/* SQLyog Professional v13.1.7 (64 bit) MySQL - 8.0.21 : Database - asc_world_new ********************************************************************* */ /*!40101 SET NAMES utf8 */; /*!40101 SET SQL_MODE=''*/; /*!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 `quest_properties` */ CREATE TABLE `quest_properties` ( `entry` int unsigned NOT NULL DEFAULT '0', `build` smallint NOT NULL DEFAULT '12340', `ZoneId` int unsigned NOT NULL DEFAULT '0', `sort` int unsigned NOT NULL DEFAULT '0', `flags` int unsigned NOT NULL DEFAULT '0', `MinLevel` int unsigned NOT NULL DEFAULT '0', `questlevel` int NOT NULL DEFAULT '0', `Type` int unsigned NOT NULL DEFAULT '0', `RequiredRaces` int unsigned NOT NULL DEFAULT '0', `RequiredClass` int unsigned NOT NULL DEFAULT '0', `RequiredTradeskill` int unsigned NOT NULL DEFAULT '0', `RequiredTradeskillValue` int unsigned NOT NULL DEFAULT '0', `RequiredRepFaction` int unsigned NOT NULL DEFAULT '0', `RequiredRepValue` int unsigned NOT NULL DEFAULT '0', `LimitTime` int unsigned NOT NULL DEFAULT '0', `SpecialFlags` int unsigned NOT NULL DEFAULT '0', `PrevQuestId` int unsigned NOT NULL DEFAULT '0', `NextQuestId` int unsigned NOT NULL DEFAULT '0', `srcItem` int unsigned NOT NULL DEFAULT '0', `SrcItemCount` int unsigned NOT NULL DEFAULT '0', `Title` char(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `Details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `Objectives` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `CompletionText` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `IncompleteText` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `EndText` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `ObjectiveText1` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `ObjectiveText2` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `ObjectiveText3` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `ObjectiveText4` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `ReqItemId1` int unsigned NOT NULL DEFAULT '0', `ReqItemId2` int unsigned NOT NULL DEFAULT '0', `ReqItemId3` int unsigned NOT NULL DEFAULT '0', `ReqItemId4` int unsigned NOT NULL DEFAULT '0', `ReqItemId5` int unsigned NOT NULL DEFAULT '0', `ReqItemId6` int unsigned NOT NULL DEFAULT '0', `ReqItemCount1` int unsigned NOT NULL DEFAULT '0', `ReqItemCount2` int unsigned NOT NULL DEFAULT '0', `ReqItemCount3` int unsigned NOT NULL DEFAULT '0', `ReqItemCount4` int unsigned NOT NULL DEFAULT '0', `ReqItemCount5` int unsigned NOT NULL DEFAULT '0', `ReqItemCount6` int unsigned NOT NULL DEFAULT '0', `ReqKillMobOrGOId1` int NOT NULL DEFAULT '0', `ReqKillMobOrGOId2` int NOT NULL DEFAULT '0', `ReqKillMobOrGOId3` int NOT NULL DEFAULT '0', `ReqKillMobOrGOId4` int NOT NULL DEFAULT '0', `ReqKillMobOrGOCount1` int unsigned NOT NULL DEFAULT '0', `ReqKillMobOrGOCount2` int unsigned NOT NULL DEFAULT '0', `ReqKillMobOrGOCount3` int unsigned NOT NULL DEFAULT '0', `ReqKillMobOrGOCount4` int unsigned NOT NULL DEFAULT '0', `ReqCastSpellId1` int NOT NULL DEFAULT '0', `ReqCastSpellId2` int NOT NULL DEFAULT '0', `ReqCastSpellId3` int NOT NULL DEFAULT '0', `ReqCastSpellId4` int NOT NULL DEFAULT '0', `ReqEmoteId1` int unsigned DEFAULT '0', `ReqEmoteId2` int unsigned DEFAULT '0', `ReqEmoteId3` int unsigned DEFAULT '0', `ReqEmoteId4` int unsigned DEFAULT '0', `RewChoiceItemId1` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemId2` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemId3` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemId4` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemId5` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemId6` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemCount1` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemCount2` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemCount3` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemCount4` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemCount5` int unsigned NOT NULL DEFAULT '0', `RewChoiceItemCount6` int unsigned NOT NULL DEFAULT '0', `RewItemId1` int unsigned NOT NULL DEFAULT '0', `RewItemId2` int unsigned NOT NULL DEFAULT '0', `RewItemId3` int unsigned NOT NULL DEFAULT '0', `RewItemId4` int unsigned NOT NULL DEFAULT '0', `RewItemCount1` int unsigned NOT NULL DEFAULT '0', `RewItemCount2` int unsigned NOT NULL DEFAULT '0', `RewItemCount3` int unsigned NOT NULL DEFAULT '0', `RewItemCount4` int unsigned NOT NULL DEFAULT '0', `RewRepFaction1` int unsigned NOT NULL DEFAULT '0', `RewRepFaction2` int unsigned NOT NULL DEFAULT '0', `RewRepFaction3` int unsigned NOT NULL DEFAULT '0', `RewRepFaction4` int unsigned NOT NULL DEFAULT '0', `RewRepFaction5` int unsigned NOT NULL DEFAULT '0', `RewRepFaction6` int unsigned NOT NULL DEFAULT '0', `RewRepValue1` int NOT NULL DEFAULT '0', `RewRepValue2` int NOT NULL DEFAULT '0', `RewRepValue3` int NOT NULL DEFAULT '0', `RewRepValue4` int NOT NULL DEFAULT '0', `RewRepValue5` int NOT NULL DEFAULT '0', `RewRepValue6` int NOT NULL DEFAULT '0', `RewRepLimit` int unsigned NOT NULL DEFAULT '0', `RewMoney` int NOT NULL DEFAULT '0', `RewXP` int unsigned NOT NULL DEFAULT '0', `RewSpell` int unsigned NOT NULL DEFAULT '0', `CastSpell` int unsigned NOT NULL DEFAULT '0', `MailTemplateId` int unsigned NOT NULL DEFAULT '0', `MailDelaySecs` int unsigned NOT NULL DEFAULT '0', `MailSendItem` int unsigned NOT NULL DEFAULT '0', `PointMapId` int unsigned NOT NULL DEFAULT '0', `PointX` float NOT NULL DEFAULT '0', `PointY` float NOT NULL DEFAULT '0', `PointOpt` int unsigned NOT NULL DEFAULT '0', `RewardMoneyAtMaxLevel` int unsigned NOT NULL DEFAULT '0', `ExploreTrigger1` int unsigned NOT NULL DEFAULT '0', `ExploreTrigger2` int unsigned NOT NULL DEFAULT '0', `ExploreTrigger3` int unsigned NOT NULL DEFAULT '0', `ExploreTrigger4` int unsigned NOT NULL DEFAULT '0', `RequiredOneOfQuest` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `RequiredQuest1` int unsigned NOT NULL DEFAULT '0', `RequiredQuest2` int unsigned NOT NULL DEFAULT '0', `RequiredQuest3` int unsigned NOT NULL DEFAULT '0', `RequiredQuest4` int unsigned NOT NULL DEFAULT '0', `RemoveQuests` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `ReceiveItemId1` int unsigned NOT NULL DEFAULT '0', `ReceiveItemId2` int unsigned NOT NULL DEFAULT '0', `ReceiveItemId3` int unsigned NOT NULL DEFAULT '0', `ReceiveItemId4` int unsigned NOT NULL DEFAULT '0', `ReceiveItemCount1` int unsigned NOT NULL DEFAULT '0', `ReceiveItemCount2` int unsigned NOT NULL DEFAULT '0', `ReceiveItemCount3` int unsigned NOT NULL DEFAULT '0', `ReceiveItemCount4` int unsigned NOT NULL DEFAULT '0', `IsRepeatable` int NOT NULL DEFAULT '0', `bonushonor` int unsigned NOT NULL DEFAULT '0', `bonusarenapoints` int unsigned NOT NULL DEFAULT '0', `rewardtitleid` int unsigned NOT NULL DEFAULT '0', `rewardtalents` int unsigned NOT NULL DEFAULT '0', `suggestedplayers` int unsigned NOT NULL DEFAULT '0', `detailemotecount` int unsigned NOT NULL DEFAULT '0', `detailemote1` int unsigned NOT NULL DEFAULT '0', `detailemote2` int unsigned NOT NULL DEFAULT '0', `detailemote3` int unsigned NOT NULL DEFAULT '0', `detailemote4` int unsigned NOT NULL DEFAULT '0', `detailemotedelay1` int unsigned NOT NULL DEFAULT '0', `detailemotedelay2` int unsigned NOT NULL DEFAULT '0', `detailemotedelay3` int unsigned NOT NULL DEFAULT '0', `detailemotedelay4` int unsigned NOT NULL DEFAULT '0', `completionemotecnt` int unsigned NOT NULL DEFAULT '0', `completionemote1` int unsigned NOT NULL DEFAULT '0', `completionemote2` int unsigned NOT NULL DEFAULT '0', `completionemote3` int unsigned NOT NULL DEFAULT '0', `completionemote4` int unsigned NOT NULL DEFAULT '0', `completionemotedelay1` int unsigned NOT NULL DEFAULT '0', `completionemotedelay2` int unsigned NOT NULL DEFAULT '0', `completionemotedelay3` int unsigned NOT NULL DEFAULT '0', `completionemotedelay4` int unsigned NOT NULL DEFAULT '0', `completeemote` int unsigned NOT NULL DEFAULT '0', `incompleteemote` int unsigned NOT NULL DEFAULT '0', `iscompletedbyspelleffect` int unsigned NOT NULL DEFAULT '0', `RewXPId` int unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`entry`,`build`), UNIQUE KEY `unique_index` (`entry`,`build`) USING BTREE, KEY `ReqKillMobOrGOId` (`ReqKillMobOrGOId1`,`ReqKillMobOrGOId2`,`ReqKillMobOrGOId3`,`ReqKillMobOrGOId4`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Quests System'; /*Data for the table `quest_properties` */ insert into `quest_properties`(`entry`,`build`,`ZoneId`,`sort`,`flags`,`MinLevel`,`questlevel`,`Type`,`RequiredRaces`,`RequiredClass`,`RequiredTradeskill`,`RequiredTradeskillValue`,`RequiredRepFaction`,`RequiredRepValue`,`LimitTime`,`SpecialFlags`,`PrevQuestId`,`NextQuestId`,`srcItem`,`SrcItemCount`,`Title`,`Details`,`Objectives`,`CompletionText`,`IncompleteText`,`EndText`,`ObjectiveText1`,`ObjectiveText2`,`ObjectiveText3`,`ObjectiveText4`,`ReqItemId1`,`ReqItemId2`,`ReqItemId3`,`ReqItemId4`,`ReqItemId5`,`ReqItemId6`,`ReqItemCount1`,`ReqItemCount2`,`ReqItemCount3`,`ReqItemCount4`,`ReqItemCount5`,`ReqItemCount6`,`ReqKillMobOrGOId1`,`ReqKillMobOrGOId2`,`ReqKillMobOrGOId3`,`ReqKillMobOrGOId4`,`ReqKillMobOrGOCount1`,`ReqKillMobOrGOCount2`,`ReqKillMobOrGOCount3`,`ReqKillMobOrGOCount4`,`ReqCastSpellId1`,`ReqCastSpellId2`,`ReqCastSpellId3`,`ReqCastSpellId4`,`ReqEmoteId1`,`ReqEmoteId2`,`ReqEmoteId3`,`ReqEmoteId4`,`RewChoiceItemId1`,`RewChoiceItemId2`,`RewChoiceItemId3`,`RewChoiceItemId4`,`RewChoiceItemId5`,`RewChoiceItemId6`,`RewChoiceItemCount1`,`RewChoiceItemCount2`,`RewChoiceItemCount3`,`RewChoiceItemCount4`,`RewChoiceItemCount5`,`RewChoiceItemCount6`,`RewItemId1`,`RewItemId2`,`RewItemId3`,`RewItemId4`,`RewItemCount1`,`RewItemCount2`,`RewItemCount3`,`RewItemCount4`,`RewRepFaction1`,`RewRepFaction2`,`RewRepFaction3`,`RewRepFaction4`,`RewRepFaction5`,`RewRepFaction6`,`RewRepValue1`,`RewRepValue2`,`RewRepValue3`,`RewRepValue4`,`RewRepValue5`,`RewRepValue6`,`RewRepLimit`,`RewMoney`,`RewXP`,`RewSpell`,`CastSpell`,`MailTemplateId`,`MailDelaySecs`,`MailSendItem`,`PointMapId`,`PointX`,`PointY`,`PointOpt`,`RewardMoneyAtMaxLevel`,`ExploreTrigger1`,`ExploreTrigger2`,`ExploreTrigger3`,`ExploreTrigger4`,`RequiredOneOfQuest`,`RequiredQuest1`,`RequiredQuest2`,`RequiredQuest3`,`RequiredQuest4`,`RemoveQuests`,`ReceiveItemId1`,`ReceiveItemId2`,`ReceiveItemId3`,`ReceiveItemId4`,`ReceiveItemCount1`,`ReceiveItemCount2`,`ReceiveItemCount3`,`ReceiveItemCount4`,`IsRepeatable`,`bonushonor`,`bonusarenapoints`,`rewardtitleid`,`rewardtalents`,`suggestedplayers`,`detailemotecount`,`detailemote1`,`detailemote2`,`detailemote3`,`detailemote4`,`detailemotedelay1`,`detailemotedelay2`,`detailemotedelay3`,`detailemotedelay4`,`completionemotecnt`,`completionemote1`,`completionemote2`,`completionemote3`,`completionemote4`,`completionemotedelay1`,`completionemotedelay2`,`completionemotedelay3`,`completionemotedelay4`,`completeemote`,`incompleteemote`,`iscompletedbyspelleffect`,`RewXPId`) values (1,5875,151,0,0,1,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kanrethad\'s Quest','Welcome back from the world of death. $B$BIn an age long past you stood proud, a hero among your brethren. Now you stand fallen and broken - a relic of the past. Stand before me, as I awaken the legend that you once were. $B$B I shall restore the weapons and powers you have lost, making you whole once again. ','Speak to Kanrethad to restore your talents, weapon and mount.','','','','Remember your talents','','','',0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34661,38539,0,0,1,1,0,0,529,87,0,0,0,0,150,-250,0,0,0,0,0,296000,0,48778,52382,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(2,4044,331,0,0,20,30,0,690,0,0,0,0,0,0,0,0,0,16305,1,'Sharptalon\'s Claw','The mighty hippogryph Sharptalon has been slain, with the claw of the felled beast serving as a testament to your victory. Senani Thunderheart at the Splintertree Post will no doubt be interested in seeing this trophy as proof of your deeds.','Bring Sharptalon\'s Claw to Senani Thunderheart at Splintertree Post, Ashenvale.','Most impressive, $N... the claw of Sharptalon could not have been easy to get! The Ashenvale Hunt goes well for you!$B$BSharptalon had long terrorized the peons from the lumber camps near its path as they tried to travel here to Splintertree Post. No doubt once the word gets out that it was you who put down the beast, many rousing songs of your bravery will be heard at campfires and lumber mills across Ashenvale!','Yes, mighty $C, I sensed your arrival. I trust you have more news to report to me about your hunt?','','','','','',16305,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',6383,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5,4044,10,0,8,17,20,0,1101,0,0,0,0,0,0,0,0,93,0,0,'Jitters\' Growling Gut','I\'ve been stuck hiding in this ghost town for weeks, and I haven\'t eaten anything but grubs and weeds! I need some decent food, and I\'m willing to trade well for it.$B$BBring me a feast and I\'ll pay you handsomely.$B$BI heard Chef Grual at the Scarlet Raven Tavern in Darkshire makes very good Dusky Crab Cakes...','Speak with Chef Grual.','You need some Crab Cakes, do you? Well I might be able to cook some up for you...','Oh, a shipment from my brother? Splendid! Fortune truly shines on me today!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',163,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6,4044,9,0,8,2,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Bounty on Garrick Padfoot','Garrick Padfoot - a cutthroat who\'s plagued our farmers and merchants for weeks - was seen at a shack near the vineyards, which lies east of the Abbey and across the bridge. Bring me the villain\'s head, and earn his bounty!$B$BBut be wary, $N. Garrick has gathered a gang of thugs around him. He will not be an easy man to reach.','Kill Garrick Padfoot and bring his head to Deputy Willem at Northshire Abbey.','Hah - you caught him! You\'ve done Elwynn a great service, and earned a nice bounty!','Did you find Garrick\'s shack? Are we finally free of that villain?','','','','','',182,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6076,60,3070,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',18,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,4),(7,4044,9,0,8,1,2,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Kobold Camp Cleanup','Your first task is one of cleansing, $N. A clan of kobolds have infested the woods to the north. Go there and fight the kobold vermin you find. Reduce their numbers so that we may one day drive them from Northshire.','Kill 8 Kobold Vermin, then return to Marshal McBride.','Well done, citizen. Those kobolds are thieves and cowards, but in large numbers they pose a threat to us. And the humans of Stormwind do not need another threat.$B$BFor defeating them, you have my gratitude.','How goes the hunting, $N? Have you found and defeated those vermin?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(8,4044,154,0,0,1,5,0,690,0,0,0,0,0,0,0,0,0,7628,1,'A Rogue\'s Deal','Hey, mate! Do a favor for a young man who\'s been fighting more than his fair share of mindless zombies and spiders?$B$BI got this here letter that needs to go to Brill... to an innkeeper named Renee something-or-other. Don\'t really matter none what her last name is.$B$BAnyway, it\'s a nice cozy little place full of victims of the plague trying to make their way in the world. And it be a great spot for you to rest too if the need arises. You should check it out... you do and I\'ll pay you well.','Deliver the Nondescript Letter to Innkeeper Renee in Tirisfal Glades.','Oh? A letter? Wonderful news! I\'ve been waiting on word from my dear old mother in Deathknell. Such a saint, she is. I wonder how she\'s holding up.$B$BWhat? Too cheery? Not buying it, are you?$B$BWell, get lost then... it\'s really no business who the letter\'s from anyway. Go on! Get lost!$B$BCome back when you\'ve got some coin to spend... loafer.$B$BNext thing you know, you\'ll be coming back to rest after a long days adventure or some stupid thing like that.','Yes? Yes? What is it?$B$BThe forsaken; they certainly do have huge appetites. Make yourself at home... yes, rest those weary bones. My name\'s Renee if you need anything at all.','','','','','',7628,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4604,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,4,4,1,1,14,0,0,0,0,6,0,0,2),(9,4044,40,0,8,8,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Killing Fields','Look at what has happened to this place! These lands were once occupied by good farm folk. But the damned thieves have driven them all off. Not me, though! But it seems some Harvest Watchers have taken over the fields.$b$bIf you\'re up for the work, I\'d like you to go out and kill twenty of them. Come back when you\'re done for your pay. If you finish up with the ones in my field, clear them from the neighboring fields as well.','Farmer Saldean wants you to kill 20 Harvest Watchers.','Good work, friend. You have earned your pay well. Who knows, perhaps Westfall will prosper once again.','Ah, I see you\'re back! I hope you\'ve been hard at work clearing those fields of those Harvest Watchers. Have you killed twenty yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,3578,1561,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10,4044,440,0,8,39,48,0,0,0,0,0,0,0,0,0,0,110,0,0,'The Scrimshank Redemption','Oh, this is just terrible! I sent out my top assistant, Junior Surveyor Scrimshank, into the desert southeast of here. That\'s an area we call the Gaping Chasm. Well, he\'s gone missing, and his last report had more of those weird bugs where he was. Could it be that they\'ve infested two major regions of the desert now?$B$BI need you to head into the Gaping Chasm and look for Scrimshank, please! That... or at least find his surveying equipment. I fear that may be all that is left of the poor sod.','Discover the fate of Junior Surveyor Scrimshank, and bring either him or his surveying equipment to Senior Surveyor Fizzledowser in Gadgetzan.','He was a good goblin, young Scrimshank. Let\'s hope that his demise was not in vain by what he was able to record with his surveying equipment.$B$BIt seems as though we have quite the situation on our hands here with these bugs. They\'re way too cunning for their own good, and the research we\'ve done so far is shaping up to indicate that they might even be under the controlling influence of a third party! If this is the case, then it bodes ill for not only Gadgetzan, but the whole desert!','Well, what news do you have? You look like you\'ve been in quite the fight... is Scrimshank alive?','','','','','',8593,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',82,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,6,0,0,5),(11,4044,12,0,8,6,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Riverpaw Gnoll Bounty','Gnolls, brutish creatures with no decent business in these lands, have been seen along the borders of Elwynn Forest. A large pack of them, many more than we can handle alone, have infested the woods south of the guard tower yonder. Another group has infested the areas near Stone Cairn Lake to the east.$B$BThe Stormwind Army will commend whomever helps kill them. Bring me their painted gnoll armbands as proof of your deed.','Bring 8 Painted Gnoll Armbands to Deputy Rainer at the Barracks.','I see you\'ve been busy! You have our thanks, $N.','Hail, $N. Have you been killing Gnolls...?','','','','','',782,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2249,2238,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',239,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(12,4044,40,0,8,9,12,0,1101,0,0,0,0,0,0,0,0,13,0,0,'The People\'s Militia','The People\'s Militia has but one goal: To defend the lands of Westfall and return peace to our surroundings. Unfortunately, the price of peace is often blood. $b$bOne of my scouts has brought word of a band of Defias Trappers wreaking havoc nearby. I have reports of Defias Trapper sightings near the Jangolode Mine to the Northwest as well as at the Molsen Farm and Furlbrow\'s Pumpkin Farm. If you seek to join our ranks, slay 15 Defias Trappers and 15 Defias Smugglers then return to me.','Gryan Stoutmantle wants you to kill 15 Defias Trappers and 15 Defias Smugglers then return to him on Sentinel Hill.','Well done, $N. My scout witnessed your valiant acts. You are proving yourself quite well so far.','Perhaps I did not make myself clear, pledge. In order to prove your worth as a servant to The People\'s Militia and to the Light you need to slay 15 Defias Trappers and 15 Defias Smugglers then return to me when the deed is done.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,504,95,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(13,4044,40,0,8,9,14,0,1101,0,0,0,0,0,0,0,0,14,0,0,'The People\'s Militia','A band of vicious Defias Pillagers has been seen plundering the Gold Coast Quarry, Moonbrook and the Alexston Farmstead. The People\'s Militia will not stand for such behavior. Dispatch immediately, $n, and make the Light\'s presence known in Westfall.$b$bThe Gold Coast Quarry is near the shore, to the West of the tower. As the next step of your training, I want you to kill 15 of those foul Defias Pillagers and 15 Defias Looters.','Gryan Stoutmantle wants you to kill 15 Defias Pillagers and 15 Defias Looters and return to him on Sentinel Hill.','Your worth to The People\'s Militia has been validated by your brave acts thus far.','We have not time to talk, $N. The Defias Pillagers are denying the people of Westfall the peace and prosperity they deserve. Make sure at least 15 Defias Pillagers and 15 Defias Looters have been killed. That will send a clear message that corruption is not welcome here.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,589,590,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',12,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(14,4044,40,0,8,9,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The People\'s Militia','Some Defias have eluded us. My most trusted scout reports that these Defias have been looting and pillaging the countryside, all the way into Southern Westfall. We believe they are hiding out in the Dagger Hills, plotting their next move. Slay the wretches in the name of The People\'s Militia.','Gryan Stoutmantle wants you to kill 15 Defias Highwaymen, 5 Defias Pathstalkers and 5 Defias Knuckledusters then return to him on Sentinel Hill.','When I left the tainted lands of Lordaeron I returned to a grim state of affairs here in my homeland. But there is hope for Westfall yet. As proven by your valor in battle, it is obvious to me that you serve our cause with honor. It is with great pride that I induct thee into The People\'s Militia. May the Light shine upon you.','$N, now is no time for idle chatter. If you still wish to prove yourself to The People\'s Militia you need to slay the Defias I notified you about earlier. Return to me when you have completed your duty.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,122,121,449,0,15,5,5,0,0,0,0,0,0,0,0,0,1566,1480,12296,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',13,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,66,0,6),(15,4044,9,0,8,1,3,0,1101,0,0,0,0,0,0,0,0,21,0,0,'Investigate Echo Ridge','$N, my scouts tell me that the kobold infestation is larger than we had thought. A group of kobold workers has camped near the Echo Ridge Mine to the north.$B$BGo to the mine and remove them. We know there are at least 8. Kill them, see if there are more, then report back to me.','Kill 8 Kobold Workers, then report back to Marshal McBride.','I don\'t like hearing of all these kobolds in our mine. No good can come of this. Here, take this as payment, and when you\'re ready, speak to me again. I would like you to go back to the mines one more time...','Have you been to the mines? Are you ready to report?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',7,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(16,4044,12,0,8,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Give Gerard a Drink','','','Thanks, $N! And come back if you want to trade again.','Farming is thirsty work, and I\'m always looking for refreshing spring water.$B$BIf you have any, then I\'m willing to make a trade.','','','','','',159,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4536,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(17,4044,1517,0,8,38,42,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Uldaman Reagent Run','I\'ve heard about a newly discovered plant called the magenta fungus caps. They grow in clusters at the Uldaman dig site and can be found in the early tunnels and deep within the less-explored areas. I want to study their potential use in alchemy, and that\'s where you come in.$B$BFind the magenta cap clusters and bring me a dozen caps. Be warned, the clusters may spew out poison spores if jostled.$B$BDo this for me, and I\'ll whip up a batch of one of my famous restorative elixirs for you!','Bring 12 Magenta Fungus Caps to Ghak Healtouch in Thelsamar.','Well done $N, you\'ve proven your worth once again! The caps will be an interesting study, yon verily!$B$BAnd now, as promised, enjoy a taste of one of my more potent restorative brews from my personal stock...$B$BIf you are a skilled alchemist, then perhaps we might have some additional business to conduct. Regardless, I thank you for your assistance!','Have you obtained the magenta fungus caps I need for my alchemical work? No caps - no reward!','','','','','',8047,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9030,0,0,0,5,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',2500,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(18,4044,9,0,8,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Brotherhood of Thieves','Recently, a new group of thieves has been hanging around Northshire. They call themselves the Defias Brotherhood, and have been seen across the river to the east.$B$BI don\'t know what they\'re up to, but I\'m sure it\'s not good! Bring me the bandanas they wear, and I\'ll reward you with a weapon.','Bring 8 Red Burlap Bandanas to Deputy Willem outside the Northshire Abbey.','Back with some bandanas, I see. The Stormwind Army appreciates your help.','Have you gathered those bandanas for me yet?','','','','','',752,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2224,5580,1161,5579,1159,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,6,0,6),(19,4044,44,0,8,18,25,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Tharil\'zun','Blackrock Outrunners and Renegades are running ambushes between here and Stonewatch Keep. The leader of the Outrunners is an orc named Tharil\'zun--we want this orc. Bring me the head of Tharil\'zun!','Bring Tharil\'zun\'s Head to Marshal Marris in Redridge.','Tharil\'zun was a vicious, crafty orc. Well done - I\'m sure he didn\'t go down easy. Here is your reward, $N.','Orc pressure from Blackrock is still tense. But have you at least rid us of Tharil\'zun?','','','','','',0,1260,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1276,6093,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',20,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(20,4044,44,0,8,18,21,0,1101,0,0,0,0,0,0,0,0,19,0,0,'Blackrock Menace','The Blackrock orcs have travelled from the Burning Steppes and claimed Stonewatch Keep to the north. From there they maraud the areas north of Lakeshire and keep its citizens in town, penned like cattle.$B$BHelp rid Lakeshire of this menace. Kill these Blackrock orcs and bring me ten of their Battleworn Axes as proof.$B$BAnd although Blackrocks threaten us from the north, we\'ve received reports of more in the southeastern pocket of Redridge. If you find any there, then they too should be hunted.','Bring 10 Battleworn Axes to Marshal Marris in Lakeshire.','That makes for a lot fewer orcs to worry about, thanks.','Have you been slaying orcs, $N? If so, then show me...','','','','','',3014,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(21,4044,9,0,8,1,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Skirmish at Echo Ridge','Your previous investigations are proof that the Echo Ridge Mine needs purging. Return to the mine and help clear it of kobolds.$B$BWaste no time, $N. The longer the kobolds are left unmolested in the mine, the deeper a foothold they gain in Northshire.','Kill 8 Kobold Laborers, then return to Marshal McBride at Northshire Abbey.','Once again, you have earned my respect, and the gratitude of the Stormwind Army. There may yet be kobolds in the mine, but I will marshal others against them. We have further tasks for you.','I know it\'s bloody work, $N, but it\'s vital to the safety of Northshire. Are you ready to report?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,2186,2691,11192,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',15,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,6),(22,4044,40,0,8,9,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Goretusk Liver Pie','The onions are peeled. The garlic is minced. The rosemary is crushed. The crust has been baked. The dill weed is chopped. The gravy is simmering. Now all I need for my famous meat pie are 8 Goretusk Livers!','Salma Saldean needs 8 Goretusk livers to make a Goretusk Liver Pie.','These are just perfect, $N! Thank you so much. Farmer Saldean and I are going to feast tonight. And here is a little something for you, for the hard work. You didn\'t think I was going to let a $C like you go hungry, did you?','All I need for my famous meat pie are 8 Goretusk Livers!','','','','','',723,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,2697,0,0,3,1,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,0,5),(23,4044,331,0,0,20,24,0,690,0,0,0,0,0,0,0,0,0,16303,1,'Ursangous\'s Paw','The paw of the mighty bear Ursangous is your trophy for this part of the Ashenvale Hunt. On the paw is a small quarter-crescent emblem; the significance of the emblem remains a mystery.$B$BThe paw should be brought to Senani Thunderheart in Splintertree Post to prove that you have bested the mighty creature and completed this portion of the hunt.','Bring Ursangous\'s Paw to Senani Thunderheart at Splintertree Post, Ashenvale.','Ah, the paw of Ursangous! Your skill is impressive, $C; he is credited with numerous kills. The crescent on his paw is no doubt a sign that he was trained by the night elves that skulk about Ashenvale. Ursangous is... was one of the mightiest bears you\'d find in these parts. To have bested such a creature is a testament to your will and resolve.$b$bYour ancestors would be proud!','Ah - $N - I was just thinking about you! How goes your hunting?','','','','','',16303,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',6383,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(24,4044,331,0,0,20,27,0,690,0,0,0,0,0,0,0,0,0,16304,1,'Shadumbra\'s Head','The once swift Shadumbra now lies still as you claim victory over it. The head of the slain nightsaber is a fitting trophy for this fight of the Ashenvale Hunt. Senani Thunderheart at Splintertree Post will want to see such a trophy to award you credit for this part of the Ashenvale Hunt.','Bring Shadumbra\'s Head to Senani Thunderheart at Splintertree Post, Ashenvale.','A victory for $N in the Ashenvale Hunt! Well done - the head of Shadumbra is a fitting trophy to claim for such an impressive fight, no doubt.$b$bShadumbra\'s savagery was well known throughout the post here. Any trip to the west, especially on foot trying to get out to the Zoram Strand, was wrought with danger because of this tiger. Thanks to you, this danger has abated.','Greetings once again, $N! Have you come to show me proof of your hunt?','','','','','',16304,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',6383,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(25,4044,331,0,12,23,25,0,690,0,0,0,0,0,0,0,0,0,0,0,'Stonetalon Standstill','If you want to be useful, then why don\'t you do something about the situation near Talondeep Path?$B$BThe transports between Ashenvale and Stonetalon are at a standstill because of the lake coming alive and attacking anything that gets close... which means anyone on the path. What\'d be even more useful than just putting the hammer down on the water elementals there is someone scouting the gazebo on Mystral Lake - the one that has a solid view of the Alliance outpost there.$B$BYou up for being useful?','Dispatch 12 Befouled Water Elementals at Mystral Lake, due east of the Talondeep Path and southwest of Splintertree Post.$B$BScout the gazebo on Mystral Lake that overlooks the nearby Alliance outpost.$B$BReturn to Mastok Wrilehiss at Splintertree Post, Ashenvale.','Yeah, I heard that someone tore up the lake out there like a dust devil through the Barrens. From the sound of it too, we might be able to set up a possible observation area out there to keep an eye on our Alliance friends. Well, that is if we can keep it on the down low...$B$BLooks like you ended up being quite useful after all; the transports between here and Stonetalon should have an easier time of it. Take this - you\'ve earned it.','You back already? What\'s the situation out there - all cleared up now, thanks to you?','Scout the gazebo on Mystral Lake that overlooks the nearby Alliance outpost.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3917,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,2926,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(26,4044,0,263,8,16,-1,0,32,1024,0,0,0,0,0,0,0,28,0,0,'A Lesson to Learn','$N, I have been following your progress with much delight. You are most assuredly developing yourself into a valued protector of nature.$B$BThe time has come for you to learn more about one of the various animal aspects that Cenarius has blessed us with the ability to change into - one that affords you command and mastery of the water. For this, you must travel to the village of Nighthaven in Moonglade and speak with Dendrite Starblaze of the Cenarion Circle there. He will guide you further.','Speak with Dendrite Starblaze in the village of Nighthaven, Moonglade.','Salutations, young $C; the time has come for you to know our aquatic form. It is one that lets you move freely and indefinitely through water. You will find this aspect a useful tool and a blessing... but it is one that must be earned before it is mastered.$B$BYou will face two trials to overcome. The first will test your ability to work in water under pressure. The second will test your resolve to understand the aspects of the form itself.$B$BStand ready, as the time of testing is now upon us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(27,4044,0,263,8,16,-1,0,8,1024,0,0,0,0,0,0,0,29,0,0,'A Lesson to Learn','$N, I have been following your progress with much delight. You are most assuredly developing yourself into a valued protector of nature.$B$BThe time has come for you to learn more about one of the various animal aspects that Cenarius has blessed us with the ability to change into - one that affords you command and mastery of the water. For this, you must travel to the village of Nighthaven in Moonglade and speak with Dendrite Starblaze of the Cenarion Circle there. He will guide you further.','Speak with Dendrite Starblaze in the village of Nighthaven, Moonglade.','Salutations, young $C; the time has come for you to know our aquatic form. It is one that lets you move freely and indefinitely through water. You will find this aspect a useful tool and a blessing... but it is one that must be earned before it is mastered.$B$BYou will face two trials to overcome. The first will test your ability to work in water under pressure. The second will test your resolve to understand the aspects of the form itself.$B$BStand ready, as the time of testing is now upon us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(28,4044,0,263,10,16,-1,0,32,1024,0,0,0,0,1800000,0,0,30,0,0,'Trial of the Lake','For your first trial, search the depths of Lake Elune\'ara to locate a Shrine Bauble. It decays rapidly, so proceed with it to the Shrine of Remulos post haste. Use the bauble at the shrine, and then speak with Tajarri there; she is one of Moonglade\'s most trusted wardens.$B$BYou only have a set amount of time to complete the task, and you may be competing against other druids searching for baubles themselves. Mental and physical dexterity will be critical to your success.$B$BGood luck, $N.','Find a Shrine Bauble in Lake Elune\'ara, and take it to the Shrine of Remulos in northwestern Moonglade. Once there, use the Shrine Bauble.$B$BYou must speak with Tajarri at the shrine afterwards in order to complete the trial.','Well now. it looks like yet another druid has successfully completed the Trial of the Lake! Well done. my young friend - well done.$B$BAs I\'ve said. my name is Tajarri. It is my duty and my privilege to serve as a warden for Moonglade. and specifically this shrine. Keeper Remulos guides the Cenarion Circle in preservation of nature and balance. and his shrine serves as a lasting tribute to such. By using the bauble here. it serves as a nod to the importance of this place within the Circle.','','Complete the Trial of the Lake.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',27,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(29,4044,0,263,10,16,-1,0,8,1024,0,0,0,0,1800000,0,0,272,0,0,'Trial of the Lake','For your first trial, search the depths of Lake Elune\'ara to locate a Shrine Bauble. It decays rapidly, so proceed with it to the Shrine of Remulos post haste. Use the bauble at the shrine, and then speak with Tajarri there; she is one of Moonglade\'s most trusted wardens.$B$BYou only have a set amount of time to complete the task, and you may be competing against other druids searching for baubles themselves. Mental and physical dexterity will be critical to your success.$B$BGood luck, $N.','Find a Shrine Bauble in Lake Elune\'ara, and take it to the Shrine of Remulos in northwestern Moonglade. Once there, use the Shrine Bauble.$B$BYou must speak with Tajarri at the shrine afterwards in order to complete the trial.','Well now. it looks like yet another druid has successfully completed the Trial of the Lake! Well done. my young friend - well done.$B$BAs I\'ve said, my name is Tajarri. It is my duty and my privilege to serve as a warden for Moonglade, and specifically this shrine. Keeper Remulos guides the Cenarion Circle in preservation of nature and balance, and his shrine serves as a lasting tribute to such. By using the bauble here, it serves as a nod to the importance of this place within the Circle.','','Complete the Trial of the Lake.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',26,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(30,4044,0,263,8,16,-1,0,32,1024,0,0,0,0,0,0,0,31,0,0,'Trial of the Sea Lion','For the second trial, you\'ll need the two halves that make the Pendant of the Sea Lion. One half draws power from the agility of the sea lion aspect, gliding through water; the other draws power from the incredible endurance of the sea lion aspect. Druids draw on both these traits equally to embody the aspect of their aquatic form.$B$BSpeak with the locals of Moonglade to learn where the parts may lie, and bring both here to join them together. Once formed, take the pendant to Dendrite Starblaze.','Find the Half Pendant of Aquatic Agility and the Half Pendant of Aquatic Endurance. Speak with the residents of Moonglade to learn clues as to where these items may be located.$B$BForm the Pendant of the Sea Lion from the two pendant halves. You need to be in proximity of the Shrine of Remulos to do this.$B$BBring the joined pendant to Dendrite Starblaze in the village of Nighthaven, Moonglade.','You\'ve completed the Trial of the Sea Lion, $N - congratulations.$B$BEach task in acquiring the pendant shows that both agility and endurance are necessary to act in harmony with what you desire to do underwater. Neither can exist without the other, and both cannot be done without you willingness to embrace the aspect of the sea lion.$B$BRemember these lessons well, and count on them once you have gained your aquatic form.','Have you formed your pendant for me to inspect, $N? If you need help in locating the parts, try asking the local populace for information. Not only will you find what you seek, but it will give you a reason to explore this wondrous and sacred glade.','','','','','',0,0,15885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',28,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(31,4044,0,263,0,16,-1,0,32,1024,0,0,0,0,0,0,0,0,15885,1,'Aquatic Form','You have completed the necessary lessons all young druids are taught before they can adopt an aquatic aspect. Go now back to your trainer, Turak Runetotem, in Thunder Bluff. Show him your pendant and prove to him you are ready to learn what he has to teach you. He will complete your training, allowing you to become one with the water.$B$BGoodbye, young druid. We shall speak again.','Return to Thunder Bluff and show Turak Runetotem the Pendant of the Sea Lion.','Very impressive, $N. Your ancestors would be pleased with your progress! You\'re ready to learn your aquatic form, and it is my pleasure to teach it to you.$B$BAlso, in recognition of your achievement during the two trials, I give you this item. I hope you\'ll find it to be a welcome addition to your gear as a protector of nature and a keeper of the balance.','Your return to Thunder Bluff is not without heralding, though I will need proof of your lessons learned in Moonglade before I will teach you your aquatic form.$B$BDo you have the Pendant of the Sea Lion?','','','','','',15885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16608,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,1446,0,0,0,0,0,0,0,1020,0,0,0,0,'',30,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(32,4044,440,0,0,39,48,0,690,0,0,0,0,0,0,0,0,0,8594,1,'Rise of the Silithid','Here\'s your report. I urge you to take it to someone who might have working knowledge in this kind of thing.$B$BI know this troll scholar named Zilzibin Drumlore. He\'s spent a lot of time studying life forms that are unique to the ecology of Azeroth; he\'s a historian to boot! If you want someone to help figure out what exactly this threat is and how to stop it, give this report to him. We\'re going to need all the help we can get.$B$BZil lives in a house on the second tier of the Drag in Orgrimmar.','Take the report to Zilzibin Drumlore in Orgrimmar.','This report... I\'ve dealt with these beasts before. Fizzledowser was wise to send this. and you, to me.$b$bThese creatures will consume the Tanaris desert rapidly; they are nothing short of one of the greatest menaces we all will ever face. Familiarize yourself with this name, $N: silithid. The insects mentioned here are the silithid, and they are the tools of one of the greatest threats that both the Horde and Alliance face.$b$bIf only we were smart enough to see that before.','I\'m sorry. I don\'t know you... but from the look of things you have at least heard something of me. Now, what can I help you with? Do you have something for me?','','','','','',8594,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,67,0,0,0,68,350,350,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,47100,0,0,0,0,'',113,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(33,4044,9,0,8,1,2,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wolves Across the Border','Whatever is affecting these wolves isn\'t going away. Each day that passes brings forth more sick wolves. It pains me to ask anyone to kill nature\'s beasts, but we must destroy the diseased young wolves before this little outbreak turns into an epidemic.$B$BKill diseased young wolves in the valley and bring me their diseased wolf pelts as proof of your deed.\n','Bring 8 Diseased Wolf Pelts to Eagan Peltskinner outside Northshire Abbey.','\'Twas a grim task, friend, but you held up your part of the bargain.$B$BI have some things here you might want - take your pick!','Hey $N. How goes the hunt for diseased young wolves?','','','','','',50432,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,6070,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',5261,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,6,0,5),(34,4044,44,0,8,18,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,'An Unwelcome Guest','Once again my garden was trampled and pillaged. And I know the brute who is doing it. It\'s that forsaken boar, the one Marshal Marris has taken to calling Bellygrub.$b$bI won\'t be able to re-plant the daffodils until next season now. Ruined! All ruined by that one menacing boar. Put an end to that pest! Show me his tusk and I\'d be happy to reward you. He seems to spend his time foraging in the field southwest of Lakeshire but occasionally he roams over here and into my garden.','Martie Jainrose of Lakeshire wants you to kill Bellygrub. Bring her his tusk as proof.','Finally the menace is laid to rest! Thank you, $N, you have done me a great service. The garden shall be in full bloom this season!','Is Bellygrub still at it or were you able to rid Lakeshire of the pest once and for all?','','','','','',3631,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2562,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,4,0,5),(35,4044,12,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,37,0,0,'Further Concerns','If you are concerned that the rumors of murlocs are true, then do this -- travel to the eastern Elwynn bridge and speak with Guard Thomas. He has been stationed at the bridge for the past week and will know the state of the area.$B$BBring me his report.','Marshal Dughan wants you to speak with Guard Thomas.','Yes, murlocs have settled in and around the streams of eastern Elwynn. We don\'t know why they are here, but they are aggressive and at least semi-intelligent.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',40,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(36,4044,40,0,0,9,10,0,1101,0,0,0,0,0,0,0,0,0,2832,1,'Westfall Stew','I never thought the day would come when I\'d leave the farm. But the fields are overrun with thieves and it\'s far too dangerous for us here now. As soon as Farmer Furlbrow gets the wagon fixed, we\'ll be on our way. $b $bMaybe you could do me a favor? Let me scribble down my recipe for Westfall stew. Please take it to Salma Saldean over on the farm yonder. The Saldean\'s farm is just beyond the fork in the road.','Verna Furlbrow wants you to deliver her recipe for Westfall Stew to Salma Saldean.','That Verna was always such a sweet lass. We\'ll miss her here in Westfall but between you and me, she\'s a city girl at heart and Stormwind will suit her just fine. But enough gossip! Now we can make Westfall Stew!','I\'m going to miss that Verna Furlbrow so much. I don\'t suppose you happened to see her on your way here?','','','','','',2832,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(37,4044,12,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,45,0,0,'Find the Lost Guards','A few days ago we sent two Guards, Rolf and Malakai, to investigate along the river, and they have not yet returned. To complete my report, I must know what happened to those men.$B$BTravel north along the river and find the guards... or their remains.','Guard Thomas wants you to travel north up the river and search for the two lost guards, Rolf and Malakai.','Although much has been stripped from the corpse, strewn nearby is a medallion with the words: \"Footman Malakai Stone\" etched upon it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',35,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(38,4044,40,0,8,9,13,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Westfall Stew','Help me make some Westfall Stew! Come back with the following ingredients: $b $b 3 Stringy Vulture Meat $b 3 Goretusk Snouts $b 3 Murloc Eyes $b 3 Okra','Salma Saldean wants 3 Stringy Vulture Meat, 3 Goretusk Snouts, 3 Murloc Eyes, 3 Okra.','That Okra will thicken up this broth nicely! Now we just add the Stringy Vulture Meat, a few Murloc Eyes and those delicious Goretusk Snouts. And we\'re done! For all your help, $N, I want you to take today\'s first batch of Westfall Stew!','Come back with the following ingredients: $b $b 3 Stringy Vulture Meat $b 3 Goretusk Snouts $b 3 Murloc Eyes $b 3 Okra','','','','','',729,730,731,732,0,0,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,728,1479,2225,3,1,1,1,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',36,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(39,4044,12,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,59,0,0,'Deliver Thomas\' Report','Tell Marshal Dughan of Malakai and Rolf\'s deaths, and report to him that the Murlocs in eastern Elwynn cannot be contained by our current troop presence.$B$BI know we don\'t have many troops to spare, but hopefully Dughan can find someone.','Report to Marshal Dughan in Goldshire.','Hmm, this news is troubling. Already our defenses are stretched thin, and losing Rolf and Malakai to those murlocs put us in an even worse position.$B$BIf things don\'t improve, there will be fighting in Goldshire by the week\'s end!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',71,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(40,4044,12,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,35,0,0,'A Fishy Peril','$N, there\'s a new threat in Elwynn Forest! Murlocs are swimming up the streams of eastern Elwynn, scaring away fish and attacking gentle folk!$B$BI warned Marshal Dughan, but he\'s more worried about the gnolls and the bandits. He\'s not convinced that the murlocs are a danger.$B$BPlease, $N, speak to Dughan and persuade him to send more troops to the east!','Remy \"Two Times\" wants you to speak with Marshal Dughan in Goldshire.','Yes, I spoke with Remy. I respect him as a merchant, though all reports of Murlocs to the east have been sketchy at best.$B$BYour concerns are noted, but unless I receive a military report of a murloc threat, we can\'t afford to send more troops east.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',76,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(45,4044,12,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,71,0,0,'Discover Rolf\'s Fate','Upon further searching the area, you find webbed footprints leading east along the shore of Stone Cairn Lake. In the distance to the east, you can just barely see a Murloc village.$B$BPerhaps Rolf\'s fate ended there...','Search the murloc village for Rolf, or signs of his death.','You find around the neck of the corpse a metal medallion inscribed with the words \"Footman Rolf Hartford.\"','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',37,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(46,4044,12,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Bounty on Murlocs','The Stormwind Army has placed a bounty on murloc lurkers and foragers in Elwynn. Slaughter them and bring me their torn murloc fins, and the Stormwind Army will reward you well.$B$BThe murlocs have built a village at Stone Cairn Lake north of here, and another to the south where the stream forks.','Bring 8 Torn Murloc Fins to Guard Thomas at the east Elwynn bridge.','You have the fins? Great! Marshal Dughan is anxious about the Murloc situation in eastern Elwynn, and I\'d like to tell him that it\'s becoming under control.$b$bYour actions have helped realize that.','How goes the hunting, $N?','','','','','',780,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4840,1158,1008,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',52,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,5),(47,4044,12,0,8,4,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Gold Dust Exchange','The Kobolds in these parts sometimes carry Gold Dust on them. I could really use the stuff - bring me a load of it and I\'ll give you the best price in town...best price in town!$B$BYou can find kobolds in the Fargodeep Mine to the south, and around the Jasperlode Mine to the northeast.','Bring 10 Gold Dust to Remy \"Two Times\" in Goldshire. Gold Dust is gathered from Kobolds in Elwynn Forest.','Thanks for the dust, $N. Here\'s your cash, and...here is a token from associates of mine. You might find it useful...useful.','Psst! You have that Gold Dust for me...for me?','','','','','',773,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1191,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(48,4044,40,0,8,40,44,0,1101,0,0,0,0,0,0,0,0,49,0,0,'Sweet Amber','In the land to the south where vines twist and creep$bLies a hidden well where the water runs deep$bPure as the Light\'s sacred Daughter$bBring to me now some Holy Spring Water.','Bring Holy Spring Water to Grimbooze Thunderbrew.','Hiccup! Ho Ho!','Hiccup! Ho ho! You want an encore?$B$BIn the land to the south where vines twist and creep$BLies a hidden well where the water runs deep$BPure as the Light\'s sacred Daughter$BBring to me now some Holy Spring Water.','','','','','',737,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(49,4044,40,0,8,40,44,0,1101,0,0,0,0,0,0,0,0,50,0,0,'Sweet Amber','Amber is the hue of my life\'s longest love$bLike the last embers of dusk in the sky above$bRetrieve for me so that my love shall be born$bOne sack of each: barley, rye and corn.','Grimbooze Thunderbrew wants a Sack of Barley, a Sack of Rye and a Sack of Corn.','Hiccup! Ho ho!','Encore? Well, sure!$B$BAmber is the hue of my life\'s longest love$BLike the last embers of dusk in the sky above$BRetrieve for me so that my love shall be born$BOne sack of each: barley, rye and corn.','','','','','',738,739,740,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12500,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',48,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(50,4044,40,0,8,40,44,0,1101,0,0,0,0,0,0,0,0,51,0,0,'Sweet Amber','I\'ll mix and mix till we have a mash$bFor this will be our own private stash$bA still must be fashioned of metal strong$bBring me some Truesilver so I can finish this song.','Grimbooze Thunderbrew wants Truesilver.','Hiccup! Ho ho!','An encore for you? Well sure friend!$B$BI\'ll mix and mix till we have a mash$BFor this will be our own private stash$BA still must be fashioned of metal strong$BBring me some Truesilver so I can finish this song.','','','','','',6037,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12500,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',49,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(51,4044,40,0,8,40,44,0,1101,0,0,0,0,0,0,0,0,53,0,0,'Sweet Amber','Not yet filtered but freshly distilled$bLike unseeded land waiting there tilled.$bNext I will fashion our pile of charcoal$bDeliver a sycamore branch, that is your next goal.','Bring a Sycamore Branch to Grimbooze Thunderbrew.','Hiccup! Ho ho!','An encore? Why for you, anything!$B$BNot yet filtered but freshly distilled$BLike unseeded land waiting there tilled.$BNext I will fashion our pile of charcoal$BDeliver a sycamore branch, that is your next goal.','','','','','',742,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12500,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',50,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(52,4044,12,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Protect the Frontier','Hail, $N. Wild animals are growing more and more aggressive the farther we get from Goldshire, and the Eastvale Logging Camp suffers nearly constant attacks from wolves and bears!$B$BWe could use your help out here.','Kill 8 Prowlers and 5 Young Forest Bears, and then return to Guard Thomas at the east Elwynn bridge.','Thanks a lot for the help, $N. Something in the forest must be making these animals so bold.$B$BWhatever it is, I hope it stays there.','Have you killed those wolves and bears?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,118,822,0,0,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,0,0,0,2,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',35,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(53,4044,40,0,8,40,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Sweet Amber','Mellifluous liquid clear as a baby\'s tears$bTurns a lovely deep amber over the years$bBut before we proceed to get lit to the hilt$bA barrel of charred oak must be built.','Bring Grimbooze Thunderbrew a bundle of Charred Oak.','Aged in the barrel, filtered through coal$BIt passes your lips and right through your soul.$BSo lets us drink now, a toast to you$BAnd me while we\'re at it, Grimbooze Thunderbrew!','Sure, I\'ll sing it again for you, friend!$B$BMellifluous liquid clear as a baby\'s tears$BTurns a lovely deep amber over the years$BBut before we proceed to get lit to the hilt$BA barrel of charred oak must be built.','','','','','',743,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',51,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(54,4044,9,0,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,745,1,'Report to Goldshire','$N, you are a $c with proven interest in the security of Northshire. You are now tasked with the protection of the surrounding Elwynn Forest.$B$BIf you accept this duty, then I have prepared papers that must be delivered to Marshal Dughan in Goldshire. Goldshire lies along the southern road, past the border gates.','Take Marshal McBride\'s Documents to Marshal Dughan in Goldshire.','Well, it says here that you\'ve been awarded Acting Deputy Status with the Stormwind Marshals. Congratulations.$b$bAnd good luck - keeping Elwynn safe is no picnic... what with most the army busy doing who knows what for who knows which noble!$b$bIt\'s hard to keep track of politics in these dark days...','You have word from McBride? Northshire is a garden compared to Elwynn Forest, but I wonder what Marshal McBride has to report.$b$bHere, let me have his papers...','','','','','',745,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6078,0,0,0,1,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',21,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(55,4044,10,0,0,20,32,0,1101,0,0,0,0,0,0,0,0,0,7297,1,'Morbent Fel','Morbent Fel hides in his lair, the house perched atop the hill to the east overlooking the Raven Hill cemetery. His time in this land is drawing to an end...$B$BUse Morbent\'s Bane against him. It will render his protective magics powerless.$B$BSlay him. Slay him, and save us from his wickedness. Be the instrument of my revenge, and a hero of Duskwood!','Use Morbent\'s Bane on Morbent Fel, kill Morbent Fel, then return Morbent\'s Bane to Sven at his camp.','Morbent Fel has been defeated. The dark riders are still at large, but a small piece of that which I had hoped beyond hope has come to pass.$b$bYou have done the impossible, and your deeds will forever live in the legends of Duskwood.$b$bGo, $N. And perhaps, one day, fate may bring you back to me...','Is Morbent Fel defeated?!','','Morbent Fel slain','','','',0,7297,0,0,0,0,0,1,0,0,0,0,24782,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2954,2953,1282,0,0,0,1,1,1,0,0,0,7344,0,0,0,1,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(56,4044,10,0,8,18,24,0,1101,0,0,0,0,0,0,0,0,57,0,0,'The Night Watch','As Commander of The Night Watch it is my sworn duty to protect the citizens of Darkshire. Stormwind has retracted their commissioned guards from their posts here, leaving us to our own devices.$b$bIf you feel worthy of the task, we need your help! Assist The Night Watch by venturing forth into Tranquil Gardens, just south of Darkshire, and slaying 8 Skeletal Warriors and 6 Skeletal Mages. The undead threat must be thwarted!','Commander Althea Ebonlocke of Darkshire wants you to kill 8 Skeletal Warriors and 6 Skeletal Mages.','Splendid, $N. For your service to the people of Darkshire you shall be rewarded.','Have you killed those warriors and mages?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48,203,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,21,0,4),(57,4044,10,0,8,18,26,0,1101,0,0,0,0,0,0,0,0,58,0,0,'The Night Watch','$N, I\'m getting reports of an undead infestation in the forest! If you\'re up to the job, journey to the Raven Hill graveyard and slay 15 of those vile Skeletal Fiends and 15 Skeletal Horrors. There are also reports of skeletons just south of Darkshire, in and around Tranquil Gardens Cemetery. The undead must be driven from Duskwood!','Commander Althea Ebonlocke of Darkshire wants you to kill 15 Skeletal Fiends and 15 Skeletal Horrors.','The people of Darkshire thank you, $N. You have proven yourself to be a great ally of The Night Watch.','Return to me once you have killed 15 Skeletal Fiends and 15 Skeletal Horrors, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,531,202,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',56,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,25,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,25,0,5),(58,4044,10,0,8,18,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Night Watch','The situation in Raven Hill is still grim. The safety of Darkshire is in your hands, $N. I don\'t have enough Watchers to keep the town safe. We need you to dispatch for Raven Hill yet again and rid the eastern mausoleum of 20 Plague Spreaders!','Commander Althea Ebonlocke of Darkshire wants you to kill 20 Plague Spreaders in the eastern Raven Hill mausoleum.','On behalf of the people of Darkshire and as the Leader of the Night Watch, I thank you, $N, for your bravery and dedication. May the Light shine upon your ways.','I need your assistance, $N. Travel to the cemetery to the northwest and rid the eastern mausoleum of 20 Plague Spreaders.$B$BReturn to me when your task is complete.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,3604,3605,1729,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',57,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,25,0,5),(59,4044,12,0,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,748,1,'Cloth and Leather Armor','For your shrewdness and valor, I have a marker here that is good for one piece of armor. I want you to take it to Sara Timberlain at the Eastvale Logging Camp. Give her the marker, and she will fashion the armor for you. And after you receive it, $N, use it in the defense of Elwynn.$B$BThe Eastvale Logging Camp is beyond Guard Thomas\' post to the east.','Give Sara Timberlain the Stormwind Armor Marker.','Ah, thank you for the marker. Please feel free to pick your choice of armor.$b$bLuck to you, brave $C. And may this armor serve you well.','I have been commissioned by the Stormwind Army to supply their people with cloth and leather armor.$b$bIf you have a marker for me, then I\'d be happy to make you something.','','','','','',748,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,2237,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',39,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(60,4044,12,0,8,3,7,0,1101,0,0,0,0,0,0,0,0,61,0,0,'Kobold Candles','Hello, $ggood sir:my lady;! Do you have a moment?$B$BMy brother and I run an apothecary in Stormwind, and I\'m here to gather large candles for their wax. Can you help me?$B$BYou can get large candles from kobolds, and I hear rumors that kobolds are infesting the Elwynn mines ... the Fargodeep mine to the south and Jasperlode Mine to the east. I suggest looking for candles in one of those places.','Bring 8 Large Candles to William Pestle in Goldshire.','You were busy hunting kobolds, were you? Thanks for the candles, $N, and here\'s your reward...','Did you gather those candles yet?','','','','','',772,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,0,0,5,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(61,4044,12,0,0,3,7,0,1101,0,0,0,0,0,0,0,0,0,957,1,'Shipment to Stormwind','My brother Morgan is waiting in Stormwind for my shipment of candles. I don\'t have enough time to make the trip myself, but if you\'d like to take him the shipment, he\'ll pay you well.$B$BI\'ve packed up the candles, and you can find Morgan in our shop, Pestle\'s Apothecary, in the Stormwind Trade District.','Bring William\'s Shipment to Morgan Pestle in the Stormwind Trade District.','Here is your payment ... and while you\'re here, take a look around! I\'m sure we have a potion or other trinket you\'d find useful.','Oh, a shipment from my brother? Splendid! Fortune truly shines on me today!','','','','','',957,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1177,2454,0,0,0,15,5,2,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,350,0,0,0,0,0,0,0,-8859.75,617.46,1,480,0,0,0,0,'',60,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(62,4044,12,0,12,4,7,0,1101,0,0,0,0,0,0,0,0,76,0,0,'The Fargodeep Mine','The mine in Northshire isn\'t the only one with problems! I have reports that the Fargodeep Mine in Elwynn has also become a haven for Kobolds.$B$BExplore the mine and confirm these reports, then return to me. The mine is almost due south of Goldshire, between the Stonefield and Maclure homesteads.','Explore the Fargodeep Mine, then return to Marshal Dughan in Goldshire.','This is bad news. What\'s next, dragons?!? We\'ll have to increase our patrols near that mine. Thanks for your efforts, $N. And hold a moment... I might have another task for you.','What do you have to report, $N? Have you been to the Fargodeep Mine?','Scout through the Fargodeep Mine','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,270,88,0,0,0,'',54,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(63,4044,0,82,0,20,-1,0,690,64,0,0,0,0,0,0,0,100,7811,1,'Call of Water','Along the coast of Silverpine, west of the Sepulcher, you will find a shrine that has become tainted by the plague. The spirits there no longer speak to our people and it will be up to you to defeat the manifestation and cleanse the pool.$B$BTake the elemental\'s bracers, along with the remaining drops of Brine\'s potion, and place them on the brazier. The ritual should be enough to summon a pure spirit for you to communicate with.$B$BBring me proof the task is done, and I will reward you with your totem.','Defeat the Corrupt Manifestation of Water and place the Corrupted Manifestation\'s Bracers along with the Remaining Drops of Purest Water on the Brazier of Everfount in Silverpine Forest.','You place the bracers atop the brazier and then pour the remaining drops of Brine\'s potion into the flame. The drops crackle as they hit the flame and you begin to incant the simple words Islen taught you....','The brazier still reflects the ambient light from the are, and the flame shifts slightly as you move closer.$B$BThe corruption along the hills seems to have kept its distance, and besides the missing components, the brazier looks prepared for the ritual to summon a cleansed manifestation of water.','','','','','',7812,7811,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',220,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(64,4044,40,0,8,9,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Forgotten Heirloom','It was horrible! Verna woke me when she heard a ruckus in the fields. The fields were full of hooligans. We left in a rush and I forgot to pack my pocket watch. Verna\'s pa gave me that watch on our wedding day and I feel just sick knowing those thieves have it. I left the pocket watch in the wardrobe at the farmhouse. Look for the field of pumpkins to the West -- you can\'t miss it. If you bring it back to me, I\'d sure be grateful!','Farmer Furlbrow wants you to retrieve his pocket watch from the wardrobe in his farmhouse at the pumpkin farm to the West.','My watch! Thank you so much, kind sir! $b$bWe are but poor farmers and we have lost our land but please accept this reward as a token of our appreciation.','Don\'t suppose you were able to get my watch?','','','','','',841,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,1179,0,0,10,10,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(65,4044,40,0,8,14,18,0,1101,0,0,0,0,0,0,0,0,132,0,0,'The Defias Brotherhood','The band of wretches responsible for driving the good people of Westfall from the land call themselves The Defias Brotherhood. I need you to infiltrate this clan of thugs. We need to know who heads up the cartel and where they are hiding out. In Lakeshire, in the inn, there is a rogue by the name of Wiley who owes me a favor.$b$bTravel to Lakeshire in the Redridge Mountains, east of Elwynn, and find out what you can.','Gryan Stoutmantle wants you to talk to Wiley in Lakeshire.','So, Stoutmantle sent you? Well, I owe him.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9232,-2146,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,5),(66,4044,10,0,8,22,28,0,1101,0,0,0,0,0,0,0,0,67,0,0,'The Legend of Stalvan','Last night a horrible disturbance rippled through my veins. I sensed that my granddaughter, Alyssa, was in great danger. I consulted the cards and Death stared up at me from the table.$b$bAfter taking a long journey through a dark trance I was able to uncover a clue to this terrifying mystery. A name came to me, the name of Stalvan.$b$bSeek out the Clerk in the Town Hall and see if you can find out more about this character. I fear for us all.','Seek out the Clerk Daltry in the Darkshire Town Hall.','Ah so Madame Eva sent you....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,25,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(67,4044,10,0,8,22,28,0,1101,0,0,0,0,0,0,0,0,68,0,0,'The Legend of Stalvan','Stalvan, eh? Let me check the town registry.$b$bStalvan. . .Stalvan. . .let\'s see. Ah, here we go! I have a record of a Mr. Stalvan Mistmantle. The last recorded address is the Moonbrook Schoolhouse. My, talk about outdated!$b$bDo me a favor will you, friend? If you happen to go out to Moonbrook, let me know if you get any update on this fellow. I like to keep the records clean.','Travel to the Moonbrook Schoolhouse and bring back any updated information about Stalvan to Clerk Daltry.','The old footlocker creaks open. . . .','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',66,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(68,4044,10,0,0,22,28,0,1101,0,0,0,0,0,0,0,0,69,889,1,'The Legend of Stalvan','You find a Dusty Unsent Letter in the old footlocker.','Take the Dusty Unsent Letter to Clerk Daltry.','Interesting. So the chap did spend some time in Moonbrook after all. It is rather odd the letter never got delivered. Nonetheless, I shall update the registry.','Ah, I remember you. You\'re the one who was asking about that Stalvan fellow. Did you ever find what you were looking for?','','','','','',889,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',67,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,4),(69,4044,10,0,8,22,28,0,1101,0,0,0,0,0,0,0,0,70,0,0,'The Legend of Stalvan','Oh my! Must have missed this the first time. In the registry, right beneath the first address for Stalvan there\'s another one listed, only partially scratched out. Looks like he was headed to The Lion\'s Pride Inn over in Goldshire. Might want to check there, $N.','Go to The Lion\'s Pride Inn to see if anyone there has heard of the name Stalvan.','Stalvan? Sure sounds familiar.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',68,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,2),(70,4044,10,0,8,22,28,0,1101,0,0,0,0,0,0,0,0,72,0,0,'The Legend of Stalvan','The name Stalvan rings a bell. I remember now.$b$bMany years back, on a stormy night, a messenger came in, seeking refuge for the night. Near the stroke of midnight, the man ran down the stairs screaming, his face pale with fear. Still wearing his bedclothes, he disappeared into the downpour.$b$bIn his haste he forgot his letters in the chest upstairs. He never returned for them. One remains from that Stalvan fellow, intended for the Canal District in Stormwind. Help yourself to it.','Retrieve Stalvan\'s Undelivered Letter from the chest and deliver it to the Canal District in Stormwind.','You\'ve got some nerve bringing this here.','What have ya got there? Let me take a look at that. . .','','','','','',910,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',69,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,1,14,0,0,0,0,0,0,0,6,0,0,4),(71,4044,12,0,0,7,10,0,1101,0,0,0,0,0,0,0,0,39,735,1,'Report to Thomas','Now that you have both medallions, deliver them to Guard Thomas at the bridge so that he might know the fate of his murdered guards.','Deliver Rolf and Malakai\'s Medallions to Guard Thomas at the eastern Elwynn bridge.','You have confirmed my fears, $N. The murlocs are a threat we cannot ignore.','Hello, $N. Have you discovered the fates of Rolf and Malakai?','','','','','',735,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',45,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(72,4044,10,0,8,22,28,0,1101,0,0,0,0,0,0,0,0,74,0,0,'The Legend of Stalvan','My father was the caretaker of the estate long before I was. He had to mop the blood up after the massacre. But that\'s neither here nor there.$b$bThe last funds of the Flintridge trust have dried up. Now the last of the family possessions are headed for auction. Blame the tax vultures. I guess if you\'re really itching to learn more you\'re free to look through this junk. Who knows what you might find.','Search through the packed up possessions for a clue.','You slowly slide the lid of the crate off. . . .','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',70,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(73,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' No Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(74,4044,10,0,0,22,28,0,1101,0,0,0,0,0,0,0,0,75,916,1,'The Legend of Stalvan','Inside the crate you find various objects: musty heirlooms, a family portrait, a few hunting trophies and some old books. Near the bottom, underneath a ceramic vase, you uncover A Torn Journal Page.','The Torn Journal page you discovered provides your next clue.','I can barely make out those letters. But that writing style reminds me of something I once saw before my vision became so poor.','What have you got there? I cannot see. My eyesight is very bad. Put it in my hands.','','','','','',916,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',72,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,3),(75,4044,10,0,8,22,28,0,1101,0,0,0,0,0,0,0,0,78,0,0,'The Legend of Stalvan','There was a bundle of parchments in the chest upstairs when I moved into this place. I looked at them once when I first arrived but I gave up once the fog hazed over my peepers. $b$bDo an old, nearly-blind man a favor and check the chest upstairs for anything that might help you in your quest to discover more about this Stalvan character. I\'m pretty sure there\'s a faded journal page that might be of interest to you. Bring it to me and I\'ll help in anyway I can.','Marshal Haggard wants you to check the chest upstairs for the Faded Journal Page.','You found it!','Did you find that page I mentioned, $N?','','','','','',921,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',74,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,3),(76,4044,12,0,12,4,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Jasperlode Mine','Thanks to you we know the Fargodeep Mine is infested with kobolds. Now we need a scout to investigate the more distant Jasperlode Mine.$B$BExplore Jasperlode and confirm any kobold presence. To reach the mine, travel east along the road until you reach the Tower of Azora. From the tower, head north and you\'ll find the mine in the foothills.','Explore the Jasperlode Mine, then report back to Marshal Dughan in Goldshire.','Kobolds at the Jasperlode Mine, you say? Curses! The situation is worsening by the minute!$B$BThank you for the report, $N. But I wish that the news you brought was good news.','Hail, $N. What do you have to report? Have you scouted the Jasperlode Mine?','Scout through the Jasperlode Mine','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,87,0,0,0,'',62,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(77,4044,47,0,8,42,48,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Sticky Situation','I possess original packaging materials for the ripple Dran Droffers seeks. I will assist you in packaging the ripple for Malton\'s abrasive father... for a fee of two additional bottles of said ripple. They are located in crates found in the abandoned Horde base near Skulk Rock.$B$BIt will be an arduous task, to wit; foul slimes and oozes will be found sticking to the ruins; rumor has it they are led by some sort of master ooze. Regardless, procure the ripple and return to me here for packaging.','Recover 10 bottles of Hinterlands Honey Ripple from the crates located around the abandoned Horde base in Skulk Rock.','Finely executed, $N. I am glad you had enough foresight not to bruise the delicacy of the ripple. There is nothing worse than the bouquet of ripple that has been jostled about needlessly.$b$bIt will take a moment for the magic to be wrought over this precious cargo. Actually, no magic is involved; I merely have some empty packaging for Hinterlands Honey Ripple. Our chicanery shall turn these bottles into an alcoholic treasure of the ages.$b$bOnward - for great booze!','I trust that your arrival here at our camp is to deliver the bottles of ripple that are integral to the task at hand, yes?','','','','','',8684,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',650,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(78,4044,10,0,0,22,28,0,1101,0,0,0,0,0,0,0,0,79,921,1,'The Legend of Stalvan','I know of someone who might be able to assist you. Back when I was leading the Stormwind Guard, we used to get drinks at the Scarlet Raven Tavern in Darkshire. The Innkeeper there, Smitts, was quite an expert on the local lore. Show him this page and see what he has to say about it.','Take the Faded Journal Page to Tavernkeep Smitts at Darkshire in Duskwood.','By the Light! You bet I recognize that handwriting.','Marshal Haggard sent you? Why didn\'t you say so?$B$BAh, good ol\' Haggard. Poor chap is going to be completely blind before long. Anyway, let me see what you\'ve got there.','','','','','',921,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',75,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,25,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,5,0,2),(79,4044,10,0,0,22,28,0,1101,0,0,0,0,0,0,0,0,80,938,1,'The Legend of Stalvan','I followed the legend of that Stalvan character for years. When those visiting nobles were slaughtered a few years back I went with Haggard to investigate. I found these muddy pages but we were never able to link the handwriting to that crazy man in the woods. Your trail of evidence proves his guilt. Take this to Commander Ebonlocke immediately and fill her in on what you\'ve discovered!','Take the muddy page to Commander Ebonlocke.','My, you have proved yourself to be quite a detective, $C.','This better be good, $C. Let me see what you have and tell me your tale. But by the Light, be quick about it. Darkshire\'s defense is my number one priority. I have not the time to squander on dead-end leads.','','','','','',938,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,0,0,0,1,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',78,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(80,4044,10,0,0,22,28,0,1101,0,0,0,0,0,0,0,0,97,939,1,'The Legend of Stalvan','I have had my eye on that creep, Stalvan, for quite sometime. But if this page was written by the same hand it proves his guilt beyond a shadow of a doubt.$b$bIn all his days keeping the Town Registry, Clerk Daltry has become an expert at identifying handwriting. Show him this page and see if the writing matches that of the registry signature.','Show Clerk Daltry the Bloodstained Journal Page.','Why yes! The writing on this page does in fact match that of the registry signatures.','Back again, $N? What do you have this time?','','','','','',939,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',79,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,5,0,1),(81,4044,1637,0,0,42,48,0,690,0,0,0,0,0,0,0,0,0,8685,1,'Ripple Delivery','I have taken the extra step of securing not only Dran\'s packaged ripple in the barrel, but also the extra bottles of ripple he is purloining. While I may not hold Dran very highly, there is nothing worse than jostled ripple. You\'re welcome.$B$BNow, deliver yon barrel to Dran Droffers in his salvage emporium in Orgrimmar. Pray tell, please extend my warmest greetings to Malton; let him know that should he ever thirst for fine drink and finer drinking companions, we would be honored with his visit.','Deliver the barrel to Dran Droffers in Orgrimmar.','Well, let\'s see what\'s in this barrel!$b$bYes, yes, it looks as though it is all here. Here\'s your fee for the package, good job on that. I stand to make five times that fee when I sell it to the tavern! Har har!$b$bThese extra bottles of Hinterlands Honey Ripple are going to be set for a special occasion. I think I\'ll drink some with champagne. I\'ll call it... champipple.','If you\'re not here to buy anything, and you\'re not here to deliver anything, then you\'re wasting my time! You better have that ripple!','','','','','',8685,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',77,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(82,4044,440,0,8,39,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noxious Lair Investigation','All right now, these reports about the bugs... what we know is that they are draining the water pools that used to be where the Noxious Lair is. What we DON\'T know is, well, everything else.$B$BLet\'s figure out who our enemy is first! I want you to head into the Noxious Lair and get some parts off of those critters. Get five from the Centipaar there and bring them to Alchemist Pestlezugg for him to dink with. With him on the case, we\'ll figure out what they are!','Bring five Centipaar insect parts from the Noxious Lair to Alchemist Pestlezugg in Gadgetzan.','Good work - I\'ll start my analysis on these now! I can tell you right from the start though... these are nothing like any insect form I have ever seen. It\'s almost as if these bugs are being controlled by an outside force or something.$b$bYou need to go talk to Fizzledowser right away; apparently there is an emergency that he needs your help with on the double! I\'m not sure, but I think it involves more of the bugs in the Tanaris desert!','You\'re Junior Surveyor $N, yes? Quickly now, there is a dire situation at hand! Do you have the insect parts that Fizzledowser said you would?!','','','','','',8587,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,150,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',992,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,5,0,0,4),(83,4044,12,0,8,4,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Red Linen Goods','The Defias gang in Northshire wears burlap masks, but the Defias in Elwynn wear linen which I can use to make fine linen goods.$B$BBring me red linen bandanas and I\'ll use them to fashion something for you.$B$BDefias gang members have camps pocketed throughout Elwynn.','Bring 6 Red Linen Bandanas to Sara Timberlain at the Eastvale Logging Camp.','Ah, these are nice bandanas, if a little rough...$b$bHere you are!','I\'m running low on linen, $N. Do you have any for me?','','','','','',1019,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2575,983,0,0,1,1,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(84,4044,12,0,0,5,6,0,1101,0,0,0,0,0,0,0,0,87,962,1,'Back to Billy','Here you go. And when you give this pie to that Billy, you tell him I hope he chokes on it!','Bring the Pork Belly Pie to Billy Maclure at the Maclure Vineyards.','Mm, yum! This pie is the best!$b$bI think my memory is coming back to me...','Ugh... I\'m starving! Do you have that pie for me, $N?','','','','','',962,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',86,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(85,4044,12,0,8,5,6,0,1101,0,0,0,0,0,0,0,0,86,0,0,'Lost Necklace','I lost my necklace, and think that guttersnipe Billy Maclure took it! He\'s usually scuttling like a rat around the Maclure vineyards east of here. $B$BGet my necklace back for me, and you\'ll warm an old widow\'s heart.','Speak with Billy Maclure.','You lost a what? Well I didn\'t take no necklace, because I ain\'t no thief!$b$bI might know who did but......I\'m too hungry to remember.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(86,4044,12,0,8,5,6,0,1101,0,0,0,0,0,0,0,0,84,0,0,'Pie for Billy','Maybe if I got a pie, I could tell you who has that necklace. And you know, I think that old Bernice lady at that other farm makes great Pork Belly Pies... $B$BMaybe if you gave her some chunks of boar meat from the boars that hang around our farms, and told her what it was for, she\'d bake up a pie for you.','Bring 4 Chunks of Boar Meat to Auntie Bernice Stonefield at the Stonefield\'s Farm.','Though this wild boar meat is tough, simmer it enough and it sure does make for some tasty pie!','I don\'t think it\'s right feeding the boy who stole my necklace in the first place, but if that\'s what it takes to get back what\'s mine, then so be it!$b$bDo you have that boar meat?','','','','','',769,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',85,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(87,4044,12,0,8,5,8,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Goldtooth','I was playing near the Fargodeep Mine, and I think I dropped, er...I mean I saw, the old lady\'s necklace. Don\'t ask me how it got there...it wasn\'t me!$B$BWell anyway, I saw this big, gold-toothed kobold pick up the necklace and run into the mine. Go find that kobold and you\'ll find the necklace, I swear!','Bring Bernice\'s Necklace to \"Auntie\" Bernice Stonefield at the Stonefield Farm.','Oh, you found it! Thank you, thank you dear!$B$BHere, take this. It was my husband\'s and he always said it was lucky. If only he didn\'t forget it on his last campaign! *sniff*','Hello, $N. Have you found my necklace?','','','','','',981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1359,0,0,0,1,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',84,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(88,4044,12,0,8,6,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Princess Must Die!','The Brackwells have a prize-winning pig, Princess. The sow is HUGE, and she got that way from sneaking over here and eating my veggies!$B$BSo before she comes to our fields...Princess must die! Bring me her collar as proof of the deed and I\'ll give you something for your time!$B$BPrincess is usually over at the Brackwell Pumpkin Patch, to the east and beyond the Maclure farm. Get her before she gets hungry and comes back here!','Kill Princess, grab her collar, then bring it back to Ma Stonefield at the Stonefield Farm.','Thank goodness! That pig was getting so big she\'d have eaten our whole crop! Thank you, $N.$b$bNow, do either of these suit you?','Did you see her yet? Did you get her?','','','','','',1006,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,1182,11191,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(89,4044,44,0,8,15,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Everstill Bridge','During the last orc invasion we were forced to smelt our iron down to make bullets, swords and armor. We sent word to Stormwind for a new shipment of materials but a band of Redridge gnolls hijacked the caravan and ran off into the hills behind Lakeshire.$b$bNow we\'re coming up short on supplies to get this bridge rebuilt. If you can bring me 5 iron pikes and 5 iron rivets, $N, I\'ll make sure you\'re rewarded. $b$bNow let\'s get to work!','Bring 5 Iron Pikes and 5 Iron Rivets to Foreman Oslow in Lakeshire.','Great work, $N. These supplies will help the bridge effort immensely. We\'ll get this beauty shored up in no time.','This bridge isn\'t going to build itself! Now where are those iron pikes and iron rivets?','','','','','',2856,1013,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1310,1303,1304,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',125,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,29,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,5),(90,4044,10,0,8,18,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Seasoned Wolf Kabobs','Seasoned Wolf Kabobs are a house favorite! Sure, I can make you some. But first I\'ll need the supplies. Bring me 10 Lean Wolf Flanks as well as some Stormwind Seasoning Herbs. There are so many wolves here in the forest, I am sure finding the Flanks will be no problem. For the herbs, seek out Felicia Gump in her canal district flower shop in Stormwind.','Gather 10 Lean Wolf Flanks and Stormwind Seasoning Herbs and return to Chef Grual in Darkshire.','Very nice work, $N! Enjoy the delicacy known as Seasoned Wolf Kabob!','Were you able to find 10 Lean Wolf Flanks yet? How about the herbs from Felicia in Stormwind?','','','','','',1015,2665,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1017,2701,0,0,4,1,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6,2,0,5),(91,4044,44,0,8,17,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Solomon\'s Law','An enemy of Stormwind has taken up residence in the eastern foothills of Redridge. This wicked villain uses the Arcane to spread terror and misery upon our town and our people. Under the name, Morganth, he conducts his evil business.$b$bMorganth now controls the Shadowhide Gnoll Clan to perform his biddings. As stated by the Law of Lakeshire, aiding a criminal of the Kingdom is punishable by death.$b$bThese vile gnolls must be killed!$b$bTurn in 10 Shadowhide Pendants to me, and you shall be rewarded.','Bring 10 Shadowhide Pendants to Bailiff Conacher in the Lakeshire Town Hall.','The Court of Lakeshire recognizes your commitment to justice, $N. By enforcing the laws of the Kingdom you have helped uphold the justice of the land.','Turn in 10 Shadowhide Pendants to me, and you shall be rewarded.','','','','','',1075,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,5),(92,4044,44,0,8,15,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Redridge Goulash','Nothing would please me more than to make you some Redridge Goulash. But there\'s a slight problem. During the recent orc uprising I fed the entire brigade of Stormwind troops. My cupboard is now bare. But if you can provide me with the ingredients, I\'d be happy to oblige.$b$bJust bring me five pieces of Tough Condor Meat, five Great Goretusk Snouts and five helpings of Crisp Spider Meat.','Chef Breanna of Lakeshire wants five pieces of Tough Condor Meat, five Great Goretusk Snouts and five helpings of Crisp Spider Meat.','Well done, $N. Such fine specimens too! And here is your delicious delicacy known as Redridge Goulash!','I still need five pieces of Tough Condor Meat, five Great Goretusk Snouts and five helpings of Crisp Spider Meat.','','','','','',2296,1080,1081,0,0,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,2699,0,0,5,1,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,5),(93,4044,10,0,8,17,20,0,1101,0,0,0,0,0,0,0,0,240,0,0,'Dusky Crab Cakes','I\'ll let you in on a little secret - Dusky \"Crab\" Cakes are really made from spider legs! I know it\'s a bit disgusting, but the cakes have a nice, tangy flavor and make great snacks! Bring me Gooey Spider Legs and I\'ll whip you up a few of them.$B$BI hear Venom Web Spiders are a good source - they nest to the north, between the foothills and the river. ','Gather 6 Gooey Spider Legs and bring them to Chef Grual in Darkshire.','Ah yes, a nice clutch of legs you have there! Let me just get these seasoned with my secret spices (no looking!) and get them to skittering on a skillet for a while...$B$BAnd, although Dusky Crab Cakes are my specialty and I won\'t give out the recipe, here\'s the recipe for a dish that\'s almost as good.','Hail, $N. Did you get those Gooey Spider Legs yet?','','','','','',2251,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3683,0,0,0,1,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',5,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(94,4044,44,161,0,20,21,0,1101,0,0,0,0,0,0,0,0,248,1083,1,'A Watchful Eye','My rival, Morganth, is a vicious mage of great power who lives in the Tower of Ilgalar in Redridge. I have developed a means of spying on him, the Eye of Azora, and can now view him from afar.$B$BBut to study his thoughts ... I require further aid.$B$BIf you are willing, then take my Glyph of Azora to the Tower of Ilgalar. Place it upon the Lion Statue near the Tower.$B$BWhen this is done, the power of Azora will grant visions of Morganth\'s future plans.','Take the Glyph of Azora to the Lion Statue near the Tower of Ilgalar in Redridge.','You place the Glyph of Azora on the stone. It adheres itself... and you hear from it Theocritus\' disembodied voice:$B$BYou have my gratitude, young $N. You may now speak with me through this Glyph, and I might have future tasks for you... after I have probed the thoughts of my rival.','This Lion Statue has sat here for decades, and keeps a lonely watch over the infamous Tower of Ilgalar.$B$BThere is a depression at the base of the statue, where a gem or glyph might be set...','','','','','',1083,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9252.32,-3404.26,1,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(95,4044,10,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,230,0,0,'Sven\'s Revenge','I used to work one of the farms to the southeast...until Dark Riders from Deadwind Pass descended upon my farm and slaughtered my family when I was away!$B$BWhen I returned I saw a shadowy figure skulking near my barn, burying something. He fled before I could catch him, and I couldn\'t linger for I was hot on the heels of the Dark Riders. So I never discovered what was hidden.$B$BIf you can find what that shadowy figure buried, I would be grateful. The hiding spot is behind the old stump near my barn.','Go to Sven\'s Farm and find what was buried behind the old stump.','A mound of dirt is here, hastily piled up as if someone had need of hiding something...without much time to do it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(96,4044,0,82,0,20,-1,0,690,64,0,0,0,0,0,0,0,0,7813,1,'Call of Water','Take shard. Take shard and give life.$B$BGive life and understand. Understand water is life... corruption stops life.$B$BYou protect and give life with water\'s power.','Bring the Shard of Water to Islen Waterseer at the Tidus Stair in the Barrens.','This is the proof I asked for. You\'ve done well, $N.$B$BI am pleased to be the first to congratulate you and give you this... your water totem.$B$BUse it well, and good luck.$B$BYour next test will not be for some time, so learn your lessons well. Pure water will not only give life back to those who are injured, but can have many other effects. I suggest you seek out a shaman trainer when you have the time. They might have other spells for you to learn.','You\'ve returned. Splendid!$B$BHow went your journey to Silverpine? Did it take you long?$B$BIt is hard for me to tell if you were successful there because so much of the land has become corrupt. Its stench overwhelms any good that you might have done. But small successes are sometimes as important as large ones. Purifying the water there was instrumental for you, and for all shamans.','','','','','',7813,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5177,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5394,5396,0,0,0,0,0,0,0,1560,0,0,0,0,'',100,0,0,0,'972',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(97,4044,10,0,8,22,28,0,1101,0,0,0,0,0,0,0,0,98,0,0,'The Legend of Stalvan','Let Commander Ebonlocke know immediately that the handwriting matched, $N! Her suspicions were correct!','Report the news to Commander Ebonlocke.','I knew it! Fine work, $N.','Yes, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',80,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,5,0,1),(98,4044,10,0,8,22,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Stalvan Mistmantle led a life of depravity. Innocent victims died by his hand. Undoubtedly he is guilty of countless crimes. Now the lunatic threatens Darkshire. The Light only knows what sordid acts he is plotting. Travel to his cottage just north of town, $C, and execute Stalvan, once and for all.$b$bWhen the deed is done, travel to Madame Eva\'s and show her his family ring. After all, it was her premonition that led to this gruesome discovery. But Darkshire is safer because of her.','Kill Stalvan Mistmantle and show Madame Eva his family ring.','I know, $N: Stalvan is dead. I sensed a wave of hope ripple through the tainted forest. Once and for all, Duskwood is free from his blood thirst. My joy is hampered by thoughts of those who fell prey to the horrible beast. Nonetheless, you are a brave and cunning $c.','Yes, $N?','','','','','',3629,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2044,2043,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',97,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,3,1,1,16,0,0,0,0,0,6,0,0,7),(99,4044,130,0,8,9,15,0,690,0,0,0,0,0,0,0,0,0,0,0,'Arugal\'s Folly','As my understanding of Arugal\'s magic grows so does my disdain for the hapless fool. I am close to completing my research on his so called remedy.$b$bMy knowledge will be complete when I learn what enchantment is causing the strange behavior going on in Pyrewood Village. By day, the peasants appear to be Human. But when the sun goes down the townsfolk turn into Moonrage Worgen.$b$bI need to draw energy from the enchanted shackles Arugal cast on them. Bring to me six enchanted Pyrewood Shackles, $N.','Bring 6 Pyrewood Shackles to Dalar Dawnweaver at the Sepulcher.','Your persistence is commendable. With the knowledge you helped me gather, Arugal will fall and his reckless magic shall be undone. Cheers to you, $N.','Have you secured the Pyrewood Shackles yet, $N?','','','','','',3218,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3586,3570,5242,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,1460,0,0,0,0,0,0,0,6300,0,0,0,0,'',424,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(100,4044,0,82,0,20,-1,0,690,64,0,0,0,0,0,0,0,96,0,0,'Call of Water','Light explodes as you finish the incantation. The sounds of the water drops hitting the flame have died down and your senses are overcome as the corrupt spirits around you are destroyed.','Speak to the Minor Manifestation of Water at North Tide\'s Run in Silverpine Forest.','Thanks to you. Thanks to the shamans.$B$BCorruption ebbs but life continues to wane. Up to shamans to protect life.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',63,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(101,4044,10,0,8,18,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Totem of Infliction','As the mystical taint creeps through the forest, the need for self-protection is undeniable, $N. The winds whisper to me and they speak of a great danger which waits patiently for you in the near future.$b$bIf you wish to protect yourself, noble $c, bring to me 10 ghoul fangs, 10 skeleton fingers and 5 vials of spider venom. For you I shall enchant a Totem of Infliction which will harm those who attempt violent acts against you.','Bring 10 Ghoul Fangs, 10 Skeleton Fingers and 5 Vials of Spider Venom to Madame Eva in Darkshire.','Very wise of you, $N. This Totem of Infliction will help to protect you against the evil which lurks throughout Azeroth and beyond. When you feel threatened, hold this totem and take comfort in its magical aura. Be brave, fair $C. You will need all the courage you can muster for I see much bloodshed in your future.','Bring to me 10 ghoul fangs, 10 skeleton fingers and 5 vials of spider venom. For you I shall enchant a Totem of Infliction which will harm those who attempt violent acts against you.','','','','','',1129,1130,2378,0,0,0,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,0,0,1,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,6),(102,4044,40,0,8,8,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Patrolling Westfall','Stormwind has abandoned us. A foul wind of depravity rustles through the plains of Westfall. This was my homeland and I will not turn my back on the citizens who choose to remain here. We, the former farmers, shall make our stand.$b$bYour task, should you choose to accept, is to patrol the grasslands of Westfall. Track down and slay the vile Gnolls that seem to be working in conjunction with the Deadmines thieves. Bring me eight Gnoll Paws and I will reward your bravery.','Bring 8 Gnoll Paws to Captain Danuvin on Sentinel Hill.','Well done, $N. With valiant adventurers such as yourself fighting alongside The People\'s Militia, Westfall just might return to the prosperous breadbasket it once was. Please accept this in recognition of your tireless efforts.','Have you collected 8 paws from those treacherous Gnolls yet?','','','','','',725,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1154,710,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(103,4044,40,0,8,10,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Keeper of the Flame','The night the Lighthouse Keeper\'s family died was horrible. I watched, helpless, as Old Murk-Eye led the attack. But what\'s done is done and now my concern is for the lives of the sailors on The Great Sea whose ships come close to the perilous rocks of the coastline. With no one to keep watch on the flame the responsibility has fallen upon me.$b$bHelp me keep the torch lit by bringing me 5 flasks of oil from the Harvest Monsters.','Bring 5 Flasks of Oil to Captain Grayson at the Westfall Lighthouse.','Praise you, brave $C. The rocks of the Westfall Coast shall be lit thanks to your hard work. Many lives will be spared so long as the torch is kept lit.$B$BI died needlessly on this very shore. My afterlife plight is to see that no others follow my destiny.','The flame will not burn for long without oil, $N.','','','','','',814,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2455,118,0,0,0,0,3,3,0,0,0,0,955,1180,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(104,4044,40,0,8,15,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Coastal Menace','When my life was ended upon the rocks, I had no clue what the afterlife held for me. The Lighthouse was black that night because Old Murk-Eye had scared the keeper\'s family off. They returned and re-lit the flame but Old Murk-Eye coerced the weaker minded murlocs to raid the Lighthouse with him once again. The second time the family was not so lucky and before my eyes they perished helplessly.$b$bSlay Old Murk-Eye if you see him along the shore and bring me one of his scales and I shall reward you.','Bring a scale of Old Murk-Eye to Captain Grayson at the Westfall Lighthouse.','So the foul heathen, Murk-Eye is dead. Well done, $N. By your hands one life was laid to rest but perhaps many more were saved. The Great Sea, wrought with danger as it is, shall be a wee bit safer this night thanks to your heroics.','Have you laid waste to the menace known as Old Murk-Eye yet? He has been spotted roaming the coastline of Westfall.$B$BReturn to me when the foul beast is dead.','','','','','',3636,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1557,5240,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(105,4044,28,0,8,50,60,1,690,0,0,0,0,0,0,0,0,0,0,0,'Alas, Andorhal','Alas, the time to attack Andorhal and drive out the lich that controls it is upon us!$B$BInside the ruins of the city is where the lich - Araj the Summoner - holds dominion. He is guarded by numerous Scourge surrounding the remains of city\'s center, and his personal retinue of guardians attached to him directly is formidable. You will need numerous allies to even stand a chance of facing him successfully.$B$BDestroy Araj, $N, and bring me a shard from his phylactery as proof!','Bring Araj\'s Phylactery Shard to High Executor Derrington at the Bulwark, Western Plaguelands.','You\'ve done it! Araj... the lich is finally defeated!$B$BYou\'ve done a tremendous service to the Horde on this day, $N. Your bravery and perseverance are a testament to what it means to be a true hero. Please - accept this as a token for all to see and know that you have delivered the Horde a victory for the ages!','Your task has been given to you, $N. Do you have a shard from the lich\'s phylactery as proof of the task being accomplished?','','','','','',17114,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17759,0,0,0,1,0,0,0,67,529,0,0,0,68,350,350,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',5098,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(106,4044,12,0,0,5,6,0,1101,0,0,0,0,0,0,0,0,111,1208,1,'Young Lovers','Oh, I\'m cursed! My heart belongs to Tommy Joe Stonefield, but our families are bitter enemies. So I can\'t see him, even though my eyes ache to gaze upon that handsome face!$B$BPlease, take this letter and give it to Tommy Joe. He\'s usually at the river to the west of the Stonefield Farm, which is due west of here.','Give Maybell\'s Love Letter to Tommy Joe Stonefield.','Ah! I can\'t stand us being apart. I have to see her!!','You have what?? Maybell is the light of my dull life. Hurry, let me see her letter!','','','','','',1208,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(107,4044,12,0,0,5,6,0,1101,0,0,0,0,0,0,0,0,112,1252,1,'Note to William','I bet William Pestle has a potion to unite our two young lovers!$B$BHere, take this note to William. He\'s staying at the Lion\'s Pride Inn in Goldshire.','Take Gramma Stonefield\'s Note to William Pestle.','My heart goes out to those two poor souls, Maybell and Tommy Joe. I remember being young and in love, once.$b$bThere must be something I can do to help them! Let me think...','You have a note from \"Gramma\" Stonefield, eh? I haven\'t seen Mildred in years! I wonder what she has to say...','','','','','',1252,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',111,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(108,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Mystery Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(109,4044,12,0,8,9,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Report to Gryan Stoutmantle','Looks to me you\'ve seen quite a bit of combat in your time, $c. If you haven\'t already, you should report to Gryan Stoutmantle. He heads up the People\'s Militia, aimed at protecting the farmlands of Westfall. I bet he could use your help. You can usually find him in the stone tower on Sentinel Hill, just off the road in the middle of Westfall.','Talk to Gryan Stoutmantle. He usually can be found in the stone tower on Sentinel Hill, just off the road, in the middle of Westfall.','Ah, so my friend sent you here? How kind. $B$BWell the Stormwind Monarchy has abandoned our cause. Now it is up to the People\'s Militia to keep the land free from corruption. If our cause interests you, I can put your combat skills to use in the name of freedom.','An... Any luck??','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',52,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(110,4044,440,0,8,39,48,0,0,0,0,0,0,0,0,0,0,113,0,0,'Insect Part Analysis','I\'m going to spend some time taking a look at Scrimshank\'s surveying gear... as well as putting his personal effects in order. I get the sneaking feeling behind my ears that this isn\'t the last loss we\'ll be facing against these bugs.$B$BI\'d like for you to check in with Alchemist Pestlezugg to see if he has had a chance to process the insect parts we sent him. If they\'re ready, bring them to me.','Check in Gadgetzan for Alchemist Pestlezugg and his analysis of the insect parts.','Yes, I have the results right here. They are... unsettling, to say the least$B$BOur initial suspicion that the bugs are being controlled by an outside force, we believe, is correct. If this is the case, then we are dealing with not only a very powerful unknown force, but also a malignant one. These bugs have been changed to be pure ravagers. I\'ve never seen anything quite like it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',10,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(111,4044,12,0,8,5,6,0,1101,0,0,0,0,0,0,0,0,107,0,0,'Speak with Gramma','Please, $N, talk with my Gramma. If anyone can find a way to bring me together with Maybell, she can.$B$BShe\'s inside our house east of here.','Speak with Gramma Stonefield.','While our families are feuding, Tommy Joe and Maybell don\'t have much of a future, but... maybe we can get them together for just a little while.$B$BHm, what can we do...','I can\'t wait to hear how my friends react!$B$BThey\'ll never expect it','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',106,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(112,4044,12,0,8,5,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Collecting Kelp','I can make an invisibility liquor for Maybell, so she can slip away from the Maclure Vineyards and go to Tommy Joe. But to make the Liquor, I need some crystal kelp.$B$BAlthough the kelp usually grows in the ocean... sometimes murlocs collect it. See if the murlocs near Crystal Lake have any. Crystal Lake is just east of Goldshire.','Bring 4 Crystal Kelp Fronds to William Pestle in Goldshire.','You got them. Good show! Now, just one moment while I concoct the potion...','Do you have that crystal kelp? I\'m sure Maybell is anxious to see her beau...','','','','','',1256,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',107,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(113,4044,440,0,0,39,48,0,0,0,0,0,0,0,0,0,0,0,8594,1,'Insect Part Analysis','Senior Surveyor Fizzledowser needs to see this report immediately. Actually... everyone who can read needs to see this report. We are facing a grave and serious threat to not only Tanaris and Gadgetzan, but if left unchecked, the entirety of southern Kalimdor. Heck, even quite possible the whole of Azeroth; this thing has given no indication it will subside.$B$BHave Fizzledowser make a duplicate of the report for you to distribute freely to your allegiance. Everyone must know about this threat!','Deliver the report to Senior Surveyor Fizzledowser in Gadgetzan. Be sure he gives you a copy of the report, as Alchemist Pestlezugg has requested.','Thank you for delivering the report, Junior Surveyor $n; here is your pay for your diligent service to the Gadgetzan Water Company.$B$BWhile I am usually not thrilled about handing out our valuable information carte blanche to those who would otherwise pay good coin for it, I\'ve known Pestlezugg for a number of years now. If he recommends letting everyone know about it, then so be it. Give me a moment and I\'ll make you a copy.','Well Junior Surveyor $n, has ol\' Pestlezugg got that report ready yet?','','','','','',8594,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,10,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',110,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,1),(114,4044,12,0,0,5,7,0,1101,0,0,0,0,0,0,0,0,0,1257,1,'The Escape','Take this invisibility liquor to young Maybell. It should last long enough for her to visit Tommy Joe.','Take the Invisibility Liquor to Maybell Maclure.','Oh...my! I feel guilty deceiving my family, but my feelings for Tommy Joe are too strong to ignore.$b$bThank you, $N. I\'ll drink this liquor as soon as I have the chance and sneak away to my love.$b$bAnd for you... please take this.','Did you deliver my letter to Tommy Joe? What did he say??','','','','','',1257,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,5,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',112,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(115,4044,44,0,8,18,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Shadow Magic','The Blackrock orcs enlisted shadowcasters to aid their attacks in Redridge, and they have brought with them devices of dark power--midnight orbs. These orbs have struck telling blows against Redridge\'s defenders, and it\'s imperative we remove the demon-tainted items from the conflict.$B$BFind and deliver to me midnight orbs from slain Blackrock shadowcasters. I will then have them disposed of, for this world would be a better place without them!','Bring 3 Midnight Orbs to Marshal Marris in Lakeshire.','Thank you, $N. I\'ll send these to be destroyed immediately.','How goes your conflict with the shadowcasters? Did you find the midnight orbs?','','','','','',1261,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',20,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(116,4044,44,0,8,12,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Dry Times','I find myself in quite a pinch here, $N. The bottles are close to running dry. The latest booze shipment is long overdue. The orc invasion has been hell.$b$bPerhaps you can go to work for me?$b$bI need you to pick up a keg of Thunderbrew Lager from Grimbooze Thunderbrew in the Westfall hills, a cask of Merlot from Stormwind, a bottle of Moonshine from Darkshire and a skin of Sweet Rum from Goldshire. Bring those back to me and I will see to it you are rewarded.','Barkeep Daniels of Lakeshire needs a keg of Thunderbrew Lager, a cask of Merlot, a bottle of Moonshine and a skin of Sweet Rum.','A job well done, $N! I know well the roads you had to journey to procure this fine array of liquor. But my patrons will be happy once again! $b$bMy wife is quite a seamstress. Please accept this cloak she made in return for your services.','I need you to pick up a keg of Thunderbrew Lager from Grimbooze Thunderbrew in the Westfall hills, a cask of Merlot from Stormwind, a bottle of Moonshine from Darkshire and a skin of Sweet Rum from Goldshire. Bring those back to me and I will see to it you are rewarded.','','','','','',1262,1941,1942,1939,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1270,10456,0,0,1,1,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',117,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,25,0,0,5),(117,4044,40,0,8,0,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Thunderbrew Lager','Hurry, my friend, move with haste $bIn order for our rich lager to taste $bMore like beer and less like stew, $bHops are needed to make the brew.','Bring Grimbooze Thunderbrew 5 hops to complete his special brew.','Hops and Barley, yeast and malt $bThe taste-buds feel a virtual assault, $bNo need to plead, no need to beg $bFor Thunderbrew Lager comes in a keg!','Hurry, my friend, move with haste $bIn order for our rich lager to taste $bMore like beer and less like stew, $bHops are needed to make the brew.','','','','','',1274,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(118,4044,44,0,0,14,18,0,1101,0,0,0,0,0,0,0,0,119,1283,1,'The Price of Shoes','I\'ve been using so much iron keeping the Stormwind Guards outfitted, I don\'t have enough to supply the stable\'s horses with shoes!$B$BTake this note to Blacksmith Argus in Goldshire. It explains to him my problem and requests a shipment of horseshoes.','Take Verner\'s Note to Smith Argus at Goldshire in Elwynn Forest.','Heh, so old Verner needs some shoes, does he!?!','What\'s that? Verner sent you, you say? Well give me his note. And SPEAK UP!','','','','','',1283,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(119,4044,44,0,0,13,18,0,1101,0,0,0,0,0,0,0,0,0,1284,1,'Return to Verner','Ok, I\'ll give him his 50 horseshoes...$B$BHere they are, all boxed up and ready to go! Tell Verner it was a pleasure doing business, and be sure he reads the note attached to this crate!','Return to Verner Osgood at Lakeshire in Redridge. Give him the Crate of Horseshoes.','Thank you, this really helps me out.$b$bBut what\'s this? Argus sent a note with the crate...What?? Argus wants me to PAY him? Bah!$b$bWell, $N, thank you for your help.','Great, you\'re back! Did you get the shoes?','','','','','',1284,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',118,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(120,4044,44,0,0,14,14,0,1101,0,0,0,0,0,0,0,0,121,1293,1,'Messenger to Stormwind','These are trying times, $c. The township is under constant siege. Without reinforcements, we will certainly face defeat. The message I now entrust to you is of utmost importance. Get this report to General Marcus Jonathan of Stormwind immediately. Once your delivery is made, return to me at once with any news, be it good or bad. $b$bNow make haste!','Magistrate Solomon has given you a report which must be delivered to General Marcus Jonathan in Stormwind. The judge wants you to return to him as soon as the delivery has been made.','At ease, $C.$b$bMagistrate Solomon is a noble leader. His words carry great weight with me. I shall seek the counsel of the King and make the situation clear to him. Assure the good judge that he has the Stormwind Army\'s support. Reinforcements will be sent as soon as word is given from His Majesty.','What have you there?','','','','','',1293,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,3),(121,4044,44,0,0,14,14,0,1101,0,0,0,0,0,0,0,0,0,1294,1,'Messenger to Stormwind','While I wait for a response from the King I want you to carry this letter to Magistrate Solomon. $b$bDismissed, $c!','Take General Marcus Jonathan\'s letter of response to Magistrate Solomon in Lakeshire.','Thank you for your time, $C. For your service to Lakeshire and Stormwind I reward you with these coins.$b$bNow if you\'ll excuse me, I find this correspondence somewhat of a mystery. Something is amiss in our Kingdom. I fear this is the beginning of conflict, not the end.','Did the General send news? Are reinforcements on the way?','','','','','',1294,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',120,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,2),(122,4044,44,0,8,14,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Underbelly Scales','I need some underbelly scales from black dragon whelps to pay for the shoes Argus sent me from Goldshire. If you can get 6 of them for me, then I can pay Argus with some... and have enough left to fashion something for you.$B$BBlack dragon whelps are often flying around south of Lakeshire, but they like to wander. You might have to just keep an eye out and hunt them when you see them.','Gather 6 Underbelly Whelp Scales from Black Dragon Whelps, and bring them to Verner Osgood in Redridge.','Thanks! These will get me out of debt to Argus...','I know that greedy Argus will send someone to collect his scales if I don\'t give them to him soon. Have you found those scales yet?','','','','','',1221,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6092,1302,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',119,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(123,4044,12,0,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,2223,1,'The Collector','This note is a schedule with a list of days and times when a person -- described only as \"The Collector\" -- will receive a shipment of gold from the mines in Elwynn Forest.$B$BFrom the schedule, it looks as if the Collector resides near the Brackwell Pumpkin Patch in eastern Elwynn.$B$BThis sounds important. You should report it to Marshal Dughan in Goldshire.','Go to Marshal Dughan in Goldshire and give him The Collector\'s Schedule.','Hm... I have heard of this \"Collector\" but I don\'t know whom he\'s working for. Thank you for the schedule. It will help us solve this mystery.','What?!? We haven\'t had our people working the Elwynn mines for months!$B$BLet me see that note you have...','','','','','',2223,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(124,4044,44,0,8,15,20,0,1101,0,0,0,0,0,0,0,0,126,0,0,'A Baying of Gnolls','As if the attacking orcs weren\'t enough! Now I have gnoll brutes and mystics prowling along the ridge north of my stable, taking my horses when they stray...$B$BIf you can get rid of those gnolls, my horses and I would be very grateful.','Kill 10 Redridge Brutes and 8 Redridge Mystics, then return to Verner Osgood.','Thank you for all your help, $N.','Yes? Is there something I can do for you?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,426,430,0,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',119,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(125,4044,44,0,8,15,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Lost Tools','I could really use a hand here, $N. With the town under siege, it\'s been hard to get supplies. My tools were being delivered from Goldshire by wagon but the bridge was blown out. We put the tools in a boat but the orcs hit it with a catapult. Just my luck, my toolbox sank right to the bottom of the lake.$b$bRetrieve my toolbox, $N, and I\'ll make it worth your while.','Foreman Oslow of Lakeshire wants you to retrieve his toolbox from the bottom of Lake Everstill.','Excellent recovery, $N! I never thought I\'d see these tools again.','Were you able to find my tools?','','','','','',1309,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2313,0,0,0,2,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,4),(126,4044,44,0,8,15,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Howling in the Hills','$N, the gnolls are still out there. I can hear their baying as they hunt in the hills above Lakeshire. And one cry is louder than the rest - Yowler, their leader.$B$BKill Yowler and send his pack scattering! Bring me his paw as proof.$B$BAnd be careful, this gnoll is their leader for a reason. He is no Mongrel...','Bring Yowler\'s Paw to Verner Osgood in Lakeshire.','Again, thank you for your help. The Stormwind army is so busy dealing with the orcs, they don\'t have the troops to protect Redridge from local threats like the gnolls.','Yowler is a dangerous creature, $N. If you\'re not ready for him, I understand.','','','','','',3614,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1319,2910,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(127,4044,44,0,8,16,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Selling Fish','Lake Everstill is famous for its spotted sunfish. There\'s always demand for them...and I\'m running low!$B$BBring me a batch of 10 and I\'ll barter well for them. If you can\'t fish yourself, then...maybe you can get them off the murlocs!','Bring 10 Spotted Sunfish to Dockmaster Baren in Lakeshire.','Pleasure doin\' business with you, matey!','You have some sunfish for me, eh?','','','','','',1467,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3663,3680,1322,0,1,1,5,0,72,0,0,0,0,0,150,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(128,4044,44,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Blackrock Bounty','The Blackrock Clan must be destroyed. The Enemy has invaded our lands. These mountains fall under the sovereign right of the King of Stormwind. Our sources tell us that the leaders of each unit within the Clan are known as Champions. You\'ll find them in their encampment to the north, just west of the road to the Burning Steppes.$b$bMagistrate Solomon wants these foul brutes dead. Slay 15 Blackrock Champions and return to me.','Kill 15 Blackrock Champions and Guard Howe in Lakeshire will reward you.','I see you have fought valiantly against the Blackrock Clan, $C. Your service to our township is great indeed.','Return once you have slain 15 Blackrock Champions.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,435,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,5),(129,4044,44,0,0,12,15,0,1101,0,0,0,0,0,0,0,0,130,5534,1,'A Free Lunch','Can you do me a favor? I\'ve prepared a lunch for Guard Parker, but he\'s out on patrol...he\'s a big, strong Stormwind guard who can defend himself, but it\'s much too dangerous out there for a townsperson like me.$B$BSo if you deliver his lunch for me, then come back here and I\'ll give you a free lunch! Parker patrols the stretch of road leading to Duskwood.','Bring Parker\'s lunch to Guard Parker. He patrols the road leading to Darkshire.','Thanks, I could really use the meal. Guarding Lakeshire from the orcs and gnolls is tough work!','Darcy sent me a lunch, did she? Such a kind heart she has. Well...let\'s have it!','','','','','',5534,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(130,4044,44,0,8,12,15,0,1101,0,0,0,0,0,0,0,0,131,0,0,'Visit the Herbalist','Before you go back to Darcy, can you bring her some flowers for me? You can get them at the herbalist shop back in Lakeshire, at the west end of town.$B$BBut when you get the flowers...don\'t tell the herbalist, Martie, whom they\'re from, or whom they\'re for...','Speak with the Redridge Herbalist, Martie Jainrose.','You need a bouquet of flowers? You haven\'t been in town very long...have you already found for yourself a sweetheart here?$B$BI know I shouldn\'t pry, but it\'s nice to see that love is in the air... especially in dangerous times like these.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',129,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(131,4044,44,0,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,1325,1,'Delivering Daffodils','Here is your bouquet. I chose Daffodils for you. They\'re my favorite!','Give Darcy the Daffodil Bouquet.','Oh, those are lovely! I can\'t wait to put them in some water!$b$bBut...these are Martie\'s favorite flowers. Parker didn\'t have you go to that jealous vixen for this bouquet, did he? You didn\'t tell her who they were for, did you? If you did, then it wouldn\'t surprise me if she poisoned them.$b$bOh, but it\'s not your fault. Thank you, and here\'s your meal.','Hello again, $N. Did Parker like the lunch I sent him?','','','','','',1325,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1326,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',130,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(132,4044,40,0,0,14,18,0,1101,0,0,0,0,0,0,0,0,135,1327,1,'The Defias Brotherhood','What I am about to tell you could cost me my life. The Defias gang is up to something big. Last I heard they were working in conjunction with various gnolls, kobolds and even goblins.$b$bTake this note to Stoutmantle. It explains as much as I know on the subject.','Take Wiley\'s Note to Gryan Stoutmantle in Westfall.','Bah! I should have let that scoundrel rot when I had the chance. But this information is crucial. Good work.','Good to see you back, $N. What did Wiley have to say for himself?','','','','','',1327,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-10509,1045,0,4050,0,0,0,0,'',65,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(133,4044,10,0,0,20,27,0,1101,0,0,0,0,0,0,0,0,134,0,0,'Ghoulish Effigy','I live so far from the protection of town, it\'s a wonder the ghouls and the walking dead haven\'t eaten me! In fact, just yesterday a pack of Bone Chewers was pounding on the walls of my house!$B$BI want to make an effigy - a kind of \"scarecrow\" for Ghouls. To do that I need some Ghoul Ribs. You can get them from Flesh Eaters, Bone Chewers, Brain Eaters, Rotted Ones and Plague Spreaders.$B$BGet the ribs for me, and I will repay you with some coin.','Gather 7 Ghoul Ribs and bring them to Abercrombie at his shack.','Ah, thanks. These will do just the trick!','I think I hear a pack of Ghouls scurrying around the back of the house - I better put that effigy up quick! Did you get those Ghoul Ribs for me?','','','','','',884,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',159,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(134,4044,10,0,8,20,30,0,1101,0,0,0,0,0,0,0,0,160,0,0,'Ogre Thieves','A few weeks ago I was picking herbs far from my house, and a band of ogres attacked me! I ran, and I was forced to leave behind a crate of precious tools and herbs.$B$BAfter they chased me off, the ogres swaggered back to the ogre mound in southern Duskwood. I\'m sure my crate is somewhere near the mound.$B$BPlease, $N, retrieve this crate for me for I miss it sorely.','Return Abercrombie\'s Crate to Abercrombie.','Thank the Nec-...well, thank YOU, $N! You have more than earned your reward.$B$BAha! Happy! Happy nights ahead!!','Do you have my crate? If so, then please...give it to me quickly!','','','','','',1349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',133,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(135,4044,40,0,0,14,18,0,1101,0,0,0,0,0,0,0,0,141,1327,1,'The Defias Brotherhood','I wonder what Wiley meant when he mentioned the Stonemasons. Perhaps that was a slip of tongue. Could the Defias gang be related to the Stonemasons? Only one man would know for sure: Mathias Shaw, head of SI:7. Show him Wiley\'s Note and see if he has anything to add to this growing mystery. If you have trouble finding Shaw, check the Barracks in Old Town.','Take Wiley\'s Note to Mathias Shaw in Stormwind.','This matter might be more complex than Stoutmantle realizes.','What business do you have with me? I am a very busy man. . .','','','','','',1327,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8752,384,0,4050,0,0,0,0,'',132,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(136,4044,40,0,0,10,16,0,1101,0,0,0,0,0,0,0,0,138,0,0,'Captain Sanders\' Hidden Treasure','If ye be readin\' this, it means that Ol\' Captain Sanders is in a watery grave. So my treasure is yours now, ye jest need to follow the clues. $b$bFirst ye need to find me footlocker. It\'s probably half-buried in sand by now, along the Western Coast of Westfall near the shipwreck. There be lots of shipwrecks but only one rusty anchor on the coast. Find that anchor and you\'ll find me locker! Look in there for the next clue.','Find Captain Sanders\' footlocker and search it for the next clue.','The footlocker slowly creaks open. Sand and water seem to be its only contents. But wait! A small crab scurries out with a clue to the treasure in his claws!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(137,5875,1519,0,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,' Stormwind Commendation','If you earn a commendation from one of our Marshals, then bring it to me. It will be good for one of our Lion Emblem gloves.','General Marcus Jonathan in Stormwind will accept a commendation from Elwynn Forest. Bringing him such a document will reward you with a choice of armor.','','','','','','','',1356,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(138,4044,40,0,0,10,16,0,1101,0,0,0,0,0,0,0,0,139,1358,1,'Captain Sanders\' Hidden Treasure','The clue to the treasure reads: Good work, matey! Now ye need to head due east. East up the bluffs, east to the road. Look for the ol\' chimney ruins near the side of the road. There you\'ll find an old barrel with your next clue.','Find the old barrel near the ruined chimney and search it for your next clue.','Good work, treasure hunter!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',136,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(139,4044,40,0,0,10,16,0,1101,0,0,0,0,0,0,0,0,140,1361,1,'Captain Sanders\' Hidden Treasure','Searching through the barrel you discover another piece of parchment. This one reads: Now from this here barrel, face ye North. Straight as the crow flies, keep ye walkin\' till you see the empty jug next to the lone windmill on the sea bluffs. If ye poke around that jug, ye just might find what you\'re lookin\' for.','Search the empty jug next to the windmill for the next clue.','You\'re on your way to the jackpot, treasure seeker!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',138,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(140,4044,40,0,0,10,16,0,1101,0,0,0,0,0,0,0,0,0,1362,1,'Captain Sanders\' Hidden Treasure','Sure enough, deep within the Old Jug there is another clue to Sanders\' treasure. The ink has run in some places and the paper smells like whiskey but you can make out some of the text: Now that ye found me ol\' whiskey jug, you\'re almost to the treasure! Just face West from the bottle and walk down to the shore. Once ye get to the water, keep going! Swim straight west till you find the island with me treasure chest!','Locate Captain Sanders\' chest and open it for your reward.','The hinges on the old chest are rusty but they still work. You force the chest open and take the booty.$B$BCongratulations!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2842,3342,3344,3343,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',139,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(141,4044,40,0,0,14,18,0,1101,0,0,0,0,0,0,0,0,142,1353,1,'The Defias Brotherhood','The Stonemasons\' Guild was run by a man named Edwin VanCleef. VanCleef was responsible for rebuilding Stormwind after the orcs razed it in the First War. Apparently, VanCleef and his men were unhappy with their treatment by the King after the reconstruction was complete. That just might explain a thing or two.$b$bI have written a more detailed account for your Master in Westfall. Take this to him at once!','Take Shaw\'s report to Gryan Stoutmantle in Westfall.','Edwin VanCleef. . .I know the name well. To think that a man so industrious and talented could turn into such a scoundrel unnerves me. I\'ll need further proof before I believe this.','Did Master Shaw shed any light on things?','','','','','',1353,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-10509,1045,0,2040,0,0,0,0,'',135,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,2),(142,4044,40,0,8,14,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Defias Brotherhood','We need to discover the location of the Defias hideout. $N, my scout reports that a Defias Messenger has been seen on the roads between Moonbrook, the Gold Coast Quarry and the Jangolode Mine. I want you to capture him. If he resists, kill him and bring me whatever he is carrying.','Track down the Defias Messenger in Westfall and bring his message to Stoutmantle.','This is indeed firm proof that VanCleef is in charge. Now all we need to know is where the Defias gang is hiding out.$b$bWe\'ve had a stroke of luck while you were gone. We captured a thief trying to steal Saldean\'s wagon. He has promised to lead us to the hideout in exchange for his life. I want you to defend the traitor so he can reveal the hideout. Return to me once you have uncovered the location.','$N, were you able to gather any information? Did you locate the messenger?','','','','','',1381,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,25,0,0,0,0,0,0,6,0,0,5),(143,4044,44,0,0,14,14,0,1101,0,0,0,0,0,0,0,0,144,1407,1,'Messenger to Westfall','Something odd is afoot with the Stormwind Army. They should have been here in force by now. Time is a luxury we don\'t have, however. I will not stand by and watch the people of Lakeshire give their lives without trying to enlist more help. I\'ve heard word of a people\'s militia forming in Westfall.$b$bTake this plea to their leader, Gryan Stoutmantle. Perhaps Stoutmantle\'s men can lend some support here until the King sends reserves.','Magistrate Solomon wants you to take his written plea to Gryan Stoutmantle in Westfall.','Good Messenger, you have served your master well.','Hail, $C. What business do you have with The People\'s Militia?','','','','','',1407,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',121,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(144,4044,44,0,0,14,14,0,1101,0,0,0,0,0,0,0,0,0,1408,1,'Messenger to Westfall','Magistrate Solomon\'s note pains me to read. But it is obvious he knows not the war which is waged in Westfall or else he would know better than to expect aid from the Militia. If Stormwind had not deserted us as well, we would not have the need for the Militia.$b$bTake this response to your master in Redridge, $c. And let him know that my heart is heavy with the loss of good men.','Return to Magistrate Solomon with Gryan Stoutmantle\'s response.','I do say, this is not good at all. I did not realize that Stoutmantle\'s situation was not unlike ours here in Lakeshire. What action is so important that it calls the Stormwind Army away from its people? Bah, I should not ponder aloud.$b$bHere, messenger. Accept these coins in exchange for your service to the Township. I might call upon you again.','Shall we expect the People\'s Militia soon? Does Lord Stoutmantle\'s news bode well?','','','','','',1408,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(145,4044,44,0,0,18,18,0,1101,0,0,0,0,0,0,0,0,146,1409,1,'Messenger to Darkshire','I require your assistance once again. I have written to Lord Ebonlocke, requesting that he sends his trained guards, the Night Watch, to help with Lakeshire\'s defense. It is imperative this message makes it to him swiftly. You must exercise extreme caution. Ebonlocke is the mayor of Darkshire, in the heart of Duskwood. Do not stray from the roads.','Magistrate Solomon wants you to take a letter to Lord Ebonlocke in Darkshire.','Thank you for making the long journey here. This is indeed important information.','You appear to have traveled from afar, $C. What business do you have here in Darkshire?','','','','','',1409,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',144,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,4),(146,4044,44,0,0,18,18,0,1101,0,0,0,0,0,0,0,0,0,1410,1,'Messenger to Darkshire','If I did not know Magistrate Solomon personally, I would say the man has gone mad. Send the Night Watch to Lakeshire because Stormwind refuses aid? The Night Watch was formed because Stormwind left us when this foul magic seeped into the land. If I sent my Night Watch, this town would be overrun by evil before the guards even reached the forest\'s edge.$b$bTake this letter of response to your Master in Lakeshire.','Return to Magistrate Solomon with Lord Ebonlocke\'s letter of response.','By the Light! The Stormwind Army retreated from Westfall. And the Guard no longer protects Darkshire? There is some treachery abound. How could this be so? $b$bOh I forgot to reward your service, $C. Here are some coins. Now excuse me. Something is amiss in Stormwind and I must get to the bottom of it.','Ah, good to see you back, messenger. Shall I inform the Marshal that the Night Watch is on its way from Darkshire?','','','','','',1410,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',145,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,29,0,0,0,0,0,3,5,6,1,0,0,0,0,0,6,0,0,2),(147,4044,12,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Manhunt','If the \"Collector\" is taking gold from our mines then he\'s stealing from the kingdom! Bring the Collector to justice, and bring me the ring mentioned in the pickup schedule you gave me. It may tell us whom the Collector is working for...$B$BThat Pickup Schedule says the Collector is hiding out at the Brackwell Pumpkin Patch. You should search for him there.','Find and kill \"the Collector\" then return to Marshal Dughan with The Collector\'s Ring.','You found him? Well done, $N. He won\'t be \"collecting\" from the Elwynn Mines again!$B$BAnd this ring you found is interesting... it\'s a membership ring for the old Stonemason\'s Guild in Stormwind. Why would a lowly thief have an artisan guild ring, and why are the Defias Thieves collecting money from our mines?$B$BDifficult questions. I hope one day we\'ll have answers.','Did you find the Collector? Did you discover whom he\'s working for?','','','','','',2239,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1360,1183,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',123,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(148,4044,10,0,8,20,24,0,1101,0,0,0,0,0,0,0,0,149,0,0,'Supplies from Darkshire','Oh, what is a poor old man to do? I need some supplies from Darkshire, but the village is so far away and I am so old and feeble...I would never make the trip.$B$BCan you go to Darkshire and bring me back some Ghost Hair Thread? You can get it from Madame Eva at her home on the Darkshire square.','Speak with Madame Eva.','Ah, Ghost Hair Thread is what you need, is it? I\'m afraid I have none in stock, but I can make some for you...if you can supply the ghost hair.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,'',165,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(149,4044,10,0,0,20,24,0,1101,0,0,0,0,0,0,0,0,154,1453,1,'Ghost Hair Thread','There is a poor, sad spirit, Blind Mary, who haunts an old farm house in the hills south of Darkshire.$B$BHere, take this Spectral Comb and ask Blind Mary to comb her hair. Then bring back the comb and I will glean from it the Ghost Hair I\'ll need for the thread.$B$BAnd take care, for dark things now lurk near that house...','Bring the Spectral Comb to Blind Mary.','What is this? A comb? It\'s lovely! And it glides through my hair as if it weren\'t the stiff, stringy horror that it is.$B$BOh, if only I had a mirror...','Oh please, don\'t look at me! I tore out these eyes with my own hands, but I can still feel your gaze!$B$BI\'m hideous! Hideous! Please, look away!!','','','','','',1453,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,'',148,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(150,4044,44,0,8,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Murloc Poachers','Murlocs are becoming a problem. Larger groups of the fishmen are dropping anchor along the shores of Lake Everstill and fishing up a storm! We need them gone before they eat all the fish in the lake!$B$BHunt murlocs! Bring me eight of their fins and I might have something for you...','Bring 8 Murloc Fins to Dockmaster Baren in Lakeshire.','Well done, $N. I hope you didn\'t have too much trouble with those murlocs.$B$BIt\'s strange seeing them so far from the sea. I wonder if they\'re here because they\'re running from something...','Do you have those fins? Hurry, we need those murlocs driven from the lake!','','','','','',1468,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3567,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',127,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(151,4044,40,0,8,9,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Poor Old Blanchy','Poor Old Blanchy! Such a tired beast after all the work we put her through. I fed her before we left the farm, but we weren\'t expecting the wagon to break on us. If you could bring her a few handfuls of oats from the fields, I\'d be grateful.$B$BI bet you could find some around all of the farms in Westfall, if you can steer clear of those horrific machines that have taken over. There are several farms southwest of here.','Verna Furlbrow in Westfall wants you to bring her 8 Handfuls of Oats.','Thank you so much, $N! Poor Old Blanchy will be so happy!','Old Blanchy is on her last leg. Did you happen to find any oats for her?','','','','','',1528,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2165,1537,0,0,1,1,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(152,4044,40,0,8,10,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Coast Isn\'t Clear','You probably noticed all of the shipwrecks along the coast. The Great Sea is treacherous indeed. The coast of Westfall needs to be kept clear, so that if sailors find their way to our beaches, they are safe. The Murlocs are trouble though.$b$bKill 7 Tidehunters, 7 Warriors, 7 Oracles and 7 Coastrunners and I will see to it that you are rewarded.','Kill 7 Tidehunters, 7 Warriors, 7 Oracles and 7 Coastrunners and return to Captain Grayson at the Westfall Lighthouse.','Well done, $N. You have quite a knack for combat. Thanks to you the Coast of Westfall is a safer place.','Kill 7 Tidehunters, 7 Warriors, 7 Oracles and 7 Coastrunners and I will see to it that you are rewarded.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,126,171,127,517,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(153,4044,40,0,8,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Red Leather Bandanas','The Defias Front is constantly shifting. I\'ve been following their movements for quite some time now. On a side note, I\'ve ascertained that many members of the gang can be tracked by the Red Leather Bandanas they wear.$b$bBring me 15 of these Bandanas and I\'ll see to it you are rewarded.','Bring 15 Red Leather Bandanas to Scout Galiaan at Sentinel Hill.','Nice work, $R. Please accept one of these items as payment for all your hard work.','Bring me 15 red leather bandanas and I\'ll pay you well.','','','','','',829,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3511,5944,12295,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(154,4044,10,0,0,20,24,0,1101,0,0,0,0,0,0,0,0,157,1518,1,'Return the Comb','NO!!!!!$B$BTake it, take this comb away from me!$B$BI\'m a monster, and no one will ever think me lovely again!','Return the Ghost Hair Comb to Madame Eva in Darkshire.','I can make a spool of Ghost Hair Thread with this, and have a few strands to spare. Here are some coins for those extra strands.','I sense that you have seen Blind Mary. You have my Comb...?','','','','','',1518,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',149,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(155,4044,40,0,2,14,18,1,1101,0,0,0,0,0,0,0,0,166,0,0,'The Defias Brotherhood','So Stoutmantle sends a scrawny $r like you to protect me? Guess you\'ll have to do. Better bring some friends too. $b$bYou know the deal, right? You watch my back and I\'ll take you to the Defias hideout. But you better be close by my side. The Defias gang wants my head now. If they see me with you, they\'ll try to kill me.$b$bLet me know when you and any friends you can round up are ready to go.','Escort the Defias Traitor to the secret hideout of the Defias Brotherhood. Once the Defias Traitor shows you where VanCleef and his men are hiding out, return to Gryan Stoutmantle with the information.','Most excellent, $N! VanCleef is as good as ours now that we know where he is hiding.','What business do you have with me? I am a very busy man...','Escort The Defias Traitor to discover where VanCleef is hiding','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,78,0,0,0,'',142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,6),(156,4044,10,0,8,20,24,0,1101,0,0,0,0,0,0,0,0,159,0,0,'Gather Rot Blossoms','If you bring me some rot blossoms then I can brew you up a batch of zombie juice.$B$BRot blossoms grow in strange places. In particular, I hear you can find them inside the skulls of Skeletal Horrors and Skeletal Fiends... not that I\'ve gotten close enough to look!$B$BThe Raven Hill Cemetery is lousy with those skeletons. You may as well get rid of them while you\'re looking for rot blossoms. The town of Darkshire would be grateful.','Gather 8 Rot Blossoms and bring them to Tavernkeep Smitts in Darkshire.','Good, you got the rot blossoms. And I\'ll tell Althea Ebonlocke of the Night Watch that you were killing skeletons.$B$BKeeping the people of Darkshire safe is a grim burden for the Night Watch, and news that others are helping stem the tide of fiends in Duskwood is welcome news indeed.','Hi, $N. You have that rot blossoms for me yet?','','','','','',1598,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',158,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6,2,0,3),(157,4044,10,0,0,20,24,0,1101,0,0,0,0,0,0,0,0,158,1596,1,'Deliver the Thread','Here is your thread, $N. It has a thousand uses, from binding evil spirits to sewing life into inanimate objects.','Bring the Ghost Hair Thread to Abercrombie, in his shack north of the Raven Hill Cemetery.','Delightful! This will do splendidly...$b$bHere, good $N, take this as payment for your honorable deed.','I need to string the Ghost Hair Thread along my door and my windows to keep out unwanted spirits. Did you get it for me?','','','','','',1596,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',154,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(158,4044,10,0,8,20,24,0,1101,0,0,0,0,0,0,0,0,156,0,0,'Zombie Juice','I need a bottle of a certain liquor - Zombie Juice. Tavernkeep Smitts at the Scarlet Raven Tavern in Darkshire should have some.$B$BAnd please hurry, $N. These nights get cold, and I need that drink to put fire in my veins again!','Speak with Tavernkeep Smitts.','You need some Zombie Juice, do you? Hmm...that\'s some strong stuff - I don\'t usually get requests for it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,'',157,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(159,4044,10,0,0,20,24,0,1101,0,0,0,0,0,0,0,0,133,1451,1,'Juice Delivery','Here\'s your Zombie Juice...$B$B...and be careful with this stuff. It\'s strong enough to raise the dead!','Bring the Zombie Juice to Abercrombie at his shack.','A thousand thanks, $N. You warm an old man\'s heart with your foolish-...I mean...with your kindness!$b$bHere you are, friend. Take this as a token of my gratitude.','I need that Zombie Juice to keep me warm on these cold, dark nights. Did you get it for me?','','','','','',1451,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',156,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(160,4044,10,0,0,20,30,0,1101,0,0,0,0,0,0,0,0,251,1637,1,'Note to the Mayor','Take this note to Ello Ebonlocke, the Mayor of Darkshire.$B$BHe and I are old friends...and when he reads it and discovers what you did for me...I\'m sure he\'ll be just as happy as I am! Hahahaha!','Bring Abercrombie\'s Letter to Ello Ebonlocke, Mayor of Darkshire.','$B$BWhat language is this? It looks ancient...I can\'t read it.','Abercrombie...? I don\'t know a person of that name. You say you have a letter for me from this Abercrombie fellow?$B$BWell let\'s have it then...','','','','','',1637,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',134,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(161,4044,38,0,0,16,18,0,1101,0,0,0,0,0,0,0,0,274,2563,1,'A Dark Threat Looms','If my suspicions are correct, this is some type of explosive powder. This must be analyzed by an explosives expert so we know just what we\'re dealing with here. Ashlan Stonesmirk was assigned to the regiment guarding Dun Modr and the Thandol Span. I need you to make a grave and perilous journey, $N.$b$bTravel through the Algaz Gate, follow the road through the Wetlands and seek out Stonesmirk in Dun Modr. Heed my advice: stick to the roads and stop for nothing!','Chief Engineer Hinderweir wants you to take the strange smelling powder to Ashlan Stonesmirk, the explosives expert at Dun Modr in the Wetlands.','Ah, well Ol\' Hinderweir is wise to be worried.','You say somethin\', sonny? Can\'t hear a bloody thing besides the ringin\' in me ears. Say, what\'s that you got there?','','','','','',2563,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2606,-2355,0,8100,0,0,0,0,'',199,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(162,4044,440,0,0,39,49,0,1101,0,0,0,0,0,0,0,0,0,8594,1,'Rise of the Silithid','I urge you to take this report to someone who has working knowledge in this kind of thing.$B$BI know this night elf scholar named Gracina Spiritmight. She\'s spent a lot of time studying life forms that are unique to the ecology of Azeroth; she\'s a historian to boot! If you want someone to help figure out what exactly this threat is, and more importantly how to stop it, give her the report. We\'ll need the help.$B$BLast I heard, she was residing in the Temple of the Moon, located in Darnassus.','Take the Insect Analysis Report to Gracina Spiritmight in Darnassus.','This report... we night elves know of the terror mentioned here. Fizzledowser was wise to send this, and you, to me.$B$BThese creatures will consume the Tanaris desert rapidly; they are nothing short of one of the greatest menaces we all will ever face. Familiarize yourself with this name, $n: silithid. The insects mentioned here are the silithid, and they are the tools of one of the greatest threats that both the Horde and Alliance face.$B$BIf only we were smart enough to see that before.','Peace and tranquility be upon you, stranger. Why have you sought me out this day?','','','','','',8594,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,469,0,0,0,72,350,350,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',113,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,0,0,6),(163,4044,10,0,8,17,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Raven Hill','Something\'s amiss at Raven Hill, $n. Calor swears that someone--or something--is haunting the buildings there. Two nights running he\'s noticed the shadows moving, and the third before that he says he saw light in one of the windows.$b$bIf, as you say, you care about the safety of Duskwood, find out what monster haunts in Raven Hill.','Find out what is haunting Raven Hill.','No! Please don\'t kill me! It\'s just me... Jitters!! They\'re everywhere... I can\'t escape them! Monsters in Raven Hill? N-n-n-o... couldn\'t be. Only harmless Jitters.','Ah, $N! Back so soon? No doubt you\'ve been at the hunt again? Don\'t worry if you\'ve had some setbacks, in the long run it will make you better!$B$B...You couldn\'t get much worse, anyway...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(164,4044,10,0,0,17,23,0,1101,0,0,0,0,0,0,0,0,0,1922,1,'Deliveries to Sven','Do you know Sven? Now, there is a man who does the work of the Light! He and his followers keep a camp at the northwestern edge of Duskwood.$b$bUnfortunately, because they are so few, they cannot even spare a man to fetch supplies from town. Will you deliver these supplies to him?','Deliver the supplies to Sven.','These supplies will be most useful. The aid of the Carevin family is always appreciated. Here is a little something for your trouble.','You look a sturdy type, $C. Have you come to join our fight?','','','','','',1922,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(165,4044,10,0,8,17,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Hermit','There was an old man who used to come into town to buy supplies rather frequently, but I haven\'t seen him for quite some time now. He lives out in a shack overlooking Raven Hill cemetery, if I remember correctly. Perhaps you should go see if something is amiss.','Check on the old man in the shack near Raven Hill cemetery.','Hehe, oh yes... of course, the Carevins.$B$BNo, nothing\'s wrong but it is hard for me to go into town now. The roads are dangerous and I\'m not getting any younger. Maybe you can do an old man some favors?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(166,4044,1581,0,8,14,22,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Defias Brotherhood','There is but one task left for you to complete. Edwin VanCleef must be assassinated. While it saddens me to condemn any man to a death sentence, it is for the greater good of the people of Westfall that VanCleef is laid to rest once and for all. Bring me the villain\'s head once the deed is done.','Kill Edwin VanCleef and bring his head to Gryan Stoutmantle.','$N, your bravery is remarkable. The People\'s Militia thanks you for your service to the people of Westfall. With VanCleef dead, this marks the beginning of the end for the Defias Brotherhood. Hopefully some day soon peace will once again grace the plains of this fair land.$B$BI salute you, $gLord:Lady;!','How goes the hunt for Edwin VanCleef?','','','','','',3637,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6087,2041,2042,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',155,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,6,0,0,7),(167,4044,1581,0,8,15,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Oh Brother. . .','We were deep in a vast mine in Westfall, hidden beneath a barn in Moonbrook. No clue where these stinkin\' thieving types came from. Anyway, the mine tunnel collapsed on us. I got out but the others... well... the others haven\'t been heard from.$b$bYou look like you might have better luck in there. If you could look for my brother, I\'d be thankful. He always carried his Explorers\' League Badge. If you can\'t find him, that badge would at least give me some peace of mind.','Bring Foreman Thistlenettle\'s Explorers\' League Badge to Wilder Thistlenettle in Stormwind.','My suspicions were correct. My poor brother.... Well, thank you for bringing some conclusion to this mystery, even if the conclusion was grim.','Did you find any sign of my brother? Is there any hope after all this time?','','','','','',1875,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1893,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(168,4044,1581,0,8,14,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Collecting Memories','Many of my friends perished that horrible day when the mine tunnel caved in. If your adventures happen to bring you into that wing of the mine in Moonbrook, please keep an eye out for any sign which might identify them. If you come across any of their Miners\' Union Cards, bring them back to me and I\'ll make sure their families get some resolution from this horrible accident.','Retrieve 4 Miners\' Union Cards and return them to Wilder Thistlenettle in Stormwind.','Thank you for collecting these, $N. Your efforts will help bring peace to the dead in the wake of this tragedy. I will see to it that the families are notified.','Were you able to retrieve any of my old co-worker\'s Miners\' Union Cards?','','','','','',1894,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2037,2036,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(169,4044,44,0,8,11,26,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Gath\'Ilzogg','Wanted! Gath\'Ilzogg, Leader of the Blackrock attacks on Stonewatch Keep and raids against the township of Lakeshire. $b$bGath\'Ilzogg is extremely dangerous. He is reportedly holed up in the recently conquered keep plotting the Blackrock clan\'s further crimes against humanity. The orc infestation must be quelled at all costs. A gracious reward will be given to whatever brave soul can deliver the head of Gath\'Ilzogg to Magistrate Solomon.','Kill Gath\'Ilzogg and bring his head to Magistrate Solomon in Lakeshire for the reward.','Fantastic work, $N! Gath\'Ilzogg led those brutes into battle, killing many innocent humans. Vindication is ours. This is the first step in reclaiming the keep for the kingdom of Stormwind!','What do you have there, $R?','','','','','',3633,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,6),(170,4044,132,0,8,1,2,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A New Threat','I hope you\'re here to lend us a hand, $c. After the last trogg attack, we could use all the help we can get.$b$bI hear the buggers have been popping up all across the lands, and it seems Coldridge Valley is no exception. They\'ve been spotted all over the hills to the southeast and near the frozen lake.$b$bAnd that\'s not all, just a few nights ago, they attacked and overran our camp to the west! $b$bWe\'re a bit shorthanded here, $g lad : lass;, and we need strong arms to help drive the troggs back.','Balir Frosthammer wants you to kill 6 Rockjaw Troggs and 6 Burly Rockjaw Troggs.','If the problems we\'ve had here are indicative of what is happening elsewhere in our lands, by Magni\'s beard, we have some troubles ahead of us! I can only hope that the king and Senate are taking steps to deal with the threat the troggs pose.','Tenacious little buggers, aren\'t they?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,707,724,0,0,6,6,0,0,0,0,0,0,0,0,0,0,6185,2172,6173,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(171,4044,0,284,0,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Warden of the Alliance','You have been so very kind to me, $N. I never dreamed that I\'d have so much fun during Children\'s Week. Thank you. I don\'t wanna be sad about what\'s happened to me and all - my folks always told me to rise above anything bad that happens. You know, when I grow up I wanna be a hero... just like you.$B$BI\'m sad to say this, but it\'s time for me to go home. Let\'s go back and I\'ll tell the matron what an awesome person you are!','Return your ward to the Stormwind orphanage by handing in the Human Orphan Whistle to Orphan Matron Nightingale in the Cathedral District.','May the heavens bless you, $N. You\'ve done more for Randis than most would ever think of doing for him. Thank you - you\'re a shining star in the skies of the Alliance.$b$bPlease - if you can spare the time, come back and visit us. I know that Randis would like that, as would I.','It is a pleasure to see you again, $N. Have you attended to the duties you\'ve volunteered for during Children\'s Week?','','','','','',18598,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23007,23015,23002,23022,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',558,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,4,2,0,0,0,0,0,0,6,0,0,2),(172,4044,0,284,0,10,-1,0,690,0,0,0,0,0,0,0,0,0,18597,1,'Children\'s Week','You\'re willing to help us here at the orphanage? Bless you, friend; your aid during Children\'s Week will be invaluable.$B$BTake this whistle. You will only be able to use it for a short amount of time - typically not longer than Children\'s Week itself. When you use it, you will be able to talk with the child you\'ve agreed to look after. Using it again will dismiss the child.$B$BBy all means $N - use the whistle and meet your ward! I\'m sure the child will be most eager to meet you.','Use the Orcish Orphan Whistle to talk with the child you will be looking after during Children\'s Week.','Zug zug! My name is Grunth, and I guess you\'re looking after me? You\'re an adventurer, like my mom and dad were. My matron says that they died with honor in battle. I\'m happy to meet you.$B$BI hope we\'ll do plenty of things together. I have some things I\'d like to do, and the matron says you\'ll be like a big brother to me during this week. I\'d like that a whole bunch.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,68,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(173,4044,10,0,8,23,28,0,1101,0,0,0,0,0,0,0,0,221,0,0,'Worgen in the Woods','Darkness seems drawn inexorably to Duskwood. Master Carevin\'s quest is the expulsion of evil and heresy. Through our efforts are the people of Darkshire kept safe.$b$bYou believe yourself worthy to join us?$b$bI once thought as you. Disillusioned by the complacency of the Watch, I joined Master Carevin. If you wish to prove yourself, it will not be through words.$b$bTest your skills against the Nightbane Shadow Weaver worgen in Brightwood Grove--bright, hah!--and the Rotting Orchard.','Kill 6 Nightbane Shadow Weaver worgen for Calor in Darkshire.','Impressive, $N. It would seem that you are capable enough to handle yourself. Perhaps a more suitable challenge could be found for one of your abilities.$b$bIt is curious though... The worgen seemed to just appear out of thin air. But then, with all the other strange creatures that have moved across our borders, I suppose it\'s only one of many concerns.','$N, how fares the hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(174,4044,10,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,175,0,0,'Look To The Stars','My Gnomish friend, Cog, has promised to help me build a device which will let me peer towards the stars. A truth exists, beyond magic, that can explain the strange transformation in the forest.$b$bBring to me a bronze tube made by a skilled engineer. That is the first step, according to Cog\'s blueprint.','Viktori Prism\'Antras of Darkshire wants you to bring him a bronze tube.','This is perfect, $N. The first step is complete!','Have you found a skilled engineer to create a bronze tube yet?','','','','','',4371,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,5),(175,4044,10,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,177,0,0,'Look To The Stars','According to Cog\'s blueprint, what I need now is a way to reflect light. I remember a woman by the name of Mary who became well known around these parts for always carrying a looking glass. Perhaps you can track Mary down and see if she might lend us a reflective surface for this project? I believe she once resided in southern Duskwood. . .','Locate Mary and persuade her to give up a reflective surface for Viktori\'s project.','Why yes, I used to own a looking glass.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',174,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(176,4044,12,0,8,5,11,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted: \"Hogger\"','Wanted: Hogger$B$BA huge gnoll, Hogger, is prowling the woods in southwestern Elwynn. He has overpowered all attempts at his capture.$B$BThe Stormwind Army has placed a generous bounty on the Gnoll. To earn the reward, bounty hunters should bring proof of Hogger\'s demise to Marshal Dughan in Goldshire.','Slay the gnoll Hogger and bring his Huge Gnoll Claw to Marshal Dughan.','Hah! Well done! I was starting to think no one would take down that monster!$B$BHere you are, $N. And thanks - that Gnoll was giving me a headache the size of Blackrock Spire!','Yes, Hogger has been a real pain for me and my men. You have something to report about the beast?','','','','','',1931,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6085,6084,6215,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(177,4044,10,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,181,0,0,'Look To The Stars','The looking glass was one of my finest treasures until. . .the incident. After that happened, I discarded it behind the barn. There was an Insane Ghoul who used to roam back there. Perhaps he picked it up. Rumor has it the devilish beast resides in the Tranquil Gardens Cemetery.','Retrieve Blind Mary\'s Looking Glass from the Insane Ghoul and give it to Viktori in Darkshire.','Most superb! This will work perfectly. Many thanks!','I showed Cog the beginnings of our star-viewing machine. He was impressed. Did you happen to find a reflective device?','','','','','',1946,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',175,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6,0,0,4),(178,4044,44,0,0,15,23,0,1101,0,0,0,0,0,0,0,0,0,1956,1,'Theocritus\' Retrieval','$B$BDo not be alarmed. I am Theocritus, High Mage of Tower Azora in Elwynn Forest. The pendant you are holding is a method of communication between the Shadowhide Gnolls and their master, Morganth.$B$BThrough months of research, I believe I too can communicate through these pendants. If you can hear this message, then my spell was a success.$B$BBring me this pendant and I will reward you for the service.','Bring the Faded Shadowhide Pendant to Theocritus the Mage at the Tower of Azora in Elwynn Forest.','You have my gratitude, $N. I sent that message to the Shadowhide Pendants weeks ago and had believed it a failure. But it seems the spell did reach at least some pendants, after a significant delay.$B$BIn time I hope to learn how to send an attack through the pendants, to immobilize any Shadowhide Gnolls who wear them.$B$BBut before that is possible, I\'m afraid that much more research is required.','I spoke to you through a pendant, you say? Hmm...give it to me, so that I might study it.','','','','','',1956,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1970,0,0,0,3,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,-9562.04,-696.92,1,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(179,4044,132,0,8,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Dwarven Outfitters','What do we have here? You look as though you might need something to keep your hands warm, hm?$b$bI\'ll tell you what would help: a pair of nice, warm gloves. And, being the kind soul that I am, I\'d be more than happy to provide you with a suitable pair. I\'ve one condition, however.$b$bI need you to go get me some wolf meat. Nice arrangement, hm? You bring me some wolf meat, and I\'ll make sure you don\'t lose any digits to frostbite. Well, what do you say?','Sten Stoutarm would like 8 pieces of Tough Wolf Meat.','Ah! Wonderful. The wolf meat should do nicely. Oh, don\'t worry, $n, I wouldn\'t forget my part of the bargain. Here, one of these should fit you.','Wolves giving you a bit of trouble? You\'d do well to avoid the fangs and claws and other sharp bits, yes?','','','','','',750,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,719,6171,2547,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,11,11,0,5),(180,4044,44,0,8,11,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Lieutenant Fangore','Wanted: Lieutenant Fangore$b$bKnown leader of the Shadowhide Gnoll Clan, working under the enemy of the Township and Kingdom, Morganth. By mandate of Magistrate Solomon, this vile betrayer of Stormwind is wanted dead. Show his paw to the Magistrate as proof of his death.','Kill Lieutenant Fangore and return to Magistrate Solomon in Lakeshire with his paw.','So the evil Lieutenant Fangore is dead? Good riddance to that foul creature. You are very brave, $C. The Township of Lakeshire thanks you for your aid.','What news do you bring before the Court?','','','','','',3632,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,2,0,0,0,0,0,0,6,0,0,6),(181,4044,10,0,8,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Look To The Stars','Now there is just one more item needed to complete this device. Cog\'s blueprint calls for a lens of some sort. The only lens I know of that would be large enough will be very difficult to acquire.$b$bThere is an ogre by the name of Zzarc\'Vul who resides in the mound in southern Duskwood. If you can, bring to me his monocle and I will use that as our lens!','Locate Zzarc\'Vul in the southern ogre mound in Duskwood and return his monocle to Viktori in Darkshire.','At last! The stargazing device is complete! Thank you, $N. Now I can continue my research. . .','Were you able to convince Zzarc\'Vul to lend us his monocle for our experiment?','','','','','',1968,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7106,7107,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',177,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,5),(182,4044,132,0,8,1,4,0,1101,0,0,0,0,0,0,0,0,218,0,0,'The Troll Cave','My brother Senir and I were sent to different parts of Dun Morogh to investigate the threat posed by the trolls. The Senate has its hands full with the troggs, so they\'ve no need for further annoyances.$b$bFrom what I\'ve seen, the trolls aren\'t well situated here in Coldridge Valley--mostly the southern cave. I\'d say that the army will not be necessary. A few strong arms should be more than enough.$b$bPerhaps you\'d like to assist in this endeavor? I have the authority to offer compensation for your help.','Grelin Whitebeard would like you to kill 10 Frostmane Troll Whelps.','Argh! Those Light-blasted trolls!$b$b$b$bA group of them came in the night and stole my journal! I knew better than to trust that good-for-nothing appr...','From what I\'ve learned, these trolls hail from the Frostmane clan. I\'m afraid I don\'t know much else about them that would be of any use to you, $n.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,2047,2048,2195,5761,0,0,1,1,1,1,0,0,961,0,0,0,3,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,1,0,6),(183,4044,132,0,8,1,3,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Boar Hunter','Nothing like a day of boar hunting, eh?$b$bThough, here in Coldridge Valley, there are so many boars it almost takes the fun out of it. No need to get them charging. They\'re all angry and ready without any help. In fact, recently, there\'ve been so many boars in the area, it\'s become dangerous for me to do my daily hunting.$b$bLong story short, if you could help me kill some of the boars, I would appreciate it.','Talin Keeneye would like you to kill 8 Small Crag Boars.','Excellent! I can go back to my... leisurely... hunting now. Thank you, $n.','How goes the hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,79,61,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,2,6,0,6),(184,4044,40,0,0,8,9,0,1101,0,0,0,0,0,0,0,0,0,1971,1,'Furlbrow\'s Deed','This is the deed to an expanse of farmlands within Westfall. It is signed by a Theodore Furlbrow and cosigned by his wife, Verna. And on the back of the deed are hastily scrawled words:$B$B\"We leaned on Furlbrow and got his deed. Thought it might be handy if you wanted to forge one of these for your own place.$B$BThe Furlbrows won\'t give us trouble. Last I saw them they were on their way out of Westfall, stuck with a broken wagon.\"$B$BYou think the Furlbrows might want their deed back...','Bring Furlbrow\'s Deed to Farmer Furlbrow.','Loads of thanks, $N! As I was saying, these parts aren\'t fit for honest folk anymore, but if things get better, then this deed will let us reclaim our land.$b$bI don\'t have much to offer you, but here -- take this.','You have the deed to my farm?? That\'s good news! Some ruffians stole it days ago... I thought it was gone for good!$b$bPlease, let me have it. We\'re on our way out of Westfall and ain\'t coming back any time soon, but if we do then we\'ll need those papers...','','','','','',1971,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5057,4656,0,0,5,5,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(185,4044,33,0,8,28,31,0,0,0,0,0,0,0,0,0,0,186,0,0,'Tiger Mastery','When I was but a young girl, my father trained me in the art of tiger hunting.$b$bYou\'ll find the young felines much easier to track and slay. For this reason, we\'ll start you out easy. One can often find young tigers near the expedition camp.$b$bTest your tracking skills and see if you can hunt some of the beasts down.','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill 10 Young Stranglethorn Tigers.','Nicely done, $n. You are ready to move on.','I don\'t feel confident in training you further, $n, until you have proven yourself skilled in slaying the youngest of the tigers first.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',583,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,1,0,3),(186,4044,33,0,8,28,33,0,0,0,0,0,0,0,0,0,0,187,0,0,'Tiger Mastery','You are learning, $c. Let us test your skills with the mature cats now. Kill 10 Stranglethorn Tigers this time out.','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill 10 Stranglethorn Tigers.','I am impressed, $c. You are progressing quite well.','If you strive for greater challenges you must first prove yourself with the task at hand. Return to me after you\'ve killed 10 Stranglethorn Tigers.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',185,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,25,0,3),(187,4044,33,0,8,28,35,0,0,0,0,0,0,0,0,0,0,188,0,0,'Tiger Mastery','Now I\'m going to up the stakes on you and truly test your skill. Prove to me you can kill 10 Elder Stranglethorn Tigers. If you can do that, you will be ready for your final challenge before I declare you a master tiger hunter in Master Nesingwary\'s presence.$b$bElder Stranglethorn Tigers are not only the most difficult to find, they are also the fiercest to defeat.','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill 10 Elder Stranglethorn Tigers.','Most impressive. I believe you are almost ready.','You must kill 10 Elder Stranglethorn Tigers before I give you the final challenge that will determine if you are a true tiger hunting master.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',186,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,4),(188,4044,33,0,8,28,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tiger Mastery','Here is the final challenge that I will put forth. We\'ve been tracking an elusive tiger for weeks. We call the beast Sin\'Dall. See if you can do what no $r has done before: hunt down and kill Sin\'Dall. Bring me her paw as proof of your accomplishment.$b$bTracking her down will be no easy task.','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill Sin\'Dall and return with her paw.','Most impressive, I do say! You are a true Master Tiger Hunter, $N!','How goes the hunt for Sin\'Dall?','','','','','',3879,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4107,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',187,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,5),(189,4044,33,0,8,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodscalp Ears','Damn trolls! They\'ve been killing off our agents in the jungle! I\'ve already lost a good number of my best guards to skirmishes with them. The costs are piling up! How will I explain this to Baron Revilgaz?$b$bDecisive action... Think, Kebok... you weren\'t assigned to the post you have today for sitting around... I\'ve got it! You... $n, is it? You\'ll help me, won\'t you? There\'s money to be had!$b$bHere\'s the deal... you bring me the ears of fifteen Bloodscalp Trolls, and I\'ll compensate you well.','Acquire 15 Bloodscalp Ears and return them to Kebok in Booty Bay.','Oh excellent, excellent. That\'ll help a little, for the present...$b$b$b$bWhat? You\'re still here? Reward? Oh, right... of course, here, take this... it should be more than enough.','You\'ve had success I hope? All over the place, those trolls. Filthy devils.$b$bOh yes, that reminds me! Be sure to tell your friends, yes? We could use much assistance!','','','','','',1519,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4598,0,0,0,8,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,4),(190,4044,33,0,8,28,31,0,0,0,0,0,0,0,0,0,0,191,0,0,'Panther Mastery','If you want to be a part of the hunt with this crack group under Hemet Jr.\'s leadership, you\'re going to need to prove yourself an able panther hunter. We\'ll start you out easy -- don\'t you worry. Let\'s see you kill 10 young panthers to start.$b$bTracking them down is only half the challenge...','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to kill 10 Young Panthers.','Off to a good start, $N!','A true panther hunter would be out in the fields, trying to stalk his prey. Show some commitment to your goal, $c, and get back out there.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,683,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',583,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,25,0,3),(191,4044,33,0,8,28,33,0,0,0,0,0,0,0,0,0,0,192,0,0,'Panther Mastery','Now you\'re ready to turn it up a notch. If you want to prove yourself worthy of socializing with the likes of these big game hunters, you\'ll need to prove that you can kill 10 panthers.$b$bThose big boys are tougher. They\'re not as easy as the young ones you were killing earlier.','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to kill 10 Panthers.','Perfectly executed, $N!','Bhag\'thera can prove to be an elusive beast. How fairs the hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,736,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',190,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,3),(192,4044,33,0,8,28,38,0,0,0,0,0,0,0,0,0,0,193,0,0,'Panther Mastery','Now the hard part. A true panther hunter can show skill by dropping Shadowmaw Panthers, the deadliest in Stranglethorn. Prove to us that you can slay 10 of these beasts.$b$bIf you think they are hard to track, wait until you attempt to slay one....','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to kill 10 Shadowmaw Panthers.','Off to a good start, $N!','Bhag\'thera can prove to be an elusive beast. How fairs the hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,684,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',191,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,4),(193,4044,33,0,8,28,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Panther Mastery','You\'ve almost proven yourself to be a master hunter of panthers. A panther by the name of Bhag\'thera has been prowling the jungle. So far he\'s eluded our party. See if you can use your skills to kill the great Bhag\'thera.$b$bBring me the Fang of Bhag\'thera and you\'ll have earned my respect!','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to bring him the Fang of Bhag\'thera.','Off to a good start, $N!','Bhag\'thera can prove to be an elusive beast. How fairs the hunt?','','','','','',3876,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4108,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',192,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,5),(194,4044,33,0,8,28,34,0,0,0,0,0,0,0,0,0,0,195,0,0,'Raptor Mastery','So you think your hunting skills are in tip-top shape? I can put them to the test in a jiffy. Head out into that jungle and kill 10 Stranglethorn Raptors. We\'ll see just how much of a big game hunter you are.$b$bAnd no, I won\'t tell you where you can find them! Locating the beasts is half the challenge.','Hemet Nesingwary Jr. wants you to kill 10 Stranglethorn Raptors.','Nicely done, old chap!','I never met a hunter who got any kills by standing around the campfire - well, except for my father. Were you planning on killing those Stranglethorn Raptors or were you hoping they would die of old age?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,685,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',583,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,3),(195,4044,33,0,8,28,36,0,0,0,0,0,0,0,0,0,0,196,0,0,'Raptor Mastery','Now let\'s step up the challenge and see if you\'re up to it. Venture into the jungle and bag yourself 10 of those bloody Lashtail Raptors. Let\'s see what you\'ve got!','Hemet Nesingwary Jr. wants you to kill 10 Lashtail Raptors.','Now that\'s how you get a trophy or two over the ol\' hearth! Nice killing, $N!','A true hunter sets his focus on his prey. You, my friend, seem more concerned with chit-chatting around the campfire. Now get out there and kill 10 Lashtails before I go and rid the entire bloody jungle of them in one hunt.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',194,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,3),(196,4044,33,0,8,28,41,0,0,0,0,0,0,0,0,0,0,197,0,0,'Raptor Mastery','Let\'s see how you handle this next challenge. There is a cagey breed of raptor out there. We call them Jungle Stalkers. They are far more difficult to track down and kill than the other breeds you\'ve been trying your luck at. Kill 10 Jungle Stalkers and I\'ll tip you off to the best hunting yet.','Hemet Nesingwary Jr. wants you to kill 10 Jungle Stalkers.','Ho ho!! We have ourselves a true raptor slayer! Nicely done, old chap!','Bah! What are you doing standing around, $N! A true big game hunter never gives up once his prey is in his sights. Those Jungle Stalkers aren\'t going to come running up to this campfire and throw themselves in it. Silly bloke.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',195,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,4),(197,4044,33,0,8,28,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raptor Mastery','Because you proved yourself to be such a go-getter in the jungle, let me tell you about a ferocious raptor that even I have failed to kill. Ajeck here calls this wily raptor Tethis.$b$bIf you want to prove yourself a true master, kill Tethis and bring me his talon. It would be a feat that no other big game hunter has accomplished.','Hemet Nesingwary Jr. wants you to kill Tethis, an elusive, dangerous raptor in Stranglethorn.','Master $N, the raptor slayer!$b$bHas a nice ring to it, eh?','How goes the hunt for Tethis? Tracked her all the way back to camp, did you?','','','','','',3877,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4119,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',196,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,6,0,0,5),(198,4044,33,0,0,30,32,0,1101,0,0,0,0,0,0,0,0,0,2252,1,'Supplies to Private Thorsen','Hmm. Yes, I do have something you could do, actually. Lieutenant Doren and his followers up in the north need their regular supplies from us.$b$bThey haven\'t been delivered, and with the trolls attacking, I\'ll need someone to do it. Doren\'s camp lies northwest of the road at the entrance to Stranglethorn from Duskwood. Give the supplies to Private Thorsen, if he\'s not in the camp, then he\'ll be patrolling south of it. He\'ll take care of them.$b$bMind you, if you fail, you\'ll owe me restitution.','Deliver the Miscellaneous Goblin Supplies to Private Thorsen.','These land mines will help us defend ourselves from that animal Kurzen and his men. Thank you for bringing them. If you need further work, I can probably find something for you to do. And you won\'t have to deal with those goblins, hm?','Yes? What do you want? Oh, supplies from the goblins. Strange seeing a $R delivering them, usually they send their own. No matter... you didn\'t touch them did you? Good good... we wouldn\'t want anything to happen to our mines, oh no.','','','','','',2252,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(199,4044,38,0,0,16,18,0,1101,0,0,0,0,0,0,0,0,161,2563,1,'A Dark Threat Looms','You take a sample of the strange smelling powder.','Return to Chief Engineer Hinderweir and show him the clue that you discovered.','This is an alarming discovery, to say the least!','Did you happen to discover any clues, $N?','','','','','',2563,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,0,0,5),(200,4044,33,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,328,0,0,'Bookie Herod','If Kurzen knows Thorsen\'s secret, then we have a spy in our midst. We must determine how the secret was leaked!$B$BThorsen\'s contact within Kurzen\'s camp was Bookie Herod. Herod is Kurzen\'s logistics officer and knows everything about the running of Kurzen\'s Compound. If you can get Herod\'s notes or records, maybe we can find out how Thorsen was discovered.$B$BWhen we were still with Kurzen, Bookie\'s office was on the top floor of the camp\'s only two-story house. His records are probably still there.','Find Bookie Herod\'s Records.','These are Bookie Herod\'s notes and records.$b$bAmong them are: a list of supplies within the camp, material requests from Colonel Kurzen, and various letters and correspondences.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',215,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(201,4044,33,0,12,28,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Camp','I\'ve gotten reports of a group of hunters that have set up camp upriver of the Venture Company mining camp on Lake Nazferiti. Now, normally I wouldn\'t care, but improbably, I heard that Hemet Nesingwary Jr. was one of the hunters there. He\'s certainly well-connected, if you catch my meaning, and you never can be too safe.$b$bWhy don\'t you go check out the camp, $n, see what they\'re about?','Find the hunters\' camp and report its location to Krazek in Booty Bay.','Hmmm, so my information was correct, as usual. Interesting. Well, I don\'t suppose they pose any sort of threat of interference with our operation, but perhaps they have a need for some of our excellent manufactured products. Hmmm...','Well? Did you have any luck in locating the camp?','Locate the hunters\' camp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,75,-75,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,1620,98,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,6,0,1),(202,4044,33,0,8,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Colonel Kurzen','You have proven yourself time and again, and your resourcefulness seems to rival even that of Kurzen himself. You may be the salvation of our band of rebels...if you can pit yourself against Kurzen and prevail!$B$BHe commands his men from deep within the Stockpile. You must enter that cave, brave through his defenders, and face Kurzen and his leaders.$B$BFarewell, $N. My hope, and the fate of my men, go with you.','Kill 6 Kurzen Elite, 4 Kurzen Subchiefs, and bring Kurzen\'s Head to Lieutenant Doren at the Rebel Camp.','I dared not believe the reports, but you bring us proof that... Kurzen and his leaders are defeated. You have saved us!$B$BThese jungles are filled with menaces of all types, but none had the cruel intellect of Kurzen. We may all breathe easier now that he is gone.','Dare I hope that Kurzen and his defenders are dead, $N?','','','','','',0,0,3615,0,0,0,0,0,1,0,0,0,939,978,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4127,0,0,0,1,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',574,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(203,4044,33,0,8,30,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Second Rebellion','We\'re fighting a losing battle with Colonel Kurzen. Not only is he a brilliant tactician, he outnumbers us at least 10 to 1! To survive, we need to use his own, covert tactics against him.$B$BEnter his camp to the east and kill his men. Lots of them. And get out before reinforcements can close on you.','Kill 15 Kurzen Jungle Fighters.$B$BReturn to Sergeant Yohwa at the Rebel Camp.','Well done. The loss of those Jungle Fighters will relieve some of the pressure on our camp.$b$bBut now that you\'ve had a taste of the forces we\'re up against, do you still want to throw your lot in with us??','I hope you\'ve been successful in your hunting, $N. We won\'t last long against him without your help.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,937,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(204,4044,33,0,8,30,34,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Bad Medicine','To have a chance against Kurzen, we need his healing support neutralized. He has gathered a large number of medicine men who heal his forces with jungle remedies and poison our fighters with venom fern extracts.$B$BWe need those remedies and extracts for our own. Search the Kurzen Compound - his medicine men and jungle fighters will have the remedies, and the extracts are probably stowed in some of the camp\'s supply boxes.','Bring 7 Jungle Remedies and 1 Venom Fern Extract to Sergeant Yohwa at the Rebel Camp.','Well done, $N. These remedies will keep more of us alive and in fighting shape. And the extracts will help us create our own remedies.','I\'m waiting on those remedies and that extract, $N.','','','','','',2633,2634,0,0,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4140,4126,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',203,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(205,4044,33,0,8,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Troll Witchery','While I study those legends you acquired, gather for me implements of evil troll magic. Enter the territory of the Skullsplitter trolls, a second tribe to the distant south, and acquire Skullsplitter Fetishes from their Witchdoctors and Mystics.','Bring 4 Skullsplitter Fetishes to Brother Nimetz at the Rebel Camp.','Thank you. I will study these fetishes and see if they hold the secret of Kurzen\'s fall into evil.','Do you have those fetishes, $N? They might hold the secret to Kurzen\'s degradation...I must know!','','','','','',2466,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',207,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(206,4044,33,0,8,30,46,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mai\'Zoth','Kurzen may be dead, but...that which drove him to evil still lives! Through my studies I have discovered this: An Ogre Mage - Mai\'Zoth - dwells in an Ogre Mound within the eastern mountains of Stranglethorn. He is rumored to employ mind-controlling magic, and I am positive that he corrupted Kurzen.$B$BIf Mai\'Zoth is allowed to live, then his evil may influence others, and may even cause another Kurzen to surface.$B$BKill him, and bring me his Mind\'s Eye, the artifact he uses to corrupt others.','Bring the Mind\'s Eye to Brother Nimetz at the Rebel Camp.','Aha! You\'ve done it! You are a great force for good, $N, and may your strength never fade!$B$BI will study this Mind\'s Eye and determine if it may be used for good. If not... then it must be destroyed.','I give you my blessing. Mai\'Zoth\'s strength is matched only by his evil.','','','','','',3616,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4125,0,0,0,1,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',205,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(207,4044,33,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,205,0,0,'Kurzen\'s Mystery','Colonel Kurzen was once a great, noble man - I must find what caused his fall into depravity! He may be under the sway of troll magic. To confirm this, I must study some of their legends.$B$BThere are 4 tablets hidden within the troll ruins of Stranglethorn. I must see what is written on these tablets! Transcribe their markings and bring the transcriptions back to me.$B$BThe first tablet is in the Bal\'lal Ruins, the second is in the Vile Reef, and the third and fourth are in the Ruins of Zul\'Kunda.','Find the 4 tablets and bring their legends back to Brother Nimetz.','Thank you, $N. I will study these legends to see if there is some link between the trolls and the evil that has possessed Colonel Kurzen.','$N! Do you have the troll legends? I must know their secrets!','','','','','',2005,2006,2007,2008,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',202,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(208,4044,33,0,8,28,43,1,0,0,0,0,0,0,0,0,0,0,0,0,'Big Game Hunter','$N, you are a hunter worthy of our company. From the battlefields of Lordaeron to the deepest jungle, I have rarely witnessed such prowess with weaponry as you have demonstrated.$b$bYou have killed the ferocious Sin\'Dall, the elusive Bag\'thera and the treacherous Tethis. But the true prize is the head of King Bangalash. That white tiger is the reason I am here. I\'ve had my sights on him for quite some time now. Kill King Bangalash and your hunting prowess is proven to be second to none.','Hemet Nesingwary Jr. wants you to bring him the head of King Bangalash, the great white tiger.','Bloody well done! Right-o! Congratulations, $N, for succeeding where others have failed.$B$BI am honored to count you as a comrade of our great hunting party here. No one will ever doubt your expertise in hunting and tracking!$B$BCheers to you, I say! Cheers!','I see you\'re back, old bloke. King Bangalash has caused me to come crawling back to camp many times. Hang in there.','','','','','',3880,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17686,17687,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',188,193,197,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,7),(209,4044,33,0,8,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skullsplitter Tusks','It\'s expensive and hard to kill enough tigers to support the export of tiger fangs to the islands in the South Seas. Luckily, we\'ve developed a technique that allows us to take mundane horn-like objects and turn them into undetectable forgeries.$b$bThe closest match we\'ve found, amazingly, are the tusks of the Skullsplitter trolls.$b$bHey, before you say anything, what the buyer doesn\'t know doesn\'t hurt them, am I right? Bring me a large number of them so we can get to work on the monthly shipment!','Acquire 18 Skullsplitter Tusks and return them to Kebok.','Ah, good work, good work! Ugh, though you could have done a better job cleaning off the-- Well, no matter, no matter! My thanks to you, $N, our operation will no doubt see increased output and productivity thanks to your help! Good good, now, onto other matters...','Tough buggers, aren\'t they? Well, have you had any luck? Sorry to seem impatient, but this has been a huge thorn in my side! Well?','','','','','',1524,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',189,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(210,4044,33,0,0,32,37,0,1101,0,0,0,0,0,0,0,0,627,4085,1,'Krazek\'s Cookery','I do most of the cooking at the camp. And it used to be a lot of work, until I bought a mechanical cooking pot from a goblin merchant in Booty Bay. The pot is a wonder! It saved me countless hours...until it broke!$B$BCan you take the pot back to the goblin for me so he can fix it? His name is Krazek.','Bring Krazek\'s Crock Pot to Krazek the goblin.','Oh I see, it\'s a Krazek\'s Crock Pot! An ingenious piece of work, but it can break a spring or throw a gear now and then. Let me see what\'s wrong with this one...$b$bAha! Its steam charger is rusted out, it has a cracked knuckle-gasket and its fobulator is missing teeth. I\'m surprised the pot could even boil a turnip in this state!$b$bCan I fix it? Of course I can fix it!$b$bBut there\'s a price. Oh yes, there is always a price...','Hello! You brought me something?','','','','','',4085,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,75,-75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(211,4044,28,0,8,50,60,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Alas, Andorhal','Alas, the time to attack Andorhal and drive out the lich that controls it is upon us!$B$BInside the ruins of the city is where the lich - Araj the Summoner - holds dominion. He is guarded by numerous Scourge surrounding the remains of city\'s center, and his personal retinue of guardians attached to him directly is formidable. You will need numerous allies to even stand a chance of facing him successfully.$B$BDestroy Araj, $N, and bring me a shard from his phylactery as proof!','Bring Araj\'s Phylactery Shard to Commander Ashlam Valorfist at Chillwind Camp, Western Plaguelands.','You\'ve done it! Araj... the lich is finally defeated!$B$BYou\'ve done a tremendous service to the Alliance on this day, $N. Your bravery and perseverance are a testament to what it means to be a true hero. Please - accept this as a token for all to see and know that you have delivered the Alliance a victory for the ages!','Your task has been given to you, $N. Do you have a shard from the lich\'s phylactery as proof of the task being accomplished?','','','','','',17114,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17759,0,0,0,1,0,0,0,469,529,0,0,0,72,350,350,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',5097,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,2,4,1,0,0,0,0,0,0,6,0,0,6),(212,4044,1519,0,8,35,40,0,1101,0,0,0,0,0,1800000,0,0,0,0,0,'A Meal Served Cold','One of my most famous dishes is Chilled Basilisk in Lime Vinaigrette. But the problem is... the meat is impossible to keep fresh, and I must serve the dish tonight for a noble\'s birthday!$B$BSo if you can bring me a Chilled Basilisk Haunch from a freshly-killed Cold Eye Basilisk, quickly, then I will owe you a king\'s feast!$B$BCold Eye Basilisks are known to roam along the beach dunes of northwestern Stranglethorn, so you have much traveling to do. And be swift!','Kill a Cold Eye Basilisk, get a Chilled Basilisk Haunch, and return it to Angus Stern in the Blue Recluse.','Ah, this will do nicely! Many, many thanks!$b$bNow if you\'ll excuse me, I must get the haunch chopped, marinated and garnished for the banquet.','$N! Do you have that haunch? I must begin preparing it soon, or the banquet will be ruined!','','','','','',2476,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(213,4044,33,0,8,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hostile Takeover','He\'s done it this time! Bad enough that Gelriz\'s muscling out the moguls who were appointed by the trade princes, now he tries to cut in on the most notorious pirate!$b$bRevilgaz won\'t have it, and he\'s told me to take care of the problem in my own way.$b$bMy way? Theft. The Venture Co. geologists near Lake Nazferiti are deeply interested in those strange blue crystals they have been finding in the mines. Bring me samples of the stone from their geologists, I don\'t care what you have to do to get them.','Retrieve 8 Tumbled Crystals and return them to Kebok in Booty Bay.','Fascinating. That the crystals have been tumbled using this process can only indicate that they are planning to use them as some sort of fuel or other catalyst. I don\'t know much more than that. Samples will have to be dispatched to Head Chemist Gigglefont.','I need those stones, $n. By whatever means necessary! Just do it, don\'t give me the details!$b$bIt\'s about results, $n, nothing more, nothing less.','','','','','',4106,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4121,0,0,0,1,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(214,4044,1581,0,8,14,17,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Red Silk Bandanas','It\'s no secret that the trademark of the Defias Gang is their Red Bandanas. But we\'ve learned that the material from which these bandanas are made signifies the member\'s rank.$b$bThat being said, I want you to eliminate as many high ranking Defias members as you can. The highest ranking members will undoubtedly be found in VanCleef\'s secret hideout. When you\'re done bring me 10 Red Silk Bandanas as proof of their deaths and I will reward you. Good luck, $N.','Scout Riell at the Sentinel Hill Tower wants you to bring her 10 Red Silk Bandanas.','Well done, $N! On behalf of The People\'s Militia I salute you for your efforts. Soon we will return this land to the people with help from brave souls like you.','Have you been reclaiming our land from the Defias gang? If so show me 10 Red Silk Bandanas as proof.','','','','','',915,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2074,2089,6094,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',153,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(215,4044,33,0,8,30,33,0,1101,0,0,0,0,0,0,0,0,200,0,0,'Jungle Secrets','Thank you for saving me, $N. I know how this looks, but...allow me to explain.$B$BI was charged by Lieutenant Doren to re-enlist with Kurzen\'s men, so that I might spy on them and bring sorely needed intelligence to the rebels. You saw here what I had thought would be my chance to infiltrate Kurzen\'s Compound. I was wrong, and again, thanks for saving me.$B$BThis was a top secret mission, so you must tell no one. But if you speak with Doren he will explain.','Speak with Lieutenant Doren at the Rebel Camp.','Yes, what Thorsen told you is true. You must be discrete with this. At one time, we rebels were fiercely loyal to Colonel Kurzen. But such was Kurzen\'s corruption, our passion twisted into rage. If it was made known that Private Thorsen has had recent dealings with Kurzen\'s men, then one night he would find himself with a slit throat.$b$bTo my knowledge, only Sergeant Yohwa, Thorsen and I were privy to Thorsen\'s mission. But there must be another. A traitor.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(216,4044,331,0,8,21,24,0,690,0,0,0,0,0,0,0,0,0,0,0,'Between a Rock and a Thistlefur','The Thistlefur furbolgs are threatening our expansion! Thistlefur Village to our east blocks the way between us here and the Splintertree Post. It\'s a path that would circumvent the village of Astranaar; without it, we give the Alliance an extra expansion path.$B$B$N, we must not allow... an expansion path gap!$B$BProceed to Thistlefur Village and thin out the furbolgs. You will be given compensation for this task, but more importantly you will be doing your duty for the Horde!','Take down 8 Thistlefur Avengers and 8 Thistlefur Shaman; most are located east of Zoram Strand in Thistlefur Village. Once completed, return to Karang Amakkar at Zoram\'gar Outpost, Ashenvale.','Well done $C, well done! I will continue to send forces to thin out the furbolg, but I can at least count on a different path that will be free of Alliance entanglements. The Horde conquest of Ashenvale is now in full swing!$b$bYou\'ve earned your pay this day, hero. I salute you!','Have you taken the fight to the Thistlefur? With a clear path between our bases, our chances of claiming the whole of Ashenvale increase dramatically.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3925,3924,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,5),(217,4044,38,0,8,10,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'In Defense of the King\'s Lands','$N, our scouts have identified the leader of this recent Trogg incursion. It appears that these beasts in Loch Modan are following the lead of a chieftain named Grawmug. Grawmug is heavily guarded, however. Two of his most elite guards, Gnasher and Brawler, never leave his side.$b$bIf you feel yourself worthy, $N, I want you to lead the assassination mission on Grawmug and his two thugs. With the Trogg leadership dead, we just might stand a chance at pushing these beasts back into the ground.','Kill the Trogg leader, Grawmug, and his two guards, Gnasher and Brawler then report back to Captain Rugelfuss in the southern guard tower.','Most excellent, $N! You have brought hope to Loch Modan. With Grawmug dead, we stand a better chance of seeing the Troggs eliminated from the land.','Grawmug and his two guards, Gnasher and Brawler, are still alive. Your mission is not complete until all 3 have been brought to death. The Dwarven empire is counting on you, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1205,1206,1207,0,1,1,1,0,0,0,0,0,0,0,0,0,1436,6187,1832,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-6154,-2951,0,9600,0,0,0,0,'',263,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,6),(218,4044,132,0,8,1,5,0,1101,0,0,0,0,0,0,0,0,282,0,0,'The Stolen Journal','My journal! They took it away to the cave. The one that had it... It was a big brute with some odd markings on his skin and face. I didn\'t get a much better look than that.$b$bYou\'ve had some luck with the trolls, maybe you could go get it back for me?','Grelin Whitebeard wants you to kill Grik\'nir the Cold, and retrieve his journal.','Wonderful, $n! Many thanks for retrieving my notebook. Well, it would seem that the troll situation here in Coldridge Valley is under control and not much cause for worry.$b$bAfter I put the finishing touches on my report, I\'ll need someone to courier it to my brother Senir.','$n! Any luck?','','','','','',2004,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6176,5581,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,350,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',182,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,6),(219,4044,44,0,2,19,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Missing In Action','At last, friends of the Alliance!$b$bHelp... please... $b$bThe last thing I remember these foul Orcs overpowered our regiment. Most the men were killed. I took a strong blow to the head and everything went black. Now I am held captive in this cave. Help me, I am hurt badly.$b$bI\'ll need help getting back to town... please... you\'re my last hope...','Protect Corporal Keeshan on the journey back to Redridge.','You have served the Kingdom well, $C. Thank you for assisting Corporal Keeshan with his escape from those dreaded Blackrock Orcs. You shall be rewarded for your brave acts this day.','','Escort Corporal Keeshan back to Redridge','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,1275,3431,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,20,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,6),(220,4044,0,82,0,20,-1,0,690,64,0,0,0,0,0,0,0,0,7810,1,'Call of Water','Islen will have one more task for you before rewarding you with your next totem. The vial of water I\'ve given you is necessary for whatever that task is.$B$BGo now and find her. We shall meet again some day.','Bring the Vial of Purest Water to Islen Waterseer at the Tidus Stair in the Barrens.','Ah, a vial of water created and blessed by Brine, and gathered by you, no less.$B$BThe liquid in this vial will be key in creating a sapta for you, but also used in one other task.$B$BThe sapta I create for you should be used to see the water spirits at the shrine in Silverpine Forest, south of the Undercity. The remaining drops, well, the remaining drops I will tell you about if you feel you are ready.$B$BAre you prepared for one more journey, $N?','Hello again, $N. You\'re looking well.$B$BWhat brings you back to me so soon?','','','','','',7810,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1534,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(221,4044,10,0,8,23,29,0,1101,0,0,0,0,0,0,0,0,222,0,0,'Worgen in the Woods','You might have noticed some larger worgen wandering around with the Shadow Weavers in the woods? From what we can tell, these Dark Runners make up the bulk of the worgen numbers.$b$bOn my rangings, I\'ve also noticed that they have overrun the Rotting Orchard southwest of town. These worgen are a bit tougher than the last you faced.$b$bBe on your guard.','Kill 12 Nightbane Dark Runner worgen for Calor in Darkshire.','You performed well against the Dark Runners, $N. But it seems as though their numbers are inexhaustible. Every time we make progress, more spring up to refill their ranks.$b$bWhat is the evil power that draws them here? Why have they come to disturb our unhappy realm...$b$bI will put my faith in Master Carevin. No doubt he will get to the bottom of the problem.','Back so soon, $N? I hope you haven\'t come to tell me you\'ve given up.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',173,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(222,4044,10,0,8,23,31,0,1101,0,0,0,0,0,0,0,0,223,0,0,'Worgen in the Woods','Your previous accomplishments have convinced me that you are ready to take on the toughest worgen infesting the woods.$b$bOf the worgen that have made their new home here, the Vile Fangs and the Tainted Ones have proven the most dangerous. They\'ve settled down near some of the caves and in the mine to the south.$b$bFrom far away you can even see the light from their bonfires...','Kill 8 Nightbane Vile Fang and 8 Nightbane Tainted One worgen for Calor in Darkshire.','$N, to be honest with you, I did not believe that you would get this far, but you are clearly a $C to be reckoned with. In fact, if you wish to formally join Master Carevin\'s struggle, I will gladly write for you a letter of recommendation.','Intimidating beasts aren\'t they? But have no fear, $N, those who stand for the Light will never fall!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,206,920,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',221,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(223,4044,10,0,0,23,31,0,1101,0,0,0,0,0,0,0,0,0,2113,1,'Worgen in the Woods','Here you go, $n. Bring this message to Master Carevin.$b$b$b$bA few more like you, and we will outnumber the Night Watch! Perhaps then we could complete the work that we few carry on today.','Bring Calor\'s note to Jonathan Carevin.','Excuse me for my cold reception, $N, but as I\'m sure you can tell, I am an extremely busy man. I see that you have impressed Calor--and I assure you, that is no small feat--and that he has given his recommendation.$b$bThere are unsavory types afoot, $N, and we can use the help of all who have proven themselves. We battle against demons, the undead, and those who would provide them aid. Be vigilant, be wary, and trust none who would not give aid to our cause.$b$bGlory under the Light.','Yes, what is it? Make it quick, I\'ve pressing matters to attend to.','','','','','',2113,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2902,1547,0,0,0,0,1,1,0,0,0,0,5244,0,0,0,1,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',222,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(224,4044,38,0,8,10,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,'In Defense of the King\'s Lands','We need to protect the Loch, $N! With so many of the King\'s soldiers fighting valiantly on remote battlefields, we\'ve become overwhelmed on the home front. Troggs are tunneling up from every crevice! The Trogg infestation poses the largest threat to Ironforge. These disgusting mutants must be destroyed.$b$bWe need you, brave adventurer, to venture forth and lay waste to the Trogg threat. Slay 10 Stonesplinter Troggs and 10 Stonesplinter Scouts and report back.','Mountaineer Cobbleflint of the southern guard tower wants you to kill 10 Stonesplinter Troggs and 10 Stonesplinter Scouts.','Well done, $N! You demonstrated uncanny courage on the battlefield. Our war against the Troggs will be won with efforts such as yours. You have served King Magni well.$b$bIf you fancy yourself well-suited for this kind of adventuring, I suggest you speak with Mountaineer Gravelgaw. The Captain has him assigned to a rough patrol that I am sure he can use some help with. Check with Gravelgaw just inside the tower.','Loch Modan is under siege, $N! We need every able-bodied member of the Alliance to aid our cause. Have you killed 10 Stonesplinter Troggs and 10 Stonesplinter Scouts yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1161,1162,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,0,0,0,5,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,5),(225,4044,10,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,227,0,0,'The Weathered Grave','The weathered grave marker reads simply:$b$bMORGAN LADIMORE$b$b','Speak with Sirra Von\'Indi in Darkshire.','Morgan Ladimore?$b$bAhh, yes, of course. His was a long and sorrowful tale. I knew him, well, before he left for the war, but that was the last time I saw him. A noble and good man, he was, but he suffered a bad end.$b$bHere, I should have something here that can tell the tale better than my own recollections...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(226,4044,10,0,8,19,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wolves at Our Heels','Sven and I have dangerous days ahead of us, what with the Necromancer to the east and all. And out here alone as we are, we have to hunt for our own food. It seems every time I\'m heading back to camp with some meat on me, starving or rabid dire wolves come out of the forest wanting a bite. It goes without saying, living out here is dangerous work!$B$BBut if you can rid us of some of those wolves, we\'d have an easier time of it. They mostly prowl north and east of here, near the river.','Kill 12 Starving Dire Wolves and 8 Rabid Dire Wolves, then return to Lars at Sven\'s Camp on the western border of Duskwood.','Oh good. You thinned out that pack quite a bit, and without those wolves nipping out our heels, we can bind our minds to dealing with Morbent Fel.$B$BHere, take some of these Flash Bundles. They make them in town, and a lot have been donated to Sven to help with his cause.','You still hunting wolves...?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,213,565,0,0,12,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,0,0,5,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,4),(227,4044,10,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,228,0,0,'Morgan Ladimore','$b$bIf you would like to know more, you might ask Althea, she\'s been the one to handle the... trouble... with him of late.','Speak with Commander Althea Ebonlocke in Darkshire.','Morgan Ladimore? Never heard of...$b$bOh, you mean Mor\'Ladim! I guess you haven\'t heard the story?$b$bWell, I\'ll give you the short version. A wandering undead calling itself Mor\'Ladim has been wandering Duskwood. From what we\'ve gathered, it appears to be the undead body of Morgan Ladimore, of whom you apparently know. He\'s been causing us all sorts of problems, attacking Watchmen on patrol and killing people.$b$b$b$bYou seem to be capable enough, maybe you could lay him to rest.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2154,0,0,0,1,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',225,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(228,4044,10,0,8,25,30,1,1101,0,0,0,0,0,0,0,0,229,0,0,'Mor\'Ladim','From what my scouts tell me, Mor\'Ladim wanders throughout Duskwood, following a strange and meandering path through the cemetery. We buried him out past the house on the hill, you know where that is?$b$bThere isn\'t anything I can do to help you, but I wish you good luck.','Kill Mor\'Ladim, then return his skull to Commander Althea Ebonlocke in Darkshire.','You killed him? That\'s no small accomplishment, $N! On behalf of the people of Darkshire and the Night Watch, I thank you.$B$BAh... there is one small matter, however...','I don\'t blame you if you\'re having trouble with him, $N. Some of our strongest Watchers have been lost to Mor\'Ladim.','','','','','',3514,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',227,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(229,4044,10,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,231,0,0,'The Daughter Who Lived','I should have told you this earlier...$b$bHow do I put this...$b$bMorgan may have believed that his family was all dead, but, in fact, his daughter Sarah Ladimore is now a Watcher. She\'s always been troubled by the... circumstances... surrounding her father\'s death. Perhaps you could go to bring the news to her.','Speak with Watcher Sarah Ladimore in Darkshire.','Yes? My father...$B$B$B$BI wish... there was something I could have done for him... If only I had talked to him before he...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',228,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(230,4044,10,0,0,20,25,0,1101,0,0,0,0,0,0,0,0,262,2161,1,'Sven\'s Camp','Digging through the mound, you find a small, dirt-stained book.$B$BThe book has no title, but...it has information Sven would like to know.','Bring the Book from Sven\'s Farm to Sven.','$B$BThat shadowy figure I saw was a witness to my family\'s death! There are questions I\'d like to ask that man...if only I knew who he was!','You found what?? Please, let me see it...','','','','','',2161,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',95,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(231,4044,10,0,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,2162,1,'A Daughter\'s Love','Here, take this and lay it on his grave. Maybe... somehow, he\'ll know that I\'m okay, and that none of us hold him responsible for what happened.$b$b$b$bAnd... thank you, $n.','Take Sarah Ladimore\'s ring to Morgan Ladimore\'s grave.','$B$BThis is...? Sarah? Could it be she\'s still alive? The weight is removed from my shoulders...$B$B$N. Take my sword, Archeus. As my soul is put to rest, I have no more need for it. It was forged to do good, and though I have proved myself unworthy to hold it, perhaps you will carry on the Light through it.$B$BLys, my love...','Leave me be...','','','','','',2162,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',229,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(232,4044,1497,0,0,38,45,0,690,0,0,0,0,0,0,0,0,238,8525,1,'Errand for Apothecary Zinge','The Royal Apothecary Society needs your assistance. Listen closely, and both of us may profit from my plan.$B$BApothecary Keever in the next room may be... touched... but his research does potentially bear fruit if it were pursued by a clever researcher. Fortunately, I am such a researcher. I want you to take this purchase order to Alessandro Luca, the proprietor of Blue Moon Odds and Ends; he\'ll give you a testing kit. When you have it, bring it back to me and I\'ll outline your task in detail.','Take the purchase order to Alessandro Luca in the Undercity.','Ah, Zinge needs a kit, does she? It saddens me that Zinge does not choose to grace myself with her sweet presence.$B$BVery well, let me procure a kit for you.','Yes, and what may I assist you with? Are you here on business for the Royal Apothecary Society, or have you arrived here merely to brighten my day?','','','','','',8525,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,1),(233,4044,132,0,0,1,3,0,1101,0,0,0,0,0,0,0,0,0,2187,1,'Coldridge Valley Mail Delivery','Hm, I don\'t suppose you\'d be willing to do a favor for me, $g lad : lass;? A stack of letters came through the pass today, but I don\'t have the time to send them along.$b$bThey\'re all addressed to Talin Keeneye. You can find him to the west down the road. He\'s set up camp next to the frozen lake.$b$bWhat do you say?','Deliver the stack of letters to Talin Keeneye in Coldridge Valley.','Thank you, I\'ve been waiting for these letters for quite some time...$b$bUnfortunately, these letters aren\'t all for me. This one is addressed to Grelin Whitebeard. He\'s not too far away if you\'d like to deliver it to him.','Yes? Do you have something for me?','','','','','',2187,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,4),(234,4044,132,0,0,1,4,0,1101,0,0,0,0,0,0,0,0,0,2188,1,'Coldridge Valley Mail Delivery','If I remember correctly, Grelin\'s camp is down the road to the southeast. No doubt he\'ll be eager to get his mail.','Deliver the letter to Grelin Whitebeard in Coldridge Valley.','Ahh, excellent. It\'s been a while since I received word from Ironforge.','Is there something I can help you with?','','','','','',2188,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',233,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(235,4044,1637,0,8,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Ashenvale Hunt','Attention, young adventurers! The wilds of Ashenvale await you!$B$BThe Horde has established a strong presence in the lands north of the Barrens. Our two outposts - Splintertree Post and the Zoram Strand Outpost - strive to bring glory to the Horde! Those who would prove themselves should seek out guidance there. Of note: Senani Thunderheart in Splintertree Post, directly north of the Barrens, seeks adventurers willing to take part in a great hunt of Ashenvale!','Speak with Senani Thunderheart at Splintertree Post, Ashenvale.','Welcome to the new frontier, $N. Ashenvale is a land of opportunity, one where a young $C like yourself is able to find boundless chances to prove their mettle. Look around the outpost here, and be sure to travel out to the Zoram Strand, as the Horde has another outpost there as well.$B$BYour presence here tells me that you\'ve come to learn more about the hunt. Listen close, and I will gladly share with you what you need to know.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'742 6382',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(236,5875,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fueling the Demolishers','$n! About time you showed up. While the battle may be over, we still need to prepare for the next battle. Travel to the Cauldron of Flames in south eastern Wintergrasp and retrieve several eternal embers.$B$BThe embers are mixed in with coal to fuel the Demolisher and Siege Engines. $B$BOh, and if you happen to see some of the Horde in the Cauldron, don\'t hesitate to slay them and take their embers. We can\'t let them have the advantage in the next battle.','Siege Master Stouthandle at Wintergrasp Fortress wants you to retrieve 10 Eternal Embers from Horde players at the Cauldron of Flames.','Excellent! This will help fuel the flames of war for days to come.','Well? Did you manage to find the embers or did the Horde beat you to it and leave you crying?','','','','','',43314,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4293.47,1813.27,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,11,0,0,0,100,0,0,0,1,0,0,5),(237,4044,38,0,8,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'In Defense of the King\'s Lands','Mountaineer Cobbleflint had nothing but good things to say about you, $r. For that reason I am going to entrust upon you a mission of utmost importance. We need to keep pressure on the invading Trogg forces until our Dwarven brethren return from the Alliance front.$b$bSet forth into the southern hills and kill 10 Stonesplinter Skullthumpers and 10 Stonesplinter Seers. Your attacks will buy us some time. Report back when your mission is complete.','Mountaineer Gravelgaw in the southern guard tower wants you to kill 10 Stonesplinter Skullthumpers and 10 Stonesplinter Seers and report back to him.','You accomplished your mission well, $R. The King himself would be proud.$B$BThe reinforcements promised to us never showed, however. Apparently the Alliance front is a sea of crimson from the blood of our fallen brethren. The news of the losses leaves a bitter taste in one\'s mouth. But we must not let their deaths go for naught. We must rally in these grim times and bring glory back to the Alliance.$B$BSpeak with Mountaineer Wallbang for reassignment. You\'re needed now more than ever.','We need more time, $r. Your orders are to kill 10 Stonesplinter Skullthumpers and 10 Stonesplinter Seers. Keep the enemy under pressure until we are granted reinforcements. This is no time for idle behavior.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1163,1166,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,0,0,0,3,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',224,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(238,4044,1497,0,0,38,45,0,690,0,0,0,0,0,0,0,0,243,8523,1,'Errand for Apothecary Zinge','The kit is ready, $n. No doubt that Apothecary Zinge will want this as soon as possible. Take it to her without delay, and let her know that I will add the cost of the kit to the Society\'s tab. Also, please extend to her my warmest salutations.$B$BWell, don\'t just stand there. Such is the life of a simple courier, yes?','Bring the Field Sampling Kit to Apothecary Zinge in the Undercity.','Good - it pleases me to be working with someone who takes pride in not wasting my time.$b$bAfter I make some adjustments to this kit, you\'ll be ready to head out into the field. You\'ll be using it to collect some vital data to the task at hand.$b$bIt will take just a moment for me to finish the modifications. While you are waiting, you should probably start thinking about what you\'d like to bring to the desert with you.$b$bYes, I said the desert.','Yes, I think Luca is as disturbing as you do. It matters not - hand me the field sampling kit. I will need to make some adjustments to it in order to survey for the proper base materials.$b$bYou have the kit, don\'t you?','','','','','',8523,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',232,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(239,4044,12,0,8,6,10,0,1101,0,0,0,0,0,0,0,0,11,0,0,'Westbrook Garrison Needs Help!','The Garrison on our western border sends word of increasing gnoll and thief activity. They\'re requesting we send more Stormwind soldiers... but we just don\'t have any to spare!$B$BIf you can help, we could use it. Go and speak with Deputy Rainer at the Westbrook Garrison and see what he needs done.$B$BThe Garrison is down the road to the west. After you cross the bridge over the small brook it will be to the right.','Go to the Westbrook Garrison and speak with Deputy Rainer.','Marshall Dughan sent you, eh? Well you\'re not from the army, but if Dughan sent you then that\'s good enough for me!$b$bOur situation is, to say the least, a stressed one. I hope you can give us a hand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(240,4044,10,0,0,17,20,0,1101,0,0,0,0,0,0,0,0,0,2250,1,'Return to Jitters','And here we are - \"Crab\" Cakes ala Grual!','Return to Jitters with the Dusky Crab Cakes.','Aha! Thank you, $N. Those really hit the spot!$B$BAnd here, please let me pay you for these!','$N, you\'re here! Do you have my food?!?','','','','','',2250,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',93,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(241,5875,331,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' HEY MISTER WILSON!','Description','Log','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(242,5875,0,0,8,25,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Throm-ka, $c. There is no time to waste. Orcs of the Dragonmaw clan have fortified themselves in the valley to the south of here. $b$bThey have denied the Warchief\'s mandate, leaving us only one course of action. We will eliminate them so that they will no longer dirty the name of the Horde.','Kill 8 Dragonmaw Raiders, 3 Dragonmaw Bonewarders, and a Dragonmaw Battlemaster.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1034,1057,1037,0,8,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3403.49,-2312.6,1,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(243,4044,440,0,0,38,46,0,690,0,0,0,0,0,0,0,0,379,8523,1,'Into the Field','You will be headed to the Tanaris desert, testing the tissue consistency of the basilisks, scorpids, and hyena native there. Obtain tissue samples and use them with the testing kit in tow; expect a chunk of the samples to fail. I need eight acceptable samples of each creature type.$B$BIn addition, the goblins of Gadgetzan have a power source that must be used with this kind of modified kit. Speak to Chief Engineer Bilgewhizzle and acquire one for the kit.$B$BReturn to me only when you are successful.','Speak to Chief Engineer Bilgewhizzle in Gadgetzan about getting a power source for the testing kit.','Ah, our model 4711-FTZ power sources! We normally use them to power the water wells, but THANKS TO THE VILE NOMADS, we have an over abundance of power sources right now.$b$bSure, I can get you a power source for whatever nefarious science experiment you think you\'re trying to hide from me. It ain\'t gonna be free though, $R. Nothing\'s free in Gadgetzan.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',238,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(244,4044,44,0,8,11,16,0,1101,0,0,0,0,0,0,0,0,246,0,0,'Encroaching Gnolls','Hail, $c. I am charged to patrol this stretch of road. Although the road is safe for now, I\'ve seen gnoll encampments to the north and east of here.$B$BLakeshire must know of the gathering gnoll force! Report to Deputy Feldon in Lakeshire and tell him of the gnolls. Do this, and I\'m sure Feldon will offer you a scout\'s wage.$B$BFeldon\'s usually inspecting the area south of the bridge to Lakeshire.','Report to Deputy Feldon at the bridge south of Lakeshire in Redridge Mountains.','There are Redridge gnolls that close to Elwynn?? They may be poised to advance into our homeland. Soon the people of Lakeshire may not be the only humans under siege!$b$bHere is your pay, though you bring us dire news. And it comes at a bad time, for we are ill equipped to deal with it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(245,4044,10,0,8,17,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Eight-Legged Menaces','Hail, $c. Perhaps you\'ve seen those spiders that have taken over the western border? The eight-legged menaces are too much for us to handle, and the Commander hasn\'t enough manpower to spare so far from Darkshire.$b$bI hate to ask this of you, but you seem like you might be able to handle them. I can\'t promise you anything of great value, but I can reward you if you can help root out the filthy bugs.$b$bOh, and a word of advice, you\'ll want to avoid their venom if you can.','Kill 15 Pygmy Venom Web Spiders, and then report back to Watcher Dodds in Duskwood.','Ah! You\'re back. And not too much worse for wear, it\'d seem. Of course, $N, the Night Watch is grateful for your work, and I did promise you a reward, so here.','You\'d best be careful when dealing with the spiders, I\'ve lost a few of my men to them, and trust me, it isn\'t a pleasant sight to see a man hanging upside down in their webs after the venom has started to soften them up.$B$BI wouldn\'t want to see one of the bugs having you for lunch.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,539,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3559,0,0,0,1,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(246,4044,44,0,8,11,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Assessing the Threat','We don\'t have men to spare, but something must be done about those gnolls you reported to me.$B$BScout southern Redridge for gnolls. Harry them, kill those you can and report back to me with a count of their numbers and an assessment of the threat they present. You may find those gnolls camped all along the southern road of Redridge.$B$BDo this for the Stormwind Army, $N, and you will be rewarded.','Kill 10 Redridge Mongrels and 6 Redridge Poachers, then report back to Deputy Feldon in Lakeshire.','$b$bThere\'s a sizable force of gnolls encamped there, and from what you tell me they are tough ones. It must not have been easy for you to gather this intelligence.$b$bHere you are, $N. We are grateful for your aid.$b$bAnd if you haven\'t already done so, speak with Marshal Marris and Magistrate Solomon within Lakeshire. Our situation grows ever more desperate - those two will have need of you I\'m sure.','Excuse me, $N, but we have a lot to keep our hands tied here. If you have nothing to report, then I must put my mind to other matters.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,423,424,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(247,4044,331,0,8,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Hunt Completed','','','$N, you have slain all three beasts that comprise the Ashenvale Hunt. You have brought me adequate proof of their demise; there is no question of your strength and tenacity. The blood of a hunter streaks through your veins, and you should be commended!$B$BPlease, accept this bauble as a sign of congratulations on your mighty deeds done in Ashenvale for the Horde today. May your ancestors watch over you!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16658,0,0,0,1,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',2,23,24,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(248,4044,44,0,0,20,22,0,1101,0,0,0,0,0,0,0,0,0,1083,1,'Looking Further','I have been watching the Tower of Ilgalar, and can detect that Morganth is in conflict with the Orcs in Stonewatch Keep. I do not know the reason behind their contention, but you may aid me in unraveling this mystery.$B$BTake another Glyph of Azora, then go to the top of the intact watch tower beside Stonewatch Keep.$B$BFind a suitable object on which to place the Glyph. A chest or a jar -- some place where the glyph will not be noticed -- will suit my purpose.','Climb the intact watch tower beside Stonewatch Keep in Redridge Mountains.$B$BFind a suitable container to place the Glyph of Azora.','It is a suitable vessel for the Glyph of Azora, allowing Theocritus to delve into the minds within Stonewatch Keep.','This jar once held a foul-smelling liquor, but now lies empty and forgotten on a pair of barrels.','','','','','',1083,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9286.24,-2938.95,1,10500,0,0,0,0,'',94,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(249,4044,44,0,8,20,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Morganth','After much observation, I have discovered Morganth\'s plans.$B$BHe searches for the Scythe of Elune...and he may have found it! If he has, then the Redridge Mountains, and the kingdom of Stormwind, will soon feel his dark might.$B$BI am not prepared to pit myself against Morganth, but I fear he must be dealt with now. So you must enter the Tower of Ilgalar and face Morganth.$B$BDefeat him, and bring me his Pendant of Shadow. Do this, and the kingdom will owe you much.','Defeat Morganth.$B$BBring his Pendant of Shadow to Theocritus at the Tower of Azora in Elwynn Forest.','You have done well, $N. In defeating the warlock Morganth, Stormwind is saved from a grave peril.$B$BI offer you this reward most humbly. And I would bid you peace, if these were peaceful times.$B$BBut instead, I will bid you luck with your trials, and victory in the conflicts ahead.','Hurry, $N, before my fears of Morganth spreading his power are made real!','','','','','',3617,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5274,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',248,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(250,4044,38,0,8,16,18,0,1101,0,0,0,0,0,0,0,0,199,0,0,'A Dark Threat Looms','Thank the stars someone is concerned about the well-being of the Dam. First the destruction of the Thandol Span and then the pillaging of Dun Modr! I have no doubt that the Dam will be the target of the next Dark Iron threat. Most of the security detail here was reassigned to the Alliance Front, including my top inspector.$b$bThat\'s why I need you, $N. I spotted some Dark Iron Sappers milling about the eastern ramp of the Dam. Investigate the area and bring back a clue.','Investigate the area near the eastern ramp of the Dam and bring Chief Engineer Hinderweir a clue that might reveal what the Dark Iron Dwarves are up to.','The suspicious looking barrel contains a strange smelling powder.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',9262,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(251,4044,10,0,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,1637,1,'Translate Abercrombie\'s Note','Take the note you gave me to Sirra Von\'Indi. He\'s very learned in languages and ancient arts - if anyone here can translate this message, it\'s he.','Bring the Letter to Ello to Sirra Von\'Indi.','','A note from Abercrombie the hermit, eh? I don\'t know him, though if he lives out at the graveyard then I do know his brains have rotted out!','','','','','',1637,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',160,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(252,4044,10,0,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,1656,1,'Translation to Ello','Oh my! If what is written on this note is true, then Abercrombie\'s done something...unspeakable.$B$BYou better bring the translated note back to Ello.$B$BAnd do so quickly, for I fear a doom already lumbers toward our town...','Bring the Translated Letter to Lord Ello Ebonlocke','$b$bAlthough the aid you gave Abercrombie may have been motivated from kindness, your actions have doomed our town.$b$b','Ah, is the note translated? Please, let me see it...','','','','','',1656,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',401,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(253,4044,10,0,8,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Bride of the Embalmer','The Embalmer is a name told in one of our children\'s stories. He was a kindly alchemist, driven mad by the death of his wife, Eliza. To restore her, he used dark magic to place his own heart within the bosom of his dead spouse.$B$BThis revived Eliza...but it cursed her with a hunger for human flesh, forcing the Embalmer to keep her buried.$B$BHis heart is his power. Find his wife\'s grave, retrieve his heart, and bring it to me while it still beats. Do this and his power will be broken.','Find Eliza\'s grave. Retrieve the Embalmer\'s Heart from her, then return to Ello Ebonlocke.','You\'ve done it! The magic within his heart will be proof against the Embalmer\'s evil, and a powerful aegis over the town of Darkshire.$B$BYou have done a great thing for our people, $N. Your name will remain in our annals forever.','Have you yet found Eliza\'s grave? Do you have the Embalmer\'s heart?','','','','','',2382,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3560,6223,0,0,1,1,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',252,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(254,4044,10,0,8,20,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Digging Through the Dirt','','','You dig through the semi-loose dirt over the grave...and find the remains of a coffin.$B$BWithin the coffin you can feel the vibrating scrapes of clawed fingers and the gnashing of rotted teeth...$B$BWill you open the coffin and retrieve the Embalmer\'s heart?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(255,4044,38,0,8,15,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mercenaries','Two months just to hear from Ironforge that we\'ll be spared a handful of soldiers for our own defense, and another two months until they arrive! Bad enough that our town goes unprotected, but the excavation and the dam--the dam!--are open to attacks as well.$b$bI\'ve no choice then, it seems. I\'ll need hired arms.$b$bHow about you? You seem a likely sort, $c. A group of ogres has set up camp on the northeast of the lake. Perhaps you will be the one to remove the threat to our town?','Magistrate Bluntnose of Thelsamar has hired you to kill 4 Mo\'grosh Ogres, 4 Mo\'grosh Brutes and 4 Mo\'grosh Enforcers.','Ah, this is excellent news! Your efforts are greatly appreciated by myself and the people of Thelsamar. Better yet, if we can solve the ogre problem, we\'ll be able to shift our focus to those Light-burning troggs.','Have you had any luck?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1178,1180,1179,0,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(256,4044,38,0,8,9,22,1,1101,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Chok\'sul','By order of the Magistrate of Thelsamar:$b$bChok\'sul, the ogre presumed to be the leader and coordinator of attacks against the town of Thelsamar, Stonewrought Dam, and the excavation site, is wanted dead through any means necessary.$b$bMonetary compensation will be provided when proof is brought to the Magistrate of Chok\'sul\'s death.$b$bChok\'sul was last seen at the ogre encampment in the northeastern part of Loch Modan.','Kill Chok\'sul and bring his head to Magistrate Bluntnose of Thelsamar.','Yech! What is that thing? And why would you bring it...$b$bBloody--! Is it? Well, Light burn me, is that the head of that bloody ogre? This certainly is a catch then! Here, your reward and the thanks of myself and the people of Thelsamar.','Yes? Is there something I can do for you?','','','','','',2561,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6189,6191,0,0,0,0,1,1,0,0,0,0,1449,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,5),(257,4044,38,0,8,11,16,0,1101,0,0,0,0,0,900000,0,0,258,0,0,'A Hunter\'s Boast','Think you can match wits with Daryl the Bold, huh? I should think not! Of course, you\'re more than welcome to try. Here\'s a challenge that should prove to be above your abilities, so don\'t feel too bad if you can\'t face up to it.$b$bA flock of buzzards has nested here in Loch Modan. Why don\'t you try to take down some of the beasts? Tell you what, if you meet my challenge in fifteen minutes, I\'ll give you my bow or gun.$b$b$b$bIt seems you haven\'t much to lose, anyways.','Kill 6 Mountain Buzzards and return to Daryl the Youngling in the Farstrider Lodge within 15 minutes.','What? Success?$B$BTake it from me, $Nama, you don\'t let it get to your head. I mean, any unshaven boy with a bow could have killed such... small specimens. And I hope you don\'t enjoy killing the buzzards so much, yes? We wouldn\'t want them to become extinct.$B$BWell, err... Never let it be said that Daryl the Bold would not hold to his word.','No luck? Don\'t feel too bad, $N...$B$BNot everyone can be me.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1194,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,2903,2904,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(258,4044,38,0,8,11,17,0,1101,0,0,0,0,0,720000,0,0,0,0,0,'A Hunter\'s Challenge','$nath, is it? I can tell you\'re bursting with pride over completing the first test, hm? As I told you before, it\'s no large feat.$b$bYou should try your hand at boar hunting. Trust me, this is no Coldridge Valley boar hunt, so you\'d best have a care with them. I\'ll give you just twelve minutes this time.$b$bDon\'t feel bad if you fail. I\'d give you the shirt off my back if you succeeded!$b$bHave I ever related to you the story of how I received my famous scar? No? It was two years ago...','Kill 5 Elder Mountain Boars and return to Daryl the Youngling in the Farstrider Lodge within 12 minutes.','You seem a bit worse for wear. No doubt the boars gave you some trouble, hm? No worries, I will be discreet about your struggle, I can imagine how hard it must be for you without the accusations of wagging tongues.$B$BOh! You managed to kill the boars? I... well, that is... that is to say, I\'m not surprised! Any child could have--bet?$B$BWhat bet?','It\'s only natural to feel sorry for yourself when shown up by someone so new to this world. You shouldn\'t feel bad, $N.$B$BHm? Did I get your name wrong?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1192,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,859,3572,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',257,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(259,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,'','Hello there, $n. I\'ve heard much about your exploits, and must say I\'m honored to meet you. I don\'t suppose you\'ve heard the story of Ol\' Kelt? Ah, well, Ol\' Kelt--Kelt Thomasin, that is--was once considered one of the finest hunters in all the realm. There wasn\'t much he hadn\'t done, but then, one day, he became obsessed with an ancient story... a myth, really. Well, as the stories go, a huge threshadon lives in the waters of the lake. Hogwash, if you ask me. If you\'re interested, you might talk to Kelt.','Talk to Kelt Thomasin.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(260,5875,0,0,8,15,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Now, this will no doubt convince you that I am, as they say--and don\'t deny it, I know what they say--of an addled mind, obsessed with an impossible legend. An old dwarven legend, it is, of an enormous monster that lives in the depths of the Loch. I spent a good bit of my life trying to track it down, and I believe I got close, but alas, I fear old age has caught up to me. If you would like to try hunting down the monster of the Loch, bring me some treshadon teeth and claws.$b$b','Collect 5 Threshadon Teeth and 5 Threshadon Claws, then bring them to Kelt Thomasin.','','','','','','','',2668,2669,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',259,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(261,4044,405,0,8,34,39,0,1101,0,0,0,0,0,0,0,0,1052,0,0,'Down the Scarlet Path','I will be frank. We are at war with the Scourge. It is an evil that corrupts our people and infects our land. It must be stopped before it overwhelms us and drags our world into shadow. We of the Scarlet Crusade have sworn to fight the Scourge with body and soul.$B$BIf you are with us, then gather your courage and prove your allegiance--destroy the undead ravagers of Desolace, in the Valley of Bones to the south.$B$BDo this, and the Crusade will embrace you.','Destroy 30 Undead Ravagers, then return to Brother Anton at Nijel\'s Point.','You have proven your resolve, and the Scarlet Crusade commends you.$B$BIf you do not shy from righteous slaughter, then perhaps your path lies with us...','The Scourge grows in power with the passing of each day. If you truly wish to halt its advances, then show me.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11561,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',6141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(262,4044,10,0,0,20,25,0,1101,0,0,0,0,0,0,0,0,265,2161,1,'The Shadowy Figure','I must know who was that skulker in the shadows I saw the night my family was killed!$B$BPlease, $N, you have shown your resourcefulness. Please find that shadowy figure. I must learn what secrets he holds!$B$BI do not have clues that you do not already know, but here - take the book you found at my farm. Perhaps some of the townsfolk can link this book with its owner.','Take the book you found at Sven\'s farm and show it to townsfolk in Darkshire.','Hmm... Someone handled this book recently, someone who is driven by revenge. But the impressions left on it, at least the impressions from the original owner, are faint.$b$bI can tell, however, that the original owner of this book is not a native of Darkshire.','If you have something that belongs to the shadowy figure for whom you seek, then let me see it. I may be able to divine something of its owner.','','','','','',2161,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',230,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(263,4044,38,0,8,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'In Defense of the King\'s Lands','The Mountaineers tell me you are quite brave and capable, $N. We need a $r like you around here. The Trogg problem isn\'t getting any better. The reserves have been called to the front and we\'re all alone out here. But now that we have a seasoned $c here, let\'s see what you can do.$b$bGo out and kill 10 Stonesplinter Shaman and 10 Stonesplinter Bonesnappers. Let\'s see if you live up to your reputation, Trogg-Slayer.','Mountaineer Wallbang in the southern guard tower wants you to kill 10 Stonesplinter Shaman and 10 Stonesplinter Bonesnappers.','I knew the second I laid eyes on you, $N, that you would make Ironforge proud. You have served King Magni well. Now that you\'ve proven yourself to be such a loyal aid to the Kingdom, perhaps you should talk with the Captain to see if he\'ll entrust you with a higher detail.$B$BI salute you, $N.','Back so soon? In case I didn\'t make myself clear we need you to kill 10 Stonesplinter Shaman and 10 Stonesplinter Bonesnappers, . Now go get \'em, Trogg-Slayer!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1197,1164,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,0,0,0,3,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',237,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,5),(264,4044,1638,0,0,12,15,0,690,0,0,0,0,0,0,0,0,0,6145,1,'Until Death Do Us Part','Filthy scum! Leaves me for his damn crusade. Because \"the Light is the most important thing we have against the threats the undead pose.\"$B$BWell, what about his children?! What about ME?! Night after night I sat patiently waiting for him... always second to his blasted duty!$B$BWell, witness what \"justice\" brings you, $N! He\'s dead and I\'m bearing the very thing he was trying to stop!$B$BTake this piece of junk and put it on his tomb at the Sepulcher. I want nothing to do with it anymore... or him!','Place Clarice\'s Pendant on Yuriv\'s Tomb in Silverpine.','You place the worthless pendant on the grave, and the gemstone within the setting seems to dull noticeably.$b$bAs you stand to leave, you look down at the pendant; it lies lifelessly over the hands of the relief sculpted into the top of the coffin. Your thoughts are interrupted by a stiff, cool breeze passing over the Sepulcher. For a moment everything around you is silent.','The stone is cold to the touch, but has obviously been abused. Trash litters the area; nicks and gashes decorate the relief atop the coffin; and the foliage around the grave has started to grow over the site.$b$bNo one cares for whoever is buried here, especially not any victims of the plague.','','','','','',6145,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(265,4044,10,0,0,20,25,0,1101,0,0,0,0,0,0,0,0,266,2161,1,'The Shadowy Search Continues','Here is your book back, $N, and I bid you fortune with your search. If you ask others in town, perhaps they can offer you more clues.$B$BAnd here is one more for you - although the author of this book is a stranger to Darkshire, the book itself was purchased here.','See if other townsfolk have clues about the shadowy figure.','Ah, yes. I sold this book a month ago to a shady person. He didn\'t tell me his name, but he was a nervous, jittery chap, always looking over his shoulder.$B$BI hope that helps you...','Sometimes I\'ll sell blank books to scholars and mages, or to anyone who wants to keep a journal.$B$BI remember well everyone to whom I sold a book within the last few months...','','','','','',2161,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',262,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(266,4044,10,0,0,20,25,0,1101,0,0,0,0,0,0,0,0,453,2161,1,'Inquire at the Inn','Here is your book, and good luck with your inquiries.$B$BYou might want to expand your search to the inn. If the person whom you seek spent time in town, then chances are someone saw him there.','Search the inn for clues about the shadowy figure.','Oh yeah, I remember this book. Its owner rented a room for a few days, and spent his nights at the bar, writing.$B$BHe left town in a hurry, muttering about being hunted by...something. Last I saw him he was heading west out of town, looking for a new spot to hide.$B$BThe first place he\'d find to the west is Raven Hill...','The Scarlet Raven doesn\'t see the business it used to, but we still do get travelers passing through.$B$BIf you can describe the person you\'re looking for, maybe I\'ll remember him.','','','','','',2161,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',265,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(267,4044,38,0,8,10,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Trogg Threat','$C, you may or may not be aware of the Trogg threat looming over Dwarven lands. With the Ironforge Reserve called up to the Alliance Front, we are left with a fraction of the defense forces needed to keep these lands safe. My regiment is assigned to watch over the Gate here and we cannot leave our post for fear of invasion.$b$bBut we need some pressure put on those damned Troggs lurking in the hills. If you\'re up to the task, wage an assault on the Troggs. Bring me back 8 Trogg Stone Teeth as proof.','Bring 8 Trogg Stone Teeth to Captain Rugelfuss in the southern guard tower.','I am quite impressed, $N. You have done the Dwarven race a great favor by defending our lands. King Magni Bronzebeard himself would be proud!','Do you have 8 Trogg Stone Teeth to show me? If not, there is still work to be done, $N.','','','','','',2536,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,6,0,0,5),(268,4044,10,0,0,20,25,0,1101,0,0,0,0,0,0,0,0,323,2560,1,'Return to Sven','The book you found was only half finished. I had to leave it at Sven\'s farm when I fled there...$B$BHere. Take my completed journal to Sven. It describes more fully what happened at his farm.$B$BAlthough this journal has been my only company these past weeks, if giving it up keeps me from having to face Sven and his wrath, then I do it willingly!','Return to Sven with Jitters\' completed journal.','This journal explains much to me, and sets me on the path against the dark riders! I have seen these riders in Duskwood, and have seen them speak with the wizard Morbent Fel, at the Forlorn Rowe.','Did you find who the Shadowy Figure was?','','','','','',2560,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',453,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(269,4044,10,0,0,20,29,0,1101,0,0,0,0,0,0,0,0,270,2560,1,'Seeking Wisdom','Go to the city of Stormwind and speak with Bishop Farthing in the Cathedral of Light. Give him Jitters\' journal and tell him you mean to face Morbent Fel.$B$BAlthough Stormwind has forsaken Darkshire, Farthing is a kind soul and very wise. He may help you on your quest to save us.$B$BYour mission is perilous, but hurry, $N. With each passing hour, the shadows of Duskwood grow ever darker.','Give Jitters\' Completed Journal to Bishop Farthing in Stormwind.','$B$BAn evil taint has gained a foothold within the already beleaguered Duskwood. I thank the Light we have a hero such as you to face it.$B$BBut you must first prepare yourself for the coming trial...for the Necromancer Morbent Fel is immensely powerful, and has cast dark enchantments about himself to protect him from physical assaults. If you are to defeat him, you will need a weapon that is proof against these protections.','Rest, $gbrother:sister;. I can tell you have traveled far, and you bear a heavy burden. Can you tell me what casts that dark shadow over you?','','','','','',2560,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',323,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(270,4044,10,0,8,20,29,0,1101,0,0,0,0,0,0,0,0,321,0,0,'The Doomed Fleet','Years ago, the Third Fleet of Kul Tiras sunk along the coasts of The Wetlands, an expanse of marsh north of the dwarven kingdom of Ironforge. Aboard one ship was a load of Lightforge Iron.$B$BThis metal is precious to us, for items crafted from it strike with holy truth. If you are to face Morbent Fel, then you will need such a weapon.$B$BGo to Menethil Harbor and speak with my dwarven colleague Glorin Steelbrow. If that lost metal can be found, he\'ll know where to look.','Go to Menethil Harbor in the Wetlands, and speak with Glorin Steelbrow.','Lightforge Iron is a precious metal, but it sounds like your quest is a dire one. You\'ve come a long way, $gBrother:Sister;. With luck, you might just find what you seek!$B$BAnd if you do get the iron, I know who can fashion it into a weapon against this Necromancer you speak of in Duskwood.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3673,-826.98,1,7200,0,0,0,0,'',269,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(271,4044,38,0,8,15,20,0,1101,0,0,0,0,0,0,0,0,531,0,0,'Vyrin\'s Revenge','I don\'t suppose you\'d be interested in a little payback for His Boldness? Daryl does have some skill, it pains me to say.$b$bA year ago, a large bear had been the target of the Farstrider Lodge, but none of the hunters had any luck with him. So, Daryl thought he\'d try his hand against him. All he had to show for his effort was that ugly scar over his eye.$b$bKill the bear, and I\'m sure even Daryl would be speechless for once.$b$bThe bear, Ol\' Sooty, can be found around his lair in the hills over Thelsamar.','Kill Ol\' Sooty then show your handiwork to Daryl the Youngling at the Farstrider Lodge.','Er... what\'s this? A bear\'s head, by the looks at it.$B$B$B$BWell, that\'s quite an interesting kill you have yourself there. Couldn\'t be that bear from back then...$B$B$B$BOh, take that away take it away! Get that grisly thing out of here!','Ah, $N! Back so soon? No doubt you\'ve been at the hunt again? Don\'t worry if you\'ve had some setbacks, in the long run it will make you better!$B$B... You couldn\'t get much worse, anyway...','','','','','',2713,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5612.11,-3006.4,1,9300,0,0,0,0,'',258,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(272,4044,0,263,8,16,-1,0,8,1024,0,0,0,0,0,0,0,5061,0,0,'Trial of the Sea Lion','For the second trial, you\'ll need the two halves that make the Pendant of the Sea Lion. One half draws power from the agility of the sea lion aspect, gliding through water; the other draws power from the incredible endurance of the sea lion aspect. Druids draw on both these traits equally to embody the aspect of their aquatic form.$B$BSpeak with the locals of Moonglade to learn where the parts may lie, and bring both here to join them together. Once formed, take the pendant to Dendrite Starblaze.','Find the Half Pendant of Aquatic Agility and the Half Pendant of Aquatic Endurance. Speak with the residents of Moonglade to learn clues as to where these items may be located.$B$BForm the Pendant of the Sea Lion from the two pendant halves. You need to be in proximity of the Shrine of Remulos to do this.$B$BBring the joined pendant to Dendrite Starblaze in the village of Nighthaven, Moonglade.','You\'ve completed the Trial of the Sea Lion, $N - congratulations.$B$BEach task in acquiring the pendant shows that both agility and endurance are necessary to act in harmony with what you desire to do underwater. Neither can exist without the other, and both cannot be done without you willingness to embrace the aspect of the sea lion.$B$BRemember these lessons well, and count on them once you have gained your aquatic form.','Have you formed your pendant for me to inspect, $N? If you need help in locating the parts, try asking the local populace for information. Not only will you find what you seek, but it will give you a reason to explore this wondrous and sacred glade.','','','','','',0,0,15885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',29,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(273,4044,38,0,12,10,15,0,1101,0,0,0,0,0,0,0,0,454,0,0,'Resupplying the Excavation','It\'s not too late though, you\'re welcome to go look for Huldar. He can\'t have made it very far, strong as they are, Miran and Saean can only move so fast laden down with those barrels.$b$bThey\'re taking the normal route to the site, leaving south out of town and following the curve of the Loch.$b$bShouldn\'t have a problem finding them unless they\'ve already gotten there.','Speak with Huldar.','Hmph, it\'ll take more than a Dark Iron ambush to stop the deliveries!$b$bBut Saean... I would never have suspected him to be one of their sympathizers. We\'ve been working with him for almost a year now... maybe I missed the signs.$b$bWell, I\'ll consider that later.','','Find Huldar, Miran, and Saean','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,171,0,0,0,'',302,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,5,274,0,0,0,0,0,0,1,0,0,2),(274,4044,38,0,0,16,18,0,1101,0,0,0,0,0,0,0,0,278,2609,1,'A Dark Threat Looms','This ain\'t no ordinary blast powder. Look at the tiny silver crystals. And the distinct smell! Why it\'s clear as daylight that this is Seaforium Powder. Seaforium is harmless enough. But once it\'s wet it could blow Ironforge out of the mountain.$b$bThe chemical reaction can be defused by mixing four components: lurker venom, crushed Mo\'Grosh crystal, a crocolisk tear and this disarming colloid. Now tell Hinderweir before it\'s too late!','Ashlan Stonesmirk wants you to return to Chief Engineer Hinderweir in Loch Modan and inform him of the new discovery.','A disarming colloid? For Seaforium? Oh heavens!','What is that you bring from Ashlan?','','','','','',2609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',161,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(275,4044,11,0,8,20,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Blisters on The Land','I do not know why, but a festering grows within the Wetlands. Fen Creepers have risen. They are diseased, fevered blisters on the land, and for the fever to break they must be dispatched and allowed to settle back into the marshes.$B$BThe Fen Creepers shamble amidst the waterways of the Wetlands.','Kill 8 Fen Creepers, then return to Rethiel the Greenwarden in the Wetlands.','This land is soothed by your efforts, and for this I will grant you a boon.','The Wetlands still weep, and the Fen Creepers still rage. Return to me when your task is done.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1040,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,3558,1273,2263,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',277,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(276,4044,11,0,8,20,21,0,1101,0,0,0,0,0,0,0,0,277,0,0,'Tramping Paws','The Mosshide Gnolls have lived in the Wetlands peacefully for many years, but now grow in numbers. Their feet stamp flat the fen\'s bushes and flowers, and their foul axes cut too much wood to fuel their fires.$B$BThey are no longer in balance with the land. For the Wetlands to survive, the Gnolls must be reduced.$B$BKill 15 Mosshide Gnolls and 10 Mosshide Mongrels. Hunt them to the south, near the Dwarven gate of Algaz. After you do this, return to me.','Kill 15 Mosshide Gnolls and 10 Mosshide Mongrels, then return to Rethiel the Greenwarden in the Wetlands.','By reducing the Gnolls\' number, you have tended to the health of the Wetlands. Although my faith in your people has been taxed in the past, $R, it may yet be restored.','Your task is still at hand, young $C.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1007,1008,0,0,15,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',463,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(277,4044,11,0,8,20,23,0,1101,0,0,0,0,0,0,0,0,275,0,0,'Fire Taboo','The Mosshides are cutting the trees of the Wetlands, using the trees\' flesh to warm themselves with fire. I will suffer this pain no longer!$B$BRid the Mosshides of their crude flints, the tools they use to make fire. The flints are borne by all Mosshides except the smaller Mosshide gnolls and Mosshide mongrels.','Bring Rethiel the Greenwarden 9 Crude Flints.','... thank you. I will smash these flints and cast them into the sea, so that they may never again be used to burn living wood.','Do you have the Gnolls\' tools for fire?','','','','','',2611,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4606,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',276,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(278,4044,38,0,8,16,18,0,1101,0,0,0,0,0,0,0,0,280,0,0,'A Dark Threat Looms','Begin collecting the disarming materials immediately, $N. Lurker Venom can be found on the indigenous spiders in Loch Modan. Crocolisk tears are found here in the Loch as well. But a Mo\'Grosh crystal will be very difficult to procure. The ogres to the northeast mine them but the crystals are a very rare commodity.$b$bWe need to be prepared to defuse a Dark Iron attack! Return to me once you\'ve collected the needed items and I will prepare the mixture.','Chief Engineer Hinderweir wants you to gather Lurker Venom, a Mo\'grosh Crystal, and a Crocolisk Tear.','Just in time, $N!','Do you have the needed items? Time is of the essence!!','','','','','',2606,2607,2939,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',274,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(279,4044,11,0,8,20,22,0,1101,0,0,0,0,0,0,0,0,281,0,0,'Claws from the Deep','Murlocs are crawling out from the deep waters and building their villages on the coastline. They are harassing our fishers and merchants and must be stopped.$B$BOne of these murlocs, Gobbler, skulks with other bluegill murlocs and harries merchants along the road, always then retreating to the safety of the nearby murloc hovels. Our merchants are in jeopardy, and we will pay to secure them.$B$BGobbler prowls the river inlet north of here. Find him, slay his kin, and bring me his head.','Kill 12 Bluegill Murlocs.$B$BSlay Gobbler and take his head.$B$BBring Gobbler\'s Head to Karl Boran in Menethil Harbor.','Ah, well done $N.$b$bAccept this as payment for fulfillment of your contract with the Merchant Marines.','Our merchants will not be safe until we are rid of Gobbler and those Murlocs.','','','','','',0,3618,0,0,0,0,0,1,0,0,0,0,1024,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(280,4044,38,0,0,16,18,0,1101,0,0,0,0,0,0,0,0,283,2610,1,'A Dark Threat Looms','Earlier today I spotted some Dark Iron Insurgents swimming toward the Dam with a large keg. No Mountaineers were on hand to stop them! I\'m afraid they\'ve planted the Seaforium at the base of the Dam and it could blow at any minute! Let me combine all these ingredients into the Disarming Mixture. There we go.$b$bNow I need you to take this mixture and stir it into the keg before it\'s too late! Hurry!','Chief Engineer Hinderweir wants you to swim down to the base of the dam, locate the powder keg and stir in the Disarming Mixture to prevent an explosion.','The keg fizzles slightly as the Disarming Mixture settles in.','The top of the keg slowly twists off.','','','','','',2610,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',278,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(281,4044,11,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,284,0,0,'Reclaiming Goods','Not long ago a merchant vessel, the Blind Princess, was raided by Murlocs. Although the ship escaped intact, much of its cargo was dragged overboard by the creatures, including a very valuable statuette of Terenas Menethil. We want that statuette recovered.$B$BSearch the coastal Murloc hovels for crates, barrels and other evidence of lost cargo. Find the Menethil Statuette and return it to me.','Search the crates and barrels at the coastal Murloc camps.','This crate is covered with clawed scratches, and the marks of water damage. Prying it open reveals soggy and rotted straw, as if something of value was stored in the crate. You search through the straw...$B$B...and find a an armload of red-colored bottles.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,5,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3291.77,-958.61,1,3000,0,0,0,0,'',279,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(282,4044,132,0,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,2619,1,'Senir\'s Observations','I was planning on sending my apprentice to my brother Senir with my report, but I would feel much better were it placed in more... reliable hands. That is, of course, if you wouldn\'t mind?$b$bHmm... you\'ll have to take the tunnel to get to Kharanos.$b$bSpeak with Mountaineer Thalos before going through the tunnel. It\'s completely infested with troggs now.$b$bFollow the road back to Anvilmar, then keep heading east to the tunnel, Thalos is stationed nearby.','Speak with Mountaineer Thalos.','Hm, well, if Whitebeard is sending you to Dun Morogh on important business, I can\'t very well stop you, can I?$b$bAt least let me provide you with some advice and directions.','Hail! Have a care, $n, the tunnel to Dun Morogh is infested with troggs and is not safe for travel.$b$bIf you haven\'t any pressing business in Dun Morogh, I\'ll have to ask you to remain in Anvilmar until the tunnel is safer.','','','','','',2619,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',218,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,66,0,0,4),(283,4044,38,0,8,16,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Dark Threat Looms','The keg fizzles slightly.','The Disarming Mixture seemed to take effect. Return to Chief Engineer Hinderweir to report the good news.','Thank you so much, $N!! You have saved the Stonewrought Dam! Without your help, the Dark Iron terrorists would have surely seen to this mighty landmark\'s demise. You have made the Kingdom and the Alliance proud, brave $C.$b$bThe Dam is once again safe. . . for the time being at least. . . .','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2907,2908,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',280,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(284,4044,11,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,285,0,0,'The Search Continues','You thoroughly search this cluster of Murloc hovels, and find no trace of the Menethil Statuette.$B$BPerhaps one of the two nearby hovels to the north and northeast will have more clues.','Search for the Menethil Statuette.','This barrel is largely untouched. Prying it open...$B$B...you are assaulted by the pungent odor of cheese. It\'s a little wet, but still tasty!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,422,0,0,0,10,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',281,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(285,4044,11,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,286,0,0,'Search More Hovels','This grouping of Murloc hovels, after a thorough inspection, reveals nothing.$B$B...but you\'re certain that the next clue you find will be fruitful.$B$BOne of the hovels to the north must have the Menethil Statuette!','Continue searching the Murloc hovels for the Menethil Statuette.','This barrel is halfway buried amidst the mud and grass ...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',284,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(286,4044,11,0,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,2625,1,'Return the Statuette','After pulling the barrel free from the muck and opening it, a silvery figurine is found packed in fine straw. It depicts a young, long-haired Paladin with hammer upraised.$B$BThis must be the Menethil Statuette! You must now return it to Karl Boran in Menethil Harbor.','Bring Karl Boran at Menethil Harbor in Wetlands the Menethil Statuette.','The captain of the Blind Princess will be relieved to hear this precious cargo has been recovered. You have well earned this payment for services rendered.$B$BIt is good to see dependable folk like you, especially in trying times such as these.','Do you have the statuette?','','','','','',2625,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2950,2949,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',285,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(287,4044,1,0,12,7,9,0,1101,0,0,0,0,0,0,0,0,291,0,0,'Frostmane Hold','I\'m behind on my report, and could use your help, $n. I just managed to find where the trolls are holed up, but I saw so many trolls, I was afraid to go in.$b$bHere\'s what I need... Go down to the cave, poke around inside, kill a few of the trolls, then come back here.$b$bTake the road north out of Kharanos, when you get to the bridge, follow the frozen river west until you reach Iceflow Lake. You\'ll find Brewnall Village on the west bank. The Hold is southwest of the village.','Explore Frostmane Hold, and kill 5 Frostmane Headhunters for Senir Whitebeard in Kharanos.','Ah, $N! I didn\'t think you\'d have much trouble finding the place, my directions are excellent, you know...$b$bLet me just finish up my report then.$b$b$b$bThere! Well, haha, now this certainly is funny... I don\'t suppose, $N, that you would mind doing one last favor for me?','You can\'t find it? My directions were very clear! We don\'t have much time, you\'ve got to hurry! Don\'t come back until you\'ve found the cave.','Fully explore Frostmane Hold','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1123,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,3216,2900,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,168,169,0,0,'',420,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(288,4044,11,0,8,22,27,0,1101,0,0,0,0,0,0,0,0,289,0,0,'The Third Fleet','I was once First Mate on the Wave Mistress, ship-of-the-line in the Kul Tiras Third Fleet. The Doomed Fleet. Doomed, for on its last voyage the fleet was attacked by Red Dragons. Dragons controlled by Orcs!$B$BWe didn\'t stand a chance against that dragonfire...and our fleet was burned and sunk off this here coast. I\'m the sole survivor of those poor vessels...$B$B...Oh, my head hammers and pounds! I\'ll need a fresh drink if I\'m to get a handle on this hangover and continue my tale.','Buy First Mate Fitzsimmons a Flagon of Mead.','Ah! That hits the spot, and loosens the tongue. Thanks, mate!','Oh, I\'m so very thirsty! Won\'t you buy a drink for this poor, pathetic fool?','','','','','',2594,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,1),(289,4044,11,0,8,22,29,0,1101,0,0,0,0,0,0,0,0,290,0,0,'The Cursed Crew','$B$BI am the sole survivor of the ill-fated Third Fleet of Kul Tiras, wrecked off the coast to the north. But although I\'m the only member of the fleet still breathing, I\'m not the only one still walking about! For on one of our ships was hidden a great, and terrible treasure, and the eerie power of it keeps the souls of my brothers trapped within the ships\' rotting hulls.$B$BBut if you can free some of my brothers, then perhaps you can break their curse.','Kill 13 Cursed Sailors, 5 Cursed Marines and First Mate Snellig. Bring Snellig\'s Snuffbox to First Mate Fitzsimmons in Menethil Harbor.','My thanks to you, $N. And the gratitude of my cursed brethren goes to you as well.','In my dreams, I can sometimes hear the doomed moans of my brethren! Please, good sir, free them from the bonds and quiet their cries.','','','','','',0,0,3619,0,0,0,0,0,1,0,0,0,1157,1158,0,0,13,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',288,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(290,4044,11,0,8,22,30,0,1101,0,0,0,0,0,0,0,0,292,0,0,'Lifting the Curse','To break the curse and free all of my brethren, the...thing...stowed on my ship must be retrieved and cleansed! I don\'t know what it was, but I do know that it was stored securely in the ship\'s strongbox, which Captain Halyndor lorded over.$B$BMy old captain is still in my dreams. I know he walks my doomed ship, the Intrepid. Get the key from him, and use it to open the Intrepid\'s strongbox.$B$BThen, after you have the cursed thing, bring it to the priest Glorin Steelbrow in town.','Get the Intrepid Strongbox Key from Captain Halyndor.$B$BUse the key to open the Intrepid\'s Locked Strongbox.','The key is rusted but it fits the lock neatly.','This chest is securely locked.','','','','','',2629,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',289,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(291,4044,1,0,0,1,10,0,1101,0,0,0,0,0,0,0,0,0,2628,1,'The Reports','Excellent! Take my report to Senator Barin Redstone. He\'s a sour type, so don\'t let his less-than-sunny disposition get to you. He\'s in Ironforge, in the chamber where King Magni holds court.$b$bDon\'t know the way to Ironforge? Take the road out of Kharanos north, cross the bridge, then follow the road east--there are large banners flanking the road--up the mountainside.$b$bBy the way, if you might avoid mentioning how you assisted me? Can\'t let them think I\'m not working hard out here, you know?','Deliver Senir\'s report to Senator Barin Redstone in Ironforge.','$b$bAuthority of the KING!? Has Magni taken complete leave of his senses! And that damnable Whitebeard... Taken matters into his own hands, has he? The Senate will not be pleased to hear about this, not one bit.$b$bWhat, are you still here? Go, before I call the guards!','Hmm... it would seem that my guards are becoming less discriminatory with petitioners. Well, what do you want? Make it quick.','','','','','',2628,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,75,75,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',287,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(292,4044,11,0,0,22,30,0,1101,0,0,0,0,0,0,0,0,293,2944,1,'The Eye of Paleth','Opening the chest reveals a blackened orb, pulsing with an eerie light. It is the treasure of which Fitzsimmons spoke: a Cursed Eye of Paleth.$B$BTake the Cursed Eye of Paleth to the dwarven priest Glorin Steelbrow, in Menethil Harbor. Ask him how to remove the Eye\'s curse.','Bring the Cursed Eye of Paleth to Glorin Steelbrow at Menethil Harbor in Wetlands.','An Eye of Paleth? Amazing! Hmm... there\'s something wrong with this one. You found it on one of those shipwrecks? Well that explains it! But... I didn\'t know they had such an Eye on the Third Fleet...$B$BIt\'s no wonder Fitzsimmons was so spooked. A Cursed Eye of Paleth is no cause for mirth.','That drunk Fitzsimmons sent you to me? Well, you can tell him I don\'t have any extra ale. He\'s going to have to panhandle someone else!','','','','','',2944,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',290,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(293,4044,11,0,0,22,30,0,1101,0,0,0,0,0,0,0,0,0,2944,1,'Cleansing the Eye','I can\'t lift the curse from the Eye of Paleth. The Eyes were crafted by Human Priests, so you\'ll have to go to Stormwind to find someone who can help you. Speak with Archbishop Benedictus. He is head of the Cathedral of Light in Stormwind. He can help.$B$BI hope, for your sake.','Bring Archbishop Benedictus the Cursed Eye of Paleth. Benedictus is in the Cathedral of Light, in the city of Stormwind.','An Eye of Paleth. But this one has seen much sorrow...it must have been witness to a terrible, terrible tragedy.$b$bLet me cleanse it, for the Eyes were created to shine bright, and their powers can be quite dangerous if tainted like this one.','What is that orb you have? It looks...soiled.','','','','','',2944,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2943,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',292,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(294,4044,11,0,8,22,24,0,1101,0,0,0,0,0,0,0,0,295,0,0,'Ormer\'s Revenge','The situation is severe, that much is for sure. When we uncovered these bones it attracted the Raptors. These filthy beasts killed my brethren and trapped me, Merrin and the poor Prospector up here.$b$bHelp clear the Wetlands of these Raptors, $N. Mottled Raptors and Mottled Screechers are just West of the bluff there. Kill 10 of each, if you can.$b$bThat will be a good start to the vengeance I have planned for them.','Ormer Ironbraid at the Whelgar Excavation Site wants you to kill 10 Mottled Screechers and 10 Mottled Raptors.','Killing is a dirty business, but you did your job well, $N. If I weren\'t obligated to stay with the Prospector and Merrin, I\'d be down there shedding blood right along side you.','Kill 10 Mottled Raptors and 10 Mottled Screechers, $N. My co-workers did not deserve the fate that was brought upon them. It\'s time to even the score.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1020,1021,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(295,4044,11,0,8,22,27,0,1101,0,0,0,0,0,0,0,0,296,0,0,'Ormer\'s Revenge','Now it\'s time to really make those dreaded Raptors regret their blood-thirst. Just down below there are scores of Mottled Scytheclaws and Mottled Razormaws. Make those rotten creatures pay by slaying 10 of each!','Ormer Ironbraid wants you to kill 10 Mottled Scytheclaw raptors and 10 Mottled Razormaw raptors then return to him at the Whelgar Excavation Site.','You did a bang-up job of clearing out those Raptors, $N!','I want to make those Mottled Scytheclaws and Mottled Razormaws pay for what they did. Have you killed 10 of each yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1022,1023,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',294,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,21,0,5),(296,4044,11,0,8,22,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ormer\'s Revenge','While you were down there I happened to notice that one of those beasts stood out from the rest. He was bigger and more menacing. I bet he\'s the one who led the others here to cause the disruption to the dig site.$b$bI ask of you now one final task, $N. See to it that Sarltooth is brought to justice. And considering the gravity of his crimes, justice in this case means death! Bring me one of his talons as proof of his death.','Ormer Ironbraid at the Whelgar Excavation Site wants you to kill Sarltooth and return to him with one of his talons once the task is fulfilled.','Thank you, $N. Your efforts here will not be forgotten. Many innocent Dwarves died at this site, simply doing their jobs. The vengeance you delivered to those evil creatures should make them think twice before attacking King Magni\'s subjects ever again.','Is Sarltooth dead? Have you redeemed the memory of the fallen?','','','','','',3638,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3493,3566,5246,0,0,0,1,1,1,0,0,0,3682,0,0,0,1,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17700,0,0,0,0,'',295,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6,2,0,6),(297,4044,38,0,8,13,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Gathering Idols','Recently, just before the Troggs surfaced within the site, we had uncovered a large number of strange, carved idols. But we didn\'t have the chance to study them, for soon after their discovery the Troggs chased us away from the ruins! And those idols have a strange effect on the Troggs. It makes them go berserk!$B$BBring me 8 idols - I want to study them, and I want them out of Trogg hands! You can find the idols on the Troggs infesting the site.','Bring Magmar Fellhew 8 Carved Stone Idols.','You got them! Nicely done, $N!$B$BAnd you don\'t look too worse for wear, even with those berserk Troggs about. I\'m going to keep my eye on you...you show some promise.','Do you have those Idols? We must study them and report our findings to Ironforge!','','','','','',2636,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5241,6186,3154,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',436,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(298,4044,38,0,0,10,15,0,1101,0,0,0,0,0,0,0,0,301,2637,1,'Excavation Progress Report','I need a progress report sent to Thelsamar - a progress report, and a restatement of my request for more blastpowder! Here\'s the report. Take it to Jern Hornhelm. He\'s our local contact in Thelsamar.$B$BIt\'s not a difficult task, but it must be done.','Bring Ironband\'s Progress Report to Jern Hornhelm in Thelsamar.','Bah! Ironband\'s having trouble with the Troggs. I wonder if he wants that blastpowder to aid his digging, or to aid his efforts against the Trogg beasts...$b$bWell, either way it\'s powder well spent!$b$bBut what\'s strange is, I sent him plenty of blastpowder weeks ago. I wonder where it went...','Oh, a progress report from the site? Very good!','','','','','',2637,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(299,4044,11,0,8,25,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Uncovering the Past','Just before the invasion I uncovered a large tablet called the Goaz Stone. The translated text breaks off in 4 places. The text speaks of a \"divine plan\" and a \"doomed prophecy.\"$b$bI fear we are running out of time. I am too old to go down and brave those beasts. But you are strong.$b$bScour the excavation site and uncover the 4 missing tablet fragments: Ados, Modr, Golm and Neru. Search for them in ancient artifacts or where the soil is loose. Bring them to me so I can begin unlocking the mystery!','Prospector Whelgar wants you to scour the excavation site in search of the 4 missing tablet fragments: Ados, Modr, Golm and Neru.','Ah the Goaz Stone is complete! Fine work, $N. Fine work indeed. Now I can continue with the delicate translation of this Titan script. I can make out new words already! Hmm. . .it says here, \"Old Gods. . .Chained Beneath the Land.\" This is the beginning of something epic.','Have you uncovered the four fragments yet, $N? Ados, Modr, Golm and Neru...','','','','','',2658,2659,2660,2661,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2913,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(301,4044,38,0,0,10,15,0,1101,0,0,0,0,0,0,0,0,302,2637,1,'Report to Ironforge','We\'ll need approval to get Ironband more blastpowder. You\'ll have to take his report to the Explorers\' League headquarters in Ironforge.$B$BHere\'s the report. Give it to Prospector Stormpike, and don\'t forget to duck after you deliver it. Stormpike is hotheaded, and he won\'t be happy to hear of Ironband\'s slow progress at the site.$B$BYou\'ll find Stormpike in the Assembly of Explorers.','Take Ironband\'s Progress Report to Prospector Stormpike.','Curse that Ironband! I sent him a load of blastpowder weeks ago, but he\'s made no mention of it in this report.$b$bSo...where did the blastpowder go?!?','We Stormpikes don\'t like being bothered with trivial matters, $C. I hope you brought news worthy of my valuable attention.','','','','','',2637,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',298,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(302,4044,38,0,8,10,15,0,1101,0,0,0,0,0,0,0,0,273,0,0,'Powder to Ironband','If Ironband still needs blastpowder, then by Magni he\'ll have it! I sent the approval on ahead with a messenger to Jern Hornhelm in Thelsamar. He\'ll prepare the powder and other supplies to take to Ironband.$B$BAnd one more thing: I want you to personally see that the shipment of powder reaches its destination. The last one didn\'t, so keep your mind sharp and your eyes open.','Speak with Jern Hornhelm at Thelsamar in Loch Modan.','What? Stormpike wants you to personally see the shipment to Ironband?$b$bI... suppose that\'s fine, the only problem is, I\'ve already sent Huldar with the porters, Miran and Saean. You just missed them, they left just a short while ago.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',301,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(303,4044,11,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Dark Iron War','War rages both home and abroad. While mighty Dwarven soldiers give their lives in far off territories in the name of the Alliance, our own lands fall prey to the evil deeds of the Dark Iron Dwarves. They laid waste to the Thandol Span. Dun Modr fell soon after.$b$bWe need you to gather force and push the front back. If you can kill 10 Dark Iron Dwarves, 5 Tunnelers, 5 Saboteurs and 5 Demolitionists, the reserve might arrive in time to finish the drive.$b$bNow make haste!','Motley Garmason at Dun Modr wants you to kill 10 Dark Iron Dwarves, 5 Dark Iron Tunnelers, 5 Dark Iron Saboteurs and 5 Dark Iron Demolitionists.','You upheld your orders well, $C. You have proven yourself to be a valiant soldier and loyal servant to King Magni and for that I salute you! With the pressure you applied to the Dark Iron encampment, we now stand a chance of driving them off our lands for good. . .if only the damned reserve would show. . . .','Roggo has been unable to contact the reserve forces. We need offensive pressure on that Dark Iron encampment, $c. Now get back out there and serve your duty to King Magni!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1051,1053,1052,1054,10,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,5),(304,4044,11,0,8,26,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Grim Task','Many of my soldiers died in the battle of Dun Modr. My own brother perished when the West Bridge over the Thandol Span was destroyed. Aye, the Dark Iron dwarves are a devilish breed. From what Roggo was able to gather, the leader of the thugs in the Wetlands is a warlock named Balgaras the Foul. He is quite a coward, sending his soldiers to do his bidding but hides in his camp on Direforge Hill, to the southeast.$b$bIf you can find the spineless scum, slay him and bring me his ear. I will reward you, $c.','Kill Balgaras the Foul and bring his ear to Longbraid the Grim outside of Dun Modr.','Balgaras the Foul is finally dead. While his death will not bring back the many innocent dwarves who died needlessly by his hand, it will help to restore peace of mind to those who survived. With Balgaras dead, the remaining Dark Iron scum should be easy enough to manage. Now, we must wipe them out before a new leader is sent to these parts.$B$BYou have done well, $C.','Were you able to locate Balgaras the Foul yet, $C? He has been evading us for quite some time.','','','','','',3639,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2916,2917,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,6,0,0,5),(305,4044,11,0,8,21,24,0,1101,0,0,0,0,0,0,0,0,306,0,0,'In Search of The Excavation Team','Oh my, you must be the scout Longbraid said he would send! You cannot imagine how worried I have been.$b$bMy wife, Merrin, has been sending me letters each week for the past month. She is part of the Whelgar Excavation team. But it has been nearly two weeks since her last correspondence. Surely something is wrong!$b$bLongbraid said that he would send a scout to check up on things if we did not hear from the team soon. I assume that scout is you, $N. Find Merrin at the excavation site to the east!','Tarrel Rockweaver wants you to travel to the Excavation Site and contact Merrin Rockweaver.','Oh, thank the heavens you are here!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,5,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,3),(306,4044,11,0,0,21,24,0,1101,0,0,0,0,0,0,0,0,0,2639,1,'In Search of The Excavation Team','It was horrible! We were uncovering some rare artifacts and we began to discover these large bones.$b$bBefore we knew what was happening, these Mottled Raptors overwhelmed the dig site. Many lives were lost.$b$bOrmer here -- so brave -- saved the Prospector and me. He defended us as we ran for shelter. Now we are trapped. And our hard work lies in ruin.$b$bHere, take this note back to my sweet Tarrel. It will explain the situation to him.','Return to Tarrel Rockweaver at Menethil Harbor in Wetlands with Merrin\'s note.','Such horrible news! At least 3 of them survived. But when will the killing end? I long for the day when King Magni\'s subjects can live without fear.','Were you able to find Merrin? Did she send word?','','','','','',2639,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,'',305,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,3,5,6,1,0,0,0,0,0,6,0,0,2),(307,4044,38,0,8,9,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Filthy Paws','The Silver Stream Mine to the east ran dry long ago. It was converted by the Miners\' League into a storage depot, but now Kobolds have moved in, putting their filthy paws on good, Dwarven tools!$B$BWe\'ll root out those vermin soon enough, but the League wants someone to get their gear out of the mine before we warriors tromp in there and break things. It\'ll be a tough delve - you might want cohorts at your side.$B$BThe gear is stored in Miners\' League Crates throughout the mine. Good luck.','Go to the Silver Stream Mine and collect 4 loads of Miners\' Gear.$B$BReturn to Mountaineer Stormpike.','Did you see a lot of Kobolds in there? I can\'t wait for the order to clear them out of the mine. The thought of their grimy hands clawing around our mine makes my stomach rumble!','Do you have that Miners\' Gear, $N?','','','','','',2640,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3166,3161,3160,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',1339,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(308,4044,1,0,8,1,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Distracting Jarven','','','For me? You\'re a true hero, $N!','Hmph! There is all this booze down here. but I have strict orders not to touch it. If only I could get a taste of some of our Thunder Ale...that would sharpen my wits, no lying!','','','','','',2686,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',403,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(309,4044,38,0,2,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Protecting the Shipment','Ready to go, $n?$b$bFirst, we need to get this powder to Ironband. It\'ll be a lot for me to carry, and these parts can get dangerous -- and who knows what else the Dark Irons might have in store for me.$b$bI\'ll feel a lot better with you coming along.','Ensure Miran and the shipment arrive at the excavation site, then inform Prospector Ironband.','Oh, thank the Light the powder is here. But it is troubling news that you bring as well. To think that the Dark Irons have sympathizers able to procure this sort of material for their dastardly plans.$b$bThat\'s a matter for someone else to consider, some other time. I must put this powder to good use.','','Escort Miran to the excavation site','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3217,6188,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',454,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,273,0,0,0,0,0,0,1,0,0,5),(310,4044,1,0,0,2,6,0,1101,0,0,0,0,0,0,0,0,311,2548,1,'Bitter Rivals','I have to admit, those Thunderbrews make some good drinks. But they need to learn that theirs isn\'t the only decent brew! Maybe you can help me teach them that lesson...$B$BHere, take this barrel of Barleybrew Scalder. Sneak into the basement of the Thunderbrew Distillery in Kharanos and switch it with one of their barrels of Thunder Ale. Then we\'ll see how their patrons like my brew over theirs!$B$BAnd if the barrels are guarded, then you might have to distract the guard ...','In the basement of the Thunderbrew Distillery in Kharanos, replace a barrel of Thunder Ale with a Barrel of Barleybrew Scalder.','You quickly place Marleth\'s barrel of Barleybrew Scalder among the Thunderbrew barrels.','The date on this barrel shows that it\'ll soon be tapped.','','','','','',2548,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(311,4044,1,0,0,2,7,0,1101,0,0,0,0,0,0,0,0,0,2666,1,'Return to Marleth','Having inserted a barrel of Marleth\'s Scalder in the Kharanos Distillery\'s cellar, you grab a barrel of Thunder Ale as proof of the deed...','Bring the barrel of Thunder Ale to Marleth Barleybrew at the Brewnall Village.','Not bad, $N! Did you have a hard time getting past their guard?$b$bNo matter - many thanks, and if you\'re ever in need of stout with a kick, don\'t forget the Barleybrews!','Did you make the switch?','','','','','',2666,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',310,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(312,4044,1,0,8,7,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Tundra MacGrann\'s Stolen Stash','I had a month\'s worth of dried meats salted and locked away for the cold season. Kept it locked so the bears wouldn\'t get it! But while I was off hunting deer, that beast, Old Icebeard, made off with the meat locker. He won\'t be able to smash through that Thorium though. But I\'ll starve if I can\'t get my meats back.$b$bYou seem a bit more stealthy than me. Perhaps you can retrieve my stash? I\'ll never make it in and out of that cave fast enough with this bum leg of mine.','Retrieve Tundra MacGrann\'s dried meats from the stolen meat locker in Old Icebeard\'s cave.','What a kind soul you are, $N! Thanks to your bravery I won\'t find myself starving when the cold season flurries blow in.','Were you able to get into my meat locker, $N?','','','','','',2667,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6177,10550,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(313,4044,1,0,8,4,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Grizzled Den','Driving a Siege Engine isn\'t for everyone. It takes an iron grip and nerves of steel...lucky I have both! How about you? How\'s your mettle? Want to prove it to me?$B$BWell...I\'m looking to make my engine, Trollplow, a little more cozy. How about you get me a heap of Wendigo Manes from the Grizzled Den, west of Kharanos. Those manes would make a great rug for Trollplow\'s inside deck!','Gather 8 Wendigo Manes and bring them to Pilot Stonegear.','Ah yes, these manes will work great! You show a lot of grit, $C - I wager we\'ll see great things from you.','Hey, $N. Been to the Grizzled Den yet? Those Wendigos can be fierce.','','','','','',2671,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(314,4044,1,0,8,6,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Protecting the Herd','We heard the cries in the middle of the night. Then this morning, sure enough, the herd was missing two rams. That dastardly beast known as Vagash has been preying on our livelihood. With most of King Magni\'s army off in distant lands fighting with the Alliance, there is no one to keep Vagash at bay.$b$bPerhaps you are brave enough to seek out the beast and slay him. Bring me one of his fangs and I will reward you. Vagash lurks just above the ranch here, but be warned, he is deadly.','Rudra Amberstill wants you to slay Vagash and bring his fang to her at the Ram ranch.','Very well done! Veron will be so happy when he hears the good news. To kill Vagash is no easy task. I imagine one day you\'ll be fighting alongside King Magni\'s men on the Alliance Front.','Vagash still terrorizes the herd! Please help us by killing the wretched beast.','','','','','',3627,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10549,2817,3103,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(315,4044,1,0,8,5,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Perfect Stout','I\'m on a quest, a quest to make the perfect stout. I know I can do it -- brewing\'s in my blood. I just need to find the right recipe...$B$BThe Frostmane trolls grow a plant, shimmerweed, high up in the hills to the east. They use it in their strange, tribal rituals. We dwarves haven\'t found much use for it, but it has a unique taste...and I want to experiment with it in my brews!$B$BGet me some shimmerweed from Frostmane seers, or swipe it from the trolls\' shimmerweed baskets.','Bring 6 Shimmerweeds to Rejold Barleybrew in the Brewnall Village.','Great! I can\'t wait to use these in some of my recipes. There\'s one in particular I think it\'ll work great in...','Do you have that Shimmerweed? I almost have a batch of stout ready to brew, and I want to try throwing the weed in with this mixture.','','','','','',2676,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2905,2326,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',415,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(316,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',2688,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20371,20651,22114,22780,33079,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(317,4044,1,0,8,2,6,0,1101,0,0,0,0,0,0,0,0,318,0,0,'Stocking Jetsteam','I\'m preparing to start a mission for the Siege Brigade. It\'s a long one, and I need to stock Jetsteam with a month\'s worth of supplies. So while Steelgrill is working on my tank, can you do some hunting for me?$B$BI\'ll need some fur for bedding, and boar meat for food. You can get meat from boars and fur from the bears... you can find them both in the snow fields south of the Grizzled Den.','Gather 4 Chunks of Boar Meat and 2 Thick Bear Furs, and deliver them to Pilot Bellowfiz at Steelgrill\'s Depot.','By Magni\'s beard, you sure did a lot of hunting!! Thank you, $N.','Preparations are going well. How goes your hunting?','','','','','',769,6952,0,0,0,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,350,350,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(318,4044,1,0,8,2,7,0,1101,0,0,0,0,0,0,0,0,319,0,0,'Evershine','Rejold Barleybrew experiments with his brews. Some of them taste good, some bad, and some...well, some will lay all but the stoutest dwarf flat.$B$BHe lives at Brewnall Village, west of Kharanos, and one of his drinks, Evershine, is what I want. It\'ll help keep me warm while I\'m on the cold road.$B$BAnd...the blessed stuff burns so hot I can throw it in Jetsteam\'s furnace for a burst of power! That little tactic has gotten me out of more than one tight spot.','Get a cask of Evershine from Rejold Barleybrew in Brewnall Village.','Bellowfiz needs some of my Evershine? Hm...all right.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-5367.95,299.87,1,90,0,0,0,0,'',317,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(319,4044,1,0,8,2,8,0,1101,0,0,0,0,0,0,0,0,320,0,0,'A Favor for Evershine','I have a cask of Evershine handy, but...can you do me a favor? Brewnall village could use a hand against the wild animals that wander the nearby snows. Sometimes they wander close.$B$BWe\'re not afraid of these bears and cats and boars - no self respecting dwarf would be - but if you can take care of those animals for us, then we\'d have more time for our crafting and brewing.','Kill 6 Ice Claw Bears, 8 Elder Crag Boars, and 8 Snow Leopards, and then return to Rejold Barleybrew in Brewnall Village.','Thank you, $N. It\'ll be nice to work our crafts without hearing so many growls and snorts outside the village.','Have you taken care of those wild animals?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1196,1127,1201,0,6,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',318,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(320,4044,1,0,0,2,8,0,1101,0,0,0,0,0,0,0,0,0,2696,1,'Return to Bellowfiz','Here\'s your cask of Evershine, $N. And again, thank you for the hunting earlier.','Give the cask of Evershine to Pilot Bellowfiz at Steelgrill\'s Depot.','Yes, this will do just fine. I think I\'ll open a bottle right now and have a taste...','Did you get that Evershine?','','','','','',2696,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,1010,10547,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',319,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(321,4044,10,0,8,20,29,0,1101,0,0,0,0,0,0,0,0,324,0,0,'Lightforge Iron','The shipwrecks off the shore here are the doomed Third Fleet of Kul\'Tiras, burned and sunk by Red Dragons during the last Great War.$B$BThe Fleet hailed from Lordaeron, but one ship, an Elvish Destroyer: Flying Osprey, was with it. It was shipping a load of Lightforge Iron and joined the Third Fleet for protection. Ironic that it sunk to the same dragons...$B$BEnough history. The Flying Osprey is wrecked to the south of Menethil Harbor. If you find the Lightforge Iron there, bring it to me.','Search the wreckage of The Flying Osprey in the Wetlands.','This chest is waterlogged, and its siding broken. Many claw marks mar both the inside and outside of the chest...as if Murlocs have searched through it and stolen its treasure.$b$bBut tucked deep within the chest is a single Lightforge Ingot. Unfortunately, many more will be needed if enough metal to fashion a weapon is to be gained.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2702,0,0,0,1,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',270,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(322,4044,10,0,0,20,29,0,1101,0,0,0,0,0,0,0,0,325,2712,1,'Blessed Arm','There is a dwarven weaponsmith in the Dwarven District of Stormwind who can craft with lightforge iron. His name is Grimand Elmore.$B$BI\'ve packed the iron you found into a crate. Take it to Grimand and tell him your tale. I\'m sure he\'ll oblige someone on a quest such as yours, and craft for you a weapon - a weapon to give even Morbent Fel worry!','Take the Crate of Lightforge Ingots to Grimand Elmore in Stormwind.','That is quite a tale you have. And lightforge iron! Not for years have I worked with such a metal. It will be an honor to craft with it again. And you must return to me later with the story of your battle against the Necromancer.$b$bBut we get ahead of ourselves. First, your weapon against Morbent Fel...','How might I ply my craft for you, $C?','','','','','',2712,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',324,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(323,4044,10,0,8,20,28,0,1101,0,0,0,0,0,0,0,0,269,0,0,'Proving Your Worth','Morbent Fel is a necromancer, and an ally to the dark riders. I would pit you against the power of Morbent Fel, but I will not send you against that vile fiend without first knowing your strength.$B$BYou have already proven your bravery to me, but if you truly wish to face the necromancer, then you must now prove your skill against his minions.','Kill 15 Skeletal Raiders, 3 Skeletal Healers and 3 Skeletal Warders, and then return to Sven.','Your skill in combat, $N, can not be doubted. Your resolve may yet see us through to the end of Morbent Fel!','Battle hard, $Nn. And do not despair, for despair is evil\'s greatest weapon.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1110,787,785,0,15,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',268,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(324,4044,10,0,8,20,29,0,1101,0,0,0,0,0,0,0,0,322,0,0,'The Lost Ingots','Having grabbed the single lightforge ingot from the waterlogged chest, it is clear that murlocs have stolen the rest. Hunt the murloc raiders near the Flying Osprey wreckage for the lost lightforge iron.','Gather 5 Lightforge Ingots, then return to Glorin Steelbrow in the Wetlands.','Ah, you found them! Now let\'s get this lightforge iron hammered into something useful, eh?','Did you find the lightforge iron you need?','','','','','',2702,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',321,0,0,0,'526',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(325,4044,10,0,0,20,29,0,1101,0,0,0,0,0,0,0,0,55,7297,1,'Armed and Ready','Here is the weapon against the fiend of which you spoke. You\'re all ready, $N. Best of luck to you, and I look forward to your tale of glory!','Bring Morbent\'s Bane to Sven in Duskwood.','Ah, this will be proof against the fiend Morbent Fel! Well done!$b$bYou are ready. Morbent Fel will fall.','Hello, $N. You haven\'t been gone that long, but I see a fire in your eyes I did not see before.','','','','','',7297,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',322,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(326,5875,28,0,8,50,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'','x','x','','','','','','','',17114,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,529,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(327,5875,38,0,8,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(328,4044,33,0,0,30,37,0,1101,0,0,0,0,0,0,0,0,329,2719,1,'The Hidden Key','Although no mention of Private Thorsen is found in these records, hidden within the binding of one of Herod\'s ledger books is a small, brass key.$B$BAnd after further study of his notes, a few references to a \"secure strongbox\" are contained among various papers. The box is somewhere within the Stockpile - the cavern complex at the back of Kurzen\'s Compound.$B$BIf this secure strongbox is found, and the small brass key can open it, then perhaps the mystery behind Thorsen\'s detection will be revealed.','Use the Small Brass Key to open Bookie Herod\'s Strongbox.','Opening the strongbox, it\'s clear that this is where Herod keeps his more valuable coins and items.','The strongbox is bound in bronze, very sturdy, and very heavy.','','','','','',2719,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4122,0,0,0,1,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-11379.6,-711.09,1,11100,0,0,0,0,'',200,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(329,4044,33,0,0,30,37,0,1101,0,0,0,0,0,0,0,0,330,2720,1,'The Spy Revealed!','Among the valuables of the strongbox is a muddy, scribbled note. Although barely legible, it looks to be an itinerary for Private Thorsen. It details his patrol routes, who he speaks with and how he spends his time with the rebels. It\'s signed with only one letter: -M.$B$BBut whoever wrote this note must have stayed very close to Thorsen. Whoever wrote this note is the traitor within the rebel camp.','Take the Muddy Note to Lieutenant Doren at the Rebel Camp.','Thank you, $N. This note is the clue we need to root out the traitor!','Did you discover who knew Thorsen\'s secret? Is there a traitor among us?','','','','','',2720,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',328,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(330,4044,33,0,8,30,37,0,1101,0,0,0,0,0,0,0,0,331,0,0,'Patrol Schedules','The note you gave me is signed with an \"-M\"...I don\'t know what that could mean.$B$BBut...the note also says this person shared patrol routes with Thorsen last week. So whoever shared patrol with Thorsen last week must be the traitor!$B$BGo to Corporal Sethman. He handles the patrol schedules and can tell you who was with Thorsen.','Speak with Corporal Sethman.','Oh, yes I can check that for you. Let\'s see...last week it was...$B$B...why, it was Private Merle scheduled with Thorsen. They had the same patrol times all of last week.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',329,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(331,4044,33,0,8,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Report to Doren','Did Lieutenant Doren want you to report back to him with that patrol information?','Speak with Lieutenant Doren.','It pains me to find out it was Merle who betrayed us. He has always been a brave soldier, and I had thought his heart was true. But it is a great relief to have found him out - with a spy like him among us...we would not last long against Colonel Kurzen.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4139,4123,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',330,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(332,4044,1519,0,0,1,2,0,1101,0,0,0,0,0,0,0,0,0,2722,1,'Wine Shop Advert','If you talk to anyone about wine, then you know we Gallinas sell the best wine in Stormwind. And we\'re not far, still in the Trade District along the city\'s lovely canals.$B$BHere, take this pamphlet. Bring it to my sister Suzetta at our shop for a complimentary bottle of our famous pinot noir. You won\'t regret it!','Go to the Gallina Winery, and bring Suzetta Gallina the Wine Ticket for a free bottle of wine.','Ah, so you\'ve seen Renato? Well here you are, sir. A bottle of our special pinot noir. You\'ll not find its equal in all of Azeroth!','Greetings and welcome, $N. Have you yet tried one of our fine wines?','','','','','',2722,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2723,0,0,0,1,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(333,4044,1519,0,0,1,2,0,1101,0,0,0,0,0,0,0,0,0,2724,1,'Harlan Needs a Resupply','We\'ve been doing a lot of business lately. It seems like everyone is buying armor and sturdy clothes. Almost like they expect a cold, harsh season ahead...$B$BBut those are future worries. My worry today is that I\'m running out of knitted clothing to sell. I need another load from our supplier.$B$BIf you can take this request to Rema Schneider at the Canal Tailor and Fit Shop, I\'d be most grateful.','Go to the Canal Tailor Shop and bring Rema Schneider the Cloth Request from Harlan Bagley.','It says here that Harlan\'s business is booming. That\'s good news, but I wonder why people have need of all that armor. I\'ve heard nothing of open war... is there something the nobles aren\'t telling us?$B$BWell, thank you for bringing the request. Here\'s your payment, and I\'ll see to it that Harlan gets his supplies.','You bring word from Mr. Bagley?','','','','','',2724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,17,0,0,0,0,0,0,0,-8776.29,696.6,1,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(334,4044,1519,0,0,1,2,0,1101,0,0,0,0,0,0,0,0,0,2760,1,'Package for Thurman','My son Thurman is an apprentice at the Larson Clothiers, in the Mage\'s Quarter. He was in a hurry today and forgot his shears and needles. I know a great $C like you must have important tasks at hand, but without his tools Thurman can\'t do his apprentice work!$B$BPlease, $N. Can you take my son\'s sewing kit to him? Larson Clothiers is one of two clothing shops in the Mage\'s Quarter - it\'s the one deeper in, near the Mage\'s Tower.','Go to the Larson Clothiers in the Stormwind Mage Quarter, and give Thurman Schneider his Sewing Kit.','Oh, blast! I thought forgetting my kit would free me from work. Now I guess I\'ll have to help the Larsons with their sewing...$B$BOh, well. Fun will come later I guess.','Are you here to buy clothes?','','','','','',2760,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(335,4044,1519,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,336,0,0,'A Noble Brew','Lord Wishock is causing quite a stir amongst the House of Nobles. He was made aware of our little \"establishment\" down here and is lobbying for a full investigation. I have a plan to keep Wishock \"preoccupied,\" but I\'ll need your help. $b$bThere is a flower growing in the Garden of Stalvan on the outskirts of Darkshire. This small white flower is known as the Tear of Tilloa. I will also need a Musquash Root, found only at the very base of the falls far beneath the Stonewrought Dam in the Wetlands.','Zardeth the Black Claw wants you to bring him a Tear of Tilloa from Darkshire and a Musquash Root from the Wetlands.','Most excellent! These are fine samples indeed!','Wishock will soon garner enough support to cause us much grief. Were you able to obtain the Tear of Tilloa or Musquash Root yet?','','','','','',2779,2784,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,5),(336,4044,1519,0,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,2788,1,'A Noble Brew','Lord Wishock, like all men, has his weaknesses. His happens to be a fondness for liquor. The hypocrisy is astounding. The trite fool spends his days trying to shut down our little \"tavern\" while his nights are spent upstairs, running up a bill he never pays. Well, let\'s see how Wishock likes this special brew I have prepared for him: Black Claw stout. It\'s got quite a kick, $n.$b$bTake it to him and see how he likes it. Most likely the old fool is milling about the Hall of Petitioners.','Take the Black Claw Stout to Lord Wishock in the Hall of Petitioners.','Ah, thank you for bringing me this fine looking stout, servant. Here\'s a copper for you. Now, out of sight with you and let me enjoy my drink!','Can you not see that I am busy? My words must be heard! I am very important to the future of this Kingdom!$B$BOh... what have you there? Why it looks like a refreshing drink...','','','','','',2788,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',335,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,5,0,0,5),(337,4044,10,0,0,20,25,0,1101,0,0,0,0,0,0,0,0,538,2794,1,'An Old History Book','Although the cover of this book is marred by scratches and caked with mud, the words \"The History of Stormwind\" can still be read along its spine. Upon opening the book, the seal of the Stormwind Library is clearly stamped on the book\'s first page.$B$BIt looks like someone checked out this book, and never returned it...','Return the book: The History of Stormwind, to the Stormwind Library.','Oh my! This book hasn\'t rested on these shelves since before the rebuilding of Stormwind, years ago. It will have to be restored of course, it\'s in bad shape, but I would be honored to place it within our rare books collection.$B$BThank you, $N. Please accept this as payment for returning the book!','Ooh! What\'s that old book you have there? Can I see it??','','','','','',2794,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(338,4044,33,0,8,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Green Hills of Stranglethorn','Master Nesingwary will be so upset if he finds out!$b$bHe trusted me to proofread the manuscript of his novel, The Green Hills of Stranglethorn. Everything was going well, but a large gust of wind blew through the camp and scattered the pages everywhere!$b$bI was able to gather most of the pages but many are still strewn about the jungle. Collect the pages to complete each of the four chapters.$b$bI will help you organize them. Return the chapters to me once you have all four.','Collect the missing pages from The Green Hills of Stranglethorn manuscript. Once all four chapters are complete, return them to Barnil.','You\'ve certainly saved me a heap of trouble, $N! I can\'t thank you enough. It shouldn\'t be long now until we see Master Nesingwary\'s book in libraries throughout the world!','Have you assembled the chapters yet, $N?','','','','','',2756,2757,2758,2759,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17688,8173,3928,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',583,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,18,1,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,7),(339,4044,33,0,8,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chapter I','Chapter I was quite riveting! Master Nesingwary sets the backdrop for the story and makes mention of his hunting companions, including me! $b$bBut that\'s besides the point. Let me see which pages are still missing. It seems pages 1, 4, 6 and 8 are still out there somewhere in the jungle!','Bring pages 1, 4, 6, and 8 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete Chapter I.','At last! Chapter I is complete!','I don\'t suppose you were able to track down pages 1, 4, 6 and 8? Those four are all we need to piece Chapter I back together.','','','','','',2725,2728,2730,2732,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',583,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,2),(340,4044,33,0,8,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chapter II','Chapter II was chock full of exciting tales of panther and tiger hunting. I could just kick myself for letting the pages blow away! $b$b It seems I was able to recover all of the pages with the exception of pages 10, 11, 14, and 16.','Bring pages 10, 11, 14 and 16 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete Chapter II.','Chapter II is finally complete! Well done!','We still need pages 10, 11, 14 and 16 to complete Chapter II, $N.','','','','','',2734,2735,2738,2740,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2757,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',583,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,2),(341,4044,33,0,8,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chapter III','Chapter III was my favorite. It tells of Sir Erlgadin and Lady Rouack\'s first kill with a dwarven rifle. And the end of Chapter III, why, such a cliffhanger! $b$bLooks to me as though we still need pages 18, 20, 21 and 24 to finish the chapter. Those pages are out there somewhere. . .','Bring pages 18, 20, 21and 24 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete Chapter III.','Phew! Good work, $N. Chapter III is now back together in one piece!','Any luck with pages 18, 20, 21 or 24? Those are the only ones we need to piece together Chapter III.','','','','','',2742,2744,2745,2748,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2758,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',583,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,2),(342,4044,33,0,8,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chapter IV','Ah Chapter IV; the big finale! And what an ending it was! $b$bWe are only missing three pages for this chapter. We need pages 25, 26 and 27 to put Chapter IV back together.','Bring pages 25, 26, and 27 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete Chapter IV.','Superb! We now have Chapter IV ready to go!','We just need three pages to finish off Chapter IV, $N. Do you have pages 25, 26 or 27 yet?','','','','','',2749,2750,2751,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',583,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,2),(343,4044,1519,0,8,20,24,0,1101,0,0,0,0,0,0,0,0,344,0,0,'Speaking of Fortitude','I\'m giving a speech on the Fortitude of the Spirit, and I\'d like to recite passages from a particular book on metallurgy - \"The Stresses of Iron.\" A copy of this book should be in the Royal Library, within Stormwind Keep. Can you retrieve it for me? If so, then may the blessings of the Light be with you!$B$BThe Royal Library is very large, but the head librarian, Milton Sheaf, knows each shelf like it was his own son. Speak to him, he\'ll retrieve the book for you.','Go to the Royal Library in Stormwind Keep and speak with Milton Sheaf. He can find for you the book on metallurgy that Brother Kristoff needs for his speech.','Metallurgy? Ah yes, we have many books on the subject, and are happy to aid Brother Kristoff with his speech! Now...which particular book was it the good brother needed?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8335.94,398.29,1,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(344,4044,1519,0,8,20,24,0,1101,0,0,0,0,0,0,0,0,345,0,0,'Brother Paxton','The Stresses of Iron? Yes, I know the book. Quite a good one, written by the Dwarven miner Margulf Blaggon a few decades ago. He spent most his time deep in the mountains of Khaz Modan, digging ore. Smart fellow!$B$BBut where was I? Oh yes, the Stresses of Iron! I\'m afraid the book was moved to the Northshire Abbey. The caretaker of the Abbey\'s library, Brother Paxton, wanted to make a copy of the book for his own shelves.$B$BBut that was months ago. I wonder why it\'s taking him so long...','Speak with Brother Paxton in the Northshire Abbey.','Mr. Sheaf is wondering where his book is? Well this is a tad embarrassing. I have the book, but I\'m still making my copy and I\'m not quite ready to give the original up!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8876.67,-184.32,1,2940,0,0,0,0,'',343,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(345,4044,1519,0,8,20,24,0,1101,0,0,0,0,0,0,0,0,347,0,0,'Ink Supplies','I\'ve been meaning to finish my copy of The Stresses of Iron, but...$B$BWell you see, I make my own ink for books I copy. It\'s my own recipe; it doesn\'t run or smear, and it dries very quickly. Unfortunately, it dries too quickly! My last batch dried up before I could finish the copying job, and I haven\'t had the chance to make more ink!$B$BTo make more I need Rethban Iron Ore from the Redridge Mountains. Foreman Oslow in Lakeshire is my usual supplier.','Speak with Foreman Oslow in Lakeshire and ask him for Rethban Iron Ore.','You need what?? Maybe you haven\'t noticed, but we\'re busy fortifying Lakeshire\'s defenses and repairing damage from recent orc attacks. If you need Rethban Iron Ore, you\'ll have to get it yourself!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,'',344,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(346,4044,1519,0,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,2795,1,'Return to Kristoff','Now that I\'ve finished copying the book, here\'s the original Stresses of Iron. Thank you for your patience, and if you see Milton please tell him I\'m sorry for the long delay.','Return to Brother Kristoff in the Cathedral Square. Give him the book The Stresses of Iron.','That\'s the one! Thank you, $N. May the Light shine brightly upon both your body and spirit!','Were you able to find the book?','','','','','',2795,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6095,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',347,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(347,4044,1519,0,8,20,24,0,1101,0,0,0,0,0,0,0,0,346,0,0,'Rethban Ore','Rethban Ore is named after the man who first found it, Bart Rethban. When smelted it\'s not as strong as iron, but its ore has a dark, flat color that some scribes use in their dyes. It can be found in the Rethban Caverns, north of here.$B$BWe usually have some in stock, but we\'re too busy preparing for Orc attacks to gather any. And besides...Redridge Gnolls are now living in the Rethban Caverns and their Drudgers are gathering the ore themselves.$B$BSo if you need some, you\'ll have to get it yourself.','Gather 5 loads of Rethban Ore and bring it to Brother Paxton in the Northshire Library.','Oh, splendid! I can use this ore to make my dye, and then can finish copying The Stresses of Iron.$B$BThank you, $N!','Do you have the Rethban Ore?','','','','','',2798,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',345,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(348,4044,33,0,8,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stranglethorn Fever','Sick...so...very s-s-sick....$b$b...have contracted Stranglethorn Fever...deadly v-v-virus...$b$b...only cure...is...is...to eat the heart of M-m-m-m-mokk the Savage...elusive white beast...$b$b...Witch doctor Unbagwa...only one who can s-s-summon....$b$b...seek Unbagwa in hidden cave on southern cape...$b$b...hurry...dying...dying....','Seek out Witch Doctor Unbagwa and have him summon Mokk the Savage. Bring the Heart of Mokk to Fin Fizracket.','...feel strength returning....$B$BWhere might be? Booty Bay? Oh my! I had the strangest dream...$B$B...the weakness has not completely left me....','....mother?$b$b...so cold...$b$b...heading into the Twisting Nether...h-h-h-hold me mother....','','','','','',2797,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4113,0,0,0,1,0,0,0,21,87,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(349,4044,33,0,8,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stranglethorn Fever','temp text 02 - description','temp text 02 - log','Witch Doctor Unbagwa like Gorilla Fangs! For you I talk to spirits. Make Mokk the Savage come.$b$bYou protect Witch Doctor Unbagwa from other Gorilla-beast through or no Mokk for you!','Witch Doctor Unbagwa knows what Mokk the Savage like. Yes, yes!$b$bMe speak with spirits and make he come, I do.$b$bBut other Gorilla-beast like spirit talkin\' too. You protect Witch Doctor Unbagwa and I make he come to you.$b$bWitch Doctor Unbagwa want something first. You bring a Gorilla Fang and me start spirit talking!','','','','','',2799,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,1,0,0,0),(350,4044,1519,0,8,16,31,0,1101,0,0,0,0,0,0,0,0,2745,0,0,'Look to an Old Friend','That Marzon would be contacting a member of the Defias and have ties to Lescovar...$B$BHaving killed VanCleef and Thredd, it would be hard to see Lescovar brought to proper justice, as your evidence is nothing without their testimonies. That is not even considering the fact that Lescovar is a noble and well connected. It effectively makes him above the law.$B$BYou\'ll need other help. I loathe to do so, but there is someone I know that will aid us. You\'ll find Trias in the Trade District of the city.','Speak to Elling Trias in Stormwind.','You\'re kidding? Shaw wants my help again? Of all the nerve...$b$bThe Defias Brotherhood, you say? Well, you\'re certainly the bearer of wonderful news, aren\'t you? Next you\'re going to tell me that Deathwing is still alive and attacking the city.$b$bAll right, tell me everything from the beginning. And don\'t leave out something you think might not be important. I need to know it all.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',393,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,6,1,11,1,0,0,0,0,1,0,0,1),(351,4044,440,0,0,43,48,0,0,0,0,0,0,0,0,0,0,648,8623,1,'Find OOX-17/TN!','You have uncovered some sort of strange, egg-shaped device made from metal. Fiddling with one of its knobs springs the egg to life, as it opens up into some sort of gnomish robotic contraption! A voice from inside the robotic egg crackles to life.$B$B\"The name\'s Oglethorpe, and my homing robot has gone missing! I will reward you for its recovery! Please take this beacon to the robot. Excellent, I now have computed the coordinates for you! It crashed near the Gaping Chasm in Tanaris!\"','Bring the distress beacon to Oglethorpe\'s homing robot.','You place the egg... distress beacon... inside the chicken... homing robot.$b$bHums and whirs are heard from inside the robot as it struggles to stand up. After the robot comes to life, Oglethorpe\'s voice is heard once more, but now from inside the robot:$b$b\"OOX-17/TN is working at least, but it needs major repairs! It is much too heavy for you to carry it... but I think I have an idea. Are you up for watching over it some more?\"','You appear to have uncovered the wreckage of... a robotic chicken? The voice from within the egg crackles to life again:$b$b\"Yes, excellent work! This is indeed my homing robot, though my sensors indicate that it needs a jump start before it can fly back to Booty Bay for repairs. Go ahead and place the beacon inside the rover. The beacon will take care of the rest!\"','','','','','',8623,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(352,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Great Mammoda. Enormous, she was, with claws and teeth like swords. Now, I was caught off my guard, but I don\'t think being ready would have helped my cause much. One swipe and poof! Darkness. They say I\'m lucky to walk now...$b$bWell, not much enjoyment to be had in hearing that old story now, is there? Anyways, $n, if you\'d like to try yourself against her, the Lady of the Loch,','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(353,4044,1519,0,0,9,15,0,1101,0,0,0,0,0,0,0,0,0,2806,1,'Stormpike\'s Delivery','The Stormpikes are a respected dwarven clan, and are well known for their fine and discerning tastes. So it\'s no wonder that Gringer Stormpike, a Mountaineer of Ironforge, commissioned me to craft him a weapon.$B$BThe weapon is finished, but... Mountaineer Stormpike is far away, in distant Loch Modan. If you plan on traveling to the north, can you deliver this package to him?$B$BMy last message from Mountaineer Stormpike said he\'s stationed at the northern guard tower in Loch Modan.','Deliver the Package for Stormpike to Mountaineer Stormpike in Loch Modan.','Aha! So Grimand finally finished my axe! I can\'t wait to try it against some troggs and kobolds!$b$bMany thanks, $N. It was a long distance to travel for this delivery. Here are some coins for your efforts.','You come all the way from Stormwind? I hear it\'s getting dicey down there in the human lands, with brigands and orcs running about. A perfect place for a $C to prove his worth!','','','','','',2806,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,-4816.04,-2671.34,1,6300,0,0,0,0,'',1097,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,4,2,0,0,0,1000,0,0,6,0,0,5),(354,4044,85,0,8,7,11,0,690,0,0,0,0,0,0,0,0,0,0,0,'Deaths in the Family','The Agamand family was the most prosperous family in Tirisfal Glades. I used to work their mills...before the Plague.$B$BWhen the Scourge first came, the Agamands fortified their home and convinced those in their employ to remain and help them defend. We were fools, but at least we were loyal fools.$B$BThe Agamands, in their pride, doomed us to undeath. And now they are minions of the Scourge!$B$BServe the Forsaken by defeating the Agamands who fell to the Plague. Serve me by bringing me their remains.','Bring Gregor\'s Remains, Nissa\'s Remains and Thurman\'s Remains to Coleman Farthing in Brill.','Revenge has a sweet taste, don\'t you think? When you destroyed the Agamands, did you catch any hint of free will within them? I hope so. I hope they knew fear before they were smashed into oblivion.$b$bIt is a foolish hope, I know. But it is a hope I foster nonetheless.','Do you have the remains of the Agamands? Are those cursed beasts finally destroyed?','','','','','',2829,2828,2830,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',362,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(355,4044,85,0,8,7,10,0,690,0,0,0,0,0,0,0,0,408,0,0,'Speak with Sevren','You have given me the remains of the Agamands, and satisfied my desire for revenge. But the Agamand Mills hold a threat to all the Forsaken, not just to me.$B$BI have spoken to Magistrate Sevren of your exploits against the Agamands, and he wishes to speak with you.','Speak with Magistrate Sevren in Brill.','Coleman speaks well of you, $N, telling of your successful forays into the Agamand Mills.$b$bThe Forsaken have need of your talents once again...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',354,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(356,4044,85,0,8,6,11,0,690,0,0,0,0,0,0,0,0,0,0,0,'Rear Guard Patrol','The defenders on The Bulwark protecting Tirisfal from the Plaguelands are on constant alert. But sometimes Scourge will slip past them.$B$BOur success at the Bulwark depends on a one-front battle - we cannot allow an attack from the rear, nor can we allow our defenders\' supply line to be cut.$B$BAssist the Bulwark. Patrol east and slay any Scourge you find. Spend particular effort at the Balnir Farmstead to the east. It has become a haven for interloping Scourge.','Kill 8 Bleeding Horrors and 8 Wandering Spirits, then report back to Linnea at her camp.','Very good. Your efforts do much to keep the Scourge at bay. A commendation will be sent to my superior, Executor Zygand.','Do you have a report of your patrol?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1529,1532,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',3517,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(357,4044,1497,0,8,5,8,0,690,0,0,0,0,0,0,0,0,366,0,0,'The Lich\'s Identity','There is a lich who dwells on the island in Brightwater Lake to the north. Although he is a free-willed Forsaken, he believes all other Undead are Scourge slaves and has his minions attack anyone who approaches him.$B$BBut because he is Forsaken, the Queen will want him. And if he is skilled in Necromancy, then his knowledge would be...quite useful to us.$B$BTo discover his identity and his talents, I must see his spellbook. Steal into his camp and acquire it, then return to me.','Bring the Lich\'s Spellbook to Bethor Iceshard in the Undercity.','Very good, $N. I will study this book and determine the identity of that lich. You have served your Queen well.$b$b$b$bAstonishing! The book you retrieved belongs to no one other than Gunther Arcanus!$b$bGunther was a skilled Necromancer in life; he and I were friends and comrades-in-arms, before the Plague. And judging from his book he has grown even more powerful in death.$b$bHis skills would be a great boon to us.','$N, have you acquired the book?','','','','','',2833,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',405,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(358,4044,85,0,8,4,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Graverobbers','The Mass Graves, southwest of Garren\'s Haunt to the north, were made to accommodate the...impressive...number of deaths Tirisfal suffered when the Plague first came. $B$BThe bodies in these graves have so far been spared an undeath, but the Scourge now send Rot Hide Gnolls to gather the corpses and use them to bolster their armies. This cannot be allowed!$B$BYour task is twofold: slay the Rot Hides at the Mass Grave and Garren\'s Haunt, and gather from them the Embalming Ichor that gives them life.','Kill Rot Hide Graverobbers and Rot Hide Mongrels. $B$BBring 8 Embalming Ichors to Magistrate Sevren in Brill.','Expertly done, $N. The Scourge are mistaken if they think they can use those corpses against us, and the fluid you gathered from the Rot Hide slaves will be studied by our Apothecaries. It may have secrets we can use against them.$b$bAs I said, well done. But our struggle continues, and the conflict will surely offer you more chances to prove your worth to the Forsaken.','Is your task complete? Have you destroyed those dog-things and drained them of their ichor?','','','','','',2834,0,0,0,0,0,8,0,0,0,0,0,0,1941,1675,0,0,8,5,0,0,0,0,0,0,0,0,0,6063,3439,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(359,4044,85,0,8,6,9,0,690,0,0,0,0,0,0,0,0,360,0,0,'Forsaken Duties','I need a fresh report from our Deathguard waystation to the east.$B$BI must know if more Scourge forces have slipped past The Bulwark and into Tirisfal. Our vigilance on the border to the Plaguelands must be maintained - we can\'t let the Scourge get a stronger foothold here!$B$BTravel south along the road, then east at the fork to the waystation. Speak with Deathguard Linnea. She has the information I need.','Speak with Deathguard Linnea.','Magistrate Sevren wants a report? Very well: the defenders at The Bulwark are holding the majority of the Scourge at bay, but some do slip through on occasion.$b$bWe have seen sporadic Scourge activity east of this station, with a concentration around the Balnir Farmstead.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',358,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(360,4044,85,0,8,6,9,0,690,0,0,0,0,0,0,0,0,0,0,0,'Return to the Magistrate','Now return to Magistrate Sevren with the information I gave you. He\'ll want it as soon as possible, so be swift.$B$BAnd if you see any Scourge on your way back, take them down - we can\'t let them wander our lands unchallenged.','Return to Magistrate Sevren in Brill.','It is troubling to hear of the Scourge slipping past the Bulwark. The Lich King and his minions are ceaseless in their assaults.$b$bBut we will not give in. He will not take us again!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',359,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(361,4044,85,0,0,4,7,0,690,0,0,0,0,0,0,0,0,0,2837,1,'A Letter Undelivered','This is a letter written by Thurman, the eldest son of Gregor Agamand. It is addressed to an Yvette Farthing, though it does not appear to have reached her...','Find Yvette Farthing, and deliver to her the letter from Thurman Agamand.','Oh...my poor Thurman! I begged him to leave Agamand Mills with me and my father, but his family loyalty was too strong! And I knew it! I just knew it that Brand meant him harm!! Oh, curse this Plague, and the Scourge!$B$B$B$BBut regrets are for the weak. As a Forsaken, I have new goals and love is not one of them. I would thank you for delivering this letter, for I had wondered what happened to my past love.$B$BBut that life is over. Forever.','Yes?','','','','','',2837,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(362,4044,85,0,8,7,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Haunted Mills','Devlin Agamand was the younger of two sons in the Agamand family, and in life the two could not be more different. Thurman was tall and gentle while his younger brother was weak and sharp tongued.$B$BWhen Agamand Mills fell to the Plague, I was not surprised to hear that Devlin was quick to succumb. His mad chattering can still be heard near the road leading to the Agamand Mills.$B$BI\'m collecting the remains of the Agamands, and I want poor Devlin. Find him, destroy him, and bring me his bones.','Slay Devlin Agamand, and bring Devlin\'s Remains to Coleman Farthing in Brill.','Thank you. Devlin\'s bones will rest nicely on my mantle.$b$bIf my cold heart can find warmth, it is in knowing that the Agamands are destroyed. They failed me and my family when the Plague came - now I swear I will smash their remains under my heel!','Did you find Devlin?','','','','','',2831,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(363,4044,154,0,8,1,1,0,16,0,0,0,0,0,0,0,0,364,0,0,'Rude Awakening','About time you woke up. We were ready to toss you into the fire with the others, but it looks like you made it.$b$bI am Mordo, the caretaker of the crypt of Deathknell. And you are the Lich King\'s slave no more.$b$bSpeak with Shadow Priest Sarvis in the chapel at the base of the hill, he will tell you more of what you must know.$B$BTo get out of this crypt, take the steps up to the surface. Follow the road down to the chapel to find Sarvis.','Speak with Shadow Priest Sarvis.','Another of the walking dead, hm? Must have been quite a shock, waking up in the crypt with only the cold and Mordo to greet you...$b$bI see the confusion on your face. Let me try to explain our... situation... to you.$b$bWe have been freed from the control of the Lich King by our new leader, Lady Sylvanas. The Dark Lady guides us in our war against the hated Scourge and the holdouts of humanity who dog our every step.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(364,4044,154,0,8,1,2,0,16,0,0,0,0,0,0,0,0,0,0,0,'The Mindless Ones','We Forsaken are at war with the Lich King\'s army of the Scourge: necromantically raised armies of the undead, foul beasts of the north, and tormented spectres.$b$bThe northern part of the village has become overrun with the Mindless Ones, and they must be destroyed. Destroy them, show them no mercy, our former brothers and sisters as they might be. The Fallen are nothing but The Lich King\'s slaves.','Shadow Priest Sarvis wants you to kill 5 Mindless Zombies and 5 Wretched Ghouls.','It is unfortunate that the Scourge cannot be brought into the fold, their large numbers would be useful in the battles ahead.$b$bBut they will not join us, so we have no choice but to destroy them.','You will not go far in this new life if you are unable to kill even the weakest of zombies, $n. Do not return until you have success to report.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1501,1502,0,0,5,5,0,0,0,0,0,0,0,0,0,0,3275,11847,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',363,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(365,4044,85,0,8,4,7,0,690,0,0,0,0,0,0,0,0,407,0,0,'Fields of Grief','What have we here? You look like a fledgling $c. If you hope to prove yourself to The Dark Lady, you need to learn the ways of The Forsaken.$b$bTo the west you\'ll find a farm. Humans infest the land like mold on a rotting corpse. And worse yet, the Scarlet Crusade patrols nearby from their tower. Teach those scum a lesson and steal 10 of their precious pumpkins.$b$bOnce you have 10, take them to Apothecary Johaan in Brill.','Steal 10 pumpkins from the farm to the west, just north of Deathknell and take them to Apothecary Johaan in Brill.','You have performed your bidding well, young $C. You are proving yourself to be quite an asset to The Dark Lady\'s army.','Deathguard Simmer sent word that you were going to provide me with some much needed reagents. Were you able to gather 10 pumpkins yet, $N?','','','','','',2846,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(366,4044,85,0,0,5,8,0,690,0,0,0,0,0,0,0,0,409,3016,1,'Return the Book','Long ago Gunther and I, along with the now Scourge Necromancer Thule Ravenclaw, were friends and students within the Kirin Tor - a society of mages in Dalaran.$B$BGunther and I both fell to the Plague, but I thought he either remained dead, or was raised into the ranks of the Lich King. It is good to know he is free.$B$BWe must have him. I have placed a spell on his book that, when he sees it, will show him that I too am free of the Lich King. After knowing this, it is my hope that he will join us.','Return Gunther\'s Spellbook to him, on the island of Gunther\'s Retreat.','My book?!? So you were the thief who stole it!$b$bBut...what is this new enchantment upon it...Bethor? He is in Lordaeron?$b$bIf he still exists, then perhaps he too escaped from the Lich King\'s grasp...','Your masters are fools to send you here, for I will never again be a Scourge slave!','','','','','',3016,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',357,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(367,4044,85,0,8,6,6,0,16,0,0,0,0,0,0,0,0,368,0,0,'A New Plague','Lady Sylvanas has called upon the Royal Apothecary Society. The Dark Lady believes our knowledge coupled with the newfound magic will provide the key to Arthas\'s demise. She has challenged us to concoct a new plague, a plague deadlier than any ailment on Azeroth. This new disease will bring Arthas\'s Scourge Army to ruin.$b$bMy studies show that the blood of beasts might prove to be the key. Bring to me 5 vials of darkhound blood so I can test my theory. ','Apothecary Johaan in the town of Brill wants you to collect 5 Vials of Darkhound Blood.','You have done well, $N and I thank you for your efforts.','Have you collected 5 vials of darkhound blood yet, $N? Time is fleeting!','','','','','',2858,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3382,0,0,0,3,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(368,4044,85,0,8,6,9,0,16,0,0,0,0,0,0,0,0,369,0,0,'A New Plague','While you were collecting samples for me, my experiments led me to realize that more reagents will be required for this new disease to spread properly. Poisoning some hapless victim is child\'s play. Plaguing an entire world proves to be a bit more complicated.$b$bI will need 5 Vile Fin Scales from Murlocs in the vicinity. You will find the creatures along the coast to the north or to the west.','Apothecary Johaan of the town of Brill needs 5 Vile Fin Scales from Murlocs in Tirisfal Glades.','The scales are perfect, $N. Exactly what I needed for this concoction.','$N, were you able to obtain 5 Vile Fin Scales from the Murlocs?','','','','','',2859,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3434,0,0,0,5,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',367,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(369,4044,85,0,8,6,11,0,16,0,0,0,0,0,0,0,0,492,0,0,'A New Plague','While you were out gathering, I uncovered some old text in one of my tomes that indicates that an ancient plague wiped out thousands of innocent victims. Later it was discovered that the deadly agent in the plague was preserved through the venom of Night Web Spiders.$b$bBring me some venom from a Vicious Night Web Spider to complete this experiment. I want to see if the contagious element from the venom will work with my new concoction. Rumor has it the spiders can be found in Eastern Tirisfal Glades.','Apothecary Johaan in the town of Brill wants you to bring him 4 samples of venom from a Vicious Night Web Spider.','Ah, this venom will do perfectly, $N. Everything else has been added to my concoction and boiled down. Finally, I am ready to try this new deadly agent!','Do you have some venom from a Vicious Night Web Spider yet, $N? It\'s the final component I need in order to test my experiment.','','','','','',2872,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,0,0,0,1,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',368,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(370,4044,85,0,8,5,9,0,690,0,0,0,0,0,0,0,0,371,0,0,'At War With The Scarlet Crusade','The strategic documents from Executor Arren contain all the details we need to wipe the human infestation from the lands. According to the information, The Scarlet Crusade has assigned Captain Perrine and a brigade to the ruined tower southwest of Brill.$b$bKill Perrine along with 3 Zealots and 3 Missionaries and report back to me.','Executor Zygand in Brill wants you to kill Captain Perrine, 3 Scarlet Zealots and 3 Scarlet Missionaries.','Captain Perrine\'s death will undoubtedly please The Dark Lady. You have performed your duty well, $C.','Young $C, you shouldn\'t be wasting your time here in Brill when your people need you fighting for their cause. Now, take up arms and travel to the southwest, to the ruined tower, and slay Captain Perrine along with 3 Scarlet Zealots and 3 Scarlet Missionaries. We shall herd the Scarlet Crusade like cattle to their demise.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1662,1537,1536,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',427,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(371,4044,85,0,8,5,10,0,690,0,0,0,0,0,0,0,0,372,0,0,'At War With The Scarlet Crusade','We are still at war and the Scarlet Crusade grows in strength. The report Executor Arren sent me indicates Scarlet Crusaders have been raiding from the ruined tower in southeastern Tirisfal near the Balnir Farmstead under the command of Captain Vachon.$b$bKill Vachon along with 5 Scarlet Friars. It should prove to be a devastating blow to the Crusade!','Executor Zygand in Brill has commissioned you to slay Captain Vachon and 5 Scarlet Friars.','Captain Vachon\'s death will slow down the Scarlet Crusade\'s advancement in Tirisfal quite a bit. But other threats loom.','I see you have returned but your task is not complete. Perhaps you are at ease with the mere humans interfering with The Dark Lady\'s plan? Or perhaps you can heed the call of duty and slay Captain Vachon and his band of Scarlet Friars!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1664,1538,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',370,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(372,4044,85,0,8,5,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'At War With The Scarlet Crusade','Scarlet Crusaders have been raiding from the ruined tower in northern Tirisfal, past Faol\'s Rest. According to the information we have, a ruthless commander named Captain Melrache is in charge of this evil crew.$b$bI am entrusting you now with a special and dangerous mission. Slay Melrache and his two bodyguards, in the name of The Dark Lady.','Executor Zygand in the town of Brill wants you to assassinate Captain Melrache and his two bodyguards.','You have done extremely well, $C. With ruthless fighters like you conquering in the name of The Forsaken our race is one step closer to defeating Arthas once and for all. I have a good feeling about you, comrade.','You have not yet performed your duty, $c. We cannot expect to carry out The Dark Lady\'s plan with the Scarlet Crusade pestering our soldiers. Bring about their deaths and perform your duty to Sylvanas!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1665,1660,0,0,1,2,0,0,0,0,0,0,0,0,0,0,3445,3071,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',371,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,5),(373,4044,1519,0,0,16,22,0,1101,0,0,0,0,0,0,0,0,389,2874,1,'The Unsent Letter','Searching Edwin VanCleef\'s person, you discover, among other things, an unsent letter. It is addressed to Baros Alexston, the City Architect of Stormwind, City Hall, Cathedral Square.$B$BIt appears to be recently written and sealed.','Deliver the Letter to the City Architect to Baros Alexston in Stormwind.','Edwin VanCleef, you say? I would as much expect a letter from my dead grandmother... So you\'ve killed him then? Pardon me in saying, but I\'m somewhat surprised. He was a peerless fighter in his younger years. Let\'s see what he finds the need to write to me about after so many years.$b$b$b$bEdwin... I see the years haven\'t changed you a bit, an idealist as ever, and a romantic. He doesn\'t care who he hurts, $N. Revenge has consumed him. But then, I\'m not sure I can blame him.','Yes? Is there something I can help you with?','','','','','',2874,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,2,1,0,0,0,0,0,0,0,0,3),(374,4044,85,0,8,5,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise','Executor Zygand tells me you\'ve been out killing Scarlet Crusaders. Tirisfal Glades is crawling with them.$b$bVarimathras, lieutenant to The Dark Lady, is seeing to it personally that the scum of Azeroth, the Human race, gets wiped into oblivion. Here in Tirisfal Glades we face a particularly annoying breed of humans: The Scarlet Crusade.$b$bVenture forth and wage an offensive on the Scarlet Crusade, $c. Bring me back 10 Scarlet Insignia Rings as proof of your loyalty to Varimathras and The Dark Lady.','Bring 10 Scarlet Insignia Rings to Deathguard Burgess in Brill.','Varimathras would be proud. You serve your leaders well, $C.','Have you collected 10 Scarlet Insignia Rings yet, $C?','','','','','',2875,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3435,3437,12299,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(375,4044,85,0,8,7,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Chill of Death','It\'s so cold, now. The Plague of Undeath crawls through my veins like an icy serpent. The Mindless State will be upon me soon. But no doomed destiny will prevent me from serving our Dark Lady. When the call arose I sewed body bags for the fallen soldiers of Sylvanas\'s mighty army.$b$bNow my hands shake from the chill. If you would bring me five Duskbat Pelts and some Coarse Thread I could sew myself a blanket. Help me, $N, so that I can continue to serve the cause.','Bring five Duskbat Pelts and some Coarse Thread to Gretchen Dedmar in Brill.','I appreciate your efforts, $N. May Slyvanas recognize your bravery one day. . . .','Do you have five Duskbat Pelts and some Coarse Thread yet, $N?','','','','','',2876,2320,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3833,5939,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(376,4044,154,0,8,2,2,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Damned','My duties include tending to our wounded warriors, tailoring armor and clothes, and assisting Shadow Priest Sarvis with whatever else he might need.$b$bFrom the look of it, you\'ll be enlisted in his service also... hunting the Mindless Ones, if I know his mind. Well, if you\'d like to stay in one piece--and I\'ve no doubt you do--perhaps I can help. I\'m running out of paws and wings, and if you bring me some, I\'ll find some armor for you. You\'ll find a good number of wolves and bats to the south.','Novice Elreth requires 6 Scavenger Paws and 6 Duskbat Wings.','Thank you, $N. This armor should help you out.$b$bHopefully, it should do you more good than the last one to wear it...','Do try your best to keep yourself unharmed until I get you some armor.','','','','','',3265,3264,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6060,2173,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(377,4044,717,0,8,22,26,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Crime and Punishment','As if the neglect for the residents of Duskwood was not bad enough, now the House of Nobles spits in the eye of the Darkshire Council with their decision to imprison Dextren Ward in Stormwind rather than behead the villain as per Lord Ebonlocke\'s sentence.$b$bWard was caught selling bodies from the cemetery to Morbent Fel, a crime punishable by death. Yet Stormwind claims Ward as their prisoner.$b$bAssassinate Ward in The Stormwind Stockade - bring me his hand - and I shall reward you.','Councilman Millstipe of Darkshire wants you to bring him the hand of Dextren Ward.','So Dextren Ward finally paid for his crimes against humanity? Good riddance to the scum I say. And cheers to you, my friend! Not only have you given the families of the dead the peace of mind they deserve, you sent a poignant message to those corrupt bureaucrats in the House of Nobles. Stormwind must rise to the needs of the people of Duskwood or we will break free from their tyranny.','So long as a molester of the dead like Dextren Ward is permitted to live, justice stands betrayed. Return to me once Lord Ebonlocke\'s sentence of death is carried out on that defiler, Ward. We shall give the families of the dead the closure they deserve and better yet, we will send a clear message to the House of Nobles in Stormwind.','','','','','',3628,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2033,2906,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,5,0,0,7),(378,4044,717,0,8,22,27,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Fury Runs Deep','You have proven your loyalty to King Magni, $c. And your hatred for the Dark Iron scum is as great as my own.$b$bThere is a task I wish to complete myself but I am bound by honor to stay with Longbraid. But Roggo has gathered intelligence that proves Kam Deepfury was a conspirator in the attack on the Thandol Span. It was by Deepfury\'s planning that Longbraid lost his kin.$b$bDeepfury is being held for political reasons in the Stormwind Stockade. I want him dead, $N. For Longbraid! Bring me his head!','Motley Garmason wants Kam Deepfury\'s head brought to him at Dun Modr.','So Kam Deepfury finally got to feel what it is like to be on the receiving end of Death? Good. Serves the cowardly Dark Iron scum right. You have done well, $C. The victims of the Thandol Span attack were but mere victims in a world torn with war and unrest. Their families will have the peace of knowing Deepfury got the punishment he deserved. Longbraid\'s brother\'s death has been avenged.','I won\'t let foolish Human bureaucracy interfere with Dwarven matters, $N. Kam Deepfury is a proven conspirator in the Thandol Span attack. King Magni\'s good people lost their lives because of Deepfury\'s deceit. The Humans might be content to let Deepfury rot in The Stockade but I will not sleep soundly at night until Deepfury is slain.','','','','','',3640,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3562,1264,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',303,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,7),(379,4044,440,0,8,38,46,0,690,0,0,0,0,0,0,0,0,0,0,0,'Slake That Thirst','You want a power source. I can help you with that. Know what I want? I want something to drink! Bring me five Wastewander Water Pouches, and I\'ll give you the 4711-FTZ.$B$BNow... guess where you can find Wastewander Water Pouches! Why don\'t you walk up to one of the Wastewander nomads to the east of here and ask them for one. Let me know how that works out for you.','Bring 5 Wastewander Water Pouches to Chief Engineer Bilgewhizzle in Gadgetzan.','Excellent, the power source is yours. Now, it isn\'t completely designed for use in a science kit like that, so you\'ll only have a limited amount of time before all the data you collect will go kablooey!$B$BWhen you collect everything you need for whatever it is you are doing, bring it to me and I\'ll shut it down properly. You\'ll have at most two hours to get what you need to get done, done.$B$BIf you don\'t get it done in time, I can always sell you another power source to try again. You heard me - sell!','Well, did the nomads \'volunteer\' up those water pouches for you?','','','','','',8483,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8524,0,0,0,1,0,0,0,68,369,0,0,0,68,150,150,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',243,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(380,4044,154,0,8,2,4,0,690,0,0,0,0,0,0,0,0,381,0,0,'Night Web\'s Hollow','One of our greatest struggles is obtaining the natural resources we need to survive. Gold was scarce even in the height of the Alliance\'s power.$b$bThere is a gold mine to the northwest that has been overrun with spiders. We need gold from the mine, but we can\'t very well get it while the spiders are crawling around in there. I\'ve not much manpower to commit to the task, so we\'ll just have to do it little by little.$B$BGet up there and see what you can do for us, $n.','Executor Arren wants you to kill 8 Young Night Web Spiders and 5 Night Web Spiders.','Hmm, well, it\'s a start. It\'ll take a few weeks or months to fully clean out the infestation. After that, we\'ll have to get down there with some torches to burn away the webbing.$b$bYou\'ve done your duty well, $N, I\'m sure I can find something else for you to do.','Be wary of the spiders\' venom, $N. If you feel a sharp burning, you may want to have it looked at.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1504,1505,0,0,8,5,0,0,0,0,0,0,0,0,0,0,3270,3273,3272,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',376,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(381,4044,154,0,8,2,4,0,690,0,0,0,0,0,0,0,0,382,0,0,'The Scarlet Crusade','You\'ll be happy to know we appear to be making progress in the mine, thanks in no small part to your efforts. We can now turn our eyes to other concerns.$b$bMy scouts have reported that a detachment of the Scarlet Crusade is setting up a camp southeast of here. The Scarlet Crusade is a despicable organization that hunts us, and they will not rest until every undead--Lich King\'s Scourge or no--is destroyed. We must strike first!$b$bBe careful, their unholy zeal makes them dangerous adversaries.','Bring Executor Arren 12 Scarlet Armbands from Scarlet Converts and Scarlet Initiates.','If only they listened to reason, eh, $N? Perhaps we could sit them down for reasonable discourse... ha!$b$bLight-blinded fools.','Those fools... They happily send themselves to their own graves.','','','','','',3266,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3268,3269,3267,5779,0,0,1,1,1,1,0,0,159,0,0,0,5,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',380,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(382,4044,154,0,8,2,5,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Red Messenger','Reports from my superiors in Brill indicate that an agent of the Scarlet Crusade was dispatched from the Scarlet Monastery and sent here to Deathknell. According to the reports, the messenger possesses important information on his person. I do not have further details, but whatever it is, we must have it!$b$bYou\'re the most qualified person I have to send, $n. Find that messenger and bring me whatever information you can find.','Kill Meven Korgal, the messenger, at the Crusader camp, then return any information you find to Executor Arren.','Hmm... Let\'s see what you\'ve got...$b$b$b$bSome news of their exploits against us... Worthless. Scouting reports... New orders, \"Continue to build up a camp near the ruined city...\" Nothing we didn\'t know already... Ah, what\'s this? A map of the dispositions of some of their field commanders and agents! We can use this.','How goes your mission, $N?','','','','','',2885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3277,3276,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',381,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(383,4044,154,0,0,2,5,0,690,0,0,0,0,0,0,0,0,0,2885,1,'Vital Intelligence','These will need to be taken to my superior, Executor Zygand, in Brill. With this information, we\'ll be able to deal a decisive blow to the Scarlet Crusade. Your services have been useful here in Deathknell, but I need someone to deliver this to Zygand, and I believe he\'ll be able to find you more appropriate work.$b$bTake the road north out of Deathknell. Soon after entering Tirisfal proper, you\'ll hit a crossroads. Take the eastern fork, and keep going east. You\'ll pass Cold Hearth Manor along the way.','Deliver the Scarlet Crusade Documents to Executor Zygand in Brill.','Yes, this is very good. You\'ve done well in obtaining this information, $N. Hmm... names of the officers in the Tirisfal Glades...$b$bImagine the blow we could deal to the morale of those bloody zealots if we were to kill their leaders in one swift strike.','Yes, what do you want?','','','','','',2885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',382,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(384,4044,0,304,262152,5,7,0,1101,0,185,1,0,0,0,0,0,0,0,0,'Beer Basted Boar Ribs','Nothing my tavern patrons enjoy more than some Beer Basted Boar Ribs! Only problem is, the local trapper who used to bring me supplies enlisted in the King\'s Army to help with the war on the Alliance front. $b$bMaybe you can help me out? If you bring me six crag boar ribs and a Rhapsody Malt from the tavern here, I\'ll give you the family recipe for my famous Beer Basted Boar Ribs, not to mention a free sample! The secret\'s in the Malt!','Ragnar Thunderbrew in Kharanos wants 6 Crag Boar Ribs and a mug of Rhapsody Malt.','The Malt is brewed, the Boars are dead and before all is done and anything said wWe will have to fight for first dibs on these savory Beer Basted Boar Ribs!','I\'m going to need six crag boar ribs and a mug of Rhapsody Malt, $N.','','','','','',2886,2894,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2888,2889,0,0,5,1,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(385,4044,38,0,8,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Crocolisk Hunting','Many a hunter is attracted to Loch Modan to hunt our famous crocs. There are always merchants who seek out crocolisk skins for clothing items or armor, and there are also some who enjoy the taste of their meat.$b$bWe do some trade in this, but not a huge amount, as the crocolisks are ferocious and have entrenched themselves on the islands in the Loch. But don\'t let me dissuade you, it\'s quite an experience, wrestling with the jaws of the beasts.$b$bWhy, this one time...','Get 5 pieces of Crocolisk Meat and 6 Crocolisk Skins for Marek Ironheart at the Farstrider Lodge.','Well now, these are excellent specimens you collected, $N. Good money for high quality materials, that\'s for sure.','Did I tell you about the time I almost lost my hand to one of the crocs? Nasty bugger it was, teeth like knives. But I was lucky... Jammed the brute\'s jaw shut with my knife. Still have the knife around here somewhere...','','','','','',2924,2925,0,0,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3678,2240,0,0,1,1,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(386,4044,717,0,8,22,25,81,1101,0,0,0,0,0,0,0,0,0,0,0,'What Comes Around...','Targorr the Dread served under Gath\'Ilzogg as supreme Executioner. His methods were ruthless, even by filthy orc standards. Men who fought bravely to defend the Kingdom were tortured on his whim. Now he is being held in the Stormwind Stockade, sentenced to die. Yet something is amiss. One of the bureaucratic nobles put a hold on his execution. I am sure foul play is in the works.$b$bPut an end to Targorr the Dread, $N. Travel to The Stockade and behead him before trickery is upon us.','Bring the head of Targorr the Dread to Guard Berton in Lakeshire.','Targorr the Dread has finally met his fate. I for one am glad to hear the beast now knows what it is like to be on the receiving end of Death\'s ruthless grip. You have done well, $N. Sometimes the truest justice can only be found outside the courtroom and beyond the clouded vision of politics.','Have you been to Stormwind yet, to The Stockade? I fear whatever trickery that has kept Targorr the Dread alive for this long will eventually bring about his freedom. He was sentenced to die, $N, not act as some political pawn on a noble\'s whim.','','','','','',3630,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,1317,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,66,0,0,0,0,0,0,6,0,0,7),(387,4044,717,0,8,22,26,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Quell The Uprising','The uprising must be quelled! I need your assistance. If word gets out that the prison is overrun I will lose my job! This is a case of foul play if I\'ve ever seen one. But what\'s important now is forcing these prisoners into submission for the safety of Stormwind.$b$bThe punishment for insurgency is death. Kill some of these deviants! That ought to get things under control.','Warden Thelwater of Stormwind wants you to kill 10 Defias Prisoners, 8 Defias Convicts, and 8 Defias Insurgents in The Stockade.','Your efforts in The Stockade were valiant, $N. It\'s obvious this problem is bigger than the both of us. But you have performed well and for that I am thankful.','The Stockade is still overrun! These Defias Rats must be shown that their actions will not be tolerated. Now get back down there and show some force!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1706,1711,1715,0,10,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,2,1,66,0,0,0,0,0,0,1,0,0,7),(388,4044,717,0,8,22,26,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Color of Blood','Bitterness flows through my veins like a cold river. My grandson, Mac, was such a good boy. A mere 14 years old. When the army was sent off to the front, Mac took up arms to defend the city. He was a guard in The Stockade, where the Defias gang is locked up. Mac reprimanded some of the prisoners for tearing their wool blankets to make scarves, a symbol of their gang. For that Mac was stabbed in the back.$b$bI want revenge. Bring me 10 of their precious Wool Bandanas. They are the color of blood.','Nikova Raskol of Stormwind wants you to collect 10 Red Wool Bandanas.','So these bandanas -- filthy tokens of corruption -- are what my Mac had to die for? Such a waste. Such a tragic sacrifice. $b$bBut alas, I cannot return to the past. Just know, $N, that you have brought my family justice through your deeds.','I see you are back, $C. Have you collected 10 Red Wool Bandanas from those Defias Scum in The Stockade yet?','','','','','',2909,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,7),(389,4044,1519,0,8,16,22,0,1101,0,0,0,0,0,0,0,0,391,0,0,'Bazil Thredd','VanCleef and I were members of the Stonemasons Guild. Our main project was to rebuild Stormwind after the War.$B$BWhen we had finished our duties, we were cheated. The nobles refused to pay us for our work. Some of the more senior of the Stonemasons were offered governmental jobs, but VanCleef refused it out of loyalty to all the Stonemasons. He led a riot and left the city, swearing revenge.$b$bHis lieutenant, Bazil Thredd, might know more about VanCleef\'s plans. He\'s being held prisoner in the Stockade.','Speak with Warden Thelwater in the Stockade.','What in the Light do you want? Can\'t you see we have a crisis here?$b$bBazil Thredd?! Why would you want to speak with that bastard? How am I supposed to know you\'re not one of his cronies, come down to help with his bloody riot? If all the blasted cells weren\'t open, I might throw you in one for a while!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',373,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,6,5,1,1,0,0,0,0,1,0,0,2),(390,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(391,4044,717,0,8,16,29,81,1101,0,0,0,0,0,0,0,0,392,0,0,'The Stockade Riots','Let\'s get one thing straight, $N: I don\'t trust you. But, with the situation as it is, you probably won\'t make a difference.$B$BSo here\'s how it\'s going to be: go down there and have your talk with Thredd. If you\'re really on our side, then kill him and bring me his head when the job\'s done. And if it turns out you\'re on his side, and don\'t come out... when we find you, you\'ll die along with the rest of the maggots.','Kill Bazil Thredd and bring his head back to Warden Thelwater at the Stockade.','Without Thredd to lead them, hopefully the riots will be more controllable. We shall see.$b$bI must say, after a half hour, I hardly expected you to come out, but it seems I misjudged you.$b$bI\'d guess, then, that you didn\'t get much useful information out of him? But I know a thing or two that might be of interest to you about Thredd\'s activities.','Either you bring me Thredd\'s head, or I\'ll take yours, understand, $N?','','','','','',2926,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,21300,0,0,0,0,'',389,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,6,0,0,7),(392,4044,1519,0,0,16,29,0,1101,0,0,0,0,0,0,0,0,393,8687,1,'The Curious Visitor','During the first years of Thredd\'s imprisonment, he never had any visitors. I figured that he was no longer of use to the Brotherhood, so they abandoned him.$B$BAnyway, a few months ago, that all changed; he started to get regular visits... once, maybe twice a week. It was a strange man--the quiet type. I had my suspicions, but all his papers checked out.$B$BHis documents claimed his name was Maelik; here\'s his description. I don\'t think he\'ll be coming to visit Thredd anymore.','Bring the Sealed Description of Thredd\'s Visitor to Baros Alexston in Stormwind.','Hmm. Maelik? No, the name doesn\'t sound familiar and neither does this description. But it could be anybody! A former Stonemason, one of the Defias Brotherhood... Though if he is as well connected as Thelwater suggests, perhaps someone else might recognize him. Let me think.','Yes, $N? What have you found?','','','','','',8687,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',391,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,6,1,1,0,0,0,0,0,6,0,0,2),(393,4044,1519,0,0,16,29,0,1101,0,0,0,0,0,0,0,0,350,8687,1,'Shadow of the Past','I really haven\'t a clue, $N. There is someone else who might be able to help you, and it so happens that he owes me a favor for--well, let\'s not get into that. Master Mathias Shaw of SI:7 can be found in the barracks in Old Town. Shaw has his thumb on most of the shady, or underhanded dealings of the city.$B$BIf anyone knows, it\'d be him.','Bring the Sealed Description of Thredd\'s Visitor to Master Mathias Shaw in Stormwind.','What? What\'s this? Yes, I think I do know who this man is, but his name is not Maelik. Assassins wear many names and many masks, discarding them as they lose their usefulness. Another alias known to be used by this man is Marzon; though even that is surely not his true name.$b$bRegardless, he is an assassin and I know a good deal about him.$b$bMarzon is currently under the employ of Lord Gregor Lescovar, a lord of shady reputation, even given the corruption of the nobility of Stormwind.','Greetings. Of what service can I be to you, $C?','','','','','',8687,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',392,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,6,1,1,0,0,0,0,0,6,0,0,2),(394,4044,1519,0,8,16,31,0,1101,0,0,0,0,0,0,0,0,395,0,0,'The Head of the Beast','Find Shaw in Old Town. Let him know that the Lescovar threat has been dealt with and about your involvement in the Lord\'s plots against the city. I\'m sure he\'ll be proud to have another hero among Stormwind\'s citizens.$B$BHe\'ll more than likely send you off to meet with the Prince or some other noble. Don\'t let it get to your head, $N. The nobles can think they rule the city all they want, but some things remain out of their hands.','Speak to Mathias Shaw in Stormwind.','He is dead, then? Your justice was swift, $N. I pray to the Light that I never become your quarry!$b$b$b$bI mean no criticism, $N. How could I, being the master of all assassins? But in truth, you have done the people of Stormwind a great service, and for that, I thank you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',434,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,6,1,1,2,0,0,0,0,1,0,0,1),(395,4044,1519,0,8,16,31,0,1101,0,0,0,0,0,0,0,0,396,0,0,'Brotherhood\'s End','Ah, I almost forgot. Alexston came while you were away, he wished to speak with you. No doubt he wishes to report the goings-on of the Defias Brotherhood to the nobles.$B$BA bit of advice, $N: if anyone should ask, I would provide all details but that it was your hand that slew Lescovar. Trust me. I am... acquainted... with the ways of such things.$B$BAnd as far as Trias goes, well, speak to no one of him... ever... if you can help it.','Speak with Baros Alexston in Stormwind.','It\'s good to see you, $N. I have heard that Lord Gregor Lescovar was found dead not long ago.$b$bIt would seem that you were successful in your mission. You have my gratitude that you have saved me, and many others, from VanCleef\'s revenge.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',394,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,0,0,2),(396,4044,1519,0,0,16,31,0,1101,0,0,0,0,0,0,0,0,0,2956,1,'An Audience with the King','I have prepared a report for the King. I believe you should be the one to deliver it to him, along with an account of your findings. Do not worry, there is no doubt that he will commend you for doing your duty to the people of Stormwind.$B$BYour audience is scheduled soon, so you\'d best hurry, it\'s a bit of a ways to Stormwind Keep.','Deliver Baros Alexston\'s report on the Defias Brotherhood to King Varian Wrynn in Stormwind Keep.','You are to be commended for the service you have done for Stormwind, $N. If VanCleef had been successful in his machinations, he would no doubt have done considerable harm to the kingdom - something we must obviously avoid.$B$BTake this, $C, as a token of the King\'s appreciation. I am only sorry he cannot present it to you himself, but he is away on a diplomatic mission and shall not return for some time.','$N, yes? I was informed by Baros Alexston that you would be coming. I must say, I am most interested in what you have to say.','','','','','',2956,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2933,0,0,0,1,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',395,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,2,0,0,0,0,0,6,0,0,7),(397,4044,1519,61,8,25,30,0,1101,256,0,0,0,0,0,0,0,0,0,0,'You Have Served Us Well','I hear Lord Wishock enjoyed his beverage. $b$bYou have served us well, $N. The Warlocks of Stormwind will be able to practice our ways without disturbance, thanks to you. For your efforts, I have prepared a special gift for you. Speak with my servant, Zggi, and claim your reward.','Speak with Zggi, the servant of Zardeth the Blackclaw, to claim your reward.','Master says give gift to $N. Zggi wants to keep nice gift but Zggi knows better than to betray Master.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3556,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',336,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(398,4044,85,0,8,4,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Maggot Eye','Wanted: Maggot Eye!$b$bA foul beast, even by Gnoll standards, Maggot Eye has been sentenced to death for his crimes against The Forsaken. This despicable villain has been stealing corpses for use by the Lich King\'s army. Maggot Eye was last seen pillaging the lands near Garren\'s Haunt to the north of Brill.$b$bThe town of Brill hereby offers a reward to the capable soul who can carry out the execution. Show Executor Zygand the villain\'s paw once the deed is done.$b$bMercy is for the weak.','Kill Maggot Eye and return to Executor Zygand in Brill with his paw for a reward.','Maggot Eye\'s dastardly acts have finally been avenged. Maybe your acts of valor will send a clear message to those who wish to bring harm to our people. On behalf of the town of Brill I thank you, $N.','Yes?','','','','','',3635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,3444,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(399,4044,1519,0,8,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Humble Beginnings','It seems an eternity since I was a boy working the farm in Westfall. They say you can never go back, and it\'s true. Doubly true in my case, my family\'s home has been burned down and taken over by thieves.$b$bI have spoken with my father about the fate of some of my possessions, including my first compass. He was unable to save them. However, he also says that they should be hidden away on the farm.$b$bYou\'ll find the Alexston Farmstead west of Sentinel Hill. Perhaps you could go and retrieve it for me?','Go to Baros Alexston\'s house in Westfall and search for his compass, then return it to him in Cathedral Square of Stormwind.','Oh, thank you, $N! It\'s of no practical use to me, but the sentimental value... Needless to say, thank you for bringing this to me... at some cost to your own well-being, not to mention the time it took to go all the way down to Westfall. You have my gratitude, and have this as a token of my thanks.','$N! Did you have any luck?','','','','','',2998,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(400,4044,1,0,0,2,5,0,1101,0,0,0,0,0,0,0,0,0,2999,1,'Tools for Steelgrill','Beldin Steelgrill owns the local mechanic shop, and he\'s the best siege engine tech there is! But he\'s not forgiving to his tools. I swear he almost breaks more arclight spanners than we can supply him with!$B$BWe just filled his last order for tools. If you deliver it to him I\'m sure he\'ll make it worth the effort.$B$BHis shop, Steelgrill\'s Depot, is just northeast of Kharanos. And it\'s a local haunt for veteran siege engine pilots, so keep your ears open for opportunities while you\'re there.','Deliver Steelgrill\'s Tools to Beldin Steelgrill.','You have my tools? Well done, lad, well done! I just broke my last fang-ratchet an hour ago and I need one of those to finish repairs on Pilot Stonegear\'s siege engine. You did a good thing by lugging those tools here, $N.$b$bHere, take these coins for your help.','Hm? You look a little young to be a siege engine pilot. But no matter...do you need something fixed?$B$BWell take a number and get comfortable. I\'m working on a couple engines right now and won\'t have time for another job for at least a few days.$B$BOr, were you here for something else...?','','','','','',2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,25,25,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(401,4044,10,0,0,20,30,0,1101,0,0,0,0,0,0,0,0,252,0,0,'Wait for Sirra to Finish','I\'m almost finished translating that note. If you come back in a few moments I should be done.','Wait a moment, then speak with Sirra Von\'Indi again.','There we are. It\'s translated...$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',251,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(402,5875,10,0,8,20,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sirra is Busy','I\'m sorry, but with the town in the state it\'s in I\'m afraid have other duties to attend to. Perhaps later, if we survive, I can finish this translation.','Check back with Sirra later to see if he\'s still busy.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(403,4044,1,0,8,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Guarded Thunderbrew Barrel','','','This barrel of ale is guarded by Jarven Thunderbrew. As long as he\'s in the basement, no barrels may be disturbed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',310,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(404,4044,85,0,8,4,6,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Putrid Task','Scourge have trickled into Tirisfal Glades and have infested the area west of Brill, near the old bridge.$B$BGo there and beat back the rotting dead and ravaged corpses you find. Scatter their bones and bring back their putrid claws, and the Deathguards will reward you.','Bring 7 Putrid Claws to Deathguard Dillinger in Brill.','Well done. I regret not being there to see you smash those undead into rotting pulp!','Have you completed the task with which I have charged you? Do you have those putrid claws?','','','','','',2855,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(405,4044,85,0,0,5,8,0,690,0,0,0,0,0,0,0,0,357,3017,1,'The Prodigal Lich','Bethor Iceshard, a high-ranking and powerful mage in the Undercity to the south, commands me to send him an agent with proven worth against the Scourge. You, $N, will be that agent.$B$BPresent these orders to Bethor. He will then instruct you on your mission. I don\'t know its details, but it deals with recruiting a wayward Lich. And it will be dangerous.$B$BSo ready yourself, $C. You must not fail.$B$BYou may find Bethor in the Magic Quarter of the Undercity.','Present Sevren\'s Orders to Bethor Iceshard in the Undercity.','Ah, you are the agent sent by Magistrate Sevren. Then yes, your business with me is crucial.$b$bI trust Sevren has mustered someone suitable for my task...but we shall see.','Greetings. Either you do not know who I am, or your business with me is urgent.$b$bBecause if neither of these were true, then you would not be foolish enough to disturb me...','','','','','',3017,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',358,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(406,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(407,4044,85,0,0,4,7,0,690,0,0,0,0,0,0,0,0,0,3035,1,'Fields of Grief','Harmless pumpkins, right? Or so it would seem. If we are to defeat Arthas\'s advances from the North and the Human infestation from the South we need to start realizing the full potential of our gift of undeath.$b$bWith a little ingenuity a simple pumpkin becomes an agent for our Dark Lady. This pumpkin, laced with my latest formula, will prove to be quite a treat.$b$bYet another Scarlet Zealot has been captured and is being kept in the cellar of the Gallow\'s End Tavern. Take this pumpkin to the fool.','Take the Laced Pumpkin to the Captured Scarlet Zealot who is being held in the cellar of the Gallow\'s End Tavern.','By the Light! Finally some food! Sweet, sweet pumpkin. . . .','Stay away, foul and unholy creature! May the Light protect me! The Scarlet Crusade shall rid Azeroth of your. . .$b$b. . .oh wait. Is that food for me? I am so hungry. . .','','','','','',3035,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',365,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,2),(408,4044,85,0,8,7,13,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Family Crypt','The Agamand Mills area has become a foothold for the Scourge. Their strongest point is the Agamand Family Crypt where their local military leader, a skeleton named Captain Dargol, has headquartered. With Necromancy he has raised the ancestors of the Agamands and plans to use them against us.$B$BThis cannot pass, and you must stop it. Travel to the Agamand Family Crypt and defeat the raised Agamand ancestors.$B$BAnd, bring me the skull of Captain Dargol.','Kill 8 Wailing Ancestors and 8 Rotting Ancestors.$B$BKill Captain Dargol, and bring his skull to Magistrate Sevren in Brill.','Your actions struck a telling blow against the Scourge. And your victory will not go unnoticed - not by the Forsaken, nor by our enemies.$b$bContinue the struggle as we all do, $N, and one day we will drive the Lich King himself from Azeroth!','Time is not a luxury we have, $N. With each passing hour, the Scourge\'s hold on Tirisfal Glades grows more firm.','','','','','',0,0,3082,0,0,0,0,0,1,0,0,0,1534,1530,0,0,8,8,0,0,0,0,0,0,0,0,0,0,3446,3440,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',355,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(409,4044,85,0,0,5,12,0,690,0,0,0,0,0,0,0,0,411,0,0,'Proving Allegiance','You say you are not bound by the will of the Lich King, and the enchantment Bethor placed upon my book corroborates this. But before I believe you I must have proof that you are enemy to the Scourge.$B$BThere is an old, bloody altar just off the southern coast of this island. it is used by a powerful Scourge agent, Lillith Nefara.$B$BTake a Candle of Beckoning from this crate here. Light it on the altar and Lillith will awake. Destroy Lillith, and I will believe you are the Lich King\'s foe.','Obtain a Candle of Beckoning.$B$BSummon Lillith Nefara and kill her.$B$BReturn to Gunther on his island.','You have defeated Lillith Nefara, proving you are an enemy of the Scourge. Incredible.$b$bI had believed I was the only Undead with free will, but you have shown me there are others who have broken the Lich King\'s domination.','I await proof of your allegiance, $c.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1946,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',366,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(410,4044,85,0,8,5,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Dormant Shade','','','You place the Candle of Beckoning upon the table and light it...','This is an old, beaten, bloody table.','','','','','',3080,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',431,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(411,4044,85,0,0,5,12,0,690,0,0,0,0,0,0,0,0,0,3081,1,'The Prodigal Lich Returns','Take this Nether Gem to my old comrade Bethor. It will let us communicate ... and I have much to tell him.','Bring the Nether Gem to Bethor Iceshard in the Undercity.','You convinced him to join us! You have done a great deed for the Forsaken, $N. The Dark Lady will be informed.','Have you returned Gunther\'s book? Has he responded?','','','','','',3081,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5940,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',409,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(412,4044,1,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Operation Recombobulation','Upon further analysis of the Gnomeregan situation, it would appear as though we not only failed to eradicate the troggs but we also happened to turn most of the gnomish race into horrific, mindless, evil-doing leper gnomes.$b$bOzzie and I plan to reverse the horrible leper effect with our latest invention: The Recombobulator. The machine is almost complete but we are in dire need of some Restabilization Cogs and Gyromechanic Gears. Retrieve some from the leper gnomes out front of Gnomeregan for us.','Bring Razzle Sprysprocket in Kharanos 8 Restabilization Cogs and 8 Gyromechanic Gears.','These Gyromechanic Gears and Restabilization Cogs are in perfect accordance with Ozzie\'s schematics for the Recombobulation Device. Once I add some hyrdolubricant to the inner combustion pistons, adjust the crank-o-ratchet and increase of the viscosity of the electrogum gel, the gnomish race will be as good as new.','The Recombobulator will be up and running as soon as we have sufficient Restabilization Cogs and Gyromechanic Gears.','','','','','',3083,3084,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3152,3153,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(413,4044,1,0,0,8,10,0,1101,0,0,0,0,0,0,0,0,414,3085,1,'Shimmer Stout','I\'d like my brother Wellart to try my new Shimmer Stout. He\'s a Mountaineer stationed in the southern guard tower, one of two towers on the border to Loch Modan.$B$BHe may not be a brewer like the rest of us Barleybrews, but he loves his drinks and I know he\'ll like this one.$B$BCan you bring him this Barrel of Shimmer Stout for me?','Take the Barrel of Shimmer Stout to Mountaineer Barleybrew.','$b$bOh. Whoa! This stuff really puts a shine in your eyes. I feel like I can see in the dark!','Hello, $C! And what business takes you all the way out here?$b$bSomething exciting, I hope. I haven\'t been in a good fight in days, and this barrel of ale is almost dry...','','','','','',3085,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',415,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(414,4044,1,0,0,8,10,0,1101,0,0,0,0,0,0,0,0,0,3086,1,'Stout to Kadrell','I\'ve been drinking more of that Shimmer Stout my brother made - it\'s great stuff! I want a fellow Mountaineer to try it. His name\'s Kadrell, and he\'s usually patrolling the road through Thelsamar in Loch Modan.$B$BTo get to Thelsamar, go southeast through the tunnel, then turn northeast when the path forks into a road. Follow that road straight into Thelsamar.$B$BGive Mountaineer Kadrell this cask of Shimmer Stout and see what he thinks!','Take the Cask of Shimmer Stout to Mountaineer Kadrell in Loch Modan.','Now, let me have a taste...$b$bMagni\'s Beard! This stuff gets your head turning! And it lightens the limbs, too.$b$bI feel like I can fly!','Greetings, $C, and welcome to Thelsamar!','','','','','',3086,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',413,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(415,4044,1,0,8,8,10,0,1101,0,0,0,0,0,0,0,0,413,0,0,'Rejold\'s New Brew','Rejold Barleybrew at Brewnall Village has been asking for you.$B$BHe wants to talk to you about a new drink he\'s been brewing...said something about you helping him with it. You might want to head back to Brewnall Village and see what he has to say.$B$BThere could be some free booze in it for you...','Speak with Rejold Barleybrew.','$N! You know that Shimmerweed you brought me? Well I used it in a few recipes I\'ve been working on, and one of them turned out great!$b$bHere, try it out and tell me what you think...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3087,0,0,0,1,0,0,0,47,54,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(416,4044,38,0,8,10,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Rat Catching','We have a real infestation problem to the west. Tunnel rat kobolds have moved into the foothills, setting up dens and fouling our land with their filth!$B$BWe want them eliminated. Hunt them, bring me their ears and earn their bounty.$B$BYou can find tunnel rat kobolds and their dens west of Thelsamar, littered along the mountainside.','Bring 12 Tunnel Rat Ears to Mountaineer Kadrell in Thelsamar.','Ugh! When I asked for those ears I didn\'t realize they\'d smell so bad!$b$bHere\'s your reward, $N. Well done.','Hail, $N. How goes the rat catching?','','','','','',3110,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3158,860,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(417,4044,1,0,0,8,11,0,1101,0,0,0,0,0,0,0,0,0,3117,1,'A Pilot\'s Revenge','Hildelve wrote in his journal that he was attacked by Mangeclaw, a \"huge Ice Claw Bear.\" He drove off the beast, but not before it mauled him savagely.$B$BJudging from the state of Hildelve\'s body, Mangeclaw must have later returned and killed him.$B$BHowever, Hildelve wrote in his journal his one, final wish:$B$BRevenge against Mangeclaw.','Kill Mangeclaw.$B$BBring his Mangy Claw and Hildelve\'s Journal to Pilot Hammerfoot.','This is grim news, for Hildelve was a good friend. And I wish I could have been there with you when you found the beast, Mangeclaw!$b$bThank you, $N. Your deed will be remembered by the pilots of the Ironforge Siege Brigade.','Hello, $N. Do you have word of my friend Hildelve?','','','','','',3183,3117,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2218,1009,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',419,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(418,4044,38,0,8,7,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Thelsamar Blood Sausages','There\'s never a shortage of empty bellies here in Thelsamar, kids running in and out, workers from the excavation coming in after a hard day\'s work. We\'re famous for our blood sausages, I don\'t suppose you\'ve ever tried them?$b$bNo? Well, around here you\'ve got to work for your meals, and don\'t think just because you\'re a fancy $c, you\'ll be any exception.$b$bI\'ll need bear meat, boar intestines for the casings, and spider ichor for spice. You get me some of those, and leave the cooking to Vidra!','Bring 3 pieces of Bear Meat, 3 Boar Intestines, and 3 Spider Ichor to Vidra Hearthstove in Thelsamar.','Trust me, it seems a lot harder than it looks, but...$b$bOh, I\'ve never known someone to take much interest in the making of sausages, but I\'ll give you the recipe just in case. Here you go, mind you eat them fresh!','I\'m all ready to start cooking, do you have the ingredients for me?','','','','','',3172,3173,3174,0,0,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3220,3679,0,0,5,1,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(419,4044,1,0,8,8,10,0,1101,0,0,0,0,0,0,0,0,417,0,0,'The Lost Pilot','My friend and fellow Siege Engine pilot, Mori Hildelve, is lost in the hills. We were looking for a rare ore that\'s needed for a high-grade blastpowder, and during our search he drove his engine up a steep hill and busted it!$B$BStill convinced that ore was in these mountains, Hildelve charged me to guard our engines while he continued on foot, searching.$B$BIt\'s been days, and I\'ve heard some beastly growls in the hills at night. Mori\'s tough as nails, but I\'m worried.$B$BPlease, $N. Find him.','Find Pilot Hildelve.','Here is the corpse of a dwarf -- mauled, frozen, and picked clean by mountain scavengers. Clutched in its hand is a book containing the roughly scribbled notes of Mori Hildelve. And around its frame, still in superior condition, is a Brigadier\'s Vest.$b$bThis grisly scene must have been where the Siege Engine pilot met his end.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3151,0,0,0,1,0,0,0,47,54,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(420,4044,132,0,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,2619,1,'Senir\'s Observations','The troggs in the tunnel are extremely hostile, and haven\'t shown any hesitation in attacking travelers through the tunnel. You seem tough enough, though, so you should probably be safe.$b$bDirections? If you\'re going to speak with Senir, you\'ll find him in Kharanos.$b$bMake your way through the tunnel, and after you come out on the other side, just keep following the road, it\'ll run right into Kharanos.','Deliver Grelin\'s report to Senir Whitebeard in Kharanos.','What\'s this? Ah, my brother\'s report. Hmm...$b$bI told him to be sparing with the use of the King\'s name, but he didn\'t listen. No harm, I suppose, though it\'s sure to ruffle some feathers in the Senate. Not that those weren\'t some feathers that needed ruffling! Hah!$b$bNonetheless, I guess that means that I should send my report on to Ironforge as well, but I must admit I\'m a bit behind. Bloody cold.$b$bI should have some work for you later, if you\'re interested.','How are you? Like to share a drink with me, perhaps? Not much else to do in the cold.','','','','','',2619,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',282,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(421,4044,130,0,8,9,10,0,690,0,0,0,0,0,0,0,0,422,0,0,'Prove Your Worth','Lady Sylvanas has charged Varimathras with the conquering of the human and dwarven lands to the south.$b$bBut that fool, Arugal -- charlatan of Dalaran and now cursed beast of Shadowfang Keep -- let his reckless magic wreak havoc with the strategic stronghold of Silverpine Forest.$b$bI need someone skilled in the ways of combat to help clean up Arugal\'s mess. Prove yourself to me by killing 5 Moonrage Whitescalps. The wretched beasts can often be found just off the road, down the hill below.','Dalar Dawnweaver at the Sepulcher wants you to kill 5 Moonrage Whitescalps.','You have served me well, $C. It is obvious to me that you will be a worthy aide to me as I prepare to rid Silverpine Forest of Arugal\'s curse.','If you wish to prove yourself to me, you must kill 5 Moonrage Whitescalps. Accomplish that task, and I will see to it your skill is put to more worthy assignments.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1769,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,1460,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(422,4044,130,0,8,9,11,0,690,0,0,0,0,0,0,0,0,423,0,0,'Arugal\'s Folly','How Arugal gained acceptance within the Kirin Tor is beyond me. His spell-casting knowledge seemed as transparent as a blown glass bauble.$b$bWhat\'s important now is learning exactly what magic Arugal used so that I can turn it against him and secure Silverpine Forest for the Dark Lady.$b$bArugal first stayed at the wheat farm just north of the bridge. One of the Deathstalkers reported seeing some spellbooks but could not secure them. Retrieve for me the spell labeled Remedy of Arugal from those books.','Retrieve the Remedy of Arugal for Dalar Dawnweaver at the Sepulcher.','This is precisely the spell I was in search of, $C. If your dedication to The Dark Lady\'s cause remains infallible you will find you have quite a future amongst The Forsaken.','Before I know what we are dealing with here, $C, I need to study the spell known as Remedy of Arugal. Bring it to me now or I shall be forced to find myself a worthy servant.','','','','','',3155,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,1460,0,0,0,0,0,0,0,1080,0,0,0,0,'',421,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(423,4044,130,0,8,9,14,0,690,0,0,0,0,0,0,0,0,424,0,0,'Arugal\'s Folly','After examining Arugal\'s work my worst suspicions were confirmed. The old hack was not qualified to clean chamber pots in Dalaran let alone represent the Kirin Tor in its most dire hour. Fools!$b$bArugal used enchanted items to reinforce his weak magic. I need to examine these items first hand. Travel forth and slay Moonrage Gluttons and Moonrage Darksouls until you have collected enough of their enchanted shackles for my research. The foul creatures have been seen to the north and east.','Bring 6 Glutton Shackles and 3 Darksoul Shackles to Dalar Dawnweaver at the Sepulcher.','I hope I can acquire enough energy from such a limited sample. Perhaps I should have had you get more shackles.$b$bNonetheless, you showed great skill in collecting these, $C.','I will need 6 Glutton Shackles and 3 Darksoul Shackles before I can assess the situation and devise a final solution for Arugal. Now heed your bidding and slay Moonrage Gluttons and Moonrage Darksouls until you have what I need.','','','','','',3156,3157,0,0,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,1460,0,0,0,0,0,0,0,4650,0,0,0,0,'',422,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(424,4044,130,0,8,9,15,0,690,0,0,0,0,0,0,0,0,99,0,0,'Arugal\'s Folly','It will indeed take me longer than I had thought to uncover the dark secrets behind the enchantments Arugal was using.$b$bBut in the meantime I need you to take care of a slight problem our Darkstalkers have discovered. It seems that Arugal let his magic spread to the Deep Elem Mine in the hills to the southeast.$b$bThe mine would prove to be quite a resource for Varimathras\'s advance.$b$bI want you to behead the tainted foreman of the mine, Grimson the Pale. With his death, the mine shall be ours.','Kill Grimson the Pale and bring his head to Dalar Dawnweaver at the Sepulcher.','Most excellent. The mine will provide superb resources for our forces as we spread throughout Silverpine and into Azeroth.','Has Grimson the Pale been slain? Varimathras will not be pleased if we ignore his bidding.','','','','','',3634,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,1460,0,0,0,0,0,0,0,6300,0,0,0,0,'',423,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(425,4044,130,0,8,10,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ivar the Foul','My brother Quinn and I were tasked to recon Silverpine Forest and report to High Executor Hadrec. But we didn\'t get far -- when moving through this farm we were attacked by the ghoul Ivar the Foul.$B$BWe escaped from Ivar, but he seriously mauled Quinn. He\'s healing from the potion you gave him, but Ivar may return before Quinn recovers.$B$BKill Ivar so Quinn will have time to heal. Ivar is usually in the barn yonder, waiting for my guard to drop.','Kill Ivar the Foul, and bring Ivar\'s Head to Rane Yorick at the Ivar Patch.','Ah, thank you. You have my gratitude, $N.$b$bAnd I will include you in the report I make to my superiors.','Have you killed Ivar the Foul? If you won\'t do it for me and my brother, then do it for the Forsaken.','','','','','',3621,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3453,3583,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',430,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(426,4044,85,0,8,6,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Mills Overrun','The Scourge are trying to form a base at the Agamand Mills. If they do, then they can stage further attacks within Tirisfal.$B$BThe orders have been given. The Scourge in the Mills must be destroyed.$B$BGo to the Mills. Collect Notched Ribs from Rattlecage and Cracked Skull Soldiers, and Blackened Skulls from Darkeye Bonecasters.$B$BTo get to the Mills, follow the road west. After crossing the bridge, take the next fork north then keep going north. When you see windmills, the battle will begin.','Gather 5 Notched Ribs and 3 Blackened Skulls, then return to Deathguard Dillinger in Brill.','Your efforts in the war are felt among us, $N. I will not thank you for doing what is necessary, but the Deathguards of Tirisfal will remember your name.','Our battles with the Scourge wage on, $N. Do your part and throw those cursed, mindless undead back into the Plaguelands!','','','','','',3162,3163,0,0,0,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3447,3834,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',404,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(427,4044,85,0,8,5,8,0,690,0,0,0,0,0,0,0,0,370,0,0,'At War With The Scarlet Crusade','The documents Executor Arren provided are just the break we needed in our battle with the wretched Scarlet Crusade. We now know their exact locations throughout Tirisfal Glades.$b$bBut the Deathguard has larger concerns. The Lich King\'s army grows in number each night. We need someone with \"initiative\" like yourself to drive the Scarlet Crusade to the grave.$b$bProve to me you are capable of serving The Dark Lady by travelling west to the tower past the Solliden Farmstead and slay 10 Scarlet Warriors.','Executor Zygand of Brill wants you to kill 10 Scarlet Warriors.','Most excellent, $C. Your skill in the art of combat is undeniable.','If you wish to prove your worth to The Dark Lady, slay 10 Scarlet Warriors, $C.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1535,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',383,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(428,4044,130,0,8,10,12,0,690,0,0,0,0,0,0,0,0,429,0,0,'Lost Deathstalkers','A couple weeks ago two of our Deathstalkers, Rane and Quinn Yorick, were sent on a reconnaissance mission through northern Silverpine. We have not heard from them.$B$BThey may have become victim to the Scourge, though if that is true then I want it confirmed. Find these Deathstalkers.$B$BTheir first objective was to scout the farms in northern Silverpine. You should begin your search there.','Find the Deathstalkers Quinn and Rane Yorick.','You found us! And not a moment too soon...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(429,4044,130,0,8,10,11,0,690,0,0,0,0,0,0,0,0,430,0,0,'Wild Hearts','My brother Quinn was badly hurt by the ghoul, Ivar the Foul, and I don\'t know if he will heal properly without magical aid. Although I am not an apothecary, I do know that our apothecaries can make healing potions from the discolored hearts of worgs.$B$BGather such hearts and take them to Apothecary Renferrel at the Sepulcher to the south. Then return here with the potion.$B$BYou can find plenty of worgs between here and Malden\'s Orchard to the east.','Gather 6 discolored worg hearts and bring them to Apothecary Renferrel at the Sepulcher.','$b$bIt is troubling to hear our Deathstalkers have failed their mission.$b$bLet us hope that these failures are rare.$b$bI\'ll give you the potion in a moment, but here is its recipe - if those Deathstalkers find themselves in need of future aid, then perhaps you can give it yourself.','My time is short, $c, for the Dark Lady has charged me with a grave task.','','','','','',3164,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4597,4596,0,0,1,1,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',428,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(430,4044,130,0,0,10,11,0,690,0,0,0,0,0,0,0,0,0,3165,1,'Return to Quinn','Here is the potion to aid in Quinn Yorick\'s recovery.$B$BNow if you will excuse me, I have very important work to continue...','Bring Quinn\'s potion to Quinn Yorick at the Ivar Patch, north of the Sepulcher.','$b$bYes, I can feel it working. I will soon be able to travel.$b$bYou have done me a great favor, $N.','My sister told me you were here to aid us. Is that true?','','','','','',3165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',429,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(431,4044,85,0,8,5,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Candles of Beckoning','','','You grab one of the candles and place it in your pack.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(432,4044,1,0,8,5,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Those Blasted Troggs!','Those Light-blasted troggs, turning my work site into a wreck! Look at that, there goes another barrel of powder!$b$bOhhh, I wish I could go down there and wring every one of their scrawny little necks! I want to kill them all!$b$bThis can\'t be good for my health, all this stress and anger... What have they left me with? Nothing!$b$bI\'d kill them myself, but my aim\'s no good anymore! You go into the quarry and kill some of the filthy buggers! I\'ll pay you! Just hurt them, kill them!','Kill 6 Rockjaw Skullthumpers for Foreman Stonebrow at the Gol\'Bolar quarry.','Well, that makes me feel a little better...$b$bBut I won\'t be happy until they\'re all dead! All of them!','It makes me so mad! Grrr...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(433,4044,1,0,8,6,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Public Servant','As a member of the Senate and the Explorers\' League, I\'ve taken it upon myself to take care of this part of the trogg infestation that has gripped our lands.$b$bThey\'ve certainly made a mess of Gol\'Bolar quarry, and for no reason. As we dug deep into the earth, they poured out, destroying our equipment and driving the miners out. There\'s not much for us to do but to exterminate the lot of them, rebuild, then get back to work.$b$bIf you help me with the troggs, I\'ll gladly recompense you for your time.','Kill 10 Rockjaw Bonesnappers for Senator Mehr Stonehallow at the Gol\'Bolar quarry.','It is a start. Hopefully we can take advantage of it, and move some Mountaineers in to secure the area. Then we can begin to restore our infrastructure and get the miners back to work.$b$bThank you for your assistance, $N.','If we can remove the troggs from Gol\'Bolar quarry, it will be the first step of many that we will have to undertake to rid ourselves of this menace.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1117,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,150,150,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(434,4044,1519,0,2,16,31,0,1101,0,0,0,0,0,0,0,0,394,0,0,'The Attack!','After I put on Spybot\'s disguise, he\'ll head in to talk to Lescovar. The guards should let him pass no problem.$B$BWhile you were getting materials for me, I took care of informing Marzon that it was time for him and Lescovar to meet again. I even dropped some false information.$B$BLescovar will dismiss his guards and wait for Marzon out here in the garden. After you catch wind of talk about the Defias, make your move. You need to kill them both before the guards return! When you\'re done, speak to Trias.','Remain in the garden until Lord Gregor Lescovar and Marzon the Silent Blade have had their conversation. Afterwards, kill them both before returning to Elling Trias in Stormwind.','So it is done? Good. Thank you greatly for your discretion, $N. You\'ve proven worthy on more than one count. I\'ll be sure to keep my eyes on you and your progress within the Alliance.$B$BBe sure to keep your nose clean.','Yes, $N? Are things going well with Tyrion? He apprised me of the situation and I\'ve helped him trick Marzon into going to the castle.$B$BMarzon has been a thorn in the side of many people in Stormwind; many of which are close friends of mine. No one messes with my friends... not if they know what\'s healthy for them.$B$BIt\'s just a shame I\'m indirectly doing a favor for Shaw and SI:7 in the meantime. Oh well, not every plan is perfect.','Overhear Lescovar and Marzon\'s Conversation','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1754,1755,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',2746,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,0,0,0,3,6,1,1,0,0,0,0,0,1,0,0,4),(435,4044,130,0,2,10,11,0,690,0,0,0,0,0,0,0,0,449,0,0,'Escorting Erland','The wolves outside won\'t leave, and they eye me evilly every time I step foot out that door. They must be incredibly hungry to think I\'m worth eating.$B$BI have to report to my teammate, the Deathstalker Rane Yorick. And to get to Rane, I\'ll need help against those wolves.$B$BPlease escort me! And there are a lot of wolves out there, so we\'ll have a better chance if you have friends who can help...','Escort Erland through the wolves, to Rane Yorick.','Thank you for the aid, $N. I had feared Erland was overcome by the dangers of Silverpine. With your help, I see that he has not.','','Erland must reach Rane Yorick','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3455,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(436,4044,38,0,8,13,18,0,1101,0,0,0,0,0,0,0,0,297,0,0,'Ironband\'s Excavation','Prospector Ironband is heading an excavation of ancient ruins east of the lake. His progress has been slow lately, especially considering all the supplies we\'ve sent him.$B$BIronband\'s a stout, honest dwarf who values results, which has me worried that forces are at work against him.$B$BGo to Ironband\'s Excavation and speak with Magmar Fellhew. He manages the details of the site and will know why there\'s a slowdown.$B$BTo get to the excavation site, go around the southern tip of the lake, then head east.','Speak with Explorer Fellhew.','Jern wants to know what the slowdown is, eh?$b$bIronband is putting together his latest progress report with details, but I can tell you this:$b$bIt\'s the Troggs!!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(437,4044,130,0,12,10,14,0,690,0,0,0,0,0,0,0,0,438,0,0,'The Dead Fields','Our initial scouting reports of Silverpine show the rot hides have a base at an old farm to the north, the Dead Fields. We have sent small assaults against them, but each time they are reinforced by the banshee Nightlash, who uses her magic to rout our forces.$B$BWe want Nightlash destroyed.$B$BGo to the Dead Fields and assault the rot hides. If you don\'t see Nightlash then kill the rot hides until she appears, then defeat her.$B$BHer essence will turn to dust. Bring me that dust as proof.','Kill rot hide gnolls at the Dead Fields.$B$BWhen Nightlash appears, kill her.$B$BBring the Essence of Nightlash to High Executor Hadrec at the Sepulcher.','I heard of your successful raid against the rot hides, $N, and this essence is proof of Nightlash\'s death.$b$bThe Scourge have lost ground this day. Your value to the Forsaken grows.','Have you defeated Nightlash, $N? Our success against the rot hides depends on her destruction!','Enter the Dead Fields','','','','',3622,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3454,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,173,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(438,4044,130,0,8,10,16,0,690,0,0,0,0,0,0,0,0,439,0,0,'The Decrepit Ferry','$N, we\'ve discovered a new hive for the Scourge: the Decrepit Ferry. The ferry lies east of the Sepulcher, and is heavily patrolled by rot hides and other undead.$B$BThere must be a reason for the Scourge\'s occupation of the area. Go to the Decrepit Ferry and find out why the Scourge are there.','Go to the Decrepit Ferry.$B$BSearch for the reason the Scourge are there.','Heaped within this boat is a pile of wrapped corpses. And looking east across Lordamere Lake, an opposing dock on Fenris Isle can be seen.$B$BThe fate of the corpses must lie on Fenris Isle.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',437,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(439,4044,130,0,0,10,16,0,690,0,0,0,0,0,0,0,0,443,3234,1,'Rot Hide Clues','Among the corpses a hand protrudes, unwrapped. It is the hand of a woman, pockmarked from the plague but relatively fresh. $B$BOn the hand is a ring. Removing the ring and inspecting it reveals an engraving:$B$B\"For Deliah\"','Bring Deliah\'s Ring to High Executor Hadrec at the Sepulcher.','You say that this ring was worn by a woman, recently killed?$B$BThe only nearby source of such a body would be the mass graves in Tirisfal. The Rot Hide Gnolls must be taking those corpses to Fenris Isle!','$N. You return, so I assume your investigations bore fruit?','','','','','',3234,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',438,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(440,4044,130,0,0,10,16,0,690,0,0,0,0,0,0,0,0,441,3234,1,'The Engraved Ring','If you want to find the husband or beloved who gave Deliah her ring... then speak with Magistrate Sevren in Brill. He should have records of recent deaths and, with luck, can discover who Deliah is.$B$BBut I wouldn\'t hope. Whoever gave her the ring is probably dead. Or if he\'s undead he probably no longer cares about Deliah.','Bring Deliah\'s Ring to Magistrate Sevren in Brill.','A Deliah did live in Brill not long ago. She was buried in the mass grave but if what you say is true, then the Rot Hide Gnolls must have stolen her body and taken it to Silverpine.$b$bThe Rot Hides, like all the Scourge, must be destroyed. I trust you are taking steps to make that happen.','Hello, $N. What brings you back to Brill?','','','','','',3234,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',439,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(441,4044,130,0,0,10,16,0,690,0,0,0,0,0,0,0,0,530,3234,1,'Raleigh and the Undercity','Deliah had a husband, Raleigh, who now dwells in the Undercity. If the Deliah who lived in Brill is the one who owned this ring, then Raleigh will know.$B$BRaleigh is in the Trade Quarter of the Undercity.','Bring Deliah\'s Ring to Raleigh.','Yes, this ring was my wife\'s. Her fate was the fate of all who fail to endure these harsh times. I feel nothing for her death, nor for the story you tell of her body\'s abduction.$b$bSuch feelings have long since grown cold within me. But desire does still burn in my dead heart, $N.$b$bDesire for revenge.','Do I know you?','','','','','',3234,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',440,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(442,4044,130,0,8,10,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Assault on Fenris Isle','Now is the time to assault the Scourge\'s place of strength in Silverpine: Fenris Isle.$B$BYou must again go to the Isle and destroy Thule Ravenclaw. I want his head!$B$BThis mission is as dangerous as it is vital, $N. You must not fail.','Bring Thule\'s Head to High Executor Hadrec at the Sepulcher.','The death of Thule Ravenclaw was no small event, $N. Renferrel tells me that the energies released when you destroyed Thule were felt even as far as the Sepulcher.$b$bYour actions ring through the ranks of the Forsaken. Your value to us grows.','The Scourge cannot be allowed to remain in Silverpine, $N. Come back to me when you have proof of Thule\'s death.','','','','','',3623,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3461,3462,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',448,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(443,4044,130,0,8,10,17,0,690,0,0,0,0,0,0,0,0,444,0,0,'Rot Hide Ichor','Before we launch an assault on Fenris Isle, we must determine who is behind the rot hide gnolls. Our apothecaries believe their origin lies within the strange fluid that flows through their bodies.$B$BGo to Fenris Isle, east of the Decrepit Ferry, and collect rot hide ichor from the gnolls you find there. Bring it to Apothecary Renferrel, stationed outside the Sepulcher.','Bring 8 bottles of rot hide ichor to Apothecary Renferrel at the Sepulcher.','Very good. This ichor will help us understand the nature of the rot hides, and may show us their weakness...$b$b...if they have one.','Do you have the rot hide ichor, $N?','','','','','',3236,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',438,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(444,4044,130,0,0,10,17,0,690,0,0,0,0,0,0,0,0,0,3237,1,'Rot Hide Origins','I have reduced the ichor you brought me and separated it into its base components. My findings are not conclusive, but I have determined that warlock and necromantic magics were used in the ichor\'s creation.$B$BWhile I continue to study the ichor, I want you to take a sample to Bethor Iceshard in the Undercity. Bethor is not an apothecary, but his knowledge of magic may help to unravel the mystery of the rot hides.$B$BGo. You will find Bethor in the Magic Quarter of the Undercity.','Bring the Sample Ichor to Bethor Iceshard in the Undercity.','This substance is laced with powerful spells, some of which I have not seen for a long, long time...$b$bOne moment -- I must invoke a spell of divination...','My studies require great concentration. So I hope your visit is not a frivolous one.','','','','','',3237,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,0,0,0,'',443,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(445,4044,85,0,0,9,10,0,690,0,0,0,0,0,0,0,0,0,3238,1,'Delivery to Silverpine Forest','Time is a luxury that is not afforded to those of us under the employ of Lady Sylvanas. Surely you know this by now.$b$bAs a member of the Royal Apothecary Society it is my duty to share my knowledge with my colleagues so that our collective efforts might one day provide The Dark Lady with the New Plague she so badly desires.$b$bTake these findings to Apothecary Renferrel who is stationed at The Sepulcher in Silverpine Forest. Follow the roads to the south from Brill. From the Undercity go southwest.','Take Apothecary Johaan\'s findings to Apothecary Renferrel in Silverpine Forest.','Ah, how good of Apothecary Johaan to send his research. With so many new developments here in Silverpine, I nearly forgot about the findings coming out of Lordaeron and Tirisfal Glades. Which reminds me, I need to get those samples off to the Necropolis soon.$b$bBut you must excuse my rambling. Extend your stay in Silverpine, $N. We could use an able bodied $C like you around here.','What business do you have with me, $C?','','','','','',3238,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(446,4044,130,0,0,10,16,0,690,0,0,0,0,0,0,0,0,448,3250,1,'Thule Ravenclaw','This Ichor was crafted by an old colleague of mine: Thule Ravenclaw. He was a young, promising mage before the great war, but when the Lich King rose to power, he betrayed his brethren and allied with the Scourge.$B$BI did not realize he still lives, nor that he leads the Rot Hides in their forays against us!$B$BI know many of his spells, and can help concoct a potion to counter them. Take this scroll back to Apothecary Renferrel. It has the incantations needed for the potion.','Bring Bethor\'s Scroll to Apothecary Renferrel at the Silverpine Sepulcher.','This scroll is laced with powerful magic. I\'ve never used such forces in a potion ... it will be a powerful mixture, and should serve you well should you attack Thule in his stronghold on Fenris Isle.','Greetings, $N. What did Bethor have to say?','','','','','',3250,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3251,0,0,0,1,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',444,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(447,4044,130,0,8,9,12,0,690,0,0,0,0,0,0,0,0,450,0,0,'A Recipe For Death','Arthas\'s numbers are overwhelming. But with a New Plague we could eradicate both the Scourge Army and the Human infestation once and for all.$b$bMy studies have proven that spider blood combined with a toxin derived from a grizzled bear heart results in a deadly elixir. Collect samples from the spiders in the Skittering Dark to the northwest and from the bears wandering throughout Silverpine Forest. Deliver the reagents to Master Apothecary Faranell of the Royal Apothecary Society in the Undercity.','Collect 6 Grizzled Bear Hearts and 6 samples of Skittering Blood and deliver them to Master Apothecary Faranell in the Undercity.','How good of Apothecary Renferrel to send you to me, $N. These samples will indeed prove useful to the cause. I will begin studying their toxic and contaminable properties at once.','Hail, $C. What business do you have with the Royal Apothecary Society?','','','','','',3253,3254,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,20,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(448,4044,130,0,8,10,16,0,690,0,0,0,0,0,0,0,0,442,0,0,'Report to Hadrec','Before you launch an assault on Fenris Isle, report to High Executor Hadrec. He may have additional information or equipment you\'ll need.','Report to High Executor Hadrec at the Sepulcher.','If what Bethor says is true then Thule Ravenclaw is a force that must be dealt with, and dealt with soon.$b$bTo aid in this task, you may take something from our arsenal here...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3240,2863,0,0,0,0,5,5,0,0,0,0,2313,0,0,0,1,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',446,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(449,4044,130,0,0,10,11,0,690,0,0,0,0,0,0,0,0,3221,3252,1,'The Deathstalkers\' Report','Although Quinn\'s wounds are mending, I want to get our report to High Executor Hadrec as quickly as possible. It has information that is vital to the Forsaken\'s occupation of Silverpine.','Bring the Deathstalker Report to High Executor Hadrec at the Sepulcher.','I hadn\'t accounted for the level of Scourge presence we\'ve seen in Silverpine Forest, nor for the troubles our Deathstalkers have had in their scouting efforts.$b$bYour aid to our Deathstalkers was invaluable, $N. And you will be commended.','Did you discover the fate of the Deathstalkers?','','','','','',3252,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',435,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(450,4044,130,0,8,9,15,0,690,0,0,0,0,0,0,0,0,451,0,0,'A Recipe For Death','You can be of further service to the Royal Apothecary Society, $N.$b$bWhen Arugal cast his wretched magic on the forest, he cursed one of our most promising members, Apothecary Berard. Now a mindless servant of Arugal, Berard is useless to us. But his findings might prove to be of worth. He was studying an ancient plague that killed off all the aquatic life in Lake Lordamere ages ago.$b$bRetrieve Berard\'s Journal from his study in the Pyrewood Village Inn and take it to Apothecary Renferrel.','Retrieve Apothecary Berard\'s journal from Pyrewood Village and take it to Apothecary Renferrel at the Sepulcher.','Apothecary Berard\'s journal! Why you are quite brave, $N. Now let\'s see what Berard was up to before he went mad. . .','I see you are back, $N.','','','','','',3255,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',447,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(451,4044,130,0,8,9,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Recipe For Death','According to Berard\'s Journal the moss from Lake Skulkers and Creepers might prove useful for our quest to brew a new plague. Those beasts dwell on the islands in Lake Lordamere to the east.$b$bHe also mentions a very rare Hardened Tumor that he discovered on a Vile Fin murloc. Apparently the tumor is so rare Berard was only able to obtain one.$b$bCollect samples of the moss as well as the rare hardened tumor and take them to Master Apothecary Faranell in the Undercity.','Bring 6 samples of Lake Creeper Moss, 6 samples of Lake Skulker Moss and a Hardened Tumor to Master Apothecary Faranell in the Undercity.','Such a blow to the Royal Apothecary Society to lose Berard. But through your hard work and Apothecary Renferrel\'s diligent research Berard\'s studies will still be useful to The Dark Lady\'s plight.$b$bWe are on the cusp of something great here, $N. If you were not so skilled in the ways of combat I would try to recruit you for membership in the Society.','What brings you back to the Undercity, $N?','','','','','',3256,3257,3258,0,0,0,6,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3451,3582,0,0,0,0,1,1,0,0,0,0,2458,2459,0,0,1,1,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',450,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(452,4044,130,0,2,12,15,0,690,0,0,0,0,0,0,0,0,0,0,0,'Pyrewood Ambush','You got here just in the nick of time, $N!$b$bThe Pyrewood Council will be returning any moment. Arugal has other matters to tend to in the keep. He uses the Council as mere puppets to keep the mindless minions of Pyrewood under his control. But I believe that without the guidance of the Pyrewood Council, the sons of Arugal will turn against their master.$b$bI cannot handle them all by myself. I need you to help me. Together we can lay waste to the Council for Lady Sylvanas.','Help Deathstalker Faerleia kill the Pyrewood Council.','You fought like a true disciple of the Dark Lady, $n. With the council dead, perhaps we can gain control of this town once and for all and drive Arugal from Shadowfang Keep. I salute you!','','Aid Faerleia in killing the Pyrewood Council','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,2818,3449,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,5),(453,4044,10,0,0,20,25,0,1101,0,0,0,0,0,0,0,0,268,2161,1,'Finding the Shadowy Figure','Good luck, $N. I hope you find the chap, and I hope you find him alive.$B$BIf he\'s left the safety of Darkshire then he could be prey to the beasts of the wilds.','Find the Shadowy Figure. Your clues:$B$BHe is not native to Darkshire.$B$BHe is a nervous, jittery person.$B$BHe left Darkshire and headed west.','$B$BYes, I\'m the author of that book. You finally found me, eh?$B$BWell if you read that journal...then you only know the half of it!','Who are you?? Leave me be!','','','','','',2161,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',266,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(454,4044,38,0,8,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'After the Ambush','We\'d been hauling the barrels of powder back and forth in trips before this... business. Now we have to split up the work, Miran\'s taking the barrels and I\'m watching over the other ones.$b$bI don\'t feel safe letting Miran haul the rest of the shipment by himself. When he\'s ready to go, maybe you could escort him on his next trip?','Speak with Miran.','Hello, $C.$b$bYou\'ll be escorting me to the excavation site? That\'s good to hear... After Saean and his cronies, who knows what else the Dark Irons might have up their sleeves?$b$bAnyways, let me just make some final checks. Talk to me again when you\'re ready to go.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',273,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(455,4044,11,0,12,19,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Algaz Gauntlet','Orcs of the Dragonmaw clan have a haven in the Wetlands. And now they have expanded into Dun Algaz! We can\'t let them keep their foothold here or Loch Modan will be cut off from Menethil Harbor, our port and stronghold in the Wetlands.$B$BBreak through Dun Algaz to the Wetlands beyond, and kill some orcs for good measure! Report to Valstag Ironjaw in Menethil Harbor.$B$BMenethil is through Dun Algaz, then north along the road, then west at the fork.$B$BWe\'re counting on you, $N. Do not fail.','Traverse Dun Algaz.$B$BKill 8 Dragonmaw Scouts and 6 Dragonmaw Grunts.$B$BReport to Valstag Ironjaw in Menethil Harbor.','Your report is full of bad news!$b$bI see the Dragonmaws are making a strong move into Algaz. Normally the Dragonmaws just hide up in the hills. What made them surge into Algaz is still a mystery...$b$bThank you, $N. And we\'ll probably want your help dealing with these orcs.','You\'re coming from Loch Modan? How is the orc situation at Algaz Gate?','Traverse Dun Algaz','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2103,2102,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,7500,175,0,0,0,'',468,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(456,4044,188,0,8,1,2,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Balance of Nature','Greetings, $N. I am Conservator Ilthalaine. My purpose in Shadowglen is to ensure that the balance of nature is maintained.$b$bThe spring rains were particularly heavy this year, causing some of the forest\'s beasts to flourish while others suffered.$b$bUnfortunately, the nightsaber and thistle boar populations grew too large. Shadowglen can only produce so much food for the beasts. Journey forth, young $c, and thin the boar and saber populations so that nature\'s harmony will be preserved.','Kill 4 Young Nightsabers and 4 Young Thistle Boars and return to Conservator Ilthalaine.','You performed your duties well, $N.','There is still work to be done, $N. Return to me once you have thinned the nightsaber and thistle boar populations.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2031,1984,0,0,4,4,0,0,0,0,0,0,0,0,0,0,5394,11187,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,1,0,6),(457,4044,188,0,8,1,3,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Balance of Nature','Thinning the younger population of creatures here in Shadowglen was a good start, $N, but there is still work to be done.$b$bThe resources of the forest will be depleted too quickly if the problem is not addressed. Killing nature\'s beasts is a necessary evil for the good of all who share the land. Venture into the forest and slay mangy nightsabers and thistle boars in the name of balance.','Conservator Ilthalaine needs you to kill 5 Mangy Nightsabers and 5 Thistle Boars.','You have proven your dedication to nature well, $N. A young $c like yourself has a promising future.','Your task is not yet complete, $N. Return to me once 5 mangy nightsabers and 5 thistle boars have been killed.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2032,1985,0,0,5,5,0,0,0,0,0,0,0,0,0,0,5405,6058,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',456,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,1,21,0,0,0,0,0,0,0,25,25,0,6),(458,4044,188,0,8,1,1,0,1101,0,0,0,0,0,0,0,0,459,0,0,'The Woodland Protector','Thank goodness you are here, $c. Strange news has traveled to me through the whisperings of the forest spirits.$b$bThe mysterious woodland protector, Tarindrella, has returned to Shadowglen. The dryad\'s presence has not been felt in the forests of Kalimdor in years. Something is surely amiss if she has journeyed back to this land.$b$bSeek out Tarindrella and see what business she tends to in our grove. One of the Sentinels reported seeing her to the southwest of Aldrassil.','Seek out the dryad known as Tarindrella.','I see you found me, young $r. Melithar is a wise druid to have sent you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(459,4044,188,0,8,1,3,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Woodland Protector','Something evil is brewing in the forests of Teldrassil. Look long the hills to where the peaceful furbolgs used to dwell. They have deserted their homes and are amassing under the name of the Gnarlpine tribe.$b$bOnly the corruption of wicked Fel Moss could cause such a transformation. The grells and grellkin have infested the area and are threatening the residents of Shadowglen. $b$bEngage these grells and grellkin, $N, and see if they are indeed caught under the enchantment of the wicked Fel Moss.','Collect 8 Fel Moss and bring them to Tarindrella.','Your service to the creatures of Shadowglen is worthy of reward, $N.$b$bYou confirmed my fears, however. If the grells have become tainted by the Fel Moss, one can only imagine what has become of the Gnarlpine tribe of furbolgs who once lived here.$b$bShould you find yourself in Dolanaar, able $C, seek out the knowledgeable druid, Athridas Bearmantle. He shares our concern for the well being of the forest.','Satisfy my suspicions, $N. Bring to me 8 Fel Moss.','','','','','',3297,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5398,5399,11190,0,0,0,1,1,1,0,0,0,961,0,0,0,3,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',458,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(460,4044,130,0,0,12,17,0,690,0,0,0,0,0,0,0,0,461,3317,1,'Resting in Pieces','You don\'t look like a rot hide. Good. I had lost hope...$B$BMy name is Alaric, and I was once Thule\'s head servant and bodyguard. He used his magic to \"protect\" me from the Plague of Undeath, but instead his spell gave me an unlife from which I cannot escape. And after creating the cursed rot hide gnolls, Thule beheaded me... and gave my head to the gnolls as a plaything!$B$BPlease, take me to my body. I believe the gnolls buried it here in Fenris Keep, near the stable, in an unmarked grave.','Bring Alaric\'s Head to his grave.','Thank you, $N. I had feared the Gnolls destroyed my body. It is good to know they did not.','This grave was hastily dug.','','','','','',3317,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(461,4044,130,0,0,12,18,0,690,0,0,0,0,0,0,0,0,491,3318,1,'The Hidden Niche','I know of a hidden niche within the keep that holds an item dear to Thule, and his old colleagues. It also holds something you might find useful. Take me there!$B$BThe alcove is in the southwestern tower of the keep, behind a dusty shelf.$B$BTake my body, but leave my boots. They never fit me anyway...','Take Alaric to the hidden alcove.','There we are, it\'s open. Leave me here. I spent the best days of my life in this keep, and the thought of resting within its walls gives me comfort.$b$bBe sure to close the alcove tight - I don\'t want those Rot Hides to find me.$b$bOh, and take this. You\'ve earned it.','This is the spot! Bring me closer...','','','','','',3318,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',460,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(462,5875,11,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Other than you, we sent two scouts through Algaz. Only one returned. Here\'s what he discovered:$B$BThe Dragonmaws sent one of their Lieutenants, Maruk Wyrmscale, to organize a crew of orcs in Algaz and cut off the land route to Menethil Harbor!$B$BWe have to stop this, now. Take out Maruk, and then report to Valstag Ironjaw in Menethil Harbor.$B$BMaruk is headquartered in a small cave, across a pond between the second and third tunnels of Algaz. Menethil is through Algaz, then west along the road.','Kill Maruk Wyrmscale$B$BReport to Valstag Ironjaw in Menethil Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2090,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(463,4044,11,0,8,20,21,0,1101,0,0,0,0,0,0,0,0,276,0,0,'The Greenwarden','You\'ve heard of the Greenwarden? You\'re not looking for him, are you? Well I say you\'re crazy if you are, but who am I to keep a fool from $ghis:her; death?$B$BIf you are seeking that beast, then I hear he is in the marsh, east of the road where it forks to Dun Modr. He\'s lurking there among the crocs...and worse!$B$BAnd leave your money here. You won\'t need it where you\'re going...and you don\'t want to chip ol\' Greenie\'s tooth on your gold when he bites you in half, do you?','Find the Greenwarden.','The roots and ferns speak well of you, small one. Although I have many names, I answer to only a few. But you may call me Rethiel.$B$BAnd you must harken...for these lands weep from festered wounds, and I would charge you to heal them.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(464,4044,11,0,8,23,26,0,1101,0,0,0,0,0,0,0,0,465,0,0,'War Banners','The Dragonmaw orc clan was all but destroyed by the end of the Second War, after they lost control of their red dragon pets. The dragons were not very happy with their old masters, and fiercely hunted the Dragonmaws. What few remained fled from Grim Batol and into the Mountains east of Whelgar\'s Excavation.$B$BNow they\'ve gained strength, and have an encampment northeast of Menethil.$B$BWe want you to attack that encampment. Gather and bring me their war banners as proof.','Bring 8 Dragonmaw War Banners to Captain Stoutfist.','Well fought, $N. The Dragonmaws are not the same threat they were when they had dragons, but they\'re still fierce opponents.$b$bThe Dragonmaws are led by Nek\'rosh, son of Nekros, who was the former head of the Dragonmaws years ago. Nekros used powerful magic to tame the Red Dragons, but when that magic failed him...the dragons were not happy.$b$bNekros was killed, and his son has vowed revenge against the dragons who slew his father.','Have you attacked the Dragonmaw encampment?','','','','','',3337,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',473,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(465,4044,11,0,0,23,26,0,1101,0,0,0,0,0,0,0,0,474,3339,1,'Nek\'rosh\'s Gambit','While you were fighting the Dragonmaws, we discovered more of their plans.$B$BNek\'rosh has built catapults and aims to lay siege to Menethil! And with the fighting in Dun Algaz, we\'re effectively blocked from reinforcements!$B$BYou need to take out those catapults. They\'re in the Dragonmaw encampment.$B$BHere, take this tinder. Fight your way to the catapults and light them with the tinder.$B$BAnd after you\'ve done that, find and kill Nek\'rosh. We need to cut this Dragonmaw beast down...at its neck.','Destroy the Dragonmaw catapults.','You place some of the tinder on the catapult then strike a spark onto it.$B$BFlame erupts and quickly spreads!','The first catapult is before you. Will you set it aflame?','','','','','',3339,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',464,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(466,4044,1,0,8,20,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Search for Incendicite','I heard that a rare ore, incendicite, was found in the Wetlands, in a cave northwest of Algaz Gate. Incendicite is volatile stuff and hard to use without blowing yourself up, but I\'m sure if it\'s smelted the right way it could make cannon shells that pack a mighty punch!$B$BGet me incendicite ore and I\'ll find someone brave enough to experiment with it.$B$BOh, and to extract that ore from a vein you\'ll need skill in mining. If you don\'t have it, then ... bring a friend who does to that cave!','Bring 6 loads of Incendicite Ore to Pilot Stonegear in Dun Morogh.','You got the ore! Well done, $N! I\'ll get someone to work with this right away. Let\'s hope he doesn\'t blow himself up!','Where is that ore, $N?!','','','','','',3340,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3565,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',467,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,5),(467,4044,1,0,8,20,23,0,1101,0,0,0,0,0,0,0,0,466,0,0,'Stonegear\'s Search','Pilot Stonegear loves his siege engine, as every pilot should! And he\'s always eager to find new ways to improve his tank\'s firepower!$B$BHe heard rumors of a rare ore and is looking for someone to hunt it down for him. If your boots are starting to itch, then find Stonegear at Steelgrill\'s Depot in Dun Morogh and see what he wants.','Speak with Pilot Stonegear.','Hello $N. You\'re here about the task I have, eh? It\'s good to see a young $R like yourself whose blood burns at the prospect of adventure!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(468,4044,11,0,8,19,21,0,1101,0,0,0,0,0,0,0,0,455,0,0,'Report to Mountaineer Rockgar','Mountaineer Rockgar is looking for volunteers for a mission through Dun Algaz and into the Wetlands. $B$BIf you want to get your boots wet in that soggy county to the north, then speak with Rockgar at Dun Algaz. Dun Algaz is north up the road, beyond the guard tower.','Speak with Mountaineer Rockgar.','Hello, $C! You\'re here for the scouting mission, are you? Very good!$b$bI hope your gear is in good condition, because this \"scouting\" mission has changed into something more messy...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(469,4044,11,0,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,3347,1,'Daily Delivery','Greetings, traveler!$b$bDon\'t suppose you might be heading in the direction of Menethil, would you? If you\'re not, I\'d suggest you stop there, it\'s a good place to purchase goods and even have a pint and relax.$b$bNow, if it just so happens that you\'re heading in that direction, I don\'t suppose you\'d mind taking this bundle of crocolisk skins to James Halloran, the tanner?$b$bI\'d do it myself, but my wife\'s been in quite a mood lately, and I\'d like to put off facing her as long as possible.','Deliver the Bundle of Crocolisk Skins to James Halloran, the tanner, in Menethil Harbor.','Hmm, this is from Einar, right? Hasn\'t delivered his skins to me in person for almost a week now. No doubt it\'s some differences with the wife!$b$bMaybe I\'ll have my wife go speak with Sida sometime...','Hello there, $C. Could I interest you in a pair of boots? Perhaps some newly cured skins?','','','','','',3347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(470,4044,11,0,8,19,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Digging Through the Ooze','On my weekly visit to Ironbeard\'s Tomb I was attacked by dreadful, dripping oozes! Naturally, I panicked.$b$bI threw my bag at one, but it didn\'t do anything! The ooze just sucked it right up... Luckily, it did give me enough time to get away.$b$bThe bad news is that I really need to get the contents of my bag!$b$bI don\'t know which ooze I threw my bag at; they all looked the same! Ironbeard\'s Tomb is northeast of here, near Dun Modr. Thank you so much!','One of the oozes at Ironbeard\'s Tomb has Sida\'s bag, retrieve it and bring it back to her in Menethil Harbor.','Oh, thank you, $N! I was afraid that it was lost for good!$B$B$B$BHm, I don\'t have much use for this anymore, but wash it off and I\'m sure you could make use of it.','Did you find my bag?','','','','','',3349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3352,0,0,0,1,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(471,4044,11,0,8,18,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Apprentice\'s Duties','I sent my apprentice out into the marshes to skin some of our famous giant Wetlands crocolisks. When he didn\'t return, I went out to look for him... Let\'s just say it wasn\'t a pretty sight.$b$bMidwife says he might pull through, but in the meantime I still need my skins!$b$b...If you\'d like to kill a few more of the brutes, I wouldn\'t be opposed, after what they did. You\'ll find the crocs north up the coast, beyond the murloc hovels.','Collect 6 Giant Crocolisk Skins and bring them to James Halloran in Menethil Harbor.','Hmm... Don\'t suppose you\'d be interested in becoming my apprentice, would you?$b$bHah! No, I\'m just kidding. You\'re much too old, for one thing. Besides - from the looks of you, it would seem that you have other ambitions in life. Nonetheless, these are some fine skins you\'ve procured, and I\'ll be able to put them to good use.','My apprentice is like a son to me. It\'s going to be hard for him to live his life with only one leg.$b$bAh, $N, how goes it? Do you have my skins?','','','','','',3348,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2545,3561,0,0,0,0,1,1,0,0,0,0,3681,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',484,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,6,11,0,0,0,3000,0,0,18,11,0,5),(472,4044,11,0,8,25,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fall of Dun Modr','Dun Modr has fallen to the Dark Iron Dwarves!$b$bMy wounds are grave, $c. Most of the regiment was killed! The Dark Iron thugs attacked us before we could regroup from the Thandol Span ambush.$b$bOur leader, Longbraid, sounded the retreat horn. As we left the town I was hit by a stray axe in the back. All went black.$b$bI awoke here in Menethil but I fear for my fellow soldiers. Hope still burns within me. Perhaps Longbraid is still alive! See if you can find him near Dun Modr, $r!','Search for Longbraid near the town of Dun Modr.','What brave $C sends word from Menethil? Ah $N, they call you.$b$bYou bring hope to a hopeless situation. \'Tis good news indeed that young Harlo survived. While fleeing he received a grievous wound. We had but little time to send him on his way on the back of the only surviving steed with the regiment.$b$bBut now we face a perilous situation. Dun Modr has fallen and we are but a shadow of the great regiment we once were.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,3),(473,4044,11,0,8,23,26,0,1101,0,0,0,0,0,0,0,0,464,0,0,'Report to Captain Stoutfist','$N. The Dragonmaw orc clan is showing its strength in more than just Algaz. Captain Stoutfist has asked to speak with those willing to offer aid against these orcs. He is inside the keep, in the war room.','Speak with Captain Stoutfist.','$N. Valstag briefed me on your past success with the Dragonmaw Orcs at Dun Algaz. You\'re a $R of worth.$b$bAnd I have a task for you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(474,4044,11,0,8,23,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Defeat Nek\'rosh','Now that the catapults have been burned, find and kill Chieftain Nek\'rosh.','Kill Chieftain Nek\'rosh$B$BBring Nek\'rosh\'s Head to Captain Stoutfist.','Stoutly done, $N. You have dealt a telling blow to the Dragonmaw orc clan. They may never recover. And the destruction of those catapults has made Menethil Harbor safe.$B$BYou are a $R of merit, and the kingdom of Ironforge rewards those who serve it well.','Have you killed Nek\'rosh?','','','','','',3625,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3209,6194,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',465,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(475,4044,141,0,8,4,6,0,1101,0,0,0,0,0,0,0,0,476,0,0,'A Troubling Breeze','A troubling breeze blows through the forest.$b$bGaerolas Talvethren serves as Great Warden to the hibernating Druids of the Talon in the Ban\'ethil Barrow Den. His duty as the chosen protector of the Sleeping is to ensure their safety so that their pact with Ysera remains fulfilled.$b$bBut word from Gaerolas is now delayed and I grow nervous. Travel east to Starbreeze Village and bring back a report from Gaerolas so that I can put my worries to rest, knowing my dreaming brethren slumber safely.','Seek out Gaerolas Talvethren in Starbreeze Village.\n','Thank the forest spirits you are here! I knew Athridas would sense trouble and send help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(476,4044,141,0,8,4,6,0,1101,0,0,0,0,0,0,0,0,483,0,0,'Gnarlpine Corruption','The Gnarlpine tribe has been corrupted!$b$bThe once peaceful furbolgs have turned against the protectors of the forest. They ambushed me as I left for the Ban\'ethil Barrow Den and proceeded to pillage Starbreeze Village. Ursal the Mauler, their chieftain, is using the evil powers of the Fel Moss to drive them mad.$b$bI am too wounded to return to Athridas to bring him this grave news. The task is left to you, young $c. We can only hope that the deranged Gnarlpines have not made it to Ban\'ethil yet!','Return to Athridas Bearmantle in Dolanaar.','By the stars! This is quite disturbing indeed!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',475,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,5,0,5),(477,4044,130,0,8,10,14,0,690,0,0,0,0,0,0,0,0,478,0,0,'Border Crossings','As you may know, the town of Ambermill remains a source of human opposition, mainly through the support they receive from the wizards of Dalaran.$b$bI don\'t know what their plan is, but for them to show interest in a backwater village like Ambermill indicates that it must have some greater importance.$b$bThey\'ve been shipping crates by the wagon from Hillsbrad. Many of those supplies end up at a small camp north of Pyrewood Village. Retrieve the contents of a crate and return them to me.','Retrieve the contents of one of the Dalaran wizards\' crates. You will find Pyrewood Village to the south.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(478,4044,130,0,0,10,14,0,690,0,0,0,0,0,0,0,0,481,3353,1,'Maps and Runes','','Bring the strange pendant to Shadow Priest Allister at the Sepulcher.','Maps and this... pendant, hm? Interesting.$b$bIt is obvious that the Dalaran wizards are interested in Ambermill for some purpose, but still, their aim is hidden to me.$b$bPerhaps Dalar will know something of their use.','Have you learned anything useful, $N?','','','','','',3353,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',477,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(479,4044,130,0,8,10,16,0,690,0,0,0,0,0,0,0,0,480,0,0,'Ambermill Investigations','Dalar is attempting to locate the source of the wizards\' spellcasting. For now, we\'ll have to slow their progress in any way we can...$b$bThe conjurers, mages and protectors are no doubt carrying the pendants. Remove and retrieve them.$b$bTake the main road south and the eastern fork into Ambermill.','Obtain 8 Dalaran Pendants for Shadow Priest Allister at the Sepulcher.','Dalar has found that the weaving is quite far along, despite the setback.$b$bA wizard of great power is guiding the magic energy. He must be stopped quickly.','We must hurry, their plans must not come to fruition, or we may lose our hold on Silverpine Forest.','','','','','',3354,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',482,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(480,4044,130,0,8,10,22,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Weaver','An archmage of great power is overseeing the reactivation of the ley energy node. With the progress they have made, our only hope of stopping them is by killing him. It will be difficult, he is no doubt protected by many other mages and warders.$b$bYou must go, and you must dispatch him quickly. When he is dead, retrieve his staff for me. Go now.','Kill the Dalaran archmage, then retrieve his staff for Shadow Priest Allister at the Sepulcher.','The magic of the wizards dissipates, and the ley energies fade into dormancy. Your efforts have been fruitful, $N, and we have dealt a major blow to our enemies, and to the overbearing wizards of Dalaran.$b$bWe must be vigilant, however, knowing that source of energy lies so close at hand... Plans must be made for the future.','Quickly, time runs short, $N!','','','','','',3515,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3452,3585,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',479,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(481,4044,130,0,0,10,14,0,690,0,0,0,0,0,0,0,0,482,3353,1,'Dalar\'s Analysis','Take the pendant to Dalar Dawnweaver, perhaps he can shed some light on the wizards\' plans.','Take the rune-inscribed pendant to Dalar Dawnweaver at the Sepulcher.','Interesting, more machinations of the Kirin Tor, it would seem. This is a powerful artifact. It was used frequently by powerful wizards of the Kirin Tor to channel magical energies.$b$bThat they are delivering so many to Ambermill indicates that they must be undergoing a project of some magnitude.$b$bI will see if I can pierce their shields and ascertain their intent.','Yes, $C? What is it?','','','','','',3353,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',478,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(482,4044,130,0,8,10,14,0,690,0,0,0,0,0,0,0,0,479,0,0,'Dalaran\'s Intentions','Of course! How could I have forgotten?$b$bAmbermill was one of the sites earmarked by the Kirin Tor, noted because it houses a dormant ley energy node. The wizards must be planning to reactivate the node and use its energies for some greater purpose.$b$bWe cannot allow this to happen...$b$bIt will take a great amount of power to activate the area\'s ley energies, we can stall them by taking the pendants away from the wizards.$b$bRelay this information to Allister, he will decide a course of action.','Speak with Shadow Priest Allister at the Sepulcher.','Ill news you bring, $N. If Dalar is correct--and I\'ve no reason to believe he isn\'t--we must move quickly.$b$bI must confer with him on our plan of attack. But in the meanwhile we will have to delay their progress.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',481,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(483,4044,141,0,8,4,9,0,1101,0,0,0,0,0,0,0,0,486,0,0,'The Relics of Wakening','Gnarlpine invaders were seen ravaging the Ban\'ethil Barrow Den to the west.$b$bThe slumbering druids will be trapped in the Emerald Dream for eternity, unaware of their fate, unless we help. The delicate hibernation ritual cannot be broken without the Relics of Wakening.$b$bJourney to the Den and retrieve the Raven Claw Talisman, Black Feather Quill, Sapphire of Sky, and Rune of Nesting. The druids store them in sacred chests. Return them to me and I will prepare the awakening ritual.','Retrieve the Relics of Wakening and bring them to Athridas Bearmantle in Dolanaar.','You have succeeded, young $C! Well done. And just in time I might add.','$N, the kidnapped Druids of the Talon will be forever trapped in the Emerald Dream if we cannot retrieve the Relics of Wakening from the Ban\'ethil Barrow Den to the west.$b$bFor every minute we delay their fate comes one step closer to eternal doom.','','','','','',3405,3406,3407,3408,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9599,9603,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',476,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(484,4044,11,0,8,18,22,0,1101,0,0,0,0,0,0,0,0,471,0,0,'Young Crocolisk Skins','I\'m James Halloran, the tanner. My cured crocolisk skins are sought after all over, shipments leaving by boat to ports around the world.$b$bMet Einar? He\'s one of the hunters that brings crocolisk skins in for me.$b$bI\'m a bit short on the softer skins that come off crocolisk young.$b$bBeing that I\'m running low, I\'ll pay you top coin for a stack of the skins. You can find the young crocs in the marshes right outside of town.','Obtain 4 Young Crocolisk Skins for James Halloran in Menethil Harbor.','Nice work you\'ve done here, $N. The quality of these skins is superb. I\'ll have to get them into the curing process as soon as possible. Oh, but before I get to that, there\'s some other work I need done that I think you might be able to take care of.','$N, right? Do you have my skins?','','','','','',3397,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',469,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,5),(485,4044,47,0,0,43,48,0,0,0,0,0,0,0,0,0,0,836,8704,1,'Find OOX-09/HL!','You have uncovered some sort of strange, egg-shaped device made from metal. Fiddling with one of its knobs springs the egg to life, as it opens up into some sort of gnomish robotic contraption! A voice from inside the robotic egg crackles to life.$B$B\"My name\'s Oglethorpe Obnoticus, and my homing robot has crashed! I will reward you for its recovery; please take this beacon to the robot!\"$B$B\"I now have computed the coordinates of the robot for you; it crashed at the head of the river near Skulk Rock!\"','Take the distress beacon to Oglethorpe\'s homing robot at the head of the river in the Hinterlands, near Skulk Rock.','You place the egg... distress beacon... inside the chicken... homing robot.$b$bHums and whirs are heard from inside the robot as it struggles to stand up. After the robot comes to life, Oglethorpe\'s voice is heard once more, but now from inside the robot:$b$b\"OOX-09/HL is working at least, but it needs major repairs! It is much too heavy for you to carry it... but I think I have an idea. Are you up for watching over it some more?\"','You appear to have uncovered the wreckage of... a robotic chicken? The voice from within the egg crackles to life again:$b$b\"Yes, excellent work! This is indeed my homing robot, though my sensors indicate that it needs a jump start before it can fly back to Booty Bay for repairs. Go ahead and place the beacon inside the rover - the beacon will take care of the rest!\"','','','','','',8704,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(486,4044,141,0,8,4,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ursal the Mauler','Now the time has come to save the Druids of the Talon. If we fail now, $N, they will be forever lost in sleep.$b$bI shall prepare the Relics of Wakening and perform the ritual. For my work to take effect, the cursed beast responsible for this horrible situation must be slain. Only then will the ritual be complete.$b$bIt was Ursal the Mauler who meddled with our brethren\'s calling and it is Ursal the Mauler who must now pay so they can be freed. Travel to Gnarlpine Hold in the southwest and slay him.','Kill Ursal the Mauler and return to Athridas Bearmantle in Dolanaar.','$N you have proven yourself a most worthy and able $C. A night elf who follows the path of honor as sure as you do is certain to find great glory in this world.$b$bMay the forest spirits protect you wherever your travels may take you.','Our brethren cannot be awakened until Ursal the Mauler has been slain, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2039,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,5459,5587,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',483,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(487,4044,141,0,8,5,8,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Road to Darnassus','The road to Darnassus must be kept safe. Travelers heading from Dolanaar to Darnassus have been reporting ruthless attacks by corrupted furbolgs from the Gnarlpine tribe.$b$bImportant news and commerce travels to and from Darnassus by way of this road daily. We cannot afford to have a rogue band of heathens terrorizing people.$b$bTake up arms in the name of the sacred forest, $c. Their den lies somewhere below this vantage point. Slay 6 of these Gnarlpine ambushers and report back to me.','Slay 6 Gnarlpine Ambushers and return to Sentinel Amara Nightwalker outside of Dolanaar.','You have served the good people of Dolanaar and Darnassus well, brave $C. As a member of the Sentinel force of Teldrassil I salute your efforts.','The road is still not safe, $c. Travel forth and slay 6 Gnarlpine Ambushers and return to me.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2152,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,5),(488,4044,141,0,8,4,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Zenn\'s Bidding','Eager for work, I see. Lucky for you a day never goes by that I don\'t wish I had a fledgling $c to perform my bidding.$b$bYou see, $N, I can make you very happy and provide you with things you never dreamed of having. But in order for that to happen you must bring me certain items.$b$bMy business in the forest often requires certain. . .reagents. Fetch for me 3 Nightsaber Fangs, 3 Strigid Owl Feathers and 3 swatches of Webwood Spider Silk.$b$bLet\'s keep this our little secret, $r.','Bring Zenn Foulhoof outside of Dolanaar 3 Nightsaber Fangs, 3 Strigid Owl Feathers and 3 swatches of Webwood Spider Silk.','Ha ha! Well, done indeed.$b$bWho would have ever guessed that I, Zenn Foulhoof, would have a $R to do my bidding? Certainly not me! But so it goes... this beloved world of ours is full of surprises.$b$bThree cheers for the naive and gullible!','Have you been a busy little bee, $N? I\'ve been waiting for you to bring me what I need.','','','','','',3409,3411,3412,0,0,0,3,3,3,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5457,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(489,4044,141,0,8,4,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Seek Redemption!','The Council of the Forest has news that you aided Zenn Foulhoof. The satyr is an enemy of the forest. As a $r, you should know better than to defile the forest by killing Nature\'s creatures.$b$bYou must redeem yourself in the eyes of the Council if you wish to remain a friend of Teldrassil.$b$bTeach Foulhoof a lesson and you shall be redeemed. Fel Cones are corrupted seeds that fall from the trees. They billow with green smoke.$b$bGive some to Foulhoof. He\'ll think you have brought him a harmless snack.','Collect 3 Fel Cones and give them to Zenn Foulhoof outside of Dolanaar.','Ah, what a sweet $R! I knew you would come in handy!','What do you have for me, $N? A lovely snack I presume?','','','','','',3418,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,500,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',488,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,5),(490,5875,141,0,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'','By strict orders from the Council of Darnassus, I am commissioning a bounty on the Gnarlpine Tribe. They are no longer friends of the forest. Their corruption has left them mindless threats to our people and the creatures of the glade.$b$bAs decreed by the Council, you shall be rewarded for removing the furbolg menaces from Kalidar. Bring to me their fangs as proof of your deeds.','Shayla Nightbreeze outside of Darnassus wants you to bring her 20 Gnarlpine Fangs.','','','','','','','',5220,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(491,4044,130,0,0,12,18,0,690,0,0,0,0,0,0,0,0,0,3425,1,'Wand to Bethor','Thule once told me that, long ago, he and two colleagues created a magic wand, woven together from the apprentice wands each mage possessed. This wand was a symbol of their friendship, and although Thule came to despise it he could not part with it, nor could he let the others have it. So he stole the wand, and hid it in Fenris Keep.$B$BHere. Take the wand to Bethor Iceshard, one of Thule\'s friends from years past. I\'m sure he will want it.','Take the Woven Wand to Bethor Iceshard in the Magic Quarter of the Undercity.','...what is this? Thule had our Woven Wand? I thought it was lost when our friendship sundered and he sided with the Lich King!$b$bHe must not have invoked its power, for if he had I would have sensed it. And it is good that he did not use it...$b$bThis is a marvelous find. You have my gratitude, $N, and will be rewarded.','$N. Have you defeated Thule Ravenclaw?','','','','','',3425,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3457,3458,3581,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',461,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(492,4044,85,0,0,6,11,0,16,0,0,0,0,0,0,0,0,0,3460,1,'A New Plague','According to the Deathguard, another one of those foolish Dwarven Mountaineers has just been captured. The Deathguard likes to use the cellar of the Gallows End Tavern as a holding cell until prisoners can be \"properly\" dealt with.$b$bWhy don\'t you go see how the Captured Mountaineer enjoys this special drink I made for him? It contains a subtle hint of what The Dark Lady has planned for the rest of Azeroth.','Bring Johaan\'s Special Drink to the Captured Mountaineer.','Ah, a drink at last. I\'m sure it\'s no Rhapsody Malt but I\'ll take anything to whet the old whistle at this point.','Why if I had my trusted rifle you\'d be as good as dead, $C. Just wait until the Steam Tank Brigade arrives to rescue me!','','','','','',3460,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',369,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,14,0,0,5),(493,4044,130,0,0,19,20,0,690,0,0,0,0,0,0,0,0,0,3468,1,'Journey to Hillsbrad Foothills','The Royal Apothecary Society is under extreme pressure from the Dark Lady to develop a New Plague. We are working diligently and have made much progress. It is our belief that the success will be achieved much faster if we share information amongst the Society.$b$bFor that reason I want you to deliver my latest findings to Apothecary Lydon in Tarren Mill, a small town nestled in the Hillsbrad Foothills. The journey will be a long one.$b$bHead south and stick to the roads. Follow the signs closely!','Deliver Apothecary Renferrel\'s findings to Apothecary Lydon in the town of Tarren Mill in the Hillsbrad Foothills.','Ah, most excellent. Apothecary Renferrel has my utmost respect. I am anxious to study his work.','You have something for me?','','','','','',3468,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(494,4044,267,0,8,19,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Time To Strike','Be silent and pay attention, $c.$b$bI was sent to this position in order to survey the town of Hillsbrad. My mission is one of reconnaissance. It is imperative that you send word to High Executor Darthalia in Tarren Mill at once. Let her know that I, Deathstalker Lesh, send the following message:$b$b\"The raven\'s cry from the west doth beckon.\"$b$bFollow the road to the east and pay close attention to the signs. Now, hurry! Off you go to Tarren Mill, and with urgency I might add!','Travel to Tarren Mill to deliver Deathstalker Lesh\'s message to High Executor Darthalia.','The raven\'s cry from the west doth beckon?$b$bSuperb news! Hillsbrad is ripe for attack. We can carry out our plan of destruction now. Varimathras will be pleased.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(495,4044,1497,0,8,34,39,0,690,0,0,0,0,0,0,0,0,518,0,0,'The Crown of Will','Mug\'Thol and his ogre warband was sent to Alterac to retrieve the Crown of Will for Lady Sylvanas. Unfortunately, instead of returning it, the idiot decided to try it on... I suppose ogres can\'t resist anything bright and shiny.$b$bHis bumbling actions have become something of a problem, however. The Crown of Will enabled him to resist the possession placed upon him to serve Lady Sylvanas.$b$bThe Dark Lady wants an example made, travel to Tarren Mill in Hillsbrad and report to Melisara, my lieutenant.','Report to Melisara at Tarren Mill in the Hillsbrad Foothills.','You were sent by Shalindra? Very well then, you\'ll find I don\'t waste much time with idle chatter.$B$BMug\'Thol is an irritant, and we will deal with him quickly, thoroughly, and without incident.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(496,4044,267,0,8,19,22,0,690,0,0,0,0,0,0,0,0,499,0,0,'Elixir of Suffering','Ah, another wretched day in Tarren Mill. All of this clean air puts me in such a foul mood, $N.$b$bThe sooner we can plague the humans here, the better. I\'ve been conducting intense studies on possible killing agents to use in my concoctions but I haven\'t the time to collect them all.$b$bIf you want to make yourself of use, procure the following items for me: 10 Gray Bear Tongues and the very rare and hard to find, Creeper Ichor. You\'ll find both bears and creepers just outside of Tarren Mill.','Apothecary Lydon of Tarren Mill wants 10 Gray Bear Tongues and some Creeper Ichor.','These specimens are perfect. Well, $N, you have managed to bring me the slightest hint of joy on yet another miserable day. Your efforts are appreciated.','I see you are back. I hope you were able to gather the agents I need. Another deathless day will put me in such a gloomy mood.','','','','','',3476,3477,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(497,5875,0,0,8,19,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'','As a child, raised as a gladiator at Durnholde Keep, I was befriended by Taretha, the daughter of my wet nurse and mistress of the damned bastard Blackmoore.$b$bThe past is the past, $n, but reports of human movements in Hillsbrad reminded me of that time. I dispatched a small party to the area to investigate and to retrieve an... item... given to me by Taretha, if they could.$b$bA fruitless task, no doubt, but perhaps...$b$bThey should have returned by now, I want you to go to Tarren Mill to investigate.','Go to Tarren Mill and find out the status of the party sent by Thrall.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(498,4044,267,0,8,17,22,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Rescue','Me and some other warriors were sent by the Warchief to retrieve an object from Durnholde and to investigate this so-called Syndicate.$b$bWe went to Durnholde to take a look around, but we were taken by surprise by a large number of the humans. We fought bravely, but their sheer numbers were enough to defeat us. They took a few of us captive, but I was able to escape.$b$bDurnholde is just southeast of here, across the river. Drull and Tog\'thar are being held there, you must go and rescue them.','Krusk in Tarren Mill needs you to free Drull and Tog\'thar from Durnholde Keep.','So the humans thought to turn our warriors into slaves, did they? We\'ll show them!$b$bIt would seem that they have taken Gol\'dir, our leader, to another location. We must find him and rescue him. But we currently have no clue where he is...$b$bWhen we have a lead, I will be sure to tell you, $N.','You must make haste, $C. I shudder to think what the humans might be doing to Drull and Tog\'thar.','','Rescue Drull','Rescue Tog\'thar','','',0,0,0,0,0,0,0,0,0,0,0,0,-1721,-1722,0,0,1,1,0,0,0,0,0,0,0,0,0,0,3752,3733,0,0,0,0,1,1,0,0,0,0,3734,0,0,0,1,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(499,4044,267,0,0,19,22,0,690,0,0,0,0,0,0,0,0,0,3495,1,'Elixir of Suffering','It will take but a moment for me to mix these components into what I have deemed an Elixir of Suffering.$b$bThere we go! Ah, nothing brightens a gloomy day in these miserable foothills like bringing a little suffering into the world.$b$bLet us see if our little potion has achieved its desired effect.$b$bGive my assistant Umpi a taste of what the Dark Lady has planned for both humans and Scourge alike.','Give Umpi the Elixir of Suffering.','Croak!','Ribbit!','','','','','',3495,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',496,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(500,4044,36,0,8,30,36,0,1101,0,0,0,0,0,0,0,0,504,0,0,'Crushridge Bounty','Crushridge ogres have dug an ogre mound up in the Alterac Mountains near the ruined city of Alterac. And my scouts tell me they\'ve taken over those ruins as well.$B$BWe can\'t let them get cozy up there; if they think they\'re safe where they are, then their next step will be to move down into the foothills, which will put them right at our front door!$B$BGo north to the Alterac Mountains and hunt ogres. Bring me the Dirty Knucklebones they carry and you will earn a nice bounty.','Gather 9 Dirty Knucklebones from Crushridge ogres in the Alterac Mountains. Bring them to Marshal Redpath in Southshore.','Very good, $N You must have hacked through a whole mess of ogres to get all these knucklebones.$B$BThat should keep them out of our hair. At least, for a while.','$N, are you still hunting ogres? Do you have the knucklebones I had you gather?','','','','','',2843,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(501,4044,267,0,8,21,24,0,690,0,0,0,0,0,0,0,0,502,0,0,'Elixir of Pain','Oh, $N. . .the flowers are blooming in Hillsbrad and the air is so fresh and brisk. I can\'t help but to wallow in the misery of it all. I look out my grimy window and long for the day when our New Plague brings this world the death it deserves.$b$bAs much as I would love to sit and brood all day, my duty to the Dark Lady calls. Help me, would you? My research leads me to believe I can make the most splendid death-brew with the blood of a Mountain Lion. Bring some to me and we\'ll have a little fun.','Bring 10 vials of Mountain Lion Blood to Apothecary Lydon in Tarren Mill.','Superb collecting, $N.','I remember you, $N. You were going to help me out in concocting my latest elixir. I\'ll need that blood before I can bring my own special brand of misery to the inhabitants of Hillsbrad.','','','','','',3496,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2230,3741,6482,0,0,0,1,1,1,0,0,0,3735,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',499,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(502,4044,267,0,0,21,24,0,690,0,0,0,0,0,0,0,0,0,3497,1,'Elixir of Pain','Ah, nothing like the smell of fresh blood in the foothills!$b$bNow we\'ll mix in a touch of this and a little of that and let the real fun begin! What I have created with this blood, I like to call an Elixir of Pain. If my calculations are correct this concoction could be the start of something very beautiful for Lady Sylvanas. But what we need is a test.$b$bTake this elixir out to the northern farm in Hillsbrad Fields to the southwest. Let\'s see how Farmer Ray\'s little dog Stanley likes this \"treat.\"','Feed the Elixir of Pain to Stanley.','You pour some of the elixir into your hand and hold it before Stanley\'s mouth.','Woof?','','','','','',3497,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',501,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(503,4044,267,0,262156,29,36,0,690,0,0,0,0,0,0,0,0,506,0,0,'Gol\'dir','From what I can tell of the documents you procured, Gol\'dir is being held in a large Syndicate base to the north, most likely in the Alterac Mountains. He has been held captive far too long and must be freed.','Free Gol\'dir then return to Krusk in Tarren Mill.','Thank you, $N. I led the expedition from Durotar under the Warchief\'s orders, but as you can see, our plans went somewhat awry. They have held me captive here in this town, forcing me to work, hauling burdens, digging...$b$bWhat I have suffered is unimportant, however. There is important information you must deliver to whomever is leading our group now.','Give me the key, $C, I will undo the lock myself.','Find where Gol\'dir is being held','','','','',3704,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,68,250,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,21000,178,0,0,0,'',533,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(504,4044,36,0,8,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Crushridge Warmongers','Now that you\'ve had a taste of the Crushridge ogres, I want you to really bloody their noses...$B$BGo into the Ruins of Alterac and seek out the Crushridge Warmongers. I want you to cut down a good number of them - that\'s the only way those brutes will learn to keep their distance from Alliance territory.','Slay 10 Crushridge Warmongers, then return to Marshal Redpath in Southshore.','Very good. Here is your reward.$B$BAnd when you were hunting those Warmongers, how did Alterac city look? It\'s in bad shape I would guess. Ogres are not known for their cleanliness.$B$BThankfully, your efforts will help keep them away from Southshore.','You have more Warmongers to slay, $N. You should be up on the mountains on your task, not down here with your weapon stowed.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2287,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,5249,3763,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',500,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(505,4044,36,0,8,26,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Syndicate Assassins','I am the new magistrate of Southshore, recently assigned after the assassination of the previous magistrate. The assassins were never found, but through our investigations we\'re almost certain they were hired by the Syndicate - a group of thieves led by villainous nobles of the now fallen kingdom of Alterac.$B$BThe Syndicate has a camps in Sofera\'s Naze and Corahn\'s Dagger, north and west of the Horde-occupied Tarren Mill. Slay the Syndicate members you find in these camps.','Kill 12 Syndicate Footpads and 8 Syndicate Thieves, then return to Magistrate Henry Maleb in Southshore.','Thank you, $N. Although they may still be lurking about, we hope that some of the thieves and footpads you slew were responsible for the last magistrate\'s death. But even if they weren\'t, the Syndicate is a taint on this land and a stain on the human race.$B$BTheir deaths are welcome to Southshore.','You have slain those Syndicate thugs, I trust?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2240,2241,0,0,12,8,0,0,0,0,0,0,0,0,0,0,3758,3759,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(506,4044,267,0,8,29,36,0,690,0,0,0,0,0,0,0,0,507,0,0,'Blackmoore\'s Legacy','A day or two ago, I was visited by the leader of this Syndicate. His name was Aliden Perenolde, and styled himself lord of this land. He confided in me his plans to take the orcs that stood against him as slaves, just as his father and his mentor, the despised Blackmoore, had planned.$b$bMore important was that he brought his mistress, a wisp of a girl named Elysa. Around her neck was the pendant the Warchief desires.$b$bNow go, I will make my own way, after I have settled my business here.','Return the information gathered by Gol\'dir to Krusk in Tarren Mill.','The nerve of those overbearing humans! We\'ll show them that the orcs shall never submit to their will!$b$bThis will now be our mission, in addition to recovering the trinket the Warchief desires. It would seem that by accomplishing one, we will also accomplish the other.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',503,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(507,4044,267,0,262152,29,42,0,690,0,0,0,0,0,0,0,0,508,0,0,'Lord Aliden Perenolde','It is clear that Perenolde must be killed, his foulness removed from the world. His manor lies a ways to the north of here, on the shores of Lordamere Lake. Do your duty, $n, then retrieve the pendant that the Warchief desires, and return here.','Kill Lord Aliden Perenolde and ask his mistress, Elysa, about Taretha\'s pendant.','No, no please don\'t hurt me! I never meant your people any harm, he\'s had me against my will! Please... spare me!','W-what do you want?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2423,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',506,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(508,4044,267,0,0,29,40,0,690,0,0,0,0,0,0,0,0,0,3498,1,'Taretha\'s Gift','The pendant? Of course you can have it... Take it! I want no memory of him... just please, please leave in peace...','Return Taretha\'s pendant to Krusk at Tarren Mill in Hillsbrad Foothills.','It is strange that the Warchief would expend so much over such a small thing. I do not claim to understand him, but I will follow him, whatever his commands. You did well, $N, no doubt the Warchief will be glad to hear of your success.','You\'ve returned, $N. Success to report?','','','','','',3498,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3764,3765,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',507,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(509,4044,267,0,8,24,28,0,690,0,0,0,0,0,0,0,0,513,0,0,'Elixir of Agony','Another day, another elixir to be made. If it were up to me, I\'d just let the pathetic humans and Scourge fight it out. They seem bent on killing each other as is.$b$bAlas, our Dark Lady wants to help speed up the process a tad so why not pass these morbid days by spreading a little death and disease across the land?$b$bHere\'s the plan, $N: you go out to Nethander Stead, south of Tarren Mill and east of the river and Southshore. Collect for me 6 Mudsnout Blossoms from the field for my next elixir.','Bring 6 Mudsnout Blossoms to Apothecary Lydon in Tarren Mill.','Ah, the horrible reek of Mudsnout Blossoms. At least those filthy Gnolls are good for something.','Any luck at Nethander Stead?','','','','','',3502,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2459,929,0,0,3,5,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',502,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(510,4044,36,0,0,26,34,0,1101,0,0,0,0,0,0,0,0,512,3718,1,'Foreboding Plans','Among these documents is a list of requested supplies. These include mundane items (food, weapons, clothing) as well as more exotic gear (masks, oil, poison).$B$BBut what is most notable is the urgency of the request - these supplies were needed soon in order to undertake what is described in the document as an \"important mission against Southshore.\"','Bring the Foreboding Plans to Magistrate Maleb in Southshore.','$B$BThese are very troubling, $N. From the information in these documents, and from the Syndicate\'s actions in the past, we must assume that band of cutthroats has waged war on Southshore.','$N, you look anxious. Is there something you wish to tell me?','','','','','',3718,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(511,4044,36,0,0,30,34,0,1101,0,0,0,0,0,0,0,0,514,3521,1,'Encrypted Letter','One of the letters on this table is encrypted and inscrutable.','Bring the Encrypted Letter to Loremaster Dibbs in Southshore.','What is this? Hold a moment... let me take a closer look.$B$B...$B$BHm, I have never before seen this form of encryption, but I must admit that my knowledge in that area is by no means complete.','Yes, $N? Do you have some business with me?','','','','','',3521,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(512,4044,36,0,8,26,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Noble Deaths','I fear the leadership behind the Syndicate is bent on Southshore\'s ruin. We must strike hard at these leaders before their plans are realized.$B$BEnter the ruins of Strahnbrad, in the Alterac Mountains to the north. We think the Syndicate is using the area as a headquarters.$B$BWe know this gang of cutthroats is run by former Alterac nobles. They may be hiding as normal Syndicate agents, but you\'ll know you\'ve killed a noble by the signet ring he wears.$B$BBring me those signet rings.','Bring 7 Alterac Signet Rings to Magistrate Maleb in Southshore.','Stripping the Syndicate of its nobility will remove its ability to act decisively, and reduce it to nothing more than a gang of thugs.$B$BYou serve your Alliance well, $N.','Have you been hunting the Syndicate? Do you have those rings?','','','','','',3505,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',510,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(513,4044,267,0,0,24,28,0,690,0,0,0,0,0,0,0,0,515,3506,1,'Elixir of Agony','Just when I thought another day was going to pass devoid of any joy, you brought me those marvelous Mudsnout Blossoms.$b$bFirst I will mix them down into a fine composite. We\'ll then need Master Apothecary Faranell in the Undercity to apply his colloid of decay to it and then we\'ll be ready for some good fun indeed!$b$bHere, take this Mudsnout Composite and run it off to Master Faranell at once, $N.','Take the Mudsnout Composite to Master Apothecary Faranell in the Undercity.','Apothecary Lydon sent you? Ah, why didn\'t you say so!$b$bDespite his gloomy disposition, Apothecary Lydon is one of our most dedicated and skilled members.$b$bThe good chap sends Mudsnout Composite! I know what our friend in Hillsbrad is up to now. And I like the way he thinks. The Dark Lady would be most impressed with the progress he is making toward the new plague.','Can you not see I am busy, $C? The Dark Lady insists on a new plague before the Scourge advance from Northrend overwhelms us. And with the human threat pressing from the south, time becomes my most precious commodity. This better be important!','','','','','',3506,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',509,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(514,4044,36,0,0,30,34,0,1101,0,0,0,0,0,0,0,0,525,3521,1,'Letter to Stormpike','I have a colleague in Ironforge who may be able to help decrypt this letter. Go to the Library in the Hall of Explorers in Ironforge and speak with Prospector Stormpike. Tell him I sent you and show him the letter. If there\'s anyone north of Blackrock Spire who can read this, it is he.','Take the Cleverly Encrypted Letter to Prospector Stormpike in Ironforge.','Ah, encryption! A specialty of mine. Let me see here...','Dibbs from Southshore sent you, did he? How is the old bookworm doing?','','','','','',3521,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',511,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(515,4044,267,0,0,24,30,0,690,0,0,0,0,0,0,0,0,517,3508,1,'Elixir of Agony','A mudsnout composite? Absolutely brilliant! Why didn\'t I think of that?$b$bLet me contribute my colloid of decay to this devilish brew.$b$bIn order to activate the contaminating agents in this mudsnout mixture, Lydon is going to need a strong troll\'s blood potion, as well as some daggerspine scales and torn fin eyes from the southern coast of Hillsbrad. He\'ll know what to do once you\'ve gathered him all the reagents. And my, how anxious I am to hear how his experiment goes!','Bring the Mudsnout Mixture, a Strong Troll\'s Blood Potion, 5 Daggerspine Scales and 5 Torn Fin Eyes to Apothecary Lydon in Tarren Mill.','The excitement of this experiment has me feeling giddy! You have been such a great help, $N. Together we will spread death and disease to this land!','So glad to see you back, $N. I was growing so terribly bored here. Not a single entertaining thing to do besides poison and disease Umpi and reanimate her. . .over and over and over again.$b$bHow went the trip to the Undercity? Were you fortunate enough to slaughter any humans along the way?','','','','','',3508,3388,3509,3510,0,0,1,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3749,3747,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',513,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,5,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(516,4044,130,0,8,16,21,0,690,0,0,0,0,0,0,0,0,0,0,0,'Beren\'s Peril','I have received reports that a group of undead are holing up to prepare for an attack against us. Armed with this information, we can turn the tables and attack them first, nipping their little plan in the bud.$b$bUnfortunately, my information is spotty, at best. They are reported to be hiding in a location known as Beren\'s Peril. The exact location is unknown, but it appears to be a cave in the hills, near a pocket of Dalaran wizards.$b$bI trust your resourcefulness. Find them, and put them down.','Locate Beren\'s Peril, then kill 6 Ravenclaw Drudgers and 6 Ravenclaw Guardians, then return to Shadow Priest Allister at the Sepulcher.','If our scouts and agents continue to procure valuable information such as this, we shall have the Lich King\'s Scourge removed from our lands in no time.','Have you located their base yet, $n? Time is of the essence!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1974,1973,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5252,0,0,0,1,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(517,4044,267,0,8,24,30,0,690,0,0,0,0,0,0,0,0,524,0,0,'Elixir of Agony','This new elixir is finally ready to be tested. But why let a perfectly good, highly contagious plague go to waste on a mere frog or dog? Let\'s have us some true fun in the name of Lady Sylvanas.$b$bHead down to Dun Garok. You know the barracks where those filthy little dwarves skitter about. Steal me a keg of their Shindigger Stout. Once I have that keg, you and I will have quite the party, $N.','Bring a keg of Shindigger Stout to Apothecary Lydon in Tarren Mill.','Finally! Now we are ready for action!','Sometimes I get so bored out here in Tarren Mill I like to open up the formaldehyde jar and let the lovely aroma waft through the air. Makes Umpi a little nervous though.$b$bSo were you able to get a keg from the Dwarves? I swear if I have to stare at this deadly elixir without using on it someone for another day I am going to scream.','','','','','',3517,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',515,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(518,4044,267,0,8,34,39,0,690,0,0,0,0,0,0,0,0,519,0,0,'The Crown of Will','Mug\'Thol and his Crushridge ogres have overrun the ruins of Alterac. It will be hard to inflict any serious punishment upon him without thinning out the ogres\' numbers.$b$bAfter softening them up, we\'ll proceed.$b$bUnderstood? Good. Now go.','Kill 10 Crushridge Maulers for Melisara in Tarren Mill.','The snow blooms red with the blood of the ogres, but we cannot cease our efforts until the spirit and numbers of the Crushridge have been crushed and ground into the dirt and snow.','I note that your task is unfinished, $N. Shall I inform Sharlindra of your ineptitude?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2254,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',495,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(519,4044,267,0,8,34,41,0,690,0,0,0,0,0,0,0,0,520,0,0,'The Crown of Will','Targ, Muckrake, and Glommus are Mug\'Thol\'s lieutenants. They are loyal to him, though who can say what drives an ogre to loyalty.$b$bBring me their heads, $n, and then all that will remain is to remove Mug\'Thol\'s head, crown and all.','Kill Targ, Muckrake, and Glommus and bring their heads to Melisara in Tarren Mill.','...and I thought ogres smelled foul enough to begin with.$b$bWhen you bring me Mug\'Thol\'s head, I will have the four of them mounted on pikes above Alterac. A fitting monument to those who go against the Dark Lady\'s wishes.','I want their heads, $N, not excuses.','','','','','',3550,3551,3552,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',518,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(520,4044,267,0,8,34,43,0,690,0,0,0,0,0,0,0,0,521,0,0,'The Crown of Will','With Mug\'Thol\'s lieutenants dead, all that remains is to kill Mug\'Thol and retrieve the Crown of Will. I have no doubt he\'ll be reluctant to part with it. Most likely expecting you, too, given the... departure... of his fellows.$b$bFind Mug\'Thol, and deliver his head and the Crown to me. The Crushridge resistance will be at an end.','Kill Mug\'Thol, and return his head with the Crown of Will to Melisara in Tarren Mill.','You have done your duty well, $N. Mug\'Thol\'s head shall adorn the highest peak of the ruins of Alterac, and the Deathguard will sweep the remnants of the Crushridge into the ground.','Three heads I have, a fourth I need. It will be Mug\'Thol\'s, or it will be yours, $N. That I promise.','','','','','',3553,3554,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',519,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(521,4044,267,0,0,34,43,0,690,0,0,0,0,0,0,0,0,0,3554,1,'The Crown of Will','All that remains is to deliver the Crown of Will to Sharlindra in the Undercity. She will see that it is delivered to Lady Sylvanas. I would warn you against thinking to use it for your own purposes, $n, Mug\'Thol\'s fate should be illustration enough.','Deliver the Crown of Will to Sharlindra in the Undercity.','So this is the relic the ogre used to duck the will of the Dark Lady...$b$bStrange that something so simple could wield so great a power. And to fall into as clumsy hands as those. Well done, $N, I will deliver the crown to Lady Sylvanas, and see that she hears of your accomplishment.','Yes? Do you have something to report?','','','','','',3554,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4430,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',520,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(522,4044,36,0,0,30,38,0,1101,0,0,0,0,0,0,0,0,523,3668,1,'Assassin\'s Contract','This is a contract for the assassination of Magistrate Henry Maleb. It was sealed and stamped in red wax, using a distinctive signet ring.','Bring the Assassin\'s Contract to Magistrate Maleb in Southshore.','$B$BThat explains the latest attack on Southshore. The Syndicate must be after me, just as they were the last magistrate!','You look out of breath! Do you have something to report?','','','','','',3668,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(523,4044,36,0,8,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Baron\'s Demise','The contract you recovered was signed by Baron Vardus, a noble of the former kingdom of Alterac, and one known for a cold heart and brutal practices. I\'m not surprised someone like the Baron was behind this.$B$BFind this man. Find him, and bring him to justice. He must be among the Syndicate haunts - perhaps at the ruins of Strahnbrad, or perhaps within the valley north of them.','Bring the Head of Baron Vardus to Magistrate Maleb in Southshore.','Thank you, $N. My head rests a little easier, knowing that villain lost his.','Baron Vardus cannot think Southshore will allow him to send his thugs against us with impunity. I want his head!','','','','','',3626,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',522,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(524,4044,267,0,0,24,30,0,690,0,0,0,0,0,0,0,0,0,3520,1,'Elixir of Agony','Next door the Deathguards are holding a few captured farmers hostage. High Executor Darthalia suspected one of the military strategists from Stormwind to be hiding out amongst them. Apparently the military chap was found dead in the Plaguelands last night. Darthalia, always looking out for me, decided the prisoners would be left to my disposal.$b$bI think it\'s time we threw those farmers a party. Sounds like a grand ol\' time!$b$bPlace this tainted keg on the rug in their room. Plagued brew for all!','Place the Tainted Keg on the rug for the captured farmers.','You rest the tainted deg on the dusty rug.','A musty smell emanates from the rug.','','','','','',3520,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',517,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(525,4044,36,0,0,30,34,0,1101,0,0,0,0,0,0,0,0,537,3518,1,'Further Mysteries','I decrypted the letter, but I don\'t know what to make of it. You found this among thieves in the Alterac foothills? Very strange...$B$BYou should take this to the magistrate of Southshore. Although this letter is cryptic, his is the closest town to Alterac; if a threat is brewing, then he should know.','Bring the Decrypted Letter to Magistrate Maleb in Southshore.','$B$BThis is translated from a letter you found in a Syndicate encampment? This was not written by a thief, or even a noble of Alterac.$B$BIt appears The Syndicate has ties to another power, and I shudder to think what that might be.','$N. Have you been traveling through the foothills and mountains again? What news do you bring?','','','','','',3518,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',514,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(526,4044,10,0,8,20,29,0,1101,0,0,0,0,0,0,0,0,322,0,0,'Lightforge Ingots','You might have found one lightforge ingot in that chest, but that\'s not enough to craft anything decent!$B$BYou should go back there and look for more. Maybe the murlocs around that wrecked ship have lightforge ingots on them.','Gather 5 lightforge ingots, then return to Glorin Steelbrow in the Wetlands.','Ah, you found them! Now let\'s get this lightforge iron hammered into something useful, eh?','Did you find the lightforge iron you need?','','','','','',2702,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',321,0,0,0,'324',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(527,4044,267,0,8,19,24,0,690,0,0,0,0,0,0,0,0,528,0,0,'Battle of Hillsbrad','Stand at attention while addressing me, $c.$b$bI am under direct command of Varimathras. We are to quell the human infestation until our apothecaries can develop the new plague.$b$bOur information leads us to believe that the town of Hillsbrad is vulnerable to attack. Your first assignment is aimed at disrupting their food supply and infrastructure.$b$bTravel west. Raid the northernmost farms of Hillsbrad Fields. Make sure that the landowners, Farmer Ray and Farmer Getz, are executed as well.','Kill 6 Hillsbrad Farmhands, 6 Hillsbrad Farmers, Farmer Ray and Farmer Getz and report back to Darthalia in Tarren Mill.','At ease, $C. I see you have returned from battle. My sources tell me you performed well on the Hillsbrad front.','As High Executor of Tarren Mill, under the direct command of Varimathras and the Dark Lady, you are subject to follow my command.$B$BPerhaps you take this war with the Alliance lightly? If such is the case I should behead you right here and now. Otherwise, travel west to the town of Hillsbrad and wage battle against the humans, as ordered.$B$BDismissed.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2266,2360,232,2403,6,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(528,4044,267,0,8,19,25,0,690,0,0,0,0,0,0,0,0,529,0,0,'Battle of Hillsbrad','Word of the attack on the northern farms has the townsfolk panicked. Most excellent.$b$bOur Deathstalkers report peasants fleeing to the fields in southern Hillsbrad. The fools think they can hide in the orchards and escape their doom.$b$bProve them wrong, $N. Return to Hillsbrad Fields and seek out the cowering peasants. Lay waste to them in the name of our Dark Lady.$b$bDismissed!','Kill 15 Hillsbrad Peasants and report back to Darthalia in Tarren Mill.','The grip of death is tightening around the town of Hillsbrad. The battle goes well.','You have your orders, $c. Quit dawdling here in Tarren Mill when there is work to be done elsewhere.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2267,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',527,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(529,4044,267,0,8,19,26,0,690,0,0,0,0,0,0,0,0,532,0,0,'Battle of Hillsbrad','The humans of Hillsbrad have been putting up unexpected resistance. The problem appears to be that the townsfolk are being armed by the local blacksmith. We need to shut down all supply lines.$b$bYour mission will be to execute Blacksmith Verringtan. Slay his apprentices as well. While there, bring back a shipment of iron from their stockpile. The supplies will come in handy when we are done with the conquering of Hillsbrad and begin razing Southshore.','Kill Blacksmith Verringtan and 4 Hillsbrad Apprentice Blacksmiths.$b$bRetrieve a shipment of iron and report back to Darthalia in Tarren Mill.','Mission accomplished, $C. And carried out quite skillfully, I might add.','Were you able to carry out your orders, $C? Did you dispose of Verringtan and his assistants? And where is that iron shipment?','','','','','',0,0,3564,0,0,0,0,0,1,0,0,0,2404,2265,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',528,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(530,4044,130,0,8,10,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Husband\'s Revenge','Valdred, once my good friend, was my wife\'s murderer. Although I am incapable of grieving, I do yearn for revenge. If you kill Valdred and bring me his cursed hands, then I will reward you.$B$BI last heard he was at the Greymane Wall in southern Silverpine, trying to flee into the kingdom of Gilneas.','Kill Valdred Moray.$B$BBring his hands to Raleigh Andrean in the Undercity.','Ah, good. These hands killed my wife, Deliah. Revenge for her murder was my only care, and you were the instrument of that revenge.$b$bHere, take the ring you returned earlier. Deliah has been dead to me for so long, her ring is a bauble I no longer care to keep. Instead, I will keep these hands as a remembrance of my friend\'s betrayal.','Do you have those hands, $N?','','','','','',3613,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3235,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',441,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(531,4044,38,0,0,15,20,0,1101,0,0,0,0,0,0,0,0,0,2713,1,'Vyrin\'s Revenge','Light! Don\'t bring things like that into the Lodge... it\'s unsanitary, unspeakable, un... un... unsanitary!$b$bJust get it out of here, will you? No one wants to see your bloody little trophy, really!','Bring Ol\' Sooty\'s head to Vyrin Swiftwind at the Farstrider Lodge.','Thanks for helping me out with my little plan, $N. I\'ve been itching for months to get back at that snooty, stuck-up boy, and I\'d say we did a pretty good job! Here, have this, you\'ve earned it.','Great job, $N! We really showed him! Here, give me the head and I\'ll take care of it.','','','','','',2713,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3574,3573,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',271,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,11,1,0,0,0,0,0,0,0,0,0,5),(532,4044,267,0,8,19,26,0,690,0,0,0,0,0,0,0,0,539,0,0,'Battle of Hillsbrad','The town of Hillsbrad is in disarray and we believe it will soon fall. We must, however, persist in our ruthlessness until the human scum are wiped from the foothills for eternity.$b$bDespite their overwhelming losses, the humans rally around their leadership and keep fighting. We must eliminate their leader, Magistrate Burnside, as well as the town council. Destroy their revered political document as well, the Hillsbrad Proclamation. And while you\'re at it, steal the town registry.','Kill Magistrate Burnside and 4 Hillsbrad Councilmen. Destroy the Hillsbrad Proclamation. Steal the Hillsbrad Town Registry. Report back to Darthalia in Tarren Mill afterwards.','News of your glories in Hillsbrad traveled fast. You have done well, $C.','What news have you?','','','','Hillsbrad Proclamation destroyed','',0,0,0,3657,0,0,0,0,0,1,0,0,2335,2387,-1761,0,1,4,1,0,0,0,6477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',529,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(533,4044,267,0,8,29,34,0,690,0,0,0,0,0,0,0,0,503,0,0,'Infiltration','At last we begin to hear word and rumor, find evidence of Gol\'dir\'s whereabouts. The humans have been moving him around, but we are narrowing down our search and focusing on the large Syndicate camp just north of here.$b$bGo there, $n, and bring back whatever information you can get your hands on.','Retrieve information about Gol\'dir\'s whereabouts for Krusk in Tarren Mill.','Finally, we know where Gol\'dir is being held. The camp in question is not too far from here, and hopefully they will not be as well prepared as they were when they captured us the first time.','Have you found anything? I fear Gol\'dir\'s prospects grow worse by the day...','','','','','',3601,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(534,5875,0,0,8,29,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(535,4044,36,0,8,29,34,0,690,0,0,0,0,0,0,0,0,0,0,0,'Valik','Urrgh... Injured and dying and confronted with the enemy.$b$bNo doubt you\'ll kill me anyway, but if you bring me some Southshore stout--your kind does drink, don\'t they?--I\'ll tell you what you want to know.','Bring a mug of Southshore Stout to Valik in the Syndicate camp.','Given my impending death, I think I can safely say that this is the sweetest tasting thing ever... Here, take this, won\'t do me any good when I\'m dead.$B$BWell, get on with it!','Did you bring me something to drink or did you just come back to finish the job?','','','','','',3703,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(536,4044,267,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,559,0,0,'Down the Coast','Transferred from the Stormwind city guard to Southshore, a town that should be abandoned by the looks of it... Smell of the harbor day and night.$b$bNot to mention ol\' Redpath... Wants me to take care of the murlocs. Ha! $b$bI can barely rouse myself to go out to some of the pockets of the overgrown fish down the Western Strand. If you would go in my place and take care of them, I\'d appreciate it.','Kill 10 Torn Fin Tidehunters and 10 Torn Fin Oracles for Lieutenant Farren Orinelle in Southshore.','I hope this will be enough to convince Redpath that I\'ve--ha!--been carrying out his orders and ridding Southshore of the terrible and horrible menace of the dreaded murlocs! For there could be no greater evil than the ravages of overgrown fish!','Another ale, please, the last one just seemed to have disappeared!$B$BLight, how much longer am I going to be stuck out here?$B$BOh, it\'s you, $N. Have you killed those murlocs yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2377,2376,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(537,4044,36,0,8,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Dark Council','The letter you brought me was written by a being who calls himself Nagaz, a member of the Argus Wake. I don\'t know what this Argus Wake is, but if they\'re in alliance with the Syndicate then they must be a threat.$B$BI want you to find Nagaz and the Argus Shadow Mages mentioned in that letter. I want you to find them, and kill them.$B$BSearch in the Uplands, where the Syndicate is strongest. It is north of Strahnbrad.$B$BWith luck, you\'ll find these envoys of the Argus Wake there.','Kill 4 Argus Shadow Mages.$B$BBring the Head of Nagaz to Magistrate Maleb in Southshore.','Well done, $N. The Argus Wake does not sound like a group we want running the Syndicate.$B$BAnd although you may have destroyed their leader here, Nagaz was merely the servant of another. The Argus Wake might run deep through the continent of Azeroth.$B$BOr even the world.','Did you find the envoys of The Argus Wake?','','','','','',0,3672,0,0,0,0,0,1,0,0,0,0,2318,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',525,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(538,4044,1519,0,8,20,38,0,1101,0,0,0,0,0,0,0,0,540,0,0,'Southshore','$N. If you don\'t mind a long journey then I have a task for you, to again help Stormwind fill its library.$B$BThe old kingdom of Alterac fell after the great war, and it had a large collection of books. It\'s a tragedy that the city is ruined, but even more tragic is all of their knowledge lost! We must recover what we can.$B$BSouthshore is the closest town to the Ruins of Alterac. Go there and speak with Loremaster Dibbs. He can direct you to the ruins, and to what books may be found there.','Speak with Loremaster Dibbs in Southshore.','Ah yes, I remember Milton. A bookworm, no doubt. Bless him.$B$BAnd he\'s right. The Ruins of Alterac still hold stores of knowledge in danger of being lost!$B$BOgres now dwell in Alterac, and they don\'t care much for higher learning.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',337,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(539,4044,267,0,8,19,28,0,690,0,0,0,0,0,0,0,0,541,0,0,'Battle of Hillsbrad','The Hillsbrad Town Registry indicates that the Azurelode Mine is under Alliance control. Furthermore, the mine is a prime source of iron ore for the Alliance armories.$b$bEven though we\'ve struck a decisive blow to the town of Hillsbrad, the Alliance still supports and protects the Azurelode Mine fervently.$b$bThe mine lies due south of Hillsbrad. Go there and slay the foreman, a human by the name of Bonds. Kill his miners as well. That should send a clear message to the Alliance.','Kill Foreman Bonds and 10 Hillsbrad Miners and report back to Darthalia in Tarren Mill.','The Dark Lady will be pleased when she learns that she has a new mine from which she can arm her soldiers.','You were given direct orders to attack the Azureload Mine. Your reasons for loafing about Tarren Mill better be good or I will behead you for treason.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2305,2269,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',532,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(540,4044,1519,0,8,20,38,0,1101,0,0,0,0,0,0,0,0,542,0,0,'Preserving Knowledge','Those beastly ogres now reside within Alterac\'s ruins, and I shudder to think what they\'re doing with the precious books still there. You must recover what you can!$B$BEnter the Ruins of Alterac and search for tomes looted by the ogres. Get whatever you can find and bring them to me, but also seek out one book in particular: The Arm of Gri\'lek. It contains ancient troll lore that I must learn, and the Ruins of Alterac was the last known location of an intact copy of this book.','Bring 5 Recovered Tomes and the Worn Leather Book containing The Arm of Gri\'lek to Loremaster Dibbs in Southshore.','Oh, you got them! Splendid! I must begin studying the Arm of Gri\'lek immediately!','I wish I could search the ruins too, but I fear these bones wouldn\'t hold me during my climb up the mountains. However, how does your hunt for knowledge progress, $N?','','','','','',3658,3659,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',538,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(541,4044,267,0,8,19,30,0,690,0,0,0,0,0,0,0,0,550,0,0,'Battle of Hillsbrad','Dwarves aiding the humans? Damn those filthy little beasts.$b$bWe shall test the strength of the so-called Alliance. We\'ll see how anxious those little ankle-bashers are to help the humans once they feel our wrath. We know exactly where their stronghold is in this territory.$b$bThey have established a barracks in southeastern Hillsbrad along Thoradin\'s Wall called Dun Garok. The final mission of this battle is to lay siege on Dun Garok, $c. Captain Ironhill, their leader, must die.','Travel to Dun Garok and kill 8 Mountaineers, 4 Riflemen, 2 Priests and Captain Ironhill and report back to Darthalia in Tarren Mill.','Your actions on the battlefield are worthy of the highest praise.','Dun Garok proves to be too much of an obstacle for you, $C? And here I thought you had established yourself valiantly in Hillsbrad.$B$BIf you\'re not up to handle the mission assigned to you, I will find another who can produce better results. As for you, well, I am sure the Dark Lady could always use more grave diggers back in Tirisfal Glades.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2344,2345,2346,2304,8,4,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',539,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(542,4044,1519,0,0,20,38,0,1101,0,0,0,0,0,0,0,0,0,3660,1,'Return to Milton','I need to spend some time studying the Arm of Gri\'lek book you brought me, though I\'m sure Milton is eager to get the other recovered books into Stormwind\'s collection.$B$BHere are the books you gathered from the Ruins of Alterac, packed and catalogued. Take them back to Milton Sheaf in Stormwind and I\'m sure he\'ll be grateful.','Bring the Tomes of Alterac to Milton Sheaf in Stormwind.','My oh my! Look at these! I can\'t believe they survived the ruination of Alterac. And all those ogres too!$B$BThank you, $N. Thank you so much! You have helped preserve human knowledge, and you add to the grandeur of the Royal Library of Stormwind.','$N, you\'ve returned! How did your foray into Alterac go? Did you bring anything back with you?','','','','','',3660,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',540,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(543,4044,1519,0,8,30,40,1,1101,0,0,0,0,0,0,0,0,0,0,0,'The Perenolde Tiara','The Perenolde Tiara is an old heirloom of the Perenolde \"nobles\" - the ruling family of Alterac before that kingdom fell to ruin. It is said to have been crafted by master jewelers in Ironforge, and fitted with the finest of emeralds.$B$BWhen Alterac was destroyed the Tiara was lost, but there are rumors that an Ogre Mage, Grel\'borg the Miser, found the tiara and now wanders the Ruins of Alterac searching for more treasures.$B$BWe would have you acquire the tiara for us.','Bring the Perenolde Tiara to Remington Ridgewell in Stormwind.','Ah, this is splendid. This will have to be cleaned of course, but you really outdid yourself, $N. I will have someone prepare the tiara and place it within our collection posthaste.','Salutations, $N. Do try to avoid stepping on my pant cuffs. This outfit is newly tailored.','','','','','',3684,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(544,4044,267,0,8,30,34,0,690,0,0,0,0,0,0,0,0,545,0,0,'Prison Break In','I came to Tarren Mill to research, but now must resolve a crisis. You see, four Forsaken fled the Undercity a few months ago. They turned their backs on their brethren, but what\'s worse...they stole from the Dark Lady.$B$BThese thieves broke into a secure vault and stole four artifacts, items our apothecaries required in certain studies. Sylvanas would have these artifacts returned.$B$BThe thieves fled the Undercity to Dalaran, and those wizards quarantined them in the Lordamere Internment Camp.','Find the traitors and recover their artifacts, then return to Magus Voidglare in Tarren Mill.','You have done a great service for the Forsaken, $N. These artifacts have been sorely missed.$b$bAnd it is good to hear that Kegan and the other betrayers have found justice.','Did you find the thieves? And more importantly, did you find what they stole?','','','','','',3691,3689,3690,3688,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,23100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(545,4044,267,0,8,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dalaran Patrols','The wizards of Dalaran constructed a vast, magical dome around the heart of their city. Some believe it was for protection from the violence of these times, while others say they merely wanted solitude, to study and plot.$B$BI don\'t care what the reason was. I do care that the ruined outskirts of their city may hide valuable magical treasures.$B$BBut the area is patrolled by the wizards and their elemental slaves.$B$BSo hunt them, and return when their numbers are sufficiently reduced.','Kill 6 Dalaran Summoners and 12 Elemental Slaves, then return to Magus Voidglare in Tarren Mill.','Very good. Those ruins should now be safe enough to search, if one is careful.$B$BThank you, $N.','Have you yet thinned the Dalaran patrols around their ruins?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2358,2359,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',544,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(546,4044,267,0,8,20,25,0,690,0,0,0,0,0,0,0,0,0,0,0,'Souvenirs of Death','I hear you were enlisted by Darthalia to wage war on the humans of Hillsbrad. So jealous I am. . .$b$bWhile you\'re off having all the fun -- slaying humans, pillaging the town, terrorizing innocent people -- I am stuck standing guard here in Tarren Mill.$b$bPerhaps you\'ll take pity on an old Deathguard like myself? You see I am collecting human skulls. And you will be fighting humans for quite some time. Over the course of your long battle, bring me 30 skulls and I will make it worth your while.','Deathguard Samsa of Tarren Mill wants 30 Hillsbrad Human Skulls.','Precious skulls! So beautiful! I owe you as promised, $N!','So the lucky $N returns? How many humans have you slaughtered today? Hundreds I do hope!$b$bHave you any skulls for me?','','','','','',3692,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3739,0,0,0,1,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',527,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(547,4044,267,0,8,26,30,0,690,0,0,0,0,0,0,0,0,0,0,0,'Humbert\'s Sword','High Executor Darthalia sent me to keep watch of Dun Garok from a distance. I had set up camp just out of sight. But when morning came and I had to boil water, I left to gather firewood.$b$bWhen I returned to camp, I discovered my gear was missing.$b$bApparently some dwarven scouts from Dun Garok had passed by and made off with it. I need my sword! If you can get it back for me I would be so grateful. So many dwarves there...it will be quite difficult to find the dirty little thief who stole it.','Retrieve Deathguard Humbert\'s sword from Dun Garok and return it to him in Tarren Mill.','You found it!$b$bAh, I feel so complete with my precious sword back in my hand. Many thanks to you!','Were you able to retrieve my sword, $N? High Executor Darthalia will hang me from the rafters if she discovers my folly.','','','','','',3693,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,3751,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(548,5875,0,0,8,20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,' Bloodstone Pendant','This will start the Bloodstone Pendant quest line...','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(549,4044,267,0,8,17,22,0,690,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Syndicate Personnel','By the authority of Lady Sylvanas, all members of the organization known as the Syndicate are wanted dead. Those brought into custody or taken prisoner will be summarily executed. They are currently known to be amassing in the ruins of Durnholde Keep, to the southeast of Tarren Mill.$b$bA handsome reward is offered to all who bring proof of their deeds to High Executor Darthalia.','Kill 10 Syndicate Rogues and 10 Syndicate Watchmen. Return to High Executor Darthalia in Tarren Mill for your reward.','Excellent, $C. At this rate, the Syndicate pest will be rid from the land in no time.','Do you have nothing better to do than stand here before me, $c? As High Executor, I have more pressing matters than to stare at your rotting visage.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2260,2261,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(550,4044,267,0,0,19,32,0,690,0,0,0,0,0,0,0,0,0,3701,1,'Battle of Hillsbrad','Because you fought with such valor and perseverance in the Battle of Hillsbrad, I have written this commendation, extolling your heroics in combat for the high command to recognize.$b$bTake this sealed commendation to Bragor Bloodfist in the Undercity. Go with pride, $c.','Take Darthalia\'s Sealed Commendation to Bragor Bloodfist in the Undercity.','So you are the infamous $C who struck such a decisive blow against the Alliance forces in the Hillsbrad Foothills? Word of your glorious exploits traveled quickly to the Undercity.$b$bYou have quite a future in the Dark Lady\'s ranks if you continue to show such leadership and expertise in battle.$b$bWhile our primary threat is the Lich King\'s Scourge army descending from the north, the human \"problem\" continues to impede our battle plans. You, however, have shown that the humans can and will fall.','What brings a $C all the way to the Undercity from the battlefield?','','','','','',3701,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6282,3761,3822,0,0,0,1,1,1,0,0,0,3760,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',541,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(551,4044,36,0,0,30,40,0,1101,0,0,0,0,0,0,0,0,554,3706,1,'The Ensorcelled Parchment','This parchment is enchanted with a spell, rendering it indecipherable. But one word at the top of the paper can be read:$B$B$B Nagaz$B$B','Take the Ensorcelled Parchment to Loremaster Dibbs at Southshore in Hillsbrad Foothills.','More encrypted notes?$B$BI wish I had the talents to decrypt all the strange bits of writing that trickle down from Alterac. But I\'m afraid I lack the knowledge.','Oh. You have something you\'d like me to look at? Some scrap of lore gathered from up in the mountains, I hope...','','','','','',3706,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(552,4044,267,0,8,29,33,0,690,0,0,0,0,0,0,0,0,553,0,0,'Helcular\'s Revenge','Master Helcular was almost complete with his transformation into a Lich when a human lynch mob discovered his ritual lair in the hills and brutally killed him. To make matters worse they buried his corpse in the Southshore cemetery.$b$bSuch disregard for the great wizard is unacceptable. As his apprentice I shall see to it that the rains of vengeance fall upon the town of Southshore.$b$bWe will need Helcular\'s Rod first. Yeti overtook his ritual lair. Undoubtedly one of the beasts has it.','Retrieve Helcular\'s Rod from the Yeti and bring it back to Novice Thaivand in Tarren Mill.','You found it! Most excellent, $N!','Have you recovered Helcular\'s Rod yet? There are so many Yeti in this region, it will be very difficult to locate. But we must have it in order to proceed.','','','','','',3708,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(553,4044,267,0,0,29,33,0,690,0,0,0,0,0,0,0,0,0,3710,1,'Helcular\'s Revenge','Here, take the Rod of Helcular. You will need it.$b$bHelcular fashioned 3 ceremonial pyres as part of his most powerful spell. The Flame of Azel and the Flame of Veraz lie within the Foothill Caverns. The Flame of Uzel lies in a cave above the caverns, further north in the mountains.$b$bThe Rod of Helcular must be charged from each of the three flames. Once the ritual is complete, drive the rod into Helcular\'s grave in Southshore, the heavily guarded human town to the south. Vengeance shall be ours!','Charge the Rod of Helcular with the powers of the Flame of Azel, Flame of Veraz and the Flame of Uzel.$b$bDrive the charged rod into Helcular\'s grave in Southshore.','A great rumbling emanates from the ground.','Helcular\'s grave teems with a mystical energy.','','Flame of Azel charged','Flame of Veraz charged','Flame of Uzel charged','',0,0,0,3710,0,0,0,0,0,1,0,0,-1768,-1769,-1770,0,1,1,1,0,1538,1538,1538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',552,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(554,4044,36,0,0,28,40,0,1101,0,0,0,0,0,0,0,0,0,3706,1,'Stormpike\'s Deciphering','Prospector Stormpike is a master of decryption and deciphering. If you take the parchment you found to him, then with luck he can make sense of it. Stormpike is currently studying in the Prospector headquarters in Ironforge.$B$BAnd when you see him tell him you spoke with me - I\'ve been sending him quite a lot of business lately.','Take the Ensorcelled Parchment to Prospector Stormpike in Ironforge.','A wise decision. I don\'t believe there is a scholar other than myself with the skills to translate this scroll. And if its contents prove interesting, fear not. I will send for you.','More interruptions?$B$BAh, this parchment is covered with a very intricate, finely woven spell. I can untangle it, of course, but it\'s going to take time. And time is very valuable to me...$B$BPerhaps I will just purchase it from you?','','','','','',3706,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',551,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(555,4044,267,0,8,28,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Soothing Turtle Bisque','If there\'s one thing you\'ll learn about Southshore it\'s that we have some of the best cuisine north of Stormwind!$b$bTake my secret recipe for Turtle Bisque, for example. I\'ve known folks to travel from as far as Darkshire just to enjoy a bowl. Speaking of which, I haven\'t been able to make any lately. I used to head up past Dalaran to Lake Lordamere myself to hunt Snapjaws but it\'s just too dangerous now. If you bring me some Turtle Meat from the Snapjaws up north, I\'ll whip some up!','Bring 10 pieces of Turtle Meat to Chef Jessen in Southshore.','Everyone will be so pleased: Chef Jessen\'s Soothing Turtle Bisque is served once again!','Any luck finding the ingredients? I\'ll tell you, this territory isn\'t the peaceful place it once was. Ah, if only this unrest never occurred...','','','','','',3712,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3737,3729,0,0,1,3,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,5),(556,4044,267,0,8,30,32,0,690,0,0,0,0,0,0,0,0,0,0,0,'Stone Tokens','A notable talent of the wizards of Dalaran is their familiarity with elementals: powerful creatures from other dimensions. The wizards use magical tokens as a means to control these elementals. Magus Voidglare would like some of these tokens to study.$B$BEnter the territories of the Dalaran wizards, west of Hillsbrad, and gather the tokens.$B$BYou might find the tokens on any citizen of Dalaran, but I suggest hunting at the internment camp. It\'s safer than Dalaran itself.','Bring 10 Worn Stone Tokens to Keeper Bel\'varil in Tarren Mill.','These will do nicely. Although it looks like their magic is faded, it would be best if the Magus\' initial experiments were on inert specimens such as these.$b$bThank you, $N.','Do you have the Worn Stone Tokens, $N? The Magus is eager to unlock their secrets.','','','','','',3714,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(557,4044,267,0,8,30,34,0,690,0,0,0,0,0,0,0,0,0,0,0,'Bracers of Binding','The Magus will be busy studying those stone tokens you gathered, but I know he\'ll eventually want examples of their counterpart: bracers of binding. These are set around the wrists of actual elementals, and bind them into the mage\'s service.$B$BHunt elementals in the ruins of Dalaran and gather their Bracers of Earth Binding, and the Magus will be pleased.','Bring 4 Bracers of Earth Binding to Keeper Bel\'varil in Tarren Mill.','You found them. I trust the elementals from which you removed these bracers were amenable?$b$bHm...death has not only stopped my heart, but robbed me of my comedic timing, it seems.$b$bWell thank you, $N. You serve the Magus, and hence the Dark Lady, well.','Hello, $N. Elementals are tough quarry, but I know you\'re up to the task. Do you have those bracers of binding?','','','','','',3715,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',556,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(558,4044,0,284,0,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Jaina\'s Autograph','They say that Lady Jaina Proudmoore in Theramore is one of the greatest heroes the Alliance has ever had. When I grow up, I wanna be a hero of the Alliance too!$B$BDo you know Jaina, $N? Could you do me a favor, please? Could you get her autograph for me? I dunno how to ask her, and she\'d probably be too busy for someone like me... but you! You\'re an adventurer just like she is! I bet she\'d give you her autograph easy!$B$BPlease?','Travel to Theramore to see about getting Lady Jaina Proudmoore\'s autograph for your ward.','WOW! You got Lady Jaina\'s autograph for me! Thank you very much! And wow... she wrote a personal message on here - to me! I knew she\'d be totally cool, and maybe someday I\'ll thank her myself... when I become a hero of the Alliance!$B$BYou\'re the best, $N. Thank you for being so nice to me.','Someday, I wanna be a hero just like Jaina... well, a boy hero that is.','','','','','',18642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1479,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(559,4044,267,0,8,25,32,0,1101,0,0,0,0,0,0,0,0,560,0,0,'Farren\'s Proof','Would you believe it, $n? Redpath wasn\'t satisfied with all the murlocs we killed--oh now, don\'t be modest, you had some hand in it. Now he wants me to bring proof of the dead, hacking off cold, slimy murloc heads to submit for his approval.','Collect 10 Murloc Heads from the murlocs on the Western Strand for Lieutenant Farren Orinelle in Southshore.','Oh for the Love of the Light... they\'re dripping on the ground.$b$bCan\'t stand touching those things, myself. Fish are all well and good, but when they grow legs and start walking around... Haven\'t eaten a fish in weeks, let me tell you, and in Southshore, that means you aren\'t eating much.','Did you get those heads for me, $N?','','','','','',3716,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',536,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(560,4044,267,0,0,25,32,0,1101,0,0,0,0,0,0,0,0,561,3717,1,'Farren\'s Proof','You know, $n, I\'d really rather not take these heads... Since you\'ve already got a handle on them, would you mind delivering them to Redpath for me?','Deliver the sack of murloc heads to Marshall Redpath in Southshore.','Farren\'s errand boy, are you?$b$bIf you assisted Farren in procuring these heads, then thank you. Southshore needs hard workers and effort to maintain its protection.','Greetings, citizen. Have you come to lend your arm to upholding the safety of Southshore?','','','','','',3717,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',559,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(561,4044,267,0,8,25,32,0,1101,0,0,0,0,0,0,0,0,562,0,0,'Farren\'s Proof','Please inform Lieutenant Orinelle that I would like him to refocus his efforts on the naga infesting the Eastern Strand. When he has results, tell him to report to me in person.','Speak with Lieutenant Farren Orinelle in Southshore.','The naga, eh? Redpath must have just received the same information as me... Ha! He\'ll not receive a promotion from my toil. Let me explain.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',560,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(562,4044,267,0,8,25,32,0,1101,0,0,0,0,0,0,0,0,563,0,0,'Stormwind Ho!','My former mentor in the Stormwind city guard sent a message to me that Alliance High Command is becoming concerned with the threat posed by the naga. From what he\'s heard, there\'s good chances for promotion--or at least reassignment--for anyone who proves valuable in this regard.$b$bThere\'s just one small problem... I can\'t handle the naga, $n. Oh sure, I could break up a drunken barroom brawl, or haul off a belligerent beggar, but the naga are too much for me. You\'ve got to help me, $n!','Kill 10 Daggerspine Shorehunters and 10 Daggerspine Sirens for Lieutenant Farren Orinelle in Southshore.','With the naga put down in Southshore, I\'ll be a shoe-in to be reassigned. I\'ll get to see Stormwind again... get away from this Light-forsaken port.','I\'ve a letter ready to go to Major Samuelson in Stormwind. All I need are the results.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2369,2371,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3755,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',561,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(563,4044,267,0,0,25,32,0,1101,0,0,0,0,0,0,0,0,0,3721,1,'Reassignment','It shouldn\'t be a problem getting my report seen. The new captain of the guard, Major Samuelson, was my mentor while I was stationed in Stormwind. It should give him more than enough excuse to have me transferred back to the city. I\'ll need you to carry my report to him, though... wouldn\'t want ol\' Redpath to catch on.','Deliver Farren\'s report to Major Samuelson in Stormwind Keep.','What\'s this? Ah... so my attentive pupil has applied himself to the problem of the naga in Southshore. Thank you for bringing this to me, I will certainly take it into account when I review personnel assignments in the next month.','Greetings, citizen. May the Stormwind city guard be of assistance?','','','','','',3721,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',562,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(564,4044,267,0,8,30,34,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Costly Menace','Ain\'t nothin\' that irks me more than losin\' these here beautiful horses. And believe me, we\'ve lost quite a few between them pesky undead creeps, the dang Syndicate gang and all the other good-for-nothin\' scoundrels pokin\' about these parts.$b$bBut I swear on my ol\' grand-daddy\'s grave there ain\'t no bigger menace to our horses here than them Mountain Lions up in Alterac. Always comin\' down from the hills and makin\' my life difficult!$b$bYou fancy yourself a hero? Go and do somethin\' about it then!','Darren Malvew of Southshore wants you to kill 8 Mountain Lions and 10 Hulking Mountain Lions.','Ain\'t that great news! Should-a gone and found me a regular ol\' war hero from day one to take care of them beasts. You\'d-a made your pappy proud, $N.','Mountain Lions killin\' off our horses left and right and here you are wantin\' to jibber-jabber about the weather and what not.$B$BOught to go and find myself a real hero. More killin\' and less talkin\'.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2406,2407,0,0,8,10,0,0,0,0,0,0,0,0,0,0,3753,3754,0,0,0,0,1,1,0,0,0,0,3736,3728,0,0,1,5,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(565,4044,267,0,8,29,34,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Bartolo\'s Yeti Fur Cloak','I, the great Bartolo, shall make for you the world famous, Alliance renowned, Yeti Fur Cloak!$b$bTravel the planet and find yourself a better cloak, I dare you. Oh wait, what is that, little $r? \"Bartolo, there is no finer cloak!\" Yes, yes! That, I have heard before.$b$bBartolo requires a Bolt of Wool, a Hillman\'s Cloak made by a skilled leatherworker, Fine Thread and Yeti Fur, of course! Bring to me these items and you shall be a happy customer!','Bring Bartolo Ginsetti of Southshore a Bolt of Wool, a Hillman\'s Cloak, Fine Thread and 10 clumps of Yeti Fur.','Now it is time for the great Bartolo to work his magic! I require no wizard\'s staff, no $C\'s rod. For I, the great Bartolo, work magic with a mere needle and thread!','So you have returned to the great Bartolo. Perhaps you have finished gathering the materials needed for your Yeti Fur Cloak? Or maybe you just enjoy basking in the greatness of me, Bartolo!','','','','','',2997,2321,3719,3720,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2805,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(566,4044,267,0,8,17,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Baron Vardus','By order of High Executor Darthalia, the human known as Baron Vardus is wanted for crimes against the Forsaken. Vardus is known to be a high-ranking member of the organization known as the Syndicate.$b$bHe was last spotted in the Uplands in the Alterac Mountains, north of Tarren Mill.$b$bHe is wanted dead. Bring evidence of his demise to High Executor Darthalia to claim the reward.','Kill Baron Vardus and deliver his head to High Executor Darthalia in Tarren Mill.','Productive work you do, $N. With Baron Vardus dead, the number of Syndicate leaders grows smaller. Their resistance and irritation will be short-lived.','Ah, $N. Perhaps you\'ve come to collect the bounty on the head of Baron Vardus?','','','','','',3626,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2231,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(567,4044,267,0,8,17,28,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dangerous!','Dangerous!$b$bThe following humans of Hillsbrad have been deemed dangerous and are marked for bounty by High Executor Darthalia:$b$bClerk Horrace Whitesteed. Wanted for the murder of Deathguard Toma.$b$bCitizen Wilkes. Wanted for the murder of Apothecary Eli.$b$bMiner Hackett. Wanted for the murder of Deathstalker Fry.$b$bFarmer Kalaba. Wanted for the ambush of supplies from the Undercity.$b$bAll of these enemies are hiding and will be hard to find. A reward will be granted upon notice of their death.','High Executor Darthalia of Tarren Mill is offering a bounty on Clerk Horrace Whitesteed, Citizen Wilkes, Miner Hackett and Farmer Kalaba.','You are quite the bounty, $C. Well done.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2448,2449,2450,2451,1,1,1,1,0,0,0,0,0,0,0,0,3742,3743,5250,0,0,0,1,1,1,0,0,0,3732,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(568,4044,33,0,8,33,36,0,690,0,0,0,0,0,0,0,0,569,0,0,'The Defense of Grom\'gol','Throm\'ka, $c!$b$bYour arrival at Grom\'gol is timely, indeed. As commander of the Warchief\'s base camp here in the jungle I am bound by honor to ensure the safety of all members of the Horde. Our mission to provide a safe chain of supply to Stonard is being hampered by some of the local inhabitants.$b$bI am putting you in charge of thinning out the raptor population outside of Grom\'gol. Once you have made significant progress, report back to me for reassignment.','Commander Aggro\'gosh of the Grom\'gol base camp wants you to kill 15 Lashtail Raptors.','Your duty was performed with honor, $C.','Our supply efforts are still being hampered by the indigenous raptor population, $c.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(569,4044,33,0,8,33,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Defense of Grom\'gol','When we first arrived in this jungle we did not intend to wage war on the local tribes. Our mission to supply Stonard is of the highest priority. But complications have arisen. A local band of ogres has occupied the Mizjah Ruins to the southeast of Grom\'gol. Despite warnings, they continue to ambush our supply caravans.$b$bI am putting you in charge of dealing with these uncooperative ogres.$b$bTravel to the ruins and attempt to drive them from the area. At the very least it will send a firm message.','Commander Aggro\'gosh of the Grom\'gol base camp wants you to kill 10 Ogre Brutes and 5 Ogre Witch Doctors.','Well done. You have served the Warchief with honor.','Have you made any progress with the ogres of the Mizjah Ruins yet, $C?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1142,1144,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4115,0,0,0,1,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',568,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(570,4044,33,0,8,33,38,0,690,0,0,0,0,0,0,0,0,572,0,0,'Mok\'thardin\'s Enchantment','The power of the jungle\'s magic must be realized and then harnessed by the Horde. My rituals have proven successful so far. I can cast very powerful enchantments. For you, brave $c, I shall make a special item indeed.$b$bBring to me some Shadowmaw Panther claws along with a Tigress fang. Not just any fang will do. It must be in pristine condition.$b$bThe beasts lurk throughout the jungle but you will find some close by, just across the river from Mizjah Ruins to the southeast.','Far Seer Mok\'thardin at the Grom\'gol base camp wants 8 Shadowmaw Claws and a Pristine Tigress Fang.','Your knowledge of the jungle is strong, $N. These specimens will be perfect. I will thank the spirits for sacrificing such fine beasts for the cause of the Horde.','What news do you bring?','','','','','',3838,3839,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(571,4044,33,0,8,33,41,0,690,0,0,0,0,0,0,0,0,573,0,0,'Mok\'thardin\'s Enchantment','What I need from you now will be very difficult to obtain.$b$bTo hold all these feathers, claws and the pristine fang in place I require a magical tether. Only an aged gorilla sinew will work.$b$bYou will only be able to find one on an Elder Mistvale Gorilla. They are known to forage to the east of Booty Bay.$b$bThe sinew must be perfect. It might take quite a few kills for you to find exactly what I need but it will be well worth the hunt.','Bring an Aged Gorilla Sinew to Far Seer Mok\'thardin in Grom\'gol.','A most ideal sinew, $N. Your efforts will pay off soon.','Has fortune been on your side, $N? Were you able to obtain an aged gorilla sinew?','','','','','',3862,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',572,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(572,4044,33,0,8,33,41,0,690,0,0,0,0,0,0,0,0,571,0,0,'Mok\'thardin\'s Enchantment','The items you gathered from the feline beasts of the Vale are only the first requirement for a powerful enchanted item. These jungle trinkets combined with my shamanistic ritual will provide you with a very useful tool in assisting the Horde and the Warchief.$b$bBut now you must gather for me some Jungle Stalker Feathers. The feathers are traditionally worn by the beasts on their armbands. You will find a tribe of the raptors directly south of Grom\'gol, not far from the great arena.','Bring 10 Jungle Stalker Feathers to Far Seer Mok\'thardin at the Grom\'gol base camp.','Most excellent. I will prepare these at once.','Did your gathering efforts prove fruitful?','','','','','',3863,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',570,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(573,4044,33,0,8,33,44,0,690,0,0,0,0,0,0,0,0,0,0,0,'Mok\'thardin\'s Enchantment','There is but one final reagent needed to complete the enchantment.$b$bIn the south, towards the western coast, high above the bluffs, lies a Holy Spring. This spring is the subject of great conflict amongst religious and mystical scholars. Every race in Azeroth claims that the spring waters were made divine for their people.$b$bMy final request of you: bring to me Holy Spring Water. Be warned. An expedition of naga explorers have advanced upon the spring. They will need to be dealt with as well.','Far Seer Mok\'thardin of Grom\'gol needs Holy Spring Water. He also wants you to kill 10 Naga Explorers.','With this Holy Spring Water the ceremonial choker is ready for enchantment.$B$BWear this with pride, $N, in the name of the Warchief and in defense of the mighty Horde.','I am almost ready to complete the enchantment. Have you performed my bidding?','','','','','',737,0,0,0,0,0,1,0,0,0,0,0,0,1907,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4112,0,0,0,1,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',571,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(574,4044,33,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,202,0,0,'Special Forces','Now that many of his regular troops are reduced, you must face his highly trained forces. When they\'re not in the wilderness slaughtering our rebel soldiers, they are found deep in the back of the Kurzen Compound, in a cave they call the Stockpile.$B$BI know many of Kurzen\'s troops personally, and I know they are skilled, loyal, and cruel. This is no easy task I set before you, $N.$B$BAfter you defeat them, report to Lieutenant Doren, my commanding officer. He will want your report firsthand.','Kill 10 Kurzen Commandoes and 6 Kurzen Headshrinkers.$B$BReport to Lieutenant Doren at the Rebel Camp.','$N. Sergeant Yohwa trusted your abilities, and I trust her. The defeat you brought to Kurzen\'s forces is almost too much to hope for. I had feared we rebels were alone, and alone we could never stand up against the Colonel\'s brilliance.$b$bPerhaps hope of our survival yet remains.','Sergeant Yohwa tells me you are skilled and brave, $C. Do you have something to rep','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,938,941,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',203,204,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(575,4044,33,0,8,26,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supply and Demand','\"The finest leathercrafter of the South Seas and the worlds old and new.\" That\'s what they call me. Me! Drizzlik! The finest lea... Ahem. Well.$b$bMy leather goods are known far and wide as the most exquisite, a connoisseur\'s choice!$b$bI\'ve just received an order from Director Riddlevox of the Tinkers\' Union for a dozen of his favorite Excelsior-line boots. Our best sellers, actually.$b$bTo start on the basic shape, I\'ll need crocolisk skins from the crocs along the river in northern Stranglethorn.','Bring 2 Large River Crocolisk Skins to Drizzlik in Booty Bay.','These skins should do. Their quality isn\'t too important, given that they\'ll make up the inside layer of the boots, but it\'s still important that they\'re comfortable.$b$bIf they\'re a bit too rigid, I\'ll use some tiger blood to soften it up. Tricks o\' the trade, you know?','My equipment is all ready to go, $n, I just need those skins. We don\'t want to keep Riddlevox waiting, that\'s for sure.$b$bIt\'s not a good idea for anyone to keep the chief inventor of the Tinkers\' Union unsatisfied.','','','','','',4053,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(576,4044,33,0,8,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keep An Eye Out','Avast! Who goes there?$b$bArgh, I am but useless without me special enchanted eye. Bad enough to have lost me eyes in battle in the first place! But by some stroke o\' luck we docked in Menethil and a traveling wizard enchanted a special glass eye that let me see again.$b$bLast night I ended up gettin\' jumped by some Bloodsail Buccaneers on me way out. Took me eye, they did! Seems those blokes have found their way to Booty Bay.$b$bHelp an old sea dog out by gettin\' me eye back?','Dizzy One-Eye in Booty Bay wants you to retrieve his eye from the Bloodsail Buccaneers.','Shiver me timbers and timber me shivers! Ye found me beautiful eye! Let\'s see if she still fits.$b$bShavas ho! Blimey, I can see!!','Ahoy, me bucko! Might not be able to see but I can smell ye from halfway across port.$b$bCould really use me eye back. Captain\'s going to keelhaul me when he finds out me peeper is in the hands of them dirty Bloodsail Buccaneers.$b$bWhat good is a lookout who can\'t see? The crow\'s nest used to be me home...without me deadlights I\'d be lucky to scrub the bilge.','','','','','',3897,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4114,0,0,0,1,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',595,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,6,0,0,0,0,1,4,0,0,0,0,0,0,0,3,0,0,4),(577,4044,33,0,8,31,36,0,0,0,0,0,0,0,0,0,0,628,0,0,'Some Assembly Required','Well, I\'ve got the basic shape of the boots worked out, and they\'re coming along fine, but the skins you brought aren\'t going to be quite enough for the inner layers.$b$b\"What are we going to do, Drizzlik?\" No doubt the question on your lips, and well, isn\'t it lucky you\'re talking to Drizzlik, because he\'s going to tell you what we\'re going to do!$b$bThe inner layers will never really be seen, so we\'ll just get some of the thicker, cheaper skins from the crocs around Lake Nazferiti to fill the boots out.','Bring 5 Snapjaw Crocolisks Skins to Drizzlik in Booty Bay.','My boots... they\'re like sausages, $N. Look great, taste great. I tell you they\'re filled with nothing but the finest ingredients and meats, and you eat it, and you love it.$b$bIt\'s safer--and more enjoyable--if you just trust me, and don\'t ask too carefully what\'s really inside.','Drizzlik\'s Excelsior leather boots, finest workmanship, one-hundred percent high quality saltwater crocilisk skin boots. None finer!$b$bCan\'t beat a glowing description like that, can you?$b$bExcept, maybe, if you have those skins for me?','','','','','',4104,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',575,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(578,4044,33,0,4,32,37,0,1101,0,0,0,0,0,0,0,0,601,3898,1,'The Stone of the Tides','If there is indeed a goblin mage and water elementals haunting the island, it could mean the Stone of the Tides can be mine!$b$bI want you to locate this haunted island... find out what\'s going on. Oh, and if you perhaps want to find out more about the Stone of the Tides, take this scrip to the Stormwind Library, they should be able to find you a copy of the book I first came across the legend in.$b$bCould it be that Gazban actually discovered the Stone...?','Find the haunted island for Baron Revilgaz in Booty Bay.','So the stories were true! Incredible!$B$BHowever, we will need to figure out a way to defeat the curse of the Stone of the Tides, if we are to retrieve it. The curse is magical business, we\'ll need one of those wizards to help us out.','The trolls truly possessed some amazing magical objects, $N. And now, perhaps, I have the opportunity to add one to my extensive collection. Did you have any luck finding the source of the rumor?','Locate the haunted island','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,196,0,0,0,'',616,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(579,4044,1519,0,8,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Stormwind Library','','','Do any of these titles interest you, $N?','King Anduin has placed great importance on learning, and thus has provided funds for making copies of various tomes and writings available to the public. It\'s very simple. You bring me a library scrip, and I can give you a copy of one of the available books.','','','','','',3898,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2154,3899,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',578,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(580,4044,33,0,8,40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whiskey Slim\'s Lost Grog','We was splicin\' the mainbrace somethin\' fierce off of the Overlook Cliffs, ol\' Hinterlands just in the distance. Thought the seas was goin\' to swallow us whole.$b$bOl\' Slim knows all about liquid courage! Cap\'n had a crate of Pupellyverbos Port we commandeered from a privateer en route to Stormwind.$b$bSo when that storm off of Hinterlands hit, I busted into the grog. Big wave hit and tossed them bottles overboard. Cap\'n is goin\' to give me a taste o\' the cat if ye don\'t help me get \'em back though!','Whiskey Slim in Booty Bay wants you to bring him the bottles of Pupellyverbos Port he lost.','Shiver me timbers! Ye found the Cap\'n\'s grog!$b$bI owe ye big time, friend.$b$bSeems like a storm is a brewin\' outside. Maybe I\'ll just keep warm with one o\' these here bottles while we wait for it to pass....','Sink me! I\'m almost outta booze here! Cap\'n is goin\' to weigh anchor and Ol\' Slim will be caught dry as the Tanaris Desert. And once he discovers his port is missing. . . blimey!','','','','','',3900,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17048,0,0,0,5,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,5,0,0,5),(581,4044,33,0,8,30,34,0,690,0,0,0,0,0,0,0,0,582,0,0,'Hunt for Yenniku','A doom, there is. A doom on my chief\'s youngest son, Yenniku. As is a custom with our people, he was given to the Gurubashi Trolls of Zul\'Gurub, but after my tribe, the Darkspear tribe, left with the orc Thrall, poor Yenniku was lost to us. I was sent from distant Orgrimmar, back to Stranglethorn, to search for my chief\'s son.$B$BAnd I believe the Bloodscalp tribe has him.$B$BIf you would help me, then hunt the Bloodscalps. You may find them to the north. Gather their tusks and return to me.','Bring 9 Bloodscalp Tusks to Nimboya at the Grom\'gol Base Camp.','These are good tusks, $N. You prove that you have the strength to hunt the Bloodscalps.$b$bAnd that is good, because you are not done hunting them.','$C. Show me you have made prey of the Bloodscalp tribe.$b$bShow me your trophies.','','','','','',3901,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(582,4044,33,0,8,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'Headhunting','We must find if Yenniku is dead.$B$BSlay the Bloodscalp Headhunters and take from them their Shrunken Heads. You must gather many, many heads, and I will inspect them to make sure Yenniku\'s head is not among them.$B$BAnd if Yenniku was killed by the Bloodscalps, then may a 600-year curse fall on the spirit of their chief, Gan\'zulah!$B$BGo, $N. You may find many Headhunters at the ruins of Zuuldaia and Zul\'Kunda, along the coast to the north.','Bring 20 Shrunken Heads to Nimboya at the Grom\'gol Base Camp.','Thank you, $N. I will inspect these heads to ensure poor Yenniku was spared the headhunter\'s axe.','$N. I fear for our chief\'s son. Do you have the shrunken heads so I may inspect them?','','','','','',1532,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4133,4132,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',581,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(583,4044,33,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Welcome to the Jungle','Welcome to Stranglethorn!$b$bPerhaps you\'re not aware of this, but that dwarf over there is the son of the one and only Hemet Nesingwary, renowned war hero of the Alliance and master big game hunter. Like his father, he\'s not one for welcoming strangers into his camp, but you look like you\'ve seen quite a bit of action in your day, $c.$b$bGo and speak with him. He\'s a chip off the old block, so perhaps he can give you some hunting pointers.','Speak with Hemet Nesingwary Jr.','Jolly nice to make your acquaintance, $N. Haven\'t seen a $C around these parts for some time.$b$bI situated myself with this expedition for one purpose: to hunt a great and elusive beast. Seeing that you\'re a hero of sorts I am willing to let you take part in the hunt, but you must first prove yourself.$b$bI shall teach the ways of raptor killing to you. Ajeck will train you with tiger hunting. And Sir Erlgadin is a master of panther tracking.$b$bProve your skill and I\'ll let you in on the big hunt.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,0,0,1),(584,4044,33,0,8,30,41,0,690,0,0,0,0,0,0,0,0,0,0,0,'Bloodscalp Clan Heads','Yenniku was not among the heads, and I thank the Great Serpent for it. But we are no closer to finding him.$B$BWe must know the truth, and I fear that only the Bloodscalp chief and his witchdoctor know it. They are the enemies of the Darkspear tribe and will not speak freely, so we must force the truth from their dead lips!$B$BBring me the heads of Gan\'zulah and Nezzliok the Dire and place them within this cauldron.$B$BThey are deep within Zul\'Kunda. Bring their heads...we will then make them talk.','Bring Gan\'zulah\'s Head and Nezzliok\'s Head to the bubbling cauldron at the Grom\'gol Base Camp.','You place the heads of Gan\'zulah and Nezzliok within the cauldron...','The greenish broth within the cauldron bubbles.','','','','','',3904,3905,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',582,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(585,4044,33,0,8,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'Speaking with Nezzliok','$B$BIt is true. I know where the child of the Darkspears was taken. You have bested me and bound my spirit, but I will say nothing without appeasement!$B$BThe Bloodscalps war with the Skullsplitters. To gain my favor, steal from the Skullsplitters 3 of their trophy skulls and place them here with us, so that my spirit will have slaves in the Nether. One skull must be from their trophy pile in Balia\'mah, another from Ziata\'jai, and the last from Zul\'Mamwe.','Bring a Balia\'mah Trophy, a Ziata\'jai Trophy and a Zul\'Mamwe Trophy to the Bubbling Cauldron at the Grom\'gol Base Camp.','Yes. These will serve me well. When my spirit is freed, I will enter the Nether with three fine servants!$b$bYou are a credit to your $R clan, and you have appeased me.','I await the skulls...','','','','','',3906,3907,3908,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',584,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(586,4044,33,0,8,30,46,0,690,0,0,0,0,0,0,0,0,0,0,0,'Speaking with Gan\'zulah','$B$BCurse you! And curse your ancestors!!$B$BOnly blood and revenge can cool my rage, so if that is your wish, then... do this:$B$BThrow yourself into the heart of the Skullsplitters to the east. Slay the fiercest among them, and if you survive...then break yourself against their chief, Ana\'thek the Cruel. Hah! Bring me his shattered armor if you can!$B$BMay he tear off your limbs and leave you to rot and be eaten by carrion.','Kill 8 Skullsplitter Hunters, 6 Skullsplitter Headhunters, and 4 Skullsplitter Berserkers.$B$BBring the Broken Armor of Ana\'thek to the Bubbling Cauldron at the Grom\'gol Base Camp.','I do not want to believe it, but I cannot deny what you have done. And my rage eases, now that Ana\'thek is defeated. $b$bYour might will drive you to great deeds, $N. But one day...I will see you in the Nether and we will again match strength.$b$bI will be waiting.','Although my own flesh boils off my skull, I can still smell your fear.$B$BHah! You will never complete my task...','','','','','',0,0,0,3909,0,0,0,0,0,1,0,0,669,781,783,0,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',584,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(587,4044,33,0,8,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'Up to Snuff','Ah, the sea life. I ain\'t gonna say it\'s the good life, but it\'s my life.$b$bWhen I get into port I like to find me a good bottle of grog and some high quality snuff. Nasty habits but what\'s a pirate without his vices, right?$b$bSo you can imagine how heartbroken I was to find out the herbalist here in town has gone and sold out of the stuff. Says his shipment got hijacked by those damned Bloodsail Raiders.$b$bI bet a fearless $c like you could convince \'em to share the goods, eh?','Deeg in Booty Bay wants you to bring him 15 shares of Snuff.','Good show, $N! And just before I need to ship out too! Can\'t thank you enough, old friend.','Any luck finding the goods, matey?','','','','','',3910,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13500,0,0,0,0,'',595,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,6,0,0,3),(588,4044,33,0,8,30,45,0,690,0,0,0,0,0,0,0,0,589,0,0,'The Fate of Yenniku','$B$BYou have appeased myself and my chief, so I will tell you that which you seek to discover...$B$BYoung Yenniku is lost to his clan.$B$BHe was taken by the witchdoctor Zanzil the Outcast. Now Zanzil controls him, body and soul, and only the most potent magic could set him free.$B$BA magic that you do not have, $c.$B$BPerhaps your Darkspear allies can offer a hope of Yenniku\'s salvation. But that, I doubt.','Speak with Kin\'weelay.','Zanzil the Outcast??$b$bIf Yenniku is held by that troll, a vile and powerful witchdoctor, then I fear that only a faint hope remains. Faint. And tiny as the smallest insect.$b$bBut still, it is hope.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',586,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(589,4044,33,0,8,30,45,0,690,0,0,0,0,0,0,0,0,591,0,0,'The Singing Crystals','Legends tell of a jewel, hidden deep in the heart of Stranglethorn. We call it the Mind\'s Eye, and it has great powers. If you gain this Eye then, perhaps, we can use it to bring lost Yenniku back from the darkness.$B$BI will consult with the spirits of the jungle to find the Mind\'s Eye. While I do this, you enter the Crystalvein Mine, southeast of here, and gather Pulsing Blue Shards from Ironjaw Basilisks. The shards are rare, but we will need their magic to bend the Mind\'s Eye to our will.','Bring 3 Pulsing Blue Shards to Kin\'weelay at the Grom\'gol Base Camp.','You have done well, $N. These shards are well formed. Already I hear them sing to me.$b$bAnd while you were gone, I spoke with the spirits of the jungle. I know where the Mind\'s Eye rests...$b$b...And who guards it.','Do you have the shards, $N? They are needed for my final ritual, after we have the Mind\'s Eye.','','','','','',3911,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',588,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(590,4044,154,0,2,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Rogue\'s Deal','What?$B$BWhat?!$B$BYou want money? I don\'t owe you any money.$B$BLetter? What letter? Oh, you wanna fight then? All right, mate... let\'s do this! Owe you any money...','Defeat Calvin Montague in Deathknell.','Incredible! What skill!$b$bThought you\'d be easy prey, $N. Got me good, you did.$b$bHere\'s the coin I promised... not as much as I said it\'d be, but that\'s on a count o\' me lying to ya in the first place.','','Defeat Calvin Montague','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',8,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(591,4044,33,0,8,30,46,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Mind\'s Eye','The Mind\'s Eye is held by an ogre mage, east of here and deep within the Mosh\'Ogg ogre mound. His name is Mai\'Zoth. I know him from when the Darkspears dwelt in Stranglethorn - he is vicious, and his magic is strong.$B$BAnd if he has the Mind\'s Eye, then his magic will be stronger still.$B$BYou must face Mai\'Zoth and wrest from him the Mind\'s Eye. It is a perilous task, but it is the only hope we have of saving Yenniku.','Bring the Mind\'s Eye to Kin\'weelay at the Grom\'gol Base Camp.','You retrieved the eye! Your might is the stuff of legends, $N!$b$bAnd in getting the Eye, you must have defeated Mai\'Zoth and sent him to the Nether. That is why the spirits would not mention him before.$b$bIt is good that he is gone from the world of flesh and bone, but now that he is in the realm of spirits...I fear he will begin a new reign.$b$bBut that is a worry for another time. Now, I must perform a ritual to bend the Mind\'s Eye to our needs...','Greetings, $N. The spirits sing praise of your bravery, yet they tell me no tales of your quest against Mai\'Zoth.$b$bDo you have the Eye?','','','','','',3616,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',589,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(592,4044,33,0,0,30,46,0,690,0,0,0,0,0,0,0,0,0,3912,1,'Saving Yenniku','I have reshaped the Mind\'s Eye into a Soul Gem. Its purpose is twofold: you must use it to stun Yenniku, and once stunned place it upon his head to entrap his soul.$B$BThen, bring the gem to Nimboya.$B$BYenniku dwells with Zanzil the Outcast, at the Ruins of Aboraz, along the Crystal Shore on the distant Cape of Stranglethorn.','Bring the Filled Soul Gem to Nimboya.','You\'ve done it! You freed Yenniku from the will of Zanzil, and completed the mission I had thought was so desperate.$b$bOur tribe will remember your name in songs, $N, and we will etch your tale in stone so that it will live forever.','$N. Kin\'weelay told me you set out to capture Yenniku.$b$bIs it true? Do you have him?','','','','','',3913,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4134,6723,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',591,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(593,4044,33,0,8,1,46,0,690,0,0,0,0,0,0,0,0,0,0,0,'Filling the Soul Gem','','','You place the Soul Gem upon his forehead. He shudders as his soul is sucked in, leaving his body, a mindless husk, behind.','Yenniku stands stunned before you, his mind in another place...','','','','','',3912,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3913,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',592,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(594,4044,33,0,0,42,42,0,0,0,0,0,0,0,0,0,0,630,0,0,'Message in a Bottle','The note reads, in fairly good handwriting:$B$BTo any that can aid me-$B$BPlease, my need for help is dire. A great Skymane holds me captive on an island in the South Seas.$B$BThe stars at night are foreign to me and obscured by the jungle trees, but on the clearest days I see Wild Shore to the northwest, and what seem to be large sailing ships to the southwest.$B$BI beg of you, my would-be savior, please help me.','Find the author of the message in a bottle.','Have you come to free me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(595,4044,33,0,8,37,41,0,0,0,0,0,0,0,0,0,0,597,0,0,'The Bloodsail Buccaneers','You sure seem eager to work, matey. Not sure why some land-loving $r $c is offering help to the Blackwater Raiders, but I\'m not going to turn you away.$b$bOur ship just docked here in Booty Bay and word has it that our rivals--those damned, dirty Bloodsail Buccaneers--have been spotted all over southern Stranglethorn.$b$bAll the boys are too busy hitting the grog and looking for ladies! What I need is a scout.$b$bCheck the cove just north of Booty Bay along the Savage Coast and see what you find.','First Mate Crazz wants you to check the cove north of Booty Bay.','Inside the skiff, you discover a map with some hastily written text on it along with some coins.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,150,-150,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(596,4044,33,0,8,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'Bloody Bone Necklaces','I was sent to Grom\'gol to aid Nimboya on his quest, but... I too have reasons for being here.$B$BThe Bloodscalp tribe is enemy to our tribe. Collecting trophies of our enemies gives us power over them. You may aid our tribe by hunting our enemies.$B$BThey dwell to the north. Slay Bloodscalp trolls and take from them their bloody bone necklaces. Collect many, and your reward will be great.','Bring 25 Bloody Bone Necklaces to Kin\'weelay at the Grom\'gol Base Camp.','Ah, very good. I will boil these, and leech them, and the spirits of their owners will weaken as I render their necklaces to paste!$b$bHere, $N. This will repay my debt to you.','The Bloodscalps will one day be crushed by the Darkspears! Do you have the necklaces of our doomed foe?','','','','','',3915,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4135,0,0,0,1,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(597,4044,33,0,8,37,41,0,0,0,0,0,0,0,0,0,0,599,0,0,'The Bloodsail Buccaneers','The map shows Booty Bay with a red \"X\" drawn precisely at the spot at which you are standing.$b$bThe scribbled text reads:$b$b\"You men are to secure a camp at this location and keep quiet. Wait for the signal from the southern command post before attacking. If anyone approaches you, kill them.\"','Report your findings to First Mate Crazz in Booty Bay.','Sure, I remember you, $C. Back from scouting I see....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,150,-150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',595,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(598,4044,33,0,8,30,42,0,690,0,0,0,0,0,0,0,0,0,0,0,'Split Bone Necklace','Now that you have gathered Bloodscalp trophies, I have another task for you. The Skullsplitter tribe of trolls live to the southeast, and for years we have warred with them. Although the Darkspears no longer dwell in Stranglethorn, we are bound to our conflict with the Skullsplitters.$B$BSo, hunt them. Gather their Split Bone Necklaces and return to me. Aid us in our war, and you will earn the friendship of the Darkspears.','Bring 25 Split Bone Necklaces to Kin\'weelay at the Grom\'gol Base camp.','Your strength is great to have gained these necklaces, $N. The Skullsplitters fall to you like young saplings stomped to earth by a Basilisk!$b$bYour deeds are a boon to us.','The Skullsplitters will curse the day they brought us to war! Is your task complete?','','','','','',3916,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4137,4136,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',596,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(599,4044,33,0,8,37,41,0,0,0,0,0,0,0,0,0,0,604,0,0,'The Bloodsail Buccaneers','Shiver me timbers! So the Bloodsail Buccaneers are planning some sort of attack on Booty Bay? Why, the nerve of those scoundrels. Booty Bay will always be run by the Blackwater Raiders!$b$bThis is bigger than I thought. Report what you have learned to Fleet Master Seahorn at once! The ol\' sea dog is around town somewhere....','Report the planned Bloodsail attack to Fleet Master Seahorn.','Bloodsail Buccaneers attacking Booty Bay? They might as well throw themselves off the Overlook Cliffs. Nonetheless, by bringing me this information you have done my fleet of swashbucklers a great service. The Blackwater Raiders thank you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,25,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',597,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,6,5,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,2),(600,4044,33,0,8,30,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'Venture Company Mining','The Venture Company has a string of operations through Stranglethorn which keeps hard-working goblins, like me, from making honest gold! Please, you must help me!$B$BThe Venture Company is mining near the Crystalvein Mine to the north. They can\'t get into the mine because of all the basilisks, but they\'re still able to dig up Singing Crystals from the surrounding hills.$B$BTake their crystals from them, and show them they don\'t have the run of the jungle.$B$BAnd... um... bring me those crystals as proof!','Bring 10 Singing Blue Crystals to Crank Fizzlebub in Booty Bay.','Great! Wonderful! I can get a bundle for these!!$b$bThat Venture Company sure picked the wrong jungle to mine in, didn\'t they? We\'d all be in better shape if they moved out of here.$b$bThank you, $N. You\'ve done a good deed this day.','Do you have those crystals?? I need them!!$b$bI mean...I need to know the evil Venture Company is losing ground in Stranglethorn. Because, you know, we honest folk have to make a living!','','','','','',3917,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,4128,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',605,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(601,4044,33,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,602,0,0,'Water Elementals','The water elementals were no doubt summoned by Gazban, the goblin wizard rumored to have discovered the Stone of the Tides. As you may know, the Stone of the Tides curses its bearer, causing him to fade in and out of existence...$b$bPerhaps we can find a way to counteract the curse. We can have a mage of Dalaran analyze the magical residue of one of the water elemental\'s bracers. I need you to go back to the island and retrieve a few specimens.','Acquire 6 Water Elemental Bracers for Baron Revilgaz in Booty Bay.','Hm, I haven\'t the eye to examine these bracers to see if any of them will be of any use, but I\'m sure at least one of them will be able to help. Take them to Dalaran and have a mage look at them.$B$BAfter all, I can\'t very well leave Booty Bay just to chat with those tiresome old mages.$B$BNot that I\'m worried anyone would try to elbow their way into being the new baron. No one crosses Revilgaz and lives to tell of it.','Have you had any luck, $N?','','','','','',3923,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',578,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(602,4044,33,0,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,3960,1,'Magical Analysis','From what I\'ve heard, the mages of Dalaran have succeeded in rebuilding their magical city and moving it to Northrend, leaving behind a massive crater. Some mages remained here though, who should spare some time to look at the bracers. If there\'s anything I know about mages, they can\'t resist a magical puzzle.$b$bTake the bag of water elemental bracers and see if they can shed any light on the Stone\'s curse. Look for the Archmage Ansirem Runeweaver. I\'ve dealt with him before, and his knowledge is vast.','Bring the water elemental bracers to Archmage Ansirem Runeweaver in Dalaran Crater.','The Stone of the Tides? Most interesting. It might surprise you to know that I wrote a tome - several years ago - pertaining to the legends of the Gurubashi Empire. I do know quite a bit about the Stone.$B$BAt least one of these bracers appears to have some magical residue I can analyze.$B$BLet\'s see what I can see...','If you wouldn\'t mind, I am rather busy right now.','','','','','',3960,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',601,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(603,4044,33,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,610,0,0,'Ansirem\'s Key','The mage that is in possession of the Stone is amplifying its power through some focal point... an altar of some sort. You should be able to disrupt it by overpowering it.$b$bAs it happens, I know just the thing: an ancient dagger, another troll relic. There\'s just one... little problem.$b$bYou see, I found the dagger while researching in Stranglethorn, but I gave it to my willful daughter, Catelyn, who ran off to Booty Bay to become a pirate.','Talk to Catelyn in Booty Bay.','My dagger? What are you, some sort of comedian?$B$BWhat? Do you just want me to repeat the story of how I\'ve gone from the best knife fighter in Booty Bay to the laughing stock of piratedom!$B$BI lost a knife fight to one of the Bloodsail Buccaneers--bunch of right bastards they are!--and he took my blade as spoils.$B$BIt\'s not as though I can get by as a knife fighter with insults and a sharp tongue alone...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,75,-75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',602,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(604,4044,33,0,8,37,42,0,0,0,0,0,0,0,0,0,0,608,0,0,'The Bloodsail Buccaneers','Crazz speaks highly of your dedication to the Blackwater Raiders. I am going to trust you with a mission of extreme importance to the fleet.$b$bInfiltrate the so-called southern command post the Bloodsail Buccaneers have established on the Wild Shore. Raid the encampment. Bring me their charts along with their written orders. We shall see exactly what those scum are up to.','Fleet Master Seahorn in Booty Bay wants you to kill 10 Bloodsail Swashbucklers and bring back the Bloodsail Charts and the Bloodsail Orders.','Perfect, $N. Now that we know their plan, it\'s just a matter of time.$B$BAnd to think the fools have dropped anchor just off the cape....','Ahoy, $N. What word do you bring of the Bloodsail encampment to the south?','','','','','',0,3920,3921,0,0,0,0,1,1,0,0,0,1563,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',599,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(605,4044,33,0,8,30,35,0,0,0,0,0,0,0,0,0,0,600,0,0,'Singing Blue Shards','The Singing Crystals are unique to Stranglethorn, and are very valuable to certain parties. I can move those crystals, but the cursed Venture Company makes it hard for an honest entrepreneur like myself to gather any!$B$BI\'d like to hire you.$B$BThe basilisks in Stranglethorn eat the crystal. This gives them their hardened skin, and sometimes decent quality crystal can be harvested from it.$B$BYou can get it from any basilisk, but the less nasty ones are along the shores south of Zul\'Kunda, to the north.','Bring 10 Singing Crystal Shards to Crank Fizzlebub.','Aha! These will do nicely, $N. Yes, quite nicely!$B$BHere is your cut, and...it was a pleasure doing business with you.','Do you have those shards yet? I\'ll give you a decent cut from the profits!','','','','','',3918,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(606,4044,33,0,8,30,41,0,0,0,0,0,0,0,0,0,0,607,0,0,'Scaring Shaky','If there\'s one thing I can\'t stand, it\'s people who don\'t pay their gambling debts! And there are a lot of people who owe me. Think you can help me collect?$B$BFirst, there\'s \"Shaky\" Phillipe down by the docks. He owes me plenty after last week\'s game and I want my due! But to get it, we\'ll have to scare him.$B$BGo out of town and hunt Elder Mistvale Gorillas. Find a nice selection of giblets, then take them to Shaky. Don\'t let on that they\'re from an animal; let him think the worst.','Bring 5 Mistvale Giblets to \"Shaky\" Phillipe in Booty Bay.','Ack! Where\'d you get these? No, don\'t tell me. I don\'t want to know!$b$bWho sent you? Sea Wolf?','Hey! I don\'t like the look you\'re giving me, mister.','','','','','',3919,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,25,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,25,0,0,2),(607,4044,33,0,0,30,41,0,0,0,0,0,0,0,0,0,0,609,3922,1,'Return to MacKinley','Here, take this pouch and give it to Sea Wolf. And tell him I meant to pay him back! I swear!!$B$BI just got a little drunk and lost my way, and...you know how things are. He\'ll understand - you don\'t have to get rough!','Bring Shaky\'s Payment to \"Sea Wolf\" MacKinley.','Heh heh, well done! And when you showed Shaky those giblets, how hard did he shake?$b$bHah! He\'s so easy to read, when I play cards with him I can\'t help but win!$b$bThanks for your help, $N. Now it\'s your turn to get paid...','Here here, $N. Did you get Shaky\'s payment?','','','','','',3922,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,150,-150,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',606,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(608,4044,33,0,8,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bloodsail Buccaneers','Blast the nerve of Firallon! He couldn\'t sail a skiff through Crystal Lake let alone lead an entire fleet against us.$b$bThe Bloodsail Buccaneers will pay for their carelessness. Now that we know their plan of attack, we can counter before they know what hit them.$b$bBut why send the entire fleet to do the work of one brave adventuring party? $n, take some of your most skilled comrades out to Firallon\'s landing spot and assassinate the Bloodsail leadership. Their fleet will sink soon after....','Fleet-Master Seahorn in Booty Bay wants you to kill Captain Stillwater, Captain Keelhaul and Fleet Master Firallon.','Ah, what a great day for the Blackwater Raiders! Three cheers to you, $N!','What\'s the problem, $N? We need to attack before the Bloodsail Buccaneers do!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2550,2548,2546,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4138,0,0,0,1,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',604,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,6,0,6),(609,4044,33,0,8,30,44,0,0,0,0,0,0,0,0,0,0,0,0,0,'Voodoo Dues','My list is shortening, but there are still people who owe me.$B$BNext, we have Maury \"Club Foot\" Wilkins, Jon-Jon the Crow, and Chucky \"Ten Thumbs.\"$B$BThese scurvy dogs\' debts are months outstanding and I thought they skipped town to avoid paying up! Later, I heard they\'re cursed and bewitched and now wander the jungle ruins. But I don\'t care what their fate is - I want what\'s mine!$B$BThey\'re at the Ruins of Aboraz and the Ruins of Jubuwal, northeast of here. Find them, and collect.','Bring Maury\'s Clubbed Foot, Jon-Jon\'s Golden Spyglass, and Chucky\'s Huge Ring to \"Sea Wolf\" MacKinley in Booty Bay.','Great! I can get a good price for these, especially for what\'s inside Maury\'s foot! Thanks much, $N!$b$bI hope those three learned their lesson: don\'t bet something you can\'t afford to lose.$b$bAnd maybe it\'s too late for them, but...they should be careful of who they gamble with.','$N, did you find those three dogs? Did you collect their valuables?','','','','','',3924,3925,3926,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',607,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(610,4044,33,0,8,32,39,0,1101,0,0,0,0,0,0,0,0,611,0,0,'\"Pretty Boy\" Duncan','My FATHER sent you? I\'d have thought that old codger would have given up on me by now.$b$bIt wasn\'t really his fault I ran off, he just shouldn\'t have expected I\'d be willing to live a boring life, reading over musty books and associating with grey-haired, stiff-backed, stuffy mages!$b$bIf you need my dagger, you\'ll have to get it back from \"Pretty Boy\" Duncan, one of the Bloodsail Buccaneers. Put something \'tween his shoulders and I\'m sure he\'ll give it up.','Get Catelyn\'s dagger from \"Pretty Boy\" Duncan.','You beat Duncan? I guess you aren\'t as wet behind the ears as you looked at first glance.$b$bI suppose that also means I shouldn\'t challenge you to a fight any time soon!','I\'d never been beat before, you know, $N? Sure I\'d been cut, can\'t get in a knife fight without that, but he just smacked me on the side of the head, blacked me out. When I came to my blade was gone.$B$BAs much as my nickname might indicate, I still need a knife to fight, and for me, it has to be that one.','','','','','',4027,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',603,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(611,4044,33,0,0,32,40,0,1101,0,0,0,0,0,0,0,0,0,4027,1,'The Curse of the Tides','So you\'re looking for an altar of some sort? Well, I\'m no expert on troll ruins like my father, but I have heard about a sunken troll city out near that island you\'re looking for. Maybe you should try there.$b$bYou got my knife back for me, so I guess you can borrow it... but I want it back when you\'re done!','Destroy the Altar of the Tides with Catelyn\'s Blade, kill Gazban and bring the Stone of the Tides and Catelyn\'s Blade back to Baron Revilgaz.','Amazing! The Stone of Tides! It shall have a place of prominence in my collection of ancient troll artifacts. Did you see how it almost seems as though a tide is trapped within its surface? Magnificent!','Have you retrieved the Stone of the Tides for me, $N? I\'ve already cleared out a space and purchased a fine stand for it.','','','','','',4034,4027,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4120,0,0,0,1,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',610,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(612,5875,33,0,8,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'','It\'s a long shot, but perhaps you could try to convince Catelyn to part with her dagger? The heart of a collector, you know how it is?$b$bPerhaps if you mention that it\'s for me, she might be more well-disposed to sell it to me.','Return Catelyn\'s blade.','','','','','','','',4027,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,150,-150,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(613,4044,33,0,8,30,44,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cracking Maury\'s Foot','Curses! That swab Maury put a lock on his foot, and I can\'t open it! His loot\'s inside the foot, and that\'s what he owes me!$B$BWe need to find the key to open the lock. Maury was known to gamble with the Mosh\'Ogg ogres, at their mound to the northeast. And he told me, when he was still alive, that the last time he went to the mound he was chased off after winning too much. Maybe the Ogres there have his key.$B$BBut if they do, you might have to kill a load of them to find the right one...','Bring Maury\'s Key to \"Sea Wolf\" Mackinley in Booty Bay.','You found it! Thanks a million, $N. You\'ve been a big help to me!$b$bHere you go - you earned this!','Ahoy, $N! Have you yet found Maury\'s Key?','','','','','',3930,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4129,0,0,0,1,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',609,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(614,4044,33,0,8,35,42,1,1101,0,0,0,0,0,0,0,0,0,0,0,'The Captain\'s Chest','I used to sail a ship from here all the way to Ratchet, in Kalimdor. I was a successful captain with a sterling reputation.$B$BUntil...$B$BThose cursed sea giants ruined me! They smashed my ship, killed my crew, and set me on a lifeboat to Booty Bay. And one of the giants, Gorlash, stole my Captain\'s Chest. He said he wanted it for a snuffbox. The nerve!$B$BI hear Gorlash wanders the coast east of here. Find him and get back my chest! Do that, and you\'ll have earned a captain\'s gratitude.','Bring Smotts\' Chest to Hecklebury Smotts in Booty Bay.','You found it! Oh happy day, this is! Thank you, $N. Getting back my chest cools some of the fire in me.$b$bBut my revenge isn\'t complete...','Ahoy, $N! Did you find Gorlash? That chest was my favorite, and it has a hidden compartment that held my greatest treasures!','','','','','',3932,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11469,0,0,0,1,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(615,5875,33,0,8,35,42,0,1101,0,0,0,0,0,0,0,0,8554,0,0,'The Captain\'s Cutlass','After I lost my first ship to those giants, I bought another. Named Smotts\' Revenge, I filled it with supplies and crew, and set out to find the villains. I found them, but...they beat me. They smashed Smotts\' Revenge, killed my second crew and set me on another lifeboat.$B$BThis time another of the giants, Negolash, stole my cutlass.$B$BFace Negolash and bring me my cutlass!$B$BSpeak with Sprogger. He was my cook on the Smotts\' Revenge, and survived the last attack. He can help you find the giant.','Speak with Sprogger.','Hello hello, $N. Captain told me you\'re going after Negolash, eh?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',8552,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(616,4044,33,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,578,0,0,'The Haunted Isle','Baron Revilgaz has had me keep an ear out for rumors of the strange and out-of-place in Booty Bay and Stranglethorn. I don\'t usually put much stock in ghost stories, but I heard some sailors in the tavern talking about a haunted island off the coast. Water elementals and a raving goblin ghost, they say.$b$bIf you\'re going to go talk to Revilgaz, could you relay that story to him?','Speak with Baron Revilgaz in Booty Bay.','Interesting. Some time ago, I seem to remember reading a book once that suggested...$b$bAh, of course, a troll legend it was. If what Krazek reports is true, perhaps I will soon be able to add the Stone of the Tides to my collection of ancient artifacts and relics.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(617,4044,33,0,8,38,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'Akiris by the Bundle','You looking fer work, $N? I might have some if you\'re up for a little challenge.$B$BI got a friend named Groy who makes a killing selling what the naga call akiris reed: it\'s some kind of valuable ocean reed. Not too sure what it\'s for, but he pays well for bundles of the stuff.$B$BYa bring me ten stalks of the stuff, and we\'ll have business to do. The naga were last seen along the beach to the north of here.','Bring 10 Bundles of Akiris Reed to Privateer Bloads in Booty Bay.','Well done, $N. 10 stalks of akiris reed wasn\'t too much a challenge after all, huh? No offense to the naga, but hey, everybody\'s gotta make a living.','If ya got no business with me, then move along, $N.','','','','','',4029,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4117,0,0,0,1,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(618,4044,33,0,8,35,42,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Facing Negolash','Negolash is a hungry giant.$B$BWhen the giants destroyed our ship, Negolash went straight for my kitchen. He wasn\'t hungry for crew like the other giants. Negolash wanted wine...and my Barbecued Buzzard Wings. They\'re my specialty, and I had to go all the way to the Badlands for the recipe!$B$BIf you want to lure the giant, then get some wine and a heap of buzzard wings. Put them in our old lifeboat, southeast of here along the coast. When Negolash smells all that food, he\'ll come for sure!','Bring 10 Barbecued Buzzard Wings and 5 bottles of Junglevine Wine to Captain Smotts\' Lifeboat.$B$BKill Negolash, and bring Smotts\' Cutlass to Captain Smotts in Stranglethorn.','You got my cutlass from Negolash! I can\'t believe my fortune, $N! Meeting you has turned my luck to the better, make no mistake there!$B$BThank you! And if I ever get a new ship and you\'re looking to sail the seas, you would be my honored guest.','Did you get my cutlass, $N?','','','','','',3935,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4130,0,0,0,1,0,0,0,21,87,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',615,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(619,4044,33,0,8,1,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enticing Negolash','','','You pile food and drink upon the raft...','This is an abandoned lifeboat. Printed along its side in scratched, faded paint are the words:$B$B\"Smotts\' Revenge\"','','','','','',4457,4595,0,0,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(620,5875,33,0,0,35,42,0,0,0,0,0,0,0,0,0,0,0,3985,1,'The Monogrammed Sash','This fine sash has the letters \"HS\" embroidered along its hem.','Return the Monogrammed Sash to its owner.','Hello. Do you have business with me?','','','','','','',3985,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,75,-75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(621,4044,33,0,8,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zanzil\'s Secret','Zanzil the Outcast dwells with his followers in the Jubuwal and Aboraz Ruins, northeast of Booty Bay. He is exiled from his tribe. Why? Well...$B$BZanzil has methods of bending the minds of others, and his leaders fear him. He uses a mixture of jungle plants on his followers to suppress their will and strengthen their bodies.$B$BHis mixture would be worth much to those who wish to control others.$B$BBring me samples of his mixture, and I will find a use for them.','Bring 12 samples of Zanzil\'s Mixture to Crank Fizzlebub in Booty Bay.','Ah, very good! Here is your pay.$B$BAnd here is a little something extra... for your discretion.','Do you have the samples of Zanzil\'s Mixture??','','','','','',4016,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4131,0,0,0,1,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(622,4044,33,0,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,1987,1,'Return to Corporal Kaleb','While you were gone I fixed the pot you brought me. I even added an extra steam whistle, and look! There\'s a new chopper at the bottom that\'ll cut through leg bones!$B$BYes yes, Krazek\'s Crock Pot is a 100% cook pleaser! I\'m sure its owner will be satisfied.','Bring Krazek\'s Fixed Pot to Corporal Kaleb at the Rebel Camp.','It\'s fixed! This is great, now I can get dinner started! Thanks so much, $N.$B$BI hope you were okay in Booty Bay. That place can get pretty rough, and... I heard rumors that the goblins will sometimes drag drunk sailors to their slave boats and take them to who-knows-where... to do who-knows-what...','Hello, $N. Did you make it to Booty Bay? Did the goblin Krazek fix my pot??','','','','','',1987,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4124,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',627,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(623,4044,33,0,0,38,43,0,1101,0,0,0,0,0,0,0,0,0,4028,1,'Akiris by the Bundle','$N, since I have you here, I got a message from Groy while you were gone. He mentioned bein\' satisfied with the last shipment that arrived and has a client that wants some more of the stuff right away.$B$BI won\'t be headin\' to Theramore for a week, but if you\'re willin\' to make the journey, there\'s no reason you can\'t take the stuff for me.$B$BFeeling adventurous? You do know where Dustwallow Marsh is, doncha? I\'d be careful though, Theramore can be dangerous if you\'re the wrong kind of crowd.','Bring a Bundle of Akiris Reeds to Privateer Groy in Theramore.','What?! I got a lot better things to do then talk to the likes of you, $C. Make it worth my while or get outta my face.$B$BHuh? Bloads sent ya, huh? Well, whaddaya got for me?$B$B$B$BNot bad, not bad at all. Another bundle will make my client quite happy.$B$BI suppose yer next question\'s gonna be about money, huh, $C? Of course it is!$B$BHere, take this coin and some advice: get off my docks.','Yeah?','','','','','',4028,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',617,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,0,0,0,3,6,1,1,0,0,0,0,0,6,0,0,4),(624,4044,33,0,0,35,43,0,0,0,0,0,0,0,0,0,0,625,0,0,'Cortello\'s Riddle','There is an ornate, well-traveled bridge$bEast of Deadwind and south of Redridge$bUnderneath there waits something for you$bSome call it a hint, others a clue$bThere it will lie for endless tomorrows$bBiding its time in the Swamp of Sorrows','Solve the riddle!','The soggy parchment contains the next clue....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(625,4044,33,0,8,35,43,0,0,0,0,0,0,0,0,0,0,626,0,0,'Cortello\'s Riddle','A far off land in Kalimdor awaits$bWhere peril has dashed hopes and fates$bEast of Barrens the weather is harsh$bGloom and danger pock Dustwallow Marsh$bBut there lies a clue for those up to the test$bWaiting to be found in a cave in the southwest','Solve the riddle!','You find a musty scroll.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',624,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(626,4044,33,0,8,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cortello\'s Riddle','To Lordaeron! The great land of turmoil$bWhere brave soldiers with death do toil$bFind your way through the great unrest$bThere you will find the end to this quest$bAlong the coast of the Hinterlands, at the base of the great falls$bUnderneath the water there does your treasure call!','Solve the riddle!','You open the chest to discover....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11324,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',625,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(627,4044,33,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,622,0,0,'Favor for Krazek','There is a mountain cave in Drywhisker Gorge, far to the north in the Arathi Highlands. In that cave is rare ore: bloodstone. The bloodstone in this cave is not of the highest grade, but even low-quality bloodstone is valuable... to those with the knowledge to use it.$B$BI would like some.$B$BI will fix your crock pot, but while I work on it... bring me samples of bloodstone. Bring me enough, and I\'ll even give you a bonus.$B$BOh, and if you don\'t have the skill to mine it... find someone who does!','Bring 4 loads of Lesser Bloodstone Ore to Krazek in Booty Bay.','Ah, splendid! That was a big favor you did for me.$B$BHere is your payment...','Hello, $N. Did you have luck getting the bloodstone?','','','','','',4278,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,150,-150,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',210,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(628,4044,33,0,8,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'Excelsior','With the inside finished, all that\'s left is to add the outer layer. For this, I use only the best elder croc skins. They are more durable and a better canvas--if you will--for adding the designs and accents that make Drizzlik\'s Excelsior line.$b$bIt\'s hard to find that perfect skin though, the only one that fits my plan is the skin of an elder saltwater crocolisk. The elders only come out to defend the other saltwater crocs, so you might need to kill a few to draw one out.','Bring an Elder Crocolisk Skin to Drizzlik in Booty Bay.','Great! Thanks to your help I\'ll have this order filled and sent off to Director Riddlevox on the next boat to Undermine. Ahead of schedule, even!$b$bFor all your hard work, here, I made some extras, so take a pair. It\'s on Drizzlik.$b$bAnd remember, there\'s no boot so fine as one of Drizzlik\'s Excelsior line!','I read somewhere that the saltwater crocilisks are slowly dying out... bad news for my business, isn\'t it?$b$bAnyways, I hope you have that elder saltwater crocolisk skin for me!','','','','','',4105,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4109,0,0,0,1,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',577,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(629,4044,33,0,8,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Vile Reef','Long ago, a great shudder of the earth sunk an old troll city beneath the waters of the Savage Coast to the northwest. We call that place the Vile Reef, for murlocs now reside in the ruins of the city, attacking any who draw close.$B$BThere is an old tablet among those ruins that tells the ancient tale of Gri\'lek, a hero of troll legends. The tale is sacred to the Darkspear tribe, and although the tablet is too large to move, I want a shard of it to enshrine in our new home in Orgrimmar.','Bring a Tablet Shard to Kin\'weelay at the Grom\'gol Base Camp.','This is good. When I return to Orgrimmar I will place this shard in a sacred place. It will remind us of the might and honor of Gri\'lek.$b$bThank you, $N. Your deeds mark a growing friendship with the Darkspear tribe.','I await the Tablet Shard, $N.','','','','','',4094,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(630,4044,33,0,8,42,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message in a Bottle','$N, I put my faith in you and anyone you can muster to help free me. The great Skymane King Mukla is my captor. He commands the beasts of this island, and they keep me here against my will with the aid of this chain. If you can slay him and find the key to this shackle, I shall be indebted to you greatly.$B$BI often hear him to the southeast side of the island, but please be careful: he is not to be trifled with.','Slay King Mukla and return to Princess Poobah with the Key to free her.','$N, you have saved me from a great dishonor. If it was within my power, I would offer you a place among my tribe. But for now, all I can only offer you is this token for the courage and nobility you have shown.','I thank my ancestors someone has come to aid me. Do you have the key that will free me?','','','','','',4103,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4118,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',594,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,6,0,0,5),(631,4044,11,0,8,28,31,0,1101,0,0,0,0,0,0,0,0,632,0,0,'The Thandol Span','A tremendous explosion roared through the hills. \'Twas horrible, I tell you!$b$bGood soldiers died defending the Thandol Span. Longbraid says we\'ll take revenge on the Dark Irons before all is said and done.$b$bWe\'re in a world of hurt though and I don\'t see any reinforcements in sight. Longbraid sent Ol\' Rustlocke to scout the eastern bridge to see if we could secure it.$b$bThat was days ago. We haven\'t the manpower to search for him with Dun Modr under siege.$b$bPerhaps you can find him...','Rhag Garmason wants you to locate Ol\' Rustlocke.','You search the tiny, dwarven corpse. Engraved into the helmet you can clearly read: Ebenezer Rustlocke.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(632,4044,11,0,0,28,31,0,1101,0,0,0,0,0,0,0,0,633,4429,1,'The Thandol Span','It seems as though poor Ol\' Rustlocke ran into a Dark Iron ambush. You notice a parchment next to his clenched fist.$b$bReport the grim news to Rhag Garmason and show him what you found.','Report back to Rhag Garmason at Dun Modir in Wetlands and show him the parchment you found on Rustlocke\'s corpse.','Oh my, the news is grave....','Any sign of Ol\' Rustlocke, $N?','','','','','',4429,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',631,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,6,0,0,5),(633,4044,11,0,8,28,31,0,1101,0,0,0,0,0,0,0,0,634,0,0,'The Thandol Span','Heavens no! Poor Rustlocke. \'Tis quite a tragedy indeed.$b$bWe must not let his death pass in vain. This parchment you discovered indicates that Kam Deepfury, the mastermind behind the original attack, arranged for a cache of explosives to be stashed just across the Thandol Span, in Arathi Highlands.$b$bIf those explosives make it to the bridge, our major supply line to the north will be severed! The cache must be destroyed, $n! Return to me when your mission is complete.$b$bYou\'re our only hope.','Destroy the cache of explosives.','The remaining bridge is saved! You have done a great service to King Magni and the people of Khaz Modan.$B$BNow if we can only hold out long enough for reinforcements to show...','The cache of explosives must be destroyed!','','Cache of Explosives Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-2704,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,4504,4505,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',632,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,5,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,5),(634,4044,11,0,8,28,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Plea To The Alliance','I ask of you one more small favor, $c. We await the reserves of Ironforge. However, Roggo has knowledge of an Alliance camp to the north in Arathi Highlands at Refuge Pointe.$b$bTravel there and seek out Captain Nials. Ask the good Captain if the Alliance can spare some soldiers to help us reclaim Dun Modr and the Thandol Span.','Seek out Captain Nials at Refuge Pointe in Arathi Highlands.','My condolences go out to Longbraid and his brave soldiers. The news of the Thandol Span tragedy and the fall of Dun Modr hangs heavy in my heart.$b$bBut Stromgarde has fallen! Hence our presence here at Refuge Pointe. We are faced with retaking our own great city.$b$bHonor and duty require that we do not leave the Highlands until Stromgarde raises the mighty banner of the King once again. I will send word to Longbraid that he is on his own...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',633,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(635,4044,45,0,0,30,35,0,0,0,0,0,0,0,0,0,0,0,4614,1,'Crystal in the Mountains','This shard pulses as you hold it...$B$BYou feel a sense of pleading coming from the shard, as if someone is trying to communicate, someone who desperately needs your help.$B$BA vision appears in your mind - of the northern mountains of Arathi, and of a brilliant crystal jutting from the earth there.$B$BYou feel drawn to that place.','Find the crystal from your vision.','This crystal pulses, as if a living force is trapped within it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-881.76,-3036.37,1,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(636,5875,45,0,8,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Legends of the Earth ','This book tells the tale of an elemental princess, Myzrael, and of her imprisonment deep underneath the Arathi Highlands.$B$BIt also tells of a secret outcropping of crystals in the highlands. These crystals, the Shards of Myzrael, are a window to the princess\' prison.$B$BIf a brave soul found the Shards of Myzrael, the perhaps $ghe:she; could speak with her...','Find the Shards of Myzrael.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(637,4044,1537,0,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,4432,1,'Sully Balloo\'s Letter','The waterlogged and war-torn envelope dissolves in your hands, leaving you with a few pages of a letter in your grasp, written with painstaking care.$b$bThe letter is addressed to a Mrs. Sara Balloo of Ironforge and begins, \"My dear Sara....\"','Deliver Sully Balloo\'s Letter to Sara Balloo.','You say you saw my Sully pinned beneath the icy waters? Say it isn\'t so!$B$BLet me read what he wrote....','You look as though you have traveled a great distance and seen much turmoil in your time, $C. These times we live in are trying on the soul. What news do you bring to me now?','','','','','',4432,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(638,4044,33,0,8,32,37,0,690,0,0,0,0,0,0,0,0,639,0,0,'Trollbane','With Thoras Trollbane dead and Stromgarde in ruins, Vol\'jin has instructed that we make every effort to spirit the legendary sword Trol\'kalar from the humans\' hands, so that we might use it in our coming battles against the trolls of Zul\'Gurub.$b$bZengu, one of our seasoned hunters, was dispatched to Hammerfall in northeastern Arathi Highlands to oversee its procurement.','Travel to Hammerfall in the Arathi Highlands and speak with Zengu.','How you doing, $C? The task set before us by Vol\'jin will be a difficult one, and any assistance you might provide will be appreciated and necessary.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(639,4044,45,0,8,32,37,0,690,0,0,0,0,0,0,0,0,640,0,0,'Sigil of Strom','In ancient times, trolls fought against the Arathorian Empire and our most capable adversary, Lord Ignaeus of Strom, named Trollbane. He rode into battle wielding Trol\'kalar--troll slayer, in their ancient tongue.$b$bBut now the sons of Trollbane are weakened, their stronghold brought to ruin.$b$bThe sword is protected by several sigils that were divided among the survivors of Stromgarde, and we must retrieve them.$b$bThe first was taken by the Syndicate, one of their men in Stromgarde should have it.','Get the Sigil of Strom for Zengu in Hammerfall.','Excellent, mon. That\'s a good start to collecting the sigils we\'ll need to remove Trol\'kalar from Trollbane\'s tomb.','Have you located the first sigil yet? It is most likely carried on the person of one of the Syndicate agents in Stromgarde.','','','','','',4440,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',638,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(640,4044,45,0,8,32,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Broken Sigil','Thoras Trollbane\'s tomb is protected by three sigils--the first of which you retrieved from the Syndicate. The other two will be harder to get, as they\'re held by the firmly entrenched Stromgarde militia.$b$bThe sigil of Thoradin was divided into five pieces by Thoras\' son, Galen, and dispersed among the Stromgarde defenders. Retrieve the pieces and bring them to Tor\'gan, the troll shaman, he will be able to bind them into the complete sigil.','Retrieve the 5 Sigil Fragments from the defenders in Stromgarde, and bring them to Tor\'gan in Hammerfall.','Ah, you need me to reconstruct this sigil? It shouldn\'t be too difficult... all the pieces seem to be here and the magical structure will be easy to reform.$b$bYou might want to close your eyes.','Throm\'ka, $c. Zengu informed me that you required my assistance?','','','','','',4450,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',639,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(641,4044,45,0,0,32,40,0,690,0,0,0,0,0,0,0,0,643,4453,1,'Sigil of Thoradin','The reconstruction worked flawlessly. The sigil can now be used to unlock the seal on Trollbane\'s tomb. Return it to Zengu, no doubt he has additional tasks for you to complete.','Bring the restored Sigil of Thoradin to Zengu in Hammerfall.','We\'re halfway to being able to remove Trol\'kalar from Trollbane\'s tomb. We are not exactly sure where the third sigil is, as its holders seem to move around Arathi quite a bit, but I have faith that you\'ll be able to find it.','$N! Do you have the second sigil?','','','','','',4453,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',640,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(642,4044,45,0,8,30,37,0,0,0,0,0,0,0,0,0,0,651,0,0,'The Princess Trapped','My name is Myzrael. I am a princess of the earth, and my captors, the giants, have trapped me deep beneath the Arathi Highlands. These crystal shards are the only way I can speak with the surface world.$B$BPlease help me. Allies of the giants, the Drywhisker Kobolds, have a shard like this one in their Drywhisker Gorge, to the east. To power the cluster, you must gather Motes of Myzrael from the kobolds and apply them to it.$B$BI beg you, $N, aid me!','Gather 12 Motes of Myzrael, then bring them to the Iridescent Shards in Drywhisker Gorge.','Ah! You activated these shards. Already I feel more myself!$b$bBut alas, I am still far from free...','This cluster of shards looks much like the Shards of Myzrael. But the same feeling of security does not pulse through them.','','','','','',4435,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(643,4044,45,0,8,32,41,0,690,0,0,0,0,0,0,0,0,644,0,0,'Sigil of Arathor','Though they can barely be said to control Stromgarde, let alone the whole of Arathi Highlands, the human prince trots the remnants of his cavalry over the countryside. I can\'t understand why he does it, but who understands the way the humans think, hm?$b$bWhatever his reasoning, more importantly, he has given one of the sigils to Lieutenant Valorcall, their cavalry leader. Locate him and bring his sigil back to me.','Retrieve the Sigil of Arathor and return it to Zengu in Hammerfall.','Losing their cavalry leader will prove a large blow to the Stromgarde defenders. Better yet, it means that we are only one sigil from being able to have Trol\'kalar for ourselves.','Valorcall will not be easy to track down, $N. Mounted on horseback, he can cover ground quickly. Nonetheless, we must have his sigil.','','','','','',4458,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',641,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(644,4044,45,0,8,32,42,0,690,0,0,0,0,0,0,0,0,645,0,0,'Sigil of Trollbane','The final of the sigils needed to unlock the tomb of Thoras Trollbane is held by his son personally. He resides deep within Stromgarde, in a chapel in the militia-held districts. Prince Galen is well protected and no slouch of a warrior himself, so this task could prove most difficult.','Kill Prince Galen Trollbane and bring the Sigil of Trollbane to Zengu in Hammerfall.','Quite a day this is, $C. The blood of Trollbane will no longer haunt my people, and the sigils needed to take Trol\'kalar are in our possession. Soon, very soon, we will strike against the hated trolls of Zul\'Gurub.','You\'ve returned, $N. Is the line of Ignaeus Trollbane broken?','','','','','',4466,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',643,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(645,4044,45,0,0,32,42,0,690,0,0,0,0,0,0,0,0,646,4467,1,'Trol\'kalar','What\'s this? With the four sigils brought together, they have formed together to create one sigil. There can be no doubt that this will be able to break the wardings placed upon Trollbane\'s tomb.$b$bTrollbane\'s remains are entombed in the Sanctum behind the chapel in Stromgarde. Retrieve Trol\'kalar.','Retrieve Trol\'kalar from Trollbane\'s tomb in Stromgarde.','Matching the lines on the face of Trollbane\'s tomb with the glowing lines of the Sigil of Ignaeus, a flash of light consumes the Sigil, and the legendary sword Trol\'kalar is released from the stone hands\' grip.','Etchings in the stone upon the face of the tomb of Trollbane match the glowing lines of the Sigil of Ignaeus...','','','','','',4467,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',644,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(646,4044,45,0,0,32,42,0,690,0,0,0,0,0,0,0,0,0,4468,1,'Trol\'kalar','The light slowly fades, the sword Trol\'kalar, held within a stone sheath has been released.','Deliver Trol\'kalar to Zengu in Hammerfall.','For generations, the forces of Strom and Arathor ravaged the trolls. Now their greatest weapon is in our hands. Our inching progress in the steamy forests of Zul\'Gurub will be no more.$b$bYour assistance has been great, $N, and the Darkspear trolls are indebted to you.$b$bI will be sure that the sword is delivered to Nimboya at Grom\'gol.','$N! Have you taken the sword?','','','','','',4468,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4508,4507,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',645,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(647,4044,11,0,1,28,30,0,1101,0,0,0,0,0,900000,0,0,0,4441,1,'MacKreel\'s Moonshine','Had quite a bit of the ol\' Moonshine last night! Longbraid would have my head if he knew that I passed out during my watch.$b$bThe noggin hurts something fierce. Felt as though a whole brigade of siege engines passed overhead, all that rumbling.$b$bOh my, look at the time! I promised Brewmeister Bilger in Southshore that I\'d repay my debt to him by sending some Moonshine.$b$bBut there are just 15 minutes left before I\'m overdue! Take him this batch, would you please? And hurry!','Take MacKreel\'s Moonshine to Brewmeister Bilger in Southshore.','Ah, nothing like Foggy MacKreel\'s Moonshine to warm you up on a brisk day! And here I was thinking the little bugger was going to be overdue on his bills again. Thank you, friend! Many thanks indeed!','What\'s the good word, $R?','','','','','',4441,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,5,0,0,0,0,0,2,1,2,0,0,0,0,0,0,6,0,0,6),(648,4044,440,0,2,43,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue OOX-17/TN!','The gnome\'s voice crackles once again from the robot:$B$B\"I need to move OOX-17/TN to an open, safe place so it can begin a lengthy take-off procedure. It has built-in cloaking, but I need time on my end to make it operational again. I need you to escort the robot from its current location to, let\'s say, near the Caverns of Time! That should be a perfect place, and long enough, to get things on line!\"$B$B\"Escort it safely and then come talk to me in Booty Bay! Oglethorpe Obnoticus - out!\"','Escort OOX-17/TN to safety, then report to Oglethorpe Obnoticus in Booty Bay.','Oh, YOU\'RE the great savior of OOX-17/TN! I cannot even begin to express my thanks for your assistance! My homing robot series needs more developing, but your recovery has saved me countless hours of rebuilding time, as well as many gold pieces in rebinding costs!$b$bPlease, take your choice of any of these items I have. Hopefully, you will make good use of one of them. Thank you again for your generous assistance, my robots and I are in your debt!','','Escort OOX-17/TN to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9643,9644,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',351,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,8),(649,4044,1637,0,8,42,48,0,0,0,0,0,0,0,0,0,0,650,0,0,'Ripple Recovery','I\'ve got some salvage work for you, and if you\'re an aficionado of fine ripple like I am, then you\'ll love this task. Ripple!$B$BIt\'s a drink, you dummy.$B$BAn abandoned Horde outpost has a stash of Hinterlands Honey Ripple from when they were in business. You can\'t get fine ripple like that anymore! One of Malton\'s dummy associates knows the shot, so you\'ll go out there and bring me a case of packaged ripple, and two for my own collection! Talk to Malton, he\'ll fill you in on the details.','Talk to Malton Droffers in Orgrimmar.','Oh yeah, about the ripple dad wants! He wants to sell the ripple to a tavern here in Orgrimmar, but we\'ll get more money if it is in its original packaging. I know someone who can do that, and he\'s in the Hinterlands where the ripple is. But he\'s, um, a high elf.$b$bWell, he\'s a good high elf, as he\'s not a part of the Alliance. Well, he\'s not so much a good high elf as he is a drunken high elf. He loves, and I mean LOVES the hooch.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(650,4044,1637,0,8,42,48,0,690,0,0,0,0,0,0,0,0,77,0,0,'Ripple Recovery','The elf you will need to talk to is Gilveradin Sunchaser. He can name any wine, vintage and all, just by smell alone! He can package up the ripple we need, so you\'ll need to talk with him. We need six bottles for packaging, two for dad, and how ever many he\'ll want... and believe me, he\'ll want some. When you\'ve packaged the ripple and got dad\'s two bottles, come back here!$B$BGilveradin\'s camp is near some high elf lodge in the Hinterlands, and those high elves are not good. Trust me.','Talk to Gilveradin Sunchaser; his camp is located in the Hinterlands.','Ah, so you know Malton? He is an old drinking companion of mine. You see, I have found something that transcends the boundaries of artificial treaties and alliances - alcohol. Were we all to slake our thirsts on its blissful qualities, we all would be in a much better place spiritually.$b$bAlas, something tells me that your visit here is not to learn of alcohol\'s redeeming values, now is it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',649,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(651,4044,45,0,8,30,38,0,0,0,0,0,0,0,0,0,0,652,0,0,'Stones of Binding','Four Stones of Binding are scattered throughout Arathi. These stones keep me pinned beneath the earth.$B$BTo unlock them you must unlock the strongest: the Stone of Inner Binding. And to do that, you must gather keys from the other three.$B$BThese stones are watched by guardians, but if you are clever, or lucky, you may find ways to banish them.','Gather the Burning Key, the Cresting Key and the Thundering Key from the Stone of West Binding, the Stone of East Binding and the Stone of Outer Binding.$B$BBring them to the Stone of Inner Binding.','$b$bYou have done it! You opened the Stones of Binding! I can feel the shackles about me loosen, and freedom draws ever closer.$b$bYou are a noble $C, $N. My rescuer!','This is the Stone of Inner Binding. It is the strongest of the binding stones and must be unlocked for the others to open.','','','','','',4483,4484,4485,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',642,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(652,4044,45,0,8,30,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking the Keystone','Opening the Stones of Binding loosened much of my confinement, but a lock still holds me chained. It is the Keystone you see among this circle of stones. And the key is held by one of my captors, the stone watcher Fozruk.$B$BYou must obtain that key, which the stone watchers call the Rod of Order, from Fozruk and use it to open the Keystone.$B$B$N, you have done so much to aid me. Just a little more...and my gratitude will shake the very foundations of the earth!','Find and kill Fozruk. Bring the Rod of Order to the Keystone in the Arathi Highlands.','You place the rod in the keystone. And a shudder is felt beneath you...','The Keystone is charged with tremendous geomantic energy.','','','','','',4469,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',651,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(653,4044,45,0,8,30,40,0,1101,0,0,0,0,0,0,0,0,687,0,0,'Myzrael\'s Allies','$B$BFree! I AM FREE! I am free to gather strength, hidden from my captors. For if they faced me now they would surely overpower and again imprison me.$B$BBut in time I will confront the giants, and they will regret their wardship of me!$B$BYou are a noble ally, $N. I will need your help again in time. When I am ready, I will need you to summon me to the surface.$B$BSpeak with Gerrig Bonegrip. He is in Ironforge, in a shop of the Forlorn Cavern. He knows how I can be summoned.','Speak with Gerrig Bonegrip in the Forlorn Cavern of Ironforge.','The Lady told me of your coming, $C. You are welcome in my abode for you, like I, serve a higher cause.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(654,4044,440,0,0,38,46,0,690,0,0,0,0,0,7200000,0,0,864,0,0,'Tanaris Field Sampling','Activating the power source makes the field testing kit start to glow and vibrate. It would seem to be working as planned.$B$BI will have it shipped immediately.$B$BAccording to Chief Engineer Bilgewhizzle, you now have some time to collect the data you need in the Tanaris desert.$B$BReturn to him when you have completed the task.','Acquire untested samples for 8 basilisks, 8 hyenas, and 8 scorpions. Bring the testing kit back to Chief Engineer Bilgewhizzle in Gadgetzan before the power source runs out.','All right then, it will take me just a second to remove the power source. After that, you can do with it whatever you like now without having to worry about losing the data inside.','Well, did you get everything you needed? If you didn\'t and the power runs out, everything inside will be ruined and you\'ll have to start over.$B$BHey, don\'t look to me for sympathy; I\'m all about the Gadgetzan Water Company making a profit, and if that means selling you power sources until we can afford to import water in from the icy springs of Dun Morogh, so be it!','','','','','',9437,9439,9442,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',379,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,5),(655,4044,45,0,8,29,34,0,690,0,0,0,0,0,0,0,0,672,0,0,'Hammerfall','It is still clear to me, like yesterday... So many years without hope, with wood and steel to bind me to this terrible place. Then finally, finally! There was the Warchief. Doomhammer in his midnight plate, his warhammer held high.$b$bIt was... too terrible... That the blow of a coward would strike down our greatest hero. From behind he charged on his horse, and then his lance ran him through... I fell to my knees. What hope was there? What hope is there...','Speak with Tor\'gan in Hammerfall.','Ah, Gor\'mul you speak of. Yes, from what he says, it seems he has never recovered from the death of Doomhammer.$B$BGor\'mul was a captive here when Thrall and Orgrim fought to free the camp, but as the earth shook and our brethren escaped, he was left behind. He wandered alone and lost for years without direction or hope, until we returned to establish ourselves here in Hammerfall.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(656,4044,45,0,0,30,50,1,0,0,0,0,0,0,0,0,0,0,4472,1,'Summoning the Princess','You must defeat Myzrael before she grows in strength. If you do not, then once she has gathered enough power she will challenge her captors! There are some who think they can control her, but if she can be controlled then why did the giants chain her in the first place??$B$BCrazy logic, eh?$B$BTo defeat her, summon her at the Shards of Myzrael where you first spoke with her. Defeat her and gather her Eldritch Shackles, then bind them to the Shards of Myzrael.$B$BDo that, and she will again be trapped.','Go to the Shards of Myzrael, summon her and defeat her.$B$BGather her Eldritch Shackles and bind them to the Shards of Myzrael.','As the eldritch shackles are placed around the Shards, an unhuman wail is heard from far below. The scream is followed by a roar.$b$bThe Shards of Myzrael no longer invoke feelings of warmth and security as they once did. Now they pulse with an open menace... as if the thing beneath them holds ill will toward the surface.','The Shards of Myzrael are now strangely quiet.','','','','','',4473,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4743,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',692,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(657,4044,267,0,8,30,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Hints of a New Plague?','$B$BThis IS interesting. Seems Apothecary Jorell has been working on some deadly experiments here at Go\'Shek. Not sure what that has to do with Hillsbrad, but Phin wouldn\'t like it if we let it continue.$B$BWe had a run-in with some orcs while you were gone, and I\'m not in good enough shape to help Kinelory. If you\'re up for it, she\'s going to need some protection when she goes down to the farm to steal whatever research Jorell still hasn\'t sent to Tarren Mill.','Speak to Kinelory near Go\'Shek Farm in Arathi Highlands.','If it brings Phin peace, I\'ll destroy every single one of the Forsaken personally. He\'s done so much for us since the plague. We never thought we\'d find friends or family again.$B$BWhen you\'re prepared, come let me know. We\'ll get started right away.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',658,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(658,4044,267,0,8,30,36,0,1101,0,0,0,0,0,0,0,0,657,0,0,'Hints of a New Plague?','So, Phin sent you to check on us? Not surprised--he worries too much.$B$BWe\'ve been watching the farm for days, and Kin claims she saw a courier come out of that small house to the south not long ago.$B$BShe talks a lot, but I can always trust her senses when we\'re in dangerous areas.$B$BYou wouldn\'t happen to be a skilled tracker, would you? We think the courier might be carrying notes to Tarren Mill. If we could get our hands on those documents, it might shed some light on what\'s happening in Hillsbrad.','Find the Forsaken Courier and bring back her Sealed Folder to Quae near the Go\'Shek Farm.','Excellent!$B$BLet\'s see what this is about...','We appreciate your help in looking for that courier, $N.$B$BWhile you were gone, Kin saw an apothecary come out of that same house to the south of here. I\'m confident that they\'re up to no good--I just need proof of it before we go off and do something rash.$B$BHave you had any luck yet?','','','','','',4482,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',659,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(659,4044,267,0,8,30,33,0,1101,0,0,0,0,0,0,0,0,658,0,0,'Hints of a New Plague?','Hail, and well met, $N. I lead a group of adventurers investigating odd happenings in this area.$B$BMy cousin in Hillsbrad recently put down his dog Stanley because the animal mystically grew to an immense size and savagely attacked anyone who came near him.$B$BI believe the undead are involved, and we\'re looking for signs to prove as much.$B$BTwo of my companions, Quae and Kinelory, headed to the Go\'Shek Farm in the Arathi Highlands, and haven\'t checked in for days. Find them for me? I grow concerned.','Find Quae and Kinelory near the Go\'Shek Farm in the Arathi Highlands.','Try and stay as quiet as possible, traveler.$B$BOrcs don\'t take too well to being spied on, and there is more to this farm than meets the eye.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(660,4044,267,0,2,30,37,0,1101,0,0,0,0,0,0,0,0,661,0,0,'Hints of a New Plague?','All right, $N. I\'m ready if you are.$B$BShall we?','Protect Kinelory until she returns to Quae.','You\'ve done a great service for us, $N. Thank you.$B$BI hope Kin wasn\'t too much of a handful down there. She\'s very friendly, but can be just as deadly when you\'re her enemy.','','Protect Kinelory','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',657,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(661,4044,267,0,8,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Hints of a New Plague?','I\'ve seen Kinelory look way worse after a night in the tavern than she does now. You obviously did a good job protecting her.$B$BThese items she brought back from the farm should at least let Phin get an idea of what\'s going on out here in Arathi. Just to make sure there\'s no retaliation after your attack, we\'re going to stay here for a bit longer. Would you be willing to head back to Southshore and talk to Phin?','Find Phin Odelic at Southshore in Hillsbrad Foothills.','So, the two troublemakers are all right after all? Haha, I\'m glad to hear it. I thank you for bringing me news of their whereabouts and status--it pleases me greatly that they are still alive; the two of them are irreplaceable as friends and traveling companions.$B$BBut... it\'s more important I thank you properly for your help. Here. Take this along with my group\'s thanks.$B$BWith any luck, we\'ll figure out what the Forsaken are up to, and put an end to it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15455,15456,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',660,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(662,4044,45,0,8,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deep Sea Salvage','O\'Breen led the ships into the cove. We were certain this is where the treasure could be found. The Harbinger docked safely but as the Maiden\'s Folly and Spirit of Silverpine approached the tides began to lower. Strangest thing I\'ve ever seen!$b$bThose two ships ran aground into something... some sort of temple in the reef. They sank so quickly, was quite a tragedy.$b$bWe need to retrieve their Logs as well as their Charts before we leave. We can\'t leave that information behind for prying eyes!','First Mate Nilzlix wants you to retrieve the Charts and Logs from the Maiden\'s Folly and the Spirit of Silverpine.','Knowing this information is secure will bring some ease to the command in Booty Bay. Well done, $N.','How goes the search and recovery mission, $n? We really need to get those Logs and Charts back from the Maiden\'s Folly and Spirit of Silverpine.$b$bIf the information from those sources were to fall into enemy hands, Fleet Master Seahorn would force us down the plank.$b$bThat is if we ever get out of this mess...','','','','','',4487,4489,4488,4490,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4511,0,0,0,1,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',663,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(663,4044,45,0,8,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Land Ho!','Lolo sees a tiny $r! Always on the lookout, Lolo is!$b$bWelcome to Faldir\'s Cove. Captain O\'Breen said we\'d only be here for a few hours. Just long enough to gather the treasure and get back to Booty Bay.$b$bBut Lolo thinks we\'re going to be here a lot longer than that. We lost the other two ships from our formation. Poor Spirit of Silverpine and Maiden\'s Folly. On the bottom of the sea they rest now!$b$bLolo suggests you talk to Captain O\'Breen if you plan on sticking around here.','Talk to Captain O\'Breen at Faldir\'s Cove in Arathi Highlands.','Ahoy, matey.$b$b\'Twas a horrible mess. Seahorn will have my ship if he finds out what went down.$b$bOne of the Professor\'s contraptions indicated the lost treasure was near this cove. I brought the Harbinger in to dock and signaled for the Spirit of Silverpine and Maiden\'s Folly to follow suit.$b$bThen the sea rumbled. The tides lowered and the two ships crashed into the reef.$b$bIt\'s not just a reef. Something\'s down there....$b$bHelp my crew out and you\'ll be rewarded handsomely.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,25,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(664,4044,45,0,8,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drowned Sorrows','Argh, \'tis a horrible life. I should be in a watery grave right now, not sittin\' here by the fire, breathin\' fresh air.$b$bThe crew tried so hard to save my beautiful Maiden\'s Folly. Bless the boys, bless their hearts.$b$bO\'Breen made it to shore safely but we weren\'t so lucky. The seas just sank on us, I swear.$b$bOne second we\'re afloat and the next water is rushin\' in. And those beasts! Killed all the survivors. Horrible naga scum. I went black and ended up here, saved.$b$bI want those beasts dead.','Captain Steelgut in Faldir\'s Cove wants you to kill 10 Daggerspine Raiders and 3 Daggerspine Sorceresses.','Nice work out there, $N.$b$bThose scum deserved what they got. While nothin\' will ever bring me ship or me crew back, the death of those naga gives me some solace.','Bah, maybe I should go kill those naga scum myself. It\'s obvious you\'re not goin\' to do it.$B$BMaybe I can find some knitting needles so you can keep yourself busy.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2595,2596,0,0,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4509,0,0,0,1,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',663,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(665,4044,45,0,2,35,40,0,0,0,0,0,0,0,0,0,0,666,0,0,'Sunken Treasure','Now that we are full-fledged Blackwater Raiders it is our job to help Mr. O\'Breen locate the lost elven treasure.$b$bIt is next to impossible to find the gems in the dark sea without aid. The doctor has constructed some goggles that will help. He needs the goggles charged with the energy derived from the enchanted stone in the cave just up the hill.$b$bBut the cave is cursed! When we get close, we get ambushed. Defend me and I can harness the energy from the stone into the goggles.','Escort Professor Phizzlethorpe to the cave and back.','The goggles work perfectly now! Well done, $N.','','Defend Professor Phizzlethorpe','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',663,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(666,4044,45,0,0,35,40,0,0,0,0,0,0,0,0,0,0,668,4491,1,'Sunken Treasure','The treasure has been on the sea floor so long that the gems have calcified into thick stone. But the power harnessed in these goggles will allow you to locate them easily.$b$bA little gnomish ingenuity goes a long way!$b$bSo borrow the Goggles of Gem Hunting, $n, and see if you can collect some of the lost treasure for Captain O\'Breen.$b$bI\'d swim down there myself but...um...well, I have important scientific business to tend to up on the safe, dry land....er, yeah.','Doctor Draxlegauge in Faldir\'s Cove wants you to collect 10 Elven Gems and return the Goggles of Gem Hunting once you are done.','Most superb, $N! The Captain will be very pleased! And just wait until word gets back to Fleetmaster Seahorn!','How did the goggles work? Did everything function properly? Adjustments can be made if necessary.$b$bOh, and I\'ll need those goggles back when you\'re done. I am sure Captain O\'Breen will have many uses for them later on.','','','','','',4492,4491,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4547,4548,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',665,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(667,4044,45,0,2,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death From Below','This is bad. It seems the Daggerspines are amassing for an attack.$b$bNaga are known for their ruthlessness in battle. They will keep attacking until I am dead.$b$bI don\'t value my own life above that of my crew members, but you must help to defend me. The crew will not be able to make it back to Booty Bay without my knowledge of the seas.$b$bThe naga will be coming from the sea. I need you to remain up here with me to fend off the attack. Man the cannon and drive them back.$b$bAre you ready, $n?','Protect Shakes O\'Breen during the attack.','We survived the attack!$b$bWe could not have done it without you, $N.$b$bWe\'ll be heading out as soon as the tide rises. If you weren\'t such a promising hero I\'d offer you a place on my crew. But I can tell you have bigger fish to fry.$b$bEven if you are a puny troll....','','Defend Shakes O\'Breen','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4550,4549,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',670,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(668,4044,45,0,0,35,40,0,0,0,0,0,0,0,0,0,0,669,4493,1,'Sunken Treasure','Let\'s not leave Captain O\'Breen waiting. He\'ll want to see these gems first hand. After all, that\'s why we\'re here!$b$bAnd after a few weeks of consorting with these pirates, the professor and I have realized the last thing that\'s good for our health is to be caught hanging on to their treasure.$b$bHere, $n, take these to O\'Breen.','Take the Elven Gems to Captain O\'Breen at Faldir\'s Cove in Arathi Highlands.','So the little gnomes proved their worth after all? I knew we kept those ankle biters around for a reason!','Ahoy, $C. What brings you to the bridge?','','','','','',4493,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,75,-75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',666,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(669,4044,45,0,0,35,40,0,0,0,0,0,0,0,0,0,0,670,4502,1,'Sunken Treasure','Fleet Master Seahorn will want to hear about our find at once.$b$bBut as you can see, we\'re not in much of a position to get out of here. Not only is the tide too low, but those damned creatures we disrupted are keeping a close eye on our movements.$b$bYou can be of great service to the Blackwater Raiders if you can get word to Fleet Master Seahorn in Booty Bay that we discovered the treasure and are working on extracting more. Take him this sample as proof.','Take the Sample Elven Gem to Fleet Master Seahorn at Booty Bay in Stranglethorn Vale.','Ah, leave it to good old Shakes O\'Breen! I knew that he was the right Captain for the mission!','What brings you to Booty Bay, $C?','','','','','',4502,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',668,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(670,4044,45,0,0,35,40,0,0,0,0,0,0,0,0,0,0,0,4494,1,'Sunken Treasure','Say, $n, you seem to be an adventurous type. My fleet is stuck in Booty Bay until we can restock.$b$bThere are some heavy things brewing here and abroad and I need to get some top secret correspondence to Shakes O\'Breen who is tied up off the Arathi coast.$b$bCan I trust you to deliver this message safely and in confidence?','Deliver Seahorn\'s Letter to Shakes O\'Breen at Faldir\'s Cove in Arathi Highlands.','Thank you for making such a long and perilous journey. You have the gratitude of the Blackwater Raiders.','So was Seahorn impressed? I bet you his smile reached from Booty Bay to Ratchet.','','','','','',4494,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',669,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(671,4044,45,0,8,30,33,0,690,0,0,0,0,0,0,0,0,0,0,0,'Foul Magics','I have felt a strangeness in the air... a feeling that simmers in my blood. I had my suspicions. I set off to find the source of my unease and discovered to the west, at Northfold Manor, the residual traces of demonic summoning. As I got close, my blood began to boil and the rage within me grew.$b$bOn the ground I spied an amulet of bloodstone, used to assist in demonic summoning. The one I found was depleted, however. I\'ll need another to examine, but I dare not return to the manor. Can you bring me some?','Get 10 Bloodstone Amulets for Tor\'gan in Hammerfall.','It will take some time for me to ascertain the true intentions of the Syndicate, but their obvious association with dark, demonic magic troubles me. I will tell you when I know more.','Once-cursed blood still runs through my veins, $N. If someone... something is summoning demons, it must be stopped.','','','','','',4495,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(672,4044,45,0,8,29,34,0,690,0,0,0,0,0,0,0,0,674,0,0,'Raising Spirits','We tried to settle him in, cheer him up, telling him stories of our mighty city at Orgrimmar in Kalimdor, but nothing would move him.$b$bTales of our young Warchief, Thrall, who bears the armor and hammer of Orgrim... but, perhaps... Perhaps! A demonstration of our newly found shamanistic magic would give him new hope. It is worth a try!$b$bA small object we could make for him, yes... Bring me some raptor eyes, and I will see what I can do.','Acquire 10 Highland Raptor Eyes from Highland Striders and Highland Thrashers for Tor\'gan in Hammerfall.','Excellent. The spirits of the raptors that gave these eyes will lend strength to the bearer of this amulet.','I will create an amulet that will give Gor\'mul some of the strength of the raptors. Perhaps that will awaken some flame within him...','','','','','',4512,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',655,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(673,4044,45,0,8,35,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'Foul Magics','There is no doubt in my mind that a powerful warlock resides within the walls of Stromgarde. From time to time, using an arcane magical relic, this warlock has summoned forth terrible demons in large numbers. We must remove the source of his energy.$b$bFind the warlock and kill him. Bring me whatever magical object you find on his person, and I will take steps to destroy it and see that its power is not used to taint this land any longer.','Retrieve Marez Cowl\'s Bloodstone Orb and bring it to Tor\'gan in Hammerfall.','My restless nights will turn to peaceful slumber when I have destroyed this orb. Thank you, $N. It is a chilling reminder of the terrible power the demons held over the orcs before Hellscream released us from their curse.','The burning in my blood... it grows by the day. The $C must be stopped.','','','','','',4510,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4543,4545,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',671,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(674,4044,45,0,0,29,34,0,690,0,0,0,0,0,0,0,0,675,4526,1,'Raising Spirits','Here, take this amulet to Gor\'mul, and see if the raptors\' strength can awaken the flame of the warrior that once burned through his veins.','Give the Raptor Talon Amulet to Gor\'mul at Hammerfall in Arathi Highlands.','What is this? Polished bone. What use have I for polished bone? Will a trinket restore the Horde to its glory?','What hope is there when the hand of a coward can slay the mightiest of the mightiest? What hope, I ask you!','','','','','',4526,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',672,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(675,4044,45,0,8,29,34,0,690,0,0,0,0,0,0,0,0,701,0,0,'Raising Spirits','$b$bTor\'gan sent you, didn\'t he? Pah! Why he feels some mercy towards me I would not understand. Mercy was denied me when I was not allowed to die with my Warchief in battle. A cruel blow fate has dealt me...','Speak with Tor\'gan at Hammerfall in Arathi Highlands.','It did not work, I see. Nonetheless, I feel that showing him the power of the shamans will eventually return Gor\'mul to his once proud self. The amulet\'s power was not great enough to show him our newfound power.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',674,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(676,4044,267,0,8,30,32,0,690,0,0,0,0,0,0,0,0,677,0,0,'The Hammer May Fall','Weaklings... all of them. You, $c, what are you looking at? Think you\'re something special, huh? Why not prove it?$B$BThe Hammerfall outpost in Arathi\'s under attack. Unless we send them help soon, their demise is imminent.$B$BBut before you go rushing off, you may want to test your skills first. Northeast of Stromgarde in Arathi is an ogre mound inhabited by the Boulderfist tribe. When you can handle the ogres and enforcers there, then report to Drum Fel in Hammerfall.','Kill 8 Boulderfist Ogres and 10 Boulderfist Enforcers, then find Drum Fel in the Hammerfall outpost in Arathi Highlands.','So, you think you\'re strong enough to help Hammerfall? So be it.$b$bTallow either sent you to that ogre mound in the hopes that you would kill yourself or he thinks you\'re strong enough to aid us. Either way, you\'re here now and I am in need of more soldiers in our fight against the constant attacks.$b$bIf you plan on staying in Hammerfall then get some rest, and come speak to me again when you\'re ready. There\'s no shortage of fighting to be had.','I have not the time to sharpen my axe, let alone leave the outpost to slay those beasts that would try and slay my kin.$B$BYou do not seem to have the experience of a grunt let alone a full-fledged warrior, what do you want, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2562,2564,0,0,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(677,4044,45,0,8,30,32,0,690,0,0,0,0,0,0,0,0,678,0,0,'Call to Arms','The Witherbark trolls and Boulderfist ogres of Arathi are working together to rid us from this land, but we shall not meet our fates at their, or anyone else\'s, hand. We will slay them and show them that we, too, have a home here. $B$BThe trolls turned their backs to us; the ogres would use us for food and bedding if we allowed them to--these things shall not be.$B$BWe start our attack on the Witherbark trolls to the south of here. Slay them in droves, and only return when their camps run thick with blood.','Slay 10 Witherbark Axe Throwers, 10 Headhunters and 8 Witch Doctors, and return to Drum Fel in the Hammerfall outpost.','The signs of war are upon your garments, and sweat drips from your brow. Good, very good indeed.','If you have not yet completed my task, then perhaps you are a coward in heart as well as a tyro in war.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2554,2556,2555,0,10,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',676,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(678,4044,45,0,8,30,38,0,690,0,0,0,0,0,0,0,0,679,0,0,'Call to Arms','Your strength is evident, $N. Now to see how you fare against a real enemy.$B$BThe Boulderfists have a lair to the southwest of here towards the dwarven bridge, and, if I\'m not mistaken, the maulers and magi there shall present to you a greater challenge--they have done so to us thus far.$B$BSlay as many as you can and come to me in body when you are successful, or come to me in spirit when you fail. I shall give praise to your tenacity in battle either way.','Kill 10 Boulderfist Brutes and 4 Boulderfist Magi, and return to Drum Fel in the Hammerfall outpost.','You are as strong as a kodo, and your lust for battle does your people proud.','You hesitate. Why? You have shown great strength thus far, $N. Do not fail me now.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2566,2567,0,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',677,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(679,4044,45,0,8,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms','The head of the beast is ready to be taken off... with great force, $N. You have shown every sign that you are able to help us with this final mighty blow. The leaders of these attacks have made their lair within the ruins of Stromgarde, a glaring symbol of human frailty.$B$BFind and slay those Boulderfist lords and their lackey shaman who would try and drive us from these lands.','Kill 7 Boulderfist Shaman and 3 Boulderfist Lords and return to Drum Fel in the Hammerfall outpost.','You do your people proud, $N. The threat has been greatly lessened, and I am sure we will begin to thrive here in the Highlands.','I see your courage finally wanes. It seems my instincts were correct about you: your strength is nothing compared to your bravado.$b$bReturn to me when the beast\'s head has been severed, or return never again.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2570,2571,0,0,7,3,0,0,0,0,0,0,0,0,0,0,9520,9521,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',678,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(680,4044,45,0,8,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Real Threat','You serve my husband well, $c, but he does not know why Hammerfall is under attack.$B$BOr\'Kalar, Mug\'thol\'s pawn in Stromgarde, has an intense hatred for my husband, and wishes nothing more than my husband\'s death for defeating him years ago.$B$BMy auguries tell me that Or\'Kalar has laid a trap for my husband, so I have hidden signs of the ogre\'s presence from him.$B$BMy husband will rush off foolishly if he learns of the ogre\'s whereabouts and I would ask for your help in slaying the creature.','Slay Or\'Kalar and bring his Head to Korin Fel in the Hammerfall outpost.','You have done me a great service, $N. Know that my husband\'s life and the safety of Hammerfall has been protected for another day because of your deeds. Please take this as a reward for your courage.','Near the Tower of Arathor--that is where you will find Or\'Kalar. His death will stop the attacks on Hammerfall and protect my husband\'s life.$B$BI see in your eyes that you think me weak--even dishonorable--for my silence. Some day you will learn what it is to love as I do. Perhaps then you will understand a different kind of strength and honor.$B$BIn the meantime, do as I ask, and slay Or\'Kalar.','','','','','',4551,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4976,4977,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',678,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(681,4044,45,0,8,30,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Northfold Manor','We are fighting a war for Stromgarde, and we are losing. The ogres, the Syndicate and we have divided our once great city, and each faction battles the other into a bloody stalemate.$B$BBut our forces dwindle while our enemy grows.$B$BWe need help from the town of Southshore, but supplies are difficult to receive while the Syndicate holds territory between us.$B$BGo to the Syndicate base in Northfold Manor and slay them. Then, perhaps, pressure on our supply trains will lessen and more will get through.','Kill 10 Syndicate Highwaymen and 6 Syndicate Mercenaries.$B$BReturn to Captain Nials at Refuge Pointe.','Very good, $N. With the deaths of those Syndicate members we should have an easier time receiving supplies from Southshore.$b$bPerhaps our cause yet has hope.','$N, with each passing hour our hold on Stromgarde grows more tenuous. You must make haste or our city will surely fall.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2586,2589,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(682,4044,45,0,8,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Stromgarde Badges','The Syndicate in Stromgarde do battle with our contingent of militia there. In order to urge the rabble to fight our more disciplined troops, the Syndicate leaders have placed a bounty on our soldiers, awarding gold for each Stromgarde Badge gathered off killed militiamen.$B$BWe want those badges retrieved - we cannot allow the cutthroats to take trophies from our brave fallen!$B$BEnter the Syndicate-controlled area of Stromgarde and hunt them for our badges.','Bring 7 Stromgarde Badges to Captain Nials at Refuge Pointe.','Thank you, $N. We will inform the families of these fallen soldiers that they were killed in battle.$b$bIt will be grim news to bear, but it is better than the uncertainty of a missing loved one.','Have you retrieved any Stromgarde Badges, $N? The Syndicate must learn they cannot profit from our dead.','','','','','',4506,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,0,0,0,1,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(683,4044,1537,0,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,4514,1,'Sara Balloo\'s Plea','$n, I have but a small request to ask of you.$b$bTake this note I have prepared to our great monarch of Ironforge, King Magni Bronzebeard. \'Tis a small task to ask of one such as yourself, someone who has shown great valor to the cause of the Alliance thus far.$b$bFor me to go before the King in my grief-ridden state would not serve the purpose of my cause. Surely you understand.','Take Sara Balloo\'s note to King Magni Bronzebeard of Ironforge.','It will take but a moment for me to peruse this letter...','So you are $N the $C? News of your contributions to the Alliance has traveled quite far, you know?$B$BOn what business do you come before me today?','','','','','',4514,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',637,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(684,4044,45,0,8,29,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted! Marez Cowl','A bounty has been placed on the head of Marez Cowl, a high-level advisor and operative of the Syndicate. She was last seen within the Syndicate controlled territory of Stromgarde.$B$BBounty may be collected from Captain Nials.$B$BBe warned: Marez is a skilled and cunning Warlock, known for her trafficking with demons. Extreme caution is advised when hunting her.','Bring Marez\'s head to Captain Nials at Refuge Pointe.','You took down Marez Cowl? Well done, $N. Well done indeed!$b$bMarez menaced our Stromgarde defenders, and it is rumored she was an emissary between the Syndicate and some other, darker power. We are glad to see she\'ll longer ply her powers against us.','Greetings, $C. You have a report to make?','','','','','',4515,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4744,0,0,0,1,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(685,4044,45,0,8,29,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted! Otto and Falconcrest','The Stromgarde Militia has placed bounties on the heads of Lord Falconcrest, and his bodyguard Otto. Falconcrest heads the Syndicate\'s efforts in the Arathi Highlands, and his death would cause a major disruption in those efforts.$B$BHis bodyguard Otto, although not a strategic target, is a fierce opponent and has killed dozens of our defenders.$B$BTheir bounties may be collected from Captain Nials.','Bring Otto\'s Head and Falconcrest\'s Head to Captain Nials at Refuge Pointe.','Falconcrest and Otto? Wonderful!$b$bHere is your reward, $N. I am happy to pay it.','Hello. Do you have a report to submit?','','','','','',4516,4517,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5247,4745,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(686,4044,1537,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,689,0,0,'A King\'s Tribute','I do not expect good dwarves like Mrs. Balloo to understand why the travesties of war must be endured for the greater good of our people. The loss of her husband, and the loss of every dwarf that fights in the name of the Alliance, weighs heavy on my soul.$b$bWhile I cannot bring her husband back from the Twisting Nether, I can pay tribute to him.$b$bI am going to commission a memorial to Sully Balloo to be built by Grand Mason Marblesten.$b$bSend word to him now, $c. You shall be custodian of my bidding.','King Magni Bronzebeard wants you to speak with Grand Mason Marblesten.','So King Magni Bronzebeard himself sent ye?$B$BMy, my! This must be important!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',683,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(687,4044,45,0,8,30,40,0,0,0,0,0,0,0,0,0,0,692,0,0,'Theldurin the Lost','Theldurin the Lost was once a member of our order, the Twilight\'s Hammer. But he lost his mind and scorned our teachings. And before he fled from us, he stole the scroll of Myzrael! We could not catch him, but rumors say he hides in the Badlands, gibbering and mad.$B$BTo bring the Lady back to us, you must find the scroll. And to do that, you must find Theldurin.','Find Theldurin the Lost.','Hello. Hello, hello hello hello hello HELLO!$B$BI\'m sorry - wait, no I\'m not! Don\'t be rude!$B$BOh no...that was crazy talk.$B$BBut...sometimes being crazy is my only solace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',688,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(688,4044,45,0,8,30,40,0,690,0,0,0,0,0,0,0,0,687,0,0,'Myzrael\'s Allies','$B$BFree! I AM FREE! I am free to gather strength, hidden from my captors. For if they faced me now they would surely overpower and again imprison me.$B$BBut in time I will confront the giants, and they will regret their wardship of me!$B$BYou are a noble ally, $N. I will need your help again in time. When I am ready, I will need you to summon me to the surface$B$BSpeak with Zaruk in Hammerfall. He knows how I can be summoned.','Speak with Zaruk at Hammerfall in Arathi Highlands.','Welcome, $C. The Lady has informed me of your coming, and if we are to bring her back to the surface then we have much to discuss...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(689,4044,1537,0,8,25,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A King\'s Tribute','So our good King would like a memorial built in honor of a soldier named Sully Balloo? And you say the poor chap died during the Thandol Span tragedy?$b$bBah, will there ever be peace on Azeroth?$b$bNonetheless, any commission from the King is of utmost importance. To build a truly epic and lasting piece I want to work with one of the finest stones available. Travel to Darrow Hill in Hillsbrad and gather for me some Alterac Granite.','Grand Mason Marblesten of Ironforge wants 5 pieces of Alterac Granite.','Perfect! Better than I could have imagined!$B$BAnd I have quite an imagination you know...','$N, $N, $N! Tell me you have enough Alterac Granite for me to begin my masterpiece in honor of Sully Balloo.','','','','','',4521,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',686,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(690,4044,1519,0,8,30,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Malin\'s Request','Greetings, $N. You have the look of an adventurer about you, and I have a task that needs some tending to.$B$BArchmage Trelane, my original master, fled Stromgarde in the Arathi Highlands not too long ago, and he\'s asked me to help him in recovering some of the items he left behind.$B$BThe city fell under siege, and he attempted to defend the Tower of Arathor, but to no avail. I have agents in the Highlands already, but they\'ve requested I send more aid. Are you interested?','Find Skuerto at Refuge Pointe in the Arathi Highlands.','So, Malin sent ye? I don\'t care if Muradin rose up from the dead and whisked ye here on a dragon. I\'m busy! Talk to Kryten if you need somethin\'.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,6,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,4),(691,4044,45,0,8,30,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Worth Its Weight in Gold','Archmage Malin sent Skuerto and I here to collect reagents for him. I was at a loss as to how I was going to collect the items, but now that you\'re here, I think my problem\'s solved.$B$BI need the following: Witherbark tusks, Witherbark medicine pouches and a shadow hunter knife.$B$BCould you find those for me? The Witherbark live to the southeast of Arathi.','Find 10 Witherbark Tusks, 4 Witherbark Medicine Pouches and a Shadow Hunter Knife for Apprentice Kryten at Refuge Pointe.','Incredible! I can see why Malin asked you to come join us - very well done indeed!$B$BAt this rate, Skuerto and I will be headed back to Stormwind in no time at all.$B$BI believe my dwarven companion is back from scouting Boulderfist Hall; go speak to him when you\'re ready.$B$BIt looked as though he might have had a bit of a scuffle with the ogres. Don\'t mention that to him, though; he\'s very sensitive about criticisms to his skills at scouting.','Have you had any luck so far, $N?$B$B$B$BIf my research is correct, the tusks should come from any Witherbark troll. The medicine pouches come from the Witherbark witch doctors, and the strongest of the Witherbark shadow hunters should carry the special knife given to them after they\'ve completed their rites of passage. There\'s no way to tell which shadow hunters will have the knife until you do battle.','','','','','',4503,4522,5040,0,0,0,10,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',690,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(692,4044,3,0,0,30,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Fragments','The Scroll of Myzrael...the Scroll of Myzrael?! You don\'t want that! Its magic can pull Myzrael to the surface world and if you do that, we are in trouble!$B$BOr...maybe it\'s too late. Maybe she already is free. Maybe she\'s just gathering strength before unleashing herself upon us. If so, then you\'ll NEED the scroll!$B$B...too bad it\'s destroyed. Enraged elementals stole it and tore it up and now fight over the fragments.$B$BBut if you can gather those fragments, maybe we can fix it...','Bring the Torn Scroll Fragment, the Crumpled Scroll Fragment and the Singed Scroll Fragment to Theldurin the Lost.','Ah, you found them! Good work, $N! These might be the only chance we have against the evil of Myzrael!$b$bJust let me find my scrap-ratchet and see if I can re-attach these fragments...','Did you find those fragments?!?! You\'ll need the Scroll of Myzrael if you want to trap her again, before it\'s too late!','','','','','',4518,4519,4520,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',687,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(693,4044,45,0,8,30,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wand over Fist','Hey, $N. Sorry to be so short with ye earlier... and no, that ain\'t a pun.$B$BI figured out where Trelane\'s first item ended up: Kor\'gresh has it in Boulderfist Hall. An\' by the way he was throwing down blasts of ice at his kin to keep them in line, he must be close to figurin\' out how to use all of its powers.$B$BBoulderfist Hall\'s south of here an\' then east of Thandol Span. Find the ogre an\' get back that wand.$B$BWhile you\'re gone, I\'ll figure out what we\'re gonna do about Stromgarde.','Find Trelane\'s Wand of Invocation and return it to Skuerto at Refuge Pointe.','Brilliant, $N. One item down an\' three more to go, based on my list. The other three items are all in Stromgarde.$B$BTake a rest an\' get your strength back--the next phase of my plan\'ll require a little more time an\' effort. Come back to me after you\'ve gotten a warm meal an\' some rest.','Our goal is the wand, $N. Focus on that for now.','','','','','',4525,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',691,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(694,4044,45,0,8,30,39,0,1101,0,0,0,0,0,0,0,0,695,0,0,'Trelane\'s Defenses','All rested?$B$BHere\'s our next step: there\'re ogres all around the Tower of Arathor in Stromgarde. We\'re gonna need to activate the tower\'s defenses if you\'re gonna stand a chance against \'em an\' still make it to the items alive. To do that, we\'re gonna need some gems the Boulderfist shaman have taken a liking to. They took \'em from the tower, but they\'re not gonna stay in their possession for long.$B$BGet one of them gems an\' bring \'em to Kryten--he knows the spell to enchant \'em so they\'ll work as a key.','Find an Azure Agate and bring it to Apprentice Kryten at Refuge Pointe.','You amaze me, $N. Well done again.$B$BGive me a moment to cast the proper spell to enchant the gem, an\' you\'ll be ready.','$N, hello again. Have you found an azure agate yet?','','','','','',4527,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',693,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(695,4044,45,0,0,30,39,0,1101,0,0,0,0,0,0,0,0,696,4529,1,'An Apprentice\'s Enchantment','Here you are, $N. The gem only needs to be pressed against one of the pedestals near the base of the tower to activate its defenses. Use it when you\'re ready to enter the tower and find Trelane\'s remaining items. $B$BGood luck to you. I\'ll be awaiting your return here at the camp. Oh, and speak to Skuerto before you leave. He\'ll give you the rest of the details you\'ll need.','Speak to Skuerto at Refuge Pointe in Arathi Highlands.','Good, good.$b$bIf there are no other delays, how about we get started?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',694,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(696,4044,45,0,8,30,39,0,1101,0,0,0,0,0,0,0,0,697,0,0,'Attack on the Tower','Here\'s what your lookin\' for: Trelane\'s phylactery, Trelane\'s orb, an\' Trelane\'s ember agate.$B$BAll three should be in chests within the tower an\' you shouldn\'t have a problem opening the chests on your own; you just have to be careful of the ogres.$B$BThe tower\'s defenses won\'t take care of \'em on their own; you\'ll need to have your weapons at the ready. Those ogres find out you\'re there and stealing from \'em, an\' they\'ll be sure to put the hurt on you.$B$BBe careful, an\' good luck.','Find Trelane\'s Phylactery, Trelane\'s Orb, and Trelane\'s Ember Agate, and return them to Skuerto at Refuge Pointe.','Malin couldn\'t\'ve asked a worthier person to come here an\' aid us, $N. You\'ve done a grand job!$B$BHe\'ll be pleased to see what an overwhelming success our mission\'s been.','You do this, an\' I\'m sure Malin\'ll be more than pleased with you.','','','','','',4530,4531,4532,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',695,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(697,4044,45,0,0,30,39,0,1101,0,0,0,0,0,0,0,0,0,4533,1,'Malin\'s Request','Take this letter back to Stormwind and let Malin know that Kryten an\' I\'ll be home soon. He\'ll reward you well for helping us here, $N, of that I\'ve no doubt.$B$BTravel safely.','Take the Sealed Letter to Archmage Malin in the Mage Quarter of Stormwind.','$B$BBy the Light, you\'ve done it. How wonderful. Trelane will be so pleased. I\'m sure Kryten and Skuerto are just as excited as I am to have them on their way back to Stormwind.$B$BThank you, $N. Please, take this to help you in your journeys.','Yes? You look vaguely familiar. I do apologize, but have we met? I get so busy I lose track.','','','','','',4533,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4975,15104,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',696,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(698,4044,8,0,8,35,40,0,690,0,0,0,0,0,0,0,0,699,0,0,'Lack of Surplus','I\'m working on getting some supplies together for our outpost near the beach to the east--Tok\'kar does what he can, but between shifts of guard duty and cooking for his soldiers there\'s not much time left in the day.$B$BThey do enjoy cooking up some sawtooth meat when they can, but I haven\'t had time to get them another shipment. Would you mind helping them out?$B$BThe young sawtooths aren\'t as tasty as the older ones, so stay clear of those; give them a year or two to get to full size.','Bring 8 Unprepared Sawtooth Flanks to Tok\'Kar in Swamp of Sorrows.','Ah! Wonderful. Fresh meat for the fire tonight. Thank you, $N.$b$bYou\'ve helped make the coming nights more tolerable. The fire burns bright, and our stomachs will be full.$b$bIts a pleasant surprise to have you bring us a shipment; Dar\'s not the most attractive orc anyone\'s laid eyes upon, but at least his attitude reeks far less than his smell.','Lok\'tar, $C. Traveling through the swamps isn\'t a risk taken lightly. You\'re brave to test your mettle here.','','','','','',6169,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(699,4044,8,0,8,35,42,0,690,0,0,0,0,0,0,0,0,1422,0,0,'Lack of Surplus','With the threat of murlocs along the coast, we\'re stationed out here to protect--or warn if the force is too large--of any coming threats to Stonard. It doesn\'t give us much time for relaxation, and we could use some more help if you\'re able.$B$BThe sawtooth snappers\' claws make for fine weapons when properly prepared. Bring me some of their claws and I\'ll see you\'re rewarded with one of our weapons in thanks for the fresh meat and the good company.','Bring 6 Sawtooth Snapper Claws to Tok\'Kar in the Swamp of Sorrows.','Glad to see you\'re alive and well, $N.$b$bThese claws should make do nicely. The more weapons we have at the ready for attacks against us, the better off we\'ll be.$b$bI\'ll get started on your weapon as soon as possible. It will only take a short time. I\'ve become quite adept and quick at their production.','Good mead, a warm fire, an army of orcs and an arsenal of weapons... that\'s all we really need out here along the coast. I don\'t regret my position out here safeguarding Stonard, but it would be nice if we could one day get a burrow, or at least a tower.','','','','','',6168,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',698,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(700,4044,1537,0,8,25,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A King\'s Tribute','Ah, such fine stone comes from Lordaeron. Such a shame the land is in such shambles.$b$bBut the Memorial came out quite well! I should think the King will be most pleased with it.$b$bNow if you will, please send word to His Majesty that the Memorial is complete as requested. ','Report to King Magni Bronzebeard.','The granite seems but a small token compared to a great dwarf\'s life. But no dwarf shall last on this planet for eternity.$B$BLet us just hope that the memorial stands as a reminder to those who will trod the great Azeroth of the future. Lest we not forget it is for them that brave soldiers such as Sully Balloo so valiantly gave their lives.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4535,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',689,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(701,4044,45,0,8,29,37,0,690,0,0,0,0,0,0,0,0,702,0,0,'Guile of the Raptor','With some additional objects, I will be able to create an item that will imbue Gor\'mul with the guile of the raptor! With the power of the raptor flowing through him, Gor\'mul will know our new power and rediscover the warrior that lies dormant!$b$bI will require raptor hearts to fashion the item and spell.','Acquire 12 Raptor Hearts from Highland Fleshstalkers for Tor\'gan.','Yes, these will work perfectly. I will transfer their power and the spirit of the raptors into this orb. This orb will imbue Gor\'mul with the fiery strength and intelligence of the raptor.','My preparations are made, all I require are the raptor hearts.','','','','','',4513,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',675,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(702,4044,45,0,0,29,37,0,690,0,0,0,0,0,0,0,0,0,4528,1,'Guile of the Raptor','Take this orb and use its energy to give Gor\'mul the essence of the raptor. Surely this will invigorate his spirit and give him new purpose in life. With him returned to normal, we can explain to him the current state of the Horde, and we will have a great warrior\'s assistance in our unceasing battles.','Give Tor\'gan\'s Orb to Gor\'mul at Hammerfall in Arathi Highlands.','At least it is something interesting you bring to me this time. A strange power it emits...','Returned again have you? Indeed there is nothing more I could wish for now than more of Tor\'gan\'s pity.$B$BWhat have you for me this time? Perhaps a piece of brightly colored string? Or a length of rope to end this misery of mine...','','','','','',4528,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',701,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(703,4044,3,0,8,33,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Barbecued Buzzard Wings','Oh yes, my barbecued buzzard wings are a favorite! The sauce is rich and the meat is tangy. And the smell will bring the hungry running from miles away!$B$BI have everything I need to cook up a batch. Everything...except the buzzard wings!$B$BIf you want some then get me the buzzard wings. Bring me enough, and I might even share the recipe with you!','Bring 4 Buzzard Wings to Rigglefuzz.','Ah, I\'ll get started on those wings right away. I can almost taste them already!$b$bAnd here\'s the recipe in case you want to make them yourself!','Hello, $N. Did you bring me my wings?','','','','','',3404,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4457,4609,0,0,2,1,0,0,21,87,0,0,0,0,150,-150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(704,4044,1517,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Agmond\'s Fate','The last report I received from Agmond is troubling, more so now that he\'s dead! He mentioned that his diggers uncovered \"ancient urns\" at the dig site outside Uldaman. I fear that the urns he found at that site incited the troggs, just as did the idols I found here.$B$BI need you to get those urns for our studies. Go to the Uldaman site, gather the urns, then return to me.','Bring 4 Carved Stone Urns to Prospector Ironband in Loch Modan.','Well done! With luck and diligence, we will find whatever link exists between the troggs and these ancient artifacts.$B$BYou have done a great deed for the Prospectors, $N. Your efforts will not be forgotten. And neither will Agmond.','Did you find those urns, $N? We must find the link between them and the troggs!','','','','','',4610,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4980,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',739,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(705,4044,3,0,8,30,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pearl Diving','The Badlands is a harsh place, filled with vicious predators and bold scavengers. Scary, especially for a short little goblin. To survive, I have to be tricky!$B$BI know the recipe for flash bombs. I use those to scare away wildlife. But I\'m running low on one of the ingredients: crushed blue pearl powder. Get me some and I\'ll make it worth your efforts.$B$BHeh, and I hope you have good boots on. The Blue Pearls I need are found from clams at the Vile Reef.$B$BYep, the Vile Reef in Stranglethorn!','Bring 9 Blue Pearls to Rigglefuzz in the Badlands.','These will work great! I just need to smash them into powder...then mix them with a little of this and a little of that.$b$bWatch out, scavengers! Prepare to be flashed!','Did you get my pearls? I\'m almost out of flash bombs!','','','','','',4611,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4086,5248,0,0,0,0,1,1,0,0,0,0,4852,0,0,0,1,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(706,4044,3,0,8,40,45,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fiery Blaze Enchantments','As an apprentice to Feranor Steeltoe, I learned his special technique for imbuing weapons with fiery enchantments. Last I heard of him, he was working at a smithy with a hunting party up in Lordaeron.$b$bI can\'t tell you too many of the details about the process, but I can tell you it requires blood from a rare, still-beating black drake whelp\'s heart. I don\'t have much to do waiting for word from Ironforge. If you bring me a heart from the whelps in Lethlor Ravine, I\'ll show you my skill!','Acquire a Black Drake\'s Heart for Sigrun Ironhew.','Ah yes, this will do excellently. This will enable your weapons to strike with searing heat!','How goes the hunt, $C?','','','','','',4612,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(707,4044,1537,0,8,30,37,0,1101,0,0,0,0,0,0,0,0,738,0,0,'Ironband Wants You!','$N. I received reports from Prospector Ironband at his excavation site in Loch Modan--he needs some legwork done concerning another of our excavations.$B$BI don\'t have more details than that, but if you want to stretch your legs then go speak with Ironband.','Speak with Prospector Ironband at Ironband\'s Excavation Site in Loch Modan.','So Stormpike sent you, did he? Good.$B$BI have a big task for you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(708,5875,3,0,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,4613,1,'The Black Box','The surface of this metallic black box is heavily pitted, as if it had been immersed in acid - it must have been sitting in the giant condor\'s stomach for a long time.$B$BTurning the box over, a symbol is found stamped on its bottom. Below the symbol are the words:$B$B\"Engine #19 - Ironforge Siege Brigade\"','Take the Corroded Black Box to the Hall of Arms in Ironforge.','Thanks for the done work!','','','','','','',4613,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(709,4044,1517,0,8,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Solution to Doom','Oh my! Oh my! There is a doom approaching. Mark me! A doom!$B$BNo, I cannot speak of it...cannot utter their names or they may hear me! But if we learn, yes, if we learn more of them...then maybe we can learn how to foil them!$B$BMaybe.$B$BGo into Uldaman. No! I said it! You must find...find the tablet of...Ryun\'eh. Yes, find it! And don\'t make me speak that name again!$B$BIt is deep in that place, in an ancient chest. That\'s where it hides...in a chest crafted before the works of any dwarf.','Bring the Tablet of Ryun\'eh to Theldurin the Lost.','Oh, fortune is with us! Thank you! We may yet be saved!','Did you find the tablet? It must hold secrets! Secrets to save us!','','','','','',4631,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(710,4044,3,0,8,35,37,0,0,0,0,0,0,0,0,0,0,711,0,0,'Study of the Elements: Rock','Here in the Badlands I\'ve stopped to work on my latest project: my shackles of elemental binding.$B$BWhen complete, they will allow mages to summon even more powerful elementals for use in even greater capacities. To start things off, I need small stone shards to test some of my newest offensive spells along with a few gizmos I\'ve pieced together.$B$BThe shards are easily collected from the lesser rock elementals to the west of here. Could you bring me some?','Find 10 Small Stone Shards and bring them to Lotwil Veriatus in the Badlands.','These shall do nicely, $N. Thank you. Hmm, a bit more sand than I\'d anticipated. Have to adjust the coefficient of friction. No, wait; it should still be negligible with the frost oil.$B$B','This area\'s perfect for-- Could you hold these in place for a moment? Yes, just like that, along the vector normal. Now, what was I... Right. Perfect for testing my latest project. The raw materials, the open space... what more could an intelligent and enlightened practitioner of the arts ask for?','','','','','',4626,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(711,4044,3,0,8,35,39,0,0,0,0,0,0,0,0,0,0,712,0,0,'Study of the Elements: Rock','$N, you\'ve already proven more able than all my apprentices combined.$B$BThe next parts I need require a little more strength. Large stone slabs can be found on rock elementals if you\'re careful enough. Their bodies are stronger and larger, and therefore more prone to having pieces large enough for my tests. You can find them further west of here or southeast along the mountains\' edges.$B$BTake your time; I\'ll need a while to test these smaller pieces you brought me.','Bring 3 Large Stone Slabs to Lotwil Veriatus in the Badlands.','$N, simply amazing! I would have thought it\'d take half a dozen tauren to bring all these to me.','I\'m most pleased, $N. My spells affected the smaller pieces just as I predicted. If this experiment is as successful as I foresee, then the elementals I\'ll be able to control will put anything summoned prior to this to shame.','','','','','',4627,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',710,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(712,4044,3,0,8,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Study of the Elements: Rock','$N, there\'s one more part I need from the elementals here in the Badlands: the bracers of rock binding from the greater rock elementals. By my calculations, those bracers should be enough to gauge the strength of my own shackles.$B$BMy attempts at scrying the greater rock elementals showed a group of them southwest of here, near some ogres if I recall.$B$BBring me 5 of their bracers just so I have extras. Servo\'s notorious for misplacing my reagents and research.','Bring 5 Bracers of Rock Binding to Lotwil Veriatus in the Badlands.','$N, have you ever considered becoming a research assistant? No? I\'m not sure what I\'ll do without your abilities here. Intelligence, curiosity, and strength--all combined into one package.','The stone slabs you found were ideal, $N. Lucien will be taking the extra ones back to Kharanos when we\'re done here. After all, they could prove useful again.$B$BFor instance, they\'d be a nice basis for a handy little shelter once I start looking into a multidisciplinary approach to high-yield explosives...','','','','','',4628,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',711,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(713,4044,3,0,8,35,37,0,0,0,0,0,0,0,0,0,0,714,0,0,'Coolant Heads Prevail','Let me tell you something about Frost Oil: nothing can keep an engine or gears from overheating quite like it.$B$BIts cooling properties are extraordinary, and its longevity as a lubricant without equal. That\'s not all: it also aids in retaining enchantments on magical items.$B$BI need a vial of it to increase the magical capacity of my shackles and make them powerful enough to stop our summoned friend from killing us all.$B$BBro\'kin, a goblin friend of mine, can teach you to make it. He\'s in Alterac.','Find Frost Oil and bring it to Lotwil Veriatus in Badlands.','Stupendous! This should be the perfect coolant for my new bracers. If the enchantments don\'t last a century, then I\'ll give all my belongings to Servo.$B$BAll the mages of the Assembly will be in such awe after I finish this, $N. You just wait and see.','Have you found the oil I need? It would be so helpful if you were able to find some.','','','','','',3829,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(714,4044,3,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gyro... What?','$N, you\'ve done your job well beyond all standards.$B$B$B$BIf we ever meet in Kharanos, feel free to come apply for work.$B$BWhoops! Quick, grab the... yes, that. Thanks.$B$BNow I just need one more thing. It\'s a small part, but rather crucial, I\'m afraid: a gyrochronatom.$B$BIf you could just go grab one and bring it to me, I should be ready to complete this.','Bring a Gyrochronatom to Lotwil Veriatus in the Badlands.','HA!$b$b$b$bPerfect... just about done. No, really. I AM almost done now. This project is my top priority... at the moment. Let me pop this into place, and you can see for yourself what you\'ve helped me create. It\'ll just take me a few more minutes... maybe... possibly longer. Well, maybe a lot longer. We\'ll see...','Yes, yes, yes. Just a moment.$b$b','','','','','',4389,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',713,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(715,4044,3,0,8,35,37,0,0,0,171,1,0,0,0,0,0,0,0,0,'Liquid Stone','I\'m thinking those items you acquired for Lotwil are going to be the least of our worries, $N. On the other hand, you\'ve proven more than adept at the sciences Lotwil holds sacred, so how about helping me out?$B$BI need an invisibility potion and a healing potion; both might come in handy real soon if he pulls this off.$B$BIn return, I\'ll give you this recipe for a potion I\'ve been developing while learning from Lotwil. It\'s based on some of the research he\'s been doing here in the Badlands.','Bring a Healing Potion and a Lesser Invisibility Potion to Lucien Tosselwrench in the Badlands.','YES!$b$bI mean, thank you, $N. These will be helpful while traveling through the Badlands.','He\'s getting closer to finishing. How are things going on your end?','','','','','',929,3823,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4624,4623,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',714,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(716,4044,3,0,8,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stone Is Better than Cloth','I know how cheap Lotwil can be, $N, so let me make you something for all your troubles. Maybe it\'ll even help protect you from the coming atrocity that is Lotwil\'s newest invention.$B$BI\'ve been working with all the extra stones you collected for him, and I can make some nice bracers that you might want to use. They\'re enchanted, of course.$B$BI\'ll just need patterned bronze bracers crafted by a blacksmith so I can complete the bracers I\'m making for you.','Bring some Patterned Bronze Bracers to Lucien Tosselwrench in the Badlands.','Here you go, $N. Try these on.','I wouldn\'t wait too long to get that bracer, Orthanc.$b$bWho knows what\'s going to happen next?','','','','','',2868,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4979,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',712,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(717,4044,3,0,0,40,50,0,1101,0,0,0,0,0,0,0,0,0,4640,1,'Tremors of the Earth','It has become obvious that we cannot ensure that Blacklash and Hematus will remain imprisoned in Lethlor. That black dragons have taken up residence there, and that the ogres managed to steal the Sign indicates that more drastic measures will have to be taken.$b$bThe drakes\' prison is maintained by three runestones that may only be retrieved using the Sign of the Earth. Those runestones can then be used to break the seal which imprisons them.$b$b$n... assure that their dreams are eternal.','Use the Sign of the Earth to activate the Pillars of Amethyst, Opal, and Diamond and obtain the Runestones.$b$bPlace the runestones in the Seal of the Earth to free Blacklash and Hematus.$b$bSlay them and return Blacklash\'s Bindings, the Chains of Hematus, and the Sign of the Earth to Garek.','No longer will the Kirin Tor need to worry over the prisoners of Lethlor. I will return to report success to my master. Krasus will no doubt be pleased.','Strong magics and powers held the drakes\' prison for so long, but we cannot allow any possibility that Blacklash and Hematus may be released.','','','','','',4615,4645,4640,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11193,11194,11195,11196,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',732,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(718,4044,3,0,8,35,38,0,1101,0,0,0,0,0,0,0,0,733,0,0,'Mirages','In our hurry to leave the Uldaman excavation site, we were forced to abandon many wagons and crates of supplies along the way. The local ogres from Camp Kosh have been on our abandoned equipment like vultures on a rotting corpse. Don\'t smell much better, either. Than the corpses, I mean.$b$bAnyways, they took the cart that was carrying all our weapons and such... so--well, this is a bit embarrassing--we haven\'t been able to get any food.$b$bWe\'re in a bit of a pickle here, suppose you could help us out?','Retrieve the Supply Crate for Sigrun Ironhew.','Thanks so much, $N. While you were gone, I... er... swallowed a mouthful of sand. It...$B$BWell, enough of that, we\'ll go out and get some food tonight. Eat like kings!','The desert\'s a bad place to be hungry, my friend, let me tell you that.$B$BHey... what\'s that over there...','','','','','',4629,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(719,4044,3,0,8,35,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Dwarf and His Tools','Hey, $N. Be careful \'round here. There be Dark Iron dwarves all around--looked like the Shadowforge clan.$B$BThey just attacked the excavation site I was workin\' at--killed nearly everyone there, including my boss Hammertoe. I barely escaped with me life.$B$BThe site\'s just to the north of here, and I\'m tryin\' to plan a way to get some of our supplies back, especially me lucky pick.$B$BThink you\'d be up to helpin\' me out some? One of those damned Dark Iron must have my pick! Could be anyone of them.','Find Ryedol\'s Lucky Pick and return it to Prospector Ryedol south of Hammertoe\'s Dig Site.','Ye\'re me savior, $C. I\'m glad someone could teach those Shadowforge a lesson or two. Thanks for yer help.','Not sure what the Shadowforge were lookin\' for, but they definitely had a purpose.','','','','','',4616,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4978,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(720,4044,3,0,8,35,35,0,1101,0,0,0,0,0,0,0,0,721,0,0,'A Sign of Hope','$B$B\"Ryedol, $BThey\'re taking me to Uldaman. Send help.$B-Hammertoe\"','Find Prospector Ryedol and let him know Hammertoe Grez is alive.','Hammertoe\'s alive?! This is amazin\', $N!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(721,4044,1517,0,8,35,35,81,1101,0,0,0,0,0,0,0,0,722,0,0,'A Sign of Hope','$N, can ye find him? Can you find Hammertoe in Uldaman?$B$BIf those dirty Shadowforge are holdin\' him hostage to figure out what he knows about the titan excavations, then all of Ironforge could be in huge trouble.$B$BFor a long time now those Dark Irons have been lookin\' for magics to make more powerful golems. Hammertoe was doin\' the same, of course, but only to stop them.$B$BThey\'re probably keepin\' him alive until they learn what he knows.Ye\'ve got to hurry if you\'re gonna save him!','Find Hammertoe Grez in Uldaman.','Yes? Ah\'m sorry... Feel so weak. Can ye come closer, $C?$B$BRyedol sent ye? Muradin be praised, that boy\'s not as slow in the head as I once thought. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',720,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(722,4044,1517,0,8,35,40,81,1101,0,0,0,0,0,0,0,0,723,0,0,'Amulet of Secrets','Ye\'re brave... ... to come into Uldaman fer me, $c.$B$BIf ye\'re really here to help... ol\' Hammertoe, then... ... you\'ll need to find... me amulet.$B$BDeepshadow\'s got it... Magregan Deepshadow. He\'s \'round here... in the ruins fer sure. That amulet\'ll lead \'em... ... right to the scrolls if he ain\'t stopped. It\'s up to you, $N. Please... get that amulet.$B$BThe scrolls will surely help the Dark Irons create even more powerful golems. I just know it. I can feel it in me bones.','Find Hammertoe\'s Amulet and return it to him in Uldaman.','Ha! $B$BAh knew you\'d find me amulet, $N.$B$B Well done indeed, $N. ','The Shadowforge clan... is dangerous. Be careful. You must find the amulet.','','','','','',4635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',721,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(723,4044,3,0,0,35,40,0,1101,0,0,0,0,0,0,0,0,724,4635,1,'Prospect of Faith','$B$BFind Ryedol, $N. Bring \'im me amulet. He\'ll... figure out what to do. He knows I was seeking the origins of our people, and he... ... knows it was also my mission to stop the Shadowforge clan. They must not be allowed to find the scrolls... ','Take Hammertoe\'s Amulet to Prospector Ryedol in the Badlands.','Hammertoe\'s amulet? I think my spirits were higher when I thought he was dead. Knowin\' fer sure only makes the pain worse. This amulet was his life\'s work. I can\'t let his death be in vain.','I\'d say it was a bad day, but this is the Badlands: every day\'s a bad day.','','','','','',4635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',722,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(724,4044,3,0,0,35,40,0,1101,0,0,0,0,0,0,0,0,0,4635,1,'Prospect of Faith','Okay, okay... who would know what to do?$B$BHistorian Karnik! That\'s it!$B$BHe\'s in Ironforge. He\'ll be able to help. He and Hammertoe were workin\' together to find the lost artifacts in Uldaman.$B$BGuess the Shadowforge found out the two of them knew more than they were lettin\' on.$B$BTell Karnik what\'s happened to Hammertoe and give him the amulet--he\'ll tell you what needs to be done next.','Take Hammertoe\'s Amulet to Historian Karnik in Ironforge.','Oh! Well, this is a different matter entirely. You probably don\'t realize the gravity of this matter yet, do you?$B$BI care deeply about Hammertoe\'s demise, but if he sent you here with his amulet, then he understood what\'s at stake.$B$BWe will have to take time to mourn his death later.$B$BLet me show you one of the reasons this amulet is so valuable.','Ah, yes. Another traveler seeking something from the dwarves.$B$BMa\'am, I\'m truly sorry, but I\'ve no time to answer meaningless questions right now.','','','','','',4635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',723,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(725,4044,3,0,0,35,40,0,1101,0,0,0,0,0,0,0,0,726,4622,1,'Passing Word of a Threat','$N, run and find Advisor Belgrum as quickly as you can. Tell him what you\'ve witnessed and ask him how he wants us to proceed. This note will explain more to him.$B$BIn the meantime, I will take the time to speak to Hammertoe\'s spirit. Maybe he knows something that will help us put a stop to those Shadowforge cretins\' activities in the Badlands. We can only pray.','Find Advisor Belgrum and give him his note.','Ah, word from Historian Karnik. Excellent.$B$BI always have time for his business.$B$B','Hmm? Yes, $C.','','','','','',4622,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',724,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(726,4044,3,0,8,35,40,0,1101,0,0,0,0,0,0,0,0,762,0,0,'Passing Word of a Threat','$B$BOch, these are evil tidings.$B$B$N, please return to Historian Karnik and tell him on the king\'s authority to act on this information swiftly and decisively. He must halt the Shadowforge\'s activities in the Badlands.','Speak to Historian Karnik.','You\'re treating this matter with an urgency I\'d expect from the king himself, $N.$B$BAll right, then. I know what\'ll bring the Shadowforge down.$B$BTheir presence in Uldaman can be slowed if we strike them at their base of operations: Angor Fortress.','','','','','','',0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',725,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(727,4044,3,0,0,30,40,0,1101,0,0,0,0,0,0,0,0,735,4648,1,'To Ironforge for Yagyin\'s Digest','The Tablet tells much. But not enough! Not nearly enough!$B$BThere is a book, a digest that Yagyin wrote in ages past. The ... people I fled ... they keep this book in many places. And their most learned study it. It holds vast knowledge. Knowledge to protect us!$B$BGo to Gerrig Bonegrip. He is in a shop in Ironforge, in the Forlorn Cavern. Show him this sigil and he\'ll think you one of them. Ask him for Yagyin\'s Digest ... and bring it to me!','Give the Sigil of the Hammer to Gerrig Bonegrip in the Forlorn Cavern of Ironforge.','Oh. Greetings, brother.$B$BAnd praise to the dwellers beneath.','Hello. Welcome to my shop, but watch what you touch.$B$BKnowledge can be deadly.','','','','','',4648,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',709,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(728,4044,3,0,0,30,40,0,690,0,0,0,0,0,0,0,0,736,4648,1,'To the Undercity for Yagyin\'s Digest','The tablet tells much. But not enough! Not nearly enough!$B$BThere is a book, a digest that Yagyin wrote in ages past. The... people I fled from... they keep this book in many places. And their most learned study it. It holds vast knowledge. Knowledge to protect us!$B$BGo to Keeper Bel\'dugur in the Undercity of Lordaeron. Show him this sigil and he\'ll think you one of them. Ask him for Yagin\'s Digest...and bring it to me!','Bring the Sigil of the Hammer to Keeper Bel\'dugur in the Undercity.','Be discrete with your signs, $C. There are those who do not believe the righteousness of our pledge.$B$BAnd there are those who would see us fail if they knew of us.$B$BWe must always be careful. And watchful. And patient.','Ah, we have an eager $C, I see. Are you here to learn from my collection? Good!$B$BBut be warned: just as knowledge gives power to the strong...it will drive the weak mad.','','','','','',4648,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',709,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(729,4044,148,0,8,15,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Absent Minded Prospector','What an honor it was when Master Greywhisker assigned me to work under the guidance of the great Prospector Remtravel. At the academy in Ironforge everyone knew of Remtravel\'s great discoveries.$b$bBut the prospector is rather... um... oblivious ...to his surroundings.$b$bWe had uncovered evidence of a great society. Horrible golems sprang forth from the ground and overran the site. Remtravel never seemed to notice. I ran back to Auberdine for help.$b$bPlease travel south and see if the prospector is okay!','Travel south and check on Prospector Remtravel.','Hollee. is that you? I need some help chiseling this stone. Hand me my stone brush, I think I see something.$b$bHey, you\'re not Hollee! Don\'t suppose you\'ve seen my stone brush?$b$bNever mind that now! I promised the League I\'d send the mysterious fossil I found. Where did Hollee go?$b$bSo much work to be done! Now where is that mysterious fossil... and my brush... and Hollee...$b$bAnd who are you... \'tis no matter, so long as you\'re here to help.$b$bLet me know when you\'re ready to start looking.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',730,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(730,4044,1657,0,8,14,14,0,1101,0,0,0,0,0,0,0,0,729,0,0,'Trouble In Darkshore?','How nice it is to see a $c interested in the great archeological wonders of our world.$b$bOftentimes our work is dismissed as mere hobby by our friends in the Alliance. But what many fail to realize is that recent discoveries in Khaz Modan have proven that a great and powerful force threatens all of Azeroth, from Lordaeron to Kalimdor.$b$bI am most worried about my crew that I sent to Darkshore. They haven\'t sent word in weeks.$b$bTravel to Auberdine and look for a clue as to their whereabouts.','Travel to Auberdine and look for signs of the dwarven excavation team.','I\'m so glad Chief Archeologist Greywhisker sent for us.... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(731,4044,148,0,2,15,20,1,1101,0,0,0,0,0,0,0,0,741,0,0,'The Absent Minded Prospector','So then, Hollee... oh that\'s right, you are not Hollee. Where\'s Hollee?$b$bBah, that\'s beside the point. We must find that stone brush... I mean the mysterious fossil! We must find that fossil. The Explorers\' League in Darnassus will want some indication as to what I\'ve been doing.$b$bLet me know when you are ready and we will hunt down that brush.... I mean fossil! We shall find something in writing to satisfy the League.$b$bSo are you ready yet?','Protect Prospector Remtravel as he searches for the mysterious fossil, then return to Archaeologist Hollee in Auberdine.','Thank the stars Prospector Remtravel is safe! I told you he was absent minded. I can\'t believe he insisted on staying there with all of those horrible creatures lurking about.','Is the prospector alive?','Escort Prospector Remtravel','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',729,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(732,4044,3,0,8,40,43,0,1101,0,0,0,0,0,0,0,0,717,0,0,'Tremors of the Earth','I heard from Sigrun that you have been a great help to him. Perhaps I might enlist your help. I was sent here by my master, Krasus of the Kirin Tor, to put an end to the trouble brewing in Lethlor Ravine.$b$bI cannot divulge the exact nature of my assignment here or the tasks that I must undertake, but be assured it is of vital importance.$b$bA band of wandering ogres, sometimes seen near Camp Boff, stole an object called the Sign of the Earth; I must have it. Bring it to me, and I will tell you more.','Retrieve the Sign of the Earth for Garek.','Good tidings you bring bearing the Sign, $N. The Sign of the Earth was created by the Dark Iron dwarves of Angor Fortress to bind two of Deathwing\'s ruthless lieutenants, the twins Blacklash and Hematus.','The nomadic band of ogres travels between their camps across the Badlands; heat rising from the dry earth and the swirling winds will make it difficult to track their progress. I have heard that sometimes they travel through Camp Boff. If you are lost, you might try your search there.','','','','','',4640,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',718,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(733,4044,3,0,8,35,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Scrounging','It\'s going to be tough going here if I can\'t manage to scrounge up some materials to construct some defenses and other necessities. I\'ve noticed that the ogres in the area seem to be well equipped with scrap metal. Maybe the stories of siege engines in the Badlands weren\'t so far off after all...$b$bAnyways, the Prospector\'s been getting worried about the state of our little camp, so I\'d like to get working soon if I can.$b$bThe main ogre camp is at Dustbelch Grotto, a good trek to the west of here.','Get 7 pieces of Scrap Metal for Sigrun.','It\'s a start, $N, and it\'ll have to do until we hear word from Ironforge or the Explorers\' League.$B$BNow, if only I could find some salt somewhere for my quenching barrel...','Well, I\'ve made do with what I could, but... it\'s not much. Have you found any more supplies?','','','','','',4630,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4652,4653,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',718,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(734,4044,3,0,8,35,42,0,0,0,0,0,0,0,0,0,0,777,0,0,'This Is Going to Be Hard','Wonderful, wonderful.$B$B$B$BGo speak to Lucien, $N. I need a cog #5. Bring it to me, will you?','Speak to Lucien Tosselwrench in the Badlands.','Cog #5, huh? Yeah, this isn\'t going to be good.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',714,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(735,4044,3,0,0,30,44,1,1101,0,0,0,0,0,0,0,0,737,4649,1,'The Star, the Hand and the Heart','Yagyin\'s Digest, eh? Are you starting a new chapter of us, somewhere? Never mind, it is not my place to ask.$B$BI will help you, for I have an extra copy. We must aid each other, yes? That is how we flourish.$B$BI require three items of power. Bring them to me and I will give you the digest.$B$BI will not speak their names. Ears may be on us. But here, I will write them down.','Return the items on the Bonegrip\'s Note to Gerrig Bonegrip in Ironforge.','You are resourceful, $C. If it truly is your charge to begin a new chapter of our order, then I believe you will run it well.','Do you have the relics for which I asked?','','','','','',4646,4641,4644,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',727,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(736,4044,1497,0,0,30,44,1,690,0,0,0,0,0,0,0,0,737,4650,1,'The Star, the Hand and the Heart','You need Yagyin\'s Digest? Your plan, then, is to gather another flock? Of course it is...and of course I will help you, $gbrother:sister;.$B$BBut you must help me too.$B$BI require three items of power. Bring me these and the digest will be yours.$B$BI cannot utter the names of these items, but I will write them down.$B$BGet me the items on this list. If you can do that, then you are truly worthy of opening your own chapter of our order.','Bring the items on Bel\'dugur\'s Note to Keeper Bel\'dugur in the Undercity.','I am impressed! You possess great skill, or great fortune, to have gained these relics. Either way, you are an asset to us.','How goes your mission, $c.','','','','','',4646,4641,4644,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',728,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(737,4044,3,0,0,30,40,0,0,0,0,0,0,0,0,0,0,0,4647,1,'Forbidden Knowledge','I have the digest for you, $N. I need not tell you to take great care with it. And to keep it far from unfriendly hands. $B$BThis book holds many truths...$B$B...And the truth can burn.','Bring Yagyin\'s Digest to Theldurin.','You got it! Oh, hope glimmers!$B$BYour efforts may yet save us, $N. A monument they should make of you! A shrine they should build! May your name be praised until your grandchildren have grandchildren!$B$BUnless...THEY are freed and rise to the surface. If that happens then you can forget about children.$B$BIf THEY are freed, then we\'re all worm food.','Ho! You were gone a long time. Did you get the digest?','','','','','',4647,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4984,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',736,735,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(738,4044,3,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,739,0,0,'Find Agmond','Prospector Agmond was in charge of our excavation sites in the Badlands, to the southwest. I say \"was\" because...well, I haven\'t heard from him in weeks. I need you to find Agmond so I can get his report.$B$BLast I heard Agmond was at the southernmost dig site in the Badlands--a tiny operation past the Angor Fortress. I\'d start your search for him there.','Find Agmond.','This skeleton must be the unfortunate remains of Agmond. His body is broken and battered, and his bones picked clean.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4982,1529,2776,0,1,1,2,0,47,0,0,0,0,0,75,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',707,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(739,4044,3,0,8,30,42,0,1101,0,0,0,0,0,0,0,0,704,0,0,'Murdaloc','Agmond\'s tracks lead from the west. It is easy to tell from the bloody smears across rock and sand that the dwarf crawled some distance.$B$BAnd here he died.$B$BUpon close inspection, the word \"Murdaloc\" is roughly scrawled in a patch of Badlands sandstone.$B$BScrawled next to Agmond\'s dead hand.','Slay Agmond\'s killer, Murdaloc.$B$BSlay 12 Stonevault Bonesnappers.$B$BReport to Prospector Ironband in Loch Modan.','This is sobering news, $N. But Agmond had a strong arm and a fierce hammer-swing, and his skull was as thick as they come! Although he was killed by those cursed troggs I\'m sure he took a lot of them down with him.','Do you have news of Agmond\'s fate? Did you find him?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2945,2893,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4983,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',738,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(740,5875,3,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','This quest will take players into the Searing Gorge.$B$BStay tuned...','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(741,4044,148,0,0,15,20,0,1101,0,0,0,0,0,0,0,0,942,4654,1,'The Absent Minded Prospector','So the prospector wants to send the mysterious fossil to the Explorers\' League in Darnassus? I don\'t feel right leaving Darkshore without him.$b$bHere, $n, deliver the mysterious fossil to Chief Archaeologist Greywhisker in Darnassus.','Take the mysterious fossil to Chief Archaeologist Greywhisker in Darnassus.','Oh my! Leave it to Prospector Remtravel to discover such a find!','What can I do for you, $R?','','','','','',4654,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5629,5630,11936,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',731,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(742,4044,1638,0,8,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Ashenvale Hunt','Attention, young adventurers! The wilds of Ashenvale await you!$B$BThe Horde has established a strong presence in the lands north of the Barrens. Our two outposts - Splintertree Post and the Zoram Strand Outpost - strive to bring glory to the Horde! Those who would prove themselves should seek out guidance there. Of note: Senani Thunderheart in Splintertree Post, directly north of the Barrens, seeks adventurers willing to take part in a great hunt of Ashenvale!','Speak with Senani Thunderheart at Splintertree Post, Ashenvale.','Welcome to the new frontier, $N. Ashenvale is a land of opportunity, one where a young $C like yourself is able to find boundless chances to prove their mettle. Look around the outpost here, and be sure to travel out to the Zoram Strand, as the Horde has another outpost there as well.$B$BYour presence here tells me that you\'ve come to learn more about the hunt. Listen close, and I will gladly share with you what you need to know.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'235 6382',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(743,4044,215,0,8,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dangers of the Windfury','Thank you for taking the time to speak to me, $N. I am Ruul, warrior and teacher.$B$BYou have obviously reached an age when you must prepare for your trials if you are to adventure much further out of Mulgore.$B$BIf you wish a test of your strength, start by seeking out the Windfury harpies to the southeast. They nestle along the mountain\'s edges away from the road.$B$BThey are one of our natural enemies here in Mulgore and will be a good gauge of your skill.','Bring 8 Windfury Talons to Ruul Eagletalon in Bloodhoof Village.','You have done well, $N. You seem well prepared to travel onward. Let the wind always be at your back.','The Windfuries are deadly foes. Their strength in battle is only rivaled by their desire for fresh meat.','','','','','',4751,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(744,4044,1638,0,8,7,11,0,690,0,0,0,0,0,0,0,0,0,0,0,'Preparation for Ceremony','$N, my brother soon stands before Chief Bloodhoof, and it is my honor to make his headdress for him.$B$BI want to ask a favor of you while I finish tanning these leather straps. There is not time for me to find enough feathers, and I was wondering, would you gather more for me?$B$BYou can find feathers of the correct size from the harpies residing far to the north and northwest of Thunder Bluff. I need only 6 azure and 6 bronze feathers to complete the design.','Collect 6 Azure Feathers and 6 Bronze Feathers, and bring them to Eyahn Eagletalon in Thunder Bluff.','Thank you for your help, $N.$b$bMy part in my brother\'s ceremony is almost complete. Giving him his headdress and witnessing the ceremony are all my duty requires of me.','This headdress will certainly be a wonderful gift for my brother.','','','','','',4752,4753,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4968,4967,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(745,4044,215,0,8,1,6,0,690,0,0,0,0,0,0,0,0,0,0,0,'Sharing the Land','$N, there are many conflicts that wound this land. It is my hope that you will not bear witness to as many of them as I have. Yet there is one that I would ask you to seek out. It will give you some sense of how terrible, if left unchecked, even a small threat can be to the land.$B$BPalemane gnolls have settled to the south of Bloodhoof and in a cave to the west. They disrespect our attempts to communicate with them, and they slay the wildlife of Mulgore unbridled.$B$BWords are no longer the answer.','Kill 10 Palemane Tanners, 8 Palemane Skinners, and 5 Palemane Poachers, then return to Baine Bloodhoof in Bloodhoof Village.','$N, it is good you\'ve taken my task seriously. Respect of the land and its creatures is important. Death and life are a circle... a necessity. One cannot exist without the other. Take time to ponder this and do well to never forget it.','If the Palemanes had respected the land and its inhabitants more, this conflict would have never occurred.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2949,2950,2951,0,10,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4960,0,0,0,25,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(746,4044,215,0,8,6,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dwarven Digging','There are dwarves preparing a dig site to the northwest. They think secrets lie in the earth, and that is true, but hollowing and defiling the land is no way to earn its teachings.$B$BCollect the dwarven tools of digging, smash them, and return to me with the dwarves\' broken tools.$B$BYou can smash the tools at a forge. You will find one in Thunder Bluff, but any forge -- even a forge at the dwarven camp -- will suffice.','Collect 5 Prospector\'s Picks.$B$BAt a forge, smash the Prospector\'s Picks to create Broken Tools.$B$BBring 5 Broken Tools to Baine Bloodhoof in Bloodhoof Village.','Thank you, $N. This will calm the beasts of Mulgore. And, spirits willing, it will teach the dwarves that hollowing the land is not the path to knowledge.','Hello, $N. Do you have the Broken Tools? The dwarves\' digging will enrage the kodos of Mulgore. This defilement must be stopped!','','','','','',4703,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4969,4970,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(747,4044,220,0,8,1,2,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Hunt Begins','You have a promising air about you, and will prove yourself to the tribe. Perhaps someday soon you will be welcomed into the great city of Thunder Bluff. But before that can happen you must prove yourself to my father, Chief Hawkwind.$b$bUp here on Red Cloud Mesa we pride ourselves on keen hunting skills. Tauren hunt out of necessity and for sport. Our supply of meats has run low and we require feathers for clothing. Hunt the nearby plainstriders and prove yourself by resupplying the village.','Grull Hawkwind in Camp Narache wants you to bring him 7 Plainstrider Feathers and 7 pieces of Plainstrider Meat.','The tauren of Narache thank you, $n. You show much promise.','Providing meat and feathers for the tribe is the first step in proving yourself as a hunter before the Chief.','','','','','',4739,4740,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4954,4910,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,6),(748,4044,215,0,8,4,5,0,690,0,0,0,0,0,0,0,0,0,0,0,'Poison Water','Goblins and their servants have tainted our sacred water wells! We cannot allow this.$B$BTo cleanse each well, I must create a cleansing totem, then you must bring the totem to the well and perform a cleansing ritual.$B$BFirst we will create a cleansing totem for the Winterhoof Water Well. To do this, the land must offer its aid. Hunt prairie wolves for their paws and adult plainstriders for their talons. They are to the southwest.$B$BReturn to me with the paws and talons, $N.','Bring 6 Prairie Wolf Paws and 4 Plainstrider Talons to Mull Thunderhorn in Bloodhoof.','You have done well, $N. I will take these and bind their power into a totem of cleansing.','Do you have the paws and talons, $N?','','','','','',4758,4759,0,0,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(749,4044,215,0,8,5,8,0,690,0,0,0,0,0,0,0,0,751,0,0,'The Ravaged Caravan','A few days ago, we found a Venture Co. caravan traveling under guard on the northern shore of Stonebull Lake. We\'d lost two of our number in an earlier battle, so we were quick to attack and lay waste to the caravan.$b$bWe left their supply crates, thinking that our torches would destroy anything of value, but given that Venture Co. salvagers have been spotted near the burned wagons, maybe we were wrong.$b$bPerhaps you could go to the caravan and examine the contents of the crates.','Morin Cloudstalker wants you to examine the contents of a supply crate at the Ravaged Caravan.','All sides of the crate are stamped with the sign of the Venture Co. Mining Division. Notes printed carefully on the side of the carton indicate that the contents are due for processing at one of their central plants.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(750,4044,220,0,8,1,3,0,690,0,0,0,0,0,0,0,0,780,0,0,'The Hunt Continues','A tauren skilled in the ways of the hunt knows that his prey is not for mere trophy. The beasts of the plains provide us with a means of survival. You will make quite an impression on the elders if you can bring back some highly valued Mountain Cougar Pelts. You can find the beasts lurking in the hills to the south.$b$bOur children need clothing and our tents need mending.','Grull Hawkwind in Camp Narache wants you to bring him 10 Mountain Cougar Pelts.','The $R of Narache thank you for these provisions, $N. With your skill in the ways of the hunt you will surely be revered in Thunder Bluff someday.','If you can provide pelts for the tribe I will pass word along to my father, Chief Hawkwind, of your generous deeds.','','','','','',4742,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4908,4913,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',747,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(751,4044,215,0,0,5,8,0,690,0,0,0,0,0,0,0,0,0,4834,1,'The Ravaged Caravan','Prying open the lid reveals a tightly packed assortment of ore and minerals, more evidence of the Venture Co.\'s mining operation in Mulgore. On the top of the ore and minerals you remove a tightly bound sheaf of papers.$b$bUp in the foothills to the east, you can barely hear the sounds of work, and see smoke rising from a large fire.','Return the Venture Co. Documents to Morin Cloudstalker near Bloodhoof Village.','It does indeed appear that the Venture Co. is attempting to rob us of our natural resources. It is good to know this for true, and now it seems, we must do something about it.','Hail, $N. Have you learned anything new about the Venture Co.\'s plans and operations in our homeland?$b$bIf they plan to exploit our lands as they have others, the Outrunners will be quick to put an end to it.','','','','','',4834,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',749,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(752,4044,220,0,8,1,2,0,690,0,0,0,0,0,0,0,0,753,0,0,'A Humble Task','All members of the tribe share in the harmony of life. We live together and work together.$b$bOur commitment to one another carries with it a high degree of responsibility. I ask of you now a humble task.$b$bMy mother set out this morning to fetch water from the well to the southeast of Narache. It has been quite some time now. Perhaps you could check on her for me while I attend to tribal matters here?','Chief Hawkwind wants you to search for his mother near the water well to the southeast of Camp Narache.','You traveled all this way just to help an old woman? My my, aren\'t you a keeper?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,1,0,0,3),(753,4044,220,0,0,1,3,0,690,0,0,0,0,0,0,0,0,755,0,0,'A Humble Task','I have traveled many paths through life and these old legs lack the vigor they once had. I can still perform my duties to the tribe. Sometimes it just takes an old woman a little longer to do the task.$b$bBut you look like an eager $c. Let\'s put some of that youthful vitality to the test. Take a water pitcher from the well and bring it to my son, the Chief, in Camp Narache.$b$bRemember that even the most humble task can gain the recognition of elders.','Take a Water Pitcher from the water well.$b$bReturn the pitcher to Chief Hawkwind in Camp Narache which is northwest from the water well.','You carried this pitcher back at the Greatmother\'s bidding, I see.$b$bYour willingness to help others and provide for the tauren of Camp Narache leads me to believe you would make the tribe proud in Thunder Bluff someday.','You look as though you have returned from the plains. Do you have any word from Greatmother Hawkwind?','','','','','',4755,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',752,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,6,0,0,5),(754,4044,215,0,2,4,6,0,32,0,0,0,0,0,0,0,0,0,5411,1,'Winterhoof Cleansing','I have crafted the totem to cleanse the Winterhoof Water Well. Now, you must take it to the well and perform a cleansing ritual. You will find it to the southeast, guarded by foul goblins!$B$BThis will not be an easy task, but you must do it if we are ever to use its waters again.$B$BFortune to you, $N.','Use the Winterhoof Cleansing Totem at the Winterhoof Water Well, then return to Mull Thunderhorn.','News of your deed reached me moments ago -- already the beasts near the well drink from it eagerly.$b$bYou have done a great thing for the land, $N. And you have done a great thing for the Tauren people.','','Cleanse the Winterhoof Water Well','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',748,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(755,4044,220,0,8,1,3,0,690,0,0,0,0,0,0,0,0,757,0,0,'Rites of the Earthmother','Your willingness to perform a humble task for the tauren of Narache and your eagerness to learn are noble traits, $n. I believe one day you will be heralded in Thunder Bluff as a $c of greatness.$b$bBefore that you must embark on the Rites of the Earthmother, of which there are three.$b$bThe first test is the Rite of Strength. Travel to Seer Graytongue and tell him Chief Hawkwind has sent you.$b$bYou will find the seer\'s abode directly to the south of Camp Narache, tucked away in the hills.','Travel to Seer Graytongue who lives in the hills directly south of Camp Narache.','Chief Hawkwind sent you? Embarking on the Rites of the Earthmother is no small task...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,0,0,150,0,0,0,0,'',753,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(756,4044,215,0,8,4,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'Thunderhorn Totem','To create the Thunderhorn Cleansing Totem, you must gather the claws of the predators of the Mulgore plains. Hunt prairie stalkers for their stalker claws and flatland cougars for their cougar claws, then return to me.$B$BYou will find the prairie stalkers and flatland cougars to the east and west.','Bring 6 Stalker Claws and 6 Cougar Claws to Mull Thunderhorn.','Thank you, $N. The purity with which these beasts hunt is vital in the creation of the next cleansing totem.$b$bThe goblins will never learn the difference between contending with the land, and living in harmony with it.','$N, do you have the claws I sent you to gather? The Thunderhorn Water Well grows more tainted with each passing hour!','','','','','',4801,4802,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',754,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(757,4044,220,0,8,1,4,0,690,0,0,0,0,0,0,0,0,0,0,0,'Rite of Strength','The Rites of the Earthmother are the steps a young tauren needs to take to gain respect in Thunder Bluff.$b$bFirst you must pass the Rite of Strength. In this test you must prove your bravery by slaying enemies of the tribe.$b$bBristlebacks of Brambleblade Ravine to the east are encroaching on our tribal lands. They ambush our hunting parties and steal from the village by dark.$b$bShow your valor by slaying these villains and return to the Chief in Camp Narache with their belts as proof of your deeds.','Kill Bristlebacks in Brambleblade Ravine and bring 8 Bristleback Belts to Chief Hawkwind in Camp Narache.','You have passed the first test of the Rites of the Earthmother. The tribe will be proud.','Have you completed the Rite of Strength, $N? I require proof of your valor against the enemy of our tribe, the Bristlebacks.','','','','','',4770,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,1383,2137,5776,5777,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',755,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,7),(758,4044,215,0,2,4,8,0,32,0,0,0,0,0,0,0,0,0,5415,1,'Thunderhorn Cleansing','The totem is ready, $N. And again, it is your task to perform the ritual of cleansing.$B$BGo to the Thunderhorn Water Well, north of the village, and use the Thunderhorn Cleansing Totem in your ritual. After you do this, return to me.$B$BMay the spirits guide you.','Use the Thunderhorn Cleansing Totem at the Thunderhorn Water Well, then return to Mull.','Ancestors of the Thunderhorn clan spoke to me in a dream, praising you for your actions near their well.$b$bFor their gratitude, they wish to give you this...','','Cleanse the Thunderhorn Water Well','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4963,0,0,0,1,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',756,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(759,4044,215,0,8,4,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wildmane Totem','There is but one water well left to cleanse, named after the Wildmane clan. For this well to be pure, the land must offer the teeth of a fierce predator, the prairie wolf alpha. Find the alphas to the north, then return to me when your hunt is finished.$B$BAlphas often wander around the base of our mighty city, Thunder Bluff.','Bring 8 Prairie Alpha Teeth to Mull Thunderhorn in Bloodhoof Village.','Very good, $N. I can feel the sacrifice of the land in this offering, and my spirit swells with sadness, and pride.','$N. Do you have the teeth I asked for?','','','','','',4803,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',758,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(760,4044,215,0,2,4,10,0,32,0,0,0,0,0,0,0,0,0,5416,1,'Wildmane Cleansing','Your cleansing of the Winterhoof and Thunderhorn wells is spoken among the spirits, young $N. The Wildmane Totem is made, and your last task lies ahead.$B$BThe Wildmane Water Well lies north of Thunder Bluff. Perform the ritual! Heal the land of the goblins\' poisons! Let clean water flow once again!','Use the Wildmane Cleansing Totem at the Wildmane Water Well, then return to Mull Thunderhorn.','You\'ve done it. You have cleaned the wells, and healed our land. Bloodhoof village is grateful, $N.$b$bMay the wind whisper your deeds for a hundred seasons, and may the waters of Mulgore remain clean forever.','','Cleanse the Wildmane Well','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,4961,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',759,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(761,4044,215,0,8,4,6,0,690,0,0,0,0,0,0,0,0,0,0,0,'Swoop Hunting','The swoop is a cunning bird, and difficult to find and hunt. A collection of Swoop Quills is a badge of cleverness and determination for a hunter.$B$BIf you are willing to take up this task, then enter the plains and hunt the swoop.$B$BBring me their quills, and bring honor to your clan.$B$BThe swoops may be found anywhere in Mulgore, but your eyes must be sharp to spot them, and your hooves must be quick to catch them.','Bring 8 Trophy Swoop Quills to Harken Windtotem in Bloodhoof Village.','I know that gathering these quills was not an easy task, $N. In doing this, you prove that you are a $C of merit. It is good to have you at Bloodhoof Village.','Have you found the swoops, $N. Do you have their quills?','','','','','',4769,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(762,4044,3,0,8,35,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,'An Ambassador of Evil','Ambassador Infernus was sent to Angor Fortress by Ragnaros himself to mind the Shadowforge seeking lost artifacts in Uldaman.$B$BIt has already meant tremendous casualties for our people, but it has obviously grown worse. I hesitate to guess how many artifacts they would be able to find and use against Ironforge.$B$BOur goal is simple, $c. Return to the Badlands and destroy Ambassador Infernus. Once the threat is eliminated, return to Advisor Belgrum with proof of your victory.$B$BIt is in your hands now.','Kill Ambassador Infernus in Angor Fortress and bring proof of his death to Advisor Belgrum in Ironforge.','$N, your dedication to Ironforge and to the dwarven people cannot be refuted. I thank you for your help in this matter.$B$BI shall send word to Historian Karnik informing him that you have succeeded, and I shall also have aid sent to the Badlands as soon as possible to help recover the excavation site. Thank you again.$B$BBefore you go, there is one more thing I would ask of you in the name of King Bronzebeard.','Time is of the essence, $N. Ragnaros will not wait for us to prepare.','','','','','',4621,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4987,0,0,0,1,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,12500,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',726,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(763,4044,220,0,0,1,5,0,690,0,0,0,0,0,0,0,0,0,4783,1,'Rites of the Earthmother','For you to continue with the Rites of the Earthmother you must pass two more tests. It is time for you to broaden your experience, $n.$b$bTravel to Bloodhoof Village and seek out the Chief, Baine Bloodhoof, son of Cairne. There you may continue your journey and earn the acceptance of the elders of Thunder Bluff.$b$bTake this totem to Baine. He will recognize my carvings and help you on your path.$b$bFollow the road out of Camp Narache and travel with haste. Do not stray or you will lose your way.','Take the Totem of Hawkwind to Baine Bloodhoof in Bloodhoof Village. Follow the road out of Camp Narache.','Word from my good friend, Chief Hawkwind! Ah, I can see by his carvings you are of a special breed.','What brings you to my village, $C?','','','','','',4783,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',757,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(764,4044,215,0,8,5,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Venture Co.','This explains the buildup of Venture Co. employees and equipment we\'ve seen in Mulgore. Those goblins... their company is expanding too quickly for their own good. It\'s how they say, show a goblin something, and you can hear the scales in the background.$b$bGreedy little things, they are. Unfortunately for their business enterprise, we tauren cannot allow them to conduct their operations in our lands. Go to their mine northeast of the ravaged caravan and send them a message.','Kill 14 Venture Co. Workers and 6 Venture Co. Supervisors for Morin Cloudstalker at Bloodhoof Village.','I don\'t think there could be too much misinterpreting or ignoring of that signal, hm? The Venture Co. will know not to take the tauren lightly, or to be so arrogant as to believe we would allow them to steal the natural resources around us without protest.','The Venture Co. was refused mining rights here in Mulgore, but it would seem that they do not take no for an answer. We tauren are not ones to mince words, however, and we have other ways of getting our message across.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2978,2979,0,0,14,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',751,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(765,4044,215,0,8,5,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'Supervisor Fizsprocket','According to the documents you salvaged from the caravan, the Venture Co. created many plans to attempt to drive us from our lands here, so that they could have free reign to plunder our lands.$b$bThe depths that they would sink to accomplish their goals disgusts and appalls me. I want the mastermind behind their plans killed. His name is Supervisor Fizsprocket, you will find him at the Venture Co. mine east of the ravaged caravan. Bring me his clipboard, we shall see if we find out anything useful.','Kill Supervisor Fizsprocket and return his clipboard to Morin Cloudstalker at Bloodhoof Village.','My anger is somewhat lessened at the news that the villain Fizsprocket is dead. I will go through his personal effects and see if there is any additional information about what the Venture Co. has planned for the future. Thank you for your efforts, $N.','I seethe with anger at the thought of the atrocities the Venture Co. is willing to perpetrate against us in the name of profit.','','','','','',4819,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4974,4964,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',751,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(766,4044,215,0,8,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Mazzranache','My grandfather told me stories about his battles with a strider named Mazzranache. He told me of its demonic red eyes, razor-sharp talons and venomous bite.$b$bAs fortune would have it, while traveling across the plains, I encountered it, and it took a nasty bite from my shoulder. He was as terrible as my grandfather described. I will need some hard-to-find animal parts to clean the infection from his bite: a wolf heart, cougar femur, plainstrider scale and swoop gizzard.$b$bHurry, time is of the essence.','Bring a Prairie Wolf Heart, Flatland Cougar Femur, Plainstrider Scale and Swoop Gizzard to Maur Raincaller at Bloodhoof Village.','Ah, thank you, $N. Using the items you brought me, I will be able to create the remedy I need to stop the spread of the infection and, eventually, cure it completely. I owe you my life in thanks.$b$bBut I\'ll never forget that screeching call when Mazzranache came upon me, the blaze of color as its beak descended...$b$bBe wary on your travels.','My fever grows worse and I find my mind drifting into delirious nightmares... I should have known that I wouldn\'t be able to handle a beast my grandfather was unable to defeat...$b$bDo you have the ingredients for the remedy? I fear if I do not clean the infection soon, it will be the death of me.','','','','','',4804,4805,4806,4807,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4972,4973,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(767,4044,215,0,8,3,6,0,690,0,0,0,0,0,0,0,0,771,0,0,'Rite of Vision','The Rite of Vision, one of the Rites of the Earthmother, will help guide you toward earning the respect of the elders of Thunder Bluff.$b$bOur people have learned that the land is our most holy provider. In order to take part in the ritualistic vision, you must speak with the spiritual leader of the village, Zarlman Two-Moons.','Speak with Zarlman Two-Moons in Bloodhoof Village.','I sensed you would be coming to me, $c. I can always recognize one who is trying to pass the Rites of the Earthmother.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',763,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,1),(768,4044,1638,0,8,4,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Gathering Leather','Greetings, young one. You have a gleam in your eye; I can tell you are eager to venture back to the plains for the hunt. May you bring honor to your clan!$B$BI work with the skins of beasts, fashioning them into clothes and armor for the people of Thunder Bluff.$B$BIf you hunt beasts and bring me their skins, then I will fashion something for you.','Bring 12 pieces of Light Leather to Veren Tallstrider in Thunder Bluff.','Ah, these are very nice pieces. They\'ll make fine leather goods.$B$BHere, $N. Take this in trade...','Hello again. Have you been hunting? Do you have skins for me?','','','','','',2318,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5936,4962,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(769,4044,1638,0,8,4,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Kodo Hide Bag','The kodo beasts of Mulgore are strong and sturdy -- traits much respected among us. If you are skilled in leatherworking and wish the knowledge to make a Kodo Hide Bag, then bring me supplies for my trade.$B$BDo this, and I will share my knowledge with you.','Bring 4 Light Leather and 4 Coarse Thread to Veren Tallstrider in Thunder Bluff.','Ah, good. Thank you, $N. My heart swells with pride to see youths interested in the craft of leatherworking.','Do you have my supplies, $N?','','','','','',2318,2320,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5083,0,0,0,1,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',768,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(770,4044,215,0,0,6,12,0,690,0,0,0,0,0,0,0,0,0,4854,1,'The Demon Scarred Cloak','The ragged hide of Ghost Howl still bears a terrible wound, gained from the wolf\'s battles against the Burning Legion.$B$BPerhaps someone in Bloodhoof Village should know of Ghost Howl\'s demise....','Find someone who knows of Ghost Howl.','I can barely believe my old eyes! You defeated the great wolf Ghost Howl? I look upon you with new respect, young $C. You are a $C of extreme skills!$b$bLet me offer you something. My days of hunting are over, but I would be honored if you used one of my weapons in your hunts.$b$bMay it strike true, and bring you renown.$b$bAnd let us hope that Ghost Howl\'s spirit has finally found peace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4971,3079,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(771,4044,215,0,8,3,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'Rite of Vision','In order to pass through the Rite of Vision, you must gather the reagents needed to make the Water of the Seers.$b$bI will need well stones, which can be found around the water wells in Mulgore. With those I will combine Ambercorn, which fall beneath the mighty trees in our land.$b$bThese reagents contain magical elements, and when brewed and consumed before the tribal fire, will cause you to encounter a vision. Follow it, and it will lead you to the next step of this holy quest.','Collect 2 Well Stones and 2 Ambercorn and bring them back to Zarlman Two-Moons in Bloodhoof Village.','I see you have learned to gather from our sacred land, $N. It will take but a moment for me to brew the Water of the Seers.','Once you have gathered enough well stones from around the water wells and Ambercorn from beneath the trees, I will prepare the Water of the Seers for you.','','','','','',4808,4809,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',767,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(772,4044,215,0,0,3,7,0,690,0,0,0,0,0,0,0,0,773,4823,1,'Rite of Vision','I now present you with the Water of the Seers.$b$bWhen you are ready, consume the waters near the tribal fire. Once you have ingested the holy waters, it will take a few moments before the vision materializes before the fire.$b$bAt that point, it is up to you to follow it to your destiny....','Consume the Water of the Seers in front of the tribal fire in Bloodhoof Village and follow the vision once it appears.','Be not afraid, $N. You have successfully passed the Rite of Vision.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4906,4958,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,0,0,270,0,0,0,0,'',771,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(773,4044,215,0,8,3,10,0,690,0,0,0,0,0,0,0,0,775,0,0,'Rite of Wisdom','To gain acceptance amongst the elders of Thunder Bluff you must next complete the Rite of Wisdom.$b$bNow that you have passed the Rite of Vision, the ancestral spirits of Red Rocks will give you the blessing of our ancestors. Only those who have drunk from the Water of Seers can gain the blessing.$b$bTravel east of Thunder Bluff, to Red Rocks and seek out the Ancestral Spirit, $n.','Travel to Red Rocks east of Thunder Bluff and speak with the Ancestral Spirit.','You have shown great diligence in your yearning to pass the Rites of the Earthmother, $N.$b$bWe, the Ancestral Spirits, represent the mighty tauren who gave their lives bravely to found and protect our great city of Thunder Bluff. I hereby pass the duty of that protection over to you.$b$bYou have passed the Rite of Wisdom, young $C. Enter Thunder Bluff with pride.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',772,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(774,5875,215,0,8,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(775,4044,215,0,8,3,10,0,690,0,0,0,0,0,0,0,0,776,0,0,'Journey into Thunder Bluff','You will now be revered within our great city. Any $r worthy of completing the Rites of the Earthmother earns that honor.$b$bFor your final quest, seek out our noble leader, Cairne Bloodhoof, who dwells atop the highest mesa in Thunder Bluff.','Speak with Cairne Bloodhoof in Thunder Bluff.','Hail, young $C. I see you found your way to my doorstep.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',773,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(776,4044,215,0,8,3,14,0,690,0,0,0,0,0,0,0,0,0,0,0,'Rites of the Earthmother','You have passed the Rites of the Earthmother and earned your place in Thunder Bluff.$b$bBut in order to maintain the spot that you strived so hard to achieve, you must continue to prove your worth to your people.$b$bWe are hunters, $n. Down below in Mulgore there is a mighty kodo named Arra\'chea. Show me your skills in the ways of tracking and hunting by bringing me the Horn of Arra\'chea.','Cairne Bloodhoof in Thunder Bluff wants you to bring him the Horn of Arra\'chea.','Well done! A fine kill that was.$b$bI will send a gathering party to collect the carcass so we can retrieve the hide and meat.$b$bYou have done a great deed for your people, $N.','Have you tracked down Arra\'chea yet?','','','','','',4841,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4909,0,0,0,1,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',775,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(777,4044,3,0,0,35,42,0,0,0,0,0,0,0,0,0,0,778,4846,1,'This Is Going to Be Hard','Okay, here you go.$B$BI\'m going to be over here... behind cover.$B$BFeel free to join me.','Bring Cog #5 to Lotwil Veriatus.','Ah, perfect. Stand back while I prepare to make more history!$b$b','$B$BThe cog, $N, the cog!','','','','','',4846,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',734,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(778,4044,3,0,0,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'This Is Going to Be Hard','Haha! Done! The shackles are done!$B$BIt\'s time, Lucien. It\'s time, Servo!$B$BAre you ready to bear witness to the perfect blend of alchemy, engineering, and the arcane, $N?$B$BI shall summon forth a powerful elemental now. This is a groundbreaking day for all of us.','Defeat the Fam\'retor Guardian and bring Lotwil\'s Shackles of Elemental Binding back to Lotwil Veriatus.','Thank you, $N. That was quite an ordeal, wasn\'t it?$b$bI\'m not sure what could have gone wrong. It was a good thing my magics were here to help send the creature back to its home plane.$b$bPerhaps a little token of appreciation for all your hard work...','Not quite the outcome I was expecting. Could you get my shackles back?','','','','','',4847,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2820,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',777,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(779,4044,3,0,8,40,50,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Seal of the Earth','','','As you place the Runestones into the matching recesses, a violent rumbling shakes the earth as the Seal is broken.','The Seal of the Earth lies here, with three recessed alcoves for the Amethyst Runestone, the Opal Runestone, and the Diamond Runestone.','','','','','',4845,4844,4843,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(780,4044,220,0,8,1,4,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Battleboars','The Battleboars of Brambleblade Ravine to the east are encroaching on our tribal hunting grounds. They are trained to be malicious by the Bristleback Quilboars with whom we are at war.$b$bGo and slay the vile creatures and bring back some snouts and flanks so that we can make stew for our young.','Grull Hawkwind in Camp Narache wants you to kill Battleboars and bring back 8 Battleboar Snouts and 8 Battleboar Flanks.','Most excellent. These ingredients will make a fine stew and the loss of those boars should be a fair lesson to those vile Bristlebacks.','The aggression of the Battleboars is increasing. Have you sent them a clear message and brought back some snouts and flanks yet?','','','','','',4848,4849,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6059,4540,0,0,1,10,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',750,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(781,4044,220,0,16384,1,4,0,690,0,0,0,0,0,0,0,0,0,4850,1,'Attack on Camp Narache','After carefully evaluating the map, you realize that what you discovered are the plans made by the Bristleback warchief for an extended siege on Camp Narache.$b$bSurely Chief Hawkwind could use this information!','Bring the Bristleback Attack Plans to Chief Hawkwind in Camp Narache.','This is quite alarming indeed! But with this information we can call on our brethren from Bloodhoof Village to help thwart the attack. You have saved the lives of many tauren, $N.','You have a look of concern about you, $N. What news do you bring?','','','','','',4850,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4911,0,0,0,1,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(782,4044,3,0,8,40,43,0,690,0,0,0,0,0,0,0,0,793,0,0,'Broken Alliances','From the Horde\'s alliance with the dragon Deathwing during the Second War, we know that two of his lieutenants, Blacklash and Hematus, were imprisoned within Lethlor Ravine far to the east. We must silence our depraved allies of old to restore honor to the Horde!$B$BWe hired Tho\'grun and his band of ogre mercenaries to help us obtain the Sign of the Earth, a key needed to unlock the drakes\' prison. Tho\'grun betrayed us though, overwhelming us and taking it for himself. Go to Camp Boff and take it back!','Kill Boss Tho\'grun and bring the Sign of the Earth to Gorn in Kargath.','With Tho\'grun dead, his corpse picked clean by the desert winds and scavenging buzzards, the ogres will be put into disarray. Though a small victory, this will lead to a much larger one$B$BThe Sign of the Earth is now in our possession, and we can open the black drakes\' prison in Lethlor. We shall free them from endless imprisonment, albeit to their doom!','Tho\'grun\'s betrayal... is there any wonder why the ogres are part of the Horde no longer? I will be glad to see him dead, and the Sign of the Earth returned.$B$BIf you\'ve not dispatched him yet, then waste no time going to Camp Boff. It is to the southeast of Kargath.','','','','','',4640,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(783,4044,9,0,8,1,1,0,1101,0,0,0,0,0,0,0,0,7,0,0,'A Threat Within','I hope you strapped your belt on tight, young $c, because there is work to do here in Northshire.$B$BAnd I don\'t mean farming.$B$BThe Stormwind guards are hard pressed to keep the peace here, with so many of us in distant lands and so many threats pressing close. And so we\'re enlisting the aid of anyone willing to defend their home. And their alliance.$B$BIf you\'re here to answer the call, then speak with my superior, Marshal McBride. He\'s inside the abbey behind me.','Speak with Marshal McBride.','Ah, good. Another volunteer. We\'re getting a lot of you these days.$B$BI hope it\'s enough.$B$BThe human lands are threatened from without, and so many of our forces have been marshaled abroad. This, in turn, leaves room for corrupt and lawless groups to thrive within our borders.$B$BIt is a many-fronted battle we wage, $N. Gird yourself for a long campaign.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(784,4044,14,0,8,3,7,0,690,0,0,0,0,0,0,0,0,825,0,0,'Vanquish the Betrayers','Led by Admiral Proudmoore, the humans of Kul Tiras encroached on Durotar, violating the Warchief\'s pact made with Jaina Proudmoore in order to defeat Archimonde years ago.$b$bThe human aggression was repelled and Tiragarde Keep fell. But recently, the Admiral\'s reserves, led by Lieutenant Benedict, have retaken the keep and once again pose a threat to our homeland. These humans show no respect for diplomacy.$b$bProve your honor and travel south to Tiragarde Keep to eliminate the human invaders.','Kill 10 Kul Tiras Sailors, 8 Kul Tiras Marines and Lieutenant Benedict and return to Gar\'Thok in Razor Hill.','Word of your bravery travels fast, $C. Tales of your victory at Tiragarde Keep will be heralded in Orgrimmar.','You have your orders, $N. The safety of Durotar is in question. Complete the task before you or hang your head in shame.$B$BShow your honor and defeat the humans of Tiragarde Keep.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3128,3129,3192,0,10,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(785,5875,14,0,8,5,8,0,0,0,0,0,0,0,0,0,0,786,0,0,'A Strategic Alliance','Thrall is a most wise and noble leader. His tenacity on the battlefield is matched only by his diplomatic tact.$b$bThe Darkspear Trolls have proven to be invaluable allies to orckind. Out of loyalty and honor we have sworn a pact of protection with them.$b$bThe Warchief has sent orders to make sure our Darkspear friends in Sen\'jin Village are not under any direct threat. One of their most trusted scouts, Lar Prowltusk is keeping a close watch on their western flank.$b$bSeek out Lar and assist as needed.','Seek out Lar Prowltusk on the western flank of Sen\'jin Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(786,4044,14,0,8,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Thwarting Kolkar Aggression','Lower your voice, $c. The Kolkar centaurs lie just over the ridge to the west in Kolkar Crag.$b$bLast night while they were raiding, I snuck into their village and discovered that the dirty beasts have a three-tiered attack planned on the trolls and orcs of Durotar.$b$bWe mustn\'t let their invasion come to fruition. Perhaps you can muster the might needed to infiltrate Kolkar Crag and destroy their attack plans.$b$bLast I saw, they had divided them up amongst three of their leaders.','Lar Prowltusk outside of Sen\'jin Village wants you to destroy the 3 sets of Attack Plans held within Kolkar Crag.','The Horde would surely prevail if the Kolkar centaurs were to attack. But by preventing such an attack, we have spared our mighty warriors unnecessary bloodshed.$B$BAnd as sure as there is sand in the Tanaris desert, we know that there will be blood spilled before these trying times are through.$B$BYou have served your people well, $c.','The centaurs have proven to be a consistent nuisance to the Horde. Their intentions to lay siege to our homeland cannot be tolerated.','','Attack Plan: Valley of Trials destroyed','Attack Plan: Sen\'jin Village destroyed','Attack Plan: Orgrimmar destroyed','',0,0,0,0,0,0,0,0,0,0,0,0,-3189,-3190,-3192,0,1,1,1,0,0,0,0,0,0,0,0,0,4933,6062,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',785,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,5),(787,5875,363,0,8,1,1,0,0,0,0,0,0,0,0,0,0,788,0,0,'The New Horde','Throm\'ka, $c. I am Eitrigg, charged by Thrall to oversee the training of recruits.$b$bThe Horde has changed from what it once was. There was a time where I left the Horde, disillusioned by the growing influence of the power-hungry pawns of the Burning Legion. During my exile, I was taken prisoner by a group of humans, but was rescued by the Warchief. Hearing his vision of the Horde free of demonic influence, guided by the shamans, I returned.$b$bGornek will have further instructions for you.','Report to Gornek in the Den.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(788,4044,363,0,8,1,2,0,690,0,0,0,0,0,0,0,0,0,0,0,'Cutting Teeth','The first order of business will be to put a little strength in your backbone. I could send you out to the Barrens to hunt kodo, but well, in all honesty, you\'re more useful to us alive than dead.$b$bI believe you would find a good match with the mottled boars you\'ll find to the north of here.','Kill 8 Mottled Boars then return to Gornek at the Den.','Hmmm, not bad, $n. But don\'t let it get to your head...you\'ll fight tougher than boars in your career.$b$bNonetheless, you\'ve proven yourself well, and your next trial will be against a considerably more dangerous opponent, so you\'ll need some extra protection.','I hope you haven\'t returned to try and convince me that you have completed your task, $n? No, of course not. I would think better of you.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3098,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,4915,4914,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',4641,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,11,0,0,0,2000,0,0,0,0,0,0,6),(789,4044,363,0,8,1,3,0,690,0,0,0,0,0,0,0,0,0,0,0,'Sting of the Scorpid','Powerful warrior and awkward novice alike have fallen to the venomous sting of the scorpid. You will find large numbers of scorpids northwest of here. Bring me eight of their tails as proof of your prowess in battle.$b$bThe antidote for their sting is actually made from venom extracted from their stingers. We keep large quantities of antidote for scorpid venom on hand to heal young bloods just like you...$b$bBut I\'m sure you won\'t be needing any of that, will you?','Get 8 Scorpid Worker Tails for Gornek in the Den.','There is an important lesson that you must take away from fighting scorpids. The smallest or largest of opponents can still send you to your doom. In fierce combat, any number of things can prove your downfall.$b$bI have no more to teach you, $N. You have done well, and I will watch your progress with interest.','The carapace of a scorpid isn\'t so thick that the strength of a determined warrior will be deterred. Strike strongly and without doubt, and the scorpids should prove easy prey.','','','','','',4862,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4919,4920,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(790,4044,363,0,8,1,5,0,690,0,0,0,0,0,0,0,0,804,0,0,'Sarkoth','$C! I thought I would die out here with none to know of it. While I was hunting the scorpids of the Valley, I came across a particularly vicious-looking one. Hurling myself at it, I managed to inflict a massive blow to its claw before it closed around my leg.$b$bI wasn\'t ready for its stinger though, and it sliced down and into my chest, cutting into my flesh and letting my blood. Please, you must kill the scorpid for me! My honor must be upheld! I fought it up on the plateau to the south.','Kill Sarkoth and bring his claw back to Hana\'zua.','My blow was not enough to kill him, but looking at the damage I inflicted gives me some small measure of pride. That small measure will be all I have to sustain myself if I die, and in that light, the short list of my life\'s accomplishments fills me with anger.','Ahhh... my father always said I would never amount to much, and here, lying beneath a tree as life seeps away, I\'m afraid it looks like he was right.$b$bAt least I wish to die knowing that my last enemy in life lays dead.','','','','','',4905,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,5),(791,4044,14,0,8,4,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'Carry Your Weight','Age has rendered me useless in battle. Now I make myself useful in other ways.$b$bFrom this vantage point I watch for invaders. As our strength here grows, I find myself blowing the signal horn less and less.$b$bTo pass the time I fashion goods to help younger, more able warriors defend our homeland.$b$bFor you, I can fashion you a bag for your belongings. If such an item would be of use to you, bring me some canvas, a material common to the humans and centaurs.','Furl Scornbrow in the Razor Hill watchtower wants 8 Canvas Scraps.','Most excellent, $N. Any good $C will surely find a use for this bag on the battlefield.$b$bI salute your vigor and willingness to die in the name of the Horde!','I fought proudly alongside the Warchief when these lands were pioneered. The scars of battle mark my skin.$b$bThe honor of the Horde has been upheld with the help of my axe and battlecry during the defeat of Archimonde, when the unholy alliance was made with the humans and elves, wrought from necessity.$b$bBut my position as watchman and provider has given me a new sense of worth.','','','','','',4870,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11845,0,0,0,1,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(792,4044,363,0,8,2,4,0,130,0,0,0,0,0,0,0,0,794,0,0,'Vile Familiars','I trust the Valley of Trials will teach you much, young $c.$B$BI was sent to the Valley to guide you, but I have discovered a growing taint here...$B$BA group that calls itself the Burning Blade has a coven here in the Valley of Trials. They are skulking in a cave to the northeast, and their Vile Familiars have spilled from its mouth to cause havoc.$B$BAs your first task against the Burning Blade, I bid you, defeat these familiars. Slay many and, if you survive, return to me.','Kill 8 Vile Familiars.$B$BReturn to Zureetha Fargaze outside the Den.','You have done well, $N.$b$bAlthough the Vile Familiars were merely pets of the darker powers within the Burning Blade, your success against them foretells greater deeds ahead.','To prove yourself against the Burning Blade, you must first defeat its Vile Familiars. Return to me when you have done this.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3101,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,4924,4925,4923,5778,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,7),(793,4044,3,0,0,40,50,0,690,0,0,0,0,0,0,0,0,0,4640,1,'Broken Alliances','The Seal of the Earth is held by three runestones, held in the Pillars of Diamond, Opal, and Amethyst in Lethlor Ravine. Using the Sign of the Earth, you will be able to remove the runestones and unlock the Seal of the Earth.$b$bBe wary though, $n, the black drakes Blacklash and Hematus are not to be trifled with. See them dead and return their bindings to me.$B$BTo reach the ravine, travel to the far eastern part of the Badlands. Be careful though, for the ravine is home to countless drakes.','Use the Sign of the Earth to activate the Pillars of Diamond, Opal, and Amethyst and obtain the Runestones.$b$bPlace the runestones in the Seal of the Earth to free Blacklash and Hematus.$b$bSlay them and return Blacklash\'s Bindings, the Chains of Hematus, and the Sign of the Earth to Gorn.','The black dragonflight continues to ally with the renegade Blackrock orcs, and both must be brought into line, or removed. With Blacklash and Hematus dead, we can turn our attentions westwards, towards Blackrock Spire.','There are few enemies more deadly than dragonkind, and there were few dragons that fought as ferociously as Blacklash and Hematus.','','','','','',4615,4645,4640,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11193,11194,11195,11196,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',782,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(794,4044,363,0,8,1,5,0,130,0,0,0,0,0,0,0,0,805,0,0,'Burning Blade Medallion','Through my divinations, I see that an item of power hides deep within the Burning Blade Coven, guarded by beasts and black magic.$B$BIt is called the Burning Blade Medallion, and your next task is to find it and remove it from the coven.$B$BBut be wary, for the medallion may be possessed by an agent of the Burning Blade, and if so then the agent\'s power would be greater than the familiars you have already encountered.$B$BGo, $N. You will find the coven in a cave, to the north and west.','Bring the Burning Blade Medallion to Zureetha Fargaze, outside The Den.','You retrieved it! Well done!$b$bYour efforts within the Burning Blade Coven are key in rooting out this cult in the Valley of Trials. But I fear they have further aims in our land.$b$bWe have not seen the end of them.','Is your task complete, $N? Do you have the Burning Blade Medallion?','','','','','',4859,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4921,4922,6713,0,0,0,1,1,1,0,0,0,118,0,0,0,1,0,0,0,76,530,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',792,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,7),(795,4044,3,0,8,40,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'Seal of the Earth','','','As you place the Runestones into the matching recesses, a violent rumbling shakes the earth as the Seal is broken.','The Seal of the Earth lies here, with three recessed alcoves for the Amethyst Runestone, the Opal Runestone, and the Diamond Runestone.','','','','','',4845,4844,4843,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(796,5875,33,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(797,5875,33,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(798,5875,33,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(799,5875,33,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(800,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(801,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(802,5875,1637,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(803,5875,1637,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(804,4044,363,0,0,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,'Sarkoth','Seeing the deed you have done for me steels my heart. I cannot fall so easily! I must endure!$b$bBut it remains that I cannot make the trek back to the Den unassisted. Please, $n, return to the Den and tell Gornek of my situation. Perhaps he can help me.','Bring the news of Hana\'zua\'s plight to Gornek at the Den.','From your description of the beast, I believe you must be speaking of Sarkoth! It is no wonder that Hana\'zua was overtaken by it. Aid will be dispatched to him immediately, trouble yourself no more with Hana\'zua\'s plight.$b$bHowever, I must say, I am most impressed to hear that you brought Sarkoth to death. It is a feat to be proud of, $N. And that you would fight for a stranger\'s honor, while other tasks occupied your time, your own honor is heightened.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4916,4917,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',790,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(805,4044,363,0,8,1,5,0,130,0,0,0,0,0,0,0,0,0,0,0,'Report to Sen\'jin Village','Your trials against the Burning Blade are finished... here in the Valley. But I want you to report your findings.$B$BGo to the troll village of Sen\'jin and seek out Master Gadrin. Sen\'jin Village is east out of the valley, then right at the fork.$B$BTell Gadrin of the Burning Blade, and that they have reached the Valley of Trials. Discover from him if they have yet reached Sen\'jin.$B$BGo, $N, and be swift. I fear the evil found in the Burning Blade Coven is but the herald of a larger threat...','Speak with Master Gadrin in Sen\'jin Village.','Hm... your report comes at a bad time. The Burning Blade is not seen here in Sen\'jin, but their evil has taken seed off the coast, on the Echo Isles.$b$bThe orcs are friends of the Darkspear Trolls. Honorable friends. We want to help the orcs, but... we need help too.$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',794,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(806,4044,14,0,8,4,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dark Storms','We cannot allow the Burning Blade a foothold in Durotar! We must destroy them before their evil festers!$B$BI have undergone my own investigations and found that a Burning Blade warlock, the goblin Fizzle Darkstorm, has camped within Thunder Ridge to the northwest. There he and his cultist minions spread chaos.$B$BFind and defeat Fizzle, and bring me his dead claw!','Bring Fizzle\'s Claw to Orgnil Soulscar in Razor Hill.','Aha! You got him!$b$bYou do your clan proud, $N. And because of you, Durotar is free of one more agent of evil.','Did you find Fizzle, $N? He, and and rest of the Burning Blade, must be scoured from our lands!','','','','','',4869,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4942,0,0,0,1,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',823,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(807,5875,14,0,8,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'','My scouts report that some of the Durotar wildlife have become infected with a demonic taint. They were seen to the north and west.$B$BThey wander among their brethren as normal beasts, but evil powers flow through them, and burning within each one is a heart scorched by black magic.$B$BThese beasts must be destroyed!$B$BIf you find such an animal while you explore Durotar, kill it and collect its Scorched Heart. Bring the hearts to me and I will have them studied, then destroyed.','Bring 5 Scorched Hearts to Orgnil Soulscar in Razor Hill.','','','','','','','',4868,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(808,4044,14,0,8,4,9,0,690,0,0,0,0,0,0,0,0,0,0,0,'Minshina\'s Skull','I hear the voice of my brother, Minshina, calling to me in my dreams.$B$BHe was taken by Zalazane, the warlock on the Echo Isles to the east. And he is dead.$B$BBut death is not freedom for my brother. Minshina\'s spirit was trapped within his own skull by Zalazane\'s magics. In my dreams I see it with other skulls, in a circle of power on the largest Echo Isle. As long as it remains there my brother\'s soul is doomed.$B$BPlease, $N. Find the circle and retrieve Minshina\'s skull. Bring it to me.$B$BFree him!','Retrieve Minshina\'s skull from the circle of power on the Echo Isles.$B$BBring it to Master Gadrin in Sen\'jin Village.','Thank you, $N. You have saved Minshina. You have saved my brother\'s spirit from slavery!','Do you have my brother\'s skull, $N? Is he finally free?','','','','','',4864,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4945,0,0,0,1,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(809,4044,14,0,8,4,13,0,690,0,0,0,0,0,0,0,0,924,0,0,'Ak\'Zeloth','Since the last great war when the Burning Legion was defeated, I have searched for sources of demonic corruption in orc society. The collar you brought me confirms my fears.$B$BIt belongs to the Burning Blade, a cult that rallies around an item of demonic power. It is called the Demon Seed, and it resides in the Barrens atop Dreadmist Peak. It must be destroyed!$B$BGo to Far Watch Post, on the border of the Barrens to the west, and speak with my assistant, Ak\'Zeloth. He will direct you further.','Speak with Ak\'Zeloth in the Barrens.','Neeru wants the Demon Seed destroyed, does he? Strange...$b$bVery well. If he wishes the seed gone, then I will tell you how to remove it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',829,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(810,5875,14,0,8,4,5,0,0,0,0,0,0,0,0,0,0,811,0,0,'','You would do well to learn how dangerous this land can be, $c.$B$BThe wildlife here can teach us such things... if we are wise and observant.$B$BThe scorpids are a perfect example of survival in Durotar. If you are to survive, it would be wise to take on some of their characteristics as your own. Their hardened carapaces can protect you from the harshness of the sun, or even a deadly weapon.$B$BBring me 6 Small Scorpid Carapaces from the Clattering Scorpids, $N, and I shall see about rewarding you justly.','Bring 6 Small Scorpid Carapaces to Kor\'ghan in Sen\'jin Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(811,5875,14,0,8,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'','One of the other traits of the scorpids is their fierce loyalty. They will protect one another if they are in danger--you\'ve probably already seen this behavior in your first scorpid hunt.$B$BYou would do well to heed that lesson and adapt it for yourself: we are stronger as one; we are weak when we are divided into many.$B$BBring me 8 Large Scorpid Carapaces from the Armored Scorpids and I shall reward you for learning this wisdom.','Bring 8 Large Scorpid Carapaces to Kor\'ghan in Sen\'jin Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'0',810,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(812,4044,14,0,0,7,9,0,690,0,0,0,0,0,2700000,0,0,0,0,0,'Need for a Cure','$N... your timing is perfect. I just hope I can compliment your haste as well.$B$BI was careless while fighting a few of the venomtails nearby, and one of them stung me deeply. I can feel its poison weakening me even as we speak. At this rate, I got maybe an hour left to live. But I\'ll need your help if I\'m to do so...$B$BKor\'ghan in Orgrimmar knows how to make the antidote. Find him... and hurry, $N. I won\'t be able to last much longer. He should be in the Cleft of Shadow.','Find Kor\'ghan in Orgrimmar and get the Venomtail Antidote. Then bring the antidote to Rhinag near the northwestern border of Durotar.','$N, you\'ve saved my life. Thank you.$B$BPlease take this; I hope it can at least help you in your travels, if not bring you some coin. From what you say, I won\'t be usin\' it anytime soon. Kor\'ghan is gonna march me through more of his rituals until I prove myself. More killin\' boars, more gatherin\' scorpid tails... ','I\'m almost glad I can\'t return to Sen\'jin as I am now. My weakness and stupidity would surely be mocked.','','','','','',4904,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4937,4929,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(813,4044,14,0,8,7,9,0,690,0,0,0,0,0,0,0,0,0,0,0,'Finding the Antidote','Venomtails are some of the deadliest scorpids in Durotar. It was unwise for Rhinag to hunt them without having some of the antidote with him, but right now, chastising is the last thing he needs.$B$BBring me a few venomtail poison sacs from any of the venomtails near the entrance of Orgrimmar and I\'ll make an antidote for him.$B$BMake haste, $N. One of our own needs your help.','Bring 4 Venomtail Poison Sacs to Kor\'ghan in Orgrimmar.','Here is the antidote, $N. Take it to Rhinag as soon as you can, and be cautious.','Remember, no matter what creature you hunt, you would do well to study it and understand its behavior. That knowledge could save your life.','','','','','',4886,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4904,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',812,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(814,5875,14,0,8,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Cook and clean--that\'s all I do!$B$BYou want to eat, you get me some more meat! I don\'t have all day to hunt and prepare food for all these louses. You got to learn to pull your own weight around here if you wanna be treated equal.$B$BGet me some Chunks of Boar Meat if you want to make yourself useful... or you don\'t want to starve to death.','Bring 10 Chunks of Boar Meat to Cook Torka in Razor Hill.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(815,4044,14,0,8,6,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Break a Few Eggs','Bah! I almost forgot I need to get breakfast ready.$B$B$N, get yourself movin\' and get me some taillasher eggs. I\'ll need at least three of them if I\'m going to have enough for tomorrow\'s meal.$B$BThe Bloodtalon taillashers can be fierce, and protect their eggs to the death more often than not. They sometimes bury their eggs too deep in the earth to uncover safely, but if you head to the Echo Isles to the southeast of Sen\'jin Village, you can usually find them all over those islands.','Bring 3 Taillasher Eggs to Cook Torka in Razor Hill.','You might be weak, but at least you\'re not clumsy, $N.$b$bHere, take this and get outta my way. I\'ve got cooking to do.','Breakfast, lunch, dinner! Who cares which meal it is? It still has to be cooked by someone--namely me!','','','','','',4890,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4540,117,0,0,5,5,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(816,4044,14,0,8,8,11,0,690,0,0,0,0,0,0,0,0,0,0,0,'Lost But Not Forgotten','$N, please, can you help me? My son Kron went hunting days ago, and he still hasn\'t returned. He went west towards the Barrens to hunt crocolisks along Southfury River. I fear the worst.$B$BAs strong as he was, his stubborn pride has always drawn him into trouble. I warned him that the crocolisks were powerful and vicious. He grew angry and stormed off.$B$BIf you can\'t find him, at least bring me a sign of his fate... even if you have to open up the stomach of every crocolisk along the Southfury\'s banks.','Bring a sign of Kron\'s fate to Misha Tor\'kren at the farmstead northwest of Razor Hill.','Oh, my son... my beautiful son.$b$bUncertain of my son\'s fate, I have tormented myself since he left. Now that I know what\'s happened, perhaps I can finally begin to mourn.$b$bThank you, $N. Please take this. I was going to give it to Kron as a gift when he returned successful. Now that I know he is dead, I cannot bear to look at it.','I pray that Kron will return to me, but I\'m almost certain I know his fate already.','','','','','',4891,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4944,0,0,0,1,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(817,4044,14,0,8,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Practical Prey','Many of the hides we use come from Durotar tigers, $N. Blankets, armor, tents: there are a great many reasons we hunt the beasts, and many reasons we let them thrive at the same time.$B$BThe time has come for us to cull the flock, so to speak. Our numbers grow, and our needs are beginning to overwhelm our stocks. I need more hides if I\'m to prepare suitable goods for our people.$B$BBring me 4 Durotar tiger furs, and I shall reward you. You can find them on the islands south of here.','Bring 4 Durotar Tiger Furs to Vel\'rin Fang in Sen\'jin Village.','I am pleased, $N. Because of your help, our people will be protected, and not go cold as the seasons change.$b$bThank you.','I remember my first tiger hunt, $N. I chose to hunt on the largest of the Echo Isles, and I sat perfectly still in the shadows of its foliage for almost a full day... watching... waiting.$b$bMy muscles were taut, and I was ready to strike. It was one of my greatest victories when that tiger finally took the bait.','','','','','',4892,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(818,4044,14,0,8,5,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Solvent Spirit','Although my eyes fail me, I still can see clearly enough. More often I must rely on my alchemical skills to aid me in magics that once came easily. But I refuse to take on an apprentice--no troll or orc worthy enough has ever come forward.$B$BAre you worthy? Yes, of course you are... of course you think you are.$B$BI need a few things. Will you get them for me?$B$BI need intact makrura eyes, and vials of crawler mucus. You can find them on any makrura or crawler in Durotar. We shall speak again soon.','Bring 4 Intact Makrura Eyes and 8 vials of Crawler Mucus to Master Vornal in Sen\'jin Village.','Well done, young one... well done indeed.','Time is the true test of your strength and will. Lose patience or give in to weakness, and your true self will be shown.','','','','','',4887,4888,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4941,0,0,0,10,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(819,4044,17,0,0,11,15,0,690,0,0,0,0,0,0,0,0,821,4926,1,'Chen\'s Empty Keg','A small placard on one of the ends of the keg says,$B$B\"Chen Stormstout-$B$BMay your spirit be raised and always raise your spirits.\"','Find someone who knows about Chen\'s Empty Keg.','Well, I\'ll be...$B$BThis was one of Chen Stormstout\'s kegs. He traveled with Rexxar a long time ago. I haven\'t seen or heard about him in a kodo\'s age. I appreciate you bringing this to me, $N.','Yes?','','','','','',4926,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(820,5875,14,0,8,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Truly a spirit of strength resides in your body--or maybe it was only luck, yes?$B$BThat is what the young rely on these days: luck... and the generosity of those more powerful than they. Not many take the time to find their own path. It\'s always begging for help... always the reward, and never the quest. I\'m sure you\'ll be the same.$B$BBut there is hope. I need one other thing for my potion, $N: 8 shimmerweed herbs. They can be found in Thunder Ridge to the northwest of Razor Hill.','Bring 8 Shimmerweed to Master Vornal in Sen\'jin Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(821,4044,17,0,8,11,15,0,690,0,0,0,0,0,0,0,0,822,0,0,'Chen\'s Empty Keg','Would you like a taste of Chen\'s namesake? Ahh, the stormstout is a mighty brew. Chen taught the recipe to my mentor, and my mentor passed it on to me. I\'ll need you to get me a few things, but I can tell you this: the kick is worth it.$B$BBring me 5 savannah lion tusks from any savannah lion, 5 plainstrider kidneys from any plainstrider, and 1 thunder lizard horn from any species of thunder lizard. That should do the trick nicely.$B$BYou can find these ingredients throughout the Barrens.','Bring 5 Savannah Lion Tusks, 5 Plainstrider Kidneys, and 1 Thunder Lizard Horn to Brewmaster Drohn in Ratchet.','Haha... I never thought I\'d make more of this stuff ever again.$B$BYou\'ve stirred in me a great sense of nostalgia, $N. Kind of reminds me of the last time I blacked out from too much trogg ale. Thank you. The memories warm my stomach.','How\'s the search going?','','','','','',4893,4894,4895,0,0,0,5,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4952,0,0,0,5,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',819,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(822,4044,17,0,264,11,24,0,690,0,0,0,0,0,0,0,0,0,0,0,'Chen\'s Empty Keg','Good stuff, that stormstout, huh?$B$BI have another recipe that I learned from Chen. Would you be interested? It won\'t take long to make, and it might be useful if you plan on adventuring some more.$B$BBring me 5 lightning glands from any stormhide, 1 thunderhawk saliva gland from greater thunderhawks, and a kodo liver from any of the Barrens\' kodos.$B$BLike I said, this stuff has kick; it\'s the trogg ale that I mentioned to you before.','Bring 5 Lightning Glands, 1 Thunderhawk Saliva Gland and 1 Kodo Liver to Brewmaster Drohn in Ratchet.','Haha! I knew you couldn\'t resist some of this brew. Come back again anytime you want some more, $N. Just bring me more of the ingredients I had you collect.','You working hard at finding those ingredients, $N?','','','','','',4898,4897,4896,0,0,0,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4953,0,0,0,5,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(823,4044,14,0,8,4,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'Report to Orgnil','We at Sen\'jin Village are not without our own troubles, and we thank you for your aid. But the news you bring regarding the Burning Blade could be trouble for everyone.$B$BThere is an orc stationed at Razor Hill, Orgnil Soulscar, who polices Durotar from evils such as the Burning Blade! Go to Orgnil and tell him of our plight, as well as your news from the Valley of Trials. He will want to know these things.$B$BRazor Hill lies to the north.','Speak with Orgnil Soulscar in Razor Hill.','Yes? You have something to report? Well then, let\'s have it!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',805,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(824,4044,331,0,0,23,27,0,690,0,0,0,0,0,0,0,0,0,16408,1,'Je\'neu of the Earthen Ring','The Earthen Ring is a shamanistic group dedicated to studying and preserving the elements. They have forgotten more about crazy old gods, ancient legends and lore than most scholars will ever know.$B$BLucky for you, I know someone in the Earthen Ring here in Ashenvale. Head over to Zoram\'gar Outpost on the coast of the Zoram Strand; show Je\'neu Sancrea what you found. If anyone can figure out that globe\'s significance, it\'d be him.','Bring the Befouled Water Globe to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','This globe... it is most disturbing. Many of the more powerful elementals receive their power and energy through such devices. To find one like this nearly intact is one thing - to find it so tainted is another.$b$bI will see that this globe is studied properly by the Earthen Ring. Perhaps we can bring an end to this corruption of the elements. Please - accept this as a fair exchange for bringing this globe to the attention of the Earthen Ring.','Ah, hello there. I spend a great deal of time studying the water - all the elements really - so much so that sometimes I don\'t even notice people around me.$b$bIs there something I can help you with?','','','','','',16408,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16659,16660,16661,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',1918,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(825,4044,14,0,8,3,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'From The Wreckage....','One of my most observant scouts brings back word that the wreckage of Proudmoore\'s fleet still remains off the coast of Durotar, just east of Tiragarde Keep.$b$bIt is no secret that the humans, in alliance with those foul little creatures known as gnomes, have an advanced knowledge of mechanics. We must have a complete understanding of all our potential enemies. And our people will benefit from this new knowledge as well.$b$bSwim through the wreckage, $n, and retrieve for me the tools of the Alliance.','Gar\'Thok of Razor Hill wants you to retrieve 3 Gnomish Tools from the wreckage off the coast.','Your recovery mission was a success, $C. I will see to it that these tools get to Orgrimmar with the next caravan.$b$bNicely done.','Once we learn how the humans operate their strange machinery, we will stand a greater chance of defeating them in future battles.$b$bWith our new gained knowledge, the Horde only stands to grow in strength.','','','','','',4863,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4936,4928,4935,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',784,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(826,4044,14,0,8,4,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Zalazane','The witchdoctor Zalazane dwells on the Echo Isles to the east. They are the isles we once called home.$B$BFrom there he sends his trolls to the mainland, to hex our people and drag more of them under his sway.$B$BHe must be stopped.$B$BDefeat Zalazane and his minions -- former Darkspear trolls, now lost to us. Bring me his head and I will know his reign of evil is over.','Defeat Zalazane.$B$BKill 8 Voodoo Trolls and 8 Hexed Trolls.$B$BBring Zalazane\'s Head to Gadrin.','With Zalazane gone, our tribe can again sleep in peace.$b$bThank you, $N. The Darkspear tribe owes you much. If you suffer from an ailment, visit my assistant Bom\'bay, behind me. His voodoo is strong...','Is Zalazane defeated, $N?','','','','','',4866,0,0,0,0,0,1,0,0,0,0,0,3207,3206,0,0,8,8,0,0,0,0,0,0,0,0,0,0,4946,4940,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(827,4044,14,0,8,4,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'Skull Rock','$N. The Burning Blade has infested the cave east of Orgrimmar known as Skull Rock. Inside that cave they perform vile rituals, and burn their own flesh with Searing Collars.$B$BBy wearing these collars, I believe the cultists attune themselves to demonic power. But to confirm this, I must have a collection of the collars to study.$B$BGo to Skull Rock and gather Searing Collars from the cultists you find there. Bring them to me, and I will uncover their secrets.','Gather Searing Collars from the cultists in Skull Rock.$B$BBring them to Margoz at his camp.','Good. Hiding within these collars is the secret behind the Burning Blade. And I will uncover that secret...','Have you yet entered Skull Rock, $N? Do you have the Searing Collars?','','','','','',4871,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4947,4939,4948,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',828,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(828,4044,14,0,8,4,12,0,690,0,0,0,0,0,0,0,0,827,0,0,'Margoz','One of our Shamans, Margoz, knows more of the Burning Blade\'s corruption. He speaks of a cave called Skull Rock in the mountains - just outside Orgrimmar! - that shelters a large band of Burning Blade cultists.$B$BBefore you go to Skull Rock speak with Margoz. He is wise and his council is valued.$B$BHe is camped to the northeast, between the coast and Drygulch Ravine.$B$BFollow his advice, but whatever Margoz says, $N, I still want you to crush those cultists!','Speak with Margoz.','Welcome, $N. Word reached me of your coming, and of your exploits in Durotar.$b$bYou are a $C of growing skill and renown.$b$bStay on the pure path, and your future will be great indeed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',806,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(829,4044,14,0,0,4,12,0,690,0,0,0,0,0,0,0,0,809,6658,1,'Neeru Fireblade','The Searing Collars you brought me are powerful, demonic implements. Divining their origin is, I\'m afraid, beyond my skills as a shaman. We will need a warlock to study them.$B$BTake a searing collar to Neeru Fireblade. Although he is a skilled warlock, he professes to use his powers to thwart demons, and claims his research in the occult is benign. Be that true or false, we may need his aid against the demonic cult in Durotar.$B$BYou may find Neeru in Orgrimmar in the Cleft of Shadow.','Bring an Example Collar to Neeru Fireblade in Orgrimmar.','Ah, and where did you get this? Good Margoz in Razor Hill sent you to me, did he?$b$bWell, let me take a closer look...','My most humble greetings, $C. How might I help my $R brother today?','','','','','',6658,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',827,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(830,4044,14,0,0,1,7,0,690,0,0,0,0,0,0,0,0,831,4883,1,'The Admiral\'s Orders','You open the aged and weathered envelope and discover an official looking document. You recognize the seal of Admiral Proudmoore.$b$bThis looks important. Perhaps Gar\'Thok, the commander of Razor Hill, would be interested in having this information.','Take Admiral Proudmoore\'s Orders to Gar\'Thok in Razor Hill.','This does not bode well at all. You were wise to bring this information to my attention.','There is a look of concern on your face, $C. What have you there?','','','','','',4883,4881,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(831,4044,14,0,0,1,7,0,690,0,0,0,0,0,0,0,0,0,4883,1,'The Admiral\'s Orders','Humans cannot be trusted. We fought alongside them with a weary heart, knowing they would betray us one day.$b$bAdmiral Proudmoore\'s death was not enough to stop his legacy of deceit. The human scum had his plans well laid out before he ever met his demise.$b$bHis reign won\'t even die with Benedict it seems. Who knows how long it will be before the next waves of Proudmoore\'s men land upon our shores.$b$bWe need to get these orders to Vol\'jin in Orgrimmar immediately! He can be found in Thrall\'s chamber.','Deliver Admiral Proudmoore\'s Orders to Vol\'jin in Thrall\'s chamber in Orgrimmar.','Countless times I urged the Warchief not to trust the humans, but personal pride is not what is at stake here.$b$bYou have served the Horde honorably, young $C.$b$bNow excuse me, I must counsel Thrall on these matters at once....','Can you not see that I am busy? This had better be pressing....','','','','','',4883,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',830,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(832,4044,14,0,0,4,12,0,690,0,0,0,0,0,0,0,0,0,4903,1,'Burning Shadows','$B$BGazz\'uz?$B$BGazz\'uz...report!$B$BThere is word of your discovery in Skull Rock. You must prepare for an attack!$B$BGazz\'uz, I order you to speak! Speak or I will make sure Neeru Fireblade knows of your presence, and he will descend on you with swift brutality.$B$BDo not test your skills against Neeru...$B$B...Gazz\'uz, are you there...?','Take this eye to Neeru Fireblade in Orgrimmar.','$b$bIntriguing. The voice you heard mentioned my name? I am known for hunting down enemies of our Warchief, but...it is strange that I was singled out. Stranger still that the Burning Blade cultists from whom you recovered this pendant have a name so close to my own.$b$bI must study this pendant. I must study and, and must ponder the meaning of its message.$b$bThank you for bringing this to my attention, $N. You have done your people a great service.','You have something vital to report. I can sense it behind your eyes.','','','','','',4903,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(833,4044,215,0,8,7,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Sacred Burial','Only the most valiant tauren are laid to rest at Red Rocks, our sacred burial ground. It is an honor bestowed upon the great warriors who helped found and defend Thunder Bluff and those who have given their lives for the greater good of their tribes and chieftains.$b$bBut it appears a foul menace has made its way onto our holy land. A band of Bristleback Interlopers is ravaging the grave site and I am too old and past my prime to drive them away.$b$bThey must be driven off with force, $n.','Lorekeeper Raintotem wants you to kill 8 Bristleback Interlopers at Red Rocks.','Well done. You have sent those foul Bristlebacks a clear message. They will think twice before attempting to meddle in this holy spot again.','The Bristleback Interlopers must be driven away from our sacred burial ground, $n.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3232,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,2000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,4),(834,4044,14,0,8,7,9,0,690,0,0,0,0,0,0,0,0,835,0,0,'Winds in the Desert','I\'m Rezlak, one of Gazlowe\'s boys. Boss sent me to help the orcs here in Durotar. Things\'d been going good except for the caravans. Can\'t manage to keep them safe! Makes my job a little harder, you know?$b$bThe last shipment--they promised it\'d get through!--was snatched by the Dustwind harpies of...where was it...Razorwind Canyon?$b$bI gotta have those supplies or I\'ll never get anything done! Follow the big canyon to the south, you\'ll find the ravine cut right into the west and east sides of the walls.','Retrieve 5 Sacks of Supplies and return them to Rezlak near Orgrimmar.','Hey, now isn\'t that just the thing! You\'ve got our supplies back for us. That\'s great. I\'ll be able to get back to work just as soon as I can find someone to haul these sacks for me.','I\'m great at what I do, don\'t get me wrong, but this is ridiculous! What am I supposed to do, build sand castles?','','','','','',4918,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,470,0,0,0,250,250,250,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(835,4044,14,0,8,7,11,0,690,0,0,0,0,0,0,0,0,0,0,0,'Securing the Lines','Gazlowe told me once, \"Rezlak. There\'s one thing you need to know in life, and that\'s if you want something done well, do it yourself.\"$b$bI can\'t deal with losing all our caravans, so I\'m just going to take matters into my own hands. Drygulch Ravine lies through the eastern part of Razorwind Canyon. If we kill all the harpies there, the routes will be safe.$b$bOf course, there was one other thing that Gazlowe taught me, and that\'s \"You can get anything done for a price.\" So, going to help me out, $n?','Kill 12 Dustwind Savages and 8 Dustwind Storm Witches for Rezlak near Drygulch Ravine.','I think I can breathe easy now, knowing that the harpies won\'t be bothering our supply caravans anymore. And not one moment too soon, either. I hear I\'m being sent some fun little toys with the next shipment!$B$BYou\'re pretty good at what you do, $N, you ought to track down my boss in Ratchet. I\'ll bet he could find some work for you.$B$BOh, and don\'t worry, I wouldn\'t forget to pay you for the service you provided me.','You wouldn\'t think it from a guy like my boss Gazlowe, but he always seemed to know the score. \"Don\'t be afraid to take that big step,\" he said.$B$BHarpies won\'t stop bothering us and the caravans won\'t stop being attacked unless we do something about it, eh?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3117,3118,0,0,12,8,0,0,0,0,0,0,0,0,0,0,4932,4931,4938,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,530,470,0,0,0,250,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',834,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(836,4044,47,0,2,43,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue OOX-09/HL!','The gnome\'s voice crackles once again from the robot:$B$B\"I need to move OOX-09/HL to an open, safe place so it can begin a lengthy take-off procedure. It has built-in cloaking, but I need time on my end to make it operational again. Escort the robot from its current location to, let\'s say, some big rocks that obscure visibility! That should be a perfect place, and long enough, to get things online!\"$B$B\"Escort it safely and then come talk to me in Booty Bay! Oglethorpe Obnoticus - out!\"','Escort OOX-09/HL to safety, then report to Oglethorpe Obnoticus in Booty Bay.','Oh, YOU\'RE the great savior of OOX-09/HL! I cannot even begin to express my thanks for your assistance! My homing robot series needs more development, but your recovery has saved me countless hours of extra rebuilding time, as well as many gold pieces in manufacture costs!$b$bPlease, take your choice of any of these items I have. Thank you again for your generous assistance $N, my robots and I are in your debt!','','Escort OOX-09/HL to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9645,9646,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',485,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(837,4044,14,0,8,6,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Encroachment','When we arrived, the Razormane quilboars possessed much of the land, and proved a thorn in our sides. Through our efforts we have driven out the largest part of their numbers, but still they remain well-fortified in some areas.$b$bIt has gone on long enough, however. For our own protection, we cannot allow the Razormane any hold in our lands. Their camps can be found to the west of here. Look for the brambles and you will find them. Today we drive them from Durotar, tomorrow, perhaps from all of Kalimdor.','Kill 4 Razormane Quilboars, 4 Razormane Scouts, 4 Razormane Dustrunners and 4 Razormane Battleguards for Gar\'Thok at Razor Hill.','I will pass along word that the quilboars have been removed from their lairs, and that their structures may be set to fire. The removal of the Razormane from Durotar brings us closer to fully securing the borders of our new homeland.','Though they do possess some intelligence and some organization, I find it constantly amazing that the quilboars were able to capture and hold so much territory in Kalimdor. Perhaps they are more crafty an enemy than I give them credit for...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3111,3112,3113,3114,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,150,150,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(838,4044,28,0,8,55,55,0,690,0,0,0,0,0,0,0,0,964,0,0,'Scholomance','On the island of Caer Darrow lies Scholomance - a school that serves as a stronghold for the Scourge. Our enemy dwells within, safely allowed to pursue research that strengthens their power. A door bars the way, and try as we might no entry is to be had without a proper key.$B$BApothecary Dithers is well versed on Scholomance, and has an idea how to obtain a key. You have proved your value to me as someone who can get things done; I now entrust this task to you. Speak with him on this matter.','Speak with Apothecary Dithers at the Bulwark, Western Plaguelands.','Yes, $C, the High Executor mentioned you might be the one to trust in the matter of they key. I\'ve dedicated a fair portion of my recent studies to the Scholomance, and I believe I know a means by which you can acquire one that will let you past the front door at will.$b$bThis task will not be easy, but such tasks seldom are. You most assuredly look like the type to know this as fact.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',5098,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(839,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(840,4044,14,0,0,10,12,0,690,0,0,0,0,0,0,0,0,842,4992,1,'Conscript of the Horde','Hmm, you look pretty strong.$B$BListen, my good friend Kargal needs some new recruits for Barrens duty. I know you want to do what\'s right for the Horde. Well, this is your chance.$B$BTake this recruitment letter to Kargal and see if he\'ll sign it.','Follow the western road from Razor Hill to the Barrens over a bridge.$B$BStop at the orc outpost across the bridge.$B$BGive Kargal Battlescar at the Barrens outpost your recruitment letter.','Oh, so Takrin sent you? He\'s an excellent scout, I\'m not sure what I\'d do without him.$b$bI\'ll sign your recruitment letter, but what we really need is someone at the Crossroads.','What do you want, pup? If you\'re not here for recruitment, I don\'t have time for you.','','','','','',4992,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(841,4044,440,0,8,38,46,0,690,0,0,0,0,0,0,0,0,0,0,0,'Another Power Source?','Let me guess - you didn\'t get whatever world-ending, nefarious deed you were doing done in time. No wait, better still... you dropped it in the sand! Well, whatever the reason, I do have additional power sources I will sell to you. This time, however, it will cost you ten, YES TEN Wastewander Water Pouches!$B$BTimes are tough all around, $n, and power sources don\'t grow on trees! Hrm, but what if they did. Maybe we could MAKE a power source tree...','Bring 10 Wastewander Water Pouches to Chief Engineer Bilgewhizzle in Gadgetzan in exchange for another power source.','Very well, here is another power source. I highly recommend you using it properly this time, unless you are eager to spend ten more water pouches for another water source.','Well, have you got the ten water pouches?','','','','','',8483,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8524,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',379,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(842,4044,14,0,0,10,12,0,690,0,0,0,0,0,0,0,0,0,4995,1,'Crossroads Conscription','Take this signed recruitment letter to the Crossroads.$B$BSergra Darkthorn, curse her hide, is in charge there. She\'s a nasty shaman who will talk your head in circles before she lets you do anything useful. Thrall is convinced she\'s something special, but I\'m not so sure.$B$BYou\'ll just have to decide for yourself, pup...','Follow the western road from Kargal\'s Far Watch Outpost.$B$BAt the T intersection, turn left and follow the road south. $B$BFind Sergra Darkthorn at the crossing of roads within the Crossroads.','Alright, $n. You want to earn your keep with the Horde? Well there\'s plenty to do here, so listen close and do what you\'re told.$b$b$$GI see that look in your eyes, do not think I will tolerate any insolence. Thrall himself has declared the Hordes females to be on equal footing with you men. Disrespect me in the slightest, and you will know true pain.:I\'m happy to have met you. Thrall will be glad to know that more females like you and I are taking the initiative to push forward in the Barrens.;','Well well well, what do we have here? Has Kargal deemed me worthy of another recruit?','','','','','',4995,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',840,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(843,4044,17,0,8,17,23,0,690,0,0,0,0,0,0,0,0,846,0,0,'Gann\'s Reclamation','In solitude I wander these roads.$b$bThe dwarves of Bael Modan show no respect for my land. Horrendous blasts drive holes deep into the ground as noisy machines rip apart the hills. Lands which once served as home and provider to my tribe are now riddled with destructive dwarves.$b$bAttempts at reaching a diplomatic resolution have failed. Now is the time for decisive action.$b$bDrive the dwarves from the Bael Modan excavation by force and bring to me the journal of their leader, Prospector Khazgorm.','Gann Stonespire wants you to kill 15 Bael\'dun Excavators and 5 Bael\'dun Foremen.$b$bBring Khazgorm\'s Journal to Gann Stonespire.','Khazgorm met the fate he earned. I feel no remorse for the fool. He was an infidel on these lands.$B$BMay his death serve as a warning to all those who threaten to disrupt our way of life.$B$BNow let me take a moment to study the dwarf\'s journal....','Many innocent tauren lost their lives or were forced off their ancestral birthplace when the dwarves of Bael Modan arrived. My land must be reclaimed!','','','','','',0,0,5006,0,0,0,0,0,1,0,0,0,3374,3375,0,0,15,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(844,4044,17,0,8,10,12,0,690,0,0,0,0,0,0,0,0,845,0,0,'Plainstrider Menace','Your first prey will be easy.$B$BThe plainstriders to the east have been harassing our food supplies and have become a nuisance.$B$BPut down the plainstriders and return to me with their beaks.','Collect 7 Plainstrider Beaks and return them to Sergra Darkthorn in the Crossroads.','Very good, $N. With the plainstriders gone we\'ll have an easier time keeping our supply chains intact. And I hope you learned a few tricks out there in the Barrens, for your next prey has a little more fire in its blood than the plainstriders...','Have you collected the plainstrider beaks?','','','','','',5087,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',860,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(845,4044,17,0,8,10,13,0,690,0,0,0,0,0,0,0,0,903,0,0,'The Zhevra','The zhevra, although not the fiercest beast in the Barrens, are a shade tougher than the plainstriders. Don\'t worry -- we\'ll send you against bigger prey in good time, but for now your teeth could use a little more cutting.$B$BHunt the zhevra to the north and south, and collect their hooves. Bring them to me and perhaps we\'ll next send you against something tougher.','Slay Zhevra Runners to collect 4 Zhevra Hooves for Sergra Darkthorn in the Crossroads.','Not bad, $N. Those zhevra hold a lot of strength in their legs. A sharp kick from them can knock even a tauren on its haunches!$B$BIt looks like you have some strength in you too. Are you ready for a real challenge?','How many zhevra have you slain?','','','','','',5086,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',844,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(846,4044,17,0,8,17,26,0,690,0,0,0,0,0,0,0,0,849,0,0,'Revenge of Gann','It is clear the prospector depended on explosives and those noisy vehicles to rip the ground apart. We can expect a new foreman to take over soon.$b$bI want to give the dwarves a taste of their own medicine. According to these plans if we combine nitroglycerin with wood pulp and sodium nitrate we can create an explosive charge. The rifleman, soldiers and officers in the Keep are known to have the supplies.$b$bCollect these items and bring them to me. I will fashion a charge that the dwarves won\'t forget!','Gann Stonespire wants you to bring him 6 vials of Nitroglycerin, 6 bundles of Wood Pulp, and 6 samples of Sodium Nitrate.','I see you are quite industrious, $C.$B$BNo doubt we shall soon have a fitting surprise for those dwarves.','I see you are back, $N.$B$BWhile Khazgorm\'s death might delay the digging in my ancestral lands some, it will by no means bring a total end to the destruction.$B$BThe Keep at Bael Modan is an increasing military threat. Built to defend the dig site, it is now poised for offensive force as well.$B$BIf you have the ingredients I requested, I can fashion a charge that will make the hasty dwarves reconsider their actions here in the Barrens.','','','','','',5017,5018,5019,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',843,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(847,4044,45,0,8,29,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'Guile of the Raptor','This... this power.... Is this the power of the shamans that Tor\'gan tried to show me? I must say, it is interesting. Tell Tor\'gan that he has convinced me... for the time being. I will listen to what he has to say.','Speak with Tor\'gan at Hammerfall in Arathi Highlands.','When the enchantment wears off, I will speak with Gor\'mul. My thanks to you for your help in returning Gor\'mul to the land of the living. I have no doubt he thanks you greatly as well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4546,0,0,0,1,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',702,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(848,4044,17,0,8,10,15,0,690,0,0,0,0,0,0,0,0,0,0,0,'Fungal Spores','The oases of the Barrens hide a mystery. Life energy flows from their waters, invigorating the plants and beasts that drink it.$B$BInvigorating, and altering.$B$BThere is a mushroom that grows near these oases. Its spores hold properties that we, the apothecaries of Lordaeron, find useful.$B$BBring me these spores and you will earn our gratitude.','Bring 4 Fungal Spores to Apothecary Helbrim at the Crossroads.','Ah, yes. These are good specimens. Potent.$B$BI am Forsaken, and we honor our contracts. Here is your reward, $N.','Do you have the spores, $N? There is a concoction I must send to my associate in Thunder Bluff, which requires the spores...','','','','','',5012,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(849,4044,17,0,0,17,26,0,690,0,0,0,0,0,0,0,0,0,5021,1,'Revenge of Gann','Following Khazgorm\'s plans it should be no problem to fashion an explosive charge$b$bAh, there we go.$b$bNow, $n, I am going to entrust you with a special task. Take this explosive stick and use it to blow up the flying machine at Bael Modan.$b$bNot only is the flying machine a key part of the site\'s infrastructure it also serves as a weapon of war. More importantly it is an icon of power and an insult to the memory of my tribe.$b$bMake me proud by completing this heroic task and you shall be rewarded.','Destroy the flying machine at Bael Modan and return to Gann Stonespire.','You have done well, $N! May you be revered in Thunder Bluff as a defender of sacred tauren lands and a champion of the lost tribe.','Once the dwarven flying machine has been destroyed I will feel the sweet satisfaction of revenge.','','Bael Modan Flying Machine destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-3644,0,0,0,1,0,0,0,5140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5313,0,0,0,1,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',846,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(850,4044,17,0,8,11,16,0,690,0,0,0,0,0,0,0,0,0,0,0,'Kolkar Leaders','The centaurs have plagued the Tauren for years. And recently, the Kolkar centaurs of the Barrens have grown into a real threat. Normally they were disorganized in these lands, but new leaders have risen among them. Rallying them.$B$BTo preserve our holdings here, these centaur leaders must be destroyed.$B$BBring me the head of Barak Kodobane. He camps near the Forgotten Pools to the north.$B$BDefeat him, then return to me.','Bring Barak\'s Head to Regthar Deathgate, west of the Crossroads.','Well done, $N. The centaur are low, brutish creatures, but a few have the wit and vision to lead. And those are the most dangerous.$B$BBarak was such a centaur. It is good that he is dead.','Hello, $N. Do you have Barak\'s Head for me?','','','','','',5022,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(851,4044,17,0,8,11,18,0,690,0,0,0,0,0,0,0,0,852,0,0,'Verog the Dervish','The centaur Verog the Dervish wanders the Barrens, and will be difficult to find. But he is based at the centaur command tent at the Stagnant Oasis to the southeast. It may be possible to draw him to you.$B$BTravel to the Stagnant Oasis to the southeast and attack centaur near the command tent. It will be dangerous, but if you can kill enough centaur then they should raise an alarm. And Verog will come.$B$BBring me his head and I will place it with Barak Kodobane\'s.','Bring Verog\'s Head to Regthar Deathgate, west of the Crossroads.','Very good. You must have really stirred up those centaur -- our guards spotted activity down near the Stagnant Oasis, which was probably you.$B$BYou should be proud of your deed, $N. There is much bravery in you.','Did you find Verog, $N?','','','','','',5023,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',850,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(852,4044,17,0,8,11,19,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hezrul Bloodmark','Hezrul Bloodmark is the leader of the Kolkar centaurs in the Barrens. He is fierce, brutal and cunning. Defeating him would disrupt and fracture the Kolkars, greatly reducing their threat to us.$B$BSo kill him. As with Barak and Verog, bring me Hezrul\'s Head.$B$BHe leads his people from the Lushwater Oasis, to the south.','Bring Hezrul\'s Head to Regthar Deathgate, west of the Crossroads.','I commend you, $N. These centaur are undisciplined and cannot focus their rage as the orcs can, but they are fierce nonetheless. In defeating them, your valor is proven.','Is Hezrul defeated, $N?','','','','','',5025,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5351,0,0,0,1,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',851,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(853,4044,17,0,0,10,15,0,690,0,0,0,0,0,2700000,0,0,0,5027,1,'Apothecary Zamah','I have rendered the spores you gave me into an emulsion. I must now send it to my associate, Apothecary Zamah. If you were to carry this to her, she can offer you something from our stores of alchemical goods.$B$BShe is in the Pools of Vision, a cave beneath the shamans of Thunder Bluff. The path to this cave is well hidden, but you may find it on the Spirit Rise bluff.$B$BDo hurry. This emulsion will maintain its potency for only a short time, and must be resealed and processed before then.','Bring the Rendered Spores to Apothecary Zamah in Thunder Bluff, before the time limit is up.','Ah, the spores from the Barrens that Helbrim was gathering. He garnered your aid in delivering them? Good.$B$BAnd the emulsion is still potent, so you must have wasted no time in the delivery. Well done, $C.','You have something from Apothecary Helbrim?','','','','','',5027,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2458,2457,2456,2459,0,0,4,4,3,2,0,0,5340,0,0,0,1,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',848,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(854,4044,215,0,8,9,12,0,32,0,0,0,0,0,0,0,0,0,0,0,'Journey to the Crossroads','I have foreseen your arrival, young $c. Though perhaps you are not so young anymore.$B$BI think that it is time for you to move deeper into this land. I can sense that you are destined for great things.$B$BIt is the Crossroads that you must seek out, for our lives with the orcs have become intertwined and they need assistance. Continue down this road towards the east and follow it north to the Crossroads. Find Thork within its walls, he has the Earthmother\'s blessing.','Speak with Thork at the Crossroads in the Barrens.','It is good to see that more of our $R allies have come to assist us from as far away as Thunder Bluff. Again, I welcome you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(855,4044,17,0,8,9,14,0,690,0,0,0,0,0,0,0,0,0,0,0,'Centaur Bracers','The Kolkar are a threat to the Horde\'s claims in the Barrens; we must reduce the numbers of their troops. And so, I have a bounty task for you.$B$BWhile in Kolkar territories, slay their warriors and collect centaur bracers. Return when you have a heap of bracers and the Horde will reward you well.','Bring 15 Centaur Bracers to Regthar Deathgate, west of the Crossroads.','Nicely done. I\'m sure you\'ve struck fear into the surviving centaurs, $N. If they have sense, they\'ll now calm themselves and stop their advances.$B$BBut I don\'t think they will, and that is unfortunate.$B$BUnfortunate...for them.','How goes your hunting, $N?','','','','','',5030,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5346,5344,5345,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(856,5875,0,0,8,9,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Though you have reached the Barrens, your journey is not complete. You must continue on to the Crossroads, where you are needed most.$B$BFollow the road as you were, and turn left where the path gives you the choice. Follow it North until you see the walls of the Crossroads.$B$BJust before you enter, you should see the Ancestral Sage, he will have words of wisdom for you.','Continue down the road from Camp Taurajo.$B$BTurn left at the T intersection and continue North.$B$BFollow the path to the Ancestral Sage outside the Crossroads.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(857,4044,17,0,8,22,30,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Tear of the Moons','The power was mine! In my very hands! And I want it back! Back I say!$b$bThose dirty excavators uncovered it... so beautiful it was. Deemed the Tear of the Moons, it was the first great discovery we made at Bael Modan.$b$bIt should have been mine! Mine I say!$b$bGeneral Twinbraid grew jealous of the power it gave me. He locked it away in the Keep. Called it cursed, he did! The fool!$b$bOthers wanted it and they had to be stopped! That fiend Twinbraid drove me off.$b$bNow I want it back. Back I say!','Feegly the Exiled wants you to retrieve for him the Tear of the Moons.','At last, the power is mine again! Mine I say!','Where is the Tear of the Moons? I need it now! Need I say!','','','','','',5038,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,5),(858,4044,17,0,8,13,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ignition','I don\'t suppose Sputtervalve sent you? I\'m in a bind here. I hopped in without realizing that I need a key to unlock the shredder\'s movement column. One of the other shredder operators asked me if everything was okay, and I panicked! Instead of telling him that I was missing my key, I told him there was some sort of mechanical problem.$b$bWe need to get out of here on the double! Go up to the control room at the top of the derrick, the supervisor should have a key for this shredder.$b$bHelp me out here!','Get the Ignition Key and bring it to Wizzlecrank.','Yep, this looks like the right key. Let me just make sure I know how to work this thing...$B$BHmm... rotation control... This regulates speed and stability... fine arm movement control. Just look at this! I can\'t believe the Venture Company could design something this much better than ours. I\'ve got to get this back to Ratchet!','Quick, we need to get out of here before someone gets suspicious!','','','','','',5050,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(859,5875,17,0,8,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(860,4044,17,0,8,10,10,0,690,0,0,0,0,0,0,0,0,844,0,0,'Sergra Darkthorn','If you wish to walk the hunter\'s path, then your journey leads to the Barrens. Its beasts are strong-willed and fierce. You will learn much by hunting there, and your spirit will grow.$B$BSpeak with Sergra Darkthorn. She will be your first guide in the Barrens.$B$BSergra is at the Crossroads. To reach her, travel east from Bloodhoof Village into the Barrens, then north as the road forks. And have care as you travel--the Barrens holds great danger for the unprepared and unwary.','Speak with Sergra Darkthorn at the Crossroads in the Barrens.','You want to hunt in the Barrens?$b$bYour eyes are eager, and young. They\'re not yet squinted from tracking your prey across this land\'s dry plains.$b$bBut worry not. We\'ll toughen your body and your mind. And we\'ll teach you that there is more to hunting than finding and killing your quarry.$b$bPrepare yourself. Your journey begins. Now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',861,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(861,4044,215,0,8,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Hunter\'s Way','You are eager to explore, I can tell. I too had the lust to wander, once...$B$BWander, and hunt. For hunting is a Tauren\'s greatest honor.$B$BIf you truly wish to follow the ways of the hunter, then Melor Stonehoof can show you the path. He is in Thunder Bluff, on the Hunter\'s Rise.$B$BAnd to show him your skill and resolve, bring him the claws of the flatland prowlers of Mulgore. They are tough and cunning -- fitting prey for a young $c on the hunter\'s path.','Bring 4 Flatland Prowler Claws to Melor Stonehoof in Thunder Bluff.','Skorn Whitecloud is a wise tauren. He has hunted for years and years, and although his body is old, his spirit burns fiercely. We are honored to have him with us.$b$bIf Skorn sent you to me, then you too must have the $C\'s spirit. And to have gathered these claws shows your burgeoning skills.$b$bPerhaps you are ready to walk the path.','Greetings. There is an air about you that tells me much. Do we have business, you and I?','','','','','',5203,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(862,4044,0,304,8,15,23,0,690,0,185,1,0,0,0,0,0,0,0,0,'Dig Rat Stew','A $c like you must get pretty hungry out here in The Barrens. Me, I\'m starving all day long.$b$bTell you what, I\'ll fix you up a nice stew. Just need a few dig rats.$b$bSeems those filthy dwarves at Bael Modan are overrun with everyone\'s favorite feast. Now head on down south to Bael Modan and bring me back some dig rats.$b$bYou can\'t call yourself a seasoned adventurer until you\'ve spent some time killing rats! Haw!','Bring 8 Dig Rats to Grub east of the Crossroads.','Normally I don\'t like to eat these rodents when they\'re so.... so... ripe. Like to let them rot for a few weeks to really bring out the flavor. But you look so hungry.$B$BLet me fix you some Dig Rat Stew. Ah, there we go.$B$BHere you go!','Whack enough dig rats yet, $n?','','','','','',5051,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5487,5478,10919,0,1,5,1,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,3000,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(863,4044,17,0,2,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Escape','I suppose I\'ll learn as we go... Couldn\'t be too hard. Just some buttons here, and a lever or two... Well, are you ready to go?','Protect Wizzlecrank and the stolen goblin shredder on the way to Sputtervalve in Ratchet.','Hopefully we\'ll be able to get something of value from the wrecked shredder prototype... my time\'s running out! I\'ll dispatch a salvage team to Wizzlecrank\'s location on the double.$B$BOh, let me give you something for your trouble, too.','Can I help you?','Escort Wizzlecrank out of the Venture Co. drill site','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5326,5327,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,350,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',858,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(864,4044,1497,201,0,38,46,0,690,0,0,0,0,0,0,0,0,0,8527,1,'Return to Apothecary Zinge','\"Here you go, the power source is safely removed and the data is preserved. Well, safe journeys and all that. Hope the nefarious science experiment worked out for you and all.\"$B$BThe goblin turns away from you to attend to the demands of the Gadgetzan Water Company. You secure the sealed testing kit for the journey back to the Undercity. Apothecary Zinge waits for you and the sealed field testing kit there.','Bring the Sealed Field Testing Kit to Apothecary Zinge in the Undercity.','I will analyze this data immediately. Perhaps Keever\'s insanity will prove to be my genius after all.$B$BAs for you... you are useful to me, and I reward quite well those who remain useful. Take this item, this coin, and most importantly my thanks along with them.$B$BCheck back with me from time to time - I wager that our working together on this project is not at an end.','Welcome back. At least, welcome back if you have returned with a sealed testing kit. Otherwise, I will pretend not to notice your utter incompetence and spare my wrath from you until you do as you have been tasked and accomplish my task.','','','','','',8527,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9634,9635,11502,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',654,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(865,4044,17,0,8,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raptor Horns','The raptors of the Barrens are smarter than raptors in other lands. And I think all that smarts is hiding in their horns! If so, then I could grind their horns into powder and use it to make \"smart drinks.\" I could sell them for a fortune!!!$B$BAnd you can help me. Find me intact raptor horns from sunscale scytheclaws. They roam in the southern Barrens, and in the northern Barrens near the border of Ashenvale Forest.','Gather 5 Intact Raptor Horns from Sunscale Scytheclaws, and bring them to Mebok Mizzyrix in Ratchet.','Great, you got them! Now I just need to ground them down and mix them with some wine, and...','Did you get the horns, $N? Those things are going to make me a fortune!','','','','','',5055,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5342,5343,0,0,5,1,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(866,4044,0,24,8,9,16,0,690,0,182,1,0,0,0,0,0,0,0,0,'Root Samples','The herbs of the Barrens are not quite like herbs in other lands. Their properties are mostly the same, but the oasis water here alters the plants; they are just slightly different.$B$BI want to study those differences... to see if they\'re exploitable!$B$BIf you are skilled in herbalism, then gather root samples off the herbs you find in the Barrens. Bring back these samples so that I may compare them with herbs from other regions.','Bring 8 Root Samples to Mebok Mizzyrix in Ratchet.','Yes yes, these are very nice! I will grow specimens from these roots and study them. I hope to find new properties from them. Hidden, valuable properties...!$B$BAnd don\'t worry -- if I do then you\'ll be the first to know. Because I\'ll need someone to gather more!','Hello, $N. Did you get those root samples?','','','','','',5056,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,0,0,0,1,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(867,4044,17,0,8,12,15,0,690,0,0,0,0,0,0,0,0,875,0,0,'Harpy Raiders','The blasted harpies have been ravaging our caravan supplies for too long. It\'s time we slit a few of their throats and diminished their numbers.$B$BI\'ve been snooping around their nests and figured out who leads who. The most devastating attack will destroy a good section of their lower chain of command and then we can work our way to the top.$B$BI\'ll start you off slow, take out Witchwing Harpies and Witchwing Roguefeathers in the Northwest and bring me 8 Witchwing talons. That should be a good start...','Collect 8 Witchwing talons.$B$BReturn them to Darsok Swiftdagger at the Crossroads.','Oh, these are nice. Real nice... Good job, $N. I look forward to seeing more of your work in the future.','Cut up enough of them yet? Keep slicing and taking trophies. I want 8 Witchwing talons.','','','','','',5064,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(868,4044,17,0,0,17,22,0,690,0,0,0,0,0,0,0,0,0,5059,1,'Egg Hunt','Hey, $N. I been sent to the Crossroads to watch over the land and take note of its happenings for my masters in Orgrimmar.$B$BOne object of my studies are the insect-like creatures found to the south in the Field of Giants. We know little of the creatures, so I be makin\' it a point to discover more. They seem to have intelligence to them, more so than any normal animal.$B$BTake this digging claw and collect some of the creatures\' eggs from their mounds, but be careful: if alerted, they will attack you.','Bring 12 Silithid Eggs and the Digging Claw to Korran at the Crossroads.','You please me, $N. The eggs and the tool. Well done.$B$BAnd for your reward...','Be careful with the eggs you find, $N. If they break, they be no good to me.','','','','','',5058,5059,0,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6503,6502,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(869,4044,17,0,8,9,13,0,690,0,0,0,0,0,0,0,0,3281,0,0,'Raptor Thieves','Not long ago, a shipment of silver was stolen from our guard tower. It was meant as payroll to the Crossroads\' guards, and we want that silver back.$B$BThe strange thing is... we caught one of the thieves on the night of the theft. And... it was a raptor! Unbelievable!$B$BI don\'t know what raptors would want with silver. But I don\'t care -- I want the raptors dead so they won\'t steal from us again!$B$BHunt raptors in the Barrens. Collect for me their heads!','Bring 12 Raptor Heads to Gazrog at the Crossroads.','You got rid of the raptors!$B$BThank you, $N. You are a $C of worth.','Do you have those heads, $N?','','','','','',0,5062,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(870,4044,17,0,12,10,13,0,690,0,0,0,0,0,0,0,0,877,0,0,'The Forgotten Pools','Long ago, the Barrens was a lush place, teeming with life. But war and cataclysm raged across the land, scorching it and leaving a dry husk. Such is the way of things, and it saddens my heart.$B$BBut within the past few years, new oases have formed in the Barrens, and life stirs. And deep down, we druids sense a power leaking its way to the surface.$B$BWe must find its source. Travel to the Forgotten Pools, northwest of the Crossroads. Search its waters for a source of power, then return here.','Report back to Tonga Runetotem with your findings.','You found a fissure in the earth, with gases bubbling from it? Strange. This may be an answer to our questions, but we cannot yet be sure.$B$BBut it is a clue. And I am grateful that you found it.','','Explore the waters of the Forgotten Pools','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,216,0,0,0,'',886,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(871,4044,17,0,8,9,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'Disrupt the Attacks','All the quilboars are our enemies, $N. Some just prove to be more of a nuisance than others.$B$BThe Razormane tribe has been attacking our supply lines from Durotar, causing us no end of annoyance. I have scouts seeking the leader of these raids, but until then, any losses you can inflict on the filthy pig men would aid us.$B$BStart in the northeast towards Durotar. You can always tell their dens from the huge thorny vines that come up from the earth. Seek them out, and slay them.','Of the Razormane tribe, kill 8 Water Seekers, 8 Thornweavers and 3 Hunters, and then return to Thork in the Crossroads.','You have done well, $N. Those insolent quilboars will finally learn that the might of the Horde is not to be ignored.','The longer it takes to stop these attacks, the harder it will be to provide supplies for the people of the Crossroads.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3267,3268,3265,0,8,8,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',854,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(872,4044,17,0,8,9,15,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Disruption Ends','One of my scouts witnessed an attack on a caravan from Durotar, $N. The culprits are indeed the Razormane tribe of quilboars. One of the quilboars in particular is leading the raids: Kreenig Snarlsnout. He was seen northeast of here, just south of the road from Durotar. If the threat is to be ended, then Kreenig must die.$B$BTo be sure the attacks cease, though, I say we add insult to their injury. Kill Kreenig along with more of their tribe, and return to me when you have his tusk.','Kill 8 Razormane Geomancers, 8 Razormane Defenders, and Kreenig Snarlsnout.$B$BThen bring Kreenig Snarlsnout\'s Tusk to Thork at the Crossroads.','Well done, $N. With Kreenig\'s death, there will be a definite decline in the attacks on our caravans.$B$BYour people should be proud to count you among them.','Cut off the head of their leader, and chaos ensues, $N. Learn this lesson well. It will aid you in the future.$B$BThe boars will flounder without direction, and we will be able to take back the Barrens.','','','','','',5063,0,0,0,0,0,1,0,0,0,0,0,3269,3266,0,0,8,8,0,0,0,0,0,0,0,0,0,0,5275,5328,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',5041,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(873,4044,17,0,8,10,27,0,690,0,0,0,0,0,0,0,0,0,0,0,'Isha Awak','The grand Isha Awak is lord of these waters. Great is his strength, and solemn his pride. The humans on the coast fear him, for he has consumed many of their number.$B$BBut I do not fear him. I am grateful he is here. He is a worthy challenge, and honorable prey.$B$BIf you are ready, then swim out and search for Isha Awak, the Deep Doom.$B$BHis spirit dwells in his heart, and to hear its beat is to know your fate.','Bring the Heart of Isha Awak to Mahren Skyseer.','You now are one with Isha Awak, $N. His spirit is with you. He lurks in your eyes...$B$BEyes that, one day, will learn to see.','Fear not the waters, $R.','','','','','',5104,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5356,5357,0,0,0,0,1,1,0,0,0,0,5355,0,0,0,1,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,5325,0,0,0,0,0,0,0,16500,0,0,0,0,'',874,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(874,4044,17,0,8,9,27,0,690,0,0,0,0,0,0,0,0,873,0,0,'Mahren Skyseer','You have hunted the beasts of the Barrens. Your spirit is strong. But a hunter must always be prepared. A true hunter can stalk prey down any path. Mountains and swamps will not sway $ghim:her;.$B$BNot even the sea.$B$BFind my sister, Mahren. She hunts the great water beasts along the coast. She will be your teacher in their ways.$B$BBut be wary in your search for her, for the Barrens\' coast is held by humans.','Speak with Mahren Skyseer.','My brother sent you, did he? Then you must have proven yourself to him. If you have earned the respect of Jorn, then you have my respect as well.$B$BAre you ready to tread farther down the hunter\'s path?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',913,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(875,4044,17,0,8,12,16,0,690,0,0,0,0,0,0,0,0,876,0,0,'Harpy Lieutenants','Hahaha, $n. Back for more? Good, I like to hear that.$B$BThis time I want you to assassinate some of the harpy lieutenants in the Dry Hills. Only Witchwing Slayers can be lieutenants, and you can tell them apart by the rings they carry. They are a nasty bunch, but they lead some of the underlings in that area. Taking out 6 of them will be a decisive strike against their matriarchy.$B$BMake sure they die painfully, $n. We want those harpy wenches to know the idiocy of picking fights with the Horde.','Collect 6 Harpy Lieutenant Rings from Witchwing Slayers and return them to Darsok Swiftdagger at the Crossroads.','Excellent work my friend. I think you\'ll go far within the Horde.','Do you have 6 Harpy Lieutenant Rings yet? Justice must be dealt to them for their vicious attacks on the Horde.','','','','','',5065,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',867,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(876,4044,17,0,8,12,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Serena Bloodfeather','You did so well with the lieutenants and underlings that I\'d like you to do one last thing for me.$B$BSerena Bloodfeather is the sister of a harpy named Bloodfeather who was slain by Rexxar quite a while ago. Apparently, these attacks on the Horde caravans are revenge for her sister\'s death.$B$BI need you to slit her throat and bring me back her head. I want to place it on the next caravan we send out... Give those harpies something to think about.','Slay Serena Bloodfeather and return her head to Darsok Swiftdagger at the Crossroads.','HA! Well done, $N! Very well done... I wasn\'t sure you were up to the task, but you\'ve proved yourself quite the cut-throat. Thank you again for helping us suppress the Harpy epidemic. Here is your reward, use it well.','You\'re not getting anything until I see Serena\'s head.','','','','','',5067,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5321,5279,5318,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',875,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(877,4044,17,0,0,10,16,0,690,0,0,0,0,0,0,0,0,880,5068,1,'The Stagnant Oasis','Like the one you found at the Forgotten Pools, there may be fissures at the other oases in the Barrens. If so, then perhaps the fissures are the oases\' source of life.$B$BWe must test this.$B$BHere, take these seeds. They are dead and infertile, but take them to the Stagnant Oasis to the southeast. If there is a fissure there, then place the seeds within it...and observe.','Return to Tonga at The Crossroads, after investigating the Stagnant Oasis.','Your findings are amazing! The seeds I gave you were dried, and dead. Whatever rests under these oases can create life from nothing!$B$BWe must study this more...','Have you been to the Stagnant Oasis? Was there a fissure beneath its waters?','','Test the Dried Seeds','','','',0,0,0,0,0,0,0,0,0,0,0,0,-3737,0,0,0,1,0,0,0,5206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',870,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(878,4044,17,0,8,14,21,0,690,0,0,0,0,0,0,0,0,0,0,0,'Tribes at War','You must strike my enemies. You must help Mangletooth and the Razormane by weakening the Bristlebacks. Both tribes are very spiritual--tied to the earth and its power. It gives us strength in all things... especially war.$B$BIf you want to find out who really causes Thork and the Horde such anguish, then help Mangletooth! You attack the spiritual leaders of the Bristlebacks to the north; weaken them so the Razormanes can defeat them and rule the Barrens.','Kill 6 Bristleback Water Seekers, 12 Bristleback Thornweavers and 12 Bristleback Geomancers and return to Mangletooth at Camp Taurajo in the Barrens.','Yes, yes... filled with joy because finally the Bristleback know my tribe\'s pain, $R. That is how I should feel, but that is not the case.$B$BYou aid your people and they honor you. Mangletooth aids his people, and what do they do? They turn their backs on him. They forget him and leave him to rot in cage!$B$BI aid them even from locked behind bars and they send no one to save me!','More information for the Horde when you\'ve killed the Bristleback\'s wise ones, $R. Not a moment earlier! Mangletooth is no fool.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3260,3261,3263,0,6,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(879,4044,17,0,8,17,25,0,690,0,0,0,0,0,0,0,0,906,0,0,'Betrayal from Within','Three of my tribe came out of the Kraul to lead the raids against the Horde, $r. They are ruthless and cunning, and if you defeat them, then your Crossroads and even most of the Barrens will learn peace... at least from the Razormane tribe. $B$BNak, Kuz, and Lok Orcbane are the ones you seek. They are far to the south of the Barrens. One is a spell caster, another a tracker, and their leader, the one called Orcbane, a warrior. Kill them, $r, like they have killed me.','Kill Nak, Kuz, and Lok Orcbane and bring their skulls to Mangletooth at Camp Taurajo in the Barrens.','It is done then. Better it ends this way, says Mangletooth. They should have made sure I was dead when they turned their backs on me instead of leaving me here in this forsaken cage.$B$BThere is but one task left for you to finish, $R.','How goes your hunt, $R? $B$BThork thinks he knows the truth about who leads the raids against his people, but he shall learn how wrong he is if you are successful.$B$BMy death is inescapable, but you have caused great pain to my enemies, so Mangletooth regrets nothing. ','','','','','',5074,5073,5072,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',5052,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(880,4044,17,0,8,10,16,0,690,0,0,0,0,0,0,0,0,0,0,0,'Altered Beings','Your findings are incredible, $N. These oases hold properties that must come from an outside source. Or perhaps an inside one.$B$BI want to know how these fissures are affecting the beasts who drink from the oases\' water.$B$BHunt oasis snapjaws at the Lushwater and Stagnant Oases. Bring me their shells so I may examine them.','Bring 8 Altered Snapjaw Shells to Tonga Runetotem at the Crossroads.','Thank you, $N. Studying the beasts of an area can tell much about the area itself. We shall see what tale these shells tell.$B$BPlease accept my gratitude for your aid ... and perhaps you can use these coins. I find that I do not need them.','How goes your collection? Did you get the shells?','','','','','',5098,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',877,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(881,4044,17,0,0,10,16,0,690,0,0,0,0,0,0,0,0,905,10327,1,'Echeyakee','Whitemist, Echeyakee in the Tauren tongue, is the king of the savannah cats. He hunts with such stealth, they say he\'s like a thin, white mist on the earth. And he kills so fast his prey have no time for fear, or pain.$B$BThe Tauren say he is both mercy and death.$B$BYou will learn if that\'s true, for I now set you on the path to hunt Echeyakee. His lair is northeast of the Crossroads, among the bones of giant Kodo$B$BGo. Blow this horn when you reach his lair. Blow the horn, and he will come.','Bring Echeyakee\'s Hide to Sergra Darkthorn at the Crossroads.','You\'ve beaten Echeyakee, and though his days of hunting are over... his spirit is with you. He will show you the strength found in subtlety, and the honor in mercy.$B$BYour path is still long, $C. Let\'s hope you stride it well.','The great cat calls to you, $N.','','','','','',5100,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,5320,0,0,0,0,0,0,0,8700,0,0,0,0,'',903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(882,4044,17,0,8,10,19,0,690,0,0,0,0,0,0,0,0,907,0,0,'Ishamuhale','Ishamuhale, Speartooth, is the fiercest sunscale raptor of the Barrens. He does not hunt for sport, nor for food. He hunts because hunting is his passion. He kills because it is his nature to kill.$B$BAnd you will learn of his nature, $N, for your path now follows the taloned tracks of Ishamuhale.$B$BBegin the hunt. Slay his favorite prey, a zhevra, then bring its carcass to the dead tree northwest of Ratchet. Ishamuhale will smell the carcass and be drawn to it.$B$BBe ready when he comes.','Bring Ishamuhale\'s Fang to Jorn at Camp Taurajo.','This fang is merely a token, but what it represents is profound.$B$BIshamuhale\'s strength is in you, $N. May you use it with temperance. That is your burden.$B$BThat is your honor.','$N, have you bested Ishamuhale?','','','','','',5101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,5321,0,0,0,0,0,0,0,10800,0,0,0,0,'',3261,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(883,4044,17,0,0,10,22,0,690,0,0,0,0,0,0,0,0,0,5099,1,'Lakota\'mani','The Hoof of Lakota\'mani is a symbol of the strength of the great kodo.','Bring the Hoof of Lakota\'mani to Jorn at Camp Taurajo.','Lakota\'mani is called Earthshaker in our language, and his steps are like gathered thunder. He is with you now, and his courage mingles with yours. Together there is no conflict you cannot face.$B$BWalk tall, $N. Walk tall, Earthshaker.','$N, when you approached I saw a new power in your stride. Tell me -- has your spirit met with the great Lakota\'mani?','','','','','',5099,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,5322,0,0,0,0,0,0,0,7800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(884,4044,17,0,0,10,24,0,690,0,0,0,0,0,0,0,0,0,5102,1,'Owatanka','When touched, sparks fly from the tailspike of Owatanka.','Bring Owatanka\'s Tailspike to Jorn at Camp Taurajo.','The thunder lizard Owatanka is called Bluebolt by the tauren, for within him resides a speed that belies his size. It is said that lightning struck Bluebolt long ago and, fed from the sky\'s rage, the great beast\'s energy is without limit.$B$BMay his energy flow through you, $N. For you now keep pace with Owatanka.','$N, there is a new power behind your eyes! You have met with the mighty Owatanka, have you not?','','','','','',5102,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,5323,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(885,4044,17,0,0,10,25,0,690,0,0,0,0,0,0,0,0,0,5103,1,'Washte Pawne','The feather of Washte Pawne is painful to the touch.','Bring Washte Pawne\'s Feather to Jorn Skyseer at Camp Taurajo.','The thunderhawk is a rare beast of the Barrens, and its death can portend great fortune, or great doom.$B$BBut Washte Pawne, called Spirit Biter in Taurahe, can bring neither... or both.$B$BThe pain you felt from hunting Spirit Biter is the pang all feel who make great gains at great costs. The sting you felt is the pain of regret.$B$BBut I can see you have conquered this. You have learned that regret turns to wisdom, and that through pain one gains strength.$B$BYou have learned much, $N.','There is new resolve within you, $N. A resolve born from pain...$B$BAre you burdened with the death of Washte Pawne?','','','','','',5103,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,5324,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(886,4044,17,0,8,10,10,0,690,0,0,0,0,0,0,0,0,870,0,0,'The Barrens Oases','The druids of Thunder Bluff sense a strange power leaking into the Barrens, east of Mulgore.$B$BTonga Runetotem was sent to discover the source of this power, but we fear he will need aid.$B$BTravel to the Barrens and speak with Tonga. He will be at the Crossroads. To reach there, take the road east out of Bloodhoof village. Enter the Barrens, then turn north when the road forks. Continue north and you will find the Crossroads.$B$BAnd do not leave the road, $N, for the Barrens is a harsh land.','Speak with Tonga Runetotem at the Crossroads in the Barrens.','My brethren in Thunder Bluff were wise to send you, young $C. For the mystery of the Barrens is one that I alone cannot unravel.$B$BWith your aid, let us hope we can find answers to our questions.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(887,4044,17,0,8,9,14,0,0,0,0,0,0,0,0,0,0,890,0,0,'Southsea Freebooters','I sure wish Vice Admiral Grezzlik did a better job of keeping the seas safe for our trading vessels. With all the gold the trade princes have poured into the Trade Fleets, it ticks me off to see so many pirates running willy-nilly, raiding my ships and stealing my goods!$b$bI heard that the Southsea Freebooters have set up a camp just south of here. They\'ve been a real thorn in my side and if Grezzlik won\'t take care of them, well, maybe you can help me get rid of them.','Kill 12 Southsea Brigands and 6 Southsea Cannoneers for Gazlowe in Ratchet.','You did good, kid. A little more work like that, and it\'ll be one less thing I\'ll have to worry about. Hopefully they\'ll be convinced that they should relocate their operation elsewhere.$B$BIn the meantime, there is the small matter of getting back the goods they stole from me!','I don\'t even want to think about the profits I\'ve lost from pirate raiding, and now they set up camp on my doorstep? It\'s getting out of hand, Undermine\'s got to do something about it.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3381,3382,0,0,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,150,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(888,4044,17,0,8,9,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stolen Booty','While I\'d like to recover all my goods, I\'m sure that\'s not possible. Still, there\'s a few things that I absolutely must have!$b$bAs you see, my observatory is ready to go, but it needs the smaller of the two lenses. The first arrived by caravan from Durotar, but the second was bound by ship, and never arrived. Also, I never got my boot shipment from Drizzlik in Booty Bay!$b$bHead down to the pirate camp and see if you can find them.','Retrieve the Shipment of Boots and Telescopic Lens for Gazlowe in Ratchet.','It\'s a relief to get all this stuff back, so thanks for your help, $N. You know, I could use a $R like you to help out with my operation here. If you\'re ever looking for work, don\'t forget about how well Gazlowe pays for service!','Did you find my things, $N?','','','','','',5076,5077,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5337,5320,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',892,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(889,4044,17,0,8,14,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Spirit of the Wind','','','Good. Go with Agamaggan\'s spirit as your guide, $R. Return to me if you desire more of Agamaggan\'s magics.','Bring Mangletooth 10 blood shards and I will bless you with great speed. You will run with zhevra and the wind will be jealous of you.$B$BIt will not last long, but it should be enough to help you travel throughout the Barrens.','','','','','',5075,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16618,0,0,0,0,0,0,0,0,0,0,0,0,'',5052,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(890,4044,17,0,0,9,14,0,0,0,0,0,0,0,0,0,0,892,5080,1,'The Missing Shipment','I\'ve been waiting forever for my last shipment of goods from Booty Bay! I\'m pretty sure that it must have been stolen by the Freebooters, but just to make sure, will you go down to the dockside and ask Dizzywig if my goods were already put into my warehouse without my knowledge?$b$bHere, take my ledger down to Dizzywig and have him double check my inventory records against his logs.','Bring Gazlowe\'s Ledger to Wharfmaster Dizzywig.','Ah, Gazlowe sent you, did he? Just a moment, let me take a look here and check my own logs and make sure I didn\'t have Gazlowe\'s shipment sent to the wrong place.$B$BBet he\'s waiting for those boots from Drizzlek...','Wares to send on the next ship, $N?','','','','','',5080,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',887,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(891,4044,17,0,8,13,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Guns of Northwatch','Yet another ship from my fleet has been lost to those overzealous humans at Northwatch Hold!$b$bThose pests must be dealt with. Their paranoia has them in a state of frenzy. Trigger happy, reckless louts are shooting at anything in their sights.$b$bTravel south along the Merchant Coast to the Hold and lay siege to their forces. Bring me the medals of their soldiers as proof. And for the love of my fleet, slay Captain Fairmount and her overzealous cannoneers!','Captain Thalo\'thas Brightsun of Ratchet wants you to collect 10 Theramore Medals and slay Captain Fairmount, Cannoneer Whessan and Cannoneer Smythe.','Alas, the righteous Alliance guns have been silenced. You shall be rewarded for your aid, $N.$B$BNow to tend to the grim task of recovering the bodies of the dead....','My fleet is in peril with Captain Fairmount and her damned cannoneers blasting away from Northwatch Hold. I want her soldiers to pay as well. Fill my hand with medals from their dead and I will know that vengeance has been given to my fallen privateers.','','','','','',5078,0,0,0,0,0,10,0,0,0,0,0,0,3393,3455,3454,0,1,1,1,0,0,0,0,0,0,0,0,5309,5310,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,67,0,0,0,68,250,75,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(892,4044,17,0,0,9,14,0,0,0,0,0,0,0,0,0,0,888,5080,1,'The Missing Shipment','Everything looks square from my records, $n. Go on back and tell Gazlowe he\'s out of luck. I wouldn\'t be surprised if it was the pirates that nabbed his goodies.$b$bNothing else I can do for him. Oh... though you could tell him that I\'ve got some things from Undermine for him, when he has the time to come pick them up.','Return Gazlowe\'s Ledger to Gazlowe in Ratchet.','No dice, eh? I guess it must have been the Freebooters then... Dizzywig\'s on the level, I\'m sure he wouldn\'t cheat me like that. After all, he is on the payroll.$B$BLooks like I\'ve got some goods to get back, $N. What do you say?','So, what did Dizzywig have to say?','','','','','',5080,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',890,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(893,4044,17,0,8,17,24,0,690,0,0,0,0,0,0,0,0,0,0,0,'Weapons of Choice','The Razormane quilboars to the south, beyond the Field of Giants, have no skilled blacksmiths from what I am told, but they\'ve apparently started to develop sturdier weapons. I\'d like to get my hands on a few different types to learn their techniques if possible.$B$BIf you wish to help bring honor to the Horde, then bring me examples of their weapons. Find me a dagger from their stalkers, a wand from their seers, and a shield from their warfrenzy. That should do nicely!','Bring a Razormane Backstabber, a Charred Razormane Wand and a Razormane War Shield to Tatternack Steelforge at Camp Taurajo in the Barrens.','Excellent, excellent specimens indeed.$B$BThe quilboar are further along than I had expected.$B$BHere, $C, take this and get out of my way. I\'d better take a closer look at these weapons. We may have underestimated our enemy, and that\'s the kind of mistake we can\'t afford to make.','I, too, have doubts that the pathetic quilboars could attain any level of skill in the area of smithing, but I do as the Warchief commands, and I shall learn what I can about the Razormane tribe.$B$BI have had more menial tasks, and I do so willingly if it aids the orc people.','','','','','',5093,5092,5094,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5322,5323,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(894,4044,17,0,0,10,14,0,0,0,0,0,0,0,0,0,0,900,5088,1,'Samophlange','The Venture Company set up a small research facility far to the north of here, southwest of the Sludge Fen. I don\'t know very much about what they\'re doing, but did manage to discover that they\'re experimenting with something called a \"samophlange\".$b$bNow what the heck is a samophlange? Well, whatever it is, I want to examine it, so I need someone to go get it.$b$bI obtained a copy of their control system operating manual, you should be able to figure out how to disengage the samophlange from it.','Access the control console at the Venture Company research site.','A variety of buttons, levers and blinking lights are somewhat erratically arrayed on the face of the control console. A small gauge indicates that the apparatus is currently operating within optimal levels, and indicates that control valves one through three are currently open. There is a small keyhole set into the lower right side of the control panel.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(895,4044,17,0,8,9,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Baron Longshore','WANTED!$b$bBaron Longshore, Captain of the Heedless$b$bCaptain Longshore of Gilneas leads vessels of the Southsea Freebooters, and is wanted on charges of piracy. Remains must be in identifiable condition!$b$b-- Gazlowe','Bring the head of Baron Longshore to Gazlowe in Ratchet.','Ahhhh! That sort of business. You know, I saw the Heedless once on the open seas. Fearsome ship, or was that boat... those sailors are so particular!$B$BAnyways, watching her glide across the water was quite a sight to see. I\'m glad her infamous captain will trouble my ships no longer.','What\'s happening? Something I can help you with? Goods to ship, perhaps an engineering job?','','','','','',5084,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(896,4044,17,0,8,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Miner\'s Fortune','Being Wharfmaster of a busy port like Ratchet, I keep my finger on the pulse of information. I know all about the exchange of goods and money between here and Booty Bay.$b$bThe latest bit of news I\'ve heard is about the Venture Company\'s Boulder Lode mine northeast of the Sludge Fen. One of the miners discovered an emerald the size of your fist. I know a few buyers who\'d be interested in getting their hands on something like that, and I\'d be willing to go half and half on its sale.','Retrieve the Cats Eye Emerald from one of the Venture Co. Overseers or Enforcers for Wharfmaster Dizzywig at Ratchet.','Look at the size of that thing, $N! We\'re going to be rich! Let\'s see, according to the rates I\'ve seen on gems going into Undermine, I should be able to figure out your cut--fifty percent, don\'t worry!$B$BNow let\'s see... I think this should do about right. Pleasure doing business with you, $N.','If only we knew which one of the miners had found the emerald, it\'d be a walk in the park...','','','','','',5097,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5335,0,0,0,1,0,0,0,470,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(897,4044,17,0,0,10,24,0,690,0,0,0,0,0,0,0,0,0,5138,1,'The Harvester','This strange, insect-like creature looks outside of the natural order, as though it does not belong in the Barrens.','Bring the Harvester\'s Head to Jorn Skyseer.','I can tell nothing of the nature of this beast, for its spirit has fled. But as you guessed, it does not belong in the Barrens. I fear it may herald a grim future for our people...$B$BBut for now, prepare yourself, and let us hope that time unravels the mystery of this creature.','You seemed troubled, $N. How go your lessons in the Barrens? Did you find something that disturbs you?','','','','','',5138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(898,4044,17,0,262146,13,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Free From the Hold','Finally! Someone to rescue me!$b$bI can\'t believe you got past the guards. These zealots from Theramore are out of their minds. They sank our ship and imprisoned me, the only survivor. I was called an enemy and threat to the Alliance.$b$bMe! A threat to their great sham of an Alliance? I was a deckhand on a moonshine transport between Ratchet and Booty Bay.$b$bEnough talk. Help me get back to Ratchet will you? Let me know when you\'re ready and we\'ll make our break.','Safely escort Gilthares Firebough back to Captain Brightsun in Ratchet.','And to think, we thought Firebough was long dead!$B$BYour heroics have earned you a place of honor with the Thalo\'dan Privateers, $N.','Yes?','Escort Gilthares Firebough back to Ratchet','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,350,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(899,4044,17,0,8,14,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Consumed by Hatred','Perhaps you know the pain of uncertainty, perhaps not, $c. But know this: I stand here every day, from the sun\'s rising till its decline, scouring the horizon for more of those monsters. I\'ve killed every pig man I\'ve come across since, but my thirst for their blood is far from quenched. Perhaps instead of heading north to the Crossroads I should have headed to Taurajo.$B$BYou, $c--you could help me.$B$BKill them. Kill as many as you can. Bring me their tusks, and we will celebrate their deaths together.','Bring 60 Bristleback Quilboar Tusks to Mankrik at the Crossroads.','$C, you take my task seriously, and for that I thank you.$B$BAlthough my desire for revenge remains, I can at least smile seeing that the quilboars have felt pain themselves.','The quilboar will pay for this, $N. I swear it.','','','','','',5085,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5314,6477,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(900,4044,17,0,8,10,14,0,0,0,0,0,0,0,0,0,0,901,0,0,'Samophlange','The three control valves are currently opened. The various readings on the control panel lead you to presume that they must be shut off before the apparatus can be shut off.','Close off the Fuel Control Valve, the Regulator Valve and the Main Control Valve then use the control console again.','The lights indicating the three control valves dim as they are shut off. Green lights slowly fade into yellow, and the switch controlling the apparatus is now moveable, with the valves closed, it can be turned off.','Blinking lights on the control console indicate that the main control valves have not been closed off.','','Shut off Main Control Valve','Shut off Fuel Control Valve','Shut off Regulator Valve','',0,0,0,0,0,0,0,0,0,0,0,0,-4072,-61936,-61935,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',894,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(901,4044,17,0,0,10,14,0,0,0,0,0,0,0,0,0,0,902,0,0,'Samophlange','With the apparatus deactivated, the control panel can be opened up and the samophlange removed from the console. With everything else in place, all that is left is to acquire the key to unlock the console.','Get the Console Key from Tinkerer Sniggles to use on the control console.','Turning the key in the lock, the control console unlocks. A red light at the top of the console turns off and all power drains from the terminal.','The console lights are dimmed and the gauges and dials all read at their zero positions, everything idling.','','','','','',5089,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',900,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(902,4044,17,0,0,10,16,0,0,0,0,0,0,0,0,0,0,0,5054,1,'Samophlange','Pulling open the face of the control console reveals a dense jumble of wires, tubing and other strange mechanical objects--most of which seem to serve no practical purpose. Pushing them aside and digging deeper into the console, you find the samophlange. A tug removes it from its housing.','Return the Samophlange to Sputtervalve in Ratchet.','This is... er... interesting... yes. I\'ll have it sent along to the Tinkers\' Union headquarters in Undermine. I\'m sure after some careful dissection and research, they\'ll be able to make some sense of it.$B$BBut, perhaps I\'ll have a little look myself first...','Oh, you\'re back, $N! Do you have the samophlange?','','','','','',5054,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5324,5325,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',901,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(903,4044,17,0,8,10,15,0,690,0,0,0,0,0,0,0,0,881,0,0,'Prowlers of the Barrens','Now it\'s time to go after something that really bites. The prowlers of the Barrens are a tough breed. Tough, resourceful, sly... and deadly. You\'ll find them among the tall grasses. You\'ll find many to the southwest of the Crossroads.$B$BBe wary as you hunt them, $n, or you may find yourself no longer the predator, but instead the prey.','Collect 7 Prowler Claws from Savannah Prowlers for Sergra Darkthorn in the Crossroads.','Ah, I see you\'ve been busy, lurking in the grasses and hunting prowlers. Do you think, then, it is time to face a champion among them?','How goes your hunt, $N? Have you found the prowlers?','','','','','',5096,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',845,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(904,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(905,4044,17,0,8,10,17,0,690,0,0,0,0,0,0,0,0,3261,0,0,'The Angry Scytheclaws','Now, $N, the hunt deepens. Now you must defeat your prey, and then find your way to its lair.$B$BHunt the sunscale raptors to the south. Slay them and remove the feathers they wear. Place the feathers on the scytheclaw nests southwest of the Stagnant Oasis. Show their brethren you do not fear them!','Kill Sunscale raptors and collect their feathers. Use the feathers on the 3 Scytheclaw nests. Return to Sergra Darkthorn in the Crossroads.','Is your task finished? Ponder the life of the Scytheclaw as you do it. There are important lessons within every creature\'s lifespawn. $B$BSome of the others believe I have been too heavy handed in my lesson. I know that you are simply following my orders, but I want you to consider the life of the creatures you are slaughtering. $B$BThough they are at times a nuisance, they only become threatening when we seek their slaughter. This days defilement will cause us more trouble than it will solve problems...','Have you been to the nests, $N?','','','Visit Blue Raptor Nest','Visit Yellow Raptor Nest','Visit Red Raptor Nest',0,0,0,0,0,0,0,0,0,0,0,0,0,-6907,-6908,-6906,0,1,1,1,0,5316,5316,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',881,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(906,4044,17,0,0,17,25,0,690,0,0,0,0,0,0,0,0,0,5072,1,'Betrayal from Within','Take Lok\'s head to Thork in the Crossroads, $r. He should know what has happened to my tribe without any words--ha, not that he would believe Mangletooth helped in such things. But I am sure he\'ll reward you for carrying out such a great deed. $B$BI will continue to bless you with Agamaggan\'s power for as long as I remain in this cage, $r. Until then, farewell.','Bring Lok\'s Skull to Thork at the Crossroads in the Barrens.','You found the Razormane leader and killed him yourself, $N? Amazing.$B$BI am without words, but that does not mean I am without thanks. The people of the Crossroads would do well to respect your strength.$B$BI must admit, I thought the leader of these raids on our supply lines was another quilboar. Thank you again, $N.','Yes, what is it?','','','','','',5072,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5316,5317,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',879,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(907,4044,17,0,8,10,18,0,690,0,0,0,0,0,0,0,0,913,0,0,'Enraged Thunder Lizards','Now, $N, you must face the great thunder lizards. So large are the beasts, the ground rumbles as they stomp across the plains. Take care as you fight them, for one false step and you may find yourself beneath their feet.$B$BYou will find the thunder lizards in the southern Barrens. They are known as Stormsnouts, Stormhides and Thunderheads. Return to me after you have bested them.','Bring 3 Thunder Lizard Blood to Jorn Skyseer at Camp Taurajo.','It is good to see you return with proof of victory. And it is good to know you have done so with your bones unbroken.','Are the thunder lizards defeated, $N?','','','','','',5143,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',882,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(908,5875,331,0,8,25,27,1,690,0,0,0,0,0,0,0,0,0,0,0,'Amongst the Ruins','The Twilight\'s Hammer has moved into the Moonshrine Ruins of Blackfathom Deeps. Their presence can only serve to coerce the elements into working against us. If left unchecked, this region will be theirs for good.$B$B$N, go into Blackfathom and find the ruin\'s fathom stone; it should be somewhere close in the water. In it is a fathom core - a device that when properly read it will relate a history of all elemental activity. If I have it, I and the Earthen Ring can maybe do something to stop them!','Bring the Fathom Core to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','This is exactly what I need! A fathom core is an incredible well of information that we will be able to draw much good from. Whatever the Twilight\'s Hammer is up to in there - and believe me when I say it is no good - my comrades and I will now uncover.$b$bYou\'ve done well here today; the Earthen Ring looks upon you warmly for assisting us. You\'ve also helped the Horde as a whole, and for that you should be proud.','Have you been successful in locating the fathom core? Without it we\'ll have no idea what the Twilight\'s Hammer is exactly up to down there.','','','','','',16762,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,350,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',6563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(909,5875,331,0,0,25,30,1,690,0,0,0,0,0,0,0,0,0,16782,1,'Baron Aquanis','The defeated water elemental has left behind a strange water globe. You surmise that the object somehow fed the beast energy. Inside the globe, a putrid-looking form of water sloshes about. The globe itself seems impervious to any sort of physical force.$B$BIf anyone can make any sense of this item, it would be Je\'neu Sancrea of the Earthen Ring. He is located at the Horde\'s Zoram\'gar Outpost in Ashenvale.','Bring the Strange Water Globe to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','This... this is quite the find, $N.$b$bYou acquired this from Baron Aquanis in Blackfathom, you say? Baron Aquanis has long been thought of as a corrupted elemental power; this globe will prove what exactly had corrupted him. While it would be no surprise if it turned out to be the Twilight\'s Hammer, our studies will also show how they did it as well.$b$bYou did well in bringing this to me. Please - take this, along with the Earthen Ring\'s warmest regards.','Ah, hello again $N. I was just reading the waves the sea, much like I always do. What brings you to the outpost?','','','','','',16782,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16886,16887,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(910,4044,0,284,2,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Down at the Docks','I have heard tales of the mighty ships that sail between Ratchet and Booty Bay! That would be so cool to sail on the ocean and fight in many great sea battles. Maybe I will be a mighty Horde sailor when I grow up! Yeah!$B$BWould you take me to see the Ratchet docks, please? I promise I won\'t get into the water or cause any trouble - I just want to see the big boats and smell the salty sea water! Yeah!','Take your ward to the docks of Ratchet in the Barrens.','Wow, the ocean is HUGE! There were a lot of sea gulls and stuff too - It\'s just as noisy and as bustling as I thought it would be. There are pirates near by too - so cool!$B$BThank you for taking me to Ratchet, $N. That was so awesome!','Are we there yet?','Go to the docks of Ratchet in the Barrens.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,3551,0,0,0,'',911,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(911,4044,0,284,2,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Gateway to the Frontier','They say that Ashenvale is the new frontier, and that the Mor\'shan Rampart in the Barrens is the gateway to it. That would be so cool to be a pioneer, carving everything you need out of the untamed wilds! They say that this is where the Horde and Alliance will clash the most in the future, and I want to be there $N!$B$BWould you take me to the Mor\'shan Rampart so I can see what the frontier looks like, please? I wanna see where the Horde is driving out those smelly night elves!','Take your ward to the Mor\'shan Rampart in the northern part of the Barrens, just before entering Ashenvale.','Wow, Ashenvale is where real adventure happens! Have you ever fought in Ashenvale, Yohaan? When I become a hero when I grow up, I wanna come to Ashenvale and fight for the glory Horde!$B$BThank you for taking me to the frontier, $N. You\'re the best!','','Go to the Mor\'shan Rampart in the Barrens.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,3549,0,0,0,'',172,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(912,5875,38,0,8,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stonesplinter Trogg Disguise','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(913,4044,17,0,8,10,20,0,690,0,0,0,0,0,0,0,0,874,0,0,'Cry of the Thunderhawk','The thunderhawk, $N, is a fierce beast. It is time for you to face them. You must find where it roams, and bring me its wings as proof of your successful hunt.$B$BDo this, and your time with me will near its end.','Find and slay a Thunderhawk, return its wings to Jorn Skyseer at Camp Taurajo.','You, like the thunderhawk, should be proud. You have bested every foe we set you before, and have done so with strength, courage and honor.$B$BBut your path, $N, continues. In fact, you will find that true hunters forever strive, forever walk their path with the same pride you have shown me.$B$BNow, it is time to move on.','Is it done? Have you slain the thunderhawk?','','','','','',5164,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5302,5306,0,0,0,0,1,1,0,0,0,0,5299,0,0,0,1,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',907,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(914,4044,718,0,8,10,22,81,690,0,0,0,0,0,0,0,0,0,0,0,'Leaders of the Fang','The druids in the Wailing Caverns, the Druids of the Fang, are an aberration. They were part of an order of noble druids whose plan was to heal the Barrens, but now seek to remake that land to match their own, twisted dreams.$B$BThe Druids of the Fang have four leaders, and each possesses a dream gem. Even now their faces haunt me! Defeat the leaders and bring me their gems, and the Barrens may again know peace.$B$BGo, $N. You will find them lurking deep within the Wailing Caverns.','Bring the Gems of Cobrahn, Anacondra, Pythas and Serpentis to Nara Wildmane in Thunder Bluff.','You have done it, $N. You killed the leaders of the Druids of the Fang. My dreams are now free of their wicked faces, and you have helped save the Barrens from a cursed future.$b$bI thank you, $N. I thank you for myself, for the druids of Thunder Bluff, and for the land.','Memories of my nightmares haunt me, $N. Have you defeated the leaders of the fang and acquired their gems?','','','','','',9738,9739,9740,9741,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6505,6504,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',1490,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(915,4044,0,284,0,10,-1,0,255,0,0,0,0,0,0,0,0,0,0,0,'You Scream, I Scream...','ICE CREAM! Oh please please please could you get me some ice cream?! Strawberry is my favorite flavor, and there\'s no better strawberry ice cream in the world than Tigule and Foror\'s Strawberry Ice Cream! It\'s my favorite ice cream in the whole wide world!$B$BI had it once a long time ago when I was at the Shimmering Flats race track, but I heard that they might be selling them in town now! Please? Pretty please? With Tigule and Foror\'s Strawberry Ice Cream on top??!?!','Get some Strawberry Ice Cream for your ward. The lad seems to prefer Tigule and Foror\'s brand ice cream.','Mmmmmmmmm! I love their strawberry ice cream! If there\'s one thing Tigule and Foror know to do, it\'s make ice cream!$B$BThank you very much $N - this is the best treat ever!','I wish they\'d make more flavors of ice cream other than strawberry, but I guess I\'m lucky that strawberry is my favorite!','','','','','',7228,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1800,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(916,4044,188,0,8,3,4,0,1101,0,0,0,0,0,0,0,0,917,0,0,'Webwood Venom','I came to Shadowglen to observe the webwood spiders that dwell in the Shadowthread Cave. They are cousin to a much smaller variety of spider; I believe the world tree has had a profound effect on them, and I would like specimens to study to confirm this.$B$BFirst, I would like some of their venom. Gather Webwood venom sacs from the spiders in and around the Shadowthread Cave, to the north. I can then examine them for similarities with their smaller cousin\'s venom.','Bring 10 Webwood Venom Sacs to Gilshalan Windwalker at Aldrassil.','Thank you, $N. When I return to Darnassus I will compare the venom within these sacs with the venom of other spiders. It is my belief that it will have properties linked to the recent growth of our new world tree.','Did you gather the venom sacs, $N?','','','','','',5166,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10544,5392,5393,5586,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(917,4044,188,0,8,1,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Webwood Egg','Now that I have the spiders\' venom, I\'d like some live specimens to study. Unfortunately, capturing a living, giant spider is more than I can ask of you, young $c. And a giant spider is more than I could handle myself!$B$BBut if you can find an unhatched egg, then delivering specimens will be much easier, and I can then arrange for the unhatched spiders to be contained.$B$BThere must be a nest deep in the Shadowthread Cave. Please, search for an egg in the nest and return it to me.','Bring a Webwood Egg to Gilshalan in Aldrassil.','Ah, very good. I will have this egg and the venom transported to Darnassus, then return there when my studies are done here. I expect to find out a great deal from these specimens, $N. You have been a great help to me.','Have you been inside the Shadowthread Cave, $N? Did you find a spider egg?','','','','','',5167,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5395,4907,11189,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',916,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,0,0,1000,0,0,1,2,0,6),(918,4044,141,0,8,4,7,0,1101,0,0,0,0,0,0,0,0,922,0,0,'Timberling Seeds','The timberlings of Teldrassil are elementals of nature. In some ways they reflect the natural order of plants and animals on our great tree.$B$BSo it is disturbing to see how angry the timberlings have become.$B$BI believe it has something to do with the soil. I have been working on different methods of nurturing plants and would like to try them on timberling seeds. Please, can you gather seeds from timberlings around Lake Al\'Ameth and bring them to me?','Bring 8 Timberling Seeds to Denelan at Lake Al\'Ameth.','You got them. This is good!$b$bI will plant these seeds in special soil I have prepared. I believe the seeds will sprout into timberlings who are much more docile. Perhaps later you can see the results!','Do you have the seeds? I am eager to plant them.','','','','','',5168,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4604,0,0,0,10,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(919,4044,141,0,8,4,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Timberling Sprouts','Small timberlings are sprouting around the waters of Lake Al\'Ameth. I\'m afraid these sprouts are beyond help -- we should try to clear them from the land before they grow large enough to cause trouble.$B$BWhen you\'re wandering the lake, if you see any timberling sprouts please take them. Help keep our land clean!','Bring 12 Timberling Sprouts to Denalan at Lake Al\'Ameth.','That\'s a lot! I\'m afraid they\'re spreading at a dangerous rate. I hope I can solve the riddle of what is tainting them.$b$bThank you for your help, $N. The land is a cleaner place from your efforts.','Hello, $N. Have you found any sprouts near the waters?','','','','','',5169,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5606,6061,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(920,4044,188,0,8,1,5,0,1101,0,0,0,0,0,0,0,0,921,0,0,'Tenaron\'s Summons','$n, is it? I heard that Tenaron has been asking for you. You\'ll find him in the highest room atop Aldrassil.$b$bWe may live long lives, but it\'s best you not keep him waiting too long.','Speak with Tenaron Stormgrip atop Aldrassil in Shadowglen.','Ah, $N. I was hoping you\'d be prompt in answering my summons. I have an important task that I would like you to perform.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',917,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1),(921,4044,188,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,5185,1,'Crown of the Earth','It is time for you to set out to seek your destiny, $n. But before you are ready to set out into the world beyond our enchanted forests, there is much you must learn about our recent history.$b$bMuch has changed with our people since the Battle of Mount Hyjal. Nordrassil lies a pale shadow of what it once was, its power used to defeat Archimonde and drive back the Burning Legion...$b$bThere is a task you must perform. Go to the moonwell north of Aldrassil and return me a phial of its water.','Fill the Crystal Phial and bring it back to Tenaron Stormgrip atop Aldrassil.','So you have heard the first part of the aftermath of the Battle of Mount Hyjal. There is much more to be told and the task you have begun here will continue through the rest of your journey through Teldrassil and into Darnassus.','The moonwells hold the waters of the Well of Eternity, the ancient source of magic that has wrought so many horrors upon our world.$B$BThe druids take advantage of its properties, and the Sentinels revere the wells as shrines to Elune, but sorcery is forbidden to all.','','','','','',5184,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',920,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,4),(922,4044,141,0,0,4,7,0,1101,0,0,0,0,0,0,0,0,923,5168,1,'Rellian Greenspyre','$N, can you take one of the seeds you brought me to my friend, Rellian Greenspyre? He is a druid in Darnassus, and when last we spoke he revealed his interest in my work with the Timberlings. He had some ideas himself, and he will appreciate a specimen seed to work with.$B$BThank you, $N. You have been a great help to me. I hope that, some day, you will see the fruit of my labors.$B$BYou will usually find Rellian walking the pathways of the Cenarion Enclave in Darnassus.','Bring a Timberling Seed to Rellian Greenspyre in Darnassus.','Ah, a timberling seed? I wanted to try growing one of these to help Denalan with his studies.$b$bBut I\'m afraid I\'ve discovered that a corruption has grown in many of the timberlings, and seeds from such creatures carry their parent\'s taint. They are beyond my talents to repair.$b$bDenalan is very skilled with things that grow. He may find a cure for future timberlings. He may be their only hope.','Hello...$b$bAnd how may I help you?','','','','','',5168,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',918,919,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(923,4044,141,0,8,4,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Tumors','There is a malevolence growing in the timberlings. We are trying to find the source, but until we do...in order to keep Teldrassil safe we must cut down the timberlings who are beyond help. Those that wander Wellspring Lake in northern Teldrassil are the most tainted. They must be removed!$B$BDestroy the Timberlings you find there, and gather the mossy tumors growing upon them. Bring the tumors to me so that they may be burned.','Bring 5 Mossy Tumors to Rellian Greenspyre in Darnassus.','Well done! These tumors are the symptom of the timberling\'s disease. They are filled with a poison that we must cleanse from our new land.$b$bI will dispose of these tumors. Thank you, $N.','Have you been to Wellspring Lake, $N? Have you been hunting the timberlings there?','','','','','',5170,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5605,0,0,0,1,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,'',922,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(924,4044,14,0,0,9,14,0,690,0,0,0,0,0,1800000,0,0,0,0,0,'The Demon Seed','The Demon Seed is a powerful tool for the Burning Legion. It rests in a cave on Dreadmist Peak, above a demonic altar of fire.$B$BI have prepared power stones that when placed near the Seed will disrupt its connection to the Legion.$B$BTake a stone from the table and bring it to the altar of fire atop Dreadmist Peak. Travel west, then north when the road forks. The Peak will be to your left. The safest climb to the top is on its northern face.$B$BAnd hurry--the stone\'s power will consume itself in time.','Grab a Flawed Power Stone. Bring it to the Altar of Fire before the stone expires, then return to Ak\'Zeloth.','Your task is complete. You have destroyed the Demon Seed as Neeru bid. But this is not the end...$b$bThe destruction of the Demon Seed sent waves of power through the ether, waves of staggering force. I felt them, and I am sure other beings did as well. Others who will wonder why their toy was broken...$b$bBut regardless of future troubles, I have something for you. Neeru sent it as payment. And he bid me thank you.$b$bSo, thank you.','The Demon Seed still exists. I can sense its power...','','Destroy the Demon Seed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-3525,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5420,0,0,0,1,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',809,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(925,4044,0,284,0,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Cairne\'s Hoofprint','They say that Cairne Bloodhoof is one of the greatest heroes the Horde has ever seen. When I grow up, I wanna be a hero of the Horde too!$B$BDo you know Cairne, $N? Could you do me a favor, please? Could you get his hoofprint for me? I dunno how to ask him, and he\'d probably be too busy for someone like me... but you! You\'re an adventurer just like he is! I bet he\'d give you his hoofprint easy!$B$BPlease?','Travel to Thunder Bluff to see about getting Cairne Bloodhoof\'s hoofprint for your ward.','WOW! You got Cairne\'s hoofprint for me! Thank you very much! And wow... he wrote a personal message on here - to me! I knew he\'d be totally cool, I just did! Maybe someday I\'ll thank him myself... when I become a hero of the Horde!$B$BYou\'re the best, $N. Thank you for being so nice to me.','When the orcs were alone and without friends, the tauren welcomed them to a strange land and shared with them without asking anything in return. That\'s honor, $N.','','','','','',18643,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',910,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(926,4044,14,0,8,1,14,0,690,0,0,0,0,0,0,0,0,0,0,0,'Flawed Power Stone','Maybe these stones will be useful on the future...','','These stones are infused with magical energy, but purposefully flawed. They are very unstable and once removed from the table they will consume themselves quickly.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4986,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(927,4044,141,0,0,5,12,0,1101,0,0,0,0,0,0,0,0,0,5179,1,'The Moss-twined Heart','The heart of Blackmoss the Fetid is covered with a dark, oily moss. In fact, the only way to tell this is a heart is from its slow, rhythmic beat... A beat that continues even now.$B$BPerhaps Denalan will want to see this heart.','Bring the Moss-twined Heart to Denalan at Lake Al\'Ameth.','...What is this? A timberling heart?? It\'s covered with a foul moss!$b$bThank you for bringing this to me, $N. I will examine the heart and, if fortune shines, determine the nature of the moss about it.','$N! You have something for me?','','','','','',5179,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',918,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(928,4044,188,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,5186,1,'Crown of the Earth','While there is more I could speak to you of the moonwells and of Teldrassil, I must send you along. Corithras Moonrage will be expecting you. I have poured the phial of water you brought to me into this vessel to bring to him.$b$bSeek out Corithras. You will find him at the moonwell in Dolanaar. Follow the road south from Aldrassil out of Shadowglen, and continue to follow the cobblestones as the road turns west.$b$bMind you stay on the road though, $n. There are dangerous beasts in the forests of late.','Bring the Partially Filled Vessel to Corithras Moonrage in Dolanaar.','Ah, I see. You were sent by Tenaron. Well then, it would seem we have much to talk about, much to do, and little time to do it in.$B$BI think we\'d best get started.','Greetings, $C. For what purpose do I owe the pleasure of our meeting?','','','','','',5186,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',921,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,3),(929,4044,141,0,0,1,5,0,0,0,0,0,0,0,0,0,0,933,5619,1,'Crown of the Earth','First, let me tell you more of the task you must complete. The druids in Darnassus use the water of the moonwells of Teldrassil, and their moonwell must be replenished from time to time. Using these specially crafted phials, you can collect the water of the moonwells.$b$bTake this vessel to the moonwell outside of Starbreeze Village to the east, and fill it with some of its waters, then return to me. When you have completed your task, I shall continue the story where Tenaron left off...','Fill the Jade Phial and bring it back to Corithras Moonrage in Dolanaar.','After the Battle of Mount Hyjal, we were without direction. Nordrassil smoked from the fire it unleashed, and our immortality--the very essence of our beings!--was lost.$B$BIt was in this trying time that the Betrayer was freed from his prison, and Shan\'do Stormrage disappeared. A dark time for all.','Hello again, $N. Have you completed your task?','','','','','',5639,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',928,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,4),(930,4044,141,0,0,4,10,0,1101,0,0,0,0,0,0,0,0,0,5189,1,'The Glowing Fruit','Hanging from beneath its fronds of this glowing plant is a large, round fruit.$B$BDenalan would want to study this fruit, you are certain.','Bring the glowing fruit to Denalan at Lake Al\'Ameth.','You found this on Teldrassil? Intriguing... this fruit is exotic. Perhaps its seeds were brought here from far off. Perhaps even as far as Azeroth! And there\'s something about this fruit... it seems to have reacted very strangely with the soil of Teldrassil.$b$bThank you, $N. Now if you\'ll excuse me, I must study this further...','$N, you look like you have something to tell me. Do you have news concerning the timberlings?','','','','','',5189,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',918,919,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(931,4044,141,0,0,4,10,0,1101,0,0,0,0,0,0,0,0,0,5190,1,'The Shimmering Frond','The fronds on this plant shimmer in the forest light, giving it a twisting, pulsing aura.$B$BYou believe that Denalan would want a specimen of this.','Bring a Shimmering Frond to Denalan at Lake Al\'Ameth','Where did you get this? I haven\'t seen a plant like this since a sojourn I made to the Swamp of Sorrows... decades ago! It\'s amazing that a specimen made its way to Teldrassil. And it\'s grown to such a size!$b$bThank you, $N. Forgive my shortness of words, but there is a test I would like to perform on this frond...','You have something for me?','','','','','',5190,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',918,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(932,4044,141,0,8,4,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Twisted Hatred','I must warn you, $n, this matter must stay between us. The satyr are enough of an embarrassment to us already, and this one is much too close to home.$B$BHe is called Lord Melenas. He resides in the nearby cave of Fel Rock where he has gathered a large group of grell warriors. His heart is black as night, and he plots something most foul.$B$BYou must find him within his nearby cave just to the north of here, and bring me his head.','Kill Lord Melenas and bring his head to Tallonkai Swiftroot in Dolanaar.','With Lord Melenas laid to rest I can finally move on to other matters. Thank you, $N.','Did you kill Lord Melenas yet? It is vital that he be taken care of quickly and quietly, $N. His continued existence is an embarrassment to us all.','','','','','',5221,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5419,2571,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,6,2,0,5),(933,4044,141,0,0,1,9,0,0,0,0,0,0,0,0,0,0,7383,5621,1,'Crown of the Earth','There is another moonwell southeast of the entrance to Darnassus, on the shores of the Pools of Arlithrien. The Sentinels are having problems patrolling the area because of attacks and the growing ill-temperedness of the Gnarlpine furbolgs.$b$bBe wary as you seek out the well, and keep your weapons close at hand.','Fill the Tourmaline Phial and bring it back to Corithras Moonrage in Dolanaar.','Shan\'do Stormrage never returned, and the druids were in disarray, and to this day we still do not know what became of him. With Malfurion missing, Arch Druid Fandral Staghelm took over the leadership of the druids, convincing the Circle of Ancients in Darkshore that it was time for our people to rebuild, and that it was time for our people to regain their immortality.$B$BWith the approval of the Circle, Staghelm and the most powerful druids grew Teldrassil, the new World Tree.','At first the reports of crazed furbolg attacks were dismissed. Who could have thought that the peace-loving bear-men would turn to mindless rage? Yet another of the problems that plagues us here in our new home.','','','','','',5645,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',929,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(934,4044,141,0,0,1,11,0,0,0,0,0,0,0,0,0,0,935,5623,1,'Crown of the Earth','All was not well with Teldrassil, however. Staghelm\'s carefully made plans for the new World Tree had borne out as he had hoped, but there was one small problem, a problem to which many of the troubles on Teldrassil may be attributed.$b$bHowever, I will not get into that yet. You must visit the last moonwell, to the northwest in the Oracle Glade. Under the boughs of the Oracle Tree lies the first and most powerful of our wells. Retrieve a phial of its water and return to me.','Fill the Amethyst Phial and bring it back to Corithras Moonrage in Dolanaar.','To be in the presence of the Oracle Tree... it is almost to feel wisdom take form. Let me continue the telling...$B$BWith Teldrassil grown, the Arch $C approached the dragons for their blessings, as the dragons had placed upon Nordrassil in ancient times. But Nozdormu, Lord of Time, refused to give his blessing, chiding the $C for his arrogance. In agreement with Nozdormu, Alexstrasza also refused Staghelm, and without her blessing, Teldrassil\'s growth has been flawed and unpredictable...','Along with the druids, the Oracle Tree and the Arch $C have been carefully monitoring the growth of Teldrassil. But though we have a new home, our immortal lives have not been restored.','','','','','',5646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',933,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(935,4044,141,0,0,1,11,0,0,0,0,0,0,0,0,0,0,0,5188,1,'Crown of the Earth','Without the blessings of Alexstrasza the Life-Binder and Nozdormu the Timeless, Teldrassil\'s growth has not been without flaw. Strange beasts have been reported arising from the very ground of the tree, and crazed furbolgs attack passing travelers.$b$bI can only hope that the solution the Arch Druid is looking for will be found quickly. I will pour all the phials you brought into this vessel, for you to deliver to Darnassus.$b$bBring it to Fandral Staghelm, you will find him in the druid grove.','Bring the Filled Vessel to Arch Druid Fandral Staghelm in Darnassus.','Ah yes, the water I had requested. Tenaron and Corithras certainly took their time in having it delivered... perhaps not choosing the most reliable of messengers... hmm.$B$BNonetheless, I can finally get back to my work then. The weight of Teldrassil\'s problems fall upon my shoulders. A yoke I would wish to soon be rid of.$B$BTake this, you may find some use for it.','I know that I did not summon you, so I cannot help but wonder why it is you have come to speak with me.$B$BWhatever it is, please make it quick.','','','','','',5188,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5596,5595,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',7383,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(936,4044,1637,0,8,47,50,0,690,0,0,0,0,0,0,0,0,3761,0,0,'Assisting Arch Druid Runetotem','Excuse me $c, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Thunder Bluff is most interested in seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Hamuul Runetotem is spearheading this research.$B$BPlease - if you are interested, speak with him directly on the Elder Rise within Thunder Bluff proper.','Speak with Arch Druid Hamuul Runetotem in Thunder Bluff.','Greetings, $C; I am glad you are interested in assisting our research. There is much to do, and I would be doing you a disservice if I informed you that the work this entails is not dangerous. Hopefully this will not scare you off... but from the looks of you, I take it that danger is something that you have dealt with before.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'3762 3784',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(937,4044,141,0,8,6,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Enchanted Glade','I was dispatched with a small group of Sentinels here to protect the Oracle Tree from the harpies that have made nests all around the glade. Little by little we are trying to push them back.$b$bWhen the Oracle Tree attempted to send a runner to Darnassus with a report, the messenger was attacked and killed by a group of the harpies.$b$bIf you feel up to the task, go to their nests, slay them, and return their belts to me as proof of your deeds.','Acquire 6 Bloodfeather Belts and bring them to Sentinel Arynia Cloudsbreak in the Oracle Glade.','I am impressed by what you have accomplished here in so short a time, $N. Would that I could ask you to remain here to assist me with my duties... but I know in my heart that greater tasks lie ahead for you.$b$bI have noticed the Oracle Tree has just shed a piece of its bark. No doubt it has a task that it wishes completed. You should speak with it.','Their slashing talons and piercing beaks may prove a difficult match for your own abilities, $N, but I have faith that you will not fail in this task.','','','','','',5204,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5592,5591,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(938,4044,141,0,262146,7,12,0,1101,0,0,0,0,0,540000,0,0,0,0,0,'Mist','The sabercat\'s fur is a distinctive gray color, blending into the surrounding forest. As she lays there, you observe that she is badly wounded, with deep lacerations across her back and stomach.$b$bShe raises her head and gazes at you, bright intelligence shining in blue eyes. She seems to wish to follow you.','Escort Mist to Sentinel Arynia Cloudsbreak at the moon well near the Oracle Tree.','Oh, thank you, $n! I feared I would never see Mist again, knowing only her death in my heart, never to be united with my faithful companion. I owe you more than you can know, and you have my eternal gratitude.','Mist... It was my fault! The witches caught me off guard... I should not have let them take you...','Lead Mist safely to Sentinel Arynia Cloudsbreak','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5590,5593,5618,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(939,4044,361,0,0,49,54,0,1101,0,0,0,0,0,0,0,0,4441,11668,1,'Flute of Xavaric','You study the simple wooden flute you picked up after defeating Xavaric.$B$BThe knotted wood feels solid, but it seems as if the spirals and patterns in the surface begin to spin and move as you turn it over in your hands. Suddenly, you feel a sense of dread...$B$BYou shake your head, sure that your mind is playing tricks on you.$B$BIt\'s possible that other satyrs carry clues as to what you have found. Bring your findings to the druid, Eridan Bluewind, that lives in southern Felwood.','Bring the Flute of Xavaric and 5 Jadefire Felbind samples to Eridan Bluewind in southern Felwood.','I sense the suffering of ancient ones, $N...$B$BHolding these items is almost unbearable...','What is it, $C? You look concerned.','','','','','',11668,11674,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(940,4044,141,0,0,6,11,0,1101,0,0,0,0,0,0,0,0,952,5219,1,'Teldrassil','The forest whispers of your feats of valor, $n. As I felt the harpies forced from their nests, a greater calm spread across the forest, its creatures once again feeling safe. I have feared sending another messenger to the Arch Druid, but I know that you will see my message safely to him.$b$bDeliver this to him and know that the forest will see you safely along its paths to the forest of stone.','Deliver the Oracle Tree\'s report to Arch Druid Fandral Staghelm in Darnassus.','I wondered why the Oracle Tree had not communicated with me for so long... It seems that some problems are lessened while others grow to greater concerns.$b$bI fear my work on Teldrassil shall never be completed, and our immortality never restored.$b$bNonetheless, you have done the Oracle Tree\'s task well, and should be rewarded for your diligence.','Hmm... You come with the spirit of the forest strongly within you, $C. What business do you have with the Arch Druid of the Kaldorei?','','','','','',5219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',937,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(941,4044,141,0,0,9,12,0,1101,0,0,0,0,0,0,0,0,0,5217,1,'Planting the Heart','I have removed that foul moss from the heart, but it remains tainted...$B$BTry placing the heart in my planter. It is filled with a nutritive soil that may cleanse and heal the heart.','Plant the Tainted Heart in Denalan\'s Planter.','You place the heart within the planter, and it quickly digs itself in!$b$bA few seconds later it wriggles back out, cleansed. It pulses slightly... beckoning for you to take it.','This planter is filled with soil, specially prepared by Denalan.','','','','','',5217,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5218,0,0,0,1,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(942,4044,148,0,0,15,20,0,1101,0,0,0,0,0,0,0,0,943,4654,1,'The Absent Minded Prospector','This fossil bears a striking resemblance to one I once saw in Ironforge. An archaeologist by the name of Flagongut brought it to our annual Explorers\' League conference. He believed the fossil had a power which could be unlocked somehow.$b$bLast I heard Flagongut had holed up in the Deepwater Tavern in Menethil Harbor, awaiting escort to the Whelgar Excavation Site. Seek him out and show him Remtravel\'s fossil. Perhaps he can reveal the secrets of the past.$b$bGood luck findin\' your way there!','Take the mysterious fossil to Archaeologist Flagongut in Menethil Harbor.','Oh my! You say this came from the distant lands of Kalimdor?$B$BAmazing! Simply amazing!','What ya got there, friend?','','','','','',4654,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',741,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(943,4044,148,0,8,15,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Absent Minded Prospector','Prospector Whelgar now holds the original fossil at his site in the Wetlands. When I discovered the Stone of Relu, I believed it to be the key to unlocking the mystery of the fossil.$b$bWhile I traveled on the road to meet Whelgar, I was attacked by raptors and the relic was lost. I don\'t know which one of the mottled beasts swallowed the relic but if you can retrieve it, I can unleash the power of these artifacts.$B$BBring me both the Stone of Relu, and the original fossil he holds.','Archaeologist Flagongut in Menethil Harbor wants you to bring him the Stone of Relu and Flagongut\'s Fossil.','Most excellent, $N!$B$BNow to see if I can use the stone to decipher the powers of the fossils.','With the Stone of Relu I will be able to release the hidden secrets of my fossil as well as Remtravel\'s fossil from Darkshore, $N.','','','','','',5233,5234,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5627,5626,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',942,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(944,4044,148,0,4,12,17,0,0,0,0,0,0,0,0,0,0,949,5251,1,'The Master\'s Glaive','It is strange that the naga are here, in Darkshore. But stranger still...are the Twilight\'s Hammer. That cult worships the old, old lords of the earth. Lords defeated long ago.$B$BThe Master\'s Glaive, to the south, is a place where such an old lord fell.$B$BGo there and look for more Twilight\'s Hammer cultists.$B$BTake this phial of scrying. Use it to create a scrying bowl after searching the Master\'s Glaive. Then speak to me through the bowl.','Gather information, then use the Phial of Scrying to create a Scrying Bowl. Use the bowl to speak with Onu.','The Twilight\'s Hammer is at the Master\'s Glaive?$b$bUnfortunate.$b$bThe old lord impaled by the glaive is long dead, but that does not mean slivers of his power do not still remain.$b$bThe Twilight\'s Hammer must be seeking this power.','The Master\'s Glaive, $N.$B$BGo there, then speak with me again.','Enter the Master\'s Glaive','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,225,0,0,0,'',948,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(945,4044,148,0,262146,10,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Therylune\'s Escape','Help!$B$BI was wandering around the Master\'s Glaive, and these dirty cultists surrounded me. Lucky I\'m good at hiding!!$B$BCan you help me out of here? And I need to send word to my sister Therysil that I\'m all right. She\'s in Ashenvale to the south, at the Shrine of Aessina.','Help Therylune escape, then tell Therysil at the Shrine of Aessina in Ashenvale that her sister is safe.','My sister was where?? Therylune doesn\'t mind getting herself dirty, but still! That\'s a long way to wander, and the Master\'s Glaive is an unwholesome place...$B$BWell thank you, $N. It was very nice of you to let me know she\'s all right.','','Escort Therylune away from the Master\'s Glaive','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(946,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(947,4044,148,0,0,12,17,0,1101,0,0,0,0,0,0,0,0,948,0,0,'Cave Mushrooms','I am devising a potion that requires rare mushrooms, mushrooms that grow only in a certain cave. The cave lies behind Cliffspring Falls, to the east and slightly north along the mountains.$B$BI would go there myself, but I was advised by the Grove of the Ancients to stay away from that place. Our venerable allies sense that the cave is the hiding place for a new evil in Darkshore.$B$BPlease, $N, gather the mushrooms for me. And while doing so, scout the cave to confirm the Ancients\' fears.','Bring 5 Scaber Stalks and 1 Death Cap to Barithras Moonshade in Auberdine.','Many thanks, $N. These mushrooms are fine specimens!$b$bAnd when you were at Cliffspring Falls, did you find anything to confirm the warnings of the Ancients?$b$bThe Ancients are wise, but I had hoped that, this time, they were wrong.','Do you have my mushrooms, $N? Have you been to the cave?','','','','','',5271,5270,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5610,4605,0,0,1,10,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(948,4044,148,0,8,12,17,0,1101,0,0,0,0,0,0,0,0,944,0,0,'Onu','Onu, an Ancient of Lore at the Grove of the Ancients, knows of your journey to Cliffwater Falls and wishes to speak with you. The grove lies to the south, nestled near the mountains.$B$BThe Ancients are patient and wise, $N. But if Onu seeks your counsel concerning what you saw in the falls, then I fear it is urgent.','Speak with Onu at the Grove of the Ancients.','$N. You are here.$b$bGood.$b$bWe have matters...to discuss. You and I.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',947,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(949,4044,148,0,8,12,17,0,1101,0,0,0,0,0,0,0,0,950,0,0,'The Twilight Camp','The Twilight\'s Hammer\'s purpose at the Master\'s Glaive is not known. But it must be dark.$B$BSearch through their camp at the Glaive... Search for some thing that may teach us their intentions.$B$BFor we must learn their intentions before a plan is made.','Find a clue in the Twilight\'s Hammer camp at the Master\'s Glaive.','This book is hand printed in an ancient language, and illustrated by a master artist.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',944,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(950,4044,148,0,0,12,17,0,1101,0,0,0,0,0,0,0,0,0,5272,1,'Return to Onu','Peering into the Twilight Tome is maddening. Text begins to swim and dance after only a moment\'s glance, and once beautiful scrollwork twists into grotesque shapes.$B$BTearing away one page of insane scribbles is all that is possible before a swoon overtakes you.','Bring Onu the recovered Insane Scribbles.','A chaotic, primal magic surrounds this parchment of scribbles. I sense the work of the old ones in it.$b$bLet us hope it reveals the purpose of the Twilight\'s Hammer in Darkshore...','$N. You return.','','','','','',5272,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',949,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(951,4044,148,0,8,12,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mathystra Relics','The parchment you found at the Master\'s Glaive is a page from an ancient text...written by elves! It is heavily cursed and tainted by the corruption of the Twilight\'s Hammer, but it seems the cult is using ancient elven magic to bring their old masters back to our world.$B$BTravel to the ruins of Mathystra to the northeast, and search for ancient relics among the grass and broken stones. Through their study, we may divine how the Twilight\'s Hammer intends to exploit the magic of the elves.','Bring 6 Mathystra Relics to Onu at the Grove of the Ancients.','Thank you. These relics are from a time when Mathystra shone. That once great bastion of the elves has faded, but shards of its magic remain. Let us hope we can unlock the secrets of that place before our enemies...$b$bBe vigilant, $N.','$N. Has your rooting through the Ruins of Mathystra been fruitful?','','','','','',5273,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5757,5615,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',950,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(952,4044,1657,0,0,6,11,0,1101,0,0,0,0,0,0,0,0,0,5390,1,'Grove of the Ancients','If you had enough time to run messages for the Oracle Tree, then I\'m sure that I can press you into service to deliver a message to the Grove of the Ancients in Darkshore, due south of Auberdine.$b$bYou will most likely have to secure transport on a hippogryph, but I have faith enough in you that you can manage that. Take this to Onu, the Ancient of Lore. He has been awaiting word from me, even as I waited for news from the Oracle Glade.','Deliver Fandral\'s message to Onu in the Grove of the Ancients in Darkshore, south of Auberdine.','Ah. Thank you, $N. It is strange, though. The Arch Druid always seems in such a hurry. The forest knows that all shall come to pass in the appointed time. Shan\'do Stormrage understood that.','Ah. $C. How may Onu assist you?','','','','','',5390,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',940,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(953,4044,148,0,8,9,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Fall of Ameth\'Aran','To the east you will find the ruins of Ameth\'Aran. It is now inhabited by the restless spirits of the Highborne that once dwelt within its walls, but once it was a place where the servants of Azshara freely practiced their powerful magics.$b$bI was sent to explore the ruins and came across two large tablets, scrawled with the stories of Ameth\'Aran and its fall. While I read the runes, I was accosted by the spirits, and fled.$b$bPlease, if you can, venture to the ruins and decipher the tablets in my place.','Study the tablets which tell of Ameth\'Aran and of its fall, then return to Sentinel Tysha Moonblade in Darkshore.','We have few records from the time around the War of the Ancients, especially near the destruction of the Well of Eternity. Given the upheaval and cataclysmic events that were taking place, it is no big surprise.$B$BThank you, $N. With your help, my work here is finished, and I will be able to deliver a full report to the Circle.','When you have studied the tablets and learned of Ameth\'Aran\'s fall, I will take the knowledge on to Auberdine, and inform the Circle of Ancients.','','Read the Lay of Ameth\'Aran','Read the Fall of Ameth\'Aran','','',0,0,0,0,0,0,0,0,0,0,0,0,-17188,-17189,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(954,4044,148,0,8,7,12,0,0,0,0,0,0,0,0,0,0,955,0,0,'Bashal\'Aran','The ruins of Bashal\'Aran to the east are overrun with demonic minions. The sprites and satyrs that have taken up residence in the area feed upon the magical energies of the area, their powers growing from continued exposure.$b$bEven with that, I have noticed that there is one shrine they will not approach. On the western side of the ruins, atop a small bluff, a strange blue aura permeates... There must be an explanation to the demons\' reluctance.$b$bI would like you to investigate it.','Find the source of the strange blue aura in the ruins of Bashal\'Aran.','Ahh... To what could I possibly owe the exceedingly special honor of a $r such as yourself as company. Truly it says much of my current companions--with no offense to my hosts, the noble grells and satyrs--that your presence could be considered an improvement.$b$bBut please, do not let my uncivil tongue drive you from the place. It has indeed been many years, decades even, since I had civil accompaniment.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,230,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(955,4044,148,0,8,7,12,0,1101,0,0,0,0,0,0,0,0,956,0,0,'Bashal\'Aran','If I were to relate the story of my life, I have no doubt it would surpass the limits of your patience. Let us say that mine has been a long and painful life, and this spectral form is perhaps the worst torment of all.$b$bI am held here by the means of magic. Though my words may seem disingenuous, I assure you I would be grateful beyond words if you would help me find the means of my imprisonment. A seal binds me, and by examining the earpieces of the sprites and grells, I may find a trace of it.','Acquire 8 Grell Earrings for Asterion in Bashal\'Aran.','Indeed... The grells of Bashal\'Aran do not possess that which I am searching... however they have come into contact with it recently. Recently... I would reckon that by your time, not mine. Recent for me stretches into the veil of the past, almost another Age...','Once I have the earrings, I will cast the spell to search for the whereabouts of the seal that binds me. For centuries I have thought on the freedom destroying the seal would bring to me... Perhaps those centuries have taken a toll upon my mind that I might never recover...','','','','','',5336,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',954,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(956,4044,148,0,8,7,13,0,0,0,0,0,0,0,0,0,0,957,0,0,'Bashal\'Aran','If the grells have come into close contact with the seal that binds my eternal prison, I suspect I know the cause. No doubt the seal has come into the possession of the satyr that lead them.$b$bI feel strongly that this must be true, $n. One of the satyr must surely possess it. If you can obtain it, you would bring me so close to passing the bars of my prison that tears would come to my eyes.','Obtain the Ancient Moonstone Seal and bring it to Asterion in Bashal\'Aran.','It... it is hard for me to even believe that what I hold now is that which has held me for so long. Let us waste no time, $N. When the seal is destroyed, I might walk the forests of the earth freely again.','The pillars of this shrine are as the bars of a prison to me, $N. No strength I still possess might break them, and no magic I wield might destroy them...$B$BFor a thousand years and more I have stared at them, wondering if at long last I outlived even the stone, would I be free? Or would it be invisible bars that held me then...','','','','','',5338,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',955,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(957,4044,148,0,0,7,13,0,1101,0,0,0,0,0,0,0,0,0,5338,1,'Bashal\'Aran','It was the craft of one of the most powerful of the Highborne that created the seal that formed my prison. In Ameth\'Aran, the ruins to the south that are twin to these, persists even today an ancient flame, blue in color. In this flame this seal could be destroyed.$b$bBe wary in the ruins, $n...','Destroy the Ancient Moonstone Seal at the ancient flame in Ameth\'Aran, then return to Asterion in Bashal\'Aran.','I am freed, $N! I can now see with my own eyes the changes that have come to our world... Only bits and pieces have I known. To think that when I last walked freely, the Well still stood and the Highborne held court with Azshara, our beloved queen.$B$BI sense that my jailor, my former master, Athrikus, still lives... Already my feelings of hopelessness will give way into thoughts of vengeance.','In truth, $N, I am afraid... Afraid that your coming--all of this--is merely a figment of a deranged mind. Can you know the torture that this is? I... Please, you must go quickly.','','Destroy the seal at the ancient flame','','','',0,0,0,0,0,0,0,0,0,0,0,0,-16393,0,0,0,1,0,0,0,6234,0,0,0,0,0,0,0,7229,5617,5604,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',956,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(958,4044,148,0,8,9,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tools of the Highborne','$C. A task I would ask of you.$b$bHave you seen the ruins of Ameth\'Aran? If not, you will find them on the eastern side of the main road, some ways to the south. Once they were the home of many powerful Highborne, now they are a testament to the destruction their dabblings produced.$b$bI have been told by the Sentinels that the spirits of the Highborne persist, and that they wield their ancient magical implements. Those relics must be appropriated, so that we might destroy them.','Retrieve 7 Highborne Relics for Thundris Windweaver in Auberdine.','Though it is surely a figment of my imagination, I feel as though I can almost feel the taint of foul Highborne magic upon them. I will have these destroyed, so that their long dormant evil might never be released again.','If only the tools of their undoing could have been destroyed in the cataclysm that destroyed our world... Nonetheless, we must do what we can to ensure that the horrors of our past are not repeated in the future.','','','','','',5360,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5612,0,0,0,1,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(959,4044,718,0,8,14,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble at the Docks','Oops!$b$bHad a little mishap, as you can see! The morning cargo shipment from Booty Bay was huge. Huge I say! Never seen so many crates. Well, I was trying to expedite things so I started unloading a bit more than I could handle. That\'s when everything came tumbling down.$b$bBefore I knew what was going on, I saw that menace, Mad Magglish, go running off with a bottle of 99-year-old port. Chased him all the way to Wailing Caverns. No way I was going in there.$b$bMaybe you\'re brave enough to find him?','Crane Operator Bigglefuzz in Ratchet wants you to retrieve the bottle of 99-Year-Old Port from Mad Magglish who is hiding in the Wailing Caverns.','Superb! And just as I was about to lose my job too! I will see to it that Gazlowe gets this gift immediately.$B$BThank you, $N. Nicely done, I say!','The dockmaster has been on my case ever since Mad Magglish made off with that 99-year-old port. I guess that bottle was intended as a gift for Gazlowe from none other than Baron Revilgaz himself.$B$BIf you\'re brave enough and patient enough to seek out Mad Magglish and get that port back, I\'ll see to it you get a nice reward.','','','','','',5334,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(960,5875,148,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Onu is meditating','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5251,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(961,4044,148,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Onu is meditating','','','The finding of Twilight\'s Hammer cultists is troubling. I must meditate on their intentions...$B$BWhen you have more information, speak to me through a scrying bowl. If you require a phial of scrying in order to create a bowl, then...here is another.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5251,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(962,4044,718,0,8,14,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'Serpentbloom','The Royal Apothecary Society, based in the great Undercity of Lordaeron, has sent me here for a very specific service, $n. Perhaps you wish to aid me, and in turn The Dark Lady in our efforts to advance the Forsaken.$b$bRecently I studied a rare specimen of flora named Serpentbloom. I believe in greater quantities this herb has great potential.$b$bUnfortunately Serpentbloom can only be found in the darkest recesses of the Wailing Caverns, a dangerous cave system located in the Barrens.','Apothecary Zamah in Thunder Bluff wants you to collect 10 Serpentbloom.','Ah, splendid specimens. You have done well, $N.','I am eager to see if you can gather enough Serpentbloom from the Wailing Caverns. I\'ve sent many to do my bidding but none have returned.','','','','','',5339,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10919,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',853,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(963,4044,148,0,8,11,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,'For Love Eternal','In the aftermath of the battles at the Well of Eternity, I heard that Ameth\'Aran had been destroyed, its people dead, including my love, Anaya.$b$bI would never have thought, thousands of years later, that memories of Anaya would still haunt my dreams. Wandering the woods of Darkshore in a stupor, I found myself in the ruins of Ameth\'Aran... where I saw the haunted spirit of my beloved.$b$bShe must be freed, but I lack the heart to do it. Her spirit must be destroyed.','Free the spirit of Anaya Dawnrunner and bring her pendant back to Cerellean Whiteclaw in Auberdine.','Thank you, $n. Perhaps it would have been better... if I had done it myself. But even after these thousands of years, I could not bear to raise my hand against my beloved.$b$bPlease, I would be alone with my grief...','With a great sorrow in my heart, I followed the Shan\'do Stormrage into hibernation, and took my sorrow to my dreams, sleeping for the passing of thousands of years.','','','','','',5382,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5611,0,0,0,1,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(964,4044,28,0,8,55,57,0,690,0,0,0,0,0,0,0,0,5514,0,0,'Skeletal Fragments','The key to Scholomance is called a Skeleton Key. It must be forged from the remains of a skeleton - several actually - and hardened by only the strongest of metals within a suitable mold. A signet of power from a being who naturally can open the portal to Scholomance will make the key ultimately function.$B$BFirst thing\'s first though, $N. We\'ll need skeletal fragments for the key\'s forging. Skeletons inside Andorhal should yield what we need, but the ones outside the walls might work too.','Bring 15 Skeletal Fragments to Apothecary Dithers at the Bulwark, Western Plaguelands.','This\'ll work, $N! My turn now - I will imbue these with a suitable temper that will allow them to survive the intense forging process they will eventually go through.$b$bThe next step will be to get an appropriate mold for the key. I know a goblin blacksmith in Tanaris that has in the past made molds for similarly macabre items. He works for whom goblins usually work for - the highest bidder.','Kill many and kill often, $C - we\'ll need a decent supply of suitable skeletal fragments to make up the outer layer of the key. They don\'t call it a Skeleton Key for nothing, you know.','','','','','',14619,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,'',838,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(965,4044,148,0,8,13,18,0,0,0,0,0,0,0,0,0,0,966,0,0,'The Tower of Althalaxx','Hail, young $r. I am Elissa Starbreeze, and it is my charge to protect Auberdine from harm.$b$bTo this end, I sent Balthule Shadowstrike to observe the strange happenings around the Tower of Althalaxx to the northeast.$b$bIt is past time that he should have returned. I worry that he has encountered some unforeseen danger in the forest. I would be most appreciative if you would find him and see that he is doing well.','Find Balthule Shadowstrike near the Tower of Althalaxx in Darkshore.','Elissa sent you? Then it is good tidings you bring. I have troubling news to report to her, and had no means with which to deliver it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(966,4044,148,0,8,13,18,0,0,0,0,0,0,0,0,0,0,967,0,0,'The Tower of Althalaxx','A group of warlocks has taken up residence around and inside the tower. I would have returned to Auberdine to report to Elissa earlier, but I was afraid that I might miss something while I was away.$b$bDelgren suspected such a company might be gathering at the tower, but did not know why.$b$bA few scraps of parchment that the warlocks carry have found their way to my hands, but I need more to complete the puzzle. I warn you not to venture into the tower, however, the warlocks there are much more powerful!','Collect 4 Worn Parchments for Balthule Shadowstrike near the Tower of Althalaxx.','Many thanks, $n. This should shed some light on this warlocks\' gathering...$b$bHmm... the Cult of the Dark Strand... I have never heard of this group before. Having no knowledge of their history, it is all but impossible to say what their plans must be.$b$bThere is no more time to delay. Warning must be delivered to Delgren immediately.','Have you found any more of their scrolls? I should be able to piece together a larger picture of the cult if you can find them.','','','','','',5348,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',965,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(967,4044,148,0,0,13,18,0,0,0,0,0,0,0,0,0,0,970,5354,1,'The Tower of Althalaxx','My master, Delgren the Purifier, is a paladin who has graciously offered his assistance in defending our forests from the forces of the demons and undead. He has taught me much about the Holy Light and the art of battle.$b$bDelgren must know of the cult\'s operations immediately.$b$bYou will find him far south of here at Maestra\'s Post in Ashenvale Forest. Be swift, I fear the Dark Strand\'s threat grows with each passing hour.','Deliver Balthule\'s letter to Delgren the Purifier in Ashenvale Forest.','If you don\'t mind my saying, you seem a bit well-equipped for a messenger, hm? I suppose Balthule wanted to be certain that his letter reached my hands. Let\'s see what he has to say...$B$BThis is disturbing news. When undead or demonic forces are found, I help the Sentinels destroy them.$B$BAt first I was unaccustomed to the manners of the night elves, but I have grown to respect them greatly as allies.','You have some business with me, $C?','','','','','',5354,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',966,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(968,4044,148,0,0,10,20,0,1101,0,0,0,0,0,0,0,0,0,5352,1,'The Powers Below','Although terribly worn and scratched, the title of this book can still be read upon its cover:$B$BThe Powers Below$B$BInside the book is a listing of unpronounceable names with foreboding titles, methods of worship, and preferred sacrifices...many of which include living, humanoid creatures.$B$BOn the inside cover of the book are the words: \"Bonegrip\'s Runes and Dooms, The Forlorn Cavern, Ironforge. Proprietor: Gerrig Bonegrip.\"$B$BIf Bonegrip sells books like this, perhaps he\'ll buy this one back.','Bring the Book: The Powers Below to Gerrig Bonegrip in the Forlorn Cavern, Ironforge.','Ah, a copy of The Powers Below. An interesting text, this is. And some might find it useful...$B$BBut this one\'s in sad shape. And look here! There are notes in the margin of almost every page!$B$BHm...I know this copy. I sold it to Bolgar last year. Are you...a friend of his? Yes, I thought you were. You have that same fire behind your eyes!$B$BWell, by definition, a friend of Bolgar\'s is a friend of mine. And we take care of our own, yes?','Hello, $Gsir:madam;.$B$BMay I interest you in one of my tomes?','','','','','',5352,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(969,4044,618,0,8,55,60,1,0,0,0,0,0,0,0,0,0,975,0,0,'Luck Be With You','Ah, I can tell just by lookin\' at ya -- you be wantin\' to make a lucky charm. Mau\'ari always knows!$B$BTo da south. you\'ll find a canyon, an\' giants made a\' solid ice. The giants sometimes be carryin\' dem, but ya can always gather da shards yerself from da canyon. These shards have a powerful reflective quality.$B$BBring back 4 frostmaul shards, and my lucky charm will be yours.','Collect 4 Frostmaul Shards for Witch Doctor Mau\'ari in Everlook.','Ahh, yes... I will make da charm for ya now. Just you wait!','Bring back da shards, and I be tellin\' you more!','','','','','',12334,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,11,0,0,5),(970,4044,148,0,8,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Balthule\'s letter is dire. This Cult of the Dark Strand is a thorn in my side that must be removed. I have been dealing with some of the Dark Strand scum northeast of here at Ordil\'Aran. One of their number possesses a soul gem that I believe holds the secret to the cult\'s power.$b$bBring it to me, and I will be able to decipher the secrets held within.','Collect a Glowing Soul Gem and return it to Delgren the Purifier at Maestra\'s Post.','Hmm, some dark magic enchants this soulstone. Let\'s see what\'s trapped inside, shall we?','Have you acquired that soul gem?','','','','','',5366,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',967,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(971,4044,719,0,262152,19,23,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Knowledge in the Deeps','As you might know, I collect lore. Old lore. Powerful lore. Lore that opens doorways, and lore that can awaken Those Who Sleep.$B$BThere are rumors of an old piece of lore, the Lorgalis Manuscript, at the bottom of Blackfathom Deeps in Ashenvale. That place is the old dwelling of long-dead elves. Elves who held great knowledge before their city fell to ruin.$B$BSearch Blackfathom Deeps for the manuscript. Do this, and I will not forget it. Not even after ... the end days.','Bring the Lorgalis Manuscript to Gerrig Bonegrip in the Forlorn Cavern in Ironforge.','You found the manuscript! What a joyous day this is! Copies will be made and distributed, and the ancient knowledge of Lorgalis will finally be known to my brothers and sisters!$B$BYour service to us is more than you know, $N. But I hope that this gift shows you the gratitude we extend to our allies.','The journey to Ashenvale is long, and your task is not easy. But if you get me the manuscript, $N...then your reward will be great.','','','','','',5359,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6743,0,0,0,1,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(972,4044,0,82,8,20,-1,0,690,64,0,0,0,0,0,0,0,0,0,0,'Water Sapta','','','Take the water sapta and find the corrupted pool of water in Silverpine, $N. I have great faith in your abilities.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',220,0,0,0,'96',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(973,4044,148,0,8,13,24,0,0,0,0,0,0,0,0,0,0,1140,0,0,'The Tower of Althalaxx','Ilkrud Magthrull. Yes, I have knowledge of him. He is a powerful orc warlock that makes his residence at the Fire Scar Shrine, a place of great evil in southwestern Ashenvale.$b$bHe had been little more than an annoyance until now, and I had not dealt with him, but it seems that his time has come.','Bring Ilkrud Magthrull\'s Tome to Delgren the Purifier at Maestra\'s Post.','It was a grand thing you did today, $n. You should be quite proud of yourself for having faced down a warlock of such power.$b$bNow, let\'s see what we can learn from Ilkrud\'s writings.','You look a bit shaken up, $n. Are you well?','','','','','',5533,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,5613,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',970,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(974,4044,490,0,0,51,55,0,0,0,0,0,0,0,0,0,0,980,12472,1,'Finding the Source','The hot springs here are a source of mystery to me. Where does the heat come from?$B$BLooking at how close the pools are to Fire Plume Ridge, I really wonder if the volcano might have something to do with it. I created a thermometer to take readings of the temperatures at the volcano, and I\'d like to find the hottest part. It gives the measurements in degrees Kraklenheit!$B$BHere, take it, and take readings of the temperatures at the ridge whenever you see a hot spot!','Krakle in Un\'Goro Crater wants you to find the hottest area of Fire Plume Ridge.$B$BWhenever you find a hot spot, right click the thermometer to check the temperature. Keep looking until you find the hottest one.','Yes, I definitely see the correlation here between the temperature of the volcano and the hot springs. I\'ll have to double-check my equations for accuracy, but it seems like the distance and the rate that the heat is transferred... Hmm...','I\'d go there myself, but... I\'m a little scared of the fire elementals there!','','Find the hottest area of Fire Plume Ridge','','','',12472,0,0,0,0,0,1,0,0,0,0,0,10541,0,0,0,1,0,0,0,16378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,4,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(975,4044,618,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cache of Mau\'ari','Now, before I give ya dis charm, I better explain how ta use it.$B$BIf you carry da charm with ya, you\'ll find dat certain items will drop from creatures ya fight. If you don\'t have da charm with you, you won\'t find them. Understand?$B$BYou\'ll know these special items by the name -- they be called E\'ko. If you find any of these items, just bring dem to ol\' Mau\'ari, and she help ya out.$B$BWait here while I fix your charm.','Speak to Witch Doctor Mau\'ari again in a moment to receive the lucky charm.','Here it is, $N. Remember, ya have ta carry it with you. Why don\'t ya head back to Winterspring, an\' see what ya be findin\' there?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12384,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',969,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,0),(976,4044,331,0,2,19,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Supplies to Auberdine','Delgren has asked me to deliver messages and supplies to Sentinel Starbreeze in Auberdine, but I am loathe to leave on my own. Dangerous foes operate in the forest, and I do not wish to risk letting these supplies and information fall into the wrong hands.$b$bIf you and others could act as my guards, I could leave now. With your protection, I have no doubt that we can see these goods safely to Auberdine.','Speak with Delgren the Purifier at Maestra\'s Post after seeing Feero safely through Ashenvale Forest.','You have done well today, $C. The items we sent to aid Auberdine will be of immediate use in dealing with the dark threats that infest the forest.$B$BTake these with my heartfelt thanks.','The Sentinels have a great need for supplies to reinforce themselves in Darkshore.','Protect Feero Ironhand','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5323,6721,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,500,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',973,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(977,4044,618,0,8,52,58,0,0,0,0,0,0,0,0,0,0,5163,0,0,'Are We There, Yeti?','Now that I have what I need to cover the mechanical moving parts, I only need one other thing. Well, actually two. Two horns!$B$BThe ice thistle patriarchs and matriarchs have the largest horns, so of course, those are the ones I want. That type of yeti inhabits a cave to the southeast. There are plenty of them there; you shouldn\'t have any problem finding them.$B$BRemember, I only want the best looking ones -- no beat up or broken horns, please!','Collect 2 Pristine Yeti Horns for Umi Rumplesnicker in Everlook.','I can\'t wait to show my friends! Now, just wait a moment while I attach these...$b$bPerfect!','I\'ve just about finished attaching the fur, $N. Please, hurry back with those horns!','','','','','',12367,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,150,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,40500,0,0,0,0,'',3783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,4),(978,4044,702,0,8,52,55,0,1101,0,0,0,0,0,0,0,0,979,0,0,'Moontouched Wildkin','Wildkin feathers from the Hinterlands appear to contain traces of magical qualities. These powers... they don\'t seem to be wielded by the creatures, it\'s more like they are simply inherent to the species -- part of their very essence.$B$BDuring my studies, I heard that a large population of wildkin inhabit the snowy lands of Winterspring. Could these creatures have the same powers? Please help me find an answer, $N. Go to Winterspring and gather feathers that have dropped to the ground, then return to me.','Collect 10 Moontouched Feathers from Winterspring, then return to Erelas Ambersky in Rut\'theran Village.','Now I can compare the feathers... Let\'s see...','Where could these powers have originated from? I think we are on the right track to find the answer, $N.','','','','','',12383,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',3661,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(979,4044,702,0,8,52,57,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Find Ranshalla','Yes, yes, these feathers seem to hold the same magical enchantment that I noticed previously... While I am not certain what we might find, I urge you to continue searching for answers, $N.$B$BA colleague of mine recently traveled into Winterspring to observe the wildkin there, in their own habitat. Why don\'t you catch up with her and see what she has found?','Find Ranshalla in eastern Winterspring.','Hi! Erelas sent you? Great, I was just preparing to travel up to the caves now, and I wouldn\'t mind company.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,1,0,0,3),(980,4044,490,0,8,51,55,0,0,0,0,0,0,0,0,0,0,4842,0,0,'The New Springs','Now, I\'ve heard about other hot springs in a place called Winterspring, far to the north of here. The strange thing is, there are no volcanoes anywhere near them. Interesting, I know.$B$BWell, if you want to find out more, you should head to Winterspring and speak to a friend of mine. Her name is Donova Snowden, and she is currently staying by the hot springs there.$B$BThanks again for helping me with my thermometer! See you later!','Travel to Winterspring and speak with Donova Snowden.','Hi there, $N. Yes, what Krakle told you is true...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',974,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(981,4044,148,0,8,13,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','For all the work that you have done, you deserve to be well rewarded. Return to Delgren and tell him that Athrikus Narassin lies stilled by your hand, and the Cult of the Dark Strand is beaten and scattered.','Talk to Delgren the Purifier at Maestra\'s Post.','I knew you would be up to the task, $N.$B$BI sense great deeds before you, and that you will right many of the wrongs that plague our lands. Bear my blessings, $N, as well as this gift.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10043,5614,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',1143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(982,4044,148,0,8,13,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Deep Ocean, Vast Sea','Off the coast of Darkshore to our north are two wrecked ships - the Silver Dawning and the Mist Veil. Some time ago, both ships ran afoul of the blasted murlocs as they sailed across the vast sea into Auberdine. They now lie at the bottom of the ocean as trophies for those fiends.$B$BBoth captains didn\'t make it out that night, and their logs and other effects are still below in lockboxes. I\'d like for you to recover them for us; it would mean a lot to the crew members still around these parts.','Recover the Silver Dawning\'s Lockbox and the Mist Veil\'s Lockbox for Gorbold Steelhand in Auberdine. Both items should be found aboard the wreckage of the ships to the north of the village.','You\'ve done us here in Auberdine a great service, lad. We\'ll make sure that their effects are properly taken care of.$b$bAs for you, please have this. It is the least I can do for someone with the bravery to set things right.','The captains of those ships were good night elves, and they deserve a better fate than they were given. Perhaps tending to their personal effects will be the best way to put their spirits to rest.','','','','','',12191,12192,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15401,15402,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(983,4044,148,0,8,7,10,0,1101,0,0,0,0,0,0,0,0,1001,0,0,'Buzzbox 827','Hey! Help me with my latest invention, the buzzbox. You can talk to people far away!$B$BMaybe you\'ve already seen them, they\'re boxes with levers on them. The only problem is they need constant maintenance.$B$BEach one suffers from a different problem, but I made a really smart decision. I placed each one near creatures that have the proper parts to fix that particular machine. Right now Buzzbox 827 is on the fritz. It\'s just south of Auberdine, real close. It takes 6 Crawler Legs to fix it. I\'ll pay ya...','Collect 6 Crawler Legs and place them in Buzzbox 827.','As you place the Crawler Legs inside the machine, you hear gears begin to grind. Judging from the banging sounds coming from the Buzzbox, you believe the Crawler Legs are being put in their proper place. Soon the machine begins to hum, and you hear a tiny voice calling out from within.$b$b\"Hello? Uhh... Hello! You fixed it! This is Wizbang by the way! Thanks a lot... Hey, you wouldn\'t want to fix another one, would ya?\"','Buzzbox 827 sits with an eerie silence. A single flashing light indicates that it needs 6 Crawler Legs to be placed in its holding box.','','','','','',5385,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(984,4044,148,0,12,10,14,0,1101,0,0,0,0,0,0,0,0,985,0,0,'How Big a Threat?','Some of my brethren were rescued from a corrupt furbolg in Teldrassil, and I\'ve vowed to stop any more atrocities before more of our kind are injured... or worse.$B$BI have seen a couple hints of corruption in Darkshore already, but I have yet to find any widespread signs. I think it would be logical if the investigation continued with the furbolgs. Would you find one of their camps, and return to me if you see any signs of corruption?','Find a corrupt furbolg camp in Darkshore and return to Terenthis in Auberdine.','This is terrible news indeed, $N.$B$BWith the furbolgs this close to Auberdine, we will have to prepare ourselves for the inevitable.$B$BThank you, $N.','How goes your search, $N?','Find a corrupt furbolg camp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,235,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(985,4044,148,0,8,10,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,'How Big a Threat?','You\'ve already proven adept at scouting our enemy, $N. Do you have what it takes to fight them as well?$B$BNot all adventurers prefer straightforward combat to the art of stealth and evasion.$B$BIf you think you\'re up for the task, then the furbolg camp south of Auberdine is currently the biggest threat to our people. You\'ll find some of the Blackwood tribe there. Kill 8 pathfinders and 5 windtalkers, and return to me here.','Kill 8 Blackwood Pathfinders and 5 Windtalkers and return to Terenthis in Auberdine.','Wash the blood from your garments, $N, and do not mourn what you had to do. Instead, give thanks. You have lessened the threat to our people here in Auberdine, even if Darkshore is still in jeopardy from the effects of fel moss.','Do not stay your hand from what must be done, child. I know how repulsive the idea of killing the creatures of the forest must be, but in this case it is necessary. No cure has been discovered for the corruption let loose upon the forest, and we must do what we can to halt its progress until one is found.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2167,2324,0,0,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',984,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(986,4044,148,0,8,10,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Lost Master','$N, your skills have already helped me in my endeavor. Could I impose on you again to help Grimclaw and his master Volcor? In addition, I can craft you a magical cloak that will allow you to walk unhindered by Darkshore\'s creatures while you look for him.$B$BTo create the cloak, I\'ll need five fine moonstalker pelts from a moonstalker sire or matriarch to have enough material. The cats can be found near Wildbend River to the south, or even farther south near Ashenvale.','Find 5 Fine Moonstalker Pelts and return them to Terenthis in Auberdine.','These will do nicely, $N. I shall set to work on the cloak immediately.$B$BGive me a few moments, then return to me.$B$BOh, one more thing: after you\'ve used the enchantment on the cloak you\'ll be limited in your interactions with others. If you can help it, do no more than speak to others. Much more than that could dispel the illusion.','I can\'t in good conscience permit you to seek Volcor until I\'ve crafted that cloak for you.','','','','','',5386,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',985,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(987,5875,0,82,8,30,30,0,0,64,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(988,5875,148,0,8,10,20,0,0,0,0,0,0,0,0,0,0,995,0,0,'','I noticed the cloak you are wearing, $N. If you\'d be willing to sacrifice it, I can renew its magics, and use it to escape. The problem with that, though, is you\'ll be left here in the cave alone.$B$BAre you able to make it out of here on your own if we choose that course?$B$BI can assure you that Terenthis will reward you for aiding me, if that is your concern.$B$BThe choice is yours, but I could really use your help.','Speak to Volcor.','','','','','','','',5387,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(989,5875,148,0,8,10,22,0,0,0,0,0,0,0,0,0,0,994,0,0,'','If we decide to fight our way out, the plan is simple: we\'ll make our way down to the road and kill any furbolgs that get in our way... or anything else that decides it wants to stop us.$B$BI wish there was another way, but sooner or later the furbolg threat would have to be dealt with. Better it be by our own hands, so we know the job is done.$B$BTake a moment to prepare any magic or weapons you have at your disposal, then speak to me again.','Speak to Volcor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(990,4044,331,0,8,15,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Trek to Ashenvale','$N, my mistress, Raene Wolfrunner, awaits you in the city of Astranaar within Ashenvale. With your help, perhaps we can at least ease some of the corruption that\'s taken hold there.$B$BHead south from here and stay close to the road--you\'ll find your way there without issue if you follow those directions.','Find Raene Wolfrunner in Ashenvale.','Ah, a $C from Darkshore. Selarin has done well to send you here so quickly, $N. I wish your trip here wasn\'t under such dire stress. Perhaps with your help we can improve matters.$B$BI would start my visit by speaking to the other citizens of Astranaar. Some could surely use your aid.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',994,0,0,0,'10752',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(991,4044,331,0,8,18,19,0,1101,0,0,0,0,0,0,0,0,1023,0,0,'Raene\'s Cleansing','$N, a longtime friend of mine is also aiding the Sentinels here in Ashenvale, but he has yet to return.$B$BHe had leads on finding an item that he thought could slow the furbolg attacks on our people--a rod created by a now-dead, evil wizard.$B$BBefore he left here, he mentioned seeking out a gem for the rod.$B$BHe mentioned the gem possibly being hidden at the shrine in Lake Falathim at the base of the mountain to the west. The gem was being held there before it was overrun.$B$BFind my friend, $N, please.','Find Teronis in Ashenvale.','Teronis\' body lies broken atop the island. For some unknown reason, the murlocs have left it alone.$B$BThe deep slashes across his corpse obviously came from the weapons and claws of the murlocs.','','','','','','',0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(992,4044,440,0,0,38,46,0,0,0,0,0,0,0,0,0,0,82,8584,1,'Gadgetzan Water Survey','We\'ve got a position open for a temporary junior-grade surveyor in the Gadgetzan Water Company, if you\'re interested!$B$BWith the nomads seizing all our wells, we need to exploit more free sources of water! There is water to be had in the desert, but only to those smart enough to survey them first.$B$BTake this dowsing widget and tap a sample of the water by the pool near Sandsorrow Watch. It\'s right in sight of the trolls around there. Bring the tapped widget back to me when you\'re done!','Use the untapped dowsing widget near the pool of water by Sandsorrow Watch. Once you have collected the sample, return the tapped dowsing widget to Senior Surveyor Fizzledowser in Gadgetzan.','What\'s this? You were ambushed by some sort of bad mojo creepy-crawly? Oh, this does not bode well for the Gadgetzan Water Company, no indeed...$B$BI guess I should have told you about the reports coming in on some crazy bug-creatures that appear to be sucking up all the water in the desert. At first, I thought it was just a crock. We have enough trouble with the nomads as is; I thought it was just more of their shenanigans. Well, now we know at least!','Welcome back, Junior Surveyor $n! Have you completed your assignment yet?','','','','','',8585,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,150,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,0,0,4),(993,4044,148,0,0,10,20,0,1101,0,0,0,0,0,0,0,0,0,5387,1,'A Lost Master','The cloak is complete, $N. The time has come to find Volcor. I can only hope we are in time.$B$BThe cloak\'s magic, once invoked, will not last long; perhaps five minutes. It will be up to you to know when to use it: I would suggest waiting until you find Grimclaw.$B$BIf what he has told me is true, you will find his master in a cave south of here. Grimclaw will be alongside the road waiting for you. Signal to him by waving when you see him, and he\'ll point the way towards his master.','Find Volcor in Darkshore and give him the Enchanted Moonstalker Cloak.','Wonderful! Terenthis found someone to help me.$b$bAnd look. a moonstalker cloak... Oh... that hurts. Thank you, $N.$b$bThe furbolgs wounded me before I managed to evade them. Give me a moment, and I should be fine to talk some more.','','','','','','',5387,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',986,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(994,4044,148,0,2,10,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Escape Through Force','All right, $N, force it is. Let\'s get out of here as soon as you\'re ready. We\'ll fight our way down to the road--Grimclaw should still be there. Once there, we can part ways.$B$BTerenthis will want to hear your version of the story immediately, so head to Auberdine after we make it out of here.','Protect Volcor until you reach the road, then speak to Terenthis in Auberdine.','$N! I\'m pleased to see you\'ve returned successfully. Your assistance to Volcor has given me faith that we can overcome the challenges facing us here in Darkshore and beyond.','','Help Volcor to the road','','','','',0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5609,0,0,0,1,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',993,0,0,0,'995',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(995,4044,148,0,2,10,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Escape Through Stealth','All right then... if you\'re sure, we\'ll sneak out of here. Let us leave when you\'re ready.$B$BRemember, after you\'ve escaped, meet Terenthis back in Auberdine. I\'ll head there on my own since I\'ll probably be moving faster than you.','Escape the Furbolg cave and meet Terenthis in Auberdine.','$N! I\'m pleased to see you\'ve returned successfully. Your assistance to Volcor has given me faith that we can overcome the challenges facing us here in Darkshore and beyond.','Yes, $n?','Help Volcor escape the cave','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6659,0,0,0,1,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',993,0,0,0,'994',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(996,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(997,4044,141,0,0,4,5,0,1101,0,0,0,0,0,0,0,0,0,5391,1,'Denalan\'s Earth','Are you heading to the south? To Lake Al\'Ameth? If so, then I have a task I might ask of you...$B$BMy colleague Denalan has a camp along the eastern end of the lake, where he is studying and experimenting on the plant life of Teldrassil. He requested a package of rare earths from Darnassus and it was late, only recently arriving here in Dolanaar.$B$BCan you take the package to him?','Bring the package of Rare Earth to Denalan at Lake Al\'Ameth.','Ah, it\'s here! I have waited for this rare earth for quite some time. I hope it\'s still fresh...$b$bThank you for bringing it to me, $N. You are a $R who is generous with his time.','You have something for me?','','','','','',5391,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,6,1,0,3),(998,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(999,5875,718,0,8,10,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'When Dreams Turn to Nightmares','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1000,4044,1638,0,8,54,55,0,690,0,0,0,0,0,0,0,0,1123,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid Hamuul Runetotem on the Elder\'s Rise of Thunder Bluff for more information!','Speak with Arch Druid Hamuul Runetotem on the Elder Rise of Thunder Bluff about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','Greetings, $C.$b$bI am pleased to see the likes of you taking an interest in the well being of nature; tales of your mighty deeds precede you, and you are welcomed here. Seeing you before me instills the feeling of confidence that the Cenarion Circle will get the proper aid it needs.$b$bOur connection with the Cenarion Circle in Moonglade transcends racial and political divides. Remember this as you work on behalf of the Circle, and you will do well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'1004 1018',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1001,4044,148,0,8,7,12,0,1101,0,0,0,0,0,0,0,0,1002,0,0,'Buzzbox 411','A tiny voice crackles from deep within the machine.$B$B\"Wizbang here! The next Buzzbox is north of Auberdine, on the beach$B$BSo, that Buzzbox is number 411 and it needs 3 Thresher Eyes for its repairs. They\'re just off the coast! The darkshore threshers... *Hic*... Sorry about that...$B$BJust like last time, when you give the Buzzbox the goods, it\'ll spit out your reward. *Hic*... What? No, I\'m fine!\"','Collect 3 Thresher Eyes from Darkshore Threshers in the deep sea near Buzzbox 411.','The Buzzbox hums to life soon after you place the Thresher Eyes inside. There is a moment of static before you hear a familiar tiny voice call out.$B$B\"Crawler wine is the best...\" *hic*$B$B\"What? Oh, you fixed it already? Wow, you\'re a fasht one. Sho, would ya like to fix another?\"$B$BYou believe you hear a liquid being poured into a cup, followed by loud gulping sounds.','The machine\'s hatch is open and it seems to wait expectantly for 3 Thresher Eyes to be placed inside.','','','','','',5412,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',983,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1002,4044,148,0,8,7,14,0,1101,0,0,0,0,0,0,0,0,1003,0,0,'Buzzbox 323','The Buzzbox gives a burst of static as you hear Wizbang begin to speak.$B$B\"The next Buzzbox is number 323. Ish north of Auberdine but... where\'s the ale? Wha? Oh, ish on the road sho ya shouldn\'t have trouble finding it near the bridge.\"$B$BWizbang mumbles something incoherent before you hear a loud gulping sound.$B$B\"Thish one needs Moonstalker Fangs... 6 of \'em.\"','Collect 6 Moonstalker Fangs and place them in Buzzbox 323.','The Buzzbox suddenly leaps into action, and you can hear the distinct sounds of teeth being ground to dust coming from within.$b$b\"Sho, ya made it! Thatsh exshellent newsh... Sho... Why doncha move along? Oh! Unless you want another job!\"','Though you have yet to place the 6 Moonstalker Fangs inside, you believe you hear the sounds of static and incoherent gnome ramblings coming from within. Could someone else have fixed the machine already?','','','','','',5413,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',1001,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1003,4044,148,0,8,7,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Buzzbox 525','Over the boiling noises and dripping sounds coming from the machine, you hear Wizbang\'s wavering voice call out.$B$B\"Nexsht onesh far south down the road. Shouldn\'t be hard to find... jusht off to the shide... near a fensh. I think I hid it in shum bushesh... Bushessh. Hehehe... Yesh, Buzzbox 525 takes grizzled scalps from thoshe grizzled thistle bears. Boy thash a mouthful. Grizzshled... Hehehe...\"$B$BYou hear more gulping sounds as the machine cuts out. Then, suddenly, it bursts back to life.$B$B\"4!\"','Collect 4 Grizzled Scalps from Grizzled Thistle Bears to the south of Auberdine and place them in Buzzbox 525.','\"Sho yash gotsh the scalps in? That\'sh sho great... Wha? Well, yesh I shuppose ya have realized that I can speaksh to ya without the materials in the machine. But I was telling the truth when I shaid they were broken!$b$bSee, in addition to being communimacation toolsh, the Buzzboxes also brew and distill fine liquor. Shorry for any deceptshion, but the nightelves do not apprecimerate my liquor trade in their townsh. I put shomething special in thish box to show my gratitude for yer effortsh. Enjoy!\"','You hear singing coming from Buzzbox 525.$b$b\"Though crawler wine\'s shweet, and thresher ale fine, and moonstalker moonshine ish grand. There\'s nothing sho dear, as a thistle bear beer, and shoon I shall have shome on hand!\"$b$bThe hatch is open and awaits the 4 grizzled scalps as you hear the song repeated over and over.','','','','','',5414,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2082,11846,0,0,1,5,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',1002,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1004,4044,1497,0,8,54,55,0,690,0,0,0,0,0,0,0,0,1123,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid Hamuul Runetotem on the Elder\'s Rise of Thunder Bluff for more information!','Speak with Arch Druid Hamuul Runetotem on the Elder Rise of Thunder Bluff about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','Greetings, $c.$b$bI am pleased to see the likes of you taking an interest in the well being of nature; tales of your mighty deeds precede you, and you are welcomed here. Seeing you before me instills the feeling of confidence that the Cenarion Circle will get the proper aid it needs.$b$bOur connection with the Cenarion Circle in Moonglade transcends racial and political divides. Remember this as you work on behalf of the Circle, and you will do well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'1000 1018',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1005,5875,236,0,8,10,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'What Lurks Beyond','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1006,5875,236,0,8,10,18,1,0,0,0,0,0,0,0,0,0,0,0,0,'What Lies Beyond','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1007,4044,331,0,8,19,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Ancient Statuette','I would charge you with a task, $N.$B$BI was on my small vessel, skimming over the submerged ruins of Zoram, when naga attacked me, surging from the water and tearing at me with their claws! I fled, carrying what supplies I could to make this meager camp.$B$BBut when I reached the shore and ran... my prized possession was lost.$B$BPlease, $N, find the site of my ambush, along the coast to the north, and search for an ancient statuette. It is the reason I have braved the dangers of the Zoram Strand.','Bring the Ancient Statuette to Talen, in his camp near the Zoram Strand.','You found it! Thank you, $N!$B$BThe old city of Zoram holds many secrets, and this statuette may be the key to many of them.','Have you found the statuette, $N?','','','','','',5424,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1008,4044,331,0,8,14,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Zoram Strand','There is evil lurking on our northwestern coast, known as the Zoram Strand.$B$BIt is the resting place of the doomed city of Zoram, destroyed during the Sundering and submerged beneath the seas. It has been lost to the night elves for ages. Lost, and nearly forgotten.$B$BNow, the naga have returned, and for what reason we do not know. But reason matters little; we must slay these fiends and throw them back to the depths!$B$BReturn to me when your mission is complete.','Bring 20 Wrathtail Heads to Shindrell Swiftfire in Astranaar.','Very well done, $N. Your actions in the Zoram Strand against the naga are commendable.$B$BI know your feat was not easily accomplished, for the strength and guile of the naga is well known to the night elves. We know this, for we share a history with them.$B$BIt is a history I care not to repeat.','We cannot allow the naga to invade our coasts, $N. It is vital that you go to the Zoram Strand and complete your mission.','','','','','',5490,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,66,0,0,0,0,0,0,1,0,0,5),(1009,4044,331,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ruuzel','I fear the ancient statuette\'s secrets will remain forever hidden unless you find the key to its ancient lock.$B$BThat key is a ring, the Ring of Zoram. It belonged to the rulers of this city before the waves of the Sundering drowned it.$B$BFor years the ring was lost, but the naga have recently found it.$B$BTheir leader, Ruuzel, dwells on an isle on the northern edge of Zoram. Please, $N, retrieve the ring for me!','Bring the Ring of Zoram to Talen near the Zoram Strand.','You found the ring! Thank you, $N. Please take this as payment, and know that your deeds today will remain forever in my memory.','It is said that the Ring of Zoram is the key to any lock within the city. Do you have it, $N?','','','','','',5445,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5812,0,0,0,1,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',1007,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1010,4044,331,0,8,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Bathran\'s Hair','There is a plant that once grew in the old ruins of Bathran\'s Haunt to the north. The plant was called Bathran\'s Hair and was known to cure ailments of the spirit.$B$BThere is a sick child in the village, and I believe it is more than just a physical illness. Will you go to Bathran\'s Haunt and search it for Bathran\'s Hair? I may need it to properly treat the child.$B$BBathran\'s Haunt lies north of Maestra\'s Post and just south of the border to Darkshore.','Bring 5 Bathran\'s Hair to Orendil Broadleaf in Ashenvale.','Ah, you have the hair! Now I will mix a cure for the child, and pray my concoction works.$B$BAnd... Forsaken are at Bathran\'s Haunt? Very troubling to hear, that is. Very troubling indeed...','Have you gathered the Bathran\'s Hair, $N? The child\'s health grows weaker by the hour...','','','','','',5437,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,0,0,3),(1011,4044,331,0,8,24,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Forsaken Diseases','The Forsaken, the undead arm of the Horde, have crept into Ashenvale, lurking at our ruins and our barrows. We believe their goal is to spread disease amongst the lands of the night elves. We must confirm this!$B$BThe Forsaken have a camp south of here, near the Dor\'Danil Barrow Den, where they create poisons and diseases and place them in bottles. Fight your way into that camp and steal a bottle of disease. Return with such a bottle. I will test it and find its purpose.','Bring a Bottle of Disease to Kayneth Stillwind in Forest Song.','Very good, $N. Now... by testing the contents of this bottle, the goals of the Forsaken will be revealed!','Did you find the camp, $N? Do you have a bottle of disease?','','','','','',5440,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',4581,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1012,4044,331,0,8,24,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Insane Druids','When I struggled with the Forsaken\'s poisons, I had a vision. I had a vision of the druids in the Dor\'danil Barrow Den, poisoned... murdered by the undead! They are now errant ghosts, severed from their bodies and driven mad.$B$BSo that the druids\' spirits might some day find peace, you must enter the Dor\'danil Barrow Den and destroy its once great leaders: Taneel Darkwood, Uthil Mooncall and Mavoris Cloudsbreak.$B$BDo this, then return to me.','Kill the druids: Taneel Darkwood, Uthil Mooncall, Mavoris Cloudsbreak; then return to Kayneth Stillwind in Forest Song.','I felt the anguish of the Dor\'danil Barrows lessen, and knew you had completed your task.$B$BIt was grim work you did, $N, for the spirits you destroyed were merely victims of the Forsaken\'s evil. But with their destruction, let us hope the other maddened spirits find peace.','The anguish of the Dor\'danil druids still haunt my dreams, $N. You must destroy their leaders!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3940,3941,3942,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,0,0,0,1,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',1011,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1013,4044,209,0,8,16,26,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Book of Ur','$N, Shadowfang Keep holds a book, the Book of Ur, which would be much prized in my collection. Ur was a great mage of Dalaran before the coming of the Scourge, his studies in other worlds are of much value to ... certain parties among the Forsaken.$B$BEnter Shadowfang Keep and find the book. Bring it to me, and I will report your service to our Dark Lady...','Bring the Book of Ur to Keeper Bel\'dugur at the Apothecarium in the Undercity.','Very good. This book will add nicely to my collections of the workings of Ur. His knowledge was great, but his conscience held him from true power. And so when the Scourge came and his strength was tested, it failed.$B$BWe of the Forsaken cannot afford such weakness, if we are to survive...','Did you find the book, $N?','','','','','',6283,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6335,4534,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1014,4044,209,0,8,18,27,81,0,0,0,0,0,0,0,0,0,0,0,0,'Arugal Must Die','Arugal still resides in Shadowfang Keep. We cannot claim Silverpine as a strategic stronghold for the Dark Lady until Arugal is slain.$b$bI shall see to it that his magic is eradicated, $n. But I leave it in your hands to see that Arugal meets the death he so deserves.$b$bTravel to Shadowfang Keep and put an end to Arugal\'s foul spells once and for all. Bring to me the vile wizard\'s head!','Kill Arugal and bring his head to Dalar Dawnweaver at the Sepulcher.','Silverpine Forest is finally free from the vice of that wretch Arugal. You have done the Dark Lady a great service, $N. Your tenacity shall be rewarded.','With Arugal\'s death we stand to increase the Dark Lady\'s stronghold on Lordaeron.','','','','','',5442,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6414,0,0,0,1,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,1460,0,0,0,0,0,0,0,19800,0,0,0,0,'',99,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1015,4044,1519,0,8,54,55,0,1101,0,0,0,0,0,0,0,0,6761,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid in Darnassus, Fandral Staghelm, for more information!','Speak with Arch Druid Fandral Staghelm at the Cenarion Enclave of Darnassus about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','What makes you think I wish to be pestered by the likes of you, $C? Wait - let me stop the important duties I attend to on a daily basis so I can help you locate a doodad somewhere. By all means, the welfare of Darnassus - nay, all of Teldrassil - should come second to the acquisition of a bauble for your collection.$B$BThe fools in Moonglade waste my time with their call for assistance, and now I must endure this?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'1019 1047',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1016,4044,331,0,0,20,24,0,1101,0,0,0,0,0,0,0,0,1017,5456,1,'Elemental Bracers','Take this divining scroll--it can determine the creator of these elementals. But you will need something from them to use as a reagent to focus scroll\'s magic--their bracers should do nicely.$B$BA few intact bracers from the creatures should be enough. The other bracers will be useless for our purposes, but they may be worth something to a merchant if you wish to sell them. Once you have the intact bracers attempt to use the scroll. Return to me with the results and we shall proceed from there.','Collect 5 Intact Elemental Bracers and use the Divining Scroll on them. Afterwards, bring the Divined Scroll to Sentinel Velene Starstrike at the Silverwind Refuge.','Well done, $N, this should give us the information we need to have the culprit discovered. How would you feel about taking out the mage who fills our pools with corrupt elementals? The corruption of Ashenvale and beyond makes my stomach turn on its own--to have a wizard actively attempting to destroy it further sickens me to no end. We shall make him pay.','Since you must destroy the bracers to kill the elementals, it will probably be difficult to find the specific ones that contain the information the divining scroll needs. You can trade bracers with others in order to obtain the ones you need, or perhaps you have the divined paper already?','','','','','',5455,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1017,4044,331,0,8,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mage Summoner','There\'s only one undead mage in the Barrens capable of defiling this many water elementals. He\'s also the only one foolish enough to try. Sarilus Foulborne is probably sitting at the top of Dreadmist Peak, laughing at me.$B$B$n, you must go into enemy territory and destroy this miscreant. I have had enough of his idiocy and we must show him what happens to those who annoy the Sentinels.$B$BDestroy him and bring me his head. Be wary though, the Horde may be watching for you.','Slay Sarilus Foulborne and bring his head to Sentinel Velene Starstrike in Silverwind Refuge.','Now I can see that repugnant smile wiped from his face forever. You have done very well, $N. Take this, the Light of Elune, drink of it when all seems lost and death is near. It may save you, Goddess willing.','Is it done? Is Sarilus Foulborne dead?','','','','','',5537,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5816,0,0,0,1,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',1016,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1018,4044,1637,0,8,54,55,0,690,0,0,0,0,0,0,0,0,1123,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid Hamuul Runetotem on the Elder\'s Rise of Thunder Bluff for more information!','Speak with Arch Druid Hamuul Runetotem on the Elder Rise of Thunder Bluff about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','Greetings, $c.$b$bI am pleased to see the likes of you taking an interest in the well being of nature; tales of your mighty deeds precede you, and you are welcomed here. Seeing you before me instills the feeling of confidence that the Cenarion Circle will get the proper aid it needs.$b$bOur connection with the Cenarion Circle in Moonglade transcends racial and political divides. Remember this as you work on behalf of the Circle, and you will do well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'1000 1004',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1019,4044,1537,0,8,54,55,0,1101,0,0,0,0,0,0,0,0,6761,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid in Darnassus, Fandral Staghelm, for more information!','Speak with Arch Druid Fandral Staghelm at the Cenarion Enclave of Darnassus about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','What makes you think I wish to be pestered by the likes of you, $c? Wait - let me stop the important duties I attend to on a daily basis so I can help you locate a doodad somewhere. By all means, the welfare of Darnassus - nay, all of Teldrassil - should come second to the acquisition of a bauble for your collection.$b$bThe fools in Moonglade waste my time with their call for assistance, and now I must endure this?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'1015 1047',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1020,4044,331,0,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,5460,1,'Orendil\'s Cure','$N, I have created a cure that I believe will help the afflicted child. Take it to Astranaar and give it to the child\'s parent, Pelturas Whitemoon.$B$BTo reach Astranaar, follow the road south, then east.','Bring Orendil\'s Cure to Pelturas Whitemoon in Astranaar.','This is from Orendil?$B$BHis skill with herbs and healing is great. This cure gives me hope, when before I had little...','I must apologize, for I have no time to speak. My child, Relara, is deathly ill!','','','','','',5460,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',1010,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,6,2,0,0,0,0,0,0,1,0,0,6),(1021,4044,331,0,8,26,32,0,1101,0,0,0,0,0,0,0,0,1031,0,0,'Vile Satyr! Dryads in Danger!','Listen, I don\'t know who you are, but I need your help. My sisters went to take back the Branch of Cenarius from the satyr. They said they\'d be back soon, but it\'s been two whole days!$B$B$n, you have to find them! They were looking for the ruins of a night elf temple in Xavian to the northwest. I don\'t know what to think. Look for Anilia, she was leading them on the search.','Find Anilia in Xavian in Ashenvale.','Judging by the gaping wound in her side, Anilia is on the verge of death.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1022,4044,331,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,1037,0,0,'The Howling Vale','Though we have put many resources and much effort into driving the remaining demons from the Felwood to the north, our successes have been few. We have been able to keep much of the demonic presence from Ashenvale.$b$bTo the north, near the Felwood border, the ruined shrine of Mel\'Thandris has been overtaken by mysterious wolf-men. Their chilling calls have led the area to be known as the Howling Vale. The Tome of Mel\'Thandris kept at the shrine may shed some light on why these wolf-men have come.','Go to the Howling Vale and study the Tome of Mel\'Thandris, then return to Sentinel Melyria Frostshadow at Forest Song.','The Tome of Mel\'Thandris works in strange ways. The events it records, the events it shows... No one truly understands why it does what it does.$B$BNonetheless, it is clear that what Priestess Starsong received--this Scythe of Elune--bears further investigation.','The tome of the shrine is a mysterious object. It is not a book in the traditional sense. The leaves of the tome were blessed by Mel\'Thandris herself, and records events of import in its pages.$B$BIt is hard for me to explain. If you go to the shrine, you will understand.','','View the Tome of Mel\'Thandris','','','',0,0,0,0,0,0,0,0,0,0,0,0,-19027,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1023,4044,331,0,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,5505,1,'Raene\'s Cleansing','As you rummage through Teronis\' belongings, you find a journal that is still in good condition.$B$BYou take the journal and leave Teronis\' corpse as is.$B$BThe only thing left to do is find the gem Teronis was seeking. Raene mentioned it being in the area. Perhaps the murlocs have it...','Find the Glowing Gem and return to Raene Wolfrunner in Astranaar with Teronis\' Journal.','This is terrible, $N. Teronis is dead?!$B$BThe time for mourning will come, but for now we must focus our efforts. I shall send some of the Sentinels to recover Teronis\' body as soon as possible.$B$BYou have Teronis\' journal and the gem he was seeking. Do you think you\'re capable of completing his task? I would rest much better knowing his death was not in vain.','Ah, welcome back, $N.','','','','','',5463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',991,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,4),(1024,4044,331,0,0,18,21,0,1101,0,0,0,0,0,0,0,0,1026,5463,1,'Raene\'s Cleansing','You\'ll have to do the research yourself, but from what notes Teronis has made, it sounds like your next course of action is to find the other pieces of the rod Dartol created. I would start by heading to the moonwell east of Iris Lake. When you\'re ready, follow the road and turn north when you reach a small sitting area on your left.$B$BA dryad there named Shael\'dryn is better suited to guide you. Seek her out.$B$BKeep the gem with you--Shael\'dryn will need it if she\'s to help you recreate the rod.','Find Shael\'dryn at the moonwell to the northeast.','Oh, Raene sent you? It must be serious indeed. What can I help you with?','Hello. How are you?','','','','','',5463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',1023,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1025,4044,331,0,8,18,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,'An Aggressive Defense','Before you travel to the moonwell I have another task that will aid the people of Ashenvale if you would like to test your skills.$B$BAlong the road heading east before the Falfarren River, furbolgs have been attacking travelers. Their tortured minds feeding upon fear, and their appetites satiated by the blood of innocents.$B$BAid the Sentinels in protecting the lands by showing those monsters the same mercy they have shown our kind.$B$BI believe their camps are south of the road... be careful.','Kill 1 Den Watcher, 2 Ursas, 10 Totemics, and 12 Warriors of the Foulweald tribe, and then return to Raene Wolfrunner in Astranaar.','You have done well, $N. Thank you.','The furbolg were not always our enemy, $N. But times change, and it is no longer a time of peace here in these dark woods.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3746,3749,3750,3743,1,2,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4542,1205,0,0,10,10,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',1023,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1026,4044,331,0,8,18,27,0,1101,0,0,0,0,0,0,0,0,1027,0,0,'Raene\'s Cleansing','I wish your tidings were better.$B$BRaene is correct, I know about Dartol\'s creation and the treants in the area--at least I did once. They\'ve become corrupted now, their nature twisted.$B$BIf your goal is to find the next piece of the rod, then you\'ll have to find the key to open the chest it\'s in.$B$BThe wooden key is on one of the treants northeast of here, near Felwood. Once you have it, look for a small glade west of the road near the Felwood border... the chest should be hidden around there.','Find the Wooden Key and a piece of Dartol\'s Rod before returning to Shael\'dryn at the moonwell.','I\'m pleased to see you\'re back, $N.','It upsets me so that the treants have become corrupt. I wish I could do more to help them.','','','','','',5464,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',1024,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1027,4044,331,0,8,18,28,0,1101,0,0,0,0,0,0,0,0,1028,0,0,'Raene\'s Cleansing','The final piece of the rod was given to the druids of Dor\'danil for safekeeping. I have no idea where they hid it. I\'m sorry I can\'t help you more than that.$B$BAll I can tell you is to follow the road that leads towards the Barrens. The druids took shelter to the east of that road, but they won\'t be of much help to you: they were killed recently... it\'s something I don\'t like to think about much.$B$BWhen you find the final piece, bring it to me and I will help you reconstruct the rod.','Find the final piece of Dartol\'s Rod and return to Shael\'dryn at the moonwell.','You found the final piece? Wonderful for you... and for Raene.$B$BI guess we\'ll have to see about repairing it, won\'t we?','Did you find the final piece of the rod, $N?','','','','','',5519,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',1026,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1028,4044,331,0,0,18,28,0,1101,0,0,0,0,0,0,0,0,1055,5547,1,'Raene\'s Cleansing','Here is the completed rod, $N. Reconstructing it was simple... it\'s finding the shrine that has the power to recharge it that will be the hard part.$B$BWith some focus and effort it shouldn\'t be too hard for someone like you, who\'s already accomplished so much.$B$BHead southeast of here--there are very few paths, so be careful--and keep your eyes to the north. The shrine is hidden within the mountains that surround this glade.$B$BOnce there, place the rod within the shrine... the rest is magic. Hehe.','Find the hidden shrine and re-enchant Dartol\'s Rod.','After the glow dies, you can see the re-enchanted rod within the shrine\'s basin.','You can sense a subtle yet powerful force within the shrine and surrounding trees.$B$BYou begin placing the rod within the shrine and a soft thrumming noise emits from around you as the shrine begins to glow...','','','','','',5547,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5462,0,0,0,1,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',1027,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1029,4044,331,0,0,18,28,0,1101,0,0,0,0,0,0,0,0,1030,5462,1,'Raene\'s Cleansing','I suggest you find Raene and let her know the rod is finished. I\'m sure she\'ll know what your next course should be.$B$BGood luck, $N.','Return to Raene Wolfrunner in Astranaar.','You\'ve recreated the rod Teronis had set out to find? That\'s wonderful to hear.$B$BTeronis would be proud to see his quest is continuing even after his tragic passing.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',1055,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1030,4044,331,0,0,18,28,0,1101,0,0,0,0,0,0,0,0,1045,5462,1,'Raene\'s Cleansing','Alas, I\'m not completely certain what he had in mind next.$B$BIf what he said was true about the rod\'s power, then it will allow you to take on another form altogether. Which form, I do not know.$B$BPerhaps he meant to use its powers to get closer to the tainted furbolgs, but even the uncorrupted creatures would slaughter him were he not careful. Transformed by the rod, Dartol would have to speak to a furbolg who was safe from the effects of Fel Moss.$B$BI would start your search southeast of Mystral Lake.','Find an uncorrupted furbolg, and using the power of Dartol\'s Rod of Transformation, speak to him.','Yes, yes... you are one of my kind, but still whole. Still clean.$B$BI am unsure how you have escaped the atrocities the night elves have visited upon our people, but I am glad to know that I am no longer alone.$B$BCorruption now runs through the veins of our kin, young one, corruption brought down upon us by the prideful night elves. They are the ones who did this to our people... They are the ones I blame for being cast out of my tribe.$B$BAt night I can still see the campfires burning in the darkness.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',1029,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1031,4044,331,0,8,26,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Branch of Cenarius','Anilia puts her hands on your shoulders and draws you close. Gasping, she points towards the arch to the north, before her eyes close and her last wheezing breath leaves her body. \"He has taken it... Geltharis...\" You know in your heart that Anilia\'s dying wish is to see the Branch of Cenarius back in dryad hands.','Kill Geltharis and return the Branch of Cenarius to Illiyana at Forest Song.','Anilia died? No... that can\'t be! It was just yesterday that we were running and playing together in the woods.$B$BI guess those days are over...','Have you found them? What did Anilia say? Where is she?','','','','','',5461,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5820,11229,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',1021,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1032,4044,331,0,8,26,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Satyr Slaying!','I can\'t believe that Anilia is gone... We used to play together in the forests all the time. I almost feel... sad.$B$BI know something that might make me feel better. Please, slay the satyrs that took Anilia from me! Bring me their horns as proof of your actions and you will forever have my gratitude.\n','Bring 16 Satyr Horns to Illiyana in Forest Song.','Thank you, kind $R. My sister\'s spirit is gladdened by your efforts.','Please, help me avenge Anilia\'s death.','','','','','',5481,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',1031,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1033,4044,331,0,8,20,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Elune\'s Tear','I had hoped Orendil\'s cure would save Relara, but I fear it only slowed the disease running through my child. We must find more powerful medicine! Thankfully, Orendil spoke to me of further remedies to try should his first one fail.$B$BElune\'s Tear is a type of stone that rests in only one place: the isle on Iris Lake, east of Astranaar. Orendil said the stone will wash away corruption... please, $N, bring me Elune\'s Tear and pray it will end my child\'s sickness!','Bring Elune\'s Tear to Pelturas in Astranaar.','Oh, you found it! I will place the tear in a stew, and pray that it will cure her.$B$BThank you! Thank you, $N!','$N, did you find Iris Lake? Do you have the Tear?','','','','','',5493,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',1020,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,18,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1034,4044,331,0,8,20,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Ruins of Stardust','Elune\'s Tear washed clear some of my daughter\'s sickness. Her nightmares are lessened and I thank the goddess for her blessing. But ... fever still rages within her.$B$BOrendil told me of a frosted dust found among the Ruins of Stardust. Perhaps it will abate Relara\'s fever. Gather some of the dust, then please return to me.$B$BThe Ruins of Stardust lie to the south, $N. May Elune speed your journey.','Bring 5 Handfuls of Stardust to Pelturas in Astranaar.','You gathered the dust! I will create a poultice from these -- it should bring down Relara\'s fever.$B$BThank you again, $N. Without your help, my child would surely perish.','Do you yet have the Stardust, $N?','','','','','',5494,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1035,4044,331,0,8,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fallen Sky Lake','Relara\'s fever has passed, but she is still very weak. I do not believe time alone will give her back the strength she has lost. I believe it will take the power of a moonstone.$B$BWe used to gather moonstones at Fallen Sky Lake to the southeast... until the Shadethickets came.$B$BTheir leader, a Shadethicket Oracle, gathered up all the fallen moonstones and hoards them. Now, you must retrieve a moonstone from the Oracle.$B$BAnd to do that, I fear that you must slay him.','Retrieve a Fallen Moonstone from the Shadethicket Oracle, then bring it to Pelturas in Astranaar.','Oh, $N, you have saved my daughter! I know the power of the moonstone will give back my daughter her strength!$B$BI can never repay you fully for the aid you have given me, but... please, take this. Other than Relara, it is my most dear possession.','Did you face the Shadethicket Oracle, $N? If so, then please hand me the fallen moonstone. Relara has strength left for only a few more breaths!','','','','','',5508,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5814,6722,17047,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',1034,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1036,4044,33,0,8,55,60,0,0,0,0,0,87,3000,0,0,0,4621,0,0,'Avast Ye, Scallywag','$N... yeah, I\'ve heard of you. I\'ve heard that you\'re no friend of Booty Bay - just like us Bloodsail Buccaneers. Fleet Master Firallon is looking for hale and hearty $g men : women; just like you for a special mission.$B$BIf you\'re interested, head on out to the Crimson Veil and speak with him below decks. She\'s anchored off the Wild Coast east of here, next to the Riptide and the Damsel\'s Luck.','Speak with Fleet Master Firallon aboard the Crimson Vale off the coast of Stranglethorn Vale.','Avast ye, scallywag. I hears that ye be the type for a bit o\' the skullduggery. Well, if yer no friend of Booty Bay, then ye might have a special place with the Bloodsail Buccaneers.$B$BArrrrr...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,0,25,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1037,4044,331,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,1038,0,0,'Velinde Starsong','Velinde Starsong was my predecessor here in Ashenvale Forest. At first it seemed she had the situation in Felwood under control, but little by little her efforts faltered. One day, she simply disappeared.$b$bI was sent here to continue her work. I\'m afraid I know nothing of the priestess, however. Perhaps Thyn\'tel Bladeweaver, one of the commanders of the Sentinels, knows further details of her disappearance that I was not a party to.$b$bSurely she will understand the import of such information.','Speak with Thyn\'tel Bladeweaver at the Warrior\'s Terrace in Darnassus.','Velinde Starsong? That the priestess disappeared some time ago is almost certainly common knowledge. As to further details about the events that surrounded her departure... it would take good reason for me to divulge such information.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',1022,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1038,4044,331,0,0,25,30,0,1101,0,0,0,0,0,0,0,0,1039,5521,1,'Velinde\'s Effects','The Tome of Mel\'Thandris showed you this? I suppose there would be little harm in allowing you to examine her belongings. This key will allow you to open the chest where we stored her things in the Sentinels\' bunkhouse. She kept a journal of her duties, if there is anything to be learned, it will be from that.$b$bI should tell you, the Sentinels believe that she had her own reasons for leaving, and expect that she could return at any time. The priestess has done much in the past to earn our trust.','Search through Velinde\'s chest for her journal, then return it along with the key to Thyn\'tel Bladeweaver in Darnassus.','It seems that Velinde\'s disappearance is more troubling than it originally appeared. Even still, I cannot believe that she has come to a bad end. Perhaps it would be beneficial for us to make contact with her.$B$B$N, since you have shown a vested interest in this matter, I would like to enlist your aid.','What\'d you find out?','','','','','',5520,5521,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',1037,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1039,4044,331,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,1040,0,0,'The Barrens Port','Ratchet is the only port in the Barrens. Most likely Velinde found a trading vessel in Ratchet to take her to Blackwater Cove in Azeroth. We\'ve had limited dealings with the goblins that run the port, but the master of the dock should have information about the comings and goings of ship passengers.$b$bFollow the road southeast through Ashenvale and you will find yourself in the Barrens. Watch your step, $n, warriors of the Horde patrol the land. You will be safe at the port, though.','Speak with Wharfmaster Dizzywig at Ratchet in the Barrens.','$R, eh? Must admit, we don\'t get much of your type out here. Looking for someone, eh? Just give me a moment, I\'m sure I have it written in one of my ledgers.$B$BLot of people travel through here, though, so just give me a moment.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1038,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1040,4044,331,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,1041,0,0,'Passage to Booty Bay','Ah yes, finally found it. Should have told me she passed through here that long ago. Let\'s see.$b$bVelinde. Booked passage to Booty Bay on the Black Osprey. I don\'t have anything here saying otherwise, so I\'d assume it arrived in port safely.$b$bNot much more help I can be to you, but she asked about overland travel over on that side of the world, and I mentioned Ruzzgot, a caravan driver based out of Booty Bay. Might be that this Velinde traveled with him.$b$bMove along, now. I haven\'t all day for you.','Take a boat to Booty Bay and speak with Caravaneer Ruzzgot.','Yes? Now, it doesn\'t look to me like you\'re the sort with goods that need shipping, so either you\'re looking for a job with my caravan--and there\'s no jobs to be had now--or you\'re probably talking to the wrong goblin.$B$BSo which one is it?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',1039,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1041,4044,331,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,1042,0,0,'The Caravan Road','Turns out I was wrong about you, and that isn\'t something that happens everyday.$b$bIt just so happens that I remember this Velinde you\'re looking for. Isn\'t every day that a night elf priestess that wants to travel with a dirty old--but great for your shipping needs!--caravan like my own.$b$bWe split up on the way north, she was headed for Darkshire. The clerk there keeps all sorts of records. Might know something useful.$b$bBe careful in the jungle, it is a deadly place even at the best of times.','Speak with Clerk Daltry in Darkshire.','With all the strange happenings of the last few years, I keep as good records of strangers as I can. Never know when it might come in handy... though it\'s usually not pleasant business when it does. Not to suggest anything about this Velinde you\'re looking for.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1040,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1042,4044,331,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,1043,0,0,'The Carevin Family','No, I don\'t have any records of a Velinde Starsong staying in Darkshire... though, if you don\'t mind me saying, I can hardly imagine a night elf priestess taking a room in the inn, if you get my meaning?$b$bThese wolf-men you mentioned though, that\'s something I\'ve heard about. Just the other day, Calor came into town with a string of their heads. He works with the Carevin family. Hunters of demons, undead, and other monstrosities. Speak with Jonathan, he\'s the head of the household.','Speak with Jonathan Carevin in Darkshire.','Dark times these are. Ill news is whispered from every swaying branch, and evil can be found under every rock.$B$BAnd in such times an unknown stranger enters my home and asks of worgen... I\'ll ask no forgiveness for my suspicions, only answers.$B$BAnd answers, I will have.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',1041,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1043,4044,331,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,1044,0,0,'The Scythe of Elune','Your story rings true... I do not entirely understand your motives, but if your business here in Duskwood involves ridding the forest of worgen in any number, then I can forgo understanding for results.$b$bThere is a mine to the south that has been overrun with worgen... They appeared out of nowhere, but from what we know, that is where they first were found.$b$bGo about your business, but I would ask that if you find anything of import, you share it with me. We will accept any aid in our war against evil.','Look for signs of the Scythe of Elune then return to Jonathan Carevin in Darkshire.','It is an interesting story you tell, $N. Though the Carevin family\'s influence is not large enough that we might find the root of these troubles and finish them once and for all, we will do what we can to contain the worgens\' numbers in Duskwood.$B$BAlready I have instructed Calor to make this his first priority.','The woods are perilous for the unprepared. Keep your weapons close at hand and your wits even closer, or your next journey into the haunted forest may be your last.','','Find evidence of the Scythe of Elune','','','',0,0,0,0,0,0,0,0,0,0,0,0,-19030,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',1042,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1044,4044,331,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Answered Questions','We shall rein in the worgen problem, have no worry of that. This evil that your friend introduced to our woods will be contained, and I bear her no ill will for her actions. Strange events are afoot in these times, $n, and the darkness knows no respite.$b$bI will keep you no longer. I suspect that there are others that should hear of what you have found in the mines of Duskwood.','Return to Thyn\'tel Bladeweaver in Darnassus.','So this is the fate of Velinde, is it? The high priestess will be disappointed to hear of this, they were good friends before her disappearance. Still, the Scythe of Elune was surely granted to her as a boon by our goddess, and it is unsettling to me that it has fallen out of her servants\' hands.$B$BAnother matter for another time, however. I owe you my thanks in no small amount for what you have accomplished.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5817,5818,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',1043,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1045,4044,331,0,0,18,30,0,1101,0,0,0,0,0,0,0,0,1046,5462,1,'Raene\'s Cleansing','The night elves are as old as time, but their arrogance destroys their very world. And now it destroys our lives too. But that can no longer be controlled...$B$BI blame the elves for much, but we are still responsible for our actions. Even beyond the corruption, we are capable of great evil.$B$BRan Bloodtooth is one such evil. Power hungry, lusting... the corruption has only made him stronger. My hatred for the elves burns, but I do not wish ill upon their children, so we must police our own.','Kill Ran Bloodtooth, 4 Bloodtooth Guards and collect Ran Bloodtooth\'s Skull. Return to Krolg near Lake Mystral should you succeed.','You have done well, my friend.$B$BThe forest is still tainted, but at least we know we have done a small part to return it to its former glory. If you wish to return to me again, I would enjoy the company of my own kind.$B$BBe well. Perhaps our tribes will meet again under less violent times.','Have you slain Ran yet, my friend?$B$BEven the Night elves do not truly deserve his wrath. His hatred burns even brighter than my own, but his mind is no longer his own. He is a threat to all the natural creatures of this forest.','','','','','',0,0,0,5388,0,0,0,0,0,1,0,0,3696,3932,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',1030,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1046,4044,331,0,8,18,30,0,1101,0,0,0,0,0,0,0,0,0,5388,1,'Raene\'s Cleansing','Return to your own tribe and let them know of your victory here.$B$BShow them your trophy, and bask in the glory...','Bring Ran Bloodtooth\'s Skull to Raene Wolfrunner in Astranaar.','So, this is the skull of the fiercest furbolg threat in Ashenvale?$B$BI am more than pleased with your abilities, $N. The Sentinels cannot thank you enough. I hope we can rely on you again in the future to help our people.$B$BI shall put this skull and Dartol\'s Rod in a place of reverence for others to see.$B$BTeronis would be proud. Thank you again.','The Sentinels do what they can here in Ashenvale, but it\'s thanks to $rs like you that we have gained the ground we have.','','','','','',5388,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5815,17046,0,0,0,0,1,1,0,0,0,0,1116,0,0,0,1,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',1045,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1047,4044,1657,0,8,54,55,0,1101,0,0,0,0,0,0,0,0,6761,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid in Darnassus, Fandral Staghelm, for more information!','Speak with Arch Druid Fandral Staghelm at the Cenarion Enclave of Darnassus about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','What makes you think I wish to be pestered by the likes of you, $c? Wait - let me stop the important duties I attend to on a daily basis so I can help you locate a doodad somewhere. By all means, the welfare of Darnassus - nay, all of Teldrassil - should come second to the acquisition of a bauble for your collection.$b$bThe fools in Moonglade waste my time with their call for assistance, and now I must endure this?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'1015 1019',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1048,4044,796,0,16392,30,42,81,690,0,0,0,0,0,0,0,0,0,0,0,'Into The Scarlet Monastery','Whilst the Dark Lady tends to the pressing issue of the Lich King\'s advance to the north, I am seeing to it that matters closer to home are being taken care of accordingly.$b$bNo doubt, the human pests who call themselves the Scarlet Crusade are proving to be the sharpest thorn in our side domestically. Tirisfal Glades is literally crawling with the little red ants.$b$bTravel to the Monastery, $c, and lay waste to High Inquisitor Whitemane and her top lieutenants.','Kill High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey and then report back to Varimathras in the Undercity.','You have served the Dark Lady well, $c. \'Twas no small task I asked of you.$b$bYour loyalty to the Forsaken has been noted. And your tenacity in combat will be remembered.','Perhaps I was not explicit in my orders, $c. I want High Inquisitor Whitemane killed once and for all. And while you\'re at it, take out her top brass as well.$B$BKill that zealot, Scarlet Commander Mograine. Lay waste to Herod, the Scarlet Champion. And slaughter Houndmaster Loksey and his filthy mutts too.$B$BNow begone!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3977,3976,3975,3974,1,1,1,1,0,0,0,0,0,0,0,0,6802,6803,10711,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1049,4044,796,0,8,28,38,81,674,0,0,0,0,0,0,0,0,0,0,0,'Compendium of the Fallen','The Earthen Ring had pure intentions towards our plagued brethren. But who is to know the motivations of those whispering in the ears of the Elder Council?$b$bThe Forsaken whom we have allied with have a history wrought with deceit. Too hasty was our pact. Perhaps Cairne would have been wise to heed the warnings from Orgrimmar.$b$bDeep within the Scarlet Monastery lies the Compendium of the Fallen, guarded by crazed human zealots. Their method is forged from insanity but their research might prove useful.','Retrieve the Compendium of the Fallen from the Monastery in Tirisfal Glades and return to Sage Truthseeker in Thunder Bluff.','The Compendium of the Fallen! I was beginning to wonder if the very book existed!$b$bYou have served the Tauren of Thunder Bluff well, $N. Your dedication shall not be forgotten.','Cairne is a brave and noble leader and I would trust him with my own life. But it is others that I do not trust in this political climate.$b$bOnce I have a chance to gather all the knowledge available I can provide sound council to the Chieftain.$b$bHave you had a chance to travel to Tirisfal Glades? To the Scarlet Monastery? The Compendium of the Fallen is just one piece in this complicated puzzle...','','','','','',5535,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7747,17508,7749,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1050,4044,796,0,8,28,38,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Mythology of the Titans','The future is inevitable! We hurl ourselves towards it like falling raindrops to the Great Sea.$b$bBut perhaps, by studying the past, we can know what to expect and be better prepared for the unknown.$b$bBefore dire troubles fell upon Lordaeron, there was a bastion of knowledge tucked away in the Tirisfal Glades. It is rumored that a book called Mythology of the Titans was housed in the library of the old Monastery.$b$bBring it to me and perhaps together we can unlock the secrets of the past!','Retrieve Mythology of the Titans from the Monastery and bring it to Librarian Mae Paledust in Ironforge.','You have rescued the sacred text!$B$BYour journey was long and acquiring the book was undoubtedly no easy task. But the dwarves of Ironforge stand to benefit from your success.$B$BThank you, $N, on behalf of the Explorers\' League.','The Monastery was a seminary for Paladins-in-training. Once a stronghold of the Light, it fell into the hands of the crazed zealots of the Scarlet Crusade.$B$BThe Crusade believed their goal a noble one: to purify the land of the undead plague. But insanity tainted their plight and now they stand enemies to all.$B$BBring Mythology of the Titans to me so I can study it and house it here in Ironforge.$B$BThe corrupt halls of the Monastery are no place for such a historical treasure.','','','','','',5536,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7746,0,0,0,1,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,4,1,2,0,0,0,0,0,1,0,0,7),(1051,4044,796,0,8,25,33,1,690,0,0,0,0,0,0,0,0,0,0,0,'Vorrel\'s Revenge','Even though my will is free, I can serve the Dark Lady no more. I feel my time on Azeroth has come to an end. My life force is shattered.$b$bInterrogator Vishas did this to me! Tortured me for weeks! Took my wedding ring and gave it to his wife. The monster!$b$bRevenge... I want revenge!$b$bThe pompous fool bragged about his precious wife, Nancy, who lived along Lake Lordamere. Track the wench down, slay her and return my wedding ring to my wife, Monika in Tarren Mill.$b$bHeed my last wishes....','Return Vorrel Sengutz\'s wedding ring to Monika Sengutz in Tarren Mill.','Vorrel led such a troubled existence. And what a good mate he was...$b$bDamn those filthy humans!$b$bVorrel is gone, never to enjoy undeath again. At least I can take solace in the revenge you took in his name. For that I thank you.$b$bNow let me be to mourn....','What do you want, stranger?','','','','','',5538,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7750,4643,0,0,0,0,1,1,0,0,0,0,7751,0,0,0,1,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1052,4044,405,0,0,34,40,0,1101,0,0,0,0,0,0,0,0,0,5539,1,'Down the Scarlet Path','We of the Scarlet Crusade lay claim to strongholds from Hearthglen to Tirisfal Glades. We are quite proud of our bastions of cleansing throughout Lordaeron.$b$bYou have proven yourself against the undead in Desolace. But the true threat of the plague lies in Lordaeron.$b$bTravel to the town of Southshore, in the Eastern Kingdoms. Seek out a crusader named Raleigh the Devout. Give him this letter of commendation bearing my seal and he will escort you to a place of honor in our Scarlet Monastery.','Take Brother Anton\'s Letter of Commendation to Raleigh the Devout in Southshore.','Brother Anton still spreads the word of the Scarlet Crusade? Oh my....','Who goes there? What do you want from me?','','','','','',5539,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',261,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,3),(1053,4044,796,0,8,34,40,81,1101,0,0,0,0,0,0,0,0,0,0,0,'In the Name of the Light','I once served the Scarlet Crusade with honor, loyalty and pride. I believed their cause to be a noble one: to rid Azeroth of the undead.$b$bBut as I spent time at the Monastery in Tirisfal Glades I realized that their grasp on reality was slipping. They now think everyone is plagued who doesn\'t wear the tabard of the Crusade. Innocent men and women were tortured because they were supposedly plagued. $b$bThe Scarlet Crusade must be crushed in the name of the Light. You, $n, must destroy the deranged regime.','Kill High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey and then report back to Raleigh the Devout in Southshore.','While disciples of the Light never revel in the loss of life, we must accept that on occasion, such sacrifices must happen for the greater good of the Kingdom and the planet.$B$BThrough your deeds in the Monastery you have spared many innocent lives, $N. I salute your tenacity.','The corruption in the Monastery will not end until the highest ranking officials have been removed.$b$bIn the name of the Light, slay High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey. Once they have fallen, perhaps the true cause can be rekindled. Until then, anyone who crosses the path of the Crusade lies in peril.$b$bVenture forth from Southshore and make it so!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3977,3976,3975,3974,1,1,1,1,0,0,0,0,0,0,0,0,6829,6830,6831,11262,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',1052,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,5,1,25,0,0,0,0,3,1,1,66,0,0,0,0,0,1,5,0,7),(1054,4044,331,0,8,18,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Culling the Threat','Directly to the north of Astranaar are the Thistlefur furbolg. My scouts report that their numbers have grown greatly over the past few months. If they grow too great, they may find the courage to attack Astranaar directly.$B$BKill as many of their kind as you can, but bring me their chieftain\'s skull as proof that their efforts have been stifled... for now.$B$BI shall remain here in Astranaar and await word from you. Elune be with you.','Bring Dal Bloodclaw\'s Skull to Raene Wolfrunner in Astranaar.','Well done, $N.$B$BWe are under constant threat from the furbolg. Hopefully this will keep them at bay for a bit longer.','The furbolgs\' corruption has caused Ashenvale to become a fraction of its former glory.','','','','','',5544,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1970,0,0,0,2,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,5),(1055,4044,331,0,8,18,28,0,1101,0,0,0,0,0,0,0,0,1029,0,0,'Raene\'s Cleansing','The rod, now complete, lies in your hands. Shael\'dryn will want to hear of your success.','Return to Shael\'dryn at the moonwell.','You\'ve done it, $N! Well done!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',1028,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1056,4044,331,0,8,18,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Journey to Stonetalon Peak','The forest spirits tell me you are brave and willing to travel.$b$bTo the south, not far from Mystral Lake, there lies a tunnel named The Talondeep Path. Through this tunnel you will come to an area known as Windshear Crag in the Stonetalon Mountains. Once there, journey to the southwest past Cragpool Lake and then north, up the steep slope until you reach Stonetalon Peak.$b$bThere awaits Keeper Albagorm. Heed his bidding, $r.$b$bThe journey will be perilous.','Travel to Keeper Albagorm on Stonetalon Peak.','Alas, you arrive. I see Faldreas has listened to the forest spirits...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1057,4044,406,0,8,20,27,0,1101,0,0,0,0,0,0,0,0,1059,0,0,'Reclaiming the Charred Vale','As a protector of the forest spirits you can undoubtedly guess why I am alarmed.$b$bYou have traveled through these mountains to reach this peak. Surely you have seen the travesty which has befallen the land. Greed has led to the destruction of these sacred hills.$b$bThe Charred Vale to the south was set afire by the greedy mechanized army of industrialists. Worse yet, the Bloodfuries that have encroached on the land refuse us passage in to begin regrowth.$b$bDrive the wretched harpies out, $n!','Keeper Albagorm on Stonetalon Peak wants you to slay 7 Bloodfury Harpies, 7 Bloodfury Ambushers, 7 Bloodfury Slayers and 7 Bloodfury Roguefeathers.','Now that the Bloodfuries have suffered such a great loss, perhaps the true work of restoring the land can begin....','There is much work to be done before the Charred Vale can be restored to the lush forest it once was.$B$BClear the area of those foul menaces, $N! Only then can we begin to reclaim what belongs to nature.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4022,4025,4024,4023,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',1056,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1058,4044,406,0,8,20,26,0,690,0,0,0,0,0,0,0,0,0,0,0,'Jin\'Zil\'s Forest Magic','So excited I am!$b$bThree little cages for three little elves! But what shall we do with our lovely tree-hugging friends? Why, let\'s give them a taste of... what do they call it... forest magic!$b$bI\'ll need a good mess of Stonetalon sap. From those horrid felines, bring me some twilight whiskers. This calls for plenty of courser eyes, of course -- can never have enough eyes. Oh, and lest we forget, a precious scale from a fey dragon.$b$bHurry to Stonetalon Peak, $n, so I can brew some forest magic!','Witch Doctor Jin\'Zil at Malaka\'jin wants 5 portions of Stonetalon Sap, 5 Twilight Whiskers, 30 Courser Eyes and a Fey Dragon Scale.','Oh how happy these little woodland nymphs shall be! We\'ll make them feel right at home with this special concoction!','Look at our poor little elf friends. All caged up with no forest to frolic in!$b$bNow were you able to find me some sap? How about the whiskers from the twilight runners? Don\'t suppose you have that fey dragon scale on you?$b$bAnd eyes! I\'ll need so many eyes! You just can\'t mix up a fierce forest magic brew without a good helping of eyes!','','','','','',5582,5584,5585,5583,0,0,5,5,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6664,6665,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1059,4044,406,0,8,20,27,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming the Charred Vale','The Bloodfuries have been subdued. But they will regroup soon enough if action is not taken.$b$bFar south of the Barrens lies a land known as Thousand Needles. If you travel west in Thousand Needles until you reach the lush forest\'s edge of Feralas, you will find a druid named Falfindel Waywarder.$b$bThis great and wise druid is capable of calling forth great forest spirits which can aid in the reclamation of the Charred Vale.$b$bSend word of our need! Seek him out at once!','Travel to Falfindel Waywarder on the border of Thousand Needles and Feralas.','Keeper Albagorm was wise to send you with such urgency.$B$BLet us see if we cannot call forth aid from the great forest to travel to the Charred Vale before it is too late.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6675,6676,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',1057,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1060,4044,17,0,0,15,20,0,690,0,0,0,0,0,0,0,0,0,5594,1,'Letter to Jin\'Zil','You\'ve done so well for me, $n. You\'re a regular lucky rabbit\'s foot and there\'s something I want you to see.$B$BThe harpies are not from around the Barrens. They come from a place called Stonetalon, far to the northwest of here. Though it is probably a dangerous place for you, I need this letter delivered to an old friend of mine who lives there, a witch doctor by the name of Jin\'Zil.$B$BHe\'ll be happy to know that Serena Bloodfeather is dead, and I think you\'ll find Stonetalon an interesting place.','Deliver Darsok\'s letter to Jin\'Zil within his cave in Malaka\'Jin, in Stonetalon.','Ahh, a letter from Darsok. I have not heard from him in many years.$b$bSo the last of the Bloodfeathers are dead, eh? That is good news, I can remember when my friend Rokhan went with that crazy mok\'nathal to kill her older sister. Ah, to be young again, like you.','You seem a shady character. You have something for me to see?','','','','','',5594,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',876,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1061,4044,406,0,8,13,17,0,690,0,0,0,0,0,0,0,0,1062,0,0,'The Spirits of Stonetalon','The spirits of the Stonetalon Mountains are angered, for goblins and their servants are plundering and burning the land. So the land has cried out, and those who listen for such things... have heard.$B$BSeereth Stonebreak, a promising shaman of the Horde, was sent to Stonetalon. She reports massive deforestation at the hands of the goblins, and requests aid.$B$BMeet Seereth in Stonetalon. To reach her, follow the road west of the Barrens\' Crossroads. She is camped near the Greatwood Vale.','Speak with Seereth Stonebreak at the border of the Stonetalon Mountains and the Barrens.','Ah, a $C. Very good. We will need your skills to deal with these plunderers!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1062,4044,406,0,8,13,19,0,690,0,0,0,0,0,0,0,0,0,0,0,'Goblin Invaders','The goblin-run Venture Company moved into the Stonetalon Mountains, chopping down trees and burning huge stretches of forest. The spirits of this place are nearly blind with pain and rage. We must stop the Venture Company!$B$BHead northwest, beyond the Greatwood Vale and into the Windshear Crag. You will find the goblins and their servants at work--show them the Horde will not allow the exploitation of Stonetalon. Show them in the language they best understand...$B$BViolence.','Kill 15 Venture Co. Loggers, then return to Seereth Stonebreak on the border of Stonetalon and the Barrens.','Bravely done, $N.$b$bWe may ultimately need the wisdom of tauren elders to calm the spirits of Stonetalon, but...$b$bRidding the Venture Company of its personnel is a good first move against them.','The Greatwood Vale lies to the northwest, $N. Go. Strike fear into those who would pillage this land!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3989,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',1061,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1063,4044,406,0,8,13,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Elder Crone','To truly tend the spirits of Stonetalon we must consult the tauren elders.$B$BI do not know many of their leaders\' names, but I do know of one: Magatha. I have heard that she is very old, and she knows much. If anyone can marshal spiritual aid from the tauren, it is she.$B$BMagatha resides in the tauren capital of Thunder Bluff, on Elder Rise -- the city\'s northeastern bluff. Speak with Magatha, and tell her of the peril of Stonetalon Mountains.','Speak with Magatha in Thunder Bluff.','I bid you greetings. You are here seeking council?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',1062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1064,4044,1638,0,0,13,18,0,690,0,0,0,0,0,0,0,0,1065,0,0,'Forsaken Aid','The tauren have a bond with the land, and it pains me to hear of Stonetalon\'s plight. But I fear that to heal the land, we must first remove the disease upon it.$B$BIs it not fortunate, then, that the Forsaken are allied with us? They know much of disease. I believe they can aid us, and by doing so they will strengthen the trust between our people.$B$BSpeak with Apothecary Zamah. She is a scholar and an emissary of the Forsaken. You will find her in the Pools of Vision below the Spirit Rise.','Speak with Apothecary Zamah in the Pools of Vision in Thunder Bluff.','Magatha sent word of your coming, $N. Although my heart beats no longer, I still feel sorrow for the spirits of Stonetalon.$b$bThe Forsaken are eager to offer what help we can.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',1063,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1065,4044,1638,0,0,13,18,0,690,0,0,0,0,0,0,0,0,1066,5628,1,'Journey to Tarren Mill','To rid Stonetalon of the Venture Company, we must take extreme measures. Extreme, but without bloodshed.$B$BA colleague of mine may have just the tool we need. His name is Lydon; he dwells in the town of Tarren Mill in the Hillsbrad Foothills, in the distant land of Lordaeron.$B$BTo reach Hillsbrad, travel by zeppelin to our capital, the Undercity. Then go north to Tirisfal Glades, southwest to Silverpine, and south to Hillsbrad.$B$BSeek Lydon and bring him this note. It details our needs to him.','Bring Zamah\'s Note to Apothecary Lydon in Tarren Mill.','A note from Zamah? Her needs must be great to send word from so far. Let us see what she says...$b$bAh, splendid! I know exactly what to do!','Ah, are you here with my new test subjects?','','','','','',5628,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',1064,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1066,4044,1638,0,8,13,23,0,690,0,0,0,0,0,0,0,0,0,0,0,'Blood of Innocents','I will create a toxin to bleed the violence from the Venture Company, rendering them weak and docile. That should fix the Horde\'s problem in Stonetalon, yes?$B$BBut to create the toxin, I will need the blood of innocents, a difficult ingredient to obtain.$B$BFortunately the Syndicate, a group of human brigands in this area, employ shadow mages... and those mages collect innocent blood for their own, unsavory purposes.$B$BYou can find the Syndicate shadow mages in Durnholde Keep to the southeast.','Bring 5 Vials of Innocent Blood to Apothecary Lydon in Tarren Mill.','Very good! I trust the Syndicate gave you little trouble?$B$BAs I mentioned, the blood of innocents is not an easy thing to obtain. We are lucky the Syndicate shadow mages did the difficult work for us.$B$BNow hold a moment while I create my concoction...','Did you find the Syndicate Shadow Mages, and collect from them the bl','','','','','',5620,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1065,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1067,4044,1638,0,0,13,23,0,690,0,0,0,0,0,0,0,0,0,5588,1,'Return to Thunder Bluff','Here is the toxin. If you use it against the Venture Company it should produce favorable, perhaps even contagious, results. I must say, it is quite exciting to see my work applied in the field!$B$BBut before using it, take it to Apothecary Zamah. She must create a delivery method for the toxin to maximize its effect.','Bring Lydon\'s Toxin to Apothecary Zamah in Thunder Bluff.','A toxin from Apothecary Lydon? Very good. If I know Lydon, then this toxin will be quite effective against the Venture Company...','You have returned, $N. Do you bring aid from Apothecary Lydon?','','','','','',5588,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',1066,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1068,4044,406,0,8,13,23,0,690,0,0,0,0,0,0,0,0,0,0,0,'Shredding Machines','There is a relation to the spiritual magic of shaman and the natural magic of druids. This is why we shaman can hear the plea of the spirits of Stonetalon. Many of their whisperings are lost to me, but one message, one vision, is clear...$B$BI saw a vision of two man-shaped machines in Windshear Crag, northwest of Greatwood Vale, felling trees with impossible speed. These metal beasts must be stopped!$B$BIn my vision, the machines were marked with strange symbols:$B$BXT:4 and XT:9.','Kill the shredders XT:4 and XT:9, then return to Seereth Stonebreak at the border of the Stonetalon Mountains and the Barrens.','The destruction of the machines XT:4 and XT:9 have soothed many of the spirits of Stonetalon, $N. With their loss, let us hope the Venture Company will remove itself from these mountains.$b$bFor if they do not, then I fear the atrocities this place has suffered will pale to what lies ahead.','The tree spirits wail at the loss of their brethren, $N. You must destroy the shredders XT:4 and XT:9, or I fear Stonetalon will never be healed.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4073,4074,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1069,4044,17,0,8,15,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deepmoss Spider Eggs','Spider egg omelettes are a new fad in Booty Bay! The problem is... Booty Bay\'s got no eggs.$B$BI smell an opportunity!$B$BIn Windshear Crag and Sishir Canyon, in the Stonetalon Mountains to the northwest, lives the deepmoss spider. Bring me its eggs and I\'ll pay a bundle!$B$BIn Windshear Crag, the eggs will be clustered under what trees remain.$B$BIn Sishir Canyon... well, if you have a weak stomach then maybe you should just collect the eggs at Windshear Crag...','Bring 15 Deepmoss Eggs to Mebok Mizzyrix in Ratchet.','You got them! Thank you!$B$BI\'ll have these sent to Dizzywig and get them shipped to Booty Bay. I can already taste the profits!$B$BHere is your cut, $N. I couldn\'t have made this deal without you.','Did you get the eggs, $N? I already made a shipping deal with Wharfmaster Dizzywig!','','','','','',5570,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,350,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1070,4044,331,0,8,17,21,0,1101,0,0,0,0,0,0,0,0,1085,0,0,'On Guard in Stonetalon','Hello, $N.$B$BYou seem to be full of wanderlust by the looks of you. Have you been to the Stonetalon Mountains? It is a land plagued by the Venture Co. and other enemies of the night elves.$B$BRecently, Sentinel Wolfrunner sent my friend Kaela Shadowspear there to investigate what\'s happening to the land, but I have yet to hear word back from her. I\'m even more concerned because the Alliance sent a gnome mage along with her... a sign of trouble for sure.$B$BWould you find her and report back to me?','Find Kaela Shadowspear overlooking the valley entering Windshear Crag in the Stonetalon Mountains.','Ah, you\'ve come from Ashenvale at the behest of Thenysil -- how I miss her, my homeland and friends. She must be doing well with the Sentinels to be sequestering adventurers for other tasks. I\'m proud of her.$B$BIt is a pleasure to meet you, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1071,4044,406,0,8,17,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Gnome\'s Respite','You see, $N, I\'m a member of the Enlightened Assembly of Arcanology, Alchemy and Engineering Sciences, and it\'s my goal... nay, my DUTY! to show the night elves that a blend of magic, mixtures, and mechanisms can help save their forests.$B$BBut it\'s a hard fought war, and the goblins reproduce like rabbits it seems. I haven\'t even had time to build my newest inventions!$B$BI need some time to plan and organize. But to do that, I need your help keeping the goblins at bay in Windshear Crag to the east...','Kill 10 Venture Co. Loggers, and 10 Venture Co. Deforesters and return to Gaxim Rustfizzle in Stonetalon.','Thanks so much for your help, $N. You\'re actually back just in time.$B$BI think I\'ve got the perfect plan. Explosives. No, that\'s not the plan, but it\'s part of the plan.$B$BSee, I\'ve been using high explosives--don\'t worry, they\'re not as dangerous as everyone thinks--to scare the goblins back a bit. I can herd \'em pretty good with a few key detonations along the mountains\' edges, but I\'ve been low on supplies now for a few days.','How goes the battle on your end, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3989,3991,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',1085,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1072,4044,406,0,8,17,21,0,1101,0,0,0,0,0,0,0,0,1073,0,0,'An Old Colleague','The device I\'m thinking about is my most advanced version to date. But we\'ll need a special potion if it\'s to work. I\'m thinking we might as well get the good stuff since this mission could be your last.$B$BAnd for that, we\'re going to need some potent explosives: Nitromirglyceronium.$B$BThe only person who can make NG-5 is an old friend of mine: Lomac Gearstrip. Look for him in Tinker Town.$B$BYou talk him into making us some NG-5, I\'ll get to work on placement for my devices.','Speak to Lomac Gearstrip in Ironforge.','Ahhh. Gaxim sent you, huh? How do I know you\'re not lying to me?! Hmm? Hmm?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',1071,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1073,4044,406,0,8,17,21,0,1101,0,0,0,0,0,0,0,0,1074,0,0,'Ineptitude + Chemicals = Fun','Hahaha... you need Nitromirglyceronium to stop goblins from destroying a forest?!$B$BI don\'t care if you know Gaxim or not... I\'ll give you the stuff just to see you or them explode into itty bitty pieces.$B$BThere\'s a problem though: I\'m all out.$B$BBut I\'ll tell you what, you bring me the correct potions, and I\'ll make some up for you right away.$B$BThe least you can do is prove you\'ve got some skill as an alchemist before I just give you a sample of my greatest creation.','Bring 4 Minor Mana Potions and 2 Elixirs of Minor Fortitude to Lomac Gearstrip in Ironforge.','This\'ll do nicely.$B$BIf I didn\'t know better, stranger, I\'d say you knew somethin\' about alchemy. Good, good... the world\'s not all about swords and sorcery, you know?','I can\'t make any Nitromirglyceronium if I don\'t have the potions... they\'re vital to its creation.','','','','','',2455,2458,0,0,0,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',1072,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1074,4044,406,0,0,17,21,0,1101,0,0,0,0,0,0,0,0,0,5732,1,'Ineptitude + Chemicals = Fun','Here you go, stranger. Take heed with it though... it\'s volatile stuff.$B$BIf you\'re really a friend of Gaxim\'s, then tell him I say hello. If you\'re not, then have fun blowin\' yerself up.','Bring the Nitromirglyceronium back to Gaxim Rustfizzle in Stonetalon.','Your task has been done flawlessly, $N.$B$BNG-5 is the unequivocal component in the recipe to ignite the wagons of dynamite.$B$BWhat? Yes, dynamite... wagons of it. It\'s the perfect distraction, I tell you... just wait and see.','Ah, goodie goodie, you\'re back.','','','','','',5732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',1073,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1075,4044,406,0,8,17,21,0,1101,0,0,0,0,0,0,0,0,1076,0,0,'A Scroll from Mauren','Okay, now for the remote detonation part of my plan... oh, I haven\'t explained that yet, have I?$B$BOkay, so the short of it is this: with a little magic, I can make it so the explosives go off while you\'re not around. I\'m putting together a device that\'ll allow you to push just one button and have the NG-5 explode when you\'re ready.$B$BBut I need a spell from a friend in Stormwind--Collin Mauren is his name. You can find him in the mage quarter there. He\'s human, so he shouldn\'t be hard to miss.','Find Collin Mauren in Stormwind.','Now, this spell you need; one that will allow you detonate explosives from a distance... hmmm.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,72,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',1071,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1076,4044,406,0,8,17,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Devils in Westfall','Ah, I think I have it. A messaging spell... I believe that\'s the effect he\'s looking for.$B$BI\'ll have to create a scroll with the spell impressed upon it. To do that I\'ll need debris from a dust devil.$B$BWhile I gather the rest of the components, why don\'t you head to Westfall and find one of the foul creatures? They are dangerous, but I\'m sure it\'s nothing you can\'t handle if you\'re willing to subject yourself to one of Gaxim\'s experiments.$B$BI\'ll be here when you return.','Bring Dust Devil Debris to Collin Mauren in Stormwind.','Allow me just a few moments and I shall have your scroll ready for you.','Hello, $N. Have you found the component I need?','','','','','',5669,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,72,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',1075,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1077,4044,406,0,0,17,21,0,1101,0,0,0,0,0,0,0,0,0,5731,1,'Special Delivery for Gaxim','Here you are, $N. This should do nicely.$B$BPlease give my regards to Gaxim when next you see him. I look forward to hearing about this adventure when it sees its completion.$B$BFare well.','Bring the Scroll of Messaging to Gaxim Rustfizzle in Stonetalon.','This is perfect, $N! Well done.$B$BThis spell, mixed with the NG-5, shall make the perfect remote explosive.$B$BWe\'ll be able to create the perfect distraction for you so you can sneak in and steal the Venture Co.\'s letters and engineering plans.$B$BThat will surely slow down their deforestation acts.','Haha! you\'re back! Do you have it? Do you have the spell?','','','','','',5731,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',1076,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1078,4044,406,0,8,17,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Retrieval for Mauren','Travelers keep asking me about the Stonetalon Mountains. It seems to be a popular place for adventure--it doesn\'t matter if you\'re seeking wyvern, elementals, or you have business with the Venture Co.$B$BWithin the Charred Vale, deep in Stonetalon, there used to be a species of basilisks whose scales, when ground to dust, made a wonderful reagent for some spells I\'ve created.$B$BIf those basilisks still live, I would love to have a few of their scales.$B$BTake your time, it is no rush, but I can pay well.','Bring 8 Crystalized Scales to Collin Mauren in Stormwind.','This is perfect, $N. Thank you greatly.$B$BPerhaps one day in the future I\'ll be able to help you as you have helped me.','Hello again, $N.$B$BHave you already returned from the Vale in Stonetalon with those scales?','','','','','',5675,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6677,0,0,0,1,0,0,0,54,72,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,5),(1079,4044,406,0,0,17,22,0,1101,0,0,0,0,0,0,0,0,0,5738,1,'Covert Ops - Alpha','This is it, $N. Pay close attention. The devices are done, and ready to be used.$B$BTake these pages--they\'ll explain more about the detonators and explosives, and where you should place them.$B$BRemember, the success of your mission doesn\'t depend on how much destruction you cause. Plan Alpha\'s success depends on you bringing back the Venture Co.\'s engineering plans from inside the lumber mill south of Cragpool Lake.','Retrieve the Venture Co.\'s Engineering Plans from the lumber mill in Windshear Crag.','Truly amazing! This is a huge blow to the Venture Co.$B$BWe\'ll be able to find weaknesses in their machines and also incorporate their designs into our own creations. This is a wonderful day, indeed.','Did you get the plans, $N?','','','','','',5718,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',1074,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1080,4044,406,0,0,17,22,0,1101,0,0,0,0,0,0,0,0,0,5738,1,'Covert Ops - Beta','Plan Beta\'s just like Plan Alpha, $N.$B$BWe cause a distraction and then steal their precious letters.$B$BThe key is to get their letters... remember that.$B$BThe pages I gave you already will tell you where to plant the explosives. Just get back here alive and with those letters....','Retrieve the Venture Co. Letters from Windshear Mine at the east end of Windshear Crag.','Incredible, $N! Kaela and the Sentinels will be so happy. With your skill and my creations, we\'re unstoppable.','How\'d it go, $N?','','','','','',5717,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',1077,1077,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1081,4044,406,0,8,17,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Reception from Tyrande','$N, I am sure Tyrande Whisperwind herself would like to thank you for taking part in this mission.$B$BIt may not appear so on the surface, but what you\'ve helped start could very well strengthen our foothold in the Stonetalon Mountains.$B$BIf you consider yourself our ally against these atrocities, go see Tyrande in the Temple of the Moon in Darnassus.','Find Tyrande Whisperwind in Darnassus.','Hello, $N. I have indeed heard your name before, and although you are still full of youth, I am pleased to see the path you have set for yourself.$B$BYou would do me a great honor if you would accept this as a gift of appreciation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7334,7335,7336,0,0,0,1,1,1,0,0,0,6678,0,0,0,1,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',1082,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1082,4044,406,0,8,17,22,0,1101,0,0,0,0,0,0,0,0,1081,0,0,'Update for Sentinel Thenysil','$N, you have done a great deed by lending a hand here.$B$BThe Sentinels of Ashenvale will reward you well if you informed them that Gaxim and I are alive. Tell them we are well on our way to stopping the Venture Co. and healing the lands.$B$BFind Tara Thenysil in Astranaar; she will be pleased to see you\'ve returned with good news.','Return to Sentinel Thenysil in Ashenvale.','Thank you, $N. You have done a service to the Sentinels.$B$BI\'m glad to see Kaela... and even Gaxim, are doing well.$B$BYou\'ve earned our appreciation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',1083,1084,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1083,4044,406,0,8,20,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Enraged Spirits','I\'m unsure what the Venture Co. did to the Vale, but it\'s obvious they were overpowered by the creatures there.$B$BThey set the forest aflame, and used their inventions of destruction to decimate as much of the Vale as possible.$B$BBut in their ignorance they also released something else: burning spirits, elementals of flame, stone and rage.$B$BThe land has no chance to see Elune\'s smile while these creatures roam free.$B$BBring me their smoldering embers to show you\'ve reduced their numbers.','Bring 8 Smoldering Embers from any of the fire elementals in the Charred Vale to Kaela Shadowspear in Stonetalon.','The remains of our enemy... your strength serves us well, $N. Thank you.','The first time I saw the Charred Vale I almost wept, $N.','','','','','',5659,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',1091,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1084,4044,406,0,8,22,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wounded Ancients','It seems obvious to me that the protectors of the Vale--the treants--had something to do with the Venture Co. being driven back. Unfortunately, even those once great guardians have now become corrupt.$B$BGaxim thinks their corruption is somehow linked to the weapons the goblins used during their retreat.$B$BI told him I\'d collect a sample from a wounded treant and allow him to study it in order to figure out if that\'s true.$B$BBring me some of the shrapnel so the gnome can tell me more...','Bring a piece of Corroded Shrapnel to Kaela Shadowspear in Stonetalon.','Thank you, $N.$B$BThis should be more than sufficient for Gaxim to figure out how the treants were corrupted. I shall give this to him right away.','I have a feeling Gaxim will find a use for the shrapnel regardless of how the Venture Co. has used it in the past.','','','','','',5664,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',1091,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1085,4044,331,0,8,17,21,0,1101,0,0,0,0,0,0,0,0,1071,0,0,'On Guard in Stonetalon','The situation here in Stonetalon is obviously grave for a night elf and gnome to be working together.$B$BThe Venture Co. has devastated these lands and I\'ve spent most of my time putting an end to the destruction.$B$BDo not judge Gaxim prematurely; he understands the need for us to work together.$B$BIf you wish to aid us, then start by speaking to Gaxim.$B$BI\'m sorry I cannot send you back to Tara with good news yet. Perhaps soon.','Speak to Gaxim in Stonetalon Mountains.','Treacherous...treacherous and dangerous, that\'s what this land is.$B$BBut I\'m here to show the night elves that it\'s a little safer with the help of good ole engineering and a dash of magic.$B$BSee, swearing off magic completely won\'t help the night elves -- they need it. The world needs it. And with engineering and alchemy to boot, you can\'t go wrong. The possibilities are endless.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1070,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1086,4044,1638,0,2,13,23,0,690,0,0,0,0,0,0,0,0,0,5638,1,'The Flying Machine Airport','The toxin is ready. All that remains is its delivery. You, $N, must make that delivery.$B$BThe Venture Company must have a means of sending messages and light cargo between its headquarters and its operations in Stonetalon. It is likely a small sky port -- not big enough for a zeppelin, but perhaps for a flying machine. You must search the areas in Stonetalon under control of the Venture Company and find this sky port, if it exists. If you find it, then place the toxin there.$B$BPlace it, and run.','Bring the Toxic Fogger to the Venture Co. sky port, then return to Apothecary Zamah.','You found the port? Well done, $N! I am sure the goblins were quite surprised from your delivery! Let us hope that toxin finds its way to their headquarters.$B$BYou have served your people well, and I advise you to ignore any guilt you might harbor for poisoning the Venture Company. They are deserving of far worse.$B$BAnd if there is one mote of wisdom the Forsaken might teach its allies, it is this:$B$BDo not shy from dark paths... if those paths lead to victory.','You must find the Venture Company airport if it exists, $N.','Place the Toxic Fogger','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',1067,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1087,4044,406,0,8,20,25,0,690,0,0,0,0,0,0,0,0,1088,0,0,'Cenarius\' Legacy','You cannot imagine the hatred I possess for this wretched land. The ilk of Cenarius and the kaldorei druids at the peak employ their pathetic powers to stifle the flow of magic, even so far south of their pathetic holdings... their beloved forests.$b$bWould that I could return to Jaedenar and exult in the flow of magic, but my master will not allow me to return until my work is done.$b$bI have no doubt you love the night elves and their allies as little as I. Aid me, and both our ends might be satisfied.','Kill 4 Sons of Cenarius, 4 Daughters of Cenarius and 4 Cenarion Botanists for Braelyn Firehand near Sun Rock Retreat.','Already I can feel it... yes... power so sweet... the rushing flood. The kaldorei are foolish to spurn the gifts of this world, to reject the coursing of magic as it flows singing through your veins.$b$bWhat a pale mockery life is without its burning embrace!','Here, channeling magic is like drawing water from a well with a bucket full of holes.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4057,4053,4051,0,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1088,4044,406,0,8,20,29,0,690,0,0,0,0,0,0,0,0,1089,0,0,'Ordanus','They thought that they could halt the flow of magic. They were mistaken. They thought that they could hide Ordanus, but I will have his head!$b$bMagic grants me true sight. Yes... there he is. A crossroads... At the top of a great tree in Ashenvale Forest. A name... Raynewood. One of the eldest sons of the forest god. They spirited him away from the peak before I could find him, but his time runs short.$b$bBring it to me and I will share with you a mighty gift.','Bring Ordanus\' head to Braelyn Firehand near Sun Rock Retreat.','I knew Ordanus once, long ago. He had the arrogance of his kind, holding himself above even the Highborne.$b$bHis head does not rise so high now, does it, $N?$b$bI promised you a reward, and you shall have it. Attend to me.','When my master bade me to the peak of Stonetalon, I expected that all I would need was to lay waste to the night elves that crawled the sacred ruins of our ancient temple of Azshara, their touch despoiling its sanctity... but Ordanus had slipped my grasp.','','','','','',5686,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',1087,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1089,4044,406,0,8,20,29,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Den','The druids built the Talon Den on Stonetalon Peak, where they keep many powerful items.$b$bThey devised a complex scheme to keep them from falling into the wrong hands.$b$bLuckily, I managed to... extract some details from one of them.$b$bHidden in a small lantern at the entrance of the Den, you will find the Gatekeeper\'s Key--with it you will be able to open caches around the Den. The items from these caches will allow you to open their hoard, located in one of the central areas.','Travel to the Den on Stonetalon Peak. Using the Gatekeeper\'s Key, obtain the druids\' hidden items. Use these items to open the Talon Den Hoard. ','As the three keys are slid into their matching openings, in the middle of the glowing light a number of items appear.','Three keyholes are carved into the stone.','','','','','',5689,5690,5691,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6669,6670,6671,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',1088,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1090,4044,406,0,262147,17,22,0,0,0,0,0,0,0,0,0,0,1092,0,0,'Gerenzo\'s Orders','You know, I was once the second most important person here at this site. That all changed when Gerenzo took over. Fired my boss, Ziz Fizziks, and sent me down to work in the mines. Ziz told me to stay here and gather information, though. His new boss will pay us well if we can find out what Gerenzo\'s plans are.$b$bAnyways, what I do know is that Gerenzo has ordered large amounts of this gold-green ore to be mined. I can get you a sample to bring to Ziz, but you\'ll have to watch for patrols while I get it.','Get the mysterious ore from Piznik after he finishes mining it.','Thanks, $N. It was looking a little dicey there for a second and we\'ve probably drawn far too much attention to ourselves.$b$bThe important part is that we have the ore sample, though, and we should get it to Ziz as soon as possible.','','Keep Piznik safe while he mines the mysterious ore','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1091,4044,406,0,0,17,22,0,1101,0,0,0,0,0,0,0,0,0,5717,1,'Kaela\'s Update','$N, take these letters to Kaela. I\'m sure she\'ll want to know about this. Or at least the Sentinels will.$B$BMake sure you tell her how successful we were and how we couldn\'t have done it without a little bit of magic.','Bring the Venture Co. Letters to Kaela Shadowspear in Stonetalon Mountains.','This is interesting indeed.$B$BYou and Gaxim have done very well, $N. Thank you.','Yes, $N? What can I do for you?','','','','','',5717,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',1079,1080,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1092,4044,406,0,0,17,22,0,0,0,0,0,0,0,0,0,0,0,5733,1,'Gerenzo\'s Orders','I guess I\'d better think about getting out of here, also. It won\'t take long for word of what happened here to spread to the higher ups, and I\'m sure they wouldn\'t take too kindly to meeting me again.$b$bI\'ll sneak out and meet with Ziz. Hopefully, he\'ll be able to find me a new job!$b$bI\'ll try and clean up this mess a little, but you should take the ore sample to Ziz right away. He told me that he\'d set up camp somewhere on the western side of Windshear Crag. Good luck.','Deliver the Unidentified Ore to Ziz Fizziks in the Stonetalon Mountains.','Ahhh, I knew that I did the right thing by telling Piznik to stay behind. I\'m sure the engineers in Undermine will be most interested to look at this...$b$bOf course I\'ll want to keep a little piece for myself, but what they don\'t know won\'t hurt them, yes?','Something I can help you with?','','','','','',5733,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,0,0,0,1,0,0,0,470,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,'',1090,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1093,4044,406,0,8,16,21,0,0,0,0,0,0,0,0,0,0,1094,0,0,'Super Reaper 6000','Terrible what the Venture Company has done here, eh? What were they thinking? Goblin company hiring a gnome!$b$bLucky for me, Sputtervalve knows a genius when he sees one. Hired me just after I\'d been kicked out!$b$bTells me they built some enormous woodcutting machine, and Sput\' wants me to steal the plans for him. Unfortunately, Gerenzo--bloody gnome--wants me dead on sight... maybe you could steal the plans for me? You should be able to find them on one of their operators.','Get the Super Reaper 6000 Blueprints for Ziz Fizziks in the Stonetalon Mountains.','Hey, is that what I think it is? Great!$b$bNow, let\'s see. Ugh... how am I supposed to understand this stuff... can\'t figure out the way gnomes think. Lemme tell you, I\'m surprised they could build the wheel, let alone those flying machines they like so much.','Did you find those plans? I\'m eager to impress the new boss. Hopefully, once he\'s convinced of my loyalty--well, as much as he can be convinced... goblin\'s honor, you know?--he\'ll feel comfortable making use of my rather impressive genius.','','','','','',5734,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',1483,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1094,4044,406,0,0,16,21,0,0,0,0,0,0,0,0,0,0,1095,5735,1,'Further Instructions','This envelope has all the information I was able to snatch as they booted me out the door... Venture Company internal documents, some manuals, technical things... Oh, and of course the Super Reaper 6000 blueprints.$b$bSputtervalve has taken up residence at Ratchet in the Barrens. Shouldn\'t have much trouble finding him, he\'s a little green fellow.','Deliver the Sealed Envelope to Sputtervalve at Ratchet in the Barrens.','Fizziks, eh? Can\'t say I trust him, but this information seems good enough. What I wouldn\'t give to have the Venture Company out of my hair.$b$bThey do come up with some good machines though... I can\'t deny that we\'ve benefited from using some of the improvements they\'ve devised.','Hello there! How can I help you?','','','','','',5735,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',1093,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1095,4044,406,0,8,16,27,0,0,0,0,0,0,0,0,0,0,1096,0,0,'Further Instructions','The matter of this gnome that has been hired by the Venture Company has caused a bit of a stir in Undermine. The trade princes do not approve of Razdunk\'s consorting with this Gerenzo.$b$bRiddlevox has asked me to take care of the problem, and I\'m sure he was instructed to do so by one or more of the trade princes. Of course, the Director didn\'t tell me that. Let\'s just say I have a hunch.$b$bWhatever the case, Gerenzo must be removed, and it would be a fitting test to have Fizziks take care of him.','Bring the new orders to Ziz Fizziks in the Stonetalon Mountains.','Eliminate Gerenzo? Now there is a prospect that I have no objections to.$b$bGnomes are bad enough as it is, but what I learned about Gerenzo only makes it worse. Apparently, he was one of the head engineers in Gnomeregan, where he was working on their secret project--we could never infiltrate Dun Morogh well enough to find out specific details. It was a failure. Our reports say that whatever it was literally exploded in their faces.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',1094,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1096,4044,406,0,8,16,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gerenzo Wrenchwhistle','I met Gerenzo once, but let me tell you, he\'s not easy on the eyes. His flesh looks like it\'s rotting away, and he\'s grafted metal and gears onto his body, replaced some of his limbs with mechanical ones.$b$bNortheast of here, far above Cragpool Lake, up near the water wheel is where Gerenzo watches over the entire site. There\'s no way I could fight my way up there, not to mention take on Gerenzo... But you look like you might be able to make it.$b$bIf you kill him for me, I\'ll make it worth your while!','Bring Gerenzo Wrenchwhistle\'s Mechanical Arm to Ziz Fizziks in the Stonetalon Mountains.','Look at that thing... it\'d take a gnome to come up with something like that. I can\'t understand why you\'d cut off an arm, and replace it with that, when you could just keep both arms and add a third!$b$bGnomes, I tell you...$b$bAt least Gerenzo\'s out of commission. Hopefully that\'ll be enough proof, and Sputtervalve will assign me to one of the Tinkers\' Union workshops in Gadgetzan or maybe even Undermine.','Sputtervalve will want some sort of proof that Gerenzo\'s dead. I think his mechanical arm will probably do.','','','','','',5736,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6667,6668,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',1095,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1097,4044,1519,0,8,9,15,0,1101,0,0,0,0,0,0,0,0,353,0,0,'Elmore\'s Task','There\'s a dwarven weaponsmith in Stormwind, Grimand Elmore, who sent word that he needs help with a delivery. I believe he wants a package sent to his homeland in the north.$B$BYou have a sturdy pair on you! So if you\'re interested in some legwork then speak with Grimand. We could use you down here, but we must also keep our ties strong with the dwarves.$B$BYou can find Grimand Elmore at the weapon shop in the Dwarven District of Stormwind, in the northeast section of town.','Speak with Grimand Elmore in Stormwind.','You\'re here to help with my delivery? Very good!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1098,4044,209,0,8,18,25,81,0,0,0,0,0,0,0,0,0,0,0,0,'Deathstalkers in Shadowfang','In preparation for an assault on Shadowfang, two deathstalkers were sent to the keep to gather intelligence. It has been many days and they have not returned, but we must receive their report if we\'re to have any hope of a successful attack!$B$BSo here is your task, $N. Go to Shadowfang Keep to the south and find the Deathstalkers Adamant and Vincent. Find them, and if they require aid then give it.$B$BThis mission is as dangerous as is it critical, $N. Do not fail.','Find the Deathstalker Adamant and Deathstalker Vincent.','Vincent\'s body lies broken, and still.$b$bAlthough Deathstalker Adamant will send his report to Hadrec... whatever additional details Vincent gained must remain with him.$b$bBut clutched in his hand is a small trinket...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3324,0,0,0,1,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1099,5875,400,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goblins Win!','','','','','','','','','',5769,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1100,4044,400,0,0,23,27,0,1101,0,0,0,0,0,0,0,0,1101,5790,1,'Lonebrow\'s Journal','You slowly open the weathered journal of Henrig Lonebrow....','Read Henrig Lonebrow\'s Journal.','You say you found this journal on a deceased dwarf? Give me but a moment to peruse the pages...','From your look of concern, I can tell that something is amiss....','','','','','',5790,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,6,0,0,3),(1101,4044,1717,0,8,23,27,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Crone of the Kraul','Poor Heralath! And this dwarf... Lonebrow. What a brave soul he was.$b$bWe must not let their valiance go for naught. This crone... Charlga Razorflank ... must be stopped.$b$bSurely, infiltrating the Kraul will be perilous. There isn\'t time to send word to Darnassus. $n, assemble a party to slay the crone.$b$bBring me Razorflank\'s Medallion as proof of demise.','Bring Razorflank\'s Medallion to Falfindel Waywarder in Thalanaar.','The crone has been laid to rest. This is fantastic news, $N.$B$BIn these times of peril, it is refreshing to see one as brave as yourself.$B$BWith Razorflank\'s minions taken care of, our studies in the area can continue. Perhaps now we can gain further knowledge of exactly what happened to corrupt the resting place of Agamaggan.$B$BHowever, I fear the answer to that question lies in treachery as well...','So long as Charlga Razorflank is mustering a force in Razorfen Kraul, these lands are in great danger.','','','','','',5792,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4197,6742,6725,0,0,0,1,1,1,0,0,0,29200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1100,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,18,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,7),(1102,4044,1717,0,8,23,27,81,690,0,0,0,0,0,0,0,0,0,0,0,'A Vengeful Fate','Cairne is a noble leader for uniting our people here on Thunder Bluff.$b$bBut I cannot forgive those who drove us from our ancestral lands as easily as some. My people inhabited the southern Barrens for decades. The land was holy to us. But we were driven off by numerous foes.$b$bA vengeful fate awaits the crone, Charlga Razorflank, who musters a foul army from within Razorfen Kraul.$b$bBring me Razorflank\'s heart and I can die in peace, $n.','Bring Razorflank\'s Heart to Auld Stonespire in Thunder Bluff.','I see the nasty tribe of Razorfen Kraul now knows the pain of my people. Serves the foul beasts right.$b$bTo drive one from a holy land is a sin worthy of the most severe revenge.$b$bThank you, $N, for aiding me in my plight.','Once I know the foul beasts of Razorfen Kraul have been driven from their foul lair, I will be able to rest in peace, knowing that revenge has been served.$b$bHave you the driven the quilboar from the Kraul? Do you bring to me good news in the form of Razorflank\'s heart?','','','','','',5793,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4197,6742,6725,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1103,4044,0,82,8,20,-1,0,690,64,0,0,0,0,0,0,0,0,0,0,'Call of Water','Greetin\'s, $g brotha:sista;! Have you too come to purify the waters here and prove your understandin\' to Islen?$B$BI\'ve just defeated the corrupt water spirit meself, and I\'m just \'bout to put da bracers and remaining drops o\' water on the brazier.$B$BWhat\'s dat? Ahhh. Tiev understan\' all too well when somethin\' goes wrong. Well, Tiev can help you plenty if you be needin\' to see the pure water spirit again.$B$BBring me a water sapta from Islen as proof that you be ready, an\' I\'ll wait to turn in me parts.','Bring a Water Sapta to Tiev Mordune in Silverpine Forest if you failed to speak to the Minor Manifestation of Water.','Ahhh, den yur ready...$B$BI\'ll put me items in the brazier den, and you c\'n talk wit\' da spirit too.$B$BAn\' dontchu worry none \'bout seein\' into da spirit world wit\' da sapta... ol\' Tiev know a trick or two \'bout how da sapta magic works.$B$BCome now, head down wit\' me to the shrine and let\'s speak to da spirits together, brotha.','Ya have the sapta, $G brotha:sista;?$B$BI know another that had trouble after defeating da corrupt water spirit--seems he waited too long and he came out of the spirit world too quick fer his taste. Hate to see dat happen to another, so I\'ll just wait here fer a bit to make sure no one else be needin\' me help.','','','','','',6637,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',100,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1104,4044,400,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Salt Flat Venom','I have so many designs for our rocket car! So many! And I must try them all!!$B$BI\'m working on a new type of fuel. One that burns really really really hot!! I haven\'t gotten the mixture perfect, but I think I know what I need...$B$BThe scorpids who wander the Shimmering Flats have a venom with lots and lots of salt in it. It\'s very unique! And it\'s just what I need!$B$BBring me venom and trust me -- our car will fly!!','Bring 6 Salty Scorpid Venoms to Fizzle Brassbolts in the Shimmering Flats.','All right! This venom is going to work great! Thanks, $N!$b$bNow I just need to boil it down, apply skipper-otomer, add a nega-catalyst, and... Drat! Where are my notes!?','Hi hi hi! Did you get that venom??','','','','','',5794,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1105,4044,400,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hardened Shells','My brother is working on a new fuel for his rocket car. He\'s brilliant, he really is. So brilliant that... I think that new fuel he\'s designing is strong enough to eat right through the car\'s chassis!$B$BI want to reinforce its fuel tanks before that happens.$B$BThe tortoises out on the flats have very hard shells. I want to use them to create new tanks for our rocket car. Tanks that can hold my brother\'s new fuel.$B$BYou look responsible enough. Will you get me those shells?','Bring 9 Hardened Tortoise Shells to Wizzle Brassbolts in the Shimmering Flats.','You got them! Thanks, $N!','My brother is making progress with his new fuel design, and that has me worried. I need to start work on a tortoise shell fuel tank as soon as possible!','','','','','',5795,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1106,4044,400,0,0,26,35,0,0,0,0,0,0,0,0,0,0,1108,5827,1,'Martek the Exiled','I\'m developing a new engine that\'ll make the car go so fast! Fast enough to fly, I know it! I just need to make pistons that can handle very very heavy stress. All my trials have failed because I can\'t make pistons hard enough!$B$BBut there is someone who might know how.$B$BHis name is Martek the Exiled. He is a great smith and knows more about metal than anyone. Take him this letter, I know he can help!$B$BBut he\'s far far away -- in Azeroth, in the Badlands, in a camp, with a goblin!$B$BFind him!','Bring Fizzle\'s Letter to Martek the Exiled in the Badlands.','Fizzle sent you? Well that changes things! Of course I\'ll help you. Fizzle and his brother are two of the few people who don\'t want me dead!$b$bSo Fizzle wants to make pistons, eh? Pistons strong enough to take whatever stresses he has planned, and if I know Fizzle, then this new car of his is a volcano on wheels!','Well, you found me. Good for you.$b$bAre you here about that axe I made for Gath\'Ilzogg? Or are you here to reclaim Duchess Pamay\'s honor?$b$bActually, I don\'t care which it is. If you\'re here to fight, then let\'s get it over with...','','','','','',5827,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1107,4044,400,0,8,28,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrusted Tail Fins','Our rocket car is the fastest thing on the flats! So fast that ... I\'m afraid friction is going to tear it apart!$B$BTo prevent that I need to create a composite to coat the car\'s moving parts. It must be hard but not brittle, and must be resistant to salt corrosion, or time spent on the Shimmering Flats will eat it away.$B$BHave you heard of the Vile Reef, $N? It\'s off the coast of Stranglethorn Vale. Saltscale murlocs live there, and their tail fins are a crucial ingredient of my composite.','Bring 10 Encrusted Tail Fins to Wizzle Brassbolts in the Shimmering Flats.','Thank you, $N! After I grind these down and fuse them with a few other ingredients, the composite will be ready. And after that, the car will be safe from its own speed.$b$bSafe, as long as it doesn\'t hit anything...','Do you have the tail fins? If I can\'t protect our car from its own speed, then it won\'t last long in these races.','','','','','',5796,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1105,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1108,4044,400,0,8,28,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Indurium','I\'m not out here just to stay away from people. There is a wealth of metal in the Badlands, $N, if you have the guts to get it.$B$BThe metal\'s called indurium and as luck would have it, it is rumored to possess high resistance to heat and stress. It might work for Fizzle\'s car.$B$BBut let\'s make sure. Get me samples of indurium and I\'ll test its properties.$B$BTrue indurium ore lies deep in Uldaman, but the Stonevault troggs of the Badlands sometimes have flakes of it on them. Bring me those flakes.','Bring 10 Indurium Flakes to Martek the Exiled in the Badlands.','Ah yes, these will do fine. Now let\'s put them in some heat and see how they fare...','Did you find any indurium flakes, $N. I have my forge heated up and ready to test them.','','','','','',5797,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',1106,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1109,4044,1717,0,8,22,26,81,690,0,0,0,0,0,0,0,0,1113,0,0,'Going, Going, Guano!','As you can see, $n, we\'re up to some very.... interesting experiments at the Royal Apothecary Society.$b$bAs the Master here, it is my job to oversee the most ambitious of our alchemical attempts. So much work and so little time!$b$bYou look well traveled for a $c. Perhaps you can aid me.$b$bI\'m in need of a rare substance. It\'s foul material; it comes from a rare species of bats only found in the muck-hole known as Razorfen Kraul. Bring to me the guano from the Kraul Bats so we can begin our work...','Bring 1 pile of Kraul Guano to Master Apothecary Faranell in the Undercity.','Splendid! This is just the start we needed, $N.','Ah, I see you have returned. Were you able to procure any Kraul Guano?','','','','','',5801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1110,4044,400,0,8,28,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rocket Car Parts','Heh heh, with all the races they\'re running here, it\'s no surprise that a few mishaps happen along the way. If you look around the Shimmering Flats then you\'ll see evidence of past crashes -- scraps of rocket car parts are littered everywhere!$B$BAnd those parts are worth money to the gnomes and goblins. They\'re always looking for more contraptions to slap onto their cars.$B$BSo go out and get me parts. Bring me a heap and I\'ll pay you well.','Bring 30 Rocket Car Parts to Kravel Koalbeard in the Shimmering Flats.','Whoa, look at all that! There\'s some good stuff in that heap of junk. I\'m sure I can pawn it off for a hefty sum.$b$bAnd... is that an ear I see squashed between those two sheets of metal?? Ouch! Heh, I sure wouldn\'t want to be that pilot!$b$bThanks, $N. Here\'s your pay. And here\'s some advice, free of charge...$b$bIf you look hard enough, you can always find profit in someone else\'s tragedy.','$N, have you been out into the Flats? Did you bring back that load of parts I wanted?','','','','','',5798,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1111,4044,400,0,0,30,36,0,0,0,0,0,0,0,0,0,0,1112,5799,1,'Wharfmaster Dizzywig','I make it my job to get people what they need, and the gnomes over there need a parts order filled. Their parts were shipped to Ratchet a week ago, but I haven\'t been able to make the trip.$B$BSo, are you ready for some legwork? Go to Ratchet and give this parts order to Wharfmaster Dizzywig -- he\'ll probably be at the docks.$B$BDo this for me, and I\'ll have more jobs for you.$B$BJobs, my friend, with serious profit potential...','Bring Kravel\'s Parts Order to Wharfmaster Dizzywig at Ratchet in the Barrens.','Oh yes. Parts for Kravel. I\'m glad you\'re here. These things have been sitting out here for days, and I was afraid they\'d rust!','Speak up! Tell me, are you dropping off or picking up?','','','','','',5799,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(1112,4044,400,0,0,30,36,0,0,0,0,0,0,0,0,0,0,0,5800,1,'Parts for Kravel','Here\'s Kravel\'s package, $N. And when you deliver it, tell him... if he wants more special orders, then he\'ll have to pay his tab!','Bring Kravel\'s Parts to Kravel Koalbeard on the Shimmering Flats in Thousand Needles.','Great, you got them! Now we need to get them to the gnomes. But first...$b$bLet\'s take out one small item...','Did you make it to Ratchet and get those parts?','','','','','',5800,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',1111,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1113,4044,796,0,8,30,33,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hearts of Zeal','Why do I need a rare type of guano, you might ask. Well, for this experiment I want to see what effect two diametrically opposed chemical substances can have on each other, especially when both are combined with an ever-toxic agent to ensure the most... ghastly results.$b$bIn the northeastern peaks of Tirisfal Glades lies the Scarlet Monastery. There the crazed disciples of the Scarlet Crusade congregate, both inside and outside the halls. Which you slay matters not, any of them may have the heart I need.','Master Apothecary Faranell in the Undercity wants 20 Hearts of Zeal.','My what an abundance of gore you have brought me, $N! Your efforts have been most excellent!','Have you returned from the Scarlet Monastery? I\'ll need many hearts for this delightful experiment!$b$bNo doubt, Varimathras and the Dark Lady will be pleased to be rid of the Scarlet Scum as well...','','','','','',5805,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1109,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1114,4044,400,0,0,30,36,0,0,0,0,0,0,0,0,0,0,0,5802,1,'Delivery to the Gnomes','Now that I have what I need, give these parts to Fizzle Brassbolts. He\'s been waiting a long time for them -- I\'m sure he won\'t miss the little piece I removed from his order...$B$BAnd I wouldn\'t bother mentioning it to him. It was small and worthless.$B$BTrust me.','Bring the Delicate Car Parts to Fizzle Brassbolts in Shimmering Flats.','There they are! My hydro ratchets and repeater bolts! These will do just fine. Thank you!','You have something for me? That\'s great! let\'s see it!','','','','','',5802,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',1112,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1115,4044,400,0,8,30,36,0,0,0,0,0,0,0,0,0,0,1116,0,0,'The Rumormonger','Now that we\'ve done a service for the gnomes, it\'s time to do the goblins a favor! $B$BI hear that the goblin racer pilot, Nazz Steamboil, didn\'t always use that name. I wonder why he changed it. I wonder if it\'s a secret, and... I wonder if he values that secret.$B$BIf anyone knows the truth, then it\'s Krazek of Booty Bay, on the southern tip of Stranglethorn. Speak with Krazek and ask him about our goblin pilot.$B$BIf you can get useful information from him, then we might just turn a profit from it.','Talk to Krazek at Booty Bay in Stranglethorn Vale.','You want to know about Nazz Steamboil? He\'s a racer pilot out in the Shimmering Flats, isn\'t he?$b$bYeah, I might be able to find something out about him... but it won\'t be easy. Or fast.$b$bOr cheap.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',1114,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1116,4044,8,0,8,30,36,0,0,0,0,0,0,0,0,0,0,1117,0,0,'Dream Dust in the Swamp','Getting the information on Nazz is quite a favor, $N. Yes, quite a favor. But you\'ve come all the way from the Shimmering Flats to get it... are you willing to travel some more?$B$BWhile I contact my sources, why don\'t you gather something for me, eh?$B$BHm... what will it be? How about dream dust, from the dragon whelps of the Swamp of Sorrows. Yes, I\'d love some dream dust for my snuff pouch!$B$BGet it for me, $N, and I\'ll give you the information you seek.','Bring 10 Specks of Dream Dust to Krazek in Booty Bay. Dream Dust is gathered from the dragon whelps of the Swamp of Sorrows.','Well, look at that. You found the dream dust!$b$bAnd how did you like the swamp, $N? It\'s not easy to get a hot meal there, is it?','Back so soon? Do you have my dream dust?','','','','','',5803,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1115,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1117,4044,400,0,0,30,36,0,0,0,0,0,0,0,0,0,0,0,5804,1,'Rumors for Kravel','I had to use some of my favors, and gave away a rare bottle of elven wine, and did some heavy deducing myself! But I found the information you seek.$B$BHere, I wrote a letter with some very interesting bits on our friend, Nazz Steamboil. Do with it what you will -- it\'s too dangerous for me to use.$B$BJust don\'t tell anyone where you got it!','Bring the Goblin Rumors to Kravel Koalbeard on the Shimmering Flats in Thousand Needles.','Well well! This is interesting... very interesting. Heh, perhaps I should bow to the goblin pilot the next time I see him.$b$bThis is worth plenty, $N. I\'m sure Nazz will pay a small fortune to keep his secret... a secret.','Did you get anything on Nazz Steamboil? Anything he might want to keep a secret??','','','','','',5804,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1116,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1118,4044,400,0,0,35,43,0,0,0,0,0,0,0,0,0,0,0,5826,1,'Back to Booty Bay','$N, you\'re a $c I can trust, both to get the job done and to keep your mouth shut while doing it.$B$BI\'ve been brewing up a new scheme. It\'s risky, but if it works then we could both make a bundle! And I think you\'re just the person to see it through.$B$BTo start, you must go back to Booty Bay. I apologize, good $N. I know my last task took you there. But this time, speak with Crank Fizzlebub.$B$BGive him this letter. And if he requires aid, do your best to help him. It will be worth the effort.','Bring Kravel\'s Scheme to Crank Fizzlebub at Booty Bay in Stranglethorn Vale.','I see. Kravel has a big scheme planned. He has a sinister mind -- I like that about him.$b$bSo you\'ll need something to addle wits, eh? Something powerful...$b$bI wonder if the mixture Zanzil feeds his zombies could be used...','Hello hello. And what brings a noble $R such as you down to Booty Bay?','','','','','',5826,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',1117,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1119,4044,400,0,0,35,44,0,0,0,0,0,0,0,7200000,0,0,0,5806,1,'Zanzil\'s Mixture and a Fool\'s Stout','I figured out how to use Zanzil\'s mixture with stout to make a powerful libation. A Fool\'s Stout. I think it\'ll be just what Kravel needs, but try it out and let me know how it works.$B$BAnd $N, don\'t keep this stuff too long without using it. Zanzil\'s mixture has a weird effect on the stout\'s yeast, kicking it into high gear. So it won\'t stay fresh forever.','Bring the Fool\'s Stout back to Kravel on the Shimmering Flats in Thousand Needles.','Wonderful! Fizzlebub came through! I\'ll remember that next time I see him.$b$bAnd thank you, $N. You\'re doing a great job, and we both stand to make a lot of money from this...','Hello, $N. Was Fizzlebub able to help us?','','','','','',5806,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',1118,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1120,4044,400,0,0,35,44,0,0,0,0,0,0,0,7200000,0,0,0,5806,1,'Get the Gnomes Drunk','We need to try the Fool\'s Stout on one of the pit crews. If you want to try it on the gnomes, then here -- take the stout and give it to the gnome pit boss.$B$BAnd don\'t wait too long. This stout will go bad eventually.','Bring the Fool\'s Stout to the Gnome Pit Boss at Mirage Raceway in Thousand Needles.','Stout? How considerate! Thank you!$b$bWe shouldn\'t be drinking with the race coming up, but... maybe my boys could do with just a little. Besides, it can\'t be that strong, can it?','Hi! You have something for me?','','','','','',5806,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',1119,0,0,0,'1121',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1121,4044,400,0,0,35,44,0,0,0,0,0,0,0,7200000,0,0,0,5806,1,'Get the Goblins Drunk','We need to try the Fool\'s Stout on one of the pit crews. If you want to try it on the goblins, then here -- take the stout and give it to the goblin pit boss.$B$BAnd don\'t wait too long. This stout will go bad eventually.','Bring the Fool\'s Stout to the Goblin Pit Boss at Mirage Raceway in Thousand Needles.','What do we have here? Booze, eh?$B$BWell, I don\'t mind if we have just a little...','What are you looking at?','','','','','',5806,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',1119,0,0,0,'1120',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1122,4044,400,0,0,35,44,0,0,0,0,0,0,0,0,0,0,0,5807,1,'Report Back to Fizzlebub','That Fool\'s Stout worked great! I placed a bet on the next race, and... let\'s hope the crew you got drunk did a number on their car!$B$BThere\'s only one more task for you -- take this note back to Crank Fizzlebub in Booty Bay. He\'ll want to know of the successful test.$B$BAnd hopefully we can get more of that Fool\'s Stout for future races!','Bring the Fool\'s Stout report to Crank Fizzlebub at Booty Bay in Stranglethorn Vale.','It says here that the fool\'s stout was a success. That\'s good news!$b$bIf you ever want more of the stuff, then let me know and I\'ll have you gather more of Zanzil\'s Mixture.','Hello $N. How\'d that stout work out? It\'s strong stuff, isn\'t it?','','','','','',5807,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'1120 1121',1120,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1123,4044,1638,0,8,54,55,0,690,0,0,0,0,0,0,0,0,1124,0,0,'Rabine Saturna','For this task, Keeper Remulos\' majordomo in Moonglade - Rabine Saturna - seeks aid in exploring the vast wastelands far to the west of Tanaris and Un\'Goro. He is located in Nighthaven, the main village of Moonglade.$B$BI want to impart on you the importance of your presence. There are growing tensions between the night elves of Darnassus and the Cenarion Circle in Moonglade. Look beyond racial boundaries and tap into the wisdom of your ancestors in dealings with the Circle there, $N. Good luck.','Speak with Rabine Saturna in the village of Nighthaven, Moonglade. Moonglade lies between Felwood and Winterspring, accessible through a path out of Timbermaw Hold.','I am Rabine Saturna, and on behalf of Keeper Remulos and all of the denizens of this sacred glade I bid you welcome.$B$BI appreciate your interest and eagerness to assist the Cenarion Circle. The tauren have shown an incredible propensity to the tenets of Cenarius, and by their proxy the Horde is welcomed within the safety of this glade. The preservation of Azeroth is a common goal we both share.$B$BYou are among friends here, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',1000,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1124,4044,493,0,0,54,55,0,0,0,0,0,0,0,0,0,0,1125,17355,1,'Wasteland','West of Un\'Goro Crater, via the northwestern ridge, is a harsh wasteland - Silithus. Few know that an ancient war was waged there between the night elves and a malign, alien power. The evil was sealed, but now we suspect that forces work to stir this... unspeakable horror.$B$BSeek out Layo Starstrike, one of our agents in Silithus; look for him at Valor\'s Rest, the final resting spot for the fallen of the wastes. Give him this letter, and he will give you his trust accordingly.','Speak with Layo Starstrike near the Valor\'s Rest graveyard of Silithus, showing him Rabine\'s Letter.','Rabine sent you, did he? Well, consider yourself welcomed here... as much as this desolate and forsaken land can welcome someone.$b$bI wasn\'t alive during the time of the great tribulations that took place here, but there are parts of this desert that might as well be eerie pictures of that forgotten past. With your help, the Cenarion Circle might be able to bring finality to a threat that was supposed to have died generations ago.','This is a dangerous land to be so casual, $C. What brings you to the wastes of Silithus?','','','','','',17355,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',1123,1000,1123,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1125,4044,1377,0,8,54,55,0,0,0,0,0,0,0,0,0,0,1126,0,0,'The Spirits of Southwind','To our southwest lies a tragic site - the ruins of Southwind Village. This is where our work should begin, $N.$B$BFrom what we\'ve learned, this village was once a night elf base of operations for Silithus. It\'s long since overrun by the silithid hives that infest the wastes. I can only imagine the horror of the village\'s initial sundering...$B$BThe tortured spirits of fallen druids and sentinels wander the ruins aimlessly. Explore this locale, freeing the souls of these wretched beings as needed.','Free the spirits of 8 Tortured Druids and 8 Tortured Sentinels in Southwind Village, and then return to Layo Starstrike at the Valor\'s Rest graveyard of Silithus.','I had thought that maybe the huge swirling hive near the ruins of the village had played a part in its demise. It would seem that your work has proven this to be correct; the proximity of the hive poses a threat to any future work we may do here.$b$bI thank you for your benevolence in freeing the souls of the fallen; such work is never easy, I know. When you\'re ready, however, I\'d like to ask for your assistance once more...','Alliance or Horde, it doesn\'t matter - no being deserves to be trapped on this world as a tortured spirit. The freeing of these souls will make things right, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12178,12179,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',1124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(1126,4044,1377,0,8,54,57,0,1101,0,0,0,0,0,0,0,0,6844,0,0,'Hive in the Tower','The hive needs to be addressed in Southwind Village, and I think I know a way to get at them. It\'s been my experience that the silithid hives are very sensitive to their environment; this explains their attacks when hearing the death wails of the spirits.$B$BThe silithid are strongest in the tower - the one with the mass of wasps circling it. Scale the tower and jostle the hive into activity. Report back what you learn, but be careful! If you uncover anything that might help, bring it to me.','Scale the tower of Southwind Village and locate a means to stir the silithid hive into activity. Bring back anything unusual you may uncover when doing so to Layo Starstrike at the Valor\'s Rest graveyard of Silithus.','What the... what is it?$b$bIt has the shape of a... box, maybe? It\'s encrusted over something fierce. Wait, there a portion here that\'s exposed... is that a book underneath all this gunk?$b$bI think you\'ve stumbled across quite the find here, $N... well, at least I hope it is. Perhaps it is a journal or a log from ancient times, preserved in this shell.$b$bI think I know a way to find out what this is.','Well, did it work? You\'re still in one piece, which is good news. Did you find anything?','','','','','',0,17346,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',1125,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1127,4044,33,0,8,35,44,0,690,0,0,0,0,0,0,0,0,0,0,0,'Fool\'s Stout','So you want some Fool\'s Stout, eh? Thinking of heading back to the races...?$B$BAll right, bring me more of Zanzil\'s mixture and I\'ll make some more stout for you.','Bring 12 of Zanzil\'s Mixture to Crank Fizzlebub in Booty Bay.','Ah, very good! Here is your pay.$B$BAnd here is a little something extra... for your discretion.','Do you have those Zanzil mixtures yet, $N?','','','','','',4016,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1128,5875,400,0,8,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Gnome Pit Crew is Thirsty','','','','','','','','','',5806,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1129,5875,400,0,8,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Goblin Pit Crew is Thirsty','','','','','','','','','',5806,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1130,4044,1638,0,8,20,30,0,690,0,0,0,0,0,0,0,0,1131,0,0,'Melor Sends Word','$N, Melor Stonehoof has heard of your deeds, and has set a path before you.$B$BIf you wish to take it, then go to Thunder Bluff and speak with Melor. You will find him on Hunter\'s Rise.','Speak with Melor Stonehoof in Thunder Bluff.','So, $N, you have come. Now, are you prepared to journey through distant lands?$B$BIf so, young $C, then listen on...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1131,4044,1638,0,8,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,'Steelsnap','At times we hunt for food. At times we hunt for honor. And at times we hunt to earn the Earthmother\'s teachings.$B$BBut the hunt I now set upon you is none of these things. It is to slay a creature outside the Earthmother\'s blessing.$B$BThe hyena Steelsnap roams the Thousand Needles, south of the Barrens. He is a tyrant, attracting other hyenas to him and spreading fear and bloodshed among more peaceful beasts.$B$BFind Steelsnap, $N. Find him, and defeat him.','Bring Steelsnap\'s Rib to Melor Stonehoof in Thunder Bluff.','In defeating the creature Steelsnap, you have cleansed the Thousand Needles of a horrible taint.$b$bAnd that, $N, is your lesson this day.','Have you defeated the foul Steelsnap, $N?','','','','','',5837,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',1130,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1132,4044,11,0,16392,18,20,0,1101,0,0,0,0,0,0,0,0,1133,0,0,'Fiora Longears','Oh, to be at sea once again! To feel the kiss of the wind, and to have the waves rock me like my blessed mother, long ago!$B$BOh, I wish I had your fortune, good $c, for I see the sea in your future!$B$BIt\'s my job to tell eager souls of the land of Kalimdor, the land of opportunity! If you\'re willing to try your luck across the sea, then take a ship from here to the lovely port of Auberdine. Speak there with my partner, the elf, Fiora Longears.$B$BShe\'ll start you on your Kalimdor adventure!','Speak with Fiora Longears on the docks at Auberdine in Darkshore.','Good day to you! You were sent by Mr. Flint in Menethil Harbor? Well Mr. Flint is a strong judge of character. If he sent you, then there\'s no doubt you belong here in Kalimdor!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,0,0,0,1000,0,0,1,0,0,3),(1133,4044,148,0,16392,18,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Journey to Astranaar','$N, go to Astranaar. I\'m sure an eager member of the Alliance such as you can do some real good there. Speak with Shindrell Swiftfire and offer your services.$B$BBut don\'t bother mentioning who sent you. Shindrell does not know me...','Speak with Shindrell Swiftfire in Astranaar.','You are here to offer your services to the Alliance, $N? We welcome the aid, for although its beauty remains... Ashenvale Forest is not the peaceful place it once was.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1132,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0),(1134,4044,331,0,8,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Pridewings of Stonetalon','We are not in open war with the Horde, but our peace is fragile. We often find their agents moving against us, but they do so covertly.$B$BOne such advance was revealed to us from hidden sources in Theramore, claiming that the orcs collect venom from the pridewings near Mirkfallon Lake, in the Stonetalon Mountains to the south. Orc assassins then use the venom on their secret death raids against the Alliance!$B$BIf this is true, then we must stop them, $N. We must deny them their source of venom.','Bring 12 Pridewing Venom Sacs to Shindrell Swiftfire in Astranaar.','Thank you, $N. It saddens me to order the slaughter of creatures who may not willingly aid our enemies, yet it is my duty to do so.$B$BYour heart might weep for the pridewings you slew, my friend, but may your heart then swell in knowing that your allies are safe from the pridewings\' venom.','Do you have the pridewing venom sacs, $N? We cannot allow the orcs to use the beasts\' poisons against us!','','','','','',5808,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',1008,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1135,4044,15,0,8,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Highperch Venom','As you may know, wyverns are often tamed by orcs for use as mounts. But what is less known is that the venom of a wyvern, in some circles, is more valuable than the beast itself. So if you\'re not afraid to do a little wyvern hunting, then... I have a job for you.$B$BThere is a place called Highperch in the land of a Thousand Needles, west of here. The Highperch wyverns have a potent venom. Potent, and valuable.','Bring 10 Highperch Venom Sacs to Fiora Longears in Theramore.','Ah, most of these are nearly bursting with venom, $N. Such are normally only gathered from young wyverns, or fertile females. It must have been quite a slaughter up there in Highperch!','Did you find Highperch, $N? Any luck with the wyverns there?','','','','','',5809,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6719,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1136,4044,1638,0,0,26,37,0,690,0,0,0,0,0,0,0,0,0,5838,1,'Frostmaw','$N, it is now time for you to travel to far-off lands. You are ready.$B$BYou now hunt Frostmaw, a yeti in the Alterac Mountains. He is elusive, his white coat blending into the snows of his mountain home. He rarely shows himself.$B$BBut I will show you how to entice a creature such as he. Here, take this scroll. On it I have written how Frostmaw may be lured.$B$BNow go, $N. Your journey is long and many challenges lay waiting. When you return with Frostmaw\'s mane, only then is your task complete.','Bring Frostmaw\'s Mane to Melor Stonehoof in Thunder Bluff.','Both strength and cunning were needed to find and defeat Frostmaw, $N. You have both.$b$bYour path has taken you to the valleys of Thousand Needles and to the high mountains of Alterac. It will one day lead you through all the Earthmother\'s lands, for such is the way of the $C.','Have you been to the Alterac Mountains, $N? Did you face the elusive Frostmaw?','','','','','',5811,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6720,0,0,0,1,0,0,0,81,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',1131,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1137,4044,400,0,8,28,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'News for Fizzle','Indurium has an amazing resistance to heat! I\'m sure it will work for Fizzle\'s pistons. But he\'ll need true indurium ore, not just the flakes.$B$BTo get the ore, it must be mined from deep within Uldaman, on the northern borders of the Badlands. That is the true source of indurium.$B$BSend Fizzle Brassbolts my regards, and tell him what I told you.$B$BSafe travels, $N. And it won\'t surprise me if we meet again -- once Fizzle learns of indurium he\'ll probably send you to Uldaman to acquire it!','Speak with Fizzle Brassbolts on the Shimmering Flats in Thousand Needles.','$N, you\'re back! You found Martek? You spoke with him? What did he say? Can he help??$b$bTell me, tell me, tell me!!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6729,6732,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',1108,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1138,4044,148,0,8,15,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fruit of the Sea','I love crab. Crabs are the fruit of the sea! You can bake it, barbecue it, boil it, and broil it. They\'re pan fried, deep fried, and stir fried. There\'s crab salad, crab soup, crab stew, pepper crab, lemon crab, whipper root crab, and Ironforge surprise crab. That\'s... that\'s about it.$B$BI\'m here fishing right now, so I can\'t get any fine crab chunks. You can pick them out of reef crawlers and encrusted tide crawlers. You can make a lot with it. You can bake it, barbecue it, boil it...','Collect 6 Fine Crab Chunks for Gubber Blump in Auberdine.','Wow, these fine crab chunks are what I need. Thanks $N! I found this while I was fishing a while ago, and I have no use for it. Maybe you can do something with it. It sure don\'t make any good crab dishes.$B$BI told you all about crabs, right?','...lemon crab, whipper root crab, and Ironforge surprise crab. That\'s about it.$B$BOh, hello there $N. Do you have them fine crab chunks I was telling you about?','','','','','',12237,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15405,15406,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1139,4044,1517,0,8,35,45,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Lost Tablets of Will','We\'ve slowed the Shadowforge clan by cutting them off from Blackrock Spire, but Hammertoe\'s quest is still unfulfilled. His death must not be in vain. He dreamt of finding the Tablet of Will: a stone shard inscribed with magic by the titans themselves to help imbue their creations with life--making them have a will of their own, or so the legends say.$B$BWe must still recover the Tablet before the Shadowforge clan finds it.$B$BReturn to Uldaman, find the tablet, and return here immediately.','Find the Tablet of Will, and return them to Advisor Belgrum in Ironforge.','$B$B$N, this is amazing. I shall have this brought to the king\'s mages as soon as possible. They will want to study it to find out if the legends are true. But that is a discussion for another time: you have aided our people more than I would have ever expected--thank you.','Hammertoe\'s quest must be actualized, $N. I owe him that much.$B$BYour return to Uldaman is imperative not only to that goal, but also to the safety of all dwarven kind. With the tablet in the hands of the Dark Irons who knows how powerful their army of golems would become.','','','','','',5824,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6723,0,0,0,1,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',762,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1140,4044,148,0,8,13,28,0,0,0,0,0,0,0,0,0,0,1167,0,0,'The Tower of Althalaxx','The writing of the orcs is little better than the scribblings of a child. Many of my order scoffed when I chose to learn their tongue, but I have found it beneficial to gain further understanding of my enemies.$b$bFrom Ilkrud\'s scribblings, it appears that Athrikus still possesses two soulgems, and they are being held in Night Run and Satyrnaar, satyr-held areas in northeast Ashenvale.$b$bBe careful out there, $n, the satyrs\' blood-soaked temples can be unsettling even for a seasoned $c such as yourself.','Free the trapped Highborne souls in Night Run and Satyrnaar, then return to Delgren the Purifier at Maestra\'s Post.','Perhaps the satyrs have been allowed to persist in the forest for too long. I will speak with Elissa about it when next I travel to Auberdine.$B$BNonetheless, with the soulgems destroyed, Athrikus\' power will be greatly diminished. We must seize on this opportunity to eliminate him and his cult.','I heard whisper once that the satyrs\' history is somehow related to that of the night elves, but I have found my esteemed hosts reticent to speak of the matter.','','Free the Highborne soul in Night Run','Free the Highborne soul in Satyrnaar','','',0,0,0,0,0,0,0,0,0,0,0,0,-19901,-20352,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',973,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(1141,4044,148,0,0,10,14,0,1101,0,356,1,0,0,0,0,0,0,0,0,'The Family and the Fishing Pole','I love fishing. The Blump family is known for fishing. My name is Gubber Blump; I fish.$B$BThere\'s a kind of fish I like to catch around these parts called Darkshore grouper. I used to go out on a boat to fish for grouper, but no boats have been going out since them mean ol\' murlocs moved in. I bet they been eating up all the grouper too.$B$BSay, you wanna help me catch Darkshore grouper? I\'d give you a bona fide Blump Family Fishing Pole if you did! It\'s a real good pole to catch fish with.','Catch 6 Darkshore Grouper for Gubber Blump in Auberdine.','Them\'s some real nice groupers, $N! Thanks for helping me out!$B$BYou\'re at least as good of a fisherman as my cousin, Graun Blump. She also has a beard and she smells kinda funny, but that don\'t do nothing to stop her fishing. I reckon you have what it takes to use a Blump Family Fishing Pole.','There\'s plenty of good dishes you use Darkshore groupers for. They\'re good to eat, but I think it\'s more fun catching them.$B$BYou caught any Darkshore groupers yet?','','','','','',12238,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12225,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,87,0,6529,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1142,4044,1717,0,8,25,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Mortality Wanes','I have not long to live... so... so... weak.$b$b...the b-b-brave dwarf, Lonebrow, has been sent to w-w-warn Falfindel...$b$bBut before I... d-d-die...$b$b...my wife, Treshala... her pendant of bonding to me... stolen... by one of the f-f-foul aggressors...$b$bFind it p-p-please... and return it to Treshala in Darnassus...$b$b...along with w-w-word of my lonely... death.','Find and return Treshala\'s Pendant to Treshala Fallowbrook in Darnassus.','No!$B$B\'Tis not fair. Oh, cruel and intolerable world!$B$BI must now carry this burden of grief and not let Heralath\'s work die with him.$B$BYou were brave to journey from such a dangerous place, $N. But please leave me now.$B$BIn solitude I shall mourn.','What brings you to my home, $R?','','','','','',5825,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6751,6752,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1143,4044,148,0,8,13,31,0,0,0,0,0,0,0,0,0,0,981,0,0,'The Tower of Althalaxx','I see. Well, if what you say is true, then now is the time to strike. I believe Athrikus resides at the top of the tower. Be careful though, he is surrounded by many powerful warlocks, much more deadly than the ones you faced before.','Kill Athrikus Narassin and bring his head to Balthule Shadowstrike near the Tower of Althalaxx.','With the death of Athrikus, I hope that the demonic forces in this area will be driven back. I have no doubt that they will regroup and return, but then we shall be even more prepared to meet their threat.','Athrikus Narassin is an ancient and powerful warlock. Perhaps we should wait for Delgren\'s assistance, but he obviously had much faith in you to send you alone.','','','','','',5383,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',1167,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1144,4044,1717,0,2,22,30,81,0,0,0,0,0,0,0,0,0,0,0,0,'Willix the Importer','At last, help has arrived!$b$bYou have no clue how long I\'ve been held prisoner here. I can\'t remember the last time I saw the outside of this place.$b$bYou see, I am an entrepreneur. Always out for a copper, as they say. I caught wind that Mebok Mizzyrix was paying well for Blueleaf Tuber from this here pig pen. I figured it would be an easy in, easy out kind of affair. As you can see, I was a bit wrong!$b$bAnyway, if you\'d be so kind as to help me get out of here, I\'ll make it worth your while.','Escort Willix the Importer to the exit of Razorfen Kraul.','Thanks again, friend! I told you I\'d make it worth your while.','','Help Willix the Importer escape from Razorfen Kraul','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6748,6750,6749,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,2,0,0,0,0,0,1,0,0,7),(1145,4044,17,0,0,29,33,0,690,0,0,0,0,0,0,0,0,1146,5846,1,'The Swarm Grows','Many travelers who\'ve come through the Crossroads helped me gather eggs from the Field of Giants, and many of them have tales of how deadly the creatures are. I\'ve heard enough to consider them insects a much larger threat than my masters first thought.$B$BI need a courier to travel to Orgrimmar to meet Belgrom Rockmaul. It be no simple matter, and someone who would take the task seriously should go.$B$BBelgrom usually be found outside the warriors\' guild house.','Deliver Korran\'s Sealed Note to Belgrom Rockmaul in Orgrimmar.','Ah, a note from Korran. He has been a loyal servant for some time now. I was wondering how his duties were going in the Crossroads.','I envy you, $C. You have the look of someone who\'s been outside the walls of Orgrimmar for a while.$B$BI myself would travel in the name of the Warchief if Thrall didn\'t have need of my skills here in the city. But he leads us well, and I trust his judgement - I remain here for as long as he needs me.','','','','','',5846,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',868,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1146,4044,1637,0,0,29,33,0,690,0,0,0,0,0,0,0,0,1147,5850,1,'The Swarm Grows','So, Korran has come to a similar conclusion about these insects--they seem to be a larger threat than we assumed.$B$BA few days ago a hunter returned to me from Thousand Needles nearly dead. He was with a raiding party sent to drive a dwarven excavation team out of the Shimmering Flats. During the attack, more of these insects erupted from a cave in the dig site and nearly killed the party.$B$BThey were led by Moktar Krin, and they\'ve taken refuge on the border of the Shimmering Flats. Bring him this note.','Deliver Belgrom\'s Sealed Note to Moktar Krin in Thousand Needles.','Don\'t mind the thundering echoes off the mountains\' walls. The goblins and gnomes are out among the Flats racing one another in atrocities created by what they call science. There are bigger threats here in Thousand Needles, one of which killed more than half my war party.$B$BBut we remain here until we hear word from Belgrom in Orgrimmar. Until then, we hold our position here, and stay vigilant.','War brings my group and I to the Shimmering Flats, $C. What brings you here?','','','','','',5850,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',1145,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1147,4044,400,0,8,29,35,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Swarm Grows','Hmm. Seems Belgrom thinks those monsters are a threat. He wants them pushed back into whatever depths they crawled up out of.$B$BI guess killing the dwarves sent by the Explorers\' League wasn\'t enough--now I have to send a half-dead war party into another battle. We won\'t be able to do it ourselves; not while we\'re in this condition. The dig site\'s to the south of here. There shouldn\'t be anymore dwarves to deal with. Feel up to wielding a blade or staff and doing your part to aid us?','Kill 5 Silithid Searchers, 5 Silithid Hive Drones, and 5 Silithid Invaders and return to Moktar Krin in Thousand Needles.','Ha! That ichor you\'re covered in actually makes you prettier, $N! It certainly does make you reek at the same time though. Don\'t stand too close to the kodo; you\'ll either start a stampede or cause them to go into heat.$B$BI think my companions would agree that your smell alone is proof you\'ve done your part to help us against those insect creatures. Thank you, $N.','With the amount of travelers heading out to the Flats for those races, I\'m sure we can convince enough adventure seekers to help push back those insects. My party and I won\'t be able to leave until we do.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4130,4133,4131,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1146,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1148,4044,400,0,0,28,35,0,690,0,0,0,0,0,0,0,0,1184,5877,1,'Parts of the Swarm','You inspect the carapace carefully. As you turn it over in your hands you realize that the chitinous plating is interlaced in such a way that makes it incredibly strong. It\'s unlike anything you\'ve ever seen. You inspect the rest of the corpse further and realize that these creatures are very powerful and highly evolved.$B$BLooking down at the carapace again, you think that Korran would enjoy studying more of these creatures. It could help him figure out what these creatures are, and where they come from.','Bring 1 Silithid Heart, 5 Silithid Talons, and 3 Intact Silithid Carapaces, to Korran at the Crossroads.','Ahh, you\'ve seen Moktar recently? He always be lookin\' out for me. I\'m sorry to hear he spends his time watching over his little war band instead of seeing battle, but I\'m sure he be takin\' great joy in killing members of the Explorers\' League.$B$BYou be smart to bring me these specimens, $N. Along with the eggs we be findin\' in the Field of Giants, these should give me a good start in figuring out what these insects are, and what they be wantin\'.','Ah, it been a long time since you\'ve come to see me, $N. What can I do for you today? You be looking like you\'ve seen the face of battle recently. Good... good for the Horde and good for you. The more battle you\'ve seen, the more helpful you\'ll be; stronger, too.','','','','','',5855,5854,5853,0,0,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1149,4044,400,0,4,25,26,0,690,0,0,0,0,0,0,0,0,1150,0,0,'Test of Faith','So, you have sought me out, or perhaps destiny brings you to me? No matter. You are here now, and so your journey will begin anew.$B$BMany facets make up a being: the spirit, the body, the mind. Some of these can be measured by a culture\'s traditions. Others we can only hope exist within ourselves. If you agree, I shall test some of the facets within you.$B$BIf you pass, then you shall become stronger. If you fail, then you will realize the vastness of the Nether.$B$BThe first is a Test of Faith.','If you have faith, leap from the planks overlooking Thousand Needles.','It is not until faced with unforeseen adversity that we begin to see how strong our spirits are. You took the leap of faith even though you had no guarantees that you would survive. Your mind is open, and your spirit is prepared for what is to come.$b$bIf you are willing, then the next of your tests is ready.','Faith. It is far more important than some realize.$B$BIt does not matter what you believe sometimes. It is just important that you believe in something.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,246,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1150,4044,400,0,8,25,30,0,690,0,0,0,0,0,0,0,0,1151,0,0,'Test of Endurance','I\'m pleased to see your courage remains steadfast in light of what you\'ve already done. Since your faith is intact, the time has come to test your body.$B$BFirst is a test of endurance. Go to the Roguefeather Den west of Freewind Post. Make your way to the depths of their lair and destroy their foodstuffs. By then you should have provoked their fury, and if you are able to survive long enough, Grenka Bloodscreech herself will come for you--kill her and bring me her claw to complete your test.','Bring Grenka\'s Claw to Dorn Plainstalker in Thousand Needles.','Grenka was powerful, even by troll standards. You should be proud of your accomplishment this day.$b$bDuring your test of faith you displayed strength of spirit, and now you have shown endurance in battle by taking on the Roguefeather harpies, but the time has come for a new test.','You must be prepared spiritually, physically and mentally for the challenges that lie ahead of you.$b$bToo often do we rush forward before we are ready. I consider it my duty to the youth, no matter which tribe they belong to, to prepare them for the dangers they may face after they leave the sanctity of their home.','','','','','',5843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',1149,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1151,4044,400,0,8,25,30,0,690,0,0,0,0,0,0,0,0,1152,0,0,'Test of Strength','During the time of the Old Gods, elementals inhabited much of this world. They worshipped the Old Gods, and the Gods, through their power, kept the elementals bound to this world. When the Old Gods were banished, the elementals faded from our world and now only return at the bidding of powerful mages.$B$BThere are exceptions though. Some elementals were powerful enough to remain here on their own. One such elemental is Rok\'Alim.$B$BTo test your strength, find Rok\'Alim in Thousand Needles and slay him.','Bring Fragments of Rok\'Alim to Dorn Plainstalker in Thousand Needles.','The Test of Strength is done. You have shown strength and bravery, and you are now prepared for the final test before these rites are completed.','Rok\'Alim is also called the Pounder by the centaur tribes in Thousand Needles because of the thundering his fists make as he pummels the creatures brave, or stupid, enough to stand in his path.','','','','','',5844,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',1150,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1152,4044,400,0,8,25,30,0,690,0,0,0,0,0,0,0,0,1154,0,0,'Test of Lore','Your time with me is just about finished. I am knowledgeable, but the Test of Lore is not mine to give. There are lessons to be learned and places to visit that others claim domain over.$B$BIf you are prepared, then seek out Braug Dimspirit--he is a shaman of great wisdom. He will test you further, so heed his words, $N.$B$BWhen you are ready, find the tunnel that connects the Stonetalon Mountains with Ashenvale: Braug dwells near there. And be careful, $N, the night elves may wish to impede your test.','Find Braug Dimspirit near the entrance to Talondeep Path in Stonetalon Mountains.','The days and nights grow colder throughout the world as goblins rape the land, and the night elves point fingers at the younger races. The Forsaken and orcs are not the only ones to blame for the hardships found throughout Kalimdor and Lordaeron. Many of the intelligent races have contributed to the world\'s pain. Dorn knows this, and he has sent you to me because you have shown the attributes necessary to realize it also.$b$bNow you stand before Braug.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1151,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1153,4044,17,0,8,25,29,0,690,0,0,0,0,0,0,0,0,0,0,0,'A New Ore Sample','$C, you have done well in helping me in the past. The warchief is pleased thus far with what I\'ve accomplished, and asks me to continue with renewed determination. My honor dictates that I give you proper recognition to the warchief for all you have done, but first I would ask you for your help again.$B$BTravelers recently came from the south from a place called Thousand Needles. There they killed a kobold who had an unusual ore sample, but they would not sell it. I want a sample of that ore to examine.','Find an Unrefined Ore Sample on a Gravelsnout Digger or Surveyor and bring it to Tatternack Steelforge at Camp Taurajo in the Barrens.','A good sample, $N. A good sample indeed.$B$BThose travelers can no longer lord over me the ore they found, now that you have been successful.$B$BI shall get to work on it immediately. If it proves strong enough, I will send a weapon crafted from the material back to the warchief to show him our success.$B$BI shall not forget your help, $C.','I saw the travelers again - the ones that would not sell me a sample of the ore. I spit at them for not helping the warchief.$B$BMay they die in battle like cowards and not like warriors as should be the right of all people who ally themselves with the Horde.','','','','','',5842,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6741,0,0,0,1,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',893,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1154,4044,400,0,8,25,30,0,690,0,0,0,0,0,0,0,0,6627,0,0,'Test of Lore','You have passed Dorn\'s tests, and now you seek to pass your next trial. Very good. But up until now, your challenges have been childish. It is easy to test your body--your mind is another matter completely.$B$BI shall explain it simply: find the book I name, study it, and answer my question about its contents.$B$BWhat book, you must be asking? The Legacy of the Aspects. It can be found at the bottom of Dor\'danil in southern Ashenvale, protected by the dead druids and their slayers.','Find the Legacy of the Aspects and return it to Braug Dimspirit near the entrance to Talondeep Path in Stonetalon Mountains.','This is the book I named. There is hope you will answer my question correctly then... unless you\'ve forgotten to study its contents.$b$bWhen you are prepared, speak to me again and I shall ask a question of you.','Bring me the book after you\'ve studied it. I will not ask you your question until after you have given me the book.','','','','','',5860,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1152,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1155,5875,1377,0,0,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,' bug crystal side quest','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1156,5875,1377,0,8,25,58,0,0,0,0,0,0,0,0,0,0,1159,0,0,' speak to alchemist pestlezugg','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1157,5875,440,0,8,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,' pestlezugg needs items','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1158,5875,440,0,8,54,58,0,0,0,0,0,0,0,0,0,0,0,0,0,' speak to rabine saturna','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1159,4044,400,0,8,25,30,0,690,0,0,0,0,0,0,0,0,1160,0,0,'Test of Lore','Well done, $N. You have passed the first portion of the Test of Lore, but there is still another question to be answered. But that question is not mine to ask.$B$BSeek out Parqual Fintallas in Lordaeron City. He was a great historian for the humans before the Plague overtook him. Now he continues to seek enlightenment, but of a different nature.$B$BHe will have another requirement of you before he asks you anything, but you have done masterfully thus far--I\'m sure you will overcome his obstacle.','Find Parqual Fintallas in Undercity.','Braug sent you? Impossible.$b$b$b$bBraved Dor\'Danil, took a leap of faith, fought and overpowered a powerful elemental? Bah! You\'re probably a farce; some adventurer that overheard talk in a tavern. And now you think you have what it takes to pass my test. So be it... $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',6627,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1160,4044,796,0,8,25,36,81,690,0,0,0,0,0,0,0,0,6628,0,0,'Test of Lore','I will tell you what you must seek, and I will even ask you my question, but not because you wish to prove yourself. Knowledge is far more important than strength. Even as others seem to pass you by in ability, your knowledge of the world will be more valuable.$B$BGo to the Monastery in the north of Tirisfal Glades. In the library there, a book called Beginnings of the Undead Threat resides. It was used by the now-corrupt paladins there to train them to fight my kind.$B$BBring it to me.','Find The Beginnings of the Undead Threat, and return it to Parqual Fintallas in Undercity.','This is the book I sent you to search for.$b$b$b$bSo now you wish a question to prove your mind is as powerful as your body and spirit. If you have studied the book long enough, then I shall ask you your question and you can be done with these tests!','I hope you made the Scarlet Crusade suffer some before stealing the book from them.$b$bMy views of their kind are not unwarranted. The Crusade may have been followers of the Light at one time, but now, they seek to destroy any creatures that have not sided with their religion. They believe all undead, Forsaken or otherwise, must be cleansed, and those traveling in their lands must either be insane, or subject to the undead\'s powerful magics. Idiots. Idiots and fools; all of them.','','','','','',5861,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',1159,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1161,5875,1377,0,8,55,58,0,0,0,0,0,0,0,0,0,0,0,0,0,' gossip shade of ambermoon','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1162,5875,1377,0,8,55,58,0,0,0,0,0,0,0,0,0,0,0,0,0,' speak to hamuul runetotem','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1163,5875,1377,0,8,55,58,0,0,0,0,0,0,0,0,0,0,0,0,0,' speak to tyrande whisperwind','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1164,4044,1497,0,8,27,36,0,690,0,0,0,0,0,0,0,0,0,0,0,'To Steal From Thieves','The harlot! The swine! Kenata still lives; her family healthy and prospering while I suffer. Forsaken indeed!$B$BMy family is gone, taken by the plague. Our estate also forfeit; looted and burned during the war. And after all that, her and her lousy children had the audacity to steal the only precious belongings I had left.$B$BI don\'t care about the things they stole any more. What I want now are their heads!$B$BKill them for me! Go to the Dabyrie Farmstead in Arathi, northeast of Refuge Point.','Bring Kenata, Fardel, and Marcel Dabyrie\'s Heads to Genavie Callow in Undercity.','You stand before me as a figure of vengeance, and I bow down before you in thanks.$B$BWith that cow\'s death, and knowing that their seed will no longer spread over the face of Azeroth, I can put my energy into something more lucrative. I hope you looted their farmstead after you finished them off.','Kill them all and bring me their heads!','','','','','',5830,5832,5831,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4443,2032,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,5),(1165,5875,400,0,8,30,42,1,0,0,0,0,0,0,0,0,0,0,0,0,' Ore for the Races','','','','','','','','','',5833,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1166,4044,15,0,8,37,41,0,690,0,0,0,0,0,0,0,0,0,0,0,'Overlord Mok\'Morokk\'s Concern','Bow before Overlord Mok\'Morokk!$b$bRexxar make me mighty leader of Stonemaul Clan!$b$bMe good leader. Me keep clan safe.$b$bBig dragons come and make fire at old home. Me smart ogre. Find new home for clan here.$b$bLeave old home so fast, me forget stuff. Tiny $r, go get my things. Go south and find my yummy grog, my snuff and my strongbox. Me like you after you do that. You look in Den of Flame and Stonemaul Ruins... they be there, me sure!','Overlord Mok\'Morokk in Brackenwall Village wants you to retrieve his grog, snuff and strongbox in Dustwallow Swamp.','You good $r. Me miss things very much. Me like you now.','Me thirsty for grog. Me miss snuff too. Where is strongbox? You go get for Overlord Mok\'Morokk.$b$bGo find south in old home. Me too busy leading ogres to get.','','','','','',5834,5835,5836,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10702,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1167,4044,148,0,8,13,28,0,0,0,0,0,0,0,0,0,0,1143,0,0,'The Tower of Althalaxx','Before confronting Athrikus, it would probably be wise for you to consult with Balthule. I have no doubt he has been vigilant in his watch of the Tower, and he may have information about recent developments.','Speak with Balthule Shadowstrike near the Tower of Althalaxx.','Ah, it\'s good to see you again, $N! The strangest things have been happening around here, I\'m glad you showed up!$B$BIt was very strange, $N. Everything seemed normal--well, as normal as things get around here--and then suddenly there was a blinding flash of light from the upper room of the tower. Then came the screams. The cries split the air, and lightning struck the ground from time to time. What\'s going on?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',1140,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1168,4044,15,0,8,37,41,0,690,0,0,0,0,0,0,0,0,0,0,0,'Army of the Black Dragon','Mok\'Morokk was made Overlord by Rexxar. He care more for power than he care for ogres.$b$bBlack dragons kill many ogre. Kill Tharg\'s wife. Mok\'Morokk tell us to run. Make us come here.$b$bOgre should fight. Ogres not good at running. Mok\'Morokk care only about Mok\'Morokk.$b$bMe call Stonemaul Ruins home. Me like it in the south. This place not home.$b$bHelp ogres fight army of the black dragon. Me want revenge. Me want to go home.','Tharg in Brackenwall Village wants you to kill 10 Firemane Scouts, 10 Firemane Ash Tails, and 5 Firemane Scalebanes.','You kill many of the black dragon army. You brave $r.$b$bMake Tharg happy.','Mok\'Morokk tell all ogres to stay and keep this place safe. Me think ogres need to kill black dragon army and get old home back.$b$bYou help ogres get home back. Help ogres get revenge.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4329,4331,4328,0,10,10,5,0,0,0,0,0,0,0,0,0,9705,9706,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1169,4044,15,0,8,37,41,0,690,0,0,0,0,0,0,0,0,0,0,0,'Identifying the Brood','Whilst that craven fool, Mok\'Morokk, wallows in power and Tharg wrestles the demons of sorrow and vengeance and vies for leadership of the clan, I seem to be the only one concerned with identifying the source of aggression on our old home.$b$bWhy the puzzled stare, $n? Expecting me to speak like an uncouth ruffian merely because I am an ogre?$b$bNow back to business, bring to me the hearts and tongues from the whelps and hatchlings. I shall trace the root of this evil...','Draz\'Zilb in Brackenwall Village would like you to bring him 7 Searing Tongues and 7 Searing Hearts.','\'Twas a perilous affair, no doubt, collecting all of these hearts and tongues. I shall delve into the depths of the arcane to trace the origin of the black menace which has descended upon our former home.','With the hearts and tongues of scorched offspring of the black dragon army, I can decipher what wretched beast introduced her spawn into our home. Perhaps with a greater knowledge of our aggressors, we can seek to destroy them once and for all and reclaim Stonemaul Village from ruin.$b$bOf course, convincing Mok\'Morokk to move his lethargic, fat mass out of this muck hole is going to be an epic quest in and of itself...','','','','','',5840,5841,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9703,9704,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1170,4044,15,0,8,37,41,0,690,0,0,0,0,0,0,0,0,1171,0,0,'The Brood of Onyxia','Stonemaul Village was invaded by the brood of Onyxia. But why would the daughter of the black dragonlord, Deathwing, descend upon our lands?$b$bThis is most troubling. Surely, Onyxia was driven here for a purpose beyond laying siege to a small band of ogres.$b$bNotify Mok\'Morokk at once! Action must be taken.','Speak with Overlord Mok\'Morokk in Brackenwall Village.','Why you tell me \'bout dragons? Me no like dragons. Me like it here. No dragons here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',1169,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,1),(1171,4044,15,0,8,37,41,0,690,0,0,0,0,0,0,0,0,1172,0,0,'The Brood of Onyxia','You leave me alone now. Go tell Draz\'Zilb we stay here. No black dragon here.','Speak with Draz\'Zilb in Brackenwall Village.','That lazy coward!$b$bMok\'Morokk displayed strength when Rexxar was our leader. But soon after Rexxar\'s departure Mok\'Morokk fell prey to temptations of power. Rather than lead, he demanded. He does not serve his people but rather expects us to serve him.$b$bSomething must be done.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',1170,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1172,4044,15,0,8,37,41,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Brood of Onyxia','Onyxia\'s brood has been scattered across the Dragonmurk. It is imperative that no more whelps be permitted to hatch.$b$bMake haste to Wyrmbog in the south of Dustwallow Marsh. Surely, she has made her lair there. Track down the evil dragon\'s eggs and destroy them.$b$bWe will never reclaim Stonemaul Village if the surrounding area remains a breeding ground.$b$bAs for Mok\'Morokk... I have other plans for the sod.','Draz\'Zilb in Brackenwall Village wants you to destroy 5 Eggs of Onyxia.','Splendid! It will be sometime before Onyxia can produce more eggs.$b$bOn behalf of my people, I thank you, $n.$b$bI have asked much of you so far. Perhaps you can do the Stonemaul Clan one last service.$b$bMok\'Morokk is not fit to lead us. Tharg would make an excellent leader but is hindered by his injuries and age. Drive Mok\'Morokk from this place by force. Only then can we appoint a new leader to return us to our proper home in the south.','You must hurry to the Dragonmurk, $n. With Onyxia\'s eggs riddled around the Wyrmbog, we face overwhelming numbers unless something is done quickly.$b$bDestroy her eggs! Don\'t let the black dragon plague spread across our homeland!','','Egg of Onyxia destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-20359,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,10700,10701,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',1171,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1173,4044,15,0,2,38,45,1,690,0,0,0,0,0,0,0,0,0,0,0,'Challenge Overlord Mok\'Morokk','You dare challenge Overlord Mok\'Morokk?$b$bHaw!$b$bMe crush tiny $r!$b$bYou tell me when ready for good beating.','Defeat Mok\'Morokk and report the news to Draz\'Zilb in Brackenwall Village.','That cowardly fat mass Mok\'Morokk fled like a scared child. You have done a great service, $N.$B$BNow my people can appoint a new leader, one who will help us reclaim our old home once and for all.','I thought you were going to attempt to drive Mok\'Morokk out of the village. Instead you have come to me to chat?','Drive Overlord Mok\'Morokk from Brackenwall Village','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10703,10704,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',1172,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1174,5875,400,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnomes Win!','','','','','','','','','',5768,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5857,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1175,4044,400,0,8,28,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bump in the Road','After the big crash with the goblins\' Red Thunder racer and a basilisk, Kronkrider hired me on to take care of the track. I don\'t know what all the animals out on the flats are feeding on to grow so big, but we have to be careful to thin them out so they won\'t wander onto the track when a race is going on.$b$bTell you what. If you want to go out and make a little profit, go out and remove the basilisks from the area.','Kill 10 Saltstone Basilisks, 10 Saltstone Crystalhides and 6 Saltstone Gazers for Trackmaster Zherin on the Shimmering Flats.','I hope you didn\'t kill any of the basilisks on the tracks themselves! It takes a long time for the carcasses to decay in the sun, and I\'d rather not have to take a shovel out to clean up.','It\'s bad enough having to clear out the wreckage of the racers without having to pick them out of burnt animal parts.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4147,4151,4150,0,10,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1176,4044,400,0,8,29,30,0,0,0,0,0,0,0,0,0,0,1178,0,0,'Load Lightening','When it comes to racing, every bit counts! Whether it\'s a minor tweaking on the power output, a slight slackening on the tension coils, or lightening the weight of the frame, you have to take everything into account.$b$bWe use vulture bones for a lot of the minor structural tweaks we make to our racers, which offer the perfect balance of strength and weight. Even better, it\'s easy for us to get more, as the salt flats are littered with vultures.$b$bBring me some and I\'ll give you a good price on them.','Get 10 Hollow Vulture Bones for Pozzik in the Shimmering Flats.','Great! I can get the crew working on this right away. Thanks, $n!','Do you have those bones for me? I was just about to start working on lightening the steering rig, but I don\'t want to open her up without all the parts I need.','','','','','',5848,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,4),(1177,4044,15,0,8,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hungry!','Mud big ogre.$b$bMe hungry.$b$bGo bash fishy. Bring Mud food.$b$bYou feed Mud or Mud eat you.','Mudcrush Durtfeet in northern Dustwallow wants 8 Mirefin Heads.','Me like fishy head!$B$BMe no eat you now.','Gimme food or me eat you.','','','','','',5847,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9518,9519,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1178,4044,400,0,8,29,37,0,0,0,0,0,0,0,0,0,0,1180,0,0,'Goblin Sponsorship','Our racing team is the pride of goblins everywhere. You\'d be surprised at some of the people who contribute in one way or another to our team.$b$bYou know Gazlowe? He tracks down parts from around the world for us. He even came down to work on one of our rigs once!$b$bA few weeks ago, he said he\'d send us a new prototype fuel regulator but it hasn\'t come yet. He\'s usually very prompt... Maybe you wouldn\'t mind going to Ratchet to ask him about it? I wouldn\'t be so pushy, but the gnomes are gaining on us!','Speak to Gazlowe at Ratchet in The Barrens.','Pozzik sent you, huh? You know, Pozzik was one of the most respected tinkerers in Undermine before he retired to start working on the racers.$b$bThe first thing he did when he joined the team was develop the two engine model racers. Could be that the businesses will suffer without him working with the Tinkers\' Union, but who cares, right? There\'s nothing like the races!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',1176,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1179,4044,400,0,0,28,30,0,1101,0,0,0,0,0,0,0,0,0,5849,1,'The Brassbolts Brothers','You ever heard of the Shimmering Flats? It\'s a stretch of salt flats way over in Kalimdor, just south of the Thousand Needles canyon. It\'s a great place for racing because, well, it\'s so flat!$B$BA couple of gnome brothers are out there, friends of mine, trying out their new rocket car, and from what I hear it\'s fast! Heh, so fast that their pilots keep crashing. Giving themselves concussions.$B$BSo they asked me for some Siege Engine helmets, but I have duties here. I can\'t make the trip!$B$BCan you?','Bring the crate of crash helmets to Wizzle Brassbolts at Mirage Raceway in Thousand Needles.','Ah! Longbeard sent you with a load of helmets! Hooray!$B$BNow maybe we can talk a pilot into driving our car...','Watch where you\'re stepping! Watch watch watch!! This is delicate stuff you see here, and if we\'re to win then it must all work perfectly!','','','','','',5849,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1180,4044,400,0,8,29,37,0,0,0,0,0,0,0,0,0,0,1181,0,0,'Goblin Sponsorship','Back to what you came here about. I know I promised Pozzik that I\'d deliver a new fuel regulator for him, but I still haven\'t received it yet. Revilgaz over in Booty Bay said he\'d have it shipped over, but it might be it slipped through the cracks somehow.$b$bIf that\'s true, there\'s not much we can do about it. We can at least find out if it was dispatched from Booty Bay.$b$bCheck in with Wharfmaster Lozgil over there, he should be able to check the cargo records.','Speak with Wharfmaster Lozgil at Booty Bay in Stranglethorn Vale.','Shipments to Ratchet? Let me just check the logbooks...$b$bNo, the most recent shipment I have on record of going out to Ratchet were boots from Drizzlik. Hasn\'t been much else, other than building supplies and tools. Definitely no race parts.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,21,87,0,0,0,25,25,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',1178,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1181,4044,400,0,8,29,37,0,0,0,0,0,0,0,0,0,0,1182,0,0,'Goblin Sponsorship','I\'m afraid I can\'t be of much more help to you, $n. If you\'d like to follow up on it more, I\'d suggest you go hit up the Baron himself. If there\'s anyone who knows Revilgaz\'s business, it\'s Revilgaz.$b$bYou\'ll find him at the tavern across the harbor, top floor.','Speak with Baron Revilgaz in Booty Bay.','Oh, sure of course I know what you\'re talking about. Nope, can\'t help you though. Some of my men were supposed to go track down the blueprints for the fuel regulator, but they came back empty-handed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',1180,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1182,4044,400,0,8,29,37,0,0,0,0,0,0,0,0,0,0,1183,0,0,'Goblin Sponsorship','See, the Venture Company shredders out in Lake Nazferiti (in northern Stranglethorn) have been equipped with a new model fuel regulator. I was thinking that Pozzik would be able to take advantage of it, if he could get some details. Unfortunately, Cozzle, the foreman out there, appears to be a little more clever than I gave him credit for.$b$bYou seem like you might have more luck finding the blueprints though. I know he keeps them in his house, but they\'re almost certainly under lock and key.','Bring the Fuel Regulator Blueprints to Baron Revilgaz in Booty Bay.','Now, let me just get a copy of these blueprints for my own notes and you can bring these straight to Pozzik. Wouldn\'t want him to think that one of his sponsors was abandoning him.','Much as I hate to admit it, that gnome team they have out there is pretty good. Our boys need every edge they can get.','','','','','',5852,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',1181,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1183,4044,400,0,0,29,37,0,0,0,0,0,0,0,0,0,0,1186,5852,1,'Goblin Sponsorship','You should be all set to go. Give Pozzik my regards and tell him that if he ever needs anything, not to hesitate to ask. I\'ll be waiting for the news that he breaks the track record soon!','Deliver the Fuel Regulator Blueprints to Pozzik on the Shimmering Flats.','I was hoping that it would be already assembled, but this does present the unique opportunity to improve on the design from the ground up. Thanks, $N. I\'ll be able to sketch up some improved schematics, build the thing, and have it installed real soon.','$N! Did you manage to track down the fuel regulator?','','','','','',5852,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',1182,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1184,4044,400,0,8,28,35,0,690,0,0,0,0,0,0,0,0,0,0,0,'Parts of the Swarm','Head back to Belgrom in Orgrimmar and tell him Moktar be doing his bidding well out in the Thousand Needles. Tell him also, that me studies progress, and I hope to be havin\' learned more soon. That should please him greatly.','Return to Belgrom Rockmaul in Orgrimmar.','I\'m appreciative of your efforts, $c. The warchief will enjoy hearing how tenacious you have been in your duties.$B$BOh, of course I will mention your name to him. He speaks to me often and values my opinions greatly.$B$BGo now, I have much to do. And if you speak to Korran soon, and he has news of these creatures, then return to me--I would think they are a threat that must be taken seriously.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6737,6738,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',1148,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,0,0,3),(1185,4044,493,0,8,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Under the Chitin Was...','','','Hey, it\'s you again! Well, I mean you - as in the you that is $N! Yes - that you!$B$BHey, let me start over!$B$BThat object you found in Silithus - it was in fact a book. It was a journal written in a very ancient dialect of what we now call the Darnassian tongue. It\'ll take a while, but I\'m going to go over it very thoroughly. I thought you should know that what you found was extremely valuable for the Circle.$B$BThe den mother\'s all excited and everything!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',6845,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1186,4044,400,0,8,29,37,0,0,0,0,0,0,0,0,0,0,1187,0,0,'The Eighteenth Pilot','I\'m going to be busy with working on integrating this new fuel regulator to our racer designs, but if you\'d like to help out the team some more, talk to Razzeric. He\'s our pilot--well, our eighteenth pilot, to be exact--and he likes to add his own little modifications to the racers.$b$bHe\'s a little off his rocker, though, so try not to act too surprised.','Speak with Razzeric on the Shimmering Flats in Thousand Needles.','You\'re the $R that\'s been helping Pozzik out, right? I was like you once, running around the pit area, helping with whatever work the mechanics would let me do.$b$bNow look at me! The goblin racing team\'s pilot extraordinaire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',1183,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1187,4044,400,0,8,29,41,0,0,0,0,0,0,0,0,0,0,1188,0,0,'Razzeric\'s Tweaking','Pozzik\'s a great mechanic, I know that, but he\'s afraid to just load on the firepower and grab on for the ride. Not me, though.$b$bAfter Pozzik finishes with a racer, I take a little time to put my own modifications on--you know, loosening up the controls, removing parts of the frame, and adding more juice!$b$bI ordered a seaforium booster from Shreev at the Gizmorium in Gadgetzan, but apparently the zeppelin it was being sent on crashed in Dustwallow Marsh! I gotta have it, $n!','Retrieve the Seaforium Booster for Razzeric in the Shimmering Flats.','Just take a look at this beauty! Fifteen pounds of solid seaforium power! Once I get this strapped on to the side of my racer, I\'ll be around the track so fast I\'ll beat the gnomes twice!','How\'m I supposed to show my face around the track without a little extra kick to get me going? It\'s a travesty, I tell you.','','','','','',5862,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',1186,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(1188,4044,400,0,0,29,41,0,0,0,0,0,0,0,0,0,0,1189,5862,1,'Safety First','But wait, what\'s this? Shreev left the safety on. That will limit the amount of power I can draw from the booster at any time. I told him I wanted it off! This is no good.$b$bYou have to take this to the Gadgetzan Gizmorium in the Tanaris Desert and have Shreev remove this.','Bring the Seaforium Booster to Shreev at Gadgetzan in Tanaris.','Only Razzeric would take a look at this and say that I\'d somehow put some sort of safety lock on it. This booster is almost completely seaforium explosives. I already modified it so that more of its payload would be delivered upon use, but Razzeric is never content unless he goes to eleven!','As I\'m sure you know, the Gizmorium can service all of your tinkering needs! How can I help you?','','','','','',5862,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',1187,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1189,4044,400,0,0,29,41,0,0,0,0,0,0,0,0,0,0,0,5865,1,'Safety First','There, I did what Razzeric wanted. Just tell him to be careful when he sets this off. If he makes the slightest mistake, he won\'t be moving forward, he\'ll just be a burnt spot on the track.$b$bWould be a shame, too, if that happened. Who knows if our nineteenth driver would be any good?','Return the Modified Seaforium Booster to Razzeric on the Shimmering Flats in Thousand Needles.','Now that\'s more like it! I wish I could see the look on the gnomes\' eyes when they see me set this baby off.$b$bToo bad I\'ll be too busy pulling off a new course record!','Can you believe Pozzik put a bucket of sand on the racer? How am I supposed to hit my maximum speed with a bucket of sand under the seat?','','','','','',5865,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6726,6727,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',1188,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1190,4044,400,0,262152,29,41,0,0,0,0,0,0,0,0,0,0,1194,0,0,'Keeping Pace','The Brassbolts brothers have discovered a new building material, that\'s the only explanation that makes sense. Their cars have been operating faster than before, but their designs, and all the other data we\'ve gathered from their runs is identical.$b$bWhat we do know, is that Rizzle Brassbolts has been focused on the plans for this new discovery almost constantly.$b$bZamek can create a diversion for you, so that you can steal those plans from them.','Have Zamek create a diversion, then steal Rizzle\'s plans for Pozzik on the Shimmering Flats in Thousand Needles.','Scribbled in a hasty, hurried hand, a scroll of notes and designs for the refinement of some raw material.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13500,0,0,0,0,'',1137,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1191,4044,400,0,8,29,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zamek\'s Distraction','','','Let\'s go!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1192,4044,400,0,8,29,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Indurium Ore','','','Excellent! I\'ll get the crew to work right away on the parts we\'ll need for the next race.','I\'d like to integrate indurium into different parts of our racers, but I need large amounts of raw indurium to create these parts.$B$BYou can find indurium ore in the Uldaman excavation in the Badlands, across the sea in Khaz Modan.$B$BThe gnomes are getting their own supply of it, so it\'s important we get our own to keep pace with them.','','','','','',5833,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1194,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1193,4044,2557,0,8,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Broken Trap','','','The thorium widget slides effortlessly into place, creating a conduit to pour the frost oil down. Once the last drops of oil have been emptied into it, the trap snaps into position.$B$BWoe be to any unwary ogre that should just so happen to wander by!','A large, broken trap lies before you. From the looks of it, the ogres have tried to repair the trap but to no avail. A hastily written note lies next to the trap, and strangely enough it details exactly what is needed to repair it: a thorium widget and some frost oil. Were the trap repaired, an ogre passing near it might get trapped, and could be avoided.$b$bClearly, it would seem fortuitous that very few ogres know how to read.$b$bClearly.','','','','','',15994,3829,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1194,4044,400,0,0,29,41,0,0,0,0,0,0,0,0,0,0,0,5866,1,'Rizzle\'s Schematics','Rizzle\'s schematics describe the process of the refinement of indurium ore. From his scrawls, it is apparent that indurium ore is being obtained from the dwarven excavation site of Uldaman in the Badlands.$b$bMuch of the other notes relate to the heat resistant properties.$b$bUsed as a paperweight for the plans is a hunk of what appears to be unrefined indurium ore.','Bring the Sample of Indurium Ore to Pozzik on the Shimmering Flats in Thousand Needles.','Indurium? Interesting... If it is capable of resisting heat to the degree that you say, it would explain the performance increase the gnomes have displayed of late.$B$BThis sample you\'ve brought to me will be invaluable, also. I will be able to perform some tests on this, but I\'ll need more for this to actually be of any use to us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13500,0,0,0,0,'',1190,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1195,4044,1638,0,8,20,25,0,690,0,0,0,0,0,0,0,0,1196,0,0,'The Sacred Flame','The Galak centaur in the Thousand Needles are protecting an artifact from the time of the centaurs\' creation.$b$bWe would like to retrieve it, but we require a phial of water from one of the night elves\' moonwells.$b$bTo collect the water, you will first need to obtain one of the phials carried by the dryads near the Raynewood Retreat in the heart of Ashenvale Forest. There is a moonwell near the western bank of the Falfarren River, south of the main road, where you can fill the phial.','Return a Filled Etched Phial to Zangen Stonehoof in Thunder Bluff.','Very good. This should fill Rau\'s request just fine. Could you deliver this to him? You might enjoy spending some time out in the Needles.','Once we have the filled phial, we can send it along to my associate, Rau, in the Thousand Needles. He was the one who requested the phial of water, so he\'ll better know how we can make use of it.','','','','','',0,5868,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1196,4044,1638,0,0,20,29,0,690,0,0,0,0,0,0,0,0,1197,5868,1,'The Sacred Flame','Bring the filled phial to Rau Cliffrunner at the Freewind Post in southeastern Thousand Needles. You can get to the Thousand Needles by taking the Great Lift at the southern edge of the Barrens.$b$bI wouldn\'t be surprised if you can help us out further.','Deliver the Filled Etched Phial to Rau Cliffrunner at the Freewind Post.','Hm, yes, this phial of water will serve our purposes perfectly. Because of the shared ancestry of the dryads and the centaurs, the water of the moonwells will enable us to breach the protection of the eternal flame surrounding the centaur relic.','I don\'t suppose you\'ve been sent by Zangen, hm?','','','','','',5868,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',1195,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1197,4044,1638,0,0,20,29,0,690,0,0,0,0,0,0,0,0,0,5868,1,'The Sacred Flame','Using the water you brought, you will be able to temporarily douse the flame that holds the centaur relic. It will not work permanently, however, so you will have to be quick about it.$b$bYou will find Splithoof Crag, the centaurs\' stronghold, to the north of here. The flame is kept in Splithoof Hold, a heavily guarded part of the crag.$b$bBe careful, though, the Galak centaur have great numbers here, and will be rather reluctant to surrender something so dear to them.','Retrieve the Cloven Hoof for Rau Cliffrunner at the Freewind Post.','I sense a strange energy emanating from the Hoof... I have no doubt that we will discover surprising new information about the centaur from its study.$B$BMy thanks, $N. Now I must begin to decipher the mysteries you have brought to me.','I am eager to put my hands upon the Cloven Hoof. Have you taken it yet?','','','','','',5869,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6739,6740,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',1196,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1198,4044,719,0,8,18,24,81,1101,0,0,0,0,0,0,0,0,1200,0,0,'In Search of Thaelrid','Many rumors circulate these days about the union of the Twilight\'s Hammer and the naga in Blackfathom Deeps on the coasts of Ashenvale.$b$bMy role here with the Argent Dawn is to collect as much information as I can, so we know when and where help is needed.$b$bIt has been weeks now since I sent a scout to check on the activity at Blackfathom Deeps. Argent Guard Thaelrid has not yet reported back.$b$bMy other scouts are preoccupied with pressing matters.$b$bSeek out and aid Thaelrid for me, $n.','Seek out Argent Guard Thaelrid in Blackfathom Deeps.','Dawnwatcher Shaedlass was good to send you. There is indeed a wicked plot underway in this corrupted place.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,69,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,29,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1199,4044,719,0,8,20,25,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Twilight Falls','Empowered by the ancient rites of the chaotic Old Gods the members of the Twilight\'s Hammer strive to bring about the return of their dark patrons and spread death and terror across the world.$b$bWe believe that the Twilight\'s Hammer has allied with the naga and are amassing in Blackfathom Deeps on the coast of Ashenvale.$b$bWhatever evil plan brews in the depths of the old temple must be thwarted.$b$bWage war on the Hammer and bring back proof of your deeds. Your efforts will be rewarded handsomely.','Bring 10 Twilight Pendants to Argent Guard Manados in Darnassus.','You are no doubt of brave and noble blood, $N. The Argent Dawn commends you for your efforts against evil.','Blackfathom Deeps was once an ancient night elf temple. It once housed a most powerful moonwell. Who knows what evil brews there now at the hands of the Twilight\'s Hammer.$B$BHave you made any progress in ridding their presence?','','','','','',5879,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6998,7000,0,0,1,1,0,0,529,69,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1200,4044,719,0,8,18,27,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Blackfathom Villainy','Strength has left me. Your help is needed!$b$bLong ago this site was a great temple of Elune. But misfortune led to ruin when the corruption of an Old God seeped up from beneath the earth and tainted the sacred Moon Well.$b$bAku\'Mai, servant of the Old God, rose from the waters.$b$bThe Twilight\'s Hammer cultists have allied with the naga to occupy these grounds. The cultists, led by Kelris, sacrifice innocents to Aku\'Mai for power.$b$bSlay Kelris and bring his head to Selgorm in Darnassus, $N, please.','Bring the head of Twilight Lord Kelris to Dawnwatcher Selgorm in Darnassus.','Kelris has eluded us for quite some time.$B$BIt seems as though whenever evil made its presence known in these parts, Kelris had played a role. For some time we considered him dead or missing.$B$BBut this makes perfect sense. By ending his reign you have spared the lives of many innocent people.$B$BBy the light! To sacrifice someone to a servant of an Old God for one\'s personal gain is beyond reproachful!$B$BYou have done a great deed, $N. I salute you on behalf of the Argent Dawn.','Time is a precious commodity, $C.$B$BMy role here in Darnassus is to ensure that the Argent Dawn thrives and that the evil forces encroaching upon Kalimdor are thwarted.$B$BState your business quickly or be on your way.','','','','','',5881,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7001,7002,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,69,0,0,0,0,500,500,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1198,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1201,4044,15,0,8,30,35,0,690,0,0,0,0,0,0,0,0,1202,0,0,'Theramore Spies','The Horde and Alliance hold an uneasy truce. Outlying skirmishes and covert actions are taken by one side against the other, and it is our duty to ensure the Horde is on top!$B$BNow is the chance to do just that.$B$BAlliance infiltrators have taken positions east of Brackenwall Village. They spy on the village and report our movements to Theramore, which we cannot allow.$B$BHunt down the infiltrators and slay them. Send a clear message to their superiors that we will not tolerate their spies\' presence!','Kill 9 Theramore Infiltrators, then return to Nazeer Bloodpike in Brackenwall Village.','Good work. Their infiltrators are skilled, but they\'re not good enough to escape the watchful eye of the Horde!','Did you find the infiltrators, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4834,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1202,4044,15,0,8,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Theramore Docks','$N, two of our spies were sent to steal documents from a ship at the Theramore docks. They gained the papers but were discovered, and were forced to throw the documents into the sea.$B$BOne spy later escaped, but was unable to recover the prize. He reported his failure to me, and I now charge the task to you.$B$BThe documents are in a footlocker, in the waters somewhere beneath the Theramore docks. Find those documents, $N, and bring them to me.','Bring the Captain\'s Documents to Nazeer Bloodpike in Brackenwall Village.','I commend you, $N. This was not an easy mission. But the documents you gained are valued greatly by our superiors.','Did you find the documents, $N? They hold information vital to the stability of the Alliance and, hence, vital to the security of the Horde.','','','','','',5882,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1201,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1203,4044,15,0,8,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jarl Needs a Blade','I have cutting to do. I can\'t tell you what I\'m going to cut, but... I need myself a blade. A certain blade...$B$BSome people call it a sword. I call it a swing blade.$B$BYou help me? Those fish-men, you know, murlocs or whatever they\'re called.... There\'s one they call Razorspine, carries a big sword, lives north of here near the beach. That\'s the sword I need!$B$BBut don\'t sleep on this. What I\'m cutting won\'t keep forever...','Bring Razorspine\'s Sword to \"Swamp Eye\" Jarl at Swamplight Manor.','That\'s a good blade. It has a good swing. It\'s a good swing blade. Thank you. Thank you, thank you, thank you!!! Now I want to try it....$B$BLater. I\'ll try it later. But like I was saying... thanks.','You have my blade??','','','','','',33110,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9622,5016,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',1206,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,3,1,36,4,0,0,1000,0,0,6,0,0,6),(1204,4044,15,0,8,33,38,0,1101,0,0,0,0,0,0,0,0,1258,0,0,'Mudrock Soup and Bugs','I\'m working on a dish I call \"Mudrock Soup and Bugs.\" I still need the major ingredients, and... well, I don\'t think I\'d last long trudging through Dustwallow Marsh!$B$BSo, $N, can you do some hunting for me? First, I need the tongues of Mudrock turtles. You can find Mudrocks along the coast, mostly around the bay.$B$BBut I don\'t want just any tongues! I hear that the tongues of some Mudrocks are forked...$B$BThey say the forked tongues have a distinct flavor, and I want that flavor in my dish...','Bring 8 Forked Mudrock Tongues to Morgan Stern in Theramore.','These will do fine! Thank you, $N!$B$BNow I\'ll try different cooking techniques on these tongues to find the best way to bring out their flavor.$B$BEventually I\'ll have a dish worthy of serving at the Blue Recluse in Stormwind!','Did you get the forked tongues?','','','','','',5883,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',1260,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(1205,4044,15,0,8,35,41,0,690,0,0,0,0,0,0,0,0,0,0,0,'Deadmire','Deadmire is an ancient crocolisk in Dustwallow marsh. And it is his time to die.$B$BOld bones grind as he pulls his huge body through the swamp, and although he still moves with the strength and speed of youth, his aging body tortures the great spirit within it, a spirit whose flame will not waver.$B$BYet now he lives in constant, maddening pain. You must end the life of this noble creature, $N. You must lead Deadmire to peace.','Bring Deadmire\'s Tooth to Melor in Thunder Bluff.','Very good, $N.$b$bI am sure the hunt was not easy, but it is good to know the beast\'s pain has finally ended.','Do you have the tooth of Deadmire, $N? Have you ended the creature\'s suffering?','','','','','',5945,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1206,4044,15,0,8,30,35,0,0,0,0,0,0,0,0,0,0,1203,0,0,'Jarl Needs Eyes','Eye juice is good juice for drinking. Too bad most critters only have two eyes.$B$BBut spiders have lots of eyes. Lots and lots. And Darkmist eye juice is tasty. Smooth and salty! Unpopped spider eyes... I taste them already.$B$BDarkmist spiders are west of here, in the Darkmist Cavern. You figure the spiders are named after the cave... or is it the other way around?','Bring 20 Unpopped Darkmist Eyes to \"Swamp Eye\" Jarl at the Swamplight Manor.','You got the eyes! You got the eyes! Tasty, tasty spider eyes!$B$BSome eyes... when you stare at them they stare back. Eat those last. They keep you company... out in the swamp.$B$BHello, little spider eyes. Hello! You taste like chicken. Gooey, salty chicken!$B$BMmmh.','Where are those eyes?','','','','','',5884,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1218,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,3,4,1,3,0,0,0,2000,0,0,0,0,5),(1218,4044,15,0,8,30,35,0,0,0,0,0,0,0,0,0,0,1206,0,0,'Marsh Frog Legs','I like cooking. Good swamp cooking. Fried green frog legs and the like.$B$BAnd I\'m all out of legs. The manor is overrun with frogs, though. Giant marsh frogs. Think you could bring me some of those legs? Nothin\' to it, really. Just bop \'em on the head and bring me the legs.$B$BThen I\'ll make a stew and stew it up and suck it down and give you some too.$B$BDo you like stew?','Bring 10 Marsh Frog Legs to \"Swamp Eye\" Jarl in Dustwallow Marsh.','Ah, that\'s the spice! Now here\'s some swampy good stew.','Spice. We could all use some spice in our life. You agree?','','','','','',33202,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6807,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',11225,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,3),(1219,4044,15,0,0,30,35,0,1101,0,0,0,0,0,0,0,0,1220,5917,1,'The Orc Report','Sifting through the loose dirt, the severed hand of an orc is found. And clutched in the hand is a bone-carved tube. And in the tube is a dirt-stained parchment.$B$BThe parchment is written in orcish... and it looks important.','Bring the Spy\'s Report to Lieutenant Aden in Theramore.','Hm... I can\'t read orcish very well, but this looks like a report... written by an orc spy!','Do you have a report to make?','','','','','',5917,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,2),(1220,4044,15,0,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,5917,1,'Captain Vimes','Captain Vimes should see the orc report you found, $N. He knows the orcish language better than most. And he should know that there are Horde spies near Theramore!$B$BThe captain is in the barracks, on the northeastern side of Theramore Isle.','Bring the Spy\'s Report to Captain Garran Vimes.','A report from an orc spy! How did you find this? No matter -- let\'s see what it says...','You have something for me?','','','','','',5917,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1219,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(1221,4044,1717,0,0,20,26,81,0,0,0,0,0,0,0,0,0,0,0,0,'Blueleaf Tubers','Blueleaf tubers are a delicacy around the world! But they\'re rare, very rare. The only place to find them is here in the Barrens, deep in the earth, in Razorfen Kraul.$B$BAnd even then, they\'re impossible to find unless you know just where to look! That\'s why I\'ve trained these snufflenose gophers to find them for me. They have great noses and can smell a tuber from fifty paces away.$B$BIt won\'t be easy, but if you get me some tubers I\'ll pay you handsomely.','Grab a Crate with Holes.$BGrab a Snufflenose Command Stick.$BGrab and read the Snufflenose Owner\'s Manual.$B$BIn Razorfen Kraul, use the Crate with Holes to summon a Snufflenose Gopher, and use the Command Stick on the gopher to make it search for Tubers.$B$BBring 6 Blueleaf Tubers, the Snufflenose Command Stick and the Crate with Holes to Mebok Mizzyrix in Ratchet.','Great, you got them! I can sell these to my contacts for a bundle!$B$BThanks for the delivery, $N! You are a great partner.','Do you have the tubers, $N?','','','','','',5876,5880,5897,6684,0,0,6,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6755,0,0,0,1,0,0,0,470,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1222,4044,15,0,2,30,37,84,1101,0,0,0,0,0,0,0,0,0,0,0,'Stinky\'s Escape','Great, finally something that doesn\'t want to eat me!$B$BI need help handling the critters around here, and you fit the mold, $gbuddy:lady;.$B$BThe cook Morgan Stern is researching a new recipe, and he sent me out here to gather bogbean leaves. I guess he thinks they\'re tasty.$B$BAnyway, while looking for a bogbean plant... I got myself surrounded! Can you help me out of here, and watch my back as I look for the bogbean?','Escort \"Stinky\" Ignatz, then speak with Morgan Stern in Theramore.','Mr. Ignatz was just here with the bogbean leaves, and he told me you helped him out of some real trouble.$B$BThank you, $N. I will ask my uncle to treat you to a feast the next time you visit the Blue Recluse in Stormwind.','Have you seen Mr. Ignatz? I sent him into the swamp some time ago and he hasn\'t returned!','Help Stinky find Bogbean Leaves','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3825,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,5),(1238,4044,15,0,0,30,35,0,690,0,0,0,0,0,0,0,0,0,5917,1,'The Lost Report','Sifting through the loose dirt, the severed hand of an orc is found. And clutched in the hand is a bone-carved tube. And in the tube is a dirt-stained parchment.$B$BThe parchment is a report made by an orc who spent weeks spying on the city of Theramore.$B$BAfter scanning the parchment, it is clear that it must be brought to the orc spymaster in Brackenwall Village.','Bring the Spy\'s Report to Nazeer Bloodpike in Brackenwall Village.','Good work, $N. Our agent, Marg Nighteye, was stationed outside Theramore. He was charged to spy on the city. $b$bThis is his latest report, and it may be his last -- from your testimony, I fear that Marg met his end in the swamp...','You have something for me?','','','','','',5917,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1239,4044,15,0,0,30,35,0,690,0,0,0,0,0,0,0,0,1240,5918,1,'The Severed Head','Vigorous digging reveals the head of a male orc, raggedly severed at the neck. His lips are frozen in a snarl, and its dark eyes stare defiantly.','Bring the Defiant Orc Head to Nazeer Bloodpike in Brackenwall Village.','This is the head of Marg Nighteye! As I feared, he is dead.$b$bLook at the wound on his neck! Could a weapon have made that ragged cut, or did some beast slay our agent?$b$bThis is a mystery we must solve, $N. We must discover if Marg\'s death was at the hands of the Alliance!','You have another matter to report, $N?','','','','','',5918,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',1238,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1240,4044,15,0,0,30,35,0,690,0,0,0,0,0,0,0,0,0,5918,1,'The Troll Witchdoctor','We must know the events surrounding Marg\'s death! And the only way to do that, $N, is through the witch-magic of trolls.$B$BBring Marg\'s head to Kin\'weelay in Stranglethorn Vale, at the Grom\'gol Base Camp.$B$BKin\'weelay is the most powerful witchdoctor of the Darkspear trolls. If anyone can speak to Marg Nighteye\'s spirit, it is he.','Take the Defiant Orc Head to Kin\'weelay in the Grom\'gol Base Camp in Stranglethorn Vale.','Ah, I now see. The spirit of this orc is bound in our world, boiling with rage from a task yet undone.$b$bWell, let us have words with this angry orc...','There is an angry spirit about you, $gbrother:sister;. What brings you to Kin\'weelay?','','','','','',5918,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1239,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1241,4044,1519,0,0,28,28,0,1101,0,0,0,0,0,0,0,0,1242,5948,1,'The Missing Diplomat','Recently a diplomat was sent to Theramore to meet with Jaina Proudmoore. That diplomat never arrived.$B$BI believe the Defias are involved in this plot, but I\'m not sure how. The diplomat\'s disappearance still eludes public attention, but it can\'t remain that way for long.$B$BAgents of the king are already scouring the city for clues, but I have my own contacts I would like involved.$B$BIn the Valley of Heroes is an old friend of mine named Jorgen. Find him, give him this note, and follow his instructions.','Find Jorgen in Stormwind City.','Hmm... $b$bAll right. I\'ll help ya, but not because I want to, but because I\'m obligated.$b$bAnd let\'s get one thing straight: you\'re knowin\' far more than you should to begin with. Let\'s keep this our little secret, and don\'t go blabbin\' at any taverns about anything you find out. Understand?','Hmph, you better have good reason to interrupt a man and his fishin\'. I don\'t take kindly to peddlers, let alone beggars.','','','','','',5948,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',1274,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,3,1,1,6,0,0,0,0,0,1,0,0,1),(1242,4044,1519,0,0,28,28,0,1101,0,0,0,0,0,0,0,0,1243,5946,1,'The Missing Diplomat','Take this here note to Elling Trias. Don\'t say nothin\' else to him. Just be polite and wait for him to respond. And don\'t worry, he will.$B$BI\'m gonna only impress this on ya once more, $N: treat this matter seriously, and keep your yapper shut.$B$BYa can find Trias at his cheese shop, Trias\' Cheese, in the Trade District. Good luck.','Delivery Jorgen\'s Sealed Note to Elling Trias in Stormwind City.','I\'m sorry, a letter for me? Well, I\'ll be... not often you get a delivery that\'s not a crate or barrel when all you do is work. Let\'s see what this is about.$B$B$B$BYou look a little tense, you okay, $N?','Hello, $N. Is there something I can do for you? Perhaps you\'d like to try some of our special Trias cheddar? Or a block of Darnassian bleu?','','','','','',5946,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',1241,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,9,0,0,0,0,0,4,6,9,6,11,0,0,0,0,6,0,0,1),(1243,4044,1519,0,0,28,28,0,1101,0,0,0,0,0,0,0,0,1244,5960,1,'The Missing Diplomat','Jorgen, you ol\' sonuva.... So, that\'s how it\'s going to be, huh?$B$BAll right, I can deal with that. I hope he finds the Twisting Nether that much sooner!$B$BHere\'s what\'s gonna happen, $N. I\'ll start using my contacts here, but you\'re doing most of the footwork so I save some coin.$B$BHead to Darkshire in Duskwood and find Watcher Backus--he usually patrols the north road right outside of town. Just tell him you\'re looking into any Defias activity for me and he\'ll help you out with any information he can.','Give the Sealed Note to Watcher Backus in Duskwood.','Oh, Trias sent you, huh? That\'s a little different.$B$BFeel free to fight whatever monstrosities come at you from the darkness. I\'m sure you\'ll be able to handle it pretty easily if you\'re the type to be hanging around with the likes of him.$B$BSo, what does my friend need of me on such a gloomy day as this?','Not too safe to be traveling about in the woods, $N. Be careful, and if you see anything suspicious or dangerous, contact the Watchers immediately. Don\'t try and take anything on yourself. We\'re not responsible for anything terrible that might happen to you.$B$BBut we both know you\'re gonna ignore me and fight whatever comes out of the darkness anyway, don\'t we? Haha, yeah, you adventurer types... all the same.','','','','','',5960,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',1242,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,6,1,0,0,0,0,0,3,6,11,6,0,0,0,0,0,2,0,0,1),(1244,4044,1519,0,8,28,30,0,1101,0,0,0,0,0,0,0,0,1245,0,0,'The Missing Diplomat','Defias activity? Well, there\'s always some activity; even if they keep to themselves we consider them a threat.$B$BBut now that I think about it, there was a recent sighting that seemed odd. It must have been a couple weeks ago, but some of their agents had gathered around Addle\'s Stead. From the report, I\'d guessed something big went down.$B$BWhy don\'t you check there first and bring me back anything you find?$B$BThe farmstead is south of the road from Westfall just as you enter Duskwood.','Find the Defias Docket and return it to Watcher Backus in Duskwood.','You\'re back safe and sound. Couldn\'t ask for much more than that, could you?$B$BNow, let\'s see what we have here. This looks pretty official as far as any Defias documents I\'ve seen. But it could be a dupe just to throw you off track of whatever it is you\'re looking for.','Be careful out there, $N. I know Trias was the one to send you here, but that doesn\'t mean there isn\'t anything lurking out in the woods that couldn\'t cause you some trouble... especially with you investigating the Defias.','','','','','',5947,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',1243,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,1,0,0,0,0,3,1,9,1,0,0,0,0,0,1,0,0,5),(1245,4044,1519,0,0,28,30,0,1101,0,0,0,0,0,0,0,0,1246,5947,1,'The Missing Diplomat','Whoa, this looks way too complex to be something to just lead you astray. I shouldn\'t even be looking at this stuff. Take it to Trias--he\'ll be able to make sense of it. And DON\'T let anyone get in your way. This is bigger than me. It might even be bigger than him, but we\'ll see.$B$BAnd do me a favor, $N, don\'t tell anyone I helped you. If my superiors found out I knew about any of this and didn\'t share it with them they\'d probably hang me.','Bring the Defias Docket to Elling Trias in Stormwind.','Yeah... this is an interesting read. Jorgen and DeLavey were smart to bring me in on this.$B$BSeems the Defias have been trying pretty hard to complete this plan of theirs. Hmm... what\'s this? Fist? That\'s a familiar name.','I see you\'re back, and in one piece. We both know you\'re not here for cheese, so let\'s cut out the pleasantries. Was Backus any help, or have you even left for Duskwood yet?','','','','','',5947,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',1244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,1),(1246,4044,1519,0,8,28,31,0,1101,0,0,0,0,0,0,0,0,1447,0,0,'The Missing Diplomat','Yeah, now that I think about it... Dashel... Dashel something... What was his name? FIST! Dashel Stonefist. They call him Fist in some circles--probably on account that he likes to get in brawls.$B$BYou can find him in Old Town usually--right smack dab in the center of it. Go talk to him. If you have to, use a sword or something heavy and blunt to persuade him to open up some. And don\'t hesitate. If he\'s in this as deep as these papers suggest, then he\'s not going to give you any information willingly.','Speak to Dashel Stonefist in Stormwind.','What?!$B$BYou come into me alley and ask questions about me personal business? Business which you obviously have nothing to do with.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',1245,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,14,1,0,0,0,0,0,0,1,0,0,1),(1247,4044,1519,0,8,28,31,0,1101,0,0,0,0,0,0,0,0,1248,0,0,'The Missing Diplomat','So yeah... um... I might know something \'bout that meeting at Addle\'s Stead. Happened a few weeks back I think. I really didn\'t have any part in it. Me part was done when plan A failed... damn adventurers.$B$BThe guy we got on the inside for plan B came out of Menethil; guy called Slim. That\'s all I know regarding their backup plan.','Speak to Elling Trias in Stormwind.','Good to see you\'re still alive, $N. So, it went well with Dashel then, huh?$B$BI\'ve been reading up more on this plan of theirs, and although it doesn\'t state the name of the diplomat they were after, it does talk about this plan B they enacted after failing on their first attempt to capture him.$B$BThis Slim that Dashel mentioned doesn\'t have any other name written here, but if you say he\'s in Menethil, then that\'s a start.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',1447,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,11,1,1,0,0,0,0,0,3,3,1,1,0,0,0,0,0,1,0,0,1),(1248,4044,1519,0,8,28,33,0,1101,0,0,0,0,0,0,0,0,1249,0,0,'The Missing Diplomat','A contact of mine retired in the Wetlands at the harbor city of Menethil. He should be willing to help on your word alone if you tell him you\'re working for me. His name is Mikhail. He mentioned becoming a bartender before leaving Stormwind a few years ago.$B$BSpeak to him, find this Slim, and find out if there\'s anything else to know about this kidnapped diplomat. We need to find out where they\'ve taken him, or at least who he is. The docket doesn\'t mention anything about their plans after he\'s captured.','Speak to Mikhail in the Wetlands.','Welcome, welcome, welcome, $N. Good of you to join us. Perhaps an ale today? Or some mutton?$B$BName your pleasure and I\'ll see to it that you\'re taken care of. My name is Mikhail, and I look forward to serving you.$B$BHmm? What\'s that? Trias? Keep your voice down, my friend. This isn\'t something for the whole tavern to hear about.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',1247,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,3,1,6,1,0,0,0,0,1,0,0,2),(1249,4044,1519,0,2,28,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','You say Elling sent you here? Well then, the hospitality I expressed is now tenfold. Anything you need, just ask. I will do my best to aid you.$B$BHmm, Slim, you say? Not sure the name sounds familiar, but I\'ll keep my eyes out for him.$B$BDon\'t look now, $N, but the gentleman over by the exit is looking over here. He\'s listening to our conversation a little too intently if you catch my meaning? If I were you, I\'d do what you can to subdue him before he makes a break for the door.','Subdue Tapoke Jahn before he escapes, and then return to Mikhail in Menethil.','Caught him, huh? Good for you. I\'m surprised that was Slim.$B$BI\'ll be honest, I never thought I\'d miss the excitement of some of the more devious underground activities. I guess old habits die hard. Don\'t mention that to Elling--he\'d probably try and get me to come back to Stormwind if he heard I missed the action.$B$BI\'m glad I could at least be of a little service to you while you were in Menethil. If you need anything else, just ask.','Did he slip away? He looked a little shady the way he was watching us.','Defeat Tapoke Jahn','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',1248,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,4,6,1,1,6,0,0,0,0,1,0,0,3),(1250,4044,1519,0,8,28,33,0,1101,0,0,0,0,0,0,0,0,1264,0,0,'The Missing Diplomat','The Defias didn\'t pay me well enough to die for their cause. They took the king. Yeah, the king of Stormwind, not some lowly diplomat. He was on his way to Theramore to meet with Jaina Proudmore--it was a big deal apparently, and a big secret. But it\'s not just the Defias that are involved. They\'re working with someone. I think they knew this was bigger than them.$B$BMy part was just to get their man on board the king\'s ship while it was in the harbor. The guy\'s name was Hendel. That\'s all I know. I swear!','Speak to Mikhail in the Wetlands.','THE KING?! I mean... the king? The real king? Are you joking? You didn\'t mention you were looking for the king\'s kidnappers. I didn\'t even hear he was missing--that would explain his son being crowned some.$B$BI\'ll send word to Elling right away. He\'ll want to know you\'re on the trail.$B$BI would never have guessed Jahn would sell out Stormwind for some lousy coin. Even a rogue\'s got to have honor when it comes to some things.$B$BThe key now is to find this Hendel. And I think I can help with that.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',1249,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,18,1,1,5,0,0,0,0,4,5,1,1,1,0,0,0,0,1,0,0,1),(1251,4044,15,0,0,30,35,0,690,0,0,0,0,0,0,0,0,1321,5919,1,'The Black Shield','An iron shield, blackened by the fire that raged through the inn, is affixed to the crumbling chimney, one of the few remaining parts of the structure that once made up the Shady Rest Inn.$b$bThe shield can be removed from the brick of the chimney.','Bring the Blackened Iron Shield to Krog in Brackenwall Village.','I grant that humans have strange decorating tastes, but would they use a plain iron shield to adorn their fireplace? Perhaps this shield was placed there by the ones who burned the inn.$b$bA warning? A threat?','What\'s that you have there, $n? Evidence from the remains of the Shady Rest Inn?','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',11124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,2),(1252,4044,15,0,0,30,35,0,1101,0,0,0,0,0,0,0,0,1259,5950,1,'Lieutenant Paval Reethe','A glint of light on the ground catches your eye from underneath the rubble. Brushing away debris and ash caked onto the object reveals the insignia of a gold anchor on white enameled on the surface: the sign of Theramore.$b$bUnderneath the anchor is embossed the name \"Lieutenant Paval Reethe\".','Bring Reethe\'s Badge to Captain Garran Vimes in Theramore.','It\'s never good news when a guard\'s badge is brought to me.$B$BSometimes it\'s a man or woman who\'s fallen in battle, and I\'m left to bring the news to the grieving family. Other times we never find out what happened to them. And other times it\'s even worse than that.','Have you found anything of interest at the Shady Rest Inn?','','','','','',5950,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',11123,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,2),(1253,4044,15,0,0,30,35,0,1101,0,0,0,0,0,0,0,0,1319,5919,1,'The Black Shield','An iron shield, blackened by the fire that raged through the inn, is affixed to the crumbling chimney, one of the few remaining parts of the structure that once made up the Shady Rest Inn.$b$bThe shield can be removed from the brick of the chimney.','Bring the Blackened Iron Shield to Captain Garran Vimes in Theramore.','Hm, I\'m no expert with the construction of arms and armor. Their use, yes, but not their making.$B$BThis shield seems as ordinary as any, excepting the damage from the fire that engulfed the inn.','Have you found evidence from the site of the Shady Rest Inn?','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',11123,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,2),(1258,4044,15,0,8,33,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,'... and Bugs','Another component of my new recipe is the shelled leg of a giant crab. And the crabs they have in Dustwallow -- Muckshells they call them -- just won\'t do! I\'m afraid the only suitable crabs live far away, in the Swamp of Sorrows.$B$BThe shell of the crab leg is a key element of the dish\'s presentation so I need pristine, unscarred legs. An adult crab might only have one or two such legs, and I need a lot in order to research my dish.$B$BSo, $N... are you willing to travel?','Bring 12 Pristine Crawler Legs to Morgan Stern in Theramore.','These are wonderful specimens, $N! The shells are in perfect condition, and the meat is pink and tender. The blood of a chef is in your veins, I\'m sure of it!','My research with the Mudrock tongues is progressing nicely. I trust your crab hunt goes well?','','','','','',5938,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6801,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1204,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,5),(1259,4044,15,0,8,30,40,0,1101,0,0,0,0,0,0,0,0,1285,0,0,'Lieutenant Paval Reethe','I don\'t recognize the name of Lieutenant Paval Reethe. Your best bet would be to check with Adjutant Tesoran. He keeps track of all the records for the Theramore guard, from personnel to their equipment.$b$bHe should be able to tell you who this Reethe is with a quick check of his books.','Find out more about Reethe from Adjutant Tesoran in Theramore.','Hello, $N. You\'d like information about a specific member of the Theramore guard? Reethe, was it?$B$BJust give me a moment to find the right book.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',1252,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1260,4044,15,0,8,33,38,0,1101,0,0,0,0,0,0,0,0,1204,0,0,'Morgan Stern','I\'m developing a new menu for the restaurant. It will be filled with rural dishes with a \"bayou\" theme. I think my clientele at the Blue Recluse will love them!$B$BI sent my nephew Morgan to Theramore, a city on the edge of the Dustwallow Marsh. He\'s there gathering recipes from the locals, and I must know what he found so far.$B$BThe trip to Theramore is long. Too long for me. But I bet a young $c like yourself would jump at the chance to travel, yes?','Speak with Morgan Stern in Theramore.','Oh, my uncle sent you, did he?$b$bWell I\'ve been researching recipes and I have some leads, but I need help.$b$bHelp from someone willing to get his feet wet.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1261,4044,15,0,8,30,40,0,690,0,0,0,0,0,0,0,0,1262,0,0,'Marg Speaks','Cursed muckshell! You can\'t kill Marg! Ah, but I am dead. So it must have slain me...$B$BBut my mission! My mission! You, $N, must complete it.$B$BWhile near Theramore, I spied a group of Alliance soldiers camped on the beach. And one soldier wore a pendant... a pendant laden with more gems than any soldier could afford!$B$BThat night I snuck into their camp and stole the pendant, but on my return to base a muckshell crab-man killed me!$B$B$N, you must find that muckshell and recover the pendant!','Bring the Jeweled Pendant to Nazeer in Brackenwall Village.','This pendant was worn by a soldier of Stormwind??$B$BThank you, $N. You have revealed the secret of Marg\'s death. But this pendant is a new mystery to solve, one that may have dire effects on the Alliance, and the Horde.','$N, did you discover Marg\'s fate?','','','','','',5942,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1240,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1262,4044,15,0,0,30,40,0,690,0,0,0,0,0,0,0,0,0,5942,1,'Report to Zor','It is strange that the pendant Marg stole was in the hands of common soldiers. Perhaps its owner was in disguise, or perhaps the soldiers themselves stole it!$B$BRegardless of which is true, this is a noble\'s pendant and we must discover its true owner if we are to unravel its mystery.$B$BTake the pendant to Zor Lonetree in Orgrimmar. He is well schooled in Alliance politics, and will know if this pendant has a history among the nobles of Stormwind.','Bring the Jeweled Pendant to Zor Lonetree in Orgrimmar.','This pendant was crafted with great skill and precision, $N. No orc would covet such a jewel...$B$BBut many humans would.$B$BI will have this pendant studied. In time let us hope that its mysteries will be revealed to us.','You traveled from Brackenwall Village in Dustwallow? How fares Nazeer, and how fare his efforts in the marsh?','','','','','',5942,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1261,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1263,5875,15,0,8,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Burning Inn ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1264,4044,1519,0,8,28,33,0,1101,0,0,0,0,0,0,0,0,1265,0,0,'The Missing Diplomat','The beginning of every month the Kul Tiras Marines all get paid and usually leave Theramore for somewhere else. A lot of them come here to womanize, carouse, and just have a good time. One of those groups I\'d consider regulars here at the tavern, and I believe this Hendel is among them.$B$BCommander Samaul in Theramore would be able to help you find him if Hendel\'s still stationed there. He\'s completely loyal to Proudmoore, but if you drop Elling\'s name, he should help you out... discreetly.','Find Commander Samaul in Dustwallow Marsh.','A pleasure to meet you, $N. I am Commander Samaul. I\'m in charge of Miss Proudmoore\'s forces here in Theramore.$B$BAlthough I\'m quite busy, if you have any questions, please feel free to speak up. I might have to keep it short, but there\'s no reason for me to be rude if you need my help.$B$BIf you plan on traveling out of the city, I\'d suggest you be careful. Besides ogres, orcs and murlocs, the southern part of the swamp is filled with black dragons.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',1249,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,66,1,1,0,0,0,0,0,1,0,0,3),(1265,4044,1519,0,12,28,35,0,1101,0,0,0,0,0,0,0,0,1266,0,0,'The Missing Diplomat','Hendel? Yes, I know the man. But why would you need one of my soldiers?$B$BElling sent you to find him? Hmm, I don\'t like the sound of that. Elling wouldn\'t have you come to me first if your business wasn\'t troubling. I understand if you can\'t tell me what this is about, but know this: I have a duty to protect these lands. If you\'re going to cause a disturbance, then I suggest you inform me of whatever you can.$B$BI believe Hendel was stationed at the first tower outside of Theramore. Be cautious.','Search Sentry Point for any sign of Private Hendel.','The man you seek, the one known as Hendel, is not here. Other sources have brought to the Lady Proudmoore information I believe you already know. She has asked me to find you, and give you aid in your venture. If you would allow it, I will tell you where to find Private Hendel so we can bring him to justice.','Yes, $N?','Sentry Point explored','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,302,1667,0,0,'',1264,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,3,1,1,2,0,0,0,0,0,1,0,0,1),(1266,4044,1519,0,8,28,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Private Hendel is to the west of here. He\'s currently on guard duty protecting some of Theramore\'s infiltrators while they rest. They\'ve been keeping tabs on the Horde base, Brackenwall, and looking for anything else that might threaten our borders.$B$BYou should have no problem finding him; just look for the tents along the road.$B$BI have another matter to attend to, but I shall catch up to you soon enough. You can always find me in the Lady Proudmoore\'s tower if you have any problems.','Find Private Hendel in Dustwallow Marsh.','Hello, citizen. This is a dangerous place to be wandering about. I wouldn\'t hang around too long if you value your life.$B$BIf you keep your questions short, I\'ll see if I can help you. Just keep your eyes open for any of those filthy ogres. Rumor has it there\'s a Horde base somewhere in the swamps. The infiltrators are doing what they can to find it, but the process has been slow going and we\'ve had little progress.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',1265,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,2,1,1,1,0,0,0,0,1,0,0,2),(1267,4044,1519,0,8,28,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','','Speak to Jaina Proudmore in Dustwallow Swamp.','Let me be first to thank you for all you\'ve done, $n. You have been an incredible blessing to my people and the people of Stormwind. I am sorry I couldn\'t make your acquaintance under better circumstances.$b$bUnderstand also that I cannot overtly thank you for your efforts, but I assure you again, it is appreciated.$b$bWhen you visit Theramore in the future, seek me out and I shall try to keep you appraised of the situation.$b$bThank you again, $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6757,0,0,0,1,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,35100,0,0,0,0,'',1324,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,7),(1268,4044,15,0,8,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,'Suspicious Hoofprints','Rows of hoofprints lead away from the still-smoking skeleton of the Shady Rest Inn. There are at least a few visible impressions, with more rows of prints almost imperceptible in the soft mud of the marsh.','Report about the suspicious prints at the Shady Rest Inn to Krog in Brackenwall Village.','Hoofprints... It could have been the quilboar, I suppose. Or maybe even the centaur. Their presence in the Barrens is not insignificant, and I would not think it a stretch to commit such an act.$b$bDid I tell you? It wasn\'t just that the inn was burned down... The owner\'s woman and pup were killed. Bad business, that.$b$bNonetheless, I will send Kagoro to find where the tracks lead.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',11124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1269,4044,15,0,0,30,37,0,690,0,0,0,0,0,0,0,0,0,5950,1,'Lieutenant Paval Reethe','A glint of light on the ground catches your eye from underneath the rubble. Brushing debris and ash caked onto the object reveals the insignia of a gold anchor on white, enameled on the surface: the sign of Theramore.$b$bUnderneath the anchor is embossed the name \"Lieutenant Paval Reethe\".','Bring Reethe\'s Badge to Krog in Brackenwall Village.','I know this human, Paval Reethe. Pathetic, even for his kind. He deserted his fellow soldiers and is now hiding out in the woods.$b$bI sent Ogron out to track him down. Some of the others suspect he\'s been stealing from our supplies. I think I saw Ogron heading off to the southeast.','Have you found any leads on what happened at the Shady Rest Inn?','','','','','',5950,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',11124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,2),(1270,4044,15,0,2,30,37,84,690,0,0,0,0,0,0,0,0,0,0,0,'Stinky\'s Escape','Great, finally something that doesn\'t want to eat me!!$B$BI need help handling the critters around here, and you fit the mold, $gbuddy:lady;.$B$BA goblin from Ratchet named Mebok Mizzyrix needs some bogbean leaves for a potion, or something... I honestly don\'t care why -- his money was good and I know this swamp, so here I am.$B$BToo bad I got myself surrounded before I found the bogbean! Can you help me out of here, and watch my back as I look for Mebok\'s plant?','Escort \"Stinky\" Ignatz, then speak with Mebok Mizzyrix in Ratchet.','Stinky was here with the herbs I ask of him, and he told me you helped him out of a bind. Good work! A friend of Stinky\'s is a friend of mine!$B$BHe asked me to give you this if I ever saw you, right before he walked back south toward the marsh.','','Help Stinky find Bogbean Leaves','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3825,0,0,0,1,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1271,4044,15,0,8,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Feast at the Blue Recluse','','','My nephew said you aided him with his research in Dustwallow, and that you helped his associate out of a tight spot. Well, we Sterns stick together and we don\'t ignore our friends!$B$BSo wash your hands, $N, because we\'re about to throw a party in your honor!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5951,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1270,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1272,5875,15,0,8,30,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finding Reethe ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1273,4044,15,0,2,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'Questioning Reethe','It took a long time, but I found Reethe. He hide good for a human.$b$bOgron worried that he might be crazy after so much time in swamp. You come with me for we go get answers from him.','Go with Ogron to speak with Reethe, then return to Krog in Brackenwall Village.','Hmph. It is good that Reethe will no longer be lurking around the swamp, but it is a shame that humans are built so frail that he could not recover from a little arrow wound.$b$bIt seems that this thread of the mystery has led nowhere, and we must look elsewhere.','Did you find Reethe?','Question Reethe with Ogron','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6797,6798,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',1269,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1274,4044,1519,0,8,28,28,0,1101,0,0,0,0,0,0,0,0,1241,0,0,'The Missing Diplomat','Excuse me, $g sir : madam;. Bishop DeLavey asked me to approach adventurers that might be able to help him with a delicate matter.$B$BIf you could quietly head to Stormwind Keep and speak to him at your earliest convenience, I\'m sure he would appreciate your help. Again, please be discreet. It is a matter of some importance.','Find Bishop DeLavey in Stormwind Keep.','Hello, $N. I am Bishop DeLavey.$B$BNo doubt if you\'re asking me about my business here in the keep then young Thomas has succeeded in requisitioning you to help our kingdom. He has always been adept at following my requests.$B$BI\'m afraid I don\'t have time to elaborate much, so allow me to be blunt... and please, try to keep this from becoming common knowledge.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,0,0,1),(1275,4044,719,0,8,18,24,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Researching the Corruption','Foolish blood elves toil with demonic magic. Have they not witnessed what happened with the naga and with the satyrs of Kalimdor?$b$bI fear that the blood elves will meet a similar deformation. Azeroth cannot afford to give birth to another vile race of monsters.$b$bI wish to study the brain stems of the satyr and naga so that I might deduce what fate the elves are headed toward. In Blackfathom Deeps, on the coast of Ashenvale, you will find both satyr and naga.$b$b\'Tis a long journey, $n.','Gershala Nightwhisper in Auberdine wants 8 Corrupt Brain stems.','You have traveled far and undoubtedly faced great peril.$B$BYour actions have been selfless. \'Tis for the good of all Azeroth that you help me with my research. I thank you, $N, for all that you have done.$B$BNow if you\'ll excuse me I have much work to do....','Once I have enough samples to study, my true work can begin. With the corrupted brain stems of both the satyr and naga of Blackfathom Deeps I can try to draw a correlation between the mutations.$B$BPerhaps with that gained knowledge we can prevent the blood elves from delving deeper into deformity and evil.','','','','','',5952,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7003,7004,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',3765,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1276,4044,15,0,0,30,37,0,690,0,0,0,0,0,0,0,0,0,5919,1,'The Black Shield','Ah, I remember now! Mosarn is a well-respected blacksmith in Thunder Bluff. I knew I had heard his name somewhere, before.$b$bIn thanks, the Earthen Ring awarded me with a set of armor crafted by Mosarn. Very good work.$b$bPerhaps he can tell you more about the shield he crafted.$b$bIt\'s not much of a lead, but since we didn\'t get anything useful out of Reethe, it\'s all we have.','Show the Blackened Iron Shield to Mosarn in Thunder Bluff.','Yes, you are certainly correct. This is a shield that I made.$b$bI\'m afraid there\'s not much more I can tell you though, $n. I craft so many different shields and sets of armor, I can\'t keep track of them all.','Hello there, $c. Something I can help you with?','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1323,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,3),(1277,5875,405,0,8,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Centaur Hoofprints','Kagoro has revealed that the centaur hoofprints belong to some chumps in Mauradon.','Beat down.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1278,5875,0,0,8,30,45,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Grim Totem Clan','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1279,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Centaur Hoofprints','Finish one of the three.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1280,5875,15,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Centaur Hoofprints','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1281,5875,15,0,8,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jim\'s Song ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1282,4044,15,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,11123,0,0,'They Call Him Smiling Jim','I can\'t help it if I feel sorry for ol\' Jim there. He wasn\'t always like that. Ran an inn out in the marsh for a while, wonderful place.$b$bLook, I don\'t really want to talk about it. Bring it up with Captain Vimes if you really have to. He\'s stationed on the top floor of Foothold Citadel, the large barracks to the east of Lady Jaina\'s tower.','Speak with Captain Garran Vimes on the top floor of Foothold Citadel.','James Hyal\'s his real name. He opened an inn at the edge of the Barrens. Wanted to make a nice place for travelers to stop over...$B$BMight be he was thinking too big, but the inn did do well for a while. Then we lost control of the roads in the marsh, and the ogres took over.$B$BJames was too stubborn to give up his dream for safety within our walls, and the Shady Rest Inn was burnt to the ground. We\'re investigating, but haven\'t had much luck. If you want to help out, see what you can find in the rubble.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'1302',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1283,5875,15,0,8,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire at the Shady Rest ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1284,4044,15,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Suspicious Hoofprints','Rows of hoofprints lead away from the still-smoking skeleton of the Shady Rest Inn. There are at least a few visible impressions, with more rows of prints almost imperceptible in the soft mud of the marsh.','Report about the suspicious prints at the Shady Rest Inn to Captain Garran Vimes in Theramore.','Hoofprints, eh? It is true that there is an extraordinary amount of centaur activity in the lands near the Dustwallow Marsh. In brief excursions into the Barrens, we found their camps and holdings dotting the area.$B$BI\'ll send out Falgran Hastil, one of our trackers, to see if he can find where the tracks lead.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',11123,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,3),(1285,4044,15,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,1286,0,0,'Daelin\'s Men','Reddon... Redpath... Ah, here it is! Lieutenant Paval Reethe.$b$bJoined the Theramore guard along with most of the recruits that came across the sea with Lady Proudmoore. Enlisted with the marines of Kul Tiras at the age of sixteen. Distinguished service, promotions...$b$bListed as missing.','Return the information about Reethe to Captain Garran Vimes in Theramore.','Missing? That would be Tesoran\'s kind way of saying traitor.$B$BNo doubt he\'s one of those fools so blindly loyal to Admiral Daelin that he turned traitor. Isn\'t that a delicious irony? The deserters accuse us of betraying the Alliance.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',1259,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(1286,4044,15,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,1287,0,0,'The Deserters','It has been a struggle maintaining a presence in the marsh, but through strength of our resolve, we have been able to maintain several defensive watchtowers throughout the area.$b$bThe latest information and scouting reports I have received indicate that a group of deserters has squatted in our abandoned tower at Lost Point, southeast of the inn.$b$bThe local lieutenant seems to be Balos Jacken. See if you can get some information out of him.$b$bBe warned, $n. He may be a tough nut to crack.','Get information about Reethe from Balos Jacken and the deserters in Dustwallow Marsh.','Did Vimes send you? Couldn\'t do his dirty work himself, could he...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',1285,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1287,4044,15,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Deserters','Reethe? That coward?$b$bWe threw him out of camp because he insisted on raiding the supplies of the ogres up at Brackenwall Village. We\'re not so many in number that we could stand up to those mindless brutes.$b$bHe crossed the line one too many times, so we left him to fend for himself.$b$bNow, I helped you out... So, why don\'t you help us out and forget you bumped into us?','Speak with Captain Garran Vimes in Theramore about Reethe.','I will send Lieutenant Caldwell to deal with the deserters at Lost Point. In addition, I will instruct him to find Reethe. The marsh is not so big and trackless that he should be unable to find him.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',1286,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(1288,5875,15,0,0,30,38,0,1101,0,0,0,0,0,0,0,0,1289,6075,1,'Vimes\'s Report','You\'ve done some good work, $n, best I\'ve seen from an amateur.$b$bLady Proudmoore asked that I keep her apprised of this delicate situation, and I haven\'t spoken to her for some time now.$b$bI was going to deliver my report to her later, but it seems more fitting that you should be the one to speak with her about it. You can probably answer her questions better than I could.','Bring Vimes\'s Report to Lady Jaina Proudmoore in Theramore.','','','','','','','',6075,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',1220,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1289,5875,15,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,1390,0,0,' Vimes\'s Report','Well, judging from Captain Vimes\'s report, you\'ve been a huge help to his investigation, and for that I thank you.$b$bI can put my mind more at ease knowing that the matter is in such capable hands. If you would, I would request that you return to Captain Vimes and help him in getting to the bottom of this mystery.','Return to Captain Garran Vimes in Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',1288,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1290,5875,1638,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Investigating Mosarn','Talk to Guard Komak. Asking questions gets you killed.','Talkie.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1291,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Centaur Hoofprints','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1292,5875,15,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Centaur Hoofprints','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1293,5875,15,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Centaur Hoofprints','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1294,5875,15,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Centaur Sympathies','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1295,5875,15,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Course of Action','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1296,5875,15,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Course of Action','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1297,5875,15,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Course of Action','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1298,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Thrall\'s Dirty Work','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1299,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Thrall\'s Dirty Work','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1300,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Lorn Grim Totem','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1301,4044,1519,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,1302,0,0,'James Hyal','Before working here at the Blue Recluse, I was trained by one of the best chefs and innkeepers I\'d ever met. His name was James Hyal. Everything I have and everywhere I\'ve gotten in life is thanks to him.$b$bI wonder how he\'s doing. His brother Vincent and he went to work in a tavern in Menethil Harbor, but I haven\'t heard from him recently.$b$bIf you ever happen to be headed in that direction, maybe you could say hello to him for me?','Speak with Vincent Hyal in Menethil Harbor.','James? Oh, he left quite some time ago.$B$BFelt the second wind of patriotism, I suppose. Not hard to see why he would. With all the insanity in Lordaeron, many people joined up with Jaina Proudmoore when she went across the sea.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1302,4044,11,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,'James Hyal','My brother James went with Lady Proudmoore across the sea. Last I heard, the fighting had settled down over there, and James was setting up an inn somewhere on the continent. Wherever he is, I\'m sure he\'s doing good business. Damn fine cook he was.$b$bI haven\'t heard from him for a while now--too busy with his inn, I\'d wager--but the clerk in Theramore could probably point you to him. Look for him on the top floor of that keep near the middle of the city. What\'s it called... Foothold Citadel, that\'s it.','Speak with Clerk Lendry at Foothold Citadel in Theramore.','James Hyal, James Hyal... Why does that name sound so familiar?$B$BOf course! The Shady Rest Inn incident. If you have any information about what happened there, I would urge you to speak with Captain Vimes about it. He\'s handling the investigation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',1301,0,0,0,'1282',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1318,4044,2557,0,0,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Unfinished Gordok Business','Now you da king, so maybe you get prized Gordok artifact back from creepy elf who calls himself Prince! Da king before you failed, just like all da other kings since Tortheldrin - da creepy elf - stole it from old timey Gordok king!$B$BArtifact is called da Gauntlet of Gordok Might. Old timey stories say only da one true king da Gordok can get it back. Old timey story also say creepy elf is still around here - you find it and it will become mighty gauntlet you wear forever! Yar, I show you!','Find the Gauntlet of Gordok Might and return it to Captain Kromcrush in Dire Maul.$B$BAccording to Kromcrush, the \"old timey story\" says that Tortheldrin - a \"creepy\" elf who called himself a prince - stole it from one of the Gordok kings.','Thanks for the done work!','','','','','','',18336,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18366,18367,18368,18369,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1319,4044,15,0,0,30,35,0,1101,0,0,0,0,0,0,0,0,1320,5919,1,'The Black Shield','I\'m sorry I can\'t be of much help, $n, but I can refer you to someone who would be. Caz Twosprocket, one of our best blacksmiths, works the forge at the smithy.$b$bTake the shield to him, and see what he can tell you.','Show the Blackened Iron Shield to Caz Twosprocket in Theramore.','Hm... interesting piece of iron you have here. Definitely not made by any of the blacksmiths I know over on this side of the sea, and it\'s certainly not my work.','Something for me to look at?','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',1253,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,1),(1320,4044,15,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Black Shield','Ah, I almost missed this... The leather strap on the back must have burned off, but it seems like it was made to fit a large person. I\'d guess a tauren, actually.$b$bThat\'s about all I can tell you. Tell Captain Vimes I\'m sorry I couldn\'t be of more help.','Speak with Captain Garran Vimes in Theramore.','That\'s not much information to work on, but we\'ll have to keep it in mind. Hopefully some of the other pieces of this mystery will fall into place, and paint a more helpful picture of what happened.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',1319,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,3,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(1321,4044,15,0,0,30,35,0,690,0,0,0,0,0,0,0,0,1322,5919,1,'The Black Shield','Hmm... I don\'t see anything out of the ordinary with this shield. We should have Do\'gol, the blacksmith, take a look at it, and see if he can tell us more about it, but I wouldn\'t hold out hope...','Show the Blackened Iron Shield to Do\'gol in Brackenwall Village.','This is good shield. Very strong, heavy, good. But Do\'gol don\'t need it. I make shields, not buy them, $n.$b$bYou should know that.','Something for me, $c?','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',1251,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1322,4044,15,0,8,30,37,0,690,0,0,0,0,0,0,0,0,1323,0,0,'The Black Shield','Hmmm, there\'s writing right here on the rim of the shield, but it\'s hard to read from all the burned stuff.$b$bI need acid to make it clear. Venom from the darkmist spiders would do good. The spiders have taken over an old mine, the Darkmist Cavern, northwest of the village. Get me some of their sacs and I can clean this up.','Acquire 5 Acidic Venom Sacs for Do\'gol in Brackenwall Village.','I don\'t like spiders that are so big I can\'t sit on them and squish them.$b$bThanks for getting them, $n. Now I rip them open and pour them onto the shield...','Did you get them sacs from the spiders?','','','','','',5959,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',1321,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1323,4044,15,0,8,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Black Shield','Oh, I think I might have dropped too much acid onto the shield. Let me just rub a little...$b$bHm, kind of hard to read, but it looks like the name Mosarn. Never heard of him. Maybe Krog knows. Krog knows many people.','Talk with Krog in Brackenwall Village.','Mosarn? Sounds familiar... I can\'t put my finger on it. Maybe it\'ll come to me later.$b$bIt probably isn\'t important. A shield can come from anywhere and not mean anything...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1322,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(1324,4044,1519,0,2,28,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','What?! You come here accusing me of allying with the Defias, and think I\'ll just stand here while you insult me?! Something tells me you\'ve had this coming for a long time.','Defeat Private Hendel in Dustwallow Marsh.','I assure you, we\'re all quite upset about current events, but allow us to take him back to Theramore for some questioning, and we\'ll see about finding the King.$B$BI\'m sure my lady Proudmore would like to thank you for your help. Speak to her when you have a moment.','Hello again, $N. I hope you don\'t mind the assistance, but we couldn\'t have Hendel escaping, or worse, wind up dead.','Subdue Private Hendel','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',1266,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,14,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,4),(1338,4044,38,0,0,9,14,0,1101,0,0,0,0,0,0,0,0,0,5998,1,'Stormpike\'s Order','There is a dwarven armorsmith whose work I admire greatly. His name is Furen Longbeard, and his skill is unmatched. I need a new shield, and I must have one of his!$B$BThe problem is... Furen is far to the south, in the dwarven district within Stormwind. In human lands! I can\'t imagine why he would live there, so far from Ironforge. The humans must pay him a king\'s ransom to keep him there!$B$BSo, if you want to travel and don\'t mind making some money, then will you send Furen my request for a shield?','Bring Stormpike\'s Request to Furen Longbeard in Stormwind.','Ah, a request from one of the Stormpikes. That\'s a proud clan, full of quality dwarves. Rich ones, too.$B$BThank you, $N. I\'ll get to work on Mountaineer Stormpike\'s shield by the end of the day.','A letter from the dwarven lands? I wonder who would call from so far to the north...$B$BPlease, let me see the order.','','','','','',5998,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',1339,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(1339,4044,38,0,8,9,15,0,1101,0,0,0,0,0,0,0,0,1338,0,0,'Mountaineer Stormpike\'s Task','I hear Mountaineer Stormpike is looking for a runner. Someone to do a little traveling for him. How about it? Are you the $r for the job?$B$BIf so, then you\'ll find Stormpike at the top of the northern guard tower.','Speak with Mountaineer Stormpike.','That\'s right. I have a task that I can\'t do while I\'m guarding. In fact, it\'ll take you far from Loch Modan.$b$bYour perfect chance for adventure!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(1358,4044,1497,0,0,10,15,0,690,0,0,0,0,0,0,0,0,0,6016,1,'Sample for Helbrim','A colleague in Kalimdor, Apothecary Helbrim, is researching the effects of Lordaeron toxins on the beasts of Kalimdor. He would be very interested in a sample of the wolf hearts Renferrel sent me.$B$BHelbrim is stationed in the Barrens, in a village known as the Crossroads. To reach him, you must travel via zeppelin to the orc capital of Orgrimmar, then travel south, by foot, to Durotar. Head west into the Barrens, and you will soon reach the Crossroads.','Bring the Wolf Heart Sample to Apothecary Helbrim in the Barrens.','Ah, very good. If initial reports are true, then the toxicity of these hearts could lead to further advances in our knowledge of poisons.$b$bThis is a welcome delivery, $N. Your reward is well earned.','You have a package for me?','','','','','',6016,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10637,10638,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',1359,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1359,4044,1497,0,0,10,15,0,690,0,0,0,0,0,0,0,0,1358,10283,1,'Zinge\'s Delivery','The wolf hearts you acquired possess a quality unseen in similar specimens. There is a toxicity to them that should be deadly to the very wolves in which the hearts beat!$B$BIt\'s quite incredible, and we must study it further. I kept a few samples of the hearts acquired. Take them to my colleague, Apothecary Zinge. You will find her in our headquarters in the Undercity.','Bring the Wolf Heart Samples to Apothecary Zinge in the Undercity.','Ah yes, the heart samples of which Renferrel spoke. I am eager to experiment with these... it is always of interest to the Royal Apothecary Society when new forms of toxins are discovered.','You have something for me?','','','','','',10283,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',3221,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1360,4044,1517,0,8,33,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Reclaimed Treasures','I had myself a fine job as a digger at the Uldaman excavation site in the Badlands... that is until those blasted troggs showed up. I escaped with my hide barely intact, and nothing else. In the chaos, I left my most treasured possession. It\'s safe from the troggs in my chest, sure, but it\'s right in the thick of \'em.$B$BI\'d be in your debt, both in honor and coin, if you could fetch it for me! A chest with my name on it is at the end of the North Common Hall. That\'s the one you need to get in.','Get Krom Stoutarm\'s treasured possession from his chest in the North Common Hall of Uldaman, and bring it to him in Ironforge.','Ah, I feel complete again - thank you kindly.$B$BSome dwarves may treasure the luster of metal, and some may treasure the glint of gems... but a Stoutarm without a treasured stein in hand is hardly a Stoutarm at all!','Well now, we\'re you able to get slap around those troggs long enough to get into my chest and nab my treasure?','','','','','',8027,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1361,4044,405,0,8,30,32,0,690,0,0,0,0,0,0,0,0,1362,0,0,'Regthar Deathgate','A warrior of the Horde, Regthar Deathgate, is recruiting agents for a mission into the land of Desolace. Speak with him if you wish to volunteer. He is stationed in the Barrens, in a series of bunkers west of the Crossroads.$B$BAnd sharpen your weapons. Desolace is a place torn by war.','Speak with Regthar Deathgate in the Barrens.','Yes, I am recruiting. This mission leads into Desolace, against the centaur there. I will be brief so that you may quickly begin.','I note that your task is unfinished, $N. Shall I inform Sharlindra of your ineptitude?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1362,4044,405,0,8,30,32,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Kolkar of Desolace','The Kolkar centaur live in Desolace, and their forces have spread into the Barrens. This is a known fact and we have Horde agents dealing with them here.$B$BBut as long as the centaur are strong in Desolace, they will always pose a threat. It is time we rid ourselves of that threat.$B$BSpeak with Felgur Twocuts at Ghost Walker Post in Desolace. He was sent to gather intelligence on the centaur. He will know how to best deal with the Kolkar of Desolace.','Speak with Felgur Twocuts at Ghost Walker Post in Desolace.','You are here on orders from Regthar? Then you are here to deal with the centaur. Good.$B$BI hope you\'re rested. I don\'t know how our campaign against the centaur will end, but I know the struggle will be long.$B$BHave a seat, and listen.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',1361,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1363,4044,1519,0,0,37,41,0,1101,0,0,0,0,0,0,0,0,1364,0,0,'Mazen\'s Behest','As caretaker of the works here in the library of the Academy of Arcane Arts and Sciences, it is my responsibility to ensure all the magical tomes and scrolls are accounted for at all times. Who knows what folly would unfold if some of these enchanted texts were to fall into the wrong hands?$b$bWhich reminds me... my assistant, Dellis, made a horrible mistake last week. He\'s quite able in the library but incompetent when he leaves the gates of Stormwind. Be a hero, and help old Dellis out, would you?','Speak with Acolyte Dellis in Stormwind.','It wasn\'t my fault. Really it wasn\'t.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,6,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1364,4044,1519,0,8,37,41,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mazen\'s Behest','Master Mazen\'s directions were quite clear: Deliver a very important essay to Watcher Mahar Ba in Nethergarde Keep.$b$bBut I had never been to the Blasted Lands before! The journey was frightening!$b$bWhen I got to the Swamp of Sorrows, I made a wrong turn and ended up surrounded by horrible plant-like swamp creatures. They lurched as if to attack me so I ran. But in my haste I dropped the essay. One of the beasts took it I am sure.$b$bCould you please try to retrieve it and deliver it to Mahar Ba?','Retrieve Khadgar\'s Essays on Dimensional Convergence and deliver them to Watcher Mahar Ba in Nethergarde Keep.','Ah, most splendid!$B$BFor some time I had feared my request for Khadgar\'s Essays on Dimensional Convergence had been overlooked by Master Mazen of the Academy of Arcane Arts and Sciences.$B$BHe must be bogged down with requests considering the many strange happenings going on.$B$BNow, if you\'ll excuse me, I need to begin my research at once. To finally glimpse the insight of one as great as Khadgar excites me to no end.','What brings you to Nethergarde Keep, $R?','','','','','',6065,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10747,10748,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',1363,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(1365,4044,405,0,8,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,'Khan Dez\'hepah','The Kolkar are not the only centaur of Desolace. Many clans wander these dry plains, fighting and dying against each other. And it is good that they fight among themselves, for they are strong and brutal. If the centaur united against us, they would be a fierce foe.$B$BWe must deal with them before they unite.$B$BYour first task is to disrupt the Kolkar clan. Do this by killing its leader, Khan Dez\'hepah.$B$BThe Kolkar Village is northeast of here. Go, and may fortune go with you.','Bring Khan Dez\'hepah\'s Head to Felgur Twocuts in Desolace.','Well done. This swift act against the Kolkar is an effective show of strength, and strength is what the centaur understand best.$B$BThe death of the Kolkar leader will not only disrupt that clan, but give pause to the others.','$N, have you defeated Khan Dez\'hepah?','','','','','',6066,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',1366,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1366,4044,405,0,8,30,31,0,690,0,0,0,0,0,0,0,0,0,0,0,'Centaur Bounty','Now that you scared the centaur clans, it\'s time to bleed them. When traveling Desolace, hunt centaur. I don\'t care which clan you hunt. Just gather ears. A hoard of ears.$B$BBy weakening their numbers you will weaken their resolve, and stamp out any thoughts of expansion.$B$BGood hunting, $N.','Bring 15 Centaur Ears to Felgur Twocuts in Desolace.','By now, the centaur must know your name. I\'m sure they know it, and respect it, and fear it. And just as they know you, they know the banner under which you ride.$B$BThe banner of the Horde.','How is your collection of ears, $N? Large?','','','','','',6067,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6780,6784,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',1365,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1367,4044,405,0,8,30,33,0,690,0,0,0,93,3000,0,0,0,1369,0,0,'Magram Alliance','To beat the centaur, we must use their hatred against them. We will ally with one of the clans and through them, we will learn how to defeat all the clans.$B$BIf you choose to ally with the Magram then slay their foes, the Gelkis. This will earn you respect among the Magram. When you earn enough, then meet with the Magram spokesman Warug, on the outskirts of the Magram Village, in southeast Desolace.','Gain a Friendly reputation with the Magram, then speak with Warug.','The Gelkis cry when they hear your name, $N. They fear you and they hate you. They hate you like they hate the Magram!$b$bMaybe you are strong like the Magram. We will see...','Leave! The Magram do not speak with the weak. We kill them!$B$BIf you want to speak with me, then show me you are strong. Return after you slay many Gelkis.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,93,0,0,0,0,-250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',1386,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1368,4044,405,0,8,30,33,0,690,0,0,0,92,3000,0,0,0,1370,0,0,'Gelkis Alliance','To beat the centaur, we must use their hatred against them. We will ally with one of the clans and through them, we will learn how to defeat all the clans.$B$BIf you choose to ally with the Gelkis then slay their most hated rival, the Magram. After you earn the respect of the Gelkis, meet with the Gelkis shaman Uthek the Wise, on the outskirts of the Gelkis Village, in southwest Desolace.','Gain a Friendly reputation with the Gelkis, then speak with Uthek the Wise.','The earth speaks to me. And it says you have killed many Magram. This is good.$B$BIf you are a friend of the Gelkis, then listen. I have more tasks for you.','Your two feet step on Gelkis earth. You are not welcome here!$B$BProve you seek friendship with the Gelkis. Kill Magram centaur. Return when the ground is wet with Magram blood.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,92,0,0,0,0,-250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1369,4044,405,0,8,30,33,0,0,0,0,0,93,3000,0,0,0,1371,0,0,'Broken Tears','The Gelkis think our centaur mother, Theradras, protects us. They are stupid. No one protects the centaur. The Magram do not need protection! We are the strongest!$B$BShow the Gelkis they are stupid. Go to the cave in their village. They hoard crystals in that cave, the tears of Theradras. Destroy the tears and bring me the broken pieces!','Maintain your reputation with the Magram, and bring 3 Broken Tears to Warug in the Magram Village.','You got the tears! Now the Gelkis will know that Theradras will not help them. She will not cry when we crush them! The Magram will rule!$B$BYou are smart to help us, $N. We are the strongest.','If you are not our enemy, then you will do what I ask!','','Tears Destroyed','','','',6083,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',1386,1367,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1370,4044,405,0,8,30,35,0,0,0,0,0,92,3000,0,0,0,1373,0,0,'Stealing Supplies','When we are not at war, we hunt for meat. Meat gives us strength, and full bellies fight harder than empty ones.$B$BIt is the same with the Magram. They store extra meat so they may fight longer between hunts. If you raid their village to the east and take their stores of meat, then their strength will fail.','Bring 6 bags of Crudely Dried Meat to Uthek the Wise in the Gelkis Village.','Good. I can hear the loud Magram bellies grumble from their village, far away!$B$BI will give this meat to the Gelkis. And we will fight for many days without rest.$B$BWhat you did is good for the Gelkis, $N.','Return after you further prove your worth to the Gelkis!','','','','','',6069,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32378,3464,3465,0,0,0,1,200,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',1384,1368,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1371,4044,405,0,8,30,35,0,0,0,0,0,93,3000,0,0,0,0,0,0,'Gizmo for Warug','Long ago, a little gnome came to Desolace. He had horses and a cart, and the cart held strange things. Funny things. Things that burned different colors. Things that moved and weren\'t alive. I killed the little gnome, but before that... he made me laugh.$B$BI kept my favorite thing from his cart. It was a human made of wood and it waved at me until I hit it and broke it.$B$BI want a new one. Get me a new one!','Maintain your reputation with the Magram, and bring an Advanced Target Dummy to Warug in the Magram Village in Desolace.','Yes, this is what I had! I will make it move again. It makes me laugh!','If you are not our enemy, then you will do what I ask!','','','','','',4392,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',1369,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1372,4044,10,0,8,37,42,0,690,0,0,0,0,0,0,0,0,1383,0,0,'Nothing But The Truth','Our expeditionary force was sent at Varimathras\'s behest to survey lower Azeroth.$b$bWhile out scouting I noticed a human Infiltrator spying on Beggar\'s Haunt. Before I could apprehend him, some of our orcish... brethren... captured him and took him to Stonard, their stronghold in Swamp of Sorrows.$b$bI want to... help... our orcish allies. They did not see our camp here but nonetheless I want to lend a hand.$b$bWork with Faustin here to develop a... truth serum for our friend in Stonard.','Speak with Apothecary Faustin at Beggar\'s Haunt.','Zraedus was just telling me about the nosey little Infiltrator before you arrived.$b$bQuite a problem, indeed. The last thing we need is a busybody sniffing around Beggar\'s Haunt.$b$bI am sure the orcs of Stonard would be quite anxious to hear what our friend has to say. Seeing that they are our allies, ahem, we must help them to get any information they can from the human.$b$bWork with me, $N, and we will deliver a truth serum to Stonard.$b$bFor the Horde!$b$b...did I get that right?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1373,4044,405,0,8,30,37,0,0,0,0,0,92,3000,0,0,0,1374,0,0,'Ongeku','You have more to prove, and your next task will take you far, so for now the Gelkis will fight the Magram without you.$B$BThe earth whispers many secrets to those who listen. One secret I hear is of a red crystal. It is called draenethyst, and it is new to our earth. It comes from a place where mountains fly, and where demons rule.$B$BBring me a shard of draenethyst, and it will make my magic strong! The shard is in a place called the Swamp of Sorrows, held by the lost one Ongeku.','Maintain your reputation with the Gelkis, and bring a Draenethyst Shard to Uthek the Wise in the Gelkis Village in Desolace.','Yes, this is the shard of which the earth whispered. I can feel strong magic in it! I will use this magic against the enemies of the Gelkis.$B$BYou have done one more task for us, $N. Maybe soon, we will call you friend.','Show me you are a friend of the Gelkis, $N.','','','','','',6190,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',1370,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1374,4044,405,0,8,30,37,0,0,0,0,0,92,3000,0,0,0,1380,0,0,'Khan Jehn','The earth speaks to me, and it says that the Magram grow weak. Now it is time to kill their Khan!$B$BBring me the head of the Magram Khan, Jehn!','Bring the Khan Jehn\'s Head to Uthek the Wise in the Gelkis Village in Desolace.','Khan Jehn was strong, but stupid. He thought his own strength was great. He did not see that earth magic is stronger. The Magram centaur will now fall without their leader, and the Gelkis will one day rule!','Show me you are a friend of the Gelkis, $N.','','','','','',6072,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',1373,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1375,4044,405,0,8,30,37,0,0,0,0,0,93,3000,0,0,0,1381,0,0,'Khan Shaka','You help the Magram, and I like you. Now, kill the Khan of the Gelkis! He is Khan Shaka, and I want his head! I want to stare at his head and laugh at him!','Maintain your reputation with the Magram, and bring the Head of Khan Shaka to Warug in the Magram Village in Desolace.','Khan Shaka is dead! I will place his head on a pike, and keep it with me so Shaka can see the strength of the Magram!','Do tasks for the Magram, and I will help you.','','','','','',6073,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',1371,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1380,4044,405,0,8,30,42,0,0,0,0,0,92,3000,0,0,0,0,0,0,'Khan Hratha','$N, you helped us against the Magram. Now, help us beat the Maraudine! Kill the head of their clan, Khan Hratha!$B$BTo face him, blow the Maraudine War Horn. It is atop a high bluff in the Valley of Spears.$B$BBut to blow the horn, you must gain a warhorn mouthpiece. These are rare, carried only by trusted Maraudine centaur.$B$BAfter the horn is blown, centaur will come. Kill them until Hratha appears.$B$BKhan Hratha holds the piece of... a key. Bring it to me...','Maintain your reputation with the Gelkis, and bring the Maraudine Key Fragment to Uthek the Wise in the Gelkis Village.','He is dead! Khan Hratha is dead! And now the Maraudine will fall! When the Gelkis rule this land, $N, we will remember you. And the spirits of the earth will sing your name for all time.','Is Khan Hratha dead? Do you have the key fragment?','','','','','',6077,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6773,6774,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',1374,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1381,4044,405,0,8,30,42,0,0,0,0,0,93,3000,0,0,0,0,0,0,'Khan Hratha','The Gelkis Khan is dead, and now the Maraudine will fall! Kill the Maraudine Khan, Hratha!$B$BTo face him, blow the horn on the high bluff in the Valley of Spears. But to blow the horn, you need a mouthpiece. To get a mouthpiece, kill Maraudine centaur. Keep killing until you find a mouthpiece. Then blow the horn.$B$BDo this and Maraudine centaur will come to the tower. Kill them until Khan Hratha appears. Hratha holds the piece of a key. Give this piece to me...','Maintain your Magram reputation, and bring the Maraudine Key Fragment to Warug in the Magram Village in Desolace.','Khan Hratha is dead! Now the Magram are the strongest of the centaur! We will crush the others, and rule Desolace!$B$BWe will remember, you, $N, and you will be spared our hooves when all others are trampled.','Do what I ask. Prove to me that you are an ally of the Magram!','','','','','',6077,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6788,6789,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',1375,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1382,4044,405,0,8,30,35,0,1101,0,0,0,92,3000,0,0,0,1384,0,0,'Strange Alliance','We are fortunate the centaur clans fight among themselves, for if they joined into a single force then they would be unstoppable. Yes, we are fortunate, and we should press our advantage.$B$BOne of the centaur clans, the Gelkis clan, is in brutal war with the Magram clan. If we attack the Magram, then perhaps an alliance may be struck with the Gelkis.$B$BSpeak with Uthek the Wise, in the outskirts of the Gelkis camps in southwestern Desolace. Through her we might strike an alliance with the Gelkis.','Gain a Friendly reputation with the Gelkis, then speak with Uthek the Wise.','Your name is whispered among the Gelkis. You have much Magram blood on your hands. This is good.$B$BMaybe it is also good if we speak. Speak of what you can do for the Gelkis, and what we can do for you.','Be gone! The Gelkis do not want you here. Leave now!!$B$BReturn after killing many Magram, and then I will speak with you.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,92,0,0,0,0,-500,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1383,4044,10,0,8,37,42,0,690,0,0,0,0,0,0,0,0,0,0,0,'Nothing But The Truth','I have just the right serum in mind. It will deal with the truth in precisely the way the truth should be dealt with.$b$bFor this concoction I will need several Shadow Panther hearts from the Swamp. I also require the enchanted fungus off of the Mire Lord who resides there. I am sure one as able as you, $n, can persuade him to part with some.$b$bThe last item I\'ll need for the serum is the blood of a dreaming whelp, like the ones that live outside Itharius\' cave in the swamp.$b$bNow, off you go!','Apothecary Faustin at Beggar\'s Haunt needs 5 Shadow Panther Hearts, Mire Lord Fungus and some Green Whelp Blood.','Splendid, $N! And just in time too. From what Zraedus tells me, the Infiltrator has recovered from his wounds and is ready to be questioned by the orcs.$B$BGive me but a moment to prepare the pois - I mean prepare the truth serum.','That Infiltrator in Stonard will surely.... open up... after he drinks my special serum. Haha!$b$bThe ingredients required are by no means easy to procure. Shadow Panthers are common in the Swamp but collecting enough hearts for our purpose can be daunting. And the Mire Lord can be such a fussy beast.$b$b','','','','','',6080,6081,6082,0,0,0,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6832,11265,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',1372,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1384,4044,405,0,8,30,32,0,1101,0,0,0,92,3000,0,0,0,1370,0,0,'Raid on the Kolkar','The Kolkar centaurs think their magic is strong. They do not know magic! They would not know magic if it bit them!$B$BYou will show them their magic is weak. Go to the Kolkar to the northeast and kill them. Take their charms. Bring me the charms and I will throw them in the fire and laugh!','Maintain your reputation with the Gelkis, and bring 10 Crude Charms to Uthek the Wise in the Gelkis Village in Desolace.','You do a good thing for the Gelkis. The Kolkar are weak and will die. Their magic is pathetic and will not save them. You showed them this, and their fear will make them even more feeble!$B$BAnd in our lands, the feeble soon die.','You have the charms? You showed the Kolkar they are weak?','','','','','',6079,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',1382,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1385,4044,405,0,8,30,35,0,1101,0,0,0,93,3000,0,0,0,1386,0,0,'Brutal Politics','Desolace is a land at war. The centaurs wage war with each other, and we believe the victor among them will spill out and threaten our strongholds. That, we cannot allow$B$BWe must learn how to beat the centaurs, and to do that... we must ally with one of the clans. The Magram centaurs war with the Gelkis. If you fight the Gelkis then the Magram might consider an alliance.$B$BEarn the favor of the Magrams then speak with Warug, in the Magram village in southeastern Desolace.','Gain a Friendly reputation with the Magram, then speak with Warug.','Many Gelkis fall to you. I like that. Maybe you can do more things I like. Maybe you and the Magram can be friends.','You will go now, or the Magram will crush you! To be our friend, you must kill Gelkis.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,92,0,0,0,0,250,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1386,4044,405,0,8,30,32,0,1101,0,0,0,93,3000,0,0,0,1369,0,0,'Assault on the Kolkar','The Kolkar think they are strong, but we laugh at them! We laugh and we kill them! You kill them too. Show me you can kill Kolkar like we do. Head north and slay them all!','Maintain your reputation with the Magram. Kill 12 Kolkar Centaurs, 12 Kolkar Scouts and 6 Kolkar Maulers, then return to Warug in the Magram Village in Desolace.','The Kolkar fear you now! I hope you laughed when you killed them. It is better to laugh when you kill, so the enemy can see he is weak.','Are you afraid of the Kolkar? Why do you not kill them? Maybe you forgot how to kill. Hurry and kill Kolkar before they are dead!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4632,4633,4634,0,12,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',1385,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1387,4044,405,0,8,30,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Centaur Bounty','Many clans make up the centaur race. Each has its own leader and agenda, but all the clans have one thing in common. Cruelty.$B$BIf we are to ever find peace, then the centaurs must be removed. And so I put you on the task to do just that.$B$BWhile wandering Desolace, hunt centaur and take their ears. Bring me many, many ears.$B$BDo this in service of the Alliance, $N, and we will be one step closer to war\'s end.','Bring 15 Centaur Ears to Corporal Melkins at Nijel\'s Point in Desolace.','Ah, the ears. Well done.$B$BYour service to the Alliance is unquestioned, $N. The blood you spilled in Desolace will, no doubt, save countless lives.','Do you have a report, $N?','','','','','',6067,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6790,0,0,0,1,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,66,0,0,0,0,0,0,0,0,0,7),(1388,4044,10,0,0,37,42,0,690,0,0,0,0,0,0,0,0,1391,6086,1,'Nothing But The Truth','Everything is proceeding according to plan, $n. I want you to give this truth serum to Deathstalker Zraedus and he\'ll show you how to administer it.... properly.$b$bHaha!','Give Faustin\'s Truth Serum to Deathstalker Zraedus at Beggar\'s Haunt.','I knew old Faustin would come up with something good! You were a tremendous help, no doubt.$B$BNow let\'s get down to business, shall we?','I hope you have proven yourself of use to our dear friend, Apothecary Faustin.','','','','','',6086,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',1383,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1389,4044,8,0,8,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Draenethyst Crystals','The lost ones who live in the Fallow Sanctuary look as we look, but they are monsters... driven mad by the rigors of our journey to Azeroth. Once our brethren, they now live in the Fallow Sanctuary to the east, catching or killing any who wander near.$B$BAnd they have stolen something sacred to us--draenethyst crystals.$B$BWe lack the force to enter the Fallow Sanctuary and reclaim our stolen draenethyst from among their huts and campfires, but without those crystals... we too may lose our way.','Bring 6 Draenethyst crystals to Magtoor at The Harborage in the Swamp of Sorrows.','Thank you, $N. We, are in your debt.','Do you have the crystals?','','','','','',6071,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(1390,5875,15,0,8,1,1,0,0,0,0,0,0,0,0,0,0,1397,0,0,' Oops, We Killed Them Again.','','','Thanks for the done work!','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',1289,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1391,4044,10,0,0,37,42,0,690,0,0,0,0,0,0,0,0,0,6089,1,'Nothing But The Truth','We need to operate with a certain amount of discretion. After all, it\'s not like you\'re going to waltz in there and convince the fool to drink Faustin\'s concoction here, right?$b$bBut if there\'s one thing those humans cannot deny it\'s the booze. I\'ll take Faustin\'s serum and mix it into this ale. I guarantee the poor sap will show no reluctance when it comes to chug-a-lugging a brew.$b$bMake haste to Stonard in the Swamp of Sorrows, $n. And keep our little mission nice and quiet...','Take Zraedus\'s Brew to Infiltrator Marksen in Stonard.','A drink for me? How kind. It\'s been days since they\'ve allowed me to drink. Let me drink this down and then I\'ll tell you what I\'ve learned....','Please have mercy on me! I have information that goes beyond alliance boundaries. While I am no sympathizer of the Horde, there is political treachery going on that must be revealed!','','','','','',6089,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',1388,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1392,4044,8,0,0,29,39,0,0,0,0,0,0,0,0,0,0,0,6196,1,'Noboru the Cudgel','Noboru has plagued the Draenei of the Harborage for months, and his cudgel is a symbol of the brutality they have suffered at the hands of the lost ones.','Bring Noboru\'s Cudgel to the leader of The Harborage in the Swamp of Sorrows.','You have gained the weapon of the dreaded Noboru? Is he then dead?$B$BThis is a joyous day for the Harborage. Noboru and his gang were a terror to us, wandering the swamps and killing any Draenei who crossed his path. He was a direct threat to our survival, and we did not have the strength to face him.$B$BWe are fortunate to have a friend in you, $N.','Greetings. And welcome to the Harborage.','','','','','',6196,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(1393,4044,8,0,2,30,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'Galen\'s Escape','Please help! These creatures are going to eat me!$B$BHelp me out of here, and I\'ll give you a great treasure! It\'s in my camp in the swamp north of Stonard, but it\'s locked in a strongbox that can be opened through a trick that only I know.$B$BIf you help me escape, then I\'ll teach it to you.','Escort Galen out of danger, then find his camp in the Swamp of Sorrows and open his strongbox.','The keyhole of this strongbox is filled with black resin. It is impossible to open.$b$bBut Galen told you of a hidden latch on the box\'s bottom... $b$b...After a quick search the latch is found. The latch is flipped, and the strongbox opens...','','Escort Galen out of the Fallow Sanctuary.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6828,0,0,0,1,0,0,0,469,67,0,0,0,0,75,75,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1394,4044,400,0,8,25,36,0,690,0,0,0,0,0,0,0,0,0,0,0,'Final Passage','You have done well, $N. You have passed my test, and the tests before mine. Return to Dorn in Thousand Needles. He will sense the change within you, and see that your mind, body and spirit are strong enough that you should be rewarded for your efforts.$B$BStay true to the balance you\'ve shown throughout these trials, $N. Dorn will test you again in the future if you do.','Speak to Dorn Plainstalker in Thousand Needles.','Ah, $N. It has been a long time since you have last stepped into my home. It seems like many moons have passed since you took your first leap that set you upon your path.$b$bAnd now you return to me stronger than you once were... more enlightened. This pleases me. And you should be justly rewarded for seeing my tests to the end.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6804,6806,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',6628,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1395,4044,10,0,0,40,45,0,1101,0,0,0,0,0,0,0,0,0,6091,1,'Supplies for Nethergarde','This crate of powerstones needs to go to Nethergarde Keep, in the Blasted Lands. They won\'t hold their power for long, so we can\'t ship them with the next caravan.$B$BYou must take them, and you must take them quickly.$B$BBring them to Quartermaster Lungertz in Nethergarde Keep. To reach the keep, you must travel east through Deadwind Pass, then east through the Swamp of Sorrows, then south through the Blasted Lands.$B$BUse caution, $N. You will travel through dangerous lands, yet you must not fail.','Bring the Crate of Powerstones to Quartermaster Lungertz, before the powerstones expire.','Ah, the powerstones! The mages will be happy to see these!$B$BMany thanks, $N. I know your trip from Darkshire was not an easy one.','Hello! Don\'t mind all the commotion, it\'s just business as usual at Nethergarde Keep.$B$BYou have something for me?','','','','','',6091,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',1477,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,4),(1396,4044,8,0,8,30,37,0,1101,0,0,0,0,0,0,0,0,1421,0,0,'Encroaching Wildlife','My caravan was destined for the eastern coast, but we did not reach our goal. Lost Ones attacked us, killing guards and dashing supplies.$B$BI alone survived their assault. I have sworn to protect what supplies remain, but wild creatures skulk near. Please, help me defend my camp from the beasts!','Kill 8 Young Sawtooth Crocolisks, 10 Sorrow Spinners and 10 Swamp Jaguars then return to Watcher Biggs in the Swamp of Sorrows.','The sounds of animals are now faint, more distant. Thank you, $N. Now let\'s hope they don\'t return!','The swamp creatures press close, $N. Please, you must defend the camp!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1084,858,767,0,8,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',9609,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(1397,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Saved!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',1390,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1398,4044,8,0,8,30,42,0,1101,0,0,0,0,0,0,0,0,1425,0,0,'Driftwood','I owe you greatly, $N. An honorable heart beats within you. And now I have another task for which I humbly ask your aid.$B$BIf I\'m ever to reach Nethergarde, then I must fix this wagon. And for that... I will need wood. Strong, dry wood--not the spongy, tangled wood of the swamp\'s trees.$B$B$N, go east to the coast and search for driftwood that has been dried by the sun. Bring it to me.','Bring 8 pieces of Sundried Driftwood to Watcher Biggs in the Swamp of Sorrows.','This wood is light, but tough. Thank you, $N. It will work nicely.','Did you find any driftwood, $N?','','','','','',6146,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',1421,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6,0,0,5),(1418,4044,8,0,8,30,35,0,690,0,0,0,0,0,0,0,0,1420,0,0,'Neeka Bloodscar','The Badlands is harsh and lies close to the Alliance-held land of Loch Modan, so communication between Stonard and the Badlands outpost of Kargath is often cut.$B$BProve yourself, $N. Travel to the Badlands and speak with Neeka Bloodscar, head scout of the Kargath outpost. Speak with her, and then send her report back to me.','Speak with Neeka Bloodscar.','Helgrum wants a report, eh? I sent an outrunner to Stonard not three days past. Did he fail his mission? If Stonard does not have my report, then it appears he did fail.$b$bLet\'s hope the next runner I send has more skill, or more luck.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1419,4044,3,0,8,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'Coyote Thieves','Have you spent many days in the Badlands, $c? Have you felt its heat? Have you faced the beasts that wander its dusty plains? It\'s time you did.$B$BCrag coyotes are a tough breed. Tough, and bold enough to creep into Kargath and steal from our food supplies. Help rid the outpost of these thieves!$B$BHunt crag coyotes, $N. Hunt them and bring me their jawbones. Bring me enough, and maybe I\'ll believe it when you say you know the Badlands.','Bring 30 Coyote Jawbones to Neeka Bloodscar in Kargath.','That\'s a nice collection of jawbones, $N. Now those coyotes won\'t be tearing through our supplies for scraps.$B$BWell done. The coyotes of the Badlands aren\'t easy prey. Your deed shows me that you might just survive here.','Do you have the jawbones?','','','','','',6166,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1418,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1420,4044,3,0,0,30,40,0,690,0,0,0,0,0,0,0,0,0,6167,1,'Report to Helgrum','I wrote a fresh report for Helgrum in Stonard. Bring it to him.$B$BAnd if you consider yourself an outrunner, then don\'t lose your way. Or fall to an enemy.','Bring Neeka\'s Report to Helgrum the Swift in Stonard.','Thank you, $N. From Neeka\'s report, I see the Alliance is not without its own problems. And we may find that some enemies are shared between us.','You returned. You have a report?','','','','','',6167,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',1418,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1421,4044,8,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,1398,0,0,'The Lost Caravan','I was stunned during the attack by the Lost Ones, but before my sight went black I spied one of our wagons being dragged to the Fallow Sanctuary, the lost one village to the north.$B$BA caravan chest with valuable reagents was in that wagon, reagents vital to the studies of the wizards of Nethergarde Keep. Find the chest and get those reagents, $N. Get them and bring them to me.','Find the Caravan Chest in the Fallow Sanctuary, obtain the Wizards\' Reagents and bring to Watcher Biggs.','Ah, you found them! With these, the wizards in Nethergarde may continue their work. I do not know what it is that they do, but it is linked to the Dark Portal in the Blasted Lands, and is vital to the security of the Alliance.','Do you have the wizard\'s reagents, $N?','','','','','',6170,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1396,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(1422,4044,8,0,8,35,45,0,690,0,0,0,0,0,0,0,0,1426,0,0,'Threat From the Sea','While I begin work on your weapon, why don\'t you talk to Katar? He mentioned needing help with patrols along the beach, and I\'d rather see you keep your wits and weapons prepared instead of getting drunk with some of the other louses I share this camp with.','Speak to Katar in the Swamp of Sorrows.','Be silent a moment, $C. Even over the dull roar of the sea you can still hear those disgusting gurgles from the fish men.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',699,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1423,4044,8,0,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,6172,1,'The Lost Supplies','This barrel is small yet sturdy. Its seams are sealed with a yellow, pungent wax. Stamped on the bottom of the barrel are the words:$B$BQUARTERMASTER LUNGERTZ$B$BNETHERGARDE KEEP','Bring the Lost Supplies to Quartermaster Lungertz.','Ah, thank you $N! So many supplies are lost from Darkshire to here. It\'s good to see that some are recovered.','You have something for me?','','','','','',6172,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6827,0,0,0,1,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(1424,4044,8,0,8,38,43,0,690,0,0,0,0,0,0,0,0,1429,0,0,'Pool of Tears','The Warchief sent us to investigate strange happenings at The Temple of Atal\'Hakkar.$b$bThe Atal\'ai trolls are a tribe of dark casters, known for practicing forbidden magic. You can imagine how astonished we were when we arrived here to discover the temple had been sunk.$b$bThe green dragons now guard the site, claiming to be protectors of Azeroth.$b$bWe need to discover what happened. Explore around the Pool of Tears and gather Atal\'ai artifacts. From those I can begin to piece together this puzzle.','Fel\'zerul in Stonard wants you to gather 5 Atal\'ai Artifacts.','Your diligence in collecting the Atal\'ai artifacts is worthy of praise, $C.','No one knows what dark practices went on inside The Temple of Atal\'Hakkar. But we do know that great and powerful forces of magic were used.$b$bWe must learn as much as we can about such magic. Perhaps the spells of the Atal\'ai will prove of use to the Horde.$b$bOnce you have gathered enough Atal\'ai artifacts from around the Pool of Tears, I can begin to understand what the trolls were hoping to accomplish and what went so horribly wrong.','','','','','',6175,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1425,4044,8,0,0,30,42,0,1101,0,0,0,0,0,0,0,0,0,6178,1,'Deliver the Shipment','While I fix this wagon, $N, I have one last task for you.$B$BI have packed the most vital supplies saved from the ogre attacks. Take them to Nethergarde Keep. The keep is nestled in the northern hills of the Blasted Lands, keeping watch over the Dark Portal.$B$BTo reach Nethergard, follow the road east. When it branches head south into the Blasted Lands, then turn left at the next fork. Follow the road, $N, and be wary.','Bring the Shipment to Nethergarde to Quartermaster Lungertz in Nethergarde Keep.','What? A package from Biggs\' caravan? We thought it, and he, were lost.$B$BThank you, $N. With luck, these supplies will carry the much needed reagent, Azoran Crystals. Our stock is running low...','You have business with me?','','','','','',6178,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',1398,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,4),(1426,4044,8,0,8,35,43,0,690,0,0,0,0,0,0,0,0,1427,0,0,'Threat From the Sea','I have no love for the sea, nor any creature I\'ve seen come from its depths. It is a powerful but blind mistress; callous and brutal. It would bring me great pleasure to slay the fish men by the hundreds if it were within my power. But I garner some pleasure from watching their deaths at the hands of any who do the Horde\'s will.$B$BWhich brings us to you, $c. How many can you slay? Would you test yourself against their most powerful kind?','Kill 10 Marsh Murlocs, 10 Marsh Inkspewer, and 10 Marsh Flesheater, then return to Katar in the Swamp of Sorrows.','The sea seems vast and relentless, but you have stained her with the blood of her own spawn. The fish men know pain. Their stupidity will force them to refortify their ranks from the devastation you\'ve caused, and that is good.$B$BLet their gurgling screams overshadow the sea\'s roar long into the night. I shall smile every time I hear one of them silenced.$B$BReturn to me if you wish to slay more of the fish men. I will gladly reward you again.','I am patient. Patient and everlasting like an old kank stone from Draenor. The fish men shall not make it past our borders--not while I still stand. If we had an army at our disposal I would cleanse this world and all others of their presence. I feel my hatred seethe just speaking about them.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,747,750,751,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',1422,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1427,4044,8,0,8,35,43,0,690,0,0,0,0,0,0,0,0,0,0,0,'Threat From the Sea','Before you take rest, speak to Tok\'Kar again. While you were gone I believe he finished a few weapons. For your help here, he would offer one of them to you. You would do well to test its strength against the fish men when you are ready... but only to please me further.','Speak with Tok\'Kar in the Swamp of Sorrows.','Ah, $N, you\'ve returned. Good. I\'ve finished crafting more weapons for our fight against the murlocs. For bringing us the fresh sawtooth meat, and for bringing a small smile to Katar\'s face, I offer one of them to you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9680,9678,9679,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',1426,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1428,4044,8,0,8,35,45,0,690,0,0,0,0,0,0,0,0,0,0,0,'Continued Threat','It pleases me to see your hatred for the fish men grows with mine.$B$BFind more of their kind along the beach, and when you\'ve had your fill of combat, return to me. We shall speak then of a reward for your diligence.','Kill 10 Marsh Inkspewers, 10 Marsh Flesheaters, and 10 Marsh Oracles, then return to Katar in the Swamp of Sorrows.','Well done, $C. I call for more of their blood. Let all the fish men perish.','Not until the sea and all her children are silenced will I be pleased... especially those disgusting fish men.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,750,751,752,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',1427,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1429,4044,8,0,0,38,44,0,690,0,0,0,0,0,0,0,0,1444,6193,1,'The Atal\'ai Exile','While you were braving the dangers of the Pool of Tears, one of my scouts returned with a scroll written in blood on dried flesh. It seems to be a judicial sentence against a priest of the Atal\'ai tribe.$b$bThis priest was sentenced to a fate worse than death amongst the Atal\'ai.$b$bHe was exiled to live far north in the Hinterlands, with the Witherbark trolls.$b$bI will bundle these artifacts. You are to seek out the exile and discover their true use. Return to me once your journey is complete.','Bring the Bundle of Atal\'ai Artifacts to the Atal\'ai Exile in the Hinterlands.','You bring me the summoning artifacts of the Atail\'ai?$b$bI see Jammal\'an the Prophet is leading the disciples of the Chamber of Blood towards their chosen fate. Has Hakkar returned to the Temple I wonder? Has their fate been met?','You are brave to come here. Brave or foolish...','','','','','',6193,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',1424,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1430,4044,8,0,8,35,44,0,690,0,0,0,0,0,0,0,0,0,0,0,'Fresh Meat','There\'s a high demand for the succulent taste of crawler meat among my customers; especially the meat from the monstrous crawlers.$B$BIf you plan on heading to the coast, then I could easily make it worth your while to bring me back some of their legs to have transported back to Orgrimmar.$B$BThe coast is to the east from here, and you should have no problem finding the creatures scurrying along the beaches and under the sea.','Bring 10 Monstrous Crawler Legs to Dar in the Swamp of Sorrows.','Ah, this should be perfect. I can\'t wait to taste these after they are prepared perfectly over an open fire. You should take a sample of it with you on your travels. It truly is delicious.','I have a cask of wine waiting for your success, $N. It\'s only right I taste the goods before I have it shipped back to my customers.','','','','','',6184,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9681,9682,0,0,10,1,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1431,4044,1637,0,8,30,30,0,0,0,0,0,0,0,0,0,0,1432,0,0,'Alliance Relations','Be still, $c, and allow me to share with you something important to our people, but far from obvious.$B$BWe are a proud race, and the war with the humans tried even Thrall\'s great patience. You see, our Warchief is wise and prudent, and he continues to put his people first. Ultimately, he is a diplomat, and in his time with the humans he learned much of their ways.$B$BIf the tale I\'ve started piques your interest, then find Keldran near the western exit of the city. His hovel is there.','Speak to Keldran in Orgrimmar.','Putanni, noble $C. I am Keldran, student of magic... and other mystical arts.$b$bThe business Craven sent you here to speak to me about requires a touch more subtlety than you\'ve previously needed, but that does not mean you can not still aid our cause.$b$bPlease, make yourself comfortable, and I shall tell you why the Warchief has need of my aid... and yours.$b$bIt starts with appearances, $N. How the Horde sees itself. How our allies see us. And most importantly, how our enemies see us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1432,4044,1637,0,8,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alliance Relations','As the Alliance progresses deeper and deeper into Kalimdor, incorrect conclusions may be drawn about the Horde making pacts with the Burning Legion. The Warchief cannot allow that to happen. And with his blessing, I am taking control of overseeing them removed.$B$BI have agents in the area of Desolace at the Ghost Walker Post north of the great Kodo Graveyard. Head south of the Charred Vale in the Stonetalon Mountains and you shall come across it. When you arrive, seek out Takata Steelblade.','Speak to Takata Steelblade in Desolace.','Greetings, $C. You bring news from Orgrimmar; that is good.$b$bThe demon infestation overwhelms this area even more than the smell of centaur dung. The horse-men claim this land as their own, but clearly there are influences out of their control that will crush them if not kept in check.$b$bIt does not please me that we aid the centaur indirectly, but it is for the good of the Horde, so I do my duty for the Warchief, even if it means helping the warlocks within the Horde.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1431,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1433,4044,1637,0,8,30,33,0,690,0,0,0,0,0,0,0,0,1435,0,0,'Alliance Relations','The Burning Blade have many agendas, but know that they are evil to their core, their spirits corrupted, and their destruction is the only way to thwart their objectives.$B$BKeldran sent Maurin with me because of his knowledge of the Blade and their warlock ways.$B$BHe has control of our plots against the Blade while I deal with the other demonic threats here in Desolace.$B$BSpeak to him, and he will guide you in his designs.','Speak to Maurin Bonesplitter in Desolace.','Ah, yes. Aid from those loyal to the Warchief is always appreciated.$b$bMy name is Maurin. I am here at the behest of Keldran and the Warchief cub Thrall. It is my desire to aid the youngling leader against the evils that threaten his rule.$b$bCome, come closer, $C. I shall explain to you my plan for removing the festering boil that is the Burning Blade.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',1432,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1434,4044,1637,0,8,25,33,0,690,0,0,0,0,0,0,0,0,0,0,0,'Befouled by Satyr','A demon infestation does not occur without other influences--something else allows evil to gain a foothold.$B$BIt may start with a weakened spirit, a needless desire for power; perhaps it\'s a thirst for revenge, or the appeal for final justice. When we are beset by pain, evil takes advantage of us--evil such as the satyr.$B$BTies have been made between them and the Burning Blade, and Thrall would have them slain. Seek them out to the northeast of here, and return to me when you\'ve driven them back.','Slay 7 Hatefury Rogues, 7 Hatefury Felsworn, 7 Hatefury Betrayers, and 7 Hatefury Hellcallers, and return to Takata Steelblade in Desolace.','You have done well, $c. You have shown honor and dedication.$B$BWhen our campaign in Desolace is done, the Warchief will know that you aided us in our actions here, and that you helped make his will manifest.$B$BI thank you.','I was warned by a tauren companion that the satyr are not all they appear to be. He believes there is something more to them, that their evil is a twisting of their true nature. But I have not seen such things.$B$BI see only the ruthless slaughter of the weak and the corruption of those who seek dark power.$B$BI will continue in my duty of annihilating them until the Warchief directs me otherwise. Until then, I take no pity on them.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4670,4672,4673,4675,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1435,4044,1637,0,0,25,33,0,690,0,0,0,0,0,0,0,0,0,6436,1,'The Burning of Spirits','Death is most desirable for those despicable creatures that turn their back on their liege for such selfish reasons. But death is not enough when dealing with those that have given themselves over to the darkness.$B$BTake this gem. When one of the Burning Blade\'s near death, activate its magic. The spell shall pull the corrupted spirit out of its victim, leaving an infused gem behind.$B$BBring me these infused gems so I may dispose of them properly.$B$BGo now, and may you elude death.','Return the Burning Gem and 15 Infused Burning Gems to Maurin Bonesplitter in Desolace.','Ah, you\'ve returned successful. That is good. Give me the gems and I shall put them someplace safe....$B$BMy tasks for you are complete, $C. Speak to Takata when you are rested. He may have other tasks for you, or perhaps needs you to return to Orgrimmar to inform Keldran of our progress here in Desolace.','I have tried to make the magics as simple as possible. Drawing the spirit of your victim out of its injured form should be child\'s play. Do not rely on the gem\'s power to slay your foe completely. You must only activate the gem when they are close to death, or it will be useless.','','','','','',6436,6435,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',1433,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1436,4044,1637,0,8,30,33,0,690,0,0,0,0,0,0,0,0,0,0,0,'Alliance Relations','The fight goes well, $N. Perhaps the Warchief will allow us to return to our homes before the seasons change if we continue to make such great strides in our battle against the demons and their underlings.$B$BReturn to Keldran and let him know what we have done. I am sure he will reward you for your efforts here. His cause is important to him, and he will take pride in knowing that the Warchief respects his concerns.','Speak to Keldran in Orgrimmar.','Putanni, noble $C. I am Keldran, student of magic... and other mystical arts.$b$bThe business Craven sent you here to speak to me about requires a touch more subtlety than you\'ve previously needed, but that does not mean you can not still aid our cause.$b$bPlease, make yourself comfortable, and I shall tell you why the Warchief has need of my aid... and yours.$b$bIt starts with appearances, $N. How the Horde sees itself. How our allies see us. And most importantly, how our enemies see us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6744,6745,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',1435,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1437,4044,405,0,8,30,33,0,1101,0,0,0,0,0,0,0,0,1465,0,0,'Vahlarriel\'s Search','I am Vahlarriel, $N. I\'ve come here to discover the whereabouts of two missing nobles of a Darnassian merchant family--House Malem. The father of the house fears the worst, and I am to do everything I can to find his missing children. I have yet to start my search for Tyranis or Dalinda, but I am hopeful I shall not be here long.$B$BLast word tells of them passing through the Stonetalon Mountains a few weeks ago.$B$BIf you find their wagon, please, come find me immediately.','Find and search Tyranis and Dalinda Malem\'s wagon in Desolace.','As you rummage around the remains of the wagon, it becomes obvious that it was attacked by both spells and weapons. The battle seemed one-sided and quick; there\'s no blood to be found, and no remains of any bodies.$B$BWhoever attacked the wagon was efficient and swift.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1438,4044,405,0,8,30,33,0,1101,0,0,0,0,0,0,0,0,1439,0,0,'Vahlarriel\'s Search','Find both Dalinda and Tyranis if you can and come back to me with your findings. Start your search at this fortress. I will contact my superiors in Darnassus immediately and let them know the situation.$B$B$N, there is something else I wish to impress upon you. My superiors have shown some concern over Tyranis\' and his motives for coming here. It is more important to them that Dalinda is found and brought back safely. Tyranis is to be... gauged before he is taken home.','Find Dalinda Malem in Desolace.','Thank Elune someone has finally come to help. Please, $C, I need your help. My brother Tyranis and I were captured and brought here by the Burning Blade. I think they mean to sacrifice me to their demon masters!$B$BI knew coming to Desolace was a mistake, but Tyranis has recently begun craving knowledge of all things arcane--even against the wishes of our people. He decided to make this trek even after hearing tales of this land\'s demon infestation.$B$BI fear the worst for him.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',1465,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1439,4044,405,0,8,30,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Search for Tyranis','We were brought here after the orcs slaughtered all our guards and servants. Oh, the terrible things they did to them! I thought surely they would kill us right there and then, but it became obvious they had other plans.$B$BTyranis attempted to speak to them. I think he wanted to impress them with his knowledge of the arcane... I\'m not sure why.$B$BPlease, I can\'t leave here until I know what\'s happened to my brother. Find him, then come back for me when his fate is known.','Find Tyranis Malem in Desolace.','This is terrible! But I suppose it was necessary. If it wasn\'t by your hand, it would have surely been by that of my people\'s. I suppose I should thank you--please forgive me if it doesn\'t seem sincere. I mean no offense.$B$BWith the knowledge of my brother\'s fate in hand, it seems the time for my escape has come. If you are still willing, I will accept your aid in escaping this horrible place.$B$BWhen you are ready, we can make our way to safety.','I fear Tyranis will attempt to learn the Burning Blade\'s secrets and count himself among their kind if they allow it - he has always adored the power magic brings to those who are seduced by it.$B$BI\'m not sure I could endure returning home to my family with news of Tyranis\' spirit flirting with such dangers. It\'s a terrible enough crime among my kind to pursue such things, but to become that which we attempt to protect ourselves from, well, that\'s apprehensible.','','','','','',6767,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',1438,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1440,4044,405,0,2,30,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Return to Vahlarriel','So, the time is now then? I appreciate your efforts, and if the situation does not lend itself, then allow me to thank you now for everything you\'ve done for me and my family. If you\'re ready, then there is nothing else for me here--we can leave when you feel the time is right.','Escort Dalinda Malem from Thunder Axe Fortress and then return to Vahlarriel Demonslayer in Desolace.','Thank you, $N. Dalinda made it safely back here to Nijel\'s Point, and in much better condition than I could have asked for. The fact that she arrived here under her own power was a good sign. I hope you\'re well?$B$BIt pains me to know that both Tyranis and Dalinda didn\'t return, but the embarrassment of Tyranis\' decisions is hers to endure. It is something she will have to deal with when she returns to Darnassus.','','Rescue Dalinda Malem','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9687,9698,9699,11884,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',1439,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1441,5875,405,0,8,30,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(1442,4044,0,141,264,20,22,81,1101,2,0,0,0,0,0,0,0,0,0,0,'Seeking the Kor Gem','Greetings, $N. What can I do for one who follows a holy path?$B$BAh, yes, Stilwell, the blacksmith... from long ago. I remember him well, though, I have not heard his name in some time.$B$BHe never struck me as an impudent man, so I can only assume his desire for a Kor gem is noble.$B$BIf you truly wish for one of the gems, then you must head to the northwest of Ashenvale. You will find Blackfathom Deeps there within some ancient ruins. The naga who still use the gems are down below. Do not go alone, $c.','Bring a Kor Gem to Thundris Windweaver in Darkshore.','This is indeed the gem Stilwell desires, but before I can allow you to bring it to him, it must be purified of corruption--the naga wenches imbue the gems with power, that much is true, but of their own, evil kind.$B$BLet Stilwell know that its power is intact, and it should work well for whatever ritual he wishes it to be part of.$B$BI hope you know what you\'re doing, $C, this is no simple item you possess.','I would be less trustful of one not on a holy path if they came asking about a Kor gem. But I trust your kind more than some of my kin. I do not judge your entire order based on the actions of just one of your fallen kind.','','','','','',6995,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7083,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1653,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1443,5875,1638,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Shakedown','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1444,4044,47,0,8,38,44,0,690,0,0,0,0,0,0,0,0,1445,0,0,'Return to Fel\'Zerul','Jammal\'an the Prophet sentenced me to exile from The Temple of Atal\'Hakkar. I once felt the high priest was a worthy leader.$b$bHis unyielding faith in his prophecy will bring about the destruction of the Atal\'ai. If it hasn\'t already.$b$bWhen I expressed my concerns, I was labeled an infidel and ousted from the temple.$b$bThose artifacts you brought to me are harmless. But if Jammal\'an has found the proper fetish enchantment for the summoning ritual, the world lies in great peril....','Return to Fel\'Zerul in Stonard.','It has been quite some time since we spoke, $C. I hope your journey was successful.$b$bWhat knowledge did you gain from the exiled Atal\'ai in the Hinterlands?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',1429,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1445,4044,1417,0,8,38,50,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Temple of Atal\'Hakkar','So he spoke of Jammal\'an\'s prophecy?$b$bThe Atal\'ai spiritual leader believes once Hakkar returns to Azeroth from the Nether, the god will grant the Atal\'ai tribe immortality.$b$bFoolish trickery to bring about a premature doomsday if you ask me.$b$bBut you say the exile spoke of enchanted fetishes? This concerns me greatly. If these are in fact the key to the Atal\'ai ritual which caused this mess, we must understand their intrinsic powers.$b$bVenture into the Temple, and seize the fetishes!','Collect 20 Fetishes of Hakkar and bring them to Fel\'Zerul in Stonard.','Brave $C, you have proven yourself to be a great champion of the Horde.$b$bNow this collection of fetishes of Hakkar must be dealt with at once!','If the Atal\'ai fetishes hold the power to summon Hakkar and fulfill Jammal\'an\'s prophecy they must be seized. Such powers must be understood by the Horde!','','','','','',6181,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1490,0,0,0,1,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',1444,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1446,4044,1417,0,8,38,53,81,0,0,0,0,0,0,0,0,0,0,0,0,'Jammal\'an the Prophet','My Witherbark companions don\'t take kindly to strangers around their home.$b$bMe? I don\'t have a home anymore. I was exiled from my people, the great Atal\'ai tribe of the Swamp of Sorrows.$b$bOur spiritual leader, Jammal\'an, had what he called a prophecy. He believes the summoning of the god, Hakkar will bring the Atal\'ai immortality.$b$bBut I urged caution. What if the prophecy was nothing more than manipulation?$b$bI want revenge for my exile. Bring me Jammal\'an\'s head. Maybe then my people will be free.','The Atal\'ai Exile in The Hinterlands wants the Head of Jammal\'an.','Jammal\'an\'s reckless trust of false visions led my people to their eternal doom.$b$bI thank you, $C, for avenging my exile. I mourn for my people. I have no home to return to.','Once Jammal\'an has been removed, I stand a chance of returning to my people.$b$bWith Jammal\'an as their spiritual leader, the Atal\'ai face certain destruction.','','','','','',6212,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11123,11124,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1447,4044,1519,0,2,28,31,0,1101,0,0,0,0,0,0,0,0,1247,0,0,'The Missing Diplomat',' Yeah, you\'re obviously not the smartest $c to come into Stormwind, but you\'re about to be one of the dumbest to never leave.$B$BHave you met me friends?','Defeat Dashel Stonefist in Stormwind.','So, you came to me for a reason. What is it you need?','I didn\'t mean anything by the comment \'bout you being a stupid $C. We\'re friends, right? No hard feelings?','Defeat Dashel Stonefist','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',1246,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,14,6,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,0,0,3),(1448,4044,1519,0,12,38,43,1,1101,0,0,0,0,0,0,0,0,1449,0,0,'In Search of The Temple','There was a time when I was young and full of vigor like you, $c.$b$bBut now I\'m old and unable to explore the world like I once did. Ah, the things I saw!$b$bBut there was one mystery that eluded me. For my final quest, the Explorers\' League sent me in search of The Temple of Atal\'Hakkar. It was rumored to be located in the Swamp of Sorrows.$b$bBecause of my frail state, I traveled the skies by gryphon in search of it but never found it.$b$bHelp an old dwarf out? Perhaps you will have better luck on foot.','Brohann Caskbelly in Stormwind wants you to search for the Temple of Atal\'Hakkar.','The Temple of Atal\'Hakkar has been sunk beneath the Pool of Tears? And surrounded by the green dragonflight?$B$BAn amazing discovery, $C. But obviously something has gone terribly wrong.','I have traveled the world from the jungles of Azeroth to the snowy peaks of Khaz Modan.$B$BNever before have I asked for help in my adventures. But my old bones are tired.$B$BNothing would leave me feeling more satisfied than knowing that I completed my final quest for the Explorers\' League$B$BIf you\'d be so kind as to help me search for the Temple of Atal\'Hakkar, $C, I\'d greatly appreciate it.$B$BScour the Swamp of Sorrows and report back with your findings!','Search for the Temple of Atal\'Hakkar','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,362,362,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1449,4044,1519,0,8,38,43,0,1101,0,0,0,0,0,0,0,0,1450,0,0,'To The Hinterlands','As I mentioned earlier, I attempted to scout the temple on my own from the air. Well, I wasn\'t exactly alone.$b$bI traveled to the renowned gryphon aviary at Aerie Peak in The Hinterlands. There I enlisted the aid of one of their finest pilots. The pilot fell off his mount, down into the swamp...$b$bIn my old age the poor fellow\'s name eludes me. The master of the aviary would remember, no doubt.$b$bJourney there and seek out Falstad Wildhammer.$b$bWe need to find out what happened to that pilot.','Speak with High Thane Falstad Wildhammer at Aerie Peak in the Hinterlands.','What do you want, laddy? Can\'t you see I\'ve got problems to take care of here? Who has time to stand around yapping with some $R chatterbox?$B$BThere are trolls coming out of the woodwork! Make it snappy.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',1448,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1450,4044,47,0,8,38,43,0,1101,0,0,0,0,0,0,0,0,1451,0,0,'Gryphon Master Talonaxe','So you\'re a glorified errand $g boy:girl; for some old Explorers\' League geezer, eh?$b$bWell you listen to me, $c. I don\'t know who your old buddy was flying around with down in Azeroth. Do I look like Gryphon Master Talonaxe to you? Do I?$b$bIf you\'re so interested in the flight assignments why don\'t you ask the gryphon master? If I catch you idling around here for much longer, I\'m going to put you to some real work.$b$bNow get a move on.','Speak with Gryphon Master Talonaxe inside the Aerie Peak Aviary.','Ah, yes. Of course I remember sending one of my gryphon riders to lend a hand to Brohann Caskbelly.$B$BAlways had a soft spot in my heart for the Explorers\' League. My father helped with the initial excavation team that discovered Uldaman as a matter of fact.$B$BI sent who I thought was my best gryphon rider at the time with Brohann. He was a chap by the name of Rhapsody Shindigger.$B$BAnd what a gryphon jockey he was! Well until...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',1449,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1451,4044,47,0,8,38,43,0,1101,0,0,0,0,0,0,0,0,1452,0,0,'Rhapsody Shindigger','Rhapsody took quite a liking to the booze. Now don\'t get me wrong -- all of us dwarves up here at the aviary love a good ale when the time is right.$b$bBut ol\' Shindigger took to the liquor like a gryphon takes to the skies. And a damned shame it was, too. No one could fly like Rhapsody.$b$bFirst sign of trouble was when he came stumbling back from that mission with your buddy, Brohann. All went down hill quickly after that. Had to let him go.$b$bLast I heard, he\'s set up a brew camp to the east of here...','Seek out Rhapsody Shindigger in The Hinterlands.','Hiccup!$B$BI\'m a-lookin\' right at you but you keep bobbing up and down. Makin\' me dizzy. Hoho!$B$BHiccup!$B$BWhoa! Did ya feel that? Ground is a-shakin\', my friend. I need a drink.$B$BHiccup!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',1450,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1452,4044,47,0,8,38,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Rhapsody\'s Kalimdor Kocktail','Hiccup!$b$bSo that crazy fool Brohann sent ya? My we had quite an adventure...Hiccup!$b$bIf ya want me to tell ya what happened down in the swamp, I\'m gonna need me something stiff to drink. It wasn\'t a pretty scene, ya see. Hiccup!$b$bTell ya what... bring me what I need to whip up a Kalimdor Kocktail and I\'ll tell ya all about it.$b$bGonna need some Roc gizzards from Tanaris... and let\'s see... some Groddoc and Ironfur livers from Feralas...$b$bA nice stiff Kalimdor Kocktail... that\'ll get me talking!','Rhapsody Shindigger in The Hinterlands wants you to bring him 3 Roc Gizzards, 3 Groddoc Livers and 3 Ironfur Livers.','I see ya had no trouble at all getting me what I need! Musta been quite a stint you had over there in far-off Kalimdor.$B$BIt won\'t take but a moment for me to extract what I need from these gizzards and livers. Hiccup!$B$BThen I can distill me a fierce ol\' drink and finally tell ya what ya wanna know.$B$BHiccup!$B$BGetting shivers just thinking about that ol\' swamp.$B$BHiccup!$B$BLemme whip up a drink real fast.','Ya ever had a Rhapsody Malt? One of my finest brews, if I do say so myself. Hiccup!$B$BBut if I\'m gonna relive the horrors of that fateful flight over... hiccup... the swamp, well I\'m gonna need me something a wee bit stronger. Hiccup!$B$BDon\'t suppose you found me those gizzards and livers I need to add that extra kick to my Kalimdor Kocktail?$B$BHiccup!','','','','','',6257,6258,6259,0,0,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',1451,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1453,4044,1537,0,8,30,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Reclaimers\' Business in Desolace','There\'s work to be done in Desolace, $N. It\'s an atrocious place, befouled by centaur and other nasties. But if you\'re looking for a good week\'s honest work, then head there, meet with Kreldig Ungor, and tell him I sentcha.$B$BYou can find him holed up at Nijel\'s Point--it\'s a little cozy camp hidden in the mountains of northern Desolace. Just head east if you enter from the Stonetalon Mountains. It\'s easy to miss, so be on the lookout.','Speak to Kreldig Ungor at Nijel\'s Point in Desolace.','Glad to see the Reclaimers aren\'t in short supply of work, or adventurers willing to help out.$B$BI\'m Kreldig, $N. You\'ve made a smart move helpin\' out the Reclaimers. Everyone needs something these days: they\'ve lost a family heirloom, a magic item, a loved one. You never can tell. But with the Reclaimers around, there\'s no reason, for the right price, everyone can\'t find what they\'ve lost.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,3),(1454,4044,405,0,8,30,39,0,1101,0,0,0,0,0,0,0,0,1455,0,0,'The Karnitol Shipwreck','My first order of business is for the mage Karnitol--a noble of some sort in Stormwind. Seems his ship was attacked by sea giants while off the coast in the northwest of Desolace. He and his servants tried to bring one of his more valuable chests ashore, but when the sea giants attacked in droves, he chose to abandon it and teleport himself and his servants to safety.$B$BHe wants us to find the chest and its contents, and return it to him in Stormwind.','Find Karnitol\'s Chest in Desolace.','You notice the chest does not seem to have any water damage.$B$BThe second thing you notice is that the top has been forced open, and whatever magical traps were set to safeguard it have long been triggered--this much is obvious from the burn marks around its edges.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',1453,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1455,4044,405,0,8,30,39,0,1101,0,0,0,0,0,0,0,0,1456,0,0,'The Karnitol Shipwreck','You take a few moments to figure out what pried the chest open, and you notice along the sides and top of the chest, long, deep scratches that reveal that something other than a man or giant took interest in it. The marks don\'t appear as if they were caused by dagger or sword.$B$BAfter going through the chest you find it to be completely empty.$B$BNot having another course of action, you close the chest and prepare to leave. Kreldig will be disappointed.','Return to Kreldig Ungor at Nijel\'s Point in Desolace.','Welcome back to Nijel\'s Point, $N. So, tell me what you found.$B$BWhat!? Nothing? An empty chest ain\'t gonna get us paid, I\'m afraid.$B$BTell me more about these marks you saw... these slashes.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',1454,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1456,4044,405,0,0,30,39,0,1101,0,0,0,0,0,0,0,0,1457,34130,1,'The Karnitol Shipwreck','Intriguing.$B$BWell, we might not be without hope quite yet.$B$BAlong that same coast, but to the north near Ranazjar Isle, there\'re night elf ruins at the bottom of the ocean. A tribe of naga, the Slitherblade, make that their home. I think that\'d be our best bet.$B$BIf a scouting party went that far south, then they must\'ve been pretty powerful. If you\'re gonna find Karnitol\'s belongings, I\'d start with the more powerful naga: the tidehunters or sea witches.','Find Karnitol\'s Satchel and return it to Kreldig Ungor in Desolace.','This is great, $N! You found Karnitol\'s belongings!$B$BThose blasted naga, always causing trouble. I think I\'d rather spend my life at war with the Horde than have to go against their kind. You\'ve done a great service to the Reclaimers.','No offense to whoever Nijel is, but this camp ain\'t the most comfortable place I\'ve spent a night, if you know what I mean, $N.','','','','','',6245,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',1455,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1457,4044,405,0,0,30,39,0,1101,0,0,0,0,0,0,0,0,0,6245,1,'The Karnitol Shipwreck','Take Karnitol\'s things back to Roetten in Ironforge and he\'ll pay you for a job well done.$B$BHaha, if you\'re not careful, he\'s gonna be so pleased with ya that he\'ll ask you to join us full time.$B$BAgain, great job, $N.$B$BBe careful on your way back, and don\'t take too much time--Karnitol\'s not the most of patient of men, but he\'s very generous nonetheless.','Bring Karnitol\'s Satchel to Roetten Stonehammer in Ironforge.','Ah, the Karnitol business in Desolace. Excellent!$B$BSo, the chest was destroyed, but the items are all here, huh? Well, I\'ll let him be the judge of that. One good part about this business I got going on here is that if they\'re not satisfied, I can tell \'em to shove it! They\'re relyin\' on us to find their stuff... not make sure it\'s all pretty and in good shape when they get it back.$B$BGood work, $N. Let\'s see about gettin\' you paid.','Business is booming, $N, and I don\'t have a lot of time for questions. If you\'ve got business with the Reclaimers, then let\'s hear it. If not, I\'m gonna have to ask you to talk to one of me underlings - they\'re adept enough at taking care of things \'round here.','','','','','',6245,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6791,6792,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',1456,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1458,4044,405,0,8,30,33,0,1101,0,0,0,0,0,0,0,0,1459,0,0,'Reagents for Reclaimers Inc.','One of my tasks out here involves picking up some reagents for Leftwitch, a gnome mage in Kharanos . Roetten seems to think it\'s easy coin in the bank since we\'re out here already. He doesn\'t really care that we\'re short-handed as is.$B$BThe first few items on his list should be easy enough to get, and it\'d be a good chunk of coin for anyone helping me out.$B$BI need some horns and claws from the Hatefury satyr to the east of here. Bring \'em back to me and we\'ll get started on the rest of the list.','Bring 10 Hatefury Claws, and 10 Hatefury Horns to Kreldig Ungor in Desolace.','Good good, $N. Not sure if these are of any good quality, but if Leftwitch wanted a specific type, he should have specified before sending the Reclaimers out here to begin with.$B$BWhat say you to getting on with the next item on his list?','Despicable creatures, the satyr. Story says they\'re somehow tied to the night elves, but I\'m not so sure I believe it.$B$BI think they get that on account of that one elf that brought them into the war few years back. World\'s never been the same since. Lot more dangerous, and a lot scarier.','','','','','',6246,6247,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',1453,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1459,4044,405,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,1466,0,0,'Reagents for Reclaimers Inc.','Next on Leftwitch\'s list is... let\'s see... hmm. Oh, here it is.$B$BSimple enough, but pretty explicit in his directions. He needs venom from the scorpashi, and hide from some kodo. The fine print says both are from specific creatures: the venom\'s got to come from any of the scorpashi, and the hide\'s got to come from an aged kodo, not the dying or ancient ones.$B$BMages, I tell ya, some of the stuff they want... it\'s just weird.','Bring 7 vials of Scorpashi Venom and 3 Aged Kodo Hides to Kreldig Ungor in Desolace.','Your help here\'s a boon, $N. You\'re cutting my time spent here in Desolace by half at least. I\'ll be back in Ironforge warming my feet in no time with your help.$B$BWhen we get this list taken care of, and I\'m back home, look me up, I\'ll buy you an ale for sure.$B$BBut until then, let\'s get the rest of these reagents gathered.','Sorry I couldn\'t tell you where to find the kodo or the scorpashi. I\'m not terribly familiar with the area, and I haven\'t had time to explore.','','','','','',6248,6249,0,0,0,0,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1458,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1460,5875,405,0,8,30,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1461,5875,405,0,8,30,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1462,4044,0,82,8,4,4,0,690,64,0,0,0,0,0,0,0,0,0,0,'Earth Sapta','','Speak to Seer Ravenfeather for another Earth Sapta.',' ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1463,4044,0,82,8,4,4,0,690,64,0,0,0,0,0,0,0,0,0,0,'Earth Sapta','','Speak to Canaga Earthcaller for another Earth Sapta.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1464,4044,0,82,8,10,-1,0,690,64,0,0,0,0,0,0,0,0,0,0,'Fire Sapta','','Speak to Telf Joolam for another Fire Sapta.','May fire burn within your heart, $N.$B$BThe elements await you.','Speak to Telf Joolam for another Fire Sapta.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6636,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1465,4044,405,0,0,30,33,0,1101,0,0,0,0,0,0,0,0,1438,6479,1,'Vahlarriel\'s Search','As you continue your search of the wagon you find not only a pendant, but also footprints leading off towards the south. In the distance you can see smoke rising from a large fort. The smoke is from a kept fire, not the burning of buildings, and your instincts tell you that the Malems, if still alive, were taken that direction.$B$BYou think Vahlarriel at Nijel\'s Point should not only see the pendant you\'ve found, but also know about the signs of life to the south.','Return the Malem Pendant to Vahlarriel Demonslayer at Nijel\'s Point in Desolace.','Infuriating! This entire fiasco!$B$BThe two of them were warned about how dangerous coming here would be. Now they\'re both missing... or worse.$B$BYou said you saw tracks heading to a fort nearby? That may be our best bet.$B$BFrom what the locals have said, that fortress is infested with members of the Burning Blade--orcs who have dedicated themselves to demon causes. They may not represent the majority of the Horde\'s beliefs, but they are evil and will slay you on sight if you\'re caught spying.','','','','','','',6479,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',1437,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1466,4044,405,0,8,30,40,0,1101,0,0,0,0,0,0,0,0,1467,0,0,'Reagents for Reclaimers Inc.','This is the last of the items, and I won\'t lie, it ain\'t pretty. I\'m also expecting this to take you a little bit longer than the other items.$B$BSo, enough with the warning, let\'s get this started. Leftwitch says he needs: ten brains from either mana eaters, mage hunters, or ley hunters. Ten nether wings from a nether maiden, sister or sorceress. And... ten vials of doomwarder blood from a doomwarder captain, or lord.$B$BSimple enough, huh? Sheesh... if you wanna pass on this one, I\'d understand.','Bring 10 Felhound Brains, 10 Nether Wings, and 10 vials of Doomwarder Blood to Kreldig Ungor in Desolace.','Honestly? I wouldn\'t have thought it. You\'re amazing, $N. Taking on demons for a mage\'s experiments, and coming back in one piece to boot. Great job!$B$BI\'m personally gonna tell Roetten about you when I get back to Ironforge.','I didn\'t even realize these demon things were in Desolace. Last I read, centaur pretty much owned the land after the night elves picked up and left years ago.$B$BI wonder why they took up here, and how.','','','','','',6250,6251,6252,0,0,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1459,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1467,4044,405,0,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,6253,1,'Reagents for Reclaimers Inc.','To get paid, you\'re gonna have to get back to Ironforge and speak to Roetten himself. He\'ll love getting Leftwitch\'s package out of the way anyway. Just give him this and it should be enough to get your booty.$B$BAnd don\'t worry, I\'m still going to put in a good word for you when I get back. I shouldn\'t be in Desolace much longer.','Bring Leftwitch\'s Package back to Roetten Stonehammer in Ironforge.','Ah, the package for Leftwitch from Desolace. Excellent. I \'preciate the work, and your timeliness, $C. Glad to have you aboard for at least this small bit of work.$B$BI got your payment right here. Let it be known that Reclaimers Inc. always pays well for a hard week\'s work.','Well met, $N. Business is booming, the sounds of anvils being struck rings throughout Ironforge, the bellows blow the fires hot, and me wife\'s making me a pie for dessert after tonight\'s dinner. Could life be any grander?','','','','','',6253,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6793,6794,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1466,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1468,4044,0,284,0,10,-1,0,1101,0,0,0,0,0,0,0,0,0,18598,1,'Children\'s Week','You\'re willing to help us here at the orphanage? Bless you, friend; your aid during Children\'s Week will be invaluable.$B$BTake this whistle. You will only be able to use it for a short amount of time - typically not longer than Children\'s Week itself. When you use it, you will be able to talk with the child you\'ve agreed to look after. Using it again will dismiss the child.$B$BBy all means $N - use the whistle and meet your ward! I\'m sure the child will be most eager to meet you.','Use the Human Orphan Whistle to talk with the child you will be looking after during Children\'s Week.','Um... hi. My name is Randis, and I guess you\'re looking after me? You\'re an adventurer, like my mom and dad were. I\'m happy to meet you.$B$BI hope we\'ll have a lot of fun together. I have some things I\'d like to do, and the matron says you\'ll be like a big brother to me during this week. I\'d like that a whole bunch, yes $gsir:lady;.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,72,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1469,4044,47,0,0,38,43,0,1101,0,0,0,0,0,0,0,0,1475,6287,1,'Rhapsody\'s Tale','Before the flight, I drank me a whole keg of stout. Hiccup!$b$bAnd what a flight it was. Zipping around with Brohann following me. Didn\'t see no temple though. Hiccup!$b$bWell, didn\'t see no temple till I got a little too tipsy and fell off my mount. I plunged right into the water and was sucked down. Found myself surrounded by a bunch of creepy trolls. Sure swam out of there fast! Even made off with this troll souvenir. Here, take it to Brohann and let him know his temple is down there, indeed. Hiccup!','Bring the Atal\'ai Tablet Fragment to Brohann Caskbelly in Stormwind.','Rhapsody Shindigger! That\'s right... how could I forget such a name?$B$BSo he knew about the sinking of the temple all along? Well, that certainly would have saved you some leg work.$B$BBut this Atal\'ai artifact! Why, it\'s quite a find!','At long last you have returned, $N. It has been quite some time since we last spoke. I thought perhaps you had forgotten about my quest.$B$BDid you locate that wily gryphon rider? Did he have anything to report?','','','','','',6287,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',1452,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1470,4044,0,61,16392,1,-1,0,690,256,0,0,0,0,0,0,0,0,0,0,'Piercing the Veil','Greetings, child. I can see that you are still young in the ways of the warlock, power still eluding your grasp. I can sense your eagerness to learn.$b$bAnd you will learn.$b$bThere is no strength in ignorance. Knowledge is our greatest power. Through its application, we can control the chaotic magics and beings of the void, bending them to our will.$b$bI will show you how to bind a servant to your will, but first you must bring me three skulls of the rattlecage skeletons near the abandoned smithy.','Bring Venya Marthand 3 Rattlecage Skulls.','Though you are still untested and young in your learning, you have proven that you possess sufficient ability to master the summoning and binding of an imp. Do not be deceived by an imp\'s size. Though it lacks physical strength, it possesses powers and a cleverness that will serve you well.$b$bAttend me carefully, $N, for I will not repeat this lesson, and I will leave its mastery to you.','Your power is little now, though I suspect already you sense the possibilities.$b$bEven the dead might feel alive, with that power coursing through us.','','','','','',6281,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,688,7763,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1471,4044,0,61,0,10,-1,0,16,256,0,0,0,0,0,0,0,0,6284,1,'The Binding','Surely you have seen the circle of summoning below us? Only there will you be able to draw forth an unbound voidwalker.$b$bUsing these runes, you will be able to draw it forth, and then you must dominate it through strength of arms and magic.$b$bWhen it is subdued, it will be indentured to you. Come to me then, and I will elucidate the spell of summoning, so that it may serve you to whatever end you wish.','Using the Runes of Summoning, summon and subdue a voidwalker, then return the Runes of Summoning to Carendin Halgar in the Magic Quarter of the Undercity.','You have done well, $N. Now, I will impart to you the spell used for summoning the voidwalker.$B$BThe power that it unleashed upon you is now yours to command. Use it wisely.','I expect to hear of your success, $N. Not meeting my expectations will be the least of your worries, however, should you fail.','','','','','',6284,0,0,0,0,0,1,0,0,0,0,0,5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,11520,0,0,0,0,0,0,0,780,0,0,0,0,'',1473,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1472,4044,0,61,8,20,-1,0,690,256,0,0,0,0,0,0,0,1476,0,0,'Devourer of Souls','A succubus is a devourer of souls, destroyer of hearts, tempter of men. A creature of profound evil and of singular mind.$b$bIt cannot be brought into our world without a stimulus.$b$bThus we use its own strength against it. With the hearts of good men, pure men, loving men, the succubus will be unable to resist, and will cross into our world. Then you can dominate it, and make it your own.$b$bSpeak with my assistant, Godrick Farsan, within the Temple. He will help you find your bait.','Speak with Godrick Farsan in the Temple of the Damned.','You were sent by Carendin? Sithel, then.$b$bDo not think light of me because my sight is gone. I see things that lie behind now, with clarity I had never known. What I once thought a curse, is now a boon.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'1507',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1473,4044,0,61,8,10,-1,0,16,256,0,0,0,0,0,0,0,1471,0,0,'Creature of the Void','It seems the consensus that you are ready to learn to summon a voidwalker.$b$bA being created of the chaos that lies beyond, if you summon one but cannot control it, you will be torn asunder.$b$bThe first voidwalker was summoned by Egalin, and in his grimoire is the process explained.$b$bUnfortunately, it was stolen from us by an agent of the Scarlet Crusade who has it secreted away in his base at a tower to the west. Bring it to me, and I will impart the knowledge to you.','Recover Egalin\'s Grimoire and bring it to Carendin Halgar in the Temple of the Damned.','Ah, this is excellent. Like as not, Perrine was ignorant to the true power of the musty book he had stolen from us.$B$BIt will not fall out of our hands again. Observe, $N, the structure of the spell, the manner in which your power must be channeled.','Egalin was the teacher that taught me. With hardly a look, he was able to command the voidwalker he had summoned.$B$BWhen it came my turn to try, I was overconfident. Do not trifle with the powers that you wield, $N, they can consume even the vigilant.','','','','','',6285,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'1478 10789',1478,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1474,4044,0,61,0,20,-1,0,690,256,0,0,0,0,0,0,0,0,6286,1,'The Binding','Using these hearts, cast a spell at the summoning circle to open a doorway for the succubus to come through. Your powers are greater now, and you will need all of them to defeat the succubus. $b$bBeware its charms, $n, many a strong mind has been bound to its will. When overcome, the succubus will be returned to the void, and I will teach you the spell to summon it forth at your command.','Using the Pure Hearts, summon and subdue a succubus, then return the Pure Hearts to Carendin Halgar in the Magic Quarter of the Undercity.','Again, you have done well, $N. It has been quite some time since I have seen a young $c with as much potential as you. Be assured that I will continue to watch your progress, and prepare and assist you in your future trials.$B$BFor now, let me show you the summoning spell for your newly dominated succubus.','Of the powers from beyond the void, the succubus is one of the most dangerous, as the weak are most easily wrapped around its fingers.$B$BRemember that now and in the future.','','','','','',6286,0,0,0,0,0,1,0,0,0,0,0,5677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22243,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,11519,0,0,0,0,0,0,0,1020,0,0,0,0,'',1476,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1475,4044,1417,0,8,38,50,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Into The Temple of Atal\'Hakkar','According to legend, The Temple of Atal\'Hakkar is a holy shrine dedicated to the ancient god, Hakkar the Soulflayer. Maintained by a vicious tribe of trolls named the Atal\'ai, the temple is rumored to be impenetrable.$b$bNow sunk beneath the Pool of Tears, retrieving artifacts from the temple is even more difficult. But that\'s what I need you to do, $n.$b$bAid me by gathering the intact Atal\'ai Tablets. Bring them to me and I will return to the Explorers\' Guild a hero. Together we will share the glory.','Gather 10 Atal\'ai Tablets for Brohann Caskbelly in Stormwind.','The Atal\'ai Tablets! Thank you, $N!$B$BOnce I deliver these to the Explorers\' League our names shall go down in history together. You have helped an old dwarf fulfill his final obligation in life. For that I am eternally grateful.','As dusk slowly descends upon my career I turn to you, $N, to help me in my final quest for the Explorers\' League. If my old bones could muster the strength to brave the Swamp of Sorrows and the sunken temple I would be fighting right alongside you.$B$BPride makes it hard for me to ask for your help in collecting the Atal\'ai Tablets. But old age forces the necessity.$B$BPlease help me, $N. I want to retire from the Explorers\' League having completed their final bidding.','','','','','',6288,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1490,0,0,0,1,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',1469,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1476,4044,0,61,0,20,-1,0,690,256,0,0,0,0,0,0,0,1474,0,0,'Hearts of the Pure','Men of honor and goodness? Does such a man exist?$b$bIt took much research, but through bits of overheard stories, I managed to find two men that should do.$b$bThe first is Dalin Forgewright, who has dedicated himself to the care of the Lordaeron refugees, whom are refused by their kin at the Greymane Wall.$b$bThe other is Comar Villard, a man who remains faithful to his lost love, wandering the Wetlands for a sign of his wife.$b$bDeliver their hearts to Carendin. But first, let me show you your quarry.','Bring the hearts of Dalin Forgewright and Comar Villard to Carendin Halgar in the Temple of the Damned.','The heart of a goodly man seems much the same as any, when you see it like this, don\'t you think?$B$BPerhaps we possess something of a... different... view on the subject. These will do, though. I have no doubt that a succubus would be attracted by their purity.','I have been pleasantly surprised by the speed of your progress so far, $N. Bring me the hearts and you will impress me once again.','','','','','',6312,6313,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1472,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1477,4044,1519,0,8,40,45,0,1101,0,0,0,0,0,0,0,0,1395,0,0,'Vital Supplies','Our mages are conducting research at Nethergarde Keep in the Blasted Lands, research vital to our understanding of the Dark Portals. They require nearly constant supplies, but our supply line to Nethergarde is tenuous.$B$BYou must help ensure the supplies make it to Nethergard. Report to Watchmaster Sorigal in Darkshire, and do as he asks. This task will take you into hostile lands, $N. Prepare yourself.','Speak with Watchmaster Sorigal at Darkshire in Duskwood.','Andromath sent you? Very good. I have an important task for you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1478,4044,0,61,8,10,-1,0,16,256,0,0,0,0,0,0,0,1473,0,0,'Halgar\'s Summons','Ah, $n! I just received word from Carendin Halgar that he would like to see you for further training.$b$bYou should be proud of yourself, $n. It\'s not every day that Master Halgar personally sees fit to instruct a young warlock.$b$bYou\'ll be able to find him in the Magic Quarter of the Undercity, near the Temple of the Damned.','Speak with Carendin Halgar in the Undercity.','Good, I see Ageron managed to find you, $N. Let us waste little time with small talk and pleasantries and focus on your training. There is still much you have to learn.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'10789',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1479,4044,0,284,2,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Bough of the Eternals','I\'ve heard stories about how the night elves have their bank in a tree - one that looks like a bear! That\'s so cool! Night elves are neat how they like nature and stuff, but bears are just totally awesome!$B$BWould you take me to see the bear-tree in Darnassus, please? There\'s a boat that will take us close to there, and it shouldn\'t take very long. Please, please, please!','Take the orphan to the bank of Darnassus. The bank itself is hollowed out of a tree known as the Bough of the Eternals.','Wow, it was cooler than I even imagined - the Bough of the Eternals! I didn\'t think it\'d be so big, but it was! Did you see the bird on top of it too?! I wonder how they got the branches to look like that!$B$BThanks for taking me to Darnassus, $N. You\'re awesome!','Are we there yet?','Go to the bank in Darnassus, otherwise known as the Bough of the Eternals.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1468,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(1480,4044,405,0,0,25,33,0,690,0,0,0,0,0,0,0,0,1481,20310,1,'The Corrupter','The torn skin smells rotten, and is remarkably pliable for something that appears to be dry and fragile.$B$BAs you unroll it, you can clearly see the red markings of some kind of language on one side. At the bottom of the skin is a very clear symbol that you guess is a signature of some kind.$B$BPerhaps it is something Maurin could tell you more about?','Bring the Flayed Demon Skin to Maurin Bonesplitter in Desolace.','Hmm, these runes are indeed a language, $N, an old language. They seem remotely similar to the Eredun language, but the differences are drastic. If I am not mistaken, this is a contract of some kind.... Here, yes, this symbol is the demon\'s signature: Lord Azrethoc.','The Burning Blade begin to realize how weak they truly are. Their magics are pathetic, their strength feeble.$B$BTheir only power comes from those they serve, and not from any understanding of true power and knowledge.','','','','','',20310,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1481,4044,405,0,8,25,33,0,690,0,0,0,0,0,0,0,0,1482,0,0,'The Corrupter','I believe I can find this demon lord given the proper reagents.$B$BIf he is indeed as powerful as I suspect, I will need items gathered from deadly creatures. But you act in the Warchief\'s name, so I am sure you will accept my task.$B$BFirst, I will have to break any wards he has against scrying. For this, I will need the scalp from a satyr--but not any satyr. The scalp must come from a Hatefury shadowstalker.$B$BSearch for them among the ancient ruins in the northeast of Desolace.','Bring a Shadowstalker Scalp to Maurin Bonesplitter in Desolace.','The shadowstalkers were unable to slay you, $c. Impressive... most impressive.$B$BThis scalp will do nicely for my spell. While you were away, I was able to gather some of the other reagents needed for the spell.$B$BI am almost ready. I only need a focus for the spell--something to project an image of the demon lord and his whereabouts.','Do not bring me an incorrect scalp, $c. Using the incorrect reagents could cause our deaths. The demon lord may have contingency spells on his person to slay those who would scry upon him.$B$BFate has already dealt me enough pain.','','','','','',6441,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',1480,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1482,4044,405,0,8,25,35,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Corrupter','An oracle crystal would do nicely. They are crafted by the naga for their oracles to use.$B$BNorthwest of here, along the coast, is a vast coral reef that the naga have taken as their home when this close to the shore. You can find their oracles there. The Slitherblade are deadly and will not react kindly to your intrusions, so be careful and make haste.$B$BWhen you return, we shall see about finding this demon lord Azrethoc.','Bring an Oracle Crystal to Maurin Bonesplitter in Desolace.','A precious oracle crystal... flawless... beautiful. Indeed.$B$BWe shall begin immediately. Finding this demon lord should be our primary concern, and its slaying demands our utmost attention.$B$BTake a step back, $c, and let us see what this demon is, and where he may be found.','I am ready for the oracle crystal, $c. Finding and destroying this Lord Azrethoc would garner a great deal of favor with the Warchief for both of us. We would do well to work together and to do so swiftly so we may further our own ends and curry favor with the Warchief. ','','','','','',6442,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',1481,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1483,4044,17,0,8,16,21,0,0,0,0,0,0,0,0,0,0,1093,0,0,'Ziz Fizziks','The Venture Company stole many of the best goblin minds, but from time to time, we get the opportunity to steal some back.$b$bA while ago, the Venture Company outfit in the Stonetalon Mountains hired Gerenzo Wrenchwhistle--a gnome! Their other engineer, Ziz Fizziks, was so taken aback by this, he pleaded with me to find him new employment with the Tinkers\' Union. I set him on a few tasks, but he might need help.$b$bMaybe you could look in on him for me? He\'s stationed at the western edge of Windshear Crag.','Speak with Ziz Fizziks in Windshear Crag in Stonetalon Mountains.','I thought those Venture Company higher-ups were slave drivers, but then I met Sputtervalve, the cruelest of them all!$b$bHa! Though it\'s better than being out of a job, I suppose... Or worse, working with that Gerenzo. If you\'re here to help, I\'ve got something for you to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1484,4044,405,0,8,25,33,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Corrupter','This creature is far more dangerous than I had anticipated. No doubt Takata questions my abilities to take on such a creature, and it would insult his honor if he were not informed about what just happened.$B$BSpeak to the swordsman, tell him you are willing to slay the demon if he would allow it, but do not press too hard. It is better if he thinks it his own idea.','Speak to Takata Steelblade in Desolace.','I witnessed what just occurred with Maurin and the demon lord. That creature, even as an apparition, seems to have more power than my warlock companion. I wonder if he\'s up to the task of defeating the monster? It would serve the Warchief better if I go myself, but with my responsibilities here, I would disgrace my clan if I turned my back on my duties here to battle this evil for my own honor.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',1482,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1485,4044,0,61,16392,1,-1,0,690,256,0,0,0,0,0,0,0,1499,0,0,'Vile Familiars','Those warlocks who came before us have earned the distrust of the Horde, and while we are tolerated, we are not loved.$b$bThis has not brought the warlocks closer together, however, as many choose to live reclusively, dabbling in their magics alone. I will not seek to lead you down one path or the other, but only help you in your maturation.$b$bBefore I teach you the art of summoning, bring me six heads of the vile familiars from the cave to the northeast.','Bring 6 Vile Familiar Heads to Ruzan.','Throughout your training as a $C, you will learn to call forth beings of many sorts. Some may not seem it, but all are useful tools.$B$BDo not be fooled by the imp\'s small size. As you no doubt noticed, it is still a formidable adversary.','It is important that you can control the beings that you summon through your magic. There are few enough interested in learning the ways of the $C that I would risk throwing your life away by teaching you something before you are ready.','','','','','',6487,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,7763,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1486,4044,718,0,8,13,17,81,690,0,0,0,0,0,0,0,0,0,0,0,'Deviate Hides','As Naralex descended deeper into his nightmare, a strange breed of beasts arose from beneath the Barrens into the Wailing Caverns.$b$bThese deviate creatures have strange, otherworldly properties. While evil in nature, it is my opinion that some good can come from their existence here in Kalimdor. I believe their hides will be of particular use in the ways of leatherworking.$b$bIf you feel up to the task, venture into the caves below and retrieve some deviate hides.','Nalpak in the Wailing Caverns wants 20 Deviate Hides.','Your efforts shall not go unnoticed in gathering these hides, $N.$b$bThank you for your dedication.','I am very interested in examining the hides from the deviate creatures who have infested these caves. Have you had any luck in collecting some, $C?','','','','','',6443,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6480,918,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1487,4044,718,0,8,15,21,81,0,0,0,0,0,0,0,0,0,0,0,0,'Deviate Eradication','Naralex had a noble goal.$b$bOur great leader aspired to enter the Emerald Dream and help regrow these harsh lands back into the lush forest it once was. But something went terribly wrong.$b$bNaralex\'s dream turned into a nightmare and corrupt creatures began to inhabit the caverns.$b$bWhile some Disciples of Naralex seek to awake our master, my concern is with ridding these caves of the evil beasts.$b$bBrave the caverns, $n, and eradicate the deviate spawn.','Ebru in the Wailing Caverns wants you to kill 7 Deviate Ravagers, 7 Deviate Vipers, 7 Deviate Shamblers and 7 Deviate Dreadfangs.','As a Disciple of Naralex, I commend your bravery, $N.$b$bYour aid in ridding the caverns is the first step in our long plight to see the Barrens restored.$b$bThank you and may you prosper.','$N, we, the Disciples of Naralex, need your help. Our numbers are dwindling with our master trapped in his twisted nightmare. We have not the forces necessary to deal with the corrupt creatures which now haunt these caverns.$b$bI beg of you, enter the caves and wage war on the deviate creatures!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3636,5755,5761,5056,7,7,7,7,0,0,0,0,0,0,0,0,6476,8071,6481,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1488,4044,405,0,8,25,40,1,690,0,0,0,0,0,0,0,0,0,0,0,'The Corrupter','Although I have no knowledge of this Lord Azrethoc, I agree with Maurin, he must be stopped; especially if he is attempting to gain influence over the Burning Blade to further his goals.$B$BYou have already shown you wish to aid the Warchief, and I would trust you to gather a party to slay the demon lord and his warlock servant.$B$BWhen you are ready, head directly south, and return to me when the threat has been ended.','Slay Lord Azrethoc and Jugkar Grim\'rod and return to Takata Steelblade in Desolace.','A mighty victory for us all, $N. Let us rejoice in your success. I trust now that our future here is not as bleak as I once thought.$B$BThe demons will be slain, the Burning Blade will fail in their efforts, and we may one day have a place we can safely call home again.','Glory to the Horde, and death to our enemies, $N!$B$BThe demons in Desolace pose a greater threat than ever before. My hope of returning to the Warchief dwindles as more and more of the foul creatures seem to appear.$B$BI sometimes wish it was only the centaur we had to deal with.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5760,5771,0,0,1,1,0,0,0,0,0,0,0,0,0,0,6746,6747,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',1484,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1489,4044,718,0,8,10,16,0,690,0,0,0,0,0,0,0,0,1490,0,0,'Hamuul Runetotem','The shells you brought me have a taint, one I have never before seen. I am certain the water of the Oases is the cause, and I can sense the confusion they cause this land. It is as if the land dreams and cannot awake.$B$BThe Wailing Caverns must be the source of the taint. But before you go there, speak with Hamuul Runetotem, the elder druid. I sent word to him of the happenings in the Barrens. He is wise, and can offer you counsel.$B$BYou will find him in Thunder Bluff, on the Elder Rise.','Speak with Hamuul Runetotem.','I bid you greetings, $N. You are welcome here, and I suggest you gather all your strength. For the task we now set before you ... is a dire one.','Your masters are fools to send you here, for I will never again be a Scourge slave!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',880,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1490,4044,718,0,8,10,16,0,690,0,0,0,0,0,0,0,0,914,0,0,'Nara Wildmane','I entered the land of dreams, and dreamed of a cult of druids who dwell in the Wailing Caverns. I saw that their goals were once noble, but they have lost their way. They are now servants of the taint seeping through the Barrens.$B$BI am old and my strength fails. I could not long dwell in that dreaming place and know little more of the tainted druids. But Nara is young and her spirit is fierce. She remained in the dreaming when I fled.$B$BSpeak with Nara. She is in the tent, over yonder.','Speak with Nara Wildmane.','Yes, it is true. I know of the druids in the Wailing Caverns. I have seen their twisted, scaled faces. I know their crimes, and I know their plans.$b$bYou must stop them, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',1489,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1491,4044,718,0,8,13,18,81,0,0,0,0,0,0,0,0,0,0,0,0,'Smart Drinks','Ok, so the raptor horns didn\'t work so well. But that\'s all right -- no one got rich on their first try! And besides, I think I found something that\'ll work even better in my smart drinks!$B$BThere is a substance called Wailing Essence, and I think it is the cause of the strange plants and animals in the Barrens. Get me some and I\'ll try it in my drink!$B$BI heard the essence gathers in ectoplasmic creatures in the Wailing Caverns to the west. Hunt those creatures and gather the essence.','Bring 6 portions of Wailing Essence to Mebok Mizzyrix in Ratchet.','Great, you got it! I can\'t wait to try it out. This is going to make me a fortune, I just know it!$B$BThank you, $N. Take this, and after I\'m rich I\'ll send you more, I promise!','Where is my wailing essence?','','','','','',6464,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,500,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',865,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1492,4044,17,0,0,9,11,0,690,0,0,0,0,0,0,0,0,0,6462,1,'Wharfmaster Dizzywig','I have need to send a crate of potions, reagents and other items to my associates in the Old World. Little time I have to actually see them to the dock at Ratchet, and the last caravan has already left.$b$bIf you could, please take this to Wharfmaster Dizzywig. He will ensure that it is placed on the next boat to Blackwater Cove.','Bring the Secure Crate to Wharfmaster Dizzywig in Ratchet.','A small enough crate. Yes, I should be able to find room for this aboard the ship. It sails with the next tide, I trust this is soon enough? Excellent. Let me just enter it into my ledger.$B$BAll taken care of! Good day to you, $C.','You seek passage on the next ship, or have some item you wish to send aboard it?','','','','','',6462,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1498,4044,0,81,8,10,-1,0,690,1,0,0,0,0,0,0,0,1502,0,0,'Path of Defense','As a warrior, one of our most crucial tasks is... protection. We are the shield of the Horde, and we keep our weaker brethren safe. If you are to join in our ranks, then you must prove your mettle to me.$B$BGo to Thunder Ridge in Durotar, where live the lightning hides and thunder lizards. Hunt the beasts! Show me you are tougher than they! Brave their assaults and bring me a stack of their singed scales as proof.$B$BDo this, and then I will teach you.','Bring 5 Singed Scales to Uzzek at Far Watch Post in the Barrens.','Ah. I see you have defeated the thunder lizards, which proves you are tough. Now I will show you how tough skin and shrewd movements can combine to form an impenetrable wall of defense.$b$bLearn your lesson well, $N. And be ready for future instruction.','Do you have the scales, $N? Unless you can withstand the attacks of the thunder lizards, you will not benefit from my instruction.','','','','','',6486,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8121,0,0,0,0,0,0,0,780,0,0,0,0,'',1505,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1499,4044,0,61,8,1,-1,0,130,256,0,0,0,0,0,0,0,794,0,0,'Vile Familiars','Zureetha has been sending novices like yourself to help cull the numbers of the creatures in the cave near where you fought the vile familiars.$b$bI think it would be good for you to gain experience by assisting her. Be sure to tell her that you assisted with the imp problem, she\'ll probably have a reward for you.','Speak with Zureetha Fargaze.','You have done well, $n.$b$bAlthough the vile familiars were merely pets of the darker powers within the Burning Blade, your success against them foretells greater deeds ahead.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4925,5778,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1485,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1500,5875,718,0,8,10,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Waking Naralex','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1501,4044,0,61,8,10,-1,0,2,256,0,0,0,0,0,0,0,1504,0,0,'Creature of the Void','So few warlocks remain... We risk much, but the risks are warranted. You must quickly reach maturity in your ability if you are to be of use to the Horde and to the Warchief.$b$bIt is time that you learned a new summoning spell.$b$bFirst, you must recover the Tablet of Verga, which was stolen by warlocks of the Burning Blade and is now kept at their lair in Skull Rock to the east of the city. With the tablet, I will show you the runes necessary to summoning a voidwalker.','Retrieve the Tablet of Verga for Gan\'rul Bloodeye in Orgrimmar.','Good. I hope you inflicted some other losses on the Burning Blade when you went to retrieve this.$B$BThey have been a source of great annoyance for the Warchief, and a great blight upon warlocks as a whole.','Do you have the Tablet of Verga, $N? If not, I do not wish to speak with you until you do.','','','','','',6535,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'1506 10790',1506,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1502,4044,0,81,8,10,10,0,690,1,0,0,0,0,0,0,0,1503,0,0,'Thun\'grim Firegaze','It is vital that a warrior\'s weapon is one of quality. And if there is an orc who can craft quality weapons, then that orc is Thun\'grim Firegaze. He is a hermit who dwells atop the hills east of the Crossroads.$B$BIf you seek a weapon, warrior, then you should seek Thun\'grim. To find him, first travel to the Crossroads to the west, then strike east into the hills. His camp is high on a hilltop.','Speak with Thun\'grim Firegaze in the Barrens.','My eyes have long dried out from staring into the forge\'s flame, but some things I can still see. I can see you want something.$b$bAnd if you found your way here, then I can guess what you desire.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',1498,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1503,4044,0,81,8,10,10,0,690,1,0,0,0,0,0,0,0,0,0,0,'Forged Steel','I will give you a weapon, $N, but first you must aid me. The Razormanes to the northwest came into my camp a few nights past. They would not meet me in combat, but they know my eyes are bad--a few distracted me with snorts while others stole from me! The cowards!$B$BThey took an iron chest, and within it were some forged steel bars. If you can recover them then I will give you the weapon you seek.$B$BSearch for the iron box within the quilboar camps, and return with the forged steel bars.','Bring the Forged Steel Bars to Thun\'grim Firegaze in the Barrens.','You found them! And all the bars are here, which doesn\'t surprise me. I didn\'t think the Razormanes would know what to do with fine steel like this.$b$bThank you, $N. Here is your reward. May it serve you well.','Do you have my steel bars?','','','','','',6534,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,7326,7328,7327,7329,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1502,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1504,4044,0,61,0,10,-1,0,2,256,0,0,0,0,0,0,0,0,7464,1,'The Binding','Now, observe the Tablet of Verga, for it contains the glyphs you will need for the summoning. Take them to the circle in Neeru Fireblade\'s tent on the other side of the cavern. There you will be able to call for the voidwalker.$b$bYou must defeat it using whatever physical and magical means you have at your disposal. When this is completed, return to me with the glyphs of summoning and I will demonstrate how you may bind the creature to your will.','Using the Glyphs of Summoning, summon and subdue a voidwalker, then return the Glyphs of Summoning to Gan\'rul Bloodeye in Orgrimmar.','You have done well, $N. I will show you how to summon the voidwalker similar to the one you just defeated.$B$BYou should know that we have high expectations for you, and you have, so far, matched them.$B$BDo not let it go to your head, however, as the tasks that still lie before you will make this seem as simple as waking in the morning.','The voidwalker is a powerful creature. I remember when it was I that was in your shoes, $N. Over the years, my own voidwalker has grown to fight me less, though I suspect that is only because it hopes I will let my guard down.$B$BRemember that, $N.','','','','','',7464,0,0,0,0,0,1,0,0,0,0,0,5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,11520,0,0,0,0,0,0,0,780,0,0,0,0,'',1501,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1505,4044,0,81,8,10,-1,0,690,1,0,0,0,0,0,0,0,1498,0,0,'Veteran Uzzek','The Horde honors its warriors because their strength is unquestioned. But the truly great warriors are great students as well.$B$BSeek out Uzzek. He is a veteran of many battles and now instructs young warriors in the ways of combat. You will find him south of Far Watch Post, the orc garrison on the border of the Barrens and Durotar.','Speak with Uzzek at Far Watch Post in the Barrens.','Hello, young one. Here for some instruction, are you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'1818',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1506,4044,0,61,8,10,-1,0,2,256,0,0,0,0,0,0,0,1501,0,0,'Gan\'rul\'s Summons','You there. $n, right?$b$bI hope your schedule isn\'t busy, because Gan\'rul wants to see you right away. You\'ll find him with the senior warlocks in the Cleft of Shadow.$b$bBased on my past dealings with Gan\'rul, your summons is either a very good thing or a very bad thing.','Speak with Gan\'rul Bloodeye in Orgrimmar.','Good. I was afraid Ophek wouldn\'t reach you.$B$BIt is time that I further your warlock training. Any business you have currently will have to wait.$B$BI trust there will not be a problem with this?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'10790',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1507,4044,0,61,8,20,-1,0,690,256,0,0,0,0,0,0,0,1508,0,0,'Devourer of Souls','The time has come for you to learn more of the summoning magics. You will learn to summon a succubus, a creature of incredible mental powers. It can lull those of weak minds into its servitude--but have no fear! I feel certain that you will be equal to the challenge.$b$bA succubus can only be summoned when baited with an item that represents great devotion and love. I leave it to you to find such an object.$b$bA suggestion? Speak with Cazul... There seems to be little the ancient warlock does not know.','Speak with Cazul in the Cleft of Shadow.','Hm... Zarm. You are still new to your path, but I sense the possibility for greatness in you.$B$BYou were born with gifts, $N. See that they do not go to waste.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'1472',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1508,4044,0,61,8,20,-1,0,690,256,0,0,0,0,0,0,0,1509,0,0,'Blind Cazul','Hmm... But, of course, that is not why you have come to speak with me.$b$bIf Gan\'rul has sent you to me, it must be that you are to summon a succubus, and need an object to use for enticement.$b$bHmm... If you trust a blind man to lead you, $n, then listen. In the bluffs of Orgrimmar, west of the wind rider tower, lives Zankaja. She waits for the return of her mate.$b$bGo to her.','Speak with Zankaja in Orgrimmar.','Have you come with news of Dogran? He was to have returned days ago, and I have heard nothing...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1507,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1509,4044,0,61,8,20,-1,0,690,256,0,0,0,0,0,0,0,1510,0,0,'News of Dogran','My mate, Dogran, was recently sent to the Crossroads for duty. It was a promotion, and he was very proud.$b$bI was sad, of course, but I didn\'t let him know that. And worried, too. The Barrens is a more dangerous place than Orgrimmar, and I feared the worst.$b$bNow it\'s been a week after he should have returned, and I have received no word from him...$b$bPerhaps you could go to the Crossroads and see if they have any news? He worked with Gazrog, who should still be stationed there.','Speak with Gazrog at the Crossroads.','Zankaja? That\'s Dogran\'s mate, right?$B$BYeah, I\'ve heard from him, but it\'s not the sort of news we should let get back to her...$B$BNo, he\'s not dead. But he is injured and a prisoner of the quilboar.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1508,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1510,4044,0,61,8,20,-1,0,690,256,0,0,0,0,0,0,0,1511,0,0,'News of Dogran','He was stationed at Camp Taurajo, where we\'ve been trying to weed out the quilboar. He led a few grunts to one of their camps, where he was hurt bad. The others made it back and tried to rescue him. He was in bad shape, his wounds festered, so they were afraid to move him without patching him up first.$b$bThey sent a message here, requesting a healing draught from the trolls at the Malaka\'jin at the base of the Stonetalon Mountains. We sent someone to get it, but they haven\'t returned yet.','Speak with Ken\'zigla at the Malaka\'jin.','Another $R, eh? I hope you haven\'t come for the other. He didn\'t make it. Those goblins did him in good.$B$BHe said he needed a healing draught, but not much else.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1509,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1511,4044,0,61,0,20,-1,0,690,256,0,0,0,0,0,0,0,1515,6624,1,'Ken\'zigla\'s Draught','I figured there might be another coming to get the draught, so I prepared it anyways.$b$bHere you go, $n. Mind you, you should only give half of it to him! That will give him enough strength to move without bleeding himself dry. Wait a night, then give him the other half.$b$bAnyways, you\'ll want to bring this to Logmar at Camp Taurajo. From what the first one told me, he should have an idea where this Dogran is.','Bring Ken\'zigla\'s Draught to Grunt Logmar at Camp Taurajo.','Well, it\'s about time! Dogran has been dying out there, waiting for this.$B$BWe need to get this out to him right away, but most of the grunts stationed here are out on a foraging mission.','Yes, what is it?','','','','','',6624,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1510,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1512,4044,0,61,0,20,-1,0,690,256,0,0,0,0,0,0,0,1513,6625,1,'Love\'s Gift','Zankaja is young and beautiful. To be chained to an invalid... I will not allow her to suffer that injustice.$b$bLeave me, $n. And thank you. I may end my life in glorious battle, instead of a lifeless husk.$b$bAnd please, I would ask you not to tell my mate of this... I do not want guilt on her conscience.','Bring the Dirt-caked Pendant to Gan\'rul Bloodeye in Orgrimmar.','If you tell me that this will suffice, then I trust you, $N. Allow me to clean it though... Pristine and shining, it may be even more enticing to a succubus.','You have returned. Are you ready to battle a succubus?','','','','','',6625,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1515,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1513,4044,0,61,0,20,-1,0,690,256,0,0,0,0,0,0,0,0,6626,1,'The Binding','Take this to the summoning circle in Neeru\'s tent, $n. Summon forth a foul succubus, then show it your mastery. I believe in the strength of your magic. As always, though, be wary, for pride and overconfidence has overcome many a promising warlock.$b$bWhen you have defeated it, return the pendant to me so that I might deliver the news to Zankaja.','Using Dogran\'s Pendant, summon and subdue a succubus, then return Dogran\'s Pendant to Gan\'rul Bloodeye in Orgrimmar.','Success! Be sure I expected nothing less from my star pupil.$B$BYou have proven your worth, and gladly will I show you the method of summoning your subdued succubus. Go now, you have much to learn, and when next I see you, I will expect you to have found true mastery over your succubus.$B$BLeave the sorrow of Dogran and Zankaja to those of us who are longer in years, but remember it, and hold it as protection against the wiles of the dark power you have learned to summon today.','When I look upon a succubus, my heart begins to soar... But at the same time, I can almost sense my soul\'s ebb, drifting away like the tides.$B$BBe wary, my friend.','','','','','',6626,0,0,0,0,0,1,0,0,0,0,0,5677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22243,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,11519,0,0,0,0,0,0,0,780,0,0,0,0,'',1512,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1514,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1515,4044,0,61,0,20,-1,0,690,256,0,0,0,0,0,0,0,1512,6624,1,'Dogran\'s Captivity','You\'ve made it this far, so if you want to see this through to the end, I won\'t stop you. I can\'t spare you any additional manpower though, you\'ll be on your own.$b$bDogran is being held in a quilboar camp to the north of here. Look for a group of two huts. He\'ll be heavily guarded--that is, if they haven\'t killed him yet, or he hasn\'t succumbed to his wounds.$b$bGood luck.','Bring Ken\'zigla\'s Draught to Dogran in the Barrens.','Foul tasting brew...$B$BI can feel the strength in me now, enough to hobble away... But my leg, I will have lost it for the rest of my life. My arm, too.','Urrrghhhh...','','','','','',6624,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1511,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1516,4044,0,82,8,4,4,0,130,64,0,0,0,0,0,0,0,0,0,0,'Call of Earth','The time is now, young $c. You\'ve grown strong and your spirit endures like the earth. Following the shaman\'s path shows you have wisdom before even proving yourself.$B$BThe element of earth will guide your destiny, becoming part of you if you are ready. But you must stand before the earth itself. If you are ready, then you will see things only shaman know of.$B$BSeek out the Felstalkers to the north, and take from them two of their hooves. Return to me then, and we shall speak more of your future.\n','Bring 2 Felstalker Hooves to Canaga Earthcaller in the Valley of Trials.','Excellent. Your success shows that you are prepared.$B$BOf all the elements, earth represents the foundation of all things. It is your strength, your stamina, and your patience. Earth will protect you, but only if shown the proper respect. Like the other elements, even earth can be fickle. Earth is the basis for life, and by observing its laws, you will gain greater wisdom. Never forget the secrets earth shares with you.$B$BI shall make a sapta for you now, and by accepting it, you will realize your path.','Patience is earth\'s greatest virtue. The earth witnesses the cycle of all things: the mountains becoming deserts; rivers becoming canyons. The earth is the most stubborn and wise of all the elements and it does not tolerate impatience.$B$BThe earth beckons you now because a time of conflict draws near. When you return to me successful, then you shall be that much closer to being made whole.$B$BOthers will be envious of your wisdom and hate you for their ignorance.','','','','','',6640,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,4),(1517,4044,0,82,0,4,4,0,130,64,0,0,0,0,0,0,0,0,6635,1,'Call of Earth','A sapta is a drink created to bind our spirits to the elements. Fused with magic, the potion will allow the strong willed to see the elements as no one else can. Your spirit will be connected to the element the sapta was created for, and only a select few shaman know the recipe.$B$BThe sapta is always drunk in a holy place, and never anywhere else--remember that.$B$BSeek out Spirit Rock southwest of here--it is found at the end of the Hidden Path. Drink your sapta there, and... well, you shall see.','Find Spirit Rock and drink the Earth Sapta.','Ah... $N... pleased is the earth to have you here.$B$BBound together in body and spirit, you will go forward knowing that the mountains are your strength; the plains, your patience; and the world itself your essence.$B$BStanding before the earth humbly is all that is required of you for you to pass this rite. But the others are not as passive. They may be chaotic and often violent, but such is the nature of the elements. Dual natures opposing one another, you must come to learn these things intricately.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',1516,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(1518,4044,0,82,0,4,4,0,130,64,0,0,0,0,0,0,0,0,6656,1,'Call of Earth','Take this rough quartz from me and bring it to Canaga Earthcaller as proof of our meeting. He will craft a totem for you, and this pebble will be the heart of it. As small as it may seem, you will come to find that size does not matter, and that even the smallest of things can outlast many others.$B$BBe patient, $N. Remain strong. And seek wisdom. This is what earth asks of you. In the end, you shall become one with the earth--respect it as it shall respect you.','Bring the Rough Quartz to Canaga Earthcaller in the Valley of Trials.','Excellent!$B$BThe totem I will craft for you is more than a symbol of your status among $C--it has abilities beyond that. One use of the totem is as a focus for spells. Those spells are tied to the earth, and as you earn greater and greater wisdom, more of the earth\'s abilities will be made accessible to you.$B$BThe trainers will know when you are ready for greater knowledge.$B$BBut for now, take this earth totem, and a scroll to teach you your first ability.','I wish to be the first to welcome you fully to the first of four paths that will forever lead you in your destiny.$B$BIf you have the stone the earth gave to you, I will give you the totem it promised.$B$BIf not, then be gone with you until you have found your way.','','','','','',6656,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5175,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8071,8073,0,0,0,0,0,0,0,270,0,0,0,0,'',1517,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,6),(1519,4044,0,82,8,4,4,0,32,64,0,0,0,0,0,0,0,0,0,0,'Call of Earth','The time has come, young $c. Your body ages and grows strong, and your spirit endures like the earth. I see it within you-you have wisdom already.$B$BThe earth guides our people, and it speaks to us, as it will to you in time. But you must be tested. If you are ready, then you shall see things only our kind know of.$B$BSeek out the Bristleback shamans in their ravine to the east, and take from them a salve they use in their rituals. Return to me only when you have enough for your own potion.','Bring 2 applications of Ritual Salve to Seer Ravenfeather in Camp Narache.','Good, $N. Your return here signifies that you are indeed prepared for the next step.$B$BOf all the elements, earth represents the foundation of all things. It is your strength, your stamina, and your patience. The Earth Mother will protect you, but only if you show her proper respect. She is the basis for life, and by observing her laws, you will gain a greater wisdom. Never forget the secrets she shares with you.$B$BI shall make your sapta for you now, and by accepting it, a new path will open before you.','The earth is patient, and will wait for you until you are ready because she knows in time all things erode and are reborn. It is the cycle of things. Mountains become deserts. Rivers become canyons. The earth is the most stubborn and wise of all the elements.$B$BYou must learn patience and stamina above all things. The earth calls for you now because she feels you are ready. Consider this your rebirth if you succeed. You will never be able to go back to ignorance afterwards.','','','','','',6634,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1520,4044,0,82,0,4,4,0,32,64,0,0,0,0,0,0,0,0,6635,1,'Call of Earth','A sapta is a drink created to bind our spirits to the elements. Fused with magic, the potion will allow the open minded to see the elements as no one has seen them before. Your spirit will forever be tied to the element the sapta was created for, and only a select few of our kind know the secrets of its creation.$B$BThe sapta is always imbibed in a holy place, and never anywhere else.$B$BSeek out the shaman shrine to the east of here and drink of the sapta.','Find Kodo Rock and drink the Earth Sapta.','Ah... $N... pleased is the earth to have you here.$B$BBound together in body and spirit, you will go forward knowing that the mountains are your strength; the plains, your patience; and the world itself your essence.$B$BStanding before the earth humbly is all that is required of you for you to pass this rite. But the others are not as passive. They may be chaotic and often violent, but such is the nature of the elements. Dual natures opposing one another, you must come to learn these things intricately.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',1519,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1521,4044,0,82,0,4,4,0,32,64,0,0,0,0,0,0,0,0,6656,1,'Call of Earth','Take this rough quartz from me and bring it to Seer Ravenfeather as proof of our meeting. She will craft a totem for you, and this pebble will be the heart of it. As small as it may seem, you will come to find that size does not matter, and that even the smallest of things can outlast mountains.$B$BBe patient, $N. Remain strong. And seek wisdom. This is what earth asks of you. In the end, you shall become one with the earth--respect it as it shall respect you.','Bring the Rough Quartz to Seer Ravenfeather in Camp Narache.','Splendid.$B$BThe totem I will craft for you is more than a symbol--it has abilities beyond that. One use of the totem is a focus for spells. Those spells are tied to the earth, and as you earn greater and greater wisdom, more of the earth\'s abilities will be made accessible to you. Trainers found throughout Kalimdor will know when you are ready for greater knowledge and will let you know as much when you visit them.$B$BBut for now, take this earth totem, and a scroll to teach you your first ability.','Greetings, $N. You would not return to me if you had not accomplished your task. May I be the first to welcome you fully to the first path of four that will forever rule your travels.$B$BIf you have the stone the earth gave to you, I will give you the totem it promised. If not, then I pity you. There is much pride to be had when you\'ve fully dedicated yourself to the elements.','','','','','',6656,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5175,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8071,8073,0,0,0,0,0,0,0,270,0,0,0,0,'',1520,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1522,4044,0,82,8,10,-1,0,690,64,0,0,0,0,0,0,0,1524,0,0,'Call of Fire','Fire be witcha, mon. I see you be strong in da ways of earth already, an\' me tinkin\' you be ready to talk to Kranal.$B$BKranal live north of da Crossroads in da Barrens. He be strong in da ways of da elements and can teach ya da ways of fire... if you tink you be ready.$B$BHe be easy ta find, just don\' go too far--ya go too far an\' ya find yerself in da elves\' lands.','Find Kranal Fiss in the Barrens.','Hmmm, Searn sent you to me, did he?$B$BWell then, Searn could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$B$BI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $N. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'1523 2983 2984',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1523,4044,0,82,8,10,-1,0,690,64,0,0,0,0,0,0,0,1524,0,0,'Call of Fire','Long has it been since you were last tested, $N. You have shown patience thus far in your studies, but the time has come for you to learn more. The time has come for you to learn about destruction... and chaos. The element of fire is yours for the understanding, if you\'re prepared to pay for it.$B$BSeek out Kranal Fiss in the Barrens. He lives in a small dwelling north of the Crossroads, but be mindful, if you\'ve reached the night elf lands, you\'ve gone too far.','Find Kranal Fiss in the Barrens.','Hmmm, Narm sent you to me, did he?$B$BWell then, Narm could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$B$BI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $N. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'1522 2983 2984',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1524,4044,0,82,0,10,-1,0,690,64,0,0,0,0,0,0,0,1525,6653,1,'Call of Fire','You are powerful enough to wield the totem of fire, but that does not mean you are ready.$B$BAlong the Southfury River in Durotar, before the Great Sea, lies a hidden trail to one of the highest peaks in the land. Find your way to the top and you shall find one of our holy shrines watched over by Telf Joolam--the Shrine of the Dormant Flame.$B$BTake this torch to him--it marks that you attempt to tame fire. Return it to me aflame by the brazier at the shrine and I will see you are given the totem of fire.','Bring the Torch of the Dormant Flame to Telf Joolam in Durotar.','Ah, my mistake, $N. I apologize. I did not realize you possessed the Torch. I am pleased to make your acquaintance.$B$BMany adventurers find their way here while looking for lost treasure or the promise of mystical creatures to slay, only to be turned away from a seemingly empty shrine. But we know the truth, do we not, $N?$B$BThis shrine holds a greater secret from the mundane members of the Horde. To us, it is sacred.','Greetin\'s, $N. You\'ve found yerself at the Shrine of the Dormant Flame. Only those knowledgeable enough in the shamanistic arts will ever learn the secrets of this place and the power it holds. I\'m sorry you made the trip all this way, only to be turned back now--the journey up here is far from safe after all--but I am the keeper of the shrine, and I cannot allow just anyone to wander around here.','','','','','',6653,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'1522 1523 2983 2984',1522,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1525,4044,0,82,8,10,-1,0,690,64,0,0,0,0,0,0,0,1526,0,0,'Call of Fire','But you did not come here for a history lesson, did you? You came for the Eternal Flame and fire totem.$B$BThe first step is to create a sapta and bind you to the flame.$B$BI can create the fire sapta for you if you bring me two items. The first is fire tar, a simple item usually carried by Razormane spellcasters in eastern Barrens.$B$BThe second item will be more dangerous: a reagent pouch from one of the cultists of the Burning Blade. You can find them in a cave above the ravines northeast of Razor Hill.','Bring 1 Fire Tar and 1 Reagent Pouch to Telf Joolam in Durotar.','These will do nicely, $N.$B$BFire is more than chaos and destruction--do well to remember that. It is also about life, and creation. All things are tied together in such a way. Forces oppose one another, but at the same time, one cannot exist without the other. Both extinguish one another, but also give one another meaning. Always remember this.$B$BUsing different types of magic in conjunction with one another will show not only true skill, but great wisdom.','I have enough ingredients for a sapta of fire if you can find the reagent pouch and some fire tar. The Burning Blade fanatics carry the proper components for most of their spells in those pouches, and usually have enough of the items I need that we will not have to search much farther for anything else.$B$BThe saptas are always made from ingredients that are closely tied to their respective elements. It makes our work easier because of the warlocks\' ties to fire.','','','','','',5026,6652,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6636,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1524,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1526,4044,0,82,0,10,-1,0,690,64,0,0,0,0,0,0,0,1527,6653,1,'Call of Fire','The fire sapta is finished. The time has come for you to face the flame. Use the sapta at the shrine and head to the top of the mountain to face the manifestation there. He will not attack until you are ready, but he will realize you are able to see him.$B$BStrike him down swiftly, $N, for he shall only grow in power the longer you take to slay him. Once he is defeated, place his glowing embers within the brazier and light the torch.','Defeat the Minor Manifestation of Fire, and place the Glowing Ember in the brazier atop the Shrine of Eternal Flame.','A white hot flame ignites within the bowl as you place the ember within. You can feel the magical effects of the sapta coursing through your body and the fire dances rhythmically before you.$B$BYou place the top of the torch within the basin, and it immediately catches on fire.','The brazier stands about a third your height, and looks normal, save for the inscriptions along its smooth metal rails. The metal shows no signs of wear from the weather, and the bowl seated at the top of it feels cool to the touch.','','','','','',6653,6655,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6654,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',1525,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1527,4044,0,82,0,10,-1,0,690,64,0,0,0,0,0,0,0,0,6654,1,'Call of Fire','Torch firmly in hand, you turn away from the brazier and look out over Durotar. You feel an excitement tugging at your spirit as the wind picks up and forces the flame to dance violently.$B$BYou start off down the path back to the Barrens in search of Kranal Fiss.','Bring the Torch of Eternal Flame to Kranal Fiss in the Barrens.','Your spirit burns brighter than any torch I\'ve ever seen, $N, and for that, you should be proud.$B$BIf you continue down this path, the elements will be yours to command, and our brethren will look to you for guidance and wisdom. Let me be the first to congratulate you and present to you your newest totem.','Yes, $N? What do you have there?','','','','','',6654,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5176,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3599,2075,0,0,0,0,0,0,0,1320,0,0,0,0,'',1526,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1528,4044,0,82,8,20,-1,0,690,64,0,0,0,0,0,0,0,1530,0,0,'Call of Water','Water be in ya future, mon. I see you be strong in da ways of fire already, an\' me tinkin\' you be ready to talk to Islen.$B$BIslen live along the coast of da Barrens. If ya head south along the Southfury River, ya canna miss her--look fer da big shark! She be strong in da ways of da elements and can teach ya da ways of water... if you tink you be ready.$B$BShe be easy ta find, just don\' go too far south--she be jus\' beyond Ratchet.','Find Islen Waterseer in the Barrens.','The wind approaches you quickly from the horizon; the earth is steady beneath your feet; and your spirit is already warmed by fire--I would say it is time for you to learn about the purity of water.$B$BYour path has led you this far, and your spirit will give you the strength to carry on even further. But the first step is yours to take.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'1529 2985 2986',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1529,4044,0,82,8,20,-1,0,690,64,0,0,0,0,0,0,0,1530,0,0,'Call of Water','Long has it been since you were last tested, $N. You have shown patience thus far in your studies, but the time has come for you to learn more. The time has come for you to learn about the purity of water.$B$BSeek out Islen Waterseer in the Barrens. She is along the eastern coast, south of the Southfury River and Ratchet. You will find her there at her fishing hut. Good luck to you, $N.','Find Islen Waterseer in the Barrens.','The wind approaches you quickly from the horizon; the earth is steady beneath your feet; and your spirit is already warmed by fire--I would say it is time for you to learn about the purity of water.$B$BYour path has led you this far, and your spirit will give you the strength to carry on even further. But the first step is yours to take.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'1528 2985 2986',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1530,4044,0,82,8,20,-1,0,690,64,0,0,0,0,0,0,0,1535,0,0,'Call of Water','If there is one lesson you must learn of water, it is this: water means rebirth.$B$BIts power flows, erodes, and makes clean all manner of things. You will find its ability to heal and replenish incomparable, but only when it is pure.$B$BWhen you understand that water, when polluted, can devastate all that it touches, you will appreciate how vital a resource it is.$B$BIf you wish the water sapta, find Brine deep in Southern Barrens. Her home is continually molested by the quilboar there.','Find Brine at Blackthorn Ridge in Southern Barrens.','Yes?$B$BMmm. I have a feeling I know what you\'re going to ask me: what would possess someone to live out here in the deepest part of the Barrens, the threat of quilboar all around, and no protection? Well, we all have our reasons to justify why we act the way we do. The real question is, what brings a lowly $R to the deepest reaches of the Barrens to speak to a woman who obviously has no concern for her own well-being?$B$BI\'m willing to bet we both know the answer to that.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'1528 1529 2985 2986',1528,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1531,4044,0,82,8,30,-1,0,690,64,0,0,0,0,0,0,0,0,0,0,'Call of Air','You be makin\' headway now, mon. Your be ready to prove yerself worthy of the air totem, but first, ya must fin\' Prate Cloudseer in Thousand Needles. She be willin\' ta tell ya how to get yer air totem if ya treat her wit enough respect.$B$BHead south through the Barrens, and after ya reach Thousand Needles, head east. You\'ll find her hiddin\' in a hole wit\' her boyfriend--haha, don\' tell her I be dissin\' her none--she not take it too kindly.','Find Prate Cloudseer in Thousand Needles.','For the time being. I shall give you what you need to focus your spells and to call upon the spirits of air. Take this totem, and when you are ready, train with me some more.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5178,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8385,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'1532',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1532,4044,0,82,8,30,-1,0,690,64,0,0,0,0,0,0,0,0,0,0,'Call of Air','The winds of Kalimdor rush to meet you and you shall be counted among some of our most powerful $g brothers:sisters;. I am proud to see you have come this far and have such a promising future.$B$BThe element of air is a difficult one to control, but I have faith that your skills will overcome any obstacles that are placed in front of you.$B$BHead to the very south of the Barrens, and enter Thousand Needles. It is there, far to the east, that you will find Prate Cloudseer. She will teach you more.','Find Prate Cloudseer in Thousand Needles.','For the time being, I shall give you what you need to focus your spells and to call upon the spirits of air. Take this totem, and when you are ready, train with me some more.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5178,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8385,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'1531',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1533,5875,0,82,8,30,30,0,0,64,0,0,0,0,0,0,0,0,0,0,' Call of Air','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1534,4044,0,82,0,20,-1,0,690,64,0,0,0,0,0,0,0,220,7767,1,'Call of Water','Take this waterskin and head deep into the lush forest the night elves call Ashenvale. It is to the far north of the Barrens.$B$BOnce you\'ve entered the forest, travel west. Along the mountains that separate Stonetalon and Ashenvale, and beyond Lake Mystral, you will find a holy place: the Ruins of Stardust. At the center of the lake you will find a small fountain.$B$BBring me a sample of the fountain\'s water. It will be the final component you\'ll need before I send you back to Islen.','Fill the Empty Blue Waterskin at the Ruins of Stardust in Ashenvale and return to Brine in the Barrens.','Wonderful, $N. With all three samples gathered, I can create for you a vial of the purest water any living creature will find. It will be used in the next steps of your rite of passage.$B$BI am pleased to count you among our kind, $N. You do all $C proud, and I look forward to hearing about your exploits in the future.','Do you have the water yet, $N? Tales say the ruins were protected by large creatures of nature that do not care for visitors, but those could be myths to scare off the enemies of the night elves.$B$BRegardless, be careful.','','','','','',7770,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1536,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1535,4044,0,82,0,20,-1,0,690,64,0,0,0,0,0,0,0,1536,7766,1,'Call of Water','To find understanding and gain the sapta from me, you must seek out only the purest forms of water. As you fetch the samples for me, take note of your surroundings. Be aware of the creatures that rely on the water, that protect it. See how it affects forests and deserts. Witness how the very substance that sustains life will force creatures to take lives.$B$BWe shall start with a simple task: down below my hut there is a pond of the precious liquid. Fill this skin with it and return to me.','Fill the Empty Brown Waterskin at the watering hole below Brine\'s hut and return it to her in the Barrens.','I thought some bloodshed might ensue if you tried to take water from the pool. It is a pity the quilboar do not realize that all living things are tied together; that their greed only perpetuates the pain and suffering of their people. How much could they accomplish if they were to put their differences aside and their clans came together.$B$BAgain, a pity, but more than likely a boon for the other races of the Barrens.','I am just about prepared to send you on your other tasks. Have you filled the skin yet?$B$BI know how protective the quilboar can be. Even such a small water source is a vast hoard of wealth to them. They have great feasts when even the slightest rain comes to the Barrens. Water is sacred to their kind because it is so scarce. Do you understand?','','','','','',7769,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1530,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1536,4044,0,82,0,20,-1,0,690,64,0,0,0,0,0,0,0,1534,7768,1,'Call of Water','Long ago I followed some companions into the Hillsbrad Foothills. We defended ourselves from some tenacious humans who make their home there and we found ourselves in a small town the Forsaken had taken over: Tarren Mill.$B$BIt was there I found a most peculiar thing: in the center of town was a small well of fresh spring water. I\'m not sure the plagued citizens of the town even realize its value--it\'s a small holy vestige in an unhallowed sea.$B$BBring me a sample of that water in this waterskin.','Fill the Empty Red Waterskin at the well in Tarren Mill and return to Brine in the Barrens.','This is good, $N. You\'re dedicated to the task at hand and have the ability to seek out that which is needed.$B$BOne more sample is all I need to create the reagent needed for your sapta. Islen will be pleased as well.','The well remaining pure within the town reminds me of stories told to me when I was younger, $N. Even in times of great pain and sorrow one can find a sliver of hope, a small symbol to rally around. The orc people see Thrall this way. He survived against great odds and rose up to lead our people through his strength and example.$B$BI\'m not sure any orc has suffered as much as he has, but at the same time, I\'m not sure any orc is as strong as he is either.','','','','','',7771,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1535,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1537,5875,0,82,8,30,30,0,0,64,0,0,0,0,0,0,0,0,0,0,' Call of Air','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1538,5875,0,82,8,30,30,0,0,64,0,0,0,0,0,0,0,0,0,0,' Call of Air','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1558,4044,0,284,2,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Stonewrought Dam','Ironforge is where all the dwarves and gnomes live. Near there is a place called Loch Modan, and the dwarves built a HUGE dam there. They say it\'s one of the biggest things anyone\'s ever made. Wow!$B$BCould you take me to Loch Modan and see the dam there, please? I think it is the Stone... um... Stonewrench Dam? Stonewrought? It\'s big - that\'s for sure. I\'d like to look out over the big waterfall. I promise I won\'t lean over too far!','Take the orphan to the Stonewrought Dam in Loch Modan. You should take him to the middle of the dam so he can see out over the giant waterfall.','WOW - the dam was WAY bigger than I thought! I could barely hear myself talk from the sound of all the rushing water! Hey, do you think it would ever run out of water? Man, what would happen if that damn ever broke! WOW, that would be scary!$B$BThanks for taking me to see the dam. That was very kind of you. I told you I wouldn\'t lean over too far!','','Go to the top of the Stonewrought Dam in Loch Modan.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1479,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(1559,4044,0,201,8,30,37,0,0,0,202,1,0,0,0,0,0,0,0,0,'Flash Bomb Recipe','','','So you\'re an engineer, eh? Well, for your help in getting me those pearls, here\'s the recipe for flash bombs.$b$bGood luck, and try not to blind yourself!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6672,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',705,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1560,4044,440,0,2,40,50,0,0,0,0,0,0,0,1800000,0,0,0,0,0,'Tooga\'s Quest','I am so lost!$b$bMy wife, Torta, sent me out to fetch dinner and I must have taken a wrong turn somewhere.$b$bWould you be so kind as to lead me back to Torta? She\'s waiting for me just south of Steamwheedle Port.','Show Tooga the way back to his wife, Torta.','So he couldn\'t find his way back on his own? Figures.$B$BWell, I guess you deserve something for your troubles....','','Lead Tooga to Torta','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9638,9642,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1578,4044,0,121,262152,1,12,0,1101,0,164,35,0,0,0,0,0,0,0,0,'Supplying the Front','The mountaineers of Loch Modan are fighting troggs, and having a busy time of it! They need constant supplies of new armor and weapons if we\'re ever to get a handle on those troggs.$B$BThat\'s why my colleague Thorvald is there, trying to keep the mountaineers in good gear. So if you were to make some copper axes and copper chain belts and bring them to Thorvald, he would be obliged. He might even share his knowledge with you.$B$BThorvald is in Loch Modan\'s southern guard tower.','Bring 6 Copper Axes and 6 Copper Chain Belts to Thorvald in the southern guard tower of Loch Modan.','Ah, apologies! I didn\'t realize you were here to help resupply our troops. The stuff you made will be a big help!$B$BHere are plans for some armor. I hope you find them useful.','I have no time to chat. Do you have business with me?','','','','','',2845,2851,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33792,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1579,4044,0,101,8,10,12,0,1101,0,356,30,0,0,0,0,0,1580,0,0,'Gaffer Jacks','I came to Auberdine because of the quiet. I want to invent my inventions where it\'s quiet, because after a night of drinking I don\'t like all the noise of Ironforge!$B$BSo I took a ship to Auberdine and had a little too much to drink on the way. I dropped my box of gaffer jacks overboard! I need my gaffer jacks!$B$BI don\'t know exactly where I dropped them, but if you fish for them in the ocean you might get lucky...','Bring 8 Gaffer Jacks to Wizbang Cranktoggle in Auberdine.','I can\'t believe you found them! You must be the luckiest $R in Kalimdor!','Did you find my gaffer jacks, $N? Without my gaffer jacks I can\'t tune my stintle pegs!','','','','','',6717,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,75,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1580,4044,0,101,8,10,12,0,1101,0,356,1,0,0,0,0,0,0,0,0,'Electropellers','We know you\'re lucky, but... just how lucky are you, $N?$B$BOne night I was wandering the roads of Darkshore. I was looking for a good river or lake to try my new self-propelled, exploding duck decoy and I think I was a little tipsy... because I passed out and awoke hours later in Auberdine. My hair was singed and my bag of electropellers was gone! I must have dropped them in the water!$B$BI need those electropellers! Maybe you can fish them out of some lake or stream in Darkshore...','Bring 12 Electropellers to Wizbang Cranktoggle in Auberdine.','I can\'t believe it! You found them! You are the best fisherman I\'ve ever seen!$b$bThank you, $N. And here, take these. Although you\'re so good and you probably don\'t need them, they will help you with your fishing.','Did you find any electropellers? I\'ll need them if I\'m to continue my research on duck decoys...','','','','','',6718,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6811,0,0,0,20,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',1579,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1581,4044,0,181,8,4,8,0,1101,0,171,20,0,0,0,0,0,0,0,0,'Elixirs for the Bladeleafs','Our herb and alchemy shop is booming, but my husband spends so much time mixing potions that we never have time for each other.$B$BCan you help us?$B$BIf you can bring me a supply of pre-made elixirs, then I would be happy to trade with you. I have some rare herbs that you might find useful.','Bring 6 Elixirs of Lion\'s Strength and 2 Elixirs of Minor Defense to Syral Bladeleaf in Dolanaar.','These are nicely mixed. You take great care in your trade, $N, and that is important for an alchemist.$b$bHere are your herbs, freshly gathered. May you use them well.','Hello, $N. Do you have the elixirs to trade?','','','','','',2454,5997,0,0,0,0,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2449,785,0,0,6,6,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1582,4044,0,182,8,8,18,0,1101,0,165,90,0,0,0,0,0,0,0,0,'Moonglow Vest','We in Darnassus, especially we craftsman, are quite busy. Young adventurers are eager to test themselves in the wilderness, and are in constant need of supplies.$B$BIf you can help me fill my orders of leather goods, then perhaps I can teach you an advanced leatherworking technique.','Bring 1 Embossed Leather Gloves, 5 Embossed Leather Boots and 5 Embossed Leather Cloaks to Lotherias in Darnassus.','Yes, these are good pieces. You have a skilled hand and an eye for detail. Your future as a leatherworker is promising.$B$BHere, $N. Let me show you the pattern to make the Moonglow Vest.','Greetings, $N.','','','','','',4239,2309,2310,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6710,0,0,0,1,0,0,0,69,0,0,0,0,72,250,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1598,4044,0,61,16392,1,-1,0,1,256,0,0,0,0,0,0,0,0,0,0,'The Stolen Tome','You there! $n, right?$b$bI hope you\'re sure about becoming a warlock, because if you can\'t hold your own, you\'re likely to get pulled under.$b$bI\'m to teach you, but I need to make sure you\'re strong enough first.$b$bThere was a novice studying at the Abbey who ran off to join the Defias Brotherhood. Why do I care? Well, he stole some important books.$b$bOne of those happens to be a book I\'ve wanted for myself, the Powers of the Void. Steal it for me, they have it hidden at their tent in the Vineyards.','Retrieve the Powers of the Void for Drusilla La Salle.','Excellent... I was never able to gain access to this text, it was held in a protected wing of the library that would have looked suspicious for me to be loitering around.$B$BWell, you did a good job in getting this, and I\'m convinced that you can probably handle your own imp, so there\'s no reason for me not to show you how to summon one.','It was too conspicuous for me to steal the book myself. What luck one of their own patsies did the dirty work for me.','','','','','',6785,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,688,7763,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,5),(1599,4044,0,61,16392,1,-1,0,64,256,0,0,0,0,0,0,0,0,0,0,'Beginnings','You must be the new warlock everyone\'s been whispering about. Must be someone\'s taken a liking to you if they\'ve asked me to take time away from my research to start your training.$b$bDon\'t worry, I won\'t hold it against you.$b$bThe simplest of the summoning spells you will learn is that of the imp. Before I impart this to you, however, you must prove that you have the necessary magical and physical ability.$b$bBring me three feather charms from the frostmane novices from the cave to the southwest.','Bring 3 Feather Charms to Alamar Grimm in Anvilmar.','Very good, very good! You\'ve done well, Anengineer. Perhaps the interest that is being shown in you is deserved, after all.$b$bThat\'ll be for the others to decide--assuming your imp doesn\'t overpower you and nip your career in the bud. For now, I\'m satisfied that you\'ll probably survive your first few months as a $C.$b$bA word about the imp, Anengineer. As a $R knows, don\'t let its size fool you, its magic can be very dangerous.','Those feather charms the novices carry have some sort of magical power to them. It will be interesting to research them. I wouldn\'t have expected it from the trolls.','','','','','',6753,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,0,0,688,7763,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,11,1,0,0,0,0,0,3,1,1,11,0,0,0,0,0,1,0,0,5),(1618,4044,0,121,8,1,16,0,1101,0,164,70,0,0,0,0,0,0,0,0,'Gearing Redridge','We dwarves aren\'t the only ones fighting. Our human allies have their hands full too!$B$BRedridge is under periodic attack from blackrock orcs, and their supply of equipment is always low. If you were to help them out, I\'m sure their resident blacksmith, Verner Osgood, would teach you a trick or two.','Tormus Deepforge wants you to bring 4 Runed Copper Belts and 4 Heavy Copper Mauls to Verner Osgood in Redridge.','Thank you, $N. This will help me out tremendously. With the Blackrock orcs attacking from Stonewatch Keep and the Redridge gnolls lurking in the foothills to the north, I\'m always fixing armor and making new weapons for our troops.$B$BThe supplies you brought will give me a moment\'s peace. I will have enough time to teach you something...','I hope you\'re here with good news from Ironforge. Because I\'m at my wit\'s end!','','','','','',2857,6214,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6735,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1638,4044,0,81,8,10,-1,0,1101,1,0,0,0,0,0,0,0,1639,0,0,'A Warrior\'s Training','You\'ve shown yourself to be a competent warrior, $N. But you\'re still young and have a lot to learn.$B$BSpeak with Harry Burlguard--he\'s usually in the Pig and Whistle tavern, in the Old Town of Stormwind. Harry is an old veteran and a good teacher. He can show you a few moves that\'ll keep you breathing longer.','Speak with Harry Burlguard in Stormwind.','Oh ho! Have a drink with me, $N. You look tough on the outside, but let\'s see if your gut can handle a few mugs of the Pig and Whistle\'s strongest!!$B$BOr... were you here for a lesson?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'1679 1684',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1639,4044,0,81,8,10,-1,0,1101,1,0,0,0,0,0,0,0,1640,0,0,'Bartleby the Drunk','Yeah, I can teach you. But first I wanna see what moves you have already.$B$BSee that drunk over there at the end of the bar? Bartleby? I want you to get his mug.$B$BHah, and if you know Bartleby then you know he won\'t just give it to you.','Speak with Bartleby.','Hello, fancy $gboy:girl;! What\'s a prissy thing like you doing in the Pig and Whistle? Be careful, or you might break a nail...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1638,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1640,4044,0,81,2,10,-1,0,1101,1,0,0,0,0,0,0,0,1665,0,0,'Beat Bartleby','You want what?? You\'re crazy!$B$BThe only way you\'ll get this mug is if you pry it from my cold, dead fingers...','Beat Bartleby, then talk to him.','You\'re a lot tougher than you look!','','Beat Bartleby','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1639,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1641,4044,0,141,0,12,-1,0,5,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','','Speak with Duthorian Rall again.','Here in Stormwind, I am responsible for putting paladins on the path to greater virtue as they devote themselves to the Light and defend Azeroth from the Scourge and other threats.$B$BThe time has come for you to take your first step towards being truly virtuous. If you accept it, I will give you a Book of Divinity. In studying it, you shall learn some about the Light, and what is expected of you. If you understand it, and are capable, then you will succeed in attaining greater abilities.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6775,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'2998 2999',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,0,0,0),(1642,4044,0,141,0,12,-1,0,1,2,0,0,0,0,0,0,0,1643,0,0,'The Tome of Divinity','In all things, a paladin must reflect the Light which supplements our strength. To strive to be divine for one of our kind does not mean we strive for godhood--we strive to be good in all actions.$B$BAlthough called upon to smite evil in these harsh times, you must always remember that it\'s aiding others that will truly set you apart from the citizens of Azeroth. Compassion, patience, bravery--these things mean as much to a paladin as strength in battle.$B$BKnow this well, and never forget it.','Speak to Duthorian Rall in Stormwind.','Hello again, $N. How goes your studies of the Tome of Divinity?$B$BThen you should be prepared to have yourself tested. There are always tasks to be done throughout the city and our lands; acts of compassion and understanding; people who need help; creatures to slay.$B$BBy proving you have the patience to help others, especially those who are less fortunate, you prove that you are a servant of the Light and of sound mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1641,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,2,6,1,1,0,0,0,0,1,0,0,1),(1643,4044,0,141,0,12,-1,0,1,2,0,0,0,0,0,0,0,1644,0,0,'The Tome of Divinity','Your task then, $N, is to find someone here in Stormwind that is in need of aid. Someone who is pure of heart and motive. Perhaps someone helping others. Perhaps someone in need of a guide. Regardless, the person must have noble intent and be relying on your kindness.$B$BDo this, and return to me when you are finished. Then, we shall discuss more of your path and what it means to be a paladin of the Light.','Search the Trade District of Stormwind for Stephanie Turner.','Oh, hello, luv. How go your adventures? Oh, I\'m so glad to hear you\'re doing well.$B$BOh, me? Thank you for asking--I\'m doing well, all things considered.$B$BThe increase in tradesmen has kind of put a damper on the amount of leather and cloth people are willing to part with these days, so it\'s been tougher to make clothing for the children at the orphanage, but we\'ll manage. By \"we\" I mean my husband and I. He\'s up in Ironforge trying to seek help from the citizens there.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1642,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,3),(1644,4044,0,141,8,12,-1,0,1,2,0,0,0,0,0,0,0,1780,0,0,'The Tome of Divinity','Bless their hearts, most of them have no families because of the Scourge attacks in the last decade.$B$BMy husband John collects the materials for me to make the shirts and pants for the children, but I haven\'t even had time to do that. I\'ve been too focused on keeping food on their plates, and a roof over their heads.$B$BWhat\'s that? You\'d be willing to help? Oh, thank the Light, and thank you, $N.$B$BIf you could bring me some linen cloth so I can sew clothes for the kids, that would help me out so much.','Bring 10 Linen Cloth to Stephanie Turner in Stormwind.','Thank you, $N, thank you so much!$B$BThe children will be so pleased, and you\'ve saved me so much time. I\'ll now be able to focus on the children\'s other needs, and hopefully my John will be able to return home sooner than we thought.$B$BThank you again, $N. I knew I could rely on the charity of others. The Light be with you.','I hope my John is having better luck in Ironforge. He so dislikes his trips there because it leaves the kids and me alone, but he knows it must be done. He\'s so kind-hearted.$B$BSome years have been easier than others, but this one\'s been rougher by far. It\'s almost as though something in the air is signaling a huge change. Who knows though?','','','','','',2589,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1643,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,16,0,0,0,0,4,21,1,1,2,0,0,0,0,1,0,0,5),(1645,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','','','Here in Ironforge, I am responsible for putting paladins on the path to greater virtue as they devote themselves to the Light and defend Azeroth from the Scourge and other threats.$B$BThe time has come for you to take your first step towards being truly virtuous. If you accept it, I will give you a Book of Divinity. In studying it, you shall learn some about the Light, and what is expected of you. If you understand it, and are capable, then you will succeed in attaining greater abilities.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6916,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1646,4044,0,141,0,12,-1,0,4,2,0,0,0,0,0,0,0,1647,0,0,'The Tome of Divinity','In all things, a paladin must reflect the Light which supplements our strength. To strive to be divine for one of our kind does not mean we strive for godhood--we strive to be good in all actions.$B$BAlthough called upon to smite evil in these harsh times, you must always remember that it\'s aiding others that will truly set you apart from the citizens of Azeroth. Compassion, patience, bravery--these things mean as much to a paladin as strength in battle.$B$BKnow this well, and never forget it.','Speak to Tiza Battleforge in Ironforge.','Welcome back, $N. You\'ve spent time reading the book, I hope?$B$BThen you should be prepared to have yourself tested. There are always tasks to be done throughout the city and our lands; acts of compassion and understanding; people who need help; creatures to slay.$B$BBy proving you have the patience to help others, especially those who are less fortunate, you prove that you are a servant of the Light and of sound mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1645,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1647,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,1648,0,0,'The Tome of Divinity','Your task then, $N, is to find someone here in Ironforge that is in need of aid. Someone who is pure of heart and motive. Perhaps someone helping others. Perhaps someone in need of a guide. Regardless, the person must have noble intent and be relying on your kindness.$B$BDo this, and return to me when you are finished. Then, we shall discuss more of your path and what it means to be a paladin of the Light. I will remain here in the temple for your return. Other paladins will need my guidance also.','Search the outer ring of Ironforge for John Turner.','THE ORPHANAGE OF STOR... oh, sorry, didn\'t mean to shout at you, sir.$B$BMy name is John Turner. How are you?$B$BGood, good, glad to hear things go well for you. I\'ve had a long day of work already, and I miss my wife terribly, but that\'s the price you have to pay when there are mouths to feed and backs to clothe.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1646,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1648,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,1778,0,0,'The Tome of Divinity','My wife and I run an orphanage in Stormwind, mostly for children who have lost parents due to the attacks by the Scourge in the last decade. I come to Ironforge every month or so to see about collecting more supplies from the citizens here, and talk to the various groups to see if they can do anything to help.$B$BThis trip\'s been agonizingly slow, and not very productive.$B$BIf I could just get some more linen for my wife to make some clothes, I could finally send a shipment home.','Bring 10 Linen Cloth to John Turner in Ironforge.','This is so wonderful of you, $N. Thank you again.$B$BYou\'re a noble man for doing this for me. It\'s no wonder you\'ve chosen to follow the Light. I wish there was some way I could repay you for all you\'ve done... what\'s that? It\'s the least you could do? See? That\'s what I\'m talking about, $N, noble to the end.$B$BBe safe, and may the Light protect you in your travels.','What with the influx of tradesmen here and throughout Azeroth, there\'s a smaller supply of items we use to make clothes for the children of our orphanage. Helping me collect linen so my wife can make new clothes for them is very noble of you, $N. Thank you.$B$BHopefully, I\'ll be able to return home to my wife soon.','','','','','',2589,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1647,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1649,4044,0,141,0,20,-1,0,1101,2,0,0,0,0,0,0,0,1650,0,0,'The Tome of Valor','Valor, and all the virtues that go along with it, are like rare minerals: you must cherish them when you find them because of their value, but you must also take time to harvest them... refine them. When mixed together properly, a strong alloy is formed, sometimes unbreakable by even the most powerful blows.$B$BThis strength, your faith, your bravery, must be tested. You must learn to never lose faith and realize that with the power of the Light, you can overcome things that most others cannot.','Speak to Duthorian Rall in Stormwind.','Ah, you wish to petition me for a test of valor. Splendid.$B$BThere are many tasks throughout the city and surrounding lands that hold much challenge, and they could use a man with your skills.$B$BThis test should not be taken lightly, $N. This, like many things along our path, could take our lives. The Church always wishes to bolster its ranks, but it understands the sacrifices needed to ensure the paladins serving it are worthy.$B$BAre you prepared?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1793,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,1,1,6,0,0,0,0,1,0,0,2),(1650,4044,0,141,0,20,-1,0,1101,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Valor','Good! Your lack of hesitation is a sure sign that you are prepared and eager to test yourself. So be it.$B$BAt the very ends of Westfall\'s Longshore, a small house overlooks the ocean. There, a couple lives, the Stilwells. Jordan is an incredible smith, and he\'s gone to Ironforge to meet with the dwarves for a while. But this has left Daphne, his wife, alone and unprotected.$B$BReports suggest that the Defias have all but taken over the area, Daphne may need some protection from the villains. Go there.','Find Daphne Stilwell in Westfall.','Hello, $N. I\'m assuming by all that armor and weapon of yours, you\'re either here to try and take my land, or the Church finally sent someone to help protect me while my Jordan\'s gone.$B$B Well, let me introduce myself: I\'m Daphne Stilwell. It\'s a pleasure.$B$BNow, you\'re not too late... I\'ve only killed a half dozen of the scum since last sun up. They\'ve been a little slow getting \'round the bend up there, but they probably saw you coming, which means they\'ll probably be here any minute.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1649,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,21,1,1,1,0,0,0,0,4,2,1,1,24,0,0,0,0,1,0,0,5),(1651,4044,0,141,3,20,-1,0,1101,2,0,0,0,0,0,0,0,1652,0,0,'The Tome of Valor','Now, they\'ll be coming again soon, I\'d wager, so get yourself ready.$B$BI\'ve got myself a gun in the house. I\'ll grab it and be ready to help you out, but for the most part, you\'re on your own.$B$BI\'ve no idea how many they\'ll send, but I\'m sure it\'ll be more than the few they sent earlier.$B$BAsk the Light for whatever blessings you can because... did you hear that? I think they\'re coming.$B$BWe make our stand near the house!','Defend Daphne Stilwell from the Defias attack.$B$BNeither of your spirits must be released from their mortal coils if you wish to succeed.$B$BAfter you are successful, speak to Daphne Stilwell again.','We\'ve done it, $N! Thank you for your help. You were truly amazing out there. I never thought a $C could handle so many enemies at once.$B$BYou\'ve truly shown bravery in the face of overwhelming odds.','','Protect Daphne Stilwell','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1650,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,3,4,1,1,0,0,0,0,0,1,0,0,3),(1652,4044,0,141,8,20,-1,0,1101,2,0,0,0,0,0,0,0,1653,0,0,'The Tome of Valor','Please, return to Duthorian and let him know that I\'m safe for now. I have you and the Church to thank for that.$B$BHe\'ll send word to Ironforge to let my Jordan know that he has nothing to fear.$B$BOh, how I miss my husband. I can\'t wait till he returns.','Speak to Duthorian Rall in Stormwind.','So, we meet again, $N, and you are in high spirits, I see.$B$BThe Stilwell home will be safe for another day, and from your story I see that there was no shortage of danger to be found. Well done.$B$BDaphne and Jordan have helped the Church greatly, and having you protect their property--and their very lives--was the least we could do for them.$B$BFor your valor, you will be rewarded.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9607,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5502,5503,0,0,0,0,0,0,0,1320,0,0,0,0,'',1651,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,4,1,0,0,0,0,0,1,0,0,6),(1653,4044,0,141,0,20,-1,81,1101,2,0,0,0,0,0,0,0,1654,0,0,'The Test of Righteousness','Actually, I have no doubt that Jordan himself would like to thank you, and seeing as I need a messenger to send word that his wife is safe, I think you\'d be a perfect choice.$B$BJordan was to be a paladin of the Light before his dedication to his father\'s craft took him on another path--he\'s intimately familiar with our way of life and is considered among our most faithful.$B$BHe should still be in Ironforge--he likes to work outside the gates during the day, something about the cool mountain air.','Speak to Jordan Stilwell in Ironforge','Good day, $n. The Light is with you, I trust?$b$bWhat\'s that? You were sent by Duthorian!? My wife, how is she? I knew there was going to be trouble if I left. Please tell me she\'s... oh, thank goodness. I\'m so glad that she\'s safe. The Defias were a threat long before these attacks, but now the King\'s advisors cannot deny it.$b$bWhat else did Duthorian have to say?$b$bYou\'re the one that was sent to protect my wife? Then I thank you again, $n. I couldn\'t think of a better test of valor than that.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,2,1,1,6,0,0,0,0,1,0,0,3),(1654,4044,0,141,0,20,22,81,1101,2,0,0,0,0,0,0,0,1806,6996,1,'The Test of Righteousness','I\'d like to reward you if you\'d be willing to accept such a thing? Don\'t misunderstand me, my generosity is dependent on how much help you can be, but I see us both benefiting greatly from such an alliance.$B$BI will craft for you a weapon worthy of what you\'ve accomplished, a symbol of paladinhood and the Light, but you must gather the items I need to craft it. I\'ve already started taking notes on the items, it just requires someone brave and skilled enough to recover them. What do you say, $c?','Using Jordan\'s Weapon Notes, find some Whitestone Oak Lumber, Bailor\'s Refined Ore Shipment, Jordan\'s Smithing Hammer, and a Kor Gem, and return them to Jordan Stilwell in Ironforge.','This is wonderful! You\'ve gotten all the items.$B$BI should have no problem forging you a grand weapon with these. I\'ve actually had the plans for doing this for some time. I just never had the opportunity to gather the goods. Thank you, $N.$B$BIt feels good to have my father\'s hammer again...and a Kor gem. I never thought I\'d see one of these myself.','The items you\'re seeking will be difficult to acquire, but I can assure you, the weapon I will craft for you will be worth the effort.$B$BIt will be my finest work to date, and only a small payment for the service you\'ve done me.','','','','','',6994,6993,6895,7083,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',1653,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,2,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1655,4044,0,141,264,20,22,1,1101,2,0,0,0,0,0,0,0,0,0,0,'Bailor\'s Ore Shipment','Ach, ya startled me, $G man:woman;! Can\'t ya see I was lost in thought?$B$BWhat\'s that? Jordan\'s shipment... fer Ironforge. Ahhh, yeah, I know whatcha speak of. Mo\'grosh ogres... dat\'s who took me ol\' friend\'s ore shipment. Caravan was headin\' here from the Wetlands and was ambushed. The guard who survived their attack just passed away a few days ago--healer couldn\'t get to \'em fast enough.$B$BIf you want the shipment, you\'ll have to head northeast across the Loch. It\'s got to be there somewhere.','Bring Jordan\'s Ore Shipment to Bailor Stonehand in Loch Modan.','Yup yup, this is it. Ha! If I\'d known you were really gonna head out there and fight some o\' them ogres, I woulda given you a list of things to get instead of just this one thing. But, you\'re not here doin\' business for me, are ya?.$B$BA deal\'s a deal; Jordan wanted a shipment of me alloy, that\'s what he\'s gonna get.$B$BTell \'em hello fer me, and be safe, $C.','So, any luck yet? Haha, those ogres didn\'t get the best of ya yet, did they?','','','','','',6992,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6993,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1653,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1656,4044,220,0,0,1,5,0,690,0,0,0,0,0,0,0,0,0,7626,1,'A Task Unfinished','$N, please, I beg of you, can you help me? I have not finished my tasks here on the Mesa--I\'m in the middle of my Rite of Strength--and my father asked me to deliver these furs to the inn in Bloodhoof.$B$BI\'m far from rested enough to complete both my rite and this task for my father. Would you mind going on for me?$B$BThe inn is pleasant and a perfect place to rest during your long travels. I\'m sure you\'ll agree once you see it.','Bring the Bundle of Furs to Innkeeper Kauth in Bloodhoof Village.','Ah, the furs I was expecting. Thank you.$B$BThese came faster than I had expected. They will make good blankets for anyone who wishes to stay here.$B$BPlease feel free to stay as long as you like. My inn is always open and all of our people are welcome here. And don\'t underestimate a good night\'s rest, it can make a great difference while you\'re out traveling.','Yes, young one? What can Kauth do for you?$B$BThe journey here from the Mesa can be a tremendous burden for some, but a welcome sight for others. Which is it for you, I wonder?','','','','','',7626,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4540,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,2),(1657,4044,0,22,0,25,-1,41,0,0,0,0,0,0,0,0,0,0,20387,1,'Stinking Up Southshore','Celebrate Hallow\'s End in style... by bringing grief to our enemies in Southshore!$B$BTake one of these specially crafted stink bombs. It is filled with an odiferous funk that no human - or any weak-willed beast for that matter - can stand to smell. You\'ll need to throw it right in the heart of Southshore for it to do its job, so be prepared for a fight against the Alliance!$B$BWhen you\'ve completed this task... this tribute to our liberation, return to me!','Toss three Forsaken Stink Bombs into the heart of Southshore in Hillsbrad, and return to Darkcaller Yanka at the Wickerman Festival in Tirisfal Glade.','Ah, well done! I hope the Alliance chokes on the foul gift we\'ve given them, much like we were forced to choke on the yoke of enslavement to the Scourge!$B$BYou\'ve kept the ideas of Hallow\'s End true, $N, and for that I salute you. As an extra bonus, let me share some of these Hallow\'s End treats I have with you. I think you might find them to be quite the enjoyable diversion!','Have you delivered our \"gift\" to the people of Southshore?$B$B','','Toss Stink Bomb into Southshore','','','',0,0,0,0,0,0,0,0,0,0,0,0,15415,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,15,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1658,4044,0,22,4,25,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Crashing the Wickerman Festival','I need brave individuals to head up to Tirisfal Glades and check out the Wickerman Festival. I\'m not going to lie - heading up there will be dangerous. The guards at the festival will be exceptionally vicious. Still, we need to know how big the festival is this year, and how much trouble the Forsaken are going to cause us during Hallow\'s End.$B$BIf you\'re up for it, head to Tirisfal and scout out the festival. Return to me with the information, and I\'ll make sure you\'re well compensated.','Locate the Forsaken\'s Wickerman Festival in Tirisfal Glades. Return to Sergeant Hartman in Southshore once you\'ve done so.','Well done, $N. The Wickerman Festival will continue to be trouble so long as the abominable Forsaken are allowed to haunt the remnants of Lordaeron. It is NOT a fitting tribute to that once proud kingdom, let me tell you...$B$BHere\'s some coin for any repairs you might need, and in the spirit of the season I\'ve also included some treats you might like. Happy Hallow\'s End - let\'s keep it as safe as possible here in Southshore.','','Scout out the Forsaken\'s Wickerman Festival.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,15,0,0,0,469,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,3991,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1659,5875,0,141,8,30,30,0,0,2,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1660,5875,0,141,8,30,30,0,0,2,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1661,4044,0,141,8,40,-1,0,1101,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Nobility','I greet you once again, $N. I am more proud to call you $g brother:sister; than ever before--your dedication is a tribute to us all.$B$BThe time has come for me to bestow a great gift upon you. But know this, for now I give you this freely, but later, when time permits, this will be a much greater challenge to all paladins who choose to undertake my quest.$B$BSpeak to me again and I shall grant you a great boon.','Speak to Duthorian Rall in Stormwind.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13819,13820,0,0,0,0,0,0,0,0,0,0,0,0,'',4486,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1662,5875,0,141,8,40,40,0,0,2,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1663,5875,0,141,8,40,40,0,0,2,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1664,5875,0,141,8,40,40,0,0,2,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1665,4044,0,81,0,10,-1,0,1101,1,0,0,0,0,0,0,0,0,6781,1,'Bartleby\'s Mug','Ok, here\'s my mug. Wait! Let me finish what\'s in it first... there we go.','Bring Bartleby\'s Mug to Burlguard','There it is! He sure didn\'t want to part with it, but you were persuasive. Well done.$B$BNow for your lesson...','I saw your fight with Bartleby. Nicely done! Did you get his mug?','','','','','',6781,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8121,0,0,0,0,0,0,0,510,0,0,0,0,'',1640,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1666,4044,0,81,8,10,10,0,1101,1,0,0,0,0,0,0,0,1667,0,0,'Marshal Haggard','You\'ve learned a few moves, but you could still use a decent weapon. I bet if you spoke with Marshal Haggard he could help you.$B$BMarshal Haggard lives in a manor in Elwynn Forest, at the Eastvale Lumber Camp. He\'s retired now but he collected a lot of gear during his career.$B$BLet him know I sent you, and with luck he\'ll have a spare weapon to offer.','Speak with Marshal Haggard.','Who\'s that?$B$BBurlguard, is that you?$B$BYou\'ll have to step a little closer. My eyes aren\'t what they used to be.$B$BWalking up like that, I thought you were a gnoll!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',1665,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1667,4044,0,81,8,10,10,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Dead-tooth Jack','Burlguard sent you, did he? Yes, I have spare weapons around here, but first I have a task for you...$B$BA while ago a Defias villain Dead-tooth Jack tricked me. It was dark and he was wearing a Stormwind tabard and I thought he was Marshal Dughan. He said he needed my old Stormwind Marshal\'s badge and I gave it to him... and then he laughed and ran off before I could catch him!$B$BGet back my badge! Dead-tooth Jack probably has it stowed in his camp to the south.','Retrieve Haggard\'s Badge from Dead-tooth Jack\'s camp, and return to Marshal Haggard.','Great, you found it! I feared it was gone forever, used by the Defias to impersonate a Stormwind official. Well that won\'t happen now, thanks to you.$B$BHere are some weapons I used when I was a Marshal. I kept them in great shape--take your pick!','Do you have my badge? I don\'t want to think of the mischief Dead-tooth Jack could cause with it.','','','','','',6782,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6979,6983,6980,6985,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1666,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1678,4044,0,81,8,10,-1,0,68,1,0,0,0,0,0,0,0,1680,0,0,'Vejrek','If you want to rise in the ranks of the warriors, then you better be tough. I can teach you new moves but before that, prove to me you can handle yourself against real foes.$B$BVejrek is the toughest troll you\'ll find in these parts, and he\'s who you have to beat. He has a hut in the foothills just south of Frostmane Hold.$B$BBring me Vejrek\'s head and I\'ll know you have mettle.','Bring Vejrek\'s Head to Muren Stormpike in Ironforge.','Vejrek sure was an ugly one, eh? Nicely done, $N! You have what it takes, now let\'s start your lesson...$b$bYou may not know it, but a strong defense is very important to a $C. It keeps him standing against foes that\'d fell others, and that\'s what your allies need.','Have you been to Vejrek\'s hut, $N? Is that $R stink I smell on you?','','','','','',6799,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8121,0,0,0,0,0,0,0,1320,0,0,0,0,'',1679,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1679,4044,0,81,8,10,-1,0,68,1,0,0,0,0,0,0,0,1678,0,0,'Muren Stormpike','Hello, warrior! You show a lot of promise, but you still need to learn some tricks and Muren Stormpike is just the dwarf to teach you.$B$BYou can find Muren at the Hall of Arms in the Military Ward of Ironforge. Talk to him when you\'re ready to learn what it is to be a warrior.','Speak with Muren Stormpike.','Ah, $N. I heard the warriors of Dun Morogh bouncing your name around. I hope you haven\'t spent all your time in the breweries!','Did you make the switch?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'1638 1684',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1680,4044,0,81,0,10,11,0,68,1,0,0,0,0,0,0,0,1681,0,0,'Tormus Deepforge','Now that you\'ve learned some moves, it\'s time to get you a decent weapon. Speak with Tormus Deepforge. He can make you a weapon I\'m sure you\'ll like.$B$BYou\'ll find Tormus here in Ironforge, at the Great Forge.','Speak with Tormus Deepforge.','Muren sent you, did he? Yes, I can make you a nice weapon... but before I do that, I have a favor to ask of you.$b$bDon\'t worry. It\'s plenty dangerous and could mean your death; it\'s exactly the sort of job a $C wants.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',1678,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1681,4044,0,81,8,10,11,0,68,1,0,0,0,0,0,0,0,0,0,0,'Ironband\'s Compound','My mentor, Sturgy Ironband, had a compound south of Helm\'s Bed Lake in eastern Dun Morogh. There he taught blacksmithing and he was the best.$B$BBut one day, one of his students brought him a load of strange ore. Master Ironband called it umbral ore and was eager to work with it, but soon after it arrived... a band of Dark Iron dwarves attacked his compound. They killed everyone!$B$BEnter Ironband\'s compound, $N, and avenge my master\'s death. And bring me the load of umbral ore that caused it.','Bring a load of Umbral Ore to Tormus Deepforge in Ironforge.','You found it! Well done!$b$bI hope you killed a host of Dark Iron dwarves while searching. I fear that Ironband\'s compound won\'t be the last place we see them.$b$bBut thank you for the ore, $N. I\'m eager to work it and find its properties.','Have you entered Ironband\'s Compound? Did you find the umbral ore?','','','','','',6800,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1680,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1682,4044,0,81,8,10,10,0,68,1,0,0,0,0,0,0,0,0,0,0,'Grey Iron Weapons','','','Here are some weapons, hot off the anvil and made with the new umbral ore you brought me!$B$BPlease, $N, take your pick!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6978,6982,6981,6984,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',1681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1683,4044,0,81,8,10,-1,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Vorlus Vilehoof','Before I can teach you, you must show me your resolve.$B$BThe satyr Vorlus Vilehoof has found one of our remote moonwells, southeast of the Ban\'ethil Barrow Den. He now splashes within it, defiling its pure waters with his filth.$B$BFind Vorlus at the moonwell and destroy him. Bring me his horn as proof and I will begin your advanced training as a warrior.$B$BThe path to the moonwell is hidden well, $N, but stay focused and alert and you will find it.','Bring the Horn of Vorlus to Elanaria in Darnassus.','Well done, $N. It is good to know Vorlus is defeated and our moonwell cleansed, and it is good to see young warriors eager to keep our beloved Teldrassil free of corruption.$B$BNow let us begin your training...','Do you have the horn, $N? Is our moonwell free of the fiend Vorlus?','','','','','',6805,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8121,0,0,0,0,0,0,0,1020,0,0,0,0,'',1684,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1684,4044,0,81,8,10,-1,0,1101,1,0,0,0,0,0,0,0,1683,0,0,'Elanaria','Greetings, warrior. Your skill grows, but there is more to your profession than you may believe. To further progress, you must soon find a teacher.$B$BThe warrior Elanaria dwells in Darnassus, at the Warrior\'s Terrace. She can instruct you.','Speak with Elanaria.','I bid you greetings, Flashlight. Your name rings loudly in Darnassus, for you show promise. But we shall soon see if you possess the strength of will to follow the path of the $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'1638 1679',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1685,4044,0,61,8,10,-1,0,1101,256,0,0,0,0,0,0,0,1688,0,0,'Gakin\'s Summons','Isn\'t that how it always works? Was looking for you all day and couldn\'t find you, now when I\'m not expecting it, you come and walk right up to me.$b$bI\'ve wasted enough time trying to find you, so I won\'t delay you any longer. Master Gakin\'s summoned you for additional training. Seems to me you should seek him out as soon as possible.$b$bYou\'ll find him in the basement of the Slaughtered Lamb tavern. By the way, you might want to keep that particular location quiet. Don\'t want word spreading about it.','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','About time you showed up. Though, perhaps I should have sent someone more capable than Remen to find you.$B$BNo matter.$B$BYou\'ve gone too long without training, and a warlock without training isn\'t like to keep his head on his shoulders for long.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'1715',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1686,4044,0,81,8,10,10,0,1101,1,0,0,0,0,0,0,0,1692,0,0,'The Shade of Elura','You have learned much, $N. Now we will craft you a weapon. A warrior\'s weapon.$B$BTo do this, you must travel to Darkshore.$B$BLong ago a ship crashed upon the rocks near the Auberdine lighthouse, scattering many crates of elunite ore along the ocean floor.$B$BFirst, you must defeat the elunite\'s guardian, the Shade of Elura. Once the ship\'s captain, she cursed herself to roam the deeps and protect her shipment for all time. Defeat her, gain her medallion, and gather the crates of lost Elunite.','Bring 8 loads of Elunite Ore and the Medallion of Elura to Elanaria in Darnassus.','Bravely done, $N.$B$BYou have given the Shade of Elura much deserved peace, and we will use the gathered elunite to make a fine weapon for you.','Have you defeated the Shade of Elura, $N? And do you have the lost elunite ore?','','','','','',6808,6809,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1683,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1687,4044,0,284,2,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Spooky Lighthouse','Sometimes late at night, our matrons at the orphanage will tell us spooky stories. Those RULE! There\'s one about a ghost that haunts a lighthouse in Westfall. They say he was a pirate captain who had his ship taken from him by other pirates. Wow!$B$BCould you please take me to the lighthouse in Westfall? I wanna see if the ghost of that captain is there! I promise to stay close to you; I won\'t run off or anything!','Take the orphan to see the lighthouse off the coast of Westfall.\n','WOW, that was a real life ghost! That was so awesome - I can\'t wait to tell everyone back at the orphanage. Captain Grayson... he even looked like a pirate! When I grow up I wanna be a ghost pirate too!$B$BThanks for taking me to Westfall, Trukaos. I know there are scary things out there in the wilds of Westfall, and I hope I wasn\'t too much of a pain. You\'re awesome!','','Go to the Westfall Lighthouse.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1558,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,0,0,1),(1688,4044,0,61,8,10,-1,0,1101,256,0,0,0,0,0,0,0,1689,0,0,'Surena Caledon','I had a student named Surena Caledon. She stood where you stand now, eager to learn of warlock magic, and possessing no small bit of talent. More than that she was young and pleasing to the eye. Had I seen it then, the traitorous trollop!$b$bThe thieving wench ran off with one of the Defias, Erlan Drudgemoor. While her loss is of little importance, I gifted her a bloodstone choker that I must have.$b$bHer life means nothing to me now. You will find her at the Brackwell Pumpkin Patch. Retrieve what is mine.','Retrieve Surena\'s Choker for Gakin the Darkbinder in Stormwind.','Surena was talented, but not enough so to gain mastery of $C magic on her own. It\'s a shame to see talent wasted, but sometimes it is necessary.$B$BI hope my investment in you will bear different results.','Even the older and wiser can be unmanned by the wiles of youth and beauty, $N. A piece of advice you would do well to remember throughout your life.','','','','','',6810,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1685,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1689,4044,0,61,0,10,-1,0,1101,256,0,0,0,0,0,0,0,0,6928,1,'The Binding','By retrieving my choker and besting Surena, you\'ve proven that you\'re at least as capable as she was.$b$bWith that said, I can tell you\'re direly in need of training. You can manage the flows of magic, yes, but being a warlock is much more than that.$b$bI will show you how to command a voidwalker, but before I can, you must call one forth at a summoning circle and subdue it using whatever weapons--physical and magical--you have at your disposal. Use the magic of this choker at the summoning circle below.','Using the Bloodstone Choker, summon and subdue a voidwalker, then return the Bloodstone Choker to Gakin the Darkbinder in Stormwind.','You did better than I expected, $N, but as well as I\'d hoped. Now, you can learn to command your subjugated voidwalker, an ally you will find valuable in the trials that are sure to stand before you.$B$BI have nothing more to teach you at the present, but I am far from done with you, $N.','I cannot show you how to control a voidwalker until you have overtaken one.','','','','','',6928,0,0,0,0,0,1,0,0,0,0,0,5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,11520,0,0,0,0,0,0,0,780,0,0,0,0,'',1688,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1690,4044,440,0,8,40,43,0,0,0,0,0,0,0,0,0,0,1691,0,0,'Wastewander Justice','You there! It\'s time for you to be a big helper to the Gadgetzan Water Company.$B$BThe Wastewander nomads out in the Tanaris desert have seized almost all the water wells! Without access to them, our water supply will dry up in no time. If you want to get in our good graces, then you\'ll help us bring justice to those nomads!$B$BHead east of here and bring down ten Wastewander Bandits and Thieves, then report back to me on the double. Justice waits for no man... goblin... bah, just get on it!','Take down 10 Wastewander Bandits and Thieves east of Gadgetzan, then report back to Chief Engineer Bilgewhizzle.','Now that\'s what I call efficiency! You\'ve helped thin out the nomad\'s numbers enough now that we can start to think about how we can win back those water wells.$B$BThe Gadgetzan Water Company thanks you for your help, but we\'re far from done in dealing with those foul nomads. Listen close - here\'s what we need next...','Back so soon? I hope you were able to bring some goblin-style justice to those Wastewander Bandits and Thieves like I asked you to!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5618,5616,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(1691,4044,440,0,8,40,44,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Wastewander Justice','We need you to take on the stronger ranks of the Wastewander nomads now. You\'ve done a good job thus far, but if we are to take back those water wells, then it only makes sense to do it against as few nomads as possible!$B$BThis time around we need you to take down their rogues, assassins, and shadow mages. You\'ll find them east and southeast of here.$B$BI\'m not going to lie to you - they\'re a nasty lot. Do this for us though, and we\'ll be on our way to taking back what is rightfully ours!','Take down 10 Wastewander Shadow Mages, 8 Wastewander Rogues, and 6 Wastewander Assassins for Chief Engineer Bilgewhizzle in Gadgetzan.\n','Top notch work, $N... top notch! You\'ve thinned down the nomad population to a point where we can actually take the fight to them!$b$bIf you haven\'t already, talk to Spigot Operator Luglunket here; he gives a bounty on any of the Wastewander water pouches you may have run across while bringing those nomads to justice!','Well, were you able to take out those nomads like I asked? The Gadgetzan Water Company is developing plans based on your success here! Don\'t let us down, now...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5615,5623,5617,0,8,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',1690,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,6,0,5),(1692,4044,0,81,0,10,10,0,1101,1,0,0,0,0,0,0,0,0,6812,1,'Smith Mathiel','I have placed the elunite you gathered into a case. Take it to the blacksmith Mathiel, and he will craft for you an elunite weapon.$B$BMathiel is to the south, on the other side of this building.','Bring the Case of Elunite to Smith Mathiel. ','Ah, elunite ore. This is a fine metal to work with, for it is blessed by the goddess Elune herself. It would be an honor to craft weapons with it.$B$BPlease wait while I work...','Greetings, young $C. How might my skills serve you?','','','','','',6812,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',1686,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1693,4044,0,81,8,10,10,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Weapons of Elunite','','','$N, I have crafted these weapons with the elunite you brought to me. Please, take whichever most suits you.$B$BAnd I must thank you. Working with elunite is both an honor and a pleasure.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6966,6968,6969,6967,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',1692,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1698,4044,0,81,8,20,20,0,1101,1,0,0,0,0,0,0,0,1699,0,0,'Yorus Barleybrew','Yorus Barleybrew has issued a challenge to all able warriors of the Alliance. He waits at the Lakeshire Inn, in Redridge, and pledges a grand reward to anyone able to pass his trial.','Speak with Yorus Barleybrew.','Hah! So you heard of my challenge, did you?$B$BWell sit down and listen. Have a drink, and savor it... because it might be your last.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'10371',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1699,4044,0,81,5,20,22,0,1101,1,0,0,0,0,3600000,0,0,0,0,0,'The Rethban Gauntlet','I call my challenge the Rethban Gauntlet. To pass the trial, all you must do is enter the Rethban Caverns, to the first fork, then return here. Easy! Except there are a few wrinkles...$B$BYou have to return within an hour.$B$BThere are whole heaps of Redridge Gnolls in the way.$B$BBefore you start, you have to take a swig of my family\'s signature drink: Barleybrew Scalder!$B$BSo what do you say? The Rethban Caverns are in the foothills north of Lakeshire. Are you ready to run the Rethban Gauntlet?','Enter the Rethban Caverns, reach the first fork, and return to Yorus Barleybrew within the time allowed.$B$BYou must not die and release your spirit.','You made it! Well done! Three cheers for $N!','','Enter the Rethban Caverns','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,482,0,0,0,'',1698,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1700,4044,0,81,0,20,28,0,1101,1,0,0,0,0,0,0,0,1705,6926,1,'Grimand Elmore','I made a copy of my notes on the techniques I learned while making your armor, and I need them sent to Grimand Elmore. He\'s here in the Dwarven District, in the weapon shop.$B$BAnd duck when you give these to him. He\'s fiercely proud of his skills, and won\'t like the idea of learning something from me...','Bring Furen\'s Notes to Grimand Elmore.','Furen wrote this? How dare he! Why, I taught him everything he knows! To think he could teach me something is outrageous! Outrageous!$B$BHm... but there is something in his notes that I\'d like to try...','Hello, and well met. How might I be of service to you?','','','','','',6926,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',1701,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1701,4044,0,81,0,20,28,1,1101,1,0,0,0,0,0,0,0,0,6842,1,'Fire Hardened Mail','So I gave you a nice shield, but we don\'t have to stop there. I know the secrets to make extremely hard mail armor. It\'s not easy and it takes very rare materials, but if you\'re willing to do the legwork then I\'ll make a piece for you.$B$BWhat do you say, $N? If you\'re up for the challenge, then I\'ll give you a list of what to get and where to get them.','Gather the materials Furen Longbeard requires, and bring them to him in Stormwind.','You got it all? Amazing! I was afraid those chimaeras would eat you up for sure!$B$BWell let\'s get started on that armor...','How goes the scavenger hunt, $N? Do you have the materials?','','','','','',6838,6839,6840,6841,0,0,50,12,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',1702,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1702,4044,0,81,0,20,22,0,1101,1,0,0,0,0,0,0,0,1701,6843,1,'The Shieldsmith','You really showed what you were made of when you ran the Rethban Gauntlet, $N. And I\'m true to my word. I\'ll get you the reward I promised...$B$BExcept it\'s in Stormwind.$B$BTalk to my friend, Furen Longbeard, in the Dwarven District of Stormwind. He\'s the best shieldsmith you\'ll ever meet, and he owes me a big favor.$B$BHere, take Furen this cask of Barleybrew Scalder and ask him for a shield. He\'ll give you a nice one.','Bring the Cask of Scalder to Furen Longbeard.','Ah, Barleybrew Scalder. Great stuff! So you\'ve been to see Yorus, eh?$B$BI can get you a shield, yes sir! You won\'t find a better one, and that\'s no lying!','Hello! Dry times, don\'t you think?','','','','','',6843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6970,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',1699,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1703,4044,0,81,0,20,28,0,1101,1,0,0,0,0,0,0,0,1710,6926,1,'Mathiel','I made a copy of my notes on the techniques I learned while making your armor, and need them sent to the blacksmith Mathiel. He lives in Darnassus which is quite a long way off, but I\'m sure he\'ll be very grateful to learn what I\'ve learned.','Bring Furen\'s Notes to Mathiel.','These are interesting, very interesting indeed. My dwarven colleague Furen has made quite a grand discovery!$B$BThank you, $N. It will be an honor to apply his new techniques to my own craftings.','I bid you greetings, $C.','','','','','',6926,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',1701,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1704,4044,0,81,0,20,28,0,1101,1,0,0,0,0,0,0,0,1708,6926,1,'Klockmort Spannerspan','I made a copy of my notes on the techniques I learned while making your armor, and need someone to take them to Klockmort Spannerspan. He\'s a gnomish blacksmith in Ironforge and when he learns what I\'ve learned... I bet he\'ll pull off his own beard in excitement.','Bring Furen\'s Notes to Klockmort Spannerspan.','Oh my! These notes are amazing! And what\'s more... they\'re incredible and they\'re stupendous and they make my knees go all a-wobbly!$B$BFuren had a breakthrough! A real breakthrough! I can\'t wait to try out his new technique!','Good day, or morning or evening. I can\'t tell from way down here. So do you have business for me?','','','','','',6926,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',1701,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1705,4044,0,81,8,20,28,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Burning Blood','I hate to admit that Furen might have really found something. But to be sure I\'ll need to try his techniques on a new piece of armor. If you help me with the materials, $N, then you can have the armor.$B$BTo make this armor, I need samples of burning blood and a burning rock.$B$BThe only place I know to get them is Duskwood. The Nightbane worgen based in the Roland\'s Doom mine have burning blood, and their leader Gutspill will have the rock.$B$BMay fortune grant you speed, $N.','Bring 20 vials of Burning Blood and 1 Burning Rock to Grimand Elmore in Stormwind.','Nice work! Now if you\'ll excuse me, I have some work to do myself...','$N, do you have the burning blood and rock? I\'ll need them to complete the armor.','','','','','',6844,6845,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',1700,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1706,4044,0,81,8,20,30,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Grimand\'s Armor','','','I can barely believe it! Furen\'s technique was a success, and this armor should withstand tremendous levels of stress.$b$bHere you are, $n. And thank you. I wouldn\'t have believed Furen\'s discovery if you hadn\'t gathered the materials I needed to test it myself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6971,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',1705,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1707,4044,440,0,8,40,44,0,0,0,0,0,0,0,0,0,0,0,0,0,'Water Pouch Bounty','Greetings $n - the name\'s Luglunket, and we\'ve got an important job for you if you\'re up for it! Huzzah!$B$BNothing would please me more as a seasoned spigot operator to take any Wastewander water pouches you might find out in the desert. That\'s our water anyway - the nomads have just stolen it is all! The Gadgetzan Water Company will offer you an official care package for every five you turn in. Most importantly though, you\'re helping Gadgetzan help itself!','Bring 5 Wastewander Water Pouches to Spigot Operator Luglunket in Gadgetzan.','Excellent - the more water pouches we are able to reclaim, the further away from disaster we\'ll all be! Keep \'em coming, and I will be sure to reward you for every five water pouches you bring me.','Got the five Wastewander Water Pouches we need? If you do, then the Gadgetzan Water Company Care Package, Model 103-XB, will be yours!','','','','','',8483,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8484,0,0,0,1,0,0,0,369,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,4),(1708,4044,0,81,8,20,29,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Iron Coral','I want to try Furen Longbeard\'s new techniques on my own piece of armor. And because you helped Furen and he helped me, you\'re welcome to the armor after I make it!$B$BTo finish the piece, I need a special coral, searing coral. It grows in only one place--along the coast south of Menethil Harbor in the Wetlands.$B$BBring me enough searing coral and I\'ll get right to work on the armor. And hurry, $N. I\'m so eager to get started it\'s making my toes twist!','Bring 20 loads of Searing Coral to Klockmort Spannerspan in Ironforge.','That\'s the stuff! Well done! Now let me get this smelted and hammered so I can apply Furen\'s technique with my own and then we can see what happens!$B$BOh my, oh my! I just know the armor will be very very very tough!','Hello hello, $N! Do you have the searing coral? I can\'t wait to get to work!','','','','','',6848,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',1704,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1709,4044,0,81,8,20,30,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Klockmort\'s Creation','','','Here\'s your armor, $N. Furen\'s process worked brilliantly! Perfectly! Marvelously, truly!$B$BYou could run this armor over with a siege engine and it would spring right back into shape!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6974,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',1708,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1710,4044,0,81,8,20,30,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Sunscorched Shells','My colleague, Furen Longbeard, made a discovery which I am eager to test. I wish to try it on a new armor that I am researching, for I believe Furen\'s techniques will produce superior results.$B$BWill you help me? If you gather what I need to make the armor, then I will make an extra piece for you.$B$BI need the sunscorched egg shells of the Highperch Wyverns who dwell at Highperch, in Thousand Needles. Search for the shells below their nests, and return to me when you have a sufficient amount.','Bring 20 Sunscorched Shells to Mathiel in Darnassus.','Ah, thank you. These will work splendidly!$B$BI will begin fashioning the armor immediately...','Do you have the shells, $N? They are quite strong, and can be rendered into a lacquer I will use to coat the links of my new mail armor.','','','','','',6849,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1703,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1711,4044,0,81,8,20,30,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Mathiel\'s Armor','','','I have finished with your piece of armor, and I am quite pleased. Furen\'s new techniques meshed perfectly with my own and I am sure this armor will prove to be quite resilient.$B$BThank you, $N. And may this serve you well in future battles.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6973,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',1710,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1712,4044,0,81,0,30,40,0,0,1,0,0,0,0,0,0,0,1713,6929,1,'Cyclonian','I have spent ages watching this site. I watch, so that one day I might see the great Cyclonian fall. But I have not yet found a champion to defeat the wind lord.$B$BPerhaps you are that champion.$B$BProve it to me. Gather the items I need to summon Cyclonian, and I will know you are a great warrior. Perhaps then you can defeat him and gain his whirlwind heart.$B$BIf so, then I will infuse the heart\'s power in a weapon, and I will give that weapon to you.$B$BHere is a parchment with the items I need.','Bring the items on Bath\'rah\'s Parchment to Bath\'rah the Windwatcher in Alterac.','You have gathered the items for my spell, and have shown me your strength and cunning. But the next stage of our quest is even more perilous.$b$bLet us hope your strength does not falter.','Do you have the items, $N? Gathering them is the proof I need that you have the strength to face Cyclonian.','','','','','',3357,3901,6851,0,0,0,8,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',1791,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1713,4044,0,81,0,30,40,1,0,1,0,0,0,0,0,0,0,0,0,0,'The Summoning','I am ready to perform the ritual to summon Cyclonian. When he is summoned, you must defeat him and take his whirlwind heart. This I will use to instill a weapon with Cyclonian\'s power.$B$B$N, are you ready to face the wind lord?','Bring the Whirlwind Heart to Bath\'rah Windwatcher.','You did it! You defeated Cyclonian and gained the Whirlwind Heart!','$N, I must have the whirlwind heart!','','','','','',6894,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',1712,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1714,4044,0,81,8,30,37,0,0,1,0,0,0,0,0,0,0,0,0,0,'Essence of the Exile','','','The charms sink slowly into the cauldron\'s depths...$B$BA large bubble rises to the surface of the liquid and breaks...$B$B...And a churning lump of molten rock is revealed.','The cauldron bubbles. Its vapors beckon...','','','','','',4480,4479,4481,0,0,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6851,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1715,4044,0,61,8,10,-1,0,1101,256,0,0,0,0,0,0,0,0,0,0,'The Slaughtered Lamb','Hmph. Times past, all warlocks in Khaz Modan were trained under the auspices of the masters of Gnomeregan, but now that we\'ve all been forced to relocate into this rat\'s hole in Ironforge, and Magni\'s decided to keep a careful watch on us, we\'re forced to send our novices to Stormwind for training.$b$bLuckily, Gakin\'s no slouch, so you\'ll still learn what you need to know, but it burns my blood!$b$bAnyways, you\'ll find Gakin in the basement of the Slaughtered Lamb in Stormwind.','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','Sent by Blackwrench, were you? Damn warlocks in Ironforge need to get things sorted out. There\'s only so much room and so many teachers in Stormwind. With all the increased traffic, we\'re sure to attract attention sooner or later.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1685,0,0,0,'1685',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1716,4044,0,61,8,20,-1,0,1101,256,0,0,0,0,0,0,0,1738,0,0,'Devourer of Souls','A succubus is a devourer of souls, destroyer of hearts, and dominator of minds. It knows nothing but evil.$b$bThis will be the creature you will learn to summon and control, but it cannot be brought into our world without a stimulus.$b$bWith a symbol of love as bait, it will surely answer your call. Then you can defeat it, and make it your tool.$b$bIt will be hard to find something of this nature, though. You should speak with Takar the Seer. You will find him in the Barrens of Kalimdor near Camp Taurajo.','Speak with Takar the Seer in the Barrens.','Was your crossing difficult, $N? You have come a long way to speak with me. But fear not, I know why Gakin has sent you, and he was wise to, for I can help you in your search.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1717,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1717,4044,0,61,8,20,-1,0,1101,256,0,0,0,0,0,0,0,1716,0,0,'Gakin\'s Summons','$n! Didn\'t expect to see you around these parts, but I was instructed to keep an eye out for you.$b$bIt\'s past time you got some more training, so you should stop in to see Gakin the next time you\'re in Stormwind. He\'ll be waiting for you.','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','About time you showed up. Though, perhaps I should have sent someone more capable than Remen to find you.$B$BNo matter.$B$BYou\'ve gone too long without training, and a warlock without training isn\'t like to keep his head on his shoulders for long.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1718,4044,0,81,8,30,-1,0,0,1,0,0,0,0,0,0,0,1719,0,0,'The Islander','Your renown as a warrior grows, $N. Now it is time to pit yourself against your peers and see where you stand.$B$BThere is an island off the coast of the Barrens, south of Ratchet. It is called Fray Island and it is a place where warriors meet.$B$BMeet, and fight.$B$BSpeak with the chief warrior of Fray Island, Klannoc Macleod. If he finds you worthy, then Klannoc will lead you further down the warrior\'s path.$B$BTo reach Fray Island, search for the sand bar shallows along the Merchant Coast.','Speak with Klannoc Macleod.','Hello, $N. It\'s good to see you made it to Fray Island. I hope you find it to your liking...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1719,4044,0,81,5,30,-1,0,0,1,0,0,0,0,600000,0,0,0,0,0,'The Affray','If you want to learn from me, then you must first pass The Affray. It is a challenge we on Fray Island like to offer rising warriors who think they\'re tough, and if you can pass this test then I\'ll know you are.$B$BTo begin, walk into the middle of that crowd yonder and step on the grate. That\'ll tell Twiggy Flathead you\'re ready, and he\'ll send challengers against you.$B$BBeat all the challengers and he\'ll call out Big Will. Kill Big Will, and return to me in the time we allow.','Kill Big Will, then speak to Klannoc Macleod on Fray Island.','Well done, $N. You have passed The Affray!$B$BYou are a worthy warrior, and I am honored to teach you...','','Step on the grate to begin the Affray','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6238,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8616,0,0,0,0,0,0,0,1020,522,0,0,0,'',1718,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1738,4044,0,61,0,20,-1,0,1101,256,0,0,0,0,0,0,0,1739,0,0,'Heartswood','In preparation for your coming, I used my sight to look over the world and through the mists of time. I have found what it is you seek.$b$bIn the War of the Ancients, two lovers fell together in battle. Where they took their last breaths, a tree known as the heartswood grew, a symbol of their undying love.$b$bThat should be enough to tempt a succubus. You will find it in the ruins of Ordil\'Aran in the northwestern part of the forest of Ashenvale.','Retrieve the Heartswood from Ashenvale and bring it to Gakin the Darkbinder in the Mage Quarter of Stormwind.','Yes, I can tell this will do nicely, let me just work with it for a moment...$B$BTakar is a resourceful fellow to have around, isn\'t he? If only I could persuade him to move back to civilization.','Was your search a success, $N?','','','','','',6912,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1716,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1739,4044,0,61,0,20,-1,0,1101,256,0,0,0,0,0,0,0,0,6913,1,'The Binding','Using the heartswood core, you will be able to cast a spell at the summoning circle in the crypt below to open a portal for the succubus to pass through.$b$bBe careful, $n, succubi have overrun even the strongest of minds.$b$bOnce you have bested and returned it to the void, return to me and I will show you how to call and control it.','Using the Heartswood Core, summon and subdue a succubus, then return the Heartswood Core to Gakin the Darkbinder in the Slaughtered Lamb.','Well done, well done, $N. I see we\'ve done right in deciding to train you. Your performance certainly does not disappoint.$B$BI\'ve no qualms in showing you the way to control your newly bound succubus. Observe carefully.','Sometimes I wonder if Surena was not a succubus in disguise, sent to warp and twist my mind... Ha! I give her too much credit, I think.','','','','','',6913,0,0,0,0,0,1,0,0,0,0,0,5677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22243,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,11519,0,0,0,0,0,0,0,780,0,0,0,0,'',1738,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1740,4044,0,61,8,20,25,81,0,256,0,0,0,0,0,0,0,0,0,0,'The Orb of Soran\'ruk','When demons of the Legion fall out of favor, their spirits are imprisoned within orbs and distributed to their mages and warlocks.$b$bMany were carried by their servants in Azeroth. Even fragmented, they still possess the powers of the demons trapped inside.$b$bThe orb of Soran\'ruk was broken into two pieces, one was further broken to be used by the acolytes of the Twilight\'s Hammer in Blackfathom Deeps. The other, larger piece, was possessed by a wizard in Shadowfang Keep. Find them and I can reform it.','Find 3 Soran\'ruk Fragments and 1 Large Soran\'ruk Fragment and return them to Doan Karhan in the Barrens.','Yes... The orb was not greatly fragmented, and almost all of the pieces are here. It is a simple thing to recreate them, to make Soran\'ruk whole again.$B$BI have dedicated my life to the study of the Burning Legion\'s orbs and their recreation. You have done me a favor collecting these pieces to study, and I will give you them back - fully reconstructed - in a form of your choosing.','It took me many years to collect the pieces of the orb of Zargain, but it has served me well, as I am sure the orb of Soran\'ruk will serve you.','','','','','',6914,6915,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6898,15109,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1758,4044,0,61,8,30,-1,0,1101,256,0,0,0,0,0,0,0,1802,0,0,'Tome of the Cabal','It will take more than a simple summoning circle to bring forth a felhunter for you to challenge.$b$bMy three acolytes and I will assist in creating the magic circles. You require a copy of the Tome of the Cabal, which has been lost to us for some time. It was written by the first group of warlocks to summon a felhunter unaided.$b$bPerhaps Krom Stoutarm can help you with this. An itinerant warlock these days, he spends his days hoarding ancient texts and skulking about the library in Ironforge.','Speak with Krom Stoutarm in Ironforge.','Tome of Cabal? Hmm...sounds familiar. I have never seen it here before, though--and believe me, I remember every book I read. $B$BHmm... Ah, yes!$B$BI have seen reference to it in library cataloging books.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1798,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,2),(1778,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,1779,0,0,'The Tome of Divinity','I\'m going to see about making plans to return home soon. Hopefully, Stephanie is doing well back in Stormwind. I can\'t wait to see her again. Till next we meet, $c.','Speak to Tiza Battleforge in Ironforge.','So, you\'ve returned so quickly, huh? And what pray tell have you accomplished in your time away from here?$B$BWere you able to help a noble cause? Perhaps you\'ve learned the value of charity or some more about your obligations to the citizens of Azeroth. Tell me, who have you helped and how.... Impressive, $N, those are surely the actions of one who follows the Light.$B$BSuch sacrifice will always be rewarded in time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1648,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1779,4044,0,141,0,12,-1,0,4,2,0,0,0,0,0,0,0,1783,6866,1,'The Tome of Divinity','I want you to take this, $N. It is called the Symbol of Life.$B$BYou\'ve proven charitable and patient, and now I want you to prove just how adept you\'ve become in both combat, and power.$B$BMy husband Muiredon returned recently from an encounter with some Dark Iron dwarves, and he barely escaped with his life--he\'s over there having his wounds healed by one of our priests.$B$BTake the Symbol and speak to him. If you can help him, then we will speak again soon. May the Light shine upon you.','Take the Symbol of Life and speak to Muiredon Battleforge in Ironforge.','*cough*$B$BGood day to ya, $C. Don\'t mind me wounds, the good priest \'ere\'ll take care of ol\' Muiredon in time. Not needin\' the power of that Symbol of Life ya got there quite yet.$B$BSo, me wife sent ya o\'er to speak to me, huh? Fair \'nough. I\'ll take the time to talk to ya-I\'ll tell ya exactly wut happened to Muiredon and his best friend Narm, a $C jus\' like yerself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1778,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1780,4044,0,141,8,12,-1,0,1,2,0,0,0,0,0,0,0,1781,0,0,'The Tome of Divinity','I\'ll take these to the children this very day. Please be safe, good $c. It is not often $G men:women; of your character show their faces in the city, but you\'ve proven that the paladins here in Stormwind shall never turn their backs on those in need.$B$BFarewell.','Speak to Duthorian Rall in Stormwind.','You\'ve returned so quickly, $N. And what have you accomplished in your time away from the Cathedral?$B$BHave you helped a noble cause? Perhaps you\'ve learned the value of charity or some more about your obligations to the citizens of Azeroth. Tell me, who have you helped and how... Well, I\'m impressed, $N, those are surely the actions of one who follows the Light and values others above oneself.$B$BSuch sacrifice will always be rewarded in time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1644,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,3,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,2),(1781,4044,0,141,0,12,-1,0,1,2,0,0,0,0,0,0,0,1786,6866,1,'The Tome of Divinity','Take this, $N. It is called the Symbol of Life.$B$BYou\'ve proven charitable and patient, and now the time has come to see if you\'re powerful enough to focus one of the Light\'s greatest gifts.$B$BMy friend Gazin returned recently from an encounter with some Defias in Elwynn near Heroes\' Vigil--he barely escaped with his life. He\'s near the altar having his wounds healed by our priests.$B$BTake the Symbol and speak to him. If you can help him, then we will speak again soon. May you bask in the Light\'s glory.','Take the Symbol of Life to Gazin Tenorm in Stormwind.','*cough*$B$BPleasure to meet you, $R. Don\'t mind my wounds, the good priest here can take care of ol\' Gazin this time. I won\'t be needing the power of that Symbol of Life you\'ve got there... not yet anyway.$B$BSo, Duthorian sent you to speak to me, huh? Fair enough. I\'ll tell you exactly what befell me and my friend Henze. And with any luck, and some skill on your part, perhaps you can still help us all.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1780,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,33,2,1,1,0,0,0,0,1,0,0,0),(1782,4044,0,81,8,20,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Furen\'s Armor','','','Here\'s your armor, $N. This will stand up to the strongest assaults or my name isn\'t Furen Longbeard!$B$BAnd I have to thank you. I learned a lot while working with the materials$Byou brought me. I think I\'ll have another breakthrough one day!$B$BI\'m going to send what I learned to other$Bblacksmiths of the Alliance.$B$BI\'ll tell them you were a big help, and maybe they\'ll want to return the favor.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6972,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',1701,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1783,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,1784,6866,1,'The Tome of Divinity','We was spyin\' on some of the Dark Iron dwarves that\'ve bunkered down south of Helm\'s Bed Lake. We knew they was up to no good, so Narm an\' me thought we\'d take a closer look--got ta see their leader given orders to some o\' his men.$B$BNarm an\' me took the chance to kill a few of \'em, but they proved tougher than we thought, an\' more of \'em got the jump on us. Narm tol\' me to run an\' get support, so \'ere I am.$B$BNarm needs help, an\' I\'ll not rest till he gets it.$B$BC\'n ya help, $N?','Take the Symbol of Life and resurrect Narm Faulk in Dun Morogh.','I can\'t thank you enough, $gbrother:sister;.$B$BI can only assume that Tiza and Muiredon sent you here to aid me if you carry the Symbol of Life.$B$BIt\'s true, I fell to the Dark Iron while trying to attain one of the scripts: I was able to hold on long enough to allow Muiredon to escape, but the Light had almost embraced me fully when you came along. The fact that you were powerful enough to use the Symbol means great things for you, but there\'s time to speak of that later.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1779,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1784,4044,0,141,0,12,-1,0,4,2,0,0,0,0,0,0,0,1785,0,0,'The Tome of Divinity','Before I fell in battle, Muiredon and I had almost defeated one of the Dark Iron spies near that small house. We witnessed their captain passing orders to them, and sought to kill him and take the orders.$B$BSome of the council in Ironforge do not yet believe the presence of Dark Iron dwarves exists in Dun Morogh. By attaining one of those scripts, we\'ll not only have proof of their movements, but possibly an idea of what they\'re planning.$B$BGet one of those scripts and take it back to Muiredon, $N.','Retrieve a Dark Iron Script from the Dark Iron dwarves near Helm\'s Bed, and return to Muiredon Battleforge in Ironforge.','Haha! You\'ve done it! Ya saved Narm, and ya found the proof me wife needs to take to the council. Yer a blessin\' o\' the Light if I ever saw one... not includin\' me wife o\' course.$B$BThank ya again, $N.','Yer back! I\'m glad to see it, $N. My wounds are healed and I\'m about ready to return to Helm\'s Bed lake as soon as I c\'n convince me wife that I\'ll be fine.','','','','','',6847,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1785,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','I c\'n see me wife\'s o\'er there beamin\' wit pride already. Ya better get yer tuchus o\'er there pronto. I be thinkin\' she\'d have some words wit ya.$B$BLight be witcha, mighty $c. I\'ll be lookin\' fer ya on the battlefield against the Scourge and dem Dark Irons when the time comes.','Speak to Tiza Battleforge in Ironforge.','You\'ve done all of Ironforge a great favor today, $N. I\'m proud to count you among us, and if you feel you\'re ready, I would like to bless you with this scroll. The Symbol of Life would only have worked when used by a $C who was ready for one of the Light\'s greatest blessings-the power to restore the dead back to life.$B$BI will teach you the ability to resurrect your companions. Use it wisely, $N, and thank you, on behalf of myself, my husband, and Ironforge.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7328,7329,0,0,0,0,0,0,0,1320,0,0,0,0,'',1784,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1786,4044,0,141,8,12,-1,0,1,2,0,0,0,0,0,0,0,1787,6866,1,'The Tome of Divinity','Henze and I had made it to Heroes\' Vigil, an island in the middle of Stone Cairn Lake in northeastern Elwynn. We\'d heard the Defias had infiltrated our borders and we wanted proof to take to the king\'s advisors.$B$BWe caught sight of a couple of the scum going over some documents, and we attacked. Unfortunately, we were quickly overwhelmed by more of the mages.$B$BHenze held them off for me while I escaped... the daft fool, going and being brave.$B$BHe\'s out there now, Henze is. Can you help us, $N?','Take the Symbol of Life and resurrect Henze Faulk in Elwynn.','Thank you, $Gbrother:sister;.$B$BSeeing you wield the Symbol of Life, may I assume Duthorian or Gazin sent you?$B$BI fell to the Defias spell casters while Gazin and I tried to get their plans from them: I was able to hold on long enough to allow Gazin to escape, but in the end, their magics overwhelmed me.$B$BBut you were able to bring me back: the ability to use the Symbol doesn\'t come to just anyone, $N. It bodes well for you that you were able to empower it with your own faith.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1781,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,4,2,1,1,1,0,0,0,0,1,0,0,4),(1787,4044,0,141,0,12,-1,0,1,2,0,0,0,0,0,0,0,1788,0,0,'The Tome of Divinity','We\'ll have time to talk more about the Symbol at a later time. What\'s important now is to get those papers we saw the Defias going over. If we can get our hands on them, we\'ll be able to prove the Defias have infiltrated Elwynn and hopefully gain some insight into what their plans are.$B$BI\'m in no shape for battle as of now, $N. Do you think you\'re strong enough to get those papers from the Defias here on the island?$B$BIf you\'re able to get them, bring them back to Gazin and let him know I\'m all right.','Retrieve a Defias Script from the Defias Rogue Wizards in Elwynn, and return to Gazin Tenorm in Stormwind.','Wonderful! You made it, and saved Henze. The Light is with you for sure, $N!','Is Henze safe, $N? Were you successful?$B$BBetween your skill with a weapon, and the power of the Light, I\'d imagine Heroes\' Vigil is safe from any Defias threat, but that\'s for the King and his advisors to say.','','','','','',6846,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1786,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,6,1,0,0,0,0,3,4,1,1,0,0,0,0,0,6,0,0,4),(1788,4044,0,141,8,12,-1,0,1,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','I\'ll take the script to the King\'s advisors after Duthorian\'s taken a look at them, but in the meantime, you should go speak to Duthorian now. He\'ll be wanting to pat you on the back for sure!$B$BThank you again, $N. I hope we meet again. You\'re surely an ally I\'m proud to call friend.','Speak to Duthorian Rall in Stormwind.','You\'ve done well this day, $N. You should take some pride in what you\'ve accomplished.$B$BEven more so, you should be proud of your abilities. Not everyone can use the power of the Symbol of Life. Calling upon the Light to bring back the dead means you\'re prepared for one of the $C\'s greatest honors: the power of resurrection.$B$BYou shall have the power to bring back fallen companions much like you did for Henze.$B$BBe well, $N. The Light shines upon you and you should welcome it wholly.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7328,7329,0,0,0,0,0,0,0,1320,0,0,0,0,'',1787,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,4,1,1,1,2,0,0,0,0,1,0,0,6),(1789,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,0,0,0,'The Symbol of Life','','Speak with Tiza Battleforge again.','Make haste, $N, more than one life hangs in the balance if you fail.$B$BIf for some reason you fail to help Muiredon and Narm, then return to me and I will give you another Symbol of Life for your travels.$B$BDon\'t mistake my aid as simple charity, you must prove yourself worthy like any other $C and continual failure may reflect upon you later.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6866,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1790,5875,0,141,8,12,-1,0,1,2,0,0,0,0,0,0,0,0,0,0,'The Symbol of Life','','Speak with Duthorian Rall again.','Make haste, $N, more than one life hangs in the balance if you fail.$B$BIf for some reason you fail to help Henze, then return to me and I will give you another Symbol of Life for your travels.$B$BDon\'t mistake my aid as simple charity, you must prove yourself worthy like any other $C and continual failure may reflect upon you later.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6866,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1781,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,0),(1791,4044,0,81,8,30,30,0,0,1,0,0,0,0,0,0,0,1712,0,0,'The Windwatcher','Now that you\'ve learned your berserker\'s stance, you\'ll want a nice weapon to use it with.$B$BTalk to Bath\'rah the Windwatcher, a troll hermit who lives between the Alterac Mountains and the Western Plaguelands. He is a skilled weapon maker and a powerful shaman.$B$BTo find Bath\'rah, go to the river that flows along Tarren Mill\'s eastern flank. Follow it north--Bath\'rah is camped near ruins that rest along the river\'s eastern bank.','Speak with Bath\'rah the Windwatcher.','You have traveled far, young $C. I see fire in your eyes. You seek a weapon of great power, yes?$B$BI can help you with your quest. And you can help me with mine.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',1719,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1792,4044,0,81,8,30,40,0,0,1,0,0,0,0,0,0,0,0,0,0,'Whirlwind Weapon','','','I have the whirlwind heart, and am ready to place it within your vessel of choice.$B$BChoose your weapon, $N, and know that its power is the power of Cyclonian.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6975,6977,6976,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',1713,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1793,4044,0,141,8,20,-1,0,1101,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Valor','','Speak with Duthorian Rall again.','It has been proven that the Light is with you, $N, but as times grow more dangerous, it becomes important to know what strength lies beneath the flesh. When demons, dragons, or any other evil set foot in your lands, your mettle will be tested. Will you be strong enough?$B$BBravery, regardless of the situation, is as much a part of paladinhood as the Light, your armor, and your weapon. Protecting the weak, and not losing faith are two more lessons you must master while you study in the Cathedral of Light.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6776,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'1794',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,6,1,0,0,0,0,1,0,0,0),(1794,4044,0,141,8,20,-1,0,1101,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Valor','','','It has been proven that the Light is with you, $N, but as times grow more dangerous, it becomes important to know what strength lies beneath the flesh. When demons, dragons, or any other evil set foot in your lands, your mettle will be tested. Will you be strong enough?$B$BBravery, regardless of the situation, is as much a part of paladinhood as the Light, your armor, and your weapon. Protecting the weak, and not losing faith are two more lessons you must master while you study in the Cathedral of Light.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6776,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'1793',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(1795,4044,0,61,0,30,-1,0,0,256,0,0,0,0,0,0,0,0,6999,1,'The Binding','If you are sufficiently prepared, then we should begin. Let me explain the process to you.$b$bI will begin by creating the basic summoning circle. When that is finished, my acolytes will use the rods of channeling to create the greater circle.$b$bOnce that is done, read the incantation from the Tome of the Cabal, and the felhunter will be pulled forth. Be careful, $n. A felhunter is a powerful foe, and I\'d like to see you keep your head on your shoulders.','Using the Tome of the Cabal, summon and subdue a felhunter, then return the Tome of the Cabal to Strahad Farsan in Ratchet.','I must say I\'m impressed, $N. When I faced down my felhunter, I barely escaped with my life. I sense that you have the potential to become one of the most powerful warlocks of this era.','Every $C should have a felhunter at his command. Though it be difficult to tame, the powers it brings to its master far outweigh the cost.','','','','','',6999,0,0,0,0,0,1,0,0,0,0,0,6268,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22244,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,1373,0,0,0,0,0,0,0,1020,0,0,0,0,'',1805,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,5),(1796,4044,0,61,8,31,31,0,0,256,0,0,0,0,0,0,0,4781,0,0,'Components for the Enchanted Gold Bloodrobe','The first item I will aid you in creating is a robe. You will gather the items for me, and we will put them together. Afterwards, assuming you succeed, you will have the first of many items that will make you more powerful and aid you in your struggles.$B$BTo start, you must have crafted Robes of Arcana. A tailor can make this for you, or perhaps you can purchase one from someone else--I\'d be most impressed if you could make it yourself--but regardless, bring me the robes, and we shall go from there.','Bring Robes of the Arcana to Menara Voidrender in the Barrens.','This will do nicely, $N.$B$BAll magical items must begin with an item of high quality. The more effort and skill put into an item, the greater the magics it can hold. Rare and more expensive components hold the magic better. You will not regret having the robes fashioned into the ones we will make for you later on.','How goes your search for the robes, $N? Have you created them yourself? Such personal touches I find make the imbuing of magic that much sweeter. It gives you a greater sense of accomplishment. But I understand if you choose the quicker path and have it made for you - there\'s something to be said for such... ambition.','','','','','',5770,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',4739,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,5),(1798,4044,0,61,8,30,-1,0,1101,256,0,0,0,0,0,0,0,1758,0,0,'Seeking Strahad','It is time you learned the felhunter summoning, $n. I do not have the reagents and items necessary to teach you here, so you will have to seek out another, Strahad Farsan, another of our inner circle.$b$bHe makes his residence in the goblin port of Ratchet. I will send word ahead of you to inform him of your coming.','Speak with Strahad Farsan in the Barrens.','$N? Ah, of course. Our latest prodigy. The real thing can not live up to the legend, I am afraid. $B$BNo matter, you have come here to learn, not to hear me make jokes to myself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,11,1,0,0,0,0,0,0,1,0,0,2),(1799,4044,0,61,8,35,40,0,0,256,0,0,0,0,0,0,0,4961,0,0,'Fragments of the Orb of Orahil','Good, then we shall begin.$B$BThe first thing you must do is speak to my acolytes inside. Choose one of their paths to follow--they will explain more.$B$BSecond, you must travel to Desolace and find an Infernal Orb from one of the warlocks of Mannoroc Coven. It is that orb that you will cleanse with the help of a mage named Tabetha deep in southern Dustwallow Marsh. She will aid you because of our history together.$B$BAgain, do not come back until you have done both things I\'ve asked.','Speak to Menara\'s acolytes inside the tower above Ratchet and choose one of their paths to follow.$B$BAfterwards, bring an Infernal Orb to Tabetha in Dustwallow Marsh.','Oh, so Menara sent you. Fair enough... I suppose you may stay as my guest for the time being. But you must be on some pressing business - perhaps you\'re here seeking lost power? Maybe I\'m mistaken. Maybe corruption isn\'t too far away from you after all.','And obviously not being a mage, I wonder if I can trust you at all. I can smell the power of the arcane on you, but you seem to have eluded the stank of corruption that comes so willingly with your kind.$B$BYes, a $C... a $C has come to ask for my help.$B$BWell, what is it I can do for you, $N?','','','','','',7291,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',4969,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,6,0,0,5),(1800,4044,0,284,2,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Lordaeron Throne Room','The orphan matrons at my home tell mighty stories of battle and lore at night if we are good and do our chores. One story was about how Lordaeron fell, and about how the evil Arthas took his own father\'s life to become ruler.$B$BHe had no honor, $N! When I grow up and become a mighty Horde warrior, my blade will be guided by honor - never evil!$B$BWould you take me to see the throne room, please? It is just before where you would go down into the Undercity.','Take your ward to the old Lordaeron Throne Room that lies just before descending into the Undercity.\n','That throne room was scary, Yohaan! Even though it was empty, it felt like a great evil had happened there. I felt mad... but I also felt sad too. I understand why the matrons tell us such stories; I will never betray my people like that!$B$BThank you for taking me to the throne room, $N. I learned a lot.','Are we there yet?','Go to the old Lordaeron Throne Room that lies just before descending into the Undercity.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,3547,0,0,0,'',172,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1801,4044,0,61,8,30,-1,0,690,256,0,0,0,0,0,0,0,1803,0,0,'Tome of the Cabal','It will take more than a simple summoning circle to bring forth a felhunter for you to challenge.$b$bMy three acolytes and I will assist in creating the magic circles. You require a copy of the Tome of the Cabal, which has been lost to us for some time. It was written by the first group of warlocks to summon a felhunter unaided.$b$bPerhaps Jorah Annison can help you with this. He\'s employed as a cartographer in the Undercity these days, but still knows more of ancient texts than any I know.','Speak with Jorah Annison in the Undercity.','Map making! Pictures, estimations of reality. I have no use for such things.$b$bIn books, narrative, description! That is where truth lies. I would trade all the maps in this store for one book on the rise of necromancy, or a tale of the Dark Lady\'s triumph.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1802,4044,0,61,262152,30,-1,0,1101,256,0,0,0,0,0,0,0,1804,0,0,'Tome of the Cabal','It was lost, but there\'s some idea as to where it might be found.$b$bThere was only one copy ever made and it was vandalized at some point, a large portion of it ripped from the binding. Rumor has it that it somehow passed into the hands of the centaur of Thousand Needles.$b$bThe rest was lost off the coast west of Southshore, where it was to be transported to Menethil Harbor by boat. It never arrived.$b$bIn exchange for this knowledge, all I ask is that if you find it, bring it to me to see.','Retrieve the Moldy Tome and Tattered Manuscript for Krom Stoutarm in Ironforge.','Fantastic! Now I may join the ranks of the few that have spied its contents.$B$BI can\'t wait to further peruse this text. This is a great day, $N! If you will just allow me to glance at it before you leave. I\'m sure that Strahad will be willing to send me a copy.','Did the rumors prove true, $N?','','','','','',6931,6997,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1758,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(1803,4044,0,61,8,30,-1,0,690,256,0,0,0,0,0,0,0,1805,0,0,'Tome of the Cabal','Ah! I see that you are a warlock of similar tastes to mine. Indeed, acquiring the Tome of the Cabal is a worthy aspiration. Did you know that it was once held within the walls of Lordaeron? It was vandalized though, almost half its pages removed. Who would commit such a heinous act?$b$bThat half is lost, though rumor says that it fell into the hands of the centaur of the Thousand Needles.$b$bThe rest of the text was to be transferred to Ironforge, but was lost in transit on the coast west of Southshore.','Retrieve the Moldy Tome and Tattered Manuscript for Jorah Annison in the Undercity.','Well well well! What do we have here?$B$BThis is impressive, $N. I wouldn\'t have thought it possible, but here it is in my very hands, the complete Tome of the Cabal.$B$BAllow me to leaf through its pages for just a moment before you are off again.','It may be that you are chasing after fairy tales, $N, but truth can be found at the center of even the wildest rumors.','','','','','',6931,6997,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',1801,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1804,4044,0,61,0,30,-1,0,1101,256,0,0,0,0,0,0,0,1795,7006,1,'Tome of the Cabal','Well, ah, it\'s hard to let it go. But you found it, and you have more important things to do with it, of course. Just, please, be sure to mention to Strahad that I wanted a copy.$b$bWhile you were out, he sent a message for you. He wanted me to tell you that for his acolytes to assist with the summoning, you\'ll have to acquire three rods of channeling.$b$bHe might not know where to find them, but I do! They were last used by the orcs of the Dragonmaw clan in the Wetlands. I\'d check their spellcasters!','Bring the Reconstructed Tome and 3 Rods of Channeling to Strahad Farsan in Ratchet.','Well done! The Tome of the Cabal and three pristine--slightly scratched, I suppose--rods of channeling.$B$BThis will be interesting. It\'s been some time since a young $C took on a felhunter to make his own.','Haven\'t seen you around these parts for a while. Have you found the tome and the rods?','','','','','',7006,6930,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1802,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,2,21,1,0,0,0,0,0,0,6,0,0,5),(1805,4044,0,61,0,30,-1,0,690,256,0,0,0,0,0,0,0,1795,7006,1,'Tome of the Cabal','This is one of the most interesting texts I have perused in the last few years. The selection here is sparse--mostly books on geography--and I have already read them all. I should hope that Strahad would send me a copy of this tome when he has the chance.$b$bSpeaking of him, he sent word to me while you were away. For your task, you must obtain three rods of channeling.$b$bFor allowing me to look at this text, I will share a secret: You can find the rods on orcs of the Dragonmaw Clan in the Wetlands.','Bring the Reconstructed Tome and 3 Rods of Channeling to Strahad Farsan in Ratchet.','Well done! The Tome of the Cabal and three pristine--slightly scratched, I suppose--rods of channeling.$B$BThis will be interesting. It\'s been some time since a young $C took on a felhunter to make his own.','Yes, $N? Of what service can I be to you?','','','','','',7006,6930,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',1803,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1806,4044,0,141,0,20,22,0,1101,2,0,0,0,0,0,0,0,0,0,0,'The Test of Righteousness','Why don\'t we go over to the forge and get started on this? I\'ve been preparing for your arrival for some time, so it shouldn\'t take long at all.$B$BWhen we\'re done, you\'ll be far more prepared to defend the Light than you have been, this much I swear.$B$BI\'ll be somewhat honest, $N, seeing the results of your exploits makes me somewhat envious. But knowing that I can contribute to your adventures in my own significant way does bring me some joy.','Wait for Jordan Stilwell to finish forging a weapon for you.','Here it is, $N. A weapon worthy of a champion of the Light such as yourself. I\'ve named it after a great dwarven paladin who was a friend of mine. His name was Verigan... Bosch Verigan.$B$BPlease take it on behalf of myself and my wife. We owe you a great debt, and the world will be a safer place with one of your skill traveling the land.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6953,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',1654,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1818,4044,0,81,8,10,-1,0,690,1,0,0,0,0,0,0,0,1819,0,0,'Speak with Dillinger','I was told Deathguard Dillinger has a job for someone like you. If you\'re willing to show your value to the Dark Lady\'s forces, then report to Dillinger immediately.$B$BDeathguard Dillinger\'s post is on the west end of Brill, near the graveyard.','Speak with Deathguard Dillinger in Brill.','You\'re here for a mission? Good. I have an important one, and one that will test your skill in combat... and your resolve in the defense of the Forsaken.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'1505',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1819,4044,0,81,8,10,-1,0,690,1,0,0,0,0,0,0,0,1820,0,0,'Ulag the Cleaver','When the Scourge swept through Tirisfal Glades, we captured one to study. He had a free mind, and called himself Ulag the Cleaver. But, although his will was free, he was still enthralled by the Lich King.$B$BWe hoped to find a way to break the king\'s control over Ulag, but we failed. Now, finally, it is time to free him. $B$BFree him, and kill him.$B$BActivate the skull stone trigger near the mausoleum to the north. This will lift the magical seal that binds him.$B$BThen... be ready, $N.','Kill Ulag the Cleaver, then speak with Deathguard Dillinger.','Well done, $N. Ulag was no minor agent of the Scourge. You have shown the Deathguards, and hence the Dark Lady, that you are a $C of skill and resolve, and are worthy of further instruction.','Your task is yet undone, $N. It is not wise for a $C to show fear...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6390,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8121,0,0,0,0,0,0,0,1020,0,0,0,0,'',1818,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1820,4044,0,81,8,10,10,0,690,1,0,0,0,0,0,0,0,1821,0,0,'Speak with Coleman','You have proven your value to the Dark Lady, now perhaps you can prove yourself to one of her subjects.$B$BColeman Farthing awaits a warrior who is willing to be his instrument of revenge against the Forsaken\'s enemies.$B$BYou will find him in the Gallow\'s End Tavern in eastern Brill.','Speak with Coleman Farthing.','Yes, it is true. I have need for your skills in combat. My means are small, but my task aids both me and the Forsaken\'s cause. Do it, and your reward will be twofold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',1819,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1821,4044,0,81,8,10,11,0,690,1,0,0,0,0,0,0,0,0,0,0,'Agamand Heirlooms','The Agamand family were my employers in life, and they were the cause of my death! It is fitting that the Agamands are now mindless minions of the Lich King.$B$BNow I would have their last vestiges of honor. Go into their family crypt and rob them of their family heirlooms: a sword, an axe, a dagger and a mace. Bring them to me!$B$BThe Agamand family crypt is at the north end of the Agamand mills, protected by lurking Scourge and dead Agamands.','Bring Coleman Farthing the Agamand Family Axe, the Agamand Family Sword, the Agamand Family Mace and the Agamand Family dagger.','Ah! You retrieved them! Now the last semblance of honor and memory is stripped from the cursed Agamand lands. The family truly is no more!','Do you have the heirlooms, Sictor?','','','','','',7567,7568,7569,7566,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',1820,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1822,4044,0,81,8,10,11,0,690,1,0,0,0,0,0,0,0,0,0,0,'Heirloom Weapon','','','I will keep three of the weapons you returned to me, as mementos of my pain and loss. But please, $N, choose your favorite of the heirlooms and keep it for yourself.$B$BMay it serve you greater than it served its cursed, former owners.','I will keep three of the weapons you returned to me, as mementos of my pain and loss. But please, $N, choose your favorite of the heirlooms and keep it for yourself.$B$BMay it serve you greater than it served its cursed, former owners.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7115,7117,7116,7118,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',1821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1823,4044,0,81,8,20,20,0,690,1,0,0,0,0,0,0,0,1824,0,0,'Speak with Ruga','You are a warrior of skill and growing renown. Perhaps you are ready for Ruga Ragetotem\'s trial? If so, then find Ruga in Camp Taurajo in the Barrens.$B$BHe awaits those warriors who answer his call.','Speak with Ruga Ragetotem.','You are here for my trial, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1824,4044,0,81,8,20,20,0,690,1,0,0,0,0,1800000,0,0,1825,0,0,'Trial at the Field of Giants','To pass this trial, you must travel south to the Field of Giants. There you will find a host of crawling, insect creatures. They are new to the Barrens and I do not like what they herald.$B$BBring me their still-twitching antennae, and waste no time, $N, for harvested antennae will not twitch for long. Bring me the antennae in the time allowed, and you will pass the trial.','Bring 5 twitching antennae to Ruga Ragetotem at Camp Taurajo','Nicely done, $N! In passing the trial at the Field of Giants, you take one more step down the $C\'s path.','Do you have the antennae? If so then give them to me quickly, for twitching antennae do not twitch forever...','','','','','',7119,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',1823,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1825,4044,0,81,8,20,20,0,690,1,0,0,0,0,0,0,0,1838,0,0,'Speak with Thun\'grim','Thun\'grim Firegaze, an orc blacksmith of renown, has heard of your continued deeds of valor in service of the Horde. He would like to fashion for you a suit of armor, and bids you speak with him immediately.$B$BThun\'grim is camped east of the Crossroads in the Barrens.','Speak with Thun\'grim Firegaze in the Barrens.','Yes, you have come. This is good, for we have much to discuss, you and I.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',1824,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1838,4044,0,81,0,20,30,0,690,1,0,0,0,0,0,0,0,0,7587,1,'Brutal Armor','I have heard tales of your strength and valor, and wish to make for you a suit of armor, a companion to aid you as tales of your great deeds grow.$B$BBut the fashioning of this armor will be a quest unto itself, $N. I will need your help, and the help of other smiths of the Horde.$B$BHere, take this scroll. I spent many nights, struggling with near-blind eyes, writing that which I need for the armor. Bring me the items on this scroll and I will create for you the first piece of the suit.','Bring to Thun\'grim Firegaze 15 Smoky Iron Ingots, 10 Powdered Azurite, 10 Iron Bars and a Vial of Phlogiston.','You brought all that I asked. Now, I will do my part...','Do you have the items on my scroll, $N?','','','','','',7126,7127,3575,6841,0,0,15,10,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',1825,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1839,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,1842,0,0,'Ula\'elek and the Brutal Gauntlets','The troll smith Ula\'elek will craft for you the brutal gauntlets. He dwells in Durotar, in Sen\'jin Village with his Darkspear brethren, and he awaits your coming.','Speak with Ula\'elek in Durotar.','Greetings, $N. Old Thun\'grim sent word to me of your coming, but had he kept silent your presence here would not have surprised me.$B$BThe spirits follow your progress, young $C, and they tell me that many foes have fallen before you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1838,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1840,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,1844,0,0,'Orm Stonehoof and the Brutal Helm','Orm Stonehoof is respected greatly for his skill. He will make for you the brutal helm.$B$BSeek him out in Thunder Bluff, near the pool by the city\'s great, central totem.','Speak with Orm Stonehoof in Thunder Bluff.','Greetings, $C. I am Orm, and Thun\'grim tells me you wish a helm made?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1838,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1841,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,1846,0,0,'Velora Nitely and the Brutal Legguards','It is said that, before her death, Velora Nitely was one of the finest armorsmiths in Lordaeron. Death, it seems, has not decreased her talents. Speak with Velora--she will make your brutal legguards.$B$BVelora plies her trade in the Undercity of Lordaeron, in the trade quarter.','Speak with Velora Nitely in the Undercity.','You are here for leg armor? Great!$b$bUm... am I making the armor for you, or are you making it for me?$b$bThat was joke. Was it funny? I can\'t tell... I lost my sense of humor the same time I lost my sense of smell. Which was about the same time I stopped breathing.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1838,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1842,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,0,0,0,'Satyr Hooves','I can make you a pair of brutal gauntlets, and great magic will they hold. But first, you must collect this magic and bring it to me.$B$BThe satyrs dwell in northeastern Ashenvale because of the forest\'s power. They feed off its purity, leeching and corrupting. You can tell which satyrs have drawn the most of Ashenvale\'s magic by their swollen, uncloven hooves.$B$BThese hooves hold great power. I will need them for your gauntlets\' crafting.','Bring 7 Uncloven Satyr Hooves to Ula\'elek at Sen\'jin Village in Durotar.','Ah, you have them! Now, just as the Satyrs leeched the strength of Ashenvale, I will leech the power held within these hooves and harness it into my crafting...','Do you have the hooves, $N? The magic within them is strong.','','','','','',7128,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1839,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1843,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,0,0,0,'Brutal Gauntlets','','','Thank you, $N. These gauntlets are my best work. Take them. In wearing them, you bring honor to me and my ancestors.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7129,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1842,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1844,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,0,0,0,'Chimaeric Horn','I will make you the helm, but you must show me you are worthy of it.$B$BNestled in the southwestern reaches of the Stonetalon Mountains lies the Charred Vale. It was once a verdant place, but is now defiled and ashen, and what creatures remain there are mad with pain and despair.$B$BThat place is where I send you, $N.$B$BYou must go to the Charred Vale and find a chimaera matriarch. Slay her, free her of her misery. Bring me her galvanized horn as proof, and I shall make for you the helm. ','Bring a Galvanized Horn to Orm Stonehoof in Thunder Bluff.','You have completed your task, $N, and shown me your worth and resolve. The helm will be yours...','Do you have the horn? Is the matriarch free of pain?','','','','','',6840,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1840,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1845,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,0,0,0,'Brutal Helm','','','I give this helm to you.$B$BGreat deeds brought you to me, $N, and Earthmother willing... even greater deeds lie before you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1844,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1846,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Shinbones','To make the brutal leg guards, I need a brace of sturdy shinbones. The Dragonmaw orcs of the Wetlands have nice, thick shinbones. I\'ll need theirs.$B$BBut they must be sturdy. Be sure to test the shinbones as you collect them. If you can break them with your bare hands, then they won\'t be sturdy enough to work with.','Bring 8 Sturdy Dragonmaw Shinbones to Velora Nitely in the Undercity.','Well done! These all look strong. I think they\'ll do quite nicely. How did those orcs mind you taking their shins, $N? Complain much?$B$BThat was another joke. You\'re not laughing.$B$BI\'m not very funny these days, am I...','I\'m waiting for those shinbones, $N. They\'ll make a nice frame for your leg guards.','','','','','',0,7134,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',1841,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1847,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,0,0,0,'Brutal Legguards','','','Here are your legguards, $N. Let me know how they fit or if you need any modifications. I aim to please! At least I used to.$B$BThese days I don\'t care much for my craft. But it beats being a mindless minion of the Scourge!$B$BI guess.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7132,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1846,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1848,4044,0,81,8,20,30,0,690,1,0,0,0,0,0,0,0,0,0,0,'Brutal Hauberk','','','I am sure you endured much hardship and shed much blood on my task, $N. Here is the product of your toil.$B$BMay you wear it well, and may you one day return here with stories of its service to you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7133,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',1838,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1858,4044,0,162,0,10,13,0,690,8,0,0,0,0,0,0,0,0,7209,1,'The Shattered Hand','I\'ll leave it to you to get Tazan\'s satchel open, and return to me with its contents. The locking mechanism is complex, so it would probably be easiest if you obtained the key.$b$bAs you didn\'t find it on Tazan\'s body, I can only assume that he left the key in the care of another... Ah, yes, that\'s right. He had an assistant named Gamon. A drunkard, you\'ll most likely find him at the tavern. Perhaps you could quietly relieve him of the key.','Steal Tazan\'s key, then use it to open his Satchel and deliver its contents to Therzok in the Cleft of Shadow in Orgrimmar.','Hmmm, now this is interesting. You\'ve more than proved your worth with this, Weir. I am quite impressed. Consider yourself the newest member of the Shattered Hand. And take this, it will be a great help to you in the future, I think.','Is it not vexing to have the subject of your desire within your grasp, but to have no way of getting to it?','','','','','',7295,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',1963,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1859,4044,0,162,8,10,10,0,690,8,0,0,0,0,0,0,0,1963,0,0,'Therzok','Lower your voice, $n. Yeah, I know your name. Was told to keep an eye out for an orc by your description.$b$bFrom what we\'ve heard about you, you can handle yourself in combat, and aren\'t opposed to a little sneakery from time to time.$b$bAm I right?$b$bAnyways, you should go see Therzok in Orgrimmar. He\'s got an offer for you to hear.','Speak with Therzok in the Cleft of Shadow in Orgrimmar.','Very good, I\'m glad Kaplak was able to get a hold of you.$b$bWe have some things to speak of, not the least of which is your future with the Hand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'1885',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1860,4044,0,161,8,10,10,0,1,128,0,0,0,0,0,0,0,1861,0,0,'Speak with Jennea','We mages have a task that needs doing. One that is vital to the safety of Stormwind and Elwynn forest.$B$BJennea Cannon has the details. She studies in the wizard\'s sanctum, in the mage district of Stormwind. You should make your way to her with haste.','Speak with Jennea Cannon in Stormwind.','You have been sent to aid me in my task, $n? Good. It is heartening to see young mages eager to help in our cause...$b$bWhat cause, you ask? In time, young one. You shall know... in time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'1879',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1861,4044,0,161,0,10,10,0,1,128,0,0,0,0,0,0,0,0,7207,1,'Mirror Lake','This world has been victim to massive mystic struggles, which tore magic currents from once stable channels. We struggle to determine the effects these changes have caused, and some of us fear the worst!$B$BBut I will reveal more of this later. Right now, we need you to gather information.$B$BHere, take this flask. Go to the base of the waterfall at Mirror Lake, southwest of the Stormwind gates, and retrieve a sample of the water there. Return it to me so that I might test it for magical taints.','Bring a Mirror Lake sample to Jennea Cannon in Stormwind.','Thank you, $N. I will test this water for magical properties. Let us hope that it contains none, or we may find that those who drink from Mirror Lake for too long will be adversely affected.$B$BHere, $N. Take this orb or staff as a token of your service. May it serve you well.','Do you have the sample, $N? The flow of magic in Stormwind and Elwynn has been altered, and I must know if it is seeping into the water.','','','','','',7206,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7508,9513,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1860,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1878,4044,440,0,264,40,44,0,0,0,0,0,0,0,0,0,0,0,0,0,'Water Pouch Bounty','','','Excellent - the more water pouches we are able to reclaim, the further away from disaster we\'ll all be! Keep \'em coming, and I will be sure to reward you for every five water pouches you bring me.','Back again, $n? If you have five more Wastewander water pouches, then I have a care package with your name on it!','','','','','',8483,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8484,0,0,0,1,0,0,0,369,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1707,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,5,0,0,0),(1879,4044,0,161,8,10,10,0,1101,128,0,0,0,0,0,0,0,1880,0,0,'Speak with Bink','$N! Bink, my gnome colleague in Ironforge, sends word. She has a task that needs doing and won\'t rely on anyone but a mage to do it! Are you that mage, $N?$B$BIf so, then speak with Bink. She spends her time in the Hall of Mysteries in the Mystic Ward of Ironforge.','Speak with Bink in Ironforge.','Oh, I can see you have promise, yes you do! But it takes more than promise to be a good $c. And if you\'re not a good $c, then you\'re a bad $c. And bad mages are part of the problem, yes they are!$b$bOops, I\'m getting ahead of things. Let\'s begin at the start!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'1860',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1880,4044,0,161,8,10,10,0,1101,128,0,0,0,0,0,0,0,0,0,0,'Mage-tastic Gizmonitor','We mages do more than just waggle our fingers and make pretty sparks! We control magic, the base fabric of our world! And that takes great care, and resolve. And knowledge... so much knowledge!$B$BOne of my devices, the mage-tastic gizmonitor, collects and stores that knowledge in huge amounts! But it\'s lost! When we fled our home of Gnomeregan, I left it in a chest in one of our huts outside the city, and now the place is crawling with leper gnomes!$B$BPlease, $N, retrieve my gizmonitor!','Bring Bink her Mage-tastic Gizmonitor.','Oh, splendid day! When I made the gizmonitor I never realized how dependent on it I would become. Now I can begin my studies anew!$b$bThank you, $n! And here--these were my first tools as a $c. They\'re a little scratched but they\'re well tested. Take your pick--I\'m sure you\'ll find either of them useful.','Did you find the gizmonitor? I must have it before its energy supply runs out!','','','','','',7226,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7507,9514,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1879,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1881,4044,0,161,8,10,10,0,690,128,0,0,0,0,0,0,0,1882,0,0,'Speak with Anastasia','$N, Anastasia Hartwell has a task for someone of your talents. Speak with her in the Magic Quarter of the Undercity, and prepare yourself for your first task for the mages of the Forsaken.','Speak with Anastasia Hartwell.','Greetings, $n. You were wise to answer my call, and wiser still if you heed what I next say...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'1883',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1882,4044,0,161,8,10,10,0,690,128,0,0,0,0,0,0,0,0,0,0,'The Balnir Farmstead','The Plaguelands to the east are an aberration. Devised by the Lich King, they spread their magic into the soil, corrupting and killing all that live. Although there is a certain charm to the destructive forces of the plague, we, the mages of the Forsaken, believe it is unruly and must be curtailed.$B$BBut first, we must measure how far it has spread into Tirisfal. Go to the Balnir Farmstead in eastern Tirisfal. In the garden are flowers--snapdragons. Gather these and return.','Bring Balnir Snapdragons to Anastasia Hartwell in the Mage Quarter of the Undercity.','Ah, a fine specimen this is. I will send it to be studied by our apothecaries to determine the extent of the Plagueland\'s taint.$B$BWell done, $N. For your services, I present to you this choice: an orb or staff. Whichever you choose, you will find it quite useful.','Do you have the snapdragons? That breed of flower is highly receptive to magic energies, and studying the snapdragons so close to the Plaguelands can tell us if the plague has entered Tirisfal Glades.','','','','','',7227,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7507,9514,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1881,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1883,4044,0,161,8,10,10,0,690,128,0,0,0,0,0,0,0,1884,0,0,'Speak with Un\'thuwa','Un\'thuwa, tribal mage of Sen\'jin Village, detects a disturbance in the magic currents of Durotar and asks for aid. Speak with Un\'thuwa and do what you can to help him.$B$BDo this, and in time further secrets will be revealed to you.','Speak with Un\'thuwa.','Hail, $n. Praise to you, for my call for aid is now answered. Let us hope you are up to the task...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'1881',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1884,4044,0,161,8,10,10,0,690,128,0,0,0,0,0,0,0,0,0,0,'Ju-Ju Heaps','The warlock Zalazane of the Echo Isles has disrupted the normal flow of magic in Durotar. He does this through tainted fetishes, ju-ju heaps, which he has placed among his huts on the main Echo Isle.$B$BThese heaps corrupt our wildlife and give power to the warlocks and infernal creatures that lurk in the land\'s dark corners.$B$BYou must destroy the ju-ju heaps, $N, before the flow of magic is forever altered.','Destroy 4 Ju-Ju Heaps, then return to Un\'thuwa in Sen\'jin Village.','I sense that Zalazane\'s ju-ju heaps were destroyed, and with time, and luck, the flow of magic in Durotar will return to normal.$b$bA great deed you have done for your people, $N. And you have shown your worth to us, the mages of the Horde.','You must hurry, $N. Destroy the ju-ju heaps!','','Ju-Ju Heaps Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-102986,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,7508,9513,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',1883,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1885,4044,0,162,8,10,10,0,690,8,0,0,0,0,0,0,0,1886,0,0,'Mennet Carkad','$n? Not quite what I was expecting, considering Carkad himself has taken an interest to you. Looks can be deceiving though, right?$b$bEither way, you should go see him as soon as possible. You wouldn\'t want to know what happened to the last few that chose to ignore his summons.','Speak with Mennet Carkad in the Rogues\' Quarter of the Undercity.','Hm. No doubt you made your way here at first mention of my summons, yes? Of course. I would expect no less from a prospective Deathstalker.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'1859',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1886,4044,0,162,8,10,13,0,690,8,0,0,0,0,0,0,0,14419,0,0,'The Deathstalkers','If you wish to join the Deathstalkers, Lord Varimathras\' elite guard, you will have to prove your worth.$b$bI will not lie to you, $n, this task could mean your death.$b$bI have some things that need attending to. I require the personal effects of Astor Hadren, a messenger who travels between Silverpine and the Undercity. I will leave the method of procurement to your discretion.$b$bIt will be better for you if you know less of the nature of this business. Succeed and I shall tell you more.','Get Astor\'s Letter of Introduction and return it to Mennet Carkad in the Rogues\' Quarter.','Well done, $N. You\'ve passed the first part of this test. Hopefully Andron will not have caught wind of your activities, and we will be able to convince him that you are, in fact, the messenger he is expecting.','Success to report?','','','','','',7231,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',1885,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1898,4044,0,162,0,10,13,0,690,8,0,0,0,0,0,0,0,14421,7231,1,'The Deathstalkers','The letter of introduction should be enough to convince Andron that you are the messenger he\'s been waiting for. I\'ve met Andron before, he doesn\'t quite have the mental capacity to be that suspicious.$b$bLord Varimathras suspects that Andron has been providing aid to some other group. He wishes to know what organization this is and requires proof of it.$b$bI want you to speak with Andron, and obtain this information. You\'ll find him at his shop near the Apothecarium.','Speak with Andron Gant in the Undercity.','Ah, yes, I\'ve been expecting you. I have no doubt our mutual acquaintances are pleased with the information that I have provided so far?$B$BI suppose there\'s no point in asking you, I doubt they would burden you with this knowledge. Why place so much trust in the messenger, hm?','Hello. Something I can do for you?','','','','','',7231,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,'',1886,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1899,4044,0,162,8,10,13,0,690,8,0,0,0,0,0,0,0,14418,0,0,'The Deathstalkers','You\'ll find the ledger with the information your employers seek on the bookshelf behind me. Deliver it with my regards, and tell them that I would prefer it if they sent you, if they find enough value that they should wish to continue our arrangement.','Bring Andron\'s Ledger to Mennet Carkad in the Rogues\' Quarter of Undercity.','Well, this is certainly more information than I suspected to get out of Andron. Give me a moment to peruse it, before I set you to your next task.','Success, $N?','','','','','',7294,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,'',1898,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1918,4044,331,0,0,23,27,0,690,0,0,0,0,0,0,0,0,824,16408,1,'The Befouled Element','The slain elemental has produced an intensely glowing globe of water. The contents of the globe are, at best, disgusting. It would be safe to assume that whatever has befouled the water of Mystral Lake is most likely present in the water of the globe.$B$BIt\'s not exactly common knowledge who might be interested in such a find; perhaps the person who originally sent you out to the lake, Mastok Wrilehiss at Splintertree Post, might have an idea.','Bring the Befouled Water Globe to Mastok Wrilehiss at Splintertree Post, Ashenvale.','You find a nasty ball of water and decide to bring it to me? Who am I, the Earthen Ring or something?$b$bActually, that does give me an idea... perhaps you do need the Earthen Ring for this. I mean, if it helps clear up the situation at the lake for good, then I\'m all for it.$b$bYou know who the Earthen Ring are, $N?','Yeah, what do you need?','','','','','',16408,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(1919,4044,0,161,8,15,15,0,1101,128,0,0,0,0,0,0,0,1920,0,0,'Report to Jennea','Your knowledge of the craft grows, young $N. Are you now ready to begin your true lessons? Are you ready to take your place in the secret war we wage?$B$BIf so, then speak with Jennea Cannon, in the wizard\'s sanctum in the mage district of Stormwind. She has a task for you which will open your first window into the invisible world.','Speak with Jennea Cannon in Stormwind.','$N, I have a mission for you, here in the $C district. Listen closely, for there is no time to waste.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1920,4044,0,161,0,15,16,0,1101,128,0,0,0,0,0,0,0,1921,0,0,'Investigate the Blue Recluse','A disturbance has been reported at the Blue Recluse tavern in the Mage Quarter. Strange, invisible creatures now wander the tavern, and I fear a mana rift has formed there.$B$BI want you to investigate the tavern and capture those creatures. Use the cantation of manifestation in the tavern to make the creatures visible, subdue them then use a containment coffer to capture them. When you have enough, return to me with your filled coffers, your empty coffers and the cantation.','Obtain a Cantation of Manifestation and a Chest of Containment coffers from behind Jennea Cannon. Bring 3 Filled Containment Coffers to Jennea at the Wizard\'s Sanctum.','Very well done! I will study these creatures and, with diligence and luck, determine how they slipped into our world.$B$BYour value to the society of mages grows, $N.','Have you captured the creatures, $n? They must be studied in order to determine the reason behind their arrival.','','','','','',7292,7247,7308,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',1919,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1921,4044,0,161,8,15,15,0,1101,128,0,0,0,0,0,0,0,0,0,0,'Gathering Materials','You have served your fellow mages well, and now it is time to don your wizard\'s robe. Wynne Larson can make your robe, but you must bring her the needed materials $B$BThe robe will be made of linen which is easy to find, but you must also gain charged rift gems, and the only known location of the gems is in the Silver Stream Mine of Loch Modan, left in crates by the dwarven miners\' league.$B$BGather the linen and the gems and bring them to Wynne Larson at the Larson Clothiers in the Mage District.','Bring 10 Linen Cloth and the 6 Charged Rift Gems to Wynne Larson in Stormwind.','Yes, these are great pieces of linen. I can make a fine robe with them. And after I weave the rift gems into it, we\'ll have a garment fit for a $C!','Hello, $N. Jennea told me you would come. Do you have something for me?','','','','','',2589,7249,0,0,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',1920,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1938,4044,0,161,8,26,28,0,1101,128,0,0,0,0,0,0,0,1940,0,0,'Ur\'s Treatise on Shadow Magic','Long ago, three mages studied in this tower until one fell to the dark arts. He was urged to turn away from that evil magic, but he could not resist. And so he was banished.$B$BThe fallen mage\'s new domain is the tower of Ilgalar in Redridge, and he took with him a powerful book--Ur\'s Treatise on Shadow Magic.$B$BWe, the mages of Stormwind, would have that book returned. Enter the tower of Ilgalar, find the tome in his library, and bring it to me.','Bring Ur\'s Treatise on Shadow Magic to High Sorcerer Andromath in Stormwind.','I feared that Morganth had hidden the book elsewhere, or that he had found a way to open it and read its contents.$B$BIt is good to see that he did not, and that the seals we placed on Ur\'s Treatise on Shadow Magic still hold.','Do you have the book, $N? Its secrets are not meant for the untrained, and plumbing its depths can lead to doom and ruin.','','','','','',7266,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',1939,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1939,4044,0,161,8,26,26,0,1101,128,0,0,0,0,0,0,0,1938,0,0,'High Sorcerer Andromath','High Sorcerer Andromath wishes to speak with you, $N. He is at the top of the wizard\'s sanctum, in the mage\'s district of Stormwind.$B$BIt would be wise to speak with him, for Andromath is one of the most powerful mages not locked away in Dalaran. Council with him is high council indeed.','Speak with High Sorcerer Andromath.','Greetings, $N. I am pleased to see you, and hope you have time to listen to an old man\'s words...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1940,4044,0,161,8,26,26,0,1101,128,0,0,0,0,0,0,0,0,0,0,'Pristine Spider Silk','Your service has been unwavering, $N. I think, perhaps, it is time you had a finer garment, one more suiting your station as an adept mage. If you gather the needed materials, then we will arrange the robe made.$B$BYou must enter Duskwood and hunt carrion recluse spiders. Extract their silk, but only the finest, most pristine silk will do. When you have enough, take it to Wynne Larson, here in the mage district at the Larson Clothiers. She will craft your robe.','Bring 8 Pristine Spider Silk to Wynne Larson in Stormwind.','Nice specimens, these. I\'ll get right to work!','Ah, yes. The mages of the Wizard\'s Sanctum said you\'d speak with me. Do you have the required silk?','','','','','',7267,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',1938,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1941,4044,0,161,8,15,15,0,1101,128,0,0,0,0,0,0,0,0,0,0,'Manaweave Robe','','','Here is your robe. It\'s one of my best made yet! Wear it with pride, and when people ask... tell them you got it at the Larson Clothiers!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7509,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',1921,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1942,4044,0,161,8,26,26,0,1101,128,0,0,0,0,0,0,0,0,0,0,'Astral Knot Garment','','','Your garment is ready! And that silk you gathered was so nice... you don\'t mind if I made it a little short so that I\'d have some silk left over for me, do you?$B$BI\'m only joking. It\'ll fit you great, and will be perfect for both adventure and formal dining. Enjoy!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7511,9516,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',1940,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1943,4044,0,161,8,26,26,0,690,128,0,0,0,0,0,0,0,1944,0,0,'Speak with Deino','The troll mage Deino has need of your assistance, $N. She resides in Orgrimmar, in the Darkbriar Lodge.','Speak with Deino.','Good, you have come. My task is not an easy one, but vital to the society of mages. If you aid me, I am sure you will find it worthwhile.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1944,4044,0,161,0,26,26,0,690,128,0,0,0,0,0,0,0,1945,7269,1,'Waters of Xavian','The fabled city of Xavian lies nestled deep within eastern Ashenvale, and tales of its ancient knowledge are well known among the learned. It is said that the waters of Xavian hold vast magical powers.$B$BI would have a sample of those waters, from their source.$B$BTake this flask and go to Xavian. Gather water from the bottom of its highest waterfall, and return to me. And use care as you move through that ancient city--satyrs now hold the ruins and do not like mages prying into their affairs.','Bring the Xavian Water Sample to Deino in Orgrimmar.','Ah, very good. I trust the satyrs of Xavian gave you little trouble?$B$BThank you, $N. I will study this sample of Xavian water immediately.','I am pleased you have returned with your skin intact, $N. Do you have the water sample? I am eager to study its properties.','','','','','',7268,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',1943,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1945,4044,0,161,8,26,26,0,690,128,0,0,0,0,0,0,0,0,0,0,'Laughing Sisters','For your services, I have arranged for the creation of your new robes, provided you can gather the needed materials...$B$BFor these robes, you must return to Ashenvale for the locks of hair from laughing sisters--dryads who gather near the Raynewood Retreat.$B$BWhen you have their hair, bring it to Kil\'hala, a troll tailor at the Crossroads in the Barrens. He will be expecting you, and will fashion your robes.','Bring 12 Laughing Sister\'s Hairs to Kil\'hala at the Crossroads.','Ah, this hair will weave into a fine robe, $N. It is a pity the laughing sisters had to die to part with it, though I do doubt they would ever give it willingly.$B$BA pity, but only a small one.','Greetings, $N. Deino said you would come, and would bring the laughing sisters\' hair. Do you have it?','','','','','',7270,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',1944,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1946,4044,0,161,8,26,26,0,690,128,0,0,0,0,0,0,0,0,0,0,'Nether-lace Garment','','','Here is your nether-lace, $N. It is both comfortable and durable, and holds the magic of the laughing sisters\' hair.$B$BEnjoy, and if you find it amenable, please mention so to Deino. She is a $C on whose good side I wish to stay...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7512,9515,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',1945,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1947,4044,0,161,8,30,38,0,0,128,0,0,0,0,0,0,0,0,0,0,'Journey to the Marsh','Now it is time for you to earn your mage\'s wand. To begin this quest, speak with the human hermit Tabetha in Dustwallow Marsh. You will find her shack deep in the marsh, west of Theramore.$B$BSpeak with her, for her knowledge is vast. You will find Tabetha\'s cottage west of Theramore, and just north of the Stonemaul Ruins.','Speak with Tabetha.','Quiet! I\'m in a delicate juncture and mustn\'t be disturbed!$B$BOne moment...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1948,4044,0,161,0,30,40,0,0,128,0,0,0,0,0,0,0,0,7516,1,'Items of Power','The building of a mage\'s wand is not easy. Rare substances are required, and a vessel must be made that can store great quantities of magical energy. You must gather these things and bring them to me.$B$BI have written onto this parchment that which you need, and instructions on how to get it. Bring me exactly what is on this list, and follow my written directions to the letter, for if you do not then when we make your wand things might go... badly.','Bring 1 Jade and the Bolt Charged Bramble to Tabetha in Dustwallow Marsh.','Aha! You got the jade and made the bramble! Well done!$B$BIs that smoke I see rising from your ears? You might have gotten too close when the lightning struck the totem sticks, but don\'t worry. Being hit by lightning is good luck!','Hello, $N. Do you have the items I require?','','','','','',1529,7272,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1947,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1949,4044,0,161,8,30,38,0,0,128,0,0,0,0,0,0,0,1950,0,0,'Hidden Secrets','To make your wand, there are key passages in a certain book that I must read. The book is called Rituals of Power, written by the Magus Tirth.$B$BI do not have a copy of his book, and none of the world\'s great libraries possess it. So you must speak with Tirth and gain it from him.$B$BGood luck. Tirth used to be a great mage and scholar, but now he spends his time at the gnome and goblin races in the Shimmering Flats, drinking and gambling.','Speak with Magus Tirth in the Shimmering Flats.','What? Speak up! These old ears aren\'t as sharp as they used to be.$B$BWell, I hope you\'re here with a fresh mug of ale or some hot tips on the next race! If not, then you best keep walking... because I have a polymorph wand with your name on it!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',1947,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(1950,4044,0,161,10,30,30,0,0,128,0,0,0,0,0,0,0,1951,0,0,'Get the Scoop','I can help you with the book, but first you have to help me!$B$BThe tome you seek is in my magically locked strongbox. To open it a special phrase must be uttered, and I can\'t remember the phrase! Normally my assistant helps me remember these things but he\'s nowhere to be found.$B$BIf you want my book, then find my apprentice! Ask around the race track--if you\'re lucky then someone has seen him. Either drag him back here, or at least get my magic phrase from him so we can open my box!','Find the phrase to Tirth\'s strongbox, then return to Tirth.','Ah, now I remember...$B$BI had forgotten about that little curse I put on Johnson. I can\'t remember why I did it but I\'m sure it served him right, the little ingrate!','What are you waiting for? I need my magic phrase!','Secret phrase found','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',1949,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1951,4044,0,161,8,30,40,81,0,128,0,0,0,0,0,0,0,0,0,0,'Rituals of Power','Hm... now that I think about it, I don\'t have my book! You see, I had some gambling debts and to pay them off I sold the last copy of Rituals of Power to a member of the clergy....$B$BA member of the Scarlet Brotherhood. He must have taken it to their library in the Scarlet Monastery in Tirisfal Glades!$B$BIf you want that book, then you\'ll have to go to the monastery to find it. And sorry about all the trouble. I\'m not myself these days...','Bring the book Rituals of Power to Tabetha in Dustwallow Marsh.','That\'s it! It\'s just what I need to prepare for the ritual to create your wand! I hope it wasn\'t too much trouble to find...','Greetings, $N. Did you find the book, Rituals of Power?','','','','','',7274,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',1950,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(1952,4044,0,161,0,30,40,0,0,128,0,0,0,0,0,0,0,0,0,0,'Mage\'s Wand','I\'ll go make the wands now.','Speak with Tabetha after her ritual.','Here are the wands I made. Take your pick!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7514,11263,7513,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1951,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1953,4044,0,161,8,35,40,0,0,128,0,0,0,0,0,0,0,1954,0,0,'Return to the Marsh','It is time, $N, for you to speak with Tabetha... the hermit of Dustwallow Marsh. She will instruct you on the creation of a powerful mage\'s implement.$B$BTabetha\'s shack lies deep in Dustwallow Marsh, west of Theramore.','Speak with Tabetha.','Ah, yes. You are here for an orb or a staff, $N? Very well. I will aid you in its construction.$B$BBut be forewarned--the process is a perilous one and could mean your death.$B$BOr my death. Definitely someone\'s death... $B$BBut let\'s hope it\'s someone else\'s death, eh?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1954,4044,0,161,8,35,40,0,0,128,0,0,0,0,0,0,0,1955,0,0,'The Infernal Orb','The first step is to acquire an orb with power. The warlocks of the Burning Blade have nice, high quality orbs... it\'s too bad they\'ve bound demons into them! But we can fix that, yes we can.$B$BGo to Desolace and snatch an infernal orb from a Burning Blade summoner. You\'ll find summoners at the Mannoroc Coven.$B$BWhen you have the orb, return to me.','Bring an Infernal Orb to Tabetha in Dustwallow Marsh.','Oh, that\'s a nice one! No, I don\'t mean it\'s \"nice\" like cool juice is nice on a hot day.$B$BIn fact, it\'s very NOT nice now that I think about it. Not the juice. The orb!$B$BFocus, $N! We\'ll need you focused if we\'re ever to finish our task!','Do you have an infernal orb, $N?','','','','','',7291,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',1953,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1955,4044,0,161,0,35,40,1,0,128,0,0,0,0,180000,0,0,1956,0,0,'The Exorcism','Now that we have a summoner\'s orb, we must exorcise the demon within it. I can do that. That\'s the easy part.$B$BYou\'re the one who has the hard job. You\'re the one who has to kill the demon once it\'s out.$B$BAnd you\'ll have to be quick. If you take too long then he\'ll jump back in the orb and we\'ll have to start over!$B$BSo get yourself ready. Prepare your strongest spells and keep your potions handy, and go get a friend if you have one. Because this isn\'t going to be pretty.','Kill the Demon of the Orb, then speak with Tabetha.','Nicely done, $N! You gave that demon a lesson he won\'t soon forget.$B$BHe\'ll think twice before he sticks his ugly head back in this world, looking for the stupid mortal who beat him. Probably with friends this time. Big, scaly friends who\'d want nothing more than to tear you into little $R pieces.$B$BI didn\'t scare you, did I...$N?','You\'ll have to kill that demon to remove its taint from the orb, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6549,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',1954,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1956,4044,0,161,8,35,40,81,0,128,0,0,0,0,0,0,0,1957,0,0,'Power in Uldaman','Now that the demon has been removed, we must gain a power source. Unfortunately, the best power sources are usually the oldest and the hardest to get. It\'s neat how fate likes to take a bite out of you sometimes, isn\'t it?$B$BSo you\'re going to need to go to Uldaman and defeat the obsidian sentinel there. He\'s big, he\'s tough, and his power source packs a punch!$B$BI wish you the best of luck, $N. And if you don\'t get lucky then, well... it was nice knowing you.','Retrieve an Obsidian Power Source and bring it to Tabetha in Dustwallow Marsh.','You did it? Well done!$B$BI was chatting with some of my colleagues and when your name came up they said, \"You know that $N sure works well under stress!\"$B$BBut when I told them I sent you to Uldaman against the obsidian sentinel, they said I was crazy! They said, \"Tabetha, you\'re crazy! There\'s no way $N could take on that sentinel!\"$B$BAnd I said, \"We\'ll see,\" and then they said \"Yeah, we\'ll see...\"$B$BWell we sure showed them, didn\'t we!','Have you been to Uldaman, $N? Did you defeat the obsidian sentinel?','','','','','',8053,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',1955,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(1957,4044,0,161,0,35,40,0,0,128,0,0,0,0,600000,0,0,0,0,0,'Mana Surges','We are almost finished, but this last step is the most perilous, $N.$B$BI have the empty summoner\'s orb and am ready to empower it. We will do this by harnessing the energy of a mana rift. I\'ll cast a spell that will temporarily open a rift, from which creatures, mana surges, will pour out. You must defeat the mana surges and their power will be released, which I will then collect.$B$BKill enough mana surges before the rift closes and I will place all their collected energy in your orb.','Kill 12 Mana Surges in the allowed time limit.','You did it! I never doubted you for a second! Ok, maybe for just a second, or two... but basically I didn\'t have much doubt.$B$BHonest.','You have not killed the required amount of mana surges, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6550,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',1956,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1958,4044,0,161,8,35,40,0,0,128,0,0,0,0,0,0,0,0,0,0,'Celestial Power','','','You should be proud of yourself, $N. Many mages have fallen to the creatures you faced.$B$BThe Celestial Orb is ready. Or if you\'d like I can mount it atop a staff. It\'s up to you. I\'d prefer the orb, but who am I to judge?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7515,9517,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1957,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1959,4044,0,161,8,15,15,0,690,128,0,0,0,0,0,0,0,1960,0,0,'Report to Anastasia','The mages of the Undercity have noted a magical disturbance within the city, and have sent word for mages of the Horde to investigate.$B$BAnastasia Hartwell can tell you more. Speak with her in the Magic Quarter in the Undercity.','Speak with Anastasia Hartwell.','It is true. A magical disturbance has been detected in our city. We are not yet sure of its origin, or whether it is malign or benign. We must first gather more information...$B$BAnd that, $N, brings us to your task.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(1960,4044,0,161,0,15,16,0,690,128,0,0,0,0,0,0,0,1961,0,0,'Investigate the Alchemist Shop','Algernon\'s alchemist shop in the Apothecarium is the locus of a strange disturbance. Invisible creatures, made solely of magic, wander the shop--there must be a reason, and we must find it!$B$BInvestigate the disturbance and capture those creatures. Take a chest of coffers and a scroll from behind me. Use the scroll at the shop to make the creatures visible, subdue them with your spells, then throw down a coffer to capture them. Return with the filled coffers, the empty coffers and the cantation.','Obtain a Cantation of Manifestation and a Chest of Containment Coffers from behind Anastasia Hartwell. Bring 3 Filled Containment Coffers, the Chest of Containment Coffers and the Cantation of Manifestation to Anastasia in the Undercity.','Very good, $N. The creatures within these containment coffers will be studied by our finest minds, and the reason behind their presence in the Undercity will be determined.$B$BIf their appearance is caused by a rift in the natural flow of magic, then we must determine if the rift was random. If it was not random, but instead an attack by some magical force, then we must prepare for future, more serious disturbances.','Have you investigated the disturbance, $N? Have you captured the creatures?','','','','','',7292,7247,7308,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',1959,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1961,4044,0,161,8,15,15,0,690,128,0,0,0,0,0,0,0,0,0,0,'Gathering Materials','It is time for you to don your first mage\'s robes, $N. They are a sign of your station, and a testament to your worth.$B$BTo gain the robes, you must gather the mana gems from the Dalaran mages of Silverpine. Their beliefs are similar to ours and so killing them is somewhat distasteful, but if they lack the strength to resist us, then they do not deserve their lives.$B$BBring the gems and a supply of linen to Josef Gregorian at the Magic Quarter\'s tailor shop.','Bring 10 Linen Cloth and 6 Dalaran Mana Gems to Josef Gregorian.','This is very good material, and although I lack the talent to gauge the quality of these mana gems, we\'ll soon know if they possess the power needed to create spellfire robes...','Anastasia said you would come to me, and I am prepared to fashion your robes. Do you have the gems and the linen?','','','','','',2589,7293,0,0,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',1960,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1962,4044,0,161,8,15,15,0,690,128,0,0,0,0,0,0,0,0,0,0,'Spellfire Robes','','','Here are your robes, $N. Wear them well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',1961,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1963,4044,0,162,8,10,13,0,690,8,0,0,0,0,0,0,0,1858,0,0,'The Shattered Hand','The Warchief is too subtle in his methods. He is cautious to unleash the might of the Horde. Once we were stronger, mighty conquerors all. That pride we must regain, and the Shattered Hand will do so.$b$bWe build strength from the shadows and strike at the exposed, secretly laying our enemies low. A task you must complete for me, to prove your worth.$b$bThe troll Tazan trades with the pirates near Ratchet. He has information I must have. Kill him and bring me his satchel.','Kill Tazan and bring his Satchel to Therzok in the Cleft of Shadow in Orgrimmar.','Hm, while I am glad to hear that Tazan is no longer with us, a locked satchel does us no good. We need the information kept within.$b$bThis should prove a worthy second challenge for one who wishes to join the Shattered Hand.','It is a fool who believes a charge with axe drawn is more dangerous than a knife in the dark.','','','','','',7209,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',1859,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1978,4044,0,162,16384,10,13,0,690,8,0,0,0,0,0,0,0,0,7294,1,'The Deathstalkers','The Syndicate? I would never have suspected. It seems the lords of Alterac have fallen far in the years since their betrayal.$b$bLord Varimathras will be pleased to learn of this, and as you were so instrumental in this discovery, it would be fitting if you were the one to deliver it to him.$b$bAh, and how could I forget?$b$bWelcome to the Deathstalkers.','Deliver Andron\'s Ledger to Varimathras in the Hall of the Dark Lady in the Undercity.','Hmm, this is interesting. The Deathstalkers have performed their duties admirably in ferreting this out.$B$BFrom what I understand, you also deserve commendation for your performance. I hope that this will become routine for you, $N, my Deathstalkers always have use of a good man.','Yes?','','','','','',7294,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',1899,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(1998,4044,0,162,8,16,16,0,690,8,0,0,0,0,0,0,0,1999,0,0,'Fenwick Thatros','Lord Varimathras has just sent me a missive about a threat to the Forsaken that must be immediately removed. His name is Fenwick Thatros, one whom Lord Varimathras believes is a leader of the undead that have taken root in Silverpine Forest.$b$bYour name came to mind immediately, $n. I have faith enough in your abilities that you will carry out this mission flawlessly.$b$bThe latest reports from the Deathstalkers in Silverpine indicate that Thatros can be found near the decrepit dock on Lordamere.','Kill Fenwick Thatros and bring his head back to Mennet Carkad in the Rogues\' Quarter of the Undercity.','You\'ve done well, $N. It occurs to me that you have performed many services for the Deathstalkers, proving your worth, and that perhaps it is time that we furthered your training in the shadow arts.','I have placed the utmost faith in you to perform this service for Lord Varimathras.','','','','','',7306,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(1999,4044,0,162,8,16,20,0,690,8,0,0,0,0,0,0,0,0,0,0,'Tools of the Trade','The wizards of the Kirin Tor at Ambermill have stored away important documents pertaining to the current state of Dalaran. This we know from the admissions of one of our prisoners. Lord Varimathras has placed the duty of recovering them in the hands of the Deathstalkers.$b$bThis task falls to you, $n. You will need some equipment, however, and the knowledge of lockpicking. Speak with Estelle Gendry, our outfitter, and ask her for a set of tools before you set out.','Find the Dalaran Status Report and return it to Mennet Carkad in the Rogues\' Quarter of the Undercity.','Very good, $N! You have learned the fine art of lockpicking well, and faster than I could have possibly expected.$B$BI see that I was right to place my trust in you. Believe me, boy, I foresee that you will go far in this line of work.','Have you located the documents, $N?','','','','','',7309,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',1998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2000,5875,0,162,8,16,16,0,0,8,0,0,0,0,0,0,0,2018,0,0,'Rokar Bladeshadow','Too much idle time for you, $n. It\'s time that you learned more of our trade. Just last night, five of our number were found dead in one of the cracks in Orgrimmar, with few leads. There are those that oppose us, using our own methods against us.$b$bSo it is I\'ve decided you should learn the art of lockpicking.$b$bUnfortunately, it is a skill that my hands are not well suited to. You should seek out Rokar, who lives in the hills near Durotar. Even in his old age, I suspect he still has the touch for it.','Speak with Rokar Bladeshadow in Durotar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(2018,5875,0,162,8,16,16,0,0,8,0,0,0,0,0,0,0,2019,0,0,'Rokar\'s Test','Ah, so now Therzok sends me his budding students, hm? Well, I suppose I can teach you a thing or two. Not that I care much of your business, but I\'d not want it on my conscious that I sent you to your death.$b$bBut you must first prove yourself worthy.$b$bI will tell you, $n. I do not much like this Venture Company. This land reminds me of Draenor, and I do not like the thought of those goblins destroying it. Perhaps if their overseer at the Sludge Fen is killed, their operation will be hamstrung.','Kill Overseer Glibby and return his Whistle to Rokar Bladeshadow in Durotar.','','','','','','','',7333,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',2000,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(2019,5875,0,162,0,16,16,0,0,8,0,0,0,0,0,0,0,2020,5060,1,'Tools of the Trade','Here you go, $n. These should serve you well. Crafted by my own hand, I swear you\'ll find none better.$b$bDo not bother to tell me your business, however. I have no interest in Therzok\'s schemes, I wish only to live out my retirement in peace.$b$bIf you should ever need another set of tools, come back to me, and I will furnish you with a new set. But have a care with them!','Return to Therzok in the Cleft of Shadow in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',2018,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2020,5875,0,162,8,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,'','Now here\'s the locky lock.','','','','','','','','',7389,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',2019,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(2038,4044,38,0,8,12,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Bingles\' Missing Supplies','As if crashing into the Loch wasn\'t bad enough, troggs from the nearby island attacked me and stole my tools and special Blastenheimer Blastencapper explosives. With no gyrocopter and no explosives, the movement has no chance!$B$BGet my tools back and find my Blastencapper explosives, $N. For Gnomeregan! ','Find and return Bingles\' supplies:$B$BBingles\' Wrench, Bingles\' Screwdriver, Bingles\' Hammer, and Bingles\' Blastencapper.','You\'ve done the movement a great service, $N. The troggs and leper gnomes infesting Gnomeregan will soon feel the brunt of a gnomish air assault!','$N! Where are my things?!','','','','','',7343,7345,7346,7376,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12522,0,0,0,1,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',2039,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,5),(2039,4044,1537,0,8,12,15,0,1101,0,0,0,0,0,0,0,0,2038,0,0,'Find Bingles','We\'ve lost contact with Bingles! He was sent on a reconnaissance mission over Gnomeregan and hasn\'t reported back in over a week. I just know he\'s gone and blown himself up.$B$BHe was last seen flying over the Loch. Perhaps you can investigate, $N.','Find Bingles Blastenheimer in Loch Modan.','So Gnoarn doesn\'t trust my reconnaissance abilities? I wonder why...$b$bNevermind that, I need your assistance! Nay! The movement needs your assistance!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,2),(2040,4044,1581,0,8,15,20,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Underground Assault','Gnomeregan has fallen under the control of those dastardly troggs! The situation is grave but perhaps you can help, $N.$B$BDeep in the Deadmines is a functional goblin shredder. Find that shredder and bring back the intact power supply. With the shredder\'s power supply, we can give our gyrodrillmatic excavationators the power they need to break through the rocky underground borders of Gnomeregan, opening the way for a gnomish assault!','Retrieve the Gnoam Sprecklesprocket from the Deadmines and return it to Shoni the Shilent in Stormwind.','Well done, $N. Thanks to you, Gnomeregan is one step closer to its day of liberation!','Have you found the Gnoam Sprecklesprocket, $N?','','','','','',7365,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7606,7607,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,54,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',2041,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,7),(2041,4044,1537,0,8,15,15,0,1101,0,0,0,0,0,0,0,0,2040,0,0,'Speak with Shoni','Perhaps... Perhaps you can help us in the battle for Gnomeregan.$B$BIn Stormwind you will find the commander of our underground assault crew, Shoni the Shilent. Shoni needs assistance with her gyrodrillmatic excavationators.$B$BYou will probably find her amongst the dwarves in Stormwind.$B$BGood luck, $N. ','Speak with Shoni the Shilent at the Dwarven District in Stormwind.\n','Do you bring word from central command?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2058,5875,0,162,8,1,1,0,0,8,0,0,0,0,0,0,0,0,0,0,'','Kill a guy, member of the Assassins\' League. He killed the old leader of the Deathstalkers.','','','','','','','','',7425,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2059,5875,0,162,8,1,1,0,0,8,0,0,0,0,0,0,0,0,0,0,'','Well guess what, we\'re interested in you.','','','','','','','','',7425,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2078,4044,148,0,0,14,20,0,1101,0,0,0,0,0,0,0,0,0,7442,1,'Gyromast\'s Revenge','Landlubber, ye needs to find me first mate.$B$BTake this\'n key, puts it in his gulliver an\' bring him back here to serve the Cap\'n.$B$BThem murlocs an\' their chief ain\'t gonna be too happy once me first mate gets a hold of em!','Find Gelkak\'s First Mate, the Threshwackonator 4100, and lead it back to Gelkak.','Yarrr... Ye be provin\' yerself to be more than a yella sea dog, landlubber.$B$BThe Cap\'n may promote ye to poop deck swabby if ye be keepin\' this up...','Where be me first mate, $N? Shackles n\' sharks fer ye soon if ye don\'t hurry!','','Gelkak\'s First Mate','','','',0,0,0,0,0,0,0,0,0,0,0,0,6669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5996,0,0,0,5,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',2098,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2098,4044,148,0,8,14,20,0,1101,0,0,0,0,0,0,0,0,2078,0,0,'Gyromast\'s Retrieval','A pirate\'s life ain\'t an easy one, landlubber. It ain\'t all about plunderin\' and booze! Alas, me ship be sunk just off shore thanks to them pesky Threshadons.$B$BWhat I be needin\' is me first mate back in workin\' order!$B$BWhen I washed up\'n shore, the key for me first mate broke on the rocks and was pilfered by the beasties of Darkshore. Out of the corner of me eyes I saw some of them Ragin\' Crawlers, Ferocious Foreststrider, and murloc rummaging through the wreckage....','Find and return the three pieces of Gelkak\'s Key to Gelkak Gyromast.','Avast ye scurvy sea dog! Ye did it! Soon me first mate be back in workin\' order and them beasties won\'t know what hit em!$B$BHrm, have ye seen me first mate?','Have ye found me broke down key, landlubber?','','','','','',7498,7499,7500,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2118,4044,148,0,0,10,14,0,1101,0,0,0,0,0,0,0,0,2138,7586,1,'Plagued Lands','A sickness spreads across the Darkshore, gripping the minds and bodies of all it touches.$B$BThe Thistle Bears have been hit the hardest by this plague. The once noble beasts are now an instrument of destruction - rabid and frenzied. I may have a cure for this ailment.$B$BTake this trap to the forest and lay it on the ground. Any Rabid Thistle Bear that crosses the light shall become docile for a short time. Once the bear is docile, it shall follow you. Lead it back here, $N.','Capture a living Rabid Thistle Bear and bring it back to Tharnariun.$B$BShould you fail to capture a Rabid Thistle Bear and lose your trap, return to Tharnariun Treetender and request another trap.','Our work has only just begun, $N. Are you prepared for your next task?','Have you brought me the sick animal, $N?$B$BShould you fail to spring the trap, do not fret - Tharnariun\'s Hope is eternal. If you require another trap, abandon your task and report back to me.','','Rabid Thistle Bear Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,11836,0,0,0,1,0,0,0,9437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2138,4044,148,0,8,10,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Cleansing of the Infected','As I had feared, the cure does not work.$B$BIt saddens me greatly to order the death of any of nature\'s beasts, but the sick and tainted thistle bears must be put down.$B$BReturn to the forest and destroy 20 rabid thistle bears, $N. It will most certainly not put a stop to the plague but it will slow down the damage the animals are doing to our forest and its inhabitants for a short time.','Cleanse the forest of 20 Rabid Thistle Bears and return to Tharnariun Treetender in Darkshore.','You have done Auberdine a great service, $N, but your task is not yet complete.','Is your task complete?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',2118,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2139,4044,148,0,8,10,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Tharnariun\'s Hope','The survival of our people and lands comes at unfortunate costs, $N.$B$BYou have spilled the blood of nature\'s servants; many sick animals you have felled. The people of Auberdine are indebted to you, for the forest\'s pain is eased - even if only for a moment.$B$BI have one final task for you, but be warned, you will have to kill again. It is my hope that this will be the last time I call upon you, $N.$B$BIn a cave to the northeast, near Bashal\'Aran, resides the Den Mother. Slay her.','Find and kill the Den Mother.','You have fought for Auberdine with bravery and honor, $N. In our war torn lands, death and despair are common. Many will not rise to meet the challenge of life in our new home, choosing instead to hide in their homes or escape to the more fortified lands of the Alliance.$b$bThank you, $N. Perhaps someday soon we shall fight along side as comrades versus another foe.','With the infected Den Mother slain, the population of Rabid Thistle Bears entering our land is lessened. Waste no time, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6788,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,7738,7739,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',2138,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2158,4044,12,0,8,1,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Rest and Relaxation','Every adventurer should rest when exhaustion sets in - and there is no finer place to get rest and relaxation than at the Lion\'s Pride Inn!$B$BMy best friend, Innkeeper Farley, runs the Lion\'s Pride. If you tell him I sent you, he may give you the special discounted rates on food and drink.$B$BTo find the Lion\'s Pride Inn, travel south along the road from here -- you can\'t miss it!','Speak with Innkeeper Farley at the Lion\'s Pride Inn.','Rest and relaxation for the tired and cold -- that\'s our motto! Please, take a seat by the fire and rest your weary bones.$B$BWould you like to try a sampling of some of our fine food and drink?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4656,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,2,0,0,2),(2159,4044,141,0,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,7627,1,'Dolanaar Delivery','Greetings, young $c. Can you offer me aid? I have a package of herbs that I must deliver to the town of Dolanaar. But I still have business with the druids of Shadowglen and cannot yet leave.$B$BCan you deliver this package for me? It must be sent to Innkeeper Keldamyr, at the Dolanaar inn. It lies along the road, to the south.','Bring the Dolanaar Delivery to Innkeeper Keldamyr.','Ah yes, the delivery of herbs from Shadowglen. It is a shame Porthannius could not bring it himself, for we have much to discuss, he and I. But I am glad to get the herbs nonetheless, and I am glad you came.$B$BWhile you are here, please, rest yourself. Heroes must keep their strength and spirits high, and must find rest and solace whenever they may. For to neglect one\'s peace of body and mind is a sure path to failure.$B$BSo... rest.','How might I be of service to you, young one? Are you here to rest in the inn? Do you require a hearthstone?','','','','','',7627,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2070,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,1,0,2),(2160,4044,1,0,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,7646,1,'Supplies to Tannok','Hey! You look like a hearty adventurer. If you\'re planning on braving the pass, do you suppose you could bring a package to the inn in Kharanos?$b$bYou were planning on stopping at the inn, right? If you make it through the pass, you\'ll definitely want to take a breather there.$b$bAnyways, bring this to Tannok Frosthammer, the innkeeper\'s assistant. I can\'t get through the pass myself, and it\'ll be days until a Mountaineer escort comes through!','Deliver the Crate of Inn Supplies to Tannok Frosthammer in Kharanos.','Ah, at last, the supplies from Hands! I was beginning to worry, we\'ve had scarce word from Anvilmar ever since the troggs overran the pass.$b$bThanks for bringing this to me, $n. And please, make yourself comfortable. You must be tired after your journey.','Hi there! Come in, take a seat by the fire and warm yourself with a flagon of ale.','','','','','',7646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2161,4044,14,0,0,1,5,0,690,0,0,0,0,0,0,0,0,0,7629,1,'A Peon\'s Burden','Excuse me? Can you help me?$B$BI have a load of food here. I walked along the road and braved scorpids and spiders and worse! I brought the food to the Valley of Trials because I thought they needed it and I like to help out. But they don\'t need any food! Now I have to take it back to Razor Hill and I\'m afraid of all the beasts along the way...$B$BCan you take it for me? I\'m just a peon, but you\'re a hero. You fear nothing!$B$BTake it to Innkeeper Grosk at the Razor Hill inn. Thank you!','Bring Ukor\'s Burden to Innkeeper Grosk in Razor Hill.','Ah, this is the food Ukor brought to the Valley of Trials. Did they not need it? Well, I guess they like to starve you heroes in training. Builds spirit, they say!$B$BThank you for returning the food. I\'ll stick it back on the shelves... but here, let me offer you some refreshment first!$B$BAnd don\'t forget to rest here in the inn. You may be a brave $c ready to take on the world, but if your energy is sapped you won\'t be doing yourself, or the Horde, much good.','Welcome to Razor Hill!','','','','','',7629,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4540,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,2),(2178,4044,0,304,8,9,12,0,1101,0,185,10,0,0,0,0,0,0,0,0,'Easy Strider Living','Do you smell that delicious aroma? It\'s my secret recipe, $N--fresh strider stew. Delicious!$B$BPerhaps you would be interested in learning the recipe?$B$BBefore I teach you the recipe, you will need to prove that you can handle the beasts.$B$BNow, I don\'t expect you to go out and tame one and ride it back to me, but if you can kill a few and bring back some of their succulent meat, I may be persuaded to show you the ways of strider stew.','Bring back 5 Strider Meat to Alanndarian Nightsong in Auberdine.','Fantastic! Try it and tell me what you think, $N!','The pot is empty and I\'m hungry! What\'s taking you so long?','','','','','',5469,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5486,5477,0,0,1,5,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2198,4044,1517,0,0,37,41,81,1101,0,0,0,0,0,0,0,0,2199,7666,1,'The Shattered Necklace','You have found a tarnished necklace, though the tarnish belies intricate and magical craftsmanship. The necklace has been shattered, as its setting appears to be missing three gems. On the underside of the necklace is the faint imprint of the city seal for Ironforge. Below the seal are three tiny, engraved letters: \"TdK\".$B$BIf there is anything to be gleaned from the necklace, you will need to learn about its origins. Perhaps the seal and the initials are a start...','Search for the original creator of the shattered necklace to learn of its potential value.','Yes... I am the jeweler who made this necklace. I also am not in the business of handing out information as though it were free. Information is never free, friend. If I am going to help you out, you need to help ME out first.','You\'ve got the wrong gnome, pal! I was never there! You can\'t prove anything!$B$BWait a second... who are you? What the... where did you find this necklace at?','','','','','',7666,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,6,0,0,5),(2199,4044,1517,0,262152,37,41,81,1101,0,0,0,0,0,0,0,0,2200,0,0,'Lore for a Price','I am a jeweler of great renown here in Ironforge! Well, former renown anyway... I have fallen onto hard times due to the chicanery of a competitor! A bad reputation in this business spells financial disaster. As a result, I find myself without a copper to my good-though-currently-sullied name.$B$BI want you to get me five silver bars to finish an order I received - the first in what seems like an eternity.$B$BYou get me those five silver bars, and I\'ll answer your questions on the necklace.','Bring five silver bars to Talvash del Kissel in Ironforge.','You\'re all right in my book; I don\'t care what everyone else has been saying... I kid, I kid! Seriously, thank you my friend.$B$BNow, the necklace you have is one of my finest creations, but it is missing three gems that help bind magic power to it. I crafted it for a paladin some time ago. He was on a self-appointed quest to clear out the \"evil taint\" present at an excavation site in the Badlands called Uldaman.$B$BWell... that paladin died in Uldaman, and that was just the beginning of my woes.','Have you got the five silver bars I asked for? I will share my sad tale of woe with you concerning the necklace you now possess... but only after I get those bars! Please, help a gnome out, won\'t ya?','','','','','',2842,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',2198,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0,0,4),(2200,4044,1517,0,0,37,42,81,1101,0,0,0,0,0,0,0,0,2201,7667,1,'Back to Uldaman','A competitor of mine started a rumor that my necklace cursed the paladin. Needless to say, no one wants to buy cursed items from a jeweler.$B$B$N, I\'ll make you a deal - find the gems and I\'ll reassemble the necklace, so long as you\'ll advertise that I do NOT make cursed items!$B$BTry looking for clues in Uldaman; maybe see if the paladin\'s body is down there, since he\'s the one who we know had it last! When you find the gems you should use this; it\'ll allow you to contact me here in Ironforge.','Search for clues as to the current disposition of Talvash\'s necklace within Uldaman. The slain paladin he mentioned was the person who had it last.','Remains of a paladin: Reading the journal reveals that after much effort, the paladin had identified the location of all three missing gems:$b$bThe Shadowforge dwarves hid the ruby in their barricaded area as they battled the Troggs for control of Uldaman.$b$bThe troggs stashed the topaz in an urn located near some unusual inhabitants of Uldaman - Alliance dwarves!$b$bFinally, the trogg elder himself took the sapphire as his own.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',2199,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2201,4044,1517,0,0,37,43,81,1101,0,0,0,0,0,0,0,0,2204,7668,1,'Find the Gems','The paladin\'s journal has provided perhaps the only clues that Uldaman will yield as to the location of the necklace\'s gems. If the paladin\'s scribing remains accurate, then the Shadowforge dwarves and the troggs that vie for control of the dig site will need to be dealt with.$B$BArmed with this knowledge, the search for the gems begins in earnest. When all the gems have been acquired, Talvash in Ironforge should be notified via the Phial of Scrying as per his instructions.','Find the ruby, sapphire, and topaz that are scattered throughout Uldaman. Once acquired, contact Talvash del Kissel remotely by using the Phial of Scrying he previously gave you.$B$BFrom the journal, you know...$B* The ruby has been stashed in a barricaded Shadowforge area.$B* The topaz has been hidden in an urn in one of the Trogg areas, near some Alliance dwarves.$B$B* The sapphire has been claimed by Grimlok, the trogg leader.','Yep, those indeed are the three gems. Good job! Unfortunately, your work isn\'t quite over just yet.$B$BNo, I\'m not trying to pull a fast one here, silly $C. This is about making magic jewelry - Talvash del Kissel quality-level jewelry! You need a strong power source to give it some oomph. Well, that necklace has no more oomph to give.','Talvash\'s image comes into focus from the waters of the scrying bowl.$b$b\"Wow, you\'re still alive! Did you manage to find the gems? Are you truly the savior of my reputation I have hoped for? Please tell me you didn\'t waste a charge on the phial just to chat; those things are NOT cheap, and I\'m already in dire financial strai','','','','','',7669,7670,7671,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',2200,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2202,4044,1517,0,8,36,42,0,690,0,0,0,0,0,0,0,0,0,0,0,'Uldaman Reagent Run','I\'ve heard about a newly discovered plant called the magenta fungus caps. They grow in clusters at the Uldaman dig site and can be found in the early tunnels and deep within the less-explored areas. I want to study their potential use in alchemy, and that\'s where you come in.$B$BFind the magenta cap clusters and bring me a dozen caps. Be warned, the clusters may spew out poison spores if jostled.$B$BDo this for me, and I\'ll whip up a batch of one of my famous restorative elixirs for you!','Bring 12 Magenta Fungus Caps to Jarkal Mossmeld in Kargath.','Well done $N, you\'ve proven your worth once again! The caps will be an interesting study, you betcha.$B$BAnd now, as promised, enjoy a taste of one of my more potent restorative brews from my personal stock...$B$BIf you are a skilled alchemist, then perhaps we might have some additional business to conduct. Regardless, I thank you for your assistance!','Have you obtained the magenta fungus caps I need for my alchemical work? No caps - no reward!','','','','','',8047,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9030,0,0,0,5,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',2258,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2203,4044,3,0,0,40,44,0,690,0,171,210,0,0,0,0,0,0,7870,1,'Badlands Reagent Run II','You have been most helpful to me, $c. I would reward you with the very recipe for the brew I gave you earlier... but I would ask of you a task that is quite dangerous. Hear my request.$B$BThis lockbox contains three empty thaumaturgy vessels; they are imbued with an attunement aura that will drain the blood of a scorched guardian dragon. Using one on the beast will anger it greatly, so be warned. Once you have all three filled, bring them to me.$B$BDo this, and the recipe will be yours.','Use the empty thaumaturgy vessels on scorched guardian dragons found in the Badlands. Once you have them filled, bring them to Jarkal Mossmeld in Kargath.','From one alchemist to another, I salute you. Here, take this recipe and commit it to your knowledge. May it bring you the success and rewards that it has brought me over the years.','Have you used the vessels to get me the scorched guardian dragon blood I need? Yes, I know it is a dangerous task... but the recipe for my restorative brew awaits your success. Risk and reward, my friend... risk and reward...','','','','','',7867,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,11522,0,0,0,0,0,0,0,31800,0,0,0,0,'',2202,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2204,4044,1517,0,8,37,44,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Restoring the Necklace','You are going to need to find some \"oomph\" for the necklace, and Uldaman is probably the best place for it, actually. I guess there are a lot of constructs running around in there, yeah? Well, take out the biggest, baddest construct in that place and grab its power source! I am pretty sure I can fuse that source into the necklace.$B$BWithout that power source, fixing the necklace will be impossible. Come back to me here to Ironforge when you have it, and we\'ll get it all fixed up for you!','Obtain a power source from the most powerful construct you can find in Uldaman, and deliver it to Talvash del Kissel in Ironforge.','Well I\'ll be - I sure am glad to see you and this power source in one piece. It will take me a moment to magically fuse the power source with the necklace now that the gems have been reunited with it. Once it is done, however, the necklace will be yours!$B$BYou\'re excited, aren\'t you? All tingly with anticipation? Now where did I put that spell focus at...','You didn\'t even stop to tidy yourself up after leaving Uldaman, did you. You just came straight here, lingering dungeon odors be damned. Well, let\'s hope this visit is merely an odiferous one, and not a useless one to boot.$B$BDo you have the power source for the necklace?','','','','','',7672,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',2201,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2205,4044,0,162,0,10,10,0,1,8,0,0,0,0,0,0,0,0,7674,1,'Seek out SI: 7','The badge? Oh, it\'s nothing, fish - nothing you could handle anyhow. By the looks of you, I\'d say Mathias is likely to mistake you for the cheese delivery $g boy:girl; instead of a proper rogue. Regardless, I\'ve been assigned a job and I\'ve made a promise to deliver on that job.$B$BSpeaking of which, deliver this package to Mathias and he may give you a small task or two.$B$BGet cracking. \n','Deliver Keryn Sylvius\'s package to Master Mathias Shaw at the Stormwind Barracks.','You found me - and by looking at you, I\'d say the run and subsequent search may have been a great strain on your system, both mentally and physically.$B$BWould you like Renzik to show you the way to an inn or are you ready for some work?','Can I help you, $C?','','','','','',7674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'2218 2241',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2206,4044,0,162,8,10,10,0,1,8,0,0,0,0,0,0,0,0,0,0,'Snatch and Grab','Our operatives in the field are reporting heavy Defias activity south of Goldshire. The reports indicate that the Defias have taken over Jerod\'s Landing and are now using it as a way to smuggle large quantities of contraband from Redridge to Westfall.$B$BI need you to infiltrate the dock house and get me that shipping schedule, $N. You will probably find it buried deep in the pockets of the Dockmaster.$B$B...and $N, should you be discovered, SI:7 will disavow all knowledge of your existence.','Find the Defias Dockmaster and recover the Shipping Schedule for Master Mathias Shaw.\n','I am astonished... Astonished that Keryn finally found a recruit that could possibly have the makings of a proper $C. Take this blade, $N. A day will come when you will be called upon again to serve the SI:7. Hone your skills, keep your eyes open and that blade sharp.$B$BYou won\'t see us coming but you\'ll feel it when we get there...','Your mortality wanes with every moment you waste loitering in the barracks, $C.','','','','','',7675,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'2205',2205,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2218,4044,0,162,8,10,10,0,68,8,0,0,0,0,0,0,0,2238,0,0,'Road to Salvation','Another lost soul looking for guidance, eh? I suppose you want to find a purpose - your purpose. I\'ve seen it a thousand times, another hero looking for work.$B$BWell, today\'s your lucky day, friend. Hogral\'s got the cure for your ailment.$B$BHere\'s what you do: Take this road here up to Ironforge and make your way to the Forlorn Cavern. Once there, locate the thieves\' guild and speak with Hulfdan Blackbeard. He\'ll put you on the road to salvation.\n','Speak with Hulfdan Blackbeard in Ironforge.','So ye think yer a right scoundrel? Destined to be one o\' Blackbeard\'s chosen few - an officer o\' the Hidden Circle?$B$BOnly a good fer nothin\' scallywag would think so highly o\' hisself.$B$BThat\'s exactly what we be lookin\' fer! Welcome aboard, $N!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'2205 2241',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2238,4044,0,162,8,10,10,0,68,8,0,0,0,0,0,0,0,2239,0,0,'Simple Subterfugin\'','Ye see, the King be strip mining the quarry fer ore and gems. More riches than any one dwarf should see in ten lifetimes.$B$BThe Hidden Circle has values, $N. We value valuables. Can ye understand?$B$BNow we feels the King should be sharing some of that booty, but we don\'t want ol\' \'Stinkbeard\' to know he\'s sharin\' - if ye catch me drift.$B$BWe needs ye to speak with Onin MacHammar over by Gnomeregan and bring back a report. The crafty dwarf has hidden hisself amongst the lepers. Be careful.','Find Onin MacHammar by Gnomeregan.','Shhhh! Keep it down you daft fool. They\'ll hear us. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',2218,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2239,4044,0,162,0,10,10,0,68,8,0,0,0,0,0,0,0,0,7715,1,'Onin\'s Report','The Quarry? Yap, I see those monstrous armored steam tanks come by this post near every day.$B$BMy contacts to the east tell me that the tank starts off at Ironforge, makes a pickup at the Gol\'Bolar Quarry, stops over at Kharanos to refuel and then for some blasted reason, it takes the long way around past Gnomeregan, before reaching Ironforge to drop off the shipment.$B$BIt\'s all in the report, $r. Take it back to Hulfdan so he can plan the next step.\n','Take Onin\'s Report back to Hulfdan in Ironforge.','Long route? In the name o\' me own beard!$B$BYe done good, $N. Take this dagger and be gone with ye. The Circle will call upon ye again when step three be ready to be set into motion.$B$BWhat\'s step three? It comes right after step two - me putting me boot up yer backside.$B$BInterested?','Did ye enjoy the stench of leper gnome? I only ask because ye got a crazy smile on yer face.$B$BWhat news do ye bring from Onin?','','','','','',7715,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',2238,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2240,4044,1517,0,12,35,40,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Hidden Chamber','Now for the task at hand.$B$BThere is a secret chamber, the Chamber of Khaz\'mul, that must be explored. The problem is that the chamber\'s behind a huge, locked door! It\'s a lucky thing I know how to open it.$B$BI\'ve described everything in my journal, here on the table. My band and I are stuck here for now... so you, $N, must find the chamber of Khaz\'mul for us!$B$BRead my journal, explore the chamber, then report to Prospector Stormpike at the Explorers\' League in Ironforge.','Read Baelog\'s Journal, explore the hidden chamber, then report to Prospector Stormpike.','You have seen the Chamber of Khaz\'mul? Amazing! Baelog was sure it existed, but I must admit that I had my doubts.$b$bThank you, $N. With luck your finding will incite our leaders to renew their efforts to retake Uldaman. And if it is ever again under Ironforge control, then the secrets of the Chamber of Khaz\'mul will be ours!','Do you have something to report?','Explore the Hidden Chamber','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9626,9627,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39300,822,0,0,0,'',2398,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,0,0,7),(2241,4044,0,162,0,10,10,0,1101,8,0,0,0,0,0,0,0,0,7735,1,'The Apple Falls','They say I\'m \'lovestruck,\' whatever that means.$B$BSure, I spend my every waking moment thinking about Syurna. Sure, my home is full of paintings and drawings of Syurna. Sure, I often go days without eating, sleeping, or drinking, while I lament about the love we could have had. Is that so wrong?$B$BNow she won\'t see me! ME! I\'ve tried sending her messages but she won\'t even talk to another person unless they are a rogue.$B$BCould you deliver this flower to her? Don\'t forget to tell her it\'s from Jannok.','Take Jannok\'s Rose to Syurna in Darnassus.','Had I saved every flower that dolt, Jannok, had sent me, I would have had the means to open a shop. Regardless, it seems as if Jannok\'s latest courier may prove to be useful.Interested in some work, $C?','Oh, isn\'t this wonderful. You\'ve brought flowers for your own funeral.','','','','','',7735,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'2205 2218',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2242,4044,0,162,8,10,10,0,1101,8,0,0,0,0,0,0,0,0,0,0,'Destiny Calls','We believe there is one being that may be able to help us understand what is happening to the forests of Teldrassil. Unfortunately, getting the creature to cooperate has proven disastrous.$B$BHe hides on a branch at the outskirts of the Oracle Glade. All who have so far approached the satyr, whether through force or diplomacy, have met with doom. Perhaps stealth is the answer, $N.$B$BFind what Sethir the Ancient carries in his packs and report back to me.\n','Find Sethir the Ancient and bring back any clues that you may discover to Syurna.\n','This is grim news, $N. It would seem that the sickness which has gripped the forests and rivers of Darkshore has begun to taint our home.$B$BYou have served us well, but there is nothing more you can do here. Take this blade as a reward for your service to Teldrassil.','Have you anything to report from Sethir the Ancient, $N?','','','','','',7737,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'2241',2241,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2258,4044,3,0,8,36,39,0,690,0,0,0,0,0,0,0,0,2202,0,0,'Badlands Reagent Run','$N, I could use your aid if you\'re up for it. I am an alchemist of some note, and I seek your aid in acquiring some reagents found out in the Badlands.$B$BI need the following items to replenish my stocks: five buzzard gizzards, ten crag coyote fangs, and five rock elemental shards. Obviously, you can get them off of the beasties themselves; if you\'re not the fighting type, then find friends who are.$B$BAcquire these items for me, you\'ll get some coin out of the deal. Watcha wanna do?','Bring 5 Buzzard Gizzards, 10 Crag Coyote Fangs, and 5 Rock Elemental Shards to Jarkal Mossmeld in Kargath, Badlands.','Ah, well done! These should last me for a little while, at least. Here is your pay as promised.$B$BIf you\'re interested, I have some more reagents I could use. These, however, are only found in the depths of the Uldaman excavation. They will not be easy to get, but I will make it worth your while if you are interested in helping me again.$B$BPerhaps something more than some shiny coins, yes?','Have you gotten the things I need yet? You won\'t get paid unless you bring me those reagents.','','','','','',7847,7846,7848,0,0,0,5,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2259,4044,0,162,8,16,16,0,1101,8,0,0,0,0,0,0,0,2260,0,0,'Erion Shadewhisper','Do not worry, $N, I am not sending you to see Syurna. Erion requires your presence at the Cenarion Enclave. Make haste!','Contact Erion Shadewhisper in Darnassus.\n','It is time to branch out, $R - the world awaits.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',2241,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2260,4044,0,162,8,16,16,0,1101,8,0,0,0,0,0,0,0,0,0,0,'Erion\'s Behest','Word of your deeds has spread far and wide, $N. So far, in fact, that Stormwind Intelligence has asked for you by name.$B$BThe journey is taxing and not without peril, but an opportunity to train under SI:7 should not be taken lightly.$B$BA new world awaits you, $N. Make your way to Old Town in Stormwind and speak with Renzik \"The Shiv\" at SI:7 headquarters.\n','Travel to Stormwind City and seek council with Renzik \"The Shiv.\"','You have answered SI:7\'s calling, $N and journeyed from distant shores to join our ranks, however, there is much for you to learn.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',2259,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2278,4044,1517,0,2,40,47,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Platinum Discs','The centerpieces of this treasure chamber are four huge platinum discs, each adorned with numerous sigils of an unknown origin. Touching them makes your hand tingle. Just after touching the discs, the visage of a large stone watcher springs forth.$B$B\"Salutations. I am a keeper of knowledge. The Creators\' synthesis of the Earthen has been chronicled and stored here for this world in the Discs of Norgannon.\"$B$BYou have uncovered a wealth of previously undiscovered worldly lore!','Speak with stone watcher and learn what ancient lore it keeps. Once you have learned what lore it has to offer, activate the Discs of Norgannon.','Following the instructions of the stone watcher, you once again access the Discs of Norgannon now that you have learned about the history of the Earthen, the troggs, and the dwarves. A faint, brief hum is heard from within the discs. The stone watcher then speaks:$b$b\"The discs have now been synthesized. Access the Discs of Norgannon once more to receive your personal copy.\"','The voice of the stone watcher seems to resonate within your very inner being:$b$b\"You must first satisfy the data assimilation prerequisite of Discs of Norgannon; once you fulfill this requirement, you will then be permitted to obtain a portable version of the stored data. Please be sure you have fully explored the information within this repository first.\"','Learn what lore that the stone watcher has to offer','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2279,4044,1517,0,0,40,47,0,1101,0,0,0,0,0,0,0,0,2439,6064,1,'The Platinum Discs','Touching the Discs of Norgannon once again makes your hand tingle. This time, however, a strange grinding noise is heard from inside the discs.$B$BYour backpack suddenly becomes heavier than it was before. Inside, you discover a miniature version of the discs!$B$BNo doubt, an item of this sort would be invaluable for someone interested in the ancient history of Azeroth. The Explorers\' League in Ironforge is such a group, known throughout the Alliance; perhaps they can make good use of it.','Take the miniature version of the Discs of Norgannon to the Explorers\' League in Ironforge.','What do you have there... oh my. You found this where?$B$BNo, really?$B$BYou spoke to whom about what?$B$BNO, REALLY?!$B$BMy fine $C, you may have just made the archaeological find of the year! By the Gods who am I kidding, the find of the century! If these discs are what I think them to be, then this could be the very key we have been looking for! This may well prove outright once and for all the legitimacy of the Dwarves\' enchanted creation!','Yes, may I help you with something? I assure you I am a very busy right now. If it is grave importance to the Explorers\' League, however, then I am all ears!','','','','','',6064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',2278,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,6),(2280,4044,1517,0,0,40,47,81,690,0,0,0,0,0,0,0,0,0,6064,1,'The Platinum Discs','Touching the Discs of Norgannon once again makes your hand tingle. This time, however, a strange grinding noise is heard from inside the discs.$B$BYour backpack suddenly becomes heavier than it was before. Inside, you discover a miniature version of the discs!$B$BNo doubt, an item of this sort would be invaluable for someone interested in the ancient history of Azeroth. The sages of Thunder Bluff are such historians, known throughout the Horde; perhaps they can make good use of it.','Take the miniature version of the Discs of Norgannon to the one of the sages in Thunder Bluff.','What are these here then?$b$bImpressive, young one! These discs, in them I sense secrets that the earth has held on to tightly for many years. You were very wise to bring them here to me.','Yes young one, I see you marching into my tent with intensity in your stride... with determination in your purpose. You seek my counsel is some matter of grave importance to the Horde? Perhaps you wish a mystery of the universe revealed to you?','','','','','',6064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',2278,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(2281,4044,0,162,8,16,16,0,1101,8,0,0,0,0,0,0,0,2282,0,0,'Redridge Rendezvous','Sending you out in the field now would be suicide. Renzik doesn\'t need another dead rogue on his hands. Don\'t fret, though, $N - Renzik is going to get you up to speed.$B$BMake your way to the Redridge Mountains and speak with an associate of SI:7 named Lucius. You will find him hanging around the docks of Lakeshire with the other shady good-for-nothings.','Venture forth to Lakeshire in the Redridge Mountains and speak with Lucius.','Ah, so your fingers are a little fat, eh? Don\'t worry, $N, I\'ve turned more useless thieves than you into accomplished rogues.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',2300,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2282,4044,0,162,0,16,20,0,1101,8,0,0,0,0,0,0,0,0,5060,1,'Alther\'s Mill','We\'ve been training thieves here for years! After all, not every rapscallion is born with the grace and finesse of old Lucius.$B$BUp off the road here you\'ll find Alther\'s Mill. I got a chest up there with something important inside. Go get it for me! Bring back that token and you\'ll receive your Certificate of Thievery!','Open Lucius\'s Lockbox, recover the Token of Thievery and return it to Lucius in Lakeshire.','Cracked it open, did you? Nice work, $N.$B$BIf you die now, we can rest easy knowing it was due to your own stupidity and not inexperience.','Did I forget to mention the orcs?$B$BI hear they have been nosing around up by the mill.','','','','','',7871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7907,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',2281,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2283,4044,1517,0,8,37,41,81,690,0,0,0,0,0,0,0,0,2284,0,0,'Necklace Recovery','We\'ve got work for you, that is if you\'ve got the guts to do it!$B$BDeep in the Badlands is the Uldaman dig site. We\'ve heard a tale about some idiot paladin who died there recently. Why we even care is that he had a very valuable necklace on him. It\'s supposedly got three large gems: a ruby, a sapphire, and a topaz.$B$BThe shot: we want it, and we\'re payin\' TOP SILVER to get it. It may be damaged, but that\'s neither here nor there; we\'ll fix whatever scratches are on it.','Look for a valuable necklace within the Uldaman dig site and bring it back to Dran Droffers in Orgrimmar. The necklace may be damaged.','Mmmm salvage! I can smell the necklace from here. Now let\'s look at that beauty...$B$BHey, what do you think you\'re trying to do here? This necklace is missing the gems! You think we wouldn\'t notice? Even Malton could see that the gems are gone.$B$BWell, maybe you didn\'t steal them... but this necklace is worthless without those gems! Your job isn\'t done here yet, not by a long shot!','Well, do you have the necklace? You won\'t see a copper from us if you don\'t have that necklace!','','','','','',7666,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2284,4044,1517,0,8,37,41,81,690,0,0,0,0,0,0,0,0,2318,0,0,'Necklace Recovery, Take 2','As sure as Malton is a dummy, those gems are still in Uldaman somewhere. You\'re going to have to go back there and look for them.$B$BLike I said before, if the information we have is correct then there\'s a ruby, a sapphire, and a topaz that go with the necklace. Find them and put them in the necklace.$B$BAs to where the gems are, who knows? Maybe you\'ll get lucky and find the corpse of the Paladin. If he\'s not been stripped clean already, then maybe he\'s got them on him still.','Find a clue as to the gems\' whereabouts in the depths of Uldaman.','You seem to have found the remains of the $C that Dran had mentioned from before. Searching the remains uncovers what would appear to be his journal. The book is in poor condition, as dried blood has stained most of the text in the book. What you can read, however, is gibberish; it is written in the native tongue of the humans, to the best of your knowledge.$b$bYou will need the book translated if you are to glean any knowledge from it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41100,0,0,0,0,'',2283,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2298,4044,0,162,8,16,16,0,68,8,0,0,0,0,0,0,0,0,0,0,'Kingly Shakedown','So there we were, about to start plottin\' out phase III when a couple o\' Magni\'s blockheads come bargin\' in here talkin\' bout some kind o\' heist and arresting some o\' the Hidden Circle.$B$BWell nobody puts the iron on old Blackbeard! The argumentations got heavy and thick and somehow yer name weres blurted out!$B$BMe advice? Take the first Gryphon out o\' Ironforge and get to Stormwind. Get yerself to Old Town and once there, talk to an old friend o\' mine named Renzik \"The Shiv.\"','Travel to Stormwind and seek out Renzik \"The Shiv.\"','It\'s always good to have one of Hulfdan\'s rogues among our ranks!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',2299,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2299,5875,0,162,8,16,16,0,68,8,0,0,0,0,0,0,0,2298,0,0,'To Hulfdan!','Where have you been, $N? Hulfdan\'s been looking all over the place for you. We thought the king may have put you in irons.$B$BGet to Ironforge as soon as possible and speak with Hulfdan!','Travel to Ironforge and speak with Hulfdan Blackbeard.','Keep yer voice down, $N, the guards may hear ye.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',2218,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2300,4044,0,162,8,16,16,0,1101,8,0,0,0,0,0,0,0,2281,0,0,'SI:7','Renzik was looking for you, fish.$B$BI wouldn\'t keep Mathias\'s second in command waiting if I were you.\n','Travel to Stormwind and seek out Renzik \"The Shiv.\"','Are you ready to get to work or do you need to take a nap before we get started?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',2205,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2318,4044,1517,0,0,37,42,81,690,0,0,0,0,0,0,0,0,2338,7886,1,'Translating the Journal','At an impasse of sorts, you know that you will need the book translated into a language you can understand. There certainly are a number of people in the world who could do it; the closest location that might have someone who could, however, is the Kargath outpost in the Badlands. Perhaps that is a good place to start.\n','Find someone who can translate the paladin\'s journal. The closest location that might have someone is Kargath, in the Badlands.','Mighty $C, I know what you are doing out here in the Badlands. I know you seek my gift of tongues. You\'re after the parts to that necklace you found in Uldaman.$b$bSurprised? Don\'t be - it\'s my job to know such things. Instead, let\'s discuss what you\'re going to do for a translated journal. Trust me - I\'m the only one you\'ll find that can translate it.$b$bBetter still, let me make you a better offer than Dran Droffers is, and it\'ll let you still complete your deal with them. Interested now, yes?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',2284,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2338,4044,1517,0,0,37,42,81,690,0,0,0,0,0,0,0,0,0,7886,1,'Translating the Journal','Droffers and Son Salvage aren\'t smart enough to restore the magic in the necklace, but I am. All I want to do is study the necklace so I can learn to make them myself. To do that, I will need your necklace. Let me borrow it, and in exchange for the time I get to study it I will translate the journal for you. While you are searching for the gems, I should have enough time to learn what I need to.$B$BIt\'s a simple deal, and no one else will be the wiser. Whatcha wanna do?','Let Jarkal borrow the necklace. In exchange, he will translate the journal for you.','You know a good deal when you see one - I knew I could count on you.$b$bIt will be just a moment while I cast a spell to quickly translate the human tongue into a form you will understand. I am a troll of my word; ask anyone in the Horde about Jarkal Mossmeld. Now, let\'s get this started...','You\'ve thought about it, yes? You\'re a smart $C if you take this deal - you and I will get what we both want, and Droffers and Son Salvage will think they\'re getting what they want.','','','','','',7886,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',2318,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2339,4044,1517,0,0,37,44,81,690,0,0,0,0,0,0,0,0,0,7668,1,'Find the Gems and Power Source','Here is the journal, translated for you to read on your own. The crux of it says dwarves hid the ruby, the troggs hid the topaz, and a trogg named Grimlok has the sapphire.$B$BLook - you\'re going to need a power source to make the necklace work again. Dran Droffers doesn\'t know this. To find one, here\'s what I\'d do: go as deep as you can in Uldaman and kill whatever construct there is the strongest. No doubt whatever that is would have it.$B$BWhen you have everything collected, come back here!','Recover all three gems and a power source for the necklace from Uldaman, and then bring them to Jarkal Mossmeld in Kargath. Jarkal believes a power source might be found on the strongest construct present in Uldaman.$B$BFrom the journal, you know...$B* The ruby has been stashed in a barricaded Shadowforge area.$B* The topaz has been hidden in an urn in one of the Trogg areas, near some Alliance dwarves.$B* The sapphire has been claimed by Grimlok, the trogg leader.','Very well done, $C. Now the fruits of our redirection will pay themselves out handsomely. I\'m finished with the necklace itself, and I am confident I can duplicate the construction process consistently.$B$BBut first, I will use a specially prepared incantation to quickly analyze those gems before you take them and the necklace back to Orgrimmar. This will take just a brief moment to do.','You\'ve got another trip into the depths of Uldaman in store for yourself if you don\'t have the gems and a power source capable of channeling magical power back into the necklace.$B$BYou\'ll be getting the gems back to deliver to the goons in Orgrimmar; I will be keeping the power source, since it will be the thing that will make the necklace work in the first place...','','','','','',7669,7670,7671,7672,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',2338,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2340,4044,1517,0,0,37,44,81,690,0,0,0,0,0,0,0,0,2341,7887,1,'Deliver the Gems','Any necklace setting and gem will work, so long as they are the same material. This power source, however, is what will bring the magic back to the necklace... I hope.$B$BI\'ll gladly supply the gems needed for your version of the necklace, so long as the power source actually works.$B$BHead to Orgrimmar and keep your end of the bargain with Droffers and Son Salvage. Just keep your mouth shut about our deal, and when you get back I might have a wonderful surprise for you.','Deliver the Necklace and Gem Salvage to Dran Droffers in Orgrimmar.','Yep, it\'s all here. Say, mind if we keep the bag too? No? Thanks, appreciate it! Har!$b$bThis necklace will be our greatest haul yet! Don\'t feel too bad though; I\'m sure the necklace wouldn\'t fit you anyway. Har again!$b$bA deal is a deal, so here\'s your fee for the salvage. Our business is done here for now; check back later to see if we have more work. Until then, beat it!','Well, look who it is! Took your sweet time getting here, I see. Let\'s hope this isn\'t a waste of my time! You\'ll not get paid unless you have everything I asked for. And trust me on this - we\'ll be double and triple checking everything!','','','','','',7887,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,12500,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',2339,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2341,4044,1517,0,8,37,44,81,690,0,0,0,0,0,0,0,0,0,0,0,'Necklace Recovery, Take 3','As Dran and Malton Droffers begin to squabble over their new salvage, half of the deal is now complete. A trip to the Badlands is now in order to finish things up, as Jarkal Mossmeld in Kargath might have a special reward waiting for you there.','Visit Jarkal Mossmeld in Kargath to see if he was successful.','The power source you gave me exceeded every expectation I had for it. I was able to make both you and me a necklace, and I have enough left over to make at least three more. They will fetch quite the fee, with Droffers and Son Salvage none the wiser.$b$bHere you go, my friend. I give you my thanks on a splendid job... and something quite special for your trouble.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7888,0,0,0,1,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',2340,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2342,4044,1517,0,8,33,43,0,690,0,0,0,0,0,0,0,0,0,0,0,'Reclaimed Treasures','Sweeping the bat pens with this broom is not befitting a Garrett! I\'ve earned a little coin from this accursed job, and I\'m willing to spend it on you to better my station.$B$BThe Garrett family weapon of choice is locked away in our chest in the South Common Hall of Uldaman from when we Garretts toiled there as diggers. Without it, I will be stuck here forever - literally - sweeping up after these infernal bats.$B$BReclaim my family\'s treasure and bring it to me! Help me restore my birthright!','Get Patrick Garrett\'s family treasure from their family chest in the South Common Hall of Uldaman, and bring it to him in the Undercity.','At last - a broom worthy of a Garrett. You\'re bloody well worth every silver I spent on you, I say!$B$BDo you hear me, foul bats? I now wield the Garrett family weapon of choice! Tremble, bats, tremble!!','The sweeping never ends... these bats are prolific in their mockery of me and my broom. Please tell me you\'ve reclaimed my family\'s treasure! I\'ve offered you my silver - is that not enough?!','','','','','',8026,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,5),(2358,5875,0,162,8,16,22,0,0,8,0,0,0,0,0,0,0,0,0,0,'Horns of Nez\'ra','Many years ago, the Horns of Nez\'ra were stolen from Ravenholdt manor. Across continents and oceans I have searched, only to discover that these insignificant beasts have had it in their possession all along.$B$BSlay every Blackrock orc you cross until the Horns of Nez\'ra are recovered. Should you recover the horns, find me in Lakeshire.$B$BDo this for me and your name shall be known to Ravenholdt, $N.','Return the Horns of Nez\'ra to Arantir in Lakeshire.','','','','','','','',7906,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7676,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2359,4044,0,162,0,20,-1,0,1101,8,0,0,0,0,0,0,0,2607,8046,1,'Klaven\'s Tower','I\'ve been staking out this tower for weeks, $N. Recently a major shipment came through from Duskwood, and along with it came those guards.$B$BWhat are they? Your guess is as good as mine. I can tell you one thing - they aren\'t human.$B$BAnyhow, the shipment had a chest - which is what I assume those abominations are guarding. The zombie with the spikes holds a key we\'ll need.$B$BGet that key, get in the tower, and uncover whatever is in that chest. Take your findings back to Mathias.','Steal the Defias Tower Key, break into the Defias Tower and uncover the contents of the Duskwood Chest. Take whatever information you find back to Mathias Shaw in Stormwind. Read Kearnen\'s Journal to gain insight about the tower.\n','This would explain the Defias drones you and Kearnen saw outside of the tower, $N. It would also explain the Venture Company\'s involvement with the Defias and the strange shipments out of Duskwood.$B$BAccording to this book, the Zanzil trolls in Stranglethorn have discovered a way to raise the dead through potions... or to be more specific: poison.$B$BYou\'ll be of no use to SI:7 without a firm understanding of poisons, $N -- especially with the recipe to create undeath at our fingertips.','Any news from Agent Kearnen?','','','','','',7908,7923,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2995,0,0,0,0,0,0,0,1020,0,0,0,0,'',2360,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2360,4044,0,162,8,20,-1,0,1101,8,0,0,0,0,0,0,0,2359,0,0,'Mathias and the Defias','Not a moment too soon, $N. SI:7 reconnaissance is reporting unusually heavy Defias activity in Westfall.$B$BIt would seem that the Defias have taken over an abandoned Alliance watch tower southeast of Sentinel Hill and are using it as a base of operations to smuggle in goods from the Redridge supply route.$B$BGet to Westfall and contact Agent Kearnen for your debriefing. You will find her hidden near the tower.$B$B...and $N, should you be discovered, SI:7 will disavow all knowledge of your existence. ','Travel to Westfall and find Agent Kearnen for your debriefing.','Mathias finally sent another agent to back me up, eh? Well I hope he\'s ready to hear some bad news.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2361,4044,1517,0,8,37,44,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Restoring the Necklace','','','I gladly give you this necklace, mighty $C. You have done me an invaluable service, and for that I thank you. Wear it with pride, and make sure you mention loudly and repeatedly who made it for you!$B$BAlso, if you could toss in the fact that it really isn\'t cursed, that would be great.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7673,0,0,0,1,0,0,0,54,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',2204,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2378,4044,0,162,8,16,16,0,690,8,0,0,0,0,0,0,0,2379,0,0,'Find the Shattered Hand','You have served the Deathstalkers well, $N, but perhaps it is time for you to venture outward. While you have shown aptitude in the ways of stealth and deception, you still require much training.$B$BThe Deathstalkers have allies within the Shattered Hand. Seek out those that would assist us - find Shenthul in Orgrimmar.\n','Journey to Orgrimmar and speak with Shenthul at the Cleft of Shadow.\n','So, you are what our mighty allies have sent Shenthul? How uninspiring....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',0,0,0,0,'2380',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2379,4044,0,162,8,16,16,0,690,8,0,0,0,0,0,0,0,2382,0,0,'Zando\'zan','Your determination alone is not enough to overcome the obstacles that lay ahead of us.$B$BSpeak with Zando\'zan to begin your training as an operative of the Shattered Hand.$B$BIt is only when you have mastered the practices of stealth and thievery that you may take the next step towards your destiny.\n','Speak with Zando\'zan at the Cleft of Shadow.','Perhaps Zando\'zan was wrong. Zando\'zan apologizes.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'2378 2380',2378,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2380,5875,0,162,8,16,16,0,690,8,0,0,0,0,0,0,0,2379,0,0,'To Orgrimmar!','A master of stealth and deception you are not, however, all of that can and will change. You\'ve obviously impressed those in charge with your meager skills, as the great Shenthul has asked for you by name.$B$BTake the road north of here to Orgrimmar and speak with Shenthul in the Cleft of Shadow.\n','Speak with Shenthul at the Cleft of Shadow in Orgrimmar.','It is important that the Shattered Hand remains vigilant in the face of the changes Thrall wishes to bring about to the Horde. Our numbers alone will not be enough to overcome his rule - stealth and deception must be mastered.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',0,0,0,0,'2378',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2381,4044,0,162,0,16,18,0,690,8,0,0,0,0,0,0,0,0,0,0,'Plundering the Plunderers','I don\'t mean to scare you, $N, but the last five thieves I sent to steal the southsea treasure came back to me in pieces.$B$BSouth along the coast you\'ll find Tide Razor, the southsea freebooter\'s ship. Nestled in the hold is the payoff - the southsea treasure. On the second level of that ship is the pirate\'s den, a place where they train all of their thieves.$B$BBoard that ship, steal the treasure, and bring it back to me. Use the pirate\'s den if you need to practice your thievery, but be careful!\n','Bring the Southsea Treasure back to Wrenix the Wretched in Ratchet. Do not forget to get an E.C.A.C. and Thieves\' Tools from Wrenix\'s Gizmotronic Apparatus. You will need both of these items to complete your mission.$B$BShould you be attacked by any unusually hostile parrots, use your E.C.A.C.!\n','Incredible! Improbable! Simply amazing! You\'ve got talent, Weir. Either that or you\'re the luckiest man alive!$b$bHere\'s your cut of the action. I\'m sure you would make better use of this stuff than I could.$b$b','Well, at least you still have all of your body parts. Did you find the treasure?$b$b','','','','','',7968,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7676,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',2382,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2382,4044,0,162,8,16,16,0,690,8,0,0,0,0,0,0,0,2381,0,0,'Wrenix of Ratchet','Zando\'zan has seen it! Yes, the day comes! Thrall\'s death... the dagger in his back, poison seeping through to his every vein... Zando\'zan has said too much.$B$B$N! Zando\'zan has a task for $N! $N must travel to Ratchet, east of the Crossroads, and speak with Wrenix the Wretched. Go!\n','Travel to Ratchet in the Barrens and speak with Wrenix the Wretched.','Another one? The last five that crazy troll sent me ended up as shark food. Let\'s hope you fare a little better, eh?$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',2379,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2383,4044,0,81,0,1,1,0,2,1,0,0,0,0,0,0,0,0,12635,1,'Simple Parchment','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the warrior trainer Frang. He would have words with you when you\'re ready. You\'ll find him outside the Den, taking cover in the shade.','Read the Simple Parchment and speak to Frang in the Valley of Trials.','Ah, that\'s my parchment. I heard you\'d be coming to the Valley, $N. I\'m glad to see you made it--let\'s hope you survive the trials ahead. Like I said, as you gain in power, come to me--I will do what I can to train you in the ways of the $C.$b$bGood luck, $N, and return to me whenever you feel ready.','What\'s that you have there? A parchment? You\'re not a scholar, I hope...','','','','','',12635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,3),(2398,4044,1517,0,8,35,40,81,1101,0,0,0,0,0,0,0,0,2240,0,0,'The Lost Dwarves','The dig site at Uldaman wasn\'t always overrun. We Ironforge dwarves used to control the area, but... that was before the troggs came. They came so fast and in such numbers that not even dwarven might could stop them!$B$BIn fact, their attack was so sudden that I fear some of our people may be trapped behind enemy lines.$B$BMy friend Baelog led a small band of dwarves deep within the site just before the troggs showed up. If he and his company live, then I want you to find them.','Find Baelog in Uldaman.','It\'s about time you showed up! I was in danger of losing a bet with Olaf!$B$BHe wagered that his beard would grow to his knees before he saw another living $R. Well here you are, and as you can see Olaf\'s beard has a few more inches to go.$B$BThanks, $N. I\'ll split the winnings with you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2399,4044,141,0,8,4,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Sprouted Fronds','','','The fronds Denalan planted within his garden have sprouted and grown. They tremble, eager to be picked....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5205,0,0,0,5,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',931,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2418,4044,1517,0,8,30,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Power Stones','A while ago, I had an incident with the Shadowforge Dwarves. They brought me to Angor Fortress to study two types of strange stones from Uldaman. I discovered that the stones were sustained, stable power sources if treated correctly. It\'s amazing the things one can find in that old dig site!$B$BAnyway, after I told them the secret of the stones they kicked me out of Angor Fortress and began digging for more in Uldaman.$B$BI want those stones for myself! Bring me both types and I\'ll pay you plenty!','Bring 8 Dentrium Power Stones and 8 An\'Alleum Power Stones to Rigglefuzz in the Badlands.','That\'s great, you found some! Thanks a lot, $N. You\'re the most dependable $r I\'ve met!$B$BI can\'t wait to try these on some devices I\'ve been tinkering with. I bet that, under the right circumstances, devices powered with these stones will keep going, and going, and going...','Do you have the power stones, $N? I have a robotic rodent that needs a power supply...','','','','','',8009,8052,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9522,10358,10359,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,6,0,0,5),(2438,4044,141,0,8,1,6,0,1101,0,0,0,0,0,0,0,0,2459,0,0,'The Emerald Dreamcatcher','I was once given an emerald dreamcatcher from Gaerolas Talvethen, the warden of the druids in the Ban\'ethil Barrow Den. This powerful amulet is able to siphon energy from the Emerald Dream, bestowing luck upon those who carry it.$B$BSadly, I have not been able to retrieve it from my dresser in Starbreeze Village... Although Starbreeze was once a tranquil place, it has now succumbed to the corruption of the furbolg that reside there.$B$BPerhaps you would be willing to recover my dreamcatcher, $c? ','Bring the Emerald Dreamcatcher to Tallonkai Swiftroot in Dolanaar.','My emerald dreamcatcher is of great importance to me. It is a gift only given to few. Thank you for returning it, $N.','Please move swiftly. I can only hope that my emerald dreamcatcher has been unharmed by the furbolg.$b$bHave you recovered it yet, $N?','','','','','',8048,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,4,0,4),(2439,4044,1537,0,0,40,47,0,1101,0,0,0,0,0,0,0,0,0,8070,1,'The Platinum Discs','This object is an incredible find. The ancient Titans, or the Creators as these discs refer to them as, are the link to our enchanted creation, if the lore stored in here is correct! We\'ll need to invest as much research time into this as possible.$B$BAs for you, heroic $c, take this voucher to Dinita Stonemantle at the vault. It grants you what I think is a fitting for such a tremendous find!$B$BReturn to me directly when you are ready; there is much more to do for the Explorers\' League!','Take your reward voucher to Dinita Stonemantle in the Vault of Ironforge.','As yes, a voucher from the Explorers\' League... and quite the valuable one, might I add.$B$BThe Explorers\' League lends me the authority to offer you a choice in your compensation directly from their vault. You are to receive this item, and you may choose between five superior healing potions or five greater mana potions as your reward.','Welcome to the Vault of Ironforge, $N. What may I do for you today?','','','','','',8070,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3928,6149,0,0,0,0,5,5,0,0,0,0,9587,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',2279,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,1),(2440,4044,1638,0,0,40,47,0,690,0,0,0,0,0,0,0,0,0,8070,1,'The Platinum Discs','I shall focus my energies on these discs; they will reveal their true workings to me in due time.$B$BAs for you $N, I will now reward you for your diligence in bringing this to my attention. Take this voucher to Bena Winterhoof, the alchemy trainer for Thunder Bluff. She will give you a special item I believe you will find appealing, and she will supply you with a choice of potions from my personal stock.$B$BReturn to me soon, as I sense there is much more at hand for us to do regarding this find.','Take the reward voucher to Bena Winterhoof in Thunder Bluff.','Well $N, you must have pleased Sage Truthseeker greatly for him to give you this item. You are also to be granted a gift from his cache of potions; you may choose between 5 superior healing potions or 5 greater mana potions as your reward.','Greetings, $C! Are you here for alchemy training, or perhaps something else?','','','','','',8070,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3928,6149,0,0,0,0,5,5,0,0,0,0,9587,0,0,0,1,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',2280,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2458,4044,0,162,0,20,-1,0,690,8,0,0,0,0,0,0,0,0,8051,1,'Deep Cover','The Venture Company... Perhaps you have heard of them?$B$BFor one year we have worked on planting an agent deep within their ranks. Through much hard work and careful planning, we succeeded.$B$BRecently we received word that the Venture Co. are planning something on a grand scale. Go north of the Sludge Fen to the Venture Co. tower and contact our undercover agent, Taskmaster Fizzule.$B$BWhen you find the tower, use this flare gun, then approach Fizzule and show him the salute of the Shattered Hand.\n','Travel to the Venture Co. Tower, north of the Sludge Fen and contact the Shattered Hand\'s covert operative, Taskmaster Fizzule.$B$BWhen the tower is in sight, use the Flare Gun to signal your arrival to Taskmaster Fizzule. Fire off TWO flares, then approach Taskmaster Fizzule and perform the Shattered /Salute.$B$BThese actions must be performed in the correct order, as Fizzule will attack and terminate any person he does not recognize.','It\'s good to see another agent of the Shattered Hand in these parts, however, the flare may have been a little too much!$B$BNext time you need to speak with me, blow into this whistle twice and I\'ll know you are an ally.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8066,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',2460,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2459,4044,141,0,8,1,8,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ferocitas the Dream Eater','The emerald... It is missing! My dreamcatcher has been damaged!$B$BThere is a band of Gnarlpine mystics located to the north of Starbreeze. I have heard reports that their leader, Ferocitas the Dream Eater has been wearing a necklace that glows green in the night. Now seeing my dreamcatcher, I am sure that he has stolen my emerald... He would never realize that its power is useless to him.$B$BFind this missing jewel, $N. And, while you\'re there, clear out some of the corrupted mystics as well.','Tallonkai Swiftroot in Dolanaar wants you to kill 7 Gnarlpine Mystics and find the Missing Jewel.','Now I can repair my dreamcatcher. Thank you, $N.','Ferocitas and the Gnarlpine Mystics must return what is mine. Please retrieve the emerald so that I may repair my emerald dreamcatcher.','','','','','',0,0,8050,0,0,0,0,0,1,0,0,0,0,7235,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',2438,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,15,1,0,0,0,100,0,0,1,2,0,0,0,200,0,0,0,6,2,0,6),(2460,4044,0,162,2,20,-1,0,690,8,0,0,0,0,0,0,0,2458,0,0,'The Shattered Salute','As a rogue of the Shattered Hand, it is imperative that you learn the Shattered Salute. It is the only way to truly identify another member of the Hand.$B$BWatch, learn, repeat.','Perform the Shattered Salute on Shenthul.','Well done, $N. You are now ready to proceed.','','Shattered Salute Performed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',10794,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2478,4044,0,162,8,20,-1,0,690,8,0,0,0,0,0,0,0,2479,0,0,'Mission: Possible But Not Probable','You will need to steal the tower key from Foreman Silixiz, $N. Once you\'ve got the key in your possession, hold on to it - I may need it later.$B$BRemember, the poison has weakened everything in this tower. Use your abilities to bring chaos and destruction to its inhabitants. Slay them all -- show no mercy!$B$BOnce everything inside lays in a bloodied heap, pick Gallywix\'s lockbox and steal the cache of Zanzil\'s mixture held inside. Take both the head of Gallywix and the mixture to Shenthul in Orgrimmar.','Steal Silixiz\'s Tower Key from Foreman Silixiz, then kill two Mutated Venture Co. Drones, two Venture Co. Patrollers, and two Venture Co. Lookouts.$B$BAssassinate Grand Foreman Gallywix and take his head, then pick the lock on Gallywix\'s lockbox and steal the Cache of Zanzil\'s Altered Mixture. Take the Cache and Gallywix\'s Head back to Shenthul in Orgrimmar for further instruction.\n','Poor Fizzule, he was a good agent -- one of our best. Alas, it is the price we pay, $N. Being a field agent of the Shattered Hand is dangerous work.$B$BYou have performed your duty well, $C. It would be a shame if you did not live to serve us again.','What have you to report, $N?','','','','','',8074,8072,8073,0,0,0,1,1,1,0,0,0,7310,7307,7308,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',2458,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2479,4044,0,162,0,20,-1,0,690,8,0,0,0,0,0,0,0,2480,8087,1,'Hinott\'s Assistance','Take a sample of the mixture to Serge Hinott in Tarren Mill.$B$BIf anyone can cure you, it\'s Serge. Live long enough and Serge will show you the ways of poison creation and use.','Travel to Tarren Mill in Hillsbrad Foothills and deliver the Sample of Zanzil\'s Mixture to Serge Hinott.$B$BTo get to Tarren Mill, take the Zeppelin to the Undercity and follow the road south through Silverpine and towards Hillsbrad. Follow the signs!\n','You look deliciously pale, $C. And what is that foul aroma you are giving off? I must know!','What\'s this???','','','','','',8087,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',2478,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2480,4044,0,162,2,20,-1,0,690,8,0,0,0,0,0,0,0,0,0,0,'Hinott\'s Assistance','I have never seen such wondrous results from a poison! Zanzil you say? Never heard of him, however, I must commend him on the creation of this concoction.$B$BSo, I am to cure you of this and then teach you how to make use of the poison?$B$BGive me a few moments to examine the toxin, $N.','Wait for Serge Hinott to complete the cure.','The cure is ready! Drink this anti-toxin and the creeping madness will stop, however, I will not be able to do anything about the smell.','','Cure Completed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8095,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',2479,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2498,4044,141,0,8,4,9,0,1101,0,0,0,0,0,0,0,0,2499,0,0,'Return to Denalan','I have just received word that Denalan at Lake Al\'Ameth has discovered what may be the cause of the tumors that plague the timberlings. Please speak with him, and tell him I sent you.$B$BMake haste, $N; he needs our help.','Rellian Greenspyre wants you to speak with Denalan at Lake Al\'Ameth.','Ah, so Rellian sent you to aid me. I am glad you arrived here so soon.$b$bI have discovered something quite disturbing!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',923,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2499,4044,141,0,8,4,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Oakenscowl','In a cave along the southern bank of the lake, a timberling named Oakenscowl is spreading corruption to all the creatures that make Lake Al\'Ameth their home.$B$BI dared not get too close, but even from a distance, it is obvious: Oakenscowl is being poisoned by the largest tumor I have ever seen... I would call it gargantuan, even.$B$B$N, you have already done much to aid my efforts, but I ask of you one more task. Hunt down Oakenscowl and collect the tumor; remove this source of corruption from my home.','Denalan at Lake Al\'Ameth wants you to collect the Gargantuan Tumor from Oakenscowl.','I knew you were more than capable of ridding the lake of that horrible beast.$B$BIt is a distressing situation; Oakenscowl was once a grand leader amongst his kind... but corruption does not discriminate between the lowly and the noble.$B$BThe size of this tumor is quite disturbing, but I must study it to learn more about the disease that upsets the timberling population.$B$BThank you, $N.','Have you located Oakenscowl yet, $R?','','','','','',8136,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5458,5589,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',2498,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2500,4044,38,0,8,36,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Badlands Reagent Run','$C, I would make use of your services. I am an alchemist of some note, and I seek your aid in acquiring some reagents found out in the Badlands.$B$BI need the following items to replenish my stocks: five buzzard gizzards, ten crag coyote fangs, and five rock elemental shards. Obviously, you can get them off of the beasties themselves; if you\'re not the fighting type, then find friends who are.$B$BAcquire these items for me, you\'ll get some coin out of the deal.$B$BWell, what say ye?','Acquire the reagents Ghak Healtouch needs from the Badlands, then return to him in Thelsamar.','Ah, well done $N. These should last me for a little while at least. Here is your pay, as promised.$B$BIf you\'re interested, I have some more reagents I could use. These, however, are only found in the depths of the Uldaman excavation. They will not be easy to get, but I will make it worth your while if you are interested in helping me again.$B$BPerhaps something more than some shiny coins, yes?','Have you gotten the things I need yet? You won\'t get paid unless you bring me those reagents.','','','','','',7847,7846,7848,0,0,0,5,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2501,4044,38,0,0,40,44,0,1101,0,171,210,0,0,0,0,0,0,7870,1,'Badlands Reagent Run II','You have been most helpful to me, $N. I would like to reward you with the very recipe for the brew I gave you earlier, but I must ask of you a favor that is quite dangerous.$B$BThis lockbox contains three empty thaumaturgy vessels; they are imbued with an attunement aura that will drain the blood of a scorched guardian dragon. Using one on the beast will anger it greatly, so be careful. Once you have all three filled, bring them to me.$B$BDo this, and the recipe will be yours.','Use the empty thaumaturgy vessels on scorched guardian dragons found in the Badlands. Once you have them filled, bring them to Ghak Healtouch in Thelsamar.','From one alchemist to another, I salute you. Here, take this recipe and commit it to your knowledge. May it bring you the success and rewards that it has brought me over the years!','Have you used the vessels to get me the scorched guardian dragon blood I need? Yes, I know it is a dangerous task... but the recipe for my restorative brew awaits your success. Risk and reward, my friend... risk and reward...','','','','','',7867,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,11522,0,0,0,0,0,0,0,31800,0,0,0,0,'',2500,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2518,4044,1657,0,8,5,12,0,1101,0,0,0,0,0,0,0,0,2520,0,0,'Tears of the Moon','Lady Sathrah was once beloved of Elune. Graceful and pure, the spider spun her silver threads through the moonlight, catching the evening mist. The silvery dew had strong healing powers and was kept here in the temple.$B$BBut of late, Sathrah has descended into madness. Her future generations are now threatened as well.$B$BFind Lady Sathrah, $N, and end her suffering. She dwells along the northern borders of Teldrassil, near Wellspring Lake. Gather her silvery spinnerets and bring them back to me.','Priestess A\'moora in the Temple of the Moon at Darnassus wants you to bring her Lady Sathrah\'s Silvery Spinnerets.','The forest mourns for Lady Sathrah, but it was something that had to be done.$B$BThank you, $N.','I regret the task that I have asked you to carry out; but Lady Sathrah is beyond hope.$B$BIt is our hope to offer the sacrifice of the spinnerets to Elune. With this sacrifice, Elune will bless Sathrah so that she might be reborn, and at peace.','','','','','',8344,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',2519,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(2519,4044,1657,0,8,5,10,0,1101,0,0,0,0,0,0,0,0,2518,0,0,'The Temple of the Moon','A once great creature of the forest is in need of help, $r.$B$BThere is a difficult task that must be done.$B$BPlease seek out Priestess A\'moora; she will explain things to you. Find her to the southeast of here, inside the Temple of the Moon.','Sister Aquinne wants you to speak with Priestess A\'moora in the Temple of the Moon.','So, Sister Aquinne sent you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2520,4044,1657,0,2,5,12,0,1101,0,0,0,0,0,0,0,0,0,8155,1,'Sathrah\'s Sacrifice','Now you must finish the task to which you have been appointed. Take the spinnerets and offer Lady Sathrah\'s sacrifice to Elune; lay the great spider to rest.$B$BInside this temple, find the central fountain. There is where you may leave the sacrifice. The holy waters will purify and cleanse the corruption that drove Sathrah mad.$B$BWhen you have completed this, return to me.','Priestess A\'moora wants you to place Lady Sathrah\'s silvery spinnerets at the fountain inside the temple, and then return to her.','The loss of Lady Sathrah is distressing, but in this way only may she be reborn with a renewed spirit.$b$bMay Elune willingly accept the sacrifice that you have offered her.','Have you placed the sacrifice at the fountain, $n?','Offer the sacrifice at the fountain','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9600,9601,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',2518,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2521,4044,4,0,8,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Serve Kum\'isha','$R, can your miniscule brain comprehend the rarity of a flawless sphere of draenethyst? Draenei have spent lifetimes in search of just one of these crystals, only to meet horrible fates, their purpose unfulfilled.$B$BSo you stand before Kum\'isha, knowing what Kum\'isha has requested and still wish to assist? Very well, $r... At any time during your travels across these lands, should you find a flawless sphere of draenethyst, return it to me and I shall reward you with riches beyond your wildest dreams. ','In your journeys throughout the Blasted Lands, should you ever come across a Flawless Draenethyst Sphere, take the item back to Kum\'isha the Collector.$B$BBe warned, this gem is one of the most rare crystals in all of Azeroth. Any creature in these lands could be holding a Flawless Draenethyst Sphere.$B$BYou will be rewarded for each Flawless Draenethyst Sphere you have collected.','Do my eyes deceive me? Impossible! Where did you... How...$B$BPerhaps now a rift can be opened, returning us to our homeland.','I have dedicated my life to the search of flawless draenethyst spheres. A lifetime, $R!','','','','','',8244,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10752,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2522,4044,4,0,264,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kum\'isha\'s Endeavors','Even though the portal conjuration was a failure, I remain hopeful that my next attempt will be successful.$B$BThe hope of the Draenei is as fervent as your greed for trinkets, $r. Go back out into these cursed lands and recover another flawless draenethyst sphere.$B$BOf course, the choice to take on this task is completely left to you *grin*.','Find and return a Flawless Draenethyst Sphere to Kum\'isha the Collector.','Simply amazing. I had doubted that you could find another sphere, yet here it is, pulsating in my hands.$B$BWell done, $N!$B$BShould you find anymore--and I believe this to be an impossibility--return them to me and I shall reward you again.','Have you found another flawless draenethyst sphere?','','','','','',8244,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10752,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2521,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2523,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2541,4044,141,0,8,3,8,0,1101,0,0,0,0,0,0,0,0,2561,0,0,'The Sleeping Druid','The Gnarlpine shaman that inhabit this place have discovered a way of separating a sleeping druid\'s spirit from the physical body. The furbolg have animated my physical form and are using it to attack anyone that attempts to explore the Ban\'ethil Barrow Den. I am now trapped in the Emerald Dream, powerless to stop this.$B$BYou must help me. The Gnarlpine shaman carry a strange charm which is used to perform this ritual, and I\'d like to examine it. Please, $N, bring one to me.','Bring a Shaman Voodoo Charm to Oben Rageclaw in the Ban\'ethil Barrow Den.','Thank you, $N.$b$bWhat an odd trinket this is... I can sense the vile aura emanating from it; this is a very powerful enchantment.','If I can examine the charm, I may be able to figure out how to break the enchantment. Have you found one?','','','','','',8363,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2561,4044,141,0,2,3,10,0,1101,0,0,0,0,0,0,0,0,0,8149,1,'Druid of the Claw','After examining this charm, $N, I see now what must be done. Please take it, and do as I ask.$B$BYou are to explore the deepest areas of the Ban\'ethil Barrow Den. There, you will find my soulless body... Although I regret what I am about to tell you, I see no other way to free myself from the control of the Gnarlpine.$B$BIn order for me to escape them, you must kill my physical form. Once that is done, use the voodoo charm on my fallen body. After you have completed this task, please return to me.','Oben Rageclaw wants you to kill his soulless body, and then use the Voodoo Charm.','I am finally free of the control of the Gnarlpine. Thank you, $N.$b$bMy spirit may now rest peacefully forever in the Emerald Dream.$b$bPerhaps one day we may meet again, young $C. But, for now, please accept this reward as a symbol of my gratitude.','$N, be wary when approaching my physical form; the enchantment it is under is quite powerful.','Release Oben Rageclaw\'s spirit','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7318,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,9598,18957,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',2541,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(2581,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Snickerfang Jowls','It is a well known fact that hyenas possess tremendous strength in their jowls, but the strength to snap through three inches of thorium steel? Impossible, improbable, and yet I have seen this demonstrated with my own eyes.$B$BVenture forth, into the Blasted Lands, and bring me three snickerfang jowls. As you search for the snickerfang, be on the lookout for boars and scorpoks: The initial assay also requires two blasted boar lungs and one scorpok pincer to complete.','Bring three Snickerfang Jowls, two Blasted Boar Lungs, and one Scorpok Pincer to Bloodmage Drazial.','How do you feel, $N? You radiate with the aura of the snickerfang--your strength, unmatched by mortals!$b$bUnfortunately, with the components you brought to me, I could only make enough of the assay for one tablet. I will require more components, should you require another tablet.','You smell foul, $N. Have you been traipsing in sulfur fields? And where are my components?!','','','','','',8391,8392,8393,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10670,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2582,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rage of Ages','Ah, $N, welcome back. It seems you enjoyed the effect of the robust, operational imbue, derived from snickerfang. Be warned, while the immediate effect is a titanic burst of strength, the long term effects on your spirit and intelligence could be hazardous.$B$BWith that said, do you require more? If so, bring me another three snickerfang jowls, two blasted boar lungs, and one scorpok pincer.','Bring three Snickerfang Jowls, two Blasted Boar Lungs, and one Scorpok Pincer to Bloodmage Drazial.','There you go! Remember, use it sparingly. If you require another, come see me after you finish the one you currently have in your possession.','Do you have the beast organs?','','','','','',8391,8392,8393,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2581,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2583,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Boar\'s Vitality','Within these blasted lands exists two species of boar: the ash-mane boar and the helboar.$B$BIt would appear that the stamina of these beasts renders them nearly immune to harm, as the other animals find them too difficult to kill and consequently, not worth the effort.$B$BWe need to perform further analysis, $N. Should you bring me three blasted boar lungs, two scorpok pincers, and one basilisk brain, I shall create a divine elixir from the residue of the assay. You will be my first test subject!','Bring three Blasted Boar Lungs, two Scorpok Pincers, and one Basilisk Brain to Bloodmage Drazial.\n','The spirit of the boar illuminates your being, $N! I wonder, do you believe yourself to be as invulnerable as these beasts?','Where are the organs, $N!?','','','','','',8392,8393,8394,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8411,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10671,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2584,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirit of the Boar','When I first administered the elixir, $N, I could tell that one or two applications would not satiate your appetite. Even now, I can see the hunger in your eyes. The concoction has addictive properties of which, seemingly, the most strong of will cannot resist.$B$BSo be it! Should you require more of the lung juice cocktail, venture back into the wasteland and find for me three blasted boar lungs, two scorpok pincers, and one basilisk brain.','Bring three Blasted Boar Lungs, two Scorpok Pincers, and one Basilisk Brain to Bloodmage Drazial.\n','I must warn you, $N, do not attempt to mix the formulas I have created. The chemical properties of the formula you most recently ingested will always take precedence over former enchantments; thus, rendering the other formulation null.','Where are the organs, $N!?','','','','','',8392,8393,8394,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8411,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2583,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2585,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Decisive Striker','Have you ever watched them in battle, $N? The scorpoks, I mean. Have you ever seen the grace and agility with which they move? The decisiveness of their strikes?$B$BIf only we could somehow isolate that agility and encapsulate it, we would be wealthy beyond our... I mean... it would be a boon for the scientific community.$B$BAssist me, $N, and I shall allow you a sampling of the assay.$B$BIn order to create a stable sample, I will need three scorpok pincers, two vulture gizzards, and one blasted boar lung.','Bring three Scorpok Pincers, two Vulture Gizzards, and one Blasted Boar Lung to Bloodmage Drazial.\n','Fascinating. This has been the most difficult of all assays to analyze.$b$bTake a pinch of this residual salt and place it under your tongue. You should experience a slight feeling of euphoria followed by a state of unprecedented agility and quickness.','Where are the organs, $N!?$b$b','','','','','',8393,8396,8392,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8412,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10672,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2586,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Salt of the Scorpok','You live! This is good news, indeed. I assume you are back for more of the scorpok assay?$B$BVery well, $N, back to the wasteland with you and do not return until you have collected three scorpok pincers, two vulture gizzards, and one blasted boar lung.','Bring three Scorpok Pincers, two Vulture Gizzards, and one Blasted Boar Lung to Bloodmage Drazial.','Fine work, $N. Here is one sample of the assay for you and the remaining nine will be used in my research.$b$bAnytime you require more of the ground scorpok assay, return to me and we shall work out a deal.','Where are the organs, $N!?','','','','','',8393,8396,8392,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8412,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2585,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2601,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Basilisk\'s Bite','These wastelands are riddled with redstone basilisk, $N. These basilisk have adapted and flourished, more so than any of the other wildlife within the region.$B$BI have watched from afar as they hunt and go about their daily activities - the beasts exhibit a thought process more complex than even some humanoids.$B$BI must study their brains!$B$BRetrieve ten of their brains for me, $N. The compound cannot be complete, however, without two vulture gizzards to form the base of the solution.','Bring ten Basilisk Brains and two Vulture Gizzards to Bloodmage Lynnore.\n','This is wondrous, $N! My offering to you is a taste of the inner workings of the redstone basilisk.$B$BShould the compound be to your liking, more can always be made... for a price.','Have you returned with the requested organs?','','','','','',8394,8396,0,0,0,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8423,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10690,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2602,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Infallible Mind','Your focused concentration has dwindled so soon? More research must be done!$B$BOh yes, the price remains the same, $N. Venture forth into the blasted lands and return to me with ten brains from the redstone and two vulture gizzards.\n','Bring ten Basilisk Brains and two Vulture Gizzards to Bloodmage Lynnore.','Yes, yes, give me a moment and more of the compound will be ready for your consumption, $N.$B$BTake it... and $N, do not attempt to consume these experimental concoctions in rapid succession. The results could be disastrous.','Have you returned with the requested organs?','','','','','',8394,8396,0,0,0,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8423,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2601,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2603,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vulture\'s Vigor','Death does indeed have wings in these blasted lands, $r. I have witnessed the black slayers and bonepickers feasting upon the corpse of many a fallen explorer - sometimes feeding upon the most vile and disease ridden of carcasses. It is a wonder, then, how their internal systems overcome the pestilence that claims these lands.$B$BAssist me in my studies, $N! Gizzards I need! Two snickerfang jowls will also be required for the base of the concoction.$B$BYou shall be rewarded two-fold for your efforts.','Bring ten Vulture Gizzards and two Snickerfang Jowls to Bloodmage Lynnore.\n','Most excellent! I shall get to work immediately. Perhaps a cure for many of the ailments of the world is to be found!$B$BAh yes, your reward - of course, should you require more of the gum, return to me and another task you shall be given.','Do not waste my time, $N. We have nothing to discuss, unless you have recovered the items I have requested.','','','','','',8396,8391,0,0,0,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8424,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10691,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2604,4044,4,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spiritual Domination','I see that the inner fire has dwindled. Would you say the spiritual euphoria lasted an hour?$B$BIf it\'s more of the gizzard gum you desire, then more of the gizzards I require. Back to the wastelands, $N. Do not return until you have recovered ten gizzards and two jowls.','Bring ten Vulture Gizzards and two Snickerfang Jowls to Bloodmage Lynnore.\n','Perhaps one day I shall be able to isolate the active enzymes of this assay and produce a much more efficient resultant. Unfortunately, you will have to settle for what I am currently able to produce. Return to me should you require more gizzard gum.','Do not waste my time, $N. We have nothing to discuss, unless you have recovered the items I have requested.','','','','','',8396,8391,0,0,0,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8424,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2603,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2605,4044,440,0,8,44,49,0,0,0,0,0,0,0,0,0,0,2606,0,0,'The Thirsty Goblin','I\'ve got an idea, see. I\'ve heard of some strange creatures called dew collectors that live to the southwest... and that they are able to store water in special glands.$B$BI think that if I could get one of these glands, I could create a drink that would quench my terrible thirst! Do you think you could help me, $N?$B$BLook for the cactus garden, $N; that\'s where you\'ll find the dew collectors.','Collect a Laden Dew Gland and bring it to Marin Noggenfogger in Gadgetzan.','Oh, wonderful! Give it here -- let me drink it!','Please, tell me you found the dew collectors?','','','','','',8428,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,100,0,0,1,7,0,0,0,200,0,0,0,0,0,0,5),(2606,4044,440,0,0,44,49,0,0,0,0,0,0,0,0,0,0,2641,8603,1,'In Good Taste','Blech! This stuff tastes terrible! So much for that idea...$B$BWait, what\'s that? Oh, I know, I know, you think I shouldn\'t give up on this stuff. Well, okay then.$B$BUhhhh, I have an idea! Brilliant! Take this dew to my friend Sprinkle -- she\'s an excellent chef. Tell her what we\'re up to here and that we want to make it go down a little easier.$B$BI mean, if it\'s going to taste that bad, it at least should have some kick to it... And I\'m just not feeling it... ','Marin Noggenfogger wants you to speak with Sprinkle in Gadgetzan.','Marin\'s a good guy, don\'t get me wrong -- just a little... eccentric, I\'d say.$B$BAnd of course he needs my help, yet again.','So old Marin\'s up to it again, eh? What\'s this concoction made from?','','','','','',8603,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,'',2605,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,7,5,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(2607,4044,0,162,8,20,20,0,1101,8,0,0,0,0,0,0,0,0,0,0,'The Touch of Zanzil','It appears as if you\'ve brought back more information than even I expected. This certainly is a strange turn of events, $N.$B$BA cure? Hrm... Go down to the cellar and speak with Doc Mixilpixil - he may be able to help.','Speak with Doc Mixilpixil in the cellar of the Barracks.','It\'s about time! Just put the cheese on the table and skedaddle. Osborne will pay you on the way out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2359,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2608,4044,0,162,2,20,20,0,1101,8,0,0,0,0,0,0,0,0,0,0,'The Touch of Zanzil','Oh my, you look like death. Correction - I\'ve seen death, you look worse than death. You, $g sir:miss;, would be what death coughed up at his last physical.$B$BHah! You hear that Noarm? Write that one down!$B$B*Cough* Hrm yes, in order for me to help you, I\'ll need to draw some blood. Don\'t worry, it only hurts the first few... fifty times or so... /lay down when you\'re ready for the treatment, $N.','/Lay down to be examined by Doc Mixilpixil. How can he find the cure if he can\'t find the cause?\n','Give me a moment to confer with my colleagues, $N. Dr. Montgomery, Mr. Noarm, let us conference!','When you\'re ready for the examination, /lay down on the ground and I\'ll begin the phlebotomy.','Diagnosis Complete','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',2607,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2609,4044,0,162,8,20,20,0,1101,8,0,0,0,0,0,0,0,0,0,0,'The Touch of Zanzil','It\'s unanimous, $N. You\'ve got the \'itis.\'$B$BLuckily, I have a cure for the \'itis.\'$B$BHere\'s what I need: One bundle of simple wildflowers, one leaded vial, one bronze tube, and last but certainly not least, one spool of light chartreuse silk thread. Ol\' Emma left a spool of it for me at \'The Finest Thread.\' You can find the shop along the canals.$B$BHurry along now, $N, and try not to touch anyone until you\'re cured. Oh, and Dr. Montgomery says you need a shower -- his words, not mine.','Bring Doc Mixilpixil one bundle of Simple Wildflowers, one Leaded Vial, one Bronze Tube, and one Spool of Light Chartreuse Silk Thread. The \'itis\' doesn\'t cure itself, young $g fella:lady;. ','What am I doing? What does it look like I\'m doing? I\'m devising a cure for your \'itis!\' Don\'t get indignant with me now, $n!$b$bJust a few more seconds. There! Just spray this, um, fantastic smelling medicine on yourself and you\'ll be as good as new.','If you want the \'itis\' cured, you\'re going to have to try harder than that, $n. Where are the reagents for the cure?','','','','','',3421,3372,4371,8431,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8432,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',2608,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2621,4044,4,0,8,45,50,0,690,0,0,0,0,0,0,0,0,2622,0,0,'The Disgraced One','Regret. It is all I have now. One bad decision resulting in several horrible outcomes. If only I had waited for those orders. Maybe they would have detailed the horrors that awaited us in those cursed lands! Maybe they were to redirect us to another detail? Ultimately, it was my fault. All of it was my fault.$B$BSo here I stand, awaiting orders. I must know. I must have those orders.$B$BDispatch Commander Ruag resides in Stonard. Find him and find out what became of the orders.\n','Speak to Dispatch Commander Ruag at Stonard in Swamp of Sorrows.','Thrall\'s Grasp... The story is still fresh in my mind.$b$b$b$bTerrible thing that happened to that regiment. The horde lost some of its best soldiers when that battalion was destroyed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',2784,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2622,4044,8,0,8,45,50,0,690,0,0,0,0,0,0,0,0,2623,0,0,'The Missing Orders','The orders? What could you possibly want with the orders?$B$BWhat are you implying, $N? Of course I relayed those orders! The soldiers I sent the orders with were ambushed and brutally beaten by murlocs. Only one survived, if you can call that surviving. He can hardly speak, cannot walk, and must be fed through a tube. If you want to know what happened to those orders, speak with Bengor. I\'m sure he is around here somewhere... and, $N, be mindful of what you stick your nose into - it may get bitten off.','Speak to Bengor at Stonard in Swamp of Sorrows.','Swamp tal... talk.. talker...$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',2621,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2623,4044,8,0,8,45,55,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Swamp Talker','Orders were given by the dispatch commander. We took... took orders. On way to Blasted Lands, ambushed.$B$BMurlocs... Many murlocs... One named Swamp Talker. Took orders from my hands as spear thrust into my skull. East... cave....$B$B\n','Retrieve the Warchief\'s Orders and return them to the Fallen Hero of the Horde.','It is worse than I imagined. Nineteen of my men could have been spared from the agony which they faced. If only I had not acted so irrationally.$b$bYou must help them, $N! I am powerless to act.','Awaiting orders.','','','','','',8463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',2622,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2641,4044,440,0,8,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sprinkle\'s Secret Ingredient','When I was a kid, my sister used to do all the cooking. It was horrible! I could barely stomach some of her concoctions -- until I found what I like to call my \"secret\" ingredient! Add it to anything, and... WOW! It tastes great!$B$BWhat is it, you ask? It\'s a mushroom called the Violet Tragan. If you want me to help you turn this horrid-tasting brew into something edible, head to the Hinterlands, and look for a small lake there.$B$BOh, and remember, the Violet Tragan can only be found underwater.','Sprinkle in Gadgetzan wants you to collect a Violet Tragan and return it to her.','That\'s the stuff, $N!$B$BIt looks so good, I might just... Haha, gotcha!','Under the waters of that lake -- it\'s the only place where the Violet Tragan can be found. Hope you\'re good at holding your breath!','','','','','',8526,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',2606,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,11,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,5),(2661,4044,440,0,0,44,49,0,0,0,0,0,0,0,0,0,0,2662,8528,1,'Delivery for Marin','Here\'s the Violet Powder, $N. Take it to Marin and tell him he owes me a favor!','Sprinkle wants to you take the Violet Powder to Marin Noggenfogger in Gadgetzan.','Violet Powder, eh? Let\'s give it a try -- it sure couldn\'t make it any worse, that\'s for sure!','Oh, $N, you\'re finally back. What have you brought?','','','','','',8528,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,'',2641,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(2662,4044,440,0,0,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noggenfogger Elixir','Now, to mix this powder in with the dew.$B$BCome back and talk to me in a minute... after I have perfected the fabulous Noggenfogger Elixir!','Marin Noggenfogger wants you to speak to him again after he creates his elixir.','Drink this! It\'s absolutely wonderful!!!$B$BI knew I had it in me... Oh thanks again, $N for your help, but please, stand a little to the side, will you? You\'re blocking my business! I\'m going to make millions on the fabulous Noggenfogger Elixir, millions!$B$BWhat\'s that? Sprinkle says I owe her a favor? Oh, that Sprinkle, such a kidder!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8529,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2661,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,3,4,5,11,0,0,100,400,0,1,0,0,0),(2681,4044,4,0,8,45,57,0,0,0,0,0,0,0,0,0,0,2702,0,0,'The Stones That Bind Us','It will take more than you alone to overcome the forces of Razelikh and his subordinates.$B$BGather a suitable group of adventurers and free my men of their eternal torture! Eighteen stones you must shatter.$B$BFight hard and die with honor, $N.','Free nine Servants of Razelikh, three Servants of Sevine, three Servants of Allistarj, and three Servants of Grol. Return to the Fallen Hero when your task is complete. You must remain within close proximity of the stones or the process will fail.','You have done it, $N! The poor, tortured souls can finally rest.$b$bOur work is not yet over, $N. We have much to discuss and much more to accomplish.','It is no easy task, $N. Do not give up!','','Servants of Razelikh Freed','Servants of Grol Freed','Servants of Allistarj Freed','Servants of Sevine Freed',0,0,0,0,0,0,0,0,0,0,0,0,7668,7669,7670,7671,9,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65400,0,0,0,0,'',2801,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(2701,4044,4,0,0,45,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heroes of Old','Please, take from this a relic of old. We no longer have a use for the item.$B$BMay it serve you well in your fight against the legion.\n','Open the chest and claim your reward.','You are temporarily blinded by the sparkle and gleam.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10659,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',2702,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2702,4044,4,0,0,45,57,0,0,0,0,0,0,0,0,0,0,2701,0,0,'Heroes of Old','You have honored me with your nobility and heroism, $N.$B$BYou have also honored them...','Speak to Corporal Thund Splithoof.','Indeed, you have honored us all. Our thanks alone are not sufficient.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',2681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2721,4044,4,0,8,45,58,0,0,0,0,0,0,0,0,0,0,2743,0,0,'Kirith','As one chapter of your adventure closes, another one begins, $N.$B$BOne of my men is still unaccounted for, lost somewhere in the Blasted Lands. I am talking about Lieutenant Kirith, of course.$B$BAs I had mentioned earlier, we were both imprisoned and tortured by Allistarj, but poor Kirith, his strength of will faltered. I could hear the experiments from my cage; the tortured screams rang through the halls of the cave. That was the last I saw or heard of Kirith.','Find out what became of Lieutenant Kirith.','Trebor? Trebor sent you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',2701,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2741,4044,440,0,0,42,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Super Egg-O-Matic','','','You place the hippogryph egg into the machine. A series of beeps follows along with some strange mechanical sounds.$B$BIt appears that the Eggometer has weighed, measured, and packaged your egg. Now that\'s speedy service!','The Super Egg-O-Matic is the latest of Curgle Cranklehop\'s inventions. It is quite an impressive piece of machinery.$B$BThe Super Egg-O-Matic sputters wildly as you approach the control panel.','','','','','',8564,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8647,0,0,0,1,0,0,0,69,81,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(2742,4044,47,0,2,42,47,0,690,0,0,0,0,0,0,0,0,2782,0,0,'Rin\'ji is Trapped!','Hey $r!$B$BRin\'ji lost axe and was captured! Please, help Rin\'ji escape. Me know that $r like you don\'t like Rin\'ji\'s kind, but Rin\'ji begs! Must get out of here!$B$BGot something for nice $r if $Ghe helps Rin\'ji out of here:she helps Rin\'ji out of here;...$B$BRin\'ji is hiding something secret at the Overlook Cliffs.','Escort Rin\'ji out of the Quel\'Danil Lodge, then find his hidden secret at the Overlook Cliffs to the east.','This troll tablet must be the \"secret\" that Rin\'ji was talking about.$b$bCovered with strange markings, you can not decipher what the tablet says.$b$bOran Snakewrithe sent you to this area in the first place... Perhaps he might be able to tell you more about it.','Rin\'ji is scared!','Escort Rin\'ji to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2743,4044,4,0,8,45,60,0,0,0,0,0,0,0,0,0,0,2744,0,0,'The Cover of Darkness','Let us not mince words, $r; my time here is limited.$B$BYou must destroy the triad of power which protects the demon lord, Razelikh. Doing so will not be as simple a task as freeing a damned soul.$B$B$B$BYou see, each of Razelikh\'s underlings wears a third of an amulet of Razelikh\'s creation around their neck. The very same amulet you will need in order to summon the arch demon.$B$BReturn to Trebor and tell him what is required to summon Razelikh. He will be able to instruct you further.','Return to the Fallen Hero of the Horde with your findings.','The demon lord displays a cunning almost as calculated as his brutality, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',2721,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2744,4044,4,0,262154,45,60,0,0,0,0,0,0,0,0,0,0,3141,0,0,'The Demon Hunter','The triad is protected by Razelikh.$B$BIn exchange for their servitude, Razelikh granted each of them nearly unlimited power within the Blasted Lands. The amulet pieces are each attuned to the lifeforce of their owner, granting them immortality. As long as they remain within the Blasted Lands, they cannot be slain, their life spans extended until the end of days.$B$BThere is one who may be able to assist you further, $N. Travel to Azshara and find the demon hunter, Loramus Thalipedes. Search the islands.','Speak with Loramus Thalipedes in Azshara.','I will help you. Although, I do not think you fully understand what you are up against.','What are you doing here?','Conversation with Loramus','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',2743,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2745,4044,1519,0,8,16,31,0,1101,0,0,0,0,0,0,0,0,2746,0,0,'Infiltrating the Castle','Hmm, an interesting tale, and not one to be taken lightly. Yeah, I can help you, but what you need to do is divvy out a form of justice that\'s not... legal, if you\'re to see this through to the end.$B$BLescovar and Marzon need to be dealt with, and swiftly. Do you think you\'re capable of such a thing?$B$BYou decide. If so, then make haste to the castle and find an old friend of mine, a gnome named Tyrion. He\'s been watching Lescovar now for a couple weeks. He should be able to help you end this.','Speak to Tyrion in Stormwind Castle.','What the...?! Don\'t sneak up on me like that! And keep your voice down! What in the name of the Shadow are doing sneakin\' up on me for? Can\'t you see I\'m busy, you daft fool?$b$bWhat do you mean, what am I doing? I\'m waiting for the next Dark Portal to open, what the heck do you think I\'m doing? Speak your peace and be off with you... \'fore the guards notice the two of us hiding in the bushes together. I have a reputation to maintain.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',350,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,6,1,0,0,0,0,4,5,1,6,5,0,0,0,0,1,0,0,1),(2746,4044,1519,0,8,16,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Items of Some Consequence','Trias wants the timetable pushed up some, huh? Okay, we can do that, but I\'m not ready. And know this, I\'m doing the hard part, but you\'re the one that\'s going to get $g his:her; hands dirty, understand? Good.$B$BOkay, I\'ll need you to get me a few things before I can put my plan into effect. I got the perfect disguise that\'ll get Spybot past those guards.$B$BBring me some silk and a couple apples. The silk\'s up to you, but Clara\'s little farm right outside the city has the perfect sized apples.','Bring 3 Silk Cloth and 2 of Clara\'s Fresh Apples to Tyrion in Stormwind.','These will do nicely, $N. Great job.$b$bI have the rest of the gear I\'ll need in my pack... thank the Light I just got a tailor friend of mine to make me a silk bag. I was running out of room carrying all my gear around.$b$bBefore Spybot heads in, let\'s get the details set so you know what you have to do.','I\'ve been watching Lescovar for a couple weeks now. Trias has never trusted him, but we didn\'t suspect he was involved in anything to do with the Defias Brotherhood. We were following leads that tied him to the Twilight\'s Hammer. Either way, he\'s become more dangerous than this city can deal with, and that\'s where we come in.$b$bGet me those items and we can put my plan into effect.','','','','','',4306,8683,0,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',2745,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,2),(2747,4044,440,0,8,42,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Extraordinary Egg','','','Well now, you have one--amazing!$B$BI hope you always remember the good you have done today.','I have seen very few eggs retrieved from Feralas in extraordinary condition. These are eggs of the rarest sort...','','','','','',8643,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9541,0,0,0,1,0,0,0,81,69,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2741,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2748,4044,440,0,8,42,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Fine Egg','','','Very good, $N. I will be sending this egg to Darnassus where I hope it will soon hatch!$B$BPlease accept this as a symbol of my gratitude.','A fine egg is one that will, in ideal conditions, hatch free of the evil effects of the Gordunni ogres\' incantations.','','','','','',8644,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9540,0,0,0,1,0,0,0,530,69,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2741,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2749,4044,440,0,8,42,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Ordinary Egg','','','So, you have found an ordinary egg, $N? Please give it to me... And we can only hope for the best.$B$BI don\'t have much, but please accept this reward. If you ever find yourself in Feralas again, know that I am always here to take the eggs you find there.','Ordinary hippogryph eggs hatch about half the time. We do our best to nurture them and with a little luck, they will hatch.','','','','','',8645,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9539,0,0,0,1,0,0,0,81,69,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2741,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2750,4044,440,0,8,42,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bad Egg','','','I am afraid I have bad news for you, $N. This egg is too far gone. I can take it from you so that it may be disposed of properly.$B$BPlease don\'t be discouraged; we cannot save them all. If you find yourself in Feralas again, please try again. Bring another egg for the Super Egg-O-Matic!','These are the eggs that cannot be saved -- they will never hatch.','','','','','',8646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,69,0,0,0,0,10,10,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2741,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2751,4044,0,121,8,32,32,0,690,0,164,140,0,0,0,0,0,0,0,0,'Barbaric Battlements','Twenty generations of Omosh have held this hammer, $N. A hundred thousand tons of metal we have molded. Tragically, it all ends at Orokk, failure of the Omosh: Without kin and incapable of producing offspring.$B$BI cannot let the secret recipes of Omosh die with me! Someone must continue the legacy, Omosh or not!$B$BProve to Orokk you are capable, $N. Bring for Orokk the following: Two patterned bronze bracers, two bronze greatswords, and two sharp claws. Bring them for Orokk and we shall continue.','Bring two Patterned Bronze Bracers, two Bronze Greatswords, and two Sharp Claws to Orokk Omosh in Orgrimmar.\n','The bloodline will fade but perhaps the legend of Omosh will continue!$B$BYou have proven that you are a blacksmith, $N. For the blacksmith the reward is the satisfaction of seeing their weapons and armors coated in the blood of their enemies!$B$BMay the breastplates you create for the generations ahead be drenched in the blood of your enemies!','Bronze, $N! More bronze!!','','','','','',2868,7957,5635,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7979,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2752,4044,0,121,8,32,32,0,690,0,164,1,0,0,0,0,0,0,0,0,'On Iron Pauldrons','Orokk sees the eagerness in your eyes, $N. Like a sponge you soak in the wisdom of the Omosh.$B$BThree lessons I shall teach!$B$BReturn to the anvil, soak in the heat of the forge, create for Orokk four bronze battleaxes and four bronze warhammers. Only then will you learn of the iron pauldron.','Bring four Bronze Battleaxes and four Bronze Warhammers to Orokk Omosh in Orgrimmar.','You do Orokk proud, $N. Read, learn of iron shoulders!','Show me your dedication, $R.','','','','','',7958,7956,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',2751,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2753,4044,0,121,8,32,36,0,690,0,164,1,0,0,0,0,0,0,0,0,'Trampled Under Foot','Only two more lessons Orokk will teach, $N. Your muscles ache, I know, but continue on for the Omosh!$B$BBring to Orokk four green iron helms, four green iron bracers, and two green iron leggings - for this you learn and your enemies suffer!','Bring four Green Iron Helms, four Green Iron Bracers, and two Green Iron Leggings to Orokk Omosh in Orgrimmar.','You remind Orokk of his grandfather, Chief Gorokk of Omosh! Read, learn of the iron boot.','Their skulls will crack under the pressure of your boots!','','','','','',3836,3835,3842,0,0,0,4,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7981,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',2752,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2754,4044,0,121,8,32,36,0,690,0,164,1,0,0,0,0,0,0,0,0,'Horns of Frenzy','The final lesson Orokk teaches you, $N. To the sacred anvil and forge you return! Bring for Orokk two solid iron mauls, two silvered bronze boots, and two silvered bronze gauntlets.$B$BSee the fear in their eyes as you approach!\n','Bring two Solid Iron Mauls, two Silvered Bronze Boots, and two Silvered Bronze Gauntlets to Orokk Omosh in Orgrimmar.','Astounding! You have learned the way of the Omosh, $N!','Show the iron who is in charge, $N!','','','','','',3851,3482,3483,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7980,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',2753,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2755,4044,0,121,2,32,36,0,690,0,164,1,0,0,0,0,0,0,0,0,'Joys of Omosh','Orokk is not crying, $N. Soot is in eye.$B$B$B$BThere is one last Omosh family secret Orokk will teach you. Orokk will die happy, thanks to $N.$B$BLearn Omosh dance of joy and then you learn fist of iron!\n','Watch and learn the Omosh Dance of Joy.','$B$BIt has been a very long time since Orokk has done the Omosh dance of joy. Learn now, $N!','','Omosh Dance of Joy Learned','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7982,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,'',2754,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2756,4044,0,121,8,40,40,0,690,0,164,210,0,0,0,0,0,0,0,0,'The Old Ways','In the time of legends, Aturk would crush the skulls of his enemies and grind the bone into a fine powder for use in filament. Long gone are those days, $r. The Warchief calls for peace among the clans. Old enemies are now only watched with weary eyes!$B$BUnbelievable, I know, but such is the will of Thrall.$B$BEnough lamenting! You are here to learn, and learn you will! Bring me four steel breastplates and four steel helms and you will gain a taste of war!','Bring four Steel Breastplates and four Steel Plate Helms to Aturk the Anvil in Orgrimmar.\n','It seems you are but another complacent lemming of the Warchief, $N. How disappointing.$b$bHow I long for a glorious death upon the battlefield. Instead, I am stuck here, by order of Thrall, to teach infants how to craft! Watch and learn, child!','Aturk, like time, waits for no one! Hurry up fool!','','','','','',7963,7922,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11132,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2757,4044,0,121,0,40,40,0,690,0,164,210,0,0,0,0,0,2760,8663,1,'Booty Bay or Bust!','Listen, kid, you\'re not gonna learn anything hanging around here.$B$BI know a guy who knows a guy. He hangs around the smithy in Booty Bay. If you show him this insignia, he\'ll tell you all about mithril.$B$BSo whadd\'ya say? Leave this kid stuff to the babies in diapers, $N -- it\'s time to move on.$B$BIf you\'re interested, his name\'s McGavan. Show him this trinket and he\'ll recognize your commitment.','Speak with McGavan in Booty Bay.','By Blackhoof\'s back hair -- finally, one worthy of the Mithril Order!$b$b','A rare breed your kind be, matey. Let me see that insignia.','','','','','',8663,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',2756,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2758,4044,0,121,8,40,40,0,1101,0,164,210,0,0,0,0,0,2759,0,0,'The Origins of Smithing','When I was about your age, a dwarf by the name of Galvan took me under his wing and trained me in the ways of the armorsmith. Before he left for Booty Bay, he made me promise to train all those with the desire and determination to advance in the craft of blacksmithing -- so here I am -- all these years later.$B$BSo, now it\'s time for you to learn a little something. Make me six golden scale bracers and you will learn where smithing comes from, $N.','Bring six Golden Scale Bracers to Hank the Hammer in Stormwind.','Very good, $N! Listen and learn.$B$BBlacksmithing never comes from here! $B$BBlacksmithing never comes from here! $B$BBlacksmithing only comes from here! $B$BAnd now you know the origin of blacksmithing.','Could you be the next Galvan protege?','','','','','',6040,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9367,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,2,0,0,0,0,0,0,0,5),(2759,4044,0,121,0,40,40,0,1101,0,164,210,0,0,0,0,0,2760,8663,1,'In Search of Galvan','Although Galvan left Booty Bay many years ago, members of the order still remain in town, hoping to one day find another worthy of Galvan\'s tutelage.$B$BTake this insignia and present it to McGavan in Booty Bay.$B$BIf you actually make it that far, he\'ll know that you are worthy. I have faith, $N!','Speak with McGavan in Booty Bay.','By Blackhoof\'s back hair -- finally, one worthy of the Mithril Order!','A rare breed your kind be, matey. Let me see that insignia.','','','','','',8663,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',2758,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,0,0,0,3),(2760,4044,0,121,0,40,40,0,0,0,164,210,0,0,0,0,0,0,8686,1,'The Mithril Order','Most of our recruits never make it to Booty Bay, $N. The shine of the insignia is enough to trigger the loot lust in even the staunchest of blacksmiths. Fools they be, as the insignia is a drop in the bucket compared to the wealth of items you\'ll see!$B$BFind Galvan the Ancient and show him this pin. His residence is far to the north, between Zul Gurub and the Mosh\'Ogg ogre mound.\n','Speak with Galvan the Ancient in Stranglethorn Vale.\n','Ah, many years it has been since one has been worthy of the mithril order\'s initiation. We will start now!','Hail! Come closer; show Galvan what you have.','','','','','',8686,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,0,0,0,5),(2761,4044,0,121,8,40,45,0,0,0,164,210,0,0,0,0,0,0,0,0,'Smelt On, Smelt Off','Many blacksmiths believe that mining and smithing are separate, independent jobs; but can there be blacksmithing without mining? Ah ha -- it is an impossibility! The accomplished blacksmith must also be an accomplished miner.$B$BShow Galvan that you are capable, $N. Bring me forty bars of iron and forty bars of mithril. For this, Galvan will teach you the ways of the ornate mithril pants!','Bring forty Mithril Bars and forty Iron Bars to Galvan the Ancient in Stranglethorn.','Your work ethic is impeccable, $N! You are starting to understand the ways of Galvan mineralogy! Take this and learn from it all that you can.','After such mining, your muscles bulge and your body aches!','','','','','',3575,3860,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7983,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2760,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(2762,4044,0,121,8,40,45,0,0,0,164,210,0,0,0,0,0,0,0,0,'The Great Silver Deceiver','It is said that truesilver is stronger and more durable than mithril. Galvan does not disagree with this assessment of the minerals, but contrary to its name, truesilver is not true! Mithril is a far nobler mineral! HAH! Regardless, for this lesson you will need to find the great silver deceiver, $N.$B$BBring me forty bars of mithril and five bars of truesilver. In exchange, you will be taught the secret of ornate mithril gloves and more importantly, learn that truesilver is a liar!','Bring forty Mithril Bars and five Truesilver Bars to Galvan the Ancient in Stranglethorn.','She\'s a cruel mistress, is she not, $N? I\'m speaking of truesilver, naturally. Aye, Galvan spent over a decade in the mountains of Alterac learning this lesson. Take this and learn from it all that you can!','After such mining, your muscles bulge and your body aches!','','','','','',3860,6037,0,0,0,0,40,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7984,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2760,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,3,1,1,5,0,0,0,0,0,0,0,0,5),(2763,4044,0,121,8,40,45,0,0,0,164,210,0,0,0,0,0,0,0,0,'The Art of the Imbue','The harvesting of precious gems is of utmost importance to our craft, $N. Few gems are more precious than the citrine. The magical properties we imbue into our goods are amplified greatly by the presence of citrine.$B$BFor this lesson, we will fortify forty bars of mithril with four citrines. The result will be a better understanding of magical gemology and the knowledge to create ornate mithril shoulders.','Bring forty Mithril Bars and four Citrines to Galvan the Ancient in Stranglethorn.','One can barely keep their eyes from leaving its splendor, $N. Aye, citrine is a glorious gem.$B$BPay attention and learn what such a discovery may teach us!','After such mining, your muscles bulge and your body aches!','','','','','',3860,3864,0,0,0,0,40,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7985,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2760,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,0,0,0,5),(2764,4044,0,121,8,40,45,0,0,0,164,210,0,0,0,0,0,0,0,0,'Galvan\'s Finest Pupil','If you are ready to conclude your training with Galvan, you should journey to Gadgetzan.$B$BThere, you will find my finest pupil: Trenton Lighthammer. He has much to teach you in the ways of ornate mithril. Otherwise, remain here and learn!$B$BOh, Gadgetzan is in Tanaris, of course!','Speak with Trenton Lighthammer at Gadgetzan in Tanaris.','Galvan the Ancient sent you??$B$B$B$BIt is a great honor to meet another of the master\'s pupils!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2761,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,1,0,0,4),(2765,4044,0,121,2,40,45,0,0,0,164,210,0,0,0,0,0,0,0,0,'Expert Blacksmith!','When you first came to me, I knew that you would turn out to be one of my finest pupils! It was without hesitancy that you gave up a trinket of some power to McGavan. You did this only so that you could meet me. Such blind faith and devotion to the craft should be rewarded.$B$BYou have attained expertise over blacksmithing, $N. Reap the rewards!','Claim your reward from Galvan the Ancient!','It is only fitting that you receive a trinket of far greater power than the one you sacrificed to get here. Use it in good health, $N.','','You Are The Big Winner','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8703,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2763,2762,2761,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,5),(2766,4044,357,0,0,40,45,0,0,0,0,0,0,0,0,0,0,2767,8705,1,'Find OOX-22/FE!','You have uncovered some sort of strange, egg-shaped device made from metal. Fiddling with one of its knobs springs the egg to life, as it opens up into some sort of gnomish robotic contraption! A voice from inside the robotic egg crackles to life.$B$B\"My name\'s Oglethorpe Obnoticus, and my homing robot has crashed! I will reward you for its recovery; please take this beacon to the robot!\"$B$B\"I now have computed the coordinates of the robot for you; it is in a cave near Feral Scar Vale!\"','Take the distress beacon to Oglethorpe\'s homing robot in a cave near Feral Scar Vale.','You place the egg... distress beacon... inside the chicken... homing robot.$b$bHums and whirs are heard from inside the robot as it struggles to stand up. After the robot comes to life, Oglethorpe\'s voice is heard once more, but now from inside the robot:$b$b\"OOX-22/FE is working at least, but it needs major repairs! It is much too heavy for you to carry it... but I think I have an idea. Are you up for watching over it some more?\"','You appear to have uncovered the wreckage of... a robotic chicken? The voice from within the egg crackles to life again:$b$b\"Yes, excellent work! This is indeed my homing robot, though my sensors indicate that it needs a jump start before it can fly back to Booty Bay for repairs. Go ahead and place the beacon inside the rover - the beacon will take care of the rest!\"','','','','','',8705,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2767,4044,357,0,2,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue OOX-22/FE!','The gnome\'s voice crackles once again from the robot:$B$B\"I need to move OOX-22/FE to an open, safe place so it can begin a lengthy take-off procedure. It has built-in cloaking, but I need time on my end to make it operational again. Escort the robot from its current location to, let\'s say, the main road! That should be a perfect place, and long enough, to get things online!\"$B$B\"Escort it safely and then come talk to me in Booty Bay! Oglethorpe Obnoticus - out!\"','Escort OOX-22/FE to safety, then report to Oglethorpe Obnoticus in Booty Bay.','Oh, YOU\'RE the great savior of OOX-22/FE! I cannot even begin to express my thanks for your assistance! My homing robot series needs more development, but your recovery has saved me countless hours of extra rebuilding time, as well as many gold pieces in manufacture costs!$b$bPlease, take your choice of any of these items I have. Thank you again for your generous assistance $N, my robots and I are in your debt!','Yes, I\'m Oglethorpe Obnoticus, master inventor at your service! Now, is there something I could assist you with?','Escort OOX-22/FE to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9647,9648,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66600,0,0,0,0,'',2766,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(2768,4044,978,0,8,40,47,81,0,0,0,0,0,0,0,0,0,0,0,0,'Divino-matic Rod','Sergeant Bly stole from me! He said he\'d only borrow it, but he stole my cherished divino-matic rod!! Without that rod how will I know where to dig new water holes??$B$BFind Bly and bring me my rod! I heard he led his band of ill-reputed adventurers to go treasure hunting in Zul\'Farrak to the west. I bet you\'ll find him there.$B$BLet\'s hope the trolls took care of him, because if you have to fight him for the rod then you\'re in for a serious fight.','Bring the Divino-matic Rod to Chief Engineer Bilgewhizzle in Gadgetzan.','You found it! Well done, $N! Did you have to fight Bly for it? I hope you knocked him and his band down good and hard!','Did you find Sergeant Bly? Did you get my divino-matic rod?','','','','','',8548,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9533,9534,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,7),(2769,4044,400,0,8,40,46,81,1101,0,0,0,0,0,0,0,0,2770,0,0,'The Brassbolts Brothers','Have you met the Brassbolts brothers? They\'re over in the Shimmering Flats, in Kalimdor, racing their rocket car against the goblins. They usually win which is no surprise--the goblin car blows up so much it barely ever crosses the finish line!$B$BBut even then, the Brassbolts brothers are always looking for new ways to make their car go faster, and Wizzle told me he needs a very rare component for his next experiment.$B$BHe probably needs help getting that part. Speak to him and find out.','Speak with Wizzle Brassbolts in the Shimmering Flats.','Ah, you want to help me? Great!$B$BThere\'s a part I want for an experiment I\'m working on, and I need a brave $C like you to help me get it!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(2770,4044,978,0,8,40,50,81,0,0,0,0,0,0,0,0,0,0,0,0,'Gahz\'rilla','Deep in Zul\'Farrak, the sand troll city in Tanaris, there is a sacred pool. From that pool the trolls summon a huge beast! Gahz\'rilla! He\'s so fierce that even his scales crackle with energy. It\'s that energy I want to harness for my car!$B$BBring me the electrified scale of Gahz\'rilla!$B$BBut the summoning of Gahz\'rilla is a well-kept secret of the trolls. To face him, you must first wrest the secret from them.','Bring Gahz\'rilla\'s Electrified Scale to Wizzle Brassbolts in the Shimmering Flats.','Wow, you got the scale! Thanks, $N. I can\'t wait to get to work on this thing!$B$BSo you saw Gahz\'rilla? Was he as big as they say??','Do you have the scale? I can\'t wait to try different ways to harness its energy!','','','','','',8707,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',2769,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,6,0,0,0,0,0,0,1,0,0,7),(2771,4044,0,121,8,40,45,0,0,0,164,210,0,0,0,0,0,0,0,0,'A Good Head On Your Shoulders','It seems as if master had this planned from the start. I was not taught to create the items which you learned to create and you were not taught the items which I learned to create.$B$BThe master is wise, $N. We shall teach each other!$B$BShow me how to make a mithril coif and ornate mithril shoulders and I shall show you how to create an ornate mithril helm.','Bring two Mithril Coifs and one Ornate Mithril Shoulder to Trenton Lighthammer.','Excellent! A fair tradeoff, if I do say so myself. Watch and learn, $N!','Have you completed the crafting of the items, $N?','','','','','',7931,7928,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11203,0,0,0,0,0,0,0,33300,0,0,0,0,'',2760,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(2772,4044,0,121,8,40,45,0,0,0,164,210,0,0,0,0,0,0,0,0,'The World At Your Feet','At last year\'s All-Valley Blacksmithing Championship, all those who watched saw my leg get swept from under me by a cowardly dog from the Venture Co. Foundry. What they didn\'t know, however, was the reason I was able to continue and ultimately win the tournament: That\'s right, ornate mithril boots!$B$BI will need to learn how to craft ornate mithril pants for this year\'s tournament, however, as a Venture Co. shredder is an entrant! Teach me the way of the pants and learn the way of the boot!','Bring two Heavy Mithril Boots and one Ornate Mithril Pants to Trenton Lighthammer.\n','The world will be at your feet, $N! Let them all come at your legs, for you are now unsweepable!','Have you completed the crafting of the items, $N?','','','','','',7933,7926,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11204,0,0,0,0,0,0,0,33300,0,0,0,0,'',2760,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,2,0,0,0,0,0,0,0,0,5),(2773,4044,0,121,8,40,45,0,0,0,164,210,0,0,0,0,0,0,0,0,'The Mithril Kid','Around these parts I am known as the Mithril Kid. I supply ornate mithril to adventurers from around the world.$B$B$B$BLittle do they know that I do not know the technique to fashion ornate mithril gloves. Shhhh! This will be our little secret.$B$BTeach me the technique to create ornate mithril gloves, $N, and in exchange, I will show you the resultant of the culmination of my training under Galvan: the ornate mithril breastplate.','Bring two Heavy Mithril Breastplates and one Ornate Mithril Gloves to Trenton Lighthammer.','Thank you for all that you have taught me, $N. The master and commander of the ornate mithril set will soon be in your possession.$B$BBehold!','Have you completed the crafting of the items, $N?','','','','','',7930,7927,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11205,0,0,0,0,0,0,0,33300,0,0,0,0,'',2760,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(2781,4044,440,0,8,38,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Caliph Scorpidsting','WANTED: Caliph Scorpidsting!$B$BThe Gadgetzan Water Company of Gadgetzan, Tanaris will pay a high bounty for the head of Caliph Scorpidsting, leader of the Wastewander outlaws. His crimes include:$B$B1. Murdering Gadgetzan Water Co. employees!$B2.Stealing Gadgetzan Water Co. resources!$B3.Seizing Gadgetzan Water Co. property!$B$BBring proof of Caliph Scorpidsting\'s demise to Chief Engineer Bilgewhizzle for an immediate reward!','Bring the head of Caliph Scorpidsting to Chief Engineer Bilgewhizzle in Gadgetzan.','Finally - justice is served! You have struck a mighty blow against those vile nomads! With Scorpidsting\'s demise, this might be just the thing to finally push those squatters off of Gadgetzan\'s water wells!$b$bBy the authority of the Gadgetzan Water Company, I gladly award you with this bounty. You\'ve done a great service for us all.','Yes $C, I am an official of the Gadgetzan Water Company. What can I assist you with?','','','','','',8723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,350,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,6),(2782,4044,47,0,0,42,47,0,690,0,0,0,0,0,0,0,0,0,8724,1,'Rin\'ji\'s Secret','The tablet is covered with Witherbark troll markings. Rin\'ji\'s secret truly is a mystery... $B$BIt\'s possible that you might have something quite valuable on your hands here. On the other hand, quite the opposite is also possible. A Witherbark troll in distress would probably do anything to find his way out of trouble...','Oran Snakewrithe, a well known scholar on matters concerning the Witherbark trolls, may be able to decipher the tablet. She is known to reside within the Magic Quarter of the Undercity.','This tablet... Quite unusual... Where did you find this, $N?','Well, now, what is this?','','','','','',8724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',2742,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2783,4044,4,0,8,50,57,0,1101,0,0,0,0,0,0,0,0,2801,0,0,'Petty Squabbles','We fight the wrong enemy, $N.$B$BThe true power in these lands continues to grow in strength and number while we squabble over scorched earth with orcs.$B$BDo we continue to fight a war in these lands against the Horde, only to be routed one day by the armies of the Burning Legion? It is futile.$B$BPut your differences aside, $N, speak with the fallen hero of the Horde. He knows the truth behind the Blasted Lands.','Speak with the Fallen Hero of the Horde at the border of the Blasted Lands and the swamp.','The Alliance wishes to assist?$B$BI thought to never see this day again. A day in which the Alliance fights side by side with the Horde against a common enemy.$B$BIt shall be... we will unite.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2784,4044,4,0,10,45,50,0,690,0,0,0,0,0,0,0,0,2621,0,0,'Fall From Grace','Hear my story, $r.','Listen to the Fallen Hero of the Horde tell his story.','As a spirit, I am powerless, $N. Assist me. Allow me to regain my honor.','Listen to what I have to say.','The Tale of Sorrow','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2801,4044,4,0,10,45,57,0,0,0,0,0,0,0,0,0,0,2681,0,0,'A Tale of Sorrow','Before we may continue, you must hear my story.','Listen to the Fallen Hero of the Horde tell his story.','The time to act is now, $N.','Listen to what I have to say, $N.','A Tale of Sorrow','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',2783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2821,4044,357,0,8,40,46,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Mark of Quality','My philosophy on leatherworking is that the work must be the best quality possible - no compromises. Anyone who says that quality doesn\'t matter is trying to sell you ocean-front property in Dun Morogh!$B$BIn my latest pursuit of high-quality materials, I have run across thick yeti hides. The Yeti are native to Feralas, with many found in Feral Scar Vale. I want some, and I\'ll give you a choice of one of my leather goods for a stack of ten. If that sounds fair to you, then we\'re in business.','Bring 10 Thick Yeti Hides to Pratt McGrubben in Feathermoon Stronghold.','Did you stop and examine the texture of these hides? Properly treated, these hides could very well be stronger than iron. Not many people know about these hides, and that in combination with the vast treating solutions I know will allow me to potentially make items with a true mark of quality... thanks to you, of course!$B$BAnd now, please choose from what I am able to offer you for your service!','A stack of ten thick yeti hides will net you a choice of one of my crafted items. Because I care about quality, I am able to ensure you\'ll get a good item!$B$BIf you can\'t seem to find yetis, I know where some might be. Try looking just inland of the Forgotten Coast, around Feral Scar Vale.','','','','','',8973,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9630,9631,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2822,4044,357,0,8,40,46,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Mark of Quality','I take pride in my leather work, and I feel it shows; quality should never be compromised. Anyone who says that quality doesn\'t matter would also have you believe that the earth does not keep secrets!$B$BIn my latest pursuit of high-quality materials, I have discovered thick yeti hides. Yetis are native to Feralas, often found west of here in Feral Scar Vale. I\'ll give you a choice of one of my leather goods for a stack of ten. If that is agreeable to you, then we are set!','Bring 10 Thick Yeti Hides to Jangdor Swiftstrider in Camp Mojache.','Ah, excellent! These hides, when given a special treatment, are as resilient as iron I tell you! It will take many tries in order to get the right mix down for the tanning, but I am confident they will bring my mark of quality to the next level.$b$bAs for you, $N... your assistance has proven invaluable to me. Please take your choice from these items I have crafted.','Were you able to get a stack of ten thick yeti hides? My leather goods are second to none, and I\'ll share a sampling with you should you have the hides.$b$bIf you can\'t seem to find yetis, I know where some might be. Try looking west of here, just inland of the Forgotten Coast around the Feral Scar Vale.','','','','','',8973,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9633,9632,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2841,4044,133,0,0,25,35,81,690,0,0,0,0,0,0,0,0,0,0,0,'Rig Wars','Gnome technology - two years ago its most common use was as a punch line. Times certainly have changed. Now they\'ve got a new rig built that\'s better than all our shredder models combined. I need the blueprints, $N!$B$BUnfortunately, the plans are locked away in a safe near Mekgineer Thermaplugg. To make matters worse, the combination to the safe is only known by Mekgineer Thermaplugg.$B$BDo whatever you have to do to get that combination, $N. Then crack open that safe and bring back those blueprints!\n','Retrieve the Rig Blueprints and Thermaplugg\'s Safe Combination from Gnomeregan and bring them to Nogg in Orgrimmar.\n','I knew you could do it, $N! Sovik on the other hand, he had his doubts.$B$B$B$BNow that we have the blueprints in our possession, it is only a matter of time before we figure out all of the gnomish innovations that went into the creation of the rig and make them goblin innovations for our new shredder models.','I don\'t see any blueprints. Did you hide them somewhere on your body or are you just standing around here to irritate me?$b$b','','','','','',9153,9299,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9623,9624,9625,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2842,4044,133,0,8,20,35,81,690,0,0,0,0,0,0,0,0,2843,0,0,'Chief Engineer Scooty','As soon as we got word from Kernobee about the new gnomish rig, Scooty and I began work on the Transpolyporter 6000: The fastest and most reliable way to Gnomeregan.$B$BIt\'s finally ready for passengers to board, $N. If you want to give it a try, go to Booty Bay and talk with Scooty at the wind rider roost. To get to Booty Bay, take the boat from Ratchet.$B$BOf course, you could always try and make the run to Gnomeregan through the dwarf infested mountains of Dun Morogh!','Speak with Scooty in Booty Bay.','She\'s a beauty, isn\'t she? Pinnacle of goblin transport technology -- only exploded a dozen or so times.$b$bDon\'t worry, $N, I\'ve got her all fixed up. She won\'t blow up on you - and if she does, it\'ll be quick and painless.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2843,4044,133,0,2,20,35,81,690,0,0,0,0,0,0,0,0,0,0,0,'Gnomer-gooooone!','As long as you have the transponder in your possession, all you need to do is step on the pad and you\'ll be teleported to Gnomeregan.$B$BYou may experience some unusual side effects, but none of those should be permanent... anymore.$B$BI almost forgot the most important part - getting back. When you\'re ready to come back, just step on the transpolyporter pad in Gnomeregan!$B$BNow to calibrate the transponder to your size and weight.\n','Wait for Scooty to calibrate the Goblin Transponder.','All done! When you\'re ready, just step on the pad.','It\'s ready!','Goblin Transponder','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9173,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2842,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2844,4044,357,0,8,44,49,0,1101,0,0,0,0,0,0,0,0,2845,0,0,'The Giant Guardian','I am no good, $N. I was \'spose to be watchin\' over my little friend, Shay, and somehow, she got away from me. I\'m not all that sure what happened, really, but last time I saw her, we was walkin\' through the ruins just north of here.$B$BEverythin\' was goin\' fine, but then I turned around, and... she was gone.$B$BNow I jus can\'t quite figure out what I should do here. Got any ideas, $N? I\'m awful worried.$B$BHey, how \'bout you go look fer Shay? Yer legs can travel much faster \'n mine.','Locate the lost night elf girl.','Oh, I am so glad you found me! I must admit, I am a bit lost... But isn\'t this a beautiful place?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2845,4044,357,0,2,44,49,0,1101,0,0,0,0,0,900000,0,0,0,0,0,'Wandering Shay','Do you think you could help me find my way back to my friend, Rockbiter? He was supposed to be watching me... But I do have a tendency to wander off now and then. There are just so many things to see, and I get so distracted.$B$BThere is one thing that will always work to get my attention, though.$B$BInside this chest, you\'ll find a bell that is very precious to me. I just love the sound of it. You have my word, if I wander off, all you have to do is ring it and I\'ll come running back.','Pick up Shay\'s Bell from the chest.$B$BEscort Shay Leafrunner to Rockbiter\'s camp.','What? You say dis bell will work when Shay runs off? Well, how \'bout that!$B$BSince you did so much fer me, here ya go, $N. ','I was gettin\' worried \'bout ya! Thank you so much for bringin\' Shay home, $N.','Take Shay Leafrunner to Rockbiter\'s camp','','','','',9189,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9656,9657,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',2844,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2846,4044,978,0,8,40,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'Tiara of the Deep','Long ago I possessed a beautiful piece of jewelry, the Tiara of the Deep. And not only was it pretty--it held great power for those with the knowledge to use it.$B$BSo when word of the tiara reached the Hydromancer Velratha, she had to have it. She sent agents to my home and they stole it while I was away. The thieves!$B$BI want my tiara back! Go to Zul\'Farrak, the troll city in Tanaris, find Velratha and wrench the tiara from her. Return it to me and you\'ll earn my favor.','Bring the Tiara of the Deep to Tabetha in Dustwallow Marsh.','Wonderful! You found it! And what\'s just as important--Velratha no longer has it! Thank you, $N. I am forever in your debt!$b$bAnd if I sounded a little... mean before, pay it no mind. You\'ll find me a much nicer person to those who haven\'t stolen from me.','Do you have the tiara, $N? Has Velratha learned the price of crossing me?','','','','','',9234,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9527,9531,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,51900,0,0,0,0,'',2861,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,6,0,0,7),(2847,4044,0,182,8,30,45,0,1101,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Armor','$n, you\'re becoming quite skilled as a leatherworker! I know some patterns you might be interested in... Wild Leather armor! Wild Leather taps into the potent and chaotic properties of wildvines, found in areas of lush vegetation and on some of the creatures there. The armor made using it is second to none for people of your skill, guaranteed.$B$BI\'ll teach this to you, but you\'ll be working for me for a while. The first cost is simply ten pieces of thick leather. After this, we\'ll talk specifics.','Bring 10 Thick Leather to Pratt McGrubben in Feathermoon Stronghold.','Well $N, I\'m glad to have you on board. You\'ve made a smart decision as a leatherworker; those who wear leather armor will be clamoring to you once you learn how to make any of the Wild Leather armor pieces.$B$BLet\'s get to work - where do you want to start?','Like I said, you\'ll be working for me while you learn about Wild Leather armor. Because wildvines are both potent and chaotic, it yields a random but strong benefit to the already strong armor you will be making. This knowledge, however, was not easy for me to come by.$B$BThe initial cost to begin this process is ten pieces of thick leather.$B$BOnce that is done, we\'ll get to the work you need to do in order to obtain the patterns.','','','','','',4304,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2848,4044,0,182,8,30,45,0,1101,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Shoulders','Wild Leather shoulders support the wearer\'s frame extremely well, offering top notch protection of the upper arms and the shoulders themselves. As with all Wild Leather armor, a potent but random benefit is applied to the item as the wildvine is stitched in.$B$BFor this pattern, I will require six thick armor kits and a wildvine. That shouldn\'t be too tall of an order for you to fill.','Bring 6 Thick Armor Kits and a Wildvine to Pratt McGrubben in Feathermoon Stronghold.','These armor kits are of solid quality, $N. If there is one thing I demand in not only my work, but the work of those in my employ, it is quality.$B$BYou\'ve done well to earn this pattern; I hope it brings you the rewards it has brought me. $B$BGains','Do you have the six thick armor kits and the wildvine I require?$B$BDon\'t think of making armor kits as monotonous work; the steady fashioning method you develop as you ply your trade on these kits helps develop your skills for the intricate work needed to make Wild Leather armor.$B$BSee - there\'s a real reason behind what you\'re making for me...','','','','','',8173,8153,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8403,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2847,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2849,4044,0,182,8,30,45,0,1101,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Vest','Wild Leather vests are the staple of any Wild Leather armor set. The frame of the vest blends with the wildvine to produce a product that offers maximum protection of the torso while allowing for the potent magic to work its way through the garment.$B$BFor this pattern, I will require two Turtle Scale breastplates, two sets of Turtle Scale gloves, and a wildvine. It\'s a tall order, but one you should have little difficulty in filling for me.','Bring 2 Turtle Scale Breastplates, 2 Turtle Scale Gloves, and a Wildvine to Pratt McGrubben in Feathermoon Stronghold.','These are some very nice pieces here, $N. The craftsmanship and care put in to making these alone would fetch several silver more than the average piece made.$B$BYou\'ve filled my order, and with that comes your reward. The knowledge of making Wild Leather vests is now yours!','Do you have the two Turtle Scale breastplates and gloves I ordered? Also, don\'t forget the wildvine!$B$BEven with the earliest patterns, we learn that the fundamentals of shape translate well into more difficult garments. Though different items, the shape of the Turtle Scale breastplates prepares you for the detailing needed to make a Wild Leather vest.$B$BAnd the gloves... well, they\'re just for my own benefit. Remember, you\'re working for me!','','','','','',8189,8187,8153,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8404,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2847,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2850,4044,0,182,8,30,45,0,1101,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Helmet','A Wild Leather helmet offers the wearer superior protection to the vital areas of the head without a sacrifice in comfort. As with all Wild Leather armor, the integrated wildvine yields a powerful but random enhancement to the frame of the helm. Leather wearers will definitely want this piece!$B$BFor this pattern, I will need two Nightscape tunics, two Nightscape headbands, and a wildvine. Complete this order and the pattern will be yours!','Bring 2 Nightscape Tunics, 2 Nightscape Headbands, and a Wildvine to Pratt McGrubben in Feathermoon Stronghold.','This Nightscape equipment you have supplied fills the order perfectly, $N. I expect no less from a leatherworker of your caliber.$B$BYou have definitely earned this pattern. I give it to you freely, and hope you will profit from it accordingly.','I need those tunics and headbands made, and I also need that piece of wildvine before I will share with you the knowledge of Wild Leather helmets.$B$BHead gear is highly coveted amongst adventurers, whether it be a disarmingly simple headband or a full-covering helmet. The fundamentals of creating valued head gear remain constant, no matter what the cosmetic appearance of the gear is.','','','','','',8175,8176,8153,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8405,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2847,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2851,4044,0,182,8,30,45,0,1101,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Boots','You\'ve learned quite a bit now, $n; still, there is more for you to learn. Next are Wild Leather boots, the cornerstone of any set.$B$BThese boots are crafted to cradle the foot in comfort while bracing it against the hazards of adventuring. The soft soles are a blessing to those seeking quiet movement in footwear.$B$BFor this pattern, I need an order of two Nightscape pants and two Nightscape boots filled. I also will require two wildvines... not just one. When you have all this, let me know.','Bring 2 Nightscape Pants, 2 Nightscape Boots, and 2 Wildvines to Pratt McGrubben in Feathermoon Stronghold.','Once again, you\'ve filled a complex order with the skill of a seasoned professional. You have earned this pattern, as well as my thanks.','The order on the pants, boots, and wildvines needs to be filled before you get the pattern, $N. Are you finished?$B$BFrom the earliest pair of boots we learn how to make, we start to understand that a quality boot needs to ride a razor\'s edge between comfort and function. With both, we are able to create items that allow the wearer to ignore fatigue that would cripple those wearing lower quality goods.','','','','','',8193,8197,8153,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8406,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2847,2849,2850,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2852,4044,0,182,8,30,45,0,1101,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Leggings','With the basics down, you are ready to master more complex fare, $n. Wild Leather leggings are some of the sturdiest and powerful leather gear around. The waist, thighs, calves, and the vitals - all are given tremendous protection. Coupled with the enhancement that the wildvine provides, adventurers who own it will thank you each time they see you.$B$BFor this pattern, I need an order of two Turtle Scale helms, two Turtle Scale bracers, and two wildvines filled.','Bring 2 Turtle Scale Helms, 2 Turtle Scale Bracers, and 2 Wildvines to Pratt McGrubben in Feathermoon Stronghold.','Again, you\'ve filled an order without flaw. Perhaps some day I will come to YOU seeking knowledge, eh $N?$B$BHere is the pattern for the leggings, along with my thanks. Commit this lore to your knowledge, and let your finished products tap into your impressive skills!','Do you have the Turtle Scale bracers and helms ready? Don\'t forget the two wildvines I need!$B$BBy now, you\'re starting to realize the potential power that lies in Wild Leather armor. An armor that has no boundaries in application is nearly invaluable to a leatherworker. The limits are only in the quantities of resources to make the items - not the quality of the finished products!','','','','','',8191,8198,8153,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8407,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2847,2849,2850,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2853,4044,0,182,0,30,45,0,1101,0,165,225,0,0,0,0,0,0,9235,1,'Master of the Wild Leather','Well $n, you are the definition of diligence. There is one pattern left for Wild Leather armor; you\'ve mastered the others. I won\'t require you to toil needlessly for the pattern. You\'ve earned it outright, and then some... but I cannot give it to you myself. My teacher, the one who brought me into the craft, is the one who must reward you.$B$BTake this letter to Telonis; he teaches leatherworking in Darnassus. Show him the letter, and let him acknowledge you as an equal, as I do.','Give Pratt\'s Letter to Telonis, the master leatherworker of Darnassus.','Ah yes, Pratt sent you. Though he is a human, he reminds me of us night elves sometimes. His dedication and his talents with leather are impressive. For him to compliment you so in this letter, it is a sign of respect I acknowledge.$B$BI am aware that he has taught you the art of Wild Leather. Allow me to finish your training with this pattern. Make good use of it; few in the world know the secrets of Wild Leather cloaks.','Greetings, $R... from your countenance I can tell you are a leatherworker as am I. Have you come to draw from my skills, or perhaps you have other business with me?','','','','','',9235,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8408,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2852,2852,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2854,4044,0,182,8,30,45,0,690,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Armor','$n, your skill as a leatherworker precedes you. I possess leatherworking lore you would be wise to acquire... Wild Leather armor! Wild Leather taps into the potent and chaotic properties of wildvines, found in areas of lush vegetation and on some of the creatures there. Armor made using it is second to none for a crafter of your skill, guaranteed.$B$BI\'ll teach you, but you\'ll be working for me for a while. The first cost is simply ten pieces of thick leather. After this, we\'ll talk specifics.','Bring 10 Thick Leather to Jangdor Swiftstrider in Camp Mojache.','Well $N, I\'m glad to have you on board as my apprentice. You\'ve made a wise decision as a leatherworker; those who make use of leather armor will be clamoring to you once you learn how to master the art of Wild Leather.$b$bLet\'s get to work - where do you want to start?','We must be clear; you shall be apprenticed to me while you learn the art of Wild Leather armor. Because wildvines are both potent and chaotic, it yields a random but strong benefit to the already strong armor you will be making. This knowledge, however, was not easy for me to acquire.$b$bThe initial cost to begin this process is ten pieces of thick leather.$b$bOnce that is done, we\'ll get to the work you need to do in order to obtain the patterns.','','','','','',4304,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2855,4044,0,182,8,30,45,0,690,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Shoulders','Wild Leather shoulders support a wearer\'s frame extremely well, offering superior protection of the upper arms as well as the shoulders. As with all Wild Leather armor, a random yet very potent enhancement is imbued within the item as the wildvine is stitched in.$B$BFor this pattern, I will require six thick armor kits and a wildvine. That shouldn\'t be too tall of an order for you to fill.','Bring 6 Thick Armor Kits and a Wildvine to Jangdor Swiftstrider in Camp Mojache.','These armor kits are of solid quality, $N. If there is one thing I demand in not only my work, but in the work of those I give tutelage to, it is quality.$b$bYou\'ve done well to earn this pattern; I hope it brings you the rewards it has brought me.','Do you have the six thick armor kits and the wildvine I require?$b$bThink of making armor kits as a lesson in steady and reliable crafting; the consistent fashioning method you develop as you ply your trade on these kits helps develop your skills for the intricate work needed to make Wild Leather armors.$b$bEvery lesson has a purpose, $N. It is important to embrace each one accordingly.','','','','','',8173,8153,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8403,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2854,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2856,4044,0,182,8,30,45,0,690,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Vest','Wild Leather vests are the staple of any Wild Leather armor set. The frame of the vest and the wildvine weave within it produces a product that offers maximum protection of the torso while allowing for potent magic to work its way through the garment.$B$BFor this pattern, I will require two Turtle Scale breastplates, two sets of Turtle Scale gloves, and a wildvine. This is not an easy lesson, but it is one you certainly have the skill to complete.','Bring 2 Turtle Scale Breastplates, 2 Turtle Scale Gloves, and a Wildvine to Jangdor Swiftstrider in Camp Mojache.','These are some very nice pieces here, $N. The craftsmanship and care put in to making these show you have chosen to dedicate yourself fully to these tasks.$b$bYou\'ve met my requests, and with that comes your reward. The knowledge of making Wild Leather vests is now yours!','Do you have the two Turtle Scale breastplates and gloves? Also, don\'t forget the wildvine!$b$bEven with the earliest patterns, we learn that the fundamentals of shape translate well into more difficult garments. Though different items, the shape of the Turtle Scale breastplates prepares you for the detailing needed to make a Wild Leather vest.$b$bAs you progress through your lessons, the skills I teach will become as art.','','','','','',8189,8187,8153,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8404,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2854,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2857,4044,0,182,8,30,45,0,690,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Helmet','A Wild Leather helmet offers the wearer superior protection to the vital areas of the head without a sacrifice in comfort. As with all Wild Leather armor, the integrated wildvine yields a powerful but random magic imbuement to the helm\'s frame. Leather wearers will definitely want this piece!$B$BFor this pattern, I will need two Nightscape tunics, 2 Nightscape headbands, and a wildvine. Complete this lesson and the pattern will be yours!','Bring 2 Nightscape Tunics, 2 Nightscape Headbands, and a Wildvine to Jangdor Swiftstrider in Camp Mojache.','This Nightscape equipment you have supplied perfectly meets the requirements I have given to you, $N. I expect no less from a leatherworker of your caliber.$b$bYou have earned the honor of crafting Wild Leather helmets. I give this pattern to you freely, and hope you will profit from it accordingly.','I need those tunics and headbands made, and I also need that piece of wildvine before I will share with you the knowledge of Wild Leather helmets.$b$bHead gear is highly coveted amongst adventurers, whether it be a disarmingly simple headband or a full-covering helmet. The fundamentals of creating valued head gear remain constant, no matter what the cosmetic appearance of the gear is.','','','','','',8175,8176,8153,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8405,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2854,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2858,4044,0,182,8,30,45,0,690,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Boots','Your knowledge of Wild Leather armor grows, $n; still, there is more for you to learn.$B$BWild Leather boots are the cornerstone of any set. Such boots are crafted to cradle the foot in comfort while bracing it against the hazards of adventuring. The soft soles are a blessing to those seeking quiet movement in footwear.$B$BFor this pattern, I need two Nightscape pants and two Nightscape boots crafted. I also will require two wildvines... not just one. When you have these items, we will proceed.','Bring 2 Nightscape Pants, 2 Nightscape Boots, and 2 Wildvines to Jangdor Swiftstrider in Camp Mojache.','Once again, you have produced items with the skill of a seasoned professional. You have earned this pattern, as well as my congratulations.','The pants, boots, and wildvines need to be delivered to me before you learn the pattern, $N. Have you done as I asked?$b$bFrom the earliest pair of boots we learn how to make, we start to understand that a quality boot needs to ride a razor\'s edge between comfort and function. With both, we are able to create items that allow the wearer to ignore fatigue that would cripple those wearing lower quality goods.','','','','','',8193,8197,8153,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8406,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2854,2856,2857,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2859,4044,0,182,8,30,45,0,690,0,165,225,0,0,0,0,0,0,0,0,'Wild Leather Leggings','You are ready to master more complex lessons, $n. Wild Leather leggings are some of the sturdiest and powerful leather gear around. The waist, thighs, calves, and the vitals - all are given tremendous protection. Coupled with the enhancement that the wildvine provides, adventurers who own it will thank you each time they see you.$B$BFor you to gain this pattern, I need two Turtle Scale helms, two Turtle Scale bracers, and two wildvines.','Bring 2 Turtle Scale Helms, 2 Turtle Scale Bracers, and 2 Wildvines to Jangdor Swiftstrider in Camp Mojache.','Again, you\'ve completed my task without flaw. Perhaps some day I will come to YOU seeking knowledge, eh $N?$b$bHere is the pattern for the leggings, along with my thanks. Commit this lore to your knowledge, and let your finished products tap into your impressive skills!','Do you have the Turtle Scale bracers and helms ready? Don\'t forget the two wildvines I require.$b$bBy now, you\'re starting to realize the potential power that lies in Wild Leather armor. An armor that has no boundaries in application is nearly invaluable to a leatherworker. The limits are only in the quantities of resources to make the items - not the quality of the finished products!','','','','','',8191,8198,8153,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8407,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2854,2856,2857,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2860,4044,0,182,0,30,45,0,690,0,165,225,0,0,0,0,0,0,9236,1,'Master of the Wild Leather','$n, you have learned all I am able to teach you. There is, however, one remaining pattern for Wild Leather armor. I will not require you to toil needlessly for this; you\'ve earned it outright, and then some. This pattern, however, is one that I cannot freely share with you.$B$BMy teacher, the one who brought me into the craft, is the one who must reward you. Take this note to Una; she teaches leatherworking in Thunder Bluff. Show her the letter, and let her acknowledge you as an equal, as I do.','Give Jangdor\'s Letter to Una, the master leatherworker of Thunder Bluff.','Ah yes, Jangdor sent you. I am pleased to see that one of my finest students now has a student of his own.$b$bHis dedication and his talents with leather are impressive. For him to compliment you so in this letter, it is a sign of respect I acknowledge.$b$bI am aware that he has taught you the art of Wild Leather. Allow me to finish your training with this pattern. Make good use of it; few in the world know the secrets of Wild Leather cloaks.','Greetings, $r... from your countenance I can tell you are a leatherworker as am I. Have you come to draw from my skills, or perhaps you have other business with me?','','','','','',9236,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8408,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2858,2859,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2861,4044,978,0,8,40,46,81,0,0,0,0,0,0,0,0,0,2846,0,0,'Tabetha\'s Task','Rumor is that Tabetha, a mage colleague who lives deep in Dustwallow Marsh, has a bone to pick with a certain sand troll in Zul\'Farrak. If you speak with Tabetha she can tell you more.$B$BAnd bring some friends with you, $N. If Tabetha has you go to Zul\'Farrak then you\'re not going to want to go alone.$B$BYou will find Tabetha\'s cottage west of Theramore, and just north of the Stonemaul Ruin.','Speak with Tabetha in Dustwallow Marsh.','That\'s right. I do have a bone to pick with a troll. A few bones. All her bones!$b$bWant to help me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2862,4044,357,0,8,39,42,0,690,0,0,0,0,0,0,0,0,2863,0,0,'War on the Woodpaw','The gnolls... they are more than a nuisance. They are a constant threat to the existence of this very camp! It is irrelevant whether they are indigenous to Feralas or not; if we do not strengthen our resolve against them, we will find ourselves driven out of the entire region.$B$BThe gnoll attacks against the camp have become more fevered as of late. We need your aid in thinning their numbers; bring to me ten of their manes, and I will reward you handsomely for your effort.$B$BGo!','Bring 10 Woodpaw Gnoll Manes to Hadoken Swiftstrider in Camp Mojache.','This is proof of a good start, $N. Your skills as a soldier are to be commended.$B$BYou are not the only one I ask that task of. Many before you have fought them, and in times past our efforts have kept them at bay. Recently though, their attempts to push northward into our area of influence have increased dramatically. Their attacks have also become more savage... almost as if they were desperate.$B$BI have a plan though, $N, that might settle things once and for all against them...','We drive them back, and yet they still attack! Someone or something must be driving them into a frenzy... oh, you have returned, eh $N? Do you have the manes I require for the bounty to be met?','','','','','',9237,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2863,4044,357,0,8,39,43,0,690,0,0,0,0,0,3600000,0,0,2902,0,0,'Alpha Strike','The plan is for various leaders of the gnolls - Alphas as they call themselves - to be taken down within rapid succession. If we\'re able to execute this sort of swift and precise devastation against them, it would cause chaos in their ranks. Perhaps it would also drive a message through their thick flea-bitten heads that we can and will destroy them!$B$BI want you to be the messenger of my will; eliminate five of their Alphas within one hour for this to work $N, or we\'ll remain at this impasse!','Kill 5 Woodpaw Alphas and return to Hadoken Swiftstrider within one hour.','You\'ve done as I have asked, and for that I salute you. Take this small reward as compensation for your efforts, $N.$B$BWith their numbers thinned and their leaders slain, the gnolls will think twice about storming the camp. This doesn\'t conclude the issue at hand, however...$B$BThere must be some reason why the gnolls have been whipped into such a frenzied state. Before they have a chance to regroup though, I want to find out what is causing it.','Time is running out, $N! If you\'re not here to report that you\'ve taken out the Alphas, then you\'re wasting time!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5258,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',2862,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2864,4044,978,0,8,40,45,81,0,0,0,0,0,0,0,0,0,2865,0,0,'Tran\'rek','My cousin Tran\'rek is in a tight spot. He promised me a load of scarab shells weeks ago and he hasn\'t delivered. He\'s my cousin, so I\'d hate to have to send someone to Gadgetzan to break something on him.$B$BCan you speak to Tran\'rek for me? Let him know he needs to get that delivery together before I do something rash?$B$BGadgetzan is in northern Tanaris, in Kalimdor.','Speak with Tran\'rek in Gadgetzan.','Hello!$B$BOh, you spoke to my cousin Krazek? How is he? I hope Booty Bay is treating him well...$B$BScarab shells, you say? Well... let me tell you a story...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(2865,4044,978,0,8,40,45,81,0,0,0,0,0,0,0,0,0,0,0,0,'Scarab Shells','The scarabs of Tanaris have very hard shells! Hard enough to use as a building material for lots of things. So many things!$B$BIn fact, those shells are so useful... the scarabs were hunted all to near extinction!$B$BI know where there are more scarabs, and if you promise to bring me their shells then I\'ll tell you where they are. Promise?$B$BOk, the scarabs have a colony in Zul\'Farrak. I guess the trolls don\'t hunt them for their shells.$B$BBut you can! Go to Zul\'Farrak and get me uncracked shells!','Bring 5 Uncracked Scarab Shells to Tran\'rek in Gadgetzan.','Oh, great! You got them!$B$BThanks, $N. You\'re a real lifesaver!','Do you have the shells? My cousin in Booty Bay is waiting for a load of them, and he\'s getting impatient!','','','','','',9238,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,500,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',2864,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,7),(2866,4044,357,0,8,40,43,0,1101,0,0,0,0,0,0,0,0,2867,0,0,'The Ruins of Solarsal','To our south are the Ruins of Solarsal; this is an area that far pre-dates modern times. We explored the ruins initially and found nothing of note; as such, we left it in peace.$B$BVery recently, the Hatecrest naga have occupied these ruins in alarming numbers. At first, we considered it as the precursor for an attack. Though that threat is still possible, we believe there might be something else going on.$B$BGo there, explore the ruins, and look for anything that stands out to you. Good luck, $n.','Explore the Ruins of Solarsal and investigate the presence of the naga there.','Examining the gazebo reveals some interesting and unusual things in contrast to the surrounding ruins.$B$BFirst, the gazebo is clearly a more recent construction than the other objects in the ruins. Second, the gazebo has a small series of glyphs engraved into the sides of it; the glyphs repeat in their pattern, but it otherwise is unknown in origin and meaning. Third, the stone of the gazebo itself is warm to the touch.$B$BThis certainly quantifies as \"standing out\" in the search of the ruins!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2867,4044,357,0,8,40,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Return to Feathermoon Stronghold','With the discovery of the strange gazebo in the heart of the Ruins of Solarsal, the time has come to return to Feathermoon Stronghold and report to General Shandris Feathermoon what has been discovered here.','Return to Shandris Feathermoon in the Feathermoon Stronghold and report your findings.','Welcome back, $N. Your report on this gazebo is most... disturbing. It would seem that even if the naga there were not planning on an attack, their continued presence bodes ill for our push into Feralas. At any rate, here is compensation for your investigation.$B$BIt would seem that Feathermoon Stronghold is in dire need of additional assistance concerning the Hatecrest naga. I\'d like to offer you the task, if you are so inclined. There is much to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',2866,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2868,5875,1417,0,0,40,50,81,0,0,0,0,0,0,0,0,0,0,9243,1,' The Shriveled Heart','Turn this badboy into some troll tomb in the Sunken Temple, and get something cool!','','','','','','','','',9243,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2869,4044,357,0,8,40,43,0,1101,0,0,0,0,0,0,0,0,2870,0,0,'Against the Hatecrest','The best course of action at this point is to assume that, regardless of what the naga are up to, they will eventually move to secure the island for their own. We need to take aggressive steps to counter that threat before it is too late.$B$BBring me ten Hatecrest Scales that are in good condition; it should be obvious to you how to acquire them. You\'ll cut your teeth on the naga for the first time, and we\'ll have a weakened naga presence on Sardor Isle - both are prospects that play to our advantage.','Bring 10 Hatecrest Naga Scales to Latronicus Moonspear in Feathermoon Stronghold.','Yes, yes, these scales are more than satisfactory. Actually, I think I will send these down to Pratt for him to take a look at. Maybe he can craft something useful out of them.$B$BAs for you, I have another mission I want to send you on. But first, here is your bounty for the scales. Your continued service to the General and Feathermoon Stronghold at large is a blessing in the face of adversity.','$N, if you\'re here to verify the task given to you, then excellent - it is ten Hatecrest scales I seek. If you are here for chit-chat, then I am currently unavailable for such trivialities.$B$BKnow this - we night elves are not warmongers. Our race is dedicated to the preservation of peace and harmony. This does not mean, however, that we will not proactively protect our own interests. This is my duty to General Feathermoon, and to the stronghold.','','','','','',9247,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',3130,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2870,4044,357,0,8,40,45,0,1101,0,0,0,0,0,0,0,0,2871,0,0,'Against Lord Shalzaru','$n, new scouting reports have given us a good idea on the naga chain of command. Royalty is present amongst their rank and file, and they\'re the ones calling all the shots.$B$BSpecifically, we\'ve identified one of the crueler royals as Lord Shalzaru. Scouts report that he himself has uncovered an odd relic during a recent naga excavation in a cave south of the main ruins, across the water on the Isle of Dread.$B$BPut a stop to it by putting a stop to him, and bring me his relic so we can study it.','Eliminate Lord Shalzaru, and then bring the Mysterious Relic he uncovered to Latronicus Moonspear in Feathermoon Stronghold.','Well played, $N! Lord Shalzaru\'s demise will throw the naga into disarray for some time, if not permanently. The threat they pose is now under more of our control than it has ever been, and we have you to thank for it.$B$BHere is more bounty money from the stronghold treasury - you\'ve earned every copper. You and yours are welcome in Feathermoon Stronghold anytime, my friend.$B$BOne more thing before you depart, $N... if you could...','Bringing down Lord Shalzaru would certainly set their plans back weeks, if not months. On top of that, the relic he uncovered is of definite interest to us.$B$BHave you performed the mission given to you, $N?','','','','','',9248,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2869,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2871,4044,357,0,0,40,45,0,1101,0,0,0,0,0,0,0,0,0,9248,1,'Delivering the Relic','If you would be so kind as to deliver the relic to my wife Vestia, I would appreciate it. She\'s not only a fine priestess for our community, but she is one of the most well-versed scholars you\'ll find anywhere. I couldn\'t make heads or tails of this device even if there was a wager involved. My wife though, if anyone can figure out what this thing is, she could... and we need to know!$B$BShe\'s just around the bend, no doubt studying. Thanks, $n.','Deliver the Mysterious Relic to Vestia Moonspear in Feathermoon Stronghold.','Interesting... this came from the Ruins of Solarsal, you say? Well, Latro\'s right that I need to look at this. At first glance, it seems non-indigenous to the ruins. Then again, this isn\'t of naga design... not something as alien as this.$B$BIt is going to take some time to research this item. Once my research on it is done, maybe I will make use of your talents, should you be around.$B$BHere, take one of these extra items we have; I hope you\'ll find some use for it!','Yes, may I assist you?$B$BHold on, you\'re the $C that has been helping General Feathermoon and Latro out with the naga threat, yes? I\'m Vestia, Latro\'s - erm, rather, Latronicus\' wife. It is a pleasure to meet you!$B$BI\'m sorry, you\'re here on business, of course. Do you have something for me - from him, perchance?','','','','','',9248,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9663,9664,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2870,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2872,4044,440,0,8,40,45,0,0,0,0,0,0,0,0,0,0,2873,0,0,'Stoley\'s Debt','My old buddy Stoley owes me a very special bottle of rum. He tends the bar at Steamwheedle Port in Tanaris, Kalimdor, and he promised me that the rum there is stronger than anything we can find in Booty Bay. He\'s so confident that he says if I try that rum and don\'t agree with him, then he\'ll double the money he owes me!$B$BWell, I think he\'s not as confident as he was when last we spoke, and now he\'s afraid to give me that rum. But I don\'t back down from wagers, so why don\'t you talk to him for me...','Speak with Stoley in Steamwheedle Port.','Ah, so you\'ve been speaking with MacKinley, have you?$b$bIt\'s not what he thinks! I\'m not afraid to give him some Steamwheedle Bilge Rum...$b$bI just don\'t have any rum to give him!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(2873,4044,440,0,8,40,45,0,0,0,0,0,0,0,0,0,0,2874,0,0,'Stoley\'s Shipment','I owe \"Sea Wolf\" MacKinley in Booty Bay some rum, to settle a bet, but I\'m all out of rum! Captain Cuergo stole my last shipment, and he has it stowed in that walled pirate town to the south.$B$BIf you can find my shipment of rum and return it to me, then I can prove to MacKinley that Kalimdor\'s booze beats the dirt out of Booty Bay!','Bring Stoley\'s Shipment to Stoley in Steamwheedle Port.','Great, thanks for the shipment! Now MacKinley and I can finally settle our wager.','Did you find my shipment of rum, $N?','','','','','',9244,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2872,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,5),(2874,4044,440,0,0,40,45,0,0,0,0,0,0,0,0,0,0,0,9245,1,'Deliver to MacKinley','Thanks again for your help, $N. Here\'s a bottle of Steamwheedle bilge rum. Take it to MacKinley and he can finally put to rest his crazy beliefs about Booty Bay booze.','Bring Stoley\'s Bottle to \"Sea Wolf\" MacKinley in Booty Bay.','Hm, let\'s try this...$b$bI can\'t believe it! This stuff is... terrible! That\'s great!$b$bWell I guess Stoley can keep the money he owes me. He\'s true to his word about Steamwheedle bilge rum. That stuff is as thick as gravel and burns like lava!','Did Stoley cough up my booze?','','','','','',9245,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9636,9637,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2873,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,3,1,34,1,0,0,1000,0,0,6,0,0,5),(2875,4044,440,0,8,38,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Andre Firebeard','The vile pirate Andre Firebeard is wanted for crimes against Steamwheedle and Gadgetzan.$B$BBy decree of governing counsel, any who read this are hereby authorized to use lethal force during the apprehension of Andre and his abettors.$B$BBy further decree, should Andre be deceased, or otherwise indisposed, during the time of his hearing, his head may act as proxy, and deliverance of such head to Security Chief Bilgewhizzle constitutes a binding, and tenderable, contract.','Bring Andre\'s Head to Security Chief Bilgewhizzle in Steamwheedle Port.','Ah, Andre\'s head. So I guess he\'ll make his trial after all!$b$bMuch appreciated, $N. Now if you\'ll just sign here, I can issue you payment for services rendered.$b$bDon\'t worry about the small print. It\'s harmless, and... I don\'t think there\'s a magnifying glass small enough to read it anyway.','You look a little dazed. Have you been reading our legal documents?','','','','','',9246,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(2876,4044,440,0,0,40,45,0,0,0,0,0,0,0,0,0,0,0,9250,1,'Ship Schedules','This scroll contains the schedules of shipments between Steamwheedle Port and Booty Bay. Both past and future shipments are included, along with ship names, with large \'X\'s next to some ships\' journeys, and annotations like \"GREAT LOOT\" and \"HARD FIGHT\" next to others.$B$BSomeone at Steamwheedle Port would want to see this document.','Report the Ship Schedules to an authority in Steamwheedle Port.','Oh my, this looks to be a list of ship departures and arrivals, with accurate dates and times and everything! If the captain of a pirate ship got his hands on this, he could have himself a field day!$B$BYou say you got this from a pirate? Well that\'s disturbing news...$B$BThank you, $N. I\'m glad you took it from him, and I\'m glad that pirate\'s eating dirt right now!','You look out of breath. You have something to tell me?','','','','','',9250,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,350,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,0,0,0,6),(2877,4044,47,0,8,40,48,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Skulk Rock Clean-up','We Wildhammers remember the past, more than our brothers in Ironforge. If you want to make friends here, then you get your hands dirty for us!$B$BThe Horde abandoned their positions in the Hinterlands around Skulk Rock; it\'s now overrun with nasty sludges and oozes. We\'ve got plans on that area, but first we need a clean-up crew to make a hole for us.$B$BThat\'s where you come in, Sunshine! Head down there and take out ten green sludges and ten jade oozes, then report back to me here. Move out!','Kill 10 Green Sludges and 10 Jade Oozes, and then report back to Fraggar Thundermantle in Aerie Peak.','Well look at you, helping out the Wildhammers! You\'re a $c of action, and action is what we respect around here.$B$BYour little clean-up mission is a lot more important than you might think it is. With folks thinning out the oozes and sludges, we\'ll be able to extend our sphere of influence in no time. Here - have a little something in addition to just making new friends here in Aerie Peak!','Make no effort to negotiate the mission at hand, $r! If the gods had wanted those oozes killed, they would have miracled it done by now, wouldn\'t they?!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2655,2656,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,5,0,5),(2878,4044,357,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2879,4044,357,0,0,42,50,0,1101,0,0,0,0,0,0,0,0,2942,9263,1,'The Stave of Equinex','This stave might be the Stave of Equinex! The Stave of Equinex is actually a key, used to unlock the Equinex Monolith in the Ruins of Ravenwind, on the mainland west of the Dream Bough.$B$BFind the four flames that still burn in those ruins: Samha, Imbel, Byltan, and Lahassa. Retrieve their essence and then while standing by the Equinex Monolith, use the essences to energize the stave. If this is truly is the Stave of Equinex, you will be able to unlock the Monolith and gather a sacred artifact from it.','Energize Troyas\' Stave and find the Equinex Monolith.','Holding the energized stave is almost impossible. Its power rumbles through your body.$B$BYou reach out to the cold surface of the Equinex Monolith...$B$BA small door opens, allowing you to reach in and take the artifact inside.$B$BBeams of light fill the area around the Equinex Monolith.','The Equinex Monolith stands silently among the ruins. What could it be holding?','','','','','',9306,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9307,0,0,0,1,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',2943,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2880,4044,47,0,8,40,45,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Troll Necklace Bounty','Get this straight, $r - we are NOT part of the Alliance! The Wildhammers are independent, relying on deeds and actions to prove one\'s worth, rather than the blather of those who use jibber-jabber to bolster their do-nothing attitudes!$B$BIf you\'re looking for friends here, then prove your worth to us first! The foul trolls that choke the hillsides of the Hinterlands sometimes carry tribal necklaces. Bring five of them to me, and we\'ll mark it down as a step in the right direction for you.','Bring 5 Troll Tribal Necklaces to Fraggar Thundermantle in Aerie Peak.','Now that\'s what I am talking about! See - these necklaces prove that you\'re willing to get your hands dirty. We Wildhammers value that in those we associate with.$B$BYou keep this up, and you\'ll be in our good graces yet.','I want five of those tribal necklaces the trolls carry on them. If you need it spelled out further, then killing one of them stands you a good chance of getting one!$B$BProve your worth to the Wildhammers!','','','','','',9259,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,5,0,0,5),(2881,4044,47,0,264,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Necklace Bounty','','','Now that\'s what I am talking about! See - these necklaces prove that you\'re willing to get your hands dirty. We Wildhammers value that in those we associate with.$B$BYou keep this up, and you\'ll be in our good graces yet.','I want five of those tribal necklaces the trolls carry on them. If you need it spelled out further, then killing one of them stands you a good chance of getting one!$B$BProve your worth to the Wildhammers!','','','','','',9259,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2880,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2882,4044,0,221,0,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cuergo\'s Gold','This map shows a stretch of beach with a southern face. Below the map are words, elegantly written...$B$B$BSouth of Wheedle$BSouth of home$BFind a mast and flag and bones$BDig you there, if you be bold$BDig and claim Cuergo\'s gold!$BA key you\'ll need and a key you\'ll see$BThe men you face take blood as fee.','Find Cuergo\'s gold!','Captain Cuergo\'s hidden treasure awaits!','This chest is locked!','','','','','',9275,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9265,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2902,4044,357,0,8,39,43,0,690,0,0,0,0,0,0,0,0,2903,0,0,'Woodpaw Investigation','Gnolls aren\'t the sharpest tools in the shed, but they will no doubt have some sort of documented strategy on their recent activity. If we were to find those plans, then we\'d have a clearer idea of what is making them so worked up.$B$BI want you to head back to the Woodpaw and find anything that might resemble their battle plans. They have to have something; their attacks have been too coordinated to be done without them. Find them, and return to me when you have them.','Find the gnoll battle plans somewhere in the gnoll camps to the south of Camp Mojache.','Examining the map reveals it to be the battle plans that Hadoken Swiftstrider wants. Numerous arrows that perhaps represent troop movements are drawn on the map, though most seem to be headed toward the south rather than to the north where Camp Mojache lies.$B$BAnother section of the map has a picture of what you think is a large insect of some kind, with various tick marks under it. From the looks of the gnolls, it perhaps represents their losses against the unknown bugs...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',2863,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2903,4044,357,0,0,39,43,0,690,0,0,0,0,0,0,0,0,0,9266,1,'The Battle Plans','With the battle plans of the gnolls discovered, all that now remains is to bring the plans back to Hadoken Swiftstrider in Camp Mojache. Perhaps he or someone there can make further sense of what the gnolls are up to.','Bring the Woodpaw Battle Plans to Hadoken Swiftstrider in Camp Mojache.','Ah, this is exactly what we needed. While I am not so skilled at ciphering what most of the scrawling on this map is, I\'ve seen enough battle plans in my day to understand what is happening with the gnolls. It looks like they are currently fighting a two front war. One is with us... but it seems that their main energy has been against a foe to their south.$B$BThere\'s more at hand here than meets the eye. Perhaps it is time to figure out who this other foe they face really is.','Welcome back $N - were you able to find some tangible evidence as to the plans of the gnolls?','','','','','',9266,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9661,9662,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',2902,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2904,4044,133,0,2,20,30,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Fine Mess',' Wha.. What happened?$B$BThe last thing I remember is being captured by a group of dark iron dwarves, beaten to within an inch of my life and then thrown in here with these filthy troggs.$B$BGet me out of here, $N!$B$BHere\'s the plan: Lead me to the exit; if we make it out alive, you go to Booty Bay and let Scooty know that I went to Ratchet to warn Tinkerwiz of the dark iron\'s involvement in the making of that super rig.$B$BLet\'s get going!','Escort Kernobee to the Clockwerk Run exit and then report to Scooty in Booty Bay.','I suppose you should be rewarded for bringing Kernobee back to us in one piece, $N. If you go back to Gnomeregan, these might give you the edge you\'ll need in defeating that good-for-nothing backstabber, Mekgineer Thermaplugg.','Eh? Kernobee is alive??','Kernobee Rescue','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9535,9536,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2922,4044,133,0,8,20,26,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Save Techbot\'s Brain!','When our beloved city Gnomeregan fell, a rogue spark must have jolted my poor creation, Techbot. It once aided me and my associates with its countless gizmos and limitless store of information, but its positronic brain has polarized. Now it\'s negatronic... and Techbot\'s behaviors are reversed. It roams Gnomeregan in a frenzy!$B$BBut perhaps it can be salvaged. Perhaps, if you can retrieve Techbot\'s memory core and bring it to me, I can discover the cause of the polarization and fix my poor Techbot.$B$B','Bring Techbot\'s Memory Core to Tinkmaster Overspark in Ironforge.','Oh, this is wonderful! Thank you, $N! I\'ll get to work immediately!!$B$BPoor, poor Techbot... Don\'t feel bad. We\'ll get you fixed.$B$BNow, where did I put that plug for my hydro-jack swivel spanner...','Did you find Techbot? Did you retrieve its memory core??','','','','','',9277,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',2923,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,0,0,0,6),(2923,4044,133,0,8,20,26,81,1101,0,0,0,0,0,0,0,0,2922,0,0,'Tinkmaster Overspark','Tinkmaster Overspark is very upset with the fate of his mechanical creation, Techbot. I remember Techbot as a kind and helpful tool for the gnomes, but Overspark tells me it\'s malfunctioned.$B$BVery sad. But with luck perhaps he can be fixed!$B$BSpeak with Tinkmaster Overspark, in Tinker Town in Ironforge. He would welcome your help.','Speak with Tinkmaster Overspark in Ironforge.','Yes it\'s true. Techbot has gone $C! Please, can you help me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,18,6,0,0,0,0,0,0,1,0,0,1),(2924,4044,133,0,8,24,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Essential Artificials','A nigh-universal mechanical component--the essential artificial--was of great use to the tinkers and smiths of Gnomeregan. But during the frantic exodus from our city, no one remembered to take any of these devices with them! And I need a large supply of them for work I will soon undertake.$B$BPlease, go into Gnomeregan and get me some essential artificials. You\'ll find them in the deeper areas of our city, held in containers called artificial extrapolators.$B$BThank you, $N, and please hurry!','Bring 12 Essential Artificials to Klockmort Spannerspan in Ironforge.','You got them! Now I can begin my new experiments!$B$BI can\'t thank you enough, $N! Your bravery has advanced gnomish research by a leap and a bound!','Do you have the essential artificials?','','','','','',9278,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,500,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',2925,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,2,0,0,0,0,0,0,0,0,0,7),(2925,4044,133,0,8,24,30,81,1101,0,0,0,0,0,0,0,0,2924,0,0,'Klockmort\'s Essentials','A gnome friend, Klockmort Spannerspan, sent word to me from Ironforge. He tells me he needs help on a dangerous, but essential, mission into Gnomeregan, the once great gnome city now contaminated and filled with mad gnomes and their devices.$B$BI must stay here, but my heart aches to help my friend. If you can go in my stead, then I would be much indebted to you.$B$BYou may find Klockmort in Tinkertown, in Ironforge.','Speak with Klockmort Spannerspan in Ironforge.','I do! I do need help with a mission into Gnomeregan. And you\'re just the $C to do it!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2926,4044,133,0,0,20,27,81,1101,0,0,0,0,0,0,0,0,0,9283,1,'Gnogaine','Since the accident, all Gnoarn thinks about or talks about is cleansing Gnomeregan of the trogg infestation and finding a cure for the sickness that plagues it, $N.$B$BLuckily, Razzle and I are close to some kind of cure - either that or the recipe for a really powerful rum. We won\'t know until we test! Naturally, in order to test our theory, we\'re going to need a few things; namely, fallout from the irradiated troggs in Gnomeregan. Fill up this phial with the green glow and bring it back!','Use the Empty Leaden Collection Phial on Irradiated Invaders or Irradiated Pillagers to collect radioactive fallout. Once it is full, take it back to Ozzie Togglevolt in Kharanos.','Excellent work! The time has come to test the new formula. If this works, not only should that captured leper gnome be cured, but I should have a full head of hair! Stand back!','Can\'t you see we\'re trying to cure an entire species of gnomes here??! We need more of the green glow!','','','','','',9284,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,500,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',2927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,5,0,0,7),(2927,4044,133,0,8,20,27,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Day After','You don\'t think I was always bald, do you? No $g sir:ma\'am;! It was the radiation leak in Gnomeregan that caused this tragic hair loss. Before that day, I had the only gnomefro in all of Azeroth.$B$B$B$BDamn those damned dirty troggs - damn them all!!$B$BPerhaps it\'s not too late, $N. We may still be able to save it - the city I mean! Speak to Ozzie Togglevolt in Kharanos. He and his partner Razzle are working on a solution.','Speak with Ozzie Togglevolt at Kharanos in Dun Morogh.','I thought the loss of that outstanding head of hair would have been the end of him for sure, but he survived!$B$BI was standing right next to him when he was hit by the radiation bolt. Those delightful brown locks of hair hit the floor in clumps! Clusters! The horror of it all was only compounded when Gnoarn completely freaked out! Oh yes, freaked out I say! Gnoarn touched his bald head in disbelief, the look in his eyes screamed revenge, $N! Then he turned his anger towards the troggs!$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(2928,4044,133,0,8,20,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Gyrodrillmatic Excavationators','It\'s terrible, $N. We are not going to have enough parts to get our fleet of gyrodrillmatic excavationators to Dun Morogh.$B$BWhat we need are spare parts, $N. What better place to get the spare parts for our vehicles than Gnomeregan? I hear that bots and mechs roam around that place like cattle on an open range.$B$BWhat I need you to do is go to Gnomeregan and tear apart those robots. Bring me back their robot guts. Two dozen should be sufficient.\n','Bring twenty-four Robo-mechanical Guts to Shoni in Stormwind.','This will do nicely, $N. One gyrodrillmatic excavationator fixed; 398 left to go.','If this were a race, you would have lost by now.','','','','','',9309,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9608,9609,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,54,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,7),(2929,4044,133,0,8,25,35,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Grand Betrayal','I trusted Thermaplugg, $r. Never did I expect that he would betray me and the entire gnomish people. And for what? Power? Wealth? All things that he would have had in time. Now we have been displaced from our home and that madman is in charge. The king of nothing....$B$BWe will retake Gnomeregan, $N. We will not stop until the city is back in our control. If you wish to join in our fight, a simple task I ask of you: Kill the betrayer. Destroy Mekgineer Thermaplugg.','Venture to Gnomeregan and kill Mekgineer Thermaplugg. Return to High Tinker Mekkatorque when the task is complete.','I like to think that the last thing that went through his head as he collapsed to the ground was your foot, $R. With Thermaplugg dead, our plans to retake Gnomeregan are one step closer to becoming a reality.','Is the task complete? Did he beg for lenience? For mercy??','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,9623,9624,9625,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,500,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,7),(2930,4044,133,0,8,25,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Data Rescue','When we fled Gnomeregan, we left so much data behind! Vitally important data!$B$BI need the data on a prismatic punch card, from a Matrix Punchograph 3005-D high security terminal, deep in Gnomeregan. You must access the terminal, but to do that you first need clearance... and to get that you must access lower security terminals-- models -A, -B and -C. And to do THAT you need security punch cards, starting with white... and we left all the punch cards in the city.$B$BIt\'s a catastrophe! Can you help?','Bring a Prismatic Punch Card to Master Mechanic Castpipe in Ironforge.','You did it! You found the prismatic punch card and recovered the lost data! Vitally, critically, immeasurably important data that we could not live another moment without!$B$BYour service to the gnomes will be long remembered, $N.','Do you have the prismatic punch card??','','','','','',9316,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9605,9604,0,0,1,1,0,0,54,0,0,0,0,0,500,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',2931,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,1,2,0,0,0,0,0,0,0,0,7),(2931,4044,133,0,8,25,28,81,1101,0,0,0,0,0,0,0,0,2930,0,0,'Castpipe\'s Task','Master Mechanic Castpipe in Ironforge has need of adventurers! He\'s organizing bands to reenter Gnomeregan on a data retrieval mission of top security and importance.$B$BCastpipe might not be a member of the Enlightened Assembly of Arcanology, Alchemy and Engineering Sciences like I am, but he\'s still a smart gnome so if he thinks it\'s important, then by my calculations there\'s an eighty-four percent probability that it really is important!$B$BThose are good odds!','Speak with Master Mechanic Castpipe in Ironforge.','I\'m organizing data extraction missions into Gnomeregan. If you\'re here for that, then listen up!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2932,4044,47,0,2,35,42,0,690,0,0,0,0,0,0,0,0,0,15002,1,'Grim Message','The Witherbark trolls were once allies to the Horde, but they betrayed Thrall... and that must be punished!$B$BHere, take my pike and go to the Hinterlands, far to the north. You will find it northeast of Tarren Mill, a village held by our allies, the Forsaken.$B$BWhen you enter the Hinterlands, hunt Witherbark trolls. Gather their skulls and drive my pike into the ground at one of their smaller villages, Hiri\'watha or Zun\'watha.$B$BShow them their vile actions are of consequence!','Gather Witherbark Skulls and place on Nimboya\'s Pike. Place Nimboya\'s Laden Pike at one of the Witherbark Villages in the Hinterlands, then return to Nimboya in Stranglethorn.','Word reached me of your deed. A grim deed, but one of honor. Let us hope the Witherbarks heed your message.','You have not completed my task, $N.','Place the grim message.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2933,4044,47,0,0,40,43,0,690,0,0,0,0,0,0,0,0,2934,9321,1,'Venom Bottles','These bottles hold a vile, green venom.$B$BConsidering the number of bottles in this village, the Witherbarks must deem it very important. Perhaps an apothecary in nearby Tarren Mill would like a sample.','Bring a Venom Bottle to an apothecary in Tarren Mill.','Ah, and what is this? It appears to be venom... from some arachnoid creature I deem. And where did you get it?','Hello, gentle $C. The day has been long and not a single experiment successful...I hope you bring good news to me.','','','','','',9321,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2934,4044,47,0,8,40,45,0,690,0,0,0,0,0,0,0,0,2935,0,0,'Undamaged Venom Sac','I must have a fresh sample of the venom you brought me. The spiders from which it was gathered must dwell in the Hinterlands -- hunt them until you find an undamaged venom sac and bring it to me. You will find many spiders near the troll city of Shadra\'Alor.$B$BDo not tarry, $N, for the venom sac must be fresh when you deliver it.','Bring an Undamaged Venom Sac to Apothecary Lydon in Tarren Mill.','Oh, splendid! The venom is quite fresh and I\'m sure very deadly. Thank you!','Do you have the undamaged venom sac, $N? I yearn to run experiments with its fresh venom, and have ordered a collection of small, terribly cute animals on which to test it!','','','','','',9322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2933,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2935,4044,47,0,8,40,45,0,690,0,0,0,0,0,0,0,0,2936,0,0,'Consult Master Gadrin','The venom from the broodguards wasn\'t as potent as the venom you brought originally. It must have come from a different spider.$B$BI want a fresh sample of that venom. To find out where it came from, you must consult with a troll who knows the Witherbark well--Master Gadrin in Sen\'jin Village. Travel to Durotar and speak with Gadrin. With luck, he\'ll know where the Witherbarks get their venom.','Speak with Master Gadrin in Sen\'jin Village.','Ah, so you want fresh venom from the spider of the witherbarks, yes? Well, sit down... you\'re not going to like what I have to tell you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',2934,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2936,4044,978,0,10,40,45,81,690,0,0,0,0,0,0,0,0,2937,0,0,'The Spider God','The Witherbarks worship a spider god, and from her they collect their most potent venom. So if you want the venom, then you must summon their god!$B$BTo do that, you must know her true name, and that name is on a tablet buried in Tanaris, in the troll city of Zul\'Farrak, in a tomb guarded by Theka the Martyr.$B$BDefeat Theka and find and read his tablet to discover the spider god\'s name. When you know it, return to me.','Read from the Tablet of Theka to learn the name of the Witherbark spider god, then return to Master Gadrin.','Ah, Elortha no Shadra... speak this name only in whispers, for its utterance carries much weight in the realms of the spirit.$b$bI will put it to parchment and create for you a spell of summoning...','Do you know the spider god\'s name?','Find the Spider God\'s Name','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',2935,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2937,4044,47,0,0,40,55,1,690,0,0,0,0,0,0,0,0,0,9323,1,'Summoning Shadra','Take his parchment, and read it at the altar of Shadra\'Alor, deep within the witherbark realm in the Hinterlands. This will summon Shadra the spider god.','Defeat Shadra at the altar of Shadra\'Alor, then bring her venom to Apothecary Lydon in Tarren Mill.','Sweet, you got it!','Did you get the venom?','','','','','',9324,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',2936,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2938,4044,47,0,0,40,55,0,690,0,0,0,0,0,0,0,0,0,9436,1,'Venom to the Undercity','The venom you gathered from the Witherbark\'s spider god is quite a find! I\'ve been able to kill nearly two dozen rabbits with just a drop of the stuff. Granted, some of those rabbits were very young and small enough to fit in the palm of one\'s hand so I\'m certain their resistance to toxins was low, but it can\'t be denied that this poison is powerful!$B$BI\'d like a sample sent to my superior, Apothecary Faranell in the Apothecarium of the Undercity. I am positive he would want to test this himself.','Bring Faranell\'s Parcel to Master Apothecary Faranell in the Undercity.','Ah, very good. Lydon mentioned the poison in this parcel is the most potent he has come in contact with, and is busy working on new applications with it.$b$bWith luck, we will find many.$b$bThank you, $N. Your service to the Royal Apothecary Society is undeniable.','Word was sent of your coming, $N. You have a parcel for me?','','','','','',9436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9649,9650,10686,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',2937,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2939,4044,357,0,8,42,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,'In Search of Knowledge','While the ruins of Feralas can be quite dangerous, they have much to tell of what has happened here.$B$BSearching through the rubble to the south a few days ago, I discovered what appears to be a normal stave. However, I just can\'t shake the feeling that there is something more to it. Angelas and I have been poring over our books here, but we can\'t find a thing about it.$B$BI have a colleague in Darnassus that may be able to tell us what this is, $N. Why don\'t you go talk to her and see if she can help us?','Talk to Daryn Lightwind in Rut\'theran Village.','Oh, so Troyas Moonbreeze sent you?$b$b...always bothering me with his wild notions that he found something important...$b$bLook, $N, I\'ll be blunt. Troyas always thinks he has found something important in those ruins. The truth is, anything that was truly valuable was probably hoarded away long ago by the ogres or the harpies that now reside there.$b$bYou\'re welcome to take a look around, but I don\'t know if you\'ll find any books here that will help you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2940,4044,357,0,8,42,47,0,1101,0,0,0,0,0,0,0,0,2941,0,0,'Feralas: A History','This book looks as if no one has opened it for quite a long time. Its covers are quite worn, and its pages yellowed, but after examining it, you notice that it might be just what Troyas is looking for.$B$BYou pick it up, but realize you should probably ask before borrowing it.','Ask Daryn Lightwind if you may borrow her book.','So, you\'d like to borrow Feralas: A History?$b$bLet me think...$b$bI will allow you to borrow this book, $N, but only if you do something for me first.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',2939,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2941,4044,357,0,0,42,48,0,1101,0,0,0,0,0,0,0,0,2944,9329,1,'The Borrower','I have studied many subjects in my time, and my latest fascination is with the snapjaw that occupy the beach in the Hinterlands. There\'s one in particular I\'d like to see, a giant snapjaw named Gammerita. I\'d like to go myself, but my research keeps me here. I think a picture of her would be the next best thing.$B$BTake this letter to Curgle Cranklehop in Tanaris. She has created an invention for me that can capture a picture. She called it a \"snapshot,\" I think...','Take the letter to Curgle Cranklehop in Tanaris.','Are you another one of Daryn\'s interns? She\'s quite a knowledgeable historian, $N. You should be grateful to be studying under her leadership.$b$bNow, let me get the Super Snapper FX. You\'re gonna love it!','A letter -- for me?','','','','','',9329,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',2940,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2942,4044,357,0,0,42,50,0,1101,0,0,0,0,0,0,0,0,0,9306,1,'The Morrow Stone','The moment the artifact is removed from the Monolith, you feel the energy in the Stave of Equinex begin to fade.','Return the Sparkling Stone and the Stave of Equinex to Troyas Moonbreeze in Feathermoon Stronghold. ','I have been reading since you left, $N. This stone you have found is called the Morrow Stone. While I am not entirely sure what its purpose is yet, you can be sure that it is something of great significance to be hidden away inside the Equinex Monolith the way it was.$B$BI will continue my studies, and I hope I will be able to count on you in the future, $N. Thank you for all your help.','I am glad you have returned, $N. I am eager to hear of your findings.','','','','','',9307,9306,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9654,9655,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',2879,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2943,4044,357,0,0,42,48,0,1101,0,0,0,0,0,0,0,0,0,9331,1,'Return to Troyas','Here it is, $N. Please, take care of my book.$B$BNow, hurry along. I\'m sure Troyas is eager for your return.','Deliver the book to Troyas Moonbreeze in Feathermoon Stronghold.','You have brought a book along. Excellent!','Hello, $N. Have you been to Darnassus?','','','','','',9331,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28200,0,0,0,0,'',2944,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2944,4044,357,0,0,42,48,0,1101,0,0,0,0,0,0,0,0,2943,9328,1,'The Super Snapper FX','Have the first look at my new invention, $N. All you need to do is target whatever it is you\'d like to take a picture of, and push the button.$B$BWhat was that creature from the Hinterlands that you mentioned? Gammerita? Well, good luck finding her. I\'m sure Daryn will be quite pleased with the snapshot you return to her.$B$BIn any case, here\'s the Super Snapper. Have fun!','Use the Super Snapper FX to take a snapshot of Gammerita, then return to Daryn Lightwind in Rut\'theran Village.','Well! Curgle\'s invention lived up to its expectations.$B$BDon\'t get too excited, but do know that I am pleased with your work, $N.$B$BNow, where did I leave that book...','So, you have finally returned, $N. And you\'ve brought the contraption that Curgle built for me -- perfect.','','','','','',9330,9328,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,72,250,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',2941,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2945,4044,133,0,256,28,34,81,0,0,0,0,0,0,0,0,0,0,9326,1,'Grime-Encrusted Ring','You have uncovered what appears to be a ring from the corpse of one of the Dark Iron dwarves. It is difficult to tell what kind of ring it is, however; dirt and hardened residue cake the item completely, making wearing it impossible. You think you can make out the slight luster of precious metal and maybe even the glint of a gem under the residue.$B$BIf you are going to make use of this ring, you are going to need to find something to get the hardened residue off of it.','Figure out a way to remove the grime from the Grime-Encrusted Ring.','You place the ring inside the Sparklematic 5200 and deposit a silver coin into the slot.$B$BPainful grinding noises emanate from the machine as it begins to jerk around violently. One can only guess what is happening with the ring inside the machine...$B$BThe machine suddenly stops, trumpeting its cessation with a simple \"Ding!\" The item receptacle opens up to reveal a small box that is neatly wrapped with a red bow. It would appear that the Sparklematic 5200 also gift wraps!','The gnomish contraption before you bears a plaque calling it \"The Sparklematic 5200\". The gist of the machine, from reading the instructions below the plaque, is to scrub away dirt that an item might have. The machine has a coin slot, accepting three silver coins to start the process once the item is placed inside it.$B$BIt would seem as though the grime-encrusted ring you found earlier is just the thing to try in this machine!','','','','','',9326,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(2946,4044,1537,0,0,45,50,1,1101,0,0,0,0,0,0,0,0,0,6064,1,'Seeing What Happens','We want you to take the miniature discs you found to the sealed gates of Uldum. We... we aren\'t sure what will happen when you do this.$B$BThis sounds risky, sure, we acknowledge that. It might, however, do nothing. You might need to use the discs on something. Perhaps the doors unlock when you have the discs in your possession. Be open to try anything, and be ready for anything to happen.$B$BWhen you\'ve found out what happens, return to Ironforge. We\'ll have a lot to analyze when you\'re done!','Bring the miniature platinum discs to the gates of Uldum in Tanaris and look for clues as to the connection between the two.','As you touch the pedestal, the miniature discs from Uldaman hum and glow in your backpack. A familiar feeling tingle washes over your hands, as the image of another Stone Watcher springs to life in front of the gates of Uldum.$b$b\"Salutations. I am a guardian of entry. The discs that have been used for access are missing the correct entry discs, the Plates of Uldum. Please incorporate these plates with the disc structure and repeat your access sequencing. Thank you.\"','This familiar looking pedestal sticks out of the hot sand. Perhaps there is something to its presence here...','','','','','',6064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',2963,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2947,4044,133,0,0,28,34,81,1101,0,0,0,0,0,0,0,0,2948,9362,1,'Return of the Ring','Opening the box produced by the Sparklematic 5200 reveals what you had suspected - a shiny ring! Wearing the ring, you feel magic power surge through you body.$B$BInside the band is a small but nonetheless discernable imprint of the seal of Ironforge. Next to that, three small initials are engraved: \"TdK\". This may signify either the initials of the previous owner, or perhaps the initials of the ring\'s crafter. Keep the ring... or return it to this person. Decisions, decisions...','You may either keep the ring, or you may find the person responsible for the imprint and engravings on the inside of the band.','A ring, you say? Let\'s see... yep, I made that ring by golly.$B$BBefore Gnomeregan went up, I had a small shop there. Perhaps it\'s one I left behind when I ran for the hills; it\'s a simple design, and I made several like it. Maybe it\'s from someone who didn\'t make it out.$B$BDark Iron dwarves had this? Well, that puts a new layer of conspiracy on the nine different layers already floating about. Maybe the authorities would like to know; it\'s wasted on the likes of me.$B$BNow, back to the ring...','Hey, easy there partner - I\'m a very important businessman! I am sure that the courier is just simply late with the delivery of the rent... wait... you\'re not my landlord.$B$BWell, of course you aren\'t - silly me! You\'ve come to me seeking the finest jeweler in all of Ironforge, one who does NOT make CURSED items! Yes!$B$BUm... what do you need?','','','','','',9362,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',2945,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,5),(2948,4044,1537,0,256,28,35,0,1101,0,0,0,0,0,0,0,0,0,9362,1,'Gnome Improvement','Listen $n, that ring is yours, sure... but I can make you a better one! That design, like I said, is really simple. I am a lot more skilled now, and for the mere fee of thirty silver coins I\'ll spruce it up for you! Well, a little more than thirty, actually...$B$BI\'m in a tight spot right now; all my material stock is all dried up. If you bring me a bar of silver and a moss agate, I\'ll add a silver and agate lattice to the ring that will give it a little more pizzazz!$B$BTrust me!','Bring the Brilliant Gold Ring, a Silver Bar, a Moss Agate, and 30 silver coins to Talvash del Kissel in Ironforge.','Ah, exactly what I needed! Someday, when I find myself out of this hole that I am unjustly in, I will make for you, for EVERYONE the finest trinkets in all of Azeroth! Until then, thanks for being a sport about the reagents. I\'d normally charge ten times what I have charged you for a ring of this quality...$B$BSpeaking of rings, here\'s your new one!','Do you have the materials I need? I wouldn\'t ask you for them if I wasn\'t down on my luck...','','','','','',9362,2842,1206,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9538,0,0,0,1,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,-3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2947,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,5),(2949,4044,133,0,0,28,34,81,690,0,0,0,0,0,0,0,0,2950,9362,1,'Return of the Ring','Opening the box produced by the Sparklematic 5200 reveals a shiny ring! Donning the ring, you feel magic power surge through your body.$B$BInside the band is a small but nonetheless discernable imprint of the seal of Orgrimmar. Engraved letters are next to it, but only the first three stand out even after cleaning: \"NOG...\"$B$BThis may signify either the initials of the previous owner, or perhaps the initials of the ring\'s crafter. Keep the ring... or find \"NOG\" - decisions, decisions...','You may either keep the ring, or you may find the person responsible for the imprint and engravings on the inside of the band.','A ring from Gnomeregan? Let\'s see... not mine, but interesting.$B$BThe Gnomeregan thing - couldn\'t have happened to a nicer bunch of numbskulls. For years they\'re a joke, and now almost overnight they\'re making better rigs than us?$B$BDark Iron dwarves had the ring? That\'s even more interesting! You know, maybe the gnomes stole their crazy golem plans and modified them. Those Dark Irons, they\'d definitely want some major payback. It\'s certainly worth investigating.$B$BYou know, about that ring...','You\'d think that we would find a way on our own to outdo those filthy little gnomes. I would even wager that they stole that rig from us to begin with! Bah, those greasy, grimy... erm, yes? You need something?','','','','','',9362,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',2945,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2950,4044,1637,0,256,28,35,0,690,0,0,0,0,0,0,0,0,0,9362,1,'Nogg\'s Ring Redo','No, no, no - I\'m not all of the sudden saying that the ring is mine. I normally don\'t do this, but your information about the Dark Irons was very useful. I\'ll improve your ring for you, better than whomever made this simple little thing could have ever done. Probably some gnome...$B$BIf you bring me a bar of silver, a moss agate, and thirty silver coins for my trouble, I\'ll add a silver and agate lattice to the ring that will strengthen the magic inside of it. Interested?','Bring the Brilliant Gold Ring, a Silver Bar, a Moss Agate, and 30 silver coins to Nogg in Orgrimmar.','Here\'s your ring, better than before. Thanks again for the information about those Dark Iron dwarves. This seems like a reasonable lead as to how those gnomes suddenly were struck with goblin-like inspiration.','Do you have the materials I need? I can\'t improve on this design without everything I asked for.','','','','','',9362,2842,1206,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9588,0,0,0,1,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,-3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2949,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2951,4044,133,0,264,25,30,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','This contraption stands out amongst the gnomes holding out against the madness outside the room. A small plaque on the device reads \"The Sparklematic 5200\", followed by some text:$B$B\"Grime and residue ruining your sparklies? The Sparklematic 5200 puts the shine back in shine-tastic! Insert the item you wish to clean and deposit three silver coins in the coin slot. Give the Sparklematic 5200 a moment for operation, and voila! Your valuables will emerge clean and shiny!\"','Insert a Grime-Encrusted Item into the Sparklematic 5200, and be sure to have three silver coins to start the machine.','You insert the grime-encrusted item and three silver coins into the Sparklematic 5200. The machine surges to life in a frenzied attempt to purge the grime from the unknown item. Loud, violent churning sounds beat from the heart of the machine. The metal frame of the beast creaks and groans as it lurches from side to side...','It would seem that the device needs some sort of grime-encrusted object to clean and three silver coins to get the contraption working. So long as both are present, the Sparklematic 5200 should work...','','','','','',9308,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2952,4044,133,0,8,25,30,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','','','As quickly as it started, the Sparklematic 5200 comes to an abrupt halt. A simple \"ding\" is heard from the machine, and the mouth of the machine spirals upward. Inside the Sparklematic 5200 is a small box wrapped in a little bow. The machine would appear to wrap an object up after eliminating its grime-encrusted status. Even if the machine didn\'t work, at least the item is now wrapped in a pretty box.$B$BWell, there is one way to find out if it cleaned the item or not...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',2951,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2953,4044,133,0,8,25,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,'More Sparklematic Action','','','The Sparklematic 5200 comes to life, lurching to and fro. Inside, the helpless grime that has encrusted the object placed within it is being pulverized by the machine\'s gnomish cleaning agent.$B$BThe Sparklematic 5200 comes to a halt, heralded by a familiar \"ding!\" The item receptacle of the machine spirals open, revealing a neatly wrapped box.','The Sparklematic 5200 is empty, awaiting a grime-encrusted object to clean and three silver coins to start!','','','','','',9308,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2952,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(2954,4044,440,0,2,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stone Watcher','\"Salutations - I am a guardian of entry. Unless you have the Plates of Uldum already integrated with your disc set, I will not allow for entry into the Uldum compound.\"$B$BThe appearance of the Stone Watcher of Norgannon must be the reaction that was hoped for in sending you out to the Tanaris desert with the platinum discs. As instructed, you will need to find out what the story behind the Stone Watcher is before continuing on.','Learn the purpose of the Stone Watcher of Norgannon, and then interact with the Uldum Pedestal in the Tanaris desert.','The stone watcher\'s voice resonates with power and authority:$b$b\"Your discs will be returned to you once you access the pedestal. When you have obtained the Plates of Uldum and incorporated them into your existing disc set, you may then enter the complex.\"','The purpose of the stone watcher must be learned before continuing on...','Learn the purpose of the Stone Watcher of Norgannon','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',2966,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2962,4044,133,0,0,20,30,81,1101,0,0,0,0,0,0,0,0,0,9364,1,'The Only Cure is More Green Glow','Not only was your sample insufficient in quantity, it was also impure.$B$BWhat we require is more green glow. The troggs are obviously not irradiated sufficiently to fulfill our needs. You will have to go into Gnomeregan and bring back some radioactive fallout, straight from the tap. I am speaking of the irradiated slimes, lurkers and horrors. Be warned, the containment of this type of fallout is difficult. You may need to make several attempts with the phial until a suitable sampling is recovered.','Travel to Gnomeregan and bring back High Potency Radioactive Fallout. Be warned, the fallout is unstable and will collapse rather quickly.$B$BOzzie will also require your Heavy Leaden Collection Phial when the task is complete.\n',' Impressive, you still have all of your limbs. Now it\'s time to see what this stuff can do!','Hrm, you\'re not glowing. That\'s a good sign.','','','','','',9365,9364,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',2926,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,7),(2963,4044,1537,0,8,45,50,0,1101,0,0,0,0,0,0,0,0,2946,0,0,'Portents of Uldum','Greetings once again, $n! Your discovery inside Uldaman has set the Explorers\' League abuzz with excitement. The League has been working to unlock the secrets of the miniature platinum discs you found. Your fortuitous arrival here in the Hall allows me to share with you that we are quite possibly on to something!$B$BHistorian Karnik has uncovered some important clues as to the true origins of the Valley of the Watchers in the Tanaris desert. He would like to speak with you as soon as possible!','Speak with Historian Karnik in the Hall of Explorers within Ironforge.','I am glad you\'re maintaining your interest in exploration, $N! With your natural talent and moxie, we could crack open secrets that we never thought were possible!$B$BThe Discs of Norgannon in Uldaman were a repository of vast information; you were only permitted to access the top layers, as it were, of the information stored there. The Creators were rumored to have more repositories located throughout Azeroth. This now brings us to Uldum...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',2439,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2964,4044,1537,0,8,45,50,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Future Task','Well $n... we seem to be at a temporary dead end here. We know what we need - the Plates of Uldum - but we have no idea where they might be. We\'ll need to do quite a bit of research on this to come up with a solid plan of attack. I have a couple ideas where to start looking; I have high hopes that soon, we\'ll be asking you to head out and recover them.$B$BThe High Explorer needs to be informed on this, $n; no doubt, he also wants to thank you personally for once again aiding the League.','Speak with High Explorer Magellas in Ironforge.','We\'re all in agreement then - the best plan of attack is putting this on hold until we can narrow down the areas where these plates might lie hidden. You\'ve brought us this far $N, and I hope you will be the one to head back in to the field to unlock Uldum for us all!$B$BAllow me to give you this honorarium in the meantime; this should cover any expenses you\'ve encountered in assisting us, and a little something extra. Be sure to check back with us soon... Uldum beckons!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34418,34419,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,22000,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',2977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2965,4044,1638,0,8,45,50,0,690,0,0,0,0,0,0,0,0,2966,0,0,'Portents of Uldum','Ah, $n, it is fortuitous that you have come to me again. Your revelations at the Uldaman dig site have certainly given us sages much discuss. I was doing just that with one of the druids, Nara Wildmane, when it dawned on me that her past adventuring experiences may have some great importance as to the next step we need to take.$B$BI would like for you to speak with her concerning her travels to the Valley of the Watchers in the Tanaris desert. She waits for you on the Elder Rise.','Speak with Nara Wildmane on the Elder Rise in Thunder Bluff.','There is a place deep in the Tanaris desert called the Valley of the Watchers. The discs that you recovered... their translated glyphs make mention of a place called Uldum. Most think this place to be a myth.$B$BI know this to be false; Uldum exists. I\'ve been there. Well... outside, at any rate.$B$BThe crux is this, $N: we think there is a connection between the discs and Uldum, and we want you to go there.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',2440,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2966,4044,1638,0,0,45,50,1,690,0,0,0,0,0,0,0,0,0,6064,1,'Seeing What Happens','Sage Truthseeker and I would like you to take the miniature discs you found to the sealed gates of Uldum. We... we aren\'t sure what will happen when you do this.$B$BThis sounds risky, sure, we acknowledge that. It might, however, do nothing. You might need to use the discs on something. Perhaps the doors unlock when you have the discs in your possession. Be open to try anything, and be ready for anything to happen.$B$BLearn what you can, then return to me. We will have much to discuss.','Bring the miniature platinum discs to the gates of Uldum in Tanaris and look for clues as to the connection between the two.','As you touch the pedestal, the miniature discs from Uldaman hum and glow in your backpack. A familiar feeling tingle washes over your hands, as the image of another Stone Watcher springs to life in front of the gates of Uldum.$B$B\"Salutations. I am a guardian of entry. The discs that have been used for access are missing the correct entry discs, the Plates of Uldum. Please incorporate these plates with the disc structure and repeat your access sequencing. Thank you.\"','This familiar looking pedestal sticks out of the hot sand. Perhaps there is something to its presence here...','','','','','',6064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',2965,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2967,4044,1638,0,0,45,50,0,690,0,0,0,0,0,0,0,0,2968,6064,1,'Return to Thunder Bluff','You access the pedestal again; the platinum discs suddenly appear once more in your backpack.$B$BWith the knowledge of the stone watcher learned and the discs returned to your possession, the time has come to return to Thunder Bluff and inform the Nara Wildmane of your discovery.','Speak with Nara Wildmane in Thunder Bluff.','You were missing some discs? Interestingly enough, it seems that the discs of Norgannon are only parts of the complete set - like keys on a key ring, if you will.$B$BIf we can find the Plates of Uldum, then we could actually access the Uldum complex itself. I don\'t know whether to be excited by that prospect, or be terrified.$B$BWe may need to risk everything to ensure that those secrets the earth keeps which would destroy us all remain just that - secrets.','Welcome back $N. Were you able to use the discs to your advantage, or was it for naught?','','','','','',6064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',2954,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2968,4044,1638,0,8,45,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Future Task','Well $n... we seem to be at an unfortunate impasse. We know what we need - the Plates of Uldum - but we have no idea where they might be. We will research this, and then devise a solid plan of attack. I have a couple ideas where to start looking; I have high hopes that soon, we\'ll be asking you to rejoin our efforts to discover the truth.$B$BSage Truthseeker needs to be informed on this, $n; no doubt, he also wants to thank you personally for once again heeding the call.','Speak with Sage Truthseeker in Thunder Bluff.','We\'re all in agreement then - the best course of action is to wait until we can narrow down the areas where these plates might lie hidden. You\'ve brought us this far $N, and I hope you will be the one to head back in to the field to confront the secrets of Uldum.$B$BAllow me to give you this honorarium in the meantime; this should cover any expenses you\'ve encountered in assisting us, and a little something extra. Be sure to check back with us soon... Uldum beckons us all, young one.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34421,34422,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,22000,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',2967,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2969,4044,357,0,2,38,47,0,1101,0,0,0,0,0,360000,0,0,0,12301,1,'Freedom for All Creatures','The filthy Grimtotem clan are capturing faerie dragons, $N. Jer\'kai and I have no idea what they plan on doing with them, but they\'re obviously up to no good.$B$BWe\'re not powerful enough to fight our way into the camp and free the captured dragons, but perhaps with your help...$B$BIf you\'re willing, and you have some strong friends, release the creatures from their cage with this key and make sure they escape with their lives. I\'ll be by your side the entire time. Jer\'kai will remain here.','Using the Bamboo Cage Key, free the Sprite Darters from the pen in the Grimtotem camp. At least 6 Sprite Darters and Kindal Moonweaver must survive.$B$BYou have 6 minutes before Kindal decides it is time to retreat and you fail the quest.','Thank Elune, $N! You are a great blessing to us and to the darters you saved. Jer\'kai and I would never have been able to help the dragons ourselves--your intervention in the Grimtotem\'s affairs will be remembered.$B$BSpeak to Jer\'kai now... I have to prepare for our retribution. Just because the faerie dragons are free, it doesn\'t mean they will remain so. Jer\'kai and I will now go on the offensive.','','Save at least 6 Sprite Darters from capture','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2970,4044,357,0,8,38,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Doling Justice','As she\'s already told you, Kindal and I will now take the fight to the Grimtotem. Together, we should still be able to pick off some of the tauren without much threat to ourselves, but we\'d love some help if you\'re willing and able.$B$BYou\'ve seen the camp below us, but there are more to the east. Using your own tactics, deal as much damage to the tauren as you can. We can all meet back here after they\'ve felt the sting of Kindal\'s arrows and your own weapons.','Kill 12 Grimtotem Naturalists, 10 Grimtotem Raiders, and 6 Grimtotem Shamans before returning to Jer\'kai Moonweaver in Feralas.','Kindal was right about you, $N--you do have a knack for this. You are a more seasoned adventurer than the both of us, and for that we thank you.$B$BThe Grimtotem clan is much more hostile than most tauren... I wonder if their own kind frowns upon their actions. I wouldn\'t be surprised. As you are probably aware, many races on Azeroth have ties to less kindly counterparts.$B$BBut that is a discussion for another day.','Kindal needs time to prepare, but our kills already number in the dozens. The Grimtotem clan is more than aware of our presence in the area, and they seek us out like vipers.$B$BThey\'ll do everything in their power to take our heads from our bodies. You should be alert... they\'ll be coming for you too now that you\'ve interfered.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7726,7725,7727,0,12,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',2969,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2971,5875,133,0,2,23,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'','[PH] Description','[PH] Log Description','','','[PH] Log Bullet Entry','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(2972,4044,357,0,0,38,47,0,1101,0,0,0,0,0,0,0,0,0,9368,1,'Doling Justice','Out here in the wilderness, Kindal and I have meager means to reward your help, but we don\'t want you to feel unappreciated. Take my signet ring. If you ever find yourself in the boughs of Teldrassil, go to the Temple of the Moon in the heart of Darnassus. There you will find my High Priestess Tyrande Whisperwind. The ring will let her know that we are well and give credit to your story.$B$BWe both thank you, $N.','Take Jer\'kai\'s Signet Ring to High Priestess Tyrande Whisperwind in Darnassus.','That\'s an amazing story, $N. It pleases us that you\'ve not only helped dragonkind, but also one of our own priestess. Jer\'kai was right to send you to me. I will make sure she has her ring returned to her--I have scouts heading the direction of Feralas soon. This will be one more thing for them to investigate while on their mission.$B$BThank you again, and please, make yourself at home while you\'re here.','Hello, child. It pleases us to have more powerful adventurers here in the temple. If you have the time, will you share a tale or two with the younger adventurers? I know many of them would benefit from your wisdom.$B$BI\'m sorry, look how rude of me. You\'ve come to the Temple seeking our aid, and I impose on you. Please, forgive me. Tell me what the servants of the Light can do for you.','','','','','',9368,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10705,10706,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',2970,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(2973,4044,357,0,8,38,45,0,690,0,0,0,0,0,0,0,0,2974,0,0,'A New Cloak\'s Sheen','Well met, $c. I\'ve traveled with my companions down to the Feralas on a mission for our Orgrimmar masters.$B$BMy life-mate Korrin finds great pleasure in new clothing, so I aim to make her a new cloak adorned with the gossamer wings of faerie dragons. Would you be able to help me? Sprite darters with gorgeous wings I want are west of Camp Mojache.','Bring 10 Iridescent Sprite Darter Wings to Krueg Skullsplitter in Camp Mojache.','Wonderful, $C! These will do nicely. There are enough here to make a cloak for Korrin, and possibly even more! Thank you.$b$bI hope the trip wasn\'t too dangerous? The area of Feralas is not known for being forgiving, but you\'ve obviously done well enough.$b$bThank you again, $C.','The sprite darters can be dangerous critters when provoked. Be careful when dealing with them, $C. And be even more careful of any night elves in the area. The pestering fools tend to hold up in the forests also.$b$bWhen you\'ve gotten enough of the wings, let me know, I\'ll be sure to reward you well!','','','','','',9369,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2974,4044,357,0,8,38,45,0,690,0,0,0,0,0,0,0,0,2976,0,0,'A Grim Discovery','What!? You came across tauren in the area? You\'re joking! What did they look like!?$B$BThe Grimtotem clan! You found some of them? Belgrom, one of our masters, has an interest in their kind... he\'s even put a bounty on them.$B$BYou have to go back, $c. Go back and bring me their horns... piles of them if you can. The Grimtotem are not to be trifled with or underestimated. Go back and slay them; let the rivers in Feralas run red with their dark blood.','Bring 20 Grimtotem Horns to Krueg Skullsplitter in Camp Mojache.','These are good horns, $C. Well done. I\'ll take these from you and be sure to tell Belgrom as soon as we return to Orgrimmar. You\'ve helped me twice now, and for that, you have my mark. Perhaps in the future I can help you! Good luck to you.','Take my words seriously, $C, the Grimtotem clan is evil. If you\'ve found their whereabouts, then it\'s up to you to return and strike the first blow against their clan... before they can come into our own lands and raze our own villages, or pilfer our lands.','','','','','',9460,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2973,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2975,4044,357,0,8,38,43,0,690,0,0,0,0,0,0,0,0,2980,0,0,'The Ogres of Feralas','The effects of the Gordunni Ogre tribe can hardly go unnoticed in this area. Look around, $N; their very presence scars this land. We must push them back before they expand even further into Feralas.$B$BFollow the river north, and you will find their outpost. Decrease their numbers, $N. We must show them that their kind is not wanted here.','Rok Orhan in Camp Mojache wants you to kill 10 Gordunni Ogres, 10 Gordunni Ogre-Magi, and 5 Gordunni Brutes.','Excellent, $N. In time, the land will heal. We must not give up.','Move swiftly, $N. Or is the task I requested too difficult?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5229,5237,5232,0,10,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',2981,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(2976,4044,357,0,0,37,45,0,690,0,0,0,0,0,0,0,0,0,9462,1,'A Grim Discovery','What?!$B$BAh, so I did mention a bounty, didn\'t I? Well, that\'ll teach me to open my mouth, won\'t it?$B$BYou did the work, so I suppose it is only right you reap the greatest reward from it. Take the horns, I\'ll have them put in a crate for you. Find Belgrom Rockmaul in the Valley of Honor, he\'ll want to know what you saw and he\'ll reward you for your hard work.$B$BBe well, $c, and thank you again for everything you\'ve done.','Bring the Crate of Grimtotem Horns to Belgrom Rockmaul in Orgrimmar.','The Grimtotem!? This is interesting. You say you came across them while hunting in Feralas? Truly?$b$bMy peers will want to hear your news, $C. Tell me more and I\'ll count out your coin while you do so.$b$bAnd before you go, know that I give you thanks for the information you\'ve passed on to me this day.','Be quick, $C, I have much to complete today.','','','','','',9462,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11858,11859,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',2974,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(2977,4044,1537,0,0,45,50,0,1101,0,0,0,0,0,0,0,0,2964,6064,1,'Return to Ironforge','You access the pedestal again; the platinum discs suddenly appear once more in your backpack.$B$BWith the knowledge of the stone watcher learned and the discs returned to your possession, the time has come to return to Ironforge and inform the Explorers\' League of your discovery.','Speak with Historian Karnik in Ironforge.','You were missing some discs? Interestingly enough, it seems that the discs of Norgannon are only parts of the complete set - like keys on a key ring, if you will.$B$BIf we can find the Plates of Uldum, then we could actually access the Uldum complex itself! Imagine actually exploring the place where the Creators worked without having to bring a huge shovel!$B$BNot that there\'s anything wrong with shovels... or digging...','Welcome back $N. Were you able to use the discs to your advantage, or did it end up being a wild goose chase?','','','','','',6064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',2954,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2978,4044,357,0,0,38,43,0,690,0,0,0,0,0,0,0,0,2979,9370,1,'The Gordunni Scroll','Picking up the soiled scroll, you notice that it seems to be depicting some sort of meeting or ceremony. Rok Orhan would be interested in this scroll, and what it might mean to the Gordunni.','Bring the Gordunni Scroll to Rok Orhan in Camp Mojache.','This scroll... You found this in the Gordunni Outpost?','What is this?','','','','','',9370,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2979,4044,357,0,8,38,46,0,690,0,0,0,0,0,0,0,0,3002,0,0,'Dark Ceremony','These seem to be plans for some sort of dark ceremony, $N. From what I can make out, this ritual is conducted by the Gordunni mage-lords.$B$BFind one of these mage-lords, and from him, gather an orb.$B$BThe orb of a mage contains great power, and will help us discover more about this ceremony and the magic that the Gordunni wield.','Rok Orhan in Camp Mojache wants you to find a Gordunni Orb.','This orb will provide us with more information about the Gordunni... which we will then use in planning their downfall, $N.','We must discover more about why the Gordunni are here, $N.','','','','','',9371,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',2978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2980,4044,357,0,8,38,44,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Ogres of Feralas','Now that you have proven that you are a true fighter, I trust that you possess the courage to continue with the task at hand.$B$BTravel to the High Wilderness, southwest of here. There lie some abandoned and destroyed structures, on land that once belonged to the night elves. Look for these ruins, and when you see the withered trees and desecrated terrain, you will find the Gordunni. Push them back.$B$BThese ogres are much stronger than the ones you faced previously, $N. Be aware.','Rok Orhan in Camp Mojache wants you to kill 10 Gordunni Shaman, 10 Gordunni Warlocks, and 5 Gordunni Maulers.','You have proven yourself to be a trustworthy and dependable ally, $N.','Have you found the ruins, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5236,5240,5234,0,10,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,12500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',2975,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2981,4044,1637,0,8,38,43,0,690,0,0,0,0,0,0,0,0,2975,0,0,'A Threat in Feralas','Feralas is an ideal location for an accomplished $c to prove $Ghimself:herself;. A tribe of ogres called the Gordunni are the dominant military force there, and their numbers are growing. They must be stopped before they threaten our presence in Feralas.$B$BA warrior I know of named Rok Orhan resides at Camp Mojache in Feralas; go to her. She will tell you more of the situation when you arrive.','Belgrom Rockmaul wants you to speak with Rok Orhan in Camp Mojache.','So, Belgrom sent you. You are just in time, $R.$B$BLet me explain the situation, and then you can decide if you are up to the challenge... But if Belgrom sent you, I am sure your courage is unquestionable.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2982,4044,357,0,8,39,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The High Wilderness','Although it is dangerous, Troyas and I have been investigating the ruins that cover the forests of Feralas.$B$BLately, though, Troyas has been going on his own to the High Wilderness, and I really worry about him. The Gordunni Ogres have taken over that area, and they don\'t take kindly to anyone that enters their territory.$B$BI was hoping you might be willing to travel to the ruins to the southeast and clear out some of the ogres. Make it a little safer for my Troyas, and I will be extremely grateful.','Angelas Moonbreeze wants you to kill 8 Gordunni Warlocks, 8 Gordunni Shaman, and 8 Gordunni Brutes.','I am very grateful you were able to do this for me.$B$BNow, please, don\'t mention a word to Troyas about this...','Be watchful around the Gordunni, $N. Their magic seems to wreak havoc on the very land they stand on.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5240,5236,5232,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2983,4044,0,82,8,10,-1,0,690,64,0,0,0,0,0,0,0,1524,0,0,'Call of Fire','It\'s been some time since you were tested last, $N. You\'ve been patient thus far in your studies, but it\'s time for you to learn about greater powers... it\'s time you learn real power. The element of fire is yours if you\'re prepared to pay for it.$B$BSeek out Kranal Fiss in the Barrens. He lives in a small dwelling north of the Crossroads, but be mindful, if you\'ve reached the blasted night elf lands, you\'ve gone way too far.','Find Kranal Fiss in the Barrens.','Hmmm, Swart sent you to me, did he?$B$BWell then, Swart could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$B$BI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $N. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'1522 1523 2984',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2984,4044,0,82,8,10,-1,0,690,64,0,0,0,0,0,0,0,1524,0,0,'Call of Fire','Long has it been since you were last tested, $N. You have shown patience thus far in your studies, but the time has come for you to learn more. The time has come for you to learn about destruction... and chaos. The element of fire is yours for the understanding, if you\'re prepared to pay for it.$B$BSeek out Kranal Fiss in the Barrens. He lives in a small dwelling north of the Crossroads, but be mindful, if you\'ve reached the night elf lands, you\'ve gone too far.','Find Kranal Fiss in the Barrens.','Hmmm, Narm sent you to me, did he?$bbWell then, Narm could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$b$bI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $n. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'1522 1523 2983',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2985,5875,0,82,8,20,-1,0,690,64,0,0,0,0,0,0,0,1530,0,0,'Call of Water','You look ready for your next test, $N. You\'ve been patient in your studies, but the time has come for you to learn more. The time has come for you to learn about the purity of water.$B$BSeek out Islen Waterseer in the Barrens. She is along the eastern coast, south of the Southfury River and Ratchet. You will find her there at her fishing hut. Good luck to you, $N.','Find Islen Waterseer in the Barrens.','The wind approaches you quickly from the horizon; the earth is steady beneath your feet; and your spirit is already warmed by fire--I would say it is time for you to learn about the purity of water.$B$BYour path has led you this far, and your spirit will give you the strength to carry on even further. But the first step is yours to take.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'1528 1529 2986',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2986,5875,0,82,8,20,-1,0,690,64,0,0,0,0,0,0,0,1530,0,0,'Call of Water','Long has it been since you were last tested, $N. You have shown patience thus far in your studies, but the time has come for you to learn more. The time has come for you to learn about the purity of water.$B$BSeek out Islen Waterseer in the Barrens. She is along the eastern coast, south of the Southfury River and Ratchet. You will find her there at her fishing hut. Good luck to you, $N.','Find Islen Waterseer in the Barrens.','The wind approaches you quickly from the horizon; the earth is steady beneath your feet; and your spirit is already warmed by fire--I would say it is time for you to learn about the purity of water.$B$BYour path has led you this far, and your spirit will give you the strength to carry on even further. But the first step is yours to take. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'1528 1529 2985',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(2987,4044,357,0,0,38,43,0,690,0,0,0,0,0,0,0,0,0,9466,1,'Gordunni Cobalt','I just arrived here in Feralas, and I\'ve heard that the Gordunni Ogres that inhabit the wilds here have some interesting minerals. Who knows what they are up to, but they sure are protective of that stuff! They don\'t leave it just lying around; no, they bury it to protect folks like me from getting their hands on it.$B$BIf you\'d be willing, I\'ll give you my shovel. Go to the Gordunni Outpost north of here and dig me up some Gordunni cobalt. Look for the blue glow, then start digging!','Orwin Gizzmick in Camp Mojache wants 12 samples of Gordunni Cobalt.','Perfect! I will take these along as I continue my travels, $N. I\'m sure I can find someone that will pay a pretty penny for this cobalt.$b$bHere, take this for your trouble.','Get on up there and start digging!$b$bI\'ve got places to go and people to see -- time is money!','','','','','',9463,9466,0,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9658,9660,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(2988,4044,47,0,8,40,45,0,1101,0,0,0,0,0,0,0,0,2989,0,0,'Witherbark Cages','The son of our mightiest gryphon is gone! Swiftwing\'s heir, Sharpbeak, was lost while hunting with his parents a few days ago, and we believe it was the trolls who took him.$B$BYou must aid us! Search the cages in the two Witherbark troll villages to see if Sharpbeak is there.','Check the cages at the two Witherbark villages, then return to Gryphon Master Talonaxe.','Sharpbeak wasn\'t at the villages? Hm... this is grim news. That gryphon is destined to lead the next generation of gryphons. If he is lost then the strength and spirit of our fleet will suffer immensely.','Have you searched the cages, $N? We must find Sharpbeak!','','Check First Cage','Check Second Cage','Check Third Cage','',0,0,0,0,0,0,0,0,0,0,0,0,-144066,-144067,-144068,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(2989,4044,47,0,12,40,48,0,1101,0,0,0,0,0,0,0,0,2990,0,0,'The Altar of Zul','Sharpbeak was not with the Witherbark trolls. Perhaps the Vilebranch trolls took him. Go to the Altar of Zul on the western edge of Vilebranch territory and search for the gryphon child. ','Check the top of the Altar of Zul, then return to Gryphon Master Talonaxe.','Sharpbeak wasn\'t there? That is bad news, but it is good news too...$B$BIt is good that he was not at the Altar of Zul for the Vilebranch trolls are known for performing sacrifices.$B$BI thank you for all of your aid, but I\'m afraid I have an even greater task ahead.','Hurry, $N! If the Vilebranch trolls have Sharpbeak, then who knows what they might be doing with him!','Search the Altar of Zul','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,1205,0,0,0,'',2988,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(2990,4044,47,0,0,40,47,0,1101,0,0,0,0,0,0,0,0,2991,9468,1,'Thadius Grimshade','Take this feather to Thadius Grimshade, the diviner. He left Aerie Peak years ago to pursue darker knowledge, but in his heart he is still a Wildhammer!$B$BAnd perhaps his talents can help us find Sharpbeak.$B$BThis feather was taken from the nest where the gryphon child sleeps. If you give it to Thadius then, with luck, he can use his divining magics to find Sharpbeak.$B$BGood luck, $N. You will find Thadius in the Blasted Lands, in the mage tower of Nethergarde Keep.','Bring Sharpbeak\'s Feather to Thadius Grimshade in the Blasted Lands.','Ah, yes. This feather belongs to a fine gryphon. One destined for great things... if he can survive into adulthood undamaged.$B$BYou wish to find him? Then listen close, brave $C...','$N, you come bearing a gift?','','','','','',9468,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,471,75,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',2989,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,3),(2991,4044,978,0,8,40,47,81,1101,0,0,0,0,0,0,0,0,2992,0,0,'Nekrum\'s Medallion','I\'ll find out where your gryphon is, but first you have to do something for me. There\'s a troll in Zul\'Farrak, Nekrum Gutchewer, who possesses a medallion I would very much like to study. Bring me that Medallion and I\'ll use my powers to find Sharpbeak.$B$BZul\'Farrak is across the ocean to the west, in the desert of Tanaris.','Bring Nekrum\'s Medallion to Thadius Grimshade in the Blasted Lands.','Ah, the medallion of Nekrum. It is rumored to have given the troll an unnatural long life, but at a cost. I hope to discover a way to reap the medallion\'s power while avoiding its... unpleasant side effects.$B$BYou have done me a service, $N. I shall now uphold my end of our bargain.','Do you have Nekrum\'s Medallion, $N? There are powers hidden within it that I am eager to discover.','','','','','',9471,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,471,500,0,0,0,0,350,0,7000,0,0,0,0,0,0,0,0,0,0,54300,0,0,0,0,'',2990,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(2992,4044,47,0,2,40,47,0,1101,0,0,0,0,0,0,0,0,2993,0,0,'The Divination','Give me room while I perform a ritual of divination. I will find the connection between the feather you brought me and its owner, and follow that connection to Sharpbeak himself.$B$BThat is... I will if all goes according to plan. If it does not, then... you better close your eyes.','Wait until Grimshade performs the ritual of divination.','The ritual was a success. I have seen Sharpbeak and can tell you how to find him.','','Wait for Grimshade to finish','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,471,25,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',2991,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2993,4044,47,0,8,40,47,0,1101,0,0,0,0,0,0,0,0,2994,0,0,'Return to the Hinterlands','Sharpbeak is held in a cage, high on a cliff at the top of Jintha\'Alor in the Hinterlands. The key to this cage is possessed by the high priestess of the Vilebranch trolls, Vile Priestess Hexx.$B$BThere. I have done my part. I bid you fortune on your quest, $N.','Speak with Gryphon Master Talonaxe.','You\'ve spoken with Grimshade? What did he say?$B$B...What? The Vilebranch trolls have Sharpbeak? That\'s unbearable! We must organize a force to get him back!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',2992,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,5,0,0,0,0,0,0,1,0,0,3),(2994,4044,47,0,8,40,51,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Saving Sharpbeak','We must save Sharpbeak!$B$BFight your way to the top of Jintha\'Alor in the heart of Vilebranch territory, gain the key to Sharpbeak\'s cage from the vile Priestess Hexx, and then find and save Sharpbeak!','Fight to the top of Jintha\'Alor, kill Vile Priestess Hexx for the key to Sharpbeak\'s cage, and save Sharpbeak.','Swiftwind and Keenclaw returned with their child moments ago, and are fussing over him like new parents. Seeing them together again is enough to give even this old dwarf mist in the eyes...$B$BWe cannot repay you enough for what you have done, $N. The gryphons of Aerie peak, and their riders, will sing your name for a long, long time.','Save Sharpbeak!','','','Open Sharpbeak\'s Cage','','',0,0,0,0,0,0,0,0,0,0,0,0,0,-144070,0,0,0,1,0,0,0,11792,0,0,0,0,0,0,9651,9652,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,0,0,0,0,0,0,63600,0,0,0,0,'',2993,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,2,1,0,0,0,0,0,1,0,0,7),(2995,4044,1497,0,8,42,47,0,690,0,0,0,0,0,0,0,0,0,0,0,'Lines of Communication','The Quel\'Danil Lodge is a center of communication for the high elves of the Hinterlands. Their ambassadors are working to establish relationships with other races, with whom they share their knowledge of the Witherbark trolls that inhabit the area in the southern Hinterlands. All of the documents regarding the communications are kept at the lodge.$B$BWe don\'t need the Highvale building alliances with others, $N.$B$BDestroy the Highvale documents. We need to burn their lines of communication... literally.','Oran Snakewrithe in Undercity wants you to travel to the Hinterlands and burn the Highvale Records, Highvale Report, and Highvale Notes.','Perfect, $N. While the Highvale work to recover their lost information, we will be able to seal off the lines even further...','Keeping the Highvale elves isolated is the key. Have you found the lodge?','','Burn the Highvale Records','Burn the Highvale Notes','Burn the Highvale Report','',0,0,0,0,0,0,0,0,0,0,0,0,-144071,-144072,-144073,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,4),(2996,4044,0,61,8,30,-1,0,690,256,0,0,0,0,0,0,0,0,0,0,'Seeking Strahad','I have taught you skills in the past, but the time has come for another to teach you. He is in Ratchet, and his name is Strahad. He is human, but do not let that fool you into thinking he is weak. He is powerful even though he may be small. He can teach you about more powerful summonings--I feel you are ready. Go to him now. He is in Ratchet... above the port town next to his tower.','Speak to Strahad Farsan in Ratchet.','A busy day in Ratchet, isn\'t it? How I enjoy watching the toil of a port city. So much mystery, so much adventure... so much ignorance.$B$BIs that hatred I see in your eyes, $N? Good, we will put that to good use.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'3001',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(2997,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,0,0,0,'Tome of Divinity','Hello, $N. I know you\'re busy helping out the people of Dun Morogh, but when you have the time, you should make your way up to Ironforge to speak to one of our most respected ilk: Tiza Battleforge. She\'s the one the younger paladins go to when it\'s time they learn more about the Light and what\'s expected of ya.$B$BYou can find her upstairs in the Hall of Mysteries. If you\'ve never been there, it\'s in the Mystic Ward. Good luck to ya, $N.','Speak to Tiza Battleforge in Ironforge.','Well met, $N. I hope the Light shows you the true path and keeps you safe from evil.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'2999 3000',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(2998,4044,0,141,8,12,-1,0,1,2,0,0,0,0,0,0,0,0,0,0,'Tome of Divinity','Greetings, $Gbrother:sister;. Duthorian Rall, one of our most influential paladins, was speaking about you recently. I overheard him talking about how it was time you be put to the test some... along with some very complimentary things about how well you\'ve performed thus far.$B$BIf I were you, I\'d head to Stormwind and speak to him when you have time. I\'m sure he\'s in the Cathedral of Light--that\'s where he spends most of his time.','Speak to Duthorian Rall in Stormwind.','It is beautiful here in Stormwind, is it not?$B$BYour timing actually couldn\'t have been better, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'3681',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,2),(2999,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,0,0,0,'Tome of Divinity','Hello, $N. I know you\'re busy helping out the people of Dun Morogh, but when you have the time, you should go upstairs and speak to one of our most respected ilk: Tiza Battleforge. She\'s the one the younger paladins go to when it\'s time they learn more about the Light and what\'s expected of ya.','Speak to Tiza Battleforge in Ironforge','Well met, $N. I hope the Light shows you the true path and keeps you safe from evil.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'2997 3000',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3000,4044,0,141,8,12,-1,0,4,2,0,0,0,0,0,0,0,0,0,0,'Tome of Divinity','Hello, $N. I know you\'re busy helping out the people of Azeroth, but when you have the time, you should return to Ironforge and speak to one of the most respected paladins of your home: Tiza Battleforge. She\'s the one the younger dwarven paladins go to when it is time they learn more about the Light and what\'s expected of all of us.$B$BYou can find her upstairs in the Hall of Mysteries which is located in the Mystic Ward.','Speak to Tiza Battleforge in Ironforge.','I greet you, and bid you welcome, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'2997 2999',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3001,4044,0,61,8,30,-1,0,690,256,0,0,0,0,0,0,0,0,0,0,'Seeking Strahad','I have taught you skills in the past, but the time has come for another to teach you. He is in Ratchet, and his name is Strahad. He is human, but do not let that fool you into thinking he is weak, nor is he your enemy... at least for now. He is powerful and should be respected. He can teach you about greater summonings, summonings I feel you are prepared for. Go to him now.$B$BYou can find him in Ratchet... above the port town next to the tower there.','Find Strahad Farsan in Ratchet.','A busy day in Ratchet, isn\'t it? How I enjoy watching the toil of a port city. So much mystery, so much adventure... so much ignorance.$B$BIs that hatred I see in your eyes, $N? Good, we will put that to good use.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'2996',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3002,4044,357,0,0,38,47,0,690,0,0,0,0,0,0,0,0,0,9371,1,'The Gordunni Orb','Although I know my enemy well, I am a warrior, $N. I cannot begin to tell you what this orb is capable of.$B$BI know of a mage in Orgrimmar that will be able to tell us more about the orb. Take it to him. ','Bring the Gordunni Orb to Uthel\'nay in the Darkbriar Lodge in Orgrimmar.','Fascinating, $N...$b$bThis orb is very powerful, but also very dangerous.','What have you brought me, $R?','','','','','',9371,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',2979,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3022,4044,440,0,0,42,47,0,1101,0,0,0,0,0,0,0,0,0,9507,1,'Handle With Care','$N, I can see you yearn to be dedicated to my worthwhile cause. Yes, of course, you can do something for me!$B$BTake this crate of eggs to Erelas Ambersky. He is a druid that cares for these eggs, helping them to hatch and then training the young hippogryphs. You will find him in Teldrassil, in a small village to the south called Rut\'theran.','Bring the Carefully-packed Crate to Erelas Ambersky in Rut\'theran Village.','Thank you for your help, $N. The hippogryph population simply wouldn\'t flourish if it weren\'t for us. Ah, but I am sure you understand all too well, having traveled to Feralas yourself, and seen the devastation of the Gordunni there.$B$BWell, as you can see, I am hard at work here, so you\'d best be on your way.$B$BThanks again, $N.','Another shipment from Curgle, I assume?','','','','','',9507,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,3),(3023,5875,0,141,8,30,30,0,0,2,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3042,4044,978,0,8,40,45,81,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Temper','The Sandfury trolls of Zul\'Farrak make a tempering agent from sandstones, and I can use that to temper the goods I craft, yes I can! It is highly prized by connoisseurs, so if you bring me a good supply of the temper, then I\'ll reward you well.$B$BZul\'Farrak is northwest of Gadgetzan. Good luck.','Bring 20 Vials of Troll Temper to Trenton Lighthammer in Gadgetzan.','Ah, this is very nice temper indeed! And so much of it! I\'ll be at work for days before I use it all!$b$bThank you, $N. Please, take this as payment.','Did you bring me the temper, $N?','','','','','',9523,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,7),(3062,4044,357,0,8,45,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dark Heart','Edana Hatetalon is the queen of the Northspring harpies that reside in the ruins to the west. She is pure evil; I have heard that her heart is one of crystal. She is void of any emotion aside from the hate she feels towards all others. You must face Edana and bring me back her dark heart.$B$BI have heard of a horn that harpies carry -- blowing it by the Hatetalon stones, in the northern part of the ruins, will summon the queen.$B$BImagine her surprise when it is not her kin calling her, but her death.','Talo Thornhoof in Camp Mojache wants Edana Hatetalon\'s Dark Heart.','Now I know that Edana is truly dead. This heart; I will keep it in memory of what did here for me, $N. Thank you.','The hate that Edana spreads across the land must be stopped.','','','','','',9528,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9665,9666,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',3063,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3063,4044,357,0,8,45,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'Vengeance on the Northspring','In my day, I was a seasoned hunter. There wasn\'t any creature around that I feared. Until...$B$BI was out in the forest, sharpening my blade after a tough battle, when I was ambushed. Harpies surrounded me, and I barely managed to drag myself to safety.$B$BEven now, I can still hear their cries echoing...$B$BI was never the same after that. But the hate boils inside of me -- I must get even, after all these years.$B$BThe Northspring harpies can be found to the west of here. $N, get my revenge. ','Talo Thornhoof wants you to kill 4 Northspring Harpies, 4 Northspring Roguefeathers, 4 Northspring Windcallers, and 4 Northspring Slayers.','Thank you, $N. You have put an old tauren\'s mind at peace.','The wings of the Northspring harpies are black as the night; do not take your eyes off of them, lest they disappear into darkness.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5362,5363,5364,5366,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3064,5875,440,0,8,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,' Pirate Hats','I need pirate hats for my shop. Get me lots!','Bring 20 Untorn Pirate Hats to Yorba Screwspigot.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3065,4044,0,81,0,1,1,0,128,1,0,0,0,0,0,0,0,0,6488,1,'Simple Tablet','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the warrior trainer Frang. He would have words with you when you\'re ready. You\'ll find him outside the Den, taking cover in the shade.','Read the Simple Tablet and speak to Frang in the Valley of Trials.','You\'ll find this place fitting as you continue to train in the $C ways. If you have any questions, feel free to ask anyone around, and when you feel you\'re ready, come back to me for training. I\'ve mastered as much as any $C here in the Valley and can pass that knowledge on to you... for a price.','Another $R to bolster the ranks. Good enough for me.$b$bYou\'ll probably have a hard time hefting a good weapon like an axe, but a spear\'s just as good as anything else.$b$bWelcome to the Valley of Trials.','','','','','',6488,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3082,4044,0,261,0,1,1,0,128,4,0,0,0,0,0,0,0,0,9564,1,'Etched Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the hunter trainer Jen\'shan. She would have words with you when you\'re ready.','Speak to Jen\'shan in the Valley of Trials.','Now we teach them those things, and they teach us others. We become one race... almost. We be allies for long time now. So you remember to help them. And Jen\'shan remember to help you.$B$BJen\'shan teach you da ways of the hunter--teach you good. You never forget, hunter\'s be respected greatly by da tribe. You be havin\' a large role to play in da future... you never forget that.$B$BWhen you feel da need, come to Jen\'shan. She teach you as much as she can when she feel you ready.','Jen\'shan see a mighty $C before her and da spirits approve.$b$bDa path of da $C is one of our oldest walks of life. Da Horde turned to us when they be just strugglin\' to survive on Azeroth, and they ask us to teach them, to show them the secrets of many tings. They were strong already: strong in $C ways; strong in $C ways. But the $C path not be their path... then.','','','','','',9564,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3083,4044,0,162,0,1,1,0,128,8,0,0,0,0,0,0,0,0,9554,1,'Encrypted Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the rogue trainer Rwag. He would have words with you when you\'re ready.','Read the Encrypted Tablet and speak to Rwag in the Valley of Trials.','Until such time comes, you\'ll be under my tutelage. I will show you the ropes as some folks say. Whenever you feel prepared, come to me and I will see about training you further. Until then, practice your skills and keep them honed to a razor\'s edge. You\'ll never know when you\'ll need even the most insignificant ability.','Welcome to the Valley of Trials, Rangrang. You wouldn\'t be here if you hadn\'t gotten my tablet, so I will get to the point.$B$BI am Rwag and I am responsible for training the rogues, thieves, and cutpurses here in the Valley. I\'m the one the Hand will turn to if you\'re not ready for what\'s to come. But don\'t worry, the Hand won\'t be controlling everything you do, but it would be wise to work with them if they have need of your talents.','','','','','',9554,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,5,0,3),(3084,4044,0,82,0,1,1,0,128,64,0,0,0,0,0,0,0,0,9562,1,'Rune-Inscribed Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the shaman trainer Shikrik. She would have words with you when you\'re ready.','Speak to Shikrik in the Valley of Trials.','As you probably know, the elements give us our power. Fire, earth, water and air--these are our tools.$b$bOur strength comes from the spirits of our ancestors. We are the leaders of our people. Like Thrall is to the Horde, so shall we be to the villages and towns we visit. They will look to us for wisdom and protection. To be better prepared, you must train often. When you feel you\'ve gained more power, come to me and I shall teach you what I can.','Ah, welcome, $N. I\'m pleased you have arrived. My days have become long and even busy what with so many students to teach, but the coming of one of your ilk brings me a great sense of accomplishment--I remember the days when I was taught by one of your shamans.','','','','','',9562,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,0,0,3),(3085,4044,0,262,0,1,1,0,128,16,0,0,0,0,0,0,0,0,9561,1,'Hallowed Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the priest trainer Ken\'jai. He would have words with you when you\'re ready.','Read the Hallowed Tablet and speak to Ken\'jai outside the Den in the Valley of Trials.','As ya test yeself, ya\'ll find ya have better an\' better control o\'er da spirits--ya\'ll be callin\' on dem fer greata an\' greata tings... dat\'s where ol\' Ken\'jai come in. You come talk to ole Ken\'jai when ya feel yer ready. If da spirits agree, den we see \'bout teachin\' ya more powerful abilities... but only if da spirits agree.$B$BGo now, talk to da rest of da Valley\'s people. Speak to me again later.','So ya made it... good good! Da spirits tol\' me you be comin\' to see Ken\'jai soon enough. Let me be one o\' da first to welcome ya to da Valley of Trials. Dis place not be your home fer long, but while it is, why dontcha make da best o\' it.','','','','','',9561,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3086,4044,0,161,0,1,1,0,128,128,0,0,0,0,0,0,0,0,9575,1,'Glyphic Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the mage trainer Mai\'ah. She would have words with you when you\'re ready.','Read the Glyphic Tablet and speak with Mai\'ah near the entrance to the Den in the Valley of Trials.','You be among da most powerful beings on da planet, $N... there no arguin\' dat. And everyone know it... know it good, too!$B$BBut ya must be weary! \'cause it not orc, or elf, or dwarf dat you should be scared of... it be da tings you can\'na see. Magic be powerful. Make you do tings you may not want to do. Make ya tink you more powerful then you really be. Be patient. Be smart.$B$BWhen ya tink you be ready for trainin\', come back to Mai\'ah. She teach you what you ready to learn, no problem.','Ya look to please Mai\'ah already, $N. Dat be good. You give Mai\'ah respect, and Mai\'ah maybe give you respect back. But enough o\' dat, you be here to learn \'bout magic, not hear Mai\'ah talk.$B$BThere be only one ting Mai\'ah can no teach you \'bout magic, $N, and dat\'s how to stop da corruptin\'.','','','','','',9575,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,0,0,3),(3087,4044,0,261,0,1,1,0,2,4,0,0,0,0,0,0,0,0,9553,1,'Etched Parchment','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the hunter trainer Jen\'shan. She would have words with you when you\'re ready.','Read the Etched Parchment and speak to Jen\'shan in the Valley of Trials.','When we finish speakin\', you should talk to da rest of da citizens in da Valley. They ask you to do tings for them... tings that will test your skill and teach you some of da dangers of this land.$B$BAs you grow in experience and wisdom, you be needin\' Jen\'shan to show you better techniques and skills. Come back to Jen\'shan often. I will let you know what I can teach you.','Ah, so you come at last. Good. Jen\'shan be waitin\' for you.$B$BMany tink it be an easy path, but Jen\'shan tell you dat not true. Mastering da beasts of Durotar and beyond take as much skill as masterin\' the arcane arts or speakin\' to our ancestors.$B$BFirin\' a bow or rifle may not be as dangerous to you as castin\' a spell, but it sure be as dangerous to your enemy.','','','','','',9553,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3088,4044,0,162,0,1,1,0,2,8,0,0,0,0,0,0,0,0,9560,1,'Encrypted Parchment','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the rogue trainer Rwag. He would have words with you when you\'re ready.','Read the Encrypted Parchment and speak to Rwag in the Valley of Trials.','Now that you know where I\'m holding up, I should let you know: the Shattered Hand\'s asked me to look out for you. They want me to train you and keep you informed of anything they might need. Even if you\'re not interested in helping them yet--which you\'d be a fool not to be--I\'ll do what I can to train you... for a small fee. Come back to me anytime you think you\'re ready, and we\'ll see what you\'re ready to learn.','Shhh, not so loud. I don\'t trust Nartok over there. Anyone that has to hide deeper in a cave than I do shouldn\'t be trifled with.$b$bI trust you had no problem finding your way around?','','','','','',9560,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,5,0,3),(3089,4044,0,82,0,1,1,0,2,64,0,0,0,0,0,0,0,0,9568,1,'Rune-Inscribed Parchment','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the shaman trainer Shikrik. She would have words with you when you\'re ready.','Read the Rune-Inscribed Parchment and speak to Shikrik in the Valley of Trials.','You will be the conduit in which our ancestors communicate. You will have the power of the elements at your beck and call. Sundering your enemies will be child\'s play; healing your allies as easy as breathing. Keep these things in mind as you face new challenges, and come back to me as often as you\'d like. I will remain here to teach you new spells and set you on the correct path when you are ready.','So, you\'ve arrived. I was beginning to wonder when you would show yourself. I sent the parchment some time ago--I wasn\'t sure if it had arrived.$B$BBut enough chatter... you\'re here because you have been chosen, chosen to lead the spiritual lives of our people.','','','','','',9568,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,0,0,3),(3090,4044,0,61,0,1,1,0,2,256,0,0,0,0,0,0,0,0,9579,1,'Tainted Parchment','Ah, while you were gone a parchment came for you, $N.$B$BI usually avoid dealing with warlocks if I can help it, but I think you should read it when you have time. If I\'m not mistaken, it came from your newly-appointed trainer Nartok. He would have words with you when you\'re ready.','Read the Tainted Parchment and speak to Nartok inside the Den in the Valley of Trials.','And now you\'ve joined our ranks also. Don\'t misunderstand, Asatokta. Just because you have access to power that many will be jealous of, it does not mean you will be accepted easily. Thrall allows our kind into Orgrimmar because we are still his fellow kin--he cannot turn his back on us, or we would become as pathetic as the humans who enslaved him. My point is: be careful. You can be powerful, but if you are foolish, then you are as good dead.$b$bIf you need training in spells then return to me.','Finally, you\'ve arrived... and discretely also. Good.$b$bOur world is full of fools, Asatokta. Even the mighty Thrall has greater flaws than most can see. He turns his back on the power needed to make this land ours completely! We\'re not the same people who were manipulated and used by creatures from the Nether. We are our own people. We are proud... and we are strong.','','','','','',9579,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3091,4044,0,81,0,1,1,0,690,1,0,0,0,0,0,0,0,0,9547,1,'Simple Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the warrior trainer Harutt. If this note is from Harutt, I wouldn\'t take long in reading it\'s contents.\n','Read the Simple Note and speak to Harutt Thunderhorn in Camp Narache.','Each of us plays a role in our tribe. Each of us must also go through all the same rites. Do not ever let your pride tell you otherwise.$b$bI remain here to train new warriors that seek the glory of battle and who follow the ways of our oldest ancestors. When you feel ready, come back to me and I will do what I can to train you further. Go with the tribe\'s blessing, $N.','Ah, at last, you\'ve arrived, $C. I did not lie in my note, $N. We are a special breed also, not unlike the druids or shamans of our tribe. You are just as important. We are the ones called upon to defend our borders, to hunt the centaur, and to go to war.','','','','','',9547,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',747,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3092,4044,0,261,0,1,1,0,690,4,0,0,0,0,0,0,0,0,9565,1,'Etched Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the hunter trainer Lanka. If this note is from Lanka, I wouldn\'t take long in reading it\'s contents.\n','Read the Etched Note and speak to Lanka Farshot in Red Cloud Mesa.','And it is my job to make sure you are prepared by teaching you the basics of our profession--how to tame your pet, how to fire your rifle, and many other skills that will become necessary.$B$BHunters are a strong part of our tradition and history, $N. You would do well to remember how important you are to the tribe. You will be respected and revered if you serve our people well.','Welcome to Camp Narache, $N. I hear good things about you. Your bloodline is strong, and many of the elders consider you skilled already. But that we will test.$B$BThe plains of Mulgore will be your home for sometime--you should do your best to learn it very well. One day you will travel to unfamiliar lands to master greater skills. You must be ready.','','','','','',9565,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',747,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3093,4044,0,82,0,1,1,0,690,64,0,0,0,0,0,0,0,0,9552,1,'Rune-Inscribed Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the shaman trainer Meela. If this note is from Meela, I wouldn\'t take long in reading it\'s contents.\n','Read the Rune-Inscribed Note and speak to Meela Dawnstrider in Camp Narache.','We will meet many times in the days to come. Each time you will hopefully leave my company a little more powerful... a little more prepared. Like the Eternal Flame, your spirit will burn bright and hot.$b$bGo now, $N. Go and test yourself. I will be here for you when you need.','As quickly as water falls from the sky, here you are before me. I am pleased by your haste. It means you realize both the importance of our meeting and you being here. I am no leader, but I do understand the elements, and I can speak to the spirits of our people. I will teach you to do the same.','','','','','',9552,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',747,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3094,4044,0,263,0,1,1,0,690,1024,0,0,0,0,0,0,0,0,9581,1,'Verdant Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the druid trainer Gart. If this note is from Gart, I wouldn\'t take long in reading its contents.\n','Read the Verdant Note and speak to Gart Mistrunner in Camp Narache.','Though we share a common bond, do not expect much welcome from the night elves. Their pride still limits their sight, but that is none of our concern. The teachings of the Earthmother are all you must concern yourself with, and I will teach you what I know as you grow in wisdom.$b$bReturn to me often, $N. You will find that the Earthmother grants incredible abilities to those who are most dedicated.','You have arrived. This is good. Our ancestors\' spirits have become restless throughout Mulgore and beyond, but I cannot tell why. It will forever be your duty to learn to listen to nature\'s spirits, and act as their avatar. Be mindful of that.','','','','','',9581,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',747,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3095,4044,0,81,0,1,1,0,690,1,0,0,0,0,0,0,0,0,9546,1,'Simple Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the warrior trainer Dannal. I would take some time to read it before heading out again.','Read the Simple Scroll and speak to Dannal Stern in Deathknell.','I will be here to train you as you grow in experience... find me as often as you like. I charge a minimal fee, but you\'ll find everything I can teach you to be worthwhile.$B$BGo now and test your skill. Many more things will become known to you as you gain experience, some of which I am unable to discuss with you here. Just know that Sylvanas will need warriors with your type of strength in the future. You will be the backbone of our salvation. Do not forget it.','Ah, so you\'ve arrived. Good. I overheard that a few others were able to escape \"death\" and were heading into town. Perhaps that resilence will pay off in the future also.$B$BYou may thank Sylvanas for your freedom... freedom of mind and body. Though you still remain tortured by the plague and its effects, you are now free to come and go as you see fit.','','','','','',9546,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',364,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3096,4044,0,162,0,1,1,0,690,8,0,0,0,0,0,0,0,0,9559,1,'Encrypted Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the rogue trainer David Trias. I would take some time to read it before heading out again.','Read the Encrypted Scroll and speak to David Trias in Deathknell.','I spend most of my time here in the inn keeping an eye out for new faces and just keeping tabs on up-and-coming prospects. Keep your nose clean and I\'ll do what I can to teach you a few things. Just come back to me whenever you want, and we\'ll see if you\'re ready for a new skill or two.','So you\'ve made it? Good, we\'ll have need of more rogues as time goes on. The Shadowstalkers will probably wind up finding you when they think the time\'s right, so don\'t go and slip up or do anything you might regret. They need talented agents... not pickpockets and fools.','','','','','',9559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',369,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3097,4044,0,262,0,1,1,0,16,16,0,0,0,0,0,0,0,0,9569,1,'Hallowed Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the priest trainer Duesten. I would take some time to read it before heading out again.','Read the Hallowed Scroll and speak to Dark Cleric Duesten in the church in Deathknell.','There is only one thing you must know: we have survived through will alone. It is faith in ourselves that separates us from others, and with our powers, we will cause great change in all of Azeroth. The weak will come to lean on you. The lepers will call you Lord. And the ignorant will look to you for guidance. It is my duty to make sure you have the necessary tools so when the time comes, you are prepared. As you grow in experience, seek me out. I will teach you greater powers if you are ready.','Ah, so between fire, plague, rioting, and much worse, one more of the \"faithful\" comes to my door. Well, let me bid you welcome, $C. And allow me a moment to explain a thing or two before you decide it\'s time for you to seek whatever drives you forward: the Holy Light no longer concerns you, the spirits of your forefathers are fairy tales, and creatures from the Nether don\'t want you.$b$bDo you understand me so far?','','','','','',9569,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',369,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3098,4044,0,161,0,1,1,0,690,128,0,0,0,0,0,0,0,0,9574,1,'Glyphic Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the mage trainer Isabella. I would take some time to read it before heading out again.','Read the Glyphic Scroll and speak to Isabella in the church in Deathknell.','You must return to me often if you are to become powerful enough to destroy those who would oppose us. The rules of magic still apply to you, $N. You will still find corruption follows you like hungry wolves in the night. You will find its caress is not unlike an addiction, an old lover still wanting to be by your side. But these things can be staved off. These things will only control you if you allow them to.$b$bGo now, return to me when you\'ve grown more powerful.','I knew you would come to me, $N. Not because you do not have the will to follow your own path, but because we are kindred spirits. We both have felt pain. We have both suffered. And now we want the power to take back what we know is ours: this land, our lives, our destinies. But there is much for you to learn still.','','','','','',9574,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',369,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3099,4044,0,61,0,1,1,0,690,256,0,0,0,0,0,0,0,0,9578,1,'Tainted Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the warlock trainer Maximillion. I would take some time to read it before heading out again.','Read the Tainted Scroll and speak to Maximillion in Deathknell.','I mentioned a slave still being a slave, no matter the master. Do you remember? We both know that it is that type of control--that type of power--that now drives us. We seek to have creatures serve us. We know we are more powerful and deserve more respect than others give us ... and so now we look to take it.$b$bI will be your ally in this struggle--the struggle for our own freedom. Freedom to seek our own allegiances. When you feel ready, return to me and I will teach you all I know.','I bid you welcome, $gbrother:sister;. I knew you would come. It was only a matter of time.$b$bWhat I said interested you, didn\'t it? I hit a chord... something inside you knew what I claimed was truth. Good.$b$bKnow this though: I am no traitor to Sylvanas. If anything, she would appreciate my claims considering it was her own beliefs that has put the Forsaken in the position it is now.','','','','','',9578,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',364,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3100,4044,0,81,0,1,1,0,1,1,0,0,0,0,0,0,0,0,9542,1,'Simple Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Llane, our local warrior trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Simple Letter and speak to Llane Beshere in Northshire Abbey.','Get yourself squared away, learn the layout of the land, and come back to me whenever you need training. I\'ll be here night or day.$B$BThe Knights of the Silver Hand have done well in making this place fairly safe, but as you meet the other citizens, I think you\'ll find they all have problems they could use some help with - help a $C can give them. Good luck.','Ah, you got my letter, $N... good.$B$BThere\'s been an influx of warriors in Elwynn recently - which is good for Stormwind, but bad for the kobolds and Defias in the area.','','','','','',9542,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',7,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3101,4044,0,141,0,1,1,0,1,2,0,0,0,0,0,0,0,0,9570,1,'Consecrated Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Brother Sammuel, our local paladin trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Consecrated Letter and speak to Brother Sammuel in Northshire Abbey.','In the meantime, you should know one or two other things. You are a symbol to many here in this land--act accordingly. The Holy Light shines within you, and it will be obvious to both your allies and your enemies.$B$BAlso, as you gain in wisdom and power, you will need to train to learn new abilities. That\'s where I come in. When you feel you\'ve gained some experience here in Northshire, come back to me and I will teach you what I feel you are ready to learn. Good luck... $c!','Finally! We meet face to face, brother to $gbrother:sister;. I welcome you to Northshire. This will be your home for a short time while you learn the ins and outs of how things are done, but know that Stormwind is not far off, and sooner or later, your path will take you there. But until then, be patient... Knight of the Silver Hand.','','','','','',9570,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',7,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,4,0,0,3),(3102,4044,0,162,0,1,1,0,1,8,0,0,0,0,0,0,0,0,9555,1,'Encrypted Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Jorik, one of our local trainers. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Encrypted Letter and speak to Jorik Kerridan in the stable behind Northshire Abbey.','You\'re gonna find a number of outfits that covet our skills, $N. Adventurers, SI:7... heck, even the Defias Brotherhood wouldn\'t mind a spy or two inside Stormwind. But you remember this, you\'re your own $gman:woman;. Don\'t let nobody bully you into doing something you don\'t wanna do! Besides, we hold all the cards... at least, we do before the game\'s done. Know what I mean?$B$BAnyway, just wanted to introduce myself and let you know that I\'m here if you need any training. Come by anytime.','You made it here in one piece, and it doesn\'t look like too many people saw you. Good enough for me. I don\'t like to have much attention drawn to me back here... nice and quiet. I\'m sure you can understand.$B$BHave any trouble yet? I\'m glad to hear not. That\'ll change soon enough.','','','','','',9555,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',7,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,0,0,3),(3103,4044,0,262,0,1,1,0,1,16,0,0,0,0,0,0,0,0,9548,1,'Hallowed Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Priestess Anetta, our local priest trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Hallowed Letter and speak to Priestess Anetta in Northshire Abbey.','As you grow in experience, return to me and I will do what I can to impart my knowledge upon you. Until then, go with compassion in your heart, and let wisdom be your guide. Remember, the world only becomes a better place if you make it so.','Ah, at last you\'ve come. I knew you would find your way to me. The Holy Light shines upon you, and the path you\'ve chosen. These times are harsh--the Burning Legion still has a presence upon Azeroth, the entirety of Kalimdor seeks new ways to defend itself from its own tribulations, and it is up to you to aid as many as you can.','','','','','',9548,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',7,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3104,4044,0,161,0,1,1,0,1,128,0,0,0,0,0,0,0,0,9571,1,'Glyphic Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Khelden, our local mage trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Glyphic Letter and speak to Khelden Bremen inside Northshire Abbey.','Haha, I knew my note would not dissuade you from your path. So, you\'re prepared then, are you? Prepared to accept your fate? Prepared to challenge the gods and any other forces that stand before you in the pursuit of knowledge and power?$B$BI will not lie, $N, you will be feared as much as respected. But also know this, I will be here for you when you need training. Simply seek me out as you grow more powerful.','Hello, $N. I am Khelden. Is there something I can do for you?','','','','','',9571,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',7,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,11,0,0,0,0,0,0,0,6,0,0,3),(3105,4044,0,61,0,1,1,0,1,256,0,0,0,0,0,0,0,0,9576,1,'Tainted Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Drusilla, one of our local trainers. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Tainted Letter and speak to Drusilla La Salle next to Northshire Abbey.','As you grow in power, you will be tempted--you must always remember to control yourself. I will not lie--corruption can come to any practitioner of the arcane; especially one who deals with creatures from the Twisting Nether. Be patient, and be prudent... but do not let that repress your ambition.$B$BAs you grow more powerful, return to me and I will teach you more about our ways.','Ah, so you\'ve arrived, and not a moment too soon, $N. Some of the guards were over here a moment ago and were giving me curious looks... pathetic mundanes.','','','','','',9576,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',7,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(3106,4044,0,81,0,1,1,0,4,1,0,0,0,0,0,0,0,0,9543,1,'Simple Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the warrior trainer Thran. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Simple Rune and speak to Thran Khorman in Coldridge Valley.','Other things you\'ll probably see too, just so yer in the know: dwarves usin\' magic in a fight \'stead of a rifle. Some of us takin\' to worshippin\' the Holy Light like some of the humans, and, last but not least, troggs. You\'ll learn more \'bout them later, but What you need to know now is that I\'m here to help ya.$b$bI be here to teach ya how to be a real $C. Anytime ya think ya need more trainin\', come back to me and I\'ll see what I can do.','Blast it\'s cold today, aint it? It\'s like the snow never goes away, $N.$b$bYou\'ve probably noticed already, but there are gnomes now living in our city. That\'s because they went and got themselves blown out of their own home. Don\'t go spreadin\' this \'round, but I can hardly blame them--I think I woulda resorted to explosives too if Ironforge were infested with Dark Irons or the like.','','','','','',9543,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,3),(3107,4044,0,141,0,1,1,0,4,2,0,0,0,0,0,0,0,0,9563,1,'Consecrated Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the paladin trainer Bromos. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Consecrated Rune and speak to Bromos Grummner in Coldridge Valley.','The humans have taught us a great deal about the Holy Light and how important their order is to them... and to protecting all of Azeroth. We have a great respect for how stepped in tradition it is, and how just one figure, one sacrifice, can make the difference between pain and salvation.$B$BThe two of us are gonna be working together for a bit. Any time you think you\'re ready, come back to me and we\'ll see about getting you some training. Can\'t have you go out into the world unprepared, now, can we?','So, you\'ve made it! And not a second too soon. There\'s much to be done in Coldridge Valley and beyond. I\'m gonna need your help as much as you\'re gonna need mine!$B$BYou\'re a Knight of the Silver Hand now, be ready to play the part.','','','','','',9563,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,1,6,0,0,0,0,0,1,0,0,3),(3108,4044,0,261,0,1,1,0,4,4,0,0,0,0,0,0,0,0,9566,1,'Etched Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the hunter trainer Thorgas. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Etched Rune and speak to Thorgas Grimson in Coldridge Valley.','One thing you should always remember is that you gotta respect the world you\'re livin\' in. The beasts that choose to fight along side you; the shine of your weapon; the weight of your ammo; the bite of a bitter wind; all these things you need to know intimately.$B$BI\'ll do what I can to help you, but most of the work\'s up to you. Anytime you think you\'re ready, come back and talk to me. I\'ll train you when I can.','Ya made it! Good to hear! Betcha didn\'t have to track me to find the place either. Haha!$B$BOur profession is pretty steeped in tradition, $N. Learning the ways of the land. Learning to track a bear through the mountains. Even just surviving on wits alone takes a great deal of courage and cunning. Think you\'re capable?','','','','','',9566,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,4,0,0,3),(3109,4044,0,162,0,1,1,0,4,8,0,0,0,0,0,0,0,0,9550,1,'Encrypted Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the rogue trainer Solm. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Encrypted Rune and speak to Solm Hargrin in Coldridge Valley.','Anyway, as you start peekin\' around Coldridge you\'ll probably have need of training at some point. You just come back to me whenever you feel you need it and I\'ll teach you what I know--a trick here, a maneuver there. You know, the stuff that keeps you alive and makin\' a little extra coin.$B$BKeep an eye out on our gnomish friends too... they kinda got the short end of the stick what with Gnomeregan being... destroyed. They\'ll need our help to feel welcome.','You made it! Great!$B$BWe\'ve got an influx of activity lately, so I\'m glad to count another of the Ironforge clan among our numbers. Too many of us are lookin\' to the arcane, and divine for my own tastes. Nothin\' against them and their beliefs, but there\'s nothing like a cold blade in your hand and a shadow to keep you from the light, know what I mean?','','','','','',9550,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3110,4044,0,262,0,1,1,0,4,16,0,0,0,0,0,0,0,0,9556,1,'Hallowed Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the priest trainer Branstock. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Hallowed Rune and speak to Branstock Khalder in Anvilmar.','I\'m the one who can train ya as you start to find your way around Coldridge Valley. When ya feel yer ready, come back to me and we\'ll see about maybe teaching you a new spell or two to fend off the valley from them blasted troggs.$B$BYa got the Light on yer side, along with all of Ironforge, $N... no pressure on ya to become somethin\' special.','Ach! Ya made it, $N! Wonderful!$B$BI was gonna say, I was about to lose faith that ye\'d arrive at all... get it, lose faith? It\'s a joke, lass... aww, nevermind. Ya didn\'t come here for me bad jokes anyway.','','','','','',9556,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,3),(3111,5875,0,161,0,1,1,0,0,128,0,0,0,0,0,0,0,0,9572,1,'','Long ago high elves taught us the secrets of magic along with our human allies. They preached to us about rules and how magic can make ya go mad! But don\'t believe it. We\'re not like the elves; we don\'t have the same weaknesses. Just keep yourself on the right path and you\'ll find magic is as powerful a tool as it is a weapon.$B$BWhen you\'re ready, come find me inside Anvilmar. I\'ll be waiting for ya!$B$B- Marrek Stromnur, Mage Trainer','Speak to Marrek Stromnur inside Anvilmar.','','','','','','','',9572,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3112,4044,0,81,0,1,1,0,64,1,0,0,0,0,0,0,0,0,9544,1,'Simple Memorandum','While you were helping me out, this memorandum was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the warrior trainer Thran. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Simple Memorandum and speak to Thran Khorman in Coldridge Valley.','Well, seein\' how this is your prime directive, or whatever yer callin\' it these days, I gave my word I\'d do whatever I can to make sure you and yours were ready to take back your home... and that\'s just what I\'m gonna do.$B$BAny time you feel yer ready, come back to good ol\' Thran and I\'ll be happy to share my knowledge wit ya. There\'s some cost to me trainin\' ya, but it won\'t be too expensive. Good luck.','Ah, well, another memorandum from a $R on a mission... isn\'t this quaint.$B$BNo, no, I ain\'t teasin\' ya, little one. Gotta respect your tenacity, that much is fer sure. I\'d be just as peeved if Ironforge was taken by Dark Iron dwarves, so don\'t be thinkin\' I don\'t feel for your plight...','','','','','',9544,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3113,4044,0,162,0,1,1,0,64,8,0,0,0,0,0,0,0,0,9558,1,'Encrypted Memorandum','While you were helping me out, this memorandum was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the rogue trainer Solm. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Encrypted Memorandum and speak to Solm Hargrin in Coldridge Valley.','I pretty much keep to myself around here so we don\'t get a bad wrap for things gone missing, but if you need anything, some training or somethin\', just come back anytime.$B$BYou and me got an understandin\'. We know when it comes down to it you can only trust family... and that\'s just what we got going on here, isn\'t it? Regardless of Gnomeregan being... overrun, and whatever else is thrown our way, we got one another to back each other up. Right?','Glad to see you got my note and came over. Sorry about pretendin\' it was a memorandum from your higher-ups... no offense intended. I just knew the two of us, along with others of our kind, gotta stick together.$B$BNot many think it\'s the best thing in the world to have your kind and my kind holed up in the same city, but I think we can work things out just fine. What do you think?','','','','','',9558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,3),(3114,4044,0,161,0,1,1,0,64,128,0,0,0,0,0,0,0,0,9573,1,'Glyphic Memorandum','While you were helping me out, this memorandum was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the mage trainer Marryk. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Glyphic Memorandum and speak to Marryk Nurribit inside Anvilmar above Coldridge Valley.','Oh, yeah! Arcane Arts... of course.$b$bHere\'s what you need to know, $N: Don\'t get into too much trouble. Save some coin to buy me an ale... or any spells ya might want. And stay the heck away from Gnomeregan. Other than that, have a good day! I\'ll be here if you need me or want to train... or whatever.','Yeah, what\'s that, $R? Speak up, if you don\'t mind. I don\'t hear so good after a few ales.','','','','','',9573,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,11,0,0,3),(3115,4044,0,61,0,1,1,0,64,256,0,0,0,0,0,0,0,0,9577,1,'Tainted Memorandum','While you were helping me out, this memorandum was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the warlock trainer Alamar. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.$B$BAnd watch yerself, $N, your kind ain\'t too trusted \'round these parts.','Read the Tainted Memorandum and speak to Alamar Grimm inside Anvilmar above Coldridge Valley.','But none of that matters. What matters is that you\'ve seen your own Holy Light! You know where power truly comes from. You realize that having our own allies is much more... prudent. Special allies. Allies that, no matter the task, will obey till their last breath.$b$bAnd that\'s where I come in, Anengineer. I can train you in the beginnings of those special powers. Seek me out often and I will do what I can to teach you more spells.','Wonderful! You got my memorandum obviously.$b$bIgnore the fools around you, Anengineer. The Holy Light?! The sword and shield?! These aren\'t paths for ones as open minded as us. Look at what \"normal\" magic did to our home. Coupled with those damned tinkerers, our race almost became extinct. And now we have to rely on the dwarves-- they\'d rather spend time allying with humans than help us rebuild our own home. We\'re like second-class citizens. Have you seen the way they look at us?','','','','','',9577,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',179,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,3),(3116,4044,0,81,0,1,1,0,1101,1,0,0,0,0,0,0,0,0,9545,1,'Simple Sigil','This sigil was given to me by a messenger from our warrior trainer, Alyissia. It seems Alyissia would have words with you when you have a moment. Read it and bring it to her afterwards.','Read the Simple Sigil and speak to Alyissia in Shadowglen.','Soon you will see others from different races in the boughs of our home--do not let it cause any prejudice within you. They are welcome. They will aid us when they can. Not all of them will be altruistic, but they should be granted some amount of trust.$b$bBut none of this matters now. Now we must focus on you, and how you can aid our people. I am here for that very purpose. I will train you in the ways of a $C as you become stronger. Return to me whenever you wish and I will do what I can to aid you.','You made it. I\'m so glad.$b$bMuch has happened over the last few years, $N: the creation of Teldrassil, the corruption of many of the forest creatures here and abroad, discovery of lands we thought lost to us like Feralas... so much, in so little time. But those are just some of the reasons we are here, the most important being to protect our kind from further evil.','','','','','',9545,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',457,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3117,4044,0,261,0,1,1,0,1101,4,0,0,0,0,0,0,0,0,9567,1,'Etched Sigil','This sigil was given to me by a messenger from our hunter trainer, Ayanna. It seems Ayanna would have words with you when you have a moment. Read it and bring it to her afterwards.','Read the Etched Sigil and speak to Ayanna Everstride at the top of Aldrassil in Shadowglen.','As you experience what Shadowglen has to teach you, come see me--I will be able to help you understand more about your role as a $C and what you are capable of.$B$BThese are dangerous times, $N, do not take for granted the skill of your pets--there are things in this world more dangerous than you can imagine. Go with Elune and return to me again.','You\'ve arrived, and none too soon, $N. Welcome to Shadowglen.$B$BI trust my sigil found you in good spirits and health?$B$BAs I said previously, I am here to train you as a $C; to tame beasts to aid you in battle; to use a bow with unerring accuracy; to respect the lands which we call home and also the lands beyond.','','','','','',9567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',457,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(3118,4044,0,162,0,1,1,0,1101,8,0,0,0,0,0,0,0,0,9551,1,'Encrypted Sigil','This sigil was given to me by a messenger from our rogue trainer, Frahun. It seems Frahun would have words with you when you have a moment. Read it and bring it to him afterwards.','Read the Encrypted Sigil and speak to Frahun Shadewhisper in Shadowglen.','Until then, know that our kind are needed more than ever in this tenuous time. Peace with the other races can fail at any moment, and there is much talk about members of the Horde looking to sow even greater seeds of distrust. Remember that.$B$BAs you gain in power and feel more prepared, come back to me here and I will see about getting you some training. It\'s important that you know how to handle your weapon of choice, among other things.','Hello, $N. I\'m glad you found me. I was thinking that perhaps you got lost on the way here.$B$BNothing really new has happened in Shadowglen since I sent you my sigil, but I\'ll leave all the information gathering to you. Speak to the rest of the people around Aldrassil if you\'d like.','','','','','',9551,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',457,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,0,3),(3119,4044,0,262,0,1,1,0,1101,16,0,0,0,0,0,0,0,0,9557,1,'Hallowed Sigil','This sigil was given to me by a messenger from our priest trainer, Shanda. It seems Shanda would have words with you when you have a moment. Read it and bring it to her afterwards.','Read the Hallowed Sigil and speak to Shanda in Aldrassil.','Do not concern yourself with the world below Teldrassil for now. There will be time for that later. Go now and speak to the others in Shadowglen--they can tell you more about what events have transpired. Help them in any way you can, and anytime you feel you need more training, come back to me and I will teach you what I can.','It pleases me to see you\'ve arrived so quickly, $N. Welcome.$b$bAs you\'ve probably heard, all of Teldrassil is stirring with the comings and goings of travelers. Even members of the Alliance have even been allowed access onto Teldrassil\'s boughs in order to meet with other Kaldorei who prepare for the adventures ahead.','','','','','',9557,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',457,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3120,4044,0,263,0,1,1,0,1101,1024,0,0,0,0,0,0,0,0,9580,1,'Verdant Sigil','This sigil was given to me by a messenger from our druid trainer, Mardant. It seems Mardant would have words with you when you have a moment. Read it and bring it to him afterwards.','Read the Verdant Sigil and speak to Mardant Strongoak, in the tree Aldrassil in Shadowglen.','I will be your mentor and guide for now. It is my duty to teach you how to interpret not only what the spirits communicate to us, but also the complexities and secrets of the Emerald Dream.$b$bAs you learn and grow in power, you will learn more of our sleeping trance. But until then, return to me as often as you like and I will teach you what I can in the ways of our kind.','Ah, young $C. I see you\'re eager to continue your studies. Good.$b$bI wonder, have you spent much time in the Emerald Dream already? Perhaps you\'re not prepared for that yet... In time, I\'m sure.$b$bBut until then, we should discuss other matters.','','','','','',9580,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',456,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3121,4044,357,0,0,40,45,0,690,0,0,0,0,0,0,0,0,3122,9629,1,'A Strange Request','Xerash Fireblade, located at the Lariss Pavilion, north of Camp Mojache, has what I need to get started here! He has mixed up a concoction that I need for my... well, you\'ll see.$B$BOff with you now -- to Xerash. Here, take this with you. It\'s a shrunken head that I promised Xerash in exchange for the herbs. It\'s the head of some poor dwarf I ventured across in the forest. I\'m sure he will be pleased.','Take the Shrunken Head to Xerash Fireblade at the Lariss Pavilion in Feralas.','I have been waiting for Uzer\'i to deliver this...$b$bLet me give you the herb mixture I prepared for his... well, experiments...','Yes?','','','','','',9629,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3122,4044,357,0,0,40,45,0,690,0,0,0,0,0,0,0,0,0,9628,1,'Return to Witch Doctor Uzer\'i','Here are the herbs, $N. Take them to Witch Doctor Uzer\'i.$B$BPlease let him know that I am satisfied with the shrunken head.','Deliver Xerash\'s Herb Pouch to Witch Doctor Uzer\'i in Feralas.','This is just what I need to prepare the muisek vessel, $N. Soon we will see if my latest incantations prove to be as powerful as I had hoped.$b$bPlease, a moment. I must perform the ritual and apply the herbs.','Have you spoken to Neeru?','','','','','',9628,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',3121,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3123,4044,357,0,0,40,47,0,690,0,0,0,0,0,0,0,0,3124,9618,1,'Testing the Vessel','This will be a test; both of the ritual I performed, and of your abilities. Take this vessel, $N. With it, you will have the power to shrink and capture a creature inside of it.$B$BTravel to the wilderness east of here and look for beasts. The vicious, ironfur bears and longtooth runners are your targets, $N. Kill them, and use the muisek vessel to shrink and capture them before their spirits can escape.','Kill 10 Ironfur Bears or Longtooth Runners, and use the Beast Muisek Vessel to shrink and capture the fallen beasts.$B$BBring 10 Beast Muiseks and the Beast Muisek Vessel to Witch Doctor Uzer\'i in Feralas.','Upon a violent death, the muisek of a creature may escape and seek revenge. Shrinking the creatures, as you did, $N, prevents the muisek from escaping. Now we may use it as we please!','Were you able to capture the wildkin?$b$bIf you succeed, we will be ready to shrink and capture the muisek of creatures of Feralas.','','','','','',9594,9618,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',3122,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3124,4044,357,0,0,40,47,0,690,0,0,0,0,0,0,0,0,3125,9619,1,'Hippogryph Muisek','Since you have proven that you are both trustworthy and gifted with the ability to use the muisek vessel, I now wish you to capture another creature.$B$BHippogryphs have been loyal companions to the night elves for many years; their spirits are loyal and steadfast.$B$BYour task is to kill 10 frayfeather hippogryphs, and quickly, shrink and capture them with the vessel, so that their muisek may be preserved. You will find the hippogryphs in the High Wilderness, to the south of here. ','Kill 10 Frayfeather Hippogryphs of any type, then use the Muisek Vessel to shrink and capture them.','After killing an animal, if we allowed the muisek to escape, it may take the form of an even greater creature. We would never be safe from its vengeance.$b$bThis is a dangerous job I have given you, $N. Again, you have completed it well.','Were you able to capture the hippogryphs?','','','','','',9595,9619,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',3123,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3125,4044,357,0,0,40,45,0,690,0,0,0,0,0,0,0,0,3126,9620,1,'Faerie Dragon Muisek','$N, next I must have you capture a creature that in appearance, may look quite fragile, yet its powerful spirit is what we are truly after. The faerie dragons that I speak of have served the night elves as their allies. We must capture one so that the horde may benefit from this strength of spirit as well.$B$BHere is the muisek, $N. Kill 8 sprite darters or sprite dragons, and capture their muisek. They may be found to the west of here.','Kill 8 Sprite Darters or Sprite Dragons. Use the Muisek Vessel to shrink and capture the fallen Faerie Dragons.','Thank you, $N. Now the spiritual powers of the faerie dragon will be available to us.$b$bI hope you willing to perform another task for me.','Were you able to capture the muisek of the faerie dragons?','','','','','',9596,9620,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',3124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3126,4044,357,0,0,40,50,0,690,0,0,0,0,0,0,0,0,3127,9606,1,'Treant Muisek','The wandering forest walkers that can be found meandering through the forest are our next target, $N. Night elves have enlisted treants as allies to fight against the horde. Their movement may be slow, but their role as protectors is undeniable.$B$BSoon we will be able to use this power for our own benefit.$B$BFind 3 wandering forest walkers; kill them, and use the muisek vessel to shrink and capture them.','Kill 3 Wandering Forest Walkers. Use the Muisek Vessel to shrink and capture the fallen Treants.','Thank you, $N. Our muisek collection is almost complete.','Were you able to capture the wandering forest walkers?','','','','','',9593,9606,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3125,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3127,4044,357,0,0,40,50,1,690,0,0,0,0,0,0,0,0,0,9621,1,'Mountain Giant Muisek','The last task I will require of you is to travel to the northwest and find the final enemy.$B$BThe mountain giants left the mountains to aid the night elves when the burning legion appeared in the world. You will know them by their massive size and the way the ground begins to shake as you travel along their rocky terrain.$B$BI am eager to harness power of that size. Kill 7 mountain giants, then use the muisek vessel to capture their powerful muisek.','Kill 7 Land Walkers or Cliff Giants. Use the Muisek Vessel to shrink and capture the fallen Mountain Giants.','Just imagine the possibilities of what we now possess, $N. Along with the materials that you have collected, I will be able to forever trap the muisek of these creatures into whatever I wish.','Were you able to capture the mountain giants?','','','','','',9597,9621,0,0,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3126,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3128,4044,357,0,8,40,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'Natural Materials','I will need certain materials to complete my endeavor... You may do this alongside the other tasks I will give you.$B$BI\'ll need a splintered log from a treant of Feralas. Encrusted minerals, these can be found on the mountain giants and faerie dragons to the west. Also, find me some resilient sinew from the owlbeasts of the Hinterlands or hippogryphs of Feralas. Finally, I\'ll need a large amount of metallic fragments from any of these creatures I mentioned.','Bring 2 Splintered Logs, 6 Encrusted Minerals, 20 pieces of Resilient Sinew, and 40 Metallic Fragments to Witch Doctor Uzer\'i in Camp Mojache.','Excellent! These materials, combined with the muisek, should yield just the results we\'ve been wanting.','Were you able to collect the materials I need?','','','','','',9590,9589,9591,9592,0,0,2,6,20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3127,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3129,4044,357,0,0,40,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'Weapons of Spirit','Imbuing the muisek into the weapons is a difficult process. Now that I have all of the required materials and the muisek of the creatures that you captured, I may begin. Please wait; I will return in a moment.','Witch Doctor Uzer\'i wants you to wait for a moment while he prepares the weapons.','As promised, you have your choice, $N. The muisek of the creatures has been forever sealed into the power of these weapons.$b$bYou may now wield their energy as your own. Use it well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9684,9686,9683,10652,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3128,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3130,4044,357,0,8,40,43,0,1101,0,0,0,0,0,0,0,0,2869,0,0,'Against the Hatecrest','At this point, I am going to direct you to my second, Latronicus. He\'s been keeping a close eye on the naga forces to date. I\'ll assess the general situation here in regards to the naga; as much as I want to commit a full force to move against them, leaving the stronghold open to direct attack from the Horde - or worse - seems less than optimal.$B$BAnyway, Latronicus awaits. Good work thus far, $n. Keep it up.$B$BYou\'re dismissed.','Report to Latronicus Moonspear in Feathermoon Stronghold.','Excellent, $N - I value a \"can do\" attitude in those who I work with.$B$BI\'ve been tasked by General Feathermoon to address the naga in a direct manner. My plans are two fold: one, we will weaken their forces both in number and in command, and two, we will uncover what they are up to in the ruins. With your help, we\'ll counter the naga presence without sacrificing the general security of the stronghold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',2867,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3141,4044,16,0,10,45,57,0,0,0,0,0,0,0,0,0,0,3508,0,0,'Loramus','So you wish to battle demons? You would do well to listen to my tale. ','Listen to Loramus Thalipedes tell his story.','So be it...','Do not interrupt me, $r.','Loramus\' Story','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',2744,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3161,4044,440,0,0,43,48,0,0,0,0,0,0,0,0,0,0,0,9978,1,'Gahz\'ridian','$N, I\'m a scientist, but also a treasure hunter at heart!$B$BLong ago, when trolls used to occupy this land, they created large amounts of ornaments modeled after Gahz\'rilla, a hydra they worshipped as a deity. These ornaments are carved out of an element that I call \"Gahz\'ridian,\" after the hydra god.$B$BI did find some myself, but I\'d like to have some more to study -- maybe you can find some?$B$BI even invented a detector that makes finding the Gahz\'ridian a snap! Just put it on, and the search begins! ','Marvon Rivetseeker in Tanaris wants you to collect 30 Gahz\'ridian Ornaments.','Perfect; these ornaments are perfect for my studies. Thanks so much for the help, $N.$B$BOh, can I get my helmet back?','Are you having any trouble?$B$BYou can find Gahz\'ridian just about anywhere in Tanaris, $N, so keep looking!','','','','','',8443,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10827,10826,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(3181,4044,51,0,0,40,43,0,1101,0,0,0,0,0,0,0,0,3182,10005,1,'The Horn of the Beast','The gigantic horn has numerous scratches and cracks. An unusual metal object is lodged into the rough surface.$B$BUpon further examination, you notice that the metal is actually a broken axe head. On the metal, the following words are etched:$B$BProperty of Mountaineer Pebblebitty.$B$BWhen you try and dislodge the broken axe head, it shatters into a million pieces.$B$BWoops!','Take Margol\'s Gigantic Horn to Mountaineer Pebblebitty.\n','What have you got there? A fake obviously!$B$BI\'ve been face to face with Margol and I know for a fact that her horn is at least eight times larger than the one you\'ve got in your hands, $N. You probably got that off of a stormsnout in the Barrens. No ma\'am, you can\'t fool Pebblebitty!','No, I will not open the gate.','','','','','',10005,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(3182,4044,38,0,0,40,43,0,1101,0,0,0,0,0,0,0,0,0,10005,1,'Proof of Deed','You expect me to believe a story like that? The real horn would have had my broken axe head still lodged into its surface.$B$BListen, take that obvious fake to Curator Thorius in Ironforge. If he can validate your claim, you will receive a proof of deed. Bring that proof back to me and I\'ll give you the key to the Searing Gorge.$B$BGet going! ','Take Margol\'s Gigantic Horn to Curator Thorius in Ironforge.','What\'s this?$B$BOh my, I don\'t believe it! Do you realize what you\'ve got here, $R? This is the horn of Margol the Rager! Margol, the bane of every archaeologist that ever set foot in the Searing Gorge.$B$BMay I keep it?','Why hello there young $Gman:lady;. Would you like a tour of the museum?','','','','','',10005,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',3181,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(3201,4044,1537,0,0,40,43,0,1101,0,0,0,0,0,0,0,0,0,10022,1,'At Last!','I can\'t believe Pebblebitty doubted the authenticity of the horn. Between you and me, I think she\'s just jealous. I know she really wanted to kill that beast herself, what with the \'incident\' and all.$B$BSo you need a proof of deed? After the contribution you just made to the museum, it won\'t be a problem.$B$B$B$BThere we go! You can take that back to Pebblebitty.','Take the Proof of Deed back to Mountaineer Pebblebitty.','I don\'t know how someone as weak as you overcame Margol, but a deal is a deal. Here is the key.$B$BIf anything happens to you after this, it will be your own fault.','I don\'t believe it.','','','','','',10022,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5396,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',3182,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(3221,4044,130,0,8,10,12,0,690,0,0,0,0,0,0,0,0,1359,0,0,'Speak with Renferrel','While you were out helping our deathstalkers, Apothecary Renferrel sent you a summons. He did not give me details, but he wanted to speak with you about the wolf hearts you had given him.','Speak with Apothecary Renferrel at the Sepulcher.','Ah, very good. There is a matter regarding the wolf hearts you brought to me earlier that demands our attention.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',449,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3241,5875,0,0,8,8,11,0,0,0,0,0,0,0,0,0,0,0,0,0,' Dreadmist Peak','Collect the totems from Dreadmist Peak, because it\'s icky there now and no place for shiny clean totems.','Bring them to Tonga Runetotem.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3261,4044,17,0,8,10,18,0,690,0,0,0,0,0,0,0,0,882,0,0,'Jorn Skyseer','Your time with me is over, $N. To learn more, you must go to Camp Taurajo to the south and speak with Jorn Skyseer. He will continue your guidance.','Speak with Jorn Skyseer at Camp Taurajo.','Greetings, young one. You are here to walk the hunter\'s path?$B$BVery good. Let us begin.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,'',905,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3281,4044,17,0,8,9,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'Stolen Silver','You may have killed the raptors, but the silver they stole must be recovered! I have reports that the raptors have a large grouping of nests south of Ratchet, known as the Raptor Grounds. It is likely that they brought our stolen silver there.$B$BGo to this raptor haven and search for the stolen silver. When you find it, return it to me.','Bring the Stolen Silver to Gazrog in the Crossroads.','Aha! So the raptors did hide the silver at their lair. It\'s hard to believe these beasts would have the desire for silver. Perhaps the stories of their intelligence are not as far from the mark as I thought!$B$BThank you, $N. Take this as a reward for your service to us, and know that the guards of the crossroads owe their next month\'s pay to you.','Do you have the silver?','','','','','',5061,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11853,2694,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',869,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3301,4044,17,0,0,10,15,0,690,0,0,0,0,0,0,0,0,0,10414,1,'Mura Runetotem','My clanmate, Mura Runetotem, traveled to Silverpine so that she might aid our undead allies. Silverpine is an ailing forest, a dying forest, and it was Mura\'s hope to bring it new life. Perhaps the strange life found here in the Barrens can help her work in Silverpine.$B$BTake a sample of the shells you gathered, and bring it to Mura in Silverpine. She is staying at the Sepulcher. With luck, studying the shell will give her the insight she needs to heal that dying place.','Speak with Mura Runetotem at the Sepulcher in Silverpine Forest.','Ah, what is this? This shell has an inner glow, as if it still pulses with life. Amazing! I must study it further.$B$BThank you, $N. With luck, this shell will hold a secret I can use to aid the poor land of Silverpine.','I can smell the dust of the Barrens on you, $C. You have traveled far.','','','','','',10414,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10820,10821,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',880,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3321,4044,0,121,2,40,50,0,0,0,164,210,0,0,0,0,0,0,0,0,'Did You Lose This?','You have done much for the Order, $N. The sheer dedication it takes to get this far would have turned away any ordinary person. There is no doubt in my mind, or in the mind of Galvan, that you are one of us.$B$BWhich is why I think you deserve a little reward. It is nothing really, just a trinket. You may be familiar with its properties, as I do believe it is what brought you to us in the first place.','Wait for Trenton to finish his work.','Rise and be recognized, $N, blacksmith of the Mithril Order.','Today we finalize our celebration of your commitment to the Order.','Watch Trenton Work','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',2771,2772,2773,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3341,4044,722,0,8,33,37,81,690,0,0,0,0,0,0,0,0,0,0,0,'Bring the End','In the Barrens lies a horrid mess of tangled vines called Razorfen Downs. While our first observations of this place revealed little threat, our recent findings are much more serious...$B$BThe quilboar of Razorfen Downs have aligned themselves with the Scourge. A Lich named Amnennar the Coldbringer rules them now, using the power of his massive consciousness to control their every move.$B$BAmnennar has a direct telepathic link to Ner\'zhul; we must sever this bond, $N. An end must come to the Coldbringer.','Andrew Brownell wants you to kill Amnennar the Coldbringer and return his skull.','The loyalty of a Lich is unswerving, $N. Let them know that such loyalty will only bring them destruction.','This matter is of utmost importance, $N. We must stop any attempt by the Scourge to bolster their ranks.','','','','','',10420,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10823,10824,0,0,1,1,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3361,4044,132,0,8,3,3,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Refugee\'s Quandary','We drove the troggs out of Gnomeregan, but then it all went so horribly wrong! Now our home is completely irradiated, and we gnomes have been scattered all over Dun Morogh.$B$BIn my haste to get away from the radiation, I lost all my personal belongings and tools. It was the trolls that got them. They stole my chest, my box, and my bucket of bolts! They took them back to their camps southwest of Anvilmar.$B$BI\'m no adventurer - could you find my things and bring them here to me, please?','Bring Felix\'s Box, Felix\'s Chest and Felix\'s Bucket of Bolts to Felix Whindlebolt in Anvilmar.','Huzzah, you\'ve found them! You\'re an absolute savior, my friend. Here, it\'s not much, but it\'s something for the trouble I\'ve put you through! Thank you!','Oh goodness $N, this town is not well suited for the likes of me. There are as many nasty creatures here as there were in Gnomeregan before the accident!$B$BDo you have my belongings? If you don\'t, then who knows what the trolls have done with them now...','','','','','',10438,16313,16314,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(3362,4044,440,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thistleshrub Valley','Have you ever seen Thistleshrub Valley? It\'s a mighty dangerous place, $N.$B$BThose strange beasts there, I don\'t trust them for a minute! Gnarled thistleshrubs and thistleshrub rootshapers, that\'s what I think they were called...$B$BAnyhow, I want to get into the valley, but with so many of those thistleshrubs around, there\'s no way I\'m going back there. But here\'s where you come in -- if you clear some of them out, I just might think about going back. What do you think, $N? Help me out?','Tran\'rek in Gadgetzan wants you to kill 8 Gnarled Thistleshrubs and 8 Thistleshrub Rootshapers.','They\'re that big? I might have to rethink my plan...$b$bBut you did hold up your end of the bargain, so here\'s what I promised.','I\'d like to take a closer look at that cactus in the valley... So leave some of it in one piece, will ya?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5490,5485,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3363,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3364,4044,132,0,262144,4,5,0,1101,0,0,0,0,0,300000,0,0,0,10439,1,'Scalding Mornbrew Delivery','Gah! I was supposed to get this delicious scalding mornbrew to Durnan Furcutter inside Anvilmar a while ago now, but I had to deliver one to Grelin here first. I\'ll never make it to Anvilmar before the brew runs cold!$B$BYou look fast. Maybe you can make it. This cup will only stay hot for a few more minutes, and Durnan didn\'t order \"chilly\" mornbrew, so get going. Anvilmar is to the northeast, a settlement dug into the mountain.$B$BThanks, $N, and don\'t forget to bring me back my mug!','Take a Scalding Mornbrew to Durnan Furcutter inside Anvilmar before it gets cold!','Ah good, now this will hit the spot. Allow me to take a small break while I enjoy this scalding mornbrew!','Aye, I\'m Durnan Furcutter. You have something for me?','','','','','',10439,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,4,0,5),(3365,4044,132,0,0,4,5,0,1101,0,0,0,0,0,0,0,0,0,10440,1,'Bring Back the Mug','Now that hit the spot! Nothing like a piping hot - nay, SCALDING mornbrew on a cold winter\'s day to warm your cackles of yer soul.$B$BHere ya go $N - be a pal and take this empty mug back to Nori for me, would ya now.','Return Nori\'s Mug to Nori Pridedrift in Coldridge Valley.','Excellent, $N! You\'d be surprised how many couriers I meet who forget to do something as simple as bring back the mug. Mugs don\'t grow on trees, or so they tell me!$B$BHere\'s a little something for the effort. Thanks again for your help.','I trust the scalding mornbrew got to Durnan on time! Did you remember to bring me back my mug?','','','','','',10440,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',3364,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,7,0,5),(3366,5875,718,0,2,15,25,0,0,0,0,0,0,0,0,0,0,0,10441,1,'The Glowing Shard','The shard is a brilliant green, and although solid, what looks like smoke swirls just below the surface. You can\'t help staring into the depths of the crystal; at the same time, you know there is something very disturbing about it.$B$BMaybe you should see if anyone in Ratchet can tell you more about this strange shard.','Travel to Ratchet to find the meaning behind the Nightmare Shard.','Thanks for the done work!','','Speak with someone about the Nightmare Shard','','','','',0,10441,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3367,4044,51,0,2,40,46,0,1101,0,0,0,0,0,0,0,0,3368,0,0,'Suntara Stones','$B$BI\'m badly injured, $r. Feel... light headed... World spinning... Bleeding... internally.$B$BI must get back to Ironforge. Help me, $N.\n','Help Dorius get back to Ironforge.\n','This letter was dropped by Dorius when he was shot.','I\'m not going to make it...','Dorius Escort','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3368,4044,51,0,0,40,46,0,1101,0,0,0,0,0,0,0,0,3371,10443,1,'Suntara Stones','Brother,$B$BIf you are reading this letter, I am no more. How it got to you, I do not know, but thank and reward the ones responsible.$B$BAbout the stones: They exist and the Dark Irons have them in their possession. Their leader, Lathoric the Black, is using the power of the stones to enslave my excavation team. They were taken to the cauldron. Their minds are twisted, working night and day to complete something called Obsidion.$B$BHelp them, brother. It is the final wish of a dead man.$B$B-Dorius\n','Take the Singed Letter to Thorius in Ironforge. He is in the Hall of Explorers.','$B$BIn the name of the Light, he will have his wish. This I vow.','','','','','','',10443,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',3367,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,5),(3369,4044,17,0,0,10,25,0,690,0,0,0,0,0,0,0,0,0,10649,1,'In Nightmares','This shard holds great secrets; it is the pure essence of the Emerald Dream. However, what I see in this shard is not a dream; one would call this sort of a vision a nightmare.$B$BI do not wish to alarm you, $N, but I think it is best if you deliver this shard into the hands of a wise druid as soon as you can.$B$BHamuul Runetotem on Elder Rise is who you need to find. Head to Thunder Bluff. I cannot say more. ','Bring the Nightmare Shard to Hamuul Runetotem on Elder Rise.','Falla sent you to me? Well now, let\'s see that shard that you say she was so hesitant to talk about...$B$B$B$BOh... I didn\'t... Well.$B$B$N, thank you for delivering this to me. It isn\'t wise to speak of things such as this, though, I advise you. These are matters that you should not concern yourself with.$B$BLet\'s just say that things in the Emerald Dream are not as we thought...$B$BPerhaps in the future, our paths may cross again.$B$B','May I help you with something?','','','','','',10649,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10657,10658,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',6981,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3370,4044,17,0,0,10,25,0,1101,0,0,0,0,0,0,0,0,0,10649,1,'In Nightmares','This shard holds great secrets; it is the pure essence of the Emerald Dream. However, what I see in this shard is not a dream; one would call this sort of a vision a nightmare.$B$BI do not wish to alarm you, $N, but I think it is best if you deliver this shard into the hands of a wise druid as soon as you can... $B$BMathrengyl Bearwalker in the Cenarion Circle is who you need to find. Head to Darnassus. I cannot say more.','Bring the Nightmare Shard to Mathrengyl Bearwalker in Darnassus.','Falla sent you to me? Well now, let\'s see that shard that you say she was so hesitant to talk about...$B$B$B$BOh... I didn\'t... Well.$B$B$N, thank you for delivering this to me. It isn\'t wise to speak of things such as this, though, I advise you. These are matters that the Cenarion druids alone must attend to.$B$BLet\'s just say that things in the Emerald Dream are not as we thought...$B$BPerhaps in the future, our paths may cross again.','May I help you with something?','','','','','',10649,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10657,10658,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',6981,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3371,4044,1537,0,8,40,46,0,1101,0,0,0,0,0,0,0,0,3372,0,0,'Dwarven Justice','There is an empty, vacuous hole, where my heart used to be, $N. The loss of Dorius is not one that I will soon recover from. I must see his final wish through - the perpetrators of this cold blooded murder must be brought to justice.$B$BReturn to the Searing Gorge and fulfill his last request: Free his men. The Dark Iron dwarves force their slaves to work in a sweltering mine called the Slag Pits. Search there for Dorius\' men.','Return to the Searing Gorge and find Dorius\'s archaeology unit.','Forget about me, help the others.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',3368,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3372,4044,51,0,8,40,46,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Release Them','Release them, $r. Even after their bodies give out, the power of the Suntara forces them to complete their tasks.$B$BThe altar of Suntara is the key. Go northwest; in the hills above the cave... Twilight\'s Hammer guard a relic. Retrieve it and place it on the altar of Suntara.$B$B','Find the Mysterious Artifact being guarded by the Twilight\'s Hammer Idolaters in the northwest quadrant of the Searing Gorge and bring it to the Altar of Suntara in the Slag Pit.\n','You place the mysterious artifact on the altar of Suntara.','The altar is empty.','','','','','',10442,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',3371,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(3373,4044,1417,0,0,48,55,81,0,0,0,0,0,0,0,0,0,0,10454,1,'The Essence of Eranikus','As you touch the gem, a deep voice resonates in your mind.$B$B\"Mortal, heed this plea. I am Eranikus of the Green Dragonflight, keeper of this accursed temple. My charge to ensure that the trolls never again bring forth their abomination of a god has for now ended in failure. As I imbue this gem with part of my essence, I sense my grip on the Dream twisting into chaos. Please - place this gem into the essence font in my lair, and let our magic there purge the taint from my psyche so that I may rest.\"','Place the Essence of Eranikus in the Essence Font located in this lair in the Sunken Temple.','You place the gem inside the essence font.$B$B\"Thank you mortal, you have - no... this, this cannot be! No! The corruption of this accursed god even taints the sanctity of a Green Dragonflight essence font! No please, I feel my essence ripping from me! THE PAIN! I feel the grip of an eternal nightmare taking hold on me...\"$B$B\"Mortal, I implore you! Find one of the Green Dragonflight to stop this... help me... I am chained in darkness... forever in agony... please do not torture...\"','As you near the essence font that Eranikus told you of, his voice once again touches your mind.$B$B\"Yes mortal, this essence font will redeem what untainted element of my psyche remains imbued in this gem. Place the gem inside the font, and let the magic of the Green Dragonflight cleanse the corruption and taint from my being. Only then will I find true release, and only then will the Dragonflight be able to reassert their stewardship over the Atal\'ai.\"','','','','','',10454,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10455,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3374,4044,8,0,0,48,55,0,0,0,0,0,0,0,0,0,0,0,10589,1,'The Essence of Eranikus','You engage the Oathstone, and Itharius speaks directly to your mind through the stone.$B$B\"By accepting the charge placed in this Oathstone, you agree to aid my cause and the cause of Ysera\'s Dragonflight in redeeming the corrupted soul of Eranikus. The first sacrifice, one of many you and I will no doubt make, will be to relinquish the gem to me that has chained what free-willed part of Eranikus\' psyche remains.\"$B$B\"Do this $N, and we will work together to redeem a soul worthy of redemption.\"','Bring the Oathstone of Ysera\'s Dragonflight and the Chained Essence of Eranikus to Itharius in the Swamp of Sorrows. It is there that you will make your choice to aid Ysera\'s Dragonflight or not.','You have made your choice, and so it begins. Your choices have been, to date, what I would consider to be the correct ones; your actions and deeds henceforth will determine whether this is to continue.','Here we are $N, at yet another crossroads. The time has come to make another choice. What choice do you make, mortal?','','','','','',10589,10455,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',3373,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3375,4044,1517,0,8,37,42,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Replacement Phial','Um... you need another phial of scrying? You\'re kidding, right? What did you do with the first one?! We have a lot of work ahead of us here, $r. Those phials don\'t grow on trees! Actually, I wish they did, because I\'d go there and pick one off since I don\'t have another one!!$B$Bin order to make you one, I need the following: a mana potion, a piece of coal, and some sweet nectar. Don\'t ask why, just bring me what I ask and I\'ll make you a new one.','Bring a Mana Potion, Coal, and Sweet Nectar to Talvash del Kissel in Ironforge to get a replacement for Talvash\'s Phial of Scrying.','The mighty adventurer delivers. Hooray for me. By the way, I lied - I had another phial. Ungh, take it.$B$BWell, what did you expect?! \"Oh, here, have another one! I\'m just some goofball who has nothing better to do than hand out magical communication devices to adventurers!\" Rest assured though, what you have given to me will be enough make you another phial when you lose that too.$B$BPlease prove me wrong and don\'t lose the new one, okay?','To make another phial I need a mana potion, a piece of coal, and some sweet nectar.$B$BThat, and a whole lotta patience apparently.','','','','','',3827,3857,1708,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7667,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3376,4044,220,0,8,3,5,0,690,0,0,0,0,0,0,0,0,0,0,0,'Break Sharptusk!','$N - I have heard of you, newcomer. Perhaps it is you that will help us, where others have failed.$B$BWe tauren have carved a home out of this land, but not without a cost. The Bristleback quilboars of Brambleblade Ravine, led by Chief Sharptusk Thornmantle, have made our lives difficult with their continued war against us. I charge you to bring me the chief\'s head!$B$BHe will be found in the ravine to the east in their makeshift village.','Bring the head of Chief Sharptusk Thornmantle to Brave Windfeather in Red Cloud Mesa.','Justice has been served on this day by your swift actions, $N. Let this deed serve as a warning to all who would threaten our home.$b$bYou have earned this reward to help you on your sojourn, young $C.','Sharptusk will trouble us no more once you have brought me proof of his death. It is his head that I seek, $N.$B$BWe tauren live for the hunt, and there is no greater hunt than against one that is cunning enough to perhaps hunt us back. If you are successful in this task, young one, you will start to learn what I mean.','','','','','',10459,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10635,10636,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3377,4044,51,0,10,40,50,0,1101,0,0,0,0,0,0,0,0,3378,0,0,'Prayer to Elune','Will you assist me, mortal? Hear my tale.','Hear Zamael tell his tale.','I have accepted my fate here in this cage, but the prayer must be found.','Allow me to finish my story.','Zamael Story','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3378,4044,51,0,8,40,50,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Prayer to Elune','Will you assist me, mortal? Will you find the prayer to Elune?$B$BAs I stated, the prayer was etched onto a golden tablet. One of these idol worshipping scoundrels must have it on their person.$B$BIf you do recover my prayer, take it to Astarii Starseeker in Darnassus. It matters little that my faith has been rekindled after the countless malevolent actions that I have taken against this world and its inhabitants, but my prayer must be heard. Absolution is the last thing I expect.','Find the Prayer to Elune and take it to Astarii Starseeker in Darnassus.\n','Elune smiles upon you this eve, $N. You have returned a lost soul to her. Please accept this as a token of our gratitude.','What brings you to the Temple of the Moon, $N?','','','','','',10458,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10745,10746,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',3377,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,6),(3379,4044,0,264,8,40,50,0,0,0,197,230,0,0,0,0,0,3385,0,0,'Shadoweaver','The spiders of the Searing Gorge are an invaluable source of shadow silk. As you know, shadow silk is highly sought after by the artisans of our trade.$B$BRecently, a group of poachers has encroached upon these lands, carelessly slaying spiders en masse without so much as a thought as to the long term effect of their actions. The first task I ask of you, then, is a simple one: Find them... and end them.$B$BBegin your search to the north.$B$BIf you require assistance, speak with Raze.','Kill the group of Shadow Silk Poachers that wander the Searing Gorge. Nilith has reason to believe that there are five of them that need to be exterminated. Return to Nilith in the Searing Gorge when this task is complete.\n','Excellent work, $N.$B$BI am sure that this is a piece of shadoweave that you have not yet seen.','What information do you have?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8442,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10461,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(3380,4044,1417,0,8,46,51,81,690,0,0,0,0,0,0,0,0,3444,0,0,'The Sunken Temple','There are restless spirits in this world, $N. There are spirits that have been tainted by their isolation, bound to an ancient evil...$B$BI have heard of a place that lies deep below the surface of the earth -- banished there by powers greater than I have ever seen.$B$BIf you wish to learn more of this place; the Sunken Temple, seek out a goblin named Marvon Rivetseeker. He has studied many ancient areas of the world, and was last known to have left his home in Ratchet to study the troll ruins in Tanaris.','Find Marvon Rivetseeker in Tanaris.','Yes, the Sunken Temple, I can say that I have seen it with my own eyes. Perhaps you\'d like to hear more about it?$b$bYou look like the adventurous type -- I know things that may intrigue you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3381,5875,16,0,8,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Meeting with the Master','Ah, a young $r come to speak to Sanath. What a wonderful day! I am so honored to have you grace me with your presence. Thank you!$B$BPlease... do not be so arrogant to assume my sarcasm was a compliment. Let us get one thing straight: I don\'t like you. But this little conversation doesn\'t have anything to do with us--it has to do with my master.$B$BBring me a couple hippogryph feathers for my arrows and I\'ll give you leave to see him. He\'s asked that I send adventurers to him if they proved worthy enough.','Bring 2 Undamaged Hippogryph Feathers to Sanath Lim-yo in Azshara if you wish to speak to his master.','Two feathers, just as I asked. And not bad ones at all.$b$bReady then? Just say the word and you\'re on your way.$b$bOh, and once again, mind yourself... my master doesn\'t take kindly to imbeciles, but he is very generous to those that please him.','I remain here at my master\'s bidding. I\'ve been given leave to ask any price I wish for transportation up to his tower. For now, I ask for only the two feathers from each traveler so I can continue to make my signature arrows.$b$bIf you\'re not careful, I\'ll up the price. How does half a dozen gold sound?$b$bYeah, I thought as much. Just mind yourself and I\'ll keep the price where it is.','','','','','',10450,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12510,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3382,4044,16,0,258,48,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Crew Under Fire','We were just off the coast looking for a safe haven to make anchor. The sun hadn\'t been down for more than an hour when they attacked... those damned naga!$B$BI\'m not sure what they were looking for, but it\'s clear they didn\'t find it--they\'ve already come back once. A couple of my scouts are on watch at the entrance of the valley to give us fair warning when the next attack comes.$B$BI\'m sorry you\'ve come along now, $N, but it\'s out of my hands.$B$BAre you ready for the fight of your life?','Defend Captain Vanessa Beltis, her crew and the Horizon Scout\'s passengers against the naga attack. Captain Vanessa Beltis must survive.','You\'ve done it! Thank you! Surely this was one of the most brutal battles I\'ve ever taken part in. I can\'t thank you enough.$B$BI only wish more of my crew could have lived through this trial.$B$BI would ask you to speak to any surviving passengers from the Horizon Scout. Some of them had business in the area, and may have a request or two of you if you\'re willing. Again, thank you for all your help.','Have you met with Andron yet? He rarely leaves Undercity, so I don\'t think it\'d be too hard to find him.','Protect Captain Vanessa Beltis from the naga attack','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,0,0,0),(3383,5875,16,0,8,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8394,8387,8389,8388,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(3384,5875,16,0,8,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',10478,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(3385,4044,0,264,8,40,50,0,0,0,197,250,0,0,0,0,0,3402,0,0,'The Undermarket','They call themselves the Undermarket: Cutthroat traders that will sell, move, trade and do just about anything for the right price.$B$BIt gets worse, $N. They have set up a base of operations here in the Searing Gorge. Trade Master Kovic is heading up the operation and has close ties with the Dark Iron dwarves of the region.$B$BWe must strike hard and send a message to their leadership. Slay Trade Master Kovic and his minion Clunk. Bring back his trader\'s satchel when the job is done.$B$BTo the Cauldron!','Slay Trade Master Kovic and his minion Clunk. Retrieve the Trader\'s Satchel from his corpse and return it to Nilith.\n','You have struck a decisive blow against the Undermarket. Their leaders will think twice before sending more cronies into the gorge.$b$bOh, and I also found nothing of use in the trader\'s satchel. You may keep whatever you find inside.','The Trade Master still lives?','','','','','',0,0,10467,0,0,0,0,0,1,0,0,0,8444,8447,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10462,10479,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3379,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,0,0,0,5),(3401,5875,16,0,8,53,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3402,4044,0,264,8,40,50,0,0,0,197,1,0,0,0,0,0,0,0,0,'The Undermarket','I want you to personally deliver the news of Kovic\'s defeat to Vizzklick in Gadgetzan. He will be so happy to hear that Kovic is dead that I\'m certain he\'ll give you some grand reward.','Speak with Vizzklick in Gadgetzan.\n','Kovic slain??! This is a glorious day, $N! For years that scoundrel has been running shady undermarket trades, undercutting honest, hard working traders all over the world.$b$bYou deserve a fine reward for this accomplishment! And a fine reward you shall have!$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10463,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3385,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,4,5,0,0,0,0,0,1,0,0,5),(3403,5875,16,0,8,53,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3404,5875,16,0,8,53,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3405,5875,16,0,8,55,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3421,4044,16,0,8,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return Trip','','','I will return you to Sanath\'s camp now.$B$BDo not mind his bad manners--he is rude to everyone save for the master. Perhaps he shall learn his lesson one day.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12521,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,0),(3422,5875,16,0,8,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3423,5875,16,0,8,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3424,5875,16,0,8,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3425,5875,16,0,8,48,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3441,4044,51,0,10,40,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Divine Retribution','Hear my tale, adventurer.','Listen as Kalaran Windblade tells his story.','Have you heard enough? Are you prepared to act?$b$b','Allow me to finish mo... $r.','Kalaran Story','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3442,4044,51,0,8,40,48,0,0,0,0,0,0,0,0,0,0,3443,0,0,'The Flawless Flame','You have made the right decision, $N.$B$BWe must strike where we will do the most damage: the four sentry towers.$B$BWith the four towers in flames, we can initiate an offensive before they have time to react.$B$BYou will need the proper tool to set the towers ablaze. To make the tool requires some materials.$B$BBring me four hearts of flame and four golem oil and I shall craft the torch of flawless flame.$B$BThe golems and elementals in these lands should be your first target.','Collect 4 Hearts of Flame and 4 globes of Golem Oil and return the items to Kalaran Windblade.','Well done, $N. We are almost ready.','Have you collected the materials?','','','','','',10509,10511,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',3441,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,2000,1000,0,0,3,21,1,1,0,1000,500,0,0,0,0,0,5),(3443,4044,51,0,8,40,48,0,0,0,0,0,0,0,0,0,0,3452,0,0,'Forging the Shaft','To hold the flawless flame, we will need a shaft and a casing. You must first find a suitable shaft.$B$BThe Dark Iron taskmasters and slavers of the cauldron use weapons of enchanted thorium, an extremely sturdy alloy. If you bring me eight thorium plated daggers, I can break the alloy down and reforge a shaft.\n','Bring 8 Thorium Plated Daggers to Kalaran Windblade.','You\'re an exceptional laborer, $N. Have you ever considered a change of vocation? Perhaps a detective? Junk collector? Oh, I know, one of those silly gnomes that crawl across the beaches of Azeroth with their metal detecting contraptions, looking for lost treasure. Yes, that would be an ideal position for you.','Eight, $N. I need eight!','','','','','',10551,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',3442,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,500,500,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(3444,4044,440,0,8,46,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stone Circle','I once entered the foreboding chambers of the Sunken Temple. The evil in that place penetrates all that enter; I barely managed to find my way out, wading through the ooze that now covers the floors. All I can remember is stumbling through a large circular room, filled with serpent statues...$B$BRecently, I discovered a round stone that appeared to have the same serpent symbol imprinted on it. I had it packed up and shipped to my workshop in Ratchet. Retrieve it, and I might be able to tell you more.','Retrieve the Stone Circle from Marvon Rivetseeker\'s workshop in Ratchet.','Yes... This is the stone.$b$bIt\'s all coming back to me now, $N...','Ratchet is not far from here, $N. The journey shouldn\'t take long.','','','','','',10556,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',3445,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3445,4044,357,0,8,46,51,0,1101,0,0,0,0,0,0,0,0,3444,0,0,'The Sunken Temple','I have heard of a place that lies deep below the surface of the earth -- banished there by powers greater than I have ever seen.$B$BIf you wish to learn more of this place; the Sunken Temple, seek out a goblin named Marvon Rivetseeker. Much like Troyas and I, he has studied many ancient areas of the world. He was last known to have left his home in Ratchet to study the troll ruins in Tanaris.$B$BGood luck finding him; he hasn\'t been heard from in some time.','Find Marvon Rivetseeker in Tanaris.','Yes, the Sunken Temple, I can say that I have seen it with my own eyes. Perhaps you\'d like to hear more about it?$b$bYou look like the adventurous type -- I know things that may intrigue you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3446,4044,1417,0,0,46,51,81,0,0,0,0,0,0,0,0,0,0,10466,1,'Into the Depths','Inside the temple, I found a circular room with six balconies, each one with a serpent statue on the edge. Curious, I pushed one of them to see what would happen, and it was a trap! I nearly fell to my death from the explosion. Laying there on the ledge, I looked down and noticed that there was another statue at the base of the room; an altar of sorts... Hakkar, I think it was called.$B$BI think that this altar is the secret -- you must bring this token to the altar in the Sunken Temple.','Find the Altar of Hakkar in the Sunken Temple in Swamp of Sorrows.','You push the stone circle into the opening, and you hear it lock into place.$b$bNow that the stone is in place, you may continue... but what should you do next?$b$bPerhaps you should examine this altar further...$b$b','Upon examining the statue, you notice a depression in its side, just the size of the token that Marvon gave you...','','','','','',10466,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63600,0,0,0,0,'',3444,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3447,4044,1417,0,8,46,51,81,0,0,0,0,0,0,0,0,0,0,0,0,'Secret of the Circle','My memories are cloudy, but I will tell you what I can. The circle of statues in the Sunken Temple, while dangerous, I believe that they hold the secret to unlock an even greater treasure.$B$BFrom the main altar, I was able to activate a series of lights. I think that if you can uncover what these lights mean, you might be able to unlock whatever secrets are hiding in this room.$B$BI warn you though, $N. Great evil lies in the temple. It\'s likely that anything valuable will be fervently guarded...','Travel into the Sunken Temple and discover the secret hidden in the circle of statues.','The eye of the idol glitters brightly even in the half-darkness of the temple. Its transparency reveals something shiny behind it. Sliding it to the side, you reach in and grasp what lies inside the statue.$B$BThe Atal\'ai treasure is now yours.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10773,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63600,0,0,0,0,'',3444,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3448,4044,1537,0,8,45,52,0,1101,0,0,0,0,0,0,0,0,3449,0,0,'Passing the Burden','I\'ve recently been handed the responsibility of investigating Azshara--a once beautiful area the elves called home. This would be back when they practiced magic. It\'s now a more dangerous place than it is beautiful, but that doesn\'t stop us from turning over every stone for answers to our past.$B$BA companion of mine named Tymor offered to help me investigate the area since he takes a particular interest in such things.$B$BHe owns a small place to the right of the Hall of Mysteries here in the city.','Speak to Tymor in Ironforge.','Ah, Karnik sent you, did he? I expected to hear from him soon. I\'ve discovered such wonderful things about Azshara.. I know night elves have incredible life spans, but everyone forgets some of the more... unfortunate events in their lives sometimes. That\'s not meant as a criticism, just an observation.$B$BLong ago, there were cities created by the elves filled with knowledge about magic and other lost arts. Being a student of such things, I started my investigation. What I found was quite thrilling.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,1,0,0,1),(3449,4044,1537,0,0,45,52,0,1101,0,0,0,0,0,0,0,0,3461,10445,1,'Arcane Runes','Magic was once as revered as Elune herself to some elves. Some of their most powerful mages created runes and tablets citing rules of the arcane and insights into their findings. They would leave these for all to ponder in public places.$B$BI would very much like rubbings of these runes from the Ruins of Eldarath. I have a kit for you to make the rubbings with, but it will be up to you to find them. Be careful though, the Explorer\'s League isn\'t the only one interested in Eldarath.','Using the Drawing Kit, make rubbings of the Rune of Beth\'Amara, the Rune of Jin\'yael, the Rune of Markri, and the Rune of Sael\'hai before heading to the small island off of the southern peninsula of Azshara and signaling Pilot Xiggs Fuselighter to pick them up.','Good to see you safe and sound, $N. I hope things weren\'t too tough for you.$B$BI\'ll get these to Tymor right away. He\'ll be thrilled to take a look at these things.$B$BGo ahead and toss the flare gun... probably won\'t be any good to you anymore anyway, and I already got a new one.','Well, well, well, glad to see you made it out here, $N. Did you get the rubbings for Tymor?$B$BAs dangerous as this place is, there hasn\'t been too much action along the coast. That might be on account of the naga swimming underwater, but that\'s not my problem... I patrol the skies.','','','','','',10563,10564,10565,10566,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',3448,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,4,0,0,3),(3450,4044,1537,0,8,45,52,0,1101,0,0,0,0,0,0,0,0,3451,0,0,'An Easy Pickup','I want the rubbings delivered to my tower, but there\'s no need to have you go all the way there. I\'ll just have them air-lifted out of Azshara.$B$BXiggs Fuselighter owes me a favor or two and will be in the area soon--he\'s signed on to patrol the coast. Speak to him before you leave. He can give you a flare gun to signal him with. When you have the rubbings, just head to wherever he tells you and then give them to him so he can get them to my tower safely. He should be in the hangar in the Military Ward.','Speak to Xiggs Fuselighter in Ironforge.','What can I do for you, $N? Kinda busy at the moment preparing my ship for a long trip. I just came over to see some of the tank pilots--I need some wendigo manes to line my cockpit and they usually have extra.$B$BI can give you a minute if you\'re brief... one of the boys just took off to Steelgrill\'s Depot to see if the pilots down there have extra manes for me.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',3448,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,1),(3451,4044,1537,0,8,45,52,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Signal for Pickup','Ah, so Tymor sent you, huh? Yeah, I owe him a favor or two. What\'s that? Why, that little devil. Yeah, I can help him out with that. So you\'ll need a flare gun and a location... easy enough.$B$BThere\'s a small island off the southern peninsula of Azshara that we\'ve made a landing pad on. You take this flare gun, and use it there. I\'ll see your signal and come by to pick up this... whatever it is he wants.','Speak to Xiggs Fuselighter and get a Standard Issue Flare Gun from him in Ironforge.','Here\'s my standard issue flare gun, and be patient after you fire off the gun--there are only a couple charges in one of these, and it might take me a minute to get to you depending on how far out to sea I am. Just look out to sea after you fire off the flare.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',3450,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,1),(3452,4044,51,0,8,40,50,0,0,0,0,0,0,0,0,0,0,3453,0,0,'The Flame\'s Casing','We need one final piece to form the torch.$B$BIn the mountains to the northwest you will find a large encampment of Twilight\'s Hammer. It is rumored that they carry symbols and idols that pay homage to their god. These symbols and idols could carry sufficient enchantment to form a magical casing. Bring me a single symbol of Ragnaros and I will try to extract the magic from the item to create the casing.','Find and return a Symbol of Ragnaros to Kalaran Windblade.','The symbol radiates foul magic; perfectly suited for our task.','Without a suitable source of arcane energy, the torch of retribution cannot be completed.','','','','','',10552,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3443,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,500,500,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(3453,4044,51,0,2,40,50,0,0,0,0,0,0,0,0,0,0,3454,0,0,'The Torch of Retribution','Give me a moment to combine the pieces and apply the necessary enchantments.\n','Wait for Kalaran Windblade to complete the Torch of Retribution.\n','There is one final task that you must complete.$b$b','Do not interrupt the channeling process.','Torch Creation','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',3452,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,500,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(3454,4044,51,0,8,40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Torch of Retribution','The torch must now be bound to its owner. Pick up the torch, $N. ','Take the Torch of Retribution.','You grab the torch with both hands; waves of hatred and anger pulse through your being.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10515,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3453,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3461,4044,1537,0,0,45,52,0,1101,0,0,0,0,0,0,0,0,0,10445,1,'Return to Tymor','Tymor didn\'t give me anything to pay you with, so I suggest you take it up with him when you get back to Ironforge. I\'m sure he\'ll still be in his place in the Mystic Ward. Just go knockin\' and make sure he pays you good. This place ain\'t no picnic... that\'s for sure.$B$BThanks again for helping him out though, and good luck.$B$BOh, and I don\'t need the drawing kit. Why don\'t you just bring it back to Tymor when you go to see him?','Return Tymor\'s Drawing Kit to him in Ironforge.','Wonderful! I\'m so glad to hear it.$B$BI\'m really excited to get to my tower and go over those rubbings. I\'m so envious of you... going to a place like Azshara. That\'s any student of the arcane\'s dream, I would guess.$B$BWell, we never spoke about any kind of reward since you were just working for the Explorer\'s League, but you deserve something.','You\'re back! Excellent. Do you have my drawing kit also?','','','','','',10445,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10707,10708,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',3449,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,0,0,0,2,4,1,0,0,0,0,0,0,6,0,0,7),(3462,4044,51,0,8,40,50,0,0,0,0,0,0,0,0,0,0,3463,0,0,'Squire Maltrake','Speak with my envoy, Squire Maltrake. He will further instruct you as to the use of the Torch of Retribution.','Speak with Squire Maltrake.','Are you prepared to make your strike?$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',3454,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,200,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(3463,4044,51,0,0,40,52,0,0,0,0,0,0,0,0,0,0,0,10515,1,'Set Them Ablaze!','Listen well, $N. While the four towers can never be destroyed, you can use the torch of retribution to set them ablaze for a very long period of time: A fire that no element or force can subdue.$B$BWhile they are ablaze, no guard or sentry unit can inhabit the watch posts and thus, their first line of defense is nullified.$B$BYou must enter each tower and use the Torch of Retribution within their fortifications. Beware the lookouts posted by the Dark Irons, $N.','Set the North, South, East, and West Sentry Towers on fire by using the Torch of Retribution inside each of the buildings. \n','It is glorious! Is it not glorious master?','Are you lost, $N?','','Western Tower Ablaze','Southern Tower Ablaze','Eastern Tower Ablaze','Northern Tower Ablaze',0,0,0,0,0,0,0,0,0,0,0,0,-149025,-149030,-149031,-149032,1,1,1,1,12534,12534,12534,12534,0,0,0,0,10742,10743,10744,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',3462,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,5,5,0,0,0,0,0,0,1,0,0,7),(3481,4044,51,0,8,40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trinkets...','The chest appears locked.','Open the chest.','The chest opens at your touch. How much cheese could possibly be in here? There is only one way to find out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10569,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',3463,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3482,4044,0,0,0,30,35,0,690,0,0,0,0,0,0,0,0,0,10590,1,' The Pocked Black Box','This is the horde version of the black box quest.','Take this box to Kravel.','','','','','','','',10590,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3483,4044,1537,0,8,45,52,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Signal for Pickup','','','Ah, another flare gun, huh? That I can do.$B$BAnd don\'t forget, southern tip of Azshara. It\'s a small little island that\'s been turned into a landing pad. You can\'t miss it if you\'re in the right spot.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3501,4044,4,0,8,45,55,0,0,0,0,0,0,0,0,0,0,3502,0,0,'Everything Counts In Large Amounts','Although you may never find a flawless sphere of draenethyst, you will undoubtedly uncover various imperfect fragments of the draenethyst in your exploration of these lands.$B$BWhile it is doubtful that Kum\'isha will be able to use the flawed fragments to return home, the pieces may serve other, useful purposes for the draenei.$B$BReturn any piece of flawed draenethyst fragments that you may find and I shall reward you.','Bring Kum\'isha Imperfect Draenethyst Fragments and be rewarded for each one you turn in.\n','You truly disgust me, $r. A grown man drooling over a pile of junk? Pitiful! Take your reward and get out of my sight.','Have you had any luck in your exploration?','','','','','',10593,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3502,4044,4,0,8,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Draenei\'s Junk...','Well, after that display of voracious greed, I feel nauseous.$B$BRegardless, I shall not dwell too long on your material addiction.$B$BFor each imperfect draenethyst fragment you turn in, I shall reward you with more junk. My junk heap gets smaller while your junk heap gets larger. On Draenor we call this a \'win-win\' situation.\n','Bring Kum\'isha Imperfect Draenethyst Fragments. Any form of monster in the Blasted Lands could be carrying a fragment.\n','You truly disgust me, $R. A grown woman drooling over a pile of junk? Pitiful! Take your reward and get out of my sight.$B$BSounds familiar? It should, because I say it a thousand times per day.$B$BOh how I loathe this world.','Well? Draenethyst? Remember?$B$B$B$BIs anybody home?','','','','','',10593,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',3501,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3503,4044,16,0,0,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meeting with the Master','','','There was a time when I could ask whatever I wished from those who sought out my master. But now, you need only ask and I will send you to him.$b$bIt is upsetting to me, but I do not question his orders. I can only take enjoyment in making fun of the ridiculous clothes you wear or the pathetic look on your face. Even that bores me...$b$bEven this rambling bores me! Do you wish to see my master or not?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12510,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,0,0,0),(3504,4044,1637,0,0,44,53,0,690,0,0,0,0,0,0,0,0,3505,10643,1,'Betrayed','Betraying, thieving woman! That\'s what I call her--that\'s all she\'ll ever be!$B$BI may have made a grave mistake, $N. I trusted a blood elf. What\'s worse, I trusted a woman!$B$BShe claimed Azshara would hold great riches... powerful items. I simply send some warriors with her to protect her and I would be rewarded. Well, look who\'s the fool--she\'s killed them all.$B$BI want vengeance, $N, but I can\'t afford to send anyone else. Find Ag\'tor at Valormok, north of the Haldarr Encampment. He\'ll tell you more.','Deliver the Sealed Letter to Ag\'tor to Ag\'tor Bloodfist in Azshara.','We\'ve sent everything we had at her and her workers, but they are strong in battle. None have bothered to return. I\'m assuming some have died, but I\'m sure others simply ran... cowards.$b$bBut now that reinforcements have arrived, perhaps there\'s still something we can do. Perhaps we can still punish her for lying and betraying Belgrom.$b$bWhat do you say, are you in?','Ah, Belgrom wizened up and finally sent someone not in his ranks to aid us, did he?$b$bThis camp used to be a dozen warriors strong, $N, but now they\'re all dead. That $C, Rimtori, has slain them all. She played Belgrom like a lute... seduced him even. It\'s none of my business, but between you and I, she is quite the temptress. That\'s probably why I\'m still out here helping Belgrom--I probably would have done the same thing.','','','','','',10643,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3505,4044,1637,0,12,44,53,0,690,0,0,0,0,0,0,0,0,3506,0,0,'Betrayed','I thought as much.$B$BWe start our crusade against her workers along the southern bluffs on the northern peninsula of Azshara. Kill them with bloody rage--let them know they\'ve betrayed the wrong allies.$B$BDo not concern yourself with her yet--she spends most of her time with her bodyguards searching Azshara. It would be prudent after you\'ve slain her workers to find her personal camp. Scouting out where we can attack her would be wise. Perhaps there is something there we can use to provoke her.','Kill 10 Blood Elf Reclaimers, and 10 Blood Elf Surveyors before seeking out Magus Rimtori\'s camp. Once you\'ve found it, look for something that might be important to her that can be used to draw her into a fight.','You begin to skim some of the pages until you come to a page that\'s marked by a thin, black strip of silk cloth.$b$bAs you try to decipher the script, you see a diagram on the bottom of one of the pages. A quick look around at the scene before you and you realize that the crystals, the circle, and even some of the other components on the ground are set up in a similar pattern as the diagram.','The title of the book is emblazoned on the black leather cover in gold leaf--Kaldorei Tome of Summoning. As you open the pages you can see that the book is very old but in superb condition.$b$bYou assume the text is of some ancient language... perhaps Kaldorei?$b$bYour instincts tell you that you should return here once you\'ve finished doling out retribution on the blood elves for their betrayal.','Find Magus Rimtori\'s camp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6199,6198,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34200,1388,0,0,0,'',3504,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3506,4044,1637,0,8,44,56,0,690,0,0,0,0,0,0,0,0,3507,0,0,'Betrayed','A few more moments of thought brings a few ideas to mind, one of which brings a smile to your face: perhaps destroying the crystals would upset the blood elf responsible for the slaughter of so many orcs and the betrayal of Belgrom?$B$BYou continue to decipher more of the script and pictures and realize that one of the crystals is tied to the creator of the circle--the others are tied to something far more sinister.$B$BYou close the book and begin to decide which crystal to destroy. ','Destroy the arcane focusing crystal tied to Magus Rimtori and then slay her. Afterwards, take the Head of Magus Rimtori to Ag\'tor Bloodfist in Azshara.','RAR!! Incredible!$b$bYou\'ve done it! Belgrom will be pleased! Finally the spirits of dozens of our warriors can be at peace. Thank you, $N.','How goes your slaughter of the blood elf traitors, $N? Have you made any progress?$b$bI hope you are the one strong enough to bring that dog to her knees! She deserves nothing but a painful death for all that she has done!','','','','','',10597,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',3505,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3507,4044,1637,0,0,44,56,0,0,0,0,0,0,0,0,0,0,0,10597,1,'Betrayed','Return to Belgrom in Orgrimmar. He will want to see her head for himself! We\'ll return there shortly.$B$BAh, this is indeed a good day. Thank you for your help, $N.','Speak to Belgrom Rockmaul in Orgrimmar.','HAHA! Look at you now, pathetic woman! I spit on your remains!$b$bThank you, $N. Thank you from the bottom of my heart! This is indeed a great day!$b$bI would give you a kingdom if it were in my power! But perhaps you will settle for this.$b$b$b$bHaha! Stupid blood elf, look at you now... in a burlap sack and missing your body! You should never have betrayed Belgrom!','I remember you, $C. I asked you to go to Azshara to destroy that wench that betrayed me! That seems like many moons ago. Don\'t tell me that Ag\'tor and the others are dead also!','','','','','',10597,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10709,11120,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',3506,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3508,4044,16,0,0,45,58,0,0,0,0,0,0,0,0,0,0,3509,0,0,'Breaking the Ward','You are foolhardy, $N. It is an admirable quality of your kind - to blindly enter battle when you have little to no chance of success. I will assist you, if only to see just one of Razelikh\'s minions fall.$B$BTo break the ward placed over Razelikh\'s subordinates will take time and require the acquisition of rare artifacts.$B$BBe still, I must first perform the enlightenment ritual. The information I gather will assist me in forging weapons of great power.','Wait for Loramus to complete the enlightenment spell.','The name of the beast must be found.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',3141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3509,4044,16,0,8,45,58,0,0,0,0,0,0,0,0,0,0,3510,0,0,'The Name of the Beast','There is only one way to harm the demon lord and his minions. A weapon of power must be forged bearing his true name.$B$BWhen such a weapon is forged, the demon and all under his command are vulnerable.$B$BA lesser deity resides in Azshara: Lord Arkkoroc. You must seek him out but be warned, his minions will stop at nothing to destroy you if you are discovered.$B$BUndoubtedly, you will have to pay a price for such information. ','Speak with Lord Arkkoroc in Azshara. Begin your search at the waters edge to find the Temple of Arkkoran.','A demon lord?$b$b$b$bPerhaps the one can assist you with this information; but first, you must assist the one.$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',3508,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3510,4044,16,0,8,45,58,0,0,0,0,0,0,0,0,0,0,3511,0,0,'The Name of the Beast','She kills my children, mortal. She that calls herself the ruler of these oceans. A false god, nothing more. Crush her and bring back all of her heads.$B$BFor that, you will be given the name that you seek and something else of equal importance.$B$BShe roams the clutch... Hetaera she is called.$B$B$B$BGo!\n','Slay Hetaera and bring back Hetaera\'s Bloodied Head, Hetaera\'s Beaten Head, and Hetaera\'s Bruised Head to Lord Arkkoroc.','Finally, one worthy of the wisdom of Arkkoroc!$b$b','$b$bWhere are they?','','','','','',10599,10598,10600,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',3509,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3511,4044,16,0,0,45,58,0,0,0,0,0,0,0,0,0,0,3602,10610,1,'The Name of the Beast','As promised, I will reveal the name of the demon lord, Razelikh the Defiler. First, however, I must prepare something of utmost importance for your journey.$B$BThe weapon you seek to create requires a temper. Give me a moment to drain the blood from these heads.$B$B$B$BTake the temper back to Loramus along with the name of the beast: Rakh\'likh.','Take the temper back to Loramus Thalipedes.\n','The temper will add the necessary vitriol we require for the forging of the weapons. There is but one more step in their creation.$b$b','You return! Astounding, $R. Did you discover the true name?$b$b','','','','','',10610,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',3510,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3512,4044,8,0,8,48,55,0,1791,0,0,0,0,0,0,0,0,0,0,0,'In Eranikus\' Own Words','$N, our first step will be to devise a method to speak with Eranikus through the gem. He lies in a precarious state between sleep and death now, twisted within a weave of nightmares. Though the essence you have given me is badly tainted, there is a chance we can reach him.$B$BTravel far to the icy lands of eastern Winterspring and seek one of our mortal allies, Umbranse the Spiritspeaker. He is a human medium who speaks for the dead. Though Eranikus is not truly dead, he may be of aid to us still.','Travel to the eastern part of Winterspring and speak with Umbranse the Spiritspeaker.','Itharius was wise to send you to me. While he is not dead as you understand death, Eranikus will soon give us advice in his own words. For now though, I cannot directly help you... at least not yet.$b$bI will lend my skill at death-speaking to you, but first I need the help of one who - unlike me - is not limited by the frailties of old age. My most potent augury device has been taken from me against my will, and unless I have it back we will be at a loss to help Eranikus.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',3374,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3513,4044,17,0,0,15,25,0,690,0,0,0,0,0,0,0,0,3514,10621,1,'The Runed Scroll','The official-looking scroll is wrapped tightly with a silvery ribbon. You\'re sure someone would be interested in seeing this, but who?$B$BThere is an outpost close to the Ashenvale border to the north, and if the information on this scroll involves the night elves, this would be the place to take it.','Take the Runed Scroll to the northern guard tower in the Barrens.','Well now... Where did you find this?','Whaddya got?','','','','','',10621,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3514,4044,17,0,0,15,29,0,690,0,0,0,0,0,0,0,0,0,10622,1,'Horde Presence','This scroll is from that scheming dryad Rynthariel, Keymaster of the Talon Den on Stonetalon Peak.$B$BShe\'ll not be making any more contact with the messenger you looted this from, heh, but we must stand our ground here. The Horde will not tolerate her outrunners here.$B$B$N, travel to the Talon Den. Kill Rynthariel, and then put up a symbol for all to see. Take this Horde flag, $N. Put it up in the Talon Den so that they will not be so rash as to send another messenger through our territory again.','Kill the leader of the Talon Den, Rynthariel the Keymaster.','You\'re a tough one! Ridding the Den of Rynthariel is a major step, $N. They will be slow to regroup, and so we can count on less Alliance runners in the Barrens. They will think again before sending another this way.$B$BThank you.','We cannot allow the Alliance on our land, $N. Make this known.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8518,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,10653,10654,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17700,0,0,0,0,'',3513,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3515,5875,16,0,8,45,42,0,0,0,0,0,0,0,0,0,0,3516,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(3516,5875,16,0,8,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'0',3515,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(3517,4044,16,0,8,45,52,0,690,0,0,0,0,0,0,0,0,0,0,0,'Stealing Knowledge','I admit, $N, I\'ve made the most of my situation in Azshara. Belgrom\'s punishment has had its share of benefits.$B$BBefore I left, I did some research and you would be surprised how many valuable items are lying around.$B$BI\'ll tell you more about my deals, and even give you a cut of the profits, if you help me gather some of them.$B$BThere are tablets throughout the Ruins of Eldarath to the east that I need. All four are named after Highborne wizards. Get them for me and we\'ll talk some more.','Find the Tablet of Beth\'Amara, the Tablet of Jin\'yael, the Tablet of Markri, and the Tablet of Sael\'hai before returning to Jediga in Azshara.','Perfect, $N, and in good condition also. These should get us a good price from all the parties concerned.$b$bLet\'s not dawdle around here any longer than we have to. We have some money to make.','The tablets I\'m having you gather should bring in a pretty copper or two to the right parties. I\'ll tell you who we need to deliver them to after you\'ve found them. But I\'m no fool... you\'ll get your share after I have proof that they\'ve been delivered.$b$bSo get to it--we don\'t have all day. I might have to find someone else to help me.','','','','','',10538,10539,10540,10541,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3518,4044,16,0,0,45,52,0,690,0,0,0,0,0,0,0,0,3562,10538,1,'Delivery to Magatha','The first tablet goes to a tauren female... one called Magatha. She is among the elders in Thunder Bluff, and is one of the proponents of the alliance between the tauren and the Forsaken. She, more than anyone among the elders, feels the tauren and their ways can help the Forsaken find a path back to being human.$B$BBring her the Tablet of Beth\'Amara. The tablet may be the link she needs in finding a way to help the Forsaken... or so she claims.','Bring the Tablet of Beth\'Amara to Magatha in Thunder Bluff.','Ah, at long last, the Tablet of Beth\'Amara. I was wondering if my partnership with Jediga had failed or if the poor orc had found her death in Azshara. I am glad she was successful.$b$bBeth\'Amara was one of the Highborne\'s most influential alchemists. The wizard alone was said to have mastered transmuting metals among other things.','Yes, $N. What can I do for you? I have many matters I must attend to, so please, be quick.','','','','','',10538,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',3517,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3519,4044,188,0,8,2,4,0,1101,0,0,0,0,0,0,0,0,3521,0,0,'A Friend in Need','Ughhh... I was bitten very badly by a spider named Githyiss the Vile while exploring the spider cave very close to here. I am sure I have been seriously poisoned; you must help me.$B$BPlease tell Dirania Silvershine. She will be able to help me.$B$BHurry... I\'m so dizzy...','Speak to Dirania Silvershine in Shadowglen.','Oh dear; I was wondering why I hadn\'t seen Iverron yet today. And I\'ve always warned him about those spiders...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',4495,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,34,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(3520,4044,440,0,0,40,44,0,0,0,0,0,0,0,0,0,0,3527,10699,1,'Screecher Spirits','I seek the spirits of the vale screechers of Feralas. They are the cousins of an old, old god, and their spirits are linked to him.$B$BTake this bramble wand and go to Feralas. Find and defeat vale screechers in southern and central Feralas, then wave my bramble over their fallen bodies. This will coax their spirit to reveal itself. Touch the spirit and collect its essence.$B$BReturn to me with my bramble and with the collected essence, and I will tell you more of the old god of which I spoke.','Capture the spirits of 3 screechers in Feralas, then return to Yeh\'kinya in Steamwheedle Port.','You have done well, $N. Perhaps now it is time to reveal more...$B$BThere is an ancient prophecy among the trolls, where the dead god Hakkar, the Soulflayer, will one day return to this earth. Some say the coming of Hakkar will bring joy and glory to trollkind, while others believe his resurrection marks the end of all things.$B$BI do not believe this myth, but I do know the essence of Hakkar holds great power, and this power should be kept from those who would abuse it...','Have you collected the essence of the screecher spirits, $N?','','Screecher Spirits Collected','','','',0,10699,0,0,0,0,0,1,0,0,0,0,8612,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,5),(3521,4044,188,0,8,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Iverron\'s Antidote','We may be able to help Iverron, as I know of an antidote that should help with the poison. It requires some ingredients, though, before I can make it.$B$BI\'ll need Hyacinth mushrooms. You can find these growing under trees, or you may collect them from the grell south of here; they seem to have taken a liking to them. I\'ll also need Moonpetal lilies, which only grow around watery pools.$B$BThe last ingredient may prove the most difficult. From the very spiders that poisoned Iverron, collect Webwood ichor.','Collect 7 Hyacinth Mushrooms, 4 Moonpetal Lilies, and 1 Webwood Ichor for Dirania Silveshine in Shadowglen.','Thank Elune that you have gathered these ingredients so quickly!$b$bIn just a moment, I will have the antidote prepared.','Please, collect the ingredients, $N. Iverron needs our help.','','','','','',10639,10641,10640,0,0,0,7,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',3519,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,2,0,5),(3522,4044,188,0,0,2,4,0,1101,0,0,0,0,0,300000,0,0,0,10642,1,'Iverron\'s Antidote','The antidote is ready, $N. Please see that Iverron drinks it.$B$BThere is something that you should know -- the antidote -- it will only remain viable for 5 minutes. You must get it to him in time.$B$BSpeed be with you, $N.','Bring Iverron\'s Antidote to Iverron before the time limit is up. Iverron can be found by the cave to the north.','What is this, $N?$b$bOh, I knew Dirania would be able to help me!$b$b$b$bI\'m always getting into trouble and Dirania, well, she always manages to help me out of it.$b$bI am feeling much better, but I think I will sit here for a while longer, until I feel completely better. Well, that, and I was hoping you\'d clear a path for me through those vicious Webwood spiders...','Oh... $N, I\'m so glad you have returned.','','','','','',10642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10655,10656,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',3521,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(3523,4044,722,0,0,32,37,81,0,0,0,0,0,0,0,0,0,3525,10682,1,'Scourge of the Downs','Outstanding! My name is Belnistrasz, and I thank you for rescuing me. I had given myself up for dead... or worse, as a meal for these Scourge-infested vermin. Yes - I said Scourge all right; they\'ve brokered some sort of deal with the Quilboar here, and this nightmare is a result.$B$BListen... rather than just flee, I want to make a difference for all of our sakes. Would you be up to helping me out to that end? It\'s probably dangerous, but you seem to be the type not to worry about that too much.','If you agree to aid Belnistrasz, speak with him again and hand the Oathstone he gave you back to him.','Fantastic, I thought you looked to be the heroic type! We\'ve got our work cut out for us $N, I\'m not going to lie to you. If we stay focused on the task at hand, we should be able to come out on top.$b$bNow, let me bring you up to speed on what\'s been going on...','I\'m not one for politics; I care not if your affiliations are for either Horde or Alliance. I am more interested in squelching direct and dire threats to all the races... and we have quite a large one in here.$b$bIf you\'re willing to be a true hero for all people, then hand me the oathstone I have given you as a sign of commitment. I\'m... not from around these parts; an oathstone is important to people of my kind as a bond of agreement.','','','','','',10682,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,1),(3524,4044,148,0,8,11,13,0,0,0,0,0,0,0,0,0,0,4681,0,0,'Washed Ashore','Majestic sea creatures are known to launch themselves at the Darkshore coastline, beached there until they die. Lately, these beasts have been washing ashore in ever-increasing numbers. I\'ve been sent here by the Temple of the Moon to investigate, but the presence of murlocs along the water has made my research difficult.$B$BThere is a giant creature washed ashore just south of Auberdine that is ringed by the foul Greymist murlocs. Could you go there and retrieve bones from the creature for our study?','Recover Sea Creature Bones from the beached sea creature just south of Auberdine, and then return with it to Gwennyth Bly\'Leggonde in Auberdine.','I hope the murloc did not give you much trouble in collecting this for us! I will be sure to get this on the next hippogryph to Darnassus. The Temple of the Moon has given me some funds to hand out for assistance; please have some with our thanks.$B$BYour success here emboldens me to offer you a chance to aid the Temple of the Moon further, if you are interested...','It is only recently that these creatures started landing on the coast of Darkshore in such alarming numbers. I can\'t help but think that this is an ill omen of some sort. Recovering a sample of that creature\'s bones to the south would help us in Darnassus assess this situation!','','','','','',12242,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(3525,4044,722,0,2,32,37,81,0,0,0,0,0,0,0,0,0,0,0,0,'Extinguishing the Idol','Near the entrance is an idol that functions as a macabre oven for the Quilboar; the beasts... they literally consume their abductees from the Barrens. I can shut down the idol and bind them from using it again, but I need your aid in doing so. My plan: escort me to the idol. Once we arrive, I\'ll commence the ritual. I\'ll barely be able to communicate with you, let alone defend myself. Protect me while I shut down the idol. If they take me down, then it\'s all over for us.$B$BAre you with me?!','Escort Belnistrasz to the Quilboar\'s idol in Razorfen Downs.$B$BProtect Belnistrasz while he performs the ritual to shut down the idol.','Belnistrasz\'s sudden departure has left behind a burning brazier. As you stare in to the flame, the image of a great-winged red dragon fills your mind. A more graveled version of Belnistrasz\'s voice speaks directly to you.$B$B\"Indeed mortals, you are the heroes I had hoped you would be. Thanks to you the butchery these beasts were perpetrating is a thing of the past. My faith in mortals such as yourself has been once more renewed. Take this as a reward befitting of a hero.\"','','Protect Belnistrasz while he performs the ritual to shut down the idol','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10710,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',3523,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3526,4044,0,201,0,10,-1,0,690,0,202,200,0,0,0,0,0,0,10789,1,'Goblin Engineering','Expert engineering yields two distinct disciplines: gnome and goblin. Clearly, goblin engineering is the choice of all brilliant engineers. Learn to master the world through the judicious use of high explosives and fantastic gear!$B$B$N, read this manual. If you want to learn about goblin engineering, then take it to Nixx Sprocketspring in Gadgetzan. Remember - membership is permanent and prevents joining the other discipline, so make sure this is what you want before finishing his task.','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','Well $N, you were wise to seek my tutelage! Any schlep can become an expert at the basics of engineering - the gnomes and their irradiated home of Gnomeregan are proof of that. It takes a strong mind and a steady hand (emphasis on STEADY) though to master the discipline of Goblin Engineering.$B$BKeep your ears perked $N, and you might learn something.','I can smell fresh recruits much like I can an excellent blasting powder - from a mile away. Have you come seeking to learn about the mastery of the explosion?','','','','','',10789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3629 3630 3632 3633 3634 3635 3637 4181',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3527,4044,978,0,8,40,47,81,0,0,0,0,0,0,0,0,0,4787,0,0,'The Prophecy of Mosh\'aru','The ancient prophecy of Mosh\'aru speaks of a way to contain the god Hakkar\'s essence. It was written on two tablets and taken to the troll city of Zul\'Farrak, west of Gadgetzan.$B$BBring me the Mosh\'aru tablets!$B$BThe first tablet is held by the long-dead troll Theka the Martyr. It is said his persecutors were cursed into scarabs and now scuttle about his shrine.$B$BThe second tablet is held by the hydromancer Velratha, near the sacred pool of Gahz\'rilla.$B$BWhen you have the tablets, bring them to me.','Bring the First and Second Mosh\'aru Tablets to Yeh\'kinya in Tanaris.','Ah, this is good. I can fuse these ancient tablets together, and then study their hidden secrets.$b$bMy debt to you grows, $N. And it will grow further still.','Do you have the tablets of the Prophecy of Mosh\'aru, $N?$b$bWhen I gain the tablets, I will study them, and learn how to contain the essence of Hakkar!','','','','','',10660,10661,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54300,0,0,0,0,'',3520,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,7),(3528,4044,1417,0,0,40,53,81,0,0,0,0,0,0,0,0,0,0,10465,1,'The God Hakkar','Now it is time to capture the essence of the avatar of Hakkar.$B$BTake the Egg of Hakkar to the Sanctum of the Fallen God in the Sunken Temple in Azeroth. Invoke the egg\'s power to stir the dead god.$B$BHe will send his minions against you. Defeat his bloodrinkers and take their Hakkari blood, then use the blood to dowse the eternal flames that hold Hakkar\'s spirit. When all the flames go out, the avatar of Hakkar will enter our world.$B$BDefeat him, and place his essence within the egg of Hakkar.','Bring the Filled Egg of Hakkar to Yeh\'kinya in Tanaris.','The essence of Hakkar has been collected! Even now the Egg stirs with life! Could the myths of Hakkar be true?$b$bThat must not be true, for it is then I fear what Hakkar may do if birthed again. I will keep this egg safe and be sure it does not fall into evil hands.$b$bYour labors with me are finished, $N. You have touched a legend, and your actions may one day change the face of our world.','Have you defeated the avatar of Hakkar, $N? Has his essence yet empowered the egg I gave you?','','','','','',10662,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10749,10750,10751,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',4787,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3529,5875,16,0,8,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3530,5875,16,0,8,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3531,5875,16,0,8,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3541,4044,16,0,0,45,52,0,690,0,0,0,0,0,0,0,0,3563,10539,1,'Delivery to Jes\'rimon','I have a fence in Orgrimmar. He resides in The Drag. He\'s difficult to nail down if you don\'t know where to look, but if you go looking in one of the highest buildings there you should have no problem finding him.$B$BDo me a favor though, don\'t go shouting to all of Kalimdor that he\'s there and what his business is--it\'d be bad for both of us.$B$BHe\'ll give us more than a fair price for the Tablet of Jin\'yael. I\'m not sure why, but you should have seen how excited he was to hear about its whereabouts.','Bring the Tablet of Jin\'yael to Jes\'rimon in Orgrimmar.','Ahhh, Jediga be sendin\' her package all the way from Azshara. Good. I be waitin\' on this.$B$BJediga, now that be a fine woman... deadly too. What could be better?$B$BLook at this... the tablet be in perfect condition. You make a good messenger, $N.','Yes, what you be needin\', $gdad:mon? I got many tings to be takin\' care of today, and you not be on me agenda as one of them. Pester me, and I make sure that changes.','','','','','',10539,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',3517,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3542,4044,16,0,0,45,52,0,690,0,0,0,0,0,0,0,0,3564,10540,1,'Delivery to Andron Gant','Andron Gant is my next contact. He usually holds himself up in the Undercity... right near the Apothecarium.$B$BHe was a little more loose-lipped when it came to speaking about what he wanted the Tablet for. Apparently some of the mages of Undercity are looking to study some of the arcane spells the highborne used. They think this tablet will help them. Markri was adept at summoning creatures; especially elementals.$B$BTake the Tablet of Markri and return to me for your part of the reward.','Bring the Tablet of Markri to Andron Gant in Undercity.','Here, take some coin... get yerself... ... some new armor or something....$b$bThis\'ll bring a shiny gold or two to the right... people.','Well... ... isn\'t this a surprise? An adventurererere... !$b$bWhat c\'n I do for you... ?','','','','','',10540,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',3517,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3561,4044,16,0,0,45,52,0,690,0,0,0,0,0,0,0,0,3565,10541,1,'Delivery to Archmage Xylem','This final tablet goes to someone very dangerous, $N. Heed me when I tell you that I trust this person far less than anyone else I\'ve asked you to meet with.$B$BArchmage Xylem has a tower up in the hills overlooking Azshara. He\'s human, but he acts like no human I\'ve met... or killed. He exudes power, and I dare not ask him what he plans on doing with the tablet.$B$BHe came to me, but told me that his bodyguard Sanath would help me get to the tower when I was ready to meet him. Look north for Sanath.','Bring the Tablet of Sael\'hai to Archmage Xylem in Azshara.','Ah, the Tablet of Sael\'hai... how long I\'ve longed to study it.$b$bThank you, $N. You may tell Jediga that she has done well. This will definitely be worth the payment she asked for.','What can help you with, $N?','','','','','',10541,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',3517,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3562,4044,16,0,0,45,52,0,690,0,0,0,0,0,0,0,0,0,10678,1,'Magatha\'s Payment to Jediga','Take this note to Jediga. Tell her the payment will be here for her when she returns. And tell her I am pleased with her work.$B$BGo swiftly, $N. Tell your master I will be awaiting her here.','Deliver Magatha\'s Note to Jediga in Azshara.','Ah, good. She was much more reasonable than I expected... at least towards you. I half expected her to have you punished for my insolence in sending someone in my place. She must really want that tablet. Interesting.$b$bSomething to ponder another time.','Well, what did Magatha say? The old crone... I bet she was less than polite.','','','','','',10678,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',3518,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3563,4044,16,0,0,45,52,0,690,0,0,0,0,0,0,0,0,0,10680,1,'Jes\'rimon\'s Payment to Jediga','Take this letter to Jediga. Let her know that our deal has been beneficial and I be pleased with her work.$B$BYou tell her she come back to Orgrimmar fast and Jes\'rimon make sure he take good care of her.$B$BTell her that, and maybe in the future I have need of your services again, $N.','Deliver Jes\'rimon\'s Note to Jediga in Azshara.','I can see he was more than pleased by the looks of his note.... a little too pleased.$B$BPerhaps some day I\'ll take time to make sure he knows how much I appreciate his advances also. Well, at least there\'s one reason to look forward to spending more time in Azshara.$B$BHere\'s your share of our payment.','Have you spoken to Jes\'rimon yet?$B$BHe\'s a boar among trolls, but his information is usually accurate and his jobs well paying.$B$BIf you can stand his attitude then you stand to make some good coin from his business endeavors.','','','','','',10680,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',3541,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3564,4044,16,0,0,45,52,0,690,0,0,0,0,0,0,0,0,0,10679,1,'Andron\'s Payment to Jediga','Here... take... this to Jediga. Good luck to ya!','Deliver Andron\'s Note to Jediga in Azshara.','Perfect... wait a minute.$b$bHaha! What\'d you tell him when you delivered the tablet, $N? He overpaid us way too much! Not that I\'m complaining. Did you tell him the deal changed? Or was he drunk again?$b$bDoesn\'t matter... here, take an extra share also.','Have you met with Andron yet? He rarely leaves Undercity, so I don\'t think it\'d be too hard to find him.','','','','','',10679,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',3542,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3565,4044,16,0,0,45,52,0,690,0,0,0,0,0,0,0,0,0,10681,1,'Xylem\'s Payment to Jediga','What is it? Oh yes, your payment. Of course.$B$BTake this and be off with you. I\'m sure Jediga is awaiting oh so patiently for your return.','Deliver Xylem\'s Note to Jediga in Azshara.','No problems? None at all? Well, that\'s something to be said... I expected him to show some sort of reluctance or to at least betray our deal. Hmm, maybe he can be trusted after all.$b$bWell, no need to dwell on it that much. Here\'s your share. Thank you for your help.','Well, what did Xylem have to say? He didn\'t do anything to you, did he? Cast a spell on you? Con you into doing work for him?','','','','','',10681,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',3561,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3566,4044,51,0,0,40,46,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Rise, Obsidion!','It... It... It was all a trap.$B$BForgive... me.$B$BKill the traitor... Kill him for us... for Thorius.','Slay Lathoric the Black and Obsidion, and return to Thorius in Ironforge with the Head of Lathoric the Black and the Heart of Obsidion. ','$B$BThis... this cannot be. My own brother? He set this all up?$B$B$B$BHe betrayed me, he betrayed Ironforge! It seems as if the influence of the Old Gods is still strong in these lands. I fear that if my brother - a once noble and honorable man - was so easily turned to the will of Ragnaros, no one is safe.','I don\'t believe you! Show me proof!','','','','','',10447,10446,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10740,10741,10739,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,51900,0,0,0,0,'',3372,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,18,0,0,0,0,0,0,0,0,0,7),(3567,4044,357,0,8,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'To the Top','','','Would you like to see the view atop one of the twin colossals? I can send you there, $R.$B$BDo consider how you will get down, though. This is a one way trip only.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12242,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,0),(3568,4044,1497,0,0,45,52,0,690,0,0,0,0,0,0,0,0,0,10695,1,'Seeping Corruption','See that tauren behind me--the one who looks like she\'s going to be ill at any moment? She was in Azshara recently. She claims she was wounded by some naga while making her way through the Ruins of Eldarath.$B$BAfter fighting off a few of them, she took a break on the beach and drank from one of the tide pools. Now she\'s feeling nauseous... among other things.$B$BI\'d like to find out what she drank. Take this box, in it are some empty vials I labeled. Fill each at different pools and come back.','Fill all 4 Empty Vials at the tide pools along the coast of the Ruins of Eldarath in Azshara before returning to Chemist Cuely.','Wonderful. You\'re back before she died. Good, good.$B$BLet\'s get started on this then, shall we?$B$BI\'ve been studying her symptoms for some time now, and it\'s quite ugly. I\'m surprised she\'s still standing. She\'s vomited three or four times all over the place... quite a pleasant odor.$B$BGive me just a moment to put something together to test on our... friend.','You know where this is leading, don\'t you, $N? There\'s no way she can survive... look at her. The best thing for her now is to aid us in finding a cure for the plague. This water she drank might have a clue that helps us figure out how. She\'s going to die anyway--she might as well die doing something noble for our people before she does. Don\'t you agree?','','','','','',10691,10692,10693,10694,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,3),(3569,4044,1497,0,0,45,52,0,690,0,0,0,0,0,0,0,0,0,10712,1,'Seeping Corruption','Give this to Thersa. Perhaps it will cure her... perhaps not. We really won\'t know until after she drinks it.','Give Cuely\'s Elixir to Thersa Windsong in Undercity.','Chemist Cuely has been very accommodating... disturbingly so. But if he says this will help me, then I have no other choice. I don\'t have time to find any other solution. I\'ve already spoken to priests and shamans, none of which could help me.$B$BLet us hope that the Earthmother watches over my spirit.','I\'ve come to Undercity because I heard their alchemists have been studying long and hard on how to find a cure for their own illness. It was suggested that perhaps they could help me too.$B$BAlthough this place makes me feel far from welcome, I had no choice--the sickness that found me is tearing me up inside and I needed their help immediately.','','','','','',10712,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',3568,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3570,4044,1497,0,8,45,52,0,690,0,0,0,0,0,0,0,0,0,0,0,'Seeping Corruption','','','Wonderful. You\'re back before she died. Good, good.$B$BLet\'s get started on this then, shall we?$B$BI\'ve been studying her symptoms for some time now, and it\'s quite ugly. I\'m surprised she\'s still standing. She\'s vomited three or four times all over the place... quite a pleasant odor.$B$BGive me just a moment to put something together to test on our... friend.','You know where this is leading, don\'t you, $N? There\'s no way she can survive... look at her. The best thing for her now is to aid us in finding a cure for the plague. This water she drank might have a clue that helps us figure out how. She\'s going to die anyway--she might as well die doing something noble for our people before she does. Don\'t you agree?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',3569,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3581,5875,1638,0,8,40,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'','Imagine yourself racing across the plains, through forests and over mountains, the wind in your face... Traveling over unseen territory; the wonder of the road ahead, your destiny resting just over the horizon.$B$BAlways remember that on hoof, many things are achievable; as a Tauren, you will be granted the swiftness of Plainsrunning. There is no limit to the distances you might go.','Speak to Saern Priderunner again to learn the Plainsrunning skill.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12566,12821,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3601,4044,16,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kim\'jael Indeed!','Kim\'jael indeed!! Do you know what Kim\'jael means to the Blood elves, $N? Little rat... or something like that. The big bullies!$B$BThey hired me to help them scout the area looking for some sort of lost treasures. Of course I jumped aboard the moment they said \"treasure\" and the amount they were willing to pay, but of course, they turned on me and tried to kill me... ME!$B$BGoes to show you, you can\'t trust a Blood elf.$B$BThe problem is, they still have my equipment and I can\'t get it back. Help me out?','Search the Thalassian Base Camp for Kim\'jael\'s Compass, Scope, Stuffed Chicken and Wizzlegoober, then return them to him in Azshara.','Haha! You got them good, didn\'t you?!$b$bThis is great! That\'ll teach those Blood elves to betray their partners... especially someone as loyal as a goblin merchant! Bah, Blood elves...!$b$bWell, the least I can do for you is pay you for your time... just like I said I would.$b$bHere you go... those should be useful.','Those stinkin\' Blood elves. I tell ya, if I was as strong as you are, I\'d go down there and teach them a thing or two myself! But I\'ll have to settle with payin\' you to take care of \'em for me.','','','','','',10717,10715,10722,10718,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10830,0,0,0,3,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,2,11,1,0,0,0,0,0,0,14,0,0,6),(3602,4044,16,0,0,45,58,1,0,0,0,0,0,0,0,0,0,0,10834,1,'Azsharite','The ancient cliff giants of the southern region of Azshara consume the rock and buildings of the land for sustenance. The excrement from their consumption is a highly malleable and extremely strong crystal known as Azsharite.$B$BThe formations litter the southern arc, but few are ever recovered due to the extremely violent nature of the giants.$B$BYou are to venture south and recover enough of the Azsharite for the creation of the weapon\'s body. My felhounds will aid in the recovery of the crystal.','Recover twenty Crystallized Azsharite from southern Azshara. You may use the Felhound to assist you in \'sniffing\' out the location of cleverly hidden deposits.$B$BReturn to Loramus when the task is complete.\n','Your tasks in Azshara are complete, mortal. I must now forge the necessary components for the next step in your adventure.','Evil does not sleep, fool. You will have time for rest when you are finally dead. Now, bring me those crystals.','','','','','',10714,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,67500,0,0,0,0,'',3511,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3621,4044,16,0,0,45,58,0,0,0,0,0,0,0,0,0,0,3625,10738,1,'The Formation of Felbane','The weapons are ready to be forged. You must take the tempered azsharite to one with the ability to harness fel energy.$B$BIn Stranglethorn Vale such a blacksmith exists. Galvan the Ancient, leader of the Mithril Order, will craft the weapons to your specifications. You will find his encampment between Zul\'Gurub and the Mosh\'Ogg ogre mound.$B$BMay your determination and faith carry you through this ordeal. Should you fail, know that your God smiles down upon you, mortal.','Take the Shipment to Galvan the Ancient in Stranglethorn Vale.','My goodness, I can only imagine what you went through to get these materials. Few venture into Azshara and return alive, let alone those that face demi-gods and giants!$b$b','Loramus, eh? It has been many years since I have heard that name.','','','','','',10738,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40500,0,0,0,0,'',3602,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3622,5875,1657,0,8,41,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3623,5875,1657,0,8,41,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3624,5875,1657,0,8,41,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3625,4044,33,0,2,45,58,0,0,0,0,0,0,0,0,0,0,3626,0,0,'Enchanted Azsharite Fel Weaponry','$N, the creation of each weapon will take some time.$B$BAdditionally, you may only use the power of the Felcurse once per three minutes. Its weakening properties against Razelikh the Defiler and his minions may be variable in duration. This is why you must release the Felcurse only when the moment is right!$B$BNow give me a moment to craft your weapon, $N.\n','Wait for Galvan to finish forging the weaponry.','$b$bA finer demon slayer has never existed, $N.','To interrupt the forging process could result in an imperfect weapon. Be patient, $n.','Weaponry Creation','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10697,10698,10696,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,'',3621,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3626,4044,33,0,8,45,58,0,0,0,0,0,0,0,0,0,0,3627,0,0,'Return to the Blasted Lands','The hour of redemption is near, $N. You must return to the Blasted Lands with your new-found weaponry and speak with the Fallen Hero of the Horde to receive your final objective.\n','Return to the Fallen Hero of the Horde at Splinterspear Junction in Swamp of Sorrows.','You look battle hardened, $N. Are you prepared to face Razelikh and his minions?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13500,0,0,0,0,'',3625,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3627,4044,4,0,8,45,60,1,0,0,0,0,0,0,0,0,0,3628,0,0,'Uniting the Shattered Amulet','To reach the Defiler, you must first destroy the triad of power and recover the amulet pieces. When you recover all three pieces, return to me and I shall give you further instruction.$B$BGo $N! To the Blasted Lands! Sevine, Allistarj, and Grol must fall!\n','Slay Grol the Destroyer, Lady Sevine, and Archmage Allistarj. From their corpses take the Amulet of Grol, the Amulet of Sevine, and the Amulet of Allistarj.$B$BRemember to USE your Enchanted Azsharite Fel Weaponry to weaken the triad. They cannot be killed otherwise - but use them wisely...\n','The amulet of Razelikh the Defiler is once again complete but he senses the disruption in his chain of command. He knows you come for him...','The three shall form the one, the one shall light the way.','','','','','',10755,10753,10754,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',3626,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3628,4044,4,0,0,45,60,1,0,0,0,0,0,0,0,0,0,0,10757,1,'You Are Rakh\'likh, Demon','Razelikh\'s lair is atop the highest mountain in the Blasted Lands. The only way to the lair is through the use of the teleport runes near the mountain. As long as you hold the amulet, you can freely transport up to the lair. Once you reach the lair, you must conjure the beast. The amulet is your key, $N. Use it on the Altar of the Defiler.$B$BShould you defeat the Defiler, bring back his horn. It will become a symbol of hope for all that view it - proof that heroes do exist in this war torn world.\n','Destroy Razelikh the Defiler and return the Severed Horn of the Defiler to the Fallen Hero of the Horde. You will also need to return the Ward of the Defiler so that the Fallen Hero can destroy it, preventing it from ever falling into the wrong hands.\n','Today is a day that will be remembered for all eternity. The demonic overlord of the Blasted Lands has finally fallen!$b$b','There is nothing left to fear.$b$b','','','','','',10759,10757,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10778,10779,10959,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',3627,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3629,5875,0,201,0,10,-1,0,1101,0,202,200,0,0,0,0,0,0,10789,1,'Goblin Engineering','Expert engineering yields two distinct disciplines: gnome and goblin. I only bother to mention goblin engineering because I\'m a fair trainer. They like to make things that blow up, and they rarely care what is in the way - even themselves.$B$B$N, read this manual. If you want to learn how to blow yourself up, then take it to Nixx Sprocketspring in Gadgetzan. Remember - membership is permanent and prevents joining the other discipline, so make sure this is what you want before finishing his task.','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','Well $N, you were wise to seek my tutelage! Any schlep can become an expert at the basics of engineering - the gnomes and their irradiated home of Gnomeregan are proof of that. It takes a strong mind and a steady hand (emphasis on STEADY) though to master the discipline of Goblin Engineering.$B$BKeep your ears perked $N, and you might learn something.','I can smell fresh recruits much like I can an excellent blasting powder - from a mile away. Have you come seeking to learn about the mastery of the explosion?','','','','','',10789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3526 3630 3632 3633 3634 3635 3637 4181',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3630,4044,0,201,0,10,-1,0,1101,0,202,200,0,0,0,0,0,0,10789,1,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. Gnome engineering represents by far the superior of the two! It\'s about the construction of wonderful gadgets and devices that make life better!$B$B$N, read this manual. If you want to learn more on gnome engineering, then take that manual to Tinkmaster Overspark in Ironforge. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task!','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Tinkmaster Overspark in Ironforge.','Ah, a young engineer interested in pursuing the one, true discipline of engineering! Well forgive my melodrama, friend. While our situation remains dire, it still is always a good day to see another engineer respond to the clarion call of true engineering!','Yes, yes, what needs of yours might I address today? Clearly, I have the time to do such since all I do is stand here while our beloved city lies in a cloud of irradiated death.','','','','','',10789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3526 3629 3632 3633 3634 3635 3637 4181',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3631,4044,0,61,8,40,-1,0,690,256,0,0,0,0,0,0,0,4490,0,0,'Summon Felsteed','Hmph. I say you\'re not prepared, but that is not my decision. Strahad feels otherwise, and it is his decision to make... this time.$B$BHe wishes to speak to you, and quickly. You\'ll find him still above Ratchet in the Barrens, at his little tower there with his acolytes.$B$BDo not dawdle long.','Speak to Strahad Farsan in the Barrens.','Good luck, $N. I look forward to seeing you in the future.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'4487 4488 4489',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3632,4044,0,201,0,10,-1,0,1101,0,202,200,0,0,0,0,0,0,10789,1,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. Gnome engineering represents by far the superior of the two! It\'s about the construction of wonderful gadgets and devices that make life better!$B$B$N, read this manual. If you want to learn more on gnome engineering, then take that manual to Tinkmaster Overspark here in Ironforge. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task!','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Tinkmaster Overspark in Ironforge.','Ah, a young engineer interested in pursuing the one, true discipline of engineering! Well forgive my melodrama, friend. While our situation remains dire, it still is always a good day to see another engineer respond to the clarion call of true engineering!','Yes, yes, what needs of yours might I address today? Clearly, I have the time to do such since all I do is stand here while our beloved city lies in a cloud of irradiated death.','','','','','',10789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3526 3629 3630 3633 3634 3635 3637 4181',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3633,4044,0,201,0,10,-1,0,690,0,202,200,0,0,0,0,0,0,10789,1,'Goblin Engineering','Expert engineering yields two distinct disciplines: gnome and goblin. Clearly, goblin engineering is the choice of all brilliant engineers. Learn to master the world through the judicious use of high explosives and fantastic gear!$B$B$N, read this manual. If you want to learn about goblin engineering, then take it to Nixx Sprocketspring in Gadgetzan. Remember - membership is permanent and prevents joining the other discipline, so make sure this is what you want before finishing his task.','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan in Tanaris.','Well $N, you were wise to seek my tutelage! Any schlep can become an expert at the basics of engineering - the gnomes and their irradiated home of Gnomeregan are proof of that. It takes a strong mind and a steady hand (emphasis on STEADY) though to master the discipline of Goblin Engineering.$B$BKeep your ears perked $N, and you might learn something.','I can smell fresh recruits much like I can an excellent blasting powder - from a mile away. Have you come seeking to learn about the mastery of the explosion?','','','','','',10789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3526 3629 3630 3632 3634 3635 3637 4181',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3634,5875,0,201,0,10,-1,0,1101,0,202,200,0,0,0,0,0,0,10789,1,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. While I think it is a waste, you should be aware of gnome specialization. They make items and gadgets that claim to change the world, but rarely often work.$B$B$N, read this manual. If you wish to learn how to make metal paper weights, then take that manual to Tinkmaster Overspark in Ironforge. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task!','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Tinkmaster Overspark in Ironforge.','Ah, a young engineer interested in pursuing the one, true discipline of engineering! Well forgive my melodrama, friend. While our situation remains dire, it still is always a good day to see another engineer respond to the clarion call of true engineering!','Yes, yes, what needs of yours might I address today? Clearly, I have the time to do such since all I do is stand here while our beloved city lies in a cloud of irradiated death.','','','','','',10789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3526 3629 3630 3632 3633 3635 3637 4181',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3635,4044,0,201,0,10,-1,0,690,0,202,200,0,0,0,0,0,0,10789,1,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. While I think it is a waste, you should be aware of gnome specialization. They make items and gadgets that claim to change the world, but rarely work.$B$B$N, read this manual. If you wish to learn how to make metal paper weights, then take the manual to Oglethorpe Obnoticus in Booty Bay. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task.','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Oglethorpe Obnoticus in Booty Bay.','You\'ve come to learn about gnome engineering, eh? Well, you\'ve come to the right gnome. While the ruling faction of Gnomeregan may use politics to ostracize those they view as an intellectual threat, they know that knowledge is something they cannot control.$B$BThey and I both know that when I left Gnomeregan, they lost one of their greatest gnome engineers alive today. If you\'re a capable student, I\'ll teach you what I know.','Hello there! If you\'ve come about a homing robot that may have smashed through a wall of your domicile, then I will refer you to my barrister in advance. Otherwise, what can I do for you today?','','','','','',10789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3526 3629 3630 3632 3633 3634 3637 4181',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3636,4044,722,0,0,32,37,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Bring the Light','The Scourge is a persistent threat to the Alliance, a fact I am sure you know quite well. Recently, we have come across some very peculiar findings, $N.$B$BIn the Barrens lies a horrid tangle of briars called Razorfen Downs. While once it was the home of simple quilboar, now it has become apparent that a pact was made with the Scourge, creating creatures far worse... They are now ruled by the lich, Amnennar the Coldbringer.$B$BAlign yourself with the Light, $N; put an end to this evil union.','Archbishop Bendictus wants you to slay Amnennar the Coldbringer in Razorfen Downs.','Thank you , $N. The Scourge will now think twice before attempting to bolster its ranks again.$B$BMay you be blessed by the Light.','Amnennar must be eradicated. Go, swiftly.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7358,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10823,10824,0,0,1,1,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3637,4044,0,201,0,10,-1,0,690,0,202,200,0,0,0,0,0,0,10789,1,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. While I think it is a waste, you should be aware of gnome specialization. They make items and gadgets that claim to change the world, but rarely work.$B$B$N, read this manual. If you wish to learn how to make metal paper weights, then take the manual to Oglethorpe Obnoticus in Booty Bay. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task.','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Oglethorpe Obnoticus in Booty Bay.','You\'ve come to learn about gnome engineering, eh? Well, you\'ve come to the right gnome. While the ruling faction of Gnomeregan may use politics to ostracize those they view as an intellectual threat, they know that knowledge is something they cannot control.$B$BThey and I both know that when I left Gnomeregan, they lost one of their greatest gnome engineers alive today. If you\'re a capable student, I\'ll teach you what I know.','Hello there! If you\'ve come about a homing robot that may have smashed through a wall of your domicile, then I will refer you to my barrister in advance. Otherwise, what can I do for you today?','','','','','',10789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3526 3629 3630 3632 3633 3634 3635 4181',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3638,4044,0,201,16384,30,47,0,0,0,202,200,0,0,0,0,0,3639,10792,1,'The Pledge of Secrecy','Goblin engineering is about practical uses for high profit and higher explosive power! Our schemata allow us to make powerful bombs and mighty weaponry; the manual you read covered this.$B$BThe manual also covered our ages old oath of secrecy on our schemata. Once you become a goblin engineer, that\'s that. There is no access to gnome engineering at all.$B$BIf you still want to become a goblin engineer, sign this document pledging life-long secrecy and speak with me again. Think about it carefully, $N.','If you agree to become a Goblin Engineer, then right-click on the Pledge of Secrecy and speak once more with Nixx Sprocketspring in Gadgetzan.','Welcome aboard, Goblin Engineer $N! You soon will have access to the most powerful engineering schemata anywhere on Azeroth.$b$bNow that you have committed yourself to the pursuit of this knowledge, it is time to examine your goblin-oriented engineering work. From there, we\'ll help you build a plan to maximize your goblin engineering talents!','If you\'ve signed the document and are ready to hand it to me, then that is that. You\'ve been told that this is a one way trip. If you\'re ready, then hop on board!','','','','','',11270,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'3526 3629 3633 4181',0,0,0,0,'3640 3642',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3639,4044,0,201,0,10,-1,0,0,0,202,200,0,0,0,0,0,0,0,0,'Show Your Work','The gleam in your eye tells me everything; you want to blow things up. You have budding talent, $N, but I\'d like to get some samples of your work so I might examine it for ways to emphasize goblin-oriented techniques. I\'ll need the following: twenty big iron bombs, twenty sticks of solid dynamite, and five explosive sheep - and keep the safeties armed!$b$bSubmit these items to me and you\'ll be an official goblin engineer!','Bring 20 Big Iron Bombs, 20 Solid Dynamite, and 5 Explosive Sheep to Nixx Sprocketspring in Gadgetzan.','Here is your first Goblin Engineer Membership Card!$b$bThis card has its dues paid for in advance for fourteen days; all cards expire after two weeks of activity. When it does, pay your next set of dues to any goblin engineer trainer in order to get another card; without the card, your membership will temporarily lapse and you cannot access new schemata.$b$bThis never affects what you already know; once a goblin engineer, always a goblin engineer.','Once I receive your crafted engineering items for my review, I will hand you a genuine Goblin Engineer Membership Card! So long as the card is valid, you will have unlimited access to any goblin engineer trainer anywhere in the world.','','','','','',4394,10507,4384,0,0,0,20,20,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,150,0,0,0,0,0,0,0,0,20222,20221,0,0,0,0,0,0,0,780,0,0,0,0,'',3638,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3640,4044,0,201,16384,30,47,0,1101,0,202,200,0,0,0,0,0,3641,10793,1,'The Pledge of Secrecy','Gnome engineering is about engineering theory shaped to serve our needs! Our schemata allow us to make devices that control the world around us; the manual you read covered this.$B$BThe manual also covered our ages old oath of secrecy on our schemata. Once you become a gnome engineer, that\'s that. There is no access to goblin engineering at all.$B$BIf you still want to become a gnome engineer, sign this document pledging life-long secrecy and speak with me again. Think about it carefully, $N.','If you agree to become a Gnome Engineer, then right-click on the Pledge of Secrecy and speak once more with Tinkmaster Overspark in Ironforge.','Welcome aboard, $N! You soon will have access to the most advanced engineering schemata anywhere on Azeroth.$B$BNow that you have committed yourself to the pursuit of this knowledge, it is time to examine your gnome-oriented engineering work. From there, we\'ll help you build a plan to maximize your gnome engineering talents!','If you\'ve signed the document and are ready to hand it to me, then that is that.$B$BThe secrets I will share with you are of such a magnitude that the signing of the Pledge of Secrecy is absolutely critical. I signed one, as did my brother and sister gnome engineers. You will be joining quite the auspicious fold, Engineer $N!','','','','','',11283,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'3630 3632 3634',0,0,0,0,'3638 3642',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3641,4044,0,201,0,10,-1,0,1101,0,202,200,0,0,0,0,0,0,0,0,'Show Your Work','If you\'re ready to make some truly fantastic devices, then you\'ve come to the right place. And I can see you\'re a skilled engineer, but I want some samples of your work. What I hope to do though is to analyze your craftmanship for ways to emphasize gnome-oriented techniques in your future efforts. I need the following samples: six mithril tubes, an accurate scope, and two advanced target dummies.$B$BSubmit these items to me and you\'ll be an official gnomish engineer with access to all the schematics!','Bring 6 Mithril Tubes, an Accurate Scope, and 2 Advanced Target Dummies to Tinkmaster Overspark in Ironforge.','Here is your first Gnome Engineer Membership Card!$B$BThis card has its dues paid for in advance for fourteen days; all cards expire after two weeks of activity. When it does, pay your next set of dues to any gnome engineer trainer in order to get another card; without the card, your membership will temporarily lapse and you cannot access new schemata.$B$BThis never affects what you already know; once a gnome engineer, always a gnome engineer.','Once I receive your crafted engineering items for my review, I will hand you a genuine Gnome Engineer Membership Card! So long as the card is valid, you will have unlimited access to any gnome engineer trainer anywhere in the world.','','','','','',10559,4407,4392,0,0,0,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,0,0,0,150,0,0,0,0,0,0,0,0,20219,20220,0,0,0,0,0,0,0,780,0,0,0,0,'',3640,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3642,4044,0,201,16384,30,47,0,690,0,202,200,0,0,0,0,0,3643,10794,1,'The Pledge of Secrecy','Gnome engineering is about engineering theory shaped to serve our needs! Our schemata allow us to make devices that control the world around us; the manual you read covered this.$B$BThe manual also covered our ages old oath of secrecy on our schemata. Once you become a gnome engineer, that\'s that. There is no access to goblin engineering at all.$B$BIf you still want to become a gnome engineer, sign this document pledging life-long secrecy and speak with me again. Think about it carefully, $N.','If you agree to become a Gnome Engineer, then right-click on the Pledge of Secrecy and speak once more with Oglethrope Obnoticus in Booty bay.','Welcome aboard, $N! You soon will have access to the most advanced engineering schemata anywhere on Azeroth.$B$BNow that you have committed yourself to the pursuit of this knowledge, it is time to examine your gnome-oriented engineering work. From there, we\'ll help you build a plan to maximize your gnome engineering talents!','If you\'ve signed the document and are ready to hand it to me, then that is that.$B$BWhile I may vehemently disagree with Gnomeregan - especially that fool Tinkmaster Overspark - politically, the Pledge of Secrecy transcends everything else! You must agree to commit a single path and stay true to that path throughout your life.','','','','','',11282,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'3635 3637',0,0,0,0,'3638 3640',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3643,4044,0,201,0,10,-1,0,690,0,202,200,0,0,0,0,0,0,0,0,'Show Your Work','If you\'re ready to make some truly fantastic devices, then you\'ve come to the right place. And I can see you\'re a skilled engineer, but I want some samples of your work. What I hope to do though is to analyze your craftmanship for ways to emphasize gnome-oriented techniques in your future efforts. I need the following samples: six mithril tubes, an accurate scope, and two advanced target dummies.$B$BSubmit these items to me and you\'ll be an official gnomish engineer with access to all the schematics!','Bring 6 Mithril Tubes, an Accurate Scope, and a 2 Advanced Target Dummies to Oglethorpe Obnoticus in Booty Bay.','Here is your first Gnome Engineer Membership Card!$B$BThis card has its dues paid for in advance for fourteen days; all cards expire after two weeks of activity. When it does, pay your next set of dues to any gnome engineer trainer in order to get another card; without the card, your membership will temporarily lapse and you cannot access new schemata.$B$BThis never affects what you already know; once a gnome engineer, always a gnome engineer.','Once I receive your crafted engineering items for my review, I will hand you a genuine Gnome Engineer Membership Card! So long as the card is valid, you will have unlimited access to any gnome engineer trainer anywhere in the world.','','','','','',10559,4407,4392,0,0,0,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,0,0,0,150,0,0,0,0,0,0,0,0,20219,20220,0,0,0,0,0,0,0,780,0,0,0,0,'',3642,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3644,4044,0,201,16384,30,47,0,0,0,202,200,0,0,0,0,0,0,0,0,'Membership Card Renewal','','','Since you\'re a practitioner of Goblin engineering and are in good standing, I am able to renew a lapsed membership card for the fee of two gold pieces. Once this fee is paid, you will be reissued a new membership card. This will allow access to Goblin engineering schemata from appropriate trainers.$B$BThis card will last for two weeks of activity, at the end of which your membership fees will become due again! If you want to access schemata, you\'ll need to bring your dues out of arrears.','In order to renew your membership card, you will need to pay the renewal fee of two gold pieces.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,86400,11422,0,0,0,0,0,0,0,0,0,'',3639,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3645,4044,0,201,16384,30,47,0,0,0,202,200,0,0,0,0,0,0,0,0,'Membership Card Renewal','','','Since you\'re a practitioner of Gnomish engineering and are in good standing, I am able to renew a lapsed membership card for the fee of two gold pieces. Once this fee is paid, you will be reissued a new membership card. This will allow access to Gnomish engineering schemata from appropriate trainers.$B$BThis card will last for two weeks of activity, at the end of which your membership fees will become due again! If you want to access schemata, you\'ll need to bring your dues out of arrears.','In order to renew your membership card, you will need to pay the renewal fee of two gold pieces.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,86400,11423,0,0,0,0,0,0,0,0,0,'',3641,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3646,4044,0,201,16384,30,47,0,0,0,202,200,0,0,0,0,0,0,0,0,'Membership Card Renewal','\n','','Since you\'re a practitioner of Goblin engineering and are in good standing, I am able to renew a lapsed membership card for the fee of two gold pieces. Once this fee is paid, you will be reissued a new membership card. This will allow access to Goblin engineering schemata from appropriate trainers.$B$BThis card will last for two weeks of activity, at the end of which your membership fees will become due again! If you want to access schemata, you\'ll need to bring your dues out of arrears.','In order to renew your membership card, you will need to pay the renewal fee of two gold pieces.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,86400,11422,0,0,0,0,0,0,0,0,0,'',3639,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3647,4044,0,201,16384,30,47,0,0,0,202,200,0,0,0,0,0,0,0,0,'Membership Card Renewal','','','Since you\'re a practitioner of Gnomish engineering and are in good standing, I am able to renew a lapsed membership card for the fee of two gold pieces. Once this fee is paid, you will be reissued a new membership card. This will allow access to Gnomish engineering schemata from appropriate trainers.$B$BThis card will last for two weeks of activity, at the end of which your membership fees will become due again! If you want to access schemata, you\'ll need to bring your dues out of arrears.','In order to renew your membership card, you will need to pay the renewal fee of two gold pieces.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,86400,11423,0,0,0,0,0,0,0,0,0,'',3643,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3661,4044,702,0,8,42,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Favored of Elune?','Wildkin are quite unpredictable creatures, $N. Capable of incredible gentleness, these creatures will show extreme ferocity if something they deem important is threatened.$B$BThese beasts are rumored to have been created by Elune, and I am interested in finding if this is really the truth.$B$BRecently, I heard about a population of wildkin living in the Hinterlands -- Vicious, Primitive, and Savage Owlbeasts. They can be found amongst the wildlife there. Will you gather some wildkin feathers for me?','Collect 15 Wildkin Feathers from the Hinterlands for Erelas Ambersky in Rut\'theran Village.','Thank you for bringing these to me, $N.$B$BWhat did you learn of the Wildkin?$B$BPerhaps these feathers will tell us more. Ferocious monsters, or simply misguided pets? One day I\'d like to know the truth...$B$BI am going to continue my research -- please come back and talk to me again after some time has passed.','Try to avoid them if you can, $N. The Wildkin may misread your interest as an intent to do them harm...','','','','','',10819,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,930,250,0,0,0,0,62,0,13500,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3681,4044,0,141,8,12,-1,0,1,2,0,0,0,0,0,0,0,0,0,0,'Tome of Divinity','Sorry to interrupt your travels, $r, but I thought you should know that word was sent from Stormwind recently asking that paladins report there for training.$B$BIf I didn\'t know any better, I\'d say your close to reaching a special time and it\'s time you started studying the Tomes.$B$BLook for Duthorian Rall in Stormwind. He usually trains paladins in the Cathedral of Light.','Speak with Duthorian Rall in Stormwind.','Welcome to the Cathedral of Light, $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'2998',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3701,4044,1537,0,8,50,54,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Smoldering Ruins of Thaurissan','Venture to the smoldering ruins of Thaurissan in the Burning Steppes and gather as much information as possible.$B$BIt is said that mysterious relics litter the ruins. Perhaps you should start your search there, $N. Beware the Thaurissan guardians: Assassins that guard the ruins, keeping whatever secrets may still be buried there protected.','Venture to the Ruins of Thaurissan in the Burning Steppes and recover information from the Thaurissan Relics. Return to Royal Historian Archesonus when you have recovered the information.','Oh my! This information explains quite a lot about Thaurissan.$B$BThere is much more to learn!','Do you bring new information?','','Information Recovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,-153556,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12102,0,0,0,1,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',3702,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3702,4044,1537,0,262154,50,54,0,1101,0,0,0,0,0,0,0,0,3701,0,0,'The Smoldering Ruins of Thaurissan','Would you like to hear a brief history of the Dark Iron dwarves?','Listen to Royal Historian Archesonus recant the history of Thaurissan.','Shall we proceed?','Allow me to finish telling you the story of Thaurissan.','Story of Thaurissan','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,1),(3721,4044,35,0,8,40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'An OOX of Your Own','','','You\'ve recovered three of my OOX homing robots! You\'ve gone above and beyond what you needed to, so I will give you something special for all your help. It is a miniature version of the very same robot that you have come to know and love, the OOX!$B$BI normally wouldn\'t let anyone have such a potentially lethal device, but you\'ve been a real help. Besides - the combat mechanisms and the homing logic on this one have been disabled.$B$BOther than that, it\'s an OOX by golly!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10398,0,0,0,1,0,0,0,21,87,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',836,648,2767,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3741,4044,44,0,8,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hilary\'s Necklace','My friend Hilary lost her necklace, and we can\'t find it. We\'ve been fishing all day right here, and we looked around here already. The only thing I can think of is that it fell into the lake. Our parents don\'t want us to swim in the lake... my mom says there\'s some mean things underwater, but you look like you aren\'t scared of mean things.$B$BCould you find it for her, please?','Find Hilary\'s Necklace, and return it to Hilary in Lakeshire.','Thank you for finding my necklace mister $C... you are very kind! My kitty thanks you too - isn\'t that right Effsee?','Hi. I miss my necklace. My daddy got it for me. Daddy says that there are monsters in the lake. Did you beat up any monsters?','','','','','',10958,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,6,0,0,0,0,0,3,4,1,6,0,0,0,0,0,24,0,0,6),(3761,4044,1638,0,8,47,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'Un\'Goro Soil','The soil of Un\'Goro Crater is reportedly enriched with potent magical qualities. The Cenarion Circle wants to study this soil in large quantities; go into the wilds of Un\'Goro and acquire enough of it for our continued research.$B$BThe rich soil will stick out in piles from time to time, and some of the beasts might have usable samples on their being. Take them all outside to Ghede; just look for the piles of dirt and the tauren barking orders. He means well, just don\'t get him riled up though!','Bring 20 Un\'Goro Soil samples to Ghede on the Elder Rise of Thunder Bluff.','Oh that\'s right Private $N, don\'t make any effort to help me unload this soil up on to the piles! If the Great Spirits had wanted it done they would have miracled it up there, now wouldn\'t they?!$B$BArch Druid Runetotem wants to speak with you again, but for his next task you find that a journeyman\'s understanding of Herbalism would be helpful. If you don\'t know it though, he\'ll still find a use for you.','At ease, Private. If you\'re here to unload soil from Un\'Goro - outstanding then! Otherwise, disappear.','','','','','',11018,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',936,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3762,4044,1638,0,8,47,50,0,690,0,0,0,0,0,0,0,0,3761,0,0,'Assisting Arch Druid Runetotem','Excuse me $c, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Thunder Bluff is most interested in seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Hamuul Runetotem is spearheading this research.$B$BPlease - if you are interested, speak with him directly on the Elder Rise within Thunder Bluff proper.','Speak with Arch Druid Hamuul Runetotem in Thunder Bluff.','Greetings, $C; I am glad you are interested in assisting our research. There is much to do, and I would be doing you a disservice if I informed you that the work this entails is not dangerous. Hopefully this will not scare you off... but from the looks of you, I take it that danger is something that you have dealt with before.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'936 3784',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3763,4044,1657,0,8,47,50,0,1101,0,0,0,0,0,0,0,0,3764,0,0,'Assisting Arch Druid Staghelm','Excuse me $c, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Darnassus is looking for seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Arch Druid Fandral Staghelm is spearheading this research.$B$BPlease - if you are interested, speak with him directly in the Cenarion Enclave within Darnassus proper.','Speak with Arch Druid Fandral Staghelm in Darnassus.','Well now, $c... since you were informed that I was leading this research myself, you obviously came as quickly as you could.$B$BNow that you are here, be sure to pay attention the first time I tell you the details; I have no desire to repeat myself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'3789 3790 10520',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(3764,4044,1657,0,8,47,50,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Un\'Goro Soil','The soil of Un\'Goro Crater is reportedly enriched with potent magical qualities. I want to know facts from falsehoods; go into the wilds of Un\'Goro and acquire enough quality samples of soil for our continued study.$B$BYou may think that collection tasks are beneath you; that sort of attitude does not endear yourself to me or the Cenarion Circle. Bring the samples to Jenal, who is no doubt wasting time outside behind this tree; just look for the piles of dirt. He will handle the logistics - not I.','Bring 20 Un\'Goro Soil samples to Jenal at the Cenarion Enclave in Darnassus.','Unload your precious cargo here, noble $C. It must have been quite the burden... not unlike the burden I carry being a visionary. Here is an honorarium for your work, as dictated by the Arch Druid himself.$B$BArch Druid Staghelm wants to speak with you again $N, but for his next task you will be aided if you have a journeyman\'s understanding of Herbalism. If you don\'t know it though, you will still be able to aid the Circle!','Ah yes, the dirt. The Arch Druid wants twenty loads per adventurer, and twenty loads he shall get. Let those who conspire against us fall to the wayside!','','','','','',11018,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3763,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,4,0,0,5),(3765,4044,1519,0,8,18,24,0,1101,0,0,0,0,0,0,0,0,1275,0,0,'The Corruption Abroad','Stormwind -- such a bustling hub of activity.$b$bI have traveled from afar to seek help. Often it is heard that brave adventurers roam these city streets.$b$bMy brother, Gershala, requires assistance in Darkshore. He resides in the seaside town of Auberdine.$b$bThe journey is a long and epic one. It is for this reason that I ask the help of a seasoned $c such as yourself.','Travel to Gershala Nightwhisper in Auberdine.','Ah, so my brother, Argos, sent you? I realize you must be weary from your travels. But we have much to talk about.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(3781,4044,1657,0,0,47,50,0,1101,0,0,0,0,0,0,0,0,3785,11103,1,'Morrowgrain Research','With what we call an Evergreen Pouch, we have cultivated Tharlendris seeds in the soil from Un\'Goro Crater. These seeds blossom into an array of random, potent herbs. One result is morrowgrain, a mysterious herb we know little about; I intend to unravel this mystery.$B$BTake this to Mathrengyl downstairs, and he will give you some seeds so you can get started. If you run out, you will need to purchase more from him.','Take the Arch Druid\'s Seed Voucher to Mathrengyl Bearwalker in the Cenarion Enclave of Darnassus.','Yes, this voucher is good for twenty packets of seeds. If you run out, we have more that can be provided. Unfortunately though, Tharlendris seeds are quite costly to produce in significant numbers. This is why the Cenarion Circle asks that those who are assisting us help out by offsetting some of the cost.$B$BThose who return with morrowgrain find that the reward the Arch Druid offers far makes up for the cost.','Peace and serenity be yours, friend. You are here on business from the Arch Druid himself, yes?','','','','','',11103,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11022,0,0,0,20,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',3764,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3782,4044,1638,0,0,47,50,0,690,0,0,0,0,0,0,0,0,3786,11103,1,'Morrowgrain Research','With what we call an Evergreen Pouch, we have cultivated Tharlendris seeds in the soil from Un\'Goro Crater. These seeds have blossomed into an array of random, potent herbs. One result is morrowgrain, a mysterious herb we know little about; I very much hope to unravel this mystery for the Circle.$B$BTake this voucher over to my daughter Bashana, and she will give you some seeds so you may assist us. If you run out, you will need to purchase more from her.','Take the Seed Voucher to Bashana Runetotem in Thunder Bluff.','Yes, this voucher is good for twenty packets of seeds. If you run out, we have more that can be provided. Unfortunately though, Tharlendris seeds are quite costly to produce in significant numbers. This is why the Cenarion Circle asks that those who are assisting us help out by offsetting some of the cost.$B$BThose who return with morrowgrain find that the reward the Arch Druid offers far makes up for the cost.','Peace and serenity be yours, friend. You are here on business from the Arch Druid himself, yes?','','','','','',11103,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11022,0,0,0,20,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',3761,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3783,4044,618,0,8,52,56,0,0,0,0,0,0,0,0,0,0,977,0,0,'Are We There, Yeti?','My friends are always coming up with great ideas. I\'ve never felt like I could match them... until today! I just drew up the plans for something great! If you promise not to tell, I\'ll let you in on the secret... $B$BI\'m going to make a mechanical yeti! Not only are my friends sure to be freaked out when they see it, but when they get over that, I know they\'ll be impressed!$B$BI need thick yeti fur from the ice thistle yeti to start with. Will you help? You\'ll find them to the southeast.','Collect 10 Thick Yeti Furs for Umi Rumplesnicker in Everlook.','These furs are perfect, $N. We\'re off to a great start here!','I\'ve got lots to get started on here. Please get me those furs as soon as you can!','','','','','',12366,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,150,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,4),(3784,4044,1497,0,8,47,50,0,690,0,0,0,0,0,0,0,0,3761,0,0,'Assisting Arch Druid Runetotem','Excuse me $c, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Thunder Bluff is most interested in seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Hamuul Runetotem is spearheading this research.$B$BPlease - if you are interested, speak with him directly on the Elder Rise within Thunder Bluff proper.','Speak with Arch Druid Hamuul Runetotem in Thunder Bluff.','Greetings, $C; I am glad you are interested in assisting our research. There is much to do, and I would be doing you a disservice if I informed you that the work this entails is not dangerous. Hopefully this will not scare you off... but from the looks of you, I take it that danger is something that you have dealt with before.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'936 3762',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3785,4044,1657,263,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,11020,1,'Morrowgrain Research','Here\'s your Evergreen Pouch that you\'ll need to use the Tharlendis seeds with. You also need to have Un\'Goro soil samples on hand to use as fertilizer for the seeds. Just use the pouch when you have everything; the pouch will take care of the rest.$B$BWhen you have enough morrowgrain, bring them here to me in the enclave. Please don\'t bother the Arch Druid; he\'s a very busy man, and he doesn\'t need to be disturbed every time someone returns with another batch of morrowgrain!','Use an Evergreen Pouch with a Packet of Tharlendis Seeds and two Un\'Goro Soil samples to try and cultivate samples of Morrowgrain.$B$BBring 10 Morrowgrain to Mathrengyl Bearwalker in Darnassus.','Well done $N, I will be sure to give these to the Arch Druid himself when he has need of them. Meanwhile, please accept this as a token of the Cenarion Circle\'s appreciation.$b$bOur need for morrowgrain, for now, is constant; if you wish to continue aiding us, then please return when you have cultivated more of it.','Yes $N, have you grown some morrowgrain for the Arch Druid\'s important research? The mysterious properties of Un\'Goro Crater become clearer with each passing day, thanks to the help you are giving us.','','','','','',11040,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11887,0,0,0,1,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3781,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3786,4044,1638,0,0,47,50,0,690,0,0,0,0,0,0,0,0,0,11020,1,'Morrowgrain Research','Here\'s your Evergreen Pouch that you\'ll need to use the Tharlendis seeds with. You also need to have Un\'Goro soil samples on hand to use as fertilizer for the seeds. Just use the pouch when you have everything; the pouch will take care of the rest.$B$BWhen you have enough morrowgrain, bring them to me here on Elder Rise. Please don\'t bother the Arch Druid; he\'ll be very busy with the research, as well as the multitude of concerns he has!','Use an Evergreen Pouch with a Packet of Tharlendis Seeds and two Un\'Goro Soil samples to try and cultivate samples of Morrowgrain.$B$BBring 10 Morrowgrain to Bashana Runetotem in Thunder Bluff.','Well done $N, I will be sure to give these to the Arch Druid himself when he has need of them. Meanwhile, please accept this as a token of the Cenarion Circle\'s appreciation.$B$BOur need for morrowgrain, for now, is constant; if you wish to continue aiding us, then please return when you have cultivated more of it.','Yes $N, have you grown some morrowgrain for the Arch Druid\'s important research? The mysterious properties of Un\'Goro Crater become clearer with each passing day, thanks to the help you are giving us.','','','','','',11040,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11887,0,0,0,1,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3782,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(3787,4044,1519,0,8,47,50,0,1101,0,0,0,0,0,0,0,0,3791,0,0,'Jonespyre\'s Request','Excuse me, friend...$B$BA colleague of mine would like to speak with you about the research you are doing in conjunction with the Cenarion Circle. He is a druid by the name of Quintis Jonespyre, and he resides in Feathermoon Stronghold, Feralas. He would like to confer with you about morrowgrain... and he very much would like for you to keep our discussion from the ears of the Arch Druid.$B$BIf you\'re interested, speak with him; no doubt, all will be revealed once you do.','Speak with Quintis Jonespyre in Feathermoon Stronghold.','I thank you for coming, weary traveler! Allow me to introduce myself - I am Quintis Jonespyre, druid and humble servant of Malfurion and the Cenarion Circle. My colleagues (General Shandris Feathermoon and the Protectorate - mayhap you\'ve heard of us) and I wanted to talk with you about the work you are doing for Fandral Staghelm in Darnassus.$B$BBefore we get much further, I\'d like to ask that our discussion stay between just us. If you have no problem with this, then we may proceed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'3788',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3788,4044,1116,0,8,47,50,0,1101,0,0,0,0,0,0,0,0,3791,0,0,'Jonespyre\'s Request','Excuse me, friend...$B$BA colleague of mine would like to speak with you about the research you are doing in conjunction with the Cenarion Circle. He is a druid by the name of Quintis Jonespyre, and he resides here in Feathermoon Stronghold. He would like to confer with you about morrowgrain... and he very much would like for you to keep our discussion from the ears of the Arch Druid.$B$BIf you\'re interested, speak with him; no doubt, all will be revealed once you do.','Speak with Quintis Jonespyre in Feathermoon Stronghold.','I thank you for coming, weary traveler! Allow me to introduce myself - I am Quintis Jonespyre, druid and humble servant of Malfurion and the Cenarion Circle. My colleagues (General Shandris Feathermoon and the Protectorate - mayhap you\'ve heard of us) and I wanted to talk with you about the work you are doing for Fandral Staghelm in Darnassus.$B$BBefore we get much further, I\'d like to ask that our discussion stay between just us. If you have no problem with this, then we may proceed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'3787',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3789,4044,1519,0,8,47,50,0,1101,0,0,0,0,0,0,0,0,3764,0,0,'Assisting Arch Druid Staghelm','Excuse me $c, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Darnassus is looking for seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Arch Druid Fandral Staghelm is spearheading this research.$B$BPlease - if you are interested, speak with him directly in the Cenarion Enclave within Darnassus proper.','Speak with Arch Druid Fandral Staghelm in Darnassus.','Well now, $C... since you were informed that I was leading this research myself, you obviously came as quickly as you could.$B$BNow that you are here, be sure to pay attention the first time I tell you the details; I have no desire to repeat myself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'3763 3790 10520',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3790,4044,1537,0,8,47,50,0,1101,0,0,0,0,0,0,0,0,3764,0,0,'Assisting Arch Druid Staghelm','Excuse me $c, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Darnassus is looking for seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Arch Druid Fandral Staghelm is spearheading this research.$B$BPlease - if you are interested, speak with him directly in the Cenarion Enclave within Darnassus proper.','Speak with Arch Druid Fandral Staghelm in Darnassus.','Well now, $C... since you were informed that I was leading this research myself, you obviously came as quickly as you could.$B$BNow that you are here, be sure to pay attention the first time I tell you the details; I have no desire to repeat myself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'3763 3789 10520',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(3791,4044,1116,0,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,11020,1,'The Mystery of Morrowgrain','Let me to be frank with you, $N. I\'m interested - nay, concerned with why the Arch Druid in Darnassus is using the name of the Cenarion Circle as well as the Circle\'s resources to procure vast amounts of morrowgrain. I\'m a researcher - curses are my specialty. I\'ve heard that morrowgrain, under the right conditions, exude qualities like other herbs used in primitive curses.$B$BI want to know more, and I ask for your help. Bring me ten morrowgrain, and I will be sure to take care of you.','Bring 10 Morrowgrain to Quintis Jonespyre in Feathermoon Stronghold.','Gah, these morrowgrain make me feel... weird. What in the name of Elune is Staghelm up to with these things?$B$BAnyway, thank you again for your help. Here\'s a little something... you know, for the effort. My research on morrowgrain is going to take a while, and I no doubt am going to need more. While I\'m at it, I suppose I could take the time to see if morrowgrain have some pertinent alchemical uses. Still, I feel uncomfortable even being around them.','I\'m looking for ten morrowgrain - that should be enough to at least get my research started. I\'ll no doubt burn through a lot of those going down wrong paths, but such is the nature of research.','','','','','',11040,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11888,11889,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',3787,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3792,4044,1116,0,264,47,55,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Morrowgrain to Feathermoon Stronghold','','','Thanks $N; I\'ll just store these out of the way for the time being. While I don\'t command the resources that Staghelm does, I am able to give you a little something for your trouble. Anyway, who knows what will happen if Staghelm keeps getting Morrowgrain after Morrowgrain. There\'s something fishy going on, mark my words.$B$BRemember that I\'m always looking for more Morrowgrain. I\'ll take them in quantities of five at a time.','Hello again, $N. My research is progressing fairly well, but if you have five more Morrowgrain I\'d be happy to take them off your hands. Well... happy is a figurative term in this case; the more I am around them, the more uncomfortable I feel. Still, my research demands I buckle down and get through this.','','','','','',11040,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11022,0,0,0,10,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',3791,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3801,4044,1584,0,8,48,52,81,0,0,0,0,0,0,0,0,0,3802,0,0,'Dark Iron Legacy','Greetings, $N. I am Franclorn Forgewright. Yes, the Franclorn Forgewright responsible for the stonewrought method of architecture. You have undoubtedly passed through or stood upon one of my creations in your adventures across our war torn world.$B$BYou are probably wondering why I am here and what it is that I want from you - both valid questions.$B$BI need your assistance, of course. In exchange for your assistance, I shall grant you the key to the depths of my accursed city.','Speak with Franclorn Forgewright at Forgewright\'s Tomb in Blackrock Mountain if you are interested in obtaining a key to the city major.','Whether it is greed which brought you here or an act of selfless devotion, what you are about to undertake is for the good of us all. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,1),(3802,4044,1584,0,8,48,52,81,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Iron Legacy','You will find Fineous Darkvire beyond the Ring of Law, in the Hall of Crafting. Kill the miserable cur and recover Ironfel.$B$BTake Ironfel to the Shrine of Thaurissan and place the hammer in its rightful place: In the hands of the statue erected in my honor.$B$BWhen this is done, the compartment in which I stored the master key will open. More importantly, Ironfel will remain forever in my grasp. Should they make an attempt to remove the hammer; both the statue and hammer will shatter, lost forever.','Slay Fineous Darkvire and recover the great hammer, Ironfel. Take Ironfel to the Shrine of Thaurissan and place it on the statue of Franclorn Forgewright.\n','The hammer slides firmly into place, within the grasp of the massive Dark Iron monument. A tiny compartment opens at the base of the statue. Inside you find...','The statue looms ominously above you.','','','','','',10999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',3801,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3803,4044,1657,0,264,47,55,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Morrowgrain to Darnassus','','','Excellent - this morrowgrain will no doubt please the Arch Druid. I must admit though... just being near them makes me feel a little uncomfortable. I can only imagine how difficult it is for the Arch Druid to tolerate them in such large numbers!$B$BThis is for you, $N. The Cenarion Circle thanks you for your continued support.','The Arch Druid is always looking for additional morrowgrain for the Cenarion Circle\'s continued research. We take them in increments of ten, and award you with a cache of goods you should find useful. When you have ten, let me know and I will reward you accordingly.','','','','','',11040,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11887,0,0,0,1,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',3785,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3804,4044,1638,0,264,47,55,0,690,0,0,0,0,0,0,0,0,0,0,0,'Morrowgrain to Thunder Bluff','','','Excellent - this morrowgrain will no doubt help when the time comes. We know that the night elves are conducting similar research into these herbs, though it isn\'t clear to what end they will use them for if they discover anything. The Arch Druid thinks that the need for morrowgrain will remain until we\'ve figured out the mysteries behind this herb.$B$BThis is for you, $N. The Cenarion Circle thanks you for your continued support.','The Arch Druid is always looking for more morrowgrain for the Cenarion Circle\'s research project on Un\'Goro Crater. We take them in increments of ten, and award you with a cache of goods you should find useful. When you have ten, let me know and I will award you accordingly.','','','','','',11040,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11887,0,0,0,1,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',3786,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3821,4044,3,0,8,48,52,0,690,0,0,0,0,0,0,0,0,3822,0,0,'Dreadmaul Rock','Sha\'ni was sent to investigate reports of strange ritualistic activity coming from the Firegut ogres of the Burning Steppes over three weeks ago.$B$BGoretooth tells me that he hasn\'t heard from anyone in that platoon and that it\'s best that I move on and focus on the task at hand. Can you believe it? That\'s my wife!$B$BI can\'t leave my post, $N, but I must know what became of Sha\'ni. Travel to the Burning Steppes and search for her.','Venture forth to the Burning Steppes and find out what became of Sha\'ni Proudtusk.','My poor Thal\'trak.$B$BWe were planning on moving in with my mother and father in the Hinterlands after our tours were over. Now those plans are ruined!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3822,4044,46,0,8,48,53,0,690,0,0,0,0,0,0,0,0,0,0,0,'Krom\'Grul','My whole platoon was captured, $N. All were slain - except me.$B$BTheir leader, Krom\'Grul, wanted to save me for some sort of ritual.$B$BI was chained to this altar and brutalized by the beast. My physical being ceased functioning after an hour of this torture. The beast then ripped my wedding nose-ring off of my face and stuck it on his finger. I had never seen such savagery!$B$BFind Krom\'Grul and kill him! Take my ring back to Thal\'trak.$B$BAnd $N, tell him that we will meet again... in another life. ','Recover Sha\'ni\'s Nose-Ring from Krom\'Grul and return it to Thal\'trak in Kargath. Search the various caves and mines in Dreadmaul Rock.\n','$B$BWe were going to move to the Hinterlands. Did she tell you? This was going to be her last mission.$B$B$B$BI don\'t want it, $N. Keep it, throw it away, I don\'t care! The ring means nothing to me now. Not without her...','Did you find Sha\'ni? Is she ok?','','','','','',11058,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11869,0,0,0,1,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',3821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3823,4044,46,0,8,48,52,0,1101,0,0,0,0,0,0,0,0,3824,0,0,'Extinguish the Firegut','We must strike at our enemies before they strike at us!$B$BI\'ll make this brief, soldier.$B$BThe Firegut ogres of the Burning Steppes are allies of the Blackrock orcs. They work closely with those vile orcs, keeping the mineral rich Dreadmaul Rock guarded and the supply lines open at all times.$B$BLeave your mark, $N. Cripple their forces and return to me when the job is done.$B$B$B$BI WILL KILL YOU, WINKY!','Slay 15 Firegut Ogre-Mages, 7 Firegut Ogres, and 7 Firegut Ogre Brutes.','Outstanding, soldier! The orcs and ogres will be reeling from this blow for minutes, maybe even hours!','There is not nearly enough blood on your uniform, soldier!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7034,7033,7035,0,15,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,5,1,1,0,0,0,0,0,1,0,0,5),(3824,4044,46,0,8,48,53,0,1101,0,0,0,0,0,0,0,0,3825,0,0,'Gor\'tesh the Brute Lord','They\'re reeling I tell you! Our next strike must be decisive.$B$BThe brute lord, Gor\'tesh, must be slain. More importantly, his head must be returned to me so that I may prepare the third phase of our attack on the Firegut ogres.$B$BBe warned, soldier, Gor\'tesh rules not from Dreadmaul Rock but from a Blackrock orc structure to the west of Dreadmaul Rock.$B$BYour orders, then, are simple. Find Gor\'tesh and chop off his fat head. Return to me when the job is done.$B$BSHUT UP, WINKY!','Collect Gor\'tesh\'s Lopped Off Head.\n','Just look at it, soldier. Disgusting! When the remaining Firegut ogres see this fat mug stuck on a pike sitting at the top of their mountain, mass hysteria will ensue!$B$B','Oh glorious day! Have you returned with the head?','','','','','',11080,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',3823,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3825,4044,46,0,0,48,53,0,1101,0,0,0,0,0,0,0,0,0,11079,1,'Ogre Head On A Stick = Party','Just one last thing you must do, soldier.$B$BI\'ve taken the liberty of putting Gor\'tesh\'s head on a pike. Now all you have to do is take this head to the top of Dreadmaul Rock and stick it into the ground. Once you do that, watch as those cowardly ogres run for their lives! After you\'ve had your fun, come back to me and I\'ll reward you for all of your hard work.$B$B','Take Gor\'tesh\'s Lopped Off Head and place it at the top of Dreadmaul Rock. Look for a soft dirt mound to plant the pike.','Outstanding work, soldier! Simply amazing! Oh I\'ll get the medal of bravery for this, er, I mean you\'ll be rewarded handsomely for this!','So? Did you paint any pictures of the event?','','Gor\'tesh Head Planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,-160840,0,0,0,1,0,0,0,13484,0,0,0,0,0,0,0,11867,11868,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',3824,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3841,4044,357,0,0,38,47,0,1101,0,0,0,0,0,0,0,0,3842,11102,1,'An Orphan Looking For a Home','Oh, hello, $N. I\'m so glad to see you again. How was your trip to Darnassus?$B$BWell, you\'ll be happy to know that we\'ve made quite a bit of progress while you\'ve been gone. We even saved a nest full of eggs. Unfortunately, the mother died before we got to her.$B$BSay, would you want one for a pet? They look to hatch soon, so they\'ll need a good $Gfather:mother;. What do you say?$B$BIf you\'re really interested, take one of the eggs to Quentin at the race tracks in Shimmering Flats. He\'ll tell you more.','Speak to Quentin in Thousand Needles.','Ah, a sprite darter egg, and one near maturation, if I\'m not mistaken. Remarkable you\'ve found one, let alone in this good a condition. They\'re rarely seen in Feralas these days. I understand there were various poachers in the area trying to capture and kill them for many reasons. Too bad really... such beautiful creatures when they reach adulthood.$B$BHow did you come across such a find?','Why hello, $C.$B$BDon\'t let my location fool you, I\'m really not here for the races... as entertaining as they may be.$B$BI\'m actually here in Thousand Needles investigating all I can to find out how salvageable the land is. It has become my crusade of sorts to revitalize and replenish the area with new, fertile soil. Perhaps I\'ll find there\'s a water source nearby.$B$BTell me you haven\'t noticed how odd the transition between Feralas and Thousand Needles is. Strange magic was afoot when that happened.','','','','','',11102,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',2972,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3842,4044,357,0,8,38,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Short Incubation','The Moonweavers, huh? Most intriguing. I wish the sprite darters could truly appreciate what it means to have those two look after them. They are both quite capable.$B$BSo, they gave you the egg as a gift. Well, then you should be responsible for it for as long as you desire. It appears it\'s almost ready to hatch, but we should ensure it\'s healthy and no damage has been done to it.$B$BI only need two elixirs of fortitude for a small spell to protect the egg. I have the rest of the components here with me.','Bring 2 Elixir of Fortitudes to Quentin in Thousand Needles.','Wonderful. These will do nicely. Give me a moment to mix together my components and we shall see how well this egg is going to do.','The longer I stay here, the more tempted I am to partake in these races, $N. Truly boggling...$B$BHave you found the elixirs yet? Once I can tell if the egg is going to be healthy or not, I\'ll return it to you to hold onto until it\'s prepared to hatch.$B$BLet me know.','','','','','',3825,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',3841,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3843,4044,357,0,0,38,47,0,1101,0,0,0,0,0,3600000,0,0,4297,11471,1,'The Newest Member of the Family','A magnificent specimen, $N. If this creature survives gestation, then it\'ll be a healthy pet indeed!$B$BThere is one last thing I would suggest doing if you plan on following through with this--head to Aerie Peak in the Hinterlands. Speak to a dwarf there named Agnar Beastamer, he\'s a master animal handler and should be able to guide you in the final steps of incubation.$B$BBut hurry, $N, this egg is fragile and will not last long without proper care.','Take your Fragile Sprite Darter Egg to the Hinterlands and speak to Agnar Beastamer, but hurry, you only have 1 hour to find him before the hatchling within the egg dies.','Well, well, well... I haven\'t seen one of these in a dragon\'s age. Faerie dragon, if I\'m not mistaken... looks to be of the sprite darter variety. Excellent, excellent indeed.$B$BWell, if this little fella\'s gonna hatch and live to be strong and healthy, then we should get some food for it. Good ya got it to me in time.','Greetin\'s, $N. How can I be of service to ya?','','','','','',11471,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,471,250,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',3842,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3844,4044,490,0,8,47,52,0,0,0,0,0,0,0,0,0,0,3845,0,0,'It\'s a Secret to Everybody','A destroyed raft rests along the shoreline. Considering this is only a small pond, it is not clear as to how it ended up here, although looking at the trees tells you that the water level may not be constant.$B$BPerhaps a little exploration in the area might uncover more clues...','Look around in the pond for a clue about who this wrecked raft may belong to.','A water-logged pack rests at the bottom of the pond.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3845,4044,490,0,0,47,52,0,0,0,0,0,0,0,0,0,0,3908,11107,1,'It\'s a Secret to Everybody',' Grabbing onto it, you pull the pack back to the shore. Perhaps if you examine the items inside the pack, you might find out more about who it belongs to.$B$BThere are a few stray travelers at Marshal\'s Refuge. Perhaps you might find out more there.','Examine the items inside the pack and bring them to their owner.','Oh... Yes, these things do look familiar... well, kind of...','Hi there. I\'ve seen you before... Haven\'t I?','','','','','',11104,11105,11106,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',3844,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(3861,4044,0,284,264,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'CLUCK!','\"Cluck... cluck... cluck... BACAW!$B$BCluck... cluck... cluck.\"$B$BThe chicken looks up at you and then starts to scratch its claws into the ground. You think it is spelling out a word, but you are not sure what it is. Could it be... S-A-L-D-E-A-N? Before you can ask, the chicken turns away and goes about its business.','Find some Special Chicken Feed and return to your befriended chicken. When you find it, /cheer at it before trying to give it the Special Chicken Feed.','\"BACAW!!!\"$B$BThe chicken starts to gobble up the feed you put down.$B$BAfter a moment, the chicken looks around, startled. It uncomfortably shuffles back and forth. Is this chicken pregnant? You think you better check underneath it.','The chicken stares at you with dark, cold eyes. It waits for you hungrily.$B$B\"BACAAAW!$B$BCluck...cluck...cluck.\"','','','','','',11109,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13563,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(3881,4044,490,0,8,48,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Expedition Salvation','I don\'t know how you made it here, but you\'re a sight for sore eyes! I\'m Williden Marshal, and I lead a non-aligned expedition troupe. Our latest and greatest endeavor has met with what seems like countless disasters, the most serious of which being that we underestimated the savagery of Un\'Goro Crater!$B$BAs we fled our base camps in the southwestern and northeastern parts of the crater, we left behind vital supplies. You look like you\'re capable enough - can you help us by getting them back?','Bring a Crate of Foodstuffs and Research Equipment to Williden Marshal in Un\'Goro Crater.','You got both our foodstuff AND our research equipment back! You\'ve not only saved the expedition, you\'ve also saved our lives. I and the rest of my team can\'t thank you enough; we just might make it here for a while now thanks to you.$b$bWhile we don\'t have much, I\'m certainly not going to leave you high and dry for the invaluable help you\'ve given us. Thank you, $N - you\'ve got a friend in Marshal Expeditions!$b$b','If we\'re going to have any chance of getting out of here alive, we\'ll need our big crate of foodstuffs. Also, getting at least some of our research equipment back would be a blessing in a sea of misery.','','','','','',11113,11112,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(3882,4044,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Roll the Bones','You\'d think that being chief digger for Marshal Expeditions means I like digging. There might be worse things to do in this world... but none really leap to mind.$B$BWe were supposed to be digging in Terror Run - FANTASTIC name by the way - for dead stegodons and diemetradons. Well, there are plenty of live ones there too! Wil and Hol are still all about studying this death trap, so we need those dinosaur bones. Between you and me though, bringing some from live ones will work out just as well.','Bring 8 Dinosaur Bones to Spark Nilminer in Un\'Goro Crater.','Excellent, these should do the trick. And now, if you\'ll permit me...$B$BTHANKS FOR DIGGING ALL OF THESE BONES OUT OF THE GROUND FOR US AND NOT HURTING THE NATIVE BEASTS IN ANY WAY.$B$BWhether you really did or didn\'t, I don\'t want to know. Let\'s keep it that way, shall we? Here - maybe this will keep your lips shut on the whole thing. Anything to get out of here alive, I say!','Think whatever you want of me, but they\'re not going to care if the bones they get to research are from ones from ancient stegodons and diemetradons or the ones that almost devoured us wholesale when we were trying to set up our camps. I\'ll just be happy if we get out of here alive...','','','','','',11114,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11908,11909,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(3883,4044,490,0,0,48,52,0,0,0,0,0,0,0,0,0,0,0,11132,1,'Alien Ecology','Just because we\'ve suffered a setback doesn\'t mean that research must stop! We were investigating the Gorishi insects in the southern part of the crater before winding up here. Their presence is alien to the ecology of Un\'Goro, and we want to find out why.$B$BIn their hive network must be larval hatcheries. You can identify these places by their hanging larval spawns. Use this vial to take a sample of the hive wall near any of the hatcheries. Bring it back to me for study, but be careful!','Use the Scraping Vial to collect a Hive Wall Sample from one of the Gorishi hive hatcheries in Un\'Goro Crater. Look for the chambers with the hanging larval spawns.$B$BBring the Hive Wall Sample to Hol\'anyee Marshal in Un\'Goro Crater.','Yes, this will do nicely. You\'ve been a great help... I wish I could give you more than this, but being virtually stranded in the middle of a savage land does limit what I can and cannot give. Rest assured though - the research done here would not have been possible without your assistance!','Do you have the sample of the Gorishi hive for me to study, $N?','','','','','',11131,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(3884,4044,490,0,0,48,50,0,0,0,0,0,0,0,0,0,0,0,11116,1,'Williden\'s Journal','You have uncovered a mangled journal. Parts of it remain legible, with a Williden Marshal claiming ownership over the contents therein. If the journal is accurate, then Williden may be found somewhere in the northern part of the Crater; according to the journal, he and his companions sought higher ground from the savage beasts of the Crater once their base camps were overrun.','Return the journal to Williden Marshal somewhere in Un\'Goro Crater.','Well look at this - my journal! I thought it was lost, much like almost everything else we brought into Un\'Goro. I thank you kindly for returning this to me!','Hello there! I and my companions are happy to see some living beings here other than overgrown savage beasts! What brings you into the Un\'Goro Crater?','','','','','',11116,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,3,0,0,4),(3885,5875,490,0,2,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Gadgetzan Run','Escort Me and Dadanga!','Escort Petra and Dadanga!','','','Escort Petra and Dadanga!','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(3901,4044,154,0,8,1,3,0,16,0,0,0,0,0,0,0,0,0,0,0,'Rattling the Rattlecages','You\'ve shown your potential to the Forsaken under normal circumstances $N - now let\'s see you under pressure.$B$BThe Rattlecage skeletons, more mindless minions of the Lich King, are a tougher foe than the zombies you have faced thus far. Again, thin their numbers and prove yourself to the Forsaken. Do not tarry - when you are done, speak to me again.','Kill 8 Rattlecage Skeletons, and then return to Shadow Priest Sarvis in Deathknell when you are done.','I am finished with you, $N - you have shown yourself to be worthy of the freedom that you have been given. Many will stand against you for what you have become, but know that no matter what they may try to do against us, we are free and will not be shackled again.$b$bTake these and be on your way. You have much to accomplish, $C.','Those who dally in this task might as well end up wandering about aimlessly like our fallen brothers and sisters in the village. Let\'s hope you will fare better than them, yes? $b$b','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,3274,11851,11852,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',364,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3902,4044,154,0,8,2,3,0,690,0,0,0,0,0,0,0,0,0,0,0,'Scavenging Deathknell','You there! If you\'re looking for something to make yourself useful, then listen up!$B$BWe need fresh out-of-the-ground recruits to head into Deathknell and search for any sort of useful equipment. Most likely, they\'ll be in stacks of boxes. We expect more recruits to be rising soon, and unless we want them to stumble about naked we had better get to scavenging!$B$BWell get to work, you miserable bag of bones! I\'m not going to reward those without some hustle.','Search Deathknell and the vicinity for 6 pieces of Scavenged Goods, and return them to Deathguard Saltain.','Great work $N, I knew you weren\'t useless. Here - have one of the better items I\'ve found out of the lots that have been collected so far.','Have you managed to scavenge up some useful items for us? There is no shame in reusing that which has been tossed aside. No one is going to give us any handouts - we Forsaken will fend for ourselves!','','','','','',11127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11848,11849,11850,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',376,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3903,4044,9,0,8,2,4,0,1101,0,0,0,0,0,0,0,0,3904,0,0,'Milly Osworth','You\'ve shown yourself a dependable $c, $N. Dependable, and not afraid to get your hands dirty, eh?$B$BI have a friend, Milly Osworth, who\'s in some trouble. She\'s over with her wagon on the other side of the abbey, near the stable. I\'m sure she could use a pair of hands like yours.','Speak with Milly Osworth.','Oh, Deputy Willem told you to speak with me? He\'s a brave man and always willing to help, but his duties keep him stuck at Northshire Abbey and I\'m afraid the problem I have today is beyond him.$b$bPerhaps you can help me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',33,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(3904,4044,9,0,8,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Milly\'s Harvest','A gang of brigands, the Defias, moved into the Northshire Vineyards while I was harvesting! I reported it to the Northshire guards and they assured me they\'d take care of things, but... I\'m afraid for my crop of grapes! If the Defias don\'t steal them then I fear our guards will trample them when they chase away the thugs.$B$BPlease, you must help me! I gathered most of my grapes into buckets, but I left them in the vineyards to the southeast.$B$BBring me those buckets! Save my harvest!','Bring 8 crates of Milly\'s Harvest to Milly Osworth at Northshire Abbey.','Oh thank you, $N! You saved my harvest! And I hope you showed a few of those Defias that they can\'t cause trouble around here.$b$bWe might be short on guards these days, but we\'re lucky to have heroes like you to protect us!','Do you have my harvest, $N?','','','','','',11119,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',3903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3905,4044,9,0,0,2,4,0,1101,0,0,0,0,0,0,0,0,0,11125,1,'Grape Manifest','Now that my crop is saved, take this Grape Manifest to Brother Neals. He manages the store of food and drink in Northshire, and I\'m sure he\'ll be delighted to hear that he has fresh grapes.$B$BYou\'ll find Brother Neals in the abbey, in the bell tower... where he likes to taste his wine.','Bring the Grape Manifest to Brother Neals in Northshire Abbey.','Let\'s see here...$b$bOh my! Milly\'s grapes have been saved! When she told me that brigands overran her vineyards I nearly despaired, but my faith in the Light did not waver!$b$bAnd through your bravery, we now have grapes for more wine! May the Light bless you, $N, and keep you safe!','You look to be in fine spirits! Come! Have a seat, and have a drink!','','','','','',11125,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11475,2690,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',3904,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(3906,4044,25,0,8,48,52,81,690,0,0,0,0,0,0,0,0,3907,0,0,'Disharmony of Flame','The elders have felt a disturbance amongst the elements. The Dark Iron dwarves have summoned a foul spirit into our world that threatens to plague our lands with an eternal draught. This disharmony of flame must be investigated.$B$BTravel to Blackrock Mountain, through the Chasm of Flame, into the quarry. It is there that you shall find this lord of fire: Overmaster Pyron.$B$BEnd the disruption and return to me.','Travel to the quarry in Blackrock Mountain and slay Overmaster Pyron. Return to Thunderheart when you have completed this assignment.\n','This cannot be... it must not be. The destruction of Pyron has merely lifted a veil. Within the depths of Blackrock is a much more insidious source of corruption.$b$b','The elements are still in disarray, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9026,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3907,4044,1584,0,8,48,56,81,690,0,0,0,0,0,0,0,0,0,0,0,'Disharmony of Fire','I can taste the foulness in the air that surrounds you, $N. There is another, hidden in the depths of Blackrock, who does control this foulness.$B$BThe wind and earth cry his name: Lord Incendius... but someone... something... commands this being. He is merely an emissary.$B$BFind him and discover where his master hides. Return to me when you have collected this information.\n','Enter Blackrock Depths and track down Lord Incendius. Slay him and return any source of information you may find to Thunderheart.\n','$b$bRagnaros... here...$b$bThe elders were right to fear the corruption emanating from Blackrock Mountain. A general of the Old Gods! IN OUR WORLD! We must reassess our position here in Kargath. We must decide on whether we stay and fight or run for fear of a new sundering.$b$bBe weary of any further exploration in Blackrock Mountain, $N. A far greater evil than anything that exists in this world resides in those fiery depths.$b$b','The flames will soon overtake these lands. Make haste, $N!$b$b','','','','','',0,11126,0,0,0,0,0,1,0,0,0,0,9017,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,12113,12114,12112,12115,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,500,0,0,0,0,0,0,25500,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',3906,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3908,4044,490,0,0,47,52,0,0,0,0,0,0,0,0,0,0,0,11133,1,'It\'s a Secret to Everybody','You see, I have no idea how I ended up here. No one really knows -- it\'s a secret to everybody! I just can\'t seem to remember anything...$B$BThese items you brought to me, though... I am remembering something.$B$BMy sword. I am supposed to strengthen it somehow, but I\'m really not sure why. Sorry I can\'t tell you more, but I just don\'t remember!$B$BAnyhoo, I do know where you can take it -- Donova Snowden in Winterspring. You\'ll find her by the hot springs. She can temper the sword by the pools there.','Take Linken\'s Sword to Donova Snowden in Winterspring.','Well, of course I can temper this sword. While I\'m working, you can explain what took Linken so long to get this to me. He\'s not usually one to forget things...','My, my... So Linken did finally get around to sending me his sword.','','','','','',11133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',3845,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(3909,4044,490,0,8,47,52,0,0,0,0,0,0,0,0,0,0,3912,0,0,'The Videre Elixir','Now, what\'s this? Linken... FORGOT?$B$BOh, I see... Lost his memory...$B$BWell, here is his sword. It\'s not complete, though. I know of the one that can finish it, but... speaking with him may prove difficult.$B$BListen, I know of someone that will be able to help you. It\'s too much to explain right now, but you must somehow acquire a Videre Elixir. The only one I know that can help you with that is Gregan Brewspewer. He\'s hard to track down, but last I knew he was camping in the wilds of Feralas.','Seek out Gregan Brewspewer in northern Feralas. From him, learn how you may acquire the Videre Elixir, then return to Donova Snowden in Winterspring.','I\'ll need one vial to make sure that this is truly the elixir... Yes... This is the stuff.','Back already?','','','','','',11243,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',3908,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(3910,5875,440,0,2,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Un\'Goro Run','Welcome to Gadgetzan! Take us home...','Escort Petra and Dadanga back to Un\'Goro.','','','Escort Petra and Dadanga!','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(3911,5875,1584,0,8,48,54,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Last Element','There is work to be had for those venturing into the depths, $N.$B$BThe Dark Irons have mastered creation of extremely powerful golems.$B$BInitial reports from our spies indicate that the dwarves use a unique power source to give their creations incomparable killing power.$B$BJust imagine what we could do with our abominations if we could get our hands on this essence of the elements! Turn that city upside down if you must, but do not return until you have found the essence! Payment will be worth the risk.','Travel to Blackrock Depths and recover 10 Essence of the Elements. Your first inclination is to search the golems and golem makers. You remember Vivian Lagrave also muttering something about elementals.\n','Wonderful! I will have these sent by courier to the Undercity at once!$B$BAs for you - here is payment, as promised. Keep the change, you filthy beast!','Show them to me!','','','','','',11129,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12038,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,24500,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3912,4044,490,0,0,47,52,0,0,0,0,0,0,0,0,0,0,3913,11136,1,'Meet at the Grave','This elixir will allow you to speak with one that you would not normally even see...$B$BTake the Videre elixir, along with Linken\'s sword, to the graveyard just outside Gadgetzan in Tanaris. Once there, drink the potion. You may be quite surprised at the results, but do not be alarmed.$B$BIn your \"other\" form, head due north until you reach the mountains. You\'ll find the one you need to speak with in one of the rocky crevices. His name is Gaeriyan.$B$BRemember, he will only speak to you in that form...','Go to the graveyard outside Gadgetzan, and use the Videre Elixir. Follow the rest of Donova\'s instructions to find Gaeriyan.','It has been long since any have come to talk with me...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',3909,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3913,4044,490,0,0,47,52,0,0,0,0,0,0,0,0,0,0,3914,11136,1,'A Grave Situation','If you return to the graveyard, $N, you will find a gravestone there... Not just any gravestone; this one will stand out from the others. Secrets lie within it.$B$BPush on the stone, and you will learn of these secrets...','Resurrect, then look for the gravestone that Gaeriyan told you to find.','You push on the stone firmly, and it slides away, revealing a small depression underneath it.$B$BPlacing Linken\'s Sword into the depression, you realize that it fits perfectly...','This must be the gravestone that Gaeriyan mentioned...','','','','','',11136,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',3912,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3914,4044,490,0,0,47,52,0,0,0,0,0,0,0,0,0,0,3941,11162,1,'Linken\'s Sword','After a strong flash of light, you are able to pick up the sword again. It has been transformed!','Deliver Linken\'s Superior Sword to Linken in Un\'Goro Crater.','My sword... It\'s finished!$b$bNow, if only I could remember why I needed this...$b$bHere, let me at least pay you for your work.','Oh! I remember you! You are... No, don\'t tell me!','','','','','',11162,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',3913,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3921,4044,17,0,0,10,14,0,690,0,0,0,0,0,0,0,0,3922,11142,1,'Wenikee Boltbucket','I think I might have broken that Samophlange. That\'s not good, because I already told some colleagues in Undermine about it and they were very intrigued. We must find a way to fix it!$B$BTake the broken samophlange to Wenikee Boltbucket, just south of Mor\'shan Rampart, the horde outpost between the Barrens and Ashenvale. She is very clever and inquisitive. If you show her the samophlange I bet she\'d jump at the chance to fix it.','Bring the Broken Samophlange to Wenikee Boltbucket.','Oh, what\'s this? A samophlange, you say? What\'s a samophlange??$B$BAh... but look at the way it moves when you handle it. And there\'s the sound of intricate gears inside. Oh my! I want to fix it and see what it does, don\'t you??','I\'m very busy with my work, $C. Unless you have something for me, it\'d be best if you moved along...','','','','','',11142,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,67,0,0,0,68,75,25,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',902,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3922,4044,17,0,8,10,15,0,690,0,0,0,0,0,0,0,0,0,0,0,'Nugget Slugs','I want to fix this samophlange, but to do that I\'m going to need some supplies. I ran out of seventeen-point-five gauge nugget slugs and I\'m going to need a bunch of those for the work ahead.$B$BThe closest place to get them is the Sludge Fen to the east. The Venture Company usually keeps them in their tool buckets. Go to the Sludge Fen and look in the tool buckets you find there, then return to me when you\'ve gathered enough nugget slugs.','Bring 15 Nugget Slugs to Wenikee Boltbucket in the Barrens.','Great, you got them! Now I can get to work...','Do you have the nugget slugs, $N? I\'ve been eyeing this Samophlange and I can\'t wait to tinker with it.','','','','','',11143,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,67,0,0,0,68,250,75,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',3921,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3923,4044,17,0,0,10,18,0,690,0,0,0,0,0,0,0,0,3924,11146,1,'Rilli Greasygob','Well, that didn\'t work. I put some extra gauges on the samophlange to measure its structural integrity, and they read the integrity at an all-time low. I could add some more dials and maybe a lever or two to try and fix it, but... I think that might make things even worse.$B$BYou should take the samophlange to Rilli Greasygob. He used to work for the Venture Company -- if anyone knows how to fix it, it\'s Rilli.$B$BYou can find him at Nogg\'s Machine Shop in Orgrimmar, in the Valley of Honor.','Bring the Broken and Battered Samophlange to Rilli Greasygob in Orgrimmar.','What\'s this? Why, it\'s a samophlange! Where did you get this thing? Have you been poking around the Venture Company holdings in the Barrens?$B$BYou must be very brave, or very stupid.','Mind your head! I don\'t want it to get in the way of my work!','','','','','',11146,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,67,0,0,0,68,25,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',3922,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3924,4044,17,0,8,10,19,0,690,0,0,0,0,0,0,0,0,0,0,0,'Samophlange Manual','I think I can fix the samophlange, but I\'m going to need the user\'s manual first. When I was in the Venture Company I had a rival, Boss Copperplug, who hoarded the secrets of the samophlange, giving out small bits of knowledge on the device to those he trusted. I wasn\'t one of the trusted few...$B$BBoss Copperplug used to stay at the Boulder Lode Mine in northeastern Barrens. Get the manual from him, and if he\'s given pages from it to anyone, you\'ll have to collect them too.','Bring the Samophlange Manual to Rilli Greasygob in Orgrimmar.','You got the manual! I can\'t wait to read it and find out how to fix the Samophlange! I spoke with Sputtervalve in Ratchet--he wanted to thank you for your help, and wanted to reward your efforts.$B$BI want to thank you too, and if I ever get this thing fixed I\'ll let you know...','Do you have the manual?','','','','','',0,0,11149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11855,11854,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,67,0,0,0,68,350,150,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,10800,0,0,0,0,'',3923,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3941,4044,490,0,8,47,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gnome\'s Assistance','Thinking... Thinking... I know I came here for something important...$B$BI have an idea, $N. In the cave over there is a gnome named J.D. that was very kind to me when I first arrived here. Perhaps in my disoriented state, I might have mentioned something to her.$B$BWhy don\'t you go ask her if she knows anything? Oh, but be careful -- she\'s always messing with those crazy glowing crystals I\'ve seen in the crater. I\'m not quite sure what she\'s up to in there!','Find J.D. Collie in the cave at Marshal\'s Refuge.','Stay where you are for just a moment... I am testing out a new combination of crystals...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',3914,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(3942,4044,490,0,8,47,54,0,0,0,0,0,0,0,0,0,0,4084,0,0,'Linken\'s Memory','Oh... Linken? Yeah, he\'s a funny one. When he first got here, he was mumbling about all kinds of strange things. Probably got bumped on the head pretty hard, I imagine.$B$BSomething he said kinda stuck with me though -- that he was making some sort of totem; said he had to talk to someone named Eridan Bluewind... in a place called Felwood, I think?$B$BI doubt he could tell you much now, though. If you want to know more, maybe you should look for Eridan yourself?','Find Eridan Bluewind in southern Felwood.','Hello, $C. Is there something I can help you with?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',3941,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(3961,4044,490,0,0,47,54,0,0,0,0,0,0,0,0,0,0,3962,11522,1,'Linken\'s Adventure','To think all this time that the reason Linken came here was to rid us of Blazerunner... He seems like such an ordinary guy, but I did notice that he\'s not at all interested in any of my experiments or gadgets like most gnomes would be. He must be a true warrior at heart.$B$BBring the totem to him. See if that helps him remember why he came here.','Take the Silver Totem of Aquementas to Linken in Marshal\'s Refuge.','Did J.D. help you at all?','Hi, again, $N!','','','','','',11522,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',4005,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(3962,4044,490,0,0,47,56,1,0,0,0,0,0,0,0,0,0,0,11522,1,'It\'s Dangerous to Go Alone','$N, I finally remember now... I did come here to fight Blazerunner. I was on a journey, and this was to be the last step.$B$BBut I am no longer the hero... You are. All that you have done -- you must finish this now, not me.$B$BBlazerunner guards an artifact called the Golden Flame. It provides power more vast than anything else I have ever known, and it is dangerous in the hands of one with an evil heart.$B$BYou will want to bring others with you -- it\'s dangerous to go alone. Take this as my advice.','Travel to Fire Plume Ridge, south of Marshal\'s Refuge.$B$BFind Blazerunner and use the totem to remove his protective aura. Once he has been defeated, acquire the Golden Flame from the cave.','Thank you, $N.$B$BThe Golden Flame will now be returned back to my homeland, where it may be protected, never again to be used for evil.$B$BSince you did so much for me, I\'d like you to have this. Without you, I\'d still have no idea who I am!','Blazerunner is almost invincible behind the aura he has created by using the Golden Flame. Only you have the power to remove it with the Silver Totem of Aquementas.','','','','','',11179,11522,0,0,0,0,1,1,0,0,0,0,0,0,9376,0,0,0,1,0,0,0,0,0,0,0,0,0,11902,11904,0,0,0,0,1,1,0,0,0,0,11905,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',3961,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(3981,4044,1584,0,8,48,52,81,690,0,0,0,0,0,0,0,0,3982,0,0,'Commander Gor\'shak','Poor Gargal... didn\'t even see it coming. WHAM! The arrow landed dead center on the top of his head. He was no genius before but now...$B$B$B$BWhen we dislodged the arrow, we noticed a rolled up note attached to the shaft. On the note was a crudely drawn picture of an orc behind bars with the signature of Commander Gor\'shak attached.$B$BIf he\'s still alive in the Depths, you\'ll have to find him.$B$BA trap you say? Well no kidding, numb hooves! That\'s why you\'re going!\n','Find Commander Gor\'shak in Blackrock Depths.$B$BYou recall that the crudely drawn picture of the orc included bars drawn over the portrait. Perhaps you should search for a prison of some sort.','We haven\'t got much time. Listen carefully, $R. What I have to tell you is classified and for your ears only.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',3906,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(3982,4044,1584,0,2,48,54,81,690,0,0,0,0,0,0,0,0,4001,0,0,'What Is Going On?','I was sent here under the auspices of Thrall. Do you actually think these buffoons could capture me? I allowed myself to be captured so that I could gather intelligence.$B$B$B$BThe Princess of Ironforge has been kidnapped by Emperor Thaurissan. Princess Bronzebeard is in this very city! I bet old Magni\'s heart almost stopped when he heard that news.$B$B$B$BShhh! Do you hear that? Guards coming! DEFEND YOURSELF!','Defend Gor\'shak.','That was a close call. They have been alerted to your presence... more will surely come.','Defend yourself, fool!','Survive the Onslaught','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',3981,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4001,4044,1584,0,10,48,54,81,690,0,0,0,0,0,0,0,0,4002,0,0,'What Is Going On?','So far, my communication with the dwarf, Kharan, in the cell across the hall, has been limited. I have, however, managed to convince him that I, rather -we- mean him no harm.$B$BGo speak with him and gather as much information about the Princess and her captors as possible. Take that information back to the Warchief.$B$BThrall does not want the Princess harmed, but instead, has some grand plan laid out, which includes her being safely returned to Ironforge. Kharan already knows all of this... Go!\n','Speak with Kharan Mighthammer and gather information about Princess Moira Bronzebeard\'s kidnapping. Take that information to Thrall in Orgrimmar.$B$BYou recall Gor\'shak mentioning that Kharan is being held in a cell nearby.\n','This is a chance for the Horde to change the political climate of our war torn world forever. Listen carefully, $N.$B$BFailure of this mission is not an option.','What brings you to these hallowed grounds?','Information Gathered from Kharan','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59100,0,0,0,0,'',3982,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(4002,4044,1584,0,8,48,54,81,690,0,0,0,0,0,0,0,0,4003,0,0,'The Eastern Kingdoms','You bring excellent information, $N.$B$BAs Warchief, it is my duty to do what is best for the Horde. To ensure that the generations that come after us are not forced into a hopeless existence.$B$BThe opportunity to shape our future alliances has fallen into our collective laps. A move to help the dwarves could greatly strengthen our relationships in the Eastern Kingdoms. This, then, is why you must not fail!$B$BAre you prepared?','Speak with Thrall if you are prepared to take on the mission he has planned.','There is no going back beyond this point, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',4001,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4003,4044,1584,0,8,48,59,81,690,0,0,0,0,0,0,0,0,4004,0,0,'The Royal Rescue','This strike against the Dark Iron dwarves, if successful, will send a shockwave throughout their entire kingdom.$B$BPrincess Bronzebeard is under the control of Emperor Thaurissan. To free her, you must kill the Emperor. Be warned, your task is doubly dangerous, as Bronzebeard will attack you without question while under the control of the Emperor.$B$BDO NOT HARM HER!','Slay Emperor Dagran Thaurissan and free Princess Moira Bronzebeard from his evil spell. \n','What have you done!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9019,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',4002,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4004,4044,1584,0,8,48,60,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Princess Saved?','You have slain my husband, $r! My child will be born into this world without a father.$B$B$B$BI assure you, this child will be the next ruler of the kingdom of Ironforge. You and your kind shall be hunted down until the end of days for this wrongful act.$B$B$B$BLeave me be, $r. I am certain your warchief will be eager to hear the results of his meddling.\n','Return to Thrall at Grommash Hold in Orgrimmar.\n','$B$BA new threat now looms on the horizon. As Magni\'s years dwindle down, the way shall be opened for this unborn Dark Iron to become ruler of Ironforge.$B$BYou have accomplished what I asked of you and for that, you shall be rewarded.$B$BNow leave me, $N! I must confer with Sylvanas and Cairne.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12544,12545,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',4003,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4005,4044,490,0,0,47,54,0,0,0,0,0,0,0,0,0,0,0,11617,1,'Aquementas','Take this bag of supplies with you to Tanaris. Travel to Lost Rigger Cove, and look for a circle of stones.$B$BThe eastmost peninsula is the secret...$B$BFrom this circle only, read from the book of Aquor; summon the only creature that can transform the items you collected into a totem to fight Blazerunner.$B$BAquementas will not be pleased to be awakened, but remember, you must remain in the circle for him to transform the items.','Take the Book of Aquor, the Silvery Claws, and the Irontree Heart to Tanaris.$B$BUse the Book of Aquor to summon Aquementas.$B$BAfter you have the completed totem, take it to J.D. Collie in Marshal\'s Refuge.','Blazerunner, you say...$b$bYes, I am aware that a strong elemental resides in the charred center of the crater. We all just keep our distance; none have been able to penetrate the powerful aura that surrounds him. Many have been pushed from the rocky paths onto the ground below when trying to face him.','So you\'re back, eh? Hmm... Let me take a look at that, $N.','','','','','',11522,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',4084,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4021,4044,17,0,0,11,20,1,690,0,0,0,0,0,0,0,0,0,0,0,'Counterattack!','The Horde commends your successes against the Kolkar, but the Kolkar themselves are maddened. I have reports that a contingent of Kolkar has traveled to the Barrens from their home in Desolace, to seek vengeance. My latest report was that, even now, they move against these bunkers, from the west!$B$BFace the Kolkar invaders, and end their threat in the Barrens. Kill them until their leader, Warlord Krom\'zar, appears. Defeat him and bring me a piece of his banner as proof.$B$BWe\'re counting on you, $N.','Bring a Piece of Krom\'zar\'s Banner to Regthar Deathgate, west of the Crossroads.','You have done it! You have defeated the Kolkar!$B$BI will be sure Thrall receives word of your actions here, $N.$B$BStand tall. You do yourself, and the Horde, proud.','Do you have the banner?','','','','','',11227,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',852,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(4022,4044,46,0,10,52,54,0,0,0,0,0,0,0,0,0,0,4024,0,0,'A Taste of Flame','The flight is aware of your work in the Searing Gorge.$B$BShow it to me, $r. The molt, imbecile.','Show Cyrus Therepentous the Black Dragonflight Molt you received from Kalaran Windblade.\n','$B$BYou have proven that you are not entirely useless, mortal.','','Proof Presented','','','','',10575,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',3481,0,0,0,'4023',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4023,4044,46,0,8,52,54,0,0,0,0,0,0,0,0,0,0,4024,0,0,'A Taste of Flame','You seek out the Flight? Present to me proof of your worth, mortal.','Show Cyrus Therepentous proof of your worth.$B$BYou have a feeling that Cyrus already knows that you are unworthy.','$B$BYou have proven that you are not entirely useless, mortal.','','','','','','',10575,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',4022,0,0,0,'4022',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4024,4044,1584,0,0,52,58,81,0,0,0,0,0,0,0,0,0,0,11231,1,'A Taste of Flame','I wish to taste the searing flames of the mountain of fire. To let the molten fires of Blackrock cascade across my being. That essence, that searing heat, it is what I crave.$B$BBael\'Gar resides in the Depths of Blackrock: A being of pure flame, born of the fires of Ragnaros. Slay Bael\'Gar and from his smoldering remains bring for me a piece of his inner fire.$B$BUse the molt on his remains to safely extract the inner flame.$B$BSucceed and be rewarded.','Travel to Blackrock Depths and slay Bael\'Gar.$B$BYou only know that the giant resides inside Blackrock Depths. Remember to use the Altered Black Dragonflight Molt on Bael\'Gar\'s remains to capture the Fiery Essence.$B$BReturn the Encased Fiery Essence to Cyrus Therepentous.\n','$B$BYES!$B$BTake your prize and be gone. Leave my sight at once!','Has the giant been felled?','','','','','',11230,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12066,12082,12083,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'4022',4023,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,7),(4041,4044,357,0,8,47,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Videre Elixir','','','So, you pulled a fast one on ol\' Miblon, eh?','Bring me an Evoroot, and sure, I can make ya that Videre Elixir.$B$BI know all kinds of things about herbs and alchemy... Why, let me tell you the story about the time I transmuted gold from the cheese I was going to eat for lunch... hey... Where are you going?','','','','','',11242,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11243,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4061,4044,46,0,8,52,54,0,690,0,0,0,0,0,0,0,0,4062,0,0,'The Rise of the Machines','The machines made themselves known to us during our initial forays into the Searing Gorge. Upon further investigation we discovered that they were being imported from Burning Steppes, possibly Blackrock Depths. That is what we need you for, $N.$B$BYour first task is to venture to the Burning Steppes and recover elemental shards from the rock automatons and lesser rock creations of the region. Once you have collected a sufficient amount, return to me and I shall determine their source of origin.\n','Venture to the Burning Steppes and recover 10 Fractured Elemental Shards for Hierophant Theodora Mulvadania.$B$BYou recall Theodora mentioning the golems and elementals of that region as being a source for these shards.','$b$b$b$bInteresting. Etched into the structural foundation of each of these fragments are... initials.$b$b','Do not take this task lightly, $N!','','','','','',11266,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4062,4044,3,0,0,52,54,0,690,0,0,0,0,0,0,0,0,4063,11267,1,'The Rise of the Machines','G.L.A.$B$BThose are the \'initials\' imprinted on the elemental shards. Below the initials are a rank marking of some sort. The machinations you destroyed in the Burning Steppes were of \'Rank IV.\' I assume that this is a lowly rank.$B$BTake this shard sample to Lotwil Veriatus in the camp to the east. He is a scholar of some renown in the field of elemental sciences. He may be able to assist us in our search.','Take the Elemental Shard Sample to Lotwil Veriatus.$B$BYou recall Theodora saying that Lotwil was stationed in a camp to the east.\n','$b$bI... I know these markings.','What have you got there, $R?','','','','','',11267,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',4061,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(4063,4044,1584,0,8,52,58,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Rise of the Machines','This can\'t be Argelmach! Argelmach was killed ten years ago. How can I be sure? I was the one who killed him.$B$BHe was a despicable dwarf, hell-bent on twisting my life\'s work to meet his diabolical needs. It seems that the wicked always find a way to escape justice.$B$BIf this is Argelmach\'s handiwork then he must be destroyed. I will need samplings of his latest creations. With the proper samples, I may be able to stop this uprising. The creations guard Argelmach in Blackrock Depths.','Find and slay Golem Lord Argelmach. Return his head to Lotwil. You will also need to collect 10 Intact Elemental Cores from the Ragereaver Golems and Warbringer Constructs protecting Argelmach. You know this because you are psychic. ','What is this?!? This head is not flesh. This is some sort of dark iron creation: A shadow of Argelmach - ANOTHER machine! I suspect that your destruction of Argelmach will be short lived as another shall rise to take \'its\' place soon.','Was it him? Was he really alive?','','','','','',11268,11269,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12109,12110,12108,12111,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',4062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4081,4044,1584,0,8,48,52,81,690,0,0,0,0,0,0,0,0,0,0,0,'KILL ON SIGHT: Dark Iron Dwarves','By order of Warlord Goretooth, commander of the Kargath Expeditionary Force:$B$BAny and all of General Angerforge\'s forces within Blackrock Depths must be annihilated.$B$BAngerforge\'s men are ruthless killers, responsible for the mass murder of the 109th division of the Kargath Expeditionary Force. Heroes are warned to exercise extreme caution when confronting these brutes.$B$BAny person who destroys the first line of General Angerforge\'s forces in Blackrock Depths shall receive a tribute.','Venture to Blackrock Depths and destroy the vile aggressors!$B$BWarlord Goretooth wants you to kill 15 Anvilrage Guardsmen, 10 Anvilrage Wardens and 5 Anvilrage Footmen. Return to him once your task is complete.\n','This first strike should put a crease in Angerforge\'s pants. Now, move along soldier. I have work to complete, battles to plan, enemies to crush!$B$BCheck the wanted signs for more work.','What is it, $r? Can\'t you see I have a platoon to command?$B$B','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8891,8890,8892,0,15,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,7),(4082,4044,1584,0,8,48,54,81,690,0,0,0,0,0,0,0,0,0,0,0,'KILL ON SIGHT: High Ranking Dark Iron Officials','By order of Warlord Goretooth, commander of the Kargath Expeditionary Force:$B$BHead of the K.E.F. reconnaissance division, Grandmaster Lexlort, has returned with news of the whereabouts of high ranking Dark Iron officials. Through locked gate, near the heart of the city, they train their forces to snuff out our men. Travel to Blackrock Depths and destroy them!$B$BCompletion of this mission will result in a tribute.\n','Venture to Blackrock Depths and destroy the vile aggressors!$B$BWarlord Goretooth wants you to kill 10 Anvilrage Medics, 10 Anvilrage Soldiers and 10 Anvilrage Officers. Return to him once your task is complete.','Angerforge is undoubtedly... angry. Return to me when you receive a third tribute and we shall proceed with Operation: Death to Angerforge. I cannot go into any detail of what this entails, but rest assured, it involves somebody dying.','You again? I have to hand it to you, $N, you are tenacious.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8894,8893,8895,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',4081,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4083,4044,1584,0,8,40,55,81,0,0,186,200,0,0,0,0,0,0,0,0,'The Spectral Chalice','','','The spectral chalice floats in the air, slowing rising and falling... as if to the beat of a dying heart.','The gems make no sound as they fall into depths of the chalice... ','','','','','',7910,3577,6037,0,0,0,2,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4084,4044,490,0,8,47,54,0,0,0,0,0,0,0,0,0,0,4005,0,0,'Silver Heart','I do not know the one you speak of, $N.$B$BBut worry not; if your friend was on a journey to find me, I do know what it was he desired.$B$BIn the heart of Un\'Goro Crater dwells evil of the purest form. This evil takes the shape of an elemental called Blazerunner... protected by an aura that none can dispel...$B$BNone... except those with enough power to do so. I can teach you of this power, $N.$B$BFirst, do as I ask. Collect 11 Silvery Claws and 1 Irontree Heart from the creatures in Felwood, then return.','Collect 11 Silvery Claws and 1 Irontree Heart for Eridan Bluewind in Felwood.','Very well, $N. I can see you are serious about helping your friend.','I can tell you more of the power of which you required to defeat Blazerunner, but first, you need to gather the things I require.','','','','','',11172,11173,0,0,0,0,11,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',3942,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4101,4044,361,0,8,48,55,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Cleansing Felwood','Plants give life to Felwood, yet even they suffer the taint of corruption. I know ways to cleanse them, but I cannot give out such knowledge to those I don\'t know or trust. Prove to me that you will truly aid the cause of the Cenarion Circle!$B$BTo the north lie the Irontree Caverns. The Warpwood elementals present there are now beyond hope of cleansing. I ask you to bring me their sap - blood amber it is called - so I may study it in the hopes of saving other forms of life here.','Bring 15 Blood Amber to Arathandris Silversky in Felwood.','This blood amber will be used to find a means of defeating the corruption present in Felwood. You\'ve proven to me that you\'re willing to do whatever it takes for the Cenarion Circle. I trust you now, friend.$B$BIt might seem odd that killing the elementals proved yourself to me, but the end of saving countless sentient beings must justify the means we take. You and I can now focus on the preservation of life through the salves I can make.$B$B$N, the time has come to cleanse Felwood.','I know Felwood suffers, $N - I suffer along with it! I must remain steadfast in my conviction; were the knowledge I possess to fall into the wrong hands, it would spell disaster for all of Felwood.$B$BBring to me the blood amber drawn from the slain Warpwood elementals, and I will trust you enough to help me enact a means to fight the corruption.','','','','','',11503,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,5,0,0,5),(4102,4044,361,0,8,48,55,0,690,0,0,0,0,0,0,0,0,0,0,0,'Cleansing Felwood','Plants give life to Felwood, yet even they suffer the taint of corruption. I know ways to cleanse them, but I cannot give out such knowledge to those I don\'t know or trust. Prove to me that you will truly aid the cause of the Cenarion Circle!$B$BTo the north lie the Irontree Caverns. The Warpwood elementals present there are now beyond hope of cleansing. I ask you to bring me their sap - blood amber it is called - so I may study it in the hopes of saving other forms of life here.','Bring 15 Blood Amber to Maybess Riverbreeze in Felwood.','This blood amber will be used to find a means of defeating the corruption present in Felwood. You\'ve proven to me that you\'re willing to do whatever it takes for the Cenarion Circle. I trust you now, friend.$B$BIt might seem odd that killing the elementals proved yourself to me, but the end of saving countless sentient beings must justify the means we take. You and I can now focus on the preservation of life through the salves I can make.$B$B$N, the time has come to cleanse Felwood.','I know Felwood suffers, $N - I suffer along with it! I must remain steadfast in my conviction; were the knowledge I possess to fall into the wrong hands, it would spell disaster for all of Felwood.$B$BBring to me the blood amber drawn from the slain Warpwood elementals, and I will trust you enough to help me enact a means to fight the corruption.','','','','','',11503,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4103,4044,361,61,8,48,55,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Salve via Hunting','','','Very well then, here are your Cenarion plant salves. Scour Felwood for corrupted plants, $n! Wherever they are, use the salve I have given you to purify them.','Possessing a Cenarion Beacon allows one to sea a corrupted soul shard on those tainted beasts that are put down for the greater good. I grind shards into a usable reagent that goes into making Cenarion plant salve. We will use that salve to turn corrupted plants into healthy ones again.$b$bIn exchange for these shards, I will give you some Cenarion plant salves I have already prepared.','','','','','',11515,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4101,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(4104,4044,361,0,8,48,55,0,1101,0,186,1,0,0,0,0,0,0,0,0,'Salve via Mining','','','Very well then, here\'s some Cenarion plant salve. If you find more vitriol when you mine in Felwood, remember to hold on to it for me! The more of it you find, the more salve I will be able to make.','If you possess a Cenarion beacon while mining in Felwood, you will be able to see tainted vitriol that corrupts a vein of raw metal. I know how to purify that vitriol and turn it into a reagent that goes into making Cenarion plant salve. You will then use that salve on plants you find in the wild that need saving.$b$bIf you have collected any tainted vitriol, I\'ll give you some Cenarion plant salve I have already prepared.','','','','','',11513,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4101,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(4105,4044,361,0,8,48,55,0,1101,0,182,1,0,0,0,0,0,0,0,0,'Salve via Gathering','','','Excellent work $n - every bit of this, once we purify it, will help us take back Felwood. Here, take some doses of Cenarion plant salve and head into the forest. The reclaiming of the land from the corruption waits for no $r!','A Cenarion beacon allows a seasoned herbalist to spot insidious fel creep - a malfeasant product of Felwood\'s corruption. My work here has taught me the knowledge of purifying fel creep into a cleansing reagent... used in what we now refer to as Cenarion plant salve.$b$bWhen you gather herbs in Felwood, you should encounter the fel creep so long as you have the beacon. In exchange for what you bring to me, I will give you pre-made Cenarion plant salve.','','','','','',11514,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4101,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4106,4044,361,0,8,48,55,0,1101,0,393,1,0,0,0,0,0,0,0,0,'Salve via Skinning','','','This is exactly what I need. Here - take these plant salves and use them to reclaim Felwood from the corruption. We must persevere, $n!','A Cenarion beacon will allow a well-trained skinner to spot patches of tainted skin from bounty gathered in Felwood. I convert these seemingly useless patches into a thick paste that serves as a quickening agent for Cenarion plant salve. When you skin your kills here in Felwood, be sure to have a beacon on you!$b$bWhen you collect tainted patches, bring them to me and I will give you some Cenarion plant salves that I have already made.','','','','','',11512,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4101,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4107,4044,361,0,8,48,55,0,1101,0,333,1,0,0,0,0,0,0,0,0,'Salve via Disenchanting','','','Here are some Cenarion plant salves - I only need one lesser nether essence for this, $n. Essence is by far the most potent item I can make use of to turn swords into plowshares, as it were. If you need more salve, then find me here!','The power of a disenchanted magical item is felt by the essence it creates. I\'ve devised a way to turn raw essence used by enchanters into a suitable reagent for creating Cenarion plant salve. You don\'t need a Cenarion beacon for this; any suitably disenchanted item that yields lesser nether essences will work.$b$bI just need a single lesser nether essence; in exchange, I will give you Cenarion plant salves. The essence is extremely potent - a little definitely goes a long way!','','','','','',11174,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4101,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(4108,4044,361,0,8,48,55,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Salve via Hunting','','','Very well then, here are your Cenarion plant salves. Scour Felwood for corrupted plants, $n! Wherever they are, use the salve I have given you to purify them.','Possessing a Cenarion Beacon allows one to sea a corrupted soul shard on those tainted beasts that are put down for the greater good. I grind shards into a usable reagent that goes into making Cenarion plant salve. We will use that salve to turn corrupted plants into healthy ones again.$b$bIn exchange for these shards, I will give you some Cenarion plant salves I have already prepared.','','','','','',11515,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4103,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4109,4044,361,0,8,48,55,0,1101,0,186,1,0,0,0,0,0,0,0,0,'Salve via Mining','','','Very well then, here\'s some Cenarion plant salve. If you find more vitriol when you mine in Felwood, remember to hold on to it for me! The more of it you find, the more salve I will be able to make.','If you possess a Cenarion beacon while mining in Felwood, you will be able to see tainted vitriol that corrupts a vein of raw metal. I know how to purify that vitriol and turn it into a reagent that goes into making Cenarion plant salve. You will then use that salve on plants you find in the wild that need saving.$b$bIf you have collected any tainted vitriol, I\'ll give you some Cenarion plant salve I have already prepared.','','','','','',11513,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4104,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4110,4044,361,0,8,48,55,0,1101,0,182,1,0,0,0,0,0,0,0,0,'Salve via Gathering','','','Excellent work $n - every bit of this, once we purify it, will help us take back Felwood. Here, take some doses of Cenarion plant salve and head into the forest. The reclaiming of the land from the corruption waits for no $r!','A Cenarion beacon allows a seasoned herbalist to spot insidious fel creep - a malfeasant product of Felwood\'s corruption. My work here has taught me the knowledge of purifying fel creep into a cleansing reagent... used in what we now refer to as Cenarion plant salve.$b$bWhen you gather herbs in Felwood, you should encounter the fel creep so long as you have the beacon. In exchange for what you bring to me, I will give you pre-made Cenarion plant salve.','','','','','',11514,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4105,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4111,4044,361,0,8,48,55,0,1101,0,393,1,0,0,0,0,0,0,0,0,'Salve via Skinning','','','This is exactly what I need. Here - take these plant salves and use them to reclaim Felwood from the corruption. We must persevere, $n!','A Cenarion beacon will allow a well-trained skinner to spot patches of tainted skin from bounty gathered in Felwood. I convert these seemingly useless patches into a thick paste that serves as a quickening agent for Cenarion plant salve. When you skin your kills here in Felwood, be sure to have a beacon on you!$b$bWhen you collect tainted patches, bring them to me and I will give you some Cenarion plant salves that I have already made.','','','','','',11512,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4106,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4112,4044,361,0,8,48,55,0,1101,0,333,1,0,0,0,0,0,0,0,0,'Salve via Disenchanting','','','Here are some Cenarion plant salves - I only need one lesser nether essence for this, $n. Essence is by far the most potent item I can make use of to turn swords into plowshares, as it were. If you need more salve, then find me here!','The power of a disenchanted magical item is felt by the essence it creates. I\'ve devised a way to turn raw essence used by enchanters into a suitable reagent for creating Cenarion plant salve. You don\'t need a Cenarion beacon for this; any suitably disenchanted item that yields lesser nether essences will work.$b$bI just need a single lesser nether essence; in exchange, I will give you Cenarion plant salves. The essence is extremely potent - a little definitely goes a long way!','','','','','',11174,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4107,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4113,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4114,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4115,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4116,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4117,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Whipper Root','','','You apply 3 Cenarion Plant Salves to the Whipper Root. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a whipper root plant. The visible roots of the plant appear tough and leathery, and a slimy film hangs from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4118,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4119,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Night Dragon','','','You apply 4 Cenarion Plant Salves to the Night Dragon. It immediately begins to shed it\'s corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a night dragon plant. The fruits that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4120,4044,357,0,8,47,52,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Strength of Corruption','Being a hunter, I strive to emulate the strengths I see in my opponents. It is possible to turn the battle in your favor by simply knowing your enemy well, $N.$B$BIn a place called Felwood, north of Ashenvale, the creatures have been tainted by a substance called fel. The bears and wolves have been driven mad by it, but I believe that they have also grown even stronger as well.$B$BGo, $N. Travel to Felwood and face these beasts. Learn for yourself if they are truly as strong as I believe.','Talo Thornhoof at Camp Mojache in Feralas wants you to kill 12 Angerclaw Grizzlies and 12 Felpaw Ravagers in Felwood.','It sounds from your descriptions as if the creatures show a mindless ferocity...$b$bStay alert, $N. It would be in your best interest to learn more of the corruption. Always know your enemy.','Everything touched by the fel emanates a strange green glow... I sense it is evil, but at the same time, very powerful.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8957,8961,0,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4121,4044,1584,0,2,52,58,81,690,0,0,0,0,0,0,0,0,0,0,0,'Precarious Predicament','Do you truly believe that you will make it to your rendezvous point with me in custody? You actually expected to break into a heavily fortified Blackrock fortress to capture a prized asset of theirs without alerting anyone or anything to your presence?$B$BYou will be destroyed!\n','Escort your prisoner, Grark Lorkrub, through Burning Steppes and through Blackrock Mountain to the Searing Gorge.$B$BYou recall Lexlort mentioning that he would have his men waiting on the other side to take Grark into custody.$B$BYou will also be required to hand over your Thorium Shackles to Lexlort.','Your heroics will not go unrecognized, $N. You have earned this tribute. The Warlord will speak with you now in regards to the final mission.','I will take this traitorous filth, $N.','Prisoner Transport','','','','',11286,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,67500,0,0,0,0,'',4122,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(4122,4044,1584,0,0,52,58,81,690,0,0,0,0,0,0,0,0,0,11286,1,'Grark Lorkrub','I tracked him across the Searing Gorge, through the mountain, and into the Burning Steppes. That traitor was caught red-handed giving the Blackrock orcs vital information about our day to day operations. I\'m speaking of Grark Lorkrub.$B$BHe now sits in the Burning Steppes, safely under their protection - or so he thinks.$B$BTake these shackles, $N. Find Grark, place the shackles on him and lead him through Blackrock Mountain. Do this and a tribute is yours.\n','Travel to the Burning Steppes and find Grark Lorkrub. You recall Lexlort mentioning that he was last seen in a massive Blackrock fortress.$B$BWhen you find Grark Lorkrub, use the Thorium Shackles to bind him and then lead him back through Blackrock Mountain to the Searing Gorge. Lexlort will have his men waiting on the other side to take Grark into custody.\n','Can you not see the power we gain by joining the legion of Blackrock? ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',4082,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4123,4044,1584,0,8,50,55,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Heart of the Mountain','For years I have sought a certain gem. It is called the Heart of the Mountain and it\'s the size of your fist! The Dark Iron dwarves have it locked in their vault and, try as I may, they won\'t let me purchase it.$B$BSo I must resort to force.$B$BFight your way to the Lower Vault of Blackrock Depths, breach its secret safe and gain the Heart. To do that, you must defeat Watchman Doomgrip, and he won\'t appear until you\'ve opened every relic coffer in the vault!$B$BGood luck.','Bring the Heart of the Mountain to Maxwort Uberglint in the Burning Steppes.','You have the heart! Amazing! It is even more beautiful than I imagined!$b$bPlease, $N, take this as payment!','Do you have the Heart of the Mountain? To me, its value is without limit.','','','','','',11309,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4124,4044,357,0,8,40,43,0,1101,0,0,0,0,0,0,0,0,4125,0,0,'The Missing Courier','An associate of mine, Ginro Hearthkindle, is looking for assistance concerning the location of a courier and the parcels he was carrying. It has been a week or so since the courier went missing; our own searches have proved fruitless, and we\'re at an impasse. Unfortunately, I have had to declare the courier as missing in action.$B$BIf you have the time and resources to spare, please speak with Ginro. He should be here in the Stronghold - perhaps in his quarters.','Speak with Ginro Hearthkindle in Feathermoon Stronghold.','Latro sent you to me, I presume. While I think it is a lost cause at this point, I\'ll take whatever assistance you can offer. I must admit... I\'ll be glad once I can put my mind to rest on this matter. Every day I set out into the wilds of Feralas looking for signs of Raschal, and every night I have come back with nothing to show for my work save gnoll teeth and disappointment.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4125,4044,357,0,8,40,43,0,1101,0,0,0,0,0,0,0,0,4127,0,0,'The Missing Courier','It\'s been about a week since Raschal, the courier, set out for Thalanaar. He knows Feralas well; he\'s been with us since General Feathermoon led the expeditionary forces here. I know his plan was to take a row boat down the coast and try and traverse across southern Feralas to avoid the Horde camp.$B$BI couldn\'t find his boat, but maybe you can. Maybe it is hidden, or maybe it was sunk. Regardless, it might hold a clue as to where he is. If you uncover something, please let me know.','Locate the courier\'s boat somewhere along the coast of Feralas.','You have found what appears to be a wrecked row boat. Through the slightly muddy water you see gaping holes riddling the port side; the boat is nearly shredded down to its simple wooden frame. Whatever broke this boat most likely tried to snap it in two. A small crest of the Feathermoon Stronghold is painted on the starboard side.$B$BIn the mud at the base of the boat, a glint of something metallic catches your eye...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',4124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4126,4044,1584,0,8,50,55,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Hurley Blackbreath','The Dark Iron dwarves, led by the villain Hurley Blackbreath, stole one of the Thunderbrew\'s best recipes, Thunderbrew Lager. The villains! They don\'t deserve such a fine brew!$B$B$N, I have a tough task for you. Go to the Blackrock Depths in the Burning Steppes, destroy any kegs of Thunderbrew Lager you find, and bring back our recipe for Thunderbrew Lager!$B$BPlease, get that recipe back, even if you have to turn Blackrock Depths upside down to do it!','Bring the Lost Thunderbrew Recipe to Ragnar Thunderbrew in Kharanos.','You found it! Well done! And I hope you gave those Dark Irons, and Hurley Blackbreath, a good thumping!$b$bThe Thunderbrews are at your service, $N. You are a hero of heroes!','Do you have the recipe, $N? I can\'t stand the idea of those Dark Iron dwarves drinking my family\'s drink!','','','','','',11312,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11964,12000,0,0,0,0,1,1,0,0,0,0,12003,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',4128,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(4127,4044,357,0,0,40,44,0,1101,0,0,0,0,0,0,0,0,4129,11462,1,'Boat Wreckage','Running your hand along the mud, your fingers graze the handle of a knife. It looks well cared for, and it might be safe to assume that whoever was on the boat might have lost it. Perhaps the large chunk of the missing boat might have something to do with the loss.$B$BYou grab the knife, remembering that Ginro Hearthkindle in the Feathermoon Stronghold instructed you to return to him with any found clues. You get the feeling, however, that you are not quite alone in the water...','Return to Feathermoon Stronghold and show Ginro Hearthkindle the Discarded Knife you have found.','Interesting... I believe that this is Raschal\'s knife. You say you found it at the bottom of the water, along with his boat? Well, just the knife\'s discovery might not be enough to connect this to Raschal\'s disappearance; we do, however, have an unconventional option available to us to try and learn more.$B$BHave you ever heard of psychometry?','Ah, welcome back $N. I hope that you were able to uncover some clue as to Raschal\'s ultimate fate, as tragic as that may be.','','','','','',11462,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',4125,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4128,4044,1584,0,8,50,55,81,1101,0,0,0,0,0,0,0,0,4126,0,0,'Ragnar Thunderbrew','Ho, $n. I heard that Ragnar Thunderbrew is steaming mad about someone stealing his ale. He\'s looking for stalwart adventurers, and willing to pay plenty.$B$BTalk to Ragnar if you\'re interested. He\'s at the Thunderbrew Distillery in Kharanos, in Dun Morogh.','Speak with Ragnar Thunderbrew.','You\'re right I\'m mad! I\'ve been robbed! Robbed of one of our family recipes! How dare they! As if I didn\'t have enough cause to hate the Dark Iron dwarves! Now, oh... now they\'re in for it!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4129,4044,357,0,0,40,44,0,1101,0,0,0,0,0,0,0,0,0,11462,1,'The Knife Revealed','The Stronghold\'s resident druid, Quintis Jonespyre, has some... unusual skills. One of them involves psychometry - the ability to reveal an item\'s history by touch. Don\'t ask me how he does it; I chalk it up to magic I do not and choose not to understand. I do know, however, two things: one, I\'ve seen it work and two, the bum owes me.$B$BTake the knife up to Quint in his little tree-house here, and tell him for me that his Kalimdor Hold \'Em debt will be paid if he works his mojo on that knife.','Take the Discarded Knife to Quintis Jonespyre in Feathermoon Stronghold.','Thank you, $N.$B$BWhile psychometry isn\'t an exact art by any stretch of the imagination, I\'ve used it in times past to give insight into situations that others have chalked up to lost causes. I think using it on the knife you\'ve uncovered will give us a glimpse into what happened to Raschal.$B$BIt will only take a moment to do, but it isn\'t what I\'d call a caster-friendly task. Bear with me on this.','Ginro sent you, eh?$B$BMy psychometric readings are fairly draining on the psyche... but so are my losses at Kalimdor Hold \'Em. They call me \"King of the Bad Beats\" here in the Stronghold. Unlucky at cards... lucky at mastering the secrets of nature, I guess.$B$BAnyway, of course I\'ll do it. This may be just the breakthrough we need to uncover Raschal\'s fate. If you would hand me the knife, we can get started.','','','','','',11462,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',4127,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4130,4044,357,0,8,40,44,0,1101,0,0,0,0,0,0,0,0,4131,0,0,'Psychometric Reading','I\'m a little wobbly still, sorry. Anyway, I received some useful visions.$B$BRaschal takes two large leather backpacks from his boat and goes inland; he returns to the boat, however. I see gnoll scalps... he ran into some gnolls - Woodpaw I think they\'re called. He\'s very worried - almost terrified - about something. So much so, that he is not paying attention to water elementals forming behind him. The images... stop there.$B$BI need to rest, sorry $N. Tell Gin what I\'ve seen. He needs to know.','Speak with Ginro Hearthkindle in Feathermoon Stronghold.','Thanks for passing along Quint\'s visions to me, $N. I\'ll try to remember to be a little easier on him the next time we play cards.$B$BRaschal can hold his own in a fight, and gnolls aren\'t anything that would get him worried - nay, terrified. Still, maybe you and yours can act on this new information and make the breakthrough we desperately need.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',4129,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4131,4044,357,0,8,40,44,0,1101,0,0,0,0,0,0,0,0,4135,0,0,'The Woodpaw Gnolls','Our \"friends\" the Woodpaw might have gotten Raschal in the end, but something tells me that\'s not what occurred. Still, they\'re the best place to start looking.$B$BI wish I had clearer insight as to what to do, but all I have right now is \'Search the Woodpaw camps - go.\' I do know that gnolls will keep items they scavenge and fight over them; maybe they ran across the backpacks Quint mentioned. I hadn\'t risked a head-on fight in past searches, but with Quint\'s vision on this I say rip into them.','Search the Woodpaw Gnoll camps of southern Feralas for evidence of the courier\'s belongings or the courier himself.','Tacked up on a nearby tree are two large leather backpacks. Each bears a small insignia of the Feathermoon Stronghold on the front of the pack...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23700,0,0,0,0,'',4130,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4132,4044,1584,0,8,52,58,81,690,0,0,0,0,0,0,0,0,0,0,0,'Operation: Death to Angerforge','You have done an exemplary job, $N. It is now time to send you on your last mission.$B$BGeneral Angerforge, the Dark Iron responsible for coordinating the attacks on the 109th division of the K.E.F. and the mass slaughter of our forces must be brought to justice.$B$BThis will undoubtedly be your most grueling mission, but should you succeed, you will be richly rewarded.\n','Travel to Blackrock Depths and slay General Angerforge! Return to Warlord Goretooth when the task is complete.','Finally! The villain been brought to justice! You are a remarkable individual, $N. Wear this medallion as a symbol of your stalwart dedication to the Horde and the K.E.F.','Has the Butcher of Blackrock been disposed of?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9033,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12059,0,0,0,1,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',4121,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4133,4044,1584,0,8,50,55,81,0,0,0,0,0,0,0,0,0,4134,0,0,'Vivian Lagrave','Shadowmaster Vivian Lagrave is in need of your services. She is in the Badlands, in the orcish outpost of Kargath, pursuing rumors of a certain brew made by the Dark Iron dwarves of Blackrock Depths.$B$BSpeak with Vivian. She awaits you.','Speak with Shadowmaster Vivian Lagrave in Kargath.','Thank you for coming, $N. This place is not without a stark charm, but is lacks the amenities of the Apothecarium.$b$bEnough with the pleasantries. To business, yes?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4134,4044,1584,0,8,50,55,81,0,0,0,0,0,0,0,0,0,0,0,0,'Lost Thunderbrew Recipe','It is rumored that the Dark Iron Hurley Blackbreath has stolen a recipe for ale. This ale, Thunderbrew Lager, is said to infuse its imbiber with great strength and courage. We wish to study the drink. Perhaps, we will find other applications for its virtues... applications more in line with Forsaken objectives.$B$BDelve into Blackrock Depths, find Hurley, take from him the recipe for Thunderbrew lager and bring it to me.$B$BAnd to find him, you may have to entice him by threatening his precious ale.','Bring the Lost Thunderbrew Recipe to Vivian Lagrave in Kargath.','Very good. I will send this recipe to the Apothecarium to be studied, and in time we will unlock its secrets. One day, the dwarves of the Alliance may find the virtues of this drink used against them!$b$bI find that terribly amusing. Perhaps death has an affect on one\'s sense of humor... do you think?','Do you have the recipe for the Thunderbrew Lager, $N?','','','','','',11312,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11964,12000,0,0,0,0,1,1,0,0,0,0,3928,6149,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',4133,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,7),(4135,4044,357,0,0,40,46,0,1101,0,0,0,0,0,0,0,0,4265,11463,1,'The Writhing Deep','Inside the backpacks are two items: the first is a parcel of goods that was bound for Thalanaar, and the second is a note hastily penned to an unknown reader.$B$BThe note tells of discovering insidious bug-like creatures south of the gnoll camps in a place called the Writhing Deep. The author felt the need to investigate it personally, as though it was a serious threat to all of Feralas. The note is signed, \"Raschal of Feathermoon\".$B$BIt would seem that you have located where Raschal ultimately went.','Now that Raschal\'s last known whereabouts have been discovered, continue your search for him or his remains in the Writhing Deep. According to the note, it is located to the south of the Woodpaw gnoll camps.','You have discovered a large pod of an alien nature. The texture of the pod appears mucous, though hardened protrusions stick out from random parts of it. The pod itself has the height and width to easily encompass a humanoid inside of it... and from the faint humanoid shape visible through the skin of the pod, you surmise that this is what it indeed encapsulates.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',4131,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4136,4044,1584,0,8,48,53,81,0,0,0,0,0,0,0,0,0,0,0,0,'Ribbly Screwspigot','My brother Ribbly has always been a drain to his family, taking our money and wasting it on one scheme after another.$B$BWell, his last scheme must have been his worst, because Baron Revilgaz of Booty Bay just put a price on poor Ribbly\'s head. I can\'t tell you how happy this makes the Screwspigots! Our little Ribbly\'s finally worth something!$B$BBut now he\'s hiding out, deep in Blackrock Depths. Please, find him and bring him to me!$B$BOr, if he won\'t come, then that\'s ok... just bring me his head.','Bring Ribbly\'s Head to Yuka Screwspigot in the Burning Steppes.','Aha! You found him! And... it appears that my little brother didn\'t want to come quiety. It\'s a pity. I would have liked to see the look on his face when I told him our plans to turn him in to Revilgaz.$b$bThank you, $N. You\'ve made my family very happy. And Ribbly\'s never looked as peaceful as he does now.','Do you have Ribbly? Or, at least a part of him?','','','','','',11313,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11865,11963,12049,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',4324,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4141,4044,490,0,8,47,52,0,1101,0,0,0,0,0,0,0,0,4142,0,0,'Muigin and Larion','See Larion over there? It\'s HIS fault we\'re here!$B$BI told him we were going the wrong way, but would he listen? And would you believe that he\'s the one that won\'t speak to me? Well, until he changes his mind, let\'s have a bit of fun with him.$B$BHave you noticed the strange plant-like creatures around here? They\'re nothing but trouble, really, but I think if trained properly, I could get them to obey commands.$B$BFirst thing though, I\'ll need some samples to study. Do you think you could collect some?','Collect 15 Bloodpetals and return to Muigin.','I hope they didn\'t give you too much trouble, $N. I try to steer clear of them -- they\'re wild!$B$BI tried jumping over one... I was attacked! Plants just shouldn\'t be acting that way!','Larion\'s got something coming, that\'s for sure!','','','','','',11316,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,6,1,0,0,0,200,0,0,0,0,0,0,0,0,0,0,11,0,0,5),(4142,4044,490,0,0,47,52,0,1101,0,0,0,0,0,0,0,0,4143,11316,1,'A Visit to Gregan','I\'m not quite sure what to make of this, $N. The plants... they seem to have some minimal intelligence.$B$BI\'m no expert, though. But, I do know someone that is!$B$BHead to northern Feralas, and look for a buddy of mine named Gregan Brewspewer. He\'s an expert on this sort of thing.$B$BI\'m sure Gregan can help us out here. You\'ll find him out in the wilderness; he\'s not the type to live in a big city.','Take a Bloodpetal to Gregan Brewspewer in Feralas.','Bloodpetal, eh? Hmmm... Well, you better explain the plan, and then I\'ll tell you whether or not I can help you.','I live out here in the forest... Peaceful.$B$BWell, at least I thought it would be. I get more visitors out here than I ever did when I lived in Ironforge!','','','','','',11316,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',4141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(4143,4044,490,0,8,47,52,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Haze of Evil','To tell you the truth, $N, I\'ve never seen any plants like this in my travels. Perhaps I should take a trip to this crater...$B$BAt any rate, I think I know just the thing Muigin\'s looking for -- Atal\'ai haze. It\'s horrid stuff, hard to collect, but it\'s just what he needs to control the little monsters.$B$BYou\'ll need to visit the temple of Atal\'Hakkar in the Swamp of Sorrows. The Atal\'ai Haze can be collected from the deep lurkers, murk worms, or oozes found there. Good luck, $N!','Collect 5 samples of Atal\'ai Haze, then return to Muigin in Un\'Goro Crater.','I admit, I\'m a bit hesitant to touch that stuff, $N! But if Gregan says it\'ll work, then I\'m willing to give it a try!','Larion\'s still not speaking to me! He sure knows how to hold a grudge.','','','','','',11318,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',4142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4144,4044,490,0,8,47,53,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Bloodpetal Sprouts','','','Here goes nothing, $N! This will get Larion\'s attention!','Here\'s the plan, $N: Go out and collect some bloodpetal sprouts -- you know, the plants that haven\'t fully sprouted yet, and bring them here. Then I\'ll see what the Atal\'ai haze can do.$B$BYou may think I\'m vengeful... Actually, you\'d be right about that!$B$BTruth is, I know the way out of here, but until Larion will admit that I\'m right, I\'m staying right here!$B$BSo off with you, find those bloodpetal sprouts and let\'s have some fun!','','','','','',11315,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',4143,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4145,4044,490,0,8,47,52,0,690,0,0,0,0,0,0,0,0,4147,0,0,'Larion and Muigin','See Muigin over there? It\'s HIS fault we\'re lost!$B$BI\'m the one that knew the way, but he insisted he knew a shortcut, and we ended up here!$B$BTo make matters worse, now he keeps sending his crazy plant pests to annoy me. I\'m so angry that I\'m not planning on talking to him any time soon, but these pests are too much to handle.$B$BWhy don\'t we try to limit his supply, first thing. Go out and hunt some Bloodpetals, then return to me.','Hunt 5 Bloodpetal Lashers, 5 Bloodpetal Threshers, 5 Bloodpetal Flayers and 5 Bloodpetal Trappers for Larion at Marshal\'s Refuge.','Thanks for your help, $N, but I\'m afraid I have some bad news...','Muigin needs to apologize first before I\'ll talk to him again!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6509,6512,6510,6511,5,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,5),(4146,4044,1417,0,0,47,52,81,690,0,0,0,0,0,0,0,0,0,11319,1,'Zapper Fuel','You\'re in luck, $n! I\'ve been working on some of my own experiments while Marvon\'s been gone, and one of them is a short range bug zapper. With just a few adjustments, it should be great for ridding yourself of those Bloodpetal pests.$B$BI can let you have one of my zapper prototypes, but you\'ll still need to collect the fuel. You can get the necessary Atal\'ai haze that the zapper needs in the temple of Atal\'Hakkar. The deep lurkers, murk worms, or oozes are the ones you\'ll need to get it from.','Deliver the Unloaded Zapper and 5 samples of Atal\'ai Haze to Larion in Marshal\'s Refuge.','So, Marvon wasn\'t around? Well, show me what you got, anyway.','This is exhausting, $N. Those things just won\'t leave me alone!','','','','','',11319,11318,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',4147,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4147,4044,490,0,8,47,52,0,690,0,0,0,0,0,0,0,0,4146,0,0,'Marvon\'s Workshop','I managed to spy on what Muigin was doing, and he\'s actually growing the darn things over there!$B$BI think the only solution here is to... no, not go talk to him... What are you thinking? The solution is to fight back!$B$BWe\'ll need the help of my friend, Marvon, who has a workshop in Ratchet. I\'m sure he\'ll be able to create some sort of gadget that will help us.','Travel to Marvon Rivetseeker\'s workshop in Ratchet.','Marvon\'s been gone quite a long time now, $N. He went off to Tanaris to study some of the ancient troll ruins.$b$bNow, what was it that you said you needed?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',4145,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4148,4044,490,0,8,47,53,81,690,0,0,0,0,0,0,0,0,0,0,0,'Bloodpetal Zapper','','','Looks like this is going to work perfectly, $N. Now remember, if you see any of those pests around, don\'t hesitate to use that zapper!','For the zapper to work, it needs a sample of the target creature. Head out into the crater and collect a Bloodpetal sprout. Then I can calibrate it to work on Muigin\'s little friends...$b$bIf he weren\'t so stubborn, we could be on our way home, already... But until then, I\'ll just have to show him that his little prank doesn\'t bother me at all!','','','','','',11315,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11320,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',4146,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4161,4044,0,304,8,1,7,0,0,0,185,1,0,0,0,0,0,0,0,0,'Recipe of the Kaldorei','Long ago, the night elves were called the kaldorei, a name that means \"children of the stars.\" Learning of the past is an important step in your path as a $c, $N, so listen well to what I have to tell you.$B$BThe kaldorei have always taken much pride in their harmonious relationship with nature. This means that we only take from nature what is necessary, and that we return in kind. This balance has afforded us much, $N.$B$BGo out and collect seven small spider legs -- no more than that, and return to me.','Collect 7 Small Spider Legs for Zarrin in Dolanaar.','Always remember what I have shown you today, $N. You are part of the balance that the night elves strive to keep intact, even during troublesome times.','Remember the balance, $N. I wish you to develop an understanding and a strong empathy for the living forests.','','','','','',5465,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5482,5472,0,0,1,3,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,0,0,0,5),(4181,4044,0,201,0,10,-1,0,1101,0,202,200,0,0,0,0,0,0,10789,1,'Goblin Engineering','Expert engineering yields two distinct disciplines: gnome and goblin. I only bother to mention goblin engineering because I\'m a fair trainer. They like to make things that blow up, and they rarely care what is in the way - even themselves.$B$B$N, read this manual. If you want to learn how to blow yourself up, then take it to Nixx Sprocketspring in Gadgetzan. Remember - membership is permanent and prevents joining the other discipline, so make sure this is what you want before finishing his task.','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','Well $N, you were wise to seek my tutelage! Any schlep can become an expert at the basics of engineering - the gnomes and their irradiated home of Gnomeregan are proof of that. It takes a strong mind and a steady hand (emphasis on STEADY) though to master the discipline of Goblin Engineering.$B$BKeep your ears perked $N, and you might learn something.','I can smell fresh recruits much like I can an excellent blasting powder - from a mile away. Have you come seeking to learn about the mastery of the explosion?','','','','','',10789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3526 3629 3630 3632 3633 3634 3635 3637',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4182,4044,46,0,8,48,54,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Dragonkin Menace','Life in the Burning Steppes is rife with conflict.$B$BJust look at this place! We know very little of what happened to these buildings, but we do know that at one time, before the great explosion, this was all part of the Redridge mountain range.$B$BEnough lamenting! We have a problem, $N. You may have noticed the dragonkin below this ridge. We need assistance in pushing them back. Kill as many as you can and return to me. Succeed and perhaps we can talk of other things.\n','Slay 15 Black Broodlings, 10 Black Dragonspawn, 4 Black Wyrmkin and 1 Black Drake.','Superb slaying, $N. Now that we know you can handle yourself around dragonkin, we can talk of more pressing matters.','How goes the dragon hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7047,7040,7044,7041,15,10,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4183,4044,46,0,0,48,54,0,1101,0,0,0,0,0,0,0,0,0,11366,1,'The True Masters','We had always assumed that the Blackrock orcs were a product of their savage upbringing. What we have found here, in their homeland, tells us another story.$B$BIndeed, it is bloodlust and thirst for conflict that empowers them, but the black dragonflight are the beings whom control the orcs of Blackrock. We suspect that it is the black dragonflight that fuels them with rage and hostility.$B$BTake this letter to Magistrate Solomon. He will know what must be done.$B$B','Travel to Lakeshire in Redridge Mountains and deliver Helendis Riverhorn\'s Letter to Magistrate Solomon. ','','Greetings, $N. Have we met before? You look vaguely familiar.','','','','','',11366,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35400,0,0,0,0,'',4182,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4184,4044,46,0,0,48,54,0,1101,0,0,0,0,0,0,0,0,0,11367,1,'The True Masters','This is grim news, $N. To discover that our mortal enemies are merely pawns of a much greater threat is disheartening. There is no possible way that Lakeshire could survive an attack from both the Blackrock orcs and the black dragonflight. Should Lakeshire fall to this menace, Darkshire would fall next, and then what? Goldshire? Stormwind itself?$B$BYou must take this information to King Varian Wrynn in Stormwind at once! If this does not merit the aid of Stormwind, nothing will and all is lost.\n','Travel to Stormwind and deliver Solomon\'s Plea to King Varian Wrynn.$B$BKing Varian Wrynn resides in Stormwind Keep.','Dragons? Impossible!','What brings you to Stormwind Keep?','','','','','',11367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35400,0,0,0,0,'',4183,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4185,4044,46,0,0,48,54,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The True Masters','Solomon paints a dreary picture. Still, we cannot afford to send our thinly spread troops to the aid of Lakeshire on speculation. I will need proof of these claims before I can act.$B$BSpeak with Lady Prestor, $N. She is a learned woman and knows much of dragons and dragonkin. She may be able to shed some light on this situation.\n','Speak with Highlord Bolvar Fordragon after speaking with Lady Katrana Prestor.','$B$BWhile I respect Lady Prestor\'s stance, I believe that there is a solution to this dilemma that may put all of our concerns to rest. ','','Advice from Lady Prestor','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',4184,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4186,4044,46,0,0,48,54,0,1101,0,0,0,0,0,0,0,0,0,11368,1,'The True Masters','I am going to empower you as an acting deputy of Stormwind, $N.$B$BReturn to Magistrate Solomon in Lakeshire and deliver this decree.','Take Wrynn\'s Decree to Magistrate Solomon in Lakeshire.\n','It could have been worse, I suppose...$B$B$B$BIt appears as if the fate of Lakeshire rests squarely on your shoulders.$B$B','Any news from Bolvar?','','','','','',11368,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',4185,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4201,4044,1584,0,0,50,54,81,0,0,0,0,0,0,0,0,0,0,11412,1,'The Love Potion','Oh, the pains of love! My dear Private Rocknot is immune to my charms. I am spurned! It\'s maddening!$B$BYou must help me! We succubi know much of love, and I can make a potion to beat down the iron walls around Rocknot\'s heart. To make it, I need these items: the herb gromsblood, giant silver veins from the cliff giants of Azshara, and water from the Golakka Springs Crater in Un\'Goro. You can place the water in this vial.$B$BPlease, $N, help a poor soul in her quest for happiness!','Bring 4 Gromsblood, 10 Giant Silver Veins and Nagmara\'s Filled Vial to Mistress Nagmara in Blackrock Depths.','Oh, you\'ve done it! I can now make my potion and use it on Rocknot. Finally, he will fall victim to my charms!$B$BThank you, $N. You are a champion of love!','Do you have the ingredients? The hole in my heart threatens to consume me!','','','','','',8846,11405,11413,0,0,0,4,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11962,11866,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4221,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4222,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4223,4044,46,0,8,48,54,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The True Masters','$B$BYou must return to the Burning Steppes, $N. As a deputy of Stormwind, you will be required to report to Marshal Maxwell. Good luck.','Speak with Marshal Maxwell in the Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',4186,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4224,4044,46,0,10,48,54,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The True Masters','What? You thought you were the first? How many soldiers must we lose before Stormwind acts?$B$BWe had accumulated enormous amounts of intelligence pertaining to the Blackrock menace before we lost our commanding officer, Marshal Windsor. With Marshal Windsor went all of our precious information.$B$BWhat we need is that documentation. Speak with Ragged John, $N. He was with Windsor when they were attacked by a Blackrock raiding party. He was last seen in a cave to the north.','Speak with Ragged John.','I could have warned you, but what fun is that?','Have you spoken with John yet?','Ragged John\'s Story','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',4223,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4241,4044,1584,0,8,48,54,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Marshal Windsor','So that good for nothing coward says that Windsor is alive, eh?$B$BSuit up, deputy, you are going in to find him. If Windsor is alive, you are to bring him back. If he\'s dead, I want proof.$B$B$B$BI bet you are getting tired of hearing that, aren\'t you?','Travel to Blackrock Mountain in the northwest and enter Blackrock Depths. Find out what became of Marshal Windsor.$B$BYou recall Ragged John talking about Windsor being dragged off to a prison.','Where is he! I\'ll murder him!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',4224,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4242,4044,1584,0,8,48,54,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Abandoned Hope','Bolvar is a fool. I was gathering his precious \'proof\' so that I could shove it down his throat.$B$BHe is a blind buffoon. Proof stands two feet away from him and he does not see.$B$BAs for my data, it\'s lost. Gone. Unrecoverable.$B$BShould I ever find Ironfoe and make it out of this labyrinth, my first stop will be Stormwind, to place my hammer in between that reptile\'s eyes.$B$BLeave me, $N.','Give Marshal Maxwell at Morgan\'s Vigil in the Burning Steppes the bad news.','He\'s gone mad, apparently.$B$B$B$BIt is unfortunate that a once proud and noble warrior would be turned into a blithering head case. I GUESS we\'ve reached a dead end...$B$BI must reward you for your efforts thus far, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12018,12021,12041,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',4241,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4243,4044,490,0,8,48,53,0,0,0,0,0,0,0,0,0,0,4244,0,0,'Chasing A-Me 01','Unfortunately, something\'s happened to one of my greatest inventions. You\'ve seen mechanical squirrels, yes? Well, to get closer to the apes of Un\'Goro Crater, I created a mechanical ape to blend in with their kind--I call her A-Me 01.$B$BShe has scrying gems for eyes so I could see everything she saw. She made it to Fungal Rock--the apes\' lair--just east of here, and that\'s when I lost contact. The last thing I saw was one of their alpha males rushing up to say hello to her!$B$BCan you help me find her?','Find A-Me 01 in Un\'Goro Crater.','As you look A-Me 01 over, you see two huge dents tarnishing what Karna obviously feels is a well-crafted piece of engineering. One dent decorates A-Me 01\'s shoulder, the other is on her head.$B$BNo power seems to be running through her components as you investigate further.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4244,4044,490,0,8,48,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chasing A-Me 01','A little further investigation shows a panel that slides open. Clearly written above some wiring is the statement, \"Replace Mithril Casing And Turn Power Off Then On.\"$B$BTaking a moment to replace the panel, you wonder if it\'ll be that simple to fix A-Me 01 and get her back to Karna Remtravel near Marshall\'s Refuge.$B$BOnly trying it will tell.','Find a Mithril Casing and return to A-Me 01 in Un\'Goro Crater.','You remove the panel from A-Me 01\'s back yet again and carefully remove the old mithril casing that seems to have burnt out. The new one slides into place easily. The only thing left to do, assuming the mithril casing was the problem, is to flip the switch to the \"Off\" position, and then back to the \"On\" position.','The panel in which the mithril casing goes is still closed shut. The rest of A-Me 01 remains inert.','','','','','',10561,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',4243,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4245,4044,490,0,2,48,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chasing A-Me 01','Checking to see if you\'re prepared to lead A-Me 01 back to Karna Remtravel, you flip the switch to the \"Off\" position. Glancing around once again to make sure none of the gorillas are coming, you prepare to see what happens when you flip the switch back to the \"On\" position.$B$BThis is your last chance... are you sure this is what you want to do?','Escort A-Me 01 back to Karna Remtravel in Un\'Goro Crater.','Oh, you\'ve done it! Wonderful! Thank you, $N.$b$bOh, my poor, A-Me. Look at all those dents. We\'ll get her up and running perfectly with just a little work.$b$bThank you again, $N. I really appreciate it.','Have you been able to help A-Me? That mithril casing you mentioned being destroyed was a good guess at what was wrong. I\'m sure if you replace that, she\'ll reactivate and be able to come home.','Protect A-Me 01 until you reach Karna Remtravel','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',4244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(4261,4044,361,0,2,49,56,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ancient Spirit','Felwood was once a peaceful and serene land... Until the legion took hold. The infernals, destruction, chaos...$B$BThe skull of Gul\'dan ensured that none were spared here. All fell to the corruption.$B$BEven now, as a spirit, I still find myself trapped, bearing the suffering of this land. Help me find my way home. Please, $N, tell me you will lead an ancient spirit away from here, where I may finally rest.$B$BOnce I am free, seek out Kayneth Stillwind, a druid that resides in Forest Song, to the east.','Escort Arei to safety, then speak with Kayneth Stillwind in Forest Song, in eastern Ashenvale.','Yes, s, $N. Felwood has been through much hardship. Thank you for what you have done.$B$BOne day, we may be able to reclaim Felwood from the corruption; every kind deed helps.','','Help Arei get to Safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11873,11874,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',4442,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,6),(4262,4044,25,0,8,48,52,81,1101,0,0,0,0,0,0,0,0,4263,0,0,'Overmaster Pyron','The last five of my mages that went snooping around in Blackrock Mountain came back extra crispy with a permanent orange gnomefro - or worse.$B$B$B$BOne nasty bugger in particular, Overmaster Pyron, seems to be causing quite a bit of trouble. We need that elemental terminated so that our expedition crew can make its way into Blackrock Depths!$B$BHe guards the entrance at the Blackrock Quarry.','Slay Overmaster Pyron.$B$BYou recall Jalinda talking about Pyron guarding the quarry. Perhaps you should search there?','Incendius? Oh dear...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9026,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4263,4044,1584,0,8,48,56,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Incendius!','Are you sure Pyron said \'Incendius\' when he died?$B$B$B$BLord Incendius is purported to be a minion of Ragnaros! Oh dear, oh dear... whatever will we do?$B$BDo you think you can handle another mission? I don\'t have anybody else to send, $N!$B$BWe will never get a team in if Incendius continues to raise Pyron from the ashes.$B$BYou\'ll have to find and destroy Lord Incendius!\n','Find Lord Incendius in Blackrock Depths and destroy him!','Oh dear! Are you sure Incendius said \'Ragnaros?\'$b$b','Is the fiend dead??','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9017,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,12113,12114,12112,12115,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,500,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',4262,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,7),(4264,4044,1584,0,0,50,58,81,1101,0,0,0,0,0,0,0,0,0,11446,1,'A Crumpled Up Note','The note has stains covering its surface. The text is barely legible, but you make out the following:$B$B...sweet irony...$B$B...the fall of the broken Alliance...$B$B...if it were not for General Angerforge\'s diligence, we may have never discovered the pattern to the encryption...$B$B...Argelmach is almost done with the decryption of Windsor\'s notes.$B$BOur lord will rise from the depths and crush any that remain...$B$B-Emperor Dagran Thaurissan.\n','You may have just stumbled on to something that Marshal Windsor would be interested in seeing. There may be hope, after all.','','$B$BWhat do you have there, $N?','','','','','',11446,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',4242,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4265,4044,357,0,2,40,46,0,1101,0,0,0,0,0,0,0,0,4266,0,0,'Freed from the Hive','The pod splits opens some when you touch it, revealing a night elven male who is surprisingly still alive. He seems to be in good health, though deeply stunned. As you help him down from the pod, he stirs to life.$B$B\"Thank Elune - you\'ve saved me, friend! I... I\'m Raschal, and I awoke paralyzed inside this pod after these bugs overwhelmed me. Were you sent by the Stronghold?\"$B$BIt would seem that you\'ve found the missing courier!','Free Raschal from the Zukk\'ash hive.$B$BReturn to Ginro Hearthkindle in Feathermoon Stronghold and let him know that Raschal is alive and well.','Welcome home, $N. Raschal checked in just a little while ago and told me what happened.$B$BI... no, the entire Stronghold can\'t even begin to thank you for your great deed; Raschal would have been dead without your timely aid, and your assistance came to us without even so much as the whisper of a mercenary\'s fee. You bear the mark of a true hero. Know that you will always have a friend in Ginro Hearthkindle.','You have something to report, $n?','Free Raschal.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',4135,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4266,4044,357,0,8,40,46,0,1101,0,0,0,0,0,0,0,0,4267,0,0,'A Hero\'s Welcome','$N, General Shandris Feathermoon would like to speak with you personally. No doubt she wants to thank you for your service to the Stronghold, but I do know that she also wants to talk to you about the insect creatures that you and Raschal faced in southern Feralas. The reports of those Zukk\'ash insects are... frightening, to say the least.$B$BGeneral Feathermoon is waiting for you in the main compound.','Speak with Shandris Feathermoon in Feathermoon Stronghold.','$N, I give you my warmest thanks for the aid you\'ve given us. Your bravery in the face of overwhelming odds has warranted a reward worth a thousand times greater. Nevertheless, I hope you accept this on behalf of the entire Stronghold.$B$BNow, if I may... I\'d like to ask for your aid one more time. In light of the discovery of the Zukk\'ash hive here in Feralas, I think you\'re the best choice for this mission.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11856,11857,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51900,0,0,0,0,'',4265,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4267,4044,357,0,0,40,46,0,1101,0,0,0,0,0,0,0,0,0,11466,1,'Rise of the Silithid','I am entrusting you with a copy of the report Raschal made on the infestation of southeastern Feralas. While the main report is being filed in Darnassus, I want you to give this copy to an associate of the Protectorate. Her name is Gracina Spiritmight; she is a priestess who dwells in the Temple of the Moon in Darnassus. She has broad knowledge on these kinds of creatures, and her receiving this report would benefit us all.$B$BYou\'re dismissed - good luck, $N; may Elune watch over us all.','Bring Raschal\'s Report to Gracina Spiritmight in Darnassus.','We night elves know of the terror outlined in this report. Shandris was wise to send this, and you, to me.$B$BThese creatures will consume Feralas rapidly; they are nothing short of one of the greatest menaces we all will ever face. The insects you and the courier encountered are known as the silithid. They are mere tools of one of the greatest threats that both the Horde and Alliance will ever face.$B$BI pray we will have the resolve to defeat them before they destroy us.','Welcome to this blessed temple, friend. Your arrival here from Feathermoon Stronghold has been foretold to me. Do you have the report Shandris Feathermoon asked you to bring?','','','','','',11466,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34416,34417,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',4266,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4281,4044,357,0,0,40,44,0,1101,0,0,0,0,0,0,0,0,0,11463,1,'Thalanaar Delivery','This parcel of goods you found in the Woodpaw gnoll camps was supposed to be delivered to the small way-station of Thalanaar in southeastern Feralas. Regardless of the missing courier\'s fate, the task of delivering the parcel remains unfinished.$B$BExamining the parcel in detail reveals a hand written name of \"Falfindel Waywarder\" on the outside of the packaging. Perhaps this is the parcel\'s ultimate recipient.','Bring the Undelivered Parcel to Falfindel Waywarder in Thalanaar.','Elune be praised, the delivery from Feathermoon Stronghold has finally arrived!$b$bYour presence here indicates to me that perhaps some ill fate may have befallen Raschal, our usual courier. I hope that everything works out. I know that recently, the Woodpaw have become highly agitated from some source to their south. Maybe he fell to the wilds there; I would be careful, friend.$b$bRegardless, thank you again. Here is payment for this parcel\'s delivery.','Welcome to Thalanaar, $C. Do you need assistance of some sort?','','','','','',11463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,23700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4282,4044,1584,0,8,50,58,81,1101,0,0,0,0,0,0,0,0,0,0,0,'A Shred of Hope','$B$BDo you realize what this means, $N?$B$BPerhaps all is not lost! From what I can ascertain, the information is being held by two Dark Iron dwarves: General Angerforge and the golem lord, Argelmach. I have a feeling that they won\'t just hand over the information if we ask nicely.$B$BI hope you are ready to battle.$B$BVenture forth and find these two villains! Destroy them and return my lost information.','Return Marshal Windsor\'s Lost Information.$B$BMarshal Windsor believes that the information is being held by Golem Lord Argelmach and General Angerforge.','$B$BWe need to get out of here!','Soon this grand subterfuge will be over.','','','','','',11464,11465,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',4264,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4283,4044,46,0,8,50,56,0,1101,0,0,0,0,0,0,0,0,0,0,0,'FIFTY! YEP!','I\'m going to let you in on a little secret, soldier. Come a little closer.$B$BI\'M THE ONLY SANE ONE HERE!$B$BLook at these people! Would you believe that they\'re all insane!? Well they are! NUTS! CRAZY!$B$B$B$BLet\'s just keep that between me, you, and my pal Captain Winky.$B$B$B$BAnyhooooo... I\'m collecting badges to go along with my ogre ear collection. Orc is the flavor of the day. Fifty. GO!$B$B$B$BSHIP IT!','Collect 50 Blackrock Medallions.','You\'ve done it! Your reward is: RUB MY BELLY! GO ON! RUB IT!','$B$BBurning Steppes to control, come in control.','','','','','',11467,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,5,5,193,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4284,4044,490,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystals of Power','I\'m sure you\'ve noticed \'em, $N. They\'re everywhere!$B$BWhat am I talking about? Why, the crystals, of course!$B$BThe crystals... They\'re all over the crater. Most people ignore them, but I have a strange feeling that they hold power within them. I\'ve been doing experiments here with them for a while, but I can\'t seem to find anything. Well, I haven\'t yet, anyway.$B$BSay, I\'m running a little low on the crystals I have here -- think you might be able to collect some more for me?','Collect 7 Power Crystals of each color: red, blue, yellow, and green. Bring them to J.D. Collie at Marshal\'s Refuge.','Now I will continue my experiments! Thank you, $N.','I just know I\'m onto something here, $N!','','','','','',11186,11188,11185,11184,0,0,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,5,0,0,5),(4285,4044,490,0,10,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Northern Pylon','What could they be for? I can\'t get the thought out of my head!$B$BIt\'s driving me crazy -- that the rumors I have heard about the crystal pylons are all true. Call me gullible, but I\'ll usually believe anything people tell me.$B$BAnyway, I have heard that there is one of the crystal pylons fairly close. Somewhere in the north... Please locate it, $N. I just know they exist.','Discover the location of the Northern Crystal Pylon in Un\'Goro Crater.','I know the stories are true, $N.','Have you visited the pylon, $N?','Discover and examine the Northern Crystal Pylon','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',4284,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(4286,4044,1584,0,8,50,56,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Good Stuff','Captain Winky tells me that the Dark Irons in the Depths got all the good stuff. Ain\'t that right, Winky?$B$B$B$BARRR MATEY! IT BE RIGHT!$B$BSee what I\'m saying? You need to get in there and bring me back some samples of the good stuff.$B$BGet in there and shake your moneymaker!\n','Collect 20 Dark Iron Fanny Packs.','$B$BOH WONDERFUL!$B$B$B$BDELICIOUS! Look at all these goodies!$B$BTake one for yourself, $N. There\'s plenty to go around.','I can\'t be bothered right now, $N. Me and Winky got a meeting to attend.','','','','','',11468,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11883,0,0,0,1,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4287,4044,490,0,10,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Eastern Pylon','During my stay here, I have heard strange rumors about mysterious pylons existing out in the wilderness of the crater, $N. I guess that they are quite large, with crystals lining their interiors.$B$BAlthough I\'ve never seen one, I can\'t help but think that the rumors are true -- and that the pylons have something to do with all the crystals we found$B$BSo why don\'t you help me put my curiosity to rest? Supposedly, there is one in the eastern area of the crater. Do you think you can find it?','Discover the location of the Eastern Crystal Pylon in Un\'Goro Crater.','Un\'Goro is such a strange place, $N. When you enter the crater, it\'s as if you are in a completely different world...','Have you visited the pylon, $N?','Discover and examine the Eastern Crystal Pylon','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',4284,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(4288,4044,490,0,10,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Western Pylon','My experiments so far have not yielded any positive results, $N. I can\'t help but hope that you can find a solution by searching for one of the pylons that I have heard exist.$B$BPerhaps if we combine certain colors at them... but I get ahead of myself. Let\'s find them first!$B$B$N, search the western area of the crater; a pylon is said to be somewhere in that area.','Discover the location of the Western Crystal Pylon.','There are many hidden areas of the crater along the sides. Try exploring the winding paths if you can\'t think of anywhere else to look, $N.','Have you visited the pylon, $N?','Discover and examine the Western Crystal Pylon','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',4284,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(4289,4044,490,0,8,47,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Apes of Un\'Goro','This crater has many strange creatures--they seem to be nobler versions of the creatures found throughout my homeland and beyond. I cannot explain it, but this place cries of the Earth Mother. I pay homage to her every time I track one of her beautiful creatures across its basin.$B$BIf you too wish to feel the enlightenment that accompanies such a great feat, then head to the north. There you\'ll find great apes who are a test for any mortal\'s strength. Bring me their pelts... prove your strength.','Bring 2 Un\'Goro Gorilla Pelts, 2 Un\'Goro Stomper Pelts, and 2 Un\'Goro Thunderer Pelts to Torwa Pathfinder at the entrance of Un\'Goro Crater.','So, you have proven strong, strong enough to best the great apes of Un\'Goro--that is good. The challenge was small compared to Lar\'korwi, but I will not take such a great victory away from you.$B$BThese pelts will make wonderful clothing for my tribe. You have helped me and proven worthy.$B$BBefore you set off on another task, let us give praise to the Earth Mother and thank the spirits of those apes you killed--they must know their deaths will not be wasted.','Have the creatures here bested you already, $N?$B$BDo not be dissuaded so easily. Tracking and defeating the apes of Un\'Goro is no simple task, even for a great hunter.','','','','','',11478,11479,11480,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,5),(4290,4044,490,0,8,48,53,0,0,0,0,0,0,0,0,0,0,4291,0,0,'The Fare of Lar\'korwi','Once, a long time ago, a brother of mine took some meat from one of Lar\'korwi\'s kills. He didn\'t know it at the time, but Lar\'korwi saw him from the forest. Lar\'korwi followed my brother for days, destroying everything he touched. My brother, scared, finally decided to run from the Crater and leave Lar\'korwi behind.$B$BLar\'korwi killed him not far from this spot.$B$BIf you want to provoke Lar\'korwi, find a fresh kill of his and take some of the meat from it.$B$BReturn to me afterwards.','Find the carcass of Lar\'korwi\'s freshest kill and steal a Piece of Threshadon Carcass before returning to Torwa Pathfinder in Un\'Goro Crater.','This will do nicely, $N. It seems Lar\'korwi eats well these days. Although, I wonder where he found a threshadon in this area. Odd.$b$bRegardless, I will hold onto this until you are ready for your confrontation with the beast. Do not worry for my safety--I am sure you\'ve angered Lar\'korwi enough that he will not kill me until after he\'s tasted your flesh.','Do not take my words lightly, $N. If you truly wish to face this creature, then you must be careful... and smart. It will take a great deal of strength and insight to draw out Lar\'korwi and defeat him.','','','','','',11504,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4291,4044,490,0,8,48,53,0,0,0,0,0,0,0,0,0,0,4292,0,0,'The Scent of Lar\'korwi','I\'m actually surprised he has not come for you yet, $N. But all is well, for I have a final plan that will bring the monster to us.$B$BBeing the dominant male gives Lar\'korwi rights to breed with any female he chooses--and he chooses many of them. You\'ll find many ravasaur eggs to the west of here. Get close to them and you should provoke an attack by his mates. The females produce an awful smell from a gland in their heads that allow males to know they are ready to breed. Bring me two of those glands.','Bring 2 Ravasaur Pheromone Glands to Torwa Pathfinder near the entrance to Un\'Goro Crater.','Ah, fine specimens, $N. The two pieces you\'ve found should be perfect for baiting Lar\'korwi into the open. I cannot wait to see the outcome of your fight with the monster. He is a massive thing with claws as sharp as the finest blades. You will look into his eyes and you will know death.','Be careful, $N. Getting close to any of nest of eggs surely will provoke the mothers... even if you\'ve already secured a gland from one. The mothers can be just as deadly as Lar\'korwi himself when they fight to protect their young. But, if you are successful, then we shall have a definitive way of bringing Lar\'korwi out from hiding.','','','','','',11509,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',4290,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4292,4044,490,0,0,48,56,0,0,0,0,0,0,0,0,0,0,0,11568,1,'The Bait for Lar\'korwi','This will be the most difficult part because there is some complexity to the plan. To the north of here, you will find a small trail into the mountains. It was here I saw Lar\'korwi last. You will know you are in the right area because of all the bones from massive creatures that once wandered nearby. Take the meat you recovered and place it there. Then, rub this mixture I created on the meat. If both lures mingled together do not bring Lar\'korwi to you, then I know nothing else that will.','Using the contents of Torwa\'s Pouch, summon Lar\'korwi and defeat him. Then bring Lar\'korwi\'s Head to Torwa Pathfinder near the entrance to Un\'Goro Crater.','The Earth Mother be praised! You\'ve done it! Fair play to you, $N. You have proven to be a great $C in your own right. Your spirit is strong. Your bravery unmatched. And your strength has been fortified. I bow down to your skills.$b$bOnly the greatest of my ancestors could have accomplished something so incredible. Congratulations.','Do not let fear overpower you, $N. Fear is the great betrayer... you must remain strong!$b$bTake the meat, place it in the small valley, and then use the gland on it. Only then will death come for you.','','','','','',11510,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11876,11882,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',4291,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,6),(4293,4044,1497,0,8,48,52,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Sample of Slime...','Felwood is a forest far north of the Barrens, even farther than Ashenvale. There, slimes are found all around pools of water blessed by the touch of Fel. The Scourge decimated the area with attacks of Infernals and other demonic magics--the slimes supposedly crept up through the earth during these attacks.$B$BGather samples of Felwood slimes and we will use the testing equipment next to me to create a control group for our tests against other samples you gather.','Gather Felwood Slime Samples from any of the slimes in Felwood. Then, using the Testing Equipment next to Chemist Fuely in Undercity, see which of your samples are the most corrupt. Bring 5 of the Corrupted Felwood Samples you find to Chemist Fuely.','Ah, excellent. These samples will do nicely. I thank you for your help.$B$BOnce we\'ve gathered all the samples of slimes, we\'ll be able to determine more. I am beginning to suspect that Lady Sylvanas\' hunch was not only correct, but more insightful than even she could have predicted. These samples are very interesting. Just seeing how they\'ve reacted with my compounds... hmm, yes, we\'ll definitely need to investigate further.','I will need at least five corrupted samples for our control group, $N. Continue to gather Felwood slime samples until you\'re able to give me that which we\'ll need. The Lady Sylvanas decrees it...','','','','','',12234,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4294,4044,1497,0,8,48,56,0,690,0,0,0,0,0,0,0,0,0,0,0,'... and a Batch of Ooze','Have you heard of the Un\'Goro Crater, $N? It is near the Tanaris desert, and it is a magnificent place: lush, vibrant, full of creatures and plant life.$B$BIt is there you must go. Word has reached me that the place seems completely untainted by outside hands. Explorers are just now discovering its secrets.$B$BI would like to test the slimes or oozes there. If it is true--that they are uncorrupt--then I would like to see how such creatures have evolved.','Gather Un\'Goro Slime Samples from any of the slimes in Un\'Goro Crater. Then, using the Testing Equipment next to Chemist Fuely in Undercity, see which of your samples are the most pure. Bring 5 of the Pure Un\'Goro Samples you find to Chemist Fuely.','Truly amazing, $N. This Un\'Goro Crater is holding many more secrets than I expected. I wonder what else we will discover as we test further.$B$BSimply amazing... look at the purity of these samples. Hmm, I wonder what it could mean. They seem to be elemental in nature, but... something more. They remind me of... of the Old Gods. We\'ve found traces of them throughout Azeroth, and now I wonder if these creatures aren\'t related to them somehow.$B$BWe shall have to test further.','Yes, $N? How goes your search?','','','','','',12236,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(4295,4044,1584,0,8,1,1,81,0,0,0,0,0,0,0,0,0,0,0,0,'Rocknot\'s Ale','','','What\'s this? Ah! It smells like Dark Iron Ale! Drink has blurred my sight, but I can tell that you, sir, are a real friend!','Oh, ale! I would kill for some Dark Iron ale!! Quick, I\'m getting sober! I know this because sobriety blurs my vision... and it\'s making you look like the $r I slew last week!','','','','','',11325,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,5,0,0,0),(4296,4044,46,0,8,50,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tablet of the Seven','I came to the Burning Steppes, following the legends of the Seven. They were dwarves of great knowledge and power, and if you have knowledge and power, then wealth is sure to follow.$B$BThat\'s what I want. Wealth!$B$BIf we can learn more of the Seven, then maybe we can get rich together. The ruins of Thaurissan is rumored to keep the Tablet of the Seven, which holds knowledge of the ancient dwarves. Find this tablet, copy its text and bring it to me. Let\'s discover its secrets together!','Collect the Tablet Transcript.','Ah, you found the tablet! And your transcription is superb! Are you sure you\'re a $C and not a scribe?$b$bHere you are, $N. Here is the payment I promised.','Do you have the writings of the Seven, $N? Have you learned the secrets from their tablet?','','','','','',11470,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4297,4044,357,0,8,38,47,0,1101,0,0,0,0,0,0,0,0,4298,0,0,'Food for Baby','Sprite darters are omnivores--that means they eat both meat and vegetation. If your egg here\'s gonna hatch, we best be prepared. Some good eats for these little guys are flanks of meat, raw and juicy, believe it or not. I was never able to find out why, but it has somethin\' to do with Elune\'s plan for the elves... maybe they were to be protectors or somethin\', I don\'t know.$B$BI\'ll take care of the egg for now, why don\'t you get me some good Silvermane stalker flanks for \'em to eat when he\'s hatched.','Bring 5 Silvermane Stalker Flanks to Agnar Beastamer in Hinterlands.','These\'ll do nicely, and if I\'m not mistaken, your little egg\'s just about ready to hatch. How does it feel? You know, you about to be a father? Haha, didn\'t think ya\'d have to deal with such responsibility, now did ya?','Find that meat yet, $N? Your little egg here\'s just about ready to hatch. If he don\'t have a good enough first meal, then he might not make it past his first week, and I\'d hate for that to happen.$B$BCan\'t much lie to ya, $N. I\'m jealous of you gettin\' this egg to begin with. Don\'t make me regret helpin\' ya out like this.','','','','','',11472,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,471,250,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',3843,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4298,4044,357,0,8,37,48,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Becoming a Parent','Whoa, it was a lot more ready than I thought...','Speak to Agnar Beastamer in the Hinterlands.','Here, take the egg... better you have it so it bonds to you and looks to you to be its dadda.$B$BCongrats, $N. You\'re a parent... kinda.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11474,0,0,0,1,0,0,0,69,0,0,0,0,471,25,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',4297,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4299,5875,1584,0,2,50,50,81,0,0,0,0,0,0,0,0,0,0,11473,1,' The Tomb of the Seven','Find the Tomb of the Seven, and place this PX83-Enigmatron there. ','Place the PX83-Enigmatron in the Tomb of the Seven, then return to Maxwort Uberglint.','','','Place the PX83-Enigmatron','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22000,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(4300,4044,1637,0,8,48,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bone-Bladed Weapons','Hmm, maybe there be somethin\' you can do for the Hand now that me think \'bout it. Yes, Jes\'rimon could use your help for sure.$B$BIn Un\'Goro Crater there be raptors with deadly claws. Some of those raptors sometimes have white claws instead of ones black like death. The Hand have... clients... that like weapons crafted from these claws. Bring me many of those white claws, and me pay you good coin. Do it fast enough, and maybe me help you in other ways.','Bring 8 White Ravasaur Claws to Jes\'rimon in Orgrimmar.','Ah, these do nicely. Thank you, $N. An\' you be here long before they needed... that be good.$b$bMaybe we have a weapon fashioned for you from the claws. What do you say?','Me clients are not so patient, $N. Have you gotten any of the claws yet?','','','','','',11477,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11862,11863,11864,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(4301,4044,490,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mighty U\'cha','While you have been exploring Un\'Goro, I have seen other things that a mighty hunter such as yourself would relish in. One such sight was a huge ape among the other gorillas to the north. You have been to that cave before, but this time, I wonder if you\'ll survive the encounter if you accept my task.$B$BI call him U\'cha, and he is one of the Earth Mother\'s greatest sons, of that you can be sure. Defeat U\'cha and bring me his pelt. Do this, and I will defend your right to call yourself a great hunter.','Bring U\'cha\'s Pelt to Torwa Pathfinder at the entrance of Un\'Goro Crater.','Well done, $N. I am pleased. You have done a great thing here today.$b$bU\'cha was one of the greatest apes I had ever seen. The fact that you have bested his strength speaks well of your own strength... and courage.$b$bIt is only fitting that I give you this as a sign of respect. You have earned it.','U\'cha... the beast was magnificent. Huge and red, with teeth the size of daggers. His arms as thick as tree trunks, and as fast as any mountain lion I have ever laid eyes upon. You should consider yourself lucky to find such a test of bravery--my people would go generations without seeing such a creature.','','','','','',11476,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11906,11907,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',4289,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4321,4044,490,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Sense of It','The information you have given me about the pylons is very interesting...$B$BGive me a moment to do some calculations, $N. Speak to me again in a moment and I should be able to give you the answer we have been looking for.','Speak with J.D. Collie in a moment.','Alright, $N. This is fascinating... I can only hope that my diagrams are correct! I compiled everything into this manual, which you can have.$B$BI believe I can answer any questions you have about the crystals now, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11482,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,'',4288,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,4,0,0,0,0,0,0,1,0,0,1),(4322,4044,1584,0,2,50,58,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Jail Break!','We need to get out of here, $N. Help me get my gear back from the supply area and free my friends. If we make it out of here, you are to proceed to Morgan\'s Vigil and speak with Marshal Maxwell. He will give you further instruction.','Help Marshal Windsor get his gear back and free his friends. Return to Marshal Maxwell if you succeed.','Amazing, $N. Simply amazing. Windsor stormed through here not five minutes ago. He makes some grand claims but purports that they are supported by his evidence. He is on his way to Stormwind now to confront Bolvar and ... Lady Prestor.','You look exhausted, $n. Perhaps you should have a seat by the fire and relax.','Jail Break!','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12061,12062,0,0,0,0,1,1,0,0,0,0,12065,0,0,0,1,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',4282,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4323,5875,400,0,8,24,26,0,0,0,0,0,0,0,0,0,0,0,0,0,' Get those Hyenas!!!','I want some Hyena Pelts, and only the best will do! Get me spotted Hyena pelts and I\'ll give you phat lewtz, yo.','Bring 7 Spotted Hyena Pelts to TESTTAUREN at Freewind Post.','','','','','','','',11507,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(4324,4044,1584,0,8,48,53,81,0,0,0,0,0,0,0,0,0,4136,0,0,'Yuka Screwspigot','Although my little brother Ribbly has been worthless his whole life, I think, finally, he has some value! But... we might need your help to capitalize on Ribbly\'s newfound worth.$B$BMy sister Yuka has been looking for him for weeks, and tracked him to the Burning Steppes. She sent word to me, asking for some hired hands.$B$BSo, what do you say? Want to help? If so, then speak with my sister. You\'ll find her holed up in Flame Crest, a cave northwest of Dreadmaul Rock.','Speak with Yuka Screwspigot in the Burning Steppes.','Yes, I\'m looking for my brother. We must find him and retrieve him, bless his heart.$B$BBut if we can\'t bring all of him... then his head will suffice.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(4341,4044,1584,0,8,50,59,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Kharan Mighthammer','You have been to the smoldering ruins of Thaurissan? Did you happen to run into a pitiful lout named Kharan Mighthammer? The dwarf that was supposedly watching over my baby girl!$B$B$B$BAnd now she\'s gone, $N!$B$BI have had my men turn the Steppes upside down. The only clue they have as to the whereabouts of my daughter is that she may be inside the Depths. For all I know, she could be dead!$B$BKharan is supposedly being held prisoner there... find him! I want answers!','Travel to Blackrock Depths and find Kharan Mighthammer.$B$BThe King mentioned that Kharan was being held prisoner there - perhaps you should try looking for a prison.','Please, let me explain.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',3701,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4342,4044,1584,0,262154,50,59,81,1101,0,0,0,0,0,0,0,0,4361,0,0,'Kharan\'s Tale','Please, hear me out before passing judgement!\n','Listen as Kharan Mighthammer tells his story.','As you can see, there was nothing I could have done.','Allow me to finish telling my story.','Kharan\'s Tale','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(4343,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4361,4044,1584,0,8,50,59,81,1101,0,0,0,0,0,0,0,0,4362,0,0,'The Bearer of Bad News','You must take this information back to King Magni, $N. He will know what to do!\n','Return to Ironforge and deliver the bad news to King Magni Bronzebeard.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55800,0,0,0,0,'',4341,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4362,4044,1584,0,8,50,59,81,1101,0,0,0,0,0,0,0,0,4363,0,0,'The Fate of the Kingdom','It would seem as if my old adversary, Dagran Thaurissan, has me and the kingdom of Ironforge at his mercy.$B$BYou may be my last hope, $N. You must rescue my dear daughter, Moira!$B$BThere is only one way to make sure that the spell Thaurissan has cast on Moira is broken: Kill him.$B$BAnd $N, do not harm her! Remember, she is being controlled by Thaurissan! The things she may do or say are a result of Thaurissan\'s evil spell!','Return to Blackrock Depths and rescue Princess Moira Bronzebeard from the evil clutches of Emperor Dagran Thaurissan.\n','$B$BWhy???','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9019,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',4361,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4363,4044,1584,0,8,50,59,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Princess\'s Surprise','Thaurissan was a great and honorable dwarf. You ruined my life and the life of my unborn child!$B$B$B$BReturn to Ironforge and tell my father that the heir to the Kingdom of Ironforge will be a Dark Iron dwarf.$B$BWhether he approves or not, it shall be.','Return to Ironforge and speak with King Magni Bronzebeard.','$B$BIt seems that even in death, Thaurissan has won.$B$BYou are dismissed, $N. Before you leave, you may choose your reward from the royal vault.$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12548,12543,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',4362,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4381,4044,490,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Restore','','','Arranging the crystals on the table, you carefully align the colors. As you push the last one into place, a burst of light fuses the crystals together.$B$BThe resulting combination is now yours.','The Pylon table allows you to combine green power crystals with yellow power crystals.$B$BAccording to J.D.\'s manual, this combination can be used to heal yourself or your allies.','','','','','',11188,11185,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11562,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4321,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4382,4044,490,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Force','','','Arranging the crystals on the table, you carefully align the colors. As you push the last one into place, a burst of light fuses the crystals together.$B$BThe resulting combination is now yours.','The Pylon table allows you to combine green power crystals with blue power crystals.$B$BAccording to J.D.\'s manual, this combination can be used to increase your spirit.','','','','','',11185,11184,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11563,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4321,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4383,4044,490,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Ward','','','Arranging the crystals on the table, you carefully align the colors. As you push the last one into place, a burst of light fuses the crystals together.$B$BThe resulting combination is now yours.','The Pylon table allows you to combine green power crystals with red power crystals.$B$BAccording to J.D.\'s manual, this combination can be used to strengthen the protection you have against physical damage.','','','','','',11186,11185,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11564,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4321,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4384,4044,490,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Yield','','','Arranging the crystals on the table, you carefully align the colors. As you push the last one into place, a burst of light fuses the crystals together.$B$BThe resulting combination is now yours.','The Pylon table allows you to combine red power crystals with blue power crystals.$B$BAccording to J.D.\'s manual, this combination can be used to weaken an enemy\'s defenses.','','','','','',11186,11184,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11565,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4321,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4385,4044,490,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Charge','','','Arranging the crystals on the table, you carefully align the colors. As you push the last one into place, a burst of light fuses the crystals together.$B$BThe resulting combination is now yours.','The Pylon table allows you to combine red power crystals with yellow power crystals.$B$BAccording to J.D.\'s manual, this combination can be used to create a large explosion that can inflict damage on your enemies.','','','','','',11186,11188,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11566,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4321,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4386,4044,490,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Spire','','','Arranging the crystals on the table, you carefully align the colors. As you push the last one into place, a burst of light fuses the crystals together.$B$BThe resulting combination is now yours.','The Pylon table allows you to combine blue power crystals with yellow power crystals.$B$BAccording to J.D.\'s manual, this combination can be used to create a shield that does damage to enemies.','','','','','',11184,11188,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11567,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4321,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4401,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4402,4044,363,0,8,1,3,0,690,0,0,0,0,0,0,0,0,0,0,0,'Galgar\'s Cactus Apple Surprise','It sure gets hot out here in the Valley of Trials.$B$B$B$BIf only I had some cactus apples, I could make my famous cactus apple surprise! Nothing cools you off faster than a piece of that delicious treat.$B$BI\'ll tell you what, $N. If you bring me 6 cactus apples, I\'ll make you a few portions of cactus apple surprise to take with you on your adventures. If you\'re interested, you can find cactus apples growing near the cactus plants around here.','Bring Galgar 6 Cactus Apples. You remember him saying that they could be found near cactuses.','Wonderful, $N! As promised, here is your cactus apple surprise plus a little something extra.','Have you finished collecting cactus apples?','','','','','',11583,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11584,0,0,0,10,0,0,0,76,530,0,0,0,0,500,500,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,1,0,0,0,0,3,1,1,4,0,0,0,0,0,6,0,0,7),(4403,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4421,4044,361,0,8,49,54,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Corruption of the Jadefire','Not many seek adventure here... Felwood\'s corruption is widespread and indiscriminate.$B$BAs part of the Emerald Circle, I seek to heal this land, but there are some that wish it to fester.$B$BThe ones I speak of are the Jadefire satyrs that dwell to the northwest of here, at the Ruins of Constellas. Led by a particularly cruel satyr named Xavathras, they continue to spread the disease to any creatures they encounter.$B$BWe must defend this land that was once ours. Defeat Xavathras and destroy his minions.','Kill 11 Jadefire Felsworns, 9 Jadefire Shadowstalkers, 9 Jadefire Rogues, and Xavathras. Return to Eridan Bluewind in Felwood when the task has been completed.','Ridding Felwood of Xavathras is only the first step in a long process. It will take much work to repair the damage that has been done here.$B$BI sense that there is something much larger than just the satyrs at work here, but we will only know the truth with time...','The corruption here drives the creatures into madness...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7109,7110,7106,9454,11,9,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4441,4044,361,0,0,49,54,0,1101,0,0,0,0,0,0,0,0,0,11682,1,'Felbound Ancients','The flute you found was carved from an ancient protector, the treant allies that have faithfully protected the night elves.$B$BThe satyrs have been able to corrupt anything they come in contact with, which includes the ancients that made Felwood their home. By the use of the fel, the spirit of the ancient has been bound and tortured, never completely released. The felbind you found is no doubt related.$B$BWe must try to purify the flute, $N. Bring me blessed water from the Temple of the Moon in Darnassus.','Travel to Darnassus and use Eridan\'s Vial to collect a Vial of Blessed Water from the Temple of the Moon. Return to Eridan with the filled vial.','Thank you, $N. Now, we must pray that we can undo the damage that has been done...','The water will hopefully release the spirit of the ancient, and allow it to be at peace.','','','','','',5646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',939,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,5),(4442,4044,361,0,8,49,54,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Purified!','Using the water of Elune, I will attempt to purify the flute. We must end this suffering...$B$BMay Elune guide my hands and heart.$B$BSpeak with me again in a moment.','Speak to Eridan again in a moment.','With the blessed water, I was able to break the link between the flute and the ancient spirit. I do believe though, that if you were to use this flute in a sacred spot, you may be able to summon the ancient spirits.$B$BPerhaps you might try the ruins in the southern part of Irontree Woods. Many corrupted treants inhabited this area at one time, and it is possible that they may still reside there, even in spirit form.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11445,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',4441,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,5),(4443,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Whipper Root','','','You apply 3 Cenarion Plant Salves to the Whipper Root. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a whipper root plant. The visible roots of the plant appear tough and leathery, and a slimy film hangs from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4444,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Whipper Root','','','You apply 3 Cenarion Plant Salves to the Whipper Root. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a whipper root plant. The visible roots of the plant appear tough and leathery, and a slimy film hangs from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4445,4044,361,0,256,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Whipper Root','','','You apply 3 Cenarion Plant Salves to the Whipper Root. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a whipper root plant. The visible roots of the plant appear tough and leathery, and a slimy film hangs from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4446,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Whipper Root','','','You apply 3 Cenarion Plant Salves to the Whipper Root. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a whipper root plant. The visible roots of the plant appear tough and leathery, and a slimy film hangs from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4447,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Night Dragon','','','You apply 4 Cenarion Plant Salves to the Night Dragon. It immediately begins to shed it\'s corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a night dragon plant. The fruits that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4448,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Night Dragon','','','You apply 4 Cenarion Plant Salves to the Night Dragon. It immediately begins to shed it\'s corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a Night Dragon plant. The fruits that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4449,4044,51,0,8,43,45,0,0,0,0,0,0,0,0,0,0,4450,0,0,'Caught!','Hey! Hey, you! Get over here!$B$BYa gotta help me out. I was runnin\' from them Dark Iron dwarves, and I hid in here to get out of sight. Damn geologists and their magic ways! They musta seen me hide, cause next thing I knew, they locked the door and stuck me in here.$B$BTeach them geologists a lesson! Oh... an\' can ya get me some pieces of silk cloth for... for... nothin\'.','Kill 8 Dark Iron Geologists and bring 15 pieces of Silk Cloth to the person locked in the outhouse in Searing Gorge.','Oh, this is great! Nice feel to it too!$b$bWhat? Oh, yeah... geologists. Got \'em good, did ya? I can\'t thank ya enough, $N. That\'ll give me some time to finish up in here... I mean, it\'ll let me not have to worry about them comin\' back for me anytime soon. Thanks again.','I ain\'t got all day! Get me those pieces of silk cloth! I mean geologists. Get those geologists! They deserve to feel my, well... your wrath.','','','','','',0,4306,0,0,0,0,0,15,0,0,0,0,5839,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(4450,4044,51,0,0,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ledger from Tanaris','Oh, you know what? That reminds me.$B$BYou wanna finish up a little job I took up while I was in Tanaris? It\'s easy...$B$BKrinkle Goodsteel in Gadgetzan was lookin\' for some stuff found here in Searing Gorge and a few other places. Maybe you could take a look at the list and then bring it all to him?$B$BI\'ll just slide his ledger under the door if you\'re interested. Take that, and the stuff he wants back to him after ya collected it all.','Take the copy of Goodsteel\'s Ledger and then find the items listed in it before seeking Krinkle Goodsteel in Tanaris.','Oh, you\'ve seen fit to do some of the work I requested. Excellent. And here I thought you were going to ask me to craft you something.$B$BThese are all perfect... and everything\'s here. Thank you, $C.$B$BMaybe it wouldn\'t hurt to reward you some... hmm, what would you find useful.','Yes, yes? What can I do for you, $R? I\'m awfully busy and have many patrons requesting my services. Perhaps you can speed things up. I don\'t mean to be rude, but I just don\'t have the time if I\'m to catch up on all my work.','','','','','',11727,11725,11724,11723,0,0,1,20,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11860,11861,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',4449,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,6),(4451,4044,51,0,0,43,47,0,0,0,0,0,0,0,0,0,0,0,11818,1,'The Key to Freedom','The small brass key looks simple enough.. The only thing that seems to make it stand out are some words scratched into the head of it:$B$B\"Dark Iron Outhouse - Do Not Duplicate.\"$B$BYou have no idea what it means or what it will lead to.','Search Searing Gorge and find a use for the Grimesilt Outhouse Key you have found.','Well, I\'ll be! How in tarnation!? You found the key! I knew them blasted Dark Irons were hiding it after they locked me in here! Thank ya so much, $N. You\'re the greatest! Now, just turn the key and let ol\' Locheed outta here!','*cough*$b$bWho is it? Can\'t ya see I\'m busy?','','','','','',11818,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(4461,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Whipper Root','','','You apply 3 Cenarion Plant Salves to the Whipper Root. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a whipper root plant. The visible roots of the plant appear tough and leathery, and a slimy film hangs from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4462,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Night Dragon','','','You apply 4 Cenarion Plant Salves to the Night Dragon. It immediately begins to shed it\'s corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a Night Dragon plant. The fruits that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4463,4044,46,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Rumination','','','Take your trinket, fool. Leave me to my studies!','Present the components, mortal.$B$BI will also require payment in the form of thirty gold pieces for this creation.','','','','','',11754,11752,8424,11732,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11622,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4464,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4465,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4466,4044,361,0,264,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4467,4044,361,0,8,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4481,4044,46,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Constitution','','','It is disgrace to his memory... a mortal, such as yourself, finishing his life\'s work.$B$BTake your amalgamation and be gone!','There is a price to pay for all things in this world. The price for the specific item that you seek is thirty gold pieces.$B$BNaturally, I shall retain the majority of the components which you collected. But worry not, you shall have your trinket.','','','','','',11754,8411,11733,11952,0,0,1,1,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11642,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4482,4044,46,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Tenacity','','','It took Kariel what would amount to several of your lifetimes to complete the libram that you now hold, $R. All for what? So that his disciple could stand in the Burning Steppes and bastardize his research in order to satiate a never ending arcane craving... Curse this foul addiction.$B$BI am disgusted with your lack of compassion and insatiable greed. Be gone!','Thirty gold, $R. Thirty gold and the required components.','','','','','',11754,11734,11564,11753,0,0,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11643,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4483,4044,46,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Resilience','','','Other librams are lost in this world. Lost in places you would not dare enter. Places you would pray did not exist.$B$BI will drink in the energies of these components. You shall be given the residual waste...','If it is resilience you desire, thirty gold I require.','','','','','',11754,11567,11751,11736,0,0,1,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11644,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4484,4044,46,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Voracity','','','My head throbs... The energies of the vast expanses that makes up our universe... ARGGH!$B$BTake what you desire and leave!','Do not waste my time, $R. Give me what I require. Thirty gold and the components.','','','','','',11754,11737,11951,11563,0,0,1,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11647,11648,11649,11645,11646,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4485,5875,0,141,8,40,40,0,1101,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Nobility','Hello, $N. I see your dedication remains strong, as does your faith.$B$BI think it is time you spoke with Duthorian Rall in Stormwind. There are some more lessons for you to learn, and I feel you are prepared.$B$BSeek him out in the Cathedral of Light, and $N, take these lessons seriously. You\'ve attained your status through humility and hard work, do not disappoint us by becoming arrogant.$B$BBe well.','Speak to Duthorian Rall in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4486,4044,0,141,8,40,40,0,1101,2,0,0,0,0,0,0,0,0,0,0,'The Tome of Nobility','Well, well, well, look at the mighty paladin in all $ghis:her; regality.$B$BSorry, $N, I meant no offense... I just get a little jealous sometimes when I see some of the feats you\'ve accomplished. Tiza tells me it\'s my weakness, and I swore to her I\'d work on it. It\'s just hard sometimes, you know?$B$BBut the reason I wanted to talk to you was because Duthorian Rall in Stormwind sent word for you to meet him in the Cathedral of Light when you\'re ready. Sounded important. Sounded like something\'s going on.','Speak to Duthorian Rall in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4487,4044,0,61,8,40,-1,0,1101,256,0,0,0,0,0,0,0,4490,0,0,'Summon Felsteed','Ah, good, you\'re here. I sent a $g succubus:infernal; after you to get your attention, but it seems you were able to get here before it found you. No matter.$B$BThere has been some talk lately of your growing power--that is good for you, possibly bad for others. But those are irrelevant points. The point is, I feel you\'ve proven yourself and therefore are deserving of... hehe... a blessing of sorts.$B$BAbove Ratchet in the Barrens you\'ll find a man named Strahad. I believe you\'ve crossed paths before.','Speak to Strahad Farsan in Ratchet.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3631 4488 4489',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4488,4044,0,61,8,40,-1,0,1101,256,0,0,0,0,0,0,0,4490,0,0,'Summon Felsteed','Ah, $N, you\'ve seen fit to grace us with your presence. How wonderful!$B$BI hope you do not expect us to wait on you hand and foot also. You may be growing quickly in power, but you still are a pup when it comes to true knowledge and understanding. If you\'re not careful, corruption will overwhelm you and your weak will.$B$BBut I should get to the point: Strahad wishes to speak to you. He is still residing in his tower overlooking Ratchet in the Barrens. I suggest not taking too long.','Speak to Strahad Farsan in Ratchet.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3631 4487 4489',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4489,4044,0,61,8,40,-1,0,690,256,0,0,0,0,0,0,0,4490,0,0,'Summon Felsteed','You, $r! Come here!$B$BYou\'re the one they call $N, yes?$B$BI thought as much. I will keep this short: you\'re growing in power, and it has been acknowledged. And now, the time has come that you are rewarded for your efforts.$B$BGo to the Barrens. There, above Ratchet, you\'ll find Strahad Farsan--perhaps you remember him? He would have words with you. I wouldn\'t take long.','Speak to Strahad Farsan in Ratchet.','So, you\'ve decided to grace my presence again. How kind of you.$B$BMy acolytes wondered if you\'d ever show up. I told them there was no doubt. When power is concerned, you are drawn in like a moth to the flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'3631 4487 4488',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4490,4044,0,61,8,40,-1,0,0,256,0,0,0,0,0,0,0,0,0,0,'Summon Felsteed','I would give you a reward for your patience and hard work. But know this, the ability to summon a Felsteed will be much more difficult in the future. You will have to earn it... and it will not be easy.$B$BFor now, go with the power to summon such a creature and use it as you see fit.','Speak to Strahad Farsan in Ratchet to learn the ability to summon a Felsteed.','Good luck, $N. I look forward to seeing you in the future.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5784,5785,0,0,0,0,0,0,0,90,0,0,0,0,'',4489,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4491,4044,490,0,2,50,55,0,0,0,0,0,0,0,1500000,0,0,0,11804,1,'A Little Help From My Friends','Ugh... It\'s so hot...$B$BI was exploring this area, when all of a sudden, the heat just became unbearable. I must be suffering from heat exhaustion.$B$BPlease, help me get back to my friend Spraggle at Marshal\'s Refuge. I think I\'m well enough to follow you there.$B$BI am feeling a little out of it, so if I do happen to faint again, just splash some water on me from Spraggle\'s canteen. That should work, I hope...','Lead Ringo to Spraggle Frock at Marshal\'s Refuge.$B$BIf Ringo faints, use Spraggle\'s Canteen to revive him.','Ringo\'s not in the best shape, $N, but I am glad to have him back in one piece!$b$bThank you for finding him.','I\'ve been so worried about Ringo...','Escort Ringo to Spraggle Frock at Marshal\'s Refuge','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11910,11911,11913,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',4492,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,4,0,0,0,0,0,0,1,0,0,5),(4492,4044,490,0,0,50,55,0,0,0,0,0,0,0,0,0,0,0,15722,1,'Lost!','You\'ve got to help me, $N! My friend, Ringo left earlier to explore the volcano to the south of here, and he has been gone way too long. I am really worried about him.$B$BDo you think you could find him? Why don\'t you take my canteen with you -- if you do find Ringo, I\'m sure he\'ll need it!','Find Ringo at Fire Plume Ridge.','Oh... I\'m so glad someone found me...','Wha... What?','','','','','',15722,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(4493,4044,1657,0,8,50,53,0,1101,0,0,0,0,0,0,0,0,4496,0,0,'March of the Silithid','It would seem that the silithid\'s intent, nay - reason for being, is to devour everything in their path that is not of their ecology. Their focus is singular, and it is for this reason they are a grave threat to all life on Azeroth.$B$BWhat we\'ve seen to date is but the first stages. I suspect that their strength comes from deeper in Kalimdor: Un\'Goro Crater. Go to Gadgetzan in the Tanaris desert and speak to Alchemist Pestlezugg. Tell him of my theory; he will surely aid us in fighting the silithid.','Speak to Alchemist Pestlezugg in Gadgetzan.','Yes, I gathered that Gracina sent you to me. Your experience in fighting these beasties is priceless; no one to my knowledge has ever dealt with their kind before. As for Gracina\'s idea that Un\'Goro Crater is their heart... perhaps it is. Un\'Goro is a mysterious and dangerous jungle to the west of here. Perhaps it is also one step closer to figuring out what the silithid are all about.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,'',162,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(4494,4044,1637,0,8,50,53,0,690,0,0,0,0,0,0,0,0,4496,0,0,'March of the Silithid','It would seem that the silithid\'s intent, nay - reason for being, is to devour everything in their path that is not of their ecology. Their focus is singular, and it is for this reason they are a grave threat to all life on Azeroth.$B$BWhat we\'ve seen to date is but the first stages. I suspect that their strength comes from deeper in Kalimdor: Un\'Goro Crater. Go to Gadgetzan in the Tanaris desert and speak to Alchemist Pestlezugg. Tell him of my theory; he will surely aid us in fighting the silithid.','Speak to Alchemist Pestlezugg in Gadgetzan.','Yes, I gathered that Zilzibin sent you to me. Your experience in fighting these beasties is priceless; no one to my knowledge has ever dealt with their kind before. As for Zil\'s idea that Un\'Goro Crater is their heart... perhaps it is. Un\'Goro is a mysterious and dangerous jungle to the west of here. Perhaps it is also one step closer to figuring out what the silithid are all about.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4495,4044,188,0,8,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Good Friend','A friend of mine named Iverron usually visits me at the same time every day. The strange thing is that he hasn\'t been by today at all -- he\'s several hours late, in fact.$B$BI admit, I am a little worried, $N. Iverron spends a lot of time over by the cave to the north, and I\'m sure you know how dangerous it is there -- spiders, everywhere!$B$BIf you happen to be going that way, though, will you keep an eye out for him?','Find Iverron by the cave to the north.','I\'m so glad you found me, $N. How did you know I was here?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(4496,4044,440,0,8,50,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bungle in the Jungle','My research revealed to me that the silithid are like bees; destroy the queen of the hive, and the rest of should be thrown into disarray. I\'ll brew a lure that we\'ll use to bring out the queen; once summoned, you\'ll take her down.$B$BFirst though, we need some reagents; we don\'t want you bungling into the jungle unprepared. Go west to find the silithid hive in Un\'Goro Crater and obtain a scent gland from one of the bugs. I\'ll also need some samples of the native Un\'Goro soil.','Bring a Gorishi Scent Gland and 5 Un\'Goro Soil samples to Alchemist Pestlezugg in Gadgetzan.','The scent gland, ah yes. The membrane appears intact - excellent. The soil, yes, this should work out perfectly. With my special additions, I should be able to grind all this up into the perfect lure.$b$bGive me a moment to make the lure, $N. Once it\'s ready, we\'ll be able to enact the next step that may hopefully stop the silithid before they overrun Gadgetzan... and the rest of Kalimdor.','Finding a suitable scent gland might take a bit - the gland can\'t be damaged, but the process of getting one certainly doesn\'t lend itself to it. As for the soil, I\'d assume it should be easy enough to find.$b$bAnyway, do you have the items I need to make the lure?','','','','','',11837,11018,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,69,250,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',4494,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,5),(4501,4044,490,0,8,47,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beware of Pterrordax','Wanted: A skilled fighter to deal with the threat of the Pterrordax that inhabit the Un\'Goro Crater. Their numbers are growing, and they are becoming a menace to travelers in the area.$B$BDecrease the population by slaying 10 frenzied pterrordax.$B$BSpeak with Spraggle Frock after completing the task for a reward.','Kill 10 Frenzied Pterrordax, then speak to Spraggle Frock at Marshal\'s Refuge.','I am absolutely terrified of the pterrordax here! Thank you for decreasing their numbers, $N. Now I might feel safe enough to venture out of Marshal\'s Refuge.','To tell you the truth, I really wasn\'t that worried about the strange creatures... Until the day that I saw it written on the side of a large stone.$B$BBEWARE OF PTERRORDAX$B$BWho could have written it? I don\'t know, but it\'s too creepy to just ignore!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9167,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,11918,11919,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,4,0,0,0,0,0,0,1,0,0,5),(4502,4044,490,0,8,49,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Volcanic Activity','Being an apprentice to Marvon Rivetseeker, I\'ve learned so much. But he\'s been gone for such a long time now, so I think I\'m going to work on some experiments of my own.$B$BI\'ve been reading about Un\'Goro Crater most recently, and about the strange volcanic activity going on in the middle of the crater. I think a lot could be learned if I could just get some of the ash from the elementals there.$B$BDo you think you\'d mind collecting some for me, if you are going that way?','Collect 9 samples of Un\'Goro Ash from the fire elementals around the volcano in Un\'Goro Crater, and return them to Liv Rizzlefix in Ratchet.','These samples will be perfect for my studies! Thank you, $N! I promise, you\'ll be the first one I will tell about my findings.','Is it true that the volcano in Un\'Goro is active? I\'m sure I could learn a lot with some ash from the volcano, $N.','','','','','',11829,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,6,0,0,5),(4503,4044,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shizzle\'s Flyer','I\'m making a flying machine!$B$BI got stranded here, and I\'m absolutely horrible at finding my way around. I\'d take a gryphon or wind rider back to Gadgetzan, but those beasts just scare me to death.$B$BSo, will you help me? All I have left to build is the wings, and I was thinking that the webby scales from the pterrordax and diemetradon would be perfect. There\'s no way I\'m going to go up against one of those, but you look pretty tough. Why don\'t you give it a try?','Collect 8 Webbed Diemetradon Scales and 8 Webbed Pterrordax Scales for Shizzle in Marshal\'s Refuge.','Yes, these scales are perfect. I should be able to get this flyer off the ground with these scales for sure!$B$BThanks!','Every great vehicle needs a name... I was thinking I\'d call it... Pwned!','','','','','',11830,11831,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11915,11916,11917,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(4504,4044,440,0,8,48,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Super Sticky','I\'m always looking for a quick way to earn a gold, $N. If you help me with my newest idea, I\'ll let you in on a little of the profit. How does that sound to you?$B$BI thought so!$B$BHead to the tar pits in northern Un\'Goro Crater, and collect me some tar. Not just any tar, now, you\'ll need to get it from the beasts that live around the tar pits. Regular tar just simply isn\'t sticky enough.$B$BThe plant-like creatures contain chlorophyll in their skin, and mixed with the tar, it\'s super sticky!','Collect 12 samples of Super Sticky Tar for Tran\'rek in Gadgetzan.','Yes, this tar is just the stuff...$B$BHey, wait a minute, my hands... I can\'t seem to get them apart...$B$BMaybe this wasn\'t such a good idea. Oh, but wait! Super sticky tar remover! That\'s where the real money is!','Tran\'rek\'s done it again -- this super sticky glue will be all the rage!','','','','','',11834,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,4,0,0,5),(4505,4044,361,0,0,49,54,0,690,0,0,0,0,0,0,0,0,0,12566,1,'Well of Corruption','Some may say that I am exceptionally cruel... But truly, it is only a strong desire to see the Horde gain an advantage against the Alliance, in any way possible.$B$BMy newest interest is a moonwell at the Ruins of Constellas, south of here, tended by the Jadefire satyrs. The moonwell, once a symbol of renewal for the insufferable night elves, is now corrupted, and used to bring forth more satyrs.$B$BI have an idea, $N, and I\'d like a sample of the water... for my little feline friend here.','Collect a sample of corrupted water from the Jadefire Satyrs\' moonwell and bring it to Winna Hazzard at Bloodvenom Post.','Very well. We must find a way to use this corruption against our enemies...','This is of utmost importance. Be on your way, now.','','','','','',12567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',6605,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4506,4044,361,0,2,49,54,0,690,0,0,0,0,0,0,0,0,0,12565,1,'Corrupted Sabers','This corrupted water can be used to our advantage, $N. With just a small amount of the water, my kitten doubled in size, and seems to be stronger... somehow. These cats may prove useful...$B$BHere, $N. Take this cat carrier, and release the kitten inside next to the moonwell in the Ruins of Constellas. Heh, heh... I\'m sure you\'ll be pleased with the results!$B$BReturn the cat to me, and I\'m sure I can make it worth your time.','Take Winna\'s kitten to the corrupted moonwell, release it, then bring it back to Winna.$B$BOnce you have returned to Winna, click on the cat to release it to Winna.','Excellent!$b$bThe forsaken will resort to any means necessary to crush the alliance! The use of the corrupted water will surely prove useful in our future efforts...','Don\'t tell me that you can\'t go back there! Get going!','Return the corrupted cat to Winna Hazzard','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',4505,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4507,4044,440,0,0,50,54,0,0,0,0,0,0,0,0,0,0,0,11833,1,'Pawn Captures Queen','Here\'s the lure. Inside the hive network should be a crystal of some sort. We think the silithid use the crystal as some sort of hive-wide attunement device. As for where this crystal might be, I\'d say try the hatcheries inside the hive.$B$BUsing the lure on the crystal should roust out the queen, but be warned - she will probably be protected by several guards. Take out the queen and remove her brain. As icky as that sounds, we desperately need to study it. Good luck, $N!','Defeat the Gorishi Hive Queen once she is summoned.$B$BBring the Gorishi Queen\'s Brain to Alchemist Pestlezugg in Gadgetzan.','Fantastic, $N! We\'ve won quite the victory here today. It will take some time for us to fully understand what we have here; we\'ll put it to good use though, don\'t you worry about that.$B$BAs for the silithid, I genuinely doubt that this was the full extent of their presence. This is much too clean of a resolution, I\'m sorry to say.','Acquiring the queen\'s brain for our research is absolutely imperative. From what we have learned, we believe that these silithid are quite possibly being controlled by a malign intelligence. I shudder to think what could control something as insidious as the silithid, $N.','','','','','',11835,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',4496,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(4508,4044,440,0,0,50,54,0,1101,0,0,0,0,0,0,0,0,4510,11844,1,'Calm Before the Storm','My recent findings and the knowledge we have gained here today needs to reach hands that can quite possibly do something with it. As resourceful as we are here in Gadgetzan, we can\'t do this alone.$B$BTake my latest report back to Gracina Spiritmight in Darnassus; she\'s still at the Temple of the Moon, is she not? She\'s got friends who are Alliance bigwigs; if we can get them involved in this $N, then we just might make it out of this alive.','Bring Pestlezugg\'s Un\'Goro Report to Gracina Spiritmight in Darnassus.','While I genuinely appreciate this, I am not sure what good it will do us. The Alliance ignores threats from any source other than the Horde, and even our own leaders here in Darnassus cannot agree on what exactly this threat is. Fools like Fandral Staghelm theorize that the silithid are nothing like the threat from the ancient past I claim them to be. His ignorance is only surpassed by his arrogance.$B$BYou have seen the threat yourself, $N. We must remain committed to defeating the silithid!','They are fools, $N! They cannot even think to look around them for a greater threat; their irrational hatred of the Horde will be the end of us all. I do not know how much more proof I can give them of the silithid threat short of dropping them in one of the hives so they can see for themselves!$B$BI\'m sorry, you bring news for my attention?','','','','','',11844,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',4507,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,5,0,0,1),(4509,4044,440,0,0,50,54,0,690,0,0,0,0,0,0,0,0,4511,11844,1,'Calm Before the Storm','My recent findings and the knowledge we have gained here today needs to reach hands that can quite possibly do something with it. As resourceful as we are here in Gadgetzan, we can\'t do this alone.$B$BTake my latest report back to Zilzibin Drumlore in Orgrimmar; he\'s still in his place on the upper part of the Drag, is he not? He\'s got friends who are high within the Horde; if we can get them involved in this $N, then we just might make it out of this alive.','Bring Pestlezugg\'s Un\'Goro Report to Zilzibin Drumlore in Orgrimmar.','While I genuinely appreciate this, I am not sure what good it will do us. The Horde ignores threats from any source other than the Alliance. While Thrall himself might take action were the facts presented to him, he is beset on all sides by conflicting advice. These fools would have us chase our own imaginary tails were they to think it might catch the Alliance unawares!$B$BYou have seen the threat yourself, $N. We must remain committed to defeating the silithid!','They are fools, $N! They cannot even think to look around them for a greater threat; their irrational hatred of the Alliance will be our undoing. I do not know how much more proof I can give them of the silithid threat short of dropping them in one of the hives so they can see for themselves!$B$BI\'m sorry, you bring news for my attention?','','','','','',11844,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',4507,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4510,4044,1657,0,0,50,54,0,1101,0,0,0,0,0,0,0,0,0,11843,1,'Calm Before the Storm','$N, your help has been immeasurable. The time will come, no doubt, when I\'ll ask for your assistance against the silithid once more. We must absorb what we have learned in Un\'Goro; I fear that my assumptions that the silithid originated from Un\'Goro are now wrong... that indeed there is a far stronger presence somewhere.$B$BTake this note to Idriana at the bank. She\'ll give you something from my vault that should be viewed as a token of my gratitude. Thank you for your assistance, brave $c.','Bring the Bank Voucher to Idriana in the bank of Darnassus.','This bank voucher authorizes me to withdraw an item from Gracina Spiritmight\'s account with us and present it to you. Congratulations would seem to be in order!','Elune\'adore, $C. What may I do for you today?','','','','','',11843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11870,11871,11872,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',4508,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,0,0,7),(4511,4044,1637,0,0,50,54,0,690,0,0,0,0,0,0,0,0,0,11843,1,'Calm Before the Storm','$N, we could not have gotten this far without you. The time will come soon, no doubt, when I\'ll ask for your help against the silithid once more. We must absorb what we have learned in Un\'Goro; I fear that my assumptions that the silithid originated from Un\'Goro are now wrong... that indeed there is a far stronger presence somewhere.$B$BTake this note to Karus at the bank. He\'ll give you something from my vault that should be viewed as a token of my gratitude. Thank you for your assistance, mighty $c.','Bring the Bank Voucher to Karus in the bank of Orgrimmar.','This bank voucher authorizes me to withdraw an item from Zilzibin Drumlore\'s account with us and present it to you. Congratulations would seem to be in order!','Zug zug! What may I help you with today, $C?','','','','','',11843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11870,11871,11872,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',4509,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4512,4044,1537,0,0,48,52,0,1101,0,0,0,0,0,0,0,0,0,11912,1,'A Little Slime Goes a Long Way','But the thing I\'ve studied most is ooze. I know it sounds odd, but they\'re all over!$B$BI helped a lady in Menethil find her bag not too long ago--it was eaten by oozes. I\'ve seen members of the Royal Apothecary Society from Undercity collecting samples of the stuff. I want to know why! Where does it come from?$B$BI\'ve heard of more in Felwood. What I need are samples of the oozes there so I can further my research. I\'ll give you containers, you use them to collect a sample from the deceased creatures.','Bring 6 Filled Cursed Ooze Jars and 6 Filled Tainted Ooze Jars to Laris Geardawdle in Ironforge.','Amazing results, $N! You got close enough to take a sample of the corrupted things, and managed to look no worse for wear! Thank you. Oh, these samples will be perfect. I can\'t wait to start testing on them.$B$BIf I\'m right, I could be one of the Explorers\' Leagues greatest scientists!$B$BThat\'ll prove to all the dwarves that it wasn\'t a mistake to allow us gnomes into Ironforge after the Gnomeregan incident.','Some of the experiments I\'ve done are fascinating. I think with a little more work, I\'ll be able to figure out the nature of these creatures and how they play into how life developed on Azeroth... if they even have anything to do with it to begin with.$B$BOne of my biggest theories that isn\'t well liked is the idea that oozes and slimes are tied to the creation of this planet... almost like they\'re a secretion of it.$B$BBut I can\'t prove or disprove it until I get more samples.','','','','','',11947,11949,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,3,5,1,1,0,0,0,0,0,1,0,0,6),(4513,4044,1537,0,0,48,54,0,1101,0,0,0,0,0,0,0,0,0,11955,1,'A Little Slime Goes a Long Way','I\'m going to need more samples, $N. But--and I don\'t know how to put this--they have to be pure samples. I know, I know. \"What does \'pure\' mean, Laris?\" I\'m not sure. I do know that these are corrupt... just like Felwood. Which is what makes my realization so important. The oozes seem to adapt... to take on the aspects of the area they\'re in. I\'ll need to find samples that haven\'t been polluted. But where? Where?!$B$BBah! $N, take these containers just in case you find any on your own.','Bring 10 Filled Pure Sample Jars to Laris Geardawdle in Ironforge.$B$BIf you have trouble finding them, perhaps try to get more clues from Laris.','You\'ve found it? $N, you are a treasure unto yourself. Your dedication and aid has been magnificent and I could not possibly thank you enough.$B$BPlease, take this for your troubles. I have some work to do, but I\'m sure, if you come back at a later time, I\'ll have need of your services again.$B$BThank you. Thank you so much.','So many things to consider. But what does it mean? And how does it affect the lives of the people of Azeroth?','','','','','',11954,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12050,12051,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,59100,0,0,0,0,'',4512,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,3,6,4,1,0,0,0,0,0,1,0,0,6),(4521,4044,361,0,8,52,56,0,690,0,0,0,0,0,0,0,0,4741,0,0,'Wild Guardians','Winterspring lies just beyond Timbermaw, northeast of Felwood. Have you been there?$B$BI have heard that the area is laden with creatures called wildkin. These beasts have been known to guard secrets; secrets of the Night elves.$B$BWe must figure out what may be hidden in Winterspring.$B$BI have heard the ragged owlbeasts can be found just south of the road, and that there are others called raging owlbeasts that may be found in the center of Winterspring. Clear them out, and gain access to the land.','Trull Failbane in Felwood wants you to kill 15 Raging Owlbeasts and 15 Ragged Owlbeasts.','This is excellent news, $N. With these beasts out of the way, we can begin to adventure further into Winterspring. Are you ready for more?','Report back to me after you have completed the task I gave you.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7451,7450,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4541,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4542,4044,400,0,0,23,25,0,690,0,0,0,0,0,0,0,0,4841,11886,1,'Message to Freewind Post','Brave traveler, the centaurs have increased their attacks in this area. Freewind Post must know about this renewed harassment immediately! Seek Cliffwatcher Longhorn at Freewind Post to the southeast and give him this urgent message.$b$bBe warned, avoid the Grimtotem Clan nearby... they have been acting strange toward us lately.\n\r\n','Bring the Urgent Message to Cliffwatcher Longhorn at Freewind Post.','More bad news! These centaurs have gone too far! They raided one of my supply caravans and slaughtered the whole party. This is an outrage, and it will not go unpunished!$b','What do you want, $C? An urgent message - for me?$b','','','','','',11886,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(4561,4044,1497,0,8,48,52,0,690,0,0,0,0,0,0,0,0,0,0,0,'Testing for Impurities - Un\'Goro Crater','','','You pick up the petri dish with the slime sample in it. The only way to discern if the samples is pure enough is to open it and examine the contents yourself. Ideally you\'ll find a sample that fits Chemist Fuely\'s criteria.','You take a sample of slime from Un\'Goro Crater and place some of it into the various tubes and beakers on the table. As things begin to boil and spurt, the slime changes colors. When the process slows down and the liquids calm, you see a small petri dish with your purified Un\'Goro slime samples in it along with some other remnants.','','','','','',12235,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15102,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4581,4044,331,0,0,24,29,0,1101,0,0,0,0,0,0,0,0,0,12060,1,'Kayneth Stillwind','The druid Kayneth Stillwind sent word to me. He would like a report of the happenings along our coast and in the forests surrounding Astranaar. He fears there is a corruption moving through Ashenvale... and he may be right.$B$BHere, take my report to him. You will find him in the shrine of Forest Song, in the Nightsong Woods to the east.','Take Shindrell\'s Note to Kayneth Stillwind in Forest Song.','Ah, Shindrell\'s report! Many thanks, $N. Shindrell is a fine sentinel, brave and keen. I must read this for clues of a wickedness I fear is moving through Ashenvale.','Do you have something for me?','','','','','',12060,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(4601,4044,133,0,8,25,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','This contraption stands out amongst the gnomes holding out against the madness outside the room. A small plaque on the device reads \"The Sparklematic 5200\", followed by some text:$B$B\"Grime and residue ruining your sparklies? The Sparklematic 5200 puts the shine back in shine-tastic! Insert the item you wish to clean and deposit three silver coins in the coin slot. Give the Sparklematic 5200 a moment for operation, and voila! Your valuables will emerge clean and shiny!\"','Insert a Grime-Encrusted Item into the Sparklematic 5200, and be sure to have three silver coins to start the machine.','You insert the grime-encrusted item and three silver coins into the Sparklematic 5200. The machine surges to live in an almost frenzied attempt to purge the grime from the unknown item. Loud, violent churning sounds beat from the heart of the machine. The metal frame of the beast creaks and groans as it lurches from side to side...','It would seem that the device needs some sort of grime-encrusted object to clean and three silver coins to get the contraption working. So long as both are present, the Sparklematic 5200 should work...','','','','','',9308,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4602,4044,133,0,8,25,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','This contraption stands out amongst the gnomes holding out against the madness outside the room. A small plaque on the device reads \"The Sparklematic 5200\", followed by some text:$B$B\"Grime and residue ruining your sparklies? The Sparklematic 5200 puts the shine back in shine-tastic! Insert the item you wish to clean and deposit three silver coins in the coin slot. Give the Sparklematic 5200 a moment for operation, and voila! Your valuables will emerge clean and shiny!\"','Insert a Grime-Encrusted Item into the Sparklematic 5200, and be sure to have three silver coins to start the machine.','This contraption stands out amongst the gnomes holding out against the madness outside the room. A small plaque on the device reads \"The Sparklematic 5200\", followed by some text:$B$B\"Grime and residue ruining your sparklies? The Sparklematic 5200 puts the shine back in shine-tastic! Insert the item you wish to clean and deposit three silver coins in the coin slot. Give the Sparklematic 5200 a moment for operation, and voila! Your valuables will emerge clean and shiny!\"','Insert a Grime-Encrusted Item into the Sparklematic 5200, and be sure to have three silver coins to start the machine.','','','','','',9308,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4601,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4603,4044,133,0,8,25,30,81,690,0,0,0,0,0,0,0,0,0,0,0,'More Sparklematic Action','','','The Sparklematic 5200 comes to life, lurching to and fro. Inside, the helpless grime that has encrusted the object placed within it is being pulverized by the machine\'s gnomish cleaning agent.$B$BThe Sparklematic 5200 comes to a halt, heralded by a familiar \"ding!\" The item receptacle of the machine spirals open, revealing a neatly wrapped box.','The Sparklematic 5200 is empty, awaiting a grime-encrusted object to clean and three silver coins to start!','','','','','',9308,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4605,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4604,4044,133,0,8,25,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,'More Sparklematic Action','','','The Sparklematic 5200 comes to life, lurching to and fro. Inside, the helpless grime that has encrusted the object placed within it is being pulverized by the machine\'s gnomish cleaning agent.$B$BThe Sparklematic 5200 comes to a halt, heralded by a familiar \"ding!\" The item receptacle of the machine spirals open, revealing a neatly wrapped box.','The Sparklematic 5200 is empty, awaiting a grime-encrusted object to clean and three silver coins to start!','','','','','',9308,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4606,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4605,4044,133,0,8,25,30,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','','','As quickly as it started, the Sparklematic 5200 comes to an abrupt halt. A simple \"ding\" is heard from the machine, and the mouth of the machine spirals upward. Inside the Sparklematic 5200 is a small box wrapped in a little bow. The machine would appear to wrap an object up after eliminating its grime-encrusted status. Even if the machine didn\'t work, at least the item is now wrapped in a pretty box.$B$BWell, there is one way to find out if it cleaned the item or not...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',4601,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4606,4044,133,0,8,25,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','','','As quickly as it started, the Sparklematic 5200 comes to an abrupt halt. A simple \"ding\" is heard from the machine, and the mouth of the machine spirals upward. Inside the Sparklematic 5200 is a small box wrapped in a little bow. The machine would appear to wrap an object up after eliminating its grime-encrusted status. Even if the machine didn\'t work, at least the item is now wrapped in a pretty box.$B$BWell, there is one way to find out if it cleaned the item or not...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',4602,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4621,4044,33,0,8,55,60,0,0,0,0,0,87,3000,0,0,0,0,0,0,'Avast Ye, Admiral!','Listen close, sea dawg... the powers of Booty Bay is what keeps us Bloodsail from sailing wheres we like and taking whats we want as rights o\' plunder. Were ye to put a knife to Fleet Master Seahorn, we\'d ne\'er run afoul of a Booty Bay\'s vessel. Were ye to put a knife to Baron Revilgaz, we\'d ne\'er face the law on their terms.$B$BIf ye are to be an honorary admiral amongst us - yes, ADMIRAL, you\'ll puts a knife to both of \'em as I\'ve says. Go now $g lad : lass;, and return to me once ye does the deeds.','Slay Fleet Master Seahorn and Baron Revilgaz of Booty Bay, and then return to Fleet Master Firallon aboard the Crimson Veil off the coast of Stranglethorn Vale.','Avast ye... Admiral $N! Yer a pirate of pirates, lass!$B$BIt warms the cackles of me heart to give ye this hat. Ye will ne\'er find one like it anywheres, and all that gazes upon ye will see that yer an Admiral of the Bloodsail Navy!','Yer back already, ya blasted tar! Haves ye done as I\'ve ordered? Fail us, and ye will be walkin\' the plank.$B$BArrrrr...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2496,2487,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12185,0,0,0,1,0,0,0,87,21,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',1036,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4641,4044,363,0,8,1,1,0,690,0,0,0,0,0,0,0,0,788,0,0,'Your Place In The World','Finally, you are of age, $N... of age to battle in the name of the Horde. To conquer for the glory of the Warchief.$B$BYes...$B$B$B$BYou will do nicely.$B$BNo doubt you wish to find a great dragon or demon and strangle it with your bare hands, but perhaps it would be wise to start on something less... dangerous.$B$B$B$BReport to Gornek, he should be able to assign a task better suited to a young $c. You will find Gornek in the Den, to the west.\n','Speak with Gornek. You recall Kaltunk marking your map with his location and mentioning that Gornek resided in the Den, a building to the west. \n','Another one of Kaltunk\'s recruits, hm?$b$bA sorry state of affairs we find ourselves in if this is the best the Horde can produce. No matter. By the time we think you\'re ready to leave the Valley, you\'ll be a proud warrior of the Horde.','The carapace of a scorpid isn\'t so thick that the strength of a determined warrior will be deterred. Strike strongly and without doubt, and the scorpids should prove easy prey.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,11,25,0,0,0,0,4,6,1,1,4,0,0,0,0,6,0,0,3),(4642,4044,1497,0,0,48,55,0,690,0,0,0,0,0,0,0,0,0,12288,1,'Melding of Influences','Here is some encased ooze created from the Felwood samples you recovered. Take the case to Un\'Goro Crater and find a pure ooze... the primal variety will do nicely. When you get close enough, release the ooze in the case, and let us see what the two think of one another.$B$BAfter the experiment concludes, bring me a sample of whatever is left over. I will await you here in the Apothecarium.','Bring a Merged Ooze Sample to Chemist Fuely in Undercity.','Oh, most excellent, $N. This is most excellent.$B$BSuch a tale. Who would have thought the two would interact with one another in such a way... I will have to spend more time looking at the environmental issues that cause changes in these creatures.$B$BI will continue my research for now. Perhaps we will speak again soon. Until then, I wish you well.','How goes the experiment, $N? I will continue to study the samples you\'ve recovered for me--I am starting to see why Lady Sylvanas is so interested in these creatures. If they are truly part of the Old Gods, then who knows how it can be used to our benefit.','','','','','',12291,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15702,15703,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',4294,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(4661,4044,1497,0,8,48,52,0,690,0,0,0,0,0,0,0,0,0,0,0,'Testing for Corruption - Felwood','','','You pick up the petri dish with the slime sample in it. The only way to discern if the samples is pure enough is to open it and examine the contents yourself. Ideally you\'ll find a sample that fits Chemist Fuely\'s criteria.','You take a sample of slime from Felwood and place some of it into the various tubes and beakers on the table. As things begin to boil and spurt, the slime changes colors. When the process slows down and the liquids calm, you see a small petri dish with your altered Felwood slime samples in it along with some other remnants.','','','','','',12230,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15103,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4681,4044,148,0,8,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,'Washed Ashore','That beached creature is not an isolated incident here in Darkshore. There are more along the coastline and even in the water. I would like for you to investigate another one that we know of; this one was reported to be in the water due west of Auberdine, close to a sunken vessel. Return to me with anything that you may recover that would aid our research.$B$BAlso, in your travels you may find other creatures. By all means, if you should discover anything then please bring it to our attention!','Recover the Sea Turtle Remains from the Skeletal Sea Turtle in the waters west of Auberdine, and then speak with Gwennyth Bly\'Leggonde back in Auberdine.','You\'ve been a tremendous help here today; we now have a solid chance at unlocking the mystery of why these creatures choose to beach themselves on the cost of Darkshore. The idea that they might be fleeing the area around Teldrassil is disturbing. Should you come across others in your travels, please let me know. Our research here is but in its infancy.$B$BOn behalf of the Temple of the Moon, please accept this as thanks for the effort you have given. Thank you, $N!','Once you have investigated the creature\'s remains in the water to the west of here, I should be able to file a proper report with the Temple of the Moon in Darnassus. Perhaps then we will be closer to discovering the reason why these unfortunate creatures choose to end their lives beached on the coast of Darkshore.','','','','','',12289,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15398,15399,15400,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',3524,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(4701,4044,1583,0,8,55,59,81,0,0,0,0,0,0,0,0,0,0,0,0,'Put Her Down','You have no doubt seen the worgs which the Blackrock orcs command.$B$BIt is curious - no matter how many we destroy, their numbers never dwindle. My scouts have reported that the worgs are bred, trained, and ultimately exported from Blackrock Spire: capital city of the Blackrock orcs. You must travel to Blackrock Spire and discover the source of this menace. Discover... and destroy.$B$BGood luck, $N. May Cenarius protect you...\n','Travel to Blackrock Spire and destroy the source of the worg menace. As you left Helendis, he shouted a name: Halycon. It is what the orcs refer to in regards to the worg.','Do not dwell upon her suffering, $N. The beast was corrupt - a product of dark magic. You have done the Alliance a great service and you shall be rewarded.','Have you discovered and dealt with the source of the worg menace?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10220,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,15824,15825,15827,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,500,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4721,4044,361,0,8,52,59,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wild Guardians','Runners have returned from Winterspring with reports that there is a series of small caves in the southern area of Winterspring. It seems that there are wildkin situated in the area around these caves. If there is something valuable that they are guarding, I believe that this is the place we will find it.$B$BYou will find these to be more of a challenge than the previous types, $N. The creatures seem to have gone mad from exposure to the very thing that they strive to protect. ','Trull Failbane in Felwood wants you to hunt 10 Berserk Owlbeasts in Winterspring.','Hard work is something I have great respect for, $N. Now we can move forward with our plans for Winterspring.','You know your orders, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7454,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,55800,0,0,0,0,'',4741,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4722,4044,148,0,0,11,13,0,1101,0,0,0,0,0,0,0,0,0,12289,1,'Beached Sea Turtle','You find a corpse of a sea turtle that had beached itself on the coast of Darkshore some time ago. It has been scavenged by the murlocs who have encamped themselves around the creature\'s remains. Still, there appear to be some suitable samples left on the creature\'s remains that Gwennyth Bly\'Leggonde in Auberdine might be able to make use of.','Take the Sea Turtle Remains to Gwennyth Bly\'Leggonde in Auberdine.','Another discovery for us to research - well done $N! These remains will be properly studied once they get to Darnassus. Please accept this small honorarium in exchange for the remains you have provided for our study.','Hello $N - do you have any discoveries of creatures that have washed ashore to report on?','','','','','',12289,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',4681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4723,4044,148,0,0,11,13,0,1101,0,0,0,0,0,0,0,0,0,12242,1,'Beached Sea Creature','The remains of a giant thresher - much larger than one you\'d expect to find in Darkshore - lie beached on the coast of the Mist\'s Edge. How this creature came to be here is unknown; the group of murlocs that now feast off the carcass of it seem to be much too weak, even in large numbers, to have brought down the beast. $B$BWhile some of it has been picked clean, enough of it remains to take a sample for Gwennyth Bly\'Leggonde in Auberdine to study.','Take the Sea Creature Bones to Gwennyth Bly\'Leggonde in Auberdine.','The bones you have are from gentle sea mammals that are known to inhabit the waters surrounding the base of Teldrassil. They had never been known to violently beach themselves like the threshers had been known to. Why would these creatures do this, I wonder? Well, perhaps the study of their remains will bear the fruits of knowledge that we seek.$b$bAgain, thank you for your aid. Please accept this honorarium from the Temple of the Moon.','Hello again, $N! Are you here to report on another discovery?','','','','','',12242,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',4681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4724,4044,1583,0,8,55,59,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Pack Mistress','Some say the worg controlled by the Blackrock orcs are the creation of a supernatural force. Others say they are not true worg but instead a breed of demon dog, granted to the orcs by a fallen pit lord.$B$BThe truth is far less contrived but every bit as frightening. The worg of Blackrock come from Halycon and her mate. Halycon is the gigantic den mother of the worg. Her mate? Nobody has ever lived to tell the tale of that one.$B$BStrike at the heart of the worg. Destroy Halycon... and $N, watch your back.','Slay Halycon, pack mistress of the Bloodaxe worg.','Rabid pups? Gizrul the Slavener? And you live to tell the tale?! Incredible! A tribute well earned!','With the pack mistress slain, we can begin to thin out the worg sentries of the Spire and eventually make some headway into the city.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10220,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,15824,15825,15827,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,7),(4725,4044,148,0,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,12292,1,'Beached Sea Turtle','More sea turtle remains lie beached along the coastline. This particular set has an abandoned carriage attached to the turtle\'s shell. Perhaps this creature was driven to the shoreline by unknown beings rather than beaching itself as some of the other remains suggested. Greymist murlocs now make the remains of this creature their home, feasting off the carrion.$B$BIn the carriage, you find a box with strange markings on it; perhaps Gwennyth Bly\'Leggonde in Auberdine can make sense of it.','Take the Strangely Marked Box to Gwennyth Bly\'Leggonde in Auberdine.','I have heard of the kinds of carriages found on the back of the turtle you found. Those I do believe are naga carriages, used both in battle and in transportation of their supplies on to land. The markings on the box you found are of the naga; this would explain their invasive presence in far-northern Darkshore.$b$bI will send this box to Darnassus along with the rest of your discoveries. This is for you - thank you again for your assistance.','It is a pleasure to see you again, $N. We are making great strives in uncovering the mystery of why majestic sea creatures beach themselves on the Darkshore coastline, but with every question answered, two more are raised it seems.$b$bAre you here to offer us more aid in our research?','','','','','',12292,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',4681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4726,4044,46,0,0,50,52,0,0,0,0,0,0,0,0,0,0,4808,12284,1,'Broodling Essence','I have been studying the dragonkin of the Burning Steppes for weeks, and I think I\'ve finally had a breakthrough! I created a device--I call it the Draco Incarcinatrix 900. It can capture the essence of dragon whelp broodlings!$B$BOr, at least I think it can.$B$BHere, take the device and zap a broodling in the Burning Steppes with it. While it\'s under the device\'s effects, defeat the broodling and its essence should be released.$B$BIf it is, then splendid! Bring me back samples so I can study them!','Bring 8 Broodling Essence and the Draco-Incarcinatrix 900 to Tinkee Steamboil at the Flame Crest in the Burning Steppes.','It worked! You got the essence! Well done, $N! Well done!$b$bThis essence will be invaluable in my research. I hope to one day learn how to capture living dragons whelps, or perhaps capture their eggs. If I could find a way to do that, then I would be the envy of dragon scholars around the world!$b$bMy employer would also be happy, and as I said before, he\'s someone you want to keep happy...','Do you have the broodling essence, $N? I can\'t wait to study it.$b$bAnd besides that... my patron is not the type of person you want to disappoint.','','','','','',12283,12284,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,250,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4727,4044,148,0,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,12289,1,'Beached Sea Turtle','The skeletal remains of a sea turtle lie in the sand of the northern Darkshore beaches. The Greymist murlocs have either not found this carcass, or perhaps they have and are shying away from it for some unknown reason. Regardless, there is enough of the turtle left to take a sample back to Gwennyth Bly\'Leggonde in Auberdine for the Temple of the Moon to study.','Take the Sea Turtle Remains to Gwennyth Bly\'Leggonde in Auberdine.','The bones you have are from gentle sea mammals that are known to inhabit the waters surrounding the base of Teldrassil. They had never been known to violently beach themselves like the threshers had been known to. Why would these creatures do this, I wonder? Well, perhaps the study of their remains will bear the fruits of knowledge that we seek.$B$BAgain, thank you for your aid. Please accept this honorarium from the Temple of the Moon.','Hello again, $N! Are you here to report on another discovery?','','','','','',12289,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',4681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4728,4044,148,0,0,12,14,0,1101,0,0,0,0,0,0,0,0,0,12242,1,'Beached Sea Creature','The corpse of what appears to be some sort of giant sea mammal lies partially gutted on the beach. A wheelbarrow and various tools lie abandoned by this enormous beached sea creature, as though an attempt to study it had been made previously. Though murlocs have scavenged this beast, enough of it remains to gather a suitable sample for Gwennyth Bly\'Leggonde in Auberdine.','Take the Sea Creature Bones to Gwennyth Bly\'Leggonde in Auberdine.','Ah, I believe you discovered one that was originally being examined by the Explorer\'s League. They have a presence here in Darkshore, and they had mentioned that they were studying one of the beached creatures until they were chased out by the murlocs. You appear to have succeeded where we both have not. Please - accept this honorarium on behalf of the Temple of the Moon.','Greetings once again, $N! What brings you back to Auberdine? Are you here to report on another discovery, perhaps?','','','','','',12242,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',4681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4729,4044,1583,0,0,55,59,81,0,0,0,0,0,0,0,0,0,0,12262,1,'Kibler\'s Exotic Pets','You\'re probably wondering what I\'m doing out here. Look at the cages! Ain\'t it obvious?$B$BI\'m an animal lover, first and foremost, but a salesman by trade. I track down exotic animals for the rich and famous and domesticate the beasts so they behave as proper pets.$B$BNow you\'re probably wondering, \"What can I do for you, Kibler.\" The answer is simple: Take this here beast cage and find me some worg pups. For that, I\'ll domesticate a worg for you!\n','Travel to Blackrock Spire and find Bloodaxe Worg Pups. Use the cage to carry the ferocious little beasts. Bring back a Caged Worg Pup to Kibler.','You got \'em at the perfect time, $N. Any later and they\'d be untrainable! Gimmie a minute and I\'ll have the little fella ready for you to take home.','','','','','','',12263,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12264,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4730,4044,148,0,0,12,16,0,1101,0,0,0,0,0,0,0,0,0,12242,1,'Beached Sea Creature','The half-devoured corpse of what might have been a giant sea mammal lies on the beach. A band of murlocs, stronger than those found closer to Auberdine, have taken up residence around the fallen creature. Enough of the creature remains that a suitable sample of its bones could be delivered to Gwennyth Bly\'Leggonde in Auberdine.','Take the Sea Creature Bones to Gwennyth Bly\'Leggonde in Auberdine.','The bones you have are from gentle sea mammals that are known to inhabit the waters surrounding the base of Teldrassil. They had never been known to violently beach themselves like the threshers had been known to. Why would these creatures do this, I wonder? Well, perhaps the study of their remains will bear the fruits of knowledge that we seek.$B$BAgain, thank you for your aid. Please accept this honorarium from the Temple of the Moon.','Hello again, $N! Are you here to report on another discovery?','','','','','',12242,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',4681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4731,4044,148,0,0,13,19,0,1101,0,0,0,0,0,0,0,0,0,12292,1,'Beached Sea Turtle','Another set of sea turtle remains lie beached on the coastline. This set of remains has an abandoned carriage half buckled to the turtle\'s shell. Perhaps this creature was driven to the shoreline by unknown beings rather than beaching itself as some of the other remains suggested. Powerful Greymist murlocs have made the carcass of this creature their current home.$B$BIn the carriage, you find a box with strange markings on it; perhaps Gwennyth Bly\'Leggonde in Auberdine can make sense of it.','Take the Strangely Marked Box to Gwennyth Bly\'Leggonde in Auberdine.','I have heard of the kinds of carriages found on the back of that turtle. Those I do believe are naga carriages, used both in battle and in transportation of their supplies on to land. The markings on the box you found are of the naga; perhaps the creature you discovered was killed as it was heading further south... to Ashenvale maybe?$B$BI will be sure to send this box to Darnassus with the rest of your discoveries. This is for you - thank you again for your assistance.','Hello again, $N. The work you have done on behalf of the Temple of the Moon has been outstanding. Are we to be blessed with more of your effort on our behalf?','','','','','',12292,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',4681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4732,4044,148,0,0,13,19,0,1101,0,0,0,0,0,0,0,0,0,12289,1,'Beached Sea Turtle','You find a corpse of a sea turtle that had beached itself on the coast of Darkshore some time ago. It has been picked nearly clean by Greymist murlocs, the very ones who now have encamped themselves around the creature\'s remains. Still, there appear to be some suitable samples left on the creature\'s remains that Gwennyth Bly\'Leggonde in Auberdine might be able to make use of.','Take the Sea Turtle Remains to Gwennyth Bly\'Leggonde in Auberdine.','You\'ve found even more beached creatures, $N? Sea turtles were commonly found frolicking along the base of Nordrassil before it was destroyed. With the birth of Teldrassil, however, these creatures have been seen in ever decreasing numbers. Some, as we have discovered, end their lives here for some unknown reason.$B$BYour aid will perhaps unlock the mystery before us. Please accept this in exchange for the remains you have provided for our study.','Greetings once again $N - do you have any more discoveries to report to the Temple of the Moon?','','','','','',12289,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',4681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4733,4044,148,0,0,13,19,0,1101,0,0,0,0,0,0,0,0,0,12242,1,'Beached Sea Creature','The remains of what appear to be a giant thresher have washed ashore on the rocky inlet of the Twilight Shore. The thresher is several times larger than any of the other threshers spotted in these parts. Wherever it came from, this creature would not seem to have been native to Darkshore.$B$BThough the creature has been picked apart in places, enough of it remains to gather a suitable sample for Gwennyth Bly\'Leggonde in Auberdine.','Take the Sea Creature Bones to Gwennyth Bly\'Leggonde in Auberdine.','The dimensions of the thresher you mention are mind-boggling. Even the eldest of the threshers in this region grow to only a fraction of that size. While some larger ones were known to be close to Teldrassil, their numbers have declined steadily. I cannot help but wonder if these creatures beaching themselves here are somehow related to this.$B$BWhile we analyze the bones you have brought us, please accept this on behalf of the Temple of the Moon. Thank you, $N.','Thanks be to Elune - I am glad to see you again, dear $N. The Temple of the Moon\'s work on the strange beaching phenomena continues here in Darkshore. Might you have anything additional to offer us?','','','','','',12242,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',4681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4734,4044,1583,0,66,57,60,62,0,0,0,0,0,0,0,0,0,0,12286,1,'Egg Freezing','$N, I\'ve been working hard on a new device, the eggscilloscope! It\'s designed to project a burst of cold energy at the egg of a black dragon... and freeze it solid! Can you test it for me?$B$BI heard that high up in Blackrock Spire, the dragons have a rookery where they hatch their eggs. That\'s where you\'ll have to go to test the eggscilloscope, and then let me know how it worked!$B$BAnd don\'t worry. Frozen dragon eggs should be harmless. It\'s the unfrozen ones you have to worry about!','Use the Eggscilloscope Prototype on an egg in the Rookery of Blackrock Spire.','It worked? Splendid! I knew it would!$b$bWhile you were gone I was working on a new version of the eggscilloscope. This one has a much longer range.$b$bHere, you can have one in case you go back to Blackrock Spire.','$N, did you test the eggscilloscope?','Test the Eggscilliscope Prototype','','','','',12286,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12144,0,0,0,1,0,0,0,169,0,0,0,0,0,500,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',4907,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4735,4044,1583,0,64,57,60,62,0,0,0,0,0,0,0,0,0,0,12287,1,'Egg Collection','$N, I\'m finally ready for real samples of dragon eggs! Here, take this collectronic module. It\'s designed to extract a dragon egg and prepare it for transport. Go back to the Rookery and use the module to collect eggs.$B$BAnd don\'t forget to freeze them first, or they might hatch before you can collect them!$B$BWhen you have enough eggs, bring them to me! ','Bring 8 Collected Dragon Eggs and the Collectronic Module to Tinkee Steamboil at Flame Crest in the Burning Steppes.','Wow, you got them! The collectronic module worked! I\'m a genius!$B$BThank you, $N. My patron will be very pleased to get these eggs...','Do you have the eggs, $N? My patron heard you were collecting them for me, and is very eager to get his hands on them!','','','','','',12241,12287,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',4734,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,7),(4736,4044,0,61,8,31,31,0,1101,256,0,0,0,0,0,0,0,1796,0,0,'In Search of Menara Voidrender','Ah, hello, $N. You\'re progressing well in your training. So well in fact that I think you should be rewarded for your hard work--and for not becoming corrupted by the arcane yet.$B$BIf you\'re interested, seek out Menara Voidrender in Ratchet. She is currently staying at Strahad Farsan\'s tower overlooking the town.$B$BShe\'s not very friendly, $N, so don\'t expect any praise. But if you work hard, she\'ll make sure you\'re taken care of.','Speak to Menara Voidrender in the Barrens.','Ah, Briarthorn sent you. Good. Then word does reach far enough to find future students. This pleases me.$B$BIt is typical of our kind, $N, to band together, regardless of race. It is especially important since those we deal with most do not discriminate in their malice if we fail to appease them or control them properly.$B$BI feel you\'ve learned a great many things, and if you are willing, I would help you create tools to compliment your skills.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(4737,4044,0,61,8,31,31,0,690,256,0,0,0,0,0,0,0,1796,0,0,'In Search of Menara Voidrender','Hmph, still you strive to become more powerful. I say it\'s only time before the corruption and addiction takes hold of you and you become a slave to that which you seek to gain power over.$B$BPfah! A fool you are! Time will prove me right--nothing else... just time.$B$BBut it seems that not all agree with Zevrost. It seems Menara would create tools for you to become more powerful and to harness your strength. If you\'re interested, then go to Ratchet in the Barrens. She is there overlooking the town.','Speak to Menara Voidrender in the Barrens.','Ah, Zevrost sent you. Good. Then word does reach far enough to find future students. This pleases me.$B$BIt is typical of our kind, $N, to band together, regardless of race. It is especially important since those we deal with most do not discriminate in their malice if we fail to appease them or control them properly.$B$BI feel you\'ve learned a great many things, and if you are willing, I would help you create tools to compliment your skills.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'4738',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(4738,4044,0,61,8,31,31,0,1101,256,0,0,0,0,0,0,0,1796,0,0,'In Search of Menara Voidrender','Let us be clear about one thing, $N: I don\'t feel you are ready for such responsibilities. I don\'t think aiding in the creation of any item of power is something a novice should ever be involved in; especially one so untested.$B$BBut that\'s not my decision. The powers that be, or at least the ones that do wish to impart such gifts upon you get to decide that.$B$BIf you\'re interested in learning more, I suggest you seek out Menara Voidrender in Ratchet. She usually resides in the tower above the port town.','Speak with Menara Voidrender in the Barrens.','Ah, Demisette sent you. Good. Then word does reach far enough to find future students. This pleases me.$B$BIt is typical of our kind, $N, to band together, regardless of race. It is especially important since those we deal with most do not discriminate in their malice if we fail to appease them or control them properly.$B$BI feel you\'ve learned a great many things, and if you are willing, I would help you create tools to compliment your skills.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',4737,0,0,0,'4737',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,0,0,2),(4739,4044,0,61,8,31,31,0,690,256,0,0,0,0,0,0,0,1796,0,0,'In Search of Menara Voidrender','$C! Yes, you!$B$BYou don\'t have all the accoutrements, but it\'s plain to see you\'re ready--the air around you exudes greater confidence. Yes, I see it now.$B$BMenara Voidrender would teach you a few things if you feel you\'re ready. She spends her time tutoring younger students in the arcane. She even gives gifts to those who pass her tests.$B$BGo to Ratchet in the Barrens if you\'re interested. She\'s above the city in Strahad\'s tower.','Speak to Menara Voidrender in the Barrens.','Ah, Kaal sent you. Good. Then word does reach far enough to find future students. This pleases me.$B$BIt is typical of our kind, $N, to band together, regardless of race. It is especially important since those we deal with most do not discriminate in their malice if we fail to appease them or control them properly.$B$BI feel you\'ve learned a great many things, and if you are willing, I would help you create tools to compliment your skills.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(4740,4044,148,0,8,9,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Murkdeep!','Attention!$B$BA reward is being offered for the death of the murloc \"Murkdeep\". This foul beast is known to be responsible for the death of at least one Sentinel, and is suspected of causing the sinking of at least two cargo vessels in the waters off Darkshore!$B$BMurkdeep was last spotted at a hutted murloc camp south of Auberdine, and is thought to be protecting the huts there. Reward claims for this bounty should be claimed with Sentinel Glynda Nal\'Shea in Auberdine.$B$BThe Auberdine Village Council','Find and slay the murloc known as Murkdeep. The creature is thought to be defending the murloc huts south of Auberdine along the water.$B$BReport the death of Murkdeep to Sentinel Glynda Nal\'Shea in Auberdine.','Well, looks like you\'re here to more than just inquire! The citizens will be delighted to know that tonight they will sleep a little bit more soundly and safer.$b$bYou\'ve acted as the executioner of justice for the people of Auberdine today, $N. For that, I would like to offer you this as a suitable reward... for a true hero of the Auberdine people.','Greetings $c - what may the Sentinels assist you with today? Perhaps you are here to inquire about the bounty on Murkdeep?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10323,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,5315,15403,15404,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(4741,4044,361,0,8,52,58,0,690,0,0,0,0,0,0,0,0,4721,0,0,'Wild Guardians','In the northern areas of Winterspring, the Wildkin grow even more ferocious. We must continue our measures there.$B$BHunt the moontouched owlbeasts in Winterspring, and explore the area they inhabit.$B$BThis is dangerous ground, but I know that you will be able to handle the challenge. Return to me after you have slain 13 of the wildkin.','Trull Failbane in Felwood wants you to hunt 13 Moontouched Owlbeasts.','I sense that you are enjoying your work. And I believe that we are onto something here.','Don\'t tell me that you\'re too scared! Get going!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7453,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',4521,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4742,4044,1583,0,8,57,60,81,0,0,0,0,0,0,0,0,0,4743,0,0,'Seal of Ascension','As you can see, the unadorned seal has three empty sockets. Each of those sockets must be filled with a gemstone representing the leadership\'s command. Finally, Overlord Wyrmthalak, master of the lower citadel, must forge the seal in the flames of the Black Dragonflight.$B$BUnderstand this, mortal: the chance that one of the three generals of the lower citadel would carry a gemstone at any given time is rare. You must be vigilant in your quest. Remain determined!','Find the three gemstones of command: The Gemstone of Smolderthorn, Gemstone of Spirestone, and Gemstone of Bloodaxe. Return them, along with the Unadorned Seal of Ascension, to Vaelan.$B$BThe Generals, as told to you by Vaelan, are: War Master Voone of the Smolderthorn; Highlord Omokk of the Spirestone; and Overlord Wyrmthalak of the Bloodaxe.','$B$B$B$BThe Unforged Seal of Ascension is now ready. It is time for the final step.','Courage and patience above all else, $N!','','','','','',12336,12335,12337,12219,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4743,4044,1583,0,0,57,60,81,0,0,0,0,0,0,0,0,0,0,12339,1,'Seal of Ascension','Few of the black dragonkin, outside of those in the upper citadel, have the ability to forge the seal with their own flaming breath. Wyrmthalak is one such dragonkin, but his will is unbreakable.$B$BYou must travel to the Wyrmbog in Dustwallow Marsh. It is there that you will find an ancient drake known as Emberstrife. You must break his will, $N. Break it and use this orb on his weakened form. You will have scant seconds to control his mind and fan the flames that will forge the seal.','Travel to the Wyrmbog in Dustwallow Marsh. Find the ancient drake, Emberstrife and beat him without mercy until his will is broken.$B$BIt is at that moment which you must place the Unforged Seal of Ascension before the great beast. You must then be quick to use the Orb of Draconic Energy on his weakened form and claim dominion over his mental faculties. Control the beast and force the Flames of the Black Dragonflight upon the Unforged Seal of Ascension!','Stand steady while I cast the final invocation of protection.$B$B$B$BThe Seal of Ascension is complete...$B$BKnow this, I have imbued the artifact with some powerful protective wards. In your darkest hour, when all appears to be lost, the might of the red flight will be at your disposal.','Waste no time, $N. Nefarian works feverishly to unleash his evil upon our world.','','','','','',12324,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12344,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',4742,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4761,4044,148,0,8,11,15,0,0,0,0,0,0,0,0,0,0,4762,0,0,'Thundris Windweaver','Your scouting of the furbolg camp is information that Thundris Windweaver should be made aware of. He graciously serves as the elder of Auberdine, offering sage and just stewardship of the day to day affairs of the village. Please - share with him your findings to date on the furbolg situation.$B$BI believe he has some ideas of his own on the reasons behind their corruption. Perhaps you can work with him to enact a plan to restore the balance of nature here!','Speak with Thundris Windweaver in Auberdine.','Well met, $c. Your scouting of the furbolg situation comes at a fortuitous time for us in Auberdine. For some time we have dealt with not only forest dwellers who are now openly hostile to our presence, but also the outright corruption of the forest itself. Hopefully you might be able to lend Auberdine aid during these troubling times.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',984,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4762,4044,148,0,0,11,15,0,1101,0,0,0,0,0,0,0,0,0,12350,1,'The Cliffspring River','The Cliffspring River has begun turning foul and corrupted. It empties into the Mist\'s Edge, and I fear the wash will affect Auberdine soon. I suspect the Blackwood furbolgs up-river are the cause of the taint, but I also suspect that they aren\'t the true root of it.$B$BTake this sampling tube and go to the mouth of the river to our north. Proceed inland to the first waterfall and draw a sample from the pool there. You\'ll see a bridge overhead. Once you have a sample, return to me in Auberdine.','Travel north of Auberdine to the first waterfall along the Cliffspring River and draw a sample from the pool there.$B$BReturn to Thundris Windweaver in Auberdine with the Cliffspring River Sample.','It\'s no surprise how tainted this water is, but just look at how putrid it is becoming! It would seem that action is needed sooner than later, eh $N?$b$bTo our east is Felwood; it is the real source of this corruption, one that I have seen in times past. I predict this sample will confirm this. We might be able to enact a cure for it here, but in order to even try we will need assistance. When that time comes $N, I hope you will be able to give the aid we need.','The pollution of the Cliffspring River is but the start of an alarming trend here in Darkshore. The sample you provide will help us formalize a plan... a plan of attack, I am starting to suspect.','','','','','',12349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',4761,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4763,4044,148,0,0,15,18,0,1101,0,0,0,0,0,0,0,0,0,12346,1,'The Blackwood Corrupted','We\'ve learned that a source of furbolg corruption is from the satyr. They hold sway via talismans that they channel magic through. If the furbolg have a chance at salvation, we must lure out the satyr corruptor and take that talisman!$B$BFill this bowl at our moonwell and take samples of the furbolgs\' food from their northern camp. Mix them and place it near the bonfire by the river; any furbolgs who eat will be cleansed just long enough to lure out the satyr corruptor... who then you must slay!','Fill the Empty Cleansing Bowl at the Auberdine Moonwell.$B$BGather a sample of fruit, nut, and grain from the northern Blackwood furbolg camps.$B$BMix the bowl and place it near the bonfire closest to the Cliffspring River at the northern camp, thus summoning the satyr corruptor.$B$BTake the Talisman of Corruption and bring it to Thundris Windweaver in Auberdine.','We have just begun this war to reclaim our forest from the forces of corruption, but a battle this day has been won! $N, the people of Auberdine owe you a debt of gratitude that will never be easily repaid. Please accept this along with our thanks. What we have learned here today may one day free our furbolg friends from the shackles of torment permanently.','The Talisman of Corruption is a sinister device that only serves to pervert the balance of nature. When you obtain this item from whatever satyr is tormenting the furbolgs and bring it to me for disposal, we will have won a great victory this day!','','','','','',0,0,0,0,0,12355,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15204,15202,15203,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',4762,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(4764,4044,1583,0,72,57,60,62,1101,0,0,0,0,0,0,0,0,4765,0,0,'Doomrigger\'s Clasp','There is a chamber, high in Blackrock Spire, that was once called the Hall of Fortune. It was where the Dark Iron dwarves kept their relics, trophies and objects of art.$B$BThat was long ago. It is said the hall has collapsed and is now used for... less savory tasks. But I believe some old dwarven relics may still be found there.$B$BOne such relic is Doomrigger\'s clasp, with a surface so encrusted with rare gems that it was said to make weep any dwarf who gazes upon it.$B$BThat clasp, $N, is your goal.','Bring Doomrigger\'s Clasp to Mayara Brightwing in the Burning Steppes.','You found it! So the rumors were true!$B$BThank you, $N. My patron, Count Remington Ridgewell, will be quite pleased to see this addition to this collection.','Do you have the clasp, $N? My patron will pay very handsomely for it.','','','','','',12352,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',4766,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,0,0,0,7),(4765,4044,1583,0,64,57,60,0,1101,0,0,0,0,0,0,0,0,0,12437,1,'Delivery to Ridgewell','I have packaged Doomriggers Clasp into a crate, suitable for shipment to Stormwind. $N, you have been extremely helpful -- can I ask you for one last favor?$B$BDeliver the crate to Count Remington Ridgewell. You will find him in the Keep of Stormwind. I am sure he\'ll be very pleased to see what you have for him.','Bring Ridgewell\'s Crate to Count Remington Ridgewell at Stormwind Keep in Stormwind.','Ah, so you are he! You have my thanks, $N. And... if you didn\'t already know... the gratitude of a noble in the house of Ridgewell is nigh worth a king\'s ransom.','I was told a messenger would come. One with a gift from Blackrock Spire.$B$BAre you he?','','','','','',12437,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15861,15860,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',4764,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(4766,4044,1583,0,72,57,60,62,1101,0,0,0,0,0,0,0,0,4764,0,0,'Mayara Brightwing','An agent of mine, Mayara Brightwing, was sent to the Burning Steppes to scout the ruined city of Thaurissan. That destroyed city of the Dark Iron dwarves may hide objects of great value... objects that would fit nicely into our family museum.$B$BMayara says she found something and will need aid in retrieving it, but it is not in Thaurissan. Instead, a foray into Blackrock Spire will be required.$B$BI do not know the details, but if interested then speak with Mayara in the Burning Steppes.','Speak with Mayara Brightwing at Morgan\'s Vigil in the Burning Steppes.','You came from Stormwind? Wonderful -- I know of an object of art that Remington would kill to have in his museum, but extracting it won\'t be easy.$B$BThat\'s where you come in.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4767,4044,400,0,8,25,29,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wind Rider','I\'ve been tasked to recruit more wyverns for the master wind riders. Their numbers are growing and I myself hope to become a wind rider one day. However, we cannot train enough wyverns to keep up with the demand. Perhaps you can help me, $N.$B$BI need you to travel to Highperch to gather some wyvern eggs. From here, head northwest along the canyon walls to a ramp that will lead you into Highperch. Be careful, wyverns are very protective over their eggs and they will not be kind to intruders.','Bring 10 Highperch Wyvern Eggs to Elu in Freewind Post.','Perfect! With these eggs I hope to take the next step to become a wind rider. Here is a token of my appreciation; may good hunting always shine upon you, $C.','$N, have you retrieved the wyvern eggs that I seek? I\'m really anxious to start my wind rider training!','','','','','',12356,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4265,0,0,0,2,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4768,4044,1583,0,72,57,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Darkstone Tablet','The Darkstone Tablet holds the writings of the long-dead dwarf Urheld Darkstone. An alchemist of great skill, he was thought insane by his contemporaries and, hence, did not share his research.$B$BBut he did etch it onto tablets, and I believe one such tablet lies in Blackrock Spire, in a chamber once named the Hall of Fortune. I know not what it is now called, for few enter Blackrock and return.$B$BBut if you are willing to brave its dangers and return to me with the tablet, your reward will be great.','Bring the Darkstone Tablet to Shadow Mage Vivian Lagrave in Kargath.','Excellent. The formulae etched into this tablet will consume days of research, but I am confident such research will bear sweet fruit.$b$bThank you, $N. You have been invaluable to us.','Have you found the Tablet, $N? I yearn to delve into its secrets.','','','','','',12358,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15861,15860,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',4769,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,7),(4769,4044,1583,0,72,57,60,62,0,0,0,0,0,0,0,0,0,4768,0,0,'Vivian Lagrave and the Darkstone Tablet','Vivian Lagrave sent me word from Kargath, in the Badlands. Through her studies, she believes there is an ancient text within Blackrock Spire that would benefit our research. To confirm this, she will need someone to extract the text from the spire. No easy task.$B$BIf interested, then speak with Vivian in Kargath.','Speak with Shadowmage Vivian Lagrave.','It is true. I believe there is a tablet held within Blackrock Spire, a tablet that contains old alchemical recipes. I am glad you are here, for I need help in retrieving the tablet.$B$BMake yourself comfortable, and I will explain further.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4770,4044,400,0,2,25,29,0,690,0,0,0,0,0,0,0,0,0,0,0,'Homeward Bound','Please help me, $c! I\'ve been hiding here in Highperch for some time now and it\'s been days since I\'ve seen a friendly face. I came here to study the wyvern and I think I got a little too close. After being chased away from one of the nests I got lost.$B$BI need to get back to Whitereach Post! Motega does not know that I am missing and will be furious to know that I ventured into Highperch by myself.$B$BWhitereach Post is just east of here... please take me there!','Escort Pao\'ka Swiftmountain from Highperch, and then talk to Motega Firemane in Whitereach Post.','Whats! If I knew that Pao\'ka Swiftmountain was going to snoop around Highperch, I would have chained him to a totem! His father was reluctant allowing him to come with me to Thousand Needles. We came here to study the different creatures that inhabit these beautiful lands.$b$bI appreciate the help you have shown Pao\'ka. I hope this covers any misfortunes this deed has cost you.','','Escort Pao\'ka from Highperch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4771,4044,2057,0,2,57,60,81,0,0,0,0,0,0,0,0,0,0,12368,1,'Dawn\'s Gambit','I\'ve placed Dawn\'s Gambit in the container you brought to us, the one that held the dragon eggs. Your job is to bring it deep within the Scholomance.$B$BThe undead mage Vectus leads a team of Scourge scholars... place Dawn\'s Gambit in their chamber, called the \"viewing room.\" It will then react with the undead found there and, with a little luck, destroy them!$B$BAfter that, defeating Vectus shouldn\'t be a problem. Right?','Place Dawn\'s Gambit in the Viewing Room of the Scholomance. Defeat Vectus, then return to Betina Bigglezink.','Outstanding, $N! Years of intelligence, lost! The Scarlet Crusade will surely feel this blow in the coming weeks.','Remember, $N - we must be tolerant yet rigid in our beliefs!','Place Dawn\'s Gambit','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10432,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,15853,15854,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5531,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4781,4044,0,61,262152,31,34,0,0,256,0,0,0,0,0,0,0,4782,0,0,'Components for the Enchanted Gold Bloodrobe','Your next task is as simple as your first, but will require you to seek out aid.$B$BI require gold thread for the embroidery of the cloak, but gold thread is not easy to come by, and very few know how to make it. Fortunately, one who is loyal to our cause knows its secrets and is willing to help those rising in our ranks.$B$BBring a gold bar to Xizk Goodstitch in Booty Bay. He is a master tailor and will be happy to spin the thread for you. Gold bars are smelted by skilled miners. Ask a miner for help.','Bring a Gold Bar to Xizk Goodstitch in Stranglethorn Vale.','Perfect, $N. I\'m glad you could find a miner to help you out so quickly. Or did you do this work yourself? Either way, you\'ve done well. This will be perfect for the thread.$B$BIt will take some time to create the stuff, so you\'ll have to come back--I actually send it off to some princess who we have locked in a tower who\'s only job is to spin gold thread... no, seriously. I mean it... okay, not really.','Gold bars, yes... yes. Bring me one and we\'ll see what we can do about spinning some thread for you. Until then, I would suggest you focus your efforts on becoming more powerful. Your toughest trials are still ahead. And trust me... you\'ll wish you were more prepared, regardless of how powerful you think you might be.','','','','','',3577,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',1796,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,2,0,0,4),(4782,4044,0,61,8,31,34,0,0,256,0,0,0,0,0,0,0,4783,0,0,'Components for the Enchanted Gold Bloodrobe','Return to Menara, tell her it\'ll take some time, but I\'ll make sure to come through for her... and you. Tell her to have you finish gathering the rest of your components--I should have the thread done by then. You can return and pick it up then.$B$BGood luck, $N. Oh, and say hello to Strahad for me while you\'re there. That old coot... putting a tower right there next to Ratchet... crazy.','Return to Menara Voidrender in the Barrens.','Good, you\'ve returned, $N. And where is the thread?$B$BAh, I understand. That is acceptable. The goblin and his brother have not failed us yet--I suppose it is understandable that he did not have it prepared right then. So be it... we have other things we can attend to in the meantime.$B$BAre you prepared for the next step?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',4781,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,3),(4783,4044,0,61,8,31,37,0,0,256,0,0,0,0,0,0,0,4784,0,0,'Components for the Enchanted Gold Bloodrobe','The next components are found in Desolace, far to the west of the Barrens and even the Stonetalon Mountains.$B$BThere, chaos still reigns after the Sundering. Both your strength and cunning will be tested there--you will face creatures of hatred and also of the Burning Legion.$B$BFrom the Hatefury satyr in the northeast, bring me their blood. From the lesser infernals in Mannoroc Coven, bring me a lesser infernal stone.$B$BWe will use both in the construction of your robe.','Bring 10 Vials of Hatefury Blood and 1 Lesser Infernal Stone to Menara Voidrender in the Barrens.','Excellent, $N. These will do nicely. I will prepare them now while you move on to your last two components. Are you ready?','Desolace is not a kind area: naga, giants, satyr, the Burning Legion... all of those and warring centaur clans all make the land dangerous if you\'re not careful.$B$BLike I said before, it will not only test your strength and cunning, but also your patience. Be wary in those lands, $N.','','','','','',6989,6990,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',4782,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,21,6,0,0,0,0,0,0,1,0,0,5),(4784,4044,0,61,8,31,37,0,0,256,0,0,0,0,0,0,0,4786,0,0,'Components for the Enchanted Gold Bloodrobe','I need only three things now, $N, then we can finish your robe.$B$BFirst, the fine gold thread Xizk is making for you. Return to him in Booty Bay and get it.$B$BSecond, bring me two smoldering coals from the fire elementals in the Arathi Highlands. If I recall correctly, they are to the west, near Thoradin\'s Wall.$B$BFinally, a soul shard created by you.$B$BAfter you have all the components, return here to the tower and I will complete the robe for you.','Bring some Fine Gold Thread, 2 Smoldering Coals, and a Soul Shard to Menara Voidrender in the Barrens.','Excellent, $N! The components are gathered and we are ready.$B$BI trust you will be pleased.','Soon, $N. I promise you. The robe will be more than adequate for your needs and certainly give you an edge over your opponents.','','','','','',12293,6991,6265,0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',4783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,4),(4785,4044,0,61,8,31,37,0,0,256,0,0,0,0,0,0,0,0,0,0,'Fine Gold Thread','','','Here you go, $N. And please tell Menara we say hello.$B$BWe expect great things of you. Perhaps when the Legion falls to its knees, your name will be spoken aloud and in praise of your power. I can\'t wait!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12293,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,0,0,0),(4786,4044,0,61,262146,31,38,0,0,256,0,0,0,0,0,0,0,0,0,0,'The Completed Robe','I will put the robe together for you now. It will take but a few moments. Do not go far.','Wait for Menara Voidrender to complete your robe and then speak to her again.','It is done, $N. Here you are. Wear it with pride.$B$BYou\'ve worked hard and I see great things in your future. Remember, to defy the corruption that comes with our path takes great will and fortitude. As long as your will is your own, then you shall have great success.','A moment, $n...','Wait for Menara Voidrender to complete your item','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',4784,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,6),(4787,4044,47,0,8,40,50,0,0,0,0,0,0,0,0,0,0,3528,0,0,'The Ancient Egg','The Prophecy of Mosh\'aru speaks of an ancient egg. It is a relic of a time when trolls ruled vast empires, and it has the power to hold the essence of Hakkar. It may be the only way to keep our world safe from his evil.$B$BBring me the ancient egg, $N. It is said to lay hidden deep within Jintha\'Alor in the Hinterlands, in a cave behind the amphitheater at the top of the city.','Bring the Ancient Egg to Yeh\'kinya in Tanaris.','Ah, you have the egg! I bow to you, $N. Your strength and bravery will be long remembered.','Do you have the ancient egg? I sense great forces stirring, and I fear that time grows short.','','','','','',12402,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',3527,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,2,0,0,0,0,0,0,0,0,0,6),(4788,4044,1583,0,8,40,58,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Final Tablets','While I look over the third and fourth tablets of Mosh\'aru, you must find the fifth and sixth! It will not be easy, for they are held by the Smolderthorn trolls within Blackrock Spire. The spire is a dark mountain of fire between the Burning Steppes and the Searing Gorge.$B$BGood luck, $N. Blackrock Spire is no place for decent folk...','Bring the Fifth and Sixth Mosh\'aru Tablets to Prospector Ironboot in Tanaris.','Unbelievable! You found them! You truly are a hero, $N!$B$BThat\'s a good thing, because I\'ve been reading the tablets you brought me before, and from what I gathered... we\'re going to need a hero to stop what\'s coming...','Have you been to the spire, $N? Do you have the fifth and sixth tables?','','','','','',12740,12741,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',5065,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4801,4044,618,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostsaber E\'ko','','','Mau\'ari can derive da juju for $N... Use da Cache of Mau\'ari to cast dis upon yourself or your allies.','In Winterspring, you will fight great cats called frostsabers. These beasts possess incredible speed an\' cunning. If you wish ta gain the speed a\' da frostsaber, bring me da E\'ko you find from dem.$B$BRememba, you must have the Cache of Mau\'ari in your inventory if you want ta hunt for E\'ko.','','','','','',12430,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12450,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',975,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4802,4044,618,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall E\'ko','','','Mau\'ari can derive da juju for $N... Use da Cache of Mau\'ari to cast dis upon yourself or your allies.','In Winterspring, you will fight misguided creatures known as da Winterfall furbolg. Through the wishes of their leader, dey have gained incredible strength. If you wish ta gain the power a\' da Winterfall, bring me da E\'ko you find from dem.$B$BRememba, you must have the Cache of Mau\'ari in your inventory if you want ta hunt for E\'ko.','','','','','',12431,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12451,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',975,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4803,4044,618,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shardtooth E\'ko','','','Mau\'ari can derive da juju for $N... Use da Cache of Mau\'ari to cast dis upon yourself or your allies.','In Winterspring, you will find large bears wit extremely thick hides. These Shardtooth bears gain much protection from what dey can withstand. If you wish ta gain the resistance against fire, bring me da E\'ko you find from da Shardtooth.$B$BRememba, you must have the Cache of Mau\'ari in your inventory if you want ta hunt for E\'ko.$B$B','','','','','',12432,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12455,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',975,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4804,4044,618,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chillwind E\'ko','','','Mau\'ari can derive da juju for $N... Use da Cache of Mau\'ari to cast dis upon yourself or your allies.','In Winterspring, you will fight great flying creatures called da Chillwind. These beasts possess da power ta wield frost magics. If you wish ta gain resistance ta frost, bring me da E\'ko you find from da Chillwind.$B$BRememba, you must have the Cache of Mau\'ari in your inventory if you want ta hunt for E\'ko.$B$B','','','','','',12434,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12457,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',975,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4805,4044,618,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ice Thistle E\'ko','','','Mau\'ari can derive da juju for $N... Use da Cache of Mau\'ari to cast dis upon yourself or your allies.','In Winterspring, you will fight great creatures called da ice thistle yeti. These beasts move slowly, but dey are able to evade many blows from da protection their thick fur provides dem. If you wish ta gain da ability to dodge attacks, bring me da E\'ko you find from dem.$B$BRememba, you must have the Cache of Mau\'ari in your inventory if you want ta hunt for E\'ko.$B$B','','','','','',12435,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12459,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',975,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4806,4044,618,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostmaul E\'ko','','','Mau\'ari can derive da juju for $N... Use da Cache of Mau\'ari to cast dis upon yourself or your allies.','In Winterspring, you have fought da large ice giants called frostmaul. Sheer power and force is at their disposal. If you wish ta gain da force of da frostmaul, bring me da E\'ko you find from dem.$B$BRememba, you must have the Cache of Mau\'ari in your inventory if you want ta hunt for E\'ko.','','','','','',12436,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12460,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',975,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4807,4044,618,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wildkin E\'ko','','','Mau\'ari can derive da juju for $N... Use da Cache of Mau\'ari to cast dis upon yourself or your allies.','In Winterspring, you will fight creatures of might dat seem to possess an innate magic ability. These wildkin can use strong magics. If you wish ta gain an increase in your intellect bring me da E\'ko you find from any a\' da owlbeasts you find der.$B$BRememba, you must have the Cache of Mau\'ari in your inventory if you want ta hunt for E\'ko.$B$B','','','','','',12433,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12458,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',975,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4808,4044,46,0,0,50,54,0,0,0,0,0,0,0,0,0,0,4809,12438,1,'Felnok Steelspring','I have another favor to ask of you.$B$BMy initial study of the essence you collected shows that it might be possible to freeze dragon whelp eggs and preserve them! I want to test this theory, but first I need specially made engineering components. My colleague, Felnok Steelspring, can make them.$B$BHere, take this letter to Felnok. It tells him what I need. You\'ll find Felnok in Winterspring, in the town of Everlook.','Give Tinkee\'s Letter to Felnok Steelspring at Everlook in Winterspring.','That\'s no blanket! But what have we here? I letter from Tinkee? I wonder what she has to say...$b$bAh, she\'s studying in the Burning Steppes. That makes sense--that\'s a good source for dragonkin. Oh, but look! It says here that she needs some parts for a device she wants to build. I guess that\'s where I come in, eh?','It\'s cold up here! I hope you brought me a blanket!','','','','','',12438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',4726,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4809,4044,618,0,8,50,54,0,0,0,0,0,0,0,0,0,0,4810,0,0,'Chillwind Horns','I have most of what Tinkee needs, but I\'m missing one important component, and that\'s chillwind horns. The horns of the chillwind chimaera in Winterspring are a concentrated source of cold, but only pristine, uncracked horns will do! I\'ll need a supply of those to complete Tinkee\'s order.$B$BBring me the uncracked chillwind horns, and I\'ll prepare a package for Tinkee.','Collect 8 Uncracked Chillwind Horns.','These are good specimens. They\'re packed with cold! Let me get some gloves on, then pack them along with the other things Tinkee needs...','Do you have the chillwind horns, $N?','','','','','',12444,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',4808,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4810,4044,618,0,0,50,54,0,0,0,0,0,0,0,0,0,0,0,12445,1,'Return to Tinkee','Ok, everything is prepared and packed and ready for transport! Good luck in your journey, and make sure you tell Tinkee that she owes me!','Bring Felnok\'s Package to Tinkee Steamboil at Flame Crest in the Burning Steppes.','You brought them! Great! I\'ll get to work right away! Thanks a ton, $N!$b$bYou\'ve been so helpful to me, I might need you for even more important tasks later...','$N! Did you talk to Felnok? Did you bring the components I need?','','','','','',12445,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15862,15863,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',4809,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4811,4044,148,0,12,12,14,0,1101,0,0,0,0,0,0,0,0,4812,0,0,'The Red Crystal','Hostile moonkin roam in ever increasing numbers to our east. They once were thought to be gentle, almost mystical creatures. While some continue to hold reverence for them, the safety of Auberdine forces me to keep a more realistic view.$B$BI\'ve received reports that moonkin are being drawn to a large red crystal along Darkshore\'s eastern mountain range. No one has any idea what that crystal is, or even if it really exists. I want you to locate it over there and report back to me what you find.','Travel east of Auberdine and look for a large, red crystal along Darkshore\'s eastern mountain range. Report back what you find to Sentinel Glynda Nal\'Shea in Auberdine.','So the crystal exists, $N? Fascinating... anyway, your task has been well executed; good work!$B$BWhat exactly is this crystal? This is but a single question in a sea of questions. Another question that comes to mind is why the moonkin would be drawn to this object? Is the crystal benign in nature, or does it hold a more sinister purpose?$B$BI have many more questions, but we\'re going to need to examine that crystal closely to get some answers.','What do you have to report on that red crystal? Does it even really exist?','Locate the large, red crystal on Darkshore\'s eastern mountain range','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2340,2486,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4812,4044,148,0,0,12,14,0,1101,0,0,0,0,0,0,0,0,4813,14338,1,'As Water Cascades','Use this empty vial and fill up on some moonwell water here in Auberdine. Such potent magic should provide a clue as to the composition of the crystal. To do that, you\'ll pour the liquid over the crystal; it should take care of the rest.$B$BWhile I don\'t anticipate anything bad happening to you, I still want you to be careful. Above us to the east is Felwood; if that crystal is tied to that place as I suspect it is, then it could prove to be very dangerous.','Fill the Empty Water Tube at the Auberdine moonwell, and then investigate the red crystal along Darkshore\'s eastern mountain wall.','You have made it once more to the mysterious crystal. Removing the stopper on the tube of moonwell water, you gingerly pour the contents out over the top of the crystal. As the water cascades down its lattices, you see the opaque surface turn transparent...','The crystal looks very alien against the wooded scenery of Darkshore. You think you hear a very slight humming coming from deep within it.','','','','','',14339,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',4811,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4813,4044,148,0,8,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fragments Within','The moonwell water has revealed that embedded inside the crystal are a few small fragments of bone, as well as half of a jawbone. The jawbone appears to be from a humanoid, but it is unclear without breaking open the crystal - a feat that even the strongest of magic would find near impossible.$B$BWith the task at hand complete, all that remains is to report back to Sentinel Glynda Nal\'Shea in Auberdine.','Report back what you have found to Sentinel Glynda Nal\'Shea in Auberdine.','Well, it would seem that even though we know more about this crystal, more unanswered questions are the result!$B$BI\'ll take the information you\'ve uncovered to the council here in Auberdine. Perhaps they\'ll know a course of action to follow on this crystal. Well, that is if there is one to be taken; for now, the threat remains far enough to our east to be out of harm\'s way.$B$BAs for you, please have this. Consider it a reward for a job well done, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15335,15396,15397,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',4812,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4821,4044,400,0,8,24,26,0,690,0,0,0,0,0,0,0,0,0,0,0,'Alien Egg','A rumor has surfaced about an alien egg here in Thousand Needles. Those that report seeing this egg have failed to even get close enough to examine it in detail. Serpents guard the egg as if it\'s one of their own.$B$BI want you to seek out this alien egg and bring it to me so that I may examine it. Reports say the egg is located within a serpent den, but there are several serpent dens along the base of the cliff walls south and northeast of Freewind Post.','Return the Alien Egg to Hagar Lightninghoof in Freewind Post.','Yes, finally... the mysterious egg has finally been delivered to me. Now, let me take a closer look at this... What..! What is this..?$b','I must know more about this mysterious egg, who knows what will hatch from it.','','','','','',12467,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4822,4044,0,284,0,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'You Scream, I Scream...','ICE CREAM! Oh please please please could you get me some ice cream?! Strawberry is my favorite flavor, and there\'s no better strawberry ice cream in the world than Tigule and Foror\'s Strawberry Ice Cream! It\'s my favorite ice cream in the whole wide world!$B$BI had it once a long time ago when I was at the Shimmering Flats race track, but I heard that they might be selling them in town now! Please? Pretty please? With Tigule and Foror\'s Strawberry Ice Cream on top??!?!','Get some Strawberry Ice Cream for your ward. The lad seems to prefer Tigule and Foror\'s brand ice cream.','Mmmmmmmmm! I love their strawberry ice cream! If there\'s one thing Tigule and Foror know to do, it\'s make ice cream!$B$BThank you very much $N - this is the best treat ever!','I wish they\'d make more flavors of ice cream other than strawberry, but I guess I\'m lucky that strawberry is my favorite!','','','','','',7228,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',1479,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,1),(4841,4044,400,0,8,23,25,0,690,0,0,0,0,0,0,0,0,5064,0,0,'Pacify the Centaur','$N, I entreat you to hunt these centaur down. They shall feel the wrath of our revenge. Attack the centaur camp to the north of Freewind Post! Let wrath guide your hand!\n','Kill 12 Galak Scouts, 10 Galak Wranglers, and 6 Galak Windchasers, and then return to Cliffwatcher Longhorn in Freewind Post.','For my gratitude, this is for you, $N.','Come now $N, I know you haven\'t killed your share yet. Hunt them down, and I shall give you a reward for my gratitude.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4094,4093,4096,0,12,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',4542,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4842,4044,618,0,12,51,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strange Sources','To tell you the truth, although there are no volcanoes here in Winterspring, I believe that there are far more threatening reasons for these hot springs...$B$BWell, I think you\'ll want to see it for yourself. You\'ll need to travel the length of Winterspring, and head to the very south. When the air becomes thick and muggy, and the sky turns dark, you\'ll have found what I believe to be the source of the hot springs.$B$BHave a look. I\'m sure you\'ll have many questions when you return.','Follow Donova Snowden\'s instructions, then report back.','Yes, the demons there in Darkwhisper Gorge; I believe it is their presence that is affecting the land in this way. I am going to continue observing the hot springs here and see if I learn anything more.$b$bI\'d wait until you are a bit stronger if you have plans of heading farther into Darkwhisper Gorge.','The water in the springs seems to have some very odd properties... I am still unsure of what it means...','Discover Darkwhisper Gorge','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15789,0,0,0,1,0,0,0,577,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,2327,0,0,0,'',980,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(4861,4044,618,0,8,53,59,0,1101,0,0,0,0,0,0,0,0,4863,0,0,'Enraged Wildkin','Hey there, $Glad:lass;! I was chased from my camp in southern Winterspring by some bloodthirsty wildkin! Well, I suppose I got too close to something the wildkin were guarding.$B$BI barely managed to get away safely; I fear a buddy of mine wasn\'t as lucky. Would you mind braving the wildkin and heading to the camp? I really need my supplies, and I\'d also like to get back the amulet I unearthed yesterday at the dig site.','Locate Jaron Stoneshaper\'s wrecked camp and supplies in southern Winterspring.','A severely damaged crate stands out among the rest of the destroyed belongings at the camp...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4862,4044,1583,0,8,55,59,81,0,0,0,0,0,0,0,0,0,0,0,0,'En-Ay-Es-Tee-Why','Believe it or not, there are people out there willing to pay for the most vile of domesticated beast!$B$BI\'d sent Bijou into the Spire to try and collect some of those spire spider eggs but I haven\'t heard from her in weeks. Maybe you can help me out?$B$BI\'ll tell you what, $N. Go to Blackrock Spire and collect some spire spider eggs for me. Bring them back here and not only will I give you a little cash, but I\'ll even domesticate one for you!','Travel to Blackrock Spire and collect 15 Spire Spider Eggs for Kibler.$B$BBy the sound of it, these eggs could be found near spiders.\n','What a load! I mean, look at all those eggs! These should bring in a right few gold.$B$BAs promised, here\'s your own little critter. Don\'t get bitten!','Are those spider eggs in your pack or are you just happy to see me?','','','','','',12530,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12529,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4863,4044,618,0,8,53,59,0,1101,0,0,0,0,0,0,0,0,4864,0,0,'Enraged Wildkin','Looking around, you don\'t see much that Jaron could want here. However, you do notice that the crate you found has been smashed open, almost as if this was what the wildkin were after...$B$BLooking to the east, you can barely make out an abandoned wagon. Perhaps you might find Jaron\'s things there. It\'s worth a look.','Find Jaron Stoneshaper\'s wrecked wagon.','Approaching the wagon, it doesn\'t appear that there is much more here for Jaron. But, looking on the ground, you notice some crates that look undamaged, despite being half-buried in the snow.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27900,0,0,0,0,'',4861,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4864,4044,618,0,8,53,59,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Enraged Wildkin','After inspecting the contents of the box, you decide that Jaron could make use of the tools and other items inside. However, there is no sign of the amulet.$B$BIt appears that the wildkin inhabit the lands to the north and east of here, so you decide that the next step is to face the creatures and reclaim the amulet from them.','Pick up Jaron\'s Supplies from the snow, then find the wildkin that stole the amulet Jaron spoke of.$B$BBring Jaron\'s Supplies and the Blue-feathered Amulet to Jaron Stoneshaper at the lodge in Winterspring.','Well, I expected to hear as much, lad. I figured that the crazed beasts destroyed all of my belongings...$B$BBut you did find my tools, and most importantly, the amulet! I wonder why the wildkin so fiercely defended this item... In any case, I\'ll think twice before heading their way again!','Aye... Tell me the news.','','','','','',12525,12524,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,55800,0,0,0,0,'',4863,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,5),(4865,4044,400,0,8,24,26,0,690,0,0,0,0,0,0,0,0,5062,0,0,'Serpent Wild','If I did not see that with my own eyes I would never have believed it to be true. Vengeance has come to Thousand Needles!$B$B$B$B$N, you must act quickly! Go now and seek out Motega Firemane; he is located at Whitereach Post just northwest of Freewind Post along the road. He will know what to do!','Report your findings to Motega Firemane at Whitereach Post in Thousand Needles.','Vengeance! So, the legend of Arikara is true. Indeed, this is a problem that must be resolved immediately.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',4821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4866,4044,1583,0,10,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Mother\'s Milk','It\'s probably one of the most potent poisons in the world, $r!$B$BI\'ve overheard the Blackrock speaking about its lethality in my jaunts into the Spire. They call it \'Mother\'s Milk\', named after Mother Smolderweb, the big nasty spider in the Skitterweb cave.$B$BNow here\'s what I need from you: A live sample of the Milk, flowing through YOUR veins. Just bringing me the gland won\'t be enough! Get her to poison you and come back to me!$B$BThen... I get to milk ya!$B$B','In the heart of Blackrock Spire you will find Mother Smolderweb. Engage her and get her to poison you. Chances are good that you will have to kill her as well. Return to Ragged John when you are poisoned so that he can \'milk\' you.','This is gonna make the best ale yet!$B$BEh, what did you think I was gonna use this for? Poison or something??$B$BCrazy kids...','','Milked','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15873,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,5,4,153,0,0,3000,0,3,5,6,1,0,500,1500,2500,0,1,35,0,7),(4867,4044,1583,0,0,55,60,81,0,0,0,0,0,0,0,0,0,0,12730,1,'Urok Doomhowl','Argh! So hard to speak!$B$BTake this note! Get me my mojo!','Read Warosh\'s Scroll. Bring Warosh\'s Mojo to Warosh.','Aha! I can already feel my powers returning to me. And my mind is no longer wracked by Urok\'s curse.$b$bThank you, $N! Humility is below me, but I must acknowledge your aid.$b$bAnd I bid you fortune in your journeys through Blackrock Spire. You are a fool to think you could make your way to the top, but your bravery is without question.','Ah! Do you have my mojo?','','','','','',12712,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15867,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4881,4044,400,0,0,23,28,0,690,0,0,0,0,0,0,0,0,4966,0,0,'Assassination Plot','The Tauren, Kanati Greycloud is bold to set up a hunting camp in Thousand Needles. We must kill him to rid this hunting camp and all who may follow him. We will converge at the small post Southwest of the Great Lift.\n','Warn Kanati Greycloud at Whitereach Post of the plot to kill him.','They come to kill me? I will show them how a Tauren fights!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4882,4044,618,0,0,52,59,0,690,0,0,0,0,0,0,0,0,4883,12558,1,'Guarding Secrets','You are unsure of the significance of the necklace that fell from the neck of the recently-slain wildkin. It glows brightly, slowly fading in and out.$B$BTrull Failbane might be able to tell you more, since his knowledge of the wildkin seems extensive. Perhaps you should ask him about it.','Take the Blue-feathered Necklace to Trull Failbane at Bloodvenom Post.','An important discovery?','Reporting for another assignment?','','','','','',12558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4883,4044,618,0,0,52,59,0,690,0,0,0,0,0,0,0,0,0,12558,1,'Guarding Secrets','While I do possess much knowledge about the owlbeasts you defeated in Winterspring, I am not very learned on the subject of the magics they wield. But I do believe I know of one that would be able to examine the necklace and most likely tell you what it is.$B$BNara Wildmane in Thunder Bluff is an expert in this field; see her. Good luck, $N.','Take the Blue-feathered Necklace to Nara Wildmane.','The energy of this necklace, $N. I believe that it has only one source.$b$b$b$bThe wildkin, now misguided and confused, were once not so. They once had a purpose, and were guided to serve. The night elf goddess Elune created these creatures to guard her most sacred areas.$b$bWhile this fact may seem like it holds little value; I urge you to look deeper.$b$bYou will learn, in time. Thank you for bringing this to me, $N.','How may I help you, $N?','','','','','',12558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15796,15797,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55800,0,0,0,0,'',4882,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4901,4044,618,0,2,52,59,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Guardians of the Altar','At the very top of the ridge lies what I believe to be an altar of the goddess Elune. From what I can tell, we need to light the five torches in each cave, and then we will be able to access the altar directly.$B$BI transcribed some incantations carved into the stone in the ancient ruins of Kel\'Theril, which I believe are the secret to unlocking the altar. I\'ll need your help to light each torch, while I recite the spell.$B$BIf we are successful, you\'ll be able to report our findings to Erelas!','Protect Ranshalla while she attempts to reactivate the Altar of Elune. Report your findings to Erelas Ambersky in Rut\'theran Village.','Did you meet up with Ranshalla?','','Discover the secret of the Altar of Elune','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',979,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,4),(4902,4044,618,0,8,52,57,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wildkin of Elune','That\'s fascinating!$B$BI have always wondered about the truth... Well, you must share this knowledge, definitely! Go to Arch Druid Fandral Staghelm right away -- you\'ll find him in Darnassus, in the Cenarion Circle. Explain to him what happened, just the same as you told me. I\'m sure he will be just as interested!$B$BThis is important information, $N!','Speak with Arch Druid Fandral Staghelm in Darnassus.','Do not hesitate; tell me why you have come.$B$BOh, yes? Hmm. Well.$B$BThank you for bringing this straight to me; it is always best to go right to the top... But... Yes. The druids of the Cenarion Circle have known of the Wildkin for some time. That they are pets of Elune, and were chosen to guard the most sacred of places.$B$BSo while this isn\'t news, I definitely compliment you on your effort. Here, take this -- it is something that seems suitable for such a deed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16622,16623,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',4901,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,5),(4903,4044,1583,0,0,55,60,81,690,0,0,0,0,0,0,0,0,4941,0,0,'Warlord\'s Command','By order of Warlord Goretooth, the following inhabitants of Blackrock Spire must be destroyed:$B$BThe rotund menace, Highlord Omokk.$B$BThe cruel and ruthless troll, War Master Voone.$B$BOverlord Wyrmthalak, taskmaster of the lesser city.$B$BYou will also be required to return any important documents that you may find.$B$BSucceed and be honored.$B$BFail and be forgotten.','Slay Highlord Omokk, War Master Voone, and Overlord Wyrmthalak. Recover Important Blackrock Documents. Return to Warlord Goretooth in Kargath when the mission has been accomplished.','','','','','','','',0,0,0,12562,0,0,0,0,0,1,0,0,9568,9196,9237,0,1,1,1,0,0,0,0,0,0,0,0,0,13958,13959,13961,13962,13963,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4904,4044,400,0,2,25,29,0,690,0,0,0,0,0,0,0,0,0,0,0,'Free at Last','Arnak thinks we\'re going to be married... but after I declined his offer he came back that night and kidnapped me. My brother tried to stop him, but Arnak was too strong. He... he slew my brother and then brought me here. My poor brother...$B$B$N, could you escort me out of the Darkcloud Pinnacle? Please... I need to get back to Thalia! She must be worried sick about me.','Escort Lakota Windsong from the Darkcloud Pinnacle, and then talk to Thalia Amberhide at Freewind Post.','Thank you, $N. Deep in my bones I knew that she would find her way back to me. She told me of your bravery and how you helped her escape. These items belonged to her brother. I know she would want you to have them.','Thalia Amberhide:','Escort Lakota Windsong from the Darkcloud Pinnacle.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15469,15468,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4905,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Defend Kanati Greycloud against the Centaur Assassins.','Defend Kanati Greycloud','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(4906,4044,361,0,8,49,54,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Further Corruption','A second encampment of satyrs threatens the land of Felwood towards the north, led by the cruel Xavaric. The vile betrayers and tricksters feed upon the corruption of the native creatures of Felwood.$B$BXavathras and his minions were only part of a larger plan -- to cultivate a corrupted moonwell, and then provide the spoils to Xavaric.$B$BNow that Xavathras is out of the way, finish this task, $N. Head to the north and defeat Xavaric.','Eridan Bluewind in Felwood wants you to kill 8 Jadefire Hellcallers, 8 Jadefire Betrayers, 8 Jadefire Tricksters, and Xavaric. Return to Eridan when the task is completed.','Thank you for all you have done, $N. May Elune protect you and guide you on the path ahead.','Please, put and end to the suffering of Felwood\'s creatures.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7111,7108,7107,10648,8,8,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11875,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',4421,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,5),(4907,4044,1583,0,72,57,60,62,0,0,0,0,0,0,0,0,0,4734,0,0,'Tinkee Steamboil','Hi, $N. Remember Tinkee Steamboil? Well, she remembers you! She sent me a message to keep an eye out for you, because... she needs your help again. I think it has something to do with her studies on dragons.$B$BYou should speak to her in the Burning Steppes, at the Flame Crest.','Speak with Tinkee Steamboil at Flame Crest in the Burning Steppes.','Felnok was right! I do need your help again, and this time... it\'s going to be really dangerous.$b$bAre you ready??','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',4810,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(4921,4044,17,0,8,14,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Lost in Battle','We battled in a small tauren camp when we were separated--she held three of the Bristlebacks off by herself. But the odds began to overwhelm us. I led some away only to see her overwhelmed by newcomers. In my rage, I turned to face my enemies, but they brought me down easily with their vast numbers.$B$BI awoke to a tauren druid tending my wounds--he had come across me on the Gold Road as I fell.$B$BPlease, $c, find some sign of my wife.','Find Mankrik\'s wife and then return to him in the Crossroads.','I understand. Thank you, $C.','Have you found any sign of her at all? The pain in my chest tells me that the worst has happened, but I have hope you will find her safe and sound.','','Find Mankrik\'s Wife','','','',0,0,0,0,0,0,0,0,0,0,0,0,10668,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4941,4044,1637,0,10,55,60,0,690,0,0,0,0,0,0,0,0,4974,0,0,'Eitrigg\'s Wisdom','Rend lives?$B$BImpossible!$B$BIt had been thought that Rend was slain decades ago.$B$BSeek out the wisdom of Eitrigg, $N. None know the workings of the Blackrock better than he and if what is written here bares truth, Eitrigg should be informed. No person should be denied the right of vengeance.$B$BYou will find him in Orgrimmar.$B$BOnce you have spoken with Eitrigg, confer with the Warchief to find out what he wishes to do about this problem.','Speak with Eitrigg in Orgrimmar. When you have discussed matters with Eitrigg, seek council from Thrall.$B$BYou recall having seen Eitrigg in Thrall\'s chamber.','','Can you not see that I must not be interrupted?','Council with Eitrigg.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',4903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4961,4044,0,61,0,35,40,1,0,256,0,0,0,0,180000,0,0,4976,0,0,'Cleansing of the Orb of Orahil','Ah, a summoner\'s orb--this is where the taint must be coming from. We must exorcise the demon within it if you\'re to use it. That I can do easily.$B$BYou\'re the one who has the hard job. You must kill the demon once I release it.$B$BAnd you\'ll have to be quick. If you take too long then he\'ll return to the orb and we\'ll have to start over!$B$BSo get yourself ready, $N. Prepare your strongest spells and keep your potions handy, and go get a friend if you have one. Because this isn\'t going to be pretty.','Kill the Demon of the Orb, then speak with Tabetha.','Nicely done, $N! You gave that demon a lesson he won\'t soon forget. You\'ve shown great power and skill. Now I suppose it\'s time you return to Menara with your cleansed orb so you can put it to good use.$B$BGood luck, $C. Perhaps our paths will cross again.','You\'ll have to kill that demon to remove its presence permanently from the orb, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6549,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12642,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',1799,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,4),(4962,4044,0,61,0,35,40,0,0,256,0,0,0,0,0,0,0,0,12647,1,'Shard of a Felhound','So, you have chosen to capture the soul of a felhound, good.$B$BTake this ruby--with it, you will be able to capture the creature\'s soul. It works very similar to spells you already know: when the creature is close to dying, use the gem and it should do the rest of the work for you.$B$BI would suggest going to Desolace and trying your hand at any of the felhounds there. Those should do nicely.$B$BAfter you\'re successful, take both the captured spirit and your ruby to Menara.','Take the Felhas Ruby and use it on one of the Felhounds found in Desolace. After successful, bring the Felhas Ruby and the Imprisoned Felhound Spirit back to Menara Voidrender in the Barrens.','Ah, the spirit of a felhound. Well done, $N.$B$BWhen I have both the spirit and the cleansed orb, I will merge the two for you, but not until then.','Yes, $N? Have you chosen? Infernal or felhound?$B$BEach choice is personal and should reflect your strengths and weaknesses. It is not unheard of for a $C to enhance themselves further instead of making up in areas they lack. Sometimes overpowering an enemy is just as strong a tactic than becoming a more balanced spell caster.','','','','','',12647,12648,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',4976,0,0,0,'4963',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4963,4044,0,61,0,35,40,0,0,256,0,0,0,0,0,0,0,0,12646,1,'Shard of an Infernal','So, you have chosen to capture the soul of an infernal, good.$B$BTake this emerald--with it, you will be able to capture the creature\'s soul. It works very similar to spells you already know: when the creature is close to dying, use the gem and it should do the rest of the work for you.$B$BI would suggest going to Desolace and trying your hand at any of the infernals there. Those should do nicely.$B$BAfter you\'re successful, take both the captured spirit and your emerald to Menara.','Take the Infus Emerald and use it on one of the Infernals found in Desolace. After successful, bring the Infus Emerald and the Imprisoned Infernal Spirit back to Menara Voidrender in the Barrens.','Ah, the spirit of an infernal. Well done, $N.$B$BWhen I have both the spirit and the cleansed orb, I will merge the two for you, but not until then.','Yes, $N? Have you chosen? Infernal or felhound?$B$BEach choice is personal and should reflect your strengths and weaknesses. It is not unheard of for a $C to enhance themselves further instead of making up in areas they lack. Sometimes overpowering an enemy is just as strong a tactic than becoming a more balanced spell caster.','','','','','',12646,12649,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',4976,0,0,0,'4962',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,21,1,0,0,0,0,0,0,6,0,0,4),(4964,4044,0,61,262146,35,40,0,0,256,0,0,0,0,0,0,0,0,0,0,'The Completed Orb of Dar\'Orahil','I will get started immediately on crafting your orb and infusing your new demon into it. When done, you will have the choice of having it in the form of a staff or orb. I always felt it was important to cater to a warlock\'s chosen weapon... I see no reason not to continue that practice.','Wait for Menara Voidrender to complete the Orb of Dar\'Orahil and then speak to her again.','It is done, $N. Simply tell me which you\'d prefer: a staff that would require you to use both hands, or an orb so you may use a dagger or sword as your weapon.$B$BTackling a felhound was a great feat on your part. I am sure your item will serve you well in the future. Continue to work hard in the arts, $N. I will be awaiting details of your exploits.','','Wait for Menara Voidrender to complete your item','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15108,15106,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',4976,4962,0,0,'4975',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(4965,4044,0,61,8,35,35,0,1101,256,0,0,0,0,0,0,0,1799,0,0,'Knowledge of the Orb of Orahil','Well, well, well... a pleasure to see you\'re growing in power, $N. I\'d wager you\'d be about ready to speak to Menara Voidrender in the Barrens. If you haven\'t spoken to her before, then let me tell you, I don\'t think I\'ve ever met another expert in the creation of items--orbs specifically--that can inprison even a demon to serve our will so easily.$B$BIf you\'re interested, she\'s in Strahad\'s tower above Ratchet in the Barrens.','Speak to Menara Voidrender in the Barrens.','Ah, you do seek something more... substantial. That I can help you if you truly are prepared.$B$BIt\'s a welcome change to see one of our kind seeking more power in forms other than just knowledge.$B$BSo, do you feel you\'re ready, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'4967 4968 4969',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4966,4044,400,0,2,23,28,0,690,0,0,0,0,0,0,0,0,0,0,0,'Protect Kanati Greycloud','But, there may be more centaur than I thought, I ask you, $n, to fight with me against these vile assassins.','Protect Kanati Greycloud from the centaur attack.','Thank you for your help, $N. I couldn\'t have held them off without you.','','Protect Kanati Greycloud','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15461,15462,15463,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',4881,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4967,4044,0,61,8,35,35,0,1101,256,0,0,0,0,0,0,0,1799,0,0,'Knowledge of the Orb of Orahil','Still a fool, and still seeking the trappings of mortals. Yes, I speak to you with arrogance. I see you before me and I laugh. You\'re pathetic!$B$BBut it matters not what I think. It only matters what those willing to deal with you thinks! And in this case, against my better judgment, those with some portion of power feel you deserve more.$B$BIf this is something you strive for then you should speak with Menara Voidrender in the tower above Ratchet. I believe you have met her before some time ago.','Speak to Menara Voidrender in the Barrens.','Ah, you do seek something more... substantial. That I can help you if you truly are prepared.$B$BIt\'s a welcome change to see one of our kind seeking more power in forms other than just knowledge.$B$BSo, do you feel you\'re ready, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'4965 4968 4969',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4968,4044,0,61,8,35,35,0,690,256,0,0,0,0,0,0,0,1799,0,0,'Knowledge of the Orb of Orahil','Hmm, you\'ve made it this far... truly astonishing. I would have thought the corruption of channeling the arcane would have seeped into your very soul and driven you mad by now. How about we try and push you further then?$B$BIf you want to test your skill, seek out Menara Voidrender above Ratchet in Strahad\'s tower. She will guide you.','Speak to Menara Voidrender in the Barrens.','Ah, you do seek something more... substantial. That I can help you if you truly are prepared.$B$BIt\'s a welcome change to see one of our kind seeking more power in forms other than just knowledge.$B$BSo, do you feel you\'re ready, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'4965 4967 4969',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,1,0,0,3),(4969,4044,0,61,8,35,35,0,690,256,0,0,0,0,0,0,0,1799,0,0,'Knowledge of the Orb of Orahil','Haha! You\'re doing very well for yourself, young $c.$B$BGiven time, infernals and dreadlords will bow before you!$B$BBut until that time comes, you must still rely on weapons forged by the hands of the mortal races.$B$BYou seem prepared for another such creation, and if you are willing, Menara Voidrender would speak with you! She is near Strahad\'s tower overlooking the port town of Ratchet. Go there when you are ready.','Speak to Menara Voidrender in the Barrens.','Ah, you do seek something more... substantial. I can help you if you truly are prepared.$B$BIt\'s a welcome change to see one of our kind seeking more power in forms other than just knowledge.$B$BSo, do you feel you\'re ready, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'4965 4967 4968',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(4970,4044,618,0,8,58,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Frostsaber Provisions','If you wish to prove yourself, you may begin by doing a very simple, but very important task.$B$BGather meat from the chimaera and from the shardtooth bears in the area. Bring it to me so that I may use it to feed the frostsabers that are being trained.','Collect 5 Shardtooth Meats and 5 Chillwind Meats for Rivern Frostwind in Winterspring.','Thank you for assisting me, $N. My opinion of you grows as time passes.','Discipline and determination are your goals. I may ask you to do a simple task many times; you must perform to the best of your ability each time.','','','','','',12622,12623,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4971,4044,28,0,0,53,56,0,0,0,0,0,0,0,0,0,0,0,12627,1,'A Matter of Time','Tampering of the timeline by a sinister force - most likely the Scourge - has occurred in Andorhal! I can try to keep the passage of time here intact and mend what has been damaged, but I\'ll need your help to do so uninterrupted.$B$BTemporal parasites - carrion that feed on the strands of time\'s altered flow - now infest the silos of Andorhal. A blue pulse of distortion is their only visual marker. They slow my auguries; please $N, help me by using this temporal displacer to root out these parasites.','Use the Temporal Displacer near one of Andorhal\'s silos and uncover Temporal Parasites.$B$BSlay 10 Temporal Parasites, and then return the Temporal Displacer to Chromie in the Andorhal Inn, Western Plaguelands.','Time feels easier to mend now, thank you $N. While you might not understand fully the consequences of a fractured timeline, I appreciate that you understand the urgency of countering what I suspect more and more to be a Scourge-driven malfeasance.$B$BI see no harm in rewarding you for your assistance, mortal. Your greatest feats are to come, and the awarding of a bauble will certainly not alter your future destiny. Your continued aid, however, is something that I and the dragonflight could use...','Temporal parasites are a common malady present wherever the flow of time has been tampered with. I sense that many are present, and this is disturbing.$B$BRooting out whatever ones you can find will help me be able to take a better hold on the deteriorating temporal situation here. I will be able to sense when this has been achieved.','','','','','',12627,0,0,0,0,0,1,0,0,0,0,0,10717,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,15812,15813,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,1,0,5),(4972,4044,28,0,8,53,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Counting Out Time','I need you to reach into the world beyond this room, $N. Allow me to explain.$B$BYou see the difference in this room compared to the rest of Andorhal. My dragonflight works in many different ways and in many different timelines. To mend Andorhal\'s damage, I now act from a different timeline as not to overly contaminate it. To continue this though I need time trinkets, ones trapped from when the plague hit. Find them in lockboxes found in the ruined buildings that make up this once proud city.','Locate 5 Andorhal Watches, found in lockboxes amongst the rubble of the city. Return with them to Chromie in the Andorhal Inn, Western Plaguelands.','These are exactly what I need, $N. Thank you.$B$BAllow me to suitably reward you with this. You may not understand what you would need with such a device. You might not even know quite what it really is. Alas, I cannot tell you when you will find it most useful; just know that at some point in the future, you may find this item to have extreme utility and function when consumed. Whether or not you choose to hold on to it until then... this, my friend, is up to you.','The time trinkets I seek are simple devices. They are watches mainly, and their hands are trapped forever when the plague first ravaged Andorhal.$B$BTime is never ending, and the watches you bring to me will invariably find themselves counted out back to their homes... that is, so long as the disturbances continue here.','','','','','',12638,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12650,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',4971,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4973,4044,28,0,264,53,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Counting Out Time','If you are willing to help once more, I can certainly use your assistance. I\'ll gladly take more watches you might uncover from the ruins of Andorhal. They certainly help me in maintaining a balance against whatever malign force is meddling with the timeline here.$B$BIn exchange for those watches, I\'ll give you another item that, in the future, I suspect you\'ll find quite the use for.','Locate 5 Andorhal Watches amongst the rubble of the city, and return with them to Chromie in the Andorhal Inn, Western Plaguelands.','Again, I think you for your assistance. Please accept this gift. While you still may not know when to use such an item, perhaps in the future the path of time will reveal its true intentions to you. You could say that I\'ve seen as such happening to you, $N.','The watches of Andorhal, much like the large clock on the ruins of the town hall, all are frozen in time at three o\'clock. This was when the full effects of the plague first spread out over the city, choking the life out of it.$B$BAs much as we all may regret what happened that day, it has shaped the flow of time as you mortals perceive it. The bronze dragonflight must persevere in protecting the timeline!','','','','','',12638,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12650,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4972,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(4974,4044,1583,0,72,55,60,62,690,0,0,0,0,0,0,0,0,0,0,0,'For The Horde!','Rend dares make such grand claims because of the protection he is afforded by the black flight.$B$BYou, $N, will find a way to pass through the Halls of Ascension. You will then find \'Warchief\' Rend Blackhand and you will destroy him - FOR THE HORDE!$B$B$B$BThe next time you return to my chambers, you will hold his head high in triumph and then you shall present it to your Warchief. Do this and be honored as a hero of the Horde.','Travel to Blackrock Spire and slay Warchief Rend Blackhand. Take his head and return to Orgrimmar.','You have dealt a crippling blow to the forces of Blackrock, $N. With their Warchief slain, the Blackrock legion is once again thrown into the maw of chaos.$B$BIn honor of your heroics, the people of Kalimdor shall be rewarded!','','','','','','',12630,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13966,13968,13965,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,530,68,81,911,0,500,500,500,500,500,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',4941,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4975,4044,0,61,262146,35,40,0,0,256,0,0,0,0,0,0,0,0,0,0,'The Completed Orb of Noh\'Orahil','I will get started immediately on crafting your orb and infusing your new demon into it. When done, you will have the choice of having it in the form of a staff or orb. I always felt it was important to cater to a warlock\'s chosen weapon... I see no reason not to continue that practice.','Wait for Menara Voidrender to complete the Orb of Noh\'Orahil and then speak to her again.','It is done, $N. Simply tell me which you\'d prefer: a staff that would require you to use both hands, or an orb so you may use a dagger or sword as your weapon.$B$BTackling the infernal was a great feat on your part and this reward will fit you nicely. I wish you further success in the arts, $N.','','Wait for Menara Voidrender to complete your item','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15107,15105,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',4976,4963,0,0,'4964',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,6),(4976,4044,0,61,0,35,40,0,0,256,0,0,0,0,0,0,0,0,12642,1,'Returning the Cleansed Orb','Take the cleansed orb back to Menara in Ratchet, $N. Give her my regards and be safe. I truly hope you are able to withstand the temptation and corruption that is sure to come as you follow your path.$B$BGood luck.','Return the Cleansed Infernal Orb to Menara Voidrender in the Barrens.','Well done, $N. This will do nicely.$B$BThe only thing left for you to do is to decide on which demon you want me to imprison within the cleansed orb. Do that, and you will have a magnificent new item to wield.','How goes your search for Tabetha and the orb, $N?$B$BTabetha has been more than useful when it comes to matters of the arcane. I\'m sure she would have no problem aiding you if you\'re able to find her.','','','','','',12642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',4961,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,21,1,0,0,0,0,0,0,6,0,0,3),(4981,4044,1583,0,8,55,59,81,0,0,0,0,0,0,0,0,0,4982,0,0,'Operative Bijou','Never trust a goblin. That\'s what it comes down to, $N.$B$BBijou is her name - one of our slipperiest operatives. I found out she was working for some shady exotic pet dealer out of the Burning Steppes named Kibler, in essence, two timing us. Worse yet, she was using Horde funds to finance her operations.$B$BI want her brought back here alive.$B$BShe was last seen entering Blackrock Spire. Find her and bring her back.$B$BAnd $N, do not let her sweet talk you.','Travel to Blackrock Spire and find out what happened to Bijou.','I won\'t lie to you, $R. I needed the money! Kibler pays very, very well - much better than the K.E.F. ever could.$b$bBut don\'t doubt my loyalties! Why do you think I\'m down here? To get that crazy goblin some exotic animal eggs or something equally inane? No, only someone truly daft would come to Blackrock Spire to collect pets. Yep, I don\'t reckon too many people like that exist in this world.$b$b$b$bThe last thing we need are those kinds of people breeding.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4982,4044,1583,0,8,55,59,81,0,0,0,0,0,0,0,0,0,4983,0,0,'Bijou\'s Belongings','At night when this place is lightly guarded, I sneak around the city, taking notes and writing down anything I see that could be of some strategic value to the K.E.F.$B$BLast night, however, things went dreadfully wrong. I stumbled across a tripwire and set off an alarm. I stashed my recon gear and ran for cover! Unfortunately, I can\'t get back to that gear. They\'ve doubled and tripled up the patrols! All that information is lost.$B$BGet my belongings back and I\'ll return to the K.E.F. peacefully.','Find Bijou\'s Belongings and return them to her. You recall her mentioning that she stashed them on the bottom floor of the city.\n','You\'ve done it! Once Lexlort has these plans, he\'ll forget all about the nasty things he wanted to do to me.$B$B$N, you\'re my hero!','Any luck?','','','','','',12345,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',4981,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(4983,4044,1583,0,0,55,59,81,0,0,0,0,0,0,0,0,0,0,12652,1,'Bijou\'s Reconnaissance Report','Take this report back to Lexlort. It will redeem my good name and will surely give the K.E.F. a strategic advantage in dealing with these orcs.$B$BCome with you? I\'ve got way too much work to do. Get going, they need these reports as soon as possible!\n','Take Bijou\'s Reconnaissance Report back to Grandmaster Lexlort in Kargath.\n','I\'ve got to hand it to her; she\'s managed to weasel her way out of another sticky situation! These reports will prove to be invaluable in our dealings with the Blackrock orcs.$b$bOf course, you will be rewarded for your hard work.','Where\'s the goblin???','','','','','',12652,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15858,15859,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,55800,0,0,0,0,'',4982,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(4984,4044,28,0,8,51,54,0,0,0,0,0,0,0,0,0,0,4985,0,0,'The Wildlife Suffers Too','While there was little I could do alone to thwart the Scourge, I nevertheless came to these lands to try and heal the damage done to nature. Animals suffer from the plague that continues to choke these lands, unable to find mercy and peace. I ask for you to continue what I could not finish here.$B$BThere is no salvation for the suffering animals but a sweet and merciful release. Seek out diseased wolves nearby and put them down. Please $N, end their misery - doing so will surely soothe mine.','Destroy 8 Diseased Wolves, and then return to Mulgris Deepriver at the Writhing Haunt, Western Plaguelands.\n','I... I sense that the souls of those wolves you have put down now have rest. They - and I - thank you for a merciful release.$B$BThe wolves are not alone in their suffering within this damnable place, $N. Please, I have need of you once more.','The wolves that are infected with the plague must be put down, $N. The disease they carry cannot be cured. I tried... I tried until I succumbed to the plague myself.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1817,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4985,4044,28,0,8,51,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Wildlife Suffers Too','To the east of where we are, near where the Eastern Plaguelands begin, once proud and majestic grizzlies roamed the countryside. The plague released by the Scourge has sundered these beasts too. They wander the countryside, agonized by the stiffening of their muscles and the rotting of their fur and flesh.$B$BI ask of you to end their misery as well. The only cure for their suffering is a swift death, one that must be ministered by your hand. ','Destroy 8 Diseased Grizzlies, and then return to Mulgris Deepriver at the Writhing Haunt, Western Plaguelands.','\"I know that the grizzlies have been put down, their torment at an end. I... I have one more thing for you. I wrote it down on... on this branch, sensing that my time in this realm had come to an end.$B$BIndeed... I am at that end. Thank you again friend... the creatures of this accursed land may rest... and now shall I.\"$B$BWith that, a heavy sigh is uttered by the druid, followed by what sounds like a death rattle. His body lies motionless on the cottage floor.','I hear your footsteps, $N. My vision has faded from me, but I still am able to sense things around me. Have you ended the misery of the disease-ridden grizzlies?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1816,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',4984,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(4986,4044,28,0,0,51,56,0,1101,0,0,0,0,0,0,0,0,0,12663,1,'Glyphed Oaken Branch','The lifeless hand of the tauren druid clutches a surprisingly healthy looking oaken branch. Examining the branch reveals glyphs of a druidic nature carved into the bark.$B$BAs you grasp the branch, you notice it is warm to the touch, more than it should be. The image of the Teldrassil tree enters your mind - Darnassus specifically - and the words \"Cenarion Circle\" are on the tip of your tongue. It would appear that the suggestion of where to take the branch has been placed within it.','Based on the magic enchanted within the Glyphed Oaken Branch, its delivery to the Cenarion Circle in Darnassus is the next step the tauren druid sought. Seek one of the druids there for assistance.','This... this is quite strange. This druid - this tauren druid no less - entrusted you with a great deal of valuable information on the extent of the Scourge\'s plague. I am surprised a tauren would give a $r such information, and freely at that if what you say is true. We will make good use of this, I promise you. Perhaps the tauren have not fallen as far from Cenarius as Fandral would believe...$B$BErm, anyway, please - accept this as a token of thanks from the Cenarion Circle.','On behalf of the Cenarion Circle, I bid you welcome to this enclave, $c. What business do you have with us?','','','','','',12663,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15804,0,0,0,1,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',4985,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(4987,4044,28,0,0,51,56,0,690,0,0,0,0,0,0,0,0,0,12663,1,'Glyphed Oaken Branch','The lifeless hand of the tauren druid clutches a surprisingly healthy looking oaken branch. Examining the branch reveals glyphs of a druidic nature carved into the bark.$B$BAs you grasp the branch, you notice it is warm to the touch, more than it should be. The image of Thunder Bluff in Mulgore enters your mind - Elder Rise specifically - and the words \"Cenarion Circle\" are on the tip of your tongue. It would appear that the suggestion of where to take the branch has been placed within it.','Based on the magic enchanted within the Glyphed Oaken Branch, its delivery to the Cenarion Circle in Thunder Bluff is the next step the tauren druid sought. Seek one of the druids there for assistance.','This is from Mulgris, you say? We had heard he sought to minister to the creatures suffering in the Plaguelands, but this is most unexpected... and most saddening. Mulgris is... was a good friend. I will mourn his passing deeply.$B$BHis efforts have not gone in vain, thanks to your diligence. In this branch, much lore is stored about the plague the Scourge propagates upon the land. We will study it diligently. As for you, please accept this. It is the least we can do for your noble efforts.','On behalf of the Cenarion Circle, I bid you welcome to this enclave, $C. What business do you have with us?','','','','','',12663,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15804,0,0,0,1,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',4985,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5001,4044,1583,0,8,55,59,81,1101,0,0,0,0,0,0,0,0,5002,0,0,'Bijou\'s Belongings','Ordinarily I don\'t deal with $rs but it seems that I\'m stuck between a troll and a hard place. You see, my mission here is one of utmost importance to the Horde. The information I\'ve discovered, however, applies to the well being of the Alliance as well. Now believe me, I\'m no Alliance sympathizer, but the Blackrock threat is bigger than just a bunch of orcs.$B$BYou help me out by finding my belongings and I\'ll help you out with some information that could prove useful to your kind.$B$BDeal?','Find Bijou\'s Belongings and return them to her. Good luck!\n','Well I\'ll be! Where were they??','Any luck?','','','','','',12345,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5002,4044,1583,0,0,55,59,81,1101,0,0,0,0,0,0,0,0,5081,12770,1,'Message to Maxwell','I\'m a goblin of my word, $r. Now listen closely:$B$BThese orcs are used primarily as beasts of burden and cannon fodder for the black dragonflight!$B$BTheir true leader is none other than Nefarian, brood of Deathwing. I\'ve also discovered the location of Nefarian\'s subordinates in this part of the citadel.$B$BTake this map to Marshal Maxwell in the Burning Steppes. It has the location of these fiends marked for easy identification.','Travel to the Burning Steppes and give Bijou\'s Information to Marshal Maxwell.','This coincides with much of what we already knew. Regardless, it is interesting and rather unfortunate information.$B$BThe markings on this map will prove valuable in thinning the Blackrock menace.','Ah, $N. It has been a long time.','','','','','',12770,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,55800,0,0,0,0,'',5001,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,0,0,0,1,0,0,5),(5021,4044,28,0,8,50,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Better Late Than Never','\"The package must be delivered... delivered before I\'m trapped here!\"$B$BThe cries of a panicked woman feel almost like a whisper floating through the house. Cowered in the upstairs corner is the apparition of a woman. She does not seem to be fully cognizant of her surroundings, and she is only vaguely aware of you.$B$B\"Are you here to deliver my package? Please, before it gets much worse! I was going to ride out of here. It should still be by my horse... or am I too late?\"','The ramblings of the ghostly woman indicated that she needed a package delivered. She claimed that it was where her horse was. As to where the horse is or where the package was to be delivered - the ghost remains incomprehensible.','A package in the barn that you might have otherwise overlooked now stands out amongst the decay and ruin. Perhaps this is the one that the ghost of Janice Felstone was clamoring about...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5022,4044,28,0,0,50,52,0,1101,0,0,0,0,0,0,0,0,5048,12724,1,'Better Late Than Never','You pick up the package, wiping off a small layer of dust and grime that had settled on it. It is addressed in a hurried hand to an Emma Felstone of Stormwind; the delivery of the package is dated for well over four years ago.$B$BThough it is unclear if Emma Felstone is even alive, it is widely known that the Stormwind City Hall keep records on the populace of the city. This is handled through the Royal Factors of the Stormwind Census.','Check with the Royal Factors of Stormwind to learn the whereabouts of an Emma Felstone. There is usually a census officer located in City Hall.','A package for an Emma Felstone, you say? Last known address was Stormwind, four years ago? Well let me see here...$B$BAccording to what we know, there was an Emma Felstone in the city about four years ago. Well, I should say possibly - this census I refer to is from five years ago, and I don\'t have a report of her vacating the city. This doesn\'t mean that she is still here though.$B$BWait a second... this package couldn\'t be for Ol\' Emma, could it?','Welcome to the office of the Stormwind census. If you are in need of information on our populace, then I can assist you.','','','','','',12724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',5021,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,2,0,0,3),(5023,4044,28,0,0,50,52,0,690,0,0,0,0,0,0,0,0,5049,12724,1,'Better Late Than Never','You pick up the package, wiping off a small layer of dust and grime that had settled on it. It is addressed in a hurried hand to a Jeremiah Felstone of Lordaeron; the delivery of the package is dated for well over four years ago.$B$BThough it is unclear if Jeremiah Felstone is even alive, it is widely known that the Undercity, formerly known as Lordaeron, keeps records on the populace of the city. This is handled through the Royal Overseers of the Undercity Census.','Check with the Royal Overseers of the Undercity to learn the whereabouts of a Jeremiah Felstone. There is usually a census officer located near guild and tabard registration.','A package for a Jeremiah Felstone, with his last known address as Lordaeron... I should be able to assist you.$b$bJeremiah Felstone was in the city before the plague. Well, I should say the former Jeremiah Felstone - some of the Forsaken have changed their last names to rid themselves of their former countenance. This case is no exception; the former Jeremiah Felstone is now known as Jeremiah Payson.$b$bWait a minute... isn\'t he the cockroach vendor?','Are you here to seek the assistance of the Undercity census, or just to ask me if someone you knew is dead? I get asked that a lot.','','','','','',12724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',5021,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5041,4044,17,0,8,9,14,0,690,0,0,0,0,0,0,0,0,0,0,0,'Supplies for the Crossroads','That attack on the caravan contained supplies we desperately needed.$B$BYou\'ve been brave enough to take on the Razormane tribe so far, and I will ask you to do so again, but this time, I wonder if I could ask you to keep your eyes open for some of our lost supplies. You can probably find them throughout their camps, the quilboar getting fat off their dishonorable acts.$B$BThe people of the Crossroads would be in your debt.','Find and return Crossroads\' Supply Crates to Thork in the Barrens.','Haha! Thank you, $N! This will help us greatly. You\'re a boon to the Crossroads and to the Horde. If there is anything I can do for you, please, let me know.','How goes your search for the supplies, $N? I trust the quilboar fall under your strength easily.','','','','','',12708,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',871,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5042,4044,17,0,8,14,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Agamaggan\'s Strength','','','If only Mangletooth were free to see you decimate those who betrayed him! $B$BI thank you for destroying more of the Bristleback by gathering these shards. Please, continue to do so, and I will continue to aid you. ','I will need 4 blood shards if you wish Agamaggan\'s strength, $r.$B$BYour foes will cower before your strength were you to be given this blessing. $B$BThe Razormane\'s greatest warriors are infused with such power!','','','','','',5075,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16612,0,0,0,0,0,0,0,0,0,0,0,0,'',5052,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5043,4044,17,0,8,14,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Agamaggan\'s Agility','','','May your aim be unerring, and the mark of your weapon be true, $R.$B$BAgamaggan\'s spirit is with you. Return to me if you wish. Mangletooth will bless you again if the great boar god deems me worthy. ','My tribes greatest scouts are said to be unrivaled in their accuracy, and no rogue could measure up to their quickness in battle.$B$BBring me 4 blood shards and I will make you even more agile than any quilboar born.','','','','','',5075,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17013,0,0,0,0,0,0,0,0,0,0,0,0,'',5052,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5044,4044,17,0,8,14,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wisdom of Agamaggan','','','Your enemies should fear you even more, $R. $B$BTell Mangletooth tales of your cunning in battle when next we meet--be it in this life, or the next. ','The shaman and geomancers of the quilboar tribes call upon the strength of Agamaggan to help them in battle and in their rituals, $r.$B$BIf you too wish the added power of Agamaggan\'s blessing with your spells, then bring me 4 blood shards and Mangletooth will aid you. ','','','','','',5075,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7764,0,0,0,0,0,0,0,0,0,0,0,0,'',5052,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5045,4044,17,0,8,14,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Rising Spirit','','','Our greatest warriors, and our greatest shamans would envy your will, $R.$B$BDefeat more of the Bristlebacks knowing that they cannot stop you! ','Warriors of all types have need of a strong spirit. It drives you to greater feats when all hope has been lost. This is not unknown to the Razormane. We are a spiritual tribe--we are more proud of our connection to Agamaggan than our prowess in battle.$B$BBring me 4 blood shards and I will bless your spirit for battle. ','','','','','',5075,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10767,0,0,0,0,0,0,0,0,0,0,0,0,'',5052,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5046,4044,17,0,8,14,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Razorhide','','','Go to war, $R.','All those who enter battle have need of protection. Their bones must be strong. Their skin tough. My tribe knows this as well, and to add to the natural protection our quills and hide give us, we often call upon Agamaggan to protect us from harm before we go to war.$B$BBring me 4 blood shards and I will grant you the same protection.','','','','','',5075,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16610,0,0,0,0,0,0,0,0,0,0,0,0,'',5052,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5047,4044,1583,0,0,57,60,81,0,0,0,0,0,0,0,0,0,0,12710,1,'Finkle Einhorn, At Your Service!','You\'ll find Malyfous Darkhammer in Everlook, $c. Tell him that \'Finkle is A-OK\' and that the suit works perfectly.$B$BThen hand him this:$B$B$B$BI snatched it from the beast\'s innards during my \'vacation.\'$B$BI bet Malyfous could give you a fairly accurate assessment of what he can do with parts from a monster like this!$B$BOh, I suppose you don\'t know where Everlook is, do you? To Winterspring, $g fella:lady;!','Talk to Malyfous Darkhammer in Everlook.','Alive? Suit worked? And what do we have here?','Yea?','','','','','',12710,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5048,4044,1519,0,0,50,52,0,1101,0,0,0,0,0,0,0,0,5050,12724,1,'Good Natured Emma','She\'s a tad ornery, and quite possibly out of her gourd... but the records indicate that Ol\' Emma does fit the framework of who Emma Felstone might be.$B$BPerhaps you\'ve seen Ol\' Emma wander the city - she talks to herself, most often in nonsensical jibber-jabber. Still, she doesn\'t hurt anything or anyone, so folks pretty much leave her be.$B$BAll things considered, I would say that Ol\' Emma is in fact Emma Felstone. You might try asking if her last name is indeed Felstone.','Find Ol\' Emma in Stormwind and see if she is in fact Emma Felstone. If she is, then perhaps she\'d like the package Janice Felstone made for her.','My name is indeed Emma Felstone - you\'re the first person in years to call me that. Who... who are you?$B$BYou say you knew... my sister?! Is she still alive? Who am I kidding, of course she isn\'t. When the plague broke out in Lordaeron, I had come to expect the worst. So many of my family died... or worse. Here I am now, crazy Ol\' Emma, all alone. What are you, a grave-robber or something? Looking for your next target?$B$BWhat... you have a package for me from my sister?','I would tell you to get off my lawn, but as you can see I don\'t have one.','','','','','',12724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',5022,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,25,0,0,5),(5049,4044,1497,0,0,50,52,0,690,0,0,0,0,0,0,0,0,5050,12724,1,'The Jeremiah Blues','From the evidence I am able to muster, the person you seek - and the intended recipient of the parcel - is Jeremiah Payson, the Undercity cockroach vendor.$B$BI\'ve always been of the opinion that it takes a special gift to sell... cockroaches. No doubt you are on quite the epic sojourn now, mighty $c. I will leave you to your world-shaping endeavors. Allow me, however, to be a part of your magnum opus and reveal that he is located near the bank, suitably groveling under one of the walkways.','Find Jeremiah Payson in the Undercity and see if he is in fact Jeremiah Felstone. If he is, then perhaps he\'d like the package Janice Felstone made for him.','I haven\'t used that name in years... but yes, at one point in my life - before this glorious unlife - that was my last name.$b$bYou claim to have known my sister... or rather, have recently spoken to my sister.$b$bWho\'s been dead.$b$bFor four years.$b$bYou know, if my bones weren\'t already brittle enough, I\'d be tempted to break my foot off on your posterior. You\'re quite the vulture, aren\'t you?$b$b What... you have a package for me from my sister?','Every time someone steps on a cockroach, I cry. Please don\'t make me cry.','','','','','',12724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',5023,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5050,4044,28,0,0,50,52,0,0,0,0,0,0,0,0,0,0,5051,12721,1,'Good Luck Charm','It would seem that I was wrong about you $N, and for that I owe you an apology. My sister sent me a number of personal effects, including humorously enough the deed to the Felstone farm. I think I\'ll pass on reclaiming it right now.$B$BIf my sister\'s spirit remains tethered to the farm and cannot rest, please... could you return this to her? It is half of a good luck charm she had, with her husband having the other half.$B$BMaybe her knowing I have these things will now put her soul to rest.','Return to Janice Felstone in Western Plaguelands her Good Luck Half-Charm.','You give the half-charm back to the apparition. She looks at it, then at you expectantly.$B$B\"Honey, where did you put your half of the charm? We can\'t be together unless we have both halves. Honey... can you see me?\"','John, sweetheart... is that you? I\'m so cold all the sudden...','','','','','',12721,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',5049,5048,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5051,4044,28,0,0,50,54,0,0,0,0,0,0,0,0,0,0,0,12721,1,'Two Halves Become One','The ramblings of the poor ghost continue:$B$B\"I\'m so cold, John. Bring me your charm, and we\'ll be together! Quickly John, before the plague comes to change us into hideous beasts! I can\'t see you John... but I know you\'re near. I feel you near me.\"$B$BPerhaps if the second half of the charm was found and reassembled, this would constitute what the spirit of Janice Felstone is seeking.','Locate the other half of the Good Luck Charm somewhere on the Felstone Farm in Western Plaguelands and reassemble it.$B$BGive the Good Luck Charm to Janice Felstone on the Felstone Farm, Western Plaguelands.','You hand the reassembled good luck charm to Janice Felstone\'s ghost. As soon as she grasps it, you observe an almost immediate change in her. Her ethereal form shimmers, and she looks upon you with clear yet sad eyes.$B$B\"You\'ve freed me... I no longer will need this charm. Please, take it and perhaps it will give you the solace it has given me.\"','John, don\'t let the ghouls get you... don\'t let the ghouls get me... nasty ghouls... our charm will keep us safe.','','','','','',0,12723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13473,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',5050,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5052,4044,17,0,8,14,21,0,690,0,0,0,0,0,0,0,0,0,0,0,'Blood Shards of Agamaggan','Along with the thorns, the blood affected other aspects of the earth: blood red stones mixed in with other minerals. The Bristleback dig up these shards and carry them as totems for strength in battle and as totems for their magics. $B$BI know the secrets of that magic.$B$BBring Mangletooth one of these blood shards to show you understand. Bring Mangletooth many of the shards, and he will bless you with quilboar magic--the magic of Agamaggan! ','Bring a Blood Shard to Mangletooth in Camp Taurajo in the Barrens.$B$BCollect more Blood Shards if you want him to bless you with Agamaggan\'s power.','Ah, you do understand. My words were not lost on your ears, $R. Mangletooth may be caged, but no cage can stop Agamaggan\'s power! $B$BThe touch of the shard, the feel of it... it has been a long time, $R.$B$BDo you know what it is like? To have your power severed from you?$B$BBut, that is a tale for another time. I promised you information. I promised you Agamaggan\'s power. My people turned their backs on Mangletooth. Now, I lose you upon them. ','Our tribes flock to the thorny areas throughout the Barrens because they are holy places, but none as holy as Razorfen. Agamaggan\'s body makes up the entirety of the Razorfen, but the Downs are especially protected because the entrance is made from his great maw! It will swallow whole those not loyal to him, and spit out their bodies after he\'s chewed them up! $B$BAgamaggan has left his body behind to protect us, and he gives of his spirit so we may protect him. ','','','','','',5075,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',878,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5053,5875,1939,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','This quest will send you mail to your mail box. Just hit complete.','Test quest to see if mail is sent to your mailbox. Just hit complete, then go check your mail.$B$BHave a nice day.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5054,4044,618,0,8,53,56,0,690,0,0,0,0,0,0,0,0,5055,0,0,'Ursius of the Shardtooth','In the snowy mountains of Winterspring, to the northwest, a skilled hunter stalks his prey... I speak of Ursius of the shardtooth bears, an agile and clever beast.$B$BI send you now against him. He roams the sloping hills to the northwest of Everlook. Find and hunt him, before he discovers your intent.$B$BAll that have gone up against Ursius have quickly found themselves to be the prey, and he, the hunter. Stay on your guard.','Storm Shadowhoof at Everlook in Winterspring wants you to kill Ursius.','This was no easy task, yet you have excelled. But do not be too quick to think you have impressed me, $N.','Go now, $c. Seek out Ursius.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(5055,4044,618,0,8,53,58,0,690,0,0,0,0,0,0,0,0,5056,0,0,'Brumeran of the Chillwind','Swift, and clever, Brumeran glides silently across the snowy landscape of southern Winterspring. But do not let her graceful appearance convince you that she is harmless. All that cross her pay considerably, and often with their own lives.$B$BSeek out Brumeran of the chillwind among the chimera. Defeat her, then return again to me.','Storm Shadowhoof at Everlook in Winterspring wants you to kill Brumeran.','Yes. You have returned. I believe now that you are a true $C by nature. You have faced the most ferocious of creatures and have returned, surpassing my expectations.$b$bYou are now ready for my final request.','Brumeran calls out to you, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10807,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',5054,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5056,4044,618,0,8,53,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Shy-Rotam','In northern Winterspring, great cats assemble around a large landmark called Frostsaber Rock. The leader of these cats is known by the name Shy-Rotam. Defeating the matriarch of the frostsabers would grant you much respect in the eyes of your fellow $r.$B$BGo again to the harsh wilds, and once there, gather sacred meat from the frostsabers. Find the stone of Shy-Rotam, and place it there. Placing the meat of her kin before her will summon Shy-Rotam, in anger.$B$BBe ready for her fury, and defeat her.','Storm Shadowhoof at Everlook in Winterspring wants you to defeat Shy-Rotam.','You have proven both your strength and your determination. Many more challenges await you, but I have already shown you as much as I am able.$b$bGood luck, $N.','Shy-Rotam is bold and unforgiving; she will defend her kind with fervent enthusiasm.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,15783,15782,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',5055,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,6),(5057,4044,618,0,8,53,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Past Endeavors','Before you spoke to me, $N, I had heard of your endeavors... that you had an unyielding desire to prove yourself, that you had an exceptional ability as a $c, and I now know these things to be the truth.$B$BThose that excel as you do are worthy of recognition. Take this marker to a friend of mine in Thunder Bluff named Melor Stonehoof. I\'m sure he will remember you, and what you accomplished so long ago. Speak to him of you recent victories, and do not ever forget what you have accomplished today.','Bring Storm Shadowhoof\'s Marker to Melor Stonehoof in Thunder Bluff.','We learn from our life experiences, $N. From what this marker says, I am sure that you have only become stronger and wiser as a result of yours. You have grown much since we last spoke.$b$bTake this in remembrance of the difficult tasks you have accomplished as a $R $C, and know that you will always have my respect and admiration.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15704,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',5056,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,3),(5058,4044,28,0,8,52,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mrs. Dalson\'s Diary','','','A diary with yellowing pages lies open to the last entry:$B$B\"I don\'t know what\'s going to happen now that Harold\'s turned. It took everything out of me to drag him into the only place I could find that\'d lock him up tight and hold him. I hid the key on me, and I pray it works...$B$BI hope I can get out of here, but I need money to do that. Our stuff\'s all in the cabinet I think... and now that I think about it, doesn\'t Harold keep the key on him?$B$BI\'ll rest on it, I\'m dead tired now.\"','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5221,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5059,4044,28,0,8,52,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Locked Away','','','Using the key found on the skeleton of the former Mrs. Dalson, you unlock the door to the outhouse. A bloodthirsty ghoul leaps from the outhouse, having been trapped inside for who knows how long.$B$BIt is clear by the bloodcurdling scream of the ghoul at your presence that the former Farmer Dalson is now beyond saving.','The door to the outhouse has begun to splinter at the edges of the frame as though it has been repeatedly and incessantly tried to be forced open. It is currently locked up tight from the outside of the outhouse.$B$BAs you rattle the door, you hear a guttural moaning come from inside! Whatever is inside there, it certainly does not sound friendly.','','','','','',12738,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5058,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5060,4044,28,0,0,52,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Locked Away','','','The key taken from Farmer Dalson\'s ghoulish remains fits the lock perfectly. The doors of the cabinet swing open, revealing several items that remain intact and appear quite valuable.','An extremely sturdy cabinet stands before you, securely fastened shut by a built-in lock. The front of the cabinet is deeply scratched and marked. This could be surmised as being from numerous and violent failed attempts to reveal whatever secrets the cabinet currently obfuscates from view.$B$BIf you are going to open this cabinet, you will need to find the key.','','','','','',12739,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13474,13475,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',5059,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5061,4044,0,263,0,16,-1,0,8,1024,0,0,0,0,0,0,0,0,15885,1,'Aquatic Form','You have completed the necessary lessons all young druids are taught before they can adopt an aquatic aspect. Go now back to your trainer, Mathrengyl Bearwalker, in Darnassus. Show him your pendant and prove to him you are ready to learn what he has to teach you. He will complete your training, allowing you to become one with the water.$B$BGoodbye, young druid. We shall speak again.','Return to Darnassus and show Mathrengyl Bearwalker the Pendant of the Sea Lion.','Very impressive, $N. You are ready to learn your aquatic form, and it is my pleasure to teach it to you.$B$BAlso, in recognition of your achievement during the two trials, I give you this item. I hope you\'ll find it to be a welcome addition to your gear as a protector of nature and a keeper of the balance.','Your return to Darnassus is not without heralding, though I will need proof of your lessons learned in Moonglade before I will teach you your aquatic form.$B$BDo you have the Pendant of the Sea Lion?','','','','','',15885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16608,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,1446,0,0,0,0,0,0,0,1020,0,0,0,0,'',272,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5062,4044,400,0,8,24,27,0,690,0,0,0,0,0,0,0,0,0,0,0,'Sacred Fire','Arikara is a deadly creature that must be dealt with swiftly. In order to hunt her down you will need to light the sacred fire of life - this will summon Arikara.$B$BGo now and harvest the rare Incendia agave plant. Once you have harvested enough agave, seek council with Magatha Grimtotem on Elder Rise in Thunder Bluff. She is a powerful shaman that can enchant the agave plant to create a powder that will light the fire.$B$BTravel northeast to the Boiling Pool and gather Incendia Agave.','Gather 10 bushels of Incendia Agave, and then consult Magatha Grimtotem on Elder Rise in Thunderbluff.','Good, you have gathered the essential amount of Incendia agave. This rare herb found only in Thousand Needles will help light the dormant sacred fire of life.$b$b','So, Motega Firemain sends word of Arikara...well now that is grave news.$b$b$b$bArikara is a deadly creature born only to seek vengeance against those who have committed heinous acts.$b$b','','','','','',12732,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',4865,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5063,4044,618,0,8,57,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'Cap of the Scarlet Savant','A finer cap you may never see. From the pristine hide of the beast, our expert crafters will create the most phenomenal hat a prestidigitator could ever hope to don!$B$BFifty gold pieces along with the listed items and your head shall be graced with the Cap of the Scarlet Savant:$B$B*The pristine hide of the Beast.$B$B*Frayed abomination stitchings.$B$B*Arcane crystals.$B$B*Enchanted scarlet thread.$B$BBEHOLD!','In order to create the Cap of the Scarlet Savant, you will be required to bring the following items back to Malyfous Darkhammer: 1 Pristine Hide of the Beast; 5 Frayed Abomination Stitchings; 8 Arcane Crystals; 5 Enchanted Scarlet Thread. $B$BYou will also be required to pay 50 gold pieces for the crafting of the item.','Astounding! It must have taken weeks to gather those components... and how did you find a pristine hide?!?$b$bEnjoy the cap, $n!','Unless you\'ve got everything I need, you\'re wasting my time.','','','','','',12731,12735,12363,12734,0,0,1,5,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12752,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5047,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5064,4044,400,0,8,24,28,0,690,0,0,0,0,0,0,0,0,0,0,0,'Grimtotem Spying','$N, you have served us well in the past, so I now entrust to you an important mission. The Grimtotem Clan is up to something secretive. Three agents of unknown origin were seen visiting the Grimtotem over the recent weeks. We discovered that separate chests in Darkcloud Pinnacle hold these guarded messages.$b$b$N, if you succeed in this dangerous mission, I will reward you in kind.\n','Locate and retrieve the three Secret Notes in Darkcloud Pinnacle.','Great Spirit Totem! This is dire news indeed. I must begin to plan for whatever may come.$b$bMac, as promised, here is your reward for your brave service.$b$b','Have you discovered what the Grimtotem are up to?','','','','','',12765,12766,12768,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15457,15458,15459,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',4841,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5065,4044,139,0,8,40,58,0,0,0,0,0,0,0,0,0,0,4788,0,0,'The Lost Tablets of Mosh\'aru','The troll with whom you spoke did not tell the truth. The two tablets you gained for him spoke of containing the essence of Hakkar, but there is more to that legend. I have studied long, and found that there are six Tablets of Mosh\'aru, not two! Six!$B$BAnd I fear that we will not like what secrets the others hold..$B$BFind the third and fourth tablets of Mosh\'aru. They\'re in the Eastern Plaguelands, held by the mossflayer trolls. Find them, and bring them to me.','Bring the Third and Fourth Mosh\'aru Tablets to Prospector Ironboot in Tanaris.','You found them! Great!$B$BThank you, $N. I will pour over these texts and decipher their meaning.$B$BYou, however, have another task...','Do you have the tablets? I fear their texts will reveal a great threat to our world.','','','','','',12411,12412,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67500,0,0,0,0,'',3528,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,6),(5066,4044,1519,0,8,50,50,0,1101,0,0,0,0,0,0,0,0,5092,0,0,'A Call to Arms: The Plaguelands!','Hear ye, hear ye! All heroes are called upon to heed these words!$B$BA call to arms has been issued by the Kingdom of Stormwind! All able bodied individuals are entreated to take up arms against the dark threat of the Scourge in the northern lands of the Eastern Kingdoms! Rumors fly of new threats rising from the ruins of the Plaguelands!$B$BHeroes of the realm - seek out Commander Ashlam Valorfist who has set up his base camp in Chillwind Camp, north of the Alterac Mountains!','Seek out Commander Ashlam Valorfist. His base camp is located at Chillwind Camp, north of the Alterac Mountains.','Welcome to the Plaguelands, hero. This is one of the most dangerous frontiers in Azeroth, especially with the looming threat of the Scourge to our north and northeast. I am glad to hear that the clarion call of duty and service to the greater good did not fall on deaf ears with you!$B$BIf you are ready to get your hands dirty, then there is plenty for willing and able heroes to do here on the edge of the Plaguelands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'5090 5091 10373',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,1),(5067,4044,618,0,8,57,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'Leggings of Arcana','While the crafting of such an item has never successfully been accomplished, it is thought to be possible - under the right circumstance.$B$BShould the seeker of arcanum desire to imbue leggings with immense power, the following they must find:$B$B* The pristine hide of the Beast.$B$B* Frayed abomination stitchings.$B$B*Arcanite Bars.$B$B*Frostwhisper\'s embalming fluid.$B$BBEHOLD!','In order to create the Leggings of Arcana, you will be required to bring the following items back to Malyfous Darkhammer: 1 Pristine Hide of the Beast; 5 Frayed Abomination Stitchings; 5 Arcanite Bars; 5 Frostwhisper\'s Embalming Fluid.$B$BYou will also be required to pay 50 gold pieces for the crafting of the item.','Few more improbable tasks I have seen completed by mortals. Bask in the glory of my handiwork! Reap its rewards!','Unless you\'ve got everything I need, you\'re wasting my time.','','','','','',12731,12735,12360,12736,0,0,1,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12756,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5047,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5068,4044,618,0,8,57,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'Breastplate of Bloodthirst','It is said that only one Breastplate of Bloodthirst has ever been created and that it was made for the legendary assassin, Garona. Whether this world will ever see another is doubtful.$B$BRegardless! Our master crafters can reproduce the item given the necessary components:$B$B*The pristine hide of the Beast.$B$B*Frayed abomination stitchings.$B$B*Arcanite bars.$B$B*The skin of shadow.$B$BBEHOLD!','In order to create the Breastplate of Bloodthirst, you will be required to bring the following items back to Malyfous Darkhammer: 1 Pristine Hide of the Beast; 10 Frayed Abomination Stitchings; 5 Arcanite Bars; 5 Skin of Shadow.$B$BYou will also be required to pay 50 gold pieces for the crafting of the item.','I thought I would be dead and buried before I ever saw this day.$B$BAn accomplishment of this magnitude can only be overshadowed by the reward.','Unless you\'ve got everything I need, you\'re wasting my time.','','','','','',12731,12735,12360,12753,0,0,1,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12757,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5047,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5081,4044,1583,0,8,55,60,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Maxwell\'s Mission','This information fills in the gaps to our otherwise impeccable intelligence of Blackrock Spire.$B$BThe attack must be decisive, $N.$B$BFirst their war master, the troll Voone, must be destroyed. Without his battle plans, the Blackrock orcs will be thrown into chaos.$B$BYou must then take out the ogre Highlord, Omokk. The cowardly ogres of Blackrock are powerless without his leadership.$B$BLastly, the overlord of the citadel: Wyrmthalak. With Wyrmthalak dead, their central command unit is without a conduit.','Travel to Blackrock Spire and destroy War Master Voone, Highlord Omokk, and Overlord Wyrmthalak.','Excellent work, $N. At the very least, you have bought us more time - precious, precious time.','Status?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9237,9196,9568,0,1,1,1,0,0,0,0,0,0,0,0,0,13958,13959,13961,13962,13963,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5002,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5082,4044,618,0,8,52,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Threat of the Winterfall','I came to Winterspring to investigate the Frostfire Hot Springs. I\'ve noticed that the water seems to have ...strange qualities. I haven\'t yet been able to discover the source, and to tell you the truth, I\'ve had some difficulty lately, due to the Winterfall furbolg.$B$BThey seem to be drawn to the springs, just as I am. They have become extremely protective of the water, and won\'t let me come near the two larger springs to the north of here.$B$BI\'d like to continue my studies, so won\'t you help me?','Donova Snowden in Winterspring wants you to kill 8 Winterfall Pathfinders, 8 Winterfall Den Watchers, and 8 Winterfall Totemics.','Thanks so much, $N! Now I can get back to work here.$b$bDid you find anything of interest at the Winterfall camp?','I appreciate your help!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7442,7440,7441,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,250,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',6603,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,0,0,5),(5083,4044,618,0,0,52,56,0,0,0,0,0,0,0,0,0,0,5084,12771,1,'Winterfall Firewater','This vial that you picked up from the Winterfall furbolg is empty, but you can detect a few drops of a strange green liquid inside; it almost glows.$B$BIs it something important?$B$BDonova Snowden would probably be able to tell you more, since she has been camped by the hot springs in Winterspring for some time now.','Bring the Empty Firewater Flask to Donova Snowden in Winterspring.','You got this from the Winterfall?','What is that you have found?','','','','','',12771,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,3),(5084,4044,618,0,8,52,56,0,0,0,0,0,0,0,0,0,0,5085,0,0,'Falling to Corruption','This greenish liquid... it reminds me a bit of the sludge I saw when traveling through Felwood. And I have seen some Winterfall Runners passing into Timbermaw... Perhaps these things have something to do with the flask you found, $N.$B$BThere is a large group of furbolg just past Timbermaw Hold, in Felwood. Called the Deadwood tribe, they have been corrupted and driven mad by the fel. Why don\'t you look around there and see if you can find any evidence of dealings between the Winterfall and the Deadwood?','Search the Deadwood furbolg camp in northern Felwood for a clue.','Inside the cauldron bubbles a rotting, repulsive-smelling substance...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',5083,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5085,4044,618,0,0,52,56,0,0,0,0,0,0,0,0,0,0,5086,12813,1,'Mystery Goo','The greenish substance inside the cauldron appears to be similar to what you found in the flask. This strange gooey stuff could be as corrupted as the furbolg that created it...$B$BIf the Winterfall furbolg are using it, does this mean that they will soon be as corrupted as the Deadwood tribe?$B$BIt would be best to report back to Donova with your findings, along with a sample of the liquid in the cauldron.','Report back to Donova Snowden with your findings.','You are very resourceful, $N. Do you think that the Winterfall furbolgs have been to the Deadwood camp?','I hope you found something, $N. The Winterfall are becoming increasingly aggressive!','','','','','',12813,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',5084,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,0,0,4),(5086,4044,618,0,8,52,56,0,0,0,0,0,0,0,0,0,0,5087,0,0,'Toxic Horrors','I\'ve studied the sample you returned with, and while I can\'t say for sure, I believe it contains traces of toxic elements. However, the only way to know for sure is to gather some as a comparison.$B$BI believe that the Deadwood furbolg may be gathering these elements from other corrupted creatures in Felwood; in particular, the elementals living in the Irontree Woods, called toxic horrors.$B$BCollect a few samples for me to compare, but be careful -- it\'s very dangerous there!','Collect 3 Toxic Horror Droplets for Donova Snowden in Winterspring.','I have to compare this to the substance you found in the cauldron, and then I\'m sure we\'ll know more.','I think we are beginning to uncover what is happening here, $N.','','','','','',12822,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',5085,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(5087,4044,618,0,8,52,57,0,0,0,0,0,0,0,0,0,0,5121,0,0,'Winterfall Runners','Very interesting, $N...$B$BWhen this toxic substance is mixed with the water from the hot springs, it loses its toxicity, only retaining the ability to temporarily affect those that ingest it. This must be why the Winterfall protect the hot springs so fervently -- they need them to purify their firewater.$B$BWe need to stop this -- cut off contact between the Winterfall and the Deadwood. A group of runners walks the distance between their village and Felwood. Find and defeat them, and steal their shipment.','Find the Winterfall Runners and stop them from delivering their shipment to Winterfall Village.','$b$bI wonder if consuming this substance makes the furbolg more aggressive. They do seem much larger...','We\'ll see what happens when the Winterfall don\'t get their firewater!','','','','','',12829,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',5086,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(5088,4044,400,0,2,24,28,0,690,0,0,0,0,0,0,0,0,0,12785,1,'Arikara','Take this refined and purified Incendia powder to Thousand Needles and toss it on the sacred fire of life. It is located in the Darkcloud Pinnacle on an isolated needle where they bury their dead.$B$BThe enchantment that I have weaved into the Incendia powder will summon Arikara to you, $N.$B$BI fear she may be stalking Cairne Bloodhoof; too much Tauren lore has changed, and I fear this has angered Arikara. Move quickly before all is lost, $c!','Slay Arikara. Bring her remains and the Incendia powder to Motega Firemane in Whitereach Post as proof of your deed.','This does not make sense. Why would Arikara be after Cairne Bloodhoof? Magatha could not be wrong, she is our most powerful $C.$B$B$B$BRegardless, your great deed to the Horde shall not go unnoticed - please, choose one of these as a reward for your aid.','Have you slain the vicious serpent Arikara, $N?','Light the Sacred Fire of Life','','','','',12785,12925,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,15465,15466,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',5062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5089,4044,1583,0,0,55,60,81,1101,0,0,0,0,0,0,0,0,5102,12780,1,'General Drakkisath\'s Command','From the corpse of the defeated serpent you uncover what appears to be a note of some importance: A letter from his superior, General Drakkisath, concerning protocol.$B$BYour instinct tells you that you should take it to Marshal Maxwell.','Take General Drakkisath\'s Command to Marshal Maxwell in Burning Steppes.','The plot thickens...','What have you got there, $N?','','','','','',12780,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,7),(5090,4044,1537,0,8,50,50,0,1101,0,0,0,0,0,0,0,0,5092,0,0,'A Call to Arms: The Plaguelands!','Hear ye, hear ye! All heroes are called upon to heed these words!$B$BA call to arms has been issued by the Kingdom of Stormwind! All able bodied individuals are entreated to take up arms against the dark threat of the Scourge in the northern lands of the Eastern Kingdoms! Rumors fly of new threats rising from the ruins of the Plaguelands!$B$BHeroes of the realm - seek out Commander Ashlam Valorfist who has set up his base camp in Chillwind Camp, north of the Alterac Mountains!','Seek out Commander Ashlam Valorfist. His base camp is located at Chillwind Camp, north of the Alterac Mountains.','Welcome to the Plaguelands, hero. This is one of most dangerous frontiers in Azeroth, especially with the looming threat of the Scourge to our north and northeast. I am glad to hear that the clarion call of duty and service to the greater good did not fall on deaf ears with you!$b$bIf you are ready to get your hands dirty, then there is plenty for willing and able heroes to do here on the edge of the Plaguelands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'5066 5091 10373',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,1),(5091,4044,1657,0,8,50,50,0,1101,0,0,0,0,0,0,0,0,5092,0,0,'A Call to Arms: The Plaguelands!','Hear ye, hear ye! All heroes are called upon to heed these words!$B$BA call to arms has been issued by the Kingdom of Stormwind! All able bodied individuals are entreated to take up arms against the dark threat of the Scourge in the northern lands of the Eastern Kingdoms! Rumors fly of new threats rising from the ruins of the Plaguelands!$B$BHeroes of the realm - seek out Commander Ashlam Valorfist who has set up his base camp in Chillwind Camp, north of the Alterac Mountains!','Seek out Commander Ashlam Valorfist. His base camp is located at Chillwind Camp, north of the Alterac Mountains.','Welcome to the Plaguelands, hero. This is one of the most dangerous frontiers in Azeroth, especially with the looming threat of the Scourge to our north and northeast. I am glad to hear that the clarion call of duty and service to the greater good did not fall on deaf ears with you!$B$BIf you are ready to get your hands dirty, then there is plenty for willing and able heroes to do here on the edge of the Plaguelands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'5066 5090 10373',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,1),(5092,4044,28,0,8,50,52,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Clear the Way','With Andorhal\'s western and northern roads into the city well fortified, I\'m looking to strike at it from the less defended eastern road. The Scourge relies on the buffer of undead that infests Sorrow Hill as a first line of defense. If we are to advance on Andorhal, we will need to do it through Sorrow Hill.$B$BYour first assignment will be to clear the way through Sorrow Hill. Thin out the skeletons and ghouls that haunt the area; report back to me when this is done!','Kill 10 Skeletal Flayers and 10 Slavering Ghouls in Sorrow Hill.$B$BReturn to Commander Ashlam Valorfist at Chillwind Camp, Western Plaguelands.','Mission accomplished, $N! Well played, well played.$B$BAllow me to reward your work thus far with some coin from the Stormwind coffers. I\'d recommend spending it on materiel that will aid you in your next mission... one that will take you into the ruins of Andorhal itself.$B$BBe ready! Be vigilant!','I want you to prepare for the worst, $N - dig deep. The task in front of us will not be easy. As we rally our forces here to eventually strike out against the Scourge, you will be part of our advance effort that takes the fight to them! Your assigned mission in Sorrow Hill will begin our path to victory!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1783,1791,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,72,250,0,0,0,0,63,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'5066 5090 5091 10373',5066,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,25,0,5),(5093,4044,28,0,8,50,50,0,690,0,0,0,0,0,0,0,0,5096,0,0,'A Call to Arms: The Plaguelands!','Heroes of the realm, hear me - the Horde calls upon you for swift action!$B$BA call to arms has been issued for all able bodied individuals to take up arms against the Scourge! Rumors fly of new threats rising from the ruins of the Eastern Kingdoms. They loom to the east of the Undercity, in the northern reaches of the lands now known as the Plaguelands!$B$BHeroes of the realm - seek out High Executor Derrington, who has set up his base camp at the Bulwark, east of Tirisfal Glade!','Seek out High Executor Derrington. His base camp is located at the Bulwark, east of Tirisfal Glade and the Undercity.','Welcome to the Plaguelands, hero. This is one of the most dangerous frontiers in Azeroth, with the looming threat of the Scourge to our east, and then even further still eastward from there. I am glad to hear that the call of duty and service to the Horde did not fall on deaf ears with you!$B$BIf you are ready to get your hands dirty, then there is plenty for willing and able heroes to do here on the edge of the Plaguelands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'5094 5095 10374',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5094,4044,28,0,8,50,50,0,690,0,0,0,0,0,0,0,0,5096,0,0,'A Call to Arms: The Plaguelands!','Heroes of the realm, hear me - the Horde calls upon you for swift action!$B$BA call to arms has been issued for all able bodied individuals to take up arms against the Scourge! Rumors fly of new threats rising from the ruins of the Eastern Kingdoms. They loom to the east of the Undercity, in the northern reaches of the lands now known as the Plaguelands!$B$BHeroes of the realm - seek out High Executor Derrington, who has set up his base camp at the Bulwark, east of Tirisfal Glade!','Seek out High Executor Derrington. His base camp is located at the Bulwark, east of Tirisfal Glade and the Undercity.','Welcome to the Plaguelands, hero. This is one of most dangerous frontiers in Azeroth, with the looming threat of the Scourge to our east, and then even further still eastward from there. I am glad to hear that the call of duty and service to the Horde did not fall on deaf ears with you!$b$bIf you are ready to get your hands dirty, then there is plenty for willing and able heroes to do here on the edge of the Plaguelands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'5093 5095 10374',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5095,4044,28,0,8,50,50,0,690,0,0,0,0,0,0,0,0,5096,0,0,'A Call to Arms: The Plaguelands!','Heroes of the realm, hear me - the Horde calls upon you for swift action!$B$BA call to arms has been issued for all able bodied individuals to take up arms against the Scourge! Rumors fly of new threats rising from the ruins of the Eastern Kingdoms. They loom to the east of the Undercity, in the northern reaches of the lands now known as the Plaguelands!$B$BHeroes of the realm - seek out High Executor Derrington, who has set up his base camp at the Bulwark, east of Tirisfal Glades!','Seek out High Executor Derrington. His base camp is located at the Bulwark, east of Tirisfal Glades and the Undercity.','Welcome to the Plaguelands, hero. This is one of the most dangerous frontiers in Azeroth, with the looming threat of the Scourge to our east, and then even further still eastward from there. I am glad to hear that the call of duty and service to the Horde did not fall on deaf ears with you!$B$BIf you are ready to get your hands dirty, then there is plenty for willing and able heroes to do here on the edge of the Plaguelands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'5093 5094 10374',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5096,4044,28,0,2,50,53,0,690,0,0,0,0,0,0,0,0,0,12807,1,'Scarlet Diversions','Before Andorhal, we must tackle the advancing Scarlet Crusade menace from Hearthglen. They\'ve made camp between Felstone Field and Dalson\'s Tears, making us risk conflict against both the Scourge and the Crusade at once.$B$BMy plan is to play them off of each other by sending you to destroy the command tent they\'ve set up; use some Flame in a Bottle from this box of incendiaries. Once razed, plant this Scourge banner by the tent. With some luck, they\'ll ignore us and focus on the Scourge for vengeance.','Proceed to the Scarlet Crusade\'s base camp between Felstone Field and Dalson\'s Tears and destroy their command tent.$B$BPlace the Scourge banner at the camp, and then return to High Executor Derrington at the Bulwark, Western Plaguelands.','Finely executed, $N. Your attack on the Scarlet Crusade will buy us time. I have sent one of my best scouts out to watch over the camp and make sure that the Crusade forces that come to reinforce the position will take the bait.$B$BWith the pressure on us lessened, we should now finally be able to risk a mission into Andorhal itself, and an important one at that. I\'d very much like it if you\'d perform this one as well, based on your success to date.','','Destroy the command tent and plant the Scourge banner in the camp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'5093 5094 5095 10374',5093,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5097,4044,28,0,0,50,56,0,1101,0,0,0,0,0,0,0,0,0,12815,1,'All Along the Watchtowers','Through the use of a magical device known as a beacon torch, we can mark targets of our choosing for future actions by our troops. To that end, we think the Scourge are using Andorhal\'s watchtowers as a means to control their troop movements.$B$BYour mission: breach Andorhal\'s defenses to plant beacons at all four watchtowers. You\'ll need to be in the doorway of each tower to plant the beacon; it will then proceed to mark the tower. There are only five charges on the beacon torch, so use them wisely!','Using the Beacon Torch, mark each tower in Andorhal; you will need to stand in the doorway of the tower to successfully mark it.$B$BOnce all four towers are marked, return the Beacon Torch to Commander Ashlam Valorfist in Chillwind Camp, Western Plaguelands.','My priests are reporting that our beacon trackers are picking up extremely strong signals on all four towers! Dare I say it, but I believe you\'ve executed another mission with complete and total success! Well played once again, $N!$B$BWith the towers marked, our preparations for the attack are now in place. The time has come to take the fight to the Scourge!','Once the towers are marked, they\'ll become top priority targets for our attack on Andorhal. I suspect that once we neutralize the towers, the main threat of Andorhal will emerge. From that point on, we\'ll have a straight-up fight for control of the city!$B$Byou\'re back to report success, yes? Don\'t forget the beacon torch as well; we must maintain control of our materiel.','','Tower One marked','Tower Two marked','Tower Three marked','Tower Four marked',0,0,0,0,0,0,0,0,0,0,0,0,10902,10903,10904,10905,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',5092,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,1,0,5),(5098,4044,28,0,0,50,56,0,690,0,0,0,0,0,0,0,0,0,12815,1,'All Along the Watchtowers','Through the use of a magical device known as a beacon torch, we can mark targets of our choosing for future actions by our troops. To that end, we think the Scourge are using Andorhal\'s watchtowers as a means to control their troop movements.$B$BYour mission: breach Andorhal\'s defenses to plant beacons at all four watchtowers. You\'ll need to be in the doorway of each tower to plant the beacon; it will then proceed to mark the tower. There are only five charges on the beacon torch, so use them wisely!','Using the Beacon Torch, mark each tower in Andorhal; you will need to stand in the doorway of the tower to successfully mark it.$B$BOnce all four towers are marked, return the Beacon Torch to High Executor Derrington at the Bulwark, Western Plaguelands.','My priests are reporting that our beacon trackers are picking up extremely strong signals on all four towers! Dare I say it, but I believe you\'ve executed another mission with complete and total success! Well played once again, $N!$b$bWith the towers marked, our preparations for the attack are now in place. The time has come to take the fight to the Scourge!','Once the towers are marked, they\'ll become top priority targets for our attack on Andorhal. I suspect that once we neutralize the towers, the main threat of Andorhal will emerge. From that point on, we\'ll have a straight-up fight for control of the city!$b$bYou\'re back to report success, yes? Don\'t forget the beacon torch as well; we must maintain control of our materiel.','','Tower One marked','Tower Two marked','Tower Three marked','Tower Four marked',0,0,0,0,0,0,0,0,0,0,0,0,10902,10903,10904,10905,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',5096,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5101,5875,0,284,8200,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lee\'s Ultimate Test Quest... of Doom!','Bah! What do think this is, some kind of Test Quest? I be there even be typos in it!$B$BIf ya be thinkin\' my quest is goin\' ta be easy, then ya got another thing coming!$B$BKill me ten sheep (1933) and don\'t come back until you do!','Kill 6 sheep for Benny and then run like hell!$B$B$B$B$BJust kidding... about the running part.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1933,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(5102,4044,1583,0,72,55,60,62,1101,0,0,0,0,0,0,0,0,0,0,0,'General Drakkisath\'s Demise','We battle against these beasts on two fronts: From our capital of Stormwind we fight them from the inside out and here, in the Burning Steppes, we take the battle to their doorstep. We must be vigilant, $N. None should be spared our wrath as none of our own were spared when they struck at our homes and families.$B$BFind this General Drakkisath and destroy him!$B$BThe task certainly will not be a simple one, but the rewards shall be extravagant.','Travel to Blackrock Spire and slay General Drakkisath.','Surely, we will strike against their dragon lords next. Well done, brave soldier of the Alliance! Well done, indeed.','Is it done?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,13966,13968,13965,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5089,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5103,4044,0,121,8,55,60,81,0,0,164,275,0,0,0,0,0,5124,0,0,'Hot Fiery Death','The only thing that remains of this human are some charred bones. He seems to have died within arms reach of what he was after - unfired plate gauntlets.$B$BPerhaps you should grab the gauntlets and get out of the fire?','Someone in this world must know what to do with these gauntlets. Good luck!','What the...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5121,4044,618,0,8,52,59,0,0,0,0,0,0,0,0,0,0,0,0,0,'High Chief Winterfall','While we still know very little about why the furbolg have been ingesting this strange substance, I do think it\'s best that we put a stop to it before it gets out of hand.$B$BThe Winterfall furbolg are not a normally aggressive tribe, and this change in their behavior leads me to think that they must be under orders from their chief. We most likely can\'t undo the damage that has already been done, but I think that if their leader is slain, they will not get any worse.$B$BHead east to Winterfall Village.','Donova Snowden in Winterspring wants you to defeat High Chief Winterfall.','Thank you so much, $N. I hope to get back to my studies without worry that I will be ambushed. Please accept this as a reward.','Maybe you will find out more in Winterfall Village, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10738,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,15784,15786,15787,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69600,0,0,0,0,'',5087,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5122,4044,2017,0,8,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Medallion of Faith','','','You retrieved the medallion! Now I will be able to leave the chapel and perform my duty.$B$BThat duty is to kill the beast who helped corrupt me and so many of my brothers and sisters, Baron Rivendare!','The power of this chapel gives me the strength to resist the corruption in my heart. If I leave it, I will become a death knight. But there is a medallion, the medallion of faith, that will give me the strength I need to leave.$b$bPlease, $N, retrieve the medallion. It is guarded by Malor the Zealous, a crazed member of the Scarlet Brotherhood who resides deep in the Scarlet Bastion in western Stratholme.','','','','','',12845,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5123,4044,618,0,0,52,59,0,0,0,0,0,0,0,0,0,0,0,12842,1,'The Final Piece','The log you found on the high chief looks extensive, but after looking through a couple of the pages, you find that you cannot read the text. The markings are so crude and poorly-formed that you are not sure if anyone would be able to read them.$B$BBut perhaps Donova will be able to tell you what it says... ','Bring the Crudely-written Log to Donova Snowden in Winterspring.','I wonder what all of this means... I can\'t make anything out...','Now, what\'s this, $N?','','','','','',12842,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27900,0,0,0,0,'',5087,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,3),(5124,4044,618,0,8,55,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'Fiery Plate Gauntlets','By Thaurissan\'s beard!$B$BWhere did you find them?$B$BMore importantly, are you willing to part with them? Naturally, I would pay you for such a noble gesture.$B$BI\'ll tell you what, $N. If you give me those unfired gauntlets, I will teach you how to make a set all your own. All you need to do is collect the parts for me so that I may narrow down the exact recipe.$B$BDo we have a deal??$B$BHere\'s the list of what I need, I\'ll front the non-enchanted thorium myself since you\'re supplying the gauntlets.\n','Bring Malyfous Darkhammer 6 Enchanted Thorium Bars, 2 Essence of Fire, and 4 Star Rubies. You will also need to turn in your Unfired Plate Gauntlets.','As promised, $N, here\'s your recipe! I\'m also going to throw in a little something extra for all of your hard work and dedication. What am I going to do with these anyway???','Time is money, $N and I don\'t have much of either.','','','','','',12812,12655,7078,7910,0,0,1,6,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12699,12631,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',5103,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5125,4044,2017,0,8,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Aurius\' Reckoning','','','$N, I am dying... but my soul is saved. For that, I owe you more than words can say. Please, take this... and fight on, brave $C!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17044,17045,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5122,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5126,4044,618,0,10,55,60,0,0,0,164,285,0,0,0,0,0,0,0,0,'Lorax\'s Tale','The Satyr paces about and talks to himself. Do you wish to question him?','Speak with Lorax. Listen to what he has to say.\n','','','Listen to Lorax\'s Tale','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1),(5127,4044,1583,0,64,55,60,81,0,0,164,285,0,0,0,0,0,0,12848,1,'The Demon Forge','Lorax makes deals, he does not accept them from insignificant mortals.$B$BA deal I shall make with you, however... take this pike, it is imbued with powerful Fel energies. When you find Goraluk Anvilcrack, slay him and drive this pike through his dying heart. His soul he bartered, his soul I shall have. Return the pike and return the breastplate that the thief stole and I shall teach you what it is that he was to learn.','Travel to Blackrock Spire and find Goraluk Anvilcrack. Slay him and then use the Blood Stained Pike upon his corpse. After his soul has been siphoned, the pike will be Soul Stained.$B$BYou must also find the Unforged Rune Covered Breastplate.$B$BReturn both the Soul Stained Pike and the Unforged Rune Covered Breastplate to Lorax in Winterspring.','Our pact you did not break. The soul I did take. The reward I shall make.','Tempt not...','','','','','',12847,12806,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12696,9224,12849,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5126,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5128,4044,618,0,0,52,59,0,0,0,0,0,0,0,0,0,0,0,12842,1,'Words of the High Chief','The Winterfall are no longer a threat to me, but if you still want to find out what was driving the furbolg to create and consume this strange firewater, I think you should seek out Kelek Skykeeper.$B$BHe is part of a group known as the Emerald Circle, druids that are committed to their work in Felwood, healing the land from the corruption.$B$BKelek has much experience with the furbolgs in Felwood, and may be able to tell you more about the log.$B$BThank you, again, $N.','Take the Crudely-written Log to Kelek Skykeeper in southern Felwood.','Yes, if you let me examine this for a while, I might be able to translate it for you.$b$b$b$bWhen I am able to look over this fully, I will send word to you.$b$bThank you for sharing this with me, $N. Very little is known about the Winterfall furbolg.','The Emerald Circle is friendly to all, $R. What can I do for you?','','','','','',12842,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34423,34424,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,98,86400,13158,0,0,0,0,55800,0,0,0,0,'',5123,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,5),(5141,4044,0,182,8,40,55,0,1101,0,165,225,0,0,0,0,0,0,0,0,'Dragonscale Leatherworking','Dragonscale leatherworking isn\'t easy, but it\'s extremely rewarding. I\'ll teach you how to make this fine mail armor, but only if you agree to certain conditions.$B$BBy choosing this path, you agree never to learn elemental or tribal leatherworking; there is only room for one of the three at the apex of the craft. Furthermore, I\'ll need some samples of your best work involving scorpid armor. Finally, I\'ll need proof of your ability to acquire the staple of the trade: scales of the dragonkin.','Bring 2 Tough Scorpid Breastplates, 2 Tough Scorpid Gloves, and 10 Worn Dragonscales to Peter Galen in Azshara.$B$BCompleting this quest will give you access to the Dragonscale Leatherworking arts.$B$BThe completion of this quest will prevent you from learning Elemental Leatherworking and Tribal Leatherworking; be sure this is the path you wish to follow before doing so.','I\'ll hand it to you - it takes a strong will to make a permanent decision like you\'ve just done. I assure you, dragonscale leatherworking will prove to be a profitable and rewarding path for you to follow.$B$BTo train in the art for the future, simply speak to me and I will make available any knowledge that you have yet to commit as yours.','If you\'re ready to commit to a permanent decision by becoming a dragonscale leatherworker, then I\'m ready to take you on as a student. Just bring to me the things I asked for, and we\'ll begin your education.','','','','','',8203,8204,8165,0,0,0,2,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,10657,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'5143 5144',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5142,4044,139,0,8,50,55,0,0,0,0,0,0,0,0,0,0,5149,0,0,'Little Pamela','So many of us died at the battle of Darrowshire. So many died... and worse.$B$BWhen the battle began I hid my niece Pamela, and I do not know what happened to her. I am but a wandering spirit, but my heart still longs to know Pamela\'s fate.$B$BPlease, good $c. Will you go to Darrowshire and search for her? It is to the east, beyond Gahrron\'s Withering.','Find Pamela Redpath in Darrowshire.','Hello. I\'m Pamela, what\'s your name?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'5601',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,20,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(5143,4044,0,182,8,40,55,0,1101,0,165,225,0,0,0,0,0,0,0,0,'Tribal Leatherworking','To learn tribal leatherworking demands an understanding of how primal nature truly is; I know that you have already mastered the art of making wild leather armor, and I am willing to complete your training.$B$BKnow this, $c: by choosing this path you agree never to learn dragonscale or elemental leatherworking; there is only room for practice of one of the three arts. Furthermore, bring to me the finest samples of your wild leather armor. From there, we will begin your mastery.','Bring a Wild Leather Vest and a Wild Leather Helmet to Caryssia Moonhunter in Feralas.$B$BCompleting this quest will give you access to the Tribal Leatherworking arts.$B$BThe completion of this quest will prevent you from learning Dragonscale Leatherworking and Elemental Leatherworking; be sure this is the path you wish to follow before doing so.','You\'ve given your finest offerings, and nature will soon permit you to bend her to your will. Once I have finished my tutelage, your work will be a force of nature unto itself.$B$BTo train in the art for the future, simply speak to me and I will make available any knowledge that you have yet to commit as yours.','Nature is a force that must be appeased before you hope to learn how to bend its will into your leather garments. Bring me your offering to this force, and I will make sure you are heard.','','','','','',8211,8214,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,10661,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'5141 5144',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5144,4044,0,182,8,40,55,0,1101,0,165,225,0,0,0,0,0,0,0,0,'Elemental Leatherworking','Elemental leatherworking is what I know, and if you\'re willing to open your mind to the greater powers of substance, I will share with you all there is to learn.$B$BKnow this, $c: by choosing this path you agree never to learn dragonscale or tribal leatherworking; there is only room for practice of one of the three arts. Furthermore, I\'ll need adequate proof that you are in tune with the elements of nature; to that end, bring me the purest essences of fire, water, earth, and wind.','Bring 2 Heart of Fire, 2 Globe of Water, 2 Core of Earth, and 2 Breath of Wind to Sarah Tanner in Searing Gorge.$B$BCompleting this quest will give you access to the Elemental Leatherworking arts.$B$BThe completion of this quest will prevent you from learning Dragonscale Leatherworking and Tribal Leatherworking; be sure this is the path you wish to follow before doing so.','You\'ve cast your lot, and the elements accept you. Once I have finished my tutelage, you shall command the will to craft the finest of leather garbs.$B$BTo train in the art for the future, simply speak to me and I will make available any knowledge that you have yet to commit as yours.','Making this kind of leather-based armor requires patience and dedication. Once you have cast your lot with the elements, there is no turning your back on them. Bring me proof of your worthiness, and we\'ll get started.','','','','','',7077,7079,7075,7081,0,0,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,10659,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'5141 5143',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5145,4044,0,182,8,40,55,0,690,0,165,225,0,0,0,0,0,0,0,0,'Dragonscale Leatherworking','Dragonscale leatherworking isn\'t easy, but it\'s extremely rewarding. I\'ll teach you how to make this fine mail armor, but only if you agree to certain conditions.$B$BBy choosing this path, you agree never to learn elemental or tribal leatherworking; there is only room for one of the three at the apex of the craft. Furthermore, I\'ll need some samples of your best work involving scorpid armor. Finally, I\'ll need proof of your ability to acquire the staple of the trade: scales of the dragonkin.','Bring 2 Tough Scorpid Breastplates, 2 Tough Scorpid Gloves, and 10 Worn Dragonscales to Thorkaf Dragoneye in the Badlands.$B$BCompleting this quest will give you access to the Dragonscale Leatherworking arts.$B$BThe completion of this quest will prevent you from learning Elemental Leatherworking and Tribal Leatherworking; be sure this is the path you wish to follow before doing so.','I\'ll hand it to you - it takes a strong will to make a permanent decision like you\'ve just done. I assure you, dragonscale leatherworking will prove to be a profitable and rewarding path for you to follow.$b$bTo train in the art for the future, simply speak to me and I will make available any knowledge that you have yet to commit as yours.','If you\'re ready to commit to a permanent decision by becoming a dragonscale leatherworker, then I\'m ready to take you on as a student. Just bring to me the things I asked for, and we\'ll begin your education.','','','','','',8203,8204,8165,0,0,0,2,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,10657,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'5146 5148',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5146,4044,0,182,8,40,55,0,690,0,165,225,0,0,0,0,0,0,0,0,'Elemental Leatherworking','Elemental leatherworking is what I know, and if you\'re willing to open your mind to the greater powers of substance, I will share with you all there is to learn.$B$BKnow this, $c: by choosing this path you agree never to learn dragonscale or tribal leatherworking; there is only room for practice of one of the three arts. Furthermore, I\'ll need adequate proof that you are in tune with the elements of nature; to that end, bring me the purest essences of fire, water, earth, and wind.','Bring 2 Heart of Fire, 2 Globe of Water, 2 Core of Earth, and 2 Breath of Wind to Brumn Winterhoof in the Arathi Mountains.$B$BCompleting this quest will give you access to the Elemental Leatherworking arts.$B$BThe completion of this quest will prevent you from learning Dragonscale Leatherworking and Tribal Leatherworking; be sure this is the path you wish to follow before doing so.','You\'ve cast your lot, and the elements accept you. Once I have finished my tutelage, you shall command the will to craft the finest of leather garbs.$B$BTo train in the art for the future, simply speak to me and I will make available any knowledge that you have yet to commit as yours.','Making this kind of leather-based armor requires patience and dedication. Once you have cast your lot with the elements, there is no turning your back on them. Bring me proof of your worthiness, and we\'ll get started.','','','','','',7077,7079,7075,7081,0,0,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,10659,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'5145 5148',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5147,4044,400,0,8,20,29,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted - Arnak Grimtotem','Wanted: Arnak Grimtotem$B$BArnak the outcast is wanted for the heinous crimes of murder and kidnapping. Handsome rewards will be given to those brave enough to bring this criminal to justice.$B$BArnak was last seen on the cliffs near the Darkcloud Pinnacle. Show the proof of your deed to Cliffwatcher Longhorn in Freewind Post in order to claim the reward.','Slay Arnak Grimtotem and bring proof of your deed to Cliffwatcher Longhorn in Freewind Post.','Hah! Well, this is excellent news! I was starting to think that he would never be brought to justice!$b$bHere you are, $N... and thanks. News of Anrak\'s foul deeds boiled my blood!','Have you any news of that murderous Arnak Grimtotem?','','','','','',12884,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15471,15470,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5148,4044,0,182,8,40,55,0,690,0,165,225,0,0,0,0,0,0,0,0,'Tribal Leatherworking','To learn tribal leatherworking demands an understanding of how primal nature truly is; I know that you have already mastered the art of making wild leather armor, and I am willing to complete your training.$B$BKnow this, $c: by choosing this path you agree never to learn dragonscale or elemental leatherworking; there is only room for practice of one of the three arts. Furthermore, bring to me the finest samples of your wild leather armor. From there, we will begin your mastery.','Bring a Wild Leather Vest and a Wild Leather Helmet to Se\'Jib in Stranglethorn Vale.$B$BCompleting this quest will give you access to the Tribal Leatherworking arts.$B$BThe completion of this quest will prevent you from learning Dragonscale Leatherworking and Elemental Leatherworking; be sure this is the path you wish to follow before doing so.','You\'ve given your finest offerings, and nature will soon permit you to bend her to your will. Once I have finished my tutelage, your work will be a force of nature unto itself.$B$BTo train in the art for the future, simply speak to me and I will make available any knowledge that you have yet to commit as yours.','Nature is a force that must be appeased before you hope to learn how to bend its will into your leather garments. Bring me your offering to this force, and I will make sure you are heard.','','','','','',8211,8214,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,10661,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'5145 5146',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5149,4044,139,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pamela\'s Doll','My auntie Marlene told me to stay here in our house because my father had to go and fight. My father\'s the bravest man in the whole world!$B$BBut I\'ve been here for a long time, and he hasn\'t come for me. Sometimes bad people come and whisper to me and I want my dad to make them go away, but he\'s not here!$B$BAnd sometimes when it gets dark I want to play with my doll but I can\'t because I left it in town.$B$BWill you find my doll for me?','Find Pamela\'s doll.','You found it! You found my doll! Oh, thank you!','Did you find my doll?','','','','','',0,0,0,12885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'5142 5601',5142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5150,4044,490,0,8,47,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dadanga is Hungry!','','','Placing the sprouts in front of her, Dadanga seems pleased.$B$BShe nudges a small brown-wrapped package towards you, in exchange for the treat!','Dadanga looks up at you as you approach her. She seems to be hoping for something...$B$BShe\'s probably hungry!$B$BThere\'s got to be something growing in the crater that would be just the perfect snack for a large herbivore. Dadanga\'s a big girl; whatever you bring her, there would need to be a lot of it!','','','','','',11315,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15699,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5151,4044,400,0,0,24,30,1,690,0,0,0,0,0,0,0,0,0,12942,1,'Hypercapacitor Gizmo','I am the only survivor from our caravan attack by the centaur! A rare yet mighty panther is guarding my best gizmo, which is around his neck. Hah! Even the centaur tremble in the presence of this ferocious beast!$B$BHere is the key to the cage. They took everything there, but left him alone. Slay this beast and bring back my hypercapacitor, and I shall reward you.$b$bThe wrecked caravan is just north of here.\n','Slay the beast and bring back the Hypercapacitor Gizmo and Panther Cage Key to Wizlo Bearingshiner.','My hypercapacitor! This will keep me busy for a while until I can figure out what it does...','Do you have my hypercapacitor?','','','','','',12942,12946,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5152,4044,139,0,8,50,56,0,0,0,0,0,0,0,0,0,0,5153,0,0,'Auntie Marlene','Oh, I\'m so lonely! Where is my family? Auntie Marlene told me to stay here, but then she left and never came back! And my dad... have you seen him?$B$BMaybe Auntie Marlene knows where he is. She lives near Andorhal, in a house to the south. I think it was on a hill... she said it was on a hill.$B$BPlease, $N. You\'re my new friend! Will you talk to my Auntie for me?','Speak with Marlene, south of the Ruins of Andorhal.','You saw Pamela? How is she? Is she alive?? Oh, no! Poor Pamela! She was so young, and such a happy child...$B$BShe doesn\'t know what happened to her father, does she? My brother, Joseph?$B$BNo... she couldn\'t understand what happened to Joseph. And even if she could, I don\'t have the heart to tell her...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25200,0,0,0,0,'',5149,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,18,1,0,0,1000,1000,0,1,0,0,3),(5153,4044,139,0,8,50,56,0,0,0,0,0,0,0,0,0,0,5154,0,0,'A Strange Historian','I wish Joseph could again be with his daughter, but it cannot be so. His soul was twisted by the Scourge, and he became a monster. Oh, he is doomed!$B$BBut perhaps we can change his fate.$B$BSearch the graves outside for Joseph\'s monument. His body\'s not there, for it was trampled and destroyed years ago, but under the monument is his wedding ring. Take that ring to Chromie... a strange gnome with very strange powers.$B$BChromie is staying in the ruined inn at the northwest corner of Andorhal.','Bring Joseph\'s Wedding Ring to Chromie.','What is this? A wedding ring? Let me see...$B$BAh! This ring was once on the hand of a great man, but there is much tragedy in that man\'s past.$B$BAre you here to help him? It\'s far too late for him now... but perhaps we can help him in the past!','There is something timely about your visit. You\'re not from the future, are you?','','','','','',12894,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',5152,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,4),(5154,4044,28,0,8,50,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Annals of Darrowshire','To save Joseph Redpath, we must first discover his past. We can learn this in the Annals of Darrowshire, a book held in the city hall of Andorhal.$B$BBring me that book. We can then learn Joseph\'s fate, and with luck... change it!','Bring the Annals of Darrowshire to Chromie in Andorhal.','Well done, you found it!$B$BDid you read it? Is Joseph Redpath mentioned? If he is, then perhaps we can save him!$B$BAh. The Annals of Darrowshire tell a very unsettling tale. It says that during the battle, Joseph Redpath was corrupted and joined the ranks of the Scourge! He then betrayed the defenders of Darrowshire.$B$BThat is an ill fate. If we can, we should try to change that fate, don\'t you think?','Did you find the book, $N?','','','','','',12900,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',5153,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,6,5,0,0,0,0,0,0,6,0,0,5),(5155,4044,361,0,8,48,51,0,0,0,0,0,0,0,0,0,0,5157,0,0,'Forces of Jaedenar','If I am to trust you in this matter, you will first have to prove yourself.$B$BI must know that you are an enemy of the Shadow Council--the ones responsible for many evils here and abroad.$B$BTravel deeper into Felwood. To the west you will see a path leading to Jaedenar. It is there that the Council plots with the Burning Legion.$B$BEnter the depths of one of the corrupted Barrow Dens they inhabit and slay their kind. Return to me after you\'ve done this. Then I will know you truly seek to help us.','Enter Jaedenar and slay 4 Jaedenar Hounds, 4 Jaedenar Guardsmen, 6 Jaedenar Adepts, and 6 Jaedenar Cultists before returning to Greta Mosshoof in Felwood.','Good, $N! With their numbers weakening, we can further press them.$b$bHow was your first taste of their power? Were they as strong as you thought they would be? Stronger? Or perhaps they were no challenge for you at all. Wouldn\'t that be something?$b$bWe can discuss the details of your exploits later. There are other things we must focus on now.','How goes your fight, $N? I know the shedding of blood as proof of honor can be disgusting to some, but you must understand that it serves two goals: you make my task easier by hurting their numbers, and we gain a respect for each other that will only make us stronger in times to come.$B$BI hope you understand.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7125,7113,7115,7112,4,4,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,4,1,1,0,0,0,0,0,1,0,0,5),(5156,4044,361,0,12,48,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Verifying the Corruption','To the north, along the east of the road in what\'s called Shatter Scar Vale, is an area where infernals were called down during the last great war--the craters still scar the land, as do the infernals themselves.$B$BI am curious about two things. First, are there still entropic elementals roaming the area? And second, are the craters still filled with the corrupt, fetid water that gathered there years ago? Will you help me and check, $N? Be careful though, the infernals destroy anything in their path.','Seek out and destroy 2 Entropic Beasts and 2 Entropic Horrors while exploring Shatter Scar Vale. After checking to see if the craters there are still filled with corrupt fel water, return to Taronn Redfeather in Felwood.','Good that you\'re alive, $N. Bad that the water still exists. I was hoping to find at least one pure source of water here in Felwood. It looks like my search has failed. The process of healing the land could have been made much easier with its existence.$b$bI will have to concern myself with saving what forest creatures I can while destroying those that have become so corrupt that they endanger themselves as much as travelers through this once-mighty forest.','I hope your search goes well, $N. I haven\'t started heading that far north, but I will admit, the thought of crossing the path of an infernal at any point scares me just a little. The creatures are brainless, but still quite intimidating.','Explore the craters in Shatter Scar Vale','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9878,9879,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,59100,2206,2207,2208,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5157,4044,361,0,0,48,52,0,0,0,0,0,0,0,0,0,0,5158,12922,1,'Collection of the Corrupt Water','Deep within Jaedenar lies Shadow Hold--the main fortress of their corruption and evil.$B$BThe Shadow Council has protective spells surrounding their lair in the form of braziers. If I am to find out any more information about our enemy through scrying, then those braziers must be extinguished. By doing so, I should be able to spy on the Council and find out who leads them.$B$BIf you can, take this canteen and fill it at the Moon Well in the center of Jaedenar. Return to me afterwards.','Take the Empty Canteen to the Moon Well in the center of Jaedenar and fill it before returning to Greta Mosshoof in Felwood.','This will do nicely, $N.$b$bNow all we have to do besides apply the waters to the braziers is to have it purified. That should not be difficult--it should only require a little travel.$b$bHopefully we can do this quickly.','Once we have the waters from the Moon Well, we will purify it and use it to extinguish the braziers of protection within Shadow Hold. That should allow me ample time to see into the chambers even deeper and discern who actually leads this... cult.$b$bI pray the Earthmother is with us.','','','','','',12907,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',5155,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,6,0,0,4),(5158,4044,361,0,0,48,52,0,0,0,0,0,0,0,0,0,0,0,12907,1,'Seeking Spiritual Aid','Take the corrupt water to the Barrens, $N. South of Ratchet, hidden along the shore, is an old friend of mine, a shaman named Islen Waterseer. She is a powerful shaman who will help us. Her relationship with the spirits of water has always been strong. Our task being a noble one should be enough to persuade her and the spirits of water to aid us in this task.$B$BYou should find her at a small camp right along the water\'s edge. And, $N, ignore the pirates... they are but a nuisance and no threat to you.','Take the Corrupt Moon Well Water to Islen Waterseer in the Barrens.','Ah, you need the water from this Moon Well cleansed. Stopping this force of malice in Felwood seems noble enough, but it is not for me to decide if the water will be purified. I will ask the spirits of water--it will be up to them to decide if the cause is just.$b$bGive me a moment and I will tell them of your plea. I hope they are as sympathetic as I am to your cause.','I sense you are not just a simple traveler looking for the path to Ratchet. Come, sit and rest at our camp. Speak to me when you\'re ready.','','','','','',12907,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',5157,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,3),(5159,4044,361,0,0,48,54,0,0,0,0,0,0,0,0,0,0,5165,12906,1,'Cleansed Water Returns to Felwood','Thank the spirits, $N. They are the ones that have come to your aid, not me.$B$BI give this purified water to you now. Please give my regards to Greta and my best wishes. She is tackling something greater than many of us... as I\'m sure she will soon find out.$B$BThe Shadow Council is not a force to be trifled with, $N. Remember that.$B$BGo now. Take the water and return to Greta.','Take the Purified Moon Well Water to Greta Mosshoof in Felwood.','This should be more than enough water for our purposes.$b$bI\'m glad to hear that Islen was able to help us. Her strength with the water spirits has always been a strong one. She is also wise, and rare is it that the spirits do not agree with her purpose. The fact that both of them have blessed our task gives me hope that we are on the right path.','Ah, I see you\'ve returned, $N. Good. Did you find Islen in the Barrens? Or do we have to find another way to accomplish our goals?','','','','','',12906,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',5158,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,2,0,0,3),(5160,4044,1583,0,0,57,60,81,0,0,0,0,0,0,0,0,0,5161,12923,1,'The Matron Protectorate','Travel to Kalimdor, $r. Our flight makes its home in the frigid landscape of Winterspring. Once you reach Winterspring, find the caves of Mazthoril.$B$BUpon the icy floors of Mazthoril you will find cobalt runes. Hold one of my scales and stand upon a rune and you shall be transported to Haleh, our matron protectorate.$B$BGive her the scale so that she may scry what it is I have seen and felt, here in this doomed place.','Travel to Winterspring and find Haleh. Give her Awbee\'s scale.','The Aspects insist that we stay out of the affairs of mortals. In this world, however, such a thing is not always possible - especially when one of our own contemptuously disregards such edicts.','It is good to see you, $N.','','','','','',12923,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5161,4044,618,0,8,57,60,0,0,0,0,0,0,0,0,0,0,5162,0,0,'Wrath of the Blue Flight','We understand what the cursed brood of Deathwing attempts to do and we know that it cannot be allowed.$B$BBecause of the protection Blackrock mountain affords Nefarian, it has become increasingly difficult for us to intercede.$B$BWe can, however, empower you, mortal - should you so choose.$B$BThe path before you is one full of peril. You must decide whether to accept our help. Ponder this and speak with me again when a decision has been made.','Speak with Haleh if you wish to continue.','So it shall be...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',5160,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5162,4044,28,0,0,57,60,1,0,0,0,0,0,0,0,0,0,5164,0,0,'Wrath of the Blue Flight','It is the arcane that I control and the arcane which will send you to your next destination.$B$BWhen you are ready, the journey will begin. To the Plaguelands you will go and to Jeziba you will speak.$B$BHe is a mortal as wise as the ancients and as patient as the immovable earth. Find him in Andorhal.\n','Speak with Jeziba in the Plaguelands. He resides in Andorhal.','I am Jeziba, known to many as the Sculptor. What I sculpt, however, are not statues, but heroes.$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',5161,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5163,4044,618,0,0,52,58,0,0,0,0,0,0,0,0,0,0,0,12928,1,'Are We There, Yeti?','It\'s all ready, $N!$B$BNow, I sent some mail to my friends already, telling them that I have a surprise for them. This is where you come in!$B$BI\'m going to give you my mechanical yeti, and you need to surprise them by paying each of my friends a visit, turning the yeti on and sending it towards them.$B$B Once you have shown Legacki in Everlook, Sprinkle in Gadgetzan, and Quixxil in Marshal\'s Refuge, come back and tell me what happened!$B$BPlease bring my yeti back to me then, too.','Take Umi\'s Mechanical Yeti and scare her friends with it:$B$BLegacki in Everlook (Winterspring)$BSprinkle in Gadgetzan (Tanaris)$BQuixxil in Marshal\'s Refuge (Un\'Goro Crater)$B$BWhen you are done, bring the Mechanical Yeti back to Umi.','Hah! They\'ll think twice before making fun of my ideas again!$B$BThanks for your help, $N. I couldn\'t have had so much fun without you!','I can\'t wait to hear how my friends react!$B$BThey\'ll never expect it!','','Scare Legacki','Scare Sprinkle','Scare Quixxil','',0,0,0,12928,0,0,0,0,0,1,0,0,10978,7583,10977,0,1,1,1,0,17166,17166,17166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15778,0,0,0,1,0,0,0,577,0,0,0,0,0,350,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,67500,0,0,0,0,'',977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,11,11,0,0,0,0,0,2,11,11,0,0,0,0,0,0,11,0,0,6),(5164,4044,28,0,0,57,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'Catalogue of the Wayward','A finer instrument of justice, Haleh could not have chosen. Read from the catalogue of the wayward and be enlightened.$B$BShould you persist... should you do what is asked of you... should you survive... a hero you will make.','Read from the Catalogue of the Wayward.\n','Hundreds upon hundreds of pages filled with garbled text and symbols make up the brunt of this book.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',5162,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5165,4044,361,0,0,48,55,0,0,0,0,0,0,0,0,0,0,0,12906,1,'Dousing the Flames of Protection','Now, you must return to Jaedenar. The braziers are more than likely spread throughout Shadow Hold. Douse each of their flames and the protections the Council has set up will fall for at least a short period of time. I will be waiting for that to happen. When it does, I will look deep within the Hold and try to find out who the head of this beast is. Then, and only then, will we see about attacking them directly.','Using the Purified Moon Well Water, douse the flames of the four braziers of protection within Shadow Hold in Felwood, then return to Greta Mosshoof in the Emerald Sanctuary.','I was able to see you with my spells as soon as the last brazier\'s flames died. Well done, $N.$b$bI learned a few things before the Shadow Council\'s warlocks were able to recast their spells. Hopefully it will be enough.$b$bFor now, rest. I will tell you what I\'ve learned in a moment.','The braziers must be extinguished if we are to have any hope of being prepared for a much greater battle. Going in to the dragon\'s lair without any knowledge is a fool\'s errand. And this is much worse than a dragon. The Shadow Council are solely responsible for a great number of crimes and atrocities. We\'ll have to work quickly if we\'re to stop them.','','Extinguish the Brazier of Pain','Extinguish the Brazier of Malice','Extinguish the Brazier of Suffering','Extinguish the Brazier of Hatred',0,0,0,0,0,0,0,0,0,0,0,0,-176158,-176159,-176160,-176161,1,1,1,1,17155,17155,17155,17155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',5159,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(5166,4044,28,0,8,57,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'Breastplate of the Chromatic Flight','The forging of a powerful breastplate to protect against the unrelenting attacks of the chromatic flight is one built upon irony.$B$BThe scales of the very beasts we battle must be sewn to the pristine carapace of an elder chromatic drake or dragon. None are known to exist at this time and we should hope that none will ever exist.$B$BLastly, perhaps the most difficult of all components: the blood of heroes.$B$BThe Sculptor must ultimately forge this creation.','To forge the Breastplate of the Chromatic Flight, you will be required to bring the following items to Jeziba the \'Sculptor\':$B$B1 Chromatic Carapace.$B$B10 Brilliant Chromatic Scales.$B$B10 Blood of Heroes.$B$B10 Frayed Abomination Stitchings.','Do you not yet understand? The journey was the destination. Can you not feel the battle scars? The pain you underwent?$B$BHaving survived the ordeal, you are a more powerful being. Much more powerful. This breastplate is merely a reflection of your own innate abilities.','You have chosen wisely, $R.','','','','','',12871,12607,12938,12735,0,0,1,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12895,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5164,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5167,4044,28,0,8,57,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'Legplates of the Chromatic Defier','The carapace of a mature chromatic drake is needed to form the foundation of the leggings. Brilliant chromatic scales are then layered upon the wire frame and enchanted in the blood of heroes. Finally, the supple skin of shadow must be applied to the inner greaves.','To forge the Legplates of the Chromatic Defier, you will be required to bring the following items to Jeziba the \'Sculptor\':$B$B1 Chromatic Carapace.$B$B10 Brilliant Chromatic Scales.$B$B10 Blood of Heroes.$B$B5 Skin of Shadow.','They will smell their kin as you enter their halls, $N. Crush them with their own fear!','Such an item has never been crafted!','','','','','',12871,12607,12938,12753,0,0,1,10,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12903,12945,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5164,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5168,4044,139,0,8,50,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heroes of Darrowshire','The heroes of Darrowshire hold a place in my heart, and the book you brought me, the Annals of Darrowshire, tells their tales.$B$BIt tells of the paladin Davil Lightfire and how the Crusade took his libram to the town hall of Hearthglen.$B$BIts passages also speak of my brother, Captain Redpath. After his betrayal, his shield was cracked and discarded and now lies in the most unlikely of places -- near the barn of Gahrron\'s Withering.$B$BGather these relics, $N. For fate and tragedy surrounds them.','Bring Davil\'s Libram and Redpath\'s Shield to Carlin Redpath.','You have the libram and the shield!$B$BTheir history is entwined with the history of Darrowshire, and somehow, I know that fate will bring them together again.','Do you have the relics, $N?','','','','','',12954,12955,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',5210,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(5181,4044,139,0,8,50,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Villains of Darrowshire','The Annals of Darrowshire tells of the villains of that battle. It tells how the ghoul lord Horgus the Ravager was destroyed by Alliance forces during the battle. His body was cast into a lake, northwest of Corin\'s Crossing, and his skull remains there.$B$BMarduk the Black was never defeated, but his fabled sword was shattered and lost. It lies at the bottom of the gorge west of Corin\'s Crossing.$B$BRetrieve these items, $N. I know not why, but I am certain their fate lies with you.','Bring the Skull of Horgus and the Shattered Sword of Marduk to Carlin Redpath at Light\'s Hope Chapel.','You found them! Well done, $N! These relics hold a power I do not fully understand, a power you will one day harness.$B$BThey also bring dark memories to my mind, memories of death and treachery, and of the last night of Darrowshire...','Did you find the skull and the sword, $N?','','','','','',12956,12957,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',5210,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(5201,4044,618,0,8,58,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Intrusion','My presence goes unnoticed by most, $N. However, there is an annoyance that seems firmly rooted here in Winterspring: the Winterfall furbolg.$B$BAlthough I have never directly attacked the furbolg, they seem crazed, fearful of anything in their path. I have watched them slay countless creatures that had the misfortune to simply be in the wrong place at the wrong time.$B$BI am weary of their meddling -- please, help me by fighting back. Slay the furbolg and keep them away from Frostsaber Rock.','Rivern Frostwind wants you to slay 5 Winterfall Shaman and 5 Winterfall Ursa.','I am relieved to hear that for a short moment, we will not have to worry about the Winterfall intrusion.$B$BYou are beginning to show your perseverance, $N.','The furbolgs seem to suffer from such paranoia...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7439,7438,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5202,4044,361,0,0,49,55,0,0,0,0,0,0,0,0,0,0,0,13140,1,'A Strange Red Key','The small red key seems to be made of some kind of bone material. It is heavy in your hand, but appears very fragile. Why would a member of the Shadow Council have such a thing? Perhaps there is something within Jaedenar that this strange key unlocks.','Search through Jaedenar to discover what the Blood Red Key is used for.','The key, you\'ve found it! Please, give it to me and I can finally escape!','I begin to wonder if I\'ll ever escape this cage.$b$bIt\'s only a matter of time before they sacrifice me to whatever demons they worship. The monsters!','','','','','',13140,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(5203,4044,361,0,2,49,55,0,0,0,0,0,0,0,0,0,0,5204,0,0,'Rescue From Jaedenar','But, as much as it pains me, there is one thing that must be done first: I have to find Trey\'s sword Lightforge and escape Shadow Hold to tell my superiors what\'s happening here. Can you help me, $N?$B$BOur equipment isn\'t far from here, and you\'ve already proven you can survive the path to the top.$B$BAfter we escape, I\'ll head to Darnassus if you can find my friend Jessir near the Ashenvale border. She was to meet us at the Emerald Circle\'s camp near there.$B$BWhat do you say, $N? Can you help me again?','Escort Arko\'narin to where Lightforge and her equipment are being held, and then protect her as you escape Shadow Hold. Afterwards, seek out Jessir Moonbow in Felwood to let her know what\'s happened to her friends.','You were the one who helped Arko escape? I\'m so glad you found me. She passed by here not too long ago on her way to Darnassus. She had Lightforge in tow and wouldn\'t even take time to speak to the druids to be healed. She said it was far too urgent.$b$bBut she did tell me about your encounter with Trey\'s spirit. What a terrible fate for a Knight of the Silver Hand. She didn\'t show it, but I know it\'s tearing her up inside, the thought of losing one of her closest friends.','You look winded, $n. Are you all right, or is something wrong?','Protect Arko\'narin out of Shadow Hold','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',5202,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(5204,4044,361,0,8,49,57,0,0,0,0,0,0,0,0,0,0,5385,0,0,'Retribution of the Light','She would like to pretend that she\'s fine. She\'d love for me to think that she\'s strong enough to deal with all of this on her own, but I know better than that. Trey\'s death and hearing the torture he was put through is going to haunt her for a long time, and there\'s nothing we can do to stop that. But we can give her some peace!$B$B$N, return to Shadow Hold, kill Trey\'s torturer and find his remains. There is no reason we can\'t tie off all these loose ends while Arko\'narin mourns in her own private way.','Return to Jaedenar and kill the succubus Rakaiah before finding the Remains of Trey Lightforge.','You gather the $C\'s remains as carefully as you can, recalling that at least his spirit has been released from any pain or suffering that might have been forced upon him.','You inspect the body, and there is no doubt that these are the remains of the Knight of the Silver Hand, Trey Lightforge. For a moment you think of Arko\'narin and question if anyone in your life meant as much to you as this man meant to the Night elf captive you recently helped escape Shadow Hold.$B$BAfter taking another moment to gather your thoughts, you know that you cannot take the paladin\'s remains back to Jessir without killing his torturer first.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9518,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13562,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,'',5203,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5205,5875,0,0,8,49,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5206,4044,139,0,0,50,60,0,0,0,0,0,0,0,0,0,0,5941,13156,1,'Marauders of Darrowshire','Chromie said the relics you gathered are reagents to a powerful spell, and one more is required: skulls from the scourge who took part in the battle of Darrowshire.$B$BTake this crystal and hunt scourge champions for their skulls. The crystal is enchanted; if a champion took part in the battle, then when you pass the crystal over its skull it will resonate. Bring me those resonating skulls.$B$BGo, $N. You\'ll find scourge champions in the Noxious Glade to the north and the Fungal Vale to the west.','Bring 5 Resonating Skulls and the Mystic Crystal to Carlin Redpath in Eastern Plaguelands.','You found them! Wonderful!$B$BAlthough I don\'t fully understand how they can help us, I feel their power and I know in my bones that they are linked to my home village of Darrowshire.','Do you have the skulls? Chromie said they will be critical for her spell, and that spell will give us the chance to save Darrowshire.','','','','','',13155,13156,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',5154,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(5207,5875,361,0,8,49,49,0,0,0,0,0,0,0,0,0,0,0,0,0,' The True Summoner','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5208,5875,361,0,8,49,49,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Blessing of Evil','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5209,5875,361,0,8,49,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5210,4044,139,0,0,50,56,0,0,0,0,0,0,0,0,0,0,5181,13202,1,'Brother Carlin','The Annals of Darrowshire, through my magic, has gained pages at its end, and now it extends its history beyond the battle. One of the extra passages tells of another Redpath, Carlin, who survived Joseph\'s betrayal. Carlin\'s now in the Plaguelands to the east, at the Light\'s Hope Chapel.$B$BTake the book and speak with him.','Bring the Extended Annals of Darrowshire to Carlin Redpath in Eastern Plaguelands.','What is this book? The Annals of Darrowshire? That was my home before the war... my home before the battle that destroyed it! Why did you bring me this book?$B$BBut look here! At the end there are pages that tell tales of the days beyond the battle! Here is a passage about me! And one about my brother Joseph! Is this book true?$B$BWe must discover the truth!','You\'ve come from the west? How fare the rest of Lordaeron? I know that Andorhal is lost, but has the Scourge yet reached fair Tirisfal?','','','','','',13202,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25200,0,0,0,0,'',5154,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,3,6,1,5,0,0,0,0,0,1,0,0,3),(5211,4044,139,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defenders of Darrowshire','Many of the defenders fell at the battle of Darrowshire. And many roam again as the ghastly servants of the Scourge! Find these poor souls and end their misery!$B$BHunt cannibal ghouls, gibbering ghouls and diseased flayers. Many of these fiends were once the good folk of Darrowshire and destroying their forms now will set their souls free.$B$BYou will find them in Plaguewood and Corin\'s Crossing, and in other Scourge strongholds of Eastern Plaguelands.','Free 15 Darrowshire Spirits and return to Carlin Redpath.','It is good to hear you found the tortured souls of my brethren and freed them. My heart will weep less, knowing at least some of the defenders of Darrowshire no longer wallow in the vile subservience of the Scourge.','The poor defenders of Darrowshire cry out to me in my dreams, $N. You must free them!','','Darrowshire Spirits Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,11064,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',5241,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,5),(5212,4044,2017,0,8,55,60,81,0,0,0,0,0,0,0,0,0,5213,0,0,'The Flesh Does Not Lie','The Forsaken apothecaries are not the only beings in this world schooled in the sciences.$B$BI have been studying the plague for years, $r. We had previously thought that the potency of the plague was dwindling, but what I have discovered here in the Plaguelands is startling. The plague seems to be growing in strength!$B$BI need to run more tests! The most potent source of the plague is from the tainted flesh of the most recently infected. Travel to Stratholme and bring me samples, $N.\n','Recover 10 Plagued Flesh Samples from Stratholme and return them to Betina Bigglezink. You suspect that any creature in Stratholme would have said flesh sample.','There is something that has changed in the chemical structure of the plague\'s active agents. More data is required.','Some say I worry too much - to them I say, \'You don\'t worry enough!\'','','','','','',13174,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,5,0,0,7),(5213,4044,2017,0,8,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Active Agent','You will have to delve deeper into Stratholme, $N.$B$BBeyond the first gates you will find the ziggurats. We know that the Scourge draws great power from these structures. Search the Ziggurats and return with any information that you may discover.\n','Travel to Stratholme and search the ziggurats. Find and return new Scourge Data to Betina Bigglezink.\n','Astonishing! This will take months to dissect and analyze. The Argent Dawn thanks you for your efforts, $N.$B$BWith our blessing, take your pick between either this Seal of the Dawn or this Rune of the Dawn. You can use either of them instead of a standard Argent Dawn Commission to collect scourgestones on our behalf. Should you lose yours, speak with me and I\'ll get you a replacement.','We are on the verge of discovering what this new active plague agent may be!','','','','','',13176,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13209,19812,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5212,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,5,1,1,0,0,0,0,0,5,0,0,7),(5214,4044,2017,0,8,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Fras Siabi','Terrible thing... what happened to Fras. You see, the town was sacked and Fras didn\'t want to leave his precious goods behind. The last thing I remember him saying was, \'I\'ll burn every last leaf before they get their damned, dirty hands on them!\'$B$BI may love a good stogie but I\'m no fool. I left Fras and his delightful store that day. I assume he went down in flames but if there\'s a chance that even one box of his famous tobacco is still intact...$B$BWhat do you say, $N? Find a box for ol\' Smokey?','Find Fras Siabi\'s smoke shop in Stratholme and recover a box of Siabi\'s Premium Tobacco. Return to Smokey LaRue when the job is done.\n','Oh sweet, sweet stogie, how I have missed you...','I can\'t take it, $N! You gotta help me! I\'m dying!','','','','','',13172,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13171,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,5,20,0,0,0,0,1,1,0,0,0,0,0,0,0,5,0,0,7),(5215,4044,28,0,8,50,53,0,1101,0,0,0,0,0,0,0,0,5216,0,0,'The Scourge Cauldrons','Within the lands of former Lordaeron are eight cauldrons - four here in the west, and four more ensconced in the east. These cauldrons spew poisons into the air, propagating the plague throughout the land for the Scourge.$B$BThe necromantic might of Kel\'Thuzad is too strong to outright shut down these cauldrons, but we think we might have a way to subvert them to our advantage. My second, High Priestess MacDonnell, will be your point on this assignment; she\'ll continue the briefing from here.','Speak with High Priestess MacDonnell at Chillwind Point, Western Plaguelands.','May the power of the Light shine upon you in these dark times, $c. I am pleased to serve as your coordinator for our plan to sabotage the Scourge\'s cauldrons.$B$BOur goal will be to change the composition of the plague that the cauldrons create into something that negatively affects the Scourge. In order to affect this change, you will need to secure access to each of the four cauldrons present in the Western Plaguelands.$B$BStand ready hero, for a glorious battle against the vile Scourge awaits you!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,'',5092,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,1),(5216,4044,28,0,0,50,53,0,1101,0,0,0,0,0,0,0,0,5217,13186,1,'Target: Felstone Field','Of the four cauldrons here in the west, the one located at Felstone Field may be the easiest one in obtaining access to. The Scourge have greener troops positioned here, though they should not be underestimated.$B$BGo to Felstone Field, northwest of Andorhal, and engage the cauldron lord there. We think it has a key that will unlock access to the cauldron. When unlocked, use this bottle to obtain a sample of the poisons inside the cauldron; we\'ll need it for study in developing a counter agent.','Go to Felstone Field in Western Plaguelands to locate and defeat the Cauldron Lord present there. It may have a key that will allow access to the cauldron. You must have the Empty Felstone Field Bottle with you to secure a sample of the poisons used inside the cauldron.','The key taken from Cauldron Lord Bilemaw is a perfect fit in unlocking the access panel. A foul stench emanates from the opened panel as an unknown mix of concentrated substances swirl inside the cauldron.$B$BThere is a small spigot that the bottle fits well enough under, allowing you to draw a sample for High Priestess MacDonnell back at Chillwind Point.','An access panel to the cauldron remains securely fastened. In order to open it, you will need to find the key.\n','','','','','',13194,13186,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,529,0,0,0,72,250,250,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',5215,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5217,4044,28,0,0,50,53,0,1101,0,0,0,0,0,0,0,0,5219,13190,1,'Return to Chillwind Camp','You fill the bottle with enough of the cauldron\'s poisonous concoction for a suitable sample to be studied.$B$BWith the poison in hand, it is time to return to High Priestess MacDonnell at Chillwind Camp to complete the mission.','Bring the Filled Felstone Field Bottle to High Priestess MacDonnell at Chillwind Camp, Western Plaguelands.','Well done $N - it should take Alchemist Arbington no time at all to analyze this and devise a counter agent to introduce into the cauldron. If we are able to pump out enough of it into the air, we might be able to weaken all the Scourge present here.$B$BThis will no doubt be an ongoing ordeal; we will need to continually hit these cauldrons and introduce our reagents into their mix. Still, if we can keep it up, we will have a huge advantage over Scourge when the time comes for battle!','Welcome back to the relative safety of Chillwind Camp, $N. What progress on the cauldrons do you have to report?','','','','','',13190,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,529,0,0,0,72,75,75,0,0,0,19,0,8000,0,0,10937,0,0,0,0,0,0,0,22800,0,0,0,0,'',5216,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,3,0,0,3),(5218,4044,28,0,264,50,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Felstone Field Cauldron','','','Adding the reagents to the cauldron\'s mix begins to change the color and texture of the cloud it spews forth. Scourge that are even remotely near the cauldron appear to recoil at the introduction of the new components into the environment.','The Scourge\'s plague cauldron stands before you, spewing vast amounts of toxins into the air. A small, non-descript access panel lies in the base of the cauldron\'s vast platform.$B$BHaving already defeated the cauldron lord and acquired its key, you are free to add the appropriate reagents to the cauldron to make a counter agent to the plague.','','','','','',13320,13357,14047,0,0,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5126,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5219,4044,28,0,0,50,55,0,1101,0,0,0,0,0,0,0,0,5220,13187,1,'Target: Dalson\'s Tears','One of the plague cauldrons is located in the field of a former farmhouse now referred to as Dalson\'s Tears. Well, we shall shed no tears this day as we thwart the Scourge and have them choke on their own fumes!$B$BGo to Dalson\'s Tears, almost due north of Andorhal, and eliminate the cauldron lord there. It should have a key like the last one did, allowing you into the cauldron. Use this bottle to obtain a sample from inside the cauldron; each cauldron has its own distinct brew of toxins it uses.','Go to Dalson\'s Tears in Western Plaguelands to locate and defeat the Cauldron Lord present there, and use its key to gain access to the cauldron. You must have the Empty Dalson\'s Tears Bottle with you to secure a sample of the poisons used inside the cauldron.','The macabre key found on the cauldron lord easily slides into a keyhole and then disappears, allowing you permanent access to it. Crude, viscous ichors pulsate through twisted tubes within the cauldrons underpinnings.$B$BThere is a small spigot that the bottle fits well enough under, allowing you to draw a sample for High Priestess MacDonnell back at Chillwind Point.','An access panel to the cauldron remains securely fastened. In order to open it, you will need to find the key.','','','','','',13195,13187,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,529,0,0,0,72,250,250,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',5217,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5220,4044,28,0,0,50,55,0,1101,0,0,0,0,0,0,0,0,5222,13191,1,'Return to Chillwind Camp','You carefully fill the bottle with enough of the cauldron\'s ichors for what you consider to be suitably sized sample.$B$BWith the poison in hand, it is time to return to High Priestess MacDonnell at Chillwind Camp to complete the mission.','Bring the Filled Dalson\'s Tears Bottle to High Priestess MacDonnell at Chillwind Camp, Western Plaguelands.','Ah, there is plenty in here for study. Well done, $N!$B$BFor now, the next step is in our hands. We\'ll need to produce a list of reagents that, when combined with what is already in the cauldron, will act as its counter.$B$BThe only way we will be able to introduce this is by placing the reagents into the cauldron directly. Alchemist Arbington will have more information on that, so be sure to speak with him at your earliest convenience.','We know that each cauldron employs a different mix of reagents to generate its plague-inducing toxin; likewise, we know that we will need to develop a counter agent that is unique for each cauldron. Your sample from Dalson\'s Tears will be the key to figure out that cauldron\'s distinct reagent requirement. ','','','','','',13191,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,529,0,0,0,72,75,75,0,0,0,19,0,8500,0,0,10937,0,0,0,0,0,0,0,24300,0,0,0,0,'',5219,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,1,0,0,3),(5221,4044,28,0,264,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dalson\'s Tears Cauldron','','','Adding the reagents to the cauldron\'s mix begins to change the color and texture of the cloud it spews forth. Scourge that are even remotely near the cauldron appear to recoil at the introduction of the new components into the environment.','The Scourge\'s plague cauldron stands before you, spewing vast amounts of toxins into the air. A small, non-descript access panel lies in the base of the cauldron\'s vast platform.$B$BHaving already defeated the cauldron lord and acquired its key, you are free to add the appropriate reagents to the cauldron to make a counter agent to the plague.','','','','','',13320,13356,14047,0,0,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5220,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5222,4044,28,0,0,50,55,0,1101,0,0,0,0,0,0,0,0,5223,13188,1,'Target: Writhing Haunt','Two cauldrons have been successfully opened; while you will be able to access them indefinitely, we still want to open up the other two that remain. This will provide all of us with more options to introduce the counter agent!$B$BThis time, you\'ll be hitting the Writhing Haunt\'s cauldron. It is almost due east of Andorhal, relatively close to the ruined city walls; again, eliminate the cauldron lord present there for its key. Use this bottle to obtain the sample from the cauldron.$B$BGood hunting, $N!','Go to the Writhing Haunt in Western Plaguelands to locate and defeat the Cauldron Lord present there, and use its key to gain access to the cauldron. You must have the Empty Writhing Haunt Bottle with you to secure a sample of the poisons used inside the cauldron.','The cauldron lord\'s key unlocks the access panel to this cauldron and then disappears, much like the other keys have for the previous two cauldrons you\'ve dealt of. A putrid smelling substance churns violently beneath the platform of the cauldron.$B$BThere is a small spigot that the bottle fits well enough under, allowing you to draw a sample for High Priestess MacDonnell back at Chillwind Point.','An access panel to the cauldron remains securely fastened. In order to open it, you will need to find the key.','','','','','',13197,13188,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,529,0,0,0,72,250,250,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',5220,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5223,4044,28,0,0,50,55,0,1101,0,0,0,0,0,0,0,0,5225,13192,1,'Return to Chillwind Camp','You delicately top off the empty bottle; a sample of the foul substance that churns under the platform of the cauldron now oozes back and forth inside the fragile glass container.$B$BWith the poison in hand, it is time to return to High Priestess MacDonnell at Chillwind Camp to complete the mission.','Bring the Filled Writhing Haunt Bottle to High Priestess MacDonnell at Chillwind Camp, Western Plaguelands.','Another finely executed mission, $N! This makes three cauldrons available to us to turn against the Scourge. If Kel\'Thuzad\'s necromantic dominance over these lands wasn\'t as strong as it currently is, I\'d dare say you\'d shut them down completely!$B$BAlchemist Arbington will have a report on what this cauldron - as well as the other cauldrons subverted - will require to deliver our counter agent to the plague. With that, the time has come to bring the last cauldron of the west under our influence!','Once we successfully analyze the sample drawn from the Writhing Haunt\'s cauldron, it will provide us with a third avenue to deliver a devastating counter agent onto the Scourge!','','','','','',13192,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,529,0,0,0,72,75,75,0,0,0,19,0,8500,0,0,10937,0,0,0,0,0,0,0,24300,0,0,0,0,'',5222,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5224,4044,28,0,264,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Writhing Haunt Cauldron','','','Adding the reagents to the cauldron\'s mix begins to change the color and texture of the cloud it spews forth. Scourge that are even remotely near the cauldron appear to recoil at the introduction of the new components into the environment.','The Scourge\'s plague cauldron stands before you, spewing vast amounts of toxins into the air. A small, non-descript access panel lies in the base of the cauldron\'s vast platform.$B$BHaving already defeated the cauldron lord and acquired its key, you are free to add the appropriate reagents to the cauldron to make a counter agent to the plague.','','','','','',13320,13356,14047,0,0,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5223,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5225,4044,28,0,0,50,58,0,1101,0,0,0,0,0,0,0,0,5226,13189,1,'Target: Gahrron\'s Withering','The last cauldron that remains is located on a farm now called Gahrron\'s Withering. It is guarded by some of the Scourge\'s tougher minions - specifically, wraiths and ghosts. They are not to be trifled with, $N.$B$BGahrron\'s Withering is due northeast of our position here, close to where the Eastern Plaguelands begin; again, eliminate the cauldron lord present there for its key. Here is your empty sample bottle; bring it to me filled. May the Light protect you in this dangerous mission, $c.','Go to Gahrron\'s Withering in Western Plaguelands to locate and defeat the Cauldron Lord present there, and use its key to gain access to the cauldron. You must have the Empty Gahrron\'s Withering Bottle with you to secure a sample of the poisons used inside the cauldron.','Cauldron Lord Soulwrath\'s key disintegrates as it touches the lock on the access panel at the base of the cauldron\'s platform. A slight clanking noise is heard within, and the access panel swings open to reveal more viscous toxins within the cauldron\'s framework.$B$BThere is a small spigot that the bottle fits well enough under, allowing you to draw a sample for High Priestess MacDonnell back at Chillwind Point.','An access panel to the cauldron remains securely fastened. In order to open it, you will need to find the key.','','','','','',13196,13189,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,529,0,0,0,72,250,250,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',5223,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5226,4044,28,0,0,50,58,0,1101,0,0,0,0,0,0,0,0,0,13193,1,'Return to Chillwind Camp','You carefully close the spigot in the control panel, watching the cauldron\'s putrid ichors drip into the empty bottle.$B$BWith the poison in hand, it is time to return to High Priestess MacDonnell at Chillwind Camp to complete the mission.','Bring the Filled Gahrron\'s Withering Bottle to High Priestess MacDonnell at Chillwind Camp, Western Plaguelands.','Congratulations $N, you\'ve unlocked the last cauldron for us! Alchemist Arbington will soon know what this cauldron requires as far as reagents needed for the mix.$B$BAs for you, I am sure that Commander Valorfist will want to thank you personally for the assistance you\'ve given us. Without you, our struggle against the Scourge would have been nearly insurmountable. Thank you, hero!','Gahrron\'s Withering houses the last cauldron here in the east that we need access to. Once we have a sample of the plague it spews forth, we will be able to introduce our reagents into the environment through four separate vessels! The Scourge will be hard pressed to keep us out of all four, even with the power of Kel\'Thuzad behind them.','','','','','',13193,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,529,0,0,0,72,75,75,0,0,0,19,0,9000,0,0,10938,0,0,0,0,0,0,0,27000,0,0,0,0,'',5225,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,3),(5227,4044,28,0,264,50,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gahrron\'s Withering Cauldron','','','Adding the reagents to the cauldron\'s mix begins to change the color and texture of the cloud it spews forth. Scourge that are even remotely near the cauldron appear to recoil at the introduction of the new components into the environment.','The Scourge\'s plague cauldron stands before you, spewing vast amounts of toxins into the air. A small, non-descript access panel lies in the base of the cauldron\'s vast platform.$B$BHaving already defeated the cauldron lord and acquired its key, you are free to add the appropriate reagents to the cauldron to make a counter agent to the plague.','','','','','',13320,13354,14047,0,0,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5228,4044,28,0,8,50,53,0,690,0,0,0,0,0,0,0,0,5229,0,0,'The Scourge Cauldrons','Within the lands of former Lordaeron are eight cauldrons - four in the west, and four more entrenched in the east. These cauldrons spew poisons into the air, propagating the plague throughout the land for the Scourge.$B$BThe necromantic might of Kel\'Thuzad is too strong to outright shut down these cauldrons, but we think we might have a way to subvert them to our advantage. My second, Shadow Priestess Vandis, will be your point on this assignment; she\'ll continue the briefing from here.','Speak with Shadow Priestess Vandis at the Bulwark, Western Plaguelands.','From the shadows, brother $R, I bid you greetings. I am to serve as your coordinator for our plan to sabotage the Scourge\'s cauldrons.$B$BOur goal will be to change the composition of the plague that the cauldrons create into something that negatively affects the Scourge. In order to affect this change, you will need to secure access to each of the four cauldrons here in the Western Plaguelands.$B$BThe time has come for you to lead the charge against the Scourge, hero.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,'',5096,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5229,4044,28,0,0,50,53,0,690,0,0,0,0,0,0,0,0,5230,13186,1,'Target: Felstone Field','Of the four cauldrons in the Western Plaguelands, the one at Felstone Field may be the easiest one to gain access to. The Scourge have greener troops positioned here, though they should not be underestimated.$B$BGo to Felstone Field, due east of here and northwest of Andorhal, and engage the cauldron lord there. On it is a key that will unlock access to the cauldron. When unlocked, use this bottle to get a sample of the cauldron\'s toxins; we\'ll need it for study in developing a counter agent.','Go to Felstone Field in Western Plaguelands to locate and defeat the Cauldron Lord present there. It may have a key that will allow access to the cauldron. You must have the Empty Felstone Field Bottle with you to secure a sample of the poisons used inside the cauldron.','The key taken from Cauldron Lord Bilemaw is a perfect fit in unlocking the access panel, though it disappears after you use it. Still, you think you can open the panel now without a key. A foul stench emanates from the opened panel as an unknown mix of concentrated substances swirl inside the cauldron.\r\n\r\nThere is a small spigot that the bottle fits well enough under, allowing you to draw a sample for Shadow Priestess Vandis back at the Bulwark. ','An access panel to the cauldron remains securely fastened. In order to open it, you will need to find the key. ','','','','','',13194,13186,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,529,0,0,0,68,250,250,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',5228,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5230,4044,28,0,0,50,53,0,690,0,0,0,0,0,0,0,0,5231,13190,1,'Return to the Bulwark','You fill the bottle with enough of the cauldron\'s poisonous concoction for a suitable sample to be studied.$B$BWith the poison in hand, it is time to return to Shadow Priestess Vandis at the Bulwark to complete the mission.','Bring the Filled Felstone Field Bottle to Shadow Priestess Vandis at the Bulwark, Western Plaguelands.','Well done $N - it should take Apothecary Dithers no time at all to analyze this and devise a counter agent to introduce into the cauldron. If we are able to pump out enough of it into the air, we might be able to weaken all the Scourge present here.$b$bThis will no doubt be an ongoing ordeal; we will need to continually hit these cauldrons and introduce our reagents into their mix. Still, if we can keep it up, we will have a huge advantage over Scourge when the time comes for battle!','Welcome back to the relative safety of the Bulwark, $N. What progress on the cauldrons do you have to report?','','','','','',13190,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,529,0,0,0,68,75,75,0,0,0,19,0,8000,0,0,23947,0,0,0,0,0,0,0,22800,0,0,0,0,'',5229,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5231,4044,28,0,0,50,55,0,690,0,0,0,0,0,0,0,0,5232,13187,1,'Target: Dalson\'s Tears','One of the plague cauldrons is located in the field of a former farmhouse now referred to as Dalson\'s Tears. No tears will be shed this day, $c; we must strike at this cauldron and gain access to it!$B$BGo to Dalson\'s Tears, almost due north of Andorhal, and eliminate the cauldron lord there. It should have a key like the last one did, allowing you inside the cauldron\'s innards. Use this bottle to obtain a sample from inside the cauldron; each cauldron has its own distinct brew of toxins it uses.','Go to Dalson\'s Tears in Western Plaguelands to locate and defeat the Cauldron Lord present there, and use its key to gain access to the cauldron. You must have the Empty Dalson\'s Tears Bottle with you to secure a sample of the poisons used inside the cauldron.','The skeletal key found on the cauldron lord easily slides into a keyhole and then disappears, allowing you permanent access to it. Crude, viscous ichors pulsate through twisted tubes within the cauldrons underpinnings.$b$bThere is a small spigot that the bottle fits well enough under, allowing you to draw a sample for Shadow Priestess Vandis back at the Bulwark.','An access panel to the cauldron remains securely fastened. In order to open it, you will need to find the key.','','','','','',13195,13187,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,529,0,0,0,68,250,250,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',5230,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5232,4044,28,0,0,50,55,0,690,0,0,0,0,0,0,0,0,5233,13191,1,'Return to the Bulwark','You carefully fill the bottle with enough of the cauldron\'s ichors for what you consider to be suitably sized sample.$B$BWith the poison in hand, it is time to return to Shadow Priestess Vandis at the Bulwark to complete the mission.','Bring the Filled Dalson\'s Tears Bottle to Shadow Priestess Vandis at the Bulwark, Western Plaguelands.','Ah, there is plenty in here for study. Well done, $N!$b$bFor now, the next step is in our hands. We\'ll need to produce a list of reagents that, when combined with what is already in the cauldron, will act as its counter.$b$bThe only way we will be able to introduce this is by placing the reagents into the cauldron directly. Apothecary Dithers will have more information on that, so be sure to speak with him as soon as possible.','We know that each cauldron employs a different mix of reagents to generate its plague-inducing toxin; likewise, we know that we will need to develop a counter agent that is unique for each cauldron. Your sample from Dalson\'s Tears will be the key to figure out that cauldron\'s distinct reagent requirement.','','','','','',13191,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,529,0,0,0,68,75,75,0,0,0,19,0,8500,0,0,23947,0,0,0,0,0,0,0,24300,0,0,0,0,'',5231,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5233,4044,28,0,0,50,55,0,690,0,0,0,0,0,0,0,0,5234,13188,1,'Target: Writhing Haunt','Two cauldrons have been successfully opened; while you\'ll be able to access them indefinitely, we still want to open up the other two that remain. This will provide all of us with more options to introduce the counter agent!$B$BThis time, you\'ll be hitting the Writhing Haunt\'s cauldron. It is almost due east of Andorhal, relatively close to the ruined city walls; again, eliminate the cauldron lord present there for its key. Use this bottle to obtain the sample from the cauldron.$B$BGood hunting, $N!','Go to the Writhing Haunt in Western Plaguelands to locate and defeat the Cauldron Lord present there, and use its key to gain access to the cauldron. You must have the Empty Writhing Haunt Bottle with you to secure a sample of the poisons used inside the cauldron.','The cauldron lord\'s key unlocks the access panel to this cauldron and then disappears, much like the other keys have for the previous ones you\'ve dealt of. A putrid smelling substance churns violently beneath the platform of the cauldron.\r\n\r\nThere is a small spigot that the bottle fits well enough under, allowing you to draw a sample for Shadow Priestess Vandis back at the Bulwark. ','An access panel to the cauldron remains securely fastened. In order to open it, you will need to find the key. ','','','','','',13197,13188,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,529,0,0,0,68,250,250,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',5232,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5234,4044,28,0,0,50,55,0,690,0,0,0,0,0,0,0,0,5235,13192,1,'Return to the Bulwark','You delicately top off the empty bottle; a sample of the foul substance that churns under the platform of the cauldron now oozes back and forth inside the fragile glass container.$B$BWith the poison in hand, it is time to return to Shadow Priestess Vandis at the Bulwark to complete the mission.','Bring the Filled Writhing Haunt Bottle to Shadow Priestess Vandis at The Bulwark, Western Plaguelands.','Another finely executed mission, $N! This makes three cauldrons available to us to turn against the Scourge. If Kel\'Thuzad\'s necromantic dominance over these lands wasn\'t as strong as it currently is, I\'d dare say you\'d shut them down completely!$b$bApothecary Dithers will have a report on what this cauldron - as well as the other cauldrons subverted - will require to deliver our counter agent to the plague. With that, the time has come to bring the last cauldron of the west under our influence!','Once we successfully analysis the sample drawn from the Writhing Haunt\'s cauldron, it will provide us with a third avenue to deliver a devastating counter agent against the Scourge!','','','','','',13192,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,529,0,0,0,68,75,75,0,0,0,19,0,8500,0,0,23947,0,0,0,0,0,0,0,24300,0,0,0,0,'',5233,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5235,4044,28,0,0,50,58,0,690,0,0,0,0,0,0,0,0,5236,13189,1,'Target: Gahrron\'s Withering','The last cauldron that remains is located on a farm now called Gahrron\'s Withering. It is guarded by some of the Scourge\'s tougher minions - specifically, wraiths and ghosts. They are not to be trifled with, $N.$B$BGahrron\'s Withering is far to the east of the Bulwark, close to where the Eastern Plaguelands begin; again, eliminate the cauldron lord present there for its key. Here is your empty sample bottle; bring it to me filled. May the shadows cloak you in safety for this dangerous mission, $c.','Go to Gahrron\'s Withering in Western Plaguelands to locate and defeat the Cauldron Lord present there, and use its key to gain access to the cauldron. You must have the Empty Gahrron\'s Withering Bottle with you to secure a sample of the poisons used inside the cauldron.','Cauldron Lord Soulwrath\'s key disintegrates as it touches the lock on the access panel at the base of the cauldron\'s platform. A slight clanking noise is heard within, and the access panel swings open to reveal more viscous toxins within the cauldron\'s framework.$b$bThere is a small spigot that the bottle fits well enough under, allowing you to draw a sample for Shadow Priestess Vandis back at the Bulwark.','An access panel to the cauldron remains securely fastened. In order to open it, you will need to find the key.','','','','','',13196,13189,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,529,0,0,0,68,250,250,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',5234,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5236,4044,28,0,0,50,58,0,690,0,0,0,0,0,0,0,0,0,13193,1,'Return to the Bulwark','You carefully close the spigot in the control panel, watching the cauldron\'s putrid ichors drip into the empty bottle.$B$BWith the poison in hand, it is time to return to Shadow Priestess Vandis at the Bulwark to complete the mission.','Bring the Filled Gahrron\'s Withering Bottle to Shadow Priestess Vandis at the Bulwark, Western Plaguelands.','Congratulations $N, you\'ve unlocked the last cauldron for us! Apothecary Dithers will soon know what this cauldron requires as far as reagents needed for the mix.$b$bAs for you, I am sure that High Executor Derrington will want to thank you personally for the assistance you\'ve given us. Without you, our struggle against the Scourge would have been nearly insurmountable. I thank you, mighty $C.','Gahrron\'s Withering houses the last cauldron that we need to acquire access to here in the west. Once we have a sample of the plague from that cauldron, we will be able to introduce our reagents into the environment through four separate vessels! The Scourge will be hard pressed to keep us out of all four, even with the power of Kel\'Thuzad behind them.','','','','','',13193,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,529,0,0,0,68,75,75,0,0,0,19,0,9000,0,0,23948,0,0,0,0,0,0,0,27000,0,0,0,0,'',5235,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5237,4044,28,0,8,50,58,0,690,0,0,0,0,0,0,0,0,0,0,0,'Mission Accomplished!','','','$N, your successful re-engineering of the cauldrons is a tremendous victory for us!$B$B$B$BLet all within my presence hear: for service to the Kingdom of Stormwind and to the Alliance above and beyond the call of duty - in the face of overwhelming odds and incredible danger, might I add - I give $N this, and I extend upon $g him : her; our undying gratitude as a true hero of the Alliance. Cheers, I say!','$N;, your successful re-engineering of the cauldrons is a tremendous victory for us!$B$B$B$BLet all within my presence hear: for service to the Forsaken and to the Horde as a whole above and beyond what was expected - in the face of overwhelming odds and incredible danger, might I add - I give $N; this, and I extend upon $G our undying gratitude as a true hero of the Horde. Huzzah!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15801,15800,0,0,0,0,1,1,0,0,0,0,15799,0,0,0,1,0,0,0,469,529,0,0,0,68,500,500,0,0,0,500,0,0,0,0,0,101,86400,0,0,0,0,0,81000,0,0,0,0,'',5236,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,7),(5238,4044,28,0,8,50,58,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mission Accomplished!','','','$N, your successful re-engineering of the cauldrons is a tremendous victory for us!$B$B$B$BLet all within my presence hear: for service to the Kingdom of Stormwind and to the Alliance above and beyond the call of duty - in the face of overwhelming odds and incredible danger, might I add - I give $N this, and I extend upon $Ghis:her; our undying gratitude as a true hero of the Alliance. Cheers, I say!','$N;, your successful re-engineering of the cauldrons is a tremendous victory for us!$B$B$B$BLet all within my presence hear: for service to the Kingdom of Stormwind and to the Alliance above and beyond the call of duty - in the face of overwhelming odds and incredible danger, might I add - I give $N; this, and I extend upon him our undying gratitude as a true hero of the Alliance. Cheers, I say!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15801,15800,0,0,0,0,1,1,0,0,0,0,15799,0,0,0,1,0,0,0,67,529,0,0,0,72,500,500,0,0,0,500,0,0,0,0,0,107,86400,15799,0,0,0,0,81000,0,0,0,0,'',5226,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5241,4044,139,0,8,50,56,0,0,0,0,0,0,0,0,0,0,5211,0,0,'Uncle Carlin','Sometimes, when it\'s nighttime, I can hear my Uncle Carlin crying. It sounds like he\'s far away, to the east.$B$BI hope he\'s not crying for me! $N, will you find my uncle and tell him I\'m alright?$B$BIf you find him say I\'m waiting for him, and I want to hear the story he used to tell... the one about the rabbits and the berry jam! That story\'s so funny!','Find Carlin Redpath.','You\'ve seen Pamela? She\'s alive?$B$BShe\'s dead? No! Oh, Pamela! Why does your spirit still suffer in this world. Why are you perished, while fortune keeps me alive? In an instant I would switch places with you and wander dead Darrowshire, a ghost and alone!$B$BAh, but this news cannot change fate. Thank you, $N. Now my duty, my duty to revenge, burns hot as ever. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25200,0,0,0,0,'',5149,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5242,4044,361,0,8,48,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Final Blow','Unfortunately, I see the only way to stop this threat to Felwood is a frontal attack. There are no other ways into Shadow Hold, and I have no means to teleport you inside. The straight path down to the bottom is the only way... and I also know who you should seek out. His name is Fel\'dan... Shadow Lord Fel\'dan. He is the mortal in power down below... he is the head of the serpent. Kill him and his two succubus servants and return to me. Fel\'dan is the one making pacts with the Legion. He must be stopped.','Kill Moora and Salia, and bring Shadow Lord Fel\'dan\'s Head to Greta Mosshoof in Felwood.','Earthmother be praised, $N! Thank you! This is a great day, indeed!$b$bThe Shadow Council will be hard pressed to scale to the same levels of power they once held with this blow to their hierarchy. You have done a great thing this day!','Without Fel\'dan, the Shadow Council will hopefully lose focus and start infighting. They will struggle with one another for control and hoard assets for future plans. That will be an opportune time to devastate them and their demon slaves.','','','','','',13207,0,0,0,0,0,1,0,0,0,0,0,0,9861,9860,0,0,1,1,0,0,0,0,0,0,0,0,0,15707,15708,15709,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',5165,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,4,1,2,0,0,0,0,0,1,0,0,7),(5243,4044,2017,0,8,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Houses of the Holy','I look at my undeath as a malady, $r. An illness that merely requires treatment; however, it is also a great blessing for the Argent Dawn. What better vessel to smite the heathens of the Scourge than through the undead?$B$BI am revered by my colleagues because of the sacrifices I have made, but the accolades mean nothing to me.$B$BIf you are interested in assisting the Argent Dawn, then a job I can offer.$B$BVenture to Stratholme and recover our surplus of holy water. Search the supply crates.\n','Travel to Stratholme, in the north. Search the supply crates that litter the city and recover 5 Stratholme Holy Water. Return to Leonid Barthalomew the Revered when you have collected enough of the blessed fluid.','Well done, $R. You have proven that while you are tolerant of others, you will stop at nothing to destroy the minions of Kel\'Thuzad.$b$b','Be wary, not all supply crates will have survived the destruction of the city. The Scourge dare not touch the water but surely the holy water will not prevent vermin infestations.$b$b','','','','','',13180,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13216,13217,0,0,0,0,1,1,0,0,0,0,3928,6149,0,0,5,5,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,25,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,7),(5244,4044,618,0,8,53,56,0,1101,0,0,0,0,0,0,0,0,5245,0,0,'The Ruins of Kel\'Theril','The story behind Kel\'Theril is one of a cursed race, bound to the place where they attempted an unfortunate ritual...$B$BThe highborne that you will find there once stole a sacred artifact, believing that they could siphon its power for themselves, becoming even more powerful. In their efforts, the relic shattered in a huge explosion, driving the pieces below the ice of the lake...$B$BSpeak with Jaron Stoneshaper if you\'d like to learn more; he has recently visited the area and can tell you more.','Speak with Jaron Stoneshaper in Starfall Village.','Well, sure, I can tell you more about Kel\'Theril. Mind you now, I\'m no historian, but I can tell ya about what I saw there...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,0,0,0,0,'',5249,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(5245,4044,618,0,0,53,56,0,1101,0,0,0,0,0,0,0,0,5246,12891,1,'Troubled Spirits of Kel\'Theril','The highborne spirits are miserable creatures, that\'s for sure. They are still searching for pieces of the very thing that has cursed them to Kel\'Theril forever -- the stolen relic.$B$BIf you are that interested, take my pick and go south to the lake, see if you can gather the pieces of it from within the ice.$B$BNow, I can\'t tell you a thing about what you find, but I do know of someone who might... Aurora Skycaller; she dwells near the Northpass Tower in the northern part of Eastern Plaguelands.','Use Jaron\'s Pick to find the four Highborne Relic Fragments. Bring them to Aurora Skycaller in Eastern Plaguelands.','The past of the high elves is something that I do not wish to discuss, $N. Please, it pains me to think of all that has happened... And that there is no way to make things right.','Why have you come here?','','','','','',12896,12897,12898,12899,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',5244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(5246,4044,139,0,8,53,56,0,1101,0,0,0,0,0,0,0,0,5247,0,0,'Fragments of the Past','I did not realize... Forgive my callous words, $c.$B$BThe mistakes of my ancestors are not what I wish to dwell on, but if your request is truly genuine, then I will help you.$B$B$B$BI believe this is the Crystal of Zin-Malor, an artifact that can contain and control strong arcane forces. It could have been used for good, but the evil intentions of those that stole it caused it to shatter.$B$BGo to the Temple of Zin-Malor in Azshara - I can only hope the book is still there.','Find the Sacred Highborne Writings in the Temple of Zin-Malor in Azshara, and bring them to Aurora Skycaller near the Northpass Tower in Eastern Plaguelands.','The pages have gone untouched for many many years...','It is only in the pages of the sacred writings that I will be able to discern whether or not I can help you...','','','','','',13313,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',5245,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(5247,4044,139,0,0,53,57,0,1101,0,0,0,0,0,0,0,0,0,16974,1,'Fragments of the Past','I will be able to help you, if recreating the artifact is truly what you wish to do.$B$BTo seal the pieces back together, I will need items with strong magical qualities. An enchanted thorium bar and five crystal restore... You\'ll also need to collect some water from what might seem an unlikely place... Find the dire pool along Eldreth Row at Dire Maul in Feralas, and fill this vial.$B$BWhile you are gone, I will attempt to glean from these pages the knowledge I need to repair the damage done to the relic.','Bring an Enchanted Thorium Bar, 5 Crystal Restore, and a Vial of Dire Water to Aurora Skycaller near the Northpass Tower in Eastern Plaguelands.','Using these elements, I can fuse the fragments together... to hopefully what they once were.','The relic must be placed in the hands of only the most trustworthy. It can not be stolen again...','','','','','',12655,11562,16973,0,0,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',5246,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(5248,4044,139,0,0,53,58,0,1101,0,0,0,0,0,0,0,0,5252,13347,1,'Tormented By the Past','$N, I weep for what has happened in the past. Like this crystal, the elves, as a race, have been shattered. I do not know if the pieces will ever again be reunited into one, but my sorrow has been eased by being able to help you with this one small task. $B$BWe must not forget the past, $N...$B$BPlease take the Crystal of Zin-Malor back to Lake Kel\'Theril. You must find a highborne spirit that realizes the error of what was done so long ago. Show the spirit that we have made things right again.','Take the Crystal of Zin-Malor to Lake Kel\'Theril in Winterspring and find a highborne spirit that will speak to you.','Pleeease, leeeave meeeeee...','Currrrrsed... Forevvvverrrr...','','','','','',13347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40500,0,0,0,0,'',5247,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5249,4044,361,0,8,53,56,0,1101,0,0,0,0,0,0,0,0,5244,0,0,'To Winterspring!','In Winterspring, to the north of here, there are many ancient elven ruins. It\'s a harsh land, but it holds many secrets and places to explore.$B$BWith all my work to do here in Felwood, I have not had the opportunity to travel to Winterspring. But there\'s no reason why you shouldn\'t!$B$BWhile you\'re there, look for Wynd Nightchaser. He spends most of his time in Starfall Village and he knows a lot about the area.','Find Starfall Village in Winterspring and speak with Wynd Nightchaser.','A friend of Ivy Leafrunner? Nice to meet you, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,0,0,0,0,'',0,0,0,0,'5250',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,1),(5250,4044,702,0,8,53,56,0,1101,0,0,0,0,0,0,0,0,5244,0,0,'Starfall','In Winterspring, to the north of Felwood, there are many ancient elven ruins. It\'s a harsh land, but it holds many secrets and places to explore.$B$BMy studies here keep me so busy that I have not had the opportunity to travel to Winterspring for some time. But there\'s no reason why you shouldn\'t travel there and study the ruins.$B$BWhile you\'re there, look for Wynd Nightchaser. He spends most of his time in Starfall and he knows a lot about the area.$B$BTell him that you are a student of mine...','Find Starfall in Winterspring and speak with Wynd Nightchaser.','A student of Daryn Lightwind? Nice to meet you, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,0,0,0,0,'',0,0,0,0,'5249',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,1),(5251,4044,2017,0,8,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Archivist','Anything taken to an extreme is hazardous to our world, $N. Take for example, the Scarlet Crusade. Do you believe that their blind zealotry serves a greater good? How many innocents have they destroyed in the name of the Light?$B$BBlasphemers, one and all!$B$BOne in particular interests me, though; the Archivist Galford of Stratholme: A man that watches over the Crusade\'s most valued documents. Destroy him and burn down his archives! Should you succeed, return to me and be rewarded.','Travel to Stratholme and find Archivist Galford of the Scarlet Crusade. Destroy him and burn down the Scarlet Archive.','Outstanding, $N! Years of intelligence, lost! The Scarlet Crusade will surely feel this blow in the coming weeks.','Remember, $N - we must be tolerant yet rigid in our beliefs!','','','Archive Burned','','',0,0,0,0,0,0,0,0,0,0,0,0,10811,-176245,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,5,1,1,0,0,0,0,0,1,5,0,7),(5252,4044,618,0,0,53,58,0,1101,0,0,0,0,0,0,0,0,5253,13347,1,'Remorseful Highborne','The... the crystal...$B$BThe highborne here are clouded by their own misssery...$B$BI am sorrrrrowful, but I realize the errorrrr of what happened so long ago. Even though there is no waaaay to change the past, I am now at peacccce knowing that you have recovered the crystal of Zin-Malor...$B$BYouuu must return it...$B$BIt muuuussst be returrrned.','Speak with Wynd Nightchaser in Starfall Village, and ask about the proper place for the Crystal of Zin-Malor.','Is that... what I think it is?','It has been some time since you left, $N. How have you fared?','','','','','',13347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40500,0,0,0,0,'',5248,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5253,4044,618,0,0,53,58,0,1101,0,0,0,0,0,0,0,0,0,13347,1,'The Crystal of Zin-Malor','Quite impressive, $N.$B$BThe crystal of Zin-Malor can never be returned to the temple which, as you know, lies in ruin. But I believe that your effort to undo the evil of the past should not go unrewarded.$B$BSeek out Arch Druid Fandral Staghelm in Darnassus, and bring the crystal to him, $N. It should be in the hands of those that will not abuse its power. From the looks of it, only a handful of the strongest magic users would be able to control such a power. ','Deliver the Crystal of Zin-Malor to Arch Druid Fandral Staghelm in Darnassus.','I have heard of the Crystal of Zin-Malor; the user of the crystal becomes capable of incredible arcane power, but only if truly worthy. I am impressed that you not only recovered the crystal, but you also realize your own limits, and did not attempt to use the crystal yourself.$B$BThank you for bringing it to me, $N. We will keep it safe, and may the cursed sprits that once guarded the shattered crystal finally be at peace.','Yes, $R?','','','','','',13347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15791,15792,15795,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',5252,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5261,4044,9,0,8,1,2,0,1101,0,0,0,0,0,0,0,0,33,0,0,'Eagan Peltskinner','Eagan Peltskinner is looking for someone to hunt diseased wolves for him. That\'s good news, because we\'re seeing a lot more diseased wolves in Northshire Valley lately.$B$BIf you\'re interested then speak with Eagan. He\'s around the side of the abbey, to the left.','Speak with Eagan Peltskinner.','That\'s true. I\'m looking for someone to hunt me some sick wolves! Are you that person?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,6,0,3),(5262,4044,2017,0,0,55,60,81,0,0,0,0,0,0,0,0,0,5263,13250,1,'The Truth Comes Crashing Down','You try and gather your thoughts as the dust settles across the chamber. You go over the events that just transpired and still cannot comprehend the gravity of the situation.$B$BThe Grand Crusader of the Scarlet Crusade a demon? And not just any demon but brother to Varimathras, arch lord of the Undercity?$B$BYou carefully stow the severed head of the dreadlord into your pack. Surely, none would believe the tale you would tell without proof.$B$BDuke Nicholas Zverenhoff must be told at once!','Take the Head of Balnazzar to Duke Nicholas Zverenhoff in the Eastern Plaguelands.','What will this mean to the Crusade? Could it be possible that they have been under the control of this demon? Unwittingly serving as the pawns to a greater evil?','What have you got there, $N?','','','','','',13250,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5251,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,25,0,0,0,0,25,0,0,7),(5263,4044,2017,0,8,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Above and Beyond','You display a natural aptitude for destruction and you follow orders. It is rare to see the two coexist. I am beginning to think that you may make an excellent vehicle of divine justice.$B$B$B$BKel\'Thuzad\'s errand boy rules over Stratholme. Prove to me that you are a champion - my champion. Destroy Baron Rivendare and return to me with his head. \n','Venture to Stratholme and destroy Baron Rivendare. Take his head and return to Duke Nicholas Zverenhoff.\n','It has been many years since I have ushered a champion into our ranks. You are the first to be granted audience with Lord Maxwell in years.','The Baron has slain more people than you have most likely seen in your lifetime.','','','','','',13251,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5262,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,25,0,0,0,0,0,0,0,0,0,7),(5264,4044,139,0,8,55,60,0,0,0,0,0,0,0,0,0,0,5265,0,0,'Lord Maxwell Tyrosus','I am about to bestow a great honor upon you, $N.$B$BLord Maxwell wishes to reward you for your service to the Argent Dawn!$B$BIt has been years since Maxwell has granted audience to outsiders.\n','Speak with Lord Maxwell Tyrosus. He is inside the church.','You are a worthy ally, $N. You shall reap the rewards of your stalwart dedication.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',5263,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(5265,4044,139,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Argent Hold','Through the years the Argent Hold has remained locked. None have been worthy to reach inside and take from it the power of the Argent Dawn - until today.$B$BThe Argent Hold is now open to you, $N.','Open the Argent Hold and claim your reward.','Whoa...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13246,13243,13249,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5264,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5281,4044,139,0,8,55,60,81,0,0,0,0,0,0,0,0,0,5282,0,0,'The Restless Souls','There are those that died tragically in the fall of Stratholme. Many took their own lives, opting to hurl themselves into the myriad flames of the smoldering city rather than become one of the Scourge.$B$BThey now walk the streets of Stratholme as restless spirits.$B$BWe must aid them, $N!$B$BI have an associate named Egan who has been doing miraculous work with ghosts and souls. Seek him out. He walks the eastern Plaguelands, near Stratholme, testing his innovations.','Find Egan. You only know that he was last seen around Stratholme.','Alen has finally found someone brave enough, eh?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,5),(5282,4044,2017,0,0,55,60,81,0,0,0,0,0,0,0,0,0,0,13289,1,'The Restless Souls','I draw my power - my will to continue living and breathing - from the unmitigated hatred I have for the Scourge and all that they have done. I am, however, no zealot. There are those, like the Scarlet Crusade, who would sooner destroy the innocent undead than lend them even an ounce of compassion.$B$BWhich brings me to this: My blaster. It will unchain the tortured souls from Stratholme.$B$BUse it on the ghosts that haunt the ransacked streets. Free their souls.','Use Egan\'s Blaster on the ghostly and spectral citizens of Stratholme. When the restless souls break free from their ghostly shells, use the blaster again - freedom will be theirs!$B$BFree 15 Restless Souls and return to Egan.','$B$BDid you see my mother, $N? Did you free her?$B$BYou are a shining example of decency. For your troubles...','Compassion is what separates us from the animals, $N. Remember that...','','Souls Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,11122,0,0,0,15,0,0,0,17368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13315,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5281,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5283,4044,0,121,8,40,40,0,1101,0,164,200,0,0,0,0,0,0,0,0,'The Art of the Armorsmith','So ye made the smart decision.$B$BThere ain\'t no love lost betwixt me an old Ironus here. That good for nothing toy maker knows who the true craftsmen round here be.$B$BThe truly great wars are won with a good defense. When it be go time, no offense is gonna be helping ye out.$B$BRight, so let\'s get to work. All ye need to do is show me that ye\'ve got some raw talent. After that, I\'ll yank whatever impurities be left in ye and mold ye into an armorsmith. Ye do know how to make ornate mithril, don\'t ye?','To become an Armorsmith, you must make the following items and return them to Grumnus: 4 Ornate Mithril Helms, 2 Ornate Mithril Boots, 1 Ornate Mithril Breastplate.','This be it, $N. After this, there ain\'t no way to turn back. It\'s not too late to become a toy maker, er, weaponsmith.$B$BI trust ye\'ll make the right decision.','Ah, ain\'t nothing like a good forge tan. Ye can tell who\'s got the really good tans by their apron lines.','','','','','',7937,7936,7935,0,0,0,4,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9790,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'5284',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,6,0,0,0,0,3,25,1,1,0,0,0,0,0,1,0,0,5),(5284,4044,0,121,8,40,40,0,1101,0,164,200,0,0,0,0,0,0,0,0,'The Way of the Weaponsmith','As a weaponsmith you\'ll find that more often than not, heroes and adventurers will be coming to you for gear. While the workload can be unbearable at times, the riches more than make up for the back strain and ash lung.$B$BOh yes, $N, weaponsmiths are the ones with all the gold!$B$BIf you wish to join our ranks, you\'ll need to show me that you can make me a silver or two - I mean, show me that you\'ve got what it takes to be the go to $g guy:girl; when people need superior quality weapons. Get to work!','To become a Weaponsmith, you must make the following items and return them to Ironus: 4 Moonsteel Broadswords, 4 Massive Iron Axes, 2 Heavy Mithril Axes, and 2 Big Black Maces.\n','About time! I\'ve got customers waiting.$B$BGive those here and pay attention. You\'re going to take the first step in your career as a weaponsmith.','','','','','','',3853,3855,7941,7945,0,0,4,4,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9789,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'5283',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5301,4044,0,121,8,40,40,0,690,0,164,200,0,0,0,0,0,0,0,0,'The Art of the Armorsmith','Satisfaction. It is what I draw from the hammer and the anvil. To see a proud Horde warrior protected under my steel reminds me of what it is to be alive. It is an addiction that I dare never give up, $N.$B$BI can not grant you this satisfaction, merely set you upon the path. As with all of life\'s endeavors, the path of the armorsmith is a journey.$B$BIf you wish to be one of the select few, you need only to ask and I shall train, but, a task you must first complete.','To become an armorsmith, you must make the following items and return them to Okothos: 4 Ornate Mithril Helms, 2 Ornate Mithril Boots, 1 Ornate Mithril Breastplate.','This is the final step before you begin your new career as an armorsmith, $N. Should you choose to back out, now would be your last chance. Otherwise, prepare yourself for a lifetime of glory.','I will pound the steel until the breath itself has been taken from me.','','','','','',7937,7936,7935,0,0,0,4,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9790,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'5302',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5302,4044,0,121,8,40,40,0,690,0,164,200,0,0,0,0,0,0,0,0,'The Way of the Weaponsmith','One day, I will create a legendary hammer. A hammer fit for a Warchief!$B$BIt is my life\'s work, $N. My passion. I recognize that you have the potential to be among us, one of us - a weaponsmith. I am the one that can help you harness that potential.$B$BA simple task is all that you must complete. Simple for one of your exceptional skill. ','To become a Weaponsmith, you must make the following items and return them to Borgosh: 4 Moonsteel Broadswords, 4 Massive Iron Axes, 2 Heavy Mithril Axes, and 2 Big Black Maces.\n','This is the final step before you begin your new career as a weaponsmith, $N. Should you choose to back out, now would be your last chance. Otherwise, prepare to be consumed by knowledge!','For the glory of the Horde!','','','','','',3853,3855,7941,7945,0,0,4,4,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9789,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'5301',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5303,5875,139,0,8,55,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5304,5875,139,0,8,55,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5305,4044,0,121,8,50,60,81,0,0,164,250,0,0,0,0,0,0,0,0,'Sweet Serenity','Within the confines of the Scarlet Bastion lies sweet Serenity. The Crimson Hammersmith guards the recipe with his life. Defeat him and bring me his apron. For that, I shall reward you with the knowledge required to create an enchanted battlehammer!','Travel to Stratholme and kill the Crimson Hammersmith. Recover the Crimson Hammersmith\'s Apron and return to Lilith.\n','May you bash in many a brain, $N!','His apron! Where is it?','','','','','',13351,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12824,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5306,4044,0,121,8,50,60,81,0,0,164,250,0,0,0,0,0,0,0,0,'Snakestone of the Shadow Huntress','Don\'t let her beauty fool you, $c. The shadow huntress, Vosh\'gajin is deadly and deranged.$B$B$B$BAye, she gave me that - a love tap, she called it.$B$BThe time for vengeance has finally come.$B$BYou can find Vosh\'gajin in Blackrock Spire. Slay her and return to me with her snakestone. Do this and I will teach you the secret to crafting Dawn\'s Edge!','Travel to Blackrock Spire and slay Shadow Hunter Vosh\'gajin. Recover Vosh\'gajin\'s Snakestone and return to Kilram.','Knowledge is power!','Legend states that one use of Vosh\'gajin\'s snakestone will keep an axe razor sharp for a 1000 years!','','','','','',13352,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12821,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5307,4044,0,121,8,50,60,81,0,0,164,250,0,0,0,0,0,0,0,0,'Corruption','If I am short with you, it is for a reason. The plans for the creation of the great blade, Corruption, have been stolen by the Black Guard: Elite skeletal units of Baron Rivendare.$B$BYes, Baron Rivendare of Stratholme.$B$BThe Black Guard swordsmith now guards those plans with his... undeath.$B$BSlay him and return proof of this deed and I shall grant you the knowledge required to create a blazing rapier!','Find the Black Guard Swordsmith in Stratholme and destroy him. Recover the Insignia of the Black Guard and return to Seril Scourgebane.','It should be obvious that a sword is always the best choice.','Have you forgotten what it is that you were tasked with, $N?','','','','','',13350,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12825,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5321,4044,148,0,2,17,20,0,0,0,0,0,0,0,1500000,0,0,0,0,0,'The Sleeper Has Awakened','I was on my way to Maestra\'s Post to meet Liladris Moonriver, but I decided to stop here and take a short nap. Ever since I awoke from the emerald dream, I have been so sleepy...$B$B$B$BWould you mind showing me the way? I understand that Maestra\'s Post is south of here, along the road in Ashenvale. It can be dangerous, so I hope you have some friends that will join us.$B$BLastly, I may fall asleep so if you ever need to wake me, please use my horn. You\'ll find it in the chest here.','Escort Kerlonian Evershade to Liladris Moonriver at Maestra\'s Post in Ashenvale.','Oh, I am so happy Kerlonian made it! And I\'m sure I\'ll find him sleeping somewhere around here, won\'t I?$b$bThank you for showing him the way, $N.','Has Kerlonian arrived?','Escort Kerlonian Evershade to Maestra\'s Post','','','','',13536,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15205,15206,15207,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5341,4044,2057,0,8,52,60,81,690,0,0,0,0,0,0,0,0,5342,0,0,'Barov Family Fortune','Within the Scholomance lays the Barov family fortune. I, Alexi Barov, am one of the last two remaining heirs of the house Barov. My brother, Weldon, is the other.$B$BWeldon, the miserable coward, fled during the war and thus retained his worthless existence as a human.$B$BHe now searches for the deeds so that he may claim the fortune for his own. Recover the deeds before my brother does and I shall make you wealthy beyond your wildest dreams!','Venture to the Scholomance and recover the Barov family fortune. Four deeds make up this fortune: The Deed to Caer Darrow; The Deed to Brill; The Deed to Tarren Mill; and The Deed to Southshore. Return to Alexi Barov when you have completed this task.','Excellent work, $R. Now to secure my inheritance...','Bow your head in my presence, $r. I am a noble, after all, and you are a copperless peasant.','','','','','',13471,13448,13450,13451,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,7),(5342,4044,28,0,0,52,60,1,690,0,0,0,0,0,0,0,0,0,0,0,'The Last Barov','Naturally, with my brother still alive, there may be some contention as to the primary beneficiary of the family\'s fortune. This cannot be.$B$BA low down guttersnipe like you isn\'t above a little cold-blooded murder, I hope.$B$BIt\'s a simple task and one that I expect you will complete; that is, if you wish to claim your reward.$B$BWeldon sits under Alliance protection at Chillwind Camp, to the east. Slay him, return his head.$B$B$B$BHurry along now.','Travel to Chillwind Camp - Alliance territory - and assassinate Weldon Barov. Take his head and return to Alexi Barov.$B$BBe warned, Weldon will probably be well protected by Alliance scum.','Wonderful! Now only I hold the power and fortune of house Barov!$B$B$B$BAnd keep the change, you filthy animal.','Secure my fortune and share in the spoils.','','','','','',13469,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14022,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',5341,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5343,4044,2057,0,8,52,60,81,1101,0,0,0,0,0,0,0,0,5344,0,0,'Barov Family Fortune','My dear brother Alexi. What a fool I was to spare his life. I looked into the face of the enemy, one of the undead, and let him live.$B$B$B$BHe now searches for MY inheritance. This simply cannot happen.$B$BFind my family\'s deeds before that vile retch gets his boney hands upon them and I shall reward you with vast riches. They lay in the ruins of the Scholomance. Make haste!','Venture to the Scholomance and recover the Barov family fortune. Four deeds make up this fortune: The Deed to Caer Darrow; The Deed to Brill; The Deed to Tarren Mill; and The Deed to Southshore. Return to Weldon Barov when you have completed this task.','Excellent work, $R. Now to secure my inheritance...','Bow your head in my presence, $R. I am a noble, after all, and you are a copperless peasant.','','','','','',13471,13448,13450,13451,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,1,25,0,0,0,0,0,0,1,0,0,7),(5344,4044,28,0,0,52,60,1,1101,0,0,0,0,0,0,0,0,0,0,0,'The Last Barov','With the deeds recovered, there is but one thing left to do. Alexi must be killed. With him dead, I need not ever worry about an unscrupulous gang of mercenaries seeking my head.$B$BIt\'s a simple task. Alexi hides under the protection of the Horde - at the Bulwark.$B$BNo, I do not expect you to just walk up and kill him, I want his head! How you get it... well, that part is up to you. That type of behavior is below one of my noble upbringing.','Travel to the Bulwark - Horde territory - and assassinate Alexi Barov. Take his head and return to Weldon Barov.$B$BBe warned, Alexi will probably be well protected by Horde filth.','A glorious day it is! Finally, the pockmark of house Barov eliminated and my fortune secure!$B$BTake this and leave my sight, peasant.','You do want payment, do you not?','','','','','',13470,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14023,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',5343,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(5361,4044,400,0,0,32,35,0,690,0,0,0,0,0,0,0,0,0,13507,1,'Family Tree','My brother Nataka is stationed at Ghost Walker Post over in Desolace. I\'d like to ask you... could you give this report to him for me? A year has passed since the last time I wrote, there has been unusual centaur activity since then and he should be informed.$B$BJourney to Stonetalon Mountain north of the Crossroads, and then head west into Charred Vale. From there, head south into Desolace; there you will find a road going south to Ghost Walker Post.','Deliver Cliffwatcher Longhorn Report to Nataka Longhorn at Ghost Walker Post in Desolace.','I know not what connection you have with my brother but it would seem he has trust with you, $C.$b$bI am Nataka Longhorn and would like to welcome you to Ghost Walker Post, we have many needs of a $C! Talk with others, perhaps there is need of you here.','What news have you, $C! Ah - a message from my brother you say? Well then, hand over the report!','','','','','',13507,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5381,4044,405,0,0,32,38,0,690,0,0,0,0,0,0,0,0,5581,14523,1,'Hand of Iruxos','The Burning Blade possesses the Demon Box. Within it lies the powerful Hand of Iruxos. The Burning Blade uses it to open demonic portals at Mannoroc Coven. We must stop the tide of demons entering our world, $n!$B$BUse this demon pick on the red crystal in Thunder Axe Fortress to gain access to the Demon Box.\n','Retrieve the Demon Box from Thunder Axe Fortress, and return it, along with the Demon Pick to Taiga Wisemane in Shadowprey Village.\n','Ah, the Demon Box. Give it to me, $C, and I shall open... and thus reveal to you the Hand of Iruxos.$b$b','$n, do you have the Demon Box?','','','','','',13542,14523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5382,4044,2057,0,8,55,60,81,0,0,0,0,0,0,0,0,0,5515,0,0,'Doctor Theolen Krastinov, the Butcher','Krastinov is responsible for the deaths of thousands. He must be punished, justice must be meted out.$B$BFind him and exact upon him the agony he has inflicted upon countless innocents. Once he is destroyed, burn our remains. Turn them to ashes, $N.','Find Doctor Theolen Krastinov inside the Scholomance. Destroy him, then burn the Remains of Eva Sarkhoff and the Remains of Lucien Sarkhoff. Return to Eva Sarkhoff when the task is complete.\n','I can feel my spirit healing, $N. You have done my husband and I a great service, but I am certain there is more to be done.','The Butcher must be stopped!','','','Remains of Eva Sarkhoff Burned','Remains of Lucien Sarkhoff Burned','',0,0,0,0,0,0,0,0,0,0,0,0,11261,-176544,-176545,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,7),(5383,5875,2057,0,0,55,60,81,0,0,0,0,0,0,0,0,0,5384,13543,1,'Krastinov\'s Bag of Horrors','You open the bag to discover various instruments of torture. Amidst the paraphernalia, an odd object catches your eye: A vial of blood - still warm to the touch.$B$BYou think that the Sarkhoff\'s might be interested in your discovery.','Take the Bag of Horrors to Eva Sarkhoff on Caer Darrow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(5384,4044,2057,0,0,55,60,81,0,0,0,0,0,0,0,0,0,0,13523,1,'Kirtonos the Herald','This is it, $N.$B$B$B$BThe blood of innocents. The purest blood, used to appease Krastinov\'s master.$B$BIt is with this blood that Kirtonos may be summoned. It is with this blood, then, that Kirtonos must be destroyed.$B$BTake the blood to the porch. Place it upon the brazier. Kirtonos will come - he cannot resist. When he appears, unleash the fury and wrath of a thousand innocent deaths upon him.$B$BShould you succeed, you will earn more than just our gratitude.','Return to the Scholomance with the Blood of Innocents. Find the porch and place the Blood of Innocents in the brazier. Kirtonos will come to feast upon your soul.$B$BFight valiantly, do not give an inch! Destroy Kirtonos and return to Eva Sarkhoff.\n','With the death of Kirtonos, a chapter in the horrible tale of Scholomance comes to a close. There is, however, more to be done. Others here are now aware of your brave acts. Take this, $N. It is a piece of our own essence. It will allow you to communicate with the other lost souls of Caer Darrow.','Be wary, Kirtonos is a seasoned fighter.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10506,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,15805,15806,0,0,0,0,1,1,0,0,0,0,13544,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5515,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,1,0,0,0,0,4,1,1,1,25,0,0,0,0,1,0,0,7),(5385,4044,361,0,0,49,57,0,0,0,0,0,0,0,0,0,0,0,13562,1,'The Remains of Trey Lightforge','You pick up the sack carefully and prepare to make your way back to Jessir Moonbow on the border of Felwood and Ashenvale. Hopefully the paladin will be given the proper respects once you\'ve passed his remains on to his friends.','Return the Remains of Trey Lightforge to Jessir Moonbow in Felwood.','You\'ve done it! Praise be to Elune and whichever powers you worshihp, $N. You have done an honorable and noble thing this day. I am certain Arko\'narin will be pleased that you not only took the time to save her, but to also slay the creature who tortured one of her best friends.$b$bI wish I could do more for you, but please, take this.','How did things go in Jaedenar, $N?','','','','','',13562,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15706,15705,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,65400,0,0,0,0,'',5204,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,6),(5386,4044,405,0,8,32,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'Catch of the Day','The smell of cooked fish has long been missing here at Ghost Walker Post. The trolls at Shadowprey Village are the best at catching fish... but alas, with all the centaur activities I have little time to make a journey to the trolls. Hrm...$B$BDo me a favor and journey to Shadowprey Village. Talk to the local fisherman Jinar\'Zillen and bring me back my favorite, Bloodbelly fish. The road south of here will take you west to the troll village.','Talk to Jinar\'Zillen at Shadowprey Village, and then bring Nataka Longhorn 2 Bloodbelly fish.','You are a savior, $N! These Bloodbelly fish look almost good enough to eat raw.$B$B$B$BHere you go - choose one of these items as a payment for these fish.','My hoof tingles and my mouth starts to water when I think of fried Bloodbelly fish... You have any on you?','','','','','',13546,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3858,4304,4338,0,0,0,3,5,5,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5401,4044,28,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Dawn Commission','','','All who fight evil on behalf of the Argent Dawn must don our commission. Wearing such will earn your right to claim rewards our quartermasters have to offer.$B$BWhile under commission, you\'ll be able to acquire Scourgestones from slain Scourge; these are marks of insignia that they sometimes possess. Procure these insignia and bring them to me. For each set you turn in, you will receive our marker of heroism - the Argent Dawn Valor Token.$B$BAchieve your destiny, $c - join the fight today!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12846,0,0,0,1,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5402,4044,28,0,264,50,55,0,690,0,0,0,0,0,0,0,0,0,0,0,'Minion\'s Scourgestones','','','Congratulations, $N - I am pleased to award you with an Argent Dawn valor token!$B$BThe tokens serve two purposes. One - they can be used to further your standing within the Argent Dawn; to do so may avail you options and rewards that are reserved for our honored and revered allies. Two - they can be given to our quartermasters, along with coin, as payment for some of the Dawn\'s more prized items.$B$BWhatever you decide, know that you are earning your commission. Well done!','A Minion\'s Scourgestone is the insignia of the Scourge rank and file. These are sometimes found on the weaker of their troops positioned in the Plaguelands, though the term \"weaker\" is certainly to be considered in context. The Scourge, no matter where they are, should never be underestimated.$B$BThe Argent Dawn currently offers a valor token in exchange for twenty of these insignia - an exchange I\'m happy to do, provided you have earned enough scourgestones!','','','','','',12840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,1,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5403,4044,28,0,264,50,55,0,690,0,0,0,0,0,0,0,0,0,0,0,'Invader\'s Scourgestones','','','Congratulations, $N - I am pleased to award you with an Argent Dawn valor token!$B$BEach valor token handed out to worthy recipients is a sign of the tide turning against the Scourge. With more and more heroes fighting the Scourge in their own lands, the Argent Dawn will assuredly be at the forefront when the time comes to wage war on the ultimate evil of the Scourge. I hope that the valor you\'ve shown what it took to acquiring your token will carry the day then as well!','An Invader\'s Scourgestone is the insignia of the Scourge\'s elite troops. These are sometimes found on the stronger of the troops positioned in the Plaguelands. Slaying such a creature is indeed a challenge, but one that should be relished with a commission to vanquish evil.$B$BThe Argent Dawn currently offers a valor token in exchange for ten of these insignia. Bring them to me here, and I will make sure you receive your just reward.','','','','','',12841,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,1,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5404,4044,28,0,264,50,55,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Corruptor\'s Scourgestones','','','Congratulations, $N - I am pleased to award you with an Argent Dawn valor token!\r\n\r\nTo acquire a valor token in such a manner indicates that you are a true hero in the cause of good. We value all effort brought to bear against the Scourge, but to take down one of their leaders is to truly deliver onto them a crushing defeat!\r\n\r\nFor the Dawn, my g$sister:brother;!','A Corruptor\'s Scourgestone is the insignia of the Scourge\'s overlords. A powerful being that holds a position of authority over the Scourge will always possess one. To slay such a malevolent creature would surely advance the cause of the Argent Dawn, and all good causes!$B$BOn behalf of the Argent Dawn, I will give you a valor token in exchange for just a single one these insignia. Use caution in acquiring one, $N - such powerful beings are not to be trifled with.','','','','','',12843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,1,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5405,4044,28,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Dawn Commission','','','All who fight evil on behalf of the Argent Dawn must don our commission. Wearing such will earn your right to claim rewards our quartermasters have to offer.$B$BWhile under commission, you\'ll be able to acquire Scourgestones from slain Scourge; these are marks of insignia that they sometimes possess. Procure these insignia and bring them to me. For each set you turn in, you will receive our marker of heroism - the Argent Dawn Valor Token.$B$BAchieve your destiny, $C join the fight today!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12846,0,0,0,1,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5406,4044,28,0,264,50,55,0,690,0,0,0,0,0,0,0,0,0,0,0,'Corruptor\'s Scourgestones','','','Congratulations, $N - I am pleased to award you with an Argent Dawn valor token!\r\n\r\nTo acquire a valor token in such a manner indicates that you are a true hero in the cause of good. We value all effort brought to bear against the Scourge, but to take down one of their leaders is to truly deliver onto them a crushing defeat!\r\n\r\nFor the Dawn, my g$sister:brother;!','A Corruptor\'s Scourgestone is the insignia of the Scourge\'s overlords. A powerful being that holds a position of authority over the Scourge will always possess one. To slay such a malevolent creature would surely advance the cause of the Argent Dawn, and all good causes!$B$BOn behalf of the Argent Dawn, I will give you a valor token in exchange for just a single one these insignia. Use caution in acquiring one, $N - such powerful beings are not to be trifled with.','','','','','',12843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,1,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5407,4044,28,0,264,50,55,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Invader\'s Scourgestones','','','Congratulations, $N - I am pleased to award you with an Argent Dawn valor token!$B$BEach valor token handed out to worthy recipients is a sign of the tide turning against the Scourge. With more and more heroes fighting the Scourge in their own lands, the Argent Dawn will assuredly be at the forefront when the time comes to wage war on the ultimate evil of the Scourge. I hope that the valor you\'ve shown what it took to acquiring your token will carry the day then as well!','An Invader\'s Scourgestone is the insignia of the Scourge\'s elite troops. These are sometimes found on the stronger of the troops positioned in the Plaguelands. Slaying such a creature is indeed a challenge, but one that should be relished with a commission to vanquish evil.$B$BThe Argent Dawn currently offers a valor token in exchange for ten of these insignia. Bring them to me here, and I will make sure you receive your just reward.','','','','','',12841,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,1,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5408,4044,28,0,264,50,55,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Minion\'s Scourgestones','','','Congratulations, $N - I am pleased to award you with an Argent Dawn valor token!\r\n\r\nThe tokens serve two purposes. One - they can be used to further your standing within the Argent Dawn; to do so may avail you options and rewards that are reserved for our honored and revered allies. Two - they can be given to our quartermasters, along with coin, as payment for some of the Dawn\'s more prized items.\r\n\r\nWhatever you decide, know that you are earning your commission. Well done!','A Minion\'s Scourgestone is the insignia of the Scourge rank and file. These are sometimes found on the weaker of their troops positioned in the Plaguelands, though the term \"weaker\" is certainly to be considered in context. The Scourge, no matter where they are, should never be underestimated.$B$BThe Argent Dawn currently offers a valor token in exchange for twenty of these insignia - an exchange I\'m happy to do, provided you have earned enough scourgestones!','','','','','',12840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,1,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5421,4044,405,0,8,25,25,0,690,0,0,0,0,0,0,0,0,0,0,0,'Fish in a Bucket','','','Sweet mon, nothing beats work being done, especially if it\'s someone else doing the work... eh?','I\'ll reward anyone who makes my life a bit easier... I enjoy doing as little as possible, mon!$B$BBelow the docks here in Shadowprey Village, I\'ve many shellfish traps. If you\'re kind enough to do my work and collect me my shellfish, then I\'ll reward you with something you want... get my drift mon? For every five shellfish you bring me I will give you a fine Bloodbelly fish!','','','','','',13545,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13546,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5441,4044,363,0,0,3,4,0,690,0,0,0,0,0,0,0,0,0,16114,1,'Lazy Peons','Cursed peons! They work hard gathering lumber from the trees of the valley, but they\'re always taking naps! I need someone to help keep the peons in line.$B$BYou look like the right $r for my task. Here, you take this blackjack and use it on any lazy peons you find sleeping on the job. A good smack will get them right back to work! Return the blackjack when you\'re done.$B$BLousy slacking peons...','Use the Foreman\'s Blackjack on Lazy Peons when they\'re sleeping. Wake up 5 peons, then return the Foreman\'s Blackjack to Foreman Thazz\'ril in the Valley of Trials.','Good. good. Maybe they\'ll think twice before slacking next time! Thanks for the help!','No good lazy...$b$b Eh? Do you have my blackjack? Did you catch any peons sleeping on the job?!','','Peons Awoken','','','',0,16114,0,0,0,0,0,1,0,0,0,0,10556,0,0,0,5,0,0,0,19938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,5,1,0,6),(5461,4044,28,0,8,57,60,1,0,0,0,0,0,0,0,0,0,5462,0,0,'The Human, Ras Frostwhisper','The undead fear life just as the living fear death. It is not unusual for a sentient undead being to completely destroy all remnants of his or her previous life after having turned.$B$BUnfortunately, in order to create an artifact capable of reverting Ras Frostwhisper to a mortal, we must have a keepsake from his years among the living.$B$BYou must venture to the ruined city of Stromgarde, Frostwhisper\'s home, and search for such an item. May luck be with you, $N.','Travel to the Arathi Highlands, to the ruins of Stromgarde. Search Stromgarde for a Keepsake of Remembrance. If you find such an item, return with it to Magistrate Marduke.','I had doubted the possibility of such an item existing. This certainly opens up an incredible opportunity - one we must not squander.$B$BPrepare yourself, $N, for what I am about to ask of you will take you into the depths of hell.','A keepsake of remembrance is a rare find, $N.','','','','','',13585,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',5384,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,5),(5462,4044,28,0,0,57,60,1,0,0,0,0,0,0,0,0,0,5463,13585,1,'The Dying, Ras Frostwhisper','Upon tainted soil, the keepsake must be attuned.$B$BIt is rumored that Stratholme is where Frostwhisper succumbed to the Lich King. Upon those bloodied grounds he gave his life - freely and with motive - to become one of the undying.$B$BIt is those grounds that must be found.$B$BThere is one, an undead dissenter of the Scourge, freed by the Banshee Queen but loyal to the cause of the Argent Dawn. Find him: Leonid Barthalomew the Revered. He may know more. Seek out Light\'s Hope, $N. ','Travel to Light\'s Hope in Eastern Plaguelands and seek out Leonid Barthalomew the Revered. Show him the Keepsake of Remembrance and tell him all that you have discovered.','$B$BYour quandary stirs up memories that I had hoped would never resurface.','Do not ask questions of which you do not want answers.','','','','','',13585,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',5461,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,25,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,4),(5463,4044,2017,0,0,57,60,81,0,0,0,0,0,0,0,0,0,5464,13585,1,'Menethil\'s Gift','I watched as the human, Ras Frostwhisper, pledged his undying soul to the Lich King. He drew the dagger to his own throat and with a smile, cut from ear to ear. His body collapsed inside the borders of the pentagram. The Lich King stood over the fallen mage and with a single motion, Ras Frostwhisper the lich, was born.$B$B$B$BYes, $r, I remember. What you seek has a name - Menethil\'s Gift: The ground blessed by the Lich King - holy ground to Scourge.\n','Travel to Stratholme and find Menethil\'s Gift. Place the Keepsake of Remembrance upon the unholy ground. ','You place the keepsake on the tainted soil.','The area around Menethil\'s Gift is exceptionally cold.','','','','','',13585,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5462,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,51,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(5464,4044,139,0,0,57,60,1,0,0,0,0,0,0,0,0,0,5465,13624,1,'Menethil\'s Gift','The soul of the fallen clings to that which represents its former life and transforms the item into a soulbound keepsake. You pick the item up and place it in your pack.','Take the Soulbound Keepsake to Leonid Barthalomew in Eastern Plaguelands.','As the soul clung to the keepsake, so shall it cling to the physical form of Ras Frostwhisper.','','','','','','',13624,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',5463,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,6),(5465,4044,28,0,0,57,60,1,0,0,0,0,0,0,0,0,0,5466,13624,1,'Soulbound Keepsake','Return to Marduke with the keepsake, $N. He will instruct you in its use.','Return to Magistrate Marduke in Caer Darrow. Show him the Soulbound Keepsake.','I was certain that you would be joining me as another hapless spirit.','Have you done the impossible?','','','','','',13624,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',5464,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,4),(5466,4044,2057,0,0,57,60,81,0,0,0,0,0,0,0,0,0,0,13752,1,'The Lich, Ras Frostwhisper','There is but one task remaining, $N. Confront the lich, Ras Frostwhisper, in his lair.$B$BUse the power of the keepsake against the beast - be unrelenting in your actions! Weather the blows that the flailing beast will surely bring down upon you. Do not give in to the pain!$B$BWhen the ritual is complete, Ras will be mortal once more. It is at that point that he must be slain. Strike him down and take his human head.','Find Ras Frostwhisper in the Scholomance. When you have found him, use the Soulbound Keepsake on his undead visage. Should you succeed in reverting him to a mortal, strike him down and recover the Human Head of Ras Frostwhisper. Take the head back to Magistrate Marduke.','Ten thousand souls cry out in unison, $N! You have struck a mortal blow to the Scourge and their masters.','You carry the burden of ten thousand restless souls, $N.','','','','','',13626,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13982,13986,13984,0,0,0,1,1,1,0,0,0,14002,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5465,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,4,0,0,0,0,0,0,1,0,0,7),(5481,4044,85,0,8,5,5,0,690,0,0,0,0,0,0,0,0,5482,0,0,'Gordo\'s Task','Master want weeds. Us gots big hands and not good at picking. You help us and we not hurt you. Us need gloom weed. Many weeds around here and near road.$b$bWhen you have gloom weed you take to Master Holland in Brill graveyard.\n','Collect 3 Gloom Weed and deliver them to Junior Apothecary Holland in the Brill graveyard.','What\'s this? Gloom weed?! I\'ve no need for gloom weed! That mindless mass of flesh is out there picking daisies and convincing the Lady knows how many dupes like you into doing the same. No offense.$b$bVery well, you\'re here now and that\'s all that matters. Since I\'m not going to bother to try to explain things to that abomination how about you collect what I really need... doom weed!','Where\'s that useless abomination? Either you have what I need or you\'d best get out there and find it.','','','','','',12737,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,3),(5482,4044,85,0,8,5,6,0,690,0,0,0,0,0,0,0,0,0,0,0,'Doom Weed','So you can see the predicament that I\'m in, $N. That thing is out there collecting the wrong weeds! I\'ll make it worth your while to gather what I need. Bring back to me enough doom weed and I\'ll give you a suitable reward.$B$BIt is my understanding that they like to plague the flora near the mass gravesite, to the north of the Brill graveyard. Hurry and be mindful of the gnolls in the area.','Collect 10 Doom Weed and deliver them back to Junior Apothecary Holland.\n','Ah, my doom weed. Excellent!$b$b$b$bThese will come in quite handy. You\'ve done me, uh, the Lady, a fine service today $N. As promised here is the reward that you deserve.','This had better be good. I trust you have all of the doom weed that I require?','','','','','',13702,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',5481,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5501,4044,405,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bone Collector','We\'re sitting on a goldmine here, I tell you - a goldmine! Kodo bones will change the world forever... I have customers making furniture, music instruments, and even blasting powder out of them.$B$BThere\'s a caravan that comes by and picks up my kodo bones and then sells them at Shadowprey Village. If you can travel to the kodo graveyard south of here and bring me ten kodo bones, I\'ll give you something in return. Is it a deal?','Bring 10 Kodo Bones from the Kodo Graveyard to Bibbly F\'utzbuckle at Kormek\'s Hut.','Ah, goodie! My bones!$B$BI can\'t wait till the chaps at home see my face on the front cover of Goblin\'preneur. I\'ll be the richest goblin in the world... and my physical education teacher said I would never amount to anything.','Do you have the bones? The caravan will be here any moment. I need just ten more kodo bones to reach a career high. A career high, I tell you!','','','','','',13703,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15690,0,0,0,1,0,0,0,470,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5502,4044,0,284,0,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Warden of the Horde','You have been so very kind to me, $N. I never dreamed that I\'d have so much fun during Children\'s Week. Thank you. I won\'t be sad about what\'s happened to me - my parents always told me to rise above anything bad that happens. I\'ll be a hero... just like you.$B$BI\'m sad to say this, but it\'s time for me to go home. Let\'s go back and I\'ll tell the matron what an awesome person you are!','Return your ward to the Orgrimmar orphanage by handing in the Orcish Orphan Whistle to Orphan Matron Battlewail in the Valley of Honor.','May the spirits bless you, $N. You\'ve done more for Grunth than most would ever think of doing for him. Thank you - you\'re the epitome of what it means to be a hero of the Horde.$B$BPlease - if you can spare the time, come back and visit us. I know that Grunth would like that, as would I.','It is a pleasure to see you again, $N. Have you attended to the duties you\'ve volunteered for during Children\'s Week?','','','','','',18597,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23007,23015,23002,23022,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',925,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5503,4044,139,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Dawn Commission','','','All who fight evil on behalf of the Argent Dawn must don our commission. Wearing such will earn your right to claim rewards our quartermasters have to offer.$B$BWhile under commission, you\'ll be able to acquire Scourgestones from slain Scourge; these are marks of insignia that they sometimes possess. Procure these insignia and bring them to me. For each set you turn in, you will receive our marker of heroism - the Argent Dawn Valor Token.$B$BAchieve your destiny, $C join the fight today!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12846,0,0,0,1,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,0),(5504,4044,28,0,8,55,60,0,690,0,0,0,529,21000,0,0,0,0,0,0,'Mantles of the Dawn','Your service to the Argent Dawn is to be commended, $N. You are truly revered amongst us. I have been authorized to make available for you to purchase one of the Dawn\'s most valued items - our magic resistance mantles.$B$BApplication of a mantle to your existing shoulder piece will enhance your resistance to the powers of magic in one of five potential ways. As a sign of continued dedication to our cause, I ask for no less than ten of our valor tokens in exchange for access to these mantles.','Bring 10 Argent Dawn Valor Tokens to Quartermaster Hasana at the Bulwark, Western Plaguelands.','Outstanding - your tribute to the Dawn is duly noted, $N. With this accomplished, I am delighted to make our mantles available to you for purchase. So long as you maintain your current status with us, these mantles will be purchasable from any authorized quartermaster of the Argent Dawn.$B$BFor the Dawn, my brother!','Ah, noble $C! Have you brought the valor tokens requested of you? Once you hand them to me, I will make our various mantles available to you for purchase.','','','','','',12844,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,66,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5505,4044,28,0,8,55,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Key to Scholomance','','','Good luck, mighty hero. May your victories continue to bring you fame and power as you lay waste to Scholomance!','Well, here you are, $n - the completed Skeleton Key. I am certain as I can be that this key will allow you within the confines of the Scholomance. There\'s only one way to be absolutely sure it works, though. Waste no time in trying it out, I say.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13704,0,0,0,1,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5803,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,7),(5506,5875,0,0,264,50,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5507,4044,28,0,8,55,60,0,1101,0,0,0,529,21000,0,0,0,0,0,0,'Mantles of the Dawn','Your service to the Argent Dawn is to be commended, $N. You are truly revered amongst us. I have been authorized to make available for you to purchase one of the Dawn\'s most valued items - our magic resistance mantles.$B$BApplication of a mantle to your existing shoulder piece will enhance your resistance to the powers of magic in one of five potential ways. As a sign of continued dedication to our cause, I ask for no less than ten of our valor tokens in exchange for access to these mantles.','Bring 10 Argent Dawn Valor Tokens to Quartermaster Lightspark at Chillwind Camp, Western Plaguelands.','Outstanding - your tribute to the Dawn is duly noted, $N. With this accomplished, I am delighted to make our mantles available to you for purchase. So long as you maintain your current status with us, these mantles will be purchasable from any authorized quartermaster of the Argent Dawn.$B$BFor the Dawn, my brother!','Ah, noble $C! Have you brought the valor tokens requested of you? Once you hand them to me, I will make our various mantles available to you for purchase.','','','','','',12844,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5508,4044,139,0,264,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corruptor\'s Scourgestones','A Corruptor\'s Scourgestone is the insignia of the Scourge\'s overlords. A powerful being that holds a position of authority over the Scourge will always possess one. To slay such a malevolent creature would surely advance the cause of the Argent Dawn, and all good causes!','Bring a Corruptor\'s Scourgestone to Duke Nicholas Zverenhoff at the Light\'s Hope Chapel.','Congratulations, $N - I am pleased to award you with an Argent Dawn valor token!\r\n\r\nTo acquire a valor token in such a manner indicates that you are a true hero in the cause of good. We value all effort brought to bear against the Scourge, but to take down one of their leaders is to truly deliver onto them a crushing defeat!\r\n\r\nFor the Dawn, my g$sister:brother;!','On behalf of the Argent Dawn, I will give you a valor token in exchange for just a single one of these insignia. Use caution in acquiring one, $N - such powerful beings are not to be trifled with.','','','','','',12843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,1,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,0),(5509,4044,139,0,264,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Invader\'s Scourgestones','An Invader\'s Scourgestone is the insignia of the Scourge\'s elite troops. These are sometimes found on the stronger of the troops positioned in the Plaguelands. Slaying such a creature is indeed a challenge, but one that should be relished with a commission to vanquish evil.','Bring ten of the Invader\'s Scourgestones to Duke Nicholas Zverenhoff at the Light\'s Hope Chapel.','Congratulations, $N - I am pleased to award you with an Argent Dawn valor token!$B$BEach valor token handed out to worthy recipients is a sign of the tide turning against the Scourge. With more and more heroes fighting the Scourge in their own lands, the Argent Dawn will assuredly be at the forefront when the time comes to wage war on the ultimate evil of the Scourge. I hope that the valor you\'ve shown what it took to acquiring your token will carry the day then as well!','The Argent Dawn currently offers a valor token in exchange for ten of these insignia. Bring them to me here, and I will make sure you receive your just reward.','','','','','',12841,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,1,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,0),(5510,4044,139,0,264,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Minion\'s Scourgestones','A Minion\'s Scourgestone is the insignia of the Scourge rank and file. These are sometimes found on the weaker of their troops positioned in the Plaguelands, though the term \"weaker\" is certainly to be considered in context. The Scourge, no matter where they are, should never be underestimated.','Bring 20 of the Minion\'s Scourgestone to Duke Nicholas Zverenhoff at the Light.','Congratulations, $N - I am pleased to award you with an Argent Dawn valor token!$B$BThe tokens serve two purposes. One - they can be used to further your standing within the Argent Dawn; to do so may avail you options and rewards that are reserved for our honored and revered allies. Two - they can be given to our quartermasters, along with coin, as payment for some of the Dawn\'s more prized items.$B$BWhatever you decide, know that you are earning your commission. Well done!','The Argent Dawn currently offers a valor token in exchange for twenty of these insignia - an exchange I\'m happy to do, provided you have earned enough scourgestones!','','','','','',12840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,1,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,0),(5511,4044,28,0,8,55,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Key to Scholomance','','','Good luck, mighty hero. May your victories continue to bring you fame and power as you lay waste to Scholomance!','Well, here you are, $n - the completed Skeleton Key. I am certain as I can be that this key will allow you within the confines of the Scholomance. There\'s only one way to be absolutely sure it works, though. Waste no time in trying it out, I say.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13704,0,0,0,1,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5804,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5512,5875,0,0,8,50,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5513,4044,139,0,8,55,60,0,0,0,0,0,529,21000,0,0,0,0,0,0,'Mantles of the Dawn','Your service to the Argent Dawn is to be commended, $N. You are truly revered amongst us. I have been authorized to make available for you to purchase one of the Dawn\'s most valued items - our magic resistance mantles.$B$BApplication of a mantle to your existing shoulder piece will enhance your resistance to the powers of magic in one of five potential ways. As a sign of continued dedication to our cause, I ask for no less than ten of our valor tokens in exchange for access to these mantles.','Bring 10 Argent Dawn Valor Tokens to Quartermaster Breechlock at Light\'s Hope Chapel, Eastern Plaguelands.','Outstanding - your tribute to the Dawn is duly noted, $N. With this accomplished, I am delighted to make our mantles available to you for purchase. So long as you maintain your current status with us, these mantles will be purchasable from any authorized quartermaster of the Argent Dawn.$B$BFor the Dawn, my brother!','Ah, noble $C! Have you brought the valor tokens requested of you? Once you hand them to me, I will make our various mantles available to you for purchase.','','','','','',12844,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,66,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5514,4044,28,0,256,55,57,0,690,0,0,0,0,0,0,0,0,5802,14628,1,'Mold Rhymes With...','The goblin you will need to speak with is Krinkle Goodsteel. He peddles his skills to the highest bidder in Gadgetzan, within the Tanaris desert. He\'ll likely be the only one who can produce the mold we need, and his services won\'t come cheap. We now ask for you to dig deep by footing whatever fee he will charge.$B$BI\'m an apothecary, not a banker. If I had gold lying around, I certainly wouldn\'t be here.$B$BI guess I said the quiet part out loud again. Oops.$B$BGadgetzan awaits you! Good luck!','Bring the Imbued Skeletal Fragments and 15 gold coins to Krinkle Goodsteel in Gadgetzan.','Dithers said you\'d deliver the goods, and deliver you have! A deal is a deal; let me pack the fragments into the mold for you.$b$bDid Dithers imbue them already? Excellent... otherwise, it would have been a long trip back to the Bulwark for you.','Yeah, I know who you are, and I know why you\'re here. Dithers sent word to me before you arrived. Let\'s cut to deal at hand, now shall we?$b$bI\'ve got a mold you can use for the skeleton key, but it will cost you - fifteen gold, up front, no negotiation. I\'ll pack the skeletal fragments into the mold for you, and I\'ll also teach you on how to forge the stem of the key without any knowledge of blacksmithing... all free of charge no less.$b$bWho says mercenaries don\'t offer competitive deals!','','','','','',14628,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-150000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',964,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5515,4044,2057,0,8,55,60,81,0,0,0,0,0,0,0,0,0,5384,0,0,'Krastinov\'s Bag of Horrors','A great weight has been lifted from our hearts, $N, but your task is not yet complete. Krastinov\'s master, Kirtonos, still lives.$B$BBefore you may face Kirtonos, however, you must first secure a method in which to summon him.$B$BIt is said that Jandice Barov stewards the blood of innocents from Krastinov to Kirtonos.$B$BFind her in the sunken catacombs of Scholomance and strike her down. Bring back any clues that you may find.','Locate Jandice Barov in the Scholomance and destroy her. From her corpse recover Krastinov\'s Bag of Horrors. Return the bag to Eva Sarkhoff.','The bag of horrors!','','','','','','',13725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5382,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,7),(5516,5875,0,0,8,53,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5517,4044,139,0,8,55,60,0,0,0,0,0,529,42000,0,0,0,0,0,0,'Chromatic Mantle of the Dawn','$G Brother : Sister; $N - your deeds on behalf of the Argent Dawn are far too numerous to be recounted easily. As a fitting tribute, I\'ll part with one of our special Chromatic Mantles of the Dawn - a version that protects the wearer from all forms of resistible magic simultaneously. Chromatic Mantles of the Dawn are reserved for only the mightiest of the Dawn\'s heroes!$B$BBring to me twenty-five valor tokens as a sign of tribute, and I\'ll give you the finest of all our mantles.','Bring 25 Argent Dawn Valor Tokens to Quartermaster Breechlock at Light\'s Hope Chapel, Eastern Plaguelands.','Most impressive, $N - the Chromatic Mantle of the Dawn is now yours!$B$BAs long as you maintain Exalted status with the Argent Dawn, you will be able to purchase additional Chromatic Mantles. They will be made available to you immediately from any of the Dawn\'s quartermasters.','Salutations, mighty priest! Have you brought the valor tokens I asked of you? Once you hand them to me, I will issue you your own Chromatic Mantle of the Dawn.','','','','','',12844,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18182,0,0,0,1,0,0,0,529,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',5513,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5518,4044,2557,0,8,56,60,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Gordok Ogre Suit','If you\'re going to fight the king of this dump - and I think that\'s what you\'re bound to do - then you\'re going to need to get by Captain Kromcrush. Now, you can get by him by killing him, sure. You might actually want to leave him alive.$B$BHow, you ask? Since I\'ve been here, I think I know how to make an ogre suit that will last just long enough to fool these bozos. The only problem is stability - ten minutes tops. Bring me what I need, and I\'ll make you one. I\'m not going anywhere...','Bring 4 Bolts of Runecloth, 8 Rugged Leather, 2 Rune Threads, and Ogre Tannin to Knot Thimblejack. He is currently chained inside the Gordok wing of Dire Maul.','Yeah, this will do the trick. Just a slip here, and tuck here... heh - this is going to work out just fine! $B$BHere you go, you\'re all set. Remember- this isn\'t the most securely fashioned item in the world. You\'ll have ten minutes of use before it falls apart, and then you\'re not going to fool anybody! Try using it just before you approach him, and remember... it only will make him think that YOU are an ally - not your group mates!','The Ogre Tannin is probably the toughest thing to find for what I need to make the suit - I think they have some upstairs? It\'s hard to tell, since this ball and chain doesn\'t make movement that easy to do...$B$BAnyway, bring me the things I need, and I\'ll whip you up an ogre suit that will fool Captain Kromcrush into thinking you\'re one of his men.','','','','','',14048,8170,14341,18240,0,0,4,8,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18258,0,0,0,1,0,0,0,169,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5519,4044,2557,0,8,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Gordok Ogre Suit','','','Here ya go $N - put this thing on, and you\'ll have ten minutes to do whatever. Good luck!$B$BOh, and if you happen to find a key to get me out of here, BY ALL MEANS LET ME KNOW!!!','Need another suit, do ya? Well, I\'m not going anywhere soon it seems - bring me the same things I asked for from before, and I\'ll make you another ogre suit.','','','','','',14048,8170,14341,18240,0,0,4,8,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18258,0,0,0,1,0,0,0,169,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5518,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5520,5875,0,0,8,53,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5521,4044,28,0,8,55,60,0,1101,0,0,0,529,42000,0,0,0,0,0,0,'Chromatic Mantle of the Dawn','$G Brother : Sister; $N - your deeds on behalf of the Argent Dawn are far too numerous to be recounted easily. As a fitting tribute, I\'ll part with one of our special Chromatic Mantles of the Dawn - a version that protects the wearer from all forms of resistible magic simultaneously. Chromatic Mantles of the Dawn are reserved for only the mightiest of the Dawn\'s heroes!$B$BBring to me twenty-five valor tokens as a sign of tribute, and I\'ll give you the finest of all our mantles.','Bring 25 Argent Dawn Valor Tokens to Quartermaster Lightspark at Chillwind Camp, Western Plaguelands.','Most impressive, $N - the Chromatic Mantle of the Dawn is now yours!$B$BAs long as you maintain Exalted status with the Argent Dawn, you will be able to purchase additional Chromatic Mantles. They will be made available to you immediately from any of the Dawn\'s quartermasters.','Salutations, mighty $C! Have you brought the valor tokens I asked of you? Once you hand them to me, I will issue you your own Chromatic Mantle of the Dawn.','','','','','',12844,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18182,0,0,0,1,0,0,0,529,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5522,4044,46,0,0,57,60,81,0,0,0,0,0,0,0,0,0,5531,13761,1,'Leonid Barthalomew','I received a message from my master, Vectus. Well, the message wasn\'t really from Vectus...it was from someone named Leonid Barthalomew. I don\'t know Leonid, but he knew my master, and no one knows my master unless he allows it.$B$BLeonid says Vectus wants the dragon eggs. He wants you to deliver them to him at the Light\'s Hope Chapel in the Eastern Plaguelands.$B$BThat hurts! Why you? Doesn\'t Vectus trust me? Oh, never mind... just take the eggs and tell Leonid that I did what our master commanded.','Bring the Frozen Eggs to Leonid Barthalomew in the Eastern Plaguelands.','Ah, very good. You do not know the evil power for whom you have labored, but now you will know the truth. And fear not--I am no servant of that master. I am Leonid Barthalomew, known as \"the Revered\" to my brethren in the Argent Dawn.$b$bI tricked Tinkee into sending you and the dragon eggs to me. And it is good that my trick was successful, for had these eggs reached their intended destination, a great power would have fallen into the hands of the enemy.','You are the one up to mischief in Blackrock Spire, yes? Do you have what I asked for?','','','','','',13761,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',4734,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5523,5875,0,0,8,53,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5524,4044,28,0,8,55,60,0,690,0,0,0,529,42000,0,0,0,0,0,0,'Chromatic Mantle of the Dawn','$G Brother : Sister; $N - your deeds on behalf of the Argent Dawn are far too numerous to be recounted easily. As a fitting tribute, I\'ll part with one of our special Chromatic Mantles of the Dawn - a version that protects the wearer from all forms of resistible magic simultaneously. Chromatic Mantles of the Dawn are reserved for only the mightiest of the Dawn\'s heroes!$B$BBring to me twenty-five valor tokens as a sign of tribute, and I\'ll give you the finest of all our mantles.','Bring 25 Argent Dawn Valor Tokens to Quartermaster Hasana at the Bulwark, Western Plaguelands.','Most impressive, $N - the Chromatic Mantle of the Dawn is now yours!$B$BAs long as you maintain Exalted status with the Argent Dawn, you will be able to purchase additional Chromatic Mantles. They will be made available to you immediately from any of the Dawn\'s quartermasters.','Salutations, mighty $C! Have you brought the valor tokens I asked of you? Once you hand them to me, I will issue you your own Chromatic Mantle of the Dawn.','','','','','',12844,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18182,0,0,0,1,0,0,0,529,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5525,4044,2557,0,8,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Free Knot!','','','You - ranked number one. Everyone else - ranked number two or lower. Oh, thank you for freeing me!$B$BI knew my life was destined for more than just being an appetizer to some ogre!','It\'s called the Gordok Shackle Key - well, that\'s what these \"tons o\' fun\" keep calling it. I think any of the ogres might have it, but I\'m not sure if any specific ones do. Maybe the guards have a better chance of having one...$B$BWhat am I talking about - you have it already, don\'t you?! Is that it there??!','','','','','',18250,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5526,4044,493,0,0,56,60,81,0,0,0,0,0,0,0,0,0,0,18539,1,'Shards of the Felvine','Your knowledge of Eldre\'Thalas - Dire Maul - in Feralas will now come into play, $N. In the eastern part of the ruined city is where Alzzin the Wildshaper has exerted his corrupt dominion. Go there with all due haste and brave whatever challenges await you.$B$BThe Fruit of Fertility, now corrupted as the Felvine, should be close to Alzzin. When he falls, capture whatever essence of the Felvine you can. Seal it in the Reliquary, and bring it to me.$B$BGood luck, and Cenarion\'s speed.','Find the Felvine in Dire Maul and acquire a shard from it. Chances are you\'ll only be able to procure one with the demise of Alzzin the Wildshaper. Use the Reliquary of Purity to securely seal the shard inside, and return it to Rabine Saturna in Nighthaven, Moonglade.','It is done, brave $C, and with that the Cenarion Circle is in your debt. Though the war is far from over, a great battle has been won against those who would bring about our doom.$b$bPlease - accept this as a token of our enduring gratitude. Know that you are welcomed here as a hero of the Cenarion Circle for your great deed, $N. Thank you.','With the Sealed Reliquary of Purity in our possession, it will be possible not only to remove a corrupting threat from the world but also to study it under our judicious watch. Perhaps we can even devise new means to combat the taint of corruption that ever threatens Azeroth.$b$bI know Milli would have had it no other way...','','','','','',0,18540,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18535,18536,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5527,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5527,4044,493,0,8,56,60,0,0,0,0,0,0,0,0,0,0,5526,0,0,'A Reliquary of Purity','The first step is to find a container capable of holding an extremely corruptible substance without the handler suffering ill effects. There is only one sort device I am aware of that could possibly contain something as vile as the Felvine: a Reliquary of Purity.$B$BDeep in the wasteland of Silithus is the remnants of the night elf village known as Southwind. I know one was there many, many years ago. If we are to succeed, I need you to scour those ruins in the hopes of reclaiming it.','Travel to Silithus and search for a Reliquary of Purity within the ruins of Southwind Village. If you are able to find it, return with it to Rabine Saturna in Nighthaven, Moonglade.','Indeed, you are as resourceful as many claim. The Cenarion Circle is blessed to have you working in our stead.$b$bWith the Reliquary once more in our hands, my mind is at ease. I feel more comfortable asking you to not only face down a malfeasant demon, but also to bring back a dangerous item in the process...','A Reliquary of Purity is an artifact unto itself. Few were ever made, and almost all of them were thought to have been lost over time.$B$BI admit I have known about the one in Southwind for a little while now. Honestly, with the rising turmoil in Silithus, I thought to keep our secrets just that - a secret. To poke and prod would only cause suspicions of our enemies to rise.$B$BAlas, the time for complacency is at an end, especially with the situation in Eldre\'Thalas. ','','','','','',22201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5528,4044,2557,0,8,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Gordok Taste Test','','','You da big boss now, so you get free sample of my better brews! These drinks boost you up AND give you good buzz! These are da good ones, chief... you try and tell Kreeg yourself!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18269,18284,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5529,4044,2057,0,8,55,58,81,0,0,0,0,0,0,0,0,0,0,0,0,'Plagued Hatchlings','The Argent Dawn recently learned that the Scourge are creating their own plagued dragonflight! We must stop them -- if the Scourge gain a force of dragons they\'ll sweep across Azeroth unchecked!$B$BTheir necromancers are breeding plagued dragons at the Scholomance, in the middle of Darrowmere Lake.$B$BGo to the Scholomance and kill as many hatchlings as you can... before they get any bigger!','Kill 20 Plagued Hatchlings, then return to Betina Bigglezink at the Light\'s Hope Chapel.','Well done, $N! It\'ll be a long time before they can grow another clutch of dragons.$B$B...At least, I hope it will!','Get to the Scholomance, $N. Take out those plagued hatchlings before they grow!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10678,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,5,0,7),(5530,5875,139,0,8,55,60,0,0,0,0,0,529,2100,0,0,0,0,0,0,' Necklace of the Dawn','','','','','','','','','',12844,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13811,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-450000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5531,4044,2057,0,0,57,60,81,0,0,0,0,0,0,0,0,0,4771,13761,1,'Betina Bigglezink','The eggs you brought were to be used in Scourge experiments to create a plagued dragonflight. These frozen black dragon eggs would have been invaluable in their studies, and would have assuredly quickened their timetable.$B$BNow, it is time we ended their research.$B$BTake the frozen eggs to Betina Bigglezink outside. She is well-learned in science and alchemy, and has produced a weapon we can use against the Scourge. With your help, we will deal them a heavy blow.','Bring the Frozen Eggs to Betina Bigglezink.','There they are! And in such a nice container. The perfect size!$b$bWe\'ll keep these eggs in a safe place so we can study them later, but right now we need that thing you brought them in.$b$bI have created a device with a very specific use: to destroy the undead scholars of the Scholomance. They are studying dragons in their efforts to create a plagued dragonflight, and we must halt their progress.$b$bI call the device Dawn\'s Gambit, because... I\'m not sure if it works!$b$bWill you find out for us?','Hello, $N! I heard you were here with some dragon eggs? Well, let\'s see them!','','','','','',13761,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',5522,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5532,5875,139,0,8,53,58,0,0,0,0,0,529,900,0,0,0,0,0,0,' Ring of the Dawn','','','','','','','','','',12844,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13812,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5533,4044,28,0,8,55,55,0,1101,0,0,0,0,0,0,0,0,5537,0,0,'Scholomance','On the island of Caer Darrow lies Scholomance - a wretched center of Scourge necromancy and evil. Our enemy dwells within, conducting unspeakable acts of depravity on unwitting victims... at least, we surmise as much. A door bars the way, and try as we might no entry is to be had without a proper key.$B$BAlchemist Arbington is well versed on Scholomance, and has an idea how to obtain a key. You have proved your worth to me, and now I entrust this task to you. Speak with him on this matter.','Speak with Alchemist Arbington at Chillwind Point, Western Plaguelands.','Well met, $c. I\'ve dedicated a fair portion of my recent studies to the Scholomance, and I believe I know a means by which you can acquire a key... one that will let you past the front door.$B$BI can only imagine what horrid sights are to be seen inside, $N. I don\'t know how you heroic types do it sometimes...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',5097,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(5534,4044,16,0,8,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kim\'jael\'s \"Missing\" Equipment','What?! What?!$B$BThat wasn\'t good enough for you? You know how expensive those explosives are? They sell for... oh, nevermind. Fine, you want to make some real money? Cause that\'s how business is done: you prove you\'re a valuable employee and then you\'re rewarded adequately after you stick it out some.$B$BIf you\'re a \"valuable\" employee, then hit the Ruins of Eldarath and find me some rune that them Blood elves were lookin\' for. The naga apparently have it in their possession.','Find Some Rune that the naga have in their possession in the Ruins of Eldarath and return it to Kim\'jael in Azshara.','Haha! Wonderful!$b$bI\'ll be sure to find out what this is for and why Magus Rimtori--she\'s the cow that hired me--wanted it. Hah! I got you now, stinkin\' Blood elves! Kim\'jael! Ha! I\'ll teach them who the rats are!$b$bYa did good, $N. Thanks a bundle. Here, take this coin and be off with ya--I\'ve got some things to figure out.','Well, $N? Where is the rune? You are a good employee, right? You\'re here to help?$b$bDon\'t make me think twice about paying you what we agreed upon. What? Oh, we didn\'t agree on anything? Oh, great... then take your time--just know that it\'ll be a lot less if you take a long time.','','','','','',13815,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,350,-350,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',3601,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,6,1,0,0,0,0,0,2,4,1,0,0,0,0,0,0,6,0,0,6),(5535,4044,16,0,8,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spiritual Unrest','Long ago, the Highborne were some of the most powerful students of the arcane the night elves ever produced. The corruption that comes along with such studies caused much harm to night elf society and greatly affected all of Azeroth... as I\'m sure you well know.$B$BI promised the Sentinels that I would release the spirits from their mortal bonds as I find them. If you would do the same, then I am sure I can reward you some.$B$BThe spirits haunt the Shadowsong Shrine to the northeast of here.','Destroy 6 Highborne Apparitions and 6 Highborne Lichlings before returning to Loh\'atu in Azshara.','Well done, $C. Thank you for your help. The spirits are at peace, and the threats that their desire for the arcane draw have been lessened.$b$bI am sure that both sides of the conflict that ravishes Azeroth will see you are above such things.','How goes your search for the Highborne spirits, $c?$B$BMany events have caused all the races of Azeroth great suffering, but for some reason, these spirits seem to be a plague for all people. Perhaps it is there continued desire for any arcane magic--such desire is a harbinger of the Burning Legion, and we know what that can lead to.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6116,6117,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,6,0,5),(5536,4044,16,0,8,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Land Filled with Hatred','The satyr, a disfigured, evil aspect of the night elves, now infect the sacred lands once traveled by Cenarius. I cannot speak for the night elves when it comes to all the atrocities those demonic creatures have committed, but I have sworn an oath to the Earthmother to aid the elves in ridding the land of such a nuisance.$B$BI am sure you would prove yourself if you aided me in purging them.$B$BNortheast of here, you can find the Haldarr clan. Return to me after you\'ve tested yourself against their power.','Kill 6 Haldarr Satyr, 2 Haldarr Tricksters, 2 Haldarr Felsworn and then return to Loh\'atu on the border of Ashenvale.','Well done, $C. I see you\'re not only skilled but cunning. To defeat such creatures is a testament to your loyalty to the tenants of the Earthmother, even if you do not recognize her as your own deity. She is in all things on this planet and beyond. Her eyes, one dark and one light, travel across the skies always gazing down upon us.$b$bPlease, take this small amount of coin in appreciation for what you have done.','How goes your battle against the satyr, $c?$B$BAre they as strong as you thought? Stronger? Or perhaps they were nothing to your own might.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6125,6126,6127,0,6,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,1,0,5),(5537,4044,28,0,8,55,57,0,1101,0,0,0,0,0,0,0,0,5538,0,0,'Skeletal Fragments','The key to Scholomance is called a Skeleton Key. It must be forged from the remains of a skeleton - several actually - and hardened by only the strongest of metals within a suitable mold. A signet of power from a being who naturally can open the portal to Scholomance will make the key ultimately function.$B$BFirst thing\'s first though, $N. We\'ll need skeletal fragments for the key\'s forging. Skeletons inside Andorhal should yield what we need, but the ones outside the walls might work too.','Bring 15 Skeletal Fragments to Alchemist Arbington at Chillwind Point, Western Plaguelands.','This\'ll work, $N! My turn now - I will imbue these with a suitable temper that will allow them to survive the intense forging process they will eventually go through.$B$BThe next step will be to get an appropriate mold for the key. I know a goblin blacksmith in Tanaris that has in the past made molds for similarly macabre items. He works for whom goblins usually work for - the highest bidder.','As morbid as it sounds, we\'ll need a decent supply of suitable skeletal fragments to make up the outer layer of the key. They don\'t call it a Skeleton Key for nothing, you know.','','','','','',14619,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,'',5533,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(5538,4044,28,0,256,55,57,0,1101,0,0,0,0,0,0,0,0,5801,14628,1,'Mold Rhymes With...','The goblin you will need to speak with is Krinkle Goodsteel. He peddles his skills to the highest bidder in Gadgetzan, within the Tanaris desert. He\'ll likely be the only one who can produce the mold we need, and his services won\'t come cheap. We now ask for you to dig deep by footing whatever fee he will charge.$B$BI\'m an alchemist, not a banker. If I had gold lying around, I certainly wouldn\'t be here.$B$BI guess I said the quiet part out loud again. Oops.$B$BGadgetzan awaits you! Good luck!','Bring the Imbued Skeletal Fragments and 15 gold coins to Krinkle Goodsteel in Gadgetzan.','Dithers said you\'d deliver the goods, and deliver you have! A deal is a deal; let me pack the fragments into the mold for you.$b$bDid Dithers imbue them already? Excellent... otherwise, it would have been a long trip back to the Bulwark for you.','Yeah, I know who you are, and I know why you\'re here. Dithers sent word to me before you arrived. Let\'s cut to deal at hand, now shall we?$b$bI\'ve got a mold you can use for the skeleton key, but it will cost you - fifteen gold, up front, no negotiation. I\'ll pack the skeletal fragments into the mold for you, and I\'ll also teach you on how to forge the stem of the key without any knowledge of blacksmithing... all free of charge no less.$b$bWho says mercenaries don\'t offer competitive deals!','','','','','',14628,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-150000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5537,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,1),(5541,4044,1,0,8,5,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ammo for Rumbleshot','Hegnar Rumbleshot sells guns off the road to Anvilmar. Riflemen and mortar teams spend a lot of time practicing out near his shop, and he\'s always needing fresh ammunition.$B$BBut... the last crate of ammo I sent him got lost along the way. My courier said he was camped near the Grizzled Den when wendigo chased him away... and the fool left Rumbleshot\'s ammo behind!$B$B$N, can you get that ammo and take it to Rumbleshot? He\'s been waiting on it and I\'m sure he\'s running low.','Bring Rumbleshot\'s Ammo to Hegnar Rumbleshot in Dun Morogh.','Great, more ammo! Old Loslor\'s shipment finally came through! The ammo might be late, but just like my grand daddy used to tell me: late\'s better than never!$b$bThank you much, $N. I already have buyers eager for this stuff!','I hope you\'re not here for ammo, because I\'m almost out!','','','','','',13850,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,250,250,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5542,4044,139,0,8,52,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Dogs','If you are going to remain here, I ask only that you earn your keep. We have many nuisances that could use some \'discipline.\'$B$BYou can start with the Plaguehounds and their runts.$B$BI cannot offer much in return, but you are guaranteed a warm meal and some conversation should you succeed.','Slay 20 Plaguehound Runts, 5 Plaguehounds and 5 Frenzied Plaguehounds. Return to Tirion Fordring when the task is complete.','Well done, $N. Come. Rest. Let us eat and talk of days long past!','Do not pity the demon dogs, $r. They are abominations!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8596,8597,8598,0,20,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,1,5,0,5),(5543,4044,139,0,8,52,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Tinged Skies','Woe to those that foolishly wander into the Plaguelands. All manner of foulness inhabit these woods - from the fanatical Scarlet Crusade, who will kill any that do not bear the mark of the Crusade, to the murderous Scourge, who only look to bolster their numbers by adding more undead to their ranks.$B$BEven the wildlife have been transformed into rapacious, man eating beasts. I ask that you destroy those that would strike from the skies: The Plaguebats.','Slay 30 Plaguebats and return to Tirion Fordring.','You are a shining example of decency, $r! It has been long since I have felt the blood of heroes pump through my veins. Your acts of bravery are uplifting!','Do not underestimate the winged vermin, $r. The Plague has given them supernatural abilities.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8600,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',5542,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,1,1,0,5),(5544,4044,139,0,8,52,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Carrion Grubbage','My food supplies are running low, $r. I am ashamed to admit that I might not have enough food to share with you.$B$BCould you assist an old man with a simple task? Around here, the only manner of beast unaffected by the ravages of the Plague are the Carrion worms. While rather bland in taste, the meat of the worms can easily be preserved to last for months. I will need several hundred pounds to restock for the coming winter!','Seek out the Carrion Grubs and Devourers of the region. Slay them and harvest their meat. Return to Tirion Fordring when you have gathered 15 Slabs of Carrion Worm Meat.\n','May the Light watch over you! Bless you, young one.','You will grow to tolerate the taste, $r.','','','','','',13853,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',5543,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,0,0,5),(5545,4044,12,0,8,5,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Bundle of Trouble','I\'ve got a real problem on my hands. I have a deadline looming for an order of lumber, and I\'m running out of time. The wolves and bears north of here have chased my workers away from the bundles of wood that they\'ve already chopped.$B$BI\'ve already talked to Deputy Rainer about clearing the animals, but I need someone to go collect the wood for me. If you could collect eight bundles of wood for me I might just make my deadline.','Bring 8 Bundles of Wood to Raelen at the Eastvale Logging Camp.','Excellent! Thanks to you, I should be able to complete the order in time. To show my gratitude, I would like to offer some coin as compensation for your troubles.$b$bThank you and farewell.','That deadline isn\'t getting any further away, $C. Please hurry and collect those bundles of wood.','','','','','',13872,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5561,4044,405,0,0,30,34,0,0,0,0,0,0,0,0,0,0,0,13892,1,'Kodo Roundup','Bibbly thinks he is the only goblin in Desolace who knows how to make money. Well, the only caravan brave enough to travel these parts relies on me. Ever since I learned how to rejuvenate and control aged and dying kodos with my kodo kombobulator, the caravan owner Cork, Rigger, and I entered a partnership.$B$BTake the kombobulator and use it on any ancient, aged, or dying kodos; it will jolt the beast into a tamed kodo and force it to follow you. Once you have a kodo tamed, bring it back to me.','Bring five Tamed Kodos and the Kodo Kombobulator back to Smeed Scrabblescrew at Scrabblescrew\'s Camp.','$b$bThree, four, and five... excellent, I ask for five tamed kodos and I get five tamed kodos... I am going to be rich... yes, very rich! I hope to see the look on Bibbly\'s green face when he hears about my success!','The caravan will be here shortly; do you have the five new tamed kodos I was asking for?','','Kodos Tamed','','','',13892,0,0,0,0,0,1,0,0,0,0,0,11627,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,15697,15698,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5581,4044,405,0,0,32,38,0,690,0,0,0,0,0,0,0,0,0,14547,1,'Portals of the Legion','Behold - the Hand of Iruxos. A gruesome sight indeed.$B$BYou must possess it if the demon portals at Mannoroc Coven are to be banished... which is what I now ask you to do. The Demon threat is increasing and we must close these portals to stem the tide of demons to this world. Good luck, $N... and be wary of the portal guardians.\n','Banish 6 Portals at Mannoroc Coven and return to Taiga Wisemane at Shadowprey Village.\n','You are to be commended, $N. Your effort has helped greatly in fighting the demon threat, and all of Azeroth is safer because of it.','Have you banished the demon portals at Mannoroc Coven?','','Portals Banished','','','',14547,0,0,0,0,0,1,0,0,0,0,0,11937,0,0,0,6,0,0,0,18762,0,0,0,0,0,0,0,16794,16873,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',5381,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5582,4044,2057,0,0,55,58,81,0,0,0,0,0,0,0,0,0,0,13920,1,'Healthy Dragon Scale','This is a scale shed from a plagued dragon hatchling. But unlike the other pocked, oozing scales on the infant beast, this rare scale is healthy and unmarred.$B$BBetina Bigglezink will want a sample of this to study.','Bring the Healthy Dragon Scale to Betina Bigglezink at the Light\'s Hope Chapel in Eastern Plaguelands.','Excellent! This will be invaluable in my continued studies of the machinations of the Scourge. Thank you, $N, and if you find more of these scales please bring them to me!','$N, do you have something to show me?','','','','','',13920,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5529,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5601,4044,139,0,8,50,55,0,0,0,0,0,0,0,0,0,0,5149,0,0,'Sister Pamela','I fled Lordaeron during the great war, and was lucky to escape before the Scourge swept through my homeland and turned it into a plagued nightmare! I was lucky, but my family was not. I fear they were all killed during the battle of Darrowshire.$B$BDarrowshire is a village in the Eastern Kingdoms, nestled in the southern hills of what is now the Eastern Plaguelands. Will you go there and search for my family? I miss them so much, especially my little sister Pamela.$B$BPlease, find her for me!','Find Pamela Redpath in Darrowshire.','Where is my sister Jessica? She left so long ago, when I was just a little girl. She cried so much when she went away. I don\'t know why she cried! Maybe she fell and hit her toe.$b$bWhen Jessica was here we used to play games and dance and pick pretty flowers around the house. And sometimes we\'d hide when we saw daddy coming home, then jump out and surprise him!$b$bCome back, Jessica! If you come back then maybe daddy will too and we can all play together again...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'5142',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,18,20,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5621,4044,0,262,8,5,4,0,8,16,0,0,0,0,0,0,0,0,0,0,'Garments of the Moon','I need your help, $N. I am needed here to train the other students, but you, you can help one of our injured Sentinels just south of Dolanaar. She was hurt patrolling the town and could use our aid. Her name is Shaya.$B$BWhen you find her, heal her wounds, and then fortify her body with your spells. This will at least protect her from harm longer if she finds trouble. Return to me here after you\'ve done your duty to Elune.','Find Sentinel Shaya and heal her wounds using Lesser Heal (Rank 2). Afterwards, grant her Power Word: Fortitude and then return to Laurna Morninglight in Dolanaar.','You have done well and you have served Elune. For that, I thank you.$B$BPlease, take this robe as a token of my thanks. It signifies you have earned your place among our order. If you wish, wear it with pride, but either way, we will always recognize you as one of our own.$B$BGo with Elune, $N, and thank you.','Our spells of Fortify are very powerful, Delor. They allow our companions to take further injury from all types of attacks and survive in situations where they would normally fall. But this is nothing when compared to our abilities to heal. There are no greater healers than a priest--do well to remember that. Your power alone can turn the tides of battle easily.','','Heal and fortify Sentinel Shaya','','','',0,0,0,0,0,0,0,0,0,0,0,0,12429,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16604,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',5622,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5622,4044,0,262,8,5,4,0,8,16,0,0,0,0,0,0,0,5621,0,0,'In Favor of Elune','$N, you must travel to Dolanaar when your business here in Shadowglen is done. There, you will find Laurna Morninglight. She will instruct you further in the ways of Elune, and it is with her that you will earn your first garments denoting your station as a $gpriest:priestess; of Elune.$B$BTake care, and may you be protected in your journeys.','Speak to Laurna Morninglight in Teldrassil.','I\'m happy to see Shanda has sent you to find me, $N. Teaching young priests the ways of Elune gives me great satisfaction.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5623,4044,0,262,8,5,4,0,1,16,0,0,0,0,0,0,0,5624,0,0,'In Favor of the Light','Hello again, young $gpriest:priestess;. The time has come for you to learn more about our religion. After you\'ve completed whatever tasks you have here in Northshire, please seek out Priestess Josetta in Goldshire. She has more to teach you and has heard that you are growing strong in the ways of the Light. She looks forward to tutoring you more.','Speak to Priestess Josetta in Elwynn Forest.','I\'m glad you\'ve arrived, $N. We have much to discuss about your future and your path within the Light.','Hello, $R. What can I do for you?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5624,4044,0,262,8,5,4,0,1,16,0,0,0,0,0,0,0,0,0,0,'Garments of the Light','Normally I put forth a small challenge to followers of the Light to test their skill. I want to see if they are worthy of wearing their first robes--a sign that the church outwardly approves of the $gpriest:priestess; and supports $ghim:her;.$B$BBut this situation is a bit different. One of Goldshire\'s citizens saw an injured guard near the lake to the east of here. His name is Roberts. Find him, heal him, fortify his body and return here. If you can do that for me, then I will consider your test complete.','Find Guard Roberts and heal his wounds using Lesser Heal (Rank 2). Afterwards, grant him Power Word: Fortitude and then return to Priestess Josetta in Goldshire.','Excellent, $N With one more healthy guard out there to help the town, we\'ll be that much safer. I\'m glad to see you\'re already learning to use your abilities wisely. If you feel you are ready for more training at any time, please come back to me. But for now, take this robe. It will let others know that you are one of our order. If you don\'t want to wear it, that\'s fine. Later there will be more tests and this robe isn\'t necessary for those.','As you may have already learned, our healing magics are vital to the survival of our people in these harsh times--especially to adventurers and heroes who take up arms and magic to fight back so many different threats.$B$BYou would do well to always remember how important that skill is. That, coupled with Fortitude, make your companions far more capable in battle since they will be able to stand up to a greater number of blows.$B$BDo not let anyone dismiss how powerful your magics are.','','Heal and fortify Guard Roberts','','','',0,0,0,0,0,0,0,0,0,0,0,0,12423,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16605,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',5623,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5625,4044,0,262,8,5,4,0,4,16,0,0,0,0,0,0,0,0,0,0,'Garments of the Light','It\'s usually about this time that one of your power is tested to see if they\'re worthy of wearing robes denoting their place in the church. But to be honest, I got more pressing matters to look into. Citizen of Kharanos\' just came in here and told me \'bout a hurt mountaineer just outside town to the south--name\'s Dolf.$B$BYou heal Dolf and give him Fortitude, and I\'ll consider you done with proving yourself. How\'s that sound?','Find Mountaineer Dolf and heal his wounds using Lesser Heal (Rank 2). Afterwards, grant him Power Word: Fortitude and then return to Maxan Anvol in Kharanos.','Excellent, $N With one more healthy guard out there to help the town, we\'ll be that much safer. I\'m glad to see you\'re already learning to use your abilities wisely. If you feel you are ready for more training at any time, please come back to me. But for now, take this robe. It will let others know that you are one of our order. If you don\'t want to wear it, that\'s fine. Later there will be more tests and this robe isn\'t necessary for those.','Have you found Dolf yet, $N?$B$BYou\'ve probably already learned this, but our ability to heal is very useful. Not only are we able to take care of the wounded, but we\'re vital to the survival of all those would-be heroes out there trying to make a name for themselves. With Fortitude to increase the amount of blows we can take, and our healing magic to keep them alive, there\'s nothing we can\'t overcome!','','Heal and fortify Mountaineer Dolf','','','',0,0,0,0,0,0,0,0,0,0,0,0,12427,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16605,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',5626,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5626,4044,0,262,8,5,4,0,4,16,0,0,0,0,0,0,0,5625,0,0,'In Favor of the Light','Hey! $N! Got a minute?!$B$BYa been following the Light now for long enough that you find your way to Maxan Anvol in Kharanos. He\'ll teach ya more about the path yer following, and if you prove worthy, give ya yer first set of robes to denote your station as a $gpriest:priestess;.$B$BNow get goin\'! As soon as yer done here, head through the tunnel--he\'ll be waitin\' for ya.','Speak to Maxan Anvol in Dun Morogh.','Oh, so Branstock sent ya, did he? Good, good! He\'s right, it is \'bout time you started taking a much larger step into the Light. It\'ll build character and make ya stronger... an\' that\'s what you\'ll need more than anything: strength of body... strength of will.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,2),(5627,4044,0,262,8,10,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Stars of Elune','','','You\'ve proven yourself worthy of Elune\'s attention, $N. If you feel you\'re ready, I would very much like to teach you one of her spells unique to our people.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10797,19350,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5628,4044,0,262,8,10,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Returning Home','Ah, yes, hello, $N? I\'m glad you stopped to talk for a moment. You are a far way from home at such a young age--I admire such ambition. I wish when I was younger I could have mustered the courage to travel the world.$B$BThere was a priestess of your order here looking for you not too long ago. She said it was very urgent you returned to the Temple of the Moon in Darnassus and speak to Priestess Alathea--it had something to do with your training. I wouldn\'t dally too long if you can help it.','Speak to Priestess Alathea in Darnassus.','Wonderful, you\'ve returned home, $N. It always pleases Tyrande and myself when those we\'ve trained go out into the world and return to us safely. How have things been with you? Does Elune still bless your travels? Perhaps after we speak more about the business at hand, you could tell me more of your travels.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10797,19350,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5629 5631',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5629,4044,0,262,8,10,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Returning Home','Hello again, $N. I know you\'ve been busy aiding our people, but you must take some time for yourself also. Priestess Alathea sent someone here looking for you. It seems that you\'ve caught the attention of our elders and they feel you are prepared for greater things. Head to the Temple of the Moon in Darnassus and look for Alathea there. She will be waiting. Good luck, and may Elune be with you.','Speak to Priestess Alathea in Darnassus.','Wonderful, you\'ve returned, $N. It always pleases Tyrande and myself when those we\'ve trained go out into the world and return to us safely. How have things been with you? Does Elune still bless your travels? Perhaps after we speak more about the business at hand, you could tell me more of your travels.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10797,19350,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5628 5631',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5630,5875,0,262,8,10,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Returning Home','Hello there, $gladdy:lassy;. Good to see you travelin\' far and wide to distant lands. No offense meant, but a lot o\' your kind don\'t take well to these cold climates usually. Glad to see you\'re made of tougher stuff.$B$BNot too long ago one of your priestesses was in here lookin\' for you--said somethin\' about you finding a Priestess Alathea in the Temple of the Moon back in Darnassus. Said it was important and you should head back there soon.','Speak to Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10797,19350,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5631,4044,0,262,8,10,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Returning Home','A priestess recently visited our halls seeking you out, young $r. She said that she was on a mission to find you and that you should return to the Temple of the Moon in Darnassus as soon as possible. When you arrive, seek out a Priestess Alathea--she will tell you more.$B$BThe Light be with you, $N.','Speak to Priestess Alathea in Darnassus.','Wonderful, you\'ve returned home, $N. It always pleases Tyrande and myself when those we\'ve trained go out into the world and return to us safely. How have things been with you? Does Elune still bless your travels? Perhaps after we speak more about the business at hand, you could tell me more of your travels.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10797,19350,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5628 5629',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5632,5875,0,262,8,10,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Returning Home','Oh, yes, of course. Hello, $N. A messenger from our order was here not too long ago looking for you. She mentioned something important happening back in Darnassus and that you should return to the Temple of the Moon as soon as you can. When you arrive, speak to Priestess Alathea. I believe it has something to do with your progressing so well in our ways.$B$BAgain, return to Darnassus when you can.','Speak to Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10797,19350,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5633,5875,0,262,8,10,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Returning Home','Greetings, $gladdy:lass;. Good to see you here in our great halls. A blessing be on you and your kind.$B$BWhile you were traveling through our lands, a priestess of your temple came here seeking you. She said that you were to return to the Temple of the Moon as soon as possible. I\'m sorry I can\'t tell you more, but it did sound important. When you get to the temple, speak to a Priestess Alathea.','Speak to Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10797,19350,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5634,4044,0,262,8,10,-1,0,5,16,0,0,0,0,0,0,0,0,0,0,'Desperate Prayer','','','I\'m glad you\'ve arrived, $N. There are many things we will have to discuss, but more importantly is your training in the ways of the Light. There are lessons all servants of the Light must learn. If you are ready, we\'ll begin discussing some of those now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13908,19338,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'5635 5636 5637 5638 5639',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5635,4044,0,262,8,10,-1,0,5,16,0,0,0,0,0,0,0,0,0,0,'Desperate Prayer','You\'ve caught the attention of our superiors, $N. They\'ve asked you travel to the Cathedral of Light in Stormwind as soon as possible. Apparently they feel you\'ve proven yourself already and are prepared to further your training. When you get there, find High Priestess Laurena. She will be able to guide you further. Good luck, and may the Light be with you.','Speak to High Priestess Laurena in Stormwind.','I\'m glad you\'ve arrived, $N. There are many things we will have to discuss, but more importantly is your training in the ways of the Light.$B$BThere are lessons all servants of the Light must learn. If you are ready, we\'ll begin discussing some of those now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13908,19338,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5634 5636 5637 5638 5639',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5636,4044,0,262,8,10,-1,0,5,16,0,0,0,0,0,0,0,0,0,0,'Desperate Prayer','Elune bless you, good $r. I hope your Light finds you and protects you well this day.$B$BOne of your priests was here not long ago looking for you. He mentioned you returning to the Cathedral of Light as soon as possible to speak with High Priestess Laurena. It seems you\'ve done well to garner such attention. I wouldn\'t spend too much time here--your people have need of you.','Speak to High Priestess Laurena in Stormwind.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13908,19338,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5634 5635 5637 5638 5639',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5637,4044,0,262,8,10,-1,0,5,16,0,0,0,0,0,0,0,0,0,0,'Desperate Prayer','Time\'s come for you to head to Stormwind, $N. High Priestess Laurena in the Cathedral of Light wants to speak to you. Gotta be somethin\' really good or really bad for the High Priestess to want you there personally, but I\'m guessin\' you\'ve only done well for yourself and it\'s a good thing that she wants to speak to ya.$B$BBut don\'t waste too much time \'round here. I\'d head there as soon as you can.','Speak to High Priestess Laurena in Stormwind.','I\'m glad you\'ve arrived, $N. There are many things we will have to discuss, but more importantly is your training in the ways of the Light.$B$BThere are lessons all servants of the Light must learn. If you are ready, we\'ll begin discussing some of those now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13908,19338,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5634 5635 5636 5638 5639',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5638,5875,0,262,8,10,-1,0,5,16,0,0,0,0,0,0,0,0,0,0,'Desperate Prayer','Just a short time ago, one of your priests was here looking for you, $r. He said that if I were to see you, I should direct you towards the Cathedral of Light. He said it was very important, but I would not be overly concerned if I were you. His demeanor seemed positive... as though it were good news. I wouldn\'t take too long in making my way there if I were you.$B$BElune be with you, good $r.','Speak to High Priestess Laurena in Stormwind.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13908,19338,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5634 5635 5636 5637 5639',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5639,4044,0,262,8,10,-1,0,5,16,0,0,0,0,0,0,0,0,0,0,'Desperate Prayer','You\'re needed in Stormwind, $N. The High Priestess there, Laurena, says it\'s time for you to prove you\'re worthy of the next level of your training. Don\'t waste too much time finding your way there. You can find her in the Cathedral of Light in the center of the city. Give her my regards, and prove how worthy you are of such a calling. The Light be with you, $N.','Speak to High Priestess Laurena in Stormwind.','I\'m glad you\'ve arrived, $N. There are many things we will have to discuss, but more importantly is your training in the ways of the Light.$B$BThere are lessons all servants of the Light must learn. If you are ready, we\'ll begin discussing some of those now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13908,19338,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'5634 5635 5636 5637 5638',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5640,5875,0,262,8,10,-1,0,5,16,0,0,0,0,0,0,0,0,0,0,'Desperate Prayer','Praise be to Elune, and to your Light, $N.$B$BAbout this time, many of our order learn abilities reflecting their faith in Elune. If knowledge serves me, I believe the same holds true for your order also.$B$BWhen your business in Darnassus is complete, I would seek out one of your High Priestesses for further training.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13908,19338,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5641,4044,0,262,8,20,-1,0,1028,16,0,0,0,0,0,0,0,0,0,0,'A Lack of Fear','','','You\'ve got the makings of a great $C, $N. Keep up the good work!$B$BYou\'ve already shown you\'re ready for battle. Perhaps it\'s time we taught ya a little somethin\' more.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6346,19337,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'5645 5647',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5642,4044,0,262,8,20,-1,0,128,16,0,0,0,0,0,0,0,0,0,0,'Shadowguard','Something important is up in Orgrimmar, $N.$B$BThe normal messengers that come through here looking for troll priests usually are very casual. This time, they seemed to be in much more a hurry. Don\'t dally too long in Thunder Bluff. I\'d return to the Valley of Spirits as soon as possible.','Speak to Ur\'kyo in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18137,19331,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5643 5680',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5643,4044,0,262,8,20,-1,0,128,16,0,0,0,0,0,0,0,0,0,0,'Shadowguard','Like many of our own priests, your own tribe puts you through rites of passage. These rites often teach priests special abilities that are vital to their survival. I sense that time is upon you even as we speak. You must return to the Valley of Spirits in Orgrimmar and speak to Ur\'kyo. What he teaches you might be very important for the future.','Speak to Ur\'kyo in Orgrimmar.','One of the most important rites of passage for a $C of our faith is upon us, $N. I will explain more to you--you are ready.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18137,19331,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5642 5680',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5644,4044,0,262,8,20,-1,0,16,16,0,0,0,0,0,0,0,0,0,0,'Devouring Plague','Ah, a wonderful day for you, $N. I can see by the lessons you\'ve learned that the time has come to send you back to Aelthalyste. There are things only she can teach you, and even then, only if you prove worthy.$B$BI will not spoil the surprise for you, but I remember when I was a young priest learning about true power... divine power. Yes, those were the days.$B$BGo back to Aelthalyste in the Undercity, $N. She will be awaiting you in the War Quarter.','Speak to Aelthalyste in the Undercity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2944,2946,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5646 5679',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5645,4044,0,262,8,20,-1,0,1028,16,0,0,0,0,0,0,0,0,0,0,'A Lack of Fear','$N, your High Priest Rohan would have an audience with you in Ironforge. Make haste, my strong friend, your next test quickly approaches. Although I wish I could bear witness to your race\'s own special rites, my place is here. But may the Light go with you in your travels. Rohan should still be in the Mystic Ward once you reach the city. He will be waiting.','Speak to High Priest Rohan in Ironforge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6346,19337,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5641 5647',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5646,4044,0,262,8,20,-1,0,16,16,0,0,0,0,0,0,0,0,0,0,'Devouring Plague','Aelthalyste show our people great respect by sending them back to me for more training, and now I do the same for her tribe.$B$BYou return to the Undercity, $N. There, in the War Quarter, she be ready to teach you more \'bout your people and their ways. Go there, and do not wait long.','Speak to Aelthalyste in the Undercity.','Good, you\'ve returned, and not a moment too late. We have great things to discuss, $N. Your abilities are growing stronger, and we must make sure you are ready.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2944,2946,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5644 5679',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5647,5875,0,262,8,20,-1,0,1028,16,0,0,0,0,0,0,0,0,0,0,'A Lack of Fear','Your race is so very strong, $N. We are proud to call you allies. And as each day\'s sun sets, you and your kin grow closer to not only finding your true origins, but find great confidence that you are on the right path in so many things. That feeling must make you feel so triumphant.$B$BWord came from Ironforge just recently. It asked that you return there and speak to High Priest Rohan in the Mystic Ward. I would not keep him waiting. May Elune guide your travels.','Speak to High Priest Rohan in Ironforge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6346,19337,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5641 5645',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5648,4044,0,262,8,5,4,0,128,16,0,0,0,0,0,0,0,0,0,0,'Garments of Spirituality','You be ready for your first test, $N. South of Razor Hill, just outta town, one of our grunts be hurt fightin\' off some o\' Proudmoore\'s old troops. She not doin\' too well, an\' she benefit much if one of our kind could help her. Find her--her name be Kor\'ja--heal her wounds, an\' give her the blessin\' of our ancestors.$B$BYou do this, an\' me thinks that be sufficient proof that you ready to move on in our ways.','Find Grunt Kor\'ja and heal her wounds using Lesser Heal (Rank 2). Afterwards, grant her Power Word: Fortitude and then return to Tai\'jin at Razor Hill.','Good, then Kor\'ja lives and goes off to defend our town from those malicious humans. I often wish to remember days of battle; where power was shown in combat and it was the wise who often destroyed those who relied on just their strength.$B$BYou done good by me, $N. You take this robe now. Maybe it help, maybe you not care, but you earned it and I\'m proud to call you brother.','Most think it logical that healin\' magics be powerful, but not many understand how powerful. You can keep many alive when instead they should be meetin\' their own ancestors. This healin\' magic mixed with the ability of Fortitude are a very powerful combination of spells. You remember this. It helpful to all manner of people: warriors, mages and everything in between.','','Heal and fortify Grunt Kor\'ja','','','',0,0,0,0,0,0,0,0,0,0,0,0,12430,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16606,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',5649,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5649,4044,0,262,8,5,4,0,128,16,0,0,0,0,0,0,0,5648,0,0,'In Favor of Spirituality','Aye, mon. Our kind have joined the Horde because they be good for us. They loyal, and they teach us much \'bout tings like honor. But our old ways die hard. The orcs may not approve of all our traditions, but that not mean we can\'t continue to practice some them in secret.$B$BYou know this, an\' that\'s why I send you to Tai\'jin in Razor Hill. She teach you more \'bout our history. She teach you the ways of our tribe. Go to her when you be ready.','Speak to Tai\'jin in Durotar.','Ahh... so you finally come to Tai\'jin. This be good.$B$BYou already know that we are not da same tribe that once joined with the Horde. We be much stronger now. We stronger \'cause we adapt--the Horde teach us that much. We no longer defeat our enemies and gain strength from them; now we gain strength, and then defeat our enemies.$B$BThe difference be subtle, but you will learn. You will see. The tribe count on you to learn such things.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5650,4044,0,262,8,5,4,0,16,16,0,0,0,0,0,0,0,0,0,0,'Garments of Darkness','Our power comes from darkness and shadow, $N, but that is not your only role. You have acknowledged that there is merit in knowing the healing arts. This is wise. But before you can know the dark, you must also know the light. And for this, I have a test for you.$B$BNorth of the cemetery is a wounded Deathguard--Deathguard Kel. He has protected us from gnolls for some time, and needs healing. But, you must also fortify his body before he can return to duty. Do both with your spells, and then return to me.','Find Deathguard Kel and heal his wounds using Lesser Heal (Rank 2). Afterwards, grant him Power Word: Fortitude and then return to Dark Cleric Beryl in Brill.','You have passed my test with ease. Good.$B$BSoon, you will be ready to take on more responsibility and that road will lead to darker powers--powers that no $C of another race has.$B$BTake this robe as a symbol of your station. You have earned it. If you do not wish to wear it, then so be it, you may do with it as you will. I and others like us will always acknowledge you for what you\'ve achieved in our ranks.','Our powers make us ideal for so many situations, $N. You\'ll find that no matter what though, our ability to mend wounds and increase the amount of damage our companions can take will always be the most desired talents we have access to. Do not let that dissuade you from pursuing other paths as a $C--you can be effective in many ways. But... if you truly wish to destroy your enemies with magical energy, perhaps the arcane is more to your liking.','','Heal and fortify Deathguard Kel','','','',0,0,0,0,0,0,0,0,0,0,0,0,12428,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16607,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',5651,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5651,4044,0,262,8,5,4,0,16,16,0,0,0,0,0,0,0,5650,0,0,'In Favor of Darkness','There are many lessons that the Forsaken have learned through experience--things that some races can only begin to fathom. And although our path lies in darkness, you will find that a great many things rely on both the light and the dark. Your lessons shall teach you to use both... and with discretion. But heed my words: never forget we were forged in corruption and left to rot like so much carrion. The Darkness is our home.$B$BSeek out Dark Cleric Beryl in Brill when you\'re ready to learn more.','Speak to Dark Cleric Beryl in Tirisfal Glades.','Finally, you\'ve arrived. Your faith alone will not allow you to pass the trials before you, young one. A sense of urgency and some ambition will help too.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5652,4044,0,262,8,10,-1,0,128,16,0,0,0,0,0,0,0,0,0,0,'Hex of Weakness','','','You would do well to pay heed to this lesson, young one. The Hex of Weakness will be a great boon to you in battle. Later I will have tests for you to further yourself and prove your worth to the tribe.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9035,19325,0,0,0,0,0,0,0,0,0,0,0,0,'',5653,0,0,0,'5654 5655 5656 5657',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5653,5875,0,262,8,10,-1,0,128,16,0,0,0,0,0,0,0,5652,0,0,' Hex of Weakness','One of your priests sent word to us that if we see you that we were to tell you to return to Orgrimmar, $N. It seems one of your kind--a priest named Ur\'kyo, if I\'m not mistaken--believes you are ready for more training. It has to do with some of your cultures practices he said, and he wanted you to find this Ur\'kyo in the Valley of Spirits.','Speak to Ur\'kyo in Orgrimmar.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5654,4044,0,262,8,10,-1,0,128,16,0,0,0,0,0,0,0,0,0,0,'Hex of Weakness','It be time for you to meet with Ur\'kyo, $N. He be in the Valley of Spirits in the orc city. Go there and speak to him. It is time you learn more of the old ways of our kind. It time you be brought into the circle and made a true priest of our tribe.','Speak to Ur\'kyo in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9035,19325,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5652 5655 5656 5657',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5655,4044,0,262,8,10,-1,0,128,16,0,0,0,0,0,0,0,0,0,0,'Hex of Weakness','I sent here to make sure that you not wander too far from home, $N. They send me to make sure you return home because Ur\'kyo, greatest of our priests, wish to speak to you. You go there. You go to the Valley of Spirits in the orc city and you speak to Ur\'kyo. He wait for you now.','Speak to Ur\'kyo in Orgrimmar.','Ah, good, you be here now. We can start training in the old ways.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9035,19325,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5652 5654 5656 5657',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5656,5875,0,262,8,10,-1,0,128,16,0,0,0,0,0,0,0,0,0,0,'Hex of Weakness','It always warms my undying heart to see priests from all cultures wander the world. To know that power exists that is not arcane and well within our grasp. That\'s why it is my honor to direct you home, $N.$B$BUr\'kyo, your great priest in Orgrimmar, has asked for your presence. You can find him in the Valley of Spirits.','Speak to Ur\'kyo in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9035,19325,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5652 5654 5655 5657',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5657,5875,0,262,8,10,-1,0,128,16,0,0,0,0,0,0,0,0,0,0,'Hex of Weakness','Home. Return home, young $r.$B$BYour spiritual leader Ur\'kyo begs you to return to him and speak about the path you travel.$B$BGo to the Valley of Spirits in the great Horde city of Orgrimmar. You will find him there.','Speak to Ur\'kyo in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9035,19325,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5652 5654 5655 5656',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5658,4044,0,262,8,10,-1,0,16,16,0,0,0,0,0,0,0,0,0,0,'Touch of Weakness','','','Ah, young $c, I am glad you have returned here. I would teach you a lesson you would do well to not forget. Are you prepared?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2652,19318,0,0,0,0,0,0,0,0,0,0,0,0,'',5659,0,0,0,'5660 5661 5662 5663 5659',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5659,5875,0,262,8,10,-1,0,144,16,0,0,0,0,0,0,0,5658,0,0,' Touch of Weakness','This isn\'t the place for you, $N. You should head to the War Quarter in Undercity as soon as possible. Aelthalyste has called all her priests and priestesses there as soon as they are ready. It\'s time they learn more about their power and how to harness it.$B$BShe will not tolerate tardiness or excuses, so you\'d best be on your way.','Speak to Aelthalyste in the Undercity.','Ah, good, another has arrived. Time may not matter to me, but to you it is of the essence. There is much for you to learn and there is much I wish to teach you. You simply must prove your worth. Do that, and you shall be greatly rewarded.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5658 5660 5661 5662 5663',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5660,4044,0,262,8,10,-1,0,16,16,0,0,0,0,0,0,0,0,0,0,'Touch of Weakness','You be far from home, $c. You be needed there, back in your city under the ground. Your mistress, the one you be callin\' Aelthalyste be needin\' you back there. Like my tribe, there things you must learn only from her. Don\'t be stayin\' here too long. You should be headin\' to the War Quarter as fast as a zeppelin can carry you.','Speak to Aelthalyste in the Undercity.','Ah, good, another has arrived. Time may not matter to me, but to you it is of the essence. There is much for you to learn and there is much I wish to teach you. You simply must prove your worth. Do that, and you shall be greatly rewarded.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2652,19318,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5658 5661 5662 5663 5659',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5661,4044,0,262,8,10,-1,0,16,16,0,0,0,0,0,0,0,0,0,0,'Touch of Weakness','You be far from home out here in the Bloodhoof Village, $N. I be sent here to find priests of my own tribe to send back to speak to our leaders, but that not mean I cannot help you too.$B$BI hear word that your head priestess spirit want all Forsaken to come to her--there are things you must learn.$B$BGo to meet Aelthalyste in the War Quarter in that city of yours.','Speak to Aelthalyste in the Undercity.','Ah, good, another has arrived. Time may not matter to me, but to you it is of the essence. There is much for you to learn and there is much I wish to teach you. You simply must prove your worth. Do that, and you shall be greatly rewarded.','You be far from home out here in the Bloodhoof Village, $N;. I be sent here to find priests of my own tribe to send back to speak to our leaders, but that not mean I cannot help you too.$B$BI hear word that your head priestess spirit want all Forsaken to come to her--there are things you must learn.$B$BGo to meet Aelthalyste in the War Quarter in that city of yours.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2652,19318,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5658 5660 5662 5663 5659',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5662,4044,0,262,8,10,-1,0,16,16,0,0,0,0,0,0,0,0,0,0,'Touch of Weakness','My respect to you and your kind, $N. I normally teach only those of my own tribe. Your lessons come from Aelthalyste in the city once called Lordaeron.$B$BYou should return to her if you\'re to learn those abilities that set you apart from other faiths.$B$BGo to the War Quarter in the Undercity and find your mistress there.','Speak to Aelthalyste in the Undercity.','Ah, good, another has arrived. Time may not matter to me, but to you it is of the essence. There is much for you to learn and there is much I wish to teach you. You simply must prove your worth. Do that, and you shall be greatly rewarded.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2652,19318,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5658 5660 5661 5663 5659',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5663,4044,0,262,8,10,-1,0,16,16,0,0,0,0,0,0,0,0,0,0,'Touch of Weakness','Aelthalyste sent word out to all her priests. We\'re to direct the younger of our order to the Undercity for more training. If you truly count yourself among our faithful, then you should return there also.$B$BYou can find Aelthalyste in the War Quarter deep in the Undercity.','Speak to Aelthalyste in the Undercity.','Ah, good, another has arrived. Time may not matter to me, but to you it is of the essence. There is much for you to learn and there is much I wish to teach you. You simply must prove your worth. Do that, and you shall be greatly rewarded.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2652,19318,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5658 5660 5661 5662 5659',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5664,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5667,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5665,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5664,0,0,'','Word was sent here from Darnassus, $N. It seems one of your priestesses wants you to return home. Speak to Priestess Alathea at the Temple of the Moon whenever you\'re able. It seems she is pleased with your progress. I am sure she takes great pride in seeing one of Elune\'s servants take such great strides in $ghis:her; faith.$B$BThe Light be with you.','Speak to Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5666,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5664,0,0,'','Oh, $N, I am pleased to catch you. There has been talk that you are prepared for your next test at the Temple of the Moon. Priestess Alathea herself wishes to speak to you. You should return to Darnassus as quickly as you can. Finish whatever business you have here and make haste.','Speak to Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5667,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5664,0,0,'','Aye, good to see you\'re doing well in your training, young $gpriest:priestess;. One of your kind was here looking for you not too long ago. It seems you\'re wanted back in Darnassus. Something about Priestess Alathea and the Temple of the Moon. It sounded important. Perhaps you should return there soon.','Speak to Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5668,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,0,0,0,' A Blessing of Light','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5671,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5669,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5668,0,0,' A Blessing of Light','Ah, $N, I\'m glad you stopped to talk to me for a moment. One of your priests of Light was here a few moments ago looking for you. High Priestess Laurena in the Cathedral of Light wants to meet with you. I would not be surprised if it was about the progress you\'ve made so far. Many of my order are continuously tested and given greater responsibilities as we progress in our studies.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5670,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5668,0,0,' A Blessing of Light','You just missed a messenger here from Stormwind that was looking for you, $N. You\'ve done well for yourself it seems. The High Priestess Laurena wants to talk to you. I think the church feels you\'re ready for the next step of your training.$B$BWhen you\'re all set and done with your business here, head to Stormwind, the Cathedral of Light, and speak to her. I\'m sure she\'s waitin\' for you.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5671,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5668,0,0,' A Blessing of Light','Young $gpriest:priestess;, your church has sent word for you to return to Stormwind. The High Priestess Laurena would have words with you when you are ready. It seems your superiors feel you are ready for the next step of your training.$B$BI believe you can find your High Priestess in the Cathedral of Light. Elune go with you on your journey and peace be with you.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5672,5875,0,262,8,20,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Elune\'s Grace','','','By devoting yourself to Elune and our people, you have attained a state that not all of us can achieve. It is tradition that you then be taught even greater abilities for your devotion. Do you accept?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2651,19357,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'5673 5674 5675',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5673,4044,0,262,8,20,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Elune\'s Grace','You know you have access to any of our trainers at any time, $N, but there are some things that we cannot pass on to you. One of those things are the teachings of your goddess Elune. She gives special abilities to her faithful, and if I\'m not mistaken, it is time for you to return home to your Temple of the Moon to be tested.$B$BReturn there when you can and speak to Priestess Alathea.','Speak to Priestess Alathea in Darnassus.','Elune bless you for returning so quickly to us. This is an important time in your training, and a time that all of our order take very seriously. When you\'ve rested from your journey here, please, let me know. We can then discuss the continuation of your training and where your path will lead you next.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2651,19357,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5672 5674 5675',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5674,5875,0,262,8,20,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Elune\'s Grace','A wonderful day has come, $N. You\'ve reached the age in which our $gpriests:priestesses; are trained in abilities only Night elves know. But it is not for me to train you. You must return to the Temple of the Moon and speak to Priestess Alathea as soon as your business here is concluded. She will test you to ensure you\'re prepared, and only then will she teach you Elune\'s Grace.','Speak to Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2651,19357,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5672 5673 5675',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5675,5875,0,262,8,20,-1,0,8,16,0,0,0,0,0,0,0,0,0,0,'Elune\'s Grace','Time\'s a wastin\', $glad:lass;. It\'s time for you to return home to Darnassus. Priestess Alathea\'s sent word here that you\'re to return there for training. Seems they feel you\'re ready to be tested much like those who serve the Light. You should head out whenever you can. Alathea\'s message said that she\'d be waitin\' for you in the Temple of the Moon. Good luck.','Speak to Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2651,19357,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5672 5673 5674',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5676,4044,0,262,8,20,-1,0,1,16,0,0,0,0,0,0,0,0,0,0,'Arcane Feedback','','','We were forced to learn some magics to protect us from what is commonly called our greatest enemy: the arcane.$B$BI would teach you a spell to help you defend yourself and your companions from those who would wield such power.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13896,19345,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'5677 5678',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5677,4044,0,262,8,20,-1,0,1,16,0,0,0,0,0,0,0,0,0,0,'Arcane Feedback','As much as I\'d like to show you our own special teachings of the Light, it is not our place. Your place is back in Stormwind with your own kind, $N... for now. Believe me, I mean no offense. When you return to High Priestess Laurena in the Cathedral of Light you\'ll understand what I\'m talking about--the time has come for your race to prepare you for the future; to separate yourself from others that follow a similar path.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13896,19345,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5676 5678',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5678,5875,0,262,8,20,-1,0,1,16,0,0,0,0,0,0,0,0,0,0,'Arcane Feedback','It is time for you to return to Stormwind, young one. Your superiors there have called you back for more training. And although it disturbs me some, your race and mine are allies and I would not betray that.$B$BI do not mean to be so coy with you--my distrust of arcane magics, be they divine inspired or not, is still strong within me.$B$BYou will know of what I speak after you return to your Cathedral of Light. Speak to High Priestess Laurena when you arrive.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13896,19345,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'5676 5677',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5679,4044,0,262,8,20,-1,0,16,16,0,0,0,0,0,0,0,0,0,0,'Devouring Plague','','','I would teach you Devouring Plague if you feel you are prepared, $N. A spell of no small power, it will aid you in your coming battles. Practice with it--there will be tests later.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2944,2946,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'5644 5646',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5680,4044,0,262,8,20,-1,0,128,16,0,0,0,0,0,0,0,0,0,0,'Shadowguard','','','Your rites will come soon enough. For now, I teach you a spell that will be of great use to you when you do battle with your enemies.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18137,19331,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'5642 5643',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5681,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5684,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5682,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,5681,0,0,'','The time has come for you to return to Darnassus again, $N. Speak to High Priestess Alathea in the Temple of the Moon. She will tell you what you need to know.$B$BIf I am not mistaken, it will be something about new garments for your station within your order. May the Light be with you.','Speak with High Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5683,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,5681,0,0,'','Oh, $gbrother:sister;, I am so pleased for you! It is time for you to return to Darnassus and speak to High Priestess Alathea once again. Her messenger was almost certain it had to do with earning your newest garments of our order.$B$BWhen you can, return home, and give our order my very best.$B$BElune be with you.','Speak to High Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5684,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,5681,0,0,'','Hmph, good to see you\'re doin\' so well for yourself, $gpriest:priestess;. Bet you\'re wonderin\' when it\'s time for you to be called back home to Darnassus for some kind of celebration for your greatness, huh? Well, not today... well, not any kind of celebration anyway.$B$BHigh Priestess Alathea\'s sent word to me that I should direct you to her if I came across you. You can find her in the Temple of the Moon still... in case you forgot. Haha.','Speak to High Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5685,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,0,0,0,' The Light Protects You','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5687,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5686,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,5685,0,0,' The Light Protects You','The time has come again for you to journey to Stormwind, young $gpriest:priestess;. The High Priestess Laurena would reward you for your time spent in the service of the Light. She is still in the Cathedral of Light--look for her there.$B$BUntil then, you\'re welcome to stay here and train as much as you\'d like. If there is anything I can do for you, please, just ask.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5687,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,5685,0,0,' The Light Protects You','The time has come again for you to return to the Cathedral of Light in Stormwind, $N. High Priestess Laurena would have you meet with her when you\'re ready. It is more than likely to repay you for all you have done for your people and the Light.$B$BGood luck, and may Elune be with you in your travels.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5688,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,0,0,0,' A Touch of Voodoo','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5690,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5689,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5688,0,0,' A Touch of Voodoo','Hey, $r. A messenger came through here not too long ago looking for you. Said you were to return to Orgrimmar to speak to Ur\'kyo in the Valley of Spirits. He didn\'t sound angry, but it did sound important. Might want to check it out.','Speak to Ur\'kyo in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5690,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5688,0,0,' A Touch of Voodoo','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5691,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,0,0,0,' In the Dark it was Created','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5693,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5692,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5691,0,0,' In the Dark It was Created','I would teach you all you need know, $N, but there things that only your own tribe can show you. One be how to create a new robe for you... one that reflect your place in your faith.$B$BAelthalyste say that I direct you to her in the Undercity. She be in the War Quarter waiting for you. If you not go then she be very displeased with both of us.','Speak to Aelthalyste in the Undercity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5693,5875,0,262,8,15,15,0,0,16,0,0,0,0,0,0,0,5691,0,0,' In the Dark It was Created','Glad to see you\'re... alive, $N.$B$BAelthalyste has asked you to return to the Undercity when you\'ve finished your business here in Thunder Bluff. It seems you\'ve grown powerful enough that she thinks you\'re due new garments... a robe, I believe.$B$BShe\'ll be waiting for you in the War Quarter.','Speak to Aelthalyste in the Undercity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5694,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5697,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5695,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,5694,0,0,'','Your temple asks for your presence in Darnassus, $N. Return to the Temple of the Moon and speak to Priestess Alathea. She will be waiting for you there.$B$BThe time has come for you to earn your next robe if you feel you are ready.','Speak to Priestesss Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5696,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,5694,0,0,'','It is always a joyous day when I can direct one of our kind back to our home because the time has come for them to earn their next set of robes.$B$BPriestess Alathea is in the Temple of the Moon and wishes to speak to you. When you can, return to Darnassus for your next test, and Elune be with you, $N.','Speak to Prietess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5697,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,5694,0,0,'','You keep up this rate of success, an\' you\'ll be makin\' me jealous that we don\'t have more of your $gpriests:priestesses; here in Ironforge, $N. You do your people proud.$B$BPriestess Alathea would like to speak to you again if you have time. She\'s in the Temple of the Moon in Darnassus. Go there, an\' the Light be with you.','Speak to Priestess Alathea in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5698,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,0,0,0,' A Small Amount of Hope','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5700,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5699,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,5698,0,0,' A Small Amount of Hope','Haha! Off to Stormwind with you, $N. High Priestess Laurena wants you there to be tested again. Head to the Cathedral of Light and don\'t dally. There\'s a lot to do and more and more pressure\'s gonna fall on your shoulders the more powerful you get. It\'s the nature of our order--people start to look to you more often the more you prove yourself worthy.$B$BThe Light\'s with ya, you don\'t need me to tell you that.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5700,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,5698,0,0,' A Small Amount of Hope','Your temple wishes you to return to them once again, $N. High Priestess Laurena in Stormwind specifically. There is much activity in the Cathedral of Light these days, but that does not surprise me at all; so much going on between the Scourge, the Horde and our own problems internally.$B$BGo to the Cathedral when you\'re ready.','Speak to High Priestess Laurena in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5701,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,0,0,0,' The Rites of Old','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5703,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5702,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,5701,0,0,' The Rites of Old','Hey there, $r! I\'ll teach you whatever it is you want to know, but you should know that Ur\'kyo--that\'s his name, right?--is looking for you. Something was said about you coming back to the Valley of Trials... no, that wasn\'t it. It was the Valley of Spirits... in Orgrimmar. Yeah, that\'s it!$B$BYeah, so, Ur\'kyo... Valley of Spirits. He wants to talk to you.','Speak to Ur\'kyo in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5703,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,5701,0,0,' The Rites of Old','Your spiritual leader Ur\'kyo seeks audience with you, $N. Do not keep him waiting.$B$BYou will find him in the Valley of Spirits in the great Horde city of Orgrimmar. Do your people proud.','Speak to Ur\'kyo in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5704,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,0,0,0,' Undead Priest Robe','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5706,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5705,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,5704,0,0,' No Longer a Shadow','I welcome you back to the Valley of Spirits, $N, but I must tell you, you are wanted back in your Undercity. Your head priestess there would be wantin\' to speak to you.$B$BYou already know where she at: the War Quarter deep in your city.$B$BGo there and do not forget, you are always welcome to train here with my people.','Speak to Aelthalyste in the Undercity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5706,5875,0,262,8,25,25,0,0,16,0,0,0,0,0,0,0,5704,0,0,' No Longer a Shadow','Good to see you again, $N. But I\'m gonna have to cut our reunion short--Aelthalyste sent word that you were to return to her in the Undercity. She\'s still in the War Quarter.$B$BDon\'t worry though--I think it\'s a good thing. It was mentioned that she was pleased with your progress, so don\'t fret too much.','Speak to Aelthalyste in the Undercity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5707,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,0,0,0,' Flirting With Darkness','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5709,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5708,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,5707,0,0,' Flirting With Darkness','Talk is spreading that your faith is taking up more active measures to protect and lead the Forsaken. It seems Aelthalyste either be knowin\' something that Sylvanas does not, or your Dark Lady be wantin\' Aelthalyste to be a little less patient in her measures.$B$BYou best be headin\' home to the Undercity to speak to her. She be in the War Quarter as always.','Speak to Aelthalyste in the Undercity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5709,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,5707,0,0,' Flirting With Darkness','The time\'s come again, $N. You\'re needed in the Undercity. Aelthalyste has grown... fond of some of the Forsaken\'s priests, and in the interest of protecting Lady Sylvanas, she wants to ensure that all of us are as well prepared as possible.$B$BFind her in the War Quarter and be prepared for whatever task it is she sets for you.','Speak to Aelthalyste in the Undercity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5710,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,0,0,0,' Troll Priest Robe','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',5712,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5711,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,5710,0,0,' The Lost Ways','I wonder how many times I\'ve seen your kind around here, but never really spoken to you. I\'ve trained a few, given some directions, but I don\'t think anyone\'s ever waited around long enough to chat.$B$BOh well, now\'s a bad time anyway--I\'m supposed to tell you that Ur\'kyo wants to speak to you in Orgrimmar. He\'s in the Valley of Spirits waiting for you.','Speak to Ur\'kyo in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5712,5875,0,262,8,35,35,0,0,16,0,0,0,0,0,0,0,5710,0,0,' The Lost Ways','Good fortune be with you, young one.$B$BTroll messengers arrived in the Undercity not more than a day or so ago. They spoke of young priests returning to the Valley of Spirits to speak to Ur\'kyo. I would suggest you investigate the matter on your own in case his business pertains to you. I am sure you remember the way back to Orgrimmar.','Speak to Ur\'kyo in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(5713,4044,148,0,2,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Shot. One Kill.','I was traveling to Auberdine with an important message when I was attacked by the furbolg Marosh and his trackers. During the attack I was poisoned, leaving me barely able to stand. I can make an antidote, but it will take time before it is ready.$B$BI would ask that you defend me until I can apply the antidote. I will aid you with my bow as best I can.$B$BShould we survive, I will be able to deliver my message to Auberdine, while you speak with Onaeya at Maestra\'s Post to inform her of this incident.','Protect Sentinel Aynasha, then speak with Onaeya at Maestra\'s Post in Ashenvale.','You bring most welcome news $C. It is good to hear that Aynasha is alive and well thanks to you. I would hope that you might accept a reward for your valor. May Elune watch over you and light your path.','Have you seen of Sentinel Aynasha on the road? She left on an important mission but she has not yet returned.','Protect Aynasha','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5721,4044,139,0,64,55,60,62,0,0,0,0,0,0,0,0,0,5942,15209,1,'The Battle of Darrowshire','Now, $N, you will take part in battle of Darrowshire, and you will save Joseph Redpath.$B$BPlace this relic bundle in the Darrowshire town square, and the spirits of Darrowshire will rise. Join their battle and assure that these two things come to pass: Davil must survive beyond the death of Horgus, and Redpath must survive to be corrupted, then defeated.$B$BAfter defeating the corrupted Redpath, his spirit will be saved. Speak with him, then return to his daughter Pamela.','Place the Relic Bundle at the Darrowshire town square.$B$BPrevent Davil Lightfire\'s death until the death of Horgus.$B$BPrevent Captain Redpath\'s death until Redpath the Corrupted appears.$B$BDefeat Redpath the Corrupted.$B$BSpeak with the spirit of Joseph Redpath when he appears at the town square, then speak with Pamela at her home.','The fighting is over! I heard my daddy whisper to me. He scared away all the ghosts and he says he\'s coming home! I\'m so happy!$B$BHe also said I should welcome you if came to our house, so I made some tea!$B$BI hope you like lots of sugar!','I think I heard ghosts outside. They whisper scary things to me...','','Accept Redpath\'s Forgiveness','','','',0,0,0,0,0,0,0,0,0,0,0,0,10936,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15723,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',5941,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5722,4044,2437,0,8,9,16,81,690,0,0,0,0,0,0,0,0,5724,0,0,'Searching for the Lost Satchel','The troggs are not the only thing that interested Magatha in Ragefire Chasm. She has heard word that one of her servants, a Maur Grimtotem, found something peculiar while in the Chasm, but he never made it out to show her what. She\'d like Maur\'s body found--if it still exists--and any signs of what he found while attempting to speak to the troggs.$B$BReturn to Magatha any items of interest, and I\'m sure she would be very generous in her reward.$B$BAgain, seek the Chasm in the darkest areas of Orgrimmar.','Search Ragefire Chasm for Maur Grimtotem\'s corpse and search it for any items of interest.','The body looks seriously beaten by clubs or fists, but most of the corpse\'s clothing and equipment still looks present. It seems the troggs do not overly care much for material wealth.$B$BYou begin to search the body for anything of interest that might help Magatha.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5723,4044,2437,0,8,9,15,81,690,0,0,0,0,0,0,0,0,0,0,0,'Testing an Enemy\'s Strength','Beneath the city of Orgrimmar, stout creatures known as troggs started coming to the surface from deep below the lava filled tunnels. In her ever-benevolence, Magatha sought to make peace with the creatures, but they turned on her diplomats, killing them. She will not allow such treatment of the tauren people and now consider the creatures a threat to all of the Horde.$B$BShe asks that you put an end to this trogg threat before it overwhelms the Horde from below. Find Ragefire Chasm and destroy them all.','Search Orgrimmar for Ragefire Chasm, then kill 8 Ragefire Troggs and 8 Ragefire Shaman before returning to Rahauro in Thunder Bluff.','I am glad to see you took Magatha\'s task seriously. Thank you, $N. I\'m sure the troggs will have a harder time coming to the surface with their numbers so greatly reduced.$B$BPerhaps in the future we can take time to figure out where such creatures came from, and what they really want.','How goes your search for the Chasm? And the troggs?$B$BThe threat cannot be allowed to persist--it will only injure our orc brethren if it continues.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11318,11319,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,500,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,6,0,7),(5724,4044,2437,0,0,9,16,81,690,0,0,0,0,0,0,0,0,0,14381,1,'Returning the Lost Satchel','You find a satchel under the body of the tauren. It is still gripped tightly in his arms as though he was trying to protect it while being attacked by the troggs.$B$BRemoving the satchel from his vice-like grip, you stow it with your own equipment and prepare to make your way out of the tunnels and back to Rahauro in Thunder Bluff.','Take the Grimtotem Satchel to Rahauro in Thunder Bluff.','Excellent, $N. Thank you.$b$bMagatha told me that if you were successful in finding her clansman that you be given this. Please, take it in thanks.','Were you able to find anything, $N? Any clues as to why one of her clansman had to die needlessly would be helpful.','','','','','',14381,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15452,15453,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',5722,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5725,4044,2437,0,16392,9,16,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Power to Destroy...','Many denizens of the Legion bestow gifts on their followers as you may well know. Some of these gifts the Dark Lady feels would be better off in her hands than in the hands of those with... lesser vision.$B$BA sect of the Shadow Council hidden in caverns below Orgrimmar known as the Searing Blade are a prime example. The Lady tells me that members of the Searing Blade have come into the possession of two powerful spell books--she would like to \"borrow\" these books from them. You will get them for her.','Bring the books Spells of Shadow and Incantations from the Nether to Varimathras in Undercity.','Good, $C. You have done well in serving the Dark Lady. Your continued perseverance and ambition will be of great use to the Lady\'s subjects. Return to me again in the future. Perhaps I will have other tasks for you that will aid the Dark Lady in her attempts at overtaking the Lich King and completely freeing the Scourge.','There are a hundred other tasks awaiting my attention, $C. Do you have the books?','','','','','',14395,14396,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15449,15450,15451,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5726,4044,1637,0,8,9,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hidden Enemies','One thing I will not tolerate are traitors in our midst, $N. But I would be a fool to play my hand so early--it would not sufficiently cut the corruption out of our lands and only cause the infection to grow worse.$B$BBut you, a young adventurer, could go places my agents could not... could learn the truth... could find the true head of the beast.$B$BIf you are brave enough, then enter Skull Rock to the east of Orgrimmar, find a lieutenant\'s insignia off one of the Burning Blade there, and return to me.','Bring a Lieutenant\'s Insignia to Thrall in Orgrimmar.','Good, $N! The spirits be praised, perhaps you are the one who will finally put my greatest fears to rest! Who would suspect someone so young and so brave would rise up and champion our cause? You remind me of myself when I was younger. I will ensure that you are justly rewarded for your efforts if we both survive the coming storm.$b$bBut there is time for more praise later. You\'ve not accomplished anything in comparison to what you will face... but this is a good start.','Do you have the insignia yet, $N?$b$bIt will be a vital tool in you infiltrating what I believe is the greatest threat to the Horde and us finally finding peace in our new home.$b$bYou will learn how intricate a web men and orcs alike can weave when they are motivated by greed and power. The hidden agendas, the corruption, all of it will become clear. You will find yourself in the midst of a war you never knew existed.','','','','','',14544,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5727,4044,1637,0,2,9,12,0,690,0,0,0,0,0,0,0,0,5728,14544,1,'Hidden Enemies','Now let us see if this insignia you found is worth the effort.$B$BThere is a warlock within the city who believes he has my trust. He does not know that I realize where his true loyalties lie. He is in fact the leader of the Burning Blade. But do not rush off to do battle with him; he has a purpose, and we shall use him against our enemies.$B$BTake this insignia to him in the Cleft of Shadow here in Orgrimmar, speak to him and see if he believes you are one of his own, then return to me here.','Take the Lieutenant\'s Insignia to Neeru Fireblade and speak to him. Gauge if he believes you are a member of the Burning Blade and then return to Thrall in Orgrimmar.','Excellent! Most excellent, $C!$b$bWhat you have done this day is only the first step in a much broader foundation--a foundation that we will build the destruction of the Shadow Council on, once and for all.$b$bTell me all he said... and leave not one word out--it may be more important than you realize.','Well, $c? Does he believe our ploy, or are things worse than I had first estimated?$b$bProving valuable to Neeru will make our infiltration of the Shadow Council much easier. He will have plenty of information that we can use to route out those who would destroy all we have built in Durotar.','Gauge Neeru Fireblade\'s reaction to you being a member of the Burning Blade','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',5726,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5728,4044,2437,0,8,9,16,81,690,0,0,0,0,0,0,0,0,5729,0,0,'Hidden Enemies','Hmm, leaders of the Searing Blade... this concerns me most. If they are the ones of value to Neeru, then those are who we must target first. This satyr... Bazzalan, and the other Neeru mentioned--what was he, a warlock?--must be slain.$B$BReturn to the Cleft of Shadow and enter Ragefire Chasm, $N. Find these two leaders of the Searing Blade, and kill them. But be careful not to let Neeru know it was you who did this. You must retain your identity as one of his $gbrothers:sisters; in arms.','Kill Bazzalan and Jergosh the Invoker before returning to Thrall in Orgrimmar.','I am glad you\'ve returned, $N. Some of those loyal to me brought word immediately that the caverns below Orgrimmar were in disarray now that their leaders have been slain. I even heard reports that Neeru was more than agitated. It seems we\'ve put a dent in his armor. I can\'t say I\'m displeased... even with such a minor victory.','Have you found them yet, $N? The leaders of the Searing Blade.$b$bI knew the Shadow Council sought to take Orgrimmar and all of the Horde from me, but I hadn\'t realized how quickly they were able to infiltrate the city. So many arms this beast has... we can cut them off until exhaustion sets in, but we will be no further than when we started. I will have to have my spies double their efforts.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11519,11518,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',5727,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5729,4044,1637,0,8,9,15,0,690,0,0,0,0,0,0,0,0,5730,0,0,'Hidden Enemies','I think our next step should be to have you placed close to Neeru. If he is as agitated as reports suggest, then we may accomplish two things. One, you may be able to gain some greater knowledge about the Council or at least the Burning Blade, and two, he may just begin to trust you enough that he asks you to start to aid him. He may very well look at you as someone who can fill the void now that some of the leadership is in turmoil.$B$BReturn to the Cleft and speak to him again, but do not be too overt.','Speak to Neeru Fireblade in Orgrimmar.','What is it?! Oh, you, $C... my apologies. My anger rivals that of a rabid kodo bull... but perhaps it is my own fault. In sending travelers into Ragefire Chasm, I should have seen the possibility that some harm would come from it. It seems both Bazzalan and Jergosh were taken unaware and slain by some of Thrall\'s do-gooders. A most inopportune time, but there is nothing that can be done about it now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',5728,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5730,4044,1637,0,8,9,16,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hidden Enemies','You are one of my lieutenants! Prepare yourself, $c. I will call upon you soon.$B$BMy time spent on the Searing Blade may be all but wasted now, but that does not mean that the Shadow Council\'s schemes elsewhere must suffer. I will do what I can to minimize the damage here in Ragefire Chasm. In the meantime, I will have my agents in the Barrens and Ashenvale begin work on our newest agenda. Return to me soon.','Speak to Thrall in Orgrimmar and tell him what you\'ve learned.','Ashenvale? Hmm, I had not heard of any presence of the Council or the Burning Blade in Ashenvale. My spies will investigate, $N. You have done well.$b$bFor now, rest, and keep yourself occupied with other tasks. I will call upon you again soon.$b$bLok-Tar Ogar!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15443,15445,15424,15444,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',5729,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(5741,4044,405,0,8,30,33,0,0,0,0,0,0,0,0,0,0,6027,0,0,'Sceptre of Light','The Burning Blade in Thunder Axe Fortress to the east is rumored to have acquired the Sceptre of Light from the Naga. Legend tells that the sceptre is able to sink entire cities under the great seas. The Burning Blade must not be allowed to possess such power.$B$BTo that end, you must retrieve the sceptre yourself! It is held by a Burning Blade seer, who studies the sceptre from atop one of the Thunder Axe watchtowers.\n','Get the Sceptre of Light and then return it to Azore Aldamort at the tower in Ethel Rethor.\n','The elusive Sceptre of Light! Your acquisition of it has removed a grave threat to the world. Well done, $C, well done.$b$b','Do you have the Sceptre of Light?$B$B','','','','','',15750,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5742,4044,139,0,10,52,56,0,0,0,0,0,0,0,0,0,0,5781,0,0,'Redemption','You have worked hard, friend. Rest your weary bones and allow me to properly introduce myself.\n','Listen to what Tirion Fordring has to say.','The Fordring redemption will be a difficult task. Are you prepared?','Please, friend; sit and hear my tale.','Tirion\'s Tale','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,0,0,0,0,'',5542,5543,5544,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,1),(5761,4044,2437,0,8,9,16,81,0,0,0,0,0,0,0,0,0,0,0,0,'Slaying the Beast','The primary task set upon me by our great Warchief is to root out the creatures responsible for infesting our lord\'s great city with demonic influence. The Burning Blade is one threat, but there are others; the Searing Blade for instance, who make their home in Ragefire Chasm, secretly attempting to subvert innocent members of the Horde.$B$BIf they are to be stopped, then their leader must be slain--a Felguard named Taragaman the Hungerer.$B$BKill him, and his heart will appease Thrall, of this I\'m sure.','Enter Ragefire Chasm and slay Taragaman the Hungerer, then bring his heart back to Neeru Fireblade in Orgrimmar.','Ha! You\'ve done it! Thrall will be so pleased.$b$bI will ensure this heart is taken care of properly.$b$bFor now though, you must celebrate your victory. I will inform Thrall of your success.$b$bThank you for your aid, $C.','Have you killed the beast? He surely must be the leader of the Searing Blade in Ragefire Chasm.','','','','','',14540,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5762,4044,400,0,0,28,31,0,0,0,0,0,0,0,0,0,0,0,14542,1,'Hemet Nesingwary Jr.','I have a package for a new customer of mine, a dwarf named Hemet Nesingwary Jr.. The package took weeks to arrive, and Hemet\'s long gone by now. He said he was going to Stranglethorn to take his father\'s place and hunt the beasts there, but he left me some money to send his delivery when I could. $B$BJunior\'s a rich dwarf and it\'s a good idea to keep up relations with the rich ones, yeah? So... you want to deliver the package for me?$B$BI heard he has a camp in Stranglethorn, north of Grom\'gol.','Take Kravel\'s Crate to Hemet Nesingwary Jr. in Stranglethorn Vale.','Great, my package from Koalbeard! Thank you $N. This crate holds special-gauge ammunition, and it\'ll serve us well out in the jungle!$b$bHere\'s your pay, and tell me, how is crusty old Kravel these days? Still up to no good I\'d wager...','Is that desert dust on your collar?$b$bHm... if my nose tells true, I\'d say it\'s not desert dust, it\'s desert salt! Been to the Shimmering Flats, have you?','','','','','',14542,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5763,4044,405,0,0,28,31,0,690,0,0,0,0,0,0,0,0,0,14546,1,'Hunting in Stranglethorn','Long ago, a dwarf came to this land. His name was Hemet and he wished to hunt great beasts. His skills with the rifle were uncanny, and we spent many days hunting together. Even the enmity between our peoples was forgotten.$B$BWhen he left for Stranglethorn, I vowed to one day welcome him back. Now he has gone on to hunt in lands unknown, but his son has taken his place.$B$BTake this kodo horn as a gift to Hemet Jr.. You will find him in Stranglethorn, north of the Grom\'gol Base camp.','Bring Roon\'s Kodo Horn to Hemet Nesingwary Jr. in Stranglethorn Vale.','Ah, this horn belongs to a Tauren, Roon Wildmane. He and I had a good time hunting the beasts of Desolace. So Roon is inviting me back, is he?$b$bWe\'re neck deep in the jungle right now, but thank you, $N. Perhaps my next expedition will take me back to Desolace, the land of the centaurs.','Sit, $C. Soon enough you\'ll strike back into the jungle.','','','','','',14546,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5781,4044,139,0,8,52,57,0,0,0,0,0,0,0,0,0,0,5845,0,0,'Of Forgotten Memories','To help Taelan regain what he has lost, you must gather items from his past.$B$BThe first such item is a toy that I gave to him on his 7th birthday. It was his most cherished possession: A miniature war hammer; an exact replica of my very own.$B$BAfter I was banished for treason, his mother told him that I had died. He was taken to my false grave at the Undercroft, where he buried the hammer along with my memory - forever.$B$BYou must venture to the Undercroft and recover Taelan\'s hammer.','Travel to the Undercroft - at the southernmost section of the Eastern Plaguelands - and recover Taelan\'s Hammer. Return to Tirion Fordring upon completion of your objective.','$B$BIt was destiny that we meet, $N. You have blessed me with your kindness.\n','He must be redeemed.','','','','','',14613,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',5742,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,5,0,0,5),(5801,4044,440,0,0,55,57,0,1101,0,0,0,0,0,0,0,0,5803,14644,1,'Fire Plume Forged','You need two bars of thorium and a powerfully hot heat source to forge the key stem. You\'re on your own for the thorium, but I can help with the heat.$B$BTo our west in Un\'Goro Crater is Fire Plume Ridge - a simmering volcano. The lava lake up top is hot enough to fuse thorium and bone together. Your gold has bought you a mold that simply requires you to dip it in the lake up top; the lava will take care of the rest.$B$BThat\'s it on my end. To finish your key, you\'ll need to talk to Arbington again.','Take the Skeleton Key Mold and 2 Thorium Bars to the top of Fire Plume Ridge in Un\'Goro Crater. Use the Skeleton Key Mold by the lava lake to forge the Unfinished Skeleton Key.$B$BBring the Unfinished Skeleton Key to Alchemist Arbington at Chillwind Point, Western Plaguelands.','We\'ve got quite the costly skeleton key there, don\'t we $N? Still, it remains unfinished; the time has now come to put some focus behind our creation. To that end, you\'re going to have to face the ultimate foe we\'ve been working towards facing in Andorhal... the being that runs the show within the ruined city walls.$b$bI\'m speaking of Araj the Summoner - a lich, and one of the most powerful beings the Scourge calls as its own.','Do you have the stem of the skeletal key finished? I\'m truly sorry you had to bear the brunt of the fee to purchase the mold, but we must all do our part to counter the Scourge. Once you hand me the unfinished key, you\'ll be ready for the final item needed to complete its construction.$b$bIt won\'t be easy at all, but the work you\'ve done to date in preparing for an assault on Andorhal will now start to pay for itself. You\'ll see.','','','','','',14645,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,'',5538,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,6,0,0,4),(5802,4044,440,0,0,55,57,0,690,0,0,0,0,0,0,0,0,5804,14644,1,'Fire Plume Forged','You need two bars of thorium and a powerfully hot heat source to forge the key stem. You\'re on your own for the thorium, but I can help with the heat.$B$BTo our west in Un\'Goro Crater is Fire Plume Ridge - a simmering volcano. The lava lake up top is hot enough to fuse thorium and bone together. Your gold has bought you a mold that simply requires you to dip it in the lake up top; the lava will take care of the rest.$B$BThat\'s it on my end. To finish your key, you\'ll need to talk to Dithers again.','Take the Skeleton Key Mold and 2 Thorium Bars to the top of Fire Plume Ridge in Un\'Goro Crater. Use the Skeleton Key Mold by the lava lake to forge the Unfinished Skeleton Key.$B$BBring the Unfinished Skeleton Key to Apothecary Dithers at the Bulwark, Western Plaguelands.','We\'ve got quite the costly skeleton key there, don\'t we $N? Still, it remains unfinished; the time has now come to put some focus behind our creation. To that end, you\'re going to have to face the ultimate foe we\'ve been working towards facing in Andorhal... the being that runs the show within the ruined city walls.$b$bI\'m speaking of Araj the Summoner - a lich, and one of the most powerful beings the Scourge calls as its own.','Do you have the stem of the skeletal key finished? I\'m truly sorry you had to bear the brunt of the fee to purchase the mold, but we must all do our part to counter the Scourge. Once you hand me the unfinished key, you\'ll be ready for the final item needed to complete its construction.$b$bIt won\'t be easy at all, but the work you\'ve done to date in preparing for an assault on Andorhal will now start to pay for itself. You\'ll see.','','','','','',14645,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,'',5514,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5803,4044,28,0,8,55,60,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Araj\'s Scarab','Araj the Summoner lords over Andorhal from the ruined city\'s heart. We know that he was the former leader of Scholomance before claiming the city as his own. To finish the key, we will need his signet - called a scarab - mounted as the head of the key.$B$BMake your way into the heart of Andorhal, and break his hold on the city now that he is drawn into the open. Once destroyed, seize his scarab from his fallen phylactery!$B$BThe Key to Scholomance awaits, $N!','Destroy Araj the Summoner and bring Araj\'s Scarab to Alchemist Arbington at Chillwind Point, Western Plaguelands.','Yes, this is it! I... again, I\'m absolutely amazed at the depths of your cunning and bravery. It simply boggles the mind the lengths you are willing to go in order achieve victory.$b$bAllow me now to play my small part in this. I\'ve prepared a special solvent that should allow me to secure the scarab on as the head of the key, infusing it with the power to breech the locked door of Scholomance.$b$bThis should take just a moment...','You\'ve come this far $N - only the destruction of the physical form of Araj the Summoner will provide us with the means to finish the key. Get Araj\'s scarab, by hook or by crook, and bring it to me - I will fuse it on as the head of the key.','','','','','',14610,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',5801,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,4),(5804,4044,28,0,8,55,60,1,690,0,0,0,0,0,0,0,0,0,0,0,'Araj\'s Scarab','Araj the Summoner lords over Andorhal from the ruined city\'s heart. We know that he was the former leader of Scholomance before claiming the city as his own. To finish the key, we will need his signet - called a scarab - mounted as the head of the key.$B$BMake your way into the heart of Andorhal, and break his hold on the city now that he is drawn into the open. Once destroyed, seize his scarab from his fallen phylactery!$B$BThe Key to Scholomance awaits, $N!','Destroy Araj the Summoner and bring Araj\'s Scarab to Apothecary Dithers at the Bulwark, Western Plaguelands.','Yes, this is it! I... again, I\'m absolutely amazed at the depths of your cunning and bravery. It simply boggles the mind the lengths you are willing to go in order achieve victory.$b$bAllow me now to play my small part in this. I\'ve prepared a special solvent that should allow me to secure the scarab on as the head of the key, infusing it with the power to breech the locked door of Scholomance.$b$bThis should take just a moment...','You\'ve come this far $N - only the destruction of the physical form of Araj the Summoner will provide us with the means to finish the key. Get Araj\'s scarab, by hook or by crook, and bring it to me - I will fuse it on as the head of the key.','','','','','',14610,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',5802,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5805,4044,24,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,14646,1,'Welcome!','Welcome to the World of Warcraft!$B$BAs special thanks for purchasing the World of Warcraft Collector\'s Edition, turn in this gift voucher to Merissa Stilwell in Goldshire. You\'ll then be given a gift: a little companion to join you on your quest for adventure and glory.$B$BThanks again, and enjoy your stay in the World of Warcraft!\n','Bring the Goldshire Gift Voucher to Merissa Stilwell in Goldshire.','You are indeed a special hero, $N. We welcome you to the world of Azeroth, and offer you one of these unique gifts!','Greetings! It is a pleasure to meet you!$B$BI see you have a special voucher. Give it to me and I will offer you something in exchange.','','','','','',14646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13584,13583,13582,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5821,4044,405,0,2,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bodyguard for Hire','Under normal circumstances, Rigger and I would lead our kodo past the Kolkar Centaur. Every now and then we hear the Centaur war drums, and when we hear those we stop. It\'s not good for business to be dead!$B$BI\'ll tell you what $c, if you protect us past the Kolkar village we\'ll make it worth your while.$B$BIt\'s just a short distance, all you need to do is keep the caravan intact and you can pick up your reward from Smeed Scrabblescrew - he is down the road a bit. We do a little business together.','Escort the Gizelton Caravan past the Kolkar Centaur village. Talk with Smeed at Scrabblescrew\'s Camp for your reward.','You know, it doesn\'t seem prosperous to be paying the likes of you to guard Gizelton Caravan. $C, if I were a bit taller I could take on a second job and sit kodo-side-saddle with the biggest gun my hands could carry... and I\'d show them blasted centaur who\'s their papa.','Why do I find myself waiting for that blasted caravan?$b$b$b$bOh yeah, they pay the bills. Have you seen them?','Escort Gizelton Caravan past Kolkar Centaur Village','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15689,0,0,0,1,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5841,4044,132,0,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,14647,1,'Welcome!','Welcome to the World of Warcraft!$B$BAs special thanks for purchasing the World of Warcraft Collector\'s Edition, turn in this gift voucher to Yori Crackhelm in Kharanos. You\'ll then be given a gift: a little companion to join you on your quest for adventure and glory.$B$BThanks again, and enjoy your stay in the World of Warcraft!','Bring the Kharanos Gift Voucher to Yori Crackhelm in Kharanos.','You are indeed a special hero, $N. We welcome you to the world of Azeroth, and offer you one of these unique gifts!','Hello! It is a pleasure to meet you!$B$BI see you have a special voucher. Give it to me and I will offer you something in exchange.','','','','','',14647,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13584,13583,13582,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5842,4044,188,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,14648,1,'Welcome!','Welcome to the World of Warcraft!$B$BAs special thanks for purchasing the World of Warcraft Collector\'s Edition, turn in this gift voucher to Orenthil Whisperwind in Dolanaar. You\'ll then be given a gift: a little companion to join you on your quest for adventure and glory.$B$BThanks again, and enjoy your stay in the World of Warcraft!','Bring the Dolanaar Gift Voucher to Orenthil Whisperwind in Dolanaar.','You are indeed a special hero, $N. We welcome you to the world of Azeroth, and offer you one of these unique gifts!','Greetings! It is a pleasure to meet you!$B$BI see you have a special voucher. Give it to me and I will offer you something in exchange.','','','','','',14648,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13584,13583,13582,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5843,4044,363,0,0,1,1,0,130,0,0,0,0,0,0,0,0,0,14649,1,'Welcome!','Welcome to the World of Warcraft!$B$BAs special thanks for purchasing the World of Warcraft Collector\'s Edition, turn in this gift voucher to Magga in Razor Hill. You\'ll then be given a gift: a little companion to join you on your quest for adventure and glory.$B$BThanks again, and enjoy your stay in the World of Warcraft!','Bring the Razor Hill Gift Voucher to Magga in Razor Hill.','You are indeed a special hero, $N. We welcome you to the world of Azeroth, and offer you one of these unique gifts!','Hello! It is a pleasure to meet you!$B$BI see you have a special voucher. Give it to me and I will offer you something in exchange.','','','','','',14649,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13584,13583,13582,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5844,4044,221,0,0,1,1,0,32,0,0,0,0,0,0,0,0,0,14650,1,'Welcome!','Welcome to the World of Warcraft!$B$BAs special thanks for purchasing the World of Warcraft Collector\'s Edition, turn in this gift voucher to Vorn Skyseer in Bloodhoof Village. You\'ll then be given a gift: a little companion to join you on your quest for adventure and glory.$B$BThanks again, and enjoy your stay in the World of Warcraft!','Bring the Bloodhoof Village Gift Voucher to Vorn Skyseer in Bloodhoof Village.','You are indeed a special hero, $N. We welcome you to the world of Azeroth, and offer you one of these unique gifts!','Greetings! It is a pleasure to meet you!$B$BI see you have a special voucher. Give it to me and I will offer you something in exchange.','','','','','',14650,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13584,13583,13582,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5845,4044,139,0,8,52,58,0,0,0,0,0,0,0,0,0,0,5846,0,0,'Of Lost Honor','The Order of the Silver Hand was utterly decimated when Uther was slain.$B$BThe boy held out for as long as he could. Pushed to the war torn hamlet of Northdale, he made his final stand.$B$BWere any of the Order left alive, he thought - and did it matter?$B$BIt was with that thought that Taelan threw down the standard of the Order and renounced all that he had known. His honor left upon the blood soaked ground of Northdale.$B$BYou must travel to Northdale and recover that symbol of lost honor.','Travel to Northdale, in the northeastern region of the Eastern Plaguelands, and recover the Symbol of Lost Honor. Return to Tirion Fordring upon completion of your objective.','It is as glorious now - even in its tattered state - as the day I looked upon it and took my oath of allegiance.$B$BHis redemption comes and perhaps mine with it...','My faith will guide you, $N. The Light knows no bounds.','','','','','',14625,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',5781,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(5846,4044,139,0,8,52,58,0,0,0,0,0,0,0,0,0,0,5848,0,0,'Of Love and Family','When Taelan was a child, we would oft visit Caer Darrow on family excursions. On our last visit, an artist by the name of Renfray painted a portrait of us poised along the beachside. It is my fondest memory of both Taelan and Karandra. For it was at that moment, with my wife and son in my arms, that I felt a bond of love and family that I would never know again.$B$BIf this painting still exists, you must find it.$B$BTravel to the ruined island of Caer Darrow and see if the painting or the artist remain.','Travel to island of Caer Darrow, in the south-central region of the Plaguelands, and look for any clues as to the whereabouts of the painting.','How could I forget? Many of the spirits on this island are cursed to relive their last happy memory before they met their tragic end.$B$BI too am cursed, but not as they - I am one of the few that remembers all...$B$BPerhaps this thing that you ask me is why I haunt these ruins. Perhaps this thing I tell you shall set me free.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',5845,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,1,0,0,5),(5847,4044,154,0,0,1,1,0,16,0,0,0,0,0,0,0,0,0,14651,1,'Welcome!','Welcome to the World of Warcraft!$B$BAs special thanks for purchasing the World of Warcraft Collector\'s Edition, turn in this gift voucher to Claire Willower in Brill. You\'ll then be given a gift: a little companion to join you on your quest for adventure and glory.$B$BThanks again, and enjoy your stay in the World of Warcraft!','Bring the Brill Gift Voucher to Claire Willower in Brill.','You are indeed a special hero, $N. We welcome you to the world of Azeroth, and offer you one of these unique gifts!','Greetings! It is a pleasure to meet you!$B$BI see you have a special voucher. Give it to me and I will offer you something in exchange.','','','','','',14651,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13584,13583,13582,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5848,4044,2017,0,8,52,60,81,0,0,0,0,0,0,0,0,0,5861,0,0,'Of Love and Family','The painting... It hung on the wall of my workshop - inside the Order\'s barracks - for years.$B$BAfter Tirion\'s trial was over, I knew that I could no longer keep the painting visible. I hid it in a place that they would never think to look.$B$BTravel to Stratholme and make your way deep inside what is now the Scarlet Bastion, search for a painting of our twin moons. Chip away at the paint until you uncover my master work, \'Of Love and Family.\'$B$BMay the Light guide your actions.','Travel to Stratholme, in the northern part of the Plaguelands. It is in the Scarlet Bastion that you will find the painting \'Of Love and Family,\' hidden behind another painting depicting the twin moons of our world.$B$BReturn the painting to Tirion Fordring.','$b$b','The painting, $N. Do you have the painting?','','','','','',14679,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5846,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,7),(5861,4044,28,0,0,52,60,0,0,0,0,0,0,0,0,0,0,5862,14872,1,'Find Myranda','$N, you have done all that I have asked thus far. Only one step remains in your quest of redemption.$B$BYou must deliver the items you have collected to Taelan. Unfortunately, Taelan and his Scarlet Crusaders will attack you on sight.$B$BThere is only one way in which to deliver my message and that is through a guise of deception.$B$BTo the south you will find Uther\'s tomb. An old and trusted confidant of mine, Myranda, now resides there - seek her out. Show her the items and she will assist you.','Travel to Uther\'s Tomb, located in the southern Plaguelands. Show Myranda the Hag Tirion\'s Gift.','I was Tirion\'s most trusted advisor when he held rank as Lord of Mardenholde. I openly dissented the verdict passed by the Order of the Silver Hand and was banished for my insolence.$b$bHe has been through much heart ache and disappointment in his life, $R. Are you prepared to right the wrongs set upon the Fordrings?','I knew this day would come.','','','','','',14872,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',5848,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5862,4044,28,0,0,52,60,1,0,0,0,0,0,0,0,0,0,0,14872,1,'Scarlet Subterfuge','I am what you would call, an illusionist. Though I may be able to create an illusion to allow you entry into Hearthglen, be warned; my powers have their limitations.$B$BShould you travel too far from these lands, the effects of the illusion will cease. The spell itself takes a great amount of concentration and power from me, and thus, I can only sustain the effect for a short time.$B$BSpeak to me again when you are ready.','Speak to Myranda to gain the Scarlet Illusion. Travel to Hearthglen while under the Scarlet Illusion and deliver Tirion\'s Gift to Highlord Taelan Fordring.$B$BHearthglen is to the north, Taelan should be inside of Mardenholde Keep.','What is this, soldier?$b$b$b$bThis... this cannot be true. But all that you have shown me...$b$b','Are you the reinforcements from Tyr\'s Hand?','','','','','',14872,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',5861,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5863,4044,440,0,8,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dunemaul Compound','Just recently, a large band of nomadic ogres arrived in Tanaris. South of here, they have taken over a large area of the desert and formed a compound. Several smaller bands are currently wandering the desert, some of which have invaded the old troll ruins.$B$BThe Dunemaul Compound must be destroyed! We cannot allow these ogres to build up a force.$B$BThe leader of this band is named Gor\'marok the Ravager; I believe that putting an end to his leadership will be the beginning of the end for the ogres.','Andi Lynn in Gadgetzan wants you to destroy the Dunemaul Compound by killing 10 Dunemaul Brutes, 10 Dunemaul Enforcers, and Gor\'marok the Ravager.','I\'m so glad you were able to do this for me, $N! Thanks for your help!','I\'m so worried! Please be careful!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5474,5472,12046,0,10,10,1,0,0,0,0,0,0,0,0,0,16738,16739,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,3,1,4,4,0,0,0,0,0,1,1,0,5),(5881,4044,406,0,0,23,28,0,690,0,0,0,0,0,0,0,0,0,16189,1,'Calling in the Reserves','The Horde does well keeping our troops fresh... since the Great War we have been prosperous here in Kalimdor.$B$BI need you to do me a favor, I have a lad by the name of Grish Longrunner protecting the Great Lift in the southern barrens. Give him this letter; the letter will let him know that I have a reserve warrior coming to relieve him of duty so that he can visit his family. He requested this sometime ago and he would be happy to hear the news.','Maggran wishes you to deliver a letter to Grish Longrunner at the Great Lift in the Barrens.','This is great news; I have been sitting here guarding this hunk of wood for too long. Now I can spend some time with my family... Yippee!','You have news from Maggran Earthbinder?','','','','','',16189,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5882,4044,361,261,8,48,55,0,690,0,0,0,0,0,0,0,0,0,0,0,'Salve via Hunting','','','Very well then, here are your Cenarion plant salves. Scour Felwood for corrupted plants, $n! Wherever they are, use the salve I have given you to purify them.','Possessing a Cenarion Beacon allows one to sea a corrupted soul shard on those tainted beasts that are put down for the greater good. I grind shards into a usable reagent that goes into making Cenarion plant salve. We will use that salve to turn corrupted plants into healthy ones again.$b$bIn exchange for these shards, I will give you some Cenarion plant salves I have already prepared.','','','','','',11515,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',4102,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(5883,4044,361,0,8,48,55,0,690,0,186,1,0,0,0,0,0,0,0,0,'Salve via Mining','','','Very well then, here\'s some Cenarion plant salve. If you find more vitriol when you mine in Felwood, remember to hold on to it for me! The more of it you find, the more salve I will be able to make.','If you possess a Cenarion beacon while mining in Felwood, you will be able to see tainted vitriol that corrupts a vein of raw metal. I know how to purify that vitriol and turn it into a reagent that goes into making Cenarion plant salve. You will then use that salve on plants you find in the wild that need saving.$b$bIf you have collected any tainted vitriol, I\'ll give you some Cenarion plant salve I have already prepared.','','','','','',11513,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',4102,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(5884,4044,361,24,8,48,55,0,690,0,182,1,0,0,0,0,0,0,0,0,'Salve via Gathering','','','Excellent work $n - every bit of this, once we purify it, will help us take back Felwood. Here, take some doses of Cenarion plant salve and head into the forest. The reclaiming of the land from the corruption waits for no $r!','A Cenarion beacon allows a seasoned herbalist to spot insidious fel creep - a malfeasant product of Felwood\'s corruption. My work here has taught me the knowledge of purifying fel creep into a cleansing reagent... used in what we now refer to as Cenarion plant salve.$b$bWhen you gather herbs in Felwood, you should encounter the fel creep so long as you have the beacon. In exchange for what you bring to me, I will give you pre-made Cenarion plant salve.','','','','','',11514,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',4102,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5885,4044,361,0,8,48,55,0,690,0,393,1,0,0,0,0,0,0,0,0,'Salve via Skinning','','','This is exactly what I need. Here - take these plant salves and use them to reclaim Felwood from the corruption. We must persevere, $n!','A Cenarion beacon will allow a well-trained skinner to spot patches of tainted skin from bounty gathered in Felwood. I convert these seemingly useless patches into a thick paste that serves as a quickening agent for Cenarion plant salve. When you skin your kills here in Felwood, be sure to have a beacon on you!$b$bWhen you collect tainted patches, bring them to me and I will give you some Cenarion plant salves that I have already made.','','','','','',11512,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',4102,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5886,4044,361,0,8,48,55,0,690,0,333,1,0,0,0,0,0,0,0,0,'Salve via Disenchanting','','','Here are some Cenarion plant salves - I only need one lesser nether essence for this, $n. Essence is by far the most potent item I can make use of to turn swords into plowshares, as it were. If you need more salve, then find me here!','The power of a disenchanted magical item is felt by the essence it creates. I\'ve devised a way to turn raw essence used by enchanters into a suitable reagent for creating Cenarion plant salve. You don\'t need a Cenarion beacon for this; any suitably disenchanted item that yields lesser nether essences will work.$b$bI just need a single lesser nether essence; in exchange, I will give you Cenarion plant salves. The essence is extremely potent - a little definitely goes a long way! ','','','','','',11174,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',4102,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(5887,4044,361,0,8,48,55,0,690,0,0,0,0,0,0,0,0,0,0,0,'Salve via Hunting','','','Very well then, here are your Cenarion plant salves. Scour Felwood for corrupted plants, $n! Wherever they are, use the salve I have given you to purify them.','Possessing a Cenarion beacon allows one to see a corrupted soul shard on those tainted beasts that are put down for the greater good. I grind shards into a usable reagent that goes into making Cenarion plant salve. We will use that salve to turn corrupted plants into healthy ones again.$B$BIn exchange for these shards, I will give you some Cenarion plant salves I have already prepared.','','','','','',11515,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',5882,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5888,4044,361,0,8,48,55,0,690,0,186,1,0,0,0,0,0,0,0,0,'Salve via Mining','','','Very well then, here\'s some Cenarion plant salve. If you find more vitriol when you mine in Felwood, remember to hold on to it for me! The more of it you find, the more salve I will be able to make.','If you possess a Cenarion beacon while mining in Felwood, you will be able to see tainted vitriol that corrupts a vein of raw metal. I know how to purify that vitriol and turn it into a reagent that goes into making Cenarion plant salve. You will then use that salve on plants you find in the wild that need saving.$B$BIf you have collected any tainted vitriol, I\'ll give you some Cenarion plant salve I have already prepared.','','','','','',11513,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',5883,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5889,4044,361,24,8,48,55,0,690,0,182,1,0,0,0,0,0,0,0,0,'Salve via Gathering','','','Excellent work $n - every bit of this, once we purify it, will help us take back Felwood. Here, take some doses of Cenarion plant salve and head into the forest. The reclaiming of the land from the corruption waits for no $r!','A Cenarion beacon allows a seasoned herbalist to spot insidious fel creep - a malfeasant product of Felwood\'s corruption. My work here has taught me the knowledge of purifying fel creep into a cleansing reagent... used in what we now refer to as Cenarion plant salve.$b$bWhen you gather herbs in Felwood, you should encounter the fel creep so long as you have the beacon. In exchange for what you bring to me, I will give you pre-made Cenarion plant salve.','','','','','',11514,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',5884,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5890,4044,361,0,8,48,55,0,690,0,393,1,0,0,0,0,0,0,0,0,'Salve via Skinning','','','This is exactly what I need. Here - take these plant salves and use them to reclaim Felwood from the corruption. We must persevere, $n!','A Cenarion beacon will allow a well-trained skinner to spot patches of tainted skin from bounty gathered in Felwood. I convert these seemingly useless patches into a thick paste that serves as a quickening agent for Cenarion plant salve. When you skin your kills here in Felwood, be sure to have a beacon on you!$b$bWhen you collect tainted patches, bring them to me and I will give you some Cenarion plant salves that I have already made.','','','','','',11512,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',5885,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5891,4044,361,0,8,48,55,0,690,0,333,1,0,0,0,0,0,0,0,0,'Salve via Disenchanting','','','Here are some Cenarion plant salves - I only need one lesser nether essence for this, $n. Essence is by far the most potent item I can make use of to turn swords into plowshares, as it were. If you need more salve, then find me here!','The power of a disenchanted magical item is felt by the essence it creates. I\'ve devised a way to turn raw essence used by enchanters into a suitable reagent for creating Cenarion plant salve. You don\'t need a Cenarion beacon for this; any suitably disenchanted item that yields lesser nether essences will work.$B$BI just need a single lesser nether essence; in exchange, I will give you Cenarion plant salves. The essence is extremely potent - a little definitely goes a long way!','','','','','',11174,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',5886,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(5892,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Irondeep Supplies','Before the fighting started, we stored supplies for Dun Baldar in the Irondeep mine. The troggs that surfaced there weren\'t much of a problem when we had spare troops to guard the mine, but now that we\'re fighting with the Horde we can\'t maintain control of Irondeep.$B$BWe need the supplies in Irondeep, $N. Enter the mine and bring me a load of them.','Bring 10 Irondeep Supplies to the Alliance Quartermaster in Dun Baldar.','Well done! I\'ll put these supplies to good use! Thanks, $N!','Do you have the supplies, $N? We can never have enough!','','','','','',17522,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,25,0,0,0,6,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5893,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Coldtooth Supplies','The Coldtooth mine to the north was once an ideal place to store extra supplies, but now that the fighting with the Stormpikes grows fierce, we do not always have the spare warriors to station at the mine and protect it. And so, control of the mine often falls to the Alliance, or to underground denizens...$B$BBut we still need our supplies, $N! Go to the Coldtooth mine and bring me a load of them. And be wary of enemies as you go; the tides of battle shift quickly in that place...','Bring 10 Coldtooth Supplies to the Horde Quatermaster in Frostwolf Keep.','Ah, you got them. Good work, $N! These supplies are a little musty from sitting in that dark mine for so long, but we\'ll make use of them nonetheless.$B$BThank you, $N. Your deeds are vital to the maintenance of our fighting forces.','Have you been to the Coldtooth mine, $N? Do you have the supplies I asked for?','','','','','',17542,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,25,0,0,0,6,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(5901,4044,139,0,0,48,55,0,690,0,0,0,0,0,0,0,0,5902,15042,1,'A Plague Upon Thee','So, to bring pain and strife to the Scarlet Crusade, I want to take their precious lumber mill from them. I\'m sure the loss of such a resource will cause them a great deal of harm in defending and rebuilding the town for their own reasons. Will you help me, $N?$B$BStart by taking this jar to Plaguewood in the Eastern Plaguelands. Fill it with the termites you find in their mounds throughout the woods. Come back when you have enough.','Use the Empty Termite Jar on the Termite Mounds in Eastern Plaguelands. After you\'ve gathered 100 Plagueland Termites, return to Mickey Levine at the Bulwark in Tirisfal Glades.','These will do nicely, $N. Thank you.$B$BIf you\'re ready, we can get on with the next step.','Do you have the termites yet, $N? I am sure it is obvious to a smart $C like yourself.$B$BOnce we have enough of them, we\'ll make sure no one can use the lumber mill ever again!','','','','','',15042,15043,0,0,0,0,1,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5902,4044,85,0,0,48,55,0,690,0,0,0,0,0,0,0,0,6390,15044,1,'A Plague Upon Thee','Now that we have plenty of termites, take this steel reinforced barrel to the Northridge Lumber Mill south of Hearthglen--you\'ll find it to the west of the road that leads you up to the town.$B$BOnce there, place the barrel in the center of the lumber mill; someplace high, like on a crate or something.$B$BAfter you open it, the rest should take care of itself. Just come back here and I\'ll reward you for helping me.','Find someplace suitable in the center of the Northridge Lumber Mill in Western Plaguelands to place the Barrel of Plagueland Termites.','The termites are obviously getting restless as you place the barrel on top of the crate.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',5901,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5903,4044,139,0,0,48,55,0,1101,0,0,0,0,0,0,0,0,5904,15042,1,'A Plague Upon Thee','I\'ve tried many times to rout out the Scarlet Crusade through force alone, but to no avail. So, as an alternative, I\'ve decided to make their lives more difficult.$B$BIf you are willing to help, I want to infest that lumber mill with the most terrible species of termites ever found.$B$BIn Plaguewood, near the once-great Stratholme, there is a breed that survived the plague and the Scourge combined. Find their mounds and fill this jar with them, so we can prepare them to be unleashed on the Crusade.','Use the Empty Termite Jar on the Termite Mounds in Eastern Plaguelands. After you\'ve gathered 100 Plagueland Termites, return to Nathaniel Dumah at Chillwind Camp in Western Plaguelands.','These will do nicely, $N. Thank you. Just look at them... so many of them all huddled up. I almost feel bad for the Crusade, but then again, it was never their mill to take, now, was it?','Did you find the termite mounds, $N? I\'ve heard they are all over Plaguewood.','','','','','',15042,15043,0,0,0,0,1,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,6,0,0,5),(5904,4044,28,0,0,48,55,0,1101,0,0,0,0,0,0,0,0,6389,15044,1,'A Plague Upon Thee','Now that we have the termites, take this steel reinforced barrel to the Northridge Lumber Mill south of Hearthglen--you\'ll find it to the west of the road that leads you up to the town.$B$BOnce there, place the barrel in the center of the lumber mill; find someplace suitable, like on a crate and then open it. The termites should do their work from there and make the mill useless to the Crusade.','Find someplace suitable in the center of the Northridge Lumber Mill in Western Plaguelands to place the Barrel of Plagueland Termites.','The termites are obviously getting restless as you place the barrel on top of the crate.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',5903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(5921,4044,0,263,0,10,-1,0,8,1024,0,0,0,0,0,0,0,5929,0,0,'Moonglade','All druids are welcome in the sacred lands of Moonglade, regardless of the current tensions in the Cenarion Circle between Arch Druid Staghelm and Keeper Remulos - Moonglade\'s guardian. Now that you\'re learning the ways of the Claw, I\'ll teach you the spell that lets you transport yourself there. Cast it whenever you seek Moonglade\'s knowledge or solace.$B$BAs for your first lesson, travel to Moonglade and speak with Dendrite Starblaze in Nighthaven about the path you\'re now on. Good luck, young druid.','Use the spell \"Teleport: Moonglade\" to travel to Moonglade. When you arrive, speak with Dendrite Starblaze in the village of Nighthaven.','\"And so it begins. Father Cenarius. And so it begins.\"$B$BDendrite makes a quick, invisible gesture in the air above him. A slight aura of power falls over him.$B$B\"The first perspective of nature you must adapt to is that of the bear. I will put you on the path to understanding this aspect of druidic life, but it is you that must embrace it and propagate it - now and forever!\"','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',5923,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,2),(5922,4044,0,263,0,10,-1,0,32,1024,0,0,0,0,0,0,0,5930,0,0,'Moonglade','All druids are welcomed to the sacred lands of Moonglade, tauren and night elf alike. Keeper Remulos - Moonglade\'s guardian - keeps watch over all druids who hibernate there. Now that you\'re learning the ways of the Claw, I\'ll teach you the spell that lets you transport yourself there. Cast it whenever you seek Moonglade\'s knowledge or solace.$B$BAs for your first lesson, travel to Moonglade and speak with Dendrite Starblaze in Nighthaven about the path you\'re now on. Good luck, young druid.','Use the spell \"Teleport: Moonglade\" to travel to Moonglade. When you arrive, speak with Dendrite Starblaze in the village of Nighthaven.','\"And so it begins. Father Cenarius. And so it begins.\"$B$BDendrite makes a quick, invisible gesture in the air above him. A slight aura of power falls over him.$B$B\"The first perspective of nature you must adapt to is that of the bear. I will put you on the path to understanding this aspect of druidic life, but it is you that must embrace it and propagate it - now and forever!\"','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',5926,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5923,4044,0,263,8,10,-1,0,8,1024,0,0,0,0,0,0,0,5921,0,0,'Heeding the Call','Excuse me, friend...$B$BIt has come to my attention that Mathrengyl Bearwalker has put out word that he wishes to speak with you. It seems that your training as a druid is about to take on a new life, and he will be training you personally. Mathrengyl is the direct assistant to the Arch Druid himself, and is one of the most sage and august druids you\'ll find in Teldrassil.$B$BHe is located in the Cenarion Enclave of Darnassus, on the second floor of Fandral Staghelm\'s tree.','Speak with Mathrengyl Bearwalker in the Cenarion Enclave, Darnassus.','I am glad you found your way here today. young $C. The time has come for you to take a large step into a much larger world.$B$BInside each of Cenarius\' children is the call to serve nature. Animals and plants are our friends as well as our charges. We choose to devote our lives as preservers of balance for their sakes as well as our own. Your first step into this world will be to learn of the ways of the bear, and to learn strength of body and heart.$B$BReady yourself!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'5924 5925',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5924,4044,0,263,8,10,-1,0,8,1024,0,0,0,0,0,0,0,5921,0,0,'Heeding the Call','Excuse me, friend...$B$BIt has come to my attention that Mathrengyl Bearwalker has put out word that he wishes to speak with you. It seems that your training as a druid is about to take on a new life, and he will be training you personally. Mathrengyl is the direct assistant to the Arch Druid himself, and is one of the most sage and august druids you\'ll find in Teldrassil.$B$BHe is located in the Cenarion Enclave of Darnassus, on the second floor of Fandral Staghelm\'s tree.','Speak with Mathrengyl Bearwalker in the Cenarion Enclave, Darnassus.','I am glad you found your way here today. young $C. The time has come for you to take a large step into a much larger world.$B$BInside each of Cenarius\' children is the call to serve nature. Animals and plants are our friends as well as our charges. We choose to devote our lives as preservers of balance for their sakes as well as our own. Your first step into this world will be to learn of the ways of the bear, and to learn strength of body and heart.$B$BReady yourself!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'5923 5925',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(5925,4044,0,263,8,10,-1,0,8,1024,0,0,0,0,0,0,0,5921,0,0,'Heeding the Call','Excuse me, friend...$B$BIt has come to my attention that Mathrengyl Bearwalker has put out word that he wishes to speak with you. It seems that your training as a druid is about to take on a new life, and he will be training you personally. Mathrengyl is the direct assistant to the Arch Druid himself, and is one of the most sage and august druids you\'ll find in Teldrassil.$B$BHe is located in the Cenarion Enclave of Darnassus, on the second floor of Fandral Staghelm\'s tree.','Speak with Mathrengyl Bearwalker in the Cenarion Enclave, Darnassus.','I am glad you found your way here today. young $C. The time has come for you to take a large step into a much larger world.$B$BInside each of Cenarius\' children is the call to serve nature. Animals and plants are our friends as well as our charges. We choose to devote our lives as preservers of balance for their sakes as well as our own. Your first step into this world will be to learn of the ways of the bear, and to learn strength of body and heart.$B$BReady yourself!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'5923 5924',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5926,4044,0,263,8,10,-1,0,32,1024,0,0,0,0,0,0,0,5922,0,0,'Heeding the Call','Excuse me, friend...$B$BIt has come to my attention that Turak Runetotem has put out word that he wishes to speak with you. It seems that your training as a druid is about to take on a new life, and he will be training you personally. Turak is one of the Arch Druid\'s assistants; he is known as a wise and patient druid, and he should teach you well.$B$BHe is located in Thunder Bluff, inside the Cenarion Circle\'s main tent on the Elder Rise.','Speak with Turak Runetotem on the Elder Rise of Thunder Bluff.','I am glad you found your way here today. young $C. The time has come for you to take a large step into a much larger world.$B$BInside each of Cenarius\' children is the call to serve nature. Animals and plants are our friends as well as our charges. We choose to devote our lives as preservers of balance for their sakes as well as our own. Your first step into this world will be to learn of the ways of the bear, and to learn strength of body and heart.$B$BReady yourself!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'5927 5928',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5927,5875,0,263,8,10,-1,0,32,1024,0,0,0,0,0,0,0,5922,0,0,'Heeding the Call','Excuse me, friend...$B$BIt has come to my attention that Turak Runetotem has put out word that he wishes to speak with you. It seems that your training as a druid is about to take on a new life, and he will be training you personally. Turak is one of the Arch Druid\'s assistants; he is known as a wise and patient druid, and he should teach you well.$B$BHe is located in Thunder Bluff, inside the Cenarion Circle\'s main tent on the Elder Rise.','Speak with Turak Runetotem on the Elder Rise of Thunder Bluff.','I am glad you found your way here today. young $C. The time has come for you to take a large step into a much larger world.$B$BInside each of Cenarius\' children is the call to serve nature. Animals and plants are our friends as well as our charges. We choose to devote our lives as preservers of balance for their sakes as well as our own. Your first step into this world will be to learn of the ways of the bear, and to learn strength of body and heart.$B$BReady yourself!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'5926 5928',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5928,4044,0,263,8,10,-1,0,32,1024,0,0,0,0,0,0,0,5922,0,0,'Heeding the Call','Excuse me, friend...$B$BIt has come to my attention that Turak Runetotem has put out word that he wishes to speak with you. It seems that your training as a druid is about to take on a new life, and he will be training you personally. Turak is one of the Arch Druid\'s assistants; he is known as a wise and patient druid, and he should teach you well.$B$BHe is located in Thunder Bluff, inside the Cenarion Circle\'s main tent on the Elder Rise.','Speak with Turak Runetotem on the Elder Rise of Thunder Bluff.','I am glad you found your way here today. young $C. The time has come for you to take a large step into a much larger world.$B$BInside each of Cenarius\' children is the call to serve nature. Animals and plants are our friends as well as our charges. We choose to devote our lives as preservers of balance for their sakes as well as our own. Your first step into this world will be to learn of the ways of the bear, and to learn strength of body and heart.$B$BReady yourself!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'5926 5927',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5929,4044,0,263,10,10,-1,0,8,1024,0,0,0,0,0,0,0,5931,0,0,'Great Bear Spirit','In the northwest part of Moonglade resides the home of a wise and noble being we call the Great Bear Spirit. For all druids, it has served as a tutor and mentor into the first true natural understanding of the bear. All druids at one point seek the spirit\'s wisdom, and you shall be no exception.$B$BGo to the Great Bear Spirit now and learn what it will teach. When it is satisfied with you, return to me here in Nighthaven. We will then see if you have truly taken account of the lessons it teaches.','Seek out the Great Bear Spirit in northwestern Moonglade and learn what it has to share with you about the nature of the bear. When finished, return to Dendrite Starblaze in Nighthaven, Moonglade.','Dendrite makes another invisible gesture in the air above him as you approach. Another aura of power comes over him. and he smiles ever so slightly.$B$B\"I sense wisdom in you, young one, that was not present when we first met. You gaze upon me with strength and knowing intent, though this intent is yet not focused. You will now learn to focus your strength and adopt the nature of the bear into your work.\"','Q5929 Text missing.','Seek out the Great Bear Spirit and learn what it has to share with you about the nature of the bear.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',5921,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,3),(5930,4044,0,263,10,10,-1,0,32,1024,0,0,0,0,0,0,0,5932,0,0,'Great Bear Spirit','In the northwest part of Moonglade resides the home of a wise and noble being we call the Great Bear Spirit. For all druids, it has served as a tutor and mentor into the first true natural understanding of the bear. All druids at one point seek the spirit\'s wisdom, and you shall be no exception.$B$BGo to the Great Bear Spirit now and learn what it will teach. When it is satisfied with you, return to me here in Nighthaven. We will then see if you have truly taken account of the lessons it teaches.','Seek out the Great Bear Spirit in northwestern Moonglade and learn what it has to share with you about the nature of the bear. When finished, return to Dendrite Starblaze in Nighthaven, Moonglade.','Dendrite makes another invisible gesture in the air above him as you approach. Another aura of power comes over him. and he smiles ever so slightly.$B$B\"I sense wisdom in you, young one, that was not present when we first met. You gaze upon me with strength and knowing intent, though this intent is yet not focused. You will now learn to focus your strength and adopt the nature of the bear into your work.\"','Q5929 Text missing.','Seek out the Great Bear Spirit and learn what it has to share with you about the nature of the bear.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',5922,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3),(5931,4044,0,263,8,10,-1,0,8,1024,0,0,0,0,0,0,0,6001,0,0,'Back to Darnassus','The time has come for us to part ways, young one, as the application of your lessons takes you back to whom that sent you to me. Mathrengyl Bearwalker walks truly in balance with nature, even as he dwells precariously close to where the balance has faltered. Listen to his instructions, and you will soon complete your first lessons into your role as a protector of balance.$B$BGo now, young one. We shall meet again.','Return to Darnassus and speak with Mathrengyl Bearwalker in the Cenarion Enclave.','Welcome back, $N. I sense that your first meeting with the Great Bear Spirit is the same as it is with all druids when they first start down the path of the Claw... a little bewildering, but very intense. I know it was that way with me.$B$BThe Great Bear Spirit has been a part of Azeroth as long as Azeroth has existed in the heavens. We have come to rely on its wisdom and its power to fuel our purpose. Now, the time has now come for your first test of this purpose. Listen closely...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',5929,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(5932,4044,0,263,8,10,-1,0,32,1024,0,0,0,0,0,0,0,6002,0,0,'Back to Thunder Bluff','The time has come for us to part ways, young one, as the application of your lessons takes you back to whom that sent you to me. Though the tauren are thought to be young in the ways of Cenarius, Turak Runetotem walks with much balance in the presence of nature. Listen to his instructions, and you will soon complete your first lessons into your role as a protector of balance.$B$BGo now, young one. We shall meet again.','Return to Thunder Bluff and speak with Turak Runetotem on the Elder Rise.','Welcome back, $N. I sense that your first meeting with the Great Bear Spirit is the same as it is with all druids when they first start down the path of the Claw... a little bewildering, but very intense. I know it was that way with me.$B$BThe Great Bear Spirit has been a part of Azeroth as long as Azeroth has existed in the heavens. We tauren listen closely to such spirits, and we all prosper from its purpose. Now, the time has now come for your first test of this purpose. Listen closely...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',5930,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(5941,4044,139,0,0,50,60,0,0,0,0,0,0,0,0,0,0,5721,15314,1,'Return to Chromie','You have gathered many relics of the battle of Darrowshire. Each time you returned with more, my heart yearned for my village... yearned to protect it from its fate.$B$BI know that cannot be, but Chromie, that strange gnome in Andorhal, tells me it is possible. She says you can save Darrowshire!$B$BShe asked me to gather together the relics, and to have you bring them to her. She said that she awaits you in the ruined inn of Andorhal.','Take the Bundle of Relics to Chromie in Andorhal.','Ah yes, there they are. Together they weave a powerful spell, one that will raise the spirits of Darrowshire.$B$BWith that spell, and with a little luck, we can save Joseph Redpath!','I have been in contact with your friend Carlin. He feels great pain for the doom of his village, but he speaks very highly of you and knows that you can set things right.$B$BOh, but I\'m drifting from the subject at hand... $N, do you have the relics I asked for?','','','','','',15314,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',5206,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,3),(5942,4044,139,0,0,50,60,0,0,0,0,0,0,0,0,0,0,0,15328,1,'Hidden Treasures','Daddy told me to give you this key. He said it opens a chest out back behind the house.$B$BHe also wanted me to thank you. Did you do a favor for him? Did you tell him you found my doll?$B$BWell here\'s the key. And thank you $N. Thank you! You\'re a very nice $gman:lady;!','Bring Joseph\'s Key to Joseph\'s Chest.','The key fits the lock, and the chest opens...','This chest is old and covered in grime.','','','','','',15328,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15855,15856,15857,0,1,1,1,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5721,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5943,4044,405,0,2,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gizelton Caravan','You look like a capable $r. Perhaps you\'re looking to make some money? Cork and I started this caravan to make a bundle of money; little did we know the dangers of turning a buck!$B$BUp ahead is Mannoroc Coven... normally the demons ignore us but something has the kodos spooked this time. I\'ll pay you to protect the caravan past Mannoroc Coven. Once we are safely past you can receive your reward from our business associate Smeed at Scrabblescrew\'s Camp.','Escort the Gizelton Caravan through Mannoroc Coven. Talk with Smeed at Scrabblescrew\'s Camp for your reward.','Not sure it\'s a prosperous proposition to be paying so much money to protect the Gizelton Caravan. Cork and Rigger only make one gold piece a week, but as long as they keep paying for my kodos I can care less how they run their business.','You know, if that caravan were to ever disappear I would be ruined! You\'re not the bearer of bad news about the caravan, are you?$b$b$b$bThank the goddess of greed!','Escort Gizelton Caravan past Mannoroc Coven','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15691,15692,15695,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(5944,4044,28,0,2,52,60,1,1101,0,0,0,0,0,0,0,0,0,0,0,'In Dreams','For so long, I have been a puppet of the Grand Crusader. What reason was there to fight against what the Scarlet Crusade had become? It has been decades, yet the memories of my father; those precious memories, they are what have kept me alive.$B$BI have dreams, stranger. In these dreams my father is with me. He stands proudly at my side as I am inducted into the Order. We battle legion of Scourge, side by side. We bring honor to the Alliance, to Lordaeron.$B$BI want not to dream anymore.$B$BTake me to him.','Escort Taelan Fordring out of Hearthglen.','The death of my son at the hands of these monsters will not pass without incident. Take solace in knowing that the Order is reborn.$b$bI now take my place as Highlord of the new Order of the Silver Hand.$b$bThese possessions of my past - they are all that I have to offer for all that you have done. Please, take these as a symbol of my gratitude; all have served me well over the years.$b$bMay we meet again, in better times, and reminisce of days long past... battles hard fought... dreams redeemed.','','Redemption?','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15411,15413,15418,15421,16058,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',5862,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(5961,4044,1497,0,8,54,56,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Champion of the Banshee Queen','It pleases me greatly to see the battle hardened join our cause. Our numbers grow in size and strength as each day passes. Perhaps you are prepared to test your mettle, $c?$B$BAmong the first of my champions was Nathanos, now known as the Blightcaller. Few exist with more dedication or vigor amidst our ranks.$B$BSeek him out in the Eastern Plaguelands. He resides at the Marris Stead; occasionally roaming the decimated wastes, slaying all Scourge and Alliance filth that cross his path.','Speak with Nathanos Blightcaller in the Eastern Plaguelands. He is said to have taken up residence at the Marris Stead.\n','Surely the Dark Lady does not believe you worthy to meet her champion. You are here to feed my hounds, yes? There could be no other reason for this interruption.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(5981,4044,618,0,8,58,60,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Rampaging Giants','Around 4,000 years ago, Tyrande Whisperwind saved the life of the frostsaber queen, at the hands of rampaging giants. Since then, the frostsabers have been allies of the night elves.$B$BThese same giants that once were a danger to the frostsabers, still exist not too far from here. They are called the frostmaul, and they have taken over the large valley to the south.$B$BProve your loyalty to the frostsabers; kill these giants in the name of the frostsaber queen, Shy-Rotam!','Rivern Frostwind wants you to kill 4 Frostmaul Giants and 4 Frostmaul Preservers.','Excellent, $N. Your determination has been duly noted.','You must continue to prove yourself, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7428,7429,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6001,4044,0,263,2,10,-1,0,8,1024,0,0,0,0,0,0,0,0,15208,1,'Body and Heart','Directly east of Auberdine lay many moonkin caves. The one closest to Auberdine has a Moonkin Stone inside it. Lunaclaw, the defender of the stone, will face you only when Cenarion Moondust is applied to it. Lunaclaw possesses within it a strength that you must use as one of the Claw.$B$BYou\'ve earned the right to use this Cenarion Moondust, $N... now show me that you\'ve earned the right to possess the strength of body and the strength of heart needed as a druid!','Use the Cenarion Moondust on the Moonkin Stone of Auberdine to bring forth Lunaclaw. From there, you must face Lunaclaw and earn the strength of body and heart it possesses.$B$BSpeak with Mathrengyl Bearwalker in Darnassus when you are done.','You have finally taken your large step into a much larger world, $N. I sense the teaching of the Great Bear Spirit within you, and I sense that you have received the strength that Lunaclaw possessed.$B$BThere are no further obstacles in your way... let me now teach you what it means to be a $C of the Claw!','','Face Lunaclaw and earn the strength of body and heart it possesses.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,19179,112,21600,0,0,0,0,0,1020,0,0,0,0,'',5931,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,1,5),(6002,4044,0,263,2,10,-1,0,32,1024,0,0,0,0,0,0,0,0,15710,1,'Body and Heart','On land west of Taurajo in the Barrens - just before it turns into Mulgore - lies a Moonkin Stone. The moonkin are special beasts, not native to these parts. Lunaclaw, the stone\'s defender, will face you when Cenarion Lunardust is applied to it. Lunaclaw possesses within it a strength that you must use as one of the Claw.$B$BYou\'ve earned the right to use this Cenarion Lunardust, $N... now show me that you\'ve earned the right to possess the strength of body and the strength of heart needed as a druid!','Use the Cenarion Lunardust on the Moonkin Stone between Mulgore and the Barrens to bring forth Lunaclaw. From there, you must face Lunaclaw and earn the strength of body and heart it possesses.$B$BSpeak with Turak Runetotem in Thunder Bluff when you are done.','You have finally taken your large step into a much larger world, $N. I sense the teaching of the Great Bear Spirit within you, and I sense that you have received the strength that Lunaclaw possessed.$B$BThere are no further obstacles in your way... let me now teach you what it means to be a $C of the Claw!','','Face Lunaclaw and earn the strength of body and heart it possesses.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,19179,116,21600,0,0,0,0,0,1020,0,0,0,0,'',5932,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,5),(6003,5875,1497,0,8,30,39,0,0,0,0,0,0,0,0,0,0,0,0,0,' Green With Envy','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(6004,4044,28,0,8,50,56,0,0,0,0,0,0,0,0,0,0,6023,0,0,'Unfinished Business','I was sent as a scout to do some damage and gauge the strength of Hearthglen\'s defenses. Some people in the Alliance feel the little town has more than historical importance. It\'s not my job to question what that importance is, but regardless, I\'m in no shape to continue until I rest up.$B$BIf you\'re willing, I\'d pay handsomely for some help. Start south of here at their camp near the small bulwark they\'ve set up. If you prove strong enough, maybe I could get your help with my main goal.','Kill 2 Scarlet Medics, 2 Scarlet Hunters, 2 Scarlet Magi and 2 Scarlet Knights before returning to Kirsta Deepshadow in Western Plaguelands.','Well done, $N. I\'m amazed you dealt with them so quickly. Thank you.$B$BI have yet to meet anyone that approves of the Scarlet Crusade and their methods. I believe in the Light as much as anyone else in Stormwind, but they\'ve demonstrated that they only want to kill anyone not loyal to their movement... even innocents.','How is it going, $N? Are they stronger than you thought? I hope not. If I\'m going to follow through here, then it\'s going to require a heck of a lot more strength than what I\'ve already asked you to do.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10605,1831,1826,1833,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,6,0,5),(6021,4044,139,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zaeldarr the Outcast','Can you believe that, after all the trouble we have in the plaguelands... we have to worry about thieves too? And not just normal thieves, troll thieves.$B$BAnd not just normal troll thieves. Dead troll thieves!$B$BThey\'re led by this big, dead troll named Zaeldarr the Outcast, and they come here at night and steal bodies from the pit below, then take them back to their evil, dead troll hideout--the Undercroft to the west.$B$BGo there and take out Zaeldarr, $N. I\'m sick to death of his mischief!','Bring Zaeldarr\'s Head to Caretaker Alen at Light\'s Hope Chapel.','Great, you got him! And I hope you taught his gang a lesson too!','Did you find the hideout, $N? Did you take care of Zaeldarr?','','','','','',15785,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,150,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,5,0,0,4),(6022,4044,139,0,0,54,58,0,690,0,0,0,0,0,600000,0,0,0,15454,1,'To Kill With Purpose','You kill with purpose while you remain on my stead.$B$BYour first task is to feed my hounds.$B$BTake this mortar and pestle and travel to Corin\'s Crossing. Once there, you will find a robust selection of Scourge to slaughter. From their fresh carcasses I need living rot. Take that living rot and grind it up in the mortar, then let it sit to coagulate. Bring the coagulated rot back here.$B$BAnd imbecile, realize that living rot from the undead doesn\'t remain \'living\' for very long. You must kill quickly!','Travel to Corin\'s Crossing to the east and slaughter the Scourge that inhabit the town. Collect 7 pieces of Living Rot in under 10 minutes. Use the Mortar and Pestle to grind the Living Rot into Coagulated Rot.','Disappointing. I was hoping that I\'d be feeding you to my hounds, instead.$b$b$b$bWell, at least you they\'ll have something to eat.','Are you crying? If this is too \'tedious\' for you, \'hero,\' I recommend that you head back to the Dark Lady and inform her of the horrible mistreatment you received at my farmstead.$b$bNow get out of my sight!','','','','','',0,15448,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6023,4044,28,0,8,50,57,0,0,0,0,0,0,0,0,0,0,6025,0,0,'Unfinished Business','My real mission was to weaken the Scarlet Crusade\'s outlying forces and then infiltrate Hearthglen to gauge their numbers. I\'m still in no shape to do it on my own, so perhaps I could ask you to aid me again, $N? From what information I gathered before being discovered, the Crusade has two important members that are the backbone of their forces outside the town: Huntsman Radley and Cavalier Durgen. Kill them, and we\'re making progress. They should be along Hearthglen Pass outside the town proper.','Kill Huntsman Radley and Cavalier Durgen before returning to Kirsta Deepshadow in Western Plaguelands.','Thank you, $N. You\'ve been more help than I could have hoped for. The air here just seems to suck my will. I feel tired, and I can tell I\'m not getting any better the longer I\'m here.$B$BI\'m not really sure how I\'m going to infiltrate Hearthglen itself and report on how strong the Scarlet Crusade\'s presence is.$B$BBut that\'s another matter, before you leave, here, take this... as payment for your help. Thank you again.','Have you found them yet, $N? With the two of them taken care of, I can proceed to enter Hearthglen to take a closer look at their setup. I can\'t do it without your help. Please, find Radley and Durgen for me.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11613,11611,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',6004,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(6024,4044,139,0,8,54,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hameya\'s Plea','Kill me. Before it\'s too late.$B$BI am Hameya. While traveling to Zul\'Mashar, my brethren and I ate some bad meat... and we changed. We are infected.$B$BI can feel the lich\'s words now, urging me to reach Zul\'Mashar and infect more of my people. I cannot resist, and so I wrote this scroll before my will left me.$B$BI buried a chest in dirt next to a wagon behind this crypt, but only my key will open it. I have the key. If you want my treasure, then find me.$B$BKill me. Before it\'s too late.','Kill Infiltrator Hameya. Use his key on the Mound of Dirt behind the Undercroft.','Hameya\'s chest is opened!!','This chest buried here is securely locked.','','','','','',15767,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,15815,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6025,4044,28,0,12,50,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unfinished Business','What? Really? You want to know more? But you\'ve already done so much for me, $N. I couldn\'t possibly ask you to enter Hearthglen itself on my behalf.$B$BAre you sure, $N? Hearthglen is much more dangerous than the Pass--I cannot provide you any protection or even information about what you might face.$B$BWell, if you really are willing to help, then enter the town and find a high place to gain a good view of the town. From there you can gauge their numbers and report them back to me. But be careful....','Enter Hearthglen and find a high vantage point from which you can see the town and gauge the Scarlet Crusade\'s forces, then return to Kirsta Deepshadow in Western Plaguelands.','You\'ve done it, $N! Thank you!$B$BI\'ll return to Elling... I mean Stormwind as soon as I can. Here, take this coin, it\'s the least I can do for you. You\'re a credit to your people, $N. Thank you and good luck.','It\'s a dangerous task, $n. I envy your courage.','Overlook Hearthglen from a high vantage point','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,54000,3367,0,0,0,'',6023,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(6026,4044,139,0,8,54,58,0,0,0,0,0,0,0,0,0,0,6041,0,0,'That\'s Asking A Lot','These here Argent Dawn people commissioned ol\' Smokey to do a little demolition work for \'em. Smokey\'s mammy ain\'t raised no dummy. When gold coin is slapped on the table, Smokey\'s services are available. That\'s my motto!$B$BNow I\'d be willing to split the commission with you if you\'re willing to do a little legwork. Here\'s the deal: I\'m going to head over to Plaguewood and mark the buildings we need destroyed. You gather the components for the bombs. Meet back here when you\'ve got everything. Deal?','Smokey LaRue wants you to get 2 Thorium Bars, 1 Golden Rod, 8 Hi-Explosive Bombs, and 8 Unstable Triggers.$B$BYou will have to find a blacksmith and an engineer for these items.','I can pay you half up front and half when the job is done. ','Trust ol\' Smokey, $r. The reward will be worth it. These Argent Dawn folk don\'t mess around when it comes to payment.\r\n','','','','','',12359,11128,10562,10560,0,0,2,1,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,6,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(6027,4044,405,0,0,30,38,0,0,0,0,0,0,0,0,0,0,0,15766,1,'Book of the Ancients','$n, I entrust you with the Gem of the Serpent. Place this gem on the Serpent Statue\'s hand on Ranazjar Isle, a small island northwest of here. Placing it will summon the one who protects the Book of the Ancients. This book contains the secrets of the naga, secrets that have been kept for centuries. Bring this book to me, and we will learn much about our scaled foes!','Get the Book of the Ancients and return it to Azore Aldamort at the tower in Ethel Rethor.\n','The long lost Book of the Ancients! I will ensure this book is passed on to the high council. You\'ve done well today, and for that you are to be thanked... as a hero should be thanked!$b$b','Ah, $N! It\'s good to see you again. Do you have the Book of the Ancients?$b$b','','','','','',15803,15766,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16791,16793,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,350,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',5741,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6028,4044,618,0,0,50,52,0,1101,0,0,0,0,0,0,0,0,0,15788,1,'The Everlook Report','I am looking for a responsible individual to aid me in a small but nonetheless important matter. I\'m here as a representative of the Argent Dawn\'s interests to the local governance of Everlook. I need to get a progress report to Argent Officer Pureheart at Chillwind Camp; it\'s a ways from here, located along the southern fringe of the Western Plaguelands.$B$BIf I may be so bold - this would be a perfect means to introduce yourself to my superior and perhaps earn some work from her!','Deliver the Everlook Report to Argent Officer Pureheart at Chillwind Camp, Western Plaguelands.','Very resourceful, Gregor is. He\'s been dealing with the Steamwheedle Cartel for some time now, and has become an expert on the \"art\" of goblin negotiations. Though it\'s true that the goblins\' primary loyalties lie with those who have the largest coin purses, they also know and respect the value of diplomacy. If anything, it provides them with repeat customers...$B$BAt any rate, the Argent Dawn acknowledges you for your effort. Please have this, with our thanks.','Greetings, $N. On behalf of the Argent Dawn, I offer you safety and shelter while you are here at Chillwind Camp. I might also have some work for you...','','','','','',15788,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,577,0,0,0,0,75,75,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,66,0,0,3),(6029,4044,618,0,0,50,52,0,690,0,0,0,0,0,0,0,0,0,15788,1,'The Everlook Report','I\'m looking for a responsible individual to aid me in a small but nonetheless important matter. I\'m here as a representative of the Argent Dawn\'s interests to the local governance of Everlook. I need to get a progress report to Argent Officer Garush at the Bulwark; it\'s a ways from here, located along the western fringe of the Western Plaguelands, east of Tirisfal Glades.$B$BIf I may be so bold - this would be a perfect means to introduce yourself to my superior and perhaps earn some work from him!','Deliver the Everlook Report to Argent Officer Garush at the Bulwark, Western Plaguelands.','Resourceful for a human, Gregor is. He\'s been dealing with the Steamwheedle Cartel for some time now, and has become an expert on the \"art\" of goblin negotiations. Though it\'s true that the goblins\' primary loyalties lie with those who have the largest coin purses, they also know and respect the value of diplomacy. If anything, it provides them with repeat customers...$B$BAt any rate, the Argent Dawn acknowledges you for your effort. Please have this, with our thanks.','Greetings, $C. On behalf of the Argent Dawn, I offer you safety and shelter while you are here at Bulwark. I might also offer you the chance to fight for a cause that\'s worth fighting for!','','','','','',15788,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,577,0,0,0,0,75,75,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6030,4044,618,0,0,50,52,0,0,0,0,0,0,0,0,0,0,0,15790,1,'Duke Nicholas Zverenhoff','A recluse medium found in these parts by the name of Umbranse has provided the Argent Dawn with quite a literary masterpiece... one that amounts to quite possibly the largest collection of jibber-jabber I\'ve ever seen written.$B$BOne of the Dawn\'s most respected leaders, Duke Nicholas Zverenhoff, is a brilliant linguist. Could you take this to him for me - for a reward, of course? Light\'s Hope Chapel - that\'s where he\'s currently at, far in the eastern part of the Eastern Plaguelands.','Deliver the book, \"Studies in Spirit Speaking\", to Duke Nicholas Zverenhoff at Light\'s Hope Chapel, Eastern Plaguelands.','This... this is a very special book you have brought me. I\'d like to tell you that \"special\" in this case means \"unique and quite possibly illuminating\", but that remains to be seen.$b$b\"Ooooooo?\" Who in their right mind thinks this up?$b$bWell now, I\'ve heard of this Umbranse that Gregor spoke of, so this isn\'t without merit. I\'ll do my best to decipher it. As for you... please, have this - courtesy of the Argent Dawn. While you are here, perhaps there are some other things you can aid us with.','May the Light guide you in these troubling times, $C. What brings you here to this beacon of hope in the middle of darkness and despair?','','','','','',15790,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,577,0,0,0,0,75,75,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,0,0,3),(6031,4044,1769,0,8,50,55,0,690,0,0,0,0,0,0,0,0,0,0,0,'Runecloth','In Timbermaw, we are content. We do not like strangers. This is good for us, but it is bad for trade.$B$BNot long ago, a rare night elf friend came to Timbermaw and she wore a runecloth cloak. Runecloth is rare among us, but the cloak was so fine my people want me to make more runecloth clothing.$B$BWill you bring me runecloth? If you bring me enough, then I will give you something in trade.','Bring 30 Runecloth to Meilosh in Timbermaw Hold.','Ah, you brought the cloth. Such fine material it is!$B$BThank you, $N. You are a true friend. Please accept this in exchange.','Do you have the runecloth? My people are eager for more items of runecloth!','','','','','',14047,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15822,15823,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(6032,4044,1769,0,8,50,55,0,690,0,197,290,0,0,0,0,0,0,0,0,'Sacred Cloth','Although the people of Timbermaw delight in the feel of runecloth, it is not sacred to us. But mooncloth is sacred.$B$BBring me a small supply of this holy cloth, and I will teach you a secret fashioning technique. ','Bring 2 Mooncloth to Meilosh in Timbermaw Hold.','Ah, very good. This mooncloth will be used for garments sacred to our people. Thank you, $N. Now I will train you.','Have you brought the mooncloth, $N?','','','','','',14342,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,250,0,0,0,0,0,0,0,0,19435,19437,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(6041,4044,139,0,0,54,58,0,0,0,0,0,0,0,0,0,0,0,15736,1,'When Smokey Sings, I Get Violent','While you were gathering the supplies, I had some of my people handle marking the Scourge buildings we need demolished.$B$BHere\'s the plan: I\'m going to give you ten sticks of my special compound. You\'re going to take them over to Plaguewood and plant them inside the Scourge structures that I\'ve had marked for detonation.$B$B$B$BBing! It\'s just that easy.','Travel to Plaguewood, northwest of Light\'s Hope. Destroy 8 Scourge Structures by using Smokey\'s Special Compound at the Mark of Detonation planted inside each building. Smokey has had the Ziggurats and Slaughterhouses marked.$B$BOnce you plant the bomb, leave the building and marvel at your handiwork.$B$BBy the way, Smokey\'s Special Compound is rather... unstable.','You\'re much darker than I remember. You got that look going for you; the look that says, \'I\'ve been charred by a high explosive bomb.\'$B$B$B$BAnyhow! Here\'s your cut of the loot. I\'ve thrown in a little something extra to help soothe the burns.','I got supplies left over to make a few more sticks of the special compound. Just let ol\' Smokey know if you need more.','','Scourge Structures Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,12247,0,0,0,8,0,0,0,19250,0,0,0,0,0,0,0,16992,16993,0,0,0,0,1,1,0,0,0,0,5951,17523,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',6026,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(6042,4044,139,0,8,54,58,0,690,0,0,0,0,0,0,0,0,0,0,0,'Un-Life\'s Little Annoyances','You cannot take two steps off of this farm without running into one of those obnoxious bats. I want to be able to take the hounds out and slaughter Scourge without being accosted by any damned, dirty bats. Obviously, I have better things to do with my time than mindlessly kill bats day in and day out. You, however, do not.$B$BWhat? Your training? This is your training! Now get out of my sight and don\'t come back until you\'ve killed a fair number of those winged demons. Don\'t disappoint me.','Slay 20 Noxious Plaguebats and 10 Monstrous Plaguebats. Return to Nathanos Blightcaller when you are finished.','It\'s incredible what a little anger and rage can get accomplished.','It could have been worse. I could have had you collecting bat guano.$B$B$B$BHrm... Hey! Wait a minute. Where are you going?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8601,8602,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6061,4044,0,261,2,10,-1,0,32,4,0,0,0,0,0,0,0,6087,15914,1,'Taming the Beast','As a tauren, it is important to follow the traditions of our ancestors by fighting mighty creatures. By besting these creatures, we are able to intake their spirits, allowing us to become closer to the Earthmother.$B$BIn the same way, taming a beast to fight alongside us helps us become one with nature around us. Eventually, you will learn to tame a beast of your choosing. But all things take practice, and you have much to learn. Begin by taking this taming rod; you must tame an adult plainstrider.','Use the Taming Rod to tame an Adult Plainstrider. Practice your skills, then return the Taming Rod to Yaw Sharpmane in Bloodhoof Village.','Signs have appeared to me from the Earthmother; you have done well.','Practice your skills, $N. Tame the adult plainstrider.','','Tame an Adult Plainstrider','','','',15914,0,0,0,0,0,1,0,0,0,0,0,2956,0,0,0,1,0,0,0,19688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'6065 6066 6067',6065,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6062,4044,0,261,2,10,-1,0,130,4,0,0,0,0,0,0,0,6083,15917,1,'Taming the Beast','It is an admirable skill to command one\'s authority over nature. As a hunter, you must strive to learn to use the force and power inherent to any creature of your choosing.$B$BGaining control of an animal is not an easy feat; it is a task that you must undertake with much determination.$B$BFor your first assignment, take this taming rod and use it to tame a dire mottled boar. You can find them quite close to Razor Hill. Practice your skills in battle with the boar at your side, then return to me.','Use the Taming Rod to tame a Dire Mottled Boar. Practice your skills, then return the Taming Rod to Thotar in Razor Hill.','You have done well, $N. I believe you are ready for your next task.','Good luck, young $C.','','Tame a Dire Mottled Boar','','','',15917,0,0,0,0,0,1,0,0,0,0,0,3099,0,0,0,1,0,0,0,19694,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'6068 6069 6070',6068,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6063,4044,0,261,2,10,-1,0,8,4,0,0,0,0,0,0,0,6101,15921,1,'Taming the Beast','As a hunter, it is important to remember the responsibility you hold in your hands. Nature is not a power that can be bent to obey our desires; it is one that is to be respected and acknowledged as something stronger than your very existence.$B$B$N, you must prove your understanding of this before you will gain the ability to tame an animal to be your companion.$B$BYour first task is to take this taming rod. With it, you will be able to tame a webwood lurker. Tame it, and practice your skills as a hunter.','Use the Taming Rod to tame a Webwood Lurker. Practice your skills, then return the Taming Rod to Dazalar in Dolanaar.','Excellent, $N! You are quite a fast learner.','You will learn, $N, and one day you will be a great $C.','','Tame a Webwood Lurker','','','',15921,0,0,0,0,0,1,0,0,0,0,0,1998,0,0,0,1,0,0,0,19693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'6071 6072 6073',6071,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6064,4044,0,261,2,10,-1,0,4,4,0,0,0,0,0,0,0,6084,15911,1,'Taming the Beast','Hi there, $Glad:lass;! So, you\'d be wanting to know how you can gain a pet of your own?$B$BWell, let\'s get started. There\'s nothing more important than yer equipment when it comes to hunting, but we can chat about my new Shrapnel Blaster some other time. Fer now, let\'s focus on something I\'m sure you\'re quite interested in: a pet!$B$BThe best way to learn is for you to try out several creatures as companions and see what ya like. So, find a large crag boar, then use the taming rod to tame it.','Use the Taming Rod to tame a Large Crag Boar. Practice your skills, then return the Taming Rod to Grif Wildheart in Kharanos.','I know, I know; you\'re wondering what\'s next, aren\'t ya?!','Don\'t worry, lass! You\'ll get ta try a few before you\'ll need to decide on just one.','','Tame a Large Crag Boar','','','',15911,0,0,0,0,0,1,0,0,0,0,0,1126,0,0,0,1,0,0,0,19674,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'6074 6075 6076',6074,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6065,4044,0,261,8,10,-1,0,32,4,0,0,0,0,0,0,0,6061,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Yaw Sharpmane in Bloodhoof Village. He can put you on the path to earning a pet of your own.','Speak with Yaw Sharpmane at Bloodhoof Village in Mulgore.','Yes, I do believe you are ready...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6066 6067',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6066,4044,0,261,8,10,-1,0,32,4,0,0,0,0,0,0,0,6061,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Yaw Sharpmane in Bloodhoof Village. He can put you on the path to earning a pet of your own.','Speak with Yaw Sharpmane at Bloodhoof Village in Mulgore.','Yes, I do believe you are ready...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6065 6067',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6067,5875,0,261,8,10,-1,0,32,4,0,0,0,0,0,0,0,6061,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Yaw Sharpmane in Bloodhoof Village. He can put you on the path to earning a pet of your own.','Speak with Yaw Sharpmane at Bloodhoof Village in Mulgore.','Yes, I do believe you are ready...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6065 6066',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6068,4044,0,261,8,10,-1,0,130,4,0,0,0,0,0,0,0,6062,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Thotar at Razor Hill. He can put you on the path to earning a pet of your own.','Speak with Thotar at Razor Hill in Durotar.','Yes, it is time for you to begin your training.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6069 6070',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6069,4044,0,261,8,10,-1,0,130,4,0,0,0,0,0,0,0,6062,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Thotar at Razor Hill. He can put you on the path to earning a pet of your own.','Speak with Thotar at Razor Hill in Durotar.','Yes, it is time for you to begin your training.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6068 6070',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6070,4044,0,261,8,10,-1,0,130,4,0,0,0,0,0,0,0,6062,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Thotar at Razor Hill. He can put you on the path to earning a pet of your own.','Speak with Thotar at Razor Hill in Durotar.','Yes, it is time for you to begin your training.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6068 6069',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6071,4044,0,261,8,10,-1,0,8,4,0,0,0,0,0,0,0,6063,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar at Dolanaar in Teldrassil.','Yes, it is time, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6072 6073 6721 6722',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6072,5875,0,261,8,10,-1,0,8,4,0,0,0,0,0,0,0,6063,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar at Dolanaar in Teldrassil.','Yes, it is time, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6071 6073 6721 6722',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6073,4044,0,261,8,10,-1,0,8,4,0,0,0,0,0,0,0,6063,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar at Dolanaar in Teldrassil.','Yes, it is time, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6071 6072 6721 6722',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6074,4044,0,261,8,10,-1,0,4,4,0,0,0,0,0,0,0,6064,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Grif Wildheart in Kharanos. He can put you on the path to earning a pet of your own.','Speak with Grif Wildheart at Kharanos in Dun Morogh.','Yes, I do believe you are ready, as well....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6075 6076',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6075,4044,0,261,8,10,-1,0,4,4,0,0,0,0,0,0,0,6064,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Grif Wildheart in Kharanos. He can put you on the path to earning a pet of your own.','Speak with Grif Wildheart at Kharanos in Dun Morogh.','Yes, I do believe you are ready, as well....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6074 6076',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6076,4044,0,261,8,10,-1,0,4,4,0,0,0,0,0,0,0,6064,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Grif Wildheart in Kharanos. He can put you on the path to earning a pet of your own.','Speak with Grif Wildheart at Kharanos in Dun Morogh.','Yes, I do believe you are ready, as well....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6074 6075',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6081,4044,0,261,8,10,-1,0,130,4,0,0,0,0,0,0,0,0,0,0,'Training the Beast','You now have the power to tame a pet, but you must also gain the skills to train it.$B$BTravel to Orgrimmar. There you must speak to one of our most revered hunters, Ormak Grimshot. He will give you the ability to train your new pet. You will find him in the Valley of Honor.$B$BGood luck, $N.','Speak with Ormak Grimshot in Orgrimmar.','A young $C, I see. Yes, I will grant you the skills you need to train and guide your pet. Not only will you be able to teach your pet new abilities, you will now be able to feed your pet, as well as revive it, should it fall in battle.$B$BNow, go, $C. We will speak again, at a later date.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23357,5300,0,0,0,0,0,0,0,510,0,0,0,0,'',6082,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6082,4044,0,261,2,10,-1,0,130,4,0,0,0,0,0,0,0,6081,15920,1,'Taming the Beast','The final creature you need to tame is one you should strive to emulate; the armored scorpid. It strikes quickly and confidently; to control a force such as this is your fate as a hunter.$B$BWhen you return, I will bestow you with the skills you will need to tame an animal of your choosing; this creature will be yours to command. Under your control, your pet will gain experience alongside you. I will also show you how to call it and dismiss it as you wish.\n','Use the Taming Rod to tame an Armored Scorpid. Practice your skills, then return to Thotar at Razor Hill.','You have learned all I can teach you, $N. It is time for you to take what you have learned here and choose a pet of your own.$B$BHere you are, $N. I will now give you the power to tame a beast, as well as call it and dismiss it as you see fit. Use your new skills with pride; you have earned them.','Were you able to tame the scorpid?','','Tame an Armored Scorpid','','','',15920,0,0,0,0,0,1,0,0,0,0,0,3126,0,0,0,1,0,0,0,19697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23356,1579,0,0,0,0,0,0,0,1020,0,0,0,0,'',6083,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6083,4044,0,261,2,10,-1,0,130,4,0,0,0,0,0,0,0,6082,15919,1,'Taming the Beast','The advantage a pet affords you against your rivals is duly noted, $N. When you gain control over another creature, you are adding to your own strength. Your pet must become an extension of yourself.$B$BThe next task requires you to turn from the land; you will find the next creature in the waters off the coast. Across from Sen\'jin Village, near the Echo Isles. look for a spirited crab called the surf crawler. Use the taming rod to tame it, then practice your skills.','Use the Taming Rod to tame a Surf Crawler. Practice your skills, then return the Taming Rod to Thotar at Razor Hill.','You are a swift learner, $N. You have done well.','You need to practice in order to gain the skills you need to effectively control your pet. Have you tamed a surf crawler?','','Tame a Surf Crawler','','','',15919,0,0,0,0,0,1,0,0,0,0,0,3107,0,0,0,1,0,0,0,19696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',6062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6084,4044,0,261,2,10,-1,0,4,4,0,0,0,0,0,0,0,6085,15913,1,'Taming the Beast','Those crag boars are quite burly; maybe you\'d like something with a little more finesse? Alright then, I\'ve got jus\' the thing. South and east of here, you\'ll find large white cats called snow leopards. Just like an elegantly-carved rifle, behind their beautiful exterior lies a powerful fighter, capable of doing extreme damage. You\'ll find them to be much more agile an\' swift than the boar you tamed.$B$BTake this taming rod and see how you like the snow leopard.','Use the Taming Rod to tame a Snow Leopard. Practice your skills, then return to Grif Wildheart in Kharanos.','When I feel you\'ve learned enough, I will grant you the ability to choose any pet of your liking.','What do you think of the snow leopard, $N?','','Tame a Snow Leopard','','','',15913,0,0,0,0,0,1,0,0,0,0,0,1201,0,0,0,1,0,0,0,19687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',6064,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6085,4044,0,261,2,10,-1,0,4,4,0,0,0,0,0,0,0,6086,15908,1,'Taming the Beast','Perhaps you\'d like a creature that possesses little more than brute strength. The ice claw bear is an excellent companion for a fledgling hunter like yourself, and can be found east of Kharanos. Here is the taming rod; try this animal as a pet and see if ya like it!$B$BWhen you return, I\'ll give ya the skills you will need to tame an animal of your choosing; this creature will face the challenges you face, and gain experience alongside you. I will also show you how to call it and dismiss it as ya like.\n','Use the Taming Rod to tame an Ice Claw Bear. Practice your skills, then return the Taming Rod to Grif Wildheart in Kharanos.','Here you are, $N. I will now give ya the power to tame a beast, as well as call it and dismiss it as you please.$B$BFind yerself a good, loyal pet, and enjoy the hunt!','Have you tamed the ice claw bear yet?','','Tame an Ice Claw Bear','','','',15908,0,0,0,0,0,1,0,0,0,0,0,1196,0,0,0,1,0,0,0,19548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23356,1579,0,0,0,0,0,0,0,1020,0,0,0,0,'',6084,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6086,4044,0,261,8,10,-1,0,4,4,0,0,0,0,0,0,0,0,0,0,'Training the Beast','$N, ya now have the power to tame a pet, but you must also gain the skills ta train it.$B$BTravel to Ironforge and find the Hall of Arms. There you must speak to one of our most revered animal trainers, Belia Thundergranite. She\'ll give ya the power to train your new pet, so get goin\', $Glad:lass;!$B$BBelia is a friendly sort; you should have no problems gaining her approval. Good luck, $N.\n','Speak with Belia Thundergranite in Ironforge.','A new recruit, eh? You\'re on your way to becoming a great $C, I see.$B$BYes, I can bestow you with the skills you need to train and guide your pet. Not only will you be able to teach your pet new abilities, you will now be able to feed your pet, as well as revive it, should it fall in battle.$B$BRemember that the key to getting the most from your new pet is to respect it and treat it well. In turn, your pet will be your most loyal friend.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23357,5300,0,0,0,0,0,0,0,510,0,0,0,0,'',6085,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6087,4044,0,261,2,10,-1,0,32,4,0,0,0,0,0,0,0,6088,15915,1,'Taming the Beast','You have a fiery spirit, hunter, readily awaiting your next challenge.$B$BYour next task is to gain the companionship of a wolf known as the prairie stalker. This creature is swift and fearless; in taking this beast as your pet, you must also take on these qualities.$B$BDuring a battle, you will learn how you and your pet will become a team. In the end you must work as one, muscle to muscle.$B$BHere is the taming rod, $N. Tame a prairie stalker and practice your skills.','Use the Taming Rod to tame a Prairie Stalker. Practice your skills, then return the Taming Rod to Yaw Sharpmane in Bloodhoof Village.','Yes... The Earthmother believes that you are ready for the next lesson.','Have you found a prairie stalker?','','Tame a Prairie Stalker','','','',15915,0,0,0,0,0,1,0,0,0,0,0,2959,0,0,0,1,0,0,0,19689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',6061,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6088,4044,0,261,2,10,-1,0,32,4,0,0,0,0,0,0,0,6089,15916,1,'Taming the Beast','The final task that I have for you requires that you tame a creature that inhabits the sky. The swoop is a difficult opponent, but as your ally, you will acquire its sharp attacks and threatening presence.$B$BBy the will of the Earthmother, when you return I will bestow you with the skills you will need to tame an animal of your choosing to be your companion; this creature will face the challenges you face, and gain experience alongside you. I will also show you how to call it and dismiss it as you wish.\n','Use the Taming Rod to tame a Swoop. Practice your skills, then return the Taming Rod to Yaw Sharpmane in Bloodhoof Village.','You have learned all I can teach you, $N. May the blessings of the Earthmother guide you in choosing a pet.$B$BHere you are, $N. I will now give you the power to tame a beast, as well as call it and dismiss it as you see fit. Use your new skills with pride and honor the Earthmother.','You will soon be ready, $N.','','Tame a Swoop','','','',15916,0,0,0,0,0,1,0,0,0,0,0,2970,0,0,0,1,0,0,0,19692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23356,1579,0,0,0,0,0,0,0,1020,0,0,0,0,'',6087,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6089,4044,0,261,8,10,-1,0,32,4,0,0,0,0,0,0,0,0,0,0,'Training the Beast','You now have the power to tame a pet, but you must also gain the skills to train it.$B$BTravel to Thunder Bluff. There you must speak to one of our most revered hunters, Holt Thunderhorn. If he deems you worthy, he will give you the ability to train your new pet.$B$BHolt has bested the most powerful and feared beasts of Azeroth, and commands many strong creatures of his own. His ties to the Earthmother are strong, and you can learn much from him. Good luck, $N.\n','Speak with Holt Thunderhorn on Hunter Rise in Thunder Bluff.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23357,5300,0,0,0,0,0,0,0,510,0,0,0,0,'',6088,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6101,4044,0,261,2,10,-1,0,8,4,0,0,0,0,0,0,0,6102,15922,1,'Taming the Beast','The variance of nature is something that can be relied upon, $N. It is predictable in the way that it never remains the same; it is always changing.$B$BThe tasks I give to you will help you to see and appreciate the vast differences of the creatures you may choose as your companion.$B$BTake this taming rod and use it to tame a nightsaber stalker, found to the south. Practice your skills as a hunter. Then you will begin to understand the similarities and differences of nature.','Use the Taming Rod to tame a Nightsaber Stalker. Practice your skills, then return the Taming Rod to Dazalar in Dolanaar.','I see your commitment and that you have understood what I have taught you, $N.','Understanding the balance between nature and oneself is a way of life for every $R.','','Tame a Nightsaber Stalker','','','',15922,0,0,0,0,0,1,0,0,0,0,0,2043,0,0,0,1,0,0,0,19699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',6063,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6102,4044,0,261,2,10,-1,0,8,4,0,0,0,0,0,0,0,6103,15923,1,'Taming the Beast','You have tamed two creatures that inhabit the land, now you must tame one that soars the skies. Use the taming rod to tame a strigid screecher, found west of here. Practice your skills with this mighty owl at your side.$B$BWhen you return, I will bestow you with the skills you will need to tame an animal of your choosing to be your companion; this creature will face the challenges you face, and gain experience alongside you. I will also show you how to call it and dismiss it as you wish.','Use the Taming Rod to tame a Strigid Screecher. Practice your skills, then return the Taming Rod to Dazalar in Dolanaar.','You have learned all I can teach you, $N. May I offer you one more piece of advice: use discretion when choosing your first pet. Will you choose a creature of the land, of the water, or of the sky? Whatever it may be, without doubt, your pet will be with you for quite some time.$B$BHere you are, $N. I will now give you the power to tame a beast, as well as call it and dismiss it as you see fit. Use your new skills with pride; you have earned them.','I am proud of your accomplishments, $N. Have you finished the last task I gave you?','','Tame a Strigid Screecher','','','',15923,0,0,0,0,0,1,0,0,0,0,0,1996,0,0,0,1,0,0,0,19700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23356,1579,0,0,0,0,0,0,0,1020,0,0,0,0,'',6101,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6103,4044,0,261,8,10,-1,0,8,4,0,0,0,0,0,0,0,0,0,0,'Training the Beast','You now have the power to tame a pet, but you must also gain the skills to train it.$B$BTravel to Darnassus. There you must speak to one of our most revered hunters, Jocaste. She will give you the ability to train your new pet, so make haste.$B$BWhile Jocaste may seem stern, she is always pleased to see another hunter rising through the ranks. Treat her with respect and she will return in kind. Good luck, $N.','Speak to Jocaste in the Cenarion Enclave, in Darnassus.','A fledgling $C. I see. Yes. I can bestow you with the skills you need to train and guide your pet. Not only will you be able to teach your pet new abilities, you will now be able to feed your pet, as well as revive it, should it fall in battle.$B$BRemember, $N, always respect the balance and live in awe of nature around you. Now, go forth. We shall speak again, at a later date.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23357,5300,0,0,0,0,0,0,0,510,0,0,0,0,'',6102,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6121,4044,0,263,8,14,-1,0,1101,1024,0,0,0,0,0,0,0,6122,0,0,'Lessons Anew','You\'re now ready to learn about poison and the power we as druids have over it, $N. Cenarius has blessed us with the ability to purge even the most foul of poisons with but a mere incantation. This gift is not to be taken lightly... and to ensure you learn this lesson, you\'ll work to address the effects of poisonings as a layman would.$B$BTravel to Moonglade and speak with Dendrite Starblaze; he awaits your arrival to begin your lesson.','Travel to Moonglade and speak with Dendrite Starblaze in the village of Nighthaven.','Greetings young $C, I\'m glad to see you ready and eager to learn about the curing of poisons.$B$BWhile most druids in the past were put through pre-planned trials, your work will involve no such thing. There has been a rash of animal poisonings at the Crossroads in the Barrens, and they\'re unable to bring it under control. Someone there has requested Moonglade for aid, so we are sending you there to aid them. This is no exercise - the work you\'ll do is quite real. Bear this in mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6122,4044,0,263,0,14,-1,0,1101,1024,0,0,0,0,0,0,0,6123,15844,1,'The Principal Source','The Cliffspring Falls in Darkshore serves as the principal source of drinking water for the region, and now I suspect it is the principal source of the poison that is harming the local fauna - deer specifically. Use this sampler to draw some water from the mouth of the cave; be careful, as dangerous naga now reside in a cave by the falls.$B$BOnce filled, deliver it to Alanndarian Nightsong in Auberdine. She is the one that requested our aid, and you will work with her to address this malady.','Use the Empty Cliffspring Falls Sampler to draw a sample of water from the mouth of the cave by the falls.$B$BDeliver the Filled Cliffspring Falls Sampler to Alanndarian Nightsong in Auberdine, Darkshore.','By Elune, this water is disgusting! No wonder the deer are sick.$B$BSomething is polluting the water, and in turn corrupting Darkshore\'s entire water table. Sick deer have been seen all over area, and not just by the river. While this water is most likely a primary source of the sickness spreading, there\'s something else at work here.$B$BThis water, believe it or not, will help us formulate a cure. While I research this water, I have need of some items to formulate a cure...','You\'re the one that the Cenarion Circle in Moonglade sent? That\'s wonderful! We\'ve quite the crisis our hands here regarding the poor deer, and we\'re happy for all the help we can get.$B$BDo you have the sample of water that Dendrite Starblaze said you\'d have? He notified me that you\'d draw one so we could work on a cure together...','','','','','',15845,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',6121,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6123,4044,0,263,8,14,-1,0,1101,1024,0,0,0,0,0,0,0,6124,0,0,'Gathering the Cure','The water will serve as the base of the curative salve I\'ll make for the deer. For curative properties, I need some earthroot. Herbalists know how to find it, so if we\'re unlucky and you aren\'t one then you\'ll need to find one to help us out.$B$BFinally for potency, I need some lunar fungus. Finding lunar fungal blooms is easy enough; they\'re all over the place in caves just to the east of here. Moonkin reside in the caves and they\'re irritable as of late, so be careful.','Bring 5 Earthroot and 12 Lunar Funguses to Alanndarian Nightsong in Auberdine so she may make a curative salve.','This is good, $N, so much so that it should be enough to make some ample doses of the salve - at least enough to start to make a difference.$B$BMaking a cure for poisons can be quite difficult at times because each one often requires a very specific antidote to counteract it. Imagine being able to cure a poison at will without having to worry about the exact ingredients of what the antidote must be!$B$BNow, let me get to work on this!','Have you got the reagents I need to make the salve? The deer aren\'t getting any better on their own, so we better hurry to help them out!','','','','','',2449,15851,0,0,0,0,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',6122,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6124,4044,0,263,0,14,-1,0,1101,1024,0,0,0,0,0,0,0,6125,15826,1,'Curing the Sick','The amount of salve made out of the reagents you brought me is good enough for ten doses, $N. While I work with the village to try and make some more salve, I\'d like for you to help us get a head start. All around Darkshore are sickly deer; use the salve on them and cure their malaise.$B$BDendrite Starblaze in Moonglade will want to talk to you when you\'re done, I\'m sure. Please extend Auberdine\'s thanks to the Cenarion Circle there... and let me say thanks to you directly for the help you\'ve given!','Use the Curative Animal Salve on 10 Sickly Deer that are located throughout Darkshore; doing so should cure them. Sickly Deer have been reported starting south of the Cliffspring River to the north of Auberdine and extending all the way into southern Darkshore where the edge of Ashenvale begins.','You have done well in tending to the sickly deer of Darkshore; they are unwitting victims of a greater taint and corruption that is spreading all throughout the land. There are those in Darnassus who choose to recognize this threat... and there are those who ignore the growing signs. I hope you will not be one to put blinders on about what facts stare you in the face, $N.$B$BRegardless, you\'ve proven your worth as a friend of nature and the Circle - take this as a symbol of such.','Have you completed what was asked of you by Alanndarian Nightsong of Auberdine? Your work is not complete unless it is.','','Sickly Deer cured','','','',0,0,0,0,0,0,0,0,0,0,0,0,12299,0,0,0,10,0,0,0,19512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15866,0,0,0,1,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',6123,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6125,4044,0,263,8,14,-1,0,1101,1024,0,0,0,0,0,0,0,0,0,0,'Power over Poison','You\'ve learned what it means to cure poison without the benefit of spiritual aid. Remember what others must endure in fighting poisonous afflictions as you soon embrace your newfound power over poison.$B$BYou should now return to Mathrengyl Bearwalker in Darnassus, $N. He, no doubt, has a very important spell to teach you now that the student understands the lesson given unto $g him : her;.$B$BFarewell, young druid. We shall speak again.','Return to Mathrengyl Bearwalker in the Cenarion Enclave, Darnassus.','Welcome back - I\'ve been following your progress on this lesson since you left, and I must admit I was surprised to learn about the situation in Auberdine. This does bear some further investigation, as the introduction of such poisons into the environment is most upsetting to the balance.$B$BYou handled yourself with grace under pressure. For that, I can find no better way to reward you than with permanent power over poison. Use it well, $N... use it well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,8947,115,21600,0,0,0,0,0,1020,0,0,0,0,'',6124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6126,4044,0,263,8,14,-1,0,690,1024,0,0,0,0,0,0,0,6127,0,0,'Lessons Anew','You\'re now ready to learn about poison and the power we as druids have over it, $N. Cenarius has blessed us with the ability to purge even the most foul of poisons with but a mere incantation. This gift is not to be taken lightly... and to ensure you learn this lesson, you\'ll work to address the effects of poisonings as a layman would.$B$BTravel to Moonglade and speak with Dendrite Starblaze; he awaits your arrival to begin your lesson.','Travel to Moonglade and speak with Dendrite Starblaze in the village of Nighthaven.','Greetings young druid, I\'m glad to see you ready and eager to learn about the curing of poisons.$B$BWhile most druids in the past were put through pre-planned trials, your work will involve no such thing. There has been a rash of animal poisonings at the Crossroads in the Barrens, and they\'re unable to bring it under control. Someone there has requested Moonglade for aid, so we are sending you there to aid them. This is no exercise - the work you\'ll do is quite real. Bear this in mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',5926,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6127,4044,0,263,0,14,-1,0,690,1024,0,0,0,0,0,0,0,6128,15842,1,'The Principal Source','Dreadmist Peak to the northwest of the Crossroads is most likely a primary candidate as to the source of the spread of the poison. Its airy peaks have pools of water that influence the weather patterns. I suspect the water is now tainted by the demon-worshipping Burning Blade.$B$BUse this sampler to draw water from the pool at the very top of the peak. Once filled, deliver it to Tonga Runetotem at the Crossroads. He is the one that requested our aid, and you will work with him to address this malady.','Use the Empty Dreadmist Peak Sampler to draw a sample of water from a pool at the top of the peak.$B$BDeliver the Filled Dreadmist Peak Sampler to Tonga Runetotem at the Crossroads, Barrens.','By my ancestors, this water is disgusting! No wonder the gazelles are sick.$B$BSomething is polluting the water, and in turn beginning to wreck the northern Barrens ecosystem. Sick gazelles have been sighted all north of the east-west road here. While this water is most likely a primary source of the sickness spreading, there\'s something else at work here.$B$BThis water, believe it or not, will help us formulate a cure. While I research this water, I have need of some items to formulate a cure...','You are the one that the Cenarion Circle in Moonglade sent, yes? This is most fortuitous for us! We are stymied in our effort to bring balance to the sickly gazelles that wander the northern Barrens; we\'re happy for all the help we can get.$B$BDo you have the sample of water that Dendrite Starblaze said you\'d have? He notified me that you\'d draw one so we could work on a cure together...','','','','','',15843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',6126,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6128,4044,0,263,8,14,-1,0,690,1024,0,0,0,0,0,0,0,6129,0,0,'Gathering the Cure','The water will serve as the base of the curative salve I shall make for the gazelles. For curative properties, I need some earthroot. Herbalists know how to find it, so if you are not familiar with this skill you\'ll need to find one to help us out.$B$BFinally for potency, I need kodo horns - mere chips and fragments will not suffice. Kodos you can handle wander the northern part of the Barrens; bring some down for the greater good of the balance $N, and fetch the horns for me.','Bring 5 Earthroot and 5 Kodo Horns to Tonga Runetotem at the Crossroads so he may make a curative salve.','This is good, $N, so much so that it should be enough to make some ample doses of the salve - at least enough to start to make a difference.$B$BMaking a cure for poisons can be quite difficult at times because each one often requires a very specific antidote to counteract it. Imagine being able to cure a poison at will without having to worry about the exact ingredients of what the antidote must be!$B$BNow, let me get to work on this!','Have you got the reagents I need to make the salve? The gazelle aren\'t getting any better on their own, so we better not tarry in our effort to save them!','','','','','',2449,15852,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',6127,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6129,4044,0,263,0,14,-1,0,690,1024,0,0,0,0,0,0,0,6130,15826,1,'Curing the Sick','I was able to make enough salve for ten doses of curing, $N. While I work with local authorities to try and make some more salve, I\'d like for you to help us get a head start. All around the northern Barrens are sickly gazelles; use the salve on them and cure their malaise.$B$BDendrite Starblaze in Moonglade will want to talk to you when you\'re done, I\'m sure. Please extend our thanks to the Cenarion Circle there... and let me say thanks to you directly for the help you\'ve given!','Use the Curative Animal Salve on 10 Sickly Gazelles that are located throughout the northern part of the Barrens; doing so should cure them. Sickly Gazelles have been reported north of the east-west road that runs through the Crossroads.','You have done well in tending to the sickly gazelles of the Barrens; they are unwitting victims of a greater taint and corruption that is spreading all throughout the land. You $R are most eager to understand the ways of Cenarius; you, like your elders in Thunder Bluff, are proving that the need for balance transcends artificial racial barriers.$B$B$N, you\'ve proven your worth as an friend of nature and the Circle - take this as a symbol of such.','Have you completed what was asked of you by Tonga Runetotem at the Crossroads? Your work is not complete unless it is.','','Sickly Gazelle cured','','','',0,0,0,0,0,0,0,0,0,0,0,0,12297,0,0,0,10,0,0,0,19512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15866,0,0,0,1,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',6128,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6130,4044,0,263,8,14,-1,0,690,1024,0,0,0,0,0,0,0,0,0,0,'Power over Poison','You\'ve learned what it means to cure poison without the benefit of spiritual aid. Remember what others must endure in fighting poisonous afflictions as you soon embrace your newfound power over poison.$B$BYou should now return to Turak Runetotem in Thunder Bluff, $N. He, no doubt, has a very important spell to teach you now that the student understands the lesson given unto $g him : her;.$B$BFarewell, young druid. We shall speak again.','Return to Turak Runetotem on the Elder Rise, Thunder Bluff.','Welcome back - I\'ve been following your progress on this lesson since you left, and I must admit I was surprised to learn about the situation at the Crossroads. This does bear some further investigation, as the introduction of such poisons into the environment is most upsetting to the balance.$B$BYou handled yourself with grace under pressure. For that, I can find no better way to reward you with permanent power over poison. Use it well, $N... use it well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,8947,114,21600,0,0,0,0,0,1020,0,0,0,0,'',6129,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6131,4044,361,0,8,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timbermaw Ally','The Timbermaw are the only furbolg tribe to escape the corruption. However, many other races kill furbolg blindly now, without bothering to see if they are friend or foe. For this reason, the Timbermaw furbolg trust very few.$B$BAre you interested in proving yourself? Drive back the corrupted Deadwood tribe of Felwood and we may one day consider you an ally. You\'ll find the first Deadwood tribe - warriors, pathfinders and gardeners - to my west.','Grazle wants you to prove yourself by killing 5 Deadwood Warriors, 5 Deadwood Pathfinders, and 5 Deadwood Gardeners.','We suffer much from the events of the past. Thank you for what you have done to help protect the Timbermaw.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7153,7155,7154,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8460,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6132,4044,405,0,262146,34,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get Me Out of Here!','Get me out of here!$B$BI came up to the Valley of Spears to talk to the Maraudines. I thought I could do a little business with them... but they don\'t want to talk! I think they want to eat me!$B$BGet me out of here and my brother Hornizz will pay you big! He\'s at our camp next to the kodo graveyard, to the east.$B$BLet\'s hurry, $N. Not two minutes ago I heard some centaurs talking about getting wood for their cookpot... ','Escort Melizza Brimbuzzle, then speak with Hornizz Brimbuzzle at the Kodo Graveyard in Desolace.','My sister Melizza said you\'d be coming. Thanks a lot for getting her out of the jam she was in; it\'s too bad that she\'s already probably found herself in a new one!','Have you seen my sister Melizza? She\'s always on the go, which gets her into trouble all the time.','Melizza Brimbuzzle escorted to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6133,4044,139,0,8,54,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Ranger Lord\'s Behest','The high elves of the Quel\'Lithien lodge possesses something that belongs to me, $c: A document detailing my life as a mortal.$B$BBefore you ask; no, you most certainly are not privy to such information. Just do as I tell you, worm: Recover the registry.$B$BAnd imbecile, be sure to leave as much strife and grief as possible in your wake. Leave them suffering...','Travel to the northern borders of the Eastern Plaguelands and recover the Quel\'Thalas Registry. The item is somewhere in the Quel\'Lithien lodge.$B$BYou must also slay 8 Rangers, 8 Pathstriders, and 8 Woodsmen.','I trust you did not read the registry. Not even you would do something that idiotic...','Do not leave me waiting, $C.','','','','','',0,0,0,15847,0,0,0,0,0,1,0,0,8565,8564,8563,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6134,4044,405,0,0,34,39,0,0,0,0,0,0,0,0,0,0,0,15848,1,'Ghost-o-plasm Round Up','There\'s a valley to the southeast, the Valley of Bones, haunted by Magram ghosts. Sounds scary, doesn\'t it? Well think how scary it is to the Magram! If we captured ghost energy from that place, I bet it\'d be worth plenty to those centaurs.$B$BHere, take this crate of ghost magnets. If you place one between the two big skeletons in the valley, the Dead Goliaths, then ghosts will wander to it. Distance yourself, take out the ghosts and get their ghost-o-plasm--that\'s what we\'ll sell to the Magram.','Bring 8 Ghost-o-plasms and the Crate of Ghost Magnets to Hornizz Brimbuzzle in Desolace.','There it is! Looks like you got some of it on you too. Kinda slimey, eh?$B$BWell, thanks a lot for all the trouble, $N. This stuff will be worth a fortune... if I can convince the centaurs what it is!','Where\'s my ghost-o-plasm, $N?','','','','','',15848,15849,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15864,15865,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,4),(6135,4044,139,0,8,56,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Duskwing, Oh How I Hate Thee...','Up until now, you have completed the missions I have assigned; even if not in the most timely manner.$B$BI suppose you think that you are ready for a challenge. Yes... Yes, imbecile, perhaps you are ready for a more involved set of missions.$B$BThe albino demon bat, Duskwing, roams the countryside just north of here. Track him down and destroy him. Return to me with a patch of his white fur and you shall be rewarded.\n','Find Duskwing and slay him. From the corpse, recover a Patch of Duskwing\'s Fur and return it to Nathanos Blightcaller.$B$BIt is said that Duskwing roams the countryside to the north of Marris Stead.','Excellent work, imbecile. I shall fashion this fur into something you can use.$b$b','I would not recommend that you take on this challenge alone, $c.','','','','','',15850,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16994,16995,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6133,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6136,4044,139,0,8,56,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Corpulent One','Past the Argent Dawn encampment of Light\'s Hope and west of Northdale, you will find the corpulent maggot beast, Borelgore.$B$BI\'ve lost entire regiments to that monster. His size knows no bounds! The more he eats the greater his girth becomes...$B$BWhile I would not suffer any emotional harm should the beast devour you, I would prefer that you were the victor. Borelgore has been known to devour others who tried to hunt him.','Find Borelgore in the northern wastes of Eastern Plaguelands and destroy him. Return to Nathanos Blightcaller when the mission is complete.','Keep this up and I may have to promote you from imbecile to mental deficient, first class.','Have I told you lately that I hate you?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11896,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,17002,17003,17004,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6133,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,5),(6141,4044,405,0,8,34,39,0,1101,0,0,0,0,0,0,0,0,261,0,0,'Brother Anton','My brother in arms, Brother Anton, heard rumors of an undead infestation in distant Kalimdor, in a land known as Desolace. Anton immediately booked passage to that place, to seek and destroy the undead menace!$B$BHe is looking for those with the bravery and resolve to aid him. If your heart is true, then speak with Anton. He is in Desolace, in the Alliance town of Nijel\'s Point. ','Speak with Brother Anton at Nijel\'s Point in Desolace.','I received word of aid arriving from the east. Are you the source of these rumors? Have you come here to help the Scarlet Brother in its crusade?$B$BIf so, then listen close...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(6142,4044,405,0,8,31,35,0,690,0,0,0,0,0,0,0,0,0,0,0,'Clam Bait','You have the look of a fisherman, $c! I love to fish - been fishing all my life. The best bait to use is soft-shelled clam meat; the fish just can\'t resist, you know what I mean?$B$BUp north you will find a wrecked ship off the coast. Soft-shelled clams are littered throughout the area. If you bring me back 10 pieces of soft-shelled clam meat, I will give you something in return.','Find 10 pieces of Soft-shelled Clam Meat and bring it back to Mai\'Lahii at Shadowprey Village.','Perfect mon, this is just what the witch doctor told me to do for my headache. He says, \"\"Mai\'Lahii - go fish. It\'ll make you feel better\"\"$B$BWell, I feel better already, thanks mon!','I can\'t wait to go fishing with some fresh soft-shelled clam meat; did you bring me the 10 pieces of it I need?','','','','','',0,15924,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15585,15587,15588,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6143,4044,405,0,8,32,36,0,690,0,0,0,0,0,0,0,0,0,0,0,'Other Fish to Fry','Maybe you heard or maybe you haven\'t... my crew and I was out fishing near Ranazjar Isle, north of the wrecked ship off the coast up north. We used to fish there all the time; now all I do is think of a way to seek revenge for my fallen comrades.$B$BThe naga attacked us one morning, killing everyone except me.$B$BMe conscience can\'t handle the guilt, $c; I need you to go and fry them naga for me. I\'ll make the effort worth your while; you think you can help me with that?','Slay 7 Slitherblade Myrmidon, 7 Slitherblade Naga, and 5 Slitherblade Sorceresses, and then talk to Drulzegar at Shadowprey in Desolace.','As sweet as it is hearing the news that the naga have been vanquished, my heart still feels empty. For the rest of my life I will be dedicated to having them all killed.$B$BHere mon, your reward as I promised. It\'s small in comparison to the gratification of knowing the naga fried for their hated act upon my crew.','I still hear their voices crying for help when the naga unleashed their chaos over us. If I didn\'t have this bad knee, I\'d go and help you kill those blasted naga!$B$BYou can usually guarantee to find them deep in the coral reefs below the surface... lurking... scheming...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4714,4711,4712,0,7,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6144,4044,139,0,8,56,60,0,690,0,0,0,0,0,0,0,0,6145,0,0,'The Call to Command','The order has come down, $c. Bragor Bloodfist himself has requested that I send my most \'capable\' agents back to the Undercity for a highly sensitive tactical operation.$B$BUnfortunately, my most capable agents were killed over three years ago. In their stead I have a collection of brain dead riff-raff.$B$B$B$BTravel to the Undercity at once and report to Bragor Bloodfist. Do not embarrass me, $c!','Travel to the Undercity and speak with Bragor Bloodfist.','The Grand Crusader sits safely in the Scarlet Bastion while his forces pour into your lands, desecrate your structures and monuments and murder your people.$B$BThe Dark Lady has commanded that I deal with this insect once and for all. You will become the instrument of the Forsaken\'s reckoning.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6145,4044,139,0,8,56,60,1,690,0,0,0,0,0,0,0,0,6146,0,0,'The Crimson Courier','Just as the body cannot survive without the head, the head cannot survive without the body. The defenses of the Scarlet Crusade\'s command inside Stratholme are almost impenetrable. We must, instead, cut the body out from under the head.$B$BMy Deathstalkers have been collecting data on the activity of the Crusade outside of Stratholme. Each day, a report is sent from their central command to Tyr\'s Hand. This report is the key, $r! Find the Crimson Courier and recover that report. Return it to Nathanos.','Return to Eastern Plaguelands and track down the Crimson Courier. Kill the Courier and recover the Grand Crusader\'s Command.$B$BTake the command to Nathanos Blightcaller for further instruction.','$B$BExcellent! Finally! An opportunity to destroy the Scarlet Oracle!','Succeed now and you will have almost earned my respect, $C.','','','','','',15868,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6144,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6146,4044,139,0,0,56,60,1,690,0,0,0,0,0,0,0,0,6147,15876,1,'Nathanos\' Ruse','I have made some adjustments to this command. Should our little ruse work, they will expose the Scarlet Oracle and we shall strike!$B$BNow pay attention, $c. You are to deliver this command to the Crusader Lord, Valdelmar.$B$BHow? You are going to hand it to him, imbecile.$B$BTake the command and this rotten apple to Tyr\'s Hand. When you cross into the city, eat the apple. You will transform into something more... palatable to the humans. Take the command and hand it to the Crusader Lord, Valdelmar.','Travel to Tyr\'s Hand, southeast of the Marris Stead. Once there, take a bite of the Rotten Apple. While under the guise of the Scarlet Crusade, deliver the Grand Crusader\'s Command to Crusader Lord Valdelmar.','Where have you been? We had thought the Scourge had captured you.','This is unacceptable, soldier!','','','','','',13852,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6145,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6147,4044,139,0,8,56,60,1,690,0,0,0,0,0,0,0,0,6148,0,0,'Return to Nathanos','The Grand Crusader makes an unusual request. Hrm, regardless... what he asks will be done. Return to the Scarlet Bastion and notify him that the Oracle will be en route shortly.$B$BWe will take every precaution to ensure that she makes it to Stratholme unharmed.','Return to Nathanos Blightcaller with the new information.\n','The fools! My deception went unnoticed! Prepare yourself, $C. We must strike with cold cunning!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',6146,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6148,4044,139,0,0,56,60,1,690,0,0,0,0,0,0,0,0,0,0,0,'The Scarlet Oracle, Demetria','Demetria is chief advisor to the Grand Crusader. She is called the Oracle due to her \'otherworldly\' senses. She has successfully assisted the Crusade in several of their victories against the Scourge.$B$BWhile this ruse was successful in exposing her, if she truly does possess psychic powers, she will undoubtedly be expecting some sort of trouble. You are going to provide that \'trouble.\'$B$BTrack down the Oracle and terminate her. They should be moving out of Tyr\'s Hand as we speak. Make me proud, worm.\n','The Scarlet Crusade is on the move. Somewhere along the road from Tyr\'s Hand to Stratholme you will find the Oracle, Demetria, and her entourage. Hunt her down and slay her. Return to Nathanos Blightcaller should you succeed.','They will be reeling from this blow for years! Well done, $N! You have earned not only my respect but also this reward.','What is your status, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12339,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,16996,16997,16998,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',6147,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6161,4044,405,0,8,30,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claim Rackmore\'s Treasure!','Rackmore\'s log tells of how his ship was sailing for Feathermoon Stronghold when it was attacked by seafaring creatures. To prevent his treasure from falling into enemy hands, he hid his chest on Ranazjar Isle.$B$BTo open the chest requires two keys, a silver and a gold. These keys were lost, but if the keys and the chest are found, a treasure awaits!','Find Rackmore\'s Silver Key. Find Rackmore\'s Golden Key. Find and open Rackmore\'s Chest.','Chest opens to reveal Rackmore\'s treasure!','This chest is securely locked.','','','','','',15878,15881,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16788,16789,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6162,4044,361,0,8,46,51,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Husband\'s Last Battle','My husband traveled Felwood for the honor of our clan, doing battle against the Shadow Council and other corrupt atrocities!$B$BAfter he escaped death numerous times, I received a letter from him saying that a druid asked him for help against a great befouled furbolg named Overlord Ror--the two were never heard from again.$B$BI want this Ror\'s clawed hand, $N. I want it to pay for leaving me a widow! I believe the creature is to the south... near the Ashenvale border.','Kill Overlord Ror and return his claw to Dreka\'Sur at Bloodvenom Post in Felwood.','You bring honor to me for following through with your word. My husband died in battle--he would have been proud of that. But I could not rest until I knew that the creature that has forced me to live my life alone paid for what it had done.$b$bThank you again, $N.','Do you have the beasts head yet, $N? It will pay for its crimes. I don\'t care if it\'s corrupt or just angry for living in such a dismal forest. No furbolg will live for long committing such crimes against my family!','','','','','',15879,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6163,4044,2017,0,8,56,60,81,690,0,0,0,0,0,0,0,0,0,0,0,'Ramstein','I was overwhelmed. On this very stead, I stood... held my ground in defense of Lordaeron. The farm and all on it were waylaid by a gigantic wave of Scourge.$B$BThe wretch. The filth. It hovered above me, entrails hanging from its gaping chest cavity.$B$BI woke as Scourge. For so long I was helpless. My mind had coalesced with the Lich King\'s.$B$BShe came for me... somewhere, somehow, I knew she would. Free.$B$BAnd now, I must have my vengeance - my vengeance on that which took from me my life. Destroy it.','Travel to Stratholme and slay Ramstein the Gorger. Take his head as a souvenir for Nathanos.','I wonder... did it beg for mercy? Could it know what mercy is?$B$B$B$BI will hang this beast\'s head upon my wall.$B$BYou have earned a spot amongst one of my champions, $N.$B$B','After Sylvanas freed me, I hunted the beast across these wastes for months. It fled to the safety of Stratholme. The bastard...','','','','','',15880,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18022,17001,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6135,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6164,4044,139,0,8,50,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Augustus\' Receipt Book','I\'m ready for business! What you do want?$B$BOh wait... I can\'t open up shop without my receipt book. How am I to keep track of things without my receipt book?$B$BI must have left it in town somewhere. I had a room in the inn... the book must be there.$B$BBring me my book. Please, bring it to me! Bring me my book and you\'ll see! I\'ll set up shop and you\'ll see that my prices are INSANE!','Get Augustus\' Receipt Book from the inn in Terrordale.','There it is! And oh my! I forgot how full it was!$B$BThis is a glorious day, $N! Stupendous! Insanely good, I say!','Do you have my receipt book? I can\'t wait to get back to business!','','','','','',15884,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,4,2,0,0,0,0,0,0,1,0,0,2),(6165,5875,28,0,8,50,58,0,0,0,0,0,0,0,0,0,0,0,0,0,' Archmage Timolain\'s Remains','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6181,4044,40,0,0,10,10,0,1101,0,0,0,0,0,0,0,0,6281,15998,1,'A Swift Message','Although we don\'t get much aid from Stormwind directly, I do have a contact in the city who helps supply us with armor. His name is Osric Strang. His shop, Limited Immunity, is in the Old Town of Stormwind.$B$BOur supply of armor dwindles, and I must contact Osric for more. Can you take him this note?$B$BThe fastest way to Stormwind is through Thor, our gryphon master. He\'s just down the hill; bring him my note, and then take a gryphon to Stormwind.','Bring Lewis\' Note to Thor the gryphon master.','You have to get this note to Stormwind? That\'s not a problem, you can take one of my gryphons!','You look like you\'re in a hurry. Well, then you came to the right place!','','','','','',15998,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6182,4044,1519,0,8,56,60,1,1101,0,0,0,0,0,0,0,0,6183,0,0,'The First and the Last','Nathanos Marris was the first and last of the human ranger lords. A disciple of Sylvanas Windrunner, now the Banshee Queen of the Forsaken.$B$BWe had thought that Nathanos had been killed in action in the defense of Lordaeron five years ago. Although his corpse was never recovered, it was assumed that he did not make it out of the Eastern Plaguelands.$B$BMathias Shaw has been investigating the disappearance and may have some new information. Report to him at once. He resides in Old Town, at the Barracks.','Speak with Mathias Shaw in Old Town Stormwind. He resides in the Barracks.','After some reports of unusual Forsaken activity in the Eastern Plaguelands, SI:7 agents were dispatched to investigate. The results of that investigation are unsettling.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,1000,2000,3000,4000,2,1,1,0,0,1000,2000,0,0,1,0,0,1),(6183,4044,1519,0,8,56,60,1,1101,0,0,0,0,0,0,0,0,6184,0,0,'Honor the Dead','Five of my best field agents were assigned the Marris case. One returned, only to end up dead in his sleep three days later.$B$BWhat little information we did manage to get out of him was incoherent gibberish. We made out two words: \"Nathanos,\" and \"Blightcaller.\"$B$BI do not have the available manpower to continue this investigation and Ravenholdt will not assist us. We must get to the bottom of this; if only to provide closure to the families of the deceased. Will you help?','Speak with Mathias Shaw again if you wish to accept his task.','$B$BI had faith that Wrynn would send me men and women of honor - the most dedicated soldiers of the Alliance.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',6182,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,6,1000,2000,3000,4000,2,1,1,0,0,0,0,0,0,1,0,0,1),(6184,4044,28,0,8,56,60,1,1101,0,0,0,0,0,0,0,0,6185,0,0,'Flint Shadowmore','The only information we have thus far, then, is that Nathanos Marris may have been slain by this Blightcaller. We assume the Blightcaller is the same fiend that disposed of my agents.$B$BFlint Shadowmore, another SI:7 operative, is stationed at the Alliance encampment of Chillwind Point in the Western Plaguelands. Seek him out; he will debrief you on the current situation in the Plagues and give you an assignment.$B$BGood luck, $N.','Travel to Chillwind Camp in the Western Plaguelands and meet up with your contact, Flint Shadowmore.\n','The first mission will be straight up, $N. You go in, you come out. Recon...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',6183,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,1000,2000,3000,4000,2,1,1,0,0,1000,1500,0,0,1,0,0,4),(6185,4044,139,0,12,56,60,1,1101,0,0,0,0,0,0,0,0,6186,0,0,'The Eastern Plagues','As I said, your first mission is one of reconnaissance. Nothing fancy, $N. You must travel to the Eastern Plaguelands and look for any clues as to this Blightcaller.$B$BBe on the lookout for information about our missing operatives. We have to assume that they are dead and if they are dead, they must have a corpse... somewhere.$B$B$B$BAll SI:7 agents carry this insignia.$B$B$B$BBring any of those that you may find back to me.','Scour the Eastern Plaguelands for clues as to the \"Blightcaller\" and the missing SI:7 agents. If you find any SI:7 Insignias, return them to Flint Shadowmore at Chillwind Camp.','Rutger. Fredo. Turyen. All... dead...$B$B$B$BWhere were they? Did you discover any more information about this monster, the Blightcaller?','An... Any luck??','The Blightcaller Uncovered','','','','',16003,16001,16002,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,2726,0,0,0,'',6184,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,4,1,1,1,6,0,0,0,0,6,0,0,6),(6186,4044,1519,0,8,56,60,1,1101,0,0,0,0,0,0,0,0,6187,0,0,'The Blightcaller Cometh','$B$BNa... Nathanos did this? Nathanos is the Blightcaller?$B$BWhy? He was... was so noble - a ranger lord respected by all. The only human ever allowed to train under the high elves. Now a ruthless agent of the Forsaken?$B$BI... I am sorry to ask this of you, $N, but King Wrynn must be informed of this turn of events at once. Please, return to Stormwind and deliver the news.','Return to Stormwind and inform King Varian Wrynn of the fate of Nathanos Marris.','No. It... NO! How? An agent of the Forsaken? The CHAMPION of the Banshee Queen???$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6185,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,33,1,1,25,1000,2000,3000,4000,4,5,35,6,274,1000,1500,2500,3500,1,0,0,5),(6187,4044,139,0,72,56,60,62,1101,0,0,0,0,0,0,0,0,0,0,0,'Order Must Be Restored','Do you know how many ranger lords exist in this world? How many human ranger lords have ever existed?$B$BNathanos\' accomplishments were unprecedented. He was a tactical genius, responsible for Alliance victories spanning a decade of conflict.$B$BAnd now... the champion of the Forsaken.$B$BNo. This cannot be. Order must be restored.$B$BGather an army, $N. Return to the Plagues with your army and destroy the Blightcaller.$B$BI wish you luck, $N. Truly, you will need it for this battle.','Assemble an army and travel to the Eastern Plaguelands. Launch a full assault on Nathanos Blightcaller and any Horde filth that may attempt to protect him.$B$BKeep your wits about you, $N. The Horde will defend the ranger lord with their very lives.','It is a tragedy. I think... I believe that our kind is cursed, $N. We are cursed to lose our greatest warriors; our most noble heroes; our most gifted scholars.$B$BWe are indebted to you and I assure you, $N, wherever Nathanos Marris is now, he smiles down upon you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11878,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,16996,16997,16998,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6186,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,25,1000,2000,3000,3500,0,0,0,0,0,0,0,0,0,1,0,0,7),(6201,5875,2017,0,0,1,1,21,0,0,0,0,0,0,0,0,0,0,0,0,' The Legacy of the Ashbringer','','','','','','','','','',159,2070,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16025,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6202,5875,2017,0,0,1,1,21,0,0,0,0,0,0,0,0,0,0,0,0,' Good and Evil','','','','','','','','','',6292,13917,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13262,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6221,5875,1769,0,8,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadwood of the North','There is a camp of Deadwood furbolgs directly to our southwest. Corruption permeates the camp, and I wish to put an end to it before they become a problem.$B$BThe Deadwood tribe is evil, but it is the effects of the fel that pollutes their minds. Their hostility is not truly an innate quality, yet they cannot be helped. For this reason, I am deeply saddened by having to fight my own brethren.$B$BPlease, $N, do what must be done, and do not mention the details; they upset me far too much.','Nafien would like you to kill 5 Deadwood Den Watchers, 5 Deadwood Avengers, and 5 Deadwood Shamans.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7156,7157,7158,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8461,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6241,4044,1769,0,8,52,56,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Activity','The Timbermaw tend to stay to themselves, $N. While we do allow safe passage to those that have proven they can be trusted, we try to avoid other furbolg tribes if at all possible.$B$BLately I have noticed that the Winterfall tribe has become increasingly hostile towards us. They seem to be in a state of rage, completely engulfed by their own fear and hatred of anything they do not understand.$B$BIf you could reduce their numbers this would help us greatly, $N.','Salfa wants you to kill 6 Winterfall Totemics, 6 Winterfall Den Watchers, and 6 Winterfall Pathfinders.','Thank you for what you have done. Please continue to help us, $N. We have very few allies on which to call upon.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7441,7440,7442,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8464,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6261,4044,40,0,0,10,10,0,1101,0,0,0,0,0,0,0,0,6285,16115,1,'Dungar Longdrink','$N, I gathered into this crate everything Lewis asked for. Can you take it to him?$B$BIf you\'ve already spoken to Thor in Westfall, then you can take a gryphon back to him. Dungar Longdrink is our gryphon master, over in the trade district.$B$BSpeak with Dungar, then get this crate to Lewis as fast as you can. We don\'t want our fighting men and women in Westfall to go without fresh equipment!','Bring Osric\'s Crate to Dungar Longdrink the gryphon master.','A crate for Westfall, eh? Have you been to Westall before? If so, then it\'s no problem, my friend. I have plenty of gryphons trained to fly that route!','Is that sweat on your brow, lad? You\'ve been running too much. Next time, take a gryphon!','','','','','',16115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',6281,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6281,4044,40,0,0,10,10,0,1101,0,0,0,0,0,0,0,0,6261,15998,1,'Continue to Stormwind','For a small fee, you can take a gryphon to Stormwind, so you can deliver Lewis\' note to Osric. You won\'t get there faster any other way.$B$BIf that sounds acceptable, then just speak to me again when you\'re ready for the ride. I\'ll charge you a little, but trust me; it\'ll be worth it!','Buy a gryphon ride from the gryphon master Thor, then bring Lewis\' Note to Osric Strang, in the shop Limited Immunity, in the Old Town of Stormwind.','Ah, a note from Quartermaster Lewis? I\'m not surprised he needs more gear. Sentinel Hill is far away, in a land Stormwind has all but forgotten.$B$BWell thank you, $N. Here\'s some money to cover your travel costs.','You\'ve been traveling, eh? Have you been anywhere interesting?','','','','','',15998,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',6181,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6282,4044,406,0,8,18,26,0,690,0,0,0,0,0,0,0,0,6283,0,0,'Harpies Threaten','Tauren take pride as the protector of these lands. Undoubtedly you can guess why I am alarmed with the number of harpies that dwell here in Stonetalon.$B$BThe Bloodfuries are the source of the increasing number of harpies in Kalimdor; they encroach upon all likes of life preventing the innocent from leaving their boundaries.$B$BI need you to cull the harpies, $N!','Maggran Earthbinder in Sun Rock Retreat wants you to slay 7 Bloodfury Harpies, 7 Bloodfury Ambushers, 7 Bloodfury Slayers and 7 Bloodfury Roguefeathers.','This is most excellent news! Tell me again how you cast fear into the cold hearts of those vile harpies. The Bloodfuries have been dealt a serious blow!','Do not be weary of Charred Vale; many evil creatures reside in those hills. Stay strong $N, and you shall prevail over this threat to our people. Go now and strike hard - our children shall never know of the evil of what was.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4022,4025,4024,4023,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6283,4044,406,0,8,18,26,0,690,0,0,0,0,0,0,0,0,0,0,0,'Bloodfury Bloodline','Limiting the number of Bloodfury Harpies will not be enough. The only true cure for their disease would be to slay their leader, Bloodfury Ripper!$B$BShe is all but a queen to those filthy creatures. Slay her and their numbers will surely diminish.$B$BGo back into the Charred Vale and you will find her along the western hills. She will not be easy to vanquish, but the reward will be great.','Maggran at Sun Rock Retreat wishes you to slay Bloodfury Ripper and bring her remains as proof of your deed.','Already I feel the anger leave me. What will I do with my time? Knowing evil moves near my land kept my thoughts moving, though now they are silent. Perhaps this is a good thing... maybe now I can focus on the good, as all Tauren should.$b$bPlease accept this as a reward for your troubles.','Bloodfury Ripper is a nasty creature! You will have success finding her along the western hill line in the Charred Vale.$b$bThe bloodfuries will be helpless with out... surely we can vanquish them forever!','','','','','',16190,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16990,16987,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',6282,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6284,4044,406,0,8,12,21,0,690,0,0,0,0,0,0,0,0,0,0,0,'Arachnophobia','Warning: Proceed into Sishir Canyon west of here at your own risk.$B$BBesseleth and her eight-legged children of the forest have claimed this canyon as their webbed lair.$B$BMaggran Earthbinder in Sun Rock Retreat has placed a bounty on Besseleth. Slay her and bring proof of your killing to Maggran; there you will receive your reward for disposing this eight-legged menace.','Kill Besseleth and bring Besseleth\'s Fang to Maggran at Sun Rock Retreat.','Good hunting, $N! Besseleth is an old predator in these parts... I will miss her not. Take this reward as a token for being the forest champion.$b$b$b$bPerhaps now many more will travel to Sun Rock Retreat without fearing what lurks in the dark.','Besseleth is a ruthless predator... I fear for those that travel Webwinder Path at night. It\'s then that she and her children prey upon innocent travelers. I myself fell prey to her two-foot fang of death, but luckily I was able to fend her off and get to safety. I would give anything to see that monster destroyed.','','','','','',16192,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16891,16894,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6285,4044,40,0,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,16115,1,'Return to Lewis','The gryphon master in Westfall is Thor. If you\'ve spoken to him before, then you can take one of my gryphons to him.$B$BThat\'s a good lesson to know: gryphons are always trained to fly to their capital city, but they\'ll only take you to a remote gryphon master after you\'ve already been there.$B$BYou\'ve already been to Thor, so just speak with me again when you\'re ready to take a gryphon to Westfall. Once there, you can deliver Osric\'s Crate to Quartermaster Lewis.','Buy a gryphon ride to Sentinel Hill from the gryphon master Dungar Longdrink, then take Osric\'s Crate to Lewis at Sentinel Hill.','Great, you brought the armor! We\'ll get this divvied to those who need it immediately.$B$BThank you, $N. Your efforts have been a great help to us. And now that you\'re no stranger to gryphons, I hope you\'ll come and lend your aid to Sentinel Hill often!','You\'re back from Stormwind? Did Osric send the armor?','','','','','',16115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',6261,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6301,4044,406,0,8,17,23,0,690,0,0,0,0,0,0,0,0,0,0,0,'Cycle of Rebirth','Industrial greed and continuous war have wrecked the lands of Stonetalon. Only the blessings of the Earthmother can cure such injury.$B$B$N, I will require you to seek a special seed, the Gaea seed. They are only found here in Stonetalon Mountain, north of Sun Rock Retreat at Mirkfallon Lake, near the water\'s edge.$B$BOnce you bring me the seeds I will imbue them with shamanistic power to speed their growth.','Tammra Windfield at Sun Rock Retreat wants you to gather 10 Gaea Seeds.','Ah? $N, you have the Gaea seeds. Watch and you shall see the power that these seeds will do for the land. Only those pure and true can heal the land?$b$b','The continuous destruction caused by war and those that seek a profit from lumber pains me deeply. The least I can do is perform the cycle of rebirth and sow the Gaea seeds to replenish the lands with a new forest. Do you have the required Gaea seeds, $C?','','','','','',16205,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6321,4044,130,0,0,10,10,0,16,0,0,0,0,0,0,0,0,6323,16209,1,'Supplying the Sepulcher','Executor Hadrec asked me to take stock of our equipment at the Sepulcher. With the Scourge, and worse, lurking in the woods, he doesn\'t want the Deathguards to lack gear they might need.$B$BI found that we are, in general, well stocked, but we do need more weapons to replace those lost in the field.$B$BHere is a requisition order of what is needed, for the weapon dealer Gordon Wendham in the Undercity. Take the order to our bat master, Karos Razok, and speak with him about transport to the Undercity.','Bring Podrig\'s Order to Karos Razok.','Ah, an order for supplies. You will want to take this to the Undercity, no doubt. And quickly, for the Sepulcher must not be left under stocked.','You appear to be on official business...','','','','','',16209,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6322,4044,130,0,0,10,10,0,16,0,0,0,0,0,0,0,0,6324,16210,1,'Michael Garrett','I have placed the Sepulcher\'s supplies into this crate. If you have already visited the Sepulcher and spoken with their bat master, then you may ride a bat back to him.$B$BSpeak with the Undercity\'s bat master, Michael Garrett. He can provide you with a bat to the Sepulcher.','Bring Gordon\'s Crate to Michael Garrett.','This crate must reach the Sepulcher in Silverpine? That is easily done; our bats fly there daily.','If you must travel a long distance, then a bat is your best option.','','','','','',16210,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',6323,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6323,4044,130,0,0,10,10,0,16,0,0,0,0,0,0,0,0,6322,16209,1,'Ride to the Undercity','One of my bats can take you to the Undercity, for a small fee. Speak with me again when you are ready so that we may arrange your transport.$B$BYou will find Gordon Wendham in the Trade Quarter of the Undercity. That is the same quarter where my bat will land.','Buy a bat ride to the Undercity from the bat master Karos Razok, then take Podrig\'s Order to Gordon Wendham in the Undercity.','An order from the Sepulcher? Very well. It is an honor to serve those who serve our Dark Lady.','I keep my weapons in top condition. They are cleaned and ready for use.','','','','','',16209,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',6321,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6324,4044,130,0,0,10,10,0,16,0,0,0,0,0,0,0,0,0,16210,1,'Return to Podrig','The bat master in the Sepulcher is Karos Razok. If you have already met him, then I can give you a bat to fly back to him.$B$BOur bats will always fly to the Undercity, but to travel to more remote locales their rider must first visit the area and speak with its bat master.$B$BYou have met Karos in the Sepulcher, so you may now fly bats there. Speak with me again when you are ready.','Buy a bat ride to the Sepulcher from the bat master Michael Garrett, then bring Gordon\'s Crate to Deathguard Podrig in the Sepulcher.','Good work, $N. These weapons will ensure our Deathguards don\'t get caught unprepared.$B$BYou have done a valuable service for our Dark Lady.','$N, you return. Do you have our supplies from the Undercity?','','','','','',16210,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',6322,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6341,4044,148,0,0,10,10,0,1101,0,0,0,0,0,0,0,0,6342,16262,1,'The Bounty of Teldrassil','The fishermen of Rut\'theran village do very well, for the fish here are extremely large and abundant. I would like to compare the bounty here with that of the mainland.$B$BI have a collection of fish bones and scales that I would like taken to a colleague of mine in Darkshore. His name is Laird, he is a fish vendor in the village of Auberdine.$B$BBring my collection to our hippogryph master, Vesprystus, and speak to him about traveling to Auberdine.','Bring Nessa\'s Collection to Vesprystus.','Ah, you wish to get this to Auberdine? Very well...','How may I help you? Are you in need of transport?','','','','','',16262,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',6344,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6342,4044,148,0,0,10,10,0,1101,0,0,0,0,0,0,0,0,6343,16262,1,'Flight to Auberdine','From Rut\'theran, there are two methods of travel to Auberdine: by ferry and by hippogryph. Both are quick and reliable, but if you have not yet flown to Auberdine by hippogryph, then I suggest you do.$B$BIt is sound advice to speak with the hippogryph master in every town that has one. Once you speak to the master, you can then fly there from other towns.$B$BHere is Nessa\'s collection. Speak with me again when you are ready to fly to Auberdine and deliver Nessa\'s collection to Laird.','Ride a hippogryph to Auberdine from the hippogryph master Vesprystus, then bring Nessa\'s Collection to Laird.','A package from Nessa? Thank you, $N! She told me she would send me samples of the fish caught near Rut\'theran village. She thinks they may be very different from the fish caught here...$b$bMy! This jawbone is nearly twice the size of the same fish found here. And these scales are as big as a closed fist! Amazing!','Have you come from Teldrassil? Tell me, how is the fishing there?','','','','','',16262,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',6341,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6343,4044,148,0,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,16263,1,'Return to Nessa','I must send a response to Nessa. She\'ll be very interested to know how different the fish here are from those along Teldrassil\'s coastline. We can only guess the cause, but it is my suspicion that the world tree itself is affecting the wildlife around it!$B$BPlease, take this response to Nessa. If you wish to take a hippogryph back to Rut\'theran then speak with the hippogryph master Caylais Moonfeather. If you wish to take the ferry, then one regularly departs from the dock to the northwest.','Bring Laird\'s Response to Nessa Shadowsong.','This is very interesting. The fish here are large, but I didn\'t think the difference in bounties between here and the mainland was so great. There must be a reason for this...$B$BWell thank you, $N. I will discuss with the villagers the news you brought. Perhaps, one day, we will find the root of this oddity. But until then, we shall reap its benefits!','$N, you\'re back from Auberdine? Did you speak with Laird?','','','','','',16263,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',6342,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6344,4044,1657,0,8,10,10,0,1101,0,0,0,0,0,0,0,0,6341,0,0,'Nessa Shadowsong','A friend of mine, Nessa Shadowsong, is a fishing merchant in Rut\'theran Village. She needs a parcel taken to Darkshore, and is looking for someone to help her.$B$BIf you\'re interested, then to reach Nessa you must take the portal in Darnassus to Rut\'theran Village. You will find the portal west of the Temple Gardens.','Speak with Nessa Shadowsong.','Yes, I have need of a courier who will take a package to Darkshore. Will you help me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6361,4044,17,0,0,10,10,0,32,0,0,0,0,0,0,0,0,6362,16282,1,'A Bundle of Hides','I have a bundle of hides from the animals of the Barrens, and must get them to Thunder Bluff. A colleague there, Ahanu, will use the hides to create leather goods.$B$BWill you take the hides to him for me?$B$BThe quickest way to Thunder Bluff is on the back of a wind rider. Bring the bundle of hides to Devrak, our wind rider master in the Crossroads, and speak to him about transport to Thunder Bluff.','Bring the Bundle of Hides to the wind rider master Devrak in the Crossroads.','If you must take these hides to Thunder Bluff, then you are speaking to the right orc!','Are you here for a wind rider? You have something to transport?','','','','','',16282,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6362,4044,17,0,0,10,10,0,32,0,0,0,0,0,0,0,0,6363,16282,1,'Ride to Thunder Bluff','For a small fee, I will give you a wind rider to Thunder Bluff. There\'s no faster way to the city!$B$BIf that is acceptable, speak to me again when you are ready to go.$B$BIf you\'re taking those hides to Ahanu, then I think he\'s at Hewa\'s Armory, at the base of the wind rider tower in Thunder Bluff. And that\'s right where you\'ll land!','Buy a wind rider to Thunder Bluff from the wind rider master Devrak, then bring the Bundle of Hides to Ahanu in Thunder Bluff.','Ah, a new bundle of hides. I will get to work on these immediately!$B$BThank you, brother. You have done me a great service. Here are some coins to pay for your time and travel costs.','There is dust on your shoulders that must be from the Barrens. You have spoken with my friend Jahan?','','','','','',16282,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',6361,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6363,4044,17,0,0,10,10,0,32,0,0,0,0,0,0,0,0,6364,16283,1,'Tal the Wind Rider Master','I have prepared leather goods for Jahan to sell at the Crossroads. Will you bring them to him?$B$BIf you have already been to the Crossroads and spoken to their wind rider master, then you can fly one of our Thunder Bluff wind riders back to him.$B$BTake the leather goods to Tal, our wind rider master in Thunder Bluff, and speak with him to arrange transport to the Crossroads.','Bring Ahanu\'s Leather Goods to Tal in Thunder Bluff.','You need to take this to the Crossroads, eh? That\'s not a problem. If you\'ve already been there and spoken to Devrak, then you can take one of my wind riders back to him.','Greetings, $C. What can I do for you?','','','','','',16283,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',6362,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6364,4044,17,0,0,10,10,0,32,0,0,0,0,0,0,0,0,0,16283,1,'Return to Jahan','In order to fly to a town, you must have already been there and spoken with the wind rider master of that town. You have been to the Crossroads and spoken to their wind rider master Devrak, so for a small fee you can take a wind rider to him from here.$B$BSpeak with me again when you are ready. Once at the Crossroads, you can then deliver the leather goods to Jahan Hawkwing.','Buy a wind rider to the Crossroads from the wind rider master Tal, then bring Ahanu\'s Leather Goods to Jahan Hawkwing.','Ahanu sent me finished products? Very good. There are many hunters and adventurers in the Crossroads now and business is lively. I am sure I\'ll sell these goods very soon.$B$BThank you for all your efforts, $N. I am in your debt.','$N, you are back from Thunder Bluff? Did you deliver the hides to Ahanu?','','','','','',16283,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',6363,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6365,4044,17,0,0,10,10,0,130,0,0,0,0,0,0,0,0,6384,16306,1,'Meats to Orgrimmar','I have some choice cuts of meat that I want to send to a friend. Her name is Gryshka, the innkeeper in Orgrimmar. Will you deliver the meat for me?$B$BThe fastest way to Orgrimmar is on a wind rider. Take the meats to the Crossroads wind rider master, Devrak, and speak with him about transport to Orgrimmar.','Bring Zargh\'s Meats to Devrak in the Crossroads.','You have to get this meat to Orgrimmar? That is no problem. For a small fee, my wind rider can take you there.','You need to get somewhere fast? Then you\'re talking to the right orc!','','','','','',16306,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6381,4044,406,0,0,17,25,0,690,0,0,0,0,0,0,0,0,0,16208,1,'New Life','As you have seen, $c, though the land is in pain, the cycle of life is a powerful thing. Now we must do our part help it along. You must plant these seeds at the center of the destruction, to the west, in the Charred Vale. Beware, for harpies and angry fire elementals still plague the scarred land.$B$B$N, take these enchanted Gaea seeds and plant them in fertile mounds of soil. The cycle of life must go on!','Plant 10 Gaea Seeds in Gaea Dirt Mounds, and then return the remaining Enchanted Gaea Seeds to Tammra at Sun Rock Retreat.','This is great victory for the land. In time, other things will come to pass: the Venture Co. will pack up their buzz saws and axes, the angry fire spirits will calm, and the harpies will be pushed out by the land.$b$bOnly then $N, will Stonetalon be truly at peace.$b$bYou have done well $C; take one of these items as thanks for the new life you have created here today.','These seeds you plant are strong, resisting corruption, and making a foothold for other life. They will grow and grow, first preventing corruption and healing the scarred land, and then one day, restoring Stonetalon to a lush forest, once again.$b$bHave you planted all of the Gaea seeds?','','Gaea seed planted','','','',0,16208,0,0,0,0,0,1,0,0,0,0,-177929,0,0,0,10,0,0,0,20269,0,0,0,0,0,0,0,16985,16986,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',6301,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6382,4044,17,0,8,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Ashenvale Hunt','Your strength impresses me, $c. Your willingness to embrace the hunt gives me confidence that you could move on to bigger game... and bigger challenges.$B$BThe forests of Ashenvale represent a vast untamed wild that the Horde seeks to impose its own will upon, both politically and spiritually. If you seek to prove yourself in an unproven land, seek the guidance of Senani Thunderheart in Splintertree Post. The outpost is due north of the path leading from the Barrens.','Speak with Senani Thunderheart at Splintertree Post, Ashenvale.','Welcome to the new frontier, $N. Ashenvale is a land of opportunity, one where a young $C like yourself is able to find boundless chances to prove their mettle. Look around the outpost here, and be sure to travel out to the Zoram Strand, as the Horde has another outpost there as well.$B$BYour presence here tells me that you\'ve come to learn more about the hunt. Listen close, and I will gladly share with you what you need to know.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'235 742',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6383,4044,331,0,8,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Ashenvale Hunt','','','There are three legendary creatures that make up the Ashenvale Hunt; you may seek them and test yourself against their cunning and might. In the process, you will hopefully learn something about yourself. The creatures are: the bear Ursangous, the nightsaber cat Shadumbra, and the hippogryph Sharptalon.$B$BThe creatures of the Ashenvale Hunt are powerful, and you may find that you\'ll need aid in bringing them down. If you should best them, bring me proof of your deed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6384,4044,17,0,0,10,10,0,130,0,0,0,0,0,0,0,0,6385,16306,1,'Ride to Orgrimmar','For just a few coins I will have a wind rider bring you to Orgrimmar. When you get there, you can take Zargh\'s Meats to Gryshka. Her inn is in the Valley of Strength, not far from the Skytower, where my wind rider will drop you off.$B$BSpeak with me again when you are ready for the journey.','Buy a wind rider to Orgrimmar from the wind rider master Devrak, then bring Zargh\'s Meats to Gryshka in Orgrimmar.','Oh, wonderful! Those are fine cuts! These are from Zargh, are they? That orc sure knows his way into a lady\'s heart...$B$BOh, I can\'t wait to cook it. But not too much! Meat is best served rare, don\'t you think?','Something smells good! You don\'t have raw meat on you, do you?','','','','','',16306,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,75,75,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',6365,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6385,4044,17,0,0,10,10,0,130,0,0,0,0,0,0,0,0,6386,16307,1,'Doras the Wind Rider Master','I\'ve written a letter of thanks to Zargh. Will you deliver it for me? If you\'ve already been to the Crossroads and spoken with their wind rider master, then you can fly a wind rider back there.$B$BTake my letter to Doras, the wind rider master of Orgrimmar, and speak with him about transport to the Crossroads.','Bring Gryshka\'s Letter to Doras in Orgrimmar.','You have to get this to the Crossroads in the Barrens? Yes, I can get you there...','Do you need one of my wind riders?','','','','','',16307,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',6384,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6386,4044,17,0,0,10,10,0,130,0,0,0,0,0,0,0,0,0,16307,1,'Return to the Crossroads.','My wind riders are trained to fly to many different places, as long as you have already been to that place and spoken with the wind rider master there.$B$BYou have been to the Crossroads and spoken to their wind rider master Devrak, so now you can fly directly to him from here. Once you\'re at the Crossroads, you can deliver Gryshka\'s letter to Zargh.$B$BSpeak with me when you are ready to go.','Buy a wind rider to the Crossroads from the wind rider master Doras, then bring Gryshka\'s Letter to Zargh at the Crossroads.','Hah! I guess she liked it! Nothing brings red to a lady\'s cheeks like a big, juicy steak!$B$BThank you, $N. You\'ve done me a great service. Here is some money for your trouble, and don\'t be surprised if I invite you to my wedding!','Have you returned from Orgrimmar? Did Gryshka like the meat I sent her?','','','','','',16307,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,350,350,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',6385,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6387,4044,38,121,0,10,10,0,68,0,0,0,0,0,0,0,0,6391,16310,1,'Honor Students','I see a lot of young dwarves at my door, eager to learn the trade of mining. And if there\'s one thing a miner needs more than anything, it\'s a pick!$B$BI have a list of mining students who scored high in their lessons and earned an honorary pick. Take my list to Golnir Bouldertoe in Ironforge. He\'ll get the picks ready.$B$BThe fastest way to Ironforge is on a gryphon, so bring the list to our gryphon master, Thorgrum Borrelson, and speak with him about transport to Ironforge.','Bring Brock\'s List to Thorgrum Borrelson in Thelsamar.','You have to get this to Ironforge, eh? For a small fee I can put you on the back of one of my gryphons, and it\'ll take you there. How does that sound?','Have you had your fill of Thelsamar so soon? Are you ready to leave for another city?','','','','','',16310,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6388,4044,38,121,0,10,10,0,68,0,0,0,0,0,0,0,0,6392,16311,1,'Gryth Thurden','Here are the honorary picks for Brock\'s students. If you\'ve already been to Thelsamar, then you should fly a gryphon back there!$B$BTake the picks to our gryphon master, Gryth Thurden, and speak with him about a ride back to Thelsamar.','Bring the Honorary Picks to Gryth Thurden in Ironforge.','You have to get these to Thelsamar, eh? That won\'t be a problem. As long as you\'ve already been to Thelsamar and spoken to Thorgrum Borrelson, then you can take one of my gryphons back to him.','You look like you have somewhere to go. Need one of my gryphons?','','','','','',16311,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',6391,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6389,4044,28,0,0,48,55,0,1101,0,0,0,0,0,0,0,0,0,15044,1,'A Plague Upon Thee','You look around the lumber mill for something suitable to open the barrel with. You find a crowbar that looks like it will do the trick.$B$BYou set your feet and pray that you\'ll be able to get out of the mill before the termites get to you.','Release the Plagueland Termites in the Northridge Lumber Mill, then return with the Barrel of Plagueland Termites to Nathaniel Dumah at Chillwind Camp in Western Plaguelands.','Haha! Thank you, $N! You\'ve done it! My father\'s spirit can now rest and I can live in peace.$B$BThank you again. If there is anything I can do for you, please, just ask.','Have you done it, $N? Have you released the termites? The Light help us if the Scarlet Crusade were able to hold onto both the mill and Hearthglen. They should have neither. They\'re just capitalizing on the victims of the last war and should be put down like rabid animals!','','','','','',15044,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',5904,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,11,4,0,0,0,0,0,0,6,0,0,5),(6390,4044,28,0,0,48,55,0,690,0,0,0,0,0,0,0,0,0,15044,1,'A Plague Upon Thee','You look around the lumber mill for something suitable to open the barrel with. You find a crowbar that looks like it will do the trick.$B$BYou set your feet and pray that you\'ll be able to get out of the mill before the termites get to you.','Release the Plagueland Termites in the Northridge Lumber Mill, then return with the Barrel of Plagueland Termites to Mickey Levine at the Bulwark in Tirisfal Glades.','Thank you, $N. Here, take this coin. I\'m sorry it\'s not more, but try to take some joy in helping destroy the Scarlet Crusade\'s efforts!','Have you done it, $N? Have you released the termites in the lumber mill?$B$BIt was bad enough that my family lost their jobs and lives, but then to see the place where my childhood was spent taken over by those disgusting so-called holy men... pfah!!','','','','','',15044,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',5902,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6391,4044,38,121,0,10,10,0,68,0,0,0,0,0,0,0,0,6388,16310,1,'Ride to Ironforge','For just a few coins, one of my gryphons will take you to Ironforge. From there, deliver Brock\'s list to Golnir Bouldertoe. You\'ll find him in the Deep Mountain Mining Guild. That\'s in the Great Forge District of Ironforge, which is right where my gryphon will drop you off!$B$BSpeak to me again when you\'re ready for the journey.','Buy a gryphon to Ironforge from the gryphon master Thorgrum Borrelson, then bring Brock\'s List to Golnir Bouldertoe in Ironforge.','Ah, the lastest list of Brock\'s best pupils. I have a batch of honorary picks ready to go. I just need to chisel in the names of the students...','What can I do for you, sir?','','','','','',16310,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,75,75,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',6387,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6392,4044,38,121,0,10,10,0,68,0,0,0,0,0,0,0,0,0,16311,1,'Return to Brock','For a small fee you can buy a gryphon ride to Thelsamar... as long as you\'ve already been there. Gryphons will only fly you to places you\'ve already been, so be sure to speak with every gryphon master you see so you can fly to him later.$B$BYou\'ve already been to Thorgrum, the gryphon master of Thelsamar, so now you can return to him. And once in Thelsamar, you can deliver the picks to Brock Stoneseeker.$B$BSpeak with me when you\'re ready to go.','Buy a gryphon to Thelsamar from the gryphon master Gryth Thurden, then bring the Honorary Picks to Brock Stoneseeker in Thelsamar.','You brought the picks. Great! I\'ll get these to my mining students. I\'m sure they\'re eager to use them on the ore deposits of Loch Modan.$b$bThank you for your help, $N. I am in your debt, but I hope this money will at least cover your travel costs.','Ah, $N. Have you returned from Ironforge?','','','','','',16311,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,350,350,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',6388,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6393,4044,406,0,8,19,25,0,690,0,0,0,0,0,0,0,0,0,0,0,'Elemental War','The Tribunal of the Tides has sent me to wage war on the fire elementals here in Stonetalon Mountain. Neptulon the Tidehunter, Lord of all water elementals, has taken a personal interest in seeing our fiery cousins extinguished.$B$B$N, you can help me gain favor with the Tribunal by destroying the fire elementals in Charred Vale. When destroyed, the fire elementals leave Incendrites. Return these to me and be rewarded.','Bring 10 Incendrites to Tsunaman at Sun Rock Retreat.','The water spirits within me bubble with the excitement. $N, you have given me a glorious victory to report to the Tribunal of the Tides.$b$bFor your efforts, I reward you with a choice of my prized possessions.','The Tribunal of the Tides grows impatient. They seek to end this war that has raged across all dimensions for eons. My brethren are anxious to hear news of the glorious victory over the hated fire elementals. Have you the Incendrites that I require?','','','','','',16312,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6394,4044,363,0,8,3,4,0,690,0,0,0,0,0,0,0,0,0,0,0,'Thazz\'ril\'s Pick','$N, you are a dependable $r. Can I count on you for another task?$B$BSome time ago I was surveying the cave to the north for minerals, and I left my favorite pick behind. When I later returned to retrieve it I found the cave was filled with vicious beasts! Will you go into the cave, the Burning Blade Coven, and get my pick?$B$BI left it in a chamber with waterfalls. My pick has a spell on it so you can see it in the dark, so you won\'t have to worry about finding it... just what\'s guarding it!','Bring Thazz\'ril\'s Pick to Foreman Thazz\'ril.','Great, you got it! Thanks a lot, $N. This is my favorite pick! Now if my peons ever finish chopping down these trees, maybe we can find a nice cave to mine!','Have you entered the Burning Blade Coven, $N? Did you find my pick?','','','','','',16332,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,350,350,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',5441,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6395,4044,154,0,8,3,5,0,690,0,0,0,0,0,0,0,0,0,0,0,'Marla\'s Last Wish','My friend Marla Fipps lived with her husband Samuel before the plague, but when the plague came Samuel succumbed and joined the Scourge\'s ranks.$B$BMarla was spared an undeath only to die at the hands of her now mindless husband. So strong was her love, however, that her last dying wish was to be buried with her beloved Samuel.$B$BSamuel Fipps roams at a ruined camp along the road northeast of Deathknell. Defeat him and grant Marla\'s wish: bury him at her grave, in the first row of our graveyard.','Bring Samuel Fipps\' Remains to Marla\'s Grave, then return to Novice Elreth.','You have done a good deed today, $N. Although our struggle against the Scourge continues, let us hope that Marla and Samuel will find peace together in their final resting place.','We must respect our dead, $N. It is one of the ways in which we differ from the Scourge...','','Samuel\'s Remains Buried','','','',0,0,0,0,0,0,0,0,0,0,0,0,-178090,0,0,0,1,0,0,0,20364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',376,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6401,4044,406,0,8,12,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'Kaya\'s Alive','Tell Tammra Windfield, Kaya\'s aunt who\'s at Sun Rock Retreat, about the good news! Kaya is alive! We had thought she was lost after the brutal attack on our village. Follow the path to the west to get to Sun Rock Retreat.\n','Tell Tammra Windfield in Sun Rock Retreat the good news.\n','My goodness, my niece Kaya is alive! That is good news indeed. Thank you, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',6523,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6402,4044,1519,0,72,50,60,62,1101,0,0,0,0,0,0,0,0,0,0,0,'Stormwind Rendezvous','You are to meet with Windsor at the gates of Stormwind.$B$BWhat Windsor is about to unveil will shake the very foundation of the kingdom!$B$BDo not attempt to venture there alone, $N. You must amass an army! Gather your compatriots. To arms! \n','Travel to Stormwind City and venture to the city gates. Speak with Squire Rowe so that he may let Marshal Windsor know that you have arrived.','Before we begin, I ask that you first gather an army. We face a dragon, after all!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',4322,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6403,4044,1519,0,64,50,60,62,1101,0,0,0,0,0,0,0,0,0,0,0,'The Great Masquerade','It has been quite the adventure, friend. I owe you a great debt of gratitude. Perhaps, when all is said and done...$B$BAs you have no doubt ascertained by now, Lady Prestor is Onyxia: Brood of Deathwing, twin to the tyrant of the Spire, Nefarian.$B$BFor too long she has held our kingdom in her captivating gaze. Even the Highlord is controlled by her trickery - a puppet. It all ends today... The spell will be broken.$B$BWorry not, for together, we shall be victorious!$B$BAre you ready?','Follow Reginald Windsor through Stormwind. Protect him from harm!','$B$BThe magic held within must be reignited. The dragon\'s eye must be attuned.$B$BWindsor\'s sacrifice has freed our Kingdom, but the threat of Onyxia and her kin is ever looming.$B$BThis medallion is what held my mind and body captive. It is also what gave me access to Onyxia\'s own mind - to her secrets. Albeit the visions are muddled now, some things I do remember.','I... I... I was powerless.','Reginald\'s March','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6402,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6421,4044,406,0,12,14,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'Boulderslide Ravine','Something is amiss here in Stonetalon. Can you feel the tension in the air, $N?$B$BSoutheast of here lies a deep cave in Boulderslide Ravine. The kobolds there are frantically mining a rare crystal called Resonite. I need you to bring back some ore samples so that I can understand what\'s happening in that cave. I also need you to investigate the depth of that cave.$B$BGo young $c, it\'s imperative I know what evil lurks under these mountains.','Explore deep into the cave at Boulderslide Ravine and bring back 10 Resonite Crystals for Mor\'rogal at Sun Rock Retreat to investigate.','Ah... Yes! That\'s it; the Resonite crystals have a trace of Earthen magic. The Kobolds must have dug deep uncovering an Earthen.$b$bLegend states that the Earthen are creatures created by the Titans. They were used to create the land our feet walk on. This most definitely is a threat that cannot be ignored.$b$b$b$bPerhaps I can enchant these ore samples to use against this Kobold plot.','What news have you discovered from Boulderslide Ravine? I recall some legend that deals with Resonite... I just cannot place my hoof on it. Perhaps knowing what lies at the bottom of the cave will illuminate their devious intentions.','Investigate Cave in Boulderslide Ravine','','','','',16581,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,2946,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6441,4044,331,0,8,21,26,0,690,0,0,0,0,0,0,0,0,0,0,0,'Satyr Horns','Heya! I\'ve been traveling through Ashenvale, heading towards Ratchet, and decided to make a stop here at Splintertree. I\'m always looking for an opportunity, and it seems that satyr horns are in high demand in Ratchet these days.$B$BAfter asking around here, it seems that the satyrs in Night Run, Satyrnaar, and Xavian all have the type of horns I am looking for. I\'m no match for those satyrs... but you look like you might be!$B$BTell you what, you collect the horns for me and I\'ll make it worth your time.','Collect 16 Satyr Horns for Pixel in Splintertree Post.','These are perfect, $N! Thanks for helping me out!$b$bOh, and this is for your time...','I hope you can be quick about getting those horns, $N. I\'m heading back to Ratchet soon!','','','','','',5481,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6442,4044,331,0,8,14,19,0,690,0,0,0,0,0,0,0,0,0,0,0,'Naga at the Zoram Strand','There is evil lurking here along the coast, $r.$B$BIt is the resting place of the doomed city of Zoram, long destroyed and submerged beneath the seas. Lost, and nearly forgotten.$B$BNow, the naga have returned, and for what reason we do not know. But reason matters little; we must defend the land we have worked so hard to claim as our own.$B$BReturn to me with 20 of their heads! Throw the naga back to the depths!','Bring 20 Wrathtail Heads to Marukai along the Zoram Strand.','We could use more of your kind around here, $N. Thank you for your help.','The naga increase in numbers, $n. Please complete this task for me.','','','','','',5490,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6461,4044,406,0,8,13,19,0,690,0,0,0,0,0,0,0,0,0,0,0,'Blood Feeders','We Trolls here at Malaka\'Jin have prospered from the land; Stonetalon Mountain offers great hunting for us to live on.$B$BLately, we have attracted the wrong dinner guests... the spiders in these mountains have been raiding our camps at night looking to steal our hunt.$B$BIf you were to help us kill off these ghastly beasts we at Malaka\'Jin would be in your debt. Spiders are everywhere in Stonetalon - just head north from here and you will see what I am talking about.','Xen\'zilla at Malaka\'Jin needs you to kill 10 Deepmoss Creepers and 7 Deepmoss Venomspitters.','Sweet, mon! Good news, perhaps we will have fewer unwanted dinner gusts tonight.$b$bAs I said earlier, we are in your debt... maybe you would care for one of these for your deed?','Hey mon, have you slain the hairy blood feeders? I fear none here in Stonetalon but I don\'t go walking around here at night... if you know what I mean mon!$b$bAs long as I stay off there dinner plate then all is well.$b$bGood luck to you, $C!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4005,4007,0,0,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6462,4044,331,0,8,19,24,0,690,0,0,0,0,0,0,0,0,0,0,0,'Troll Charm','My kinfolk were traveling here with many sacred troll charms, but the Thistlefur furbolgs attacked and killed them before they reached Zoram\'gar! Those vile Furbolgs!$B$BI miss my brothers and sisters who were killed, but we will meet again in the afterlife. However, their troll charms hold great value in this world. It is an outrage that the furbolgs have them!$B$B$N, you must retrieve the charms! They are in chests in Thistlefur Hold, a cave at the end of Thistlefur Village, north of Astranaar.','Bring 8 Troll Charms to Mitsuwa at the Zoram\'gar Outpost.','You found them! Thank you! Thank you, $N! You do not know how great a thing you have done for me.$b$bA troll without his charm is like an orc without his battle scars...$b$bWorthless.','Did you find the charms, $N? Every moment the furbolgs possess those sacred items, my blood boils with rage!','','','','','',16602,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,5),(6481,4044,406,0,0,14,20,0,690,0,0,0,0,0,0,0,0,0,16603,1,'Earthen Arise','You have uncovered a dark threat to the land, $c. The Resonite cask you have found in that cave houses a slumbering Earthen by the name of Goggeroc.$B$BI have changed the mixture of the Resonite crystals that you gathered with my shamanistic powers. Take the enchanted Resonite crystal and smash open the Resonite cask, which houses the Earthen.$B$BWhen awakened, Goggeroc will be weakened... Slay him, $N!','Open the Resonite cask with the Enchanted Resonite Crystal, and then slay Goggeroc. Return to Mor\'rogal with the news and Enchanted Resonite Crystal.','You bear good news, $C! I fear the possibilities of what an Earthen would mean to Kalimdor.$b$bSlaying Goggeroc was a task for no one less then a hero. You have done well; all of Stonetalon and Kalimdor are indebted to you, noble $C.$b$bAccept this as your reward most honored one.','I fear if we do not dispose of this threat immediately, all of Stonetalon will be lost. The might of an Earthen can not be matched by any means. When awakened, Goggeroc will be weak from his long slumber, this will be the opportunity that you must take advantage of... go now $N!','','','','','',0,16603,0,0,0,0,0,1,0,0,0,0,11920,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,16981,1306,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',6421,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6482,4044,331,0,262146,19,24,0,690,0,0,0,0,0,0,0,0,0,0,0,'Freedom to Ruul','Eh? Who are you?$B$B$N? You\'re no furbolg. They are cursed! They thought I was a bear and captured me, and now they starve me! My strength is failing...$B$BHelp me escape, then speak with my sister Yama at the Splintertree Post to the east.$B$B$N! I must escape!','Escort Ruul, then speak with Yama Snowhoof in Splintertree Post.','You found my brother! He was captured by the Thistlefurs? That is terrible news to hear, for although many Furbolgs are noble creatures, the Thistlefurs are corrupt.$B$BThank you for rescuing my brother, $N. I do not want to think of how they treated poor Ruul. He will likely sleep long after this ordeal...','Have you seen my brother Ruul? He walked into the forest days ago and has not returned...','Escort Ruul from the Thistlefurs.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6501,4044,1519,0,0,50,60,62,1101,0,0,0,0,0,0,0,0,0,16662,1,'The Dragon\'s Eye','A fragment of the shattered medallion is all that I can offer.$B$BYou must find another of dragon blood willing to assist you in forging a new key. Once you secure this key, you must travel to the Wyrmbog in Dustwallow Marsh. It is there that you will find her lair, $N.$B$BWhere to find other flights willing to help? Sadly, I do not know... They are said to exist. Some may even work and live among us, disguised as one of the humanoid races. I wish you luck.\n','You must search the world for a being capable of restoring the power to the Fragment of the Dragon\'s Eye. The only information you possess about such a being is that they exist.','I should have known - a piece of the black dragon brood mother, Onyxia. How revolting...','I sense an aura of evil radiating from you, $R. What could you hold that emits such an aura?','','','','','',16662,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6403,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6502,4044,1583,0,72,50,60,62,1101,0,0,0,0,0,0,0,0,0,0,0,'Drakefire Amulet','It is a piece of the dragon; a scale - enchanted and transformed. Whole, it could have granted access to the beast\'s lair. Shattered, it is useless.$B$BIt is possible to repair the item, but to do so would require the blood of a black dragon champion. There is one... He is known as General Drakkisath, ruler of the dragonspawn armies of Nefarian. Perhaps you have heard of him?$B$BReturn with his blood, $r, and I shall enchant the fragment into something that will grant you access to Onyxia\'s lair.','You must retrieve the Blood of the Black Dragon Champion from General Drakkisath. Drakkisath can be found in his throne room behind the Halls of Ascension in Blackrock Spire.','This amulet will grant you the access that you seek. The lair of Onyxia can be found in Dustwallow Marsh. As long as you hold the amulet, her wards cannot prevent you from entering.$B$BThe Blue Flight wishes you luck, $N.','The flow of time does not stop or slow, $R. While my life is eternal, yours is not. Waste not the time that you have...','','','','','',16663,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16309,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6501,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6503,4044,331,0,8,19,24,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ashenvale Outrunners','We received reports that Ashenvale outrunners left Silverwing Outpost not long ago, and now sneak near our territories in the forest. We don\'t want them gathering intelligence on our defenses!$B$BSneak through the forests south of our post here and east of the Alliance outpost of Silverwing. Find and slay the outrunners, then return to me.','Kill 9 Ashenvale Outrunners, then return to Kuray\'bin at Splintertree Outpost.','Very good, $N. Your hunting skills are impressive...$b$bThe loss of those outrunners help blind the Alliance, and when they lack intelligence they are less likely to launch attacks.','I await reports of your outrunner kills, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12856,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6504,4044,331,0,8,23,30,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Lost Pages','I just picked up this shredder from Ratchet and I was on my way back to the Warsong Lumber Camp, where I am supposed to be on duty. I was given a manual on how to operate the shredder, but on the trip back, a huge gust of wind blew it from my hands. The pages went everywhere, and all I was left with was the cover.$B$BThe pages could be just about anywhere by now, I suppose... but I don\'t know how to use the shredder without them! Will you find them for me?','Find the 12 missing pages of the Shredder Operating Manual, and put them together to form Chapters 1, 2, and 3. Return the pages to Gurda Ragescar near Splintertree Post.\n','Reading isn\'t my strong point... but now I\'ll be able to get back to work! Thanks, $N!','I hope you find the pages soon, $N! I really need to get back to work!','','','','','',16642,16643,16644,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16740,16741,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6521,4044,722,0,8,28,36,81,690,0,0,0,0,0,0,0,0,0,0,0,'An Unholy Alliance','Malcin claims he is outside Razorfen Downs. This ambassador must be slain--his mission a failure in the eyes of the Lich King.$B$BHis presence there does explain much of what we\'ve discovered about the area--some of the quilboar have grown frightfully powerful while showing signs of the Plague in their own way. Truly that must be a sign of some sort of deal they\'ve struck.$B$BFind Malcin and slay him, $N. Return to me after the deed is done.','Bring Ambassador Malcin\'s Head to Bragor Bloodfist in the Undercity.','Good. Well done, $C.$B$BNow that Malcin is dead, we can at least know that the Scourges advances will be halted. The Dark Lady thanks you for your efforts and wishes to reward you with a gift.$B$BAlthough we do not know the extent of the Scourges influence within the Downs, I am sure we will discover their plots soon enough.','Have you found the Ambassador, $N? Is he dead?$B$BWe cannot afford to allow the Scourge to take a foothold on Kalimdor. They are enough of a threat to our own borders to have to deal with them on two fronts.$B$BThe only optimistic sign from the events you\'ve told me about is that the crone seemed uncorrupted. She must know deep in her spirit that the Scourge may bring great power, but that the Barrens would not truly be hers if she were to agree to their deal.','','','','','',17009,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17039,17042,17043,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',6522,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6522,4044,722,0,0,28,36,81,690,0,0,0,0,0,0,0,0,6521,17008,1,'An Unholy Alliance','My Lady,$B$BYou know very well what it is we are offering. The opportunity for you to take the Barrens and the lands beyond is a great one. We simply want your aid in return. By aid we mean nothing more than your giving us the freedom to take action in the area.$B$BPlease, allow us to discuss this further. We have great power and are willing to share with those wise enough to join us. I will remain outside Razorfen Downs for the time being.$B$BBest Regards,$BAmbassador Malcin','Take the Small Scroll to Bragor Bloodfist at the Royal Quarter in the Undercity.','I recognize the insignia on this scroll, $N. You found this on that crone who reigns over Razorfen Kraul? Interesting.$B$BThe Scourge aren\'t content with one continent it seems. This Ambassador Malcin--the one who wrote the note--is one of the Scourge\'s plagued servants, a human diplomat to the kingdom of Lordaeron before things... changed.$B$BIf the Scourge are trying to gain a foothold in Kalimdor, then it is up to us to act.','What business is it you wish to speak of, $N? You must feel it is important if you continue to pester me.','','','','','',17008,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6523,4044,406,0,262146,12,18,0,690,0,0,0,0,0,0,0,0,6401,0,0,'Protect Kaya','Thank you for rescuing me! We must leave quickly before they discover that I am free. Please escort me to Camp Aparaje. From there, I know my way.$b$bMy father, Makaba Flathoof, will be desperate to know that I am safe.','Escort Kaya Flathoof to Camp Aparaje, and then return to Makaba Flathoof near the southeastern edge of Stonetalon.\n','Kaya is alive! $N, I have you to thank for rescuing her.','','Kaya Escorted to Camp Aparaje','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6541,4044,17,0,8,17,19,0,690,0,0,0,0,0,0,0,0,6543,0,0,'Report to Kadrak','Have you ever been to Ashenvale, to the north? The horde has recently set up an outpost on the Zoram Strand there, and we can always use some new recruits to help defend our new fronts.$B$BIf you think you are up to it, see Kadrak in the northern Barrens, at the watch tower. He is heading up the Ashenvale campaign and can give you further orders.','Report to Kadrak at the watch tower in northern Barrens.','Ashenvale is a divided land, but our most recent efforts have been very successful. We not only have an outpost at the Zoram Strand, but another just north of here called Splintertree.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,'',0,0,0,0,'6542',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6542,4044,406,0,8,17,19,0,690,0,0,0,0,0,0,0,0,6543,0,0,'Report to Kadrak','Have you ever been to Ashenvale, to the north? The horde has recently set up an outpost on the Zoram Strand there, and we can always use some new recruits to help defend our new fronts.$B$BIf you think you are up to it, see Kadrak in the northern Barrens, at the watch tower. He is heading up the Ashenvale campaign and can give you further orders.\n','Report to Kadrak at the watch tower in northern Barrens.','Ashenvale is a divided land, but our most recent efforts have been very successful. We not only have an outpost at the Zoram Strand, but another just north of here called Splintertree.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,'',0,0,0,0,'6541',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6543,4044,331,0,0,17,19,0,690,0,0,0,0,0,0,0,0,0,16783,1,'The Warsong Reports','I recently deployed a few scouts into Ashenvale and I need a runner to take them their orders, and bring me back a report of what they have observed.$B$BYour first stop should be the Zoram\'gar Outpost, along the coast to the west, at the Zoram Strand, to locate the first runner. You also need to stop at Splintertree Post, to the north, and along the road to the east, near Azshara. You will find a scout and an outrider there.$B$BGive them each a report, and from them, get an update on their findings.','Open the Bundle of Reports. Take the Warsong Reports to the Warsong Scout, Warsong Runner, and Warsong Outrider. Bring back the updates they give you to Kadrak at the northern watch tower in the barrens.','I can see that you are one that can be counted on. These updates are crucial to our plans to further our presence in Ashenvale. We can now plan our next move.','Hurry, $N. They must receive their reports; it is urgent.','','','','','',16764,16763,16765,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10800,0,0,0,0,'',6541,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6544,4044,331,0,262146,20,24,0,690,0,0,0,0,0,0,0,0,0,0,0,'Torek\'s Assault','Hey! $C! Come here!$B$BMy raiders and I are about to attack the Silverwing Outpost to the west. Our target is its leader, Duriel Moonfire. Scouts report the outpost is defended heavily with sentinels and warriors. The battle will be glorious!$B$BDo you want to share in the glory, $N, and aid us? If so, then when it\'s over you can report our success to my superior, Ertog Ragetusk in Splintertree.$B$BWhat do you say. Are you with us?','Escort Torek on his attack against Silverwing Outpost and Duriel Moonfire, then report to Ertog Ragetusk at Splintertree Post.','So Torek\'s attack was successful! Well done, $N. Night elves are decent foes. A little skinny, but strong and fierce! I\'m sure the battle was something to see...$b$bAnd I hope you gained a scar or two!','Torek was sent on a mission against Silverwing Outpost. Was the attack successful?','Take Silverwing Outpost.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16889,16890,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6545,4044,331,0,8,17,19,0,690,0,0,0,0,0,0,0,0,0,0,0,'Warsong Runner Update','','','Well, my update will explain all of this to Kadrak. You must return this to him as quickly as possible.','So you\'re here with my orders? Always good to see a new recruit with an exuberant nature and a strong will.$B$BYou\'d best learn fast if you expect to keep up here. The threat of the naga grows, $N. I have observed and have taken up defenses against several attacks on this outpost since I arrived here.$B$BBut if you\'d like to pitch in with that effort, speak with one of the others here at the outpost.','','','','','',16746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16763,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',6543,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6546,4044,331,0,8,17,25,0,690,0,0,0,0,0,0,0,0,0,0,0,'Warsong Outrider Update','','','Take my update to Kadrak. Swiftly, $N.','Much danger lies along this path, $N. You\'d do best to remember this while traveling in these lands. The threat of the alliance is quite near.$B$BWe are faced by enemies on all fronts. The satyr are a formidable and prevalent force in eastern Ashenvale. I have also discovered that the naga have taken over a large area of the land of Azshara.$B$BIt\'s good to see that we are still bolstering our numbers -- be ready for what lies ahead, $N.','','','','','',16746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16765,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',6543,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6547,4044,331,0,8,17,21,0,690,0,0,0,0,0,0,0,0,0,0,0,'Warsong Scout Update','','','Let Kadrak know of the success we have had here holding off the night elves. Our plans are going well.','Keep an eye out, $R. The elves are often hiding in the shadows...$B$BWe must always be watching. We have worked very hard to claim this land, and the elves are looking for a chance to take it from us.$B$BI assume you have my next orders from Kadrak?','','','','','',16746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',6543,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6548,4044,406,0,8,12,18,0,690,0,0,0,0,0,0,0,0,6629,0,0,'Avenge My Village','The Grimtotem Clan raided my village and killed most everyone. I killed all I could, but barely escaped with my life.$b$b$N, all I wish now is that more of them are dead. You will find them just to the west of here.\n','Kill 8 Grimtotem Ruffians and 6 Grimtotem Mercenaries, and then return to Makaba Flathoof near the southeastern edge of Stonetalon.\n','$N, I thank you... but I will never forget what the Grimtotem have done to my village.','Have you killed them yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11910,11911,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6561,4044,719,0,8,18,27,81,690,0,0,0,0,0,0,0,0,0,0,0,'Blackfathom Villainy','Strength has left me. Your help is needed!$b$bLong ago this site was a great temple of Elune. But misfortune led to ruin when the corruption of an Old God seeped up from beneath the earth and tainted the sacred Moon Well.$b$bAku\'Mai, servant of the Old God, rose from the waters.$b$bThe Twilight\'s Hammer cultists have allied with the naga to occupy these grounds. The cultists, led by Kelris, sacrifice innocents to Aku\'Mai for power.$b$bSlay Kelris and bring his head to Bashana in Thunder Bluff, $N, please.','Bring the head of Twilight Lord Kelris to Bashana Runetotem in Thunder Bluff.','Kelris has eluded the Argent Dawn for some time.$B$BFor some time they considered him dead or missing.$B$BBy ending his reign you have spared the lives of many innocent people, $N.$B$BEarthmother be praised! To sacrifice another to a servant of an Old God for personal gain is beyond disgusting!$B$BYou have done a great thing this day. Kelris was a creature of evil and sought to bring the world back to a time of chaos by worshipping such creatures as the Old Gods. Thank you, $N.','May the Earthmother be with you, $N.$B$BPeace between the earth and all her people should be our goal. She has a grand plan for nature, and we all have a role to play in that plan.','','','','','',5881,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7001,7002,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,81,0,0,0,0,500,500,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6562,4044,719,0,8,17,22,81,690,0,0,0,0,0,0,0,0,6563,0,0,'Trouble in the Deeps','Je\'neu Sancrea is in need of aid. He is at the Zoram\'gar Outpost in Ashenvale. The Night elf forest is to the north of the Stonetalon mountains. You can reach it by traveling through Windshear Crag or by heading north through Barrens. Zoram Strand is far to the west of the forest. Be careful, $N. There are forces there that will not take to your presence kindly.','Speak to Je\'neu Sancrea in Ashenvale.','Tsunaman sent you? Excellent. Then we have matters to discuss.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6563,4044,719,0,8,17,22,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Essence of Aku\'Mai','Within the beginning tunnels of Blackfathom Deeps, large sapphire clusters can be found along the cave walls. Recently it was noted that the naga were harvesting the crystals. Until it can be discerned why, I sense we should stop the naga from succeeding. The crystals have great elemental power and if used inappropriately, could make for a powerful arcane component.$B$BWill you help me, $N? Blackfathom Deeps can be found along Zoram Strand to the north of our outpost.','Bring 20 Sapphires of Aku\'Mai to Je\'neu Sancrea in Ashenvale.','Well done, $N. These are the crystals I spoke of. Intriguings...$B$BI can feel the power within them. The spirits of water cling to them. Whatever the naga were going to use these for... well, let us be glad they are no longer in their hands.','How goes your search for the crystals, $N? Have you witnessed the naga harvesting them? I pray to my ancestors we find the reason they are collecting such things.','','','','','',16784,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',6562,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(6564,4044,719,0,0,17,22,81,690,0,0,0,0,0,0,0,0,6565,16790,1,'Allegiance to the Old Gods','Some poor handwriting is scrawled on the crumpled up note:$B$B\"Yes, tell all the priestesses to bring the crystals to me. The water elemental spirits are strong within them and they will aid our aquamancers greatly in their own summonings.$B$BBy controlling the power within the crystals, we will appease Aku\'Mai. One day we will have enough power to bring Aku\'Mai back to us and the world will return to its greatest era! An era of rule by the Old Gods!\"','Bring the Damp Note to Je\'neu Sancrea at Zoram\'gar Outpost in Ashenvale.','This is interesting indeed. I am glad you have brought it to my attention.$b$bNow we have a name for our troubles... Lorgus Jett.','Yes, $N? What is it you need? There is still much I must learn about the crystals the naga are gathering.','','','','','',16790,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,150,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6565,4044,719,0,8,17,26,81,690,0,0,0,0,0,0,0,0,0,0,0,'Allegiance to the Old Gods','This Twilight\'s Hammer follower cannot be allowed to complete his plan. The Twilight\'s Hammer do not understand the spirits of nature. They believe in the Old Gods--creatures of chaos and destruction that were long ago defeated. This Lorgus cannot be allowed to succeed. You must stop him, $N. I cannot do it myself--I am too weak.$B$BGo into Blackfathom Deeps, find him, and kill him. Return to me here at Zoram\'gar when it\'s done.','Kill Lorgus Jett in Blackfathom Deeps and then return to Je\'neu Sancrea in Ashenvale.','Very good!! Thank you, $N. We may not have stopped the Twilight\'s Hammer completely, but at least you have staved off another of their plans to return the Old Gods to power.$b$bWho knows what other plans they have manifesting, but we can rest easy for now.','Have you found him yet, $N? Lorgus must be stopped!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12902,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,17694,17695,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,500,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',6564,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6566,4044,1637,0,262154,55,60,0,690,0,0,0,0,0,0,0,0,6567,0,0,'What the Wind Carries','It is good to see you again, $N. The wind carries with it news from the Eastern Kingdom.$B$BSit, listen. \n','Listen to Thrall.','Are you prepared to take on this task?','Patience, $N. Pay attention!','Thrall\'s Tale','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',4974,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6567,4044,1637,0,8,55,60,0,690,0,0,0,0,0,0,0,0,6568,0,0,'The Champion of the Horde','Rexxar, one of my most loyal champions, has discovered a way into the lair of the dragon. However he has left Azeroth to join our expedition into Outland.$b$bHowever, he left his companion, Rokaro, in Shadowprey Village with this information. You are to seek him out.','Seek out Rokaro at Shadowprey Village in Desolace.','There is but one way into the dragon\'s lair, $R.$B$BYou see, only the strongest of the Black Dragonflight are allowed entry into the lair of the brood mother. Many trials must be passed and the key to enter ceremoniously enchanted by General Drakkisath himself!$B$BSince you are not of black dragonkin, you may have some difficulty in obtaining passage.$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',6566,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6568,4044,405,0,0,55,60,0,690,0,0,0,0,0,0,0,0,6569,16785,1,'Mistress of Deception','Illusion and disguise. That is how you will fool the Black Dragonflight, and gain what you seek.$b$bThough I could teach you something of the skills of deception, you need the help of a master.$b$bI know of one who could do this. In the Western Plaguelands, you will find Myranda the Hag, once a master illusionist of Lordaeron. She has helped us in the past, and if she believes the cause worthy, she may help you.$b$bTake this message to her.','Deliver Rokaro\'s Letter to Myranda the Hag in the Western Plaguelands.','$B$BHow is he? Rexxar, I mean. Oh, come now, do not look so confused. The letter was left intentionally blank. It carried with it the intentions and thoughts of its creator. Judging from its contents, it is no wonder Rexxar left it as such. Imagine if you were captured or slain and this information discovered!$B$BOh, nevermind! Myranda will help you, $R. I owe the Warchief a favor or two.$B$B','It is not often I see one of the Horde in these parts of Lordaeron. What is it that you have for Myranda?','','','','','',16785,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',6567,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6569,4044,1583,0,72,55,60,62,690,0,0,0,0,0,0,0,0,6570,0,0,'Oculus Illusions','So the $r wishes to become one of the Black Flight, eh?$B$BThe creation of the illusion you require is trivial, but the components required for the divination are quite difficult to obtain. The Warchief has entrusted you with this mission, so Myranda must assume you as capable.$B$BTravel to the upper citadel of Blackrock Spire and slay enough of the black dragonspawn to fill up one of your packs with their eyes.$B$BReturn to Myranda when you have gathered enough of the reagent.','Travel to Blackrock Spire and collect 20 Black Dragonspawn Eyes. Return to Myranda the Hag when the task is complete.','Let Myranda have a look, $R.$B$BOh yes, these will do nicely.$B$BWith these reagents, Myranda will create for you a medallion that will grant an illusion capable of fooling the black dragonflight\'s gatekeeper.','The eyes of that which we wish to mimic are the most important ingredient of any illusion, $N.$B$B$B$B','','','','','',16786,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6568,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,7),(6570,4044,15,0,0,55,60,1,690,0,0,0,0,0,0,0,0,0,16787,1,'Emberstrife','I have attuned this medallion with the magic necessary to create and maintain an illusion within the bounds of the den of Emberstrife.$B$BEmberstrife is an ancient drake; an old gatekeeper of Nefarian, burdened with the duty to test those dragonspawn that would ascend to the rank of elite guard to Onyxia.$B$BTravel to the Wyrmbog of Dustwallow Marsh and enter the lair of Emberstrife. Once there, put on the amulet and follow where your destiny may lead!\n','Travel to the Wyrmbog in Dustwallow Marsh and seek out Emberstrife\'s Den. Once inside, wear the Amulet of Draconic Subversion and speak with Emberstrife.\n','Have we run so low on able soldiers that Nefarian is sending me whelps? You will never pass my tests, broodling.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',6569,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6571,4044,331,0,8,22,27,0,690,0,0,0,0,0,0,0,0,0,0,0,'Warsong Supplies','We are in short supply of a few items at the Warsong lumber camp!$B$BPixel at Splintertree Post has our shipment of saw blades. It\'ll take a trip to Booty Bay to pick up a crate of axes from Wharfmaster Lozgil.$B$BOur shipment of oil and rope will be more difficult. The rope was pilfered by the Thistlefur and Foulweald furbolgs, and the satyrs intercepted the delivery of the oil and are now using it for detestable rituals in Night Run, Satyrnaar, and Xavian!$B$BCan you help me?','Collect the Warsong Supplies: Warsong Saw Blades, Logging Rope, Warsong Oil, and the Warsong Axe Shipment for Locke Okarr in Splintertree Post.','Excellent, $N. You\'ve saved me a lot of work!$b$bBut don\'t think that I\'m not grateful!','I hope you can come through with the supplies!','','','','','',16742,16745,16744,16743,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16975,16977,16978,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6581,4044,331,0,8,22,27,0,690,0,0,0,0,0,0,0,0,0,0,0,'Warsong Saw Blades','','','This is perfect -- just the thing! Well, here\'s the shipment.','Direct from Ratchet, the Warsong saw blades! Yep, I have them right here.$B$B..But what sort of payment do you have for me? You can\'t just take them, you know! My time isn\'t cheap!$B$BWhat I really need is a good gun to carry with me on my travels. A girl\'s gotta protect herself, you know? There\'s a gun I really like that I\'m sure an engineer would have no problem making.$B$BSo, if you bring me a deadly blunderbuss, I\'ll give you the saw blade shipment. Do we have a deal?','','','','','',4369,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16742,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6582,4044,15,0,72,55,60,62,690,0,0,0,0,0,0,0,0,0,0,0,'The Test of Skulls, Scryer','We are Deathwing\'s children, whelp. Our dominance over the lesser Aspects must be enforced.$B$BIf you are truly worthy of ascension, the lesser dragonflight will wilt in your presence.$B$BFind their champions and lay waste to them in the name of our Father!$B$BTravel to Winterspring and track down the mighty blue drake, Scryer. Crush him and any of the Blue Flight that stand in your path. Tear out his skull and return it to me.','You must find the blue dragonflight drake champion, Scryer, and slay him. Pry his skull from his corpse and return it to Emberstrife.$B$BYou know that Scryer can be found in Winterspring.','One of ssseveral complete...','','','','','','',16869,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6570,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6583,4044,15,0,72,55,60,62,690,0,0,0,0,0,0,0,0,0,0,0,'The Test of Skulls, Somnus','Just as our Father crushes the Aspects themselves, so too must we strive to bring chaos and destruction to their children.$B$BYou must test your battle prowess against the sleepless dreamers: The children of the Green Flight.$B$BTravel to the Swamp of Sorrows and track down Somnus, drake champion of the Green Flight. Let flow your hatred; dominate the insect... Return to me with his skull...','Destroy the drake champion of the Green Flight, Somnus. Take his skull and return it to Emberstrife.','Another complete...','Do not return here until you have bathed in the blood of our enemies and drank in their suffering.','','','','','',16870,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6570,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6584,4044,15,0,72,55,60,62,690,0,0,0,0,0,0,0,0,0,0,0,'The Test of Skulls, Chronalis','The time watchers, children of Nozdormu - Lord of the Centuriesss...$B$BIt is three that guard the Caverns of Time, but only one that holds the interests of the Black Flight: The Time Shifter, Chronalis, favored drakeling of Nozdormu.$B$BSsstrike at this champion, a blow to make even the stoic sands of time weep. Return to me with his skull.','Guarding the Caverns of Time in the Tanaris Desert is Chronalis, child of Nozdormu. Destroy him and return his skull to Emberstrife.','The most hated remainsss...','Ironically, whelp, time is of the essencccce.','','','','','',16871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6570,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6585,4044,15,0,72,55,60,62,690,0,0,0,0,0,0,0,0,6601,0,0,'The Test of Skulls, Axtroz','It was over the mountains of Grim Batol that our Father raged against the combined might of the Aspects. The cowardly act of the betrayer, Alexstrasza, bought the other Aspects enough time to escape from Father\'s wrath.$B$BSssuch a shameful act...$B$BThe Red Flight now guards Grim Batol, their lieutenant, Axtroz, must be destroyed. Return the skull of Axtroz to me. For Father, whelp!','Travel to Grim Batol and track down Axtroz, drake champion of the Red Flight. Destroy him and take his skull. Return the skull to Emberstrife.','I had doubted your dedication, whelp. You persisted, dominating our enemies, bringing honor to our flight.$B$BI must now prepare the skulls for your ascension.','Changesss... I sense them taking place in you, whelp. Pass this test and only ceremony remains.','','','','','',16872,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',6582,6583,6584,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6601,4044,15,0,0,55,60,0,690,0,0,0,0,0,0,0,0,6602,16888,1,'Ascension...','From the skulls of our enemies is shaped a medallion. You know this medallion, yesss? You have no doubt seen it worn by your elders.$B$BTake it, whelp. Return to the Spire and present it to General Drakkisath. The General will place the final enchantment upon the medallion, attuning the trinket to your spirit.$B$BYou will wear the finished medallion as a badge of honor, symbolizing your ascension to one of our most guarded ranks: Guardian to the brood mother.$B$BGo!','It would appear as if the charade is over. You know that the Amulet of Draconic Subversion that Myranda the Hag created for you will not function inside Blackrock Spire. Perhaps you should find Rokaro and explain your predicament. Show him the Dull Drakefire Amulet. Hopefully he will know what to do next.','It is merely dragon-talk, $N - more hot air than actual substantive information. Pompous, aggressive behavior is to be expected from their kind.','Do not panic, $N!','','','','','',16888,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',6585,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6602,4044,1583,0,72,55,60,62,690,0,0,0,0,0,0,0,0,0,0,0,'Blood of the Black Dragon Champion','How would you feel about paying a visit to the General? No illusions, this time.$b$bCeremony? A pretty word to describe the bloodletting that amuses the Black Dragonflight.$b$bAll this amulet requires is the blood of General Drakkisath. Primitive security. There are other ways to receive the General\'s blood.$b$bGo to Blackrock Spire and kill Drakkisath. Return with his blood and I will activate the key to Onyxia\'s lair.','Travel to Blackrock Spire and slay General Drakkisath. Gather his blood and return it to Rokaro.','A victory that will be remembered for many years, $N. The Drakefire Amulet will open Onyxia\'s lair. Gather your allies and bring victory to the Horde.','I don\'t think I need to tell you that Drakkisath is not to be taken lightly.$B$BI let the thousands dead by his hand do the talking.','','','','','',16663,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16309,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6601,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6603,4044,618,0,8,52,56,0,0,0,0,0,0,0,0,0,0,5082,0,0,'Trouble in Winterspring!','There\'s trouble in Winterspring!$B$BWhy, sure, I spend some time out in the wilds and know about these things... I\'m always mighty proud to say it. I consider the hours I spend out there in the hills to be golden. Help you cultivate quick reflexes, a cool head and a keen eye...$B$BIt takes judgement, brains and maturity to appreciate the wilderness in the way that I do.$B$BNow, what was I talking about?$B$BAh yes, trouble. See Donova Snowden at the hot springs and she can tell you more.\n','Find Donova Snowden near the hot springs in Winterspring.','Well, hi there! So Meggi told you of the trouble I have found here?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,2,3,1,0,0,0,0,0,0,1,0,0,1),(6604,4044,618,0,8,53,59,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Enraged Wildkin','Have you noticed the abandoned camp to the south of here? It looks like the wildkin went crazy and destroyed just about everything they could find!$B$BI heard a rumor that one of the survivors of the attack is resting at Starfall Village, west of here. I\'m sure curious about what happened... aren\'t you?','Speak with Jaron Stoneshaper at Starfall Village.','Aye, what can I do for you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(6605,4044,618,0,8,49,54,0,690,0,0,0,0,0,0,0,0,4505,0,0,'A Strange One','I just got back from Felwood, $N. On my way through, I stopped at Bloodvenom Post and I met a very odd character... She seemed intent on one thing, and I suppose I could tell you what that is, but I think she\'d like to explain it to you herself.$B$BIf you\'re interested, head to Bloodvenom Post in western Felwood and look for Winna Hazzard.$B$BWho knows, she might need your help...','Speak with Winna Hazzard in Felwood.','Ah, $C. I see that there is hope yet. Are you here to assist me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6606,5875,618,0,8,55,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Little Luck','We can always use a little luck, eh? A small advantage is all it takes to turn things in your favor...$B$BI happened to make the acquaintance of a rather eccentric witch doctor some time back. She made me a lucky charm... for a price. Believe me, though, it was well worth it!$B$BMaybe you\'d be interested in one of your own? Find Witch Doctor Mau\'ari in Everlook. I\'m not giving mine up!','Speak with Witch Doctor Mau\'ari in Everlook.','Ah, so Harlo be sendin\' you? Well, den, who might you be? I s\'pose you be wantin\' my help?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6607,4044,0,101,8,35,45,0,0,0,356,225,0,0,0,0,0,0,0,0,'Nat Pagle, Angler Extreme','Can\'t say I really enjoy fishin\' much. Figure I been at it for a good 20 or 30 years now.$B$BI reckon people are driven to do what they do for different reasons.$B$BNow, I\'m not saying you need to fish for 30 years or catch every fish in the sea to become a master fisherman. I reckon you just need to be determined - determined enough to sit on your duff for hours at a time, doin\' nothin\'.$B$BI\'ll tell you what, catch me a few rare fish and I\'ll teach you a thing or two. Here\'s a list:','Nat Pagle wants you to catch the following fish:$B$BMisty Reed Mahi Mahi from the Misty Reed Strand in the Swamp of Sorrows.$B$BA Sar\'theris Striker from the Sar\'theris Strand in Desolace.$B$BFeralas Ahi from the Verdantis River of Feralas.$B$BSavage Coast Blue Sailfin from the Savage Coast of Stranglethorn Vale.$B$BReturn to Nat Pagle when you have reeled them all in!','Now that\'s a fine catch!$B$BCome over here, lemme show you how to set a few lines.','Anything bitin\' today?','','','','','',16967,16970,16968,16969,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',6608,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,5,1,0,0,0,0,2,5,1,0,0,0,1000,0,0,6,0,0,5),(6608,4044,0,101,8,35,45,0,690,0,356,225,0,0,0,0,0,0,0,0,'You Too Good.','Lumak no can teach $N no more. You too good! Find Lumak friend, Nat Pagle. Is human but no eat! Is Lumak friend! Nat teach you fish gooder.$B$BYou find Nat in Dustwallow Marsh, south of Humie town, Thermorosomethinglikedat. Nat probably fishing. Go now!','You think Lumak is trying to tell you that he can no longer help you improve your fishing skill. You may want to try to find his friend, Nat Pagle, a human fishing off one of the islands south of Theramore (at least that\'s what you think Lumak said).','\'Course, you must be a friend of Lumak\'s.$B$BFishin\'? I can tell you all \'bout fishin\'.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6609,4044,0,101,8,35,45,0,1101,0,356,225,0,0,0,0,0,0,0,0,'I Got Nothin\' Left!','I\'m a dwarf fer cryin\' out loud, $g lad:missy;! I ain\'t been designed to fish! I mean look at me! I\'m practically made outta stone.$B$BI got nothin\' left - ye tapped me out. I\'ve taught ye all I know, flipflop!$B$BDon\'t ye get it? Ah, fine. I got an ol\' friend over on Kalimdor who can help ye out. \'Is name be Nat Pagle, a fine lad. Find him on the islands south o\' Theramore. Git goin\'!','Travel to Kalimdor, to the coastal city of Theramore. From there you must search for an island, south of the main town. Nat Pagle awaits your arrival!','I\'ve always got room on my island for visitors... I reckon...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6610,4044,0,304,8,35,45,0,0,0,185,225,0,0,0,0,0,0,0,0,'Clamlette Surprise','Ever heard of a clamlette? Of course you haven\'t! It\'s my latest and greatest culinary masterpiece. Oh, $N, just thinking about a clamlette makes my mouth water.$B$BUnfortunately, I\'m all out of supplies to make any! How about I make you a deal? You gather the supplies I need to make a clamlette and I\'ll teach you the finer points of exotic cuisine and I\'ll even throw in a couple of clamlettes to boot! Deal??$B$BHere\'s what I need:','Dirge Quikcleave wants you to get the following items:$B$B10 Giant Eggs. You will find those on the Rocs wandering Tanaris or any other species of large bird.$B$B10 pieces of Zesty Clam Meat. You can find those in clams, naturally!$B$B20 pieces of Alterac Swiss. Get thee to a cheesery!$B$BGather all of the items and return to Dirge.','You are in for a special treat, $N. Watch and learn!$B$B','My cravings are going to be the end of me! Hurry, $N - before I dip into my own supply.','','','','','',12207,7974,8932,0,0,0,10,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64054,64081,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6611,4044,0,304,8,35,45,0,690,0,185,225,0,0,0,0,0,13825,0,0,'To Gadgetzan You Go!','How you expect Zamja teach you anything? You got all of Zamja\'s cooking mojo and still you crave more!$B$BZamja can\'t help. Fat $r needs to go to Gadgetzan. You find a little goblin named Dirge there - he help you, fatty.$B$BWhen you become big cook on the block, you come back and teach Zamja, ok? Now go!','Travel to Gadgetzan in the Tanaris desert and speak with Dirge Quikcleave about advancing your cooking career.','$b$bPfftooey...$b$b$b$bWhat? I\'ll have you know that leather is surprisingly high in protein and low in carbohydrates.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6612,4044,0,304,8,35,45,0,1101,0,185,225,0,0,0,0,0,13825,0,0,'I Know A Guy...','I can tell by yer cooking spoon that ye know what yer doin\'. Unfortunately, I can\'t teach ya nothin\'.$B$BLuckily fer ye, I know a guy. He\'s a goblin and probably the best cook on Kalimdor.$B$BAyep, that\'s the bad news, $g lad:missy; - ye got to travel to Kalimdor. Git to Gadgetzan and find Dirge Quikcleave. He\'ll set ya straight.\n','Travel to Gadgetzan in the Tanaris desert and speak with Dirge Quikcleave about advancing your cooking career.\n','$B$BPfftey...$B$B$B$BWhat? I\'ll have you know that leather is surprisingly high in protein and low in carbohydrates, $R. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6621,4044,331,0,0,21,26,0,690,0,0,0,0,0,0,0,0,0,16972,1,'King of the Foulweald','$N, another tribe of Furbolgs, the Foulweald, live southeast of Astranaar. They are not as many as the Thistlefur, but their ferocity poses a future threat. With a show of force, we can remove that threat.$B$BTake this banner, go to the Foulweald village and place it on their totem mound. They will try to destroy the banner, but hold your ground until their chief, Murgut, appears to save face for the tribe. Bring me the totem he carries.$B$BGather your allies, $N. This is no task for a single $c.','Place Karang\'s Banner on the Foulweald Totem Mound. Do not let the furbolgs destroy the banner. Defeat Chief Murgut and bring Murgut\'s Totem to Karang Amakkar at Zoram\'gar.','Good work, $N. Issuing that challenge to the Foulwealds and defeating their leader sends them a strong message:$B$BThe Horde is not to be trifled with.$B$BI don\'t believe that tribe will giving us much trouble for a long time.','Did you defeat Chief Murgut, $N? Did you retrieve his Foulweald Totem?','','','','','',16976,16972,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17005,17006,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',216,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6622,4044,0,324,2,35,-1,0,690,0,129,225,0,0,0,0,0,0,16991,1,'Triage','Good day, doctor. You will be tested on your ability to triage patients accordingly this afternoon. Should you pass your examination, you will join the prestigious ranks of Horde Trauma.$B$BNow pay attention! The critically injured must be tended to first. After the criticals come the badly injured. The injured should be tended to last. You must save 15 patients to pass this exam. You will fail should 6 of your patients die in triage.$B$BTriage bandages will be supplied.$B$BGood luck, doctor.\n','Save patients by using Triage Bandages to tend to their wounds. You must save 15 patients before 6 of them die from their injuries.$B$BRemember the order of triage! Critically Injured Soldiers die the fastest followed by Badly Injured Soldiers. Injured Soldiers take the longest to die and should be saved AFTER your Critically Injured and Badly Injured Soldiers have been triaged.','Doctor $N, welcome to Horde Trauma.','Miraculous work, doctor. Simply miraculous.','15 Patients Saved!','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14530,49192,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',6623,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6623,4044,0,324,8,35,45,0,690,0,129,225,0,0,0,0,0,0,0,0,'Horde Trauma','Doctor $N, I presume. It is a pleasure to see you again.$B$BI have some wonderful news for you! Doctor Gregory Victor, chief physician of Horde Trauma has made a personal request for you to join him at Hammerfall. This could be the opportunity of a lifetime! I would give anything to be given a chance to study under the great Doctor Gregory Victor! Do not squander this opportunity!','Travel to Hammerfall in the Arathi Highlands and speak with Doctor Gregory Victor about joining the ranks of Horde Trauma.\n','Wonderful. Put on your scrubs, we are to start at once!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6624,4044,0,324,2,35,-1,0,1101,0,129,225,0,0,0,0,0,0,16991,1,'Triage','Good day, doctor. You will be tested on your ability to triage patients accordingly this afternoon. Should you pass your examination, you will join the prestigious ranks of Alliance Trauma.$B$BNow pay attention! The critically injured must be tended to first. After the criticals come the badly injured. The injured should be tended to last. You must save 15 patients to pass this exam. You will fail should 6 of your patients die in triage.$B$BGood luck, doctor.\n','Save patients by using Triage Bandages to tend to their wounds. You must save 15 patients before 6 of them die from their injuries.$B$BRemember the order of triage! Critically Injured Soldiers die the fastest followed by Badly Injured Soldiers. Injured Soldiers take the longest to die and should be saved AFTER your Critically Injured and Badly Injured Soldiers have been triaged.','Doctor $N, welcome to Alliance Trauma.','Miraculous work, doctor. Simply miraculous.','15 Patients Saved!','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14530,49193,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',6625,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,6),(6625,4044,0,324,8,35,45,0,1101,0,129,225,0,0,0,0,0,0,0,0,'Alliance Trauma','Doctor $N, I presume. It is a pleasure to see you.$B$BI have some wonderful news for you! Gustaf VanHowzen, chief physician of Alliance Trauma has made a personal request for you to join him at Theramore. This could be the opportunity of a lifetime! I would give anything to be given a chance to study under the great doctor, Gustaf VanHowzen! Do not squander this opportunity, doctor!','Travel to Theramore in the Dustwallow Marsh and speak with Doctor Gustaf VanHowzen about joining the ranks of Alliance Trauma.','Wonderful. Put on your scrubs, we are to start at once!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6626,4044,722,0,8,28,35,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Host of Evil','The Forsaken do not pass on their... illness... from what I have seen. This diplomat seems to be granting undeath to would-be followers. I am beginning to think he is one of the Scourge.$B$BFor now, my concern is not with him though, it\'s with the growing ranks around him. They creep from the shadows daily, almost begging him for more power.$B$BI\'m not powerful enough to fight them on my own, $N. What do you say? Are you up for some hunting?','Kill 8 Razorfen Battleguard, 8 Razorfen Thornweavers, and 8 Death\'s Head Cultists and return to Myriam Moonsinger near the entrance to Razorfen Downs.','Thank you, $N! The work you\'ve done will be a great help, I\'m sure.$B$BI will continue my study of this diplomat and the rest of the quilboar here. If you seek greater adventure, I\'d find a few friends and head into the cave that looks like a great boar maw just over there. I\'m sure once you\'re inside you\'ll find greater challenges to face.','How goes the hunt, $N? Seeing just this small sample of this diplomat\'s power here removes any doubt I had that the Scourge are one of the greatest threats this world has ever seen.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7873,7874,7872,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,6),(6627,4044,400,0,262154,25,30,0,690,0,0,0,0,0,0,0,0,1159,0,0,'Test of Lore','You have brought me the book, and now it is time for your question. Are you ready?$B$BTime is not an issue, $c, so do not feel pressured. You may take as long as you like to answer.','Answer Braug Dimspirit\'s question successfully and then speak to him again. He will remain in Stonetalon Mountains when you are ready.','Well done, $C. You have studied the text I asked you to, and now you have passed another of our tests.','Life is full of questions, $C. You will never be able to answer all of them, but with some time and study, perhaps you will become a little more knowledgeable.','Answer Braug Dimspirit\'s question correctly','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',1154,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6628,4044,400,0,262154,25,30,0,690,0,0,0,0,0,0,0,0,1394,0,0,'Test of Lore','So the time is once again upon us. As a student of lore, you have shown great tenacity by undertaking my task.$B$BAnd so now I offer you your question. If you are ready, speak to me again, and take all the time you need, $N--there is no pressure to answer quickly.','Answer Parqual Fintallas\' question successfully and then speak to him again. He will remain in the Undercity until you are ready.','Well done, $N. I had my doubts if you studied the text I asked you to get, but you\'ve answered correctly.','There is only one rule I feel you must know if you wish to survive in this world: the more you know, the more you\'ll see.$b$bIf you study, if you observe, then you will begin to see things in the world that no other $r will see.','Answer Parqual Fintallas\' question correctly','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',1160,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6629,4044,406,0,8,12,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'Kill Grundig Darkcloud','$N, you\'ve done a fine job killing Grimtotem. If you dare, Grundig Darkcloud and his personal band of brutes is by far the worst of the lot. He was the one who led the brutal attack on my village.$b$bYou will find him in Grimtotem Post a bit further up the path to the west. Kill him, and I will be forever grateful.\n','Kill Grundig Darkcloud and 6 Grimtotem Brutes, and return to Makaba Flathoof near the southeastern edge of Stonetalon.\n','Grundig Darkcloud is dead! $N, I will always be grateful for what you\'ve done here today.','Have you killed Grundig Darkcloud and his personal band of Brutes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11858,11912,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',6548,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6641,4044,331,0,2,20,23,1,690,0,0,0,0,0,0,0,0,0,0,0,'Vorsha the Lasher','Vorsha the Lasher... the fiendish hydra that roams the seas...$B$BShe has attacked our outpost, each time unprovoked, laying waste to anything that falls in her path.$B$BBut I am ready, $N. I have prepared to best the hydra and end these attacks on Zoram\'gar.$B$BThe naga honor the wicked nature of this beast with a brazier that remains lit on an island just off the coast. I believe that if we put it out, Vorsha will appear in anger.$B$BWe will need help, so be sure to bring some strong allies.','Keep Muglash safe as he travels to the brazier. Help him by putting the brazier out, then protect him as you fight against the Naga.$B$BIf you are successful, return to the Zoram\'gar Outpost and inform the Warsong Runner of the death of Vorsha the Lasher.','I have witnessed many naga attacks since I arrived here. It puts my mind at ease that Vorsha will no longer roam freely.$B$BWe are in your debt, $N.','','Defeat Vorsha the Lasher','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12940,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17692,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6642,4044,2717,0,8,60,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Favor Amongst the Brotherhood, Dark Iron Ore','','','Your offering has been accepted. Favor you have gained. Continue and you shall be allowed access to the ancient trades.','Dark Iron, while plentiful in the Depths, is still a valued commodity amongst the Brotherhood. The sacred arms and armaments of Ragnaros favor Dark Iron.$B$BFor every 10 pieces of Dark Iron Ore you offer, favor amongst the Brotherhood you will gain.','','','','','',11370,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6643,4044,2717,0,8,60,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Favor Amongst the Brotherhood, Fiery Core','','','Your offering has been accepted. Favor you have gained. Continue and you shall be allowed access to the ancient trades.','Woe unto those that tempt fate inside the Molten Core. Death comes swiftly - the punishment dealt without mercy.$B$BMany of the Brotherhood have been lost in their search for Fiery Cores.$B$BOffer 1 Fiery Core and you shall be granted favor amongst the Brotherhood.','','','','','',17010,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6644,4044,2717,0,8,60,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Favor Amongst the Brotherhood, Lava Core','','','Your offering has been accepted. Favor you have gained. Continue and you shall be allowed access to the ancient trades.','The Thorium Brotherhood sympathizes with your plight, $R. This is why Lokthos has been empowered to bargain.$B$BOffer 1 Lava Core and you shall be granted favor amongst the Brotherhood.','','','','','',17011,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6645,4044,2717,0,8,60,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Favor Amongst the Brotherhood, Core Leather','','','Your offering has been accepted. Favor you have gained. Continue and you shall be allowed access to the ancient trades.','Many of the sacred recipes require the skin from Ragnaros\' chosen pets.$B$BOffer 2 Core Leather, skinned from the smoldering corpses of the Core Hounds of the Molten Core and you shall be granted favor amongst the Brotherhood.','','','','','',17012,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6646,4044,2717,0,8,60,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Favor Amongst the Brotherhood, Blood of the Mountain','','','Your offering has been accepted. Favor you have gained. Continue and you shall be allowed access to the ancient trades.','The tears of the Fire Lord are a rare find indeed.$B$BOffer 1 Blood of the Mountain and you shall be granted favor amongst the Brotherhood.','','','','','',11382,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6661,4044,2257,0,0,10,12,0,1101,0,0,0,0,0,0,0,0,0,17117,1,'Deeprun Rat Roundup','Avast ye scallywag. Arrrr... Arrrr ye looking fer work? We gots a serious rat problem down here an\' not enough hands on the poop deck.$B$BWhat do ye say? All ye needs to do is take this here rat catchin\' flute and play the melody around the vermin. They\'ll follow ye to the ends of the world!$B$BJust capture five of the little buggers and bring em back here. We needs em alive.$B$BArrrrr...','Capture 5 Deeprun Rats by using the Rat Catcher\'s Flute. Lead the rats back to Monty. Don\'t forget to turn in the flute when you\'re finished.','These\'ll werk nicely, matey. Me brother needs em still tickin\' and kickin,\' else they go sour... Ye don\'t want to taste no sour rat kabob.','Yarrr... Swabby, what be takin\' ye so long?','','Rats Captured','','','',0,17117,0,0,0,0,0,1,0,0,0,0,13017,0,0,0,5,0,0,0,21050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6662,4044,2257,0,0,10,12,0,1101,0,0,0,0,0,0,0,0,0,17118,1,'Me Brother, Nipsy','Me brother, Nipsy, runs a rat kabob operation on the other side of Deeprun. Ye needs to take this here crate o\' rats to him before they go bad. Get a move on!$B$BYe have ridden a tram before, aye? It\'s easy. Just step aboard when she arrives and enjoy the ride. An\' keep yer arms and legs inside durin\' the ride, lest ye be peglegged fer life.','Take the Carton of Mystery Meat to Nipsy at the Stormwind Deeprun Tram Depot.','Poor Monty. Ever since the Gnomeregan incident, he hasn\'t been the same. That boy has never seen an ocean in his life, let alone being some kind of pirate.$b$b$b$bAt least he keeps the flow of twitching critters coming.','$b$bAlive and kicking... and just in time!','','','','','',17118,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17119,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',6661,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6681,4044,0,162,262144,24,24,0,0,8,0,0,0,0,0,0,0,0,17125,1,'The Manor, Ravenholdt','$N,$B$BRavenholdt has taken an interest in you, young thief. We have been watching. Your style is a bit awkward but nothing we couldn\'t fix.$B$BShould you be prepared to embark on a career as a disciple of Master Ravenholdt and member of the Assassin\'s League, you have only to bring the Seal of Ravenholdt (attached to this letter) to Ravenholdt Manor.$B$BYour first task is to find the manor, hidden away in the hills of Hillsbrad and demonstrate your cunning.$B$BRegards,$B$BFahrad','Take the Seal of Ravenholdt to Fahrad at Ravenholdt Manor, hidden away in the hills of Hillsbrad.$B$BYour cunning will be tested along the way. Be prepared.','Most excellent, young thief.$B$BYou look a bit beaten down, but no worse for the wear.$B$BA long journey awaits you - long and rewarding. Are you prepared to finally embrace your destiny among the masters of Ravenholdt?$B$BSpeak with the guards outside. They will get you started.','Did you meet Milton?','','','Rite of Cunning','','',17125,0,0,0,0,0,1,0,0,0,0,0,0,13936,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6701,4044,0,162,8,24,60,0,0,8,0,0,0,0,0,0,0,0,0,0,'Syndicate Emblems','','','Hey, nice work! Keep this up and the other rogues might stop spitting on you.','We have been entrenched in a battle with the Syndicate for years. What they lack in skill they make up for in numbers. It\'s impossible to kill them off fast enough to have any noticeable impact on their population!$B$BWe\'ve found that the best way to deal with their size is to pilfer their emblems. Once an emblem is stolen the shamed member is \'dealt\' with internally.$B$BPick their pockets clean and turn the emblems in to me or one of the other guards.$B$BStart at Durnholde, south of here.','','','','','',17124,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',6681,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6702,5875,0,162,8,100,33,1,0,8,0,0,0,0,0,0,0,0,0,0,' SF, RFK, GNOMER, BF','TXT','TXT','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(6703,5875,0,162,8,25,33,1,0,8,0,0,0,0,0,0,0,0,0,0,' SF, RFK, GNOMER, BF - Repeatable','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6704,5875,0,162,8,100,45,1,0,8,0,0,0,0,0,0,0,0,0,0,' SM, RFD, ULD','TXT','TXT','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(6705,5875,0,162,8,35,45,1,0,8,0,0,0,0,0,0,0,0,0,0,' SM, RFD, ULD - Repeatable','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6706,5875,0,162,8,100,52,1,0,8,0,0,0,0,0,0,0,0,0,0,' ZUL, ST, MAR','TXT','TXT','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(6707,5875,0,162,8,45,52,1,0,8,0,0,0,0,0,0,0,0,0,0,' ZUL, ST, MAR - Repeatable','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6708,5875,0,162,8,100,60,1,0,8,0,0,0,0,0,0,0,0,0,0,' BRD, DM, BRS','TXT','TXT','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(6709,5875,0,162,8,55,60,1,0,8,0,0,0,0,0,0,0,0,0,0,' BRD, DM, BRS - Repeatable','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6710,5875,0,162,8,1,1,1,0,8,0,0,0,0,0,0,0,0,0,0,' UBRS, STRATH, SCHOL','TXT','TXT','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(6711,5875,0,162,8,1,1,1,0,8,0,0,0,0,0,0,0,0,0,0,' UBRS, STRATH, SCHOL - Repeatable','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6721,5875,1537,0,8,10,-1,0,8,4,0,0,0,0,0,0,0,6063,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.\n','Speak with Dazalar at Dolanaar in Teldrassil.','Yes, it is time, $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6071 6072 6073 6722',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6722,4044,131,0,8,10,-1,0,8,4,0,0,0,0,0,0,0,6063,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar at Dolanaar in Teldrassil.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'6071 6072 6073 6721',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6741,4044,2597,0,72,51,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'More Booty!','','','Thanks again, $N. You do the Horde proud...','I need more armor scraps, $N! Do you have any?','','','','','',17422,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,10,0,0,0,2,0,0,0,0,21163,0,0,0,0,0,0,0,0,0,0,0,0,'',7224,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6761,4044,1657,262,8,54,55,0,1101,0,0,0,0,0,0,0,0,6762,0,0,'The New Frontier','I have relegated my second, Mathrengyl Bearwalker, to deal with Moonglade\'s call for aid. Speak to him on this matter - NOT me.$B$BLet me give you some... friendly... advice. It is I who led us out of the darkness - NOT the Cenarion Circle in Moonglade - when all was lost for our race. Teldrassil gives us all new life! They would have you believe otherwise, and to believe their propaganda would be a fool\'s task.$B$BI\'ll leave it to you to decide whether or not you\'re a fool.','Speak with Mathrengyl Bearwalker at the Cenarion Enclave of Darnassus.','Yes $C, thank you for coming. I apologize about the misunderstanding... the air is thick with mistrust between the Arch Druid here and Keeper Remulos in Moonglade. Each suspect the other of chicanery, and the fact that strange corruptions of Teldrassil continue unabated are still an issue here. It does little to quell mistrust.$B$BRegardless, our duty to the Cenarion Circle remains... even if those who lead it may disagree with one another.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',1015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6762,4044,1657,0,8,54,55,0,1101,0,0,0,0,0,0,0,0,1124,0,0,'Rabine Saturna','For this task, Keeper Remulos\' majordomo in Moonglade - Rabine Saturna - seeks aid in exploring the vast wastelands far to the west of Tanaris... and even further west of Un\'Goro. You should find him in Nighthaven, the main village of Moonglade.$B$BWhile your work will no doubt be of tremendous benefit to us all, I advise you to tread gingerly. There are tensions between Darnassus and Moonglade... ones that may grow over the course of time.','Speak with Rabine Saturna in the village of Nighthaven, Moonglade. Moonglade lies between Felwood and Winterspring, accessible through a path out of Timbermaw Hold.','I am Rabine Saturna, and on behalf of Keeper Remulos and all of the denizens of this sacred glade I bid you welcome.$B$BI appreciate your interest and eagerness to assist the Cenarion Circle. I also know that Arch Druid of Darnassus expressed his displeasure to you in your lending us aid. Rest assured that it is for the greater good, and that you will be safe from any ill-conceived repercussions you may be the target of.$B$BYou are among friends here, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',6761,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6781,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'More Armor Scraps','','','These are some good pieces, $N. I can use them to fashion new equipment for our troops.$B$BIf my supply level gets high enough, then maybe our seasoned fighting units will enter the field!','$N, we need more armor scraps to supply our troops!','','','','','',17422,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,10,0,0,0,3,0,0,0,0,21163,0,0,0,0,0,0,0,0,0,0,0,0,'',7223,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6801,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Lokholar the Ice Lord','','','The blood of our enemies has been shed. I shall mix this blood with the rest that has been gathered. Once the offering is complete, the Ice Lord shall show these Stormpike dogs the full wrath of the Frostwolf Clan!','I come from Thunder Bluff, $r. Cairne himself has seen to it that I assist the Frostwolf Clan in these dire times.$b$bBut let us not waste any more time. You must strike down our enemies and bring to me their blood. Once enough blood has been gathered, the ritual of summoning may begin.$b$bVictory will be assured when the elemental lord is loosed upon the Stormpike army.','','','','','',17306,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6804,4044,16,0,0,55,56,0,0,0,0,0,0,0,0,0,0,0,17310,1,'Poisoned Water','A force of elemental scouts was sent to the eastern plaguelands of Lordaeron, and the disease of that place twisted and infected them. The Waterlords cannot allow this affront to our purity!$B$BTake this vial. In it is a quantity of one aspect of Neptulon. If used on the plagued elementals it will fight the poison within their bodies and cure them! But their inner conflict will drive them into a surging madness.$B$BDefeat the discordant surges and bring me their bracers of binding.','Use the Aspect of Neptulon on poisoned elementals of Eastern Plaguelands. Bring 12 Discordant Bracers and the Aspect of Neptulon to Duke Hydraxis in Azshara.','You have done well, $C. The corrupted elementals you cured were an outrage to all bodies of water. Our strength lies in our purity and if we are to win our war with the others, we must remain strong.','Do you have the bracers?','','','','','',17309,17310,0,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',10296,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6805,4044,16,0,8,55,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormers and Rumblers','We, the elementals of water, wage war with those beings of the lesser elements. If you are truly our ally in this conflict, then show me your conviction!$B$BFar to the south, in the desert land of Silithus, the servants of air and earth scurry in a corner of rock named the Crystal Vale. They protect items of power from smaller beings, mortals, and although I do not know why they do this, I wish to foil their efforts.$B$BGo to the Crystal Vale in Silithus and defeat our enemies, then return to me.','Kill 15 Dust Stormers and 15 Desert Rumblers and then return to Duke Hydraxis in Azshara.','Your bravery is proven, as is your worth to us. Perhaps I may have future tasks for you, tasks more befitting a valued ally of the Waterlords.','Cowardice is not a thing we hold in regard, $c. Go to Silithus and prove your bravery.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11744,11746,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',10297,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(6821,4044,16,0,72,55,60,62,0,0,0,0,0,0,0,0,0,6822,0,0,'Eye of the Emberseer','You have shown me that you can defeat our enemies and perform missions to further the cause of the Waterlords. But until now you have only faced lesser foes... if pitted against a powerful enemy, can you prevail?$B$BThat is your new task.$B$BHigh up in Blackrock Spire the orcs have captured a servant of fire, the Pyroguard Emberseer. Find his place of imprisonment, slay his captors, and then slay the emberseer. Bring me his eye and it will show me your worth.','Bring the Eye of the Emberseer to Duke Hydraxis in Azshara.','Ah, so you do have the strength. And you have the cunning as well, for Blackrock Spire is more than a match for brute strength alone.$B$BIndeed $N, you may yet prove a valued ally to us...','Do you have the Eye, $C? Do you have the strength to enter Blackrock Spire?','','','','','',17322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',6804,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6822,4044,16,0,72,55,60,62,0,0,0,0,0,0,0,0,0,6823,0,0,'The Molten Core','$n, perhaps it is time to give you a real test. Are you ready?$B$BAt the bottom of Blackrock Depths is a passage to the Molten Core. This is a stronghold of our enemy, held by the most powerful servants of fire on this world.$B$BGo to the Molten Core, $N. Show me you have the strength and the will to defeat what you find there.$B$BAnd if you have allies among your people, then rally them. Nothing short of an army can hope to enter the Molten Core and live.','Kill 1 Fire Lord, 1 Molten Giant, 1 Ancient Core Hound and 1 Lava Surger, then return to Duke Hydraxis in Azshara.','You have done what most of your kind would think impossible. You have faced the beings of the Molten Core, and triumphed!$B$BFor so small a creature, you have displayed great resource.$B$BSome day, perhaps we might strike a true allegiance between your kind and the Waterlords.','Your success in the Molten Core awaits, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11658,11668,11673,12101,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6823,4044,16,0,72,55,60,0,0,0,0,0,749,9000,0,0,0,6824,0,0,'Agent of Hydraxis','If you truly wish an allegiance with us, then I invite you to wage war on our foes, the servants of air and earth and fire. Each defeat you heap upon them will weaken their foothold here, and further prove your adherence to our cause.$B$BThe campaign will be long, but if you persevere then your glory and honor will be great.','Earn an Honored faction with the Hydraxian Waterlords, then talk to Duke Hydraxis in Azshara.','Your exploits against our enemies ring through the chambers of the Waterlords, $N. It was thought by some that your form is too small and fragile to fight in our war, but you have made great gains. You have earned respect among us, an unbelievable feat.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6822,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6824,4044,16,0,72,55,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Hands of the Enemy','$N, your service is of great value to us, so we are reluctant to send you on this last mission for we do not want to lose such a useful agent.$B$BBut its success would further our war efforts tremendously and... it was deemed worth risking you.$B$BWe want these captains in the Molten Core destroyed: Lucifron, Sulfuron, Gehennas and Shazzrah. Kill them and bring me their hands!$B$BThis task will take every resource you possess, $N, but if can do it then the Firelords will be dealt a terrible blow.','Bring the Hands of Lucifron, Sulfuron, Gehennas and Shazzrah to Duke Hydraxis in Azshara.','You have the hands! You defeated the fire captains! I would not have thought it possible, had I not known you and what you are capable of.$B$B$N, your exploits are without number, but word of this last feat will send waves among the Waterlords. Your name may one day be legend to us.$B$BSpeak with me again, $N. I may have yet another task...','Have you defeated Lucifron and the others, $N? Do you have the hands of the enemy?','','','','','',17332,17329,17331,17330,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6823,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6825,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call of Air - Guse\'s Fleet','','','The fleet feeds on their flesh. It consumes the enemy.$B$BFlight is imminent!','We must prepare the new fleet of War Riders, $r! My riders are set to make a strike on the central battlefield; but first, I must wet their appetites - preparing them for the assault.$b$bI need enough Stormpike Soldier Flesh to feed a fleet! Hundreds of pounds! Surely you can handle that, yes? Get going!','','','','','',17326,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6826,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call of Air - Jeztor\'s Fleet','','','More! More! Bring more for they are soon to be ready!','You\'ve worked hard, $n, but we have only just begun!$b$bMy War Riders must taste in the flesh of their targets. This will ensure a surgical strike against our enemies!$b$bMy fleet is the second most powerful in our air command. Thusly, they will strike at the more powerful of our adversaries. For this, then, they need the flesh of the Stormpike Lieutenants.$b$bMake haste, soldier!','','','','','',17327,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6827,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call of Air - Mulverick\'s Fleet','','','Not enough! I would expect this level of work from an initiate, but you, $N? Come on, soldier! HUSTLE! More flesh is needed!','I was locked up in a dwarven hellhole for days. You better believe I want revenge!$b$bWe must plan carefully.$b$bFirst, my war riders need targets to gun for - high priority targets. I\'m going to need to feed them the flesh of Stormpike Commanders. Unfortunately, those little buggers are entrenched deep behind enemy lines! You\'ve definitely got your work cut out for you.','','','','','',17328,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6841,5875,1497,0,8,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(6842,5875,1377,0,8,54,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6843,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Da Foo','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6844,4044,1377,0,0,54,57,0,0,0,0,0,0,0,0,0,0,6845,17346,1,'Umber, Archivist','There\'s plenty to do here still, but I think taking this back to the Circle for analysis is key. Trust me - the work will still be here once this is all said and done. If it\'s a journal inside this sticky chitin, then the Circle would finally have a window into the past!$B$BTake this to the Circle\'s archivist in Nighthaven. His name is Umber, and the man\'s brilliant. Touched, sure, but brilliant nonetheless! Umber\'s salvaged tomes in far worse shape than this. If it can be saved, he can do it.','Take the Encrusted Silithid Object to Umber - the Cenarion Circle\'s archivist - in the village of Nighthaven, Moonglade.','Well great monkey toads! What have you got here? It\'s sort of book shaped, I guess... I\'ll try crack this shell on it.$b$bLayo sent you to me from Silithus? I\'ve only heard very hushed rumblings - which I guess aren\'t all that hushed when you think about it - about the horrors that are going on out there. Couple that with my lack of pleasure for anything bug-like, and you\'ve got the recipe for me needing to stay here with the books!','Why, hello there! Hrmm...$b$bLet me be a little honest with you, friend... you smell a bit ripe. Whiffy, one might say. Now I\'m not making a personal assailment of your being. I\'m just saying... in the future, you may want to freshen up a little after coming in from the field. It will make those first impressions a little more positively impressionable!$b$bAnyhoo... what can I do for you?','','','','','',17346,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',1126,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(6845,4044,493,0,8,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uncovering Past Secrets','Anyway, you should check back with me relatively soon... that is if you want to know what was in here. As soon as I find out what it is, and if it\'s indeed a book, I\'d be happy to share that information with you.$B$BIn the meantime, I\'d check in with the den mother of this little bear camp, Rabine. No doubt he\'ll want to know what crazy antics you\'ve been up to. Never leave the den mother waiting, $N... that is, unless you want to be doused in honey.$B$BIt\'s happened, trust me.','Speak with Rabine Saturna in the village of Nighthaven, Moonglade.','Ah, $N - I had hoped you would stop by. I am glad to see you well.$b$bI received notice you would be coming in from the field, and I wanted to personally express the Cenarion Circle\'s gratitude for the assistance you\'ve given us thus far. No doubt there are more secrets to uncover from Silithus; your delivery to Umber should prove most interesting once uncovered. Please, accept this as a token of our continued appreciation for your aid.$b$bThank you, generous $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18400,18402,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,350,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,65400,0,0,0,0,'',6844,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(6846,5875,2597,0,72,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Begin the Attack!','','','Ah, the orders! They say I\'m to assault at will, and my will says... now!','My troops are supplied and ready to assault. We just need orders from Noreg Stormpike and I\'ll send them into the fray!','','','','','',17353,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6847,5875,2597,0,74,51,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Master Ryson\'s All Seeing Eye','Your war in the heart of Alterac means nothing to the Syndicate, $c. We will do as we have always done: Wait until a clear victor rises from the ashes and rubble of this madness and then strike.$B$BThat, however, is not why we are here now. The All Seeing Eye has been lost - taken by the Winterax trolls of the region.$B$BRecover the Eye and our services shall be yours - for whatever time remains for your side.$B$BReturn to me once you acquire the eye so that I may examine you.$B$B','Recover Master Ryson\'s All Seeing Eye from the Winterax caves and return it to Master Ryson.$B$BBe warned, it is said that Master Ryson\'s All Seeing Eye carries with it a terrible curse!','Thanks for the done work!','','Master Ryson\'s All Seeing Eye Recovered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6848,4044,2597,0,74,50,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Master Ryson\'s All Seeing Eye','Your war in the heart of Alterac means nothing to the Syndicate, $c. We will do as we have always done: Wait until a clear victor rises from the ashes and rubble of this madness and then strike.$B$BThat, however, is not why we are here now. The All Seeing Eye has been lost - taken by the Winterax trolls of the region.$B$BRecover the Eye and our services shall be yours - for whatever time remains for your side.$B$BReturn to me once you acquire the eye so that I may examine you.$B$B','Recover Master Ryson\'s All Seeing Eye from the Winterax caves and return it to Master Ryson.$B$BBe warned, it is said that Master Ryson\'s All Seeing Eye carries with it a terrible curse!','Thanks for the done work!','','Master Ryson\'s All Seeing Eye Recovered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6861,4044,2597,0,72,51,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Zinfizzlex\'s Portable Shredder Unit','I\'m as anxious as you are to try out my portable shredder unit, $r, but before I can make the kit, I\'m going to need materials - lots of materials!$B$BTo be exact, I\'m going to need a mountain of thorium, mithril, and iron. I will also need one steamsaw per unit. You\'ll have to get those at the lumber mill.$B$BWhen I was nosing around in here (before my capture) I noticed a pile of steamsaws at the Stormpike lumber camp.','Master Engineer Zinfizzlex wants you to bring him the following:$B$B*30 Thorium Bars.$B$B*50 Mithril Bars.$B$B*75 Iron bars.$B$B*1 Steamsaw.\n','Thanks for the done work!','','','','','','',12359,3860,3575,17411,0,0,30,50,75,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17384,0,0,0,1,0,0,0,729,76,0,0,0,0,25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6862,4044,2597,0,72,51,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Zinfizzlex\'s Portable Shredder Unit','I\'m as anxious as you are to try out my portable shredder unit, $r, but before I can make the kit, I\'m going to need materials - lots of materials!$B$BTo be exact, I\'m going to need a mountain of thorium, mithril, and iron. I will also need one steamsaw per unit. You\'ll have to get those at the lumber mill.$B$BWhen I was nosing around in here (before my capture) I noticed a pile of steamsaws at the Frostwolf lumber camp.','Master Engineer Zinfizzlex wants you to bring him the following:$B$B*30 Thorium Bars.$B$B*50 Mithril Bars.$B$B*75 Iron bars.$B$B*1 Steamsaw.\n','Thanks for the done work!','','','','','','',12359,3860,3575,17411,0,0,30,50,75,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17410,0,0,0,1,0,0,0,730,47,0,0,0,0,25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6881,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Ivus the Forest Lord','','','Well done, $N. I will use the power of this charm to augment the magic that has already been gathered. When enough power has been amassed, I shall focus the collected energies and call upon the Forest Lord to aid our cause.','The Frostwolf Clan is protected by a taint of elemental energy. Their shaman meddle in powers that will surely destroy us all if left unchecked.$b$bThe damage has grown too great for the Circle to control! Ivus must be called to our aid.$b$bThe Frostwolf soldiers carry elemental charms called storm crystals. We can use the charms to conjure Ivus. Venture forth and claim the crystals, $n!','','','','','',17423,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6901,5875,2597,0,72,1,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Launch the Attack!','','','It\'s about time! Now we can show the Alliance their folly in coming to Alterac Valley!','','','','','','',17442,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6921,4044,719,0,8,21,27,81,690,0,0,0,0,0,0,0,0,0,0,0,'Amongst the Ruins','The Twilight\'s Hammer has moved into the Moonshrine Ruins of Blackfathom Deeps. Their presence can only serve to coerce the elements into working against us. If left unchecked, this region will be theirs for good.$B$B$N, go into Blackfathom and find the ruin\'s fathom stone; it should be somewhere close in the water. In it is a fathom core - a device that when properly read it will relate a history of all elemental activity. If I have it, I and the Earthen Ring can maybe do something to stop them!','Bring the Fathom Core to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','This is exactly what I need! A fathom core is an incredible well of information that we will be able to draw much good from. Whatever the Twilight\'s Hammer is up to in there - and believe me when I say it is no good - my comrades and I will now uncover.$b$bYou\'ve done well here today; the Earthen Ring looks upon you warmly for assisting us. You\'ve also helped the Horde as a whole, and for that you should be proud.','Have you been successful in locating the fathom core? Without it we\'ll have no idea what the Twilight\'s Hammer is exactly up to down there.','','','','','',16762,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,500,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,7),(6922,4044,331,0,0,21,30,81,690,0,0,0,0,0,0,0,0,0,16782,1,'Baron Aquanis','The defeated water elemental has left behind a strange water globe. You surmise that the object somehow fed the beast energy. Inside the globe, a putrid-looking form of water sloshes about. The globe itself seems impervious to any sort of physical force.$B$BIf anyone can make any sense of this item, it would be Je\'neu Sancrea of the Earthen Ring. He is located at the Horde\'s Zoram\'gar Outpost in Ashenvale.','Bring the Strange Water Globe to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','This... this is quite the find, $N.$B$BYou acquired this from Baron Aquanis in Blackfathom, you say? Baron Aquanis has long been thought of as a corrupted elemental power; this globe will prove what exactly had corrupted him. While it would be no surprise if it turned out to be the Twilight\'s Hammer, our studies will also show how they did it as well.$B$BYou did well in bringing this to me. Please - take this, along with the Earthen Ring\'s warmest regards.','Ah, hello again $N. I was just reading the waves the sea, much like I always do. What brings you to the outpost?','','','','','',16782,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16886,16887,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6941,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call of Air - Vipore\'s Fleet','','','The flight will be ready soon. Continue your efforts!','The elite Frostwolf units that guard the lines must be dealt with, soldier! I\'m tasking you with thinning out that herd of savages. Return to me with medals from their lieutenants and legionnaires. When I feel that enough of the riff-raff has been dealt with, I\'ll deploy the air strike.','','','','','',17503,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6942,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call of Air - Slidore\'s Fleet','','','Keep em coming, soldier! The Aerie gryphons will be ready to strike in no time at all!','My gryphons are poised to strike at the front lines but cannot make the attack until the lines are thinned out.$b$bThe Frostwolf warriors charged with holding the front lines wear medals of service proudly upon their chests. Rip those medals off their rotten corpses and bring them back here.$b$bOnce the front line is sufficiently thinned out, I will make the call to air! Death from above!','','','','','',17502,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6943,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call of Air - Ichman\'s Fleet','','','Can you see it? Look at them, soldier! They\'re coming around... Soon, Ichman\'s flight will once again strike at the heart of the valley! Stormpike will rule the skies!','Their spirits are low, soldier. After our last failed air strike against the Horde, they refuse to fly! It is up to you to bolster their morale.$b$bReturn to the battlefield and strike at the heart of the Frostwolf\'s command. Take down their commanders and guardians. Return to me with as many of their medals as you can stuff in your pack! I promise you, when my gryphons see the bounty and smell the blood of our enemies, they will fly again! Go now!','','','','','',17504,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6961,5875,0,22,8,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Great-father Winter is Here!','Have a wondrous Winter Veil, friend! Be sure to say hello to Greatfather Winter! If you\'ve been nice this year, you\'ll receive wondrous treats on the day of the Feast of Winter Veil. Be sure to tell him what you hope to get this year!$B$BAlso, be sure to stock up on treats to give those who\'ve been nice this year. We have a great selection to choose from. Fresh from our farm to your plate - it\'s Smokywood Pastures wholesome goodness!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Orgrimmar.','Ho ho hello. I am Greatfather Winter, and I - courtesy of the fine folks of Smokywood Pastures... \"Fresh from our farm to your plate, it\'s Smokywood Pastures wholesome goodness\" - would like to wish you a fantastic Feast of Winter Veil.$B$BIf you\'ve been good this year, maybe you will receive treats from Smokywood Pastures as your treat for the Feast of Winter Veil. Huzzah.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,4,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(6962,4044,0,22,8,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Treats for Great-father Winter','Hey, can you do Greatfather Winter a favor, um, little $g boy : girl;?$B$BNot to needlessly talk about myself in the third person, but Greatfather Winter has been at this all day and he could use a treat himself. Some gingerbread cookies and ice cold milk to wash them down with would really hit the spot. Think you could be a friend to the Greatfather and fetch some for me?','Bring 5 Gingerbread Cookies and an Ice Cold Milk to Greatfather Winter in Orgrimmar.','You\'re quite the helper to ol\' Greatfather Winter there, $N. Have a great Feast of Winter Veil.$B$BHere\'s a little something... you know, for the effort.','All this talk of treats has given me a hankering for some myself. Mmmm... gingerbread cookies and milk...','','','','','',17197,1179,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17727,0,0,0,1,0,0,0,169,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,102,7200,17685,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,2,7,1,0,0,0,0,0,0,1,0,0,2),(6963,4044,0,22,8,30,-1,0,690,0,0,0,0,0,0,0,0,6983,0,0,'Stolen Winter Veil Treats','Listen... not to shatter the magic of the season here, but Smokywood Pastures could use some assistance - the kind you adventuring types are known to give.$B$BWe\'re missing an important shipment of treats that was restocking us for the season, and now we\'re missing the agent of Smokywood Pastures that we sent out to the field to find it! Please - the shipment was last reported in the Alterac Mountains, and that\'s where our man went to look for it.$B$BSee if both are out there, safe and sound!','Locate the Smokywood Pastures investigator that has gone missing in the snowy regions of the Alterac Mountains.','Y-y-you can h-h-hear me! Thank the b-b-bottom line!$B$BI\'m not really a s-s-snowman - my n-n-name is Sacks, and I w-w-work for the Orgrimmar b-b-branch of Smokywood Pastures... I g-g-got sent out here to look for a m-m-missing package, when I was attacked by a c-c-creature I have never seen b-b-before!$B$BSo v-v-very cold...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(6964,4044,0,22,8,10,-1,0,690,0,0,0,0,0,0,0,0,7061,0,0,'The Reason for the Season','Gifts, treats, presents... bah, I say!$B$BThose goblins pollute the true meaning of this season - the Feast of Winter Veil. This is a time of renewal; the land slumbers under a blanket of snow brought forth by Greatfather Winter, who is NOT the bumbling fool over there in the red suit!$B$BIf you\'re interested in learning what the Feast is all about for yourself, ask Sagorne Creststrider. I\'m sure he\'ll be surprised that someone cares about history rather than getting presents.','Speak with Sagorne Creststrider in the Valley of Wisdom of Orgrimmar about the Feast of Winter Veil.','The Feast of Winter Veil, you say? Alas, in times past it held a more substantial meaning to us tauren. Nowadays, it seems as though others have turned the legend of this season of renewal into something that helps to sell candies and presents.$B$BIt\'s no surprise that Furmund is bitter about that sort of change. He and other tauren like him cling to our past like a banner of war. While I think a little celebration is always good, it is important to remember the origins of the Feast.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(6981,4044,718,0,2,15,26,0,0,0,0,0,0,0,0,0,0,0,10441,1,'The Glowing Shard','The shard is a brilliant green, and although solid, what looks like smoke swirls just below the surface. You can\'t help staring into the depths of the crystal; at the same time, you know there is something very disturbing about it.$B$BMaybe you should see if anyone in Ratchet can tell you more about this strange shard.','Travel to Ratchet to find someone that can tell you more about the glowing shard.$B$BThen, deliver the shard as you are directed.','Oh... I have never seen anything like this...','Hello, $R. What can I do for you?','Speak with someone in Ratchet about the Glowing Shard','','','','',0,10441,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(6982,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Coldtooth Supplies','The Coldtooth mine is a storage depot for the Horde. I can\'t stomach the food they give their troops, and the state of their arms and armor is atrocious! But... in times like these when supplies are so important, we can use what they have.$B$BEnter the Coldtooth mine and bring me back their supplies. That will help keep the Alliance in fighting shape, and remove much needed equipment from the Horde\'s warriors.$B$BGood luck, $N. The mine is to the distant south, deep in Horde territory.','Bring 10 Coldtooth Supplies to the Alliance Quartermaster in Dun Baldar.','Ah, you got them. Good work, $N! These supplies are a little musty from sitting in that dark mine for so long, but we\'ll make use of them nonetheless.$B$BThank you, $N. Your deeds are vital to the maintenance of our fighting forces.','Have you been to the Coldtooth mine, $N? Do you have the supplies I asked for?','','','','','',17542,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,25,0,0,0,6,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(6983,5875,0,22,8,30,-1,1,690,0,0,0,0,0,0,0,0,6984,0,0,'You\'re a Mean One...','A c-c-creature called \"The Abominable Greench\" is the one w-w-who stole our shipment of t-t-treats, $N. Be c-c-careful though! He is t-t-the one who turned me into this s-s-snowy mess!$B$BYou\'re g-g-gonna need some help in f-f-facing him. I\'ve seen him w-w-wander all around where the y-y-yeti are; he\'s s-s-surely here s-s-somewhere! F-f-find the treats $N, take them b-b-back to Smokywood Pastures in Orgrimmar, and t-t-tell them I n-n-need to be unfrozen!','Locate and return the Stolen Treats to Kaymard Copperpinch in Orgrimmar. It was last thought to be in the possession of the Abominable Greench, found somewhere in the snowy regions of the Alterac Mountains.','You found it! You\'ve saved Smokywood Pasture\'s Feast of Winter Veil!$B$BPoor Sacks... we\'ll be sure to send a team out there and figure out a way to unfreeze him. Hopefully, he\'ll be back in time for the day of the Feast; he\'ll need to make up missed time working though. Still, this wouldn\'t even be possible if it weren\'t for you!','$N - our Feast of Winter Veil will be ruined without those treats to restock! Graccu himself will miss out on sharing his delicious meat pies with all the good boys and girls this season...','','','','','',17662,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',6963,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,5,1,0,0,0,0,0,3,5,4,1,0,0,0,0,0,5,0,0,3),(6984,5875,0,22,8,30,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Smokywood Pastures\' Thank You!','We at Smokywood Pastures appreciate the recovery of the stolen treats, $N. For that, we\'d like to offer you a special gift... presented by none other than Great-father Winter himself!$B$BPlease, speak with Great-father Winter, and he will give you your Feast of Winter Veil gift from us here at Smokywood Pastures. From our farm to your plate, it\'s always Smokywood Pastures wholesome goodness... thanks to you, of course!','Speak with Great-father Winter in Orgrimmar.','Ho ho hello, adventurer!$B$BThe goblins told me that you have earned a special gift this holiday season, and I am pleased to give it to you. Here you go - have a wondrous Feast of Winter Veil this and every season in the future.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17726,0,0,0,1,0,0,0,169,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,108,86400,17712,0,0,0,0,780,0,0,0,0,'',6983,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(6985,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Irondeep Supplies','The Stormpike dwarves are using the Irondeep mine as a storage depot. I want you to raid that mine and bring me its supplies. This will curtail the Stormpikes\' efforts in Alterac Valley, and will provide us with needed equipment!$B$BBe wary, $N. The Irondeep mine is deep in Alliance territory, and control of the mine is as shifting as the snows of Alterac.','Bring 10 Irondeep Supplies to the Horde Quartermaster in Frostwolf Keep.','You got them! Nicely done, $N! And I hope you saw a few dwarves during your raid, and shed their blood for the Frostwolves!','Did you enter the Irondeep mine, $N? Did you raid its supplies?','','','','','',17522,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,25,0,0,0,6,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7001,4044,2597,0,66,51,-1,0,690,0,0,0,0,0,0,0,0,0,17626,1,'Empty Stables','The war in the valley has taken its toll on our soldiers. We must revitalize our forces!$B$BIf we can fill up the stables, the Wolf Riders will once more be able to ride out into the field of battle.$B$BTake this muzzle and track down the frostwolves that inhabit the nearby forest. Once you find a wolf, use the muzzle to tame the beast. Bring the tamed beast back to me so that I may place it in the stable.$B$BWhen we have enough wolves stabled, the Wolf Riders will rejoin their patrol on our front lines.','Locate a Frostwolf in Alterac Valley. Use the Frostwolf Muzzle when you are near the Frostwolf to \'tame\' the beast. Once tamed, the Frostwolf will follow you back to the Frostwolf Stable Master. Speak with the Frostwolf Stable Master to earn credit for the capture.','I can only hope that those charged with collecting ram hides are as determined as you, $N.$B$BAt this rate, we will have the stables full in a matter of hours!','Without your help, the Frostwolf Wolf Riders would not have mounts to ride into battle. You do us a great service!','Frostwolf Muzzled and Returned','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7002,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Ram Hide Harnesses','','','Well done, soldier. I will notify you when I have stockpiled enough of the hides.$B$BCarry on!','While some of our soldiers are busy capturing wolves for the stable master, others must provide for the simple necessities that riding requires. I am speaking of riding harnesses, of course.$B$BYou must strike at the indigenous rams of the region. The very same rams that the Stormpike cavalry uses as mounts!$B$BSlay them and return to me with their hides. Once we have gathered enough hides, we will fashion harnesses for the riders. The Frostwolf Wolf Riders will ride once more!','','','','','',17642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7003,4044,357,0,0,45,48,0,0,0,0,0,0,0,0,0,0,0,18904,1,'Zapped Giants','I\'m going to have to do something about the giants if I stay out here! They\'re certainly not good for business, now are they?$B$BI\'ve been working on a variant of a gnomish shrinking ray, but I\'m using superior GOBLIN technological advances in its construction! In an effort to avoid inconveniences for myself such as death, I\'d like for you to try it out on any of the giants in Feralas. You should find miniaturization residue on them after you shrink them - bring me back some!','Use Zorbin\'s Ultra-Shrinker to zap any kind of giant found in Feralas into a more manageable form. Bring 15 Miniaturization Residues found on the zapped versions of these giants to Zorbin Fandazzle at the docks of the Forgotten Coast, Feralas.','Splendifimous! Not only am I glad to see that you\'ve returned with the residue, but also with all your major appendages intact! That is, well, there was never any danger in using the Ultra-Shrinker, now was there!$B$BI do appreciate your effort on my behalf, $N. Truly, you are a friend to goblins everywhere. Accept this as a token of my appreciation!','Miniaturization residue, I assure you, is a valuable commodity when it comes to engineering! Well, it is valuable in that it helps me make sure the zapper won\'t do something as disappointing as explode on the user.$B$BOh, I mean for the zappers other than the one I gave you. Absolutely!','','','','','',18956,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19040,0,0,0,1,0,0,0,169,0,0,0,0,0,350,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',7721,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,5),(7021,4044,0,22,8,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Great-father Winter is Here!','Have a wondrous Winter Veil, friend! Be sure to say hello to Greatfather Winter, who\'s currently in Orgrimmar! If you\'ve been nice this year, you\'ll receive wondrous treats on the day of the Feast of Winter Veil. Be sure to tell him what you hope to get this year!$B$BAlso, be sure to stock up on treats to give those who\'ve been nice this year. We have a great selection to choose from. Fresh from our farm to your plate - it\'s Smokywood Pastures wholesome goodness!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Orgrimmar.','Ho ho hello. I am Greatfather Winter, and I - courtesy of the fine folks of Smokywood Pastures... \"Fresh from our farm to your plate, it\'s Smokywood Pastures wholesome goodness\" - would like to wish you a fantastic Feast of Winter Veil.$B$BIf you\'ve been good this year, maybe you will receive treats from Smokywood Pastures as your treat for the Feast of Winter Veil. Huzzah.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'7024',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7022,4044,0,22,8,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Greatfather Winter is Here!','Have a wondrous Winter Veil, friend! Be sure to say hello to Greatfather Winter! If you\'ve been nice this year, you\'ll receive wondrous treats on the day of the Feast of Winter Veil. Be sure to tell him what you hope to get this year!$B$BAlso, be sure to stock up on treats to give those who\'ve been nice this year. We have a great selection to choose from. Fresh from our farm to your plate - it\'s Smokywood Pastures wholesome goodness!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Ironforge.','Ho ho hello. I am Greatfather Winter, and I - courtesy of the fine folks of Smokywood Pastures... \"Fresh from our farm to your plate, it\'s Smokywood Pastures wholesome goodness\" - would like to wish you a fantastic Feast of Winter Veil.$B$BIf you\'ve been good this year, maybe you will receive treats from Smokywood Pastures as your treat for the Feast of Winter Veil. Huzzah.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'7023',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7023,4044,0,22,8,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Greatfather Winter is Here!','Have a wondrous Winter Veil, friend! Be sure to say hello to Greatfather Winter, who\'s currently in Ironforge! If you\'ve been nice this year, you\'ll receive wondrous treats on the day of the Feast of Winter Veil. Be sure to tell him what you hope to get this year!$B$BAlso, be sure to stock up on treats to give those who\'ve been nice this year. We have a great selection to choose from. Fresh from our farm to your plate - it\'s Smokywood Pastures wholesome goodness!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Ironforge.','Ho ho hello. I am Greatfather Winter, and I - courtesy of the fine folks of Smokywood Pastures... \"Fresh from our farm to your plate, it\'s Smokywood Pastures wholesome goodness\" - would like to wish you a fantastic Feast of Winter Veil.$B$BIf you\'ve been good this year, maybe you will receive treats from Smokywood Pastures as your treat for the Feast of Winter Veil. Huzzah.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'7022',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(7024,4044,0,22,8,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Great-father Winter is Here!','Have a wondrous Winter Veil, friend! Be sure to say hello to Greatfather Winter, who\'s currently in Orgrimmar! If you\'ve been nice this year, you\'ll receive wondrous treats on the day of the Feast of Winter Veil. Be sure to tell him what you hope to get this year!$B$BAlso, be sure to stock up on treats to give those who\'ve been nice this year. We have a great selection to choose from. Fresh from our farm to your plate - it\'s Smokywood Pastures wholesome goodness!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Orgrimmar.','Ho ho hello. I am Greatfather Winter, and I - courtesy of the fine folks of Smokywood Pastures... \"Fresh from our farm to your plate, it\'s Smokywood Pastures wholesome goodness\" - would like to wish you a fantastic Feast of Winter Veil.$B$BIf you\'ve been good this year, maybe you will receive treats from Smokywood Pastures as your treat for the Feast of Winter Veil. Huzzah.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'7021',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7025,4044,0,22,262152,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Treats for Greatfather Winter','Hey, can you do Greatfather Winter a favor, um, little $g boy : girl;?$B$BNot to needlessly talk about myself in the third person, but Greatfather Winter has been at this all day and he could use a treat himself. Some gingerbread cookies and ice cold milk to wash them down with would really hit the spot. Think you could be a friend to the Greatfather and fetch some for me?','Bring 5 Gingerbread Cookies and an Ice Cold Milk to Greatfather Winter in Ironforge.','You\'re quite the helper to ol\' Greatfather Winter there, $N. Have a great Feast of Winter Veil.$B$BHere\'s a little something... you know, for the effort.','All this talk of treats has given me a hankering for some myself. Mmmm... gingerbread cookies and milk...','','','','','',17197,1179,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17727,0,0,0,1,0,0,0,169,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,118,7200,17685,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(7026,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Ram Riding Harnesses','','','Well done, soldier. I will notify you when I have stockpiled enough of the hides.$B$BCarry on!','The Stormpike Brigade cannot charge into battle bareback! We require harnesses for our mounts, after all, we are not savages.$B$BWhile we could easily slay the rams that roam near our base for the leather required to fashion a harness, doing so would be idiotic. We need those rams for mounts.$B$BYou must strike at our enemy\'s base, slaying the frostwolves they use as mounts and taking their hides. Return their hides to me so that harnesses may be made for the cavalry. Go!','','','','','',17643,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7027,4044,2597,0,66,51,-1,0,1101,0,0,0,0,0,0,0,0,0,17689,1,'Empty Stables','Just look at the stables, $N! Empty! The Stormpike Brigade has no rams to ride - the cavalry is defunct.$B$BYou must help us, soldier. Take this training collar and enter the wilds of this valley. Locate the Alterac rams that roam throughout the area and use the collar to snare one. When you have captured a ram, return it to me and I shall place it in our stable.$B$BWhen we have enough rams, the ram rider commander will be notifed. With your help, the cavalry will be reborn!','Locate an Alterac Ram in Alterac Valley. Use the Stormpike Training Collar when you are near the Alterac Ram to \'tame\' the beast. Once tamed, the Alterac Ram will follow you back to the Stable Master. Speak with the Stable Master to earn credit for the capture.\n','The stables will be full in no time at all. Keep up the good work!','Without your help, the Stormpike Ram Riders would not have mounts to ride into battle. You do us a great service!','Ram Collared and Returned','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7028,4044,2100,0,8,41,47,81,0,0,0,0,0,0,0,0,0,0,0,0,'Twisted Evils','The crystal caverns of Terramok lie to the west, deep within Maraudon... It is an ancient place with much history. And I am looking to get my hands on some of it, $c. Relics of the old gods lie hidden behind the giant doors.$B$BIf you are willing to brave the twisted evils found in Maraudon, I believe I can make it worth your time. Collect the theradric crystal carvings you find, and return them to me.$B$BOnce I get the carvings, I will be able to... study them. These powers have been too long at rest... ','Collect 15 Theradric Crystal Carvings for Willow in Desolace.','Ha ha ha! I knew you\'d be back.$b$b$b$b...So easy to convince.$b$b...Will do anything for the right price. Heh heh heh...','Don\'t ask questions!$B$BYou have my request.','','','','','',17684,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17775,17776,17777,17779,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,7),(7029,4044,2100,0,0,41,47,81,690,0,0,0,0,0,0,0,0,0,17693,1,'Vyletongue Corruption','A satyr known as Vyletongue has corrupted the caverns of Maraudon, stunting the growth of many of the plants inside.$B$BTake this vial, $N. Fill it at the orange crystal pool found inside the caverns; the coating inside the vial will counter the toxins, turning it into a healing agent.$B$BFind the Vylestem vines inside the orange caverns, and use the purified liquid on them. The corruption will be purged from the plant, but do know that Vyletongue will still control it. He may use it against you...','Fill the Coated Cerulean Vial at the orange crystal pool in Maraudon.$B$BUse the Filled Cerulean Vial on the Vylestem Vines to force the corrupted Noxxious Scion to emerge.$B$BHeal 8 plants by killing these Noxxious Scion, then return to Vark Battlescar in Shadowprey Village.','Thank you for returning this, $N. With the remaining liquid you brought me, I can continue my studies.$b$bWhile there is still much to do, you have helped to heal some of the corruption that Vyletongue spread through Maraudon. Please take this with my gratitude.','If you are able to heal the plant, it will again begin to grow. We must do what we can, $N...','','Vylestem Vines healed','','','',0,17696,0,0,0,0,0,1,0,0,0,0,13696,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,17768,17778,17770,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7041,4044,2100,0,0,41,47,81,1101,0,0,0,0,0,0,0,0,0,17693,1,'Vyletongue Corruption','A satyr known as Vyletongue has corrupted the caverns of Maraudon, stunting the growth of many of the plants inside.$B$BTake this vial, $N. Fill it at the corrupted orange pool found inside the caverns; the coating inside the vial will counter the toxins, turning it into a healing agent.$B$BFind the Vylestem vines inside the orange caverns, and use the purified liquid on them. The corruption will be purged from the plant, but do know that Vyletongue will still control it. He may use it against you...','Fill the Coated Cerulean Vial at the orange crystal pool in Maraudon.$B$BUse the Filled Cerulean Vial on the Vylestem Vines to force the corrupted Noxxious Scion to emerge.$B$BHeal 8 plants by killing these Noxxious Scion, then return to Talendria in Nijel\'s Point.','Thank you for returning this, $N. With the remaining liquid you brought me, I can continue my studies.$b$bWhile there is still much to do, you have helped to heal some of the corruption that Vyletongue spread through Maraudon. Please take this with my gratitude.','If you are able to heal the plant, it will again begin to grow. We must do what we can, $N...','','Vylestem Vines healed','','','',0,17696,0,0,0,0,0,1,0,0,0,0,13696,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,17768,17778,17770,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7042,4044,0,22,8,30,-1,0,1101,0,0,0,0,0,0,0,0,7043,0,0,'Stolen Winter Veil Treats','Listen... not to shatter the magic of the season here, but Smokywood Pastures could use some assistance - the kind you adventuring types are known to give.$B$BWe\'re missing an important shipment of treats that was restocking us for the season, and now we\'re missing the agent of Smokywood Pastures that we sent out to the field to find it! Please - the shipment was last reported in the Alterac Mountains, and that\'s where our man went to look for it.$B$BSee if both are out there, safe and sound!','Locate the Smokywood Pastures investigator that has gone missing in the snowy regions of the Alterac Mountains.','Y-y-you can h-h-hear me! Thank the b-b-bottom line!$b$bI\'m not really a s-s-snowman - my n-n-name is Sacks, and I w-w-work for the Ironforge b-b-branch of Smokywood Pastures... I g-g-got sent out here to look for a m-m-missing package, when I was attacked by a c-c-creature I have never seen b-b-before!$b$bSo v-v-very cold...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(7043,4044,0,22,8,30,-1,1,1101,0,0,0,0,0,0,0,0,7045,0,0,'You\'re a Mean One...','A c-c-creature called \"The Abominable Greench\" is the one w-w-who stole our shipment of t-t-treats, $N. Be c-c-careful though! He is t-t-the one who turned me into this s-s-snowy mess!$B$BYou\'re g-g-gonna need some help in f-f-facing him. I\'ve seen him w-w-wander all around where the y-y-yeti are; he\'s s-s-surely here s-s-somewhere! F-f-find the treats $N, take them b-b-back to Smokywood Pastures in Ironforge, and t-t-tell them I n-n-need to be unfrozen!','Locate and return the Stolen Treats to Wulmort Jinglepocket in Ironforge. It was last thought to be in the possession of the Abominable Greench, found somewhere in the snowy regions of the Alterac Mountains.\n','You found it! You\'ve saved Smokywood Pasture\'s Feast of Winter Veil!$B$BPoor Sacks... we\'ll be sure to send a team out there and figure out a way to unfreeze him. Hopefully, he\'ll be back in time for the day of the Feast; he\'ll need to make up missed time working though. Still, this wouldn\'t even be possible if it weren\'t for you!','$N - our Feast of Winter Veil will be ruined without those treats to restock! Graccu himself will miss out on sharing his delicious meat pies with all the good boys and girls this season...','','','','','',17662,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',7042,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7044,4044,2100,0,8,41,49,81,0,0,0,0,0,0,0,0,0,0,0,0,'Legends of Maraudon','A dark satyr called Lord Vyletongue spread his evil through these twisting caves, poisoning the minds of all inside. He still resides beyond the purple crystals.$B$BVyletongue also created a living symbol of his corruption called Noxxion that dwells beyond the orange crystals. Together, they have stolen the two parts of my brother\'s scepter. Celebras, my brother... he wanders blindly inside, cursed by corruption.$B$BYou must help him! Find the pieces, and speak to my brother... somehow.','Recover the two parts of the Scepter of Celebras: the Celebrian Rod and the Celebrian Diamond.$B$BFind a way to speak with Celebras.','Now that you have recovered the two parts of my scepter, I have hope that Maraudon may one day be rid of the Vyle corruption.','I have awoken from a nightmare that seemed it would never end...','','','','','',17703,17702,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7045,5875,0,22,8,30,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Smokywood Pastures\' Thank You!','We at Smokywood Pastures appreciate the recovery of the stolen treats, $N. For that, we\'d like to offer you a special gift... presented by none other than Greatfather Winter himself!$B$BPlease, speak with Greatfather Winter, and he will give you your Feast of Winter Veil gift from us here at Smokywood Pastures. From our farm to your plate, it\'s always Smokywood Pastures wholesome goodness... thanks to you, of course!','Speak with Greatfather Winter in Ironforge.','Ho ho hello, adventurer!$b$bThe goblins told me that you have earned a special gift this holiday season, and I am pleased to give it to you. Here you go - have a wondrous Feast of Winter Veil this and every season in the future.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17726,0,0,0,1,0,0,0,169,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,117,86400,17712,0,0,0,0,780,0,0,0,0,'',7043,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(7046,4044,2100,0,2,41,49,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Scepter of Celebras','My scepter was once a source of hope for me. It once granted me power over these caverns. I had hoped to bring peace to the spirit of my uncle...$B$BFor the two parts to once again become one, I will need your assistance in performing the ritual. Please follow me, and listen to my instructions while I channel the energy required to reunite the rod with the diamond.$B$BTogether, we shall create the Scepter of Celebras once again!','Assist Celebras the Redeemed while he creates the Scepter of Celebras.$B$BSpeak with him when the ritual is complete.','Please take this, and know that the power allotted to you now must be used for good. Continue your journey through the caverns, and with hope, you will find the remains of my uncle. Much danger awaits you, $N.$B$BSpeak with me again should the need arise.','If you wish to restart the ritual, please abandon our first attempt and then speak to me again.','Create the Scepter of Celebras','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',7044,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7061,4044,0,22,0,10,-1,0,690,0,0,0,0,0,0,0,0,0,17735,1,'The Feast of Winter Veil','Here - if you are interested in learning more about the Feast of Winter Veil, read this book. While I think our recognition of the legend is the appropriate one, I\'m enough of a student of legends to appreciate the collection of all information into a single source.$B$BWhen you\'re done, take the book to Cairne Bloodhoof in Thunder Bluff. I know for a fact he\'d be interested in hearing that others have taken an interest in the lore of our people. ','Feel free to read the book, \"The Feast of Winter Veil\", to learn more about the holiday. When you are finished with the book, deliver it to Cairne Bloodhoof in Thunder Bluff.','The legends and lore surrounding the Winter Veil are ones that have faded from the forefront of public though over the years. Yes, I know that the goblins are helping to revive the season for their own ends, the fact that our people reflect upon it at least in some form does good to keep such lore alive.$B$BYour desire to go beyond the material and learn about our past is an admirable trait, young $c. I salute your wisdom.','I bid you welcome to Mulgore and our humble community of Thunder Bluff, friend. I always take an interest in those who choose to take an interest in the kingdom, its people, and its lore. Is this why you are standing before me?','','','','','',17735,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',6964,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,1,66,0,0,0,0,0,1,0,0,1),(7062,4044,0,22,8,10,-1,0,1101,0,0,0,0,0,0,0,0,7063,0,0,'The Reason for the Season','Gifts, treats, presents... bah, I say!$B$BThose goblins pollute the true meaning of this season - the Feast of Winter Veil. This is a time of renewal; the land slumbers under a blanket of snow brought forth by Greatfather Winter, who is NOT the bumbling fool over there in the red suit!$B$BIf you\'re interested in learning what the Feast is all about for yourself, ask Historian Karnik at the Explorer\'s League. I\'m sure he\'ll be surprised that someone cares about history rather than getting presents.','Speak with Historian Karnik at the Explorer\'s League in Ironforge about the Feast of Winter Veil.','The Feast of Winter Veil, you say? Alas, in times past it held a more substantial meaning to us dwarves. Nowadays, it seems as though others have turned the legend of Greatfather Winter into something that helps to sell candies and presents.$B$BIt\'s no surprise that Goli is bitter about that sort of change. He and other dwarves like him cling to our past like a banner of war. While I think a little celebration is always good, it is important to remember the origins of the Feast.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,1),(7063,5875,0,22,0,10,-1,0,1101,0,0,0,0,0,0,0,0,0,17735,1,'The Feast of Winter Veil','Here - if you are interested in learning more about the Feast of Winter Veil, read this book. While I think our recognition of the legend is the appropriate one, I\'m enough of a scholar to appreciate the collection of all information into a single source.$B$BWhen you\'re done, take the book to King Magni Bronzebeard. I know for a fact he\'d be interested in hearing that others have taken an interest in the older legends. ','Feel free to read the book, \"The Feast of Winter Veil\", to learn more about the holiday. When you are finished with the book, deliver it to King Magni Bronzebeard in Ironforge.','The legends and lore surrounding the Winter Veil are ones that have faded from the forefront of public thought over the years. While I recognize that the goblins are helping to revive the season for their own ends, the fact that the citizenry thinks about it at least in some form does good to keep such lore alive.$B$BYour desire to go beyond the material and learn about our past is an admirable trait, young $c. I salute your erudite nature.','I bid you welcome to the Kingdom of Ironforge, friend. I always take an interest in those who choose to take an interest in the kingdom, its people, and its lore. Is this why you are standing before me?','','','','','',17735,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',7062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,3,1,1,66,0,0,0,0,0,1,0,0,1),(7064,4044,2100,0,8,45,51,81,690,0,0,0,0,0,0,0,0,0,0,0,'Corruption of Earth and Seed','Deep in Maraudon lives an evil creature of chaos--Princess Theradras is an elemental force of earth related to the Old Gods. Ages ago, she and Zaetar, first son of Cenarius, began a relationship. The offspring of their time together became known to the people of Kalimdor as centaur. Ever-thankful creatures, the centaur killed Zaetar, and now hold Zaetar\'s remains. My quest here is to find those powerful enough to slay Theradras so we may recover Zaetar\'s remains before returning to Stonetalon.','Slay Princess Theradras and return to Selendra near Shadowprey Village in Desolace.','This is most wonderful news, $N! Thank you!$b$bI will speak with Marandis and ask his wisdom on the topic of Zaetar\'s remains, but at least you have overcome the hardest of the tasks.$b$bI was told that if we were successful in our mission, I had permission to reward those who aided us. I was given these items as tokens from our people--you may choose one.','I would prefer to fight this battle on our own, but we are left with no other options--we need those more powerful, and the races of Azeroth have proven without a doubt they can overcome such things when they work together. So it is to you we turn for help.$B$BI only hope it is enough.$B$BZaetar, brother to Remulos, brought many pains to this world, and ultimately it caused his own death. I just hope I have not caused more death by asking you to aid us.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12201,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,17705,17743,17753,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7065,4044,2100,0,8,45,51,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Corruption of Earth and Seed','In the depths of Maraudon lives a creature of chaos and evil, $N. Princess Theradras is an elemental force of earth related somehow to the Old Gods. Ages ago, she was sought out by Zaetar, first son of Cenarius. The offspring of their... relationship are the creatures known as centaur. Ever-thankful creatures, the centaur killed Zaetar, and now Theradras keeps his remains. My quest here is to find those powerful enough to slay Theradras so we may recover Zaetar\'s remains before returning to Stonetalon.','Slay Princess Theradras and return to Keeper Marandis at Nijel\'s Point in Desolace.','This is most wonderful news, $N! Thank you!$B$BAlthough it concerns me that you were not able to bring back Zaetar\'s remains, who am I to question the will of Cenarius\' first born. Perhaps now the will of the centaur will break and their thirst for blood will lesson--we can only hope.$B$BIf successful in our mission, I was given these items to reward any who aided us. You may choose one as a token of thanks.','I feel the weight of imposing my plea on the mortal races, but we are left with no other options. The races of Azeroth have proven without a doubt they can overcome such things when they work together, so it is to them I ask for help.$B$BI only hope it is enough.$B$BZaetar, brother to Remulos, brought many pains to this world, and ultimately it caused his own death. There is a lesson there to all of us if we are wise enough to see it.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12201,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,17705,17743,17753,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7066,4044,2100,0,0,39,51,81,0,0,0,0,0,0,0,0,0,0,17760,1,'Seed of Life','The misbegotten centaur--my sons and daughters--have need of their father.$B$BLook around you--this place rings of hope and all that my father Cenarius preaches. It sprung from me! And I cannot take that away from them... not even for their crimes against me.$B$BBut there is one thing I would ask of you to ease my brother\'s mind. Take this... it is the first seed that fell from the life my remains nourished. Tell him my spirit remains here, and that I live on. I am sure he will understand.','Seek out Remulos in Moonglade and give him the Seed of Life.','So my brother has finally found peace? I am proud to have lived to see this day. In all his arrogance and anger, I truly thought he was lost to us, but this... this symbol of his sacrifice only proves that he is not lost--he has only been reborn. He takes his place in nature as was his duty.$B$BThank you, $N. By bringing this to me, you have secured a small amount of hope that I thought I had once lost. This seed will be important to the people of this war-torn land some day... I can sense it.','You have the scent of corruption on you, $N... much like many adventurers these days. But something about you is different. Is there something you\'ve come to speak to me about? You have an aura about you that seems familiar, but I cannot place it.$B$BPlease, I implore you, tell me why you\'ve sought an audience with me.','','','','','',17760,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,500,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,63600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(7067,4044,2100,0,0,39,48,81,0,0,0,0,0,0,0,0,0,0,17781,1,'The Pariah\'s Instructions','Though exiled as a heretic, my beliefs still ring true--that alone drives me onward. But for my destiny to be complete, I need the aid of an outsider... one not of any centaur tribe.$B$BThe task requires someone to enter the holy halls of Maraudon--a tomb my people protect, and only the most devout are ever allowed to enter.$B$BIf you agree to aid me, then you need only nod. I will pass you a parchment with my instructions on it. Read it over and consider my words.','Read the Pariah\'s Instructions. Afterwards, obtain the Amulet of Union from Maraudon and return it to the Centaur Pariah in southern Desolace.','This is it, $R! This is it! Now I can begin the great task of uniting the tribes. Thank you.$b$bTake this for your efforts, please. I hope when next we meet, it will be on much different terms.','What did you decide, $N? Can you help me? Will you set foot on holy ground to help me forge one great centaur tribe!?','','','','','',17758,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17774,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,56400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7068,4044,2100,161,8,39,42,81,690,0,0,0,0,0,0,0,0,0,0,0,'Shadowshard Fragments','Strong magics be found in the centaur holy place... the holy place of Maraudon. The Desolace tribes of centaur protect that place wit\' their lives, but they canna stop us from takin\' what we need.$B$BYou, you head to this Maraudon place and find the rock creatures made of shadowshard. You bring me the purple crystals, and Uthel\'nay make you somethin\' for your time.$B$BThe place be dangerous, so maybe you be bringing some friends.','Collect 10 Shadowshard Fragments from Maraudon and return them to Uthel\'nay in Orgrimmar.','Ah, these be perfect for me magics. Here, you take one of these trinkets and be on your way... me got much studyin\' to do.','You find the crystals yet? Rituals of power, spells of great strength - those shadowshards maybe very helpful in all kind of arcane magics.','','','','','',17756,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17772,17773,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7069,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(7070,4044,2100,0,8,39,42,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Shadowshard Fragments','I\'ve recently begun testing various crystals and their arcane properties. Lady Proudmoore has given me leave to ask travelers heading into Desolace to seek out a place called Maraudon. Within the ruined temple are great elementals composed of purplish stones I\'ve named shadowshards.$B$BIf you decide to head that direction and find some of the crystals, I would be very thankful. I could even fashion you a trinket from them if you so desired.','Collect 10 Shadowshard Fragments from Maraudon and return them to Archmage Tervosh in Theramore on the coast of Dustwallow Marsh.','These are perfect, $N. I actually had other adventurers return from there also and from them I was able to fashion these... please, feel free to take one for your hard work. And thank you again for more samples to study.','Have you made the trip yet? I realize it\'d be quite dangerous, but if you were successful, it would very much be worth it.','','','','','',17756,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17772,17773,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7081,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Alterac Valley Graveyards','The graveyards in Alterac Valley are prized territories. Both the Horde and the Alliance fight savagely for these sacred grounds. Are you, $N, ready to join that fight?$B$BI want you to assault an enemy graveyard. Find a graveyard with a Horde banner in its midst, and pull it from the ground! Do that, and your task will be complete....$B$BBut if you can also hold the graveyard for a few minutes, then our troops will soon come to relieve you.','Assault a graveyard, then return to Sergeant Durgen Stormpike in the Alterac Mountains.','Well done! Graveyards are vital to our control of Alterac Valley. When you capture one, you help ensure the Alliance\'s sovereignty here.$B$BGo now, $N. Reenter the battle, and if you see a graveyard under the Horde\'s control... you know what to do!','$N, you have not yet assaulted a graveyard. Return to me when this task is complete!','','Graveyard Assaulted','','','',0,0,0,0,0,0,0,0,0,0,0,0,13756,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,0,250,250,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7082,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'The Graveyards of Alterac','The battle lines of Alterac Valley are ever shifting. Territories swing back and forth as we meet our opponents in deadly combat. And graveyards, $N, are where battles rage most fierce.$B$BI want you to attack an Alliance held graveyard! Find a graveyard with an Alliance banner in its midst and pull it from the ground.$B$BDo that and your task for me will be complete, but... if you hold the graveyard for a few minutes, then it will be ours and troops will come and relieve you.','Assault a graveyard, then return to Corporal Teeka Bloodsnarl in the Alterac Mountains.','Well done, $N! With each graveyard under our control, the spirits of our enemies will wander more lost and aimless.','Attack a graveyard held by the Alliance!','','Graveyard Assaulted','','','',0,0,0,0,0,0,0,0,0,0,0,0,13756,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,68,250,250,0,0,0,63,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7101,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Towers and Bunkers','Towers and bunkers are important positions, and we must capture and hold them all! So to that end, I want you to attack a bunker that is controlled by the enemy.$B$BTo do that, enter one with an Alliance banner. You will see another banner inside. Pull out that banner, and a white Horde banner will appear in its place. Well done!$B$BAt that point your task for me will be complete, but if you hold the place long enough, and if the Alliance doesn\'t take it back, then it will be destroyed!','Capture an enemy tower, then return to Corporal Teeka Bloodsnarl in the Alterac Mountains.','I heard of your mission\'s success! That pleases me...$B$BOur troops can now charge forward with impunity, and show the Alliance that Alterac Valley is no place for them!','You haven\'t yet assaulted a bunker, $N! Are you waiting for others to claim your glory?','','Tower Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,13778,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,68,250,250,0,0,0,63,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7102,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Towers and Bunkers','Towers and bunkers are key defensive positions, and so we must hold as many as possible! I want you to attack a tower or a bunker in Alterac Valley.$B$BTo do that, enter a tower with a Horde banner atop it. You will see another enemy banner inside. Pull out that banner, and a white Alliance banner will appear in its place. Well done!$B$BAt that point your mission for me will be complete, but hold the area long enough, and if the Horde doesn\'t take it back, then it will be destroyed!','Destroy the banner at an enemy tower or bunker, then return to Sergeant Durgen Stormpike in the Alterac Mountains.','I received a field report stating you helped secure an enemy banner. Well done, $N! With their ranged troops out of position we can move the line of battle forward!','You haven\'t yet assaulted a tower, $N! What are you waiting for?','','Banner Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,13778,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,72,250,250,0,0,0,62,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7121,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'The Quartermaster','$N, our quartermaster charged me to direct new recruits to him. He needs supplies from caches stored in the mines of Alterac, and he\'ll probably send you to get them.$B$BFollow the road. You\'ll find our quartermaster to the west.','Speak with the Stormpike Quartermaster.','It\'s good to see fresh troops here, $N, but with a little luck you\'ll get into some action and won\'t be fresh for long!$B$BSpeak with me again. I have tasks I must discuss with you....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,72,10,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7122,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Capture a Mine','The mines in Alterac Valley hold more than just minerals. Both the Frostwolf and Stormpike have cached excess supplies in the Irondeep and Coldtooth mines... that\'s not a bad idea, if we could only maintain control of them!$B$BCapture a mine, then return to me. To capture a mine, enter one that we do not control and kill its leader. When you do that, the mine will be ours, and we\'ll send troops to protect it!','Capture a mine that the Stormpike does not control, then return to Sergeant Durgen Stormpike in the Alterac Mountains.','You did it! Well done, $N!$B$BWhen we control a mine and have troops stationed there, it\'s much easier to gather minerals and supplies from it.','You haven\'t captured the mine yet, $N!$B$BAfter we control a mine, it will be much easier to gather minerals and supplies from it.','','Mine Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,13796,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,0,250,250,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7123,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Speak with our Quartermaster','$N, the Frostwolf Quartermaster is looking for recruits, for tasks that lead into the mines of Alterac Valley. Speak with him; he will tell you more.$B$BFollow the road west into the bunker, then take the west exit and you\'ll find our quartermaster.','Speak with the Frostwolf Quartermaster.','Hail, $N! It is good to see a $C like yourself, eager to do his part for the Horde. Speak with me again, for I have vital tasks for you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,68,10,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7124,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Capture a Mine','As battle rages over the landscape of Alterac Valley, so too does it rage through the Coldtooth and Irondeep mines. Both are rich sources of minerals and both are used to store supplies; it\'s no wonder they are so highly valued!$B$BHelp our war effort, $N! Capture one of the mines for the Horde! To capture a mine, enter one that we do not control and kill its leader. When that is done, the mine will be ours and we\'ll send troops to protect it!','Capture a mine, then return to Corporal Teeka Bloodsnarl in the Alterac Mountains.','You captured a mine! With our own warriors protecting it, it will be much simpler to extract minerals from its depths, or gather supplies that have been cached there.$B$BWell done, $N>. The deed you have done is a great boon to our battle efforts.','You haven\'t yet captured a mine, $N! Find one that we do not control and defeat it\'s leader! ','','Mine Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,13796,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,68,250,250,0,0,0,62,0,65,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7141,4044,2597,0,74,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'The Battle of Alterac','The Explorers\' League believes there are artifacts in Alterac Valley, but the Frostwolf orcs won\'t let us explore. We can\'t allow the Horde to stop our scholarly pursuits! Defeat the Frostwolf general, Drek\'Thar. With him dead, the orcs will lose their edge.$B$BDrek\'Thar is in Frostwolf Keep, in the south of Alterac Valley. Vanquish him, and then return to me.','Enter Alterac Valley, defeat the Horde general Drek\'thar, and then return to Prospector Stonehewer in the Alterac Mountains.','Well done, $N! With the Horde\'s nose bloodied after the death of their general, we\'ll have the breathing room we need to explore!','Go, $N. Go to Alterac Valley and defeat the orc general!','Defeat Drek\'thar.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,72,500,500,0,0,0,125,0,100,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',7221,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,7),(7142,4044,2597,0,74,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Alterac','The Stormpike dwarves and their allies have invaded Alterac Valley, and we must drive them out! To win the battle for Alterac, we must defeat their general, Vanndar Stormpike!$B$BYou will find Vanndar in Dun Baldar, in the north of Alterac Valley.$B$BDestroy him, $N, and then return to me.','Enter Alterac Valley and defeat the dwarven general, Vanndar Stormpike. Then, return to Voggah Deathgrip in the Alterac Mountains.','Well done, $N! Stormpikes have no hope in this foolish invasion.$B$BHah! So far, all they\'ve done is get their general killed!','','Defeat Vanndar Stormpike.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,68,500,500,0,0,0,125,0,100,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',7222,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7161,4044,2597,0,72,51,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Proving Grounds','Hail, $c. It has been a long time since we have had the chance to answer the call of battle. The old feelings are slow to rise but once awakened, the blood does rush. The battle rage returns...$B$BAll newcomers to the Valley must first complete the rite of battle.$B$BDeep within the Wildpaw gnoll cave is a banner of the Frostwolf. Venture forth and recover the banner. Return it to me and I shall grant you the Frostwolf initiate\'s insignia.','Travel to the Wildpaw cavern located southeast of the main base in Alterac Valley and find the Frostwolf Banner. Return the Frostwolf Banner to Warmaster Laggrond. ','That burning sensation you feel is your soul being awakened. Your spirit has accepted the call to arms.$B$BYou are now one of the Frostwolf, $N. Congratulations.$B$BCarry this insignia with you at all times. As you advance among the ranks of Frostwolf, I will replace the insignia with other, more powerful insignias.$B$BPerhaps someday you will be exalted among the Frostwolf Clan. Should that day ever come, you will be granted the Eye of Command.','Wake up! Wake up, $N! This is not a dream. You really are entrenched in the midst of a raging battle!','','','','','',17850,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17690,19483,0,0,1,1,0,0,729,76,0,0,0,68,250,250,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7162,4044,2597,0,72,51,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Proving Grounds','You\'ve arrived just in time, $c. These Frostwolf savages just won\'t give up! We must show them the might of the Stormpike. They must bow to our superiority.$B$BBefore you make your way to the field of battle, you will want to join the rank of Stormpike.$B$BSouthwest of Dun Baldar, you will find the Icewing Caverns. Planted deep within the caverns is a Stormpike Banner. Venture forth and recover that banner. Return it to me, and you will have earned a Stormpike initiate\'s insignia.','Travel to the Icewing Caverns located southwest of Dun Baldar in Alterac Valley and recover the Stormpike Banner. Return the Stormpike Banner to Lieutenant Haggerdin in the Alterac Mountains.','Take and wear this insignia with pride, $N. As your rank among the Stormpike grows, so too will the insignia. Return to me as you gain honor with Stormpike, and I shall replace your insignia with other, more powerful insignias.$B$BPerhaps someday you will grow to be a legend on this field of battle. Should that day ever come, you will be granted the Eye of Command.','Beware the harpies of the region, $C. They\'ll not think twice to rip out your throat!','','','','','',17849,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17691,19484,0,0,1,1,0,0,730,47,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7163,4044,2597,0,8,51,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Rise and Be Recognized','','','This new insignia reflects your rank amongst the Frostwolf. Keep it on you at all times.$B$BAnd mage... Die with honor!','','','','','','',17690,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17905,0,0,0,1,0,0,0,729,76,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7161,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7164,4044,2597,0,8,51,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honored Amongst the Clan','','','$B$BGo, $N! Continue your defense of the Frostwolf. This war must be won! For Drek\'Thar! For the Warchief!','It is good to see you again, $C. I had not expected you to return. Alas, you have proven yourself a brave and honorable soldier of the Frostwolf.$B$BYour time has come again, $N;. You have earned a new ranking and as such, a new insignia denoting this rise in stature.$B$BPresent your insignia.','','','','','',17905,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17906,0,0,0,1,0,0,0,729,76,0,0,0,68,250,250,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7163,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7165,4044,2597,0,8,51,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earned Reverence','','','When we first met, I would have never guessed that a hero was in the making. Carry on, soldier!','','','','','','',17906,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17907,0,0,0,1,0,0,0,729,76,0,0,0,0,350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',7164,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7166,4044,2597,0,8,51,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Legendary Heroes','','','Soon, all on the field of battle will be under your watchful eye. Command of the Valley and its troops will be yours!','','','','','','',17907,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17908,0,0,0,1,0,0,0,729,76,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',7165,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7167,4044,2597,0,8,51,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Eye of Command','','','Channel the power of the insignia. Let the enemy hear your words. The might of the Horde is unquestionable!','','','','','','',17908,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17909,0,0,0,1,0,0,0,729,76,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',7166,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7168,4044,2597,0,8,51,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Rise and Be Recognized','','','Let our enemies see that a soldier of rank has struck them down! Fight for the glory of Stormpike!','','','','','','',17691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17900,0,0,0,1,0,0,0,730,47,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7162,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7169,4044,2597,0,8,51,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honored Amongst the Guard','','','The king has been made aware of your battlefront heroics, $C. Continue in your stalwart defense of the Stormpike Guard!','The base buzzes with news of your exploits in the Field of Strife! You have struck mighty blows against our enemy - crushing their morale! For this, you have earned a rank of honor among the Stormpike.$B$BPresent your insignia.','','','','','',17900,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17901,0,0,0,1,0,0,0,730,47,0,0,0,72,250,250,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7168,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7170,4044,2597,0,8,51,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Earned Reverence','','','When we first met, I would have never guessed that a hero was in the making. Carry on, soldier!','','','','','','',17901,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17902,0,0,0,1,0,0,0,730,47,0,0,0,0,350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',7169,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7171,4044,2597,0,8,51,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Legendary Heroes','','','Soon, all on the field of battle will be under your watchful eye. Command of the Valley and its troops will be yours!','','','','','','',17902,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17903,0,0,0,1,0,0,0,730,47,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',7170,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7172,4044,2597,0,8,51,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Eye of Command','','','$B$BGo, SN! Continue your defense of the Frostwolf. This war must be won! For Drek\'Thar! For the Warchief!','','','','','','',17903,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17904,0,0,0,1,0,0,0,47,730,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',7171,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7181,4044,2597,0,64,51,60,62,690,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Korrak','The invading Stormpike are not the only threat in the region, soldier. The war in the Valley is waged on two fronts. The cannibal Winterax trolls also vie for power.$B$BThey are lead by Korrak the Bloodrager - a cruel and cunning beast.$B$BA strike against Korrak could prove to be a crushing blow to the Winterax clan. Slay the beast and be rewarded!','According to legend, the leader of the mighty Winterax trolls appears at will to wreak havoc on the denizens of Alterac Valley.$B$BShould Korrak make himself known, destroy him and return to Warmaster Laggrond.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,19107,19106,19108,0,0,0,1,1,1,0,0,0,18149,0,0,0,1,0,0,0,729,76,0,0,0,0,500,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7201,4044,1584,0,8,48,54,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Last Element','There is work to be had for those venturing into the depths, $N.$B$BThe Dark Irons have mastered creation of extremely powerful golems.$B$BInitial reports from our spies indicate that the dwarves use a unique power source to give their creations incomparable killing power.$B$BJust imagine what we could do with our abominations if we could get our hands on this essence of the elements! Turn that city upside down if you must, but do not return until you have found the essence! Payment will be worth the risk.','Travel to Blackrock Depths and recover 10 Essence of the Elements. Your first inclination is to search the golems and golem makers. You remember Vivian Lagrave also muttering something about elementals.\n','Wonderful! I will have these sent by courier to the Undercity at once!$B$BAs for you - here is payment, as promised. Keep the change, you filthy beast!','Show them to me!','','','','','',11129,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12038,0,0,0,1,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,24500,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7202,4044,2597,0,64,51,60,62,1101,0,0,0,0,0,0,0,0,0,0,0,'Korrak the Bloodrager','The indigenous Winterax trolls of the region are ruthless savages that would love nothing more than to have our bones added to their foul stew.$B$BWe must show them our might!$B$BWe have recovered tomes from their caves that detail their leadership hierarchy. The artifacts indicate that their leader, Korrak the Bloodrager, tends to remain hidden until given a reason to make his presence known.$B$BDeath to Korrak would mean death to Winterax Clan! Slay him and return.','According to legend, the leader of the mighty Winterax trolls appears at will to wreak havoc on the denizens of Alterac Valley.$B$BShould Korrak make himself known, destroy him and return to Lieutenant Haggerdin in the Alterac Mountains.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,19107,19106,19108,0,0,0,1,1,1,0,0,0,18150,0,0,0,1,0,0,0,730,47,0,0,0,0,500,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7221,5875,2597,0,72,51,60,41,0,0,0,0,0,0,0,0,0,7141,0,0,'Speak with Prospector Stonehewer','Ah, $N, reporting for duty are you? Great, the Stormpikes can use everyone we can muster!$B$BSpeak with Prospector Stonehewer in Dun Baldar. She\'s recruiting for a vital mission into enemy territory. You\'ll find Stonehewer in the bottom of the Dun Baldar garrison.$B$BAnd keep an eye out as you go through Dun Baldar. There\'s plenty to do for a hardworking $c who\'s not afraid to get $ghis:her; hands dirty.','Speak with Prospector Stonehewer in the Dun Baldar garrison.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(7222,5875,2597,0,72,51,60,41,690,0,0,0,0,0,0,0,0,7142,0,0,'Speak with Voggah Deathgrip','A $c? Good! We are glad to see you in Alterac, $N. Interloping dwarves and their allies invade our valley, and we welcome all in the Horde to join us in righteous slaughter!$B$BSpeak with Voggah Deathgrip. He is looking for agents for an important mission into the Alliance\'s stronghold in Alterac Valley!$B$BYou will find Voggah in Frostwolf Keep.','Speak with Voggah in Frostwolf Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(7223,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Armor Scraps','Battles rage constantly in Alterac Valley, and the supplies we get from Ironforge are not enough to outfit our experienced troops.$B$BIf you find armor scraps from the battlefield, aid the war effort and bring those scraps to me!','Bring 20 Armor Scraps to Murgot Deepforge in Dun Baldar.','These are some good pieces, $N. I can use them to fashion new equipment for our troops.$B$BIf my supply level gets high enough, then maybe our seasoned fighting units will enter the field!','Did you bring any armor scraps, $N?','','','','','',17422,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,0,250,250,0,0,0,0,0,0,0,0,21163,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7224,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Enemy Booty','When you fight the enemy, gather the scraps of their armor and bring them to me. I\'ll use those scraps to make armor for our own troops!','Bring 20 Armor Scraps to Smith Regzar in Frostwolf Village.','These will do nicely. I\'ll melt them down and patch them up and you\'ll never know they came from those Stormpike cowards!$B$BThanks, $N. And let me polish up that armor of yours...','How goes the hunting, $N. Do you have any armor scraps for me?','','','','','',17422,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,68,250,250,0,0,0,62,0,0,0,0,21163,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7241,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'In Defense of Frostwolf','The drums of war sound off in a distant land, $c. The favored clan of your Warchief is under attack from the nefarious Stormpike Guard of Ironforge.$B$BBy the looks of you, I can discern that you are indeed battle hardy and prepared to take on the cause of the Frostwolf.$B$BIt is you who must now take the next step in your evolution.$B$BNorth of Tarren Mill, in Alterac, you will find the entrance to Alterac Valley. It is there that you will find Warmaster Laggrond. Hurry $c, for the battle is upon us!','Venture to Alterac Valley, located in the Alterac Mountains. Find and speak with Warmaster Laggrond - who stands outside the tunnel entrance - to begin your career as a soldier of Frostwolf. You will find Alterac Valley north of Tarren Mill at the base of the Alterac Mountains.','To become a soldier of Frostwolf, one must first be tested...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,68,250,250,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7261,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'The Sovereign Imperative','We are fighting a brutal battle in the valleys of Alterac. The savage Frostwolf Clan challenges the might of the Stormpike! They must be exterminated in the name of King Magni Bronzebeard! The taking, culling, and turning of that land is a sovereign and territorial imperative to the kingdom of Ironforge.$B$BAlas, soldiers do not grow on trees! Report to Lieutenant Haggerdin outside Alterac Valley to begin your tour of duty and honor amongst the Stormpike.','Travel to Alterac Valley in the Hillsbrad Foothills. Outside of the entrance tunnel, find and speak with Lieutenant Haggerdin.$B$BFor the glory of Bronzebeard!','Let\'s get to work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,72,250,250,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7281,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Brotherly Love','Tragic... My brother faces me on the field of battle: A commander for the Stormpike.$B$BOf the four Stormpike Commanders, he is undoubtedly the most dangerous. Perhaps if he is slain, the Banshee Queen could turn him as she did me - show him the error of his ways...$B$BDeep within enemy territory you will find my brother. Slay him and return to me. I trust that you are capable of completing this mission, soldier.$B$BAnd soldier, do not go alone.','Travel into Stormpike territory and slay Commander Karl Philips. Return to Commander Louis Philips when the task is complete.\n','Your heroics will not go unnoticed, $N.$B$BI must waste no time if he is to be saved. Sylvanas must be contacted!','How it must pain him to remain as one of the living while his beloved brother has ascended to perfection.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,13320,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,68,76,0,0,68,250,250,250,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7282,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Brotherly Love','He must be put out of his misery, soldier! He knows not what he does. He has become a mindless servant of the dreaded Banshee Queen.$B$BVenture forth, across the Field of Strife, to the depths of Frostwolf territory. Find my brother and destroy him. His torment must come to an end.','Travel into Frostwolf territory and slay Commander Louis Philips. Return to Commander Karl Philips when the task is complete.\n','You did remember to burn the corpse, didn\'t you?','It is with heavy heart that I give such an order, soldier.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,13154,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,72,0,0,72,250,250,250,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7301,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fallen Sky Lords','We got them held prisoner, $r. I\'m talking about their Wing Commanders. It was a furious battle in the skies but they finally fell! Unfortunately, our best pilots were shot down in a counterattack against Frostwolf Keep. You gotta find out what happened to them.$B$BSearch Tower Point West and Frostwolf Keep. These were their last known locations. Search these areas thoroughly.','Travel to Frostwolf territory and search for Wing Commander Slidore, Wing Commander Vipore, and Wing Commander Ichman. Return to Commander Duffy should you complete your mission.','Unbelievable! You did free them, right? Right??? Well at the very least we know where they were held.','Anything I would care to hear?','','Ichman\'s Location Discovered','Vipore\'s Location Discovered','Slidore\'s Location Discovered','',0,0,0,0,0,0,0,0,0,0,0,0,14029,14031,14030,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7302,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Fallen Sky Lords','Our air support is in shambles, $N. The Wing Commanders were shot down over enemy territory. You must find out what became of them so that we can attempt a rescue!$B$BGuse was last seen flying over the Icewing Bunker. Jeztor\'s War Rider was spotted near the Stormpike lumber mill. Mulverick... that reckless fool was seen crashing near the Dun\'Baldar North Bunker.$B$BThat\'s all the information I have. Move out! Search through the areas thoroughly.','Find out what became of Wing Commander Guse, Wing Commander Jeztor, and Wing Commander Mulverick. Return to Commander Mulfort should you complete your mission.','Well done! The information you recovered will be invaluable to our cause.','Status of the hunt, soldier?','','Guse\'s Location Discovered','Jeztor\'s Location Discovered','Mulverick\'s Location Discovered','',0,0,0,0,0,0,0,0,0,0,0,0,14026,14028,14027,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,68,250,250,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7321,4044,0,304,8,28,31,0,690,0,185,1,0,0,0,0,0,0,0,0,'Soothing Turtle Bisque','Who says that the undead don\'t know anything about cooking? Take my secret recipe for Turtle Bisque, for example. I\'ve known folks that would come back from the dead just to enjoy a bowl! Heh, heh...$B$BSpeaking of which, I haven\'t been able to make any lately. I used to head over to Lake Lordamere myself to hunt snapjaws, the nasty things, but I can\'t pull myself away from my work here.$B$BIf you bring me some Turtle Meat from the snapjaws, I\'ll show you how it\'s done!','Bring 10 pieces of Turtle Meat to Christoph Jeffcoat in Tarren Mill.','My soothing turtle bisque will keep you warm on a cold night... if you care about that kind of thing.','Any luck finding the ingredients? I\'ll tell you, the alliance maggots are far too numerous in this area now... In my opinion, they have come far too close already...','','','','','',3712,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3737,3729,0,0,1,3,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(7341,4044,1637,0,8,52,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Fair Trade','','','Excellent! I am a Tauren of my word, $r. The arrows are yours.','Greetings, $r. I am Kolark, Bounty Hunter from Thunderbluff. Much of the world I have traveled and much I have seen.$B$BMy journeys across the South Seas led to the discovery of these wonderous thorium headed arrows. Alas, I have an endless supply of the arrows but have exhausted my supply of shells. Bah, no self respecting Tauren would ever be caught dead using a flimsy bow. The arrows are useless!$B$BI will offer a trade: An even exchange of thorium shells for my thorium headed arrows. Deal?','','','','','',15997,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18042,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0),(7342,4044,1537,0,8,52,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Arrows Are For Sissies','','','A done deal if I ever saw one! The arrows are yours.','Can you believe this rubbish?! The last shipment of ammunition from Kharanos was botched! All we have for ammo now are these flimsy, good for nothing arrows! What in the world am I going to do with 500,000 thorium headed arrows?$b$bI\'ll tell you what, kid. If you can bring me thorium shells, I\'ll trade you thorium headed arrows - straight up! Deal?','','','','','',15997,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18042,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7361,4044,2597,0,72,200,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Favor Amongst the Darkspear','$B$BBefore the night elves existed there was troll. It was from troll that the night elves came.$B$BTheir mutinous attacks against my people will not be tolerated. Staghelm seeks to wipe us out - to leave no trace of those that bore him and his ilk. It will not happen!$B$BFor every night elf that you slay and decapitate, Najak will grant you favor amongst the Darkspear. Word of your deeds will be spread across Kalimdor and the Eastern Kingdoms. Go now and serve the Darkspear!','You have been tasked with slaying opposing night elf players in Alterac Valley.$B$BKill a night elf and return to Najak Hexxen at Frostwolf Keep with a Severed Night Elf Head.','$N, it is but one of thousands. A job well done nonetheless.','They seek to exterminate us? It is they who shall be exterminated.','','','','','',18142,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,729,0,0,0,0,500,500,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7362,4044,2597,0,72,200,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Ally of the Tauren','The Elder Crone has sent me to this warzone to research the other races. More specifically, I am to collect gnome samples. Magatha is primarily interested in their survivability. Aye, the gnomes - while pitifully weak and miniscule - exude great resilience both in and out of combat.$B$BFortunately for you, I am looking for ruffians to do Magatha\'s bidding. Return to me with tufts of gnome hair and you shall be known to the tauren as an ally.','You have been tasked with slaying opposing gnome players in Alterac Valley.$B$BKill a gnome and return to Ravak Grimtotem at Frostwolf Keep with a Tuft of Gnome Hair.','Aye, this is definitely gnome. Well done, $R, but there is more work to be done.','I don\'t care where the hair comes from, $R.','','','','','',18143,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,729,0,0,0,0,500,500,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7363,4044,2597,0,72,200,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'The Human Condition','Humans are so utterly detestable.$B$B$B$BWhile it is true that I am a soldier of Frostwolf, I remain a servant of Sylvanas.$B$BDuring my tour of duty, I do extra work on the side for the Dark Apothecaries of the Undercity.$B$BI have been tasked with collecting human bone chips that are to be used in curing the human condition.$B$BI am authorized to pass that task on to my subordinates.$B$BFind them. Kill them. Return their bone chips to me.','You have been tasked with slaying opposing human players in Alterac Valley.$B$BKill a human and return to Commander Louis Philips (who wanders between the front lines and Frostwolf keep) with a Human Bone Chip.$B$BA cure for the human condition is close at hand!','It would be easier if they just accepted their illness and gave in to your healing touch. It would also probably be less fun. Carry on! We\'ll cure them, one way or another.','Yes, it is true. My brother is a human. Shameful... A stain upon my nearly immaculate record.','','','','','',18144,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,729,0,0,0,0,500,500,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7364,4044,2597,0,72,200,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Gnomeregan Bounty','The High Tinkerer himself has sent me to this field of battle to defend my gnomish brothers and sisters. We have received word that the tauren are singling out and slaying gnomes. Worst of all, they are removing tufts of glorious gnome hair from the corpses of the fallen. These atrocities must be stopped. We must reciprocate!$B$BI want them de-hoofed, $c. Bring me their hooves! Show yourself as an ally of the gnomes.','You have been tasked with slaying opposing tauren players in Alterac Valley.$B$BKill a tauren and return to Dirk Swindle at Dun\'Baldar with a Tauren Hoof.','','','','','','','',18145,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,730,0,0,0,0,500,500,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7365,4044,2597,0,72,200,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Staghelm\'s Requiem','Staghelm has given the order. All trolls on the field of battle must be exterminated. Their preposterous claims of birthing night elves must be met with force and due prejudice.$B$BSlay them and return to me with their mojo. To reiterate: I want you to steal their mojo.','You have been tasked with slaying opposing troll players in Alterac Valley.$B$BKill a troll and return to Athramanis at Dun\'Baldar with Darkspear Troll Mojo.','','','','','','','',18146,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,730,0,0,0,0,500,500,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7366,4044,2597,0,72,200,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'The Archbishop\'s Mercy','The Archbishop is as kind as he is wise. For a man to look mercifully on such a wretched lot...$B$B$B$BToo kind... Just too kind.$B$BThe Archbishop asks that we take pity on the undead and grant them swift and permanent deaths. For this grand display of mercy, we merely require their black, disease ridden hearts.$B$BBring me the hearts of the Forsaken so that they may be ceremoniously incinerated at the Cathedral of Light. Make haste, $N!','You have been tasked with slaying opposing Forsaken players in Alterac Valley.$B$BKill a Forsaken and return to Commander Karl Philips (who wanders between the lumber mill and the mine) with a Forsaken Heart.','Praise be to Benedictus! Another lost soul, soon to be saved by the white hot flames of the Light!$B$BGo ye, oh soldier of Light! More must be saved!','Benedictus! I am but a speck in the shadow of his grandeur. Praise him!','','','','','',18147,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,730,0,0,0,0,500,500,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7367,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Defusing the Threat','The Frostwolf have their front lines and bases booby trapped, $c. You have to watch your step when invading enemy territory.$B$BIf you want to make a solid strike against them, you must destroy their source of anti personnel munitions - I\'m talking about their explosives expert. If you kill him, you are safe to disarm the mines. As long as he is kept down, the mines will also stay down.$B$BYou will probably find him in a tower near the Iceblood Garrison. Good luck!','Find the Frostwolf Explosives Expert and kill him. Return to the Stormpike Explosives Expert when the task is complete.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,13597,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7368,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Defusing the Threat','I know all about landmines. I\'m the one that lays all the mines on the front lines here, after all.$B$BIf you want to defuse the Stormpike mine fields, all you have to do is kill their explosives expert. That dwarven coward is no doubt hiding in the first tower on the Field of Strife. Take him out and those landmines won\'t come back after they\'ve been disarmed.$B$BIf you do happen to kill him, come back here and let me know. No good deed should go unrewarded.','Find the Stormpike Explosives Expert and kill him. Return to the Frostwolf Explosives Expert when the task is complete.','Thanks for the done work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,13598,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7381,4044,2597,0,64,51,60,62,690,0,0,0,0,0,0,0,0,0,0,0,'The Return of Korrak','While it is true that Korrak has been slain, one question remains: Will he remain dead? Trolls are notorious for their other-worldly tribal magics. I would not be surprised if the fallen leader was raised from the dead to once more rule over his clan.$B$BYou know what to do should this ever occur.$B$B$B$BAnd this time, I want his skull. Just keep your eyes peeled, soldier.$B$BDismissed!','Should Korrak the Bloodrager make a return to the Field of Strife, seek him out and destroy him.$B$BReturn the Skull of Korrak to Warmaster Laggrond in the Hillsbrad Foothills.','Thanks for the done work!','','','','','','',18148,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18149,0,0,0,1,0,0,0,729,76,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7382,4044,2597,0,64,50,60,62,1101,0,0,0,0,0,0,0,0,0,0,0,'Korrak the Everliving','There\'s something not quite right about all of this... Did anybody think to burn Korrak\'s corpse? Those trolls will stop at nothing to revive their fallen leader - as blue skinned pagan man-beasts often do.$B$BJust keep your eyes out, $N. Don\'t be alarmed if Korrak makes a surprise appearance; and if he does, I want him executed - his corpse burned to ashes.$B$BFor good measure, lop off his head and bring me his skull before you ignite the lifeless mass.','Should Korrak the Bloodrager make a return to the Field of Strife, seek him out and destroy him.$B$BReturn the Skull of Korrak to Lieutenant Haggerdin in the Hillsbrad Foothills.\n','Thanks for the done work!','','','','','','',18148,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18150,0,0,0,1,0,0,0,730,47,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7383,4044,141,0,0,1,11,0,0,0,0,0,0,0,0,0,0,935,18152,1,'Crown of the Earth','All was not well with Teldrassil, however. Staghelm\'s carefully made plans for the new World Tree had borne out as he had hoped, but there was one small problem, a problem to which many of the troubles on Teldrassil may be attributed.$b$bHowever, I will not get into that yet. You must visit the last moonwell, to the northwest in the Oracle Glade. Under the boughs of the Oracle Tree lies the first and most powerful of our wells. Retrieve a phial of its water and return to me.','Fill the Amethyst Phial and bring it back to Corithras Moonrage in Dolanaar.','To be in the presence of the Oracle Tree... it is almost to feel wisdom take form. Let me continue the telling...$B$BWith Teldrassil grown, the Arch Druid approached the dragons for their blessings, as the dragons had placed upon Nordrassil in ancient times. But Nozdormu, Lord of Time, refused to give his blessing, chiding the druid for his arrogance. In agreement with Nozdormu, Alexstrasza also refused Staghelm, and without her blessing, Teldrassil\'s growth has been flawed and unpredictable...','Along with the druids, the Oracle Tree and the Arch Druid have been carefully monitoring the growth of Teldrassil. But though we have a new home, our immortal lives have not been restored.','','','','','',18151,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',933,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(7384,5875,0,182,8,1,1,0,0,0,165,1,0,0,0,0,0,0,0,0,' The Scale Crafters','Give me some scales.','Collect some scales for Karana in the Harborage in Swamp of Sorrows.','','','','','','','',15416,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7385,4044,2597,0,72,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'A Gallon of Blood','','','The blood of our enemies has been shed. I shall mix this blood with the rest that has been gathered. Once the offering is complete, the Ice Lord shall show these Stormpike dogs the full wrath of the Frostwolf Clan!','You have the option of offering larger quantities of the blood taken from our enemies. I will be glad to accept gallon sized offerings, $N;.','','','','','',17306,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,68,0,75,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7386,4044,2597,0,72,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Crystal Cluster','','','Well done, $N. I will use the power of these charms to augment the magic that has already been gathered. When enough power has been amassed, I shall focus the collected energies and call upon the Forest Lord to aid our cause.','There are times which you may be entrenched in battle for days or weeks on end. During those longer periods of activity you may end up collecting large clusters of the Frostwolf\'s storm crystals.$B$BThe Circle accepts such offerings, $N;. ','','','','','',17423,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,72,0,75,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7401,4044,2597,0,72,200,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: DWARVES!','By order of Sergeant Yazra Bloodsnarl, all dwarves on the field of battle are to be killed on sight.$B$BShould you slay a dwarf in combat, rip out their spine, leaving a spineless heap of stink and rot to serve as a warning to any and all that dare oppose the might of the Frostwolf.$B$BReturn to Sergeant Yazra Bloodsnarl with proof of your heroics.','You have been tasked with slaying opposing Dwarf players in Alterac Valley.$B$BKill a Dwarf and rip out their spine. Take the Dwarf Spine to Sergeant Yazra Bloodsnarl at Frostwolf Keep.','You now have license to decimate dwarves by the dozen, $C!$B$B$B$BYou never forget your first de-spining...','I deal in wholesale irony, soldier.','','','','','',18206,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,729,0,0,0,0,500,500,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7402,4044,2597,0,72,200,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: ORCS!','By order of Corporal Noreg Stormpike, all able bodied soldiers of Stormpike are required to slay any opposing orcs that they meet upon the field of battle.$B$BSoldiers are required to remove a tusk or tooth from the maw of the enemy and present said tooth as proof of their accomplishment.$B$BWear protective gloves.','You have been tasked with slaying opposing Orc players in Alterac Valley.$B$BKill an Orc and take their Orc Tooth back to Corporal Noreg Stormpike at Dun Baldar.','Thanks for the done work!','','','','','','',18207,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,730,0,0,0,0,500,500,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7421,5875,2597,0,72,200,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Darkspear Defense','','','','','','','','','',18142,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7422,5875,2597,0,72,200,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Tuft it Out','','','','','','','','','',18143,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7423,5875,2597,0,72,200,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'I\'ve Got A Fever For More Bone Chips','','','','','','','','','',18144,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7424,5875,2597,0,72,200,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'What the Hoof?','','','*Dirk throws the hoof in a pile behind him.*','','','','','','',18145,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7425,5875,2597,0,72,200,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Staghelm\'s Mojo Jamboree','','','','','','','','','',18146,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7426,5875,2597,0,72,200,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'One Man\'s Love','','','','','','','','','',18147,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7427,5875,2597,0,72,200,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: MORE DWARVES!','','','','','','','','','',18206,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7401,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7428,5875,2597,0,72,200,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: MORE ORCS!','','','','','','','','','',18207,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7402,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7429,4044,2557,0,264,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Free Knot!','','','Oh, thank you for freeing me! You - ranked number one. Everyone else - ranked number two or lower.$b$bI knew my life was destined for more than just being an appetizer to some ogre!','It\'s called the Gordok Shackle Key - well, that\'s what these \"tons o\' fun\" keep calling it. I think any of the ogres might have it, but I\'m not sure if any specific ones do. Maybe the guards have a better chance of having one...$b$bWhat am I talking about - you have it already, don\'t you?! Is that it there??!','','','','','',18250,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5525,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7441,4044,2557,0,8,54,58,81,0,0,0,0,0,0,0,0,0,0,0,0,'Pusillin and the Elder Azj\'Tordin','I had let my guard down for only one moment, stranger. In my haste to escape the grip of the fallen Prince, I was robbed. A most foul demon, the imp Pusillin, pilfered my book of incantations and the key to the once great halls of Eldre\'Thalas.$B$BI no longer hold interest in the key, as I have exchanged my immortality for freedom, but I desperately need my book of incantations.$B$BFind the imp, Pusillin, and recover my book.$B$BSearch the Warpwood Quarter of Dire Maul for Pusillin.','Travel to Dire Maul and locate the Imp, Pusillin. Convince Pusillin to give you Azj\'Tordin\'s Book of Incantations through any means necessary.$B$BReturn to Azj\'Tordin at the Lariss Pavilion in Feralas should you recover the Book of Incantations.','You have found it! A curse upon that miserable imp. Alas, my material possessions are meager at best. You may choose from what I have to offer.','I regret nothing, stranger. The Queen has long since passed. The works of the Shen\'Dralar have been marred by the madness of Prince Tortheldrin. I seek only freedom... Escape...','','','','','',18261,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18411,18410,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,500,1000,1500,2000,3,1,1,2,0,500,1000,1500,0,1,0,0,7),(7461,4044,2557,0,8,56,60,81,0,0,0,0,0,0,0,0,0,7877,0,0,'The Madness Within','Have you heard enough? Are you a $g man:woman; of action?$B$BThis madness must come to an end. The age of the immortals has long since passed. Destroy the guardians surrounding the pylons to lower the force field. When this is done, destroy Immol\'thar. With the Prince\'s power greatly reduced, attack and end him. Lay the spirits of this city to rest, adventurer.','You must destroy the guardians surrounding the 5 Pylons that power the Prison of Immol\'thar. Once the Pylons have powered down, the force field surrounding Immol\'thar will have dissipated.$B$BEnter the Prison of Immol\'thar and eradicate the foul demon that stands at its heart. Finally, confront Prince Tortheldrin in Athenaeum.$B$BReturn to the Shen\'dralar Ancient in the courtyard should you complete this quest.','We thank you, hero.','Be wary, adventurer. The Prince is... persuasive.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11496,11486,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,2,500,1000,1500,2000,1,21,0,0,0,0,0,0,0,1,0,0,7),(7462,5875,2557,0,8,56,60,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Treasure of the Shen\'dralar','In the library, Athenaeum, you will find an ancient chest hidden beneath the stairway. Take from it that which you desire.','Return to the Athenaeum and find the Treasure of the Shen\'dralar. Claim your reward!','You open the chest to find...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18420,18421,18424,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',7461,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7463,4044,2557,161,8,60,-1,81,0,128,0,0,0,0,0,0,0,0,0,0,'Arcane Refreshment','A $r mage! How wonderous. I have not seen one of your kind for... oh what is it going on now? 500 years!$B$BI have something that will quench your thirst, but first you must do a task for me.$B$B$B$BThere is an anomaly in Eldre\'Thalas. A water elemental has taken residence in the east wing. His presence must be catalogued!$B$BVenture to the Warpwood Quarter and extract a portion of the elemental essence of the Hydrospawn. Return it to me and I shall teach you a useful cantrip.','Travel to the Warpwood Quarter of Dire Maul and slay the water elemental, Hydrospawn. Return to Lorekeeper Lydros in the Athenaeum with the Hydrospawn Essence.','Wonderful! Who are you again? Oh it matters not. What was I supposed to give you? Hrm... well you are a $C, perhaps you will find this useful.','Yes? Do I know you?','','','','','',18299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,10140,10143,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7481,4044,2557,0,10,54,60,81,690,0,0,0,0,0,0,0,0,0,0,0,'Elven Legends','Several years ago, a lone elven master named Kariel Winthalus fled the devastation of his homeland with several ancient elven artifacts in tow.$B$BOur search for this lost master lead us from the ruins of Quel\'Thalas, through the Burning Steppes, across the great expanses of the sea, to Feralas.$B$BWe suspect that the elf sought sanctuary in the halls of Eldre\'Thalas (what is now known as Dire Maul).$B$BYou must find him, adventurer. Whether alive or dead, the knowledge he carried must be recovered!','Search Dire Maul for Kariel Winthalus. Report back to Sage Korolusk at Camp Mojache with whatever information that you may find.','A shame... a tragedy. The items are lost you say? No trace of him, eh?','My associate, the night elf scholar, Runethorn, is recruiting her allies for this task.','Master Kariel Winthalus Found','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7482,4044,2557,0,10,54,60,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Elven Legends','Several years ago, a lone elven master named Kariel Winthalus fled the devastation of his homeland with several ancient elven artifacts in tow.$B$BOur search for this lost master lead us from the ruins of Quel\'Thalas, through the Burning Steppes, across the great expanses of the sea, to Feralas.$B$BWe suspect that the elf sought sanctuary in the halls of Eldre\'Thalas (what is now known as Dire Maul).$B$BYou must find him, adventurer. Whether alive or dead, the knowledge he carried must be recovered!','Search Dire Maul for Kariel Winthalus. Report back to Scholar Runethorn at Feathermoon with whatever information that you may find.','A shame... a tragedy. The items are lost you say? No trace of him, eh?','My associate, the night elf scholar, Runethorn, is recruiting her allies for this task.','Master Kariel Winthalus Found','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7483,4044,2557,0,264,54,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Rapidity','Master Winthalus lost the Libram of Rapidity in the east wing. The Libram will allow for a minor haste cantrip to be placed upon your equipment. Parlor tricks, really...$B$BRegardless, if you are interested, you will need to present the Libram along with some basic reagents.$B$BHrm... I believe it also requires blood of heroes, a pristine black diamond, and large brilliant shards. I could be wrong!$B$B','Bring a Libram of Rapidity, 1 Pristine Black Diamond, 2 Large Brilliant Shards, and 2 Blood of Heroes to Lorekeeper Lydros in Dire Maul to receive an Arcanum of Rapidity.','$B$BAs promised, the Arcanum of Rapidity. Don\'t spend it all in once place.$B$B','What is it? I have much cataloguing to do!','','','','','',18332,18335,14344,12938,0,0,1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18329,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7463,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7484,4044,2557,0,264,54,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Focus','This libram almost aroused interest in one of the younger Lorekeeper\'s familiars. Poor thing, it was only a few weeks old.$B$BThose among you who are more magically inclined might find this item interesting.$B$BThe Libram of Focus was lost in this wing. I can only assume one of the Highborne spirits holds it in their possession.$B$BBring the Libram along with some large brilliant shards, skin of shadow, and a pristine black diamond and I shall conjure the Arcanum.','Bring a Libram of Focus, 1 Pristine Black Diamond, 4 Large Brilliant Shards, and 2 Skin of Shadow to Lorekeeper Lydros in Dire Maul to receive an Arcanum of Focus.','Don\'t hurt yourself when applying the enchantment, $R.','You again? What could you possibly want now?','','','','','',18333,18335,14344,12753,0,0,1,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18330,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7483,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7485,4044,2557,0,264,54,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Protection','He wept like an infant at the loss of this libram. Mind you, I myself have wept over texts - there is no greater loss than that of knowledge and history - but to cry over this nearly useless jumbling of incantations? Preposterous! It left me to believe that the Prince was doing him a favor in flaying the flesh from his bones.$B$BBring the Libram along with a pristine black diamond, large brilliant shards, and a frayed abomination stitching and I shall recreate the Arcanum.$B$BOh, and check the north wing.','Bring a Libram of Protection, 1 Pristine Black Diamond, 2 Large Brilliant Shards, and 1 Frayed Abomination Stitching to Lorekeeper Lydros in Dire Maul to receive an Arcanum of Protection.','Yes, yes... Calm yourself. As promised, here is your Arcanum.','My patience prevents your suffering.','','','','','',18334,18335,14344,12735,0,0,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18331,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7484,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7486,4044,16,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Hero\'s Reward','$N, your services to the Warlords surpassed all we could expect from the denizens of this world.$B$BWe do not understand your people\'s notions of gratitude, or rewarding good works, but in this case... perhaps a reward is warranted.$B$BUnder the surf at the southern base of this island, you will find a coffer. In it you will find your... reward.$B$BGo, $N. Claim your reward.','Claim your reward from Hydraxis\' Coffer.','Hydraxis\' voice descends from the waters\' surface...$B$B\"Choose that which best suits you, $N. May it protect you against the foes of the Waterlords.\"','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18399,18398,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',6824,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7487,4044,2717,0,72,55,60,81,690,0,0,0,0,0,0,0,0,0,0,0,'Attunement to the Core','Rifts stir, tear, and collapse all around us, $r. Not two paces from where I stand is a tear leading through the depths of Blackrock Mountain, into the maw of the Firelord.$B$BSurprised? Pity... The mortal races cannot comprehend that which they cannot see, touch, or feel.$B$BI assure you, the portal is there and access is possible.$B$BI\'ve piqued your interest? Attunement is simple. Venture into Blackrock Depths and retrieve a core fragment. Return it to me and I shall attune your essence with the portal.','Venture to the Molten Core entry portal in Blackrock Depths and recover a Core Fragment. Return to Lothos Riftwaker in Blackrock Mountain when you have recovered the Core Fragment.','I am now able to transport you to the Molten Core. Ask and it shall be done.','You must attune your soul with the Molten Core before access is granted.','','','','','',18412,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22877,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7488,4044,2557,0,8,54,57,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Lethtendris\'s Web','The mage Lethtendris, a vicious blood elf whose brutality is matched only by her twisted addiction to magic, has fled into Dire Maul. She has created a device, a web to ensnare the magical energies of that place and we fear that, if left unchecked, she will cause irreparable damage to our world!$B$BStop her, $N. Find her and retrieve her web. She is likely near the satyrs in Warpwood Quarter of Dire Maul. Bring the web to me so that its power may be released safely back into the wilds...','Bring Lethtendris\' Web to Latronicus Moonspear at the Feathermoon Stronghold in Feralas.','You retrieved the web! Well done, $N! Lethtendris, like many elves of her ilk, are blind to the dangers the abuse of magic can cause to our world. They believe they are masters of magic; they do not realize that they are slaves to their own addiction. Her death saddens me, but it was necessary.$B$BThank you, $N. I will have the energies within the web released safely over a wide area, and then I\'ll destroy it to prevent future magical exploits.','Do you have the web, $N? Its concentrated magical energy must be dissipated!','','','','','',18426,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18491,0,0,0,1,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,78300,0,0,0,0,'',7494,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7489,4044,2557,0,8,54,57,81,690,0,0,0,0,0,0,0,0,0,0,0,'Lethtendris\'s Web','The blood elf Lethtendris has overstepped her bounds. So eager was she to gather magical power that she defied her brethren and created a device of insidious design, a web meant to siphon the tainted magical energies of Dire Maul. Even now she gathers those energies and plans to release them against her enemies.$B$BLethtendris must be stopped. Find her within the Warpwood Quarter of Dire Maul, defeat her and bring her web to me so that it might be returned to more clear-headed blood elves for study.','Bring Lethtendris\'s Web to Talo Thornhoof at Camp Mojache in Feralas.','You have done well, $N. This web holds within it vast stores of the magic of Dire Maul, and I fear what damage may be unleashed if those energies were harnessed by one so irresponsible as Lethtendris. I am saddened by her death, but I know that she could never part with her web while alive.$b$bThank you, $N. I will send the web to students of magic more responsible than Lethtendris. They will be the new wardens of its power.','$N, do you have Lethtendris\'s Web?','','','','','',18426,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18491,0,0,0,1,0,0,0,67,0,0,0,0,0,500,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,78300,0,0,0,0,'',7492,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,7),(7490,4044,1637,0,0,60,60,0,690,0,0,0,0,0,0,0,0,7491,18422,1,'Victory for the Horde','You have accomplished the impossible. The brood mother of the Black Dragonflight lies dead at your feet. Take her head and present it to your Warchief.','Take the Head of Onyxia to Thrall in Orgrimmar.','This is a great victory for the Horde, $N. So many times you have honored your Warchief. It is time for the Warchief to honor you.','','','','','','',18422,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7491,4044,1637,0,8,60,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'For All To See','Overlord Runthak awaits your arrival in the Valley of Strength.$B$B$B$BDo not keep your public waiting, hero.','Seek out Overlord Runthak in the Valley of Strength.','Choose your reward and let the celebration of your glorious victory begin.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18406,18403,18404,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7490,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7492,4044,2557,0,8,54,57,81,690,0,0,0,0,0,0,0,0,7489,0,0,'Camp Mojache','Talo Thornhoof, a Tauren elder in Feralas, sends a request for aid. He offered few details, but he did say that he needs agents for a matter both delicate... and dire.$B$BServe the Horde, $N. Go to Camp Mojache in Feralas and speak with Talo.','Speak with Talo Thornhoof at Camp Mojache in Feralas.','Ah, it is good to see a $C heed my summons. I have need of your services, $N, and fear they will take you down a dangerous path...$b$bA path into Dire Maul.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(7493,4044,1637,0,8,60,60,0,690,0,165,300,0,0,0,0,0,0,0,0,'The Journey Has Just Begun','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,0,0,0,0,0,0,0,'',7491,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7494,4044,2557,0,8,54,57,81,1101,0,0,0,0,0,0,0,0,7488,0,0,'Feathermoon Stronghold','$N! Your aid is needed in Feralas!$B$BAn outlaw mage, Lethtendris, has fled to the ancient elven ruins Eldre\'thalas, now called Dire Maul. It is believed she has an item of dangerous magical energy which must be recovered.$B$BLatronicus Moonspear requests agents to enter Dire Maul and retrieve the item from Lethtendris.$B$BServe the Alliance! Seek out Latronicus at the Feathermoon Stronghold in Feralas.','Speak with Latronicus Moonspear at the Feathermoon Stronghold in Feralas.','Hail, $N. I am pleased to see you, but regret that our meeting is not under more pleasant conditions.$B$BListen close, for I have a vital task for you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(7495,4044,1519,0,0,60,60,0,1101,0,0,0,0,0,0,0,0,7496,18423,1,'Victory for the Alliance','You have accomplished the impossible. The brood mother of the Black Dragonflight lies dead at your feet. Take her head and present it to the King Varian Wrynn.','Take the Head of Onyxia to King Varian Wrynn in Stormwind.','For so many years I was held under her captivating gaze. Finally, to see justice meted and the honor of Stormwind restored! Today, we celebrate this glorious victory!','By Uther\'s beard!','','','','','',18423,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,5,0,0,7),(7496,4044,1519,0,0,60,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Celebrating Good Times','Seek out Major Mattingly in the Valley of Heroes, $N. He will be expecting you...','Seek out Major Mattingly in the Valley of Heroes.','Few are graced with such ceremony, $N. Please, choose your reward so that we may begin the celebration.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18406,18403,18404,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7495,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,4,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,7),(7497,4044,1519,0,8,60,60,0,1101,0,165,300,0,0,0,0,0,0,0,0,'The Journey Has Just Begun','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,0,0,0,0,0,0,0,'',7496,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,0),(7498,4044,2557,0,0,54,60,81,0,0,0,0,0,0,0,0,0,0,18356,1,'Garona: A Study on Stealth and Treachery','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Excellent work, $R. Should you find any more tomes, do not hesitate to return them to us.$B$BAs time passes, we tend to change around and even add new rewards for the return of missing tomes.','You have recovered a tome!','','','','','',18356,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18465,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7499,4044,2557,0,0,54,60,81,0,0,0,0,0,0,0,0,0,0,18357,1,'Codex of Defense','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Excellent work, $R. Should you find any more tomes, do not hesitate to return them to us.$B$BAs time passes, we tend to change around and even add new rewards for the return of missing tomes.','You have recovered a tome!','','','','','',18357,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18466,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7500,4044,2557,0,0,54,60,81,0,0,0,0,0,0,0,0,0,0,18358,1,'The Arcanist\'s Cookbook','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Excellent work, $R. Should you find any more tomes, do not hesitate to return them to us.$B$BAs time passes, we tend to change around and even add new rewards for the return of missing tomes.','You have recovered a tome!','','','','','',18358,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18468,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7501,4044,2557,0,0,54,60,81,0,0,0,0,0,0,0,0,0,0,18359,1,'The Light and How To Swing It','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Excellent work, $R. Should you find any more tomes, do not hesitate to return them to us.$B$BAs time passes, we tend to change around and even add new rewards for the return of missing tomes.','You have recovered a tome!','','','','','',18359,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18472,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7502,4044,2557,0,0,54,60,81,0,0,0,0,0,0,0,0,0,0,18360,1,'Harnessing Shadows','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Excellent work, $R. Should you find any more tomes, do not hesitate to return them to us.$B$BAs time passes, we tend to change around and even add new rewards for the return of missing tomes.','You have recovered a tome!','','','','','',18360,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18467,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7503,4044,2557,0,0,54,60,81,0,0,0,0,0,0,0,0,0,0,18361,1,'The Greatest Race of Hunters','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Excellent work, $R. Should you find any more tomes, do not hesitate to return them to us.$B$BAs time passes, we tend to change around and even add new rewards for the return of missing tomes.','You have recovered a tome!','','','','','',18361,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18473,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7504,4044,2557,0,0,54,60,81,0,0,0,0,0,0,0,0,0,0,18362,1,'Holy Bologna: What the Light Won\'t Tell You','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Excellent work, $R. Should you find any more tomes, do not hesitate to return them to us.$B$BAs time passes, we tend to change around and even add new rewards for the return of missing tomes.','You have recovered a tome!','','','','','',18362,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18469,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7505,4044,2557,0,0,54,60,81,0,0,0,0,0,0,0,0,0,0,18363,1,'Frost Shock and You','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Excellent work, $R. Should you find any more tomes, do not hesitate to return them to us.$B$BAs time passes, we tend to change around and even add new rewards for the return of missing tomes.','You have recovered a tome!','','','','','',18363,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18471,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7506,4044,2557,0,0,54,60,81,0,0,0,0,0,0,0,0,0,0,18364,1,'The Emerald Dream...','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Excellent work, $R. Should you find any more tomes, do not hesitate to return them to us.$B$BAs time passes, we tend to change around and even add new rewards for the return of missing tomes.','You have recovered a tome!','','','','','',18364,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18470,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7507,4044,2557,0,16384,60,60,81,0,0,0,0,0,0,0,0,0,0,18401,1,'Foror\'s Compendium','You have uncovered something of great importance. This book is unlike any that you have seen.$B$BIt would appear as if someone or something has managed to shatter the seal of Athenaeum. The text within is garbled and barely legible.','Return Foror\'s Compendium of Dragon Slaying to the Athenaeum.','You could have gotten quite a lot of gold for this book on the black market, $N. Especially since the protective seal has been broken, leaving the secrets of dragon slaying viewable to any with the requisite intellect to consume the knowledge held within the sacred pages.$B$BPerhaps a grand reward is in order... Well, a reward that will require enormous effort to obtain.$B$B','Ah, one of our greatest compilations. This one has been missing for ages.','','','','','',18401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7508,4044,2557,0,16384,60,60,81,0,0,0,0,0,0,0,0,0,7509,18513,1,'The Forging of Quel\'Serrar','If you wish to take on this task, present Lydros with the dull blade.','Give the Dull and Flat Elven Blade to Lorekeeper Lydros.','If you manage to enter the lair of the dragon, heat the blade under her fiery breath, and ultimately temper it in her blood, I shall bind the blade for your use.','Excellent, let us begin...','','','','','',18513,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7507,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7509,4044,2159,0,16448,60,60,62,0,0,0,0,0,0,0,0,0,0,18489,1,'The Forging of Quel\'Serrar','Take the unfired ancient blade to the lair of Onyxia and engage her in battle.$B$BSome trickery must be utilized for the heating of the blade. While in combat, she will surely try to incinerate you with her fiery breath. You must plant the unfired ancient blade nearby and hope that the fiery breath heats the blade. If you live beyond this, pick up the now heated ancient blade and finish off the dragon.$B$BPlunge the heated ancient blade into her smoldering corpse to fashion the treated ancient blade.','You must get Onyxia to breathe fire on the Unfired Ancient Blade. Once this is done, pick up the now Heated Ancient Blade. Be warned, a Heated Ancient Blade will not remain heated forever - time is of the essence.$B$BThe last step before returning to me is to slay the beast and drive the Heated Ancient Blade into her corpse.$B$BDo this and Quel\'Serrar will be yours.','$B$BAs promised, $C, the blade of Quel\'Serrar.','Perhaps one day, another will wield the prismatic blade.','','','','','',18492,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18348,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7508,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7521,5875,0,344,64,1,1,62,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderaan the Windseeker','I have told you all that I know, $N. It is you who must find elementium. It is you who must destroy the Firelord\'s corporeal form.$B$BDo this and gain the blessing of Thunderaan.','To free Thunderaan the Windseeker from his prison, you must present the right and left halves of the Bindings of the Wind Seeker, 10 bars of Elementium, and the Essence of the Firelord to Highlord Demitrian. ','','','','','','','',17771,18566,18563,18564,0,0,10,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',7522,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7522,5875,0,344,0,1,1,0,0,0,0,0,0,0,0,0,0,7521,18565,1,'Examine the Vessel','Examine the vessel of his rebirth, mortal. It is from this that the Windseeker shall be reborn!','Examine the Vessel of Rebirth and return it to Highlord Demitrian.','Thanks for the done work!','','','','','','',18565,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7541,4044,15,0,8,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'Service to the Horde','','','It will take time for our scholars to study the pendant you brought us. But for your service to the Horde I would like to offer you a small token.$B$BThank you, $N. Your acts bring honor to you, and to us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18585,18586,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',1262,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7561,5875,0,344,0,100,60,0,0,0,0,0,0,0,0,0,0,0,18589,1,'Rise, Thunderfury!','You have defeated the Wind Seeker. Take the dormant blade and force the lying wretch, Demitrian, to use the materials you provided for his betrayal to wake Thunderfury.','Present the Dormant Wind Kissed Blade to Highlord Demitrian.','','','','','','','',18589,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(7562,4044,0,61,0,60,-1,0,595,256,0,0,0,0,0,0,0,7563,0,0,'Mor\'zul Bloodbringer','$N, your delvings into the dark arts are deep. Your mastery over otherworldly denizens has grown so strong... perhaps you are ready to bind to you one of the infamous dreadsteeds.$B$BThe ritual to summon the beast from its home requires great power and resources, but if you desire to dominate that epic mount, then speak with Mor\'zul Bloodbringer. He is camped near the Altar of Storms in the Burning Steppes.$B$BGo, $N. This quest will be perilous, but a Warlock of your stature does not shy from danger!','Speak with Mor\'zul Bloodbringer at the Altar of Storms in the Burning Steppes.','Greetings, $N, and welcome. Are you here to study near the Altar of Storms as I am, perhaps to harness its energy for some hidden purpose...$B$BOr... are you here to speak with me? Yes, I believe you are.$B$BYou want to master a dreadsteed? Such is no easy task. It will cost you no small amounts of blood, sweat... and of course gold. But a dreadsteed of Xoroth is a prize well worth winning so if interested, listen on...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',7564,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7563,4044,0,61,8,60,-1,0,595,256,0,0,0,0,0,0,0,7564,0,0,'Rage of Blood','The dreadsteeds dwell on another world, on the fiery Plains of Xoroth, and to bind one of those famed beasts you must invoke powerful glyphs. I can scribe the glyphs on a parchment for you, but first I will need a special ink.$B$BIn distant Winterspring there dwells a race of owl beasts. Once pure creatures, they were turned mad by the demonic emanations of the Darkwhisper Gorge and now roam the snows in a frenzy.$B$BTheir blood is what I need to ink your parchment. Bring it to me.','Bring 30 bottles of Raging Beast\'s Blood to Mor\'zul Bloodbringer in the Burning Steppes.','Ah, very good. I will have this blood distilled into an ink and use it for the parchment I promised you. And perhaps I will save just a little for myself, as I hear its taste is quite euphoric...','Have you seen the raging owl beasts, $N? The magic of those creatures is strong, and it concentrates in the blood that flows through their torturted forms.','','','','','',18590,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',7562,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7564,4044,0,61,0,60,-1,0,595,256,0,0,0,0,0,0,0,0,18591,1,'Wildeyes','My servant, Gorzeeki, is an alchemist of some skill. He can prepare the ink I will need for your parchment. I gathered together the blood you acquired; take it to Gorzeeki so that he can begin his work.','Bring the Case of Blood to Gorzeeki Wildeyes at the Altar of Storms in the Burning Steppes.','Oh, it\'s blood. It must be from master Mor\'zul then. He is so enamored with the stuff, and loves to see it spilled. I, however, prefer it coursing through the veins of a small rodent. It stays warm that way... until you want it.$B$BThis is powerful blood. Mor\'zul must be making another parchment to summon a dreadsteed! How exciting!$B$BIf that\'s true, and you\'re going to perform the ritual, then... you\'re going to need a lot more than blood, my friend.','You have something for me? It\'s not a big, juicy spider, is it? Or maybe a roach? I hope it\'s still alive... I so love chewing on them when they\'re still alive...','','','','','',18591,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',7563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7581,4044,0,61,8,60,-1,81,0,256,0,0,0,0,0,0,0,0,0,0,'The Prison\'s Bindings','You must retrieve bindings for the prison of the Doomguard from lesser demons.$B$BThe blood of the Wildspawn satyr that occupy Dire Maul should do nicely. The coagulated blood will bond the Hederine shards and power the crystal prison.','Travel to Dire Maul in Feralas and recover 15 Satyr Blood from the Wildspawn Satyr that inhabit the Warpwood Quarter. Return to Daio in the Tainted Scar when this is done.\n','Ah, a most excellent recovery. The blood will suppress the Doomguard\'s magical defenses.','Only the blood of Wildspawn satyr will suffice.','','','','','',18603,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7582,4044,0,61,8,60,-1,1,0,256,0,0,0,0,0,0,0,0,0,0,'The Prison\'s Casing','The Hederine demons that occupy the foothills of Mount Hyjal secrete powerful fel poisons, which if left to mature, harden into a dense anti-magic crystal. These crystals have come to be known as Tears of the Hederine.$B$BNot even the immense power of a Doomguard could break the walls of a prison constructed from this material.$B$BTravel to Darkwhisper Gorge in Winterspring and recover the Tears.','Travel to Darkwhisper Gorge in Winterspring and recover 5 Tears of the Hederine from the Hederine demons that occupy the gorge. Return to Daio in the Tainted Scar when you have completed this task.','I merely need to combine the blood of the Wildspawn with these crystals and the prison shall be ready for use.','The Hederine will not give up their precious gems without a fight, $N.','','','','','',18604,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7581,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7583,4044,0,61,64,60,-1,1,0,256,0,0,0,0,0,0,0,0,18601,1,'Suppression','The prison is ready. Now for the most difficult portion of this task.$B$BYou must find and capture a Doomguard Commander within the Tainted Scar using this crystal prison.$B$BBe warned! A Doomguard is a cunning and lethal adversary and will seek to destroy you as you begin the ritual of imprisonment. It will flail wildly in its attempts to escape imprisonment.$B$BIt will focus on nothing but you, $N. Because of this, I must recommend that you take companions capable of keeping you alive!','Venture forth into the Tainted Scar and locate a Doomguard Commander.$B$BUse the Glowing Crystal Prison on the Doomguard Commander. Be prepared for a ferocious onslaught of attacks, as the demon attempts to escape capture.$B$BShould you succeed, return the Imprisoned Doomguard to Daio in the Tainted Scar.','You have done as I have asked. You are ready to be given the knowledge to conjure and control the beast.','Hrm? Well?','','','','','',18605,18601,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18602,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18540,20700,0,0,0,0,0,0,0,1020,0,0,0,0,'',7582,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7601,4044,0,61,8,50,-1,0,0,256,0,0,0,0,0,0,0,7602,0,0,'What Niby Commands','If I am to teach you the secrets of summoning an infernal servant, you must destroy Kroshius and bring me the infernal core from his burning remains. This, however, is not as easy as it sounds. Kroshius has all but burned out completely. You must reignite his corpse and raise him from the rubble. To do this, however, you must gather some components from other demonic entities.$B$BMy imp, Impsy, shall set you on your way.','Speak with Impsy in Felwood.','Oh boy, here we go again.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(7602,4044,0,61,8,50,-1,0,0,256,0,0,0,0,0,0,0,7603,0,0,'Flawless Fel Essence','If you\'re going to reanimate Kroshius, you\'re going to need Fel fire. I can make Fel fire but it\'s going to require some components.$B$BYou need to bring me flawless Fel essences from three distinct regions of the world.$B$BThe Legashi Satyrs of Azshara will have the first essence type; the Jaedenar legionnaires of Jaedenar the second type and the felguard sentries of the Blasted Lands the third.$B$BBring me back one of each essence type and I will create the Fel fire, allowing you to reanimate Kroshius.','Impsy in Felwood has asked that you bring him three Flawless Fel Essences originating from three distinct locations.$B$BThe Legashi Satyrs of Azshara hold the Flawless Fel Essence of their region. The Jaedenar Legionnaires of Jaedenar hold the Flawless Fel Essence of their region. The Felguard Sentries of the Blasted Lands hold the Flawless Fel Essence of their region.$B$BRecover the Flawless Fel Essences and return to Impsy in Felwood.','Give me a minute and I\'ll combine the essences into Fel fire.','Don\'t tell anyone this but Niby is daft.','','','','','',18624,18622,18623,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7601,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(7603,4044,0,61,0,50,-1,0,0,256,0,0,0,0,0,0,0,0,18626,1,'Kroshius\' Infernal Core','Kroshius lays in a heap to the northeast, in the Shatter Scar Vale. Take this Fel fire and use it on his remains. The fire should reanimate the fallen infernal.$B$BAt this point, I fully expect him to kill you and your minion.$B$BIf by some miracle you happen to kill Kroshius, take his infernal core and return it to Niby.','Search Shatter Scar Vale in Felwood for the remains of Kroshius. When you locate the remains, use the Fel Fire near them and await Kroshius\' return. When the infernal has awoken, slay him and take from his corpse Kroshius\' Infernal Core.$B$BReturn Kroshius\' Infernal Core to Niby the Almighty in Felwood.','A deal is a deal! Quickly, take this and write this down. I don\'t have time! My greatest conjuration is upon us!','Did you get lost?','','','','','',18625,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18762,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,1413,0,0,0,0,0,0,0,1320,0,0,0,0,'',7602,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,5,0,0,0,0,0,0,0,0,6),(7604,5875,1584,0,0,60,60,81,0,0,0,0,0,0,0,0,0,0,18628,1,'A Binding Contract','The undersigned hereby declares that the Sulfuron ingot they are delivering to the Thorium Brotherhood (TB Ltd.) is genuine and not a facsimile thereof. The undersigned also acknowledges that any harm that should come to $g him:her; as a result of attempting to build, forge, find, create, sell, or eat Sulfuras, is not the responsibility or fault of TB Ltd.$B$BBy signing this contract, you are agreeing to all terms listed herein.$B$B_________________$B$BSignature','Turn the Thorium Brotherhood Contract in to Lokhtos Darkbargainer if you would like to receive the plans for Sulfuron.','It has been a pleasure doing business with you, $N!$B$BOn behalf of TB Ltd., I wish you luck in your search for Sulfuras!','Do we have a deal?','','','','','',18628,17203,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18592,0,0,0,1,0,0,0,59,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7621,4044,0,262,0,60,60,0,0,16,0,0,0,0,0,0,0,0,0,0,'A Warning','','','$C, you are about to undergo a rigorous series of events which shall test all of your abilities.$B$BI suggest that you listen to the story that I have to tell.$B$BBe warned, you must complete this task alone. It is recommended that your allies remain at a distance. Interference by outside agents will result in a most severe punishment.$B$BDestiny has led you and you alone here. Battle with honor. Harness the Light.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7622,4044,0,262,3,60,60,0,0,16,0,0,0,0,0,0,0,0,0,0,'The Balance of Light and Shadow','You must do what I could not: Save the peasants that were cut down while fleeing from Stratholme.$B$BThey will walk towards the light, you must ensure their survival. Should too many fall, our cursed existence shall continue - you will have failed.$B$BEvery ability, prayer, and spell that you have learned will be tested. May the Light protect you, $N.','Save 50 Peasants before 15 are slain. Speak with Eris Havenfire should you accomplish this task.$B$BYou may view the Death Post to view how many Peasants have been slain.','Your tenacity and courage are astounding, priestess. You have earned the right to hold the Splinter of Nordrassil. Only one task remains: The Eye of Shadow must be recovered. Scour the world.','','The Balance of Light and Shadow','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18659,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7621,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7623,4044,0,61,0,60,-1,0,595,256,0,0,0,0,0,0,0,7624,0,0,'Lord Banehollow','Mor\'zul says that you want to open a portal to Xoroth. To do that, you\'ll need Xorothian stardust. That\'s not easy to find on Azeroth!$B$BThere is one being who might have some: Lord Banehollow in Jaedenar, the seat of the Shadow Council! Speak with him and he might part with the stardust.$B$BBut if you\'re going to Jaedenar, then you\'ll need to cloak yourself in the Shadow Council\'s own flavor of evil. That will require some of my shadowy potions, and that will cost you...','Purchase Shadowy Potions from Gorzeeki Wildeyes at the Altar of Storms in the Burning Steppes.$B$BUse the potions to travel through Jaedenar in Felwood, and speak with Lord Banehollow inside the Shadow Hold.','My patience spans the millenia, $C. But do not think that allows you more than an instant of my time...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7564,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7624,4044,0,61,0,60,-1,0,595,256,0,0,0,0,0,0,0,7625,0,0,'Ulathek the Traitor','You wish to enter my good graces? Then kill for me.$B$BMy servant, Ulathek, is pathetic how he grovels before me, all the while plotting with Lord Hel\'nurath on Xoroth. Hel\'nurath plans to usurp my power here, and Ulathek is his spy...$B$BProve that you serve me and not my rivals. Confront Ulathek in his quarters, in the Shadow Hold to the west. Tell him that I know his secret and watch as fear grips him. Then, bring me the traitor\'s heart!','Confront Ulathek, then bring The Traitor\'s Heart to Lord Banehollow in Jaedenar.','Ah, how splendid! After rotting a week, this heart will prove a succulent treat! Perhaps I will send for Ulathek\'s head and place it before me as I eat...$B$BYou have done me a service, $C, and so my patience for you has grown. Marginally.','I can already taste the heart of Ulathek on my lips. So sweet is the flesh of a traitor...','','','','','',18719,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7623,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7625,4044,0,61,0,60,-1,0,595,256,0,0,0,0,0,0,0,7629,0,0,'Xorothian Stardust','So you come to me seeking Xorothian stardust? You wish to open a portal to Xoroth, the domain of Hel\'nurath my rival? Perhaps you plan to steal from him one of his precious dreadsteeds?$B$BVery well. My servant Ur\'dan has a supply of Xorothian stardust. You may obtain it from him... if you can pay the price.','Purchase Xorothian Stardust from Ur\'dan inside the Shadow Hold at Jaedenar in Felwood. Bring it to Gorzeeki Wildeyes in the Burning Steppes.','There it is! I can hardly believe you got it! You must have struck a big deal with that Dreadlord or else paid a large sum, or both!$B$BMor\'zul will have his ink very soon and then he can finally make the glyph parchment, so you can open a portal to Xoroth and pull through it one of the famed dreadsteeds!','Have you been to Jaedenar, $N? Did you get the stardust from Lord Banehollow?','','','','','',18687,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7624,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7626,4044,0,61,0,60,-1,0,595,256,0,0,0,0,0,0,0,0,0,0,'Bell of Dethmoora','A Bell of Dethmoora, named after the late warlock Dethmoora Darkeyes, is one of the three tools needed to create a Circle of Greater Summoning. When properly atuned with the Wheel and the Candle, these items conduct vast stores of arcane power.$B$BMy servant Gorzeeki can construct such a bell, but to do so he will need a large supply of elixirs of shadow power. Procure the elixirs from an alchemist and bring them to Gorzeeki.','Bring 2 Elixirs of Shadow Power to Gorzeeki Wildeyes in the Burning Steppes.','Very good! I hope these elixirs weren\'t too hard to get. Sometimes alchemists can be so miserly with their creations...$B$BI\'ll make the bell and keep it until you\'re ready for your ritual.','You have those elixirs, $N? Mor\'zul told me you need a Bell of Dethmoora, and making one of those takes a lot of shadow power!','','','','','',9264,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7564,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7627,4044,0,61,0,60,-1,0,595,256,0,0,0,0,0,0,0,0,0,0,'Wheel of the Black March','A Wheel of the Black March contains and directs the violent energies required for the Circle of Greater Summoning. For Gozeeki to construct a wheel, he will need both large brilliant shards from an enchanter, and dark iron ore from a master miner.$B$BAcquire these and bring them to my servant.','Bring 6 Large Brilliant Shards and 25 Dark Iron Ore to Gorzeeki in the Burning Steppes.','There they are! I hear that dark iron ore is only found in the depths of Blackrock, and I\'m sure these shards weren\'t easy to find either. I am often awed at the dedication you warlocks have. If you instead bent all that energy into the art of bug catching, oh... such a feast you would enjoy!$B$BSorry, a small digression. I\'ll create the wheel and keep it for you until you\'re ready for your ritual.','The Wheel of the Black March isn\'t easy to make, and takes a lot of materials. Have you gathered them yet?','','','','','',14344,11370,0,0,0,0,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7564,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7628,4044,0,61,0,60,-1,0,595,256,0,0,0,0,0,0,0,0,0,0,'Doomsday Candle','A Doomsday Candle stores fire and directs it at those who would disrupt your ritual. When creating your Circle of Greater Summoning, if your candle is lit then any wayward demons will be burned by its flames!$B$BContaining that fire is not easy, and requires the essence within the scales of a black dragon. Acquire those scales from a skinner and bring them to Gorzeeki Wildeyes.','Bring 3 Black Dragonscales to Gorzeeki Wildeyes in the Burning Steppes.','Ah, very good. I\'ll need these to contain the fires of the candle. Now that I have the scales, I\'ll make the candle and hold onto it until you\'re ready to begin your ritual for the Circle of Greater Summoning.','Did you bring the dragonscales, $N? I don\'t want to start on the candle until I have them... or I might blow up the whole camp!','','','','','',15416,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7564,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7629,4044,0,61,0,60,-1,81,595,256,0,0,0,0,0,0,0,0,18688,1,'Imp Delivery','There is one more process required for Mor\'zul\'s parchment; I need paper infused with Xorothian stardust. And... I\'m afraid I can\'t do that here. I don\'t have the equipment!$B$BThere is an alchemy lab, however, with everything needed. It\'s in the Scholomance, on the isle of Caer Darrow in the Plaguelands.$B$BI can\'t make the trip, but here - take this jar. There\'s an imp inside who is quite clever. Let him out at the alchemy lab and he\'ll infuse the parchment.','Bring the Imp in a Jar to the alchemy lab in the Scholomance. After the parchment is created, return the jar to Gorzeeki Wildeyes.','Ah, good. J\'eevee created the parchment. How was the Scholomance? Charming, don\'t you think? And the bugs there... I hear they\'re delicious!$B$BWell done, $N, and thank you for returning my jar. I\'ve had it for a long time... and it\'s not for sale!','Have you been to the Scholomance, $N? Has the imp yet infused the parchment with the stardust?','','Parchment Created','','','',0,18688,0,0,0,0,0,1,0,0,0,0,14500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',7630,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7630,4044,0,61,0,60,-1,0,595,256,0,0,0,0,0,0,0,0,0,0,'Arcanite','Now that the Bell, Wheel and Candle are made, I should make a black lodestone. During your ritual, you\'ll need that lodestone to maintain the other ritual objects if they should fail.$B$BTo make the lodestone, I require arcanite. Do you have any? If not, then... you\'ll have to get the arcanite from an alchemist.$B$BReturn to me when you have the arcanite, and then I\'ll make the black lodestone.','Bring 1 Arcanite Bar to Gorzeeki in the Burning Steppes.','You got it! Nicely done! Now I can create the lodestone. When you\'re finally ready for your ritual to create the Circle of Greater Summoning, you\'ll want a lodestone to make sure the ritual doesn\'t fizzle out!','Do you have the arcanite, $N? Once I have it I can make you the black lodestone.','','','','','',12360,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7627,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7631,4044,0,61,0,60,-1,81,595,256,0,0,0,0,0,0,0,0,18818,1,'Dreadsteed of Xoroth','All the preparations are made. Now, you must perform the ritual to create a Circle of Greater Summoning, then use the parchment infused with Xorothian stardust... to open a portal to Xoroth.$B$BI have written the instructions for the ritual onto a scroll. Study it closely, for you must perform each step exactly if you wish to succeed.$B$BFortune to you, $N. And may the souls of your enemies swiftly find their way into your shard pouch.','Read Mor\'zul\'s Instructions. Summon a Xorothian Dreadsteed, defeat it, then bind its spirit to you.','The Xorothian Dreadsteed\'s spirit is beaten. Although rage pulses through its ghostly flanks, you know that the beast\'s soul is yours...$B$BIt whispers dark magic into your mind and instills within you the knowledge to summon a dreadsteed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23161,23160,0,0,0,0,0,0,0,1560,0,0,0,0,'',7629,7629,7630,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7632,4044,0,261,32,60,60,0,0,4,0,0,0,0,0,0,0,0,18703,1,'The Ancient Leaf','The epidermis of the leaf glows a bright green. The surface is extremely rugose, exposing several veins and wrinkles.$B$BIf you had to take a guess, you would say this leaf came from something ancient and powerful.$B$BMaybe you should find the original owner of this leaf?','Find the owner of the Ancient Petrified Leaf. Good luck, $N; It\'s a big world.','Of course I recognize my own leaves. Look at that! It\'s in perfect condition.$B$BHow good of you to return it, $C.$B$BPerhaps you could be of service to us and we to you.','','','','','','',18703,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7633,4044,0,261,0,60,60,0,0,4,0,0,0,0,0,0,0,0,0,0,'An Introduction','','','Your diligence and integrity has been noted, $C.$B$BWe are Ancients: Protectors of this once great forest. Our physical forms were destroyed 10,000 years ago when Archimonde and the Burning Legion marched upon Hyjal. Our spirits, however, remain intact.$B$BThere are tasks that we can offer. Tasks that if completed will open up the secrets of the Ancients to you.$B$BKnow this, should you complete these tasks, merely return to this rock and we shall answer the calling.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7634,4044,0,261,64,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Ancient Sinew Wrapped Lamina','Greetings, $c. I am Hastat, Ancient of Lore. I hold knowledge lost eons ago.$B$BWith the proper binding, one of my leaves can serve as a quiver the likes of which has not been seen in 10,000 years. A quiver that when accompanied by a bow of Ancients, could grant untold powers.$B$BReturn here with sinew from an adult blue dragon and this quiver shall be yours.','Hastat the Ancient has asked that you bring him a Mature Blue Dragon Sinew. Should you find this sinew, return it to Hastat in Felwood.','May my leaves provide your arrows protection from harm. May your arrows strike true. May the enemies of our world be smitten.','Welcome back, young $C.','','','','','',18704,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18714,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7632,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7635,4044,0,261,0,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'A Proper String','Vartrus may offer you the stave to create a bow of Ancients but only I can enchant the string required to complete the bow.$B$BIt is a simple task, puny one. Slay a mature black dragon and remove the sinew from its bones. Return that sinew to me and I shall enchant the material into an almost indestructible bow string.','Stoma the Ancient has asked that you bring him a Mature Black Dragon Sinew. Should you find this sinew, return it to Stoma in Felwood.','A most foul dragon this one was. The sinew reeks of evil.$B$BGive me a moment to cleanse the filth from this flesh and apply the proper enchantments.','I am certain that you will have little difficulty in finding and slaying a black dragon, $N. Do not waste my time with idle chatter.','','','','','',18705,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18724,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7632,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7636,4044,0,261,0,60,60,0,0,4,0,0,0,0,0,0,0,0,18708,1,'Stave of the Ancients','Agents of the Burning Legion are still active in our world, $c. These agents corrupt all that they touch. Nature wilts and weeps in their presence.$B$BYou must track down these demonic corrupters and destroy them, $N. Be warned, you must engage them by yourself or they will flee. As long as you are alone, they will try and destroy you. You must strike at them, turning their arrogance into misery.$B$BI grant you a piece of my bark, the inscriptions shall lead you to your targets. Retrieve their heads.','You must find and destroy these four demonic corrupters:$B$BSimone the Seductress.$B$BKlinfran the Crazed.$B$BSolenor the Slayer.$B$BArtorius the Doombringer.$B$BDestroy these creatures and return to Vartrus the Ancient in Felwood with their heads.$B$BRefer to the Petrified Bark in your inventory for clues as to their whereabouts.$B$BYou MUST complete this task by yourself.','You have served us well, $N! Take this stave and combine it with the bow string that Stoma is able to create. Together, they form a most formidable weapon.','Do not be fooled by their disguises!','','','','','',18952,18953,18954,18955,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18707,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7632,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7637,4044,0,141,256,60,-1,0,1029,2,0,0,0,0,0,0,0,7639,0,0,'Emphasis on Sacrifice','In order to prepare yourself for this task, you must first show due sacrifice and judgment... with an emphasis on sacrifice.$B$BYou must acquire High Priest Rohan\'s exorcism censer for your task. Even though its use will be for good and just reasons, due compensation must be given for it.$B$BProceed to Ironforge and speak with the High Priest. By bringing ample coin with you to help offset the loss of his censer, it will show your due sacrifice.$B$BGo now $N, time is of the essence.','Travel to Ironforge and get High Priest Rohan\'s Exorcism Censer. You will need to make a donation of 150 gold in order to secure it.','Blessings onto you, friend $C! Your donation goes far beyond what was needed. Your sacrifice will not only help us recover what we have lost, but also help us to help those most in need here in Ironforge.$B$BNow, let me make sure I\'ve suitably prepared this censer for your future needs...','Greetings, noble $C! I have prepared my trusted censer with the freshest of incense and blessed it thrice for your use. Your donation will help us in Ironforge not only create a new censer, but also to bolster sagging reserves of food for our needy.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,-1500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'7638 7670',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7638,4044,0,141,0,60,-1,0,1029,2,0,0,0,0,0,0,0,0,0,0,'Lord Grayson Shadowbreaker','The time has come, $N, for you to learn about what it will take for you to acquire something you have no doubt waited on for some time... your charger.$B$BSpeak with Lord Grayson Shadowbreaker here in Stormwind\'s Cathedral District. It is he who will guide you not only though the legerdemain of a Paladin\'s most trusted mount, but the tasks before you to acquire one of your own.$B$BI wish you the best in this trial. For the Light, noble $G brother : sister;!','Speak with Lord Grayson Shadowbreaker in Stormwind\'s Cathedral District.','I am glad to see you $N. I know that you have awaited word as to how to acquire your charger, and now that time has come.$B$BYou will be surely tested in many different ways, but most importantly in your willingness to rise above numerous obstacles thrust before you. These are not done as a learning exercise - your stature is beyond simple educational tests. You must save your future companion from the clutches of the evil you have spent your life fighting.$B$BTake heed, your time has come!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'7670',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7639,4044,0,141,0,60,-1,0,1029,2,0,0,0,0,0,0,0,7640,18819,1,'To Show Due Judgment','With my blessings, take the censer. I myself have used it in several exorcisms, and it should serve you well for the arduous tasks that lie ahead.$B$BReturn now to Lord Grayson Shadowbreaker in Stormwind, $N. Your quest continues with him.','Return the Exorcism Censer to Lord Grayson Shadowbreaker in the Cathedral District of Stormwind.','Yes, this will do. You will be called upon more than once during this process to make acts of sacrifice; I am glad to see that you are willing to do just that. Sacrifice is a key component in what it takes to uphold the duties of being a Paladin... but I don\'t have to lecture you on that.$B$BNow $N, you will need to show due judgment in your actions. To that end, this censer will act as your vessel to dispense such judgment on tortured spirits of lands lost to us.','Welcome back, $N. Have you acquired the exorcism censer?','','','','','',18819,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',7637,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7640,4044,0,141,0,60,-1,0,1029,2,0,0,0,0,0,0,0,0,18752,1,'Exorcising Terrordale','I have added a pinch of dirt from the tainted ground of Terrordale in the Eastern Plaguelands to the censer. You will now use this censer to find areas there that show signs of spiritual turmoil and disturbance. Look for green auras that permeate the ground as the physical world buckles under the torment of the spirit realm and use the censer to drive out the evil spirits.$B$BWhen you have passed sufficient judgment on the spirits there, you will be ready to proceed.','Use the Exorcism Censer to drive out the spirits that torment Terrordale. When you have slain 25 Terrordale Spirits, return to Lord Grayson Shadowbreaker in the Cathedral District of Stormwind.','Well done, $N. To render the judgment of the Light on those that dwell in darkness is a task we must approach with vim and zeal; you have done just that with your sacrifice in Ironforge and your judgments of the spirits in Terrordale.$B$BYour next steps will call on both sacrifice and judgment again as you now strive to reclaim the spirit of a fallen charger who now serves a Death Knight known as Darkreaver.','It is good to see you again $N. Is your work done in Terrordale?','','','','','',18752,0,0,0,0,0,1,0,0,0,0,0,14564,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7639,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7641,4044,0,141,0,60,-1,0,1029,2,0,0,0,0,0,0,0,7642,0,0,'The Work of Grimand Elmore','A paladin\'s charger is nothing more than a pack animal without proper barding for it. The barding used by your charger not only needs to be of the finest materials possible, but because of the circumstances involved it must also be sufficiently attuned to the spirit realm.$B$BFirst things first, $N - let\'s get your barding made. In Stormwind\'s Dwarven District is one of the finest craftsmen living today, Grimand Elmore. His work will not be cheap, but his quality is what we seek. Speak with him.','Speak with Grimand Elmore in Stormwind\'s Dwarven District.','Hello there - Lord Shadowbreaker sent me word ahead of time that you\'d be coming around this way to see me. I\'m willing to make the barding you need, but it won\'t be either cheap or easy; let\'s get that out in the open first and foremost.$B$BI will say this much, and Grayson will back me up when I make this claim... you\'ll not find better barding made anywhere in all of Azeroth than right here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',7640,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7642,4044,0,141,256,60,-1,81,1029,2,0,0,0,0,0,0,0,0,0,0,'Collection of Goods','You\'ll need four things for the barding - runecloth for the lining, arcanite bars for the plating, Arthas\' Tears for the spiritual attunement, and Stratholme holy water for the spiritual imbuement. Actually, you need five things... gold for my fee. That fee includes all labor as well as a handcrafted saddle and stirrups.$B$BOnce you\'ve got all that, I\'ll be able to finish your barding. Until then, there are some things I can get started on for you while you assemble your collection of goods.','Bring 40 Runecloth, 6 Arcanite Bars, 10 Arthas\' Tears, 5 Stratholme Holy Water vials, and 150 gold to Grimand Elmore in the Dwarven District of Stormwind.','This... well, this is exactly what I needed. You\'re quite the resourceful $C, aren\'t you?$B$BAll right then, let\'s get this barding finished up for you!','Ah, $C. I won\'t be able to finish your barding without the things I mentioned. Have you gotten everything together?','','','','','',13180,8836,14047,12360,0,0,5,10,40,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,500,0,0,0,0,0,0,-1500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7641,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7643,4044,0,141,0,60,-1,81,1029,2,0,0,0,0,0,0,0,7644,18753,1,'Ancient Equine Spirit','Your barding needs a special form of blessing, one from an appropriate spirit. In Dire Maul is such a spirit, the Ancient Equine Spirit. It is currently held by a corrupt treant, Tendris Warpwood. Pass judgment upon this foul beast, $N.$B$BKnow this - freedom alone is not enough. You must soothe the spirit before receiving its blessing. For that, special horse feed is needed. Travel to Southshore first and speak with Merideth Carlson on this... and prepare for more sacrifice.','Acquire special horse feed used for feeding a spirit horse. Merideth Carlson in Southshore apparently is the source for such food.$B$BTravel to the Dire Maul dungeon in Feralas and slay Tendris Warpwood. Doing so will free the Ancient Equine Spirit. Feed it the special horse feed, thereby soothing the spirit. Finally, give it the Arcanite Barding so it may bless it.','The Ancient Equine Spirit accepts the offering of the Manna-Enriched Horse Feed, nuzzling the container as it helps itself to the special oats and grains. After it has eaten a little, it looks at the barding you possess and positions itself as though it wants you to place it upon its back...','The Ancient Equine Spirit looks at you expectantly, as though it wants something from you.','','','','','',18753,18775,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',7642,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7644,4044,0,141,0,60,-1,0,1029,2,0,0,0,0,0,0,0,7646,18792,1,'Blessed Arcanite Barding','As the barding rests on the back of the Ancient Equine Spirit, it glows ever so slightly. The air is thick with power for a brief moment, and then the barding disappears from the back of the horse and is now secure in your backpack.$B$BIt would seem that the barding has been blessed. As per Lord Shadowbreaker\'s instructions, you should now return with it to him in Stormwind.','Return with the Blessed Arcanite Barding to Lord Grayson Shadowbreaker in the Cathedral District of Stormwind.','You\'ve come far, my friend. Your barding is now suitably prepared for the last task at hand.$B$BYou will be using this barding to harness your charger once the task of redemption is complete. Before that, however, you will have a monumental struggle to overcome. Your time draws near - huzzah!$B$BThere is one last item that needs to be made before we begin this, $N. Hopefully your resourcefulness has not departed you since you had your barding made...','$N, you\'re back! Were you able to successfully deal with Merideth Carlson and Tendris Warpwood? Honestly, I\'m not sure which one is a greater threat at times...','','','','','',18792,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',7643,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7645,4044,0,141,256,60,-1,0,1029,2,0,0,0,0,0,0,0,0,0,0,'Manna-Enriched Horse Feed','The Silver Hand thought me MAD when I told them that I could make a special horse feed that could nourish spiritual horses. EVERYONE thought I was mad! Well, now it\'s payback time!$B$BI\'ll make what you need, PALADIN... so-called CHAMPION... but it will cost you. I need special biscuits - Enriched Manna Biscuits sold only by the Argent Dawn - for this blend. I also demand, yes DEMAND gold as compensation for the misery I have endured!$B$BShow me the sacrifice you tout so much, PALADIN.','Retrieve 20 Enriched Manna Biscuits - the key ingredient in making Manna-Enriched Horse Feed - for Merideth Carlson at Southshore in the Hillsbrad Foothills. The Argent Dawn is known as the sole purveyor of the biscuits.$B$BYou also need to give her 50 gold to soothe her ruffled sensibilities.','YES, NOW WHO - wait - you\'re giving me the gold too? You weren\'t the one who called me mad (actually they called me a fruitcake nut-job)... still, you\'re willing to show sacrifice even for wrongs you\'ve not committed?$B$BI... I misjudged you, $N. Should you need more horse feed, come see me. I will give it to you free of charge. Thank you... noble $C.$B$BI am going to keep the money though - I\'m not that much of a nut-job as to give up a fortune.','Yes, I\'ve proved you wrong now, haven\'t I? I\'ve proved them all wrong! I WAS RIGHT ALL ALONG!!!','','','','','',13724,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18775,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7644,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7646,4044,0,141,0,60,-1,0,1029,2,0,0,0,0,0,0,0,7647,0,0,'The Divination Scryer','We now must assemble a Divination Scryer - this will begin the trial that will allow you to redeem the fallen charger. Your scryer, actually, is almost done. The exorcism censer used in Terrordale is the catalyst for it, and I will fashion a suitable housing for the device.$B$BThe last components needed, though, are two diamonds. They must be as juxtaposed in brilliance as they are in purpose - an Azerothian and a Pristine Black. These two will be the beacon by which the scryer will pierce the shadows!','Bring an Azerothian Diamond and a Pristine Black Diamond to Lord Grayson Shadowbreaker in the Cathedral District of Stormwind.','These are fine specimens, $N - the final pieces are now in place. At long last, your time has come!$B$BIn the depths of the Great Ossuary of Scholomance are the skeletal remains of many beings. Amongst them is a once-noble charger. The hollowed soul of this charger now serves as the steed for Death Knight Darkreaver. It is he whom you will face, and it is this steed that you will pass judgment upon. Only you, $N, can redeem its soul and save it from the torment of its servitude.','You have come so very far, $N. Your final act of worldly-item sacrifice will be the genesis for one of your greatest accomplishments. I can feel it in the very fiber of my being!','','','','','',12800,18335,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',7644,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7647,4044,0,141,0,60,-1,81,1029,2,0,0,0,0,0,0,0,0,18804,1,'Judgment and Redemption','Take this satchel - in it are the items you will need for your task.$B$BUse the divination scryer in the heart of the Great Ossuary\'s basement to bring forth accursed spirits that must be judged. Use your judgments wisely during this trial - they will prove more potent than you realize. After the spirits, the death knight will appear; defeat him and reclaim the lost soul of the charger. Only then $N, will you be able to redeem it and place your barding upon your new steed!$B$BGood luck!','Use the Divination Scryer in the heart of the Great Ossuary\'s basement in the Scholomance. Doing so will bring forth the spirits you must judge. Defeating these spirits will summon forth Death Knight Darkreaver. Defeat him and reclaim the lost soul of the fallen charger.$B$BGive the Charger\'s Redeemed Soul and the Blessed Enchanted Barding to Darkreaver\'s Fallen Charger.','A glimmer of life - long vacant from the poor beast - shines in its eyes as you hand its judged soul back to it. You feel a holy rush of power surge around you as you place the barding on its back, having judged the charger redeemed. The charger nuzzles your hand as the burdens of the past are lifted from the beast. You now feel as though you could call upon this beast to serve as your steed, should the need arise.$B$BYou have claimed your epic charger, $C! Congratulations!','The spirit of the fallen charger looks upon you with a mournful gaze. Sad, almost hollow eyes look at you as though all hope was lost to it.','','','','','',18799,18792,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,23215,0,0,0,0,0,0,0,1560,0,0,0,0,'',7646,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7648,4044,0,141,0,60,-1,0,1101,2,0,0,0,0,0,0,0,0,18753,1,'Grimand\'s Finest Work','$B$BThere you are, my friend. This is some of my finest work - as good as the barding I personally made for Lord Shadowbreaker when he went for his own charger. I thank you for your trust in me to provide for you the best.$B$BNo doubt Grayson will want to see the work for himself as well. Take your barding to him, and give him my thanks for his honorable business.','Take the Arcanite Barding to Lord Grayson Shadowbreaker in Stormwind\'s Cathedral District for his inspection.','This is most impressive work. It seems that as Grimand gets older, his craftsmanship continues to improve. That\'s quite the feat when his work was already some of the finest you\'d find anywhere when he made my barding back in the day.$B$BWhile this barding would be a fine addition to any normal steed, we are not dealing with such a mundane beast. You\'ll need this barding blessed by an appropriate source for it to be worthy of resting on a $C\'s charger. I\'ll hold onto it for you until then.','You\'re progressing along nicely, $N. Once you have made your barding, you\'ll be well on your way to the next task.','','','','','',18753,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',7642,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7649,4044,0,121,0,50,60,81,0,0,164,300,0,0,0,0,0,0,18769,1,'Enchanted Thorium Platemail: Volume I','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Well done, my $gboy:girl;.$B$B$B$BI am sure you can make use of this recipe.','You have recovered a tome!','','','','','',18769,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12727,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7650,4044,0,121,0,50,60,81,0,0,164,300,0,0,0,0,0,0,18770,1,'Enchanted Thorium Platemail: Volume II','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Well done, my $gboy:girl;.$B$B$B$BI am sure you can make use of this recipe.','You have recovered a tome!','','','','','',18770,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12726,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,7),(7651,4044,0,121,0,50,60,81,0,0,164,300,0,0,0,0,0,0,18771,1,'Enchanted Thorium Platemail: Volume III','The tome carries the mark of the Athenaeum.','Return the book to its rightful owners.','Well done, my $gboy:girl;.$B$B$B$BI am sure you can make use of this recipe.','You have recovered a tome!','','','','','',18771,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12725,0,0,0,1,0,0,0,809,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7652,4044,0,121,0,50,60,0,0,0,164,265,0,0,0,0,0,0,0,0,'A Blue Light Bargain','','','Aright, $gmister:lady;, I got a hot deal for ya.$B$BI\'m lookin\' to offload some of these here Imperial plate armor recipes and need someone willing to take on the burden. All I want in exchange is some thorium bars. Sound good?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,0),(7653,4044,0,121,0,50,60,0,0,0,164,265,0,0,0,0,0,0,0,0,'Imperial Plate Belt','','','A pleasure doin\' business with ya.$B$B$BAnd $N, wipe that look of disgust off yer face.','For the belt plans, I\'ll be needin\' 10 thorium bars.','','','','','',12359,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12688,0,0,0,1,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(7654,4044,0,121,0,50,60,0,0,0,164,265,0,0,0,0,0,0,0,0,'Imperial Plate Boots','','','A pleasure doin\' business with ya.$B$BAnd $N, wipe that look of disgust off yer face.','For the boot plans, I\'ll be needin\' 20 thorium bars. Yep, 20. Are you gonna cry? Would you like a hanky?$B$B','','','','','',12359,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12700,0,0,0,1,0,0,0,59,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0),(7655,4044,0,121,0,50,60,0,0,0,164,265,0,0,0,0,0,0,0,0,'Imperial Plate Bracer','','','A pleasure doin\' business with ya.$B$BAnd $N, wipe that look of disgust off yer face.','For the bracer plans, I\'ll be needin\' 10 thorium bars.$B$BAre you alright, sonny? Yer getting\' all red.','','','','','',12359,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12690,0,0,0,1,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(7656,4044,0,121,0,50,60,0,0,0,164,265,0,0,0,0,0,0,0,0,'Imperial Plate Chest','','','A pleasure doin\' business with ya.$B$BAnd $N, wipe that look of disgust off yer face.','For the chest piece plans, I\'ll be needin\' 30 thorium bars.$B$B$BOh boy, there you go again. Are you gonna be runnin\' to yer blue Gods, askin\' why they have forsaken you?!? Toughen up, Nancy! Nobody ever said life\'s fair.','','','','','',12359,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12705,0,0,0,1,0,0,0,59,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(7657,4044,0,121,0,50,60,0,0,0,164,265,0,0,0,0,0,0,0,0,'Imperial Plate Helm','','','A pleasure doin\' business with ya.$B$BAnd $N, wipe that look of disgust off yer face.','Just hand over 25 thorium bars and the helm plans are yers.','','','','','',12359,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12701,0,0,0,1,0,0,0,59,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(7658,4044,0,121,0,50,60,0,0,0,164,265,0,0,0,0,0,0,0,0,'Imperial Plate Leggings','','','A pleasure doin\' business with ya.$B$BAnd $N, wipe that look of disgust off yer face.','Just hand over 30 thorium bars and the leg plans are yers.$B$BI know, I\'m driving you into bankruptcy! I\'ve heard it all before so you can save your sob story, weakling.','','','','','',12359,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12715,0,0,0,1,0,0,0,59,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7659,4044,0,121,0,50,60,0,0,0,164,265,0,0,0,0,0,0,0,0,'Imperial Plate Shoulders','','','A pleasure doin\' business with ya.$B$BAnd $N, wipe that look of disgust off yer face.','For the shoulder plans, I\'ll be needin\' 10 thorium bars.','','','','','',12359,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12687,0,0,0,1,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(7660,5875,0,0,0,60,1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wolf Swapping - Arctic Wolf','','','','If you bring me your old fast wolf, I will trade it in for one from the new pack. The new wolf will be just as fast as your old one, but have a different look to it. You can look at the swift wolves we already have around the yard here to see what it will look like.','','','','','',12351,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18796,18798,18797,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7661,5875,0,0,0,60,1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wolf Swapping - Red Wolf','','','','If you bring me your old fast wolf, I will trade it in for one from the new pack. The new wolf will be just as fast as your old one, but have a different look to it. You can look at the swift wolves we already have around the yard here to see what it will look like.','','','','','',12330,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18796,18798,18797,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7662,5875,0,0,0,60,1,0,690,0,0,0,0,0,0,0,0,0,0,0,'New Kodo - Teal','','','','If you bring me your aging kodo, I will trade it in for one from the new herd. The new kodo will be just as fast as your old one, but have a different look to it. You can look at the great kodos we already have around the yard here to see what you will have to choose from.','','','','','',15293,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18794,18795,18793,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7663,5875,0,0,0,60,1,0,690,0,0,0,0,0,0,0,0,0,0,0,'New Kodo - Green','','','','If you bring me your aging kodo, I will trade it in for one from the new herd. The new kodo will be just as fast as your old one, but have a different look to it. You can look at the great kodos we already have around the yard here to see what you will have to choose from.','','','','','',15292,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18794,18795,18793,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7664,5875,0,0,0,60,1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ivory Raptor Replacement','','','','You bring me your old raptor, I give you new one with freshly sharpened claws! The new raptor will be just as fast as your old one, but with a new look to him. You can look at the swift raptors here to see what you will have to choose from.','','','','','',13317,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18788,18789,18790,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7665,5875,0,0,0,60,1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Red Raptor Replacement','','','','You bring me your old raptor, I give you new one with freshly sharpened claws! The new raptor will be just as fast as your old one, but with a new look to him. You can look at the swift raptors here to see what you will have to choose from.','','','','','',8586,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18788,18789,18790,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7666,4044,0,141,0,60,-1,81,1101,2,0,0,0,0,0,0,0,0,0,0,'Again Into the Great Ossuary','','','Are you headed back into the Scholomance, $n? You\'ve already paid such a great price for the use of the Divination Scryer - perhaps you\'d like to take another one with you. With it, you\'d be able to face the perils of the Great Ossuary once more.$b$bBy all means, have it. You\'ve certainly earned it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7647,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7667,4044,0,82,0,58,60,0,690,64,0,0,0,0,0,0,0,8258,0,0,'Material Assistance','$N, there is a pressing matter I hope you can help with... both materially and spiritually. Allow me to explain.$B$BWithin the depths of the Scholomance in Lordaeron is a chamber called the Great Ossuary. I need to complete a device that would pierce the shadows of this horrid room. To finish what I have started, I need two diamonds: an Azerothian and a Pristine Black. These are not trivial items, I know - I just don\'t have the resources myself.$B$BCould you provide me with one of each?','If you are interested in helping Sagorne Crestrider in Orgrimmar\'s Valley of Wisdom, bring him an Azerothian Diamond and a Pristine Black Diamond.','Your generosity is unrivaled, $N. I thank you for your kindness.$B$BI will be able to finish my divination scryer now, and I should be able to fashion more without further need of diamonds... perhaps you would be interested in helping me in its use? It is for a most important task, I assure you... one that left unchecked could spell unmitigated disaster for the spirit realm!','I feel awkward asking for material assistance, but my divination scryer - the device I hope to finish - requires one of each. If you cannot help me, I\'d certainly understand.','','','','','',12800,18335,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(7668,4044,0,82,0,58,60,81,0,64,0,0,0,0,0,0,0,0,18746,1,'The Darkreaver Menace','Death Knight Darkreaver lords over the Great Ossuary in the Scholomance. He threatens to twist the spirit realm to do his own bidding, and he must be stopped! This is where the scryer you helped make comes into play.$B$BUse the divination scryer in the heart of the Great Ossuary\'s basement to call forth Darkreaver\'s spirit minions. Defeat the spirits and the death knight himself will appear. $N, bring me his head! Only his demise will reverse the damage dome to the spirit realm!','Use the Divination Scryer in the heart of the Great Ossuary\'s basement in the Scholomance. Doing so will bring forth spirits you must fight. Defeating these spirits will summon forth Death Knight Darkreaver; defeat him.$B$BBring Darkreaver\'s Head to Sagorne Creststrider in the Valley of Wisdom, Orgrimmar.','','','','','','','',18880,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18807,0,0,0,1,0,0,0,67,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7667,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7669,4044,0,82,0,58,60,0,0,64,0,0,0,0,0,0,0,0,0,0,'Again Into the Great Ossuary','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7670,4044,0,141,0,60,-1,0,1029,2,0,0,0,0,0,0,0,0,0,0,'Lord Grayson Shadowbreaker','The time has come, $N, for you to learn about what it will take for you to acquire something you have no doubt waited on for some time... your charger.$B$BSpeak with Lord Grayson Shadowbreaker in Stormwind\'s Cathedral District. It is he who will guide you not only though the legerdemain of a Paladin\'s most trusted mount, but the tasks before you to acquire one of your own.$B$BI wish you the best in this trial. For the Light, noble $G brother : sister;!','Speak with Lord Grayson Shadowbreaker in Stormwind\'s Cathedral District.','I am glad to see you $N. I know that you have awaited word as to how to acquire your charger, and now that time has come.$B$BYou will be surely tested in many different ways, but most importantly in your willingness to rise above numerous obstacles thrust before you. These are not done as a learning exercise - your stature is beyond simple educational tests. You must save your future companion from the clutches of the evil you have spent your life fighting.$B$BTake heed, your time has come!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'7638',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(7671,5875,0,0,0,60,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Frostsaber Replacement','','','','','','','','','',12302,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18902,18766,18767,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7672,5875,0,0,0,60,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Nightsaber Replacement','','','','','','','','','',12303,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18902,18766,18767,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7673,5875,0,0,0,60,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Frost Ram Exchange','','','','','','','','','',13329,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18786,18787,18785,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7674,5875,0,0,0,60,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Black Ram Exchange','','','','','','','','','',13328,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18786,18787,18785,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7675,5875,0,0,0,30,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Icy Blue Mechanostrider Replacement','','','','','','','','','',13327,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18772,18773,18774,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7676,5875,0,0,0,30,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'White Mechanostrider Replacement','','','','','','','','','',13326,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18772,18773,18774,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7677,5875,0,0,0,60,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'White Stallion Exchange','','','Thanks for the done work!','','','','','','',12353,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18777,18776,18778,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7678,5875,0,0,0,60,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Palomino Exchange','','','','','','','','','',12354,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18777,18776,18778,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7681,5875,0,0,2,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunter test quest','Cast feed pet on your pet.','Feed your pet, then talk to your questgiver.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(7682,5875,0,0,2,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunter test quest2','Cast feed pet on your pet.','Feed your pet, then talk to your questgiver.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(7701,4044,51,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Overseer Maltorius','By order o\' \'is eminence, Overseer Oilfist, the rogue Thorium Brotherhood agent an\' newly hired commander o\' the Dark Iron Slag Pit crew o\' the Cauldron, Overseer Maltorius, is to be killed an\' \'is head brung back as proof o\' the deed.$B$BSee Lookout Captan Lolo Longstriker fer the reward on this bounty.','Deep within the Slag Pit of the Cauldron, in the Searing Gorge, you will find the traitorous Dark Iron dwarf named Overseer Maltorius.$B$BSlay Overseer Maltorius and take his head. Return the head to Lookout Captain Lolo Longstriker in the Searing Gorge for your reward.','I never thunk I\'d be lookin\' at thish ugly mug again!$B$BHe acshually looksh better without the resht o\' him attached.$B$BHere\'s yer reward *hic*, $R.','Can\'t ya shee I\'m bushy? What *hic* ish it ya be wantin? *hic*','','','','','',18946,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19128,19127,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,34,0,0,5),(7702,5875,51,0,8,30,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill \'Em With Sleep Deprivation','If we want to put a dent in the productivity of the Dark Iron forces working out of the Slag Pit, we have to hit them where it\'s going to hurt the most.$B$BIt\'s a little known fact but dwarves, particularly of the Dark Iron variety, need rest! Lots of rest!$B$BNow I ask you; How can they sleep without pillows? Exactly, $N, they can\'t. This is why you must weasel your way into the Slag Pit and steal their pillows.','Deep within the Slag Pit of the Cauldron, you will find the sleeping quarters of the Dark Iron dwarves.$B$BTravel to the sleeping quarters and steal 20 Dark Iron Pillows. Return to Evonice Sootsmoker in the Searing Gorge when you have accomplished this task.','','','','','','','',18943,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19129,0,0,0,1,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7703,4044,2557,0,0,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Unfinished Gordok Business','Now you da king, so maybe you get prized Gordok artifact back from creepy elf who calls himself Prince! Da king before you failed, just like all da other kings since Tortheldrin - da creepy elf - stole it from old timey Gordok king!$B$BArtifact is called da Gauntlet of Gordok Might. Old timey stories say only da one true king da Gordok can get it back. Old timey story also say creepy elf is still around here - you find it and it will become mighty gauntlet you wear forever! Yar, I show you!','Find the Gauntlet of Gordok Might and return it to Captain Kromcrush in Dire Maul.$B$BAccording to Kromcrush, the \"old timey story\" says that Tortheldrin - a \"creepy\" elf who called himself a prince - stole it from one of the Gordok kings.','Wow... you ARE da true $gking:queen;! I never think I see this gauntlet in my life! It look like it got no mojo left anymore... maybe that creepy elf try and ruin gauntlet. Well, I say HAR HAR to him!$b$bLook - this mark on da gauntlet an old old OLD timey magic mark, older than da Gordok they say. Well, as Captain of da Gordok, we all learn one thing over and over - how to make mark come to life and give power back to gauntlet!$b$bI do it for you, $gking:queen;! Here, take da gauntlet and rule FOREVER!','Hah, you no find it, do you boss? Maybe old timey story a bad story... hard to believe that creepy elf can steal from Gordok king!','','','','','',18336,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18366,18367,18368,18369,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7704,5875,51,0,0,45,50,0,0,0,0,0,0,0,0,0,0,0,18950,1,'Look at the Size of It!','Well, well, well... Isn\'t this a surprise. The Chambermaid had a gigantic ornate pillow and now it\'s yours. Evonice Sootsmoker will definitely want to get her grubby little hands all over this item. Take it to her and see if she\'ll offer you any goodies for your trouble.','Take Chambermaid Pillaclencher\'s Pillow to Evonice Sootsmoker in the Searing Gorge.','This is better than even I could have thought possible! The Chambermaid\'s magical pillow is mine! You better believe you\'re going to get a nice reward for this accomplishment, $N!','','','','','','',18950,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18951,0,0,0,1,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(7721,4044,357,0,8,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fuel for the Zapping','If I bet against my own better judgment and stay to run an engineering shop along the Forgotten Coast, I will need to deal with these pesky elementals. Curse the powers of elementalism unchecked, I say!$B$BFortunately for me, and now for you my hopeful agent provocateur, the elementals represent an ideal source of raw power for my Ultra-Shrinker refinement - give them the what-for I say! When doing this though, be sure to save me the water elemental cores!','Collect 10 Water Elemental Cores from the Sea Elementals and Sea Sprays along the Forgotten Coast of Feralas, and bring them back to Zorbin Fandazzle who is near the dock there.','Scrumdillyriffic! These cores will keep me working for some time. Add to that the benefit of there now being fewer elementals along the coast, and I might no longer cry myself to sleep at the prospect of having set up shop in perhaps the worst place imaginable!$B$BThank you, $N, for your efforts on my behalf. While it certainly straps me financially to do this, allow me to show you some gratitude you may understand and appreciate... loot!','While I could bore you with the technical details of the utility behind elemental cores, I will instead tempt you to completion of this important task by offering valuable coin and prizes for doing so. Yon verily, are you finished?','','','','','',18958,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19039,0,0,0,1,0,0,0,169,0,0,0,0,69,350,0,0,0,0,25,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,6,0,0,5),(7722,4044,51,0,8,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'What the Flux?','When that traitor, Maltorius, left our clan, he left with something more valuable than a pristine arcane crystal: Our recipe for fiery flux! I\'d bet anything that the recipe was part of the deal in his new promotion amongst the Dark Irons.$B$BI want you to get our secret plans back, $N. I\'m sure they\'re somewhere near Maltorius, deep inside the Slag Pit.','Somewhere in the Slag Pit of the Cauldron you will find the Secret Plans: Fiery Flux that Overseer Maltorius stole. Find those plans and return them to Master Smith Burninate in the Searing Gorge.\n','I hope you kicked his teeth in too, $N. Ragnaros knows, he deserved it.$B$BNow we can get down to business.','Did you find the plans?','','','','','',18922,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(7723,4044,51,0,8,45,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curse These Fat Fingers','Unfortunately, I can\'t dish out the beats like I used to, due to this here fat finger problem. Ye see, the climate out here combined with the lack o\' air pressure makes me fingers expand. They\'re like gigantic Thelsamar Blood Sausages, they are...$B$BYe\'re gonna have to carry out me orders of business and what have ye.$B$BFirst on me agenda: Poundin\' the livin\' daylights out o\' the heavy war golems o\' the Gorge. Get crackin\'.','Hansel Heavyhands wants you to kill 20 Heavy War Golems.$B$BThe Heavy War Golems wander the areas surrounding the Cauldron in the Searing Gorge. When you\'ve killed enough, return to Hansel in Searing Gorge.','Ye\'re a good lad, ye are. I got ye a lil\' present fer yer troubles.','Did ye pound \'em?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5854,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19126,0,0,0,1,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,25,0,0,0,0,2,1,21,0,0,0,0,0,0,1,0,0,5),(7724,4044,51,0,8,45,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fiery Menace!','Wouldn\'t ye know it, every time ol\' Hansel wants to take a moment to relax and reflect upon his life, the powers that be give him another job.$B$BMe gots to think, come on! Ye know what I be saying? Come. On.$B$BSo, these here greater lava spiders are causin\' a ruckus o\' some sort. Oilfist says they shoot fire out their... erm, yea well, anyway, such things upset the children.$B$BI guess we gots to kill \'em. Rather, ye gots to kill \'em.','Hansel Heavyhands wants you to kill 20 Greater Lava Spiders in the Searing Gorge. You can find Greater Lava Spiders in the plateaus and lava pools of the Searing Gorge.$B$BReturn to Hansel Heavyhands in the Searing Gorge when you have killed enough Greater Lava Spiders.','$B$BI think I\'m gettin\' a cold. Damn this frigid climate!','Was he right? Does it come out their rumps?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5858,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19125,0,0,0,1,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,0,0,5),(7725,4044,357,0,256,45,55,0,0,0,0,0,0,0,0,0,0,0,18904,1,'Again With the Zapped Giants','I know you\'ve gathered residue for me already... but should you find yourself for want of an encore performance to a fun-time activity, I can always use more residue.$B$BWhile I can\'t offer nearly as much in the way of compensation again, I\'ll be more than happy to spread the good word of your service to all my goblin friends with ears.$B$BBelieve me $g sir : madam; when I say that these goblins have quite large ears.','Use Zorbin\'s Ultra-Shrinker to zap any kind of giant found in Feralas into a more manageable form. Bring 10 Miniaturization Residues found on the zapped versions of these giants to Zorbin Fandazzle at the docks of the Forgotten Coast, Feralas.','Inconceivably fantastical, $N! You\'ve come through for me again, and for that I thank you.$B$BThank you!$B$BWhile you may find this coin to be a little less than you\'re accustomed to, rest assured your great deeds on the field of goblindom are echoing through the halls of power in the Steamwheedle Cartel. Should you need something else to do, then by all means talk to me!','Ah, the fruits of research and utilization in the form of sweet, sweet residue. Well, that is to say, I don\'t taste it or anything when I study it.$B$BMuch.','','','','','',18956,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,25,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7003,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,0),(7726,4044,357,0,256,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Refuel for the Zapping','More work, you say? Did my heroic mission of collecting bits of goo found inside elemental beings not slake your thirst for adventure? Perhaps more of the same will vainly try to fill the bottomless well of questing you possess...$B$BOK, melodrama aside, I do need more water elemental cores. I\'m trying desperately to set up shop here, so the rewards won\'t be as great... but I promise you I\'ll tell everyone in earshot how you\'ve helped me. Trust me on this - I know people in the Cartel!','Collect 6 Water Elemental Cores from the Sea Elementals and Sea Sprays along the Forgotten Coast of Feralas, and bring them back to Zorbin Fandazzle who is near the dock there.','Top notch, $N, top notch! While the coin I give you might not be the most you\'ll ever receive for such work, rest assured my comrades in the Steamwheedle Cartel will hear about your efforts!$B$BIf you are looking for anything else to do, then let me know. I can always use more elemental cores and such.','Have you managed to find the elemental cores I need?','','','','','',18958,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,25,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7721,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,6,0,0,0),(7727,4044,51,0,8,45,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Incendosaurs? Whateverosaur is More Like It','Bunions, $g lad:lass;. Me bunions got bunions. How am I supposed to do any sort of killin\' with me feet in such disarray? That\'s why ye\'re gonna help.$B$BScrange and Burninate tasked me to kill these things so they can send some expeditionary teams down into the Slag Pit lava pools to do some explorin\'. Supposedly some incendosaurs or some such nonsense down there causin\' all kinds o\' problems. Now move along an\' don\'t come back \'til the incendosaur population be extinct.','Hansel Heavyhands wants you to kill 20 Incendosaurs.$B$BYou will find Incendosaurs occupying the lava pools inside the Slag Pit. The Slag Pit can be found in the Cauldron of the Searing Gorge.$B$BReturn to Hansel Heavyhands in the Searing Gorge when you have killed enough Incendosaurs.','Oh me achin\' feets.$B$BI figured since ye didn\'t have a luffa...','$B$BDon\'t just stand there, grab some oil and a luffa and get to scrubbin\' these bunions.$B$BYe don\'t have a luffa? Well then! Perhaps it\'s time I sent you out to find a luffa?%$B$BHey, where are ye goin\'?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9318,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19141,0,0,0,1,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(7728,4044,51,0,8,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'STOLEN: Smithing Tuyere and Lookout\'s Spyglass','The following items have been stolen:$B$B*One Dark Iron Tuyere.$B$B*One Lookout\'s Spyglass.$B$BA reward is being offered to individuals who find and return these pilfered items.$B$BThe Thorium Brotherhood is certain that these items were stolen by unscrupulous and jealous Dark Iron dwarves that inhabit the Searing Gorge.$B$BThe spyglass in question was an excellent tool for the lookouts and the tuyere was an irreplaceable smithing tool.$B$BShould you find the missing items, return them to Scrange.','Find and return the Smithing Tuyere and Lookout\'s Spyglass to Taskmaster Scrange in the Searing Gorge.$B$BThe only information you have about these items is the following: They were definitely stolen by Dark Iron dwarves. The Smithing Tuyere is a blacksmithing tool used by blacksmiths and the Lookout\'s Spyglass is an invaluable monitoring tool to lookouts. ','Fantastic work! Now for your reward.','If you\'re here for the reward, you\'re gonna have to give me the stolen goods.','','','','','',18959,18960,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19124,19123,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,21,0,0,0,0,0,0,1,0,0,5),(7729,4044,51,0,8,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'JOB OPPORTUNITY: Culling the Competition','Taskmaster Scrange is looking for a few good men and women to help \'cull the competition\' in the Searing Gorge.$B$BIf you are interested in this position, venture out into the Searing Gorge and slaughter every Dark Iron Taskmaster and Dark Iron Slaver that you see.$B$BReturn to Taskmaster Scrange when your clothes are bloody enough.$B$BYou\'ll know when they\'re bloody enough so don\'t ask.','Slay 15 Dark Iron Taskmasters and 15 Dark Iron Slavers. Return to Taskmaster Scrange in the Searing Gorge once you have accomplished this task.','15.9 pounds! That may be a new record for blood and gut weight on apparel! Congratulations, $C!','We\'re gonna need to weigh you with and without clothes to be sure.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5846,5844,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,250,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(7730,4044,357,0,8,39,45,0,690,0,0,0,0,0,0,0,0,0,0,0,'Zukk\'ash Infestation','From what scouting we have managed to muster, we believe that the foe south of the gnolls is an insect-like race. Frankly, it is irrelevant whether or not if they\'re sentient. If they are driving the gnolls to frenzy against us, then they are as big of a threat - if not more - than the gnolls.$B$BDrive deep into where these Zukk\'ash insects dwell; it is known as the Writhing Deep. Thin their numbers and report back to me what you find, bringing back their carapaces as evidence of your handiwork.','Bring 20 Zukk\'ash Carapaces to Hadoken Swiftstrider at Camp Mojache, Feralas.','Well done, $C. Though the extensiveness of the Zukk\'ash presence will not be thwarted with anything less than a full-scale invasion, you have bought us some time so we can devise a proper strategy.$B$BI will be sure to have these carapaces analyzed; we\'ll need to learn everything about them before we deal with what has unfortunately turned into a much larger issue than we had anticipated.','How goes the hunt, $N? Are you here to report your success?','','','','','',18961,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',2903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7731,4044,357,0,8,39,47,0,690,0,0,0,0,0,0,0,0,0,0,0,'Stinglasher','In surveying the Writhing Deep, one of our scouts reported seeing a giant insect - much larger than the other insects spotted - wandering about the twisted terrain. Not only is it larger, it also seems to secrete some sort of aura that the other insects don\'t. We\'ve given it a name - Stinglasher.$B$BThe innards of this beast would be invaluable to study as we figure out the best way to deal with this new threat. Cut out its secretion glands and bring it back to me immediately!','Defeat Stinglasher in the Writhing Deep, bringing its glands back to Hadoken Swiftstrider at Camp Mojache, Feralas.','Impressive, $C... most impressive! If Stinglasher is indeed one of their strongest creatures, the study of the beast will prove to be quite valuable in time. It\'s now my charge to make sure we defend ourselves long enough to take advantage of it.$B$BPlease accept this coin bounty as a token of the entire camp\'s thanks, $N. Well done.','Have you managed to bring down Stinglasher yet?','','','','','',18962,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,350,0,0,0,0,0,0,13500,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',2903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7732,4044,357,0,0,39,48,0,690,0,0,0,0,0,0,0,0,0,19020,1,'Zukk\'ash Report','You\'ve done doubly well in addressing the threat that the Zukk\'ash insects pose to Camp Mojache. The threat these things pose is far from over, and I\'d like to ask you for one last task on behalf of the Horde.$B$BThis is a document that details all the information we have learned about these Zukk\'ash insects. I want you to deliver it to Zilzibin Drumlore in the Drag of Orgrimmar. He\'s an expert on alien creatures like these; I hope he can do something with the lore we\'ve obtained.','Deliver the Camp Mojache Zukk\'ash Report to Zilzibin Drumlore. He resides in the Drag of Orgrimmar.','Ah, I\'ve been expecting this. These creatures you faced... they are an ancient threat that the Horde continues to choose to ignore. Hadoken was wise to bring this - and you - to me.$B$BThe Zukk\'ash are nothing more than creatures called the silithid. Some would think that they are a mindless nuisance, but let me assure you - they are a far, far worse threat than anything the Alliance could muster.$B$BIf you\'re willing and strong enough, I could use your aid in bringing this threat to light.','Greetings friend... you look as though you are on urgent business. Is there something I can help you with?','','','','','',19020,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19038,19037,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',7731,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7733,4044,357,0,8,40,48,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Improved Quality','I have a lead on an even BETTER source of hides, if that\'s even possible to believe! In the northern parts of Feralas - deep within Rage Scar Hold - are another throng of yetis. They\'re much tougher than the ones you dealt with before, so if you\'re up for a bigger challenge you\'d best be on your toes!$B$BI would reward you handsomely for a stack of ten of their hides; bring them to me here, and we\'ll finish our business.','Bring 10 Rage Scar Yeti Hides to Pratt McGrubben at Feathermoon Stronghold, Feralas.','Excellent, excellent! These are going to work out incredibly well - I can already tell that they\'re going to be much harder when properly cured.$B$BThanks again for your help $N. Here - please take one of my latest creations.','If these Rage Scar yeti hides are anything like the quality displayed by their Feral Scar counterparts, they could very well be as resilient as thorium!$B$BImagine that!','','','','','',18947,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19041,0,0,0,1,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',2821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7734,4044,357,0,8,40,48,0,690,0,0,0,0,0,0,0,0,0,0,0,'Improved Quality','I have a lead on an even BETTER source of hides, if that\'s even possible to believe! In the northern parts of Feralas - deep within Rage Scar Hold - are another throng of yetis. They\'re much tougher than the ones you dealt with before, so if you\'re up for a bigger challenge you\'d best be on your toes!$B$BI would reward you handsomely for a stack of ten of their hides; bring them to me here, and we\'ll finish our business.','Bring 10 Rage Scar Yeti Hides to Jangdor Swiftstrider at Camp Mojache, Feralas.','Excellent, excellent! These are going to work out incredibly well - I can already tell that they\'re going to be much harder when properly cured.$B$BThanks again for your aid, $N. Here - please take one of my latest creations.','If these Rage Scar yeti hides are anything like the quality displayed by their Feral Scar counterparts, they could very well be as resilient as thorium!$B$BImagine that!','','','','','',18947,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19042,0,0,0,1,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',2822,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,5),(7735,4044,357,0,256,40,48,0,1101,0,0,0,0,0,0,0,0,0,18969,1,'Pristine Yeti Hide','You have found a pristine yeti hide that is exceptionally thick and sturdy - more so than even the ones you\'ve seen from the yeti in Rage Scar.$B$BConsidering that Pratt McGrubben at the Feathermoon Stronghold is in the market for yeti hides, this particular one may be of considerable interest to him.','Bring the Pristine Yeti Hide to Pratt McGrubben at the Feathermoon Stronghold, Feralas.','Incredible! You may have found the granddaddy of all yeti hides with this!$B$BYou better believe I\'ll pay you for it. I normally don\'t pay that much for a single hide, but I\'m pretty sure I can make something special from it. Thanks for thinking of me on this, $N!','What\'s this, $N - you\'ve got something special for me?','','','','','',18969,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,0,119,0,15564,0,0,0,0,0,0,0,0,0,'',7733,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7736,4044,51,0,0,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restoring Fiery Flux Supplies via Kingsblood','','','There\'s always room for more fiery flux, junior. Keep it comin\'... unless I tell you to stop.','Let\'s not waste more of my precious time with jibber jabber, $r. It\'s time to focus on replenishing our dwindling fiery flux supply.$B$BWhat I\'m gonna need from you is the following:$B$B*Incendosaur scales.$B$B*Kingsblood.$B$B*Coal.$B$BI\'ll take all that you can offer!$B$BAnd you\'ll do it fast if you wanna get in good with the Brotherhood.','','','','','',18944,3356,3857,0,0,0,2,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7722,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7737,4044,51,0,0,45,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Gaining Even More Acceptance','','','Keep the residue pouring in!','You\'ve worked your way up through the Brotherhood\'s corporate hierarchy, $R. We have begun to look favorably upon you. Quite an accomplishment! $B $BIf you\'re interested in more work and earning more respect amongst us, listen up.$B $BWe can refine the fiery flux by adding a simple Dark Iron residue to the mix. The Dark Iron residue can be found in Blackrock Depths.','','','','','',18945,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7722,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,0),(7738,4044,357,0,256,40,48,0,690,0,0,0,0,0,0,0,0,0,18972,1,'Perfect Yeti Hide','You have found what may very well be a perfect yeti hide. You easily note that it is exceptionally thick and sturdy - more so than even the ones you\'ve seen from the yeti in Rage Scar.$B$BConsidering that Jangdor Swiftstrider at Camp Mojache is in the market for yeti hides, this particular one may be of considerable interest to him.','Bring the Perfect Yeti Hide to Jangdor Swiftstrider at Camp Mojache, Feralas.','This is an incredible find! I believe this is the finest yeti hide specimen I have ever seen!$B$BIndeed, this is certainly worthy of an appropriate bounty. I normally don\'t pay that much for a single hide, but I\'m confident I can make something special from it. Thanks for thinking of me on this, $N!','What\'s this, $N - you\'ve got something special for me?','','','','','',18972,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,120,0,15564,0,0,0,0,0,0,0,0,0,'',7734,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7741,5875,361,0,0,52,59,0,0,0,0,0,0,0,0,0,0,0,0,0,'Praise from the Emerald Circle ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19065,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(7761,4044,1583,0,64,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Blackhand\'s Command','Imbecile,$B$BI hold very little faith in your ability to prevent outsiders from accessing the master\'s lair. In the very likely event of your death, this orb has its own failsafe built in to prevent outsiders from teleporting directly into Blackwing.$B$BOnly those with the Mark of Drakkisath branded upon their hand may make use of this orb. Thankfully, Drakkisath is not nearly as incompetent as you, Quartermaster. He guards the brand himself!$B$B-Warchief Rend Blackhand$B$BP.S. Destroy this letter, idiot.','That is one stupid orc. It would appear as if you need to find this brand and gain the Mark of Drakkisath in order to access the Orb of Command.$B$BThe letter indicates that General Drakkisath guards the brand. Perhaps you should investigate.','You don\'t even flinch as the smoldering brand is pressed into your flesh. You are so tough!$B$BYou now hold the Mark of Drakkisath. Have fun storming the castle.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7781,4044,1519,0,0,60,60,0,1101,0,0,0,0,0,0,0,0,7782,19003,1,'The Lord of Blackrock','The old feeling returns. The welcome pangs of victory reverberate throughout your being. Before you lies the monolithic, battle scarred head of Nefarian. Return it to King Varian Wrynn, champion.','Return the Head of Nefarian to King Varian Wrynn in Stormwind.','You need not be told the meaning of what you have done, $N. This day will be recorded in the annals of history. A victory the likes of which has not been known to the Alliance for years - if ever!','Inconceivable!','','','','','',19003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,47,69,54,930,0,500,500,500,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7782,4044,1519,0,0,60,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Lord of Blackrock','Go to the Valley of Heroes and speak with Field Marshal Afrasiabi.','Venture to the Valley of Heroes in Stormwind City and speak with Field Marshal Afrasiabi.','$B$BChoose your reward, let the celebration begin!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19383,19366,19384,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,47,69,54,930,0,500,500,500,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7781,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7783,4044,1637,0,0,60,60,0,690,0,0,0,0,0,0,0,0,7784,19002,1,'The Lord of Blackrock','The old feeling returns. The welcome pangs of victory reverberate throughout your being. Before you lies the monolithic, battle scarred head of Nefarian. Return it to your Warchief, champion.','Return the Head of Nefarian to Thrall in Orgrimmar.','You have honored the Horde once more, $N. The son of Deathwing lays dead. Surely, the evil one stirs.','I wish that I could have been there to see the look on the face of the beast as you struck the killing blow, $N.','','','','','',19002,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,81,68,911,0,500,500,500,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7784,4044,1637,0,0,60,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Lord of Blackrock','Seek out Overlord Runthak in the Valley of Strength.','Speak with Overlord Runthak in Orgrimmar. He stands waiting for you in the Valley of Strength.','Choose your reward so that I may mount the head of the beast for all to see.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19383,19366,19384,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,530,81,68,911,0,500,500,500,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7785,4044,0,344,0,60,60,0,0,0,0,0,0,0,0,0,0,7786,19016,1,'Examine the Vessel','Examine the vessel of his rebirth, mortal. It is from this that the Windseeker shall be reborn!','Examine the Vessel of Rebirth and return it to Highlord Demitrian.','May you be protected in your crusade. May the Master bless your efforts.','Will you release him from his eternal prison?','','','','','',19016,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7786,4044,0,344,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderaan the Windseeker','I have told you all that I know, $N. It is you who must find elementium. It is you who must destroy the Firelord\'s corporeal form.$B$BDo this and gain the blessing of Thunderaan.','To free Thunderaan the Windseeker from his prison, you must present the right and left halves of the Bindings of the Windseeker, 10 bars of Elementium, and the Essence of the Firelord to Highlord Demitrian in Silithus.','Even in dreams I did not dare foresee this day.$B$BBehold, mortal.$B$BBEHOLD HE WHO IS OLDER THAN EXISTENCE!$B$BBEHOLD HE WHO HAS FACED TITAN AND GOD ALIKE!$B$BRISE MY MASTER! BREAK FROM YOUR BONDS!','Bring the world to its knees if you must!','','','','','',17771,19017,18563,18564,0,0,10,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7785,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7787,4044,0,344,0,60,60,0,0,0,0,0,0,0,0,0,0,0,19018,1,'Rise, Thunderfury!','You have defeated the Wind Seeker. Take the dormant blade and force the lying wretch, Demitrian, to use the materials you provided for his betrayal to wake Thunderfury.','Present the Dormant Wind Kissed Blade to Highlord Demitrian.','Please do not harm me! Take it! Take the blade! Leave Demitrian to reshape his pathetic life!','','','','','','',19018,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19019,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7786,7785,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(7788,4044,3277,0,64,20,25,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Beyond this tunnel you will find a field of strife and turmoil, young $c. The Horde continue to decimate our sacred forest, cutting down the evergreen foliage to power their machines of war.$B$BEnter Warsong Gulch and defend Silverwing Hold. Push back the invading Horde forces!$B$BDo this, and earn a talisman of merit. Bring me such a talisman, $N, and I shall reward you.','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,890,890,890,0,0,500,500,500,500,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'7871 7872 7873 7886 7887 7888 7921 8291 8292',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7789,4044,3277,0,64,20,25,41,690,0,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','The wilds of the Ashenvale forest will succumb to the might of the Horde, $r. Nothing the Silverwing say or do can stop our sovereign imperative. Kalimdor belongs to the Horde. How dare they attempt to prevent us from harvesting what is rightfully ours!$B$BLet the pride swell in your chest as you cut down their weak attempts at slowing our progress. Destroy the Silverwing Sentinels, and earn a Warsong mark of honor. Return to me with such a mark, $N, and you will be rewarded.\n','Enter Warsong Gulch and defeat the Alliance, gain a Warsong Gulch Mark of Honor, and bring it to Captain Shatterskull at the Mor\'shan Base Camp.','$B$BHow much more can they withstand? How many more Alliance filth must perish at the hands of the Horde for them to retreat? Only time will tell, $R... ','The blood of our enemies is a mark of honor. Do you have such a mark?','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,889,889,889,0,0,500,500,500,500,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'7874 7875 7876 7922 7923 7924 7925 8293 8294',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7790,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','Defeat the Warsong Mill, then return to me.','','','','','Defeat Warsong Mill','','','',0,0,0,0,0,0,0,0,0,0,0,0,14732,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7791,4044,1519,0,0,12,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','We are currently accepting donations for wool cloth. A donation of sixty pieces of wool cloth will net you full recognition by Stormwind for your generous actions. Our stores are such on wool that we would only need sixty pieces from you total; we should be able to acquire enough from others in the realm to support our drive.','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,1),(7792,4044,3557,0,0,12,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','We are currently accepting donations for wool cloth. A donation of sixty pieces of wool cloth will net you full recognition by our people for your generous actions.','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(7793,4044,1519,0,0,26,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','As with most other fabrics, our stocks of silk are at an all-time low. Our stores are such that we\'d only need sixty pieces of silk from you total; we should be able to reach our goal with the support of others.$B$BA benevolent gift such as silk, might I add, would certainly increase your local standing in the community!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',7791,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,2),(7794,4044,1519,0,0,40,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','Mageweave is running low, and we could use your help to replenish our stocks! By counting on the community as a whole, we would only need a donation of 60 pieces of mageweave cloth from you to enable us to reach our goal. Such generosity would not go unnoticed by Stormwind, I assure you!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',7793,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,3),(7795,4044,1519,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','$n, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$b$bIf you are willing, please bring me what runecloth you can spare.','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$b$bWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',7794,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,5),(7796,4044,1519,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Whenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7795,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7797,5875,0,0,8,60,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dimensional Ripper - Everlook','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7798,4044,3557,0,0,26,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','As with most other fabrics, our stocks of silk are at an all-time low. Our stores are such that we\'d only need sixty pieces of silk from you total; we should be able to reach our goal with the support of others.$B$BA benevolent gift such as silk, might I add, would certainly increase your local standing in the community!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',7792,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,2),(7799,4044,1657,0,0,40,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','Mageweave is running low, and we could use your help to replenish our stocks! By counting on the community as a whole, we would only need a donation of 60 pieces of mageweave cloth from you to enable us to reach our goal. Such generosity would not go unnoticed by Darnassus, I assure you!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',10354,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,3),(7800,4044,1657,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$b$bWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','$n, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$b$bIf you are willing, please bring me what runecloth you can spare. We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',7799,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,5),(7801,4044,1657,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Whenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7800,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,0),(7802,4044,1537,0,0,12,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','We are currently accepting donations for wool cloth. A donation of sixty pieces of wool cloth will net you full recognition by Ironforge for your generous actions. Our stores are such on wool that we would only need sixty pieces from you total; we should be able to acquire enough from others in the realm to support our drive.','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,1),(7803,4044,1537,0,0,26,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','As with most other fabrics, our stocks of silk are at an all-time low. Our stores are such that we\'d only need sixty pieces of silk from you total; we should be able to reach our goal with the support of others.$B$BA benevolent gift such as silk, might I add, would certainly increase your local standing in the community!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',7802,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,2),(7804,4044,1537,0,0,40,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','Mageweave is running low, and we could use your help to replenish our stocks! By counting on the community as a whole, we would only need a donation of 60 pieces of mageweave cloth from you to enable us to reach our goal. Such generosity would not go unnoticed by Ironforge, I assure you!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',7803,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,3),(7805,4044,1537,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$B$BWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','$N, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$B$BIf you are willing, please bring me what runecloth you can spare. We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',7804,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,5),(7806,4044,1537,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Whenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7805,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7807,4044,1537,0,0,12,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','We are currently accepting donations for wool cloth. A donation of sixty pieces of wool cloth will net you full recognition by Gnomeregan for your generous actions. Our stores are such on wool that we would only need sixty pieces from you total; we should be able to acquire enough from others in the realm to support our drive.','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,1),(7808,4044,1537,0,0,26,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','As with most other fabrics, our stocks of silk are at an all-time low. Our stores are such that we\'d only need sixty pieces of silk from you total; we should be able to reach our goal with the support of others.$B$BA benevolent gift such as silk, might I add, would certainly increase your local standing in the community!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',7807,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,2),(7809,4044,1537,0,0,40,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','Mageweave is running low, and we could use your help to replenish our stocks! By counting on the community as a whole, we would only need a donation of 60 pieces of mageweave cloth from you to enable us to reach our goal. Such generosity would not go unnoticed by Gnomeregan, I assure you!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',7808,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,3),(7810,4044,33,0,0,1,55,41,0,0,0,0,0,0,0,0,0,0,18706,1,'Arena Master','There must be more to being a master of the arena than this! Perhaps the Pirate who runs the event at Gurubashi will know!','Speak with Short John Mithril in the Stranglethorn Arena.','Arr Me Hearty! Gaining one Trinket be not enough to make ye master of the Arena! Now tis the time to truly prove your steel.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7811,4044,1537,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$b$bWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','$n, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$b$bIf you are willing, please bring me what runecloth you can spare. We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',7809,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,5),(7812,4044,1537,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Whenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7811,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(7813,4044,1497,0,0,12,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7814,4044,1497,0,0,26,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','','Wonderful! We thank you for your generous donation, $N!','A benevolent gift such as silk, might I add, would certainly increase your local standing in the community! If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',7813,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(7815,4044,47,0,8,44,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'Snapjaws, Mon!','Don\'t let their big eyes fool you, mon! Those saltwater snapjaws be a menace. I can\'t fish for five minutes without getting a broken line from one of those oversized fish vacuums stealing my bait.$B$BDo me and the people of Revantusk Village a service and kill em, mon.$B$BKill the whole lot of em!','Katoom the Angler at Revantusk Village in the Hinterlands wants you to kill 10 Saltwater Snapjaw turtles. Return to him when you have completed this task.','Oh, mon! I can\'t thank you enough! Hopefully this here fishing pole will be reward enough for the job.','How goes the hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2505,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19022,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7816,4044,47,0,8,44,48,0,690,0,0,0,0,0,0,0,0,0,0,0,'Gammerita, Mon!','Yo! There be a turtle out there not like the others. She be the Gammerita, leader of the saltwater snapjaws - a downright dirty thievin\' reptile.$B$BMon, she stole my best lure. Snapped it right off my line! Since then, the fish just aren\'t biting the same.$B$BFind Gammerita and get my lure out of her stomach.','Katoom the Angler at Revantusk Village in the Hinterlands wants you to kill Gammerita and retrieve Katoom\'s Best Lure from her corpse.$B$BKatoom mentioned that Gammerita hangs out on the coast with the other turtles.','MON! This is fantastic! With my best lure and the snapjaw population down, the fish will pile up.','Did you get it yet?','','','','','',19023,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',7815,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7817,4044,1497,0,0,40,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',7814,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7818,4044,1497,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$b$bWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','$n, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$b$bIf you are willing, please bring me what runecloth you can spare. We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',7817,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7819,4044,1497,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Greetings once again, $N! Our need for runecloth is constant, and we can always use additional resources if you are willing to part with them. For an additional stack of twenty runecloth, I will make sure that you are recognized for your continuing efforts on behalf of the Undercity.$B$BWhenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7818,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7820,4044,1638,0,0,12,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','','Wonderful! We thank you for your generous donation, $N!','We are currently accepting donations for wool cloth. A donation of sixty pieces of wool cloth will net you full recognition by Thunder Bluff for your generous actions. Our stores are such on wool that we would only need sixty pieces from you total; we should be able to acquire enough from others in the realm to support our drive.$B$BIf you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7821,4044,1638,0,0,26,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','','Wonderful! We thank you for your generous donation, $N!','As with most other fabrics, our stocks of silk are at an all-time low. Our stores are such that we\'d only need sixty pieces of silk from you total; we should be able to reach our goal with the support of others.$B$BA benevolent gift such as silk, might I add, would certainly increase your local standing in the community! If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',7820,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(7822,4044,1638,0,0,40,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','','Wonderful! We thank you for your generous donation, $N!','Mageweave is running low, and we could use your help to replenish our stocks! By counting on the community as a whole, we would only need a donation of 60 pieces of mageweave cloth from you to enable us to reach our goal. Such generosity would not go unnoticed by Thunder Bluff, I assure you!$B$BIf you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',7821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7823,4044,1638,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$b$bWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','$n, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$b$bIf you are willing, please bring me what runecloth you can spare. We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',7822,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7824,4044,1637,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$b$bWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','$n, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$b$bIf you are willing, please bring me what runecloth you can spare. We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',7831,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7825,4044,1638,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Whenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7823,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7826,4044,1637,0,0,12,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7827,4044,1637,0,0,26,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','','Wonderful! We thank you for your generous donation, $N!','As with most other fabrics, our stocks of silk are at an all-time low. Our stores are such that we\'d only need sixty pieces of silk from you total; we should be able to reach our goal with the support of others.$B$BA benevolent gift such as silk, might I add, would certainly increase your local standing in the community! If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',7826,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(7828,4044,47,0,8,44,48,0,690,0,0,0,0,0,0,0,0,0,0,0,'Stalking the Stalkers','Many brave trolls have been lost to the harsh wilds of the Hinterlands, $r. The Silvermane wolves are one of the biggest threats to our hunters. They lay in wait, hiding amongst the bushes and landscape, then strike out when the opportunity presents itself.$B$BThis type of ferocity will not go unchecked!$B$BYou must think like the Silvermane. Stalk the stalkers! Slay them all!','Huntsman Markhor at Revantusk Village in the Hinterlands wants you to kill 5 Silvermane Stalkers and 5 Silvermane Howlers. Return to him once the task is complete.$B$BMarkhor mentioned that the wolves hide in the wilds of the Hinterlands.','A job well done, $R. The Revantusk thank you for your contribution.','Show them the might of Revantusk!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2926,2925,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,5),(7829,4044,47,0,8,44,48,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hunt the Savages','Among the more ornery of the wildlife of the Hinterlands are the savage owlbeasts. Many a good Revantusk warrior has been lost to the ferocious claws and beak of the beasts.$B$BKill every savage owlbeast you see, $r. Return to me when you can stand no more bloodshed. Your contribution will then be weighed, measured, and judged.','Huntsman Markhor at Revantusk Village in the Hinterlands wants you to kill 10 Savage Owlbeasts. Return to him once the task is complete.$B$BMarkhor mentioned that the Savage Owlbeasts occupy the wilds of the Hinterlands.','You have proven a worthy ally to the Revantusk, $N. Well done.','Clear your head of impure thoughts, $r. Become one with the wilds!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2929,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7830,4044,47,0,8,44,48,0,690,0,0,0,0,0,0,0,0,0,0,0,'Avenging the Fallen','The filth that calls itself Wildhammer trains gryphon to slay troll. Horrible, I know, but worry not, justice will soon be meted out.$B$BFor now, I want you to focus on eradicating the elder gryphons of the region. They are known as Skylords.$B$BSlay one and return to me with its plume.','Huntsman Markhor at Revantusk Village in the Hinterlands wants you to kill a Razorbeak Skylord and retrieve its Skylord Plume. Return to him once the task is complete.$B$BMarkhor mentioned that the Razorbeak Skylord are a rare breed that tend to occupy the wilds of the Hinterlands.','$B$BI wonder how many of our hunters this beast devoured before you brought it to justice.','The Razorbeak Skylord is a much rarer breed of gryphon: One responsible for mating and creating murderous offspring.','','','','','',19025,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7831,4044,1637,0,0,40,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','','Wonderful! We thank you for your generous donation, $N!','Mageweave is running low, and we could use your help to replenish our stocks! By counting on the community as a whole, we would only need a donation of 60 pieces of mageweave cloth from you to enable us to reach our goal. Such generosity would not go unnoticed by Orgrimmar, I assure you!$B$BIf you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',7827,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7832,4044,1637,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Whenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7824,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7833,4044,1637,0,0,12,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7834,4044,1637,0,0,26,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','','Wonderful! We thank you for your generous donation, $N!','As with most other fabrics, our stocks of silk are at an all-time low. Our stores are such that we\'d only need sixty pieces of silk from you total; we should be able to reach our goal with the support of others.$B$BA benevolent gift such as silk, might I add, would certainly increase your local standing in the community! If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',7833,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(7835,4044,1637,0,0,40,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','','Wonderful! We thank you for your generous donation, $N!','Mageweave is running low, and we could use your help to replenish our stocks! By counting on the community as a whole, we would only need a donation of 60 pieces of mageweave cloth from you to enable us to reach our goal. Such generosity would not go unnoticed by the Darkspear Trolls, I assure you!$B$BIf you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',7834,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7836,4044,1637,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$b$bWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','$n, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$b$bIf you are willing, please bring me what runecloth you can spare. We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',7835,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7837,4044,1637,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Whenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7836,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7838,5875,0,0,8,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arena Grandmaster','','','Much blood have you spilt on the Arena floor and I be glad to name you Grandmaster of the Arena!','Avast Lubber! Bring me 12 trinkets of the Arena Master.','','','','','',18706,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19024,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7810,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7839,4044,47,0,8,44,48,0,690,0,0,0,0,0,0,0,0,0,0,0,'Vilebranch Hooligans','Vilebranch scum invaded our village and stole my tools! I have backup tools but the set they stole was a gift given to me by a kind hearted gnome that saved my life when I was a young orc.$B$BI want those tools back, $N - they mean the world to me.$B$BMarkhor reported that the tools were spotted near the Agol\'watha and Shaol\'watha temples.$B$BThose temples are in the northeastern region of the Hinterlands.$B$BRecover my tools!','Smith Slagtree at Revantusk Village in the Hinterlands wants you to find Slagtree\'s Lost Tools. Return to him once this task is complete.$B$BYou recall Smith Slagtree mentioning that the tools might be at one of the Vilebranch temples in the northeastern region of the Hinterlands. You should also check Skulk Rock.','My tools! You found them! Oh glorious day! Thank you, $N.','Watch out for the Vilebranch trolls of the region, $N. They are ruthless, murderous filth.','','','','','',19033,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7840,4044,47,0,8,44,49,0,690,0,0,0,0,0,0,0,0,0,0,0,'Lard Lost His Lunch','Lard was at secret special spot having picnic when ugly mean Vilebranch hit Lard wit da big stick. Lard run back to Revantusk but forget Lard lunch. Lard hungry. Maybe you go back to secret special spot and get Lard lunch? Lard scared. Go nort! Island der to da nort is da secret special spot.','Lard at Revantusk Village in the Hinterlands wants you to find Lard\'s Lunch. Return to him when this task is complete.$B$BLard mentioned that he left it on the island to the north. Watch out for Vilebranch trolls.','$B$BDis hit da spot! Tanks little one.$B$BLard make you special picnic basket for help Lard.','$B$BLard so hungry.','','','','','',19034,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19035,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7841,4044,47,0,8,44,48,41,690,0,0,0,0,0,0,0,0,7842,0,0,'Message to the Wildhammer','The Wildhammer be striking up deals with our enemies, forgin\' new alliances. This time, they be workin\' with the high elves, mon.$B$B$B$BWe be needin\' to send those Wildhammer dwarves a message - a message in the blood of our enemies. Slaughter every Highvale high elf that you come across, leave their bodies as a warnin\'.$B$BNever mess with trolls!','Otho Moji\'ko at Revantusk Village in the Hinterlands wants you to slaughter 8 Highvale Scouts, 5 Highvale Outrunners, 5 Highvale Rangers and 2 Highvale Marksman. Return to him when this task is complete.$B$BYou can find the Highvale high elves at the Quel\'Danil Lodge in the northwestern region of the Hinterlands.','It be lookin\' like the Revantusk are forgin\' new alliances as well, mon! You done good.','You be too clean, mon. You gotta mix it up - get down and dirty with the enemy.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2692,2691,2694,2693,8,5,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7842,4044,47,0,0,44,48,41,690,0,0,0,0,0,0,0,0,7843,0,0,'Another Message to the Wildhammer','They say the Wildhammer and gryphon are as close to each other as troll and mate. Disgusting, but we be able to use this to our advantage, mon. We send them another message.$B$BKill all the gryphons you see in the Hinterlands and collect a long elegant feather! From this we make the final message.','Otho Moji\'ko at Revantusk Village in the Hinterlands wants you to bring him 1 Long Elegant Feather from the gryphons that inhabit the Hinterlands. Return to him once this task is complete.$B$BGryphons are known to inhabit every region of the Hinterlands.','Oh, mon, this gonna be good. One more step to go and Wildhammer see that they can\'t mess with troll!','The last message gonna scare them off for sure. Either that or make them very, very angry.','','','','','',4589,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47100,0,0,0,0,'',7841,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7843,4044,47,0,2,44,50,41,690,0,0,0,0,0,0,0,0,0,19036,1,'The Final Message to the Wildhammer','$B$BYou take this, mon. You take this to Aerie Peak, dead center of town by the well. You plant it! Drive it right into the ground! Show those dwarves that troll mean business! Come back when you do this. Hopefully you come back alive.','Otho Moji\'ko at Revantusk Village in the Hinterlands wants you to travel to Aerie Peak in the western region of the Hinterlands and place the Final Message to the Wildhammer by the well in the center of town. Return to him once this task is complete.$B$BBeware of angry Wildhammer dwarves and unruly members of the Alliance.','I wish I coulda been there to see the look on their faces, mon. Are they packing up their bags? Leavin\' town?$B$BYou done good, $N. Real good. Otho reward you with the big mojo.','What\'s the hold up, mon?','Message to the Wildhammer Delivered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19119,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22000,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',7842,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7844,4044,47,0,8,44,48,0,690,0,0,0,0,0,0,0,0,0,0,0,'Cannibalistic Cousins','Three different tribes of trolls inhabit the Hinterlands, $N. That is about as far as the similarities between the tribes extends: We are all trolls and we live in the Hinterlands.$B$BThe Vilebranch - aptly named - are a depraved lot; feeding on other trolls and humanoids.$B$BIf Zul\'jin were here, he would have destroyed the whole lot of them with a flick of his wrist - alas, Zul\'jin has not yet returned and we are left to our own devices.$B$BIt is up to you to destroy the filth of the region!','Mystic Yayo\'jin at Revantusk Village in the Hinterlands wants you to kill 6 Vilebranch Scalpers and 2 Vilebranch Soothsayers. Return to her when this task is complete.$B$BYayo\'jin indicated that these trolls could be found near the Shaol\'watha and Agol\'watha temples in the north by northeastern region of the Hinterlands.','Well done, $C. Zul\'jin himself could not have done a better job!','The Vilebranch Soothsayers and Scalpers inhabit the north by northeast region of the Hinterlands.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4466,4467,0,0,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7845,4044,47,0,8,46,51,0,690,0,0,0,0,0,0,0,0,7846,0,0,'Kidnapped Elder Torntusk!','My mate was taken by Vilebranch savages in a bold midnight raid on our village. Our spies have told me that he is still alive and being held prisoner atop Jintha\'alor. The Vile Priestess Hexx is said to be preparing him for a sacrifice to the faceless blood God, Hakkar.$B$BYou must save him, $N! Our village could not stand a loss this great.','Primal Torntusk at Revantusk Village in the Hinterlands wants you to rescue her mate, Elder Torntusk, from Jintha\'alor.$B$BYou have been told that he is being held prisoner atop Jintha\'alor, the Vilebranch capital city located in the southern region of the Hinterlands.','You must act quickly, $N. Surely the guards have been alerted to your presence.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7846,4044,47,0,0,46,51,0,690,0,0,0,0,0,0,0,0,7847,0,0,'Recover the Key!','The key to my bindings is held by Hitah\'ya the Keeper. She is in the nearby cave. Be careful, $c, for she is guarded well.$B$BKill her and bring the key back to loosen my shackles. Only then will I be free to return home.','Elder Torntusk at Jintha\'alor wants you to kill Hitah\'ya the Keeper to get the Shackle Key to his bindings. Return to Elder Torntusk when you have recovered the key.','Freedom at last! Thank you, $N. Revantusk will know your deeds!','You must hurry!','','','','','',19064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',7845,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7847,4044,47,0,0,46,51,0,690,0,0,0,0,0,0,0,0,0,0,0,'Return to Primal Torntusk','Return to my mate, Primal Torntusk at Revantusk Village. Tell her that I am coming home! She is sure to reward you.','Elder Torntusk at Jintha\'alor wants you to return to Primal Torntusk at Revantusk Village with news of his rescue.','You have done the Revantusk a great service, $N! We owe you a great debt of gratitude.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19114,19115,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',7846,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7848,4044,2717,0,64,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Attunement to the Core','Rifts stir, tear, and collapse all around us, $r. Not two paces from where I stand is a tear leading through the depths of Blackrock Mountain, into the maw of the Firelord.$B$BSurprised? Pity... The mortal races cannot comprehend that which they cannot see, touch, or feel.$B$BI assure you, the portal is there and access is possible.$B$BI\'ve piqued your interest? Attunement is simple. Venture into Blackrock Depths and retrieve a core fragment. Return it to me and I shall attune your essence with the portal.','Venture to the Molten Core entry portal in Blackrock Depths and recover a Core Fragment. Return to Lothos Riftwaker in Blackrock Mountain when you have recovered the Core Fragment.','I am now able to transport you to the Molten Core. Ask and it shall be done.','You must attune your soul with the Molten Core before access is granted.','','','','','',18412,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22877,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7849,4044,47,0,8,46,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'Separation Anxiety','Like many in our village, I too have lost a loved one to the wilds. Alas, it was my twin brother Malkhor - taken in the same raid as Torntusk\'s mate by the Vilebranch.$B$BSadly, he was not fated to live and was given a swift, brutal execution; his remains fed to the oozes and wolves of the Vilebranch.$B$BIt is too late to save his life but not too late to save his soul. Recover his remains, $N.','Huntsman Markhor at Revantusk Village in the Hinterlands wants you to recover his twin brother\'s remains. Find and return Huntsman Malkhor\'s Skull and Huntsman Malkhor\'s Bones to Huntsman Markhor.$B$BMarkhor mentioned that his brother\'s remains were fed to the oozes and wolves of the Vilebranch. He also mentioned that there is a refuse pit filled with oozes in Jintha\'alor as well as a wolf den. Both of these places are near the top of the temple.','My dearest brother, how I will miss you...$B$BThank you for your assistance, $N. You are truly a hero in my eyes.','When I have his remains, I shall take them to Yayo\'jin and have them prepared for a proper burial.','','','','','',19069,19070,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19117,19116,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7850,4044,47,0,8,46,50,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dark Vessels','The Vilebranch fight with supernatural ferocity. This is due to the foul magical weavings of the Vile Priestess Hexx.$B$BThroughout Jintha\'alor you will find dark vessels of tainted blood. The vessels radiate the foul magic of the faceless blood God, empowering the Vilebranch and also driving them to madness.$B$BSteal those vessels and return them to me so that I may remove the taint and ultimately loosen the grip of the blood God.','Primal Torntusk at Revantusk Village in the Hinterlands wants you to recover 5 Vessels of Tainted Blood from Jintha\'alor. Return to Primal Torntusk when this task is complete.','The dark energy that compels the Vilebranch has been lifted - for now. We must remain ever vigilant in our battle against evil, as even if the Vile Priestess is destroyed, another soon takes her place.','Be cautious in battling the Vilebranch, $N. Their minds are clouded - they fight to the death.','','','','','',19071,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19118,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7861,4044,47,0,8,44,51,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Vile Priestess Hexx and Her Minions','By order of Primal Torntusk, Vile Priestess Hexx and her minions are to be brought to justice!$B$BA grand reward is offered for any that slay the Vile Priestess Hexx and all of her Aman\'zasi elite guard.','You have been ordered to slay Vile Priestess Hexx and 5 Vilebranch Aman\'zasi Guards. See Primal Torntusk at Revantusk Village in the Hinterlands once this task is complete.$B$BVile Priestess Hexx and the Aman\'zasi Guards can be found atop Jintha\'alor in the Hinterlands.','A crippling blow to the Vilebranch, indeed. You shall be richly rewarded, $N.','Do you bring news from Jintha\'alor?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7995,2648,0,0,1,5,0,0,0,0,0,0,0,0,0,0,19159,19121,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(7862,4044,47,0,8,44,51,0,690,0,0,0,0,0,0,0,0,0,0,0,'Job Opening: Guard Captain of Revantusk Village','With the loss of Guard Captain Malkhor, the position of Guard Captain of Revantusk is once again open. If you are interested in becoming Captain of the Guard for Revantusk, complete the following tasks and submit your application to Primal Torntusk:$B$BExterminate Vilebranch Berserkers.$B$BExterminate Vilebranch Shadow Hunters.$B$BExterminate Vilebranch Blood Drinkers.$B$BExterminate Vilebranch Soul Eaters.','You have been tasked with the decimation of 5 Vilebranch Berserkers, 3 Vilebranch Shadow Hunters, 3 Vilebranch Blood Drinkers, and 2 Vilebranch Soul Eaters.$B$BShould you complete this task, return to Primal Torntusk at Revantusk Village in the Hinterlands.','You are indeed a worthy candidate for the new position, $N. Accept this trinket as a token of our appreciation for your hard work. I will be reviewing all applications next year.','Are you here about the job opening?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2643,2645,2646,2647,5,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7863,4044,331,0,0,25,34,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Sentinel Basic Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19150,0,0,0,1,0,0,0,890,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'7864 7865',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7864,4044,331,0,0,35,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Sentinel Standard Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19151,0,0,0,1,0,0,0,890,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'7863 7865',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7865,4044,331,0,0,45,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Sentinel Advanced Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19152,0,0,0,1,0,0,0,890,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'7863 7864',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7866,4044,331,0,0,25,34,0,690,0,0,0,0,0,0,0,0,0,0,0,'Outrider Basic Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19154,0,0,0,1,0,0,0,889,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'7867 7868',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7867,4044,331,0,0,35,44,0,690,0,0,0,0,0,0,0,0,0,0,0,'Outrider Standard Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19155,0,0,0,1,0,0,0,889,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'7866 7868',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7868,4044,331,0,0,45,70,0,690,0,0,0,0,0,0,0,0,0,0,0,'Outrider Advanced Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19153,0,0,0,1,0,0,0,889,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'7866 7867',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7869,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'test quest - do not use','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7870,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'test quest2 - do not use','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7871,4044,3277,0,64,30,35,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Beyond this tunnel you will find a field of strife and turmoil, young $c. The Horde continue to decimate our sacred forest, cutting down the evergreen foliage to power their machines of war.$B$BEnter Warsong Gulch and defend Silverwing Hold. Push back the invading Horde forces!$B$BDo this, and earn a talisman of merit. Bring me such a talisman, $N, and I shall reward you.','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,890,890,890,0,0,500,500,500,500,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'7788 7872 7873 7886 7887 7888 7921 8291 8292',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7872,5875,3277,0,64,40,45,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Beyond this tunnel you will find a field of strife and turmoil, young $c. The Horde continue to decimate our sacred forest, cutting down the evergreen foliage to power their machines of war.$B$BEnter Warsong Gulch and defend Silverwing Hold. Push back the invading Horde forces!$B$BDo this, and earn a talisman of merit. Bring me such a talisman, $N, and I shall reward you.','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,890,890,890,0,0,500,500,500,500,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'7788 7871 7873 7886 7887 7888 7921 8291 8292',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7873,4044,3277,0,64,50,55,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Beyond this tunnel you will find a field of strife and turmoil, young $c. The Horde continue to decimate our sacred forest, cutting down the evergreen foliage to power their machines of war.$B$BEnter Warsong Gulch and defend Silverwing Hold. Push back the invading Horde forces!$B$BDo this, and earn a talisman of merit. Bring me such a talisman, $N, and I shall reward you.','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,890,890,890,0,0,500,500,500,500,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'7788 7871 7872 7886 7887 7888 7921 8291 8292',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7874,4044,3277,0,64,30,35,41,690,0,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','The wilds of the Ashenvale forest will succumb to the might of the Horde, $r. Nothing the Silverwing say or do can stop our sovereign imperative. Kalimdor belongs to the Horde. How dare they attempt to prevent us from harvesting what is rightfully ours!$B$BLet the pride swell in your chest as you cut down their weak attempts at slowing our progress. Destroy the Silverwing Sentinels, and earn a Warsong mark of honor. Return to me with such a mark, $N, and you will be rewarded.\n','Enter Warsong Gulch and defeat the Alliance, gain a Warsong Gulch Mark of Honor, and bring it to Captain Shatterskull at the Mor\'shan Base Camp.','$B$BHow much more can they withstand? How many more Alliance filth must perish at the hands of the Horde for them to retreat? Only time will tell, $R.','The blood of our enemies is a mark of honor. Do you have such a mark?','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,889,889,889,0,0,500,500,500,500,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'7789 7875 7876 7922 7923 7924 7925 8293 8294',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7875,5875,3277,0,64,40,45,41,690,0,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','The wilds of the Ashenvale forest will succumb to the might of the Horde, $r. Nothing the Silverwing say or do can stop our sovereign imperative. Kalimdor belongs to the Horde. How dare they attempt to prevent us from harvesting what is rightfully ours!$B$BLet the pride swell in your chest as you cut down their weak attempts at slowing our progress. Destroy the Silverwing Sentinels, and earn a Warsong mark of honor. Return to me with such a mark, $N, and you will be rewarded.\n','Enter Warsong Gulch and defeat the Alliance, gain a Warsong Gulch Mark of Honor, and bring it to Captain Shatterskull at the Mor\'shan Base Camp.','$B$BHow much more can they withstand? How many more Alliance filth must perish at the hands of the Horde for them to retreat? Only time will tell, $R.','The blood of our enemies is a mark of honor. Do you have such a mark?','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,889,889,889,0,0,500,500,500,500,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'7789 7874 7876 7922 7923 7924 7925 8293 8294',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7876,4044,3277,0,64,50,55,41,690,0,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','The wilds of the Ashenvale forest will succumb to the might of the Horde, $r. Nothing the Silverwing say or do can stop our sovereign imperative. Kalimdor belongs to the Horde. How dare they attempt to prevent us from harvesting what is rightfully ours!$B$BLet the pride swell in your chest as you cut down their weak attempts at slowing our progress. Destroy the Silverwing Sentinels, and earn a Warsong mark of honor. Return to me with such a mark, $N, and you will be rewarded.\n','Enter Warsong Gulch and defeat the Alliance, gain a Warsong Gulch Mark of Honor, and bring it to Captain Shatterskull at the Mor\'shan Base Camp.','$B$BHow much more can they withstand? How many more Alliance filth must perish at the hands of the Horde for them to retreat? Only time will tell, $R.','The blood of our enemies is a mark of honor. Do you have such a mark?','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,889,889,889,0,0,500,500,500,500,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'7789 7874 7875 7922 7923 7924 7925 8293 8294',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(7877,4044,2557,0,8,56,60,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Treasure of the Shen\'dralar','In the library, Athenaeum, you will find an ancient chest hidden beneath the stairway. Take from it that which you desire.','Return to the Athenaeum and find the Treasure of the Shen\'dralar. Claim your reward!','You open the chest to find...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18420,18421,18424,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',7461,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7881,4044,0,364,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Carnival Boots','','','Thank you, $N. These are quite well made. The craftsmanship is top notch! Here is a Darkmoon Faire ticket... enjoy, sir.','We at the Darkmoon Faire do much walking. We walk from one faire site to another... in fact, you\'ll never see us sitting down on the job! So it is no surprise that we wear out quite a lot of boots! We need boots that are both durable and stylish, and embossed leather boots fit that bill rather well.$B$BYou! You\'re a leatherworker; make me embossed leather boots and I\'ll give you a Darkmoon Faire ticket for the work.','','','','','',2309,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,1,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7882,4044,0,364,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Carnival Jerkins','','','Ah, you brought the jerkins. Splendid. What animal\'s skin did you use to make these, may I ask? The stitch-work is very well done, and the texture of the leather has a rugged style to it. I can tell you are a craftsman of skill!$B$BThank you, $N, and here are your tickets.','Our Faire workers do more than sweep trash and hammer spikes! They also help guard the carnival as it travels, and to that end they are always needing good sturdy armor jerkins.$B$BIf you make some tough leather armor and bring it to me, then I\'ll make sure it gets to the right people. I\'ll also get you some Darkmoon Faire tickets as trade.','','','','','',2314,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,4,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7883,4044,0,364,8,20,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The World\'s Largest Gnome!','','','Oh dear, these are quite large!! I can\'t imagine finding a gnome that would fit snuggly into them, but not to worry - if the gnome we find is not big enough, I can make adjustments to his costume.$B$BMany thanks, $N. Here are the tickets I promised you. ','Yebb Nebblegear is looking to add more talent to his show, and he\'s searching far and wide for the world\'s largest gnome. Do you know any gnomes of considerable size?$B$BWell before he finds the gnome, he wants to have its costume ready. I think a barbaric harness would be a good foundation for the costume; can you make some harnesses and bring them to me? Do that, and I\'ll have a stack of Darkmoon Faire tickets for you...','','','','','',5739,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,8,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7884,4044,0,364,8,30,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crocolisk Boy and the Bearded Murloc','','','Great, you made them! These will do nicely... I just hope I won\'t be the one to clean the crocolisk cage when the time comes. Those beasts can be rather beastly, don\'t you think?$B$BHere are your tickets, $N. Enjoy them, and enjoy your stay at the Darkmoon Faire!','Yebb is working on other attractions for his zoo, including wet, swampy abodes for a boy raised by crocolisks, and perhaps for a murloc. We will need nice, water-tight leggings so we won\'t get waterlogged during prop-ups and tear-downs. For that job, I think turtlescale leggings will do the trick.$B$B$N, can you make those leggings? If you do, then a fat stack of Darkmoon Faire tickets will be your reward...','','','','','',8185,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,12,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7885,4044,0,364,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armor Kits','','','Great! This will work great! I just noticed a rip in a tent over yonder, and one of these armor kits is just what I need to patch it up!$B$BThank you very much, $N. These armor kits will save us a ton in repair costs. Here are your tickets - you deserve them!','You might not realize this, but running a traveling carnival is costly! Everything wears down so fast it\'s a wonder we can turn a profit.$B$BBecause of all those hidden costs, we\'re always looking for ways to maintain our equipment as cheaply as possible. Our tents, for instance, tear regularly but I\'ve found that leather armor kits make great patches. Can you find and bring me some armor kits? That\'ll save us a bundle! Do that, and I have a fistful of Darkmoon Faire tickets for you...','','','','','',15564,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7886,5875,3277,0,256,50,55,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Talismans of Merit','','','Thank you, $N. Your exploits in Warsong Gulch ring throughout Ashenvale Forest.','','','','','','',19213,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7873,0,0,0,'7788 7871 7872 7873 7887 7888 7921 8291 8292',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7887,5875,3277,0,320,30,35,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Talismans of Merit','','','Thank you, $N. Your exploits in Warsong Gulch ring throughout Ashenvale Forest.','','','','','','',19213,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7871,0,0,0,'7788 7871 7872 7873 7886 7888 7921 8291 8292',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7888,5875,3277,0,328,40,45,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Talismans of Merit','','','Thank you, $N. Your exploits in Warsong Gulch ring throughout Ashenvale Forest.','','','','','','',19213,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7872,0,0,0,'7788 7871 7872 7873 7886 7887 7921 8291 8292',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7889,4044,0,364,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coarse Weightstone','','','Great! These will work great! They\'re not too heavy, but not too light either. They\'re perfect for building muscle mass!$B$BThanks much, $N. Here\'s your Darkmoon Faire ticket!','It takes a lot of work to be the strongest woman alive! My weight set is getting too light and if I\'m to stay fit then I\'ll need more weights!$B$BDo you think you could bring me some weight stones? If you do, then I\'ll give you a Darkmoon Faire ticket.','','','','','',3240,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,1,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7890,4044,0,364,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heavy Grinding Stone','','','You brought the stones! And they\'re heavy! I can already feel my muscles getting bigger. Thanks $N!$B$BHere, take these tickets, and be sure not to eat too many sweets while your at the faire. A big strong $C like you needs to keep himself in fighting shape!','To help with my workout, I like to fit a staff between heavy grinding stones, then lift the staff over my head. It isn\'t easy, but being the strongest woman in the world, like I am, can\'t be earned sitting down!$B$BCan you help me? I need more grinding stones - bring me some and I\'ll trade Darkmoon Faire tickets for them.','','','','','',3486,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,4,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7891,4044,0,364,8,20,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Green Iron Bracers','','','Thanks much, $N. Here\'s your Darkmoon Faire tickets!','I\'m working on a new costume, for when I have my own booth as the strongest woman alive! Right now I\'m looking for some bracers I can wear. They can\'t cover much because people want to see my muscles, but I still want to flash a little color, you know?$B$BHow about green iron bracers, $N? Can you make me green iron bracers? If you can, then I have a whole bunch of Darkmoon Faire tickets for you.','','','','','',3835,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,8,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7892,4044,0,364,8,30,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Big Black Mace','','','Thanks much, $N. Here\'s your Darkmoon Faire tickets!','For my act as the strongest woman alive, I plan to accept items from the audience and smash them with a big, black mace!$B$BCan you make me a big black mace, $N?','','','','','',7945,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,12,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7893,4044,0,364,8,40,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Rituals of Strength','','','Thanks much, $N. Here\'s your Darkmoon Faire tickets!','$N, in my quest to become the strongest woman alive, I have traveled the world and learned muscle building secrets from distant weight masters, strength gurus, and ancient manuals. I now know forbidden exercises that would kill the weak and cripple the uninitiated!$B$BThese feats of strength and conditioning require training with the densest of grinding stones. $N, can you find or make some grinding stones and bring them to me? I\'ll give you tickets if you do...','','','','','',12644,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7894,4044,0,364,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Copper Modulator','','','Aha! The modulators! Superb!$B$BI can\'t tell you exactly what we\'re building, but these will be invaluable for its construction. I am in your debt, Grimling, but please, take this Darkmoon Faire ticket as a token of my appreciation.','Yebb is developing a new attraction for the Zoo Bizarre, one that will drive people crazy with wonder, and delight! But it will take a lot of work, and a lot of materials...$B$BThat includes copper modulators. We need lots of modulators for the mechanical parts of the attraction. Bring me copper modulators and I\'ll trade for them with a Darkmoon Faire ticket.','','','','','',4363,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,1,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7895,4044,0,364,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whirring Bronze Gizmo','','','You brought the gizmos! Wonderful! Even now I can hear their buzzing, whirring chorus in my mind! Oh, when this booth is ready it will be the wonder of the world, mark me! $B$BHere are your tickets, $N. And please enjoy your stay at the Faire!','My new booth will be a sight to see, yes sir! A sight to see, and... for a lucky few, to touch!$B$BI can already hear the whirring bronze gizmos singing their song of mechanical rapture as patrons step to my booth and test their skill!$B$BAh... now I need the gizmos themselves to bring my dream closer to fruition. Please, $N, bring me whirring bronze gizmos... and Darkmoon Faire tickets will be yours!','','','','','',4375,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,4,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7896,4044,0,364,8,20,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Green Fireworks','','','You brought the fireworks. Wonderful work, $N! I can\'t wait to light these and tell the world that my booth is ready to go! I must still wait, quite a long time I\'m afraid, but... I\'ll be ready when I\'m ready, yes?$B$BHere are the tickets, $N. Enjoy yourself!','When I finally get this booth up and running, I\'ll want to advertise! And what better way is there to advertise than with fireworks?$B$BWell, some might think that the smell of a cauldron, churning with the boiling heads of your foes is better for drawing crowds, but... we\'re in mixed company. So fireworks it will have to be!$B$BBring me green fireworks, $N, and I have a big fistful of Darkmoon Faire tickets for you.','','','','','',9313,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,8,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7897,4044,0,364,8,30,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mechanical Repair Kits','','','Thank you! Now I can get to fixing things.$B$BIt\'s going to take a lot of repair kits and a lot of late nights to get everything in working order. Sometimes I think it\'d be better to get back to my roots and restart my career as a headhunter, but... the Faire has been good to me.$B$BTake these tickets, $N, and have fun!','The biggest reason I can\'t open up my booth is that... everything\'s broken! I need mechanical repair kits to fix all this stuff!$B$BCan you bring me those kits, $N? I\'ll trade you... kits for Darkmoon Faire tickets. What do you say?','','','','','',11590,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,12,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7898,4044,0,364,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thorium Widget','','','Ah, thank you, $N! Yebb will enjoy these widgets. I don\'t know what he has planned for them, but Yebb\'s a clever little gnome. He\'s clever, and maybe a little devious....$B$BIf only he liked the taste of humanoid flesh... he\'d make a great troll!$B$BHere, $N. A deal\'s a deal, and these tickets are yours.','Yebb Nebblegear, like me, is working on a future attraction. So amazing is this attraction, says Nebb, that it will draw folks from across the world... and it will make us all very, very rich!$B$BHe says he needs thorium widgets for its construction, and wants me to collect them for him. So what do you say, $N? Do you know where to get Thorium widgets? If you\'re an engineer, can you make them? Do you want to trade them for Darkmoon Faire tickets?','','','','','',15994,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7899,4044,0,364,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Small Furry Paws','','','Great, you got them! We can use these to make toys and baubles, and those will attract more people to the Faire!$B$BHere\'s your ticket, $N. You earned it!','The first lesson in drawing a crowd is: lure them with gadgets and trinkets! Can you help me?$B$BI need small furry paws to use for prizes. You can find those on the cats of the Barrens or Darkshore....$B$BBring me some paws and I\'ll trade you a Darkmoon Faire ticket for them.','','','','','',5134,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,1,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7900,4044,0,364,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torn Bear Pelts','','','Nice pelts, $N! I\'ll get someone to sew these into a bunch of plush toys. With a little stuffing and some paint, I think they\'ll be the envy of children across Azeroth!$B$BTickets? Ah yes, your payment!$B$BHere they are!','Children love toys! And no matter what race, I\'ve found that all children love furry, plushy toys made from torn bear pelts!$B$BYou can get those pelts from the bears of Ashenvale or Hillsbrad. Bring me a heap of them and earn yourself a heap of Darkmoon Faire tickets!','','','','','',11407,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,4,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7901,4044,0,364,8,20,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Soft Bushy Tails','','','Well done, $N! These tails will make great prizes for our visitors, and that means happy visitors... who talk to their friends and bring more visitors!$B$BHere are your tickets! Have a good time at the Darkmoon Faire... and don\'t forget to tell your friends about us!','It\'s amazing what people value! Take, for instance, a wooden stick with a soft bushy tail attached to it. Now, you and I might think something like that isn\'t all that valuable... but if you give that piece of junk a neat name like \"Savage Fuzz Tail\" and put it in a pretty box, then people will think it\'s valuable. Trash becomes treasure!$B$BGet me soft bushy tails from the wolves of Desolace and the Badlands, and I\'ll give you Darkmoon Faire tickets.','','','','','',4582,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,8,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7902,4044,0,364,8,30,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vibrant Plumes','','','Ah, the plumes! They are amazing, don\'t you think! It would be easy to spark one\'s imaginations with such beauties!$B$BYou do such charitable work, $N. The smiles on our visitors\' faces when they see the show is a grand payment indeed, but please take these tickets as well.','A person\'s imagination is an incredible thing. It can make the smallest hill seem like the largest mountain. It can make the most innocuous shadow appear cast by a horrible nightmare!$B$BWe at the Darkmoon Faire let our visitor\'s imaginations blossom! But to help stretch their imaginations... sometimes we have to get tricky.$B$BI need vibrant plumes for one of my attractions. You can get them from the birds of the more dangerous areas of Azeroth. Bring me the plumes and many tickets will be yours!','','','','','',5117,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,12,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7903,4044,0,364,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Evil Bat Eyes','','','Great! You got the eyes! I hope hunting those bats was frightening for you, because if it scared a brave $C like yourself, then those eyes will certainly scare our Faire visitors.$B$BTake these tickets, $N, and thank you for your service.','Do you ever find yourself wandering in a cave, late at night, looking for adventure? You do? Really? Well, then you\'ve seen the creepy eyes of bats staring at you from high up, waiting for you to let down your guard so they can suck your blood!$B$BScary thought, don\'t you think? Of course! It\'s no doubt that bat eyes are scary!$B$BWill you bring me some evil bat eyes, $N? I want them for... something I\'m designing. Something scary.$B$BYou can get them from the bats of the Eastern Plaguelands.','','','','','',11404,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7904,5875,0,364,8,6,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',19182,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7905,4044,1537,0,0,6,-1,0,1101,0,0,0,0,0,0,0,0,0,19338,1,'The Darkmoon Faire','The Darkmoon Faire is coming! Be sure to experience all the wonders and excitement of it when it comes to town!$B$BIf you act right now, you can redeem this voucher for free prize tickets! Just hand your voucher to Gelvas Grimgate located inside the carnival.$B$BRight now, the Faire is outside Goldshire, in the Elwynn Forest. Don\'t miss out! Go today!','Deliver the Free Ticket Voucher to Gelvas Grimgate, located inside the Darkmoon Faire carnival.','Welcome to the Darkmoon Faire! This voucher is good for FIVE, yes, FIVE prize tickets!$B$BWhen you accumulate prize tickets, you\'ll want to speak to me about redeeming them for valuable prizes. The more tickets you get, the more prizes you can win. Huzzah!','Yes friend, may I help you? Do you have a voucher that needs redeeming?','','','','','',19338,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,5,0,0,0,909,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7906,5875,0,364,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Cards - Beasts','','','','','','','','','',19228,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7907,4044,0,364,256,1,-1,0,0,0,0,0,0,0,0,0,0,0,19228,1,'Darkmoon Beast Deck','Now that you have gathered all of the Beast cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Beast Deck to the Darkmoon Faire when it comes to town.','Well this explains a lot. If you ever find a way into Ahn\'Qiraj, keep an eye out for ol\' Brann. I\'m afraid that he\'ll be powerless without his monkey.','Oh dear.','','','','','',19228,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19288,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7908,5875,33,0,0,1,55,41,0,0,0,0,0,0,0,0,0,0,18706,1,'Arena Master','There must be more to being a master of the arena than this! Perhaps the Pirate who runs the event at Gurubashi will know!','Speak with Short John Mithril in the Stranglethorn Arena.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(7921,5875,3277,0,320,20,25,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Talismans of Merit','','','Thank you, $N. Your exploits in Warsong Gulch ring throughout Ashenvale Forest.','','','','','','',19213,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7788,0,0,0,'7788 7871 7872 7873 7886 7887 7888 8291 8292',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7922,5875,3277,0,256,50,55,41,690,0,0,0,0,0,0,0,0,0,0,0,'Mark of Honor','','','The night elves and their allies must tremble at even the whisper of your name! For the Horde!','','','','','','',19322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7876,0,0,0,'7789 7874 7875 7876 7923 7924 7925 8293 8294',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7923,5875,3277,0,256,40,45,41,690,0,0,0,0,0,0,0,0,0,0,0,'Mark of Honor','','','The night elves and their allies must tremble at even the whisper of your name! For the Horde!','','','','','','',19322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7875,0,0,0,'7789 7874 7875 7876 7922 7924 7925 8293 8294',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7924,5875,3277,0,256,30,35,41,690,0,0,0,0,0,0,0,0,0,0,0,'Mark of Honor','','','The night elves and their allies must tremble at even the whisper of your name! For the Horde!','','','','','','',19322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7874,0,0,0,'7789 7874 7875 7876 7922 7923 7925 8293 8294',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7925,5875,3277,0,256,20,25,41,690,0,0,0,0,0,0,0,0,0,0,0,'Mark of Honor','','','The night elves and their allies must tremble at even the whisper of your name! For the Horde!','','','','','','',19322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7789,0,0,0,'7789 7874 7875 7876 7922 7923 7924 8293 8294',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(7926,4044,1637,0,0,6,-1,0,0,0,0,0,0,0,0,0,0,0,19338,1,'The Darkmoon Faire','The Darkmoon Faire is coming! Be sure to experience all the wonders and excitement of it when it comes to town!$B$BIf you act right now, you can redeem this voucher for free prize tickets! Just hand your voucher to Gelvas Grimgate located inside the carnival.$B$BRight now, the Faire is just outside Thunder Bluff, in Mulgore. Don\'t miss out! Go today!','Deliver the Free Ticket Voucher to Gelvas Grimgate, located inside the Darkmoon Faire carnival.','Welcome to the Darkmoon Faire! This voucher is good for FIVE, yes, FIVE prize tickets!$B$BWhen you accumulate prize tickets, you\'ll want to speak to me about redeeming them for valuable prizes. The more tickets you get, the more prizes you can win. Huzzah!','Yes friend, may I help you? Do you have a voucher that needs redeeming?','','','','','',19338,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,5,0,0,0,909,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(7927,4044,0,364,256,1,-1,0,0,0,0,0,0,0,0,0,0,0,19277,1,'Darkmoon Portals Deck','Now that you have gathered all of the Portal cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Portals Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Portals. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of portals! Congratulations!','','','','','',19277,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19290,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7928,4044,0,364,256,1,-1,0,0,0,0,0,0,0,0,0,0,0,19257,1,'Darkmoon Warlords Deck','Now that you have gathered all of the Warlord cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Warlords Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Warlords. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of warlords! Congratulations!','','','','','',19257,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19287,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7929,4044,0,364,256,1,-1,0,0,0,0,0,0,0,0,0,0,0,19267,1,'Darkmoon Elementals Deck','Now that you have gathered all of the Elemental cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Elementals Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Elementals. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of elementals! Congratulations!','','','','','',19267,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19289,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7930,4044,0,364,8,6,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'5 Tickets - Darkmoon Flower','','','Here you go, here you go! A prize fit for a $gking:queen;! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19295,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0),(7931,4044,0,364,8,15,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'5 Tickets - Minor Darkmoon Prize','','','Here you go, here you go! A prize fit for a $gking:queen;! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7932,4044,0,364,8,30,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'12 Tickets - Lesser Darkmoon Prize','','','Here you go, here you go! A prize fit for a $gking:queen;! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19297,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7933,4044,0,364,8,45,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'40 Tickets - Greater Darkmoon Prize','','','Here you go, here you go! A prize fit for a $gking:queen;! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19296,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7934,4044,0,364,8,6,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'50 Tickets - Darkmoon Storage Box','','','Here you go, here you go! A prize fit for a $gking:queen;! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19291,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7935,4044,0,364,8,25,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'10 Tickets - Last Month\'s Mutton','','','Here you go, here you go! A prize fit for a $gking:queen;! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19292,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0),(7936,4044,0,364,8,45,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'50 Tickets - Last Year\'s Mutton','','','Here you go, here you go! A prize fit for a $gking:queen;! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19293,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7937,4044,0,364,256,10,-1,0,0,0,0,0,0,0,0,0,0,0,19423,1,'Your Fortune Awaits You...','\"Your fortune awaits you in Eastvale.\"$B$BThe fortune Sayge handed you feels slightly warm to the touch. Grasping it firmly, you see an image of the Eastvale Logging Camp in Elwynn Forest. Focusing closer in on the image, you see a haystack that sits next to a stable.\n','Travel to the Eastvale Logging Camp in Elwynn Forest and seek out your fortune.','A quick search of the haystack reveals a lockbox from within it! It would seem that you have found your fortune!','This haystack looks like the one from your vision.','','','','','',19423,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19425,0,0,0,1,0,0,0,909,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7938,4044,0,364,256,10,-1,0,0,0,0,0,0,0,0,0,0,0,19424,1,'Your Fortune Awaits You...','\"Your fortune awaits you inside the Deadmines.\"$B$BThe fortune Sayge handed you feels slightly warm to the touch. Grasping it firmly, you see an image of the Deadmines inside Westfall\'s ruined hamlet of Moonbrook. Focusing closer in on the image, you wind about twisty passages until you reach a shimmering portal... one that leads into the heart of the mines itself. Stepping through it, a strange chest appears out from nowhere.','Travel to the Deadmines in Westfall and seek out your fortune.','A quick search of the chest reveals a lockbox from within it! It would seem that you have found your fortune!','This chest looks like the one from your vision...','','','','','',19424,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19425,0,0,0,1,0,0,0,909,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7939,4044,0,364,8,40,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'More Dense Grinding Stones','','','Thanks much, $N. Here\'s your Darkmoon Faire tickets!','$N, thank you for all the help you\'ve given me. I really can\'t thank you enough!$B$BAlthough my need is no longer great... if you bring me more dense grinding stones, I still have more Darkmoon Faire tickets for you.','','','','','',12644,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7893,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7940,4044,0,364,8,55,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'1200 Tickets - Orb of the Darkmoon','','','Here you go, here you go! A prize fit for a $gking:queen;! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19426,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7941,4044,0,364,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Armor Kits','','','There you are, $N. A fair trade. Enjoy.','$N, I must thank you for all your help. I have plenty of supplies, through no small efforts on your part, but if you wish to bring me more armor kits, then I will gladly trade them for Darkmoon Faire tickets.','','','','','',15564,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7885,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7942,4044,0,364,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Thorium Widgets','','','Here you are, $N. Here are Darkmoon Faire tickets for your enjoyment. Do not, as they say, spend them all in one place!','$N, you have been so good to us, bringing me goods without tiring. You have my eternal thanks!$B$BAlthough our need for Thorium widgets is not as great as it was, you may still bring them to me and I will gladly trade them for Darkmoon Faire tickets.','','','','','',15994,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7898,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7943,4044,0,364,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Bat Eyes','','','Thanks again, $N. Here are your tickets!','$N, the attraction I\'m designing will be the scariest event since Gnomeregan was overrun! And it\'s largely thanks to you and all the baubles you\'ve brought me. Many, many thanks!$B$BI don\'t need much else, but... if you bring me more evil bat eyes from the bats of the Eastern Plaguelands... I might have more Darkmoon Faire tickets for you.','','','','','',11404,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7903,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7944,4044,0,364,256,10,-1,0,0,0,0,0,0,0,0,0,0,0,19443,1,'Your Fortune Awaits You...','\"Your fortune awaits you inside Wailing Caverns.\"$B$BThe fortune Sayge handed you feels slightly warm to the touch. Grasping it firmly, you see an image of a cave to the southwest of the Crossroads in the Barrens. Focusing closer in on the image, you wind about twisty passages until you reach a shimmering portal... one that leads into the heart of the caverns itself. Stepping through it, a strange chest appears out from nowhere.\n','Travel to the Wailing Caverns in the Barrens and seek out your fortune.','A quick search of the chest reveals a lockbox from within it! It would seem that you have found your fortune!','This chest looks like the one from your vision...','','','','','',19443,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19425,0,0,0,1,0,0,0,909,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7945,4044,0,364,256,10,-1,0,0,0,0,0,0,0,0,0,0,0,19452,1,'Your Fortune Awaits You...','\"Your fortune awaits you outside Palemane Rock.\"$B$BThe fortune Sayge handed you feels slightly warm to the touch. Grasping it firmly, you see an image of the Palemane Rock of Mulgore. Focusing closer in on the image, you see a tree stump that sits close to the cave entrance.\n','Travel to Palemane Rock in Mulgore and seek out your fortune.','A quick search of the tree stump reveals a lockbox from within it! It would seem that you have found your fortune!','This tree stump looks like the one from your vision.','','','','','',19452,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19425,0,0,0,1,0,0,0,909,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7946,4044,0,364,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spawn of Jubjub','','','Thank you, $N. Here is your egg! It won\'t be ready to hatch for a little while, but when it does you\'ll have a great pet!','I\'m so happy Jubjub is no longer lost. She loves Dark Iron ale so much that when I ran out... she ran away to find more!$B$BNow that Jubjub\'s back, I want as much ale as I can get! I won\'t want her to run away again!$B$BDo you have any Dark Iron Ale? If you do, then I\'ll trade you one of Jubjub\'s frog eggs for a mug...','','','','','',11325,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19462,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23853,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(7961,5875,9,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Waskily Wabbits!','These rabbits are breeding uncontrollably. Something must be done!$b$bHelp us $n, you\'re our only hope.','Collect 10 Unlucky Wabbit Feet from the Waskily Wabbits.','','','','','','','',46395,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(7962,5875,9,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wabbit Pelts','I want LeCrafty rabbit pelts. Get me some from LeCrafty Rabbits.$b$bThis is important!','Bring 3 LeCrafty Rabbit Pelts to Jon LeCraft.','','','','','','','',19482,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13913,0,0,0,1,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,30,0,0,6756,0,0,0,0,0,0,0,60,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(7981,4044,0,364,8,55,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'1200 Tickets - Amulet of the Darkmoon','','','Here you go, here you go! A prize fit for a $gking:queen;! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19491,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0),(8001,5875,3277,0,0,60,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'Warsong Outriders ','','','','','','','','','',19213,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8002,5875,3277,0,0,60,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'Silverwing Sentinels ','','','','','','','','','',19322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8021,5875,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redeem iCoke Prize Voucher','','','','','','','','','',19642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22780,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8022,5875,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redeem iCoke Prize Voucher','','','','','','','','','',19642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22780,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8023,5875,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redeem iCoke Prize Voucher','','','','','','','','','',19642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22780,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8024,5875,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redeem iCoke Prize Voucher','','','','','','','','','',19642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22780,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8025,5875,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redeem iCoke Prize Voucher','','','','','','','','','',19642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22780,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8026,5875,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redeem iCoke Prize Voucher','','','','','','','','','',19642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22780,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8041,4044,1977,0,64,58,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Strength of Mount Mugamba','','','Hail, $c. I am Jin\'rokh the Breaker, troll of Mugamba. We of the Zandalar tribe recognize your accomplishments. We salute your tenacity and strength of will.$b$bWear this talisman around your neck, $c. Let the strength of Mount Mugamba flow through your being. Be empowered as you strike down our enemies!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19574,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8079,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8042,4044,1977,0,0,58,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Strength of Mount Mugamba','','','Our paths will cross again, $c.','It is good to see you in good health, $n. The glorious battles you have undertaken affect all life on this planet. Hakkar must never leave the confines of Zul\'Gurub as the world will surely collapse beneath his immense hunger.$b$bGive me your talisman and I shall amplify its strength. Use the Strength of Mugamba to punish our enemies!','','','','','',19574,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19575,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8041,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8043,4044,1977,0,64,58,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Strength of Mount Mugamba','','','Use your newfound strength to destroy the Gurubashi!','Master $n, you return! Molthor has sent word of your deeds to the King. Your name is known even in the South Seas. Perhaps one day you will be a legendary $c - a story for the ages.$b$bGive me your talisman so that I may once more amplify its power.','','','','','',19575,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19576,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8042,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8044,4044,1977,0,64,58,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'The Rage of Mugamba','','','Zul\'jin would be envious, $c. Go forth and conquer!','King Rastakhan sends his regards, Master $n. Such an honor has never been given to one outside the Zandalar tribe.$b$b$b$bGive me your talisman so that I may enhance it once more. Know that the Rage of Mugamba is now intrinsically connected to your very soul. ','','','','','',19576,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19577,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8043,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8045,4044,1977,0,0,58,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'The Heathen\'s Brand','','','Know this, heathen: A catastrophe has brought us together. Your pagan ways are neither understood nor appreciated by Zandalar but we are a fair people. Wear this brand around your neck. It shall serve as both a warning to our enemies and a symbol of your friendship to Zandalar.$b$bContinue to serve our people and I will amplify the power of the brand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19579,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8055,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8046,4044,1977,0,64,58,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'The Heathen\'s Brand','','','Do what you must to defeat our enemies, $c. Even if it means channeling the Light.$b$b','I may have been too hasty in my judgement, $c. It seems as if your blind faith in this Light has some value after all.$b$bGive me your brand and I shall amplify its power.','','','','','',19579,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19585,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8045,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8047,4044,1977,0,64,58,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'The Heathen\'s Brand','','','Our beliefs differ but our cause is righteous. Strike down our foes, noble $c.','I must confess, I did not think you had the resolution to see this cause through, $c. Zandalar now considers you an invaluable ally. Well done, indeed.$b$bGive me your brand and I shall once more amplify its power.','','','','','',19585,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19586,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8046,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8048,4044,1977,0,64,58,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'The Hero\'s Brand','','','Vigilance, honor, loyalty, bravery... You embody all of these traits and so shall your brand.','The King has acknowledged your existence, $c. You are the first of your kind to be accepted by Rastakhan as a true ally of Zandalar.$b$bYou will be rewarded greatly for your efforts. Present your brand and I shall apply the final amplification.','','','','','',19586,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19588,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8047,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8049,4044,1977,0,0,58,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'The Eye of Zuldazar','','','Accept this talisman as a token of our appreciation, $c.$b$bThe Eye of Zuldazar will grow in power as your bond with the trolls of Zandalar strengthens. Return to me periodically and I shall imbue the jewel. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19591,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8071,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8050,4044,1977,0,64,58,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'The Eye of Zuldazar','','','Be resolute in your endeavors, $n. The Soulflayer will attempt to siphon your will to live.','Tales of your battles against the Gurubashi are whispered in the winds, priestess. Even royalty is beginning to talk of your deeds. It is rumored that King Rastakhan even mentioned you by name.$b$bThe time has come to imbue the Eye. Hand me the talisman and I shall perform the service.','','','','','',19591,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19592,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8049,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8051,4044,1977,0,64,58,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'The Eye of Zuldazar','','','Continue in your battle against the Soulflayer and his minions, $n. He must never be permitted to leave the confines of Zul\'Gurub.','Welcome $c. The Eye of Zuldazar pulses with energy. You are ready to take the next step. Hand me the talisman and I shall perform the imbue.','','','','','',19592,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19593,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8050,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8052,4044,1977,0,64,58,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'The All-Seeing Eye of Zuldazar','','','Smite them all and let Hakkar sort them out...','If only we had ten-thousand more like you, $n. The armies of Hakkar would be scattered to the wind in the blink of an eye.$b$b$b$bAlas, the Eye is ready to realize its full potential. Give it to me.','','','','','',19593,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19594,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8051,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8053,4044,19,141,8,58,60,62,0,2,0,0,270,3000,0,0,0,0,0,0,'Paragons of Power: The Freethinker\'s Armguards','You are a heathen. Heathens have a place in the tribe. Heathens are freethinkers of Zandalar. Freethinkers do not fear oppression. Freethinkers die for what they believe in. We know you would die for what you believe in. This earns our acknowledgement. This earns you a chance to prove yourself further.$B$BWe must have the Paragons of Power. Go to Zul\'Gurub. Kill the minions of Hakkar. Return when you have what I seek. Claim the first battle gear of a Zandalar freethinker.$B$BGo.','Bring Jin\'rokh the Breaker Primal Hakkari Bindings. You must also have a reputation equal to or greater than Friendly with the Zandalar Tribe.$B$BJin\'rokh the Breaker is located on Yojamba Isle, Stranglethorn Vale.','You do much to honor us. Your hands drip with the blood of Hakkar\'s minions. You are a friend to the tribe.$B$BWear these bracers. They are the freethinker\'s armguards. This is what I mean about real power.','You have returned? Do you have the Paragons of Power? Are you wasting my time?$B$BI hope not, heathen.','','','','','',0,0,0,19716,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19827,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8054,4044,19,141,8,58,60,62,0,2,0,0,270,9000,0,0,0,0,0,0,'Paragons of Power: The Freethinker\'s Belt','Your beliefs are alien to us, heathen. Ancient Zandalar were once branded as heretics. This was when the Gurubashi Empire was strong. Heathens dared to challenge the priest of Hakkar. Heathens then were hunted and killed as vermin. Those heathens never wavered in their fight against the Blood God. We honor the price they paid. They are the freethinkers.$B$BDestroy the minions of Hakkar in Zul\'Gurub. Bring me the Paragons of Power I seek. Success will be greatly rewarded.$B$BGo.','Bring Jin\'rokh the Breaker a Primal Hakkari Shawl. You must also have a reputation equal to or greater than Honored with the Zandalar Tribe.$B$BJin\'rokh the Breaker is located on Yojamba Isle, Stranglethorn Vale.','Your honor is assured in the tribe. You claim many deaths in Zul\'Gurub. Enemies fall before your convictions. Enemies fall before your power.$B$BThis is the freethinker\'s belt. It is a symbol of honor. It is powerful mojo. It is now yours.','Your presence means victory? Do you have the Paragons? Are you dripping in the remains of your enemies?','','','','','',0,0,0,19721,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19826,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8053,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8055,4044,19,141,8,58,60,62,0,2,0,0,270,21000,0,0,0,0,0,0,'Paragons of Power: The Freethinker\'s Breastplate','Battle gear gives you power in the tribe. The freethinkers are honored in this way. They are zealots. They imbue their breastplates with powerful mojo. If their beliefs falter in the face of the enemy, their breastplate will not.$B$BYou must be revered amongst us to possess such a breastplate. Go to Zul\'Gurub. Take the Paragons of Power I need. Take the Paragons most painfully from the fools inside. Bring them to me. Prove your worth as a freethinker once and for all.','Bring Jin\'rokh the Breaker a Primal Hakkari Tabard. You must also have a reputation equal to or greater than Revered with the Zandalar Tribe.$B$BJin\'rokh the Breaker is located on Yojamba Isle, Stranglethorn Vale.','You have done what few ever could. You have brought the minions of Hakkar to their knees. You have shown them what a freethinker can do. You have shown us how a heretic could be revered in the tribe. You have more than real power. You ARE real power.$B$BTake the breastplate, freethinker. Crush those who oppose you.','Do you have the Paragons? They have mojo inside them. We must have them. You will aid us.','','','','','',0,0,0,19722,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19825,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8054,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8056,4044,19,82,8,58,60,62,0,64,0,0,270,3000,0,0,0,0,0,0,'Paragons of Power: The Augur\'s Bracers','The augurs of our tribe are revered for their gifts of the divine sight, ya mon. They ain\'t a witch doctor; they spend their time castin\' bones or readin\' the leaves for insight - not hexin\' people. As a shaman, you already know somethin\' about the power of augury; we Zandalar prize the insight they give to the tribe.$B$BBring me an offerin\' of the Paragons of Power from inside Zul\'Gurub and prove your worth to us. Do this for us, and I\'ll give ya some bracers that our augurs prize above all others! ','Bring Maywiki of Zuldazar a Primal Hakkari Armsplint. You must also have a reputation equal to or greater than Friendly with the Zandalar Tribe.$B$BMaywiki of Zuldazar is located on Yojamba Isle, Stranglethorn Vale.','It seems ya got a bit of the Zandalar augur in ya. We know about the deeds you\'ve been doin\' in Zul\'Gurub on our behalf mon. These Paragons of Power will go a long way to helpin\' out the Zandalar tribe - a tribe, I might add, ya can call upon as friends. Take these bracers, $N; ya earned them and then some!','Got the Paragons of Power from Zul\'Gurub that I need? These bracers are well worth any effort ya be needin\' to make!','','','','','',0,0,0,19717,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19830,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8057,4044,19,263,8,58,60,62,0,1024,0,0,270,3000,0,0,0,0,0,0,'Paragons of Power: The Haruspex\'s Bracers','A haruspex is a key member of our tribe; you\'ll be wise to listen to their portents. By communion with animals and givin\' them up to the spirits when needed, they give us divine guidance. In times past, the haruspex\'s insight and wisdom gave us an edge in the wars against the splintered tribes of the Gurubashi.$B$BBring me an offerin\' of the Paragons of Power from inside Zul\'Gurub and prove your worth to us. Do this, and I\'ll give ya bracers that any haruspex of the Zandalar would want.','Bring Maywiki of Zuldazar a Primal Hakkari Stanchion. You must also have a reputation equal to or greater than Friendly with the Zandalar Tribe.$B$BMaywiki of Zuldazar is located on Yojamba Isle, Stranglethorn Vale.','Ah, I can sense the power comin\' from these Paragons of Power, $N. Ya proved to be someone we in the tribe can call \"friend.\" A deal is a deal, $N... behold the power of the haruspex\'s bracers!','Have ya got the Paragons of Power from Zul\'Gurub? These bracers are worth the effort, $N. Trust me mon!','','','','','',0,0,0,19718,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19840,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8058,4044,19,81,8,58,60,62,0,1,0,0,270,3000,0,0,0,0,0,0,'Paragons of Power: The Vindicator\'s Armguards','Vengeance is power. The Zandalar vindicator is such power. The tribe has many enemies. The vindicator exacts retribution on them. No crime against us is unpunished. The vindicator delivers this punishment. Our enemies fear our vengeance. They should. They forever will.$B$BBecome one of our vindicators. Seek the Paragons of Power inside Zul\'Gurub. Slay the minions of Hakkar and claim vengeance in the tribe\'s name. You will be rewarded.','Bring Jin\'rokh the Breaker a Primal Hakkari Armsplint. You must also have a reputation equal to or greater than Friendly with the Zandalar Tribe.$B$BJin\'rokh the Breaker is located on Yojamba Isle, Stranglethorn Vale.','You have wrought much vengeance today. You have taken on the visage of the vindicator. You have brought the Blood God\'s minions to their knees.$B$BTake this. It will fuel your vengeance for the future. You are a friend to the Zandalar now.','Have you brought the Paragons of Power? Has vengeance been claimed in the name of the Zandalar?','','','','','',0,0,0,19717,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19824,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8059,4044,19,61,8,58,60,62,0,256,0,0,270,3000,0,0,0,0,0,0,'Paragons of Power: The Demoniac\'s Wraps','Warlocks tread dangerous ground in dealing with demons, but our demoniacs take this one step further. Through an ancient and arcane ritual, they allow a demon to enter their being. Rather than let it possess them though, they enslave the demon from the inside, absorbing the power of the beast for their own command. It is a feat few are ever able to master.$B$BFor you to learn of the power of the demoniac, I must have Paragons of Power from Zul\'Gurub. Go there and retrieve that which we seek.','Bring Al\'tabim the All-Seeing a Primal Hakkari Stanchion. You must also have a reputation equal to or greater than Friendly with the Zandalar Tribe.$B$BAl\'tabim the All-Seeing is located on Yojamba Isle, Stranglethorn Vale.','Well done... no doubt they were made to pay in excruciating ways before they gave up the Paragons of Power. Take this - the demoniac\'s wraps. Made from powerful mojo used in summoning the demoniac\'s prey, it is a powerful tool in your acquisition of power.','Have you returned with the Paragons of Power? By defeating the diabolic minions of the Hakkar, you will not only prove yourself to us, but also your willingness to learn the ways of the demoniac.','','','','','',0,0,0,19718,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19848,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8060,4044,19,161,8,58,60,62,0,128,0,0,270,3000,0,0,0,0,0,0,'Paragons of Power: The Illusionist\'s Wraps','Mages in our tribe are known as illusionists. They employ powerful mojo in their incantations, often befuddling and confusing the tribe\'s enemies!$B$B$B$BIt is quite the sight to see a powerful illusionist at work, bringing our enemies to their knees from their own madness!$B$BFor you to know the way of our illusionists, go to Zul\'Gurub and bring back to me selected Paragons of Power. For this, I will give you arm wraps our illusionists use to weave their spells.','Bring Al\'tabim the All-Seeing Primal Hakkari Bindings. You must also have a reputation equal to or greater than Friendly with the Zandalar Tribe.$B$BAl\'tabim the All-Seeing is located on Yojamba Isle, Stranglethorn Vale.','Impressive... could you feel the mojo flowing through them? The Paragons of Power were used as currency of sorts back when the Gurubashi Empire ruled these lands. Now we Zandalar will use the latent mojo inside of them to fight the second rise of the Blood God Hakkar!$B$BYou\'ve done well today - consider yourself to have a friend in the Zandalar. For that, here are the illusionist\'s wraps I promised!','$N - you\'ve returned already? Were you able to get the Paragons of Power I need?','','','','','',0,0,0,19716,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19846,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8061,4044,19,262,8,58,60,62,0,16,0,0,270,3000,0,0,0,0,0,0,'Paragons of Power: The Confessor\'s Wraps','We Zandalar invest power in those who speak with the authority of divinity. Our priests are more than just healers - they are our confessors. Evil comes both from outside threats - such as Hakkar - and from within the tribe. Our confessors act as the judges amongst us, preserving us from the same evil that devoured the Gurubashi from inside itself.$B$BGo to Zul\'Gurub and bring back the Paragons of Power from the Gurubashi. Learn what it means to be the confessor, and preserve us from evil.','Bring Al\'tabim the All-Seeing a Primal Hakkari Stanchion. You must also have a reputation equal to or greater than Friendly with the Zandalar Tribe.$B$BAl\'tabim the All-Seeing is located on Yojamba Isle, Stranglethorn Vale.','Outstanding, $N! This was no small feat bringing these to me. No doubt you\'ve acted as our tribe\'s confessor today in preserving ourselves against the threat of Hakkar. These wraps are befitting a friend of the tribe such as you!','Back from Zul\'Gurub, are you? Have you succeeded in retrieving the Paragons of Power from the minions of Hakkar?','','','','','',0,0,0,19718,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19843,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8062,4044,19,261,8,58,60,62,0,4,0,0,270,3000,0,0,0,0,0,0,'Paragons of Power: The Predator\'s Bracers','In the dark times after the fall of the Gurubashi Empire, Zandalar predators used their prowess to provide sustenance for the tribe. Hunters claim to be much like our tribe\'s predators - to seek the hunt is to embody the essence of the predator, yes. Your hunt in Zul\'Gurub, however, will show us how you truly rate amongst our finest predators.$B$BBring to me a sampling of the Paragons of Power from within Zul\'Gurub. Do so, and you\'ll take first steps in becoming the penultimate predator.','Bring the following Paragons of Power from Zul\'Gurub to Falthir the Sightless: A Primal Hakkari Bindings. You must also have a reputation equal to or greater than Friendly with the Zandalar Tribe.$B$BFalthir the Sightless is located on Yojamba Isle, Stranglethorn Vale.','Yes... I need no vision to sense the presence of the Paragons of Power. Your success in Zul\'Gurub has impressed many among the tribe. We not only consider you to be a friend of the Zandalar, but also consider you worthy enough to possess the predator\'s bracers - powerful items, and a symbol of what it means to be a predator. Well done, $N.','Hunt those in Zul\'Gurub that would possess the Paragons of Power, $N. They are your prey; they possess that which we both must have.','','','','','',0,0,0,19716,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19833,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8063,4044,19,162,8,58,60,62,0,8,0,0,270,3000,0,0,0,0,0,0,'Paragons of Power: The Madcap\'s Bracers','The madcaps of Zandalar are similar to rogues, but above all else they embrace madness... chaos... the unpredictability of existence. A terror to behold on the battlefield, they sowed the seeds of confusion and mayhem amongst our enemies in the savage times after the tribes splintered. We would not be here today without them.$B$BBring to me the Paragons of Power from Zul\'Gurub that I seek, and I will grant you the first of the madcap\'s prized armors. Embrace the madness!','Bring Falthir the Sightless a Primal Hakkari Armsplint. You must also have a reputation equal to or greater than Friendly with the Zandalar Tribe.$B$BFalthir the Sightless is located on Yojamba Isle, Stranglethorn Vale.','Well done, $N... your accomplishments in Zul\'Gurub have earned you the right to call the Zandalar tribe as a friend. I will see to the disposition of the Paragons; for your effort please accept this reward!','Seek the madness from within Zul\'Gurub and overshadow it with your own, $N! To do so means success, and success means reward! Let not the Blood God reign supreme again!','','','','','',0,0,0,19717,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19836,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8064,4044,19,263,8,58,60,62,0,1024,0,0,270,9000,0,0,0,0,0,0,'Paragons of Power: The Haruspex\'s Belt','We Zandalar know not of druidic ways; nature is to be shaped by our need, not the other way around. Still, a haruspex is the one of us most in tune with nature, and rightly so. To give up the ghost of a beastie is to know what it is to be one of them. That is the real power of nature.$B$BBring me an offerin\' of the Paragons of Power from inside Zul\'Gurub, proving yourself to us. Do this, and I\'ll give ya a powerful item - a belt used by many of the Zandalar\'s haruspices.$B$BStrong mojo, ya mon!','Bring Maywiki of Zuldazar a Primal Hakkari Sash. Maywiki of Zuldazar is located on Yojamba Isle, Stranglethorn Vale. You must also be Honored with Zandalar.','I thank you - the latent power in these items will be treasures unto themselves, you betcha. Not only have ya done as I\'ve asked of ya, but you\'ve also proven to be honorable to us here in the tribe. As promised, here is your reward!','Got the Paragons of Power from Zul\'Gurub I need? The haruspex\'s belt will be yours if ya have them.','','','','','',0,0,0,19720,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19839,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8057,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8065,4044,19,263,8,58,60,62,0,1024,0,0,270,21000,0,0,0,0,0,0,'Paragons of Power: The Haruspex\'s Tunic','The ultimate symbol of a haruspex\'s power is what they wear, $N. Of these, the tunic symbolizes the connection between themselves and the divine wisdom they seek. It often weaves parts of the beasties they sacrifice into the tunic; this reminds them of the connection they have to their gifts.$B$BBring me an offerin\' of the Paragons of Power from inside Zul\'Gurub and prove your worth to us. Do this, and a tunic seeping with the true power of a haruspex is yours.','Bring Maywiki of Zuldazar a Primal Hakkari Tabard. Maywiki of Zuldazar is located on Yojamba Isle, Stranglethorn Vale. You must also be Revered with Zandalar.','Impressive... you\'ve successfully collected the required Paragons of Power, $N. Your accomplishments in Zul\'Gurub for the Zandalar are legendary; hence forth, you\'ll be revered amongst the tribe. Here is your tunic, mighty $C!','Got the necessary Paragons of Power from Zul\'Gurub? The haruspex\'s tunic is well worth any effort ya be needin\' to make.','','','','','',0,0,0,19722,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19838,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8064,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8066,4044,19,261,8,58,60,62,0,4,0,0,270,9000,0,0,0,0,0,0,'Paragons of Power: The Predator\'s Belt','A predator knows how to stalk their prey, but a successful one knows how to strike at it once they have closed ranks. You must master both to have any chance of success in Zul\'Gurub... and any chance of being like the Zandalar predators.$B$BBring me choice parts of the Paragons of Power from within Zul\'Gurub. My reward will be the power that the trinkets yield, while yours will be the Zandalar predator\'s belt - equipment well worth the trade.','Bring the following Paragons of Power from Zul\'Gurub to Falthir the Sightless: A Primal Hakkari Shawl. You must also have a reputation equal to or greater than Honored with the Zandalar Tribe.$B$BFalthir the Sightless is located on Yojamba Isle, Stranglethorn Vale.','I sensed your arrival moments before, $N, but none too easily. What revealed yourself to me were the Paragons of Power you brought. I can feel the power without needing to see the trinkets; their latent mojo - raw magic, if you will - will continue to fuel our efforts of vanquishing the diabolic schemes of the Blood God Hakkar.$B$BYou are to be commended - and rewarded - for your success. You are honored amongst the tribe, and you are worthy to wear the predator\'s belt.','Strike at the insane minions of Hakkar in Zul\'Gurub - they are the ones that hold the Paragons of Power, $N. Prove your success to them - and to the tribe - as an aspirant to the predator.','','','','','',0,0,0,19721,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19832,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8067,4044,19,261,8,58,60,62,0,4,0,0,270,21000,0,0,0,0,0,0,'Paragons of Power: The Predator\'s Mantle','We Zandalar prize what we wear as a symbol of accomplishment. You don\'t need to be able to see what one wears to be able to sense what emanates from it - power transcends sight. The garments of the Zandalar predator are like this, and most cherished by them is the mantle they wear. It helps to obfuscate them from view... and to make their presence known when they wish it.$B$BThe Paragons of Power await your retrieval in Zul\'Gurub. Bring me what I seek, and the predator\'s mantle shall be yours.','Bring the following Paragons of Power from Zul\'Gurub to Falthir the Sightless: A Primal Hakkari Aegis. You must also have a reputation equal to or greater than Revered with the Zandalar Tribe.$B$BFalthir the Sightless is located on Yojamba Isle, Stranglethorn Vale.','Success... you are to be revered amongst the tribe, $N. It was no small feat acquiring the Paragons of Power needed for the mantle, but you handled it in the fashion of the deadliest of our predators. You\'ve earned your place amongst them, and you\'ve certainly earned the right to wear their mantle.','Have your strikes into Zul\'Gurub yielded success, $N? Only when you\'ve brought me what I seek - and proven yourself fully to the tribe - will you earn a mantle second to none amongst the Zandalar.','','','','','',0,0,0,19724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19831,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8066,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8068,4044,19,161,8,58,60,62,0,128,0,0,270,9000,0,0,0,0,0,0,'Paragons of Power: The Illusionist\'s Mantle','Magic is a raw, primal force to be shaped by those strong enough to do it. Mojo is our extension of this power; one such potent manipulation of it is in the form of illusion. How can one truly hope to win against a foe that is not even really there? We Zandalar know the power of this, and as such illusionists hold a honored place within the tribe.$B$BTake the needed Paragons of Power from Zul\'Gurub - for this, honor from the tribe and a powerful mantle used by our best illusionists will be yours!','Bring Al\'tabim the All-Seeing a Primal Hakkari Shawl. You must also have a reputation equal to or greater than Honored with the Zandalar Tribe.$B$BAl\'tabim the All-Seeing is located on Yojamba Isle, Stranglethorn Vale.','Success! You shall be honored in the tribe from here on! Zul\'Gurub has certainly tasted the might of the Zandalar today, thanks to you $N.$B$BWith the tribe\'s blessing, take the Zandalar illusionist\'s mantle. May it serve you well.','How was your foray into Zul\'Gurub? Did you drive your enemies mad through the power of illusion? Illusion or not, their deaths - and the Paragons of Power taken from them - will help thwart the rise of Hakkar.','','','','','',0,0,0,19721,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19845,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8060,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8069,4044,19,161,8,58,60,62,0,128,0,0,270,21000,0,0,0,0,0,0,'Paragons of Power: The Illusionist\'s Robes','The tribe acknowledges station and power through what we wear. Our vestments are made from the finest of materials, and interwoven with the mojo we use to make us powerful. Illusionists are no exception; their robes are said to embody the essence of illusion in their look. Legend states that their ancient robes never looked the same twice.$B$BI will give you an illusionist\'s robe, $N... but earn your place of reverence among the tribe first! Bring me the Paragons of Power from Zul\'Gurub!','Bring Al\'tabim the All-Seeing a Primal Hakkari Kossack. You must also have a reputation equal to or greater than Revered with the Zandalar Tribe.$B$BAl\'tabim the All-Seeing is located on Yojamba Isle, Stranglethorn Vale.','At last, someone worthy to wear the illusionist\'s robe! Your success in Zul\'Gurub has assured your reverences amongst the tribe for ages to come. Wear it with pride, $N!','Have you returned with the Paragons of Power we need? I know it will not be easy... but I have long predicted an outsider would come to aid us in our fight against Hakkar. Let it be you, I say!','','','','','',0,0,0,19723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20034,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8068,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8070,4044,19,262,8,58,60,62,0,16,0,0,270,9000,0,0,0,0,0,0,'Paragons of Power: The Confessor\'s Bindings','Shortly after the fall of the Gurubashi, we Zandalar almost succumbed to a final defeat from evil within our own tribe. It was then that the confessors amongst us arose, preserving the tribe by banishing out those who would destroy their own kind. They not only keep us in tune with the spirits, but they also preserve the flesh.$B$BGo forth into Zul\'Gurub and witness first hand the depravity of Hakkar and the Gurubashi. Wrest the Paragons of Power that we seek from them; success will be rewarded!','Bring Al\'tabim the All-Seeing a Primal Hakkari Sash. You must also have a reputation equal to or greater than Honored with the Zandalar Tribe.$B$BAl\'tabim the All-Seeing is located on Yojamba Isle, Stranglethorn Vale.','Success! These will go a long way to building up our power against the rise of Hakkar. With your help, we\'ve taken a significant step in ensuring that the Blood God will not destroy us all.$B$BYou\'ve earned honor with the tribe today, $N. Take this - the confessor\'s bindings - as a symbol of our thanks.','The Paragons of Power... do you have them? Only when we have them will we be able to make use of the latent power stored inside them. It will be good to turn the tables on the minions of the Blood God...','','','','','',0,0,0,19720,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19842,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8061,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8071,4044,19,262,8,58,60,62,0,16,0,0,270,21000,0,0,0,0,0,0,'Paragons of Power: The Confessor\'s Mantle','The confessors of the Zandalar all wear a distinctive mantle, marking them as the preservers of the tribe. These mantles are woven with powerful mojo that aids them in judging those who would threaten our tribe. As a priest, you too must spend your time judging those worthy and not; such a mantle would definitely be a blessing to you.$B$BIn exchange for fighting Hakkar\'s minions in Zul\'Gurub and bringing me the Paragons of Power I seek, I will give you a mantle worthy of our finest confessors.','Bring Al\'tabim the All-Seeing a Primal Hakkari Aegis. You must also have a reputation equal to or greater than Revered with the Zandalar Tribe.$B$BAl\'tabim the All-Seeing is located on Yojamba Isle, Stranglethorn Vale.','Well done, $N - the minions of Hakkar have surely felt the retribution of the Zandalar today, thanks to you. Your actions have given you a permanent place of reverence within the tribe. With our blessing, please take this confessor\'s mantle as your own!','Do you have the Paragons of Power from Zul\'Gurub?','','','','','',0,0,0,19724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19841,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8070,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8072,4044,19,162,8,58,60,62,0,8,0,0,270,9000,0,0,0,0,0,0,'Paragons of Power: The Madcap\'s Mantle','One of Zandalar\'s legendary madcaps was Khar\'vaxal the Cracked. Legend states that when facing the enemies of the tribe for the first time, Kar\'xavan used his mantle specifically woven with \"the weave of madness\". His form was shrouded not only by the mantle, but also with the blinding speed of his twin daggers. Madcaps today cherish their mantle as a sign of their place in the tribe.$B$BBring to me the Paragons of Power I seek, and such a mantle will be yours to weave madness unto your own enemies.','Bring Falthir the Sightless a Primal Hakkari Girdle. You must also have a reputation equal to or greater than Honored with the Zandalar Tribe.$B$BFalthir the Sightless is located on Yojamba Isle, Stranglethorn Vale.','Victory is ours this day, thanks to the madness you have sowed upon our mutual enemies! You are to be honored amongst the Zandalar, and there is no better way of showing gratitude for your deeds than by offering you the madcap\'s mantle!','You\'ve returned - do you have the Paragons of Power I need?$B$BThe legend of Khar\'vaxal the Cracked serves us today as a reminder that no foe - no matter how great a threat they may be - is impossible to overcome. Chaos will bring everyone to their knees, that much is certain... and perhaps the most non-chaotic elements of chaos.','','','','','',0,0,0,19719,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19835,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8063,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8073,4044,19,162,8,58,60,62,0,8,0,0,270,21000,0,0,0,0,0,0,'Paragons of Power: The Madcap\'s Tunic','My eyes failed me long ago, but I do not miss them. Even in a tribe such as ours - where one\'s vestments convey station and purpose - the most potent of garb exudes power that simple eyes cannot see. The prized tunic of the Zandalar madcap is no exception, exuding the raw power of chaos and madness that they are able to channel.$B$BThe Paragons of Power I need lie in Zul\'Gurub; bring me what I seek, and I will reward you with your own legendary tunic... one befitting a weaver of madness.','Bring Falthir the Sightless a Primal Hakkari Aegis. You must also have a reputation equal to or greater than Revered with the Zandalar Tribe.$B$BFalthir the Sightless is located on Yojamba Isle, Stranglethorn Vale.','Impressive... you have accomplished today what few thought was possible. Your reverence in the tribe is assured for a lifetime, $N. You have earned the right to don the madcap\'s tunic - do so with our blessing.','Welcome back to the Isle, $N... have you returned triumphantly with the Paragons of Power in tow?','','','','','',0,0,0,19724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19834,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8072,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8074,4044,19,82,8,58,60,62,0,64,0,0,270,9000,0,0,0,0,0,0,'Paragons of Power: The Augur\'s Belt','Augurs know the mojo of the elements, mon. They use it as a means to guide the tribe to glory. In the dark days after the Gurubashi Empire ripped itself up, our augurs led us to our safe haven in the South Seas. They\'ve also led us back here to the Vale, right back to the heart of evil brewin\' in Zul\'Gurub.$B$BBring me an offerin\' of the Paragons of Power from inside Zul\'Gurub and prove your worth to us. Do it and I\'ll give ya a belt that our augurs use - one with powerful mojo inside it!','Bring Maywiki of Zuldazar a Primal Hakkari Girdle. You must also have a reputation equal to or greater than Honored with the Zandalar Tribe.$B$BMaywiki of Zuldazar is located on Yojamba Isle, Stranglethorn Vale.','I can smell the scent of vanquished evil on ya, $N. It\'s a sweet smell mon... one I think you know quite well.$B$BI know it\'s no small feat to have brought me the Paragons of Power required for the belt. Your deeds have not only honored the tribe, but also honored yourself amongst my tribe. Here ya are - take the augur\'s belt and don it as your own!','The Paragons of Power are what I need mon - we\'ll tap the power right out of them in our fight against the evil from Zul\'Gurub. Do ya have them for me?','','','','','',0,0,0,19719,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19829,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8056,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8075,4044,19,82,8,58,60,62,0,64,0,0,270,21000,0,0,0,0,0,0,'Paragons of Power: The Augur\'s Hauberk','The augurs of the Zandalar all wear a distinctive chest piece called a hauberk. It\'s fitted with the finest of silks and cloths, interwoven with strong chain. It\'s a symbol of not only their divinity, but also of their authority, mon. It\'s never wise to cross one whose life is devoted to speakin\' with the spirits...$B$BBring me an offerin\' of the Paragons of Power from inside Zul\'Gurub and prove your worth to us. Do it and I\'ll give ya one of the finest hauberks our augurs would ever hope to wear!','Bring Maywiki of Zuldazar a Primal Hakkari Tabard. You must also have a reputation equal to or greater than Revered with the Zandalar Tribe.$B$BMaywiki of Zuldazar is located on Yojamba Isle, Stranglethorn Vale.','I know what ya had to go through to bring me the Paragons of Power, $N. It wasn\'t easy, mon - defeatin\' the evil that seeps out of Zul\'Gurub like a foul ooze - but now that it is all said and done, I can easily say that you\'ll be revered amongst the Zandalar for ages to come!$B$BHere - take the augur\'s hauberk and wear it with pride!','The Paragons of Power are a key source of magic power - the same kind of power that goes into makin\' the augur\'s hauberk. Bring me what I need, and I\'ll be able to share the finest of vestments any Zandalar augur would be wantin\' as their own.','','','','','',0,0,0,19722,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19828,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8074,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8076,4044,19,61,8,58,60,62,0,256,0,0,270,9000,0,0,0,0,0,0,'Paragons of Power: The Demoniac\'s Mantle','The demoniac seeks to embody power outright, not just possess it. More than one of our demoniacs has lost a fight with a demon; with our enemies threatening us - especially in Zul\'Gurub - the power that a demoniac is able to unleash on our foes is worth the sacrifice. Our survival depends on crushing those who would destroy us; the fall of the Gurubashi Empire taught us this.$B$BTravel to Zul\'Gurub and gain the Paragons of Power we need. Do this, and a valuable demoniac item shall be yours.','Bring Al\'tabim the All-Seeing a Primal Hakkari Sash. You must also have a reputation equal to or greater than Honored with the Zandalar Tribe.$B$BAl\'tabim the All-Seeing is located on Yojamba Isle, Stranglethorn Vale.','Well done, $N. The Paragons of Power from Zul\'Gurub should act as a reminder of wasted power. The Gurubashi were strong at their height, but they allowed themselves to be consumed by it. A demoniac knows that the game they play is much similar, but the power unleashed is often the very thing needed for survival.$B$BUse this mantle as an honored ally of the Zandalar... it will serve you well.','Retrieved the Paragons of Power from Zul\'Gurub? While we will take the latent power from these items and make them our own, we will give you your own reward of power should you be successful...','','','','','',0,0,0,19720,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19849,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8059,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8077,4044,19,61,8,58,60,62,0,256,0,0,270,21000,0,0,0,0,0,0,'Paragons of Power: The Demoniac\'s Robes','The ultimate symbol of power amongst the tribe is the garb we wear in battle. A demoniac\'s robes have fused fine runecloth and devastatingly powerful mojo into a single fabric. The visage of the robe is said to instill fear into the minds of all who see it... especially the demons that the demoniac will eventually dominate.$B$BFrom Zul\'Gurub, you must bring me a very specific set of the Paragons of Power. It will be difficult... but your success will assure you of acquiring a robe for yourself.','Bring Al\'tabim the All-Seeing a Primal Hakkari Kossack. You must also have a reputation equal to or greater than Revered with the Zandalar Tribe.$B$BAl\'tabim the All-Seeing is located on Yojamba Isle, Stranglethorn Vale.','Impressive - your victory in Zul\'Gurub has assured us - nay, the world - that Hakkar will not prevail. The time may come when you face the Blood God directly... and should this come to pass know that your reverence is assured amongst the Zandalar tribe.$B$BOh, and this simple robe should help out too I think.$B$B','The Paragons of Power... you have returned with them? Only once we have them will we share the ultimate symbol of demoniac power with you, $N.','','','','','',0,0,0,19723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20033,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8076,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8078,4044,19,81,8,58,60,62,0,1,0,0,270,9000,0,0,0,0,0,0,'Paragons of Power: The Vindicator\'s Belt','The ultimate vengeance waits within Zul\'Gurub. Hakkar must not rise again. Hakkar destroyed the Gurubashi Empire from within. No sacrifice was enough. The trolls are a shadow of former glories. I know this is because of Hakkar.$B$BBecome the vindicator you were meant to be. Wreak havoc on the minions of evil. Zul\'Gurub must taste Zandalar vengeance. Bring me proof in the Paragons of Power. You will receive the vindicator\'s belt. You will receive real power.$B$BGo.','Bring Jin\'rokh the Breaker a Primal Hakkari Girdle. You must also have a reputation equal to or greater than Honored with the Zandalar Tribe.$B$BJin\'rokh the Breaker is located on Yojamba Isle, Stranglethorn Vale.','The way of the vindicator is now known to you. You have brought honor to the tribe. You have brought honor to yourself. You have brought pain to our enemies.$B$BThe vindicator\'s belt is yours. You are surely becoming one with the way of the vindicator.','Have you brought the Paragons of Power? Have you struck down the enemies of the tribe? Hakkar must know the wrath of the vindicator!','','','','','',0,0,0,19719,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19823,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8058,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8079,4044,19,81,8,58,60,62,0,1,0,0,270,21000,0,0,0,0,0,0,'Paragons of Power: The Vindicator\'s Breastplate','The vindicator\'s symbol of power is the breastplate. It is forged with powerful mojo. It is trusted only to those we revere. It is the Zandalar symbol of vengeance.$B$BTo become a vindicator is to become vengeance. Take the Paragons of Power we need from Zul\'Gurub. Bring them to us. We will take the mojo stolen from us. We will make the minions of Hakkar pay. We will reward you with the vindicator\'s breastplate.$B$BGo. Be our vengeance, $N.','Bring Jin\'rokh the Breaker a Primal Hakkari Kossack. You must also have a reputation equal to or greater than Revered with the Zandalar Tribe.$B$BJin\'rokh the Breaker is located on Yojamba Isle, Stranglethorn Vale.','You are to be revered for your deeds. The tribe rewards its heroes. Zul\'Gurub has tasted Zandalar vengeance like never before.$B$BYour deeds will herald the deeds of others to come. They will look upon you as a sign of real power. They will look upon you as vengeance personified!','Your presence means victory? Do you have the Paragons of Power? Tell me of the vengeance you have wrought today!','','','','','',0,0,0,19723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19822,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8078,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8080,5875,3358,0,64,50,55,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','War must be fought with soldiers, any soldier will tell you. They\'ll also say that a battle fought with poor gear or on an empty stomach is lost before it starts!$B$BThat is why Arathi Basin is important. There are key areas in the basin that hold essential resources. Metals, weapons, food, lumber - all are needed, and all can be gained there.$B$BThat is what I want from you, $N. Enter Arathi Basin, win the battle by holding more bases than the enemy, and return to me with a crate of resources.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','You got the resources! Great job! I\'ll send the resources to our quartermasters, who can quickly disperse them to our troops.$B$BThank you, $N. Indeed, performing successful missions like the one you achieved are how wars are truly won.','Do you have the resource crate, $N? The League of Arathor can\'t fight a decent battle without them...','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'8081 8154 8155 8156 8157 8158 8159 8297 8298',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8081,5875,3358,0,256,50,55,41,1101,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by footman and field marshal alike.','$N, the League of Arathor has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8080,0,0,0,'8080 8154 8155 8156 8157 8158 8159 8297 8298',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8101,4044,1977,0,0,58,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'The Pebble of Kajaro','','','$R, the pebble held within the frame of this talisman comes from Mount Kajaro in the South Seas. Mount Kajaro is an area plagued by volatility - marked by violent and oftentimes magical volcanic eruptions.$b$bAs your bond with the trolls of Zandalar grows, so too shall the power of this pebble. Harness the power of the pebble to strike down our enemies. Be like the mountain: Quick, explosive, deadly...','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19598,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8069,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8102,4044,1977,0,64,58,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'The Pebble of Kajaro','','','Be unstoppable, like the molten fronts of Kajaro.','Welcome back, $c. I can see that the pebble has seen much use. Many of our foes have fallen to your otherworldly abilities. Their suffering has been great. It is time that I enhance the power of the pebble. Give it to me. ','','','','','',19598,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19599,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8101,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8103,4044,1977,0,64,58,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'The Pebble of Kajaro','','','Continue in your decimation of the trolls of Zul\'Gurub. Hakkar must see that the world will not buckle beneath his indomitable will.','Hakkari fear you, $n. They speak of horrors they believed that only their faceless God could perpetrate. You have burned them with the force of Kajaro. They now know fear in two places.$b$bIt is time to further strengthen the pebble. Hand me the talisman.','','','','','',19599,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19600,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8102,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8104,4044,1977,0,64,58,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'The Jewel of Kajaro','','','$b$bDo you see? The pebble is what we call a geode. Inside the pebble are powerful crystals that have been soaking in the latent energies from our world. By cutting the pebble in half, I have finally allowed its full potential to be realized. Use it to lay waste to our enemies.','Give me the talisman, $n. I must show you something.','','','','','',19600,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19601,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8103,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8105,4044,3358,0,72,50,55,41,1101,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','$N, the battle for Arathi Basin is a battle for resources and territory. Key points in the area must be held and operated in order to supply our forces with much needed raw materials and supplies. I charge you to assault the points farthest from our Arathi Basin base.$B$BAssault the farm, the mine, the lumber mill and the blacksmith when they are controlled by the enemy. Find the enemy\'s banner and rip it from its flag post!$B$BWhen you have done this to all four points, return to me.','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','I received reports of your exploits in Arathi Basin, $n. Well done! With those like you joining the struggles here, I have faith that we will one day retake our homelands.','','','Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,15005,15004,15002,15003,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'8166 8167 8168',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8106,4044,1977,0,0,58,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Kezan\'s Taint','','','Accept this talisman, $c. Accept it and use its power to strike down our mutual enemies.$b$bKnow that around your neck you carry a piece of history. Kezan was once a grand territory of the Zandalar Empire. Alas, the taint of goblin trade princes would force out my proud brothers and sisters.$b$bKezan is now home to the goblin capital of the Undermine; but know that before the taint, it held greatness. Still to this day Kezan is considered sacred land to my people.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19602,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8107,4044,1977,0,64,58,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Kezan\'s Taint','','','Draw from the darkness, $c. Embrace the shadows. Let Kezan\'s Taint supplement your dark meddling.','Honor is earned amongst the Zandalar trolls, $n. With honor comes reward - friendship, alliance...$b$bHand me the talisman so that I may enhance its power.','','','','','',19602,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19603,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8106,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8108,4044,1977,0,64,58,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Kezan\'s Taint','','','It is only through our combined efforts that we will stop the Soulflayer.','I am ready for you, $c. Once more I will enhance your talisman. I only ask that you continue in your destruction of Hakkar and his minions.$b$bGive me the talisman.','','','','','',19603,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19604,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8107,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8109,4044,1977,0,64,58,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Kezan\'s Unstoppable Taint','','','Flay the flesh from their corpses. Watch as the shadows consume the Hakkari. Draw power from their fear, $c. Let Kezan\'s Taint augment this power...','Call forth your demons, $c. Let them bask in the energy of Kezan\'s Taint. Command them on the field of battle! Decimate the enemy!$b$bYes... The time has come to apply the final enhancement to Kezan\'s Taint. Give me the talisman.','','','','','',19604,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19605,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8108,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8110,4044,1977,0,0,58,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Enchanted South Seas Kelp','','','See this here seaweed, mon? It be from the South Seas. We just add a little mojo and a little magic and it takes on the properties most suited to its owner.$b$bYou a $c so it be easy, mon. Just wrap it around your neck and think of nature or squirrels or whatever it be that you people like.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19610,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8065,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8111,4044,1977,0,64,58,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Enchanted South Seas Kelp','','','The neck piece not be for smokin\', mon! You got to use it to fight evil.','Hey mon! It be good to see you again. The tribe be talking about your killin\' of the Hakkari and all that. Molthor gave me the word to be adding more mojo to your talisman. Just give it here and Maywiki make it better.','','','','','',19610,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19611,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8110,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8112,4044,1977,0,64,58,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Enchanted South Seas Kelp','','','Now you take the evil trolls in Zul\'Gurub and show them what your nature powers can do, mon!','How be that talisman, mon? It look like it be time to add a little more magic and mojo to its leaves. It need a little bloom in its wilt. Give it here and Maywiki fix it right up.','','','','','',19611,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19612,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8111,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8113,4044,1977,0,64,58,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Pristine Enchanted South Seas Kelp','','','$n mon, it been a good journey. Keep on with the killing and suppressing of Hakkar and he minions.','$n! It been a long time since I seen you. Did you know that King Rastakhan himself be givin\' me the order to add the final bit of mojo and magic to your talisman? It be true, mon! I wouldn\'t have believed it had I not seen it with me own eyes. Give it here.','','','','','',19612,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19613,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8112,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8114,4044,3358,0,10,60,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Control Four Bases','$N, you have taken the battle of Arathi Basin to our enemies and earned great honors in that field of battle. You have shown us your worth as a $c, and you have shown our enemies that we will not submit to their villainy!$B$BBecause of your proven value to us, I have a difficult task for you. I want you to take and hold at least four of the bases in Arathi Basin. If you can do that, then we will not only secure critical resources, we will show the Horde our dominance!$B$BGo, $N, and good fortune. ','Enter Arathi Basin, capture and control four bases at the same time, and then return to Field Marshal Oslight at Refuge Pointe.','Very good work, $n! An excited scout came to me with a report of your exploits. We in the League of Arathor are very pleased!$b$bYou are swiftly becoming a local hero among the soldiers in the League, and today\'s deed once again proves your sterling reputation.','','Control Four Bases.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,1000,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8115,4044,3358,0,10,60,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Control Five Bases','$N, battling for the resources of Arathi Basin is a bloody undertaking. Your services to the League of Arathor are as needed as they are appreciated.$B$BAnd we have one more task for you.$B$BThe League wishes to make one strong push against the Defilers\' occupation of Arathi Basin. We want them driven out of every strategic point on the battlefield!$B$BIt will not be easy, but if anyone can get it done, it is you.','Control 5 bases in Arathi Basin at the same time, then return to Field Marshal Oslight at Refuge Pointe.','You did it! You took all of the bases! Well done, $n!$b$bThere were those who doubted your chances, but I knew you could do it. Thank you, and know that the League of Arathor holds you in high regard, just as the Defilers of the Forsaken must fear the very mention of your name!','','Take Five Bases.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20132,0,0,0,1,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8116,4044,1977,0,0,58,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Vision of Voodress','','','You and Maywiki have something in common, mon. We both be $c! Although, Maywiki is more of a mystic and you be more of a scrub. Still, we both know what the great spirits bring.$b$bAs a gift I give to you this orb to wear around your neck. Look deep inside and see the village of Voodress in the South Seas! Let it lift your spirits!','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19606,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8075,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8117,4044,1977,0,64,58,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Vision of Voodress','','','Beware the evil Hakkari spirits, mon. Honestly, they be spooky.','Good news, $n. Molthor be singin\' your praises lately. He say how you be turnin\' into a real hero of Zandalar.$b$bHe also say for Maywiki to polish your orb some more! Give it here so Maywiki can brighten the vision.','','','','','',19606,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19607,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8116,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8118,4044,1977,0,64,58,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Vision of Voodress','','','Take a look at it now, $n. Voodress come in even clearer now, yea? Let the primal power flow through you, mon.','Sha-mon! Maywiki make a joke!$b$b$b$bSo, you been using the spirits and elements against our enemies in Zul\'Gurub, eh? Spirits be praised!$b$bMaywiki gonna brighten your orb. Give it here, $n.','','','','','',19607,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19608,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8117,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8119,4044,1977,0,64,58,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'The Unmarred Vision of Voodress','','','One day, $n, you will be able to use this orb to communicate directly with me. Whenever this battle with Hakkar be over and Maywiki go home. Let us call to the spirits and ask them for that day to come soon.','$b$bLook at it, $n! It\'s come alive. The spirits dance around the orb.$b$bGive it to Maywiki so she can make one last adjustment.','','','','','',19608,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19609,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8118,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8120,4044,3358,0,72,50,55,41,690,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','As you no doubt have heard, the League of Arathor is sending large numbers of troops into Arathi Basin. Eager for food and supplies, these Alliance fools are intent to take and control the rich resources there. We must show them that Arathi will never again be a home for humans!$B$BGo to Arathi Basin and assault the mine, the lumber mill, the blacksmith and the stables. Pull down the enemies\' banners, declaring those territories for the Horde.$B$BGo, $N. Report back to me when this task is complete.','Assault the Arathi Basin mine, lumber mill, blacksmith and stable, and then return to Deathmaster Dwire in Hammerfall.','A Defiler scout came to me with a report of your success, $n. Well done.$b$bAs you will learn, to win the battle for Arathi Basin, we must be ever vigilant and crush any attempts at Alliance expansion. Do this, and our victory here is ensured.','','','Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Stable Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,15005,15004,15002,15001,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'8169 8170 8171',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8121,4044,3358,0,10,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Take Four Bases','$N, as the battles over Arathi Basin rage, news of your actions have reached many ears. You are highly regarded among us, which gives me confidence that you will accomplish the mission I now have for you.$B$BIt is time to send a message to the League of Arathor. We must show them that their holdings in Arathi Basin are tenuous and quickly lost. We will show them this by holding, all at once, four strategic points in Arathi Basin.$B$BSucceed in this, $N, and earn great respect among the Defilers.','Hold four bases at the same time in Arathi Basin, and then return to Deathmaster Dwire in Hammerfall.','Good work, $n! Your latest actions in Arathi Basin were quite difficult, and so their successes are quite praiseworthy. The League of Arathor must be reeling from the last skirmishes in the basin, licking their wounds and, let us hope, rethinking their choice to fight here.','','Hold Four Bases.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,1000,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8122,4044,3358,0,10,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Take Five Bases','It is difficult to see, so deep we are in the conflict, but our spies report a weakening in the League of Arathor\'s resolve. We must use this window and strike a brutal blow against them! Return to Arathi Basin and throw yourself against our foes. Curse them and kill them and control all five strategic bases! Send their soldiers screaming and bleeding from the front lines, with stories of your cruelty on their mewling lips.$B$BDo this, and score a great victory for the Defilers.','Hold five bases in Arathi Basin at the same time, then return to Deathmaster Dwire in Hammerfall.','The cries of the Alliance as you and your compatriots attacked them could be heard even from here, $n. I can almost pity them for the pain and fear you delivered to their ranks. Almost, but not quite.$b$bYour value to the Defilers is without question. Your deeds in Arathi Basin have been most impressive, and have echoed among the chambers of Varimathras... and the Dark Lady herself.','','Hold Five Bases.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20131,0,0,0,1,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8123,5875,3358,0,72,50,55,41,690,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','The League of Arathor is sparing no expense in their move to retake Arathi. They, and all the races of the Alliance, now stream to this distant region, intent on expanding their hold from Refuge Pointe. We must stop them, and the best means to stop them is to take their supplies.$B$BYou can help us, $N. Enter Arathi Basin, known for its rich mines, fertile land and skilled craftsman. Capture and control every base you can, win the battle, and return to me with the resources you gain.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'8124 8160 8161 8162 8163 8164 8165 8299 8300',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8124,5875,3358,0,256,50,55,41,690,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by grunt and high warlord alike.','$N, the Defilers has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8123,0,0,0,'8123 8160 8161 8162 8163 8164 8165 8299 8300',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8141,4044,1977,0,64,58,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Zandalarian Shadow Talisman','','','You progress swiftly, young $c. Perhaps it is time to initiate you into the Shera Ali\'kh - Zandalari for Death\'s Hand. For thousands of years we have played the role of assassin for the Zandalar Empire. For too long we have sat idly, allowing the Hakkari to grow in strength. Once more we face Hakkar, but this time without the support of a united $r front. It is you and your allies who must assist in vanquishing the Blood God and his minions!$b$bWear this talisman and let it assist you in your journeys.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19614,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8142,4044,1977,0,64,58,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Zandalarian Shadow Talisman','','','There is only one enhancement left that can be placed on the talisman, $c. When the time is right, I shall apply that enhancement.','Impressive, $n. You have a gift for killing that I have not sensed in another in many years. Even Molthor is aware of the work that you have done for Zandalar. It is time to enhance your talisman further. Give it to me.','','','','','',19614,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19615,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8143,4044,1977,0,64,58,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Zandalarian Shadow Talisman','','','An assassin of your caliber should be given a wide berth. Your foes must learn respect! You will get just that when the enemy sees the glint of Death\'s Hand - all too late...','I sense that you have dealt countless fatalities to the Hakkari, $n. You carry the stink of their mojo.$b$bI assume the Shadow talisman has assisted in the culling? Give it to me and allow me to enhance its power.','','','','','',19615,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19616,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8144,4044,1977,0,64,58,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Zandalarian Shadow Mastery Talisman','','','This is the last time we will speak under the auspices of Shera Ali\'kh. You know all that you must. Take the talisman and continue in your slaying. Hakkar must never be allowed to leave Zul\'Gurub.','It yearns to grow, $n. The talisman has soaked in all that you have done. The thousands of troll corpses littering Zul\'Gurub have fueled its power. Hand it to me and I shall make the final enhancement.','','','','','',19616,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19617,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8145,4044,1977,0,64,58,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'The Maelstrom\'s Tendril','','','Amongst the Zandalarians, the profession of $c is revered. Our greatest hunters travel to the edge of the Maelstrom to prove their resolution.$b$bFrom the heart of the sea they pull strands of kelp known as Maelstrom Tendrils. The kelp is then woven into a talisman that is enchanted to improve their accuracy and power.$b$bI now grant you a single weaving of the Maelstrom\'s Tendril. As your bond with Zandalar grows, I shall weave more power into the talisman.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19618,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8067,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8146,4044,1977,0,64,58,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'The Maelstrom\'s Tendril','','','There is only one more weave that I will be able to add to your talisman, $c','Even from here I can hear the sound of your volleys laying waste to our enemies. Their cries echo in agony.$b$bYou have made quite a name for yourself among the trolls of Zandalar, $n. We are grateful for all that you have done.$b$bHand me your talisman so that I may add another weave.','','','','','',19618,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19619,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8145,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8147,4044,1977,0,64,58,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'The Maelstrom\'s Tendril','','','Let them seek atonement at the end of your munitions.','Ah, $n, it is good to smell you again.$b$b$b$bYou\'ll have to excuse my sense of humor. It can be most foul at times.$b$bI sense that you have caused great anguish to our enemies. The forces of Hakkar cry out your name in anger. This is most excellent.$b$bYou have earned another weave on your talisman. Hand it to me.','','','','','',19619,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19620,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8146,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8148,4044,1977,0,64,58,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Maelstrom\'s Wrath','','','Your journey has only just begun, young $c. Perhaps one day you will visit the Maelstrom and glance into the heart of the world.$b$bI wish you power and fortitude!','Molthor delivers word from King Rastakhan, $n. The royal court is most impressed with your decimation of the Hakkari forces. I am to award you with the final weave in your talisman. Hand it to me.','','','','','',19620,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19621,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8147,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8149,4044,0,22,2,30,-1,0,1101,0,0,0,0,0,0,0,0,0,19850,1,'Honoring a Hero','During the Harvest Festival of Azeroth, we give thanks to heroes for the sacrifices - in some cases ultimate sacrifices - they have given on our behalf. The Alliance acknowledges many heroes, but none weave a more tragic tale than that of Uther Lightbringer.$B$BHelp us honor Uther by taking this offering to his tomb in the Western Plaguelands. Place it at his statue, and then return to me. I\'ll only be here through the end of the festival, so waste no time in giving Uther his tribute.','Travel to Uther\'s Tomb in Western Plaguelands and use Uther\'s Tribute at his statue, and then return to Wagner Hammerstrike outside Ironforge before the Harvest Festival is over.','He was a hero among heroes, Uther was. I can\'t even begin to imagine the anguish of what he felt when Arthas - his greatest student and someone whom Uther loved like his own son - betrayed all of humanity. Still, he rose to try and stop Arthas, and for that he will be forever remembered as a true paladin. His fight was to the end, thinking only of those he might save.$B$BThank you, $N. You\'ve paid tribute to a great hero today, honoring his spirit and the spirit of the Harvest Festival.','Have you made the journey to Uther\'s Tomb and placed the tribute there?$b$bIt can be a dangerous trip for less experienced adventurers; a safer way of traveling there, relatively speaking, may be to travel north from the river that runs through Hillsbrad into the Plaguelands. It flows from a lake that is adjacent to Sorrow Hill; travel west up through the hills, steering clear of the adjacent tomb... one that is infested with the Scourge.','Place a tribute at Uther\'s Tomb','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20009,0,0,0,1,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,113,86400,19697,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8150,4044,0,22,2,30,-1,0,690,0,0,0,0,0,0,0,0,0,19851,1,'Honoring a Hero','During the Harvest Festival of Azeroth, we give thanks to heroes for the sacrifices - in some cases ultimate sacrifices - they have given on our behalf. The Horde acknowledges many heroes, but none exemplify strength and sacrifice more than Grom Hellscream.$B$BHelp us honor Grom by taking this offering to his monument in the Demon Fall Canyon of Ashenvale. Place it at the base, and then return to me. I\'ll only be here through the end of the festival, so waste no time in giving Grom his tribute.','Travel to Grom\'s Monument in the Demon Fall Canyon of Ashenvale and use Grom\'s Tribute at the base of the monument. Return to Javnir Nashak outside Orgrimmar before the Harvest Festival is over.','Grom\'s full name - Grommash - means \"The Giant\'s Heart\"; it took that and more to stand alone against Mannoroth. I think the Warchief said it best when the curse of the orcs began and ended with Grom. Fitting that Grom\'s sacrifice - and perhaps redemption - would be the wellspring from which the Horde flows today.$B$BThank you, $N. You\'ve paid tribute to a great hero today, honoring his spirit and the spirit of the Harvest Festival.','Have you made the journey to Grom\'s Monument and placed his tribute there?$b$bThe site where the monument is still touched by the taint of the Burning Legion. Should you be less experienced in the ways of adventuring, be on your toes when approaching the monument.','Place a tribute at Grom\'s Monument','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20010,0,0,0,1,0,0,0,67,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,111,86400,19697,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8151,4044,0,261,0,50,52,0,0,4,0,0,0,0,0,0,0,8153,0,0,'The Hunter\'s Charm','Ogtinc of Azshara has sent out a call for seasoned hunters such as yourself. He is a furbolg hunter who has left his tribe to aid the Cenarion Circle. His teachings are meant to enrich the wisdom of others who share his craft, and guide them toward maintaining a balance. You would do well to speak with him.$b$bOgtinc resides atop the cliffs of Azshara, northeast from the Ruins of Eldarath.','Speak to Ogtinc in Azshara.','It is no longer my purpose to hunt, but to teach the $C. That is what fate has handed to me.$B$BCraft with me a $C\'s charm -- a collection of trophies from fallen prey that will remind you of your past trials and triumphs. In the end I will keep the charm, but reward you with something else.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',8152,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8152,5875,0,261,0,50,52,0,0,4,0,0,0,0,0,0,0,8151,0,0,'REUSE','$N, when you feel you are ready, there is a wisened furbolg hunter by the name of Ogtinc who resides in Azshara. He may be able to enhance your teaching, and provide you with guidance.$b$bOgtinc is atop the cliffs northeast the Ruins of Eldarath in Azshara.','Speak with Ogtinc in Azshara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8153,4044,0,261,0,50,52,0,0,4,0,0,0,0,0,0,0,8231,0,0,'Courser Antlers','The courser wears the mightiest antlers in the known lands. Such antlers are used to defend the courser, goring an attacker and often damaging the points. Perfect, natural antlers are the sign of an animal spirit with supreme confidence.$b$bTo hold such antlers will bestow the same confidence in you.$b$bHunt the mosshoof courser, find the perfect antlers and bring them to me.','Bring a pair of Perfect Courser Antlers to Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast of the Ruins of Eldarath.','You must possess keen sight and great patience to have obtained these. Well done.','Have you found the antlers?','','','','','',20017,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8151,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8154,5875,3358,0,64,40,45,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','War must be fought with soldiers, any soldier will tell you. They\'ll also say that a battle fought with poor gear or on an empty stomach is lost before it starts!$B$BThat is why Arathi Basin is important. There are key areas in the basin that hold essential resources. Metals, weapons, food, lumber - all are needed, and all can be gained there.$B$BThat is what I want from you, $N. Enter Arathi Basin, win the battle by holding more bases than the enemy, and return to me with a crate of resources.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','You got the resources! Great job! I\'ll send the resources to our quartermasters, who can quickly disperse them to our troops.$B$BThank you, $N. Indeed, performing successful missions like the one you achieved are how wars are truly won.','Do you have the resource crate, $N? The League of Arathor can\'t fight a decent battle without them...','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'8080 8081 8155 8156 8157 8158 8159 8297 8298',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8155,5875,3358,0,64,20,25,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','War must be fought with soldiers, any soldier will tell you. They\'ll also say that a battle fought with poor gear or on an empty stomach is lost before it starts!$B$BThat is why Arathi Basin is important. There are key areas in the basin that hold essential resources. Metals, weapons, food, lumber - all are needed, and all can be gained there.$B$BThat is what I want from you, $N. Enter Arathi Basin, win the battle by holding more bases than the enemy, and return to me with a crate of resources.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','You got the resources! Great job! I\'ll send the resources to our quartermasters, who can quickly disperse them to our troops.$B$BThank you, $N. Indeed, performing successful missions like the one you achieved are how wars are truly won.','Do you have the resource crate, $N? The League of Arathor can\'t fight a decent battle without them...','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'8080 8081 8154 8156 8157 8158 8159 8297 8298',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8156,4044,3358,0,64,30,35,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','War must be fought with soldiers, any soldier will tell you. They\'ll also say that a battle fought with poor gear or on an empty stomach is lost before it starts!$B$BThat is why Arathi Basin is important. There are key areas in the basin that hold essential resources. Metals, weapons, food, lumber - all are needed, and all can be gained there.$B$BThat is what I want from you, $N. Enter Arathi Basin, win the battle by holding more bases than the enemy, and return to me with a crate of resources.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','You got the resources! Great job! I\'ll send the resources to our quartermasters, who can quickly disperse them to our troops.$B$BThank you, $N. Indeed, performing successful missions like the one you achieved are how wars are truly won.','Do you have the resource crate, $N? The League of Arathor can\'t fight a decent battle without them...','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'8080 8081 8154 8155 8157 8158 8159 8297 8298',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8157,5875,3358,0,256,40,45,41,1101,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by footman and field marshal alike.','$N, the League of Arathor has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8154,0,0,0,'8080 8081 8154 8155 8156 8158 8159 8297 8298',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8158,5875,3358,0,256,20,25,41,1101,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by footman and field marshal alike.','$N, the League of Arathor has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8155,0,0,0,'8080 8081 8154 8155 8156 8157 8159 8297 8298',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8159,5875,3358,0,256,30,35,41,1101,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by footman and field marshal alike.','$N, the League of Arathor has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8156,0,0,0,'8080 8081 8154 8155 8156 8157 8158 8297 8298',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8160,5875,3358,0,64,40,45,41,690,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','The League of Arathor is sparing no expense in their move to retake Arathi. They, and all the races of the Alliance, now stream to this distant region, intent on expanding their hold from Refuge Pointe. We must stop them, and the best means to stop them is to take their supplies.$B$BYou can help us, $N. Enter Arathi Basin, known for its rich mines, fertile land and skilled craftsman. Capture and control every base you can, win the battle, and return to me with the resources you gain.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'8123 8124 8161 8162 8163 8164 8165 8299 8300',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8161,4044,3358,0,64,30,35,41,690,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','The League of Arathor is sparing no expense in their move to retake Arathi. They, and all the races of the Alliance, now stream to this distant region, intent on expanding their hold from Refuge Pointe. We must stop them, and the best means to stop them is to take their supplies.$B$BYou can help us, $N. Enter Arathi Basin, known for its rich mines, fertile land and skilled craftsman. Capture and control every base you can, win the battle, and return to me with the resources you gain.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'8123 8124 8160 8162 8163 8164 8165 8299 8300',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8162,5875,3358,0,64,20,25,41,690,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','The League of Arathor is sparing no expense in their move to retake Arathi. They, and all the races of the Alliance, now stream to this distant region, intent on expanding their hold from Refuge Pointe. We must stop them, and the best means to stop them is to take their supplies.$B$BYou can help us, $N. Enter Arathi Basin, known for its rich mines, fertile land and skilled craftsman. Capture and control every base you can, win the battle, and return to me with the resources you gain.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'8123 8124 8160 8161 8163 8164 8165 8299 8300',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8163,5875,3358,0,256,40,45,41,690,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by grunt and high warlord alike.','$N, the Defilers has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8160,0,0,0,'8123 8124 8160 8161 8162 8164 8165 8299 8300',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8164,5875,3358,0,256,30,35,41,690,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by grunt and high warlord alike.','$N, the Defilers has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8161,0,0,0,'8123 8124 8160 8161 8162 8163 8165 8299 8300',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8165,5875,3358,0,256,20,25,41,690,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by grunt and high warlord alike.','$N, the Defilers has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8162,0,0,0,'8123 8124 8160 8161 8162 8163 8164 8299 8300',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8166,4044,3358,0,72,40,45,41,1101,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','$N, the battle for Arathi Basin is a battle for resources and territory. Key points in the area must be held and operated in order to supply our forces with much needed raw materials and supplies. I charge you to assault the points farthest from our Arathi Basin base.$B$BAssault the farm, the mine, the lumber mill and the blacksmith when they are controlled by the enemy. Find the enemy\'s banner and rip it from its flag post!$B$BWhen you have done this to all four points, return to me.','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','I received reports of your exploits in Arathi Basin, $n. Well done! With those like you joining the struggles here, I have faith that we will one day retake our homelands.','','','Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,15005,15004,15002,15003,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'8105 8167 8168',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8167,4044,3358,0,72,30,35,41,1101,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','$N, the battle for Arathi Basin is a battle for resources and territory. Key points in the area must be held and operated in order to supply our forces with much needed raw materials and supplies. I charge you to assault the points farthest from our Arathi Basin base.$B$BAssault the farm, the mine, the lumber mill and the blacksmith when they are controlled by the enemy. Find the enemy\'s banner and rip it from its flag post!$B$BWhen you have done this to all four points, return to me.','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','I received reports of your exploits in Arathi Basin, $n. Well done! With those like you joining the struggles here, I have faith that we will one day retake our homelands.','','','Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,15005,15004,15002,15003,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'8105 8166 8168',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8168,4044,3358,0,72,20,25,41,1101,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','$N, the battle for Arathi Basin is a battle for resources and territory. Key points in the area must be held and operated in order to supply our forces with much needed raw materials and supplies. I charge you to assault the points farthest from our Arathi Basin base.$B$BAssault the farm, the mine, the lumber mill and the blacksmith when they are controlled by the enemy. Find the enemy\'s banner and rip it from its flag post!$B$BWhen you have done this to all four points, return to me.','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','I received reports of your exploits in Arathi Basin, $n. Well done! With those like you joining the struggles here, I have faith that we will one day retake our homelands.','','','Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,15005,15004,15002,15003,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'8105 8166 8167',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8169,4044,3358,0,72,40,45,41,690,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','As you no doubt have heard, the League of Arathor is sending large numbers of troops into Arathi Basin. Eager for food and supplies, these Alliance fools are intent to take and control the rich resources there. We must show them that Arathi will never again be a home for humans!$B$BGo to Arathi Basin and assault the mine, the lumber mill, the blacksmith and the stables. Pull down the enemies\' banners, declaring those territories for the Horde.$B$BGo, $N. Report back to me when this task is complete.','Assault the Arathi Basin mine, lumber mill, blacksmith and stable, and then return to Deathmaster Dwire in Hammerfall.','A Defiler scout came to me with a report of your success, $n. Well done.$b$bAs you will learn, to win the battle for Arathi Basin, we must be ever vigilant and crush any attempts at Alliance expansion. Do this, and our victory here is ensured.','','','Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Stable Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,15005,15004,15002,15001,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'8120 8170 8171',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8170,4044,3358,0,72,30,35,41,690,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','As you no doubt have heard, the League of Arathor is sending large numbers of troops into Arathi Basin. Eager for food and supplies, these Alliance fools are intent to take and control the rich resources there. We must show them that Arathi will never again be a home for humans!$B$BGo to Arathi Basin and assault the mine, the lumber mill, the blacksmith and the stables. Pull down the enemies\' banners, declaring those territories for the Horde.$B$BGo, $N. Report back to me when this task is complete.','Assault the Arathi Basin mine, lumber mill, blacksmith and stable, and then return to Deathmaster Dwire in Hammerfall.','A Defiler scout came to me with a report of your success, $n. Well done.$b$bAs you will learn, to win the battle for Arathi Basin, we must be ever vigilant and crush any attempts at Alliance expansion. Do this, and our victory here is ensured.','','','Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Stable Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,15005,15004,15002,15001,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'8120 8169 8171',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8171,4044,3358,0,72,20,25,41,690,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','As you no doubt have heard, the League of Arathor is sending large numbers of troops into Arathi Basin. Eager for food and supplies, these Alliance fools are intent to take and control the rich resources there. We must show them that Arathi will never again be a home for humans!$B$BGo to Arathi Basin and assault the mine, the lumber mill, the blacksmith and the stables. Pull down the enemies\' banners, declaring those territories for the Horde.$B$BGo, $N. Report back to me when this task is complete.','Assault the Arathi Basin mine, lumber mill, blacksmith and stable, and then return to Deathmaster Dwire in Hammerfall.','A Defiler scout came to me with a report of your success, $n. Well done.$b$bAs you will learn, to win the battle for Arathi Basin, we must be ever vigilant and crush any attempts at Alliance expansion. Do this, and our victory here is ensured.','','','Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Stable Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,15005,15004,15002,15001,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'8120 8169 8170',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8181,4044,19,0,8,40,58,62,0,0,0,0,0,0,0,0,0,0,0,0,'Confront Yeh\'kinya','My delvings into the Mosh\'aru Tablets bear grim news, $N. Hakkar\'s true form, the god himself, can be born again through the very egg into which you captured him. Yeh\'kinya told you it was to contain his evil, but it is to recreate it! The troll has led you astray!$B$BGo to Yeh\'kinya and demand the egg from him. Pray that it is not too late to stop Hakkar\'s return!','Speak with Yeh\'kinya.','So, you have been speaking with that old dwarf Ironboot and uncovered the lost Mosh\'aru Tablets, have you? That meddling prospector...$B$BNo matter. It is too late to save this world. Hakkar has been reborn, and even now grows in power... deep in the ancient troll kingdom of Zul\'Gurub! He has come! And he will rule in blood and terror!$B$BThank you, $N. Your help has sped the return of the Soulflayer!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20218,20219,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',4788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8182,4044,440,0,8,40,58,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Hand of Rastakhan','$N, our worst fears have come. Legend speaks of the Soulflayer ruling the ancient troll world through evil and terror, and his power was absolute. If he cannot be stopped now, then his new reign may spread across all of Azeroth!$B$BThere is a contingent of Zandalarian trolls who may help us stem this tide of darkness. They have camped on Yojamba Isle, off the coast of Stranglethorn, west of the ruins of Zul\'Kunda. Speak with their leader, Molthor, and pray he knows how to defeat Hakkar.','Speak with Molthor in Stranglethorn.','You were sent by the prospector, Ironboot? His kind are wise, and wiser still to bring you to me, for I and the Zandalarian trolls may know a way to defeat the Soulflayer.$B$BSpeak with the trolls of this isle, heed their words, and prepare yourself, $N, for the task before you is soaked in blood.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',8181,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8183,4044,19,0,0,58,60,0,0,0,0,0,0,0,0,0,0,0,19802,1,'The Heart of Hakkar','The Heart of Hakkar burns from within. Although the Soulflayer is defeated, the kernel of his power yet remains in this cursed organ.','Bring the Heart of Hakkar to Molthor on Yojamba Isle.','Ah, the Heart of Hakkar. So the Soulflayer has been slain! Our world is saved!$B$B$N, your service to us cannot be overstated. You truly are a hero of this realm!','$N, the reek of an evil soul surrounds you. Have you been cursed by the Soulflayer?','','','','','',19802,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19948,19950,19949,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8184,4044,1977,0,64,58,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Presence of Might','','','Use it well, $C. Show the Hakkari no mercy!','Bring me these things and I will create a powerful enchantment for you!','','','','','',22637,19813,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19782,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8190,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8185,4044,1977,0,64,58,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Syncretist\'s Sigil','','','Use it well, $C. Show the Hakkari no mercy!','Bring me these things and I will create a powerful enchantment for you!','','','','','',22637,19815,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19783,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8187,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8186,4044,1977,0,64,58,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Death\'s Embrace','','','Use it well, $C. Show the Hakkari no mercy!','Bring me these things and I will create a powerful enchantment for you!','','','','','',22637,19814,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19784,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8184,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8187,4044,1977,0,64,58,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Falcon\'s Call','','','Use it well, $C. Show the Hakkari no mercy!','Bring me these things and I will create a powerful enchantment for you!','','','','','',22637,19816,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19785,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8192,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8188,4044,1977,0,64,58,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Vodouisant\'s Vigilant Embrace','','','Use it well, $C. Show the Hakkari no mercy!','Bring me these things and I will create a powerful enchantment for you!','','','','','',22637,19817,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19786,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9209,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8189,4044,1977,0,64,58,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Presence of Sight','','','Use it well, $C. Show the Hakkari no mercy!','Bring me these things and I will create a powerful enchantment for you!','','','','','',22637,19818,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19787,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8191,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8190,4044,1977,0,64,58,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Hoodoo Hex','','','Use it well, $C. Show the Hakkari no mercy!','Bring me these things and I will create a powerful enchantment for you!','','','','','',22637,19819,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19788,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8188,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8191,4044,1977,0,64,58,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Prophetic Aura','','','Use it well, $C. Show the Hakkari no mercy! ','Bring me these things and I will create a powerful enchantment for you!','','','','','',22637,19820,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19789,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8186,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8192,4044,1977,0,64,58,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Animist\'s Caress','','','Use it well $C. Show the Hakkari no mercy!','Bring me these things and I will create a powerful enchantment for you!','','','','','',22637,19821,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19790,0,0,0,1,0,0,0,270,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8189,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8193,4044,0,101,0,1,-1,0,0,0,356,1,0,0,7200000,0,0,0,0,0,'Master Angler','','','Hurry up and turn those in if you want to be declared the Master Angler! I have been standing around here for HOURS with nothing to eat! Hand those suckers over!','Today between 2pm and 4pm we have a contest to determine who the greatest angler of them all is! Just be the FIRST PERSON to bring me 40 Tastyfish fished from the Tastyfish schools found along the coast of Stranglethorn before anyone else does and you will be declared the Master Angler!$b$bIf you are not the first person to bring me 40 fish, my apprentice here will still reward you with money for each 5 Tastyfish you bring her.$b$bOh, and don\'t delay, Tastyfish go bad quickly!','','','','','',19807,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19970,19979,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8194,4044,0,101,0,1,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Apprentice Angler','','','This deal works for me if it works for you!','Even though we already have a contest winner, I will still buy your Tastyfish from you at a reasonable price. Whadda ya say!','','','','','',19807,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8195,4044,19,0,264,58,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zulian, Razzashi, and Hakkari Coins','','','Excellent - this set of coins will make a fine addition to our growing collection... one that we will use in the tribe\'s defense against the rise of the Blood God. You\'ve earned this Honor Token, $N, as well as the thanks of the tribe!','I seek the Paragons of Power known as the Coins of the Tribes. They are the currency used by the various denizens of Zul\'Gurub, and each is imbued with subtle but powerful mojo.$B$BThere are nine distinct kinds to be found. Should you have any extra, I will trade you one of our Honor Tokens for a set of three. You may use the Tokens with Rin\'wosho the Trader; he offers our heroes special items for them.','','','','','',19698,19699,19700,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19858,0,0,0,1,0,0,0,270,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8196,4044,19,0,8,58,60,0,0,0,0,0,270,9000,0,0,0,0,0,0,'Essence Mangoes','','','A fair trade, my friend - please enjoy the luscious fruits of the South Seas, with the tribe\'s blessing.','The extremely potent essence mango grows across many of the islands in the South Seas. A single mango will refresh those who eat it, both physically and mentally. If you\'ve never had one, you do yourself a disservice!$B$BWe have enough of a supply here on the isle to offer you a handful in exchange for a Zandalar Honor Token. Speak with Vinchaxa if you need to learn how to get tokens; otherwise, let\'s get to the business at hand!','','','','','',19858,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20031,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8243,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8201,4044,19,0,64,58,60,62,0,0,0,0,0,0,0,0,0,0,19883,1,'A Collection of Heads','It is true. Hakkar now dwells in Zul\'Gurub, bathing in the power of our gods. Enthralled high priests now channel the energies of our most sacred divinities into the Soulflayer, who will soon have a strength beyond any being of Azeroth. He must be stopped!$B$BTake this sacred cord, and string through it the heads of the high priests responsible for channeling our gods\' energy.$B$BWhen you have done this, return to me.','String 5 Channeler\'s Heads, then return the Collection of Troll Heads to Exzhal on Yojamba Isle.','You gained the heads! You have halted the plundering of our gods\' power, and weakened Hakkar!$B$BYour actions are truly heroic, $N. May the heads of these troll thralls plead to you for mercy long after their blood chills.','Do you have the collection of heads, $N? We must stop Hakkar from gaining more power!','','','','','',19880,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20213,20215,20216,20217,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8221,4044,0,101,0,1,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Rare Fish - Keefer\'s Angelfish','','','*Whir* $B$B Identification of Keefer\'s Angelfish complete. $B$B Your Reward is now available. $B$B *click-click* *Bzzzz*','*Whir* *Click*$b$bI seek rare fish for Fishmaster Bluegill to catalogue. If you bring me a Keefer\'s Angelfish, I will provide you with this fine reward.$b$b*Zzzap* *Whir*','','','','','',19805,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19972,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8222,4044,0,364,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glowing Scorpid Blood','','','Great job, $N! Thanks a lot! I\'m going to make paint from this blood and turn all kinds of cheap junk into glowing treasure!$B$BHere are your tickets, and thanks again!','In all my time working the Faire, I\'ve learned a lot of things about customers. Here\'s one of those nuggets of wisdom: customers love stuff that glows! It doesn\'t matter what it is - you could take a broken chair leg and make it glow, and every child will come from miles around to get one!$B$BSo, $N, I need glowing scorpid blood. You can find it from the scorpids of Sillithus, or the Blasted Lands, or the Burning Steppes.','','','','','',19933,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8223,4044,0,364,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Glowing Scorpid Blood','','','Thanks again, $N. Here are your tickets!','That scorpid blood is working out great, $N! It\'s amazing how a little sparkle and shine can create a prized bauble out of an otherwise piece of junk. The patrons love the stuff, and love is what it\'s all about, don\'t you think...$B$BYou\'ve been a big help to me, $N, and although I don\'t have a great need for more glowing scorpid blood, if you bring me more then I\'ll still trade you some tickets.','','','','','',19933,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8222,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8224,4044,0,101,0,1,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Rare Fish - Dezian Queenfish','','','*Whir* $B$B Identification of Dezian Queenfish complete. $B$B Your Reward is now available. $B$B *click-click* *Bzzzz*','*Whir* *Click*$b$bI seek rare fish for Fishmaster Bluegill to catalogue. If you bring me a Dezian Queenfish, I will provide you with this fine reward.$b$b*Zzzap* *Whir*','','','','','',19806,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19971,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8225,4044,0,101,0,1,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Rare Fish - Brownell\'s Blue Striped Racer','','','*Whir* Identification of Brownell\'s Racer complete. Your Reward is now available. *click* *click* *Bzzzz*','*Whir* *Click*$b$bI seek rare fish for Fishmaster Bluegill to catalogue. If you bring me a Brownell\'s Blue Striped Racer, I will provide you with this fine reward.$b$b*Zzzap* *Whir*','','','','','',19803,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19969,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8226,5875,0,101,0,1,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Rare Fish - Pale Ghoulfish','','','','','','','','','',19804,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7996,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8227,4044,19,0,0,58,60,62,0,0,0,0,0,0,0,0,0,0,19973,1,'Nat\'s Measuring Tape','Amongst the shattered fishing lures and tackle is a rolled, silken measuring tape. Attached to the tape is a label that reads:$B$B\"Nat Pagle, Dustwallow Marsh.\"','Return Nat\'s Measuring Tape to Nat Pagle in Dustwallow Marsh.','Why, you found my favorite measuring tape! I love this tape! I measured some of the biggest fish I ever caught with it...$B$BBut, I lost this tape in Zul\'Gurub... you\'ve been to Zul\'Gurub? Did you see the fabled Gahz\'ranka?$B$BWell... do you want to catch him?','Hello there, $gladdie:lassy;. You here to do some fishing?','','','','','',19973,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8228,4044,0,101,8,35,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Could I get a Fishing Flier?','','','There be a Fishin Contest in Booty Bay this Sunday! Here are the rules for ya!','There is a Fishing Contest in Booty Bay this Sunday! Here are the rules of the tournament if you want to participate!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8229,4044,0,101,8,35,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Could I get a Fishing Flier?','','','There is a Fishing Contest in Booty Bay this Sunday! Here are the rules for you!','There is a Fishing Contest in Booty Bay this Sunday! Here are the rules of the tournament if you want to participate!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8230,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Collin\'s Test Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8231,4044,0,261,0,50,52,0,0,4,0,0,0,0,0,0,0,8232,0,0,'Wavethrashing','The wavethrasher is an amphibious beast living only here in Azshara. They are powerful and resilient.$b$bThe tough, reflective scales from a wavethrasher mirror the strength of the hunter.$b$bTrack and hunt wavethrashers along the coast of Azshara, and bring me their scales.','Bring 6 Wavethrasher Scales to Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast the Ruins of Eldarath.','The wavethrashers are not easily defeated, even more so in their watery environment.$B$BYou have proven yourself ready to hunt even deadlier prey.','Have you met with success?','','','','','',20087,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8153,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8232,4044,0,261,0,50,52,81,0,4,0,0,0,0,0,0,0,0,0,0,'The Green Drake','Now I set you on a dangerous hunt to slay the green drake, Morphaz, and bring his tooth to me. Morphaz dwells deep in Temple of Atal\'Hakkar, the entrance to which lies in Swamp of Sorrows.$b$bIf you wish to defeat him, you must not go alone. This drake is an enemy of many -- seek others who wish to destroy him.$b$bThe drake\'s tooth represents the power a hunter will find in the company of others. Bring it to me and you will have learned much.','Bring the Tooth of Morphaz to Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast the Ruins of Eldarath.','You have learned the old ways, $N, and for that I offer you a gift from my days as a $C.','I see wisdom in your eyes, $N. Has your hunt ended?','','','','','',20019,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20083,19991,19992,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',8231,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8233,4044,0,162,0,50,52,0,0,8,0,0,0,0,0,0,0,8234,0,0,'A Simple Request','Lord Jorach Ravenholdt has requested your presence. The matter is secret, and I cannot say any more.$b$bRavenholdt Manor is located in the Hillsbrad Foothills -- look for a path in the mountains northwest of Durnhold Keep.','Speak with Lord Jorach Ravenholdt in Ravenholdt Manor.','Welcome, welcome, welcome! Please, $N, have a seat and discuss a simple matter with me.$B$BYou see, $N, I\'ve recently lost something dear to me, and to put it bluntly, I want it back at all costs. There\'s something in it for you, don\'t worry about that! Oh yes, something very nice.$B$BNow, what say you $N... are you up for some adventure?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8234,4044,0,162,8,50,52,0,0,8,0,0,0,0,0,0,0,8235,0,0,'Sealed Azure Bag','First things first. What I\'ve lost is a small blue bag, the contents of which are a private matter.$b$bDon\'t bother going after the thieves, because they are already dead. What we do know is the fools couldn\'t get the bag open. so they sold it to some timbermaw shaman in Azshara as a holy relic. Clever.$b$bI need you to travel to Azshara and retrieve it from the shaman through subtlety... or force. Better luck with the first method, I\'d wager. Once acquired, take it to Archmage Xylem.','Retrieve the Sealed Azure Bag from the Timbermaw Shaman in Azshara. Then take the bag to Archmage Xylem, also found in Azshara.','I see you have Lord Ravenholdt\'s bag. Why didn\'t you say so, boy?','Do I know you?','','','','','',19775,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,250,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8233,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8235,4044,0,162,0,50,52,0,0,8,0,0,0,0,0,0,0,8236,0,0,'Encoded Fragments','Lord Ravenholdt has asked a favor of us both. He wishes to remove the enchantment from this bag.$b$bUnfortunately, some of my books on the subject of dispelling were taken recently, only to be destroyed by savages. The remains of my books are still valuable to me.$b$bIf you can bring me enough of the encoded fragments, I can piece them back together. Your best chance is to kill the beasts of Azshara, since they have a tendency to pick up just about anything.','Bring 10 Encoded Fragments to Archmage Xylem in Azshara.','It looks like you picked up some of the better fragments. Perhaps you aren\'t worthless after all.','Have you found enough fragments to continue my work?','','','','','',20023,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,250,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8234,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8236,4044,0,162,0,50,52,81,0,8,0,0,0,0,0,0,0,0,0,0,'The Azure Key','It will take some time to decipher the fragments and remove the enchantment. When I am complete, I\'ll deliver the bag to Lord Ravenholdt personally.$b$bThere is still the matter of the key, said to be held by a green drake known as Morphaz. The drake has made its home deep in the Temple of Atal\'Hakkar, the entrance to which lies in the Swamp of Sorrows.$b$bGather your friends and venture to his lair. Lord Ravenholdt will await your return with the key.','Return the Azure Key to Lord Jorach Ravenholdt.','The key! I thought it lost forever. Please, take an enchanted garment from my stores -- they are reserved for rogues of exceptional skill and loyalty. It should be known that $N is not to be trifled with!$B$B','The bag has already arrived from Archmage Xylem, have you found the key?','','','','','',20022,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19984,20255,19982,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,500,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',8235,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8237,5875,0,0,8,50,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8238,4044,19,0,264,58,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gurubashi, Vilebranch, and Witherbark Coins','','','Excellent - this set of coins will make a fine addition to our growing collection... one that we will use in the tribe\'s defense against the rise of the Blood God. You\'ve earned this Honor Token, $N, as well as the thanks of the tribe!','I seek the Paragons of Power known as the Coins of the Tribes. They are the currency used by the various denizens of Zul\'Gurub, and each is imbued with subtle but powerful mojo.$B$BThere are nine distinct kinds to be found. Should you have any extra, I will trade you one of our Honor Tokens for a set of three. You may use the Tokens with Rin\'wosho the Trader; he offers our heroes special items for them.','','','','','',19701,19702,19703,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19858,0,0,0,1,0,0,0,270,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8239,4044,19,0,256,58,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sandfury, Skullsplitter, and Bloodscalp Coins','','','Excellent - this set of coins will make a fine addition to our growing collection... one that we will use in the tribe\'s defense against the rise of the Blood God. You\'ve earned this Honor Token, $N, as well as the thanks of the tribe!','I seek the Paragons of Power known as the Coins of the Tribes. They are the currency used by the various denizens of Zul\'Gurub, and each is imbued with subtle but powerful mojo.$B$BThere are nine distinct kinds to be found. Should you have any extra, I will trade you one of our Honor Tokens for a set of three. You may use the Tokens with Rin\'wosho the Trader; he offers our heroes special items for them.','','','','','',19704,19705,19706,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19858,0,0,0,1,0,0,0,270,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8240,4044,19,0,10,58,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bijou for Zanza','The destruction of the various Hakkari Bijous is of grave importance to us, so much so that we welcome outsiders of the tribe to do so for themselves!$B$BTake any one of the bijous that you find in Zul\'Gurub to the Altar of Zanza and destroy it. For this one time alone, I will give you an additional Honor Token from our tribe; this is above and beyond what you would normally receive.$B$BWitness for yourself the blessings of Zanza!','Destroy any one of the Hakkari Bijous found in Zul\'Gurub at the Altar of Zanza on Yojamba Isle. When done, speak with Vinchaxa nearby.','Excellent... each bijou we wrest away from the Blood God\'s minions is one step closer we all are to finally defeating them once and for all. You bring honor to the Zandalar - and yourself - through your noble actions.$B$BRemember $N, you may always destroy the bijous you find in Zul\'Gurub at the altar. For each one, you will gain recognition and an Honor Token! Just remember to have an open space in your inventory if you don\'t have one of the tokens already.','Have you destroyed the bijou at the Altar of Zanza? Do so, and then you will be doubly blessed by Zanza!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19858,0,0,0,1,0,0,0,270,0,0,0,0,0,350,0,0,0,0,0,0,18000,0,0,0,109,86400,19858,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8241,4044,51,0,0,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restoring Fiery Flux Supplies via Iron','','','There\'s always room for more fiery flux, junior. Keep it comin\'... unless I tell you to stop.','Let\'s not waste more of my precious time with jibber jabber, $r. It\'s time to focus on replenishing our dwindling fiery flux supply.$B$BWhat I\'m gonna need from you is the following:$B$B*Incendosaur scales.$B$B*Iron bars.$B$B*Coal.$B$BI\'ll take all that you can offer!$B$BAnd you\'ll do it fast if you wanna get in good with the Brotherhood.','','','','','',18944,3575,3857,0,0,0,2,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7722,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8242,4044,51,0,0,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restoring Fiery Flux Supplies via Heavy Leather','','','There\'s always room for more fiery flux, junior. Keep it comin\'... unless I tell you to stop.','Let\'s not waste more of my precious time with jibber jabber, $r. It\'s time to focus on replenishing our dwindling fiery flux supply.$B$BWhat I\'m gonna need from you is the following:$B$B*Incendosaur scales.$B$B*Heavy Leather.$B$B*Coal.$B$BI\'ll take all that you can offer!$B$BAnd you\'ll do it fast if you wanna get in good with the Brotherhood.\r\n','','','','','',18944,4234,3857,0,0,0,2,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',7722,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8243,4044,19,0,0,58,60,0,0,0,0,0,270,21000,0,0,0,0,0,0,'Zanza\'s Potent Potables','','','Let me know when you\'re ready to barter!','With your increased status amongst the tribe comes access to some of our more potent potables. Behold... these brews are strong in the mojo - blessed by Zanza and fit for adventurers from all walks of life!$B$BI will allow you to choose one from the three I offer; in exchange, I require one Zandalar Honor Token. Note that only the effects of a single one may course through your spirit at any given time.$B$BLet me know when you\'re ready to barter!','','','','','',19858,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20080,20079,20081,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8244,5875,19,0,0,58,60,0,0,0,0,0,270,21000,0,0,0,0,0,0,'','','','','','','','','','',19858,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8245,5875,19,0,0,58,60,0,0,0,0,0,270,21000,0,0,0,0,0,0,'','','','','','','','','','',19858,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8246,4044,19,0,8,58,60,0,0,0,0,0,270,42000,0,0,0,0,0,0,'Signets of the Zandalar','','','A fair trade, my friend - please accept your signet with the blessing of the tribe!','$N; - for someone as exalted among the Zandalar as you are, I have something very special for you. Direct from our home in the South Seas... the Signets of the Zandalar! These signets are used to enhance any shoulder item you may possess. Should you seek might, mojo, or serenity - I have what you need!$B$BI ask for fifteen Zandalar Honor Tokens in exchange for your choice of one signet. If you have the tokens ready, then I\'m ready to make a deal!','','','','','',19858,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20077,20076,20078,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8196,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8247,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8248,5875,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8249,4044,0,162,8,50,60,0,0,8,0,0,0,0,0,0,0,0,0,0,'Junkboxes Needed','','','May these knives find a place in someone\'s heart.$b$bLiterally.','My rogues need to hone their lockpicking skills, and I need locks of adequate difficulty -- the stuff Zan makes us is unfit for all but the lowliest neophytes.$b$bTell ya what, if you bring me 5 Heavy Junkboxes, I\'ll provide you with some of the finest throwing knives known to roguekind.$b$bYou can unlock the boxes and rifle through them, but you\'ll have to leave at least a few coins in them... even a rogue in training needs motivation.','','','','','',16885,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25878,0,0,0,1,0,0,0,349,70,0,0,0,0,75,-75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8250,4044,0,161,0,50,52,0,0,128,0,0,0,0,0,0,0,0,0,0,'Magecraft','Archmage Xylem has been asking around lately... for someone of your experience.$b$bIf you wish to seek him out, you can find him in Azshara. His tower is built high atop the cliffs, and the only way up is a teleport spell invoked by his arrogant servant, Sanath Lim-yo.$b$bSanath makes camp below his master\'s tower. To find him, travel to where Azshara\'s main road forks at the entrance to the Ruins of Eldarath. From that spot, head directly north until you reach the cliffs.','Seek out Sanath Lim-yo and gain passage to see Archmage Xylem.','$B$BArch$C Xylem awaits your arrival.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12510,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8251,4044,0,161,0,50,52,0,0,128,0,0,0,0,0,0,0,8252,0,0,'Magic Dust','The blood elves in Azshara have developed a method for pulverizing the magical items they acquire. This glittering dust they produce differs from the components normally acquired by a disenchantment spell.$b$bWhen I sent my apprentice to trade for the dust, he was killed without hesitation. For that, they must pay.$b$bThe time for talk is over, $N. Find the blood elves along the cliffs of Azshara and use more \"persuasive\" methods to acquire their glittering dust.','Bring 10 Glittering Dust to Archmage Xylem.','Well done, $N! It never ceases to amaze me how persuasive a volley of arcane missiles can be.','Have you the dust?','','','','','',20028,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8252,4044,0,161,0,50,52,0,0,128,0,0,0,0,0,0,0,8253,0,0,'The Siren\'s Coral','Take a look around you. The ruins and beaches are overrun with spitelash. Recently, the wretched creatures have learned to recognize the rare components indigenous to Azshara.$b$bSpecifically, I speak of enchanted coral -- they are drawn to it by reasons unknown to me. Now there is little coral left in the bay, and it is vital to my research. I need you to separate some enchanted coral from the spitelash sirens and bring it to me.','Collect 6 Enchanted Coral and return them to Archmage Xylem.','This is a superb specimen of coral, $N. Your skills are unquestionably precise and deadly.$B$BDo not think your efforts have gone unnoticed. Perhaps you are worthy of a true test of your skill...','The spitelash sirens are surprisingly adept mages. Not as adept as you, I hope?','','','','','',20029,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8251,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8253,4044,0,161,0,50,52,81,0,128,0,0,0,0,0,0,0,0,0,0,'Destroy Morphaz','There is a green drake deep in the sunken temple of Atal\'Hakkar by the name of Morphaz.$b$bYears ago, he overwhelmed me in a bold ambush and consumed my apprentice whole. While the loss of an apprentice is not unknown to me, this particular one carried an arcane shard of unsurpassed size and quality.$b$bYou must gather powerful allies and delve into the temple. Destroy Morphaz and recover the arcane shard from his ageless stomach.','Retrieve the Arcane Shard from Morphaz and return to Archmage Xylem.','Incredible. The shard has grown as it absorbed the drake\'s energy over the long years.$B$BThere is no more I can ask of you now. My full ability to forge the arcane has returned with this shard. My first creation is yours, $N, and you have but to choose...','Have you slain my old nemesis?','','','','','',20085,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20035,20037,20036,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',8252,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8254,4044,0,262,8,50,52,0,0,16,0,0,0,0,0,0,0,8255,0,0,'Cenarion Aid','It is the way of the divine to help those in need. The how is insignificant -- only the why matters.$b$bThe Cenarion Circle has such a need. Speak with Ogtinc to lend aid to their plight. He resides atop the cliffs to the northeast of the Ruins of Eldarath in Azshara.','Seek out Ogtinc in Azshara.','Your arrival has lifted a weight from my shoulders. We have much to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8255,4044,0,262,8,50,52,0,0,16,0,0,0,0,0,0,0,8256,0,0,'Of Coursers We Know','The mosshoof coursers of Azshara are magnificent animals who once lived in Felwood. They naturally resist disease and poison, and were unaffected by the corruption there. In their ancestral wisdom, they simply chose to leave that sickened place.$b$bIt saddens my heart, but I must ask you to hunt these mighty beasts for me. Gather four courser glands as the first ingredient for a restorative salve -- a salve we will use to heal Felwood.','Acquire 4 Healthy Courser Glands and bring them to Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast the Ruins of Eldarath.','It is good the divine path has led you to us, $N. Your beliefs do not interfere with the tasks involved in creating this salve.$B$BYou see, the courser is sacred to the Cenarion Circle, and killing them for any reason, no matter how necessary, weakens their spirit.','You have returned. Were you successful?','','','','','',20027,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8254,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8256,4044,0,262,0,50,52,0,0,16,0,0,0,0,0,0,0,8257,0,0,'The Ichor of Undeath','For this restorative salve, you must use a simple formula: one part poison, two parts cure. You have acquired one cure, now you must gather the poison.$b$bPowerful undead, such as the lingering highborne who wander the Ruins of Eldarath, are sometimes so infused with evil that it coalesces into a sickly greenish goo. To the living, this substance is known as ichor of undeath.$b$bDue to the potency of this vile element, I require only a single ichor.','Acquire an Ichor of Undeath for Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast the Ruins of Eldarath.','I cannot say I\'m pleased to receive such a wretched substance, but it is a necessary evil. Thank you, $N.','We must obtain the ichor quickly. Have you found it?','','','','','',7972,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8255,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8257,4044,0,262,0,50,52,81,0,16,0,0,0,0,0,0,0,0,0,0,'Blood of Morphaz','Now the last part, the second cure.$b$bThe green drake Morphaz is known to be immune to all forms of poison and disease -- many druids died to bring us this information. There is no doubt his blood is potent for our needs.$b$bA courier from the Cenarion Circle will take the parts you have already collected while you gather the last. Summon your allies and seek out the drake\'s lair in the sunken temple of Atal\'Hakkar. Bring his blood to Greta Mosshoof in Felwood.','Kill Morphaz in the sunken temple of Atal\'Hakkar, and return his blood to Greta Mosshoof in Felwood. The entrance to the sunken temple can be found in the Swamp of Sorrows.','You have slain Morphaz and carried his blood to us... I can hardly believe this good news!$B$BWe will combine the ingredients at once and begin healing the trees and creatures of Felwood. It will take a lifetime to undo what has happened here, but you have given us the means to do it.','Do you have the blood of Morphaz?','','','','','',20025,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19990,20082,20006,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,0,0,9884,0,0,0,0,0,0,0,66000,0,0,0,0,'',8256,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8258,4044,0,82,0,58,60,81,690,64,0,0,0,0,0,0,0,0,18746,1,'The Darkreaver Menace','Death Knight Darkreaver lords over the Great Ossuary in the Scholomance. He threatens to twist the spirit realm to do his own bidding, and he must be stopped! This is where the scryer you helped make comes into play.$B$BUse the divination scryer in the heart of the Great Ossuary\'s basement to call forth Darkreaver\'s spirit minions. Defeat the spirits and the death knight himself will appear. $N, bring me his head! Only his demise will reverse the damage done to the spirit realm!','Use the Divination Scryer in the heart of the Great Ossuary\'s basement in the Scholomance. Doing so will bring forth spirits you must fight. Defeating these spirits will summon forth Death Knight Darkreaver; defeat him.$B$BBring Darkreaver\'s Head to Sagorne Creststrider in the Valley of Wisdom, Orgrimmar.','This is a victory to savor, $N! The demise of Darkreaver should restore the fragile fetters that anchor the spirit realm.$B$BYou have far exceeded what was asked of you, even when you had no notion of reward or compensation. You are truly a $C of worth, my friend.$B$BI know that acting to preserve the spirit realm should be thanks enough, but please - accept this simple gift with my thanks.','Time is critical, $N - have you succeeded in stopping Death Knight Darkreaver\'s threat?','','','','','',18880,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20134,0,0,0,1,0,0,0,67,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',7667,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8259,5875,0,82,0,58,60,0,0,64,0,0,0,0,0,0,0,0,0,0,'A More Fitting Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20134,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8260,4044,3358,0,0,25,34,0,1101,0,0,0,509,3000,0,0,0,0,0,0,'Arathor Basic Care Package','','','You\'ve certainly begun to prove yourself to us, $n. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Arathi Basin.$b$bAs you continue to prove yourself inside the Basin, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20233,0,0,0,1,0,0,0,509,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'8261 8262',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8261,4044,3358,0,0,35,44,0,1101,0,0,0,509,3000,0,0,0,0,0,0,'Arathor Standard Care Package','','','You\'ve certainly begun to prove yourself to us, $n. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Arathi Basin.$b$bAs you continue to prove yourself inside the Basin, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20236,0,0,0,1,0,0,0,509,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'8260 8262',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8262,4044,3358,0,0,45,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Arathor Advanced Care Package','','','You\'ve certainly begun to prove yourself to us, $n. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Arathi Basin.$b$bAs you continue to prove yourself inside the Basin, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20231,0,0,0,1,0,0,0,509,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'8260 8261',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8263,4044,3358,0,0,25,34,0,690,0,0,0,510,3000,0,0,0,0,0,0,'Defiler\'s Basic Care Package','','','You\'ve certainly begun to prove yourself to us, $n. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Arathi Basin.$b$bAs you continue to prove yourself inside the Basin, you\'ll find that these items will become available to you for purchase. Rations become available when you are Honored with us, and bandages when you are Revered.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20229,0,0,0,1,0,0,0,510,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'8264 8265',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8264,4044,3358,0,0,35,44,0,690,0,0,0,510,3000,0,0,0,0,0,0,'Defiler\'s Standard Care Package','','','You\'ve certainly begun to prove yourself to us, $n. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Arathi Basin.$b$bAs you continue to prove yourself inside the Basin, you\'ll find that these items will become available to you for purchase. Rations become available when you are Honored with us, and bandages when you are Revered.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20230,0,0,0,1,0,0,0,510,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'8263 8265',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8265,4044,3358,0,0,45,70,0,690,0,0,0,0,0,0,0,0,0,0,0,'Defiler\'s Advanced Care Package','','','You\'ve certainly begun to prove yourself to us, $n. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Arathi Basin.$b$bAs you continue to prove yourself inside the Basin, you\'ll find that these items will become available to you for purchase. Rations become available when you are Honored with us, and bandages when you are Revered.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20228,0,0,0,1,0,0,0,510,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'8263 8264',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8266,5875,3277,0,0,10,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ribbons of Sacrifice','','','Well, you did not flee in the face of defeat. You stood your ground, $N, and when it comes right down to it, that is what makes for a true hero. No doubt you will win next time... but nonetheless we thank you for your effort.','','','','','','',20256,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'8267',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8267,5875,3277,0,0,10,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ribbons of Sacrifice','','','Well, you did not flee in the face of defeat. You stood your ground, $N, and when it comes right down to it, that is what makes for a true hero. No doubt you will win next time... but nonetheless we thank you for your effort.','','','','','','',20256,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'8266',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8268,5875,3277,0,0,10,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ribbons of Sacrifice','','','Well, you did not flee in the face of defeat. You stood your ground, $N, and when it comes right down to it, that is what makes for a true hero. No doubt you will win next time... but nonetheless we thank you for your effort.','','','','','','',20256,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'8269',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8269,5875,3277,0,0,10,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ribbons of Sacrifice','','','Well, you did not flee in the face of defeat. You stood your ground, $N, and when it comes right down to it, that is what makes for a true hero. No doubt you will win next time... but nonetheless we thank you for your effort.','','','','','','',20256,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'8268',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8270,5875,0,0,8,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,'test copy quest','','','Excellent! You\'ve proven to be a valuable ally in preparing for the war against the silithid. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',8274,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8271,4044,2597,0,0,51,-1,41,0,0,0,0,0,0,0,0,0,0,0,0,'Hero of the Stormpike','','','As a hero of the Stormpike, you may choose one item from these recently plun... er, recovered treasures. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19107,19106,19108,20648,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,72,10,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',7141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8272,4044,2597,0,0,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Hero of the Frostwolf','','','How does it feel, $n? How does it feel to crush your enemies and watch their lines break apart? It feels good, doesn\'t it?$b$bYou should be rewarded for this heroic deed, soldier.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19107,19106,19108,20648,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,68,10,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',7142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8273,4044,47,0,0,42,47,0,690,0,0,0,0,0,0,0,0,0,0,0,'Oran\'s Gratitude','','','Now isn\'t this interesting? You say you found this tablet on a small, deserted island at The Overlook Cliffs in The Hinterlands, $C? Very interesting indeed. $B$BI thank you for your efforts in this matter. Our Dark Lady shall be very pleased with this discovery. Here, allow me to reward you proportionately.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20643,20642,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',2782,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8274,5875,0,0,8,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,'Test Kill Quest','Got some time to spare? Kill me some Murlocs and I\'ll give you something shiny!','Kill 5 Murlocs and come back to the test character.','You have my sincere gratitude. Your efforts in helping Cenarion Hold have shown true courage. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8275,4044,1537,0,8,54,55,0,1101,0,0,0,0,0,0,0,0,8280,0,0,'Taking Back Silithus','Attention, heroes of the Alliance! The silithid menace has been left unchecked for too long. Unfettered by any real opposition, they\'ve been preparing all this time for a large-scale expansion. $B$BCenarion Circle forces are gathering in Silithus to take the fight to these wretched creatures and all able-bodied adventurers are hereby called to join us!$B$BDon\'t wait until it\'s too late! Aid us in the defense of Azeroth! Report to Windcaller Proudhorn at Cenarion Hold for specific instructions!','Talk to Windcaller Proudhorn at Cenarion Hold in Silithus.','Excellent, a new recruit answering the call to arms against the silithid. Welcome to Cenarion Hold, $C. I am pleased to see the words of our emissaries are reaching heroes of your caliber. You will find no shortage of opportunities to help us in our efforts here and I expect you\'ll quickly prove to be a valuable ally to our cause.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'8276',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(8276,4044,1637,0,8,54,55,0,690,0,0,0,0,0,0,0,0,8280,0,0,'Taking Back Silithus','Attention, champions of the Horde! There\'s a threat we\'ve left unchallenged for too long. Tremors in the earth near silithid hives all around Azeroth have alerted us to large movements in their numbers as they prepare for expansion.$B$BCenarion Circle forces are gathering in Silithus to take the fight to the silithid before it\'s too late! No more shall they defile our lands!$B$BAll able-bodied combatants are to report to Windcaller Proudhorn at Cenarion Hold! The silithid shall be vanquished!','Talk to Windcaller Proudhorn at Cenarion Hold in Silithus.','Excellent, a new recruit answering the call to arms against the silithid. Welcome to Cenarion Hold, $C. I am pleased to see the words of our emissaries are reaching heroes of your caliber. You will find no shortage of opportunities to help us in our efforts here and I expect you\'ll quickly prove to be a valuable ally to our cause.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'8275',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(8277,4044,1377,0,8,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadly Desert Venom','Beetix Ficklespragg at your service! My cousin Noggle makes a living gathering rare herbs for Cenarion Hold alchemists. Or used to, anyway. He came back from his last trip with a strong poison running though his veins.$B$BI\'ve managed to slow down the venom, but to fully neutralize it I need poison samples from whatever stung him.$B$BNoggle arrived from the north, so I\'d bet my shirt stonelash scorpids or sand skitterers did it. Bring me some stingers and fangs and I\'ll try to make an antidote for him.','Beetix Ficklespragg at Cenarion Hold in Silithus wants you to gather 8 Stonelash Scorpid Stingers and 8 Sand Skitterer Fangs. Return to her when you have completed the task.','Cross your fingers, friend! Here\'s to hoping we can save Noggle!','Are you done collecting those samples? We could lose Noggle any minute now!','','','','','',20373,20376,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8278,4044,1377,0,8,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noggle\'s Last Hope','Blasted! The antidote didn\'t work. Noggle must\'ve been stung by one of the stronger creatures in the far south.$B$BI\'m going to need you to go there and get me some more samples, $N. The good news is that since their poison is stronger I won\'t require as many. The bad news is that there are more kinds of poisonous creatures crawling around the southern area so you\'ll have to draw from more sources.','Beetix Ficklespragg at Cenarion Hold in Silithus wants you to gather 3 Stonelash Pincer Stingers, 3 Stonelash Flayer Stingers and 3 Rock Stalker Fangs.','Yes! It seems to be working, Noggle is coming to. We owe ya big time!','This is our last chance to save Noggle! Hurry!','','','','','',20375,20374,20377,0,0,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13446,13444,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',8277,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8279,4044,1377,0,8,54,60,0,0,0,0,0,0,0,0,0,0,8287,0,0,'The Twilight Lexicon','The Twilight\'s Hammer are not kind to those that leave their ranks. They hunt me to this day like I\'m some sort of beast! Needless to say, an enemy of theirs is a friend of mine!$B$BTo decipher this Tablet I\'ll need the book used by their scribes to encode secret messages: the Twilight Lexicon. It\'s such an important tool that they keep its three chapters in different locations! The officers entrusted with the Lexicon are known as Twilight Keepers. Look for them at the Twilight\'s Hammer camps.','Bring the three chapters of the Twilight Lexicon to Hermit Ortell in Silithus. ','Yes! These are the parts to the book! Let\'s get started then, $N.$B$BSwap every third word with words from the second chapter... then swap every other word with words from the first chapter... Wait, did I get that backwards?','Who goes there? Oh, it\'s you! Did you find all the Lexicon chapters yet?','','','','','',20394,20395,20396,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8285,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8280,4044,1377,0,8,54,55,0,0,0,0,0,0,0,0,0,0,8281,0,0,'Securing the Supply Lines','Cenarion Hold is a location of utmost strategic importance. I\'m convinced that while we hold it our victory over the silithid is guaranteed. Provided our influx supplies can be maintained, that is.$B$BDesert worms have proven to be more of a threat to our supply caravans than even the silithid themselves. Just this morning, a large shipment of morrowgrain was ravaged by a group of dredge strikers. I need you to thin their numbers to ensure our supplies aren\'t jeopardized.','Windcaller Proudhorn at Cenarion Hold in Silithus wants you to kill 15 Dredge Strikers.','You have my sincere gratitude. Your efforts in helping Cenarion Hold have shown true courage.','The dredge strikers are a serious threat and must be dealt with quickly!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11740,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'8275 8276',8276,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8281,4044,1377,0,8,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stepping Up Security','Your performance has been truly exemplary so far, $N. Our supply lines are not completely safe yet, however. In the absence of dredge strikers, their larger southern cousins will surely move in to take their place in the north.$B$BYou\'ll have to kill quite a few dredge crushers to keep them at bay, but we cannot leave the safety of our supply lines to chance. ','Windcaller Proudhorn at Cenarion Hold in Silithus wants you to slay 20 Dredge Crushers.','Excellent! You\'ve proven to be a valuable ally in preparing for the war against the silithid. ','The dredge crushers are a serious threat and must be dealt with at once!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11741,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',8280,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8282,4044,1377,0,8,54,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noggle\'s Lost Satchel','Where am I? Where\'s my bag? *gasp* I must\'ve lost it while fleeing from Deathclasp, the giant scorpid. In my rush to escape I walked right into a nest of stonelash flayers.$B$BThe satchel I was carrying had all sorts of rare reagents in it. Without them, me and Beetix won\'t be able to make the potions that Cenarion Hold needs. I\'m too weak to get up yet, but I can make it worth your while if you bring back my reagents.$B$BI ran into Deathclasp in the southern mountain range, behind Bronzebeard\'s camp.','Retrieve Noggle\'s Satchel from the mountains in the south of Silithus and return it to him at Cenarion Hold.','Yes! You brought my satchel back. And my rare reagents are all here! I\'ll be in your debt for a long time.','Still haven\'t found my bag? Well I should count my lucky stars, at least the poison\'s been cleansed.','','','','','',20379,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13452,13447,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',8278,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8283,4044,1377,0,8,54,59,1,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted - Deathclasp, Terror of the Sands','The terrible scorpid, Deathclasp, is believed to have retreated to the southern mountain range in the presence of increased silithid activity. She presents a great threat to patrols and expeditions in the southern regions. Individuals participating in her destruction will be remunerated handsomely. Inquire with Captain Vish Kozus, at the top of the Cenarion Hold Watchtower, regarding a reward.','Bring Deathclasp\'s Pincer to Vish Kozus, Captain of the Guard.','Excellent! With Deathclasp gone we\'re free to use the southern mountain range as a strategic path to circumvent the silithid hives. Your work is greatly appreciated.','I\'ll need the creature\'s pincer as proof of the deed. No pincer, no reward.','','','','','',20385,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20646,20647,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,69600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8284,4044,1377,0,8,54,58,0,0,0,0,0,0,0,0,0,0,8285,0,0,'The Twilight Mystery','A camp of Twilight\'s Hammer cultists once thrived northwest of here. If you were to venture there now, you\'d find the area swarming with elementals and nothing but scattered pieces of wood and canvas to mark the spot where the camp was.$B$BI\'ve recovered a few fragments of a clay tablet from the site, but I have too few of them to piece together anything useful. See if you can find the remaining tablet fragments so we can shed some light into the Twilight\'s Hammer presence here in Silithus.','Geologist Larksbane at Cenarion Hold in Silithus wants you to collect 8 Twilight Tablet Fragments.','Just as I suspected. I can decipher individual words in the tablets but they appear to be devoid of any logic or meaning. It\'s not unknown for Twilight\'s Hammer sects to use a code to hide the meaning of their texts; we\'ll have to go to someone who knows more about this sort of thing.','The ravaged camp can be found northwest of here. Come back when you have all the fragments.','','','','','',20378,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8285,4044,1377,0,0,54,59,0,0,0,0,0,0,0,0,0,0,8279,20401,1,'The Deserter','There are rumors of a Twilight\'s Hammer member called Ortell having deserted his sect. Word has it he hid in the mountains south of Southwind Village, where he lives as a hermit. Perhaps you can enlist his help in deciphering the tablet.$B$BTake the restored tablet with you and seek out Ortell.','Take the restored tablet to Hermit Ortell in Silithus.\n','I see you\'re familiar with my old organization. You must be with Cenarion Hold. $B$BYou seek information to use against them? Come closer, perhaps we can be of mutual assistance.','You! How did you find me? Who are you? You weren\'t followed, were you? Speak!','','','','','',20401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,549,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',8284,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(8286,4044,1377,0,12,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Tomorrow Brings','The embrace of death had all but overcome my being when he intervened. He breathed only once upon my maimed body and then waited patiently for the sands of time to cleanse my wounds.$B$B\"Forever you will remain if you must,\" he said, and with those words I was bound as a Watcher.$B$BLook now to the desert. The second war is upon us. You must seek out the resting place of the Bronze. Venture to the Caverns of Time and see if the master has returned. I must be sure before I am able to proceed.','Venture to the Caverns of Time in Tanaris and find Anachronos, Brood of Nozdormu.','It is as it should be - the great one has risen. My watch comes to an end... ','Has Anachronos returned?','Discover the Brood of Nozdormu.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,3986,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,5),(8287,4044,1377,0,0,54,60,0,0,0,0,0,0,0,0,0,0,0,20405,1,'A Terrible Purpose','Ok, here we are... a pretty valuable chunk of information, I must say! I\'ve seen the Cenarion Circle forces arrive at Silithus. They plan to drive the Twilight\'s Hammer out, don\'t they? This will help. $B$BTake this parchment to their leader, Commander Mar\'alith. Soon the Twilight\'s Hammer will be vanquished and I will be outside their grasp for good!','Take the Decoded Tablet Parchment to Commander Mar\'alith.','This is very interesting information indeed, $N. This sheds some light on the presence of the Twilight\'s Hammer in Silithus and will undoubtedly help us in our struggle against them. Your efforts will be handsomely rewarded, $C.','What is this you bring to me, $N?','','','','','',20405,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,110,21600,20645,0,0,0,0,57300,0,0,0,0,'',8279,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8288,4044,2677,0,64,60,60,62,0,0,0,0,0,0,0,0,0,8301,0,0,'Only One May Rise','There is no time to waste! A hero must be found! The task I give will require an army to complete but only one may rise from the throng of would be champions to take on the burden and responsibility of an ally of the Brood.$B$BWithin the lair of the Lord of Blackrock is a most cruel beast. The Broodlord Lashlayer guards the Halls of Strife, blocking the way into Nefarian\'s inner sanctum. Slay the foul aberration and return his head to me. Do this and you may begin the next step of your journey.','Return the Head of the Broodlord Lashlayer to Baristolth of the Shifting Sands at Cenarion Hold in Silithus.','Could you be the first to earn favor among the Bronze Flight IN a thousand years?','It is the favor of the Brood of Nozdormu that you must earn.','','','','','',20383,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8286,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8289,5875,3277,0,328,10,15,41,0,0,0,0,0,0,0,0,0,0,0,0,'Talismans of Merit','','','','','','','','','',19213,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(8290,5875,3277,0,64,10,15,41,0,0,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders','Beyond this tunnel you will find a field of strife and turmoil, young $c. The Horde continue to decimate our sacred forest, cutting down the evergreen foliage to power their machines of war.$B$BEnter Warsong Gulch and defend Silverwing Hold. Push back the invading Horde forces!$B$BDo this, and earn a talisman of merit. Bring me such a talisman, $N, and I shall reward you.','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','','','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,500,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8291,5875,3277,0,64,60,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Beyond this tunnel you will find a field of strife and turmoil, young $c. The Horde continue to decimate our sacred forest, cutting down the evergreen foliage to power their machines of war.$B$BEnter Warsong Gulch and defend Silverwing Hold. Push back the invading Horde forces!$B$BDo this, and earn a talisman of merit. Bring me such a talisman, $N, and I shall reward you.','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,890,890,890,0,0,500,500,500,500,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'7788 7871 7872 7873 7886 7887 7888 7921 8292',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8292,5875,3277,0,328,60,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Talismans of Merit','','','Thank you, $N. Your exploits in Warsong Gulch ring throughout Ashenvale Forest.','','','','','','',19213,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8291,0,0,0,'7788 7871 7872 7873 7886 7887 7888 7921 8291',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8293,5875,3277,0,328,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Mark of Honor','','','The night elves and their allies must tremble at even the whisper of your name! For the Horde!','','','','','','',19322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8294,0,0,0,'7789 7874 7875 7876 7922 7923 7924 7925 8294',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8294,5875,3277,0,64,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','The wilds of the Ashenvale forest will succumb to the might of the Horde, $r. Nothing the Silverwing say or do can stop our sovereign imperative. Kalimdor belongs to the Horde. How dare they attempt to prevent us from harvesting what is rightfully ours!$B$BLet the pride swell in your chest as you cut down their weak attempts at slowing our progress. Destroy the Silverwing Sentinels, and earn a Warsong mark of honor. Return to me with such a mark, $N, and you will be rewarded.','Enter Warsong Gulch and defeat the Alliance, gain a Warsong Gulch Mark of Honor, and bring it to Captain Shatterskull at the Mor\'shan Base Camp.','$B$BHow much more can they withstand? How many more Alliance filth must perish at the hands of the Horde for them to retreat? Only time will tell, $R.','The blood of our enemies is a mark of honor. Do you have such a mark?','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,889,889,889,0,0,500,500,500,500,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'7789 7874 7875 7876 7922 7923 7924 7925 8293',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8295,5875,3277,0,64,10,15,41,0,0,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','The wilds of the Ashenvale forest will succumb to the might of the Horde, $r. Nothing the Silverwing say or do can stop our sovereign imperative. Kalimdor belongs to the Horde. How dare they attempt to prevent us from harvesting what is rightfully ours!$B$BLet the pride swell in your chest as you cut down their weak attempts at slowing our progress. Destroy the Silverwing Sentinels, and earn a Warsong mark of honor. Return to me with such a mark, $N, and you will be rewarded.','Enter Warsong Gulch and defeat the Alliance, gain a Warsong Gulch Mark of Honor, and bring it to Captain Shatterskull at the Mor\'shan Base Camp.','','','','','','','',20558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,889,889,889,0,0,500,500,500,500,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8296,5875,3277,0,328,10,15,41,0,0,0,0,0,0,0,0,0,0,0,0,'Mark of Honor','','','','','','','','','',19322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(8297,4044,3358,0,64,60,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','War must be fought with soldiers, any soldier will tell you. They\'ll also say that a battle fought with poor gear or on an empty stomach is lost before it starts!$B$BThat is why Arathi Basin is important. There are key areas in the basin that hold essential resources. Metals, weapons, food, lumber - all are needed, and all can be gained there.$B$BThat is what I want from you, $N. Enter Arathi Basin, win the battle by holding more bases than the enemy, and return to me with a crate of resources.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','You got the resources! Great job! I\'ll send the resources to our quartermasters, who can quickly disperse them to our troops.$B$BThank you, $N. Indeed, performing successful missions like the one you achieved are how wars are truly won.','Do you have the resource crate, $N? The League of Arathor can\'t fight a decent battle without them...','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'8080 8081 8154 8155 8156 8157 8158 8159 8298',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8298,5875,3358,0,328,60,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by footman and field marshal alike.','$N, the League of Arathor has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8297,0,0,0,'8080 8081 8154 8155 8156 8157 8158 8159 8297',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8299,5875,3358,0,64,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','The League of Arathor is sparing no expense in their move to retake Arathi. They, and all the races of the Alliance, now stream to this distant region, intent on expanding their hold from Refuge Pointe. We must stop them, and the best means to stop them is to take their supplies.$B$BYou can help us, $N. Enter Arathi Basin, known for its rich mines, fertile land and skilled craftsman. Capture and control every base you can, win the battle, and return to me with the resources you gain.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'8123 8124 8160 8161 8162 8163 8164 8165 8300',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8300,5875,3358,0,328,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','Very good. I will get these to our quartermasters immediately, and a commendation for your actions will be sent to my superiors.$B$BOnce again, thank you $N. Your contributions to our struggles are noticed by grunt and high warlord alike.','$N, the Defilers has a standing mission for you to reenter Arathi Basin, procure more resource crates and bring them to me.','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8299,0,0,0,'8123 8124 8160 8161 8162 8163 8164 8165 8299',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8301,4044,1377,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,20402,1,'The Path of the Righteous','The Brood of Nozdormu are naturally distrusting of the lesser races. While it is true that you have proven to me that you have the potential makings of a hero, the time has come to prove this to my master.$B$BHive\'Ashi, Hive\'Zora, Hive\'Regal: All swarming with activity and all a threat to our existence. Slay silithid at these hives and take from them a fragment of their carapace. When you can carry no more, return to me and I shall strengthen your resolve.','Collect 200 Silithid Carapace Fragments and return to Baristolth.','You are not alone, hero. I will now grant you the ability to deputize others to help you IN your quest. If you are to be the champion of your people, you will need assistance IN your tasks and duties.','There is much history rooted IN their distrust of the mortal races; but alas, such is a tale better left for the Brood to tell when the time is right.','','','','','',20384,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20403,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8288,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8302,4044,1377,0,320,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hand of the Righteous','Choose your deputies wisely, mortal. Each time you return with your task complete, a new deputy you will be allowed to choose.$B$BWith that said, I require more of the carapace fragments. Waste no time!','Collect 200 Silithid Carapace Fragments and return to Baristolth.','Well done, hero. You will now be granted the ability to deputize another Agent of Nozdormu.','Perhaps one day the whole of Cenarion Hold will be workINg under your command.','','','','','',20384,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20403,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8301,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8303,4044,1377,0,0,60,60,0,0,0,0,0,0,0,0,0,0,8305,20415,1,'Anachronos','It is time, $N.$B$BI must apologize for keeping so much in secret. Enemies abound, even under our very noses. Please, read from this tome and learn. Take the knowledge I give to you and seek out our master.','Seek out Anachronos at the Caverns of Time in Tanaris.','You are the hope of Kalimdor, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8301,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8304,4044,1377,0,8,58,60,0,0,0,0,0,0,0,0,0,0,8306,0,0,'Dearest Natalia','My dear Natalia has gone missing.$B$BTruth be told, she had been acting strangely for weeks leading up to her disappearance. I had caught her talking to herself when no one was around on more than one occasion. She was adamant that everything was ok and that she must be allowed to continue her research.$B$BShe was last seen heading to Bronzebeard\'s camp to the south.$B$BMy soldiers are spread too thin, $N. I need you to go to Bronzebeard\'s camp and question those dwarves. ','Commander Mar\'alith at Cenarion Hold in Silithus wants you to question the inhabitants of Bronzebeard\'s Encampment. You will find Bronzebeard\'s Encampment south of Cenarion Hold.$B$BOnce you have gathered the requested information, return to Commander Mar\'alith.','$B$BWhether she is alive or dead, I must do what is right. She must be found. Alas, I am bound by duty to this outpost. Will you help me once more, $N?','Waste no time, $N!','','Frankal Questioned','Rutgar Questioned','','',0,0,0,0,0,0,0,0,0,0,0,0,15221,15222,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,5),(8305,4044,1377,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8519,0,0,'Long Forgotten Memories','In the southern desert of Silithus, near the sacred barrier, exists a single crystalline tear. This tear serves as a symbol of the great losses beset upon us during the War of the Shifting Sands. Locate this tear and gaze into its depths to gain enlightenment.\n','Locate the Crystalline Tear in Silithus and gaze into its depths.','You can feel a great sorrow revolving around this crystal. The force is so powerful that you feel as if you might collapse and die of sadness.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8303,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8306,4044,1377,0,0,58,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into The Maw of Madness','I need you to venture into Hive\'Regal and find what became of my dearest Natalia, $N. This will be no easy task for you. Before you dive headlong into the maw of madness, make sure that you go back and speak with those dwarves. They might be able to give you some tips on dealing with the silithid that inhabit that hive.$B$BAnd $N, if she truly is as mad as they say... do what you must.$B$B\n','Commander Mar\'alith at Cenarion Hold in Silithus wants you to find his beloved Natalia. The information that you gathered points to Hive\'Regal in the south as being the area in which you may find Mistress Natalia Mar\'alith.$B$BDo not forget to visit the dwarves at Bronzebeard\'s camp before venturing into the hive. They might have some additional work and advice for you.$B$BAnd $N, remember the Commander\'s words: \"Do what you must...\"','$B$BC\'Thun? WHAT is the meaning of all this? What is C\'Thun? How could this fiend have turned my sweet Natalia into the monster that you described?','Natalia?','','The Fate of Mistress Natalia Mar\'alith','','','',0,0,0,0,0,0,0,0,0,0,0,0,15215,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20724,0,0,0,1,0,0,0,609,0,0,0,0,0,350,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8304,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8307,4044,0,304,0,54,57,0,0,0,185,285,0,0,0,0,0,8313,0,0,'Desert Recipe','Adapting to life in the desert has been difficult to say the least. Not only do I miss the birds and trees of Auberdine but our food selection is severely limited by this arid environment. I\'m trying to learn about desert herbs, but there aren\'t many.$B$BI\'ve seen Twilight\'s Hammer groups from the camp west of here hunt sandworms for food. Sandworm meat is so bitter though, I can\'t imagine how they make it palatable. Keep your eyes open if you go to their camp and let me know if you learn anything.','Look for information about cooking Sandworm Meat at the Twilight\'s Hammer camp west of Cenarion Hold.','This book contains several common recipes and a few unusual ones. After browsing through it for a few seconds you spot a recipe that involves sandworm meat.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8308,4044,1377,0,0,58,60,0,0,0,0,0,0,0,0,0,0,0,20461,1,'Brann Bronzebeard\'s Lost Letter','To Whom It May Concern:$B$BIf you\'re reading this, I\'m either dead or soon to be dead. It\'s hard to say. Most of the crew is dead anyhow.$B$BFound information about a Titan. Great battle between him and an Old God. Yes, a bona fide Old God. Found ancient tunnel leading to Ahn\'Qiraj. Taking it.$B$BTake this letter to my old camp. Make sure my monkey is getting adequate food, water, and hugs.$B$B-Brann Bronzebeard, Explorer Extreme$B$BP.S. Watch out for crazy Old God worshipping night elf.','Take Brann Bronzebeard\'s Letter to Bronzebeard\'s Encampment in southern Silithus.','Well this explains a lot. If you ever find a way into Ahn\'Qiraj, keep an eye out for ol\' Brann. I\'m afraid that he\'ll be powerless without his monkey.','Oh dear.','','','','','',20461,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20723,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8309,4044,1377,0,0,58,60,0,0,0,0,0,0,0,0,0,0,0,20453,1,'Glyph Chasing','After our initial foray into the hives and Mistress Mar\'alith\'s subsequent madness the three hives have been spewing out bugs! The increased activity might be tied into the glyphs covering those strange crystals.$B$BWe must get a rubbing from crystals in all three hives. If we can get those rubbings, we might be able to make sense of this madness.$B$BTake this transcription set and hit those hives, $N. Don\'t come back until you\'ve gotten copies from each hive.','Rutgar Glyphshaper at Bronzebeard\'s Encampment in Silithus wants you to venture to Hive\'Ashi, Hive\'Zora, and Hive\'Regal and recover Glyphed Rubbings from the Glyphed Crystals of each hive.$B$BUse the Geologist\'s Transcription Kit to make a reasonable facsimile of the ancient glyphs. Return to Rutgar Glyphshaper when you complete this task.','I can\'t make heads or tails of these glyphs. I\'ve never seen anything like it! I hope Frankal\'s research can shed some light on this mess.','If you find some crazy night elf lass in one of the hives, be sure to give her a kick in the duff for us.','','','','','',20455,20454,20456,20453,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8304,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8310,4044,1377,0,8,58,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking the Code','I think I can formulate an elixir that will allow us to more readily decipher the glyphs and language of the silithid and Qiraji! What do I need? Glad you asked! I need brains! More specifically, a brain from each silithid type that inhabit the hives. Bring me brains and Rutgar\'s work might not be for naught.','Frankal Stonebridge at Bronzebeard\'s Encampment in Silithus wants you to recover a Hive\'Zora Silithid Brain, Hive\'Ashi Silithid Brain, and a Hive\'Regal Silithid Brain. Return to Frankal when you have completed this task.','Outstanding! Don\'t wander off too far, kid. We might need you to take on another task or two.','Go play with the monkey, kid. I don\'t have time for this.','','','','','',20457,20458,20459,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8304,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8311,4044,0,22,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hallow\'s End Treats for Jesper!','I want to go trick-or-treating, but I can\'t because I\'m sick. If you go for me, I\'d trade you the candy you get for some I already have! I think you\'d like this candy - it makes you turn into things both funny and scary!$B$BEach of the innkeepers in the big cities have candy they give for Hallow\'s End - talk to them and do the tricks they ask for! Also, a little gnome named Talvash in Ironforge is handing out candy as well. When you have all the candy, bring them back to me here!','Speak with the innkeepers of Stormwind, Ironforge, and Darnassus, as well as Talvash del Kissel in Ironforge. Perform the tricks they ask of you in exchange for the treats they offer.$B$BReturn to Jesper at the Stormwind Orphanage with a Darnassus Marzipan, Gnomeregan Gumdrop, Stormwind Nougat, and Ironforge Mint.','Wow, you got them all! You\'re awesome!$B$BThank you for trick-or-treating for me. Here, take these pumpkin treats - I think you\'ll like them a lot!$B$BHappy Hallow\'s End, $N!','Have you finished trick-or-treating yet? I\'m sad that I can\'t go because I\'m sick, but you helping me out makes me feel a little better...','','','','','',20492,20494,20490,20496,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,30,0,0,0,469,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8312,4044,0,22,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hallow\'s End Treats for Spoops!','I want to go trick-or-treating, but I can\'t because I\'m sick. If you go for me, I\'d trade you the candy you get for some I already have! I think you\'d like this candy - it makes you turn into things both funny and scary!$B$BEach of the innkeepers in the big cities have candy they give for Hallow\'s End - talk to them and do the tricks they ask for! Also, a troll named Kali Remik in Sen\'jin Village is handing out candy as well. When you have all the candy, bring them back to me here!','Speak with the innkeepers of Orgrimmar, Undercity, and Thunder Bluff, as well as Kali Remik in Sen\'jin Village. Perform the tricks they ask of you in exchange for the treats they offer.$B$BReturn to Spoops at the Orgrimmar Orphanage with a Thunder Bluff Marzipan, Darkspear Gumdrop, Orgrimmar Nougat, and Undercity Mint.','Wow, you got them all! You\'re awesome!$B$BThank you for trick-or-treating for me. Here, take these pumpkin treats - I think you\'ll like them a lot!$B$BHappy Hallow\'s End, $N!','Have you finished trick-or-treating yet? I\'m sad that I can\'t go because I\'m sick, but you helping me out makes me feel a little better...','','','','','',20493,20495,20491,20497,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,30,0,0,0,67,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8313,4044,0,304,0,54,57,0,0,0,185,285,0,0,0,0,0,8317,20467,1,'Sharing the Knowledge','While the recipe for cooking sandworm meat is legible, it contains references to herbs and spices you\'ve never heard of. Calandrath might have enough knowledge of the plants that grow in the desert to make sense of it. ','Bring the Torn Recipe Page to Calandrath at the inn in Cenarion Hold.','Let\'s have a look at that...$B$BThis seems simple enough. They have their own names for some of the herbs, but those are simple enough to figure out. Here, let me show you! ','Did you learn the recipe? You won\'t keep it to yourself, I hope!','','','','','',20467,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,8500,0,0,24802,0,0,0,0,0,0,0,52500,0,0,0,0,'',8307,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8314,4044,1377,0,0,58,60,0,0,0,0,0,0,0,0,0,0,8315,20463,1,'Unraveling the Mystery','We\'re on the verge of a breakthrough, $N! The rubbings you recovered have allowed us to recreate the glyphs on this crystalline prism. They are apparently a means for the Qiraji and other unknown entities to communicate various messages to the silithid.$B$BUnfortunately, that is all we could get out of the glyphs. We need to find a way to unlock the messages hidden within the crystals.$B$BTake the glyphed crystal prism to Geologist Larksbane at Cenarion Hold. She might be able to help.','Rutgar Glyphshaper at Bronzebeard\'s Encampment wants you to deliver the Glyphed Crystal Prism to Geologist Larksbane at the Cenarion Hold in Silithus.','The reason the dwarves could not decipher the glyphs is because there is nothing to decipher. The shifting outer layer of the prism must properly align with the inner crystal\'s markings in order for the message to be transmitted. Clever...$B$BWhile we should be able to translate this data, we must first unlock the code. There is only one clue on the surface of the prism - assuming the rubbings were transferred correctly - and it looks grim.','Oh my! What do you have there, $N?','','','','','',20463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',8309,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(8315,4044,1377,0,64,58,60,1,0,0,0,0,0,0,0,0,0,0,20464,1,'The Calling','The glyphs illustrate an emissary of the Qiraji meeting with three silithid at the bones of a large dragon. Above the glyphs is what I can only assume to be a code of some sort. This code might very well be the key to summoning the emissary.$B$BI will create a copy of the glyph code that you must use in the sand at the Bones of Grakkarond. If I am right, the Overlords will come thinking that new data is ready for transmission. Strike them down and confront the emissary. He holds the key to the crystals...','Geologist Larksbane at Cenarion Hold in Silithus wants you to recover the Crystal Unlocking Mechanism from the Qiraji Emissary.$B$BYou have been instructed to take the Glyphs of Calling to the Bones of Grakkarond, south of Cenarion Hold, and draw them in the sand. Should the Qiraji Emissary appear, slay it and recover the Crystal Unlocking Mechanism. Return to Geologist Larksbane if you succeed.$B$BAssemble an army for this task, $N!','I hold 20,000 years of history in my hands, $N!','You must take the opportunity as it presents itself and strike!','','','','','',20465,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8314,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8316,4044,1377,0,0,58,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','','War comes, $N, and with it comes untold horrors. You have done all that could be asked of you and for that you should be rewarded.$B$BShould this... this prophecy ever come to pass...$B$B$B$BThe future of us all could be at an end.$B$BThese armaments will prove invaluable to your campaign in this desert.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20699,20710,0,0,1,1,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8317,4044,0,304,0,54,57,0,0,0,185,285,0,0,0,0,0,0,0,0,'Kitchen Assistance','That recipe sure will come in handy. I\'d better get to work so I can have some smoked desert dumplings ready for today. I could use a hand in making some, I\'ll make it worth your while.','Calandrath at Cenarion Hold needs a batch of 10 Smoked Desert Dumplings.','Excellent! You\'re a life saver. These dumplings turned out to be quite good. Didn\'t really expect such good taste from the Twilight\'s Hammer.','How are those dumplings coming along? ','','','','','',20452,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',8313,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8318,4044,1377,0,8,57,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secret Communication','Some of the Twilight\'s Hammer cultists carry around little papers with gibberish written on them. I want you to bring me a stack of them, $c.$B$BI can\'t figure out what the gibberish means, but that\'s not the point! These papers are how their different groups communicate secretly. The more texts we take out of circulation, the less they can communicate!','Bring 10 Encrypted Twilight Texts to Bor Wildmane in Cenarion Hold.','Excellent! I\'ll stash these away, maybe they\'ll be useful later.','Did you bring me some texts?','','','','','',20404,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6,0,0,5),(8319,4044,1377,0,8,57,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrypted Twilight Texts','','','Excellent work! I\'ll put a good word in for you.','Keep bringing me texts. We\'ll soon force the Twilight\'s Hammer out of Silithus.','','','','','',20404,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8318,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8320,4044,1377,0,8,60,60,0,0,0,0,0,0,0,0,0,0,8321,0,0,'Twilight Geolords','The Twilight\'s Hammer, an insane cult bent on destruction, set up camps in Silithus and perform rituals day and night. We do not yet know their plans, but we do think they are somehow linked to the pulsing red crystals spread across the desert.$B$BAlthough their mystery may one day be solved, we must first deal with their immediate threat. Go to their camps to the west and seek out Twilight geolords. They are the heads of these serpents; that is where we must strike!','Kill 10 Twilight Geolords, then return to Huum Wildmane in Cenarion Hold.','That was a task well performed, $N. Your slaying of the Twilight geolords must have dealt a grievous blow to the cult. Let us hope their plans are slowed...','Enter the desert and find the Twilight geolords, $N. Return to me after they are slain.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11881,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8321,4044,1377,0,8,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vyral the Vile','We have discovered another base of operations for the Twilight\'s Hammer. It is called Twilight\'s Run; it is a cave tucked in the northeast corner of Silithus. The local leader of the cult, Vyral the Vile, haunts that cave - it is he who you must next defeat. When you have done this, bring me his signet ring.$B$BFortune to you, $N. The horrors of Twilight\'s Run are formidable indeed.','Bring Vyral\'s Signet Ring to Huum Wildmane in Cenarion Hold.','You\'ve done it! Vyral is killed! This can only mean doom for the Twilight Hammer\'s operations in Silithus. There may be more of them scurrying about, but the blow you dealt to the cult today is one from which they will not easily recover.','$N, have you yet defeated Vyral the Vile? Do you have his signet ring?','','','','','',20466,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20650,20649,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,350,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8320,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(8322,4044,0,22,0,30,-1,41,690,0,0,0,0,0,0,0,0,8409,20605,1,'Rotten Eggs','The humans of Southshore love their ale, and as such they prize the ale served at the Southshore Inn. With the chaos of Hallow\'s End now upon them, we can use it to ruin their latest batch of beverages for weeks - if not months to come!$B$BTake these rotten eggs and place them in the main brew keg inside the Southshore Inn. Your presence alone will cause strife, so be prepared to defend yourself!$B$BOnce you\'ve given Southshore a taste they\'ll not soon forget, return to me here at the festival!','Place the Rotten Eggs in the main brew keg located inside the Southshore Inn.','The keg is filled with ale.$B$BHaving successfully fought your way inside the inn, you now place the eggs inside the keg. You can smell the foul odor permeating the air...','The keg is filled with ale.','','','','','',20605,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(8323,4044,1377,0,8,54,59,0,0,0,0,0,0,0,0,0,0,0,0,0,'True Believers','Now that I have the Twilight Lexicon in my possession, there is a small favor I\'d like to ask of you.$B$BMy former organization has a secret encoded bulletin they circulate on a monthly basis.$B$BIf they make any progress searching for me or if they call off the search, word will be published on the True Believer.$B$BAlthough this information is obviously valuable to me, the publication contains other useful information that I can share. Bring me any encoded texts you find on Twilight\'s Hammer members.','Hermit Ortell wants you to bring him 10 Encrypted Twilight Texts','Excellent! I will get to decoding these as soon as possible. If I find anything of interest I\'ll find some way to get the information to you.','Did you find any encrypted texts? I\'m quite curious to read this month\'s True Believer.','','','','','',20404,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,93,21600,20469,0,0,0,0,55800,0,0,0,0,'',8279,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8324,4044,1377,0,8,54,59,0,0,0,0,0,0,0,0,0,0,0,0,0,'Still Believing','','','Excellent! I can\'t wait to read these. Please do keep bringing the encrypted texts here if you find them.','Find any more encrypted texts? Bring me a good batch of them, this decoding work takes some time.','','','','','',20404,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,94,21600,20469,0,0,0,0,0,0,0,0,0,'',8323,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8325,5875,3431,0,136,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming Sunstrider Isle','The sooner you begin your education, $N, the better for us all. There is little room for error, so listen closely.$B$BThe Burning Crystals - the green floating objects to the west of the Sunspire here - have long been used to power the isle\'s experimentations. The mana wyrms were their guardians, but the Scourge invasion of Quel\'Thalas has driven them errant from our lack of magical control over them.$B$BThere is little choice but to thin their numbers for reclamation. Do this, then return to me.','Kill 8 Mana Wyrms; they are located close to the Burning Crystals that are adjacent to the tower and gazebo.','You have successfully completed your first task; for that, you are to be congratulated. Such success gives me faith that you will turn out better than those young blood elves who fail to heed the lessons of their masters. Continued success will be rewarded - not only with knowledge, but also with tangible rewards as well.$B$BYour work here, however, is not finished. There is much more to learn, my young friend...','Our work in rebuilding our society begins here, $N. Once we are able to secure our home, we can look outward and upward.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15274,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,20997,20998,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8326,5875,3431,0,136,1,3,0,690,0,0,0,0,0,0,0,0,8327,0,0,'Unfortunate Measures','Your effort has made something clear that, honestly, I wish were not true. The unchecked power of the Burning Crystals has maligned a much larger swath of the isle\'s natural balance than I thought. We must now take on more unfortunate measures to reclaim control.$B$BThe nearby lynxes have succumbed to the influence of the crystals, and they must be put down. Bring their collars, $N, as I may yet be able to fashion a magical restraint to turn some back from being uncontrolled.','Collect 8 Lynx Collars from slain Springpaw Lynxes and Springpaw Cubs. Return to Magistrix Erona on Sunstrider Isle when you are done.','The tower and surrounding areas should now be relatively secure, though only for the time being. You have done well in providing us with a buffer of security, but we will need to reassert control over the entire isle if we are to survive here in the long run. This will involve tackling much greater threats than errant mana wyrms and lynxes.$B$BTake this, $N - you will no doubt make good use of it for the tasks to come.','It gives me no pleasure to ask you to destroy these beasts. While in times past we have lived in relative harmony with woodland creatures, these are different times. The first order of business for all sin\'dorei is survival; make sure you remember that.','','','','','',20797,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20994,20993,20992,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8327,5875,3431,0,136,1,3,0,690,0,0,0,0,0,0,0,0,8334,0,0,'Report to Lanthan Perilon','You are to report to my assistant, Lanthan Perilon. He will instruct you on what needs to be done next. While we here at the Sunspire will continue to rein in the Burning Crystals, you will be focused on a more pressing matter concerning Falthrien Academy. Lanthan will explain fully when you speak to him.$B$BSimply walk west of here along the path, and you should see him standing close by.$B$BGood luck, $N - your continued successes shall be rewarded.','Speak with Lanthan Perilon on Sunstrider Isle; he is standing close to the path running west away from the Sunspire.','Magistrix Erona told me you\'d be along quick enough, $N. The Falthrien Academy to our west - the huge floating building with the ornate spires - is in bad shape. You\'re going to be leading the effort to recapture it from one of the Wretched - a $R who has forever succumbed to their basest cravings.$B$BI hope you\'re ready to work. This is not only going to be a lesson about danger, but also of what happens when you forsake the realities of who you are.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8326,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8328,5875,0,161,136,1,1,0,690,128,0,0,0,0,0,0,0,0,0,0,'Mage Training','As you advance within your class, you will want to take advantage of the training that your class trainer can provide you. For young mages here on Sunstrider Isle, your trainer is Julia Sunstriker. Speak with Julia and see what training she has available for you. The things she will teach do have a cost, so bring some coin with you.$B$BJulia - as with all the trainers on Sunstrider Isle - is inside the Sunspire on the lower level.','Speak with Julia Sunstriker - the Mage class trainer - inside the Sunspire on Sunstrider Isle.','Ah, $N - I believe you\'re one of the new mages here on the isle, yes? Well, you\'ve come to the right place. If arcane mastery is what you seek, then I can provide such knowledge - as long as you have the wherewithal to handle training costs and the capacity to focus on the lessons I\'ll be teaching.$B$BLet\'s get started!','Ah, $N - I believe you\'re one of the new mages here on the isle, yes? Well, you\'ve come to the right place. If arcane mastery is what you seek, then I can provide such knowledge - as long as you have the wherewithal to handle training costs and the capacity to focus on the lessons I\'ll be teaching.\r\n\r\nLet\'s get started!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',8325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8329,5875,3431,0,136,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warrior Training','As you advance within your class, you will want to take advantage of the training that your class trainer can provide you. For young warriors here on Sunstrider Isle, your trainer is Jesthenis Sunstriker. Speak with Jesthenis and see what training he has available for you. The things he will teach do have a cost, so bring some coin with you.$B$BJesthenis - as with all the trainers on Sunstrider Isle - is inside the Sunspire on the lower level.','Speak with Jesthenis Sunstriker - the warrior class trainer - inside the Sunspire on Sunstrider Isle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(8330,5875,3431,0,128,2,4,0,690,0,0,0,0,0,0,0,0,0,20474,1,'Solanian\'s Belongings','With all the chaos happening here at the Sunspire, I haven\'t had a chance to collect my belongings I\'ve left outside at various places on the isle. I must maintain my vigil over the Sunwell here, so I\'ll ask you to collect them in my stead.$B$BI need my scrying orb, my scroll of Scourge magic, and my journal. Use this satchel for some extra space, as my things are rather bulky. Return them to me and I\'ll give you a little something - you know, for the effort; you can keep the satchel as well!','Collect Well Watcher Solanian\'s Scrying Orb, his Scroll of Scourge Magic, and his Journal. They are found on Sunstrider Isle by the pond, the fountain, and one of the Burning Crystals. Return them to the Well Watcher at the Sunspire on Sunstrider Isle when you\'ve collected them all.','Well done - I knew you\'d be perfect for the task. Once it\'s safe to make use of our outdoor facilities on the isle, I\'ll be putting these things to good use.$B$BLike I mentioned, please feel free to keep the satchel. Also, you may find this piece of armor to be useful. Consider it ample compensation for a simple task performed dutifully!','Have you had a chance to find my belongings? Once we reassert our dominance over Sunstrider Isle, I will need them in my work. For now though, I must maintain my watch over the Sunwell... or what remains of it.','','','','','',20470,20471,20472,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20996,20995,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',8345,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8331,4044,1377,0,0,60,60,0,0,0,0,0,0,0,0,0,0,8332,0,0,'Aurel Goldleaf','$N, although we had hoped the Twilight\'s Hammer\'s operations in Silithus were slowing... we were, regrettably, mistaken. Through continued forays against the cult, we have learned that an even darker power, the Abyssal Council, controls the Hammer through the arcane wind stones dotted amongst the cult\'s camps. Your next action, $N, will be against the Abyssal Council.$B$BSpeak with the craftsman Aurel Goldleaf, in the eastern section of Cenarion Hold. Her skill will be needed for this next gambit.','Speak with Aurel Goldleaf in Cenarion Hold.','$N, good day. I was told you will pit yourself against the Abyssal Council? If that is so, then listen closely to my next words...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8332,4044,1377,0,8,60,60,0,0,0,0,0,0,0,0,0,0,8349,0,0,'Dukes of the Council','We think it is possible to use a wind stone to ambush a duke of the Abyssal Council. To do this, however, one must commune through the wind stone, and convince the council you are a middle ranked leader of the Twilight\'s Hammer. $B$BSuch a gambit requires a replica of the cult\'s medallion of station. I can create the medallion, but I will need a large brilliant shard, and crests worn by the Abyssal Templar.$B$BBring these to me and I will do the rest.','Bring 1 Large Brilliant Shard and 3 Abyssal Crests to Aurel Goldleaf in Cenarion Hold.','Ah, very good. I\'ve been working on the medallion - now with these last ingredients, I\'ll be done in just a few moments...$B$BThere we are. Here is the medallion, $N.$B$BYou\'ll need to wear this when you activate one of the Twilight\'s Hammer\'s wind stones. Put this on, along with the rest of the twilight trappings, and the Abyssal Council will see you as one of their cultist underlings.','Do you have the shard and the crests, Demonhound? I will need them to make the twilight cultist\'s medallion of station.','','','','','',14344,20513,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20422,0,0,0,1,0,0,0,609,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8331,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8333,4044,1377,0,8,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Medallion of Station','','','Here you are, $N. One more Twilight medallion of station. Use it well, and I wish you luck against the Abyssal Council!','If you need another Twilight cultist\'s medallion of station, then I am happy to oblige. I will, however, need another brilliant shard and some abyssal crests...','','','','','',14344,20513,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20422,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8332,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8334,5875,3431,0,136,1,4,0,690,0,0,0,0,0,0,0,0,8335,0,0,'Aggression','Before sending you to the Academy, I want you on another task that needs to be dealt with immediately. Once used to aid us in the gardening of Sunstrider Isle, the bestial tenders now have grown out of our control. Clear them out with due haste, but be warned - their lack of control has made them aggressive. It is such aggression that forces us to put down these once-gentle servants.$B$BIt doesn\'t please me to ask you to do such a task, but survival is survival. I\'ll mourn later.','Kill 7 Tenders and 7 Feral Tenders, and then return to Lanthan Perilon on Sunstrider Isle.','While the deaths of the tenders give me no joy whatsoever, it does show me that you\'re ready for the most important task you\'ll do here on Sunstrider Isle. Take this and put it to good use; you\'ll need good items and sharp wits for the task ahead. Our reassertion of control over the island depends on it.','It is better you learn about survival - and the costs of survival - now rather than later. Making hard choices is something you\'re going to have to get used to as a blood elf.$B$BNo one was there for us when the Scourge ripped our home in two. It was us and us alone who pulled ourselves up by the bootstraps.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15271,15294,0,0,7,7,0,0,0,0,0,0,0,0,0,0,20837,20836,20840,20839,20835,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',8327,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8335,5875,3431,0,136,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,'Felendren the Banished','A betrayer of our people resides atop Falthrien Academy to the southwest.$B$BFelendren is his name, and he was banished from blood elf lands for failing to heed the warnings of our teachers and elders. He is the worst of our society, as he lives only to feed his insatiable magical addictions. He refused to learn control; he is a shell of his former self - one of the Wretched - and he is a threat to the Sunspire.$B$BDestroy him and the wraiths he uses as minions.','Kill 8 Arcane Wraiths and 2 Tainted Arcane Wraiths, as well as Felendren the Banished; they are located in the Falthrien Academy. Bring Felendren\'s Head to Lanthan Perilon on Sunstrider Isle.','Felendren\'s head... you are to be commended, $N. You\'ve succeeded where others, like Felendren, have utterly failed. Perhaps you are truly ready to be a contributing member of $R society.$B$BYour success here means that you are capable of surviving the greater threats that lurk in Eversong... and believe me, there are plenty to face.','Heed well this warning - Felendren the Banished is only a symptom of a much larger problem. His demise will solve our immediate concerns, but all blood elves share the potential same fate as him if we let our addictions get the best of us.','','','','','',0,0,20799,0,0,0,0,0,1,0,0,0,15273,15298,0,0,8,2,0,0,0,0,0,0,0,0,0,0,20838,20841,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',8334,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8336,5875,3431,0,128,2,4,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Fistful of Slivers','It\'s a shame that we\'ve lost control of many of the creatures here on the island. This was once a tranquil place of study and research. Now it\'s all we can do to keep from being attacked by our own creations!$B$BI\'m going to offer you a chance to receive a magical boon in exchange for some collecting work on your part. Bring me a stack of arcane slivers that are found on the mana-using creatures of Sunstrider Isle, and I will cast a spell on you that should aid your adventures on the isle.','Collect 6 Arcane Slivers from any creature on the isle that uses mana, and then return to Arcanist Ithanas on Sunstrider Isle.','Splendid - these will do nicely. I\'ve been doing quite a bit of thinking on the current malaise Sunstrider Isle suffers under. One possible course of action I had pondered was to collect these arcane slivers from the beasts on the isle. In doing so, they could be experimented on; this would provide a potential source of culpability.$B$BAnyway, I will tend to the research. Allow me to place this incantation on you. I believe you\'ll make good use of it!','Many of the creatures here on the isle were at one point bound into non-aggression and complacency by our magical skills. When the Scourge destroyed the Sunwell, our hold over these creatures shattered. Arcane slivers are the remnants of the control we once had, and as such might be usable in fashioning a new device to aid us in regaining their control.$B$BBetter still, perhaps the slivers could be used to see what malaise the isle truly suffers under...','','','','','',20482,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20991,0,0,0,1,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,24829,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8337,5875,3431,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',20482,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24829,24829,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8338,5875,3431,0,128,1,4,0,690,0,0,0,0,0,0,0,0,0,20483,1,'Tainted Arcane Sliver','You\'ve found an odd sliver of crystallized mana on the corpse of the tainted arcane wraith. The sliver is different than others you may have seen in that it is as dark and sinister-looking as the wraith you looted it from. Just holding it gives you a sense of unnatural foreboding.$B$BArcanist Helion at the gazebo of the Sunspire on Sunstrider Isle just might be someone who would have a use for the sliver.','Bring the Tainted Arcane Sliver to Arcanist Helion at the gazebo of the Sunspire on Sunstrider Isle.','This is... most interesting. And when I say interesting, I mean more disturbing than anything else.$B$BOur efforts to reassert control over the isle in the time following the destruction of the Sunwell have been a challenge. I suspect that whatever foul source is corrupting the isle is at the heart of it all; this sliver may be of some aid in uncovering what\'s really going on.$B$BYou were wise to bring this to me, $N. Take this as compensation for your diligence. Thank you.','From your demeanor, you seem to be on a matter of some urgency. Is there something specific I can assist you with?','','','','','',20483,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8339,5875,1377,0,8,57,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Royalty of the Council UNUSED','To make a Twilight Cultist Signet Ring, I need a bunch of items','Bring the items to Aurel Goldleaf in Cenarion Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20451,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8340,5875,1377,0,8,57,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Signet Ring ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20451,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8341,4044,1377,0,8,60,60,1,0,0,0,0,0,0,0,0,0,8351,0,0,'Lords of the Council','Lords of the Abyssal Council can only be summoned through the greater wind stones, and only the top ranking members of the Twilight\'s Council may speak to them. But... I have found a way to upgrade your disguise and fool the Abyssal Lords!$B$BThe disguise calls for a ring of lordship, worn only by the highest members of the cult. I will craft one for you if you can bring me large brilliant shards and abyssal signets.','Bring 5 Large Brilliant Shards and 3 Abyssal Signets to Aurel Goldleaf in Cenarion Hold.','Thanks. Just one moment and I\'ll have that ring ready for you...$B$BThere it is. Now you\'re ready.$B$BBe sure to wear this ring, along with a medallion of station and the rest of the twilight trappings, when you activate a greater wind stone. Do that, and the Abyssal Council will think you one of their servants. Then, perhaps you can lure one into an ambush! ','Do you have the shards and the signets, $N? I will need them to create the ring of lordship. ','','','','','',14344,20514,0,0,0,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20451,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8343,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8342,4044,1377,0,8,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Ring of Lordship','','','Ah, I see your convictions are strong. Not many will face that council of fiends!$B$BHere\'s your ring, $N. May your will, and your fortune, stand firm.','$N, if you plan to go after the Abyssal High Council again, then you\'ll need another Twilight ring of lordship. Bring me more shards and signets and I\'ll make one for you.','','','','','',20514,14344,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20451,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8341,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8343,4044,1377,0,8,60,60,0,0,0,0,0,0,0,0,0,0,8341,0,0,'Goldleaf\'s Discovery','$N, Aurel Goldleaf thinks she\'s found a way to summon and defeat a ruling member of the Abyssal Council! Such a task will be dangerous, but you have earned great respect amongst the Cenarion Circle. We know that if anyone can do it, you can.$B$BMay fortune go with you, $N. Speak with Aurel when you are ready.','Speak with Aurel Goldleaf in Cenarion Hold.','What Huum says is true. I believe I know how to summon a lord of the Abyssal Council! Listen on, and I will explain...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8344,5875,0,61,16520,1,-1,0,690,256,0,0,0,0,0,0,0,0,0,0,'Windows to the Source','Heed my words, young one - there is a taint about this island, and it is far more potent than the remnants of the Scourge.$B$BI believe there is a true demonic presence on the isle.$B$BWest of here are the spires of Falthrien Academy. The arcane wraiths that infest it are a window to the source of demonic power. You are to bring me the essences of tainted and untainted wraiths.$B$BIn exchange for your obedience, I\'ll teach you how to summon an imp companion - your first of many as a warlock.','Bring 4 Wraith Essences and 1 Tainted Wraith Essence to Summoner Teli\'Larien at the Sunspire on Sunstrider Isle.','Well done! Yes, this should be enough essence to get started on my research. I have a strong feeling that this tainted essence will be just the thing... the window, as I mentioned.$B$BFollowing the orders of your masters is highly recommended as a young $C. As I promised you, here is the reward for obeying instructions and completing them in a competent manner - the knowledge to summon and bind your own imp.$B$BUse it well, $N','The essences of the wraiths will serve me well as sources of experimentation. Much like your life as a $c, it is important to learn from what we find in the world... before twisting it to our will. With demons as the richest source of power, it will be quite the boon if such a taint is truly present on the isle.$B$BWell... a boon for us warlocks, that is.','','','','','',20934,20935,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,688,7763,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8345,5875,3431,0,136,2,4,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Shrine of Dath\'Remar','Day after day I stand here, watching, waiting. I\'ve been accused of dwelling too much on our past, while my eyes look to the horizon. But it is my firm belief that each visitor to this island should honor those who have sacrificed all so that they may continue to do so.$B$BDath\'Remar Sunstrider was our first king. He led us here from Kalimdor through the Maelstrom.$B$BSeek out his shrine to the west and do not return to me until you have read the plaque upon it in his honor.','Read the plaque on the Shrine of Dath\'Remar and then return to Well Watcher Solanian at the Sunspire on Sunstrider Isle.','Ah, $N - thank you for sharing your experience at the Shrine of Dath\'Remar. First off, you should be commended for your sense of duty and respect - it will serve you well not only here, but in all of Azeroth as well.$B$BAs for the odd sensation, it is no doubt a contributing part of the taint that has befallen Sunstrider Isle. We shall keep an eye on it; thank you for alerting us to it!','Have you read the plaque on the shrine then, $c?','','Shrine of Dath\'Remar Read','','','',0,0,0,0,0,0,0,0,0,0,0,0,-180516,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',8330,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8346,5875,3431,0,136,2,3,0,512,0,0,0,0,0,0,0,0,0,0,0,'Thirst Unending','If there is only one lesson you deign to remember from your time on Sunstrider Isle, let it be this - control your thirst for magic. It is a thirst unending, $N - what you absorb must be controlled and released via Arcane Torrent. Failure is to become one of the Wretched... hopelessly addicted and insane.$B$BSeek out a mana wyrm and unleash your Arcane Torrent upon it. Learn to master your power. When you have sufficiently released an Arcane Torrent, return to me.','Use your Arcane Torrent racial ability on a Mana Wyrm, then return to Arcanist Helion.','You\'ve done well today, $N. Your willingness to learn shows that you may very well rise above the unyielding cravings you must endure as a $R.$B$BRest not on your laurels, young one, but instead seek to master what you have learned. Only through diligence will we as a race survive.$B$BTake this ','Ah $N. Have you completed your task?','','Arcane Torrent unleashed','','','',0,0,0,0,0,0,0,0,0,0,0,0,15274,0,0,0,1,0,0,0,28730,0,0,0,0,0,0,0,20999,21000,21001,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8347,5875,3431,0,128,4,5,0,690,0,0,0,0,0,0,0,0,9704,0,0,'Aiding the Outrunners','Magistrix Erona wanted you to head over to Silvermoon City in order to aid our reclamation efforts there... that is, once you had successfully addressed the situation at Falthrien Academy. You did not disappoint us, $N.$B$BOn your way to Falconwing Square, south of here, you should speak with Outrunner Alarion. She\'s not far from the bridge.$B$BThe Outrunners take care of shuttling goods between here and the mainland, and since you\'ve proven to be so resourceful, they could use your assistance.','Speak with Outrunner Alarion near the bridge leading south of Sunstrider Isle.','Well hello there, $C! I heard that a resourceful young $R formerly in the service of Magistrix Erona might be making their way down here to help us Outrunners out. We certainly welcome the help, especially from someone who\'s proven to be so competent.$B$BI hope you\'re interested in running an errand or two for us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',8335,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8348,4044,1377,0,0,60,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'Signet of the Dukes','Huum tells me you\'ve figured out how to summon the Abyssal Dukes! That\'s quite an accomplishment.$B$BYou know what else would be quite the accomplishment? Smashing up one of those things really good. That\'ll cause an impression on their underlings, if you know what I mean. Bring back its signet as proof of the deed.','Bring the Abyssal Signet to Bor Wildmane in Cenarion Hold.','I knew you were a tough $C the minute I saw you walk into Cenarion Hold. Keep it up!','How did it go with the Abyssal Duke? Did it hit hard?','','','','','',20514,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20601,0,0,0,1,0,0,0,609,0,0,0,0,0,350,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8349,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8349,4044,1377,0,8,60,60,0,0,0,0,0,0,0,0,0,0,8348,0,0,'Bor Wildmane','Now that you have a medallion and can summon an Abyssal Duke, speak with Bor Wildmane. He will set you on a task against the Abyssal Council.$B$BGood luck, $N. And if you ever need more medallions, return to me.','Speak with Bor Wildmane in Cenarion Hold.','Good to see you again, $C! So you had a medallion made? Good -- you\'ll need that for your next quest...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',8332,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8350,5875,3431,0,128,4,5,0,690,0,0,0,0,0,0,0,0,0,20804,1,'Completing the Delivery','The death of another outrunner is a true tragedy, but it\'s a risk we all accept when we take the job. Magistrix Erona at the Sunspire needs to get this package to the inn at Falconwing Square, and she needs it there as soon as possible.$B$BWe\'re short handed and I don\'t have anyone else available that can cover for us.$B$BI\'m not going to lie to you; the path to Falconwing Square can be extremely dangerous if you leave the safety of Dawning Lane. Do you feel up to the task, $N?','Deliver Erona\'s Package to Innkeeper Delaniel inside the inn at Falconwing Square in Eversong Woods.','Thank you, I do appreciate the prompt delivery.$B$BWhile you\'re here, please make yourself comfortable. If you haven\'t done so already, feel free to get a hearthstone and bind yourself here. Using a hearthstone will allow you to recall to an inn once every hour. If you ever lose your hearthstone, simply return to any inn - an innkeeper will gladly get you a new one.','Welcome to my inn, $C. Am I to understand that you have something for me?','','','','','',20804,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,4536,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9705,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(8351,4044,1377,0,72,60,60,62,0,0,0,0,0,0,0,0,0,8352,0,0,'Bor Wishes to Speak','Now that you can disguise yourself as a ruling member of the Twilight Council, I am certain Bor Wildmane will want to speak with you. Go see him, and prepare yourself for a very difficult mission...','Speak with Bor Wildmane in Cenarion Hold.','Yes, that\'s right, $N. I have a very tough task ahead...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',8341,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8352,4044,1377,0,0,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Scepter of the Council','Huum and I were just talking about you. He tells me you\'re just about ready to try your hand at fighting an Abyssal Lord!$B$BI must tell you this is a very dangerous endeavor. You\'d better bring backup. And I don\'t mean one or two of your friends, I\'m talking about a top-notch, battle-ready fighting force. If your friends are as good as you, you might even defeat it!$B$BIf you do - and I\'ll want evidence, as always - I\'ll give you a truly great reward.','Bring an Abyssal Scepter to Bor Wildmane in Cenarion Hold.','You... you did it! You did it, $N! Here! Take this. It\'s the biggest chest we had lying around and I filled it with some of the best stuff we found.','Well, how did it go? I\'d do anything to leave my post and wrestle one of those things myself!','','','','','',20515,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20602,0,0,0,1,0,0,0,609,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8351,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8353,5875,0,22,0,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Chicken Clucking for a Mint','Ah, trick-or-treating for a sick child, are we? I was going to say, you\'re a little old to be rummaging about for candies...$B$BWell, for my treat - an Ironforge Mint - you will need to... cluck like a chicken! Yes, chickens love mints... well OK, maybe they don\'t LOVE them... but I won\'t give you a mint unless you chicken cluck for me!$B$BWell $c, are you up to the challenge or not?! Time to earn your treat!','Do a chicken emote at Innkeeper Firebrew, and in exchange you\'ll receive an Ironforge Mint!','Too funny! Well done, $N! Here\'s your treat.$B$BHappy Hallow\'s End!','','','Cluck like a chicken for Innkeeper Firebrew','','','',0,0,0,0,0,0,0,0,0,0,0,0,5111,0,0,0,1,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20490,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8354,4044,0,22,0,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Chicken Clucking for a Mint','Ah, trick-or-treating for a sick child, are we? I was going to say, you\'re a little old to be rummaging about for candies...$B$BWell, for my treat - an Undercity Mint - you will need to... cluck like a chicken! Yes, chickens love mints... well OK, maybe they don\'t LOVE them... but I won\'t give you a mint unless you chicken cluck for me!$B$BWell $c, are you up to the challenge or not?! Time to earn your treat!\n','Do a chicken emote at Innkeeper Norman, and in exchange you\'ll receive an Undercity Mint!','Too funny! Well done, $N! Here\'s your treat.$B$BHappy Hallow\'s End!','','','Cluck like a chicken for Innkeeper Norman','','','',0,0,0,0,0,0,0,0,0,0,0,0,6741,0,0,0,1,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20491,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8355,5875,0,22,0,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Incoming Gumdrop','A trick-or-treater! Huzzah!$B$BWell now, even though you\'re doing something noble and collecting candies for a sick child, I can\'t let you off the hook that easily. I have a yummy Gnomeregan Gumdrop to give to the sick child... if you make a train noise for me! Haha, yes, that\'ll be the trick! The price of this gumdrop is one train noise!$B$BChugga-chugga, $c!','Do a train emote at Talvash del Kissel, and in exchange you\'ll receive a Gnomeregan Gumdrop!','Too funny! Well done, $N! Here\'s your treat.$B$BHappy Hallow\'s End!','Well, go ahead now...','','Do the \"train\" for Talvash','','','',0,0,0,0,0,0,0,0,0,0,0,0,6826,0,0,0,1,0,0,0,0,0,0,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20494,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8356,5875,0,22,0,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Flexing for Nougat','That\'s an... interesting costume you have on. Even though you\'re being nice and helping a sick child trick-or-treat this year, I\'m afraid I\'m going to have to ask you perform a trick for me!$B$BLet\'s see... you look so strong and buff in that... costume... let\'s see you flex! Yes, go on now and flex for me, strong $g man : woman;!$B$BWhen and only when you flex, I\'ll give you some tasty Stormwind Nougat. It\'s a great Hallow\'s End treat.','Do a flex emote at Innkeeper Allison, and in exchange you\'ll receive Stormwind Nougat!\n','You are truly mighty, haha! Well done, and thanks for being such a good sport. Here\'s your candy.$B$BHappy Hallow\'s End, $N!','No candy until you flex for me, $N...','','Flex for Innkeeper Allison','','','',0,0,0,0,0,0,0,0,0,0,0,0,6740,0,0,0,1,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20492,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8357,5875,0,22,0,10,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Dancing for Marzipan','Even though you\'re trick-or-treating for a sick child, you still need to perform a trick for the treat! We can\'t very well change the tradition, now can we...$B$BI believe the cost of a piece of marzipan nowadays is to bust out and DANCE! That\'s right, let me see your moves! Dance for me, and I\'ll give you some tasty marzipan!','Do a dance emote at Innkeeper Saelienne, and in exchange you\'ll receive Darnassus Marzipan!','You\'re quite the dancing machine, $N!$B$BHere\'s your treat for being such a good sport. Happy Hallow\'s End, and give my best to your sick little friend! I hope they get better soon.','You know how to dance, don\'t you? Try by putting your right foot in... then your right foot out... your right foot in... shake it all about...','','Dance for Innkeeper Saelienne','','','',0,0,0,0,0,0,0,0,0,0,0,0,6735,0,0,0,1,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20496,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8358,5875,0,22,0,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Incoming Gumdrop','A trick-or-treater! Yeah mon!$B$BWell now, even though you\'re doing something noble and collecting candies for a sick child, I can\'t let you off the hook that easily. I have a yummy Darkspear Gumdrop to give to the sick child... if you make a train noise for me! Haha, yes, that\'ll be the trick! The price of this gumdrop is one train noise!$B$BChugga-chugga, $c!\n','Do a train emote at Kali Remik, and in exchange you\'ll receive a Darkspear Gumdrop!\n','Woo-woo! Well done, $N! Here\'s your treat.$B$BHappy Hallow\'s End!','Well, go ahead now...','','Do the \"train\" for Kali Remik','','','',0,0,0,0,0,0,0,0,0,0,0,0,11814,0,0,0,1,0,0,0,0,0,0,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20495,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8359,4044,0,22,0,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Flexing for Nougat','That\'s an... interesting costume you have on. Even though you\'re being nice and helping a sick child trick-or-treat this year, I\'m afraid I\'m going to have to ask you perform a trick for me!$B$BLet\'s see... you look so strong and buff in that... costume... let\'s see you flex! Yes, go on now and flex for me, strong $g man : woman;!$B$BWhen and only when you flex, I\'ll give you some tasty Orgrimmar Nougat. It\'s a great Hallow\'s End treat.\n','Do a flex emote at Innkeeper Gryshka, and in exchange you\'ll receive Orgrimmar Nougat!','You are truly mighty, haha! Well done, and thanks for being such a good sport. Here\'s your candy.$B$BHappy Hallow\'s End, $N!','No candy until you flex for me, $N...','','Flex for Innkeeper Gryshka','','','',0,0,0,0,0,0,0,0,0,0,0,0,6929,0,0,0,1,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20493,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8360,5875,0,22,0,10,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dancing for Marzipan','Even though you\'re trick-or-treating for a sick child, you still need to perform a trick for the treat! We can\'t very well change the tradition, now can we...$B$BI believe the cost of a piece of marzipan nowadays is to bust out and DANCE! That\'s right, let me see your moves! Dance for me, and I\'ll give you some tasty marzipan!','Do a dance emote at Innkeeper Pala, and in exchange you\'ll receive Thunder Bluff Marzipan!','You\'re quite the dancing machine, $N!$B$BHere\'s your treat for being such a good sport. Happy Hallow\'s End, and give my best to your sick little friend! I hope they get better soon.','You know how to dance, don\'t you? Try by putting your right foot in... then your right foot out... your right foot in... shake it all about...','','Dance for Innkeeper Pala','','','',0,0,0,0,0,0,0,0,0,0,0,0,6746,0,0,0,1,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20497,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8361,4044,1377,0,8,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abyssal Contacts','We\'ve seen the Twilight\'s Hammer cultists performing rituals to summon powerful elemental nobles. We don\'t know if these are the beings the cultists worship or if they act as intermediaries to even more powerful forces. One thing is for sure: they are receiving orders from these elementals.$B$BI want you to find a way to contact an Abyssal Templar and give it a proper beating! Nothing throws the troops in disarray like taking out the chain of command. Bring back proof while you\'re at it.','Bor Wildmane at Cenarion Hold in Silithus wants you to destroy an Abyssal Templar and bring him an Abyssal Crest as proof of the deed.','Hah! You did it, $N! The Twilight\'s Hammer will soon be crushed!','Did you finish the job?','','','','','',20513,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20603,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8362,4044,1377,0,8,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abyssal Crests','','','You\'ve done well! That\'s less Templars for me to worry about.$B$BHere you go, $N. Hope there\'s something useful in there for you.','You\'ve proved you can handle yourself in a fight, $N. Let\'s keep the pressure up on the Twilight\'s Hammer. Go fight some more Abyssal Templars, I\'ll reward you with some of the stuff Huum and I have found in battle.','','','','','',20513,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20603,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8361,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8363,4044,1377,0,8,60,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'Abyssal Signets','','','Excellent, $N! Defeating those Dukes will leave the Twilight\'s Hammer reeling for a while. As promised, here\'s your reward. It\'s some of the better stuff Huum and I have found.','You\'ve shown you\'re more than capable of taking on an Abyssal Duke, $N. I\'m always one to promote good habits. Bring me more signets and I\'ll give you a reward.','','','','','',20514,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20601,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8348,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8364,5875,1377,0,264,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Abyssal Scepters','','','I knew you\'d come through, $N! Here\'s your reward.','You\'ve truly exceeded all my expectations, $N. You\'ve been taking on opponents that Huum and I would think long and hard before engaging.$B$BAt this point the best I can do is to continue rewarding your efforts in the fight against the Twilight\'s Hammer and their overlords.$B$BBring me more abyssal scepters and I\'ll do my best to give you a suitable reward.','','','','','',20515,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20602,0,0,0,1,0,0,0,609,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8352,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8365,4044,440,0,8,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pirate Hats Ahoy!','You\'re the help the Cartel sent? I suppose you\'ll do. Listen carefully $c. As you know, I am a procurer of fashionable apparel for the elite of Azerothian society. Kings and Queens, Warchiefs and, well whatever the Horde calls their queens, all wear what I choose is in style. And they pay through the nose for it, which is the best part.$B$BSo here\'s what\'s going to happen. You head down to Lost Rigger Cove and acquire a lot of pirate hats by whatever means. Do you think you can handle that?','Haughty Modiste wants you to collect 20 Southsea Pirate Hats and return them to her at Steamwheedle Port in Tanaris.','Oh you\'re a darling, even if it did take you longer than I am accustomed to. This shipment should make me quite a bit of money once I\'ve cleaned and personalized these hats. And seeing as I\'m always willing to reward work that\'s well done, here\'s a little something for you. I suggest that you spend some of it on a bath sweetie.','Do you have all 20 hats? I don\'t believe you, let me see them. They better be in pristine condition!','','','','','',20519,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(8366,4044,440,0,8,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Southsea Shakedown','Argh! They want the impossible from me!$B$BThe Steamwheedle Cartel wants me to teach the Southsea pirates a lesson. The problem is that I can\'t be in two places at once; I need to stay here to keep the peace.$B$BOf late, the pirates have been disregarding the protection money that the cartel regularly forks over. So I\'d like to temporarily deputize you to go down there and show them what for.$B$BYou\'ll find them at Lost Rigger Cove, which is not too far to the south. Thanks $N, I\'ll owe you one!','Security Chief Bilgewhizzle of Steamwheedle Port in Tanaris wants you to kill 10 Southsea Pirates, 10 Southsea Freebooters, 10 Southsea Dock Workers and 10 Southsea Swashbucklers.','$N! You are the man!!!$B$BI\'m sure that the Cartel will ease up on me now that you\'ve dealt with those Southsea scum. Let\'s see, what can I give you as a reward? How about a little coin and you choose from one of these for your trouble?','Back so soon? I hope you taught those Southsea hoodlums a lesson they won\'t soon forget.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7855,7856,7857,7858,10,10,10,10,0,0,0,0,0,0,0,0,20640,20641,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,2,5,6,0,0,0,0,0,0,1,0,0,5),(8367,4044,0,25,8,61,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'For Great Honor','Serving the Horde in one of the great battles against the Alliance is a source of great honor! The few however, that have served the Horde in ALL of our active battlefronts are our truly great fighters. We shall vanquish our opponents, not by fighting isolated skirmishes, but by waging a well-coordinated war.$B$BGo forth and crush the Alliance on every front! For Honor! For the Horde!','Bring a Mark of Honor from each battleground to a Horde Warbringer in any Horde capital city or Shattrath.','Your trials have not been easy, but your courage did not escape you and your strength did not fail. Part with past tokens of victory, $C. None shall need them as a reminder of your worth. Stand up straight, $N. Today you will walk with great pride for you are a hero!','Arathi is still wet with the blood of great warriors and the clash of steel still rings throughout Alterac. Do not waste my time unless you bring news from the front!','','','','','',20558,20559,20560,29024,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,889,510,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8368,4044,3277,0,8,10,19,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','Bring 3 Warsong Marks of Honor to a Horde Warbringer outside the battlegrounds.','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,250,0,0,0,0,0,0,1100,0,0,24960,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'8389 8426 8427 8428 8429 8430 8431 8432 8433 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8369,4044,2597,0,8,51,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Invaders of Alterac Valley','Listen up, $N. No matter what you might have heard about the battle raging in Alterac Valley, one thing remains true: the Stormpike Expedition invaded Frostwolf Territory. The day we allow the Alliance to invade Horde lands without a forceful response is the day I hang up my axe and live the rest of my life in shame. Go forth and expel the invaders!','Bring 3 Alterac Valley Marks of Honor to a Horde Warbringer outside the battlegrounds.','You\'ve shown great bravery in protecting our lands in Alterac Valley! I will tell my superiors of your deeds.','What news do you bring from the lands of the Frostwolves? How does the battle for Alterac Valley fare?','','','','','',20560,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,350,0,0,0,0,0,0,18000,0,0,24923,0,0,0,0,0,0,0,71400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8370,4044,3358,0,8,20,29,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Our conflict with the Alliance has escalated to a true war. No longer are false pretenses to enter into battle used or expected by either side at this point.$B$BThe battle for the Arathi Basin is one of resources, plain and simple. Either the Alliance gets the resources and uses them against us or we get them and use them to keep our war efforts going. Help the Defilers maintain the flow of resources we need, $N!','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,24961,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'8390 8436 8437 8438 8439 8440 8441 8442 8443',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8371,4044,0,25,8,61,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Concerted Efforts','We\'re not fighting isolated battles against the Horde anymore, $g lad:lass;.$B$BVictory in one front means denying the Horde resources they\'d use against us in a different battle. By the same token, abandoning any given battle could give the advantage to our opponent somewhere else around the world.$B$BThe Alliance is in need of more combatants with this sort of worldly understanding... truly seasoned veterans! $N, come back to me after you\'ve served against the Horde at all of our active battlegrounds.','Bring a Mark of Honor from each battleground to an Alliance Brigadier General in any Alliance Capital City, Dalaran or Shattrath.','You\'re not one to disappoint, $N! What you\'ve learned goes beyond petty medals and commendations. What you\'ve learned is what can only come with experience and the hardening of one\'s temper in the field of battle.$B$BYou\'ve done well, $C. You\'re a true hero of the Alliance!','How are yer travels faring laddie?','','','','','',20560,20559,20558,29024,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,730,890,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8372,4044,3277,0,8,10,19,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','The Silverwing Sentinels are at war with the Warsong Outriders due to the destruction the Orcs are causing to the forest. There are, however, more reasons to defend this particular forest than plain love for nature.$B$BThe forest forms a strategic barrier that makes Ashenvale defendable against a large-scale attack. Without it, Astranaar would last a day or two before being annexed to the Barrens.$B$BDo your part in fighting the Warsong Outriders, $N! For the Alliance!','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,250,0,0,0,0,0,0,1100,0,0,24960,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'8386 8399 8400 8401 8402 8403 8404 8405 8406 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8373,4044,0,22,2,25,-1,41,0,0,0,0,0,0,0,0,0,0,20604,1,'The Power of Pine','The thing I hate the most about Hallow\'s End are the stink bombs the Forsaken use on Southshore. Who knew that celebrating liberation would have to involve such a smelly mess?$B$BDuring Hallow\'s End, use this cleaner to remove any nasty stink bombs the Horde may drop here in the village. It uses the power of pine to fight funky smells.$B$BDo your part to keep Southshore clean, and I\'ll give you some Hallow\'s End treats I\'m sure you\'ll enjoy. We have a deal?','Use a Stink Bomb Cleaner to remove any Forsaken Stink Bomb that\'s been dropped on Southshore. Return to Sergeant Hartman in Southshore when you\'re done.','Ah, it almost smells better around here already. Almost.$B$BThanks to you, $N, Southshore just might make it through another Hallow\'s End. Here\'s your treats, with my thanks! If you run out of candy, I think there\'s a gnome named Katrina Shimmerstar in Ironforge who can sell you more; she\'s only around during Hallow\'s End, I believe.','','Clean up a stink bomb that\'s been dropped on Southshore!','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,15,0,0,0,469,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(8374,4044,3358,0,8,20,29,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Winning a war is about more than just outsmarting and outfighting your opponent. Victory often comes down to simply producing more than your enemy.$B$BWhat we have in Arathi Basin is a sizeable supply of resources for whichever side manages to claim it first.$B$BIf the Alliance comes out victorious, it\'ll mean more swords and pikes for our troops. If the Horde were to win, those swords and pikes would still get made, they\'d just be pointed at us! Now is the time to help the Alliance in Arathi Basin, $N.','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','Tell me, what are the news from the front?','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,24961,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'8384 8391 8392 8393 8394 8395 8396 8397 8398',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8375,4044,2839,0,8,51,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Remember Alterac Valley!','Make no mistake about it, $N. The Horde is quite right when they say Alterac Valley is Frostwolf Territory.$B$BYou see, the Stormpike Expedition arrived as peaceful visitors to the area in search of ore and relics. The Frostwolves reacted with the most brutal and uncivilized act of aggression the Alliance has experienced.$B$BLet us never forget the brave dwarves that perished in that cowardly unannounced attack. Go now, $c, do your part in the battle for Alterac Valley. For the Alliance!','Bring 3 Alterac Valley Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','You\'ve shown great bravery in protecting our lands in Alterac Valley! I will tell my superiors of your deeds.','What news do you bring from the lands of the Stormpikes? How does the battle for Alterac Valley fare?','','','','','',20560,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,350,0,0,0,0,0,0,18000,0,0,24923,0,0,0,0,0,0,0,71400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8376,4044,1377,0,64,58,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','','War comes, $N, and with it comes untold horrors. You have done all that could be asked of you and for that you should be rewarded.$B$BShould this... this prophecy ever come to pass...$B$B$B$BThe future of us all could be at an end.$B$BThese armaments will prove invaluable to your campaign in this desert.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20700,20711,0,0,1,1,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8377,4044,1377,0,0,58,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','','War comes, $N, and with it comes untold horrors. You have done all that could be asked of you and for that you should be rewarded.$B$BShould this... this prophecy ever come to pass...$B$B$B$BThe future of us all could be at an end.$B$BThese armaments will prove invaluable to your campaign in this desert.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20702,20713,0,0,1,1,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8378,4044,1377,0,0,58,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','','War comes, $N, and with it comes untold horrors. You have done all that could be asked of you and for that you should be rewarded.$B$BShould this... this prophecy ever come to pass...$B$B$B$BThe future of us all could be at an end.$B$BThese armaments will prove invaluable to your campaign in this desert.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20703,20715,0,0,1,1,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8379,4044,1377,0,0,58,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','','War comes, $N, and with it comes untold horrors. You have done all that could be asked of you and for that you should be rewarded.$B$BShould this... this prophecy ever come to pass...$B$B$B$BThe future of us all could be at an end.$B$BThese armaments will prove invaluable to your campaign in this desert.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20707,20717,0,0,1,1,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8380,4044,1377,0,0,58,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','','War comes, $N, and with it comes untold horrors. You have done all that could be asked of you and for that you should be rewarded.$B$BShould this... this prophecy ever come to pass...$B$B$B$BThe future of us all could be at an end.$B$BThese armaments will prove invaluable to your campaign in this desert.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20701,20712,0,0,1,1,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8381,4044,1377,0,8,58,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','','War comes, $N, and with it comes untold horrors. You have done all that could be asked of you and for that you should be rewarded.$B$BShould this... this prophecy ever come to pass...$B$B$B$BThe future of us all could be at an end.$B$BThese armaments will prove invaluable to your campaign in this desert.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20705,20716,0,0,1,1,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8382,4044,1377,0,0,58,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','','War comes, $N, and with it comes untold horrors. You have done all that could be asked of you and for that you should be rewarded.$B$BShould this... this prophecy ever come to pass...$B$B$B$BThe future of us all could be at an end.$B$BThese armaments will prove invaluable to your campaign in this desert.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20704,20714,0,0,1,1,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8383,4044,2839,0,264,51,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Remember Alterac Valley!','','','You continue to honor the Alliance, $N. The Horde will be crushed before long if we keep our efforts up.','The Battle in Alterac Valley rages on, $N;! Have you done your part as of late, $N;?','','','','','',20560,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,24923,0,0,0,0,0,0,0,0,0,0,0,0,'',8375,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8384,4044,45,0,264,20,29,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24961,0,0,0,0,0,0,0,0,0,0,0,0,'',8374,0,0,0,'8374 8391 8392 8393 8394 8395 8396 8397 8398',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8385,4044,0,25,8,61,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Concerted Efforts','','','You live up to yer reputation, $N. Without people like you, the Alliance wouldn\'t stand a chance against the savage forces of the Horde.','Ah, $N. I hope you continue to lend your experience to the different battlefronts. A lot of our lads and lasses in the field look up to seasoned veterans like you.','','','','','',20560,20559,20558,29024,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,509,890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8371,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8386,4044,3277,0,264,10,19,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','Do you bear news from Warsong Gulch, $N?','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24960,0,0,0,0,0,0,0,0,0,0,0,0,'',8372,0,0,0,'8372 8399 8400 8401 8402 8403 8404 8405 8406 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8387,4044,2839,0,264,51,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Invaders of Alterac Valley','','','Good work, $N! You should be proud of yourself. The Alliance invaders must be expelled from Alterac!','What news do you bring from the lands of the Frostwolves? How does the battle for Alterac Valley fare?','','','','','',20560,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,24923,0,0,0,0,0,0,0,0,0,0,0,0,'',8369,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8388,4044,0,25,8,61,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'For Great Honor','','','You continue to honor the Horde, $N. I\'m glad to see you haven\'t turned soft.','Arathi is still wet with the blood of great warriors and the clash of steel still rings throughout Alterac. Do not waste my time unless you bring news from the front!','','','','','',20560,20559,20558,29024,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,889,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8367,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8389,4044,3277,0,264,10,19,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','','','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24960,0,0,0,0,0,0,0,0,0,0,0,0,'',8368,0,0,0,'8368 8426 8427 8428 8429 8430 8431 8432 8433 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8390,4044,3358,0,264,20,29,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24961,0,0,0,0,0,0,0,0,0,0,0,0,'',8370,0,0,0,'8370 8436 8437 8438 8439 8440 8441 8442 8443',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8391,4044,3358,0,264,30,39,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24962,0,0,0,0,0,0,0,0,0,0,0,0,'',8393,0,0,0,'8374 8384 8392 8393 8394 8395 8396 8397 8398',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8392,4044,3358,0,264,40,49,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24963,0,0,0,0,0,0,0,0,0,0,0,0,'',8394,0,0,0,'8374 8384 8391 8393 8394 8395 8396 8397 8398',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8393,4044,3358,0,8,30,39,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Winning a war is about more than just outsmarting and outfighting your opponent. Victory often comes down to simply producing more than your enemy.$B$BWhat we have in Arathi Basin is a sizeable supply of resources for whichever side manages to claim it first.$B$BIf the Alliance comes out victorious, it\'ll mean more swords and pikes for our troops. If the Horde were to win, those swords and pikes would still get made, they\'d just be pointed at us! Now is the time to help the Alliance in Arathi Basin, $N.','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,24962,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'8374 8384 8391 8392 8394 8395 8396 8397 8398',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8394,4044,3358,0,8,40,49,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Winning a war is about more than just outsmarting and outfighting your opponent. Victory often comes down to simply producing more than your enemy.$B$BWhat we have in Arathi Basin is a sizeable supply of resources for whichever side manages to claim it first.$B$BIf the Alliance comes out victorious, it\'ll mean more swords and pikes for our troops. If the Horde were to win, those swords and pikes would still get made, they\'d just be pointed at us! Now is the time to help the Alliance in Arathi Basin, $N.','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,24963,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'8374 8384 8391 8392 8393 8395 8396 8397 8398',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8395,4044,3358,0,8,50,59,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Winning a war is about more than just outsmarting and outfighting your opponent. Victory often comes down to simply producing more than your enemy.$B$BWhat we have in Arathi Basin is a sizeable supply of resources for whichever side manages to claim it first.$B$BIf the Alliance comes out victorious, it\'ll mean more swords and pikes for our troops. If the Horde were to win, those swords and pikes would still get made, they\'d just be pointed at us! Now is the time to help the Alliance in Arathi Basin, $N.','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,24964,0,0,0,0,0,0,0,55800,0,0,0,0,'',0,0,0,0,'8374 8384 8391 8392 8393 8394 8396 8397 8398',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8396,4044,3358,0,8,60,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Winning a war is about more than just outsmarting and outfighting your opponent. Victory often comes down to simply producing more than your enemy.$B$BWhat we have in Arathi Basin is a sizeable supply of resources for whichever side manages to claim it first.$B$BIf the Alliance comes out victorious, it\'ll mean more swords and pikes for our troops. If the Horde were to win, those swords and pikes would still get made, they\'d just be pointed at us! Now is the time to help the Alliance in Arathi Basin, $N.','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,24965,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'8374 8384 8391 8392 8393 8394 8395 8397 8398',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8397,4044,3358,0,264,50,59,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24964,0,0,0,0,0,0,0,0,0,0,0,0,'',8395,0,0,0,'8374 8384 8391 8392 8393 8394 8395 8396 8398',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8398,4044,3358,0,264,60,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24965,0,0,0,0,0,0,0,0,0,0,0,0,'',8396,0,0,0,'8374 8384 8391 8392 8393 8394 8395 8396 8397',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8399,4044,3277,0,8,20,29,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','The Silverwing Sentinels are at war with the Warsong Outriders due to the destruction the Orcs are causing to the forest. There are, however, more reasons to defend this particular forest than plain love for nature.$B$BThe forest forms a strategic barrier that makes Ashenvale defendable against a large-scale attack. Without it, Astranaar would last a day or two before being annexed to the Barrens.$B$BDo your part in fighting the Warsong Outriders, $N! For the Alliance!','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,24961,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'8372 8386 8400 8401 8402 8403 8404 8405 8406 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8400,4044,3277,0,8,30,39,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','The Silverwing Sentinels are at war with the Warsong Outriders due to the destruction the Orcs are causing to the forest. There are, however, more reasons to defend this particular forest than plain love for nature.$B$BThe forest forms a strategic barrier that makes Ashenvale defendable against a large-scale attack. Without it, Astranaar would last a day or two before being annexed to the Barrens.$B$BDo your part in fighting the Warsong Outriders, $N! For the Alliance!','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','You\'ve come back with news from the front, $N;?','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,24962,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'8372 8386 8399 8401 8402 8403 8404 8405 8406 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8401,4044,3277,0,8,40,49,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','The Silverwing Sentinels are at war with the Warsong Outriders due to the destruction the Orcs are causing to the forest. There are, however, more reasons to defend this particular forest than the preservationist philosophy the Silverwings espouse.$B$BThe forest forms a strategic barrier that makes Ashenvale defendable against a large-scale attack. Without it, Astranaar would last a day or two before being annexed to the Barrens. Do your part in fighting the Warsong Outriders! For the Alliance!','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Well done, $N! You\'ve served the Alliance well. ','You\'ve come back with news from the front, $N;?','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,24963,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'8372 8386 8399 8400 8402 8403 8404 8405 8406 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8402,4044,3277,0,8,50,59,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','The Silverwing Sentinels are at war with the Warsong Outriders due to the destruction the Orcs are causing to the forest. There are, however, more reasons to defend this particular forest than plain love for nature.$B$BThe forest forms a strategic barrier that makes Ashenvale defendable against a large-scale attack. Without it, Astranaar would last a day or two before being annexed to the Barrens.$B$BDo your part in fighting the Warsong Outriders, $N! For the Alliance!','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,24964,0,0,0,0,0,0,0,55800,0,0,0,0,'',0,0,0,0,'8372 8386 8399 8400 8401 8403 8404 8405 8406 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8403,4044,3277,0,8,60,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','The Silverwing Sentinels are at war with the Warsong Outriders due to the destruction the Orcs are causing to the forest. There are, however, more reasons to defend this particular forest than plain love for nature.$B$BThe forest forms a strategic barrier that makes Ashenvale defendable against a large-scale attack. Without it, Astranaar would last a day or two before being annexed to the Barrens.$B$BDo your part in fighting the Warsong Outriders, $N! For the Alliance!','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,24965,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'8372 8386 8399 8400 8401 8402 8404 8405 8406 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8404,4044,0,0,264,20,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24961,0,0,0,0,0,0,0,0,0,0,0,0,'',8399,0,0,0,'8372 8386 8399 8400 8401 8402 8403 8405 8406 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8405,4044,0,0,264,30,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24962,0,0,0,0,0,0,0,0,0,0,0,0,'',8400,0,0,0,'8372 8386 8399 8400 8401 8402 8403 8404 8406 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8406,4044,0,0,264,40,49,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24963,0,0,0,0,0,0,0,0,0,0,0,0,'',8401,0,0,0,'8372 8386 8399 8400 8401 8402 8403 8404 8405 8407 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8407,4044,3277,0,264,50,59,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24964,0,0,0,0,0,0,0,0,0,0,0,0,'',8402,0,0,0,'8372 8386 8399 8400 8401 8402 8403 8404 8405 8406 8408',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8408,4044,0,0,264,60,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','Thanks for the done work!','','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24965,0,0,0,0,0,0,0,0,0,0,0,0,'',8403,0,0,0,'8372 8386 8399 8400 8401 8402 8403 8404 8405 8406 8407',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8409,5875,0,22,0,30,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Ruined Kegs','The rotten eggs have been successfully placed inside the keg. Future batches of ale from the Southshore Inn are sure to be ruined!$B$BYou should now report back to Darkcaller Yanka at the Wickerman Festival in Tirisfal Glade and report your success.','Return to Darkcaller Yanka at the Wickerman Festival in Tirisfal Glade.','Ah, success! You\'ve shown true Hallow\'s End spirit - FORSAKEN spirit, I should say!$B$B$B$BI revel in the fact that Southshore must now feast on bad ale or go without! As for you, take these treats. I believe you will find good use for them!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,15,0,0,0,67,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',8322,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(8410,4044,0,82,0,50,52,0,1101,64,0,0,0,0,0,0,0,8412,0,0,'Elemental Mastery','Bath\'rah the Windwatcher has sent out a summons for a shaman of your wisdom. He requests you bring a sample of each of the elements to show you are ready.$b$bTo find Bath\'rah, go to the river east of Tarren Mill. Follow the river north until you come across the ruins where Bath\'rah resides.','Collect a sample of air, fire, earth and water for Bath\'rah the Windwatcher.','Excellent, mon. Now we be talkin\'.','What you got for me, $C?','','','','','',7069,7068,7067,7070,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,4),(8411,5875,0,82,8,50,52,0,690,64,0,0,0,0,0,0,0,8412,0,0,'Mastering the Elements','Welcome, $c. You bring me the elements and then we do the talkin\'.$b$bThe fire, the air, the water, and the earth I be needin\' before I trust ya, mon. I gots to know you be knowledgeable.','Bring the elements earth, air, fire and water to Bath\'rah the Windwatcher.','These be the elements I need. Now we talk.','Where\'s the elements, mon?','','','','','',7069,7067,7068,7070,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(8412,4044,0,82,0,50,52,0,0,64,0,0,0,0,0,0,0,0,0,0,'Spirit Totem','The elemental spirits of this place don\'t be likin\' me any more.$b$bYou know about the totems more than any, and I be needin\' a spirit totem to protect me. We already got the elements, now we need somethin\' more with more nature. More primal.$b$bIn the Western Plaguelands you can kill bears for claws and spiders for their eyes. The carrion birds eat everything, so they might have either one.','Bring the pieces for the spirit totem to Bath\'rah the Windwatcher.','Great, mon! Let\'s try it out...','The spirits know what we\'re up to, and they been tryin\' to kill me! I hope you got the parts.','','','','','',20610,20611,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8410,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(8413,4044,0,82,0,50,52,81,0,64,0,0,0,0,0,0,0,0,0,0,'Da Voodoo','The spirit totem just isn\'t enough. We be needin\' some voodoo magic to make it work jus\' right.$b$bThe trolls in the sunken temple have feathers strong with voodoo magics. Go there and kill Gasher, Mijan, Zolo, Hukku, Zul\'lor, and Loro. Then we have magic enough for a real spirit totem.','Bring the voodoo feathers to Bath\'rah the Windwatcher.','It\'s about time this $R got a full night\'s rest! The spirit totem will watch over me.$B$BI been a long time collectin\' things, maybe you want somethin\' for all your trouble?','Where\'s the feathers, mon?','','','','','',20606,20607,20608,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20369,20503,20556,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',8412,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8414,4044,0,141,0,50,52,0,1101,2,0,0,0,0,0,0,0,0,0,0,'Dispelling Evil','Greetings, $c. Crusaders like you are a welcome sight in these desolate reaches.$b$bYour holy strength is needed to help fight the endless undead here. We need you to collect a large number of scourgestones and bring them to High Priest Thel\'danis. The high priest can be found guarding Uther\'s Tomb in Sorrow Hill, not far from here.$b$bOnly one with an Argent Dawn Commission can hope to find scourgestones, so speak to Officer Pureheart if you haven\'t already.','Collect 20 Minion\'s Scourgestones and bring them to High Priest Thel\'danis in the Western Plaguelands.','There is risk in dispelling the evil from a scourgestone, for it attracts the attention of undead for countless miles. But you are strong in the Light, $N, and I do not fear for you...','What evil have you brought me?','','','','','',12840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8415,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(8415,4044,0,141,0,50,52,0,1101,2,0,0,0,0,0,0,0,8414,0,0,'Chillwind Camp','Commander Ashlam Valorfist has sent out a call for a paladin of your purity and valor, $n. You can find him at Chillwind Camp in the southern part of the Western Plaguelands. Seek him and aid in his cause for the Light!','Speak to Commander Ashlam Valorfist at Chillwind Camp.','Very well, $C! Let\'s see what you\'re made of.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(8416,4044,0,141,0,50,52,0,1101,2,0,0,0,0,0,0,0,8418,20612,1,'Inert Scourgestones','The evil has been purged from the stones, $n.$b$bI am aware of Commander Ashlam\'s plans, and he will require only a single inert stone. Bring it to him so we may bathe the Scourge in righteous fire.','Bring the Inert Scourgestone to Commander Ashlan Valorfist in Chillwind Point.','You have done as I asked without question, $N.$B$BTrust is achieved, it seems. Perhaps I can reveal our plan in more detail to you now.','Was Thal\'danis able to cleanse the scourgestones?','','','','','',20612,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',8414,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,3),(8417,4044,0,81,0,50,52,0,0,1,0,0,0,0,0,0,0,8423,0,0,'A Troubled Spirit','In the Blasted Lands, there is a troubled spirit who was once a great hero of the horde. A warrior\'s honor does not die with the body, and it would serve you well to speak with him.','Speak with the Fallen Hero of the Horde at the entrance to the Blasted Lands.','So, you have come to alleviate my pain. I wish you could simply strike me down, but it is not that simple...','Did Stoley cough up my booze?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8418,4044,0,141,8,50,52,81,1101,2,0,0,0,0,0,0,0,0,0,0,'Forging the Mightstone','Now we must combine the inert scourgestones and create a weapon to shatter the ranks of undead. This is no trivial task, $n. Only the trolls of the sunken temple carry the kind of rare magic able to turn the evil of something against itself.$b$bIn the temple, the trolls are known as Gasher, Mijan, Zolo, Hukku, Zul\'lor, and Loro. Do not feel remorse for their corrupt souls... they are not without evil.','Collect Amber, Blue, and Green Voodoo Feathers from the trolls of Sunken Temple.','This is excellent, $N. I would say I am surprised, but I knew without question that you wouldn\'t let us down.$B$BIt is my honor to bestow one of the Holy Mightstones to you. Use it well.','Have you slain the wretched trolls?','','','','','',20606,20607,20608,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20504,20512,20505,0,0,0,1,1,1,0,0,0,20620,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',8416,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(8419,4044,0,61,0,50,52,0,0,256,0,0,0,0,0,0,0,8421,0,0,'An Imp\'s Request','$n, an imp in Felwood by the name of Impsy has requested your presence. It is somewhat strange, as he has asked that you bring a piece of felcloth as a sign of good faith. Considering the power you already wield as a warlock, I can only assume you know the satyrs of Felwood carry this felcloth.$b$bYou can find Impsy just north of the Bloodvenom Falls, which I\'ve heard is quite lovely this time of year.','Bring a piece of felcloth to Impsy in Felwood.','What a splendid $C you are!$B$B$B$BOh how I love the feel of it, the way it burns your skin and weaves evil thoughts through the mind...','Do you have my felcloth?','','','','','',14256,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'8420',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,4),(8420,4044,0,61,0,50,52,0,0,256,0,0,0,0,0,0,0,8421,0,0,'Hot and Itchy','Maybe this sounds strange coming from an imp, but I\'d like a pet of my own. I really would. It\'s just not fair that Niby gets me and I get nothing!$b$bIn fact, it doesn\'t even need to be a living pet. I\'d need something to start making it with, like some felcloth. The satyrs here in Felwood sometimes have felcloth, so you\'d just have to kill enough of them until you find some. That doesn\'t sound so bad, does it?','Bring a piece of felcloth to Impsy in Felwood.','Wow! You are too kind. Especially for a $C!$B$B$B$BOh how I love the feel of it, the way it burns your skin and weaves evil thoughts through the mind...','Do you have my felcloth?','','','','','',14256,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'8419',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(8421,4044,0,61,0,50,52,0,0,256,0,0,0,0,0,0,0,8422,0,0,'The Wrong Stuff','Now that I have my felcloth, I can really begin making *my* pet.$b$bIt\'s going to need some eyes though. Perhaps you could rip some rotting wood from the irontree folk for me, so I can carve out some lovely eyes. They\'re up north in the Irontree Woods.$b$bI\'ll also need some bloodvenom essence to give it that new demon smell. The tainted oozes carry the essence, and they hang out right here near Niby and me.','Bring 10 Rotting Wood and 4 Bloodvenom Essence to Impsy in Felwood.','This will work so very well.','Do you have the goods?','','','','','',20613,20614,0,0,0,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'8419 8420',8419,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(8422,4044,0,61,0,50,52,81,0,256,0,0,0,0,0,0,0,0,0,0,'Trolls of a Feather','My pet is almost done. Now I just need something to stuff it with.$b$bOnly the voodoo feathers from the trolls in the sunken temple will do. They go by the names Gasher, Mijan, Zolo, Hukku, Zul\'lor, and Loro. Kill them. Kill them all.$b$bThis is no trivial task $n, so I\'ll make it worth your while by giving you something of Niby\'s -- he probably doesn\'t need it anyhow.','Bring a total of 6 Voodoo Feathers from the trolls in sunken temple.','Wonderful, now my pet is complete!$B$B$B$BOh, what an odd side effect these voodoo feathers have...','Did you bring the feathers? This doll needs stuffed!','','','','','',20606,20607,20608,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20536,20534,20530,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',8421,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,7),(8423,4044,0,81,0,50,52,0,0,1,0,0,0,0,0,0,0,8424,0,0,'Warrior Kinship','$b$bYou are a $c, no doubt. I would ask an honorable task of you, but I must test your strength.$b$bIt is said that Rexxar would measure the sharpness of his blades by killing a helboar with a single, swift strike. Now I will measure your strength by killing them.','Kill 7 Helboar in the Blasted Lands and return to the Fallen Hero of the Horde.','I need no proof to know what you have done, $C. I can see the determination etched in your expression.','The burning spines of the helboar leave horrific scars. Do not fear the pain and disfigurement, warrior, they are nothing compared to the prison to which I am bound.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5993,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8417,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8424,4044,0,81,0,50,52,0,0,1,0,0,0,0,0,0,0,8425,0,0,'War on the Shadowsworn','The continued presence of the shadowsworn in the Blasted Lands bring great pain to me. Their dark rituals and spells cause agony unlike any I felt while alive.$b$bThrough you I can deliver my own message of pain. Go forth and deliver my wrath.','Slaughter the Shadowsworn in the Blasted Lands and return to the Fallen Hero of the Horde.','Already you have subdued my pain and honored me. Thank you, $C.','The shadowsworn are not easily defeated, are they? But you are a warrior, and you will triumph or perish trying.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6006,6004,6005,0,20,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',8423,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8425,4044,0,81,0,50,52,81,0,1,0,0,0,0,0,0,0,0,0,0,'Voodoo Feathers','Your honor has brought some peace to me. It is only right that I offer you something in return.$b$bMy weapons and armor were splendid in life, and yet they are of no use to me now. They would be better served in your possession.$b$bTravel to the sunken temple and destroy the troll guardians Gasher, Mijan, Zolo, Hukku, Zul\'lor, and Loro. They carry magic feathers that can reform my physical body long enough to grant you a reward.','Bring the Voodoo Feathers from the trolls in the Sunken Temple to the Fallen Hero of the Horde.','At last I can feel the cold touch of steel again, even if only for a moment.','Are you back so soon? Time is not the same to me any more, perhaps it has indeed been a long journey for you...','','','','','',20606,20607,20608,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20521,20130,20517,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',8424,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8426,4044,3277,0,8,20,29,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,24961,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'8368 8389 8427 8428 8429 8430 8431 8432 8433 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8427,4044,3277,0,8,30,39,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,24962,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'8368 8389 8426 8428 8429 8430 8431 8432 8433 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8428,4044,3277,0,8,40,49,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!\n','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,24963,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'8368 8389 8426 8427 8429 8430 8431 8432 8433 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8429,4044,3277,0,8,50,59,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,24964,0,0,0,0,0,0,0,55800,0,0,0,0,'',0,0,0,0,'8368 8389 8426 8427 8428 8430 8431 8432 8433 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8430,4044,3277,0,8,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,24965,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'8368 8389 8426 8427 8428 8429 8431 8432 8433 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8431,4044,3277,0,264,20,29,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','','','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24961,0,0,0,0,0,0,0,0,0,0,0,0,'',8426,0,0,0,'8368 8389 8426 8427 8428 8429 8430 8432 8433 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8432,4044,3277,0,264,30,39,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','','','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24962,0,0,0,0,0,0,0,0,0,0,0,0,'',8427,0,0,0,'8368 8389 8426 8427 8428 8429 8430 8431 8433 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8433,4044,3277,0,264,40,49,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','','','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24963,0,0,0,0,0,0,0,0,0,0,0,0,'',8428,0,0,0,'8368 8389 8426 8427 8428 8429 8430 8431 8432 8434 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8434,4044,3277,0,264,50,59,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','','','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24964,0,0,0,0,0,0,0,0,0,0,0,0,'',8429,0,0,0,'8368 8389 8426 8427 8428 8429 8430 8431 8432 8433 8435',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8435,4044,3277,0,264,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','','','Excellent! You\'ve shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.','The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn\'t belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!','','','','','',20558,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24965,0,0,0,0,0,0,0,0,0,0,0,0,'',8430,0,0,0,'8368 8389 8426 8427 8428 8429 8430 8431 8432 8433 8434',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8436,4044,3358,0,8,30,39,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Our conflict with the Alliance has escalated to a true war. No longer are false pretenses to enter into battle used or expected by either side at this point.$B$BThe battle for the Arathi Basin is one of resources, plain and simple. Either the Alliance gets the resources and uses them against us or we get them and use them to keep our war efforts going. Help the Defilers maintain the flow of resources we need, $N!','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,24962,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'8370 8390 8437 8438 8439 8440 8441 8442 8443',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8437,4044,3358,0,8,40,49,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Our conflict with the Alliance has escalated to a true war. No longer are false pretenses to enter into battle used or expected by either side at this point.$B$BThe battle for the Arathi Basin is one of resources, plain and simple. Either the Alliance gets the resources and uses them against us or we get them and use them to keep our war efforts going. Help the Defilers maintain the flow of resources we need, $N!','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,250,0,0,0,0,0,0,7000,0,0,24963,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'8370 8390 8436 8438 8439 8440 8441 8442 8443',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8438,4044,45,0,8,50,59,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Our conflict with the Alliance has escalated to a true war. No longer are false pretenses to enter into battle used or expected by either side at this point.$B$BThe battle for the Arathi Basin is one of resources, plain and simple. Either the Alliance gets the resources and uses them against us or we get them and use them to keep our war efforts going. Help the Defilers maintain the flow of resources we need, $N!','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,24964,0,0,0,0,0,0,0,55800,0,0,0,0,'',0,0,0,0,'8370 8390 8436 8437 8439 8440 8441 8442 8443',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8439,4044,3358,0,8,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Our conflict with the Alliance has escalated to a true war. No longer are false pretenses to enter into battle used or expected by either side at this point.$B$BThe battle for the Arathi Basin is one of resources, plain and simple. Either the Alliance gets the resources and uses them against us or we get them and use them to keep our war efforts going. Help the Defilers maintain the flow of resources we need, $N!','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,24965,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'8370 8390 8436 8437 8438 8440 8441 8442 8443',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8440,4044,3358,0,264,30,39,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24962,0,0,0,0,0,0,0,0,0,0,0,0,'',8436,0,0,0,'8370 8390 8436 8437 8438 8439 8441 8442 8443',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8441,4044,3358,0,264,40,49,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24963,0,0,0,0,0,0,0,0,0,0,0,0,'',8437,0,0,0,'8370 8390 8436 8437 8438 8439 8440 8442 8443',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8442,4044,3358,0,264,50,59,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24964,0,0,0,0,0,0,0,0,0,0,0,0,'',8438,0,0,0,'8370 8390 8436 8437 8438 8439 8440 8441 8443',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8443,4044,3358,0,264,60,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','Thanks for the done work!','','','','','','',20559,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,24965,0,0,0,0,0,0,0,0,0,0,0,0,'',8439,0,0,0,'8370 8390 8436 8437 8438 8439 8440 8441 8442',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8444,5875,1377,0,8,55,58,0,0,0,0,0,0,0,0,0,0,0,0,0,' gossip shade of ambermoon','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8445,5875,1377,0,8,55,58,0,0,0,0,0,0,0,0,0,0,0,0,0,' gossip shade of ambermoon','x','x','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8446,4044,0,1,64,60,60,0,0,0,0,0,0,0,0,0,0,8447,20644,1,'Shrouded in Nightmare','Corruption seeps from this object.$B$BThere may be a link between this object and the dragons coming forth from the Dream. You must find someone that can decipher the meaning of this item. Perhaps the druids of the Moonglade or Cenarion Hold could assist you further.','Find someone capable of deciphering the meaning behind the Nightmare Engulfed Object.$B$BPerhaps a druid of great power could assist you.','I must remove the taint from this object. This may shed some light on my recent failures to delve into the Dream. Give it to me.','Yes, $R?','','','','','',20644,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8447,4044,0,1,66,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Waking Legends','The waters of Lake Elune\'ara should dissolve the nightmares engulfing this object. Give me a moment to perform the cleansing, $N.','Wait for Keeper Remulos at the Moonglade to cleanse the Nightmare Engulfed Object.','Take his ring, $N. It has served its purpose for Malfurion. It shall now serve a new purpose for you...','','Waking Legends.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20600,0,0,0,1,0,0,0,609,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8446,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8448,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Mystery Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8449,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Mystery Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8450,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Mystery Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8451,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Mystery Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8452,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Mystery Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8453,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Mystery Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8454,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' Mystery Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8458,5875,405,0,8,25,33,0,0,0,0,0,0,0,0,0,0,1482,0,0,'','I believe I can find this demon lord given the proper reagents.$B$BIf he is indeed as powerful as I suspect, I will need items gathered from deadly creatures. But you act in the Warchief\'s name, so I am sure you will accept my task.$B$BFirst, I will have to break any wards he has against scrying. For this, I will need the scalp from a satyr--but not any satyr. The scalp must come from a Hatefury shadowstalker.$B$BSearch for them among the ancient ruins in the northeast of Desolace.','Bring a Shadowstalker Scalp to Maurin Bonesplitter in Desolace.','','','','','','','',6441,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8459,5875,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Description','Log','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8460,4044,361,0,8,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timbermaw Ally','The Timbermaw are the only furbolg tribe to escape the corruption. However, many other races kill furbolg blindly now, without bothering to see if they are friend or foe. For this reason, the Timbermaw furbolg trust very few.$B$BAre you interested in proving yourself? Drive back the corrupted Deadwood tribe of Felwood and we may one day consider you an ally. You\'ll find the first Deadwood tribe - warriors, pathfinders and gardeners - to my west.','Grazle wants you to prove yourself by killing 6 Deadwood Warriors, 6 Deadwood Pathfinders, and 6 Deadwood Gardeners. Return to him in southern Felwood near the Emerald Sanctuary when you are done.','We suffer much from the events of the past. Thank you for what you have done to help protect the Timbermaw. As a sign of our growing friendship, please accept this humble offering.','Keep at it, $N. If you are to earn our trust, you will need to prove yourself to us.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7153,7155,7154,0,6,6,6,0,0,0,0,0,0,0,0,0,21311,21312,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,5),(8461,4044,1769,0,8,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadwood of the North','There is a camp of Deadwood furbolgs directly to our southwest. Corruption permeates the camp, and I wish to put an end to it before they become a problem.$B$BThe Deadwood tribe is evil, but it is the effects of the fel that pollutes their minds. Their hostility is not truly an innate quality, yet they cannot be helped. It saddens me that we must fight our own brethren.$B$BPlease, $N - I ask you to do what must be done. Simply spare me the details; such troublesome images upset me far too much.','Nafien would like you to kill 6 Deadwood Den Watchers, 6 Deadwood Avengers, and 6 Deadwood Shamans. Return to him in northern Felwood near the entrance to Timbermaw Hold.','I sense that you have achieved victory. Victory... such a hollow word considering what had to be done. Regardless, you\'ve proven yourself to be worthy of our trust.$B$BIt may take some time before the Timbermaw welcome you without hostility within the Hold. Still, your perseverance will erode any suspicion my brethren may have about you. So long as you never betray us and raise weapons against us, we will find common ground.','Once you gain the trust of the Timbermaw, I am confident there will be something we will be able to do for you. The Timbermaw do not forget their allies, especially in dark times such as these.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7156,7157,7158,0,6,6,6,0,0,0,0,0,0,0,0,0,21316,21317,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,5),(8462,4044,361,0,8,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak to Nafien','Perhaps you are capable of handling a larger threat that we Timbermaw face. You certainly have shown yourself capable here...$B$BAnother of my kind stands guard outside the entrance to Timbermaw Hold, along this road far to the north. His name is Nafien; while he may appear to be a feral and unsavory beast, fear him not. He only seeks aid against the malign forces that threaten our home.','Travel north along the main road in Felwood and speak with the furbolg named Nafien. He stands guard outside the entrance to Timbermaw Hold.','Ah... I have heard the word on the wind about those not of our tribe who seek to ally themselves with the Timbermaw furbolgs. I welcome you, but you must be warned that my tribe reacts poorly to strangers.$B$BThese are trying times, and we can only trust those who choose to fight the corruption of the land alongside of us... and have proven themselves to us accordingly. Those who have not done so will be met with open hostility should they enter the Hold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',8460,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,1),(8463,5875,3430,0,136,4,5,0,690,0,0,0,0,0,0,0,0,9352,0,0,'Unstable Mana Crystals','A group of Wretched recently raided a supply of unstable mana crystals from one of our arcane sanctums. If not handled properly, the crystals could explode with enough force to blow a hole into the city walls.$B$BNow, $N, I don\'t quite care if they blow themselves up while tapping unstable arcane sources, but the whole incident would make my men look bad.$B$BBring me back any remaining stolen crystals you find; they might still be inside their original crates.','Bring back 6 Unstable Mana Crystals to Aeldon Sunbrand at Falconwing Square.','Excellent work, $N.','Did you retrieve the stolen goods yet?','','','','','',20743,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',9357,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8464,4044,1769,0,8,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Activity','The Timbermaw tend to stay to themselves, $N. While we do allow safe passage to those we trust, we try to avoid other furbolg tribes if at all possible.$B$BThe Winterfall tribe as of late has become increasingly hostile towards us. They seem to be in a state of rage, completely engulfed by their own fear and hatred of anything they do not understand.$B$BI must ask you to thin their numbers as to lessen the threat against us. Seek them out in Winterfall Village, far to the east of here.','Salfa wants you to kill 8 Winterfall Shaman, 8 Winterfall Den Watchers, and 8 Winterfall Ursa. Salfa is located just outside the entrance to Timbermaw Hold in Winterspring.\n','Thank you for what you have done, as saddening as it is. Accept this as a token of thanks.$B$BI would ask of you to please continue helping us, $N. We have very few allies on which to call upon, and without your aid, the threats against my tribe would surely be too much for us to handle alone.','We very much appreciate what you have done for the Timbermaw, $N. Your continued efforts will surely earn my tribe\'s trust and respect.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7439,7440,7438,0,8,8,8,0,0,0,0,0,0,0,0,0,21318,21319,21320,21322,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,5),(8465,4044,361,0,8,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak to Salfa','The threat of corruption comes not only from the Deadwood furbolgs to the south, but also from the east and the Winterfall furbolgs of Winterspring. If you wish to further aid us, speak with Salfa on the other side of the Hold, by the Winterspring entrance. Follow the path to the left to reach it.$B$BBe warned - if my kind inside considers you hostile or hated, they will attack. Travel as quick as you can, avoiding conflict. To kill a Timbermaw - even in self defense - will only alienate you further.','Travel through Timbermaw Hold and exit into Winterspring. Speak with Salfa, who stands guard outside the entrance to Timbermaw Hold.','Greetings, $C - I stand guard here as both a speaker for the Timbermaw here in Winterspring and as a defender of the tribe.$B$BOur Winterfall brethren here in this frigid land have fallen under the same corruptive sway as the furbolg of Felwood. If you\'ve come here offering the Timbermaw furbolgs aid, then we are ready to accept such an offer.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,1,0,0,1),(8466,4044,361,0,256,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feathers for Grazle','Some of the Deadwood furbolgs wear a distinctive headdress that may be used as a means of proof in thinning their numbers. Bring me a feather from any headdresses you acquire; for every set of five you bring me, you will earn recognition amongst the Timbermaw.','Bring any of the feathers you find to Grazle.','Well done, $N! I will make sure that your deeds are known amongst my kind.$B$BRemember to bring any of the feathers you find to me. I will continue to accept them as long as necessary.','While you have proven yourself to me, you may need to continue to work toward proving yourself to the suspicious brethren of my tribe. To that end, I may be able to continue assisting you. Do you have more feathers?','','','','','',21377,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8460,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8467,4044,361,0,256,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feathers for Nafien','','','Well done, $N! I will make sure that your deeds are known amongst my kind.$B$BRemember to bring any of the feathers you find to me. I will continue to accept them as long as necessary.','While you have proven yourself to me, you may need to continue to work toward proving yourself to the suspicious brethren of my tribe. To that end, I may be able to continue assisting you.$B$BSome of the Deadwood furbolgs wear a distinctive headdress that may be used as a means of proof in thinning their numbers. Bring me a feather from any headdresses you acquire; for every set of five you bring me, you will earn recognition amongst the Timbermaw.','','','','','',21377,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8460,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8468,5875,3430,0,136,4,6,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Thaelis the Hungerer','The city of Silvermoon hereby issues a reward for the head of Thaelis the Hungerer, notorious Wretched ringleader. He is wanted for repeated crimes against the general populace of Silvermoon City, including the murder of two city guards.$B$BReport to Sergeant Kan\'ren to collect the reward.','Bring Thaelis\'s Head to Sergeant Kan\'ren at Falconwing Square in Eversong Woods.','That scoundrel, Thaelis, finally met his fate. Good job, $N. Things should be quiet with the Wretched for a while.','You have something to show me?','','','','','',21781,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8469,4044,361,0,256,50,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beads for Salfa','The Winterfall are known to carry spirit beads to ward against foul spirits. These beads have clearly failed in their purpose, as the Winterfall themselves are the agents of corruption. Bring to me these spirit beads from fallen Winterfall furbolgs; for every set of five you bring me, you will earn recognition amongst the Timbermaw.','Bring any spirit beads you find to Salsa.','Once again, you prove your honor to us! I will make sure that your deeds are known amongst my kind.$B$BRemember to bring any of the Winterfall\'s beads you find to me. For each set you continue to bring to me, I will speak on your behalf to the tribe.','You\'ve certainly earned my trust, $N, but you may need to continue to earn the trust of my untrusting tribe. There is something you can do to earn that trust. Do you have more spirit beads?','','','','','',21383,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8464,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8470,4044,361,0,0,45,55,0,0,0,0,0,576,0,0,0,0,0,20741,1,'Deadwood Ritual Totem','You have found one of the Deadwood furbolg\'s ritual totems. The totem itself is of non-descript construction, but a palpable sense of despair emanates from it. If there were any object that might best exemplify the corruption that the Deadwood furbolg suffer under, this item would clearly be it.$B$BOne of the furbolgs inside Timbermaw Hold may have a use for such an item... that is, if you\'ve earned their trust enough for them to speak with you.\n','Take the Deadwood Ritual Totem inside Timbermaw Hold and see if one of the furbolgs there will find a use for the item. The Timbermaw will not speak with you unless you are of Neutral reputation or greater with them.','This totem... I recognize it as one of the Deadwood\'s, but it is thick with the stench of decay. Whatever foulness has turned our brethren against us is surely present in this object.$B$BYou were wise to bring this to us, $N. Perhaps through study and ritual, we can uncover what it is that pollutes the minds of our brethren. Thank you, friend please accept these offerings in exchange for your find.','Yes $C, what can I assist you with? You walk among us peacefully, though there is assuredly something amiss. I sense something... something troubling...','','','','','',20741,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13446,13444,0,0,2,2,0,0,576,0,0,0,0,0,350,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,5),(8471,4044,618,0,0,50,56,0,0,0,0,0,576,0,0,0,0,0,20742,1,'Winterfall Ritual Totem','You have found one of the Winterfall furbolg\'s ritual totems. The totem itself is of non-descript construction, but it seems to emanate an almost tangible sense of dread and despair. If many of the Winterfall furbolgs do indeed carry these, it certainly would go a long way in explaining their current condition.$B$BOne of the furbolgs inside Timbermaw Hold may have a use for such an item... that is, if you\'ve earned their trust enough for them to speak with you.','Take the Winterfall Ritual Totem inside Timbermaw Hold and see if one of the furbolgs there will find a use for the item. The Timbermaw will not speak with you unless you are of Neutral reputation or greater with them.','This thing... it is in the shape of a Winterfall Ritual Totem, but it has been twisted by forces I cannot begin to comprehend. Whatever taint that has set the Winterfall against us is surely present in this object.$B$BDivine wisdom has brought both this and you to us, $N. We will study this object intently; perhaps one day, the Winterfall will rage against us no longer.$B$BThank you, friend please accept these offerings in exchange for your benevolence.','$C you approach us in a peaceful manner, but I sense that you are here on matters that are grave and severe... for both furbolg and $R alike. What have you come to tell us?','','','','','',20742,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13446,13444,0,0,3,3,0,0,576,0,0,0,0,0,350,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,5),(8472,5875,3430,0,136,4,5,0,690,0,0,0,0,0,0,0,0,8895,0,0,'Major Malfunction','The arcane patrollers crafted by our forefathers to protect the city have fallen into a dangerous state of disrepair. They fail to recognize us as their masters and will attack us on sight!$B$BEven though they were created many years ago, the arcane cores that power them are still quite useful and valuable to us. I want you to gather these cores and bring them to me so I can put them to good use again. You will find the patrollers in the ruined section of Silvermoon, to the northwest.','Collect 6 Arcane Cores from the Arcane Patrollers that roam the ruins of Silvermoon City and bring them to Magister Jaronis at Falconwing Square in Eversong Woods.','You\'ve done well, $N. With our arcane sanctums not operating at full capacity, these power cores will go a long way in supplementing our needs.','Have you succeeded in gathering the arcane cores yet, $N?','','','','','',21808,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24241,23367,27552,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8473,5875,3430,0,136,6,9,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Somber Task','These are difficult times for us, $N. It was a very hard decision to burn the woods bordering the Ghostlands to prevent the Scourge\'s expansion.$B$BThe treants, who have been our friends for years, are now trying to foster the regrowth of the forest along the Scorched Grove.$B$BThis is a painful thing to ask of you, $c, but we\'ve failed to convince our former allies to cease their endeavors. I need you to stop them by the only means that remain to us: force.','Slay 10 Withered Green Keepers at the Scorched Grove. Then report back to Larianna Riverwind inside the tower just to the northwest of the Scorched Grove in Eversong Woods.','So, it is done. Curse these times that have driven us to desperate measures... and curse our enemy, the Scourge!$B$BLearn this, $N. Our lands must be protected, no matter what the cost. We shall prevail!','I dread to ask, $N... is the task done?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15637,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',9258,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8474,5875,3430,0,128,7,10,0,690,0,0,0,0,0,0,0,0,10166,23228,1,'Old Whitebark\'s Pendant','The pendant has the initials L.R. etched on to it. Perhaps these letters will lead to the pendant\'s maker.','Find the person who might have made Old Whitebark\'s Pendant. They might provide some insight on the item.','This... this pendant. I gave it to Old Whitebark after his people helped us rebuild our village.I guess this means he\'s...I appreciate you bringing this to me, $N. There is something I\'d like to ask of you.','You have something to show me?','','','','','',23228,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8475,5875,3430,0,136,4,6,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Dead Scar','The black swath of soil that cuts through Eversong Woods is a permanent reminder of the day Arthas led the Scourge into our beloved city.$B$BThis blemish is more than an eyesore as even today it brings Scourge from the Ghostlands to Silvermoon.$B$BGo, $N, and give my men a hand in killing the mindless undead that walk down the Dead Scar.','Slay 8 Plaguebone Pillagers and report back to Ranger Jaela on the Dead Scar in Eversong Woods.','We don\'t anticipate the Scourge letting up on their attacks any time soon, but we still appreciate any help we get guarding the Scar.','You\'re back, $N. Did you fight off the undead along the Dead Scar yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15654,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,23375,23376,23377,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8476,5875,3430,0,136,7,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Amani Encroachment','Ours are not the vast kingdoms of the humans and orcs. All we have left of our lands in Azeroth lies mostly before your eyes, $N.$B$BUntil we can reach Outland, we must defend what little land we have at any cost.$B$BOur uncivilized neighbors to the southeast, the Amani trolls, certainly have a different opinion regarding the ownership of these lands. Their daily raids are something we can\'t tolerate anymore. Go to their settlements, Zeb\'Watha and Tor\'Watha, and teach them a lesson.','Lieutenant Dawnrunner at the Farstrider Retreat in Eversong Woods wants you to kill 5 Amani Berserkers and 5 Amani Axe Throwers.','Good work, $N. With more people like you we\'ll soon restore our lands to their former glory.','You\'ll find Tor\'Watha and Zeb\'Watha southeast of here. Come back when you\'ve killed the trolls.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15643,15641,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9359,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8477,5875,3430,0,136,7,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Spearcrafter\'s Hammer','The Amani and the sin\'dorei have a long history of mutual dislike and open hostility. That doesn\'t prevent me from appreciating a fellow craftsman\'s work, $N.$B$BI\'ve come across pieces of Amani weaponry and I must admit I\'m impressed by the quality of their work. It is rumored that Spearcrafter Otembe wields a magical hammer that is so light and well-balanced it allows him to work with great dexterity and efficiency.$B$BIf you bring me this tool I\'ll use it to craft you a weapon.','Search Tor\'Watha to the southeast of the Farstrider Retreat for Spearcrafter Otembe and bring Otembe\'s Hammer to Arathel Sunforge at the Farstrider Retreat in Eversong Woods.','There\'s truth to the rumors! This hammer is light and strong at once; I shall manage to complete several of my unfinished projects. And of course, I\'ll let you have first pick. ','You\'ve brought me Otembe\'s hammer? ','','','','','',20759,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22958,22959,22963,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8478,5875,3430,0,8,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'Choose Your Weapon','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(8479,5875,3430,0,136,8,11,0,690,0,0,0,0,0,0,0,0,0,0,0,'Zul\'Marosh','Come closer, mon. Don\'t be \'fraid, Ven\'jashi not gonna hurt you.$B$BUs Darkspears be mortal enemies of the Amani just like you. Their boss Zul\'Marosh is evil troll. He give me the bad poison and leave me in this cage to die.$B$BI not scared of dyin\', mon. I seen death in the eye an\' I laugh at her.$B$BI cannot die in peace yet, mon. Not \'til Zul\'Marosh be dead too. You find him \'cross the lake in Zeb\'Watha. I hold this poison off \'til you bring me his big ugly head, mon. Only then I die peacefully.','Ven\'jashi, the troll prisoner at Tor\'Watha, wants you to bring him Chieftain Zul\'Marosh\'s Head. Chieftain Zul\'Marosh can be found in Zeb\'Watha, across Lake Elrendar.','Ya, $Gdad:mon;. Zul\'Marosh had this comin\'. He burn down Ven\'jashi\'s village. I kill many Amani before they put me in this cage. I hide something in the sand, my gift for you now.$B$BAh... ah, the poison... it spread now, mon. Time to rest...','You bring me Zul\'Marosh\'s head?','','','','','',20760,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22969,22971,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8480,5875,3430,0,136,5,7,0,690,0,0,0,0,0,0,0,0,9076,0,0,'Lost Armaments','The Wretched grow bolder every day, $N. They\'ve achieved enough coordination to launch an attack on Sunsail Anchorage.$B$BAs if that weren\'t embarrassing enough, most of our weapons were left behind when they attacked. Bring me back our armaments so that we may show those ruffians who\'s boss.','Bring 8 Sin\'dorei Armaments to Velendris Whitemorn in Eversong Woods.','Great job, $N. Let\'s show the Wretched what we\'re made of!','Did you gather the lost weapons yet?','','','','','',22413,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22957,22956,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8481,4044,1769,0,0,45,60,1,0,0,0,0,576,42000,0,0,0,0,21144,1,'The Root of All Evil','$N, thanks to you we have devised a way to summon forth the root of all evil for the Winterfall tribe - the corrupting demon that dominates them!$B$BTake this torch to the mouth of High Chief Winterfall\'s personal cave and plant it there. Doing so will force the demon to reveal itself and investigate. This is when you and your allies must strike it down! Only the essence of the fallen demon will begin the lengthy healing process of the Winterfall tribe... and the salvation of Timbermaw Hold.','Plant the Demon Summoning Torch in the mouth of High Chief Winterfall\'s cave in the Winterfall furbolg village. Defeat the demon and retrieve the Essence of Xandivious for Gorn One Eye in Timbermaw Hold.','You\'ve... you\'ve saved us! Your defeat of the demon Xandivious has ensured the safety of Timbermaw Hold for years to come. You are truly a hero amongst our kind.$B$BPlease, accept this with our blessing. Though the healing process will be slow amongst the furbolgs - and the conflict will still go on - you have given the Winterfall something they never had before this day.$B$BThey have a chance at survival.','You have returned to us, $N... does this mean that the demon has been slain?','','','','','',21144,21145,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21326,0,0,0,1,0,0,0,576,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8482,5875,3430,0,128,4,6,0,690,0,0,0,0,0,0,0,0,8483,20765,1,'Incriminating Documents','The documents contain detailed maps of different strategic buildings in Eversong Woods. A diagram of an arcane sanctum is also sketched in good detail. There seem to be numerous notes in a language you don\'t recognize.$B$BAs these were carried by a Darnassian spy, it might be a good idea to bring them to the Captain of the Guard - Aeldon Sunbrand.','Bring the Incriminating Documents to Aeldon Sunbrand at Falconwing Square in Eversong Woods.','Are you sure you found these on a night elf? They\'re clearly written in Dwarven...$B$BFrom what I can understand of this letter, whoever wrote this did not cause the malfunction, but rather was sent here as a spy to observe the results of it. They call our endeavors reckless and dangerous... but who?$B$BOf course! That envoy from Ironforge! We were fools to trust anyone belonging to the Alliance!','You\'ve got something for me? Let me take a look.','','','','','',20765,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8483,5875,3430,0,136,4,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Dwarven Spy','Listen, $N. This is a very delicate situation; even though we\'ve identified the spy, we cannot kill him out in the open. We cannot try to capture him either as the risk of him escaping is too great.$B$BI want you to go find Prospector Anvilward at the North Sanctum and kill him. Do this in a quiet manner, we don\'t want word to spread that we allowed a spy into our city.$B$BBring me his head as proof. Ironforge will learn not to meddle with the sin\'dorei.','Bring Prospector Anvilward\'s Head to Aeldon Sunbrand at Falconwing Square in Eversong Woods.','So, the deed is done. Excellent job.$B$BWord has been passed to the ranger general and believe me, the dwarves will pay dearly for their treason.$B$BYou\'ve been of great service to your people today, $N.','Did you take care of the intruder?','','','','','',20764,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23372,23373,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',8482,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8484,4044,1769,0,0,45,60,0,1101,0,0,0,576,42000,0,0,0,0,21155,1,'The Brokering of Peace','Your deeds go beyond the tale of a simple hero, $N. If you are a representative of your people, then your people are ones we would work to make peace with.$B$BPlease - take this offering to the dwarven king that resides in a mountain of iron; I believe you call this city Ironforge. In times past, he had tried to make contact with us on behalf of his Alliance. It is now only fitting to acknowledge you as the key in your Alliance\'s efforts in brokering peace.','Bring the Timbermaw Offering of Peace to King Magni Bronzebeard in Ironforge.','Indeed, this is a most fortuitous turn of events. Were a lasting peace to be made with these creatures, this would certainly give us an advantage in the affairs of Kalimdor... one that the Night Elves cannot support on their own. I will notify the other leaders of the Alliance of this immediately, and further diplomats will be dispatched!$B$BAs for you, $N... you have shown courage in both diplomacy and in action. I thank you, as does the whole of the Alliance.','$C, you are welcomed in my domain. Ironforge should always be considered a home to a hero such as yourself. Now, what business do you have with me?','','','','','',21155,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8485,5875,1769,0,0,45,60,0,690,0,0,0,576,42000,0,0,0,0,21155,1,'The Brokering of Peace','Your deeds go beyond the tale of a simple hero, $N. If you are a representative of your people, then your people are ones we would work to make peace with.$B$BPlease - take this offering to the orcish warchief that resides in the lands of Durotar; I believe you call this city Orgrimmar. In times past, he had tried to make contact with us on behalf of his Horde. It is now only fitting to acknowledge you as the key in your Horde\'s efforts in brokering peace.','Bring the Timbermaw Offering of Peace to Thrall in Orgrimmar.','Indeed, this is a most fortuitous turn of events. Were a lasting peace to be made with these creatures, this would certainly give us an advantage in securing Kalimdor from external threats. I will notify the other leaders of the Horde of this immediately, and further diplomats will be dispatched!$B$BAs for you, $N... you have shown courage in both diplomacy and in action. I thank you, as does the entirety of the Horde.','The warchief\'s greetings are bestowed upon you, $C. Your deeds make the Horde grow stronger in these troubling times. Now, what business do you have with me?','','','','','',21155,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8486,5875,3430,0,136,4,6,0,690,0,0,0,0,0,0,0,0,0,0,0,'Arcane Instability','It\'s about time that dimwit, Caidanis, sent someone this way.$B$BI warned of the dangers of increasing the load on the West Sanctum! Now one of our energy converters is destroyed and arcane wraiths are pouring out of the sanctum!$B$BI\'m going to need you to take care of these creatures before we send anyone in for repairs. Make haste!','Ley-Keeper Velania wants you to kill 5 Manawraiths and 5 Mana Stalkers.','Thank you, $N. Now that we have the wraiths under control we can send someone in to assess the damage. Hopefully this wasn\'t anything permanent.','Did you take care of the arcane wraiths?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15648,15647,0,0,5,5,0,0,0,0,0,0,0,0,0,0,23370,23371,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',9119,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8487,5875,3430,0,136,7,9,0,690,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Soil','This was a fully functional arcane sanctum before Arthas and his army of Scourge decided to plow through it on their way to Silvermoon.$B$BNow it\'s as useful to us as any part of the Dead Scar. The soil is tainted, undead are drawn to it and the energy in the ley lines is completely disrupted.$B$BWhat I want to know, $N, is whether this taint is reversible or not. I want you to collect soil samples from this area so I can study them. Perhaps with time we can set things back to normal.','Apprentice Mirveda at the East Sanctum in Eversong Woods wants you to collect 8 Tainted Soil Samples.','Excellent. I will cast an augmentation enchantment on the samples so I can more clearly analyze the taint on the soil.','Are you done collecting the samples I asked for, $N?','','','','','',20771,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,300,0,0,29535,0,0,0,0,0,0,0,480,0,0,0,0,'',9254,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8488,5875,3430,0,2,7,9,0,690,0,0,0,0,0,0,0,0,9255,0,0,'Unexpected Results','Something\'s wrong, $N. I sense the presence of Scourge. Be ready to fight them!','Protect Apprentice Mirveda from the Scourge ambush.','My endeavors are hopeless, $N. The very nature of the soil has been altered... the taint is irreversible. Thank you for your assistance. I\'ll need to ask one last task of you.','','Protect Apprentice Mirveda','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',8487,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8489,5875,3430,0,8,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Intact Converter','This object appears to be one of the arcane converters Ley-Keeper Velania mentioned. It hasn\'t been damaged by the fire, perhaps she could find a use for it.','Bring the Intact Arcane Converter to Ley-Keeper Velania.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8490,5875,3430,0,128,8,10,0,690,0,0,0,0,0,0,0,0,0,22693,1,'Powering our Defenses','Ancient runestones once powered a protective barrier across the Eversong border. Many were destroyed during Arthas\' attack; others were stolen.$B$BOf the three that remain, only this one has retained its powers. The runestone to the east might be salvageable, though.$B$BTake this crystal and instill its energy on the Eastern Runestone. The process should take but a minute. Beware though, nearby Scourge will be drawn to it and will seek to destroy it. Do not let them! ','Place the Infused Crystal at the Eastern Runestone and protect it from the Scourge for 1 minute. Return the Infused Crystal to Runewarden Deryan in Eversong Woods for a reward.','Excellent. The defenses should hold off the Scourge a bit longer. Thank you for lending us a hand, $N.','Have you succeeded in powering the runestone yet, $N?','','Runestone Energized','','','',22693,0,0,0,0,0,1,0,0,0,0,0,16364,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9253,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8491,5875,3430,0,136,4,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'Pelt Collection','The springpaw that inhabit this region are known for their high quality pelts. We\'ve even seen night elf scum travel to these lands just to poach them.$B$BOur skirmishes with the Amani have put a bit of a strain on our supply of gear and our rangers don\'t have much time to hunt for pelts anymore. If you\'d be willing to lend a hand by collecting springpaw pelts, I\'d be happy to reward you with a hand-crafted piece of armor. You\'ll find springpaw stalkers all around the woods north of here.','Velan Brightoak at Fairbreeze Village in Eversong Woods wants you to bring him 6 Springpaw Pelts.','These will do perfectly, $N. Take this piece of armor as a reward. I\'ll be able to make more with the pelts you brought me.','You\'re back. Did you bring the pelts?','','','','','',20772,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22951,22953,22952,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8492,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Copper Bars!','Hey there, $c, you look fit enough to contribute to the war effort! We need all of the help that we can get here to put together the materiel needed for the Ahn\'Qiraj War and it\'s your lucky day.$B$BI\'m collecting copper bars in stacks of twenty. It\'s for a worthy cause, what do you say? Do you think you could help out the Alliance?','Bring 20 Copper Bars to Sergeant Stonebrow at the Military Ward in Ironforge.','You did it, lad! We\'ll get those copper bars onto the pile and put them to good use making the war materiel right away. It\'s the efforts of people like you that make me proud to serve the Alliance. Good work, soldier!$B$BAnd if you should happen to come across more copper bars, make sure that they find their way to me.','Have you collected those twenty bars of copper yet, trooper?','','','','','',2840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21509,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8493,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Copper Bars!','Back again $c? Outstanding! We still need more stacks of copper bars if you can procure them for the Ahn\'Qiraj war effort. Will you help us out?','Bring 20 copper bars to Sergeant Stonebrow at the airfield in Dun Morogh.','Excellent work! Digging around for that copper and smelting it must have been quite an adventure. Unless you bought them at the auction house. Either way, it works for me. You are to be commended for your contribution to the war effort, $C. And please don\'t hesitate to bring me more copper bars if you have them.','Back again, $C? Outstanding! The bars you\'ve provided thus far are really going to help out in making all sorts of things for the war. I know, for example, that the copper is going to be used for parts of the steam tanks that are being built, as well as in a small fleet of gyrocopters that we\'re planning to deploy if time allows.$B$BDon\'t let the stacks here fool you though, we still need more copper bars if you can procure them for the Ahn\'Qiraj war effort. Will you help us out?','','','','','',2840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21509,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8492,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8494,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Iron Bars!','Well hello there, $g Mr. : Ms.; Fancypants, aren\'t you a sight for sore eyes. In case you hadn\'t heard while you were out there \"adventuring\", the Alliance has been gearing up for a war in Ahn\'Qiraj and is in need of iron bars... a whole mess of \'em. Bring them to me in stacks of twenty. We can count on you, right, $c?','Bring 20 Iron Bars to Corporal Carnes at the Military Ward in Ironforge.','Well, well, if it isn\'t $N. And you pulled through. I guess now I\'ll have to keep my eye on you. It hurts me to say this, but thanks for your efforts. The Alliance won\'t forget, and neither will I. Now get out there and bust your hump on whatever else needs collecting.','If you have those twenty bars of iron, I don\'t want to know where you have them hidden!','','','','','',3575,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21511,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8495,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Iron Bars!','Back so soon? Stop making me re-evaluate my low opinion of you $c, you\'re making me feel all gooey inside. So, as you can tell we still don\'t have enough iron bars for all of the weapons, armor, steam tanks and whatnot that need building for the bug hunt. Think you have it in you to bring back another stack of twenty iron bars in between all of those trips to Zul\'Gurub, or wherever it is that you kids hang out these days?','Bring 20 iron bars to Corporal Carnes at the airfield in Dun Morogh.','Must be a cold day in the Burning Steppes. Look here, it\'s $N, and she\'s brought me a gift. Twenty iron bars! Just what I always wanted.$B$BIn all seriousness though, thank you, $N. You\'re a credit to yourself and the Alliance. Now get back out there and bring in more stuff for the war effort!','Back so soon? Stop making me re-evaluate my low opinion of you, $C, you\'re making me feel all gooey inside. So, as you can tell we still don\'t have enough iron bars for all of the weapons, armor, steam tanks and whatnot that need building for the bug hunt. Think you have it in you to bring back another stack of twenty iron bars in between all of those trips to Zul\'Gurub, or wherever it is that you kids hang out these days?','','','','','',3575,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21511,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8494,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8496,4044,1377,0,256,60,60,0,1101,0,0,0,0,0,0,0,0,0,20806,1,'Bandages for the Field','Our supply of bandages in the battlefield is running dangerously low after the recent casualties we have incurred. Obtain a batch of first-aid supplies and deliver them to Windcaller Proudhorn in Cenarion Hold.','Bring 30 Heavy Runecloth Bandages, 30 Heavy Silk Bandages and 30 Heavy Mageweave Bandages to Windcaller Proudhorn at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing X in order to complete this quest.','Just in time. These supplies will save lives, $n. Your work is appreciated. Here\'s your next assignment.','You have something for me, $N?','','','','','',14530,8545,6451,20806,0,0,30,30,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,20805,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8497,4044,1377,0,256,60,60,0,1101,0,0,0,0,0,0,0,0,0,20807,1,'Desert Survival Kits','With the arrival of fresh recruits to Cenarion Hold comes the problem of keeping them alive in the desert. Dehydration as well as numerous poisonous creatures present a serious threat to inexperienced volunteers. Gather the supplies necessary for a desert survival kit and bring them to Calandrath in Cenarion Hold.','Bring 4 Globes of Water, 4 Powerful Anti-Venom and 4 Smoked Desert Dumplings to Calandrath at the inn in Cenarion Hold in Silithus. You must also bring Logistics Task Briefing I in order to complete this quest.','Excellent! We were in need of these, $n. Thanks.','You have something for me?','','','','','',7079,19440,20452,20807,0,0,4,4,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21132,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8498,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,20943,1,'Twilight Battle Orders','Our scouts have reported new battle orders being issued by the Twilight\'s Hammer leaders. The orders are being distributed by Twilight Prophets under heavy escort. Intercept the orders and bring them to Commander Mar\'alith.','Obtain the Twilight Battle Orders and bring them Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Tactical Task Briefing X in order to complete this quest.','Excellent. It\'s important to stay ahead of the enemy\'s next move. This information will allow us to anticipate the Twilight\'s Hammer\'s attacks. ','You\'ve brought something for me? ','','','','','',20803,20943,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20801,20809,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8499,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Thorium Bars!','It is very kind of you to inquire about the needs that the Alliance has. In addition to all of the other collection efforts underway, we are in need of a great quantity of thorium bars, which is the task that I am in charge of. The thorium will be used in the creation of many different things for the war, foremost of which is the construction of a battalion of steam tanks to be airlifted into Silithus as soon as they are completed. Can you aid us in this endeavor, $c?','Bring 20 Thorium Bars to Dame Twinbraid at the Military Ward in Ironforge.','So Gnoarn doesn\'t trust my reconnaissance abilities? I wonder why...','Oh, a shipment from my brother? Splendid! Fortune truly shines on me today!','','','','','',12359,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8500,4044,0,365,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Thorium Bars!','It is so good to see you again $N. I hope that you\'ve been doing well. It\'s true that we are still in need of thorium bars. If you have them to spare I am collecting them for the Ahn\'Qiraj war effort.','Bring 20 thorium bars to Dame Twinbraid at the airfield in Dun Morogh.','Excellent, $C! A job well done. I\'ll see to it that those bars get onto the pallet and into the hands of the blacksmiths and engineers that are hard at work building up the supplies for our army. Thank you again, and if you come across more thorium bars be sure to drop by.','It is so good to see you again, $N. I hope that you\'ve been doing well. It\'s true that we are still in need of thorium bars. If you have them to spare I am collecting them for the Ahn\'Qiraj war effort.','','','','','',12359,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8499,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8501,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,20941,1,'Target: Hive\'Ashi Stingers','As the war effort mounts, the silithid presence in the area presents an ever increasing threat to our operations. You\'ve been selected to partake on an assault on Hive\'Ashi where your primary target will consist of the airborne Hive\'Ashi stingers.$B$BReport back to Commander Mar\'alith after your task is completed.','Kill 30 Hive\'Ashi Stingers and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing XII in order to complete this quest.\n','Excellent work, $N. Your part in the attack on Hive\'Ashi has been noted.','You wish to tell me something, $N?','','','','','',0,20941,0,0,0,0,0,1,0,0,0,0,11698,0,0,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8502,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,20942,1,'Target: Hive\'Ashi Workers','As the war effort mounts, the silithid presence in the area presents an ever increasing threat to our operations. You\'ve been selected to partake on an assault on Hive\'Ashi where your primary target will consist of Hive\'Ashi workers.$B$BReport back to Commander Mar\'alith after your task is completed.','Slay 30 Hive\'Ashi Workers and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing III in order to complete this quest.','Excellent work, $N. Without their workers, the silithid will have a hard time repairing any damage inflicted to their hive\'s structure.','You have something to tell me, $C?','','','','','',0,20942,0,0,0,0,0,1,0,0,0,0,11721,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8503,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Stranglekelp!','So, $c, did I already tell you about all of the fabulous uses stranglekelp has? I did? Oh well... in any case we need a lot of it, and when I say a lot, I mean A LOT! Do you think that you could help us out? I know that it means going without all of those wonderful things that you can make with it, but it\'s for a good cause!','Bring 20 Stranglekelp to Private Draxlegauge at the Military Ward in Ironforge.','Hooray! That\'s another twenty down. You\'re the best. I suppose that I should get these all packed away before they wither. So much stranglekelp, so little time!$B$BThanks again, $C!','It\'s not true! I\'d never skim any stranglekelp off the top of the stacks here. One might be tempted to though considering that it\'s practically a panacea of utilitarian usefulness. *cough* You don\'t happen to have that stranglekelp we discussed earlier?','','','','','',3820,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21510,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8504,4044,0,365,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Stranglekelp!','Well hello again there... what was it? Ah yes, $N! Come to see if I still need more stranglekelp have you? Well, it\'s your lucky day, because the answer to that very important question is a very affirmative YES! Think you could gather up twenty more?','Bring 20 stranglekelp to Private Draxlegauge at the airfield in Dun Morogh.','','','','','','','',3820,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21510,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8503,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8505,4044,0,365,8,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Purple Lotus!','$C, the purple lotus is a flower with a plentitude of uses. I am here at the request of the Alliance as an authority on those applications, to preserve the herbs collected and to ensure that their war effort acquires enough purple lotus to sustain whatever function they plan for it.$B$BI would like for you to travel out into the world and return to me with some of these flowers. Is that something that you can do?','Bring 20 Purple Lotus to Master Nightsong at the Military Ward in Ironforge.','Your contribution is greatly appreciated, $c. It is only through the combined efforts of all that we shall be able to repel the ruthless advance of the silithid and whatever force is driving them forth. Even the Horde is amassing their own collection of purple lotus. Should you come across more, please return to me here.','Do you have the purple lotus herbs that I requested?','','','','','',8831,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21512,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8506,5875,0,365,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Purple Lotus!','Welcome back $c. Our collection grows, but even now we have a need for additional purple lotus. If it is still within your power to gather more of the herb, I entreat you to do so and return them to me here.','Bring 20 purple lotus to Master Nightsong at the airfield in Dun Morogh.','','','','','','','',8831,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21512,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8505,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8507,4044,1377,0,0,60,60,0,1101,0,0,0,0,0,0,0,0,0,21143,1,'Field Duty','Greetings, $N. Before I assign you to more involved tasks in the war, you\'ll need to do your share of field duty. $B$BYou will find Captain Blackanvil\'s Ironforge Brigade outside Hive\'Zora.$B$BReport to him or his lieutenant, Janela Stouthammer and come back to me. I shall have a more advanced assignment for you ready.$B$BOh and please do us a favor and stay away from the Orgrimmar Legion. We\'ve been forced to keep the two forces well apart from one another due to mutual animosity.','Report for duty at the Ironforge Brigade post near Hive\'Zora. Prepare your Unsigned Field Duty Papers and obtain Signed Field Duty Papers from Captain Blackanvil and return to Windcaller Kaldon at Cenarion Hold in Silithus.$B$BNote: Healing or casting beneficial spells on a member of the Ironforge Brigade will flag you for PvP.','Very well, $N I\'ve prepared a set of tasks that should make optimal use of your skills.$B$BWith the continued efforts of you and people like you, our enemy will soon be vanquished once and for all!$B$BShould you require a new mission briefing, return to Captain Blackanvil.','You\'ll find Captain Blackanvil\'s force stationed outside Hive\'Zora. Talk to his lieutenant, Janela Stouthammer, if you can\'t find him.','','','','','',20810,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20808,21132,20809,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8508,4044,1377,0,8,60,60,0,1101,0,0,0,0,0,0,0,0,0,20810,1,'Field Duty Papers','','','Aye, I suppose that little skirmish will pass as field duty nowadays. Take these back to Cenarion Hold, I\'m sure they\'ll have a cushy job ready for you.$B$BOff you go!','I take it you want those papers signed, $Glad:lass;?','','','','','',23024,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20810,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8509,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Arthas\' Tears!','I\'ll keep it simple and to the point, $c. The Alliance needs to collect a large quantity of Arthas\' Tears for the Ahn\'Qiraj war effort. Don\'t ask me what for; I\'m just following orders. But I\'d like you to gather up as many of the herbs as you can and bring them back to me here. Are you willing to do that?','Bring 20 Arthas\' Tears to Sergeant Major Germaine at the Military Ward in Ironforge.','Good work, $C. I must say that I\'m pleasantly surprised. You would not believe the number of people that have come by, offering to help, but never returning. Let me just get those into a crate and tallied with your name on it, and then we can talk again about whether I need anymore of those plants.','What\'s that? Speak up, $C! Have you got that shipment of Arthas\' Tears I asked for?','','','','','',8836,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8510,5875,0,365,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Arthas\' Tears!','Ok, so it looks like I still need more Arthas\' Tears. I would imagine that you will be able to find them in the general location that you gathered them up for me last time. The quicker we get these, the faster we can start up the offensive against the forces at Ahn\'Qiraj.$B$BYou gonna help us out again $c?','Bring 20 arthas\' tears to Sergeant Major Germaine at the airfield in Dun Morogh.','','','','','','','',8836,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8509,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8511,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Light Leather!','We Stoneflayers have a long history of being skinners, $c. That\'s why the Alliance has asked my family to help out with the collection of light leather for the Ahn\'Qiraj war effort. I\'m here to see to it that the leather is tanned correctly for whatever they want to put it to use for. But we need your help.$B$BSince I have to be here doing that, I need you to go out and collect the skins, returning them to me here. What do you say, $g lad : lass;, will you give it a go?','Bring 10 Light Leather to Bonnie Stoneflayer at the Military Ward in Ironforge.','I dare say the Alliance is going to be very happy with your skins here, $C. I\'ll make sure that not a one goes to waste. Thank you, and make sure that you check back in with me once I\'ve counted them up to see if we need more.','$C, I do so hope that\'s the light leather you promised.','','','','','',2318,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21509,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8512,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Light Leather!','Good to see you again $N. It does appear that we need more light leather for the creation of the various war materiel. If you could bring me a stack of ten that would be just perfect.','Bring 10 light leather to Bonnie Stoneflayer at the airfield in Dun Morogh.','Thank you for your generous donation, $N. I\'m going to get those onto the pile right now, and in no time I\'m sure that they\'ll get changed into a nice set of armor, some leather patches, or used for something else in our preparations. Seems like we\'re always in need of more light leather. Come back and visit me soon.','Good to see you again, $N. It does appear that we need more light leather for the creation of the various war materiels. If you would bring me a stack of ten, that would be just perfect.','','','','','',2318,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21509,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8511,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8513,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Medium Leather!','Yes $g sir : ma\'am;, I have been charged with collecting and tracking all of the medium leather gathered for the war effort. If you have the wherewithal to gather medium leather, from whatever source, then please bring them to me here. I sure would appreciate a hand with this if you can spare the time.','Bring 10 Medium Leather to Private Porter at the Military Ward in Ironforge.','Wow! Seems like you were just here volunteering to help. Thank you very much for the donation. I\'ll just get those all packed up and counted. You sure do know how to brighten a fella\'s day.','Yes sir, I remember you. Is that the medium leather you have with you there?','','','','','',2319,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21510,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8514,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Medium Leather!','Yes $g sir : ma\'am;, looks like we\'ve collected $2063w pieces of medium leather to date. I know it\'s a lot to ask, but if you\'re still willing, I could use your help in attempting to put a dent in the rest of my quota.','Bring 10 medium leather to Private Porter at the airfield in Dun Morogh.','Golly, that sure is a lot of medium leather that you\'ve brought round, sir! I\'m gonna make sure that all of that gets put to proper use, yes indeed. With your help we\'ll have filled our estimation for medium leather in no time!$B$BThanks, $N!','Yes sir, looks like we\'ve collected many pieces of medium leather, but we need more. I can assure you that it will all be put to good use; not one piece will get wasted. I know it\'s a lot to ask, but if you\'re still willing, I could use your help in attempting to put a dent in the rest of my quota.','','','','','',2319,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21510,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8513,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8515,4044,0,365,8,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Thick Leather!','Oh boy, this is going to be great! $C, the Ahn\'Qiraj war effort is in full swing, and I\'ve been put in charge of keeping track of all of the thick leather that comes in. We\'ll make tons of things with it, but first we need to get a ton of it. And I mean that literally! That\'s where you come in.$B$BSo, do you think you can go out there and bring me back a nice, fat stack of thick leather? Do yah, do yah?!','Bring 10 Thick Leather to Marta Finespindle at the Military Ward in Ironforge.','Oh, I knew you could do it, $C, I just knew it! I\'ll get these into the right hands as soon as I can. Now, let\'s see here. Hmm, looks like our tally is coming along rather nicely. You should check back with me in just a moment once I\'m done counting to see if we need more. Cuz if we do, you\'re the one I want out there gathering it up for me!','Is that the thick leather you have there in your pack, $C? Is it? I can\'t wait for you to hand it over! Everyone is going to be so pleased with us don\'t you think?','','','','','',4304,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21512,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8516,4044,0,365,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Thick Leather!','Yep, the stack\'s still not high enough. $N, we still haven\'t reached our goal of $2071w thick leather. Just think of all the things that we can make with all of that leather! All kinds of armor and weapons. Stuff for inside the steam tanks and rifle scopes! Engineering goggles, and I bet if it ends up that we collect too much we could give the rest to the Horde for their zeppelins!$B$BYou gonna bring me back some more thick leather?','Bring 10 thick leather to Marta Finespindle at the airfield in Dun Morogh.','You did it again! That is simply amazing how you go out there, collect all of this stuff, and then bring it back here and hand it over. I tell ya, when they find out how much you\'ve been helping out around here you\'re not going to be able to walk down the street without people asking you for your autograph!$B$BThanks again for your very generous donation of thick leather, $N.','Yep, the stack\'s still not high enough. $N, we still haven\'t reached our thick leather goal. Just think of all the things that we can make with all of that leather! All kinds of armor and weapons. Stuff for inside the steam tanks and rifle scopes! And engineering goggles, those are always fun!$B$BYou gonna bring me back some more thick leather?','','','','','',4304,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21512,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8515,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8517,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Linen Bandages!','The war at Ahn\'Qiraj is going to be long and bloody. It is a very wise thing that the Alliance is doing by enlisting the aid of you, and those like you, to build up the materiel necessary before plunging headlong into conflict.$B$BI have been asked to head up the collection of linen bandages for the war, and I am hoping that you are going to assist me in amassing as many as we need. It is no light matter, but at least the linen bandages are the least difficult to create. Are you with us, $c?','Bring 20 Linen Bandages to Sentinel Silversky at the Military Ward in Ironforge.','Many are the soldiers that will benefit from your contribution here today, $C. I shall see to it personally that the Alliance is made aware of your efforts. Allow me a moment to store these bandages properly and update my count, and then you should check back with me to see if I am in need of more.$B$BMay the Light of Elune shine upon you, $R!','Do you have the twenty linen bandages that I require, $C?','','','','','',1251,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21509,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8518,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Linen Bandages!','Ever am I amazed by the selflessness exhibited when so many would instead turn to selfishness instead. $C, I am still in need of a number of linen bandages before my assignment here is fulfilled. Will you aid me once more in the collection of those bandages?','Bring 20 linen bandages to Sentinel Silversky at the airfield in Dun Morogh.','You are to be commended, $N. While there are those that would take advantage of the economics of our war footing to line their pockets in a fervor of greed, you have proven time and again that your devotion to the Alliance, and indeed to all of Azeroth, comes first.$B$BBlessings of Elune be with you always!','Ever am I amazed by the selflessness exhibited when so many would instead turn to selfishness instead. $C, I am still in need of a number of linen bandages before my assignment here is fulfilled. Will you aid me once more in the collection of those bandages?','','','','','',1251,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21509,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8517,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8519,4044,1377,0,66,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pawn on the Eternal Board','As you regain your composure and focus your gaze, you notice that something stirs within the crystal. Upon closer inspection, you realize that you are looking into the past... a memory... long forgotten.','Learn all that you can of the past, then speak with Anachronos at the Caverns of Time in Tanaris.\n','After Staghelm\'s betrayal, I gathered the shattered pieces of the Scepter of the Shifting Sands and returned here. I had every intention of protecting the scepter from those that would seek to use it to cause harm to our world - thus was born the charge of the Dragonflights.$B$BA scepter divided amongst the four mighty Aspects would prove to be nearly impossible to restore for those willfully seeking chaos... or so I thought. What a fool I was. Even now I am hunted by that cursed flight.','','The War of the Shifting Sands','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8305,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8520,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Silk Bandages!','With the Ahn\'Qiraj War looming we need to do everything that we can to see to it that our soldiers have everything that they need. We\'re doing just that right here. For my part I\'ve been placed in charge of seeing to it that we collect enough silk bandages.$B$BDo you think you can help me out, $c?','Bring 20 Silk Bandages to Nurse Stonefield at the Military Ward in Ironforge.','This Nightscape equipment you have supplied fills the order perfectly, $N. I expect no less from a leatherworker of your caliber.$B$BYou have definitely earned this pattern. I give it to you freely, and hope you will profit from it accordingly.','I need those tunics and headbands made, and I also need that piece of wildvine before I will share with you the knowledge of Wild Leather helmets.$B$BHead gear is highly coveted amongst adventurers, whether it be a disarmingly simple headband or a full-covering helmet. The fundamentals of creating valued head gear remain constant, no matter what the cosmetic appearance of the gear is.','','','','','',6450,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21511,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2847,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8521,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Silk Bandages!','It is very kind of you to offer to help me again $c. It looks like we\'ve collected $2082w silk bandages, so we\'ll need more.','Bring 20 silk bandages to Nurse Stonefield at the airfield in Dun Morogh.','You are such a selfless person. Thank you very much for your contribution to the war effort. It\'s people like you that are going to make the difference between success and failure at Ahn\'Qiraj. I just hope that all of this will be enough.$B$BThanks again, $N.','It is very kind of you to offer to help me again, $c. It looks like we\'ve collected a goodly number of the silk bandages we\'ve been tasked with, but we still need more. $N, is there any way that you could see fit to put together another bundle and return them to me here? The Alliance and I will be most grateful.','','','','','',6450,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21511,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8520,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8522,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Runecloth Bandages!','Argue the merits of the war if you will, $c, but it has already been set in motion. Look around you at your family and friends, and then ask yourself what it is that you can do to see to it that if they are involved, they will have every advantage to survive the conflagration.$B$BTo that end, I am collecting runecloth bandages here from whatever source. Would you like to make a donation?','Bring 20 Runecloth Bandages to Keeper Moonshade at the Military Ward in Ironforge.','You are to be commended, $C, for your perseverance in this task. I shall put these bandages away, and then I should like to talk to you again about the possibility of your collecting even more runecloth bandages.','The days pass one after the other, and still we go on. $C, have you those runecloth bandages?','','','','','',14529,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8523,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Runecloth Bandages!','So it is that we come to discuss pressing matters yet again $c. Once more I thank you for your previous efforts; it is not everyone who would give so selflessly. But there is still more work to do.$B$B$N, will you once more collect runecloth bandages and return them to me here?','Bring 20 runecloth bandages to Keeper Moonshade at the airfield in Dun Morogh.','This is a fine road we are traveling together, $N. You make an excellent working companion. Once more do I give thanks to you for your efforts on behalf of the entire Alliance. Come and talk again with me soon.','So it is that we come to discuss pressing matters yet again, $C. Once more I thank you for your previous efforts; it is not everyone who would give so selflessly. But there is still more work to do.$B$B$N, will you once more collect runecloth bandages and return them to me here?','','','','','',14529,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8522,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8524,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Rainbow Fin Albacore!','Hey there, friend! If I were to say to you, \'Don\'t you think that soldiers should have food to eat like anyone else?\', you would of course reply, \'yes\'. I agree with you 110%! I\'m glad we\'re in accord. All I need for you to do is to head out there, fish up a whole bunch of raw rainbow fin albacore, and then cook it all up and bring it back to me right here. Mmm, mmm, I can taste it already.','Bring 20 Rainbow Fin Albacore to Slicky Gastronome at the Military Ward in Ironforge.','Two for the Alliance, one for me, two for the Alliance, one for me. Hey there, fishmonger, excellent work. I can see that you\'re going to be a real credit to the club. Looks to me like we probably need more of that albacore though. Why don\'t you head on out and rustle up a mite more. I can hear my stomach rumbling already.','I\'m willing to lay odds that you\'ve returned with all of that rainbow fin albacore we were talking about before, right, $C?','','','','','',5095,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21509,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8525,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Rainbow Fin Albacore!','What! You again? Well I\'ll be a monkey\'s uncle... except that I\'m a gnome. Slicky Gastronome to be precise! So you\'re back to help out again eh? Well, I can\'t say as I blame you. Don\'t you just love the smell of all of that food? $B$BEnough loitering! Get out there and bring me back more rainbow fin albacore!','Bring 20 rainbow fin albacore to Slicky Gastronome at the airfield in Dun Morogh.','I knew that you had it in you, kid. You\'ve got the look of someone who knows what she likes. Specifically that you like pleasing me and the powers that be. And that you have, I guarantee.$B$BHaha, ok, I\'ll just get these fish properly stashed away, and then you and I can have a little talk concerning you collecting another twenty albacore.','What! You again? Well I\'ll be a monkey\'s uncle... except that I\'m a $R. Slicky Gastronome to be precise! So you\'re back to help out again, eh? Well, I can\'t say as I blame you. Don\'t you just love the smell of all of that food? $B$BEnough loitering! Get out there and bring me back more rainbow fin albacore!','','','','','',5095,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21509,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8524,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8526,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Roast Raptor!','Oh, how\'s it going, $c? I see that you\'re interested in maybe gathering up food for the coming war at Ahn\'Qiraj? Somehow my dad thought that it would be a good learning experience for me if I were to volunteer to help out here. Big mistake. I don\'t even like to eat meat.$B$BAnyway, if you feel like it, you could bring me back a lot of roast raptor. Apparently that\'s what all of the soldiers are going to want.','Bring 20 Roast Raptor to Sarah Sadwhistle at the Military Ward in Ironforge.','Gee, that\'s swell. Thanks for bringing me all of this burnt animal flesh, $C. I\'ll just put it onto the pile over there. I\'m sure that someone will take care of it. I suppose if you have some time on your hands that you might want to bring me more?','So do you have all of that roast raptor yet?','','','','','',12210,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21511,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8527,4044,0,365,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Roast Raptor!','Hi again $c. I can tell you\'re very excited about all of this. So I suppose you want to bring me another twenty roast raptor. Great. Well you do that. I guess I\'ll see you when you get back.','Bring 20 roast raptor to Sarah Sadwhistle at the airfield in Dun Morogh.','','','','','','','',12210,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21511,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8526,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8528,4044,0,365,8,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Spotted Yellowtail!','It may not seem heroic to gather up cooked fish, but do not underestimate the value of preparation, young $c. Soldiers need to eat like anyone else, and we\'re here to do our part to make sure they have what they need once the war in Ahn\'Qiraj commences.$B$BAccordingly, I am stockpiling spotted yellowtail, a versatile source of sustenance that stores well and can be used in many different dishes. It also doesn\'t have the odor of some other saltwater fish. Are you willing to aid me in this endeavor?','Bring 20 Spotted Yellowtail to Huntress Swiftriver at the Military Ward in Ironforge.','Thank you for this gift, $C, and in such a timely manner as well. Our soldiers will surely not lack for something to eat. Just let me get these fish stored away properly and then you and I can discuss a second haul if you\'re willing.','I am confident that you are returning so soon with the spotted yellowtail we discussed.','','','','','',6887,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21512,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8529,4044,0,365,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Spotted Yellowtail!','If you\'re still willing I\'d like to send you back out to bring in another haul of spotted yellowtail, $N. I\'d imagine with the expertise you gained the first time out that this catch should be much faster and easier. Are you game?','Bring 20 spotted yellowtail to Huntress Swiftriver at the airfield in Dun Morogh.','You are a true member of the Alliance, $N. Your efforts shall not go unnoticed, or unappreciated. And thank you for cooking up the fish as well. I will see to it that they are stored away properly, and then I\'ll need to update my count. Every one brings us that much closer to catching our goal.','If you\'re still willing I\'d like to send you back out to bring in another haul of spotted yellowtail, $N. I\'d imagine with the expertise you gained the first time out that this catch should be much faster and easier. Are you game?','','','','','',6887,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,21512,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8528,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8530,5875,0,365,8,1,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Singed Corestones!','$C, I need your help. In the Molten Core there are these stones, singed Corestones to be precise, that we need to harvest for the Ahn\'Qiraj war effort. I\'m told that our blacksmiths and engineers can put them to good use, so that\'s where you come in. I need you to go into the Molten Core and gather up as many of these corestones as you can. Of course, you\'ll want to talk thirty-nine of your closest friends along with you.','Bring 50 singed corestones to Commander Stronghammer at the airfield in Dun Morogh.','','','','','','','',20737,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8531,5875,0,365,0,1,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Singed Corestones!','Thank you for returning $N. If you and your friends still have it in you, I need you to return to the Molten Core and continue your singed corestone collection efforts. What do you say?','Bring 50 singed corestones to Commander Stronghammer at the airfield in Dun Morogh.','','','','','','','',20737,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8532,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Copper Bars!','So glad that you\'ve decided to help out here. Not everyone would, so I need to make sure you understand what it is that I need. Copper bars, not copper ore. We don\'t have the time or people to do all of the smelting ourselves, so if you would be so kind as to take care of that, your efforts will be duly noted. Is that something that you can handle, $c?','Bring 20 Copper Bars to Miner Cromwell at the Valley of Spirits in Orgrimmar.','These bars will do, and thanks for not shining them. No sense in making them pretty when they\'re going to be mangled for whatever materiel needs to be built for the war. I\'ll take care of putting them on the stacks, and I\'ll make sure that they are put to proper use. Speak to me again if you\'re interested in bringing in another twenty.','I hope that\'s the twenty copper bars you have there with you, $C.','','','','','',2840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21509,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8533,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Copper Bars!','Back so soon? You\'ll be a real miner in no time $c. So, you already know the drill; I need you to go out, mine up a mess of copper ore, smelt it into bars and bring it back to me here. I know that\'s something you\'re capable of, the question is, are you willing?','Bring 20 copper bars to Miner Cromwell in Durotar.','You\'ve proven yourself to me yet again, $C. I will see to it that this copper is used in due time. For now though, I need to get these copper bars onto the pallet and tallied. If you still feel inclined, I could probably use your help in gathering even more copper bars.','Back so soon? You\'ll be a real miner in no time, $C. So, you already know the drill; I need you to go out, mine up a mess of copper ore, smelt it into bars and bring it back to me here. I know that\'s something you\'re capable of, the question is, are you willing?','','','','','',2840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21509,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8532,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8534,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21165,1,'Hive\'Zora Scout Report','We\'ve sent our best scouts deep into the silithid hives to gather intelligence. Scout Azenel has been watching the silithid movements at Hive\'Zora for several days now. Find her and obtain a written report. We need to be able to act on that information as soon as possible, $N.','Contact Cenarion Scout Azenel inside Hive\'Zora and return the Hive\'Zora Scout Report to Windcaller Proudhorn at Cenarion Hold. You must also bring Tactical Task Briefing VI in order to complete this quest.','Your efforts are greatly appreciated, $N. I\'ll read these scouting reports right away, feel free to go over your next assignment.','You\'ll find Scout Azenel inside Hive\'Zora. Hurry, $N! Time is of the essence.','','','','','',21158,21165,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20801,21133,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8535,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,20947,1,'Hoary Templar','The Twilight\'s Hammer and the elemental nobles they worship present a formidable threat to our operations in Silithus. With the new enemies we\'re facing inside Ahn\'Qiraj, we cannot afford to lower our guard to our enemies outside.$B$BFind a way to summon and destroy a Hoary Templar and report to Bor Wildmane.\n','Summon and slay a Hoary Templar and report back to Bor Wildmane in Cenarion Hold. You must also bring Tactical Task Briefing IV in order to complete this quest.','Good job, $N. Here\'s your next assignment.','Is your task done yet, $N?','','','','','',0,20947,0,0,0,0,0,1,0,0,0,0,15212,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20801,20809,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8536,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21751,1,'Earthen Templar','The Twilight\'s Hammer and the elemental nobles they worship present a formidable threat to our operations in Silithus. With the new enemies we\'re facing inside Ahn\'Qiraj, we cannot afford to lower our guard to our enemies outside.$B$BFind a way to summon and destroy an Earthen Templar and report to Bor Wildmane.','Summon and slay an Earthen Templar and report back to Bor Wildmane in Cenarion Hold. You must also bring Tactical Task Briefing III in order to complete this quest.','Good job, $N. Here\'s your next assignment.','Is your task done yet, $N?','','','','','',0,21751,0,0,0,0,0,1,0,0,0,0,15307,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20801,21133,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8537,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,20945,1,'Crimson Templar','The Twilight\'s Hammer and the elemental nobles they worship present a formidable threat to our operations in Silithus. With the new enemies we\'re facing inside Ahn\'Qiraj, we cannot afford to lower our guard to our enemies outside.$B$BFind a way to summon and destroy a Crimson Templar and report to Bor Wildmane.','Summon and slay a Crimson Templar and report back to Bor Wildmane in Cenarion Hold. You must also bring Tactical Task Briefing II in order to complete this quest.','Good job, $N. Here\'s your next assignment.','Is your task done yet, $N?','','','','','',0,20945,0,0,0,0,0,1,0,0,0,0,15209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20801,20809,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8538,4044,1377,0,256,60,60,1,0,0,0,0,0,0,0,0,0,0,20948,1,'The Four Dukes','The links between the Twilight\'s Hammer and the Abyssal Council are proving to be more important than we had expected.$B$BWe believe the elemental nobles known as the Abyssal Dukes are one of the primary force organizing the Twilight\'s Hammer cultists. Find a way to lure the four Abyssal Dukes into our plane of existence and destroy them!$B$BYour dedication and prowess in past assignments have led us to choose you for this particular assignment. We are certain you will succeed in this endeavor.','Find a way to summon and slay the Duke of Cynders, the Duke of Fathoms, the Duke of Zephyrs and the Duke of Shards and report back to Commander Mar\'alith in Cenarion Hold. You must also bring Tactical Task Briefing V in order to complete this quest.','You have achieved a great accomplishment for our cause today, $N. You\'ve vanquished some of our most powerful enemies. For that I greatly commend you.','Is your task done yet, $N?','','','','','',20948,0,0,0,0,0,1,0,0,0,0,0,15206,15207,15220,15208,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21508,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8539,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21249,1,'Target: Hive\'Zora Hive Sisters','Reinforcements have been called on to join the assault on Hive\'Zora. You have been selected to target Hive\'Zora hive sisters. Report back to Commander Mar\'alith after completing your task.','Slay 30 Hive\'Zora Hive Sisters and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing V in order to complete this quest.','Excellent work, $N. You\'re a worthy ally.','You have something to tell me, $C?','','','','','',0,21249,0,0,0,0,0,1,0,0,0,0,11729,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8540,4044,1377,0,256,60,60,0,1101,0,0,0,0,0,0,0,0,0,20939,1,'Boots for the Guard','The mounted division of the Cenarion Hold guard is in short supply of ornate mithril boots. Procure a batch and deliver them immediately to Captain Vish Kozus in Cenarion Hold.','Bring 3 Ornate Mithril Boots to Vish Kozus, Captain of the Guard at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing II in order to complete this quest.','Excellent. We were in need of these, $n. Good work.','','','','','','',7936,20939,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21132,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8541,4044,1377,0,0,60,60,0,1101,0,0,0,0,0,0,0,0,0,20940,1,'Grinding Stones for the Guard','The Cenarion Hold guard is in short supply of grinding stones. Procure a batch and deliver them immediately to Captain Vish Kozus in Cenarion Hold.','Bring 10 Dense Grinding Stones, 10 Solid Grinding Stones and 10 Heavy Grinding Stones to Vish Kozus, Captain of the Guard at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing III in order to complete this quest.','Excellent. We were in need of these, $n. Good work.','You have something for me?','','','','','',12644,7966,3486,20940,0,0,10,10,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21132,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8542,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Tin Bars!','Lok\'tar, $r, I\'m sure you already know that we\'re going to war at Ahn\'Qiraj with the insects. But first the Warchief has decided that we\'re going to do something called \'prepare\'. Though I\'d rather be sharpening weapons and hammering armor into shape, I\'m proud to have been chosen to be in charge of tin bar collection here. But I cannot do that without your help.$B$BSo I need you to go out and make tin bars and bring them back to me here. I think I\'m going to need more than I can count.\n','Bring 20 Tin Bars to Grunt Maug at the Valley of Spirits in Orgrimmar.','You have my sincere gratitude. Your efforts in helping Cenarion Hold have shown true courage.','The dredge strikers are a serious threat and must be dealt with quickly!','','','','','',3576,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21510,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8543,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Tin Bars!','Very good, I see that you are serious about the war. I\'m a little edgy waiting for it to start though, which means I\'m going to get angry if you don\'t start bringing in the goods faster. Maybe I can just practice on you instead.$B$BHar! Maybe not, \'cuz then who would bring me back the tin bars?','Bring 20 tin bars to Grunt Maug in Durotar.','Throm\'ka, $N. You honor me and the Horde with your tin bars. I will put them on the stack and then they will come and make things from them. And then when that is all done we will go to war and show the puny Alliance how to fight the bugs.$B$BNow bring me back more tin bars!','Very good, I see that you are serious about the war. I\'m a little edgy waiting for it to start though, as I\'m sure you are as well, $C. It will be glorious when it begins. The Horde running over the sands of the Silithus desert, weapons in hand, charging headlong into the insect masses. Great honor will be had that day by all!$B$BHar! But first we need more tin bars. Funny how such a small thing may make such a huge difference, don\'t you think?','','','','','',3576,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21510,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8542,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8544,4044,3428,81,8,60,60,62,0,1,0,0,910,0,0,0,0,0,0,0,'Conqueror\'s Spaulders','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Command, 2 Idols of Night, 5 Stone Scarabs and 5 Clay Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20928,20875,20863,20858,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21330,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8545,4044,0,365,8,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Mithril Bars!','$C, the war it is comin\' and the only thing we can do is prepare for it. That be where you and I can help each other, mon. Ya see, they put me in charge of collectin\' all the mithril bars we be needin\' ta build for all the things we gonna need. An I still be needin\' more!$B$BSo, I be hopin\' that you can get out there an mine us up some mithril, then smelt it into bars. Sound like something you can do for us?','Bring 20 Mithril Bars to Senior Sergeant T\'kelah at the Valley of Spirits in Orgrimmar.','This be a good start for you an me, $C. That be another twenty mithril bars that I can be puttin\' on the stacks an checkin\' off of the list. It all gonna be put to good use makin\' the war materiel.$B$BBe makin\' sure that you check back in with me \'cuz you know it be lookin\' like we gonna need even more of those mithril bars.','It sure would be nice to be havin\' all of the mithril bars that we be needin\' for the Ahn\'Qiraj war effort. Is that why you be back, mon? You got my bars?','','','','','',3860,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8546,4044,0,365,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Mithril Bars!','','','That be good work $N! Another twenty bars get us that much closer to the goal, and get us more war materiel. I see to it they get put away. And if you get another stack of mithril bars mon, you make sure to be bringin\' them here to me.','Yup, I be glad you\'re here, mon. You helped me before, and now I need your help again. We still lookin\' ta bring in more mithril bars for the war effort; gonna build lots of armor and weapons and things to go squish them bugs at Ahn\'Qiraj.$B$BSo if you be a true friend, you bring me back more stacks of mithril bars. I take all you got until we hit our quota. You have some for me now?','','','','','',3860,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8545,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8547,5875,3431,0,128,1,1,0,690,0,0,0,0,0,0,0,0,0,20938,1,'Welcome!','Welcome to the World of Warcraft!$B$BAs special thanks for purchasing the World of Warcraft Collector\'s Edition, turn in this gift voucher to Marsilla Dawnstar in Falconwing Square. You\'ll then be given a gift: a little companion to join you on your quest for adventure and glory.$B$BThanks again, and enjoy your stay in the World of Warcraft!','Bring the Falconwing Square Gift Voucher to Marsilla Dawnstar in Falconwing Square.','You are indeed a special hero, $N. We welcome you to the world of Azeroth, and offer you one of these unique gifts!','Greetings! It is a pleasure to meet you!$B$BI see you have a special voucher. Give it to me and I will offer you something in exchange.','','','','','',20938,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13584,13583,13582,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8548,4044,1377,0,264,60,60,0,0,0,0,0,609,3000,0,0,0,0,0,0,'Volunteer\'s Battlegear','The badges you collect from performing combat, logistics and tactical assignments for Cenarion Hold are more than just for show, $N.$B$BYou\'d be wise to hold on to them. As you prove your loyalty to our organization I can offer you some of the gear we reserve for our closest allies in exchange for those badges. ','Bring 5 Cenarion Combat Badges, 3 Cenarion Logistics Badges and 7 Cenarion Tactical Badges to Vargus at Cenarion Hold in Silithus. You must also attain Friendly reputation with Cenarion Circle to be able to complete this quest.','Great work, $N. Please accept this on behalf of the Cenarion Circle. You\'ve certainly earned it, friend!','It\'s in our best interest to keep our most loyal allies well geared, $N.','','','','','',20802,20800,20801,0,0,0,5,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21178,21179,21187,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8800,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8549,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Peacebloom!','It is said that every generation must face a defining trial. I fear the Ahn\'Qiraj War will be the crucible in which our mettle is tested. So we prepare, and in so doing find what we are made of.$B$BI have volunteered to help the Horde by gathering as much peacebloom as possible, so that it can be made into potions for the war. I hope that you are here to lend me your aid. If so, then I need you to bring back to me a good quantity of the herb. Will you assist me, $c?','Bring 20 Peacebloom to Herbalist Proudfeather at the Valley of Spirits in Orgrimmar.','This was no easy task, yet you have excelled. But do not be too quick to think you have impressed me, $N.','Go now, $C. Seek out $N.','','','','','',2447,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21509,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8550,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Peacebloom!','','','Thank you for your continued efforts, $N. You bring great honor to yourself and your ancestors with your selfless giving, and it will be known to all! I will store these herbs away so that they stay fresh until they are needed. Once again you reveal the truest spirit of the Horde, the struggle to overcome and the promise that we can work together to do so.','Hello again, $N;. I am glad that you wish to speak to me once more concerning our neverending need for peacebloom. The war effort continues, and with it our production of potions and elixirs to aid in the battles to come.$B$BWill you help us again, $C? I am in need of the same amount of peacebloom as before, so if you can gather it up and return it to me here I would be most grateful. Of course, if you already have it on your person, I will be more than happy to accept it from you now.','','','','','',2447,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21509,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8549,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8551,4044,33,0,8,35,42,1,690,0,0,0,0,0,0,0,0,0,0,0,'The Captain\'s Chest','I used to sail a ship from here all the way to Ratchet, in Kalimdor. I was a successful captain with a sterling reputation.$B$BUntil...$B$BThose cursed sea giants ruined me! They smashed my ship, killed my crew, and set me on a lifeboat to Booty Bay. And one of the giants, Gorlash, stole my Captain\'s Chest. He said he wanted it for a snuffbox. The nerve!$B$BI hear Gorlash wanders the coast east of here. Find him and get back my chest! Do that, and you\'ll have earned a captain\'s gratitude.','Bring Smotts\' Chest to Hecklebury Smotts in Booty Bay.','You found it! Oh happy day, this is! Thank you, $N. Getting back my chest cools some of the fire in me.$b$bBut my revenge isn\'t complete...','Ahoy, $N! Did you find Gorlash? That chest was my favorite, and it has a hidden compartment that held my greatest treasures!','','','','','',3932,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11469,0,0,0,1,0,0,0,21,87,0,0,0,0,250,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(8552,4044,33,0,0,35,50,0,0,0,0,0,0,0,0,0,0,0,3985,1,'The Monogrammed Sash','This fine sash has the letters \"HS\" embroidered along its hem.','Return the Monogrammed Sash to its owner.','You recovered my sash? Then... you must have killed Mok\'rash the sea giant! Hooray!$B$BI\'m glad the scurvy villain\'s dead - Mok\'rash was one of three sea giants who smashed my ships and killed my crew.$B$BThree times.$B$BYou are a $C of worth, $N.','Hello. Do you have business with me? ','','','','','',3985,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,75,-75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8553,4044,33,0,8,35,42,0,690,0,0,0,0,0,0,0,0,8554,0,0,'The Captain\'s Cutlass','After I lost my first ship to those giants, I bought another. Named Smotts\' Revenge, I filled it with supplies and crew, and set out to find the villains. I found them, but...they beat me. They smashed Smotts\' Revenge, killed my second crew and set me on another lifeboat.$B$BThis time another of the giants, Negolash, stole my cutlass.$B$BFace Negolash and bring me my cutlass!$B$BSpeak with Sprogger. He was my cook on the Smotts\' Revenge, and survived the last attack. He can help you find the giant.','Speak with Sprogger.','Hello hello, $N. Captain told me you\'re going after Negolash, eh?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',8552,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8554,4044,33,0,8,35,42,1,690,0,0,0,0,0,0,0,0,0,0,0,'Facing Negolash','Negolash is a hungry giant.$B$BWhen the giants destroyed our ship, Negolash went straight for my kitchen. He wasn\'t hungry for crew like the other giants. Negolash wanted wine...and my Barbecued Buzzard Wings. They\'re my specialty, and I had to go all the way to the Badlands for the recipe!$B$BIf you want to lure the giant, then get some wine and a heap of buzzard wings. Put them in our old lifeboat, southeast of here along the coast. When Negolash smells all that food, he\'ll come for sure!','Bring 10 Barbecued Buzzard Wings and 5 bottles of Junglevine Wine to Captain Smotts\' Lifeboat.$B$BKill Negolash, and bring Smotts\' Cutlass to Captain Smotts in Stranglethorn.','You got my cutlass from Negolash! I can\'t believe my fortune, $N! Meeting you has turned my luck to the better, make no mistake there!$B$BThank you! And if I ever get a new ship and you\'re looking to sail the seas, you would be my honored guest.','Did you get my cutlass, $N?','','','','','',3935,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4130,0,0,0,1,0,0,0,21,87,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',8553,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8555,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Charge of the Dragonflights','','','Eranikus, Vaelastrasz, and Azuregos... No doubt you know of these dragons, mortal. It is no coincidence, then, that they have played such influential roles as watchers of our world.$B$BUnfortunately (and my own naivety is partially to blame) whether by agents of the Old Gods or betrayal by those that would call them friend, each guardian has fallen to tragedy. The extent of which has fueled my own distrust towards your kind.$B$BSeek them out... And $R, prepare yourself for the worst.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',8519,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8556,4044,3428,81,8,60,60,62,0,1,0,0,609,9000,0,0,0,0,0,0,'Signet of Unyielding Strength','The rings worn by the Qiraji lieutenants are rumored to grant them formidable abilities. The corrupted gems that adorn them could, in theory, be swapped out with more pure materials to create uncorrupted versions of the rings.$B$BThe gems that adorn Qiraji idols would work quite well, as their quality is superior.$B$BBring me the ring and idols and I\'ll create a powerful ring for you, $c.','Bring 1 Qiraji Magisterial Ring, 2 Lambent Idols, 5 Bronze Scarabs and 5 Ivory Scarabs to Windcaller Yessendra in Silithus. You must also attain Honored reputation with Cenarion Circle to complete this quest.','I will swap the gem on the ring for you. You\'ll find the effect is much more... agreeable.','Did you bring me the ring and materials, $N?','','','','','',20884,20868,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21393,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8557,4044,3428,81,8,60,60,62,0,1,0,0,609,21000,0,0,0,0,0,0,'Drape of Unyielding Strength','I\'m glad to hear you\'re aiding us in our attack on Ahn\'Qiraj, $N. I can make you a protective item that\'ll be of assistance in the fight against our enemy, $c.$B$BI shall need a Qiraji drape, which I\'ll resize for you of course. I\'ll also need idols and scarabs which I\'ll use to create a suitable clasp.$B$BI promise you won\'t be disappointed.','Bring 1 Qiraji Martial Drape, 2 Onyx Idols, 5 Silver Scarabs and 5 Bone Scarabs to Keyl Swiftclaw in Silithus. You must also obtain Revered reputation with Cenarion Circle to complete this quest.','Ah yes... this drape is immaculate.$B$BTake this cloak, $N. May it protect you from the foul magic of the Qiraji.','Did you bring the materials for the cloak, $N?','','','','','',20885,20867,20864,20860,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21394,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8558,4044,3428,81,8,60,60,62,0,1,0,0,609,42000,0,0,0,0,0,0,'Sickle of Unyielding Strength','The Qiraji and their servants wield items made with the rarest and finest materials: bones from gargantuan ancient creatures, gems from the depths of the earth, metals pure and strong.$B$BJust the sight of Qiraji artifacts fills me with an urge to practice my craft with their shattered and smelted pieces. Prove your allegiance to the Circle, $N, and I will make you a powerful weapon from the finest Qiraji materials.','Bring 1 Qiraji Spiked Hilt, 2 Alabaster Idols, 5 Crystal Scarabs and 5 Stone Scarabs to Warden Haro in Silithus. You must also attain Exalted reputation with Cenarion Circle to complete this quest.','You\'ve done well, $C. This is a masterwork hilt... the balance is perfect.$B$BTake your weapon, $N. Wield it with great confidence and vanquish our enemies!','Did you bring me the components I require, $N?','','','','','',20886,20873,20862,20858,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21392,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8559,4044,3428,81,8,60,60,62,0,1,0,0,910,0,0,0,0,0,0,0,'Conqueror\'s Greaves','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of command and other minor components by and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Command, 2 Idols of War, 5 Ivory Scarabs and 5 Gold Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','You\'ve done well, $N. You\'ve proven you\'re no ordinary mortal.$B$BI give you these with the confidence they\'ll aid you in crushing the vile qiraji.','You\'ve acquired the items I requested, $N?','','','','','',20928,20882,20865,20859,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21333,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8560,4044,3428,81,8,60,60,62,0,1,0,0,910,3000,0,0,0,0,0,0,'Conqueror\'s Legguards','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring Ouro\'s Intact Hide, 2 Idols of Death, 5 Bronze Scarabs and 5 Ivory Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Yes... the worm\'s hide will make for an excellent protective layer. Combined with the strongest parts from the Qiraji we\'ve destroyed on our way here, this should make for a formidable piece of armor. May it aid you in facing the unspeakable horrors that await inside!','Did you bring the components I require, $N?','','','','','',20927,20876,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21332,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8561,4044,3428,81,8,60,60,62,0,1,0,0,910,3000,0,0,0,0,0,0,'Conqueror\'s Crown','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'nilash\'s Circlet, 2 Idols of the Sun, 5 Stone Scarabs and 5 Crystal Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','You\'ve succeeded! The whispers from the Twin Emperors have ceased.$B$BTake this as a reward. The mere sight of it will strike fear in the hearts of the Qiraji... it shall remind them of their fallen leaders and of the mortal that slew them.','Did you bring me the components I asked for, $N?','','','','','',20926,20874,20862,20858,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21329,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8562,4044,3428,81,8,60,60,62,0,1,0,0,910,9000,0,0,0,0,0,0,'Conqueror\'s Breastplate','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the the Carapace of the Old God, 2 Idols of War, 5 Silver Scarabs and 5 Bone Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','I did not expect you to return from your attempt, $N.$B$BYou\'ve fulfilled a destiny greater than that of most immortal beings.$B$BBy slaying C\'Thun you\'ve not only saved all of Azeroth, you\'ve also tipped the scales of cosmic events beyond your comprehension.$B$BAccept this breastplate as a symbol of the glory and burden that will come as a consequence of your actions.$B$BMay its power aid you in the challenges that await you, god-slayer!','At his dwelling in Ahn\'Qiraj, dread C\'Thun awaits in slumber.','','','','','',20929,20882,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21331,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8563,5875,0,61,136,1,1,0,690,256,0,0,0,0,0,0,0,0,0,0,'Warlock Training','As you advance within your class, you will want to take advantage of the training that your class trainer can provide you. For young warlocks here on Sunstrider Isle, your trainer is Summoner Teli\'Larien. Speak with Summoner Teli\'Larien and see what training he has available for you. The things he will teach do have a cost, so bring some coin with you.$B$BYour trainer - as with all the trainers on Sunstrider Isle - is inside the Sunspire on the lower level.','Speak with Summoner Teli\'Larien - the Warlock class trainer - inside the Sunspire on Sunstrider Isle.','$N - your name has passed my ears as one seeking out a master in the ways of the $C. You look capable enough, but I seek more than just looks from my students. You must be ready to delve where others fear to look to gain your power. I will teach you, but I will not tolerate failure.$B$BThere will be monetary costs associated with your training, but you should be more concerned with the cost your mind is willing to make. If you are ready, we shall begin.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',8325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8564,5875,0,262,136,1,1,0,690,16,0,0,0,0,0,0,0,0,0,0,'Priest Training','As you advance within your class, you will want to take advantage of the training that your class trainer can provide you. For young priests here on Sunstrider Isle, your trainer is Matron Arena. Speak with the matron and see what training she has available for you. The things she will teach do have a cost, so bring some coin with you.$B$BMatron Arena - as with all the trainers on Sunstrider Isle - is inside the Sunspire on the lower level.','Speak with Matron Arena - the Priest class trainer - inside the Sunspire on Sunstrider Isle.','Welcome, $N - I am Matron Arena. I offer my services to those who seek to learn the ways of the $C. Such a path is often misconstrued as a path of pacifism; for we blood elves, this couldn\'t be further from the truth. While we do mend both bone and spirit, we also act as a fist of vengeance for those who would transgress against us.$B$BI will train you, but all I ask is that you cover any training costs that may come up, and that you learn with an open mind. If you agree to this, we may begin.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',8325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8565,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Past Victories in Arathi','','','','','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8566,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Past Victories in Arathi','','','','','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8567,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Past Victories in Warsong Gulch','','','','','','','','','',19213,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8568,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Past Victories in Warsong Gulch','','','','','','','','','',19322,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8569,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Past Efforts in Warsong Gulch','','','','','','','','','',20256,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8570,5875,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Past Efforts in Warsong Gulch','','','','','','','','','',20256,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8571,5875,0,364,8,40,60,0,0,0,0,0,0,0,0,0,0,0,0,0,' Armor Kits','','','','','','','','','',15564,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,20,0,0,0,909,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8572,4044,1377,0,264,60,60,0,0,0,0,0,609,9000,0,0,0,0,0,0,'Veteran\'s Battlegear','The badges you collect from performing combat, logistics and tactical assignments for Cenarion Hold are more than just for show, $N.$B$BYou\'d be wise to hold on to them. As you prove your loyalty to our organization I can offer you some of the gear we reserve for our closest allies in exchange for those badges.','Bring 7 Cenarion Combat Badges, 4 Cenarion Logistics Badges and 4 Cenarion Tactical Badges to Vargus at Cenarion Hold in Silithus. You must also attain Honored reputation with Cenarion Circle to be able to complete this quest.\n','Great work, $n. Please accept this on behalf of the Cenarion Circle. You\'ve certainly earned it, friend!','It\'s in our best interest to keep our most loyal allies well geared, $N.\n','','','','','',20802,20800,20801,0,0,0,7,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21181,21182,21183,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8800,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8573,4044,1377,0,0,60,60,0,0,0,0,0,609,42000,0,0,0,0,0,0,'Champion\'s Battlegear','The badges you collect from performing combat, logistics and tactical assignments for Cenarion Hold are more than just for show, $N.$B$BYou\'d be wise to hold on to them. As you prove your loyalty to our organization I can offer you some of the gear we reserve for our closest allies in exchange for those badges.','Bring 15 Cenarion Combat Badges, 20 Cenarion Logistics Badges, 20 Cenarion Tactical Badges and 1 Mark of Cenarius to Vargus at Cenarion Hold in Silithus. You must also attain Exalted reputation with Cenarion Circle to be able to complete this quest.\n','Great work, $N. Please accept this on behalf of the Cenarion Circle. You\'ve certainly earned it, friend! ','It\'s in our best interest to keep our most loyal allies well geared, $N.','','','','','',20802,20800,20801,21508,0,0,15,20,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21188,21190,21180,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',8800,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8574,4044,1377,0,256,60,60,0,0,0,0,0,609,21000,0,0,0,0,0,0,'Stalwart\'s Battlegear','The badges you collect from performing combat, logistics and tactical assignments for Windcaller Proudhorn are more than just for show, $N.$B$BYou\'d be wise to hold on to them. As you prove your loyalty to our organization I can offer you some of the gear we reserve for our closest allies in exchange for those badges.','Bring 15 Cenarion Combat Badges, 20 Cenarion Logistics Badges, 17 Cenarion Tactical Badges and 1 Mark of Remulos to Vargus at Cenarion Hold in Silithus. You must also attain Revered reputation with Cenarion Circle to be able to complete this quest.','Great work, $n. Please accept this on behalf of the Cenarion Circle. You\'ve certainly earned it, friend!','It\'s in our best interest to keep our most loyal allies well geared, $N.','','','','','',20802,20800,20801,21515,0,0,15,20,17,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21184,21185,21186,21189,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8800,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8575,4044,16,0,0,60,60,0,0,0,0,0,0,0,0,0,0,0,20949,1,'Azuregos\'s Magical Ledger','You cannot understand a single word on this ledger. You don\'t even know what language it is written in!','Deliver Azuregos\'s Magical Ledger to Narain Soothfancy in Tanaris.','$B$BOutstanding, $R! What is it? I can\'t read a lick of Draconic.','Ooooh! Magical pulsing thingy! For me?','','','','','',20949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8555,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8576,4044,440,0,0,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Translating the Ledger','','','First things first, $N! We need to figure out what Azuregos wrote in this ledger.$B$BYou say that he\'s told you to make an arcanite buoy and that this is the schematic? Strange that he would write this in Draconic. That old goat knows I can\'t read this nonsense.$B$BIf this is going to work, I\'m going to need my scrying goggles, a five hundred pound chicken and volume II of \"Draconic for Dummies.\" Not necessarily in that order.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',8575,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8577,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8578,0,0,'Stewvul, Ex-B.F.F.','If I am to translate anything, I will need my scrying goggles. Unfortunately, those were stolen quite some time ago by my ex-best friend forever, Stewvul. He broke my heart in five places and then left me here to rot.$B$BWith the help of my trusty crystal ball, I\'ve isolated his whereabouts to either the Greymane Wall in Silverpine or what appears to be a portal world in the Outland that is currently being overrun by the Burning Legion. You\'re going to have to track him down and get my goggles back, $N!','Narain Soothfancy wants you to find his ex-best friend forever (BFF), Stewvul, and take back the scrying goggles that Stewvul stole from him.','I can\'t believe he found me. I thought for sure that I\'d lost him when I was in the Outland. I\'m not going back there, $R! No way, no how! I\'m through being his part time best friend forever and full time slave.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8576,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8578,4044,2717,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Scrying Goggles? No Problem!','$B$BYou just want his scrying goggles? Great! That will be no problem... Just give me a minute to... Hey! Where the... Dagnabbit!$B$BWell, there\'s some bad news and some worse news. The bad news is that I lost the goggles. The worse news is that I lost them when I was nosing around in the Molten Core last month. Yep, the Molten Core... I guess that concludes our business! Bye!','Find Narain\'s Scrying Goggles and return them to Narain Soothfancy in Tanaris.','Outstanding! Now where did I put that 500 pound chicken and Volume II of \"Draconic For Dummies???\" Oh, and here\'s a little something for all your hard work!','The Molten Core, eh? I hope my goggles are still in one piece!','','','','','',20951,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18253,0,0,0,3,0,0,0,910,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8577,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8579,4044,3428,0,0,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Mortal Champions','','','','','','','','','',21229,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,609,0,0,0,0,500,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8595,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8580,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Firebloom!','Hey, $c. Ya you, mon! There be a whole mess of firebloom the Horde thinkin\' they need for this Ahn\'Qiraj war effort. Maybe they put it in nice things that go boom? Maybe they give it to the Alliance as fuel for their steam tanks? Who knows? Not Pele\'keiki!$B$BPele\'keiki know this though... he know you gonna help him out and bring back lots of the firebloom, right, mon?','Bring 20 Firebloom to Batrider Pele\'keiki at the Valley of Spirits in Orgrimmar.','Cross your fingers, friend! Here\'s to hoping we can save Noggle!','Are you done collecting those samples? We could lose Noggle any minute now!','','','','','',4625,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21511,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8581,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Firebloom!','','','This no joke, $C? You bring Pele\'keiki firebloom that fast? Pele\'keiki count them up right now, mon! You makin\' Pele\'keiki so happy, he be tellin\' everyone, $N best firebloom collector ever! Pele\'keiki can\'t wait for war to start. Now we really light up the sky over Silithus, right, bruddah?!','Pele\'keiki know you come to help. Bring many firebloom and make him very happy. Pele\'keiki might make big bombs with firebloom. Drop them on insects from his bat over Ahn\'Qiraj when war come. But Pele\'keiki need more firebloom, $C!$B$BYou gonna bring Pele\'keiki that firebloom, real quick now. Come back with at least as much as last time, and Pele\'keiki be pleased.','','','','','',4625,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21511,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8580,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8582,4044,0,365,8,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Purple Lotus!','The purple lotus, $c, is a reagent in a great many potions, elixirs and oils, some of which will be of use to us at Ahn\'Qiraj. We\'re going to need to create an immense number of those potions for the war effort. And I\'m going to experiment to find more uses for the lotus as well. But to do all of that I\'m going to need a great quantity of the flower.$B$BThat\'s where you come in. Go out into the field and collect up as many purple lotuses as you can. Is this something that you are willing to do for us?','Bring 20 Purple Lotus to Apothecary Jezel at the Valley of Spirits in Orgrimmar.','Good. Well done, $C.$B$BNow that Malcin is dead, we can at least know that the Scourges advances will be halted. The Dark Lady thanks you for your efforts and wishes to reward you with a gift.$B$BAlthough we do not know the extent of the Scourges influence within the Downs, I am sure we will discover their plots soon enough.','Have you found the Ambassador, $N? Is he dead?$B$BWe cannot afford to allow the Scourge to take a foothold on Kalimdor. They are enough of a threat to our own borders to have to deal with them on two fronts.$B$BThe only optimistic sign from the events you\'ve told me about is that the crone seemed uncorrupted. She must know deep in her spirit that the Scourge may bring great power, but that the Barrens would not truly be hers if she were to agree to their deal.','','','','','',8831,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8583,4044,0,365,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Purple Lotus!','','','Excellent and precise work, $N. Your diligence is to be commended, as is your celerity. I will personally see to it that none of these purple lotus go to waste.$B$BThank you again, and should you come by more purple lotus do not hesitate to bring them to me with utmost haste.','In fact it does appear that we are in need of even more purple lotus, $C. While my own studies have yet to determine a new useful application for the herb, there are tried and true methodologies yet to be employed.$B$BI need you to once again go out into the field and collect at least twenty purple lotus samples. Return them to me here.','','','','','',8831,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8582,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8584,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8585,0,0,'Never Ask Me About My Business','If there is one thing that you should know about me, it is this: NEVER ask me about my business! I work with things you simply cannot understand. Like for example: Do you know what a psychotronic muzzledorf is? Of course you don\'t! And that\'s why we leave the planning to me and the fetching to you.$B$BAs I said earlier, if this is going to work, we\'re going to need a 500 pound chicken.$B$BHead to Gadgetzan and speak with Dirge Quikcleave - he\'ll get you started on finding a suitable specimen.\n','Narain Soothfancy in Tanaris wants you to speak with Dirge Quikcleave in Gadgetzan.','$B$BA 500 pound chicken? There\'s no such thing! Not anymore, at least. I knew of such a chicken... The Black Chicken of Death...$B$B$B$BBut yes, nobody ever saw that chicken and lived to tell the tale. I\'ve got an idea that could benefit the both of us, kid.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',8576,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8585,4044,440,0,64,60,60,62,0,0,0,0,0,0,0,0,0,8586,0,0,'The Isle of Dread!','Legend has it that the chimaerok of the Isle of Dread in Feralas have the most succulent and tender vittles in existence! Now these chimaerok also have a daddy who, with proper preparation, may or may not look like a 500 pound chicken.$B$BHead to the Isle of Dread and kill Lord Lakmaeran and bring me his fresh carcass. That should satisfy the gnome. To satisfy me, you\'ll need to get your hands on some chimaerok tenderloin.$B$BDo this and you\'ll have your 500 pound chicken and a little something extra.\n','Recover Lakmaeran\'s Carcass and 20 Chimaerok Tenderloins for Dirge Quikcleave in Tanaris.','Look at the marbleization on those tenderloins! Fantastic!$B$BNow about that chicken... Hrm, let me see. I\'m going to need a few minutes to devise the recipe.','Mmmmm... Chimaerok...','','','','','',21027,21024,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8584,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8586,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8587,0,0,'Dirge\'s Kickin\' Chimaerok Chops','My recipe is complete! What I need from you now is some rocket fuel and deeprock salt. I\'ll handle the spices and the meat you brought me will cover the rest.$B$BAfter you bring me what I asked for, the chicken will be ready to take back to Narain.','Dirge Quikcleave in Gadgetzan wants you to bring him 20 Goblin Rocket Fuel and 20 Deeprock Salt.','It\'s ready! I present to you my greatest creation: Dirge\'s Kickin\' Chimaerok Chops! ','Hurry it up, kid. We don\'t want this meat to go bad. ','','','','','',9061,8150,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21025,21023,0,0,1,20,0,0,369,0,0,0,0,0,500,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8585,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8587,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,21028,1,'Return to Narain','I\'m a goblin of my word, kid. Here\'s your 500 pound chicken.$B$BWhat a gnome wants with a 500 pound chicken, I\'ll never know...$B$B$B$BProbably to sleep in it... Dirty gnomes...','Deliver the 500 Pound Chicken to Narain Soothfancy in Tanaris.','$B$BMMmmm... This is unbelievable! Best chicken I\'ve ever had! ','What is that scrumptious smell? ','','','','','',21028,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8586,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8588,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Heavy Leather!','Since we\'re preparing for war, it might be best if we get all of the goods we need first, don\'t you think, mon? One of the staples of the war materiel that we\'re producing is heavy leather. We\'ll use it for just about everything, from reinforcement to armor, and good old plain tarps too.$B$BBut first we need to get our hands on more of it. That\'s your job, $c. Sharpen your knife and bring me back a bundle. Then we\'ll talk further.','Bring 10 Heavy Leather to Skinner Jamani at the Valley of Spirits in Orgrimmar.','Simply amazing... look at the purity of these samples. Hmm, I wonder what it could mean. They seem to be elemental in nature, but... something more. They remind me of... of the Old Gods. We\'ve found traces of them throughout Azeroth, and now I wonder if these creatures aren\'t related to them somehow.$B$BWe shall have to test further.','I\'ve got no time for games if you\'re just here to jibber-jabber, $C. There are too many stacks of heavy leather that need curing. Come back when you have at least ten for me.','','','','','',4234,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21511,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8589,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Heavy Leather!','','','You da mon, mon! Thank you so much for the heavy leather. Every little bit gets us that much closer. I\'ll just get these onto a pile so that the other leatherworkers can get to work on them.$B$BThanks again, $N, and if you come across more stacks of heavy leather, you know where you can find me.','It\'s true, $C, I still need more heavy leather. The requests from the generals and their quartermasters seem endless. And that\'s nothing compared to what the zeppelin masters are asking for!$B$BI need to get my quota collected on the double. $N;, bring me more stacks of heavy leather as soon as you can!','','','','','',4234,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21511,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8588,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8590,4044,0,365,8,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Thick Leather!','I\'m glad that you decided to speak to me about this, $c. It looks like the Horde\'s preparations for the upcoming Ahn\'Qiraj War are in full swing. But you and I still need to do our part.$B$BI\'ve been asked to collect a great number of thick leather skins for use in all manner of war materiel, and I need you to help me by going out there and gathering them up. There\'s honor and the gratitude of the Horde in it for you should you decide to help. Will you?','Bring 10 Thick Leather to Sergeant Umala at the Valley of Spirits in Orgrimmar.','Good work, $C. I\'m sure that these thick leather skins will be put to use reinforcing zeppelins and making all manner of armor and weaponry. You have my thanks, and that of the Horde. Come back again if you come across more thick leather in your travels, and luck be with you.','$C, have you returned so soon with the ten thick leather that we discussed?','','','','','',4304,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8591,4044,0,365,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Thick Leather!','','','You did it, $N, I knew that you would! Once again, thank you on behalf of the entire Horde. Your efforts have been noted and are greatly appreciated. And if you find yourself with more thick leather that you\'d like to donate, bring them to me here.$B$BLok\'tar Ogar, $C!','$C, as you can see I still need to gather up more thick leather. Once again I ask your help with this task, and promise that if you complete it, you will be recognized for your efforts.$B$BTime is of the essence! Return to me with the thick leather so that we can finish our preparations and go to war, hero!','','','','','',4304,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8590,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8592,4044,3428,262,8,60,60,62,0,16,0,0,910,3000,0,0,0,0,0,0,'Tiara of the Oracle','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'nilash\'s Circlet, 2 Idols of the Sage, 5 Silver Scarabs and 5 Bone Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','You\'ve succeeded! The whispers from the Twin Emperors have ceased.$B$BTake this as a reward. The mere sight of it will strike fear in the hearts of the Qiraji... it shall remind them of their fallen leaders and of the mortal that slew them.','Did you bring me the components I asked for, $N?','','','','','',20926,20877,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21348,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8595,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8593,4044,3428,262,8,60,60,62,0,16,0,0,910,3000,0,0,0,0,0,0,'Trousers of the Oracle','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring Ouro\'s Intact Hide, 2 Idols of Life, 5 Gold Scarabs and 5 Clay Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Yes... the worm\'s skin will make for an excellent protective layer. Combined with the strongest parts from the Qiraji we\'ve destroyed on our way here, this should make for a formidable piece of armor. May it aid you in facing the unspeakable horrors that await inside!','Did you bring the components I require, $N?','','','','','',20927,20879,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21352,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8595,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8594,4044,3428,262,8,60,60,62,0,16,0,0,910,0,0,0,0,0,0,0,'Mantle of the Oracle','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Command, 2 Idols of Rebirth, 5 Silver Scarabs and 5 Ivory Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20928,20878,20860,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21350,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8595,4044,3428,0,256,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Mortal Champions','','','You continue to serve us well, $n. Our pact remains in place.','Killing one Qiraji lord is a notable accomplishment for a mortal, $n. They are however, numerous and powerful. Continue to defeat them to prove your worth as our champion.','','','','','',21229,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,609,0,0,0,0,500,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8596,4044,3428,262,8,60,60,62,0,16,0,0,910,0,0,0,0,0,0,0,'Footwraps of the Oracle','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of command and other minor components by and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Command, 2 Idols of Death, 5 Bronze Scarabs and 5 Gold Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','You\'ve done well, $N. You\'ve proven you\'re no ordinary mortal.$B$BI give you these with the confidence they\'ll aid you in crushing the vile qiraji.','You\'ve acquired the items I requested, $N?','','','','','',20928,20876,20861,20859,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21349,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8597,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8598,0,0,'Draconic for Dummies','I knew that book would come in handy some day! Thankfully, I had the wit and foresight to stow it somewhere safe.$B$BDon\'t worry, it\'s in a place that nobody could ever hope to find it! I needed a gyrocopter just to get there the first time. Unfortunately I crashed it on the beach on my way back. It was through that accident that I gained these super-gnomish psychic powers!$B$BLook for my crashed gyrocopter somewhere on Land\'s End Beach and swim south from there! You\'ll know the spot when you see it!','Find Narain Soothfancy\'s book, buried on an island in the South Seas.','The book is gone! On top of the dirt mound is a note.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8576,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8598,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8606,21029,1,'rAnS0m','$B$BWe\'ve got your precious book, gnome. If you ever want to see it again, you\'ll do exactly as we ask.$B$B$B$BBring the money and come alone!','Return the Ransom Letter to Narain Soothfancy in Tanaris.\n','$B$BBooknap my... book, will they!? I\'ll teach them what it means to mess with a psychic gnome!','Say, what\'s the matter?','','','','','',21029,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',8597,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8599,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,21032,1,'Love Song for Narain','It isn\'t often that I get visitors. As a matter of fact, the last time I had a visitor was when I rescued that dear, sweet gnome from the wreckage of the crashed flying machine.$B$B$B$BDo you know him? Narain? Narain Soothfancy? Oh it would mean so much to me if somebody would deliver a message to him for me. I must tell him how I feel! I know it\'s love! I just know it!$B$BCould you possibly deliver a message to Narain? I would be forever indebted to you!','Take Meridith\'s Love Letter to Narain Soothfancy in Tanaris.','What!?$B$B$B$BWell, um... What do you want me to do??? She\'s a fish! A FISH I tell you! And I\'m a gnome. It could never work out.','You smell like fish!','','','','','',21032,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',8575,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8600,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Rugged Leather!','I find that the fit of the knife in your palm is more important than the edge on it. Even the dullest blade can be made to cut if pressure is being properly applied through it, wouldn\'t you agree, $c? But you and I don\'t have such problems as we maintain the sharpest of edges, yes? $B$BWell, no matter, I have a task for you. In service to the Horde, and to do your part for the Ahn\'Qiraj war effort, I want you to return to me with a number of rugged leather skins. This is something that you will do, no?','Bring 10 Rugged Leather to Doctor Serratus at the Valley of Spirits in Orgrimmar.','Very well, it appears you\'ve done a fairly decent job of it, though some of those skins look a bit ragged about the edges. No matter, the task is completed, and you have earned your reward. Should you come across another stack of rugged leather, be sure to bring them to me posthaste.','It couldn\'t possibly be taking you this long to slice off ten rugged leather for me! Perhaps you should sharpen your skinning knife? Or, perhaps I am mistaken and you have them there in your pack?','','','','','',8170,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8601,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Rugged Leather!','','','Practice, practice, practice. A well honed knife and the skill to use it will get you far in this world, $N. Looks like the edges on these skins are better than the last. Did you buy a new knife?$B$BIn any case, we thank you for your efforts. Your donation has been noted, and will be put to good use I can assure you. Should you find yourself in the possession of more rugged leather, be sure to come back and speak with me, as I will probably need it.','Preparations for the impending war at Ahn\'Qiraj are proceeding, $C. However, to ensure that we do not fall behind, or at least that I am not the one that causes us to fall behind, I want for you to bring back another stack of rugged leather. Your prompt attention to this matter will be greatly appreciated, $N;.','','','','','',8170,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8600,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8602,4044,3428,82,8,60,60,62,690,64,0,0,910,0,0,0,0,0,0,0,'Stormcaller\'s Pauldrons','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Dominance, 2 Idols of Life, 5 Gold Scarabs and 5 Crystal Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20932,20879,20859,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21376,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8603,4044,3428,262,8,60,60,62,0,16,0,0,910,9000,0,0,0,0,0,0,'Vestments of the Oracle','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the the Husk of the Old God, 2 Idols of Death, 5 Stone Scarabs and 5 Crystal Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','I did not expect you to return from your attempt, $N.$B$BYou\'ve fulfilled a destiny greater than that of most immortal beings.$B$BBy slaying C\'Thun you\'ve not only saved all of Azeroth, you\'ve also tipped the scales of cosmic events beyond your comprehension.$B$BAccept these vestments as a symbol of the glory and burden that will come as a consequence of your actions.$B$BMay their power aid you in the challenges that await you, god-slayer!','At his dwelling in Ahn\'Qiraj, dread C\'Thun awaits in slumber.','','','','','',20933,20876,20858,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21351,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8595,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8604,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Wool Bandages!','Greetings, $c. In preparation for the war at Ahn\'Qiraj, I am here coordinating the Horde\'s efforts at gathering wool bandages. Unfortunately, out in the field, our soldiers cannot afford to rely upon the presence of a healer to keep them alive. Trust me, I know first hand. Thus, we\'re putting together all of these first aid kits for them.$B$BIf you have the time, I need many wool bandages. Return them to me here and I will see to it that you are properly rewarded.','Bring 20 Wool Bandages to Healer Longrunner at the Valley of Spirits in Orgrimmar.','You have my sincere gratitude. Your efforts in helping Cenarion Hold have shown true courage.','The dredge strikers are a serious threat and must be dealt with quickly!','','','','','',3530,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21510,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8605,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Wool Bandages!','','','You are an honorable $C, $N! I will see to it that these bandages get into the right hands. You have my thanks, and that of the Horde.$B$BGo in peace, and return to me again should you find yourself with excess wool bandaging. We can use all of the help that we can get here.','Good to see you again, $C. We are still working on preparations here for the war effort, and I can still use all of the help that you can give in gathering up wool bandaging. Any assistance at all will be greatly appreciated. I only hope that our efforts will be good enough. I\'ve lost too many noble souls on the battlefields of yesterday to not do everything in my power to see to it that doesn\'t happen again.','','','','','',3530,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21510,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8604,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8606,4044,440,0,64,60,60,1,0,0,0,0,0,0,0,0,0,8620,21042,1,'Decoy!','I\'ve got it! Here\'s what we\'re going to do. I\'m going to fill a sack up with rocks and you\'re going to make the drop. I know it said that I should make the delivery and I\'m going to - sort of.$B$B$B$BYes, you will do just fine. Take this turban, robe, and sack of rocks and head to the drop off point in Winterspring.$B$BI\'ve included everything you need in this special kit. When they show up to pick up the goods, snuff them out! That will teach them to mess with Narain!\n','Narain Soothfancy in Tanaris wants you to travel to Winterspring and place the Bag of Gold at the drop off point documented by the booknappers.','I think we may have underestimated these booknappers.','','','Who Does Number Two Work For?','','','',0,0,0,0,0,0,0,0,0,0,0,0,15554,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8598,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8607,4044,0,365,8,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Mageweave Bandages!','I trust that you are speaking to me because you are going to help with the collection I have been entrusted to? Good! By whatever means, and I do mean whatever, I wish for you to gather up a good number of mageweave bandages. Fresh would be nice, but not absolutely necessary. Return them to me here, $c, and I will personally see to it that you are properly rewarded.','Bring 20 Mageweave Bandages to Lady Callow at the Valley of Spirits in Orgrimmar.','Surprising, yet acceptable. Perhaps I underestimated your \'abilities\', $C. Perhaps. You completed a very simple task, and for doing so you are to be rewarded out of proportion. But don\'t let it go to your head. If you really want to prove yourself you should get out there and bring me another bundle of mageweave bandages.','Do not fail and make me look bad, $C! Return here as quickly as possible with the mageweave bandages we discussed.','','','','','',8544,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8608,4044,0,365,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Mageweave Bandages!','','','Astounding, $C, you actually did it again! Well, they do say that I have good taste in those that I choose to place in my service. Very well, your contribution is noted and you will receive the social benefits that your efforts have afforded. I suggest though that you go back out and gather yet another bundle of mageweave bandages if you truly wish to prove your worth.','You returned? Interesting. As you can see I am still collecting for the Ahn\'Qiraj \'war effort\'. Which means that I need you to once again go out and collect a stack of mageweave bandages for me. I look forward to your return, $C.','','','','','',8544,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8607,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8609,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Runecloth Bandages!','It appears inevitable that the Horde and Alliance are on a collision course for war at Ahn\'Qiraj. Surprisingly, it is not a war with each other, but rather with the silithid, and whatever force controls them. Also surprisingly, both sides are doing their part to gather the resources necessary to wage a successful war.$B$BI am collecting runecloth bandages to distribute to the soldiers, but I won\'t be successful without assistance, hopefully yours. Is this something that you can aid me with, $c?\n','Bring 20 Runecloth Bandages to Stoneguard Clayhoof at the Valley of Spirits in Orgrimmar.','Sweet, you got it!','Did you get the venom?','','','','','',14529,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8610,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Runecloth Bandages!','','','It is a very selfless act of giving that you perform, $N. One that is likely to save the lives of many combatants at Ahn\'Qiraj. Thank you and know that you have the appreciation of the Horde for your donation. Should you create, or come across, more runecloth bandages, please consider bringing them to me here.','Ever does the time grow nearer when we shall launch ourselves headlong into the conflagration at Ahn\'Qiraj, $C. But first we must gather our strength and prepare so that we can survive the onslaught of the insects and their masters.$B$BIf you are here again, then surely you wish to make another contribution of runecloth bandages to the war effort? Please do so as soon as you can and return to me once more.','','','','','',14529,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8609,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8611,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Lean Wolf Steaks!','I\'m not standing here just to get a nice tan, $c. There are war preparations to be made. If we\'re going to crush those bugs at Ahn\'Qiraj then we need to be ready, and that includes food too!$B$BThey have me gathering and salting lean wolf steaks here for the upcoming war. But since I need to stay here to take care of all of this, I need you to go out, kill some wolves and then cook up the meat into lean wolf steaks and bring them back to me here. You got all that?','Bring 20 Lean Wolf Steaks to Bloodguard Rawtar at the Valley of Spirits in Orgrimmar.','Wonderful, $C! These will do nicely. There are enough here to make a cloak for Korrin, and possibly even more! Thank you.$B$BI hope the trip wasn\'t too dangerous? The area of Feralas is not known for being forgiving, but you\'ve obviously done well enough.$B$BThank you again, $C.','The sprite darters can be dangerous critters when provoked. Be careful when dealing with them, $C. And be even more careful of any night elves in the area. The pestering fools tend to hold up in the forests also.$B$BWhen you\'ve gotten enough of the wings, let me know, I\'ll be sure to reward you well!','','','','','',12209,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21510,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8612,5875,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Lean Wolf Steaks!','','','Smells like you, or someone you know, are quite the cook, $N;. Those lean wolf steaks are making my mouth water; I suppose a few going missing won\'t be noticed. Anyway, good work. I\'ll make sure someone packs them away right so that they don\'t spoil too much.$B$BIf you come across more, you know where to find me.','As you can see, $C, we still need to pack away more food for the soldiers. I don\'t know if you\'ve ever been in a war before, but once you get past the initial shock of the battlefield, you can get pretty hungry. You did a good job last time, so I expect that you\'ll do as well, if not a little quicker, in getting me another stack of those lean wolf steaks.','','','','','',12209,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21510,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8611,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8613,4044,0,365,8,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Spotted Yellowtail!','It be a nice day for fishin\', don\'t\'cha think mon? Good thing, cuz I be needin\' a lot of fish it lookin\' like. The Horde, they askin\' me to be in charge of collectin\' a ton of the spotted yellowtail for them. They say they needin\' it for the war they getting\' ready for at Ahn\'Qiraj. I say to them I do the best I can. So I be needin\' to get some help. You gonna be helpin\' me, $c?','Bring 20 Spotted Yellowtail to Fisherman Lin\'do at the Valley of Spirits in Orgrimmar.','Wonderful, $C! These will do nicely. There are enough here to make a cloak for Korrin, and possibly even more! Thank you.$B$BI hope the trip wasn\'t too dangerous? The area of Feralas is not known for being forgiving, but you\'ve obviously done well enough.$B$BThank you again, $C.','The sprite darters can be dangerous critters when provoked. Be careful when dealing with them, $C. And be even more careful of any night elves in the area. The pestering fools tend to hold up in the forests also.$B$BWhen you\'ve gotten enough of the wings, let me know, I\'ll be sure to reward you well!','','','','','',6887,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8614,4044,0,365,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Spotted Yellowtail!','','','That be the best catch yet, $N! Good, honest work right there. And no bones too! Thanks goin\' out to you for this spotted yellowtail here mon. Come back soon if you cookin\' up some more!','So as you can see, we still be needin\' a lot of the fishies. The combatants in the upcomin\' Ahn\'Qiraj War gonna be needin\' a lot to eat, so I needin\' to get all the spotted yellowtail that I can. You catch \'em, cook \'em, and bringin\' \'em back to me here, and I be givin\' you thanks, and the thanks of the Horde.','','','','','',6887,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21512,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8613,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8615,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Baked Salmon!','The Ahn\'Qiraj war effort is an immense undertaking, $c. All of the materials being gathered here, whether it is metal for weapons, or food to eat, are all as important as the other. For, if you haven\'t eaten in days you will not have the strength to lift your axe when it matters.$B$BThus, we gather what food we can. I am collecting baked salmon, a dish that was chosen both for its sustenance and its ability to keep well. Can you aid me with this task, $c?','Bring 20 Baked Salmon to Chief Sharpclaw at the Valley of Spirits in Orgrimmar.','Wonderful, $C! These will do nicely. There are enough here to make a cloak for Korrin, and possibly even more! Thank you.$B$BI hope the trip wasn\'t too dangerous? The area of Feralas is not known for being forgiving, but you\'ve obviously done well enough.$B$BThank you again, $C.','The sprite darters can be dangerous critters when provoked. Be careful when dealing with them, $C. And be even more careful of any night elves in the area. The pestering fools tend to hold up in the forests also.$B$BWhen you\'ve gotten enough of the wings, let me know, I\'ll be sure to reward you well!','','','','','',13935,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8616,4044,0,365,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Baked Salmon!','','','','','','','','','',13935,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,21513,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8615,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8617,5875,0,365,8,1,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Singed Corestones!','The time has come for you to contribute to the Ahn\'Qiraj war effort, $c. Gone are the halcyon days of whiling away your time in leisure. Now it is time to serve me and the Horde, and I assure you that I am not as forgiving as the Warchief.$B$BYou will gather your forces, a guild if you have one, and invade the Molten Core. Inside you will find that the denizens of the place have singed corestones. Bring these back to me in large quantities.','Bring 50 singed corestones to General Zog in Durotar.','','','','','','','',20737,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8618,5875,0,365,0,1,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Singed Corestones!','','','','','','','','','',20737,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8619,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morndeep the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,84,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8620,4044,440,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,21112,1,'The Only Prescription','I should have known. My arch-enemy, Doctor Weavil, up to his old tricks! And now, thanks to your failure in Winterspring, Doctor Weavil has destroyed my book! How are you going to save the world now, hero?$B$BThe note I received stated that the only known copy of \"Draconic for Dummies: Volume II\" was ripped into 8 parts and scattered to the wind! If you somehow manage to find those missing chapters, use this magical binding to put them back together and return to me.','Recover the 8 lost chapters of Draconic for Dummies and combine them with the Magical Book Binding and return the completed book of Draconic for Dummies: Volume II to Narain Soothfancy in Tanaris.','Fantastic! I can\'t believe you went through the hassle! Are you some kind of machine? If it were me, I would have probably just let the world implode.$B$BI tip my turban to you, sir. And no good deed should go unrewarded.','I put my pants on just like you - one leg at a time. Except when my pants are on, I make arcanite buoys. Arcanite buoys, baby!','','','','','',21111,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21517,0,0,0,1,0,0,0,910,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8606,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8621,4044,3428,82,8,60,60,62,0,64,0,0,910,0,0,0,0,0,0,0,'Stormcaller\'s Footguards','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of dominance and other minor components and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Dominance, 2 Idols of the Sage, 5 Bronze Scarabs and 5 Clay Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','Thanks for the done work!','You\'ve acquired the items I requested, $n?','','','','','',20932,20877,20861,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21373,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8622,4044,3428,82,8,60,60,62,0,64,0,0,910,9000,0,0,0,0,0,0,'Stormcaller\'s Hauberk','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the Carapace of the Old God, 2 Idols of the Sage, 5 Silver Scarabs and 5 Bone Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','Thanks for the done work!','You\'ve acquired the items I requested, $n?','','','','','',20929,20877,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21374,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8623,4044,3428,82,8,60,60,62,0,64,0,0,910,3000,0,0,0,0,0,0,'Stormcaller\'s Diadem','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'lor\'s Diadem, 2 Idols of Rebirth, 5 Stone Scarabs and 5 Crystal Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Thanks for the done work!','You\'ve acquired the items I requested, $n?','','','','','',20930,20878,20858,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21372,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8624,4044,3428,82,8,60,60,62,0,64,0,0,910,3000,0,0,0,0,0,0,'Stormcaller\'s Leggings','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring the Skin of the Great Sandworm, 2 Idols of Strife, 5 Bronze Scarabs and 5 Ivory Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Thanks for the done work!','You\'ve acquired the items I requested, $n?','','','','','',20931,20881,20865,20861,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21375,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8625,4044,3428,161,8,60,60,62,0,128,0,0,910,0,0,0,0,0,0,0,'Enigma Shoulderpads','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Dominance, 2 Idols of Death, 5 Stone Scarabs and 5 Bronze Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies. ','Have you collected the components I require?','','','','','',20932,20876,20858,20861,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21345,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8626,4044,3428,261,8,60,60,62,0,4,0,0,910,0,0,0,0,0,0,0,'Striker\'s Footguards','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of command and other minor components by and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Command, 2 Idols of Life, 5 Stone Scarabs and 5 Bone Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','You\'ve done well, $N. You\'ve proven you\'re no ordinary mortal.$B$BI give you these with the confidence they\'ll aid you in crushing the vile qiraji.','You\'ve acquired the items I requested, $N?','','','','','',20928,20879,20858,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21365,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8627,4044,3428,141,8,60,60,62,0,2,0,0,910,9000,0,0,0,0,0,0,'Avenger\'s Breastplate','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the the Carapace of the Old God, 2 Idols of the Sage, 5 Silver Scarabs and 5 Bone Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','I did not expect you to return from your attempt, $N.$B$BYou\'ve fulfilled a destiny greater than that of most immortal beings.$B$BBy slaying C\'Thun you\'ve not only saved all of Azeroth, you\'ve also tipped the scales of cosmic events beyond your comprehension.$B$BAccept this breastplate as a symbol of the glory and burden that will come as a consequence of your actions.$B$BMay its power aid you in the challenges that await you, god-slayer!','At his dwelling in Ahn\'Qiraj, dread C\'Thun awaits in slumber.','','','','','',20929,20877,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21389,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8628,4044,3428,141,8,60,60,62,0,2,0,0,910,3000,0,0,0,0,0,0,'Avenger\'s Crown','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'lor\'s Diadem, 2 Idols of Rebirth, 5 Stone Scarabs and 5 Crystal Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20930,20878,20858,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21387,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8629,4044,3428,141,8,60,60,62,0,2,0,0,910,3000,0,0,0,0,0,0,'Avenger\'s Legguards','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring the Skin of the Great Sandworm, 2 Idols of Strife, 5 Bronze Scarabs and 5 Ivory Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Yes... the worm\'s skin will make for an excellent protective layer. Combined with the strongest parts from the Qiraji we\'ve destroyed on our way here, this should make for a formidable piece of armor. May it aid you in facing the unspeakable horrors that await inside!','Did you bring the components I require, $N?','','','','','',20931,20881,20865,20861,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21390,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8630,4044,3428,141,8,60,60,62,0,2,0,0,910,0,0,0,0,0,0,0,'Avenger\'s Pauldrons','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Dominance, 2 Idols of Life, 5 Crystal Scarabs and 5 Gold Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20932,20879,20859,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21391,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8631,4044,3428,161,8,60,60,62,0,128,0,0,910,3000,0,0,0,0,0,0,'Enigma Leggings','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring Ouro\'s Intact Hide, 2 Idols of the Sage, 5 Silver Scarabs and 5 Bone Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Thanks for the done work!','You\'ve acquired the items I requested, $n?','','','','','',20927,20877,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21346,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8632,4044,3428,161,8,60,60,62,0,128,0,0,910,3000,0,0,0,0,0,0,'Enigma Circlet','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'nilash\'s Circlet, 2 Idols of Night, 5 Bronze Scarabs and 5 Ivory Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','You\'ve succeeded! The whispers from the Twin Emperors have ceased.$B$BTake this as a reward. The mere sight of it will strike fear in the hearts of the Qiraji... it shall remind them of their fallen leaders and of the mortal that slew them.','Did you bring me the components I asked for, $N?','','','','','',20926,20875,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21347,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8633,4044,3428,161,8,60,60,62,0,128,0,0,910,9000,0,0,0,0,0,0,'Enigma Robes','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the Husk of the Old God, 2 Idols of the Sun, 5 Gold Scarabs and 5 Clay Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','I did not expect you to return from your attempt, $N.$B$BYou\'ve fulfilled a destiny greater than that of most immortal beings.$B$BBy slaying C\'Thun you\'ve not only saved all of Azeroth, you\'ve also tipped the scales of cosmic events beyond your comprehension.$B$BAccept these robes as a symbol of the glory and burden that will come as a consequence of your actions.$B$BMay their power aid you in the challenges that await you, god-slayer!','At his dwelling in Ahn\'Qiraj, dread C\'Thun awaits in slumber.','','','','','',20933,20874,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21343,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8634,4044,3428,161,8,60,60,62,0,128,0,0,910,0,0,0,0,0,0,0,'Enigma Boots','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of dominance and other minor components by and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Dominance, 2 Idols of the Sun, 5 Silver Scarabs and 5 Crystal Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','You\'ve done well, $N. You\'ve proven you\'re no ordinary mortal.$B$BI give you these with the confidence they\'ll aid you in crushing the vile qiraji.','You\'ve acquired the items I requested, $N?','','','','','',20932,20874,20860,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21344,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8635,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Splitrock the Elder','','','The battles of ages past are seeds from which legends grow. Yours is a time of heroes, young one. May your legend take root, thrive.$B$BI bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,85,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8636,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rumblerock the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,86,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8637,4044,3428,162,8,60,60,62,0,8,0,0,910,0,0,0,0,0,0,0,'Deathdealer\'s Boots','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of command and other minor components by and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Command, 2 Idols of Strife, 5 Crystal Scarabs and 5 Bone Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','You\'ve done well, $N. You\'ve proven you\'re no ordinary mortal.$B$BI give you these with the confidence they\'ll aid you in crushing the vile qiraji.','You\'ve acquired the items I requested, $N?','','','','','',20928,20881,20862,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21359,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8638,4044,3428,162,8,60,60,62,0,8,0,0,910,9000,0,0,0,0,0,0,'Deathdealer\'s Vest','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the the Carapace of the Old God, 2 Idols of Strife, 5 Bronze Scarabs and 5 Ivory Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','I did not expect you to return from your attempt, $N.$B$BYou\'ve fulfilled a destiny greater than that of most immortal beings.$B$BBy slaying C\'Thun you\'ve not only saved all of Azeroth, you\'ve also tipped the scales of cosmic events beyond your comprehension.$B$BAccept this breastplate as a symbol of the glory and burden that will come as a consequence of your actions.$B$BMay its power aid you in the challenges that await you, god-slayer!','At his dwelling in Ahn\'Qiraj, dread C\'Thun awaits in slumber.','','','','','',20929,20881,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21364,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8639,4044,3428,162,8,60,60,62,0,8,0,0,910,3000,0,0,0,0,0,0,'Deathdealer\'s Helm','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'lor\'s Diadem, 2 Idols of the War, 5 Gold Scarabs and 5 Clay Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','You\'ve succeeded! The whispers from the Twin Emperors have ceased.$B$BTake this as a reward. The mere sight of it will strike fear in the hearts of the Qiraji... it shall remind them of their fallen leaders and of the mortal that slew them.','Did you bring me the components I asked for, $N?','','','','','',20930,20882,20863,20859,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21360,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8640,4044,3428,162,8,60,60,62,0,8,0,0,910,3000,0,0,0,0,0,0,'Deathdealer\'s Leggings','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring Ouro\'s Intact Hide, 2 Idols of Night, 5 Stone Scarabs and 5 Crystal Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Thanks for the done work!','You\'ve acquired the items I requested, $n?','','','','','',20927,20875,20858,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21362,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8641,4044,3428,162,8,60,60,62,0,8,0,0,910,0,0,0,0,0,0,0,'Deathdealer\'s Spaulders','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Command, 2 Idols of the Sun, 5 Silver Scarabs and 5 Clay Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20928,20874,20860,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21361,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8642,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Silvervein the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,88,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8643,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Highpeak the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,89,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8644,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stonefort the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,90,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8645,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Obsidian the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,91,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8646,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hammershout the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,92,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8647,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bellowrage the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,95,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8648,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkcore the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,96,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8649,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormbrow the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,97,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8650,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Snowcrown the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,121,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8651,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ironband the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,124,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8652,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Graveborn the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,125,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8653,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goldwell the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,126,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8654,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Primestone the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,127,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8655,4044,3428,141,8,60,60,62,0,2,0,0,910,0,0,0,0,0,0,0,'Avenger\'s Greaves','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of dominance and other minor components and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Dominance, 2 Idols of the Sage, 5 Bronze Scarabs and 5 Clay Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','You\'ve done well, $N. You\'ve proven you\'re no ordinary mortal.$B$BI give you these with the confidence they\'ll aid you in crushing the vile qiraji.','You\'ve acquired the items I requested, $N?','','','','','',20932,20877,20861,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21388,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8656,4044,3428,261,8,60,60,62,0,4,0,0,910,9000,0,0,0,0,0,0,'Striker\'s Hauberk','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the the Carapace of the Old God, 2 Idols of Life, 5 Gold Scarabs and 5 Clay Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','I did not expect you to return from your attempt, $N.$B$BYou\'ve fulfilled a destiny greater than that of most immortal beings.$B$BBy slaying C\'Thun you\'ve not only saved all of Azeroth, you\'ve also tipped the scales of cosmic events beyond your comprehension.$B$BAccept this breastplate as a symbol of the glory and burden that will come as a consequence of your actions.$B$BMay its power aid you in the challenges that await you, god-slayer!','At his dwelling in Ahn\'Qiraj, dread C\'Thun awaits in slumber.','','','','','',20929,20879,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21370,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8657,4044,3428,261,8,60,60,62,0,4,0,0,910,3000,0,0,0,0,0,0,'Striker\'s Diadem','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will make you a headpiece of unmatched power.','Bring Vek\'lor\'s Diadem, 2 Idols of Strife, 5 Bronze Scarabs and 5 Ivory Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','You\'ve succeeded! The whispers from the Twin Emperors have ceased.$B$BTake this as a reward. The mere sight of it will strike fear in the hearts of the Qiraji... it shall remind them of their fallen leaders and of the mortal that slew them.','Did you bring me the components I asked for, $N?','','','','','',20930,20881,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21366,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8658,4044,3428,261,8,60,60,62,0,4,0,0,910,3000,0,0,0,0,0,0,'Striker\'s Leggings','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring the Skin of the Great Sandworm, 2 Idols of the Sun, 5 Silver Scarabs and 5 Bone Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Thanks for the done work!','You\'ve acquired the items I requested, $n?','','','','','',20931,20874,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21368,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8659,4044,3428,261,8,60,60,62,0,4,0,0,910,0,0,0,0,0,0,0,'Striker\'s Pauldrons','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Command, 2 Idols of War, 5 Crystal Scarabs and 5 Ivory Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20928,20882,20862,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21367,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8660,4044,3428,61,8,60,60,62,0,256,0,0,910,0,0,0,0,0,0,0,'Doomcaller\'s Footwraps','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of dominance and other minor components by and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Dominance, 2 Idols of Night, 5 Clay Scarabs and 5 Ivory Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','You\'ve done well, $N. You\'ve proven you\'re no ordinary mortal.$B$BI give you these with the confidence they\'ll aid you in crushing the vile qiraji.','You\'ve acquired the items I requested, $N?','','','','','',20932,20875,20863,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21338,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8661,4044,3428,61,8,60,60,62,0,256,0,0,910,9000,0,0,0,0,0,0,'Doomcaller\'s Robes','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the the Husk of the Old God, 2 Idols of Night, 5 Stone Scarabs and 5 Crystal Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','Thanks for the done work!','','','','','','',20933,20875,20862,20858,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21334,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8662,4044,3428,61,8,60,60,62,0,256,0,0,910,3000,0,0,0,0,0,0,'Doomcaller\'s Circlet','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'nilash\'s Circlet, 2 Idols of Death, 5 Silver Scarabs and 5 Bone Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','You\'ve succeeded! The whispers from the Twin Emperors have ceased.$B$BTake this as a reward. The mere sight of it will strike fear in the hearts of the Qiraji... it shall remind them of their fallen leaders and of the mortal that slew them.','Did you bring me the components I asked for, $N?','','','','','',20926,20876,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21337,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8663,4044,3428,61,8,60,60,62,0,256,0,0,910,3000,0,0,0,0,0,0,'Doomcaller\'s Trousers','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring the Skin of the Great Sandworm, 2 Idols of Rebirth, 5 Gold Scarabs and 5 Clay Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Yes... the worm\'s skin will make for an excellent protective layer. Combined with the strongest parts from the Qiraji we\'ve destroyed on our way here, this should make for a formidable piece of armor. May it aid you in facing the unspeakable horrors that await inside!','Did you bring the components I require, $N?','','','','','',20931,20878,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21336,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8664,4044,3428,61,8,60,60,62,0,256,0,0,910,0,0,0,0,0,0,0,'Doomcaller\'s Mantle','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Dominance, 2 Idols of the Sage, 5 Bronze Scarabs and 5 Bone Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20932,20877,20861,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21335,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8665,4044,3428,263,8,60,60,62,0,1024,0,0,910,0,0,0,0,0,0,0,'Genesis Boots','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of dominance and other minor components by and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Dominance, 2 Idols of Rebirth, 5 Stone Scarabs and 5 Silver Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','You\'ve done well, $N. You\'ve proven you\'re no ordinary mortal.$B$BI give you these with the confidence they\'ll aid you in crushing the vile qiraji.','You\'ve acquired the items I requested, $N?','','','','','',20932,20878,20858,20860,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21355,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8666,4044,3428,263,8,60,60,62,0,1024,0,0,910,9000,0,0,0,0,0,0,'Genesis Vest','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the the Husk of the Old God, 2 Idols of Rebirth, 5 Bronze Scarabs and 5 Ivory Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','I did not expect you to return from your attempt, $N.$B$BYou\'ve fulfilled a destiny greater than that of most immortal beings.$B$BBy slaying C\'Thun you\'ve not only saved all of Azeroth, you\'ve also tipped the scales of cosmic events beyond your comprehension.$B$BAccept this breastplate as a symbol of the glory and burden that will come as a consequence of your actions.$B$BMay its power aid you in the challenges that await you, god-slayer!','At his dwelling in Ahn\'Qiraj, dread C\'Thun awaits in slumber.','','','','','',20933,20878,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21357,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8667,4044,3428,263,8,60,60,62,0,1024,0,0,910,3000,0,0,0,0,0,0,'Genesis Helm','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'lor\'s Diadem, 2 Idols of Life, 5 Gold Scarabs and 5 Clay Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','You\'ve succeeded! The whispers from the Twin Emperors have ceased.$B$BTake this as a reward. The mere sight of it will strike fear in the hearts of the Qiraji... it shall remind them of their fallen leaders and of the mortal that slew them.','Did you bring me the components I asked for, $N?','','','','','',20930,20879,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21353,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8668,4044,3428,263,8,60,60,62,0,1024,0,0,910,3000,0,0,0,0,0,0,'Genesis Trousers','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring the Skin of the Great Sandworm, 2 Idols of War, 5 Stone Scarabs and 5 Crystal Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Yes... the worm\'s skin will make for an excellent protective layer. Combined with the strongest parts from the Qiraji we\'ve destroyed on our way here, this should make for a formidable piece of armor. May it aid you in facing the unspeakable horrors that await inside!','Did you bring the components I require, $N?','','','','','',20931,20882,20858,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21356,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8669,4044,3428,263,8,60,60,62,0,1024,0,0,910,0,0,0,0,0,0,0,'Genesis Shoulderpads','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Dominance, 2 Idols of Strife, 5 Gold Scarabs and 5 Bone Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20932,20881,20859,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21354,0,0,0,1,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8670,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Runetotem the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,128,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8671,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ragetotem the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,129,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8672,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stonespire the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,130,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8673,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodhoof the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,131,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8674,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterhoof the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,132,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8675,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skychaser the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,133,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8676,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wildmane the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,134,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8677,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkhorn the Elder','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,135,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8678,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wheathoof the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,136,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8679,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grimtotem the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,137,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8680,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Windtotem the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,138,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8681,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderhorn the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,139,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8682,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skyseer the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,140,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8683,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dawnstrider the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,141,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8684,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamseer the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,142,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8685,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mistwalker the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,143,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8686,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'High Mountain the Elder','','','Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,144,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8687,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21251,1,'Target: Hive\'Zora Tunnelers','Reinforcements have been called on to join the assault on Hive\'Zora. You have been selected to target Hive\'Zora tunnelers. Report back to Commander Mar\'alith after completing your task.','Slay 30 Hive\'Zora Tunnelers and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing VII in order to complete this quest.\n','Excellent work, $n. Without their tunnelers, the silithid will have a hard time repairing any damage inflicted to their hive\'s structure. I assume you\'ll want a new task.','You have something to tell me, $c?','','','','','',0,21251,0,0,0,0,0,1,0,0,0,0,11726,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8688,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Windrun the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,145,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8689,4044,3428,262,8,60,60,62,0,16,0,0,609,21000,0,0,0,0,0,0,'Shroud of Infinite Wisdom','I\'m glad to hear you\'re aiding us in our attack on Ahn\'Qiraj, $N. I can make you a protective item that\'ll be of assistance in the fight against our enemy, $c.$B$BI shall need a Qiraji drape, which I\'ll resize for you of course. I\'ll also need idols and scarabs which I\'ll use to create a suitable clasp.$B$BI promise you won\'t be disappointed.','Bring 1 Qiraji Martial Drape, 2 Jasper Idols, 5 Gold Scarabs and 5 Clay Scarabs to Keyl Swiftclaw in Silithus. You must also obtain Revered reputation with Cenarion Circle to complete this quest.','Ah yes... this drape is immaculate.$B$BTake this cloak, $N. May it protect you from the foul magic of the Qiraji.','Did you bring the materials for the cloak, $N?','','','','','',20885,20870,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21412,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8690,4044,3428,82,8,60,60,62,0,64,0,0,609,21000,0,0,0,0,0,0,'Cloak of the Gathering Storm','I\'m glad to hear you\'re aiding us in our attack on Ahn\'Qiraj, $N. I can make you a protective item that\'ll be of assistance in the fight against our enemy, $c.$B$BI shall need a Qiraji drape, which I\'ll resize for you of course. I\'ll also need idols and scarabs which I\'ll use to create a suitable clasp.$B$BI promise you won\'t be disappointed.','Bring 1 Qiraji Regal Drape, 2 Obsidian Idols, 5 Clay Scarabs and 5 Gold Scarabs to Keyl Swiftclaw in Silithus. You must also obtain Revered reputation with Cenarion Circle to complete this quest.','Ah yes... this drape is immaculate.$B$BTake this cloak, $N. May it protect you from the foul magic of the Qiraji.','Did you bring the materials for the cloak, $N?','','','','','',20889,20871,20863,20859,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21400,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8691,4044,3428,161,8,60,60,62,0,128,0,0,609,21000,0,0,0,0,0,0,'Drape of Vaulted Secrets','I\'m glad to hear you\'re aiding us in our attack on Ahn\'Qiraj, $N. I can make you a protective item that\'ll be of assistance in the fight against our enemy, $c.$B$BI shall need a Qiraji drape, which I\'ll resize for you of course. I\'ll also need idols and scarabs which I\'ll use to create a suitable clasp.$B$BI promise you won\'t be disappointed.','Bring 1 Qiraji Martial Drape, 2 Alabaster Idols, 5 Stone Scarabs and 5 Crystal Scarabs to Keyl Swiftclaw in Silithus. You must also obtain Revered reputation with Cenarion Circle to complete this quest.','Ah yes... this drape is immaculate.$B$BTake this cloak, $N. May it protect you from the foul magic of the Qiraji.','Did you bring the materials for the cloak, $N?','','','','','',20885,20873,20858,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21415,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8692,4044,3428,263,8,60,60,62,0,1024,0,0,609,21000,0,0,0,0,0,0,'Cloak of Unending Life','I\'m glad to hear you\'re aiding us in our attack on Ahn\'Qiraj, $N. I can make you a protective item that\'ll be of assistance in the fight against our enemy, $c.$B$BI shall need a Qiraji drape, which I\'ll resize for you of course. I\'ll also need idols and scarabs which I\'ll use to create a suitable clasp.$B$BI promise you won\'t be disappointed.','Bring 1 Qiraji Regal Drape, 2 Vermillion Idols, 5 Silver Scarabs and 5 Bone Scarabs to Keyl Swiftclaw in Silithus. You must also obtain Revered reputation with Cenarion Circle to complete this quest.','Ah yes... this drape is immaculate.$B$BTake this cloak, $N. May it protect you from the foul magic of the Qiraji.','Did you bring the materials for the cloak, $N?','','','','','',20889,20872,20864,20860,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21409,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8693,4044,3428,162,8,60,60,62,0,8,0,0,609,21000,0,0,0,0,0,0,'Cloak of Veiled Shadows','I\'m glad to hear you\'re aiding us in our attack on Ahn\'Qiraj, $N. I can make you a protective item that\'ll be of assistance in the fight against our enemy, $c.$B$BI shall need a Qiraji drape, which I\'ll resize for you of course. I\'ll also need idols and scarabs which I\'ll use to create a suitable clasp.$B$BI promise you won\'t be disappointed.','Bring 1 Qiraji Martial Drape, 2 Azure Idols, 5 Bronze Scarabs and 5 Ivory Scarabs to Keyl Swiftclaw in Silithus. You must also obtain Revered reputation with Cenarion Circle to complete this quest.','Ah yes... this drape is immaculate.$B$BTake this cloak, $N. May it protect you from the foul magic of the Qiraji.','Did you bring the materials for the cloak, $N?','','','','','',20885,20866,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21406,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8694,4044,3428,61,8,60,60,62,0,256,0,0,609,21000,0,0,0,0,0,0,'Shroud of Unspoken Names','I\'m glad to hear you\'re aiding us in our attack on Ahn\'Qiraj, $N. I can make you a protective item that\'ll be of assistance in the fight against our enemy, $c.$B$BI shall need a Qiraji drape, which I\'ll resize for you of course. I\'ll also need idols and scarabs which I\'ll use to create a suitable clasp.$B$BI promise you won\'t be disappointed.','Bring 1 Qiraji Regal Drape, 2 Amber Idols, 5 Ivory Scarabs and 5 Bronze Scarabs to Keyl Swiftclaw in Silithus. You must also obtain Revered reputation with Cenarion Circle to complete this quest.','Ah yes... this drape is immaculate.$B$BTake this cloak, $N. May it protect you from the foul magic of the Qiraji.','Did you bring the materials for the cloak, $N?','','','','','',20889,20869,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21418,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8695,4044,3428,141,8,60,60,62,1101,2,0,0,609,21000,0,0,0,0,0,0,'Cape of Eternal Justice','I\'m glad to hear you\'re aiding us in our attack on Ahn\'Qiraj, $N. I can make you a protective item that\'ll be of assistance in the fight against our enemy, $c.$B$BI shall need a Qiraji drape, which I\'ll resize for you of course. I\'ll also need idols and scarabs which I\'ll use to create a suitable clasp.$B$BI promise you won\'t be disappointed.','Bring 1 Qiraji Regal Drape, 2 Obsidian Idols, 5 Gold Scarabs and 5 Clay Scarabs to Keyl Swiftclaw in Silithus. You must also obtain Revered reputation with Cenarion Circle to complete this quest.','Ah yes... this drape is immaculate.$B$BTake this cloak, $N. May it protect you from the foul magic of the Qiraji.','Did you bring the materials for the cape, $N?','','','','','',20889,20871,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21397,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8696,4044,3428,261,8,60,60,62,0,4,0,0,609,21000,0,0,0,0,0,0,'Cloak of the Unseen Path','I\'m glad to hear you\'re aiding us in our attack on Ahn\'Qiraj, $N. I can make you a protective item that\'ll be of assistance in the fight against our enemy, $c.$B$BI shall need a Qiraji drape, which I\'ll resize for you of course. I\'ll also need idols and scarabs which I\'ll use to create a suitable clasp.$B$BI promise you won\'t be disappointed.','Bring 1 Qiraji Regal Drape, 2 Lambent Idols, 5 Stone Scarabs and 5 Crystal Scarabs to Keyl Swiftclaw in Silithus. You must also obtain Revered reputation with Cenarion Circle to complete this quest.','Ah yes... this drape is immaculate.$B$BTake this cloak, $N. May it protect you from the foul magic of the Qiraji.','Did you bring the materials for the cloak, $N?','','','','','',20889,20868,20858,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21403,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8697,4044,3428,262,8,60,60,62,0,16,0,0,609,9000,0,0,0,0,0,0,'Ring of Infinite Wisdom','The rings worn by the Qiraji lieutenants are rumored to grant them formidable abilities. The corrupted gems that adorn them could, in theory, be swapped out with more pure materials to create uncorrupted versions of the rings.$B$BThe gems that adorn Qiraji idols would work quite well, as their quality is superior.$B$BBring me the ring and idols and I\'ll create a powerful ring for you, $c.','Bring 1 Qiraji Ceremonial Ring, 2 Obsidian Idols, 5 Silver Scarabs and 5 Bone Scarabs to Windcaller Yessendra in Silithus. You must also attain Honored reputation with Cenarion Circle to complete this quest.','I will swap the gem on the ring for you. You\'ll find the effect is much more... agreeable.','Did you bring me the ring and materials, $N?','','','','','',20888,20871,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21411,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8698,4044,3428,82,8,60,60,62,0,64,0,0,609,9000,0,0,0,0,0,0,'Ring of the Gathering Storm','The rings worn by the Qiraji lieutenants are rumored to grant them formidable abilities. The corrupted gems that adorn them could, in theory, be swapped out with more pure materials to create uncorrupted versions of the rings.$B$BThe gems that adorn Qiraji idols would work quite well, as their quality is superior.$B$BBring me the ring and idols and I\'ll create a powerful ring for you, $c.','Bring 1 Qiraji Magisterial Ring, 2 Vermillion Idols, 5 Silver Scarabs and 5 Bone Scarabs to Windcaller Yessendra in Silithus. You must also attain Honored reputation with Cenarion Circle to complete this quest.','I will swap the gem on the ring for you. You\'ll find the effect is much more... agreeable.','Did you bring me the ring and materials, $N?','','','','','',20884,20872,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21399,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8699,4044,3428,161,8,60,60,62,0,128,0,0,609,9000,0,0,0,0,0,0,'Band of Vaulted Secrets','The rings worn by the Qiraji lieutenants are rumored to grant them formidable abilities. The corrupted gems that adorn them could, in theory, be swapped out with more pure materials to create uncorrupted versions of the rings.$B$BThe gems that adorn Qiraji idols would work quite well, as their quality is superior.$B$BBring me the ring and idols and I\'ll create a powerful ring for you, $c.','Bring 1 Qiraji Magisterial Ring, 2 Azure Idols, 5 Gold Scarabs and 5 Clay Scarabs to Windcaller Yessendra in Silithus. You must also attain Honored reputation with Cenarion Circle to complete this quest.','I will swap the gem on the ring for you. You\'ll find the effect is much more... agreeable.','Did you bring me the ring and materials, $N?','','','','','',20884,20866,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21414,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8700,4044,3428,263,8,60,60,62,0,1024,0,0,609,9000,0,0,0,0,0,0,'Band of Unending Life','The rings worn by the Qiraji lieutenants are rumored to grant them formidable abilities. The corrupted gems that adorn them could, in theory, be swapped out with more pure materials to create uncorrupted versions of the rings.$B$BThe gems that adorn Qiraji idols would work quite well, as their quality is superior.$B$BBring me the ring and idols and I\'ll create a powerful ring for you, $g fellow : sister; druid.','Bring 1 Qiraji Magisterial Ring, 2 Alabaster Idols, 5 Bronze Scarabs and 5 Ivory Scarabs to Windcaller Yessendra in Silithus. You must also attain Honored reputation with Cenarion Circle to complete this quest.','I will swap the gems on the ring for you. You\'ll find the finished piece is much more... agreeable.','Did you bring me the ring and materials, $N?','','','','','',20884,20873,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21408,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8701,4044,3428,162,8,60,60,62,0,8,0,0,609,9000,0,0,0,0,0,0,'Band of Veiled Shadows','The rings worn by the Qiraji lieutenants are rumored to grant them formidable abilities. The corrupted gems that adorn them could, in theory, be swapped out with more pure materials to create uncorrupted versions of the rings.$B$BThe gems that adorn Qiraji idols would work quite well, as their quality is superior.$B$BBring me the ring and idols and I\'ll create a powerful ring for you, $c.','Bring 1 Qiraji Ceremonial Ring, 2 Onyx Idols, 5 Stone Scarabs and 5 Crystal Scarabs to Windcaller Yessendra in Silithus. You must also attain Honored reputation with Cenarion Circle to complete this quest.','I will swap the gem on the ring for you. You\'ll find the effect is much more... agreeable.','Did you bring me the ring and materials, $N?','','','','','',20888,20867,20858,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21405,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8702,4044,3428,61,8,60,60,62,0,256,0,0,609,9000,0,0,0,0,0,0,'Ring of Unspoken Names','The rings worn by the Qiraji lieutenants are rumored to grant them formidable abilities. The corrupted gems that adorn them could, in theory, be swapped out with more pure materials to create uncorrupted versions of the rings.$B$BThe gems that adorn Qiraji idols would work quite well, as their quality is superior.$B$BBring me the ring and idols and I\'ll create a powerful ring for you, $c.','Bring 1 Qiraji Ceremonial Ring, 2 Jasper Idols, 5 Stone Scarabs and 5 Crystal Scarabs to Windcaller Yessendra in Silithus. You must also attain Honored reputation with Cenarion Circle to complete this quest.','I will swap the gem on the ring for you. You\'ll find the effect is much more... agreeable.','Did you bring me the ring and materials, $N?','','','','','',20888,20870,20858,20862,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21417,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8703,4044,3428,141,8,60,60,62,1101,2,0,0,609,9000,0,0,0,0,0,0,'Ring of Eternal Justice','The rings worn by the Qiraji lieutenants are rumored to grant them formidable abilities. The corrupted gems that adorn them could, in theory, be swapped out with more pure materials to create uncorrupted versions of the rings.$B$BThe gems that adorn Qiraji idols would work quite well, as their quality is superior.$B$BBring me the ring and idols and I\'ll create a powerful ring for you, $c.','Bring 1 Qiraji Magisterial Ring, 2 Vermillion Idols, 5 Silver Scarabs and 5 Bone Scarabs to Windcaller Yessendra in Silithus. You must also attain Honored reputation with Cenarion Circle to complete this quest.','I will swap the gem on the ring for you. You\'ll find the effect is much more... agreeable.','Did you bring me the ring and materials, $N?','','','','','',20884,20872,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21396,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8704,4044,3428,261,8,60,60,62,0,4,0,0,609,9000,0,0,0,0,0,0,'Signet of the Unseen Path','The rings worn by the Qiraji lieutenants are rumored to grant them formidable abilities. The corrupted gems that adorn them could, in theory, be swapped out with more pure materials to create uncorrupted versions of the rings.$B$BThe gems that adorn Qiraji idols would work quite well, as their quality is superior.$B$BBring me the ring and idols and I\'ll create a powerful ring for you, $c.','Bring 1 Qiraji Ceremonial Ring, 2 Amber Idols, 5 Gold Scarabs and 5 Clay Scarabs to Windcaller Yessendra in Silithus. You must also attain Honored reputation with Cenarion Circle to complete this quest.','I will swap the gem on the ring for you. You\'ll find the effect is much more... agreeable.','Did you bring me the ring and materials, $N?','','','','','',20888,20869,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21402,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8705,4044,3428,262,8,60,60,62,0,16,0,0,609,42000,0,0,0,0,0,0,'Gavel of Infinite Wisdom','The Qiraji and their servants wield items made with the rarest and finest materials: bones from gargantuan ancient creatures, gems from the depths of the earth, metals pure and strong.$B$BJust the sight of Qiraji artifacts fills me with an urge to practice my craft with their shattered and smelted pieces. Prove your allegiance to the Circle, $N, and I will make you a powerful weapon from the finest Qiraji materials.','Bring 1 Qiraji Ornate Hilt, 2 Lambent Idols, 5 Bronze Scarabs and 5 Ivory Scarabs to Warden Haro in Silithus. You must also attain Exalted reputation with Cenarion Circle to complete this quest.','You\'ve done well, $C. This is a masterwork hilt... the balance is perfect.$B$BTake your weapon, $N. Wield it with great confidence and vanquish our enemies!','Did you bring me the components I require, $N?','','','','','',20890,20868,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21410,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8706,4044,3428,82,8,60,60,62,0,64,0,0,609,42000,0,0,0,0,0,0,'Hammer of the Gathering Storm','The Qiraji and their servants wield items made with the rarest and finest materials: bones from gargantuan ancient creatures, gems from the depths of the earth, metals pure and strong.$B$BJust the sight of Qiraji artifacts fills me with an urge to practice my craft with their shattered and smelted pieces. Prove your allegiance to the Circle, $N, and I will make you a powerful weapon from the finest Qiraji materials.','Bring 1 Qiraji Spiked Hilt, 2 Amber Idols, 5 Ivory Scarabs and 5 Bronze Scarabs to Warden Haro in Silithus. You must also attain Exalted reputation with Cenarion Circle to complete this quest.','You\'ve done well, $C. This is a masterwork hilt... the balance is perfect.$B$BTake your weapon, $N. Wield it with great confidence and vanquish our enemies!','Did you bring me the components I require, $N?','','','','','',20886,20869,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21398,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8707,4044,3428,161,8,60,60,62,0,128,0,0,609,42000,0,0,0,0,0,0,'Blade of Vaulted Secrets','The Qiraji and their servants wield items made with the rarest and finest materials: bones from gargantuan ancient creatures, gems from the depths of the earth, metals pure and strong.$B$BJust the sight of Qiraji artifacts fills me with an urge to practice my craft with their shattered and smelted pieces. Prove your allegiance to the Circle, $N, and I will make you a powerful weapon from the finest Qiraji materials.','Bring 1 Qiraji Ornate Hilt, 2 Obsidian Idols, 5 Silver Scarabs and 5 Bone Scarabs to Warden Haro in Silithus. You must also attain Exalted reputation with Cenarion Circle to complete this quest.','You\'ve done well, $C. This is a masterwork hilt... the balance is perfect.$B$BTake your weapon, $N. Wield it with great confidence and vanquish our enemies!','Did you bring me the components I require, $N?','','','','','',20890,20871,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21413,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8708,4044,3428,263,8,60,60,62,0,1024,0,0,609,42000,0,0,0,0,0,0,'Mace of Unending Life','The Qiraji and their servants wield items made with the rarest and finest materials: bones from gargantuan ancient creatures, gems from the depths of the earth, metals pure and strong.$B$BJust the sight of Qiraji artifacts fills me with an urge to practice my craft with their shattered and smelted pieces. Prove your allegiance to the Circle, $N, and I will make you a powerful weapon from the finest Qiraji materials.','Bring 1 Qiraji Ornate Hilt, 2 Jasper Idols, 5 Crystal Scarabs and 5 Stone Scarabs to Warden Haro in Silithus. You must also attain Exalted reputation with Cenarion Circle to complete this quest.','You\'ve done well, $C. This is a masterwork hilt... the balance is perfect.$B$BTake your weapon, $N. Wield it with great confidence and vanquish our enemies!','Did you bring me the components I require, Bueno?','','','','','',20890,20870,20862,20858,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21407,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8709,4044,3428,162,8,60,60,62,0,8,0,0,609,42000,0,0,0,0,0,0,'Dagger of Veiled Shadows','The Qiraji and their servants wield items made with the rarest and finest materials: bones from gargantuan ancient creatures, gems from the depths of the earth, metals pure and strong.$B$BJust the sight of Qiraji artifacts fills me with an urge to practice my craft with their shattered and smelted pieces. Prove your allegiance to the Circle, $N, and I will make you a powerful weapon from the finest Qiraji materials.','Bring 1 Qiraji Spiked Hilt, 2 Vermillion Idols, 5 Gold Scarabs and 5 Clay Scarabs to Warden Haro in Silithus. You must also attain Exalted reputation with Cenarion Circle to complete this quest.','You\'ve done well, $C. This is a masterwork hilt... the balance is perfect.$B$BTake your weapon, $N. Wield it with great confidence and vanquish our enemies!','Did you bring me the components I require, $N?','','','','','',20886,20872,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21404,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8710,4044,3428,61,8,60,60,62,0,256,0,0,609,42000,0,0,0,0,0,0,'Kris of Unspoken Names','The Qiraji and their servants wield items made with the rarest and finest materials: bones from gargantuan ancient creatures, gems from the depths of the earth, metals pure and strong.$B$BJust the sight of Qiraji artifacts fills me with an urge to practice my craft with their shattered and smelted pieces. Prove your allegiance to the Circle, $N, and I will make you a powerful weapon from the finest Qiraji materials.','Bring 1 Qiraji Ornate Hilt, 2 Onyx Idols, 5 Gold Scarabs and 5 Clay Scarabs to Warden Haro in Silithus. You must also attain Exalted reputation with Cenarion Circle to complete this quest.','You\'ve done well, $C. This is a masterwork hilt... the balance is perfect.$B$BTake your weapon, $N. Wield it with great confidence and vanquish our enemies!','Did you bring me the components I require, $N?','','','','','',20890,20867,20859,20863,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21416,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8711,4044,3428,141,8,60,60,62,1101,2,0,0,609,42000,0,0,0,0,0,0,'Blade of Eternal Justice','The Qiraji and their servants wield items made with the rarest and finest materials: bones from gargantuan ancient creatures, gems from the depths of the earth, metals pure and strong.$B$BJust the sight of Qiraji artifacts fills me with an urge to practice my craft with their shattered and smelted pieces. Prove your allegiance to the Circle, $N, and I will make you a powerful weapon from the finest Qiraji materials.','Bring 1 Qiraji Spiked Hilt, 2 Amber Idols, 5 Bronze Scarabs and 5 Ivory Scarabs to Warden Haro in Silithus. You must also attain Exalted reputation with Cenarion Circle to complete this quest.','You\'ve done well, $C. This is a masterwork hilt... the balance is perfect.$B$BTake your weapon, $N. Wield it with great confidence and vanquish our enemies!','Did you bring me the components I require, $N?','','','','','',20886,20869,20861,20865,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21395,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8712,4044,3428,261,8,60,60,62,0,4,0,0,609,42000,0,0,0,0,0,0,'Scythe of the Unseen Path','The Qiraji and their servants wield items made with the rarest and finest materials: bones from gargantuan ancient creatures, gems from the depths of the earth, metals pure and strong.$B$BJust the sight of Qiraji artifacts fills me with an urge to practice my craft with their shattered and smelted pieces. Prove your allegiance to the Circle, $N, and I will make you a powerful weapon from the finest Qiraji materials.','Bring 1 Qiraji Spiked Hilt, 2 Azure Idols, 5 Silver Scarabs and 5 Bone Scarabs to Warden Haro in Silithus. You must also attain Exalted reputation with Cenarion Circle to complete this quest.','You\'ve done well, $C. This is a masterwork hilt... the balance is perfect.$B$BTake your weapon, $N. Wield it with great confidence and vanquish our enemies!','Did you bring me the components I require, $N?','','','','','',20886,20866,20860,20864,0,0,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21401,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8713,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Starsong the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,146,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8714,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moonstrike the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,147,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8715,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bladeleaf the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,148,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8716,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Starglade the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,149,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8717,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moonwarden the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,150,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8718,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bladeswift the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,151,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8719,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bladesing the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,152,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8720,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skygleam the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,153,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8721,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Starweave the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,154,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8722,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meadowrun the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,155,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8723,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nightwind the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,156,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8724,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morningdew the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,157,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8725,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Riversong the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,158,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8726,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brightspear the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,159,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8727,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Farwhisper the Elder','','','The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,160,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8728,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8729,0,0,'The Good News and The Bad News','Well that took a little longer than expected. Now let me see what this ledger says.$B$B$B$B The good news is that I am 99% certain that I am capable of creating an arcanite buoy that will function to your specifications. This is, of course, wholly dependant on the bad news.$B$BThe bad news is that I\'m going to need a lot of arcanite, elementium ore, and rare gemstones.$B$BBring me what I need and I will craft the buoy.','Narain Soothfancy in Tanaris wants you to bring him 20 Arcanite Bars, 10 Elementium Ore, 10 Azerothian Diamonds, and 10 Blue Sapphires.','A deal is a deal. I sure hope you know what you are getting yourself into, $N. This is an awful lot of trouble to go through to do some fishing.','Arcanite buoys don\'t just make themselves, $N. And NO, you cannot borrow some money.','','','','','',12360,18562,12800,12361,0,0,20,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8587,8578,8620,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8729,5875,16,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,21136,1,'The Wrath of Neptulon','Did I mention the bad news yet? Its name is Maws: 100 feet of death and destruction. I guess I may have forgotten that little tidbit.$B$BAccording to my superior psycho-psionic clairvoyance, you\'ll find that the best spot to cast this buoy is off the coast of Azshara, in the Bay of Storms.$B$BLook for a swirling maelstrom, most likely cluttered with wreckage.$B$BBy the by, I hope you have friends.$B$BNow if you somehow miraculously succeed, take the scepter shard to Anachronos.','Use the Arcanite Buoy at the Swirling Maelstrom at the Bay of Storms in Azshara.','Well done, $N. I will be able to reform the Scepter of the Shifting Sands soon.','Time is running out, champion.','','','','','',21137,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21526,21527,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8728,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8730,4044,2677,0,64,60,60,62,0,0,0,0,0,0,18000000,0,0,0,0,0,'Nefarius\'s Corruption','Champion, is it you? A thousand years it has been since I was entrusted the shard and it is at my darkest hour that one should rise to relieve me of it... But what would tragedy be without cruelty?$B$B$B$BNe... Nefarius now holds the scepter shard.$B$BTime is of the essence. Nefarius plans to destroy the shard. You must hurry!','Slay Nefarian and recover the Red Scepter Shard. Return the Red Scepter Shard to Anachronos at the Caverns of Time in Tanaris. You have 5 hours to complete this task.','Vaelastrasz\'s soul is at ease, champion. The Aspects all watch your progress with great interest. Know that you have powerful allies.$B$BI was commanded to grant you something to aid you in this struggle. Use it well...','Another of our heroes lost to the spawn of Deathwing. We will be cursed with this suffering forever...','','','','','',21138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21530,21529,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8555,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8731,4044,1377,0,0,60,60,0,690,0,0,0,0,0,0,0,0,0,21143,1,'Field Duty','Greetings, $N. Before I assign you to more involved tasks in the war, you\'ll need to do your share of field duty. $B$BYou will find Captain Skullsplit\'s Orgrimmar Legion outside Hive\'Regal.$B$BReport to him and come back to me with proof of your field service. I shall have a more advanced assignment ready for you.$B$BOh, please do your best to stay away from the Ironforge Brigade. Tensions are high among our Alliance and Horde volunteers.','Report to Krug Skullsplit at the Orgrimmar Legion post in front of Hive\'Regal. Prepare your Unsigned Field Duty Papers, obtain Signed Field Duty Papers and bring them to Windcaller Kaldon in Cenarion Hold.$B$BNote: Healing or casting beneficial spells on a member of the Orgrimmar Legion will flag you for PvP.','I can tell that Krug has little use for paperwork. He signed this in silithid blood!$B$BVery well, $N. I\'ve prepared a set of tasks that should make good use of your skills as a $c.$B$BWith the continued efforts of you and people like you, our enemy will soon be crushed!','You\'ve completed your field duty, $N? Captain Skullsplit can be found outside of Hive\'Regal.','','','','','',20810,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20808,21266,20809,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8732,4044,1377,0,8,60,60,0,690,0,0,0,0,0,0,0,0,0,20810,1,'Field Duty Papers','','','Yes, I suppose that little skirmish will pass as field duty nowadays. Take these back to Cenarion Hold, I\'m sure they\'ll have a cushy job ready for you.$B$BOff you go!','I take it you want those papers signed, $Gboy:girl;?','','','','','',23024,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20810,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8733,4044,1417,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8734,0,0,'Eranikus, Tyrant of the Dream','This is a journey of redemption, hero. Would it be that I was slain today, I would have died for a just and righteous cause. You must recover the green scepter shard. You must cleanse Eranikus of the taint placed upon him by the Old Gods.$B$BTravel to Darnassus. Just outside the city walls you will find one of my agents. This agent will set things in motion for us and inform Tyrande of our plans without alerting Staghelm.$B$B$B$BA fall from grace a thousand years in the making...','Travel to the continent of Teldrassil and find Malfurion\'s agent somewhere outside the walls of Darnassus.\n','The wisp is silent except for a low humming sound. Oddly enough, it is able to communicate with you through thoughts.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,609,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8555,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8734,4044,141,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8735,0,0,'Tyrande and Remulos','Tyrande will be notifed, mortal. Shan\'do Stormrage has prepared me for this contingency.$B$BNow you must venture to the Moonglade and speak with Remulos. He will have further instruction as to the summoning of Eranikus.$B$BWe all wish you great luck.','Travel to the Moonglade and speak to Keeper Remulos. ','It would be impossible to pull Eranikus from the Dream should he refuse. His intentions, however, require him to enter our world. He seeks to destroy the living manifestation of Malfurion. To do this successfully would mean an end to one of the most powerful allies of the Dream. The Nightmare would wholly consume all that would remain should Malfurion fall...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,609,0,0,0,0,10,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8733,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(8735,4044,493,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Nightmare\'s Corruption','You must travel to the four dream portals of Azeroth. From each you must draw a fragment of the Nightmare\'s corruption. The dragonkin that inhabit these areas will hold such fragments. Return to me when you have gathered these fragments.','Travel to the four Emerald Dream portals in Azeroth and collect a Fragment of the Nightmare\'s Corruption from each. Return to Keeper Remulos in the Moonglade when you have completed this task.\n','Are you prepared? Is the world prepared for what we are about to invoke? I do not know... I am bound by duty to Malfurion. Duty and honor...','','','','','','',21147,21149,21148,21146,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,609,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8734,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8736,5875,493,0,66,60,60,62,0,0,0,0,0,0,0,0,0,8741,0,0,'The Nightmare Manifests','We must use restraint against Eranikus. We are to redeem him not destroy him.$B$BTyrande is already en route to assist us in this task. We must weather the dragon\'s blows and save Nighthaven from certain destruction.$B$BBe on guard! You and your allies are our only hope.\n','Defend Nighthaven from Eranikus. Do not let Keeper Remulos perish. Do not slay Eranikus. Defend yourself. Await Tyrande.\n','He is redeemed, $n. He now returns to the Dream to right what he alone has done wrong. Eranikus will be a powerful ally to Malfurion and my father.$b$bThese armaments are for you, $n; given to me by Ysera herself. You would do well to make use of them in your battles against the Qiraji.','','The Redemption of Eranikus','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21531,21532,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,910,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8735,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8737,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21245,1,'Azure Templar','The Twilight\'s Hammer and the elemental nobles they worship present a formidable threat to our operations in Silithus. With the new enemies we\'re facing inside Ahn\'Qiraj, we cannot afford to lower our guard to our enemies outside.$B$BFind a way to summon and destroy an Azure Templar and report to Bor Wildmane.','Summon and slay an Azure Templar and report back to Bor Wildmane in Cenarion Hold. You must also bring Tactical Task Briefing I in order to complete this quest.','Good job, $N. Here\'s your next assignment.','Is your task done yet, $N?','','','','','',21245,0,0,0,0,0,1,0,0,0,0,0,15211,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20801,21133,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8738,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21166,1,'Hive\'Regal Scout Report','We\'ve sent our best scouts deep into the silithid hives to gather intelligence. Scout Landion has been watching the silithid movements at Hive\'Regal for several days now. Find him and obtain a written report. We need to be able to act on that information as soon as possible, $N.','Contact Cenarion Scout Landion inside Hive\'Regal and return the Hive\'Regal Scout Report to Windcaller Proudhorn at Cenarion Hold. You must also bring Tactical Task Briefing VII in order to complete this quest.','Your efforts are greatly appreciated, $N. I\'ll read these scouting reports right away, feel free to go over your next assignment.','You\'ll find Scout Landion inside Hive\'regal. Hurry, $N! Time is of the essence.','','','','','',21160,21166,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20801,21133,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8739,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21167,1,'Hive\'Ashi Scout Report','We\'ve sent our best scouts deep into the silithid hives to gather intelligence. Scout Jalia has been watching the silithid movements at Hive\'Ashi for several days now. Find her and obtain a written report. We need to be able to act on that information as soon as possible, $N.','Contact Cenarion Scout Jalia inside Hive\'Ashi and return the Hive\'Ashi Scout Report to Windcaller Proudhorn at Cenarion Hold. You must also bring Tactical Task Briefing VIII in order to complete this quest.','Your efforts are greatly appreciated, $N. I\'ll read these scouting reports right away, feel free to go over your next assignment.','You\'ll find Scout Jalia inside Hive\'Ashi. Hurry, $N! Time is of the essence.','','','','','',21161,21167,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20801,20809,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8740,4044,1377,0,0,60,60,0,0,0,0,0,0,0,0,0,0,0,20944,1,'Twilight Marauders','Bands of mounted Twilight\'s Hammer cultists have been spotted riding outside the reach of our forces in Cenarion Hold, picking off our smaller patrols and caravans.$B$BFind and defeat the twilight marauders along with their leader, a terrible warrior by the name of Morna. Report to Windcaller Proudhorn after completing the task.','Slay Twilight Marauder Morna and 2 Twilight Marauders. Report to Windcaller Proudhorn when your task is finished. You must also bring Tactical Task Briefing IX in order to complete this quest.','Well done, $N. The twilight marauders were inflicting an unacceptable number of casualties on our patrols. Here\'s your next assignment.','Is your task done yet, $N?','','','','','',0,0,20944,0,0,0,0,0,1,0,0,0,15541,15542,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20801,21133,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8741,5875,493,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,21139,1,'The Champion Returns','The keeper awaits your return, $N. Take the green scepter shard to Anachronos at the Caverns of Time.\n','Take the Green Scepter Shard to Anachronos at the Caverns of Time in Tanaris.\n','Your deeds will be known to all, champion. They will sing your praises from Orgrimmar to the far reaches of the South Seas. All will know of the champion of the Bronze Flight, $n.','','','','','','',21139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8736,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8742,5875,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Might of Kalimdor','','','A thousand years has passed and just as it was fated, one stands before me. One who shall lead their people to a new age.$B$BThe Old God trembles, $N. Oh yes, it fears your faith. Shatter the prophecy of C\'Thun.$B$BIt knows you come, champion - and with you comes the might of Kalimdor. You have only to let me know when you are prepared and I shall grant you the Scepter of the Shifting Sands.','A thousand years has passed and just as it was fated, one stands before me. One who shall lead their people to a new age.$B$BThe Old God trembles, $N;. Oh yes, it fears your faith. Shatter the prophecy of C\'Thun.$B$BIt knows you come, champion - and with you comes the might of Kalimdor. You have only to let me know when you are prepared and I shall grant you the Scepter of the Shifting Sands.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,609,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8741,8729,8730,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(8743,5875,1377,0,64,60,60,82,0,0,0,0,0,0,0,0,0,0,0,0,'Bang a Gong!','','','From the ground near the gong springs a special crystal. Perhaps favor from the Brood.','The Scarab Gong looms ominously before you. Steel yourself, $N; for once the Scarab Gong is rung, the gates of Ahn\'Qiraj will be opened.$B$BFrom the slackened maw of the beast can only come chaos and destruction. Defend your people!','','','','','',21175,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21176,0,0,0,1,0,0,0,910,609,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8742,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8744,5875,0,22,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Carefully Wrapped Present','','','The tag on this present reads:$b$bTo $N,$b$bMay your feast of Great-Winter be merry and bright!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8745,5875,1377,0,0,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Treasure of the Timeless One','','','Greetings, champion. I am Jonathan, keeper of the sacred gong and eternal watcher of the Bronze Flight.$B$BI have been empowered by the Timeless One himself to grant you an item of your choosing from his timeless treasure trove. May it aid you in your battles against C\'Thun. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21523,21522,21521,21520,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8742,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8746,4044,0,22,0,40,-1,0,690,0,0,0,0,0,0,0,0,0,21315,1,'Metzen the Reindeer','DISASTER has struck! Metzen the Reindeer has been kidnapped!$B$BMetzen is one of Great-father Winter\'s eight reindeer - and property of Smokywood Pastures. We\'ve received not one but TWO ransom letters from groups claiming to have Metzen. With the holiday season well under way, we\'re strapped to the coin box here! Please - find Metzen and return him to us!$B$BCheck out the ransom letters for clues, and sprinkle this reindeer dust on him - it will free him from any of his bonds!$B$BPlease, hurry!','Find Metzen the Reindeer. Use the notes provided to you for clues as to where he is being held.$B$BWhen you find Metzen, have the Pouch of Reindeer Dust in your possession so you can sprinkle some of the dust on him; this should free Metzen from his bonds of captivity.$B$BReturn the Pouch of Reindeer Dust to Kaymard Copperpinch in Orgrimmar once Metzen is freed.','You did it! Huzzah!$B$BMetzen flew back into Great-father Winter\'s stables - yes Metzen can really fly - just a little while ago! The dust worked like a charm; I knew it would. You\'ve saved the Feast of Winter Veil as well as Smokywood Pastures from disaster. Thank you, $N.$B$BListen... because of what you\'ve done here, I want you to have this. It\'s something VERY special; if you have a mount, I think you\'ll get a kick out of it. Happy Winter Veil!','$N! Did you find him? Were the notes in the satchel I gave you enough information to locate Metzen? I hate to think of what those cruel thugs might do to him... but there\'s no way we can afford to pay such an exorbitant ransom!','','Find Metzen the Reindeer and rescue him','','','',21211,0,0,0,0,0,1,0,0,0,0,0,15664,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21213,0,0,0,5,0,0,0,169,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,122,172800,21216,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,20,20,0,4),(8747,4044,440,0,0,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Protector','','','Impressive, little one. You have gone through much trouble to gain the favor of the Bronze Flight. Your dedication is noted.$B$BThe signet ring of the defender will offer superior protection against the forces of evil.$B$BBe warned, once you have chosen your path, you will have no recourse should you change your mind. ','Impressive, little one. You have gone through much trouble to gain the favor of the Bronze Flight. Your dedication is noted.$b$bThe signet ring of the defender will offer superior protection against the forces of evil.$b$bBe warned, once you have chosen your path, you will have no recourse should you change your mind.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21196,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8748,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Protector','','','Your rise amongst the rank of the Brood is most impressive, $n. May you never stray from the path of the protector!','Your continued defense of the children of Kalimdor has been acknowledged. Hand me your signet ring so that I may enhance its powers.','','','','','',21196,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21197,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8747,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8749,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Protector','','','Your rise amongst the rank of the Brood is most impressive, $n. May you never stray from the path of the protector!','You honor my kind, $N. Strike down the enemies of Kalimdor! Show them what it means to deface the land of eternal starlight.$b$bYou have earned another enhancement. Hand me your signet ring so that I may bolster its power.','','','','','',21197,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21198,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8748,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8750,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Protector','','','Your rise amongst the rank of the Brood is most impressive, $n. May you never stray from the path of the protector!','Dedication of this magnitude is a rarity. You have shown that your will is unfaltering, $N. You shall be greatly rewarded for your stalwart watch over our world.$b$bHand me your signet ring so that I may strengthen its enchantment.','','','','','',21198,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21199,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8749,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8751,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Protector of Kalimdor','','','Rise, Protector of Kalimdor! Rise and be recognized!','Never have I seen such tenacity! The Bronze Flight grants you one final enchantment. The Timeless One himself has requested it so!$B$BHand me your signet ring so that I may make the necessary adjustments.','','','','','',21199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21200,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8750,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8752,4044,440,0,0,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Conqueror','','','Impressive, little one. You have gone through much trouble to gain the favor of the Bronze Flight. Your dedication is noted.$B$BThe signet ring of the conqueror will greatly enhance your physical attacks.$B$BBe warned, once you have chosen your path, you will have no recourse should you change your mind. ','Impressive, little one. You have gone through much trouble to gain the favor of the Bronze Flight. Your dedication is noted.$b$bThe signet ring of the conqueror will greatly enhance your physical attacks.$b$bBe warned, once you have chosen your path, you will have no recourse should you change your mind.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21201,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8753,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Conqueror','','','Your rise amongst the rank of the Brood is most impressive, $n. May you never stray from the path of the conqueror!','Your continued defense of the children of Kalimdor has been acknowledged. Hand me your signet ring so that I may enhance its powers.','','','','','',21201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21202,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8752,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8754,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Conqueror','','','Your rise amongst the rank of the Brood is most impressive, $n. May you never stray from the path of the conqueror!','You honor my kind, $N. Strike down the enemies of Kalimdor! Show them what it means to deface the land of eternal starlight.$b$bYou have earned another enhancement. Hand me your signet ring so that I may bolster its power.','','','','','',21202,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21203,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8753,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8755,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Conqueror','','','Your rise amongst the rank of the Brood is most impressive, $n. May you never stray from the path of the conqueror!','Dedication of this magnitude is a rarity. You have shown that your will is unfaltering, $N. You shall be greatly rewarded for your stalwart watch over our world.$b$bHand me your signet ring so that I may strengthen its enchantment.','','','','','',21203,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21204,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8754,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8756,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Qiraji Conqueror','','','Rise, Qiraji Conqueror! Rise and be recognized!','Never have I seen such tenacity! The Bronze Flight grants you one final enchantment. The Timeless One himself has requested it so!$B$BHand me your signet ring so that I may make the necessary adjustments.','','','','','',21204,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21205,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8755,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8757,4044,440,0,0,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Invoker','','','Impressive, little one. You have gone through much trouble to gain the favor of the Bronze Flight. Your dedication is noted.$B$BThe signet ring of the invoker will greatly enhance your magical and natural abilities.$B$BBe warned, once you have chosen your path, you will have no recourse should you change your mind. ','Impressive, little one. You have gone through much trouble to gain the favor of the Bronze Flight. Your dedication is noted.$b$bThe signet ring of the invoker will greatly enhance your magical and natural abilities.$b$bBe warned, once you have chosen your path, you will have no recourse should you change your mind.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21206,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8758,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Invoker','','','Your rise amongst the rank of the Brood is most impressive, $n. May you never stray from the path of the invoker!','Your continued defense of the children of Kalimdor has been acknowledged. Hand me your signet ring so that I may enhance its powers.','','','','','',21206,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21207,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8757,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8759,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Invoker','','','Your rise amongst the rank of the Brood is most impressive, $n. May you never stray from the path of the invoker!','You honor my kind, $N. Strike down the enemies of Kalimdor! Show them what it means to deface the land of eternal starlight.$b$bYou have earned another enhancement. Hand me your signet ring so that I may bolster its power.','','','','','',21207,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21208,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8758,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8760,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Invoker','','','Your rise amongst the rank of the Brood is most impressive, $n. May you never stray from the path of the invoker!','Dedication of this magnitude is a rarity. You have shown that your will is unfaltering, $N. You shall be greatly rewarded for your stalwart watch over our world.$b$bHand me your signet ring so that I may strengthen its enchantment.','','','','','',21208,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21209,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8759,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8761,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Invoker','','','Rise, Grand Invoker! Rise and be recognized!','Never have I seen such tenacity! The Bronze Flight grants you one final enchantment. The Timeless One himself has requested it so!$B$BHand me your signet ring so that I may make the necessary adjustments.','','','','','',21209,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21210,0,0,0,1,0,0,0,910,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8760,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8762,4044,0,22,0,40,-1,0,1101,0,0,0,0,0,0,0,0,0,21315,1,'Metzen the Reindeer','DISASTER has struck! Metzen the Reindeer has been kidnapped!$B$BMetzen is one of Greatfather Winter\'s eight reindeer - and property of Smokywood Pastures. We\'ve received not one but TWO ransom letters from groups claiming to have Metzen. With the holiday season well under way, we\'re strapped to the coin box here! Please - find Metzen and return him to us!$B$BCheck out the ransom letters for clues, and sprinkle this reindeer dust on him - it will free him from any of his bonds!$B$BPlease, hurry!','Find Metzen the Reindeer. Use the notes provided to you for clues as to where he is being held.$B$BWhen you find Metzen, have the Pouch of Reindeer Dust in your possession so you can sprinkle some of the dust on him; this should free Metzen from his bonds of captivity.$B$BReturn the Pouch of Reindeer Dust to Wulmort Jinglepocket in Ironforge once Metzen is freed.','You did it! Huzzah!$B$BMetzen flew back into Greatfather Winter\'s stables - yes Metzen can really fly - just a little while ago! The dust worked like a charm; I knew it would. You\'ve saved the Feast of Winter Veil as well as Smokywood Pastures from disaster. Thank you, $N.$B$BListen... because of what you\'ve done here, I want you to have this. It\'s something VERY special; if you have a mount, I think you\'ll get a kick out of it. Happy Winter Veil!','$N! Were the notes in the satchel I gave you enough information to locate Metzen? I hate to think of that those cruel thugs might do to him... but there\'s no way we can afford to pay such an exorbitant ransom!','','Find Metzen the Reindeer and rescue him','','','',21211,0,0,0,0,0,1,0,0,0,0,0,15664,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21213,0,0,0,5,0,0,0,169,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,161,172800,21216,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(8763,5875,0,22,0,40,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Hero of the Day','Listen... I\'m not really supposed to be telling you this, but since you\'re the hero of the day and all...$B$BThere\'s fresh holly everywhere this time of the year, but it never lasts. We\'ve got a machine that preserves holly - it never goes bad! We use it to spice up the holiday... and profits during the summer!$B$BI\'ll let you use the preserver, but only if you\'re a master cook. You\'ll need some deeprock salt and two, three, oh let\'s say five gold. It\'ll net you a nice batch that\'s yours to keep.','Bring 1 Deeprock Salt and 5 gold coins to any Holly Preserver machine, upon which you will receive 5 Preserved Holly.','The machine lets off a little rumble and a small amount of steam as it starts working. It is not too long thereafter until it stops, heralded by another small jet of steam erupting from it. A door hatch opens, revealing a batch of preserved holly!','The \"Holly Preserver\" machine looks like some sort of still at first, but a careful examination of it reveals some goblin-esque changes to it. Still, your skill at cooking seems to allow you to understand how the machine works.$B$BThere is already fresh holly in the machine - you simply need to provide some deeprock salt and five gold coins to get the machine working.','','','','','',8150,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21213,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8764,5875,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Changing of Paths - Protector No More','','','Be well, $n. If you change your mind, I shall be here to assist you.','Champion, should you decide to walk another path, present me with your signet ring and a mountain of scarabs from our enemies in Ahn\'Qiraj.','','','','','',21200,20858,20859,20860,0,0,1,15,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21210,21205,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8751,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8765,5875,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Changing of Paths - Invoker No More','','','Be well, $n. If you change your mind, I shall be here to assist you.','Champion, should you decide to walk another path, present me with your signet ring and a mountain of scarabs from our enemies in Ahn\'Qiraj.','','','','','',21210,20861,20862,20863,0,0,1,15,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21200,21205,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8761,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8766,4044,440,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Changing of Paths - Conqueror No More','','','Be well, $n. If you change your mind, I shall be here to assist you.','Champion, should you decide to walk another path, present me with your signet ring and a mountain of scarabs from our enemies in Ahn\'Qiraj.','','','','','',21205,20864,20865,20858,0,0,1,15,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21200,21210,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8756,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8767,5875,0,22,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gently Shaken Gift','','','This present looks like it has been shaken a few times. The tag on it reads:$b$bTo a very special $r $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21270,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8768,5875,0,22,8,20,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gaily Wrapped Present','','','This festively-wrapped present has your name on it.$b$bWait, did it just move?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21310,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8769,5875,0,22,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Ticking Present','','','Have a joyous Feast of Great-Winter from your friends at Smokeywood Pastures.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21327,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8770,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21749,1,'Target: Hive\'Ashi Defenders','As the war effort mounts, the silithid presence in the area presents an ever increasing threat to our operations. You\'ve been selected to partake on an assault on Hive\'Ashi where your primary target will consist of Hive\'Ashi defenders.$B$BReport back to Commander Mar\'alith after your task is completed.','Slay 30 Hive\'Ashi Defenders and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing I in order to complete this quest.','Excellent work, $N. Your diligence is as noteworthy as always.','You have something to tell me, $C?','','','','','',0,21749,0,0,0,0,0,1,0,0,0,0,11722,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8771,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21750,1,'Target: Hive\'Ashi Sandstalkers','As the war effort mounts, the silithid presence in the area presents an ever increasing threat to our operations. You\'ve been selected to partake on an assault on Hive\'Ashi where your primary target will consist of Hive\'Ashi sandstalkers.$B$BReport back to Commander Mar\'alith after your task is completed.','Slay 30 Hive\'Ashi Sandstalkers and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing II in order to complete this quest.','Excellent work, $N. Your part in the attack on Hive\'Ashi has been noted.','You have something to tell me, $C?','','','','','',0,21750,0,0,0,0,0,1,0,0,0,0,11723,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8772,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21250,1,'Target: Hive\'Zora Waywatchers','Reinforcements have been called on to join the assault on Hive\'Zora. You have been selected to target Hive\'Zora waywatchers. Report back to Commander Mar\'alith after completing your task.','Slay 30 Hive\'Zora Waywatchers and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing VI in order to complete this quest.\n','Excellent work, $N. Your part in the attack on Hive\'Zora has been noted.','You have something to tell me, $C?','','','','','',0,21250,0,0,0,0,0,1,0,0,0,0,11725,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8773,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21248,1,'Target: Hive\'Zora Reavers','Reinforcements have been called on to join the assault on Hive\'Zora. You have been selected to target Hive\'Zora reavers. Report back to Commander Mar\'alith after completing your task.','Slay 30 Hive\'Zora Reavers and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing IV in order to complete this quest.','I\'ve heard good things about your part in the Hive\'Zora attack. Keep up the good work and victory will soon be ours.','You have something to tell me, $C?','','','','','',0,21248,0,0,0,0,0,1,0,0,0,0,11728,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8774,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21252,1,'Target: Hive\'Regal Ambushers','As the war effort mounts, the silithid presence in the area presents an ever increasing threat to our operations. You\'ve been selected to partake on an assault on Hive\'Regal where your primary target will consist of the Hive\'Regal ambushers.$B$BReport back to Commander Mar\'alith after your task is completed.','Kill 30 Hive\'Regal Ambushers and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing VIII in order to complete this quest.\n','Excellent work, $N. Your part in the attack on Hive\'Regal has been noted.','You wish to tell me something, $N?','','','','','',0,21252,0,0,0,0,0,1,0,0,0,0,11730,0,0,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8775,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21253,1,'Target: Hive\'Regal Spitfires','As the war effort mounts, the silithid presence in the area presents an ever increasing threat to our operations. You\'ve been selected to partake on an assault on Hive\'Regal where your primary target will consist of the airborne Hive\'Regal spitfires.$B$BReport back to Commander Mar\'alith after your task is completed.','Kill 30 Hive\'Regal Spitfires and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing IX in order to complete this quest.\n','Excellent work, $N. Your part in the attack on Hive\'Regal has been noted.','You wish to tell me something, $N?','','','','','',0,21253,0,0,0,0,0,1,0,0,0,0,11732,0,0,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8776,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21255,1,'Target: Hive\'Regal Slavemakers','As the war effort mounts, the silithid presence in the area presents an ever increasing threat to our operations. You\'ve been selected to partake on an assault on Hive\'Regal where your primary target will consist of the Hive\'Regal slavemakers.$B$BReport back to Commander Mar\'alith after your task is completed.','Kill 30 Hive\'Regal Slavemakers and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing X in order to complete this quest.\n','Excellent work, $N. Your part in the attack on Hive\'Regal has been noted.','You wish to tell me something, $N?','','','','','',0,21255,0,0,0,0,0,1,0,0,0,0,11733,0,0,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8777,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21256,1,'Target: Hive\'Regal Burrowers','As the war effort mounts, the silithid presence in the area presents an ever increasing threat to our operations. You\'ve been selected to partake on an assault on Hive\'Regal where your primary target will consist of Hive\'Regal burrowers.$B$BReport back to Commander Mar\'alith after your task is completed.','Kill 30 Hive\'Regal Burrowers and report back to Commander Mar\'alith at Cenarion Hold in Silithus. You must also bring Combat Task Briefing XI in order to complete this quest.\n','Excellent work, $N. Your part in the attack on Hive\'Regal has been noted.','You wish to tell me something, $N?','','','','','',0,21256,0,0,0,0,0,1,0,0,0,0,11731,0,0,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8778,4044,1377,0,256,60,60,0,1101,0,0,0,0,0,0,0,0,0,21257,1,'The Ironforge Brigade Needs Explosives!','The Ironforge Brigade has put in an unusual request for highly... volatile... components. Gather them and bring them to Mr. Nozzlespring from the Ironforge Brigade.','Bring 6 Oils of Immolation, 5 Goblin Rocket Fuel and 10 Dense Blasting Powder to Arcanist Nozzlespring near Hive\'Zora in Silithus. You must also bring Logistics Task Briefing IV in order to complete this quest.','Ah, yes! These will come in handy! Much obliged, $N!','You have something for me, $N?','','','','','',8956,9061,15992,21257,0,0,6,5,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,20805,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8779,4044,1377,0,256,60,60,0,1101,0,0,0,0,0,0,0,0,0,21259,1,'Scrying Materials','Geologist Larksbane\'s studies have proven to be of tremendous value to our operations in Silithus. She has recently requested scrying materials to be used in her research.$B$BPlease gather these materials and deliver them to her directly so that she may continue her research.','Bring 1 Large Brilliant Shard, 1 Large Radiant Shard and 1 Huge Emerald to Geologist Larksbane at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing V in order to complete this quest.','Why, yes... these will be of tremendous aid! These materials are awfully hard to come by in the desert, $n. Thank you.','You have something for me, $N?','','','','','',14344,11178,12364,21259,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,20805,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8780,4044,1377,0,256,60,60,0,1101,0,0,0,0,0,0,0,0,0,21263,1,'Armor Kits for the Field','The Ironforge Brigade\'s supply of armor kits in the battlefield is running dangerously low. Obtain a batch and deliver them to Janela Stouthammer at the Ironforge Brigade\'s outpost outside Hive\'Zora.','Bring 8 Rugged Armor Kits and 8 Heavy Armor Kits to Janela Stouthammer at the Ironforge Brigade Outpost near Hive\'Zora in Silithus. You must also bring Logistics Task Briefing VII in order to complete this quest.','Thanks, I\'ll hand these out to the lads.','You have something for me, $N;?','','','','','',15564,4265,21263,0,0,0,8,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,20805,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8781,4044,1377,0,256,60,60,0,1101,0,0,0,0,0,0,0,0,0,21260,1,'Arms for the Field','The Ironforge Brigade has been a worthy ally in our fight in Silithus. Unfortunately, many of their supplies were lost on their way here. Procure a batch of weapons and deliver them to Janela Stouthammer near Hive\'Zora.','Bring 2 Moonsteel Broadswords to Janela Stouthammer at the Ironforge Brigade Outpost outside of Hive\'Zora. You must also bring Logistics Task Briefing VI in order to complete this quest.','Oh, excellent! I won\'t have to hear complaints about dull blades anymore. Thank you, $n.','You have something for me, $N?','','','','','',3853,21260,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,20805,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8782,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21262,1,'Uniform Supplies','The latest influx of volunteers has caused a shortage of uniforms. Procure a batch of uniform materials and bring them to Windcaller Proudhorn.','Bring 1 Mooncloth, 2 Bolts of Runecloth and 1 Ironweb Spider Silk to Windcaller Proudhorn at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing VIII in order to complete this quest.','Ah, we were in need of these. Your work is appreciated, $n.','','','','','','',14342,14048,14227,21262,0,0,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21132,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8783,4044,1377,0,256,60,60,0,1101,0,0,0,0,0,0,0,0,0,21265,1,'Extraordinary Materials','Vargus, Cenarion Hold\'s blacksmith, has requested enchanted materials to be used in the crafting of powerful weapons for our forces. Obtain these and bring them directly to Vargus so that Cenarion Hold\'s troops may continue to be well equipped.','Bring 2 Enchanted Thorium Bars and 2 Enchanted Leather to Vargus at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing IX in order to complete this quest.','Ah, yes. These materials are of excellent quality. Thank you, $n.','You have something for me, $N?','','','','','',12655,12810,21265,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21132,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8784,4044,3428,0,320,60,60,0,0,0,0,0,0,0,0,0,0,0,21230,1,'Secrets of the Qiraji','You have discovered an ancient Qiraji artifact! Perhaps one of the dragons near the entrance of the temple would have a use for this relic.','Take the Ancient Qiraji Artifact to the dragons hiding near the entrance of the temple.\n','An exceptional find, $N. Simply marvelous! This will definitely give us some insight into our enemy\'s twisted minds.','You\'re glowing! I know what that means...','','','','','',21230,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8785,4044,1377,0,256,60,60,0,690,0,0,0,0,0,0,0,0,0,21258,1,'The Orgrimmar Legion Needs Mojo!','The Orgrimmar Legion has put in a request for several unusual ingredients. Given their current performance in Silithus, we\'d like to comply with their request as soon as possible. Gather the materials and bring them to the troll called Shai.','Bring 6 Powerful Mojo, 6 Flasks of Big Mojo and 8 Oils of Immolation to Shadow Priestess Shai near Hive\'Regal in Silithus. You must also bring Logistics Task Briefing IV in order to complete this quest.','Ah, yes. Just what I needed! I\'ll make a special concoction with this. The silithid won\'t like it one bit!','Do you have my materials, $N?','','','','','',8956,8152,12804,21258,0,0,8,6,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21386,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8786,4044,1377,0,0,60,60,0,690,0,0,0,0,0,0,0,0,0,21261,1,'Arms for the Field','The Orgrimmar Legion has put in a request for additional weapons that we haven\'t been able to provide at the moment. Obtain the weapons they\'ve requested and bring them to Merok Longstride outside of Hive\'Regal.','Bring 3 Massive Iron Axes to Merok Longstride at the Orgrimmar Legion camp outside of Hive\'Regal. You must also bring Logistics Task Briefing VI in order to complete this quest.','Excellent work. We were in short supply of these, $N.','You have something for me, $N?','','','','','',3855,21261,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21386,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8787,4044,1377,0,256,60,60,0,690,0,0,0,0,0,0,0,0,0,21264,1,'Armor Kits for the Field','The brave volunteers of the Orgrimmar Legion have arrived to Silithus to aid us in our cause. Their supplies of armor kits were somehow lost in the trip. Obtain a batch of armor kits and deliver them to Merok Longstride at the location of the Orgrimmar Legion camp.','Bring 8 Rugged Armor Kits and 8 Heavy Armor Kits to Merok Longstride near Hive\'Regal. You must also bring Logistics Task Briefing VII in order to complete this quest.','Ah, yes... I will distribute these to the troops, $N. The Orgrimmar Legion thanks you!','You have something for me, $N?','','','','','',15564,4265,21264,0,0,0,8,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21386,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8788,5875,0,22,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gently Shaken Gift','','','This present looks like it has been shaken a few times. The tag on it reads:$b$bTo a very special $r $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21271,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8789,4044,3428,0,328,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Imperial Qiraji Armaments','We have not sat idly by for a millennium, $N.$B$BWe have watched these beasts feast on their own when they have exhausted their utility. We have listened as they have plotted and schemed to destroy our world. And we have learned of their own internal treachery.$B$BWeaknesses exist and we know how to use those weaknesses to our advantage.$B$BFind and bring me their ceremonial armaments: Combined with the element created from the volatility of their own God, they will become a force of reckoning.','Arygos in the Temple of Ahn\'Qiraj will create Elementium Infused Armaments for you should you bring him Imperial Qiraji Armaments and 3 Elementium Ore.','Infused with Elementium, these weapons will cut through the Qiraji and their God with incredible ease.','Seek out what I requested. You will become greater than the sum of your parts, champion.','','','','','',21232,18562,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21242,21272,21244,21269,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8790,4044,3428,0,328,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Imperial Qiraji Regalia','Arygos theorizes that the element which is born of conflicts between the Old Gods and their minions is also extremely deadly to them under the right conditions. I speak of Elementium, mortal.$B$BFind and bring me Imperial Qiraji Regalia and the toxic element and I shall infuse weapons of great power.\n','Merithra of the Dream in the Temple of Ahn\'Qiraj will create Elementium Infused Armaments for you should you bring her Imperial Qiraji Regalia and 3 Elementium Ore.\n','Use the item well, $N. Let them feel the pain that they so dearly wish to inflict upon others.','You will strike them down and free us of these bonds.','','','','','',21237,18562,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21273,21275,21268,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8791,4044,3429,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,21220,1,'The Fall of Ossirian','A terrible menace has been laid to rest. The cruel Ossirian has been vanquished.$B$BThe denizens of Kalimdor would be relieved to know of this victory. Take Ossirian\'s head and present it to Commander Mar\'alith of Cenarion Hold.','Deliver the Head of Ossirian the Unscarred to Commander Mar\'alith at Cenarion Hold in Silithus.\n','I offer you my highest commendation and your choice of an item of power, $N. You have done the people of Kalimdor a great service.','Ah, $N, you have returned! And in one piece, I might add. What news do you bring from Ahn\'Qiraj?','','','','','',21220,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21504,21507,21505,21506,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,609,910,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8792,4044,0,365,8,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Your Help!','Hello, I\'m glad that you\'ve decided to hear me out. The Horde needs all of the help that it can get to prepare for the Ahn\'Qiraj War, and that means that we need you! Even now as we speak, official collectors are gathering the necessary material needed for the upcoming war, but we won\'t be able to meet our goals without your assistance, $N!$B$BYou should go speak with the guy in charge, Warlord Gorchuk. What do you say, $c? Will you help out with the vital preparations?','Speak with Warlord Gorchuk in Orgrimmar\'s Valley of Spirits.','Throm\'ka, $c! Good to see so many of the Horde, such as yourself, $n, coming out to lend your support in laying the groundwork for the upcoming Ahn\'Qiraj War. The effort here will ensure that we are victorious against the Silithid and their evil masters hidden away inside Ahn\'Qiraj.$b$bSo now that you are here, be sure to speak with the various collectors and offer your assistance in gathering those materials that you are suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'8793 8794 10500',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8793,4044,0,365,8,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Your Help!','Hello, I\'m glad that you\'ve decided to hear me out. The Horde needs all of the help that it can get to prepare for the Ahn\'Qiraj War, and that means that we need you! Even now as we speak, official collectors are gathering the necessary material needed for the upcoming war, but we won\'t be able to meet our goals without your assistance, $N!$B$BYou should go speak with the guy in charge, Warlord Gorchuk. What do you say, $c? Will you help out with the vital preparations?','Speak with Warlord Gorchuk in Orgrimmar\'s Valley of Spirits.','Throm\'ka, $c! Good to see so many of the Horde, such as yourself, $n, coming out to lend your support in laying the groundwork for the upcoming Ahn\'Qiraj War. The effort here will ensure that we are victorious against the Silithid and their evil masters hidden away inside Ahn\'Qiraj.$b$bSo now that you are here, be sure to speak with the various collectors and offer your assistance in gathering those materials that you are suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'8792 8794 10500',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8794,4044,0,365,8,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Your Help!','Hello, I\'m glad that you\'ve decided to hear me out. The Horde needs all of the help that it can get to prepare for the Ahn\'Qiraj War, and that means that we need you! Even now as we speak, official collectors are gathering the necessary material needed for the upcoming war, but we won\'t be able to meet our goals without your assistance, $N!$B$BYou should go speak with the guy in charge, Warlord Gorchuk. What do you say, $c? Will you help out with the vital preparations?','Speak with Warlord Gorchuk in Orgrimmar\'s Valley of Spirits.','Throm\'ka, $c! Good to see so many of the Horde, such as yourself, $n, coming out to lend your support in laying the groundwork for the upcoming Ahn\'Qiraj War. The effort here will ensure that we are victorious against the Silithid and their evil masters hidden away inside Ahn\'Qiraj.$b$bSo now that you are here, be sure to speak with the various collectors and offer your assistance in gathering those materials that you are suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'8792 8793 10500',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8795,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Your Help!','Hello, I\'m glad that you\'ve decided to hear me out. The Alliance needs all of the help that it can get to prepare for the Ahn\'Qiraj War, and that means that we need you! Even now as we speak, official collectors are gathering the necessary material needed for the upcoming war, but we won\'t be able to meet our goals without your assistance, $N!$B$BYou should go speak with the guy in charge, Field Marshal Snowfall. What do you say, $c? Will you help out with the vital preparations?','Speak with Field Marshal Snowfall in Ironforge\'s Military Ward.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,1,0,0,1),(8796,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Your Help!','Hello, I\'m glad that you\'ve decided to hear me out. The Alliance needs all of the help that it can get to prepare for the Ahn\'Qiraj War, and that means that we need you! Even now as we speak, official collectors are gathering the necessary material needed for the upcoming war, but we won\'t be able to meet our goals without your assistance, $N!$B$BYou should go speak with the guy in charge, Field Marshal Snowfall. What do you say, $c? Will you help out with the vital preparations?','Speak with Field Marshal Snowfall in Ironforge\'s Military Ward.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8797,4044,0,365,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Your Help!','Hello, I\'m glad that you\'ve decided to hear me out. The Alliance needs all of the help that it can get to prepare for the Ahn\'Qiraj War, and that means that we need you! Even now as we speak, official collectors are gathering the necessary material needed for the upcoming war, but we won\'t be able to meet our goals without your assistance, $N!$B$BYou should go speak with the guy in charge, Field Marshal Snowfall. What do you say, $c? Will you help out with the vital preparations?','Speak with Field Marshal Snowfall in Ironforge\'s Military Ward.','Hail and well met lass! Good to see so many of the Alliance, such as yourself, $N;, coming out to lend your support in laying the groundwork for the upcoming Ahn\'Qiraj War. The effort here will ensure that we are victorious against the Silithid and their evil masters hidden away inside Ahn\'Qiraj.$B$BSo now that you are here, be sure to speak with the various collectors and offer your assistance in gathering those materials that you are suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8798,4044,618,0,0,55,60,0,0,0,202,1,0,0,0,0,0,0,0,0,'A Yeti of Your Own','','','Say! You know what?! You\'re an engineer too! So, since you helped me teach my friends a lesson, I\'m going to teach you how to make your very own mechanical yeti! Now the fun can go on forever and ever, and you can scare whoever you want! Provided that you can scare up the components to make it that is. $B$BWhat do you say, $N? Do you want to learn the secret to making a mechanical yeti?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26012,0,0,0,0,0,0,0,0,0,0,0,0,'',5163,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8799,5875,0,22,262144,40,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Hero of the Day','Listen... I\'m not really supposed to be telling you this, but since you\'re the hero of the day and all...$B$BThere\'s fresh holly everywhere this time of the year, but it never lasts. We\'ve got a machine that preserves holly - it never goes bad! We use it to spice up the holiday... and profits during the summer!$B$BI\'ll let you use the preserver, but only if you\'re a master cook. You\'ll need some deeprock salt and two, three, oh let\'s say five gold. It\'ll net you a nice batch that\'s yours to keep.','Bring 1 Deeprock Salt and 5 gold coins to the Holly Preserver machine, upon which you will receive 5 Preserved Holly.','The machine lets off a little rumble and a small amount of steam as it starts working. It is not too long thereafter until it stops, heralded by another small jet of steam erupting from it. A door hatch opens, revealing a batch of preserved holly!','The \"Holly Preserver\" machine looks like some sort of still at first, but a careful examination of it reveals some goblin-esque changes to it. Still, your skill at cooking seems to allow you to understand how the machine works.$B$BThere is already fresh holly in the machine - you simply need to provide some deeprock salt and five gold coins to get the machine working.','','','','','',8150,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21213,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8800,4044,1377,0,0,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cenarion Battlegear','As you complete the tasks you\'re assigned in the war you\'ll want to talk to Vargus, the blacksmith. Show him any badges you\'ve earned along the way. He\'ll provide you with gear to match your level of commitment to our cause.','Talk to Vargus at Cenarion Hold in Silithus.','Kaldon sent you? Very well, let\'s see what we can do for you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8801,4044,3428,0,64,60,60,0,0,0,0,0,0,0,0,0,0,8802,21221,1,'C\'Thun\'s Legacy','The walls of Ahn\'Qiraj tremble. A force of evil, older than the world itself, has been destroyed.$B$BAs you look at the remnants of the colossal abomination your heart nearly freezes. Even in death you can feel the legacy of C\'Thun\'s evil around you.$B$BYou have done what was thought to be impossible.$B$BYou grab at an eye stalk of the fiend, stowing it safely in your pack.$B$BTake the Eye of C\'Thun to the dragons in the next chamber. ','Take the Eye of C\'Thun to Caelastrasz in the Temple of Ahn\'Qiraj.','We will leave this place on our own, Lady $N - once we are certain that the evil within has been wholly destroyed. Your journey of legend is almost at an end.','Lady $N, you have freed us of its grasp.','','','','','',21221,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,910,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,7),(8802,4044,3428,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,21221,1,'The Savior of Kalimdor','To the Caverns of Time you go, $G Lord:Lady; $N. Anachronos awaits your return. Give him the eye of C\'Thun as he will undoubtedly wish to place it in his master\'s collection.\n','Take the Eye of C\'Thun to Anachronos at the Caverns of Time.','The Master has left these for you, champion. From the timeless cache: A collection of artifacts spanning thousands of years - the choice is yours.','Lord $N! It is over...','','','','','',21221,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21712,21710,21709,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,910,0,0,0,0,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8801,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8803,5875,0,22,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Festive Gift','','','The note on this present reads:$b$bTo $n,$b$bIn hoping this will help you spread warm tidings and holiday cheer to all of Azeroth.$b$bFrom Greatfather Winter','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8804,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21378,1,'Desert Survival Kits','With the arrival of fresh recruits to Cenarion Hold comes the problem of keeping them alive in the desert. Dehydration as well as numerous poisonous creatures present a serious threat to inexperienced volunteers. Gather the supplies necessary for a desert survival kit and bring them to Calandrath in Cenarion Hold.','Bring 4 Globes of Water, 4 Powerful Anti-Venom and 4 Smoked Desert Dumplings to Calandrath at the inn in Cenarion Hold in Silithus. You must also bring Logistics Task Briefing I in order to complete this quest.','Thanks for the done work!','','','','','','',7079,19440,20452,21378,0,0,4,4,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21266,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8805,4044,1377,0,256,60,60,0,690,0,0,0,0,0,0,0,0,0,21379,1,'Boots for the Guard','The mounted division of the Cenarion Hold guard is in short supply of ornate mithril boots. Procure a batch and deliver them immediately to Captain Vish Kozus in Cenarion Hold.','Bring 3 Ornate Mithril Boots to Vish Kozus, Captain of the Guard at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing II in order to complete this quest.','Thanks for the done work!','','','','','','',7936,21379,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21266,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8806,4044,1377,0,0,60,60,0,690,0,0,0,0,0,0,0,0,0,21380,1,'Grinding Stones for the Guard','The Cenarion Hold guard is in short supply of grinding stones. Procure a batch and deliver them immediately to Captain Vish Kozus in Cenarion Hold.','Bring 10 Dense Grinding Stones, 10 Solid Grinding Stones and 10 Heavy Grinding Stones to Vish Kozus, Captain of the Guard at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing III in order to complete this quest.','Thanks for the done work!','','','','','','',12644,7966,3486,21380,0,0,10,10,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21266,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8807,4044,1377,0,256,60,60,0,690,0,0,0,0,0,0,0,0,0,21382,1,'Scrying Materials','Geologist Larksbane\'s studies have proven to be of tremendous value to our operations in Silithus. She has recently requested scrying materials to be used in her research.$B$BPlease gather these materials and deliver them to her directly so that she may continue her research.','Bring 1 Large Brilliant Shard, 1 Large Radiant Shard and 1 Huge Emerald to Geologist Larksbane at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing V in order to complete this quest.','Thanks for the done work!','','','','','','',14344,11178,12364,21382,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21386,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8808,4044,1377,0,256,60,60,0,0,0,0,0,0,0,0,0,0,0,21384,1,'Uniform Supplies','The latest influx of volunteers has caused a shortage of uniforms. Procure a batch of uniform materials and bring them to Windcaller Proudhorn.','Bring 1 Mooncloth, 2 Bolts of Runecloth and 1 Ironweb Spider Silk to Windcaller Proudhorn at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing VIII in order to complete this quest.','Ah, we were in need of these. Your work is appreciated, $n.','','','','','','',14342,14048,14227,21384,0,0,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21266,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8809,4044,1377,0,256,60,60,0,690,0,0,0,0,0,0,0,0,0,21381,1,'Extraordinary Materials','Vargus, Cenarion Hold\'s blacksmith, has requested enchanted materials to be used in the crafting of powerful weapons for our forces. Obtain these and bring them directly to Vargus so that Cenarion Hold\'s troops may continue to be well equipped.','Bring 2 Enchanted Thorium Bars and 2 Enchanted Leather to Vargus at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing IX in order to complete this quest.','Ah, yes. These materials are of excellent quality. Thank you, $n.','You have something for me, $N?','','','','','',12655,12810,21381,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21266,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8810,4044,1377,0,256,60,60,0,690,0,0,0,0,0,0,0,0,0,21385,1,'Bandages for the Field','Our supply of bandages in the battlefield is running dangerously low after the recent casualties we have incurred. Obtain a batch of first-aid supplies and deliver them to Windcaller Proudhorn in Cenarion Hold.','Bring 30 Heavy Runecloth Bandages, 30 Heavy Silk Bandages and 30 Heavy Mageweave Bandages to Windcaller Proudhorn at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing X in order to complete this quest.','Just in time. These supplies will save lives, $n. Your work is appreciated. Here\'s your next assignment.','You have something for me, $N?','','','','','',14530,8545,6451,21385,0,0,30,30,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,21386,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8811,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Stormwind.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8812,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Ironforge.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8813,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Darnassus.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8814,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with the Gnomeregan exiles.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8815,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Orgrimmar.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8816,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Undercity.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8817,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Thunder Bluff.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8818,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with the Darkspear tribe.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8819,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Stormwind. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8820,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Ironforge. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8821,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Darnassus. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8822,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with the Gnomeregan exiles. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8823,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Orgrimmar. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8824,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Undercity. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8825,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Thunder Bluff. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8826,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with the Darkspear tribe. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8827,4044,0,22,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Winter\'s Presents','I hear Greatfather Winter - with the generous support of Smokeywood Pastures - has put presents for everyone under the tree in Ironforge. I wish I could go, but I\'ve got to look after the PX-238 Winter Wondervolt.$b$bBut you should definitely check it out. I\'m sure Greatfather Winter has some presents with your name on them.','Speak with Greatfather Winter. He is located near the Smokywood Pastures vendor area in Ironforge.','Oh, ho hello there! You can only be here for one reason: to open your Winter Veil presents.$b$bNow, don\'t you worry, Greatfather Winter hasn\'t forgotten about his favorite $r $c. Look under the tree and you\'ll find your gifts.$b$bDuring this season of giving, perhaps your friends would also enjoy receiving some of Smokeywood Pasture\'s excellent products?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,11,1,0,0,0,0,0,0,1,0,0,1),(8828,4044,0,22,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Winter\'s Presents','I hear Great-father Winter - with the generous support of Smokeywood Pastures - has put presents for everyone under the tree in Orgrimmar. I wish I could go, but I\'ve got to look after the PX-238 Winter Wondervolt.$b$bBut you should definitely check it out. I\'m sure Great-father Winter has some presents with your name on them.','Speak with Great-father Winter. He is located near the Smokywood Pastures vendor area in Orgrimmar.','Oh, ho hello there! You can only be here for one reason: to open your Winter Veil presents.$B$BNow, don\'t you worry, Greatfather Winter hasn\'t forgotten about his favorite $R $C. Look under the tree and you\'ll find your gifts.$B$BDuring this season of giving, perhaps your friends would also enjoy receiving some of Smokeywood Pasture\'s excellent products?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8829,4044,1377,0,256,60,60,1,0,0,0,0,0,0,0,0,0,0,21514,1,'The Ultimate Deception','The Twilight\'s Hammer operates through innumerable layers of secrecy and deceit. While their actions are carried out in our world, they are planned in a place we have not yet been able to reach.$B$BWe\'ve come to believe that the stones the Twilight\'s Hammer uses to summon their superiors allow for two-way transportation. To attempt to use them in this manner, we must replicate - to every last detail - a twilight emissary\'s robe.$B$BGather the necessary materials and bring them to Aurel Goldleaf, $N. ','Bring a Skin of Shadow, 3 Frayed Abomination Stitchings and 1 Twilight Cultist Robe to Aurel Goldleaf at Cenarion Hold in Silithus. You must also bring Logistics Task Briefing XI in order to complete this quest.\n','Yes, I believe these shall suffice. I shall craft these into the colors worn by the Twilight Hammer\'s emissaries. I pray to Elune that my skills will be able to fool our enemies once more.$b$bBut do not be concerned with that, you\'ve done your part and for that you will be appropriately rewarded. You are a loyal and worthy ally, $n.','You have something for me?','','','','','',12753,12735,20407,21514,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21515,0,0,0,1,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8830,5875,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Stormwind.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8811,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8831,5875,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Stormwind. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8819,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8832,5875,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with the Undercity.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8815,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8833,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Undercity. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8823,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8834,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Ironforge.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8812,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8835,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Ironforge. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8820,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8836,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Darnassus.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8813,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8837,4044,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Darnassus. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8838,5875,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with the Gnomeregan exiles.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8814,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8839,5875,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with the Gnomeregan exiles. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8822,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8840,5875,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Orgrimmar.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8816,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8841,5875,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Orgrimmar. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8824,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8842,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with Thunder Bluff.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8817,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8843,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with Thunder Bluff. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8825,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8844,5875,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','Very well - your deeds have been entered into the records, and you are duly recognized for your efforts. Keep up the good work, $C.$B$BIf you have any more signets to hand in, then I am able to assist you further in that regard.','For those adventurers who have but a single commendation signet, I\'ll exchange it for a small amount of recognition with the Darkspear tribe.$B$BPlease bear in mind that it is better to hand over a stack of ten signets at once; your efforts will receive greater recognition in doing so. We offer a single signet exchange as a service for those who don\'t have enough for a full stack of ten.$B$BWith that being said, I stand ready to assist you if you still wish to hand in a single signet.','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8818,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8845,4044,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','Excellent! It is no small sacrifice that you\'ve made to earn these signets, and you will be acknowledged for your service appropriately. It\'s adventurers like you, $N, that truly make a difference.$B$BLet me know if you have additional signets to hand in; I\'ll gladly help you out with whatever ones you need exchanged.','I accept commendation signets from adventurers who have received them in the line of duty. For each set of ten that you hand to me, I\'ll make sure that you receive a significant acknowledgement of your deeds with the Darkspear tribe. I also accept single tokens, but at a much reduced rate of recognition. We are much more interested in greater feats of duty, though no feat will be ignored.$B$BWith that said, I\'ll gladly take your signets if you are ready to hand in a set.','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8826,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8846,4044,0,365,0,10,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Five Signets for War Supplies','','','Well then, it\'s settled; here are your supplies, $C. If you wish to do an additional exchange, then I am prepared to authorize it. Just give me the word and I\'ll make it happen.$B$BKeep up the good work, $N. We need all the materiel we can muster if we\'re going to win this thing. If we all do our part, then victory shall be ours for the taking!','Ah, here for additional supplies for yourself, are you? Well, I can certainly understand the need for additional materiel... just take a look around if you need any proof.$B$BI\'ll issue you some additional supplies, but you\'ll need to give me an appropriate number of commendation signets in exchange. You won\'t receive any recognition for surrendering the signets in this manner, but you might find something useful that will help keep you alive when battle is finally upon us.','','','','','',21436,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21509,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8847,4044,0,365,0,20,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Signets for War Supplies','','','','','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8848,4044,0,365,0,30,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fifteen Signets for War Supplies','','','','','','','','','',21436,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21511,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8849,4044,0,365,0,40,49,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Twenty Signets for War Supplies','','','','','','','','','',21436,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21512,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8850,4044,0,365,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Thirty Signets for War Supplies','','','','','','','','','',21436,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21513,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8851,5875,0,365,0,10,19,0,690,0,0,0,0,0,0,0,0,0,0,0,'Five Signets for War Supplies','','','','','','','','','',21438,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21509,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8852,4044,0,365,0,20,29,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Signets for War Supplies','','','','','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8853,4044,0,365,0,30,39,0,690,0,0,0,0,0,0,0,0,0,0,0,'Fifteen Signets for War Supplies','','','','','','','','','',21438,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21511,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8854,4044,0,365,0,40,49,0,690,0,0,0,0,0,0,0,0,0,0,0,'Twenty Signets for War Supplies','','','','','','','','','',21438,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21512,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8855,4044,0,365,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Thirty Signets for War Supplies','','','','','','','','','',21438,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21513,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8856,5875,1377,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,20807,1,'Desert Survival Kits','With the arrival of fresh recruits to Cenarion Hold comes the problem of keeping them alive in the desert. Dehydration as well as numerous poisonous creatures present a serious threat to inexperienced volunteers. Gather the supplies necessary for a desert survival kit and bring them to Calandrath in Cenarion Hold.','Bring 4 Globes of Water, 4 Powerful Anti-Venom and 4 Baked Salmon to Calandrath at the inn in Cenarion Hold in Silithus.','','','','','','','',7079,19440,20452,20807,0,0,4,4,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20800,20805,0,0,1,1,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(8857,4044,1377,0,64,51,60,0,0,0,0,0,0,0,0,0,0,0,21534,1,'Secrets of the Colossus - Ashi','I\'m looking for battle hardened adventurers willing and able to get a fresh husk sample from the fallen Colossus of Ashi to Oglethorpe in Booty Bay. No, no, I wouldn\'t want you to go anywhere near that thing\'s corpse. Just take one of my samples and make it snappy. These things are no good to him rotten!','Take the Colossus of Ashi\'s Husk to Oglethorpe Obnoticus in Booty Bay.\n','Oh the chickens I will craft from this wondrous husk! Well done, my $gboy:girl; !','Yes? What have you got there?','','','','','',21534,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21528,0,0,0,1,0,0,0,21,0,0,0,0,0,1000,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8858,4044,1377,0,64,51,60,0,0,0,0,0,0,0,0,0,0,0,21535,1,'Secrets of the Colossus - Regal','There ain\'t nothin\' I\'d like more than to stuff this bug husk down Oilfist\'s fat face... Cept, I\'m stuck here collectin\' samples from that overgrown cockroach. I\'ll be here \'till the wee mornin\' hours given the size o\' that thing.$B$BTake this here sample to Oilfist fer me and do it fast, $c. He\'s payin\' BIG!$B$BYar, Thorium Point - it be in the Searin\' Gorge.','Take the Colossus of Regal\'s Husk to Overseer Oilfist in Searing Gorge.\n','Excellent. We could surely devise some incredibly powerful armor from this chitin. Here\'s the riches you were promised.','Hmmm...','','','','','',21535,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21528,0,0,0,1,0,0,0,59,0,0,0,0,0,1000,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(8859,4044,1377,0,64,51,60,0,0,0,0,0,0,0,0,0,0,0,21533,1,'Secrets of the Colossus - Zora','My servants were nearly killed in their efforts to recover this sample. You absolutely must hurry! Lord Maxwell Tyrosus eagerly awaits a fresh husk sample. He believes that the secrets of this Colossus could help us in the war against the Scourge!$B$BWhy are you still here!? To Light\'s Hope! Yes, you will be rewarded handsomely for your efforts...\n','Take the Colossus of Zora\'s Husk to Lord Maxwell Tyrosus at Light\'s Hope Chapel in the Eastern Plaguelands.\n','Excellent and timely! Well done, $Glad:lass;.','You look a bit heavy in the boots, friend.','','','','','',21533,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21528,0,0,0,1,0,0,0,529,0,0,0,0,0,1000,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(8860,4044,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,21545,1,'New Year Celebrations!','Stormwind is holding a celebration for the new year! All day long today you can get free booze, and at night they\'ll put on a firework show! It should be pretty nice... but Booty Bay is also having a party today; I bet it\'ll be even better!$B$BWell anyway, Innkeeper Allison in Stormwind needs a supply of Smoky Wood Pasture fare to help feed all the party goers. Can you do me a favor and deliver it!$B$BThanks, $N! Innkeeper Allison is in the Gilded Rose, in the Trade District of Stormwind.','Bring the Smokywood Supplies to Innkeeper Allison in Stormwind.','Oh, my Smokywood supplies! Splendid! I\'ll need these to feed all the people in town for the celebration!$B$BThank you, $N. Please take this as payment, and don\'t forget to drink and dance with the revelers outside!','Greetings! Are you here for the party! Or perhaps you just need to rest those weary feet of yours...','','','','','',21545,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8861,4044,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,21545,1,'New Year Celebrations!','Thunder Bluff is holding a celebration for the new year! All day you\'ll find free booze there, and at night they\'ll put on a firework show!$B$BIt should be pretty nice... but Booty Bay is also having a party today; I bet it\'ll be even better!$B$BWell anyway, Innkeeper Pala in Thunder Bluff needs a supply of Smoky Wood Pasture fare to help feed all the party goers. Can you do me a favor and deliver it!$B$BThanks, $N! Innkeeper Pala is in the inn near the bridge to Hunter\'s Rise.','Bring the Smokywood Supplies to Innkeeper Pala in Thunder Bluff.','Oh, very good! These supplies will help feed all our people, here to celebrate the new year!$B$BI thank you, $N. You are in my debt. Please, take these coins... and heed my advice - drink heartily from the kegs outside, and join our revelers in a dance of celebration!','Good day, $C! Did you come to Thunder Bluff for our celebrations? Or are you here to rest a weary hoof between hunts?','','','','','',21545,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8862,5875,0,366,0,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elune\'s Candle','','','Very well then - I accept these coins of ancestry. Please take Elune\'s candle with my blessing. Also, please enjoy these complimentary fireworks.$B$BMay your Lunar Festival be joyous and filled with merriment, $N.$B$BAnd if you choose to face Omen and his minions, you will find Elune\'s candle quite useful...','Elune\'s candle is an artifact of great reverence to the disciples of the Lunar Festival. Stored within the candle is true moonlight, ready to be unleashed!$b$bThis light is harmless to most creatures, but you will find that Omen and his minions are burned and dazzled by it.','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21713,21640,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8863,5875,0,366,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Festival Dumplings','','','Excellent - please enjoy these dumplings with my compliments. While they are but a small token of appreciation for the honor you have brought upon yourself through your actions, I think you will enjoy them all the same.$B$BShould you have any more coins of ancestry, I stand ready to offer you a wide array of items in exchange.','If you are hungry, then you have come to the right place my friend!$B$BDumplings are the traditional food of the Lunar Festival; it has been served since the time of the first Lunar Festival, and I am pleased to be able to offer it at this one. In exchange for just a single coin of ancestry, I will share with you a sampling of one of the tastiest dishes you will ever enjoy!','','','','','',21100,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21537,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8864,5875,0,366,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Festive Lunar Dresses','','','Very well then - I accept these coins of ancestry. Please take your dress with my blessing. Also, please enjoy these complimentary fireworks.$B$BAs you have honored your elders, you honor me with your mere presence. Thank you, and may your Lunar Festival be joyous.','I have a selection of dresses that may be of interest to you. Such dresses have been worn in times past during the Lunar Festival, and the selection I have today is perhaps the finest I have ever seen. Each is hand-crafted with only the finest and softest of components.$B$BIn exchange for some coins of ancestry, I will let you choose one of the three styles I have to keep as your own. Is this acceptable to you?','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21157,21538,21539,0,0,0,1,1,1,0,0,0,21640,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8865,5875,0,366,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Festive Lunar Pant Suits','','','Very well then - I accept these coins of ancestry. Please take your pant suit with my blessing. Also, please enjoy these complimentary fireworks.$B$BShould you have more coins of ancestry to trade, then speak with me again. I will be offering various items throughout the entirety of the Lunar Festival.','I am please to inform you that I have a fine selection of festive pant suits available for you to own... but only in trade for coins of ancestry. If fashion is important to you, then these are what you\'re looking for! I assure you that you will not find pant suits like these anywhere else.$B$BIn exchange for some Coins of Ancestry, I will let you choose one of the three styles I have to keep as your own. Is this acceptable to you?','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21541,21544,21543,0,0,0,1,1,1,0,0,0,21640,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8866,5875,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bronzebeard the Elder','','','It is good to know the people of this land still pay homage to the olden races. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,168,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(8867,4044,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,8883,0,0,'Lunar Fireworks','Every year the druids of Moonglade hold a celebration of our city\'s great triumph over an ancient evil.$B$BWe celebrate the wisdom of our elders, share in magnificent feasts and of course... shoot fireworks!$B$BFor a small donation you can purchase colorful rockets from our vendor. Try using some of the launchers around here, $N.','Launch 8 Lunar Fireworks and 2 Cluster Fireworks and return to a Lunar Festival Harbinger at any capital city.','Well done, $N.$B$BNow that you\'re in the spirit of things, why don\'t you take this invitation to the festival in Moonglade.$B$BIt\'s quite an enjoyable celebration, if you have the time to spare. We share food, drink, stories and of course... more fireworks!$B$BOpen the invitation while standing inside the circle of greater moonlight and you\'ll be transported to Moonglade.','Did you find the launchers, $N?','','Lunar Fireworks Fired','Lunar Fireworks Cluster Fired','','',0,0,0,0,0,0,0,0,0,0,0,0,15893,15894,0,0,8,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21711,0,0,0,1,0,0,0,609,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8875,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8868,4044,0,22,74,40,-1,62,0,0,0,0,0,0,0,0,0,0,0,0,'Elune\'s Blessing','The beast Omen was once a hero of this world. A wolf of great strength and fortune, Omen fought beside the heroes of the War of the Ancients until he succumbed to demonic magics. Turning against his allies, he raged across Azeroth and carried death and terror in his wake.$B$BFinally defeated here, in Moonglade, Omen now sleeps among the silt of Lake Elune\'ara. But each new year, during the festival, he stirs...$B$BGather cohorts, $N, and summon and defeat the beast Omen. Earn the blessing of Elune!','Summon Omen, defeat him and gain Elune\'s Blessing. Return to Valadar Starsong in Nighthaven','Very well done, $n. Defeating Omen sent his spirit back to the waters of Elune\'ara. Although the beast himself is blessed by Elune and so cannot die, his anger will subside for another year.$b$bYour victory is a celebration, $n--a celebration of the might of Omen, of you and your allies, and of the peace you have given this tragic hero of our past.','','Receive Elune\'s Blessing.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21540,21640,7912,0,1,1,3,0,609,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,5),(8869,5875,0,121,8,50,60,81,0,0,164,200,0,0,0,0,0,0,0,0,'Sweet Serenity','Within the confines of the Scarlet Bastion lies sweet Serenity. The Crimson Hammersmith guards the recipe with his life. Defeat him and bring me his apron. For that, I shall train you to become a hammersmith.$B$BUnderstand this: Once you have chosen the path of the hammersmith, the paths of the swordsmith and axesmith will no longer be available.\n','Travel to Stratholme and kill the Crimson Hammersmith. Recover the Crimson Hammersmith\'s Apron and return to Lilith.\n','','','','','','','',13351,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12824,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17044,0,0,0,0,0,0,0,71400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8870,4044,0,366,8,1,-1,0,1101,0,0,0,0,0,0,0,0,8867,0,0,'The Lunar Festival','It\'s that time of the year, $N! The Cenarion Circle invites all denizens of Azeroth to partake in our celebration of the Lunar Festival. You will find the Lunar Festival Harbinger in this very city at a location marked by a blessed circle of moonlight. She can tell you more about the holiday.','Talk to the Lunar Festival Harbinger in the Mystic Ward of Ironforge. You can also talk to Lunar Festival Harbingers in other capital cities.','Welcome, $N. Are you here to join in the festivities?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'8871 8872 8873 8874 8875',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8871,4044,0,366,8,1,-1,0,1101,0,0,0,0,0,0,0,0,8867,0,0,'The Lunar Festival','It\'s that time of the year, $N! The Cenarion Circle invites all denizens of Azeroth to partake in our celebration of the Lunar Festival. You will find the Lunar Festival Harbinger in this very city at a location marked by a blessed circle of moonlight. She can tell you more about the holiday.','Talk to the Lunar Festival Harbinger in the Park District in Stormwind. You can also talk to Lunar Festival Harbingers in other capital cities.','Welcome, $N. Are you here to join in the festivities?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'8870 8872 8873 8874 8875',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8872,4044,0,366,8,1,-1,0,1101,0,0,0,0,0,0,0,0,8867,0,0,'The Lunar Festival','It\'s that time of the year, $N! The Cenarion Circle invites all denizens of Azeroth to partake in our celebration of the Lunar Festival. You will find the Lunar Festival Harbinger in this very city at a location marked by a blessed circle of moonlight. She can tell you more about the holiday.','Talk to the Lunar Festival Harbinger at the Cenarion Enclave in Darnassus. You can also talk to Lunar Festival Harbingers in other capital cities.','Welcome, $N. Are you here to join in the festivities?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'8870 8871 8873 8874 8875',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8873,4044,0,366,8,1,-1,0,690,0,0,0,0,0,0,0,0,8867,0,0,'The Lunar Festival','It\'s that time of the year, $N! The Cenarion Circle invites all denizens of Azeroth to partake in our celebration of the Lunar Festival. You will find the Lunar Festival Harbinger in this very city at a location marked by a blessed circle of moonlight. She can tell you more about the holiday.','Talk to the Lunar Festival Harbinger in the Valley of Wisdom in Orgrimmar. You can also talk to Lunar Festival Harbingers in other capital cities.','Welcome, $N. Are you here to join in the festivities?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'8870 8871 8872 8874 8875',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8874,5875,0,366,8,1,-1,0,690,0,0,0,0,0,0,0,0,8867,0,0,'The Lunar Festival','It\'s that time of the year, $N! The Cenarion Circle invites all denizens of Azeroth to partake in our celebration of the Lunar Festival. You will find the Lunar Festival Harbinger in this very city at a location marked by a blessed circle of moonlight. She can tell you more about the holiday.','Talk to the Lunar Festival Harbinger in the entrance to the Undercity. You can also talk to Lunar Festival Harbingers in other capital cities.','Welcome, $N. Are you here to join in the festivities?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'8870 8871 8872 8873 8875',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8875,4044,0,366,8,1,-1,0,690,0,0,0,0,0,0,0,0,8867,0,0,'The Lunar Festival','It\'s that time of the year, $N! The Cenarion Circle invites all denizens of Azeroth to partake in our celebration of the Lunar Festival. You will find the Lunar Festival Harbinger in this very city at a location marked by a blessed circle of moonlight. She can tell you more about the holiday.','Talk to the Lunar Festival Harbinger at the Elder Rise in Thunder Bluff. You can also talk to Lunar Festival Harbingers in other capital cities.','Welcome, $N. Are you here to join in the festivities?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'8870 8871 8872 8873 8874',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8876,5875,0,366,0,25,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Small Rockets','','','Ah, very well. Here are your recipes, $N, and my Elune bless you.','I hold the secrets to creating Lunar Festival rockets, and I am happy to share my knowledge with the honored.$B$BIn exchange for coins of ancestry, I can offer you the recipe to make a small rocket...','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21740,21640,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8877,5875,0,366,0,45,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Firework Launcher','','','Here you are, $N. Here is the schematic to create a firework launcher. Place launchers where you wish to celebrate, and then welcome your friends to join you!','Although rockets are a wonderful way to celebrate, in order to see their glory... they must be fired from a launcher.$B$BBring me coins of ancestry and I can offer you the knowledge to create rocket launchers like the ones you see in Moonglade.','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21738,21640,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8878,5875,0,366,0,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Festive Recipes','','','Here are the patterns, $N. I am sure you will find the product of this knowledge quite beautiful.','The dresses and pant suits you see are traditional clothes from many years past. They are worn in honor of old ways and loved ones gone.$B$BIf you bring me coins of ancestry, $N;, then I will give you the pattern to create traditional red dresses or suits.','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21722,21723,0,0,0,0,1,1,0,0,0,0,21640,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8879,5875,0,366,0,35,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Large Rockets','','','Very well - I accept these coins of ancestry. Here are your recipes, $N. May you use them to spread Elune\'s glory!','Large Festival rockets light up the sky brilliantly - only the cluster rockets rival their magnificence!$B$BBring me coins of ancestry, $N;, and I shall share the knowledge of their creation.','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21742,21640,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8880,5875,0,366,0,45,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cluster Rockets','','','Here you are, $N. Take these recipes and learn their secrets. I bid you fortune, and I look forward to seeing your magnificent creations.','Cluster rockets are a collection of individual rockets, and their beauty is awesome! Bring me coins of ancestry and I will share the knowledge of their creation to you...','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21741,21640,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8881,5875,0,366,0,55,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Large Cluster Rockets','','','Thank you, $N. Here is the recipe for large cluster rockets. May your products bring joy and luck to all those who gaze up them.','Large cluster rockets require vast resources and skill to create, but their brilliance and beauty is worth that effort! Bring me coins of ancestry and I will grant you the knowledge of their crafting.','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21743,21640,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8882,5875,0,366,0,55,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cluster Launcher','','','Here is your schematic. Study it closely, and learn...$B$BGood luck, $N. May your celebrations rival that of the Lunar Festival itself!','The most splendid fireworks shows must include cluster rockets, and those cluster rockets must be fired from cluster launchers! Is it not then logical for you to learn the secrets of making cluster launchers? Bring me coins of ancestry and I will give this knowledge to you.','','','','','',21100,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21737,21640,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8883,4044,0,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valadar Starsong','Now that you have your Lunar Festival invitation, you may travel to Moonglade! There you will find many revelers, and in the village of Nighthaven Valadar Starsong and his sister Fariel await those eager to participate in the celebration.$B$BTravel to Moonglade through the greater moonlight and speak with Valadar Starsong; see what prizes you might gain during the festival!','Use your Lunar Festival Invitation in the moonlight to travel to Moonglade. Speak with Valadar Starsong in Nighthaven when you arrive.','$N, welcome to Nighthaven, host of the Lunar Festival! Although our village is normally remote and sequestered from the peoples of Azeroth, during this time of celebration we open our arms and hearts to all.$B$BEnjoy your visit, $n, and speak with me or my sister again when ready.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',8867,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(8884,5875,3430,0,136,5,7,0,690,0,0,0,0,0,0,0,0,8885,0,0,'Fish Heads, Fish Heads...','Greetings, $c. Take a look toward the shore; what do you see? That\'s right, our beach... our Tranquil Shore, has been infested with the malignancy known as the murloc.$B$BThis blight will not stand!$B$BI have a task for you. If you feel that you\'re up to it, I would have their heads! Let us see if we can put a dent in their numbers so large that, if they have any sense at all, they will return to the murky depths from which they sprang!','Collect 8 Grimscale Murloc Heads. Return them to Hathvelion Sungaze in the Eversong Woods on the bluff overlooking the Tranquil Shore.','A job well done. by the smell of it, I\'d say you returned all that I asked for, and possibly more. I\'m sure we can find some use for these, in a stew, or somesuch.$B$BAlas, it does not appear that your efforts have done the trick; the murlocs are not in retreat. This calls for more direct action! ','We rangers of the Farstrider Retreat are dedicated to setting right the damage that has been wreaked upon our fair lands. We will go to any length to do so.$B$BI trust that you have returned with the murloc heads I tasked you to gather? ','','','','','',21757,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8885,5875,3430,0,136,5,9,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Mmmrrrggglll','The Grimscale murlocs have not been scared off by your efforts. But, I think I know what will send them packing, as well as get me some personal retribution.$B$BThey have a murloc chieftain that calls itself Mmmrrrggglll. It wanders the Golden Strand south of the river inlet. The beast once slew a compatriot of mine, and now wears his ring in open defiance and mockery.$B$BSlay Mmmrrrggglll, and bring back my friend\'s ring. Then we shall see these monsters cowed!','Retrieve the Ring of Mmmrrrggglll from the Grimscale chieftain\'s dead clutches. Return it to Hathvelion Sungaze in the Eversong Woods on the bluff overlooking the Tranquil Shore.','At last! Though the Grimscale did not route. as hoped, it was entertaining to watch them panic in confusion when you laid low their so-called chieftain. You have my thanks, and the gratitude of the sin\'dorei of Silvermoon City!$B$BPlease, take one of these in thanks for the service that you have rendered. ','You are the instrument of my success and revenge!$B$BHave you the ring? ','','','','','',21770,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23398,23395,23397,23396,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,'',8884,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8886,5875,3430,0,136,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Grimscale Pirates!','Thank goodness for you, $c! Those slimy Grimscale murlocs have pirated away my cargo! It\'s bad enough that the Wretched have stolen what little magical goods I had, but the murlocs took the rest! What has this land come to?$B$BCould you retrieve my cargo? I can\'t expect that you\'d be able to get all of it back, but I\'ll be grateful for any of it at this point. It was the Grimscale murlocs in the huts, just to the west and south of the anchorage on the Golden Strand, I\'m sure of it!\n','Retrieve 6 of Captain Kelisendra\'s Cargo and return them to Captain Kelisendra at the defended camp just to the east of the Sunsail Anchorage in Eversong Woods.','You did it! You\'ve saved me from ruin and delivered my revenge upon those disgusting creatures!$B$BNow if I can just get these pretty rangers here to help me with this cargo, I\'ll finally get out of here! I\'ll have to come back when Velendris has retaken the shipyard.$B$BHere, take this coin. It\'s what little I can afford, and the least that I can do to reward your efforts.','I am grateful for the assistance of someone like you, $N. It almost puts a smile on my face. But then I realize what these monsters have done to my ship and what\'s happening to Quel\'Thalas.$B$BHave you managed to retrieve any of my cargo?','','','','','',21771,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8887,5875,3430,0,128,5,8,0,690,0,0,0,0,0,0,0,0,0,21776,1,'Captain Kelisendra\'s Lost Rutters','Interesting... what you have found here is a water-proofed, leather tube containing a number of sheets of parchment. By the markings upon them, the pages are clearly navigation rutters, and each bears the signature of one Captain Kelisendra.$B$BYou\'ve heard of a small, defended camp just east of the nearby Sunsail Anchorage. Maybe the captain is there?','Return Captain Kelisendra\'s Lost Rutters to Captain Kelisendra at the defended camp just to the east of the Sunsail Anchorage in Eversong Woods.','Oh you sweet, sweet $C! I had no idea that those disgusting Grimscale murlocs had also pirated away with my navigation rudders! Without them, I would have no chance of navigating the seas again once we retake the anchorage and repair the ship.$B$BThank you very much! Here, take this coin as a sign of my appreciation.','Hello, $C, you\'re a sight for sore eyes. I know, it\'s crazy for me to be here, what with the anchorage overrun by the Wretched. Velendris and his rangers have sworn to protect me on the condition that I get out of here as soon as I\'ve recovered my cargo.$B$BWhat\'s that you have there... it looks vaguely familiar?','','','','','',21776,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8888,5875,3430,0,136,8,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Magister\'s Apprentice','$C, hear my request. For reasons that I cannot go into now, I decided to shut down my nearby school. A few days ago, I sent one of my pupils, Apprentice Loralthalis, there with this very task. I have not heard back from her since.$B$BWill you go to Duskwither Spire and check in on her, to make sure that she is well? You\'ll find it by heading north on the path out of Farstrider Retreat, then go to the right when the road branches.','Speak with Apprentice Loralthalis near Duskwither Spire in Eversong Woods.','The magister was concerned for my wellbeing? How sweet; I wish that he had shown such an interest before, when we were at the Spire.$B$BThat doesn\'t matter now. Please listen carefully, $C, as I have a favor to ask of you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8889,5875,3430,0,128,8,10,0,690,0,0,0,0,0,0,0,0,8890,24337,1,'Deactivating the Spire','As you may know, Magister Duskwither sent me back here to shut down the power sources that feed the Spire. There are three of them, each located in a different place inside.$B$BUnfortunately, I appear to be too late, and Duskwither Spire has been overrun with strange, magical creatures. While I haven\'t the expertise to accomplish this task, surely a $c, such as yourself, could do so easily?','Deactivate the 3 Duskwither Spire Power Sources inside Duskwither Spire. Then return the Deactivating Jewel to Apprentice Loralthalis in Eversong Woods.','I am grateful to you for your assistance, but saddened to hear that some of my fellow apprentices have fallen to their addiction.$B$BWith the power to the Spire cut off, I think I\'ll stay here a while and see if things calm down long enough for me to sneak in and retrieve their remains.','I can\'t be certain from this distance... have you already shut down the power to Duskwither Spire?','','First Power Source Deactivated','Second Power Source Deactivated','Third Power Source Deactivated','',0,0,0,24337,0,0,0,0,0,1,0,0,-180916,-180919,-180920,0,1,1,1,0,31614,31614,31614,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',8888,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(8890,5875,3430,0,136,8,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Word from the Spire','$N, I have one last favor to ask of you. Would you please relay what\'s transpired here to Magister Duskwither, back at the Farstrider Retreat? Let him know that I am well, but make certain that he is aware that some of the apprentices have become Wretched.$B$BThank you for your help!','Return to Magister Duskwither at the Farstrider Retreat in Eversong Woods.','No! I was too late. It is all my fault.$B$BMy investigation into purifying alternative magical sources got out of hand before I could put a stop to it. If only I had gone myself... or that they had listened to me, and heeded my warnings!$B$BI have blood on my hands, $C. I thank you, though, for putting to rest the tortured souls of my former apprentices. It is some small consolation that they will not linger in that state where a Blood Elf is better off dead.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23399,0,0,0,1,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',8889,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8891,5875,3430,0,128,8,10,0,690,0,0,0,0,0,0,0,0,0,21783,1,'Abandoned Investigations','You have discovered what appears to be an investigative journal left behind by Magister Duskwither. A brief scan of its contents reveal some shocking attempts at filtering corrupted magical flows, which might explain what has happened here at Duskwither Spire. The magister is sure to want this brought back to him.','Return Magister Duskwither\'s Journal to Magister Duskwither at the Farstrider Retreat in Eversong Woods.','Here it is, $N, the proof of my crime. This journal contains all of my ill-conceived studies.$B$BHeedless of the warnings, I continued my research, until it was almost too late. Then, when I grasped my error, I did what I could. But by then, some of my pupils had already gone too far. I evacuated the Spire to get them away from the corruption, but in my haste, forgot to shutdown the power sources.$B$BI will burn this tome so that no one else falls prey to its contents. I only wanted to help the sin\'dorei.','What\'s this? It looks familiar. Oh no, this journal... my investigations... this is what caused all of this in the first place.','','','','','',21783,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8892,5875,3430,0,136,5,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'Situation at Sunsail Anchorage','Sunsail Anchorage has been overrun by Wretched scum. As soon as we manage to get reinforcements to the area we\'ll show those thugs who\'s boss, $N.$B$BIn the meantime you can help by showing them a bit of discipline. Go in there and show them we are not to be trifled with. You will find Sunsail Anchorage just to the west of Fairbreeze Village.','Kill 5 Wretched Thugs and 5 Wretched Hooligans and report to Ranger Degolien in Eversong Woods.','That\'ll teach them not to mess with us. Good work, $N.','Did you teach those Wretched a lesson?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15645,16162,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',9256,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8893,4044,440,0,264,42,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Super Egg-O-Matic','','','You place the hippogryph egg into the machine. A series of beeps follows along with some strange mechanical sounds.$B$BIt appears that the Eggometer has weighed, measured, and packaged your egg. Now that\'s speedy service!','The Super Egg-O-Matic is the latest of Curgle Cranklehop\'s inventions. It is quite an impressive piece of machinery.$B$BThe Super Egg-O-Matic sputters wildly as you approach the control panel.','','','','','',8564,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8647,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2741,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8894,5875,3430,0,136,8,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Cleaning up the Grounds','It\'s horrible, I tell you! Strange things happening in the spire, the magister and his apprentices run off, and then the next thing that you know, the whole grounds are overrun with these magical beasties! And who told Wyllithen? No one, that\'s who!$B$B$C, you\'ve got to help me clear some of these things out... I cannot maintain the grounds while these \'anomalies\' are running amok!','Kill 6 Mana Serpents and 6 Ether Fiends and return to Groundskeeper Wyllithen at Duskwither Grounds in Eversong Woods.','Well, I suppose that will have to do, now won\'t it? Thanks for the help, $C. I can only hope to get this mess completely cleaned up before the Magister returns to Duskwither Spire.$B$BTake this pocket change; it\'s not much but it\'s all that I have at the moment. Feel free to dispatch a few more of the beasties on your way out, if you\'d be so kind.','Have you taken care of it then? Did you deal with a good number of those magical anomalies? What would I do if Magister Duskwither were to reappear with all of these things lurking about?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15966,15967,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9394,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8895,5875,3430,0,128,4,6,0,690,0,0,0,0,0,0,0,0,9119,21807,1,'Delivery to the North Sanctum','I\'m pleased to discover that you\'re at least somewhat competent, $N. I\'ll give you another task since you seem so eager to prove yourself.$B$BThis is a letter to Ley-Keeper Caidanis, the arcanist in charge of the upkeep of the North Sanctum. Go southwest of Falconwing Square and you will find him. He is a very important person, so I hope you don\'t bother him too much with trivial chatter.','Deliver the Unmarked Letter to Ley-Keeper Caidanis at the North Sanctum in Eversong Woods.','Thank you, $N. I\'ve been expecting this letter.','Yes, $C?','','','','','',21807,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,25,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',8472,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(8896,5875,3430,0,128,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dwarven Spy','Are you sure you found these notes on a Night Elf, then? Most of them are written in the Dwarven...$B$BProspector Anvilward! He was sent here from Ironforge on a diplomatic mission. I should\'ve known his interest in our Arcane Sanctums was a bit excessive. $N, find the dwarf in the North Sanctum and take care of him. Oh, and be discrete about it.','Find and kill Prospector Anvilward in the North Sanctum and report back to Aeldon Sunbrand in Eversong Woods.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8897,5875,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,21921,1,'Dearest Colara,','I\'ve got to keep watch here at the gate, but I\'m always worrying about my sweetheart, Colara. I only get to see her for a few hours, if I\'m lucky, and well, just look at me. I\'ve got a minor officer\'s pay and I could be called to the front any day now.$b$bWould she just forget about me? There are a lot of men in the city. A lot of rich ones.$b$bAnyways, I\'ve scribbled some things down... nothing much, but if you could take it to her for me, that\'d be great.','Deliver Lieutenant Heldric\'s Carefully Penned Note to Colara Dean outside the bank in Stormwind.','Oh, isn\'t that sweet! This is the first time he\'s ever sent me something. Do you suppose he\'s getting serious?$B$BColara Heldric? I suppose it has a ring to it. Oh, but I\'m getting ahead of myself. Thank you.','Hello there, handsome. Something I can help you with?','','','','','',21921,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0,0,0,0,0),(8898,4044,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,21920,1,'Dearest Colara,','I met a lass in Stormwind when I was last there on the bank\'s business. She stole my heart away. Now, I can\'t stop thinking about her! I\'d like to send her this message - I\'ve rewritten it twelve times!$b$bThe mail is so full now, and I want to make sure it gets there.$b$bIf you\'re heading that way, could you help me?','Deliver the Creased Letter to Colara Dean outside the bank in Stormwind.','Tormek? Oh yes, I do remember him. He had quite a nice beard and smile underneath.$B$BAh, I can\'t believe he remembered me!','Hello there, handsome. Something I can help you with?','','','','','',21920,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(8899,4044,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,21925,1,'Dearest Colara,','How to describe her beauty? Thousands of years of words and I am at a loss.$b$bThese mortals confound the mind and leave us babbling fools.$b$bI\'ve stared at these words too long. No more eloquent meaning can I squeeze from them. No, she must have it now, or some other suitor will surely steal her eye.','Deliver the Immaculate Letter to Colara Dean outside the bank in Stormwind.','I\'ve never received something like this before. How lovely!','Hello there, handsome. Something I can help you with?','','','','','',21925,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8900,4044,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,21926,1,'Dearest Elenia,','She was so sad. I could see that, once I saw past her state. I mean, she seemed sad - wouldn\'t you?$b$bBut after talking to her, there was a connection. I didn\'t think anyone could understand what I was thinking, but she could.$b$bWhen I told the others, they laughed at me, so I never spoke with her again. But I miss her. Can you take this letter to her for me? I want to be sure it finds her hands.','Deliver the Slightly Creased Note to Elenia Haydon near the bank in the Undercity.','You wouldn\'t expect an orc to be so eloquent. Of course, we never really had a chance to know them before now. Thank you for bringing this to me.','Oh, and to what do I owe this pleasure?','','','','','',21926,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8901,4044,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,22264,1,'Dearest Elenia,','Have you ever known love, young one? It was a thing foreign to me until lately, when I met a girl from the Undercity, Elenia. It is rare enough for one of my kind to look outside our own, let alone one of the Forsaken.$b$bBut now thoughts of her occupy my mind both days and nights.$b$bIf you can, could you take this letter to her? I want her to come here to Mulgore. I hope that she will say yes.','Deliver the Carefully Written Letter to Elenia Haydon near the bank in the Undercity.','What kind words Temma writes for me. But, as much as his words move me, I cannot consider the love of a tauren. In thoughts, body and mind we are too different.$B$BIt is good I do not have to receive these thoughts of his in person. I could not bear to break his heart.','Oh, and to what do I owe this pleasure?','','','','','',22264,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8902,4044,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,22265,1,'Dearest Elenia,','A lifetime ago, I was betrothed to marry Elenia, my childhood sweetheart. It\'s been years since I thought about her last, but of late, she frequently occupies my thoughts.$b$bPerhaps, even with everything that has passed, there can be some room in each other\'s lives for our love.$b$bI\'m sure she has changed, also. Can you deliver this letter to her for me? I am too nervous to give it in person.','Deliver the Lovingly Composed Letter to Elenia Haydon near the bank in the Undercity.','This brings back memories from a lifetime ago, $N. Elenia Tor. That was going to be my name, you know. We would have a beautiful ceremony out on the shores of the lake. When he retired, we\'d find a farm to retire to.$B$BSimple dreams, then.$B$BBut if he saw me now, I doubt he\'d even see Elenia in me. Only cold flesh and a dead heart...','Oh, and to what do I owe this pleasure?','','','','','',22265,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8903,4044,0,22,8,1,-1,0,1101,0,0,0,0,0,0,0,0,9024,0,0,'Dangerous Love','There\'s something unnatural about this epidemic of love. It\'s not proper, it\'s an eyesore, and at worst, it could be a threat to the safety of the Alliance itself.$b$bJust think: what if the guards have been taken in by this strange affliction? Something must be done.$b$bGo to one of the guards here in Stormwind and see if they\'ve been caught up in this foolishness.','Get a Stormwind Guard\'s Card and return it to Aristan Mottar in Stormwind.','So it is true. This is unbelievable. How could this have happened? Let me think for a moment. There must be a reason behind this.','Was I right to worry? Are the guards afflicted with this lovesickness?','','','','','',22143,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,24,1,0,0,0,0,0,2,1,22,0,0,0,0,0,0,6,0,0,0),(8904,5875,0,22,8,1,-1,0,0,0,0,0,0,0,0,0,0,8979,0,0,'Dangerous Love','There\'s something unnatural about this epidemic of love. It\'s disgusting, and as it lowers our defenses, it could be a threat to the all of us.$b$bIt\'s bad enough that so many of our people are caught up in this ridiculous behavior. But I think that it has spread even to our guardians, who should be immune to such things.$b$bFind one of our guardians and see if they\'ve been caught up in this foolishness.','Get a Guardian\'s Moldy Card and bring it to Fenstad Argyle in the Undercity.','So it is true. This is unbelievable. How could this have happened? Let me think for a moment. There must be a reason behind this.','Was I right to worry? Have our idiot guardians been overcome?','','','','','',22145,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8905,4044,1537,263,264,58,60,81,1101,1024,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Well met, $c. I\'ve something that might interest you.$B$BI have in my possession a set of armor much like the one worn by those of your profession, but of much higher quality. I\'d be willing to trade the bracers for ordinary ones in exchange for a small favor.$B$BThe blood of the frostsabers and bears that inhabit Winterspring has properties I\'m in need of at the moment. Bring me a sizeable sample of it along with the bracers and a small amount of gold. You shall find the effort worth your while.','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Wildheart Bracers to Deliana in Ironforge.','Excellent! Let\'s perform the trade then. It\'s hard to part with this excellent armor, but I\'m afraid I won\'t be needing it any time soon.$B$BIf you\'re interested in performing more work for me, I might be willing to give up the rest of the pieces.','Have you brought me what I requested of you, $N?','','','','','',21928,16714,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22108,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8906,4044,1537,261,264,58,60,81,1101,4,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Well met, $c. I\'ve something that might interest you.$B$BI have in my possession a set of armor much like the one worn by those of your profession, but of much higher quality. I\'d be willing to trade the bracers for ordinary ones in exchange for a small favor.$B$BThe blood of the frostsabers and bears that inhabit Winterspring has properties I\'m in need of at the moment. Bring me a sizeable sample of it along with the bracers and a small amount of gold. You shall find the effort worth your while.','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Beaststalker\'s Bindings to Deliana in Ironforge.','Excellent! Let\'s perform the trade then. It\'s hard to part with this excellent armor, but I\'m afraid I won\'t be needing it any time soon.$B$BIf you\'re interested in performing more work for me, I might be willing to give up the rest of the pieces.','Have you brought me what I requested of you, $N?','','','','','',21928,16681,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22011,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8907,4044,1537,161,264,58,60,81,1101,128,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Well met, $c. I\'ve something that might interest you.$B$BI have in my possession a set of armor much like the one worn by those of your profession, but of much higher quality. I\'d be willing to trade the bracers for ordinary ones in exchange for a small favor.$B$BThe blood of the frostsabers and bears that inhabit Winterspring has properties I\'m in need of at the moment. Bring me a sizeable sample of it along with the bracers and a small amount of gold. You shall find the effort worth your while.','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Magister\'s Bindings to Deliana in Ironforge.','Excellent! Let\'s perform the trade then. It\'s hard to part with this excellent armor, but I\'m afraid I won\'t be needing it any time soon.$B$BIf you\'re interested in performing more work for me, I might be willing to give up the rest of the pieces.','Have you brought me what I requested of you, $N?','','','','','',21928,16683,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22063,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8908,4044,1537,141,264,58,60,81,1101,2,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Well met, $c. I\'ve something that might interest you.$B$BI have in my possession a set of armor much like the one worn by those of your profession, but of much higher quality. I\'d be willing to trade the bracers for ordinary ones in exchange for a small favor.$B$BThe blood of the frostsabers and bears that inhabit Winterspring has properties I\'m in need of at the moment. Bring me a sizeable sample of it along with the bracers and a small amount of gold. You shall find the effort worth your while.','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Lightforge Bracers to Deliana in Ironforge.','Excellent! Let\'s perform the trade then. It\'s hard to part with this excellent armor, but I\'m afraid I won\'t be needing it any time soon.$B$BIf you\'re interested in performing more work for me, I might be willing to give up the rest of the pieces.','Have you brought me what I requested of you, $N?','','','','','',21928,16722,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22088,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8909,4044,1537,262,264,58,60,81,1101,16,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Well met, $c. I\'ve something that might interest you.$B$BI have in my possession a set of armor much like the one worn by those of your profession, but of much higher quality. I\'d be willing to trade the bracers for ordinary ones in exchange for a small favor.$B$BThe blood of the frostsabers and bears that inhabit Winterspring has properties I\'m in need of at the moment. Bring me a sizeable sample of it along with the bracers and a small amount of gold. You shall find the effort worth your while.','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with 1 set of Devout Bracers to Deliana in Ironforge.','Excellent! Let\'s perform the trade then. It\'s hard to part with this excellent armor, but I\'m afraid I won\'t be needing it any time soon.$B$BIf you\'re interested in performing more work for me, I might be willing to give up the rest of the pieces.','Have you brought me what I requested of you, $N?','','','','','',21928,16697,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22079,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8910,4044,1537,162,264,58,60,81,1101,8,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Well met, $c. I\'ve something that might interest you.$B$BI have in my possession a set of armor much like the one worn by those of your profession, but of much higher quality. I\'d be willing to trade the bracers for ordinary ones in exchange for a small favor.$B$BThe blood of the frostsabers and bears that inhabit Winterspring has properties I\'m in need of at the moment. Bring me a sizeable sample of it along with the bracers and a small amount of gold. You shall find the effort worth your while.','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Shadowcraft Bracers to Deliana in Ironforge.\n','Excellent! Let\'s perform the trade then. It\'s hard to part with this excellent armor, but I\'m afraid I won\'t be needing it any time soon.$B$BIf you\'re interested in performing more work for me, I might be willing to give up the rest of the pieces.','Have you brought me what I requested of you, $N?','','','','','',21928,16710,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22004,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8911,4044,1537,61,264,58,60,81,1101,256,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Well met, $c. I\'ve something that might interest you.$B$BI have in my possession a set of armor much like the one worn by those of your profession, but of much higher quality. I\'d be willing to trade the bracers for ordinary ones in exchange for a small favor.$B$BThe blood of the frostsabers and bears that inhabit Winterspring has properties I\'m in need of at the moment. Bring me a sizeable sample of it along with the bracers and a small amount of gold. You shall find the effort worth your while.','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Dreadmist Bracers to Deliana in Ironforge.\n','Excellent! Let\'s perform the trade then. It\'s hard to part with this excellent armor, but I\'m afraid I won\'t be needing it any time soon.$B$BIf you\'re interested in performing more work for me, I might be willing to give up the rest of the pieces.','Have you brought me what I requested of you, $N?','','','','','',21928,16703,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22071,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8912,4044,1537,81,264,58,60,81,1101,1,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Well met, $c. I\'ve something that might interest you.$B$BI have in my possession a set of armor much like the one worn by those of your profession, but of much higher quality. I\'d be willing to trade the bracers for ordinary ones in exchange for a small favor.$B$BThe blood of the frostsabers and bears that inhabit Winterspring has properties I\'m in need of at the moment. Bring me a sizeable sample of it along with the bracers and a small amount of gold. You shall find the effort worth your while.\n','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Bracers of Valor to Deliana in Ironforge.','Excellent! Let\'s perform the trade then. It\'s hard to part with this excellent armor, but I\'m afraid I won\'t be needing it any time soon.$B$BIf you\'re interested in performing more work for me, I might be willing to give up the rest of the pieces.','Have you brought me what I requested of you, $N?','','','','','',21928,16735,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21996,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8913,4044,1637,263,264,58,60,81,690,1024,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Hail, $c! I can tell by your demeanor that you\'ve seen and done much in this world. Yet I\'m willing to wager you haven\'t seen a piece of armor like this.$B$BPerform a small favor for me and I\'ll be willing to trade it to you for an ordinary set of bracers.$B$BI\'m in need of a sizeable sample of venom drawn from the spiders and scorpions that inhabit Silithus. Bring this to me along with a few gold coins and I\'ll perform the exchange.','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Wildheart Bracers to Mokvar in Orgrimmar.','Ah, yes. Mux will be quite happy with this.$B$BThose bracers were part of a larger armor set. If you\'re interested in providing me with further assistance, I\'d be willing to consider parting with the rest of it.','Have you obtained the items I require, $N?','','','','','',22381,16714,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22108,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8914,4044,1637,261,264,58,60,81,690,4,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Hail, $c! I can tell by your demeanor that you\'ve seen and done much in this world. Yet I\'m willing to wager you haven\'t seen a piece of armor like this.$B$BPerform a small favor for me and I\'ll be willing to trade it to you for an ordinary set of bracers.$B$BI\'m in need of a sizeable sample of venom drawn from the spiders and scorpions that inhabit Silithus. Bring this to me along with a few gold coins and I\'ll perform the exchange.','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Beaststalker\'s Bindings to Mokvar in Orgrimmar.','Ah, yes. Mux will be quite happy with this.$B$BThose bindings were part of a larger armor set. If you\'re interested in providing me with further assistance, I\'d be willing to consider parting with the rest of it.','Have you obtained the items I require, $N?','','','','','',22381,16681,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22011,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8915,4044,1637,161,264,58,60,81,690,128,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Hail, $c! I can tell by your demeanor that you\'ve seen and done much in this world. Yet I\'m willing to wager you haven\'t seen a piece of armor like this.$B$BPerform a small favor for me and I\'ll be willing to trade it to you for an ordinary set of bracers.$B$BI\'m in need of a sizeable sample of venom drawn from the spiders and scorpions that inhabit Silithus. Bring this to me along with a few gold coins and I\'ll perform the exchange.','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Magister\'s Bindings to Mokvar in Orgrimmar.\n','Ah, yes. Mux will be quite happy with this.$B$BThose bindings were part of a larger armor set. If you\'re interested in providing me with further assistance, I\'d be willing to consider parting with the rest of it.','Have you obtained the items I require, $N?','','','','','',22381,16683,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22063,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8916,4044,1637,262,264,58,60,81,690,16,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Hail, $c! I can tell by your demeanor that you\'ve seen and done much in this world. Yet I\'m willing to wager you haven\'t seen a piece of armor like this.$B$BPerform a small favor for me and I\'ll be willing to trade it to you for an ordinary set of bracers.$B$BI\'m in need of a sizeable sample of venom drawn from the spiders and scorpions that inhabit Silithus. Bring this to me along with a few gold coins and I\'ll perform the exchange.\n','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Devout Bracers to Mokvar in Orgrimmar.\n','Ah, yes. Mux will be quite happy with this.$B$BThose bracers were part of a larger armor set. If you\'re interested in providing me with further assistance, I\'d be willing to consider parting with the rest of it.','Have you obtained the items I require, $N?','','','','','',22381,16697,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22079,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8917,4044,1637,162,264,58,60,81,690,8,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Hail, $c! I can tell by your demeanor that you\'ve seen and done much in this world. Yet I\'m willing to wager you haven\'t seen a piece of armor like this.$B$BPerform a small favor for me and I\'ll be willing to trade it to you for an ordinary set of bracers.$B$BI\'m in need of a sizeable sample of venom drawn from the spiders and scorpions that inhabit Silithus. Bring this to me along with a few gold coins and I\'ll perform the exchange.','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Shadowcraft Bracers to Mokvar in Orgrimmar.\n','Ah, yes. Mux will be quite happy with this.$B$BThose bracers were part of a larger armor set. If you\'re interested in providing me with further assistance, I\'d be willing to consider parting with the rest of it.','Have you obtained the items I require, $N?','','','','','',22381,16710,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22004,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8918,4044,1637,82,264,58,60,81,690,64,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Hail, $c! I can tell by your demeanor that you\'ve seen and done much in this world. Yet I\'m willing to wager you haven\'t seen a piece of armor like this.$B$BPerform a small favor for me and I\'ll be willing to trade it to you for an ordinary set of bracers.$B$BI\'m in need of a sizeable sample of venom drawn from the spiders and scorpions that inhabit Silithus. Bring this to me along with a few gold coins and I\'ll perform the exchange.','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Bindings of Elements to Mokvar in Orgrimmar.\n','Ah, yes. That old goblin shall be quite happy with this blood.$B$BThose bindings were part of a larger armor set. If you\'re interested in providing me with further assistance I\'d be willing to consider parting with the rest of it.','Have you obtained the items I require, $N?','','','','','',22381,16671,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22095,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8919,4044,1637,61,264,58,60,81,690,256,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Hail, $c! I can tell by your demeanor that you\'ve seen and done much in this world. Yet I\'m willing to wager you haven\'t seen a piece of armor like this.$B$BPerform a small favor for me and I\'ll be willing to trade it to you for an ordinary set of bracers.$B$BI\'m in need of a sizeable sample of venom drawn from the spiders and scorpions that inhabit Silithus. Bring this to me along with a few gold coins and I\'ll perform the exchange.','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Dreadmist Bracers to Mokvar in Orgrimmar.','Ah, yes. Mux will be quite happy with this.$B$BThose bracers were part of a larger armor set. If you\'re interested in providing me with further assistance, I\'d be willing to consider parting with the rest of it.','Have you obtained the items I require, $N?','','','','','',22381,16703,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22071,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8920,4044,1637,81,8,58,60,81,690,1,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Hail, $c! I can tell by your demeanor that you\'ve seen and done much in this world. Yet I\'m willing to wager you haven\'t seen a piece of armor like this.$B$BPerform a small favor for me and I\'ll be willing to trade it to you for an ordinary set of bracers.$B$BI\'m in need of a sizeable sample of venom drawn from the spiders and scorpions that inhabit Silithus. Bring this to me along with a few gold coins and I\'ll perform the exchange.','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Bracers of Valor to Mokvar in Orgrimmar.\n','Ah, yes. Mux will be quite happy with this.$B$BThose bracers were part of a larger armor set. If you\'re interested in providing me with further assistance, I\'d be willing to consider parting with the rest of it.','Have you obtained the items I require, $N?','','','','','',22381,16735,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21996,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8921,4044,440,0,264,58,60,0,0,0,0,0,0,0,0,0,0,8924,0,0,'The Ectoplasmic Distiller','Ah, you\'re in need of my latest project... the extra-dimensional ghost revealer! Unfortunately I\'ve run out of funds and manpower.$B$BYou\'re willing to help? Excellent! Our first task is to build a device to harvest the very fabric of death! Building an ectoplasmic distiller won\'t be an easy task, $N.$B$BI\'ll need you to bring me an arcanite converter, some greater eternal essences and stonescale oil. I\'ll also need some volcanic ash from the lava pools in the Burning Steppes to build a filter.','Return to Mux Manascrambler in Gadgetzan with 1 Delicate Arcanite Converter, 4 Greater Eternal Essence, 10 Stonescale Oil, 25 Volcanic Ash and 40 gold.','These are precisely the materials I needed. Quite timely too, $N!$B$BIn mere moments I will have your distiller ready to go! In the meantime, take this as a reward for aiding me in my project.','I understand the materials are a bit pricey... but I promise you every last one of them shall be necessary!','','','','','',16006,16203,13423,22338,0,0,1,4,10,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22320,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-400000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8923,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8922,4044,440,0,0,58,60,0,1101,0,0,0,0,0,0,0,0,8921,21985,1,'A Supernatural Device','I must find a way to speak with Anthion Harmon... or more specifically, his ghost!$B$BI know of an engineer with a queer interest in the supernatural. He claims he can build a machine that allows him to speak with the dead!$B$BThe blood you collected was intended for him; travel to Gadgetzan and bring it to him as payment for his services! ','Bring the Sealed Blood Container to Mux Manascrambler inside Gadgetzan in Tanaris.','Excellent! Just as I was running low!$B$BYou say Deliana sent you?','You\'ve something for me?','','','','','',21985,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8923,4044,440,0,0,58,60,0,690,0,0,0,0,0,0,0,0,8921,22382,1,'A Supernatural Device','You must be quite brave to have stuck around after that. That or I\'ve piqued your interest with the piece of armor I gave you. There is more from where that came from, if you\'re still interested in aiding me.$B$BThe venom samples you collected are for an acquaintance of mine, Mux Manascrambler, an engineer with an interest in the supernatural. His latest project consists of a device that allows you to communicate with the dead! My last hope is to contact Anthion and find out more about my situation.','Take the Sealed Venom Container to Mux Manascrambler in Gadgetzan.','Excellent! Just as I was running low!$B$BYou say Mokvar sent you?','You wish to speak to me?','','','','','',22382,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8924,4044,440,0,0,58,60,0,0,0,0,0,0,0,0,0,0,8925,21946,1,'Hunting for Ectoplasm','A fine piece of engineering, if I do say so myself! You will need to travel a bit, I\'m afraid, in order to find the incorporeal undead we require.$B$BYou see, different climates lend different consistencies to the spectral fabric of the dead. The tortured night elves of Silithus, the spirits of the highborne from Winterspring and the ghosts and banshees of the Eastern Plaguelands should give us the different types of ectoplasm we need. Be sure to place the distiller nearby before you harvest them!','Use the Ectoplasmic Distiller near incorporeal undead to collect 12 Scorched Ectoplasms in Silithus, 12 Frozen Ectoplasms in Winterspring and 12 Stable Ectoplasms in the Eastern Plaguelands. Bring them along with the Ectoplasmic Distiller back to Mux Manascrambler in Gadgetzan.','Yes, these will do great!$B$BBy tapping into the otherworldly energies contained within these substances we\'ll be able to reach out to those whose souls haven\'t quite left this world yet!','Have you gathered the ectoplasm yet, $R?','','','','','',21937,21936,21935,21946,0,0,12,12,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8921,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8925,4044,440,0,8,58,60,0,0,0,0,0,0,0,0,0,0,8928,0,0,'A Portable Power Source','Next we shall need to find a stable and portable source of energy to keep the ectoplasm active. I\'ve heard rumors of a mighty elemental called Magma Lord Bokk, whose heart is a powerful magma core - an endless supply of heat!$B$BIt\'s said he can be found in the Burning Steppes, south of Blackrock Mountain. Bring the magma core to me and we shall have enough juice to power the extra-dimensional ghost revealer!','Find Magma Lord Bokk in the Burning Steppes, obtain his Magma Core and bring it to Mux Manascrambler in Gadgetzan.','You\'ve done it! This will certainly provide enough energy to power up the extra-dimensional ghost revealer!','Have you found the Magma Lord, $N?','','','','','',21938,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8924,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8926,4044,1537,263,8,58,60,81,1101,1024,0,0,0,0,0,0,0,8929,0,0,'Just Compensation','You kept your word and brought the device built by Mux. I believe a reward is in order if I\'m to keep you interested in saving my skin. Bring me the belt and set of gloves that you wish to upgrade. I promise the ones I give you in return will be far superior.','Bring a Wildheart Belt and a set of Wildheart Gloves Deliana in Ironforge.','You\'ve kept your end of the bargain, I shall keep mine.$B$BJust remember that I\'m holding on to the best pieces until your work is finished.','You\'re ready to perform the trade?','','','','','',16716,16717,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22106,22110,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8927,4044,1637,263,8,58,60,81,690,1024,0,0,0,0,0,0,0,8930,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gloves. If we both see this through I shall make the rest of the pieces available to you.','Bring a Wildheart Belt and a set of Wildheart Gloves to Mokvar in Orgrimmar.','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16716,16717,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22106,22110,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8928,4044,440,0,8,58,60,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Shifty Merchant','The core will provide us with enough juice to power our device; now we just have to build a rod that can channel that energy without melting.$B$BI met an imp in Winterspring that sold all manner of exotic goods. He had an elemental rod that would do perfectly. I\'m kicking myself in the head right now for not having bought it.$B$BHe lives inside a cave in the entrance to Darkwhisper Gorge. Sneak in there and try to find him.$B$BMake sure he only charges you forty gold; that\'s the price he quoted me!','Search for an imp inside a cave at the entrance of Darkwhisper Gorge in southern Winterspring, purchase a Fel Elemental Rod and return to Mux Manascrambler in Gadgetzan.','You did it! This rod will do perfectly. Now to put it all together...','Have you had any luck finding the imp in Darkwhisper Gorge?','','','','','',21939,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',8925,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(8929,4044,139,0,0,58,60,0,1101,0,0,0,0,0,0,0,0,8945,22115,1,'In Search of Anthion','Well, nothing left for us to do but try out the goblin\'s invention. Word has it that Anthion was mowed down by the undead legions of Stratholme as he tried to enter its gates.$B$BTry using the device there and find out whatever Anthion knew.','Use the Extra-Dimensional Ghost Revealer at the entrance to Stratholme and speak with the ghost of Anthion Harmon.','Deliana had you contact me? I\'ll do my best to help you, but first I must ask a great favor of you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8926,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8930,4044,139,0,0,58,60,0,690,0,0,0,0,0,0,0,0,8945,22115,1,'In Search of Anthion','Very well, $N. All that remains is to put the goblin\'s invention to the test. Word has it that Anthion was slain by the undead legions of Stratholme as he tried to enter its gates.$B$BTry using the device there and see if, indeed, you can speak with the dead!','Use the Extra-Dimensional Ghost Revealer at the entrance to Stratholme and speak with the ghost of Anthion Harmon.','Mokvar had you contact me? I\'ll do my best to help you, but first I must ask a great favor of you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8931,4044,1537,261,8,58,60,81,1101,4,0,0,0,0,0,0,0,8929,0,0,'Just Compensation','You kept your word and brought the device built by Mux. I believe a reward is in order if I\'m to keep you interested in saving my skin. Bring me an ordinary belt and a set of gloves that you wish to upgrade.','Bring a Beaststalker\'s Belt and a set of Beaststalker\'s Gloves to Deliana in Ironforge.','You\'ve kept your end of the bargain, I shall keep mine.$B$BJust remember that I\'m holding on to the best pieces until your work is finished.','You\'re ready to perform the trade?','','','','','',16680,16676,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22010,22015,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8932,4044,1537,161,8,58,60,81,1101,128,0,0,0,0,0,0,0,8929,0,0,'Just Compensation','You kept your word and brought the device built by Mux. I believe a reward is in order if I\'m to keep you interested in saving my skin. Bring me an ordinary belt and a set of gloves that you wish to upgrade.','Bring a Magister\'s Belt and a set of Magister\'s Gloves to Deliana in Ironforge.\n','You\'ve kept your end of the bargain, I shall keep mine.$B$BJust remember that I\'m holding on to the best pieces until your work is finished.','You\'re ready to perform the trade?','','','','','',16685,16684,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22062,22066,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8933,4044,1537,141,8,58,60,81,1101,2,0,0,0,0,0,0,0,8929,0,0,'Just Compensation','You kept your word and brought the device built by Mux. I believe a reward is in order if I\'m to keep you interested in saving my skin. Bring me the belt and set of gauntlets that you wish to upgrade. I promise the ones I give you in return will be far superior.','Bring a Lightforge Belt and a set of Lightforge Gauntlets to Deliana in Ironforge.\n','You\'ve kept your end of the bargain, I shall keep mine.$B$BJust remember that I\'m holding on to the best pieces until your work is finished.','You\'re ready to perform the trade?','','','','','',16723,16724,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22086,22090,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8934,4044,1537,262,8,58,60,81,1101,16,0,0,0,0,0,0,0,8929,0,0,'Just Compensation','You kept your word and brought the device built by Mux. I believe a reward is in order if I\'m to keep you interested in saving my skin. Bring me the belt and set of gloves that you wish to upgrade. I promise the ones I give you in return will be far superior.','Bring a Devout Belt and a set of Devout Gloves to Deliana in Ironforge.','You\'ve kept your end of the bargain, I shall keep mine.$B$BJust remember that I\'m holding on to the best pieces until your work is finished.','You\'re ready to perform the trade?','','','','','',16696,16692,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22078,22081,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8935,4044,1537,162,8,58,60,81,1101,8,0,0,0,0,0,0,0,8929,0,0,'Just Compensation','You kept your word and brought the device built by Mux. I believe a reward is in order if I\'m to keep you interested in saving my skin. Bring me the belt and set of gloves that you wish to upgrade. I promise the ones I give you in return will be far superior.','Bring a Shadowcraft Belt and a set of Shadowcraft Gloves to Deliana in Ironforge.','You\'ve kept your end of the bargain, I shall keep mine.$B$BJust remember that I\'m holding on to the best pieces until your work is finished.','You\'re ready to perform the trade?','','','','','',16713,16712,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22002,22006,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8936,4044,1537,61,8,58,60,81,1101,256,0,0,0,0,0,0,0,8929,0,0,'Just Compensation','You kept your word and brought the device built by Mux. I believe a reward is in order if I\'m to keep you interested in saving my skin. Bring me the belt and set of gloves that you wish to upgrade. I promise the ones I give you in return will be far superior.','Bring a Dreadmist Belt and a set of Dreadmist Wraps to Deliana in Ironforge.','You\'ve kept your end of the bargain, I shall keep mine.$B$BJust remember that I\'m holding on to the best pieces until your work is finished.','You\'re ready to perform the trade?','','','','','',16702,16705,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22070,22077,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8937,4044,1537,81,8,58,60,81,1101,1,0,0,0,0,0,0,0,8929,0,0,'Just Compensation','You kept your word and brought the device built by Mux. I believe a reward is in order if I\'m to keep you interested in saving my skin. Bring me the belt and set of gauntlets that you wish to upgrade. I promise the ones I give you in return will be far superior.','Bring a Belt of Valor and a set of Gauntlets of Valor to Deliana in Ironforge.','You\'ve kept your end of the bargain, I shall keep mine.$B$BJust remember that I\'m holding on to the best pieces until your work is finished.','You\'re ready to perform the trade?','','','','','',16736,16737,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21994,21998,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8938,4044,1637,261,8,58,60,81,690,4,0,0,0,0,0,0,0,8930,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gloves. If we both see this through I shall make the rest of the pieces available to you.','Bring a Beaststalker\'s Belt and a set of Beaststalker\'s Gloves to Mokvar in Orgrimmar.','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16680,16676,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22010,22015,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8939,4044,1637,161,8,58,60,81,690,128,0,0,0,0,0,0,0,8930,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gloves. If we both see this through I shall make the rest of the pieces available to you.','Bring a Magister\'s Belt and a set of Magister\'s Gloves to Mokvar in Orgrimmar.','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16685,16684,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22062,22066,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8940,4044,1637,262,8,58,60,81,690,16,0,0,0,0,0,0,0,8930,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gloves. If we both see this through I shall make the rest of the pieces available to you.','Bring a Devout Belt and a set of Devout Gloves to Mokvar in Orgrimmar.','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16696,16692,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22078,22081,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8941,4044,1637,162,8,58,60,81,690,8,0,0,0,0,0,0,0,8930,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gloves. If we both see this through I shall make the rest of the pieces available to you.','Bring a Shadowcraft Belt and a set of Shadowcraft Gloves to Mokvar in Orgrimmar.','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16713,16712,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22006,22002,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8942,4044,1637,82,8,58,60,81,690,64,0,0,0,0,0,0,0,8930,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gauntlets. If we both see this through I shall make the rest of the pieces available to you.','Bring a Cord of Elements and a set of Gauntlets of Elements to Mokvar in Orgrimmar.\n','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16673,16672,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22098,22099,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8943,4044,1637,61,8,58,60,81,690,256,0,0,0,0,0,0,0,8930,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gloves. If we both see this through I shall make the rest of the pieces available to you.','Bring a Dreadmist Belt and a set of Dreadmist Wraps to Mokvar in Orgrimmar.\n','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16702,16705,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22070,22077,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8944,4044,1637,81,8,58,60,81,690,1,0,0,0,0,0,0,0,8930,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gauntlets. If we both see this through I shall make the rest of the pieces available to you.','Bring a Belt of Valor and a set of Gauntlets of Valor to Mokvar in Orgrimmar.\n','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16736,16737,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21994,21998,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8945,4044,2017,0,262152,58,60,81,0,0,0,0,0,0,0,0,0,8946,0,0,'Dead Man\'s Plea','I\'ll provide you the information you ask for, $N. But more pressing matters are at hand.$B$BMy beloved wife has been taken prisoner by Rivendare\'s undead scum.$B$BI strongly objected to her joining the Argent Dawn\'s foolish crusade, yet that\'s not of importance anymore. You must finish what I attempted to do, you must rescue Ysida from the clutches of the Baron!','Go into Stratholme and rescue Ysida Harmon from Baron Rivendare.','Thank you for rescuing me... I feared for my life. Please accept this as a small token of my gratitude.$B$BAnthion is... no... he can\'t be...','Tell me, is Ysida alive?','','Ysida Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,16031,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22137,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8930,8929,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8946,4044,139,0,0,58,60,0,0,0,0,0,0,0,0,0,0,8947,22139,1,'Proof of Life','It is the cruelest of fates that my beloved has perished while trying to rescue me. Yet, you claim to possess the ability to converse with him.$B$BBring him this locket as proof that I am well. He must not linger in this world; my heart would not be able to bear it.$B$BFarewell, $N. I shall be in your debt always.','Bring Ysida\'s Locket to Anthion Harmon in Eastern Plaguelands.','That locket... you found her! I can rest in peace at long last.$B$BI shall now answer any questions you might have, $N. But make haste, my time in this world is not long.','Ysida... is she alive?','','','','','',22139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8945,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8947,4044,139,0,8,58,60,0,0,0,0,0,0,0,0,0,0,8948,0,0,'Anthion\'s Strange Request','We didn\'t realize the importance of Valthalak\'s medallion, so it was divided along with the rest of the spoils. The first piece was taken by a dwarf named Theldren. I tried to retrieve it from him and he beat me within an inch of my life. You shall have to take the fragment by force.$B$BLast I heard of him, he\'d become a gladiator for the Dark Iron dwarves. Getting him to fight you is going to present a bit of a challenge, though.$B$BGather the following materials for me. You\'re going to need them.','Bring 3 Dark Iron Bars, 20 Enchanted Leather, 3 Mooncloth and 4 Cured Rugged Hides to Anthion Harmon in the Eastern Plaguelands.','Excellent. I shall transmute these into something more suitable to our needs.','Did you obtain the materials I asked for, $N?','','','','','',11371,12810,14342,15407,0,0,3,20,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8946,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8948,4044,2557,0,0,58,60,81,0,0,0,0,0,0,0,0,0,8949,21983,1,'Anthion\'s Old Friend','Theldren is not one to willingly participate in a fair fight. I\'ve shaped this banner to display his family colors.$B$BWith some additional sorcery, this banner shall provoke him in a way he won\'t be able to resist.$B$BAn old acquaintance of mine named Falrin knows the exact procedure required. He has a particular way of... aggravating people. You shall find him at the library in Dire Maul.','Take the incomplete Banner of Provocation to Falrin Treeshaper at the library in Dire Maul.','Anthion sent you, you say? I thought he was dead. I guess I\'ve heard stranger things in my life.$B$BVery well, then. What is it you want me to do with this banner?','Speak up stranger, can\'t you see I\'m busy?','','','','','',21983,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8947,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8949,4044,2557,0,8,58,60,81,0,0,0,0,0,0,0,0,0,8950,0,0,'Falrin\'s Vendetta','Yes, it is true that I am familiar with this enchantment you require, $c. Yet I\'m not one to give out favors freely, even if you were sent here by an old friend.$B$BI hold nothing but hatred and contempt for our brutish ogre neighbors. And not only them, I hate the followers of Omokk just as much as I hate those that follow King Gordok.$B$BI want you to kill them. Kill lots of them! Bring me the beads they carry around their neck as proof of your work. Do this and we shall talk about your request.','Collect 25 Ogre Warbeads from Ogres inside Dire Maul or Blackrock Spire and return to Falrin Treeshaper inside the Athenaeum in Dire Maul.','Hmmm... strangely enough I don\'t feel any better about my brother\'s death at the hands of those brutes.$B$BWell, you held your end of the bargain. Let\'s see what I can do for you.','Have you performed the favor I asked of you, $N?','','','','','',21982,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22150,22149,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8948,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8950,4044,2557,0,8,58,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Instigator\'s Enchantment','I can place the enchantment you require on the banner quite easily, $N. Unfortunately I don\'t have the materials I need as it is very rarely that someone asks for this sort of charm.$B$BI will require the essence of one of the Eldreth ghosts that haunt these halls, a handful of Scholomance dark runes and some large brilliant shards. Bring me these reagents and I shall perform this task for you.','Bring the following to Falrin Treeshaper inside Dire Maul: 1 Jeering Spectre\'s Essence, 4 Dark Runes and 8 Large Brilliant Shards.','Yes, these will do just fine. After I\'m done, no force in the world will be able to stop your victim from accepting your challenge.','Have you gathered the materials I require, $N?','','','','','',22224,20520,14344,0,0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8949,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8951,4044,1537,263,0,58,60,81,1101,1024,0,0,0,0,0,0,0,8960,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces. Speak to her about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Deliana in Ironforge with a set of Wildheart Boots, a Wildheart Kilt and Wildheart Spaulders.','I can\'t believe our lives are all but forfeit all because of a stupid medallion! And you\'re sure Anthion mentioned Bodley?$B$BWell, you\'ve done your job so let\'s get your reward out of the way.','You\'re back, $N. You must tell me all about what you\'ve found out. But first let us arrange for your reward.','','','','','',16715,16719,16718,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22107,22111,22112,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8952,4044,1537,261,0,58,60,81,1101,4,0,0,0,0,0,0,0,8960,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces. Speak to her about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Deliana in Ironforge with a set of Beaststalker\'s Boots, Beaststalker\'s Pants and Beaststalker\'s Mantle.','I can\'t believe our lives are all but forfeit all because of a stupid medallion! And you\'re sure Anthion mentioned Bodley?$B$BWell, you\'ve done your job so let\'s get your reward out of the way.','You\'re back, $N. You must tell me all about what you\'ve found out. But first let us arrange for your reward.','','','','','',16675,16678,16679,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22061,22017,22016,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8953,4044,1537,161,0,58,60,81,1101,128,0,0,0,0,0,0,0,8960,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces. Speak to her about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Deliana in Ironforge with a set of Magister\'s Boots, Magister\'s Leggings and Magister\'s Mantle.','I can\'t believe our lives are all but forfeit all because of a stupid medallion! And you\'re sure Anthion mentioned Bodley?$B$BWell, you\'ve done your job so let\'s get your reward out of the way.','You\'re back, $N. You must tell me all about what you\'ve found out. But first let us arrange for your reward.','','','','','',16682,16687,16689,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22064,22067,22068,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8954,4044,1537,141,0,58,60,81,1101,2,0,0,0,0,0,0,0,8960,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces. Speak to her about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Deliana in Ironforge with a set of Lightforge Boots, Lightforge Legplates and Lightforge Spaulders.','I can\'t believe our lives are all but forfeit all because of a stupid medallion! And you\'re sure Anthion mentioned Bodley?$B$BWell, you\'ve done your job so let\'s get your reward out of the way.','You\'re back, $N. You must tell me all about what you\'ve found out. But first let us arrange for your reward.','','','','','',16725,16728,16729,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22087,22092,22093,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8955,4044,1537,262,0,58,60,81,1101,16,0,0,0,0,0,0,0,8960,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces. Speak to her about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Deliana in Ironforge with a set of Devout Sandals, Devout Skirt and Devout Mantle.','I can\'t believe our lives are all but forfeit all because of a stupid medallion! And you\'re sure Anthion mentioned Bodley?$B$BWell, you\'ve done your job so let\'s get your reward out of the way.','You\'re back, $N. You must tell me all about what you\'ve found out. But first let us arrange for your reward.','','','','','',16691,16694,16695,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22084,22085,22082,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8956,4044,1537,162,0,58,60,81,1101,8,0,0,0,0,0,0,0,8960,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces. Speak to her about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Deliana in Ironforge with a set of Shadowcraft Boots, Shadowcraft Pants and Shadowcraft Spaulders.','I can\'t believe our lives are all but forfeit all because of a stupid medallion! And you\'re sure Anthion mentioned Bodley?$B$BWell, you\'ve done your job so let\'s get your reward out of the way.','You\'re back, $N. You must tell me all about what you\'ve found out. But first let us arrange for your reward.','','','','','',16711,16709,16708,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22003,22007,22008,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8957,4044,1637,82,0,58,60,81,690,64,0,0,0,0,0,0,0,9032,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the amulet back together. Return to Mokvar and tell him that Bodley is his only hope for finding the remaining pieces. Speak to him about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Mokvar in Orgimmar with a set of Boots of Elements, Kilt of Elements and Pauldrons of Elements.','I can\'t believe our lives are all but forfeit all because of a stupid medallion! And you\'re sure Anthion mentioned Bodley?$B$BWell, you\'ve done your job so let\'s get your reward out of the way.','You\'re back, $N. You must tell me all about what you\'ve found out. But first let us arrange for your reward.','','','','','',16670,16668,16669,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22096,22100,22101,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8958,4044,1537,61,0,58,60,81,1101,256,0,0,0,0,0,0,0,8960,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces. Speak to her about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Deliana in Ironforge with a set of Dreadmist Sandals, Dreadmist Leggings and Dreadmist Mantle.','I can\'t believe our lives are all but forfeit all because of a stupid medallion! And you\'re sure Anthion mentioned Bodley?$B$BWell, you\'ve done your job so let\'s get your reward out of the way.','You\'re back, $N. You must tell me all about what you\'ve found out. But first let us arrange for your reward.','','','','','',16704,16699,16701,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22076,22072,22073,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8959,4044,1537,81,0,58,60,81,1101,1,0,0,0,0,0,0,0,8960,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces. Speak to her about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Deliana in Ironforge with a set of Boots of Valor, Legplates of Valor and Spaulders of Valor.','I can\'t believe our lives are all but forfeit all because of a stupid medallion! And you\'re sure Anthion mentioned Bodley?$B$BWell, you\'ve done your job so let\'s get your reward out of the way.','You\'re back, $N. You must tell me all about what you\'ve found out. But first let us arrange for your reward.','','','','','',16734,16732,16733,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21995,22000,22001,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8960,4044,25,0,8,58,60,0,1101,0,0,0,0,0,0,0,0,8961,0,0,'Bodley\'s Unfortunate Fate','So we need to recover the rest of the medallion? Finding Bodley\'s going to be a bit of a headache. He went back to Blackrock Mountain to attempt to re-enter Blackrock Spire and never came back.$B$BI\'d suggest taking the goblin\'s ghost revealing device with you, as I fear the worst might have happened.','Travel to Blackrock Mountain and use the Extra-Dimensional Ghost Revealer to find Bodley near Blackrock Spire.','I am so glad that you can see me. Finally someone to talk to!$B$BWill you help us, $N? Help to undo the wrong that we perpetrated and put things to right? If it\'s true that you already have the Top Piece of Lord Valthalak\'s Amulet, then I think I can point you in the right direction to acquire the other two parts, reunite them and put an end to all of this.$B$BOh, by the way, hello, my name is Bodley. Nice to meet you!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8951,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(8961,4044,25,0,72,58,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Three Kings of Flame','In order to summon Lord Valthalak we\'re first going to need to gather the other two-thirds of the amulet. To do that we need to get a brazier and some special coals to burn in it.$B$BThere are three nobles of fire, Lord Incedius in Blackrock Depths, Pyroguard Emberseer in Blackrock Spire and The Duke of Cynders in Silithus, with what we need. Collect from each a piece of their remains, and then return to me with a Hallowed Brazier, which can be purchased from the Argent Dawn if you are honored by them.','Gather the Incendicite of Incendius, the Ember of Emberseer and the Cinder of Cynders, along with a Hallowed Brazier, and return them to Bodley inside Blackrock Mountain.','I\'m impressed, $C, but there\'s no time to lose. I will give you your next task, because you will still need to acquire a few more important components before we can proceed.$B$BSpeak to me again when you feel that you are ready for the challenge that lies ahead.','It was our folly... our doom that we took that last job. If only we hadn\'t inadvertently stolen Lord Valthalak\'s spirit, which was contained in the amulet; if only there weren\'t those in our mercenary group that had been so greedy and divided it up amongst themselves. I\'d be alive today, maybe tossing back a beer, or tossing one of my kids into the air.$B$B$N, don\'t let the avarice of the ignoble in our old mercenary company be your doom as well.','','','','','',21987,21988,21989,22014,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',9032,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8962,4044,25,0,8,58,60,1,0,0,0,0,0,0,0,0,0,8966,0,0,'Components of Importance','$C, listen closely. Now that we have the brazier, and the means to light it, we still need another component to suffuse it with; something that will provide a focus strong enough to entice the spirit of my deceased, former comrade.$B$BMor Grayhoof, our most prominent druid, had many close friends amongst the Cenarion Circle, some of which have fallen to the silithid. I need you to retrieve some Druidical Remains from the silithid that inhabit the environs of Hive\'Regal in southeastern Silithus.','Acquire Druidical Remains and return them to Bodley inside Blackrock Mountain.','A job well done, $N. I will imbue the essence of the remains into the brazier.$B$BNow all that is left is to go to the lower portion of Blackrock Spire, to the chamber where War Master Voone resides in Tazz\'Alaor, and use the brazier to summon forth the corrupted spirit of my former cohort, Mor Grayhoof. He cannot rest until the amulet piece is taken from him.','Have you returned already then, $C, with what I sent you out to gather?','','','','','',22226,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8961,0,0,0,'8963 8964 8965',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8963,4044,25,0,8,58,60,1,0,0,0,0,0,0,0,0,0,8967,0,0,'Components of Importance','$C, listen closely. Now that we have the brazier, and the means to light it, we still need another component to suffuse it with; something that will provide a focus strong enough to entice the spirit of my deceased, former comrade.$B$BIsalien, our priestess, grew up in Winterspring at Starbreeze Village. I need you to gather a Starbreeze Village Relic from the Frostmaul giants of Frostwhisper Gorge in southern Winterspring, who are known for raiding to the north from time to time.','Acquire a Starbreeze Village Relic and return it to Bodley inside Blackrock Mountain.','A job well done, $N. I will imbue the essence of the relic into the brazier.$B$BNow all that is left is to go to the Shrine of Eldretharr in the east wing of Dire Maul, and use the brazier to summon forth the spirit of my former cohort, Isalien. Her spirit has been corrupted by her possession of the piece of Valthalak\'s amulet, and the portion of his soul within it.','Have you returned already then, $C, with what I sent you out to gather?','','','','','',22227,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8961,0,0,0,'8962 8964 8965',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8964,4044,25,0,8,58,60,1,0,0,0,0,0,0,0,0,0,8968,0,0,'Components of Importance','$C, listen closely. Now that we have the brazier, and the means to light it, we still need another component to suffuse it with; something that will provide a focus strong enough to summon the remains of my deceased, former comrades.$B$BThe siblings, Jarien and Sothos, were believers in the way of the Scarlet Crusade. They aspired to knighthood within that vile organization. Go to Tyr\'s Hand in Eastern Plaguelands and retrieve a Brilliant Sword of Zealotry from the praetorians there.','Retrieve a Brilliant Sword of Zealotry and return it to Bodley inside Blackrock Mountain.','A job well done, $N. I will imbue the essence of the sword into the brazier.$B$BNow all that is left is to get into The Crimson Throne inside The Scarlet Bastion at Stratholme, and use the brazier to summon forth the remains of my former cohorts, Jarien and Sothos. Their souls have been twisted further by their possession of Valthalak\'s amulet piece and his spirit within.','Have you returned already then, $C, with what I sent you out to gather?','','','','','',22228,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8961,0,0,0,'8962 8963 8965',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8965,4044,25,0,8,58,60,1,0,0,0,0,0,0,0,0,0,8969,0,0,'Components of Importance','$C, listen closely. Now that we have the brazier, and the means to light it, we still need another component to suffuse it with; something that will provide a focus strong enough to entice the spirit of my deceased, former comrade.$B$BAn ogre necromancer that traveled with us, Kormok, delighted in summoning forth the souls of the banished dead of Purgation Isle, off the south coast of the Hillsbrad Foothills. Go there and retrieve some Soul Ashes of the Banished from their remains.','Obtain Soul Ashes of the Banished and return them to Bodley inside Blackrock Mountain.','A job well done, $N. I will imbue the essence of the ashes into the brazier.$B$BNow all that is left is to get into Scholomance, to Ras Frostwhisper\'s chamber, and use the brazier to summon forth the spirit of my former cohort, Kormok. The amulet piece, and Valthalak\'s spirit within, has corrupted him even further, and he will not rest until you forcibly take it from him.','Have you returned already then, $C, with what I sent you out to gather?','','','','','',22229,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8961,0,0,0,'8962 8963 8964',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8966,4044,1583,0,0,58,60,81,0,0,0,0,0,0,0,0,0,8970,22049,1,'The Left Piece of Lord Valthalak\'s Amulet','My friend, Mor Grayhoof, was the first to fall victim to possession of a piece of Lord Valthalak\'s amulet, and the corrupting spirit fragment that it contains. After stealing Valthalak\'s spellbook and amulet, we fled for our lives from the upper portion of Blackrock Spire. Along the way, Mor fell into the lower portion of the spire.$B$BLater, we discovered that he survived the fall, only to be captured and tortured by War Master Voone. A few spectral assassins snuck in and slew him right in front of Voone.','Use the Brazier of Beckoning to summon forth the spirit of Mor Grayhoof and slay him. Return to Bodley inside Blackrock Mountain with the Left Piece of Lord Valthalak\'s Amulet and the Brazier of Beckoning.','You have done a great thing, $N. One spirit rests in peace, but there is still much work to be done before we can put all of this behind us.$B$BUnfortunately, I do not know the location of the one who died with the right piece of the amulet in their possession. But do not fear; in life I was a dabbler in the art of divination, so I have another task for you, which is going to enable us to ferret out the final piece.','Then it is done? You have retrieved the left piece of Lord Valthalak\'s amulet and finally put to rest the spirit of my old companion, Mor Grayhoof?','','','','','',21984,22049,0,0,0,0,1,1,0,0,0,0,0,0,16080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8962,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8967,4044,2557,0,0,58,60,81,0,0,0,0,0,0,0,0,0,8970,22050,1,'The Left Piece of Lord Valthalak\'s Amulet','It became known to us in later days, as we were doing what we could ourselves to survive, that Isalien, a night elf priestess of our company, had gone to the night elvic ancestral city, now known as Dire Maul. From what we gathered, she went there both for personal reasons and also to unlock the secrets of the piece of the amulet that she had in her possession.$B$BShe didn\'t quite make it, though. Word got back to us that she was ambushed at the Shrine of Eldretharr by Alzzin the Wildshaper and his forces.','Use the Brazier of Beckoning to summon forth the spirit of Isalien and slay her. Return to Bodley inside Blackrock Mountain with the Left Piece of Lord Valthalak\'s Amulet and the Brazier of Beckoning.','Thank you, $N, for putting Isalien\'s spirit to rest. Now, perhaps, she will find peace with her goddess. But, there is still a great deal of work ahead of us if we are to get out of this fine pickle we find ourselves in.$B$BUnfortunately, I do not know the location of the one who died with the right piece of the amulet in their possession. But do not fear; in life I was a dabbler in the art of divination, so I have another task for you, which is going to enable us to ferret out the final piece.','Surely you haven\'t already dealt with the salvation of Isalien\'s spirit and the retrieval of the left piece of Lord Valthalak\'s amulet, $N?','','','','','',21984,22050,0,0,0,0,1,1,0,0,0,0,0,0,16097,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8963,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8968,4044,2017,0,0,58,60,81,0,0,0,0,0,0,0,0,0,8970,22051,1,'The Left Piece of Lord Valthalak\'s Amulet','The siblings, Jarien and Sothos, decided to join the Scarlet Crusade upon the disbanding of our mercenary company. They took the left piece of Lord Valthalak\'s amulet with them. Good riddance, I say, but we need that piece back.$B$BFrom what we could gather, they were actually slain by Grand Crusader Dathrohan himself for failing the initiation rites inside his chamber in the Scarlet Bastion.$B$BIn any case, we... meaning you, are still going to need to retrieve that piece of the amulet.','Use the Brazier of Beckoning to summon forth Jarien and Sothos and slay them. Return to Bodley inside Blackrock Mountain with the Left Piece of Lord Valthalak\'s Amulet and the Brazier of Beckoning.','I suppose it\'s for the best that the souls of those two have finally been put to rest, even if I didn\'t like them while they were alive. In any case, we have what we were after, and that is definitely a good thing!$B$BUnfortunately, I do not know the location of the one who died with the right piece of the amulet in their possession. But do not fear; in life I was a dabbler in the art of divination, so I have another task for you, which is going to enable us to ferret out the final piece.','Does this mean then, $C, that you\'ve already put the souls of those two fools to rest and retrieved the left piece of Lord Valthalak\'s amulet?','','','','','',21984,22051,0,0,0,0,1,1,0,0,0,0,0,0,16101,16102,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8964,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8969,4044,2057,0,0,58,60,81,0,0,0,0,0,0,0,0,0,8970,22052,1,'The Left Piece of Lord Valthalak\'s Amulet','Now we have what we need, so it\'s time to discuss who it is that you\'ll be summoning.$B$BKormok was ok for an ogre, right up until he turned to necromancy. After that, things got creepy for just about everyone in the outfit. It was no surprise then when he took his piece of the amulet and returned to his new home, Scholomance.$B$BBut even there, or perhaps especially there, he was not safe from the spectral assassins. They slew him right in front of his master, Ras Frostwhisper.','Use the Brazier of Beckoning to summon forth the spirit of Kormok and slay him. Return to Bodley inside Blackrock Mountain with the Left Piece of Lord Valthalak\'s Amulet and the Brazier of Beckoning.','Good work, $N! Kormok wasn\'t all that bad for an ogre, at least not while he was still alive, so I hope he gets the rest that he deserves. But, there is more work ahead of us.$B$BUnfortunately, I do not know the location of the one who died with the right piece of the amulet in their possession. But do not fear; in life I was a dabbler in the art of divination, so I have another task for you, which is going to enable us to ferret out the final piece.','I commend you, $N, if you have returned with the left piece of the amulet. If not, however, please take care of that as there is no time to waste, I assure you!','','','','','',21984,22052,0,0,0,0,1,1,0,0,0,0,0,0,16118,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8965,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8970,4044,2079,0,0,58,60,1,0,0,0,0,0,0,0,0,0,0,21984,1,'I See Alcaz Island In Your Future...','As I was saying, $c, in my living years I flirted with becoming a diviner. But, there really wasn\'t as much profit in it as you might imagine, mostly because it\'s dangerous and the reagents are rare and expensive. However, I do know enough to be able to pinpoint the final piece of the amulet, and the spirit of my former comrade along with it.$B$BThis is where you come in, $N. I need you to go to Alcaz Island off the coast of Dustwallow Marsh and collect Bloodkelp from the Strashaz naga that live there.','Gather 20 Bloodkelp from the Strashaz naga and then return to Bodley inside Blackrock Mountain.','To be honest, $N, I\'m surprised you made it back in one piece. Then again, I guess Alcaz Island is the least of your worries right now.$B$BOk, give me a moment here... divination isn\'t something that you can just snap your fingers and expect accurate answers from.','Bloodkelp, $N, a big stack of it, that\'s what I need to power my divinatory spells. You\'re likely to need to take at least a couple of friends along with you to Alcaz Island to gather it up... those Strashaz are a nasty lot!','','','','','',22094,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5017,0,0,0,0,0,0,0,57300,0,0,0,0,'',8966,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8971,5875,0,22,8,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','','','','','','','',22117,22143,22176,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8972,5875,0,22,8,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','','','','','','','',22123,22142,22175,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22136,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8973,5875,0,22,8,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','','','','','','','',22120,22140,21960,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22133,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8974,5875,0,22,8,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','','','','','','','',22121,22145,22174,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22134,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8975,5875,0,22,8,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','','','','','','','',22122,22144,22177,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8976,5875,0,22,8,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','','','','','','','',22119,22141,22173,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22132,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8977,4044,1537,0,0,58,60,0,1101,0,0,0,0,0,0,0,0,0,22115,1,'Return to Deliana','It\'s been great working with you, $N. Here is the finished product.$B$BI hope it helps you in your current endeavors. And hey, if you don\'t mind, help spread the word. I wouldn\'t mind having more customers!','Bring the Extra-Dimensional Ghost Revealer to Deliana in Ironforge.','Excellent! You\'ve done well, $N. I\'m not sure I trust the goblin\'s craftsmanship, but I\'m left with no other choice.','You\'ve returned?','','','','','',22115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8928,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8978,4044,1637,0,0,58,60,0,690,0,0,0,0,0,0,0,0,0,22115,1,'Return to Mokvar','It\'s been great working with you, $N. Here is the finished product.$B$BI hope it helps you in your current endeavors. And hey, if you don\'t mind, help spread the word. I wouldn\'t mind having more customers!','Return to Mokvar in Orgrimmar with the Extra-Dimensional Ghost Revealer.','You\'ve returned with the device! I\'m impressed by your dedication, $N. Excellent work.','You\'ve returned with the device?','','','','','',22115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8928,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8979,4044,0,22,8,1,-1,0,690,0,0,0,0,0,0,0,0,8980,0,0,'Fenstad\'s Hunch','I believe I know the cause of this recent behavior. Have you smelled the new fragrance on the wind, over the stink of the canals? The new colognes and perfumes that have come into fashion?$b$bOur thinking has been clouded by some foul alchemy.$b$bThere is only one way to be sure - bring a bottle of cologne and perfume to my friend, Apothecary Zinge. The Royal Apothecary Society will find the truth.$b$b I will reimburse you for their purchase when you return.','Bring 1 Cologne Bottle and 1 Perfume Bottle to Apothecary Zinge in the Undercity\'s Apothecarium.','Another one of Fenstad\'s obsessions, I see. Does he think that the Royal Apothecary Society has nothing better to do than to perform his little investigations?$B$BVery well, I will humor him once again.','How may I serve you?','','','','','',21833,21829,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11558,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8980,5875,0,22,8,1,-1,0,0,0,0,0,0,0,0,0,0,8982,0,0,'Zinge\'s Assessment','This is unexpected. It looks like Fenstad might be on to something after all. I found traces of substances used in mind control potions.$b$bIt isn\'t unheard of for perfumes to have some of this, but a few of the ingredients I detected... This is serious alchemy, along the abilities of a member of the Royal Apothecary Society.','Return to Fenstad Argyle outside the bank in the Undercity.','So, I was right. We must waste no time. We must determine the source of these tainted fragrances.$B$BHere, to repay you for the purchase of the cologne and perfume.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21812,22218,34258,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8979,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8981,5875,0,22,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Gift Giving','','','','','','','','','',22263,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22218,22200,34258,0,0,0,5,5,5,0,0,0,21812,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27663,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(8982,5875,0,22,8,1,-1,0,690,0,0,0,0,0,0,0,0,8983,0,0,'Tracing the Source','We must find who the supplier is. I noticed Apothecary Katrina with a bottle of the perfume tucked in her pack. She told me that she purchased it from Norman, the innkeeper.','Speak with Innkeeper Norman in the Undercity.','Ah yes, I just recently received stock of the perfume and cologne. I don\'t know how long I can keep it on the shelves - seems like no one can get enough of it.$B$BIf you ask me, I don\'t see what the big deal is.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8980,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8983,4044,0,22,8,1,-1,0,690,0,0,0,0,0,0,0,0,8984,0,0,'Tracing the Source','Something\'s wrong with my product? Well, I\'ve never seen so many people wanting something so badly.$b$bI bought my supply from a merchant named Mara Rennick. She\'s new in town.$b$bShe mentioned she had some goods she had to deliver to the tailor in the Magic Quarter.','Speak with Mara Rennick at the tailor\'s shop in the Undercity\'s Magic Quarter.','I\'m afraid I sold my entire supply of perfume and cologne to Norman, the innkeeper. If you\'d like some, you should speak with him - assuming he has any left.$B$BYou shouldn\'t waste any time, though. I think you\'ll find the cologne irresistible.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8982,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8984,4044,0,22,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Source Revealed','Look, the actions of a rogue apothecary are not my concern. If he\'s undermining our efforts, then let me be the first to point you in the right direction.$b$bIf he\'s innocent, then he\'s got nothing to hide, right?$b$bI purchased the goods from Apothecary Staffron Lerent. He\'s working in a secluded area past Ravenholdt Manor in the hills over Hillsbrad. To be honest with you, I thought he was a little odd.','Find Apothecary Staffron Lerent in the Hillsbrad Foothills past Ravenholdt Manor.','Yes, I made those fragrances. Wonderful smell, isn\'t it? Irresistible.$B$BOnce the warriors of Alliance and Horde alike are smitten with these feelings of love, they will be powerless to stop the rise of the Shadow Council.$B$BThey will be weakened, unprepared. As they worry for their loved ones, they will lose their edge.$B$BThe solution was so simple. Why did it take me so long to come upon it? The weakness of all is through the heart. And there is nothing you can do to stop the inevitable.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8983,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8985,4044,25,0,8,58,60,1,0,0,0,0,0,0,0,0,0,8990,0,0,'More Components of Importance','$C, listen closely. Now that we have the location of the last amulet piece, we still need another component to suffuse the brazier with; something that will provide a focus strong enough to entice the spirit of my deceased, former comrade.$B$BIsalien, our priestess, grew up in Winterspring at Starbreeze Village. I need you to gather a Starbreeze Village Relic from the Frostmaul giants of Frostwhisper Gorge in southern Winterspring, who are known for raiding to the north from time to time.','Acquire a Starbreeze Village Relic and return it to Bodley inside Blackrock Mountain.','A job well done, $N. I will imbue the essence of the relic into the brazier.$B$BNow all that is left is to go to the Shrine of Eldretharr in the east wing of Dire Maul, and use the brazier to summon forth the spirit of my former cohort, Isalien. Her spirit has been corrupted by her possession of the piece of Valthalak\'s amulet, and the portion of his soul within it.$B$BOh, by the way, I had some leftover bloodkelp from your trip to Alcaz Isle, so I made it into some potions for you. Take your pick!','Have you returned already then, $C, with what I sent you out to gather?','','','','','',22227,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22192,22193,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'8964',8970,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8986,4044,25,0,8,58,60,1,0,0,0,0,0,0,0,0,0,8989,0,0,'More Components of Importance','$C, listen closely. Now that we have the location of the last amulet piece, we still need another component to suffuse the brazier with; something that will provide a focus strong enough to entice the spirit of my deceased, former comrade.$B$BMor Grayhoof, our most prominent druid, had many close friends amongst the Cenarion Circle, some of which have fallen to the silithid. I need you to retrieve some Druidical Remains from the silithid that inhabit the environs of Hive\'Regal in southeastern Silithus.','Acquire Druidical Remains and return them to Bodley inside Blackrock Mountain.','A job well done, $N. I will imbue the essence of the remains into the brazier.$B$BNow all that is left is to go to the lower portion of Blackrock Spire, to the chamber where War Master Voone resides in Tazz\'Alaor, and use the brazier to summon forth the corrupted spirit of my former cohort, Mor Grayhoof. He cannot rest until the amulet piece is taken from him.$B$BOh, by the way, I had some leftover bloodkelp from your trip to Alcaz Isle, so I made it into some potions for you. Take your pick!','Have you returned already then, $C, with what I sent you out to gather?','','','','','',22226,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22192,22193,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'8965',8970,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8987,4044,25,0,8,58,60,1,0,0,0,0,0,0,0,0,0,8991,0,0,'More Components of Importance','$C, listen closely. Now that we have the location of the last amulet piece, we still need another component to suffuse the brazier with; something that will provide a focus strong enough to summon the remains of my deceased, former comrades.$B$BThe siblings, Jarien and Sothos, were believers in the way of the Scarlet Crusade. They aspired to knighthood within that vile organization. Go to Tyr\'s Hand in Eastern Plaguelands and retrieve a Brilliant Sword of Zealotry from the praetorians there.\n','Retrieve a Brilliant Sword of Zealotry and return it to Bodley inside Blackrock Mountain.','A job well done, $N. I will imbue the essence of the sword into the brazier.$B$BNow all that is left is to get into The Crimson Throne inside The Scarlet Bastion at Stratholme, and use the brazier to summon forth the remains of my former cohorts, Jarien and Sothos. Their souls have been twisted further by their possession of Valthalak\'s amulet piece and his spirit within.$B$BOh, by the way, I had some leftover bloodkelp from your trip to Alcaz Isle, so I made it into some potions for you. Take your pick!','Have you returned already then, $C, with what I sent you out to gather?','','','','','',22228,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22192,22193,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'8962',8970,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8988,4044,25,0,8,58,60,1,0,0,0,0,0,0,0,0,0,8992,0,0,'More Components of Importance','$C, listen closely. Now that we have the location of the last amulet piece, we still need another component to suffuse the brazier with; something that will provide a focus strong enough to entice the spirit of my deceased, former comrade.$B$BAn ogre necromancer that traveled with us, Kormok, delighted in summoning forth the souls of the banished dead of Purgation Isle, off the south coast of the Hillsbrad Foothills. Go there and retrieve some Soul Ashes of the Banished from their remains.','Obtain Soul Ashes of the Banished and return them to Bodley inside Blackrock Mountain.','A job well done, $N. I will imbue the essence of the ashes into the brazier.$B$BNow all that is left is to get into Scholomance, to Ras Frostwhisper\'s chamber, and use the brazier to summon forth the spirit of my former cohort, Kormok. The amulet piece, and Valthalak\'s spirit within, has corrupted him even further, and he will not rest until you forcibly take it from him.$B$BOh, by the way, I had some leftover bloodkelp from your trip to Alcaz Isle, so I made it into some potions for you. Take your pick!','Have you returned already then, $C, with what I sent you out to gather?','','','','','',22229,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22192,22193,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'8963',8970,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8989,4044,1583,0,0,58,60,81,0,0,0,0,0,0,0,0,0,8994,22049,1,'The Right Piece of Lord Valthalak\'s Amulet','My friend, Mor Grayhoof, was the first to fall victim to possession of a piece of Lord Valthalak\'s amulet, and the corrupting spirit fragment that it contains. After stealing Valthalak\'s spellbook and amulet, we fled for our lives from the upper portion of Blackrock Spire. Along the way, Mor fell into the lower portion of the spire.$B$BLater, we discovered that he survived the fall, only to be captured and tortured by War Master Voone. A few spectral assassins snuck in and slew him right in front of Voone.','Use the Brazier of Beckoning to summon forth the spirit of Mor Grayhoof and slay him. Return to Bodley inside Blackrock Mountain with the recombined Lord Valthalak\'s Amulet and the Brazier of Beckoning.','Thank you for helping Mor Grayhoof, $N. Another spirit rests in peace, and we now have the reassembled amulet! But we still have the hardest test ahead of us.$B$BIn order for the brazier to be attuned to calling forth Lord Valthalak, there are a few more items that need to be gathered and brought back to me here.','Then it is done? You have retrieved the right piece of Lord Valthalak\'s amulet, recombined the amulet into one whole, and finally put to rest the spirit of my old companion, Mor Grayhoof?','','','','','',22048,22049,0,0,0,0,1,1,0,0,0,0,0,0,16080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8986,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8990,4044,2557,0,0,58,60,81,0,0,0,0,0,0,0,0,0,8994,22050,1,'The Right Piece of Lord Valthalak\'s Amulet','It became known to us in later days, as we were doing what we could ourselves to survive, that Isalien, a night elf priestess of our company, had gone to the night elvic ancestral city, now known as Dire Maul. From what we gathered, she went there both for personal reasons and also to unlock the secrets of the piece of the amulet that she had in her possession.$B$BShe didn\'t quite make it, though. Word got back to us that she was ambushed at the Shrine of Eldretharr by Alzzin the Wildshaper and his forces.','Use the Brazier of Beckoning to summon forth the spirit of Isalien and slay her. Return to Bodley inside Blackrock Mountain with the recombined Lord Valthalak\'s Amulet and the Brazier of Beckoning.','Thank you, $N, for putting Isalien\'s spirit to rest. Now, perhaps, she will find peace with her goddess. And, we have the reassembled amulet, as well! But we still have the hardest test ahead of us.$B$BIn order for the brazier to be attuned to calling forth Lord Valthalak, there are a few more items that need to be gathered and brought back to me here.','Surely you haven\'t already dealt with the salvation of Isalien\'s spirit and the retrieval of the right piece of Lord Valthalak\'s amulet, $N? Be sure to recombine the pieces of the amulet before handing it to me.','','','','','',22048,22050,0,0,0,0,1,1,0,0,0,0,0,0,16097,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8985,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8991,4044,2017,0,0,58,60,81,0,0,0,0,0,0,0,0,0,8994,22051,1,'The Right Piece of Lord Valthalak\'s Amulet','The siblings, Jarien and Sothos, decided to join the Scarlet Crusade upon the disbanding of our mercenary company. They took the right piece of Lord Valthalak\'s amulet with them. Good riddance, I say, but we need that piece back.$B$BFrom what we could gather, they were actually slain by Grand Crusader Dathrohan himself for failing the initiation rites inside his chamber in the Scarlet Bastion.$B$BIn any case, we... meaning you, are still going to need to retrieve that piece of the amulet.','Use the Brazier of Beckoning to summon forth Jarien and Sothos and slay them. Return to Bodley inside Blackrock Mountain with the recombined Lord Valthalak\'s Amulet and the Brazier of Beckoning.','I suppose it\'s for the best that the souls of those two have finally been put to rest, even if I didn\'t like them while they were alive. In any case, we have what we were after, and now the amulet is reassembled! But we still have the hardest test ahead of us.$B$BIn order for the brazier to be attuned to calling forth Lord Valthalak, there are a few more items that need to be gathered and brought back to me here.','Does this mean then, $C, that you\'ve already put the souls of those two fools to rest and recombined the pieces of Lord Valthalak\'s amulet?','','','','','',22048,22051,0,0,0,0,1,1,0,0,0,0,0,0,16101,16102,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8987,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8992,5875,2057,0,0,58,60,81,0,0,0,0,0,0,0,0,0,8994,22052,1,'The Right Piece of Lord Valthalak\'s Amulet','Now we have what we need, so it\'s time to discuss who it is that you\'ll be summoning next.$B$BKormok was ok for an ogre, right up until he turned to necromancy. After that, things got creepy for just about everyone in the outfit. It was no surprise then when he took his piece of the amulet and returned to his new home, Scholomance.$B$BBut even there, or perhaps especially there, he was not safe from the spectral assassins. They slew him right in front of his master, Ras Frostwhisper.','Use the Brazier of Beckoning to summon forth the spirit of Kormok and slay him. Return to Bodley inside Blackrock Mountain with the recombined Lord Valthalak\'s Amulet and the Brazier of Beckoning.','Good work, $N! Kormok wasn\'t all that bad for an ogre, at least not while he was still alive, so I hope he gets the rest that he deserves. And now we have the completed amulet! But we still have the hardest test ahead of us.$B$BIn order for the brazier to be attuned to calling forth Lord Valthalak, there are a few more items that need to be gathered and brought back to me here.','I commend you, $N, if you have returned with the completed amulet. If not, however, please take care of that as there is no time to waste, I assure you!','','','','','',22048,22052,0,0,0,0,1,1,0,0,0,0,0,0,16118,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',8988,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(8993,5875,0,22,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Gift Giving','','','','Have you come to deliver a present of love and adoration to your favorite leader?','','','','','',22262,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22218,22200,34258,0,0,0,5,5,5,0,0,0,21812,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27663,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,0),(8994,4044,25,0,64,58,60,62,0,0,0,0,0,0,0,0,0,8995,22048,1,'Final Preparations','We\'re nearly there, $c. All that is left is to retrieve a few more components so that I can attune the brazier and enable it to beckon forth Lord Valthalak.$B$BTo begin I must ask you to journey forth into Blackrock Spire and slay the orcs therein. They wear bracers that contain trace metals that I will need, so I\'ll need more than a few to extract the right amount out of them. Then, to complete the imbuing process, you\'ll need to bring me a Flask of Supreme Power.$B$BGood luck, $N!','Gather 40 Blackrock Bracers and acquire a Flask of Supreme Power. Return them to Bodley inside Blackrock Mountain.','That\'s it then. I\'ll extract the metal from the bracers and imbue the brazier with these final components. Then it will be ready for you to summon Lord Valthalak, and finally return his spirit amulet to him.$B$BYou\'ve come quite a distance, $N, don\'t falter now that the end is in sight!','We\'ve come a long way, $N, and I just wanted to say that no matter what happens, thank you! You\'ve put yourself in mortal danger to try to help the surviving members of our mercenary company, The Veiled Blade, and as far as I\'m concerned, you\'re one of us now.','','','','','',22138,13512,0,0,0,0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8989,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(8995,4044,1583,0,64,58,60,62,0,0,0,0,0,0,0,0,0,8996,22056,1,'Mea Culpa, Lord Valthalak','All is now ready, $N.$B$BWhen alive, Lord Valthalak used to inhabit what is now The Beast\'s chamber. Go there and use the Brazier of Beckoning to summon forth Lord Valthalak. It will reincorporate him, so he\'ll have to be killed again. I\'d take care of The Beast first, and be sure take enough friends along to survive the upper portion of Blackrock Spire.$B$BOnce you\'ve dispatched Valthalak, use the amulet on his corpse. With his spirit reunified, he\'ll likely want his amulet back, as well.$B$BGood luck!','Use the Brazier of Beckoning to summon Lord Valthalak. Dispatch him, and use Lord Valthalak\'s Amulet on the corpse. Then, return Lord Valthalak\'s Amulet to the Spirit of Lord Valthalak.','How fortunate for you that I know you\'re not part of the original group that stole this from me.$B$BI\'ll take back what is mine now, mortal! Give the amulet to me!','$C, you dare disturb my rest!','','','','','',22048,0,0,0,0,0,1,0,0,0,0,0,0,16042,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8994,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(8996,4044,25,0,8,58,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Bodley','I will ignore your impertinence this time, $c, because you have done a noble thing today; returning the rest of my stolen spirit to me. Despite your obviously weak nature, $r, you have shown courage where those that stole from me did not, and probably never could!$B$BReturn to them, before I change my mind and slay you where you stand. Go back and tell them that they are safe... for now.','Return to Bodley inside Blackrock Mountain and give him the Brazier of Beckoning.','He really said all of that? Wow, I can\'t believe he\'s going to call off the spectral assassins and stalkers, even if he did hint at causing my living companions further harm in the future.$B$BThis is a great day, $N! You\'ve accomplished what few ever could, and absolved us, at least in part, of some of our past sins.$B$BThank you! As a sign of appreciation, I\'d like to give you this. You can use it to summon forth spirits at the same haunted locations that you already have, and a few others, too.','$N, you\'re back and still alive! Well, at least that makes one of us.$B$BYou\'re going to have to tell me all about it!','','','','','',22056,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22057,22344,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',8995,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8997,4044,1537,0,8,58,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Back to the Beginning','I suppose that this is goodbye then, my friend. But, I\'ll always be here if you want to come back and talk with me from time to time. Probably while you\'re loitering around waiting for your buddies to join you for a raid on Blackrock Spire.$B$BGo, before I start to cry. Go back to Deliana in Ironforge and tell her what\'s happened.','Speak with Deliana at The High Seat in Ironforge.','I am very happy to see you return to me safely, $N. You look well, if not a bit worse for the wear.$B$BCome, tell me of all that has transpired.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',8996,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8998,4044,1637,0,8,58,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Back to the Beginning','I suppose that this is goodbye then, my friend. But, I\'ll always be here if you want to come back and talk with me from time to time. Probably while you\'re loitering around waiting for your buddies to join you for a raid on Blackrock Spire.$B$BGo, before I start to cry. Go back to Mokvar in Orgrimmar and tell him what\'s happened.','Speak with Mokvar at Grommash Hold in Orgrimmar\'s Valley of Wisdom.','I am pleased to see that you have survived, $N. You look well, if not a bit more seasoned.$B$BCome, tell me of all that has transpired.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',8996,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(8999,4044,1537,0,8,58,60,81,1101,1024,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','That\'s an amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved. Now maybe I\'ll be able to sleep at night with both eyes shut.$B$BAs to your reward, I believe I have a few things that you\'ll really enjoy.','Give Deliana your Wildheart Cowl and Wildheart Vest.','I\'m going to miss you, $N. I owe you such a debt of gratitude; I think I\'ll never be able to repay it.$B$BI hope that you enjoy your new head and chest armor, and that it protects you for a long time to come.','As per our deal, are you ready to hand over your Wildheart pieces in exchange for your new Feralheart Cowl and Vest?','','','','','',16720,16706,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22109,22113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9000,5875,1537,0,8,58,60,81,1101,4,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','That\'s an amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved. Now maybe I\'ll be able to sleep at night with both eyes shut.$B$BAs to your reward, I believe I have a few things that you\'ll really enjoy.','Give Deliana your Beaststalker\'s Cap and Beaststalker\'s Tunic.','I\'m going to miss you, $N. I owe you such a debt of gratitude; I think I\'ll never be able to repay it.$B$BI hope that you enjoy your new head and chest armor, and that it protects you for a long time to come.','As per our deal, are you ready to hand over your Beaststalker pieces in exchange for your new Beastmaster\'s Cap and Tunic?','','','','','',16677,16674,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22013,22060,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9001,4044,1537,0,8,58,60,81,1101,128,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','That\'s an amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved. Now maybe I\'ll be able to sleep at night with both eyes shut.$B$BAs to your reward, I believe I have a few things that you\'ll really enjoy.','Give Deliana your Magister\'s Crown and Magister\'s Robes.','I\'m going to miss you, $N. I owe you such a debt of gratitude; I think I\'ll never be able to repay it.$B$BI hope that you enjoy your new head and chest armor, and that it protects you for a long time to come.','As per our deal, are you ready to hand over your Magister\'s pieces in exchange for your new Sorcerer\'s Crown and Robes?','','','','','',16686,16688,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22065,22069,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9002,4044,1537,0,8,58,60,81,1101,2,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','That\'s an amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved. Now maybe I\'ll be able to sleep at night with both eyes shut.$B$BAs to your reward, I believe I have a few things that you\'ll really enjoy.','Give Deliana your Lightforge Helm and Lightforge Breastplate.','I\'m going to miss you, $N. I owe you such a debt of gratitude; I think I\'ll never be able to repay it.$B$BI hope that you enjoy your new head and chest armor, and that it protects you for a long time to come.','As per our deal, are you ready to hand over your Lightforge pieces in exchange for your new Soulforge Helmet and Breastplate?','','','','','',16727,16726,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22091,22089,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9003,4044,1537,0,8,58,60,81,1101,16,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','That\'s an amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved. Now maybe I\'ll be able to sleep at night with both eyes shut.$B$BAs to your reward, I believe I have a few things that you\'ll really enjoy.','Give Deliana your Devout Crown and Devout Robe.','I\'m going to miss you, $N. I owe you such a debt of gratitude; I think I\'ll never be able to repay it.$B$BI hope that you enjoy your new head and chest armor, and that it protects you for a long time to come.','As per our deal, are you ready to hand over your Devout pieces in exchange for your new Virtuous Crown and Robe?','','','','','',16693,16690,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22080,22083,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9004,5875,1537,0,8,58,60,81,1101,8,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','That\'s an amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved. Now maybe I\'ll be able to sleep at night with both eyes shut.$B$BAs to your reward, I believe I have a few things that you\'ll really enjoy.','Give Deliana your Shadowcraft Cap and Shadowcraft Tunic.','I\'m going to miss you, $N. I owe you such a debt of gratitude; I think I\'ll never be able to repay it.$B$BI hope that you enjoy your new head and chest armor, and that it protects you for a long time to come.','As per our deal, are you ready to hand over your Shadowcraft pieces in exchange for your new Darkmantle Cap and Tunic?','','','','','',16707,16721,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22005,22009,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9005,5875,1537,0,8,58,60,81,1101,256,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','That\'s an amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved. Now maybe I\'ll be able to sleep at night with both eyes shut.$B$BAs to your reward, I believe I have a few things that you\'ll really enjoy.','Give Deliana your Dreadmist Mask and Dreadmist Robe.','I\'m going to miss you, $N. I owe you such a debt of gratitude; I think I\'ll never be able to repay it.$B$BI hope that you enjoy your new head and chest armor, and that it protects you for a long time to come.','As per our deal, are you ready to hand over your Dreadmist pieces in exchange for your new Deathmist Mask and Robe?','','','','','',16698,16700,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22074,22075,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9006,5875,1537,0,8,58,60,81,1101,1,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','That\'s an amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved. Now maybe I\'ll be able to sleep at night with both eyes shut.$B$BAs to your reward, I believe I have a few things that you\'ll really enjoy.','Give Deliana your Helm of Valor and Breastplate of Valor.','I\'m going to miss you, $N. I owe you such a debt of gratitude; I think I\'ll never be able to repay it.$B$BI hope that you enjoy your new head and chest armor, and that it protects you for a long time to come.','As per our deal, are you ready to hand over your Valor pieces in exchange for your new Helm and Breastplate of Heroism?','','','','','',16731,16730,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21999,21997,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9007,5875,1637,0,8,58,60,81,690,1024,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','A truly amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved, I can assure you. Through your efforts we are delivered from the mistakes of our past.$B$BAs to your reward, I believe I have a few things that you have definitely earned and will truly enjoy.','Give Mokvar your Wildheart Cowl and Wildheart Vest.','I will truly miss you, $N. There is a debt that I owe you, which I may never be able to repay.$B$BEnjoy your new head and chest armor. May it protect you for a long time to come, and help you to achieve even greater honor!','As per our deal, are you ready to hand over your Wildheart pieces in exchange for your new Feralheart Cowl and Vest?','','','','','',16720,16706,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22109,22113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9008,5875,1637,0,8,58,60,81,690,4,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','A truly amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved, I can assure you. Through your efforts we are delivered from the mistakes of our past.$B$BAs to your reward, I believe I have a few things that you have definitely earned and will truly enjoy.','Give Mokvar your Beaststalker\'s Cap and Beaststalker\'s Tunic.','I will truly miss you, $N. There is a debt that I owe you, which I may never be able to repay.$B$BEnjoy your new head and chest armor. May it protect you for a long time to come, and help you to achieve even greater honor!','As per our deal, are you ready to hand over your Beaststalker pieces in exchange for your new Beastmaster\'s Cap and Tunic?','','','','','',16677,16674,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22013,22060,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9009,4044,1637,0,8,58,60,81,690,16,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','A truly amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved, I can assure you. Through your efforts we are delivered from the mistakes of our past.$B$BAs to your reward, I believe I have a few things that you have definitely earned and will truly enjoy.','Give Mokvar your Devout Crown and Devout Robe.','I will truly miss you, $N. There is a debt that I owe you, which I may never be able to repay.$B$BEnjoy your new head and chest armor. May it protect you for a long time to come, and help you to achieve even greater honor!','As per our deal, are you ready to hand over your Devout pieces in exchange for your new Virtuous Crown and Robe?','','','','','',16693,16690,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22080,22083,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9010,5875,1637,0,8,58,60,81,690,8,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','A truly amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved, I can assure you. Through your efforts we are delivered from the mistakes of our past.$B$BAs to your reward, I believe I have a few things that you have definitely earned and will truly enjoy.','Give Mokvar your Shadowcraft Cap and Shadowcraft Tunic.','I will truly miss you, $N. There is a debt that I owe you, which I may never be able to repay.$B$BEnjoy your new head and chest armor. May it protect you for a long time to come, and help you to achieve even greater honor!','As per our deal, are you ready to hand over your Shadowcraft pieces in exchange for your new Darkmantle Cap and Tunic?','','','','','',16707,16721,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22005,22009,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9011,5875,1637,0,8,58,60,81,690,64,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','A truly amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved, I can assure you. Through your efforts we are delivered from the mistakes of our past.$B$BAs to your reward, I believe I have a few things that you have definitely earned and will truly enjoy.','Give Mokvar your Coif of Elements and Vest of Elements.','I will truly miss you, $N. There is a debt that I owe you, which I may never be able to repay.$B$BEnjoy your new head and chest armor. May it protect you for a long time to come, and help you to achieve even greater honor!','As per our deal, are you ready to hand over your Elements pieces in exchange for your new Coif and Vest of The Five Thunders','','','','','',16667,16666,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22097,22102,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9012,5875,1637,0,8,58,60,81,690,256,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','A truly amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved, I can assure you. Through your efforts we are delivered from the mistakes of our past.$B$BAs to your reward, I believe I have a few things that you have definitely earned and will truly enjoy.','Give Mokvar your Dreadmist Mask and Dreadmist Robe.','I will truly miss you, $N. There is a debt that I owe you, which I may never be able to repay.$B$BEnjoy your new head and chest armor. May it protect you for a long time to come, and help you to achieve even greater honor!','As per our deal, are you ready to hand over your Dreadmist pieces in exchange for your new Deathmist Mask and Robe?','','','','','',16698,16700,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22074,22075,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9013,5875,1637,0,8,58,60,81,690,1,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','A truly amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved, I can assure you. Through your efforts we are delivered from the mistakes of our past.$B$BAs to your reward, I believe I have a few things that you have definitely earned and will truly enjoy.','Give Mokvar your Helm of Valor and Breastplate of Valor.','I will truly miss you, $N. There is a debt that I owe you, which I may never be able to repay.$B$BEnjoy your new head and chest armor. May it protect you for a long time to come, and help you to achieve even greater honor!','As per our deal, are you ready to hand over your Valor pieces in exchange for your new Helm and Breastplate of Heroism?','','','','','',16731,16730,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21999,21997,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9014,5875,1637,0,8,58,60,81,690,128,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','A truly amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved, I can assure you. Through your efforts we are delivered from the mistakes of our past.$B$BAs to your reward, I believe I have a few things that you have definitely earned and will truly enjoy.','Give Mokvar your Magister\'s Crown and Magister\'s Robes.','I will truly miss you, $N. There is a debt that I owe you, which I may never be able to repay.$B$BEnjoy your new head and chest armor. May it protect you for a long time to come, and help you to achieve even greater honor!','As per our deal, are you ready to hand over your Magister\'s pieces in exchange for your new Sorcerer\'s Crown and Robes?','','','','','',16686,16688,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22065,22069,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9015,4044,1584,0,0,58,60,81,0,0,0,0,0,0,0,0,0,0,21986,1,'The Challenge','Heed me well, $N. For the banner to work in the desired way, you will need to step into the Ring of the Law in Blackrock Depths. Allow yourself to be sentenced by High Justice Grimstone and place the banner firmly on the ground in a sign of defiance.$B$BYour victim will not be able to restrain himself and shall enter the fray filled with a desire to fight you. Once you obtain that which you seek, go back to Anthion.','Travel to the Ring of the Law in Blackrock Depths and place the Banner of Provocation in its center as you are sentenced by High Justice Grimstone. Slay Theldren and his gladiators and return to Anthion Harmon in the Eastern Plaguelands with the first piece of Lord Valthalak\'s amulet.','You\'ve recovered part of the medallion, $N?','You\'re back, $N!','','Theldren\'s Team Defeated','','','',0,22047,0,0,0,0,0,1,0,0,0,0,16166,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',8950,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9016,4044,1637,0,0,58,60,81,690,1024,0,0,0,0,0,0,0,9032,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the amulet back together. Return to Mokvar and tell him that Bodley is his only hope for finding the remaining pieces. Speak to him about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Mokvar in Orgimmar with a set of Wildheart Boots, a Wildheart Kilt and Wildheart Spaulders.\n','This curse was bestowed upon us but for a mere medallion. Lord Valthalak certainly knows how to hold a grudge.$B$BWe\'ll endeavor to find the remaining pieces - hopefully before I meet an untimely demise. But before that, let us see about your reward.','You\'ve returned and I see in your eyes that you\'ve much to tell me, $N. Let us take care of your reward first.','','','','','',16715,16719,16718,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22107,22111,22112,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9017,4044,1637,261,0,58,60,81,690,4,0,0,0,0,0,0,0,9032,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the amulet back together. Return to Mokvar and tell him that Bodley is his only hope for finding the remaining pieces. Speak to him about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Mokvar in Orgimmar with a set of Beaststalker\'s Boots, Beaststalker\'s Pants and Beaststalker\'s Mantle.','This curse was bestowed upon us but for a mere medallion. Lord Valthalak certainly knows how to hold a grudge.$B$BWe\'ll endeavor to find the remaining pieces - hopefully before I meet an untimely demise. But before that, let us see about your reward.','You\'ve returned and I see in your eyes that you\'ve much to tell me, $N. Let us take care of your reward first.','','','','','',16675,16678,16679,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22061,22017,22016,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9018,4044,1637,161,0,58,60,81,690,128,0,0,0,0,0,0,0,9032,21986,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the amulet back together. Return to Mokvar and tell him that Bodley is his only hope for finding the remaining pieces. Speak to him about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Mokvar in Orgimmar with a set of Magister\'s Boots, Magister\'s Leggings and Magister\'s Mantle.','This curse was bestowed upon us but for a mere medallion. Lord Valthalak certainly knows how to hold a grudge.$B$BWe\'ll endeavor to find the remaining pieces - hopefully before I meet an untimely demise. But before that, let us see about your reward.','You\'ve returned and I see in your eyes that you\'ve much to tell me, $N. Let us take care of your reward first.','','','','','',16682,16687,16689,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22064,22067,22068,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9019,4044,1637,0,0,58,60,81,690,16,0,0,0,0,0,0,0,9032,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the amulet back together. Return to Mokvar and tell him that Bodley is his only hope for finding the remaining pieces. Speak to him about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Mokvar in Orgimmar with a set of Devout Sandals, Devout Skirt and Devout Mantle.','This curse was bestowed upon us but for a mere medallion. Lord Valthalak certainly knows how to hold a grudge.$B$BWe\'ll endeavor to find the remaining pieces - hopefully before I meet an untimely demise. But before that, let us see about your reward.','You\'ve returned and I see in your eyes that you\'ve much to tell me, $N. Let us take care of your reward first.','','','','','',16691,16694,16695,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22084,22085,22082,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9020,4044,1637,0,0,58,60,81,690,8,0,0,0,0,0,0,0,9032,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the amulet back together. Return to Mokvar and tell him that Bodley is his only hope for finding the remaining pieces. Speak to him about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Mokvar in Orgimmar with a set of Shadowcraft Boots, Shadowcraft Pants and Shadowcraft Spaulders.','This curse was bestowed upon us but for a mere medallion. Lord Valthalak certainly knows how to hold a grudge.$B$BWe\'ll endeavor to find the remaining pieces - hopefully before I meet an untimely demise. But before that, let us see about your reward.','You\'ve returned and I see in your eyes that you\'ve much to tell me, $N. Let us take care of your reward first.','','','','','',16711,16709,16708,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22003,22007,22008,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9021,5875,1637,61,0,58,60,81,690,256,0,0,0,0,0,0,0,9032,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the amulet back together. Return to Mokvar and tell him that Bodley is his only hope for finding the remaining pieces. Speak to him about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Mokvar in Orgimmar with a set of Dreadmist Sandals, Dreadmist Leggings and Dreadmist Mantle.','This curse was bestowed upon us but for a mere medallion. Lord Valthalak certainly knows how to hold a grudge.$B$BWe\'ll endeavor to find the remaining pieces - hopefully before I meet an untimely demise. But before that, let us see about your reward.','You\'ve returned and I see in your eyes that you\'ve much to tell me, $N. Let us take care of your reward first.','','','','','',16704,16699,16701,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22076,22072,22073,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9022,4044,1637,81,0,58,60,81,690,1,0,0,0,0,0,0,0,9032,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the amulet back together. Return to Mokvar and tell him that Bodley is his only hope for finding the remaining pieces. Speak to him about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Mokvar in Orgimmar with a set of Boots of Valor, Legplates of Valor and Spaulders of Valor.','This curse was bestowed upon us but for a mere medallion. Lord Valthalak certainly knows how to hold a grudge.$B$BWe\'ll endeavor to find the remaining pieces - hopefully before I meet an untimely demise. But before that, let us see about your reward.','You\'ve returned and I see in your eyes that you\'ve much to tell me, $N. Let us take care of your reward first.','','','','','',16734,16732,16733,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21995,22000,22001,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9023,4044,1377,0,72,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Perfect Poison','My brother and I run the poison operations out of the manor Ravenholdt.$B$BLord Ravenholdt tasked me to track down a new and extremely effective poison compound that can be crafted from the venom sacs of the inhabitants of Zul\'Gurub and the Ruins of Ahn\'Qiraj.$B$BThere are two particularly venomous beasts residing in those blasted ruins that possess what it is that we might be looking for, $c. Bring me a venom sac from the beasts Kurinnaxx and Venoxis and we would be eternally grateful.','Dirk Thunderwood at Cenarion Hold wants you to bring him Venoxis\'s Venom Sac and Kurinnaxx\'s Venom Sac.','Ravenholdt thanks you, hero! Take your pick!','This ain\'t no smash and grab job, $N. You\'re gonna need to bring friends.','','','','','',22216,22217,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22378,22379,22377,22348,22347,22380,1,1,1,1,1,1,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,5),(9024,4044,0,22,8,1,-1,0,1101,0,0,0,0,0,0,0,0,9025,0,0,'Aristan\'s Hunch','I\'ve got it! Have you smelled the new fragrance on the wind? The new colognes and perfumes that have come into fashion? Our guards wouldn\'t neglect their duties so easily.$b$bThat is, unless their thinking has been clouded by some foul alchemy.$b$bThere is only one way to be sure - bring a bottle of cologne and perfume to Morgan Pestle, and tell him my suspicions. I will reimburse you for their purchase when you return.','Bring 1 Cologne Bottle and 1 Perfume Bottle to Morgan Pestle in the Trade District of Stormwind.','I understand Aristan\'s concerns, but I really think he\'s overreacting. Let young men and women do what they will. I think Aristan has forgotten what it means to be young and in love.$B$BBut it would be better not to tell him that. We\'ll humor him.','Something I can help you with?','','','','','',21833,21829,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,6,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,0),(9025,5875,0,22,8,1,-1,0,1101,0,0,0,0,0,0,0,0,9026,0,0,'Morgan\'s Discovery','Well, I\'ll be. It looks like Aristan might be on to something after all. I found traces of substances used in love potions and insidious mind-altering draughts.$b$bIt isn\'t unheard of for perfumes to have some of them, but a few of the ingredients I detected... Smells funny.','Return to Aristan Mottar outside the bank in Stormwind\'s Trade District.','While I thought this would be the case, finding out that my suspicions were correct is still unsettling. We must carefully consider our next move.$B$BHere, to repay you for the purchase of the cologne and perfume.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21812,22218,34258,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9024,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(9026,5875,0,22,8,1,-1,0,1101,0,0,0,0,0,0,0,0,9027,0,0,'Tracing the Source','We\'ve got to find the source. I\'ve seen a lot more people than usual - guards included - going in and out of The Gilded Rose. Talk to Allison. If she\'s selling them, she can tell you where they came from.','Speak with Innkeeper Allison at The Gilded Rose in Stormwind\'s Trade District.','Oh yes, I just got the perfume and cologne in stock recently. It\'s been selling so well, I don\'t know how long I can keep it on the shelves.$B$BIf you ask me, it\'s kind of boring. Everyone smelling the same? It smells great, but still.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9025,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9027,4044,0,22,8,1,-1,0,1101,0,0,0,0,0,0,0,0,9028,0,0,'Tracing the Source','Something funny about the cologne? It\'s possible. I\'ve never seen so many people after one product like this.$b$bLook, if there\'s something wrong with it, I want to know, too. I bought my supply from a merchant named Evert Sorisam. He\'s new in town.$b$bHe mentioned he had some goods he was going to deliver to The Finest Thread.','Speak with Evert Sorisam at The Finest Thread along Stormwind\'s Canals.','Yes, of course. Those fragrances are the hottest items this season. You must be the fifth or sixth person this hour to inquire about them.$B$BI\'m afraid my supplies are all sold out. If you\'d like some, you should speak with Allison, the innkeeper of The Gilded Rose.$B$BYou shouldn\'t waste any time, though. I think you\'ll find the perfume will be irresistible.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9026,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9028,4044,0,22,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Source Revealed','What? Treason? No, no. I assure you, my intentions are completely harmless.$b$bIs it so wrong to help those who wish to ease the painful ritual of courtship? Come, that is no crime.$b$bAnd to prove that I mean no harm, I will even tell you my source.$b$bThey were shipped to me by a Staffron Lerent, an apothecary of some sort. I never spoke with him.$b$bOur goblin middle man said that he worked in the foothills over Hillsbrad past that mysterious Ravenholdt Manor. I wish you luck in finding him.','Find Apothecary Staffron Lerent in the Hillsbrad Foothills behind Ravenholdt Manor.','Yes, I made those fragrances. Wonderful smell, isn\'t it? Irresistible.$B$BOnce the warriors of Alliance and Horde alike are smitten with these feelings of love, they will be powerless to stop the rise of the Shadow Council.$B$BThey will be weakened, unprepared. As they worry for their loved ones, they will lose their edge.$B$BThe solution was so simple. Why did it take me so long to come upon it? The weakness of all is through the heart. And there is nothing you can do to stop the inevitable.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9027,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9029,5875,0,22,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bubbling Cauldron','','','A pleasant smell wafts up from the cauldron.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22281,22282,22277,22278,22280,22276,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9028,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9030,5875,2557,0,0,58,60,81,0,0,0,0,0,0,0,0,0,0,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces.$B$BI, for once, shall rest in peace. I wish you the best of luck, and you shall need it!','Speak to Deliana in Ironforge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9031,5875,139,0,0,58,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces.$B$BI, for once, shall rest in peace. I wish you the best of luck, and you shall need it!','Speak to Mokvar in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9032,5875,25,0,8,58,60,0,690,0,0,0,0,0,0,0,0,8961,0,0,'Bodley\'s Unfortunate Fate','The medallion contained Valthalak\'s soul? It\'s no surprise it was guarded by such a powerful curse.$B$BLocating Bodley presents a bit of a problem. Last time I heard of him, he was preparing to venture back into Blackrock Spire. He was never heard of again.$B$BSeek him out in Blackrock Mountain, though I\'m afraid to say he\'s probably dead by now. I suggest taking the goblin\'s device with you, friend.','Travel to Blackrock Mountain and use the Extra-Dimensional Ghost Revealer to find Bodley near Blackrock Spire.','I am so glad that you can see me. Finally someone to talk to!$B$BWill you help us, $N? Help to undo the wrong that we perpetrated and put things to right? If it\'s true that you already have the Top Piece of Lord Valthalak\'s Amulet, then I think I can point you in the right direction to acquire the other two parts, reunite them and put an end to all of this.$B$BOh, by the way, hello, my name is Bodley. Nice to meet you!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8957,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9033,4044,3456,0,72,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Echoes of War','Five years since the last war...$B$BTens of thousands of lives were lost and for what? The threat was never fully extinguished.$B$BAnd so the Lich King stirs once more... His yes-man, Kel\'Thuzad, amassing for another attack upon our lands.$B$BWe will not allow it! Prove your dedication. Prove that you are willing to risk life and limb to stop this madness and the combined might of the Dawn and the Crusade will be at your beck and call.$B$BEnter Naxxramas and destroy the Scourge within...','Commander Eligor Dawnbringer at Light\'s Hope Chapel in the Eastern Plaguelands wants you to slay 5 Living Monstrosities, 5 Stoneskin Gargoyles, 8 Deathknight Captains and 3 Venom Stalkers.','A job well done! You will be rewarded via the services of the men and women at Light\'s Hope.','Duty, honor, dedication... What do these words mean to you?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16145,15976,16021,16168,8,3,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'9121 9122 9123',9123,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9034,4044,3456,0,64,60,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Breastplate','During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of armor worn by heroes.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands will make a Dreadnaught Breastplate if you bring him the following items: 1 Desecrated Breastplate, 25 Wartorn Plate Scraps, 4 Arcanite Bars and 2 Nexus Crystals.\n','Exellent $N !$B , you got everything just as i asked and now i can make a Dreadnaught Breastplate.','You got some missing parts for the quest please go and get them all!','','','','','',22349,22375,12360,20725,0,0,1,25,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22416,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9035,10958,3430,0,136,4,6,0,690,0,0,0,0,0,0,0,0,9062,0,0,'Roadside Ambush','You, there! You must help me, please!$B$BA fellow apprentice and I were attacked by the Wretched! In their mad hunger for magic, they took everything they could get their hands on: mana crystals, wands, spellbooks... everything!$B$BMeledor gave chase after them; I had to stay behind and look after what they didn\'t take. Continue down the road and see if you can lend him a hand.','Speak to Apprentice Meledor in Eversong Woods along the road heading south from Silvermoon City.','They\'re gone now. Scared the breeches out of them with a well-placed fireball! Unfortunately for me, they threw our precious cargo into the river.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9036,4044,3456,0,64,60,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Legplates','During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of armor worn by heroes.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreadnaught Legplates if you bring him the following items: 1 Desecrated Legplates, 20 Wartorn Plate Scraps, 4 Arcanite Bars and 3 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Dreadnaught Legplates.','You got some missing parts for the quest please go and get them all!','','','','','',22352,22375,12360,15407,0,0,1,20,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22417,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9037,4044,3456,0,64,60,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Helmet','During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of armor worn by heroes.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands will make a Dreadnaught Helmet if you bring him the following items: 1 Desecrated Helmet, 15 Wartorn Plate Scraps, 5 Arcanite Bars and 1 Nexus Crystal.','Exellent $N !$B , you got everything just as i asked and now i can make a Dreadnaught Helmet.','You got some missing parts for the quest please go and get them all!','','','','','',22353,22375,12360,20725,0,0,1,15,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22418,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9038,4044,3456,0,64,60,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Pauldrons','During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of armor worn by heroes.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreadnaught Pauldrons if you bring him the following items: 1 Desecrated Pauldrons, 12 Wartorn Plate Scraps, 2 Arcanite Bars and 3 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Dreadnaught Pauldrons.','You got some missing parts for the quest please go and get them all!','','','','','',22354,22375,12360,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22419,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9039,4044,3456,0,64,60,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Sabatons','During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of armor worn by heroes.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreadnaught Sabatons if you bring him the following items: 1 Desecrated Sabatons, 12 Wartorn Plate Scraps, 2 Arcanite Bars and 3 Cured Rugged Hides.\n','Exellent $N !$B , you got everything just as i asked and now i can make a Dreadnaught Sabatons.','You got some missing parts for the quest please go and get them all!','','','','','',22358,22375,12360,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22420,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9040,4044,3456,0,64,60,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Gauntlets','During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of armor worn by heroes.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreadnaught Gauntlets if you bring him the following items: 1 Desecrated Gauntlets, 8 Wartorn Plate Scraps, 1 Arcanite Bar and 5 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Dreadnaught Gauntlets.','You got some missing parts for the quest please go and get them all!','','','','','',22357,22375,12360,15407,0,0,1,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22421,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9041,4044,3456,0,64,60,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Waistguard','During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of armor worn by heroes.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands will make a Dreadnaught Waistguard if you bring him the following items: 1 Desecrated Waistguard, 8 Wartorn Plate Scraps, 1 Arcanite Bar and 5 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Dreadnaught Waistguard.','You got some missing parts for the quest please go and get them all!','','','','','',22356,22375,12360,15407,0,0,1,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22422,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9042,4044,3456,0,64,60,60,62,0,1,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Bracers','During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of armor worn by heroes.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreadnaught Bracers if you bring him the following items: 1 Desecrated Bracers, 6 Wartorn Plate Scraps, 1 Arcanite Bar and 1 Nexus Crystal.','Exellent $N !$B , you got everything just as i asked and now i can make a Dreadnaught Bracers.','You got some missing parts for the quest please go and get them all!','','','','','',22355,22375,12360,20725,0,0,1,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22423,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9043,4044,3456,0,64,60,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Redemption Tunic','You will find the remnants of our fallen heroes on the corpses of the Lords of Naxxramas. Bring those desecrated keepsakes to me along with wartorn plate scraps and crafting materials capable of revitalizing the cursed armor and I shall craft a fine piece of armor for you.','Commander Eligor Dawnbringer at Light\'s Hope Chapel in the Eastern Plaguelands will make a Redemption Tunic if you bring him the following: 1 Desecrated Tunic, 25 Wartorn Plate Scraps, 4 Arcanite Bars and 3 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Redemption Tunic.','You got some missing parts for the quest please go and get them all!','','','','','',22350,22375,12360,15407,0,0,1,25,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22425,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9044,4044,3456,0,64,60,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Redemption Legguards','You will find the remnants of our fallen heroes on the corpses of the Lords of Naxxramas. Bring those desecrated keepsakes to me along with wartorn plate scraps and crafting materials capable of revitalizing the cursed armor and I shall craft a fine piece of armor for you.','Commander Eligor Dawnbringer at Light\'s Hope Chapel in the Eastern Plaguelands will make a pair of Redemption Legguards if you bring him the following: 1 Desecrated Legguards, 20 Wartorn Plate Scraps, 4 Arcanite Bars and 2 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Redemption Legguards.','You got some missing parts for the quest please go and get them all!','','','','','',22359,22375,12360,20725,0,0,1,20,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22427,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9045,4044,3456,0,64,60,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Redemption Headpiece','You will find the remnants of our fallen heroes on the corpses of the Lords of Naxxramas. Bring those desecrated keepsakes to me along with wartorn plate scraps and crafting materials capable of revitalizing the cursed armor and I shall craft a fine piece of armor for you.','Commander Eligor Dawnbringer at Light\'s Hope Chapel in the Eastern Plaguelands will make a Redemption Headpiece if you bring him the following: 1 Desecrated Headpiece, 15 Wartorn Plate Scraps, 5 Arcanite Bars and 2 Cured Rugged Hides.','$B$BKeep it covered, $C.','You got some missing parts for the quest please go and get them all!','','','','','',22360,22375,12360,15407,0,0,1,15,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22428,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9046,4044,3456,0,64,60,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Redemption Spaulders','You will find the remnants of our fallen heroes on the corpses of the Lords of Naxxramas. Bring those desecrated keepsakes to me along with wartorn plate scraps and crafting materials capable of revitalizing the cursed armor and I shall craft a fine piece of armor for you.','Commander Eligor Dawnbringer at Light\'s Hope Chapel in the Eastern Plaguelands will make a pair of Redemption Spaulders if you bring him the following: 1 Desecrated Spaulders, 12 Wartorn Plate Scraps, 2 Arcanite Bars and 2 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Redemption Spaulders.','You got some missing parts for the quest please go and get them all!','','','','','',22361,22375,12360,20725,0,0,1,12,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22429,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9047,4044,3456,0,64,60,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Redemption Boots','You will find the remnants of our fallen heroes on the corpses of the Lords of Naxxramas. Bring those desecrated keepsakes to me along with wartorn plate scraps and crafting materials capable of revitalizing the cursed armor and I shall craft a fine piece of armor for you.','Commander Eligor Dawnbringer at Light\'s Hope Chapel in the Eastern Plaguelands will make Redemption Boots if you bring him the following: 1 Desecrated Boots, 12 Wartorn Plate Scraps, 2 Arcanite Bars and 3 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Redemption Boots.','You got some missing parts for the quest please go and get them all!','','','','','',22365,22375,12360,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22430,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9048,4044,3456,0,64,60,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Redemption Handguards','You will find the remnants of our fallen heroes on the corpses of the Lords of Naxxramas. Bring those desecrated keepsakes to me along with wartorn plate scraps and crafting materials capable of revitalizing the cursed armor and I shall craft a fine piece of armor for you.','Commander Eligor Dawnbringer at Light\'s Hope Chapel in the Eastern Plaguelands will make Redemption Handguards if you bring him the following: 1 Desecrated Handguards, 8 Wartorn Plate Scraps, 1 Arcanite Bar and 5 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Redemption Handguards.','You got some missing parts for the quest please go and get them all!','','','','','',22364,22375,12360,15407,0,0,1,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22426,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9049,4044,3456,0,64,60,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Redemption Girdle','You will find the remnants of our fallen heroes on the corpses of the Lords of Naxxramas. Bring those desecrated keepsakes to me along with wartorn plate scraps and crafting materials capable of revitalizing the cursed armor and I shall craft a fine piece of armor for you.','Commander Eligor Dawnbringer at Light\'s Hope Chapel in the Eastern Plaguelands will make a Redemption Girdle if you bring him the following: 1 Desecrated Girdle, 8 Wartorn Plate Scraps, 1 Arcanite Bar and 3 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Redemption Girdle.','You got some missing parts for the quest please go and get them all! ','','','','','',22363,22375,12360,20725,0,0,1,8,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22431,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9050,4044,3456,0,64,60,60,62,0,2,0,0,0,0,0,0,0,0,0,0,'Redemption Wristguards','You will find the remnants of our fallen heroes on the corpses of the Lords of Naxxramas. Bring those desecrated keepsakes to me along with wartorn plate scraps and crafting materials capable of revitalizing the cursed armor and I shall craft a fine piece of armor for you.','Commander Eligor Dawnbringer at Light\'s Hope Chapel in the Eastern Plaguelands will make Redemption Wristguards if you bring him the following: 1 Desecrated Wristguards, 6 Wartorn Plate Scraps, 1 Arcanite Bar and 2 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Redemption Wristguards.','You got some missing parts for the quest please go and get them all!','','','','','',22362,22375,12360,15407,0,0,1,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22424,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9051,4044,0,263,2,50,52,1,0,1024,0,0,0,0,0,0,0,9053,22432,1,'Toxic Test','The toxin you helped me create is for a special purpose. The great devilsaurs of the crater make it dangerous to hunt and difficult for me to survive. Even if I possessed the necessary strength, killing a devilsaur simply allows another to move into its territory.$b$bTake this poisoned barb and stab it deep into a living devilsaur. The toxin should pacify the creature, though I do not know how quickly...','Stab a Devilsaur with the Devilsaur Barb. Return to Torwa Pathfinder in Un\'Goro Crater when you have completed this task.','Thank you, $N. You are brave and wise.$B$BTell me, how did the devilsaur react to the toxin?','Were you able to pacify the great beast?','Devilsaur stabbed with barb','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',9052,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9052,4044,0,263,0,50,52,0,0,1024,0,0,0,0,0,0,0,9051,0,0,'Bloodpetal Poison','I would ask you to help me create a toxin of sorts, to pacify a great creature living here in the crater. It is not deadly, and only the keen eyes of a $c can hope to collect the ingredients.$b$bYou can find the bloodcap mushrooms growing within the bloodpetal sprouts all across the crater. Gorishi stings are from the insects inside and around the Slithering Scar, located in the southern part of the crater.','Collect 8 Bloodcap and 8 Gorishi Stings, and return to Torwa Pathfinder in Un\'Goro Crater.','The ingredients at last!$B$BWith the Un\'Goro soil I have collected, the toxin is easily concocted...','Have you met with success?','','','','','',22435,22434,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13446,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',9063,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9053,4044,0,263,0,50,52,81,0,1024,0,0,0,0,0,0,0,0,0,0,'A Better Ingredient','It is as I feared -- the toxin is simply too weak for such a powerful creature.$b$bIf we are to create a toxin of high enough potency, you must venture to the bottom of the Temple of Atal\'Hakkar, unlock the secrets of the altar and recover a putrid vine from the guardian there. The temple is dangerous, and it would behoove you to bring friends.$b$bReturn to me when this is done.','Retrieve a Putrid Vine from the guardian at the bottom of the Sunken Temple and return to Torwa Pathfinder.','At last, the toxin can be created in full. I dare not require you to inflict it upon the creature again, as I have asked too much already.$B$BYou have my thanks and respect. May you be well in your travels, $N.','Have you recovered the vine?','','','','','',22444,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22274,22272,22458,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9051,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9054,4044,3456,0,64,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Tunic','I have discovered a use for the carapace of the crypt fiend. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.$B$BBring me the items I require and I shall fashion for you a suit of armor the likes of which has never before been seen in our world!','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands will make a Cryptstalker Tunic if you bring him the following: 1 Desecrated Tunic, 25 Wartorn Chain Scraps, 4 Arcanite Bars and 3 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Cryptstalker Tunic.','You got some missing parts for the quest please go and get them all!','','','','','',22350,22374,12360,15407,0,0,1,25,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22436,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9055,4044,3456,0,64,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Legguards','I have discovered a use for the carapace of the crypt fiend. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.$B$BBring me the items I require and I shall fashion for you a suit of armor the likes of which has never before been seen in our world!','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands will make Cryptstalker Legguards if you bring him the following: 1 Desecrated Legguards, 20 Wartorn Chain Scraps, 3 Arcanite Bars and 5 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Cryptstalker Legguards.','You got some missing parts for the quest please go and get them all!','','','','','',22359,22374,12360,15407,0,0,1,20,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22437,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9056,4044,3456,0,64,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Headpiece','I have discovered a use for the carapace of the crypt fiend. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.$B$BBring me the items I require and I shall fashion for you a suit of armor the likes of which has never before been seen in our world!','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands will make a Cryptstalker Headpiece if you bring him the following: 1 Desecrated Headpiece, 15 Wartorn Chain Scraps, 4 Arcanite Bars and 2 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Cryptstalker Headpiece.','You got some missing parts for the quest please go and get them all!','','','','','',22360,22374,12360,20725,0,0,1,15,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22438,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9057,4044,3456,0,64,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Spaulders','I have discovered a use for the carapace of the crypt fiend. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.$B$BBring me the items I require and I shall fashion for you a suit of armor the likes of which has never before been seen in our world!','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands will make Cryptstalker Spaulders if you bring him the following: 1 Desecrated Spaulders, 12 Wartorn Chain Scraps, 2 Arcanite Bars and 3 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Cryptstalker Spaulders.','You got some missing parts for the quest please go and get them all!','','','','','',22361,22374,12360,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22439,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9058,4044,3456,0,64,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Boots','I have discovered a use for the carapace of the crypt fiend. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.$B$BBring me the items I require and I shall fashion for you a suit of armor the likes of which has never before been seen in our world!','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands will make Cryptstalker Boots if you bring him the following: 1 Desecrated Boots, 12 Wartorn Chain Scraps, 1 Arcanite Bar and 3 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Cryptstalker Boots.','You got some missing parts for the quest please go and get them all!','','','','','',22365,22374,12360,20725,0,0,1,12,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22440,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9059,4044,3456,0,64,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Handguards','I have discovered a use for the carapace of the crypt fiend. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.$B$BBring me the items I require and I shall fashion for you a suit of armor the likes of which has never before been seen in our world!','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands will make Cryptstalker Handguards if you bring him the following: 1 Desecrated Handguards, 8 Wartorn Chain Scraps, 1 Arcanite Bar and 5 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Cryptstalker Handguards.','You got some missing parts for the quest please go and get them all!','','','','','',22364,22374,12360,15407,0,0,1,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22441,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9060,4044,3456,0,64,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Girdle','I have discovered a use for the carapace of the crypt fiend. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.$B$BBring me the items I require and I shall fashion for you a suit of armor the likes of which has never before been seen in our world!','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands will make a Cryptstalker Girdle if you bring him the following: 1 Desecrated Girdle, 8 Wartorn Chain Scraps, 1 Arcanite Bar and 3 Nexus Crystals.\n','Exellent $N !$B , you got everything just as i asked and now i can make a Cryptstalker Girdle.','You got some missing parts for the quest please go and get them all!','','','','','',22363,22374,12360,20725,0,0,1,8,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22442,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9061,4044,3456,0,64,60,60,62,0,4,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Wristguards','I have discovered a use for the carapace of the crypt fiend. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.$B$BBring me the items I require and I shall fashion for you a suit of armor the likes of which has never before been seen in our world!','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands will make Cryptstalker Wristguards if you bring him the following: 1 Desecrated Wristguards, 6 Wartorn Chain Scraps, 1 Arcanite Bar and 2 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Cryptstalker Wristguards.','You got some missing parts for the quest please go and get them all!','','','','','',22362,22374,12360,15407,0,0,1,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22443,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9062,10958,3430,0,136,4,6,0,690,0,0,0,0,0,0,0,0,9064,0,0,'Soaked Pages','Those blasted Wretched sure can run fast at the sight of someone who\'ll stand up to them. But let\'s not worry about that now. I need to find my instructor\'s elemental grimoire.$B$BI\'m certain I saw one of those cowards throw it into the river but I cannot seem to be able to locate it. I could use another set of eyes. I\'ll throw in a bit of coin if you spot it.','Apprentice Meledor in Eversong Woods wants you to search the water beneath the bridge nearby and bring him Antheol\'s Elemental Grimoire.','The book is completely soaked. Instructor Antheol\'s not going to like this at all.$B$BHere, take this money. I have an idea.','No luck? Well, keep looking. The book is of utmost importance, $C.','','','','','',22414,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',9035,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9063,4044,0,263,0,50,52,0,0,1024,0,0,0,0,0,0,0,9052,0,0,'Torwa Pathfinder','A hunter by the name of Torwa Pathfinder has requested the help of a druid. He said only we would possess the necessary skills and respect for nature to help him.$b$bThere is a road that connects the Un\'Goro Crater and the desert of Tanaris. As that road enters the crater, you will find Torwa close by.','Speak with Torwa Pathfinder in Un\'Goro Crater.','You have traveled far to meet with me, $C, and not a moment too soon.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9064,10958,3430,0,128,4,6,0,690,0,0,0,0,0,0,0,0,9066,22414,1,'Taking the Fall','Antheol is going to fly off his rocker when he finds out his book is ruined. I\'ve got a little proposal for you; don\'t worry, I\'ll make it worth your while.$B$BTake this book to him and tell him nothing of this incident. If he asks, just tell him you dropped the book into a puddle. He has no direct authority over you, so there\'s not much he can do.$B$BAntheol delivers his lectures at Stillwhisper Pond, southeast of Silvermoon. You\'ll do this for us, right? I\'ll reward you handsomely for this favor!','Bring Antheol\'s Elemental Grimoire to Instructor Antheol at Stillwhisper Pond in Eversong Woods.','You say those two incompetent fools bribed you to lie to me? You\'ve done very well in coming to me, $N.','What calls for this interruption to my lecture, $C?','','','','','',22414,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,25,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',9062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9065,10958,22,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Pattymac Special','Hey you, knock down that tower!','Make sure you destroy that tower!','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25499,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,118,0,0,1,5,0,0,529,87,0,0,0,0,150,-250,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(9066,10958,3430,0,128,4,6,0,690,0,0,0,0,0,0,0,0,0,22473,1,'Swift Discipline','I hope you learn a valuable lesson today, $N. Never trust someone else to lie for you.$B$BNow I want you to go back to my two dimwitted students and discipline them using this wand. My magic tells me that you\'ll find them along the road to the west on the other side of the Dead Scar.$B$BCome back to me after you\'ve done this. I\'ll give you a small reward for your troubles.','Use Antheol\'s Disciplinary Rod on his two students: Apprentice Ralen and Apprentice Meledor. Return to Antheol at Stillwhisper Pond in Eversong Woods with the rod after this.','Excellent job, $N. Don\'t worry, they\'re not stuck in that form permanently. Their apprenticeship, however, won\'t be restored until they earn it back.','Did you do what I asked of you, $N?','','Apprentice Meledor Disciplined','Apprentice Ralen Disciplined','','',0,0,22473,0,0,0,0,0,1,0,0,0,15945,15941,0,0,1,1,0,0,27907,27907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22976,0,0,0,1,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',9064,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9067,10958,3430,0,136,7,9,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Party Never Ends','I like to throw parties... just a little something to celebrate the magnificence that is Quel\'Thalas!$B$BBut, I\'m in a bit of a bind. I need you to gather up more party supplies.$B$BFrom Vinemaster Suntouched at the Silvermoon City inn, bring me a bottle of Suntouched Special Reserve. From Zalene Firstlight at Farstrider Retreat acquire more of those delicious Springpaw Appetizers. And you can pick up my delivery of fireworks from Halis Dawnstrider at Fairbreeze Village.$B$BBe quick about it!','Acquire a bottle of Suntouched Special Reserve, Springpaw Appetizers and a Bundle of Fireworks, and return them to Lord Saltheril at Saltheril\'s Haven in Eversong Woods.','You\'re quite the energetic young $gman:woman;, aren\'t you?$B$BThis all looks very adequate. You certainly deserve compensation for gathering up all of this for me, and something a little extra I think.$B$BOh, I almost forgot, here\'s an invitation to the party. And, $c, next time that you drop in make sure to dress up in something a little more... festive.','Didn\'t I just send you out to gather up more party supplies? Was that you? Oh, I can\'t be expected to remember everyone\'s face, now can I? I meet so many... interesting people.$B$BWhat is it that you want?','','','','','',22775,22776,22777,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23500,0,0,0,1,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',9395,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9068,10958,3456,0,64,60,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Earthshatter Tunic','Would you honor me by returning the armor of those that fell in the defense of these lands?$B$BThe armor has been desecrated and is undoubtedly being used for evil; however, with wartorn armor scraps, the desecrated armor can be renewed and worn for battle once more.$B$BBring me the remnants of the fallen along with purification materials and Earthshatter shall be yours to don.$B$BSearch Naxxramas.','Rimblat Earthshatter at Light\'s Hope Chapel in the Eastern Plaguelands will make an Earthshatter Tunic if you bring him the following: 1 Desecrated Tunic, 25 Wartorn Chain Scraps, 4 Arcanite Bars and 3 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Earthshatter Tunic.','You got some missing parts for the quest please go and get them all!','','','','','',22350,22374,12360,15407,0,0,1,25,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22464,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9069,10958,3456,0,64,60,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Earthshatter Legguards','Would you honor me by returning the armor of those that fell in the defense of these lands?$B$BThe armor has been desecrated and is undoubtedly being used for evil; however, with wartorn armor scraps, the desecrated armor can be renewed and worn for battle once more.$B$BBring me the remnants of the fallen along with purification materials and Earthshatter shall be yours to don.$B$BSearch Naxxramas.','Rimblat Earthshatter at Light\'s Hope Chapel in the Eastern Plaguelands will make Earthshatter Legguards if you bring him the following: 1 Desecrated Legguards, 20 Wartorn Chain Scraps, 3 Arcanite Bars and 5 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Earthshatter Legguards.','You got some missing parts for the quest please go and get them all!','','','','','',22359,22374,12360,15407,0,0,1,20,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22465,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9070,10958,3456,0,64,60,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Earthshatter Headpiece','Would you honor me by returning the armor of those that fell in the defense of these lands?$B$BThe armor has been desecrated and is undoubtedly being used for evil; however, with wartorn armor scraps, the desecrated armor can be renewed and worn for battle once more.$B$BBring me the remnants of the fallen along with purification materials and Earthshatter shall be yours to don.$B$BSearch Naxxramas.','Rimblat Earthshatter at Light\'s Hope Chapel in the Eastern Plaguelands will make an Earthshatter Headpiece if you bring him the following: 1 Desecrated Headpiece, 15 Wartorn Chain Scraps, 4 Arcanite Bars and 2 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Earthshatter Headpiece.','You got some missing parts for the quest please go and get them all!','','','','','',22360,22374,12360,20725,0,0,1,15,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22466,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9071,4044,3456,0,64,60,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Earthshatter Spaulders','Would you honor me by returning the armor of those that fell in the defense of these lands?$B$BThe armor has been desecrated and is undoubtedly being used for evil; however, with wartorn armor scraps, the desecrated armor can be renewed and worn for battle once more.$B$BBring me the remnants of the fallen along with purification materials and Earthshatter shall be yours to don.$B$BSearch Naxxramas.','Rimblat Earthshatter at Light\'s Hope Chapel in the Eastern Plaguelands will make Earthshatter Spaulders if you bring him the following: 1 Desecrated Spaulders, 12 Wartorn Chain Scraps, 2 Arcanite Bars and 2 Mooncloth.','Exellent $N !$B , you got everything just as i asked and now i can make a Earthshatter Spaulders.','You got some missing parts for the quest please go and get them all!','','','','','',22361,22374,12360,14342,0,0,1,12,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22467,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9072,10958,3456,0,64,60,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Earthshatter Boots','Would you honor me by returning the armor of those that fell in the defense of these lands?$B$BThe armor has been desecrated and is undoubtedly being used for evil; however, with wartorn armor scraps, the desecrated armor can be renewed and worn for battle once more.$B$BBring me the remnants of the fallen along with purification materials and Earthshatter shall be yours to don.$B$BSearch Naxxramas.','Rimblat Earthshatter at Light\'s Hope Chapel in the Eastern Plaguelands will make Earthshatter Boots if you bring him the following: 1 Desecrated Boots, 12 Wartorn Chain Scraps, 1 Arcanite Bar and 3 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Earthshatter Boots.','You got some missing parts for the quest please go and get them all!','','','','','',22365,22374,12360,20725,0,0,1,12,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22468,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9073,10958,3456,0,64,60,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Earthshatter Handguards','Would you honor me by returning the armor of those that fell in the defense of these lands?$B$BThe armor has been desecrated and is undoubtedly being used for evil; however, with wartorn armor scraps, the desecrated armor can be renewed and worn for battle once more.$B$BBring me the remnants of the fallen along with purification materials and Earthshatter shall be yours to don.$B$BSearch Naxxramas.','Rimblat Earthshatter at Light\'s Hope Chapel in the Eastern Plaguelands will make Earthshatter Handguards if you bring him the following: 1 Desecrated Handguards, 8 Wartorn Chain Scraps, 1 Arcanite Bar and 5 Cured Rugged Hides.','These handguards channel the power of the elements!','Have you brought me that which I require?','','','','','',22364,22374,12360,15407,0,0,1,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22469,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9074,10958,3456,0,64,60,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Earthshatter Girdle','Would you honor me by returning the armor of those that fell in the defense of these lands?$B$BThe armor has been desecrated and is undoubtedly being used for evil; however, with wartorn armor scraps, the desecrated armor can be renewed and worn for battle once more.$B$BBring me the remnants of the fallen along with purification materials and Earthshatter shall be yours to don.$B$BSearch Naxxramas.','Rimblat Earthshatter at Light\'s Hope Chapel in the Eastern Plaguelands will make an Earthshatter Girdle if you bring him the following: 1 Desecrated Girdle, 8 Wartorn Chain Scraps, 1 Arcanite Bar and 3 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Earthshatter Girdle.','You got some missing parts for the quest please go and get them all!','','','','','',22363,22374,12360,20725,0,0,1,8,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22470,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9075,10958,3456,0,64,60,60,62,0,64,0,0,0,0,0,0,0,0,0,0,'Earthshatter Wristguards','Would you honor me by returning the armor of those that fell in the defense of these lands?$B$BThe armor has been desecrated and is undoubtedly being used for evil; however, with wartorn armor scraps, the desecrated armor can be renewed and worn for battle once more.$B$BBring me the remnants of the fallen along with purification materials and Earthshatter shall be yours to don.$B$BSearch Naxxramas.','Rimblat Earthshatter at Light\'s Hope Chapel in the Eastern Plaguelands will make Earthshatter Wristguards if you bring him the following: 1 Desecrated Wristguards, 6 Wartorn Chain Scraps, 1 Arcanite Bar and 2 Cured Rugged Hides.\n','The wristguards are ready, $N.$B$B','Have you brought me that which I require?','','','','','',22362,22374,12360,15407,0,0,1,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22471,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9076,10958,3430,0,136,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wretched Ringleader','The Wretched are so oblivious, gorging on foul magic, that they haven\'t realized we\'ve recovered most of our weapons. We can\'t expect them to remain in their stupor, though. Now is the time for a decisive attack. Let us make an example of their leader, Aldaron. He was spotted on the top floor of the building by the anchorage. Bring me his head; I\'ll reward you suitably.','Bring Aldaron\'s Head to Velendris Whitemorn near Sunsail Anchorage in Eversong Woods.','You defeated him after all! Undoubtedly my men softened him up for you.$B$BI jest, $C. You\'ve done well. You\'ll make a name for yourself if you keep your nose clean.','Well, do you have his head or not? I\'ve no time to waste, $N.','','','','','',22487,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22964,22965,22966,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',8480,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9077,4044,3456,0,64,60,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Bonescythe Breastplate','If you want Bonescythe made, you\'re going to have to supply the materials.$B$BEnter Naxxramas, the big floating city of death in the sky up there, and find desecrated armor and wartorn armor scraps. Bring those back along with the materials to put everything together and you\'ll have your Bonescythe. Oh, and you\'ll need to pay me for my troubles... I\'ll supply the bones.','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands will make a Bonescythe Breastplate if you bring him the following: 1 Desecrated Breastplate, 25 Wartorn Leather Scraps, 2 Arcanite Bars and 6 Cured Rugged Hides.','Exellent $N !$B,you got everything just as i asked and now i can make a Bonescythe Breastplate.','You got some missing parts for the quest please go and get them all!','','','','','',22349,22373,12360,15407,0,0,1,25,2,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22476,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9078,4044,3456,0,64,60,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Bonescythe Legplates','If you want Bonescythe made, you\'re going to have to supply the materials.$B$BEnter Naxxramas, the big floating city of death in the sky up there, and find desecrated armor and wartorn armor scraps. Bring those back along with the materials to put everything together and you\'ll have your Bonescythe. Oh, and you\'ll need to pay me for my troubles... I\'ll supply the bones.','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands will make Bonescythe Legplates if you bring him the following: 1 Desecrated Legplates, 20 Wartorn Leather Scraps, 1 Arcanite Bar, 8 Cured Rugged Hides and 100 gold pieces.','Be careful walking around in those things. You might cut yourself.','$B$BI just realized the irony in all of this.','','','','','',22352,22373,12360,15407,0,0,1,20,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22477,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,-1000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9079,4044,3456,0,64,60,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Bonescythe Helmet','If you want Bonescythe made, you\'re going to have to supply the materials.$B$BEnter Naxxramas, the big floating city of death in the sky up there, and find desecrated armor and wartorn armor scraps. Bring those back along with the materials to put everything together and you\'ll have your Bonescythe. Oh, and you\'ll need to pay me for my troubles... I\'ll supply the bones.','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands will make a Bonescythe Helmet if you bring him the following: 1 Desecrated Helmet, 15 Wartorn Leather Scraps, 8 Cured Rugged Hides, 1 Nexus Crystal and 75 gold pieces.\n','Exellent $N !$B,you got everything just as i asked and now i can make a Bonescythe Helmet.','You got some missing parts for the quest please go and get them all!','','','','','',22353,22373,15407,20725,0,0,1,15,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22478,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9080,4044,3456,0,64,60,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Bonescythe Pauldrons','If you want Bonescythe made, you\'re going to have to supply the materials.$B$BEnter Naxxramas, the big floating city of death in the sky up there, and find desecrated armor and wartorn armor scraps. Bring those back along with the materials to put everything together and you\'ll have your Bonescythe. Oh, and you\'ll need to pay me for my troubles... I\'ll supply the bones.','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands will make Bonescythe Pauldrons if you bring him the following: 1 Desecrated Pauldrons, 12 Wartorn Leather Scraps, 5 Cured Rugged Hides, 1 Nexus Crystal and 50 gold pieces. ','$B$BThese shoulders took some work! Don\'t go out and get yourself killed like a scrub, $N.','$B$BBeen to Tyr\'s Hand lately?','','','','','',22354,22373,15407,20725,0,0,1,12,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22479,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9081,4044,3456,0,64,60,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Bonescythe Sabatons','If you want Bonescythe made, you\'re going to have to supply the materials.$B$BEnter Naxxramas, the big floating city of death in the sky up there, and find desecrated armor and wartorn armor scraps. Bring those back along with the materials to put everything together and you\'ll have your Bonescythe. Oh, and you\'ll need to pay me for my troubles... I\'ll supply the bones.','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands will make Bonescythe Sabatons if you bring him the following: 1 Desecrated Sabatons, 12 Wartorn Leather Scraps, 3 Cured Rugged Hides, 2 Nexus Crystals and 25 gold pieces. ','They go on your feet. Say, you haven\'t been nosing around in Tyr\'s Hand again, have you?','Just bring me the materials and stop wasting my time, $C.','','','','','',22358,22373,15407,20725,0,0,1,12,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22480,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,-250000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9082,4044,3456,0,64,60,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Bonescythe Gauntlets','If you want Bonescythe made, you\'re going to have to supply the materials.$B$BEnter Naxxramas, the big floating city of death in the sky up there, and find desecrated armor and wartorn armor scraps. Bring those back along with the materials to put everything together and you\'ll have your Bonescythe. Oh, and you\'ll need to pay me for my troubles... I\'ll supply the bones.','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands will make Bonescythe Gauntlets if you bring him the following: 1 Desecrated Gauntlets, 8 Wartorn Leather Scraps, 1 Arcanite Bar and 5 Cured Rugged Hides. ','These gauntlets could probably substitute as weapons if absolutely necessary. Wear them with pride!','How do you expect me to get anything done without the items I requested?','','','','','',22357,22373,12360,15407,0,0,1,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22481,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9083,4044,3456,0,64,60,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Bonescythe Waistguard','If you want Bonescythe made, you\'re going to have to supply the materials.$B$BEnter Naxxramas, the big floating city of death in the sky up there, and find desecrated armor and wartorn armor scraps. Bring those back along with the materials to put everything together and you\'ll have your Bonescythe. Oh, and you\'ll need to pay me for my troubles... I\'ll supply the bones.','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands will make a Bonescythe Waistguard if you bring him the following: 1 Desecrated Waistguard, 8 Wartorn Leather Scraps, 5 Cured Rugged Hides, 1 Nexus Crystal and 15 gold pieces.','The belt is ready, $N. Have you ever seen such a high-quality item sold for so little?','How do you expect me to get anything done without the items I requested?','','','','','',22356,22373,15407,20725,0,0,1,8,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22482,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,-150000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9084,4044,3456,0,64,60,60,62,0,8,0,0,0,0,0,0,0,0,0,0,'Bonescythe Bracers','If you want Bonescythe made, you\'re going to have to supply the materials.$B$BEnter Naxxramas, the big floating city of death in the sky up there, and find desecrated armor and wartorn armor scraps. Bring those back along with the materials to put everything together and you\'ll have your Bonescythe. Oh, and you\'ll need to pay me for my troubles... I\'ll supply the bones.','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands will make Bonescythe Bracers if you bring him the following: 1 Desecrated Bracers, 6 Wartorn Leather Scraps, 1 Arcanite Bar, 2 Cured Rugged Hides and 10 gold pieces.','The bracers are ready, $N.$B$B','How do you expect me to get anything done without the items I requested?','','','','','',22355,22373,12360,15407,0,0,1,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22483,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,-100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9085,4044,0,368,8,50,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Shadows of Doom','After you bring down the defenses of the Scourge summoning circles, you must confront the acolytes who protect them.$b$bIn truth, these are not men. They are shadows, some of the Lich King\'s most frightening creatures. They can be revealed using the necrotic runes they carry, and then destroyed with magic or strength of arms.','Go to a summoning circle and kill a Shadow of Doom, then return to Commander Thomas Helleran at Light\'s Hope Chapel in Eastern Plaguelands.','Excellent work, $n. With the shadows destroyed, our hope of victory against the Lich King survives.','Have you had any luck, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16143,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,23123,23122,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9086,4044,3456,0,64,60,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Tunic','Many heroes fell in the last war and many continue to perish at the hands of the Scourge to this day. From the corpses of the fallen, the armor is stripped and taken back to Naxxramas to be used for unknown purposes.$B$BRecover the desecrated armor and wartorn armor scraps and supply to me the other material components I require and I will craft Dreamwalker armor.','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands will make a Dreamwalker Tunic if you bring her the following: 1 Desecrated Tunic, 25 Wartorn Leather Scraps, 6 Cured Rugged Hides and 2 Nexus Crystals.','Your Dreamwalker Tunic is ready, $N.','The material cost is high, but soon forgotten.','','','','','',22350,22373,15407,20725,0,0,1,25,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22488,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9087,4044,3456,0,64,60,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Legguards','Many heroes fell in the last war and many continue to perish at the hands of the Scourge to this day. From the corpses of the fallen, the armor is stripped and taken back to Naxxramas to be used for unknown purposes.$B$BRecover the desecrated armor and wartorn armor scraps and supply to me the other material components I require and I will craft Dreamwalker armor.','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreamwalker Legguards if you bring her the following: 1 Desecrated Legguards, 20 Wartorn Leather Scraps, 8 Cured Rugged Hides and 1 Nexus Crystal.','As promised, Dreamwalker Legguards.$B$B','The material cost is high, but soon forgotten.','','','','','',22359,22373,15407,20725,0,0,1,20,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22489,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9088,4044,3456,0,64,60,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Headpiece','Many heroes fell in the last war and many continue to perish at the hands of the Scourge to this day. From the corpses of the fallen, the armor is stripped and taken back to Naxxramas to be used for unknown purposes.$B$BRecover the desecrated armor and wartorn armor scraps and supply to me the other material components I require and I will craft Dreamwalker armor.','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands will make a Dreamwalker Headpiece if you bring her the following: 1 Desecrated Headpiece, 15 Wartorn Leather Scraps, 6 Cured Rugged Hides and 2 Nexus Crystals.','Your Dreamwalker Headpiece is ready, $N.','The material cost is high, but soon forgotten.','','','','','',22360,22373,15407,20725,0,0,1,15,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22490,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9089,4044,3456,0,64,60,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Spaulders','Many heroes fell in the last war and many continue to perish at the hands of the Scourge to this day. From the corpses of the fallen, the armor is stripped and taken back to Naxxramas to be used for unknown purposes.$B$BRecover the desecrated armor and wartorn armor scraps and supply to me the other material components I require and I will craft Dreamwalker armor.','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreamwalker Spaulders if you bring her the following: 1 Desecrated Spaulders, 12 Wartorn Leather Scraps, 5 Cured Rugged Hides and 1 Nexus Crystal.','Your Dreamwalker Spaulders are ready, $N.','The material cost is high, but soon forgotten.','','','','','',22361,22373,15407,20725,0,0,1,12,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22491,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9090,4044,3456,0,64,60,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Boots','Many heroes fell in the last war and many continue to perish at the hands of the Scourge to this day. From the corpses of the fallen, the armor is stripped and taken back to Naxxramas to be used for unknown purposes.$B$BRecover the desecrated armor and wartorn armor scraps and supply to me the other material components I require and I will craft Dreamwalker armor.','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreamwalker Boots if you bring her the following: 1 Desecrated Boots, 12 Wartorn Leather Scraps, 3 Mooncloth and 2 Cured Rugged Hides.','Your Dreamwalker Boots are ready, $N.','The material cost is high, but soon forgotten.','','','','','',22365,22373,14342,15407,0,0,1,12,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22492,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9091,4044,3456,0,64,60,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Handguards','Many heroes fell in the last war and many continue to perish at the hands of the Scourge to this day. From the corpses of the fallen, the armor is stripped and taken back to Naxxramas to be used for unknown purposes.$B$BRecover the desecrated armor and wartorn armor scraps and supply to me the other material components I require and I will craft Dreamwalker armor.','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreamwalker Handguards if you bring her the following: 1 Desecrated Handguards, 8 Wartorn Leather Scraps, 5 Cured Rugged Hides and 1 Nexus Crystal.','Your Dreamwalker Handguards are ready, $N.','The material cost is high, but soon forgotten.','','','','','',22364,22373,15407,20725,0,0,1,8,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22493,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9092,4044,3456,0,64,60,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Girdle','Many heroes fell in the last war and many continue to perish at the hands of the Scourge to this day. From the corpses of the fallen, the armor is stripped and taken back to Naxxramas to be used for unknown purposes.$B$BRecover the desecrated armor and wartorn armor scraps and supply to me the other material components I require and I will craft Dreamwalker armor.','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands will make a Dreamwalker Girdle if you bring her the following: 1 Desecrated Girdle, 8 Wartorn Leather Scraps, 3 Mooncloth and 2 Cured Rugged Hides.','Your Dreamwalker Girdle is ready, $N.','The material cost is high, but soon forgotten.','','','','','',22363,22373,14342,15407,0,0,1,8,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22494,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9093,4044,3456,0,64,60,60,62,0,1024,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Wristguards','Many heroes fell in the last war and many continue to perish at the hands of the Scourge to this day. From the corpses of the fallen, the armor is stripped and taken back to Naxxramas to be used for unknown purposes.$B$BRecover the desecrated armor and wartorn armor scraps and supply to me the other material components I require and I will craft Dreamwalker armor.','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands will make Dreamwalker Wristguards if you bring her the following: 1 Desecrated Wristguards, 6 Wartorn Leather Scraps, 1 Arcane Crystal and 2 Cured Rugged Hides.','Your Dreamwalker Wristguards are ready, $N.','The material cost is high, but soon forgotten.','','','','','',22362,22373,12363,15407,0,0,1,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22495,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9094,4044,0,0,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Dawn Gloves','','','','','','','','','',22484,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23084,23081,23082,23078,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9095,4044,3456,0,64,60,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Frostfire Robe','As a Watcher, I was allowed access to many of Medivh\'s personal effects. Among those items, I found the tomes most enlightening. While the majority of the books were filled with - to put it bluntly - tripe, there were some gems. One of those tomes documented the creation of a set of armor fit for an archmage: Frostfire.$B$B$B$BIt\'s all in here and I am willing to share the fruits of that knowledge with you as long as you are able to provide me with the necessary materials.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will make a Frostfire Robe if you bring her the following: 1 Desecrated Robe, 25 Wartorn Cloth Scraps, 4 Mooncloth and 2 Nexus Crystals.','Exellent $N !,$Byou got everything just as i asked and now i can make a Frostfire Robe.','ou got some missing parts for the quest please go and get them all!','','','','','',22351,22376,14342,20725,0,0,1,25,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22496,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9096,4044,3456,0,64,60,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Frostfire Leggings','As a Watcher, I was allowed access to many of Medivh\'s personal effects. Among those items, I found the tomes most enlightening. While the majority of the books were filled with - to put it bluntly - tripe, there were some gems. One of those tomes documented the creation of a set of armor fit for an archmage: Frostfire.$B$B$B$BIt\'s all in here and I am willing to share the fruits of that knowledge with you as long as you are able to provide me with the necessary materials.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will make Frostfire Leggings if you bring her the following: 1 Desecrated Leggings, 20 Wartorn Cloth Scraps, 4 Mooncloth and 2 Nexus Crystals.','Exellent $N !,$Byou got everything just as i asked and now i can make a Frostfire Leggings.','You got some missing parts for the quest please go and get them all!','','','','','',22366,22376,14342,20725,0,0,1,20,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22497,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9097,4044,3456,0,64,60,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Frostfire Circlet','As a Watcher, I was allowed access to many of Medivh\'s personal effects. Among those items, I found the tomes most enlightening. While the majority of the books were filled with - to put it bluntly - tripe, there were some gems. One of those tomes documented the creation of a set of armor fit for an archmage: Frostfire.$B$B$B$BIt\'s all in here and I am willing to share the fruits of that knowledge with you as long as you are able to provide me with the necessary materials.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will make a Frostfire Circlet if you bring her the following: 1 Desecrated Circlet, 15 Wartorn Cloth Scraps, 3 Mooncloth and 3 Nexus Crystals.','Exellent $N !,$Byou got everything just as i asked and now i can make a Frostfire Circlet.','You got some missing parts for the quest please go and get them all!','','','','','',22367,22376,14342,20725,0,0,1,15,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22498,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9098,4044,3456,0,64,60,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Frostfire Shoulderpads','As a Watcher, I was allowed access to many of Medivh\'s personal effects. Among those items, I found the tomes most enlightening. While the majority of the books were filled with - to put it bluntly - tripe, there were some gems. One of those tomes documented the creation of a set of armor fit for an archmage: Frostfire.$B$B$B$BIt\'s all in here and I am willing to share the fruits of that knowledge with you as long as you are able to provide me with the necessary materials.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will make Frostfire Shoulderpads if you bring her the following: 1 Desecrated Shoulderpads, 12 Wartorn Cloth Scraps, 2 Mooncloth and 3 Cured Rugged Hides.\n','Exellent $N !,$Byou got everything just as i asked and now i can make a Frostfire Shoulderpads.','You got some missing parts for the quest please go and get them all!','','','','','',22368,22376,14342,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22499,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9099,4044,3456,0,64,60,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Frostfire Sandals','As a Watcher, I was allowed access to many of Medivh\'s personal effects. Among those items, I found the tomes most enlightening. While the majority of the books were filled with - to put it bluntly - tripe, there were some gems. One of those tomes documented the creation of a set of armor fit for an archmage: Frostfire.$B$B$B$BIt\'s all in here and I am willing to share the fruits of that knowledge with you as long as you are able to provide me with the necessary materials.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will make Frostfire Sandals if you bring her the following: 1 Desecrated Sandals, 12 Wartorn Cloth Scraps, 2 Mooncloth and 3 Cured Rugged Hides.','Exellent $N !,$Byou got everything just as i asked and now i can make a Frostfire Sandals.','You got some missing parts for the quest please go and get them all!','','','','','',22372,22376,14342,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9100,4044,3456,0,64,60,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Frostfire Gloves','As a Watcher, I was allowed access to many of Medivh\'s personal effects. Among those items, I found the tomes most enlightening. While the majority of the books were filled with - to put it bluntly - tripe, there were some gems. One of those tomes documented the creation of a set of armor fit for an archmage: Frostfire.$B$B$B$BIt\'s all in here and I am willing to share the fruits of that knowledge with you as long as you are able to provide me with the necessary materials.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will make Frostfire Gloves if you bring her the following: 1 Desecrated Gloves, 8 Wartorn Cloth Scraps and 4 Mooncloth.','Exellent $N !,$Byou got everything just as i asked and now i can make a Frostfire Gloves.','You got some missing parts for the quest please go and get them all!','','','','','',22371,22376,14342,0,0,0,1,8,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22501,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9101,4044,3456,0,64,60,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Frostfire Belt','As a Watcher, I was allowed access to many of Medivh\'s personal effects. Among those items, I found the tomes most enlightening. While the majority of the books were filled with - to put it bluntly - tripe, there were some gems. One of those tomes documented the creation of a set of armor fit for an archmage: Frostfire.$B$B$B$BIt\'s all in here and I am willing to share the fruits of that knowledge with you as long as you are able to provide me with the necessary materials.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will make a Frostfire Belt if you bring her the following: 1 Desecrated Belt, 8 Wartorn Cloth Scraps, 2 Arcane Crystals and 2 Mooncloth.','Exellent $N !$B ,you got everything just as i asked and now i can make a Frostfire Belt.','You got some missing parts for the quest please go and get them all!','','','','','',22370,22376,12363,14342,0,0,1,8,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22502,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9102,4044,3456,0,64,60,60,62,0,128,0,0,0,0,0,0,0,0,0,0,'Frostfire Bindings','As a Watcher, I was allowed access to many of Medivh\'s personal effects. Among those items, I found the tomes most enlightening. While the majority of the books were filled with - to put it bluntly - tripe, there were some gems. One of those tomes documented the creation of a set of armor fit for an archmage: Frostfire.$B$B$B$BIt\'s all in here and I am willing to share the fruits of that knowledge with you as long as you are able to provide me with the necessary materials.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will make Frostfire Bindings if you bring her the following: 1 Desecrated Bindings, 6 Wartorn Cloth Scraps, 1 Arcane Crystal and 1 Nexus Crystal.','Exellent $N !,$Byou got everything just as i asked and now i can make a Frostfire Bindings.','You got some missing parts for the quest please go and get them all!','','','','','',22369,22376,12363,20725,0,0,1,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22503,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9103,4044,3456,0,64,60,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Plagueheart Robe','I make no pretenses, maggot. The darkness Plagueheart items hold could very well destroy the both of us. That is why the price is so high. If I\'m going to die, it\'s going to be as a rich man.$B$BAnd I don\'t give an ounce of gnoll spit how you die, only that you do as I ask. Bring me what I require and we will both benefit - or die; but I\'ve already explained this...','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands will make a Plagueheart Robe if you bring him the following: 1 Desecrated Robe, 25 Wartorn Cloth Scraps, 4 Mooncloth and 2 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Plagueheart Robe.','You got some missing parts for the quest please go and get them all!','','','','','',22351,22376,14342,20725,0,0,1,25,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22504,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9104,4044,3456,0,64,60,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Plagueheart Leggings','I make no pretenses, maggot. The darkness Plagueheart items hold could very well destroy the both of us. That is why the price is so high. If I\'m going to die, it\'s going to be as a rich man.$B$BAnd I don\'t give an ounce of gnoll spit how you die, only that you do as I ask. Bring me what I require and we will both benefit - or die; but I\'ve already explained this...','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands will make Plagueheart Leggings if you bring him the following: 1 Desecrated Leggings, 20 Wartorn Cloth Scraps, 4 Mooncloth and 2 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Plagueheart Leggings.','You got some missing parts for the quest please go and get them all!','','','','','',22366,22376,14342,20725,0,0,1,20,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22505,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9105,4044,3456,0,64,60,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Plagueheart Circlet','I make no pretenses, maggot. The darkness Plagueheart items hold could very well destroy the both of us. That is why the price is so high. If I\'m going to die, it\'s going to be as a rich man.$B$BAnd I don\'t give an ounce of gnoll spit how you die, only that you do as I ask. Bring me what I require and we will both benefit - or die; but I\'ve already explained this...','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands will make a Plagueheart Circlet if you bring him the following: 1 Desecrated Circlet, 15 Wartorn Cloth Scraps, 3 Mooncloth and 3 Nexus Crystals.','Exellent $N !$B , you got everything just as i asked and now i can make a Plagueheart Circlet.','You got some missing parts for the quest please go and get them all!','','','','','',22367,22376,14342,20725,0,0,1,15,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22506,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9106,4044,3456,0,64,60,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Plagueheart Shoulderpads','I make no pretenses, maggot. The darkness Plagueheart items hold could very well destroy the both of us. That is why the price is so high. If I\'m going to die, it\'s going to be as a rich man.$B$BAnd I don\'t give an ounce of gnoll spit how you die, only that you do as I ask. Bring me what I require and we will both benefit - or die; but I\'ve already explained this...','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands will make Plagueheart Shoulderpads if you bring him the following: 1 Desecrated Shoulderpads, 12 Wartorn Cloth Scraps, 2 Mooncloth and 3 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Plagueheart Shoulderpads.','You got some missing parts for the quest please go and get them all!','','','','','',22368,22376,14342,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22507,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9107,4044,3456,0,64,60,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Plagueheart Sandals','I make no pretenses, maggot. The darkness Plagueheart items hold could very well destroy the both of us. That is why the price is so high. If I\'m going to die, it\'s going to be as a rich man.$B$BAnd I don\'t give an ounce of gnoll spit how you die, only that you do as I ask. Bring me what I require and we will both benefit - or die; but I\'ve already explained this...','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands will make Plagueheart Sandals if you bring him the following: 1 Desecrated Sandals, 12 Wartorn Cloth Scraps, 2 Mooncloth and 3 Cured Rugged Hides.','Exellent $N !$B , you got everything just as i asked and now i can make a Plagueheart Sandals.','You got some missing parts for the quest please go and get them all!','','','','','',22372,22376,14342,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22508,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9108,4044,3456,0,64,60,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Plagueheart Gloves','I make no pretenses, maggot. The darkness Plagueheart items hold could very well destroy the both of us. That is why the price is so high. If I\'m going to die, it\'s going to be as a rich man.$B$BAnd I don\'t give an ounce of gnoll spit how you die, only that you do as I ask. Bring me what I require and we will both benefit - or die; but I\'ve already explained this...','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands will make Plagueheart Gloves if you bring him the following: 1 Desecrated Gloves, 8 Wartorn Cloth Scraps and 4 Mooncloth.','Exellent $N !$B , you got everything just as i asked and now i can make a Plagueheart Gloves.','You got some missing parts for the quest please go and get them all!','','','','','',22371,22376,14342,0,0,0,1,8,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22509,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9109,4044,3456,0,64,60,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Plagueheart Belt','I make no pretenses, maggot. The darkness Plagueheart items hold could very well destroy the both of us. That is why the price is so high. If I\'m going to die, it\'s going to be as a rich man.$B$BAnd I don\'t give an ounce of gnoll spit how you die, only that you do as I ask. Bring me what I require and we will both benefit - or die; but I\'ve already explained this...','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands will make a Plagueheart Belt if you bring him the following: 1 Desecrated Belt, 8 Wartorn Cloth Scraps, 2 Arcane Crystals and 2 Mooncloth.','Exellent $N !$B , you got everything just as i asked and now i can make a Plagueheart Belt.','You got some missing parts for the quest please go and get them all!','','','','','',22370,22376,12363,14342,0,0,1,8,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22510,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9110,4044,3456,0,64,60,60,62,0,256,0,0,0,0,0,0,0,0,0,0,'Plagueheart Bindings','I make no pretenses, maggot. The darkness Plagueheart items hold could very well destroy the both of us. That is why the price is so high. If I\'m going to die, it\'s going to be as a rich man.$B$BAnd I don\'t give an ounce of gnoll spit how you die, only that you do as I ask. Bring me what I require and we will both benefit - or die; but I\'ve already explained this...','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands will make Plagueheart Bindings if you bring him the following: 1 Desecrated Bindings, 6 Wartorn Cloth Scraps, 1 Arcane Crystal and 1 Nexus Crystal.','Exellent $N !$B , you got everything just as i asked and now i can make a Plagueheart Bindings.','You got some missing parts for the quest please go and get them all!','','','','','',22369,22376,12363,20725,0,0,1,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22511,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9111,4044,3456,0,64,60,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Robe of Faith','$B$BBlessed $g boy:girl;, have you found the vestments of the fallen? The poor souls whose last breaths were taken on the field of battle - stripped of everything including their dignity.$B$BBring me the desecrated remnants of the departed along with reagents of purification and you shall know faith.','Father Inigo Montoy at Light\'s Hope Chapel in the Eastern Plaguelands will make a Robe of Faith if you bring him the following: 1 Desecrated Robe, 25 Wartorn Cloth Scraps, 4 Mooncloth and 2 Nexus Crystals.','Exellent $N !$B, you got everything just as i asked and now i can make a Robe of Faith.','You got some missing parts for the quest please go and get them all!','','','','','',22351,22376,14342,20725,0,0,1,25,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22512,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9112,4044,3456,0,64,60,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Leggings of Faith','$B$BBlessed $g boy:girl;, have you found the vestments of the fallen? The poor souls whose last breaths were taken on the field of battle - stripped of everything including their dignity.$B$BBring me the desecrated remnants of the departed along with reagents of purification and you shall know faith.','Father Inigo Montoy at Light\'s Hope Chapel in the Eastern Plaguelands will make Leggings of Faith if you bring him the following: 1 Desecrated Leggings, 20 Wartorn Cloth Scraps, 4 Mooncloth and 2 Nexus Crystals.','Exellent $N !$B, you got everything just as i asked and now i can make a Leggings of Faith.','You got some missing parts for the quest please go and get them all!','','','','','',22366,22376,14342,20725,0,0,1,20,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22513,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9113,4044,3456,0,64,60,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Circlet of Faith','$B$BBlessed $g boy:girl;, have you found the vestments of the fallen? The poor souls whose last breaths were taken on the field of battle - stripped of everything including their dignity.$B$BBring me the desecrated remnants of the departed along with reagents of purification and you shall know faith.','Father Inigo Montoy at Light\'s Hope Chapel in the Eastern Plaguelands will make a Circlet of Faith if you bring him the following: 1 Desecrated Circlet, 15 Wartorn Cloth Scraps, 3 Mooncloth and 3 Nexus Crystals.','Exellent $N !$B, you got everything just as i asked and now i can make a Circlet of Faith.','You got some missing parts for the quest please go and get them all!','','','','','',22367,22376,14342,20725,0,0,1,15,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22514,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9114,4044,3456,0,64,60,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Shoulderpads of Faith','$B$BBlessed $g boy:girl;, have you found the vestments of the fallen? The poor souls whose last breaths were taken on the field of battle - stripped of everything including their dignity.$B$BBring me the desecrated remnants of the departed along with reagents of purification and you shall know faith.','Father Inigo Montoy at Light\'s Hope Chapel in the Eastern Plaguelands will make Shoulderpads of Faith if you bring him the following: 1 Desecrated Shoulderpads, 12 Wartorn Cloth Scraps, 2 Mooncloth and 3 Cured Rugged Hides.','The vestments are ready, $N. Smite those that would harm our world in your righteous fire.','Have you brought me the reagents, child?','','','','','',22368,22376,14342,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22515,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9115,4044,3456,0,64,60,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Sandals of Faith','$B$BBlessed $g boy:girl;, have you found the vestments of the fallen? The poor souls whose last breaths were taken on the field of battle - stripped of everything including their dignity.$B$BBring me the desecrated remnants of the departed along with reagents of purification and you shall know faith.','Father Inigo Montoy at Light\'s Hope Chapel in the Eastern Plaguelands will make Sandals of Faith if you bring him the following: 1 Desecrated Sandals, 12 Wartorn Cloth Scraps, 2 Mooncloth and 3 Cured Rugged Hides.\n','The vestments are ready, $N. Smite those that would harm our world in your righteous fire.','Have you brought me the reagents, child?','','','','','',22372,22376,14342,15407,0,0,1,12,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22516,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9116,4044,3456,0,64,60,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Gloves of Faith','$B$BBlessed $g boy:girl;, have you found the vestments of the fallen? The poor souls whose last breaths were taken on the field of battle - stripped of everything including their dignity.$B$BBring me the desecrated remnants of the departed along with reagents of purification and you shall know faith.','Father Inigo Montoy at Light\'s Hope Chapel in the Eastern Plaguelands will make Gloves of Faith if you bring him the following: 1 Desecrated Gloves, 8 Wartorn Cloth Scraps and 4 Mooncloth.\n','The vestments are ready, $N. Smite those that would harm our world in your righteous fire.','Have you brought me the reagents, child?','','','','','',22371,22376,14342,0,0,0,1,8,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22517,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9117,4044,3456,0,64,60,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Belt of Faith','$B$BBlessed $g boy:girl;, have you found the vestments of the fallen? The poor souls whose last breaths were taken on the field of battle - stripped of everything including their dignity.$B$BBring me the desecrated remnants of the departed along with reagents of purification and you shall know faith.','Father Inigo Montoy at Light\'s Hope Chapel in the Eastern Plaguelands will make a Belt of Faith if you bring him the following: 1 Desecrated Belt, 8 Wartorn Cloth Scraps, 2 Arcane Crystals and 2 Mooncloth.','Exellent $N !$B, you got everything just as i asked and now i can make a Belt of Faith.','You got some missing parts for the quest please go and get them all!','','','','','',22370,22376,12363,14342,0,0,1,8,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22518,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9118,4044,3456,0,64,60,60,62,0,16,0,0,0,0,0,0,0,0,0,0,'Bindings of Faith','$B$BBlessed $g boy:girl;, have you found the vestments of the fallen? The poor souls whose last breaths were taken on the field of battle - stripped of everything including their dignity.$B$BBring me the desecrated remnants of the departed along with reagents of purification and you shall know faith.','Father Inigo Montoy at Light\'s Hope Chapel in the Eastern Plaguelands will make Bindings of Faith if you bring him the following: 1 Desecrated Bindings, 6 Wartorn Cloth Scraps, 1 Arcane Crystal and 1 Nexus Crystal.','Exellent $N !$B, you got everything just as i asked and now i can make a Bindings of Faith.','You got some missing parts for the quest please go and get them all!','','','','','',22369,22376,12363,20725,0,0,1,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22519,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9119,10958,3430,0,136,4,5,0,690,0,0,0,0,0,0,0,0,8486,0,0,'Malfunction at the West Sanctum','Since you\'re here, $N, I\'ve a favor to ask you. Ley-Keeper Velania\'s apprentice dropped by earlier to ask for assistance. Apparently there\'s some malfunction happening at the West Sanctum. I\'ve been a bit busy entertaining our... most pleasant... dwarven guest. See if you can give her a hand. You\'ll find the West Sanctum southwest of here.','Speak to Ley-Keeper Velania at the West Sanctum in Eversong Woods.','Look around you. Things aren\'t exactly in order.$B$BWe have a severe malfunction at the West Sanctum. Let us do our best to prevent matters from getting worse.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',8895,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9120,10958,3456,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,22520,1,'The Fall of Kel\'Thuzad','The phylactery is all that remains of the master of Naxxramas. Your better judgment dictates that you destroy the phylactery, preventing the lich from ever reforming. Thankfully, you seldom listen to that internal voice of reason.$B$BSomeone at Light\'s Hope will pay you hugely for this artifact. Who cares if Kel\'Thuzad regenerates to full power?','Take the Phylactery of Kel\'Thuzad to Light\'s Hope Chapel in the Eastern Plaguelands.','In all my days of living I would have never expected to see this...$b$b$b$bOh yes, you will be rewarded dear $g. You will be greatly rewarded. Give it here. Now!','BLESSED LIGHT! What foulness do you hold, $g?','','','','','',22520,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23206,23207,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9121,4044,139,0,8,60,60,0,0,0,0,0,529,9000,0,0,0,0,0,0,'The Dread Citadel - Naxxramas','In the thick of Plaguewood lies the entrance to the dread citadel of Naxxramas. Previously, all attempts to enter had been stymied by the magical wards placed upon the rune portal. That is, until now.$B$BWe have devised a way to gain entry via arcane cloaking - an old cantrip of the Kirin Tor with a few modifications of my own. Since your dedication to the cause of the Dawn is somewhat lacking, $N, the price will be high. You may decline and choose to return when you are revered or exalted for a discount.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands wants 5 Arcane Crystals, 2 Nexus Crystals, 1 Righteous Orb and 60 gold pieces. You must also be Honored with the Argent Dawn.\n','You will feel a slight tingle, $N. That sensation means it\'s working. Once complete, you will be able to enter Naxxramas by stepping upon the rune portal in Plaguewood.','None have entered Naxxramas and lived to tell the tale.','','','','','',12363,20725,12811,0,0,0,5,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,-600000,0,0,28006,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'9122 9123',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9122,4044,139,0,8,60,60,0,0,0,0,0,529,21000,0,0,0,0,0,0,'The Dread Citadel - Naxxramas','In the thick of Plaguewood lies the entrance to the dread citadel of Naxxramas. Previously, all attempts to enter had been stymied by the magical wards placed upon the rune portal. That is, until now.$B$BWe have devised a way to gain entry via a permanent arcane cloaking of sorts - an old cantrip of the Kirin Tor with a few modifications of my own. With that said, the cloaking is costly. Since your dedication to the cause of the Dawn is admirable, we are willing to incur some of those costs.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands wants 2 Arcane Crystals, 1 Nexus Crystal and 30 gold pieces. You must also be Revered with the Argent Dawn.','You will feel a slight tingle, $N. That sensation means it\'s working. Once complete, you will be able to enter Naxxramas by stepping upon the rune portal in Plaguewood.','None have entered Naxxramas and lived to tell the tale.','','','','','',12363,20725,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,-300000,0,0,28006,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'9121 9123',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9123,4044,139,0,8,60,60,0,0,0,0,0,529,42000,0,0,0,0,0,0,'The Dread Citadel - Naxxramas','In the thick of Plaguewood lies the entrance to the dread citadel of Naxxramas. Previously, all attempts to enter had been stymied by the magical wards placed upon the rune portal. That is, until now.$B$BWe have devised a way to gain entry via a permanent arcane cloaking of sorts - an old cantrip of the Kirin Tor with a few modifications of my own. With that said, the cloaking is costly; however, your dedication to the cause of the Dawn is unwavering! We will waive all cost associations.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will grant you Arcane Cloaking at no cost. You must be Exalted with the Argent Dawn.','You will feel a slight tingle, $N. That sensation means it\'s working. Once complete, you will be able to enter Naxxramas by stepping upon the rune portal in Plaguewood.','None have entered Naxxramas and lived to tell the tale.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,28006,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'9121 9122',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9124,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Armor Doesn\'t Make Itself...','How would you like to earn yourself one of these shiny coins?$B$B$B$BI\'ve got a little problem that you might be able to help me with, $N. You see, I make Cryptstalker armor for those daft enough to venture into Naxxramas. While they supply me with the core material requirements for the armor, I always run out of the crypt fiend parts. Bring me back a bundle of parts and I\'ll pay you with an insignia - usable at the quartermaster.','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Crypt Fiend Parts.','Ah, that\'ll do nicely, $N. Remember, I\'m always accepting more parts. For every bundle you bring me, I\'ll reward you with an insignia.','How goes the hunt?','','','','','',22525,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9125,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crypt Fiend Parts','','','Most excellent, $n! These will definitely come to good use.','You did an exemplary job on the first bundle, $n. If you have more, I will take them now. For every bundle that you turn in, I will reward you with another insignia.','','','','','',22525,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,0,0,0,1,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9124,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9126,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Digs','Don Julio\'s Bonescythe armor pattern requires bone fragments - a lot of bone fragments. While those crazy enough to venture into Naxxramas provide me with enough of the core materials to make the armor, I\'m always looking for more Scourge bone fragments.$B$BSo what do you think? Interested in getting your hands dirty and destroying some Scourge at the same time? It\'s a win-win situation.','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Bone Fragments.\n','You work fast, $N. Fast like a fox... Say, have I ever told you about the time I was in a barber shop quartet?$B$BRemind me to tell you that story one of these days.','I can direct you to skeleton infested locales, $c.','','','','','',22526,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9127,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bone Fragments','','','My dream of becoming a full-time dancer at the Gadgetzan disco is soon to become a reality! Keep up the good work, $n.','A man in my line of work can never have too many bone fragments, $n. Whenever you have a surplus of fragments, bring them to me and I\'ll reward you with another insignia.','','','','','',22526,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,0,0,0,1,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9126,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9128,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Elemental Equation','Greetings, adventurer! Are you interested in some work? I pay those under my employ with insignias. These insignias can be used at the Quartermaster to purchase items of power.$B$BAll I need you to do is bring me as many core of elements as you can carry. The more the better!$B$BYou\'ll find them on elementals of varying shapes and sizes that exist across our world.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Core of Elements.\n','A job well done, $N! As promised, the insignia is yours. Just remember, there\'s more where that came from...','I can only steer you in the right direction, $N.','','','','','',22527,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,6,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9129,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Core of Elements','','','You perform a great service for us, $n. Well done!','Truth be told, I use the cores to create Frostfire armor. It is the armor used by the mages battling in Naxxramas. Without you and others like you, we would most definitely be losing this war.$B$BWith that said, bring me more cores and I shall grant you more insignias.\n','','','','','',22527,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,0,0,0,1,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9128,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9130,10958,3433,0,128,10,10,0,512,0,0,0,0,0,0,0,0,9133,22549,1,'Goods from Silvermoon City','Welcome volunteer! We\'re running low on supplies here, but the blood elves have promised us materiel assistance. That\'s where you come in.$B$BTake this bill of lading over to Skymaster Sunwing. He\'ll have further instructions for you on how best to get up to Silvermoon City.','Deliver Quartermaster Lymel\'s Bill of Lading to Skymaster Sunwing in Tranquillien.','Lymel wants you to head up to Silvermoon City and bring back her goods. huh? Sure. I can get you there quickly... for a small fee, of course.','Yes. what\'s this?','','','','','',22549,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,922,0,0,0,0,25,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',9327,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9131,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Binding the Dreadnaught','Have you ever seen Dreadnaught armor, $c? No, of course you haven\'t. You\'re still a $g boy:girl; - a tyke. Let me tell you, it is glorious.$B$BYou\'re probably asking yourself what any of this has to do with you, right? I\'ll tell you what, scrub; I need Dark Iron scraps and I\'m willing to pay to get my hands on as many as possible.$B$BI need the scraps to put together sets of Dreadnaught for our champions. Bring me scraps and get paid.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Dark Iron Scraps.','This will do, for now. If you get more, you know where to find me.','$B$BWhat do you want? Directions? I can provide those...','','','','','',22528,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,25,0,0,0,0,2,1,273,0,0,0,0,0,0,1,0,0,5),(9132,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Iron Scraps','','','That\'s all you brought me? Maybe you didn\'t hear me the first time. I need MORE!','For every armful of the scraps, I\'ll give you an insignia - the more the better. Now get out of my sight before I split you in two!\r\n','','','','','',22528,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,0,0,0,1,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9131,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0),(9133,10958,3433,0,128,10,10,0,512,0,0,0,0,0,0,0,0,9134,22549,1,'Fly to Silvermoon City','$C, for a very modest amount of coin, I can send you swiftly flying through the air on one of these magnificent beasts. And, it\'s safer than walking there, I can assure you!$B$BWhen you arrive in Silvermoon City, seek out Sathren Azuredawn in the Bazaar.$B$BSpeak with me once more when you\'ve decided you\'re ready to brave the skies.','Purchase a flight to Silvermoon City and deliver Quartermaster Lymel\'s Bill of Lading to Sathren Azuredawn in Silvermoon City.','What\'s this? Has Lymel\'s rotting brain finally slid out of her head? She wants all of this!?$B$BDid you bring anyone with you to help take it back?','That\'s quite a list you have there, friend. Let me take a look at it.','','','','','',22549,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,922,0,0,0,0,75,250,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',9130,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9134,10958,3433,0,128,10,10,0,512,0,0,0,0,0,0,0,0,9135,22550,1,'Skymistress Gloaming','It doesn\'t look as if you have a cart or a beast of burden with you, so I\'d better send you back only with what you can carry. If you\'ve spoken with Skymaster Sunwing at Tranquillien, then you should get this to Quartermaster Lymel as soon as possible by flying back.$B$BTake these goods for final inspection to Skymistress Gloaming just outside Silvermoon City\'s Shepherd\'s Gate.','Bring Quartermaster Lymel\'s Goods to Skymistress Gloaming just outside Silvermoon City\'s Shepherd\'s Gate.','Back down to Tranquillien in the Ghostlands, then? Sure, I can get you there fast!','Wow, that box of goods you have there looks heavy! You want to load that up on one of my flying beauties?','','','','','',22550,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,922,0,0,0,0,25,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',9133,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9135,10958,3433,0,128,10,10,0,512,0,0,0,0,0,0,0,0,0,22550,1,'Return to Quartermaster Lymel','It all checks out as far as I can tell. Seems to me that the Forsaken have put their backs to the wall for us and we owe them, even if they are all ugly and rotting.$B$BSo, the question is, have you already spoken to Skymaster Sunwing in Tranquillien? If so, then this can be as simple as you paying the small fare and quickly flying back.$B$BLet me know when you\'re ready.','Purchase a flight back to Tranquillien in the Ghostlands and deliver Quartermaster Lymel\'s Goods to Quartermaster Lymel at Tranquillien in the Ghostlands.','Well, I guess if he said that the rest of it will be coming quickly overland, then I\'ll take him at his word. He\'s certainly never failed to provide the goods in the short time that we\'ve been working together.$B$BThank you, $N, you\'re a credit to the sin\'dorei! Here take this coin... it\'s done nothing but jingle around in my pocket all day.','$C, back so soon? Are those the goods that I sent you for? Doesn\'t look like it could possibly be everything that I asked for!','','','','','',22550,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',9134,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9136,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Savage Flora','I make a special type of armor for the brave heroes that enter Naxxramas known as Dreamwalker. They are able to provide me with most of the materials I require but I am always looking for those able to retrieve savage fronds from the flora of our world.$B$BYou may think of this job as beneath you, but without the fronds, the armor could not be made.$B$BI am also in a unique position to pay you with an insignia of your choice as both the Dawn and the Crusade supply me with funds.\n','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Savage Fronds.','I am much obliged, $N.$B$B$B$BPlease remember that I am always accepting fronds.','I have intimate knowledge of the flora in our world. Do you require direction?','','','','','',22529,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2,0,5),(9137,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Savage Fronds','','','Thank you, $n. Your work is vital to the success of our campaign against the Scourge.','For every bundle of fronds that you deliver to me, I will pay you with your choice of an insignia of the Dawn or the Crusade.$b$bInsignias may be turned in to the Quartermaster for various rewards.','','','','','',22529,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9136,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0),(9138,10958,3433,0,136,9,10,0,690,0,0,0,0,0,0,0,0,9139,0,0,'Suncrown Village','We\'re surrounded here, $c. The outlying villages have all been overrun by the Scourge!$B$BYou must head northeast to Suncrown Village immediately and deal with the Nerubian Scourge menace. You can\'t miss them - they\'re spider-like creatures.$B$BThere\'s no time to waste.... Quel\'Thalas must be reclaimed!','Slay 10 Nerubis Guards and then return to Arcanist Vandril at Tranquillien in the Ghostlands.','Outstanding! But, there\'s much to be done before the Scourge menace is completely driven from mighty Quel\'Thalas!$B$BHere, take this coin... it\'s not much, but you\'ve earned it.','With your aid we\'ll get the Scourge problem contained, $c. Dar\'Khan will be dealt with!$B$BHave you handled the nerubian problem at Suncrown Village yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16313,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9758,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9139,10958,3433,0,136,9,11,0,690,0,0,0,0,0,0,0,0,9140,0,0,'Goldenmist Village','We\'ve had one success, but there are two more villages that must be reclaimed!$B$BGoldenmist Village is our next target. It lies to the northwest, and has been taken by the ghosts of the high elves that used to live there. Gruesome, I know, but these are apparently the sorts of tactics that the Scourge like to employ.$B$BGo and defeat these ghosts and wraiths, $c. Take the west road out of Tranquillien to get there.','Defeat 6 Quel\'dorei Ghosts and 4 Quel\'dorei Wraiths at Goldenmist Village, and then return to Arcanist Vandril at Tranquillien in the Ghostlands.','Your success at Goldenmist Village takes us another step closer to taking our land back. Don\'t fool yourself though, $c; this fight is far from over.$B$BHere, you\'ve more than earned this. You may need it when you go up against Windrunner Village.','I\'ve learned much about fighting the Scourge in the time that I\'ve been here. They can be beaten back, but it must be done in small steps. The obscene manner in which they can take your fallen and add them to their own ranks as the newly risen makes it imperative that you make no mistakes along the way.$B$BNow, how goes the fight against Goldenmist Village?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16325,16326,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23444,28152,0,0,5,1,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',9138,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9140,10958,3433,0,136,9,14,0,690,0,0,0,0,0,0,0,0,0,0,0,'Windrunner Village','$N, the final battle against the Ghostlands villages is upon you. Windrunner Village to the southwest has been overrun by a large force of the more powerful Scourge shocktroopers; shades and gargoyles. You will be the spearpoint of our offensive by thinning out their numbers.$B$BThe magisters at the nearby Sanctum of the Sun have made a special request this time; they want the remains from these Scourge to study in hopes of finding creative ways of fighting them.$B$BGood hunting!','Gather 6 Phantasmal Substance and 4 Gargoyle Fragments. Return them to Arcanist Vandril at Tranquillien in the Ghostlands.','You\'ve done it, $N. You\'ve broken the Scourge hold on the three villages! Now we can focus our forces with greater ease against the Scourge on the Dead Scar and south at Deatholme.$B$BHere, take your choice of any one of these. I trust that you\'re not going anywhere? We can really use your continued assistance!','$C, has Windrunner Village been liberated? Those damned magisters at the Sanctum of the Sun have been berating me to get their hands on those Scourge remnants I asked you to gather.$B$BDon\'t worry about that, though. You take your time and get the job done right. I\'ll deal with the magisters.','','','','','',22566,22567,0,0,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23402,23403,23404,28151,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',9139,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9141,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'They Call Me \"The Rooster\"','You want a writ? What? Do you expect me to hand you a highly sought after work order just for showing up? I think not, scrub. Crafters from around the world bid for jobs here at the front lines.$B$BIf you want a work order, you\'ll have to show me that you\'re willing to bleed for the cause. Bring me a valor token and we\'ll talk.$B$BAnd there\'s only one way to get your grubby little scrub mitts on those - get to killin\'.','Dispatch Commander Metz at Light\'s Hope Chapel in the Eastern Plaguelands wants an Argent Dawn Valor Token.\n','Alright, here\'s how it works: For every valor token that you turn in, I\'ll give you another writ. You complete the order on that writ and deliver the order to Packmaster Stonebruiser. Got it? Good. Now get out of here.','$B$BWhat is it? I\'m a busy man.','','','','','',12844,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22568,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,3),(9142,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ','','','You earned this, scrub. Now, don\'t cry about your orders. Fill \'em or destroy \'em.','You know the drill, kid. One valor token gets you a craftsman\'s writ.','','','','','',12844,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22568,0,0,0,1,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9143,10958,3433,0,136,9,12,0,690,0,0,0,0,0,0,0,0,9146,0,0,'Dealing with Zeb\'Sora','The lieutenant here rushed us into battle with the trolls across the lake instead of scouting the situation first. We were decimated by his stupidity! You hear me Tomathren? You\'re an idiot!$B$BWill you help us, $c? Those trolls still need to be dealt with. I need to stay here and nursemaid him -- I think he\'s lost his mind.$B$BJust head east to the other side of the lake into Zeb\'Sora. I want revenge... bring me their ears so that I can fashion a nice necklace!','Collect 6 Zeb\'Sora Troll Ears and return them to Ranger Valanna in the Ghostlands.','I appreciate your efforts, $c! Thank you. Now, we can say that this expedition and all the lives lost on it haven\'t been in vain.','You get those troll ears yet?$B$BYou know, if we could get some help from Tranquillien every once in a while this wouldn\'t be such a problem. I\'m just glad that you\'re here.','','','','','',22639,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',9145,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9144,10958,3433,0,136,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Missing in the Ghostlands','My nephew was sent into the Ghostlands a few days ago. He never mentioned anything about his task, except that it was of an extremely secret nature.$B$BHe never returned and I fear for the worst, $c. A missing messenger might not mean much to the callous magisters of Silvermoon, but he\'s like a son to me. Please, $N, will you look for him?','Follow the road out of Fairbreeze Village towards the south and look for Courier Dawnstrider as you approach the Ghostlands.','Help me, stranger. I must... reach Tranquillien... I cannot fail.$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9145,10958,3433,0,136,9,12,0,690,0,0,0,0,0,0,0,0,9143,0,0,'Help Ranger Valanna!','$C, I can\'t just sit here waiting for an audience with the high executor or Dame Auriferous! This cannot wait!$B$BWe were dealing with the Shadowpine trolls of Zeb\'Sora to the northeast across Lake Elrendar. But the lieutenant mishandled the attack and we lost a lot of Farstriders. Then he just fell to pieces afterward. Ranger Valanna sent me here, and Ranger Salissa to the Farstrider Enclave for help.$B$BPlease find them, $c. Valanna was badly injured and the lieutenant\'s useless.','Find Ranger Valanna and Lieutenant Tomathren on the shore of Lake Elrendar in the Ghostlands near Suncrown Village.','Good to hear that Lethvalin made it to safety. and that he was smart enough to ask you for help instead of just waiting there.$B$BI hope that Ranger Salissa made it safely to Farstrider Enclave.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9146,10958,3433,0,136,9,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'Report to Captain Helios','I need one last favor of you, $c. Just in case Ranger Salissa didn\'t make it back to Farstrider Enclave on the south edge of the lake, I need you to go there and get help.$B$BJust check in with Captain Helios and let him know what\'s happened here. I\'m sure he\'ll send help back as soon as he can.','Speak with Captain Helios at the Farstrider Enclave on the southern shore of Lake Elrendar in the Ghostlands.','That\'s dire news indeed -- I completely overestimated Tomathren\'s ability to lead. I\'ll see to it that a group is dispatched to safely bring him and Valanna back in.$B$BUnfortunately, we never heard from Ranger Salissa, so I fear the worst in her case.$B$BYou\'ve done the Farstriders a great service this day, $c. Please take one of these as a small token of our appreciation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23405,28144,28153,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',9143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9147,10958,3433,0,136,9,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Fallen Courier','What are you standing around for? Can\'t you see this boy needs immediate attention? By the looks of it, the plague is beginning to take over his body. Within minutes not even a master apothecary like me will be able to save him.$B$BThe animals south of the river all carry the plague in their blood. Go across the bridge and hunt the plagued beasts there. Bring me enough plagued blood samples and I\'ll distill a serum capable of saving this blood elf. Hurry!','Apothecary Thedra in Eversong Woods wants you to bring her 4 Plagued Blood Samples from beasts in the Ghostlands.','Just in time, $N! I was about ready to start digging a hole for our friend here.$B$BMy potion seems to be working; he\'s coming to.$B$BHey, I think he\'s trying to get your attention. Why don you talk to him?','Well? Did you bring me what I need? Hurry, or the pretty Blood Elf boy is a goner!','','','','','',22570,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9144,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9148,10958,3433,0,128,9,10,0,690,0,0,0,0,0,0,0,0,0,22717,1,'Delivery to Tranquillien','I... I\'m too weak to continue. I carry a dire warning from Regent Lord Theron, in the form of a letter. You\'ll have to deliver it for me.$B$BTake it to Arcanist Vandril in Tranquillien. You\'ll find the town further to the south along this road. Go there and... find Vandril...','Bring the Letter from Silvermoon to Arcanist Vandril at Tranquillien in the Ghostlands.','Finally! We\'ve waited for a response from the regent lord for weeks! Let me see here...$B$B$B$BWhat\'s this? A dark presence? He senses a dark presence in the Ghostlands?! No kidding; I could have told him that!$B$BThis is what we\'ve been waiting for?','You have the letter?','','','','','',22717,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28146,28147,28148,0,0,0,1,1,1,0,0,0,22571,0,0,0,1,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',9147,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9149,10958,3433,0,136,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Plagued Coast','To find a cure for the plague we need to understand how it affects different creatures, from the most complex life forms to the lowliest subspecies.$B$BI\'ve come here to study the murlocs since, like us, they\'ve retained free will in undeath. What makes these lowly mongrels so special? I need to find out, $N!$B$BTravel northwest and bring me their spines so that I may study the accumulation of plague in their marrow. Who knows what secrets their little bones hold?','Bring 6 Plagued Murloc Spines to Apothecary Renzithen in Tranquillien in the Ghostlands.','Excellent! These spines will be invaluable to my research! When I find a cure for the plague and word of my name spreads I\'ll make sure to make mention of you!$B$BIn the meantime, take these as a reward. You might need them if you decide to go back to the coast.','Have you obtained the specimens I asked of you, $N?','','','','','',22579,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6372,28150,0,0,2,1,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9150,10958,3433,0,136,9,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'Salvaging the Past','Can you believe it? We have an actual functioning arcane sanctum up and running southeast of here: the Sanctum of the Sun. All manner of important magisters have come to take part in running it.$B$BOf course they\'ve all forgotten about the Sanctum of the Moon. Not much remains of it and its energies have given rise to bizarre creatures.$B$BI\'m not one to let good resources go to waste, however. Go to the Sanctum of the Moon and see if you can recover the crystallized essences from the creatures there.','Magister Darenis wants you to travel to the Sanctum of the Moon to the west of Tranquillien and recover 8 Crystallized Mana Essences from the Arcane Devourers and Mana Shifters that inhabit the structure.','These are remarkably powerful, $N. I\'m very pleased with your work.','Did you obtain the essences, $N?','','','','','',22580,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9151,10958,3433,0,136,17,20,0,690,0,0,0,0,0,0,0,0,9220,0,0,'The Sanctum of the Sun','You\'ve proven your loyalty to Tranquillien and have helped us defend it against the threat of the Scourge. Some of our most powerful magisters have come from Silvermoon to help us take the fight to the enemy\'s doorstep.$B$BThey\'ve rebuilt the arcane sanctum to the south and have driven the Scourge away from the surrounding area. They plan to launch an offensive into Deatholme, Dar\'Khan\'s stronghold. You would do well to join them, $N. I\'m sure they can make use of a seasoned $c like yourself.','Speak to Magister Idonis in the Sanctum of the Sun in the Ghostlands.','Darenis sent you? Very well, I suppose we can use your aid in fighting Dar\'Khan\'s forces.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9152,10958,3433,0,136,9,11,0,690,0,0,0,0,0,0,0,0,0,0,0,'Tomber\'s Supplies','How am I supposed to supply the war effort when I cannot even safely get my supplies here? I was promised an escort that never came. And then, I had to leave one of my carts behind to the west when I was attacked by a band of ghouls!$B$BWant to help out, and get me open for business in the process? Go down the western road out of town and past the graveyard. On the other side of the Dead Scar is a fork in the road. The hill that my cart had to be left on lies just beyond.','Retrieve Rathis Tomber\'s Supplies and return it to him at Tranquillien in the Ghostlands.','With the rest of my supplies here. I can finally open shop. I\'m sure that the high executor will be most pleased to hear that the war on Dar\'Khan and the Scourge can commence.$B$BAnd, of course, there\'s the small matter of your recompense. Very well, $c, here is the coin that I alluded to. Do be sure to drop by should you find yourself in need of any trade goods.','Just as soon as I get the rest of my supplies. I\'ll be open for business. The forces here aren\'t going to get very far if they can\'t purchase what they need to ply their trades.$B$BWar zones can be such profitable places, wouldn\'t you agree, $c? Now, did you manage to fight your way to my cart through all of those ghouls?','','','','','',22583,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9153,4044,0,368,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Under the Shadow','The floating necropolises of the Scourge plague the lands of Horde and Alliance alike. Tanaris, the Blasted Lands, Winterspring and the Burning Steppes are blanketed in the shadows of the flying fortresses.$b$bOnly through our combined efforts will they be repelled.$b$bEach necropolis is supported by nearby magical circles, and among each circle swarms a host of undead creartures. We have determined that destroying these mindless hordes will destroy the circle\'s defenses.','Check your map to find an area under Scourge attack. Go there and damage a necropolis by defeating the Scourge around them. Return 10 of their Necrotic Runes to Commander Thomas Helleran at Light\'s Hope Chapel in the Eastern Plaguelands.','You\'ve done well, $N. Through these incremental defeats, we shall prevail against this renewed Scourge threat.$B$BRest and recover, but then you must head out to the front again, lest we lose the ground we have gained today.$B$BTo aid you in your further battles, we will make some of our special items available to you in trade for more necrotic runes. ','It will take time to prevail against this threat. How have you fared, $N?','','','','','',22484,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23123,23122,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9154,4044,0,368,0,50,-1,0,0,0,0,0,0,0,0,0,0,0,22595,1,'Light\'s Hope Chapel','The Scourge have returned in greater numbers than we have seen before. This must be the doing of the Lich King! The Argent Dawn is recruiting all willing and capable men and women to defend our lands.$b$bIf we share common cause, take this document to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','Deliver the Call to Arms Announcement to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','The Argent Dawn placed the call for aid, and you have answered. There is no time for us to provide you with training. Our faith is placed in your abilities, and that you will join us in throwing back this Scourge threat.','You\'ve come to join our order, have you not?','','','','','',22595,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9155,10958,3433,0,136,10,14,0,690,0,0,0,0,0,0,0,0,0,0,0,'Down the Dead Scar','If you\'ve made it this far then you probably know about the Dead Scar and how to this day mindless Scourge follow the path of destruction that Arthas created on his way to Silvermoon City.$B$BMake yourself useful and thin down the Scourge\'s numbers in the Scar. If you prove to be worth your salt I\'ll put in a good word for you.','Slay 10 Risen Hungerers and 10 Gangled Cannibals on the Dead Scar. Return to Deathstalker Rathiel in Tranquillien for a reward.','Not bad, $N. Keep it up, we could use a few more people like you around here.','Are you done with your task yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16301,16309,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9156,10958,3433,0,136,9,21,1,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Knucklerot and Luzran','A bounty is hereby declared for the abominations known as Knucklerot and Luzran. These dreadful creations of Dar\'Khan are extremely dangerous and have been sighted patrolling near the Howling and Bleeding Ziggurats. Individuals seeking to claim the reward must present the abominations\' heads to Deathstalker Rathiel as proof of the deed.','Search the Ghostlands for Knucklerot and Luzran. Bring their heads to Deathstalker Rathiel in Tranquillien for a reward.','Ah... Luzran and Knucklerot! Not looking so tough anymore, are you? I can see you\'re still looking ugly as ever.$B$BTake one of these rewards, $N. You\'ve earned it.','You have something to show me?','','','','','',22894,22893,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28303,22979,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9157,10958,3433,0,136,9,12,0,690,0,0,0,0,0,0,0,0,9174,0,0,'Forgotten Rituals','Every year we, the denizens of Suncrown Village, would take part in a ritual to keep the different aspects of nature under our control. Dominion over the element of water was symbolized by the summoning and enslavement of an elemental named Aquantion. Through a wicked perversion of our magic, the scoundrel broke his bonds and enslaved us instead!$B$BWe wore medallions shaped like waves during the ritual. Seek them at the bottom of the lake; we\'ll need them to free my compatriots\' spirits!','Bring 8 Wavefront Medallions to Geranis Whitemorn in the Ghostlands.','With these necklaces we shall once again summon Aquantion. The rebellious elemental will pay and our deaths will be avenged!','Have you obtained the medallions? The drowned still haunt this lake! ','','','','','',22674,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9158,10958,3433,0,136,11,14,0,690,0,0,0,0,0,0,0,0,0,0,0,'Bearers of the Plague','You show courage coming to the Ghostlands, $N. There is much work to be done here and not enough brave souls to do it.$B$BI\'ve a thankless task to offer you, should you have the inclination to aid our cause. The very wildlife in this land has been tainted by the plague and we must stop it from spreading. Hunt the ghostclaw lynxes to the east and south of here and return when you\'ve slain enough of them.','Farstrider Sedina at the Farstrider Enclave in the Ghostlands wants you to slay 10 Ghostclaw Lynxes.','You\'ve done well, $N. It\'s important that the plague doesn\'t spread to the healthy wildlife in Eversong. I have more work for you if you\'re looking for something to do.','Have you completed the task I asked of you, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16348,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9159,10958,3433,0,136,11,15,0,690,0,0,0,0,0,0,0,0,0,0,0,'Curbing the Plague','You\'ve proven your worth as an ally, $N. I need you to continue your task and track down more plagued wildlife. This time seek out some of the more dangerous beasts. Hunt the spindleweb lurkers west of the Dead Scar and the vampiric mistbats just south of here. Return to me when you\'re done.','Farstrider Sedina at the Farstrider Enclave in the Ghostlands wants you to slay 8 Spindleweb Lurkers and 10 Vampiric Mistbats.','You\'ve taken your task seriously and thus I\'d like to present you with suitable rewards. We need more allies with your courage and determination, $N.','Have you completed the task I asked of you, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16354,16351,0,0,10,8,0,0,0,0,0,0,0,0,0,0,28141,28142,28143,0,0,0,1,1,1,0,0,0,23415,0,0,0,1,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',9158,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9160,10958,3433,0,140,11,11,0,690,0,0,0,0,0,0,0,0,9163,0,0,'Investigate An\'daroth','$C, we are having difficulty with a group of night elves that have recently taken over a nearby island. They\'ve set up a small camp at the old high elf ley-line nexus, An\'daroth, to the northwest. There is a dirt path that leads up to it just past the Dead Scar.$B$BI suggest that you lend us your aid by going there, investigating what they are up to, and slaying as many of the conceited night elves as you can.','Investigate the area at An\'daroth, kill 12 Sentinel Spies and then return to Dame Auriferous at Tranquillien in the Ghostlands.','Disappointing that the night elves\' plans were not readily apparent at An\'daroth. However, those objects that looked like small magically-grown trees with powered orbs atop them sound interesting. It would appear that we\'ll need to be more direct in our information gathering efforts.$B$BHere, take this coin and these potions. I believe that you\'ll have use for them before we\'re done dealing with these night elves.','$C. what word do you bring concerning An\'daroth and what the night elves were up to there?','Investigate An\'daroth','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16330,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,0,0,0,2,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,4064,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9161,10958,3433,0,136,15,16,0,690,0,0,0,0,0,0,0,0,9162,0,0,'The Traitor\'s Shadow','Dar\'Khan Drathir is believed to have returned from the dead to rule over the armies of the Scourge in the Ghostlands. Dar\'Khan aligned himself with the Scourge long ago... yet he was once a living, breathing elf. Much of his time was spent inside Dawnstar Spire, northeast of here. He hid there for many nights, scheming against his own. $B$BSearch the tower for more information, $N. Perhaps he had a journal or kept notes. One never knows where useful information might present itself.','Travel to Dawnstar Spire in the Ghostlands and search for any clues involving Dar\'Khan\'s past.','After browsing through the first few pages of this old book, you come to the conclusion that it once belonged to the one known as Dar\'Khan Drathir.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9282,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9162,10958,3433,0,128,15,16,0,690,0,0,0,0,0,0,0,0,9172,22706,1,'Hints of the Past','As you skim through the pages in the journal you\'re overcome by an unnerving sense of being watched.$B$BThe contents are unsettling. Dar\'Khan\'s soul was one filled with hatred and contempt for his own people. The extent of his machinations and plots are all documented in great detail.$B$BPerhaps there is something here that Vynna will find useful.','Return to Ranger Vynna at the Farstrider Enclave with Dar\'Khan\'s Journal.','This information is very valuable, $N. We all knew about Dar\'Khan\'s plans to steal the power of the Sunwell for the Scourge, but much of the information found here is completely new to us. Magister Kaendris at the Sanctum of the Sun will want to look at this. ','Tell me, $N, what did you find out?','','','','','',22706,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9161,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9163,10958,3433,0,136,11,14,0,690,0,0,0,0,0,0,0,0,9166,0,0,'Into Occupied Territory','Now, the more direct course of action that we are going to take, to figure out what these night elves are really up to, is to have you go to their island and steal any information that you can come by.$B$BI want you to head west down the road out of town to Shalandis Isle, just off the coast. Go there and recover any plans they might have on the island or on their ship.','Steal the Night Elf Plans: An\'daroth, Night Elf Plans: An\'owyn and Night Elf Plans: Scrying on the Sin\'dorei, and return them to Dame Auriferous at Tranquillien in the Ghostlands.','Troubling! These plans show the night elf forces at An\'daroth, which we already knew, but also at An\'owyn, a more remote ley-line nexus to the southeast.$B$BThere is a third nexus to the east, which is not mentioned, named An\'telas. I have a very bad feeling about all of this, $c.','How fare our efforts to uncover the night elf plot on Shalandis Isle, $c?','','','','','',22590,22591,22592,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',9160,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9164,10958,3433,0,128,17,20,0,690,0,0,0,0,0,0,0,0,0,22628,1,'Captives at Deatholme','Ah, yes. One of my finest creations. This draught will break most forms of alchemically induced stupor.$B$BSide effects include confusion, nausea and - in rare cases - temporary blindness. All much preferable to whatever the Scourge plans to do to those prisoners in Deatholme, if you ask me.$B$BBest of luck, brave $c. You are going to need it.','Take Renzithen\'s Restorative Draught to Deatholme and rescue Apprentice Varnis, Apothecary Enith and Ranger Vedoran. Return to Arcanist Janeda at the Sanctum of the Sun for a reward.','Excellent job, $N. Without your help those prisoners would\'ve lost their minds and souls to the Scourge.','What became of the prisoners in Deatholme? Have you ventured there yet?','','Apothecary Enith Rescued','Apprentice Varnis Rescued','','Ranger Vedoran Rescued',0,0,22628,0,0,0,0,0,1,0,0,0,16208,16206,0,16209,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',9877,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9165,4044,139,0,262208,55,60,0,0,0,0,0,0,0,0,0,0,0,22593,1,'Writ of Safe Passage','Without the help of adventurers, my caravan would have never made it! Scourge were coming out of the woodwork to try and stop us from getting here.$B$B$B$BNow we need to wait here for Field Marshal Chambers to arrive. He\'ll sign your writ of safe passage to take back to Dispatch Commander Metz at Light\'s Hope Chapel.$B$BAnd $N, watch what you say around Chambers. He\'s the \'bite off your head and spit down your wind pipe\' type of guy - except that he\'ll actually do it...','Deliver the signed Writ of Safe Passage to Dispatch Commander Metz at Light\'s Hope Chapel in the Eastern Plaguelands.','$B$BExcellent work, $N. Outstanding even! Take this as a token of our appreciation. No pun intended, scrub.','Name, rank and serial number!','','','Writ of Safe Passage Signed','','',22593,0,0,0,0,0,1,0,0,0,0,0,0,16254,0,0,0,1,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9166,10958,3433,0,128,11,16,0,690,0,0,0,0,0,0,0,0,0,22594,1,'Deliver the Plans to An\'telas','You must deliver the recovered night elf plans to An\'telas for me. It is to the east, on the southern slopes of Sungraze Peak, just to the northeast of the Sanctum of the Sun.$B$BMagister Sylastor is there conducting ongoing studies into the ley-line nexus energy for potential use in our fight against the Scourge. Have him look at these plans to shed some light on what it is that these night elves are up to.','Deliver the Night Elf Plans to Magister Sylastor at An\'telas in the Ghostlands.','It was just horrible! Night elves! They conjured their moon crystal here for some nefarious plot, but I snuck away and gathered a larger group of our scouts and casters from the nearby Sanctum of the Sun. We killed most of them and the rest of the group is hunting down the remnants!I\'m glad that you\'re here now; I was only left a couple of scouts for protection! It\'s not safe out here!Give me a moment and I\'ll read through these plans to see what the night elves are up to. ','Oh, thank goodness for you! ','','','','','',22594,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',9163,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9167,10958,3433,0,136,15,21,1,690,0,0,0,0,0,0,0,0,0,0,0,'The Traitor\'s Destruction','Everything we\'ve done in the Ghostlands has been done with the goal of taking back what is rightfully ours. The Scourge have maintained their chokehold on the region for far too long.$B$BThe time has come for payback, $N. Thanks to your help and the help of our new allies, the Forsaken, vengeance will soon be ours.$B$BHe who sought to steal the power of the Sunwell must die. Go to Deatholme, the Scourge stronghold south of the Dead Scar. Bring me Dar\'Khan\'s head and your deeds will go down in history!','Slay Dar\'Khan Drathir inside Deatholme and bring his head to Magister Kaendris at the Sanctum of the Sun in the Ghostlands.','Today you\'ve dealt a deadly blow to the Scourge\'s grasp in the region.$B$BWith the vile traitor gone, it shall not be long before we\'ve reclaimed our lands and our greatness is restored once again.','Is it done, then? Has Dar\'Khan been destroyed?','','','','','',22653,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22980,22982,22984,22995,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',9176,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9168,10958,3433,0,136,16,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'Heart of Deatholme','Deep inside Deatholme our enemies are striving to create stronger, deadlier spectral soldiers. These abhorrent creatures are perfect killing machines, handcrafted by Dar\'Khan himself and hardened by the dark magic of Deatholme.$B$BTravel to the Tower of the Damned inside Deatholme and destroy them, $N. We cannot let our enemy\'s army grow in power while we struggle to maintain our foothold in the Ghostlands.','Destroy 8 Eyes of Dar\'Khan and report back to Magister Idonis at the Sanctum of the Sun in the Ghostlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16320,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,350,0,0,0,0,0,0,2500,0,0,28300,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(9169,10958,3433,0,136,11,16,0,690,0,0,0,0,0,0,0,0,0,0,0,'Deactivate An\'owyn','Their moon crystals are scrying devices -- they\'re going to spy on us! I know that An\'daroth can\'t provide enough power for that, but An\'owyn, directly to the south, most definitely can!$B$BFrom the plans I now have a basic knowledge of how these moon crystals work; enough to shut them down. They\'re keyed so that they can be turned off. You must go to An\'owyn, retrieve the controlling orb from one of the night elves and then use it on the moon crystal to stop them from enacting their plan!$B$BHurry, $c!','Retrieve the Crystal Controlling Orb and then use it to deactivate the Night Elf Moon Crystal at An\'owyn. Then return to Magister Sylastor at An\'telas in the Ghostlands.','That\'s a relief, $c! I can assure you that if you hadn\'t deactivated those scrying orbs we would be in a more tenuous position than the one we\'re already in! To think, surrounded by enemies, and one of them able to spy upon our every move!$B$BBut now we don\'t need to worry about that thanks to you! Here, take this, I want you to be rewarded for your efforts and I just happen to have a few things here that I no longer have any use for.$B$BThank you again, $N!','Is it over then, $c? Did you deactivate the night elf moon crystal at An\'owyn?','','Night Elf Moon Crystal Deactivated','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181359,0,0,0,1,0,0,0,29049,0,0,0,0,0,0,0,23400,23401,28160,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',9166,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9170,10958,3433,0,136,17,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dar\'Khan\'s Lieutenants','The odious traitor, Dar\'Khan, has risen to great power among the ranks of the Scourge. His lieutenants command vast armies of undead against our dwindling numbers.$B$BMasophet the Black, Jurion the Deceiver, Borgoth the Bloodletter, Mirdoran the Fallen. Learn these names well for in the Ghostlands these Scourge leaders are second only to Dar\'Khan himself. Slay them and their mindless armies will be thrown into disarray.','Magister Idonis wants you to venture into Deatholme to slay Masophet the Black, Jurion the Deceiver, Borgoth the Bloodletter and Mirdoran the Fallen. Report back to him in the Sanctum of the Sun in the Ghostlands after you\'ve completed this task.','Dar\'Khan\'s armies will soon fall. The Scourge shall not stand a chance against the combined might of the sin\'dorei and the Forsaken.','Have you succeeded in severing the Scourge\'s chain of command, $N? Are Dar\'Khan\'s lieutenants dead?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16250,16247,16248,16249,1,1,1,1,0,0,0,0,0,0,0,0,22996,22997,22998,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',9220,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9171,10958,3433,0,136,12,15,0,690,0,0,0,0,0,0,0,0,0,0,0,'Culinary Crunch','This is intolerable! I have nothing to work with here! Milady asks me to come from Silvermoon City; she deserves cuisine as befits her station. No? But I get here and there is no food. You must go out, $c, and bring back fresh kills so that I have something to prepare.$B$BDame Auriferous prefers a crunchy texture to her food. There are plenty of spindleweb lurkers to the southwest on the other side of the Dead Scar. Disgusting, I know, but that\'s what we have to work with.','Collect 5 Crunchy Spider Legs and return them to Master Chef Mouldier at Tranquillien in the Ghostlands.','Very well. these will have to do. No, don\'t describe them crawling around, I don\'t want to know! I\'ll work my magic upon these legs and they\'ll turn out quite tasty. A little spice here, a pinch of herb there, and then of course some arcane ingredients, and voila, a meal fit for a queen... or in this case, a dame.$B$BYour service has been adequate, $c. Here, take this recipe and some samples.','I believe I can hear the dame\'s belly rumbling even from here! I take it that you are here talking to me because you have what I asked you to obtain?','','','','','',22644,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22645,22647,0,0,5,1,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9172,10958,3433,0,128,15,16,0,690,0,0,0,0,0,0,0,0,9176,22706,1,'Report to Magister Kaendris','The magisters at the Sanctum of the Sun have made great progress in analyzing the Scourge\'s weaknesses with the aid of the Forsaken. Magister Kaendris will know what to do with this information.$B$BYou\'ll find the Sanctum of the Sun southwest of here. You must hurry, $N. Dar\'Khan is a cunning enemy and watches our every move!','Bring Dar\'Khan\'s Journal to Magister Kaendris at the Sanctum of the Sun in the Ghostlands.','This book... it can\'t be! It\'s Dar\'Khan\'s very own handwriting. There must be information here that will reveal a weakness in our opponent.$B$BYou\'ve done well in coming to us, $N. The Farstriders have shown great wisdom in leaving this matter in our hands. This armor should help you further our cause. ','You wish to speak to me?','','','','','',22706,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28154,28157,28161,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9162,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9173,10958,3433,0,136,15,15,0,690,0,0,0,0,0,0,0,0,0,0,0,'Retaking Windrunner Spire','$C, I want you to reclaim Windrunner Spire!$B$BIt\'s an honor, really. Windrunner Spire is the original home of Lady Sylvanas Windrunner, queen of the Forsaken and former ranger-general of the elves. But now it\'s been overrun by the mindless Scourge.$B$BTo get there take the road south until it branches. Take the right fork and after crossing the Dead Scar continue southwest. You can\'t miss it.','Slay 8 Deatholme Acolytes and 10 Fallen Rangers, and return to High Executor Mavren at Tranquillien in the Ghostlands.','I\'m certain that Lady Sylvanas will be pleased to hear that we\'ve made progress in the matter.$B$BHere, take this coin as payment for your efforts.','I trust that you return to me with news that Windrunner Spire has been cleansed of its Scourge infection?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16315,16314,0,0,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9174,10958,3433,0,128,9,13,0,690,0,0,0,0,0,0,0,0,0,22675,1,'Vanquishing Aquantion','That willful elemental ended many lives that fateful day when he revolted against us. By calling to the lowly murloc to sabotage our rites he subverted our magic and turned it against us.$B$BShow him our thirst for vengeance has not waned! Take these medallions and lay them at the Altar of Tidal Mastery at the bottom of the lake. Aquantion shall immediately answer your summons!$B$BBeware, $r! Without our magic controlling him, his wrath will be unrestrained. Destroy Aquantion so we may rest!','Geranis Whitemorn wants you to swim to the bottom of the lake east of Suncrown Village and use the Bundle of Medallions on the Altar of Tidal Mastery. Summon and slay the elemental known as Aquantion and return to Geranis.','You\'ve avenged our deaths and broken Aquantion\'s grasp on our souls. We may finally rest.','Has Aquantion been destroyed yet? ','','','','','',0,22675,0,0,0,0,0,1,0,0,0,0,16292,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,922,0,0,0,0,250,250,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',9157,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9175,10958,3433,0,128,15,15,0,690,0,0,0,0,0,0,0,0,0,22597,1,'The Lady\'s Necklace','The necklace shimmers, a remarkable piece of jewelry that doesn\'t seem to succumb to the gloom that permeates the Ghostlands. Given the inscription, and where you found it, it must be the lost property of Lady Sylvanas Windrunner herself!$B$BPerhaps it would be best to first take it to High Executor Mavren at Tranquillien? He seems to be the highest ranking Forsaken in the area and is sure to know what to do with it.','Take The Lady\'s Necklace to High Executor Mavren at Tranquillien in the Ghostlands.','You say that you found it on one of the Scourge at Windrunner Spire and that there\'s an inscription on it? Let me see!Here, take this coin for a job well done. ','What\'s that you have there? ','','','','','',22597,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9176,10958,3433,0,136,15,17,0,690,0,0,0,0,0,0,0,0,9167,0,0,'The Twin Ziggurats','According to this journal, Dar\'Khan promised the Scourge two powerful elven artifacts: the stone of light and the stone of flame. These were imbued with the magical energies of the Sunwell and attuned to have warding powers against the Scourge.$B$BThe crystals were to be transported to where the Howling Ziggurat and the Bleeding Ziggurat now stand, in the middle of the Dead Scar. If they\'re still held there, we need to recover them. Their power will be greatly useful in our struggle against the enemy.','Travel to the Bleeding Ziggurat and the Howling Ziggurat and recover the Stone of Light and the Stone of Flame. Return to Magister Kaendris at the Sanctum of the Sun after recovering the items.','The rumors were true! The stone of light and the stone of flame do exist! We shall use their power to create weapons against Dar\'Khan.$B$BUse them when the time is right and the energies of the Sunwell, trapped within these objects, will vanquish him with the very power he sought to steal from us!','Have you recovered the crystals yet?','','','','','',22599,22598,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22783,22784,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',9172,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9177,10958,1497,0,128,15,15,0,0,0,0,0,0,0,0,0,0,0,22627,1,'Journey to Undercity','This is quite extraordinary! It appears to be a gift to Lady Sylvanas Windrunner from her sister, Alleria!$B$BYou must take it to her in the Undercity at once! The lady holds court in the Royal Quarter.$B$BTo get there, use the orb of translocation in the Inner Sanctum of Sunfury Spire in Silvermoon City to cross over to the Undercity. Once there, take the elevator ride down into the city proper. Use your maps if you need help finding the Royal Quarter.','Take The Lady\'s Necklace to Lady Sylvanas Windrunner at the Royal Quarter in Undercity.','$B$BIt can\'t be! After all this time, I thought it was lost forever.$B$B$B$BYou thought this would amuse me? Do you think I long for a time before I was the queen of the Forsaken? Like you, it means nothing to me, and Alleria Windrunner is a long dead memory!$B$B$B$BYou may now remove yourself from my presence, $C.','And you are?$B$BWhat\'s that you have there? That necklace looks somehow familiar. Give it here!','','','','','',22627,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9178,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22600,1,'Craftsman\'s Writ - Dense Weightstone','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order BS-091:$B$B120 Dense Weightstones.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 120 Dense Weightstones and the Craftsman\'s Writ - Dense Weightstone - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','Yep, these will come in handy for the infantry\'s bashin\' weapons.','Filling a work order, $C?','','','','','',22600,12643,0,0,0,0,1,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9179,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22601,1,'Craftsman\'s Writ - Imperial Plate Chest','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order BS-428:$B$B3 Imperial Plate Chests.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 3 Imperial Plate Chests and the Craftsman\'s Writ - Imperial Plate Chest - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','More armor for the troops! Fantastic, $N!','Filling a work order, $C?','','','','','',22601,12422,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9180,10958,1497,0,128,15,15,0,690,0,0,0,0,0,0,0,0,0,22627,1,'Journey to Undercity','This is quite extraordinary! It appears to be a gift to Lady Sylvanas Windrunner from her sister, Alleria!$B$BYou must take it to her in the Undercity at once! The lady holds court in the Royal Quarter.$B$BTo get there, use the orb of translocation in the Inner Sanctum of Sunfury Spire in Silvermoon City to cross over to the Undercity. Once there, take the elevator ride down into the city proper. Use your maps if you need help finding the Royal Quarter.','Take The Lady\'s Necklace to Lady Sylvanas Windrunner at the Royal Quarter in Undercity.','$B$BIt can\'t be! After all this time, I thought it was lost forever.$B$B$B$BYou thought this would amuse me? Do you think I long for a time before I was the queen of the Forsaken? Like you, it means nothing to me, and Alleria Windrunner is a long dead memory!$B$B$B$BYou may now remove yourself from my presence, $c. ','And you are?$B$BWhat\'s that you have there? That necklace looks somehow familiar. Give it here! ','','','','','',22627,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9175,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9181,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22602,1,'Craftsman\'s Writ - Volcanic Hammer','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order BS-697:$B$B3 Volcanic Hammers.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 3 Volcanic Hammers and the Craftsman\'s Writ - Volcanic Hammer - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','These should go well with the dense weightstones we\'re stockpiling.','Filling a work order, $C?','','','','','',22602,12792,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9182,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22603,1,'Craftsman\'s Writ - Huge Thorium Battleaxe','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order BS-6020:$B$B3 Huge Thorium Battleaxes.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 3 Huge Thorium Battleaxes and the Craftsman\'s Writ - Huge Thorium Battleaxe - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','These aren\'t as huge as I expected. Regardless, a deal is a deal.','Filling a work order, $C?','','','','','',22603,12775,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9183,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22604,1,'Craftsman\'s Writ - Radiant Circlet','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order BS-80:$B$B3 Radiant Circlets.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 3 Radiant Circlets and the Craftsman\'s Writ - Radiant Circlet - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','I still can\'t believe Metz expects our troops to wear this low-quality garbage to protect against the freezing attacks of the Scourge.','Filling a work order, $C?','','','','','',22604,12417,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9184,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22605,1,'Craftsman\'s Writ - Wicked Leather Headband','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order LW-971:$B$B10 Wicked Leather Headbands.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 10 Wicked Leather Headbands and the Craftsman\'s Writ - Wicked Leather Headband - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.\n','These are... wicked.','Filling a work order, $C?','','','','','',22605,15086,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9185,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22606,1,'Craftsman\'s Writ - Rugged Armor Kit','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order LW-448:$B$B25 Rugged Armor Kits.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 25 Rugged Armor Kits and the Craftsman\'s Writ - Rugged Armor Kit - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.\n','The rugged armor kits have many uses, $N. They aren\'t JUST for slapping on certain armor pieces for added protection. Like this one here, I\'m going to use it as teapot cozy.','Filling a work order, $C?','','','','','',22606,15564,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9186,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22607,1,'Craftsman\'s Writ - Wicked Leather Belt','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order LW-736:$B$B9 Wicked Leather Belts.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 9 Wicked Leather Belts and the Craftsman\'s Writ - Wicked Leather Belt - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','These belts are actually more wicked than the headbands - if you can believe such a thing to be possible.','Filling a work order, $C?','','','','','',22607,15088,0,0,0,0,1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9187,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22608,1,'Craftsman\'s Writ - Runic Leather Pants','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order LW-8485:$B$B4 Runic Leather Pants.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 4 Runic Leather Pants and the Craftsman\'s Writ - Runic Leather Pants - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','The druids will definitely appreciate the craftsmanship that went into the making of these pants. Many thanks, $C.','Filling a work order, $C?','','','','','',22608,15095,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9188,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22609,1,'Craftsman\'s Writ - Brightcloth Pants','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order TR-95:$B$B6 Brightcloth Pants.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 6 Brightcloth Pants and the Craftsman\'s Writ - Brightcloth Pants - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','I can almost see my reflection in these things! That\'s crazy.','Filling a work order, $C?','','','','','',22609,14104,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9189,10958,130,0,128,15,15,0,690,0,0,0,0,0,0,0,0,0,22629,1,'Delivery to the Sepulcher','You have stirred the lady\'s heart, though it no longer beats.$B$BHowever, I have instructions that must be delivered to the Sepulcher in Silverpine Forest. Advisor Sorrelon represents us to the Forsaken there.$B$BThe shortest route, barring the use of their flying bats, is to leave Undercity and take the road south. Follow the signposts. Finding the place shouldn\'t be difficult. Brace yourself, though; the Sepulcher itself is a dilapidated crypt.$B$BThese Forsaken are certainly odd creatures.','Deliver the Sealed Sin\'dorei Orders to Advisor Sorrelon at the Sepulcher in Silverpine Forest.','I see here that Ambassador Sunsorrow has high hopes for your continued rise as a credit to the sin\'dorei. Unfortunate that business with Lady Sylvanas, though. Pay it no heed, $N, you did the right thing in returning her necklace. She should have been grateful, but such is the way of royalty.$B$BWhile you are here, should you choose to assist with the tasks of the Forsaken, be on your best behavior. You wouldn\'t want to damage our new bond with the Horde now would you?','Greetings, $Gbrother:sister;. What news do you bring?','','','','','',22629,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',9180,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(9190,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22610,1,'Craftsman\'s Writ - Runecloth Boots','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order TR-635:$B$B8 Runecloth Boots.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 8 Runecloth Boots and the Craftsman\'s Writ - Runecloth Boots - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','By Bronzebeard\'s beard! You actually brought me runecloth boots... I guess I lost that bet.','Filling a work order, $C?','','','','','',22610,13864,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9191,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22611,1,'Craftsman\'s Writ - Runecloth Bag','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order TR-9999:$B$B8 Runecloth Bags.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 8 Runecloth Bags and the Craftsman\'s Writ - Runecloth Bag - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','Blessed bootstraps! Are those what I think they are? The troops have been complaining non-stop about the lack of storage space for all that is required while in the field. One of them even drew me a diagram - such a pansy...$B$BThese will definitely help alleviate some of the whining.','Filling a work order, $C?','','','','','',22611,14046,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9192,10958,3433,0,136,11,14,0,690,0,0,0,0,0,0,0,0,0,0,0,'Trouble at the Underlight Mines','The Underlight Mines to the southwest have been overrun by a clan of gnolls calling themselves the Blackpaw. I don\'t need to remind you how important those mines are to us as a strategic asset in our ongoing campaign here in the Ghostlands!$B$BTake the south road out of town and follow the fork to the right. Just past the ziggurat on the right there will be a short dirt path to the west. Follow it.$B$BThe ore must flow!','Slay 8 Blackpaw Gnolls, 6 Blackpaw Scavengers and 4 Blackpaw Shaman, and return to Deathstalker Maltendis at Tranquillien in the Ghostlands.','That\'s a fair job of butchery you managed there, $c. We\'ll get the miners back to work now. I\'m sure they\'ll be disappointed that their break is over, but there\'s armor and weaponry to be made, and that requires ore to be mined.$B$BHere, take this as payment for doing your duty. Go get your armor and weapons repaired, and have a drink on me.','Is it good news, or bad, darling?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16334,16335,16337,0,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9193,10958,3433,0,132,14,17,0,690,0,0,0,0,0,0,0,0,0,22755,1,'Investigate the Amani Catacombs','$C, our sources tell us that the trolls buried in the Amani Catacombs inside Sungraze Peak have been rising from the dead. Dame Auriferous would have you investigate these catacombs and put to the torch any of the unanimated remains you come across so as to prevent any more of these creatures from rising.$B$BThe fastest way there is to head north out of town and then take the first fork to the right. This will put you on the north side of the peak, so look to the south for the entrance.','Investigate the Amani Catacombs and burn 10 Mummified Troll Remains, then return to Advisor Valwyn at Tranquillien in the Ghostlands.','Disgusting, but necessary I can assure you. You have done us good service by investigating this matter, Please, take this as a token of our generosity and appreciation. ','This is a most grim and undignified business, I trust that you will complete this task to milady\'s complete satisfaction? ','Investigate the Amani Catacombs','Mummified Troll Remains Burned','','','',0,22755,0,0,0,0,0,1,0,0,0,0,-181148,0,0,0,10,0,0,0,28451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,4071,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9194,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22612,1,'Craftsman\'s Writ - Runecloth Robe','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order TR-7229:$B$B8 Runecloth Robes.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 8 Runecloth Robes and the Craftsman\'s Writ - Runecloth Robe - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','You shouldn\'t have! No really, you shouldn\'t have. I don\'t know what Metz is thinking, but nobody is going to be wearing these robes into Naxxramas.$B$B$B$BBah, another pile of junk I\'ll have to get transferred to the front lines and another berating I\'ll have to take from Chambers.','Filling a work order, $C?','','','','','',22612,13858,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9195,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22613,1,'Craftsman\'s Writ - Goblin Sapper Charge','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order EN-11:$B$B20 Goblin Sapper Charges.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 20 Goblin Sapper Charges and the Craftsman\'s Writ - Goblin Sapper Charge - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','Now you\'re talking my language, $C. Things that go BOOM!','Filling a work order, $C?','','','','','',22613,10646,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9196,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22614,1,'Craftsman\'s Writ - Thorium Grenade','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order EN-7:$B$B20 Thorium Grenades.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn\n','Deliver 20 Thorium Grenades and the Craftsman\'s Writ - Thorium Grenade - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','These must have cost a pretty copper piece to make. Am I right or am I right, $N?','Filling a work order, $C?','','','','','',22614,15993,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9197,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22615,1,'Craftsman\'s Writ - Gnomish Battle Chicken','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order EN-0:$B$B4 Gnomish Battle Chickens.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 4 Gnomish Battle Chickens and the Craftsman\'s Writ - Gnomish Battle Chicken - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','Why are you smiling? What\'s so funny? Listen, $Gmister:missy;, a gnomish battle chicken is a very important unit and not to be taken lightly - EVER. We send these in to areas that might be heavily plagued or infested and they clean up any plagued insects or carrion maggots that might still be fluttering about. Everybody knows that robots are immune to the plague.$B$BI bet you don\'t feel so smart now, do you? Big dummy...','Filling a work order, $C?','','','','','',22615,10725,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9198,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22616,1,'Craftsman\'s Writ - Thorium Tube','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order EN-558:$B$B14 Thorium Tubes.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 14 Thorium Tubes and the Craftsman\'s Writ - Thorium Tube - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','Thorium tubes? Gee, thanks.$B$B','Filling a work order, $C?','','','','','',22616,16000,0,0,0,0,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9199,10958,3433,0,136,14,17,0,690,0,0,0,0,0,0,0,0,0,0,0,'Troll Juju','The corpses of trolls buried inside the Amani Catacombs have been rising from the dead! I want you to go there and bring back proof of their final demise. Some of these mummy trolls, and their living counterparts, carry juju; glowing objects that house an unknown power source. It\'s probably what is animating them!$B$BThe catacombs lie within Sungraze Peak, directly to the east. I am told that the easiest way in lies on the north face of the mountain. See to it, $c!','Collect 8 Troll Juju and return them to Deathstalker Maltendis at Tranquillien in the Ghostlands.','Mummies being raised by troll priests... clever! The Shadowpine trolls must be trying to bolster their numbers through necromantic means. I\'d wager that these oracles were using the juju in their reanimation ritual.$B$BOnce again you perform your duty as befits a $C of your growing reputation. Take this with our gratitude.','I don\'t have to remind you that we can ill afford this trouble with the troll dead rising in our very backyard! We have enough trouble with Deatholme to the south!','','','','','',22633,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28156,28159,28163,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9200,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22617,1,'Craftsman\'s Writ - Major Mana Potion','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order AL-473:$B$B10 Major Mana Potions.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn\n','Deliver 10 Major Mana Potions and the Craftsman\'s Writ - Major Mana Potion - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','The utility of these should go without saying.','Filling a work order, $C?','','','','','',22617,13444,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9201,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22620,1,'Craftsman\'s Writ - Greater Arcane Protection Potion','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order AL-1420:$B$B15 Greater Arcane Protection Potions.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn\n','Deliver 15 Greater Arcane Protection Potions and the Craftsman\'s Writ - Greater Arcane Protection Potion - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.\n','$B$BWOOT! These pack a kick, baby! A kick I say!','Filling a work order, $C?','','','','','',22620,13461,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9202,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22618,1,'Craftsman\'s Writ - Major Healing Potion','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order AL-169110:$B$B20 Major Healing Potions.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 20 Major Healing Potions and the Craftsman\'s Writ - Major Healing Potion - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','Do you know what the troops on the front lines call these? Priests in a bottle...$B$B$B$B\"I\'m your priest in a bott-le baby... you gotta drink me the right way...\"$B$BWhat\'s the matter sonny? It\'s a very popular song around these parts.','Filling a work order, $C?','','','','','',22618,13446,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9203,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22621,1,'Craftsman\'s Writ - Potion of Petrification','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order AL-90:$B$B1 Potion of Petrification.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 1 Potion of Petrification and the Craftsman\'s Writ - Potion of Petrification - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','No comment.$B$B$B$BI said no comment! Now get out of my sight!','Filling a work order, $C?','','','','','',22621,13506,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9204,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22622,1,'Craftsman\'s Writ - Stonescale Eel','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order FS-5:$B$B40 Stonescale Eel.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 40 Stonescale Eel and the Craftsman\'s Writ - Stonescale Eel - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','You could have used this for something else, but you didn\'t, did you? No use crying about it now, $N.','Filling a work order, $C?','','','','','',22622,13422,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9205,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22623,1,'Craftsman\'s Writ - Plated Armorfish','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order FS-12:$B$B30 Plated Armorfish.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 30 Plated Armorfish and the Craftsman\'s Writ - Plated Armorfish - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','You really don\'t know what these are for?$B$B$B$BLike I\'m going to tell you! ','Filling a work order, $C? ','','','','','',22623,13890,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9206,4044,139,0,64,55,60,0,0,0,0,0,0,0,0,0,0,0,22624,1,'Craftsman\'s Writ - Lightning Eel','The bearer of this writ is entitled to payment in the form of an insignia of their choice upon completion of the contracted work order.$B$BWork Order FS-9:$B$B30 Lightning Eel.$B$BAll filled orders should be delivered to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BContract is null and void if tampered with or damaged.$B$B-Dispatch Commander Metz, The Argent Dawn','Deliver 30 Lightning Eel and the Craftsman\'s Writ - Lightning Eel - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','These make the best eel rolls in the world. That\'s right - IN THE WORLD.','Filling a work order, $C?','','','','','',22624,13757,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9207,10958,3433,0,136,11,14,0,690,0,0,0,0,0,0,0,0,0,0,0,'Underlight Ore Samples','I was sent here from the Sanctum of the Sun to collect some ore samples, but the gnolls have overrun the place! It\'s going to be my head on a platter if I don\'t get those samples to the magister soon. Maybe you could help, $c?$B$BYou can find the ore in the tin and copper veins here, and the gnolls are carrying it around, too. When you have enough, take it to Magister Quallestis at the Sanctum of the Sun directly to the east. Go across the Dead Scar and you\'ll find the sanctum just south of Sungraze Peak.','Collect 6 Underlight Ore and deliver them to Magister Quallestis at the Sanctum of the Sun in the Ghostlands.','My apprentice was unable to take care of this herself? I shall have a word with her when she returns then, gnolls or not. Speaking of which, why didn\'t she return with you?That one is a handful, and is going to be quite a challenge to properly train. Thank you, for bringing these samples to me. We are hoping that we can uncover some special property from them that will help in the fight against the Scourge.Please take this coin as a token of my appreciation. ','How may I help you? ','','','','','',22634,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9208,4044,1977,0,64,58,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Savage Guard - Arcanum of Protection','Zanza can create many ancient troll enchantments with proper components! Have you heard of the Savage Guard? No, of course you haven\'t. Your mind is addled with the inferior elven magic.$B$BBring me an arcanum of elven creation so that I may destroy the aberration. Do this and the Savage Guard will be yours.\n','Zanza the Restless in Zul\'Gurub wants an Arcanum of Protection.','The worthless magic in these enchantments fuels my anger. My anger gives me strength.$B$BBring me more and you shall receive another Savage Guard.','Do you have the arcanum?','','','','','',18331,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22635,0,0,0,1,0,0,0,270,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9210,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9209,4044,1977,0,64,58,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Savage Guard - Arcanum of Rapidity','Zanza can create many ancient troll enchantments with proper components! Have you heard of the Savage Guard? No, of course you haven\'t. Your mind is addled with the inferior elven magic.$B$BBring me an arcanum of elven creation so that I may destroy the aberration. Do this and the Savage Guard will be yours.\n','Zanza the Restless in Zul\'Gurub wants an Arcanum of Rapidity.','The worthless magic in these enchantments fuels my anger. My anger gives me strength.$B$BBring me more and you shall receive another Savage Guard.','Do you have the arcanum?','','','','','',18329,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22635,0,0,0,1,0,0,0,270,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9208,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9210,4044,1977,0,64,58,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Savage Guard - Arcanum of Focus','Zanza can create many ancient troll enchantments with proper components! Have you heard of the Savage Guard? No, of course you haven\'t. Your mind is addled with the inferior elven magic.$B$BBring me an arcanum of elven creation so that I may destroy the aberration. Do this and the Savage Guard will be yours.\n','Zanza the Restless in Zul\'Gurub wants an Arcanum of Focus.','The worthless magic in these enchantments fuels my anger. My anger gives me strength.$B$BBring me more and you shall receive another Savage Guard.','Do you have the arcanum?','','','','','',18330,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22635,0,0,0,1,0,0,0,270,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9211,4044,139,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ice Guard','Ah, the Ice Guard. It is a thin sheen of protective magic that covers certain pieces of equipment. Those that do battle with creatures of frost and ice will gain increased protection from their attacks by using the Ice Guard.$B$BAs with all things the Wrathcaster creates, there is a price - a price that I will not lower, regardless of how much you whimper. Interested?','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands wants 10 Insignia of the Crusade and 30 gold.','$B$BEnjoy the repair costs, $R. Naxxramas is \'unkind\' to the uninitiated.','If it were not for these Argent Dawn guards, you would be a stain upon this floor.\r\n','','','','','',22524,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22636,0,0,0,1,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,-300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9212,10958,3433,0,130,14,17,0,690,0,0,0,0,0,0,0,0,0,0,0,'Escape from the Catacombs','These trolls ambushed me and have been keeping me in this cage. I think they\'re planning to sacrifice me! Help me get out of here!$B$BThe lock on the cage isn\'t that complex... I just can\'t get to it from this side. Please escort me back to the Farstrider Enclave. I\'m sure Captain Helios will reward you, and you\'ll have my undying gratitude!','Escort Ranger Lilatha to Captain Helios at Farstrider Enclave in the Ghostlands.','You\'re quite the hero, $c, to get her out of there alive. I suppose we\'ll have to mount an offensive to clear out those catacombs too. As if we didn\'t have enough trouble with the living trolls!$B$BYou\'ve done a great thing today, I should reward you. Take your pick from any of these.','yes?','Escort Ranger Lilatha back to the Farstrider Enclave','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23412,23413,23414,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9213,4044,139,0,64,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shadow Guard','A creation of genius! Much like the Ice Guard, the Shadow Guard employs a thin sheen of protective magic that covers certain pieces of equipment. And like the Ice Guard, the Shadow Guard is going to cost you a good amount of money.$B$B$B$BInterested?','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands wants 10 Insignia of the Crusade and 30 gold.','$B$BWhat are you still standing around for, $R? Our business is done.','$B$BBe gone, insect, lest you have something for me.','','','','','',22524,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22638,0,0,0,1,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,-300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0),(9214,10958,3433,0,136,15,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'Shadowpine Weaponry','$C, I want you to kill as many Shadowpine trolls as you can. We need their numbers greatly reduced before we can shift our attention toward Deatholme. And while you\'re at it, we might as well kill two birds with one stone, so bring me back a load of their weapons. Better that they not go to waste, and we can use them in the fight against the Scourge.$B$BHit their camps hard to the east and the south at Zeb\'Tela and Zeb\'Nowa.','Collect 3 Headhunter Axes, 3 Shadowcaster Maces, 3 Catlord Claws and 3 Hexxer Staves. Return them to Captain Helios at Farstrider Enclave in the Ghostlands.','I\'ll immediately send a few rangers out to survey the damage that you wreaked upon the Shadowpine trolls. I\'ve no doubt that we\'ll be able to mop up after your offensive and launch an attack on the Scourge soon if these weapons are any indication of your success.$B$BHere, I want you to take this coin in payment. It\'s burning a hole in my pouch anyway.','Have those weapons yet? With the Shadowpine numbers decimated we\'ll finally be able to turn our attention to the fight against the Scourge.','','','','','',23165,23167,22677,23166,0,0,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9215,10958,3433,0,136,9,20,1,690,0,0,0,0,0,0,0,0,0,0,0,'Bring Me Kel\'gash\'s Head!','WANTED: Bring the head of Kel\'gash the Wicked, chieftain of the Shadowpine trolls, to Captain Helios. No questions asked. Kel\'gash is known to dwell somewhere to the south in Zeb\'Nowa.$B$B$B$BREWARD: Yes, but no advances!','Return the Head of Kel\'gash the Wicked to Captain Helios at the Farstrider Enclave in the Ghostlands.','Ah. Kel\'gash\'s head is what smelled so bad. That\'s a nice piece of work there, $C!$B$BWith their chieftain dead, the Shadowpine trolls should be in total disarray. Combined with your recent efforts to decimate their numbers, this should be the perfect opportunity to launch our counter-offensive against them and wipe them out for good.$B$BYou have my thanks, Might I interest you in one of these? ','What is that awful smell?','','','','','',22640,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23409,23410,23411,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9216,10958,3433,0,136,15,16,0,690,0,0,0,0,0,0,0,0,0,0,0,'Rotting Hearts','I hear the Amani trolls eat their enemies\' hearts to steal their strength. They might just be on to something, $N. With the proper treatment, the hearts of the unliving can produce potent elixirs.$B$BHunt down the zombies that roam the Dead Scar and bring me their hearts. I\'ll show you the kind of enhancement we can perform to your physical prowess against the undead.','Bring back 10 Rotting Hearts to Magistrix Aminel in Tranquillien.','Take this draught, $N. After you drink it, your physical strength against the Scourge will receive a boost. If you need more than this sample bring me more hearts.','Do you have the zombie hearts I requested, $N?','','','','','',22641,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22779,0,0,0,1,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9217,10958,3433,0,128,15,16,0,690,0,0,0,0,0,0,0,0,0,0,0,'More Rotting Hearts',' With the proper treatment, the hearts of the unliving can produce potent elixirs.$B$BHunt down the zombies that roam the Dead Scar and bring me their hearts.','Bring back ten Rotting Hearts to Magistrix Aminel in Tranquillien.','This will provide you with greater power against the Scourge. Bring more hearts if you find them, $n.','You\'ve brought more ghoul hearts? I can use as many as you can collect, $n.','','','','','',22641,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22779,0,0,0,1,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9216,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9218,10958,3433,0,136,15,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'Spinal Dust','The dark energy that flows through the bodies of reanimated skeletons tends to accumulate primarily in their spine. I\'ve discovered a method of instilling this energy into a potion that boosts our magical abilities against the undead.$B$BBring me some spinal dust and I\'ll be glad to provide you with a sample. You\'ll find an ample number of skeletons wandering the Dead Scar, west of here.','Bring back 10 Spinal Dusts to Magistrix Aminel in Tranquillien.','Take this, $N. You\'ll feel the difference immediately!$B$BFeel free to bring more spinal dust; I can use as much of it as you can provide. Side effects? You might start feeling your joints acting up a bit. Nothing permanent, I assure you!','Do you have the samples I requested, $N?','','','','','',22642,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22778,0,0,0,1,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9219,10958,3433,0,128,15,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'More Spinal Dust','Bring me some spinal dust and I\'ll be glad to provide you with a sample. You\'ll find an ample number of skeletons wandering the Dead Scar, west of here.','Bring back ten Spinal Dusts to Magistrix Aminel in Tranquillien.','This dust is as potent as ever, $n. Keep bringing it to me if you\'re in need to boost your magical powers against the Scourge.','You\'ve procured more spinal dust? I can use as much of it as you bring me.','','','','','',22642,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22778,0,0,0,1,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9218,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9220,10958,3433,0,136,17,20,0,690,0,0,0,0,0,0,0,0,9170,0,0,'War on Deatholme','If you seek to aid our cause there is no better place to start than here and no better time to do it than now.$B$BBy rebuilding the Sanctum of the Sun we\'ve raised a banner of defiance in front of our enemy\'s seat of power: Deatholme.$B$BGo forth and fight the hordes of undead that inhabit the vile Scourge fortress.','Slay 5 Eyes of Dar\'khan, 6 Nerubis Centurions and 6 Wailers in Deatholme and return to Magister Idonis at the Sanctum of the Sun in the Ghostlands.','The Scourge has felt our wrath, $N. It won\'t be long before their cursed citadel lies in ruins.$B$BWith their numbers weakened, it is time to launch an attack on more strategic targets.','Have you returned from Deatholme victorious, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16320,16319,16321,0,5,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',9151,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9221,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Superior Armaments of Battle - Friend of the Dawn','Greetings, friend. Have you insignias of the Dawn or the Crusade that you would like to redeem for items of power?$B$BI must warn you; purchases made at a friendly reputation with the Dawn come with a hefty surcharge. I would advise that you gain a better reputation with the Dawn before moving forward with your plans.','For 30 Insignias of the Dawn and 30 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.\n','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','','','','','',22523,22524,0,0,0,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22681,22680,22688,22679,22690,22689,1,1,1,1,1,1,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,1,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9222,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Epic Armaments of Battle - Friend of the Dawn','Greetings, friend. Have you insignias of the Dawn or the Crusade that you would like to redeem for items of great power?$B$BI must warn you; purchases made at a friendly reputation with the Dawn come with an extremely hefty surcharge. I would advise that you gain a better reputation with the Dawn before moving forward with your plans.\n','For 110 Insignias of the Dawn and 110 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','','','','','',22523,22524,0,0,0,0,110,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22657,22667,22668,22659,22678,22656,1,1,1,1,1,1,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9223,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Superior Armaments of Battle - Honored Amongst the Dawn','Greetings, friend. Have you insignias of the Dawn or the Crusade that you would like to redeem for items of power?$B$BI must warn you; purchases made at honored reputation with the Dawn come with a fairly prohibitive surcharge. I would advise that you gain a better reputation with the Dawn before moving forward with your plans.','For 20 Insignias of the Dawn and 20 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','','','','','',22523,22524,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22681,22680,22688,22679,22690,22689,1,1,1,1,1,1,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9224,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Epic Armaments of Battle - Honored Amongst the Dawn','Greetings, friend. Have you insignias of the Dawn or the Crusade that you would like to redeem for items of great power?$B$BI must warn you; purchases made at honored reputation with the Dawn come with an extremely hefty surcharge. I would advise that you gain a better reputation with the Dawn before moving forward with your plans.','For 75 Insignias of the Dawn and 75 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','','','','','',22523,22524,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22657,22667,22668,22659,22678,22656,1,1,1,1,1,1,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,1,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9225,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Epic Armaments of Battle - Revered Amongst the Dawn','Greetings, friend. Have you insignias of the Dawn or the Crusade that you would like to redeem for items of great power?$B$BI must warn you; epic purchases made at revered reputation with the Dawn are still quite expensive. I would advise that you gain a better reputation with the Dawn before moving forward with your plans.','For 45 Insignias of the Dawn and 45 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','','','','','',22523,22524,0,0,0,0,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22657,22667,22668,22659,22678,22656,1,1,1,1,1,1,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9226,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Superior Armaments of Battle - Revered Amongst the Dawn','Greetings, friend. Have you insignias of the Dawn or the Crusade that you would like to redeem for items of power?$B$BItems offered to those revered amongst the Dawn are priced quite reasonably. I encourage you to make a purchase!','For 7 Insignias of the Dawn and 7 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.\n','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','','','','','',22523,22524,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22681,22680,22688,22679,22690,22689,1,1,1,1,1,1,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,1,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9227,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Superior Armaments of Battle - Exalted Amongst the Dawn','Greetings, friend. Have you insignias of the Dawn or the Crusade that you would like to redeem for items of power?$B$BItems offered to those exalted amongst the Dawn are discounted. I encourage you to make a purchase!','For 6 Insignias of the Dawn and 6 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','','','','','',22523,22524,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22681,22680,22688,22679,22690,22689,1,1,1,1,1,1,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9228,4044,139,0,72,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Epic Armaments of Battle - Exalted Amongst the Dawn','Greetings, friend. Have you insignias of the Dawn or the Crusade that you would like to redeem for items of great power?$B$BThose exalted amongst the Dawn receive our greatest discounts! I encourage you to make a purchase.','For 27 Insignias of the Dawn and 27 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','','','','','',22523,22524,0,0,0,0,27,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22657,22667,22668,22659,22678,22656,1,1,1,1,1,1,0,0,0,0,0,0,0,0,529,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9229,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,9230,0,0,'The Fate of Ramaladni','Ramaladni was a warrior of the Brotherhood - a pupil of Highlord Mograine before the Dawn even existed! When news of Mograine\'s death reached him, hatred and anger took over.$B$BUnderstand this, $N, when rage and retribution take the reins, a man ceases to be a man. The man personifies the emotions that control him instead. And so it would be that Ramaladni, the spirit of retribution, would enter Naxxramas to exact vengeance... and never return.$B$BEnter Naxxramas and find what became of Ramaladni.','Enter Naxxramas and uncover the Fate of Ramaladni.','It is his ring! But it is destroyed. No other evidence of Ramaladni was found?$B$B$B$BThis does not bode well for Ramaladni. The ring, however... it might be salvageable.','Any news of Ramaladni?','','','','','',22708,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9230,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Ramaladni\'s Icy Grasp','Fixing this band may prove to be quite challenging, $N. You see, it was made from the very runes that form inside Scourge structures - like Naxxramas. Additional materials are also required but your main concern should be getting those frozen runes. Bring me what I need and I will restore the ring to its former glory.','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands wants you to bring him 1 Frozen Rune, 1 Blue Sapphire and 1 Arcanite Bar.\n','Ramaladni himself couldn\'t have done better! Here is the ring, as promised.','Frozen runes could probably be found inside Naxxramas.','','','','','',22682,12361,12360,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22707,0,0,0,1,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',9229,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9231,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'reuse','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22486,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9232,4044,3456,0,328,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Only Song I Know...','You fancy yourself a hero of the Dawn, eh? I\'ve seen our greatest soldiers get rolled over by Kel\'Thuzad\'s plebes! How well could someone so clueless possibly fare in Naxxramas?$B$B$B$BBah, what choice do I got? You\'re the best I can do; I may as well help you.$B$BOmarion left me with one recipe. It\'s the only song I know... I can make a few variations of these pants; you just gotta supply the materials.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants you to bring him 2 Frozen Runes, 2 Essence of Water, 2 Blue Sapphires and 30 gold pieces.','$B$BThat\'s some hard work! Enjoy the pants, $C. At least you\'ll die in a clean pair now.','You haven\'t run into Omarion, have you?','','','','','',22682,7080,12361,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22700,22699,22702,22701,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,-300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9233,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,22719,1,'Omarion\'s Handbook','Wilhelm,$B$BIf you are reading this, I have perished - finally. I want you to know that my dying thoughts revolved around you and your ineptitude when it comes to tradeskills. Unfortunately, the bearer of this handbook is in even worse shape than you in regards to crafting.$B$BAbout the book: These are the rest of my recipes. Make the bearer of this book whatever they request. I\'m sure you will charge a hefty fee for your services because you are, after all, a crook.$B$BIn Disdain,$B$BOmarion','Take Omarion\'s Handbook to Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands.\n','He musta really been off his rocker when he wrote this! Omarion and I - we were thick as thieves!$B$BAnyhow, this certainly opens up some new possibilities, $N. I am now able to craft more items - for a small fee and material charges, of course.','Is that what I think it is?$B$B','','','','','',22719,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28288,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9234,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Icebane Gauntlets','Thanks to you and Omarion, may he rest in peace, I am now able to create Icebane gauntlets. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 5 Frozen Runes, 12 Thorium Bars, 2 Arcanite Bars, 2 Essences of Water and 200 gold.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,12359,12360,7080,0,0,5,12,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22670,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9235,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Icebane Bracers','Thanks to you and Omarion (May he rest in peace), I am now able to create Icebane bracers. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 4 Frozen Runes, 12 Thorium Bars, 2 Arcanite Bars, 2 Essence of Water and 200 gold.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,12359,12360,7080,0,0,4,12,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22671,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9236,4044,3456,0,64,60,60,62,0,0,0,0,529,42000,0,0,0,0,0,0,'Icebane Breastplate','Thanks to you and Omarion (May he rest in peace), I am now able to create an Icebane breastplate. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 8 Frozen Runes, 16 Thorium Bars, 2 Arcanite Bars, 4 Essence of Water and 300 gold. You will also need to be of Exalted reputation with the Argent Dawn.\n','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,12359,12360,7080,0,0,8,16,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9237,4044,3456,0,64,60,60,62,0,0,0,0,529,42000,0,0,0,0,0,0,'Glacial Cloak','Thanks to you and Omarion, may he rest in peace, I am now able to create a Glacial cloak. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 5 Frozen Runes, 4 Bolts of Runecloth, 2 Essences of Water, 4 Ironweb Spider Silks and 200 gold. You must also be of Exalted reputation with the Argent Dawn.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,14048,7080,14227,0,0,5,4,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22658,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9238,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Glacial Wrists','Thanks to you and Omarion, may he rest in peace, I am now able to create Glacial wrists. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 4 Frozen Runes, 2 Bolts of Runecloth, 2 Essences of Water, 2 Ironweb Spider Silks and 200 gold.','Now that\'s one face I was not expecting to see so soon.$B$BThis is quite the good news. $N, in more ways than you can imagine.','','','','','','',22682,14048,7080,14227,0,0,4,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22655,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9239,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Glacial Gloves','Thanks to you and Omarion, may he rest in peace, I am now able to create Glacial gloves. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 5 Frozen Runes, 4 Bolts of Runecloth, 4 Essences of Water, 2 Ironweb Spider Silks and 200 gold.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,14048,7080,14227,0,0,5,4,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22654,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9240,4044,3456,0,64,60,60,62,0,0,0,0,529,42000,0,0,0,0,0,0,'Glacial Vest','Thanks to you and Omarion, may he rest in peace, I am now able to create a Glacial vest. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 8 Frozen Runes, 8 Bolts of Runecloth, 6 Essences of Water, 4 Ironweb Spider Silks and 300 gold. You must also be of Exalted reputation with the Argent Dawn.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,14048,7080,14227,0,0,8,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22652,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9241,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Polar Bracers','Thanks to you and Omarion (May he rest in peace), I am now able to create Polar bracers. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 4 Frozen Runes, 12 Enchanted Leather, 3 Essence of Water, 3 Cured Rugged Hides and 200 gold. \n','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,12810,7080,15407,0,0,4,12,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22663,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9242,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Polar Gloves','Thanks to you and Omarion (May he rest in peace), I am now able to create Polar gloves. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 5 Frozen Runes, 12 Enchanted Leather, 3 Essence of Water, 3 Cured Rugged Hides and 200 gold.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,12810,7080,15407,0,0,5,12,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22662,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9243,4044,3456,0,64,60,60,62,0,0,0,0,529,42000,0,0,0,0,0,0,'Polar Tunic','Thanks to you and Omarion, may he rest in peace, I am now able to create a Polar tunic. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 8 Frozen Runes, 16 Enchanted Leathers, 5 Essences of Water, 5 Cured Rugged Hides and 300 gold. You must also be of Exalted reputation with the Argent Dawn.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,12810,7080,15407,0,0,8,16,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22661,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9244,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Icy Scale Bracers','Thanks to you and Omarion, may he rest in peace, I am now able to create Icy Scale bracers. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 4 Frozen Runes, 16 Heavy Scorpid Scales, 5 Essences of Water, 3 Cured Rugged Hides and 200 gold.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,15408,7080,15407,0,0,4,16,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22665,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9245,4044,3456,0,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Icy Scale Gauntlets','Thanks to you and Omarion (May he rest in peace), I am now able to create Icy Scale gauntlets. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 5 Frozen Runes, 16 Heavy Scorpid Scale, 5 Essence of Water, 3 Cured Rugged Hides and 200 gold.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,15408,7080,15407,0,0,5,16,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22666,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9246,4044,3456,0,64,60,60,62,0,0,0,0,529,42000,0,0,0,0,0,0,'Icy Scale Breastplate','Thanks to you and Omarion (May he rest in peace), I am now able to create an Icy Scale breastplate. All you need to do is bring me the materials and pay a small crafting fee.','Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands wants 8 Frozen Runes, 24 Heavy Scorpid Scale, 7 Essence of Water, 5 Cured Rugged Hides and 300 gold. You must also be of Exalted reputation with the Argent Dawn.','Here is your order, $N. Delivered as promised!','Have you brought the materials?','','','','','',22682,15408,7080,15407,0,0,8,24,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22664,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9247,4044,0,368,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,22723,1,'The Keeper\'s Call','$N,$B$BIn times past you have served the interests of the Argent Dawn, always to the best of your abilities. Now, once again, we sound the clarion call in our time of greatest need.$B$B$N, please report to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands if you are willing to aid us once more.','Take the Letter from the Keeper of the Rolls to him at Light\'s Hope Chapel in the Eastern Plaguelands.','Simply by answering the call, we are in your debt, $n. The Argent Dawn is certain that through your shining example, others that are here to aid us will gain great insight into how best to throw back this Scourge Invasion!','Ah, $n, it is good to see you.','','','','','',22723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23123,23122,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9248,4044,1377,0,72,58,60,0,0,0,0,0,609,9000,0,0,0,0,0,0,'A Humble Offering','Ishnu-alah, $r. Show me proof of the demise of a Lord of the Abyssal Council and I shall reward you with an item that should aid you in your battles against the Qiraji.','Aurel Goldleaf at Cenarion Hold in Silithus wants you to bring her 1 Abyssal Scepter. You must also be Honored with the Cenarion Circle.','Ande\'thoras-ethil. It means; \'May your troubles be diminished,\' in my native tongue.$B$BWear the band proudly and in good health, $N.','Fandu-dath-belore? Oh, pardon me, $N. I did not recognize you. Have you the scepter?\n','','','','','',20515,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22725,0,0,0,1,0,0,0,609,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(9249,10958,0,364,8,45,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'40 Tickets - Schematic: Steam Tonk Controller','','','Here you go, here you go! A prize fit for a king! Congratulations to you, my friend!$B$BIf you have more tickets you\'d like to turn in, then please let me know! For as long as the Darkmoon Faire is here, I\'ll redeem your tickets.','Step right up, step right up! If you have tickets from the Darkmoon Faire you\'d like redeemed, then just say so! You can redeem tickets in various denominations for wondrous and fantastic prizes. Don\'t be shy, give it a try!','','','','','',19182,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22729,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9250,4044,0,344,64,60,60,62,0,0,0,0,0,0,0,0,0,9251,22727,1,'Frame of Atiesh','With the frame formed, Atiesh is nearly whole. Only the head and base of the staff are now missing. There is also a minor issue regarding the staff being a conduit for Sargeras\'s evil.$B$BFind someone that can assist you in locating the remaining pieces and exorcising the evil from the staff.','Find someone that will help you in recovering the last two pieces of the staff and ridding it of evil.','The archmages have died.$B$BDo not mourn their passing, $N. All such things are fated. Just as you holding the staff of the Guardian was fated...','It was her time, mortal.','','','','','',22727,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,529,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9251,4044,0,344,64,60,60,62,0,0,0,0,0,0,0,0,0,0,0,0,'Atiesh, the Befouled Greatstaff','You question why you are still alive. After all, you have in your possession an item of great evil. The answer is not clear, $N. I only do as I must.$B$BKel\'Thuzad sits atop his throne in Naxxramas, plotting... He seeks that which you hold and holds that which you seek.$B$BAs for the base of the staff; the dwarf, Brann Bronzebeard, held it when he entered Ahn\'Qiraj. He has left Ahn\'Qiraj but the base of Atiesh remains.$B$BShould you succeed in recovering the pieces, return them to me.','Anachronos at the Caverns of Time in Tanaris wants the Staff Head of Atiesh and the Base of Atiesh.','There is a being within... a being not of this world.','In its current form, the staff is far too dangerous to be in the hands of a mortal.','','','','','',22733,22734,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,529,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',9250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9252,10958,3430,0,136,7,9,0,690,0,0,0,0,0,0,0,0,0,0,0,'Defending Fairbreeze Village','We\'ve experienced a marked increase in Scourge attacks, $N. Our defenses are barely holding and there\'s no sign of reinforcements from Silvermoon City. Lend us a hand in defending the village by thinning the numbers of the undead roaming the Dead Scar nearby.','Slay 4 Rotlimb Marauders and 4 Darkwraiths and return to Ranger Sareyn at Fairbreeze Village in Eversong Woods.','Many thanks, $N. Our job is a thankless one, but today you helped make it a bit easier.','We will prevail, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15658,15657,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9253,10958,3430,0,136,8,10,0,690,0,0,0,0,0,0,0,0,8490,0,0,'Runewarden Deryan','This increase in Scourge attacks leads me to believe there might be a malfunction at one of the protective runestones at the border with the Ghostlands.$B$BWe used these ancient stones to protect us against the undead. Most of them were destroyed or lost after the attack on the Sunwell. $B$BFollow the road south, towards the Ghostlands, and look to the west for a small path. You will find Runewarden Deryan by the runestone nearby; he will know whether anything\'s wrong.','Speak to Runewarden Deryan in Eversong Woods, near the border with the Ghostlands.','You must\'ve been sent by someone at Fairbreeze Village. I knew it would just be a matter of time until help arrived.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,25,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',9252,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9254,10958,3430,0,136,7,9,0,690,0,0,0,0,0,0,0,0,8487,0,0,'The Wayward Apprentice','Thank you for your help, $N. While I get things back in order here, I\'d like to ask you for a favor. One of my former apprentices embarked in a very dangerous line of research. She journeyed to the East Sanctum, in the middle of the Dead Scar.$B$BI worry for her well-being. See if you can find her and convince her to return to her senses.','Speak to Apprentice Mirveda at the East Sanctum in Eversong Woods.','It\'s so nice of my old mentor to check on me. It\'s too bad she lost faith in my research long ago.$B$BDon\'t waste your time trying to get me to return to her; you can either help me with my research or leave.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9255,10958,3430,0,128,7,9,0,690,0,0,0,0,0,0,0,0,0,22735,1,'Research Notes','As discouraging as my research results are, they still contain valuable data. I must have a magister review my work before it is taken seriously. Please, take these notes to Magistrix Landra Dawnstrider at Fairbreeze Village, west of here.','Deliver the Research Notes to Magistrix Landra Dawnstrider at Fairbreeze Village in Eversong Woods.','These notes... are shocking. If they\'re correct it means the damage to the land on the Dead Scar is irreversible.$B$BI\'ll notify the grand magister right away. More reason for our race to escape this world and find our true fate in Outland.','You\'ve something for me?','','','','','',22735,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',8488,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9256,10958,3430,0,136,6,7,0,690,0,0,0,0,0,0,0,0,8892,0,0,'Fairbreeze Village','I have another task for you, $N. Ranger Degolien was sent to Fairbreeze Village to find out more about a Wretched attack on a nearby shipyard. He has requested reinforcements which we cannot yet provide. Seek him out and grant him whatever aid you can.$B$BFairbreeze Village can be reached by following the road out of Falconwing Square all the way towards the south. Good luck, $N.','Speak to Ranger Degolien at Fairbreeze Village in Eversong Woods.','Thanks for coming, $N. Things are worse than we had anticipated. The Wretched have taken over Sunsail Anchorage in its entirety.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',8483,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9257,10958,0,344,0,60,60,81,0,16,0,0,0,0,0,0,0,0,22737,1,'Atiesh, Greatstaff of the Guardian','This final task will be the most difficult of all, $N. You have faced and defeated both an Old God and the Lich King\'s General, but now you must face the hand of Sargeras.$B$BTake the staff to Stratholme. It is there that you will find a piece of consecrated earth: ground where the greatest knights of Lordaeron were murdered. Place the befouled staff upon the holy ground and prepare for an entity of immense power to break from within... Defeat the demonic being that controls the staff and return to me.','Anachronos at the Caverns of Time in Tanaris wants you to take Atiesh, Greatstaff of the Guardian to Stratholme and use it on Consecrated Earth. Defeat the entity that is exorcised from the staff and return to him.','','','','Atiesh Cleansed','','','',0,22737,0,0,0,0,0,1,0,0,0,0,16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22631,0,0,0,1,0,0,0,910,529,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9251,0,0,0,'9269 9270 9271',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(9258,10958,3430,0,136,8,10,0,690,0,0,0,0,0,0,0,0,8473,0,0,'The Scorched Grove','A foul taint in the soil precedes the expansion of the Scourge into a new area. The protective runestones along the border with the Ghostlands have warded the land against this taint in the past.$B$BThe westernmost runestone was destroyed during a Scourge attack, which forced us to burn the ground around it to prevent the taint from spreading.$B$BMy sister, Larianna Riverwind, watches over the Scorched Grove. Go find her; she might have some work for you.','Find Larianna Riverwind near the Scorched Grove in the southwest of Eversong Woods.','Ah, my brother sent you. I do have a task I could use assistance with.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,25,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9259,4044,33,0,264,30,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Traitor to the Bloodsail','','','Let us observe a minute of silence for our fallen mates, $N.$B$B$B$BBeing a traitor is one thing, murdering yer own buckos... that\'d be just downright despicable, aye!','That mangy dog, Revilgaz, has offered to pardon any former Bloodsails willing to turn on their cap\'n! That bilge sucker asked me to go an\' off me ole\' mates and to bring back their bandannas as proof.$b$bI don\'t have it in me heart to do that, nor will I ask ye to. Bring me some silk cloth and red dye and I\'ll make suitable replicas. I\'ll tell the Baron you went turncoat, but be warned... the Bloodsails are not gonna like it!','','','','','',4306,2604,0,0,0,0,40,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9260,4044,0,368,12,1,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Stormwind','The Lich King has sent his undead upon our very doorstep; we cannot remain idle! Surely you will step up to defend Stormwind from these accursed invaders? $b $bThere are strange runic circles outside, glowing with the same energy that surrounds the undead and the Necropolis above. They have significance, I\'m certain, and I want you to find out what. Thin the numbers of those aberrations while you\'re at it; bring me proof of their death along with your results, and I will reward you. Go!','Collect three Dim Necrotic Stones from the Scourge outside Stormwind and investigate the glowing runic circles near their encampment.','Hmm. From what you\'ve told me, the voices within the circles... they must be used for communication of some kind. I shudder to think what unnatural minds are contacted through such magic. Regardless, you seem to have emerged whole and sane. The Argent Dawn appreciates your service.','Have you investigated the invasion yet? There\'s no time for dawdling!','Investigate a circle','','','','',22892,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9261,4044,0,368,12,1,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Ironforge','The Lich King has sent his undead upon our very doorstep; we cannot remain idle! Surely you will step up to defend Ironforge from these accursed invaders? $b $bThere are strange runic circles outside, glowing with the same energy that surrounds the undead and the Necropolis above. They have significance, I\'m certain, and I want you to find out what. Thin the numbers of those aberrations while you\'re at it; bring me proof of their death along with your results, and I will reward you. Go!','Collect three Dim Necrotic Stones from the Scourge outside Ironforge and investigate the glowing runic circles near their encampment.','Hmm. From what you\'ve told me, the voices within the circles... they must be used for communication of some kind. I shudder to think what unnatural minds are contacted through such magic. Regardless, you seem to have emerged whole and sane. The Argent Dawn appreciates your service.','Have you investigated the invasion yet? There\'s no time for dawdling!','Investigate a circle','','','','',22892,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9262,4044,0,368,12,1,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Darnassus','The Lich King has sent his undead upon our very doorstep; we cannot remain idle! Surely you will step up to defend Darnassus from these accursed invaders? $b $bThere are strange runic circles outside, glowing with the same energy that surrounds the undead and the Necropolis above. They have significance, I\'m certain, and I want you to find out what. Thin the numbers of those aberrations while you\'re at it; bring me proof of their death along with your results, and I will reward you. Go!','Collect three Dim Necrotic Stones from the Scourge outside Darnassus and investigate the glowing runic circles near their encampment.','Hmm. From what you\'ve told me, the voices within the circles... they must be used for communication of some kind. I shudder to think what unnatural minds are contacted through such magic. Regardless, you seem to have emerged whole and sane. The Argent Dawn appreciates your service.','Have you investigated the invasion yet? There\'s no time for dawdling!','Investigate a circle','','','','',22892,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9263,4044,0,368,12,1,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Orgrimmar','The Lich King has sent his undead upon our very doorstep; we cannot remain idle! Surely you will step up to defend Orgrimmar from these accursed invaders? $b $bThere are strange runic circles outside, glowing with the same energy that surrounds the undead and the Necropolis above. They have significance, I\'m certain, and I want you to find out what. Thin the numbers of those aberrations while you\'re at it; bring me proof of their death along with your results, and I will reward you. Go!','Collect three Dim Necrotic Stones from the Scourge outside Orgrimmar and investigate the glowing runic circles near their encampment.','Hmm. From what you\'ve told me, the voices within the circles... they must be used for communication of some kind. I shudder to think what unnatural minds are contacted through such magic. Regardless, you seem to have emerged whole and sane. The Argent Dawn appreciates your service.','Have you investigated the invasion yet? There\'s no time for dawdling!','Investigate a circle','','','','',22892,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9264,4044,0,368,12,1,10,0,690,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Thunder Bluff','The Lich King has sent his undead upon our very doorstep; we cannot remain idle! Surely you will step up to defend Thunder Bluff from these accursed invaders? $b $bThere are strange runic circles outside, glowing with the same energy that surrounds the undead and the Necropolis above. They have significance, I\'m certain, and I want you to find out what. Thin the numbers of those aberrations while you\'re at it; bring me proof of their death along with your results, and I will reward you. Go!','Collect three Dim Necrotic Stones from the Scourge outside Thunder Bluff and investigate the glowing runic circles near their encampment.','Have you investigated the invasion yet? There\'s no time for dawdling!','Hmm. From what you\'ve told me, the voices within the circles... they must be used for communication of some kind. I shudder to think what unnatural minds are contacted through such magic. Regardless, you seem to have emerged whole and sane. The Argent Dawn appreciates your service.','Investigate a circle','','','','',22892,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9265,4044,0,368,12,1,8,0,690,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of the Undercity','The Lich King has sent his undead upon our very doorstep; we cannot remain idle! Surely you will step up to defend the Undercity from these accursed invaders? $b $bThere are strange runic circles outside, glowing with the same energy that surrounds the undead and the Necropolis above. They have significance, I\'m certain, and I want you to find out what. Thin the numbers of those aberrations while you\'re at it; bring me proof of their death along with your results, and I will reward you. Go!','Collect three Dim Necrotic Stones from the Scourge outside the Undercity and investigate the glowing runic circles near their encampment.','Hmm. From what you\'ve told me, the voices within the circles... they must be used for communication of some kind. I shudder to think what unnatural minds are contacted through such magic. Regardless, you seem to have emerged whole and sane. The Argent Dawn appreciates your service.','Have you investigated the invasion yet? There\'s no time for dawdling!','Investigate a circle','','','','',22892,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9266,10958,33,0,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Amends','','','Thank you, $N. You\'re on a quick path to redeeming yourself with our fair town.','You must\'ve done something really bad to us or our friends, $n. At any rate, I\'m here to offer you a way to get our good graces back.$b$bAs you know, Winterspring is quite cold. With so many of us goblins coming from other cities, we could use a hand keeping warm. Bring me some runecloth and coal and I\'ll put in the good word for ya. Be warned though, our enemies are not going to take kindly to your helping us.','','','','','',14047,3857,0,0,0,0,40,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,87,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9267,4044,17,0,0,15,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mending Old Wounds','','','I\'m happy you\'re seeing the error of your ways, $N. Keep the supplies coming; we\'re not going to forget about you so easily, $Gmister:miss;!','You\'d better think twice before setting foot in Ratchet, $n! Word\'s been getting around of your dirty deeds.$b$bYou\'re in luck though, a ship just arrived with many wounded from an encounter with the Bloodsail Buccaneers. This is your chance to prove you\'re not a complete scoundrel. Lend us a hand by bringing linen cloth for bandages and empty vials for potions.','','','','','',2589,3371,0,0,0,0,40,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,87,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9268,4044,440,0,8,40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'War at Sea','','','Keep it coming, $N. Us goblins don\'t forget that easily!','You seek to befriend the goblins of Tanaris once again, $N? We\'re in need of materials for sails and guns to fight off our old enemies, the Bloodsail Buccaneers. Bring me mageweave and strong flux and we\'ll be on our way to pardoning your trespasses.','','','','','',4338,3466,0,0,0,0,40,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,87,0,0,0,0,500,-500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9269,10958,0,344,0,60,60,81,0,1024,0,0,0,0,0,0,0,0,22737,1,'Atiesh, Greatstaff of the Guardian','This final task will be the most difficult of all, $N. You have faced and defeated both an Old God and the Lich King\'s General, but now you must face the hand of Sargeras.$B$BTake the staff to Stratholme. It is there that you will find a piece of consecrated earth: ground where the greatest knights of Lordaeron were murdered. Place the befouled staff upon the holy ground and prepare for an entity of immense power to break from within... Defeat the demonic being that controls the staff and return to me.','Anachronos at the Caverns of Time in Tanaris wants you to take Atiesh, Greatstaff of the Guardian to Stratholme and use it on Consecrated Earth. Defeat the entity that is exorcised from the staff and return to him.','','','','Atiesh Cleansed','','','',0,22737,0,0,0,0,0,1,0,0,0,0,16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22632,0,0,0,1,0,0,0,910,529,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9251,0,0,0,'9257 9270 9271',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9270,10958,0,344,0,60,60,81,0,128,0,0,0,0,0,0,0,0,22737,1,'Atiesh, Greatstaff of the Guardian','This final task will be the most difficult of all, $N. You have faced and defeated both an Old God and the Lich King\'s General, but now you must face the hand of Sargeras.$B$BTake the staff to Stratholme. It is there that you will find a piece of consecrated earth: ground where the greatest knights of Lordaeron were murdered. Place the befouled staff upon the holy ground and prepare for an entity of immense power to break from within... Defeat the demonic being that controls the staff and return to me.','Anachronos at the Caverns of Time in Tanaris wants you to take Atiesh, Greatstaff of the Guardian to Stratholme and use it on Consecrated Earth. Defeat the entity that is exorcised from the staff and return to him.','Thanks for the done work!','','','Atiesh Cleansed','','','',0,22737,0,0,0,0,0,1,0,0,0,0,16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22589,0,0,0,1,0,0,0,910,529,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9251,0,0,0,'9257 9269 9271',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9271,10958,0,344,0,60,60,81,0,256,0,0,0,0,0,0,0,0,22737,1,'Atiesh, Greatstaff of the Guardian','This final task will be the most difficult of all, $N. You have faced and defeated both an Old God and the Lich King\'s General, but now you must face the hand of Sargeras.$B$BTake the staff to Stratholme. It is there that you will find a piece of consecrated earth: ground where the greatest knights of Lordaeron were murdered. Place the befouled staff upon the holy ground and prepare for an entity of immense power to break from within... Defeat the demonic being that controls the staff and return to me.','Anachronos at the Caverns of Time in Tanaris wants you to take Atiesh, Greatstaff of the Guardian to Stratholme and use it on Consecrated Earth. Defeat the entity that is exorcised from the staff and return to him.','','','','Atiesh Cleansed','','','',0,22737,0,0,0,0,0,1,0,0,0,0,16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22630,0,0,0,1,0,0,0,910,529,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9251,0,0,0,'9257 9269 9270',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9272,4044,33,0,8,49,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dressing the Part','','','Yarrr... if ye be keen on enjoying the company of us experienced sea dogs, you\'d best belay dressing like a blaggard! Here, put on something proper \'fore I keelhaul yer hide.$B$BThese\'ll fit ye better than they ever fit that old dog, Red-Eyed Ben. Lost him in a devil of a storm at sea.$B$BWear \'em with pride, mate!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22746,0,0,0,1,0,0,0,87,21,0,0,0,0,10,-250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9273,10958,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redeem iCoke Prize Voucher','','','','','','','','','',22822,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22781,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9274,10958,3433,0,136,9,12,0,690,0,0,0,0,0,0,0,0,0,0,0,'Spirits of the Drowned','The lake to the north has been haunted by the ghosts of my ancestors for as long as I can remember, $N. The poor souls were victims of a tragic incident in which scores of them drowned at the bottom of the lake.$B$BThe details of the event are mostly forgotten, but their haunting cries serve as a constant reminder of their curse.$B$BIf you\'re up to the task, I want you to go to the lake and put an end to their suffering, $N. You will have my gratitude as well as theirs... I\'m sure.','Ranger Krenn\'an, at the Farstrider Enclave in the Ghostlands, wants you to kill 8 Vengeful Apparitions and 8 Ravening Apparitions in the nearby lake.','I appreciate your help, $N. It pains me to see the spirits of my ancestors in their pitiful state. May they finally get the rest they deserve.','You\'ve done what I asked of you, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16327,16328,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9275,10958,3433,0,128,16,19,0,690,0,0,0,0,0,0,0,0,0,22796,1,'A Little Dash of Seasoning','I\'m on loan to the Farstriders in an attempt to help with their troll difficulties. I believe that I have a solution to their problem.$B$BAt my disposal are a number of potent poisons. The trolls, as you know, are living creatures and therefore must eat. If we combine my poison with their food... well, I\'m sure that the results will be entertaining!$B$BCare to help rid us of the Shadowpine trolls at Zeb\'Nowa to the south? The camp straddles both the north and south sides of the road to Zul\'Aman.','Poison the Troll foodstuff at the camps in Zeb\'Nowa and then return to Apothecary Venustus at the Farstrider Enclave in the Ghostlands.','Ah, excellent! I knew that a $r-delivery system would make for the most efficient application of the poison. With any luck the Shadowpine trolls will get fat on it before keeling over. That should get them off of the backs of the Farstriders, and me back to Tranquillien.$B$BIt has been a pleasure working with you, $c!','Isn\'t this exciting? I really do take great pride in my work; I hope you appreciate it, $c.$B$BSo, I trust that you have \'seasoned\' the food at the troll camps in Zeb\'Nowa?','','Poison the Raw Meat Rack','Poison the Smoked Meat Rack','Poison the Fresh Fish Rack','',0,0,0,0,0,0,0,0,0,0,0,0,-181250,-181251,-181252,0,1,1,1,0,29517,29517,29517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,1100,0,0,42876,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9276,10958,3433,0,136,15,18,0,690,0,0,0,0,0,0,0,0,9277,0,0,'Attack on Zeb\'Tela','Our resources are spread pretty thin here, $c, so your help is going to be invaluable. The captain has tasked me with overseeing the harassment of the local Shadowpine troll camps. We have a policy of keeping them off balance until the day when we can launch a brutal offensive to wipe them out.$B$BUntil then, we need all of the volunteers that we can get so that those Shadowpine troll numbers are decreased.$B$BThink you could head east to Zeb\'Tela and hurt them a little?','Kill 8 Shadowpine Shadowcasters and 8 Shadowpine Headhunters, and return to Farstrider Solanna at Farstrider Enclave in the Ghostlands.','Good, good! You handled that very well! Let\'s see if you\'re up to something a little more difficult now.','How are you doing with the attack on Zeb\'Tela?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16469,16344,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9277,10958,3433,0,136,15,19,0,690,0,0,0,0,0,0,0,0,0,0,0,'Assault on Zeb\'Nowa','Time for something a little more challenging. Zeb\'Nowa, to the south, is where the more powerful Shadowpine trolls make their home. In our continuing effort to keep the troll numbers to a minimum I\'m dispatching you to go down there and assail them by whatever means you have at your disposal.$B$BWhat do you say, $N? Ready to deal with some more trolls?','Kill 10 Shadowpine Catlords and 10 Shadowpine Hexxers, and return to Farstrider Solanna at the Farstrider Enclave in the Ghostlands.','Unbelievable! You really should talk to the captain about joining up as a Farstrider.$B$BAlright, $N, you\'ve given us the breathing room that we need to continue building up our forces here. Actually, by your account there aren\'t many of those trolls left at all! Maybe now we can join with Tranquillien and attack Deatholme?$B$BI think you\'ve earned a little something. Take your pick.','Is your assault on Zeb\'Nowa complete already?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16345,16346,0,0,10,10,0,0,0,0,0,0,0,0,0,0,23406,23407,23408,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',9276,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9278,10958,3526,0,128,1,1,0,1101,0,0,0,0,0,0,0,0,0,22888,1,'Welcome!','Welcome to the World of Warcraft!$B$BAs special thanks for purchasing the World of Warcraft Collector\'s Edition, turn in this gift voucher to Jaeleil in Azure Watch. You\'ll then be given a gift: a little companion to join you on your quest for adventure and glory.$B$BThanks again, and enjoy your stay in the World of Warcraft!\n','Bring the Azure Watch Gift Voucher to Jaeleil in Azure Watch.','You are indeed a special hero, $N. We welcome you to the world of Azeroth, and offer you one of these unique gifts!','Greetings! It is a pleasure to meet you!$B$BI see you have a special voucher. Give it to me and I will offer you something in exchange.','','','','','',22888,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13584,13583,13582,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9279,10958,3526,0,136,1,1,0,1024,0,0,0,0,0,0,0,0,9280,0,0,'You Survived!','Nevermind my injuries, $g brother : sister;. It\'s a miracle that any of us are alive!$b$bIt didn\'t look like you\'d pull through; you\'ve been in suspension for weeks.$B$BSomething happened and the Exodar crashed. Many have died.$B$BBut I\'m relieved that you are alive, $N. With you leading our efforts, I\'m sure we\'ll get to safety soon! Proenitus asked me to send you to him when you awoke. He\'s waiting for you at the bottom of the hill. Just follow the path southwest.','Speak with Proenitus at the Crash Site in Ammen Vale.','$N, by my eternal soul, it is good to see you! I don\'t know why the Exodar crashed. Only those of us that were in this part of the ship remain.$B$BThere\'s not much time if we\'re to save everyone that we can!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,1000,0,0,1,0,0,3),(9280,10958,3526,0,136,1,1,0,1024,0,0,0,0,0,0,0,0,0,0,0,'Replenishing the Healing Crystals','Our immediate concern is the depleted state of our healing crystals. We must replenish them quickly!$B$BUnfortunately, the only way to do this at this point is to extract the blood from the local vale moths. Their blood will make for a suitable substitute.$B$BThe moths can be found in many places around the vale, but they are mostly concentrated in the northwest.','Acquire 8 Vials of Moth Blood from the nearby Vale Moths and give them to Proenitus at the Crash Site in Ammen Vale.','Regrettable that those creatures had to die so that we might live - indiscriminate killing is not the draenei way. However, the blood you gathered will replenish our healing crystals, so their deaths will not be in vain.','$N, have you harvested the necessary moth blood for the healing crystals yet? With survivors scattered all over the vale, time is of the essence!','','','','','',22889,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24129,24131,24130,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9279,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(9281,10958,3433,0,136,15,18,0,690,0,0,0,0,0,0,0,0,0,0,0,'Clearing the Way','Magister Kaendris sent me down here to clear the area of any hostile wildlife. Once this area is secured, the magisters plan to turn it into some sort of advance outpost against the Scourge.$B$BNow if there\'s one thing I\'ve learned as an apprentice it\'s to delegate responsibility - especially in matters that endanger one\'s life!$B$BIf you\'re interested, I\'ll pay you well to kill the greater spindlewebs and ghostclaw ravagers to the west and south of here.','Apprentice Vor\'el at Andilien Estate in the Ghostlands wants you to slay 10 Greater Spindlewebs and 10 Ghostclaw Ravagers.','Thanks for giving me a hand, $N. I was dreading the thought of venturing into the woods this close to Deatholme.','Did you take care of the business we discussed, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16352,16349,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9282,10958,3433,0,136,15,16,0,690,0,0,0,0,0,0,0,0,9161,0,0,'The Farstrider Enclave','Magisters and Farstriders may not see eye to eye all the time, $N. When it comes to Dar\'Khan, however, we\'re all in agreement that a way must be found to defeat him and his legions.$B$BRanger Vynna, at the Farstrider Enclave northeast of here, has come across important information regarding our enemy. Speak to her and see if you can be of assistance. ','Magister Kaendris, at the Sanctum of the Sun, wants you to talk to Ranger Vynna at the Farstrider Enclave in the Ghostlands.','Kaendris sent you? I might have a task for you, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9283,10958,3526,0,128,1,2,0,1024,0,0,0,0,0,0,0,0,0,0,0,'Rescue the Survivors!','The healing crystals are replenished, but that is not the only way we can help the injured. All draenei can tap the gift of the Naaru to heal. You must use this ability to heal one of the crash survivors.$b$bYou\'ll find most of the survivors in the areas to the west and northwest, but the crash scattered us all over the vale.$b$bThe survivors have suffered from exposure to the irradiated power crystals, so you should be able to find them by the red glow that surround them.$B$BYou must save them, $N.','Use your Gift of the Naaru ability on one of the Draenei Survivors spread throughout Ammen Vale, then return to Zalduun at the Crash Site in Ammen Vale.','The Light be praised! You\'ve done what only a true $g hero : heroine; could have done, $N! The draenei you saved owes their continued life to your selflessness!$B$BPlease, take this supply pouch. You look like you can use it more than I.','We\'ll survive this yet with your help.','','Draenei Survivors Saved','','','',0,0,0,0,0,0,0,0,0,0,0,0,16483,0,0,0,1,0,0,0,28880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23389,0,0,0,1,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',9280,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,6),(9284,10958,0,0,136,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aldor Faction Test','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9285,10958,0,0,136,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consortium Faction Test','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9286,10958,0,0,136,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scryers Faction Test','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9287,10958,0,141,128,1,2,0,1024,2,0,0,0,0,0,0,0,0,0,0,'Paladin Training','I am heartened by your initiative to speak with me. In the past I was responsible for the training of young paladins as they entered our order. This is a duty and privilege that I humbly take up once more. Your name has been mentioned as one who seeks to do good in the name of the Light. It would be my honor to guide you in your first steps as a paladin.$B$BShall we begin?','Speak with Aurelon again when you feel that you are ready to begin your training.','I am heartened by your initiative to speak with me. In the past I was responsible for the training of young paladins as they entered our order. This is a duty and privilege that I humbly take up once more. Your name has been mentioned as one who seeks to do good in the name of the Light. It would be my honor to guide you in your first steps as a paladin.$B$BShall we begin?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,1000,1000,0,1,0,0,3),(9288,10958,0,261,128,1,2,0,1024,4,0,0,0,0,0,0,0,0,0,0,'Hunter Training','I\'m glad that you have come to me. For quite some time now I have been responsible for the training of our young $cs, a responsibility that I intend to continue on this new world. I\'ve had my eye upon you for a while now and it would be my honor to help train you in the ways of the $c.$BShall we begin?','Speak with Keilnei again when you feel that you are ready to begin your training.','I\'m glad that you have come to me. For quite some time now I have been responsible for the training of our young $cs, a responsibility that I intend to continue on this new world. I\'ve had my eye upon you for a while now and it would be my honor to help train you in the ways of the $c.$BShall we begin?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9289,10958,0,81,128,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,'Warrior Training','It is good that you seek my guidance. For centuries I have taught young $R warriors, so I may know a thing or two on how you should begin. I see in you the makings of a great $C, but only if you listen carefully to what I have to teach.$B$BAre you ready to learn, young $C?','Speak with Kore again when you feel that you are ready to begin your training.','It is good that you seek my guidance. For centuries I have taught young $R warriors, so I may know a thing or two on how you should begin. I see in you the makings of a great $C, but only if you listen carefully to what I have to teach.$B$BAre you ready to learn, young $C?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9290,10958,0,161,128,1,2,0,1024,128,0,0,0,0,0,0,0,0,0,0,'Mage Training','I am pleased that you have come seeking my knowledge. We have much to do if your magical skills are to be honed. For over a hundred years I have taught the arcane, frost and fire magics, and I can feel them just as strongly on this world. Would you like me to impart some of what I know to you?','Speak with Valaatu again when you feel that you are ready to begin your training.','I am pleased that you have come seeking my knowledge. We have much to do if your magical skills are to be honed. For over a hundred years I have taught the arcane, frost and fire magics, and I can feel them just as strongly on this world. Would you like me to impart some of what I know to you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9291,10958,0,262,128,1,2,0,1024,16,0,0,0,0,0,0,0,0,0,0,'Priest Training','It gives me great hope for our future that you come seeking my wisdom. While I have my hands full here with our injured, I am not so busy that I cannot spare a moment to aid you in your first steps as a $C. To walk in the Light is the highest of callings, and one that I am certain you are more than ready to undertake! Speak with me again when you feel that you are ready to begin your training.','Speak with Zalduun again when you feel that you are ready to begin your training.','It gives me great hope for our future that you come seeking my wisdom. While I have my hands full here with our injured, I am not so busy that I cannot spare a moment to aid you in your first steps as a $C. To walk in the Light is the highest of callings, and one that I am certain you are more than ready to undertake! Speak with me again when you feel that you are ready to begin your training.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9292,4044,0,368,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,22949,1,'Cracked Necrotic Crystal','On the corpse of the fallen abomination, you discover a cracked crystal, slowly pulsing with necrotic energy.','Bring the Cracked Necrotic Crystal to Lieutenant Orrin outside the gates of Stormwind.','Hm, you took this from the corpse of one of the invading abominations?$B$BWe have received word about the necropolis base camps that are being summoned by the Scourge. I suspect they wanted to create one inside Stormwind. It is good that they were unseccessful.','Is there something you need?','','','','','',22949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23123,23122,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9293,10958,3526,0,136,1,2,0,1101,0,0,0,0,0,0,0,0,0,0,0,'What Must Be Done...','The nearby lake has been contaminated by one of the ship\'s power crystals. Many of the plants and animals of Ammen Vale have been mutated because of this.$B$BI have a theory on how to heal the lake, but I must have samples from the mutated lashers for analysis. They can be found to the west in the Ammen Fields.$B$BWill you help me, $c?','Gather 10 Lasher Samples and return them to Botanist Taerix at the Crash Site in Ammen Vale.','These will do. Thank you, $c!$B$BWhile you were out, I managed to gather some equipment together to make an analysis of the samples. This should only take a moment.','I\'ll need all of the samples in good condition if we\'re to have a chance of cleansing the lake.$B$BWe don\'t have much time, $c!','','','','','',22934,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',10302,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,18,0,0,1000,1000,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9294,10958,3526,0,128,1,3,0,1101,0,0,0,0,0,0,0,0,0,22955,1,'Healing the Lake','Thank goodness, I think it\'ll work! I have an agent for you to spread at Silverline Lake to the south. It will neutralize the effects of the irradiated ship\'s power crystal that fell there.$B$BSwim out and scatter the neutralizing agent near it. Don\'t worry, you won\'t be exposed long enough to become irradiated.','Disperse the Neutralizing Agent at the Irradiated Power Crystal, then return to Botanist Taerix at the Crash Site in Ammen Vale.','From what you describe, the neutralizing agent worked! I just wish that I knew how long it will last; we really need to remove that power crystal from the lake entirely.$B$BThank you, $N! I will tell Tedon to try the neutralizing agent on one of the captured beasts at once.','The sooner you disperse the agent at the lake, the fewer native creatures that will be mutated by drinking the water, including ourselves!$B$BI\'m sorry that we can\'t do anything to help the poor creatures that have already been infected. If only my lab equipment were intact.','','Disperse the Neutralizing Agent','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181433,0,0,0,1,0,0,0,28700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',9293,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,4,0,0,0,1000,0,0,1,0,0,5),(9295,4044,0,368,0,45,-1,0,0,0,0,0,0,0,0,0,0,0,22932,1,'Letter from the Front','You found this letter on one of the many Scourge minions you\'ve slain. From its appearance and smell, it has been with the undead for some time. Perhaps someone at Light\'s Hope Chapel would be interested in examining it further...','Take the Torn Letter to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','How tragic. These words, clearly meant for someone the soldier loved, never made it to their destination. The events detailed happened years ago; I\'m not sure if the intended recipient still lives.$b$bThere is hope yet, however. With the names and information he gives, I might be able to locate the family! It will take some research, but the librarian in Stormwind owes me a favor...$b$bThank you for bringing this to me. With your help, we may be able to grant someone peace of mind at last.','Yes? What do you have there?','','','','','',22932,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9296,10958,0,368,8,1,60,0,0,0,0,0,0,0,0,0,0,0,22949,1,'reuse','This stone radiates a dark energy. You should deliver it to SOMEONE.','Deliver the Dim Necrotic Stone to SOMEONE.','','','','','','','',22949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9297,10958,0,368,8,1,60,0,0,0,0,0,0,0,0,0,0,0,22949,1,'reuse','This stone radiates a dark energy. You should deliver it to SOMEONE.','Deliver the Dim Necrotic Stone to SOMEONE.','','','','','','','',22949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9298,10958,0,368,8,1,60,0,0,0,0,0,0,0,0,0,0,0,22949,1,'reuse','This stone radiates a dark energy. You should deliver it to SOMEONE.','Deliver the Dim Necrotic Stone to SOMEONE.','','','','','','','',22949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9299,4044,0,368,0,45,-1,0,0,0,0,0,0,0,0,0,0,0,22945,1,'Note from the Front','You found this letter on one of the many Scourge minions you\'ve slain. From its appearance and smell, it has been with the undead for some time. Perhaps someone at Light\'s Hope Chapel would be interested in examining it further...','Take the Careworn Note to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','How tragic. These words, clearly meant for someone the soldier loved, never made it to their destination. The events detailed happened years ago; I\'m not sure if the intended recipient still lives.$b$bThere is hope yet, however. With the names and information he gives, I might be able to locate the family! It will take some research, but the librarian in Stormwind owes me a favor...$b$bThank you for bringing this to me. With your help, we may be able to grant someone peace of mind at last.','Yes? What do you have there?','','','','','',22945,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9300,4044,0,368,0,45,-1,0,0,0,0,0,0,0,0,0,0,0,22946,1,'Page from the Front','You found this letter on one of the many Scourge minions you\'ve slain. From its appearance and smell, it has been with the undead for some time. Perhaps someone at Light\'s Hope Chapel would be interested in examining it further...','Take the Ragged Page to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','How tragic. These words, clearly meant for someone the soldier loved, never made it to their destination. The events detailed happened years ago; I\'m not sure if the intended recipient still lives.$b$bThere is hope yet, however. With the names and information he gives, I might be able to locate the family! It will take some research, but the librarian in Stormwind owes me a favor...$b$bThank you for bringing this to me. With your help, we may be able to grant someone peace of mind at last.','Yes? What do you have there?','','','','','',22946,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9301,4044,0,368,0,45,-1,0,0,0,0,0,0,0,0,0,0,0,22930,1,'Envelope from the Front','You found this letter on one of the many Scourge minions you\'ve slain. From its appearance and smell, it has been with the undead for some time. Perhaps someone at Light\'s Hope Chapel would be interested in examining it further...','Take the Bloodstained Envelope to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','How tragic. These words, clearly meant for someone the soldier loved, never made it to their destination. The events detailed happened years ago; I\'m not sure if the intended recipient still lives.$b$bThere is hope yet, however. With the names and information he gives, I might be able to locate the family! It will take some research, but the librarian in Stormwind owes me a favor...$b$bThank you for bringing this to me. With your help, we may be able to grant someone peace of mind at last.','Yes? What do you have there?','','','','','',22930,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9302,4044,0,368,0,45,-1,0,0,0,0,0,0,0,0,0,0,0,22944,1,'Missive from the Front','You found this letter on one of the many Scourge minions you\'ve slain. From its appearance and smell, it has been with the undead for some time. Perhaps someone at Light\'s Hope Chapel would be interested in examining it further...','Take the Crumpled Missive to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','How tragic. These words, clearly meant for someone the soldier loved, never made it to their destination. The events detailed happened years ago; I\'m not sure if the intended recipient still lives.$b$bThere is hope yet, however. With the names and information he gives, I might be able to locate the family! It will take some research, but the librarian in Stormwind owes me a favor...$b$bThank you for bringing this to me. With your help, we may be able to grant someone peace of mind at last.','Yes? What do you have there?','','','','','',22944,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9303,10958,3526,0,128,2,4,0,1101,0,0,0,0,0,0,0,0,0,22962,1,'Inoculation','Zhanaa needs our help to salvage parts from the Exodar. Taerix prepared an inoculum that can be given to the Nestlewood owlkin that live in the area of a lot of the salvage.$B$BJust get close to the unaffected ones and use the crystal on them. Unfortunately, you\'ll have to kill the others. You\'ll find the owlkin at Nestlewood Thicket and Nestlewood Hills to the southeast.','Use the Inoculating Crystal on 6 Nestlewood Owlkin. Then return to Vindicator Aldar at the Crash Site in Ammen Vale.','With many of the owlkin now inoculated, we can focus on getting out of here and not have to worry about wiping out the owlkin population in the area.$B$BHere, choose from these. You\'ve done good work, and you deserve to be rewarded!','The more we can do to clear up Nestlewood, the faster Zhanaa can get back to work.','','Nestlewood Owlkin inoculated','','','',0,0,22962,0,0,0,0,0,1,0,0,0,16518,0,0,0,6,0,0,0,29528,0,0,0,0,0,0,0,5997,2454,0,0,0,0,3,3,0,0,0,0,118,0,0,0,3,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',9280,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,1,0,0,6),(9304,4044,0,368,0,45,-1,0,0,0,0,0,0,0,0,0,0,0,22948,1,'Document from the Front','You found this letter on one of the many Scourge minions you\'ve slain. From its appearance and smell, it has been with the undead for some time. Perhaps someone at Light\'s Hope Chapel would be interested in examining it further...','Take the Smudged Document to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','How tragic. These words, clearly meant for someone the soldier loved, never made it to their destination. The events detailed happened years ago; I\'m not sure if the intended recipient still lives.$b$bThere is hope yet, however. With the names and information he gives, I might be able to locate the family! It will take some research, but the librarian in Stormwind owes me a favor...$b$bThank you for bringing this to me. With your help, we may be able to grant someone peace of mind at last.','Yes? What do you have there?','','','','','',22948,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9305,10958,3526,0,136,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Spare Parts','We managed to recover a damaged holographic emitter from the crash. If we repair it, we\'ll have a chance to find other survivors outside of Ammen Vale.$B$BThere were devices from the ship that could be salvaged for spare parts in the area, but the local owlkin carried them off before we could get to them. $B$B$N, you must go south to Nestlewood Thicket and Hills to find the spare parts.','Collect 4 Emitter Spare Parts and then return to Technician Zhanaa at the Crash Site in Ammen Vale.','Let me take a look at those.$B$BYes, I think that these will do nicely; good job, $N. The emitter is rather complex so it may take some time to finish the repairs. I\'ll let you know when it\'s ready.$b$bIn the meantime, you might see if Vindicator Aldar has anything he could use you for.','When we have those spare parts, I know that we\'ll get this emitter repaired. With any luck there will be someone else out there left to talk to.','','','','','',22978,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24423,24424,24425,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',9280,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9306,10958,3526,0,136,1,4,0,0,0,0,0,0,0,0,0,0,9307,0,0,'Speak with Vindicator Aldar','$N, Vindicator Aldar has been looking for someone to take care of a problem that we\'re having with the mutated owlkin at Nestlewood Thicket. We must deal with an unfortunate side effect of our unintended arrival here.$B$BYou\'ll find him outside to the south in the crash site. Please, speak with him as soon as you can.','Speak with Vindicator Aldar at the Crash Site in Ammen Vale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(9307,10958,3526,0,136,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Compassion','Nearby Silverline Lake was contaminated by a piece of the ship that fell into it. This in turn has caused the mutation of most of the creatures in the area, some of which have turned hostile. The worst of these are the mutated owlkin.$B$BGo south into Nestlewood Thicket and put down as many of these pitiful creatures as you can. It\'s a mercy killing, $c, so please make it quick and painless.','Kill 14 Mutated Owlkin and then return to Vindicator Aldar at the Crash Site in Ammen Vale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16537,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,24135,24134,24133,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'0',9306,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(9308,10958,3526,0,128,3,4,0,0,0,0,0,0,0,0,0,0,0,22989,1,'Blood Elf Remains?','You believe that these are the remains of one of the sin\'dorei -- a blood elf -- laying dead here on the ground. By the look of it he fell victim to the savage claws of at least a few of the mutated owlkin in the thicket.$B$BSearching the body, you uncover an amulet on a chain around his neck. Perhaps this would be of interest to Vindicator Aldar?','Take the Blood Elf Amulet to Vindicator Aldar at the Crash Site in Ammen Vale.','','','','','','','',22989,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9309,10958,3526,0,136,2,5,0,1101,0,0,0,0,0,0,0,0,10303,0,0,'The Missing Scout','We now have several separate confirmations of unusual activity up on the Shadow Ridge.$B$BThis is disturbing; we thought that the scouting missions already undertaken had been thorough. One of my scouts hasn\'t reported back yet.$B$B$C, I need you to head southwest to the other side of Silverline Lake and find Tolaan, and see what has delayed him.','Find and speak with Tolaan at Shadow Ridge in Ammen Vale.','Help... blood elves! They... ambushed... me. Don\'t have... long.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9303,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9310,4044,0,368,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,22950,1,'Faint Necrotic Crystal','On the corpse of the fallen wight, you find a crystal faintly radiating necrotic energy.','Bring the Faint Necrotic Crystal to Lieutenant Rukag in the courtyard of the Undercity.','You say this was taken from a wight attacking the city?$b$bWe have received word of the necropolis base camps that are being summoned by the Scourge. I suspect they were trying to create one in the Undercity. We will have to be vigilant in the future.','Can I help you with something?','','','','','',22950,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23123,23122,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9311,10958,3526,0,136,2,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Blood Elf Spy','I have a plan. We must kill their leader. Without their master, perhaps they will retreat to regroup. We just need to buy time until the repairs are completed.$b$bThen Vindicator Aldar must know of this. Kill the surveyor, then return and tell him what we\'ve found.','Slay Surveyor Candress and then inform Vindicator Aldar at the Crash Site in Ammen Vale.','I thank you for dealing with the blood elf surveyor. Surely she was their leader. Rest assured, we will deal with whatever remnant of them is still nearby.$B$BPlease, take one of these weapons as a sign of my gratitude.','Then it is true... a scouting party of blood elves here in Ammen Vale! How did they follow us?$B$BI\'ll get someone out there immediately to bring Tolaan back.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16522,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,23390,23391,23392,23393,24441,25553,1,1,1,1,1,1,0,0,0,0,0,0,0,0,930,0,0,0,0,0,500,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',10303,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,0,0,7),(9312,10958,3526,0,136,3,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Emitter','$N, while you were out investigating the Shadow Ridge, Zhanaa here has been going on about the holographic emitter. You might want to speak with her.','Speak with Technician Zhanaa at the Crash Site in Ammen Vale.','I got it, I got it! I think I managed to fix the emitter! Here, I\'ll just activate this last crystal and that should do it.$B$BTake a look at the emitter, $N. It looks like it\'s beginning to work... someone is appearing!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9311,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,1000,0,0,2,1,5,0,0,0,1000,0,0,1,0,0,2),(9313,10958,3524,0,136,2,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Travel to Azure Watch','By all that is good, $N, you must go at once to this Azure Watch and speak with Dyvuun!$B$BThere is a path that leads west off of this tiny isle. Follow it and cross the Crystalbrook River to arrive on the larger part of the isle. Continue to follow the path and you should find Azure Watch.$B$BSee if you can convince them to send us some aid and supplies. The rest of us will follow when we can.$B$BThank you, we wouldn\'t have made it without you!','Speak with Technician Dyvuun at Azure Watch on Azuremyst Isle.','Ah, good to see you again! I\'m glad that we were both able to get our emitters fixed or we might never have found one another. And don\'t worry, we\'ll see to it that Ammen Vale gets help and supplies.$B$BSpeaking of assistance, now that you\'re here, go around and introduce yourself to the others. I know that there\'s plenty to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',9312,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,2,0,0,1000,1000,0,3,1,1,2,0,0,1000,1000,0,1,0,0,6),(9314,10958,3524,0,128,1,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Word from Azure Watch','$C! A couple mutated beasts jumped me and my leg is injured.$B$BI was sent on a scouting mission from Azure Watch after we received word from Zhanaa. Please, could you go speak with Caregiver Chellan in my stead? She needs to know how many people to expect in Azure Watch. Just cross the Crystalbrook River here and continue following the road until you get to Azure Watch.$B$BBe sure to ask her for a place for yourself to stay in.','Speak with Caregiver Chellan at Azure Watch on Azuremyst Isle.','Oh, you must be one of the survivors we\'ve been hearing about!$b$bI\'m glad that you came. Don\'t worry, we will send someone to see to Aeun\'s injured leg.$B$BI\'m most interested in hearing all about your harrowing story of survival. You\'re a brave one to have made it all the way here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6290,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,2),(9315,10958,3433,0,136,9,11,1,690,0,0,0,0,0,0,0,0,0,0,0,'Anok\'suten','Come closer, I am ... dying.$B$BI was sent here ... to slay these Nerubians, but Vandril didn\'t ... know that they have a leader.$B$B$B$BYou must find and ... slay Anok\'suten. Get help. She wanders around ... Suncrown Village.','Slay Anok\'suten and return to Arcanist Vandril at Tranquillien in the Ghostlands.','I apologize for the shoddy intelligence, $c. Had I known of this Anok\'suten ahead of time, I surely would have told you.$B$BWe\'re spread too thin and things are slipping through the cracks!','A nerubian leader? None of the scouting missions reported anything about this Anok\'suten!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16357,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,24341,24339,24340,28149,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',9758,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9316,10958,151,0,8,50,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'[TXT] Goblin Savages','$B$BSo, you want to kill some goblins, eh? Well, if you\'re determined, you can start with the nearby savages. Bring me their teeth as proof of your deeds.','Brianna Schneider on Designer Island wants 10 Goblin Teeth.','','','','','','','',23074,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13909,0,0,0,1,0,0,0,630,0,0,0,0,0,250,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9317,4044,0,0,8,50,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Consecrated Sharpening Stones','','','','','','','','','',22484,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9318,4044,0,0,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessed Wizard Oil','','','','','','','','','',22484,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23123,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9319,4044,0,369,8,50,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Light in Dark Places','We are not the only ones who celebrate this holiday, $n. All creatures, all cultures, are touched by the flame. Even in the darkest places, the fires are being lit.$b$bIf you wish to see them for yourself, travel into the depths. Seek out the bonfires burning within Stratholme, Scholomance, among the ogres of Dire Maul, and the halls of Blackrock Spire itself; I will await your return.','Find and touch the bonfires located within Blackrock Spire, Dire Maul, Scholomance, and Stratholme, then return to the Festival Flamekeeper.','You have proven that you are not entirely useless, mortal.','Have you found your way through the dark?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181346,-181347,-181348,-181349,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23083,23247,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',9365,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9320,4044,0,0,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Super Mana Potion','','','','','','','','','',22484,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22832,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9321,4044,0,0,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Super Healing Potion','','','','','','','','','',22484,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22829,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9322,4044,0,369,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Fires in Kalimdor','The Midsummer Fire Festival is celebrated everywhere in Azeroth, and the diverse land of Kalimdor is no exception. You look fit to travel -- perhaps a journey is in order.$b$bMidsummer cannot be truly appreciated unless you\'ve seen the blistering blue fires abroad. The celebrants have lit fires in chilly western Winterspring, northeastern Azshara, near Valor\'s Rest in the wastes of Silithus, and by the entrance to lush Un\'Goro. Return once your journey is complete.','Visit the Midsummer camps located in Azshara, Silithus, Un\'Goro Crater, and Winterspring, then return to the Festival Flamekeeper.','Your spirit glows with the warmth of the Kalimdor fires, friend. Is the heat not invigorating? Once the power fades from you, perhaps these will help rekindle the feeling.','Are the flames of Kalimdor burning brightly?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181342,-181339,-181343,-181340,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23379,23247,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9323,4044,0,369,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Fires in the Eastern Kingdoms','Our celebration of the flame is spread throughout the land, $c. Not a single place remains untouched by the heat of this holiday, and the strongest fires burn a brilliant blue. Seek them out.$b$bYou\'ll find one just north of Blackrock Spire. The others are located deep within the Eastern Plaguelands near a decrepit town, along the road to the cliffs within the mountainous Hinterlands, and on the way to the Dark Portal within the Blasted Lands.$b$b Return once your journey is done.','Visit the Fire Festival camps located in Blasted Lands, Eastern Plaguelands, the Hinterlands and Searing Gorge, then speak with the Festival Flamekeeper.','Ah, here you are. A little wearier, a bit dustier, but enlightened! The heat touches us all during this season and unites us; your very being glows with the power of the fires you touched. Ah, but these days enlightenment is taken as a rather poor reward for being sent on a task, I suppose. Take these, then, and enjoy the celebration.','It will take time to prevail against this threat. How have you fared, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181344,-181338,-181345,-181341,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23324,23247,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9324,4044,0,369,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,23179,1,'Stealing Orgrimmar\'s Flame','This flame, stolen from the heart of Orgrimmar itself, floods you with warmth. This raw power is foreign to you, but the Loremaster might know more...','Return the Flame of Orgrimmar to the Festival Loremaster.','What\'s this? Unless I\'m mistaken, this flame has been taken from the heart of Orgrimmar itself! The fierce hearts of the orcs and trolls are reflected in its searing heat. What a fine addition to our collection--how brave you are, stealing into the enemy\'s lair to retrieve the sacred flame!','You\'re practically glowing, $R. What do you have there?','','','','','',23179,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,23247,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,46709,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9325,4044,0,369,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,23180,1,'Stealing Thunder Bluff\'s Flame','This flame, stolen from the shaman of Thunder Bluff, floods you with warmth. This raw power is foreign to you, but the Loremaster might know more...','Return the Flame of Thunder Bluff to the Festival Loremaster.','Unless I miss my guess, this fire has been taken from the cliffs of Thunder Bluff! How it sings with the power of the spirits! You are quite the thief, $N. Take this as just payment for your skill. Now, if only we had the flames of all three cities...','You\'re practically glowing, $R. What do you have there?','','','','','',23180,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,23247,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,46709,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9326,4044,0,369,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,23181,1,'Stealing the Undercity\'s Flame','This flame, stolen from the ruins above the Undercity, floods you with warmth. This raw power is foreign to you, but the Loremaster might know more...','Return the Flame of the Undercity to the Festival Loremaster.','Hm... what a strange fire! It is subdued, nearly smoldering, but the heat is intense. And you received this from the Undercity, you say? Fascinating. With the flames of all three cities, who knows what we could accomplish?','You\'re practically glowing, $R. What do you have there?','','','','','',23181,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,23247,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,46709,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9327,10958,3433,0,136,9,10,0,512,0,0,0,0,0,0,0,0,9758,0,0,'The Forsaken','I know it seems strange, but these Forsaken are here to help. You should speak with their leader, High Executor Mavren. He\'s in the tower on the west side of town.$B$BAnd, $c, when you\'re done talking with him return to me; I have something dire that needs to be dealt with immediately!','Speak with High Executor Mavren at Tranquillien in the Ghostlands.','We Forsaken are here because of a common enemy with the blood elves: Dar\'Khan! He has returned and now commands the Scourge that are invading this land from his steadfast, Deatholme, to the south.$B$BLady Sylvanas Windrunner, who originally hails from these lands, and used to be an elf, has a history with Dar\'Khan and wants him dead!$B$BWe will defeat him, $c, and you will help us do it!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9328,10958,3433,0,128,15,21,0,512,0,0,0,0,0,0,0,0,9621,22653,1,'Hero of the Sin\'dorei','This is the beginning of a new chapter in the history of our race, $N. Our lands will be reclaimed and we shall cement our bond with Sylvanas and her allies.$B$BTake the traitor\'s head to Regent Lord Lor\'themar Theron in Silvermoon City. He\'ll be eager to hear the news.','Take Dar\'Khan\'s Head to Lor\'themar Theron in Silvermoon City.','Now that\'s one face I was not expecting to see so soon.$B$BThis is quite the good news, $N, in more ways than you can imagine. ','You seek audience with me, $c? I do not recall hearing of an appointment.','','','','','',22653,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',9167,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9329,10958,3433,0,136,9,10,0,178,0,0,0,0,0,0,0,0,9758,0,0,'The Forsaken','I know it seems strange, but the Forsaken are here to help. You should speak with their leader, High Executor Mavren. He\'s in the tower on the west side of town.$B$BAnd, $c, when you\'re done talking with him return to me; I have something dire that needs to be dealt with immediately!','Speak with High Executor Mavren at Tranquillien in the Ghostlands.','We Forsaken are here because of a common enemy with the blood elves: Dar\'Khan! He has returned and now commands the Scourge that are invading this land from his steadfast, Deatholme, to the south.$B$BLady Sylvanas Windrunner, who originally hails from these lands, and used to be an elf, has a history with Dar\'Khan and wants him dead!$B$BWe will defeat him, $C, and you will help us do it!','I know it seems strange, but the Forsaken are here to help. You should speak with their leader, High Executor Mavren. He\'s in the tower on the west side of town.$B$BAnd, $C, when you\'re done talking with him return to me; I have something dire that needs to be dealt with immediately!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9330,4044,0,369,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,23182,1,'Stealing Stormwind\'s Flame','This flame, stolen from the heart of Stormwind itself, floods you with warmth. This raw power is foreign to you, but the Talespinner might know more...','Return the Flame of Stormwind to the Festival Talespinner.','And this brightly-burning fire... you say it came from Stormwind? Remarkable! That must have been quite an adventure! I\'ll pay you for this, of course. If you find anything else like this, be sure to speak with me again.','You\'re practically glowing, $R. What do you have there?','','','','','',23182,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,23247,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,46709,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9331,4044,0,369,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,23183,1,'Stealing Ironforge\'s Flame','This flame, stolen from the heart of Ironforge itself, floods you with warmth. This raw power is foreign to you, but the Talespinner might know more...','Return the Flame of Ironforge to the Festival Talespinner.','This hearty flame must be from the halls of Ironforge; it\'s as stalwart as the dwarves themselves. A fine catch, $N. If I had the fires of the other cities... ah, but never mind. Here is your payment.','You\'re practically glowing, $R. What do you have there?','','','','','',23183,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,23247,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,46709,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9332,4044,0,369,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,23184,1,'Stealing Darnassus\'s Flame','This flame, stolen from the shores of Teldrassil, floods you with warmth. This raw power is foreign to you, but the Talespinner might know more...','Return the Flame of Darnassus to the Festival Talespinner.','This fire aches of ancient sorrow, $N. You pulled this from the roots of Teldrassil, you say? Fascinating! Here is a reward for your skill. Return to me should you find anything else like this; I may have a use for it.','You\'re practically glowing, $R. What do you have there?','','','','','',23184,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,23247,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,46709,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9333,4044,0,0,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Dawn Gloves','','','','','','','','','',22484,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23084,23081,23082,23078,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9334,4044,0,0,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessed Wizard Oil','','','','','','','','','',22484,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23123,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9335,4044,0,368,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consecrated Sharpening Stones','','','','','','','','','',22484,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9336,4044,0,0,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Super Healing Potion','','','','','','','','','',22484,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22829,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9337,4044,0,368,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Super Mana Potion','','','','','','','','','',22484,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22832,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9338,4044,1377,0,0,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Allegiance to Cenarion Circle','','','You honor us, $N. With your continued efforts we will overcome all obstacles.','Even if you have no need for the material rewards we offer, these badges still mark our mutual trust and friendship.$B$BBring them to me. I\'ll make due note of your service should your performance go above and beyond the call of duty.','','','','','',20802,20800,20801,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9339,4044,0,369,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Thief\'s Reward','This flame, stolen from the heart of Stormwind itself, floods you with warmth. This raw power is foreign to you, but the (NAME) might know more...','Return the Flame of Stormwind to (NAME).','You\'ve proven yourself, today, $n.$b$bWhile I have little else to give you, I do have this crown; a fitting gift for a conqueror. May it light your way.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23323,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',11935,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9340,10958,3483,0,136,60,62,0,690,0,0,0,0,0,0,0,0,9391,0,0,'The Great Fissure','We\'re dangerously close to becoming fenced in by Alliance forces. With the influx of sin\'dorei pilgrims from Azeroth, we must establish a route that\'s safe from our enemies\' prying eyes.$B$BI\'ve given it some thought and have arrived at a solution. We\'re to establish a secret path through the Great Fissure.$B$BYes, even though the area is crawling with brutal rock flayers, they are merely beasts and can be taught to fear us. I want you to go and kill a good number of them. They shall learn fear.','Ranger Captain Venn\'ren at Falcon Watch wants you to slay 8 Stonescythe Whelps and 3 Stonescythe Alphas at the Great Fissure, east of Falcon Watch.','Good job, $N. That should teach the rock flayers to stay far away from us.','You\'ve returned. Is the task done?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16927,16929,0,0,8,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9499,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9341,4044,0,368,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tabard of the Argent Dawn','','','','','','','','','',22484,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9342,10958,3483,0,136,255,61,0,690,0,0,0,0,0,0,0,0,0,0,0,'Marauding Crust Bursters','As if the gan\'arg that overran the mines aren\'t bad enough, now we\'ve got gigantic worms encroaching on us from the other direction!$B$BWith Thrallmar\'s garrison pinned down defending against the Legion and tending to their wounded, it leaves me and the miners to deal with the problems.$B$B$B$BAnd you can see how useful they are...$B$BI\'d gladly pay you their wages to clear out some of those worms.','Foreman Razelcraz at the mines near Thrallmar wants you to kill 15 Marauding Crust Bursters. The worms have a tendency to attack suddenly from their tunnels below ground.','Thank you for your help, $N. Got anything up your sleeve to make the peons earn their keep?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16857,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,25785,25784,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9343,4044,0,368,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tabard of the Argent Dawn','','','','','','','','','',22484,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9344,10958,3483,0,136,255,61,0,690,0,0,0,0,0,0,0,0,9345,0,0,'A Hasty Departure','Greetings, $N. Outland is a perilous place, as many of our expedition quickly learned. I\'m afraid young Grelag may have learned that lesson firsthand.$B$BGrelag is a promising student, but he lacks patience! He eagerly studies the history of his people, but he sometimes forgets the threats of the present day.$B$BHe departed for the Spinebreaker Post, ignorant of the Legion and fel orc presences. I fear something may have happened to him.','Far Seer Regulkut wants you to track down her student Grelag. ','\r\n\r\nI should\'ve followed Far Seer Regulkut\'s advice and waited for the bodyguards she was going to send with me. I\'m fortunate that she thought to send someone after me.\r\n\r\nI wouldn\'t have been able to make it back to Thrallmar on my own. I\'ve been doing what I can for this leg, but without my supplies, the outlook is grim.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9345,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10213,0,0,'Preparing the Salve','Just as Zeth\'Gor came into view, a Legion patrol caught sight of me. I ran, hoping to duck into one of the towers in the distance, but one of their felhounds caught up with me and nearly hamstrung me!$B$BI managed to escape, but my leg is in terrible shape. Stone Guard Ambelan found me and brought me here.$BNow, I have to find a way to tend to my leg. Spineleaf grows in and around the Valley of Bones to the north . A salve made from it will dull the pain enough for me to travel.','Gather 12 Hellfire Spineleaf plants for a salve and return to Grelag at Spinebreaker Post.','These should do the job. I\'m going to prepare the salve and finish my splint before making my way back to Thrallmar. Why do I have the feeling that I know what Far Seer Regulkut will say when she sees me?$B$B$B$BThank you for your help, $N. I have some of the spineleaf left over. You\'re welcome to take it with you. Who can tell when it will prove useful?','Have you brought the plants?','','','','','',23205,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24338,0,0,0,20,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',9344,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9346,10958,3483,0,136,255,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'When Helboars Fly','Have you ever seen a helboar fly? They don\'t even need wings!$B$B$B$BThe fight against the Legion camps to the north has depleted our supplies, including catapult ammunition. This is the perfect opportunity to try something new.$B$BInstead of using boulders, I want to try igniting the corpses of the starving helboars I\'ve seen around the eastern ruins and use them to bombard the Legion\'s camps.$B$BAre you going to volunteer, or do I have to order you? ','Watch Commander Krunk in Thrallmar wants you to bring him 10 Plump Helboar Carcasses from Starving Helboars.','','','','','','','',23214,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9347,10958,3483,0,128,255,61,0,0,0,0,0,0,0,0,0,0,0,23216,1,'Voidwalkers Gone Wild','Examining the essence reveals violent swirls of energy sealed within a vessel made of unidentifiable material. As you consider it, you can feel it beginning to tug at your mind, inviting you to come closer and to look deeper.$B$BFeeling your will begin to slip away, you break your gaze immediately. Its presence remains at the edge of your consciousness as you determine what to do with it.','Bring the Pulsating Voidwalker Essence to Mahuram Stouthoof in Thrallmar.','','','','','','','',23216,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9348,10958,3483,0,136,255,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ravager Roundup','Outland is rife with fascinating creatures. Fascinating -- and extremely dangerous.$B$BThe area is rich with predators, which seems strange for such a barren land, but a closer look reveals something of a hierarchy.$B$BThe rock flayers seem to have domesticated another predator, the ravager, and breed them as hunting companions and guard animals. I need to know more about how they\'re training these ravagers. We must shut down and examine their breeding site to the southwest, near the Terokkar Forest.','Slay 10 Captive Ravager Hatchlings and retrieve 12 Ravager Eggs for Mahuram Stouthoof in Thrallmar.','','','','','','','',23217,0,0,0,0,0,12,0,0,0,0,0,0,16900,0,0,0,10,0,0,0,0,0,0,0,0,0,0,25980,25981,25979,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9349,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,9361,0,0,'Ravager Egg Roundup','I\'m starving!$B$BThere\'s irony in that, wouldn\'t you say? A starving cook?$B$B$B$BAccording to this tourist map we were following - before we were so rudely shot down - there\'s an area to the southwest, near Terokkar Forest. It\'s called the Razorthorn Trail, and supposedly it\'s brimming with delicious ravager eggs!$B$BI could cook up quite a feast if only someone were brave enough to go down there and get me some!','Retrieve 12 Ravager Eggs for Legassi at the Zeppelin Crash in Hellfire Peninsula.','In order to have great cuisine, you need to have great ingredients. And these eggs look great!$B$BI\'ve just finished cleaning off my frying pan, so you\'re more than welcome to join me for a meal!','You have those eggs yet?$B$B','','','','','',23217,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28501,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,6,0,0,5),(9350,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Peon\'s Work is Never Done','The Legion\'s constant assaults take a heavy toll on our defenses. If the palisade falls, so will Thrallmar. I\'ve assigned peons to reinforce and repair the walls, but we\'re running out of materials.$B$BGrelag, one of the Far Seer\'s students, is well versed in the old ways and suggested returning to an ancient practice. Long ago, the clefthoof hunt supplied us with meat, hides, and bones. Taking up the hunt again, with the clefthoof to the southeast, would provide what\'s needed and honor the ancestors.','Gather 8 Clefthoof Hides and 8 sets of Clefthoof Bones from the Raging Clefthoof. Return to Watch Commander Krunk in Thrallmar once you have all the materials.','','','','','','','',23223,23222,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25982,25983,25984,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9351,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Voidwalkers Gone Wild','Even if I can get the zeppelin\'s frame repaired, I\'ll have to find something else to power the engine. I\'m all out of fuel and there\'s no place to fill up around here!$B$BTo the south of us is an area of broken land called the Warp Fields. It\'s full of rogue and uncontrolled voidwalkers, but I like to think of them as walking batteries.$B$BIf you can bring me enough of their essence, I can convert the zeppelin\'s engine to run on it. Five gold says I\'ll even get better mileage out of it, too!','Bring 10 Condensed Voidwalker Essences to \"Screaming\" Screed Luckheed at the Zeppelin Crash.','This is perfect! In fact, I think it\'s going to work so well, I might just have to redesign the engine to take advantage of all this extra power. If, I mean, when we get out of here, I\'ll have to show my design to everyone back at Area 52!','Were you able to get the essence?','','','','','',23218,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25786,25787,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10161,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,5),(9352,10958,3430,0,136,4,6,0,690,0,0,0,0,0,0,0,0,0,0,0,'Darnassian Intrusions','Besides the constant threat that the Wretched represent, I also have to deal with all kind of fictitious reports of night elf sightings.$B$BThough most reports are unfounded, one recent incident demands further investigation. The West Sanctum, one of our primary energy sources, has suffered a terrible malfunction and rumors of Darnassian sabotage are rampant.$B$BTravel there and deal with anyone that looks suspicious. Report back to Ley-Keeper Velania, who watches over the sanctum.','Travel to the West Sanctum, southwest of Falconwing Square and defeat any intruders present there. Report your findings to Ley-Keeper Velania.','Night elves? Here? Those rats!$B$BDo you suppose they had anything to do with the malfunction in my sanctum? If you have any information, you\'d better take it to Captain Sunbrand at once!','Have you uncovered anything? Are the night elves behind this?','','Intruder Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,15968,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',8463,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9353,10958,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redeem iCoke Gift Box Voucher','','','','','','','','','',23227,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23224,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9354,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Searching for New Materials','$B$BIf you\'re looking to commission a piece, get in line, $c. I\'ve got my hands full maintaining the Sons\' equipment and preparing us for the day when we\'ll take the battle to the enemy again.$B$BOur metal stocks are getting very low since crust borers invaded the mines. I\'ve been experimenting with natural materials from the raging clefthoof that graze in the areas northeast of the Hold, and while they\'re no substitute for iron, I\'m learning to make do.','Gather 8 Clefthoof Hides and 8 Clefthoof Sinews from the Raging Clefthoof. When you have the materials, bring them to Humphry in Honor Hold.','','','','','','','',23222,23231,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25982,25983,25984,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9355,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Job for an Intelligent Man','Well met, $c. Now that reinforcements are finally arriving, we can recapture some semblance of a normal life.$B$BOne of our first goals is to restore the flow of men and goods along the road to the southwest, but it must be reclaimed from the crust bursters that\'ve overrun the area.$B$BIf you\'re willing to help us deal with this menace, you would have the gratitude of the Sons. Watch carefully for the disturbed ground they leave in their wake.','Kill 15 Marauding Crust Bursters and return to Foreman Biggums at Honor Hold.','Well done, $N. We shouldn\'t be too quick to congratulate ourselves, though. I\'m certain we haven\'t seen the last of those worms. If they show their hideous heads around these parts again, the Sons\'ll be ready for them!','Were you able to clear the road?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16857,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,25785,25784,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,6,0,5),(9356,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Smooth as Butter','Screed likes to say his flying is as \"smooth as butter.\" I think \"butterfingered\" is more like it!$B$BTake a look at the wreckage over there. He calls it a \"rough\" landing.$B$BSure, we got shot at, but I\'d be willing to cut him a little more slack if he didn\'t brag about his piloting skills so often!$B$BI think I\'m going to make him a batch of wings to drive the point home. To the east, in the Valley of Bones, you\'ll find bonestripper buzzards. Their wings are plump, juicy, and perfect for my needs.','Bring 12 Plump Buzzard Wings to Legassi at the Zeppelin Crash.','Ravager Eggs. Bam!$B$BHellboar Bacon. Bam!$B$BBuzzard Wings. Bam! Bam!$B$BWhat a great meal. You\'ve really got to try it. ','I can\'t wait to see the look on his face when he digs in. Ever since the crash, he\'s been complaining that all I can think of is food. Well, someone\'s got to feed us while he tinkers with the zeppelin!','','','','','',23239,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27651,27684,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',9361,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9357,10958,3430,0,136,4,5,0,0,0,0,0,0,0,0,0,0,8463,0,0,'Report to Aeldon Sunbrand','If you\'re looking for work, you\'ll find Captain Sunbrand inside the Inner Elf Gate, through the doors behind me.$B$BNow leave me be, I must question this scoundrel.','Report to Aeldon Sunbrand at the Inner Elf Gate in Eversong Woods.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(9358,10958,3430,0,136,8,9,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ranger Sareyn','Don\'t take the safety of this village for granted. We\'re under siege by the Scourge on the east and the Wretched to the west.$B$BRanger Sareyn keeps our borders safe from the undead that pour in from the Dead Scar. Follow the road eastwards out of town and see if you can lend her a hand.','Report to Ranger Sareyn outside Fairbreeze Village in Eversong Woods.','You\'re here to help us? Why didn\'t you say so earlier? We can always use a hand!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9359,10958,3430,0,136,8,10,0,690,0,0,0,0,0,0,0,0,8476,0,0,'Farstrider Retreat','Your help in subduing the Wretched has been invaluable. The Farstriders would surely have use for someone like you in their fight against the Amani trolls.$B$BLook for the Farstrider Retreat to the northeast of here, speak to Lieutenant Dawnrunner and see what assistance she might need.','Report to Lieutenant Dawnrunner at the Farstrider Retreat in Eversong Woods.','You\'re here to help? Excellent!$B$BThe battle against the Amani trolls has taken its toll on us and capable fighters such as yourself are always welcome.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',8892,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9360,10958,3430,0,128,8,11,0,690,0,0,0,0,0,0,0,0,9363,23249,1,'Amani Invasion','Though you don\'t understand the language in these battle plans, you clearly make out a map marking the positions of the Farstrider Retreat and Fairbreeze Village.$B$BYou\'d best let Lieutenant Dawnrunner at the Farstrider Retreat know about this.','Deliver the Amani Invasion Plans to Lieutenant Dawnrunner at Farstrider Retreat.','The trolls have been keeping us pinned here while planning an attack on Fairbreeze Village. We were not expecting this at all.','What do you want to show me?','','','','','',23249,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9361,10958,3483,0,128,58,61,0,0,0,0,0,0,0,0,0,0,9356,23268,1,'Helboar, the Other White Meat','Those eggs are superb, but what do you say we kick it up another notch?$B$BA side of bacon would round out the meal perfectly and I know just where to get it.$B$BThis place is littered with helboars. Of course, there\'s no one here to inspect and tenderize the meat, but we\'re in luck!$B$B$B$BThis wasn\'t made for use on pork, but cooking is as much about improvisation as anything else!','Legassi at the Zeppelin Crash wants you to gather 8 Purified Helboar Meat. To purify the meat, use the Purification Mixture on the Tainted Helboar Meat you gather from Helboars.','Hmm...$B$BThis looks edible, if spiced properly. Just don\'t tell Screed where his breakfast came from, ok?','Were you successful in purifying the helboar meat?','','','','','',23248,23268,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29292,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',9349,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9362,4044,0,161,8,60,60,0,0,128,0,0,0,0,0,0,0,9364,0,0,'Warlord Krellian','There isn\'t much time, $n! My scrying spells have revealed a powerful source of magic. I cannot leave the tower, and would ask you to kill the vile creature in possession of this artifact.$b$bThe pathetic little cretin is known as Warlord Krellian, hiding behind his guards in the Temple of Zin-Malor. Burn him to ashes and take the prismatic shell he covets so dearly.','Retrieve the Prismatic Shell for Archmage Xylem. The Archmage resides in a tower atop the cliffs of Azshara.','I must say, this shell has a strange aura. It seems only fitting that part of your reward for retrieving it would be to test its magical capabilities...','There is not time to waste! Have you the shell?','','','','','',23250,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9363,10958,3430,0,136,8,11,0,690,0,0,0,0,0,0,0,0,0,0,0,'Warning Fairbreeze Village','Go to Fairbreeze Village and notify Ranger Degolien of the Amani plans. Even with Zul\'Marosh dead, Fairbreeze must prepare for a troll attack. Tell Degolien I will send him reinforcements as soon as possible.','Travel to Fairbreeze Village in Eversong Woods and speak to Ranger Degolien.','The information you\'ve brought is of vital importance, $N. Now that we know of the trolls\' plans we can prepare for an attack.$B$BWe won\'t be caught with our guard down.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23265,23266,23267,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',9360,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9364,4044,0,161,0,60,-1,0,0,128,0,0,0,0,0,0,0,0,23250,1,'Fragmented Magic','My research has revealed a unique purpose for the prismatic shell.$b$bCarry the shell and cast your polymorph spell on the Spitelash in Azshara. If you wait a few moments, the chaotic aura of the shell will cause them to split into several smaller clones for a few moments. Kill these clones as quickly as possible, and the shell will collect their essence.$b$bWhen the shell is full, return it to me.','Polymorph the Spitelash of Azshara and kill the clones that appear several seconds later. When you have slain 50 Polymorph Clones, return to Archmage Xylem in Azshara.','Splendid! Splendid!$B$BNow we are able to reform this magic into a new spell. Behold!','Have you collected the magic?','','','','','',23250,0,0,0,0,0,1,0,0,0,0,0,16479,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28272,28285,0,0,0,0,0,0,0,1020,0,0,0,0,'',9362,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9365,4044,0,369,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Thief\'s Reward','This flame, stolen from the heart of Stormwind itself, floods you with warmth. This raw power is foreign to you, but the (NAME) might know more...','Return the Flame of Stormwind to (NAME).','You\'ve proven yourself, today, $n.$b$bWhile I have little else to give you, I do have this crown; a fitting gift for a conqueror. May it light your way','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23323,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',11933,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9366,10958,3483,0,136,60,62,0,690,0,0,0,0,0,0,0,0,9370,0,0,'In Need of Felblood','Northeast of here lie the Pools of Aggonar. Once a sacred site to the draenei, their waters were corrupted after the blood from the demon Aggonar was spilled into them.$B$BThat blood, though old and diluted, still possesses tremendous power. Terrorfiends now walk the area, empowered by the pure demonic energies of the original blood. Slay them and retrieve as much felblood as you can. I\'ll make it worth your while.','Ryathen the Somber at Falcon Watch in Hellfire Peninsula wants you to bring him 6 Felblood Samples from the Terrorfiends that inhabit the Pools of Aggonar.','The energy contained in these samples is tremendous, $N. Now we just need to ensure that our access to this felblood continues uninterrupted.','The felblood... did you obtain it, $N?','','','','','',23269,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9367,4044,0,369,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Festival of Fire','Midsummer is upon us once again!$b$bEach year, as tradition dictates, Flamekeepers are chosen to tend the bonfires within our capitals. While fires are burning throughout Azeroth, it is imperative that ours be the hottest and brightest, to properly pay homage to the season.$b$bIn fact, I have a task for you, if you don\'t mind. I\'ve not yet heard if the fires in all capitals are properly burning. Travel there yourself and warm yourself by the fires--make sure they\'re hot!','Touch the bonfires within Stormwind, Ironforge, and Darnassus, then speak to a Festival Loremaster within the capital cities.','Excellent! It seems we\'ve appointed dutiful Flamekeepers this year if the bonfires are as well-kept as you claim. Thank you for inspecting them for me; here, take this as a small token of my esteem.','Are the fires burning?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181332,-181333,-181334,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,23246,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9368,4044,0,369,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Festival of Fire','Midsummer is upon us once again!$b$bEach year, as tradition dictates, Flamekeepers are chosen to tend the bonfires within our capitals. While fires are burning throughout Azeroth, it is imperative that ours be the hottest and brightest, to properly pay homage to the season.$b$bIn fact, I have a task for you, if you don\'t mind. I\'ve not yet heard if the fires in all capitals are properly burning. Travel there yourself and warm yourself by the fires--make sure they\'re hot!','Touch the bonfires within Orgrimmar, Thunder Bluff, and the Undercity, then speak to a Festival Talespinner within the capital cities.','Excellent work, $N. With the shadows destroyed, it can only be a matter of time before the Lich King decides to recall his necropolises and leave us in peace.','Have you had any luck, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181336,-181337,-181335,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,23246,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9369,10958,3526,0,136,1,1,0,77,0,0,0,0,0,0,0,0,9409,0,0,'Replenishing the Healing Crystals','We are the draenei. Our ship crashed and, since we have many wounded, our immediate concern is the depleted state of our healing crystals. We must replenish them quickly!$B$BUnfortunately, the only way to do this at this point is to extract the blood from the local vale moths. Their blood will make for a suitable substitute.$B$BThe moths can be found in many places around the vale, but mostly in the northwest.','Acquire 8 Vials of Moth Blood from the nearby Vale Moths and bring them to Proenitus at the Crash Site in Ammen Vale.','Regrettable that those creatures had to die so that we might live - indiscriminate killing is not the draenei way. However, the blood you gathered will replenish our healing crystals, so their deaths will not be in vain.','Have you harvested the necessary moth blood for the healing crystals yet? With survivors scattered all over the vale, time is of the essence!','','','','','',22889,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24129,24131,24130,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9370,10958,3483,0,128,60,62,0,690,0,0,0,0,0,0,0,0,0,23358,1,'The Cleansing Must Be Stopped','Our scouts captured a draenei paladin at the Pools of Aggonar. He was to take part in a cleansing ritual to purify the pools. We must stop the draenei from succeeding or we will lose our supply of felblood!$B$BHe was carrying this signaling gem, looking to mark a spot where a priest - or \"anchorite\" as they call themselves - could perform their rituals in safety. Place the gem near the Altar of Aggonar and be ready to ambush any approaching draenei.$B$BI suggest that you take a friend or two along.','Place the Signaling Gem near the Altar of Aggonar at the Pools of Aggonar and defeat any Draenei Anchorites that respond to your summons. Return to Ryathen the Somber at Falcon Watch with the Signaling Gem after completing this task.','That\'ll show those holy fanatics to mind their own business.','You\'ve returned, $N. Did you put an end to the draenei\'s folly?','','','','','',0,23358,0,0,0,0,0,1,0,0,0,0,16994,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25500,25501,25499,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9366,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9371,10958,3526,0,136,1,2,0,1101,0,0,0,0,0,0,0,0,10302,0,0,'Botanist Taerix','$N, Botanist Taerix is in need of your assistance. You\'ll find her with her apprentices to the west, outside the ship.','Speak with Botanist Taerix at the Crash Site in Ammen Vale.','Oh, thank goodness you\'ve come. We have much to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',9280,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9372,10958,3483,0,136,61,63,0,0,0,0,0,0,0,0,0,0,10255,0,0,'Demonic Contamination','Welcome to the Cenarion Post, $c. We don\'t often get company out here, but I\'m grateful for the visit. My work with the creatures of this desolate land requires me to travel to many remote places.$B$BThe Cenarion Expedition has dispatched me to study some of the most dangerous wildlife in Outland, and I\'ve made a startling discovery. While many creatures here have already undergone radical changes, they continue to mutate. I\'m collecting blood samples to document the changes, and any help would be welcome.','Thiah Redmane, at the Cenarion Post in Hellfire Peninsula, has asked you to gather 6 Helboar Blood Samples from Hulking Helboars.','Well done, $N. These blood samples will prove helpful in my research and in the Expedition\'s wider studies of Outland\'s creatures.$B$BIf I could isolate what causes these creatures to change continuously, perhaps I could concoct an antidote.','Were you able to collect the blood samples?','','','','','',23336,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',10443,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9373,10958,3483,0,128,58,61,0,0,0,0,0,0,0,0,0,0,0,23338,1,'Missing Missive','Upon examining the battered leather case, it becomes apparent that the container\'s damage must\'ve been caused by the caustic fluid of the worm\'s digestive tract. The leather appears to have been intricately tooled at one time, but the details of its adornment can no longer be made out.$B$BThe only recognizable feature of the case is a worn logo of the Cenarion Circle. Knowing nothing about the contents of the case, you decide the best course of action would be to deliver it to a Circle member.','Return the Eroded Leather Case to Thiah Redmane, camped near the Ruins of Sha\'naar in western Hellfire Peninsula.','Thank you for bringing this to me, $c. I was wondering why I hadn\'t heard from the Expedition in so long. I wonder how long ago this message was dispatched and what befell its carrier.$B$BHere\'s a bit of coin for your trouble.','Good day, $c. What brings you to my encampment?','','','','','',23338,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9374,10958,3483,0,136,60,62,0,690,0,0,0,0,0,0,0,0,10286,0,0,'Arelion\'s Journal','My husband, Arelion, had been fascinated with the Pools of Aggonar ever since we arrived in Outland. He spent much of his time studying slimes, of all things!$B$BHe went missing in there a few days ago. They say he\'s dead and there\'s nothing I can do about it.$B$BOne thing I can do is try to ensure that his research doesn\'t die with him. Go northeast to the pools and look for his journal. He always carried it inside a brown knapsack.','Magistrix Carinda at Falcon Watch in Hellfire Peninsula wants you to go to the Pools of Aggonar and retrieve Arelion\'s Journal.','My husband\'s journal... it\'s not about research at all!$B$BHow could I\'ve been such a fool? \"Magical properties of fel-infused slime forms,\" he really had me going there.','Any luck, $N? You\'ll find the Pools of Aggonar north of Hellfire Citadel.','','','','','',23339,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9375,10958,3483,0,138,61,63,1,690,0,0,0,0,0,0,0,0,9376,0,0,'The Road to Falcon Watch','$B$BPlease, $c, get me out of this cage! I foolishly set out from Thrallmar ahead of the main group, despite Martik Tor\'seldori\'s warnings.$B$BI was set upon by horrible creatures that could only be the ravagers he talked about. I managed to drive them off, but that was only the beginning of my troubles.$B$BAs I bound my wounds, those bird men found me, dragged me back to this cave, and locked me in this cage! I must get to Falcon Watch!','Protect the Wounded Blood Elf Pilgrim on her way to Falcon Watch, then speak with Taleris Dawngazer.','$B$BGet her inside and see to her wounds!$B$B$B$BShe\'s fortunate that you found her when you did, $C. I don\'t think she\'d have lasted much longer out there.$B$BCan you make out what she was saying? ','What do you need, $c?','Escort Wounded Blood Elf Pilgrim to Falcon Watch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9376,10958,3483,0,136,61,63,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Pilgrim\'s Plight','That wounded pilgrim seems to be shouting something about a pack.$B$BWhen you encountered her, did you see a pack nearby? Hmm...$B$BShe must\'ve left it when fleeing from her attackers. The quillfang ravagers, in their ravine to the south, are known to attack solitary travelers.$B$BIf she doesn\'t calm down, I won\'t be able to tend her wounds. Her stubbornness may just cost her her life.$B$BGo to Dustquill Ravine and see if you can find her campsite. I\'m willing to bet she left it there.','The Wounded Blood Elf Pilgrim was attacked by Quillfang Ravagers while camped in Dustquill Ravine. Find her camp and search it for the missing pack.','Thank you for returning this, $N. I\'m not sure what significance it holds for the wounded pilgrim, but she refuses to let anyone get near her until it\'s in her hands again.','Things aren\'t going well. At this rate, she\'ll never make it back onto the road. Were you able to find that pack?','','','','','',23343,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25783,25782,25781,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9375,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9377,10958,3483,0,136,61,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thirsting For Power','Falcon Watch serves as a stop for pilgrims on their long journey into Outland. Although we are an early stop on the way, many of the pilgrims reach us exhausted and wracked by their addictions.$B$BIn a world such as this, many find it necessary to relearn mastery of their magical addiction. Food and drink help, $c, but magical energy is their greatest need. The remains of Outland\'s voidwalkers provide a potent source of energy, but they grow rare and can only be found in the Warp Fields to the southwest.','Retrieve a Potent Voidwalker Essence from the Vengeful Voidwalkers and return to Taleris Dawngazer at Falcon Watch.','','','','','','','',23352,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9378,10958,139,0,1024,60,60,0,0,0,0,0,529,42000,0,0,0,0,0,0,'DND FLAG The Dread Citadel - Naxxramas','In the thick of Plaguewood lies the entrance to the dread citadel of Naxxramas. Previously, all attempts to enter had been stymied by the magical wards placed upon the rune portal. That is, until now.$B$BWe have devised a way to gain entry via a permanent arcane cloaking of sorts - an old cantrip of the Kirin Tor with a few modifications of my own. With that said, the cloaking is costly; however, your dedication to the cause of the Dawn is unwavering! We will waive all cost associations.','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands will grant you Arcane Cloaking at no cost. You must be Exalted with the Argent Dawn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,28006,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9379,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fortifying the Felhunter','Greetings, $c. Say hello to Jir\'see here, too. Don\'t worry, he won\'t bite unless I tell him to.$B$B$B$BHe\'s so tiny in comparison to the warp hounds that live in Outland. But we\'re going to fix that right up, yes we are, aren\'t we, Jir\'see?$B$BI think I\'ve figured out a way to do it. I\'ll need plenty of blood from the warp hounds and that\'s where you come in. While you\'re hunting them in the southeast, I\'ll get ready for the experi... err, treatment.','Gather 6 Warp Hound Blood and bring them to Angela \"The Claw\" Kestrel in Thrallmar.','','','','','','','',23374,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9380,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hounded for More','I swear, if I get one more letter from Ironforge...$B$BHave you ever tried to explain something to someone who just wouldn\'t listen, $c? I sent the boys in Ironforge the warp hound they asked for, and they had the gall to write back saying they wanted a \"pack\" of the things! A pack!$B$BSo, I tried to tell \'em that warp hounds are solitary creatures, but they\'d have none of it. I\'ve given up on setting \'em straight. Grab 6 of the best ones from the area east of the hold, and brimg \'em back here?','Collect 6 Undamaged Warp Hound Corpses and bring them to Prospector Murantus in Honor Hold.','','','','','','','',23378,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9381,10958,3483,0,136,61,63,0,690,0,0,0,0,0,0,0,0,0,0,0,'Trueflight Arrows','With the influx of pilgrims and the encroachment of Alliance forces, things around Falcon Watch have gotten quite busy lately. In my spare time, I usually help prepare batches of arrows for the rangers, but I haven\'t had the chance to gather feathers for the fletching in a long time.$B$BI could offer you a bit of coin if you\'d be willing to gather the tail feathers of the bonestripper vultures. In the past, I\'ve found them circling the bones of large beasts to the north of Falcon Watch.','Gather 8 Bonestripper Tail Feathers from Bonestripper Vultures and bring them to Falconer Drenna Riverwind at Falcon Watch.','These should do the job. I was concerned that the rangers might be short on arrows for a while, but that\'s one less thing I have to worry about. Thank you for your help, $C.','Were you able to get all the feathers?','','','','','',23387,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9382,10958,3483,0,136,255,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of the Clefthoof','Greetings, $c.$B$BI\'m certain your travels in Outland have shown you something of the corruption in this world. It is so pervasive that it has transformed the very creatures who dwell here - the ones that survived, that is.$B$BThe clefthoof to the south and west were once docile grazers, but the corruption has created an unquenchable rage in them. They only find release from their torment in death, though it grieves us to spill their blood. Will you help me end the suffering of the bristlehide clefthoof?','Kill 15 Bristlehide Clefthoof and return to Amaan the Wise at the Temple of Telhamat.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16970,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,25787,25786,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9383,10958,3483,0,128,61,63,0,1101,0,0,0,0,0,0,0,0,0,23417,1,'An Ambitious Plan','The blood elves epitomize the irresponsible use of magic, $c. They do not control magical energy. Rather, they are slaves to it and will suffer nothing to stand between them and their addiction. They consume the energies of Outland\'s voidwalkers to power their demonic magics.$B$BI\'ve prepared a crystal charged with a spell that will allow us to neutralize a voidwalker and sever its link to this world when destroyed. I\'ve mostly seen the voidwalkers in the Warp Fields to the southeast of Hellfire Citadel.','Use the Sanctified Crystal against a wounded Uncontrolled Voidwalker and return to Elsaana at the Temple of Telhamat.','You\'ve done well, $N. It seems the containment crystal is holding for now, but how long it will last remains a mystery. We\'ll keep an eye on it and prepare more of the crystals in the meantime.','Have you used the crystal\'s magic against an uncontrolled voidwalker?','','','','','',23442,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,273,0,0,0,0,0,0,0,1,0,0,5),(9384,10958,3483,0,128,61,63,0,0,0,0,0,0,0,0,0,0,0,23442,1,'Harnessing the Light','Now, the time has come to destroy this demon. I counsel caution in this, $N, for there is much you do not yet know about the voidwalkers of Outland.$B$BTake this vessel to Rumatu, who will see to its destruction. Observe the process carefully and report to me when it is finished.','Take the Glowing Sanctified Crystal to Rumatu at the Temple of Sha\'naar, who will invoke the Light to smite the demon within.','','','','Assist in Voidwalker\'s Destruction','','','',0,0,0,0,0,0,0,0,0,0,0,0,17014,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9385,10958,3483,0,136,60,63,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Rampaging Ravagers','So Honor Hold sends us to deal with the arakkoa and we set up camp here thinking hey isn\'t this a great spot. Little did we know how close we were to the quillfang ravagers.$B$BThey are relentless predators and have made any sort of work on our part impossible. There\'s a bit of coin in it for you if you can deal with them for us. Do you feel up to it?','Kill 10 Quillfang Ravagers and return to Gremni Longbeard in Hellfire Peninsula.','Well done, $N. That should teach those beasts who\'s boss!','Have you made any progress against the ravagers?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16934,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9386,4044,0,369,8,50,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Light in Dark Places','An eager one, aren\'t you? If you\'re willing to enter the depths once more, I\'ll gladly reward you.$b$bSeek out the bonfires burning within Stratholme, Scholomance, Dire Maul, and the halls of Blackrock Spire itself; I look forward to your return, $n.','Find and touch the bonfires located within Blackrock Spire, Dire Maul, Scholomance, and Stratholme, then speak with the Festival Flamekeeper.','You have proven that you are not entirely useless, mortal.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181346,-181347,-181348,-181349,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9319,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9387,10958,3483,0,136,60,63,0,690,0,0,0,0,0,0,0,0,0,0,0,'Source of the Corruption','Uncorrupted draenei, like this unlucky fellow here, are virtuous champions of the Light. What corruption caused their great race to devolve into the Broken and Lost Ones?$B$BI\'ve heard a theory that exposure to fel energies is what caused the mutation. I would like to put that theory to the test.$B$BNorthwest of here lie the Ruins of Sha\'naar. There you will find lowly Broken commanded by Illidari taskmasters. Bring me demonic essences from the taskmasters so that I can test them on this draenei.','Travel to the Ruins of Sha\'naar in Hellfire Peninsula and obtain 5 Demonic Essences from the Illidari Taskmasters. Return to Apothecary Azethen at Falcon Watch after you\'ve completed the task.','You\'ve been most helpful, $N. Now let\'s see what we can learn from our blue friend.','Have you obtained the samples?','','','','','',29113,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25914,25915,25913,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9388,4044,0,369,8,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flickering Flames in Kalimdor','There are many flames burning throughout the world today, $n. The trickiest fires to tend are those that burn green; they do not stay lit long without supervision. Make certain the emerald fires still burn on Kalimdor for our Flamekeeper, eh?$b$bYou will find them near Ratchet in the Barrens, close to the Master\'s Glaive in Darkshore, in the forest of Ashenvale by the bridge near Silverwing Outpost, and near the road to Windshear Crag along the main road in Stonetalon Mountains.','Visit the bonfires within Ashenvale, the Barrens, Darkshore, and Stonetalon Mountains, then speak with the Festival Flamekeeper.','Ahhh, so they do still burn. I am glad; it would not do for those fires to burn out before their time. You have done well, $N. Take this with my blessing.','The fires cannot die until the festival is done!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181561,-181560,-181563,-181562,1,1,1,1,0,0,0,0,0,0,0,0,23435,23327,23326,23211,0,0,5,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(9389,4044,0,369,8,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flickering Flames in the Eastern Kingdoms','The Midsummer Fire Festival traditionally lights up the land with a myriad of flames. Some argue that the green fires are the finest, as they are the hardest to maintain and have such a distinctive hue.$b$bMake sure they still burn in the Eastern Kingdoms for our Flamekeeper. They sit near Dun Modr in the Wetlands, close to Pyrewood Village within Silverpine Forest, on the cliffs overlooking the lighthouse in Westfall, and by the ruined tower in Hillsbrad Foothills.','Visit the bonfires within Hillsbrad Foothills, Silverpine Forest, Westfall, and the Wetlands, then speak with the Festival Flamekeeper.','So you\'ve returned, and you\'ve seen to the emerald flames of the continent. What do you think, mm? A rare and wonderful sight, to be certain. I am aware, however, that tangible rewards are better appreciated... so please, take this for your trouble.','Have you seen to your task?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181566,-181564,-181565,-181567,1,1,1,1,0,0,0,0,0,0,0,0,23435,23327,23326,23211,0,0,5,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(9390,10958,3483,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,9423,0,0,'In Search of Sedai','Hear my plight, $c. My brother, Sedai, left long ago to contact the orcs of Mag\'har Post. Ever the idealist, he thought the time was ripe to set our differences aside and negotiate a peace with them.$B$BHe\'s been missing for days and I fear for the worst.$B$BWould you set my mind to rest and look for him? Sedai must be somewhere nearby to the east.','Anchorite Obadei wants you to look for his brother, Sedai, nearby to the east in Hellfire Peninsula.','You\'ve found the body of a young draenei paladin. He appears to have been slain by a blow to his back.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9391,10958,3483,0,128,60,62,0,690,0,0,0,0,0,0,0,0,0,23480,1,'Marking the Path','With the rock flayer population thinned, all that\'s left is to signal the safe path to our pilgrims. Return to the Great Fissure with this torch and seek the three beacons that mark the path from the east.$B$BLight the three beacons and return to me. Be warned that the beacons will attract any nearby rock flayers when you first light them.','Ranger Captain Venn\'ren at Falcon Watch wants you to go to the Great Fissure in Hellfire Peninsula and light the Southern Beacon, Western Beacon and Central Beacon. Return to him with the Lit Torch after you\'ve completed this task.','The Great Fissure, though still dangerous, will prove to be a useful path for our pilgrims.$B$BWith the Alliance watching all the roads in and out of Falcon Watch this is the manner of desperate act that is required of us.','Have you done what I asked of you, $N?','','','','','',0,0,0,23480,0,0,0,0,0,1,0,0,-181581,-181580,-181579,0,1,1,1,0,29384,29384,29384,0,0,0,0,0,25503,25502,25504,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9340,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9392,10958,0,162,136,1,1,0,690,8,0,0,0,0,0,0,0,0,0,0,'Rogue Training','As you advance within your class, you will want to take advantage of the training that your class trainer can provide you. For young rogues here on Sunstrider Isle, your trainer is Pathstalker Kariel. Speak with Kariel and see what training he has available for you. The things he will teach do have a cost, so bring some coin with you.$B$BKariel - as with all the trainers on Sunstrider Isle - is inside the Sunspire on the lower level.','Speak with Pathstalker Kariel - the Rogue class trainer - inside the Sunspire on Sunstrider Isle.','I\'ve heard your name whispered from the shadows, $N. It\'s said that you\'re looking for someone experienced to show you the ropes - someone like me. I can do that, but it\'ll cost you a small cut of your take every time I\'ve got something to teach you. So yes, I will train you in what it means to be a rogue.$B$BBut remember, if you ever get caught stealing something, this conversation never took place. Now get out there and show me what you\'re made of!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',8325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9393,10958,0,261,136,1,1,0,690,4,0,0,0,0,0,0,0,0,0,0,'Hunter Training','As you advance within your class, you will want to take advantage of the training that your class trainer can provide you. For young hunters here on Sunstrider Isle, your trainer is Ranger Sallina. Speak with Sallina and see what training she has available for you. The things she will teach do have a cost, so bring some coin with you.$B$BSallina - as with all the trainers on Sunstrider Isle - is inside the Sunspire on the lower level.','Speak with Ranger Sallina - the Hunter class trainer - inside the Sunspire on Sunstrider Isle.','$N, are your eyes keen as a hawk\'s, your motions as fluid as a monkey\'s, or your speed that of a cheetah? Mine are, and yours can be too with the proper training. The way of the hunter is one of mastery over the beasts of the world, an unparalleled precision in marksmanship, and the knowledge of how to survive in situations where others would perish.$B$BIf these are the things that you seek to learn, then I will train you - for a small fee, of course. Shall we begin?','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',8325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9394,10958,3430,0,136,8,10,0,690,0,0,0,0,0,0,0,0,8894,0,0,'Where\'s Wyllithen?','The Duskwither groundskeeper has gone missing! Someone must have forgotten to tell him to leave when the magister and everyone else did. I know that he\'s still somewhere around here on the grounds, but I dare not go looking for him myself with all of these magical creatures roaming about.$B$BWill you find him for me, $c, and make sure that he\'s alright?','Find Groundskeeper Wyllithen on the Duskwither Grounds in Eversong Woods.','Who are you? You\'re not one of the magister\'s apprentices, that\'s for certain!$B$BSent here to help me clean up this mess, no doubt!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9395,10958,3430,0,136,8,9,0,690,0,0,0,0,0,0,0,0,9067,0,0,'Saltheril\'s Haven','I swear that I\'m going to fireball someone if I get one more request from Lord Saltheril concerning supplies for his party! Do I look like a party planner?! Between you and me, that fool and his sycophants are living in denial that we\'re under attack here!$B$BSome of us are actually busy with, oh, I don\'t know, defending what\'s left of Quel\'Thalas! $C, would you please head over to Saltheril\'s Haven and see if you can shut him up? It\'s just down the road to the west.','Speak with Lord Saltheril at Saltheril\'s Haven in Eversong Woods.','Ah, good of Magistrix Dawnstrider to finally respond to my simple requests. I should take up the matter of her attitude with the regent lord in Silvermoon. She\'s quite rude!$B$BNothing for you to concern yourself with though. Now that you\'re here, maybe I\'ll finally be able to get those party supplies that I\'ve been waiting for? ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9255,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9396,10958,3483,0,136,60,62,0,690,0,0,0,0,0,0,0,0,0,0,0,'Magic of the Arakkoa','Outland holds many secrets, $N. It\'s only a matter of time before we uncover them all.$B$BThe half-bird, half-man species of the arakkoa possesses ancient arcane knowledge that would aid us greatly in our exploration of this world. Travel to the Den of Haal\'esh, south of here. Obtain any magical scrolls that the Haal\'eshi might be carrying on them and bring them to me.','Bring 4 Haal\'eshi Scrolls to Arcanist Calesthris Dawnstar at Falcon Watch in Hellfire Peninsula.','Good work, $N. Outland\'s secrets will not stay hidden from us for very long.$B$BIt\'s our destiny to become the masters of this world.','Have you obtained the scrolls yet, $N?','','','','','',23483,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9397,10958,3483,0,128,60,62,0,690,0,0,0,0,0,0,0,0,0,23485,1,'Birds of a Feather','The Haal\'eshi arakkoa have domesticated a beautiful bird species called the kaliri.$B$BI\'ve managed to capture a young male and they appear to be trainable. The females are much rarer, but if I had one I could attempt to breed them. She has to be young, though... a hatchling. An older wild bird wouldn\'t survive in captivity.$B$BTake this cage and travel south, to the Den of Haal\'esh. Search the nests for eggs that are ready to hatch. If you bring me back a female hatchling, I\'ll reward you handsomely.','Travel to the Den of Haal\'esh in Hellfire Peninsula and search the Kaliri Nests for a Female Kaliri Hatchling. Use the Empty Birdcage to capture it and bring it to Falconer Drenna Riverwind at Falcon Watch.','You did it! You caught a female hatchling!$B$BShe\'s precious. You have my thanks, $N.','You\'ve returned. Did you bring me the kaliri female?','','','','','',23486,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9398,10958,3483,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Deadly Predators','The Broken that live in Outland have endured endless violence. It is of little surprise that as soon as the Dark Portal opened they flocked to it in droves with hopes of escaping this land.$B$BUnfortunately for our confused brothers and sisters coming from the south, the rock flayers that inhabit the Great Fissure see them as easy prey. Go there and thin the rock flayer population, so that our kin might have a chance.','Scout Vanura at the Temple of Telhamat in Hellfire Peninsula wants you to slay 8 Stonescythe Whelps and 4 Stonescythe Alpha.','You\'ve done well, $N. It is always unfortunate to have to resort to taking a life, even when it\'s that of a dangerous beast such as the rock flayer.$B$BYou have my thanks for carrying out this grim task.','Welcome back, $N. Have you completed the task I asked of you?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16929,16927,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9399,10958,3483,0,136,60,63,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Cruel Taskmasters','You probably think most Broken are evil, don\'t you? In reality many just lack guidance.$B$BBefore I met the Omenai, I too was lost.$B$BOur minds suffered terrible pain from the orcs\' demonic magic. We are easily confused and taken advantage of.$B$BDemons allied with Illidan raid Hellfire daily and capture our kind as slaves. With the Omenai we now have hope. Travel to the Ruins of Sha\'naar, southwest of here, and slay the Illidari taskmasters so my people may be free!','Slay 4 Illidari Taskmasters at the Ruins of Sha\'naar and return to Ikan at the Temple of Telhamat in Hellfire Peninsula.','You did it! I\'m in your debt, $N. Look at all the Dreghoods that are showing up.$B$BUnder my guidance they\'ll learn all about the old ways, you\'ll see.','You\'ve returned! Did you complete your task?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17058,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9400,10958,3483,0,140,60,62,0,690,0,0,0,0,0,0,0,0,9401,0,0,'The Assassin','$n, we recently uncovered a plot to assassinate our envoy to Falcon Watch. Hellfire Citadel learned of our plans to send an expedition there earlier this morning and set up an ambush.$B$BOur scouts have informed me that an assassin known as Krun Spinebreaker waits along the road north of the Citadel. Go there and slay this assassin. Show the fel orcs we\'re not to be trifled with!','Nazgrel wants you to travel to the road north of Hellfire Citadel and look for an assassin named Krun Spinebreaker.','The corpse matches the description of Krun Spinebreaker, Hellfire Citadel\'s assassin. As you turn the body over, you notice a stone axe protruding from his back.','','Find Krun Spinebreaker','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,4170,0,0,0,'',10388,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9401,10958,3483,0,128,60,62,0,690,0,0,0,0,0,0,0,0,9405,23550,1,'A Strange Weapon','You pull the stone axe out of the body to examine it more closely. There\'s something unusual about the craftsmanship of the weapon.$B$BIts origin appears orcish, though the materials aren\'t like anything you\'ve seen before. Nazgrel might be interested in seeing the weapon.','Bring the Heavy Stone Axe to Nazgrel in Thrallmar in Hellfire Peninsula.','He was killed by this weapon? It can\'t be!$B$BHave we... found them?','Tell me, is the assassin dead?','','','','','',23550,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9400,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9402,10958,0,161,136,10,10,0,690,128,0,0,0,0,0,0,0,9403,0,0,'Fetch!','So... $n is it? Don\'t be flattered I know your name, one of my students has been fawning over you and won\'t shut up.$b$bHmm... if you\'d like to impress $gher:him;, why don\'t you do something for me? There\'s an azure phial at the bottom of the pond behind me. Dive in, retrieve it, and bring it here.','Dive to the bottom of Stillwhisper Pond and retrieve the Azure Phial for Instructor Antheol.','Oh, well done... I told you to jump in a pond, and you did. I can only imagine what you\'d do if one of your good friends asked it of you.$B$BIf you want a reward for your efforts, it is this: never lift a finger without first knowing what\'s in it for you. The $C\'s mind is his greatest weapon. Remember that and try to use yours a bit more.','How\'s the water?','','','','','',23551,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9403,10958,0,161,128,10,10,0,690,128,0,0,0,0,0,0,0,9404,23566,1,'The Purest Water','Now that you\'ve learned a little lesson, I\'ll offer you something more substantial. It concerns your ability to defend yourself in close combat. Of course, you should only resort to melee in the most dire of circumstances, but that is no excuse to be unprepared.$b$bI can assist you in creating a staff befitting a mage of your learning. Simply take the phial you retrieved for me and fill it at the base of Elrendar Falls. Just follow the river southeast from here.','Instructor Antheol wants you to fill the Azure Phial at Elrendar Falls.','Let\'s see what you\'ve brought me...$B$B$B$BYes, this will do. Well done, $N. ','Only water from the Elrendar Falls has the purity required for use with magic. Do you have it? ','','','','','',23552,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9402,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9404,10958,0,161,136,10,10,0,690,128,0,0,0,0,0,0,0,0,0,0,'Recently Living','You may have noticed the walking trees near Elrendar Falls. As the keepers of nature, they are infused with a primal magic we can reform to our own purposes using the pure water you have already brought to me.$b$bUnfortunately, the green keepers are gnarled and twisted creatures, so you may need to kill a few before you find a useable branch.','Slay the Eversong Green Keepers until they yield a Living Branch for Instructor Antheol.','You\'ve done as I\'ve asked, $N, and you may take your reward now. ','Do you have the living branch? Hand it over quickly! ','','','','','',23553,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9513,7508,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9403,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9405,10958,3483,0,128,60,62,0,690,0,0,0,0,0,0,0,0,9410,23550,1,'The Warchief\'s Mandate','As you know, the warchief put his power behind this expedition for one reason. This is the world we came from. This is where our roots lie.$B$BThis journey means different things to orcs and blood elves. To them it\'s a search for the promised land. To us it\'s more like returning home.$B$BWhoever made this axe is familiar with the old ways and we must contact them. This is too important for us to use ordinary tracking methods. Show the weapon to Far Seer Regulkut; she will know what to do.','Bring the Heavy Stone Axe to Far Seer Regulkut at Thrallmar in Hellfire Peninsula.','I understand Nazgrel\'s request, $C. Say no more.','Tell me what you seek, so that I may help you find it.','','','','','',23550,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30000,0,0,0,0,'',9401,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9406,10958,3483,0,128,60,62,0,690,0,0,0,0,0,0,0,0,9438,23569,1,'The Mag\'har','This news you bring from beyond the Dark Portal... you want us to believe the son of Durotan now rules over the lands beyond it... free from any demonic taint? And that now his people have returned to this world?$B$BI hope for your sake that this isn\'t some manner of joke, $c. What this means to my people... cannot be described. I must send word to Nagrand at once! Hellscream must hear about this.$B$BTake this letter back to your leader in Thrallmar. Tell him the Mag\'har welcome them!','Deliver the Letter from the Mag\'har to Nazgrel at Thrallmar in Hellfire Peninsula.','You\'re certain of this? True orcs... here in Hellfire! This is big news, $N.$B$BWe must inform the warchief at once.','What do you bring us, $N?','','','','','',23569,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9410,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9407,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,10120,0,0,'Through the Dark Portal','For years the Dark Portal loomed silent... forgotten. But it is silent no longer.$B$BAfter stopping the demonic assault here, our forces breached the portal and met the demons on their own ground!$B$BNow, we are locked in a savage war, and there are some who think we might not win. So it is our duty, our grim pleasure, to battle the fiends of Outland and ensure our victory, $N.$B$BIf you would help us, then report to Lieutenant General Orion at once. He awaits you in the Outland...\n','Travel through the Dark Portal and find Lieutenant General Orion. He awaits your arrival on the other side, in Outland.\n','Our Expedition made it safely through the Portal and set up a new base called Thrallmar. Yet as you can see. the Burning Legion moved in and cut us off from our brothers. Clearly, the demons hope to retake the Dark Portal and prevent us from gathering reinforcements from Azeroth.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9408,10958,3483,0,128,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forgotten Heroes','While it pains me to know that we have lost so many soldiers in our efforts to breach the portal, my heart swells with pride to know that the original expeditionary force is still alive.$B$BI can hardly believe it; but here they stand - a testament to the resolve of the Alliance.$B$BInside that keep stands one of our greatest heroes: Danath Trollbane! Seek him out, $c. He has already met and addressed all of our soldiers. He will surely want to meet you.','Speak with Force Commander Danath Trollbane at Honor Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(9409,10958,3526,0,128,1,2,0,1101,0,0,0,0,0,0,0,0,0,23568,1,'Urgent Delivery!','Now that you\'ve gathered all that we need to replenish our healing crystals, I need you to deliver the vials to Zalduun, our priest. You\'ll find him tending to our wounded inside the central chamber of the ship.','Deliver the Bundle of Vials to Zalduun at the Crash Site in Ammen Vale.','Good work! This will do nicely to replenish our depleted healing crystals.$B$BBut now that you\'re here, I think I have another use for you, if you\'re willing?','Hello, $c. What have you there? Is it for me?','','','','','',23568,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'9369 9280',9280,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,6,0,0,0,1000,0,0,6,0,0,2),(9410,10958,3483,0,128,60,62,0,690,0,0,0,0,0,0,0,0,9406,23669,1,'A Spirit Guide','Even our best tracking wolves\' senses can fail them, $N. The spirits have a way of seeing the world differently than ours. The being you will call forth will find the person you seek, for they\'ll be drawn not to their scent but their essence.$B$BGo now, $c, take this totem with you and use it at the location you found the stone axe.','Use the Wolf Totem at the location where you found Krun Spinebreaker\'s body and follow the Ancestral Spirit Wolf.','Who are you to walk in here unannounced? I ordered my men to stay their hand only because Ryga sensed that the spirits were with you.$B$BSpeak freely, but choose your words wisely. We rarely trust strangers this close to the Citadel.','You are lucky to be alive.','','','','','',23669,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9405,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9411,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Infused Bandages','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23689,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9412,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Flake Throat Lozenge','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9413,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Flake Throat Lozenge','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9414,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Infused Bandages','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23689,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9415,4044,1377,0,8,55,60,0,1101,0,0,0,0,0,0,0,0,9419,0,0,'Report to Marshal Bluewall','Are you Marshal Bluewall\'s new recruits? Of course you are.$b$bWhat are you waiting for? Good soldiers are dying in the desert. Aren\'t you excited to join them?$b$bNow, get going and don\'t dry out on the way.','Speak with Marshal Bluewall at the Alliance encampment near Hive\'Zora.','The Alliance needs every able body they can get. The Horde has been receiving a steady supply of reinforcements from the northern part of the continent, and it\'s been a struggle to keep up.$B$BLet me explain the situation to you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9416,4044,1377,0,8,55,60,0,690,0,0,0,0,0,0,0,0,9422,0,0,'Report to General Kirika','You must be one of General Kirika\'s new recruits. It\'s about time you showed up. Bodies wear down quick in the desert.$b$bThe dwarves have been getting reinforcements daily, and we can\'t afford to lose ground in our struggle for resources in Silithus.$b$bGet your instructions from the General. It\'s not my job to train you, just find you.','Speak with General Kirika at the Horde encampment near Hive\'Regal.','It\'s good that you\'re here, but there\'s no time to waste making small talk. You need instructions, and then you need to get out there.$B$BListen up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9417,10958,3483,0,136,60,63,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Arakkoa Threat','The arakkoa are smart creatures... smart as any gnome you ever met. They have this way with magic and a violent temper, however. $B$BLately they\'ve taken to attacking Honor Hold patrols, which is why we were sent here. See, Mirren and I are world-famous marksmen, we are! But fowl and game are what we specialize in... not these... lightning-invoking birdmen.$B$BSo what do you say you give us a hand in this one assignment? You\'ll find the Den of Haal\'esh to the southwest.','Gremni Longbeard in Hellfire Peninsula wants you to slay 4 Haal\'eshi Windwalkers and 6 Haal\'eshi Talonguards.','Great job, $N! I hereby proclaim you an honorary Longbeard.$B$BStick around and have a drink with us, won\'t you?','You\'re back! How did you do?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16966,16967,0,0,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9558,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9418,10958,3483,0,128,60,63,0,0,0,0,0,0,0,0,0,0,0,23580,1,'Avruu\'s Orb','$B$BI sense you\'re not of the arakkoa, so I will attempt to barter for my freedom. My name is Aeranas. I once ruled over the eastern winds. The Haal\'eshi mage, Avruu, trapped me inside this orb.$B$BFind the altar the arakkoa used to enslave me. It is hidden to the southeast of the arakkoa\'s den. Approach it with the orb and give it to me once I\'m free. In exchange for my liberty I\'ll reward you with powerful treasure!','Take Avruu\'s Orb to the Haal\'eshi Altar southeast of the Den of Haal\'esh in Hellfire Peninsula and give it to Aeranas once he\'s free.','With this orb I regain my liberty. Take your reward, mortal, so that our debt may be settled.','The freedom I\'ve yearned for is finally mine!','','','','','',23580,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25489,25488,25487,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9419,4044,1377,0,72,55,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Scouring the Desert','We recently found out that the Horde has been scavenging the Silithus desert for resources, but paid them little mind. We thought it could not be worth it to station large numbers in this sweltering desert.$b$bHowever, it was discovered the importance of the resources, and now we are scrambling to catch up.$b$bIf I have your assistance, you must go into the desert and recover the silithyst and return it here.','Find and deliver Silithyst to the Silithyst Extractor, then speak with Marshal Bluewall at the Alliance encampment near Hive\'Zora.','Thank the Light you were successful.$B$BNow if we could only have started this sooner, our need would not be so desperate. We must keep the bounty of the desert from falling into the hands of the Horde.','Be careful out there, but also be quick. We have no time to lose.','','Return Silithyst','','','',0,0,0,0,0,0,0,0,0,0,0,0,17090,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,13446,13444,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',9415,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9420,10958,3483,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Finest Down','The arakkoa at the Den of Haal\'esh, south of here, breed a magnificent species of birds called kaliri. Their feathers would fetch a bundle at the trading posts back in Azeroth. Just think of all the ale I could buy then!$B$BTell you what, you bring me a stack of kaliri feathers and I\'ll give you my very own hat. What do you say? You\'ll never find a hat like this one! Do we have a deal?','Mirren Longbeard in Hellfire Peninsula wants you to bring him 8 Kaliri Feathers from the various kaliri found in the Den of Haal\'esh.','You did your part. I guess a deal is a deal!$B$BHere you go, friend. Treat it well.','Did you bring me the kaliri feathers, $c?','','','','','',23588,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23587,0,0,0,1,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9421,10958,0,82,128,1,2,0,1101,64,0,0,0,0,0,0,0,0,0,0,'Shaman Training','I am Firmanvaar and you are wise to seek me out. It is my calling to provide instruction to $C, especially those who are just beginning to learn.$B$BShamanism is only now being relearned amongst the $R, $N. You are brave to follow its path as it is not popular amongst your kind.$B$BI will be here when you feel you are ready for further training.','Speak with Firmanvaar again when you feel that you are ready to begin your training.','I am Firmanvaar and you are wise to seek me out. It is my calling to provide instruction to $C, especially those who are just beginning to learn.$B$BShamanism is only now being relearned amongst the $R, $N. You are brave to follow its path as it is not popular amongst your kind.$B$BI will be here when you feel you are ready for further training.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(9422,4044,1377,0,72,55,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Scouring the Desert','For some time now, we have been tapping the crystal resources of the Silithus desert. The only dangers we faced were from the creatures that made this place their home and the oppressive sand and dust and heat.$b$bBut now the Alliance seems to have caught on to what we have found here. It is now a race between us to capture the natural resources, and keep them from the other.$b$bI need every set of hands that is available. I hope I have yours.','Find and deliver Silithyst to the Silithyst Extractor then speak with General Kirika at the Horde encampment near Hive\'Regal.','You\'ve done well, $N. These resources will be added to our stockpiles, and every bit is to our gain and our enemy\'s loss.','Be wary of the dangers of the desert, $n. With the Alliance lurking in the dunes, any step could be your last.','','Deliver Silithyst','','','',0,0,0,0,0,0,0,0,0,0,0,0,18199,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,13446,13444,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',9416,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9423,10958,3483,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Return to Obadei','With Sedai\'s death confirmed, you\'re left with the unpleasant task of returning to Obadei with the grim news.','Return to Anchorite Obadei at the Temple of Telhamat in Hellfire Peninsula and inform him of Sedai\'s death.','Sedai, dear brother...$B$BThose cowardly orcs! He was unarmed, how could they?$B$BLeave me be, $N. I thank you for your assistance but I wish to be alone with my thoughts now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',9390,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,500,0,0,0,1,0,0,2),(9424,10958,3483,0,136,60,63,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Makuru\'s Vengeance','Sedai was like a brother to Makuru. We owe him our lives and more! They call Makuru crazy but if the Omenai are not going to do anything about his death then they\'re the crazy ones!$B$BMakuru doesn\'t have much to call his own in this world, but he will give you his only possession if you avenge Sedai. $B$BI\'ve seen the brown orc Mag\'har grunts before, up in the hills to the northeast. They hate us! They don\'t deserve our mercy! Go, avenge Sedai! Bring me their ancestral beads as proof!','Makuru at the Temple of Telhamat in Hellfire Peninsula wants you to bring him 10 Mag\'har Ancestral Beads.','Yes... revenge! You did good.$B$BYou take this now. It was a gift from Sedai. It only makes Makuru sad to see it.','Did you avenge Sedai for Makuru?','','','','','',23589,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25920,25919,25921,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9423,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9425,10958,267,0,136,18,20,0,690,0,0,0,0,0,0,0,0,0,0,0,'Report to Tarren Mill','Ah, good to see you here, $c! I\'ve a task that you are perfectly suited to.$B$BAs new members of the Horde, we need to make sure that we support their efforts and help them with their problems. That way they\'ll be more receptive to helping us with ours.$B$BTravel to the Forsaken town, Tarren Mill, in the Hillsbrad Foothills to the southeast. Check in with Advisor Duskingdawn when you arrive.','Travel to Tarren Mill in the Hillsbrad Foothills and speak with Advisor Duskingdawn.','My, my! Another of my brothers arrives to pitch in. Good! There is much to be done in support of our new Forsaken friends, $C. Ask around to see who you can help out.$B$BI know that you will support them to your utmost ability!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(9426,10958,3483,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,9427,0,0,'The Pools of Aggonar','Much has changed since the days when we called this land Draenor. Parts of the land have been forever changed by the demons\' taint.$B$BOne such place is known as the Pools of Aggonar. It was once the location of our people\'s sacred springs. The blood of the demon Aggonar fouled the very essence of the holy waters. This fel blood has spawned foul beings that must be cleansed if we\'re ever to reclaim the pools. Travel east of here and slay the Terrorfiends and slimes that wander the pools.','Amaan the Wise wants you to go to the Pools of Aggonar and slay 6 Terrorfiends and 6 Blistering Rots.','Yes, I feel the fel presence in the pools weakening.$B$BYou\'ve done well, $N.','Have you completed your task, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16951,16901,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9427,10958,3483,0,128,60,62,0,1101,0,0,0,0,0,0,0,0,0,23361,1,'Cleansing the Waters','I must ask that you finish what we\'ve set in motion. Now that the demonic influence has weakened you must take this cleansing vial and pour it at the very source of the taint - Aggonar\'s own corpse.$B$BYou will find the demon\'s bones at the northern end of the pools. Beware, I sense that Aggonar\'s essence has not quite left this world.','Amaan the Wise wants you to travel to the Pools of Aggonar and use the Cleansing Vial at Aggonar\'s corpse. Return to him when Aggonar\'s essence is cleansed from the water.','The essence of Aggonar lived on in the form of his foul offspring Aggonis. With your success in defeating the demon, we can begin to work towards restoring the pools to their former purity.$B$BYou have our thanks, $N. Your work will have a deep impact in this world.','You return, $N. Are the waters cleansed?','','Aggonar\'s Presence Cleansed','','','',0,23361,0,0,0,0,0,1,0,0,0,0,17000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25484,25486,25485,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9426,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9428,10958,331,0,136,18,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Splintertree Post','$B$BYour reputation precedes you, $N. I want you to travel to Splintertree Post in Ashenvale. The easiest way to get there on foot is to travel west through Durotar and the Barrens, and then turn north at the fork in the road.$B$BWhen you arrive, speak with Advisor Sunsworn. Travel carefully; Ashenvale can be a very dangerous place!','Travel to Splintertree Post in Ashenvale and speak with Advisor Sunsworn.','The ambassador sent word ahead, so I\'ve been expecting you.$B$BThe ambassador simply wants you to do as much as you can to help out around here. She said something about making sure to cement our relationship with the rest of the Horde.$B$BAsk around - there are others in need of help further back in the Post. And I hear that there\'s another Horde outpost called Zoram\'gar Outpost on the coast all the way to the west.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9429,10958,10,0,136,18,20,0,1024,0,0,0,0,0,0,0,0,0,0,0,'Travel to Darkshire','I am told that there is a thorn in the side of the kingdom of Stormwind. It is known as Duskwood, and it is a place that is filled with evil and the vile stench of undeath.$B$BAs we\'re trying to help as much as we can, I would like for you to travel southeast to the main human settlement there, named Darkshire. Anchorite Delan will be awaiting your arrival.','Travel to Darkshire in Duskwood and speak with Anchorite Delan.','Greetings, $C. I trust that you\'re journey here was uneventful?$B$BThese poor souls are beset upon all sides by the creatures of the night. It is our wish that you lend them what aid you can in pushing back the darkness.$B$BTravel about the town and get to know its inhabitants. Please, $N, help them in any way that you can.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9430,10958,3483,0,136,60,63,0,1101,0,0,0,0,0,0,0,0,9545,0,0,'Sha\'naar Relics','As I\'ve told you before, I do not require eyes to see what others cannot. I will not pass judgment on what you did on Makuru\'s behalf, yet I think you need to see beyond what your eyes show you.$B$BTravel southwest to the Ruins of Sha\'naar and salvage any relics you find. If fate wills it you will find what we need.$B$BThe meaning of my request might not be immediately apparent. Have faith though, $N. Clarity comes to those with patience.','Amaan the Wise at the Temple of Telhamat in Hellfire Peninsula wants you to travel to the Ruins of Sha\'naar and retrieve 10 Sha\'naar Relics.','You\'re very fortunate. Just as I had hoped, you\'ve found a special relic among these other ones.','Did you retrieve the Sha\'naar relics, $N?','','','','','',23642,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9543,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9431,10958,400,0,8,24,28,0,690,0,0,0,0,0,0,0,0,9433,0,0,'A Different Approach','What\'s a sin\'dorei doing standing on the top of a windswept butte in Thousand Needles instead of the halls of Silvermoon?$B$BIt\'s simple. My brethren will no longer have me. Every copy of my treatise on natural cures for our magical addiction was burned.$B$BI can safely pursue my research here, but I am without my reagents. If you\'d be willing to gather purifying earth from the thundering boulderkin near the western end of the Needles and deliver it to my associate at Whitereach Post, I\'d appreciate it.','Gather 2 handfuls of Purifying Earth from Thundering Boulderkin and take them to Wizlo Bearingshiner at Whitereach Post.','What? She didn\'t mention the moonwell? That\'s what she had in mind all along. I admit the whole thing\'s a bit wacky, but who am I to turn away a client, especially when she\'s the only one I\'ve got?$B$BMaybe trying to sneak into a night elf settlement and steal water from their moonwell isn\'t the most prudent thing I\'ve ever helped a customer do, but her money is as gold as anyone else\'s!','Magistrix Elosai\'s note was a bit cryptic, but I think I understand what she wants me to do. If you have the earth she talked about, I can put it into the vessel you\'ll need for the moonwell water.','','','','','',23643,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9432,10958,331,0,136,18,20,0,1024,0,0,0,0,0,0,0,0,0,0,0,'Travel to Astranaar','I am glad that you are here to help. In fact, there is something that you can do.$B$BAs part of our inclusion within the Alliance, I would like for you to travel to the night elf town, Astranaar. It is located in Ashenvale, a large forest that is south of Darkshore on the continent of Kalimdor.$B$BPlease speak with Vindicator Palais when you arrive to see if there\'s anything that you can do to help the inhabitants.','Travel to Astranaar in Ashenvale and speak with Vindicator Palais.','Always good to see a semi-familiar face. You must be $N. Emissary Valustraa sent me word to expect you.$B$BThe people of Ashenvale need our assistance, $C. Speak with the citizens of Astranaar to see how you can help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9433,10958,400,0,0,24,28,0,690,0,0,0,0,0,0,0,0,9434,23675,1,'A Dip in the Moonwell','Stop looking at me like that! I didn\'t say I was going to send you to Thalanaar\'s moonwell out in the open with dipper and a flask!$B$BI\'ve been, err... tinkering with a product I was transporting for a client. In fact, I\'ve already set up a portable control console for the Robotron out near Thalanaar. You\'ll need to bring this control unit with you and use it in the vicinity of my concealed console.$B$BIf my client ever heard that I so much as removed Robotron from its packaging, he\'d hang me by my ears!','Use the Robotron Control while standing near the Concealed Command Console hidden in a small cluster of bushes on the rim of the needle closest to Thalanaar to take command of a Robotron 3000. Pilot the robot to the western edge of Thousand Needles where the Alliance outpost of Thalanaar is located. Use the robot to collect a sample of the moonwell\'s water and return it to Wizlo Bearingshiner at Whitereach Post.','That worked better than I expected! Chalk up another one for good old goblin ingenuity!$B$BThe only problem is that it\'s hopelessly covered in dust! It\'s going to take me forever to get this thing cleaned up and replaced in its crate.$B$BOf course, time is the one thing I have in ample supply.','Did it do the job?','','','','','',23670,23675,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',9431,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9434,10958,400,0,0,24,28,0,690,0,0,0,0,0,0,0,0,0,23644,1,'Testing the Tonic','$B$BThere you go, that\'s everything on Magistrix Elosai\'s list. Tell her that it\'s been a pleasure working with her and that I wish her luck in her research.','Deliver the Crate of Reagents to Magistrix Elosai at Freewind Post.','Excellent, it appears everything is here. Now, all I have to do is mix everything together and give it a try. If this tonic does what my research indicates it should do, I may have discovered a way to lessen the effects of my people\'s magic addiction.$B$BYou\'re about to witness history in the making, $N. Just think, without your help, this wouldn\'t have been possible.','Were you and Wizlo able to gather the reagents?','','','','','',23644,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',9433,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9435,10958,267,0,8,25,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Missing Crystals','If there\'s one great truth about Hillsbrad, it\'s that this region is destined to live under the shadow of war. Even something as innocuous as a cartload of stone is a target.$B$BNormally the loss of building materials is no great setback, but the most recent shipment from the Azurelode mine contained a crate of rare crystals I was eager to study. Forsaken raiders intercepted the cart and drove it northeast to a tower they\'re attempting to rebuild. It\'s imperative that we retrieve those crystals, $c!','Retrieve the Shipment of Rare Crystals from the Forsaken and return it to Huraan in Southshore.','Thank the Light! From the tone of the foreman\'s letter, it sounded as if that box of crystals contained the only known samples from the mine. If we had lost them, $N, we may never have seen another like them.$B$BI can\'t thank you enough for your help.','Were you able to retrieve the crystals from the Forsaken?','','','','','',23646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9436,10958,33,0,8,30,34,0,690,0,0,0,0,0,0,0,0,9457,0,0,'Bloodscalp Insight','Well met, $c. I\'ve made a habit of studying the fighting techniques of the various troll tribes in my travels, and I\'ve noticed a trend. The Bloodscalp trolls at the Tkashi Ruins and Bal\'lal Ruins to the north use some of the same tactics as the Amani of the northern forests.$B$BTheir magic seems to have diverged in an interesting direction and they\'ve used it to become the strongest tribe in the area. It could form the core of a powerful weapon against the Amani, but first I must find out more about it.','Nemeth Hawkeye at Grom\'gol Base Camp wants you to bring him a Bloodscalp Totem from a Bloodscalp Shaman.','Well done. Now, this is curious...$B$BThe inscription on this totem is in a language no troll could ever hope to learn, but one that is known to us. It names the bearer as an ally of a water elemental named Naias and marks him as one worthy to channel his power.$B$BThis is most unexpected, but not entirely bad, $N. With your help, I\'d like to pursue this further.','Do not fail me, $N. If we can bend this Bloodscalp magic to our will, my people may yet eliminate the Amani threat.','','','','','',23679,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(9437,10958,15,0,8,33,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'Twilight of the Dawn Runner','The ogres here are useful for little more than crude jokes, sour ale, and bouts of headbutting. When my ship, the Dawn Runner, ran aground, those curs from Theramore made off with my cargo and last surviving crewman. I made my way here searching for help, but those good-for-nothing ogres stared blankly at me when I told them my story.$B$BI could use the help of a reliable $r in recovering what remains of my cargo and freeing Ithania from North Point Tower, to the northeast, where they\'re being held.','Balandar Brightstar in Brackenwall Village wants you to reclaim the Dawn Runner Cargo and rescue his first mate Ithania from forces of Theramore at North Point Tower.','Well done, $N! As soon as Ithania has had time to rest and my preparations are complete, we\'ll depart this sodden wasteland and head back to civilization.','Have you freed Ithania and reclaimed my cargo from those glorified privateers?','','','Rescue Ithania from North Point Tower','','',23657,0,0,0,0,0,1,0,0,0,0,0,0,17119,0,0,0,1,0,0,0,0,0,0,0,0,0,0,33250,33269,33252,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(9438,10958,3483,0,128,60,62,0,690,0,0,0,0,0,0,0,0,0,23662,1,'Messenger to Thrall','The warchief has been waiting for word of this ever since we set foot on Outland. Now you get the honor of giving him the news of the Mag\'har yourself.$B$BGo quickly, $N. Take this letter with you; it bears my personal seal. There is nothing that Thrall wants to hear more than the message you bear.','Travel to Orgrimmar and give Thrall the Letter from Nazgrel.','$B$BMy people... we must reach them. We must reach Nagrand as soon as possible!','You bring news from Outland, $C? Speak at once!','','','','','',23662,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9406,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9439,10958,3,0,8,36,40,0,690,0,0,0,0,0,0,0,0,0,0,0,'Unclaimed Baggage','This is Kargath? Oh, dear. I expected a, a... well, some kind of settlement, some sign of civilization here in the wilderness.$B$BThere must be a mistake; surely this hovel full of uncouth, unwashed, sniggering savages can\'t be the headquarters of the Expeditionary Force. The loutish barbarians had the gall to laugh at me when I told them about how the Dark Iron dwarves robbed me and then disappeared into the Angor Fortress. I can count on you to help me recover my possessions and my dignity, can\'t I?','Retrieve the Advisor\'s Pack and Advisor\'s Rapier from their holding places in the Angor Fortress and return them to Advisor Sarophas at Kargath.','You\'re a miracle worker, $N! I tell you, I\'ve never been so eager for a change of clothes in my life.$B$BAnd my rapier! I felt positively naked without my blade.$B$BYou are to be commended and rewarded for your efforts. Never let it be said that Sarophas failed to acknowledge the little people who\'ve helped him along the way!','For Sunstrider\'s sake, don\'t stare at me! It\'s bad enough I\'m forced to endure out here in my soiled clothing! After all I\'ve been through, the last thing I need is to be gawked at. Did you manage to collect my possessions from that hole-in-the-ground those Dark Irons call a fortress?','','','','','',23658,23660,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9440,10958,8,0,0,35,38,0,690,0,0,0,0,0,0,0,0,0,23659,1,'Little Morsels','I\'m perfecting a weapon to use against the draenei and you\'re going to help me!$B$BThe Lost Ones are the backward cousins of the draenei, and I\'ve been experimenting on them. I just need you to feed some fel-tainted morsels to their captured livestock. In turn, when they slaughter and eat the animals, they\'ll be cursed! That\'ll show that stuffy Anchorite Avuun at the Harborage!$B$BGo now, hurry! You\'ll find the Lost Ones and their caged animals to the northeast at the Fallow Sanctuary.','Feed the Fel-Tainted Morsels to the Lost Ones\' captured animals. Then return the leftovers to Cersei Dusksinger at Stonard in the Swamp of Sorrows.','Oh, excellent! I can\'t wait to measure the effects from this latest batch!$B$BWell, you did an admirable job, sweetie. Wish I could give you more than this for the entertainment you\'ve provided, but you know how it is. There\'s not much money to be made out here in the swamp.$B$BI\'m sure it was worth it just for the fun!','Did you feed their captured animals all of the morsels? Wait! You didn\'t give any to that stupid human they have out there in the cage, did you?$B$BOh, good! That would have been a waste!','','Captured Crocolisk Fed','Captured Jaguar Fed','Captured Tarantula Fed','',0,0,0,23659,0,0,0,0,0,1,0,0,17113,17111,17112,0,1,1,1,0,29916,29916,29916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9441,10958,3483,0,136,60,63,0,690,0,0,0,0,0,0,0,0,0,0,0,'Envoy to the Mag\'har','I\'d leave for Outland this very minute after hearing the news you brought. Important matters require my attention in Durotar, however.$B$BI will arrange for a fitting tribute to be sent to the Mag\'har immediately. I will send my most trusted diplomats as well. This will all take time... I need someone to represent us there right now.$B$BI must place my trust on you, $N. Go to the Mag\'har Post in Hellfire and render whatever services you can to my kin. Do not fail me, $N. Too much depends on this.','Thrall wants you to return to Gorkan Bloodfist at Mag\'har Post in Hellfire Peninsula and offer him your services.','It means very much to us that you come to aid us in our time of need. We\'ll not easily forget you nor he who sends you.$B$BYou have our thanks.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25510,25512,25511,25513,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9438,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9442,10958,3483,0,136,60,63,0,690,0,0,0,0,0,0,0,0,9447,0,0,'A Debilitating Sickness','It is good that you\'ve offered to aid us, $N. Our grunts have fallen sick from drinking contaminated water and I\'m missing an ingredient to produce a healing salve. I\'m in need of a rare mushroom called drycap.$B$BOur foremost orders are to keep our location secret and not risk being spotted while looking for it, or I would go myself. The only place in Hellfire Peninsula where drycap grows is a cave at the Great Fissure, south of here.$B$BBe extremely careful if you choose to seek it.','Earthcaller Ryga at Mag\'har Post in Hellfire Peninsula wants you to bring her 1 Drycap Mushroom from a cave inside the Great Fissure.','Gorkan said good things about you. They\'re all turning out to be true.$B$BThanks for your help.','Did you obtain the mushroom I need, $N?','','','','','',23753,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9441,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9443,10958,28,0,8,55,58,0,690,0,0,0,0,0,0,0,0,9444,0,0,'The So-Called Mark of the Lightbringer','I was once a pupil of Uther Lightbringer, founder of the Knights of the Silver Hand. I saw how he mishandled Prince Arthas\'s training. It led to the destruction of my homeland, Quel\'Thalas, and I blame Uther and his incompetence for all of it! And now he has a tomb in his honor - how lovely.$B$BMy sources tell me that the scarlet fools are keeping one of his \'holy\' relics atop their guard tower near the gates of Hearthglen.$B$BGo to the Western Plaguelands and retrieve it for me.','Obtain the Mark of the Lightbringer and return it to Mehlar Dawnblade at the Bulwark in the Western Plaguelands.','The first step is complete. Hand me the Mark of the Lightbringer and I will transform it into something more suitable.$B$BThen my revenge will begin in earnest, $C!','When you\'ve managed to retrieve his \'mark\', we\'re going to change it a bit; make it better.','','','','','',23661,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9444,10958,28,0,0,55,58,41,690,0,0,0,0,0,1800000,0,0,0,23691,1,'Defiling Uther\'s Tomb','There, that\'s better. I\'ve added a little fel magic to it.$B$BNow, you must take it to his resting place in the Western Plaguelands. Use the corrupted holy symbol in the presence of Uther\'s statue to defile his tomb! You\'ll have to get close for it to work.$B$BTo find the tomb go southeast of the Ruins of Andorhal. Return to me when the deed is done.$B$BBe quick about it, $c!','Defile Uther\'s Tomb and return to Mehlar Dawnblade at the Bulwark in the Western Plaguelands.','Forgives me? He FORGIVES ME?!!!$B$BI don\'t care what that old ghost had to say - it was his fault! Everything that\'s happened to Quel\'Thalas was a result of his incompetence!$B$BIt is clear that the defiling did not work. Go, be gone from my sight! I must think this through.','It is done, then? Uther\'s Tomb is defiled?','','Uther\'s Tomb Defiled','','','',0,23691,0,0,0,0,0,1,0,0,0,0,-181653,0,0,0,1,0,0,0,30098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,67500,0,0,0,0,'',9443,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9445,10958,28,0,8,55,58,0,0,0,0,0,0,0,0,0,0,9446,0,0,'Placeholder: A Worthy Offering','','Obtain Uther\'s Blessing from the top of the guard tower near the entrance to Hearthglen and return it to at Chillwind Point.','','','','','','','',23661,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9446,10958,28,0,2,55,58,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Tomb of the Lightbringer','Now that you\'ve recovered the Mark of the Lightbringer, all that is left is to return it to Uther\'s Tomb.$B$BWould you be willing to accompany me there to do this? It\'s not far and I would enjoy your company. Afterward you can come back here and relate the experience to High Priestess MacDonnell.$B$BWhat say you, $N?','Escort Anchorite Truuen to Uther\'s Tomb in the Western Plaguelands. Afterward, speak with High Priestess MacDonnell at Chillwind Camp in the Western Plaguelands.','The Lightbringer appeared before you? That is amazing! And you made it all possible through your selfless help to the anchorite.$B$BIf even half of the stories are to be believed, Uther was a great man. And, like him, you are a true hero to all of the good people of Azeroth, $N!','Aren\'t you supposed to be walking to Uther\'s Tomb with Anchorite Truuen?','Escort Anchorite Truuen to Uther\'s Tomb','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,67500,0,0,0,0,'',9474,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,6,0,0,0,1000,0,0,2,1,1,0,0,0,1000,0,0,1,6,0,6),(9447,10958,3483,0,128,60,63,0,690,0,0,0,0,0,0,0,0,0,23394,1,'Administering the Salve','I\'ve prepared a simple salve that should restore our grunts\' strength with the herbs you brought me. Take it and administer it to any debilitated grunts you see in the vicinity. Return to me when you\'re done.','Earthcaller Ryga wants you to administer the Healing Salve to 10 Debilitated Mag\'har Grunts nearby Mag\'har Post in Hellfire Peninsula.','May the spirits bless you, $N. The Mag\'har are in your debt.','You\'ve returned, $N. Is your task complete?','','Debilitated Grunts Healed','','','',0,23394,0,0,0,0,0,1,0,0,0,0,16847,0,0,0,10,0,0,0,29314,0,0,0,0,0,0,0,25496,25492,25495,25494,29212,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9442,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9448,10958,8,0,8,35,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mercy for the Cursed','That blood elf witch, Cersei Dusksinger, has been cursing the Lost Ones, I just know it! I don\'t know why or how, but the results are tragic. Several of the Lost Ones have now been further corrupted - cursed with even more fel energies!$B$B$C, can you find it in you to take pity on these poor creatures? They should not have to live out the rest of their lives in such a horrible condition.$B$BYou\'ll find these cursed Lost Ones at the Fallow Sanctuary, east down the path.','Slay 3 Cursed Lost Ones and then return to Anchorite Avuun at the Harborage in the Swamp of Sorrows.','It is done then. I thank you for showing your compassion. Once corrupted by whatever Cersei was feeding them, there is nothing else that could be done.$B$BThey are now at peace and hopefully my studies of the others will bear fruit so that they can be rehabilitated.','You are doing the right thing, hunter. The Lost Ones have suffered so much already. They shouldn\'t have to suffer this further indignity.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17115,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,5),(9449,10958,0,82,136,4,-1,0,1101,64,0,0,0,0,0,0,0,9450,0,0,'Call of Earth','The time has come, $N. You have grown to the point where you are ready to commune directly with the elemental spirits of this world.$B$BBut be warned. I can sense that the manner of our entry into this world, and its unfortunate side effects, have angered the earth spirits and caused an imbalance of the elements.$B$BIf you are to create your earth totem, you must first speak with the Spirit of the Vale. You will find it in the Sacred Grove, nestled in the hills to the northwest.','Speak with the Spirit of the Vale at the Sacred Grove in Ammen Vale.','You are bold to seek my wisdom after what your people have done to these islands, stranger! Still, there is much to be said for your bravery, so I will impart to you some knowledge.$B$BThe earth beneath your feet forms the foundation for all things. The sky, the waters, even great fire - all rest upon its shoulders. While those others often form chaotic tempests, the earth abides. It grants strength and fortitude to the core of your being.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9450,10958,0,82,136,4,-1,0,1101,64,0,0,0,0,0,0,0,9451,0,0,'Call of Earth','The balance of the elements has been disrupted by the violent intrusion of the draenei to the Vale. Your crash has caused the spirits of earth to be enraged and turn upon the other elements who have come to quell them. You will learn that an understanding of the elements can only come when all are in harmony.$B$BThus, it falls to you to seek a balance. Behind me in the grove you will find the restless spirits of earth warring upon the other three elements. Help restore the balance.','Slay 4 Restless Elements of Earth and then return to the Spirit of the Vale at the Sacred Grove in Ammen Vale.','You have done well. By thinning out the restless spirits you have helped to heal the imbalance between the elements, which your people inadvertently caused.$B$BThroughout your journey as a $C you must keep this in mind when calling upon our power. The balance must be preserved.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17179,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9449,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9451,10958,0,82,128,4,-1,0,1101,64,0,0,0,0,0,0,0,0,23671,1,'Call of Earth','I will now give you a piece of my physical being that you may create your earth totem. Return it to he who sent you here.$B$BYou and I will be bound together for all time. Throughout your life the forces of earth will be at your disposal. The balance will come when your bones return to us at the end of your days.$B$BUse our power wisely.','Deliver the Earth Crystal to Firmanvaar at the Crash Site in Ammen Vale.','You have done well, $N. In helping to restore the balance of the elements at the grove, you have also created a balance between the earth element of this world and the $R. Perhaps this will help to bring understanding to those amongst us who do not approve of our ways?$B$BI will create for you a totem through which you will be able to call on the power of earth to do your bidding. And with time, more of the mysteries of earth will be revealed to you.$B$BNow, take your totem, $C.','Together, the Broken and the $R will regain a deeper understanding of the mysteries that the elements hold.$B$BHave you returned with that which is necessary for the creation of your earth totem?','','','','','',23671,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5175,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8071,8073,0,0,0,0,0,0,0,1320,0,0,0,0,'',9450,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9452,10958,3524,0,128,4,6,0,1101,0,0,0,0,0,0,0,0,9453,23654,1,'Red Snapper - Very Tasty!','I\'ve found that these waters are bustling with red snapper, a very tasty fish. With a fishing net, I can catch enough to feed dozens of draenei! Unfortunately, I was recently attacked by a creature known as a murloc while netting in the river and have suffered some injuries that prevent me from doing my job. I need help!$B$BUse this fishing net near schools of red snapper, found in the Crystalbrook river to the east to catch the fish.$B$BWhat do you say? Remember to return the net when you are finished.','Use the Draenei Fishing Net to catch 10 Red Snappers. Return both the fish and the net to Diktynna on Azuremyst Isle when the task is complete.','I hope the murlocs didn\'t cause too much trouble, $N. I owe you a great debt of gratitude for all that you\'ve done.$B$BPerhaps I could teach you how to fish? I\'ll even supply the fishing pole and a bauble.','Watch out for murlocs: Strange and extremely annoying little creatures.','','','','','',0,23654,0,0,0,0,0,1,0,0,0,0,-181616,0,0,0,10,0,0,0,29866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6256,6529,0,0,1,1,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,6,1,25,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9453,10958,3524,0,128,4,6,0,1101,0,0,0,0,0,0,0,0,0,23672,1,'Find Acteon!','You did a wonderful job, $N. Our people will be thankful for this bounty. With that said, would you mind taking this haul of red snapper to Acteon at Azure Watch?$B$BHe shouldn\'t be hard to find as he is awaiting this catch.','Deliver the Crate of Red Snapper to Acteon at Azure Watch.','Poor Diktynna... That murloc gave her quite a scare.$B$B$B$BHopefully she will recover from the injuries soon...$B$BSo I presume you\'re looking for work. Well there\'s plenty of that to be found at Azure Watch!','What do you think of my armor? Crafted it myself! It\'s a little different than what we\'d traditionally wear but extremely comfortable.\n','','','','','',23672,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',9452,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,6,0,0,1),(9454,10958,3524,0,136,4,6,0,1101,0,0,0,0,0,0,0,0,10324,0,0,'The Great Moongraze Hunt','You\'re starting to make a name for yourself, $N. How about trying your hand at hunting?$B$BBack on Draenor, our greatest hunters would hunt a beast that resembled the moongraze stag of this region known as a talbuk.$B$BIf you think yourself draenei enough, go out into the wilds and kill enough stags to fill your pack with meat.$B$BYou will find them grazing south of Azure Watch. Watch out for their horns!','Bring 6 Moongraze Stag Tenderloins to Acteon at Azure Watch.','Well done, $n, well done!$b$bHere, I cooked up some tenderloins while you were gone. Maybe you\'d like the recipe, too?','The stag hides are frail which tend to make for tender, succulent flesh.','','','','','',23676,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24105,27686,0,0,5,1,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(9455,10958,3524,0,128,5,7,0,1101,0,0,0,0,0,0,0,0,9456,23678,1,'Strange Findings','The crystal you found on the nightstalker runt\'s body appears to be a piece of the Exodar. This may help explain the unusual appearance and demeanor of some of the animals in this region.$B$BTake the crystal back to Azure Watch. The exarch will surely want to know about this discovery.','Deliver the Faintly Glowing Crystal to Exarch Menelaous at Azure Watch.','How did such a thing end up in the stomach of a nightstalker? Could the debris from the crash have contaminated more beasts?','You found what? Where?','','','','','',23678,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,6,0,0,4),(9456,10958,3524,0,136,5,8,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Nightstalker Clean Up, Isle 2...','I\'m not going to make any excuses for what you\'ve found. This is clearly our fault. We had gotten reports of crushed crystal fragments showing up in the river to the east but chose to ignore the implications. Now we can either sit around on this island and cry about the tragedy that has befallen this land or we can do something about it and prevent it from spreading.$B$BIf you\'ve got the stomach for it, I want you to go back into the wilds and kill as many of the infected nightstalkers as you can find.','Exarch Menelaous at Azure Watch has asked that you slay 8 Infected Nightstalker Runts.','I just hope it\'s not too late...','We can\'t risk this contamination spreading. The reports I\'ve heard come from Blood Watch are bad enough. This has to be stopped now!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17202,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,24436,24435,24437,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',9455,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9457,10958,33,0,0,30,36,0,690,0,0,0,0,0,0,0,0,0,23680,1,'An Unusual Patron','So this Naias is the mastermind behind the Bloodscalp and their exotic magic? I\'ll admit, this is the last place I expected my inquiry to lead, but no matter, our findings may still prove useful.$B$BOff the coast to the northwest is an island inhabited by lesser water elementals. There\'s a crude stone slab there that might serve as an altar for the likes of the trolls. Take the totem you found to that altar. Let\'s see if we can draw this Naias out and distill his power into a more agreeable form.','Use the Gift of Naias near the Altar of Naias to summon the water elemental Naias. Defeat him and return to Nemeth Hawkeye at Grom\'gol Base Camp with the Heart of Naias.','I can feel the raw power contained in this gem, $N. I\'ll send it to Silvermoon for our magisters to study further, but I am sure it will prove useful in our struggle against the Amani.$B$BYour help has been invaluable in procuring this gem, and I will see to it that the Farstriders know the name of the $R who made this find possible.','What news of Naias, $N?','','','','','',23681,23680,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',9436,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9458,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Potion of Heightened Senses','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23696,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9459,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Anti-crit Potion','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23696,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9460,10958,0,162,136,10,12,0,512,8,0,0,0,0,0,0,0,9618,0,0,'Combining Forces','Keltus Darkleaf reporting for duty!$b$bOh... who are you, anyhow? If you are here for my report, I insist you help me first.$b$bI am planning to attack the sentinel spies, but I intend to send in my faithful Whisper as a first strike. She just needs a scent to hone in on them.$b$bSurely someone of your skill could sneak in and steal something from the sentinel leader?','Keltus Darkleaf wants you to pickpocket the Lacy Handkerchief from the Sentinel Leader and bring it to him.','Excellent! Such a personal item carries a strong scent of the intruders--enough to guide Whisper into their ranks... ','Did you get something? ','','','','','',23686,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23919,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',9532,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9461,10958,0,82,136,10,-1,0,1101,64,0,0,0,0,0,0,0,9555,0,0,'Call of Fire','You should know that The Prophet has been asking for you, having heard of your success in your trial. The creation of your fire totem will have to wait until you have spoken with him.$b$bThis is a rare honor; you must hurry to the Exodar to see him at once!','Seek out Prophet Velen at the Vault of Lights in the Exodar.','Hello, $N, I have been expecting you. I trust this day finds you well?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',9468,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,1000,1000,0,1,1,0,0,0,0,0,0,0,1,0,0,2),(9462,10958,0,82,136,10,-1,0,1101,64,0,0,0,0,0,0,0,9464,0,0,'Call of Fire','$N! It is time for you to receive further training in the ways of the spirits. You should seek out Tuluun, the shaman at Azure Watch. He can begin your introduction to understanding and harnessing the power of flame.','Speak with Tuluun at Azure Watch on Azuremyst Isle.','Just in time, $N. I hope you are ready to continue your training. This next task will be a difficult one.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9463,10958,3524,0,136,4,6,0,1024,0,0,0,0,0,0,0,0,0,0,0,'Medicinal Purpose','I have found that lashers milling about on the island hold restorative medicinal properties in their vines. Through proper treatment, the vines can be broken down into a powerful healing ointment. Unfortunately, with so many injured draenei passing through Azure Watch, we are always in short supply.$B$BOur delicate guest was found injured and unconscious by the Crystalbrook only yesterday. If you bring me vines, we may be able to save her.$B$BYou will find root trappers both south and east of Azure Watch.','Anchorite Fateema at Azure Watch wants you to bring her 8 Root Trapper Vines.','Let us hope that this ointment will strengthen her spirit!','I fear that her health is in steady decline.','','','','','',23685,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,5),(9464,10958,0,82,136,10,-1,0,1101,64,0,0,0,0,0,0,0,9465,0,0,'Call of Fire','Once again you are to be tested, and this time the chaotic element of fire must be understood if you\'re to create a totem to harness its energies.$B$BTo the northeast on the coast is a sacred place of fire known as Emberglade. Amidst its burned trees stands Temper, a fire elemental of great power, and the one that you must speak with.$B$BGo to him now and may the elemental spirits of Azeroth go with you.','Speak with Temper at Emberglade on Azuremyst Isle.','I trust that the burning I see behind your eyes is from a desire to grow and understand? Good!$B$BTuluun has sent you here because he sees your potential to both learn and help with a problem that the crash of your Exodar has caused.$B$BWe shall see.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9462,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9465,10958,0,82,136,10,-1,0,1101,64,0,0,0,0,0,0,0,9467,0,0,'Call of Fire','One of my brethren, Hauteur, has gone insane, no doubt because of the crash of your ship. He\'s begun demanding that the local owlbeasts worship him.$B$BThis will not continue! None of us would ever impersonate a god! It falls to you to restore the balance.$B$BFirst, you must retrieve their ritual torch, which has been taken by the crazed wildkin inside Stillpine Hold to the west.$B$BReturn the torch to me.','Retrieve the Ritual Torch and return it to Temper at Emberglade on Azuremyst Isle.','See how its fire never goes out? That is the work of Hauteur. It is a symbol of his arrogance. Flame is meant to consume that which it burns and then itself die, to be reborn anew another time.$B$BI would help you douse the torch, but it must stay lit for you to deal with Hauteur. We will let it burn a little while longer.','You have the torch?','','','','','',23733,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9464,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9466,10958,3483,0,136,58,63,1,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Blacktalon the Savage','By order of the Ranger Captain, a reward is hereby offered for the slaying of the vicious rockflayer matriarch known as Blacktalon the Savage.$B$BBlacktalon was last sighted inside a cave in the Great Fissure. Individuals seeking the reward are to present the creature\'s claws as proof of the deed.','Bring Blacktalon\'s Claws to Ranger Captain Venn\'ren at Falcon Watch in Hellfire Peninsula.','You\'re a brave $C, $N. That savage beast took many of my best hunters\' lives.$B$BTake this reward, you\'ve earned it.','You have news regarding Blacktalon?','','','','','',23687,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25483,25482,25481,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,77700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9467,10958,0,82,128,10,-1,0,1101,64,0,0,0,0,0,0,0,0,24336,1,'Call of Fire','The owlbeasts of Moonwing Den on Silvermyst Isle, far to the southwest, have been deluded into thinking that Hauteur is a god to be worshipped. What he truly is, is a fallen elemental who needs to be put out of his misery. That torch is the key to his downfall.$B$BHauteur regularly demands that these owlbeasts burn an effigy in his honor. So, when you light it, he will come. Slay him and bring me the ashes. Then use the orb in the satchel that I will give you to return to me here.','Retrieve Hauteur\'s Ashes and then return them and the Ritual Torch to Temper at Emberglade on Azuremyst Isle. Remember that you can use the Orb of Returning to teleport back to Temper once you have the ashes.','It is a valuable lesson that you learn here today. It is the story of endings and new beginnings.$B$BWhen first we spoke I told you that fire was not just destruction, but also a renewing force of the elements. Through your actions you have both destroyed and saved Hauteur, for he shall be reborn from his ashes.','Do not speak to me again until you have Hauteur\'s ashes.','','','','','',23688,23682,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,-5026.56,-10964.8,1,1020,0,0,0,0,'',9465,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9468,10958,0,82,128,10,-1,0,1101,64,0,0,0,0,0,0,0,9461,23688,1,'Call of Fire','You have done a great thing here today in your pursuit of understanding your relationship to the flame. Remember to always treat it with the utmost respect lest you get burned.$B$BI saved a portion of Hauteur\'s ashes for you. Use them in the creation of your fire totem and remember all that you have learned in their attainment.$B$BNow, return to Tuluun.','Deliver Hauteur\'s Ashes to Tuluun at Azure Watch on Azuremyst Isle.','You have passed through the cleansing fire of destruction and been renewed, $N. This is not unlike the tribulation the $R people are currently undergoing. And through saving Hauteur from himself, you have secured your connection to the elemental fire of this world.','You look a bit singed around the edges. How fared your communion with the flame, $C?','','','','','',23688,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',9467,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,6,0,0,6),(9469,10958,47,0,8,42,46,0,1101,0,0,0,0,0,0,0,0,9476,0,0,'Featherbeard\'s Endorsement','When I am finally granted an audience with Falstad Wildhammer, I hope to have our strongest advocate among the Wildhammer dwarves at my side, $N.$B$BFeatherbeard is revered among his people, both for his legendary gryphon training skills and for his wisdom. If anyone can sway Falstad Wildhammer, it is he.$B$BI would go to see him myself, except that I cannot leave the confines of Aerie Peak while awaiting my audience. Visit Featherbeard at his residence to the south and ask if he will speak with me.','Go to Featherbeard\'s Hovel and visit the dwarf if he is at home. If he is not at home, search for evidence of where he can be found.','Featherbeard\'s journal appears to have a large number of recent entries. Leafing back to the beginning of the latest ones, you begin searching for clues about where he might have gone.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9470,10958,47,0,8,42,46,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Gesture of Goodwill','The rugged terrain of the Hinterlands is not only home to the Wildhammer dwarves and their gryphons, but also to a number of forest troll tribes.$B$BThe trolls view the Wildhammers as squatters on their ancestral lands and spare no opportunity to accost the dwarves by attacking the gryphon aeries. One way to prove ourselves in the eyes of the Wildhammer is to help staunch these attacks by killing a Witherbark leader, Witch Doctor Mai\'jin, who shelters in a cave at Bogen\'s Ledge, to the west of Shadra\'Alor.','Ambassador Rualeth at Aerie Peak wants you to slay Witch Doctor Mai\'jin and his pet spider Tcha\'kaz.','Well done, $N. The Wildhammers will be heartened to know that they don\'t stand against the Witherbark trolls alone. Showing them that the Alliance can prove a reliable partner in protecting the gryphons should lend more weight to our proposition.','Have you returned with news of Witch Doctor Mai\'jin\'s death?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17235,17236,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(9471,10958,47,0,8,40,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Preying on the Predators','The Wildhammer dwarves act as companions, caretakers, and trainers to the gryphons. The gryphons have no shortage of enemies, especially among the forest troll tribes.$B$BSometimes, though, the threat comes from natural predators, such as wolves. A single animal is no match for a gryphon, but packs have taken to targeting gryphons more often because normal prey is scarce. Culling the wolves can help to reduce their impact on the gryphons and ingratiate us to the Wildhammer.','Ambassador Rualeth at Aerie Peak wants you to kill 10 Mangy Silvermane and 5 Silvermane Wolves.','$B$BYou have done well. The culling of the silvermane will not go unnoticed by the Wildhammer. When I meet with their leaders, I am certain that your deeds will reflect well upon the Alliance. Please accept this coin as a small token of my thanks, $N.','Have you culled the silvermane population?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2923,2924,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,273,0,0,0,0,0,0,0,1,1,0,5),(9472,10958,3483,0,128,60,62,0,690,0,0,0,0,0,0,0,0,0,23693,1,'Arelion\'s Mistress','With all the important matters at hand Arelion still found time in his schedule to see a mistress!$B$BIt\'s all becoming perfectly clear. Viera Sunwhisper, that filthy wench... we\'ll show her to never cross a magistrix again.$B$BTake this scroll and find Viera. Find a way to lure her away from town and use the scroll on her.$B$BArelion mentioned she couldn\'t resist a particular wine harvested by the cenarion druids. You might find some at Cenarion Refuge, just inside Zangarmarsh, west of here.','Magistrix Carinda at Falcon Watch wants you to lure Viera Sunwhisper away from the settlement and then use Carinda\'s Scroll of Retribution on her.','Excellent! That little backstabber won\'t be running off with anyone\'s husband any time soon.$B$BHere\'s a little something for your troubles. I trust we can keep this incident between us, $N.','Well, $N. Is it done?','','Carinda\'s Scroll of Retribution used','','','',0,0,0,0,0,0,0,0,0,0,0,0,17226,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25505,0,0,0,1,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',10287,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,274,1,0,0,500,3000,0,0,1,0,0,6),(9473,10958,3524,0,136,5,8,0,1024,0,0,0,0,0,0,0,0,0,0,0,'An Alternative Alternative','The girl is too far gone for mere ointments to be effective. There may be another way...$B$BThe forest of Azuremyst holds many secrets, one of those being a rare plant known as the azure snapdragon that some claim to be a panacea - a cure all.$B$BYou can identify the plant by its stark contrast to the other plants of Azuremyst and its need to grow at the base of the azure pine trees. Make haste!$B$BAnd $N, be wary of the root threshers of the region as they consume snapdragon for sustenance.','Daedal at Azure Watch wants you to bring him 5 Azure Snapdragon Bulbs.','Watch as the plant works its magic.','Do not waste time, $g boy:girl;.','','','','','',23692,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',9463,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,0,0,5),(9474,10958,28,0,8,55,58,0,1101,0,0,0,0,0,0,0,0,9446,0,0,'The Mark of the Lightbringer','In the short time that I have been on Azeroth I have studied many of its heroes. Of them all, Uther Lightbringer stands above the rest. A hero for the ages, in the end Uther was betrayed by his most promising pupil, Arthas.$B$BIn his honor, I would like to return something he lost to his nearby tomb. It is rumored that the Scarlet Crusade is keeping one of his holy relics atop their guard tower near the gates of Hearthglen.$B$BPlease, $c, go and retrieve it.','Obtain the Mark of the Lightbringer and return it to Anchorite Truuen at Chillwind Camp in the Western Plaguelands.','Thank you, $c! The recovery of this holy symbol means a great deal to myself and others that honor the memory of Uther Lightbringer.','The Mark of the Lightbringer is a powerful symbol of Uther\'s faith in the Light.','','','','','',23661,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,1,2,0,0,0,0,0,0,0,1,0,0,5),(9475,10958,47,0,0,42,46,0,1101,0,0,0,0,0,0,0,0,0,23695,1,'Reclaiming the Eggs','Looking over the remains, you surmise that this broken and battered skeleton must be all that is left of Featherbeard. Clutched in one skeletal hand is a torn and stained sheaf of paper. You gently remove and unroll it, revealing a hand-drawn map and a few hastily scrawled notes.$B$BThe map appears to be a rendering of Shadra\'Alor and its three temples with \'x\' marks in several places, presumably the locations of the stolen eggs. You place the map in your pack for inspection at a safer location.','Gather 5 Gryphon Eggs and return them to Ambassador Rualeth at Aerie Peak.','$B$BThe Witherbark killed Featherbeard?$B$B$B$BI understand why he felt he had to go in search of the eggs, but I wish he\'d thought to bring others along. His death will no doubt enrage Falstad Wildhammer, triggering retaliation against the trolls, and delaying my audience indefinitely.','The look on your face marks you as the bearer of bad news. What have you discovered?','','','','','',23694,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',9476,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,274,0,0,0,0,0,0,0,1,0,0,6),(9476,10958,47,0,8,42,46,0,1101,0,0,0,0,0,0,0,0,9475,0,0,'In Pursuit of Featherbeard','The journal\'s most recent entries detail Featherbeard\'s concern about a growing number of Witherbark troll raids on the Wildhammer gryphon aeries and a rash of egg thefts. A search of the smaller Witherbark settlements in the area appears to have yielded no information.$B$BThe last entry describes Featherbeard\'s suspicion that a Witherbark witch doctor named Mai\'jin is behind the raids. The last, hastily written sentence states the dwarf\'s intention to travel to Shadra\'Alor in search of the eggs.','Travel to Shadra\'Alor and search for traces of Featherbeard.','Upon the altar is a heap of bones that appear to have belonged to a dwarven male. No identifying features remain, but you decide to search the body for confirmation that these are the remains of Featherbeard.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',9469,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9477,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Potion of Nature\'s Armor','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23698,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9478,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Portable Healing Font','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23699,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9479,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glorious Standard of the Alliance','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23700,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9480,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Debuff Banner','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23701,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9481,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Light Consumable','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23699,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9482,10958,0,0,8,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nature Resist Potion','','','','','','','','','',23567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23698,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9483,10958,3483,0,136,60,62,0,690,0,0,0,0,0,0,0,0,0,0,0,'Life\'s Finer Pleasures','','','You know, maybe we can become friends after all. Follow me; we don\'t want to have to share this with the others now, do we?','Just because we\'re on this pilgrimage doesn\'t mean we have to give up all of life\'s pleasures. It\'s been ages since I had a good wine.$B$BI\'d literally kill for a bottle of cenarion spirits!$B$BI know, I know, how unfashionable of me to enjoy a drink brewed by night elves.','','','','','',29112,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9472,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9484,10958,0,261,130,10,-1,0,512,4,0,0,0,0,0,0,0,9486,23697,1,'Taming the Beast','You have undoubtedly hunted and slain beasts for both your defense and sustenance, yet to befriend them and harness their strengths is only now within your grasp. This I can teach you.$b$bTake this magical taming rod that allows a wild animal to temporarily bond and fight beside you. Begin with the crazed dragonhawk, a nearly docile bird found just outside of Farstrider Retreat. Return to me when this is done.','Use the Taming Rod to tame a Crazed Dragonhawk, and then return to Lieutenant Dawnrunner.','Withstanding the numerous claws and bites from the dragonhawk is a sign of your tenacity. Do you have the strength to learn more? ','Have you mastered the dragonhawk? ','','Tame a Crazed Dragonhawk','','','',23697,0,0,0,0,0,1,0,0,0,0,0,15650,0,0,0,1,0,0,0,30099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'9617 10530',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9485,10958,0,261,130,10,-1,0,512,4,0,0,0,0,0,0,0,9673,23703,1,'Taming the Beast','You have done well, $n. Your understanding of the wild grows quickly.$b$bThe mistbat is a clever hunter, combining the swiftness of the dragonhawk and the ferocity of the springpaw. Mistbats are found just across the Elrendar River to the south, preying on hapless travelers who wander into the Ghostlands.$b$bUse this final taming rod to befriend a mistbat and return to me when you have finished.','Use the Taming Rod to tame a Mistbat, and then return to Lieutenant Dawnrunner.','So you see $N, there is nothing left for me to teach you at this time. You already understand what it is to befriend those you once hunted. You need only to choose one of nature\'s allies with traits that match your own. ','Have you mastered the mistbat? ','','Tame a Mistbat','','','',23703,0,0,0,0,0,1,0,0,0,0,0,16353,0,0,0,1,0,0,0,30105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23356,1579,0,0,0,0,0,0,0,1020,0,0,0,0,'',9486,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9486,10958,0,261,130,10,-1,0,512,4,0,0,0,0,0,0,0,9485,23702,1,'Taming the Beast','The elder springpaw is an efficient and swift hunter. In attempting to befriend one, it sees you as prey. Do not be dissuaded.$b$bUse the taming rod to bring the great cat to your side and hunt beside it. They are found throughout Eversong Woods, some very close to the lodge. When you have learned enough, return to me.','Use the Taming Rod to tame an Elder Springpaw, then return to Lieutenant Dawnrunner.','You have shown both strength and tenacity. There remains the final test until you can tame without the use of magic. ','Have you hunted alongside the springpaw? ','','Tame an Elder Springpaw','','','',23702,0,0,0,0,0,1,0,0,0,0,0,15652,0,0,0,1,0,0,0,30102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9484,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9487,10958,0,161,136,15,16,0,690,128,0,0,0,0,0,0,0,9488,0,0,'Arcane Reavers','Arcane reavers are magical creations of brute strength. They are heavily armored and deliver stunning blows. You, however, can bypass their defenses and avoid their attacks. Your spellcraft is not without many advantages, $n.$b$bTravel to Dawnstar Spire and blast apart the arcane reavers. From their remains, collect the crystallized fragments of magical energy and return to me. Dawnstar Spire is found to the east, across the lake.','Arcanist Vandril wants you to collect 10 Arcane Fragments for him.','Such a waste, using magic to construct beings of physical strength. I always thought that\'s why we allied with the lesser races, after all.$B$BYou were good to destroy them so we can use what remains for a more suitable purpose.','Didn\'t get too close to the brutes, I hope?','','','','','',23706,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9488,10958,0,161,128,15,16,0,690,128,0,0,0,0,0,0,0,0,0,0,'A Simple Robe','The arcane fragments you collected will do nicely.$b$bNicely for what, you ask? For making a splendid robe fit for a $c like yourself!$b$bAll we need now is some linen cloth and a spindleweb silk gland. You can find the silk gland from any spindleweb spider, preferably after killing them.','Arcanist Vandril wants you to bring him 15 Linen Cloth and a Spindleweb Silk Gland.','You really don\'t need to know the intricacies of crafting a magical robe, $N, you just need to know what to bring me.$B$BAnd let me be honest, you brought enough for several robes. The profit I\'ll make should more than cover the costs to make your robe, and even enough to buy myself something nice. Looks like the thanks belong to you!','The robe cannot be completed without the necessary supplies. But you knew that, didn\'t you?','','','','','',2589,23707,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7509,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9487,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9489,10958,0,262,136,5,5,0,690,16,0,0,0,0,0,0,0,0,0,0,'Cleansing the Scar','$N, it is good you are here. The Scourge attack our city with such endless hate that I fear the morale of our guard is breaking.$b$bHurry to the Dead Scar just south of the city where Jaela and her rangers stand ready. Fill them with the power of the Light through your blessings.','Cast Power Word: Fortitude on 6 Eversong Rangers in the Dead Scar.','Already the rangers speak of your blessings with awe and respect. Now you can see how the Light serves us, allowing us to help others, but only after we have helped ourselves.','Have you given hope where it waned?','','Eversong Ranger Blessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,15938,0,0,0,6,0,0,0,1243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23924,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9490,10958,3483,0,136,60,63,1,1101,0,0,0,0,0,0,0,0,0,0,0,'The Rock Flayer Matriarch','Rock flayers are mean, nasty, violent creatures. But the plain ones are like tame beasts when compared to their matriarch, Blacktalon the Savage.$B$BMy cousin got eaten by her and it wasn\'t pretty. I swore that one day Blacktalon would pay for that. You bring back proof of that monster\'s death and I will give you my life\'s savings. Deal?$B$BYou\'re going to need some friends to kill Blacktalon. Big tough friends with sharp swords. You\'ll find her inside a cave in the Great Fissure. Good luck!','Obtain Blacktalon\'s Claws from Blacktalon the Savage at the Great Fissure and bring it to Ikan at the Temple of Telhamat in Hellfire Peninsula.','Yes, I remember these sharp claws!$B$BTake this reward, $N. That was a dangerous task you just did. You deserve every bit of this reward.','Did you bring back proof of Blacktalon\'s death, $N?','','','','','',23687,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25480,25479,25478,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,77700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9491,10958,0,162,128,16,18,0,690,8,0,0,0,0,0,0,0,10548,5060,1,'Greed','A rich, and I mean filthy rich, merchant came through here yesterday talking about some ring of \"immense archeological importance\" locked in one of the countless burial chests found in the Amani Catacombs. When he wasn\'t talking about the ring, he was talking about how much he\'d pay for it.$b$bTell you what, I\'ll front the thieves\' tools, and if you manage to bring the ring back, I\'ll pay you enough to buy ten rings of your own!','Eralan in Tranquillien wants you to retrieve the Pitted Gold Band from the Amani Catacombs.','This is the ring, is it? Not much to look at, but you know what they say about one elves\' trash...$B$BAnd let\'s not forget your payment. Don\'t feel shy about spending it right here sister!','Please tell me you found the ring. It won\'t be long before that merchant finds his own $C.','','','','','',23717,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23921,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',10372,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9492,11685,3535,0,136,67,70,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Turning the Tide','The permanence of the orcish threat is one of the sad truths of Outland. There was a time when we Sons of Lothar believed we\'d purchased Honor Hold\'s safety with our blood, but there was to be no peace.$B$BThe Sons will yield to no orc - green, brown, and now red - we will overcome them or die trying. If we are to have any expectation of victory, we must take the fight to them in Hellfire Citadel. Bring me the weapon of their self-styled \'Warchief\' Kargath Bladefist and you will be well rewarded.','Bring Warchief Kargath\'s Fist to Force Commander Danath Trollbane in Honor Hold.','Well done, $N. With your victory in Hellfire Citadel, we have struck a major blow against the orcs.$B$BI must speak with Field Commander Romus about following up and ensuring that the orcs stay on the defensive. Now that we\'ve been reinforced, we can do far more than simply defend Honor Hold.','Have you returned with proof of \'Warchief\' Kargath Bladefist\'s demise?','','','','','',0,0,23723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25806,25805,25804,25803,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,500,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(9493,11685,3535,0,136,66,70,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Pride of the Fel Horde','We know precious little about the Fel Horde presence in Hellfire Citadel and our information has come at the cost of many lives.$B$BFel Horde troops under the command of Kargath Bladefist are a brutal, battle-hardened lot fortified by foul magics. The elite of this force, the Shattered Hand legionnaires, champions, and centurions are feared by the regulars and serve as an officer corps.$B$BTargeting and eliminating them is a necessary first step in any successful assault on the Fel Horde\'s leadership.','Field Commander Romus at Honor Hold wants you to kill 8 Shattered Hand Legionnaires, 4 Shattered Hand Centurions, and 4 Shattered Hand Champions.','That is excellent news, indeed, $N. With progress to report from Hellfire Citadel, perhaps we can afford to turn our attention to the Fel Horde presence other parts of the peninsula and Outland as a whole.','I am not so naive as to think that the defeat of the Shattered Hand legionnaires heralds our victory over the Fel Horde, but is a good first step.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16700,17465,17671,0,8,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(9494,11685,3535,0,136,67,70,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Fel Embers','The stuffy academics of Azeroth have cowered in their towers for too long and it\'s fallen to me to show them what cutting edge research is! They\'re afraid to play with fire and that\'s exactly what I intend to do, once I get my hands on the fire, that is.$B$BWithin Hellfire Citadel\'s Shattered Halls, Grand Warlock Nethekurse performs unrivaled magical feats augmented by the powers of a pair of strange braziers. Using the vessel he uses to contain these fel embers, capture one and bring it back to me, $N.','Magus Zabraxis at Honor Hold wants you to bring her a Fel Ember.','Well done! I can\'t hope to replicate the feats of Grand Warlock Nethekurse, nor should I aspire to, but we would be fools to ignore the power of the fel embers.$B$BHowever, there are those who would forbid the type of research I\'m about to embark upon, and for that reason, I must keep my efforts secret. Please do not speak of this to anyone, $N.','Did you bring the, err, ember?','','','','','',23726,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25792,25789,25791,25790,25788,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(9495,11685,3535,0,136,67,70,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Will of the Warchief','The struggle to free the orcish people from our tainted blood has not been easy, $N. Warchief Thrall has seen too many orcish heroes laid low by fate\'s hand. Now, it seems Kargath Bladefist numbers among them.$B$BIn the Shattered Halls of Hellfire Citadel, Kargath has claimed the title of \'Warchief\' of the Fel Horde. With an army of crazed, bloodthirsty fel orcs at his back, he won\'t rest until Thrallmar is destroyed. Warchief Thrall has commanded us to defeat Kargath and his forces at all costs.','Bring Warchief Kargath\'s Fist to Nazgrel in Thrallmar.','You have done well, $N. In his prime, Kargath Bladefist was a fine warrior, a hero and example to his people.$B$BHis death is a blow to us all, but especially to Warchief Thrall. Whatever happened to him in his final days, we should not forget the orc Kargath once was, nor the lessons to be learned from his downfall.$B$BFor your service to the Horde, $N, you are to be rewarded with your choice from among these weapons.','Have you proof of Kargath Bladefist\'s defeat?','','','','','',0,0,23723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25808,25810,25811,25809,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,500,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,8),(9496,11685,3535,0,136,66,70,81,690,0,0,0,0,0,0,0,0,0,0,0,'Pride of the Fel Horde','Overlord Maimfist\'s insults aside, $N, this Fel Horde is nothing to be trifled with.$B$BFrom what we know, Fel Horde troops under the command of Kargath Bladefist are a brutal, battle-hardened lot fortified by foul magics. The elite of this force, the Shattered Hand legionnaires, champions, and centurions are feared by the Fel Horde regulars and serve as an officer corps.$B$BTargeting and eliminating them is a necessary first step in any successful assault on the Fel Horde\'s leadership.\n','Shadow Hunter Ty\'jin at Thrallmar wants you to kill 8 Shattered Hand Legionnaires, 4 Shattered Hand Centurions, and 4 Shattered Hand Champions.','Excellent job, $N. With the legionnaires broken, it will be easier to face the Fel Horde on the battlefield, though they remain a formidable enemy.','Once the Shattered Hand legionnaires have been broken, we can begin to make progress in our campaign against the Fel Horde. Have you carried out your mission, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16700,17465,17671,0,8,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,8),(9497,10958,3535,0,136,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Emblem of the Fel Horde','When word of the so-called \'Fel Horde\' reached the Warchief\'s ears, he was both furious and greatly saddened. Like Rend\'s pretenders before them, this false Horde too will fall, and its banner will adorn the wall of Grommash Hold as a testament to the Warchief\'s might.$B$BIt falls to you to carry out the Warchief\'s will in this matter, $N. It will not be an easy task, for the banner is guarded by a champion of this Fel Horde, known as Warbringer O\'mrogg, and he will not yield his charge without a fight.','Slay Warbringer O\'mrogg and capture the Fel Horde Banner, then return it to Overlord Hun Maimfist at Thrallmar.','','','','','','','',23729,0,0,0,0,0,1,0,0,0,0,0,0,16809,0,0,0,1,0,0,0,0,0,0,0,0,0,0,25793,25794,25795,25796,25797,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,947,76,0,0,0,0,250,150,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(9498,10958,3483,0,136,60,62,0,178,0,0,0,0,0,0,0,0,9340,0,0,'Falcon Watch','My people recently finished building Falcon Watch, a base of operations in the southwestern region of Hellfire Peninsula - beyond Hellfire Citadel. You are welcome there as an ally, $N.$B$BIf you\'re looking for work, go there and tell Ranger Captain Venn\'ren that I sent you. He will see to it that you\'re given tasks worthy of someone of your caliber.','Report to Ranger Captain Venn\'ren at Falcon Watch in Hellfire Peninsula.','Welcome to Falcon Watch, $R. All our Horde allies are welcome here, especially those recommended by Martik.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9499,10958,3483,0,136,60,62,0,512,0,0,0,0,0,0,0,0,9340,0,0,'Falcon Watch','What are you still doing here, $N? Didn\'t you hear we built a proper sin\'dorei outpost here in Hellfire Peninsula?$B$BSurely you\'d rather be among fellow blood elves and away from all this... smell. You\'ll find Falcon Watch in the southwest, beyond Hellfire Citadel. Report to Ranger Captain Venn\'ren; he will take care of you.$B$BThe road ahead is dangerous and heavily patrolled by Alliance scouts. I would recommend travelling with companions. Blood elves, preferably.','Travel to Falcon Watch in the southwest of Hellfire Peninsula and report to Ranger Captain Venn\'ren.','Welcome to Falcon Watch, $Gbrother:sister;. Many other blood elves haven\'t been fortunate enough to make it this far.$B$BIt\'s a terrible shame; our work in Outland has just begun.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9500,10958,0,82,136,20,-1,0,1024,64,0,0,0,0,0,0,0,9501,0,0,'Call of Water','It\'s been a while since last you were tested. Farseer Nobundo has been asking for you. You must have grown greatly in wisdom because you are being called to learn the mysteries of the element of water.$B$BYou remember where to find him at the Crystal Hall inside of the Exodar, right?','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','We meet again. I have been watching your progress from afar, $C, and I am pleased.$B$BThe time has come for you to commune with the element of water, to learn its mysteries and give yourself over to the water so that you might in turn learn to master it.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'10490',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9501,10958,0,82,128,20,-1,0,1024,64,0,0,0,0,0,0,0,9503,23871,1,'Call of Water','A powerful water elemental named Aqueous has requested your presence. It would seem that there is a great imbalance occurring in the water element on Bloodmyst Isle. Not surprising given the unnatural predilections of the blood elves.$B$BYou will find Aqueous in a hidden reef under the waves off the northern shore of Bloodmyst Isle.$B$BTake this potion; it can help you to get to her once you get into the water near the reef.','Speak with Aqueous in the Hidden Reef at Bloodmyst Isle.','Do not fear, $N. While you are here we will speak using our minds.$B$BI am grateful to Farseer Nobundo for sending you to me. There is a great disturbance that is polluting the waters on and around Bloodmyst Isle. Not even the blind would fail to notice the effect this is having on its creatures and the environment.$B$BYou and I will work together to stop this corruption before it spreads further. ','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9500,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9502,10958,0,82,136,20,-1,0,0,64,0,0,0,0,0,0,0,9501,0,0,'Call of Water','It\'s been a while since last you were tested. Farseer Nobundo has been asking for you. You must have grown greatly in wisdom because you are being called to learn the mysteries of the element of water.$B$BYou remember where to find him at the Crystal Hall inside of the Exodar, right?','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','We meet again. I have been watching your progress from afar, $C, and I am pleased.$B$BThe time has come for you to commune with the element of water, to learn its mysteries and give yourself over to the water so that you might in turn learn to master it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,2,1,1,0,0,0,1000,0,0,1,0,0,2),(9503,10958,0,82,136,20,-1,0,1024,64,0,0,0,0,0,0,0,9504,0,0,'Call of Water','In balance with the other elements, water is the source and sustenance of all living things. It gives and nurtures life, and all rely upon it for their existence. Yet, when polluted, it also brings life to an end.$B$BWe must determine the extent of the damage that has been done. To the southwest is one such contaminated body of water that has come to be known as the Foul Pool. Travel there and extract the foul essence from the water spirits that inhabit the pool.','Collect 6 Foul Essences and return them to Aqueous in the Hidden Reef at Bloodmyst Isle.','Thank you, $c. These should be enough so that I can examine this corruption. Then we will have a better idea of how to proceed. ','Have you collected the foul essences of my unfortunate sisters so soon, $N? ','','','','','',23744,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9501,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9504,10958,0,82,128,20,-1,0,1024,64,0,0,0,0,0,0,0,9508,23749,1,'Call of Water','It is worse than I feared. The corruption is very potent and if unchecked it could spread to the ocean currents and be carried throughout all of Azeroth!$B$BWe are going to need a sample of the purest water to counter this malignancy. There are ruins on the untainted portion of this island, to the southeast. Go there, where the Wrathscale naga reside, and take from their fountain.$B$BUse this bota bag to gather the sample. Hurry, $N!','Fill the Empty Bota Bag and then return to Aqueous in the Hidden Reef at Bloodmyst Isle.','Water parts easily, yet put enough of it together and it will create an unstoppable force. It washes away earth and fire, and easily pushes air out of the way.$B$BWe are that unstoppable force, $N, not those that have poisoned Bloodmyst Isle! ','You have the pure water from the ruins? ','','','','','',23750,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9503,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9505,10958,3524,0,136,5,8,0,1024,0,0,0,0,0,0,0,0,9506,0,0,'The Prophecy of Velen','The Prophet spoke of this day: That on this island, in this new world, our allies would find us.$B$B\"We will be tested. They will ask that we pay for the sins of our fathers...\"$B$BAt the time, I did not understand the meaning behind his words, but seeing this creature and her reaction to us, it is now coming into focus. The corruption of our people has been felt even here.$B$BVenture south. It is there that we found this being. Find its kin and tell them of our people.','Daedal wants you to travel south and seek out the people that the injured creature mentioned.','You say that you\'ve found one of our crew and that she is injured? I will send one of my crewmen to your village immediately!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',9473,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9506,10958,3524,0,136,5,7,0,1101,0,0,0,0,0,0,0,0,9530,0,0,'A Small Start','I am Admiral Odesyus of Alliance Naval Command. Our ship was forced to port on your island due to an infestation of sorts. It\'s embarrassing to even talk about, but goblins somehow managed to stow away in the holds of both of my ships.$B$BLast night, while most of the ship\'s crew was asleep below deck, they struck!$B$BStranger still, they took our navigation gear and jumped ship!$B$BThey disappeared into the thicket, east of here. Will you go in search of our gear? It will make for a strong gesture.','Admiral Odesyus at Odesyus\' Landing wants you to recover the Nautical Compass and Nautical Map stolen by the Venture Co.','You\'re a resourceful one! With our navigation gear, we can figure out just how far we\'ve veered off course.$b$bBut wait, what\'s this? There\'s something rolled up in the map. Let me see...$b$bThese are orders from Mogul Razdunk of the Venture Company. According to these plans, they\'re here to strip-mine the island of the crystal wreckage, then hijack our ships once they\'re finished.$b$bBy Bronzebeard\'s bushy brow! This is why they forced us to land? How could they know of our plans?$b$bI smell a traitor...','Any luck, stranger?\n','','','','','',23738,23739,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,72,0,0,0,0,250,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',9505,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,6,0,0,0,0,3,1,1,1,0,0,0,0,0,6,0,0,5),(9507,10958,3524,0,128,5,8,0,0,0,0,0,0,0,0,0,0,0,23740,1,'From the Desk of Mogul Razdunk','According to these plans, the goblins are here for the crystal wreckage of the Exodar. It would appear that the goblins are intent on strip-mining the island of the crystals and hijacking the two Alliance ships docked off-shore once their task is complete.$B$BYou should probably take these plans to Admiral Odesyus.','Take the Top Secret Venture Co. Plans to Admiral Odesyus at Odesyus\' Landing.','','','','','','','',23740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,72,0,0,0,0,150,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9508,10958,0,82,128,20,-1,0,1024,64,0,0,0,0,0,0,0,9509,23751,1,'Call of Water','I have determined where the corruption is coming from. It is the by-product of some demented research and you\'re going to put an end to it!$B$BJust to the southwest of the Foul Pool is a small camp. There you will find the \'research\' of Tel\'athion the Impure. This is where he produces the filth that has been seeping into the island\'s water.$B$BUse the pure water you obtained from Ashenvale to destroy his cache of barrels. That will be sure to bring him out.$B$BWe will have an end to this!','Bring the Head of Tel\'athion to Aqueous in the Hidden Reef at Bloodmyst Isle.','It is done then! The crisis is averted and you have put in motion the restoration of the water on Bloodmyst Isle. Over time, the water, in conjunction with the other elements, will heal itself.$B$BIt is unfortunate that the blood elves cannot see that by contaminating their surroundings they\'re killing themselves off as well! ','Have you succeeded?','','','','','',23997,23751,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9504,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9509,10958,0,82,128,20,-1,0,1024,64,0,0,0,0,0,0,0,0,23752,1,'Call of Water','I held back a little of the water from Ashenvale, not because I doubted your ability to deal with the situation. Rather, I knew that you would succeed, and I wanted to make sure that you had something special to take back to Nobundo.$B$BHere, $N, take this flask of pure water. It will ensure that you receive a very powerful water totem.$B$BFarseer Nobundo awaits your return at the Exodar.','Take the Flask of Purest Water to Farseer Nobundo inside the Exodar on Azuremyst Isle.','You have comported yourself with wisdom beyond your years, $N. I can sense that the water element is pleased with your actions. It will be my great honor to take the pure water that you bear and combine its essence into your new water totem.$B$BRemember well the lessons of water as you go forward and you will gain an even greater understanding and mastery of the element.','The elements have spoken to me of the great deeds you have accomplished. Come, let us speak.','','','','','',23752,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5177,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5394,5396,0,0,0,0,0,0,0,1560,0,0,0,0,'',9508,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,1000,1000,0,1,0,0,7),(9510,10958,3483,0,136,255,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bristlehide Clefthoof Hides','So you\'re looking to make yourself useful? We\'re in very short supply of clefthoof hides, $N.$B$BIf you go southwest of here you\'ll find bristlehide clefthoof in abundance near a place called Falcon Watch. Their hides are ideal for leatherworking. Bring me a stack of them and I\'ll reward you appropriately.','Provisioner Braknar at Mag\'har Post in Hellfire Peninsula wants you to bring him 5 Bristlehide Clefthoof Hides.','','','','','','','',23754,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9511,10958,3483,0,136,67,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kargath\'s Battle Plans','The documents you found on Kargath\'s body detail plans on what appears to be a massive invasion on Honor Hold.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9512,10958,3524,0,136,5,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Cookie\'s Jumbo Gumbo','The Admiral be right, ye are a resourceful one. Mayhap ye could help Cookie out?$B$BIf I serve the crew chicken for dinner again, I\'ll be sent to the brig fer sure.$B$BI noticed that thar be crawlers all along the coastline - lots o\' crawlers! Bring me crawler meats and I\'ll be forever indebted to ya.$B$BHelp a reformed pirate out?','\"Cookie\" McWeaksauce at the Odesyus\' Landing wants you to bring him 6 Skittering Crawler Meat.\n','Bless yer heart, stranger. This\'ll go a long ways in liftin\' the morale o\' the crew.\n','Arrr... Yarr... Shiver me timbers... Er, sorry $g lad:lass;, I gotta practice me pirate lest I forget it...','','','','','',23757,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23756,0,0,0,10,0,0,0,72,930,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,4),(9513,10958,3524,0,136,6,8,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming the Ruins','While some may look at our current predicament as an unfortunate turn of events, I sense that we are here for a reason. The invisible hand of fate has pushed us in this direction. The reason why will become evident in time.$B$BTo the west lies an ancient night elf city, now in ruin and overrun with naga. It would be remiss of me to sit idly by as the naga tainted my ancestral lands.$B$BYou have shown yourself a capable $c. Honor my people and cleanse the ruins of their unwelcome inhabitants.','Priestess Kyleen Il\'dinare at Odesyus\' Landing on Azuremyst Isle wants you to kill 5 Wrathscale Myrmidons, 5 Wrathscale Naga and 5 Wrathscale Sirens.','Elune be praised! The restless spirits may find tranquility after all.','You do a good thing for my people, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17194,17193,17195,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,930,0,0,0,0,250,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',9512,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,5),(9514,10958,3524,0,128,6,8,0,1101,0,0,0,0,0,0,0,0,0,23759,1,'Rune Covered Tablet','You cannot make out any of the symbols on the tablet. Perhaps the priestess would be able to decipher the mysterious runes.','Take the Rune Covered Tablet to Priestess Kyleen Il\'dinare at Odesyus\' Landing on Azuremyst Isle.\n','I can\'t read these runes but I know someone who can...','You\'ve found something?','','','','','',23759,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,930,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,1),(9515,10958,3524,0,136,6,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Warlord Sriss\'tiz','A naga invasion would be disastrous, $N. I\'ve seen what naga can do and I would not want to see such a catastrophe befall any being. If I were to guess, this Warlord Sriss\'tiz will be hidden in a cave - probably along the coast to the west.$B$BFind Warlord Sriss\'tiz and put an end to his reign.','Priestess Kyleen Il\'dinare at Odesyus\' Landing on Azuremyst Isle wants you to kill Warlord Sriss\'tiz.','With Warlord Sriss\'tiz dead, the possibility of a naga invasion is now only a distant memory. We are safe, for the time being...$N$NI must admit, I was wrong to think badly of you, $N. You have shown that you are nothing like the filth that was Archimonde. Accept this as a gift from the night elves.','Remain vigilant!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,24448,24447,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,930,0,0,0,0,500,250,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9514,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9516,10958,331,0,8,27,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Destroy the Legion','I will not tolerate their existence on this world! The Burning Legion all but destroyed our race and we fell back to settle a new home on a new world. Then they came again. And we retreated, over and over.$B$BNo more!$B$BThere is a remnant of the Legion to the south in the regions known as Felfire Hill, Demon Fall Canyon and Demon Fall Ridge. They are what is leftover from a force that once long ago invaded this world.$B$BGo and destroy as many as you can before it is too late!','Slay 6 Mannoroc Lashers, 6 Felguards and 6 Searing Infernals, and then return to Vindicator Vedaar at Forest Song in Ashenvale.','You have my respect and thanks, $C. Perhaps we\'ll be able to create a new home here without having to worry about the Burning Legion yet again.','Are there demons yet standing?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11697,6115,6073,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9517,10958,331,0,8,24,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Shameful Waste','Welcome to Forest Song, $c. Where you see tents, there will one day be buildings, but such ambitions require a steady stream of building materials. I cannot bring myself to order our workers to fell any of the ancient trees of this grove, but our neighbors to the south and west have no such reverence for the forest.$B$BWe shall relieve the Warsong loggers of their excess, and reclaim some of the tainted wood from the satyr stronghold to the west. Bring the wood to Gnarl, who will purify it for our use.','Bring 15 pieces of Warsong Lumber and 5 Satyrnaar Fel Wood to Gnarl at Forest Song.','Wood cut with orcs\' crude blades is warped as surely as that exposed to elemental extremes. Nothing sound can be built with it, but I shall purify it and return it to Architect Nemos and his men for their use. Some good will come from this tragedy, after all.','$B$BArchitect Nemos said that you might be bringing wood salvaged from the deforesters\' encampment and befouled Satyrnaar.','','','','','',23776,24081,0,0,0,0,15,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',9533,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9518,10958,331,0,8,24,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Agents of Destruction','The Warsong Lumber Camp is a blight upon an embattled landscape. Every time we make progress in halting their operations, Overseer Gorthak orders his loggers to redouble their efforts!$B$BNow, the orcs are cutting more wood than they can possibly use, leaving it to rot while their blades bite into fresh trees! This is an affront to all we stand for, $N, and we will show them that we\'ll not suffer further destruction of our lands!$B$BGo, and do not rest until Overseer Gorthak and his minions are dead!','Sentinel Luciel Starwhisper at Forest Song wants you to kill Overseer Gorthak, 2 Warsong Shredders, 5 Horde Deforesters, and 10 Horde Scouts.','At last we have sent a message that the orcs won\'t dare ignore. Any overseer or foreman who sets foot within the camp to replace Gorthak will feel my wrath!$B$BWe must press our advantage, $N, and never rest until the Warsong Lumber Camp is a distant memory and a glade of trees stands upon that ground.','As long as Overseer Gorthak lives, I will oppose him. What news from the lumber camp?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17304,11684,11681,11680,1,2,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9519,10958,331,0,8,23,27,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Lost Chalice','The area to our west, now called Satyrnaar, was once a prominent shrine built by my people. It housed a priceless relic, the Chalice of Elune, entrusted to the shrine\'s keepers by the priests of Elune. Pilgrims once traveled to the shrine to experience the healing powers the chalice was rumored to hold.$B$BThese stories might be nothing but old wives\' tales, but if there is any truth to them, the relic may hold the key to rejuvenating the wounded forest. I must know, $N.','Bring the Chalice of Elune to Kayneth Stillwind at Forest Song.','Excellent work, $N. There is certainly a latent power here, one that not even constant exposure to the corruption of the satyr can dim. Do you see how it still shines, after all these years?','Can you feel it, $N, the touch of corruption upon the wind? If we do nothing, it will continue to advance. That is why I seek the Chalice of Elune. Were you able to find it?','','','','','',23760,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9520,10958,331,0,0,27,30,0,1101,0,0,0,0,0,0,0,0,9522,23780,1,'Diabolical Plans','The demon dropped this parchment, which is amazingly written in the Common tongue! The ones mentioned in it, Diathorus and Gorgannon, are the two infamous dreadlords that control the demons hereabouts.$B$BThe plans detail preparations for a demonic attack on Forest Song to the north; the location where a new draenei settlement is being established.$B$BPerhaps Vindicator Vedaar at Forest Song would be interested in these?','Deliver the Diabolical Plans to Vindicator Vedaar at Forest Song in Ashenvale.','By the Seven Crystals of Ata\'mal, this cannot be! They plan to attack us here at Forest Song?!$B$BNot on my watch!$B$B$B$BNo. We will not allow this to happen!','What do you have there, $gsir:ma\'am;?','','','','','',23780,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9521,10958,331,0,0,21,25,41,1101,0,0,0,0,0,0,0,0,0,23778,1,'Report from the Northern Front','The battle against the Warsong Lumber Camp isn\'t being waged from Forest Song alone, $N. There\'s a more substantial Silverwing Sentinel presence at Silverwing Grove to the southwest, near the border with the Barrens. From the grove, Sentinel Farsong directs our efforts against those who would destroy our lands.$B$BI\'m a bit late in sending my latest report to Sentinel Farsong, but also hesitant to leave Forest Song unattended. If your travels take you near Silverwing Grove, would you deliver my report?','Deliver Sentinel Luciel\'s report to Sentinel Farsong at Silverwing Grove.','Thank you for delivering this report, $C. From what Sentinel Luciel writes, it seems our worst fears have come to pass. With each advance we make, the Horde appears more determined to do as much damage as possible.$B$BWe can\'t afford to back down; the fate of our ancestral lands hangs in the balance. With more people like you on the frontlines, I\'m certain we could triumph. Will you join our fight?','What\'s that you have there, $C?','','','','','',23778,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9522,10958,331,0,8,27,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Never Again!','$N, it falls to you to see that this attack by the Burning Legion never comes to pass. You must go and slay their leaders. Without them the rest of the demons are essentially mindless.$B$BYou will find Gorgannon in Demon Fall Canyon south beyond Felfire Hill, near Mannoroth\'s floating, broken spear.$B$BDiathorus the Seeker resides somewhere in the barrow den atop Demon Fall Ridge. To find the ridge, look for a ramp up from Demon Fall Canyon near the Horde\'s monument to Grom Hellscream.','Kill Gorgannon and Diathorus the Seeker, and then return to Vindicator Vedaar at Forest Song in Ashenvale.','Never again will the Burning Legion threaten us here! You have delivered us from a fight we very likely would have lost, $C.$B$BI give you thanks and the deepest gratitude of the Hand of Argus. It honors me to have you at our side.','Our night elf scouts report that preparations for the attack may still be ongoing. Those dreadlords must die soon, $N!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17300,6072,0,0,1,1,0,0,0,0,0,0,0,0,0,0,24119,24120,24118,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',9520,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9523,10958,3524,0,136,6,8,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Precious and Fragile Things Need Special Handling','The priestess tells me that the ruins to the west are what\'s left of a night elf civilization. That got me thinking about what my pappy used to always say about night elf ruins, \"Sonny, whenever you see night elf ruins, night elf relics are sure to be close by.\"$B$BNow what kind of a dwarf would I be if I didn\'t hire the first person I saw to go digging up night elf relics for me? Now get going!','Archaeologist Adamant Ironheart at Odesyus\' Landing on Azuremyst Isle wants you to bring him 8 Ancient Relics.','My pappy would be proud! His boy strikes it big at the first set of night elf ruins he comes across... With your help, of course. Yes, don\'t worry, I won\'t leave you out of the discovery. Your name is $N, right? They\'ll learn all about you in Ironforge.\n','Don\'t come back without some ancient relics.\n','','','','','',23779,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,930,0,0,0,0,250,150,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',9512,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,6,1,5,0,0,0,0,4,4,1,1,273,0,0,0,0,25,0,0,5),(9524,11685,3535,0,262344,67,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Imprisoned in the Citadel','Alliance, here?! Listen carefully, $c.$B$BKargath has captured several of our soldiers. Captain Alina, an important officer is among them. You must try to save her before she is executed.$B$BDon\'t worry about me, I\'ll find a way out as soon as I catch my breath.','Rescue Captain Alina inside Hellfire Citadel before she is executed.$B$BThis quest must be completed in Heroic dungeon difficulty.','I thank you, $N. I must admit I didn\'t expect a rescue party to be on its way.$B$BI will round up the remaining prisoners and lead them back to Honor Hold.','','','Captain Alina Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,17290,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9525,11685,3535,0,262344,67,70,85,690,0,0,0,0,0,0,0,0,0,0,0,'Imprisoned in the Citadel','I was fortunate to escape Kargath\'s prison today, $N. Several prisoners are scheduled to be executed, an important officer among them.$B$BIt would be a huge blow against our forces if Captain Boneshatter was slain. You must do what you can to rescue him. I\'m too weak to go on...','Rescue Captain Boneshatter inside Hellfire Citadel before he is executed.$B$BThis quest must be completed in Heroic dungeon difficulty.','You\'ve brightened my day, $C. When I die, I will make sure it\'s in the battlefield... covered in the blood of my opponents and taking them down with me.','','','Captain Boneshatter Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,17296,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9526,10958,331,0,0,27,30,0,1101,0,0,0,0,0,0,0,0,0,23788,1,'Reclaiming Felfire Hill','Little one, to the south is an area of Nightsong Woods that has in recent times come to be called Felfire Hill. It is very sad to see the demons crawling over it, spreading their corruption.$B$BWould you do something to help take back the land?$B$BI have a number of seeds that I have been saving for such a purpose. Take them to Felfire Hill and plant them in the fertile dirt mounds.','Plant 8 Tree Seedlings in the Fertile Dirt Mounds and then return to Gnarl at Forest Song in Ashenvale.','Good. Though it may take a great deal of your years for the seedlings to grow into ancients, in the fullness of time they will aid us in our fight against the demons at Felfire Hill.$B$BGo in peace, little $Gbrother:sister;.','Surely you have not yet planted all of my seeds?','','Tree Seedling Planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181690,0,0,0,8,0,0,0,29773,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',9517,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9527,10958,3524,0,136,6,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'All That Remains','We had lived peacefully among the Owlbeasts of this island for many years. You can imagine my surprise when they stormed the beach and attacked us.$B$BI fought tooth and nail but was easily overpowered. As I blacked out from the vicious blows that I had been dealt, I prayed that my family not suffer.$B$BWhen I awoke, all was quiet. The sand was soaked red with blood - their blood. They were devoured whole.$B$BI care not for vengeance, $N. I only ask that their remains be returned to me for proper burial.','Cowlen on Azuremyst Isle wants you to recover the Remains of Cowlen\'s Family.','Thank you, $N. Their spirits will be at peace now.','My wife was named Thalrisa and my daughter, Magwin.','','','','','',23789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,930,0,0,0,0,250,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',10428,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9528,10958,3524,0,130,6,10,1,1101,0,0,0,0,0,0,0,0,0,0,0,'A Cry For Help','My family was attacked by the murlocs and owlkin of this island several weeks ago. I managed to escape but I think that both my mother and father have been slain. I don\'t know what I\'m going to do now, but I must try and get back to my home - or what\'s left of it... Will you help me get through the forest?','Escort Magwin through the island to her home.','$B$BHow can I ever repay you for this, $N? Please, take this heirloom. It symbolizes a sacred bond of friendship, trust and love amongst night elves. You are a $g brother:sister; to me - from this day until the end of time...','Hail, $N.','Magwin Escorted to Safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24113,0,0,0,1,0,0,0,69,930,0,0,0,0,250,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,1,1,6,0,0,0,0,4,6,1,1,2,0,0,0,0,1,0,0,5),(9529,10958,0,61,136,10,-1,0,512,256,0,0,0,0,0,0,0,9619,0,0,'The Stone','While I\'m certain your imp has proven a useful and sometimes entertaining servant, it is time you mastered a more powerful demon: the voidwalker.$b$bTravel down the Dead Scar until it is crossed by the Elrendar River. Just south of the river, locate one of the blue glowing stones and take it. Your path will be revealed there.','Obtain a Voidstone from the Dead Scar.','As you gaze into the stone, your vision begins to swirl...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9530,10958,3524,0,136,5,9,0,1101,0,0,0,0,0,0,0,0,9531,0,0,'I\'ve Got a Plant','I\'ve wondered about this for some time now, but this proves it to be true.$B$BThere is a traitor among us.$B$BThe plans left behind by the goblins document the conspiracy. Since I don\'t know who it could be, I\'m going to need your help in finding the traitor. None of my crew can be trusted.$B$BIf this is going to work, I\'m going to need a hollowed out tree and leaves. Search near the loggers north of us for the tree. You\'ll need to find the leaves by yourself. Check the forest.','Admiral Odesyus at Odesyus\' Landing on Azuremyst Isle wants you to bring him a Hollowed Out Tree and 5 Piles of Leaves.','I must warn you, what I ask of you next will be dangerous. I won\'t think less of you if you decide not to help me out, $N.','I love it when a plan comes together...','','','','','',23790,23791,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,930,0,0,0,0,250,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',9506,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,2),(9531,10958,3524,0,128,5,9,0,1101,0,0,0,0,0,0,0,0,9537,23792,1,'Tree\'s Company','According to the plans, the traitor and the leader of the goblins, Geezle, are to meet at a cove on the western island. I need you to be at that meeting, $N.$B$BRemember the tree and leaves? You\'re going to wear them! It\'s a perfect disguise.$B$BGo to the cove and look for a naga flag. If the flag is there, it means a meeting is planned. Use the disguise kit when you see the flag and wait. Eventually the traitor will show up. Let the meeting finish then return to me with the identity of the scoundrel.','Admiral Odesyus at Odesyus\' Landing on Azuremyst Isle wants you to observe the meeting that is to take place between Geezle and the traitor.$B$BReturn to him when you know the identity of the traitor.','I can\'t believe it! It was the gnome all along... I should have known!','That traitor is going to wish he never messed with Alliance Naval Command!','','The Traitor Uncovered','','','',0,23792,0,0,0,0,0,1,0,0,0,0,17243,0,0,0,1,0,0,0,30298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,930,0,0,0,0,500,250,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',9530,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,5,0,0,0,0,0,0,1,0,0,4),(9532,10958,0,162,136,10,10,0,512,8,0,0,0,0,0,0,0,9460,0,0,'Find Keltus Darkleaf','$n, one of our scouts has taken too strong an interest in his duties. He surveys our enemies relentlessly, but sends no reports of his findings.$b$bYou must find this spy, Keltus Darkleaf, convince him to hand over his report and return it to me as swiftly as possible. He can be found far to the southwest, where the Elrendar River forks and flows around Goldenmist Village. The night elves of An\'daroth are his quarry, and he won\'t be far from them.','Locate Keltus Darkleaf.','I hope you can see I am deep under cover... at least I was.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9533,10958,331,0,8,22,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Helping Hand','My people have undertaken an important endeavor in the eastern part of Ashenvale, with support and cooperation from the kaldorei.$B$BUnder the supervision of Architect Nemos and Vindicator Vedaar, they are revitalizing an old night elf outpost. The task of building won\'t be easy, $N, for the challenges and enemies they face are many. I know Architect Nemos and his compatriots at Forest Song would appreciate any help they can get, and he has asked me to send any interested $g men:women; his way.','Make your way to Forest Song and speak with Architect Nemos.','It\'s good to see another new arrival here at Forest Song.$B$BVindicator Palanaar is sending as much help as she can muster and each set of hands is appreciated.$B$BTake a look around, $C. It may not be much now, but with time and help from our night elf allies, we\'ll build a settlement worthy of calling home. There is much to be done here and any help you can provide would be welcome.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',9432,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9534,10958,331,0,8,27,30,0,690,0,0,0,0,0,0,0,0,0,0,0,'Destroy the Legion','The remains of the demonic Burning Legion have been making raids against our Warsong Lumber Camp!$B$BNo more!$B$BThe demons are attacking from the areas known as Felfire Hill, Demon Fall Canyon and Demon Fall Ridge to the east.$B$BGo and destroy as many as you can to bring glory to both yourself and the Horde!','Slay 6 Mannoroc Lashers, 6 Felguards and 6 Searing Infernals, and then return to Valusha at Splintertree Post in Ashenvale.','That\'s better! There\'s nothing quite like ridding our world of a demon. And they make for worthy opponents as well, unlike the weak races of the Alliance.','Are there not demons yet standing? You call yourself a $r? This is no time to be taking a break from the fighting!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11697,6115,6073,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,5),(9535,10958,331,0,0,27,30,0,690,0,0,0,0,0,0,0,0,9536,23798,1,'Diabolical Plans','The demon dropped this parchment, which is amazingly written in the Orcish tongue! The ones mentioned in it, Diathorus and Gorgannon, are the two infamous dreadlords that control the demons hereabouts.$B$BThe plans detail preparations for a demonic attack on Splintertree Post to the northwest.$B$BYou\'re certain that Valusha at Splintertree Post would be interested in these.','Deliver the Diabolical Plans to Valusha at Splintertree Post in Ashenvale.','Dreadlords! They plan to attack us here at Splintertree Post?!$B$BNot while I still draw breath!$B$B$B$BNo. We will not allow this to happen! They are a blight upon our world!','What do you have there, scout?','','','','','',23798,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9536,10958,331,0,8,27,32,0,690,0,0,0,0,0,0,0,0,0,0,0,'Never Again!','$N, you will see to it that this attack by the Burning Legion never comes to pass! Go and slay these dreadlords! Without them the rest of the demons are essentially mindless.$B$BYou will find Gorgannon in Demon Fall Canyon south beyond Felfire Hill, near Mannoroth\'s floating, broken spear.$B$BDiathorus the Seeker resides somewhere in the barrow den atop Demon Fall Ridge. To find the ridge, look for a ramp up from Demon Fall Canyon near the monument to Grom Hellscream.','Kill Gorgannon and Diathorus the Seeker.','Never again will the Burning Legion make slaves of the orcs, or any other race of the Horde!$B$BBravely fought, $C! You have the true heart of the Horde beating inside of you! You give us much honor!','Those dreadlords must die soon, $N!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17300,6072,0,0,1,1,0,0,0,0,0,0,0,0,0,0,24119,24120,24118,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,350,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',9535,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9537,10958,3524,0,136,5,9,0,1101,0,0,0,0,0,0,0,0,9602,0,0,'Show Gnomercy','Spark must be brought to justice!$B$BI need you to go down to the beach and find that deceitful gnome. Once you find him, get whatever information you can out of him!$B$BIf a high ranking official of the Alliance has committed treasonous acts, who knows how many others are corrupt?$B$BAnd $N, use force if you have to...\n','Admiral Odesyus at Odesyus\' Landing wants you to recover the Traitor\'s Communication from Engineer \"Spark\" Overgrind.','Incredible! This was all part of their master plan!$B$BThis information must reach the king and your own leaders. The implications are staggering.\n','Did you find the lying dog?','','','','','',23899,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24433,24431,24430,24434,24432,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',9531,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,3,5,5,1,0,0,0,0,0,6,0,0,5),(9538,10958,3524,0,262274,8,8,0,1101,0,0,0,0,0,0,0,0,9539,23818,1,'Learning the Language','I think I\'ve cracked it, $N!$B$B$B$BAll that we need to know about the Stillpine furbolg language is imprinted on their totems. With just a rudimentary understanding of how their symbols work, we can study the totems and learn to communicate with the furbolgs.$B$BI\'ve written down the basics of the symbol matrix on this parchment. Study it and then examine the totem. It should lead you to the next language totem.$B$BSpeak to Arugoo when you return an educated $r!','Read the Stillpine Furbolg Language Primer that Aurren gave you and interact with the Totem of Akida at Azure Watch.','The totem has various primal markings. You see owls, bears, wolves and stags carved into the surface.$B$BYou note a strange collection of symbols that makes your mouth form the word A-K-I-D-A.','','Stillpine Furbolg Language Primer Read','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9539,10958,3524,0,136,8,10,0,1101,0,0,0,0,0,0,0,0,9540,0,0,'Totem of Coo','You begin to read the totem, barely able to pronounce the awkward words and phrases. Slowly, words start to form in your head. You think that the totem is telling you to go up the nearby hill, to the northeast.','Find the Totem of Coo using the clues provided to you.','The totem has various primal markings. You see owls, bears, wolves and stags carved into the surface of the totem.$B$BYou note a strange collection of symbols that makes your mouth form the word C-O-O.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9538,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9540,10958,3524,0,136,8,10,0,1101,0,0,0,0,0,0,0,0,9541,0,0,'Totem of Tikti','You begin to read the totem, better able to pronounce the words and phrases. Words start to form in your head. You think that the totem is telling you to go across the Crystalbrook river to the east. Perhaps your destination is on the other side of the river.','Find the Totem of Tikti using the clues provided to you.','The totem has various primal markings. You see owls, bears, wolves and stags carved into the surface of the totem.$B$BYou note a strange collection of symbols that makes your mouth form the word T-I-K-T-I.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9539,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9541,10958,3524,0,136,8,10,0,1101,0,0,0,0,0,0,0,0,9542,0,0,'Totem of Yor','The symbols on this totem seem to translate much faster. The patterns and imagery all seem to blend into familiar words. You are fairly certain the totem is pointing you south, down the river. Something is at the bottom of the river itself.','Find the Totem of Yor using the clues provided to you.','The totem has various primal markings. You see owls, bears, wolves and stags carved into the surface of the totem.$B$BYou note a strange collection of symbols that makes your mouth form the word Y-O-R.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9540,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9542,10958,3524,0,136,8,10,0,1101,0,0,0,0,0,0,0,0,9544,0,0,'Totem of Vark','You no longer see unrecognizable symbology in the totems. The totem of Yor reads to you just as easily as your native tongue.$B$BThe markings identify another furbolg den, due west of here. You are able to expertly decipher the language on the totem and know that your destination is Bristlelimb Village. Yor will guide you but if you get lost, you know that you are able to take the ancient elven road in the forest leading west to reach your destination.','Find the Totem of Vark using the clues provided to you.','As you read the totem, your mouth forms the word V-A-R-K. You understand this to mean justice.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9541,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9543,10958,3483,0,136,60,63,0,1101,0,0,0,0,0,0,0,0,9430,0,0,'Atonement','Our history with the orcs is one of constant conflict, $N. We were once near driven to extinction due to their bloodlust and have since then avoided them even when not under demonic influence.$B$BYet, this retaliation... it\'s not what Sedai would\'ve wanted. Speak with our elder, Amaan the Wise. He will help shed light on these events.','Speak to Amaan the Wise at the Temple of Telhamat in Hellfire Peninsula.','Can I offer you any assistance, $N? You sound troubled.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',9424,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9544,10958,3524,0,136,8,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Prophecy of Akida','The images on this totem depict a war between the Stillpine and the Bristlelimb furbolg tribes. The etchings show that the Bristlelimb have done unconscionable things to the furbolgs of Stillpine.$B$BAmidst the chaos, a prophecy has begun to unfold: A hero will rise - not of furbolg blood - and save the Stillpine tribe.$B$BSlay Bristlelimb furbolgs at Bristlelimb Village for their keys. Use the keys to free the Stillpine captives. Return to Arugoo of the Stillpine when you have freed them all!\n','Free 8 Stillpine Captives from cages found in Bristlelimb Village. Return to Arugoo of the Stillpine at Azure Watch when you have completed this task.','[Furbolg] The prophecy spoke of one that would rise and deliver us from the oppressive grasp of Bristlelimb -- that the spirits themselves would herald the arrival of this hero.$B$BAnd now, you have come.$B$BI humble myself before you, great one.','[Furbolg] So the prophecy of Akida is true... A hero has been delivered to us.','','Stillpine Captive Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,17375,0,0,0,8,0,0,0,30406,0,0,0,0,0,0,0,27399,27403,27401,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',9542,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,15,0,0,0,0,0,1,0,0,7),(9545,10958,3483,0,128,60,63,0,1101,0,0,0,0,0,0,0,0,0,23645,1,'The Seer\'s Relic','The stubborn close their mind and convince themselves of one truth. The wise keep an open mind to the different possibilities leading to and stemming from the present.$B$BTake this relic with you to where you found Sedai. See not with your eyes, $N, but with your mind.','Amaan the Wise at the Temple of Telhamat in Hellfire Peninsula wants you to return to Sedai\'s Corpse, northeast of the Temple of Telhamat, and use the Seer\'s Relic at that location. Return to him after you\'ve completed this task.','I hope the vision you witnessed helped you gain some perspective on Sedai\'s death. The relic showed you a likely series of events leading up to the present. The truth may have been different, we\'ll never know for sure.$B$BWould you act differently knowing what you know now?$B$BWho can say whether our conflict with the orcs will continue? What\'s important is to remain open to the possibilities.','Have you seen the vision yet, $N?','','Vision Granted','','','',0,23645,0,0,0,0,0,1,0,0,0,0,17413,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25508,25506,25507,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77700,0,0,0,0,'',9430,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9546,10958,3524,0,136,7,8,0,0,0,0,0,0,0,0,0,0,9559,0,0,'Fulfilling a Promise','The prophecy spoke of one that would rise and deliver us from the oppressive grasp of Bristlelimb -- that the spirits themselves would herald the arrival of this hero.$B$BAnd now, you have come.$B$BI humble myself before you, great one. I beg of you, save our younglings. They were taken by the Bristlelimb while our guard was down. You will find them in cages at Bristlelimb Village, to the southwest. The Bristlelimb furbolgs hold the keys to the cages. Strike them down and take their keys. Release my kin.','Arugoo of the Stillpine has asked that you free 8 Stillpine Captives from cages found in Bristlelimb Village.','','','','Stillpine Captive Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,17375,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,24442,24443,24444,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9547,10958,0,82,136,30,-1,0,1024,64,0,0,0,0,0,0,0,9552,0,0,'Call of Air','$N, Farseer Nobundo has been asking for you. It must be time for you to learn the secrets of air, the last of the elements!$B$BI want you to know that I\'m very proud of all that you have accomplished thus far. I know that you have great things ahead of you.','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','And finally we come to it, the last of the four great elements: air. Do you think yourself wise enough to continue, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'9551 10491',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9548,10958,3525,0,136,13,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Pilfered Equipment','Shh! Keep your voice down and don\'t call attention to me.$B$BIf the murlocs detect my presence, the experiment will be ruined! I\'ve already come perilously close to contaminating my data.$B$BWhile I was foraging yesterday, one of them must\'ve wandered too close and discovered my camp. I returned just in time to see two of them carrying off a crate with most of my equipment! It\'s bound to be in one of their settlements around here, but I can\'t risk revealing my presence. Are you willing to help?','Bring Clopper\'s Equipment back to Clopper Wizbang, who is hiding in a beached turtle shell.','This is fantastic! The theft of my equipment has given me more insight into the nature of these murlocs than I could have possibly gained in weeks of observations!$B$BI know what I\'m going to say in my report already.$B$B\'When faced with the products of a technologically superior culture, the Blacksilt displayed none of the curiosity characteristic of emerging cultures in humanoid species.\'$B$BIt\'s brilliant! The gentlemen in Ironforge are going to love it! I can\'t thank you enough, $N.','Did you manage to find my equipment?','','','','','',23830,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9549,10958,3525,0,136,13,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Artifacts of the Blacksilt','My observations and writings about the Blacksilt murlocs are quite illuminating, $N, but they are just the beginning. I plan to return to Ironforge with items produced by the Blacksilts\' rudimentary crafting skills.$B$BThe problem is that the Blacksilt carry these items with them at all times, and I can\'t have their blood on my conscience. If you\'re willing to help me gather the idols carried by Blacksilt seers and crude knives of the Blacksilt warriors and shorestrikers, I won\'t ask how you came by them.','Bring 3 Crude Murloc Idols and 6 Crude Murloc Knives to Clopper Wizbang, who is hiding in a beached turtle shell.','Astounding, simply astounding! These are perfect, $N. I can already see them under the glass in the museum in Ironforge. The text for the display is virtually writing itself in my head!$B$BYour help has been invaluable in getting my studies back on track. How do you spell your name? I\'ll make sure it appears in my report as co-author.$B$BOne of the chaps on the ship gave me this \'treasure map\' to cover a gambling debt, but mythology isn\'t my area of study. Superstitious lot, sailors. ','Do you have those samples for me to send back to Ironforge?','','','','','',23834,23833,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23837,0,0,0,1,0,0,0,54,0,0,0,0,0,250,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',9548,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(9550,10958,3525,0,128,13,16,0,1101,0,0,0,0,0,0,0,0,9557,23837,1,'A Map to Where?','The crudely-drawn map reveals nothing of its maker, but it appears to have been drawn with an unsteady hand. Wavering lines and symbols depict a small pavilion with broken columns located to the west of a partially submerged tower. $B$BIf the map is to be believed, this cluster of ruins appears to be located on the eastern coast of the island. You have no idea what you\'ll find, but it was important enough for the map\'s creator to record.','Locate the pavilion described by the map and search for what the map\'s maker was trying to record.','Examining the book carefully, you conclude that it must be a journal. Its pages are filled with an elegant script differing from that of the map. The text of many of the pages is obscured by drawings and writing in the mapmaker\'s hand.$B$BIt\'s nearly impossible to make out the text beneath the mapmaker\'s tales of drunken carousing during shore leave. ','Perhaps this old journal is what the map is referencing.','','','','','',23837,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9549,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9551,10958,0,82,136,30,-1,0,1024,64,0,0,0,0,0,0,0,9552,0,0,'Call of Air','$N, Farseer Nobundo has been asking for you. It must be time for you to learn the secrets of air, the last of the elements!$B$BI want you to know that I\'m very proud of all that you have accomplished thus far. I know that you have great things ahead of you.','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','And finally we come to it, the last of the four great elements: air. Do you think yourself wise enough to continue, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'9547 10491',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9552,10958,0,82,136,30,-1,0,1024,64,0,0,0,0,0,0,0,9553,0,0,'Call of Air','The great spirit of air calls out to you, $N, and it is time for you to take heed.$B$BI wish for you to travel up the Wildwind Path on the north facing of the mountain that the Exodar has crashed into. At its peak you will find a cave and within will be one of my most accomplished pupils, Velaada.$B$BPlease, listen to her wisdom and do as she bids. When you return you will have a greater understanding of the element of air.','Speak with Velaada at Wildwind Peak on Azuremyst Isle.','It was whispered to me on the winds that you would be coming, $C.$B$BFarseer Nobundo thinks very highly of you, and from what I have heard of your travels, so do I.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9547,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9553,10958,0,82,136,30,-1,0,1024,64,0,0,0,0,0,0,0,9554,0,0,'Call of Air','While air may seem ethereal, it is an all pervasive force, covering and permeating everything around us.$B$BThough you cannot see it, the rocks of this cave are composed mostly of air, the waters of the oceans are saturated in it and without it, fire cannot be sustained. Just don\'t let those elements hear you repeat that!$B$BWho you really wish to speak with for such wisdom is nearby. At the northern edge of the precipice, Susurrus awaits you. It is from him that you will gain understanding.','Speak with Susurrus at Wildwind Peak on Azuremyst Isle.','I have been awaiting your arrival, $C. You come seeking wisdom, and something else I sense.$B$BVery well, let us begin.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',9552,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9554,10958,0,82,128,30,-1,0,1024,64,0,0,0,0,0,0,0,0,23843,1,'Call of Air','While my brothers and sisters of the other elements have demanded that you perform various tasks, I will not ask anything further of you. I think that you have done enough to \'atone\' for the accident of your ship falling to this place from my skies. I can see that you have all the wisdom within you already to use the element of air wisely.$B$BTake this portion of my being back to Farseer Nobundo so that he might help you fashion your totem. And when you\'re ready, I will fly you back down to the Exodar.','Return to Farseer Nobundo at the Exodar on Azuremyst Isle with the Whorl of Air.','I am proud of you, $N. You have persevered where others falter, and in the process you\'ve gained a greater understanding of the elements and yourself. Remember their lessons as you go through life and you will be the wiser for it.$B$BNow, hand me the whorl from Susurrus so that I may imbue it into your air totem. As with the other totems, it will serve as both a focus and a reminder of the connection that you have forged with the elements. ','Back so soon? Your hair looks ruffled.$B$B ','','','','','',23843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5178,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8385,0,0,0,0,0,0,0,1320,0,0,0,0,'',9553,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,6,0,0,6),(9555,10958,0,82,136,10,-1,0,1101,64,0,0,0,0,0,0,0,0,0,0,'Call of Fire','I am thankful that you have chosen the difficult path of the shaman. Few enough do, but I foresee it as critical to our future that we learn shamanism from the Broken.$B$BThey are called that, but once they were draenei. Fel magics transformed them, and that is why they cannot call upon the power of the Light. Some disapprove of them and the shamanism they teach, but they are not evil.$B$BI wish you to speak with Farseer Nobundo. He is the wisest shaman I know and you will learn much with his guidance.','Speak with Farseer Nobundo at the Crystal Hall in the Exodar.','Greetings. It is always heartening to meet a $R who is open to the way of shamanism. There are so few.$B$BYou have learned not to judge the flame for its outward appearance, just as you should not judge mine.$B$BYou are here because you are ready to create your fire totem.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5176,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3599,2075,0,0,0,530,-3848.74,-11390.8,0,270,0,0,0,0,'',9461,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,2),(9556,10958,0,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'To The Victor...','You\'ve no doubt been fighting long and hard among the towers, $r. We would like to give something back to you in return for your defense of these lands, but first, you must prove to us you understand the weight of the tragedies that took place here.$b$bWalk the streets of Stratholme and find a vial of the holy water. Once you have it, travel to the mage quarter of Stormwind or the Undercity... There, if you are victorious within these lands, you will find my colleague.','Collect a bottle of Stratholme Holy Water from within the city of Stratholme and deliver it to the Lordaeron Mage within the Mage Quarter of Stormwind or the Undercity when your side is victorious in the Eastern Plaguelands.','','','','','','','',13180,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(9557,10958,3525,0,128,13,16,0,1101,0,0,0,0,0,0,0,0,0,23851,1,'Deciphering the Book','Lacking the means to read the book\'s contents, you think about who might be able to help you separate the author\'s words from the mapmaker\'s scrawl.$B$BRemembering Anchorite Paetheus\'s collection of artifacts from countless cultures, you wonder if his experienced eye might be able to help you decipher the book\'s contents.','Take the Ancient Journal to Anchorite Paetheus in Blood Watch.','Hmm... this is most intriguing. Yes, I should be able to make out what the original author wrote in the pages of this book.$B$BI should have everything I need for the process. This should only take a moment.','The Light shine upon you in all your endeavors, $c. What is it you have there?','','','','','',23851,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9550,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9558,10958,3483,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,9417,0,0,'The Longbeards','We were having a problem with arakkoa bandits raiding many of our supply caravans, so I hired some dwarves to take care of them.$B$BThey were brothers; Gremni Longbeard was the oldest.$B$BI\'m a little worried about them. Those crazy dwarves packed more ale than food or ammunition! Maybe you can go check up on them?$B$BThe arakkoa\'s hideout, the Den of Haal\'esh, can be found to the far west of here - beyond the Great Fissure. They set up camp northwest of there, south of Dustquill Ravine.','Look for Gremni Longbeard northwest of the Den of Haal\'esh, to the far west of Honor Hold in Hellfire Peninsula.','How\'d you find us, $c? No matter, I imagine you were sent here to give us a hand. Let\'s get to work then!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(9559,10958,3524,0,136,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Stillpine Hold','Promised one, you must travel north to the home of my people - Stillpine Hold. It is there that you will face your most daunting challenge.$B$BGo now, High Chief Stillpine awaits your arrival.','Speak with High Chief Stillpine at Stillpine Hold.','For centuries, we lived in relative peace with the creatures of the land. Several months ago, Kurz began to see dark omens. The peace that we enjoyed for so long was to be lost. The extent of the catastrophe could not be known!$B$BSo it would be that the gods would shatter our land - turning both friend and foe against us. But there was something else... Amidst the chaos, a hero would rise: A hero not of Stillpine blood. The Promised One would deliver us from devastation.$B$BThat prophesied hero was you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',9544,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9560,10958,3524,0,136,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Beasts of the Apocalypse!','My brother and I were hunting in the woods to the east when we were ambushed by strange, insect-like beasts. Such aberrations have never before been seen in Azuremyst! Could they be a sign of the coming apocalypse? The apocalypse that YOU are destined to prevent?$B$BIf you truly are the Promised One, you will strike the creatures of the apocalypse down... and bring me their hides. From their hides, I can fashion armor of great power!$B$BFind them to the east, beyond the road.','Moordo at Stillpine Hold on Azuremyst Isle wants you to bring him 8 Ravager Hides. ','Not only is the prophecy true, this armor is also amazing! Surely it is armor fit for a champion! And I will sell it to you at discounted prices, furless one.$B$BI jest... The first piece is complimentary.','They are ugly little creatures. Even the Blind Watcher could see them... and he\'s blind.','','','','','',23845,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24108,24107,24109,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9559,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9561,10958,3525,0,648,13,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Nolkai\'s Words','The translation is ready now, $N.$B$B$B$B\'The enemy is nearly upon us. We\'ve gathered up all the survivors and retreated to the temple to the east. It\'s the last ground we truly hold on the island, and there is a sense among the survivors that we will make our last stand here. I\'ve taken care to bury my last few possessions on the grounds of the temple, with the hope that someone will find them and know what happened here.\'','Find the location described in Nolkai\'s journal and discover his long-buried possessions.','Grasses and shrubs cover an unnatural bulge in the earth.$B$BA few minutes spent digging reveals an old box, almost certainly the one mentioned in Nolkai\'s journal.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9557,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9562,10958,3524,0,136,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Murlocs... Why Here? Why Now?','These are dark days, Promised One. Even the murlocs are kicking our tails - literally. Unfortunately, more than just my ego has been bruised.$B$BWhile our relationship with the Siltfin murlocs had always been tenuous, never could we have imagined that they would have the gall to attack us and steal from our food stores! Travel west to the Silting Shore and recover our stolen food-stuffs!$B$BAnd if you see a dark-skinned murloc with a patch of white fur stuck in between his webbed toes... ','Gurf at Stillpine Hold on Azuremyst Isle wants you to recover 5 sacks of Stillpine Grain.','Mmmmm... Delicious grain... Parkat will be delighted!','A murloc kicked me in the behind and spit on me... in broad daylight!','','','','','',23849,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9559,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9563,10958,3483,0,136,60,62,0,1101,0,0,0,946,3000,0,0,0,9420,0,0,'Gaining Mirren\'s Trust','So you want to gain our trust? I don\'t trust many people these days.$B$BWe lost one of our own not long ago to the arakkoa. It\'s got me a bit on edge.$B$BTell you what, if you can prove your loyalty to Honor Hold and... bring me a mug of Nethergarde Bitter... yes, that sounds rather good about now... I\'ll have a deal to offer you then.$B$BBernie at Nethergarde Keep keeps the bitter in stock.','Mirren Longbeard wants you to bring him 1 Nethergarde Bitter. You must also attain Friendly reputation with Honor Hold to complete this quest.','Why, yes! You seem to be quite an OK $r. I suppose I can trust you.','Having trouble finding the bitter? Good old Bernie at Nethergarde Keep should stock barrels of it.$B$BUnless he\'s run out... that would be disastrous!','','','','','',23848,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9564,10958,3524,0,128,7,11,0,1101,0,0,0,0,0,0,0,0,0,23850,1,'Gurf\'s Dignity','You recover the piece of fur that Gurf had \"lost\" in his struggle with the murlocs. Return the fur to Gurf and let him know that the fearsome Murgurgula has been slain.','Return Gurf\'s Dignity to Gurf at Stillpine Hold on Azuremyst Isle.','$B$BThis will have to do for now! Hopefully one of the $C will be able to repair the damage.','Is that what I think it is?','','','','','',23850,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24440,24439,24438,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',9562,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9565,10958,3524,0,136,7,10,0,1101,0,0,0,0,0,0,0,0,9566,0,0,'Search Stillpine Hold','As High Chief, my immediate concern is the root of the corruption in Stillpine Hold.$B$BWhy did the wildkin - once our allies - attack us? Why have they taken residence in Stillpine Hold?$B$BPerhaps something inside will hold the answer. Search Stillpine Hold for clues as to the source of corruption.','Search Stillpine Hold for clues.','The blood crystal radiates a sickly aura that seeps into the water of the cave.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',9559,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9566,10958,3524,0,136,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Blood Crystals','On the surface, the crystal appears to be a piece of the Exodar. Something has gone terribly wrong with this crystal, however, as it is blood red and rapidly dissolving into the water supply of the cave.$B$BThis may explain the unusually aggressive behavior of the creatures in Azuremyst. Return to High Chief Stillpine with this information.\n','Speak with High Chief Stillpine at Stillpine Hold.','These blood crystals that you saw; my scouts have seen many more to the north.$B$BI thank you for aid but now ask that you leave me to confer with the elders. I will call for you once I have spoken with the other elders of the village.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',9565,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9567,10958,3525,0,136,13,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Know Thine Enemy','It\'s good to see another new face here in Blood Watch, $c. Although the blood elves are the most immediate threat, there are other sinister creatures that call Bloodmyst Isle home.$B$BThe Nazzivus satyr are of particular concern. They are foul, demonic creatures, commanding dark magics and feeding on the corruption created by the Exodar\'s crash.$B$BWe must hold them in check, but first we must learn more about them. Go southwest to Nazzivian and learn what you can from their grotesque monument.','Find the Nazzivus Monument in Nazzivian and retrieve a Nazzivus Monument Glyph. Return to Vindicator Aalesia in Blood Watch when you have one of the glyphs.','Well done, $N. Let me see what I can learn from this glyph, so we can plan our next move.','Were you successful in obtaining knowledge of the Nazzivus satyr?','','','','','',23859,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9568,10958,3525,0,136,13,15,0,0,0,0,0,0,0,0,0,0,9569,0,0,'On the Offensive','It\'s worse than I had imagined, $N. We draenei know well what comes of selling one\'s soul to the Burning Legion in return for promises of power and immortality.$B$BThe satyr on this island, the Nazzivus, are descendents of that first, twisted creature who allied with the Legion. I fear that they will find a way to use the power of the Exodar\'s crystals against us.$B$BYou\'ve seen what they\'ve done to the land. Imagine what the satyr could do with them. Go southwest to Nazzivian and begin our offensive!','Vindicator Aalesia at Blood Watch wants you to kill 10 Nazzivus Satyr, 5 Nazzivus Rogues, and 5 Nazzivus Felsworn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17337,17338,17339,0,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9569,10958,3525,0,128,13,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Containing the Threat','Now that we have made our presence known to the satyr, we must send a message that we will not tolerate the Burning Legion\'s hounds in these lands.$B$BToo long have the draenei fled in the wake of the Legion and its minions, $N. Wherever they have found us, they have shown no mercy.$B$BWe must not permit the satyr to exploit the Exodar\'s crash and use the corrupted crystals as weapons. Go north to where their leader resides in Axxarien, destroy him, and recover the corrupted crystals he has been gathering!','Kill 5 Axxarien Shadowstalkers, 5 Axxarien Hellcallers, and Zevrax, then gather 5 Corrupted Crystals and return to Vindicator Aalesia in Blood Watch.','Without their leader, and with the recovery of the corrupted crystals underway, we can safely keep the satyr in check. Light knows how many more of these wretched creatures are out there.$B$BHarbinger Mikolaas and I are grateful for the help you\'ve provided in dealing with the satyr before they could become a larger threat. Your work stands as a reminder that vigilance is the key to victory against the Legion and its minions.','$B$BHave you moved against the satyr leader as I have asked?','','','','','',0,23863,0,0,0,0,0,5,0,0,0,0,17494,0,17340,17342,1,0,5,5,0,0,0,0,0,0,0,0,27402,27404,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9567,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9570,10958,3524,0,136,7,12,0,1101,0,0,0,0,0,0,0,0,9571,0,0,'The Kurken is Lurkin\'','After the crystal storm had subsided, a beast of myth appeared in our village. Brought here by the invading wildkin, this beast, the Kurken, laid waste to our village. Many Stillpine were slain in defense of our lands by this fiend and many have since lost their lives attempting to subdue the beast.$B$BIn my visions, I have seen one defeat the Kurken. The one must be you, $N. You are our only hope. Enter Stillpine Hold and slay the Kurken. Bring me his hide as proof of deed.\n','Kurz the Revelator at Stillpine Hold on Azuremyst Isle wants you to kill the Kurken and bring back the Kurken\'s Hide.','The Promised One has emerged victorious!$B$BThe prophecy is nearly complete. Now about that hide...','','','','','','',23860,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',9565,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9571,10958,3524,0,128,7,10,0,1101,0,0,0,0,0,0,0,0,0,23860,1,'The Kurken\'s Hide','Take the Kurken\'s hide to Moordo, on the other side of the village. He will fashion the hide into an item of your choice.\n','Deliver the Kurken\'s Hide to Moordo at Stillpine Hold.','This is the strongest armor I\'ve ever made! Make good use of it, $N.','Hello, hero!','','','','','',23860,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24112,24111,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9570,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9572,11685,3535,0,136,59,62,81,690,0,0,0,0,0,0,0,0,9608,0,0,'Weaken the Ramparts','Quick, there isn\'t much time. Thrallmar\'s existence balances on the razor\'s edge!$B$BWe\'re caught between Hellfire Citadel in the west and the Burning Legion to the east. With the Legion\'s attention turned toward the Dark Portal we must take this opportunity to strike at the fel orcs of Hellfire Citadel. The key to this is to first break through their ramparts!$B$BGo there, slay their leaders, and then bring back proof to Caza\'rez across the room from me!','Slay Watchkeeper Gargolmar, Omor the Unscarred and the drake, Nazan. Return Gargolmar\'s Hand, Omor\'s Hoof and Nazan\'s Head to Caza\'rez at Thrallmar in Hellfire Peninsula.','It\'s a good start. With those three dead their forces should be in disarray. And with their artillery up there silenced we\'ll have an easier time getting close enough to take the citadel!$B$BBut there\'s more to this than meets the eye - I can feel it - so I\'m going to have something else for you to do.$B$BFor the time being, though, you\'ve done well. Take your pick of any of these from the Thrallmar armory.','$N, right? Stok\'ton told me to be expecting your report.$B$BI trust that you bring good news?','','','','','',23881,23886,23901,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25716,25715,25718,25717,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',10124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(9573,10958,3524,0,136,7,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Chieftain Oomooroo','I am Stillpine the Younger, heir to the Stillpine legacy. As you can see, my defenders have set up a death trap for the raving wildkin that attack from inside Stillpine Hold. While we are able to hold them off out here, none of my defenders have been able to infiltrate the hold. If you could get inside and slay their leader, it might give us an opportunity to strike!$B$BFind Chieftain Oomooroo and destroy him. Slay any crazed wildkin that you encounter inside as well.','Stillpine the Younger at Stillpine Hold on Azuremyst Isle wants you to slay Chieftain Oomooroo and 9 Crazed Wildkin.\n','This may very well be the opportunity that we needed! I will send an attack at once! The Stillpine thank you for your service, $N!','Is the task complete?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17448,17189,0,0,1,9,0,0,0,0,0,0,0,0,0,0,24446,24445,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',9562,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9574,10958,3525,0,136,10,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Victims of Corruption','Bloodmyst Isle was forever changed by our arrival. The Exodar\'s crash scattered debris all over the islands and I think it\'s beginning to have an adverse effect on the wildlife.$B$BBefore I can be certain of my conclusion, I\'ll need to get a closer look. The crystals seem to have affected the trees the fastest, so it seems that the treants would be the most likely to show symptoms. If you bring me samples of bark from corrupted treants, I can begin my in-depth studies.','Bring 6 pieces of Crystallized Bark to Morae in Blood Watch.','There\'s more than enough here for my research. Thank you, $N. If you find any other evidence that the crystals are corrupting Bloodmyst\'s native creatures, let me know right away.','Were you able to get the samples I need?','','','','','',23869,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',9629,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9575,11685,3535,0,136,59,62,81,1101,0,0,0,0,0,0,0,0,9607,0,0,'Weaken the Ramparts','Quick, $c, there isn\'t much time. Honor Hold\'s existence balances on the razor\'s edge!$B$BWe\'re caught between Hellfire Citadel in the west and the forces of the Burning Legion to the east. With the Legion\'s attention turned toward the Dark Portal we must take this opportunity to strike at the fel orcs of Hellfire Citadel. The key to this is to first break through their ramparts!$B$BGo there, slay their leaders, and then bring back proof to Gunny across the hall here from me!','Slay Watchkeeper Gargolmar, Omor the Unscarred and the drake, Nazan. Return Gargolmar\'s Hand, Omor\'s Hoof and Nazan\'s Head to Gunny at Honor Hold in Hellfire Peninsula.','Do you know what I hate worse than being wrong? Losing gold on a bet that you couldn\'t pull it off, sweetheart.$B$BOutstanding! With those three dead their forces should be in disarray. And with their artillery up there silenced we\'ll have an easier time getting close enough to take the citadel!$B$BI have a feeling there\'s more to this than meets the eye, though - so I\'m going to have something else for you to do. Here, take one of these from the armory.','$N, right? Chadwick told me to be expecting your report.$B$BWHAT are you doing in my presence?! Is your assignment complete? Are you a complete and utter lackwit? You make me want to vomit!$B$BNow get your worthless hide up on those ramparts and do what you were instructed to do! Do you hear me?!','','','','','',23881,23886,23901,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25716,25715,25718,25717,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,350,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',10142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,1000,1000,0,2,6,1,0,0,0,1000,0,0,5,0,0,8),(9576,10958,3525,0,128,9,12,0,1101,0,0,0,0,0,0,0,0,0,23870,1,'Cruelfin\'s Necklace','Examining the crudely constructed pendant, you notice the crystal pulsating softly. Though it emits little light, you can almost feel the crystal radiating a sense of wrongness.$B$BYou\'re not quite sure what might have possessed Cruelfin to create this pendant, but the find is too important to ignore. You should probably show it to someone at Blood Watch.','Bring the Red Crystal Pendant to Morae at Blood Watch.','This is most curious, $C. I don\'t believe we\'ve ever seen the murlocs wearing any kind of adornment before.$B$BGiven the corrupting influence that the crystal shards are known to have, the murloc that wore this pendant must have believed it granted him power over his fellows. I wouldn\'t be surprised if he had rapidly outgrown his fellow murlocs and gained in strength.','What is it you have there?','','','','','',23870,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9577,10958,0,0,136,1,-1,41,0,0,0,0,0,0,0,0,0,0,0,0,'DAILY TEST QUEST (PVP)','Seek in . S/he wishes for you to aid them in a difficult task.','Speak with in the .','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(9578,10958,3525,0,136,15,18,0,1101,0,0,0,0,0,0,0,0,9579,0,0,'Searching for Galaen','Do you think often of your family, $N? There were a number of families aboard the Exodar, but I\'ve heard of very few being reunited.$B$BI, myself, am looking for traces of my husband Galaen, who was a technician in the Cryo-Core. The wreckage of it is located to the west, and it\'s swarming with blood elves!$B$BI must find out what became of Galaen! Even news of his death is better than never knowing. My husband will be wearing a pendant identical to my own; they were a gift from my sister.','Search for Morae\'s husband Galaen.','The corpse appears to be dressed in the manner of an Exodar technician, but the pendant described by Morae is absent.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9579,10958,3525,0,136,15,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Galaen\'s Fate','You have no means of identifying the corpse as Galaen with the information Morae gave you, but the clothing appears to have been torn in search of valuables.$B$BThe blood elves in the area would\'ve claimed anything of value from the wreckage, including Galaen\'s jeweled amulet.$B$BAlthough her husband did not survive the crash, you believe that Morae would be grateful if you recovered her husband\'s amulet from the blood elves.','Bring Galaen\'s Amulet to Morae at Blood Watch.','$B$BSo... he\'s...$B$BI guess I knew on some level, but just wouldn\'t let myself believe it. It\'s not the news I was hoping for, but you have my deepest thanks for finding Galaen.','$B$BDid your search turn up any trace of Galaen?','','','','','',23873,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26011,26037,26025,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9578,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9580,10958,3525,0,136,14,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Bear Necessities','As I\'m sure you\'ve seen in your time on Bloodmyst Isle, very little remains unchanged by our arrival. My training and experience has taught me that even the products of an environment like this one can be put to use.$B$BWith so few resources, we must rely on our ingenuity to provide for us. I\'ve been supplementing our stores with meat from the bears that wander this island. With the proper preparation, it can safely be eaten. If you\'re going to be out in the field, why not help replenish our stocks?','Bring 8 Elder Brown Bear Flanks to Tracker Lyceon in Blood Watch.','This will keep us supplied for quite a while, and preparing it for consumption will certainly keep me busy. Thank you for your help, $n.','How goes the hunt, $N?','','','','','',24026,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9581,10958,3525,0,128,10,11,0,1101,0,0,0,0,0,0,0,0,9620,23875,1,'Learning from the Crystals','Welcome to Blood Watch, $c. Seeing to the defenses of the outpost is my primary concern, but I\'ve also been tasked with a variety of other duties by our leaders at the Exodar.$B$BThe problem is that it\'s hardly safe to send out large amounts of researchers when the island is this dangerous. I need someone to gather a series of crystal samples from various sites on the island.$B$BThe first sample I need must come from the ravager infested ship debris south of the town and across the bridge.','Get an Impact Site Crystal Sample using the Crystal Mining Pick on the Impact Site Crystal and bring it to Harbinger Mikolaas in Blood Watch.','This crystal shard will give our researchers a baseline to compare against samples from other parts of the island, since it comes from one of Bloodmyst\'s less corrupted regions.$B$BI won\'t be able to send it off until we have a full set of samples, but this is a great start. If you\'re willing to help gather the other samples, I\'ll see to it that you\'re rewarded for your efforts.','Were you able to gather the first crystal sample?','','','','','',23878,23875,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26006,26032,26020,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9582,10958,0,81,128,10,10,0,1024,1,0,0,0,0,0,0,0,10350,23925,1,'Strength of One','When the ship crashed, our menagerie was scattered on the northeast beaches of this isle. I have been handed a key that unlocks the cage holding one of the deadlier specimens, a death ravager. The creature is little armored but resistant to most magic. It must be killed by a simple blade.$b$bTake this key and release the creature from both its prison and its pain. We cannot afford to have it escape and cause even more damage to the ecology than we already have.','Unlock the Ravager Cage and kill the Death Ravager, then return to Ruada at Azure Watch in Azuremyst.','$B$BThen it is done.$B$BYou are ready for your next lesson, $N, but I will not be the one to teach it to you. ','Have you put down the beast? ','','','','','',23925,0,0,0,0,0,1,0,0,0,0,0,17556,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,8121,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9583,10958,22,0,128,1,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Omar\'s Test Quest','An honorable person gives me cloth','Get Omar some cloth','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16089,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,23425,23424,23426,0,0,0,1,1,1,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9584,10958,3525,0,128,10,14,0,1101,0,0,0,0,0,0,0,0,9585,23876,1,'The Second Sample','Now that we have the baseline crystal, we\'re going to need samples from more dangerous areas of the island to complete the set I\'ll be sending to the Exodar.$B$BThe next sample must come from the crystals controlled by the blood elves in the Bladewood area to the northwest of Blood Watch. I have heard reports that they alter and harvest the crystals for use in some magical apparatus. See if you can find one that has not yet been incorporated into one of their devices, and mine a sample from it.','Get an Altered Crystal Sample using the Crystal Mining Pick on the Altered Bloodmyst Crystal and bring it to Harbinger Mikolaas in Blood Watch.','$B$BThis shard is much different from the initial sample.$B$B$B$BDo you see how it pulsates like that? That\'s worrisome. I\'ll make a note in my report of the alterations the blood elves appear to have made to this crystal. Thank you again for your help, $N.','Do you have the second crystal sample?','','','','','',23879,23876,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',9628,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9585,10958,3525,0,128,10,18,0,1101,0,0,0,0,0,0,0,0,0,23877,1,'The Final Sample','There\'s just one sample remaining before I can send this set of crystals to the Exodar, $n. The final sample must come from the satyr stronghold of Axxarien to the northwest.$B$BI\'m not certain what to expect from this crystal sample, but I\'m sure there will be some signs of corruption. Take care to mine your shard from the crystal that looks like the ones you took your previous samples from, or else our researchers cannot make a valid comparison.','Get an Axxarian Crystal Sample using the Crystal Mining Pick on the Axxarien Crystal and bring it to Harbinger Mikolaas in Blood Watch.','$B$BThat rounds out the set. All that remains to be done is to box them and send them to the Exodar.$B$B$B$BDon\'t get me wrong, $N, I\'m sure the research is valuable, but we\'re faced with a number of other pressing problems out here. ','Have you returned with the last sample for my set?','','','','','',23880,23877,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9584,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9586,10958,0,262,128,5,5,0,1024,16,0,0,0,0,0,0,0,0,0,0,'Help Tavara','Tavara, one of our herbalists, has been gone far too long in her search for herbs. I fear she is hurt and in need of help, yet I cannot look for her myself.$b$bPlease find her and lend your healing if needed, fellow $c. She was heading east towards some hot springs when she left Azure Watch.','Guvan at Azure Watch wants you to find Tavara and heal her wounds.','Thank you for helping Tavara. So many are unfamiliar with these lands and find trouble where they least expect.$B$BIt would honor me if you were to wear these robes. They mark you as one of the protectors of Azure Watch and a devout follower of the Light.','Have you found Tavara?','','Heal Tavara','','','',0,0,0,0,0,0,0,0,0,0,0,0,17551,0,0,0,1,0,0,0,2050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23931,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9587,10958,3483,0,128,59,62,81,1101,0,0,0,0,0,0,0,0,0,23891,1,'Dark Tidings','Giving the lifeless form of Vazruden the Herald the once-over, you discover a rolled letter, its seal yet unbroken. An elaborate \"I\" is pressed within the blood-red ink. Cracking the note open, the message that you read is most disturbing.$B$BForce Commander Danath Trollbane back at Honor Hold will definitely want to take a look at this!','Take the Ominous Letter to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.','It\'s signed by Illidan you say?! Let me have that.$B$B$B$BThis news that you bring is ominous indeed. Knowing this, we must accelerate our plans against Hellfire Citadel and this Blood Furnace. Because you have shown that you can get the job done, I want you to head up those plans.$B$BGunny will give you your next mission, though I suspect it will be far deadlier than your first.$B$BLight be with you, $N!','What\'s that you have there, $g son : ma\'am;?','','','','','',23891,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,1,0,1000,1000,1000,6,0,0,8),(9588,10958,3483,0,128,59,62,81,690,0,0,0,0,0,0,0,0,0,23893,1,'Dark Tidings','Giving the lifeless form of Vazruden the Herald the once-over, you discover a rolled letter, its seal yet unbroken. An elaborate \"I\" is pressed within the blood-red ink. Cracking the note open, the message that you read is most disturbing.$B$BNazgrel back in Thrallmar will definitely want to take a look at this!','Take the Ominous Letter to Nazgrel at Thrallmar in Hellfire Peninsula.','It\'s signed by Illidan you say?! Let me have that.$B$B$B$BThis news that you bring is ominous indeed. Knowing this, we must accelerate our plans against Hellfire Citadel and this Blood Furnace. Because you have shown that you can get the job done, I want you to head up those plans!$B$BCenturion Caza\'rez will give you your next mission, though I suspect it will be far deadlier than your first.$B$BLok\'tar ogar, $N!','What is that letter you have there, $C?','','','','','',23893,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(9589,11685,3535,0,136,59,63,81,1101,0,0,0,0,0,0,0,0,0,0,0,'The Blood is Life','That letter is going to get folks all riled up around here. They\'ll think there\'s something we might do about all those new fel orcs being created if only we knew how it was being done. It\'s bad enough that we have to fight the Burning Legion to the east.$B$BSo, it\'s your lucky day, sweetness! You get to take a stroll into what they call the Blood Furnace inside Hellfire Citadel. Sounds hot!$B$BGet in there, kill some fel orcs and bring back samples of their blood.$B$BYou think you can handle that?','Collect 10 Fel Orc Blood Vials and return them to Gunny at Honor Hold in Hellfire Peninsula.','Out-frikkin-standing! As of right now Private $N, you are my favorite person on the sorry remains of this sorry planet!$B$BI\'m sure that the eggheads are going to wet themselves when I hand that blood over to them for study. Who knows, maybe we\'ll find a new weapon in the fight against those damned fel orcs?','You have that blood, darlin\'? Might be kind of important if we asked you to get it, you know?','','','','','',23894,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25701,25711,25710,25702,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,350,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',9587,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,1000,1000,0,3,66,1,6,0,0,0,0,0,6,0,0,8),(9590,11685,3535,0,136,59,63,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Blood is Life','That letter is disturbing, and not just because it comes from the Betrayer. We must know how they are creating these new fel orcs if we\'re to defeat them! It\'s bad enough that we must fight the Burning Legion on our eastern flank, but now a new army of fel orcs to the west!$B$BYou must infiltrate this Blood Furnace inside Hellfire Citadel. Bring back samples of blood from the fel orcs that you find in there.','Collect 10 Fel Orc Blood Vials and return them to Centurion Caza\'rez at Thrallmar in Hellfire Peninsula.','I am impressed with your abilities, $N. Not once, but twice now you have infiltrated Hellfire Citadel for us and accomplished what was asked of you.$B$BI will see to it that this blood is delivered to those who can unlock its mysteries. Who knows, perhaps we can find a way to reverse the process?','Surely you have not collected all of the blood so quickly?','','','','','',23894,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25701,25711,25710,25702,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',9588,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(9591,10958,0,261,130,10,-1,0,1024,4,0,0,0,0,0,0,0,9592,23896,1,'Taming the Beast','When the $c first begins $ghis:her; path, $ghe:she; learns only to kill. Now it seems you are ready for more.$b$bThe Stillpine furbolgs have provided a means to master the skill of taming without months of study. They are able to carve a totem into the likeness of an animal, which you can use to temporarily bond with a creature of that type.$b$bFor your first lesson, take this totem and use it on the barbed crawlers found along the western coast of the isle.','Use the Taming Totem to befriend a Barbed Crawler and return to Huntress Kella Nightbow when you have succeeded.','I\'m sure the first thing you learned was how unsympathetic the crawler was during the bonding process. It\'s all claws until they know you aren\'t there to throw them into a boiling pot. ','Were you able to harness the magic of the totem to befriend a barbed crawler? They are feisty little creatures! ','','Tame a Barbed Crawler','','','',23896,0,0,0,0,0,1,0,0,0,0,0,17217,0,0,0,1,0,0,0,30646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9757,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9592,10958,0,261,130,10,-1,0,1024,4,0,0,0,0,0,0,0,9593,23897,1,'Taming the Beast','The crawler was undoubtedly mean, but the timberstrider will test your resolve. More powerful allies require more tenacity from the hunter.$b$bTake this taming totem and befriend a greater timberstrider. They are found in the northern reaches of Azuremyst Isle.','Use the Taming Totem to befriend a Greater Timberstrider and return to Huntress Kella Nightbow.','Looks like the timberstrider didn\'t peck your eyes out.$B$B$B$BNot that I thought that would happen, of course! ','The timberstrider is a powerful bird, often misjudged by predators with dire results.','','Tame a Greater Timberstrider','','','',23897,0,0,0,0,0,1,0,0,0,0,0,17374,0,0,0,1,0,0,0,30653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9591,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9593,10958,0,261,130,10,-1,0,1024,4,0,0,0,0,0,0,0,9675,23898,1,'Taming the Beast','You probably noticed the big cats known as nightstalkers when you tamed the timberstrider. They are efficient and deadly hunters... and allies.$b$bUse this taming totem to befriend a nightstalker. Hunt with the vicious cat and keep it from harm. When you are finished, return to me.','Use the Taming Totem to befriend a Nightstalker and return to Huntress Kella Nightbow.','I must say, $N, you have learned far more quickly than I first imagined. Looks like we won\'t need to use this last taming totem. And honestly, I\'m not even sure what it is. It appears to be some sort of monstrous lizard with wings and a long tail. Oh well, perhaps another time!$B$BYou\'ve experienced enough to try it on your own now, without the aid of a taming totem. Good luck! ','The nightstalker is basically a big kitty with razor sharp claws and an appetite for flesh...','','Tame a Nightstalker','','','',23898,0,0,0,0,0,1,0,0,0,0,0,17203,0,0,0,1,0,0,0,30654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23356,1579,0,0,0,0,0,0,0,1020,0,0,0,0,'',9592,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9594,10958,3525,0,128,10,14,0,1101,0,0,0,0,0,0,0,0,0,23900,1,'Signs of the Legion','The armor scrap is forged from a deep black metal that seems to absorb light. Although it doesn\'t appear to be enchanted, there is an unmistakable sense of wrongness about it.$B$BSuch armor is only used by one force - the Burning Legion. The Legion\'s presence here can only mean that they\'re intending to mobilize the island\'s satyr against the draenei.$B$BTake action against the local satyr, then return to Blood Watch and show this armor scrap to Vindicator Aalesia. ','Kill 8 Nazzivus Satyr and 8 Nazzivus Felsworn, then bring Tzerak\'s Armor Plate to Vindicator Aalesia in Blood Watch.','You\'ve done well in bringing this to me, $N. This is, without a doubt, an armor fragment from a felguard.$B$BThen, it is as I feared. The Nazzivus satyr are renewing their contacts with the Burning Legion. If we don\'t stop them, the satyrs and their demonic allies will overrun us. I will notify Harbinger Mikolaas right away.','Yes, $C? What is it you have there?','','','','','',23900,0,0,0,0,0,1,0,0,0,0,0,0,17337,17339,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9595,10958,0,161,136,10,11,0,1101,128,0,0,0,0,0,0,0,0,0,0,'Control','You have chosen the path of the $c, and so you must learn control. Magic, when unchecked, can corrupt souls and destroy worlds.$b$bTo fully understand, you must face one who has been consumed by magic. Travel to the beaches on the northwest coast of Azuremyst Isle and use your spells to decimate the murlocs. The display of power will attract the attention of the evil force lurking there, a Quel\'dorei magewraith. Defeat it.$b$bWhen you have finished, seek out Bati at the Vault of Lights in the Exodar.','Kill Murlocs of the Silting Shore to summon a Quel\'dorei Magewraith, then destroy it. Afterwards, speak with Bati at the Vault of Lights in the Exodar.','With every spell you must steel yourself against its seductive lure, using it only as needed for the purposes of good. Hopefully the wraith granted a glimpse of what you might turn into should you become careless--a mindless slave to magic.','Have you faced your nightmares?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17612,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,9513,7508,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9596,10958,0,161,136,10,10,0,0,128,0,0,0,0,0,0,0,0,0,0,'Control','Do something else, $c!','Log description.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,14885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,9513,7508,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9597,10958,0,141,128,12,12,0,0,2,0,0,0,0,0,0,0,0,0,0,'','Hey little man, do something worthy and talk to Jonathan LeCraft.','Log description.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(9598,10958,0,141,128,12,-1,0,1024,2,0,0,0,0,0,0,0,9600,23926,1,'Redemption','I am responsible for putting paladins on the path to greater virtue as they devote themselves to the Light and defend our people from threats.$B$BThe time has come for you to take your first step towards being truly virtuous. If you accept it, I will give you a tome of divinity. In studying it, you shall learn some about the Light, and what is expected of you. If you understand it, and are capable, then you will succeed in attaining greater abilities.','Study the Tome of Divinity and speak with Jol.','You\'ve spent time reading the book, I hope?$B$BThen you should be prepared to have yourself tested. There are always tasks to be done in the wake of the Exodar\'s crash throughout these new lands: acts of compassion and understanding...people who need help...creatures to slay...$B$BBy proving you have the patience to help others, especially those who are less fortunate, you prove that you are a servant of the Light and of sound mind.','Welcome back, $N','','','','','',23926,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',10366,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9599,10958,0,141,128,12,12,0,0,2,0,0,0,0,0,0,0,9600,0,0,'','In all things, paladins must reflect the Light, which supplements our strength. To strive to be divine for one of our kind does not mean we strive for godhood--we strive to be good in all actions.$B$BAlthough called upon to smite evil in these harsh times, you must always remember that it\'s aiding others that will truly set you apart from the other citizens. Compassion, patience, bravery--these things mean as much to a paladin as strength in battle.$B$BKnow this well, and never forget it.','Speak with Jol in the Exodar.','Thank you $N! I am glad that Young Furbolg Shaman is fine.$B$BYou truly are blessed with the Light! Therefore, you shall use it to brign back the light in everyone!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',9600,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9600,10958,0,141,128,12,-1,0,1024,2,0,0,0,0,0,0,0,0,6866,1,'Redemption','Your task then, $N, is to aid our new allies, the Stillpine furbolgs.$b$bSeveral of the younger Stillpine shaman stumbled across a Bristlelimb camp and were slaughtered to the last. Take this Symbol of Life and resurrect one of the shaman.$b$bBristlelimb Enclave is located to the east of the road just after you cross the bridge spanning Azuremyst and Bloodmyst Isle. Speak with me when you have done this.\n','Jol wants you to resurrect a Young Furbolg Shaman with the Symbol of Life and return to her.','who.....who are you? .....Jol? Yes! Praise the Light! We are ok thanks to the forces Jol sent us to help in our battles. Yes I am fine...although I cannot say the same about my brothers....','All life is worth saving, if it does not oppose us. Only our enemies should be laid to rest permanently.','','Young Furbolg Shaman Resurrected','','','',0,0,0,0,0,0,0,0,0,0,0,0,17542,0,0,0,1,0,0,0,8593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7328,7329,0,0,0,0,0,0,0,1020,0,0,0,0,'',9598,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9601,10958,0,141,136,50,52,0,690,2,0,0,0,0,0,0,0,10590,0,0,'To The Bulwark','The blood knight Mehlar Dawnblade has requested an audience with you, $n. Mehlar can be found at the Bulwark, guarding the passage between Tirisfal Glades and the Western Plaguelands.$b$bHe is not known for his patience. It would not be wise to keep him waiting.','Speak with Mehlar Dawnblade at the Bulwark.','Ahh... it seems it is time.$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9602,10958,3524,0,128,5,9,0,1101,0,0,0,0,0,0,0,0,0,23899,1,'Deliver Them From Evil...','You must get this information to your people, $N. While your brave acts have certainly slowed down the plans of Kael\'thas and his dark master, the attacks will undoubtedly continue.$B$BTake the traitor\'s communication to your leaders. They must see this for themselves. Perhaps they will be able to better understand some of what was written.','Deliver the Traitor\'s Communication to Exarch Menelaous at Azure Watch.','$B$BDamn them... Damn them all to the Nether. They\'ve had a spy watching everything that we\'ve done! And for how long?$B$BI will notify Velen at once!$B$BYou\'ve done us a great service, $N. Be on guard as I will be contacting you once the Prophet has given me instruction as to what to do.','You have returned!','','','','','',23899,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',9537,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,5,0,0,2),(9603,10958,3525,0,128,10,10,0,1024,0,0,0,0,0,0,0,0,9604,23902,1,'Beds, Bandages, and Beyond','Welcome to Blood Watch, $c. Please excuse the disorder you see around you. It\'s easy to take simple things for granted, like a fully furnished and stocked inn, until you\'re forced to build one from nothing.$B$BWe\'ve managed to salvage this pod for a building, but without the proper furnishings and first aid supplies, the inn is little more than a glorified tent. Nurguni at the Exodar has offered to put together a package to help with our most immediate needs, but I need someone to deliver this list to him.','Take Topher\'s List to Laando, the Hippogryph Master at Blood Watch.','So you need to go to the Exodar?$B$BThat\'s going to be a long trip, but don\'t worry, I have a way to get you there very quickly.','Good day, $N. Are you interested in renting a hippogryph?','','','','','',23902,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(9604,10958,3525,0,128,10,10,0,1024,0,0,0,0,0,0,0,0,9605,23902,1,'On the Wings of a Hippogryph','For a small fee, you can rent one of my hippogryphs to fly you to the Exodar.$B$BTaking the hippogryph is a faster, not to mention safer, alternative for someone carrying an important message. If you\'d like to take a ride, speak to me again and I\'ll make the arrangements.','Purchase a hippogryph ride to the Exodar from Laando. When you land, take Topher\'s List to Nurguni in the Seat of the Naaru at the Exodar.','So you\'ve brought Topher\'s list. Excellent! I was hoping to receive this today. Let\'s see what he needs.$B$B$B$BThat\'s most of what he requested. The pieces for the beds are simply too large to be delivered by hippogryph, but I\'ll make arrangements to have them sent by wagon. ','Greetings, friend. You look like you\'ve come a long way. How can I help you?','','','','','',23902,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',9603,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(9605,10958,3525,0,128,10,10,0,1024,0,0,0,0,0,0,0,0,9606,23903,1,'Hippogryph Master Stephanos','Here\'s the box, $N. That should be enough for Topher to get the inn up and running. Let him know that he can keep sending in orders as the need arises. Blood Watch urgently needs a place to care for the wounded and put up any travelers they receive.$B$BWhen you\'re ready to return to Blood Watch, seek out Stephanos near the gates of the Exodar.','Find Stephanos outside the Exodar and purchase a hippogryph ride back to Blood Watch.','So you\'re headed back to Blood Watch with this package? No problem at all, $C. Just speak with me again and we\'ll get you on your way with those supplies.','Where are you headed, $C?','','','','','',23903,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',9604,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(9606,10958,3525,0,128,10,10,0,1024,0,0,0,0,0,0,0,0,0,23903,1,'Return to Topher Loaal','If I remember correctly, Blood Watch\'s hippogryph master is Laando. If you\'ve spoken to him before, then you can take one of my hippogryphs to him.$B$BThat\'s a good lesson to know: hippogryphs are always trained to fly to their capital city, but they\'ll only take you to a remote hippogryph master after you\'ve already been there.$B$BSince you arrived on one of Laando\'s hippogryphs, you can also use that route to return to Blood Watch with the caregiver\'s supplies.','Speak with Stephanos to purchase a hippogryph ride back to Blood Watch. Once you have arrived, deliver Nurguni\'s Supplies to Caregiver Topher Loaal.','$B$BSplendid! Now, I\'ll finally be able to set up some beds and a first aid station so that we can better treat the wounded and any survivors we encounter.$B$BI can\'t thank you enough for your help, $N. You have my thanks and that of the Blood Watch\'s vindicators.','Welcome back, $N. Was Nurguni able to gather everything on the list? ','','','','','',23903,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9605,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9607,11685,3535,0,140,59,63,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Heart of Rage','$C, put together a force to investigate the Blood Furnace inside Hellfire Citadel at once! And that means today, princess!$B$BThe magic we have at our disposal indicates that something unnatural is occurring in there. But something more powerful inside is blocking any detailed arcane investigations. It figures!$B$BYou can expect heavy resistance - no other mission that we\'ve sent in there has yet to return!$B$BScout it entirely and then report back to the force commander with what you witness.','Fully investigate the Blood Furnace and then report to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.','THEY HAVE A PIT LORD?!$B$B$B$BThat seals it. They must be using the blood from this pit lord to create new fel orcs that are somehow not aligned with the Burning Legion. And if they can do this to the brown orcs, they can do it to the green ones too. With all of the new Horde orcs streaming in through the Dark Portal, that\'s not good!$B$BWe must strike at the heart of their military might, and soon!','Private, report! Have you scouted all of the Blood Furnace yet?','Fully Investigate The Blood Furnace','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25714,25713,25712,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,350,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,4200,0,0,0,'',9575,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,1000,0,0,3,5,1,1,0,0,0,0,0,1,0,0,8),(9608,11685,3535,0,140,59,63,81,690,0,0,0,0,0,0,0,0,0,0,0,'Heart of Rage','$C, you must gather a group to investigate the Blood Furnace inside Hellfire Citadel at once!$B$BThe magical scrying that we have at our disposal indicates that something unnatural is occurring in there. But a powerful force inside is blocking any detailed arcane investigations, so it must be very important.$B$BYou should expect heavy resistance - no other mission that we\'ve sent in there has ever returned!$B$BScout it entirely and then report back to Nazgrel, advisor to Thrall, with what you witness.','Fully investigate the Blood Furnace and then report to Nazgrel at Thrallmar in Hellfire Peninsula.','THEY HAVE A PIT LORD?!$B$B$B$BThat seals it. They must be using the blood from this pit lord to create new fel orcs that are somehow not aligned with the Burning Legion. And if they can do this to the Mag\'har brown orcs, they can do it to us!$B$BWe\'ll have to strike at the heart of their military might, and soon!','Have you scouted all of the Blood Furnace yet? What do you have to tell me?','Fully Investigate The Blood Furnace','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25714,25713,25712,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,4201,0,0,0,'',9572,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(9609,10958,8,0,8,30,37,0,1101,0,0,0,0,0,0,0,0,1396,0,0,'Help Watcher Biggs','Magtoor has informed me that there\'s a stranded watcher nearby. Apparently the caravan he was escorting from Darkshire was attacked by Lost Ones. It sounds as if he\'s the sole survivor.$B$BHe\'s somewhere to the south. Please, $c, lend him your aid.','Find Watcher Biggs in the Swamp of Sorrows.','What? A draenei sent you here from the Harborage? How odd.$B$BWell, I\'m not one to turn down assistance. Thanks for coming, $C!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9610,10958,8,0,8,38,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Pool of Tears','I am interested in studying Azeroth\'s past and I\'m wondering if you\'d be willing to help?$B$BThere is a nearby place of historical significance within the swamp that I would like for you to venture to. The Pool of Tears lies to the southeast. It is said that upon its shores and within its depths are buried artifacts of the Atal\'ai troll civilization.$B$BBut beware, it is guarded by Somnus, an ancient green dragon, and his dragonkin, as well as carnivorous fish in the pool itself!','Obtain 5 Atal\'ai Artifacts and return them to Holaaru at the Harborage in the Swamp of Sorrows.','I thank you, $C. The study of these artifacts should keep me occupied for some time. How else are we Broken and draenei to fit in if we do not come to understand the history of your world?','I look forward to you gathering enough of the Atal\'ai artifacts so that I might begin to study them. I\'m eager to discover what happened to their once-great civilization.','','','','','',6175,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,2,2,6,0,0,0,1000,0,0,1,0,0,6),(9611,10958,3524,0,1152,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Azuremyst: aa - A - Quest Flag 000','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9612,10958,3524,0,128,5,8,0,1024,0,0,0,0,0,0,0,0,0,0,0,'A Hearty Thanks!','You saved my life, $N! Thank you so much! That beast would have torn me to shreds if it weren\'t for you.$B$BIf you see the exarch at Azure Watch, tell him of what you did. I\'m sure he\'ll be pleased to hear such news!','Speak with Exarch Menelaous at Azure Watch.','Well done, $N. Well done indeed! You are turning out to be a special $R - a cut above the others of your age. Take this as a reward!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9613,10958,2562,0,200,70,70,0,0,0,0,0,967,9000,0,0,0,0,23904,1,'Deprecated: Keanna\'s Will','$B$BOuch! Don\'t do that! Can\'t you see I\'m in pieces? It really hurts.$B$BI see that Karazahan hasn\'t trapped you. You must know about Kadghar and the Violet Eye then.$B$BYou\'re going to need to find someone who can put me back together. Koren... he was our agent once... he\'s nearby. I hope you\'re on our good side. If so, he can help!','The Shattered Blade you found in Karazhan wants you to ask Koren to repair it. You\'ll also need to attain Honored reputation with the Violet Eye to complete this quest.','','','','','','','',23904,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9614,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Reforge a Short Blade','This weapon has been broken into so many pieces... putting it back together won\'t be easy.$B$BI\'m going to need khorium. Lots of it. I\'ll also need a void crystal and some primal fire.','Bring 40 Khorium Bars, 1 Void Crystal and 8 Primal Fires to Koren inside Karazhan.','','','','','','','',23449,22450,21884,0,0,0,40,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23905,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9615,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Reforge a Long Blade','This weapon has been broken into so many pieces... putting it back together won\'t be easy.$B$BI\'m going to need khorium. Lots of it. I\'ll also need a void crystal and some primal fire.','Bring 40 Khorium Bars, 1 Void Crystal and 8 Primal Fires to Koren inside Karazhan.','','','','','','','',23449,22450,21884,0,0,0,40,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23647,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9616,10958,3524,0,128,5,7,0,1101,0,0,0,0,0,0,0,0,0,23910,1,'Bandits!','This appears to be a bounty ledger. You cannot understand the blood elf language but you note that there is a picture depicting a dead draenei, a smiling blood elf standing over the corpse, and a symbol of what you think is some sort of blood elf currency.$B$BThey\'ve put a hit out on draenei! You must inform the exarch.','Take the Blood Elf Communication to Exarch Menelaous at Azure Watch.','By the beardless, geometric head of O\'ros! It is good you brought this to me, $N. These blood elves are out for... well, blood. Velen will be informed at once! Take this as a reward.','Yes? I\'m very busy, $N.','','','','','',23910,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24141,24142,24144,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(9617,10958,0,261,136,10,-1,0,512,4,0,0,0,0,0,0,0,9484,0,0,'Seek the Farstriders','Lieutenant Dawnrunner at Farstrider Retreat has requested an audience with all able hunters. It would greatly benefit you to seek her out, $N. She is a beacon of wisdom for those of our calling.$b$bFarstrider Retreat lies south of Silvermoon City.','Speak with Lieutenant Dawnrunner at Farstrider Retreat.','$N, it is good you have come. Our list of allies grows thin, and even those who share our cause are not completely trusted. It is because of this that we, the rangers, turn to nature for aid.$B$BIn the allies of the forest we find a deep bond that does not know deceit.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'10530',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9618,10958,0,162,128,10,10,0,0,8,0,0,0,0,0,0,0,0,23919,1,'Return the Reports','Your sleight of hand was most impressive. There\'s no question that I can trust you to take these reports to Zelanis.','Bring Keltus Darkleaf\'s Reports to Zelanis in Silvermoon City.','All of these reports are from Keltus? He\'s been quite busy, that\'s for sure.$B$BKeltus is a $c among rogues--he rarely follows orders to the letter, and often takes matters into his own hands! Don\'t take that wrong, however, as he is one of my most trusted spies and we would be lost without him.$B$BYou\'ve done an exemplary job today. Please accept this blade and guide it into our enemy\'s back. ','Were you able to locate Keltus? ','','','','','',23919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9460,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9619,10958,0,61,128,10,-1,0,512,256,0,0,0,0,0,0,0,0,23732,1,'The Rune of Summoning','The voidstone reveals a vision of a multi-story building haunted by ghostly figures. As the scene sharpens and blurs, other buildings come into view, leading you to believe it is Goldenmist Village.$b$bRooftops and tree canopies suddenly flash by, revealing the way to Goldenmist by following the Elrendar River to the west.$b$bOnce there, use the voidstone near the rune of summoning atop the center building and defeat the summoned voidwalker. Only then can you return to your teacher.','Use the Voidstone to summon a Voidwalker in Goldenmist Village, defeat it, and return to Talionia in Silvermoon City.','I\'m impressed you are standing here, $N. Many an apprentice has perished to the voidwalker, or even the voidstone itself.$B$BThe voidwalker is now yours to command. Use your new servant well.','Have you followed the path revealed by the voidstone?','','','','','',23732,0,0,0,0,0,1,0,0,0,0,0,5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,11520,0,0,0,0,0,0,0,1020,0,0,0,0,'',9529,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9620,10958,3525,0,136,10,14,0,1101,0,0,0,0,0,0,0,0,9628,0,0,'The Missing Survey Team','As we\'ve gotten ourselves established here at Blood Watch, I\'ve been sending out survey teams to create more reliable maps of the island. In most cases, they returned unharmed with the data we need, but the team I sent east to the ruins hasn\'t reported back.$B$BI worry about what might have happened to them, but I can\'t spare the men to send another mission after them. Find them, $N, and lend them any assistance they require to return with their survey data.','Harbinger Mikolaas wants you to find the Survey Team he sent to the Ruins of Loreth\'Aran and assist them in any way you can.','The bodies of the $R survey team are scattered all over the ground here, pierced by naga weaponry. The area is littered with the remains of their supplies and survey equipment, but their data crystals are nowhere to be seen.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',9581,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9621,10958,1497,0,128,15,21,0,512,0,0,0,0,0,0,0,0,9626,23929,1,'Envoy to the Horde','There were doubts about our capabilities among our potential new allies. Of what use could we be to them when perceived as unable to deal with our problems at home?$B$BThis changes everything. No longer will our power be questioned. We\'ll be able to join the Horde as equals.$B$BTake this letter to Sylvanas, ruler of the Forsaken. She\'s already on our side but the news of Dar\'Khan\'s death will be music to her ears. Prepare for a long trip, $N. If all goes well she will send you to Orgrimmar.','Bring the Letter from Lor\'themar Theron to Lady Sylvanas Windrunner in Undercity, the Forsaken capital in Tirisfal Glades.','It is done then. The foul traitor got what he deserved.$B$BYou did this yourself? An impressive feat that proves that your race remains worthy, $N.$B$BI see that Lor\'themar has additional news that will greatly improve his relations with Thrall. ','Ah, a visitor from Quel\'Thalas! What news do you bring?','','','','','',23929,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',9328,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9622,10958,3524,0,136,7,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Warn Your People','The Hold is saved and soon my people will make their way back to the ancestral home. The prophecy has come to pass and a new age of prosperity begins for the Stillpine.$B$BBut I fear that darkness looms ahead for your own people. There are questions left unanswered - visions of prophecy unseen.$B$BReturn to your leaders and tell them of what you have seen here.$B$BAnd Promised One, should you ever require the aid of Stillpine, you have merely to ask.','Speak with Exarch Menelaous at Azure Watch.','Visions you say? Interesting... And this prophecy has come to pass?$B$BBut you say they saw the power core of the Exodar? And O\'ros was also in the vision? What can it mean?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',9570,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9623,10958,3524,0,128,10,11,0,1101,0,0,0,0,0,0,0,0,9625,23928,1,'Coming of Age','You have survived the wilds of our new home and shown yourself a cut above the others. I believe that you have come of age to assist those battling on the front lines of Bloodmyst. The Hand of Argus could use a $r like you. $B$BReport to Torallius the Pack Handler. You will find him outside the Exodar, tending to the elekk. Give him these orders so that he may direct you towards your new duties on Bloodmyst.','Exarch Menelaous at Azure Watch has asked that you deliver the Exarch\'s Orders to Torallius the Pack Handler, standing outside of the Exodar.','$B$BAlright, let me have a look at those orders.','$B$BThis is the best we can offer the Hand of Argus?','','','','','',23928,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9624,10958,3525,0,136,9,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Favorite Treat','I\'ve made a wonderful discovery, $c. On the uncorrupted part of the island grows a remarkable fruit called the sand pear. They\'re found near the bottoms of the trees.$B$BI\'ve been preparing pies from them, but if I\'m not careful, the elekk will start to wander over and steal my fruit. I\'ve taken to gathering enough to share with the animals, but my stores are gone and the craving for pie has returned. Would you be willing to help gather the fruit I need for another batch of pies? I promise I\'ll share!','Aonar at Kessel\'s Crossing wants you to bring him 10 Sand Pears.','Did you have a difficult time finding enough? It\'s been taking me longer with each trip.$B$BSoon, I\'ll have to stop altogether since I won\'t be able to spare the time. Thank you for gathering the pears for me, $N. It gives me a chance to make a last pie or two before the season\'s out.','The sand pears are getting harder to find and, of course, that means less pie and fewer treats for the elekk here. Were you able to gather all the fruit I\'ll need?','','','','','',23927,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26018,26004,26031,0,0,0,1,1,1,0,0,0,24072,0,0,0,20,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9625,10958,3524,0,136,10,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Elekks Are Serious Business','Is he crazy? Entrusting something like this to some no-named $r youngling!$B$BJust remember this kid: You\'ll never make it as a Hand of Argus! You don\'t have the guts!$B$BI guess I\'ll have to humor him this time. Speak with Vorkhan at Kessel\'s Crossing on Bloodmyst Isle. Just follow the road north from here, and when it forks, just keep on going north.','Speak with Vorkhan the Elekk Herder on Bloodmyst Isle.','Well ya made it this far! Let\'s put ya to work before you get too bloodied up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',9623,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9626,10958,1637,0,128,15,21,0,512,0,0,0,0,0,0,0,0,9627,23930,1,'Meeting the Warchief','I haven\'t lost any love for my homeland or its people, as you know. I\'ve fought tooth and nail for Silvermoon to be allowed a place beside Undercity and Orgrimmar at the negotiating table.$B$BThis should silence any opposition. Take this letter to Thrall in Orgrimmar. As leader of the Horde he will have the final say on accepting your race\'s pledge.$B$BI\'ve added my own seal to the letter as a personal endorsement. Go northwest of the city and board the zeppelin bound for Durotar at the tower.','Lady Sylvanas Windrunner wants you to take the Letter Sealed by Sylvanas to Thrall in Orgrimmar, capital of Durotar.','$B$BSylvanas is a persistent one. So she\'s sent one of Silvermoon\'s own champions... how does this change anything?','You\'ve come to see me, $r? Speak and be quick. I\'ve no time for the formalities of your race. ','','','','','',23930,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',9621,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9627,10958,3487,0,136,15,21,0,512,0,0,0,0,0,0,0,0,0,0,0,'Allegiance to the Horde','Your people suffered a great betrayal by the Alliance. You\'ve succeeded in fending off Darnassian attacks as well as spies from Ironforge. Now you\'ve defeated a powerful Scourge leader at the footsteps of your home. Your worthiness is no longer in question.$B$BIt is now apparent that you need us and we need you. Return to Lor\'themar. Tell him I received his message loud and clear.$B$B$B$BWelcome to the Horde, elf.','Return to Silvermoon City and report back to Lor\'themar Theron.','Your work has helped advance our race\'s cause a tremendous deal. Not only does Thrall believe we\'re capable of handling ourselves in the face of the enemy, he also believes he can use our link with Outland as a means to reach his people.$B$BNot exactly the truth, but not a lie either.$B$BBrace yourself for great changes, $N. We are now officially part of the Horde.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',9626,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9628,10958,3525,0,136,10,14,0,1101,0,0,0,0,0,0,0,0,9584,0,0,'Salvaging the Data','It\'s too late to assist the cartographers in completing their mission, but it appears they collected the data Harbinger Mikolaas was expecting. The crystal storing their survey information was not among their ransacked packs, so it must be in the hands of the Wrathscale naga.$B$BYou know that Harbinger Mikolaas will be saddened by the loss of the survey crew, but would want to salvage the survey data.','Obtain the Survey Data Crystal from the Wrathscale near the dead cartographers and return it to Harbinger Mikolaas at Blood Watch.','$B$BThey were good men, $N, and they knew their mission would be dangerous. I\'m grateful for your help in locating the team and recovering the crystal.$B$B$B$BWe\'ve lost too many good men already, and our mission has only just begun.','Were you able to find out what was keeping the survey team from returning?','','','','','',23932,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26016,0,0,0,1,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',9620,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9629,10958,3525,0,128,10,13,0,1101,0,0,0,0,0,0,0,0,9574,23995,1,'Catch and Release','The Blacksilt murlocs on the southwestern coast are curious creatures. In some ways, they act barely sentient, yet in others, they show a remarkable degree of organization.$B$BI have a few theories about that, but no real way to test them until recently. I\'ve devised a method that will allow me to track the murlocs I\'m interested in without doing any lasting harm or interfering with their natural behavior. If you\'re willing to help with the marking, I\'ll gladly pay you for your assistance.','Morae at Blood Watch wants you to \'mark\' 6 Blacksilt Scouts using the Murloc Tagger. ','Well done, $N. I was worried that the marking device might malfunction, but it seems like everything went according to plan.','Did the device work? Have you marked the murlocs for my research?','','Blacksilt Scouts Tagged','','','',0,23995,0,0,0,0,0,1,0,0,0,0,17654,0,0,0,6,0,0,0,30875,0,0,0,0,0,0,0,26034,26022,26008,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,5),(9630,10958,2562,0,200,70,70,62,0,0,0,0,0,0,0,0,0,9638,0,0,'Medivh\'s Journal','Your name is getting around, $N. You\'ve made your way into and out of Karazhan - more than most mortals can claim.$B$BI need to ask a special favor of you. As part of our research, the Violet Eye has been trying to track down Medivh\'s own journal.$B$BUnfortunately, none of the agents we\'ve sent inside have come out. Wravien was the last to be sent; see if you can find him and see about any leads on the journal.','Archmage Alturus at Deadwind Pass wants you to go into Karazhan and speak to Wravien.','A vast wealth of information... I could spend years here! I\'m sure Dalaran will understand...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9631,10958,3523,0,128,70,70,0,0,0,0,0,0,0,0,0,0,9637,24152,1,'A Colleague\'s Aid','There is a small detail I\'ve forgotten to take into account. The residue of Medivh\'s essence contained in this bone fragment is completely devoid of life - just like Arcanagos.$B$BThere is a way, however. And I know just the person to help us.$B$BTravel to Area 52 in Netherstorm and show the bone fragment to Kalynna Lathred. She will know just what to do.','Take the Charred Bone Fragment to Kalynna Lathred at Area 52 in Netherstorm.','Alturus wants to raise a whole dragon back from the dead? Not an easy task by any stretch of the imagination.$B$BLet us discuss how we can be of mutual assistance, $N.','Alturus sent you. The stars spoke of your arrival.','','','','','',24152,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',9680,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9632,10958,3525,0,128,15,15,0,1101,0,0,0,0,0,0,0,0,9633,23937,1,'Newfound Allies','Harbinger Mikolaas has done a commendable job of safeguarding Blood Watch, $c, but our enemies are many and our resources few.$B$BOur weakness is well known to our enemies, but your contact with the forces of the Alliance is something they haven\'t accounted for. I have prepared a letter of introduction to the people of Auberdine, the closest Alliance settlement, proposing cooperation in the fight against our foes. Take it with you and seek out Huntress Kella Nightbow near the docks west of the Exodar.','Take the Letter of Introduction to Huntress Kella Nightbow in Azuremyst Isle.','I can help you get to Auberdine. Fortunately, it\'s only a short boat trip away! ','Greetings, $c. What have you there? ','','','','','',23937,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(9633,10958,3525,0,128,15,15,0,1101,0,0,0,0,0,0,0,0,0,23937,1,'The Way to Auberdine','If you wait out on the dock, you\'ll see the boat arriving from the port of Auberdine in Darkshore. Once it has offloaded its passengers, you\'ll be able to board.$B$BAfter a short journey, the boat will put in at Auberdine and you\'ll be able to deliver your message.$B$BIt\'s probably best to take this to Thundris Windweaver, an old friend of mine and a well-respected citizen of the town. ','Take the boat from the dock near Huntress Kella Nightbow to Auberdine. Once you have arrived in Auberdine, take the Letter of Introduction to Thundris Windweaver.','$B$BThe isles the $R call Azuremyst and Bloodmyst were inhabited long ago by my people. Some of the threats faced by Anchorite Paetheus and his brethren are ancient enemies of the night elves.$B$BI am certain that the people of Auberdine are willing to provide what aid we can to our new allies. As soon as I have spoken with the townspeople and the sentinels, I will send word to Paetheus.','Welcome to Auberdine, friend. What brings you to Darkshore?','','','','','',23937,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',9632,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9634,10958,3525,0,136,8,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Alien Predators','One thing we\'ve learned in our travels is that extreme care must be taken when introducing wildlife from one world to another. When the Exodar crashed, it was carrying specimens of various Outland species, including an insectoid predator called the ravager.$B$BSome of the specimens were lost, but many others survived and took to the wild. If we don\'t keep them in check, they will upset the natural balance here on the islands.$b$bYou\'ll find these ravagers to the west of Kessel\'s Crossing, near the coast.','Kill 10 Bloodmyst Hatchlings then return to Vorkhan the Elekk Herder at Kessel\'s Crossing on Bloodmyst Isle.','Well done, $N. The ravager population will bear watching for some time to come, but we\'ve made a good start.','We must act before the ravager displaces Bloodmyst Isle\'s native predators. Have you begun culling the ravager population?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17525,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,26051,26053,26049,27389,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',9625,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9635,10958,0,201,136,58,60,0,690,0,202,300,0,0,0,0,0,0,0,0,'The Zapthrottle Mote Extractor!','The swamp gas is truly amazing, and can be very useful, mon! But first, you gotta be able to suck it up, and that, my friend, requires a Zapthrottle Mote Extractor.$B$BNow, I could just give you the schematics, but I\'ll need something in return first. How about some spare parts? Last time I checked, there were plenty laying around near the broken steam pump at the Dead Mire, far to the northeast.$B$BI heard that the withered giants spread the pieces all over that dried-out lake bed.','Bring 15 Steam Pump Parts to Mack Diver at Zabra\'jin in Zangarmarsh.','Alright! Now if we only had a stretchy loop, a parchment clamp, a guzzle tube and some sticky duck ribbon. Then we could really make something!$B$BOk, ok, I guess you\'ve earned this, $N. Have fun!','You got those parts yet? I\'ve got some diving to do.','','','','','',23981,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23888,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9636,10958,0,201,136,58,60,0,1101,0,202,300,0,0,0,0,0,0,0,0,'The Zapthrottle Mote Extractor!','Have you seen the swamp gas? Isn\'t it just shiny?$B$BIt takes a Zapthrottle Mote Extractor to suck \'em dry though. I could give you the plans to make one, but I really need some spare parts to fix stuff \'round here.$B$BLast time I checked, there were plenty of parts laying around near the steam pump at the Dead Mire to the northeast. I think the withered giants broke the pump out there.$B$BShall we help each other out?','Bring 15 Steam Pump Parts to K. Lee Smallfry at Telredor in Zangarmarsh.','Shiny! And really, what engineer ever has enough spare parts just hanging around? Ooh, maybe I could sell off the extra and buy me some of that Tigule and Foror\'s Strawberry Ice Cream?! I just love strawberries! Do you think they have any around here?$B$BOk, ok, I guess you\'ve earned this, $N. Have fun!','You got those parts yet? I\'ve got a compression coil to fix before Anchorite Ahuurn starts breathing down my neck!','','','','','',23981,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23888,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9637,10958,2562,0,200,70,70,85,0,0,0,0,0,0,0,0,0,9644,0,0,'Kalynna\'s Request','I left the Kirin Tor in pursuit of knowledge forbidden by those of my order; it is beyond ironic that I am now asked to assist them with that very same knowledge.$B$BIf I\'m to perform this favor for you, you will have to do something for me first. I want you to obtain two of the tomes I\'ve been searching for.$B$BThe first one is called the Tome of Dusk and is owned by the orc warlock known as Nethekurse. The second, known as the Book of Forgotten Names, belongs to the arakkoa known as Darkweaver Syth.','Kalynna Lathred wants you to retrieve the Tome of Dusk from Grand Warlock Nethekurse in the Shattered Halls of Hellfire Citadel and the Book of Forgotten Names from Darkweaver Syth in the Sethekk Halls in Auchindoun.$B$BThis quest must be completed in Heroic difficulty.','Excellent, $N. I\'ve been trying to attempt these books for a very long time. It is fortunate that we were able to be of mutual assistance.','Have you obtained the tomes I seek, $N?','','','','','',25461,25462,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',9631,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9638,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,9639,0,0,'In Good Hands','Was I supposed to be looking for this journal? It can\'t be... I don\'t quite recall...$B$BOf course! It is Gradav you\'re thinking of. He was looking for the book when I got here. Surely he must\'ve found it by now; why don\'t you go ask him about it?$B$BI\'d lend you a hand... but these books are just so... interesting!','Speak to Gradav at the Guardian\'s Library in Karazhan.','Can\'t you see I\'m in the middle of something here? What do you want?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',9630,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9639,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,9640,0,0,'Kamsis','Journal, what journal? You\'re thinking of Kamsis, surely.$B$BGo and ask her about it. I can\'t leave my project right now or all my work will be wasted!','Speak to Kamsis at the Guardian\'s Library in Karazhan.','The journal you speak of... I was sent here to look for it wasn\'t I?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',9638,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9640,10958,2562,0,200,70,70,62,0,0,0,0,0,0,0,0,0,9645,0,0,'The Shade of Aran','Let me think for a second. The Violet Eye... Medivh\'s Journal... Why yes, it\'s all coming back to me now.$B$BI believe I had the journal you\'re looking for before I started to read these scrolls...$B$BAran... yes, Aran asked me for the book. So nicely too. I just had to give it to him. He\'s Medivh\'s father after all, did you know?','Obtain Medivh\'s Journal and return to Kamsis at the Guardian\'s Library in Karazhan.','Did you find what you were looking for? You were looking for something, weren\'t you?','Weren\'t you looking for a journal or something?','','','','','',23933,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',9639,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9641,10958,3525,0,136,13,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Irradiated Crystal Shards','The Exodar\'s crash scattered pieces of fouled crystals all over Bloodmyst Isle, corrupting the water and the landscape.$B$BWe\'ve even begun finding pieces of the crystals inside the flesh of animals taken for meat. I\'ve uncovered a way to purify the shard and turn them into functional crystals, so if you bring me enough shards, I\'ll trade one of my completed crystals for them. So far I\'ve found the shards in the bodies of bears, ravagers, flutterers, and treants inhabiting the corrupted part of the island.','Vindicator Boros at Blood Watch wants you to bring him 10 Irradiated Crystal Shards.','Well done. These will provide the raw materials for another batch of enhancement crystals.$B$BYou\'re welcome to choose from among the three kinds of crystals I can make. I find each of them useful for stalking different kinds of prey.','Have you gathered crystal shards from the creatures of Bloodmyst?','','','','','',23984,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23985,23986,23989,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9642,10958,3525,0,136,13,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'More Irradiated Crystal Shards','','','Very well, here are the crystals that I have, $N. Use them well.','If you have more of the irradiated crystal shards, I\'d be happy to exchange them for another of my crystals.','','','','','',23984,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23985,23986,23989,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9641,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(9643,10958,3525,0,136,14,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Constrictor Vines','A good woodsman makes use of every available resource, $c. Even the most bizarre creatures possess attributes we can use to our advantage.$B$BWith Blood Watch under constant assault from the Sunhawks, we\'re looking to a variety of natural defenses including traps. The lasher\'s thorny vines are perfectly suited to the construction of the traps I have in mind. The combination of sharp spines and deadly toxin will fell unwary attackers. Bring me the vines of mutated constrictors so that I can begin my work.','Tracker Lyceon at Blood Watch wants you to bring him 6 Thorny Constrictor Vines.','These seem sturdy enough to do the job. Thank you for your help, $N. Your contribution to Blood Watch\'s defense will not be forgotten.','Did you manage to get the constrictor vines?','','','','','',23994,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9644,10958,2562,0,192,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'Nightbane','You fulfilled your end of the deal. I will now bind your essence to that of the dead blue dragon.$B$BThere is an urn in the Master\'s Terrace, should you touch that urn, you\'ll now release its energy anl bring life back to the charred remains of Arcanagos. Defeat the creature and retrieve its essence immediately! You will need to take it to Alturus.$B$BShould you fail, the stars predict you will have let a great terror loose upon the skies.$B$BA terror known as Nightbane!','Go to the Master\'s Terrace in Karazhan and touch the Blackened Urn to summon Nightbane. Retrieve the Faint Arcane Essence from Nightbane\'s corpse and bring it to Archmage Alturus.','This is astounding! Not only have you brought back Medivh\'s Journal, but you\'ve also retrieved a fragment of his very essence.$B$BAs faint as this lingering essence is, it will reveal to us vital information about Medivh. We will not forget this, $C.','What news do you bring, $N?','','','','','',24139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31118,31117,31116,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',9637,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9645,10958,2562,0,194,70,70,62,0,0,0,0,0,0,0,0,0,9680,23934,1,'The Master\'s Terrace','Journal? What journal?$B$BOh, right. That journal! The Violet Eye sent me here for it. It\'s all coming back now.$B$B$B$BThis is the page that Alturus is interested in. Did you know that while other people\'s journals serve as a record of their memories, Medivh\'s is literally just that?$B$BTry it. Go to the Master\'s Terrace and read the page; you\'ll see just what I mean. Might as well report to Alturus while you\'re at it. I\'m afraid I\'ll be here for a while.','Go to the Master\'s Terrace in Karazhan and read Medivh\'s Journal. Return to Archmage Alturus with Medivh\'s Journal after completing this task.','It is a shame that the agents we sent succumbed to Karazhan\'s magic. At least you managed to obtain what they were after.','You\'ve returned! What news do you bring?','Journal Entry Read','','','','',0,23934,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',9640,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9646,10958,3525,0,136,9,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Deathclaw','By order of Harbinger Mikolaas: A bounty of 18 silver to be paid to the brave soul who returns with proof of the marauding bear Deathclaw\'s demise.$B$BDeathclaw should be considered extremely dangerous and is responsible for the killing of a survey team on the coast to the northwest of Blood Watch. Travelers are advised to avoid the area.','Bring Deathclaw\'s Paw to Harbinger Mikolaas in Blood Watch.','Well done. From what I\'ve heard, it couldn\'t have been an easy fight. You\'ve more than earned your reward, $N.','How can I help you, $c?','','','','','',24025,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27398,27400,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9647,10958,3525,0,136,14,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Culling the Flutterers','When we first encountered flutterers, they showed few signs of mutation. As the corruption got progressively worse, the moths and other species began to show signs of contamination.$B$BIt has progressed to the point where they damage nearly everything they come in contact with. They\'re amplifying the damage being done by the crystal shards scattered by the Exodar\'s crash. We have no choice but to begin culling their population in the lands north of Blood Watch.','Tracker Lyceon at Blood Watch wants you to kill 10 Royal Blue Flutterers.','In time, we\'ll have to devise a plan for returning the species to its native state, but for now, periodically culling their numbers is about the best we can hope for. Thank you for your help, $N.','Have you culled the moths?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17350,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,26013,26026,26038,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9643,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9648,10958,3525,0,136,10,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mac\'Aree Mushroom Menagerie','Did you know mushroom hunting is far more dangerous than mushroom consumption? Mushroom hunters expose themselves to many unknowns - not including potential wildlife dangers!$B$BWhat would life be without a little danger? I am in need of mushrooms for my collection. Scattered throughout these unexplored wilds you will find four different types: An aquatic stinkhorn, a blood mushroom, a ruinous polyspore, and a fel cone fungus. They are each unique to various regions in Bloodmyst. Bring them to me.','Jessera of Mac\'Aree at Blood Watch wants 1 Aquatic Stinkhorn, 1 Blood Mushroom, 1 Ruinous Polyspore, and 1 Fel Cone Fungus.','Well, I did warn you - did I not? Hopefully this payment more than makes up for the mild discomfort that you may have suffered. Return to me when you have gained strength and perhaps I will have another job for you - mushrooms of course!','Remember, the mushrooms I requested are each unique to the different environments of Bloodmyst.','','','','','',24041,24040,24042,24043,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26014,26028,26040,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9649,10958,3525,0,136,15,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ysera\'s Tears','Good to see you again, $N! You were exceptionally efficient in completing the last task that I offered you. Perhaps you would be interested in another?$B$BTo the northeast lies Wyrmscar Island, home to a rare species of mushroom known as Ysera\'s tear - named after the green dragonlings that inhabit the island. I only require a small sampling of the mushroom, but I must warn you that the denizens of the island do not welcome visitors. Tread carefully.\n','Jessera of Mac\'Aree at Blood Watch wants 2 Ysera\'s Tears.','I hope this wasn\'t too strenuous a task, $N. Once again you have proven yourself a competent and considerate $r. I offer my gratitude and a small bit of monetary compensation.\r\r\n','Back so soon?','','','','','',24049,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26005,26019,26030,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9648,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9650,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Magical Augmentation','Yes, let\'s enhance my magical properties. That makes sense. I was, after all, a wizard in life.$B$BJust because one\'s physical vessel is a weapon does not automatically make someone a brute.$B$BI will need you to collect some materials.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23911,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9651,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Magical Augmentation','Yes, let\'s enhance my magical properties. That makes sense. I was, after all, a wizard in life.$B$BJust because one\'s physical vessel is a weapon does not automatically make someone a brute.$B$BI will need you to collect some materials.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23649,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9652,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Physical Enhancement','I wouldn\'t mind that. We might as well make the best of our situation... in my case, being a weapon. Might as well become the best weapon I can be.$B$BYes, let\'s do that. A sharper edge, a sturdier hilt... I like the sound of that.$B$BI\'ll need you to gather a few things for me.','','','','','','','','',23905,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23916,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9653,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Physical Enhancement','I wouldn\'t mind that. We might as well make the best of our situation... in my case, being a weapon. Might as well become the best weapon I can be.$B$BYes, let\'s do that. A sharper edge, a sturdier hilt... I like the sound of that.$B$BI\'ll need you to gather a few things for me.','','','','','','','','',23647,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23648,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9654,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: A Well Rounded Defense','Offensive magic was my area of expertise... that much I can remember. I\'ll do my best to add my arcane channeling powers to yours.$B$BI\'ll need more raw power than I possess right now, however. The arcane anomalies that roam the upper levels of the guardian\'s library would make excellent targets. Gather their arcane residue, we\'ll need lots of it.','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','','','','','','','',24068,23916,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23917,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9655,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Healing Amplification','Offensive magic was my area of expertise... that much I can remember. I\'ll do my best to add my arcane channeling powers to yours.$B$BI\'ll need more raw power than I possess right now, however. The arcane anomalies that roam the upper levels of the guardian\'s library would make excellent targets. Gather their arcane residue, we\'ll need lots of it.','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','','','','','','','',24068,23911,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23914,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9656,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Lethality First','Offensive magic was my area of expertise... that much I can remember. I\'ll do my best to add my arcane channeling powers to yours.$B$BI\'ll need more raw power than I possess right now, however. The arcane anomalies that roam the upper levels of the guardian\'s library would make excellent targets. Gather their arcane residue, we\'ll need lots of it.','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','','','','','','','',24068,23916,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23650,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9657,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Offensive Channeling','Offensive magic was my area of expertise... that much I can remember. I\'ll do my best to add my arcane channeling powers to yours.$B$BI\'ll need more raw power than I possess right now, however. The arcane anomalies that roam the upper levels of the guardian\'s library would make excellent targets. Gather their arcane residue, we\'ll need lots of it.','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','','','','','','','',24068,23911,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23912,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9658,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Offensive Channeling','Offensive magic was my area of expertise... that much I can remember. I\'ll do my best to add my arcane channeling powers to yours.$B$BI\'ll need more raw power than I possess right now, however. The arcane anomalies that roam the upper levels of the guardian\'s library would make excellent targets. Gather their arcane residue, we\'ll need lots of it.','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','','','','','','','',24068,23649,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23652,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9659,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Healing Amplification','Offensive magic was my area of expertise... that much I can remember. I\'ll do my best to add my arcane channeling powers to yours.$B$BI\'ll need more raw power than I possess right now, however. The arcane anomalies that roam the upper levels of the guardian\'s library would make excellent targets. Gather their arcane residue, we\'ll need lots of it.','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','','','','','','','',24068,23649,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23653,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9660,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Lethality First','Offensive magic was my area of expertise... that much I can remember. I\'ll do my best to add my arcane channeling powers to yours.$B$BI\'ll need more raw power than I possess right now, however. The arcane anomalies that roam the upper levels of the guardian\'s library would make excellent targets. Gather their arcane residue, we\'ll need lots of it.','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','','','','','','','',24068,23648,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23918,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9661,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: A Well Rounded Defense','Offensive magic was my area of expertise... that much I can remember. I\'ll do my best to add my arcane channeling powers to yours.$B$BI\'ll need more raw power than I possess right now, however. The arcane anomalies that roam the upper levels of the guardian\'s library would make excellent targets. Gather their arcane residue, we\'ll need lots of it.','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','','','','','','','',24068,23648,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23651,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9662,10958,2562,0,200,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Keanna\'s Freedom','My memories... I remember everything now! My mind feels like a puzzle falling into place all of a sudden.$B$BI was one of the first sent to investigate Karazhan after it changed. The demon Malchezaar discovered my intrusion.$B$BI quickly realized that I was no match for him. I began to feel my soul become trapped by his magic.$B$BAt the last moment I hid a fraction of myself... of my memories inside the only place I could think of: my weapon. Malchezaar has my soul. You must help me recover it!','Defeat Malchezar in Karazhan while equipped with Keanna\'s Will. Facet of Keanna must survive.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15690,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(9663,10958,3525,0,128,10,12,0,1101,0,0,0,0,0,900000,0,0,9666,0,0,'The Kessel Run','You\'re just in time, $N. Blood elf activity in this area has doubled in the past week. Our agents have informed us that the blood elves that call themselves Sunhawks plan to launch an offensive upon Azuremyst soon. I need you to get a warning out to our allies and compatriots.$B$BWarn High Chief Stillpine at Stillpine Hold, Exarch Menelaous at Azure Watch and Admiral Odesyus at Odesyus\' Landing.$B$BTime is of the essence so I am lending you my elekk. Be sure to keep it out of water.','Kessel at Kessel\'s Crossing wants you to warn High Chief Stillpine at Stillpine Hold, Exarch Menelaous at Azure Watch and Admiral Odesyus at Odesyus\' Landing of the imminent blood elf invasion. Return to Kessel when you complete this task. You have 15 minutes. (Be sure to keep it out of water.)','Well done, $N. This was a difficult test of your abilities, but you have passed with flying colors. To become a soldier of the Hand of Argus, you must pass many such tests.','This is no time to relax!','','High Chief Stillpine Warned','Exarch Menelaous Warned','Admiral Odesyus Warned','',0,0,0,0,0,0,0,0,0,0,0,0,17440,17116,17240,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9664,4044,139,0,72,55,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Establishing New Outposts','Welcome to the Plaguelands, $n. As you know, the Forsaken and their allies hold the lands to the west of here against our best efforts. The Alliance commanders have decided that here in the east, we will establish new fortifications to tighten the noose around our enemies.$b$bTowers long abandoned since the days of Lordaeron are to be seized and rebuilt for this purpose. These lands are dangerous, and we could use your help.','Capture Crown Guard Tower, Eastwall Tower, Northpass Tower and Plaguewood Tower in the Eastern Plaguelands, then return to Emmisary Whitebeard at Light\'s Hope Chapel.','Very good, $N. It will be important for us to hold these towers against future attacks, and for that we may need your assistance until reinforcements can be brought in to secure the area.','When the towers are under our control, we will soon be able to surround the Forsaken. After that, it is only a matter of time before we can crush them.','','Capture Crown Guard Tower','Capture Eastwall Tower','Capture Northpass Tower','Capture Plaguewood Tower',0,0,0,0,0,0,0,0,0,0,0,0,17689,17690,17696,17698,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,66,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9665,4044,139,0,72,55,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Bolstering Our Defenses','Agents of the Forsaken uncovered an Alliance plot to establish new bases here in the Eastern Plaguelands, at abandoned towers throughout the area.$b$bIt is imperative that we not allow them to establish a significant presence on our eastern borders, and so we must stave off this Alliance incursion. Our current plans are to drive them out of any towers they may have already seized, and occupy those that we have under our control against further attacks.','Capture Crown Guard Tower, Eastwall Tower, Northpass Tower and Plaguewood Tower in the Eastern Plaguelands, then return to Emmisary Gormok at Light\'s Hope Chapel.','This is good news, $N. It will be a constant struggle here in the Plaguelands until we have fully driven back the forces of the Alliance.$B$BUntil that day, I hope that we will have your continued assistance.','They must be fools to think that we would allow them to establish bases so close to one of our capitals.$B$BWe will bleed their numbers until they turn tail and retreat back to the south.','','Capture Crown Guard Tower','Capture Eastwall Tower','Capture Northpass Tower','Capture Plaguewood Tower',0,0,0,0,0,0,0,0,0,0,0,0,17689,17690,17696,17698,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9666,10958,3525,0,130,10,13,0,1101,0,0,0,0,0,0,0,0,9668,24084,1,'Declaration of Power','Have you seen the serpent men? The ones that call themselves naga?$B$B$B$BThey dared make an advance upon this camp under cover of darkness only three nights ago. Can you believe the audacity of those primitive beasts?$B$BI need you to deliver a message to their leadership, $N. To the northeast is Wrathscale Lair, home to Lord Xiz. Find him, slay him where he stands and drive this banner through his corpse.$B$BLet them know fear whenever they should see our standard!','Kessel at Kessel\'s Crossing on Bloodmyst Isle wants you to kill Lord Xiz at Wrathscale Lair and drive the Draenei Banner through his dead body.','I am sorry that you had to do that, $N. Heavy-handed violence is not the $R way, but sometimes it is the only way.$B$BThis is one of life\'s truths that many do not understand until it is too late. So it was for our people, when we were slaughtered at the hands of the orcs.$B$BBecoming a Hand of Argus is a process of rebirth. And with birth comes pain...','Is it done?','Declaration of Power','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17701,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,26012,26027,26039,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',9663,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9667,10958,3525,0,136,10,13,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Saving Princess Stillpine','Help me, $N! The Bristlelimb captured me and are planning to sacrifice me to their foul gods!$B$BHigh Chief Bristlelimb holds the key that opens the cage. To force him to appear, you must slaughter the evil Bristlelimb furbolgs that inhabit the enclave, just two camps to the west of this camp. If you kill enough of them, he will surely come for vengeance! When he shows up, kill him and get the key!$B$BMy father will richly reward you if you can save me!','Release Princess Stillpine from her cage and then speak with Stillpine Ambassador Frasaboo at Blood Watch.$B$BYou must kill High Chief Bristlelimb for the key that opens the cage.','Once again you have proven yourself to be all that was prophesied. You have the eternal gratitude of the high chief $N -- and these Stillpine relics to choose from...','I don\'t have much longer, $N. They will kill me soon...','','Princess Stillpine Saved','','','',0,0,0,0,0,0,0,0,0,0,0,0,17682,0,0,0,1,0,0,0,31003,0,0,0,0,0,0,0,24342,24343,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',9538,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9668,10958,3525,0,136,10,13,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Report to Exarch Admetius','A Hand of Argus soldier is many things: Obedient, brave, intelligent, and above all, honorable. You may yet exhibit some of these traits, $c.$B$BReport to Exarch Admetius at Blood Watch if you are still interested in joining the Hand. He and his subordinates will further train you in the ways of the draenei soldier.$B$BAnd remember this, $N: Honorable people do not always perform honorably. Sometimes they cannot.$B$BYou will find Blood Watch just up this road, to the north.','Speak with Exarch Admetius at Blood Watch.','I had a feeling that you would make it this far, $C. If you are willing to go further, I am willing to teach you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',9666,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,1),(9669,10958,3525,0,136,16,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Missing Expedition','About a week ago, my research team and I were out exploring the western wilds of Bloodmyst when we were attacked by bloodthirsty spiders. The effect of the crystal contamination was clearly evident as these spiders were massive and extremely aggressive.$B$BI managed to escape but my team wasn\'t so lucky. We must not let the same fate befall others. Go west to the Amberweb Pass and destroy the spiders and their matriarch, Zarakh.','Kill 8 Myst Spinners, 8 Myst Leechers and their leader, Zarakh. Return to Achelus at Blood Watch when the task is complete.','Incredible! Did you find any survivors?$B$B$B$BI\'ll be honest, $N; nobody else was willing to take on this mission. You are a brave $c...','It was a terrible mess... ','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17523,17522,17683,0,8,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9670,10958,3525,0,136,16,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'They\'re Alive! Maybe...','It was a bloody mess, $N. We were ambushed by a large pack of these spiders. Their progenitor descended upon us with incredible speed and wrapped us up in cocoons.$B$BAfter we were webbed, she began to lay eggs near us. We were to be food for her young! FOOD!$B$BI managed to cut my way out and escape but I will not leave the others behind. So far I\'ve been unsuccessful in nearing the pass. Would you lend a hand?$B$BDestroy those cocoons! Hopefully some of our team is still alive!\n','Researcher Cornelius has asked that you free 5 Expedition Researchers.','You rescued over half the team! Word of your deed will definitely get back to Blood Watch and the exarch. Thanks again, $N.','Any luck?','','Expedition Researcher Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,17681,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26017,0,0,0,1,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9671,10958,3525,0,136,15,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Urgent Delivery','','','Are you $N? It\'s about time! I\'d just about given up on finding you!$B$BThere\'s an urgent message waiting for you at the mailbox. The person that gave it to me was a human admiral from Azuremyst. Admiral Odesy-something... the name escapes me. He said you would know who he was.$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,24132,0,0,0,0,0,0,0,0,0,'',9602,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,5,0,0,0,0,0,1,0,0,0),(9672,10958,3525,0,128,15,18,0,1101,0,0,0,0,0,0,0,0,9674,0,0,'The Bloodcurse Legacy','Dear friend,$B$BMy hand trembles as I ink this letter. I pray that it reaches you in time.$B$BLast night, Edward Hanes, captain of the ship \'Lost Hope\', appeared before me in my tent. The same Edward Hanes that died of scurvy 20 years ago.$B$BThis apparition told me a tale that made my heart tremble. A tale that I need you to hear and a mission that I need you to accomplish. Will you do it? Will you seek out Edward on Wyrmscar Island, northeast of your base?$B$BRegards,$B$BAdmiral Odesyus\n','Admiral Odesyus has asked that you find and speak with Captain Edward Hanes.','Have you heard of the bloodcurse, landlubber? No, of course you haven\'t. The bloodcurse is what sunk all these ships. The spoiled, desecrated part of the water here is known as Bloodcursed Reef - a part of the world you never want to visit. I\'ve been here myself for 20 years.$B$BScurvy my foot! I died on these wild shores as food for the dragons... Ah, but that\'s another story for another time. Right now, we have to help the poor souls that are trapped in that reef.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',9671,0,0,0,'9751',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,2),(9673,10958,0,261,136,10,-1,0,512,4,0,0,0,0,0,0,0,0,0,0,'Beast Training','Beyond bonding with your chosen pet, there remains the intricacies of caring and training it. For this, Halthenis the beast trainer of Silvermoon City can show you the way.$b$bHe always shows the utmost respect for my students, if they do the same for him. Do not disappoint me.','Speak with Halthenis in Silvermoon City.','So you\'ve learned a bit, have you?$B$B$B$BYou\'ll serve the city, and our greater cause, well with your newly-learned skills. Allow me a moment to show you how to train your pet to do some interesting tricks, like disemboweling your enemy, and you can be on your way.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24136,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23357,5300,0,0,0,0,0,0,0,510,0,0,0,0,'',9485,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9674,10958,3525,0,136,15,18,0,1101,0,0,0,0,0,0,0,0,9682,0,0,'The Bloodcursed Naga','They say when the world was sundered, this land cried the loudest. It was here that thousands of night elves faded into oblivion and in their place rose terrible creatures of hate - the naga.$B$BObedient to their twisted queen, Azshara, they would destroy all that would dare pass through their sea. It would remain this way for thousands of years - until now.$B$BThe first order of business is to remove the bloodcursed naga from the reef.','Captain Edward Hanes on Wyrmscar Island wants you to kill 10 Bloodcursed Naga.\n','A good start, but there\'s much more to be done!','They\'re nasty creatures...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17713,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'9672 9751',9672,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9675,10958,0,261,136,10,-1,0,1024,4,0,0,0,0,0,0,0,0,0,0,'Beast Training','Oh, one more thing! You\'ll want to speak with Ganaar at the Exodar. He\'ll be able to teach you the last bits of knowledge necessary to care for your pet and train it.$b$bYou can find him in the southwest corner of the Traders Tier.','Speak with Ganaar at the Traders Tier of the Exodar.','Knowing how to feed and revive your pet from death is not just an extra \"tidbit\" as your last teacher so mildly put it. Even more so, training allows your pet to improve in ways they couldn\'t have on their own.$B$BI\'ve already learned much from the furbolgs, so pay attention and I\'ll pass the knowledge on to you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24138,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23357,5300,0,0,0,0,0,0,0,510,0,0,0,0,'',9593,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9676,10958,0,141,136,1,1,0,690,2,0,0,0,0,0,0,0,0,0,0,'Paladin Training','As you advance within your class, you will want to take advantage of the training that your class trainer can provide you. For young paladins here on Sunstrider Isle, your trainer is Jesthenis Sunstriker. Speak with Jesthenis and see what training he has available for you. The things he will teach do have a cost, so bring some coin with you.$B$BYour trainer - as with all the trainers on Sunstrider Isle - is inside the Sunspire on the lower level.','Speak with Jesthenis Sunstriker - the Paladin class trainer - inside the Sunspire on Sunstrider Isle.','I am heartened by your initiative to speak with me. In the past I was responsible for the training of young paladins as they entered our order. This is a duty and privilege that I humbly take up once more. Your name has been mentioned as one who seeks to do good in the name of the Light. It would be my honor to guide you in your first steps as a $C.$B$BShall we begin?','I see the pride swelling in your chest. Already you fancy yourself one of the Blood Knights.\r\n\r\nIn time. you will earn your place among us. But first you must learn to harness and master the powers of the Light, hone your skills at arms, and prove your worthiness.\r\n\r\nYou must be prepared to endure the derision, fear, and revulsion of those you\'re sworn to defend. So it is among those who can\'t comprehend the price of the great power that safeguards them. Keep your head high and your blade at the ready, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',8325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9677,10958,0,141,136,12,-1,0,512,2,0,0,0,0,0,0,0,9678,0,0,'Summons from Knight-Lord Bloodvalor','$N, you have excelled in your early training and distinguished yourself among those who would become Blood Knights. You are ready to undertake the next phase of your training and, to that end, Knight-Lord Bloodvalor himself has asked to speak with you.$B$BI have no doubt that Knight-Lord Bloodvalor wishes to set a trial for you to test your abilities and training. You will find him in the Blood Knight headquarters in Silvermoon City\'s Farstriders\' Square. I wish you well, $N.','Speak with Knight-Lord Bloodvalor in Farstriders\' Square in Silvermoon City.','Welcome, young initiate. That you have answered my summons so promptly bodes well for you.$B$BLet us dispense with pleasantries, then, as they are best left to courtiers and their ilk.$B$BYour rapid progress has caught my attention, $N. We will see if you have taken your lessons to heart.','yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9678,10958,0,141,136,12,-1,0,512,2,0,0,0,0,0,0,0,9681,0,0,'The First Trial','You have learned much of combat and bloodshed, initiate, but there is much more to our order.$B$BMastery of the Light requires a focused mind and tremendous willpower. Without these, you are little better than a street thug.$B$BThere is an island in the northeastern reaches of the Ghostlands, called the Isle of Tribulations, that we use to hone these skills. You will find a brazier within a shallow cave there. Kneel before the brazier, light it, and focus on what you see before your eyes.','Travel to the island Knight-Lord Bloodvalor described, find the cave, and light the brazier. When the First Trial is over, return to Knight-Lord Bloodvalor in Silvermoon City.','I know what must be going through your mind.$B$BYes, I sent Stillblade to kill you.$B$BDo not take offense, $N; it was a necessary test. The Blood Knights are a brotherhood, but we must ensure that our brothers are alert and prepared at all times. Was it necessary to take Stillblade\'s life to make the point to you?$B$BYes, and that is as much a part of your training as any sword drill.','May the Light bend to your will in all endeavors.','','Undergo the First Trial','','','',0,0,0,0,0,0,0,0,0,0,0,0,17716,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9677,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9679,10958,0,141,136,12,-1,0,0,2,0,0,0,0,0,0,0,9679,0,0,'Return to Knight-Lord Bloodvalor','Your assailant has died, but his words make it seem as though his presence here is no accident. It can only be meant as part of the test Knight-Lord Bloodvalor spoke about.$B$BHaving survived your ordeal and done as the Knight-Lord asked, you should make your way back to Silvermoon City and report to him.','Report to Knight-Lord Bloodvalor in Silvermoon City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'0',9679,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9680,10958,41,0,136,70,70,0,0,0,0,0,0,0,0,0,0,9631,0,0,'Digging Up the Past','Kamsis was right! This information is extremely important.$B$BIf Medivh weaved his own essence into the magic he used to defeat the dragon, it is quite possible we could retrieve even a faint residue of that essence from the dragon\'s remains. What great insight may lie beneath the ashes of Deadwind Pass, awaiting discovery.$B$BGo to the mountains south of Karazhan and bring me back a bone fragment of seemingly draconic origin.','Archmage Alturus wants you to go to the mountains south of Karazhan in Deadwind Pass and retrieve a Charred Bone Fragment.','Excellent! Though small in size, this fragment is teeming with energy, I can feel it!','Have you retrieved the bone fragment I require, $N?','','','','','',24152,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',9645,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9681,10958,0,141,136,12,-1,0,512,2,0,0,0,0,0,0,0,9684,0,0,'A Study in Power','Do not think me unduly harsh, $N. Stillblade knew well what he was being sent to do. He understood and accepted his duty and is an example for all aspiring Blood Knights.$B$BMy words are no eulogy, $N. Stillblade\'s service to us is far from over and you will be the instrument of his resurrection.$B$BYour education in the order\'s ways has just begun. With the betrayal of Kael\'thas and the loss of our power source, you must learn new methods of wielding the Light. Seek out Magister Astalor Bloodsworn.','Speak with Magister Astalor Bloodsworn in the hidden chamber beneath Blood Knight headquarters.','Welcome, young $C.$B$BThe power of the Blood Knights is taken from a being of immense power.$B$B$B$BIsn\'t it magnificent? \'Twas a gift from our beloved Prince Kael\'thas, and it is the foundation of the Blood Knights\' mastery of the Light. This creature begrudges us its power, so we have devised a method for claiming it on our own terms.','yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9678,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9682,10958,3525,0,136,15,18,0,1101,0,0,0,0,0,0,0,0,9683,0,0,'The Hopeless Ones...','On a ledge of the reef, deeper than where you found the bloodcursed naga, you will find the hopeless ones: The bloodcursed voyagers, ghosts of those taken by the bloodcurse.$B$BIt is regrettable, what I ask of you now... but they must be destroyed and their cursed shells brought back to me.$B$BTheir souls must be put to rest. Return to me when you have done as asked and I shall give you one final task.','Captain Edward Hanes on Wyrmscar Island wants you to recover 4 Bloodcursed Souls.','You have done the hopeless ones a great service, $N. There is but one final task: Destroy the leader of the Bloodcursed.','Do not mourn their demise, $N.','','','','','',24153,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9674,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9683,10958,3525,0,136,15,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ending the Bloodcurse','To the south you will find Bloodcurse Isle. Atop the island you will find a shrine dedicated to the beloved queen of the naga, Azshara. Destroy the statue - burn it in effigy! This will surely draw the ire of Atoph, the Bloodcursed leader.$B$BSlay Atoph and return to me!','Captain Edward Hanes on Wyrmscar Island wants you to destroy the Statue of Queen Azshara and kill Atoph the Bloodcursed.','You did it! Hundreds of souls are grateful for all that you have done.$B$BAllow me to make an offering...','Atoph must be lured out!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,17715,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24334,0,0,0,1,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',9682,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,5,1,0,0,0,0,0,0,1,0,0,5),(9684,10958,0,141,128,12,-1,0,512,2,0,0,0,0,0,0,0,9685,24157,1,'Claiming the Light','Take this vessel, $N. The enchantment it bears will allow you to draw the last vestiges of the Light surrounding these magisters. They once tended the captive naaru and some of its energy yet remains within them.$B$BIt will be just enough to restore your comrade to life.$B$BDo not worry about the magisters, $N. I have seen to their care, and Lord Solanar assures me that Lady Liadrin seeks a new source of power even now.','Use the Shimmering Vessel on the Blood Elf Magisters to fill it and return to Knight-Lord Bloodvalor in Silvermoon City.','Well done, $N. The powers granted by the Light will never come \'naturally\' to the Blood Knights, but we are not so naive as to be thwarted by the will of a single being, however powerful.$B$BOur mastery of the arcane has unlocked this path and these powers for you, initiate. Few have the stomach or the aptitude to wield them, but I know you will not disappoint the order.','Have you spoken with Magister Astalor Bloodsworn?','','','','','',24156,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9685,10958,0,141,128,12,-1,0,512,2,0,0,0,0,0,0,0,0,24184,1,'Redeeming the Dead','While you were preparing the vessel, I sent a group of initiates to retrieve Sangrias Stillblade. You will find him on the top level of Silvermoon\'s inn with an attendant. Make your way there with all haste and unleash the vessel\'s magic to restore him to life.$B$BTime is of the essence, $N. Once he has been dead for too long, not even the Light can bring him back to us. Return to me once you have resurrected Stillblade.','Take the Filled Shimmering Vessel to Silvermoon City\'s inn and use its magic to resurrect Sangrias Stillblade.','Welcome back, initiate. Now that you know the truth about the source of our power and you have demonstrated your skill in wielding it, I will grant you the ability to resurrect the fallen in the field.$B$BStay true to the order and excel at your training and you will only continue to grow in power.','','','Resurrect Sangrias Stillblade','','','',0,0,0,0,0,0,0,0,0,0,0,0,17768,0,0,0,1,0,0,0,31225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7328,7329,0,0,0,0,0,0,0,1320,0,0,0,0,'',9684,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9686,10958,0,141,139,20,-1,0,512,2,0,0,0,0,0,0,0,9691,0,0,'The Second Trial','You stand on the verge of adept status in the order, $N. First, you must prove your worthiness by undertaking another trial.$B$BThe Second Trial differs from the first in that there will be no surprises this time. The challenge before you is simple; you must face and best four Blood Knight champions in combat.$B$BWhen you accept the challenge, a crystal will appear in the middle of the pavilion. Touch it to begin your trial and do not stray far from the building.$B$BAre you prepared?','Complete the Second Trial by defeating Champion Bloodwrath, Champion Lightrend, Champion Swiftblade, and Champion Sunstriker in the pavilion near Master Kelerun Bloodmourn.','Well done, $N! You have proven yourself worthy of full membership in the Blood Knights and elevation to adept status. However, there are a few more tasks that remain before your induction can take place.','A Blood Knight would rather die than submit to the enemy. Remember that, $N.','Complete the Second Trial','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',9690,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9687,10958,3525,0,136,15,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Restoring Sanctity','Not long ago, the once tranquil owlkin of the region appeared on the shores of this island. One by one they would come to steal the bones of the fallen dragons. I do not know what would cause these creatures such distress or why they would want the bones of the deceased, but the spirits of the brood have grown restless due to this sacrilege.$B$BTo the west, across the Crimson Reach, you will find Ragefeather Ridge. Venture to the owlkin encampments and recover the pilfered dragon bones.','Prince Toreth on Wyrmscar Island wants you to recover 8 Dragon Bones.','A ritual? The owlkin had lived in harmony with the land for thousands of years. Such a thing is an aberration!$B$BSuch a pity...','The dragon wars have long since passed. All that remains are bones and the agitated remnants of Ysera\'s brood.','','','','','',24185,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,6,1,274,0,0,0,0,0,1,0,0,5),(9688,10958,3525,0,136,16,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Into the Dream','The whelps that you see on this island are the agitated spirits of the green dragonflight. Like me, they are bound to the land, unable to ascend to their final resting place in the Dream.$B$BRecovering the bones of the fallen has settled them somewhat but you must take further action.$B$BDestroy their ethereal manifestations. I cannot leave this place until it is done. They must be released!','Prince Toreth at Wyrmscar Island has asked that you slay 5 Viridian Whelps and 5 Viridian Broodlings.','As reprehensible as your task was, it had to be done. Now you must look into the face of evil.','It pains me to watch. Please, let us not speak of this any further.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17588,17589,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',9687,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9689,10958,3525,0,128,19,21,1,1101,0,0,0,0,0,0,0,0,0,24221,1,'Razormaw','Many of the black dragonflight were slain during the attacks. One of them, a lieutenant of Deathwing himself, still haunts this place. If you look to the heavens, you can see his spectral countenance circling the skies. His hatred is so great that he remains even in death.$B$BTake the bones that you gathered for me earlier to the top of the mountain on this island and place them in the ever-burning pyre. This act should signal Razormaw to descend. When he does, slay his undead form.','Prince Toreth at Wyrmscar Island has asked that you slay Razormaw.','How long has it been? A thousand years? Ten-thousand perhaps? You have done me and the memory of my people a great service, $N. Please accept this item of power as a token of appreciation from Loreth\'Aran - in honor of your deeds.','I recommend that you bring allies, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17592,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,24346,24348,24347,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',9688,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,4,6,1,1,2,0,0,0,0,1,0,0,5),(9690,10958,0,141,136,20,-1,0,512,2,0,0,0,0,0,0,0,9686,0,0,'The Second Trial','Initiate $N, you have worked hard to master the powers of the Light won by our magisters. You have learned the source of our abilities and of the duties of a Blood Knight.$B$BThe time has come for you to undergo the Second Trial, and contest for status as an adept among the Blood Knights. The trial will be administered by Master Kelerun Bloodmourn at a location north of the city. Travel north through the Ruins of Silvermoon and take the east path immediately before the bridge to Sunstrider Isle.','Report to Master Kelerun Bloodmourn.','When you are ready, I will tell you more about the trial you are to undergo. Make your preparations and speak to me again when you wish to begin.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9691,10958,0,141,136,20,-1,0,512,2,0,0,0,0,0,0,0,9692,0,0,'Return to Silvermoon','Return to Silvermoon City and report to Knight-Lord Bloodvalor promptly. Your arrival will tell him all he needs to know about the outcome of the trial.$B$BHe will tell you of your remaining tasks on the road to becoming an adept. Hold your head high, $N. Many undertake this trial, but very few return to tell of their success.','Return to Knight-Lord Bloodvalor in Silvermoon City.','I knew you had the potential to pass the trial, $N. Your remaining duties are mostly ceremonial, but they are no less dangerous than staring down one of our champions with his weapon drawn. Listen closely, and I will tell you what else you must do to claim your new rank.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5502,5503,0,0,0,0,0,0,0,510,0,0,0,0,'',9686,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9692,10958,0,141,128,20,23,81,512,2,0,0,0,0,0,0,0,9707,24223,1,'The Path of the Adept','Before a newly-minted adept can be accepted into the ranks of the Blood Knights, $g he:she; must procure the resources to create our order\'s distinctive weapon, the blood-tempered ranseur.$B$BYou must also earn the right to wear our order\'s insignia. When the order was founded, a set number were forged and distributed, so each new adept inherits $g his:hers; from a veteran. Your insignia will come from a fallen knight who bravely led an assault on Deatholme.$B$BI have prepared a set of notes to guide you.','Bring a Corrupted Kor Gem, a Crate of Bloodforged Ingots, a quantity of Blood of the Wrathful, and a Blood Knight Insignia to Knight-Lord Bloodvalor in Silvermoon City.','Excellent, $N. It\'s all here. All that remains is to forge the weapon.','Have you done all that was asked of you?','','','','','',6995,24224,24225,24226,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',9691,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9693,10958,3525,0,136,10,15,0,1101,0,0,0,0,0,0,0,0,9694,0,0,'What Argus Means to Me','What does Argus mean to you, $N? Many draenei probably do not know or remember our home planet. It is there that we split from the man\'ari: the twisted demonic reflections of ourselves that were \'gifted\' by Sargeras. Or as they call themselves, eredar.$B$BEredar... this word once held meaning.$B$B$B$BDisgusting.$B$BLet us not waste anymore time. Find Vindicator Boros to begin your training.','Exarch Admetius at Blood Watch has told you to speak with Vindicator Boros.','Ah, $N... I\'ve heard about you. You\'re the one that made the Kessel Run in under 15 minutes, right? Bah, probably not.$B$BAre you ready to spill some blood in the name of the Light? For Velen? For Argus?$B$B$B$BI\'ll slow down.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',9668,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9694,10958,3525,0,136,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Blood Watch','Blood Watch is one of two forward bases operated by the Hand of Argus. You have already been to the other base, Azure Watch; things are completely different in Bloodmyst. When we first got here, the land was as beautiful as Azuremyst. We even called it Silvergale but now sickness is spreading across the land, worse yet, the blood elves that we were battling on the Exodar survived the crash. This brings me to your assignment: Venture northwest into Bladewood and terminate any blood elves that you find.','Vindicator Boros at Blood Watch wants you to slay 10 Sunhawk Spies.','You have returned - and in one piece!$B$BI have some good news, $N. We have received some new information about the possible location of more survivors. A new crash site has been discovered! When I am done attending to those matters, I will call for you.','There are so many of them that I cannot help but think that they are somehow multiplying.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17604,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,26050,26054,27640,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',9693,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,4,5,1,1,1,0,0,0,0,1,0,0,5),(9695,10958,3525,0,128,14,16,0,0,0,0,0,0,0,0,0,0,9696,24228,1,'The Sun King\'s Command','This document looks to be important. Unfortunately, it is written in Thalassian, a language that you cannot understand.$B$BPerhaps Vindicator Boros will know what to do with the letter.','Take the Sun King\'s Command to Vindicator Boros at Blood Watch.\n','','','','','','','',24228,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(9696,10958,3525,0,128,14,16,0,1101,0,0,0,0,0,0,0,0,9698,24399,1,'Translations...','Our chief interrogator, Elysia, is fluent in Thalassian. Take the document to her and see what she has to say.','Take the Sunhawk Missive to Interrogator Elysia at Blood Watch.','$B$BIf what this document says is true, the blood elves have opened a portal to the Outland! It would certainly explain their seemingly endless numbers...','I\'m a bit busy here, agent $N. This better be important. ','','','','','',24399,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',9779,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(9697,10958,3521,0,136,61,63,0,0,0,0,0,0,0,0,0,0,9701,0,0,'Watcher Leesa\'oh','There\'s important research to be conducted into the ecology of the local creatures, especially the sporelings and bog lords of the marsh. And trust me, once you get out into the field, you\'ll find the work to be challenging.$B$BSeek out Watcher Leesa\'oh at the Cenarion Watchpost in the western region of the marsh toward the south. Follow the path west and you will eventually find her. She can be a bit -- studious -- but don\'t let that get to you.$B$BOh, and watch out for her cat.','Speak with Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh.','Oh, good... help finally! There\'s just so much to do, and I need to stay here to organize it all.$B$BI hope that you\'re ready to get your hands dirty.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9698,10958,3525,0,128,14,16,0,1101,0,0,0,0,0,0,0,0,9699,24323,1,'Audience with the Prophet','I need you to deliver the translated documents to Velen personally, $N. I don\'t trust that deranged messenger.$B$BExplain to the Prophet that the blood elves are receiving reinforcements from the Outland and that they have a spy amongst the draenei at the Exodar. Velen resides in the Vault of Lights inside the Exodar.$B$BMake haste!\n','Take the Translated Sunhawk Missive to Prophet Velen at the Exodar.','$B$BInteresting... This does indeed explain much.','$B$BGreetings, $N. I have been expecting you.','','','','','',24323,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9696,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9699,10958,3525,0,128,14,16,0,1101,0,0,0,0,0,0,0,0,9700,24230,1,'Truth or Fiction','I thank you for the timely delivery, $N. You are turning out to be one of the Hand\'s better agents.$B$BIf only we knew who they reported to in Bloodmyst and more importantly, where this sun portal was... They seem to have it tightly guarded - wherever it may be.$B$BWould you be interested in some reconnaissance work?$B$BIf so, take these orders back to Vindicator Boros. He will give you your next mission.','Take Velen\'s Orders to Vindicator Boros at Blood Watch.','It\'s a good plan, but a dangerous one. I\'m sure you\'ll be fine.','Well?','','','','','',24230,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',9698,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,2),(9700,10958,3525,0,140,14,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,'I Shoot Magic Into the Darkness','Velen states that if the blood elves have been opening rifts between this island and the Outland, there will be residue or anomalies left in the areas where the portals have been opened. You must search the island for locations that exhibit or display these anomalies.$B$BBe warned, $N; some of these anomalies will be creatures from the void itself. Should you find void anomalies, slay them! Report back to me with any new information that you may find. Begin your search to the north, near the Warp Piston.\n','Vindicator Boros at Blood Watch wants you to locate the Sun Portal Site and slay 5 Void Anomalies.','How many did you say you saw at the Warp Piston? Just how many times have they opened up this sun portal? This is very bad news...$B$BAlas, you have learned all that I am able to teach you, $N. Kuros will call for you when it is time.','I\'ve been hearing reports of strange creatures appearing in the area. Whether they are mutated indigenous animals or true void anomalies is something that you need to find out.','Sun Portal Site Confirmed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17550,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,26010,26024,26036,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,4280,0,0,0,'',9699,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,6,1,0,0,0,0,0,1,0,0,5),(9701,10958,3521,0,140,61,63,0,0,0,0,0,0,0,0,0,0,9702,0,0,'Observing the Sporelings','We need to learn all that we can of the sporelings at Sporeggar and their relationship to the creatures around them. One way to do that is what I\'m doing; passive observation while making a note of their interactions.$B$BI need you to head over to the Spawning Glen to the west. Investigate the whole area and then return to tell me what you saw.','Investigate the Spawning Glen in Zangarmarsh, and then report back to Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh with your findings.','What?! The bog lords of Quagg Ridge are EATING the sporelings\' pods? This isn\'t good!','Back so soon? Your observation of the Sporeggar sporelings is critical to my research. I hope you aren\'t the type to rush things. Show patience and make certain that you have explored the entirety of the Spawning Glen before giving me your final report.','Investigate the Spawning Glen','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,4291,0,0,0,'',9697,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9702,10958,3521,0,136,61,64,0,0,0,0,0,0,0,0,0,0,9708,0,0,'A Question of Gluttony','I was wondering why the bog lords were crossing the road to go to the Spawning Glen - they must be starving for some reason. This just will not do!$B$BI mean, normally I wouldn\'t get involved, but if they continue to eat all of the sporeling pods they\'ll wipe them out!$B$BHere\'s what we\'ll do: I\'ll stay here and you head to the Quagg Ridge to the east and look for dietary clues as to why they\'re raiding the sporelings.','Collect 10 pieces of Discarded Nutriment and then return to Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh.','This is what you found? That\'s odd. These husked mushroom remains are both unusual and somehow look familiar.$B$BI have to think on this a moment. Don\'t go anywhere!','Be sure that you collect all of the evidence carefully, $c! We\'re fitting the pieces of a giant puzzle together here. A mistake on your part could lead us to the wrong conclusions.$B$BThen where would we be in our understanding of Zangarmarsh\'s ecology?','','','','','',24233,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9701,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,1000,1000,0,2,6,1,0,0,0,1000,0,0,5,0,0,5),(9703,10958,3525,0,136,15,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Cryo-Core','We have others pursuing leads on the sun portals, $N. I need you to focus on the task at hand.$B$BBoros has received new reports of another crash site. What we\'ve since discovered is that the crash site is actually the Exodar\'s cryo-core. This is a pod holding area that houses pods exactly like the ones we draenei crawled out of in Ammen Vale.$B$BThis area also holds medical supplies. Head to the Cryo-Core, directly west of Blood Watch. Search for supplies and search for survivors.\n','Vindicator Kuros at Blood Watch wants you to recover 12 boxes of Medical Supplies.','Just blood elves? No survivors? This is troubling. I\'ll need some time to think this through, $N. Perhaps Aesom or Boros have an assignment for you to complete.','Was the information accurate?','','','','','',24236,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26052,27641,27390,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',9700,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,1,6,0,0,0,0,0,0,0,6,0,0,5),(9704,10958,3431,0,136,4,5,0,690,0,0,0,0,0,0,0,0,9705,0,0,'Slain by the Wretched','It\'s hard work being an outrunner between Sunstrider Isle and Falconwing Square. Tight deadlines, long hours and worst of all... the Wretched!$B$BThe road south goes through the ruins of Silvermoon... the place is crawling with Wretched ready to kill you for a few mana crystals. Unfortunately, I think that\'s what happened to the last outrunner we sent with one of Erona\'s packages.$B$BI see you\'re eager to prove yourself. Venture into Dawning Lane and see if you can find any traces of our outrunner.','Go south into the ruins of Silvermoon and look for the Slain Outrunner in Dawning Lane.','The outrunner\'s belongings have all been stolen with the exception of one package. It seems to match Alarion\'s description of Erona\'s package.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',8347,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9705,11685,3431,0,136,4,5,0,690,0,0,0,0,0,0,0,0,0,20804,1,'Package Recovery','You take the package and confirm that indeed it comes from Magistrix Erona. Alarion would probably want you to bring it to her.','Return to Outrunner Alarion with Erona\'s Package.','By the Sunwell! That\'s the third outrunner we\'ve lost this month.$B$BI appreciate your courage in venturing into Dawning Street. The guards need to keep a closer eye on these blasted Wretched.','What did you find, $N?','','','','','',20804,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',9704,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9706,10958,3525,0,128,15,18,1,1101,0,0,0,0,0,0,0,0,0,24237,1,'Galaen\'s Journal - The Fate of Vindicator Saruan','Your hands tremble as you pick up the book. Kuros must be told about this tragedy. Return the book to him.','Take Galaen\'s Journal to Vindicator Kuros at Blood Watch.\n','$B$BSaruan was my master... my teacher... my mentor... I took his place among the Triumvirate only recently - after we had given up searching for him.$B$B$B$BMatis...','What have you got there, $N? Is that a journal?','','','','','',24237,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',9578,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,18,1,15,0,0,0,0,0,6,0,0,4),(9707,10958,0,141,128,20,23,0,512,2,0,0,0,0,0,0,0,9710,24239,1,'Forging the Weapon','Once again, you have proven yourself worthy before the order and your peers. It is with great pleasure that I bestow upon you the rank of adept, $N. Prince Kael\'thas himself would be proud of you.$B$BAny of us would be honored to fight by your side on the field of battle. Continue to serve as an example for those who aspire to join us. Show neither mercy nor weakness, defend your people and your brothers tirelessly, and hone your mastery of the Light.$B$BNow, claim the weapon befitting your new rank.','Take the Crate of Materials to Bemarrin in Silvermoon City.','It looks like you\'ve got everything I\'ll need. Let\'s get started!','Congratulations, $N. Achieving the rank of adept is no mean feat, believe me. I\'ve seen the number of people who enter that building, and how few of them last long enough to visit me bearing these materials.','','','','','',24239,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',9692,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9708,10958,3521,0,136,61,63,0,0,0,0,0,0,0,0,0,0,9709,0,0,'Familiar Fungi','Yes, that\'s it, I knew I had seen this particular phylum of mushroom elsewhere in the marsh!$B$BTo the north is a place known as the Hewn Bog. Odd name for the place if you ask me, but I\'ve never been there. I\'ll need samples of those mushrooms to confirm my hypothesis.$B$BJust be careful, $c. I\'d heard that ogres have moved in to the area, so you\'ll have to get the samples from them. Could that be why the bog lords are no longer going there for their food?','Collect 15 Mushroom Samples and return them to Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh.','We definitely have a match here. And the presence of the ogres and what they were doing there explains everything. Now I get why it\'s called the Hewn Bog, duh!$B$BWe have to do something about this situation, but what? We can\'t just wipe out all of those ogres; they have every bit as much a right to be here as any of the other creatures in the marsh!','Do you have those samples yet?','','','','','',24238,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9702,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(9709,10958,3521,0,136,61,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Back the Mushrooms','$C, I\'ve got an idea. I want you to head north again, this time into the heart of ogre territory!$B$BNorthwest of the Hewn Bog there is a place named Ango\'rosh Stronghold, which sits on a floating island across a large mushroom bridge.$B$BThe ogres must be storing the harvested mushrooms there. I bet you\'ll find them all over the place, and probably on the ogres themselves, too!$B$BBring me a sufficient number and I will try to do something about providing the bog lords with a new source of nourishment.','Collect 10 Boxes of Mushrooms and return them to Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh.','These are perfect! Oh, thank you, $C!$B$BYou\'ve been ever so careful not to disturb the natural order of things, and we\'ve gathered so much information in such a short amount of time!$B$BNow, let\'s see if our little plan to grow a new food supply for the bog lords is going to work.','You have all of the mushrooms that we need to create a new garden for the bog lords?','','','','','',24240,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25525,25534,25530,31661,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',9708,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,6,0,0,6),(9710,10958,0,141,136,20,23,0,512,2,0,0,0,0,0,0,0,0,0,0,'The Blood-Tempered Ranseur','I\'ve got everything prepared, $N. Very soon you will have a weapon befitting your new status.','Wait while Bemarrin forges your weapon.','Here it is, $N. Use it well in the service of Silvermoon and your order.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25464,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9707,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9711,10958,3525,0,130,15,18,1,1101,0,0,0,0,0,0,0,0,0,24278,1,'Matis the Cruel','Matis will be brought to justice, $N; and I want you to be the one to find him and bring him back to the Triumvirate.$B$BScour the island for this killer. Should you find him, use this flare gun. When my trackers see the flare, they\'ll come and assist in capturing Matis. Return to me after he\'s been captured.','Vindicator Kuros at Blood Watch wants you to capture Matis the Cruel.','The Triumvirate has decided to try Matis immediately. You have brought an arch-criminal to justice on this day, young $r.$B$BYou have performed admirably for two of three; only Aesom remains.\r\r\n','Yes?','Matis the Cruel Captured','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26007,26021,26033,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9706,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,25,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9712,10958,0,141,136,40,-1,0,512,2,0,0,0,0,0,0,0,0,0,0,'The Thalassian Warhorse','You have distinguished yourself in the service of the order, $N. Your skill in wielding the Light energies granted by Magister Astalor and his fellows has proven you worthy to receive a new kind of knowledge.$B$BWith the Light at your command, it is possible to summon a fearsome warhorse that will serve as your faithful mount.$B$BContinue to serve with dedication and honor, $N, and even greater boons await you.','Talk to Knight-Lord Bloodvalor to learn how to summon your Thalassian Warhorse.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13819,34768,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9713,9183,0,0,1160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glowcap Harvesting Enabling Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9714,10958,3716,0,136,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Me Another Shrubbery!','','','These will do nicely, but we can always use more. Perhaps you will find yourself in the Underbog again soon?','We can still use more of the sanguine hibiscus from the shamblers, bog giants and underbats of the Underbog at Coilfang Reservoir. Bring them to me in bunches of five and I will be most grateful.','','','','','',24246,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9715,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(9715,10958,3716,0,136,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Me A Shrubbery!','We must replenish our supply of sanguine hibiscus, which we use for a number of purposes. They used to grow thick as shrubs, but the lowering of the marsh\'s water levels means that they can only be found now in the Underbog at Coilfang Reservoir, under Serpent Lake.$B$BIt is said that the shamblers, bog giants, and underbats there consider them a delicacy. So, if you are to help us, you must retrieve the flowers from them.','Collect 5 Sanguine Hibiscus and return them to Gzhun\'tt at Sporeggar in Zangarmarsh.','These will do nicely, but we can always use more. Perhaps you will find yourself in the Underbog again soon?','Do you have all of the hibiscus that I asked you to gather?','','','','','',24246,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,1,1,0,0,0,0,0,0,0,6,0,0,8),(9716,10958,3521,0,140,61,63,0,0,0,0,0,0,0,0,0,0,9718,0,0,'Disturbance at Umbrafen Lake','We came to Outland expecting to find small pockets of life. What we discovered in Zangarmarsh was a lush environment with a thriving ecosystem.$B$BOur initial assessment of the area was deceiving, however. The water levels at the lakes and marshes have consistently been going down since we started taking measurements.$B$BThe impact this could have on the local animal and plant life is disastrous. Go to Umbrafen Lake, southwest of here, and look for clues related to this water depletion.','Investigate the cause of the water depletion at Umbrafen Lake. Then return to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','The naga are behind this! But why? From what you describe, that steam pump must be part of the cause for the water levels dropping in the marsh!$B$BNo matter - this explains their open hostility towards us. Let\'s not waste any time, I need you to perform another task for us.','Did you discover anything, $N?','Umbrafen Lake Investigated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,4293,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,1,0,0,5),(9717,10958,3716,0,136,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Oh, It\'s On!','While we are a peaceful people, we are at war with the spore giants, whether we like it or not. And there is a saying amongst us that all is fair in mushrooms and war!$B$BOne of the leaders of the spore giants, Hungerfen, has been tending a very special plant, known as the Underspore, to perfection for millennia. It would break his spirit if something were to happen to that plant.$B$BTravel to the Underbog in Coilfang Reservoir and steal a frond off of it for us. Trust me, he\'ll notice.','Gather an Underspore Frond and return it to T\'shu at Sporeggar in Zangarmarsh.','$B$BPerfect! No doubt the morale of the spore giants will be at an all time low once they realize what you\'ve done.$B$BEither that, or they\'ll be so incensed that they\'ll attack us again soon.$B$B','The Underbog is a very dangerous place. I would not consider you a coward if you were to balk at going there. I also wouldn\'t be appreciative of you if you did not return with what I\'ve asked for.','','','','','',24247,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28111,0,0,0,1,0,0,0,970,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,2,1,1,0,0,0,0,0,0,1,0,0,8),(9718,10958,3521,0,130,61,63,0,0,0,0,0,0,0,0,0,0,9720,25465,1,'As the Crow Flies','We must determine how widespread the naga\'s activity truly is and react accordingly.$B$BExploring each body of water in Zangarmarsh could be a lengthy undertaking. If you allow me to, I will use my magic to mold your shape to one more suited to scouting the marsh.$B$BHold this amulet above the balcony near me when you\'re ready to begin. I will guide your way back to safety after we\'re done.','Ysiel Windsinger wants you to use the Stormcrow Amulet to explore the major lakes in Zangarmarsh.','It is as I suspected. The naga have set up pumping stations at all the major lakes in Zangarmarsh. $B$BThey must be stopped if the marsh is to have a future.','Hail, $N.','Lakes of Zangarmarsh Explored','','','','',25465,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46800,0,0,0,0,'',9716,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(9719,10958,3716,0,136,63,65,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Stalk the Stalker','Historically the greatest danger to my people has been from the marsh walkers. With the new problems we are facing from spore giants, we cannot afford another attack from our ancient enemies.$B$BYou have proven yourself to be capable, $c. Do you think that you\'d be able to journey to the Underbog in Coilfang Reservoir and eliminate the great mother of the marsh walkers, known as The Black Stalker?!$B$BBring me her brain as proof.','Bring the Brain of the Black Stalker to Khn\'nix at Sporeggar in Zangarmarsh.','The Black Stalker is dead! Normally I would not revel in such butchery, but the pain that the great mother and her brood have put my people through over the centuries is unspeakable.$B$BIt is unfortunate that now another of her progeny will transform to replace her, but that will take time and give us some breathing room so that we will not have to worry about the marsh walkers for a while.','You have returned. Does this mean that The Black Stalker is no more?','','','','','',24248,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28109,28108,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,1000,1000,0,3,4,1,1,0,0,0,0,0,6,0,0,8),(9720,10958,3521,0,128,61,64,0,0,0,0,0,0,0,0,0,0,0,24355,1,'Balance Must Be Preserved','I cannot begin to comprehend why the naga would drain the water out of their own habitat. What I do understand is a need to put a stop to their operations.$B$BThese seeds carry with them the rage of the earth. Take them to the steam pumps operated by the naga and use them on their controls.$B$BThe vines that grow from the seeds will be as thick as your arm and as strong as iron. Go, $N. Restore the balance that the naga have upset.','Ysiel Windsinger wants you to use the Ironvine Seeds on the Steam Pump Controls at Serpent Lake, Umbrafen Lake, Marshlight Lake and the Lagoon. Then return to her at the Cenarion Refuge in Zangarmarsh with any leftover seeds you have.','It is done, then. The marsh has been saved for now.$B$BDon\'t think for a second that this will be the last we hear of the naga. We must remain vigilant of our enemy as we continue with our mission in Outland. ','Is it done, $c?','','Umbrafen Lake Controls Disabled','Marshlight Lake Controls Disabled','Serpent Lake Controls Disabled','Lagoon Controls Disabled',24355,0,0,0,0,0,1,0,0,0,0,0,17998,18002,18000,17999,1,1,1,1,31736,31736,31736,31736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',9718,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(9721,10958,0,141,136,60,-1,0,512,2,0,0,0,0,0,0,0,9722,0,0,'A Summons from Lord Solanar','Your dedication to our order and advancement through the ranks has not gone unnoticed. In fact, Lord Solanar Bloodwrath, Lady Liadrin\'s right hand and a hero in his own right, has asked to speak with you.$B$BThis is a rare honor, $N. Normally, Lord Solanar leaves the management of the order\'s rank-and-file to me, but he has taken a personal interest in you. Do not tarry, $N.','Speak with Lord Solanar Bloodwrath in Silvermoon City.','We will discuss the purpose for your visit soon. First. let me say that I am indeed impressed by your service and your skill in wielding the Light.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9722,10958,0,141,136,60,-1,0,512,2,0,0,0,0,0,0,0,9723,0,0,'The Master\'s Path','Within the ranks of our order, there exists an inner circle of elite knights. Members of the circle represent the most dedicated, skilled, and trustworthy of all Blood Knights and are handpicked by the leadership. Most simply know the masters by their thalassian charger mounts.$B$BEach candidate for membership must have a sponsor within the circle and must demonstrate their dedication to the order\'s central tenets.$B$BI have chosen to sponsor you for standing as a Blood Knight master, if this is your wish.','Speak with Lord Solanar Bloodwrath again to accept his offer of sponsorship.','That you have chosen to accept my offer speaks well of you, $N. I wish you luck in the tasks I am about to set for you, but I\'m certain you\'ll prove yourself more than capable.$B$BI will present the tasks in order from easiest to most difficult and we may begin when you are prepared.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9721,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9723,11403,0,141,128,60,-1,81,512,2,0,0,0,0,0,0,0,9725,24277,1,'A Gesture of Commitment','A Blood Knight\'s loyalty does not stop at the end of $g his:her; blade, $N. The order asks more of its members than mere drilling and combat. A true knight contributes to all of the order\'s activities, even the ones that may not seem glorious on the surface.$B$BThis first task is neither combat intensive, nor glorious, but without such contributions, the order would fall apart. I will give you a list of items Magister Astalor Bloodsworn\'s men require to keep us supplied with Light energy for our magics.','Bring 40 Runecloth, 6 Arcanite Bars, 10 Sungrass, 5 Dark Runes, and 150 Gold to Lord Solanar Bloodwrath in Silvermoon City.','Excellent. It appears everything is here.$B$BDon\'t worry. your next task will include plenty of opportunities to wield your weapon again, I promise.$B$BI\'ll have an initiate bring it all to Magister Astalor. There\'s no need to send you on such a trivial errand when there are more important things to be done.','Have you returned with the materials Magister Astalor requires?','','','','','',14047,12360,8838,20520,0,0,40,6,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,-1500000,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',9722,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9724,10958,3521,0,136,61,64,0,0,0,0,0,0,0,0,0,0,9732,0,0,'Warning the Cenarion Circle','The Cenarion Expedition has become a large organization with a good degree of autonomy. These events are important enough that we need to warn the Cenarion Circle.$B$BDo not worry, I will not ask you to travel back to Moonglade; we have emissaries as nearby as Hellfire Peninsula.','Speak to Amythiel Mistwalker at Cenarion Post in Hellfire Peninsula.','The news you bring about the naga activity in Zangarmarsh is dire. Ysiel was wise in sending word to us. She hasn\'t forgotten that the Expedition cannot exist without the Circle\'s support.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,75,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',9731,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(9725,11403,0,141,136,60,-1,0,512,2,0,0,0,0,0,0,0,9735,0,0,'A Demonstration of Loyalty','We Blood Knights are bound to defend Quel\'Thalas, $N. This is a central part of your training. Our enemies are fierce and unrelenting. Silvermoon and its people remain free by our efforts and the support of our allies.$B$BI have received some disturbing reports of a renewed Scourge presence to the southeast of our border with the Eastern Plaguelands. A company of Scourge siege engineers and their equipment appear to be staging for an attack on the Ghostlands. They must not be permitted to succeed.','Lord Solanar Bloodwrath in Silvermoon City wants you to destroy 3 Scourge Meat Wagons and kill 15 Scourge Siege Engineers.','You have done well in demonstrating your loyalty to your homeland and dedication to the needs of the order, $N. I have one last task for you before you may lay claim to the title of master.','Welcome back, $N. Have you beaten back the Scourge and their meatwagons?','','','Destroy Scourge Meat Wagons','','',0,0,0,0,0,0,0,0,0,0,0,0,17878,-182058,0,0,15,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',9723,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9726,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,9727,0,0,'Now That We\'re Friends...','The naga of the Bloodscale Enclave to the northeast have begun to kill our people. We cannot allow this to continue, $c!$B$BWe suggest that you teach them a lesson as proof of our friendship.','Kill 12 Bloodscale Slavedrivers and 6 Bloodscale Enchantresses, and then return to Gzhun\'tt at Sporeggar in Zangarmarsh.','$B$BWe are pleased that you have affirmed our friendship, $N. Perhaps the naga heathens will think twice about harassing us in the future now that we have such a powerful ally?','Have you paid the naga a visit yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18089,18088,0,0,12,6,0,0,0,0,0,0,0,0,0,0,27749,27751,27750,27752,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,2,1,6,0,0,0,1000,0,0,1,6,0,5),(9727,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Now That We\'re Still Friends...','Reports have come in that the naga of the Bloodscale Enclave to the northeast continue to kill our people. We thought that you had dealt with this, $c!$B$BI suggest that you to teach them a lesson as proof of our continued friendship.','Kill 12 Bloodscale Slavedrivers and 6 Bloodscale Enchantresses, and then return to Gzhun\'tt at Sporeggar in Zangarmarsh.','$B$BWe are pleased that you have reaffirmed our friendship, $N. Surely now that you have made our point clear multiple times, their senseless attacks upon our people will cease?','Have you paid the naga a visit yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18089,18088,0,0,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9726,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9728,10958,3521,0,136,61,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Warm Welcome','While the druids from the expedition have made themselves busy studying plants and researching the lakes, I\'ve made it my business to deal with the hostiles in the area.$B$BEver since we set foot in Zangarmarsh, the naga have launched lethal attacks against us without warning. We\'ve done our best to keep them at bay, but our resources are limited.$B$BI want you to go to the various naga strongholds in Zangarmarsh and show them that we\'re not to be crossed. Bring me their claws as proof of your victories.','Warden Hamoot at the Cenarion Refuge wants you to bring him 30 Naga Claws.','Good job, $N. You\'d do well to shed any feelings of remorse you might harbor. These naga are vicious creatures - even more so than the Azerothian ones.','It\'s good to see you again, $N. How\'s your hunt for the naga going?','','','','','',24280,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28100,0,0,0,5,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',9778,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,6),(9729,10958,3521,0,138,63,65,1,0,0,0,0,0,0,0,0,0,0,0,0,'Fhwoor Smash!','Little naga make Fhwoor angry! Sporelings good friend to Fhwoor, so Fhwoor get naga ark.$B$BWe go into nearby naga village. You help? Bring friends!','Escort Fhwoor into the area of the Marshlight steam pump to retrieve the Ark of Ssslith. Bring Fhwoor and the ark back safely and then report back to Gzhun\'tt at Sporeggar in Zangarmarsh.','Fhwoor\'s a good giant. We saved him from the naga a while ago and he\'s stayed here helping us with things ever since.$B$BWe can only hope that the naga will take the hint and realize that if we can infiltrate their village and steal their most prized possession, we can do much worse. Perhaps now they will return to their reservoir and leave us in peace?','Is Fwhoor alright? Have you recovered the ark?','Ark of Ssslith safely returned to Sporeggar','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25537,25538,25536,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9730,10958,3521,0,136,58,64,1,0,0,0,0,0,0,0,0,0,0,0,0,'Leader of the Darkcrest','A bounty is hereby declared by the Cenarion Expedition on Rajah Haghazed, leader of the Darkcrest naga. Haghazed was last sighted by Cenarion scouts at the Lagoon, in the central southern region of Zangarmarsh.$B$BThe Darkcrest have been linked to numerous attacks against the Cenarion Expedition and their leader is considered extremely dangerous.$B$BThose seeking to claim the bounty are advised to report to Warden Hamoot.','Slay Rajah Haghazed at the Lagoon and return to Warden Hamoot at the Cenarion Expedition in Zangarmarsh for a reward.','I didn\'t like the naga in Azeroth and I like them less here. It\'s a real shame our mission could not remain a peaceful one, but you won\'t see me shedding tears for dead naga.$B$BHere\'s your reward for taking care of the Darkcrest leader, $N.','You want to talk about the bounty for Haghazed? Well, is he dead? There isn\'t much else to talk about!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18046,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,27728,27725,27727,27726,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,273,0,0,0,0,0,0,0,1,0,0,6),(9731,10958,3521,0,132,59,63,0,0,0,0,0,0,0,0,0,0,0,24330,1,'Drain Schematics','The schematics you\'ve obtained show an underground system of drains and pumps that connect the lakes in the region to Serpent Lake.$B$BIf the schematics are correct, there is a giant drain in the center of Serpent Lake. Confirm this and bring the news to Cenarion Refuge.','Search Serpent Lake for signs of a drain. Return to Ysiel Windsinger at the Cenarion Refuge with news of your discovery.','The naga have turned Serpent Lake into a giant water sink for the rest of Zangarmarsh. What could they possibly be doing?$B$BYou\'ve done well in bringing this news to us, $N. We will send a team to investigate this drain you\'ve discovered. I have a different task for you in the meanwhile.','What news do you bring, $N?','Drain Located','','','','',24330,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27734,27735,27733,27730,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,4298,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,5),(9732,10958,3521,0,136,60,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Marsh','Return to Ysiel and let her know that help will be extended to her as soon as it is possible.$B$BAffairs in Moonglade and Silithus have kept our members occupied, but we will do our best to send the necessary resources to the Cenarion Refuge. ','Return to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','You are a welcome sight, $N. Matters at the Cenarion Refuge have only gotten worse since you left.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25524,25523,25522,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9724,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9733,10958,3521,0,136,61,64,0,0,0,0,0,0,0,0,0,0,9734,0,0,'Warning the Cenarion Circle','The Cenarion Expedition has become a large organization with a good degree of autonomy. These events are important enough that we need to warn the Cenarion Circle.$B$BDo not worry, I will not ask you to travel back to Moonglade; we have emissaries as nearby as Hellfire Peninsula.','Speak to Mahuram Stouthoof at Thrallmar in Hellfire Peninsula.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,75,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(9734,10958,3521,0,136,60,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Marsh','Return to Ysiel and let her know that help will be extended to her as soon as it is possible.$B$BAffairs in Moonglade and Silithus have kept our members occupied, but we will do our best to send the necessary resources to the Cenarion Refuge. ','Return to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25524,25523,25522,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',9733,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(9735,11403,0,141,136,60,-1,1,512,2,0,0,0,0,0,0,0,9736,0,0,'True Masters of the Light','A Blood Knight master possesses incredible skill at wielding and weaving the Light in a way that other so-called \'paladins\' can never comprehend. It doesn\'t stop them from despising us for unleashing the Light\'s true potential.$B$BWe must send them a message and show them that we are not to be trifled with. What I have in mind will be neither brief nor easy, but if you are committed, the first step will be to infiltrate the library wing of the Tyr\'s Hand Abbey and procure a vial of Tyr\'s Hand holy water.','Lord Solanar Bloodwrath in Silvermoon City wants you to bring him a vial of Tyr\'s Hand Holy Water.','Hmm... this is a rather small amount. but if we\'re careful. it should be sufficient. You see. the Scarlet Crusade believes itself dedicated to the Light. I suppose they still are, in a twisted sort of way, and that\'s exactly what I\'m hoping to capitalize on.$B$BTheir misguided zeal has even tainted the blessing spoken over this water, making it ideal for my purpose.','Were you able to get the water?','','','','','',24284,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',9725,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9736,11403,0,141,136,60,-1,0,512,2,0,0,0,0,0,0,0,9737,0,0,'True Masters of the Light','Now that we have the water, we\'re going to need a number of reagents in precise quantities. Some of these substances are rare and expensive, $N, but I have located sources for two.$B$BYou should be able to purchase some arcane catalyst from Zalle, the reagent vendor in one of the shops on the plaza near the Dead Scar. Darlia, the poison merchant near the rogue trainers on Murder Row, stocks crepuscular powder.$B$BTo complete my mixture, I\'ll also need an azerothian diamond and a pristine black diamond.','Lord Solanar Bloodwrath in Silvermoon City wants you to bring him 1 Arcane Catalyst, 1 Crepuscular Powder, 1 Azerothian Diamond, and 1 Pristine Black Diamond.','Now that we have all the reagents, I can prepare the mixture.$B$B$B$BIt\'s all coming together perfectly, $N. When this is finished, I\'ll give you the details about what remains to be done.','Have you gathered the reagents I\'ll need?','','','','','',24286,24285,12800,18335,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',9735,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9737,11403,0,141,128,60,-1,81,512,2,0,0,0,0,0,0,0,0,24287,1,'True Masters of the Light','Ours is the true way of utilizing the Light, $N. To show others that would call themselves \'paladins\' the folly of their ways, I intend to send an unmistakable message.$B$BThe Alonsus Chapel, where the Order of the Silver Hand was founded, seems immune to the destruction of Stratholme. The chapel\'s eternal flame affords it the Light\'s protection, but when you use this mixture to extinguish the flame, that protection will be no more. It will burn, and our dominion over the Light will be proven to the world.','Use the Extinguishing Mixture near the eternal flame in the Alonsus Chapel to remove the Light\'s protection. Be prepared to fight anyone who may attempt to defend the chapel.','Well done, $N. All who would oppose us would do well to heed the warning you delivered. Our foes should know that they are in peril, from the lowest foot soldier to the mightiest $Ghero:heroine;.$B$BYou have earned your place in the ranks of the masters. Your dedication and prowess serve as an example for all Blood Knights. As a symbol of your new status, I grant you the ability to summon and command the thalassian charger.','Have you done as I asked and delivered my message? The false paladins of the world must surely know their time has come to an end.','','Remove Alonsus Chapel Protection','','','',0,24287,0,0,0,0,0,1,0,0,0,0,17915,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25549,0,0,0,1,0,0,0,911,0,0,0,0,0,500,0,0,0,0,0,0,0,0,34767,34766,0,0,0,0,0,0,0,1560,0,0,0,0,'',9736,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9738,10958,3905,0,136,62,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Lost in Action','You have to help me! We were sent here by Ysiel to investigate the mystery of the steam pumps and why they\'re being used to drain the water from the marsh. But my friends split up and went on recklessly without me.$B$BThose four can be such jerks sometimes, but I love them anyway.$B$BThat is why I need you to discover what became of them, though I fear the worst. Seek them in both the Slave Pens and the Underbog.$B$BThank you, $c.','Discover what happened to Earthbinder Rayge, Naturalist Bite, Weeder Greenthumb, and Windcaller Claw. Then, return to Watcher Jhang at Coilfang Reservoir in Zangarmarsh.','I\'m glad that some of my friends yet live, but it breaks my heart to hear of the fate of others. $B$BAt least they died doing what they loved most in life. You have my eternal gratitude for helping me with this, $N.$B$BPlease, take one of these as a sign of gratitude.','Have you discovered the whereabouts of my four companions yet?','','Earthbinder Rayge Discovered','Naturalist Bite Discovered','Weeder Greenthumb Discovered','Windcaller Claw Discovered',0,0,0,0,0,0,0,0,0,0,0,0,17885,17893,17890,17894,1,1,1,1,0,0,0,0,0,0,0,0,25541,28029,25540,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,'',9876,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,2,18,1,0,0,0,0,0,0,1,6,0,8),(9739,10958,3521,0,136,61,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sporelings\' Plight','You there! You must help us!$B$BThe fungal giants are devouring all of our spore sacs! You must do something, or we\'ll lose our young!$B$BThe spore sacs start out large and become smaller as the air inside them is depleted. Look for the small, mature spore sacs and save as many of them as you can!','Fahssn at the Spawning Glen wants you to collect 10 Mature Spore Sacs.','You\'ve done it! You have my people\'s thanks.$B$BI hope you understand... this is where our young ones come from. We can\'t let these beasts devour the sacs!','The spore sacs! Did you get them?','','','','','',24290,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9740,10958,3525,0,136,16,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Sun Gate','Thanks to you and the work you did, my scouts were able to find the sun gate. The elves keep the portal location mobile so that they can move it at a moment\'s notice. That\'s why the site you investigated was empty.$B$BThe strength of such a system is also its greatest weakness. The sun gate is stabilized by portal controllers. If we can take down the controllers, the portal will be ours to destroy. The current sun gate location can be found west of here, south of the Vector Coil. Find it and destroy it!','Vindicator Aesom at Blood Watch wants you to destroy the Sun Gate.','Smashing! We\'ve cut off their supply line. Now all that we need to do is finish them off! ','You must take out their portal controllers before you can destroy the gate itself!','','The Sun Gate Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-182026,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9746,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9741,10958,3525,0,136,16,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Critters of the Void','Aesom sent my squad out on a reconnaissance mission to search for the sun gate a few days ago. Needless to say, we found it...$B$B$B$BWhatever those fool elves are transporting through that portal is causing void energy to be released. The area is teaming with void critters. $B$BWe must destroy them before they have a chance to grow into void anomalies. You\'ll find the source of the creatures southwest of here, near the sun gate. Kill them and report back to Aesom when you\'re done.','Kill 12 Void Critters and report to Vindicator Aesom at Blood Watch.\n','It\'s a real mess up there, eh? You\'ve done well, $N. I\'ll send some anchorites out to help Loryi and Jorli.\r\r\n','Void critters grow into void anomalies. Truth be told, we really don\'t know what these creatures are... the name is more of a classification.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17887,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9742,10958,3521,0,136,61,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Spore Sacs','','','Yes! You\'ve saved more spore sacs.$B$BYou\'re different than the other outsiders. I\'ll let my people know about your deeds!$B$B','Have you rescued any more spore sacs, $R?','','','','','',24290,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9739,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9743,10958,3521,0,136,61,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Natural Enemies','Us sporelings and the bog lords have never gotten along well. In the past, we\'ve managed to keep them at bay with spears and stones. Lately they seem to have become more aggressive... or more desperate. They do not fear us or our weapons.$B$BYou are much scarier and better armed than us. If you were to fight the boglords for us, we\'d be forever in your debt! Bring me their tendrils so I know how many you\'ve killed.','Fahssn at the Spawning Glen in Zangarmarsh wants you to bring him 6 Bog Lord Tendrils.','You made it back alive! I\'ll let the other sporelings know about you! $N, the giant slayer!','How\'s the bog lord slaying going? Teach those brutes not to come into sporeling territory!','','','','','',24291,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9744,10958,3521,0,136,61,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Tendrils!','','','Unbelievable! It would take hundreds of sporelings to slay as many giants as you have. I will make sure to let everyone know of your feats!$B$B','You killed many giants, but there are still many more left. And they\'re still attacking our spore sacs!','','','','','',24291,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9743,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9745,10958,0,141,136,60,60,0,0,2,0,0,0,0,0,0,0,0,0,0,'Suppressing the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9746,10958,3525,0,136,16,18,0,1101,0,0,0,0,0,0,0,0,9740,0,0,'Limits of Physical Exhaustion','Victory is close at hand, $N. With the discovery of the sun gate, it won\'t be long until their supply lines are completely closed off. Now is the time to strike at their numbers.$B$BTo the west you will find numerous Sunhawk camps. The Sunhawk pyromancers and defenders occupy the vast majority of the area. Find them, kill them and return to me.','Vindicator Aesom at Blood Watch wants you to slay 10 Sunhawk Pyromancers and 10 Sunhawk Defenders.\n','This will surely soften up their defenses and make them think twice before rushing foolishly into our ranks!','Their leader can\'t hide from us forever. We will systematically eliminate every possible hiding place until Sironas is found.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17608,17607,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9748,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9747,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,9788,0,0,'The Umbrafen Tribe','The naga are terrible, yes. But even more terrible are the traitor tribes of Broken and Lost Ones that helped them!$B$BThe worst of all are the Lost Ones of the Umbrafen tribe; they use dark magic to trap and enslave others. They\'re especially cruel to escaped slaves and would slit my throat if I left the refuge even for a day.$B$BTravel to Umbrafen Village south of here and kill them and their leader, Kataru. Until then I will fear for my life every single day.','Ikeyen at the Cenarion Refuge wants you to travel to Umbrafen Village and slay Kataru, 8 Umbrafen Seers, 6 Umbrafen Witchdoctors and 6 Umbrafen Oracles.','Thank you, $N. I will finally sleep comfortably at night. Were I not so old and weakened I would deal with my own enemies.$B$BTake this gold. It is not much, but your kindness cannot go unpaid.','You\'ve returned; are Kataru and the Umbrafen slavers dead?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18080,18077,18079,20115,1,6,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9748,10958,3525,0,128,16,18,0,1101,0,0,0,0,0,0,0,0,9746,24318,1,'Don\'t Drink the Water','Our shaman claim that the elements of water have become greatly agitated by the pollution of the water source. We know that the Exodar\'s power core is lodged into the mountain to the west. It must be leaking volatile fluids into the water supply! I need you to get me more information.$B$B$B$BYou are to take this flask and follow the beach north until you reach the area where the rivers of Bloodmyst drain into the ocean. Take a sample from that location and return to me.','Vindicator Aesom at Blood Watch wants you to use the Water Sample Flask to get a Bloodmyst Water Sample.','As I suspected, the water has turned red due to contamination from leaking core fluid.$B$BI hope you didn\'t swim in any of that contaminated water.\r\r\n','Don\'t drink the water, $N!','','','','','',24317,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9703,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,5),(9749,10958,3525,0,136,16,19,0,0,0,0,0,0,0,0,0,0,0,0,0,'They\'re Alive! Maybe...','It was a bloody mess, $N. We were ambushed by a large pack of these spiders. Their progenitor descended upon us with incredible speed and wrapped us up in cocoons.$B$BAfter we were webbed, she began to lay eggs near us. We were to be food for her young! FOOD!$B$BI managed to cut my way out and escape but I will not leave the others behind. So far I\'ve been unsuccessful in nearing the pass. Would you lend a hand?$B$BDestroy those cocoons! Hopefully some of our team is still alive!\n','Researcher Cornelius has asked that you free 5 Expedition Researchers.','','','','Expedition Researcher Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,17681,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9750,10958,3525,0,136,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNUSED Urgent Delivery','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9751,10958,3525,0,136,15,18,0,1101,0,0,0,0,0,0,0,0,9674,0,0,'The Bloodcurse Legacy','Last night, Edward Hanes, captain of the ship \'Lost Hope\', appeared before me in my tent. The same Edward Hanes that died of scurvy 20 years ago.$B$BThis apparition told me a tale that made my heart tremble. A tale that I need you to hear and a mission that I need you to accomplish. Will you do it? Will you seek out Edward on Wyrmscar Island, northeast of Blood Watch?\n','Admiral Odesyus has asked that you find and speak with Captain Edward Hanes.','Have you heard of the bloodcurse, landlubber? No, of course you haven\'t. The bloodcurse is what sunk all these ships. The spoiled, desecrated part of the water here is known as Bloodcursed Reef - a part of the world you never want to visit. I\'ve been here myself for 20 years.$B$BScurvy my foot! I died on these wild shores as food for the dragons... Ah, but that\'s another story for another time. Right now, we have to help the poor souls that are trapped in that reef.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',0,0,0,0,'9672',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9752,10958,3521,0,138,60,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Umbrafen','You must help me get out of here!$B$BI was gathering herbs nearby when a handful of these little savages abducted me. I tried to fight them off, but there were too many of them.$B$BHelp me return to the Cenarion Refuge and away from these cruel wretches and their vile magic!','Escort Kayra Longmane to the Cenarion Refuge in Zangarmarsh. Report to Ysiel Windsinger when you\'ve completed this task.','You rescued one of my druids. We could never repay you, $N.$B$BYou have my thanks as well as that of the expedition.','','Escort Kayra Longmane to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25518,25517,25519,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,4300,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9753,10958,3525,0,136,18,20,1,1024,0,0,0,0,0,0,0,0,9756,0,0,'What We Know...','We\'ve learned much of our enemies in recent days. The blood elves are led by a being known as Sironas and plot to destroy us. Ultimately, they seek to enslave O\'ros and regain control of the Exodar.$B$BLight be praised, we have stopped their supply line by destroying the sun gate. Unfortunately, they continue to use the contaminant of the Vector Coil to poison the land, using the mutagenic properties of the fallout to their advantage.$B$BWith this knowledge, Admetius has devised a plan. Seek him out.','Speak to Exarch Admetius at Blood Watch.','I am in need of your services, $N. I have a plan to topple the entire Sunhawk army, but before we can progress, we need to gather some vital information.$B$BWe need to identify the weaknesses in their primary defense. Unfortunately, we have been unable to get close enough to the Vector Coil to gauge their defenses. If we could get the prisoner to talk, we could get the information that we needed to break through the line and destroy the Vector Coil.$B$BYou heard me, I want to blow the damned thing up.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',9740,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9756,10958,3525,0,128,18,20,1,1024,0,0,0,0,0,0,0,0,9760,0,0,'What We Don\'t Know...','Our attempts at interrogation have failed miserably, $N. Torture is - of course - out of the question. What we need is a draenei on the inside.$B$BI can cast a spell upon you that would make you appear blood elf and adjust your language. Through subterfuge, we may be able to get the information we need out of the captured agent.$B$BUnder this guise, I want you to get whatever information you can out of the prisoner.$B$BAnd $N, do not leave Blood Watch while disguised as the spell will fail.','Speak to a Captured Sunhawk Agent at Blood Watch and recover Sunhawk Information. Return to Exarch Admetius when the task is complete.','A-ha! Well done, $N. Well done, indeed. Are you ready to eradicate the blood elf menace from our island forever?','Yes?','','Sunhawk Information Recovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,17974,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9753,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,5,6,0,0,0,0,0,0,1,0,0,4),(9757,10958,0,261,136,10,-1,0,1024,4,0,0,0,0,0,0,0,9591,0,0,'Seek Huntress Kella Nightbow','Huntress Kella Nightbow seeks the audience of all eligible hunters. She is the one to teach you the skill of taming wild beasts, a lesson you should learn above all else at this point in your training.$b$bKella can be found near Valaar\'s Berth, the docks west of the Exodar.','Speak with Huntress Kella Nightbow near Valaar\'s Berth.','Let\'s begin our lesson at once!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9758,10958,3433,0,136,9,10,0,690,0,0,0,0,0,0,0,0,9138,0,0,'Return to Arcanist Vandril','Now my friend, if you would be so kind as to return to Arcanist Vandril, I know that he is very anxious to send you out on your first mission here in the Ghostlands.$B$BWe\'re counting on you, $N. Don\'t let us down.','Return to Arcanist Vandril at Tranquillien in the Ghostlands.','Oh good, there you are! And just in time... there is much to be done!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',9329,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9759,10958,3525,0,130,18,20,1,1024,0,0,0,0,0,0,0,0,0,0,0,'Ending Their World','Don\'t accept this assignment if you value your life. You see that gigantic power core jutting out of the mountain side over yonder? Whoever takes on this burden will need to fight their way through that mountain, battling an army of Sunhawks while protecting me as I rig the core up for demolition. Sironas the eredar is somewhere up there as well.$B$BI won\'t think less of you if you just walk away, $N.$B$BBut maybe you\'re the one - the one to destroy the Vector Coil and take down Sironas. Well, are you?','Follow and protect Demolitionist Legoso as he attempts to destroy the Vector Coil and slay Sironas. Return to Exarch Admetius at Blood Watch should you complete the mission.','You have saved the whole of Bloodmyst and Azuremyst, securing the $R way of life on Azeroth, $N! For this, there can be no amount of thanks, no reward, nothing large enough in scope to truly express our appreciation.$B$BYet, there are still so many that were left behind on Draenor who cannot be here for this historic event. You must find your way back. Find your way back to the Outland, Hero of Argus. Bring our people home. Home to the land that you saved. Home to Azeroth...','Yes?','Vector Coil Destroyed and Sironas Slain','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24352,24353,24351,24354,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,500,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',9761,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,274,1,1,6,0,0,0,0,4,1,1,5,1,0,0,0,0,1,0,0,7),(9760,10958,3525,0,136,18,20,1,1024,0,0,0,0,0,0,0,0,9761,0,0,'Vindicator\'s Rest','I would not ask you to single-handedly bear the burden of destroying the Vector Coil and slaying Sironas, $N; however, I believe that you can be of some help in clearing the way for others that might take on such a dangerous assignment.$B$BTake the road going north out of Blood Watch and follow it until you get to the fork. Once there, take the left road and follow it until you see Vindicator\'s Rest - it will be slightly west of the road itself. Corin will be waiting for you.','Speak with Vindicator Corin at Vindicator\'s Rest on Bloodmyst Isle.\n','Perhaps you will be the one to deliver our people into a new age of prosperity and peace.','Si?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',9756,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,2),(9761,10958,3525,0,136,18,20,1,1024,0,0,0,0,0,0,0,0,0,0,0,'Clearing the Way','Only the most battle hardened, noble and positively fearless of draenei will submit to Legoso\'s mission. The exarch will not order any agent of the Hand to take on the task of destroying the Vector Coil and dispatching Sironas. He refuses to send any draenei to their death - which is what the mission is: suicide...$B$B$B$BMy job is to soften up the Sunhawk defenses. You are to slay Sunhawks near the Vector Coil and keep the path clear for our champion - whoever that may be.','Vindicator Corin at Vindicator\'s Rest wants you to slay 8 Sunhawk Saboteurs and 8 Sunhawk Agents.\n','Hopefully a hero arrives before they are able to call forth reinforcements to guard the area you just secured.','Do you see any unusually brave and powerful draenei around here?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17610,17609,0,0,8,8,0,0,0,0,0,0,0,0,0,0,26009,26023,26035,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',9760,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9762,10958,3525,0,136,18,20,0,1024,0,0,0,0,0,0,0,0,0,0,0,'The Unwritten Prophecy','','','These islands will serve as the home to thousands. Most of these people will remain here their entire lives. If you so desired, you could do the same. But that\'s not what you want, is it, $N?$B$B$B$BYou will do many more great things before you pass. You must embrace your destiny and meet it head on!$B$BBefore you leave, I present you with two gifts: This tabard is worn by only the most revered of the Hand of Argus and this signet ring worn by our wisest sages. Wear them both with pride, $N.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24349,24350,0,0,0,0,1,1,0,0,0,0,24344,0,0,0,1,0,0,0,930,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9759,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,1,0,0,0),(9763,10958,3715,0,136,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Warlord\'s Hideout','There are benefits to hiding very, very quietly at the entrance of your enemy\'s hideout.$B$BJust hours ago I saw a group of naga go through the stone archway on the second tunnel from the left. I\'m not well versed in their language, yet I clearly understood one word: Kalithresh.$B$BThat must be the entrance to the steam vaults, where Warlord Kalithresh has been commanding his troops from. You must find him and stop him. I am too weak to be of any assistance.','Watcher Jhang wants you to find and slay Warlord Kalithresh inside Coilfang Reservoir.','Our biggest enemy in the region is finally dead. You\'ve done the expedition a great favor, $N.$B$BWe shall be forever in your debt.','What of Kalithresh? Is he dead yet, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17798,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28183,28182,28181,28180,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(9764,10958,3715,0,128,67,70,0,0,0,0,0,0,0,0,0,0,9765,24367,1,'Orders from Lady Vashj','This letter contains detailed orders to the Coilfang naga operating the steam vaults. It warns of the arrival of Cenarion druids into the region and orders them to be slain on sight. The rate of water redirection from other lakes into Coilfang Reservoir is to be doubled. The orders bear the seal of the infamous Lady Vashj.$B$BThis letter would be of great interest to the druids of the Cenarion Expedition. Take it to their leader, Ysiel Windsinger.','Deliver the Orders from Lady Vashj to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','Vashj!$B$BThis is much more than we bargained for. Our small victories here and there against the naga mean nothing.$B$BIf Lady Vashj is involved in this, then forces much greater than us are at work. $B$BYou\'ve done well in bringing this to us, $N. Now, we must prepare for war.','What\'s that you have there, $N?','','','','','',24367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(9765,10958,3715,0,136,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Preparing for War','The Cenarion Expedition began as a peaceful venture, yet we now face the prospect of all out war with the naga.$B$BWe have many among us who are willing to fight but are ill equipped. Bring me the naga\'s own weapons so that we may reforge them into glaives and arrowheads.$B$BOnly the best armaments will have materials useful to us, $N. You will have to seek out the naga of Coilfang Reservoir.','Obtain Coilfang Armaments from naga at Coilfang Reservoir and return them to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','These will do perfectly, $N. Bring any more armaments you find. Our need is great and our resources are scarce.','Have you obtained the armaments I seek, $N?','','','','','',24368,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',9764,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(9766,10958,3607,0,136,67,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coilfang Armaments','','','Excellent work, $N. The naga will learn not to underestimate us.','We will forge the naga\'s own steel into weapons to use against them. Bring me all the armaments you manage to salvage from Coilfang Reservoir.','','','','','',24368,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9765,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9767,10958,3607,0,136,67,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Know Your Enemy','Defeating an enemy requires more than superior power or numbers. Victory often hinges on knowledge of an opponent\'s weaknesses, the anticipation of their plans or the recognition of a behavior pattern.$B$BWe know much about the naga, yet much of their magical practices remain foreign to us.$B$BI seek to learn of the Hydromancy used by the naga of Coilfang Reservoir. Bring me one of their spellbooks so I may learn more about it.','Obtain a Coilfang Spellbook from the naga inside of Coilfang Reservoir and bring it to Ashyen at the Cenarion Refuge in Zangarmarsh.','','','','','','','',24369,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9768,10958,3607,0,136,67,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coilfang Spellbooks','','','','','','','','','',24369,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9769,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'There\'s No Explanation for Fashion','$B$BI bet if they knew they were wearing bug parts, the fashion trend would end very quickly.$B$BWe first started killing the bugs \'round here \'cause they were getting in the way of our construction. Some enterprising merchant stops here, spends the night, and next thing you know he\'s buyin\' up all the bug wings we have!$B$BSays he makes clothes out of \'em. I be stickin\' to my armor, thanks. But if you gather the wings of any of the fireflies, I\'ll gladly buy \'em.','Bring 8 Diaphanous Wings from any species of Zangarmarsh fireflies to Magasha in Swamprat Post.','These be fine ones, $N. Here\'s your payment.$B$B$B$BNope, not my thing, but who\'m I to complain?$B$B$B$BCoin speaks.','What\'s that, there? Been bitten by the wing bug, have ya?$B$B','','','','','',24372,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,11,1,1,0,0,0,0,0,3,1,6,11,0,0,0,0,0,1,0,0,5),(9770,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,9898,0,0,'Menacing Marshfangs','Sometimes I wish Denjai had sent a shaman with us, or at least given us a totem to keep the marshfang rippers at bay.$B$BThe whole place is crawling with the pests! It\'s just not right. Shouldn\'t something be eating these despicable things?$B$BWe\'ve all been taking turns playing exterminator. You showed up at just the right time, $N. Congratulations! Now get out there and mop up some marshfangs!','Reavij at Swamprat Post wants you to kill 10 Marshfang Rippers.','Had your fill already?$B$B$B$BThere\'s a reason why our visitors don\'t stay long.$B$BIf I had a choice, I\'d find a more agreeable spot for the post, but I\'ll take marshfangs over Denjai\'s temper any day.','I still see marshfangs, $N. Surely you can\'t be done so soon.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18130,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,2,11,1,0,0,0,0,0,0,1,1,0,5),(9771,10958,3521,0,136,59,62,0,0,0,0,0,0,0,0,0,0,9772,0,0,'Searching for Scout Jyoba','Now that you\'re familiar with the terrain, I\'d like to ask your help with something else. The Dead Mire, we\'ve taken to calling the area to the northwest, is an eerie place. No one has ever reported seeing anything alive there, but they didn\'t stay for very long, either.$B$BScout Jyoba volunteered to investigate the area and report on his findings. He left the post three days ago and hasn\'t returned. It\'s not like him to be gone that long without sending some kind of report. Will you search for him, $N?','Search for Scout Jyoba at the Dead Mire in Zangarmarsh.','The battered corpse matches Zurai\'s description perfectly. Whatever killed the scout appears to have taken him by surprise, as his weapon is sheathed and the contents of a small inkwell stain the nearby ground.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,68,250,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9774,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9772,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jyoba\'s Report','Flecks of withered fungus dot the body of Scout Jyoba. Whatever killed him must\'ve been made of the same dying fungus as the giant wilting mushrooms of the Dead Mire. Perhaps one of the withered giants caught him by surprise as he sat writing his report.$B$BWithout the text of the report, it\'s nearly impossible to tell what the scout discovered. If the report can be found, it should be returned to Zurai.','Retrieve Scout Jyoba\'s Report from the Withered Giants and return it to Zurai at Swamprat Post.','$B$BMuch of this is information we already know. Everything in the area seems to be dried or wilting, but here\'s something new.$B$BHe says the fungal giants seem to have gone berserk from the lack of moisture. From your description, that must be what killed him.$B$BI\'ll instruct my men to avoid the area. We can\'t afford any more casualties.','You\'re back, but Jyoba\'s not with you. What became of him?','','','','','',24373,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25600,25601,25602,31768,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9771,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9773,10958,3521,0,128,58,61,0,690,0,0,0,0,0,0,0,0,0,25539,1,'No More Mushrooms!','Mushroom soup, mushroom stew, mushroom sauce!$B$BMushroom, mushroom, mushroom! It\'s all there is to eat around here. If you say you\'re hungry, the cook hands you an axe and tells you to go chop down your dinner!$B$BWell, I\'m tired of mushrooms. I\'ve seen fish in the lakes around here. Sure, they look like a nasty piece of work, but they\'ve got to be better than mushrooms!$B$BHow much will it cost me to hire you to bring me my first decent meal in weeks?','Gather 8 Eel Filets from Umbrafen Eels and bring them to Magasha at Swamprat Post.','Finally, a break from the monotony of mushrooms! If you didn\'t smell like fish, I\'d hug you.$B$BLet\'s see how jealous the others get when they smell the meat cooking over the fire.','Tell me you haven\'t come back empty-handed. $N.','','','','','',24374,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,5,1,1,0,0,0,0,3,21,1,1,0,0,0,0,0,20,0,0,5),(9774,10958,3521,0,128,59,62,0,0,0,0,0,0,0,0,0,0,9771,25539,1,'Thick Hydra Scales','Reavij was wise to bring leather armor. This swamp will render my mail useless before long.$B$BI\'ve been replacing the scales bit by bit as I\'m able. The hydra in the marsh have thick, protective scales that stand up well to the dampness of their home.$B$BFinding suitable ones is a tedious process, though. All too often, the best scales are torn or worn too thin for use in armor. Bring me any good ones that you might get from the hydra in the larger lakes.','Zurai at Swamprat Post wants you to bring him 12 Thick Hydra Scales.','Thank you, $N. Every little bit helps.$B$BI\'ve still got a long way to go, but let\'s face it, what else am I going to do between patrols?','I see you smirking. Yes, my armor\'s going to look a bit odd until I\'ve replaced all the old metal, but it\'s better this than unprotected.','','','','','',24375,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9775,10958,3521,0,128,62,62,0,0,0,0,0,0,0,0,0,0,0,24382,1,'Report to Shadow Hunter Denjai','Shadow Hunter Denjai will no doubt expect to receive a report about my progress in establishing our outpost. I\'ve prepared a short summary of what we\'ve accomplished here already, but with the loss of Scout Jyoba, I can\'t spare a runner to take the report to Denjai\'s base of Zabra\'jin to the west.$B$BIf you\'re headed that way, would you mind bringing this to him? Shadow Hunter Denjai can be a little intimidating at first, but once you get used to him, he\'s not so bad.','Bring Zurai\'s Report to Shadow Hunter Denjai at Zabra\'jin in Zangarmarsh.','Why didn\'t you say you had a report from Zurai? I\'ve been waiting to hear from him.$B$BI sent him out there to give us a presence on the eastern border, not sit on his hands. Let\'s see what he has to say.','You don\'t look like one of my men. Speak your piece, $r.','','','','','',24382,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,2),(9776,10958,3521,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Orebor Harborage','As you know, many of Telredor\'s inhabitants are refugees from the war that decimated the draenei. It is my goal to maintain Telredor as a safe haven for all of our allies in this struggle. There are some who desire to join us, but feel they are not yet ready.$B$BWe owe them whatever help we can provide, $N. A group of Broken under the leadership of Ikuti have taken shelter in the ruins of an old temple to the northwest of Serpent Lake. Seek them out and extend your hand in friendship to them.','Speak to Ikuti at the Orebor Harborage in Zangarmarsh.','If Anchorite Ahuurn counts you a friend, then you may prove trustworthy. Please forgive my wariness, $r, but it is often all that stands between my people and death. You are welcome to shelter among us, and perhaps our mutual trust will grow.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,2),(9777,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fulgor Spores','There is little in this swamp that will burn, $r, so we must resort to other means for lighting Telredor. Many of the creatures and plants in the marsh emit a soft glow.$B$BIt\'s difficult and cruel to confine the glowing creatures, so we\'ve turned to a species of mushroom for our light source.$B$BWe pick and cultivate the fulgor mushroom here, but our needs require us to gather new crops occasionally. The small green mushrooms often grow at the base of larger ones near Telredor.','Bring 6 Fulgor Spores to Ruam at Telredor.','These are good spores and they should keep us going for quite some time. Thank you for helping us to replenish our supplies, $N.','From the looks of things, we\'ll need to replenish our spores soon.','','','','','',24383,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9778,10958,3521,0,136,61,64,0,0,0,0,0,0,0,0,0,0,9728,0,0,'Warden Hamoot','Before you leave Cenarion Refuge, make sure you speak with Warden Hamoot. He\'s in charge of the expedition\'s security.$B$BHe would never forgive me if I didn\'t send a seasoned adventurer like you his way.','Report to Warden Hamoot at the Cenarion Refuge in Zangarmarsh.','Ysiel sent you? Of course I can use someone like you! We\'re always in need of a little muscle.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9779,10958,3525,0,136,14,16,0,1101,0,0,0,0,0,0,0,0,9696,0,0,'Intercepting the Message','It is good to see you again, $N. I have a quandary that you might be able to solve.$B$BOur agents situated behind Sunhawk lines have reported seeing Sunhawk soldiers parsing an unusual document.$B$BUnfortunately, we have been unsuccessful in acquiring a copy of the document for ourselves. I need you to go out in the field and try to recover the document. I am certain that if you apply enough pressure, a Sunhawk agent will turn over the information we seek. I leave the use of force to your discretion.','Kill Sunhawk elves until you find the Sunhawk Missive, then return it to Vindicator Boros at Blood Watch.','$B$BThis is in Thalassian. Fortunately, I know just the person that can translate it...','Back so soon? Have you found the missive?','','','','','',24399,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',9694,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,5),(9780,10958,3521,0,128,60,62,0,1101,0,0,0,0,0,0,0,0,0,25539,1,'Umbrafen Eel Filets','It\'s good to see another fresh face here. When Haalrun and I first came to Telredor, we were the only outsiders, but that seems like a lifetime ago.$B$BStill, we try to welcome newcomers and ensure that there\'s always enough food and supplies. We can never fully repay the kindness of the Telredor anchorites, but we can follow their example and extend it to others.$B$BIf you would like to help, the nearby lakes are populated with a fish called the Umbrafen eel, whose meat is a staple of our diet.','Noraani at Telredor wants you to bring her 8 Eel Filets.','Thank you for your help, $N. Your generosity will not be forgotten.','Have you any fish to contribute to our stores?','','','','','',24374,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9791,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,0,0,5),(9781,10958,3521,0,128,60,62,0,0,0,0,0,0,0,0,0,0,9790,25539,1,'Too Many Mouths to Feed','On my last hunting trip, I caught sight of a new outpost being built by a group of trolls. No doubt they\'ve begun hunting these lands, too.$B$BIf they establish a permanent presence out here, the competition for food will be fierce. We cannot take direct action against them without provocation, but we can remove some of the natural competition for food.$B$BFor each mire hydra you kill, that\'s three fewer mouths to feed!','Kill 10 Mire Hydra and return to Haalrun at Telredor.','Well done. That should ease the demand on the food supply around here for the immediate future, although we\'re going to need to find new sources of food. Fish and mushrooms suffice, but variety can never be underestimated.','How goes the hunt, friend?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18213,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9782,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,9783,0,0,'The Dead Mire','I have lived among the anchorites of Telredor for some time, $N, and in that time I\'ve come to know the marsh quite well. Recently, I\'ve started to notice a disturbing change in the land to the northeast.$B$BVirtually all life there has begun to wither and die, seemingly without explanation. I have a few ideas as to what might be happening, but they are little more than speculation. If you were to bring me a sample of the soil in that area, I may be able to get to the bottom of this mystery.','Bring a Dead Mire Soil Sample to Vindicator Idaar at Telredor.','Hmm... The soil seems to be depleted, so it can\'t be the cause of the problem, as I\'d thought. What\'s the common link here? Why is everything suddenly dying?','Were you able to get a sample of the soil in the Dead Mire?','','','','','',24400,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9783,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Unnatural Drought','The soil sample you brought me is nearly devoid of moisture, $N. If the soil itself is losing moisture, then the creatures that live in the Dead Mire must be suffering terribly.$B$BI\'ve seen what happens when the region\'s fungal giants begin to wither and die. The pain drives them mad, causing them to attack anything in their path.$B$BThese creatures have no idea what\'s happening to them. They\'re beyond our ability to save, so the best we can do is to end their suffering.','Vindicator Idaar at Telredor wants you to kill 12 Withered Giants.','Thank you for helping with this difficult task, $N. Our work in the Dead Mire is not yet done, but now our efforts will focus on doing what we can to restore balance to the area.','It pains me to kill the creatures of the Dead Mire, but they are beyond saving. The best we can do is work to restore the area and nurture a new generation.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18124,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,25599,25598,25597,31659,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9782,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9784,10958,3521,0,136,60,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Identify Plant Parts','','','Excellent. Keep bringing me more plant parts if you find any.$B$B','I could still use some more plant parts. With the lakes losing their water, I\'ve a feeling the number of invasive species is on the rise. I need more numbers to back up my theory, however.','','','','','',24401,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24402,0,0,0,1,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9802,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9785,10958,3521,0,136,59,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessings of the Ancients','You\'ve earned the trust of the Cenarion Expedition, $N. It is time you spoke to the ancients allied with our cause, Ashyen and Keleth, and asked for their blessing.$B$BCarrying the mark of an ancient will fill you with great power. These boons will become more powerful as your renown among us increases.$B$BGo, $N, and ask the ancients for their blessing. ','Windcaller Blackhoof wants you to speak to the ancients Ashyen and Keleth at Cenarion Refuge and obtain their blessings.','You\'ve returned. Did you receive the ancients\' blessings?','Have you spoken to the ancients yet, $N?','','Mark of Lore','Mark of War','','',0,0,0,0,0,0,0,0,0,0,0,0,17900,17901,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,75,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9786,10958,3521,0,140,60,62,0,1101,0,0,0,0,0,0,0,0,9787,0,0,'The Boha\'mu Ruins','Before my people were decimated by the orcs, Telredor served as a retreat for draenei anchorites and spiritualists. A small order of anchorites and vindicators maintained a number of shrines in this region.$B$BDuring the war, we lost contact with the anchorites assigned to the shrines, particularly the Boha\'mu temple to the southwest. I\'ve heard reports that a tribe of Lost Ones has settled in the area and may even be using the ruins. Visit the Boha\'mu Ruins and tell me of what you find there.','Anchorite Ahuurn at Telredor wants you to explore the Boha\'mu Ruins.','So, the Feralfen Lost Ones have taken over the ruins? Most intriguing. They must remember something of their heritage and the significance of the site. We must learn more, $N. This temple could hold the key to redeeming the Lost Ones and reuniting the many threads of draenei.','Have you examined the Boha\'mu Ruins? Can you imagine what they were like in their full splendor?','Explore the Boha\'mu Ruins','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,4301,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9787,10958,3521,0,128,60,62,0,1101,0,0,0,0,0,0,0,0,9801,0,0,'Idols of the Feralfen','From what you\'ve told me about your observations at the Boha\'mu Ruins, it seems this tribe of Lost Ones has reverted to the worship of animal spirits. Before we can approach them, we must know more of their beliefs.$B$BReturn to Feralfen Village and discreetly gather some of their idols so that I may study them. Try to avoid angering them, $N, as it may hurt our chances of making contact with them.','Gather 6 Feralfen Idols and return them to Anchorite Ahuurn at Telredor.','These should be more than sufficient, $N. They seem to be fixated on birds, which is odd, because there aren\'t any bird species native to Zangarmarsh. What could this mean?$B$BCould they have encountered the arakkoa? To a shamanistic people, they might seem like the embodiment of a powerful bird spirit.','Do you have the idols?','','','','','',24422,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9786,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9788,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Damp, Dark Place','Soon after I escaped the Umbrafen tribe, I holed up in a cave south of their village. Little did I know that the cave was being fought over by marsh beasts and spore men!$B$BI had to leave in a hurry and left behind a box containing my only worldly possessions.$B$BAfter managing to sneak out of Umbrafen with my belongings it was terrible irony that I would lose them so soon after. If you\'re willing to bring them back to me I\'ll give you one of my very own personal items. What do you say, $N?','Look for Ikeyen\'s Belongings inside a cave south of Umbrafen. Return them to Ikeyen at Cenarion Refuge in Zangarmarsh.','My things! They\'re all here!$B$BI thank you, $N. As promised, I\'ll let you pick one of the items for yourself. I don\'t have much to offer, but my people have always shared what little we have.','Did you find my belongings, $N? The cave is not far from Umbrafen, near the border with Nagrand.','','','','','',24411,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25516,25515,25514,27716,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9747,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9789,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,9850,0,0,'Clefthoof Mastery','You want to earn a place in this safari? You\'ll have to prove yourself.$B$BI don\'t care what you\'ve hunted before, you haven\'t hunted until you hunt what we hunt here. Start with the clefthoof if you\'re $g man : tough; enough.$B$BI know that I\'ve seen them in the immediate area around the safari and also close by to the south.','Hunt down 12 Clefthoof and return to Hemet Nesingwary at Nesingwary\'s Safari in Nagrand to prove yourself.','A fair start. But that\'s just the beginning.$B$BThe lesser clefthoof prove nothing. Let\'s move you up to a bigger challenge','The clefthoof of Nagrand are a good challenge. I\'ve bagged myself quite a few.$B$BHow are you doing with that?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18205,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,11,0,0,1000,1000,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(9790,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Diaphanous Wings','Living in such a remote location has taught us to make use of everything available. Of course, you have to learn to stop thinking about where some of these materials come from first.$B$BI\'ve found that the wings of the umbraglow stingers are very helpful for waterproofing. They\'re strong, thin, and flexible.$B$B$B$BI see the look on your face. Like I said, it takes time to get used to the idea. If you\'re going to be out and about, would you mind bringing me some of the wings?','Haalrun at Telredor wants you to bring him 8 Diaphanous Wings from any of the firefly species in Zangarmarsh.','Thank you, $N.$B$B$B$BAt least you don\'t have to clean them. That\'s the worst job of the lot, but once it\'s done, you\'d never know they were attached to a giant insect.','Did you manage to gather any diaphanous wings?','','','','','',24372,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9781,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9791,10958,3521,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,9780,0,0,'Menacing Marshfangs','During the orcs\' war against my people, gatherers rarely left Telredor for fear of being attacked or captured. Now, we venture out more often, but the marsh is no less perilous.$B$BIt seems that the nether rays have grown bolder in recent months. I don\'t know if it has something to do with more competition for their normal prey, but they\'ve been attacking our foraging parties on a regular basis. If we can thin their ranks in the area around Telredor, perhaps they would learn to leave us alone.','Kill 10 Marshfang Rippers and return to Noraani at Telredor.','Thank you for your help in clearing out some of the marshfang rippers, $N. If they had any intelligence, perhaps they\'d learn that it\'s best to live and let live.$B$B$B$BGiant, overgrown bugs with intelligence. I wonder what that would be like...','Have you been successful in your marshfang hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18130,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9792,10958,3521,0,136,64,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Message to Telaar','You\'ve been honorable in our dealings, $N, at a time when trust is hard to win among my people.$B$BA large group of my brethren have made their home in the old draenei city of Telaar in Nagrand, to the south. To reach Telaar, take the road south into Nagrand, then continue southeast until you find yourself in the cliffs east of Oshu\'gun.$B$BAnyone who has aided us, as you have, would be welcome among the people of Telaar.$B$BSeek out Nahuud and tell him you have earned my trust.','Speak with Nahuud at Telaar in Nagrand.','Ikuti is like a brother to me. A friend of his is a friend of mine. You are welcome here, $N, and you have our thanks for assisting our people.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,2),(9793,10958,3521,0,128,62,62,0,0,0,0,0,0,0,0,0,0,0,24415,1,'The Fate of Tuurem','Prophet Velen\'s search for allies has emboldened those draenei remaining in Outland to begin a search of their own. The Legion\'s war on my people drove us from our cities and temples, but they have not destroyed the traces of our civilization.$B$BTuurem, my former home in the Terokkar Forest, was one of the first cities overrun by the orcs. It\'s been too long since I\'ve received news of its status. Take this letter to Andarl in the Allerian Stronghold within Terokkar and see what you can find out.','Take Vindicator Idaar\'s Letter to Andarl at the Allerian Stronghold in Terokkar Forest.','Hmm... I remember hearing our scouts speak of the ruins of a draenei settlement in the forest\'s northern reaches. I don\'t know much about the ruins, personally, but you\'re welcome to talk to some of the scouts.','How may I help you?','','','','','',24415,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'10104',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,2),(9794,10958,3522,0,128,64,65,0,1101,0,0,0,0,0,0,0,0,0,26048,1,'No Time for Curiosity','$N, I have a favor to ask of you. Normally, I would do this myself, but my hands are already beyond full.$B$BI have an associate named Kialon at Sylvanaar in the Blade\'s Edge Mountains to the north. He\'s expecting to hear from me in the near future, although I suspect he won\'t like what I have to say.$B$BIf you would deliver my response to him, you would have my gratitude. I must insist, and this is very important, that you not attempt to read the letter. It is for Kialon\'s eyes alone.','Deliver Timothy\'s Letter to Kialon at Sylvanaar in the Blade\'s Edge Mountains.','So you\'ve brought Timothy\'s response?$B$B$B$BHe\'s got everything under control, he says. Doesn\'t need help, he says. I could\'ve predicted that!$B$BSome people never change. Look, he even took the time to correct my spelling.$B$B$B$BI shouldn\'t have sent the letter. I forgot. The specialist always has the situation under control. Always.','$B$BI don\'t know you, $R. Do you have business with me?','','','','','',26048,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,11,11,0,0,0,0,0,1,0,0,2),(9795,10958,3522,0,136,64,65,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Ogre Threat','As if the naga and their allies weren\'t enough, the ogres are extending their reach in the marsh. They\'ve already conquered most of the area to the northwest and there isn\'t much of a buffer left.$B$BFor each one we kill, several more take their place. I\'m not sure how long we\'ll be able to hold Zabra\'jin once they decide to attack. Make your way north into the mountains, to the orcish stronghold of Thunderlord Stronghold and let Nekthar know of our plight. Any help he can spare would be most welcome.','Travel to Thunderlord Stronghold in the Blade\'s Edge Mountains and speak with Nekthar.','Denjai seeks help? I\'d send him reinforcements, but we\'re spread thin here as it is. We\'ve got trouble of our own with the ogres up here.$B$BWhen I can, I\'ll give him what information we have on the local ogre tribes and their tactics. Perhaps if he can survive long enough, we\'ll be able to launch a two-pronged assault on the vile scum.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9796,10958,3521,0,136,62,62,0,690,0,0,0,0,0,0,0,0,0,0,0,'News from Zangarmarsh','Shadow Hunter Denjai isn\'t the only one expecting a report from me. Mokasa at Stonebreaker Hold in Terokkar is eager to hear of our progress, especially since most of her messengers travel through here.$B$BShe asked me to send word once Swamprat Post was completed. If you wouldn\'t mind delivering the news, I\'d be very grateful. We may be up and running, but there is still much to be done.$B$BTo get to Stonebreaker Hold, follow the road south out of Zangarmarsh, into Terokkar Forest and beyond Tuurem.','Speak with Mokasa at Stonebreaker Hold in Terokkar Forest.','It\'s about time he got that outpost up and running. We\'ve lost far too many runners to Alliance outriders.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9797,10958,3521,0,136,64,64,0,690,0,0,0,0,0,0,0,0,0,0,0,'Reinforcements for Garadar','$B$BThey may not survive, $r! Get to Garadar as quickly as your legs will carry you.$B$B$B$BThe home of the Mag\'har, lies to the south, in Nagrand. Take the southern road out of the marsh, then turn east at the first fork and look for a large settlement on the lake.$B$BFind our commander, Captain Kroghan, there and offer him what assistance you can. Garadar must not fall!','Speak with Captain Kroghan at Garadar in Nagrand.','$B$BIt\'s about time you got here! Granted, you\'re not an army, but any able-bodied $R than can wield a weapon or chant a spell is welcome here. The people of Garadar are kin to all the Horde and we are proud to shed our blood in their defense.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9798,10958,3526,0,128,2,5,0,1101,0,0,0,0,0,0,0,0,0,24414,1,'Blood Elf Plans','These plans seem important. You should take them to Vindicator Aldar at the crash site.','Take the Blood Elf Plans to Vindicator Aldar at the Crash Site in Ammen Vale.','Here, let me read those plans.$B$BThe blood elves have followed us here? They are evil to the core and should be wiped from existence!$B$B$B$BI apologize, that was uncalled for. We are indebted to you for uncovering this information, $N.','What have you got there?','','','','','',24414,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(9799,10958,3526,0,136,1,3,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Botanical Legwork','The Ammen Fields to the west are the primary breeding ground of the local lasher population. With the corruption of the water table from the nearby lake, Botanist Taerix is worried that the lashers will not be able to repopulate themselves once we\'ve cleansed the lake.$B$BGo to the Ammen Fields and pick some of the corrupted flowers for me so that I might take a look at them and see what can be done. You should be able to identify them by their uncharacteristic red petals.','Gather 3 Corrupted Flowers and return them to Apprentice Vishael at the Crash Site in Ammen Vale.','These look like fine specimens. Thank you for performing the field work. Once I can find the time to analyze these, I should be able to tell what it will take to restore the fields.','Hello, $c. Do you have those flowers yet?','','','','','',24416,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',10302,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(9800,10958,3518,0,136,64,65,0,0,0,0,0,0,0,0,0,0,9804,0,0,'A Rare Bean','You are ill-equipped to face the restless elements of Nagrand. Before you can help the Earthen Ring, you must help yourself.$B$BTo the west you will find dung heaps left behind by the wildlife of Nagrand. You must search the dung for the digested remnants of the Nagrand caracoli. From this bean I am able to make a tablet that will aid you in your battle against the restless forces of nature.$B$BReturn to me when you have collected no less than two fists worth of caracoli... Ogre sized fists.','Elementalist Lo\'ap at the Throne of the Elements in Nagrand wants you to bring him 8 Digested Caracoli.','Please do not wash yourself in the sacred waters of the Throne.$B$B$B$BYou place this under your tongue and allow it ample time to dissolve. Once it has dissolved, you will be able to breathe water as if it were air.','$B$BOgre sized...','','','','','',24419,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24421,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,274,1,1,0,0,0,0,0,1,0,0,5),(9801,10958,3521,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,9803,0,0,'Gathering the Reagents','I have a feeling that these Lost Ones may not respond well to a draenei, but would welcome an arakkoa. I can create a potion that will allow you to take on the form of an arakkoa for a short time. It requires a couple of reagents which cannot be stored and must be used within hours of being gathered.$B$BYou will need to bring me a handful of sporebat eyes and some fen strider tentacles. Both species dwell in the wilderness surrounding Telredor.','Anchorite Ahuurn at Telredor wants you to bring him 4 Sporebat Eyes and 4 Fen Strider Tentacles.','These will do quite nicely. Allow me a moment to mix up the potion.','Have you gathered the reagents?','','','','','',24426,24427,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9787,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9802,10958,3521,0,136,60,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plants of Zangarmarsh','The lakes of Zangarmarsh are slowly being drained of their water. We don\'t quite know why, but we do know that many plants species are in danger of becoming extinct.$B$BAs the expedition\'s cataloguer, it is my job to track and identify these plants so we can better understand what\'s happening to them.$B$BIf you\'d like to help, bring me unidentified plant parts. They can be picked right from the ground if you\'re an herbalist, and the indigenous creatures of the swamp may also carry plant parts on them.','Bring 10 Unidentified Plant Parts to Lauranna Thar\'well at the Cenarion Refuge in Zangarmarsh.','The decrease in native species is certainly a cause for concern. The increase in invasive species could be related to the recent disturbance in the ecosystem. I don\'t have enough information to make a conclusion, yet.$B$B$B$BTake these, $N. They might be of some use to you.$B$BBring me any other plant parts you find. I\'ll incorporate them into my statistics.','Did you find any plant parts, $N?','','','','','',24401,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24402,0,0,0,1,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9803,10958,3521,0,128,60,62,0,1101,0,0,0,0,0,0,0,0,0,24428,1,'Messenger to the Feralfen','The time has come for us to embrace the Feralfen and teach them that the Light has not forsaken them. Take the potion I\'ve prepared and carry it with you to the Boha\'mu Ruins.$B$BOnce you arrive at the ruins, drink the potion to assume the form of one of their bird spirits. Speak with Elder Kuruti and let him know the draenei are ready to welcome his people as our long lost brothers.','Drink Ahuurn\'s Elixir while standing in the Boha\'mu Ruins. Speak to Elder Kuruti while you are in the form of an arakkoa.','They refused? They are welcome to choose their own path, of course, but their choice surprises me. I would think that all the draenei, including the Broken and Lost Ones, would still remember that we\'re all a part of the same people.$B$BI suppose he is right about the folly of deceiving them, but still, could he not see that our intentions were friendly?','Did you speak with the Feralfen elder?','','','','','',24573,24428,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25613,25614,25615,31660,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',9801,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,6),(9804,10958,3518,0,136,64,65,0,0,0,0,0,0,0,0,0,0,9805,0,0,'Agitated Spirits of Skysong','The disturbance in the ebb and flow of the waters of Nagrand has greatly agitated the water spirits of Skysong Lake. They have in turn begun sowing destruction throughout the waterways of the area.$B$BWatoosun of the Water has come to us in a vision and granted us permission to remedy the problem - so long as the source of the disturbance is also dealt with...$B$BWe will get to the source, but first you must deal with the problems immediate to the Throne. Destroy the agitated lake spirits and return to me.','Elementalist Lo\'ap at the Throne of the Elements in Nagrand wants you to destroy 8 Lake Spirits.','$B$BThe Earthen Ring takes no pride in what was done. We do what we must to heal the land.','Use the Nagrand cherries before delving too deeply into the lake.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17153,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9800,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,16,1,1,0,0,0,0,0,0,0,0,5),(9805,10958,3518,0,128,64,65,0,0,0,0,0,0,0,0,0,0,9810,24467,1,'Blessing of Incineratus','The wretched Lost Ones, heretofore banished to the swamps of Zangarmarsh, are seeking to spread their filth to other parts of our world.$B$BI have sought the wisdom of the furies and gained their blessing. To stop the source, we must unleash the elements upon them!$B$BI give you living fire, plucked from the fiery essence of Incineratus himself. Travel to Windyreed Village, southeast of here, and unleash the living fire upon their huts! Let them see the fury of the elements!','Elementalist Lo\'ap at the Throne of the Elements in Nagrand wants you to destroy the Large Hut, the Western Hut, the Southern Hut and the Eastern Hut at Windyreed Village.$B$BReturn the Living Fire to Elementalist Lo\'ap when the task is complete.','Your efforts have stifled the spread of pollution but other troubles have surfaced.','With great shame I tell you that it is my own kin who seek to drudge up the waters of Nagrand and create marshland.','','Large Hut Destroyed','Western Hut Destroyed','Southern Hut Destroyed','Eastern Hut Destroyed',0,0,0,24467,0,0,0,0,0,1,0,0,18110,18142,18143,18144,1,1,1,1,31927,31927,31927,31927,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9804,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(9806,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fertile Spores','Spore bats and marsh walkers accumulate fertile spores on their appendages from wandering around the tallstalk mushrooms in the marsh.$B$BAs you can see, we\'re a short people so our options for gathering these spores are limited. Seek out the spore bats and marsh walkers and gather the fertile spores. All of Sporeggar will be in your debt.','Gshaff wants you to gather 6 Fertile Spores from the various Zangarmarsh Spore Bats and Marsh Walkers. Return to Ghsaff at Sporeggar when you\'ve completed this task.','These are great spores, $N! Tallstalks are vital to rebuilding our town. And after all the bog lord attacks we\'ve suffered, we\'re in quite the short supply.','You\'re back, $N. Did you obtain the fertile spores?','','','','','',24449,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24245,0,0,0,1,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9807,10958,3521,0,128,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Fertile Spores','','','Your help is appreciated, $N. You will keep it up, yes?','We can always use more fertile spores, $R. Tallstalks are incredibly useful mushrooms. Being able to grow them lets us do many things with them.','','','','','',24449,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24245,0,0,0,1,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9806,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9808,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glowcap Mushrooms','I\'ve seen your kind use shiny round pieces of metal to trade for things that you need. We\'re not so different from you. We use shiny round mushrooms as our currency.$B$BGlowcap mushrooms grow everywhere in the marsh, you just have to know how to pick them from the ground without wrecking them. I\'ll teach you how to do it, if you promise to bring us some for our reserves. What do you say, $N?','Bring 10 Glowcaps to Msshi\'fn at Sporeggar in Zangarmarsh.','This will help us trade with other sporelings for food and supplies. Sporeggar thanks you, $N!','Did you find any glowcaps, $N? They\'re literally everywhere in the marsh.$B$BYou can spot their bright glow from far away if you pay attention.','','','','','',24245,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9809,10958,3521,0,128,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Glowcaps','','','Thank you, $N. As Sporeggar\'s elder, I must ensure my people have adequate supplies. You make my task that much easier.','I\'ll take more glowcaps if you have them. Our village can always use more of them.','','','','','',24245,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9808,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9810,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spirit Polluted','Watoosun was able to shed the stink of corruption; but in doing so, created a twisted spirit essence. A spirit essence composed of the vilest corruption found amongst the elements!$B$BYou will find this polluted spirit of the swamp southwest of here, hidden in the depths of Lake Sunspring.$B$BFind and destroy the polluted essence of Watoosun and any corrupt offspring that it may have created.','Elementalist Lo\'ap at the Throne of the Elements in Nagrand wants you to destroy Watoosun\'s Polluted Essence and 8 Lake Surgers.','The elements sang of your victory the moment the disturbed essence was destroyed! The Earthen Ring thanks you and wishes for you to choose a reward.','The Earthen Ring will help in any way possible.\r\n','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18145,17155,0,0,1,8,0,0,0,0,0,0,0,0,0,0,25558,25557,25556,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',9805,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,5),(9811,10958,3433,0,128,15,21,0,178,0,0,0,0,0,0,0,0,9812,22653,1,'Friend of the Sin\'dorei','This is the beginning of a new chapter in blood elf history, $N. You\'ve helped cement the bond between my race and yours, $r.$B$BTake the traitor\'s head to Regent Lord Lor\'themar Theron in Silvermoon City. He\'ll be eager to hear the news.','Take Dar\'Khan\'s Head to Lor\'themar Theron in Silvermoon City.','So you killed Dar\'Khan, $R? Impressive. I\'ve a feeling my people and yours will soon get to be very good friends.','You seek audience with me? I do not recall hearing of an appointment. ','','','','','',22653,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',9167,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9812,10958,1497,0,128,15,21,0,178,0,0,0,0,0,0,0,0,9813,23929,1,'Envoy to the Horde','There were doubts about our capabilities among our potential new allies. Of what use could we be to them when perceived as unable to deal with our problems at home?$B$BThis changes everything. No longer will our power be questioned. We\'ll be able to join the Horde as equals.$B$BTake this letter to Sylvanas, ruler of the Forsaken. She\'s already on our side but the news of Dar\'Khan\'s death will be music to her ears. Prepare for a long trip, $N. If all goes well she will send you to Orgrimmar.','Bring the Letter from Lor\'themar Theron to Lady Sylvanas Windrunner in Undercity, the Forsaken capital in Tirisfal Glades.','It is done then. The foul traitor got what he deserved.$b$bYou\'ve been of great service to the blood elves and to the Horde. Dar\'khan was Thrall\'s excuse to deny them entry into our alliance. You\'ve cleared the way for a new Horde, $c.$b$bI also see that Lor\'themar has additional news that will greatly improve his relations with Thrall. Excellent!','I was told a visitor from Quel\'Thalas was coming. I was expecting a blood elf, to tell you the truth.$B$BWhat news do you bring?','','','','','',23929,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',9811,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9813,10958,1637,0,128,15,21,0,178,0,0,0,0,0,0,0,0,0,23930,1,'Meeting the Warchief','I haven\'t lost any love for my homeland or its people, as you know. I\'ve fought tooth and nail for Silvermoon to be allowed a place beside Undercity and Orgrimmar at the negotiating table.$B$BThis should silence any opposition. Take this letter to Thrall in Orgrimmar. As leader of the Horde he will have the final say on accepting the sin\'dorei\'s pledge.$B$BI\'ve added my own seal to the letter as a personal endorsement. Go northwest of the city and board the zeppelin bound for Durotar at the tower.','Lady Sylvanas Windrunner wants you to take the Letter Sealed by Sylvanas to Thrall in Orgrimmar, capital of Durotar.','So the blood elves finally took care of their little problem. Never mind that it took your help as well as that of an entire Forsaken regiment to get the job done.I suppose there\'s no stopping this. In the end we need them just as much as they need us. Welcome to the horde Blood Elf.','Yes, $C?','','','','','',23930,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',9812,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9814,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,9816,0,0,'Burstcap Mushrooms, Mon!','You like mushrooms, mon? There be a powerful one here in Zangarmarsh, growin\' real close to Zabra\'jin.$B$BYou gotta be careful, though, mon. They be callin\' it the burstcap for a reason. If you be gettin\' too close without takin\' the proper precautions, it\'ll blow right up on you! Poof! Right into a cloud o\' toxic spores.$B$BI been usin\' them for readin\' the omens, but they be almost gone now.','Bring Witch Doctor Tor\'gash 6 Burstcap Mushrooms.','These be excellent, mon!$B$BI\'ll tell you what. Since you been a good sport and helped with the mushrooms, I\'ll let you in on the fun!','Have you got the mushrooms, mon?','','','','','',24468,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,5,5,0,0,0,0,0,3,1,1,92,0,0,0,0,0,1,0,0,5),(9815,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'Muck Diving','The most affected elements of water can be found in the Halaani Basin, southwest of here, beneath the abandoned city of Halaa. While some distressed elements can be destroyed without any impact upon the environment, spawns of muck must be physically removed from the world once destroyed.$B$BYou see, muck spawns leave behind globules of tainted debris that if left untouched will spread and further contaminate the environment.$B$BDestroy these muck spawns and bring back their muck-ridden cores.','Elementalist Lo\'ap at the Throne of the Elements in Nagrand wants you to retrieve 5 Muck-ridden Cores.','The Earthen Ring thanks you, $N. The elements also give their thanks. Your continued efforts in cleansing our world are appreciated and noted.\r\n','Do not leave any tainted muck behind!','','','','','',24469,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25560,25561,25559,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9816,10958,3521,0,128,62,64,0,0,0,0,0,0,0,0,0,0,0,24470,1,'Have You Ever Seen One of These?','This marsh be missin\' one thing, mon! There be no murlocs here.$B$BDon\'t worry, mon, I got a plan to fix the problem. See Gargle \'n\' Gurgle over there? I plan to give the gift o\' murlocs to the Lost Ones!$B$BTake this cage with you to Daggerfen Village an\' release \'em in the northeastern cluster of huts. Now you know I can\'t be riskin\' Gargle \'n\' Gurgle with you, but I\'ll give you a cage full o\' colorful young murlocs. Just set it on the flat rock you be findin\' up there and open the door!','Take the Murloc Cage and place it on the flat rock near Daggerfen Village.','Excellent work, mon! I do hope they had a good time!','$B$BDid the lil\' Lost Ones like their gift?','','Release Murlocs at Daggerfen Village','','','',0,0,0,0,0,0,0,0,0,0,0,0,18152,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25611,25612,25610,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9814,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,11,153,1,0,0,0,0,0,1,11,0,5),(9817,10958,3521,0,136,58,63,1,0,0,0,0,0,0,0,0,0,0,0,0,'Leader of the Bloodscale','A bounty is hereby declared by the Cenarion Expedition on Rajis Fyashe, leader of the Bloodscale naga. The naga sorceress was last sighted at Serpent Lake, in the northern region of Zangarmarsh.$B$BThe Bloodscale are to be considered extremely dangerous and their leader is to be approached with extreme caution.$B$BThose seeking to claim the bounty are advised to report to Warden Hamoot at Cenarion Refuge.','Slay Rajis Fyashe at Serpent Lake and return to Warden Hamoot at the Cenarion Refuge in Zangarmarsh for a reward.','I\'ll bet the Bloodscale will think twice about attacking expedition scouts again. Take this as a reward, $N. You\'ve earned it.','You\'re here to claim the bounty for Fyashe? That\'s the best news I\'ve heard all day.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18044,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,27724,27722,27723,27721,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,77700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,6),(9818,10958,3518,0,136,64,65,0,0,0,0,0,0,0,0,0,0,9819,0,0,'The Underneath','Something rails the underneath. It beats the ground as if to punish.$B$B*Thud*$B$B$B$BIt makes this sound a hundred-thousand times. Endlessly it beats. The earth reels. It is calling out to us now.$B$BGordawg speaks to me. Gordawg knows that something forces the elements out. Something from the underneath.$B$BGo now and speak to Gordawg. No, listen to Gordawg, do not speak. Hear Gordawg...','Communicate with Gordawg.','$B$BSit.$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9819,10958,3518,0,136,64,65,0,0,0,0,0,0,0,0,0,0,9821,0,0,'The Tortured Earth','Bring up the usurper. You will find him. Follow earthen path. First you put to rest tortured earth spirits. Must sleep once more.$B$B$B$BMust sleep!$B$B$B$BFind spirits near mountains. Near hills. Near rocks. Near earth.$B$BPut to sleep.$B$BTelaari Basin... Southeast.\n','Gordawg at the Throne of the Elements in Nagrand has asked that you destroy 10 Tortured Earth Spirits.','$B$BGood. Spirits sleep now.','Do they sleep?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17156,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9818,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9820,10958,3521,0,136,58,64,0,690,0,0,0,0,0,0,0,0,9822,0,0,'WANTED: Boss Grog\'ak','Wanted - Dead or Alive: Boss Grog\'ak, overseer of the Ango\'rosh mushroom-cutting operation.$B$BThis brute and his axe-wielding cronies are responsible for chopping down the mushrooms to the north of town. Unless he is stopped, he and his band will cut a path to the walls of Zabra\'jin.$B$B$g He:She; who presents the head of Boss Grog\'ak to Shadow Hunter Denjai shall be well-rewarded.','Bring Boss Grog\'ak\'s Head to Shadow Hunter Denjai in Zabra\'jin.','Well done, $N. The presence of these ogres so close to our outpost does have me worried, though. It seems like they\'ve been filtering down from the northern mountains for some time.','What do you have there, $N?','','','','','',24472,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,6),(9821,10958,3518,0,128,64,66,0,0,0,0,0,0,0,0,0,0,9849,24475,1,'Eating Damnation','$B$BGordawg tastes. Gordawg knows where this earth has been.$B$B$B$BLook. See Nagrand.$B$B$B$BBREAK THEM! Bring Gordawg the pieces to eat.$B$BTake the map.','Gordawg at the Throne of the Elements in Nagrand has asked that you bring him 10 Enraged Crusher Cores. ','$B$BPoison. These rocks are not Nagrand. These rocks are from poison. You destroy poison rock. You find usurper.','Gordawg eats this rock. Gordawg finds usurper. Bring rock!','','','','','',24473,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',9819,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9822,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,9823,0,0,'Impending Attack','The position of the ogres\' mushroom-cutting operation can\'t be an accident. I can\'t escape the suspicion that they\'re preparing for an attack on Zabra\'jin.$B$BI must know for certain, $N. The ogres have another outpost to the northwest, the Ango\'rosh Grounds. If they\'re staging for an attack, there will be evidence of their plans there. Go there, $N and search the camp for signs of their intentions. Return to me with anything that might be suspicious.','Bring the Ango\'rosh Attack Plans to Shadow Hunter Denjai in Zabra\'jin.','$B$BI knew it! The stench of ogres always carries an implicit threat. Now that we have proof of their intentions, we must act before they do.','Have you found proof of the ogres\' intentions?','','','','','',24471,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9820,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,5,1,1,0,0,0,0,0,1,0,0,5),(9823,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Us or Them','In order to end the Ango\'rosh threat, we must kill their leader, Overlord Gorefist. We\'ll do better than that, though. We\'ll make an example of the overlord and his followers.$B$BGo to the Ango\'rosh Stronghold and deal with our foes. The stronghold is located in a cave on a small island to the northwest of Zabra\'jin. You\'ll see a bridge made from a fallen mushroom beyond the Ango\'rosh Camp.$B$BShow no mercy, $N. They certainly wouldn\'t spare any of us.','Kill Overlord Gorefist, 10 Ango\'rosh Maulers, and 10 Ango\'rosh Souleaters and report back to Shadow Hunter Denjai in Zabra\'jin.','Your victory over the Ango\'rosh is to be celebrated, $N. I wonder how long it will be before those ogre brutes find themselves another bloodthirsty chieftain.$B$BNo matter, we\'ll be ready for them.','The threat of the Ango\'rosh looms over us. Have you eliminated their leader?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18160,18120,18121,0,1,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25617,27553,0,0,1,5,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',9822,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,6),(9824,10958,2562,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,24474,1,'Arcane Disturbances','I\'m trying to obtain an imprint of Karazhan\'s energy... for a personal project, of course. Unfortunately, I\'m not getting anything up here. If I could get near an underground water source, my crystal would pick up the signals much more clearly.$B$BI\'ve heard of an underground pond as well as a well in a cellar below us. This whole place is crawling with ghosts however, and venturing there would be hazardous for someone my age. What do you say; will you help an old man and perform the scrying for me?','Use the Violet Scrying Crystal near underground sources of water in the Master\'s Cellar and return to Archmage Alturus outside of Karazhan.','These readings do not bode well, $N. Karazhan should be emanating all manner of arcane currents... instead it has become a huge energy vacuum. No signals. Nothing. Except for a very faint demonic echo.$B$BThis is bad news, $N.','The readings, $N. Did you complete them?','','Underground Well Reading','Underground Pond Reading','','',0,0,24474,0,0,0,0,0,1,0,0,0,18161,18162,0,0,1,1,0,0,32042,32042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9825,10958,2562,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restless Activity','As you may have noticed, the outside of Karazhan is crawling with ghostly beings. The reason for their existence is unknown and unknowns bother me!$B$BBring me their ghostly essence so that I may study their nature. Karazhan has many secrets, $N. I\'m determined to uncover all of them.','Bring 10 Ghostly Essences to Archmage Alturus outside of Karazhan.','Fascinating. I will study these essences, $N. I thank you for your help.','Have you obtained the ghostly essences I require, $N?','','','','','',24480,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9826,10958,279,0,128,68,70,0,0,0,0,0,0,0,0,0,0,9829,24482,1,'Contact from Dalaran','These signs do not bode well for us, $N. I\'ve never been one for secrecy so I will tell you a bit about my organization, the Violet Eye.$B$BWe are agents of the Kirin Tor, the Magus Senate of Dalaran. We were assigned to keep an eye on Karazhan and Medivh, in case things got out of hand.$B$BWhich they did... very quickly, after Medivh disappeared.$B$BThis report details my findings. Take it to Archmage Cedric, also from the Violet Eye; you will find him in the outskirts of Dalaran Crater.','Bring Alturus\'s Report to Archmage Cedric in the outskirts of Dalaran Crater.','You know of the Violet Eye? You do not look familiar.','Alturus entrusted you with this information? That old fool.$B$BI suppose the damage is done, we might as well make use of you. I suppose you will cooperate?','','','','','',24482,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',9825,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(9827,10958,3521,0,128,60,62,0,1101,0,0,0,0,0,0,0,0,10355,24483,1,'Withered Basidium','A close inspection of the basidium reveals a number of indentations that might have once held something. The alien mass of fungus presents something of a puzzle. It\'s far from healthy, but you have little clue as to what function it might normally perform.$B$BPerhaps someone more familiar with the denizens of Zangarmarsh would be able to tell you more about the basidium.','Take the Withered Basidium to Ruam in Telredor in Zangarmarsh.','It looks like the basidium of a bog giant, but I haven\'t seen one in this condition before. I\'d heard that the giants in the Dead Mire had begun to wither, but it\'s far more advanced than I expected.$B$BThe Dead Mire was once a lake like the others in the marsh, and it served as the spawning ground for the giants. With the waters receding, it seems the changes are preventing the giants from sporing. If this continues, the giants may disappear entirely.','What is it you have there, $N?','','','','','',24483,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,6,0,0,5),(9828,10958,3521,0,128,60,62,0,690,0,0,0,0,0,0,0,0,0,24484,1,'Withered Basidium','A close inspection of the basidium reveals a number of indentations that might have once held something. The alien mass of fungus presents something of a puzzle. It\'s far from healthy, but you have little clue as to what function it might normally perform.$B$BPerhaps someone more familiar with the denizens of Zangarmarsh would be able to tell you more about the basidium.','Bring the Withered Basidium to Reavij at Swamprat Post in Zangarmarsh.','It looks like the basidium of a boglord, but I haven\'t seen one in this condition before. I\'d heard that the giants in the Dead Mire had begun to wither, but it\'s far more advanced than I expected.$B$BThe Dead Mire was once a lake like the others in the marsh, and it served as the spawning ground for the giants. With the waters receding, it seems the changes are preventing the giants from sporing. If this continues, the giants may disappear entirely.','What is it you have there, $N?','','','','','',24484,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9829,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,9831,0,0,'Khadgar','Alturus\'s report is unsettling. We thought it was bad when Karazhan sealed itself off to the outside world. We had agents inside; we never heard from any of them again. Now this... demonic emanation. We must investigate it.$B$BThe only people who can reopen Karazhan were presumed dead: Khadgar and Medivh.$B$BWhile we hope that the latter is indeed gone, we recently learned that his apprentice, Khadgar, is alive and well in a place called Shattrath City. Find him and give him Alturus\'s report.','Deliver Alturus\'s Report to Khadgar in Shattrath City in Terokkar Forest.','The Violet Eye? You don\'t say.$B$BShow me this report you speak of.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',9826,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(9830,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stinger Venom','When I speak to draenei, I often get the sense that they consider themselves removed from their environment. Many seem to pity my brethren, the Broken, who they say have lost something.$B$BWe Broken may have lost our inclination toward the Light, but our experiences have brought us closer to the land.$B$BMy people see opportunities where few draenei do. Take, for example, the venom of the marshlight bleeders that live to the south and west. It has a wide variety of uses from hunting to healing.','Bring 6 Marshlight Bleeder Venom to Puluu at the Orebor Harborage.','Thank you for bringing this venom, $N. It will go a long way toward making my demonstration possible without depleting my personal stores.','I hope to demonstrate the uses of bleeder venom to Anchorite Ahuurn and the others at Telredor. That\'s going to require me to double my supply.','','','','','',24485,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9831,10958,3789,0,136,68,70,81,0,0,0,0,0,0,0,0,0,9832,0,0,'Entry Into Karazhan','I am deeply troubled by the news in this report, $N. Gaining entry into Karazhan will be difficult, however.$B$BYou see, when it became apparent that I was stranded here I split the key into three fragments.$B$BI placed the keys inside enchanted containers, and in turn placed those in places that were safe at the time.$B$BWith the dark changes Outland has endured this no longer is the case. The first fragment is in a section of Auchindoun taken over by the Shadow Council. Return this fragment to me.','Khadgar wants you to enter the Shadow Labyrinth at Auchindoun and retrieve the First Key Fragment from an Arcane Container hidden there.','You\'ve done well, $N. I wasn\'t sure you would succeed.$B$BThe containers are enchanted with a potent spell that masks their presence from unworthy eyes. I\'m glad to see they did not elude you.','Have you obtained the fragment, $c? You would do well not to waste any time in this matter','','','','','',24514,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',9829,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(9832,10958,3703,0,136,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Second and Third Fragments','I hid the second fragment at the bottom of Serpent Lake, long before it was called that. The giant drain installed there after the naga took over has likely pulled the container into the depths of Coilfang Reservoir.$B$BThe third fragment will prove the most trying, as I left it inside Tempest Keep back when it was controlled by the naaru. Kael\'thas now rules it and the chamber where I left it has become a prison.$B$BBring me these remaining fragments, $N. Much depends on your success.','Obtain the Second Key Fragment from an Arcane Container inside Coilfang Reservoir and the Third Key Fragment from an Arcane Container inside Tempest Keep. Return to Khadgar in Shattrath City after you\'ve completed this task.','You have the fragments. This is most impressive, $N. You\'re certainly worthy of holding the key to Karazhan.$B A small problem remains.','How goes your search for the key fragments, $N?','','','','','',24487,24488,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',9831,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(9833,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lines of Communication','One of the reasons Ikuti led us to Zangarmarsh was to help open the lines of communication between the draenei and the Kurenai home city of Telaar in Nagrand. In order for messengers to pass swiftly between Telaar and Telredor, the roads must be secured.$B$BOn our way here, we were attacked repeatedly by marshfang slicers. We were able to fight them off, but they would pose a formidable threat to a solitary messenger. Reducing their numbers will help ensure the safety of our messengers.','Puluu at the Orebor Harborage wants you to kill 12 Marshfang Slicers.','That\'s excellent news. The way is still far from perfectly safe, but the messengers are clever and resourceful.','Have you made progress in securing the roads?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18131,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,27753,27754,27756,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9834,10958,3521,0,128,62,64,0,1101,0,0,0,0,0,0,0,0,9905,25539,1,'Natural Armor','Maktu can always see a draenei approaching in his shiny armor from a mile away, even in this murky swamp!$B$BMaktu wants to laugh at them, but then he remembers that they have been kind to the Kurenai and he wants to teach them about how Kurenai make armor.$B$BThe dark, scaly hides of the fenclaw thrashers make some of the best armor Maktu has ever worn. If $N can bring Maktu some of these hides from the fenclaw thrashers deep in Serpent Lake, he\'ll be happy to share some of his armor.','Bring 8 Fenclaw Hides to Maktu at the Orebor Harborage.','These are good hides, Maktu thinks. They will make very good armor.$B$BWho knows? There might even be enough left over for Maktu to make some armor for the draenei.','Does $N have hides for Maktu?','','','','','',24486,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9835,10958,3521,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,9839,0,0,'Ango\'rosh Encroachment','The small band of Broken you see here is a mission from a larger settlement in Nagrand. The Kurenai, as we call ourselves, are Broken who desire to reunite with our draenei brothers.$B$BMy group has come here to strengthen Kurenai ties to the draenei of Telredor.$B$BIf the Ango\'rosh ogres have their way, this temple will not stand much longer. They have cleared the Hewn Bog of its towering mushrooms and draw ever closer to our refuge. If you would call yourself our friend, aid us in fighting this enemy.','Kill 10 Ango\'rosh Ogres and 5 Ango\'rosh Shaman and return to Ikuti at the Orebor Harborage.','The Ango\'rosh threat is contained for the moment, but I\'m certain they won\'t give up that easily. I\'ve forgotten many things since the end of my life as a draenei, but the stubbornness of the ogres is an enduring memory. ','How goes the fight against the Ango\'rosh?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18118,18117,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,5),(9836,10958,1941,0,130,68,70,81,0,0,0,0,0,0,0,0,0,9837,24489,1,'The Master\'s Touch','I\'ve put together the very key I used as an apprentice. It looks completely functional as far as keys go. In regards to opening Karazhan, however, this might as well be a piece of scrap metal.$B$BWithout Medivh\'s consent, the key is worthless. Yes, of course I know Medivh is dead. This merely makes things difficult, not impossible.$B$BThere is a place in Azeroth called the Caverns of Time, guarded by the bronze dragonflight. Find a way inside, travel back in time and get Medivh to enable the key.','Go into the Caverns of Time and convince Medivh to enable your Restored Apprentice\'s Key.','That key, I recognize it. That is Kadghar\'s key... of course I haven\'t given it to him yet.','Who are you and what do you want?','Master\'s Touch','','','','',24489,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',9832,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(9837,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,9838,0,0,'Return to Khadgar','I seem to have memories about future events surrounding you and this key.$B$B$B$BYou have trying times ahead of you, $N. Let us hope your strength does not fail you.$B$BRegarding the key, I am to hand it to Khadgar when he\'s sent to me. I couldn\'t hope for a better apprentice.$B$BI suppose you will need a key of your own.$B$B$B$BGo on then. And best of luck, $c.','Return to Khadgar in Shattrath City and show him the Master\'s Key.','His own key? That\'s incredible!$B$BI do not sense any disturbances in our timeline, so I suppose it was meant to occur all along. There\'s no turning back now, $N. The key is yours and only yours.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24490,0,0,0,1,0,0,0,967,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',9836,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9838,10958,2562,0,136,68,70,0,0,0,0,0,0,0,0,0,0,9840,0,0,'The Violet Eye','A great responsibility has been bestowed upon you, $N. If the signs that the Violet Eye has observed are to be trusted, then you must help them.$B$BFor all my disagreements with Cedric, the work that men like Alturus do is still important. Beware that they do not use you, however. Remember it is you who the key is bound to, not them. But if the danger in Karazhan is real, then it is they who are best prepared to guide you in dealing with it. Go back to Alturus and help him in any way that you can.','Speak to Archmage Alturus outside Karazhan.','I sent you to deliver a report and you come back with a key to this place? There must be more to you than meets the eye, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',9837,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(9839,10958,3521,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Overlord Gorefist','The centerpiece of any ogre tribe is its leader. Without leadership, the Ango\'rosh\'s organization will disappear and they\'ll resort to infighting to determine who will lead next.$B$BAlthough we\'ve seen the ogres out and about in this area, their true strength is concentrated in their Ango\'rosh Stronghold to the northwest. It\'s located in a cave on a small island connected to the marsh by a fallen mushroom.$B$BGo there and defeat Overlord Gorefist. That should provide us with a well-deserved respite.','Ikuti wants you to kill Overlord Gorefist and 10 Ango\'rosh Maulers. Return to the Orebor Harborage once you have completed the task.','At last! You have our thanks for your help in securing our position at the Orebor Harborage. I will send word of your deeds to the Kurenai city of Telaar in Nagrand. There will be many more opportunities for our peoples to work together.','Is it done? Have you dealt with Overlord Gorefist?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18160,18120,0,0,1,10,0,0,0,0,0,0,0,0,0,0,25619,25618,31770,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',9835,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,6),(9840,10958,2562,0,136,68,70,62,0,0,0,0,0,0,0,0,0,9843,0,0,'Assessing the Situation','Now that we\'ve found a way back into Medivh\'s Tower - or rather you have - the first thing we need to do is try to get a sense of what the situation inside is.$B$BOne of our agents who had managed to infiltrate Karazhan kept an encoded log of her observations. Unfortunately her death was confirmed shortly before Karazhan was shut down. Koren, Karazhan\'s blacksmith, was under our pay. Though not a member of the Violet Eye, he should be able to help us find Keanna\'s log. Look for him inside.','Find Koren inside Karazhan.','$B$BI know nothing of this Violet Eye you speak of. A blacksmith is all I am.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',9838,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9841,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,9842,0,0,'Stinging the Stingers','It\'s impossible to work with all this infernal buzzing! Do you hear it?$B$BI can\'t get it out of my head! I know exactly what\'s making the noise, too. It\'s those damnable marshlight bleeders! The noise always comes from the south and west of the village.$B$BThey\'re too big to swat, crush underfoot, or wave away. The only way to stop that unholy droning is to kill them. I don\'t care how you do it, $N, just quiet them!','Kill 8 Marshlight Bleeders and return to Gambarinka at Zabra\'jin.','I thought so. I can hear the difference already. I\'ll finally be able to get back to work, thanks to you. If you ever find yourself in need of tradeskill supplies, don\'t forget ol\' Gambarinka!','The sound seems to have receded into the distance. Is that wishful thinking or have you really done something about the problem?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18133,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,5),(9842,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sharpest Blades','The damp atmosphere of the marsh has taken a toll on my metal tools. It\'s made woodworking a lot more difficult than it ought to be, so I\'ve given up on metal blades.$B$BIt turns out that the marshfang slicers living to the south and west of town grow blades that are sharper than any steel I\'ve ever owned. They\'re also resistant to rust and wear. It\'s just a little tricky to attach them to a handle, but I think I\'ve got it figured out. I\'d appreciate any blades you could bring me.','Bring 10 Marshfang Slicer Blades to Gambarinka at Zabra\'jin.','These should keep me supplied for some time to come! I think some of the others have begun to take notice. I\'ve had several offers to buy my blades already. Selling them on the side might provide better business than my customary goods.','Have you managed to scare up some of those marshfang blades?','','','','','',24493,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27756,27753,27754,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9841,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9843,10958,2562,0,200,68,70,62,0,0,0,0,0,0,0,0,0,9844,0,0,'Keanna\'s Log','Who did you say you were looking for again? Keanna?$B$BI once met someone with that name. She was staying up at the guest chambers. I was supposed to keep that a secret now, wasn\'t I?$B$BDid you say you were with the Violet Eye? No, I\'ve never heard of them.$B$BI need to return to my work now, if you don\'t mind.$B$B','Search the Guest Chambers inside Karazhan for Keanna\'s Log and bring it to Archmage Alturus outside Karazhan.','You found the log. I sure hope the information we need is in here, $N.','Keanna\'s log... did you find it?','','','','','',24492,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',9840,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9844,10958,2562,0,200,68,70,62,0,0,0,0,0,0,0,0,0,9860,0,0,'A Demonic Presence','Keanna\'s last few entries confirm our suspicions of a demonic presence inside Karazhan.$B$BShe detected the arrival of a Burning Legion agent whose location she describes as coming from the top of the tower.$B$BHer entries stop there.$B$BKarazhan is a very important place, $c. It is a portal into the nether, a beacon shining into other worlds. The possible repercussions of it falling into the wrong hands are unthinkable. This demonic intrusion must be stopped. And you, $N, are the only one with a key.','Archmage Alturus wants you to destroy the Demonic Presence at the top of Karazhan.','You did it! Yes, the readings are becoming normal once again!$B$BWe must give this news to Cedric. He\'s going to be very impressed with your achievement.','I dread to ask, $N. What has become of the situation inside Karazhan?','','Demonic Presence Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,15690,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',9843,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9845,10958,3521,0,128,62,64,0,690,0,0,0,0,0,0,0,0,9903,25539,1,'Angling to Beat the Competition','It\'s a relief to be in someplace with water after trekking through the wasteland of Hellfire Peninsula. I was worried there might not be any respectable fishing holes in Outland.$B$BNow I\'m glad I lugged my fishing supplies along. For the most part, the fishing\'s been good, except for those no good fenclaw thrashers in Serpent Lake.$B$BNot only do they scare the fish away, but they\'re bold enough to snap the bait right off my hook. I spend more time re-baiting the hook than I do catching anything!','Kill 10 Fenclaw Thrashers and return to Zurjaya at Zabra\'jin.','I can\'t wait to return to fishing! Now I\'ll be able to return to town with some real fish in my bucket and Gambarinka won\'t be able to make fun of me anymore!','Is it safe for me to fish again?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18214,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,71,1,1,0,0,0,0,0,1,0,0,5),(9846,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,9847,0,0,'Spirits of the Feralfen','The most powerful tribe of Lost Ones in the marsh, the Feralfen, are said to possess powerful medicine. There may be no truth to such rumors, but anything that might help me channel the spirits of this world cannot be ignored.$B$BFind the Feralfen mystics, hunters and druids, $N, and capture their totems. Everything I need to know should be apparent from the carvings.','Bring 10 Feralfen Protection Totems to Seer Janidi at Zabra\'jin.','Hmm... They seem to be divided between images of a serpent spirit and a bird spirit. No self-respecting Darkspear troll engages in bird worship. Their spirits are weak, capricious, and best left to the Amani.$B$BBut the serpent, $N, the serpent wields considerable power and this is the spirit I shall study.','Have you gathered those totems?','','','','','',24497,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9847,10958,3521,0,128,60,64,0,0,0,0,0,0,0,0,0,0,0,24498,1,'A Spirit Ally?','We must find out how much power this Feralfen snake spirit possesses and whether it can be bent to our will. Imagine what I could do with the powers of an Outland spirit at my command!$B$BTake this totem with you and make your way to the foot of the stairs leading to the Boha\'mu Ruins. Plant the totem in the ground and it should do the rest. The spirit should not be able to tell who has used the totem until it has manifested.','Take the Feralfen Totem to the foot of the stairs at the Boha\'mu Ruins and plant it in the ground. Report your findings to Seer Janidi at Zabra\'jin.','$B$BThe spirit attacked you? It must have a higher affinity for those Lost Ones than I\'d thought. There\'s no way to compel it to serve me without expending considerable effort. I\'ll have to search for a new source of power in this wretched world.','Were you able to summon the Feralfen spirit?','','Summon Serpent Spirit','','','',0,24498,0,0,0,0,0,1,0,0,0,0,18185,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25620,25621,31770,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9846,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(9848,10958,3521,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Daggerfen','Bugs, bugs, bugs! The marsh is full of them and my companions here seem obsessed with them.$B$BWell, I\'ve had it with the bugs! Something far more intriguing has captured my interest. To the west, there is a village of Lost Ones who call themselves the Daggerfen.$B$BThe whole tribe consists of highly specialized assassins. I\'ve noticed them mixing and using a particularly potent kind of poison. I\'m dying to know more about the poison, but that\'s going to require a copy of the recipe and a sample vial.','Bring the Daggerfen Poison Manual and a Daggerfen Poison Vial to Timothy Daniels at the Orebor Harborage.','$B$BThey\'re using ragveil as a base for the poison? No, that can\'t be right. Ragveil has no toxic properties.$B$BIncluding ragveil in a poison is like a rogue wielding two maces. Sure, you can do it, but it isn\'t true to the essence of your calling! I just can\'t understand...$B$B$B$BI mean, thank you for fetching these for me. I\'ll try out the poison as soon as time permits.','Did your search of Daggerfen Village yield the information I need in order to get to the bottom of this poison puzzle?','','','','','',24499,24500,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25616,27553,0,0,1,5,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,6,6,1,0,0,0,0,0,1,0,0,5),(9849,10958,3518,0,128,64,67,0,0,0,0,0,0,0,0,0,0,9853,24501,1,'Shattering the Veil','$B$BYou are granted a piece of the fury of the earth. Take the boulder of Gordawg and hurl it at the poison rock. Shatter their shells to discover the truth. Destroy the minions of the usurper and return to Gordawg with the name.$B$BYou find the shattered elements at the edge of the world. Southwest.','Gordawg at the Throne of the Elements in Nagrand has asked that you slay 30 Minions of Gurok.','GUROK! Gurok betrayed the elements!','Gordawg wants the boulder returned.','','','','','',0,24501,0,0,0,0,0,1,0,0,0,0,18181,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',9821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9850,10958,3518,0,136,64,67,0,0,0,0,0,0,0,0,0,0,9851,0,0,'Clefthoof Mastery','You\'ve proved to me that you can find and take down a regular clefthoof, but far more dangerous are the clefthoof bulls.$B$BBag yourself twelve of those. Then you can talk to me of your hunting prowess.$B$BLook for them all along the middle region of Nagrand to the west and south.','Kill 12 Clefthoof Bulls and then speak to Hemet Nesingwary at Nesingwary\'s Safari in Nagrand about your prowess.','Impressive. Most impressive.$B$BYou\'ve got potential, kid. Now I\'m going to give you the chance to have some real fun!','You think the clefthoof bulls are just going to fall dead at your feet here in front of the campfire?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17132,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',9789,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9851,10958,3518,0,136,64,67,1,0,0,0,0,0,0,0,0,0,0,0,0,'Clefthoof Mastery','Banthar is the fiercest and most elusive of all the clefthoof in Outland. She\'s also the hairiest.$B$BIt is said that she roams with her clefthoof herd in the Field of Spirits near Oshu\'gun.$B$BYou want to truly prove your hunting mastery? Bring me her horn!','Acquire the Horn of Banthar and return it to Hemet Nesingwary at the Nesingwary Safari in Nagrand.','You did it! You took down Banthar! I never had a doubt, $N.$B$BHere, I think you\'ve more than earned this.','A warm fire and a woman at your side for idle chit-chat is something you can get at home. Here we hunt big game or die trying.','','','','','',24496,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25591,25592,25589,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',9850,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,1,0,0,0,1000,0,0,1,4,0,0,0,0,0,0,0,1,0,0,6),(9852,10958,3518,0,136,64,68,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Ultimate Bloodsport','The queen of all that dwell in Nagrand is known as Tusker. She\'s a giant elekk the likes of which you won\'t see anywhere else!$B$BYou\'re right to be fearful of that name. Bach\'lor, Gutripper, and Banthar are nothing when compared to her. It is said that she can be found on a huge bluff far to the southwest overlooking Oshu\'gun. Bring me her massive heart if you dare.$B$BDo you want to leave a letter with me so that I can have it delivered to your next of kin in the likely event that you don\'t return?','Bring the Heart of Tusker to Hemet Nesingwary at Nesingwary\'s Safari in Nagrand.','$N! You bring joy to this old dwarf\'s heart.$B$BYou have now proven yourself; you\'ve joined the ranks of the elite! Others ran away in fear, or died, trampled under the foot of the beast. You used your mind, your cunning, your determination to prove your mastery of the hunt.$B$BTake this and know that you are always welcome to hunt at my side!','There\'s no shame in admitting that you haven\'t the spine to hunt the mightiest of animals this land has to offer, $N.','','','','','',24505,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25640,29211,25639,25643,25644,25645,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117000,0,0,0,0,0,0,0,0,0,0,107700,0,0,0,0,'',9851,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,5,1,6,0,0,1000,1000,0,3,4,1,2,0,0,1000,1000,0,1,0,0,7),(9853,10958,3518,0,136,64,67,1,0,0,0,0,0,0,0,0,0,0,0,0,'Gurok the Usurper','Gurok must be summoned. You summon Gurok and you destroy.$B$BYou must go to Warmaul Hill to the northwest and find where ogre worships Gurok. You put ogre skull from Warmaul ogres on Gurok\'s earthen brand. Only then will Gurok come. Seven skulls.$B$BIf you live, bring Gordawg back Gurok earthen head. Gordawg crushes head.$B$B','Gordawg at the Throne of the Elements in Nagrand has asked that you destroy Gurok the Usurper and bring back Gurok\'s Earthen Head.','$B$BGurok\'s reign has come to an end. The earthen elements are free. All sleep now. Champion gets reward!','Gordawg eat Gurok power.','','','','','',24503,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25563,25564,25562,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',9849,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(9854,10958,3518,0,136,64,65,0,0,0,0,0,0,0,0,0,0,9855,0,0,'Windroc Mastery','Do you live for the hunt as I do, $c? Do you seek the quietude that comes as you stalk your prey? Would you know what it is to honor the last heartbeats of your fallen quarry? I will help you to achieve this.$B$BNagrand is a lush land, full of life in the midst of this broken world. Bring down a handful of the windrocs and then we will speak more.$B$BYou can find them in many places nearby in all directions around our camp.','Kill 12 Windrocs and then return to Fitz at the Nesingwary Safari in Nagrand.','Every day is a gift. Make the most of it. For tomorrow we shall stride swifter over the plains than today. We will spread our arms further and strain to achieve that which tonight we can only dream of, though it may ever elude us.','Have you come to know the peace that comes with knowing your place in nature? Are you the hunter or the hunted?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17128,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,6,0,5),(9855,10958,3518,0,136,64,67,0,0,0,0,0,0,0,0,0,0,9856,0,0,'Windroc Mastery','You must always push yourself if you are to one day stalk the mightiest of prey! While you are not yet ready, I will point you in the right direction.$B$BThere is another breed of windroc even deadlier. Seek out the ravenous windroc to test your mettle against. You will find them in the heart of Nagrand to the west and southwest.','Hunt down 12 Ravenous Windrocs and then return to Fitz at the Nesingwary Safari in Nagrand.','You have proven your skill once more, $C. Now you must go on to stalk the fiercest of the windrocs.','Have you learned yet to calm the beating of your heart? To be as still as a calm lake and patient, waiting for the right moment to strike down your quarry?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18220,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',9854,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,1,6,0,5),(9856,10958,3518,0,136,64,67,1,0,0,0,0,0,0,0,0,0,0,0,0,'Windroc Mastery','You are ready, $c. Ready to face the mother of all windrocs, Gutripper! Honor demands that after hunting so many of her children that you give her the chance to defeat you! Seek her out amongst the greater windroc far to the west.$B$BShould you survive, bring her eye to me.','Bring the Eye of Gutripper to Fitz at the Nesingwary Safari in Nagrand.','Her eye looks as if it is still alive. Do you think that she can still see into your soul?$B$B$N, you can now count yourself as one of the elite safari hunters. And you are another step closer to stalking the ultimate prey of this land, Tusker!$B$BYou\'ve earned the right to have this. May it serve you well.','Have you faced Gutripper yet?','','','','','',24513,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25595,25594,25593,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',9855,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,2,1,2,0,0,0,1000,0,0,6,0,0,6),(9857,10958,3518,0,136,64,65,0,0,0,0,0,0,0,0,0,0,9858,0,0,'Talbuk Mastery','I don\'t think that I\'m up to the hunt today. Do you think that you might take my place?$B$BI told Hemet that I was going to see about bagging us some of those talbuk that seem to be all over the place. The stags are especially nice to hunt. You can find them congregated around the nearby trees.$B$BThink that you could take care of that for me?','Kill 12 Talbuk Stags and then return to Harold Lane at the Nesingwary Safari in Nagrand.','That\'s a good tale... ...of how you bagged all of those stags, $C. But I think that you can do better. I\'ve got something else in mind for you.','I\'m just going to lay here a little while longer. I should be fine soon.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17130,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9858,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,9859,0,0,'Talbuk Mastery','This darned scratch is getting the worst of me it would seem. So, are you up to filling...... in for me again?$B$BThis time you\'re going to bag yourself some thorngrazers. They\'re tougher and wilier than the stags, so keep your wits about you. Look for them... ... sheltered under the trees in the middle of Nagrand to the west and south.$B$BGo on, get out there and...... show Hemet what you\'re made of. I\'ll be fine.','Hunt down 12 Talbuk Thorngrazers and then return to Harold Lane at the Nesingwary Safari in Nagrand.',', ... $N! You did it. There\'s only...... one thing left to...... do then.','I don\'t suppose...... you\'ve taken care of those...... thorngrazers yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17131,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',9857,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9859,10958,3518,0,136,64,66,1,0,0,0,0,0,0,0,0,0,0,0,0,'Talbuk Mastery','$B$BDon\'t worry about...... me. I\'ll be fine. It\'s just a...... scratch.$B$BJust the same, I think you\'ll... ... have to fill in for me one more... ... time.$B$BYou must seek out the great Bach\'lor, king of...... the stags. It\'s ok if you... ... take friends along.$B$BBring me one of his hooves..., ... as confirmation.$B$BLook for him...... leading his herd in the far west of Nagrand.','Obtain the Hoof of Bach\'lor and return it to Harold Lane at the Nesingwary Safari in Nagrand.','Wow! You did it! That\'s really Bach\'lor\'s hoof!$B$BUm, I\'m starting to feel much better it would seem. Here, let me give you something in celebration of your proven hunting prowess!','You have... the hoof?','','','','','',24523,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25543,25636,25545,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,84900,0,0,0,0,'',9858,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(9860,10958,279,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The New Directive','Return to Cedric at once, $N. The aid you\'ve given the Violet Eye will not go unrewarded.$B$BThink what you want of us and our organization, $c, but gaining the favor of the archmages of Dalaran will not be something you regret.','Speak to Archmage Cedric in the outskirts of Dalaran Crater.','Alturus told me all about what happened, $N. This is not the end of it, however. With Karazhan remaining sealed to outsiders, it\'s only a matter of time until the Legion renews its attacks while we stand powerless in the sidelines.$B$BUnless you accept the responsibility that fate has bestowed upon you, that is.$B$B$B$BWhat do you say, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31113,0,0,0,1,0,0,0,967,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',9844,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9861,10958,3518,0,128,64,67,0,0,0,0,0,0,0,0,0,0,9862,24504,1,'The Howling Wind','This amorphous mass of elemental air is speaking to you in a language that you cannot understand. You believe the language to be the tongue of the elements: Kalimag. Perhaps someone at the Throne of the Elements could shed some insight on this unusual find.','Find someone at the Throne of the Elements that knows how to speak Kalimag and show them the Howling Wind.','It is a distress call, $r. An outside force is attempting to subvert the elements.','Give it here! Quickly!','','','','','',24504,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,5,0,0,5),(9862,10958,3518,0,136,64,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murkblood Corrupters','Murkblood are capturing and torturing the spirits of air! Murkblood are my kin: A tribe of the Broken who serve the vile Musel\'ek, beast lord of Coilfang.$B$BThe air spirit states that the Murkblood putrifiers are capturing other spirits of air and using them to sow chaos into the ranks of the elements. It would seem that the Murkblood have recently sacked an orc village to the southwest known as Sunspring and are using powerful elemental magic to disturb the lake. Find the putrifiers and destroy them.','Elementalist Morgh at the Throne of the Elements in Nagrand wants you to slay 5 Murkblood Putrifiers.','You saw them controlling the elements? The wind bent to their will?$B$B$B$BThis is troubling, $N. I must consult with the others.$B$BWe thank you for your efforts, $N. Perhaps you should return to your village and see if they have any other information about the Murkbloods and their nefarious goals.','The air spirit claims that the Murkblood are searching for something at Sunspring...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18202,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,25566,25565,25567,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',9861,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,5),(9863,10958,3518,0,136,64,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'Vile Idolatry','With our leadership in ruin, we are left open to attacks from all sides. The foul Murkblood tribe could not have picked a better time to attack us!$B$BIn recent days, we have been subject to no less than 5 assaults from the Broken. They have even taken over our only other territorial holding in the area: Sunspring Post.$B$BWe must strike and show them that we are not powerless! Strike down the vile idolaters and bring me their twisted idols of worship so that they may ride the lightning.','Farseer Kurkush at Garadar in Nagrand wants you to bring him 10 Murkblood Idols.','You have given the Lightning Sons hope, $N. If our leader will not protect us, perhaps there are others that are capable - like you. ','Do this for us because we cannot do it for ourselves. ','','','','','',24542,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25570,25568,25569,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9864,10958,3518,0,136,64,67,0,690,0,0,0,0,0,0,0,0,9865,0,0,'The Missing War Party','After the last Murkblood raid, a group of younglings decided to act. We tried to stop them but the rage had taken hold. It has now been one week since we last saw our beloved younglings.$B$BPlease, $r, you must find them! They have just barely reached adolescence. How can they expect to defeat such savages?$B$BThey took the road leading west out of town. Follow that road around and look for signs of our younglings.$B$BAnd $N, avoid Halaa if you value your life. It is a war-zone.','Try and find the missing Garadar war party.','I have been told stories of my people. They say that once, we were warriors... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,1,273,0,0,0,0,0,0,1,0,0,2),(9865,10958,3518,0,136,64,67,0,690,0,0,0,0,0,0,0,0,9866,0,0,'Once Were Warriors','I do not know you, stranger, but I ask for your help. I feel shame for this, but I am only one orc.$B$BEmotions have surfaced that I have never felt. I... I seek vengeance. Blood for blood. Do your people ever feel this? I wish to pick up my axe and split my enemies in two. To swing the weapon until my arms fall lifelessly at my sides, exhausted.$B$BSunspring Post is directly south of this procession. It is there that you will find our enemies... Kill them... Kill them all...','Kill 20 Murkblood Scavengers and 10 Murkblood Raiders.','$B$BIs it blood that I smell? I regret being unable to lend assistance. How proud you must be. My chest swells just knowing what you have done.$B$BAre there others like you? Where you come from, do more heroes exist?','For each of my kin that they slew, ten of them must die!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18207,18203,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',9864,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,4,1,1,6,6,0,0,0,0,1,5,0,5),(9866,10958,3518,0,648,64,67,0,690,0,0,0,0,0,0,0,0,0,0,0,'He Will Walk The Earth...','Will you do me one last honor, $N? I do not wish to return to Garadar. I believe that my destiny lies elsewhere - that I will serve a greater purpose someday.$B$BPlease, return to Farseer Corhuk and tell him that I will not be returning. That I cannot return. I must walk the earth... He will understand.','Deliver the news to Farseer Corhuk at Garadar.','$B$B$B$BThe son is the father... May the spirits have mercy on those that stand in his way.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9865,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,3,273,1,1,0,0,0,0,0,1,0,0,3),(9867,10958,3518,0,136,64,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murkblood Leaders...','We have lost many friends in recent weeks.$B$BFor decades we have dealt with the ogres of Nagrand but now a new threat has arisen. The Broken tribe of Murkblood attacked our fishing village to the southwest, Sunspring Post, and managed to kill or evict all of the orcs that inhabited the town.$B$BWhile the others feel that the best course of action is to kill indiscriminately, I know that we must destroy their leadership. I do not know who their leader is but I suspect that you will know when you find him.','Farseer Margadesh at Garadar in Nagrand wants you to bring him the Head of Ortor of Murkblood. ','So, this is the face of our enemy? I will have this put upon a pike and placed outside of Garadar, near the gates. Should they think to attack us again, they will see the consequences for their actions looking down upon them...','Bring me their leader\'s head, $N.','','','','','',24543,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25583,25585,25584,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9868,10958,3518,0,130,64,67,1,690,0,0,0,0,0,0,0,0,0,0,0,'The Totem of Kar\'dash','Thank you, stranger. They would have surely killed me had it not been for you.$B$BI was kidnapped by these Murkbloods 3 nights ago during a nighttime raid on Garadar. What I have since uncovered may very well shake the foundation of the Outland: these savages seek to recover the totem of Kar\'dash! We cannot allow the totem to fall into the hands of the Murkbloods!$B$BYou must help me escape. And stranger, if I do not make it back to Garadar, you must tell Garrosh what happened here... ','Escort the Mag\'har Captive out of Sunspring Post. Speak to Garrosh at Garadar if you succeed.','What does it matter? The Greatmother is dying. Life is not worth living... ','','Free the Mag\'har Captive','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',9872,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9869,10958,3518,0,136,64,66,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Throne of the Elements','Greetings, $r. I am Ioki, elementalist of the Earthen Ring. I have come to Telaar to inform the Kurenai of the state of the elements.$B$BCould I ask a favor of you? Would you travel to the Throne of the Elements in the northern hills of Nagrand, beyond Skysong Lake, and tell elementalist Sharvak that I have arrived at Telaar safely? She will surely reward you for this small deed.','Elementalist Ioki wants you to travel to the Throne of the Elements and speak with Elementalist Sharvak.','Ah, thank you for the message. Perhaps you would not mind helping out the Earthen Ring? The elements are in flux. We can use all of the assistance that we can get.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,25,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,2),(9870,10958,3518,0,136,64,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Throne of the Elements','Greetings, $r. I am Yal\'hah, elementalist of the Earthen Ring. I have come to Garadar to inform the Mag\'har of the state of the elements.$B$BCould I ask a favor of you? Would you travel to the Throne of the Elements in the northern hills of Nagrand, beyond Skysong Lake, and tell elementalist Sharvak that I have arrived at Garadar safely? She will surely reward you for this small deed.','Elementalist Yal\'hah wants you to travel to the Throne of the Elements and speak with Elementalist Sharvak.','Ah, thank you for the message. Perhaps you would not mind helping out the Earthen Ring? The elements are in flux. We can use all of the assistance that we can get.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,25,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,2),(9871,10958,3518,0,128,64,67,0,1101,0,0,0,978,0,0,0,0,9873,24559,1,'Murkblood Invaders','The parchment holds a crudely painted map of Nagrand. There is a big red \'X\' where Telaar would be on the map. It would seem that these savages are planning an attack on the city. Take the Murkblood invasion plans to Arechron in Telaar.\n','Take the Murkblood Invasion Plans to Arechron at Telaar in Nagrand.','Ortor... Treacherous bastard! ','What is it?','','','','','',24559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,6,0,0,5),(9872,10958,3518,0,128,64,67,0,690,0,0,0,941,0,0,0,0,0,24558,1,'Murkblood Invaders','The parchment holds a crudely painted map of Nagrand. There is a big red \'X\' where Garadar would be on the map. It would seem that these savages are planning an attack on the city. Take the Murkblood invasion plans to Garrosh in Garadar.','Take the Murkblood Invasion Plans to Garrosh.','$B$BWhat\'s the use? They\'ve been attacking us for weeks. This is nothing new.$B$BDon\'t you understand? We\'re done for... Greatmother Geyah is dying.','What is it?','','','','','',24558,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10011,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,5),(9873,10958,3518,0,136,64,67,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ortor My Old Friend...','These invasion plans were written by someone I once knew. Ortor of Murkblood, once a noble Broken, versed in the way of the elements, now a muck addled yes-man of Musel\'ek the bog lord.$B$BThe plans state that they have taken over an orc village northwest of here known as Sunspring.$B$BTravel to Sunspring Post and rid the world of Ortor of Murkblood. What you do, you do for the good of us all...','Arechron at Telaar in Nagrand wants you to kill Ortor of Murkblood.','A thousand dead orcs you say? What could have triggered such an audacious advance into orc lands? It is good that he is dead but there is more to this than what meets the tentacle.','Remember, $N, Ortor is a shaman of great power.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18204,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25583,25584,25585,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',9871,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,6,1,1,0,0,0,0,0,1,0,0,5),(9874,10958,3518,0,128,64,67,0,1101,0,0,0,0,0,0,0,0,0,24560,1,'Stopping the Spread','I have just gotten word of a catastrophe of epic proportions, $N. The foul Murkblood have sacked the orc village of Sunspring Post, northwest of here, and murdered its residents. To make matters worse, they have begun dumping the bodies into Sunspring Lake. Should those bodies rot, our primary source of water in the region will be compromised.$B$BIt\'s a gruesome task that I give you next but it must be done. Take this enchanted torch and return to Sunspring. Burn all of the rotting orc corpses...','Otonbu the Sage at Telaar in Nagrand wants you to use the Torch of Liquid Fire to destroy 10 Sunspring Villager corpses. Return the Torch of Liquid Fire when the task is complete.\n','$B$BThis will set back any chance of peace with the orcs another 10 years. At least we will be around to see those years as opposed to what could have happened had those corpses been allowed to rot. ','The orcs will not understand what we are doing but it must be done. For the good of both orc and Broken. ','','Sunspring Villager Corpse Burned','','','',0,0,0,24560,0,0,0,0,0,1,0,0,18240,0,0,0,10,0,0,0,32146,0,0,0,0,0,0,0,25570,25568,25569,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9875,10958,3521,0,128,60,63,0,0,0,0,0,0,0,0,0,0,0,24407,1,'Uncatalogued Species','Lauranna must\'ve missed this particular plant. You\'re certain you\'ve discovered a species not yet catalogued by Lauranna\'s work. You\'d best show it to her to see what she makes of it.','Bring the Uncatalogued Species to Lauranna Thar\'well at the Cenarion Refuge in Zangarmarsh.','A new species! Are you sure?$B$B$B$BNice job, $N. We\'ll have to add this one to our list. How does \"Purple Leafed $Nrium\" sound to you? It does have a ring to it.','You have something to show me?','','','','','',24407,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,0),(9876,10958,3905,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Failed Incursion','I sent a small group of our druids to investigate the drain you discovered inside of Serpent Lake. They were expected to return shortly after. Needless to say, they did not.$B$BYou are amongst our most capable allies; I ask you to seek them and find out what became of them.','Ysiel Windsinger wants you to look for signs of Cenarion Expedition Druids near the entrance to Coilfang Reservoir in Zangarmarsh.','Thank Cenarius you showed up. My injuries prevented me from going back to the outside for help.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',9732,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9877,10958,3433,0,136,17,20,0,690,0,0,0,0,0,0,0,0,9164,0,0,'A Restorative Draught','The battle against the Scourge is not one without casualties. Many are slain every day yet many more meet a worse fate.$B$BIt is not uncommon for the Scourge to take prisoners. Death would be preferable to what awaits them in Deatholme. They\'re interrogated and tortured while under the effects of horrible will-breaking poisons.$B$BApothecary Renzithen in Tranquillien has developed a remedy; go to him and retrieve this restorative draught.','Speak to Apothecary Renzithen in Tranquillien.','Janeda\'s sending you to rescue the Deatholme prisoners? She must think very highly of you, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',9220,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9878,10958,3518,0,136,64,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'Solving the Problem','The appearance of the Murkblood in Nagrand has had a profound negative impact on our environment. The elementals are all in flux which has, in turn, greatly disturbed the wildlife. Worse yet, the razing of Sunspring Post has reignited the hatred that the orcs held for our people.$B$BWhile the Kurenai are a different tribe than the Murkblood, all an orc sees is Broken.$B$BWe must make an effort to solve this dilemma. Travel to Sunspring Post, northwest of here, and resolve the Murkblood problem.','Poli\'lukluk the Wiser at Telaar in Nagrand wants you to kill 10 Murkblood Scavengers and 5 Murkblood Raiders.','It is doubtful that the orcs will understand or appreciate what you just did but Nagrand is better off for the deed. Thank you, problem solver...','Murkblood are a nefarious tribe of Broken, $N. They may look like Kurenai but they are most assuredly savage, murdering beasts.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18207,18203,0,0,10,5,0,0,0,0,0,0,0,0,0,0,25577,25578,25579,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,25,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9879,10958,3518,0,130,64,67,1,1101,0,0,0,0,0,0,0,0,0,0,0,'The Totem of Kar\'dash','I would have been killed had you not come along, stranger. They have already murdered so many Kurenai in their search for a lost relic.$B$BWhat they seek is the totem of Kar\'dash. Why they think that we would know anything about this totem, I cannot understand. Is a totem not an orcish implement by nature?$B$BThis information must be taken back to Arechron. Perhaps he knows why Murkblood are kidnapping Kurenai and torturing them for information regarding an orcish device.$B$BLet\'s go before more come.','Escort the Kurenai Captive out of Sunspring Post. Speak to Arechron at Telaar if you succeed.','Yes, I know of the totem... but there is much more to this story. Alas, I lack the authority to reveal this information to you. Only the chosen may be privy to such knowledge. ','','Free the Kurenai Captive','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,1,1,1,0,0,0,0,3,1,1,274,0,0,0,0,0,1,0,0,6),(9880,10958,3483,0,128,55,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Penninsula: -pn - A - ToWoW - Hellfire Turnin Cap','','','','','','','','','',24579,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24520,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32098,0,0,0,0,0,0,0,57300,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9881,10958,3483,0,128,55,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Penninsula: -pn - H - ToWoW - Hellfire Turnin Cap','','','','','','','','','',24581,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24522,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32096,0,0,0,0,0,0,0,57300,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9882,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing from Thieves','Nexus Prince Haramad has ordered us to not begin work inside of Oshu\'gun as it might anger a certain powerful naaru. Sort of puts a damper on our operation.$B$BI think I might\'ve found a loophole, however.$B$BYou see, we\'re not the only ethereals drawn to this colossal diamond. A thief called Gava\'xi has led a band of rogue ethereals into Oshu\'gun and they\'ve begun to dislodge large fragments from it.$B$BYour job, $r, is to go there and retrieve what is rightfully ours.','Obtain 10 Oshu\'gun Crystal Fragments and bring them to Gezhe at Aeris Landing in Nagrand.','Color me impressed. These are in excellent condition, for the most part.$B$BI will make sure to put in a good word for you with our people.','Have you retrieved the crystal fragments I asked of you, $N?','','','','','',25416,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,3000,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9883,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Crystal Fragments','','','Keep the crystal fragments coming, $N. We cannot let these thieves take our property.$B$BEven if it\'s not ours just quite yet. A technicality, of course.','You\'ve got more crystal fragments? Make sure you\'re not taking any that are still attached to the mountain; we wouldn\'t want to stir up trouble with the naaru.','','','','','',25416,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9882,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9884,10958,3518,0,136,63,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Membership Benefits','','','The Consortium is well known for taking good care of its friends. At the beginning of each month I\'ll have some gems ready for you as payment for your services.$B$BThe quality of the gems you get will depend on how loyal you\'ve been to us. Here\'s to hoping you do the smart thing and stay with us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25419,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9885,10958,3518,0,136,63,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Membership Benefits','','','The Consortium is well known for taking good care of its friends. At the beginning of each month I\'ll have some gems ready for you as payment for your services.$B$BThe quality of the gems you get will depend on how loyal you\'ve been to us. Here\'s to hoping you do the smart thing and stay with us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25422,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9886,10958,3518,0,136,63,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Membership Benefits','','','The Consortium is well known for taking good care of its friends. At the beginning of each month I\'ll have some gems ready for you as payment for your services.$B$BThe quality of the gems you get will depend on how loyal you\'ve been to us. Here\'s to hoping you do the smart thing and stay with us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25424,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9887,10958,3518,0,136,63,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Membership Benefits','','','The Consortium is well known for taking good care of its friends. At the beginning of each month I\'ll have some gems ready for you as payment for your services.$B$BThe quality of the gems you get will depend on how loyal you\'ve been to us. Here\'s to hoping you do the smart thing and stay with us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25423,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9888,10958,3519,0,136,64,65,0,690,0,0,0,0,0,0,0,0,9889,0,0,'The Impotent Leader','I have escaped certain death, surviving a cowardly nighttime attack by Boulderfist ogres upon my village.$B$BBut I ask you, stranger: For what?$B$B$B$BHe has refused to give us assistance. Ogres are rampaging through my town and he sits here, weeping into a fire. What has become of us? What will become of us?$B$BI\'ve sent a scout, Kilrath, to the village, now the Bleeding Hollow Ruins. Will you find him and give him your assistance? He hides on the border of Nagrand and Terokkar.','Jorin Deadeye has asked that you find and speak with Kilrath.','$B$BThese ogres are extremely peculiar. They are also extremely stupid. Look how the fat one makes the, um, lesser fat ones dance. It\'s mesmerizing.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,0,0,0,2),(9889,10958,3519,0,262282,64,65,0,690,0,0,0,0,0,0,0,0,9890,0,0,'Don\'t Kill the Fat One','I have been watching these beasts for days. The fat one says that he is waiting for something. What he is waiting for, however, is a mystery.$B$BI have a plan but it is going to involve some violence on your part. You will need to kill several of his subordinates and then beat him within an inch of his life. Do this and I am certain he will tell us everything that we need to know.','Kilrath in Terokkar Forest has asked that you kill 10 Boulderfist Invaders and beat Unkor the Ruthless until he talks.','Let me live and I\'ll tell you whatever you want to know!','I submit! I submit!','Unkor Submits','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18260,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9888,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9890,10958,3519,0,136,64,65,0,690,0,0,0,0,0,0,0,0,9891,0,0,'Success!','For many years, Boulderfist ruled all ogres in the Outland. The ogres were united under Krol and content with the lands that they were given. In the past few months, we have lost many ogres to a new clan known as Warmaul. Warmaul has taken most of our land in Nagrand and killed many of our people.$B$BWe had no choice but to take this town. We are being exterminated...$B$BKrol has gone missing and Boulderfist is in turmoil. Lantresor of the Blade rules in his absence.\n','Take the information that you beat out of Unkor back to Kilrath in Terokkar Forest.','Slow down, $N. I am but a lowly rogue. I have no idea what to do with such information.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',9889,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9891,10958,3518,0,136,64,65,0,690,0,0,0,0,0,0,0,0,9906,0,0,'Because Kilrath is a Coward','Take what you have learned and tell Jorin at Garadar. I can assure you that he won\'t be happy to know that our village was destroyed and many of our people killed because the ogres needed more space.$B$BMay the ancestors watch over you... I will be hiding in the bushes if you need me for anything else.','Take the information that you beat out of Unkor to Jorin Deadeye at Garadar in Nagrand.','So they think that they are within their rights to displace and slaughter orcs on a whim, eh? I\'m sure that this had nothing to do with our leader being an impotent whelp... If only he\'d gotten a fraction of the passion that his father had...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',9890,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9892,10958,3518,0,136,64,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Obsidian Warbeads','','','We\'ll make a good profit on these, $N. I\'ll make sure Khoraazi hears about your work here.','Have you obtained any more warbeads? You\'ll find plenty of ogres to the far north, near the border with Zangarmarsh.','','','','','',25433,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,3800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9893,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9893,10958,3518,0,136,64,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'Obsidian Warbeads','All this waiting around for Oshu\'gun to be ready for digging is eating into our profits, $N.$B$BFortunately, I\'ve devised an alternate source of income. The ogres of Nagrand wear warbeads made of obsidian, a mineral that commands a hefty price in many other worlds.$B$BZerid already has had to take care a few of the brutes as a matter of security. Think of the warbeads as an added bonus. Or better yet, don\'t think about it too much and just bring them to me.','Bring 10 Obsidian Warbeads to Gezhe at Aeris Landing in Nagrand.','Excellent. This will keep us in business while we wait for the Sha\'tar to finish whatever housekeeping it is they need to do inside Oshu\'gun. ','How are those ogres treating you, $N? Tough bunch, aren\'t they?','','','','','',25433,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9894,10958,3521,0,136,60,62,1,0,0,0,0,0,0,0,0,0,0,0,0,'Safeguarding the Watchers','In your travels, you might have encountered some of the expedition\'s watchers. They do the majority of the field work: documenting the unique inhabitants of the marsh, collecting samples, and making contact with sentient species.$B$BThe safety of the watchers is paramount, $c. We\'ve had to recall the watchers we sent to explore Funggor Cavern to the south, because of marshbeast attacks. Warden Hamoot believes that killing their leader, Lord Klaq, will bring a swift end to the attacks. ','Kill Lord Klaq and return to Windcaller Blackhoof at the Cenarion Refuge.','You have my gratitude, $N, and that of the watchers. They will be heartened to hear that they can continue their work to the south without fear of attack.','Have you located and dealt with Lord Klaq?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18282,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9747,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,1,0,5),(9895,10958,3521,0,136,60,62,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Dying Balance','Have you observed your surroundings closely, $N? This is an ailing landscape, struggling to keep itself in balance and losing the fight.$B$BIf you know where to look, you can see the symptoms. Members of some species rapidly outgrow their peers and become more aggressive.$B$BA good example of this uncontrolled growth is the marshtrekker Boglash. If you wish to see it for yourself, look no further than the waterways south of the refuge.$B$BBe prepared to defend yourself. The creature knows no mercy.','Locate and deal with Boglash, then return to Lethyn Moonfire at Cenarion Refuge.','Now that you\'ve seen the symptoms of imbalance with your own eyes, be mindful of them in your travels. ','Have you encountered Boglash?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18281,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,6),(9896,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blacksting\'s Bane','By Khaz\'goroth\'s flaming navel, it\'s hot here! I can\'t blame the first party for leaving, but everyone knows \'twasn\'t the heat that drove them away. No, it was Blacksting, although they won\'t admit it.$B$BThey were camped just to the south of the glowing draenei towers to the west, just north of the Feralfen Village, when the giant wasp appears out of nowhere and attacks! I can\'t wait to see the looks on their faces when I bring the creature\'s stinger back to Ironforge and show it to them!','Bring Blacksting\'s Stinger to Prospector Conall at Telredor.','I can\'t thank you enough, $g lad:lass;. I\'m going to enjoy this...','Did you manage to get the stinger? Remember, it\'s useless to me if it\'s damaged.','','','','','',25448,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31786,31787,31788,31789,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9901,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,3,1,11,11,0,0,0,0,0,1,0,0,5),(9897,10958,3518,0,128,64,65,0,0,0,0,0,0,0,0,0,0,0,25449,1,'I\'m Saved!','I don\'t mind sharing. I\'m just glad to be saved from that creep, Gankly! And I collected tons of skins from Zangarmarsh, so it\'s no problem at all!','Give the Bundle of Skins to Harold Lane at the Nesingwary Safari in Nagrand.','Well, I couldn\'t see if you helped out with saving Kristen, or not. But if she handed you one of her bundles of skins then you\'re alright in my book.Here\'s your reward.','Kristen is a very nice...... person to share her skins, wouldn\'t you agree?','','','','','',25449,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9898,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nothin\' Says Lovin\' Like a Big Stinger','She will be mine. Oh yes - she will be mine.$B$BIsn\'t Magasha the most beautiful troll you\'ve ever seen? I have to find a way to win her heart. Sure, she has her eye on Zurai, but that is about to change. My foolproof plan will see to that.$B$BAll I need is a way to demonstrate my superior hunting skills, and that\'s where you come in my friend. There\'s a gigantic bog wasp known as Blacksting that roams the area south of the glowing draenei towers to the west. Bring me its stinger and I\'ll work my magic.','Bring Blacksting\'s Stinger to Reavij at Swamprat Post.','Fantastic! I\'ll never forget how you helped me to win her heart. In fact, you can be a guest of honor at our wedding.','My luck is about to change - I can feel it.','','','','','',25448,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31786,31787,31788,31789,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9770,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,23,23,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9899,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Job Undone','Someone needs to find a way to make Reavij come to his senses! He\'s ignoring his duty and instead, he\'s devoting all his energy to getting my attention. I\'ve tried ignoring him and telling him to stop. Nothing seems to work.$B$BUntil he gets over this, I\'m left cleaning up after him. He was supposed to have dealt with Sporewing, but I\'ll bet the monster is alive and well. If you have time, would you mind going to the western part of the Dead Mire and killing the bat? I\'ll deal with Reavij in the meantime.','Magasha at Swamprat Post wants you to kill Sporewing.','At least someone is pulling $g his:her; weight around here. Thank you for taking care of that matter, $N. I need to have a word with Zurai about Reavij. His scheming and daydreaming have gone on long enough.','There\'s no changing his mind, I swear. I think I\'m going to have to ask Shadow Hunter Denjai for a transfer back to Zabra\'jin.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18280,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33457,33458,33459,33460,33461,33462,5,5,5,5,5,5,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9898,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(9900,10958,3518,0,136,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gava\'xi','The presence of rogue ethereals in this area might amuse Gezhe, who sees nothing but opportunity wherever we go, but it\'s a true threat to the security of our operations.$B$BTheir leader, Gava\'xi, is a dangerous criminal and I\'ve made it my top priority to see to it that he is neutralized.$B$BIf you\'re looking to make yourself useful, go and take care of Gava\'xi. I will see to it that you\'re rewarded properly.','Slay Gava\'xi near Oshu\'gun and return to Zerid at Aeris Landing in Nagrand.','We won\'t have to worry about Gava\'xi anymore, thanks to you. Let us arrange for your reward now.','You\'ve returned, $r. Is Gava\'xi dead?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25637,25634,25544,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',9925,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9901,10958,3521,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Unfinished Business','The first expedition the league sent reported encountering a gigantic spore bat they\'d taken to calling Sporewing. They had to leave in a hurry, so they didn\'t have the chance to kill him while they were here, so I figured I\'d finish the job for them.$B$BWhat\'s left of their report suggests that the creature can be found in the southwestern parts of the Dead Mire. I think Vindicator Idaar mentioned that it\'s to the northeast of Telredor.','Prospector Conall at Telredor wants you to kill Sporewing.','Well done, $N. I think you and I have managed to outshine a whole team of prospectors. When I get back to Ironforge, I\'m sure I\'ll get my choice of assignments.','Did you manage to track down Sporewing?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18280,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,27503,27501,27502,27499,27498,27500,5,5,5,5,5,5,0,0,0,0,0,0,0,0,47,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9896,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9902,10958,3521,0,128,62,64,0,0,0,0,0,0,0,0,0,0,0,25539,1,'The Terror of Marshlight Lake','Traveling through naga-infested lands has shown me the cruel truth about how my less fortunate brethren are treated. At Marshlight Lake, to the southwest, I observed a particularly malicious taskmaster playing a deadly game. He orders his slaves out to the islands in Marshlight Lake when he knows that Terrorclaw, a giant bogstrok, is ready to feed.$B$BI needn\'t describe what results. We are too few to take on the naga directly, but we can deprive them of their amusement by killing their pet.','Slay Terrorclaw and return to Puluu at the Orebor Harborage.','Thank you, $N. Perhaps with the help of the draenei, this marsh will one day be free of naga. I can\'t imagine what it must be like to be forced to serve them.$B$BHe doesn\'t talk about it often, but Maktu was once a slave.','I am ashamed that I cannot do more to help my enslaved brethren. but at least we have prevented more needless deaths.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20477,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25924,25923,25922,25925,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9903,10958,3521,0,128,62,64,0,690,0,0,0,0,0,0,0,0,0,25539,1,'The Biggest of Them All','You\'ve dealt with most of the little hydra, but I doubt Mragesh was impressed by your display. He\'s a cunning, ferocious beast and he\'s dogged many an angler in his time.$B$BI intend to be the last one he\'ll ever bother. He\'s bound to be hiding deep in the waters of Serpent Lake, to the northeast. He\'s a has-been; he just doesn\'t know it yet.','Slay Mragesh and return to Zurjaya in Zabra\'jin.','I\'m sure the old boy must\'ve seen his days coming to an end. With all these new arrivals, the old order couldn\'t stand. It\'s just as well his spirit is at rest now.','Have you \"retired\" old Mragesh?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18286,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28103,28102,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9845,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(9904,10958,3521,0,128,62,64,0,690,0,0,0,0,0,0,0,0,0,25539,1,'Pursuing Terrorclaw','I\'ve caught every kind of fish that lives in the marsh, but there\'s one that eludes me. Sure, I\'ve caught eels and mudfin frenzies. But the last time I was out on one of the islands in Marshlight Lake, I hooked a gigantic bogstrok that snapped my line and got away.$B$BTerrorclaw, he\'s called, and I won\'t rest until he\'s dead. He\'s too big for any fisherman to catch, so I suppose we\'ll just have to kill him the old-fashioned way.','Kill Terrorclaw and return to Zurjaya at Zabra\'jin.','At last! They say every great fisherman has a story of \"the one that got away,\" but I haven\'t yet met a creature I couldn\'t beat one way or another.','I take it Terrorclaw lives no more?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20477,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25924,25923,25922,25925,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9845,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,22,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,1,0,5),(9905,10958,3521,0,128,62,64,0,0,0,0,0,0,0,0,0,0,0,25539,1,'Maktu\'s Revenge','Last time Maktu was out hunting hydras for hides at Serpent Lake, he was attacked by the biggest hydra he\'s ever seen. Maktu reached for his spear, but it was too late. He had just enough time to escape becoming hydra food.$B$BWho knows? Maybe next time, Maktu not be so lucky. Maktu wants to be there so there won\'t be a next time. Will you help Maktu get his revenge on Mragesh?','Locate and kill Mragesh, then return to Maktu at the Orebor Harborage.','$B$BMaktu is thankful for your help. Maktu\'s pride is satisfied. He will not be caught off guard again.','Long time ago, Maktu might have used Mragesh\'s hide to make strong armor. Mragesh far too old for that now. Hide too soft for good armor.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18286,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28103,28102,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9834,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,273,1,1,0,0,0,0,0,1,0,0,5),(9906,10958,3518,0,136,64,65,0,690,0,0,0,0,0,0,0,0,9907,0,0,'Message in a Battle','Ogres are moved by one thing: Might. If we expose ourselves to them as being weak, they will take advantage of that weakness and wipe us out.$B$BGarrosh might be ready to lie down and let the ogre dogs take our lands but I am not! I need you to deliver a message to the Boulderfist, $N. The only type of message that they are capable of understanding: Brutality.$B$BTravel to the Burning Blade Ruins, southeast of here and show them the might of the Mag\'har.$B$BAnd $N, check in with the others before leaving.','Jorin Deadeye at Garadar in Nagrand has asked that you slay 8 Boulderfist Crushers and 8 Boulderfist Mystics.','Our task is not yet finished. There are more that must be taught a lesson!','I\'m sending out a small organized search party for the rest of the villagers.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17135,17134,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9891,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9907,10958,3518,0,136,64,66,0,690,0,0,0,0,0,0,0,0,10107,0,0,'An Audacious Advance','Directly west of here you will find the Halaani Basin. Within the basin are the twin clefts of Nagrand: Northwind and Southwind. Boulderfist shock troops use the clefts to hide their ogre mounds.$B$BI need you to track down those troops and kill all that you encounter in the name of Mag\'har.','Jorin Deadeye at Garadar in Nagrand has asked that you slay 10 Boulderfist Warriors and 10 Boulderfist Mages.','If this does not freeze the blood in their veins, nothing will. You have done the Mag\'har justice, $N. And for justice, Mag\'har rewards greatly.','They must be reminded that we are a force to be reckoned with in this region.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17136,17137,0,0,10,10,0,0,0,0,0,0,0,0,0,0,25622,25623,25624,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84900,0,0,0,0,'',9906,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9908,10958,3483,0,128,55,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Penninsula: -pn - A - ToWoW - Hellfire Turnin','','','','','','','','','',24579,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24520,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32098,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9909,10958,3483,0,128,55,60,41,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Penninsula: -pn - H - ToWoW - Hellfire Turnin','','','','','','','','','',24581,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24522,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32096,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9910,10958,3518,0,128,64,65,0,690,0,0,0,0,0,0,0,0,9916,25458,1,'Standards and Practices','If you\'re venturing into the Burning Blade Ruins, I have a task for you. Take these Mag\'har battle standards and place them at three distinct locations in the ogre compound. An area of high visibility is recommended. Look for the gigantic flaming pyres on the upper levels. Place a standard near the first, second, and third Burning Blade pyres.$B$BThe standard will leave a lasting impression upon any ogres who may have missed the battle.','Elkay\'gan the Mystic at Garadar in Nagrand wants you to use the Mag\'har Battle Standard at the First Burning Blade Pyre, Second Burning Blade Pyre, and Third Burning Blade Pyre. Return the left-over Mag\'har Battle Standards to him when you are finished.','Perhaps you would like another task? A more delicate matter, eh? ','Respect from fear! It is as good as any other kind. ','','First Battle Standard Placed','Second Battle Standard Placed','Third Battle Standard Placed','',0,0,0,25458,0,0,0,0,0,1,0,0,18305,18306,18307,0,1,1,1,0,32205,32205,32205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9891,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9911,10958,3521,0,128,62,64,0,0,0,0,0,0,0,0,0,0,0,25459,1,'The Count of the Marshes','This bloody mandible comes from an unbelievably large creature. The nether ray that it belonged to has to be the largest ever seen in Zangarmarsh. Judging from the condition of the mandible, the count must\'ve abandoned a diet of carrion in favor of living flesh.$B$BSurely the Cenarion Expedition would be interested in such a specimen. Watcher Leesa\'oh has a small camp to the west of Quagg Ridge.','Bring \"Count\" Ungula\'s Mandible to Watcher Leesa\'oh at the Cenarion Outpost in Zangarmarsh.','Are you sure that\'s real? I mean, I knew there was large wildlife in the marsh, but there are giant creatures and then there are GIANT bugs.$B$BCome to think of it, the sporelings did mention a story about a fearsome nether ray that used to terrorize them before the boglord incursion.$B$BWhat if the stories are true? Oh, dear. I\'d better take that for safekeeping. The expedition will want to know about this.','$B$BWhere did you get that... thing?','','','','','',25459,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9912,10958,3521,0,136,61,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cenarion Expedition','The Cenarion Circle\'s main expeditionary force in Outland is known as the Cenarion Expedition. Though it began as a small venture controlled directly by the Cenarion Circle, it\'s become a large and fairly autonomous body.$B$BThe expedition\'s leader, Ysiel Windsinger, has asked us to direct volunteers to her outpost. Report to her at the Cenarion Refuge in eastern Zangarmarsh. Take the main path to the west and it will lead you directly there.','Speak to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','Welcome to Cenarion Refuge, $N. I hope you\'ve come to aid us in our mission. We\'ve much work ahead of us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9913,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Consortium Needs You!','My organization, the Consortium, is looking for a few resourceful individuals just like yourself. You\'ll be hard pressed to find ethereals more honest, hard-working or pleasant to be around than us.$B$BAll we require is loyalty, dedication and a reasonable amount of moral flexibility. If you\'re interested, speak to Gezhe, our ground operations leader. You will find him at Aeris Landing, north of Oshu\'gun.','Report to Gezhe at Aeris Landing in Nagrand.','Are you ready to get to work, $R? I think I\'ve got the perfect task for you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(9914,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Head Full of Ivory','Ivory is a much sought after prize. I have many customers lined up in far off places to purchase it.$B$BI could be convinced to let you in on a cut of the profits.$B$BThe wild elekk roaming Nagrand have the high quality of tusks that I\'m after. Steer clear of the bull elekk; their ivory isn\'t in the condition that I desire.$B$BOh and don\'t worry, it\'s not poaching; I have an understanding with both the orcs and the draenei.$B$BDo you and I have an understanding?','Collect 3 Pair of Ivory Tusks and return them to Shadrek at Aeris Landing in Nagrand.','Never doubted you for a second, friend. Most of those look like fine specimens, if a bit dirty and scratched up. Still, I think they\'re worth the value we agreed upon previously.$B$BI hope that we can continue to do business in the future.','It\'s ivory that I\'m after, not excuses. Of course, if you\'d rather, we can renegotiate your percentage of the profits. I doubt that you\'d be pleased with the result.','','','','','',25463,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9915,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Heads Full of Ivory','','','Excellent, more fine tusk specimens, though some look a bit dingy.You have the far-reaching gratitude of the Consortium, $N. ','I still have a need for more pairs of ivory tusks from the wild elekk that roam this land. Unfortunately, my budget will no longer handle your cut of the profits. If you continue to provide me what I need, however, you will be ingratiating yourself with the Consortium.','','','','','',25463,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9914,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(9916,10958,3518,0,136,64,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'Bleeding Hollow Supply Crates','The Boulderfist have moved the supplies they stole from our village to the twin clefts of Nagrand, found west of here in the Halaani Basin.$B$BWhile you are in the area, keep your eye out for the supply crates. If we can get those back, it would ease much of the burden that has fallen upon the matrons of Garadar.','Elkay\'gan the Mystic at Garadar in Nagrand wants you to recover 10 Bleeding Hollow Supply Crates.','Most of our possessions were destroyed or stolen in the attacks. I cannot offer you much, but there are some items that you may find useful...','The children might be able to go a day without feeling hunger pangs.','','','','','',25460,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25630,25629,25628,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',9910,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(9917,10958,3518,0,136,64,65,0,1101,0,0,0,0,0,0,0,0,9918,0,0,'Do My Eyes Deceive Me','Do my eyes deceive me or is there an ogre hunting party over yonder? What could ogres be doing this far from their mound? I don\'t like this one bit, stranger. First Murkbloods and now ogres. We just don\'t have the manpower to handle all of these threats to our land.$B$BCould you investigate the ogre presence to the east for us? Their forward camp is about 200 paces east of here. You\'ll know you\'re at the right place if you see the Boulderfist hunters. Kill them to find the plans!','Huntress Bintook at Telaar in Nagrand wants you to recover Boulderfist Plans.','BY THE LIGHT! Their penmanship is atrocious. From what I can gather, they\'re either planning to \"eat the blue skins and take their village\" or bake a blueberry pie. It really could go either way. We must get to the bottom of this! ','Have you found any new information?','','','','','',25468,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,25,0,0,0,0,0,3,1,1,5,0,0,0,0,0,6,0,0,5),(9918,10958,3518,0,136,64,65,0,1101,0,0,0,0,0,0,0,0,9920,0,0,'Not On My Watch!','The battle plans were written up by an ogre lieutenant. His name is either Dump or Lump.$B$B$B$BIt could also be Billy.$B$BAnyhow, I think you should go back out there and have a word with Billy or Lump or Dumpy or whatever! Try to approach him diplomatically. If that doesn\'t work, try using some muscle.','Huntress Bintook at Telaar in Nagrand wants you to speak to Lump. Return to Huntress Bintook when you have gathered the information that she requested.','Oh my! This is a small scouting and hunting party? You must tell Mo\'mor what you have discovered.','He\'ll probably be asleep on a ridge.','','Lump Interrogated','','','',0,0,0,0,0,0,0,0,0,0,0,0,18354,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9917,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,5),(9919,10958,3521,0,128,60,64,0,0,0,0,0,0,0,0,0,0,0,25491,1,'Sporeggar','You\'re a kind $r, $N. Not like some of the others I\'ve met.$B$BYou should meet the rest of my people; they\'ll be very grateful for your help. Take these spore sacs to my leader, Msshi\'fn. You will find him in Sporeggar, north of here.','Go to Sporeggar in Zangarmarsh, north of the Spawning Glen, and deliver the Salvaged Spore Sacs to Msshi\'fn.','You\'ve helped protect the next generation of sporelings, $r. We can only repay you by welcoming you into our homes. Stay for a bit and meet the other sporelings. They will have many questions, I hope you don\'t mind.','You\'ve something to show me, $N?','','','','','',25491,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9920,10958,3518,0,136,64,65,0,1101,0,0,0,0,0,0,0,0,9921,0,0,'Mo\'mor the Breaker','You must seek out Mo\'mor immediately! You will find him in the center of Telaar, by the fountain. Tell him exactly what the ogre told you.','Huntress Bintook at Telaar in Nagrand wants you to speak to Mo\'mor the Breaker.','So, a new tribe of ogres is forcing the Boulderfist further and further south. This is quite troubling. We must first deal with the situation closest to home...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9918,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,0),(9921,10958,3518,0,136,64,65,0,1101,0,0,0,0,0,0,0,0,9922,0,0,'The Ruins of Burning Blade','These ogre hunting parties are a precursor to invasion. We must strike at them before they have a chance to amass an army big enough to take over our town.$B$BYou\'re going to need to get your hands dirty, $r.$B$BThe largest collection of Boulderfist in this region can be found at the Burning Blade Ruins, almost directly east of Telaar, near the border of Terokkar. Go there and show the Boulderfist that Telaar will not bend to their will!','Mo\'mor the Breaker at Telaar in Nagrand wants you to kill 8 Boulderfist Crushers and 8 Boulderfist Mystics.','Excellent. Did you happen to locate this Lantresor creature that the stupid one\'s letter mentioned?$B$BRegardless, we must press on. I have gotten reports of more ogre activity that must be dealt with at once!','We have only recently taken back Telaar. We will not lose it again!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17134,17135,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9920,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,4,1,6,1,5,0,0,0,0,1,0,0,5),(9922,10958,3518,0,136,64,66,0,1101,0,0,0,0,0,0,0,0,10108,0,0,'The Twin Clefts of Nagrand','You made a strong showing, $N. Are you ready for more?$B$BI have received reports of a large contingent of Boulderfist ogres hidden in the twin clefts of Nagrand, northwest of here in the Halaani Basin.$B$BVenture forth to the clefts and deal with the remaining Boulderfist ogres.','Mo\'mor the Breaker at Telaar in Nagrand has asked that you slay 10 Boulderfist Warriors and 10 Boulderfist Mages.','Excellent work! I am currently researching the Warmaul tribe that the Boulderfist lieutenant mentioned. Now the tasks you have performed must be tested.','Beware the elementals in the basin, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17136,17137,0,0,10,10,0,0,0,0,0,0,0,0,0,0,25623,25624,25622,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84900,0,0,0,0,'',9921,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9923,10958,3518,0,136,64,65,0,1101,0,0,0,0,0,0,0,0,9924,0,0,'HELP!','HELP! They\'re gonna eat me! I just know it!$B$BFind the key, I know it has to be on one of these ogres.$B$BIf you get me out of here, my father will reward you handsomely! He\'s the leader of Telaar, Arechron.\n','Find the Boulderfist Key and Free Corki. Speak with Arechron in Telaar should you succeed.\n','I\'m really sorry about this, $R. He\'s always getting himself into trouble. I just wish I could put a leash on him...','That boy...$B$B$B$BHe\'ll be the death of me.','','Corki Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,18369,0,0,0,1,0,0,0,32249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,99000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9924,10958,3518,0,136,64,66,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Corki\'s Gone Missing Again!','$B$BThis is so embarrassing. Do you remember my boy, Corki? You rescued him from the Burning Blade Ruins recently. Well, his curiosity has gotten the best of him once more. He told me that he was going to investigate the Boulderfist menace for \'uncle\' Mo\'mor and ran off to the ogre mounds in the Halaani Basin, north of here.$B$BDo you think you could track him down? I would be eternally grateful.\n','Arechron at Telaar has asked that you find and free Corki.','Thank you so much, $N. His mother will deal with him from now on.','Did you find him?','','Corki Freed Again','','','',0,0,0,0,0,0,0,0,0,0,0,0,20812,0,0,0,1,0,0,0,32255,0,0,0,0,0,0,0,25631,25632,25633,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',9923,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9925,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'Matters of Security','Gezhe chose to base our operations as close to Oshu\'gun as possible, without any regard for the safety of our crew. Why? Because he projected a ten percent increase in productivity by setting up shop here instead of in the mountains to the south.$B$BNever mind the crazed voidspawn wandering all of ten feet away from us. That would be the security officer\'s problem, not Gezhe\'s.$B$BKill some voidspawn for me and I\'ll pay you a tenth of our security budget. Don\'t get excited, it\'s not much of a budget.','Zerid at Aeris Landing in Nagrand wants you to kill 8 Voidspawn near Oshu\'gun.','You bring a smile to my face, $N. Or you would, rather, if I had a face.$B$BKeep it up and you and I are going to be the best of friends.','Did you take care of the voidspawn, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17981,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(9926,10958,3518,0,1160,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG Shadow Council/Warmaul Questline','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9927,10958,3518,0,128,64,66,0,0,0,0,0,0,0,0,0,0,0,25552,1,'Ruthless Cunning','$B$BThese are Warmaul ogre banners that I recently acquired.$B$BI want you to travel to Kil\'sorrow Fortress, directly south of here, and kill as many of the Kil\'sorrow filth as you can find. Drive a Warmaul ogre banner through the heart of each fallen Kil\'sorrow soldier. Return to me when you have completed this task and the other that this plan requires.','Lantresor of the Blade at the Burning Blade Ruins in Nagrand wants you to drive 10 Warmaul Ogre Banners through the bodies of Kil\'sorrow members at Kil\'sorrow Fortress.$B$BReturn any unused Warmaul Ogre Banners.','Can you imagine their puzzlement over what is happening, $R? This will be glorious. ','Is it done? ','','Warmaul Ogre Banner Planted','','','',0,0,0,25552,0,0,0,0,0,1,0,0,18388,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10108,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,6,1,0,0,0,0,0,0,6,0,0,5),(9928,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armaments for Deception','You will need to steal Kil\'sorrow armaments from Kil\'sorrow Fortress if my plan is to work.$B$BSearch the fortress for crates of Kil\'sorrow armaments. Bring whatever you can find to me.$B$BKil\'sorrow Fortress is located directly south and a little to the west of the Burning Blade Ruins.','Lantresor of the Blade at the Burning Blade Ruins in Nagrand wants you to collect 10 Kil\'sorrow Armaments.','Excellent! Our next target will be the Laughing Skull Ruins. ','We will ignite a hatred heretofore unseen between the two clans! ','','','','','',25554,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10107,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,5,0,0,5),(9929,10958,3519,0,136,255,63,0,690,0,0,0,0,0,0,0,0,9942,0,0,'The Missing Merchant','I don\'t suppose you\'ve been here long enough to know Dugar, have you? He\'s a merchant with contacts among the various factions in Shattrath.$B$BDon\'t ask me how he does it, but he manages to trade with them for some of the goods our quartermasters can\'t provide.$B$BHe set out for Shattrath three days ago and hasn\'t returned. He\'s normally able to make the entire trip in less than that. If you\'re going to be traveling in the forest, would you keep an eye out for him?','Travel northwest along the road toward Shattrath and search for evidence of what happened to Dugar.','Amid the wreckage of the merchant\'s cart and goods, sets of strange footprints are visible. The footprints appear to have come from an overgrown bird.\r\n\r\nRecalling what you know about the arakkoa, you conclude the print is large enough to belong to one of the sentient bird-people who make their homes in the forest. Why would they have taken to attacking Horde merchants?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9930,10958,3519,0,136,255,63,0,0,0,0,0,0,0,0,0,0,9941,0,0,'The Missing Merchant','I don\'t suppose you\'ve been here long enough to know Deirom, have you? He\'s a merchant with contacts among the various factions in Shattrath.$B$BDon\'t ask me how he does it, but he manages to trade with them for some of the goods our quartermasters can\'t provide.$B$BHe set out for Shattrath three days ago and hasn\'t returned. He\'s normally able to make the entire trip in less than that. Keep an eye out for him and report anything you find to the mercenary captain, Thander.','Travel northwest along the road toward Shattrath and search for evidence of what happened to Deirom.','Amid the wreckage of the merchant\'s cart and goods, sets of strange footprints are visible. The footprints appear to have come from an overgrown bird.\r\n\r\nRecalling what you know about the arakkoa, you conclude the print is large enough to belong to one of the sentient bird-people who make their homes in the forest. Why would they have taken to attacking Alliance merchants?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9931,10958,3518,0,128,64,66,0,0,0,0,0,0,0,0,0,0,0,25555,1,'Returning the Favor','Now you must plant the seed of war in the fat, useless heads of the Warmaul. To the northwest, near the mountains, you will find the Laughing Skull Ruins.$B$B$B$BDo you recognize those banners? They are Kil\'sorrow banners. I want you to take a stack of Kil\'sorrow banners and plant them on the corpses of Warmaul ogres. Remember, northwest is where you will find the ogres.','Lantresor of the Blade at the Burning Blade Ruins in Nagrand wants you to drive 10 Kil\'sorrow Banners through the bodies of Warmaul ogres at the Laughing Skull Ruins.$B$BReturn any unused Kil\'sorrow Banners.','The plan is perfect, $N. I am already seeing the fruits of your labor. ','Can you predict what will happen next? ','','Kil\'sorrow Banner Planted','','','',0,0,0,25555,0,0,0,0,0,1,0,0,18393,0,0,0,10,0,0,0,32314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',9927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(9932,10958,3518,0,128,64,66,0,0,0,0,0,0,0,0,0,0,0,25658,1,'Body of Evidence','Your rampage through Kil\'sorrow Fortress has provided us with a special opportunity. We have enough bodies to make it appear as if a great battle has taken place.$B$BTravel to the Laughing Skull Ruins and find the Laughing Skull Courtyard. There should be a blazing pyre in the courtyard. Make sure the area is secure and then use this blanket to send up smoke signals. When my ogres see the smoke, they will sneak in and plant the bodies of slain Kil\'sorrow soldiers.$B$BThat should be the final straw!','Lantresor of the Blade at the Burning Blade Ruins in Nagrand wants you to use the Damp Woolen Blanket at the Blazing Warmaul Pyre in the Laughing Skull Courtyard to signal his ogres.','I must admit, I have not felt this alive in decades. You have performed well, $N. ','Do you now understand why you could never win a war against me? ','','Kil\'sorrow Bodies Planted','','','',0,0,0,25658,0,0,0,0,0,1,0,0,18395,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',9927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,5),(9933,10958,3518,0,128,64,66,0,1101,0,0,0,0,0,0,0,0,0,25586,1,'Message to Telaar','$B$BTake it. It is my offering to your people. You have single-handedly saved my clan from extermination.$B$BYou may tell your leader that Lantresor of the Burning Blade and his Boulderfist ogres accept the offering of peace.$B$B\n','Take the Burning Blade Peace Offering to Arechron at Telaar in Nagrand.','Please, $N, take from the peace offering whatever it is that you may desire. After all, without your efforts, this would not have been possible.','Peace you say? ','','','','','',25586,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25606,25603,25605,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,350,0,0,0,0,0,0,105000,0,0,0,0,0,0,0,0,0,0,84900,0,0,0,0,'',9931,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,6),(9934,10958,3518,0,128,64,66,0,690,0,0,0,0,0,0,0,0,0,25586,1,'Message to Garadar','$B$BTake it. It is my offering to your people. You have single-handedly saved my clan from extermination.$B$BYou may tell your leader that Lantresor of the Burning Blade and his Boulderfist ogres accept the offering of peace.$B$B','Take the Burning Blade Peace Offering to Garrosh at Garadar.','$B$BYou waste your time, $R. Take whatever you desire from the crate. I nor Garadar have any need for these useless trinkets.','','','','','','',25586,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25607,25608,25609,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,350,0,0,0,0,0,0,105000,0,0,0,0,0,0,0,0,0,0,84900,0,0,0,0,'',9931,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9935,10958,3518,0,136,64,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Giselda the Crone','Wanted: Dead or Alive$B$BGiselda the Crone of Kil\'sorrow and her lackeys for murder, ritual sacrifice, communing with the Legion, kidnapping, and burglary.$B$BKnown to congregate at Kil\'sorrow Fortress in southeastern Nagrand, near the border of Terokkar.$B$BLarge gold reward to be dispensed by Warden Bullrok at Garadar to anyone able to bring Giselda to justice.','Slay Giselda the Crone and any combination of 10 Kil\'sorrow Agents. Return to Warden Bullrok at Garadar should you complete this task.','The crone has been slain! This is wonderful news, $N. Here is your reward.','Are you here to collect a reward?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18391,21276,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,105000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,5),(9936,10958,3518,0,136,64,66,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Giselda the Crone','Wanted: Dead or Alive$B$BGiselda the Crone of Kil\'sorrow and her lackeys for murder, ritual sacrifice, communing with the Legion, kidnapping, and burglary.$B$BKnown to congregate at Kil\'sorrow Fortress in southeastern Nagrand, near the border of Terokkar.$B$BLarge gold reward to be dispensed by Warden Moi\'bff Jill at Telaar to anyone able to bring Giselda to justice.','Slay Giselda the Crone and any combination of 10 Kil\'sorrow Agents. Return to Warden Moi\'bff Jill at Telaar should you complete this task.','The crone has been slain! This is wonderful news, $N. Here is your reward.','Are you here to collect a reward?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18391,21276,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,105000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,4,0,0,0,0,0,0,1,6,0,5),(9937,10958,3518,0,136,66,67,1,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Durn the Hungerer','You have destroyed two of the biggest threats in Nagrand, $N. Are you ready to take on the scourge of the Spirit Fields?$B$BDurn the Hungerer lords over the area surrounding Oshu\'gun, decimating all in his path. Thus far, none have been able to rid Nagrand of this ferocious gronn. Gather your allies and venture to the Spirit Fields, far southwest of here, near Oshu\'gun, and track down Durn. Slay him and I assure you rewards commensurate with the difficulty of the task at hand.\n','Slay Durn the Hungerer. Return to Warden Bullrok if you manage to complete this task.','Durn\'s murderous grip has been loosed! Nagrand has a brighter tomorrow because of you, hero. Well done!','For the Mag\'har!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18411,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25774,25773,25772,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,350,0,0,0,0,0,0,111000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',9939,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(9938,10958,3518,0,136,66,67,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Durn the Hungerer','You have destroyed two of the biggest threats in Nagrand, $N. Are you ready to take on the scourge of the Spirit Fields?$B$BDurn the Hungerer lords over the area surrounding Oshu\'gun, decimating all in his path. Thus far, none have been able to rid Nagrand of this ferocious gronn. Gather your allies and venture to the Spirit Fields, west of here, and track down Durn. Slay him and I assure you rewards commensurate with the difficulty of the task at hand.','Slay Durn the Hungerer. Return to Warden Moi\'bff Jill if you manage to complete this task.','Durn\'s murderous grip has been loosed! Nagrand has a brighter tomorrow because of you, hero. Well done!','Waste no time! Durn must be stopped!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18411,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25774,25773,25772,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,350,0,0,0,0,0,0,111000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',9940,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,1,1,1,0,0,0,0,0,2,5,4,0,0,0,0,0,0,0,0,0,7),(9939,10958,3518,0,136,64,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Zorbo the Advisor','Wanted: Dead or Alive$B$BZorbo the Advisor, wanted for numerous planned attacks on Garadar. Along with his reavers and shaman, Zorbo has slain countless orcs. Consider Zorbo as armed, dangerous, and merciless.$B$BZorbo makes his home in the Laughing Skull Ruins in the northern mountains of Nagrand.$B$BReward for Zorbo the Advisor\'s death or capture to be dispensed by Warden Bullrok at Garadar. ','Slay Zorbo the Advisor, 5 Warmaul Shaman and 5 Warmaul Reavers. Return to Warden Bullrok if you manage to complete this task.','This is a great victory for the people of Garadar! Well done, $N!','Are you here to collect a reward?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18413,18064,17138,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,4,0,0,0,0,0,0,1,0,0,5),(9940,10958,3518,0,136,64,66,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Zorbo the Advisor','Wanted: Dead or Alive$B$BZorbo the Advisor, wanted for numerous planned attacks on Telaar. Along with his reavers and shaman, Zorbo has slain countless Broken. Consider Zorbo as armed, dangerous, and merciless.$B$BZorbo makes his home in the Laughing Skull Ruins in the northern mountains of Nagrand.$B$BReward for Zorbo the Advisor\'s death or capture to be dispensed by Warden Moi\'bff Jill at Telaar.','Slay Zorbo the Advisor, 5 Warmaul Shaman and 5 Warmaul Reavers. Return to Warden Moi\'bff Jill if you manage to complete this task.','This is a great victory for the people of Telaar! Well done, $N!','Are you here to collect a reward?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18413,18064,17138,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,4,0,0,0,0,0,0,1,0,0,5),(9941,10958,3519,0,136,255,63,0,1101,0,0,0,0,0,0,0,0,9943,0,0,'Tracking Down the Culprits','The arakkoa tracks, accompanied by a pair of shallow ruts, lead north across the road. It seems the arakkoa dragged something away from the site of the battle, perhaps toward a nearby settlement.$B$BWhile the broken cart shows signs of a struggle, there\'s little information about Deirom\'s fate. Follow the arakkoa tracks north and continue your search for the merchant. If he was captured alive, there may still be a chance to rescue him. ','Continue your search for signs of Deirom in the Arakkoa settlement north of the broken cart.','Inspecting the printing on the sacks, you can make out Deirom\'s name. The arakkoa seem to have cared enough about the merchant\'s cargo to transport it away from the cart, but where is the missing merchant?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9930,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9942,10958,3519,0,136,255,63,0,690,0,0,0,0,0,0,0,0,9947,0,0,'Tracking Down the Culprits','The arakkoa tracks, accompanied by a pair of shallow ruts, lead north across the road. It seems the arakkoa dragged something away from the site of the battle, perhaps toward a nearby settlement.$B$BWhile the broken cart shows signs of a struggle, there\'s little information about Dugar\'s fate. Follow the arakkoa tracks north and continue your search for the merchant. If he was captured alive, there may still be a chance to rescue him. ','Continue your search for signs of Dugar in the Arakkoa settlement north of the broken cart.','Inspecting the printing on the sacks, you can make out Dugar\'s name. The arakkoa seem to have cared enough about the merchant\'s cargo to transport it away from the cart, but where is the missing merchant?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9929,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9943,10958,3519,0,136,255,64,0,1101,0,0,0,0,0,0,0,0,9949,0,0,'Return to Thander','Deirom\'s cargo doesn\'t seem to have been harmed or even opened. The cargo clearly seemed of interest to them, but it seems their prisoner was more important. What the arakkoa hoped to gain from attacking and kidnapping Deirom remains unclear, but the merchant is certainly not being held here. $B$BWithout any further clues as to how to continue your search, you decide it might be a good time to report your findings to Thander.','Return to Thander at the Allerian Stronghold with news of your findings.','\r\n\r\nThere\'s no doubt that they\'re involved, then. But why?\r\n\r\nDeirom has been making the trip to Shattrath without incident for some time. Why would the arakkoa choose this trip to take him captive?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25958,25959,25961,25960,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',9941,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9944,10958,3518,0,136,65,67,0,690,0,0,0,0,0,0,0,0,9945,0,0,'Missing Mag\'hari Procession','Greatmother says that we must press on and serve our people. She says that we must serve as an example for Garrosh - to show that life goes on.$B$BI have so many matters to attend to here, especially with Greatmother having taken ill. Would you honor the Mag\'har by helping one of their matrons?$B$BSeveral days ago we sent a funeral procession to the Ancestral Grounds and they have yet to return. Will you go search for them? They took the western road out of Garadar. Follow it around and avoid Halaa.','Search for the missing Mag\'hari procession.','Thirty orcs, $r! Of those original thirty, only Ungriz and I remain. We found the young orc, Saurfang, nearly dead near Sunspring. Apparently he was here for another reason...\r\n','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9945,10958,3518,0,136,65,67,0,690,0,0,0,0,0,0,0,0,9946,0,0,'War on the Warmaul','We were en route to the Ancestral Grounds when we were ambushed by Warmaul. They came from all sides, killing several of the procession guards and many of the others. They even desecrated the remains of the elder in the wagon.$B$BAnd for what? So they could humiliate us and display their power. Not even Boulderfist would have sunk so low.$B$BI am a spiritual orc, $N, but even I have limitations. Find the attackers at Warmaul Hill to the northwest and destroy them!','Elder Yorley at the Mag\'hari Procession in Nagrand has asked that you slay 8 Warmaul Brutes and 8 Warmaul Warlocks.','It is a good start, but their leader must be dealt with for your actions to have any lasting impact.','This is merely one step in a long process. Ogres, like dogs, must be shown the difference between right and wrong. Telling them does no good.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18065,18037,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',9944,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9946,10958,3518,0,136,65,67,1,690,0,0,0,0,0,0,0,0,0,0,0,'Cho\'war the Pillager','Have you ever seen an ogre king, $r? Few have and lived to tell the tale. Unfortunately, that is exactly what we are dealing with here.$B$BThe leader of these barbarians is an ogre named Cho\'war. Rumor has it that Cho\'war was the ogre responsible for forcing the gronn out of the cave. Cho\'war then declared himself king and dissolved the ogre clans that served under the gronn. Thus, Warmaul was born.$B$BFind Cho\'war deep in the caves of Warmaul Hill. Slay him and bring me his head.','Elder Yorley at the Mag\'hari Procession in Nagrand has asked that you slay Cho\'war the Pillager and retrieve the Head of Cho\'war.','This head will be posted at the gates of Garadar for all to see. The ogres will think twice before interrupting sacred Mag\'hari rituals.','He will undoubtedly be heavily guarded.','','','','','',25590,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25777,25776,25775,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',9945,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(9947,10958,3519,0,136,255,64,0,690,0,0,0,0,0,0,0,0,9950,0,0,'Return to Rokag','Dugar\'s cargo doesn\'t seem to have been harmed or even opened. The cargo clearly seemed of interest to them, but it seems their prisoner was more important. What the arakkoa hoped to gain from attacking and kidnapping Dugar remains unclear, but the merchant is certainly not being held here. $B$BWithout any further clues as to how to continue your search, you decide it might be a good time to report your findings to Rokag.','Return to Rokag at Stonebreaker Hold with news of your findings.','\r\n\r\nThere\'s no doubt that they\'re involved, then. But why?\r\n\r\nDugar has been making the trip to Shattrath without incident for some time. Why would the arakkoa choose this trip to take him captive?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25958,25959,25961,25960,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',9942,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9948,10958,3518,0,136,65,67,0,690,0,0,0,0,0,0,0,0,0,0,0,'Finding the Survivors','If I know anything about ogres, it\'s that they like their food fresh. This means that the Mag\'har that they captured are more than likely being kept alive until they are ready to serve. It\'s a sickening thought, I know, but one that we must use to our advantage.$B$BVenture to Warmaul Hill and search for Mag\'har prisoners. If you find prisoners, then you will find keys to their cages on the nearby Warmaul ogres.$B$BKill ogres for their keys and release the prisoners.','Elder Ungriz at the Mag\'hari Procession in Nagrand has asked that you free 5 Mag\'har Prisoners.','You have done what none thought was possible and brought back our missing brothers and sisters. You are a hero to the Mag\'har, $N. All will know your name and the deeds that you have performed for us.\n\n','$B$BI know it\'s a lot to ask for, $N; but bring them back alive...','','Mag\'har Prisoner Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,18428,0,0,0,5,0,0,0,32347,0,0,0,0,0,0,0,25778,25779,25780,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,350,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9949,10958,3519,0,136,255,64,0,1101,0,0,0,0,0,0,0,0,10048,0,0,'A Bird\'s-Eye View','With no further information to go on, we\'re in a difficult situation. I\'m not going to give up on finding and rescuing Deirom. His abduction isn\'t an accident, $N.$B$BThe arakkoa are up to something, but what is it they\'re planning?$B$BAndarl, over in the mage tower, knows something of their peculiar magic. With the right tools, he can scare up some new information for us. He\'ll need the \"eye\" crystals from each of the arakkoa towns north of the Bone Wastes - Veil Skith, Veil Reskk, and Veil Shienor.','Bring the Eye of Veil Skith, the Eye of Veil Shienor, and the Eye of Veil Reskk to Andarl at the Allerian Stronghold.','Odd, these eyes are not exactly what I am used to working with. The manner in which the arakkoa use their magic is slightly different than ours.$B$BIt looks like we\'re going to need one more thing if I\'m going to be able to scry for the information to locate Deirom.','Thander has spoken with me about his plan. You have the eyes?','','','','','',25638,25642,25635,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9943,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9950,10958,3519,0,136,255,64,0,690,0,0,0,0,0,0,0,0,10049,0,0,'A Bird\'s-Eye View','With no further information to go on, we\'re in a difficult situation. I\'m not going to give up on finding and rescuing Dugar. His abduction isn\'t an accident, $N.$B$BThe arakkoa are up to something, but what is it they\'re planning?$B$BKurgatok the warlock knows something of their peculiar magic. With the right tools, he can scare up some new information for us. He\'ll need the \"eye\" crystals from each of the arakkoa towns north of the Bone Wastes - Veil Skith, Veil Reskk, and Veil Shienor.','Bring the Eye of Veil Skith, the Eye of Veil Shienor, and the Eye of Veil Reskk to Kurgatok at Stonebreaker Hold.','Odd, these eyes are not exactly what I am used to working with. The way that the arakkoa use their magic is slightly different than our own.$B$BIt looks like we\'re going to need one more thing if I\'m going to be able to scry for the information to locate Dugar.','Rokag has told me about his plan. You have the eyes?','','','','','',25642,25638,25635,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9947,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9951,10958,3519,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s Watching You!','Quick, hide! The eyes of Naphthal\'ar are upon you... upon us all!$B$BI dare not go to the top of the tower to speak with it, but you... you look as if you might know the right words to say. Just be careful, it doesn\'t like jokes and will not suffer fools easily.$B$BIf you can, convince it to come down for tea. But, by all means, get it to stop staring at me!','Kill Naphthal\'ar and then return to Warden Treelos at the Cenarion Thicket in Terokkar Forest.','It\'s for the best, really. If it cannot civilly accept an invitation then it has no business attending.$B$B$B$BWho are you and what are you doing here? You must get out of here quickly before it is too late!','We should never have invited them to dinner. That much is certain!$B$BOr, at least, we should have insisted upon a couple of courses before the dessert that they brought.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18438,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25542,28028,28026,28027,31723,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,5,0,0,1000,1000,0,2,1,5,0,0,0,1000,0,0,1,1,0,6),(9952,10958,3519,0,136,255,65,0,1101,0,0,0,0,0,0,0,0,9958,0,0,'Prospector Balmoral','So Andarl is certain Deirom is being held in Veil Shalas? That\'s the largest of the arakkoa settlements that we know of.$B$BVeil Shalas is in the far south of the forest, close to the eastern rim of the Bone Wastes. Unfortunately, I don\'t have much information on it, but there is an Explorers\' League member camped down there who may be able to help you. Prospector Balmoral\'s camp is perched on the very edge of the land to the southwest of Veil Shalas. Consult him before making any move against the arakkoa.','Locate and speak with Prospector Balmoral.','Aye, I\'m familiar with Veil Shalas. Nasty piece of work, that. But if your friend is being held there, I suppose we\'re going to have to find a way around their defenses.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9953,10958,3519,0,136,255,65,0,0,0,0,0,0,0,0,0,0,9959,0,0,'Lookout Nodak','So Kurgatok is certain Dugar is being held in Veil Shalas? That\'s the largest of the arakkoa settlements that we know of.$B$BVeil Shalas is in the far south of the forest, close to the eastern rim of the Bone Wastes. Unfortunately, I don\'t have much information on it, but we have a scout camped down there who may be able to help you. Lookout Nodak\'s camp is perched on the very edge of the land to the southwest of Veil Shalas. Consult him before making any move against the arakkoa.','Locate and speak with Lookout Nodak.','The influence of Veil Shalas dominates these parts. If your friend is being held there, I suppose we\'re going to have to find a way around their defenses.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9954,10958,3518,0,136,65,67,1,1101,0,0,0,0,0,0,0,0,9955,0,0,'Corki\'s Ransom','$B$BI just received this letter. It\'s from a clan of ogres known as Warmaul that rule the northwestern lands of Nagrand. It says that they have Corki and if we don\'t cooperate, they\'re going to eat him. Admittedly, Corki is a moron, but he\'s still my blood. Will you rescue him, $N?$B$BI presume that he\'s locked up in a cage somewhere on Warmaul Hill. That should be your first stop.','Arechron wants you to find Corki at Warmaul Hill.','They\'ve got me locked up good this time, $N. The Warmaul king, Cho\'war, has the key.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',9924,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(9955,10958,3518,0,136,65,67,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Cho\'war the Pillager','They call him Cho\'war the pillager, $N. He\'s the ogre that forced out the gronn that used to rule over these ogres. You better believe he\'s powerful!$B$BThe chef said that Cho\'war lives in the big cave - wherever that may be... Get that key and get me out of here! If we live through this, my father will no doubt give you the big reward! As soon as I\'m free, seek him out.','Corki wants you to get Cho\'war\'s Key so that you can free him from his cage. Return to Arechron at Telaar should you manage this task.','Thank you, $N. Corki\'s been sent away to live among the night elves in Blade\'s Edge. Hopefully they\'ll be able to keep him out of trouble.$B$BAbout that reward...','Where\'s Corki?','','Corki Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,18444,0,0,0,1,0,0,0,32384,0,0,0,0,0,0,0,25777,25776,25775,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',9954,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(9956,10958,3518,0,136,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ravaged Caravan','I was part of a caravan taking supplies to the Orebor Harborage in Zangarmarsh. As we were nearing the border of the marsh, we were jumped by a vicious squad of Warmaul ogres. They killed the others and took me prisoner, along with all of our supplies.$B$BThankfully, they neglected to place a backing on my cage. When they fell asleep, I made my escape.$B$BIt\'s too late for my comrades but we could really use the supplies they stole. Warmaul Hill is in the northwestern mountains of Nagrand.','Huntress Kima at Telaar in Nagrand wants you to recover 10 Telaar Supply Crates.','Amazing! How did you manage to carry all of that back by yourself? ','I feel so stupid. Arechron\'s son, Corki, asked me what happened and I told him. Now he\'s gone missing again! ','','','','','',25647,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25778,25779,25780,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,350,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,21,5,0,0,0,0,0,0,0,0,0,5),(9957,10958,3519,0,136,62,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'What\'s Wrong at Cenarion Thicket?','We haven\'t heard from the druids at the Cenarion Thicket of Terokkar Forest in quite some time.$B$B$N, I\'d like for you to go down there and check in with them to see what\'s happening. There are several ways to get there, but the fastest is to head south along the path, and then take the road that branches east from Shattrath City once you\'re in the forest.','Speak with one of the druids at the Cenarion Thicket in Terokkar Forest.','I\'m glad that the refuge sent you. The druids of the thicket have been slain! Only myself and one other have survived, and he\'s insane.$B$BI don\'t know what happened, but I intend to get to the bottom of it. Whatever it was, it happened quickly and feels unnatural.$B$BWill you help me?','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'9960 9961',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,3,1,1,6,0,0,1000,1000,0,1,0,0,2),(9958,10958,3519,0,136,255,65,0,1101,0,0,0,0,0,0,0,0,9963,0,0,'Scouting the Defenses','In my time out here, I\'ve had a few interactions with the arakkoa, none of them friendly. They seem very territorial, but I suppose we\'re the same way, aren\'t we?$B$BThe arakkoa wield a kind of primal magic unknown to us on Azeroth and have used it to weave defenses for Veil Shalas. Before moving against them, it would be prudent to scout out their defenses so we know what we\'re up against.','Approach Veil Shalas and observe the town\'s defenses.','Their defenses are much more sophisticated than I\'d thought, $N. That\'s a bad sign. Fortunately, for every good spell, there\'s a counterspell. It\'s just a question of getting our hands on that counter.','','','Investigate Veil Shalas Defenses','','','',0,0,0,0,0,0,0,0,0,0,0,0,18458,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49500,4345,0,0,0,'',9952,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9959,10958,3519,0,136,255,65,0,690,0,0,0,0,0,0,0,0,9964,0,0,'Scouting the Defenses','In my time out here, I\'ve had a few interactions with the arakkoa, none of them friendly. They seem very territorial, but I suppose we\'re the same way, aren\'t we? Not even the ancestors recorded any encounters with the bird-men.$B$BThe arakkoa wield a kind of primal magic unknown to our seers and have used it to weave defenses for Veil Shalas. Before moving against them, it would be wise to scout out their defenses so we know what we\'re up against.','Approach Veil Shalas and learn about the magic defending the settlement.','Their defenses are much more sophisticated than I\'d thought, $N. That\'s a bad sign. Fortunately, for every good spell, there\'s a counterspell. It\'s just a question of getting our hands on that counter.','','','Investigate Veil Shalas Defenses','','','',0,0,0,0,0,0,0,0,0,0,0,0,18458,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49500,0,0,0,0,'',9953,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9960,10958,3519,0,136,62,63,0,690,0,0,0,0,0,0,0,0,0,0,0,'What\'s Wrong at Cenarion Thicket?','Hey there, $c. We haven\'t heard from the druids of the Cenarion Thicket in quite some time.$B$BI want you to go over there and check to see what\'s happening. You can find it by heading northwest through the forest.','Speak with one of the druids at the Cenarion Thicket in Terokkar Forest.','I\'m glad that Stonebreaker Hold sent you. The druids of the thicket have been slain! Only myself and one other have survived, and he\'s insane.$B$BI don\'t know what happened, but I intend to get to the bottom of it. Whatever it was, it happened quickly and feels unnatural.$B$BWill you help me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'9957 9961',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9961,10958,3519,0,136,62,63,0,1101,0,0,0,0,0,0,0,0,0,0,0,'What\'s Wrong at Cenarion Thicket?','$C, I have urgent business for you. We haven\'t heard from the druids of the Cenarion Thicket in quite some time. This is unusual as we usually hear from them at least once every few days.$B$BI want you to go up there and make sure that they\'re alright. You can find the thicket by heading northwest through the forest.','Speak with one of the druids at the Cenarion Thicket in Terokkar Forest.','I\'m glad that Stonebreaker Hold sent you. The druids of the thicket have been slain! Only myself and one other have survived. and he\'s insane.$B$BI don\'t know what happened, but I intend to get to the bottom of it. Whatever it was, it happened quickly and feels unnatural.$B$BWill you help me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'9957 9960',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9962,10958,3518,0,131,65,67,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: Brokentoe','So are you ready for your first battle? If you are, let me know and I\'ll get things started. All you have to do is go wait in the Ring of Blood for your opponent to arrive.$B$BThis fight is against Brokentoe, a ferocious clefthoof.$B$BGood luck! I hope you brought friends.$B$BAnd remember, the fight\'s over when either you or your opponent are lying face down on the arena floor.\n','Defeat Brokentoe. Should you win, speak with Wodin the Troll-Servant to collect your reward.','Hrm, not bad. Not bad at all... You\'ve got potential, kid. Here\'s a little gold to line your pockets with...','The fight\'s over when you or your opponent are dead on the floor.','Brokentoe Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,6,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,7),(9963,10958,3519,0,136,255,65,0,0,0,0,0,0,0,0,0,0,9965,0,0,'Seeking Help from the Source','The wards you encountered are powerful magic, indeed. The techniques employed by the arakkoa are so far beyond our understanding that we can only hope to find a counter with their help.$B$BI know what\'s going through your mind. Why would an enemy help us to overcome their defenses? The answer is that they wouldn\'t, of course. Have you heard the tales of a crazy old arakkoa sage named Kokorek? They say he\'s hiding in Veil Lithic on the western edge of the Bone Wastes, waiting for the return of a lost age.','Find Kokorek in Veil Lithic and speak with him.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',9958,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9964,10958,3519,0,136,255,65,0,0,0,0,0,0,0,0,0,0,9966,0,0,'Seeking Help from the Source','The wards you encountered are powerful magic, indeed. The techniques employed by the arakkoa are so far beyond our understanding that we can only hope to find a counter with their help.$B$BI know what\'s going through your mind. Why would an enemy help us to overcome their defenses? The answer is that they wouldn\'t, of course. Have you heard the tales of a crazy old arakkoa sage named Kokorek? They say he\'s hiding in Veil Lithic on the western edge of the Bone Wastes, waiting for the return of a lost age.','Find Kokorek in Veil Lithic and speak with him.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',9959,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(9965,10958,3519,0,128,255,65,0,0,0,0,0,0,0,0,0,0,9969,0,0,'A Show of Good Faith','I\'d like to propose something of a trade: demonstrate your good intentions by helping me resolve a little problem, and I\'ll help you rescue your comrade.$B$BThe ogres are an ancient enemy of my people, and lately they have begun to filter back into our forest from the grasslands of Nagrand.$B$BOne particular ogre, Mug\'gok, is quite an adventurous fellow, but none too bright. He goes back and forth between causing trouble for his friends at the Bleeding Hollow Ruins and trying to provoke us.','Bring Mug\'gok\'s Head to Kokorek in Veil Lithic.','','','','','','','',25666,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9963,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9966,10958,3519,0,136,255,65,0,0,0,0,0,0,0,0,0,0,9974,0,0,'A Show of Good Faith','I\'d like to propose something of a trade: demonstrate your good intentions by helping me resolve a little problem, and I\'ll help you rescue your comrade.$B$BThe ogres are an ancient enemy of my people, and lately they have begun to filter back into our forest from the grasslands of Nagrand.$B$BOne particular ogre, Mug\'gok, is quite an adventurous fellow, but none too bright. He goes back and forth between causing trouble for his friends at the Bleeding Hollow Ruins and trying to provoke us.','Bring Mug\'gok\'s Head to Kokorek in Veil Lithic.','','','','','','','',25666,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9964,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9967,10958,3518,0,131,65,67,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: The Blue Brothers','This next battle involves a duo - twin brothers to be precise. They call themselves the \"Blue Brothers.\"$B$BIt\'s not too late to chicken out, $N. I\'d certainly understand.$B$BBut if you\'re ready for some action, step in the Ring of Blood and wait for the Murkblood twins to arrive.$B$BLast one standing is the winner!','Defeat the Murkblood Twins that call themselves the Blue Brothers. Should you win, speak with Wodin the Troll-Servant to collect your reward.','I\'ll admit that I didn\'t think you had a prayer, $N! That was amazing! So how \'bout another fight? Gurgthock\'s got the perfect match lined up.','The fight\'s over when you or your opponent are dead on the floor.','The Blue Brothers Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',9962,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,7),(9968,10958,3519,0,136,62,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strange Energy','Something strange has changed the teromoths of the thicket.$B$BWhere once there was a diversity of life in there, now only the teromoths remain. And while before they were at peace, now they are agitated and will not hesitate to attack you should you get close.$B$BI need to compare the vicious ones to the normal. Collect for me a number of samples from both. You\'ll find the unaffected teromoths both to the south and the north.$B$BI\'m certain this is related to whatever killed all of the druids.','Collect 4 Teromoth Samples and 4 Vicious Teromoth Samples. Then return to Earthbinder Tavgren just outside of the Cenarion Thicket in Terokkar Forest.','Odd. The samples from the vicious teromoths are infused with what feels to me to be pure mana.$B$BIt would seem that whatever caused all of this death also left behind that strong field of residual energy. But for some reason the teromoths were not killed by it; instead being driven into an agitated state.$B$BIt seems apparent that this strange energy is the by-product of whatever attacked the thicket.','Do you have my samples?','','','','','',25672,24279,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'9957 9960 9961',9957,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(9969,10958,3519,0,136,255,65,0,0,0,0,0,0,0,0,0,0,9975,0,0,'The Final Reagents','I can create an item that will neutralize the ward spells protecting Veil Shalas, but be warned, $N. The magic will only work as long as your friend is held captive. I will not give you a means to attack my people at will.$B$BI have most of the materials I require to create the charm, but there are a couple that I\'m going to need you to gather before I can finish the work. I\'ll need some warp hunter essence and a handful of Terokkar chokeberries. Both can be found in the area around the veil.','Bring 5 Warp Hunter Essences and 30 Terokkar Chokeberries to Kokorek in Veil Lithic.','Excellent. This will take just a moment.','Have you brought the rest of the reagents?','','','','','',25678,25677,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25966,25965,25963,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9965,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9970,10958,3518,0,131,65,67,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: Rokdar the Sundered Lord','This fight is gonna be painful, $N. Do you have any friends that are brave enough to help you out? The ogres managed to get a giant from Blade\'s Edge named Rokdar! Trust me, you\'re gonna need friends, he seems unbeatable! He\'s hard as a rock - literally!$B$BIf you still want to fight him, step into the Ring of Blood and he will come.','Defeat Rokdar the Sundered Lord. Should you win, speak with Wodin the Troll-Servant to collect your reward.','You\'ve got the ogres sweatin\', kid! Here\'s a little something extra this time - don\'t use \'em all in one place.$B$BAre you ready for another fight? Gurgthock\'s bettin\' the bank on you!','The fight\'s over when you or your opponent are dead on the floor.','Rokdar the Sundered Lord Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22829,22832,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',9967,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,1,1,1,0,0,0,0,0,3,1,1,6,0,0,0,0,0,1,0,0,7),(9971,10958,3519,0,136,62,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clues in the Thicket','I have no idea what killed all of the druids here. I\'ve been away for a couple of days on a survey of the Bone Wastes to the south.$B$BPlease, you must help me to uncover what\'s behind this horrible tragedy. Go into the thicket and look for a clue that might reveal something to us. When I was in there briefly, I could have sworn I saw a dead Broken and a strange object next to him.$B$B And don\'t worry about Treelos - he might have been driven insane by what happened, but I think he\'s mostly harmless.','Investigate the Strange Object next to the Broken Corpse to determine what might have befallen the Cenarion Thicket. Then return to Earthbinder Tavgren just outside the thicket in Terokkar Forest.','So, I was right. That was the corpse of one of the Broken? And you can confirm that there was a strange object on the ground next to him?$B$BThis doesn\'t make any sense. What would one of the Broken be doing here? And what is that thing it had with him?$B$BIs it was caused all of this death?','Have you discovered anything yet?','','Strange Object examined','','','',0,0,0,0,0,0,0,0,0,0,0,0,-183789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,2,1,6,0,0,0,1000,0,0,1,0,0,5),(9972,10958,3518,0,131,65,67,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: Skra\'gath','You\'re murderin\' \'em out there, kid! They got a ringer for the next match. They say he\'s a void lord or something... No way do they want you up against their champion. Did you here that palooka, Mogor, yapping at you? The bets are through the roof!$B$BGet in that ring and take this one out fast!','Defeat Skra\'gath. Should you win, speak with Wodin the Troll-Servant to collect your reward.','KID! KID THIS IS IT! The next fight is the big one! The championship!$B$BOk, keep it cool. We don\'t want the ogres to know that we got anything going on. I get a cut of all this, after all.','The fight\'s over when you or your opponent are dead on the floor.','Skra\'gath Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22829,22832,21991,0,5,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',9970,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,7),(9973,10958,3518,0,131,65,67,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: The Warmaul Champion','They had to ship the champion in from the Blade\'s Edge gladiator pits. He was training on mountain giants - three at a time.$B$BIf you win this one, you become the new champion. What do you think your odds are, kid? Do you have a shot? Just give me the word and I\'ll bet the house on you.$B$BNow get in there and win!','Defeat the Warmaul Champion. Should you win, speak with Wodin the Troll-Servant to collect your reward.','Oh boy. Mogor has invoked his right of battle as hero of the Warmaul. You have to fight him!$B$BNobody ever said the Warmaul were good sports... erm... ogres.\n','The fight\'s over when you or your opponent are dead on the floor.','The Warmaul Champion Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',9972,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9974,10958,3519,0,136,255,65,0,0,0,0,0,0,0,0,0,0,9976,0,0,'The Final Reagents','I can create an item that will neutralize the ward spells protecting Veil Shalas, but be warned, $N. The magic will only work as long as your friend is held captive. I will not give you a means to attack my people at will.$B$BI have most of the materials I require to create the charm, but there are a couple that I\'m going to need you to gather before I can finish the work. I\'ll need some warp hunter essence and a handful of Terokkar chokeberries. Both can be found in the area around the veil.','Bring 5 Warp Hunter Essences and 30 Terokkar Chokeberries to Kokorek at Veil Lithic.','Excellent. This will take just a moment.','Have you brought the rest of the reagents?','','','','','',25678,25677,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25966,25965,25963,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9966,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9975,10958,3519,0,128,255,65,0,0,0,0,0,0,0,0,0,0,9980,25684,1,'Primal Magic','I\'ve stored the spell inside this talisman. Unleash it while standing near the totems that guard the approach to Veil Shalas. It should be sufficient to unravel the wards.$B$B$B$BMy people weren\'t always as they appear now. We were once magnificent creatures, but we... we made many ill-advised choices and failed in our sacred task. It cost us our beauty, our power, and very nearly our lives. Do not repeat our mistakes, $N.','Use Kokorek\'s Talisman near the totems that guard the path to Veil Shalas, then speak with Prospector Balmoral.','If the talisman\'s spell worked, then you should be ready to venture into Veil Shalas. I hope your arakkoa sage was telling you the truth when he said that his magic was stronger than that ward\'s. If he\'s deceiving us, both you and Deirom are in trouble.','','','Use Kokorek\'s Talisman','','','',0,0,0,0,0,0,0,0,0,0,0,0,18491,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',9969,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9976,10958,3519,0,128,255,65,0,0,0,0,0,0,0,0,0,0,9981,25684,1,'Primal Magic','I\'ve stored the spell inside this talisman. Unleash it while standing near the totems that guard the approach to Veil Shalas. It should be sufficient to unravel the wards.$B$B$B$BMy people weren\'t always as they appear now. We were once magnificent creatures, but we... we made many ill-advised choices and failed in our sacred task. It cost us our beauty, our power, and very nearly our lives. Do not repeat our mistakes, $N.','Use Kokorek\'s Talisman near the totems that guard the path to Veil Shalas, then speak with Lookout Nodak.','If the talisman\'s spell worked, then you should be ready to venture into Veil Shalas. I hope your arakkoa sage was telling you the truth when he said that his magic was stronger than that ward\'s. If he\'s deceiving us, both you and Dugar are in trouble.','','','Use Kokorek\'s Talisman','','','',0,0,0,0,0,0,0,0,0,0,0,0,18491,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49500,0,0,0,0,'',9974,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(9977,10958,3518,0,131,65,68,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: The Final Challenge','$B$BYou\'ve made me a lot of money, kid. If you can defeat Mogor, I promise to make it worth your while. All that pain you suffered in the Ring of Blood is gonna end up paying off.$B$BNow get in there and show these ogres what you\'re made of!','Defeat Mogor, Hero of the Warmaul. Should you win, speak with Wodin the Troll-Servant to collect your reward.','Gurgthock told you he\'d make it worth your while, kid. Take your pick!','The fight\'s over when you or your opponent are dead on the floor.','Mogor, Hero of the Warmaul Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25762,25760,25763,25761,25764,25759,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117000,0,0,0,0,0,0,0,0,0,0,107700,0,0,0,0,'',9973,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,7),(9978,10958,3519,0,136,62,63,0,0,0,0,0,0,0,0,0,0,9979,0,0,'By Any Means Necessary','I don\'t know what to make of all of this, but I do know how we can find more clues.$B$BEmpoor is a Broken merchant that traffics in all sorts of goods and information. If you were to persuade him to talk, I\'m sure he might have something interesting to say.$B$BHe travels the road here between Tuurem and Shattrath. Watch out, though -- he travels with a bodyguard.','Find Empoor on the road between Tuurem and Shattrath City in Terokkar Forest. Convince him to tell you what he knows.','Fine, fine... I\'ll tell you what I know, but it\'s not much!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9968,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,5),(9979,10958,3703,0,136,62,63,0,0,0,0,0,0,0,0,0,0,10112,0,0,'Wind Trader Lathrai','I was asked to pick up and deliver some boxes of goods from an ethereal in Shattrath City.$B$BLast I saw him, he was standing outside of the World\'s End Tavern in Lower City. His name is Wind Trader Lathrai, and that\'s all that I know!$B$BWant more answers, go talk with him!','Speak with Wind Trader Lathrai near the World\'s End Tavern in the Lower City section of Shattrath City.','Yes? How may I help you today, $r?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',9978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,6,0,0,0,0,0,0,0,1,0,0,3),(9980,10958,3519,0,136,62,65,1,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue Deirom!','Make your way to Veil Shalas with all haste, $N! Time is of the essence here. If the arakkoa discover what you\'ve done to their defenses, they may attempt to move Deirom, or even kill him.$B$BIf you can, bring a friend or two with you. It\'s likely to be rough there. The bird-men have gone to great lengths to secure their prisoner and they\'re not likely to give him up easily. After you\'ve found Deirom and dealt with his captor, return to the Allerian Stronghold and notify Thander.','Venture into Veil Shalas, kill Luanga, and free Deirom. Report to Lady Dena Kennedy at the Allerian Stronghold when you have completed your mission.','I must admit, $N, I\'m pleasantly surprised. When Thander told me that Deirom was being held in Veil Shalas, I began to wonder whether he was lost to us for good.$B$BThis is one time I\'m very happy to have been proven wrong.$B$BYou can bet we\'ll be keeping a closer eye on the activities of the arakkoa after this.','','','','Free Deirom','','',0,0,0,0,0,0,0,0,0,0,0,0,18533,18494,0,0,1,1,0,0,0,0,0,0,0,0,0,0,25967,25969,25970,25968,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,99000,0,0,0,0,'',9975,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9981,10958,3519,0,136,62,65,1,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue Dugar!','Make your way to Veil Shalas with all haste, $N! Time is of the essence here. If the arakkoa discover what you\'ve done to their defenses, they may attempt to move Dugar, or even kill him.$B$BIf you can, bring a friend or two with you. It\'s likely to be rough there. The bird-men have gone to great lengths to secure their prisoner and they\'re not likely to give him up easily. After you\'ve found Dugar and dealt with his captor, return to Stonebreaker Hold and notify Rokag.','Venture into Veil Shalas, kill Luanga, and free Dugar. Report to Rokag at Stonebreaker Hold when you have completed your mission.','I must admit, $N, I\'m surprised. When we found out that Dugar was being held in Veil Shalas, I began to wonder whether he was lost to us for good.$B$BThis is one time I\'m happy to be proven wrong.$B$BYou can bet we\'ll be keeping a closer eye on the activities of the arakkoa after this.','','','','Free Dugar','','',0,0,0,0,0,0,0,0,0,0,0,0,18533,18496,0,0,1,1,0,0,0,0,0,0,0,0,0,0,25967,25969,25970,25968,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,99000,0,0,0,0,'',9976,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(9982,10958,3518,0,136,66,68,1,1101,0,0,0,0,0,0,0,0,0,0,0,'He Called Himself Altruis...','A being riding atop a nether drake arrived in town late last week. He introduced himself as Altruis and then proceeded to ask us several questions about Nagrand.$B$BHe claimed that he was hunting Legion. That such insanity was actually his job. Can you imagine? A person that would willingly hunt demons?$B$BBefore he left, he asked that we let the would-be heroes in town know that he will be staying in western Nagrand for awhile and that should they seek a purpose, to find him.','If you are looking to fight the Burning Legion, find Altruis the Sufferer in western Nagrand.','Does my appearance startle you? Do you know what I am?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,6,1,0,0,0,0,0,0,1,0,0,1),(9983,10958,3518,0,136,66,68,1,690,0,0,0,0,0,0,0,0,0,0,0,'He Called Himself Altruis...','A being riding atop a nether drake arrived in town late last week. He introduced himself as Altruis and then proceeded to ask us several questions about Nagrand.$B$BHe claimed that he was hunting Legion. That such insanity was actually his job. Can you imagine? A person that would willingly hunt demons?$B$BBefore he left, he asked that we let the would-be heroes in town know that he will be staying in western Nagrand for awhile and that should they seek a purpose, to find him.','If you are looking to fight the Burning Legion, find Altruis the Sufferer in western Nagrand.','Does my appearance startle you? Do you know what I am?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10107,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(9984,10958,3519,0,128,62,65,0,0,0,0,0,0,0,0,0,0,0,25705,1,'Host of the Hidden City','Although you cannot read the strange script on the scroll, the ornate seal at the bottom of the document implies that it was drafted by an arakkoa of high standing. Luanga may have masterminded the capture and interrogation of Deirom, but it seems he was taking orders from someone else.$B$BYou remember Thander mentioning that Andarl has studied the arakkoa. Perhaps he can decipher the scroll\'s contents.','Take Luanga\'s Orders to Andarl at the Allerian Stronghold in Terokkar Forest.','I can read most of this, enough to get a general idea. Whoever wrote this is praising the \'progress\' made by Luanga and encouraging him to continue interrogating his \'guests.\'$b$bMeanwhile, it says, \'the preparations in Skettis are proceeding as planned\' and that they will \'soon be ready to reclaim their ancestral lands.\'$b$bI\'m not familiar with this \'Skettis\' mentioned by the writer, but wherever it is, it sounds like the arakkoa are assembling an army there! Thander must be told about this immediately.','That script looks familiar. It\'s arakkoa, all right, but I don\'t recognize this seal.','','','','','',25705,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9985,10958,3519,0,128,62,65,0,0,0,0,0,0,0,0,0,0,0,25706,1,'Host of the Hidden City','Although you cannot read the strange script on the scroll, the ornate seal at the bottom of the document implies that it was drafted by an arakkoa of high standing. Luanga may have masterminded the capture and interrogation of Dugar, but it seems he was taking orders from someone else.$B$BYou remember Rokag mentioning that Kurgatok has studied the arakkoa. Perhaps he can decipher the scroll\'s contents.','Bring Luanga\'s Orders to Kurgatok at Stonebreaker Hold in Terokkar Forest.','I can read most of this, enough to get a general idea. Whoever wrote this is praising the \'progress\' made by Luanga and encouraging him to continue interrogating his \'guests.\'$b$bMeanwhile, it says, \'the preparations in Skettis are proceeding as planned\' and that they will \'soon be ready to reclaim their ancestral lands.\'$b$bI\'m not familiar with this \'Skettis\' mentioned by the writer, but wherever it is, it sounds like the arakkoa are assembling an army there! Rokag must be told about this immediately.','That script looks familiar. It\'s arakkoa, all right, but I don\'t recognize this seal.','','','','','',25706,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9986,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Stymying the Arakkoa','We need to show the arakkoa that they cannot attack our people with impunity. If we don\'t stop them here, the roads will no longer be safe for our merchants, couriers, or soldiers.$B$BMy scouts have identified the leaders of each of the major arakkoa settlements in the area. Seek out Ashkaz, Ayit, and Urdak, in Veil Reskk, Veil Shienor, and Veil Skith and kill them. ','Kill Ashkaz in Veil Reskk, Ayit in Veil Shienor, and Urdak in Veil Skith and return to Thander at the Allerian Stronghold.','Well done, $N. We have enough to worry about without wondering when the arakkoa will accost our merchants and messengers again.','It\'s good to see you again, $N. Have you done as I asked?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18539,18540,18541,0,1,1,1,0,0,0,0,0,0,0,0,0,22829,22832,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9987,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,0,0,0,'Stymying the Arakkoa','We need to show the arakkoa that they cannot attack our people with impunity. If we don\'t stop them here, the roads will no longer be safe for our merchants, couriers, or soldiers.$B$BMy scouts have identified the leaders of each of the major arakkoa settlements in the area. Seek out Ashkaz, Ayit, and Urdak, in Veil Reskk, Veil Shienor, and Veil Skith and kill them. ','Kill Ashkaz in Veil Reskk, Ayit in Veil Shienor, and Urdak in Veil Skith and return to Rokag at Stonebreaker Hold.','Well done, $N. We have enough to worry about without wondering when the arakkoa will accost our merchants and messengers again.','Welcome back, $N. Have you dealt with the arakkoa leaders?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18539,18540,18541,0,1,1,1,0,0,0,0,0,0,0,0,0,22829,22832,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(9988,10958,3519,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dandy\'s Best Friend','Don\'t let Thander and company fool you. They may look like a band of fearsome warriors, but underneath all that steel, they\'re nothing more than a troop of dandies!$B$BAnd they won\'t be seen in public without their hats. They\'re extravagant affairs made from felt and fur, complete with the gaudiest feathers you\'ve ever seen.$B$BThe most desirable feathers come from any of the arakkoa, of course, and my supply is running low. I\'ll gladly pay you if you\'ll collect them for me.','Bring 30 Arakkoa Feathers to Ros\'eleth in the Allerian Stronghold.','These will work, although I\'m sure the men will start to complain about the lack of variety soon. Light forbid they should look the same!$B$B$B$BOh, no, we can\'t have that! ','You didn\'t happen to pick up any feathers I could use, did you?','','','','','',25719,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9989,11685,3519,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alien Spirits','When I first came to Outland, and opened my ears to the voices of its spirits, I was amazed at what I heard. In time, I also came to notice which spirits I couldn\'t hear.$B$BFor all my attempts, I have never been able to make contact with the spirit of an arakkoa ancestor. Their magic is fundamentally different from ours, but I\'m not convinced that their spirits are beyond my reach.$B$BBring me feathers from many arakkoa; perhaps having some token from them will provide the link I need.','Bring 30 Arakkoa Feathers to Malukaz at Stonebreaker Hold.','These will work well. The more individuals you collected them from, the more they will help me when I try to contact the arakkoa spirits. Thank you for your help, $N. ','Have you returned with the feathers?','','','','','',25719,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9990,10958,3519,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate Tuurem','You know, come to think of it, I do recall selling several boxes of strange and exotic engineering parts to Empoor about a month ago. I\'m not sure what they\'d be used for, but I know that they were delivered to Tuurem.$B$BPerhaps one or more of those boxes is still there?','Find the Sealed Box and then deliver it to Earthbinder Tavgren just outside of the Cenarion Thicket in Terokkar Forest.','Ethereals? Goods delivered to Tuurem? Exotic engineering parts? And a blood elf getting ready to deliver this last box to Firewing Point?$B$BWhat does all of this mean?! How does it relate to what happened to the druids in the Cenarion Thicket?$B$BI think we should have a look inside that box.','What news do you bring, $N?','','','','','',25727,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',10112,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,0,0,5),(9991,10958,3518,0,130,66,68,1,0,0,0,0,0,0,0,0,0,9999,0,0,'Survey the Land','To be my eyes will require some diligence on your part. Nethrandamus will take you through the Legion camps, but you must catalog everything that you see. Even the smallest detail that you may think to be inconsequential could be useful for our purposes.$B$BPrimarily, I want you to note what structures are in the camps and what comprises the camps\' defenses.$B$BNethrandamus is ready when you are, $N. Do not be afraid, he will keep you safe from harm.\n','Sit back and enjoy the ride. Speak to Altruis when the survey is complete.','Excellent work, $N! We now have a point from which we can plan our counter-attack.','Never flown on the back of a nether drake, eh?','Forge Camps Surveyed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'9982 9983',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,1,1,1,1,0,0,0,0,2,5,1,0,0,0,0,0,0,1,6,0,2),(9992,10958,3519,0,136,62,63,0,1101,0,0,0,0,0,0,0,0,10028,0,0,'Olemba Seeds','Aren\'t the trees in the forest beautiful? I\'ve often wondered if they would survive on Azeroth.$B$BI\'m hesitant to send back seedlings, though. It\'s a rough trip and they\'re much harder to transport than something like a sack of seeds. The seeds are stored in tough cones that fall from the tree\'s branches once they\'ve reached maturity.$B$BIf you come upon some of those cones in your travels, would you mind bringing some of the seeds back to me?','Gather 30 Olemba Seeds and return them to Ros\'eleth in the Allerian Stronghold.','Thank you for bringing these seeds. I\'ve almost got enough to send back the first batch!','I\'ve started a seed collection, but I\'m going to need some help before I have enough to send back to the park in Stormwind.','','','','','',25745,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9993,10958,3519,0,136,62,63,0,690,0,0,0,0,0,0,0,0,10201,0,0,'Olemba Seed Oil','The oily seeds from the forest\'s olemba trees could prove very valuable. I\'d like to gather a larger quantity of them, press them for their oil, and then see what I can do with it.$B$BJust think, there\'s a whole forest full of trees out there, producing a lot of seeds that go to waste. I don\'t care if it turns out to be cooking oil, lamp oil, or weapon oil, I won\'t let it go to waste!$B$BBring me any of the seeds that you happen to gather from the olemba cones. They\'re all over the place.','Bring 30 Olemba Seeds to Rakoria in Stonebreaker Hold.','That\'s a good start, but we\'re going to need more than that if we\'re to press a respectable amount of oil!','Do you have any seeds for me?','','','','','',25745,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9994,10958,3519,0,128,62,64,0,1101,0,0,0,0,0,0,0,0,10444,25746,1,'What Are These Things?','I don\'t know about you, but I have no idea what all of those things are. I do know one thing though - they look dangerous!$B$B$N, I think you should take this box of parts to Jenai Starwhisper at the Allerian Stronghold to the southeast. She may have some idea of what these are.','Deliver the Box of Parts to Jenai Starwhisper at the Allerian Stronghold in Terokkar Forest.','Oh no! That\'s horrible news! I can\'t believe that all but two of our Cenarion friends are dead.$B$BAlright, let me have a look at those parts. I\'m just hoping they aren\'t what I suspect that they might be.$B$BYes, as I feared, I believe these are bomb parts. Our eyes and ears in Shattrath City have been feeding us information about some of the ethereals importing proscribed goods from other dimensions that they\'re in contact with.','You look concerned. What is it, $C?','','','','','',25746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',9990,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,2,1,1,0,0,0,1000,0,0,6,0,0,3),(9995,10958,3519,0,128,62,64,0,690,0,0,0,0,0,0,0,0,10448,25746,1,'What Are These Things?','I don\'t know about you, but I have no idea what all of those things are. I do know one thing though - they look dangerous!$B$B$N, I think you should take this box of parts to Tooki at Stonebreaker Hold to the southeast. He may have some idea of what these are.','Deliver the Box of Parts to Tooki at Stonebreaker Hold in Terokkar Forest.','Oh no! That\'s horrible news! I can\'t believe that all but two of our Cenarion friends are dead.$B$BAlright, let me have a look at those parts. I\'m just hoping they aren\'t what I suspect that they might be.','You look concerned. What is it, $C?','','','','','',25746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',9990,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(9996,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,10446,0,0,'Attack on Firewing Point','We know that the blood elves of Firewing Point are working for Kael\'thas and Illidan. And from what you\'ve told me, clearly they are using the Broken of Tuurem as smuggling go-betweens for the creation of some horrible weapon.$B$BWhatever they\'re up to out there, the most efficient thing that we can do right now is to thin out their numbers.$B$BThe Firewing blood elves need to be taken out! Head up to Firewing Point to the north and see to it.','Kill 10 Firewing Defenders, 10 Firewing Bloodwarders, and 10 Firewing Warlocks. Then report back to Lieutenant Meridian at the Allerian Post in Terokkar Forest.','That\'s a good start, but based on what you witnessed there in the courtyard, as well as intelligence that I\'ve received, we have a far more pressing matter at hand!','Report. What news do you bring from Firewing Point?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5355,1410,16769,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',10444,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,5),(9997,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,10447,0,0,'Attack on Firewing Point','We know that the blood elves of Firewing Point are working for Kael\'thas and Illidan. And from what you\'ve told me, clearly they are using the Broken of Tuurem as smuggling go-betweens for the creation of some horrible weapon.$B$BWhatever they\'re up to out there, the most efficient thing that we can do right now is to thin out their numbers.$B$BThe Firewing blood elves need to be taken out! Head over to Firewing Point to the northeast and see to it.','Kill 10 Firewing Defenders, 10 Firewing Bloodwarders, and 10 Firewing Warlocks. Then report back to Sergeant Chawni at Stonebreaker Camp in Terokkar Forest.','That\'s a good start, but based on what you witnessed there in the courtyard, as well as intelligence that I\'ve received, we have a far more pressing matter at hand!','Report. What news do you bring from Firewing Point?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5355,1410,16769,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',10448,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(9998,10958,3519,0,136,62,63,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Unruly Neighbors','The recent arrival of the fel orcs at the ruins to the east both puzzles and troubles Thander. They wasted no time in starting to construct fortifications and repair the buildings.$B$BThe construction goes on day and night, $N. I\'ve dispatched one of my most reliable agents to keep watch, but we can ill afford to delay action. Move against their workers, then seek out Theloria Shadecloak at the Allerian Post to the north of the Bonechewer Ruins. She\'ll give you further instructions.','Kill 12 Warped Peons and then report to Theloria Shadecloak at the Allerian Post.','$B$BIt\'s a good start, but Bertelm was right to send you to me. I\'ve made a discovery that may help explain the fel orc presence here.','I take it Bertelm sent you to hamper the efforts of their peons?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18595,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(9999,10958,3518,0,136,66,68,1,0,0,0,0,0,0,0,0,0,10001,0,0,'Buying Time','As long as the transporters stand, nothing we do to the forge camps will have any permanence. We must find a way to destroy the Legion structures.$B$BI need time to devise a plan of attack. If you can keep their engineers and tinkerers busy, it would greatly slow down their progress, buying me the time I need.$B$BStay as far away as possible from the overseers, $N. They are extremely dangerous beings.','Altruis the Sufferer in western Nagrand has asked that you kill 2 Felguard Legionnaires, 3 Mo\'arg Engineers and 8 Gan\'arg Tinkerers.','It is as I suspected. There are no conventional means of destroying fel steel. All is not lost, however...','Back so soon?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17152,16945,17151,0,2,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',9991,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10000,10958,3519,0,136,62,63,0,690,0,0,0,0,0,0,0,0,0,0,0,'An Unwelcome Presence','Our forces at Thrallmar thought they had the fel orcs contained in the Hellfire Citadel area, but the recent arrivals at the ruins to the east say otherwise.$B$BWe can\'t permit them to gain a foothold here. Rokag has dispatched Shadowstalker Kaide to the ruins to keep an eye on them, but we have to do something to keep them from digging in.$B$BGo to the ruins, decimate their peons, and then look for Kaide in the trees to the north. He\'ll tell you where to go from there.','Kill 12 Warped Peons and then report to Shadowstalker Kaide.','Stopping the fel orcs is going to take more than merely harassing their workers, I\'m afraid. I\'ve made a discovery that\'s shed some light on the reason for their presence here and it\'s reinforced my belief that we must act quickly.','I was about to send a message back to Rokag recommending an attack, but I see that won\'t be necessary.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18595,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(10001,10958,3518,0,136,66,68,1,0,0,0,0,0,0,0,0,0,10004,0,0,'The Master Planner','All forge camps have a master planner. The master planner dictates what types of structures are present at a forge camp and how each structure is situated. Moreover, this information is kept on a set of blueprints that the planner carries around on their person.$B$BWe need the master planner\'s blueprints. Armed with such exacting information, we could persuade an acquaintance of mine to lend some assistance.$B$BFind the mo\'arg master planner and take his blueprints. He will be stationed behind the forges.','Altruis the Sufferer in western Nagrand has asked that you recover the Master Planner\'s Blueprints.','My acquaintance will hopefully know of a way to destroy the camps. He was a Legion engineer, after all... ','Avoid the overseers at all costs. They must not be let on to your presence. The results could be disastrous! ','','','','','',25751,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',9999,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,5,0,0,5),(10002,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Firewing Liaison','Over the past couple of days, I\'ve observed a blood elf woman traveling to and from the fel orc stronghold and conversing with the fel orc leader. From her body language, she\'s clearly issuing orders. But why? Whose orders is she conveying?$B$BMy curiosity got the better of my judgment and I shadowed her when she left the fel orc encampment. She headed north, to Firewing Point. I stopped before reaching the perimeter of the blood elf outpost.$B$BKill her before she leaves the fel orc camp again.\n','Locate and slay Lisaile Fireweaver, then return to Theloria Shadecloak.','$B$BWell done. We have bought ourselves a little time. The blood elves will grow curious about what happened to their friend. Hopefully, by that time, we will have a better understanding of their intentions.','The activity in the camp continues to escalate. Have you carried out your mission?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18583,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10003,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Firewing Liaison','Over the past couple of days, I\'ve observed a blood elf woman traveling to and from the fel orc stronghold and conversing with the fel orc leader. From her body language, she\'s clearly issuing orders. But why? Whose orders is she conveying?$B$BMy curiosity got the better of my judgment and I shadowed her when she left the fel orc encampment. She headed north, to Firewing Point. I stopped before reaching the perimeter of the blood elf outpost.$B$BKill her before she leaves the fel orc camp again.','Locate and slay Lisaile Fireweaver, then return to Shadowstalker Kaide.','$B$BWell done. We have bought ourselves a little time. The blood elves will grow curious about what happened to their friend. Hopefully, by that time, we will have a better understanding of their intentions.$B$BWhen the time is right, I will inform Rogak of our progress.','The longer we permit them to make preparations, the more difficult it will be to root them out. Have you killed the liaison?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18583,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',10000,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10004,10958,3518,0,130,66,68,1,0,0,0,0,0,0,0,0,0,10009,25751,1,'Patience and Understanding','Take the blueprints and travel to Shattrath City in the Terokkar forest. Once at Shattrath, go to the Lower City and look for a mo\'arg by the name Sal\'salabim. He\'ll probably be at the bar, drinking away his sorrows.$B$BBy the way, you may need to convince him to lend his assistance. Try to approach him with patience and understanding. If that does not work, use your fists.','Altruis the Sufferer in western Nagrand wants you to take the Master Planner\'s Blueprints to Sal\'salabim in Shattrath City and convince him to help you.\n','Calm down, bright eyes! Sal\'salabim will help.','$B$B[Demonic] Ik il romath sardon.','Sal\'salabim Persuaded','','','','',0,0,0,25751,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10001,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,1,1,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,0,0,5),(10005,10958,3519,0,136,62,63,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Letting Earthbinder Tavgren Know','$N, after you\'re done celebrating here, I think that you should go back to the Cenarion Thicket and speak with Earthbinder Tavgren.$B$BI\'m certain that he\'ll want to know what really happened out there.','Speak with Earthbinder Tavgren just outside the Cenarion Thicket in Terokkar Forest.','A bomb utilizing pure mana that can take out whole towns! But why? Why would the blood elves create such a thing and use it on us? The Cenarion Thicket was a place of peace and repose.$B$BWhatever the reason, it must be locked inside the head of Warden Treelos, and I have no idea how to cure him. Perhaps his mind will heal in time?$B$BRegardless, I want to thank you for helping me to figure out what happened. I can only hope that this tragedy will never befall anyone else ever again!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25931,25930,25932,25929,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,500,0,0,0,0,0,0,87000,0,0,0,0,0,0,0,0,0,0,93300,0,0,0,0,'',10446,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,3,6,1,1,0,0,1000,1000,0,1,0,0,7),(10006,10958,3519,0,136,62,63,0,690,0,0,0,0,0,0,0,0,0,0,0,'Letting Earthbinder Tavgren Know','$N, I think that after you\'re done celebrating here, you should go back to the Cenarion Thicket and speak with Earthbinder Tavgren.$B$BI\'m certain that he\'ll want to know what really happened out there.','Speak with Earthbinder Tavgren just outside the Cenarion Thicket in Terokkar Forest.','A bomb utilizing pure mana that can take out whole towns! But why? Why would the blood elves create such a thing and use it on us? The Cenarion Thicket was a place of peace and repose.$B$BWhatever the reason, it must be locked inside the head of Warden Treelos, and I have no idea how to cure him. Perhaps his mind will heal in time?$B$BRegardless, I want to thank you for helping me to figure out what happened. I can only hope that this tragedy will never befall anyone else ever again!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25931,25930,25932,25929,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,500,0,0,0,0,0,0,87000,0,0,0,0,0,0,0,0,0,0,93300,0,0,0,0,'',10447,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10007,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Thinning the Ranks','Knowing Thander and Bertelm, they won\'t tolerate such a large buildup of hostile forces on our doorstep. Asking them to dispatch members of the garrison to participate in an attack on the camp isn\'t an option either. It would just leave us too vulnerable to attack.$B$BIt falls to us to do what we can to diminish the threat the fel orc buildup poses. Kill what you can of their forces and I will look for ways to stall any reinforcements.','Kill 10 Bonechewer Devastators and 6 Bonechewer Backbreakers and return to Theloria Shadecloak.','Things are starting to look up. I think if we can prevent the fel orcs from reinforcing their fellows here, we can keep this post under control.','Was your attack successful?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16772,16810,0,0,10,6,0,0,0,0,0,0,0,0,0,0,25972,25971,25973,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,274,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10008,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,0,0,0,'What Happens in Terokkar Stays in Terokkar','If word reaches Thrallmar that they\'ve failed to contain the fel orcs, we\'re going to be receiving a lot of company down here. Frankly, I\'m not sure I want all that attention, so we\'re going to keep this little problem under wraps, got it?$B$BIf we can inflict enough casualties on the fel orcs, chances are their presence will never come to the attention of anyone outside Stonebreaker. So, let\'s end it now.$B$BWade in there, swing your weapon, wave your hands, or whatever it is you do - just kill fel orcs.','Shadowstalker Kaide wants you to kill 10 Bonechewer Devastators and 6 Bonechewer Backbreakers.','I know you\'re well-traveled, but understand, $N, that some stories are best left where they happened. Do we understand each other?','Tell me I wasn\'t wrong to trust you with this mission...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16772,16810,0,0,10,6,0,0,0,0,0,0,0,0,0,0,25973,25972,25971,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',10000,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(10009,10958,3519,0,128,66,68,1,0,0,0,0,0,0,0,0,0,10010,25766,1,'Crackin\' Some Skulls','$B$BThis Sal\'salabim design.$B$B$B$BLook at towers. Demon hunter no can see, yes? Poor, poor Altruis. He cry if he had eyes, yes?$B$BYes, Sal\'salabim help but first you help Sal\'salabim.$B$B$B$BThese creatures owe Sal\'salabim golds. Many golds. Go collect for Sal\'salabim and come back. They no give you Sal\'salabim gold easy. Have to fight, but you strong. You defeat Sal\'salabim!','Sal\'salabim at Shattrath City wants you to recover Raliq\'s Debt, Coosh\'coosh\'s Debt and Floon\'s Debt.','Now, deal is deal but when Sal\'salabim tell you, you not be mad, yes?','You no come back without Sal\'salabim golds!','','','','','',25767,25768,25769,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10004,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10010,10958,3519,0,136,66,68,1,0,0,0,0,0,0,0,0,0,10011,0,0,'It\'s Just That Easy?','$B$BYou see where fel cannons are?$B$B$B$BYou turn fel cannon around and use on structures.$B$BWait! Don\'t be mad! One thing you not know. Overseers have key to turn cannons. You need key first! One from each overseer!$B$BNot so easy, eh?$B$BTake information back to Altruis.\n','Sal\'salabim at Shattrath City wants you to return to Altruis the Sufferer in western Nagrand.','Of course! We will use their own weapons against them!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',10009,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,3),(10011,10958,3518,0,136,66,68,1,0,0,0,0,0,0,0,0,0,0,0,0,'Forge Camp: Annihilated','Gather your allies, $N. You will need them if you are to face an overseer.$B$BOnce you have a suitable group, find and kill the overseers at each camp. Take their keys and use them to turn and fire the fel cannons upon the camps. Return to me once the camps are destroyed.','Altruis the Sufferer in western Nagrand has asked that you Destroy Forge Camp: Hate and Destroy Forge Camp: Fear.','We are victorious! The Legion\'s advances have been halted!$B$BI offer you a choice of rewards for your heroic deeds!','Is it done?','','Forge Camp: Hate Destroyed','Forge Camp: Fear Destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,19067,19210,0,0,1,1,0,0,33531,33532,0,0,0,0,0,0,25822,25821,25820,25819,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117000,0,0,0,0,0,0,0,0,0,0,107700,0,0,0,0,'',10010,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,1,1,1,1,0,0,0,0,2,5,4,0,0,0,0,0,0,0,0,0,7),(10012,10958,3519,0,128,62,64,0,1101,0,0,0,0,0,0,0,0,0,25765,1,'Fel Orc Plans','The writing on the plans is far too delicate and precise to have come from any of the fel orcs. You can\'t make out what the text says, but the implications are pretty clear: the fel orcs are taking orders from the blood elves at Firewing Point.$B$BWhy would the two forces be working together? Bertelm might have some insight into this odd alliance. You decide to make your way back to the Allerian Stronghold and show him the map.','Bring the Fel Orc Plans to Bertelm at the Allerian Stronghold in Terokkar Forest.','$B$BIf you hadn\'t brought this map, I\'d say you were out of your mind, but here it is, plain as day. Not only are the fel orcs here to serve the blood elves, but it appears, they\'ve been ordered to keep us occupied.$B$BThis map raises more questions than it answers, but it gives us a better idea of what we\'re facing here.','What is it you have there, $N?','','','','','',25765,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10013,10958,3519,0,128,62,64,0,690,0,0,0,0,0,0,0,0,0,25765,1,'An Unseen Hand','The writing on the plans is far too delicate and precise to have come from any of the fel orcs. You can\'t make out what the text says, but the implications are pretty clear: the fel orcs are taking orders from the blood elves at Firewing Point.$B$BWhy would the two forces be working together? Rokag might have some insight into this odd alliance. You decide to make your way back to Stonebreaker Hold and show him the map.','Bring the Fel Orc Plans to Rokag at Stonebreaker Hold in Terokkar Forest.','$B$BSo Kaide was right! Those fel orc scum are up to something. I never would\'ve guessed they were colluding with the blood elves, though.$B$BAccording to this map, the fel orcs are to keep us busy... but why? This is disturbing news, $N. You were correct in bringing it to me it to me right away.','What is it you have there, $N?','','','','','',25765,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10014,10958,3519,0,136,62,64,0,0,0,0,0,0,0,0,0,0,10446,0,0,'The Firewing Point Project','As I was saying, we\'ve just received some further intel and there\'s a much larger problem at hand.$B$BThe blood elves are hard at work on the construction of a second bomb at Firewing Point. I cannot stress strongly enough the implications of them completing and using such a device on the Allerian Stronghold!$B$BMy scouts tell me that they are guarding the codes to the device in the four smaller buildings ringing the central courtyard. Get in there and retrieve those codes before it\'s too late!','Steal the four Mana Bomb Code Sheets and deliver them to Lieutenant Meridian at the Allerian Post in Terokkar Forest.','Good work!$B$BLet me have a look at those code sheets. I\'ve got an idea and it might just be crazy enough to work! ','You have those codes yet? You saw what happened to the druids at the Cenarion Thicket.$B$BDo you want that to happen to the Allerian Stronghold?','','','','','',25754,25755,25756,25757,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9996,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10015,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,10447,0,0,'The Firewing Point Project','As I was saying, we\'ve just received some further intel and there\'s a much larger problem at hand.$B$BThe blood elves are hard at work on the construction of a second bomb at Firewing Point. I cannot stress strongly enough the implications of them completing and using such a device on Stonebreaker Hold!$B$BMy scouts tell me that they are guarding the codes to the device in the four smaller buildings ringing the central courtyard. Get in there and retrieve those codes before it\'s too late!','Steal the four Mana Bomb Code Sheets and deliver them to Sergeant Chawni at Stonebreaker Camp in Terokkar Forest.','Good work!$B$BLet me have a look at those code sheets. I\'ve got an idea and it might just be crazy enough to work!','You have those codes yet? You saw what happened to the druids at the Cenarion Thicket.$B$BDo you want that to happen to Stonebreaker Hold?','','','','','',25754,25755,25756,25757,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10016,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,10022,0,0,'Timber Worg Tails','Have you come across the timber worgs in your travels? I\'ve had the opportunity to observe them while mapping some of the northern reaches of the forest. I wouldn\'t recommend getting close to them unless you\'re prepared for combat.$B$BThey have no fear of us and won\'t hesitate to defend their territory.$B$BIt\'s fitting that such a creature would have a magnificent tail. I\'ve been trying to collect enough of them to trim a new cloak, but the worgs have a habit of evading my snares. Will you help?','Bertelm at the Allerian Stronghold wants you to bring him 12 Timber Worg Tails. The tails can come from either Timber Worgs or Timber Worg Alphas.','Ah, well done, friend. These are finer than I thought they\'d be. They\'ll make a fine cloak.$B$B$B$BYes, a fine cloak it shall be.','I see you\'ve managed to survive the rigors of the forest. Have you brought any tails for my cloak?','','','','','',25807,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10017,10958,3703,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strained Supplies','More and more refugees come through the gates of Shattrath City each day. Some have sustained such injuries, it\'s a real wonder they made it here.$B$BI can deal with most of the conventional injuries; my training as an Aldor healer has prepared me for that. Poison wounds are more problematic as my anti-venom supplies have begun to run low.$B$BBring me venom sacs from the local dreadfang spiders so I can produce more antidotes. You\'ll find a pocket of the spiders in the southeastern region of Terokkar.','Bring 8 Dreadfang Venom Sacs to Sha\'nir in Shattrath City.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','You have my thanks, $N. The Aldor will hear of your actions.','Have you obtained the venom sacs, $N? These refugees can\'t wait much longer.','','','','','',25802,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10018,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,10023,0,0,'Vestments of the Wolf Spirit','Generations ago, when orc clans still called Terokkar Forest home, the wolf spirit played an important role in their lives. When the orcs departed, they had no longer had any need for the spirit and they left it behind.$B$BIn time, the spirit grew lonely and it too left the forest.$B$BI believe I can bring the wolf spirit back to his ancestral home, just as we orcs have returned. The ritual will require me to create vestments from the pelts of the wolves of the forest to guide the spirit back to its home.','Bring 12 Timber Worg Pelts to Malukaz at Stonebreaker Hold. ','These are perfect, $N! I could not have asked for better.','Were you able to find all the pelts that I need?','','','','','',25812,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10019,10958,3703,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Venom Sacs','','','You have my thanks, $N. The naaru have extended their protection to these unfortunate souls; it would be a shame if they made it to Shattrath and perished to previous wounds.$B$B','Many refugees still need treatment for their poisonous wounds. Have you brought more venom sacs for me to use, $N?','','','','','',25802,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10017,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10020,10958,3703,0,136,62,64,1,1101,0,0,0,0,0,0,0,0,0,0,0,'A Cure for Zahlia','The woman to my right suffered a severe injury to the head. She survived, but lost her eyesight.$B$BA traditional cure used among my people requires the blood of a very old basilisk.$B$BUnfortunately, due to poaching from various groups, Terokkar basilisks don\'t tend to live very long.$B$BThere is one basilisk whose name I\'ve known since I was a youngling. It is known only as \"Stonegazer\" and it\'s rumored to live east of here, near the land\'s edge.$B$BBring me its blood so that Zahlia may see once again.','Bring Stonegazer\'s Blood to Sha\'nir in Shattrath City.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Thank you, $N. Caring for those in need is a difficult task, but in time I\'ve discovered that it is its own reward.','Have you obtained the blood, $N? Without it, Zahlia may never see her son again.','','','','','',25815,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,350,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10021,10958,3703,0,128,62,64,0,1101,0,0,0,0,0,0,0,0,0,25817,1,'Restoring the Light','Much of this region was inhabited by draenei long ago. We Aldor were charged with the safeguarding of our holy sites and altars. Many of them have since been destroyed or taken over by our enemies.$B$BTo the east of here there is an arakkoa outpost. It was purposefully built on the location of three of our sacred altars. The arakkoa use their foul magic to warp and defile the innate power of our shrines.$B$BTake this to the arakkoa outpost and use it to cleanse the three altars.','Ishanah wants you to go to the Arakkoa outpost east of Shattrath City and use the Blessed Vial to cleanse the Eastern Altar, the Western Altar and the Northern Altar.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','You have my thanks, $N. We are keepers of the light and cannot forsake our responsibilities, even in the most difficult of times.','Have you completed your task, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-182563,-182565,-182566,0,1,1,1,0,32633,32633,32633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,43090,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10022,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Elusive Ironjaw','Now that I have the fur I\'ll need for the trim, I\'ve been thinking that the pelt of a particular wolf would make a good hood for my cloak. Imagine seeing your enemy clad in the pelt of the most cunning predator in the forest!$B$BI\'ve tried trapping old Ironjaw without success. I\'ve tried cornering him, outsmarting him, and baiting him. None of it has worked.$B$BHe stalks the northeastern reaches of the forest, and I\'d gladly reward you if you could succeed where I have failed.','Bring Ironjaw\'s Pelt to Bertelm at the Allerian Stronghold.','I bow to your skills, $N. You have proven yourself the superior hunter.$B$BI won\'t forget your help in making this cloak. It will truly be a one-of-a-kind piece and I\'ll wear it proudly.','Has old Ironjaw gotten the better of you, too, friend? Or have you managed to outsmart the old fellow?','','','','','',25837,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25974,25976,25977,25975,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',10016,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,0,0,6),(10023,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,10791,0,0,'Patriarch Ironjaw','You\'ve done well in gathering the first pelts.$B$BThe final piece of the vestments requires a pelt unlike any other. There is one particular wolf, an old and cunning one, that has earned his place as the patriarch of the forest wolves. He is known among them as Ironjaw, the mighty hunter.$B$BIn my visions, I have seen him wandering the northeastern region of the forest. Including his pelt in the vestments will surely light the wolf spirit\'s path.$B$BDo not mourn Ironjaw. He will be well honored.','Bring Ironjaw\'s Pelt to Malukaz at Stonebreaker Hold.','The pelt is even more magnificent than I had hoped! This is a good omen, $N, and the spirits will favor you for your contribution to this ceremony.$B$BI have fashioned a helmet for you from the remaining pelts, $N. It identifies you as a mighty hunter and an ally of the great wolf spirit of Terokkar Forest.','The spirit awaits, $N. Have you the pelt of the wolf patriarch?','','','','','',25837,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',10018,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10024,10958,3703,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Voren\'thal\'s Visions','Our leader, Voren\'thal the Seer, was once a close advisor to Kael\'thas. His prophetic visions warned him that Kael\'s path would lead to the destruction of our race.$B$BThe visions are usually vague and unfocused, but our alchemists have devised an elixir to help him focus his clairvoyance. Unfortunately, this elixir calls for a rare ingredient: basilisk eyes. My usual source, this pathetic ethereal, has failed me.$B$BSeek the dampscale basilisks in the rocky regions of Terokkar and bring me their eyes.','Bring 8 Dampscale Basilisk Eyes to Arcanist Adyria in Shattrath City.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','These are all in excellent state, $N. Carry on and you will soon count the Scryers as your friends.','Have you obtained the basilisk eyes for Voren\'thal\'s elixir?','','','','','',25744,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10553,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10025,10958,3703,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Basilisk Eyes','','','I thank you, $N. Voren\'thal\'s visions might one day decide the fate of our race. It would behoove us to do our best to ensure that those visions are as accurate as possible.$B$B','It takes many basilisk eyes to make even a small dose of Voren\'thal\'s elixir. Bringing me more would certainly incur the Scryers\' favor.','','','','','',25744,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10024,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10026,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Magical Disturbances','It\'s embarrassing to admit this, but something has happened to me here in Terokkar Forest that hasn\'t occurred since my apprentice days.$B$BOccasionally, my spells will fizzle when I know I\'ve done everything correctly. I almost drove myself crazy the first time it happened.$B$BI think I\'ve found the cause. The forest is full of creatures called warp stalkers, demonic creatures with an affinity for magic and a habit of disturbing magical flows. The best way to deal with them is simply to kill them.','Andarl at the Allerian Stronghold wants you to kill 10 Warp Stalkers.','$B$BThank goodness. I was beginning to wonder if the things had displaced the rest of the forest\'s creatures.','Have you cleared the warp stalkers from the vicinity of the stronghold?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18464,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,24,1,1,0,0,0,0,0,3,273,1,1,0,0,0,0,0,1,0,0,5),(10027,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,0,0,0,'Magical Disturbances','There\'s nothing more annoying than preparing to cast a spell, only to have it interrupted by some unseen force. After the fourth time, I knew it couldn\'t be coincidence and I sent Keb\'ezil out to investigate.$B$BI guarantee you\'ll never encounter an imp that talks back more than Keb.$B$BAnyway, he managed to find the source of the problem, a pesky creature known as a warp stalker. They have a habit of disturbing the magical energy wherever they blink into existence. I\'ve had enough of their interference.','Kill 10 Warp Stalkers and return to Kurgatok at Stonebreaker Hold.','Keb\'ezil is relieved that you\'ve taken care of that little problem, aren\'t you, Keb?$B$B$B$BYou\'ll have to forgive his bad manners. You know how demons can be...','Keb\'ezil wants to know if it\'s safe to hurl a fireball without embarrassing himself again.$B$B$B$BNo, it wasn\'t my shadow bolt! Take it back, you overgrown pixy!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18464,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,5),(10028,10958,3519,0,136,62,63,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Vessels of Power','Amid the ruins of Tuurem are a number of vessels containing raw, magical energy. We are fortunate that the Broken who have overrun the city are ignorant to the resource in their midst, but we cannot assume they will remain so forever.$B$BWith those vessels and their power in hand, the scattered survivors of my people can resist the lure of demonic magic. Every quel\'dorei we can save from our prince\'s folly is one more that can help us regain our lost glory. Bring me these vessels, $c.','Bring 8 Draenei Vessels to Ros\'eleth at the Allerian Stronghold.','I hope these aren\'t the only intact vessels in the city. This is a good start, but I suspect we\'ll need many more than this.','Were you able to find any intact vessels?','','','','','',25841,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9992,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10029,10958,3519,0,128,63,65,0,0,0,0,0,0,0,0,0,0,0,25840,1,'The Spirits Are Calling','The spirits of the dead in the Bone Wastes have been calling out to me and they are in pain!$B$B$C, you must journey to the Bone Wastes to the south and find my assistant, Soolaveen with the Refugee Caravan. He must be feeling it too, and will need your assistance to help put the spirits there to rest.$B$BIf you hurry, you may catch them. I know that they were going to stop for a while in the northern portion of the Bone Wastes before continuing south to Auchindoun.','Anchorite Lyteera wants you to locate her assistant, Soolaveen at the Refugee Caravan in the Bone Wastes of Terokkar Forest.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.\n','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10030,10958,3519,0,136,63,65,0,0,0,0,0,0,0,0,0,0,10031,0,0,'Recover the Bones','The bones of the dead draenei litter the Bone Wastes from the explosion of Auchindoun. Their spirits are restless, and cannot move on to the next life.$B$B$C, you must help me to recover their bones and take them to their final resting place! Only then will they be at peace; only then will they know comfort.$B$BGather up the restless bones with care and deliver them to Ramdor the Mad at Auchindoun in the center of the Bone Wastes. Despite his name, he will know how to care for them.','Collect 10 Restless Bones. Deliver them to Ramdor the Mad, just off the western side of the Ring of Observance in Auchindoun, which is in the middle of the Bone Wastes of Terokkar Forest.\n','Great, just what I needed... more bones.$B$B$B$BYes, yes, I will see to it that these remains of our honored ancestors are given a proper burial, have no fear.$B$BThere is something else that you can do if you\'re truly interested in aiding the dead.','What\'s this? Who are you?','','','','','',25842,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10840,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,2,1,1,0,0,0,1000,0,0,6,0,0,5),(10031,10958,3519,0,136,63,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Helping the Lost Find Their Way','Many spirits of the draenei were corrupted by the explosion of Auchindoun. Now they wander the wastes in torment.$B$B$N, I beseech you to put them to rest. Destroy the lost spirits and broken skeletons that haunt the Bone Wastes beyond Auchindoun\'s walls.$B$BWhat? You think leaving them to wander in blind agony would be better?$B$BAfterward, return to Soolaveen at the Refugee Caravan and tell him of that which you have done.','Destroy 10 Lost Spirits and 10 Broken Skeletons, and then speak with Soolaveen at the Refugee Caravan in the Bone Wastes of Terokkar Forest.\n','You have done that which needed doing and there is nothing to forgive. Though it saddens me to hear that they were corrupted into a horrible undeath, through your actions you have put them to rest.$B$BThank you for setting them free, $N. You must accept a humble token of my regard for you and your selflessness.','$N? What brings you back to me? Did you deliver the bones of the restless to Ramdor as I requested?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18460,16805,0,0,10,10,0,0,0,0,0,0,0,0,0,0,25948,25949,25951,31725,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10030,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,1000,1000,0,2,1,2,0,0,0,1000,0,0,1,0,0,5),(10032,10958,3519,0,136,62,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Artifacts from Tuurem','Have you ever noticed the behavior of the Lost Ones in Tuurem? They wander the ruins, searching for surviving scraps of anything made by the draenei.$B$BTheir Broken masters know better. They\'ve left their former lives and identities behind and become something completely different.$B$BI believe we can use the Lost Ones\' compulsion to our benefit and gather old draenei relics from them. Why risk life and limb battling the Broken, when we can profit from picking our targets wisely?','Gather 6 Tuurem Artifacts from Tuurem Scavengers and Tuurem Hunters and bring them to Rakoria at Stonebreaker Hold.','','','','','','','',25850,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10033,10958,3519,0,136,62,65,0,1101,0,0,0,0,0,0,0,0,10035,0,0,'Wanted: Bonelashers Dead!','A bounty is declared on the bonelashers of the Bone Wastes. As known carriers of the plague, they are to be destroyed forthwith!$B$BWhile they can be found throughout the wastes, they are known to congregate at Carrion Hill in the north.$B$BReport to Taela Everstride afterward to collect your reward.','Kill 20 Bonelashers and then report to Taela Everstride at the Allerian Stronghold in Terokkar Forest.','Yeah, I\'m sure that you killed all of those bonelashers. It\'s obvious since the captain asked for you to turn in proof on that wanted poster.$B$B$B$BI\'ll take your word for it. I\'m not certain who I angered to pull this duty, but thanks for your efforts on behalf of the Alliance. Here\'s a little something for all of your trouble.','I suppose you\'re after the bonelasher bounty too?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18470,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,0,0,5),(10034,10958,3519,0,136,62,65,0,690,0,0,0,0,0,0,0,0,10036,0,0,'Wanted: Bonelashers Dead!','The bonelashers of the Bone Wastes bit Mawg and made him sick. Now he wants all of them destroyed!$B$BWhile they can be found throughout the wastes, they are known to congregate at Carrion Hill in the north.$B$BReturn to Mawg Grimshot after you\'ve done the deed and he\'ll give you a good reward.','Kill 20 Bonelashers and then report to Mawg Grimshot at Stonebreaker Hold in Terokkar Forest.','You must have killed a lot of those bonelashers! Good, I hate them! Ever since I was bit by one of them, I keep having fainting spells.$B$BDo you realize how embarrassing that is? Here, take this as thanks for exacting some revenge for me.','Is that bonelasher blood on your hands that I smell?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18470,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,5),(10035,10958,3519,0,136,63,65,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Torgos!','There\'s a creature in the Bone Wastes so fearsome that only the dauntless dare to stalk him.$B$BI speak of Torgos, king of the bonelashers, who circles over Veil Rhaze on the western edge of the wastes.$B$BToo bad that there\'s an arakkoan scarecrow there, known as Torgos\'s Bane, which keeps him at bay. I\'d bet if you laid his mate Trachela\'s carcass at the foot of that scarecrow he\'d come down anyway. She can be found at Carrion Hill in the northern wastes.$B$BBring me one of Torgos\'s tail feathers.','Call down Torgos with Trachela\'s Carcass. Acquire a Tail Feather of Torgos and return it to Taela Everstride at the Allerian Stronghold in Terokkar Forest.','Color me impressed, $C. Torgos was one of the toughest creatures I know of this side of Nagrand.$B$BWell, I suppose that\'s good enough for something from the Allerian Stronghold treasury. Take your pick.','You have the feather? Am I to reward you for your foolhardy bravery?','','','','','',0,25852,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25937,25936,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',10033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,1,0,0,0,1000,0,0,2,21,1,0,0,0,1000,0,0,6,0,0,6),(10036,10958,3519,0,136,63,65,1,690,0,0,0,0,0,0,0,0,0,0,0,'Torgos!','I want Torgos, king of the bonelashers, dead!$B$BNot long ago, while I was out hunting at Veil Rhaze on the western edge of the wastes, he fell upon me.$B$B$B$BHe took my eye, and now I would have his life! Bring me one of his tail feathers as proof and I\'ll give you a worthy reward.$B$BYou\'ll need his mate Trachela\'s carcass though to call him down as he\'s deathly afraid of the old arakkoan scarecrow known as Torgos\'s Bane.$B$BFind her at Carrion Hill in the northern wastes.','Call down Torgos with Trachela\'s Carcass. Acquire a Tail Feather of Torgos and return it to Mawg Grimshot at Stonebreaker Hold in Terokkar Forest.','I thank you, $N! You have exacted my revenge, and as promised you will be rewarded!$B$BTake your pick of one of these and use it well!','Did you kill him? Is Torgos dead?!$B$BYou have proof?','','','','','',0,25852,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25937,25936,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',10034,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10037,10958,3519,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rather Be Fishin\'','Speaking of lakes, there\'s a lake with real good fishin\' up to the northeast. I used to go up there with my friends, but my mom won\'t let me go anymore.$B$BShe says it\'s too dangerous, but I haven\'t seen anything up there but a few little spiders. Like spiders can do anything to you...$B$BMy favorites were always the eels that live up there. If you\'re going to be up by the lake, would you think about bringing back some of the eels? They\'re feisty but once you subdue \'em, you can bring \'em back no problem.','Bring 8 Pristine Shimmerscale Eels to Seth in Shattrath City.','Thanks! I can\'t remember the last time I had eel!$B$BHow should I cook \'em?','$B$BDid you find the eels? Didja?','','','','','',25891,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10038,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,10040,0,0,'Speak with Private Weeks','A report\'s just come in from one of our scouts near Grangol\'var Village. He says that a shadowy band has moved into the ruins there.$B$B$N, I want you to speak with Private Weeks and see how you can assist him to figure out what this unknown group is up to. Just head west past Stonebreaker Hold. His last report puts his position near the north entrance to the village.','Speak with Private Weeks near the north entrance to Grangol\'var Village in Terokkar Forest.','It\'s about time someone came out here. I sent that report to the Allerian Stronghold over a week ago!$B$BBureaucracy!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,25,1,0,0,1000,1000,0,1,5,0,0,0,0,0,0,0,1,0,0,2),(10039,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,10041,0,0,'Speak with Scout Neftis','I am informed that one of our scouts near Grangol\'var Village is currently observing a shadowy band that has recently moved in there.$B$B$N, I want you to speak with Scout Neftis and see how you can assist her in figuring out what this unknown group is up to.$B$BJust head south out of here, and then due west, skirting the north of the Bone Wastes. Her last report puts her position near the southern entrance to the village.','Speak with Scout Neftis near the south entrance to Grangol\'var Village in Terokkar Forest.','It\'s about time someone came out here. I sent that report to Stonebreaker Hold over a week ago!$B$BBlood elves and their bureaucracy!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10040,10958,3519,0,128,62,65,0,1101,0,0,0,0,0,0,0,0,10042,0,0,'Who Are They?','I don\'t know who they are, but I know they\'re hostile!$B$BI\'m going to give you a disguise, and I want you to go in there and speak with three of them that I\'ve observed as being \'chatty\'. Talk with the initiate, the laborer, and the advisor.$B$BJust watch out; there\'re a few hunters in there who\'ll be able to see through your disguise and they look tough! And whatever you do, don\'t leave the village -- the disguise is kind of flimsy. If you lose your disguise, come back to me and I\'ll give you another.','While in disguise, speak with the Shadowy Initiate, the Shadowy Laborer and the Shadowy Advisor. Then return to Private Weeks at Grangol\'var Village in Terokkar Forest.','Good, you finally made it back! Okay, what did you figure out? Who are they?','You speak with all of them yet? What did they have to say?','','Shadowy Initiate Spoken To','Shadowy Laborer Spoken To','Shadowy Advisor Spoken To','',0,0,0,0,0,0,0,0,0,0,0,0,26464,26465,26466,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,32780,0,0,0,0,0,0,0,66000,0,0,0,0,'',10038,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,1000,1000,0,1,6,0,0,0,0,0,0,0,1,0,0,5),(10041,10958,3519,0,128,62,65,0,690,0,0,0,0,0,0,0,0,10043,0,0,'Who Are They?','I don\'t know who they are, but I know they\'re hostile!$B$BI\'m going to give you a disguise, and I want you to go in there and speak with three of them that I\'ve observed as being \'chatty\'. Talk with the initiate, the laborer, and the advisor.$B$BJust watch out; there\'re a few hunters in there who\'ll be able to see through your disguise and they look tough! And whatever you do, don\'t leave the village -- the disguise is kind of flimsy. If you lose your disguise, come back to me and I\'ll give you another.','While in disguise, speak with the Shadowy Initiate, the Shadowy Laborer and the Shadowy Advisor. Then return to Scout Neftis at Grangol\'var Village in Terokkar Forest.','Good, you finally made it back! Okay, what did you figure out? Who are they?','You speak with all of them yet? What did they have to say?','','Shadowy Initiate Spoken To','Shadowy Laborer Spoken To','Shadowy Advisor Spoken To','',0,0,0,0,0,0,0,0,0,0,0,0,26464,26465,26466,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,32780,0,0,0,0,0,0,0,66000,0,0,0,0,'',10039,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10042,10958,3519,0,136,62,65,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Kill the Shadow Council!','What! Those guys are Shadow Council?!$B$B$N, you have to go back in there and waste them! I want you to take out their leader and as many of their executioners and summoners as you can.$B$BAfter you\'re done with that, report back to Lieutenant Gravelhammer at the Allerian Stronghold.$B$BGood luck, $c!','Kill 10 Shadowy Executioners, 10 Shadowy Summoners and Shadowmaster Grieve, and then return to Lieutenant Gravelhammer at the Allerian Stronghold in Terokkar Forest.','That\'s dire news indeed! Well, it would seem I made the right choice in sending you out there to help Weeks. The last thing that we want is the Shadow Council establishing themselves right on our doorstep!$B$B$N, in recognition of your efforts at Grangol\'var Village, I hereby grant you the right to your pick of any of these fine rewards.','Well, what did ye find out, $glad:lass;?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16519,17088,18720,0,10,10,1,0,0,0,0,0,0,0,0,0,25933,25935,25934,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',10040,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,1000,1000,0,3,5,1,1,0,0,1000,1000,0,1,0,0,6),(10043,10958,3519,0,136,62,65,0,690,0,0,0,0,0,0,0,0,0,0,0,'Kill the Shadow Council!','What! Those guys are Shadow Council?!$B$B$N, you have to go back in there and waste them! I want you to take out their leader and as many of their executioners and summoners as you can.$B$BAfter you\'re done with that, report back to Advisor Faila at Stonebreaker Hold.$B$BGood luck, $c!','Kill 10 Shadowy Executioners, 10 Shadowy Summoners and Shadowmaster Grieve, and then return to Advisor Faila at Stonebreaker Hold in Terokkar Forest.','That is unfortunate news! But, of course, I made the right choice in sending you out there to help Neftis. The last thing that we need is the Shadow Council establishing a strong point right on our doorstep!$B$B$N, you\'ve earned yourself something nice. Go ahead, take your pick.','Well, what did you find out?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16519,17088,18720,0,10,10,1,0,0,0,0,0,0,0,0,0,25933,25935,25934,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',10041,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10044,10958,3518,0,138,66,68,0,690,0,0,0,0,0,0,0,0,10045,0,0,'A Visit With the Greatmother','The Greatmother has asked that I seek you out and deliver a message. She wishes to speak with you at once.$B$BMy will has been sapped but make no mistake, $N, if you anger the Greatmother, I will come down upon you with all the force that I can muster. She is in the main hall.$B$B$B$BListen to what she has to say and do as she tells you.','Speak to Greatmother Geyah and listen to what she has to tell you.\n','We must first expand your mind so that you may commune with the ancestors.','Please, sit down, dear.','Listen to Greatmother Geyah','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10011,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10045,10958,3518,0,128,66,68,0,690,0,0,0,0,0,0,0,0,10081,25866,1,'Material Components','Mother Kashur wishes to speak with you, $N. Before this becomes possible, you must collect the herbs required to create a potion that will expand your mind, allowing you to commune with the spirits.$B$BYou must gather Olemba root from Terokkar, marshberries from Zangarmarsh, Telaari fronds from Nagrand and dragonspine from the Blade\'s Edge mountains. I have written down instructions on this parchment as to the cultivation of these herbs. Return to me when you have gathered the materials.','Greatmother Geyah at Garadar in Nagrand has asked that you collect 1 Olemba Root, 1 Marshberry, 1 Telaari Frond and 1 Dragonspine.\n','You are very resourceful, $N. Our greatest gatherers would have taken twice as long to collect the herbs.Do not be afraid. ','Hello, dear.','','','','','',25863,25862,25864,25865,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89700,0,0,0,0,'',10044,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10046,10958,3483,0,136,54,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Through the Dark Portal','Two weeks ago, our scouts reported a heavily armed Alliance force under the command of Field Commander Romus departing Nethergarde Keep. With so many soldiers and supplies, along with such a distinguished commander, they can only have one goal: Outland.$B$BThe warchief sent an advance force through the portal, but if the Alliance believes there is a need for that many troops, perhaps we\'d be wise to send our own reinforcements.$B$BJourney through the Dark Portal and report to Nazgrel at Thrallmar.','Travel through the Dark Portal and speak with Nazgrel at Thrallmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(10047,10958,3483,0,128,58,61,0,1101,0,0,0,0,0,0,0,0,10093,25889,1,'The Path of Glory','The \'Path of Glory,\' they called it. A road leading from the heart of their gruesome fortress to the Dark Portal, paved with the bones of my people.$B$BIt wasn\'t enough for them to hunt us down like animals, destroy our cities, and torture those who survived. No, they had to use our bones as paving stones, denying my brethren a proper burial under the Light.$B$BThose tortured souls still wander these lands, crying out for release. I ask you, $N, help me in this undertaking.','Cleanse 8 Trampled Skeletons on the Path of Glory with Draenei Holy Water, then return to Warp-Scryer Kryv at Honor Hold.','You have my sincere thanks for your efforts, $N. Though much remains to be done, it gladdens me to know we have helped some find their long-deserved rest. ','The cries seem somehow... fainter than they were before. The Light grant it\'s more than wishful thinking. ','','Cleanse Trampled Skeleton','','','',0,25889,0,0,0,0,0,1,0,0,0,0,-182789,0,0,0,8,0,0,0,32834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,1,0,5),(10048,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Handful of Magic Dust','I\'m going to need dust, but not just any dust.$B$BThe royal teromoths that inhabit the forest nearby have a magical dust upon their wings, which they use to pacify those that hunt them. I can make use of that property of the dust to assuage the resistance that I am feeling from the arakkoa eyes you retrieved. This, in turn, will allow me to use them to find Deirom.$B$BI won\'t need much, perhaps half a dozen handfuls, or so.','Collect 7 handfuls of Pacifying Dust for Andarl at the Allerian Stronghold.','It looks like you\'ve got everything we need. I\'ll be ready to start in just a moment.$B$BNow, I can\'t guarantee that I\'ll come up with anything useful, but I will attempt to scry for information related to where the arakkoa have taken Deirom.','Do you have the dust from the royal teromoths yet? Without a sufficient quantity of it, I will not be able to break through the resistance that I am sensing from magic of the eyes.','','','','','',29475,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9949,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10049,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Handful of Magic Dust','I\'m going to need dust, but not just any dust.$B$BThe royal teromoths that inhabit the forest nearby have a magical dust upon their wings, which they use to pacify those that hunt them. I can make use of that property of the dust to assuage the resistance that I am feeling from the arakkoa eyes you retrieved. This, in turn, will allow me to use them to find Dugar.$B$BI won\'t need much, perhaps half a dozen handfuls, or so.','Collect 7 handfuls of Pacifying Dust for Kurgatok at Stonebreaker Hold.','It looks like you\'ve got everything we need. I\'ll be ready to start in just a moment.$B$BNow, I can\'t guarantee that I\'ll come up with anything useful, but I will attempt to scry for information related to where the arakkoa have taken Dugar.','Do you have the dust from the royal teromoths yet? Without a sufficient quantity of it, I will not be able to break through the resistance that I am sensing from magic of the eyes.','','','','','',29475,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9950,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10050,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10057,0,0,'Unyielding Souls','Near the end of our invasion, the Armory to the south fell under attack by the Horde\'s insidious Death Knights. Those vile shades cursed the Armory\'s defenders - and trapped their souls between the realms of the living and the dead.$B$BThose noble souls must be set free! I beg you, $N, end my comrades\' torment, for I have not the heart to slay them myself.','Honor Guard Wesilow wants you to defeat 12 Unyielding Footmen, 10 Unyielding Sorcerers, and 5 Unyielding Knights at the Expedition Armory to the south.','The Sons appreciate your efforts, even if few are willing to speak of the armory.','What I asked of you is a terrible thing to request of anyone. But what you must understand is many of the men won\'t go near the ruins. The memories and the pain are too fresh, but we can\'t allow the spirits to continue to wander.$B$BThe longer they persist, the more they shed their remaining ties to their past life and give themselves over to malevolence.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16904,16905,16906,0,12,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10051,10958,3519,0,130,62,64,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Escape from Firewing Point!','Thank goodness for you!$B$B$C, I need you to help me escape. I have information vital to the security of the Allerian Stronghold and probably all of Outland!$B$BI came here from the Cenarion Expedition on a diplomatic mission, but as you can see, they weren\'t very friendly. If you help me get to safety, I can assure you that you will be handsomely rewarded!$B$BWe won\'t be able to do this on our own - you do have a group with you, right?','Escort Isla Starmane to safety and then report to Captain Auric Sunchaser at the Allerian Stronghold in Terokkar Forest.','Isla Starmane just left, but she gave me a full rundown on what\'s going on out at Firewing Point. It\'s understandable that she\'s quite distraught over what happened to the Cenarion Thicket. Nasty blood elves!$B$BShe told me how you were instrumental in saving her so that we could get that information. Allerian Stronghold is indebted to you for your service.$B$BPlease, accept this gift on behalf of us all.','','Escort Isla Starmane to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25918,25917,25916,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10052,10958,3519,0,130,62,64,1,690,0,0,0,0,0,0,0,0,0,0,0,'Escape from Firewing Point!','Thank goodness for you!$B$B$C, I need you to help me escape. I have information vital to the security of Stonebreaker Hold and probably all of Outland!$B$BI came here from the Cenarion Expedition on a diplomatic mission, but as you can see, they weren\'t very friendly. If you help me get to safety, I can assure you that you will be handsomely rewarded!$B$BWe won\'t be able to do this on our own - you do have a group with you, right?','Escort Isla Starmane to safety and then report to Advisor Faila at Stonebreaker Hold in Terokkar Forest.','Isla Starmane just left, but she gave me a full rundown on what\'s going on out at Firewing Point. It\'s understandable that she\'s quite distraught over what happened to the Cenarion Thicket.$B$BShe told me how you were instrumental in saving her so that we could get that information. Stonebreaker Hold is indebted to you for your service.$B$BPlease, accept this gift on behalf of us all.','','Escort Isla Starmane to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25918,25917,25916,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10053,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10054,0,0,'Dealing with Zeth\'Gor','It is imperative that we follow up on the momentum created by your defeat of Warboss Nekrogg, $N. If we\'re lucky, the leadership at Zeth\'Gor won\'t have heard about Nekrogg.$B$BThe Bonechewers at Zeth\'Gor to the southeast are usually led into battle by Grillok \"Darkeye\". Seek him out in his lair, a cave cut beneath the fel orc settlement, and kill him. Once he is dead, search the cave for the fel orc battle plans. We must not be taken by surprise.','Defeat Grillok \"Darkeye\" and search his lair for the Bleeding Hollow Attack Plans.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19457,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10054,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10138,0,0,'Impending Doom','A quick examination of the plans reveals Zeth\'Gor\'s leader, Warlord Morkh, as the mastermind behind the attacks led by Bone Magus Warlor. There\'s more to the map than just Morkh\'s forces.$B$BThe plans indicate that the Bonechewer force is armed and marshalling for an all out attack on Honor Hold in concert with forces from Hellfire Citadel.$B$BThere\'s no time to bring word to Lieutenant Amadi. You must stop the Bonechewer forces before they can launch their attack!','Slay 15 Bleeding Hollow Grunts, 10 Bleeding Hollow Necrolytes, 5 Bleeding Hollow Peons, and Warlord Morkh, then make your report to Lieutenant Amadi at Honor Hold\'s western tower.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16964,16871,19422,16907,1,15,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10053,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10055,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10078,0,0,'Waste Not, Want Not','Reinforcements are great, but I don\'t see \'em haulin\' any wagons loaded with ingots or timber.$B$BTake a look around, friend. Trees are in short supply, and the mines are overrun with Legion scum.$B$BI\'m in a bad way fer supplies, and I\'m makin\' what substitutions I can, but it\'s time to start reusing what we can.$B$BThe southern edge of the Path o\' Glory is strewn with the ruins of siege machinery. Some pieces of \'em are still usable. Feeling up to a bit o\' a salvage operation?','Bring 8 pieces of Salvaged Metal and 8 pieces of Salvaged Wood to Dumphry at Honor Hold.','This is in better condition than I thought it\'d be. Sure. it\'s going to take some time to work off all the rust. the char. and the like, but I\'ll not complain.','Were you able to find any usable materials out there underneath all the dust, ash, and char?','','','','','',25912,25911,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29931,29938,29943,29945,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10056,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bleeding Hollow Supplies','The orcish ruins of Zeth\'Gor to the southeast serve as a base for an ever-growing tide of orcs emerging from Hellfire Citadel.$B$BThe Sons of Lothar have been fighting them for some time, and the stories they tell would be nigh unbelievable if I hadn\'t seen these \'fel\' orcs with my own eyes.$B$BSomething has changed them, augmented them in a way we\'ve never seen before. We have to do anything we can to keep them from strengthening. Go to Zeth\'Gor and destroy any supplies you find there.','Destroy 6 piles of Bleeding Hollow Supplies and report to Lieutenant Amadi at Honor Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-182800,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10057,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Looking to the Leadership','The disturbances at Expedition Armory continue, despite your best efforts. No one truly knows everything that happened there, nor exactly what binds the spirits of the fallen soldiers to the ruins.$B$BPerhaps we\'ve been approaching this the wrong way. I\'ve always assumed that each of the ghosts had a tie to the ruins, but what if their ties were to their leaders?$B$BArch Mage Xintor and Lieutenant Commander Thalvos were particularly close to their men, so perhaps overcoming their ghosts will calm the rest.','Overcome the ghosts of Arch Mage Xintor and Lieutenant Commander Thalvos and return to Honor Guard Wesilow in the tower northwest of Honor Hold.','We can only hope that with the quieting of the ghosts of the officers, the spirits of the foot soldiers will follow. Thank you once again for your help, $N.','Were you able to overcome the officers at the ruins?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16977,16978,0,0,1,1,0,0,0,0,0,0,0,0,0,0,25989,25992,25993,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10050,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10058,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,0,0,0,'An Old Gift','$B$BDon\'t you know better than to bother a man in his cups?$B$BOh, what\'s the use? I suppose newcomers are a good sign. What would Turalyon think?$B$BI remember the eve of our departure, when I gave Mysteries of the Light to him. During the campaign and the ensuing years, he never forgot to read his daily passage to the men.$B$BWhen he left us again, he gave the book back to me. Like a fool, I believed it safe in my quarters to the south of the armory.','Retrieve Mysteries of the Light and return it to Father Malgor Devidicus at Honor Hold.','Is that really it? It\'s hard to believe it survived the battle. Conditions in the ruins haven\'t been kind to the book, but still, I\'m glad to have it.$B$BIt\'s the only token I have of Turalyon.$B$B$B$BWhen you fight beside someone for so many years, they become closer than even family.','I thought I asked you not to bother me. What is it?','','','','','',25938,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,274,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,25,0,0,5),(10059,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10060,0,0,'Dealing With Zeth\'Gor','It is imperative that we follow up on the momentum created by your defeat of Warboss Nekrogg, $N. If we\'re lucky, the leadership at Zeth\'Gor won\'t have heard about Nekrogg.$B$BThe Bonechewers at Zeth\'Gor are usually led into battle by Grillok \"Darkeye\". Seek him out in his lair, a cave cut into the rock beneath the outpost, and kill him. Once he is dead, search the cave for the fel orc battle plans. Thrallmar must not be taken by surprise.','Slay Grillok \"Darkeye\" and search his lair for the Bleeding Hollow Attack Plans.','Thick charcoal arrows show troops converging on Thrallmar from three different fel orc encampments. You\'ve already eliminated the western branch of the forces, but it seems like the orcs of Zeth\'Gor are preparing for much more than a mere raid.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19457,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10155,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10060,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10156,0,0,'Impending Doom','A quick examination of the plans reveals Zeth\'Gor\'s leader, Warlord Morkh, as the mastermind behind the attacks led by Bone Magus Warlor. There\'s more to the map than just Morkh\'s forces.$B$BThe plans indicate that the Bonechewer force is armed and marshalling for an all out attack on Thrallmar in concert with forces from Hellfire Citadel.$B$BThere\'s no time to bring word back to Thrallmar. You must stop the Bonechewer forces before they can launch their attack!','Slay 15 Bleeding Hollow Grunts, 10 Bleeding Hollow Necrolytes, 5 Bleeding Hollow Peons, and Warlord Morkh. Then report to Stone Guard Ambelan at Spinebreaker Ridge.','I was beginning to wonder if the quiet that had fallen over Zeth\'Gor was the prelude to a large attack. It seems my fears were well-founded.$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16964,16871,19422,16907,1,15,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10059,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10061,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10062,0,0,'The Unyielding','When the Bonechewer fel orcs attacked the Expedition Armory, the garrison there fell quickly. The battle was bloody and fierce, and there were no survivors.$B$BAlthough the dead were buried, their spirits continue to haunt those ruins. Of late, I have been receiving visions that these spirits may soon become a threat to Thrallmar.$B$BThere is only one course of action to take. We must grant these spirits rest. You must overcome them in battle.','Grelag wants you to defeat 12 Unyielding Footmen, 10 Unyielding Sorcerers, and 5 Unyielding Knights at the Expedition Armory to the south of Honor Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16904,16905,16906,0,12,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10062,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Looking to the Leadership','The disturbances at the Expedition Armory continue, despite your best efforts. No one truly knows everything that happened there, nor exactly what binds the spirits of the fallen soldiers to the ruins.$B$BWe may be approaching this the wrong way. My visions suggested that each of the ghosts had a tie to the ruins, but what if their ties were to their leaders?$B$BArch Mage Xintor and Lieutenant Commander Thalvos were particularly close to their men, so perhaps overcoming their ghosts will calm the rest.','Overcome the ghosts of Arch Mage Xintor and Lieutenant Commander Thalvos and return to Grelag at Spinebreaker Ridge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16977,16978,0,0,1,1,0,0,0,0,0,0,0,0,0,0,25993,25992,25989,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10061,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10063,10958,3525,0,128,13,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Explorers\' League, Is That Something for Gnomes?','Babysitting! Would you believe it?$B$BThey pulled me out of a promising dig and sent me along with Captain Odesyus\' expedition to babysit that little gnome!$B$BI\'d never heard o\' a gnome wanting to become a prospector before, so I asked.$B$BSeems we are takin\' gnomes now, and this particular one has a fascination with murlocs!$B$BWell, he\'s gone off and set up shop in an old turtle shell on the northern shore of the island. Go and have a look if you don\'t believe me!','Find Clopper Wizbang camped in an old turtle shell on the shore north of Blood Watch.','I thought so! That grumpy old dwarf was supposed to help me carry my equipment and gather data, but all he does is sit in that strange draenei town, drinking himself into a stupor.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,2),(10064,10958,3525,0,136,16,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Talk to the Hand','The Hand of Argus has established a forward base at Vindicator\'s Rest, but they are sorely outnumbered by both the blood elves and mutated wildlife. Without backup, their outpost is in danger of falling, and we\'d have no way to keep an eye on events near the Vector Coil.$B$BReport to Scout Jorli at Vindicator\'s Rest to the northwest and offer her your assistance, $N.','Report to Scout Jorli at Vindicator\'s Rest.','I was hoping Blood Watch would send reinforcements once they learned what we\'re up against.','Yes?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10065,10958,3525,0,136,16,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Cutting a Path','During our mission to reconnoiter the Sunhawks and their portal, I sustained a serious wound. Scout Loryi has managed to staunch the bleeding and she\'s trying to figure out a way to evacuate me to Blood Watch.$B$BThe problem is that we\'d have to abandon our position here in order to guarantee a safe return.$B$BAs soon as we leave this consecrated ground, we\'ll be set upon by ravagers. If you can clear some of the enraged ravagers, it might allow us to make the trip back safely.','Kill 10 Enraged Ravagers and return to Scout Jorli at Vindicator\'s Rest.','It looks a bit better out there, but I still wonder if I wouldn\'t be better off waiting for a medic here.','Have you managed to clear some of the ravagers in the area?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17527,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10066,10958,3525,0,0,16,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Oh, the Tangled Webs They Weave','We don\'t dare abandon our post, or wander too far from Vindicator\'s Rest, $r. The mutated creatures closest to the Vector Coil have been changed profoundly by energy leaking from the crystals.$B$BThe mutated tanglers appear to have gained a certain degree of sentience. They\'ve learned to create, set, and conceal vicious traps that can ensnare even the most careful warrior.$B$BWe\'ll never be able to move against the Sunhawks if we\'re constantly forced to look underfoot. Attack the problem at its source, $N.','Kill 8 Mutated Tanglers and report to Vindicator Corin at Vindicator\'s Rest.','Well done, $N. It\'s going to be much easier to get reinforcements from Blood Watch, or launch strikes against the Sunhawks without having to worry about what the tanglers are up to.','Have you managed to clear any of the mutated tanglers?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17346,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,6),(10067,10958,3525,0,136,16,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fouled Water Spirits','Most of the creatures touched by the crystals\' energy have been corrupted in the same ways: strange marks on their flesh, increased aggression, and small crystal shards in their bodies. However, the fouled water spirits north of here appear to be turning entirely to crystal.$B$BI\'ve never seen anything react to the crystals this way before, when we explored the foul pool, they were particularly dangerous. We must get rid of them before the Sunhawks can exploit them as a new source of energy.','Kill 6 Fouled Water Spirits and return to Vindicator Corin at Vindicator\'s Rest.','Well done, $N. It\'s important not to overlook any opportunity to deny the Sunhawks sustenance.','Have you begun to clear the fouled water spirits?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17358,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10068,10958,3431,0,136,2,2,0,690,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','And now, I need for you to do something.$B$BWell Watcher Solanian is in need of your services. You would do well to ingratiate yourself with him.$B$BHe awaits you on the exterior platform that the ramp in this chamber leads up to.','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','Ah good, a $C. I\'ve been expecting you.$BThere are a few tasks that I have which you are particularly suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9676,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10069,10958,3431,0,136,2,2,0,690,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','And now, I need for you to do something.$B$BWell Watcher Solanian is in need of your services. You would do well to ingratiate yourself with him.$B$BHe awaits you on the exterior platform that the ramp in this chamber leads up to.','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','Ah good, a $C. I\'ve been expecting you.$B$BThere are a few tasks that I have to which you are particularly suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8328,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10070,10958,3431,0,136,2,2,0,690,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','And now, I need for you to do something.$B$BWell Watcher Solanian is in need of your services. You would do well to ingratiate yourself with him.$B$BHe awaits you on the exterior platform that the ramp in this chamber leads up to.','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','Ah good, a $C. I\'ve been expecting you.$B$BThere are a few tasks that I have to which you are particularly suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8564,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10071,10958,3431,0,136,2,2,0,690,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','And now, I need for you to do something.$B$BWell Watcher Solanian is in need of your services. You would do well to ingratiate yourself with him.$B$BHe awaits you on the exterior platform that the ramp in this chamber leads up to.','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','Ah good, a $C. I\'ve been expecting you.$B$BThere are a few tasks that I have to which you are particularly suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9392,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10072,10958,3431,0,136,2,2,0,690,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','And now, I need for you to do something.$B$BWell Watcher Solanian is in need of your services. You would do well to ingratiate yourself with him.$B$BHe awaits you on the exterior platform that the ramp in this chamber leads up to.','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','Ah good, a $C. I\'ve been expecting you.$B$BThere are a few tasks that I have to which you are particularly suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',9393,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10073,10958,3431,0,136,2,2,0,690,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','And now, I need for you to do something.$B$BWell Watcher Solanian is in need of your services. You would do well to ingratiate yourself with him.$B$BHe awaits you on the exterior platform that the ramp in this chamber leads up to.','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','Ah good, a $C. I\'ve been expecting you.$B$BThere are a few tasks that I have to which you are particularly suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10074,10958,3518,0,136,64,67,41,0,0,0,0,0,0,0,0,0,0,0,0,'Oshu\'gun Crystal Powder','This base was the primary draenei research facility for the study of naaru crystals.$B$BWhat we have discovered is a veritable goldmine of research notes about the crystals from the \"diamond\" mountain, Oshu\'gun. It would seem that everything in this region carries with it some residual powder of the Oshu\'gun crystals. If you find any powder while adventuring in this region, return it to me and I shall reward you with a token of my appreciation which you may use to make purchases from the quartermaster.','Chief Researcher Amereldine at Halaa wants 10 Oshu\'gun Crystal Powder Samples.','Wonderful, $N. This will help us in our battle against the Alliance filth that have surfaced in the Outland.','The crystalline powder from the mountain is infused within the earthen core of this region.$B$B','','','','','',26042,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26044,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(10075,10958,3518,0,136,64,67,41,0,0,0,0,0,0,0,0,0,0,0,0,'Oshu\'gun Crystal Powder','','','I am always accepting crystal powder contributions, $N. You will be compensated for each set of samples that you recover.','This base was the primary draenei research facility for the study of naaru crystals.$B$BWhat we have discovered is a veritable goldmine of research notes about the crystals from the \"diamond\" mountain, Oshu\'gun. It would seem that everything in this region carries with it some residual powder of the Oshu\'gun crystals. If you find any powder while adventuring in this region, return it to me and I shall reward you with a token of my appreciation which you may use to make purchases from the quartermaster.','','','','','',26042,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26044,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',10074,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,4),(10076,10958,3518,0,136,64,67,41,0,0,0,0,0,0,0,0,0,0,0,0,'Oshu\'gun Crystal Powder','This base was the primary draenei research facility for the study of naaru crystals.$B$BWhat we have discovered is a veritable goldmine of research notes about the crystals from the \"diamond\" mountain, Oshu\'gun. It would seem that everything in this region carries with it some residual powder of the Oshu\'gun crystals. If you find any powder while adventuring in this region, return it to me and I shall reward you with a token of my appreciation which you may use to make purchases from the quartermaster.','Chief Researcher Kartos at Halaa wants 10 Oshu\'gun Crystal Powder Samples.','Wonderful, $N. This will help us in our battle against the Horde filth that have surfaced in the Outland.','The crystalline powder from the mountain is infused within the earthen core of this region.','','','','','',26043,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26044,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(10077,10958,3518,0,136,64,67,41,0,0,0,0,0,0,0,0,0,0,0,0,'Oshu\'gun Crystal Powder','','','I thank you for your contribution, $N. Should you find more, you know where to bring them!','This base was the primary draenei research facility for the study of naaru crystals.$B$BWhat we have discovered is a veritable goldmine of research notes about the crystals from the \"diamond\" mountain, Oshu\'gun. It would seem that everything in this region carries with it some residual powder of the Oshu\'gun crystals. If you find any powder while adventuring in this region, return it to me and I shall reward you with a token of my appreciation which you may use to make purchases from the quartermaster.','','','','','',26043,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26044,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',10076,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,4),(10078,10958,3483,0,128,58,61,0,1101,0,0,0,0,0,0,0,0,0,26002,1,'Laying Waste to the Unwanted','Now that we\'ve gotten our salvage operation off the ground, it\'s time to begin the second phase of the plan.$B$BAcross the Path of Glory, the Horde still has their old blade throwers trained on us. Don\'t let their age fool you, $N, they\'re still very dangerous. Much as we\'re working to reclaim what we can, we can\'t assume the Horde is going to dismantle their weaponry.$B$BTake this torch and burn the remaining siege equipment. I\'ll take no chances with Honor Hold\'s safety.','Use the Flaming Torch to burn the Horde Blade Throwers overlooking the Path of Glory. Then, bring the Flaming Torch to Dumphry in Honor Hold.','That\'s the spirit!$B$BI\'m glad we finally got some reinforcements, but I\'m not so sure about their attitude toward the Horde. Where I come from, anyone with a weapon pointed at you is an enemy and needs to be dealt with like one!','You seem to be in good spirits. Has burning Horde siege machinery put the spring back in your step?','','Eastern Thrower Burned','Central Eastern Thrower Burned','Central Western Thrower Burned','Western Thrower Burned',0,0,26002,0,0,0,0,0,1,0,0,0,18818,21237,19009,21236,1,1,1,1,32979,32979,32979,32979,0,0,0,0,29928,29930,29934,29941,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10055,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,4,1,1,0,0,0,0,0,1,0,0,5),(10079,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10099,0,0,'When This Mine\'s a-Rockin\'','The mine\'s been overrun by a plague of gan\'arg misfits!$B$BNot only did they run all my workers out of the tunnels, but they\'re pounding away in there night and day! To make things worse, now I\'ve got Danath on me back! He says he\'s going to take away me ale ration if I don\'t get this taken care of soon!$B$BNone of the miners\'ll go in there, and the guards are busy drinking themselves silly.$B$BI\'m begging you, $N, help me here. Danath can take me dignity, but he\'ll never take me ale!','Kill 12 Gan\'arg Sappers and return to Foreman Biggums.','By Bronzebeard\'s bronze... beard, you\'ve done it! You\'re a hero, $N.','Tell me the shaking\'s over and my boys can get back to work... please?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18827,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,3,4,1,1,0,0,0,0,0,1,0,0,5),(10080,10958,3483,0,136,255,61,0,0,0,0,0,0,0,0,0,0,10083,0,0,'Forge Camps of the Legion','If you\'ve spoken to Humphry, he\'s undoubtedly told you that he finds the infestation in the mines a minor annoyance, but I know it for what it is: a symptom of a larger evil.$B$BTo the northeast of the Horde outpost of Thrallmar, the Legion\'s minions labor night and day on something, but what is it?$B$BNone of the scouts I\'ve dispatched to the camps have ever returned. The time for subtlety has passed, $N. Fight your way into Forge Camp: Rage and find out just what the Legion is up to.','Kill 10 Gan\'arg Servants, 5 Forge Camp Legionnaires, and 5 Sisters of Grief, then search Forge Camp: Rage for evidence of the Legion\'s intentions.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16947,16954,16960,0,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10081,10958,3518,0,136,66,68,0,690,0,0,0,0,0,0,0,0,10082,0,0,'To Meet Mother Kashur','Do not be alarmed by what you might see once the effect has taken hold! These spirits are all around us - always. The potion allows your mind to be able to understand and ultimately see the spirits. You will need to be under its influence if you are to speak with Mother Kashur.$B$BYou will find her a great ways to the southwest, at the Ancestral Grounds.\n','Greatmother Geyah wants you to speak with Mother Kashur.','The potion that you drank has no real effect. You can only see a spirit if they allow it. The potion is merely a symbol of your belief and dedication. It was a test and you passed... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10045,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10082,10958,3518,0,136,66,68,0,690,0,0,0,0,0,0,0,0,10085,0,0,'The Agitated Ancestors','Do you see them walking around us? The Ancestral Grounds are normally quiet and undisturbed.$B$BAs of late, the ancestral spirits have risen and are extremely agitated. Something is causing a great disturbance to the spirits. We must discover what that something could be, but first, we must put the immediate threat to rest.$B$BThese ghosts that you see walking about are not truly the ancestors but a representation of their state of being. You must destroy the agitated orc spirits. Do this and return to me.','Mother Kashur has asked that you put to rest 8 Agitated Orc Spirits.\n','It\'s no use. They continue to rise. There must be something more insidious underway.','You do not need a potion to see spirits, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18043,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10081,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10083,10958,3483,0,128,255,61,0,0,0,0,0,0,0,0,0,0,10084,0,0,'The Legion\'s Plans','You make a copy of the glowing glyphs etched into the ground, but without the second half, the diagram doesn\'t make sense.$B$BField Marshall Rohamus mentioned another camp to the west, Forge Camp: Spite. Could that be where the Legion is keeping the other half of the plans?$B$BIf the Legion has undertaken a massive production campaign, assembling at multiple sites would make sense.','Retrieve the Forge Camp: Spite Plans and return them to Field Marshal Rohamus at Expedition Point.','','','','','','','',0,27419,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,350,0,0,0,0,0,0,40000,0,0,0,0,0,0,0,0,0,0,73200,0,0,0,0,'',10080,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10084,10958,3483,0,136,255,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault on Mageddon','With the skills of the mo\'arg engineers and an endless supply of their gan\'arg minions, they\'ll begin churning out fel reavers before we can get word to Nethergarde.$B$BWe have no choice but to move against them as soon as possible. We cannot strip Honor Hold\'s defenses to support you in this offensive, for to do so would be suicide. The fel orcs and the Horde will pounce on us at the first sign of weakness.$B$BHonor Hold has stood for 20 years, and we don\'t intend to lose it now.','Kill Nightlord Malphas at Forge Base: Mageddon, and report to Force Commander Danath Trollbane at Honor Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18838,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25995,25996,25994,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,350,0,0,0,0,0,0,60000,0,0,0,0,0,0,0,0,0,0,88200,0,0,0,0,'',10083,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10085,10958,3518,0,136,66,68,0,690,0,0,0,0,0,0,0,0,10101,0,0,'A Visit With The Ancestors','I need for you to journey to the villages of the ancestors, $N. Seek each one out and see if the ancestors remain.$B$BVisit Sunspring Post to the north, visit the Laughing Skull Ruins far to the north against the mountains, visit Garadar to the northeast, and finally, visit the Bleeding Hollow Ruins on the borders of Nagrand and the Terokkar Forest, to the east.$B$BReturn to me once you have observed the ancestors in their homes.','Mother Kashur at the Ancestral Grounds in Nagrand has asked that you Visit Sunspring Post, Visit Laughing Skull Ruins, Visit Garadar and Visit Bleeding Hollow Ruins.','This is very troubling. You say that none of the ancestors were at their villages? That they were all moving south?','Move as the wind, $N.','','Visit Sunspring Post','Visit Laughing Skull Clan Ruins','Visit Garadar','Visit Bleeding Hollow Clan Ruins',0,0,0,0,0,0,0,0,0,0,0,0,18840,18841,18842,18843,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10082,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10086,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10087,0,0,'I Work... For the Horde!','Would you believe it? These orcs hired me to help them shore up damaged fortifications and build explosives. What a dream job! It\'s too bad we\'re so short on materials, but a clever goblin like myself learns how to make do!$B$BCan you help me? I need salvaged wood and metal from the ruined battlements along the Path of Glory. Go down there and salvage, and watch out for those red-skinned orcs!$B$BWhen you\'re done, come back for big rewards!','Bring 8 pieces of Salvaged Metal and 8 pieces of Salvaged Wood to Megzeg Nukklebust in Thrallmar.','This stuff is great! A little bent and a little burnt, but I\'ve never let low grade materials stop me from making precision high explosives.$B$BThanks, $N. You really have an eye for quality trash!','So how did the salvage mission go? Did you find anything useful?','','','','','',25912,25911,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29931,29938,29943,29945,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10087,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,0,27479,1,'Burn It Up... For the Horde!','I\'m a lucky, lucky goblin. I get to make explosives and killing machines, knowing they\'ll be used immediately on important missions!$B$BSpeaking of missions, I just got one from Thrallmar command: burn the Alliance cannons on the far side of the Path of Glory... the ones pointing dangerously close to Horde fortifications. Take this torch and make your way to each cannon. Fire the torch and watch the sparks fly!','Use the Flaming Torch to burn the Eastern Alliance Cannon and the Western Alliance Cannon, and then return to Megzeg Nukklebust in Thrallmar.','I thought so! I couldn\'t quite make out the destruction from here, but I can imagine how it must have looked. Splendid!$B$BWell done, $N. Thrallmar command will be happy to hear of your success!','I\'ve been looking for the telltale signs of burning cannons -- smoke plumes, or the cries of burning fel orcs...$B$BAny luck on your mission?','','Eastern Cannon Burned','Western Cannon Burned','','',0,0,27479,0,0,0,0,0,1,0,0,0,18849,19008,0,0,1,1,0,0,33067,33067,0,0,0,0,0,0,29928,29930,29934,29941,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10086,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10088,10958,3483,0,136,255,61,0,690,0,0,0,0,0,0,0,0,10100,0,0,'When This Mine\'s a-Rockin\'','The mine\'s been overrun by a plague of gan\'arg misfits, and on top of that, the peons have decided that this is a fine time for a nap! I don\'t know how they can sleep through all the disturbances coming from the mine, but that\'s the least of my problems.$B$BIf we don\'t get rid of those gan\'arg pests soon, Thrallmar\'s supply of ore and other minerals will be cut off. I\'ve already asked Watch Commander Krunk for help, but he says he can\'t spare the men with the town under constant attack. Will you help?','Kill 12 Gan\'arg Sappers and return to Foreman Razelcraz.','At last! Now, I don\'t suppose you\'re willing to bop a few peons on the head, or will that cost extra?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18827,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10089,10958,3483,0,136,255,61,0,0,0,0,0,0,0,0,0,0,10090,0,0,'Forge Camps of the Legion','Thrallmar has been subjected to bombardment from the Legion Camps since its establishment. We\'ve managed to hold out so far, but the situation is getting more desperate with every day.$B$BShadow Hunter Ty\'jin has made several attempts to learn more about the camps, but none of his scouts ever returned.$B$BThe time for subtlety has passed, $N. Fight your way into Forge Camp: Rage and find out just what the Legion is up to.','Kill 10 Gan\'arg Servants, 5 Forge Camp Legionnaires, and 5 Sisters of Grief, then search Forge Camp: Rage for evidence of the Legion\'s intentions.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16947,16954,16960,0,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73200,0,0,0,0,'',10386,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10090,10958,3483,0,128,255,61,0,0,0,0,0,0,0,0,0,0,10092,0,0,'The Legion\'s Plans','You make a copy of the glowing glyphs etched into the ground, but without the second half, the diagram doesn\'t make sense.$B$BThe glyphs indicate that another camp to the west, Forge Camp: Spite, is also involved in the project. Could that be where the Legion is keeping the other half of the plans?$B$BIf the Legion was forging something truly monstrous, assembling it at multiple sites would make sense.','Retrieve the Forge Camp: Spite Plans and return them to Overlord Hun Maimfist at Reaver\'s Fall.','','','','','','','',0,27419,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,40000,0,0,0,0,0,0,0,0,0,0,73200,0,0,0,0,'',10089,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10091,10958,3688,0,136,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Soul Devices','Gah! They\'ve been torturing me, trying to get me to tell them everything that I know.$B$BI failed - they fed the others to Hellmaw, and I was to be next. But I told them nothing!$B$BThey\'re crazy! They\'re hell-bent on summoning demonic forces that they have no way of controlling!$B$BThey\'re using special devices to make their soul shards, and their summoning, more powerful. You must steal these devices!$B$BI would join you, but I must return to Shattrath City to report to the Lower City\'s spymistress.','Steal 5 Soul Devices and deliver them to Spymistress Mehlisah Highcrown at the Terrace of the Light in Shattrath City.','To\'gun was here earlier giving me his report. He should have stayed with you to help!$B$BI sent him back out there to assist Grik\'tha. I think they make a cute couple.$B$BSo, these are the soul devices that the Shadow Council were using to enhance their summoning power? They look dangerous to me ','Yes? What can I do for you, $C?','','','','','',27480,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28174,28171,28170,28167,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,350,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10178,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,1000,1000,0,3,273,1,1,0,0,1000,1000,0,6,0,0,8),(10092,10958,3483,0,136,255,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault on Mageddon','With the skills of the mo\'arg engineers and an endless supply of their gan\'arg minions, they\'ll have churned out a fleet of fel reavers before we can get word to Orgrimmar.$B$BWe have no choice but to move against them as soon as possible. I cannot use Thrallmar\'s garrison to support you, since it would leave us too vulnerable.$B$BThere are any number of opportunists, the Alliance notwithstanding, who would eagerly pounce on our unprotected outpost. Do not fail, $N. Too much depends on you.','Kill Nightlord Malphas at Forge Base: Mageddon, and return to Overlord Hun Maimfist at Reaver\'s Fall.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18838,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25995,25994,25996,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,60000,0,0,0,0,0,0,0,0,0,0,88200,0,0,0,0,'',10090,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10093,10958,3483,0,136,58,63,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Temple of Telhamat','Fortunately, the Path of Glory is not the only trace of my people in these lands. To the west, a few of our holy sites survive, although some have been overrun.$B$BWhile Velen prepared for the journey that would lead him to Azeroth, those of us who would remain behind sought to reestablish a presence at our holy places.$B$BIn the western part of the Hellfire Peninsula, you will find a small group of draenei at the Temple of Telhamat, led by Amaan the Wise. I am certain he\'d be interested in meeting you.','Speak with Amaan the Wise at the Temple of Telhamat in western Hellfire Peninsula.','Ah, so you\'ve met Seer Kryv. He is a wise and gifted man and any $r he would name a friend is also a friend of mine.$B$BMake yourself comfortable and introduce yourself to the others who call the temple home.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',10047,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,0,0,2),(10094,10958,3688,0,136,68,70,81,0,0,0,0,0,0,0,0,0,10095,0,0,'The Codex of Blood','It has been two years since the Shadow Council summoning that resulted in the explosion of this once-great mausoleum, and the formation of the Bone Wastes.$B$BNow they are at war with an unbelievably powerful force on the inside.$B$B$N, you must make your way into the Shadow Labyrinth to determine what they are up against, and to see if it poses a threat to us. Our spies speak of their use of a forbidden book of unholy summoning, known only as the Codex of Blood.$B$BSeek your answers within its pages.','Read from the Codex of Blood in the Shadow Labyrinth of Auchindoun.','Opening the magically suspended tome, a sense of dread overwhelms you.$B$BSomething is most definitely wrong here!$B$BYou read on, but what you read seems unbelievable!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10177,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(10095,10958,3688,0,136,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Heart of the Labyrinth','The Shadow Council has lost control of the cosmic being that they summoned here almost two years ago! It is what caused the explosion of Auchindoun, and the creation of the Bone Wastes beyond.$B$BKnown only as Murmur, it threatens to overrun the Shadow Council and break free into the outside world!$B$BWith the grandmaster, and the rest of their leadership dead, you are Outland\'s last hope against this monstrosity!$B$B$N, you know at the core of your being that you and your companions dare not fail!','Destroy Murmur and inform Spymistress Mehlisah Highcrown at the Terrace of Light in Shattrath City of the events that have transpired inside the Shadow Labyrinth.','Murmur almost broke free?! They\'ve had that thing contained in there for two years... I wonder what they did wrong to lose control over it after all this time?$B$B$N, by putting that beast down you\'ve likely saved all of us! I cringe to think what would have happened to all of us here, and the rest of Outland, if that thing had somehow managed to break free!$B$BI\'m glad you helped us to take matters into our own hands and deal with the Shadow Council threat at Auchindoun. How can we ever reward you?','$N, you bring news from the Shadow Labyrinth? Is the danger there finally dealt with?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28179,28178,28177,28176,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10094,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,2,0,0,1000,1000,0,0,0,0,8),(10096,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Saving the Sporeloks','Ikeyen\'s been telling me stories about what happened to him down in those caves and I think it\'s just awful!$B$BYou know, maybe we should do something to help out those poor sporeloks. Ikeyen says that they live there in the Funggor Cavern, but that the marsh beasts have recently invaded.$B$BWhy don\'t you go down there and see if you can clear some of those marsh beasts out? It\'s just to the southwest.','Slay 10 Marsh Dredgers and 10 Marsh Lurkers, and then return to Lauranna Thar\'well at the Cenarion Refuge in Zangarmarsh.','Good! Those marsh beasts have no right to invade the home of the sporeloks!$B$BIt would be better if these creatures would learn to live in harmony, but when that\'s not possible, we\'ll be here to take care of the situation!$B$BHere, please take one of these as thanks for your help.','What? Back so soon? How did it go?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18137,18136,0,0,10,10,0,0,0,0,0,0,0,0,0,0,27717,31657,27715,31658,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9747,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,0,1000,0,3,5,274,1,0,0,1000,1000,0,1,6,0,5),(10097,10958,3688,0,136,65,69,81,0,0,0,0,0,0,0,0,0,0,0,0,'Brother Against Brother','The Sethekk departed Skettis with great fanfare when Auchindoun exploded. Surely it must\'ve been an omen of our master\'s arrival.$B$BMy brother, Syth, was one of their leaders and told us we were obligated to go into the temple ruins and face our god.$B$BAfter we took up residence in the ruins, calling them the Sethekk Halls, I began to doubt my brother and his ally, Ikiss.$B$BIn time, Syth had me cast out of the Halls, but he refused to let me take our sister Lakka with me. Will you help me rescue her?','Kill Darkweaver Syth in the Sethekk halls, then free Lakka from captivity. Return to Isfar outside the Sethekk Halls when you\'ve completed the rescue.','I can\'t thank you enough, $N. Knowing that Lakka is free means I can cut the rest of my ties to the Sethekk.$B$BPart of me will never forgive myself for Syth\'s death, but it had to be done. When I reach Skettis, I will perform the death rites for him. Perhaps his spirit will find rest once it has atoned for leading our people astray.','Did you find her, $N? Was she still being held within the halls?','','','Free Lakka','','',0,0,0,0,0,0,0,0,0,0,0,0,18472,18956,0,0,1,1,0,0,0,0,0,0,0,0,0,0,29333,29334,29335,29336,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,350,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,147600,0,0,0,0,'',10180,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,8),(10098,10958,3688,0,136,65,69,81,0,0,0,0,0,0,0,0,0,0,32888,1,'Terokk\'s Legacy','My people honor an ancient hero named Terokk. Arakkoa hatchlings are regaled with stories of his deeds and descriptions of his beautiful plumage.$B$BHe dwelt among my people for hundreds of years, but mysteriously vanished one day, leaving only his mask, spear, and writings behind.$B$BThe relics are cherished by the arakkoa, but they were heartbroken when the Sethekk bore the objects away from Skettis at their departure.$B$BI have written down what little I know about their location within the halls.','Bring Terokk\'s Mask, Terokk\'s Quill, and the Saga of Terokk to Isfar outside the Sethekk Halls.','I may never truly be forgiven for my role in the crimes of the Sethekk, but perhaps by restoring the relics of Terokk to my people, I can begin to redeem myself.$B$BThank you for helping me in this, $N. You have no idea of the magnitude of what you\'ve done this day.','The relics of Terokk have been absent from Skettis for too long. Were you able to recover them from the Sethekk?','','','','','',27634,27633,27632,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29330,29332,29329,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,147600,0,0,0,0,'',10097,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,8),(10099,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Mastermind','Those infernal gan\'arg keep scurrying into the mine! For each one you kill, two or three more seem to take its place!$B$BThere\'s got to be someone down there in the deepest reaches of the mine directing the incursion. You seemed to do well against them last time, and Light knows you\'re the only one brave enough to venture back into the mine. Find out who\'s responsible for this disturbance and make him pay!','Locate and kill Z\'kral in the mines beneath Honor Hold, then report back to Foreman Biggums.','I\'m glad you managed to take care of, of... what did you say he called himself? Z\'kral?$B$BFrom your description, it sounds more like an \'it\' than a \'him\' but all that matters is it\'s dead.','I\'m almost afraid to ask. Seeing you come out of the mine alive means one of two things: either you killed the bastard, or you lost your nerve. Well, which is it?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18974,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25984,25982,25983,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10079,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(10100,10958,3483,0,136,255,61,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Mastermind','Don\'t get me wrong, $N, I\'m glad that you agreed to help with the mines, but for every sapper you killed, I swear two more appeared.$B$BI\'ve been giving Watch Commander Krunk an earful, but he\'s still refusing to send me any help. He keeps muttering something under his breath about helboars. If I wasn\'t so sure he\'d hit me, I\'d tell him this is no time to be thinking about ribs!$B$BAnyway, it looks like there\'s someone down there deep in the mines directing this whole thing. Find him and kill him!','Locate and kill Urga\'zz within the mines beneath Thrallmar, then return to Foreman Razelcraz.','Hopefully, getting rid of their overseer will cause the leftovers to panic and break. Should be easy cleanup for my boys, once I\'ve found a way to keep them awake, that is.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18976,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25983,25982,25984,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10088,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10101,10958,3518,0,136,66,68,0,690,0,0,0,0,0,0,0,0,10102,0,0,'When Spirits Speak','Oshu\'gun - the diamond mountain - was once sacred to my people. It was there that the clans would gather every year to celebrate the springtime festival. It was there that our shaman communed with the honored ancestors. It was the center of our culture - until the shadows overtook us. When the clans became a horde, the spirits of Oshu\'gun fell silent. The ancestors turned their backs on us.$B$BYet something now draws them from their rest. Venture to Oshu\'gun and discover what could trouble the spirits so.','Mother Kashur at the Ancestral Grounds in Nagrand has asked that you seek out the vision you had. Find K\'ure in Oshu\'gun.','$B$BI am K\'ure of the naaru, $N. You stand within the heart of my ancient vessel.$B$BOshu\'gun, as the orcs named it, is the ship that first brought the draenei to this world. Though we fell from the heavens and crashed here many hundreds of years ago, my weakened energies have remained trapped within this wreckage. Regrettably, I am the source of the orc spirits\' pain.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,935,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10085,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10102,10958,3518,0,136,66,68,0,690,0,0,0,0,0,0,0,0,10167,0,0,'A Secret Revealed','As my energies bled away over the centuries, a void slowly grew in my place - devouring the souls of those nearby. Helplessly, I watched as generations of orc souls were drawn into the vortex. Recently, my enemies harnessed the vortex and used it to draw countless void minions into their Burning Legion.$B$BNow, the key to ending this cycle and freeing the orc spirits lies with another naaru - A\'dal. I have sensed his essence within the ancient city of Shattrath in the Terokkar Forest.','Speak with A\'dal in Shattrath City.','K\'ure was wise to send you here. While we cannot assist you with the suffering of the orc ancestors, there is one that can.$B$BOne that is soon to be reborn of Light...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,935,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10101,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10103,10958,3483,0,136,61,61,0,690,0,0,0,0,0,0,0,0,0,0,0,'Report to Zurai','With the arrival of Field Commander Romus and his forces, the Alliance and their draenei friends have grown bold. They\'re militarizing every old draenei ruin from here to Shattrath.$B$BIn response, the trolls have established a new outpost in the eastern part of Zangarmarsh, just south of the Dead Mire. Swamprat Post, they\'re calling it. I\'m glad they have a sense of humor about living in a place like that, because I wouldn\'t relish it.$B$BThe post\'s commander has asked me to send anyone I can spare.','Report to Zurai at Swamprat Post in Zangarmarsh.','To be honest, I had expected more, but you\'ll have to do. Welcome to Swamprat Post.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,11,1,1,0,0,0,0,0,1,0,0,2),(10104,10958,3521,0,136,62,62,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Concerns About Tuurem','The rumors from Tuurem are unsettling. Some say the town\'s ruins are overrun with crazed Broken and Lost Ones, while opportunistic artifact hunters steal draenei relics.$B$BIt\'s hard to know which are true and which aren\'t, but we have a responsibility to safeguard the ruins as best we can. Find Andarl at the Allerian Stronghold in Terokkar Forest. He is something of a student of magical relics. More than anyone else, he\'s likely to know what\'s going on there.','Speak with Andarl at the Allerian Stronghold in Terokkar Forest.','I\'m flattered that your Broken friend considers me a scholar of his people\'s relics, but to be honest, I haven\'t had much chance to study them since my arrival here. It was certainly my intent, but when I arrived, I found that there were other matters that required my attention.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'9793',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10105,10958,3521,0,136,62,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'News for Rakoria','Now that Swamprat Post is complete, our control of the roads in and out of the marsh is much less tenuous. Our presence in Terokkar Forest is much less secure. Even so, at Stonebreaker Hold, Rakoria awaits word of our progress.$B$BShe\'s sharp and capable, $N, but be careful around her. She\'s got a lot of goods she\'s eager to move along the roads, but don\'t assume she\'s got our best interests at heart. Rakoria goes where she believes there\'s profit to be found.','Speak with Rakoria at Stonebreaker Hold in Terokkar Forest.','I\'d hoped his men would have the outpost complete sooner, but it\'s not costing him money. Still, it\'s progress.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10106,10958,3483,0,4232,55,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','The Hellfire Citadel wages constant battles with our forces. We are holding our own so far, but we can\'t yet launch a real offensive against them. To do that, we need forward staging areas.$B$BOur scouts identified three fortifications near Hellfire Citadel. We want you to help secure these forts. Capture each fort, and then report back to me.$B$BMay fortune shine upon you in the conflicts ahead, $N, for you will no doubt clash with Horde forces eager to gain these same fortifications.','Capture the Overlook, the Stadium and Broken Hill, then return to Warrant Officer Tracy Proudwell in Honor Hold in Hellfire Peninsula.','Well done, $N. Your actions in the field are instrumental in our battle for Hellfire Peninsula.','$N, return to me when you have aided in the capture of each of the forts!','','Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,19028,19029,19032,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,0,3,0,0,0,946,0,0,0,0,0,150,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10107,10958,3518,0,138,64,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'Diplomatic Measures','Kilrath sends news of the Boulderfist leader: He is an orc! An ancient orc that passed through the Dark Portal in the time of our fathers and has since returned to his homeland. I wish for you to track down this orc and try to convince him to pull back the Boulderfist ogres. He resides on an upper platform in the Burning Blade Ruins to the southeast near the border of Terokkar. Good luck, $N!$B$BBe warned, he is a blademaster...','Jorin Deadeye at Garadar in Nagrand has asked that you find and speak with Lantresor of the Blade in the Burning Blade Ruins.','So what is your decision? Will it be war or will you lend your assistance?','','Hear the Tale of the Blademaster','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51300,0,0,0,0,'',9907,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(10108,10958,3518,0,138,64,66,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Diplomatic Measures','The huntress\'s agents send news of the Boulderfist leader: He is an orc! An ancient orc that passed through the Dark Portal in the time of our fathers and has since returned to his homeland. I wish for you to track down this orc and try to convince him to pull back the Boulderfist ogres. He resides on an upper platform in the Burning Blade Ruins to the east. Good luck, $N!$B$BBe warned, he is a blademaster...','Mo\'mor the Breaker at Telaar in Nagrand has asked that you find and speak with Lantresor of the Blade in the Burning Blade Ruins.','So what is your decision? Will it be war or will you lend your assistance?','','Hear the Tale of the Blademaster','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51300,0,0,0,0,'',9922,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,0,0,4),(10109,10958,3518,0,136,64,66,0,0,0,0,0,0,0,0,0,0,10111,0,0,'I Must Have Them!','Do you see them?? By Gazlowe\'s horrific halitosis, I will have those eggs! Say, you look like you might be of some use.$B$BI\'ll tell you what, $r; if you gather a few items for me to make my Jump-a-tron 4000 functional, I\'ll give you a key that will let you operate the machine as well! What can you do with a Jump-a-tron 4000 you say? What can\'t you do is more like it...$B$BI\'ll need air elemental gas from the air elementals of Nagrand. They\'re all over the place so don\'t ask me where to find \'em!','Wazat across from Clan Watch in southern Nagrand wants you to bring him 3 Air Elemental Gases.','Excellent! Now just a few adjustments and this thing will be as good as new. Oh yes, your key! Here you go.$B$BBy the way, the Jump-a-tron still has a few kinks that I need to work out. Um, just be careful.\r\n','Got gas?','','','','','',27807,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27808,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,4,0,0,0,0,3,4,1,1,0,0,0,0,0,6,0,0,5),(10110,10958,3483,0,4232,55,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','The fel orcs of Hellfire Citadel must be scoured from our birthland! To attack them, we must first secure forward staging points near the Citadel.$B$BOur outrunners found three fortifications that will suit this purpose, but the Alliance has the same idea and even now sends forces to take them!$B$BWe want you to stop the Alliance and capture these forts. Aid in the capture of each fort and then return to me.$B$BFor the Horde!','Capture the Overlook, the Stadium and Broken Hill, then return to Battlecryer Blackeye in Thrallmar.','Nice work, $N. I could almost hear the battles waged at those forts. I wish I was there to see them!','Return to me after you have helped capture each fort!','','Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,19028,19029,19032,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24581,0,0,0,3,0,0,0,947,0,0,0,0,0,150,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',10124,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(10111,10958,3518,0,136,64,66,1,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Me The Egg!','Now that you\'ve been initiated, I want you to get me that egg! Use the Jump-a-tron and try to hit the nest dead center. But be careful! Bodily injury or serious permanent damage may occur from a bad jump.','Wazat in Nagrand wants you to use the Jump-a-tron 4000 to get to the nest in the nearby tree and steal the Mysterious Egg.','Well, it\'s no egg... Hey! I love chicken too! I\'ll just chomp right through this ginourmous talon! Thanks! ','Did I mention my love for eggs? Completion','','Attempt to Steal Egg','','','',0,0,0,27841,0,0,0,0,0,1,0,0,-183147,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28030,28032,28031,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,84900,0,0,0,0,'',10109,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,5,0,0,6),(10112,10958,3519,0,136,62,64,0,0,0,0,0,0,0,0,0,0,9990,0,0,'A Personal Favor','Hmmm? A box you say? Or was it several? Do you know what material the box was constructed from?$B$BAnd what was the name of this merchant? Empoor? Are you certain that he\'s one of the Broken? I don\'t do much business with their kind.$B$BPerhaps my memory would be jogged if you were to do me a favor?$B$BThe Skithian arakkoa - primitive casters that they are - recently stole a huge shipment of my more exotic goods. I want it all back!$B$BYou can find Veil Skith just to the south of Shattrath City.','Retrieve 5 of Lathrai\'s Stolen Goods. Return them to Wind Trader Lathrai near the World\'s End Tavern in the Lower City section of Shattrath City.','Yes, indeed, I do believe that it\'s all getting clearer now.$B$BAnd I think that your diligence in this matter deserves more than just the information that you seek.','Hmm, is my memory improving?','','','','','',27861,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25927,25926,25928,31724,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9979,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10113,10958,3518,0,136,64,65,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Nesingwary Safari','\"Go out and find us some supplies,\" he said. I was nearly killed about 15 times before I found this place! These Broken might not be the most hospitable bunch but at least they\'re not trying to tear my skin from my bones.$B$BAnyway, I\'m not going back. My days of huntin\' big game are over. If you end up heading northeast towards Zangarmarsh and run into the Nesingwary Safari, let them know that \"Shotgun\" quit. $B$BHey, maybe you can take my place! Good luck, stranger.\n','\"Shotgun\" Jones wants you to speak with Hemet Nesingwary at the Nesingwary Safari on the outskirts of northeast Nagrand.\n','I suppose we\'ll have to find a replacement water boy. Say, you look like a powerful $C. Interested in a job? Or did you come for the hunt?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(10114,10958,3518,0,136,64,65,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Nesingwary Safari','These orcs have never seen a tauren before - if you can believe such a thing. If it weren\'t for Captain Kroghan, they would have probably been serving me for their next meal right about now.$B$BBut where are my manners? I am Ohlorn Farstrider, hunter extraordinaire! I am part of the Nesingwary expedition that came up here from Azeroth in search of big game. If you are interested in the hunt, perhaps you should visit my crew at the Nesingwary Safari, due east of here near the border of Zangarmarsh.\n','Ohlorn Farstrider wants you to speak with Shado \'Fitz\' Farstrider at the Nesingwary Safari in Nagrand.','I am relieved to hear that he is safe. Have you come to join the hunt?\r\n','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,0,0,1),(10115,10958,3521,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Daggerfen Deviance','The Kurenai and the draenei don\'t always see eye to eye, particularly on the issue of the Lost Ones. We are content to help the Lost Ones who seek us out, but we won\'t pursue them. Some draenei are intent on \'redeeming\' them all.$B$BHowever, there are times when even the Lost Ones go too far, such as the Daggerfen. In their village to the west, they dabble in poisons and deceit, arts that come unnaturally to us.$B$BWe must put an end to this before the vile Daggerfen can extend their influence.','Slay 3 Daggerfen Assassins and 15 Daggerfen Muckdwellers.','You have done well, $N. The Daggerfen are beyond redemption by anyone\'s standards, but I\'m not certain that the draenei would\'ve acted with the proper speed in this situation.','Have you seen what the Daggerfen have done? Now you understand why we must isolate them from the other Lost Ones.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18116,18115,0,0,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10116,10958,3521,0,136,58,64,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Chieftain Mummaki','Wanted: Chieftain Mummaki - leader of the foul and degenerate Lost One tribe of the Daggerfen, for his brutal attacks against the Orebor Harborage.$B$BThe chieftain and his band of assassins are responsible for the deaths of numerous Kurenai and draenei and should only be approached by seasoned combatants.$B$BTravelers are advised to avoid the Daggerfen Village area to the west of the Orebor Harborage.$B$BTo claim the bounty, present proof of the chietain\'s demise to Ikuti.','Bring Chieftain Mummaki\'s Totem to Ikuti at the Orebor Harborage.','Remarkable! There have been others who tried to claim the bounty, but they never returned. It\'s not hard to figure out what happened to them.$B$BI\'m relieved that we\'ll no longer be troubled by Mummaki and his degenerates.','So you wish to claim the bounty on Chieftain Mummaki?','','','','','',27943,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10117,10958,3521,0,136,58,64,1,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Chieftain Mummaki','Wanted: Chieftain Mummaki - leader of the foul and degenerate Lost One tribe of the Daggerfen, for his brutal attacks against Zabra\'jin and its inhabitants.$B$BThe chieftain and his band of assassins are responsible for the deaths of numerous scouts and messengers and should only be approached by seasoned combatants.$B$BTravelers are advised to avoid the Daggerfen Village area to the northwest of Zabra\'jin.$B$BTo claim the bounty, present proof of the chietain\'s demise to Shadow Hunter Denjai.','Bring Chieftain Mummaki\'s Totem to Shadow Hunter Denjai.','You have my thanks, $N. I was beginning to think that I was going to have to take a substantial part of the garrison up there and deal with Mummaki myself. Of course, there\'s no telling what might have happened to Zabra\'jin then.','So you wish to claim the bounty on Chieftain Mummaki?','','','','','',27943,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10118,10958,3521,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message to the Daggerfen','Of all the Lost One tribes in Zangarmarsh, the Daggerfen are the most cunning and most aggressive. They are highly organized and make no secret of the fact that they desire control over the other Lost Ones in the marsh.$B$BTheir attacks have already taken quite a toll on my scouts and messengers. I cannot afford to lose any more men.$B$BIf we don\'t act soon, they\'ll have complete control over the roads and Zabra\'jin will effectively be surrounded.','Slay 3 Daggerfen Assassins and 15 Daggerfen Muckdwellers and return to Shadow Hunter Denjai at Zabra\'jin.','I think you\'ve managed to send a fairly strong message to them. Perhaps now, the rest of my men won\'t be so afraid to take the fight to the Daggerfen. Or, if they are, they\'ll find themselves ashamed by their lack of bravery.','The only thing the Daggerfen understand is swift and brutal action. They should know that we will not let them have their way.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18116,18115,0,0,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',9822,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(10119,10958,3483,0,128,58,61,0,1101,0,0,0,0,0,0,0,0,10288,0,0,'Through the Dark Portal','For 20 years the Dark Portal has remained a silent monument - a eulogy to a time long since forgotten.$B$B$B$BI never thought to see this day, yet here we stand, looking into the abyss.$B$BOn the other side of this gate we are locked in a savage war - a war that we cannot win without support. You must go through the Dark Portal and help our troops, $c.$B$BReport to Commander Duron at once. He awaits you in Outland...','Travel through the Dark Portal and find Commander Duron. He awaits your arrival on the other side - in the Outland.\n','Welcome to Outland, $N -- welcome to the nightmare! Though the initial Expeditionary Force made it through unscathed, the Legion is attempting to retake the Dark Portal and prevent any of our reinforcements from coming though.$B$BAs much as I\'d like your aid here, our troops and the Horde soldiers are able to fend off the Legion platoons that are attempting to take control of this platform.$B$BWe need you where your talents can best be utilized.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,25,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,2),(10120,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,10289,28024,1,'Arrival in Outland','Aided by the Alliance, my forces will hold the line here, but I need you to deliver my report to General Krakork in Thrallmar. With his help, we\'ll be able to drive these demons back into the abyss that spawned them! Speak to Vlagga Freyfeather who stands on the platform behind us. She\'ll speed you on your way.','Lieutenant General Orion at the Dark Portal in Hellfire Peninsula wants you to bring Orion\'s Report to Vlagga Freyfeather.','So you\'re Orion\'s new messenger? I pray you fare better than the last one he sent, $C. With the Legion pressing in, you\'d never make it to Thrallmar on foot. Say the word, and my faithful wyvern will deliver you there safely.','I saw you speaking with Orion - it must be important business...','','','','','',28024,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',9407,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10121,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10123,0,0,'Eradicate the Burning Legion','Though this land is full of strange new enemies, the Burning Legion is still the greatest threat to our Expedition. One of my most trusted warriors, Sergeant Shatterskull, has been studying the Legion\'s tactics - trying to discern the demons\' true purpose in this land. Seek him out at the supply caravan just outside the southern wall.$B$BAnd $n - be wary of the Legion. Their evil cannot be underestimated.','Speak with Sergeant Shatterskull at the Supply Caravan just outside of Thrallmar, to the east.','No doubt you saw the Legion\'s warriors dotting the landscape on your flight from the Dark Portal. Though we defeated them at the Battle of Mount Hyjal some five years past, the cursed demons just keep coming back for more. If it\'s a challenge they crave, then the Horde will answer in kind!$B$BWe orcs have more than just a score to settle with the Legion. What about you, $N? Shall I tell you of our enemy?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',10291,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10122,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Citadel\'s Reach','Each day, Hellfire Citadel opens its gates, and more fel orcs pour out and into the camps they\'ve established along the ramparts south of the fortress.$B$BI dispatched one of my most capable scouts, Private Imarion, to track their movements, preparations and numbers, but he hasn\'t returned to report his findings.$B$BImarion was to focus his efforts on the northernmost camp along the Southern Rampart, near where it joined the Citadel. Find him, $N. Without his information, we\'re sitting ducks.','Search the northernmost camp along the Southern Rampart for any trace of Private Imarion.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10123,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10124,0,0,'Felspark Ravine','Doom Lord Kazzak commands the Burning Legion in Outland. While we can\'t get to Kazzak - yet - we can and must get to his lieutenants that command Legion troops from the ground.$B$BThey have stationed dreadlords in Felspark Ravine, east of here. They are responsible for these infernal storms that rain down upon our heads. To take them and their minions out would be a great set back to the Burning Legion.','Sergeant Shatterskull at the Supply Caravan east of Thrallmar in Hellfire Peninsula wants you to kill 4 Flamewaker Imps, 6 Infernal Warbringers and 1 Dreadcaller.','Outstanding work, soldier. The frequency of the attacks is sure to lessen - at least until they bring forth more dreadlords.$B$BNow for the bad news: I\'ve got your new orders...','Thrallmar is safe so long as the arcanist and his bloodmages remain at the front.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19434,19136,19261,0,1,4,6,0,0,0,0,0,0,0,0,0,29908,29909,29910,29911,29913,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10121,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10124,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10208,0,0,'Forward Base: Reaver\'s Fall','Your battle prowess has been noted by high command, $c. They want to send you to the front lines to meet up with Maimfist\'s crew. They\'re radicals, devoted to the complete extermination of the Burning Legion, so you may fit right in...$B$BHead east about 200 paces and veer south at the jutting mass of land. You\'ll see Reaver\'s Fall where an old farm used to stand. Once there, you are to report to Foward Commander To\'arch.$B$BNow move out!','Report to Forward Commander To\'arch at Reaver\'s Fall.','So you\'re the one responsible for clearing out Felspark, eh? That\'s good to hear - we need soldiers like you who can take these fiends head on!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,35998,0,0,0,0,0,0,0,5850,0,0,0,0,'',10123,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10125,10958,3483,0,136,58,62,0,0,0,0,0,0,0,0,0,0,0,28478,1,'Mission: Disrupt Communications','Directly east of here is the Legion Front. The front acts as a mobile command station for the Burning Legion. Jutting out of the ground you\'ll see Legion antennas. The Legion uses these to communicate with their forge camps throughout Outland. They also serve as wards to scramble Legion transmissions, making magical surveillance impossible.$B$BI want you to take these explosives and use them to obliterate the antennas. Get all of them, $N. They run south to north on the border of the Legion Front.','Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula has asked that you use To\'arch\'s Explosives and destroy Legion Antenna: Spite, Legion Antenna: Rage, Legion Antenna: Hate, Legion Antenna: Fear.','','','','Legion Antenna: Spite Destroyed','Legion Antenna: Rage Destroyed','Legion Antenna: Hate Destroyed','Legion Antenna: Fear Destroyed',0,0,0,28478,0,0,0,0,0,1,0,0,19276,19277,19278,19279,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10126,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10128,0,0,'Warboss Nekrogg\'s Orders','The orders, signed by \'Warboss Nekrogg,\' order the fel orc patrols stationed at this camp to bring their human prisoner south for interrogation.$B$BLieutenant Amadi mentioned that the Southern Rampart is dotted with fel orc camps. Perhaps the next large section of the wall to the south is where they took Private Imarion.$B$BJudging by the note\'s mention of interrogation, it seems the private\'s fel orc captors see some value in keeping him alive. Pick up the trail before they decide to change their minds.','Travel south along the west side of the South Rampart and search the next camp for signs of Private Imarion.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10127,10958,3483,0,136,58,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Sever the Tie','It would be a dereliction of duty if I did not order you to take out the demons that inhabit the Legion Front, just east of this base.$B$BBoth sides of the front are set up in the same manner: Fel handlers roam between Legion encampments, which are in turn guarded by wrathguards. A shivan subjugator oversees the entire operation. Kill \'em all and let Kazzak sort \'em out.$B$BAnd watch out for patrolling fel reavers. I know you\'re tough but those things will make short work of you.','Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula wants you to kill 4 Fel Handlers, 8 Wrathguards, and Subjugator Shi\'aziv.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19282,19190,18975,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10128,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10131,0,0,'Saving Private Imarion','The tracks lead south from Imarion\'s equipment, appearing to follow the Southern Rampart. The roughness of the shallow ruts suggests that Imarion\'s captors were in a hurry to move him to his next destination, but why?$B$BWas someone waiting there for him, perhaps the Warboss Nekrogg, the leader named in the orders you found further north?$B$BThe shield and the tracks raise more questions than they solve, but it seems certain that where you find Private Imarion, you\'re likely to find Warboss Nekrogg too.','Continue south along the Southern Rampart and search for where Warboss Nekrogg is holding Private Imarion.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10126,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10129,10958,3483,0,128,58,62,0,690,0,0,0,0,0,0,0,0,10162,28038,1,'Mission: Gateways Murketh and Shaadraz','We\'ve identified the two main transporters that the Burning Legion are using to bring in reinforcements: Gateway Murketh and Gateway Shaadraz.$B$BIf you look east up the Path of Glory, you\'ll see them on either side of the road. I want you to bomb them both into oblivion!$B$BHere are the bombs you\'ll use, specially designed by a goblin in Area 52. Now, speak with Wing Commander Brack -- he\'ll put you on a wyvern.','Speak with Wing Commander Brack, bomb Gateway Murketh and Gateway Shaadraz and then return to Forward Commander To\'arch at Reaver\'s Fall.','That will set them back weeks! Fantastic work, $N. The Legion never expected such heavy resistance.','If you missed during your first pass, take another...','','Gateway Murketh Destroyed','Gateway Shaadraz Destroyed','','',0,0,28038,0,0,0,0,0,1,0,0,0,19291,19292,0,0,1,1,0,0,33655,33655,0,0,0,0,0,0,29942,29937,29929,29944,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',10208,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10130,10958,3483,0,128,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Western Flank','In addition to other instructions, the orders tell the remaining fel orcs to prepare their equipment and rations for a coming attack.$B$BAccording to the plans, Warboss Nekrogg\'s forces are to form the western flank of a pincer attack on Honor Hold.$B$BWith the hold\'s garrison concentrating on its eastern walls, an attack from the west would be devastating. Honor Hold can only hope to hold out if the western forces are kept out of the battle.','Kill 10 Shattered Hand Guards, 10 Shattered Hand Berserkers, and 5 Shattered Hand Acolytes, then report to Lieutenant Amadi at Honor Hold\'s western guard tower.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19414,16878,19415,0,10,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10131,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10137,0,0,'Planning the Escape','Like I said, getting out of here won\'t be easy. Warboss Nekrogg may look like an overgrown brute, but he\'s no simpleton.$B$BHe won\'t let the cage key out of his sight and doesn\'t come down from his tower atop that chunk of wall until he\'s ready to question me or that orc he\'s managed to capture.$B$BIt\'s going to take something extraordinary to get him off that wall, but I have an idea. Find one of the grenadiers that patrol the ground along the Southern Rampart and bring me some of his explosives.','Kill a Shattered Hand Grenadier and bring his Crude Explosives to Private Imarion at Gor\'gaz Outpost.','','','','','','','',28039,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10128,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10132,10958,3483,0,136,61,63,1,0,0,0,0,0,0,0,0,0,0,0,0,'Colossal Menace','You see that huge red crystal to the north? It fell from the sky not long ago, causing a massive earthquake.$B$BWhen we came out here to investigate the disturbance, we found all of these colossi wandering about that weren\'t previously here.$B$BThere\'s definitely something strange about that crystal and the energies that it\'s emanating, but I don\'t have time for that. Those mountain giants are my immediate concern.$B$BI want you to head up to Fallen Sky Ridge with some friends and deal with them.','Slay 5 Raging Colossi and then return to Tola\'thion at the Cenarion Post in Hellfire Peninsula.','Good work.$B$BIf you ask me, all that we have to do is kill enough of those colossi, and then we won\'t have to worry any longer about the ridge or that strange crystal in the middle of it.$B$BHere, take one of these as a gift from the Cenarion Expedition.','You have eliminated the colossal menace?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19188,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,28064,28062,28065,28066,28063,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,77700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,6,0,6),(10133,10958,3483,0,136,255,62,1,0,0,0,0,0,0,0,0,0,10135,0,0,'Mission: Kill the Messenger','Your handiwork is already causing the Legion great discomfort, $N. My scouts have just informed me that the Legion has resorted to sending communication via courier. We have successfully managed to cut their troops off from the host!$B$BWhat I ask of you next is more than I would ask of an ordinary soldier.$B$BThe Legion courier travels from the Pools of Aggonar to Forge Base: Mageddon, north of here. You must intercept the courier at Mageddon, dispose of him, and return to me with the Legion missive.','Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula has asked that you find and slay Arix\'malidash and recover the Legion Missive.','','','','','','','',28046,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10134,10958,3483,0,128,61,63,1,0,0,0,0,0,0,0,0,0,10349,29476,1,'Crimson Crystal Clue','As the colossus falls under the weight of your attacks, you notice for the first time that it was holding a red crystal fragment.$B$BWhile it was small and unnoticeable in the mountain giant\'s hand, it\'s a fairly hefty piece for you to carry around. It also suspiciously looks like it\'s a piece of the giant crystal in the middle of the ridge.$B$BIt\'s most definitely a clue as to the strangeness that is occurring here, and you\'re sure that the druids at the Cenarion Post to the south will want to see it.','Deliver the Crimson Crystal Shard to Tola\'thion at the Cenarion Post in Hellfire Peninsula.','Hmph. Just looks like a big lump of unrefined crystal to me.$B$BAdmittedly, I can feel a sickly, evil aura emanating off of it, but that\'s not exactly in my line of work. I\'m just here to put an end to the mountain giant menace.','That\'s a big crystal you have there. Did you get that while you were up at the ridge killing colossi?$B$BLet me take a look at it.','','','','','',29476,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,75,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,0,0,1,0,0,3),(10135,10958,3483,0,136,255,62,1,0,0,0,0,0,0,0,0,0,10136,28046,1,'Mission: Be the Messenger','I am merely a field commander, $c. The authority to act on this kind of information falls squarely on the shoulders of our leader, Nazgrel. You must take this missive to him in Thrallmar. Ride with the wind at your back, soldier. Let nothing prevent you from reaching Nazgrel!','Take the Legion Missive to Nazgrel at Thrallmar in Hellfire Peninsula.','','','','','','','',28046,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',10133,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10136,10958,3483,0,136,58,63,1,690,0,0,0,0,0,0,0,0,0,0,0,'Cruel\'s Intentions','Magister Bloodhawk finally deciphered the Legion missive you found earlier. It turned out to be attack plans sent by one of Highlord Kazzak\'s lieutenants - Arazzius the Cruel. Apparently, Arazzius commands the Legion ground forces in Hellfire. The time has come to terminate his command, $N. Terminate with extreme prejudice. $B$BHead west to the Pools of Aggonar and put an end to this so-called \'Legion lord\'. Today, the Horde reclaims Hellfire Peninsula. Let the Legion be damned. ','Kill Arazzius the Cruel, then return to Nazgrel in Thrallmar.','For generations to come, they will sing songs of this day, $N - songs of your valor. I wish Thrall had been here to celebrate this victory with us. The Legion is undone - and Hellfire now belongs to the Horde once again! There may yet be hope for this ravaged world - and our peoples\' place within it. $B$BLok\'tar ogar!$B$B','Destiny calls, $N. Arazzius the Cruel has eluded justice long enough. Let his death be a message to all those who would oppose the Horde. You are next.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28040,28041,28042,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,500,0,0,0,0,0,0,87000,0,0,0,0,0,0,0,0,0,0,93300,0,0,0,0,'',10392,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,2,1,4,0,0,0,0,0,0,1,0,0,7),(10137,10958,3483,0,128,58,61,0,0,0,0,0,0,0,0,0,0,0,28048,1,'Provoking the Warboss','The plan succeeds or fails on how well these explosives are made...$B$BAs much as I\'d hate to rely on anything made by an orc, it\'s my only real chance to get out of here. Take this and throw it against the banner hanging from the tower up there.$B$BOnce it explodes, Warboss Nekrogg won\'t be able to resist the chance to make an example of the troublemaker. Kill him, take the key, and then open my cage. Good luck, $N.','Use the Crude Explosives to create a disturbance and lure Warboss Nekrogg out of his tower. Kill him, obtain Nekrogg\'s Key, and use it to open Private Imarion\'s cage. Once you have freed Private Imarion, report to Lieutenant Amadi.','','','','','','Rescue Private Imarion','',28048,0,0,28047,0,0,1,0,0,1,0,0,0,0,19266,0,0,0,1,0,0,0,33715,0,0,0,0,0,25991,25990,25988,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10131,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10138,10958,3483,0,136,58,61,1,0,0,0,0,0,0,0,0,0,10139,0,0,'Under Whose Orders?','One thing is clear, $N: we can\'t keep this up. The fel orcs have us surrounded and as quickly as we can kill them, several spring up to replace them. We can\'t hope to win this war huddled behind Honor Hold\'s shattered walls and counting the days until our deaths at the hands of the fel orcs or the Legion.$B$BYou\'ve done a remarkable job of sparing us from the brunt of the fel orc attack, but now you must fight your way up the Path of Glory and learn who is orchestrating these attacks.','Kill 20 Shattered Hand Grunts, 10 Shattered Hand Warlocks, and capture Drillmaster Zurok\'s Orders. Then, return to Lieutenant Amadi at Honor Hold\'s western guard tower.','Well done, $N. These orders should finally reveal the identity of the mastermind behind these attacks.','We\'re getting close to the source, $N;. What did you discover?','','','','','',0,0,28099,0,0,0,0,0,1,0,0,0,16867,19411,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10054,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10139,10958,3483,0,136,0,62,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Dispatching the Commander','From what I can tell, Drillmaster Zurok served as the right hand of the fel orc leader in Hellfire Peninsula, Force-Commander Gorax.$B$BThis Gorax isn\'t your typical fel orc brute, though. I almost admire the way he managed to keep us on the defensive for so long.$B$BZurok\'s orders indicate that Gorax\'s command center is located at the end of the Path of Glory, near where the citadel\'s walls meet the Northern Rampart. There\'s no telling what to expect, $N, but it would be wise to travel with allies.','Slay Force-Commander Gorax and report to Lieutenant Amadi at Honor Hold\'s western tower.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19264,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28051,28057,28050,28055,28052,28054,1,1,1,1,1,1,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',10138,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10140,10958,3483,0,128,58,61,0,1101,0,0,0,0,0,0,0,0,10254,28105,1,'Journey to Honor Hold','When you\'re ready, I\'ll arrange a flight straight to Honor Hold.$B$BFrom there, speak with Marshal Isildor and give him Duron\'s report. He\'ll be happy to see another recruit from the homelands, and I\'m sure the information in that report is important stuff!','Take a flight to Honor Hold and deliver Duron\'s Report to Marshal Isildor.','Our expedition to this forsaken, wreck of a world has almost ground to a halt, $n. We encountered more resistance than we bargained for.$B$BAs if facing the Burning Legion again wasn\'t bad enough - there are horrors in this land unlike anything we\'ve ever encountered.','Thank the Light you made it here safely. Honor Hold needs all the seasoned warriors it can muster.','','','','','',28105,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',10288,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,4,1,1,274,1,0,2000,2000,2000,5,0,0,2),(10141,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10142,0,0,'The Legion Reborn','While the Burning Legion invaded Azeroth, they were also at work here, in Outland. We have tracked their movements over the years, but this latest activity, $c - well, this is beyond anything we\'ve seen.$B$BSeek out Sergeant Altumus near the eastern supply caravan. She has been monitoring the invaders and may have insights into their purpose.$B$BBe swift - and take care, $n - the Burning Legion is not to be underestimated.','Speak with Sergeant Altumus at the East Supply Caravan just outside of Honor Hold, to the east.','Force Commander Danath may have misunderstood my request for reinforcements. You look capable, but... I asked for a full sized battalion!$B$BYou see, we have a bit of a demon problem...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',10254,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,6,66,1,5,0,0,0,0,1,0,0,1),(10142,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10143,0,0,'The Path of Anguish','Doom Lord Kazzak commands the Burning Legion in Outland. While we can\'t get to Kazzak - yet - we can and must get to his lieutenants that command Legion troops from the ground.$B$BThey have stationed dreadlords at the Path of Anguish, east of here. They are the ones responsible for these infernal storms that rain down upon our heads. To take them and their minions out would be a great set back to the Burning Legion.','Sergeant Altumus at the East Supply Caravan east of Honor Hold in Hellfire Peninsula wants you to kill 4 Flamewaker Imps, 6 Infernal Warbringers and 1 Dreadcaller.','Outstanding work, soldier. The frequency of the attacks is sure to lessen - at least until they bring forth new dreadlords.$B$BNow for the bad news: I\'ve got your new orders...','Honor Hold is safe so long as the archers guard our skies.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19434,19136,19261,0,1,4,6,0,0,0,0,0,0,0,0,0,29908,29909,29910,29911,29913,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,4,1,1,0,0,0,0,0,1,1,0,5),(10143,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10144,0,0,'Expedition Point','Your battle prowess has been noted by high command, $c. They want to send you to the front lines to meet up with Rohamus\'s crew. They\'re radicals, devoted to the complete extermination of the Burning Legion, so you may fit right in...$B$BHead east about 400 paces, across the Valley of Bones, until you run into a destroyed fel reaver. You\'ll see Expedition Point where a Legion base used to stand. Once there, you are to report to Forward Commander Kingston.$B$BNow move out!','Report to Forward Commander Kingston at Expedition Point.','Glad to meet you, soldier.$B$BEnough chatting... now listen up -- I have a vital mission for you and I want you to succeed... and survive!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,35998,0,0,0,0,0,0,0,5850,0,0,0,0,'',10142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(10144,10958,3483,0,128,58,62,0,1101,0,0,0,0,0,0,0,0,0,28106,1,'Disrupt Their Reinforcements','You\'ll find the Legion front to our northeast, and spaced along it are portals used to gather reinforcements from throughout Outland. We, $n, are going to destroy those portals!$B$BTake this primer. Designed in Area 52, it uses the demons\' own power as an explosive device! Defeat Legion forces around Portals Grimh and Kaalez to gather demonic rune stones, use the primer to detonate the stones inside the portals... then watch the fireworks!!$B$BGo, $n, and return to me when your mission is complete.','Defeat enemies around Portal Grimh and Portal Kaalez to gather Demonic Rune Stones.$B$BUse Kingston\'s Primer inside Portal Grimh and Portal Kaalez.$B$BReturn to Forward Commander Kingston with the remaining explosives.','Well done, $n. Disabling those portals will stem the flow of Legion reinforcements for a long time!$B$BBut we can\'t rest yet...','I wish I could be there to watch the fire display. Those explosives pack a big punch!','','Disrupt Portal Grimh','Disrupt Portal Kaalez','Legion Antenna: Oblivion Destroyed','',0,0,0,28106,0,0,0,0,0,1,0,0,-184414,-184415,0,0,1,1,0,0,34387,34387,0,0,0,0,0,0,29927,29939,29932,29946,29935,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',10143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,273,0,0,0,0,0,1,1,0,5),(10145,10958,3483,0,136,58,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Sever the Tie UNUSED','It would be a dereliction of duty if I did not order you to take out the demons that inhabit the Legion Front, just north of this base.$B$BBoth sides of the front are set up in the same manner: Fel handlers roam between Legion encampments, which are in turn guarded by wrathguards. A shivan subjugator oversees the entire operation. Kill \'em all and let Kazzak sort \'em out.$B$BAnd watch out for patrolling fel reavers. I know you\'re tough but those things will make short work of you.','Forward Commander Kingston at Expedition Point in Hellfire Peninsula wants you to kill 4 Fel Handlers, 8 Wrathguards, and Subjugator Yalqiz.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19335,19190,18975,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10146,10958,3483,0,128,58,62,0,1101,0,0,0,0,0,0,0,0,10340,28038,1,'Mission: The Murketh and Shaadraz Gateways','Just west of the Dark Portal are two huge transporters: Gateway Murketh and Gateway Shaadraz.$B$BIf you look east up the Path of Glory, you\'ll see them on either side of the road. I want you to bomb them both into rubble!$B$BHere are the bombs you\'ll use, specially designed by a goblin in Area 52. Now, speak with Wing Commander Dabir\'ee -- he\'ll put you on a gryphon and send you on your way.','Speak with Wing Commander Dabir\'ee, bomb Gateway Murketh and Gateway Shaadraz and then return to Forward Commander Kingston at Expedition Point.','That will slow them down, there\'s no denying it! I think you just put me in an uncharacteristically good mood, $N!','This is a vital mission, $N. It\'s one I would not trust to just anyone.','','Gateway Murketh Destroyed','Gateway Shaadraz Destroyed','','',0,0,28038,0,0,0,0,0,1,0,0,0,19291,19292,0,0,1,1,0,0,33655,33655,0,0,0,0,0,0,29942,29937,29929,29944,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',10144,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,5,11,0,0,0,0,0,0,1,0,0,6),(10147,10958,3483,0,136,255,62,1,0,0,0,0,0,0,0,0,0,10148,0,0,'Mission: Kill the Messenger','Your handiwork is already causing the Legion great discomfort, $N. My scouts have just informed me that the Legion has resorted to sending communication via courier. We have successfully managed to cut their troops off from the host!$B$BWhat I ask of you next is more than I would ask of an ordinary soldier.$B$BThe Legion courier travels from the Pools of Aggonar to Forge Base: Mageddon, far north of here. You must intercept the courier at Mageddon, dispose of him, and return to me with the Legion missive.','Forward Commander Kingston at Expedition Point in Hellfire Peninsula has asked that you find and slay Arix\'malidash and recover the Legion Missive.','','','','','','','',28107,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10148,10958,3483,0,128,255,62,1,0,0,0,0,0,0,0,0,0,10149,28107,1,'Mission: Be the Messenger','I am merely a field commander, $c. The authority to act on this kind of information falls squarely on the shoulders of our leader, Force Commander Danath Trollbane. You must take this missive to him in Honor Hold. Ride with the wind at your back, soldier. Let nothing prevent you from reaching Danath!','Take the Legion Missive to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.','','','','','','','',28107,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',10147,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10149,10958,3483,0,136,255,63,1,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: End All, Be All','Do you know what would have happened if you had not intercepted this missive, $N?$B$B$B$BThe entirety of the Legion army in Hellfire would have been knocking on our door. There is no way that we could have survived such an assault.$B$BThere is only one way to make sure that these orders never reach the Legion Front. You must travel to the Pools of Aggonar, far northwest of here, and slay this Arazzius creature.$B$BDo this and I will grant you a commendation.','Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula has asked that you slay Arazzius the Cruel.\n','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28040,28041,28042,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,500,0,0,0,0,0,0,87000,0,0,0,0,0,0,0,0,0,0,93300,0,0,0,0,'',10148,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10150,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Citadel\'s Reach','Each day, Hellfire Citadel opens its gates, and more fel orcs pour out and into the camps they\'ve established along the ramparts south of the fortress.$B$BI dispatched one of my most capable trackers, Scout Makha, to track their movements, preparations and numbers, but she hasn\'t returned to report her findings.$B$BMakha was to focus her efforts on the northernmost camp along the Northern Rampart, near where it ends in the rocks. Find her, $N. Without her information, we\'re sitting ducks.','Search the northernmost camp along the Northern Rampart for any trace of Scout Makha.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10151,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10153,0,0,'Warboss Nekrogg\'s Orders','The orders, signed by \'Warboss Nekrogg,\' order the fel orc patrols stationed at this camp to bring their orcish prisoner south for interrogation.$B$BShadow Hunter Ty\'jin mentioned that the Northern Rampart is dotted with fel orc camps. Perhaps the next large section of the wall to the south is where they took Scout Makha.$B$BJudging by the note\'s mention of interrogation, it seems the scout\'s fel orc captors see some value in keeping her alive. Pick up the trail before they decide to change their minds.','Travel south along the west side of the Northern Rampart and search the next camp for signs of Scout Makha','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10152,10958,3483,0,128,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Western Flank','In addition to other instructions, the orders tell the remaining fel orcs to prepare their equipment and rations for a coming attack.$B$BAccording to the plans, Warboss Nekrogg\'s forces are to form the western flank of a pincer attack on Thrallmar.$B$BWith the town\'s garrison concentrating on its eastern walls, an attack from the west would be devastating. Thrallmar can only hope to hold out if the western forces are kept out of the battle.','Kill 10 Shattered Hand Guards, 10 Shattered Hand Berserkers, and 5 Shattered Hand Acolytes, then report to Stone Guard Ambelan at Spinebreaker Post near Zeth\'Gor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19414,16878,19415,0,10,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10153,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10154,0,0,'Saving Scout Makha','The tracks lead south from Makha\'s equipment, appearing to cross the Path of Glory. The roughness of the shallow ruts suggests that Makha\'s captors were in a hurry to move her to the next destination, but why?$B$BWas someone waiting there for her, perhaps Warboss Nekrogg, the leader named in the orders you found further north?$B$BThe shield and the tracks raise more questions than they solve, but it seems certain that where you find Scout Makha, you\'re likely to find Warboss Nekrogg too.','Continue south across the Path of Glory to the Southern Rampart and search for where Warboss Nekrogg is holding Scout Makha.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10151,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10154,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10155,0,0,'Planning the Escape','Like I said, getting out of here won\'t be easy. Warboss Nekrogg may look like an overgrown brute, but he\'s no simpleton.$B$BHe won\'t let the cage key out of his sight and doesn\'t come down from his tower atop that chunk of wall until he\'s ready to question me or that human he\'s managed to capture.$B$BIt\'s going to take something extraordinary to get him off that wall, but I have an idea. Find one of the grenadiers that patrol the ground along the Southern Rampart and bring me some of his explosives.','Kill a Shattered Hand Grenadier and bring his Crude Explosives to Scout Makha at Gor\'gaz Outpost.','','','','','','','',28039,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10153,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10155,10958,3483,0,128,58,61,0,0,0,0,0,0,0,0,0,0,10059,28048,1,'Provoking the Warboss','The plan succeeds or fails on how well these explosives are made...$B$BAs much as I\'d hate to rely on anything made by a fel orc, it\'s my only real chance to get out of here. Take this and throw it against the banner hanging from the tower up there.$B$BOnce it explodes, Warboss Nekrogg won\'t be able to resist the chance to make an example of the troublemaker. Kill him, take the key, and then open my cage. Good luck, $N.','Use the Crude Explosives to create a disturbance and lure Warboss Nekrogg out of his tower. Kill him, obtain Nekrogg\'s Key, and use it to open Scout Makha\'s cage. Once you have freed Scout Makha, report to Stone Guard Ambelan at Spinebreaker Post near Zeth\'Gor.','','','','','','Rescue Scout Makha','',28048,0,0,28047,0,0,1,0,0,1,0,0,0,0,19265,0,0,0,1,0,0,0,33715,0,0,0,0,0,25991,25990,25988,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10154,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10156,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10157,0,0,'Under Whose Orders?','One thing is clear, $N: we can\'t keep this up. The fel orcs have us pinned down and as quickly as we can kill them, several spring up to replace them. We can\'t hope to win this war with our forces divided and locked in constant combat with the fel orcs and the demons of the Legion.$B$BYou\'ve done a remarkable job of blunting the fel orc attack, but now you must fight your way up the Path of Glory and learn who is orchestrating this offensive.','Kill 20 Shattered Hand Grunts, 10 Shattered Hand Warlocks, and capture Drillmaster Zurok\'s Orders. Then, return to Stone Guard Ambelan at Spinebreaker Post.','','','','','','','',0,0,28099,0,0,0,0,0,1,0,0,0,16867,19411,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10060,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10157,10958,3483,0,136,0,62,1,690,0,0,0,0,0,0,0,0,0,0,0,'Dispatching the Commander','From what I can tell, Drillmaster Zurok served as the right hand of the fel orc leader in Hellfire Peninsula, Force-Commander Gorax.$B$BThis Gorax isn\'t your typical fel orc brute, though. I almost admire the way he managed to keep us on the defensive for so long.$B$BZurok\'s orders indicate that Gorax\'s command center is located at the end of the Path of Glory, near where the citadel\'s walls meet the Northern Rampart. There\'s no telling what to expect, $N, but it would be wise to travel with allies.','Slay Force-Commander Gorax and report to Shadow Hunter Ty\'jin at Thrallmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19264,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28051,28057,28050,28055,28052,28054,1,1,1,1,1,1,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',10156,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10158,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bleeding Hollow Supplies','The orcish ruins of Zeth\'Gor to serve as a base for an ever-growing tide of orcs emerging from Hellfire Citadel.$B$BShadow Hunter Ty\'jin sent me here to keep an eye on the outpost and its strange inhabitants.$B$BSomething has changed these orcs, augmented them in a way we\'ve never seen before. We have to do anything we can to keep them from strengthening. Fight your way into Zeth\'Gor and destroy any supplies you find there.','Destroy 6 piles of Bleeding Hollow Supplies and report to Stone Guard Ambelan at Spinebreaker Post.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-182800,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10159,10958,3483,0,136,61,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keep Thornfang Hill Clear!','We\'ve been fighting an ongoing battle to keep the pass through Thornfang Hill to the west clear of ravagers. It would be bad if we were to become completely cut off from the refuge in Zangarmarsh.$B$BWe don\'t want to displace the creatures, but there seems to be little choice as their attacks on travelers through the area have become more aggressive.$B$BClear some of the ravagers out of there if you can.','Kill 8 Thornfang Ravagers and 8 Thornfang Venomspitters, and then return to Mahuram Stouthoof at the Cenarion Post in Hellfire Peninsula.','With the ravagers cleared, travelers to and from the Cenarion Refuge in Zangarmarsh should have an easier time of it.$B$BThe Cenarion Expedition is indebted to you.','How fares your attempt to clear Thornfang Hill?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19349,19350,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,2,1,2,0,0,0,1000,0,0,1,0,0,5),(10160,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10482,0,0,'Know your Enemy','Rumors have surfaced that some new breed of orc is on the rise. Larger, meaner - more cunning than the brutes we\'re familiar with. If these rumors are true then our forces, already stretched, may be taxed beyond their limit.$B$BI have entrusted my lieutenant, Amadi, with investigating this matter. If you would help us in this dark hour, seek her out. She is stationed at the broken tower just west of the Hold.$B$BAnd $N - be careful out there. You\'re heading into a dangerous new world.','Speak with Lieutenant Amadi at the old guard tower just west of Honor Hold.','$B$BGood, we need all the help we can get. The increasing fel orc presence around the Southern Rampart concerns me. I sent out a scout to investigate, but he hasn\'t yet returned.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',10254,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,2),(10161,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,9351,0,0,'In Case of Emergency...','In the event of an emergency, it\'s always the pilot\'s job to keep a level head, especially when the only orders your co-pilot follows come from his stomach.$B$BThe good news is that we won\'t need to wait days for replacement parts to be imported. The bad news is that the \"spare\" parts got scattered from here to the Valley of Bones to the east.$B$BThe other bad news? The spare parts aren\'t so spare. They, uh, fell off during our rapid descent. Could you help me collect enough to get us off the ground again?','Collect 30 pieces of Zeppelin Debris and bring them to \"Screaming\" Screed Luckheed at the Zeppelin Crash.','Some of this is in pretty bad shape, but there should be enough to work with here. With some creative engineering, I\'m confident I can make it work!','Did you find enough of the parts? If not, I might have to use that frying pan Legassi keeps waving around. Then, I\'d have to rename the zeppelin the \"Flying Skillet.\"','','','','','',28116,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25981,25980,25979,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(10162,10958,3483,0,128,58,62,0,690,0,0,0,0,0,0,0,0,0,28132,1,'Mission: The Abyssal Shelf','Now that you\'ve got your wings, perhaps you\'d be interested in running another bombing mission?$B$BThis time we\'ve isolated the Legion\'s main production area, behind the forge camps to the north. I need you to get on a wyvern and destroy the whole damned thing!$B$BHere are your bombs - now, talk to Wing Commander Brack when you\'re ready for takeoff.','Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula has asked that you destroy 20 Gan\'arg Peons, 5 Mo\'arg Overseers and 5 Fel Cannons.','You fly as if you\'ve been doing this your entire life, $N. Outstanding performance out there! Not even a scratch on the wyvern destroyers!','Show them that not even the skies are safe!','','','','Fel Cannon Destroyed','',0,0,0,28132,0,0,0,0,0,1,0,0,19398,19397,19399,0,20,5,5,0,0,0,0,0,0,0,0,0,29926,29940,29933,29936,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',10129,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10163,10958,3483,0,128,58,62,0,1101,0,0,0,0,0,0,0,0,0,28132,1,'Mission: The Abyssal Shelf','Now that you\'ve got your wings, perhaps you\'d be interested in running another bombing mission?$B$BThis time we\'ve isolated the Legion\'s main production area, behind the forge camps to the north. I need you to get on a gryphon and destroy the whole damned thing!$B$BHere are your bombs - now, talk to Gryphoneer Windbellow when you\'re ready for takeoff.\n','Wing Commander Gryphongar at Shatter Point in Hellfire Peninsula has asked that you destroy 20 Gan\'arg Peons, 5 Mo\'arg Overseers and 5 Fel Cannons.','You fly as if you\'ve been doing this your entire life, $N. Outstanding performance out there! Not even a scratch on the gryphon destroyers!','Show them that not even the skies are safe!','','','','Fel Cannon Destroyed','',0,0,0,28132,0,0,0,0,0,1,0,0,19398,19397,19399,0,20,5,5,0,0,0,0,0,0,0,0,0,29926,29940,29933,29936,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',10344,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,5,0,0,5),(10164,10958,3790,0,128,64,67,81,0,0,0,0,0,0,0,0,0,0,0,0,'Everything Will Be Alright','You\'ve had quite an adventure, $N. And before you\'ve even set foot inside of the Auchenai Crypts.$B$BI am one of the fortunate spirits. I was neither bound to Levixus nor a part of Exarch Maladaar\'s vile experiments in necromancy. While you have destroyed Levixus, Maladaar lives on, continuing to torment the spirits inside the crypts.$B$BWhat I ask is simple. Enter the Auchenai Crypts and destroy Exarch Maladaar so that the spirits trapped inside can finally rest in peace.','Greatfather Aldrimus standing outside the Auchenai Crypts of Auchindoun has asked that you enter the Auchenai Crypts and destroy Exarch Maladaar.','You\'ve done it, $N! The spirits are freed!$B$BAlthough I am without a material manifestation, I am still able to reward you with items from the spirit world. Use them with caution as such items are often volatile and can cause great harm to their user.','Save the spirits, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18373,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29341,29340,29339,29337,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139800,0,0,0,0,'',10253,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10165,10958,3792,0,136,64,66,81,0,0,0,0,0,0,0,0,0,0,0,0,'Undercutting the Competition','That Shaffar is a shrewd one - I\'ll give him that... He\'s managed to keep the Consortium out while he safely pillages this crypt for all it\'s worth. I have no faith in these imbeciles actually breaking through Shaffar\'s defenses so I\'ll make you a deal, $r.$B$BEnter the Mana-Tombs and kill Nexus-Prince Shaffar. Bring me back his body wrap as proof of this deed and I\'ll reward you handsomely.','Nexus-Prince Haramad located outside of the Mana-Tombs wants you to kill Nexus-Prince Shaffar and bring Shaffar\'s Wrappings back to him.','Another competitor goes under... You do good work for a flesh beast, $r. If you are ever in Netherstorm, look me up. I make my home at the Stormspire.','I don\'t like to \"share.\"','','','','','',28490,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29343,29342,29345,29344,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,105000,0,0,0,0,0,0,0,0,0,0,135600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,8),(10166,10958,3430,0,128,7,10,0,690,0,0,0,0,0,0,0,0,0,28209,1,'Whitebark\'s Memory','This pendant brings back memories of a different time. A better time.$B$BUnfortunately, memories are the last thing I need right now.$B$BI want you to bury this by the runestone in the Scorched Grove. It was there that I first met the treant elder. Put my old friend\'s memory to rest.','Larianna Riverwind wants you to place Old Whitebark\'s Pendant by the runestone at the Scorched Grove.','I no longer belong to this world and must admit defeat. The land has forever changed and nothing will ever be the same.Leave the pendant here with me, maybe one day, long after the elves are gone, a new tree will grow on this very spot - amongst a burnt forest and the husks of dead treants. ','You\'ve returned, haven\'t you done enough?','','','','','',28209,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',8474,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10167,10958,3790,0,262280,66,68,81,690,0,0,0,0,0,0,0,0,10168,0,0,'Auchindoun...','Deep within the Auchenai Crypts is a tomb: A tomb unlike any that exists on this shattered realm. It was from this tomb, the first tomb, that the vast mausoleum of Auchindoun was born.$B$BYou must venture to the Auchenai Crypts of Auchindoun and find this tomb. Slay the guardian of the crypt to release the captive spirit within. The spirit holds the key... ','Travel to the Auchenai Crypts in the Bone Wastes of Terokkar Forest and slay Exarch Maladaar to free the spirit of D\'ore.\n','The memory is vivid, $N. My energies were wholly drained from the crash. I was only a dim speck of void energies when the Prophet Velen and his draenei compatriots lifted my remains and brought them here. After much ceremony, my diminished form was laid to rest within this sarcophagus. I have been regenerating for nearly a thousand years. The cycle is almost complete...','$B$BGreetings, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18373,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,935,0,0,0,0,350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144000,0,0,0,0,'',10102,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10168,10958,3518,0,128,66,68,1,690,0,0,0,0,0,0,0,0,10170,0,0,'What the Soul Sees','For several centuries, the spirits of Auchindoun coalesced into my darkened essence. Many of the catastrophes that befell this crypt were a direct result of my weakened state.$B$BRegrettably, there is nothing that can be done to stop this cycle. It is a facet of the naaru condition - without the void, the Light cannot exist.$B$BYour only recourse is to destroy the ancient spirits of Nagrand before they transform into creatures of the void. Use the soul mirrors found throughout this crypt to free them...','Locate a Soul Mirror somewhere in the Auchenai Crypts and use it to call forth a Darkened Spirit from Ancient Orc Ancestors in Nagrand. Destroy 15 Darkened Spirits so that the ancestors may rest in peace.$B$BReturn to Mother Kashur at the Ancestral Grounds when this task is complete.','You have completed a long and dangerous journey, risking life and limb to ensure the safety of the Mag\'har and the serenity of our ancestors. For this I am thankful beyond what words could convey. ','These naaru are wise beyond all manner of life on this world. ','','','','','',0,28283,0,0,0,0,0,1,0,0,0,0,19480,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,935,0,0,0,0,350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89700,0,0,0,0,'',10167,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10169,10958,3703,0,128,62,65,0,0,0,0,0,0,0,0,0,0,0,28287,1,'Losing Gracefully','The Aldor have gained the favor of the Sha\'tar today. As if that should come as any sort of surprise!$B$BWatch them showing off their fancy footwork a few feet away from A\'dal. Could they possibly put any more effort into sucking up to the naaru?$B$BHarbinger Haronem\'s marksman regiment is so dedicated, it even brings its own cooking pot to avoid taking long breaks for lunch. This cannot go without retribution, $N.$B$BI want you to pour this vial into their meal. The results should be... comical.','Magister Falris in Shattrath wants you to take the Vial of Sedative Serum to the Terrace of Light and pour it into Haronem\'s Regiment Cooking Pot.','The Aldor marksmen appear distracted with their drill, allowing you ample time to place the contents of the vial into the stew.','The smell of herbs and spices fills the air around the pot.','','','','','',28287,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10170,10958,3518,0,136,66,68,0,690,0,0,0,0,0,0,0,0,10171,0,0,'Return to the Greatmother','Return to Greatmother Geyah at Garadar with news of your victory, $N. This will surely lift the spirits of the Mag\'har. Perhaps even the young Hellscream will be lifted from his malaise.','Return to Garadar and speak to Greatmother Geyah.','I want you to personally deliver this news to Garrosh.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10168,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10171,10958,3518,0,136,66,68,0,690,0,0,0,0,0,0,0,0,10172,0,0,'The Inconsolable Chieftain','You have done so much for the Mag\'har, $N. Your accomplishments are known to all, including Garrosh. Go to him now and tell him of your latest victory. Tell him that you do what you do for him and his people. Surely he will be lifted by your words.','Greatmother Geyah at Garadar has asked that you speak with Garrosh.','Everyone is proud. Proud that our people will live to see another winter. But beyond that? What is there?$B$BMaybe you should lead this clan, $N. Maybe then I will be allowed to die when the Greatmother passes. Allowed to finally erase the shame of my family name. I long for such peace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10170,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10172,10958,3518,0,262282,66,68,0,690,0,0,0,0,0,0,0,0,10175,0,0,'There Is No Hope','You are an honorable $r, $N. You have done much for the Mag\'har. No one could ever deny your service to my people. Alas, the time of the Mag\'har is at an end. You have shown me, more than anything, that I am unfit to lead these people. My cursed blood runs too deep. I will not... I cannot become the second Hellscream to damn the orcs.$B$BPlease, $N, return to the Greatmother and tell her what I have told you. I am too ashamed to see her... to look into her eyes.','Speak to Greatmother Geyah and tell her what Garrosh told you.','$B$BSeek out your warchief. Tell him that I await him here...','','Speak to Greatmother Geyah','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',10171,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10173,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,10300,29207,1,'The Archmage\'s Staff','Allow me to introduce myself, $c.$B$BI am Ravandwyr, apprentice to the Archmage Vargoth.$B$BMy master is... indisposed, shall we say. I am here on a matter of great importance.$B$BThe Arklon Ruins southeast of the city are a hotbed of Burning Legion activity. Their purpose in the ruins concerns neither me nor my master, but their leader, Ekkorash, possesses the archmage\'s staff.$B$BThis conjuring powder will allow you to draw the demon out of hiding. Sprinkle it on the brazier at the center of the ruins.','Retrieve Archmage Vargoth\'s Staff from Ekkorash the Inquisitor and bring it to Ravandwyr in Area 52. To bring Ekkorash out of hiding, sprinkle the Conjuring Powder on the brazier in the center of the ruins.','Ah, so you managed to recover the staff. Impressive, $N. Perhaps you are the one I\'ve been looking for.$B$BOh yes, your reward...$B$B$B$BNo doubt you had higher expectations, but that too will come with time. For now, consider opportunity the true reward.','I will not rest until Archmage Vargoth\'s staff is restored to him. Were you able to wrest it from the demon\'s grasp?','','','','','',28292,29207,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10174,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,10188,28455,1,'Curse of the Violet Tower','Now, you will be able to use the archmage\'s staff to contact him.$B$BHe resides in the Violet Tower, on an \'island\' to the southeast. The tower is both sanctuary and prison to him, cursed as it is. Kirin Tor can neither enter nor leave, keeping me apart from my master.$B$BThe staff\'s magic can penetrate the tower\'s defenses, but only if invoked by one outside the Kirin Tor.$B$BTake the archmage\'s staff and use it to conjure his image. Tell him what has happened and that I have not completely failed him.','Use Archmage Vargoth\'s Staff to make contact with Archmage Vargoth.$B$BIf you lose Archmage Vargoth\'s Staff, speak to Ravandwyr at Area 52 to receive a replacement.','$B$BRavandwyr has everything a master can expect of his apprentice. When I gave him the staff and told him to flee. I hoped that he would use it to find help and free me once Kael\'thas\'s forces withdrew from the tower. Since then, I have learned a great deal about the nature of the curse.$B$BIt can be broken, $N, but it will require your help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',10300,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10175,10958,3518,0,136,66,68,0,690,0,0,0,0,0,0,0,0,10212,0,0,'Thrall, Son of Durotan','Return to your world, $N. Go to my grandchild and tell him that his blood is here - on this shattered world.$B$BTell him that his father\'s legacy lives on.$B$BTell him everything...\n','Venture to Orgrimmar and deliver Geyah\'s message to Thrall.','I... I have a grandmother? She lives? ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10172,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10176,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ar\'kelos the Guardian','Now that you\'ve gathered all the items I\'ll need to break Kael\'thas\'s curse, one thing remains to be done. When Kael\'thas sealed the tower, he placed an arcane golem, known as Ar\'kelos, at the bottom of the tower.$B$BYou must defeat Ar\'kelos in order allow me to work magic within the tower again.$B$BWhen you enter the Violet Tower, the curse will begin to affect you.$B$BOnce you have defeated Ar\'kelos, ascend the tower and assist me in making preparations for the ritual.','Enter the Violet Tower at the center of Kirin\'Var Village and defeat Ar\'kelos, then speak with Archmage Vargoth.','You have done well, $N. Destroying the dampening field will make it much easier for me to prepare the magic that will lift the tower\'s curse at last.','At last, we meet.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19494,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29775,29776,29777,29779,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10209,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10177,10958,3688,0,136,68,70,81,0,0,0,0,0,0,0,0,0,10094,0,0,'Trouble at Auchindoun','I have spies within Auchindoun and they have been sending me disturbing reports. That place has been nothing but trouble ever since it exploded a couple of years ago.$B$BSomething in there has gone horribly wrong - again - and the Shadow Council is now on a war footing. Though the reports were lacking on details, their preparations appear to be directed inward.$B$BYou must make your way to the entrance of the Shadow Labyrinth. My field commander, Mahfuun, will fill you in on what needs to be done.','Report to Field Commander Mahfuun at the entrance to the Shadow Labyrinth at Auchindoun in Terokkar Forest.','It\'s about time that you arrived.$B$BMehlisah said that she would be sending help days ago. And we\'ve been fighting in here longer than that!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(10178,10958,3688,0,136,68,70,81,0,0,0,0,0,0,0,0,0,10091,0,0,'Find Spy To\'gun','To\'gun, the fool! We\'re barely holding off the attacks here, and he goes back in to get more information and try to save the other spies!$B$BI don\'t know whether to love him or kill him!$B$BThe Shadow Council must have used magic to ferret us out, because all of our spies had to get out of there in a hurry. Most of us didn\'t make it.$B$BPlease, if you\'re brave enough to enter the Shadow Labyrinth, will you keep an eye peeled for To\'gun? It\'s been a while, and I fear the worst.','Locate Spy To\'gun in the Shadow Labyrinth of Auchindoun.','What? Grik\'tha sent you in here after me?$B$BI don\'t know whether to be touched or call her a fool!$B$BDo you think you could help me get out of this cage? It\'s a bit cramped.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,15,1,1,18,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,8),(10179,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Custodian of Kirin\'Var','When it became clear that our expedition was trapped in Outland with no way to return to Azeroth, the Kirin Tor contingent traveled to the Plains of Farahlon and built Kirin\'Var village. I left the administration of the town in the hands of Custodian Dieworth, but when Kael\'thas and his forces sealed me in the Violet Tower, I lost contact with the custodian.$B$BSearch for him in Kirin\'Var Village and help him in any way you can, $N. I\'m certain he\'s got his hands full in the aftermath of the attack.','Speak with Custodian Dierworth at Kirin\'Var Village in Netherstorm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10180,10958,3519,0,136,65,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Can\'t Stay Away','I tried to persuade Isfar to remain here, in the safety of Shattrath, but he would have none of it. Instead, he\'s decided to venture out to Auchindoun again on his own.$B$BHe was lucky enough to escape the Sethekk Halls once, but if they discover him, there won\'t be a second time.$B$BI admire his desire to free his sister, but he\'s not going to be able to do it without help.$B$BFind Isfar and have a word with him, $N. If you can\'t persuade him to come back, perhaps you could help him rescue Lakka?','Speak with Isfar, who can be found near the entrance to the Sethekk Halls in Auchindoun.','I should\'ve suspected he would send you after me. He tried to talk me out of returning to the Sethekk Halls, but I couldn\'t live with myself if I allowed Lakka to die in there.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,2),(10181,9056,0,0,1152,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Collector\'s Edition: -pn - E - FLAG','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10182,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,0,28351,1,'Battle-Mage Dathric','The sword is of exceptional quality, finely crafted and perfectly balanced for a battle-mage. The seal of the Kirin Tor and the name \"Dathric\" are engraved into the weapon\'s pommel.$B$BTurning the weapon over in your hands, you notice a sense of wrongness radiating from the metal, as if the item is torn between two worlds. Could this be the item anchoring Battle-Mage Dathric\'s spirit to this world?$B$BPerhaps returning it to its proper place can break the bond, freeing Dathric\'s spirit to rest at last.','Locate Battle-Mage Dathric\'s quarters in Wizard\'s Row and return the blade to his weapon rack. Then, speak with Custodian Dieworth at Kirin\'Var Village.','You\'ve done well, $N. I can no longer sense any restlessness in Dathric\'s spirit. I would give much for the opportunity to speak to him one more time, but it is enough that he is finally at rest.','What have you found, $N?','','','Put Dathric\'s Spirit to Rest','','',0,0,0,0,0,0,0,0,0,0,0,0,0,19549,0,0,0,1,0,0,0,34141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10183,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,10186,28359,1,'Off To Area 52','I\'m out here studying the nether - the ethereal currents and all that. This is an ideal spot away from the lights and hubbub of town. Isn\'t this bridge great? If I could just keep this junk working.$B$BHey, you know, if you\'re looking for work there\'s plenty at Area 52! It\'s just up the path and take a right at the fork in the road.$B$BWhy don\'t you deliver my latest research notes to Rocket-Chief Fuselage? I\'m sure that he\'d have plenty for you to do, what with the X-52 rocket ship, and all!','Deliver the Netherologist\'s Notes to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','Oh, Coppernickels finally decided to report his findings, did he? Lazy scientists!$B$BWhat\'s this?$B$B$B$BHe says here that the violent nether-energies flowing through the Netherstorm are going to rip everything to shreds in only a few months.$B$BThat\'s inconvenient - now we\'ll have to move up the time-table on building the rocket ship!','Busy, busy. No time to waste! There\'s a rocket ship to be built!$B$BWhat do you want?','','','','','',28359,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',10260,0,0,0,'11037 11036 11040 11042',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10184,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10312,0,0,'Malevolent Remnants','Most of the spirits in the village are little more than pale remnants of Kirin Tor mages. They retain no knowledge of their former selves and wander the ruins in blind anger.$B$BIt wasn\'t always like this, though. In the immediate aftermath of the attack, the spirits were restless, but not spiteful. With the passage of time they have only grown more aggressive. I dare not venture into the southern part of the village, for they will not spare even me. Quiet them and let us hope it will purge their anger.','Custodian Dieworth at Kirin\'Var Village wants you to defeat 20 Severed Spirits in Kirin\'Var\'s Town Square.','It is not what they deserved, but it is the best we can do.','It pains me to know there is so little to be done for our comrades.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19881,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10174,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10185,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Fate Worse Than Death','After the blood elves leveled Kirin\'Var Village, they started the construction of a large building to the northwest. Without the expertise of the archmage, we can\'t say for certain what\'s going on there.$B$BOne thing is clear, though. The blood elf activities have unleashed a tide of ravenous mana elementals on the village. They seem drawn to the ruins of Wizard Row, wreaking further destruction. We cannot permit this to continue.','Kill 10 Mageslayers and 10 Mana Seekers and return to Custodian Dieworth at Kirin\'Var Village.','$B$BI can already see the next wave coming over the horizon. Culling them will work for the time being, but more permanent measures are needed.','Have you managed to clear out some of the mana creatures from the village ruins?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18867,18866,0,0,10,10,0,0,0,0,0,0,0,0,0,0,29955,29954,30401,29959,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10174,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10186,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'You\'re Hired!','Let me be the first to welcome you aboard, Junior Technician 3rd Grade $N!$B$BWe\'re building my masterpiece out here - the X-52 Nether-Rocket!$B$BBut first we need to get all of the parts and fuel for it. That\'s where you come in.$B$BTo start, I need crystals - LOTS of crystals - for the rocket\'s Etherlithium Engine Matrix. The draenei had crystals coming out of their ears!$B$BSo head north to the Ruins of Enkaat and get them for me! Nevermind all of the draenei ghosts.','Collect 10 Etherlithium Matrix Crystals and return them to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','Gah! Those look rough. Maybe we can use them in the tertiary engine manifold chamber?$B$BStill, a good job Junior Technician 3rd Grade! You\'ll make 2nd Grade in no time.','Does it look like the X-52 Nether-Rocket is ready for liftoff? Am I cruising the Twisting Nether in the comfort of my command chair? Exploiting strange new worlds? Seeking out new technology and business opportunities? Boldly going where no goblin has gone before?$B$BNo!$B$BSo, I hope you have those crystals that I sent you after.','','','','','',28364,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30225,30224,30218,30515,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10183,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10187,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Message for the Archmage','Although things are grim here, it heartened us quite a bit to hear from you that the archmage has not forgotten the village\'s plight.$B$B$B$BIt\'s ridiculous, isn\'t it? Sometimes it seems all that separates us is a wall of mere stone. The wall of magic is easy enough to forget.$B$BIf you would be so kind, ascend the tower and let Archmage Vargoth know that we are making progress with the village and will soon have a plan to ward off the mana creatures.','Speak to Archmage Vargoth at the top of the Violet Tower in Netherstorm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10188,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10192,28455,1,'The Sigil of Krasus','Before we departed Azeroth all those years ago, the Kirin Tor entrusted our expedition with a powerful artifact, the Sigil of Krasus. It was a great boon to us in our battle against the orcs and it could play a key role in helping me break the enchantment that imprisons me.$B$BHowever, when Kael\'thas divested me of my possessions, he gave the sigil to Spellbinder Maryana, who remained behind with the garrison. If he truly realized what he had in his possession, he wouldn\'t have given it away so easily.','Retrieve the Sigil of Krasus from Spellbinder Maryana at Manaforge Coruu, northwest of the Violet Tower.','Ah, it is as magnificent as I remembered. Can you not feel the power radiating from it?$B$BOf course, there is much more to be done, but you have my deepest thanks for restoring the sigil to me.','If I am to be free of the tower\'s curse, I must have the sigil.','','','','','',28368,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29771,29772,29773,29774,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10174,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10189,10958,3523,0,136,67,68,0,690,0,0,0,0,0,0,0,0,10193,0,0,'Manaforge B\'naar','You may have noticed one of Kael\'s manaforges on your way here. You know, the large purple buildings sucking energy from the sky?$B$BWe were sent here by the Sha\'tar to investigate them. You can help our information gathering efforts by obtaining a personnel roster. Giving us an idea of who\'s there and what they do will prove to be invaluable information.$B$BWe believe Captain Arathyn, leading a ballista team just outside of Manaforge B\'naar, is in possession of one such roster. Obtain it for us.','Spymaster Thalodien at Area 52 wants you to go to the outskirts of Manaforge B\'naar and retrieve the B\'naar Personnel Roster from Captain Arathyn.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','Excellent! With this roster we can make more educated decisions when targeting Kael\'s followers at the manaforges.$B$BIt\'s too bad, I was beginning to take a liking to killing his lackeys indiscriminately.','Did you obtain the items I asked of you, $N?','','','','','',28376,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,72,250,0,0,0,0,88,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',11039,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10190,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,0,28369,1,'Recharging the Batteries','I have the very important task of collecting the machinery inside these ruins, but I\'m having a problem keeping all of my bots charged up.$B$BThe phase hunters - those wyrm-looking things - have lots of energy! You can find them all over the edges of this island, floating in from the nether.$B$BFill the battery on this recharging blaster by using it on a phase hunter when they\'re very weak, and then finish it off to soak up the last of its energy.','Use the Battery Recharging Blaster on enough Phase Hunters to get the Battery Recharge Level to 10. Then return it to Bot-Specialist Alley at the Ruins of Enkaat in the Netherstorm.','Hey, watch where you\'re pointing that thing! You\'ve got it set to \'Kill\'!!!$B$BIt looks like you\'ve recharged the battery, and then some. This\'ll help immensely to keep these guys going.','Have you recharged the battery in that blaster yet?','','Battery Charge Level','','','',0,28369,0,0,0,0,0,1,0,0,0,0,19595,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10191,10958,3523,0,130,67,68,1,0,0,0,0,0,0,0,0,0,0,0,0,'Mark V is Alive!','Greetings, $r. I am charged up and fully functional.$B$BThere are fragile draenei machines in these ruins, which I must retrieve. I am equipped with delicate servos in my wrist actuators, and the latest in combustion-pneumatic bump soakers. Handling them with care will not be an issue.$B$BHowever, the ghosts that haunt these ruins will likely attack, so I will need you and your friends along for protection.','Escort the Maxx A. Million Mk. V through the Ruins of Enkaat and back out to safety. Then speak with Bot-Specialist Alley just outside the Ruins of Enkaat in the Netherstorm.','You did it! You did it! I could just kiss you!$B$BOh, darn... the Maxx A. Million Mk. V is out of juice again. Ah well, he had enough to get the job done, and that\'s what counts!$B$BRocket-Chief Fuselage will be pleased to get these draenei machines hooked up inside the X-52 Nether-Rocket! That means a promotion for me! I\'m so happy, I just have to give you a reward!$B$BHere, take your pick from one of these.','Back so soon?$B$BIs everything okay with the Maxx A. Million Mk. V?!','Escort the Maxx A. Million Mk. V safely through the Ruins of Enkaat','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30226,30227,30252,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,89700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10192,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10301,28455,1,'Krasus\'s Compendium','The Kirin Tor sent one other of Krasus\'s possessions with our expedition. It was his spellbook, called Krasus\'s Compendium. Containing all the spells he mastered, it lent us a much-needed advantage in the war.$B$BBefore Kael\'thas and his forces laid siege to Kirin\'Var, the compendium had been stolen from me by a rebellious apprentice intent on studying necromancy. The apprentice and his followers divided and studied the text in secret, locking themselves inside their houses in the southern part of town.','Reclaim Krasus\'s Compendium - Chapter 1, Krasus\'s Compendium - Chapter 2, and Krasus\'s Compendium - Chapter 3 from Kirin\'Var Village\'s Town Square. ','$B$BIt\'s a little worse for the wear, but considering the treatment it\'s been through, it\'s a miracle all of it survived. Safeguard it, $N. Without it, we stand little chance of being able to break the tower\'s ward.','Have you brought the book?','','','','','',28472,28473,28474,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10188,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10193,10958,3523,0,136,67,68,0,690,0,0,0,0,0,0,0,0,10329,0,0,'High Value Targets','Based on the roster information, we know that the brains of the manaforge operations are the warp-masters and warp-engineers. It is they who oversee the retrieval of a so called \"warp-energy\" by the manaforge and its delivery to a remote destination via a system of underground pipes.$B$BThe only other specialists in the area are geologists. Everyone else is either part of the military or a magister crony; both easily replaced.$B$BGet in there and kill Kael\'s specialists; that\'s what\'ll hurt him the most.','Spymaster Thalodien at Area 52 wants you to go to Manaforge B\'naar and slay 2 Sunfury Warp-Masters, 6 Sunfury Warp-Engineers and 8 Sunfury Geologists.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','You\'re one reliable fellow, $N. If there\'s one thing I like more than killing Kael\'s lapdogs, it is having someone else do it for me.$B$BLess blood on my clothes that way.','How goes it, $N? Got any news? What have you done for me lately?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18857,18852,19779,0,2,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10189,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10194,10958,3523,0,136,67,68,0,690,0,0,0,0,0,0,0,0,10652,0,0,'Stealth Flight','While you were gone, my men uncovered another one of these manaforges. It is east of here and is known as Manaforge Coruu.$B$BTwo of my best spies have arranged a secret landing spot outside of the manaforge. You are to help them infiltrate Kael\'s forces and obtain whatever information you can.$B$BSpeak to Veronia just outside the city walls; she\'s arranged for a windrider that will take you to Manaforge Coruu. Once there, speak to Caledis Brightdawn; he will brief you on your mission.','Speak to Veronia outside Area 52 and fly to Manaforge Coruu.$B$BCompleting quests for the Scryers will cause your Aldor reputation to decrease.','Arranging for your flight wasn\'t cheap. Let\'s hope you have what it takes to get the job done.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10329,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10195,10958,3519,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mercenary See, Mercenary Do','Ever since you brought that first batch of feathers and I completed Bertelm\'s hat, all the other mercenaries have been clamoring for their own, including Thander. It told them I\'d get right on it, but I\'m going to need a steady supply of arakkoa feathers for the project.$B$BI\'ll gladly accept any you happen to gather in your adventures in the forest.','Bring 30 Arakkoa Feathers to Ros\'eleth at the Allerian Stronghold.','These are great! Don\'t be surprised if you see a bunch of men walking around in feathered hats very soon! ','Ever since you brought that first batch of feathers and I completed Bertelm\'s hat, all the other mercenaries have been clamoring for their own, including Thander. I told them I\'d get right on it, but I\'m going to need a steady supply of arakkoa feathers for the project.$B$BI\'ll gladly accept any you happen to gather in your adventures in the forest.','','','','','',25719,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10196,10958,3519,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Arakkoa Feathers','I\'ve had some success drawing the arakkoa spirits closer to me, but they are still very shy. Perhaps if I improve my disguise, they will be more willing to approach me in the trance.$B$BTo do that, though, I\'ll need more feathers like the ones you\'ve already brought me. If you get any more of the feathers, I\'d be very happy to take them off your hands.','Bring 30 Arakkoa Feathers to Malukaz at Stonebreaker Hold.','Thank you, $N. I\'ll put them to good use.','I\'ve had some success drawing the arakkoa spirits closer to me, but they are still very shy. Perhaps if I improve my disguise, they will be more willing to approach me in the trance.\r\n\r\nTo do that, though, I\'ll need more feathers like the ones you\'ve already brought me. If you get any more of the feathers, I\'d be very happy to take them off your hands.','','','','','',25719,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10197,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10198,0,0,'A Convincing Disguise','Infiltrating the ranks of Kael\'s army will not be an easy task. With my knowledge of illusionary magic I could pass you off as one of Kael\'s followers, but there are certain details in their uniforms I could not replicate.$B$BBring me a set of their robes, a pair of their gloves and a Sunfury guardsman medallion. This will make the results of my magic much more convincing.','Obtain a set of Sunfury Arcanist Robes, one pair of Sunfury Researcher Gloves and a Sunfury Guardsman Medallion and bring them to Caledis Brightdawn at Manaforge Coruu in Netherstorm.$B$BCompleting quests for the Scryers will cause your Aldor reputation to decrease.','Excellent! When I\'m through with you, you will be able to slip among the Sunfury ranks unnoticed.','Have you obtained the outfit pieces I asked of you?','','','','','',28636,28637,28635,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10652,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10198,10958,3523,0,130,67,68,0,0,0,0,0,0,0,0,0,0,10330,28607,1,'Information Gathering','I\'ve prepared a uniform with the pieces you obtained. It is magically enhanced to complete the illusion.$B$BWe spotted Commander Dawnforge going in to meet Arcanist Ardonis a few minutes ago. He had a full retinue of guards with him, so whatever they\'re discussing is bound to be incredibly important; see if you can catch any of it.$B$BOh, I almost forgot. You\'ll want to stay away from the arcane golems patrolling the manaforge. They will see right through the illusion.','Use the Sunfury Disguise, go into Manaforge Coruu and listen to the conversation between Commander Dawnforge and Arcanist Ardonis. Report back to Caledis Brightdawn at Manaforge Coruu after completing this task.$B$BCompleting tasks for the Scryers will cause your Aldor reputation level to decrease.','Manaforge Duro is in trouble? I\'m sure Thalodien will love to hear the news. Let\'s wrap up the job here first.','How goes the eavesdropping, $N? You\'d best hurry. I\'m getting antsy here.','Information Gathering','','','','',28607,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30397,30383,30384,30386,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',10197,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10199,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'That Little Extra Kick','So, I\'m just missing the one ingredient that\'ll give my concoction that little extra kick that it needs.$B$BThe sting of the nether rays, roaming around near the shaleskin flayers, delivers quite a punch. Bring me some of their stingers and I\'ll extract the venom right out of them!$B$BI\'m certain the results will be explosive!','Obtain 5 Nether Ray Stingers for Boots at Area 52 in the Netherstorm.','Wow! Alright, now we\'re talking!$B$BLet me just take those little beauties and squeeze the badness right out of them. This should make a rocket fuel brew that\'ll blow everyone\'s socks off!$B$BHere, just let me mix the shale oil and this stinger venom together, and we\'ll see what happens....','If I can drain the venom from enough of those nether ray stingers, I think we might just have the most explosive fuel ever devised!','','','','','',28417,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29999,30002,30001,30000,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10342,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10200,10958,3523,0,136,67,68,0,690,0,0,0,0,0,0,0,0,10338,0,0,'Return to Thalodien','It would be best if this information got back to Thalodien as soon as possible. I\'ll stay here and cover our tracks.$B$BIt wouldn\'t do us much good to have Kael\'thas find out what we were snooping around here. Secret information is always better if your enemy doesn\'t know you have it.','Return to Spymaster Thalodien at Area 52 in Netherstorm.','You do not cease to amaze me, $N. That was quite the feat of stealth you pulled off at Manaforge Coruu.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10330,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10201,10958,3519,0,128,62,65,0,690,0,0,0,0,0,0,0,0,0,0,0,'And Now, the Moment of Truth','The oil is finally ready for its first test. It seems heavy enough to serve as a high quality weapon oil.$B$BThe only way to find out is to have a professional try it out. See Grek over there by the wanted posters? Sure, he\'s no poet, but the orc knows his way around a weapon!$B$BTake a sample of the oil to him and ask him to use it on his weapon. After he\'s had a chance to test it out, let me know what he thinks of it.','Find Grek and ask him to try it on his weapon. Once he\'s tried out the oil, return to Rakoria with the results.','','Well, do you have the test results?','','Have Grek Test Olemba Oil','','','',0,0,0,0,0,0,0,0,0,0,0,0,19606,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,20748,20749,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49500,0,0,0,0,'',9993,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10202,10958,3523,0,136,67,70,0,0,0,0,0,0,0,0,0,0,10432,0,0,'A Defector','We\'ve recently been contacted by a Sunfury magister who wishes to join our ranks and swears he has information we\'re in need of. We\'ve checked our informants to make sure he\'s not a double agent and he checks out.$B$BHe\'s stationed in Manaforge Ara which makes communication difficult. Talk to him and see what he knows. If he\'s half as useful as he claims to be, we\'ll be able to put him to good use.','Go to Manaforge Ara and speak to Magister Theledorn.$B$BCompleting quests for the Scryers will cause your Aldor reputation to decrease.','It\'s about time you showed up. I was beginning to wonder if the Scryers were interested at all.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10341,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10203,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,0,30354,1,'Invaluable Asset Zapping','See the fissure running through Area 52? We did that! $B$BIt\'s yielding up all sorts of goodies for the X-52 Nether-Rocket, but we\'re running short on equipment.$B$BWe had an operation at the Arklon Ruins to the southeast until the Burning Legion moved in. I need you to take this Ultra Deconsolodation Zapper to the ruins. Use it to beam our gear back to Lead Sapper Blastfizzle down in the fissure.$B$BJunior Technician 3rd Grade $N, this is your chance for that promotion. Don\'t blow it!','Use the Ultra Deconsolodation Zapper to beam the Hyper Rotational Dig-A-Matic, Servo-Pneumatic Dredging Claw, Multi-Spectrum Terrain Analyzer, and the Big Wagon Full of Explosives back to Area 52. Then report to Lead Sapper Blastfizzle at the eastern end of the fissure that runs through Area 52 in the Netherstorm.','You must be the one that zapped all of that sapping equipment back to us here from the ruins! Hooray for you!$B$BI\'ve already reallocated the equipment out to our other locations. Now we\'ll be able to expedite our fissure operations on this whole island by an order of magnitude! The nether','Isn\'t this place great? And everyday yields something new and exotic!$B$BWhat a stroke of luck that we nearly destroyed the town digging down here.','','Hyper Rotational Dig-A-Matic retrieved','Servo-Pneumatic Dredging Claw retrieved','Multi-Spectrum Terrain Analyzer retrieved','Big Wagon Full of Explosives retrieved',30354,0,0,0,0,0,1,0,0,0,0,0,-183805,-183806,-183807,-183808,1,1,1,1,36460,36460,36460,36460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10186,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10204,10958,3523,0,138,67,68,0,690,0,0,0,0,0,0,0,0,0,0,0,'Bloodgem Crystals','Kael\'s magisters have refined their usage of mana crystals to the point where they can siphon large amounts of energy in a matter of seconds.$B$BThey do this by attuning smaller bloodgem crystal shards to larger, fully charged ones.$B$BGo to Manaforge B\'naar and obtain one of these shards from a Sunfury magister and use it to siphon energy from one of the larger crystals.$B$BReturn to me so that I may study the effects of the aura. Do not worry; any side effects should be temporary.','Magistrix Larynna wants you to go to Manaforge B\'naar and obtain a Bloodgem Shard from a Sunfury Magister. Use this shard near the larger Bloodgem crystals and return to her at Area 52.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','Hmmm... just as I suspected.$B$BExposure to this level of raw energy greatly magnifies our innate addiction to magic.$B$BI\'m not surprised Kael gets away with what he does; all his subordinates are basically drunk on this.','Did you investigate the bloodgems used by the Sunfury magisters, $N?','Siphon Bloodgem Crystal','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10189,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10205,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10266,0,0,'Warp-Raider Nesaad','Warp-Raider Nesaad must be dealt with! I have no idea how he survived my attack, but he cannot be allowed to continue his operation out there.$B$BGo back and take out Nesaad. He keeps a small ethereal camp near the southwestern corner of the Heap.$B$BDon\'t fail like I did, $c.','Kill Warp-Raider Nesaad and then return to Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','It\'s a relief to hear that scum is finally dealt with. You do good work, $N... may I be so forward as to call you by your name?$B$BIf you\'re willing, I have another task that needs doing. One that is very important and someone of your obvious skill should be able to handle with ease.','It\'s over then? Warp-Raider Nesaad is dead?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19641,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,30266,30265,30267,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10262,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10206,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pick Your Part','Those ethereal clowns are as opportunistic as us, I\'ll give them that. But no one, and I mean NO ONE, moves in on a B.O.O.M. claim!$B$BThe Heap to the south is ours!$B$BIf we\'re to finish the X-52 Nether-Rocket, we\'re going to need all of the new tech that we can get our hands on. And since the ethereals are stealing from us, I think it\'s only fair that we repay them in kind.$B$BWhy don\'t you head down there and see if you can acquire some of their technology out from under their noses!','Collect 10 pieces of Ethereal Technology and return them to Papa Wheeler at Area 52 in the Netherstorm.','Hehe, ethereal suckers!$B$BThanks for getting us these parts, $C. I bet we can just hook these babies right up inside the rocket. I wonder what they do? Should be fun finding out!$B$BHmm, let me see if I can dig up some pocket change to throw your way.','Back with their tech so soon? You better not just be pulling my leg here, $C.$B$BThe success of the X-52 project out here depends upon you getting us that stuff a.s.a.p.!','','','','','',28457,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30275,30274,30276,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10265,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10207,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forward Base: Reaver\'s Fall REUSE','Your battle prowess has been noted by high command, $c. They want to send you to the front lines to meet up with Maimfist\'s crew. They\'re radicals, devoted to the complete extermination of the Burning Legion, so you may fit right in...$B$BHead east about 200 paces and veer south at the jutting mass of land. You\'ll see Reaver\'s Fall where an old farm used to stand. Once there, you are to report to Foward Commander To\'arch.$B$BNow move out!','Report to Forward Commander To\'arch at Reaver\'s Fall.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10208,10958,3483,0,128,58,62,0,690,0,0,0,0,0,0,0,0,10129,28478,1,'Disrupt Their Reinforcements','Directly east of here is the Legion Front. Spaced across the front are infernal portals and gateways, used to bring reinforcements to Hellfire Peninsula and throughout Outland. We\'re going to destroy those portals!$B$BTake these primers. Designed in Area 52, they use the demons\' own power as an explosive! Defeat Legion forces around Portals Xilus and Kruul to gather demonic rune stones, use the primer to detonate four stones inside the portals, and watch! Return to me when your mission is complete.','Defeat enemies around Portal Xilus and Portal Kruul to gather Demonic Rune Stones.$B$BUse To\'arch\'s Primer within Portal Xilus and Portal Kruul.$B$BReturn to To\'arch with To\'arch\'s Primers at Reaver\'s Fall in Hellfire Peninsula.','Well done! I could almost feel the tremors of the explosions from here!$B$BNow, we have one more bombing mission for you...','The Legion won\'t be prepared for the surprise you have for them, eh $N?','','Disrupt Port Xilus','Disrupt Port Kruul','','',0,0,0,28478,0,0,0,0,0,1,0,0,-184290,-184289,0,0,1,1,0,0,34387,34387,0,0,0,0,0,0,29927,29939,29932,29946,29935,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',10124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10209,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10176,28455,1,'Summoner Kanthin\'s Prize','The next thing we must do is reclaim my familiar, Glacius, from the blood elf summoner who holds it captive. Summoner Kanthin was one of the most senior magisters in the force Kael\'thas sent to decimate Kirin\'Var. It\'s only natural that he would claim my familiar as a kind of trophy.$B$BI\'m certain that Kanthin, fool that he is, has tried to compel Glacius to serve him. My scrying has revealed that Kanthin is now stationed at \'Manaforge Duro,\' if that terminology has any meaning for you.','Defeat Summoner Kanthin at Manaforge Duro, on the island to the north of Sunfury Hold, and reclaim the Stone of Glacius from him.','$B$BWith the last of my possessions restored, I have everything I need to break through Kael\'thas\'s magic. I\'ll begin working the spell right away.','Have you secured the Stone of Glacius?','','','','','',28479,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10301,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10210,10958,3519,0,136,60,65,0,1791,0,0,0,0,0,0,0,0,0,0,0,'A\'dal','Welcome to Shattrath City, $c. This might be the one place in all of Outland where you\'ll find any semblance of safety.$B$BA group of naaru known as the Sha\'tar drove the demons away from here.$B$BIf you\'ve never met a naaru, you ought to see A\'dal inside the Terrace of Light. The leader of the Sha\'tar is an awe-inspiring sight if I ever saw one. Sure is a change of pace from anything else in this bleak land.','Speak to A\'dal, the leader of the Sha\'tar, in the center of the Terrace of Light.','$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10211,10958,3703,0,138,60,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'City of Light','Do not burden A\'dal with petty inquisitions, $c. That just might be the most powerful being you ever come face to face with.$B$BYou do not look familiar. I suppose you want to learn about the city?$B$BYou\'ll have to excuse me if I don\'t give you a tour myself, but I\'m a bit busy discussing strategy with A\'dal. Perhaps you\'ll find a summoned servant acceptable in my stead? Excellent!','Follow Khadgar\'s servant and listen to its story. Return to Khadgar after completing this task.','I hope you learned a thing or two about Shattrath, $N. It might take some time for things to sink in.','The stories of men are ephemeral, $N. The stories of cities last well into the years.','City of Light','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',10210,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10212,10958,3518,0,648,66,68,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hero of the Mag\'har','I must set things in order before I leave. Return to the Greatmother and tell her that her grandson comes. ','Return to Greatmother Geyah at Garadar in Nagrand.\n','You are truly the hero of the Mag\'har, $N. If not for you, we would have surely been overrun by the ogres and Broken.$B$BWe are a poor people but we do have some artifacts of power. Please, I insist that you take from our coffer.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10175,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10213,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Crash','When I was wounded in the wastes I saw a goblin zeppelin crash. It went down to the northwest, beyond the Expedition Armory. $B$BThe zeppelin was on fire. Shrieking, burning goblins were falling like bombs from the sky. Of course I was in a lot of pain and I had lost a lot of blood. I may have imagined the whole thing.$B$BIf you can find any survivors, we can offer them sanctuary here at Spinebreaker Post. ','Search for crash survivors. ','We were shot down by the Burning Legion, even though we waved a flag of truce. Who knew the Burning Legion was so mean? $B$BWe cannot come with you to Spinebreaker Post. We need to repair our zeppelin and be on our way. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',9345,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,30,30,30,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,2),(10214,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10100,0,0,'When This Mine\'s a-Rockin\'','The mine\'s been overrun by a plague of gan\'arg misfits, and on top of that, the peons have decided that this is a fine time for a nap! I don\'t know how they can sleep through all the disurbances coming from the mine, but that\'s the least of my problems.$B$BIf we don\'t get rid of those gan\'arg pests soon, Thrallmar\'s supply of ore and other minerals will be cut off. I\'ve already asked Watch Commander Krunk for help, but he says he can\'t spare the men with the town under constant attack. Will you help?','Kill 15 Gan\'arg Sappers and return to Foreman Razelcraz.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18827,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10216,10958,3792,0,136,64,66,81,0,0,0,0,0,0,0,0,0,0,0,0,'Safety Is Job One','Shaffar\'s ethereals have completely blocked us out of the Mana-Tombs. Thankfully, I\'ve got a plan. While we can\'t go in through the front door, there are sure to be several transporters inside.$B$BI want you to clear the way for my crew first and then I want you to activate one of their transporters to teleport us inside.$B$BActivate the teleporter in the chamber right before Shaffar\'s chambers when the way has been cleared. Don\'t worry, I\'ll make it worth your while...','Artificer Morphalius wants you to kill 10 Ethereal Crypt Raiders, 5 Ethereal Sorcerers, 5 Nexus Stalkers and 5 Ethereal Spellbinders.$B$BOnce that\'s done, find the Ethereal Transporter in the chamber before Shaffar\'s and activate it.','','This device has over a dozen buttons, none of which look familiar to you.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18311,18314,18313,18312,10,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(10217,10958,0,0,136,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fossil Fuel','My Shredder is out of fuel!','Test','','','','','','','',28500,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10218,10958,3792,0,130,64,66,81,0,0,0,0,0,0,0,0,0,0,0,0,'Someone Else\'s Hard Work Pays Off','Who were you expecting!? That idiot Morphalius was \'de-prioritized.\' Now I\'m here to clean up his mess. All I need from you is to watch my back as I go through Shaffar\'s ether gatherers and suck them dry of all that they have collected. If I successfully complete my mission, Haramad himself will reward you!$B$BWhat do you say? Escort me through the Mana-Tombs and then collect some incredible treasure? You already did most of the work anyway! Nothing\'s alive back behind us, right?','Escort Cryo-Engineer Sha\'heen safely through the Mana-Tombs so that he can gather the ether held inside Shaffar\'s ether collectors.$B$BReport to Nexus-Prince Haramad located outside the Mana-Tombs at the Consortium encampment should you succeed.','Seeing as how this was Morphalius\'s idea, I decided to give him his old job back. Well done little flesh beast. Well done, indeed!$B$BRemember, if you\'re ever looking for work and happen to be in Netherstorm, come find me at the Stormspire.\n','Hello, little flesh beast.','Escort Cryo-Engineer Sha\'heen','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29328,29327,29326,29325,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,105000,0,0,0,0,0,0,0,0,0,0,135600,0,0,0,0,'',10216,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,8),(10219,10958,0,0,136,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,'Walk the Dog','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10220,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,0,0,0,'Make Them Listen','I was sent here to make contact with the Unyielding spirits. These once proud Alliance soldiers were defeated long ago, and now their cursed spirits haunt the ruins to the west. $B$BIf they would only join us we would gain a powerful ally. Imagine, a legion of undying warriors to use against our enemies. But these undead are mad with hatred and will not listen to me. $B$BPerhaps they can be forced to join us. ','Mordiba wants you to defeat 12 Unyielding Footmen, 8 Unyielding Knights, and 6 Unyielding Sorcerers at the Expedition Armory to the west of Spinebreaker Post.','The Unyielding have felt the strength of the Horde. No doubt they will soon be in the mood to listen to my proposed alliance.','Have you taught the Unyielding the consequences of defying the Forsaken? ','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16904,16906,16905,0,12,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,11,0,0,0,0,0,0,0,1,11,0,0,0,0,0,0,0,1,0,0,5),(10221,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,0,29429,1,'Dr. Boom!','$N, my former protege, Sparky Uberthruster, wouldn\'t wear his helmet while down here and one day transformed into the infamous Dr. Boom!$B$BAnd he stole off to the northeast with most of our sapping equipment! He and his Boom Bots have been a menace to Area 52 ever since.$B$BI need you to go to his Camp of Boom just outside of town and put an end to him! Use these Boom\'s Doom bombs to take him out.$B$BAnd make sure not to get too close to him or his Boom Bots!','Kill Dr. Boom and return with the good news to Lead Sapper Blastfizzle at Area 52 in the Netherstorm.','I\'ll always miss Sparky. But we\'ll all sleep better now knowing that as Dr. Boom he is no longer around to terrorize us!$B$BJust let this be a lesson to you. Don\'t come down here without a nether helmet!$B$BNow, how can I repay you?','Have you saved us from the depredations of Dr. Boom? I promise this time there won\'t be any exploding wagons, though that was a lot of fun!$B$BWe really should do that more often.','','','','','',0,29429,0,0,0,0,0,1,0,0,0,0,20284,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29969,29968,29967,30514,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10203,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10222,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10223,0,0,'The Sunfury Garrison','After Prince Kael\'thas\'s forces destroyed the village and imprisoned the archmage in the Violet Tower, they withdrew to Sunfury Hold to the northeast. The very men who destroyed our village and slew our fellows toast their \'amazing victory\' while we are helpless to avenge the fallen.$B$BWe must not allow these crimes to go unanswered! Be the instrument of our vengeance, $N. Go to Sunfury Hold and claim the lives of those responsible for this crime.','Custodian Dieworth at Kirin\'Var Village wants you to kill 10 Sunfury Archers.','What you\'ve done this day can never bring back the fallen, but perhaps it can help soothe their spirits. Although, truth be told, no amount of blood can quench my anger over the actions of Kael\'thas.','Is it done, $N? Have you avenged the fallen of Kirin\'Var Village?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19707,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10343,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10223,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down With Daellis','I\'ll never forget the blood elf who led the attack. He wore a tabard with a device I\'ve never seen before, over top of crimson armor.$B$BHe was ferocious and merciless, leading from the front where most other blood elf officers would never be seen. He was responsible for the deaths of many Kirin Tor mages that day, but he didn\'t linger long at Sunfury Hold. Kael\'thas has ordered him to Manaforge Duro to aid in their attempt to control the area. Find him, $N, and silence his bow for good.','Custodian Dieworth at Kirin\'Var Village wants you to kill Master Daellis Dawnstrike.','$B$BAt last, it is through. If I could will myself out of existence, I would, but the truth is I don\'t know how to let go. For the ones in the village, it is difficult but straightforward. I suppose this is the price we pay for retaining such strong ties to this place.','Have you finished the task, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19705,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29792,29793,30399,29794,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10222,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10224,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10226,0,0,'Essence for the Engines','As the X-52\'s chief of engineering, I have to see to it that the nether-rocket\'s main engines are in tip-top shape.$B$BUnfortunately, I haven\'t built them yet.$B$B$C, I\'m in dire straits here! I have almost all of the parts. All that I\'m missing is the engine core.$B$BLuckily for us, I think we can make use of the essence from the local mana wraiths to jump-start the engines.$B$BThey can be found near most of the glowing trenches in the northern part of the island. Except for here in Area 52, of course.','Collect 7 Mana Wraith Essences and return them to Chief Engineer Trep at Area 52 in the Netherstorm.','Wow, that\'s a lot of essence!$B$BOk, let\'s see what happens when I mix it with the etherlithium matrix crystals.','You have all of those essences yet?','','','','','',28527,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10225,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10225,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,10224,28526,1,'Report to Engineering','$N! I need you to take all of these etherlithium crystals over to Chief Engineer Trep, my, uh, chief of engineering.$B$BHe should know what to do with them. And if he doesn\'t, you see to it that he finds out!','Deliver the Etherlithium Matrix Crystals to Chief Engineer Trep at Area 52 in the Netherstorm.','Ooh, etherlithium matrix crystals. Yeah, those sound important!$B$BLet\'s just put them over here and I\'ll get to figuring them out in a moment.','Um, hi. I\'m a little busy here. What\'s that you have there?','','','','','',28526,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10186,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10226,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,0,28547,1,'Elemental Power Extraction','Darn it, that didn\'t do it!$B$BOk, I\'ve got another idea! I had Xyrol whip up an elemental power extractor. I\'m not certain exactly what this power will do, but I know that I can use it.$B$BThe sundered rumblers and warp aberrations on the ledge of the Crumbling Wastes to the south have just what I need for the engines!$B$BThe extractor will change the form of their power into something solid that you\'ll be able to gather up after you\'ve defeated them.','Extract 5 Elemental Power for Chief Engineer Trep at Area 52 in the Netherstorm.','That\'s more like it! Alright, now I think we\'re in business.$B$BJust let me dump this stuff into the thing','You have the power from those elementals yet? Oh, don\'t hurry or anything. It\'s just my life and career on the line.','','','','','',28548,28547,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30264,30263,30262,30516,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10224,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10227,10958,3688,0,136,64,67,0,0,0,0,0,0,0,0,0,0,10228,0,0,'I See Dead Draenei','I see dead draenei. They\'re all around us.$B$BBah, nobody believes me because I\'m a child. Not even my own mommy believes me.$B$B$B$BHe believes me, though... He sees them too. Boy does he get angry about it!$B$BIt\'s kind of funny. I see ghosts and people just smile and pat me on the head, trying to placate me. Ramdor sees ghosts and people label him as crazy. I sure hope I never grow up!$B$BYou should probably talk to Ramdor before you go inside. He was once a death priest.','Speak to Ramdor the Mad, standing on the bone pile outside of the Auchenai Crypts.','The child is correct. I was once a \"death priest.\"$B$B$B$BSuch an unsavory title.$B$BThrough that corridor lies the Auchenai Crypts. Inside you will find the remnants of my priory. They are all mad now, of course. Insane to the last! I suppose I stood out, being the last one among them with any common sense. Of course, I was excommunicated for my beliefs.$B$BWhat are my beliefs, you say?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,1,1,1,6,0,0,0,0,1,0,0,1),(10228,10958,3688,0,136,64,67,0,0,0,0,0,0,0,0,0,0,10231,0,0,'Ezekiel','I believe that the dead, which we have been caring for these last 500 odd years, should be left alone. Maladaar has other plans. He has retreated to the Crypt of Remembrance to start his experiments... Necromancy.$B$BI hope you weren\'t thinking about going in there... Not before helping me out so that these damned spirits will finally leave me alone. I know where they keep their treasures, $r. Got your attention, eh?$B$BBring me the book of the dead, held by the Aldor, Ezekiel of Shattrath.\n','Find and speak with Ezekiel of Shattrath in Shattrath City.','Book of the dead? Never heard of it... What\'s this about anyway? Who sent you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',10227,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,6,274,0,0,0,0,0,0,1,0,0,2),(10229,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,10230,28552,1,'Decipher the Tome','This tome appears to be some sort of history written in a secret Alliance cipher. Althen, the historian in Spinebreaker Post, has studied the Unyielding for some time; he may be able to crack the Alliance code and decipher the book. ','Take the Mysterious Tome to Althen the Historian in Spinebreaker Post. ','I have studied ancient history my entire un-life. I have never seen anything like this book. It tells the entire history of the Armory, including events that happened after its destruction. $B$BThe Unyielding have kept their history, even after they had fallen in battle. With this book we will be able to understand the Unyielding and convince them to join us. ','What is this? A book carried by an Unyielding spirit? How strange. Let me study it. Perhaps I can learn the history of the Unyielding.','','','','','',28552,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10230,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,10250,0,0,'The Battle Horn','Perhaps we have taken the wrong approach to the Unyielding? $B$BThe tome tells me the Expedition Armory was destroyed by orcs and death knights long ago. The Unyielding remain here as vengeful spirits trapped in an eternal battle against the fel orc clans. $B$BThey think only of revenge. We must arrange for them to defeat their most hated enemies. Enter the Expedition Armory once again and find Lieutenant Commander Thalvos. He carries a battle horn that can summon the Unyielding. Bring it to me. ','Take the Unyielding Battle Horn from Lieutenant Commander Thalvos and bring it to Althen the Historian in Spinebreaker Post.','You have done well $N. This ancient horn will allow us to summon the Unyielding. $B$BThat is, if they are willing. ','We must help the Unyielding soon. If we can convince them to join us the Horde will have gained a powerful ally. ','','','','','',28562,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10229,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10231,10958,3703,0,262282,64,67,1,0,0,0,0,0,0,0,0,0,10251,0,0,'What Book? I Don\'t See Any Book.','Ramdor? Hrm, let me think... Ramdor... Oh yes, the death priest. What does he want with the book? Well it doesn\'t matter. Yes I lied to you and no I don\'t have the book. Not anymore, anyway. It was stolen. Probably by one of those filthy refugees.$B$BBesides, Auchindoun is now defunct. We have no use for the book. If you find it, you can keep it.$B$BLike I said, I saw some of those ruffians snooping around the terrace last week. Start your search with them. They\'re probably playing dice in the slums.','Ezekiel said the book has been stolen. Your best bet is to find the Ruffians and see if they have any information.\n','Ok, ok! Don\'t hurt us. We had the book but we sold it...','Whaddya want?','Beat Down \"Dirty\" Larry and Get Information','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10228,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,1,1,1,1,0,0,0,0,2,5,1,0,0,0,0,0,0,1,0,0,5),(10232,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'In A Scrap With The Legion','The Burning Legion has moved in on our claim at the Scrap Field down the path and across the bridge to the east.$B$BThis could be a huge problem for us! With the Legion at the Arklon Ruins, and now there, it\'s starting to look bad for us - and the rocket project - here at Area 52.$B$B$N, I need you to go out there and deal with those demons! I\'d do it, but I\'m a lover, not a fighter.$B$BYep, this is going to be trouble, I can feel it!','Kill 5 Mo\'arg Doomsmiths and 15 Gan\'arg Engineers. Then return to Papa Wheeler at Area 52 in the Netherstorm.','Well, that\'s good and bad news, now isn\'t it? We\'ve dealt them a blow, but with the Burning Legion running free all over the Netherstorm ','I sure hope that you\'re up to that tussle with the Burning Legion.$B$BThere aren\'t many things that I hate worse than those that renege on a deal, or gnomes, but demons are certainly one of them!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16944,16948,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10206,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10233,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torching Sunfury Hold','Ridding Sunfury Hold of its garrison is not sufficient to keep the blood elves from reoccupying it. Kael\'thas\'s followers are zealous and tenacious. Leaving them anything to use at Sunfury is effectively an invitation to return.$B$BNo, it must all be destroyed. See to it that their tents and artillery burn to ashes!$B$B$B$BSteal torches from the Sunfury flamekeepers to accomplish your task, $N.','Using a Flaming Torch, destroy 4 Sunfury Ballistas and 4 Sunfury Tents and return to Lieutenant-Sorcerer Morran at Kirin\'Var Village.','The Kirin Tor hardly relish destruction for its own sake, but we have no qualms about acting against our enemies, even in death.','Smoke rises from the Sunfury Hold fortifications. Is that your handiwork?','','Sunfury Ballista Destroyed','Sunfury Tent Destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,19723,19724,0,0,4,4,0,0,34526,34526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10192,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10234,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10235,0,0,'One Demon\'s Trash...','You look like a capable young $g man: woman;! I was wondering if you could lend me a hand?$B$BTo the east is the Scrap Field, which the Burning Legion has moved into. It\'s full of huge fel reaver parts. There\'re also a whole bunch of smaller parts in there that they don\'t seem to care about.$B$BI want you to get in there and get me a lot of those smaller fel reaver parts!','Gather 10 Fel Reaver Parts and return them to Mama Wheeler at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','These will have to do for now, I suppose. If only we could scare them off.$B$BHey, that gives me an idea!','You have those parts yet? With the Burning Legion moving in on each of our claims around here one at a time, we unfortunately have little time.','','','','','',28551,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10333,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10235,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10237,0,0,'Declawing Doomclaw','You know what might just discourage them? Take out their leader!$B$BIt seems to work everywhere else from what I\'ve heard. And when they see a $g grizzled : tough; $c, such as yourself take out their leader... why, I bet they\'ll tuck tail and run for the hills!$B$BGet back in there and take out the big one they call Doomclaw. I hear he keeps himself in the eastern part of the Scrap Field underneath the pipe.$B$BBring me his claw, too! Maybe we can make use of it.','Obtain Doomclaw\'s Hand and deliver it to Mama Wheeler at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','He, uh... he said what? THEY\'RE GONNA GO AFTER AREA 52?!$B$BOh, this is not good... not good!','Dealt with Doomclaw yet?','','','','','',28563,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30279,30278,30277,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10234,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10236,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10238,0,0,'Outland Sucks!','I can\'t believe I left Booty Bay to come to Outland. My cousin Screed Luckheed promised me I would make a fortune, but instead he flew off in his zeppelin and left me here to try to scrape a living out of this mine. $B$BHow am I suppose to make a living here with helboars and demons and fel orcs attacking all the time? My shredder here was broken yesterday and the parts I need to fix it were stolen by fel orcs. They took the parts into the fissure to the southwest and may have dropped them there.','Find 6 Shredder Parts and return to Foreman Razelcraz by the mine northwest of Thrallmar.','Hurray, you found some parts! Now maybe I can get my shredder working. If I earn enough money I might be able to get back to Booty Bay.$B$BI sure hope my cousin, Screed Luckheed, crashes that stupid zeppelin of his. I can\'t believe he tricked me into coming to Outland.','Did you find some spare parts for my shredder? I really want to get it fixed so I can get back to mining. I have to make a living somehow, if only so I can buy a one-way ticket back to Booty Bay.','','','','','',28554,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23424,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,4,1,0,0,2000,4000,0,0,0,0,0,5),(10237,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10247,0,0,'Warn Area 52!','$N, you have to get word back to Area 52 immediately! Hurry!$B$BTell the rocket-chief that the Burning Legion is after us now!','Deliver the bad news to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','Heh, you\'re kidding, right? The Burning Legion is blaming us for all of that?$B$BBut YOU\'RE the one that did it!$B$BOy, I have a headache and it\'s as big as this rocket. Okay, okay, this calls for a change of plans.$B$BIf the Burning Legion thinks that it\'s going to come here, destroy our town and ruin my dream of cruising through the Twisted Nether, they are sadly mistaken.$B$BAnd I know just the goblin to help us out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',10235,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10238,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10629,0,0,'How to Serve Goblins','Why would fel orcs steal my shredder parts? I hate them so much. They just sneak into my camp here and take things all the time. A couple of days ago they stole three of my peons! Now the rest of my peons have run off because they are afraid they are going to be eaten by fel orcs. $B$BI can\'t run a mine without peons. If you could save the peons that I lost maybe the others would come back. The fel orcs have their camps along the wall to the southwest.','Rescue Manni, Moh and Jakk from the Fel Orc camps and return to Foreman Razelcraz by the mine northwest of Thrallmar.','Thank you for saving my peons. Now maybe I can get them to fix my shredder with those parts you found. earn some money and get out of Outland. I can\'t wait to be back in Booty Bay.','Have you saved my peons yet? Please hurry, I\'m afraid they are going to be eaten and they probably won\'t taste very good. If they taste really bad the fel orcs might get really mad at me.','','Manni Saved','Moh Saved','Jakk Saved','',0,0,0,0,0,0,0,0,0,0,0,0,-183936,-183940,-183941,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30858,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10236,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,4000,0,0,0,1,0,0,5),(10239,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10240,0,0,'Potential Energy Source','We are not the only ones battling the influx of the mana beings. The blood elves, too, are troubled by them, but I\'m not sure why.$B$BWhatever they\'re involved in over there, they don\'t seem to be stopping. Instead, I\'ve seen them employ a variety of methods to kill the creatures. The most effective involves magical defenses fueled by some sort of concentrated energy.$B$BCapture some of these energy sources and bring them to me. Don\'t hesitate to stymie the elves if an opportunity presents itself.','Lieutenant-Sorcerer Morran at Kirin\'Var Village wants you to capture 10 Energy Isolation Cubes from the blood elf operations at Manaforge Coruu.','I don\'t believe I\'ve seen anything like this before. There\'s certainly a lot of energy suspended in here, but it\'s in a raw form. We\'ll have to be careful with it, but I think we can find a way to adapt this to help ward off the mana creatures.','Were you able to gather any of their energy sources?','','','','','',28564,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10343,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10240,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,0,28725,1,'Building a Perimeter','We are prepared to try to construct a perimeter around the village using the energy source taken from the blood elves. I can\'t guarantee that it will work, but we have to attempt it.$B$BOtherwise, the mana creatures will surely continue devouring the spirits of the fallen Kirin Tor.$B$BUse this device at the small runes around the perimeter of town to release the energy there. If I\'ve woven the field correctly, we should start noticing a difference once you\'ve used the device at each point.','Use the Rune Activation Device near the East Rune, Northeast Rune, and West Rune. The runes can be found around the perimeter of Kirin\'Var Village\'s Wizard Row and Town Square districts. Return to Lieutenant-Sorcerer Morran once you\'ve completed the task.','Excellent work. Keep your fingers crossed, $N. I\'m going to activate the shield.','Have you activated all the runes? I\'m eager to see if we can\'t improve upon the blood elf method here. Anything one of Kael\'thas\'s men can do. real Kirin Tor can do better.','','Activate Eastern Rune','Activate Northeastern Rune','Activate Western Rune','',0,0,0,28725,0,0,0,0,0,1,0,0,19866,19867,19868,0,1,1,1,0,34646,34646,34646,0,0,0,0,0,29785,29784,29786,30398,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,34656,0,0,0,0,0,0,0,73800,0,0,0,0,'',10239,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10241,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10313,0,0,'Distraction at Manaforge B\'naar','We were sent here by the Sha\'tar to investigate the manaforges that Kael\'thas\' army is operating here. Unfortunately, the Scryers threaten to renege on their information-gathering duties unless we support them with military action.$B$BWe can\'t afford to compromise this mission over politics, so we\'ve agreed to weaken the manaforge\'s defenses so that the Scryers can do their work.$B$BProve your loyalty to the Aldor and slay the Sunfury magisters and bloodwarders that guard Manaforge B\'naar.','Slay 8 Sunfury Magisters and 8 Sunfury Bloodwarders and return to Exarch Orelis at Area 52.$B$BCompleting quests for the Aldor will cause your Scryers reputation to decrease.','Excellent work, $N. The Scryers have uncovered valuable information thanks to your distraction. Maybe they\'ll actually share it with us this time.','Have you completed your task, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18855,18853,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',11038,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10242,10958,3483,0,128,58,60,0,690,0,0,0,0,0,0,0,0,0,30404,1,'Spinebreaker Post','$n, my equipment here is, unfortunately, not configured for all the tests I\'d like to perform. However, my colleague at Spinebreaker Post, Apothecary Albreck, possesses the required implements.$B$BI have acquired a sample of Bleeding Hollow blood -- gained from a past mission of Thrallmar\'s agents. Take the sample to Albreck and allow him to study it.$B$BTo reach Spinebreaker Post, speak with Wing Commander Brack, near the wyverns to the south.','Apothecary Zelana at Reaver\'s Fall wants you to speak with Wing Commander Brack to take a wyvern to Spinebreaker Post, and then bring the Bleeding Hollow Blood Sample to Apothecary Albreck at Spinebreaker Post. ','A blood test, is it? It will be my pleasure. I always enjoy working with blood...','Welcome to Spinebreaker Post. How might my talents serve you?','','','','','',30404,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,25,0,0,0,0,0,0,2300,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',10449,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,2),(10243,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,10245,28571,1,'Naaru Technology','The Scryers obtained a personnel roster for Manaforge B\'naar and are now having a field day picking out assassination targets.$B$BThey\'ve missed one small bit of information, scribbled on the side of the roster. It appeared to be a password or code like those used to access naaru-made technology like the Exodar or Tempest Keep.$B$BGo inside the manaforge and look for a control panel. Copy its readouts on this scroll as well as you can. We must confirm our suspicions about the origin of the technology.','Go inside Manaforge B\'naar and find the B\'naar Control Console.$B$BCompleting quests for the Aldor will cause your Scryers reputation to decrease.','You unwrap the scroll and ready yourself to copy down the strange symbols.','The symbols scrolling in front of you look alien and unintelligible.','','','','','',28571,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10241,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10244,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10237,28598,1,'R.T.F.R.C.M.','Cracking the seal on this rather large tome, you can\'t quite make out what the words say. They appear to be written in the language of demons.$B$BHowever, you can make out the pictures, which tell their own story.$B$BThis is clearly a fel reaver construction manual, and you know for a fact that Mama Wheeler will want to take a look at it!','Take the Fel Reaver Construction Manual to Mama Wheeler at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','','','','','','','',28598,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10245,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,10299,28580,1,'B\'naar Console Transcription','You try to transcribe the shapes as you see them flash across your eyes. The results are less than exact, but should serve as adequate evidence to prove or disprove the Aldor\'s suspicions.','Deliver the B\'naar Console Transcription to Anchorite Karja at Area 52 in Netherstorm.$B$BCompleting quests for the Aldor will cause your Scryers reputation to decrease.','You\'ve done well, $N. Allow me a few moments to go over your transcription.$B$BYou have the priesthood\'s thanks, $C.','Let us see what you\'ve brought to us, $N.','','','','','',28580,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,75,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10243,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10246,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attack on Manaforge Coruu','Your success at Manaforge B\'naar was quite noteworthy. I\'m sure that Anchorite Karja will ask you for a repeat performance at Manaforge Coruu next.$B$BWe\'ve learned of a particularly important regiment of Sunfury arcanists and researchers being deployed there and I would like you to target them. Succeed and you will deliver a crushing blow against our enemy\'s forces.','Travel to Manaforge Coruu and slay 8 Sunfury Arcanists and 5 Sunfury Researchers. Return to Exarch Orelis when you\'ve completed this task.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','Excellent job, $N. With your dedication we\'re sure to defeat our enemy.','Have you completed your task, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20136,20134,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10313,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10247,10958,3523,0,136,67,69,1,0,0,0,0,0,0,0,0,0,10248,0,0,'Doctor Vomisa, Ph.T.','On the outskirts of town to the east are the Proving Grounds. Our top experimentalist, Doctor Vomisa, has been toying with a combination of fel reaver, ethereal, and of course, goblin technologies there.$B$BThis is in no small part thanks to your gathering efforts Junior Technician 3rd Grade, $N!$B$BGo to him; I know that he\'ll have a solution for saving Area 52.$B$BAnd since he\'s likely to use you as a test subject, if I were you, I\'d bring some friends along just in case.','Speak with Doctor Vomisa, Ph.T. at the Proving Grounds in Netherstorm.','Well. well, it would appear that we are in luck, young man.$B$BI was just recently able to finish the construction of my latest invention, the Scrap Reaver X6000!$B$BAnd you\'re going to have the honor of helping me test it so that it can be used in defense of Area 52!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10237,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10248,10958,3523,0,128,67,69,1,0,0,0,0,0,0,0,0,0,10249,28634,1,'You, Robot','Doctor Vomisa, Ph.T. at your service. Here, take this controller. I want you to activate it and give my newly-invented Scrap Reaver X6000 a spin.$B$BJust stay nearby! The controller is tied to my console here, and if you get too far away, the robot will cease to function.$B$BTry out everything... I\'ll be watching and calibrating its servos based upon your test run.','Activate the Scrap Reaver X6000 Controller and test out its capabilities. Then give your feedback to Doctor Vomisa, Ph.T at the Proving Grounds in the Netherstorm. Deal with any problems that arise.','Well, my boy that certainly was exciting! And for my money, I\'d say that the Scrap Reaver X6000 performed admirably, despite its rookie pilot.$B$BHehe, no, don\'t take offense, I was just kidding. After all, you just saved Area 52 and the X','What did you think? Still needs some tweaking, eh?','','Scrap Reaver X6000 Test Complete','','','',0,28634,0,0,0,0,0,1,0,0,0,0,19851,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10247,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10249,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to the Chief!','I\'m certain that the rocket-chief is going to want to have a word or two with you!$B$BIf I were you, I wouldn\'t hesitate to get back to Area 52 and speak with him!','Report to Rocket-Chief Fuselage at Area 52 in the Netherstorm immediately!','$N! Or, should I say Junior Technician 1st Grade $N?! Oh hell, who am I kidding? Skipping a grade isn\'t a good enough reward for what you\'ve done. I\'m going to make you my first officer!$B$BYou\'ve saved all of us, and more importantly the X-52 Nether-Rocket! I could just kiss you... but I won\'t.$B$BInstead, please let me present you with the gratitude of Area 52. Take your pick!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30019,30016,30014,0,0,0,1,1,1,0,0,0,30847,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123000,0,0,0,0,0,0,0,0,0,0,110700,0,0,0,0,'',10248,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10250,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,10258,28651,1,'Bloody Vengeance','East of here is an old destroyed Alliance siege tower. Now scavengers loot it for old nails and bits of scrap. Long ago, many Alliance warriors lost their lives at this tower and their banner was captured by Urtrak, a foul orc commander.$B$BBlow the Unyielding battle horn near the Alliance banner. This will get the attention of Urtrak. It may also summon forth warriors who fell in battle long ago.','Blow the Unyielding Battle Horn near the Alliance Banner. Kill Urtrak and then return to Althen the Historian at Spinebreaker Post.','I am glad to hear that the Unyielding joined you in your battle. I thought they might come to the sound of their own battle horn, but I could not be sure. Perhaps we have given some of them the vengeance they so desperately crave. $B$BYou have slain Urtrak and we must report your victory to Commander Hogarth in the Expedition Armory. He will understand the risks you have taken on his behalf.','Have you blown the horn by the siege tower yet? We must do this soon. Who knows when Thrallmar will have need of the Unyielding. ','','','','','',0,28651,0,0,0,0,0,1,0,0,0,0,19862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10230,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10251,10958,3518,0,136,64,67,0,0,0,0,0,0,0,0,0,0,10252,0,0,'The Master\'s Grand Design?','A couple of draenei paid us a visit last night. They\'d somehow learned that we had the book in our possession and made a very generous offer to \"take it off our hands.\"$B$BWe didn\'t ask them what they wanted with the book but the young one kept talking about \"the master\'s grand design,\" whatever that means.$B$BLook, I don\'t ask questions when money is in play. They gave us a lot of gold and we gave them the book.$B$BHe said that they lived in Nagrand - in the old Abandoned Armory, north of Telaar.','Find Nitrin the Learned at the Abandoned Armory in Nagrand.','The signs were all there but I turned a blind eye.$B$BThe Legion\'s grasp grows stronger every day. Even in these parts...$B$BHad I known... Had I known that my boy was communing with demons... They offered him power and then gave him a taste of that power. That was all that it took...$B$BThe book is gone. Taken by Levixus... His plans are known only to me and his dark master.$B$BStranger, I don\'t know if you\'ve ever done right in your life, but know this: the boy must be stopped.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',10231,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,3),(10252,10958,3518,0,128,64,67,1,0,0,0,0,0,0,0,0,0,10253,28664,1,'Vision of the Dead','It has already begun. Levixus stands atop the ruins of Auchindoun and reads from the book of the dead. He calls the dead out by name and, through demonic ritual, binds the tortured souls to his will. He will raise all of Auchindoun if given the chance!$B$BBut... you must first prepare. You cannot do battle with that which you cannot see.$B$B$B$BBring me the items I require to brew the tincture. It will open your mind and allow you to see into the spirit world.','Nitrin at the Abandoned Armory in Nagrand wants you to bring him 1 Mountain Gronn Eyeball, 1 Flawless Greater Windroc Beak, and 1 Aged Clefthoof Blubber.','Stranger... I was not forthright with you. Once you drink this potion, you will forever see into the world of the dead. This recipe that you drink of is a rite of initiation for all death priests of Auchindoun. Many go mad after its effects have taken hold. Seeing the dead is ... shocking.$B$B$B$BDo you wish to continue?','Levixus\'s army grows in size and power with each second that passes. You must hurry.','','','','','',28665,28667,28668,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10251,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10253,10958,3688,0,136,64,67,1,0,0,0,0,0,0,0,0,0,0,0,0,'Levixus the Soul Caller','Go now, $N. You will find Levixus on the uppermost ruins of Auchindoun. Enter there from the southern reaches of the Bone Wastes. He stands amidst a storm of souls...$B$BDestroy him and take the book of the dead. Once you have the cursed book in your possession, destroy it! Destroy it so that such an atrocity can never again be made possible.','Destroy Levixus and take the Book of the Dead from his possession.$B$BDeliver the Book of the Dead to Ramdor the Mad standing outside the Auchenai Crypt entrance of Auchindoun.$B$BYou had a deal, remember?','If the old draenei said to destroy the book, why didn\'t you?$B$B$B$BBah, what\'s the difference. You might be greedy but at least you\'re honest.$B$BMe on the other hand... I lied to get this book. I have no idea where these poor lost souls kept their treasure nor would I tell you if I did - however - I do have something for you. You did a good thing on this day. Perhaps a great thing... You should be rewarded.$B$BBy the way, welcome to the fold.$B$B','Who are you and what do you want? Oh... It\'s YOU.','','','','','',28677,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29312,29313,29315,29314,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',10252,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10254,10958,3483,0,136,55,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Force Commander Danath','$B$BWell, time to earn your pay. Report at once to Force Commander Trollbane within the keep. He and his advisors will no doubt be heartened to see you.$B$B$B$BFor the Alliance!','Marshal Isildor wants you to report to Force Commander Danath Trollbane in Honor Hold.','Well met, my $gbrother:sister;. I\'m glad you\'ve come. I am Danath - leader of the Sons of Lothar, and force commander of this hold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',10140,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,66,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10255,10958,3483,0,128,61,63,0,0,0,0,0,0,0,0,0,0,0,23337,1,'Testing the Antidote','I think there\'s something we can use in the blood as the base of an antidote. Don\'t look at me like I\'ve lost my mind!$B$BIt\'s a common theme in nature. Often, the cure for something can be derived from the toxin itself. That\'s just what I aim to do.$B$BRidding the boars of their demonic influence would probably eliminate their aggression and give us insight into how to best attempt to help other species.','Use the Cenarion Antidote on a Hulking Helboar and observe the results. Once you have the results of the experiment, return to Thiah Redmane at the Cenarion Post in Hellfire Peninsula.','$B$BBut, how could that happen? I\'m certain I prepared the antidote correctly!$B$BI\'ve seen it work with spider and snake venoms, so why would it backfire here? Perhaps that\'s one of Outland\'s many peculiarities, $N. I\'d best pass this information along to my comrades.','Do you have the results of the experiment?','','Administer Antidote','','','',0,23337,0,0,0,0,0,1,0,0,0,0,16992,0,0,0,1,0,0,0,34665,0,0,0,0,0,0,0,25986,25987,25985,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',9372,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,0,0,5),(10256,10958,3523,0,136,67,69,1,0,0,0,0,0,0,0,0,0,10257,0,0,'Finding the Keymaster','In retrospect, I suppose I should\'ve expected Kael\'thas\'s magic to be this robust. He\'s always been a talented mage, but I\'ve never seen anything like the power he wielded during the attack on the tower.$B$BThe ward keeps me from being able to scry out the force holding it in place, but it doesn\'t preclude you from scrying.$B$BYou\'ll require a focus, though. A crystal-bearing giant named Apex roams the plains to the west of Manaforge Duro. One of its crystals would make an excellent scrying focus.','Locate Apex and obtain Apex\'s Crystal Focus from him. Return to the Violet Tower and use Apex\'s Crystal Focus near Archmage Vargoth\'s Orb to discover who holds the key to breaking the tower\'s curse.','Commander Sarannis, you say? Hmm...$B$BShe\'s one of Kael\'thas\'s advisors, but certainly not a mage. I remember her from the attack on Kirin\'Var Village. I think your impressions are correct, $N. She\'s not maintaining the curse personally, but she holds the key to it.','','','Discover the Keymaster\'s identity','','','',0,0,0,0,0,0,0,0,0,0,0,0,19938,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10176,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10257,10958,3523,0,136,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Capturing the Keystone','It doesn\'t surprise me that Kael\'thas has put the key to this ward in the hands of someone like Commander Sarannis. Prince Kael\'thas is a great many things, but he is no simpleton.$B$BIn order to break this curse once and for all, you must enter Tempest Keep and claim the keystone.$B$BOnly once the keystone has been destroyed will I regain my freedom.','Venture into Tempest Keep\'s Botanica and retrieve the Keystone from Commander Sarannis. Bring it to Archmage Vargoth at the Violet Tower.','Amazing! From what little I\'ve seen of the fate of Farahlon, I\'m not certain I want to go outside, but it\'s much better than being trapped here for the rest of my days.','Did you obtain the keystone?','','','','','',28769,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10256,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(10258,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Fallen','Hogarth, the commander of the Armory, is in the eastern tower. You must report your victory over Urtrak to him. Perhaps he will be friendly? Of course he may try to consume your soul. One can never tell with spirits such as these. $B$BThe Unyielding are still against us and will no doubt kill you if they can. Be careful $N. ','Report to Commander Hogarth in the Expedition Armory. ','We lost our battle against the fel orcs so very long ago. You have restored some of our lost honor by killing Urtrak. $B$BTake one of our weapons with you. When you are fighting our most hated foes, use this weapon, and those who are free of our curse will come to your aid. $B$BBefore you leave, those who died at the siege tower wish to honor you for destroying our enemies. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29108,29109,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,5),(10259,10958,4,0,8,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Breach','Battle rages non-stop at the portal! The Argent Dawn is fighting a desperate fight -- and if we lose, then there will be no end to the demon\'s fire.$B$BHelp us, $N. Enter the breach and lend aid to our brothers and sisters. Help stem this tide of darkness! The Argent Dawn -- and the world -- needs you!','Kill 6 Invading Felguards and then return to Argent Emissary Proudwell.','Thank you, $N. Among the chaos of battle, heroes burn bright against the darkness. Your light shines true!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19284,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28788,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10260,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10183,0,0,'Netherologist Coppernickels','You must have crossed the main bridge into Netherstorm from Blade\'s Edge. Did you see Netherologist Coppernickels working with all of his crazy equipment there?$B$BStrange... I\'ve been expecting a report from him and it\'s overdue. He\'s probably forgotten. You know those \'science\' types.$B$BHead back out to the bridge and pin him down. Don\'t accept any of his excuses, just get me that report.$B$BThanks!','Speak with Netherologist Coppernickels at the bridge leading into the Netherstorm from Blade\'s Edge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10261,10958,3523,0,136,67,68,1,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Annihilator Servo!','WANTED: 1 Annihilator Servo to replace the failing one in my Long Neck Spectrum Analyzer.$B$BYou and your friends might want to check with the blood elves at Manaforge B\'naar to the west to see if they have any spares. They seem to have a few arcane annihilators roaming about.$B$BPlease deliver the servo in pristine condition to Papa Wheeler at Area 52.','Obtain an Annihilator Servo and deliver it to Papa Wheeler at Area 52 in the Netherstorm.','Woo hoo! Do you know how hard these things are to come by? It\'s not like I\'m getting a regular shipment of parts out here.$B$BTell you what, as payment I want you to take something out of my box of junk. I\'m sure there\'ll be something in there you can use. And if not, sell it.$B$BAlright, let me just take that off of your hands and get it into my Long Neck Spectrum Analyzer before the failing servo in it explodes!','I hope that you\'re here concerning the wanted ad that I placed!','','','','','',28787,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30295,30296,30294,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10262,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Heap of Ethereals','There is something else that I want your help with.$B$BA group of ethereals, known as the Zaxxis, have cut their relationship with the Consortium and gone into business for themselves. They\'ve even cut deals with the Sunfury blood elves. This will not be tolerated!$B$BI infiltrated their group at the Heap to the south. But after I took out their leader, I had to escape here to Area 52.$B$B$C, go down there and bring back their insignias. Of course, not all wear them because they\'re cowards.','Collect 10 Zaxxis Insignias and return them to Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','These insignia are a good start.$B$BUnfortunately while you were at the Heap, one of my other agents amongst the Zaxxis sent word to me that Warp-Raider Nesaad still lives!','Is it done? Have you wiped the Zaxxis scum from the face of Outland and brought me their insignia?','','','','','',29209,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10265,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10263,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10265,0,0,'Assisting the Consortium','The naaru of Shattrath City have been trying to find a means to bring the Consortium over to their way of seeing things.$B$BLuck would have it that the business relationship between the ethereals and the blood elves of the Netherstorm has recently soured.$B$BThere\'s a Consortium representative in town named Nether-Stalker Khay\'ji who recently ran into trouble with a pack of renegade ethereals. As a representative of the Aldor, I would like for you to help him in any way that you can.','Speak with Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','Hello, $R.$B$BYou don\'t happen to be available for a recovery mission of some importance?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'10264',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10264,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10265,0,0,'Assisting the Consortium','The naaru of Shattrath City have been trying to find a means to bring the Consortium over to their way of seeing things.$B$BLuck would have it that the business relationship between the ethereals and the blood elves of the Netherstorm has recently soured.$B$BThere\'s a Consortium representative in town named Nether-Stalker Khay\'ji who recently ran into trouble with a pack of renegade ethereals. As a representative of the Scryers, I would like for you to help him in any way that you can.','Speak with Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','Hello, $R.$B$BYou don\'t happen to be available for a recovery mission of some importance?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'10263',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10265,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10262,0,0,'Consortium Crystal Collection','Our leader, Nexus-Prince Haramad, has tasked me with the acquisition of a crystal artifact from the Arklon Ruins to the southeast.$B$BThey\'re old draenei ruins. Unfortunately for both myself and the goblins here, the Burning Legion has decided to move in to perform their own excavation.$B$BIf you\'re willing to help me, go to the ruins and take the crystal artifact from the dreadlord named Pentatharon.','Obtain an Arklon Crystal Artifact and return it to Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','Let me have a look at that.$B$BHmm, there doesn\'t appear to be anything special about it. I doubt this is it, though the manner in which you describe the Burning Legion\'s activities at the ruins, it sounds as if they\'re searching for something in particular as well.$B$BLet us hope that it\'s not the crystal that the nexus-prince wants so badly.','I get the impression that the prince is looking for a particular crystal, but I\'m not certain what it is.$B$BHave you already recovered the one from the dreadlord?','','','','','',28829,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'10263 10264',10263,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10266,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10267,0,0,'Request for Assistance','While you were at the Arklon Ruins, I received a request for assistance from one of our representatives out in the field. It would appear that the Consortium is having some \'difficulties\' in trying to recover property from the blood elves, which they refuse to pay for.$B$BPlease head east out of Area 52 and cross the bridge to the next island over. You\'ll find my associate, Gahruj, at the Midrealm Post, just inside of Eco-Dome Midrealm.','Seek out and offer your services to Gahruj. He is located at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','Yes, it\'s true. The blood elves have reneged on yet another purchase of goods that has already been delivered.$B$BAs Nether-Stalker Khay\'ji has vouched for you, I am hopeful that you will be able to assist me in this matter.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',10205,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10267,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10268,0,0,'Rightful Repossession','Our business relations with the blood elves appear to be at an end. A few weeks ago a large shipment of surveying equipment was delivered to them at Manaforge Duro. They have refused to pay for it.$B$B$N, I would ask that you pay the blood elves of Manaforge Duro to the east a visit. They appear to be having some trouble with an infestation of mana creatures there, so take advantage of their preoccupation.$B$BI care not what happens to them, but I would very much like to see the return of our property.','Collect 10 Boxes of Surveying Equipment and return them to Gahruj at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','Well, I for one am glad that this petty little business is behind us. I cannot remember a time when the Consortium has had dealings with such boorish and untrustworthy beings.$B$BYou, however, seem to be very trustworthy, $N. Perhaps you wouldn\'t mind doing me one more favor?','Do you have possession of the surveying equipment which the blood elves defaulted on?','','','','','',28913,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30273,30272,30271,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10266,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10268,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10269,28934,1,'An Audience with the Prince','Nexus-Prince Haramad has conveyed to me that he is interested in the immediate return of this property to him personally. I would greatly appreciate if you would deliver it in my stead.$B$BIt is a great honor to gain an audience with the nexus-prince, and I am sure that he would be keenly interested in hearing the tales of your adventures here in the Netherstorm.$B$BSeek out his chamber atop the Stormspire to the north. He is often present as a holographic image, which you may address.','Deliver the Surveying Equipment to the Image of Nexus-Prince Haramad at the Stormspire in the Netherstorm.','I welcome you to the Stormspire, $C. Please enjoy the hospitality of the Consortium.$B$BYou may place that equipment anywhere. I suspect that you\'ll be picking it back up rather soon.','Approach.','','','','','',28934,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,75,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,36900,0,0,0,0,'',10267,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(10269,10958,3523,0,132,67,69,0,0,0,0,0,0,0,0,0,0,10275,28962,1,'Triangulation Point One','There is another reason for the retrieval of the surveying equipment. There is a crystal from draenei legend of great importance to me.$B$BIt is said that the crystal bestows god-like powers to its bearer! But it is in danger of being unearthed by others - namely the Burning Legion.$B$B$N, take the equipment and use it to find the first triangulation point. We know it to be somewhere to the east near Manaforge Ultris.$B$BAfterward, check-in with my agent, Dealer Hazzin, on the Manaforge Ultris island.','Use the Triangulation Device to point your way toward the first triangulation point. Once you have found it, report the location to Dealer Hazzin at the Protectorate Watchpost on the Manaforge Ultris island in the Netherstorm.','$B$BAh, I know of your mission. It is one of great importance to Nexus-Prince Haramad!$B$BNow that we know the location of this first triangulation point, you must move swiftly to find the second!','Hello, traveler. You come to Hazzin because you are in need of my goods?','First triangulation point discovered','','','','',0,28962,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,4473,0,0,0,'',10268,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10270,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10271,0,0,'A Not-So-Modest Proposal','From the look on your face, I can tell you\'re a $r who appreciates a good profit.$B$BI\'ve built a reputation as a dealer in exotic goods, and I\'m about to launch a new venture.$B$BI need a reliable subcontractor to procure the goods from the Celestial Ridge.$B$BFirst, you\'ll need to re-energize a teleport pad. There is a spare power pack in Access Shaft Zeon, which is on the south side of Manaforge UItris. The Protectorate is operating in there, so you may be able to follow their tracers to your goal.','Retrieve the Teleporter Power Pack and bring it to the Ethereal Teleport Pad on the Celestial Ridge to the east of Manaforge Ultris. Activate the pad and give the Teleporter Power Pack to the Image of Wind Trader Marid so he can install it.','This power cell should hold for our purposes. Once the money starts rolling in, we\'ll improve it even more.$B$BEnough with such things. Every moment spent in discussion translates to lost profit.','Are you prepared to discuss business now, $N?','','','','','',0,28969,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10271,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10281,0,0,'Getting Down to Business','As you\'ve no doubt seen, the area is teeming with nether dragons in various stages of growth. All nether dragons, young and old, contain an essence that\'s highly desired by K -- err, by a client of mine.$B$BMost people aren\'t willing to risk their lives to gather it, so we\'ve got the place to ourselves. You can start by gathering the essence from any of the creatures out here, but it\'s imperative that we start building a supply right away. Return to me once you have the first batch.','Gather 8 Nether Dragon Essence, then return to the Ethereal Teleport Pad area. Nether Dragon Essence may be obtained from Nether Drakes or Nether Dragons.','And to think, that wretched ethereal was going to sell these essences to the blood elves like so much candy...','I\'m certain you have many questions, all of which will be answered in due time.','','','','','',28970,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10270,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10272,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10273,0,0,'A Promising Start','We\'ve come here to investigate rumors of a strange breed of dragons, perhaps even descendents of Deathwing himself. These are clearly not ordinary black dragons, though.$B$BWe\'ll know more once we\'ve had a chance to examine their eggs. Their hatred for my flight runs deep, so I can\'t get close enough to gather the eggs. Will you agree to help?','Gather 15 Nether Dragonkin Eggs, then return to Tyri and Jorad on the Celestial Ridge.','These will work quite nicely, $N. Thank you for agreeing to help us.$B$BBefore we can continue, however, there is something else we\'ll need to address.','Were you able to gather the eggs?','','','','','',28971,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10281,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10273,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10274,0,0,'Troublesome Distractions','Your former employer, Wind Trader Marid, must\'ve gotten wind that you\'re helping us now. Through my projection, I\'ve seen his nether-stalkers entering the area, hoping to track us down.$B$BWe\'ve been able to evade them so far, but Marid must be dealt with before the problem grows more severe.$B$BIf your impressions of Marid are correct, he\'ll do just about anything to secure the supply of his product. Return to him and tell him you\'re prepared to offer a deal. Lure him away and slay him.','Speak with Wind Trader Marid and lure him away from his trading post. Deal with him and then return to Tyri and Jorad on the Celestial Ridge.','Now that that troublesome ethereal has been dealt with, we can focus our efforts on understanding these nether dragons. I\'ve had a chance to examine the eggs and I\'ve made a few discoveries.','This Marid is a fool, or shall I say, was a fool.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20071,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10272,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10274,10958,3523,0,128,68,70,1,0,0,0,0,0,0,0,0,0,0,29101,1,'Securing the Celestial Ridge','The nether dragons have the same ferocious temperament as their black dragon forbears, but there is something entirely alien about them. They hatch and mature rapidly, harnessing the strange energies that forged their kind in the destruction of Draenor.$B$BThere is so much more I need to know about them, but I believe the powers may be of use to my own flight. If we can displace the leader of these drakes, Veraku, with a show of dominance, we can cow the rest of them into submission.','Use the Challenge of the Blue Flight to provoke Veraku on the southern edge of the Celestial Ridge. Defeat him and return to Tyri and Jorad on the Celestial Ridge.','Well done, $N. Well done indeed. The nether dragonkin will not accept a blue dragon among them at first, but with time and the firm demonstration of my authority, they will come around. Scattered, isolated, and without a definitive leader, we must be vigilant in preventing them from falling under the sway of a malevolent power, keeping them in check all the while.','Have you challenged and defeated Veraku?','','Slay Veraku','','','',0,29101,0,0,0,0,0,1,0,0,0,0,18544,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29808,29810,29811,29812,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10273,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10275,10958,3523,0,132,67,70,0,0,0,0,0,0,0,0,0,0,10276,29018,1,'Triangulation Point Two','I\'ve recalibrated the triangulation device with the information that you provided from the first point. You\'ll use it in exactly the same manner to discover the second.$B$BAll that I can tell you is that the second point is somewhere far to the west.$B$BOnce you\'ve located it, speak with Wind Trader Tuluman; another of the nexus-prince\'s agents. He\'s posing as a weapon merchant at a small trading post next to the bridge, which leads to the island that Manaforge Ara is on.','Use the Triangulation Device to point your way toward the second triangulation point. Once you have found it, report the location to Wind Trader Tuluman at Tuluman\'s Landing, just on the other side of the bridge from the Manaforge Ara island in the Netherstorm.','Very good indeed. The nexus-prince shall be pleased!$B$BWe now have the second point, which will now tell us where the third is, and the general vicinity of the crystal!','You wish to buy or sell?','Second triangulation point discovered','','','','',0,29018,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,4475,0,0,0,'',10269,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(10276,10958,3523,0,136,67,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Full Triangle','With the data from both the first and second points, I\'m now certain that the crystal is at the top of the Ruins of Farahlon to the northeast.$B$BUnfortunately, the data indicates that the crystal is moving, which means that it has already been discovered, probably by the Burning Legion!$B$BJust in case, I recommend that you take some friends along.$B$BSlay the demon that has the crystal and return it to Nexus-Prince Haramad.','Recover the Ata\'mal Crystal and deliver it to the Image of Nexus-Prince Haramad at the Stormspire in the Netherstorm.','Beyond my wildest dreams, I never thought that you would be able to retrieve the crystal!$B$BAnd then to actually give it to me! Do you have any idea how powerful it is?$B$BYour selflessness is inspirational and beyond reproach, $N! You have given me much to think about.','Hello again, my friend. How fare your efforts to find the crystal?','','','','','',29026,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10275,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,5),(10277,10958,1941,0,138,66,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Caverns of Time','Greetings, $N. Please follow the custodian. She will make things a bit more... clear.','Andormu at the Caverns of Time has asked that you follow the Custodian of Time around the cavern.','Hopefully you now have a better understanding of what is expected of you.$B$B','Do not return until you have at least a rudimentary understanding of what is happening.','Caverns of Time Explained','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10279,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(10278,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,10294,29027,1,'The Warp Rifts','Long have I wandered through Outland, searching for the truth of the void. Now I am old and weak. Perhaps you will help me? $B$BI must learn the secrets of the voidwalkers. You must find the Warp Fields to the west. West of the Expedition Armory there is a dark place on the edge of the abyss where time and space are weak. Use my unstable warp rift generator in the Warp Fields to create a warp rift. You must gather warp nether from the creatures that come through. ','Use the Unstable Warp Rift Generator in the Warp Fields. Gather 3 Warp Nethers from Unstable Voidwalkers and return them to Ogath the Mad in Spinebreaker Post. ','Unbelievable. You have touched the void itself! $N, you have saved my life\'s work. But there is more that must be done, and you can help me. ','Have you managed to use my experimental device yet? I think my unstable warp rift generator will work out there so close to the abyss. ','','','','','',29051,29027,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,5),(10279,10958,1941,0,136,66,66,0,1791,0,0,0,0,0,0,0,0,10277,0,0,'To The Master\'s Lair','Ah, $N. We have been expecting you. Please, allow one of my brothers to fly you down to the master. He awaits you below...','Speak to Andormu at the Caverns of Time.','We must prepare you for the battles that lie ahead...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(10280,10958,3703,0,128,67,70,0,0,0,0,0,0,0,0,0,0,10704,29106,1,'Special Delivery to Shattrath City','I am an ethereal of my word, $N. You have truly inspired me.$B$BI am now going to give you the ata\'mal crystal to hand over to the naaru. As it was your heroics that made this possible, I wish for you to deliver it.$B$BYou may use my personal teleporter to go directly to Shattrath City. Simply step through it and you will be transported there.$B$BGive the crystal to the naaru known as A\'dal on the Terrace of Light. May the trade winds be at your back.','Deliver the Ata\'mal Crystal to A\'dal on the Terrace of Light in Shattrath City.','You have recovered Spirit\'s Song! It is the ata\'mal crystal that Prophet Velen left behind with his people for safekeeping before he went upon his ill-fated mission to the Exodar.$B$BOdd that he did not foresee it falling into the hands of the Burning Legion, if even for a short time.$B$BOr, perhaps he did? It may be that he foresaw all of this, and left it there so that you would retrieve the crystal and deliver it to me here?$B$BI sense that is the truth of it. You are a great hero of your people, $N!','$B$BI sense that you have something of great power with you, $R. What is it that you bring to me?','','','','','',29106,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30258,30256,30257,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,35076,0,0,0,0,0,0,0,114000,0,0,0,0,'',10276,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10281,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10272,0,0,'Formal Introductions','Greetings, $N. Do not be alarmed. This is merely a projection of my current form. It\'s the only way my companion and I could keep watch without revealing ourselves.$B$BThe ethereal who approached you, Marid, is little better than a swindler in the guise of a legitimate merchant. I\'d like you to consider working with me instead. My purpose out here is to find out more about the unusual dragonkin on this ridge. Meet me at the north end of the ridge and we will discuss this further.','Find Tyri at the north end of the Celestial Ridge and speak with her.','My name is Tyrygosa, of the brood of Malygos, but most call me \'Tyri.\' My companion is the $C Jorad Mace.$B$BWord of these strange dragonkin has already traveled far and I fear that too many will rush to exploit them for profit without realizing the true nature of what they\'re dealing with. With your help, we\'re hoping to gain insight into these creatures before others discover their presence.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10271,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10282,10958,1941,0,136,66,68,81,0,0,0,0,0,0,0,0,0,10283,0,0,'Old Hillsbrad','To the west is the timeway to Hillsbrad of the past - 7 years to be exact.$B$BForces are working against the Horde warchief, Thrall, attempting to prevent him from ever escaping Durnholde Keep.$B$BIf Thrall never escapes, this world - as you know it - will cease to exist.$B$BGather a group of adventurers and take the timeway to old Hillsbrad. Two of our agents await you inside.$B$BSpeak with Erozion on the other side.','Andormu at the Caverns of Time has asked that you venture to Old Hillsbrad and speak with Erozion.','Our worst fears might soon be realized. The forces at work behind this temporal disturbance are a new flight of dragons known as the Infinite. We do not know where they came from or why they are destroying timeways.$B$BIn this pocket of time, they have kidnapped Taretha Foxton, daughter of Tammis Foxton, the secretary of Aedelas Blackmoore, ruler of Durnholde and overseer of all internment camps on Azeroth.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10277,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10283,10958,1941,0,128,66,68,81,0,0,0,0,0,0,0,0,0,10284,25853,1,'Taretha\'s Diversion','Taretha was integral in Thrall\'s survival and upbringing and instrumental in shaping Thrall\'s life.$B$BIt was Taretha who created the original diversion at Durnholde, allowing Thrall to escape.$B$BNow the Infinite have captured Taretha and hold her at Tarren Mill. The diversion will not happen without our involvement. You must use the incendiary devices that I give you and burn down the internment lodges in Durnholde. When you have done this, speak with young Thrall in the basement prison of Durnholde.','Travel to Durnholde Keep and set 5 incendiary charges at the barrels located inside each of the internment lodges using the Pack of Incendiary Bombs given to you by Erozion.$B$BSpeak to Thrall in the basement prison of Durnholde Keep when you have the Internment Lodges Set Ablaze.','You are friends of Taretha? So this is her new plan? Very well then...','Who are you?','','Internment Lodges Set Ablaze','','','',0,0,0,0,0,0,0,0,0,0,0,0,20155,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144000,0,0,0,0,'',10282,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10284,10958,1941,0,136,66,68,81,0,0,0,0,0,0,0,0,0,10285,0,0,'Escape from Durnholde','You look upon me now and see only a boy, but in my heart and soul I hide my dreams. I have plans for my people, stranger. One day, they shall overthrow their oppressors and rise as one. They will break free from the bonds that hold them and from that uprising shall be born the orcish Horde.$B$BI promise you, stranger, should we make it out of here alive, when I have the means to reward this selfless deed, I will seek you out... I will find you.$B$B$B$BWe will leave when you are ready.','When you are ready to proceed, let Thrall know. Follow Thrall out of Durnholde Keep and help him free Taretha and fulfill his destiny.$B$BSpeak with Erozion in Old Hillsbrad should you complete this task.','You have done a great thing, $N. Alas, the young warchief\'s memory of these events must be as they originally were... Andormu awaits you in the master\'s lair.','','','Thrall\'s Destiny Fulfilled','','','',0,0,0,0,0,0,0,0,0,0,0,0,20156,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144000,0,0,0,0,'',10283,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(10285,10958,1941,0,136,66,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Andormu','This timeline has been restored and the assault of the Infinite Dragonflight upon Hillsbrad has been quashed.$B$BReturn to Andormu at once. He awaits your arrival in the master\'s lair.','Return to the child Andormu at the Caverns of Time in the Tanaris desert.','Please accept a gift from the bronze flight. These items will assist you in your journeys through time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29317,29318,29319,29316,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10284,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10286,10958,3483,0,136,60,62,0,690,0,0,0,0,0,0,0,0,10287,0,0,'Arelion\'s Secret','Arelion\'s journal does not deal with any sort of scholarly studies. It details his escapades with a young female blood elf! How could I\'ve been such a fool?$B$BUnfortunately, the floozy\'s identity is not revealed in this journal. Aledis, a colleague of Arelion\'s, was his best friend and confidant. Go question him and find out who he was having this affair with.$B$BI saw Aledis leave Falcon Watch for Zangarmarsh. Follow the road headed north from town; it\'ll eventually lead west, toward Zangarmarsh.','Magistrix Carinda wants you to interrogate Magister Aledis, last seen traveling from Falcon Watch to Zangarmarsh.','I\'ll talk, $c. Put your weapon down, I don\'t want any more trouble.','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',9374,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10287,10958,3483,0,136,60,62,0,690,0,0,0,0,0,0,0,0,9472,0,0,'The Mistress Revealed','I\'m Arelion\'s friend, but I\'m not going to take the beating of my life for him. His mistress is Viera Sunwhisper.$B$BGo tell that harpy of a wife of his. What\'s she going to do anyway?','Return to Magistrix Carinda at Falcon Watch in Hellfire Peninsula.','Viera Sunwhisper? That lousy little brat.$B$BI will show her I\'m not one to be trifled with!','NULL','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,25,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,30000,0,0,0,0,'',10286,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10288,10958,3483,0,128,58,61,0,1101,0,0,0,0,0,0,0,0,10140,28105,1,'Arrival in Outland','I want you to speak with Amish Wildhammer, standing about 30 paces south of us, and catch the first flight to Honor Hold. When you arrive at Honor Hold, you\'ll be greeted by Marshal Isildor. I have prepared a report detailing our situation here. Give him the report, and tell him you\'re ready for duty.$B$BYou have your orders, soldier, now move out! And though your blood must be burning to help us against the fiends below, waste no time here. Honor Hold needs you even more.','Commander Duron at the Dark Portal in Hellfire Peninsula wants you to bring Duron\'s Report to Amish Wildhammer.','Reports for Honor Hold? No problem -- we\'ll get you there fast and safe on one of my gryphons!','I saw you speaking with Duron over there. You must be on an important mission!','','','','','',28105,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',10119,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,4,1,1,274,1,0,2000,2000,2000,5,0,0,2),(10289,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,10291,28024,1,'Journey to Thrallmar','When you\'re ready, I\'ll summon a wyvern to fly you to Thrallmar. Once you arrive, deliver Orion\'s report to General Krakork.$B$BLok\'tar ogar, $n - good luck.','Take Vlagga Freyfeather\'s Wind Rider to Thrallmar. Bring Orion\'s Report to General Krakork.','I\'ll rally what troops I can and send them to aid Orion\'s forces at the Dark Portal. The Legion will not soon forget the battle cry of the Horde! As for you $N, you\'ve done a great service for Thrallmar this day. I expect you\'ll be a great help to us here... if you have the wits to survive, that is.','A report from Orion? Give it here, quickly!$B$B$B$BDamn, it\'s just as we feared. Orion and his warriors could be overrun at any moment!','','','','','',28024,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',10120,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10290,10958,3523,0,136,68,70,1,0,0,0,0,0,0,0,0,0,10293,0,0,'In Search of Farahlite','To the northeast is an area called the Netherstone, a landmark not seen when this was a lush, green land. Newly-exposed crystal formations have shown us a mineral we\'ve called farahlite in honor of this land\'s former identity.$B$BThe tiny amount of farahlite we\'ve mined has already proven popular with our clients. The highest grade of the mineral comes not from static deposits, but from the giants around the Netherstone. I can offer you a cut of the profits if you\'ll help supply the higher grade farahlite.','Gather 4 pieces of Raw Farahlite and return to Zuben Elgenubi at the Stormspire.','Ah, yes. This is precisely the grade I was hoping for. We may give up mining the crystal formations altogether if we can secure a supply from the giants.','I understand the dangers of gathering farahlite are great, but so are the opportunities. A merchant who isn\'t willing to take the risk may as well close his doors and save himself the trouble.','','','','','',29163,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10291,10958,3483,0,136,55,60,0,690,0,0,0,0,0,0,0,0,10121,0,0,'Report to Nazgrel','Though our warriors are without peer, our hold on this wasteland is still tenuous. Report to Nazgrel inside the barracks - he has need of agents... such as you. If we can\'t protect our holdings here, we\'ll be of no use to anyone. Now go!','General Krakork in Thrallmar wants you to speak with Nazgrel.','We\'ve already lost many brave warriors to this cursed wasteland. I have little interest in sending more untested recruits to the slaughter.$B$B$B$BStill, if General Krakork sent you to me, he must have seen something in you. What say you then, $N? Will you serve your warchief with honor?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',10289,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10292,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10293,0,0,'More Power!','Gathering a precious commodity in small batches has a quaint, cottage-industry feel to it, but it\'s just not competitive in today\'s market.$B$BNo, what we need is a method of mass producing farahlite! Then, the quantity on the market will be completely within our control.$B$BI have an idea, but it\'s going to require a powerful, focused energy source. There\'s only one possible place to find an energy source powerful enough. Go to the Legion\'s camps to our north and \'procure\' some of their cannon.','Zuben Elgenubi wants you to capture 8 Legion Cannon and bring them back to the Stormspire.','$B$BI pledge to only use this incredible firepower for good. The good of my profit margin, that is. ','Did you get those cannon I need? ','','','','','',29154,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10293,10958,3523,0,136,67,69,1,0,0,0,0,0,0,0,0,0,0,0,0,'Hitting the Motherlode','Now that we\'ve got a good baseline product, we\'re going to need something of higher quality. Certainly the farahlite we\'ve gathered so far is nice, but I know there\'s better out there.$B$BWe\'ll have to get a sample directly from Cragskaar, the patriarch of the Farahlon giants! You should be able to find it among the other giants in the Netherstone area. It\'s got huge pieces of farahlite jutting from its back and that\'s exactly what we need. Fell the giant and collect a farahlite core from it.','Zuben Elgenubi at the Stormspire wants you to obtain a Farahlite Core.','Well done! I can\'t wait to put this to the test.','You\'re still alive, which means you\'ve either got the core, or you\'ve changed your mind. Which is it?','','','','','',29164,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29813,29814,29815,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10290,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10294,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10295,0,0,'Void Ridge','We have to improve my warp rift generator. You must take it to Void Ridge. Head east of here. You must avoid the foul fort of Zeth\'Gor. To the east beyond Zeth\'Gor is a small pass through the mountains. Through this pass you will find Void Ridge, a terrible place on the edge of the abyss.$B$BYou must kill the walkers that you find there, and bring me shards of their souls. With their power we will improve upon the warp rift generator and open a portal to the beyond that cannot be closed. ','Go to Void Ridge and kill the creatures you find. Collect 40 Void Ridge Soul Shards and return them to Ogath the Mad in Spinebreaker Post.','$BExcellent. the warp rift generator is almost complete. There is only one final ingredient we require. Soon we shall be able to open up a warp rift to the deepest parts of the abyss. $B$BWho knows what strange creature may come through? Think of it $N. the power such knowledge will bring is limitless.','You have done it then? You have the shards that we need? ','','','','','',29161,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10278,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10295,10958,3483,0,128,58,63,0,690,0,0,0,0,0,0,0,0,0,29226,1,'From the Abyss','My warp rift generator is complete. You can now use it to summon a true prince of the void, a creature whose soul shard will tell us much of what lies beyond. $B$BGo south in Void Ridge and use my warp rift generator near the void stones. Look for a cluster of crystals near the edge of the abyss. A huge warp rift will form and Void Baron Galaxis will surely appear. $B$BDestroy this creature and bring me his soul shard. ','Kill Void Baron Galaxis and collect his soul shard. Take the shard to Ogath the Mad in Spinebreaker Post.','You have saved my life\'s work $N.$B$BThey called me insane. they laughed at me. they thought I was mad for my obsession with the Void Ridge and Warp Fields. Now with this soul shard I can unlock the secrets of the voidwalkers. I will command the power of the abyss.','Have you destroyed Void Baron Galaxis yet?','','','','','',29162,29226,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29399,29398,29400,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',10294,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10296,10958,1941,0,136,66,70,81,0,0,0,0,0,0,0,0,0,10297,0,0,'The Black Morass','The Infinite Dragonflight have abandoned all pretense of subtlety. They plot to destroy the Guardian, Medivh, and prevent the Dark Portal from ever opening. While outwardly, this may appear a boon to the forces of the Alliance, it is in actuality catastrophic and will result in your world ending.$B$BYou must venture through the timeway leading to the Black Morass. Go west and then south, past my future self, until you reach the tunnel that houses the swamp specimens. Cross over and speak with Sa\'at.','Travel through the Caverns of Time to the Black Morass during the opening of the Dark Portal and speak with Sa\'at.','Indeed, if the orcs never make it to Azeroth, the Alliance will never form. Eventually civil war will break out, further weakening the human kingdoms.$B$BUltimately the Burning Legion will invade Azeroth, destroying it in the absence of any defenders.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10285,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10297,10958,1941,0,130,66,70,81,0,0,0,0,0,0,0,0,0,10298,24289,1,'The Opening of the Dark Portal','Beyond this timeway, in the heart of the Black Morass, the Guardian, Medivh, feverishly works to open the Dark Portal, heralding in the age of orcs upon Azeroth.$B$BThe Infinite have sent their rift lords to stop this from happening.$B$BScattered across the morass, rifts will materialize. Infinite will pour out of the rifts and attempt to destroy Medivh\'s shields and, ultimately, Medivh.$B$BKill their rift lords and leaders! Do this until Medivh succeeds. Use this chrono-beacon should you require aid.','Sa\'at inside the Black Morass of the Caverns of Time has tasked you with defending Medivh until he succeeds in opening the Dark Portal.$B$BReturn to Sa\'at should you succeed in your task.','You have done well, $N. The child, Andormu, wishes to speak to you once more.','You may only use one chrono-beacon per pocket of time.','The Dark Portal Opened','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10296,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10298,10958,1941,0,136,66,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hero of the Brood','Return to the child, Andormu, $N. He awaits you outside this pocket of time, in the master\'s lair.$B$BI hear flutterings. The Scale of Sands has shown interest in your abilities. Perhaps they too would like to speak with you.','Return to the child, Andormu, at the Caverns of Time in the Tanaris desert.','Once more you have secured the present and the future of this world, $N. Please accept these items as reward for your accomplishments.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29320,29322,29321,29323,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10297,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10299,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10321,0,0,'Shutting Down Manaforge B\'naar','We cannot shut down the manaforges by force as we\'d risk causing an explosion that would shake Outland to the core.$B$BAccording to your transcription, there is an emergency shutdown that permanently disables the technology - a safety mechanism common in naaru constructs.$B$BTo perform this procedure you will have to obtain a crystal that will allow you to communicate with the console. This access crystal is in the possession of an overseer called Theredis according to our information.','Return to Manaforge B\'naar and obtain the B\'naar Access Crystal from Overseer Theredis. Use it at the Manaforge B\'naar console to shut it down and report back to Anchorite Karja.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','The Light smiles upon you, $N. We were all praying for your success.','Have you succeeded in your task, $N?','','','Manaforge B\'naar Shut Down','','',29366,0,0,0,0,0,1,0,0,0,0,0,0,20209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10245,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10300,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10174,0,0,'Rebuilding the Staff','$B$BSimply barbaric! Ekkorash must\'ve taken the staff\'s crystalline headpiece for use in some other trinket, not realizing that it works in concert with the rest of the staff.$B$BAs long as it remains broken, the staff\'s power is greatly diminished. With a suitable draenei crystal, I should be able to repair it. I\'ve heard the goblins remarking about the crystals carried by the ghosts at the Enkaat Ruins to the north.','Obtain 4 Flawless Crystal Shards from the ghosts at the Enkaat Ruins and return them to Ravandwyr at Area 52.','$B$BThis crystal should work. I\'ll reshape the stave\'s socket to secure the new headpiece.$B$BWhen Archmage Vargoth sees it, he will be disappointed, but I can bear my master\'s disappointment if it means we\'ve freed him.','Have you managed to find some suitable crystals for a new headpiece for the archmage\'s staff?','','','','','',29216,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10173,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10301,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10209,28455,1,'Unlocking the Compendium','While I\'m glad to have most of Krasus\'s Compendium back, it\'s useless without the heliotrope oculus. You see, Krasus was well aware of the sheer power of the spells recorded in the book and took steps to safeguard them from prying eyes.$B$BOnly a knowledgeable mage can use the oculus to unlock the compendium\'s secrets.$B$BDuring Kael\'thas\'s attack, one of his lieutenants, Spellreaver Marathelle, looted it and took it to Sunfury Hold northeast of the tower. No doubt she thought it a pretty little bauble.','Obtain the Heliotrope Oculus from Spellreaver Marathelle at Sunfury Hold. ','Excellent, $N. Now, we have most of what we\'ll need to attempt to break Kael\'thas\'s magic.$B$BAnd if the blood elves suffer from the loss of their local commander, so much the better.','Have you recovered the oculus?','','','','','',28475,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10192,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10302,10958,3526,0,136,1,2,0,1101,0,0,0,0,0,0,0,0,9293,0,0,'Volatile Mutations','The irradiated power cores from the Exodar have been wreaking havoc on the environment here. The most obvious effect has been the appearance of the strange creatures that seem to have sprung up near them.$b$bThere may be something we can do to help them, but now, their sheer numbers are becoming too much for us to handle.$b$bI\'d like you to go out and cull their numbers somewhat, and perhaps I\'ll have another idea after giving it some thought.','Kill 8 Volatile Mutations, then return to Botanist Taerix at the Crash Site in Ammen Vale.','You\'re finished? That\'s good news. Hopefully, we can find a way to avoid the killing of these mutated beasts in the future.$b$bI believe I have formed a plan that might give us an alternative solution to this problem, but I will need your help.','I am working on a solution I think may be effective with the strange creatures. I just need more time.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16516,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',9371,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(10303,10958,3526,0,136,1,4,0,1101,0,0,0,0,0,0,0,0,9311,0,0,'The Blood Elves','You must eliminate... the blood elf... threat. Find out... what they\'re... up to!$B$BThey\'re on the... ridge behind me.','Kill 10 Blood Elf Scouts then return to Tolaan in the Shadow Ridge of Ammen Vale.','These blood elves mean to kill us all. How are we to divert them from this course?','There are too many of them... We must whittle them down or else the survivors will have no chance against them.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16521,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,24135,24134,24133,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',9309,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10304,10958,3526,0,136,1,4,0,1101,0,0,0,0,0,0,0,0,9303,0,0,'Vindicator Aldar','With your help, we were able to find a solution to our problems faster than I could have hoped.$b$bI don\'t have any other work for you to do. My apprentices and I can handle the rest.$b$bYou should go speak with Vindicator Aldar on the other side of the ship.','Speak with Vindicator Aldar at the Crash Site in Ammen Vale.','$N, is it? I\'ve heard good things about you and the work you\'ve been doing in the short time since you came to.$B$BWe\'ll definitely need your help getting things back to normal. Zhanaa, over there, could also use your help, I\'m sure.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',9294,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10305,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,0,28336,1,'Abjurist Belmara','This worn, sturdy tome is no spellbook, as you might expect a Kirin Tor mage to carry. The pages of the volume are covered with hand-copied stories, accompanied by colorful illustrations.$B$BThe tome seems to be far older than its former owner and may have even been a family heirloom. A powerful tie to the book may have been the last thread tying Belmara\'s spirit to the ruins of Kirin\'Var. Returning it to its proper place on the bookshelf in her quarters might help appease her restless spirit.','Locate Abjurist Belmara\'s quarters in Wizard Row and return the book to its Bookshelf. Then, speak with Custodian Dieworth at Kirin\'Var Village.','Ah, yes. I\'d heard that Abjurist Belmara had an old book of stories, but I had no idea that she brought it with her to Outland. I\'m certain her spirit will rest easier knowing that you\'ve found it and returned it to her dwelling.','What have you found, $N?','','Put Belmara\'s Spirit to Rest','','','',0,0,0,0,0,0,0,0,0,0,0,0,19547,0,0,0,1,0,0,0,34140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10306,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,0,28352,1,'Conjurer Luminrath','The cloak, undoubtedly of high elven craftsmanship, is richly tailored, even by the standards of the Kirin Tor. The symbols and characters sewn into the cloak\'s fabric hold no meaning for you, but clearly imbue the garment with magical properties.$B$BPerhaps this object binds the spirit of its former owner to this plane of existence. If so, returning it to the dresser in Conjurer Luminrath\'s quarters might break the spirit\'s link to this world, allowing it to rest.','Locate Conjurer Luminrath\'s quarters in Wizard Row and return the mantle to his Dresser. Then, speak with Custodian Dieworth at Kirin\'Var Village.','We used to always comment that Luminrath would wear that cloak with just about anything. To him, red went equally well with white, black, purple, blue, yellow, orange, and green. He would never wear the same robe two days in a row, but the cloak was always there...','What have you found, $N?','','Put Luminrath\'s Spirit to Rest','','','',0,0,0,0,0,0,0,0,0,0,0,0,19548,0,0,0,1,0,0,0,34142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10307,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,0,28353,1,'Cohlien Frostweaver','Looking at the hat, you find yourself asking if any Kirin Tor mage would own such headgear. Judging from the hat\'s wear, it seems the gnome wouldn\'t go anywhere without it.$B$BYou try on the hat momentarily, discovering no magical properties beyond a faint urge to dance.$B$BThe treasured possession might be the source of the dead mage\'s bond to the village. Placing the hat in the footlocker in Cohlien\'s quarters might free his spirit.','Locate Cohlien Frostweaver\'s quarters in Wizard Row and return the hat to his Footlocker. Then, speak with Custodian Dieworth at Kirin\'Var Village.','$B$BYou\'re absolutely right about the hat. He wore it all the time and wouldn\'t let it out of his sight.$B$BThere were a couple of times when a fellow mage, who shall remain nameless, \'borrowed\' the hat and hid it as a prank. Needless to say the threat of one of Cohlien\'s frostbolts changed his mind.$B$BI\'m going to miss little Cohlien. He had quite a way with the elven women.','What have you found, $N?','','Put Cohlien\'s Spirit to Rest','','','',0,0,0,0,0,0,0,0,0,0,0,0,19550,0,0,0,1,0,0,0,34144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10308,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Another Heap of Ethereals','','','Traitors, all of them!$B$BGood work, $C! If you find your way back down there again, I\'m always looking to add to my collection of their insignia!','The Consortium is keenly interested in wiping out all of the Zaxxis rebels at the Heap to the south.$B$B$C, if you would like to ingratiate yourself further with us, go back down there and bring back more of their affiliation insignia.','','','','','',29209,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10262,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10309,10958,3523,0,128,67,68,1,0,0,0,0,0,0,0,0,0,0,29447,1,'It\'s a Fel Reaver, But with Heart','You see that scrapped fel reaver over there to the south? Isn\'t it a thing of beauty?$B$BI want its heart!$B$BWhat? Yes, of course it has a heart... what doesn\'t?$B$B$B$BGo on over there, pry it open, bring back what I want and I\'ll give you a nice finder\'s fee in return.$B$BOh, and I\'d take a friend or two along if I were you. These Zaxxis ethereals are a pretty mean bunch!$B$BTake this fel zapper to jumpstart its heart when you\'re ready to begin.','Recover the Heart of the Fel Reaver and deliver it to N. D. Meancamp at The Heap in the Netherstorm.','Wow, look at that... a beating fel reaver heart! Well, it\'s not really \'beating\', but you know what I mean.$B$BI can\'t wait to put this thing to good use. Or, maybe sell it. I know a few suck... er, clients that might be interested.$B$BHere, you\'ve earned your pay and then some!','My eyesight must be going from all of the nether radiation. You have that fel reaver\'s heart yet?','','','','','',29260,29447,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30268,30270,30269,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10310,10958,3523,0,130,68,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Sabotage the Warp-Gate!','With the Burning Legion nearby at the fel reaver scrap field, we must do what we can to stop the flow of demons into the area.$B$BThey have a warp-gate to the south in an area that they\'ve cleverly named Invasion Point: Destroyer.$B$BI need you to go with me to the site and keep me safe while I sabotage it.$B$BAfterward, go to the Midrealm Post to the north inside Eco-Dome Midrealm and apprise Gahruj of our success.$B$BWe\'re going to need a friend or two of yours along to help with this.','Escort Drijya to the warp-gate at Invasion Point: Destroyer, and see to it that he is kept safe while he attempts to sabotage it. Then speak to Gahruj at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','That is most excellent news, my friend!$B$BYou and Drijya have done us a great service. With that warp','How may I help you?','Burning Legion warp-gate sabotaged','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29978,29980,29979,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,350,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10311,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10311,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10310,0,0,'Drijya Needs Your Help','$C, it is good to see a helpful face around here.$B$BThe Burning Legion at the nearby fel reaver heap has become more bold, and I am beginning to fear for our safety here. The demons are constantly receiving reinforcements from Invasion Point: Destroyer to the south.$B$BMy compatriot, Drijya, has gone down there to scout and see if he can do something about the Burning Legion\'s warp-gate.$B$BPlease find and assist him in any way that you can.','Speak with Drijya near Invasion Point: Destroyer in the Netherstorm.','I hope that Gahruj has sent you to help me with my mission.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10312,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10316,0,0,'The Annals of Kirin\'Var','Silencing the spirits has not bled them of their aggression as we had hoped it would. The malevolent spirits you subdued have reemerged in the streets of the town.$B$BWe must uncover what is causing this to happen. The destruction of Kirin\'Var was just the beginning, or else the spirits would have been quieted by now.$B$BThe town hall in the southern section of Kirin\'Var maintained a logbook of all the residents. Last I heard, it was in the keeping of Battle-Mage Dathric. Perhaps his spirit still has it.','Retrieve the Annals of Kirin\'Var from the town hall of Kirin\'Var Village and return it to Custodian Dieworth.','Hmm...$B$BIt seems I was right. There is a pattern here.$B$BThe most aggressive and dangerous ghosts coincide with the most powerful and highest ranking Kirin Tor who resided in the village. The townspeople and tradesmen seem overlooked by comparison. What could this mean?','Were you able to find the registry?','','','','','',29331,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10184,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10313,10958,3523,0,128,67,68,0,0,0,0,0,0,0,0,0,0,0,29324,1,'Measuring Warp Energies','If our instincts are right and these manaforges have been made using technology from Tempest Keep, then all of Outland could be in grave danger.$B$BTempest Keep\'s energy-recharging mechanisms were never supposed to be used this close to the land. The warp energies are capable of destroying this very land, even when contained within Kael\'s pipelines.$B$BTake this orb to Manaforge B\'naar; it is attuned to measure warp energies. Use it at the pipelines\' ends, where they go into the earth.','Exarch Orelis in Area 52 wants you to take the Warp-Attuned Orb to Manaforge B\'naar and use it at the end of its four pipelines.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','This is grave news, $N. The warp energies emanating from the pipelines are dangerously high.$B$BWe must find a way to shut down the manaforges or what little remains of Outland will be shattered into pieces.','Have you performed the measurements I asked for, $N?','','Northern Pipeline Measured','Eastern Pipeline Measured','Southern Pipeline Measured','Western Pipeline Measured',0,0,0,29324,0,0,0,0,0,1,0,0,20333,20336,20337,20338,1,1,1,1,35113,35113,35113,35113,0,0,0,0,30362,30363,30364,30521,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10241,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10314,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10319,0,0,'A Lingering Suspicion','The strange magical device resembles nothing you\'ve ever seen before. It\'s certainly not of blood elf manufacture.$B$BAs you sense spirits moving closer to the building, the orb glows with a greater intensity, which fades as the spirits leave. There\'s no question that it plays a role in the corruption of the ghosts.$B$BHow it works remains a mystery. Perhaps Custodian Dieworth will have some insight if you can provide the remains of some of the spirits along with your observations.','Collect 10 Loathsome Remnants from the twisted spirits in Kirin\'Var Village\'s Chapel Yard and bring them to Custodian Dieworth.','$B$BThe device you described sounds like a necromantic focus... I should\'ve known that no-good apprentice would stoop to this. I thought his training would keep him from going this far. but I guess he\'s proven me wrong.','What have you discovered, $N?','','','','','',29338,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10316,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10315,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Neutralizing the Nethermancers','The blood elves are fools! I\'m glad that our trade relations with them have fallen apart. In all of my travels throughout the cosmos, I have never encountered beings so selfish.$B$BThey continue to destroy the land around us with their manaforges, so let\'s see if we can put a dent in their operations across the bridge at Manaforge Ara.$B$BTheir nethermancers channel energy to and from the blood gems to stabilize the flow of power. Go over there and wipe them out!','Kill 15 Sunfury Nethermancers and return to Nether-Stalker Oazul at Tuluman\'s Landing in the Netherstorm.','Anything that we can do to encourage them to stop what they\'re doing at these manaforges is a good thing.$B$BThey certainly do not seem to be able to be reasoned with. And it seems clear to me that whatever their leaders have in mind, they are insane.$B$BAs remuneration for your faithful service to the goals of the Consortium, I would like to offer you the coin of your realm if it does not offend you.','How many nethermancers have you managed to fell?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20248,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10316,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10314,0,0,'Searching for Evidence','Whoever is behind the transformation of the spirits has been very deliberate in their actions, taking care to target the most powerful mages first, but why? The kind of magic required to influence the spirits of slain Kirin Tor mages must be very powerful.$B$BWhy would a powerful mage go to all this trouble? I\'m inclined to say this is another plot of Kael\'thas\'s, designed to cause more misery here. If there are blood elves here, they\'re likely to be hiding in the houses across the covered bridge.','Search Kirin\'Var Village\'s Chapel Yard for clues about who is behind the manipulation of the spirits.','A glowing orb sits atop a square-shaped pedestal. At first glance, it seems to be a repository for magical energy, but what kind of energy, and for whose use?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10312,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10317,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10318,0,0,'Dealing with the Foreman','The blood elves call the mine underneath Manaforge Ara the Trelleum Mine. Ever since they lost the one underneath Manaforge Ultris, this is where their sole supply of material for running the forges is coming from.$B$BNeedless to say, it would be a boon for us to cripple their mining operation. Perhaps we\'d even be able to move in and take it over for ourselves?$B$BWhatever the case, I want you to go in there and deal with Foreman Sundown. The mine is around the back of the island to the left.','Deal with Foreman Sundown inside the Trelleum Mine, which is underneath Manaforge Ara in the Netherstorm.','$B$BYou came in here to kill me? Hmph. Well I guess the ethereal don\'t know everything, do they?$B$BI\'m not the one that you want, trust me.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,2,6,1,0,0,0,1000,0,0,0,0,0,5),(10318,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dealing with the Overmaster','I used to be the foreman here. But now that I\'ve been demoted, I\'ve come to realize our pilgrimage from Quel\'Thalas to Outland was all a lie.$B$BA lie perpetrated by Kael\'thas to strengthen his forces here in the Netherstorm.$B$BI\'ve tried to convince my brethren that we should leave, especially with the Burning Legion here, but they are all too stubborn.$B$BDo me a favor? Kill Overmaster Grindgarr. Then return to your ethereal and tell him that I am no longer his enemy.','Slay Overmaster Grindgarr. Then return to Wind Trader Tuluman at Tuluman\'s Landing in the Netherstorm.','A doomguard overmaster? That\'s odd! What\'s the Burning Legion doing in there?$B$BSo, some of the blood elves are defecting. We\'ll keep that in mind if we ever attempt to take the place by force. At least there\'s some good news that has come from all of this, no?$B$BPlease, $N, take this with my deepest gratitude.','What news do you bring from Manaforge Ara? Did you deal with Foreman Sundown?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20803,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,30003,30004,30005,30006,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10317,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,1000,1000,1000,3,1,6,1,0,0,1000,1000,0,0,0,0,5),(10319,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10320,0,0,'Capturing the Phylactery','I suppose an explanation is in order. You\'ve met one of the archmage\'s apprentices, Ravandwyr, but there was also another named Naberius.$B$BHe was an ardent student, but was drawn to necromancy. When Kael\'thas appeared with his forces, Naberius seized the opportunity to betray the archmage, handing over the secrets to the tower\'s defense.$B$BNow, it seems, he has become a lich. If we are to stop him, we must capture his phylactery. Knowing him, he would\'ve buried it somewhere out of sight in his domain.','Recover Naberius\'s Phylactery from Kirin\'Var Village\'s Chapel Yard district and bring it to Custodian Dieworth.','Excellent work, $N. Possession of the phylactery will be the key to our victory. When you enter battle with Naberius, I will smash it, exposing him to your attacks.','You must recover Naberius\'s phylactery before we can attack him. Otherwise, he will be invulnerable.','','','','','',29361,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10314,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10320,10958,3523,0,136,67,69,1,0,0,0,0,0,0,0,0,0,0,0,0,'Destroy Naberius!','Archmage Vargoth saw the danger in Naberius\'s pursuit of necromancy, but I don\'t think he ever anticipated that his own apprentice would wreak this much destruction upon the Kirin Tor.$B$BYou must defeat him, $N, or else he will continue enslaving the spirits of our fallen brothers, robbing them of their rightful rest and destroying what little remains of Kirin\'Var.$B$BWith his phylactery in hand, he can be confronted by two or three combatants, but who knows what his magic might do to more foes?','Custodian Dieworth in Kirin\'Var Village wants you to confront and defeat Naberius in the village\'s Chapel Yard.','The defeat of Naberius is a great achievement, $N. I can\'t help thinking that we might have had a chance against Kael\'thas\'s forces if the apprentice\'s loyalties had been in the right place that day.','Have you destroyed the lich of that wretched Naberius?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20483,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29780,29781,29782,29783,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,92400,0,0,0,0,'',10319,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10321,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10322,0,0,'Shutting Down Manaforge Coruu','Your success at B\'naar has given us a great deal of hope, $N.$B$BWe\'ve shared our discoveries with the Scryers and in return they\'ve given us more information on the remaining manaforges.$B$BThree other manaforges still stand, in full control of the Sunfury army.$B$BYou will find Manaforge Coruu to the east. Overseer Seylanna holds the access crystal there. Obtain it and use it on the manaforge\'s control console to begin the emergency shutdown.$B$BWe\'re all counting on you, $N.','Travel to Manaforge Coruu, east of Area 52, and obtain the Coruu Access Crystal from Overseer Seylanna. Use it at the Manaforge Coruu Console to shut it down and return to Anchorite Karja.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','Excellent work. Only two manaforges remain active.$B$BSoon Kael\'thas will be cut off from his main source of power.','Have you completed your task yet, $N?','','','Manaforge Coruu Shut Down','','',29396,0,0,0,0,0,1,0,0,0,0,0,0,20417,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10299,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10322,10958,3523,0,136,67,70,0,0,0,0,0,0,0,0,0,0,10323,0,0,'Shutting Down Manaforge Duro','We\'ve received news from one of the two manaforges that remain operational. The Sunfury army is losing control of Manaforge Duro.$B$BDroves of errant mana creatures have been attracted to it by its increased energy production - the manaforge is in chaos.$B$BAn explosion at Duro has the potential to cause a chain reaction that would endanger all of Outland. Overseer Athanel is in possesion of the access crystal you need to safely disable the manaforge.','Anchorite Karja wants you to go Manaforge Duro and obtain the Duro Access Crystal from Overseer Athanel. Use it at the Manaforge Duro Console to shut it down.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','You are blessed by the naaru, $N. Your dedication to the cause will not go unnoticed or unrewarded.','Have you completed your task yet, $N?','','','Manaforge Duro Shut Down','','',29397,0,0,0,0,0,1,0,0,0,0,0,0,20418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10321,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10323,10958,3523,0,136,67,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge Ara','One manaforge is all that keeps Tempest Keep functional. After we bring Manaforge Ara down, Kael will have to resort to depleting whatever energy he\'s got stored up.$B$BTravel to Manaforge Ara, in the northwest, and deliver the final blow that we need by shutting it down.$B$BThe last access crystal is in the possession of Overseer Azarad. Be warned that we expect heavy opposition in the last of Kael\'s functional manaforges. You\'re likely to need the assistance of reliable friends.','Travel to Manaforge Ara and obtain the Ara Access Crystal from Overseer Azarad. Use it at the Manaforge Ara console to shut it down.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','The Burning Legion? Allied with Kael\'thas Sunstrider?$B$BThis is dire news. It explains much about what we\'ve seen here and in Shadowmoon.$B$BWe must send word back to Shattrath City immediately.','Have you completed the task I asked of you, $N?','','','Manaforge Ara Shut Down','','',29411,0,0,0,0,0,1,0,0,0,0,0,0,20440,0,0,0,1,0,0,0,0,0,0,0,0,0,0,30377,30365,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10322,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10324,10958,3524,0,136,4,8,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Great Moongraze Hunt','Well done, $n! Well done!$b$bNow that you\'ve cut your teeth with the moongraze stag, it\'s time you graduated to more formidable prey. Do not allow the casual disinterest of the moongraze bucks to fool you: when provoked, they are a fearsome foe.$b$bYou\'ll find the bucks north of here. Good hunting.','Bring 6 Moongraze Buck Hides to Acteon at Azure Watch.','Wonderful! You\'re turning into quite the hunter, $n.$b$bHow would you like to look more like me? Well here is your chance! While you were out hunting, I fashioned these items out of some buck hides I had laying around. Take your pick!','The buck hides are rugged and strong, making for very tough flesh - almost inedible, but we can use them for other purposes.','','','','','',23677,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24104,24103,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',9454,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(10325,10958,3703,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marks of Kil\'jaeden','As you probably know, $N, the Aldor are keepers of the Light and servants of the naaru.$B$BDiametrically opposed to us are the agents of the Burning Legion - demons bent on the destruction of worlds and the corruption of the innocent.$B$BIf you wish to prove yourself to the Aldor, bring me the insignias of low-ranking Legion and their Shadow Council followers. We know of a Shadow Council hideout in the Bone Wastes and there are many Legion outposts in Nagrand and the Blade\'s Edge Mountains.','Bring 10 Marks of Kil\'jaeden to Adyen the Lightwarden in Shattrath City.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Facing the demons of the Burning Legion and the mad cultists that worship them is no small feat, $N. You\'ve shown great dedication and courage. Keep it up and your renown among the Aldor will continue to grow.','Do you bear any of our enemies\' insignias, $N?','','','','','',29425,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10211,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10326,10958,3703,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Marks of Kil\'jaeden','','','You continue to prove your worth, $N. Fight the enemies of the Light wherever you may find them; your actions will be well-rewarded.','Do you bear more of our enemies\' insignias, $C? The Burning Legion continues to be a threat and we continue to pursue them anywhere that we find them.','','','','','',29425,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10325,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10327,10958,3703,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Single Mark of Kil\'jaeden','','','You continue to prove your worth, $N. Fight the enemies of the Light wherever you may find them; your actions will be well-rewarded.','I\'ll take any leftover marks you might have. Do not worry; your actions will be duly noted.','','','','','',29425,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10325,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10328,10958,3523,0,136,67,70,0,0,0,0,0,0,0,0,0,0,10431,0,0,'Sunfury Briefings','Something about these manaforges has been bothering me, $N. Naaru technology is incredibly advanced; it should\'ve taken Kael\'thas years to even begin to understand it.$B$BInformation-gathering on the subject has been difficult as Kael\'s army is well disciplined and destroys all evidence of written communication.$B$BWe\'ve been informed Manaforge Duro is under attack by mana creatures. It is possible that those defending it have not yet destroyed their briefings. Obtain them and bring them to me.','Go to Manaforge Duro and retrieve the Sunfury Military Briefing and the Sunfury Arcane Briefing from the Sunfury units stationed there. Return to Exarch Orellis when you\'ve completed this task.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Excellent job, $N! Let us see what can be learned from these briefings.','Did you have any luck with the briefings from Manaforge Duro?','','','','','',29545,29546,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10246,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10329,10958,3523,0,136,67,68,0,690,0,0,0,0,0,0,0,0,10194,0,0,'Shutting Down Manaforge B\'naar','I was having a friendly discussion with the Aldor while you were gone. Manaforges sure look like modified naaru technology from Tempest Keep. Apparently, most naaru constructs have certain safeguards that allow them to be permanently disabled in case of emergency.$B$BThe procedure is usually initiated at a control console via an access crystal. Lo and behold, according to the roster you secured, such a crystal is in the possession of a fellow called Overseer Theredis. Obtain it and see what you can do.','Return to Manaforge B\'naar and obtain the B\'naar Access Crystal from Overseer Theredis. Use it at the B\'naar Control Console to shut it down, then report back to Spymaster Thalodien.$B$BPerforming quests for the Scryers will cause your Aldor reputation level to decrease.','Of course it worked! I\'m a spymaster; my information is always accurate.$B$BAnyhow, I have a whole new exciting job lined up for you. You want to hear about it? Of course you do.','Did the plan work? I was half-expecting you to get blown up, to tell you the truth.','','','Manaforge B\'naar Shut Down','','',29366,0,0,0,0,0,1,0,0,0,0,0,0,20209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10193,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10330,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10200,0,0,'Shutting Down Manaforge Coruu','Thalodien told us of your success in disabling Manaforge B\'naar. He expects a repeat performance here and asked us to keep an eye out for anyone using a crystal to access the console inside. Overseer Seylanna holds the access crystal, we\'re sure of it.$B$BGo back in there and finish the operation. No need to be stealthy anymore; get the crystal, begin the shutdown, kill the technicians trying to stop you and get out.$B$BHurry, it won\'t be long before Kael\'s lapdogs sniff us out.','Obtain the Coruu Access Crystal from Overseer Seylanna. Use it at the Coruu Control Console to shut down the manaforge and return to Caledis Brightdawn.$B$BPerforming quests for the Scryers will cause your Aldor reputation level to decrease.','We heard all the commotion and were just about to leave. Glad to see you didn\'t take too bad of a beating.','Have you completed your task yet, $N?','','','Manaforge Coruu Shut Down','','',29396,0,0,0,0,0,1,0,0,0,0,0,0,20417,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10198,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10331,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10332,0,0,'Indispensable Tools','You haven\'t seen a heavy smithing hammer lying around by chance, have you? I brought it out here with me to finish the shoes for some of old man Amorlin\'s horses, but I can\'t find it.$B$BI\'ve searched the barn no less than a half dozen times and I just can\'t seem to find it. Maybe one of the other apprentices retrieved it and took it back to the smithy? Would you be willing to go down there and take a look? The workshop is to the southeast of the tower in the Town Square.','Retrieve the Smithing Hammer from the Kirin\'Var Apprentices and bring it back to Apprentice Andrethan in Kirin\'Var Village.','Thank goodness! Now I can get back to work. I know you think I\'m crazy, working on the piece that will earn me journeyman status away from the forge proper, but I can\'t run the risk of one of the other apprentices copying my design.','Did you have any luck finding my hammer?','','','','','',29365,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10332,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Master Smith Rhonsus','At last, my journeyman project is complete! I can\'t wait to formally present it to Master Rhonsus.$B$B$B$BThey attacked you? All of them? By the Light, they\'ve gone mad!$B$BWhat are we to do, $N? It grieves me to say so, but it may be necessary to kill Master Rhonsus. It would leave me as the only smith in Kirin\'Var, but I believe my training is sufficient to serve the town\'s needs.','Apprentice Andrethan in Kirin\'Var Village wants you to kill the ghost of Rhonsus, the town\'s master blacksmith.','Master Rhonsus taught me everything I know about my trade. I will honor his memory by using my skills to serve the people of Kirin\'Var.','$B$BHave you... dealt with Master Rhonsus?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29787,29788,29789,29791,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10331,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10333,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10234,0,0,'Help Mama Wheeler','Say, $N, I was wondering if you could do me another favor.$B$BMy partner out in the field could probably use a hand. I was wondering if you could go check in on her.$B$BI\'m sure that Mama Wheeler will appreciate the help. Just don\'t mind her sharp tongue.$B$BShe\'s trying to look out for our interests to the east. You\'ll find her just inside Eco-Dome Midrealm at the Midrealm Post.','Speak with Mama Wheeler at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','What?! He called me his \'partner\'? I\'m his wife!$B$BAnd he said I had a sharp tongue! Ooh, when I get back to Area 52, I\'m going to box his big, green ears!$B$BBut I\'m glad that you\'re here. He was right about one thing; I can definitely use your help!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10206,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10334,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,0,29428,1,'Needs More Cowbell','Where, oh where has my Bessy gone? After the attack, I searched the fields and the Chapel Yard for her, but she was nowhere to be seen!$B$BAll I have left of her is this old cowbell. She usually comes running when she hears it, but these feeble old bones probably couldn\'t shake it hard enough.$B$BI\'ll loan you Bessy\'s bell if you\'re willing to go out to the fields and ring it as hard as you can. Perhaps all Bessy\'s waiting for is a little more cowbell.','Find Bessy in the fields near Kirin\'Var Village\'s Chapel Hill in Netherstorm.','','','','','','','',29428,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,55500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(10335,10958,3523,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,29445,1,'Surveying the Ruins','I have to get over to the Ruins of Farahlon to start my excavations! The problem is that the place has been infested by demons!$B$BMaybe you could do some preliminary work for me?$B$BThere are three locations within the ruins to the northeast where I want you to place surveying markers. Each is near a draenei banner.$B$BReturn to me when you\'ve managed to place all three markers.','Place the three Surveying Markers and then return to Zephyrion at the Stormspire in the Netherstorm.','You\'re not just pulling my bandage, right? That\'s most excellent news!$B$BNow that you\'ve done the surveying grunt','That was fast. You must be a very efficient person to have placed all three of those markers already.','','Surveying Marker One placed','Surveying Marker Two placed','Surveying Marker Three placed','',0,0,0,29445,0,0,0,0,0,1,0,0,20473,20475,20476,0,1,1,1,0,35246,35246,35246,0,0,0,0,0,30255,30253,30254,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10336,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Minions of Culuthas','A few weeks ago, the Burning Legion moved into the Ruins of Farahlon, thwarting our plans to excavate the site for its artifacts.$B$BThen earlier today, I learned that one of their dreadlords, Culuthas, somehow killed off all of the other Burning Legion. He has since summoned in demons that serve him.$B$B$C, I want you to go up to those ruins to the northeast and rid them of their demon infestation.','Slay 10 Hounds of Culuthas and 5 Eyes of Culuthas. Then return to Nether-Stalker Nauthis at the Stormspire in the Netherstorm.','Truly an exceptional job.$B$BWith the demons of Culuthas slain, Zephyrion will be able to safely take his excavation team into the Ruins of Farahlon.$B$BAccept this coin as a token of my gratitude.','Have you killed all of the demons at the Ruins of Farahlon yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20141,20394,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10337,10958,3523,0,130,67,69,1,0,0,0,0,0,0,0,0,0,0,0,0,'When the Cows Come Home','Realizing that Bessy is still staring at you, you gesture toward Thadell\'s location. You find yourself promising to protect the cow on her way home. Upon finishing your sentence, you realize there\'s no possible way the cow could understand anything you\'ve said.$B$BShrugging your shoulders, you prepare to guard the bovine on her way back to Thadell.','Escort Bessy safely back to her owner, Thadell.','Bessy, is that you?$B$BThank you for bringing back my Bessy, $N. I couldn\'t live without her!','','Escort Bessy on her way home.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29804,29806,29807,30400,30523,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10334,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10338,10958,3523,0,136,67,70,0,690,0,0,0,0,0,0,0,0,10365,0,0,'Shutting Down Manaforge Duro','So Manaforge Duro is under attack and Sunfury forces have lost control? What a dilemma! If Duro goes down, then Tempest Keep goes down. Only drawback is... if Tempest Keep is destroyed, the explosion will probably take what little remains of this forsaken land with it.$B$BDead Kael\'thas is good. Dead everyone else is... not that great, I suppose. It pains me to ask this of you, but go to Manaforge Duro and shut it down before it goes up in flames. The access crystal is held by Overseer Athanel.','Return to Manaforge Duro and obtain the Duro Access Crystal from Overseer Athanel. Use it at the Duro Control Console to shut it down and report back to Spymaster Thalodien.$B$BPerforming quests for the Scryers will cause your Aldor reputation level to decrease.','That makes three manaforges you\'ve shut down, $N. Kael\'thas must be having a real fit right about now.','Did you complete the shut down? You should hurry before I change my mind about the whole deal.','','','Manaforge Duro Shut Down','','',29397,0,0,0,0,0,1,0,0,0,0,0,0,20418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10200,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10339,10958,3523,0,136,70,70,0,0,0,0,0,0,0,0,0,0,10384,0,0,'The Ethereum','Directly south of here you will find the Ethereum Staging Grounds. The Ethereum are there, preparing for something... Perhaps an assault on Ultris.$B$BWe can\'t take any chances, though, $c. Break through their perimeter defenses and take out their training facility.$B$BOnce you\'ve destroyed their soldiers and Captain Zovax, locate Ethereum transponder Zeta and use it to establish contact with me to get your next set of orders.','Commander Ameer wants you to kill 5 Ethereum Assassins, 5 Ethereum Shocktroopers, 2 Ethereum Researchers and Captain Zovax then activate Ethereum Transponder Zeta.','We must gather whatever data that they\'ve stored in this area.','Well done, fleshling...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20452,20453,20456,20727,5,5,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10340,10958,3483,0,136,58,60,0,1101,0,0,0,0,0,0,0,0,10344,0,0,'Shatter Point','$n, you\'ve done a great job here at the front, and you showed a lot of talent with that armored gryphon... I think I have another mission in mind for you.$B$BThis new mission launches from Shatter Point -- an attack base the Wildhammers set up on a floating piece of land near the Portal. It\'s a little unnerving there, but you have tough guts. You\'ll be fine.$B$BTalk to Wing Commander Dabir\'ee and have him send you to Shatter Point. From there, report to the gryphon master Runetog Wildhammer.','Forward Commander Kingston wants you to speak with Wing Commander Dabir\'ee, ride a gryphon to Shatter Point, and then report to Runetog Wildhammer.','Hah hah! A fresh $r from the mainland! Well don\'t worry -- Shatter Point might make you queasy but she doesn\'t stray far!$B$BAnd I\'ve only seen her flip upside down once... or twice.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',10146,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1),(10341,10958,3523,0,136,67,70,0,0,0,0,0,0,0,0,0,0,10202,0,0,'Kick Them While They\'re Down','The news you\'ve discovered is fortunate, $N. Not only do you get to waltz into Manaforge Duro unfettered, this also presents a great opportunity to deal a blow to Kael\'s army.$B$BUse the mana creature assault to your advantage and pick off any Sunfury stragglers you run into.$B$BI do not take particular glee in the senseless slaughter of my own kin the way that Thalodien does, but the tactical advantage here is too high to pass up.','Slay 8 Sunfury Conjurers, 6 Sunfury Bowmen and 4 Sunfury Centurions. Return to Magistrix Larynna at Area 52 after completing this task.$B$BCompleting tasks for the Scryers will cause your Aldor reputation to decrease.','You\'ve done well, $N. Kael\'s army will not easily recover from the blow you\'ve dealt today.','Have you completed your task, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20139,20207,20140,0,8,6,4,0,0,0,0,0,0,0,0,0,30395,30394,30396,30522,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10330,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10342,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10199,0,0,'Securing the Shaleskin Shale','I make a good living selling drinks to the boozehounds around here. But I want something more!$B$BThe rocket-chief is always telling me how he can\'t perfect the rocket fuel needed to get the X-52 off of the ground.$B$BWe can solve that little problem for him.$B$BFor starters I need to extract the oil from the shale of the local shaleskin flayers! It\'ll form a concentrated, if explosive, base for the mix that I have in mind.$B$BFind the flayers, and their shale, all over the place near the purple rocks.','Collect 5 Shaleskin Shale and give them to Boots at Area 52 in the Netherstorm.','OK! Ingredient number one is down.$B$BNow, if you\'re up to it, we\'ll move on to something that\'ll give the shale oil that little extra kick that it\'ll need to blast the nether rocket into the Twisting Nether... or oblivion, whichever comes first.','You have enough of that shale yet? I\'m going to need a lot of it to extract the amount of oil that\'ll be needed for the X-52 Nether Rocket\'s fuel.','','','','','',29464,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10343,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10239,0,0,'The Unending Invasion','Kael\'thas\'s assault on Kirin\'Var began with thundering noise and a bright flash of light in the officer quarters to the northwest. The destruction there was the most severe and after the withdrawal of the blood elves, a strange thing began to happen.$B$BBeings of pure mana began streaming into the village from all over the area. For now, we\'re containing them as we can, but with more information about the weapon Kael\'thas used, I hope to cut off the flow of mana creatures entirely.','Search the mana creature infested area of Kirin\'Var Village for a Mana Bomb Fragment and bring it to Lieutenant-Sorcerer Morran.','A mana bomb?$B$B$B$BIt\'s nigh unthinkable! Even the best minds in Dalaran couldn\'t have conceived of a weapon like this. The sheer magnitude of the disturbance must\'ve torn a rift in the nether, giving these creatures access to our lands.','Did you find the remains of the weapon Kael\'thas used against the village?','','','','','',29461,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',10174,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10344,10958,3483,0,136,58,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Wing Commander Gryphongar','Wing Commander Gryphongar runs this outfit of Wildhammers. If this is your first time to Shatter Point, then you should report to him.$B$BYou\'ll find him inside what\'s left of that tower over yonder.','Speak with Wing Commander Gryphongar in Shatter Point.','You spoke with Runetog? A fine dwarf he is. Keeps his gryphons in good shape and battle ready.$B$BI\'m Gryphongar, commander here at Shatter Point. I know it\'s not pretty, but this hunk of rock is a vital staging point for sorties into Hellfire. You\'ll see gryphons flying out and in non-stop!$B$BAdvice? Here\'s some: keep your gear stowed, your stomach empty, and your eye on the horizon... if Shatter Point starts to teeter, then grab onto something that won\'t float away!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',10340,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,0,0,1),(10345,10958,3523,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,29473,1,'The Flesh Lies...','You see these corpses, $r? Arconus is responsible for this slaughter. He\'s sucked them dry, leaving nothing more than a fleshy husk. But don\'t let the bodies fool you! Inside those corpses lie flesh beasts, waiting to pounce on the unsuspecting fool that gets too close.$B$BI\'ve got my orders. I must remain here until backup arrives. That doesn\'t mean that you can\'t take my igniter and destroy the withered corpses that litter the mines. One way or another, the mission must be completed.','Use the Protectorate Igniter on 12 Withered Corpses. Return the Protectorate Igniter to Agent Araxes outside of Access Shaft Zeon when the task is complete.\n','You saved my wrappings, $N. The Protectorate will know of what you\'ve done on this day, friend.','Any luck in finding Ya-six?','','Withered Corpses Burned','','','',0,0,0,29473,0,0,0,0,0,1,0,0,20561,0,0,0,12,0,0,0,35372,0,0,0,0,0,0,0,30352,30341,30342,30519,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,5),(10346,10958,3483,0,128,58,62,0,1101,0,0,0,0,0,0,0,0,0,28132,1,'Return to the Abyssal Shelf','$n, you\'ve proven yourself as a capable gryphon rider, and we could use you on more sorties over the Abyssal Shelf. What say you, $c? Do you want some more flight time?','Gryphoneer Windbellow at Shatter Point in Hellfire Peninsula has asked that you destroy 20 Gan\'arg Peons, 5 Mo\'arg Overseers and 5 Fel Cannons.','How\'d it go out there this time? You\'re in pretty good shape... maybe even good enough for another run!','There are still plenty of targets on the Abyssal Shelf, $N. Grab a gryphon when you\'re ready for another run.','','','','Fel Cannon Destroyed','',0,0,0,28132,0,0,0,0,0,1,0,0,19398,19397,19399,0,20,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10163,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10347,10958,3483,0,128,58,62,0,690,0,0,0,0,0,0,0,0,0,28132,1,'Return to the Abyssal Shelf','$n, are you ready for another sortie over the Abyssal Shelf? I fear that, if we do not maintain pressure on the Legion forces there and allow them to strengthen their hold, then we may suffer a large demon attack from the north.$B$BWhat say you, $c? Do you want to take another windrider and hammer the Abyssal Shelf one more time?','Wing Commander Brack at Reaver\'s Fall in Hellfire Peninsula has asked that you destroy 20 Gan\'arg Peons, 5 Mo\'arg Overseers and 5 Fel Cannons.','The other windrider pilots speak highly of you, $n. You\'ve scored quite a lot of kills on the Abyssal Shelf. Keep up the good works!','The Legion must not think they are safe high atop the Abyssal Shelf. We must hit them repeatably!','','','','Fel Cannon Destroyed','',0,0,0,28132,0,0,0,0,0,1,0,0,19398,19397,19399,0,20,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10162,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,5,5,0,0),(10348,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Opportunities','I hear that a group of \'druids\' from Azeroth has taken quite an interest in the effects of our eco-dome technology.$B$BThe Cenarion Expedition\'s representatives are eager to get access to the plants growing within the domes, particularly one called the ivory bell, known for its healing properties. They\'re found in clumps of brush around larger plants in Eco-Dome Midrealm.$B$BI\'ll share the profits with you if you\'re willing to gather the herbs for my first delivery.','Gather 15 Ivory Bells and return to Mehrdad at Midrealm Post.','Interesting choice, isn\'t it? The healing properties had better be miraculous. I\'m charging a lot of money for a rather plain looking flower.','Have you managed to gather the herbs?','','','','','',29474,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10349,10958,3483,0,128,61,63,1,0,0,0,0,0,0,0,0,0,0,29477,1,'The Earthbinder','You should take the crystal lump over to the earthbinder. She\'s just like you... always needing to get to the bottom of a mystery and thinking all of the time.$B$BIf you ask me, she thinks a little too much.$B$BJust give it to her and I\'m sure that she\'ll get you into a heap of trouble figuring out what is going on up there on the ridge.','Take the Crimson Crystal Shard to Earthbinder Galandria Nightbreeze at the Cenarion Post in Hellfire Peninsula.','Oh, excellent! I\'ve been waiting to get my hands on a piece of that thing, but Tola\'thion\'s been dragging his feet.$B$BHe\'s supposed to be out here helping me to investigate what\'s going on up on Fallen Sky Ridge. Instead he\'s just been sending poor dupes like you - no offense - up there into the slaughter mill.$B$BIf you give me the crystal maybe I can find a link between it and the colossi.','Is that a piece from the giant crystal shard up on Fallen Sky Ridge?','','','','','',29477,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',10134,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,1,1,0,0,1000,1000,0,3,4,5,1,0,0,1000,1000,0,6,0,0,1),(10350,10958,0,81,136,10,10,0,1101,1,0,0,0,0,0,0,0,0,0,0,'Behomat','While you have learned many hard lessons from me during our time together, it is time that I entrusted you to wiser hands.$b$bBehomat, who trained me when I was as green as grass, will be your new teacher. I have told him that you will be seeking him out, and he is expecting you.$b$bYou will find him at the center of the Warriors\' Terrace, at the highest point of the Traders Tier of the Exodar.','Speak with Behomat at the Traders Tier of the Exodar.','Ah, so you\'ve finally come. I am Behomat, and I will instruct you in the ways of the $C arts. Ruada told me of your trial against the ravager, and I am impressed. And I have a gift for you.$B$BWhat we have scavenged from the wreckage of the Exodar is little, and must be given to those most able. Please take a weapon suited to your fighting style and carry it with the knowledge you have earned it.$B$BAnd speaking of fighting styles, it\'s time you learned something new.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23429,23423,23431,23430,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8121,0,0,0,0,0,0,0,240,0,0,0,0,'',9582,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10351,10958,3483,0,128,61,63,1,0,0,0,0,0,0,0,0,0,0,29478,1,'Natural Remedies','It must be that the evil emanations from that giant crystal are summoning the mountain giants and driving them insane.$B$BIt\'s too big to move, and beyond our ability to destroy, but I know a way to quell its power.$B$BI\'ve summoned a circle at the northwest corner of the crystal on the ridge. Take this seed to the circle and channel its powers to heal the land through the natural forces of rain, growth and insect repopulation.$B$BBeware, $N, I sense an external force at play here... this is not natural!','Use the Seed of Revitalization at the Earthbinder\'s Circle to heal the land around the crystal. Then, return to Earthbinder Galandria Nightbreeze at the Cenarion Post in Hellfire Peninsula with any information that you gain.','Goliathon? Pathaleon the Calculator?$B$BKAEL\'THAS!?$B$BPrince Kael\'thas has a hand in this?$B$B$B$BIt is insanity what he has done! Dropping giant crystals from the sky and decimating the land can only be the work of a madman!$B$BI can assure you, the Cenarion Expedition will counter any further attempts by their forces to do this ever again.$B$BWe owe you a great debt, $N.','Did it work? What did you learn? Did you find out who or what is behind what happened at Fallen Sky Ridge?','','Fallen Sky Ridge Revitalized','','','',0,29478,0,0,0,0,0,1,0,0,0,0,19305,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28074,28075,28069,28070,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,77700,0,0,0,0,'',10349,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,1,1,5,0,1000,1000,1000,3,6,5,1,0,0,1000,1000,0,6,6,0,6),(10352,10958,1657,0,0,12,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','We are currently accepting donations for wool cloth. A donation of sixty pieces of wool cloth will net you full recognition by Gnomeregan for your generous actions. Our stores are such on wool that we would only need sixty pieces from you total; we should be able to acquire enough from others in the realm to support our drive.','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(10353,10958,3523,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arconus the Insatiable','Araxes and I were deployed to Ultris 2 days ago. Our mission: Find and terminate the void lord Arconus. We tracked him to this mine and discovered that he\'d been feeding off the energies of the creatures in the area.$B$BA fire-fight broke out which resulted in Araxes and I separating. Now I\'m stuck here, badly injured. The mission is in shambles!$B$BIf you can take out Arconus, high command would be grateful. Should you accept this mission, I will assist by providing a reflection of myself as a guardian.','Agent Ya-six at Access Shaft Zeon in Netherstorm has asked you to slay Arconus the Insatiable and return to Commander Ameer at the Protectorate Watch Post in Netherstorm.','And Ya-six? Did he make it?$B$BLet\'s damn well hope so. I was unable to get reinforcements back to them... Ethereum have the entire area covered now.$B$BMy apologies, I nearly forgot about your reward.','Status, fleshling? What is your status?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20554,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,30329,30328,30330,30517,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10354,10958,1657,0,0,26,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','As with most other fabrics, our stocks of silk are at an all-time low. Our stores are such that we\'d only need sixty pieces of silk from you total; we should be able to reach our goal with the support of others.$B$BA benevolent gift such as silk, might I add, would certainly increase your local standing in the community!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',10352,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,2),(10355,10958,3521,0,136,60,62,0,0,0,0,0,0,0,0,0,0,0,0,0,'Withered Flesh','We must determine how far the damage has spread. The basidium you brought me comes from a bog giant. Their larger, hardier cousins, the bog lords, should prove more resistant to the degeneration that\'s struck the giants.$B$BIt would be good to know how the changes in the Dead Mire have affected the other creatures out there, too.$B$BReturn to the Dead Mire and see if you can get samples from the bog lords and the hydra in the area.','Gather 5 Parched Hydra Samples and 5 Withered Bog Lord Samples and bring them to Ruam at Telredor.','$B$BIt\'s exactly as I\'d feared, $N. The drying environment is taking a heavy toll on creatures never meant to live outside swampy environments. We\'ll have to continue to monitor the area and consult with the Cenarion Expedition to see if anything can be done.','Were you able to gather the samples?','','','','','',29480,29481,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',9827,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,0,0,5),(10356,10958,3557,0,0,40,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','Mageweave is running low, and we could use your help to replenish our stocks! By counting on the community as a whole, we would only need a donation of 60 pieces of mageweave cloth from you to enable us to reach our goal. Such generosity would not go unnoticed, I assure you!','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',7798,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(10357,10958,3557,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$b$bWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','$n, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$b$bIf you are willing, please bring me what runecloth you can spare. We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',10356,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,5),(10358,10958,3557,0,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Whenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10357,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10359,10958,3487,0,0,12,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of wool cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',2592,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10360,10958,3487,0,0,26,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','','Wonderful! We thank you for your generous donation, $N!','A benevolent gift such as silk, might I add, would certainly increase your local standing in the community! If you have the sixty pieces of silk cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4306,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',10359,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10361,10958,3487,0,0,40,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','','Wonderful! We thank you for your generous donation, $N!','If you have the sixty pieces of mageweave cloth on you and are ready to donate them, I\'m able to take them from you now.','','','','','',4338,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',10360,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10362,10958,3487,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','','Fantastic - these will go right to use, I assure you. Thank you again for your assistance! We\'d certainly be lost without you.$b$bWith all the donations you\'ve made, I would certainly process any additional runecloth donations you care to make in the future. Just be sure to check in with me, and I\'ll personally make sure that your good deeds won\'t go unrecognized!','$n, you\'ve been a tremendous contributor to our cloth drive. As we work hard to replenish our reserves, one form of cloth remains critically low - runecloth. We are in absolutely dire need of it, and we hope that you will be able to help us as you have in the past!$b$bIf you are willing, please bring me what runecloth you can spare. We\'ll initially accept a single donation of sixty, and then we\'ll go from there.','','','','','',14047,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',10361,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10363,10958,3487,0,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','','$N - without heroes like you working on behalf of the tribe, we\'d surely suffer. Thank you for your continued efforts!','Whenever you are ready to hand in the stack of runecloth, I\'ll accept it.','','','','','',14047,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10362,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10364,10958,0,262,136,10,10,0,0,16,0,0,0,0,0,0,0,0,0,0,'Caedmos','You have come far in a short time, $n. Faster than I had expected or hoped. It is time that you continued your training under the tutelage of Caedmos.$b$bI have sent word to him at the Exodar to expect you. You\'ll find him in the Anchorites\' Sanctum near the entrance of the Vault of Lights.','Speak with Caedmos in the Vault of Lights of the Exodar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10365,10958,3523,0,136,67,70,1,690,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge Ara','You\'ve done much better than any of us anticipated. Manaforge Ara is the last of Kael\'s working manaforges. You\'ll find it northwest of here, though you\'re likely to have to do some circumnavigating to get to it. We want you to shut it down.$B$BThe last access crystal is in the possession of Overseer Azarad. This is Kael\'s very last source of energy as far as we know, so expect heavy opposition. I\'d bring a couple of friends along if I were you.$B$BHmm... Azarad. What an odd name for a sin\'dorei.','Travel to Manaforge Ara and obtain the Ara Access Crystal from Overseer Azarad. Use it at the Manaforge Ara console to shut it down.$B$BPerforming quests for the Scryers will cause your Aldor reputation level to decrease.','The Burning Legion is in cahoots with Kael? Hah! Voren\'thal is going to have a field day with this information.$B$BDo you think the thousands of pilgrims that have come from Azeroth want to be allied with the Burning Legion? I think not!','Have you completed the task I asked of you, $N?','','','Manaforge Ara Shut Down','','',29411,0,0,0,0,0,1,0,0,0,0,0,0,20440,0,0,0,1,0,0,0,0,0,0,0,0,0,0,30366,30378,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10338,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10366,10958,0,141,136,12,-1,0,1024,2,0,0,0,0,0,0,0,9598,0,0,'Jol','The path of the Light and purity is not an easy one to walk, $n. Even I, at times, struggle with following its course.$b$bYou should seek out my master, Jol, at the Exodar. She trained me when I was beginning my journey, and I believe she will find in you a new star pupil.$b$bYou will find Jol in the Vault of Lights of the Exodar at the Vindicators\' Sanctum, a room surrounded by a vibrant glow of light.','Speak with Jol in the Vindicators\' Sanctum of the Exodar.','$N, I have been expecting you.$B$BTullas has sung your praises and I am eager to continue your training on the path of Light. When you are ready to unlock greater understanding of your abilities and power, I will guide you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10367,10958,3483,0,136,60,62,0,0,0,0,0,0,0,0,0,0,10368,0,0,'A Traitor Among Us','Anywhere you see a tribe of enslaved Broken you will also find a traitor. A despicable being who sold his brothers for promises of power.$B$BThere is a hut at the top of the stairs in the center of the ruins. That\'s the turncoat\'s hut.$B$BHe\'s not there right now, so you will be able to sneak in if you\'re patient. Inside you will find a coffer with a key inside of it. That key unlocks the chains that keep the Dreghood elders prisoner. Bring it to me.$B$BBeware, Arzeth the Merciless wanders nearby.','Naladu at the Ruins of Sha\'naar wants you to obtain the Sha\'naar Key from a nearby hut.','I thank you, $N. My people will soon be free thanks to you.','Did you obtain the key, $N?','','','','','',29501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',10403,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10368,10958,3483,0,128,60,62,0,0,0,0,0,0,0,0,0,0,10369,29501,1,'The Dreghood Elders','The Dreghood spirit is broken because our elders are imprisoned. Take this key and go downstairs to free them.$B$BThey are Morod the Windstirrer, Akoru the Firecaller and Aylaan the Waterwaker. Once they are free, the spirits will return to the Dreghood tribe.','Free Morod the Windstirrer, Akoru the Firecaller and Aylaan the Waterwaker at the Ruins of Sha\'naar. Return to Naladu after completing this task.','I can feel it, $N! The spirits are returning to us.','Tell me, $N. Have the Dreghood elders been released?','','Morod Freed','Akoru Freed','Aylaan Freed','',0,0,0,29501,0,0,0,0,0,1,0,0,20677,20678,20679,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',10367,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10369,10958,3483,0,128,60,62,0,0,0,0,0,0,0,0,0,0,0,29513,1,'Arzeth\'s Demise','Yes, the elemental spirits have returned to us! We are not as strong as we once were, but a little magic can go a long way in the right hands.$B$BArzeth has great powers bestowed upon him by his dark lord. Take this staff. It was once a great symbol of our tribe. Use it against Arzeth and his powers will be temporarily removed from him. Defeat him then, so that my people may finally be free!','Use the Staff of Dreghood Elders on Arzeth the Merciless and slay him after he\'s lost his powers. Return to Naladu at the Ruins of Sha\'naar after completing this task.','It is true, $N. I was once Naladu the Keeper of Earth.$B$BIt was I who betrayed the other Dreghood elders in exchange for empty promises of power. You can despise me now if you wish to. What matters is that my tribe is free once again and that the spirits have returned to us.$B$BI will not be joining the rest of the tribe, but I can die in peace now. May the spirit of earth find a new servant among my brothers.','Is it done, $N? Is Arzeth dead?','','','','','',0,29513,0,0,0,0,0,1,0,0,0,0,20680,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',10368,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10370,10958,3483,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nazgrel\'s Command ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10371,11403,0,81,8,20,20,0,0,1,0,0,0,0,0,0,0,1699,0,0,'Yorus Barleybrew','A dwarven warrior known as Yorus Barleybrew has issued a challenge to all skilled Alliance warriors.$B$BHe waits at the Lakeshire Inn, in a place known as the Redridge Mountains in the Eastern Kingdoms. The journey will be long, but it\'ll be worth it for you to test yourself, $N.','Speak with Yorus Barleybrew at the Lakeshire Inn in Redridge Mountains.','Hah! So you heard of my challenge, did you?$B$BWell sit down and listen. Have a drink, and savor it... because it might be your last.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'1698',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10372,10958,0,162,136,16,16,0,690,8,0,0,0,0,0,0,0,9491,0,0,'A Discreet Inquiry','Eralan, an associate of mine in Tranquillien, has made an inquiry about securing some help for an urgent job.$B$BNow, I don\'t know what she has in mind because I don\'t ask questions, but you\'ve proven yourself more than capable. I want you to travel to Tranquillien in the Ghostlands and have a word with Eralan.$B$BShe may be a bit gruff, but she\'s trustworthy.','Speak with Eralan in Tranquillien.','I was beginning to wonder if Zelanis received that letter.$B$BGood. Let\'s get to work.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10373,10958,3557,0,8,50,50,0,1101,0,0,0,0,0,0,0,0,5092,0,0,'A Call to Arms: The Plaguelands!','Hear ye, hear ye! All heroes are called upon to heed these words!$B$BA call to arms has been issued by the Kingdom of Stormwind! All able bodied individuals are entreated to take up arms against the dark threat of the Scourge in the northern lands of the Eastern Kingdoms! Rumors fly of new threats rising from the ruins of the Plaguelands!$B$BHeroes of the realm - seek out Commander Ashlam Valorfist who has set up his base camp in Chillwind Camp, north of the Alterac Mountains!','Seek out Commander Ashlam Valorfist. His base camp is located at Chillwind Camp, north of the Alterac Mountains.','Welcome to the Plaguelands, hero. This is one of the most dangerous frontiers in Azeroth, especially with the looming threat of the Scourge to our north and northeast. I am glad to hear that the clarion call of duty and service to the greater good did not fall on deaf ears with you!$B$BIf you are ready to get your hands dirty, then there is plenty for willing and able heroes to do here on the edge of the Plaguelands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'5066 5090 5091',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10374,10958,28,0,8,50,50,0,690,0,0,0,0,0,0,0,0,5096,0,0,'A Call to Arms: The Plaguelands!','Heroes of the realm, hear me - the Horde calls upon you for swift action!$B$BA call to arms has been issued for all able bodied individuals to take up arms against the Scourge! Rumors fly of new threats rising from the ruins of the Eastern Kingdoms. They loom to the east of the Undercity, in the northern reaches of the lands now known as the Plaguelands!$B$BHeroes of the realm - seek out High Executor Derrington, who has set up his base camp at the Bulwark, east of Tirisfal Glade!','Seek out High Executor Derrington. His base camp is located at the Bulwark, east of Tirisfal Glade and the Undercity.','Welcome to the Plaguelands, hero. This is one of the most dangerous frontiers in Azeroth, with the looming threat of the Scourge to our east, and then even further still eastward from there. I am glad to hear that the call of duty and service to the Horde did not fall on deaf ears with you!$B$BIf you are ready to get your hands dirty, then there is plenty for willing and able heroes to do here on the edge of the Plaguelands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'5093 5094 5095',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10375,10958,3518,0,136,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'Obsidian Warbeads','You\'ve proven yourself to our people, $N. Now is time for you to show us that you\'re willing to stand by us, even in the face of the strongest enemy.$B$BThe ogres of Outland are ','','','','','','','','',25433,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10376,10958,0,262,128,10,10,0,0,16,0,0,0,0,0,0,0,0,0,0,'Symbol of Hope','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32548,32758,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10377,10958,0,262,136,20,20,0,1028,16,0,0,0,0,0,0,0,0,0,0,'Nothing to Fear','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6346,19337,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10378,10958,0,262,136,20,20,0,0,16,0,0,0,0,0,0,0,0,0,0,'Consume Magic','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32676,32757,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10379,10958,0,262,136,10,10,0,512,16,0,0,0,0,0,0,0,0,0,0,'Touch of Weakness','','','Ah. good, another has arrived. Time may not matter to me, but to you it is of the essence. There is much for you to learn and there is much I wish to teach you. You simply must prove your worth. Do that, and you shall be greatly rewarded.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2652,19318,0,0,0,0,0,0,0,0,0,0,0,0,'',10638,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10380,10958,3523,0,136,67,70,0,0,0,0,0,0,0,0,0,0,10381,0,0,'A Dark Pact','We\'ve been so blind, $N, that the alliance of two of our most dangerous enemies went completely unnoticed.$B$BI wouldn\'t be surprised if the Scryers had something to do with hiding this information from us, but we must now face the reality. The Burning Legion and Kael\'thas\' Sunfury army serve under the same banner.$B$BThese demons are the only reason Kael\'thas was ever able to utilize the technology in Tempest Keep. Under Orelis\'s orders I must command you to destroy them.','Kaylaan at Tuluman\'s Landing in Netherstorm wants you to slay 6 Gan\'arg Warp-Tinkers, 3 Daughters of Destiny and 3 Mo\'arg Warp-Masters.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','It is done then. We come here, hunt them down and slay them at the bidding of our masters. No quarter is given or expected.$B$BMakes you wonder sometimes.','Have you succeeded in your task, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20285,18860,20326,0,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10431,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10381,10958,3523,0,136,67,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aldor No More','My mission here is finished. I did what Orelis ordered me to - I\'ve never failed to.$B$BNo more. I foresee a great carnage - a crusade, they\'ll call it - following the news of this alliance between Kael\'thas and the Burning Legion.$B$BFirst they give our holiest city away to our enemies and then they ask us to die fighting their enemies. Go back to Orelis; tell him the naaru can fight their own fights from now on.','Report back to Exarch Orelis at Area 52.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','The bad news you bring fills my heart with sorrow. Two of our deadliest foes join forces and one of the dearest sons of Shattrath has lost his way.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30382,30379,30381,30380,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',10380,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10382,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10394,0,0,'Go to the Front','Well, $N, I hope you\'re prepared for the next phase of our operation. The Legion never rests - and neither shall we! Take a gryphon and fly over to Honor Point - it\'s a small post near the Legion Front. $B$BSpeak with Field Marshal Brock. He\'ll have instructions for you when you arrive. Oh, and tell that pasty-faced shield-kisser I said \'hello\'. \n','Take a gryphon to Honor Point and speak with Field Marshal Brock.','Well met, $C. I\'m glad that crusty old dwarf finally saw fit to send us some help! ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',10163,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,25,0,0,500,3000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10383,10958,0,0,136,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'This is a Breadcrumb!','Hello. You should find out about those wabbits.','Speak with Jonathan LeCraft about the wabbits.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10384,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10385,0,0,'Ethereum Data','Look around you, fleshling. Very close to this transponder should be an Ethereum data cell. Locate that data cell, open it, and retrieve the contents.$B$BBring it back to this transponder at once!','The Image of Commander Ameer at the Ethereum Staging Grounds - Ethereum Transponder Zeta - wants you to recover the Ethereum Data Cell.','$B$BNothing... Damn them! They\'re clever but not as clever as Ameer!$B$BWhat I\'m about to ask you to do is quite dangerous. I\'ll understand if you don\'t want to continue, fleshling.','Have you recovered the data cell?','','','','','',29582,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10339,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(10385,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10405,0,0,'Potential for Brain Damage = High','They\'re using relays to transfer information around the staging grounds.$B$BThere is only one way for you to see these relays and extract the information they hold. Unfortunately, doing so may cause you irreparable brain damage.$B$BIf you\'re still interested, you\'ll need to slay Ethereum here at the staging grounds and take their essences. Once you have an essence, drink it down. It will temporarily allow you to see an Ethereum relay - giving you enough time to destroy a relay and extract its information.','The Image of Commander Ameer at the Ethereum Staging Grounds - Ethereum Transponder Zeta - wants you to recover 15 pieces of Ethereum Relay Data.','The Protectorate\'s reason for existence is now fully realized.$B$BThe Ethereum are not here to hunt Dimensius! They are here to become void!$B$BThey are manipulating the void energy at this manaforge to bond their own energy into a creature known as a nexus-stalker.$B$BThey are undoubtedly using a proto-accelerator to complete the transformation.','Have you recovered the relay data?','','','','','',29459,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10384,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10386,10958,0,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10089,0,0,'The Fel Reaver Slayer','Overlord Hun Maimfist is always looking for volunteers for his suicide attacks against the Burning Legion. You definitely have the courage for one of his \"missions.\" $B$BSpeak with him if you\'ve got the stomach for more carnage. He is celebrating just over there by that fallen fel reaver. He and his guards killed it just a few hours ago, we would all have died here but for his ferocity and skill in battle.','Speak with Overlord Hun Maimist.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10387,10958,0,0,136,58,61,0,0,0,0,0,0,0,0,0,0,10089,0,0,'The Fel Reaver Slayer','Overlord Hun Maimfist is always looking for volunteers for his suicide attacks against the Burning Legion. You definitely have the courage for one of his \"missions.\" $B$BSpeak with him if you\'ve got the stomach for more carnage. He is celebrating just over there by that fallen fel reaver. He and his guards killed it just a few hours ago, we would all have died here but for his ferocity and skill in battle.','Speak with Overlord Hun Maimist.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10388,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10390,0,0,'Return to Thrallmar','Hope you enjoyed your flight, friend. A messenger arrived while you were away - seems Nazgrel\'s got a new use for you. You\'d best head back to Thrallmar and check in with him. I have a feeling the Legion\'s just getting warmed up. \n','Return to Thrallmar and speak with Nazgrel.\n','Ah, $N, you\'ve come just in time. Our scouts have discovered that the Legion positions on the ridge behind us are actually \'forge camps\'. It\'s there that the demons are constructing their infernal fel reavers. If we move against them quickly we can disrupt their production!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',10162,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10389,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Agony and the Darkness','Greetings, $N. I\'ve deciphered the Legion missive and uncovered the demons\' strategic plans for this Peninsula. Apparently, there is a large group of hellish terrorfiends gathering near the Pools of Aggonar in the west. We cannot allow such a force to go unchallenged. You must go there and decimate their cursed numbers. ','Magister Bloodhawk wants you to kill 10 Terrorfiends in the Pools of Aggonar.','Bravo, $N. I knew you would be victorious! The Legion\'s defeat draws ever nearer!','Well, $C - have the terrorfiends been defeated?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16951,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10392,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10390,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10391,0,0,'Forge Camp: Mageddon','$N, we have reason to believe that the easternmost forge camp is not yet complete. The Legion\'s gan\'arg servants are working \'round the clock to get the facility up and running. We can\'t allow that to happen. $B$BHead east to Forge Camp: Mageddon and slay 10 gan\'arg. Bring me the head of their master - Razorsaw - and the Legion\'s fel reaver production will grind to a halt! \n','Nazgrel in Thrallmar wants you to attack Forge Camp: Mageddon and kill 10 Gan\'arg Servants and return with the head of Razorsaw.','Well done, $C, That\'s one less forge camp we\'ll need to worry about. It\'ll take the Legion a while to get that facility back up and running. You\'ve just bought us the one thing we\'d run out of ','Move quickly, $C, we\'ve got to shut down Forge Camp: Mageddon before the demons finish its construction! ','','','','','',29586,0,0,0,0,0,1,0,0,0,0,0,16947,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10388,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10391,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,10392,0,0,'Cannons of Rage','There is a second production facility, Forge Camp: Rage, that lies to the immediate northeast of Thrallmar. The demons have positioned a number of their fel cannons along the ridge - and they\'re aimed straight at us! You must enter the camp and destroy these fel cannons. $B$B$N, you must be sure to detonate them all - or nothing will stop the Legion from raining fiery hell down upon our heads! \n','Destroy 3 Fel Cannon MKIs in Forge Camp: Rage and return to Nazgrel in Thrallmar.','I knew you had spirit, $N, but you\'ve outdone yourself this time! We heard those wretched cannons exploding from here! That should teach the Legion not to underestimate the Sons of Durotar!','The Legion could start shelling us at any time, $N! You need to destroy those blasted cannons!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22461,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10390,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10392,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,0,0,0,'Doorway to the Abyss','You are an honor to us, $N. But now we must strike before the Legion recovers! To the north of Thrallmar lies Invasion Point: Annihilator. It houses a warp-portal through which the Legion draws its reinforcements. $B$BYou must overload that portal - and blast it back to the abyss it came from. The portal\'s activation key will be held by the Point\'s commander - Warbringer Arix\'Amal. Slay him. Take the key. Use it on the portal and do what must be done. May the warchief\'s blessings be with you. ','Slay Arix\'Amal to get the Burning Legion Gate Key. Use the Burning Legion Gate Key on the Rune of Spite, then return to Nazgrel in Thrallmar.','Praise the ancients, you\'ve done it, $N! The Legion has suffered a terrible defeat - and Thrallmar is safe once again. Ah, if I had but a hundred warriors with your heart and cunning, this broken land would be tamed already! I salute you. $B$B','Hurry, $N. Every second that warp-portal stands open, another foul demon is brought into this world!','','','Close Burning Legion Gate','','',0,0,29795,0,0,0,0,0,1,0,0,0,19298,-182935,0,0,1,1,0,0,0,35739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10391,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10393,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,0,29589,1,'Vile Plans','The text on the note is written in some dark, indecipherable scrawl. The more you stare at them, the more the symbols seem to twist and burn before your eyes. There is only one in Thrallmar that can transcribe such vile script - the blood elf Magister Bloodhawk. \n','Take the Burning Legion Missive to Magister Bloodhawk in Thrallmar. ','You were right to bring this to my attention. This could be a production order for additional fel reavers - or new attack plans! This will take some time to decipher. Leave me. I will summon you when I know more. $B$B $B$BYou are a sharp one, $N. I shall be watching your progress with interest. ','I have little time to waste, $C. What is this you pester me with? ','','','','','',29589,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10394,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10396,0,0,'Disruption - Forge Camp: Mageddon','Pay close attention, $N. We\'ve been surveying the Legion camps that lie along the ridge ahead. We have reason to believe that these so-called \'Forge Camps\' are where the demons are constructing those blasted Fel Reavers. $B$BYou can see the closest target, Forge Camp: Mageddon, to the west. Our intelligence suggests that it\'s still under construction. If you can slay the Gan\'arg Servants and their master - Razorsaw - we can bring the Legion\'s Fel Reaver production to a grinding halt! \n','Kill 10 Gan\'arg Servants and Razorsaw at Forge Camp Mageddon and return to Forward Commander Brock at Honor Point.','Well, I must say, I am impressed, $N. I didn\'t think you had the mettle for this mission. Well done. Well done, indeed. \n','Don\'t tell me your getting cold feet, $C? If they finish construction on that Forge Camp, you\'ll have more to worry about than just those Fel Reavers! Get to it!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16947,20798,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10382,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,4000,0,0,0,1,0,0,5),(10395,10958,3483,0,128,58,61,0,1101,0,0,0,0,0,0,0,0,10399,29589,1,'The Dark Missive','The text on the note is written in some dark, indecipherable scrawl. The more you stare at them, the more the symbols seem to twist and burn before your eyes. There is only one at Honor Hold who can decipher such archaic script - the draenei mystic, Kryv. $B$BTake the Burning Legion Missive to Warp-Scryer Kryv who resides within the War-Room at Honor Hold.\n','Take the Missive to Warp-Scryer Kryv in the main keep of Honor Hold.','It is fortuitous that you intercepted this missive when you did, $N. Though it will take me some time to decipher, I can already sense the hatred and urgency woven into this scroll. I fear the Legion\'s true motives in this land will soon be made evident...$B$BGive me a moment to decipher this script. $B$B \n','What is it, $C? I sense you\'ve found something that speaks of a coming doom.\n','','','','','',29589,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10396,10958,3483,0,128,58,61,0,1101,0,0,0,0,0,0,0,0,10397,0,0,'Enemy of my Enemy...','Now we focus on the second target - Forge Camp: Rage. It lies just west of Mageddon. Trouble is, the demons have a number of fel cannons aimed straight at the Horde\'s outpost of Thrallmar! Though I can scarcely believe it, we actually need the Horde to help us hold the line at the Dark Portal. We can\'t afford to let Thrallmar fall. You\'ve got to destroy these cannons before the Legion pulverizes our allies! ','Destroy 3 Fel Cannon MKIs in Forge Camp: Rage and return to Field Marshal Brock at Honor Point.','I have to hand it to you, $N, you\'re a fighter born! Those Horde yokels may never know how close they came to the end. It takes real character to step in harm\'s way on behalf of your enemies. That\'s the kind of honor and commitment that holds the Alliance together! $B$B\n','The Legion could start shelling the Horde at any time, $N! You need to destroy those blasted cannons!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22461,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10394,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,113,0,0,0,5000,0,0,1,0,0,5),(10397,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Invasion Point: Annihilator','Well, we\'ve located the Legion\'s final base on the ridge - Invasion Point: Annihilator. It lies northwest of Forge Camp: Rage - and it houses a warp-portal through which the Legion has been drawing its reinforcements! $B$BYou\'ve got to close that portal to prevent any more demons from coming through. The Point\'s overlord, Warbringer Arix\'Amal, holds the portal\'s activation key. Take it from him and shut that blasted gateway down! \n','Slay Arix\'Amal. Take the Burning Legion Gate Key. Use the Burning Legion Gate Key on the Rune of Spite.','Great job! That should drastically cut down on the number of demons trying to creep up our backsides. I can\'t thank you enough for your help out here, $N. ','You close down that war-portal yet, $N? While you\'re here shuffling your feet, there are more demons entering Outland! \n','','','Close Burning Legion Gate','','',0,0,29795,0,0,0,0,0,1,0,0,0,19298,-182935,0,0,1,1,0,0,0,35739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10396,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10398,10958,3483,0,136,255,61,0,0,0,0,0,0,0,0,0,0,10400,0,0,'Return to Honor Hold','PH: Go to Honor Hold.','PH: Go to Honor Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10399,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Heart of Darkness','It is just as I feared. Arix\'Amal - the demon you killed earlier, was working for a secret Legionlord - Arazzius the Cruel. It appears this new villain has amassed a force of hellish terrorfiends near the Pools of Aggonar. $B$BYou must journey there and slay the terrorfiends before they strike against us. But be wary, friend - the Pools of Aggonar lie within a tortured, poisonous valley. You can find the cursed pools to the northwest of here, beyond Hellfire Citadel. $B$BLight be with you, $N. \n','Kill 10 Terrorfiends in the Pools of Aggonar and return to Warp-Scryer Kryv in the main keep of Honor Hold.','I foresaw this great victory, $N. The blessed naaru smile upon you this day. \n','I sense a growing darkness within your heart, $c. Have you faced your fear? Or does it still await you at the Pools of Aggonar?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16951,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10395,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10400,10958,3483,0,136,58,63,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Overlord','The honorable Warp-Scryer has told me of your perils, $N - and of the new foe you\'ve discovered. If Kryv is to be believed, this \'Arazzius the Cruel\' is as powerful and evil as any foe the Sons of Lothar have ever faced. $B$BWill you stand for us now, $N? Will you face this Legionlord and deliver the Light\'s justice upon him? If so, you will find him at the Pools of Aggonar. If not, his evil will most certainly find you. \n','Slay Arazzius the Cruel in the Pools of Aggonar and return to Force Commander Danath Trollbane in the keep of Honor Hold.\n','Light be praised, I knew you\'d do it! Arazzius and his minions are no more! Soon, we\'ll have the Legion running for home and this battered world will be safe once more. Then, when justice has been met, we can return home as well. $B$BThanks you, $N - the Alliance and the Sons of Lothar honor you this day! \n','Tell me, $N, has the deed been done? Has the Legionlord been vanquished? \n','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28040,28041,28042,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,500,0,0,0,0,0,0,87000,0,0,0,0,0,0,0,0,0,0,93300,0,0,0,0,'',10395,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,6,1,1,0,0,0,0,0,4,21,1,1,66,0,0,0,0,1,1,0,7),(10401,10958,3483,0,136,255,63,1,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: End All, Be All','Do you know what would have happened if you had not intercepted this missive, $N?$B$B$B$BThe entirety of the Legion army in Hellfire would have been knocking on our door. There is no way that we could have survived such an assault.$B$BThere is only one way to make sure that these orders never reach the Legion Front. You must travel to the Pools of Aggonar, west of here, and slay this Arazzius creature.$B$BDo this and I will see to it that the Warchief grants you a commendation.','Nazgrel at Thrallmar in Hellfire Peninsula has asked that you slay Arazzius the Cruel.\n','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28040,28041,28042,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,500,0,0,0,0,0,0,87000,0,0,0,0,0,0,0,0,0,0,93300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10402,10958,3523,0,136,67,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10403,10958,3483,0,136,60,62,0,0,0,0,0,0,0,0,0,0,10367,0,0,'Naladu','Perhaps not all hope is lost for the Dreghood. I am one of four elders that guided this tribe before we were enslaved by the Illidari. I thought the others were dead, but I\'ve slowly learned that at least two others are alive - chained down and powerless just as I am.$B$BI\'ve not yet been able to find Naladu and fear for the worst. There are more huts in the ruins upstairs; perhaps you could look for him. It would be a great boon for our tribe if all our elders were alive.','Seek out Naladu inside the Ruins of Sha\'naar.','You\'ve come to help my tribe, $R? How unusual. There aren\'t many that care about the fate of the Broken in this land.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10404,10958,3523,0,136,67,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Against the Legion','We\'ve established that the Burning Legion has been providing Kael\'thas with technological assistance, magnifying his threat many times over.$B$BBased on the Legion\'s numbers in the region, the largest impact we can make on our enemy\'s alliance is through a head-on attack on the forge bases to the north.$B$BGo to Forge Base: Oblivion and Forge Base: Gehenna and destroy our enemies. May the Light guide your blade, $N.','Exarch Orelis at Area 52 wants you to go to Forge Base: Oblivion and Forge Base: Gehenna and slay 12 Gan\'arg Forgehands, 6 Mo\'arg Forgelords and 6 Wrathbringers.$B$BPerforming quests for the Aldor will cause your Scryers reputation to decrease.','You\'ve dealt a mighty blow to the enemies of the Light, $N. You have my thanks as well as that of the Aldor.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16949,16943,18858,0,12,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10381,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10405,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10406,0,0,'S-A-B-O-T-A-G-E','We must destroy the machinery that is making these nexus-stalker aberrations possible. To strike at their proto-accelerator would be futile as it is an ethereal creation. We must instead destroy the manaforge energy tube that they are using as a conduit.$B$BI have all that I need to create a device to overload the conduit save for one item. I need a wrapping from an archon or overlord that might be transforming soon in order to calibrate the device.','The Image of Commander Ameer at the Ethereum Staging Grounds - Ethereum Transponder Zeta - wants you to recover 1 Prepared Ethereum Wrapping.','Excellent! Now to calibrate the device.','Have you recovered the wrapping?','','','','','',29591,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10385,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10406,10958,3523,0,138,68,70,0,0,0,0,0,0,0,0,0,0,10408,0,0,'Delivering the Message','I\'m sending one of my demolitionists out to place the disruption device. Just make sure no harm comes to him as he\'s placing the disruptor.$B$BKeep him protected! He will not fight back if enemies attack him as he is only a holographic image but the image can be destroyed!$B$BReturn to me once the job is done.\n','The Image of Commander Ameer at the Ethereum Staging Grounds - Ethereum Transponder Zeta - wants you to escort the Protectorate Demolitionist to the Manaforge Ultris conduit and keep him protected while he works to sabotage the pipeline.','Thanks to you, their plans are in ruin! Now only one thing remains... Salhadaar.','He must succeed!','Ethereum Conduit Sabotaged','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,30335,30337,30336,30518,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10405,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10407,10958,3523,0,136,67,70,1,0,0,0,0,0,0,0,0,0,10410,0,0,'Socrethar\'s Shadow','The infamous eredar, Socrethar, leads the Burning Legion in Netherstorm. Mentioning his name is enough to make most draenei shudder. He gives orders from an island in the northwest that only his most trusted lieutenants can access.$B$BTo get there you will need to obtain a teleportation stone, which won\'t be an easy task. The first half of the stone is in the possession of Forgemaster Morug at Forge Base: Oblivion. The second half is held by Silroth at Forge Base: Gehenna.','Anchorite Karja at Area 52 wants you to obtain the First Half of Socrethar\'s Stone from Forgemaster Morug at Forge Base: Oblivion and the Second Half of Socrethar\'s Stone from Silroth at Forge Base: Gehenna.$B$BPerforming quests for the Aldor will cause your Scryers reputation to decrease.','Your dedication to our cause is exemplary, $N. With Socrethar\'s teleportation stone in our possession only one thing remains to be done.','Have you obtained Socrethar\'s teleportation stone, $N?','','','','','',29624,29625,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10381,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10408,10958,3523,0,128,68,70,1,0,0,0,0,0,0,0,0,0,0,29618,1,'Nexus-King Salhadaar','I have in my possession another disruptor, one capable of destroying the three conduits that surround Salhadaar. Once the conduits are destroyed, Salhadaar\'s protective force fields will be down. For this act, he will strike at you with a ferocity you have never before witnessed, $N.$B$BIf you are willing to rid the world of Salhadaar, I will give you the disruptor.','The Image of Commander Ameer at the Ethereum Staging Grounds - Ethereum Transponder Zeta - wants you to use the Protectorate Disruptor to bring down Salhadaar\'s force fields and then destroy Nexus-King Salhadaar.','It has been a thousand years, maybe more, since Salhadaar began his crusade to exterminate all that would stand in his way. I can hardly believe that this is the last we\'ll see of him... You have done all of us a great service, $N, and for that you will be rewarded.','Is... Is he really dead? Destroyed?','','','','','',0,0,0,29618,0,0,0,0,0,1,0,0,20454,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,30011,30012,30010,30013,30009,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10406,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10409,10958,3523,0,130,67,70,1,0,0,0,0,0,0,0,0,0,0,29796,1,'Deathblow to the Legion','When facing eredar of great power, large armies are useless for the most part. Their corruptive powers over mortal souls are such that only the strongest-willed can even stand face to face with them.$B$BTake this stone to the Invasion Point: Overlord, between Forge Base: Oblivion and Gehenna and bring your closest, strongest friends with you. Orelis and Karja will meet you at Socrethar\'s Seat; I will send Adyen along with them.$B$BMay the Light prevail today, $N. May Socrethar meet his end.','High Priestess Ishanah wants you to go to the Legion Teleporter at the northwestern corner of Netherstorm and use it to teleport to Socrethar\'s Seat. Once there, defeat Socrethar.$B$BPerforming quests for the Aldor will cause your Scryers reputation to decrease.','It is done, $N. Socrethar has been destroyed.$B$BI and the others will recover from our wounds, $N. The wrath of Socrethar\'s magic was far too much for young Kaylaan, however. Not even my strongest prayer could raise him.$B$BIt is an unbearable pity that one so young would fall in battle. However, in the end his will was strong enough to recover from the Legion\'s corruption and we may find solace in that.','Light be with you, $C.','Deathblow to the Legion','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30368,30369,30370,30371,30860,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10410,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10410,10958,3523,0,128,67,70,0,0,0,0,0,0,0,0,0,0,10409,29699,1,'Ishanah\'s Help','The time has come to face Socrethar, $N. Confronting an eredar leader isn\'t something that\'s taken lightly among us. A single mistake is likely to cost us our lives if we\'re ill-prepared.$B$BTake Socrethar\'s teleportation stone to High Priestess Ishanah at the Shrine of Unending Light in Shattrath City. She will determine how we need to handle the situation.','Take Socrethar\'s Teleportation Stone to High Priestess Ishanah at the Shrine of Unending Light on the Aldor Rise in Shattrath City.$B$BPerforming quests for the Aldor will cause your Scryers reputation to decrease.','Socrethar... I remember that name. He was once a renowned warrior of the Light and pride was his only flaw.','What troubles you, child?','','','','','',29699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',10407,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10411,10958,3523,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,29737,1,'Electro-Shock Goodness!','Around the ruined manaforge you will find the run-off of Dimensius\'s handy work. Seeping sludge occupies the pools that surround Ultris. Directly below those pools, where the Ethereum Staging Grounds now stand, you will find even more run-off in the form of void waste.$B$BThe best method of disposal is to use electro-shock to break slimes down to globules. Use this elixir to augment your attacks with electricity. The resultant discharge will break the slimes up into their raw form. Destroy the globules!','Researcher Navuud at the Protectorate Watch Post in Netherstorm has asked that you destroy 30 Void Waste Globules and 30 Seeping Sludge Globules.\n','I hope it\'s not too late. Did you notice any abnormally large slimes at or near the area where the void wastes drain into?','Both the sludge and waste are extremely toxic. They will form into a congealed void horror if left unchecked!','','','','','',0,0,0,29737,0,0,0,0,0,1,0,0,20806,20805,0,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10412,10958,3703,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Firewing Signets','It is no secret that Kael\'thas Sunstrider perceives us as a great threat. Let\'s face it - not many sin\'dorei, fresh from Silvermoon, are willing to join the sort of company that Kael keeps.$B$BIt\'s also no secret that this is not just a war of words. Scryers and the armies that serve Kael\'thas attack each other on sight. The only way to prove you\'re with us, $N, is to do your share of fighting.$B$BKael\'s lower ranking followers wear Firewing signets to indicate their rank. Bring them to me.','Magistrix Fyalenn in Shattrath City wants you to bring her 10 Firewing Signets.$B$BPerforming quests for the Scryers will cause your Aldor reputation level to decrease.','Well done, $N. You might prove to be a useful ally after all.','Go on, $N. Speak.','','','','','',29426,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10413,10958,3523,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,29738,1,'The Horrors of Pollution','You carefully fill a vial with the fallen void horror\'s ooze.$B$BResearcher Navuud at the Protectorate Watch Post would be quite interested in such a find! Take it to him at once!','Take the Vial of Void Horror Ooze to Researcher Navuud at the Protectorate Watch Post in Netherstorm.','WHAT!? You faced off against a void horror? And lived?! Incredible!$B$BThis sample is worth its weight in gold. A find like this deserves a reward.','Hrm, you look a bit dirty... What have you gotten yourself into?','','','','','',29738,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30338,30339,30340,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10414,10958,3703,0,136,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Single Firewing Signet','','','Yes... Kael\'s numbers continue to dwindle as our numbers continue to grow.$B$B','Even the smallest contribution to our cause is noted, $N. Our enemies are many, but we shall prevail!','','','','','',29426,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10412,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10415,10958,3703,0,136,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Firewing Signets','','','Excellent! All who oppose us will be crushed!$B$B','What have you done for us lately, $N? The war against Kael\'thas is not going to fight itself, you know?','','','','','',29426,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10412,10552,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10416,10958,3703,0,136,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Synthesis of Power','Arcane tomes are not ordinary books that happen to deal with arcane matters. There is intrinsic power in them - a power I\'ve learned to synthesize into a single arcane rune.$B$BShould you find an arcane tome in your travels I will give you one such rune. Only the most powerful wielders of magic carry the books I need. In Outland this usually means Kael\'s blood elves - but you\'d be surprised by where such tomes often turn up.','Voren\'thal the Seer in Shattrath City wants you to obtain an Arcane Tome.$B$BPerforming quests for the Scryers will cause your Aldor reputation to decrease.','As promised, $N. The entirety of the book\'s raw power, condensed into a single rune.','Have you obtained an arcane tome yet, $N?','','','','','',29739,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29736,0,0,0,1,0,0,0,934,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10417,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10418,0,0,'Run a Diagnostic!','Wherever the Consortium establishes a presence, we bring our eco-dome technology. The fields allow us to work in a controlled and life-sustaining atmosphere since we often find ourselves in hostile environments.$B$BNetherstorm\'s volatile conditions and creatures have begun to destroy the equipment that sustains our domes, especially the generator east of here. I\'ve started a diagnostic there in hopes of understanding what can be done to combat the damage. Would you collect the results and bring them to me?','Retrieve the Diagnostic Results and return them to Mehrdad at Midrealm Post.','This is worrisome. The damage is much more severe than I believed. I can send to the Stormspire for some tools to begin repairs, but that\'s useless unless we\'ve isolated what\'s damaging the equipment in the first place.','Did you get the diagnostic results?','','','','','',29741,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,150,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(10418,10958,3523,0,136,67,68,0,0,0,0,0,0,0,0,0,0,10423,0,0,'Deal With the Saboteurs','In searching the area for clues about the damage to our equipment, I\'ve seen pieces of the shield generators at the bottom of the small lake to the north. I\'m not sure why the crocolisks have taken an interest in the equipment, but we have to put a stop to this problem.$B$BThe Consortium is quite clear on this matter. If it comes down to a choice between the equipment and crocolisks, the animals will have to go. I\'ll make it worth your while to deal with them.','Mehrdad at Midrealm Post wants you to kill 8 Barbscale Crocolisks.','The area\'s looking clearer already. The domes are quite useful, but the major drawback is the rampant growth they encourage in some places, accelerating the growth and proliferation of native species.','Have you put the creatures out of their misery? Don\'t get me wrong, I\'m really an animal lover, but not when the animals are biting the hand that feeds and shelters them.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20773,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10417,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10419,10958,3703,0,128,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arcane Tomes','','','The power contained in this tome is tremendous. Yet it is easily condensed into a single rune by one with a clear mind.','Have you obtained any more arcane tomes, $N?','','','','','',29739,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29736,0,0,0,1,0,0,0,934,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10416,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10420,10958,3703,0,136,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Cleansing Light','This temple is one of the holiest places in all of Outland. The power of the Light here is so strong, that even items with the strongest fel taint can be cleansed of a worldly item.$B$BShould you run into any fel armaments in your confrontations with demonic enemies, bring them to me and I will demonstrate the cleansing power of the Light.','Bring a Fel Armament to Ishanah in Shattrath City.$B$BCompleting quests for the Aldor will cause your Scryers reputation to decrease.','Watch as foul materials disintegrate. Watch as metal turns to dust.$B$BThe Light cleanses all and only the purest residue remains.','Have you obtained any fel armaments yet, $N?','','','','','',29740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29735,0,0,0,1,0,0,0,932,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10421,10958,3703,0,136,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fel Armaments','','','The fel materials are removed from this world. Only the Light\'s residue remains.','Have you run into any fel armaments lately? Let the Light do its work, $N. Do not allow these foul objects to remain in this world.','','','','','',29740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29735,0,0,0,1,0,0,0,932,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10420,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10422,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Tyralius','Captain Tyralius took a platoon of soldiers south towards the Ethereum Staging Grounds 10 days ago. We haven\'t heard from him or his crew since.$B$BChances are good that they were ambushed and killed but I\'m getting a curious reading from my instruments.$B$BI think it\'s a distress signal but these things have been wrong before. If Tyralius is still alive, they\'re keeping him in one of their prisons. You\'ll have to locate the prison and open it with a key, probably found on the warden.','Flesh Handler Viridius at the Protectorate Watch Post in Netherstorm has asked that you find and free Captain Tyralius.\n','Thank you, $N. Tyralius suffered massive injuries but we think he\'s going to make it.$B$BHe mentioned fields of prisons, much like the one you rescued him from. Prisons full of creatures from all across the universe!$B$BWe\'ll be in touch should a need arise to crack those open. The Consortium has already expressed some interest in sending some teams out and is working on some technology to break through the Ethereum\'s locks.','Did you find Tyralius?','','Captain Tyralius Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,20787,0,0,0,1,0,0,0,35707,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10423,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10424,0,0,'To the Stormspire','Master Engineer Ghabar will want to know about the results of the diagnostics. If anything, they caution us to keep a close eye on the workings of our dome generators. As the fields become more and more unstable, their effects will become harder to control. It could spell disaster for our expedition and anything else housed within the domes.$B$BYou\'ll find Ghabar at the Stormspire. Just follow the road north from this eco-dome and across the bridge. It\'ll lead you to the elevator at the base of the spire.','Speak with Ghabar at the Stormspire in Netherstorm.','$B$BMehrdad is little more than a technician, but he possesses a keen eye for detail. If his observations are correct, then we\'ll need to take diagnostics at the rest of our dome generators as soon as possible.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10418,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10424,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10430,29803,1,'Diagnosis: Critical','If Mehrdad\'s results are correct -- and I have no reason to believe they\'re faulty -- then the rest of the domes could be in trouble.$B$BI do think Mehrdad has failed to identify the underlying cause of the failures. From time to time, creatures damage the generators, but never this severely.$B$BTo be on the safe side, I\'d like for you to run a set of diagnostics at the Stormspire\'s main dome generator, located in Eco-Dome Sutheron at the very eastern edge of the dome.','Use the Diagnostic Device while standing near the Eco-Dome Sutheron Generator and bring the Diagnostic Results back to Ghabar at the Stormspire.','These results match Mehrdad\'s exactly, but why? The only possible explanation I can think of is that some of the dome generation equipment has failed or gone missing. That would cause the domes to weaken significantly and fall out of balance as the diagnostics indicate.','Did you get those diagnostics?','','','','','',29769,29803,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,55500,0,0,0,0,'',10423,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(10425,10958,3523,0,262274,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from the Staging Grounds','Thank K\'aresh! He would have torn me apart!$B$BI\'m a Protectorate soldier, fleshling. My platoon was sent on a recon mission about 10 days ago. As we were moving across the upper ledges of this island, a group of Ethereum jumped us. At least I think it was Ethereum. They had the same energy color but their wrappings looked void.$B$BOnly Tyralius was spared. I think they put him in a prison cell.$B$BI\'ve got to get back to the Protectorate Watch Post! Can you escort me back?\n','Escort the Captured Protectorate Vanguard back to Protectorate Watch Post in Netherstorm.','$B$BWell done, fleshling! This soldier might be the key to taking down the Ethereum\'s entire operation.','Yes?','Captured Protectorate Vanguard Escorted','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30331,30332,30333,30334,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10426,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10427,29818,1,'Flora of the Eco-Domes','Just look around you, $c! Isn\'t it amazing? Of course, this incredible resurgence of life is a byproduct of the ethereal domes, but imagine what it could do in the hands of the expedition.$B$BI\'m preparing to negotiate with the ethereals for access to their technology, but I\'d like to get a better idea of its effects on plant-based life.$B$BI\'ve built a device to concentrate the dome\'s energies on the lashers in this area. Would you be so kind as to test it for me and share the results?','Use the Energy Field Modulator on Farahlon Lashers. Observe the results and report back to Aurine Moonblaze at the Stormspire when you have conducted 10 tests.','Oh my! Focusing the dome\'s energy seems to continue accelerating growth to the point where it breeds extreme aggression. If we do get the ability to use this technology, we have to be sure to calibrate it correctly.','Did you try focusing the dome\'s energy?','','Test Energy Modulator','','','',0,29818,0,0,0,0,0,1,0,0,0,0,20983,0,0,0,10,0,0,0,35772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,5),(10427,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10429,29817,1,'Creatures of the Eco-Domes','Your work with the lashers turned up some astounding information, but I wonder if it holds true for animals as well.$B$BGathering information on the talbuks that live underneath this dome is going to be trickier than studying the lashers, I\'m afraid.$B$BUsing this tagging device, you can put a weakened talbuk to sleep and apply a tag that I\'ll use to track the animal as it matures. The tagging mechanism won\'t work unless the talbuk has expended most of its energy.','Tag 12 Talbuks for Aurine Moonblaze at the Stormspire. You may tag either Talbuk Sires or Talbuk Does using the Talbuk Tagger.','Excellent work. I\'ll keep a close eye on the ones you tagged and see if they mature as quickly as the other lifeforms in the dome.$B$BWith the proper control, we could use this technology to regrow the ruined areas of Outland and Azeroth.','Were you able to tag enough of the talbuk?','','','Talbuk Tagged','','',29817,0,0,0,0,0,1,0,0,0,0,0,0,20982,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,92400,0,0,0,0,'',10426,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,6),(10428,10958,3524,0,136,8,10,0,1101,0,0,0,0,0,0,0,0,9527,0,0,'The Missing Fisherman','In the fevered dreams of our injured guest, she spoke of a fisherman, Cowlen, who was in some distress at Silvermyst Isle, to the southwest, off the coast of Azuremyst.$b$bWith all that has been happening, no one has had the opportunity to look into it, but I do feel a bit of worry. Perhaps there\'s something you can do, $n?','Find Cowlen at the southeast docks of Silvermyst Isle off the coast of Azuremyst.','My family... What have I done... What could I have done?$b$bWhy must I be punished so?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,3),(10429,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'When Nature Goes Too Far','The dome technology possesses such power! Certainly, there are bounds beyond which we dare not go, $N.$B$BCreatures allowed to grow too large or too fast could be just as bad as a barren landscape.$B$BI have heard rumors of just such a creature in the pool to the east. I\'ve heard the ethereal merchants conspiring to catch the overgrown hydra for sport, but I have another purpose in mind for the giant. Bring me the creature\'s heart so I may study it.','Aurine Moonblaze at the Stormspire wants you to bring her a Hulking Hydra Heart.','Even for a creature of that size, this heart is far too large. It struggled to keep up with the creature\'s gigantic body. I have little doubt it would\'ve died before reaching half its normal lifespan.$B$BEven with such risks, I\'m determined to convince the Consortium to share their technology. There\'s too much promise here to give up now.','Did you get the sample from the monstrous hydra?','','','','','',29768,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10427,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10430,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10436,29770,1,'Testing the Prototype','I\'ve been working on a portable generator repair kit for use in some of the harsher climates that the Consortium operates in. Granted, it wasn\'t designed for Netherstorm, but we shouldn\'t have any problems with it.$B$BI had already scheduled a test with one of my best techs up at Eco-Dome Farfield beyond the Netherstone to the northeast. Take this prototype to Tashar. He\'ll know what to do with it. If it works, we can use it to reinforce the shield generators at the larger domes.','Bring the Repair Apparatus to Tashar at Eco-Dome Farfield in Netherstorm.','This looks a little peculiar. Ghabar definitely didn\'t have Netherstorm in mind when he designed it.$B$BDon\'t look so surprised, $N. Netherstorm is tame compared to some of the environments I\'ve worked in. Nevertheless, a failing dome is always a concern.','It looks like you\'ve got the prototype. Did Ghabar send you?','','','','','',29770,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10424,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10431,10958,3523,0,136,67,70,0,0,0,0,0,0,0,0,0,0,10380,0,0,'Outside Assistance','The Sunfury briefings support the theory that Kael\'thas has been receiving outside help in constructing and running these manaforges. Who this is remains a bit of a mystery, though we\'re likely to find out in Manaforge Ara.$B$BI\'ve sent a group of my men to scout the surrounding area. Go to Tuluman\'s Landing, north of here, and speak to Kaylaan. See what he\'s discovered at Manaforge Ara. Find out who is assisting the Sunfury army and take care of them. ','Go to Tuluman\'s Landing, north of Area 52, and speak to Kaylaan.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','You\'re all the help Orelis is sending? He must think very highly of you.$B$BLet\'s get this over with.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10328,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10432,10958,3523,0,136,67,70,0,0,0,0,0,0,0,0,0,0,10508,0,0,'Damning Evidence','As you may have noticed, there are servants of the Burning Legion all over Manaforge Ara. Kael\'thas has entered an alliance with the Burning Legion. He must\'ve caught wind of Illidan\'s descent into insanity and switched paymasters accordingly.$B$BIf the Scryers get definite proof of this, it will give them a considerable political advantage. I know for a fact that the Legion forces at this manaforge have orders that bear Kael\'s seal.$B$BGet these orders and bring them to Thalodien.','Obtain 8 Orders from Kael\'thas from demons at Manaforge Ara and bring them to Spymaster Thalodien in Area 52.$B$BPerforming quests for the Scryers will cause your Aldor reputation to decrease.','This is big, $N. Very big!$B$BVoren\'thal is going to want to hear about this as soon as possible.','Well? What did Theledorn have to say?','','','','','',29797,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10202,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10433,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10434,0,0,'Keeping Up Appearances','The ethereals are clever and very observant, so it\'s no accident that I\'m here posing as a simple furrier. In fact, I\'ve been sent from Area 52 to appraise the technology the ethereals use to generate their eco-domes.$B$BI\'d like to enlist your help, $c. We\'ve been asked to use non-goblin agents whenever possible.$B$BWhat I want you to do is bring me a number of ripfang lynx pelts in the guise of a hunter. You can find the lynxes all over Eco-Dome Midrealm.','Bring 10 Ripfang Lynx Pelts to Shauly Pore at Midrealm Post.','These are magnificent, utterly magnificent! I\'ll pay you top coin for these! How much to retain your services?','Have any pelts to sell me?','','','','','',29801,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10434,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10435,0,0,'The Dynamic Duo','Excellent job.$B$B$B$BI think they\'re buying it. Now, when I send you up to speak with my associates at the Stormspire, there won\'t be any suspicion at all.$B$BYou\'ll want to look for Action Jaxon and Audi the Needle up there. They\'ll tell you everything you need to know. Tell \'em Shauly sent you.','Speak with Audi the Needle at the Stormspire in Netherstorm.','$B$BAh, yes, we\'ve been expecting someone to help us, err move some, uh, merchandise.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10433,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10435,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Retrieving the Goods','$B$BI\'m sure Shauly told you a bit about our work here. When Jaxon and I are out in the field \'hunting,\' we\'ve been collecting pieces of the ethereal eco-dome generators and hiding them in the nests of our prey, the raptors in Eco-Dome Farfield.$B$BIt\'s a remote area to the northeast of the Stormspire, close to the Netherstone. I don\'t anticipate you\'ll run into many ethereals there, but would you be willing to help us collect the dome generator pieces?','Audi the Needle at the Stormspire wants you to bring her 10 Dome Generator Segments.','Excellent work! The most difficult part of the project is done. Now, all we need is a way to get these back to Area 52 and attract the interest of the Cenarion Expedition as well. There should be enough here for our own needs and to earn a little profit on the side.','Did you collect everything?','','','','','',29798,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30284,30402,30285,30286,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10434,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10436,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'All Clear!','Before we can begin the test, we have to make certain the area is clear of anything that might interfere. In our case, that means these overgrown lizards.$B$B$B$BThere\'s no telling what might happen if one those decides to take a nice bite out of the generator while it\'s charging. I\'ve seen a lot of strange things in all my years as a technician, including more than a few abominations that had their beginnings as humble animals.','Tashar, stationed at Eco-Dome Farfield, wants you to kill 12 Scythetooth Raptors.','Well done. It looks like everything is in order. We\'re ready to begin.','Have you cleared the test area?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20634,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10430,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10437,10958,3523,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10438,0,0,'Recipe for Destruction','Atop Manaforge Ultris lies the tear in the nether that the void lord, Dimensius, came through. That tear provides Dimensius with a link to the void, rendering him immune to physical harm. If we can get a lock on the conduit that Dimensius is using to keep himself phased out of this plane of existence, we can destroy it and then destroy Dimensius.$B$BTo do this, we\'re going to first need you to collect fragments of Dimensius from the void creatures that he sends out to do his dirty work.','Professor Dabiri at the Protectorate Watch Post in Netherstorm wants you to recover 8 Fragments of Dimensius.','Excellent. With these fragments, we can calibrate a bomb that will destroy the void conduit atop Ultris. With the void conduit destroyed, Dimensius\'s connection with the void will be severed and he will be left defenseless!','Have you collected enough fragments?','','','','','',29822,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10438,10958,3523,0,128,68,70,0,0,0,0,0,0,0,0,0,0,10439,29778,1,'On Nethery Wings','Here it is, $N. Take this phase disruptor and mount up! The Protecotrate nether drake will fly you close enough to Ultris so that you can drop the disruptor on top of the void conduit.$B$BDrop as many disruptor charges as possible to ensure complete annihilation!$B$BWhen you are ready, speak with the nether drake and he\'ll take you up.$B$BIf you miss the mark you will have to get more bombs from me before you can go up again.','Professor Dabiri at the Protectorate Watch Post in Netherstorm wants you to use your Phase Disruptor when you get in range of the Void Conduit that rests atop Ultris. Drop as many charges of the Phase Disruptor as you can to ensure total annihilation. The Phase Disruptor charges will automatically home in on the Void Conduit so long as you are close enough to use it.$B$BReturn to Professor Dabiri should you succeed!\n','The time to strike has come! With the tear gone, Dimensius is vulnerable to physical and magical attacks!','Did you hit the mark?','','Void Conduit Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,20899,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10437,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10439,10958,3523,0,136,68,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Dimensius the All-Devouring','Your brave actions have forced Ameer to react! He has deployed Captain Saeed and the Avengers!$B$BNow all that is left to do is destroy Dimensius.$B$BWhen you are ready, I will call for Saeed. If he is not currently fighting another battle, he will be awaiting orders from you - directly east of here.$B$BLet him know when you are ready to fight and he will put his troops in motion!$B$BI wish you luck, fleshling! We have hunted Dimensius for a thousand years!','Professor Dabiri at the Protectorate Watch Post in Netherstorm wants you to speak with Captain Saeed and then follow his army to Manaforge Ultris and kill Dimensius the All-Devouring!','For a thousand years, all we have known is conflict. We have defended our people from the attacks of both void creature and ethereal alike.$B$BNow, one of our most hated enemies lies dead - finally.$B$BI give you the thanks of a hundred million ethereals, fleshling.','What of the void lord?','','','Speak to Captain Saeed','','',0,0,0,0,0,0,0,0,0,0,0,0,19554,20985,0,0,1,1,0,0,0,0,0,0,0,0,0,0,30297,30300,30299,30298,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10438,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10440,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Success!','The test was a resounding success! We can certainly use this device to start repairing the domes.$B$BCarry word of the test results to the Stormspire and let Ghabar know that I\'ve also found a pattern in the damage to the shield generators. Key pieces of generator units have gone missing from a number of sites. This is no accident, $N, no technological failure. We\'re being stolen from. ','Return to Ghabar at the Stormspire in Netherstorm.','I\'ll have my techs get to work on those repairs right away.$B$BTashar\'s suspicion of sabotage worries me, though. I can\'t think of anyone who would be bold enough to steal our technology. Not anyone who knows what we\'re capable of, anyway. It may be time to lock down the Stormspire.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30293,30290,30291,30520,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',10436,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10441,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Peddling the Goods','$B$BNow that we have the goods, I\'ll be sending most of the parts on to Area 52. There\'s enough here for more than one generator, presenting us with a perfect business opportunity.$B$BI\'ve seen the Cenarion Expdedition\'s representative trying to negotiate. I want you to let her know that we can provide what she seeks at a very reasonable price. There\'s no reason for her to continue dealing with those two-timing ethereals.','Speak with Aurine Moonblaze at the bottom of the Stormspire in Netherstorm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10442,10958,3483,0,136,61,61,0,690,0,0,0,0,0,0,0,0,9372,0,0,'Helping the Cenarion Post','$C, there\'s some tauren by the name of Thiah Redmane that keeps pestering us for assistance. She\'s with the Cenarion Expedition, and they\'ve setup a little post just to the west on the south side of the the road leading to Zangarmarsh.$B$BIf you hit Thornfang Hill, you\'ve gone too far.$B$BDo you think you might head over there and see what she needs? I don\'t want to have to bother Ranger Captain Venn\'ren with such trivialities.','Falconer Drenna Riverwind wants you to offer your services to Thiah Redmane at the Cenarion Post in Hellfire Peninsula.','Oh, goodness, you must be the help I requested weeks ago from Falcon Watch.$B$BWell, you\'re here now and there\'s a lot to be done. I have just the thing to start you out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,1),(10443,10958,3483,0,136,61,61,0,1101,0,0,0,0,0,0,0,0,9372,0,0,'Helping the Cenarion Post','The Cenarion Circle has sent an expedition to Outland and, as I understand it, they are here to study what has happened and to help reverse any damage that they can.$B$BThey\'ve setup a little post just to the west on the south side of the road leading to Zangarmarsh.$B$BIf you hit Thornfang Hill, you\'ve gone too far.$B$BWould you please go and see how you might help them? Speak with Thiah Redmane as she is the one that sent the request to us for assistance.','Amaan the Wise would like for you to offer your services to Thiah Redmane at the Cenarion Post in Hellfire Peninsula.','Oh, goodness, you must be the help that I requested from the Temple of Telhamat.$B$BI\'m glad that you\'re here; there\'s a lot to be done, and I have just the thing to start you out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,1),(10444,10958,3519,0,136,62,64,0,1101,0,0,0,0,0,0,0,0,9996,0,0,'Report to the Allerian Post','This calls for immediate action!$B$BWe have someone out in the field closer to Firewing Point that I want you to speak with. He\'ll have a better idea of what our next step should be.$B$BReport to Lieutenant Meridian out at the Allerian Post and apprise him of the situation. You\'ll find the post to the northeast on the southern bank of the river just south of Firewing Point.$B$BGodspeed, $N.','Jenai Starwhisper wants you to report to Lieutenant Meridian at the Allerian Post in Terokkar Forest.','Bomb parts. So my suspicions were true. That\'s not something that I wanted to be right about.$B$BOkay, you and I have some grim business ahead of us then.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,-2593.86,3325,1,6600,0,0,0,0,'',9994,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,1),(10445,10958,1941,0,192,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Vials of Eternity','Seven vials were drawn from the Well of Eternity by Illidan. He poured three into the lake on top of Mount Hyjal and a second Well of Eternity was created. For years the rest were believed lost.$B$BWith the opening of the Dark Portal, we\'ve come to know that he gave one each to his lieutenants Kael\'thas and Vashj. Retrieve what remains of them; we will need them as foci to open a gateway to any events tied to Mount Hyjal, recent or ancient. The outcome of the Battle of Mount Hyjal must be preserved.','Soridormi at Caverns of Time wants you to retrieve Vashj\'s Vial Remnant from Lady Vashj at Coilfang Reservoir and Kael\'s Vial Remnant from Kael\'thas Sunstrider at Tempest Keep.','I\'ve asked the impossible of you, yet I expect you to succeed. Much depends on it.','I\'ve asked the impossible of you, yet I expect you to succeed. Much depends on it.','','','','','',29906,29905,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,0,250,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10446,10958,3519,0,136,62,65,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Final Code','They\'re building a second mana bomb in the courtyard. My intel suggests that the final code for the bomb is being held by Sharth Voldoun, the overseer of the project at Firewing Point.$B$B$N, you have to go back in there and retrieve the final code from him. He keeps himself to the top of the highest spire.$B$BTake the final code to the mana bomb that they\'re working on in the central courtyard and set it off.$B$BOnly then will we be certain that the Allerian Stronghold is safe.','Lieutenant Meridian wants you to use The Final Code to set off the Mana Bomb. Then report back to Jenai Starwhisper at the Allerian Stronghold in Terokkar Forest.','YOU DID IT! YOU SAVED US! YOU SAVED THE ALLERIAN STRONGHOLD!!$B$BWith their forces decimated, their leader dead and the mana bomb destroyed, we can all breathe much easier now.$B$B$N, I\'ve never seen such selflessness... such heroism! Please, accept this on behalf of all of us.','Lieutenant Meridian has been keeping us apprised of the situation at Firewing Point. Is everything okay?','','','Mana Bomb Activated','','',0,0,0,0,0,0,0,0,0,0,0,0,0,21039,0,0,0,1,0,0,0,0,0,0,0,0,0,0,31785,31782,31784,31783,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',9996,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,1000,1000,0,2,4,1,0,0,0,1000,0,0,1,0,0,6),(10447,10958,3519,0,136,62,65,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Final Code','They\'re building a second mana bomb in the courtyard. My intel suggests that the final code for the bomb is being held by Sharth Voldoun, the overseer of the project at Firewing Point.$B$B$N, you have to go back in there and retrieve the final code from him. He keeps himself to the top of the highest spire.$B$BTake the final code to the mana bomb that they\'re working on in the central courtyard and set it off.$B$BOnly then will we be certain that Stonebreaker Hold is safe.','Sergeant Chawni wants you to use the Final Code Sheet to set off the Mana Bomb. Then report back to Tooki at Stonebreaker Hold in Terokkar Forest.','YOU DID IT! YOU SAVED US! YOU SAVED STONEBREAKER HOLD!!$B$BWith their forces decimated, their leader dead and the mana bomb destroyed, we can all breathe much easier now.$B$B$N, I\'ve never seen such selflessness... such heroism! Please, accept this on behalf of all of us.','Sergeant Chawni has been keeping us apprised of the situation at Firewing Point. Is everything okay?','','','Mana Bomb Activated','','',0,0,0,0,0,0,0,0,0,0,0,0,0,21039,0,0,0,1,0,0,0,0,0,0,0,0,0,0,31785,31782,31784,31783,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',9997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10448,10958,3519,0,136,62,64,0,690,0,0,0,0,0,0,0,0,9997,0,0,'Report to Stonebreaker Camp','This calls for immediate action!$B$BWe have someone out in the field closer to Firewing Point that I want you to speak with. She\'ll have a better idea of what our next step should be.$B$BReport to Sergeant Chawni out at Stonebreaker Camp and apprise her of the situation.$B$BTake the road north out of the hold. From the middle of Tuurem, follow the road to the east. You\'ll find the camp on the bank of the river that lies just southwest of Firewing Point.$B$BGood luck, $N.','Tooki wants you to report to Sergeant Chawni at Stonebreaker Camp in Terokkar Forest.','Bomb parts. So my suspicions were true. That\'s not something that I wanted to be right about.$B$BOk, you and I have some grim business ahead of us then.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,-2525.86,3665.6,1,6600,0,0,0,0,'',9995,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10449,10958,3483,0,128,58,60,0,690,0,0,0,0,0,0,0,0,0,30326,1,'Apothecary Zelana','Apethecary Zelana has been studying the beasts of Hellfire Peninsula in the field. She wants a sample of the blood you gathered; with luck, she might discover what turned those Bonechewer freaks\' skins red!$B$BZelana is at Reaver\'s Fall, southeast of Thrallmar. Follow the road east and when you see a destroyed, green-glowing hunk of metal, you\'re there. She has a camp set up behind the wyverns.','Vertok Axebreaker in Thrallmar wants you to bring Bonechewer Blood Samples to Apothecary Zelana at Reaver\'s Fall.','Ah, yes. The blood of the Bonechewer clan. I am very curious about these orcs... they are still the depraved fiends of the past, but their strength and power is greater than what I had heard...$B$BWell, let us begin, shall we?','It is my honor to serve the wishes of the Horde. How might I aid you?','','','','','',30326,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,25,0,0,0,0,0,0,2300,0,0,35998,0,0,0,0,0,0,0,14400,0,0,0,0,'',10450,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,2),(10450,10958,3483,0,136,58,60,0,690,0,0,0,0,0,0,0,0,10449,0,0,'Bonechewer Blood','Bonechewers! They should all die! The sight of their red skin and depravity makes my blood boil!$B$BI have a mission for you, $N. Kill Bonechewer orcs and collect their vile blood. There is an apothecary who needs the blood for her tests, so we can discover how these orcs fell to the demon taint, a taint from which we so recently freed ourselves.$B$BBonechewers scavenge near the ruined battlements along the Path of Glory, to the south. Return to me when your mission is complete.','Bring 12 Bonechewer Blood Vials to Vurtok Axebreaker in Thrallmar.','Hah! So you did meet the bonechewers, our depraved cousins. Well done, $N. My only regret is that more of them could not lay down their lives and spill their blood, to cool my outrage!','Did you face the bonechewers, $N. I hope their blood was spilled in great gouts!','','','','','',30327,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29915,29919,29917,29914,29916,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10451,10958,3520,0,130,68,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Coilskar Cistern','Thank the Earthmother! I parted ways with the others several days ago. I was intent on discovering the source of the disturbance that the spirits of water were feeling. My search led me to Coilskar where I discovered that the naga were befouling the water supply of Shadowmoon Valley.$B$BUnfortunately, I was discovered and taken prisoner. There\'s no telling what ghastly things they had in store for me.$B$BWe must leave this place! Help me escape and then seek out Torlok at the Altar of Damnation.\n','Escort Earthmender Wilda out of Coilskar Cistern and then seek out Earthmender Torlok at the Altar of Damnation, found at the western outskirts of the Hand of Gul\'dan.','Praise the Earthmother. I am certain that Wilda will find her way home. Please accept this as a token of our appreciation.','You found sister Wilda?','Earthmender Wilda Escorted to Safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30927,30952,30937,30968,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10452,10958,3483,0,136,55,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'DON\'T USE [PH] Fel Orc 1','[PH Fel Orc 1.','[PH Fel Orc 1.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10453,10958,3483,0,136,55,58,0,0,0,0,0,0,0,0,0,0,0,0,0,'DON\'T USE [PH] Fel Orc bread','[PH Fel Orc bread','[PH Fel Orc bread','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10454,9056,0,0,1160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG - OFF THE RAILS','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10455,10958,3522,0,136,65,66,0,1101,0,0,0,0,0,0,0,0,10456,0,0,'The Encroaching Wilderness','We\'ve been growing the Living Grove at an accelerated rate, but somehow the lynxes there have become lost to our control.$B$BWhere once their population was stable, the grovestalker lynxes are now beginning to encroach upon Sylvanaar, and there have been a number of unpleasant incidents of late.$B$BI suspect that the arakkoa of Veil Lashh are somehow behind it, but the immediate issue is with the lynxes themselves.$B$BI would be most grateful if you would help us to deal with this situation.','Slay 12 Grovestalker Lynxes.','That was fast. Are you sure that you dealt with as many as was necessary?$B$BExcellent, there\'s something else that you can help us with if you are willing?','Did I not speak the truth? The grovestalker lynxes have become a menace not only to those who would travel the path here, but also to Sylvanaar itself.$B$BTheir deaths are regrettable, but the whole point of our creation of the Living Grove is so that Sylvanaar can be surrounded by a defensive region of natural beauty and tranquility.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21022,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,2,6,1,0,0,0,1000,0,0,1,0,0,5),(10456,10958,3522,0,136,65,66,0,1101,0,0,0,0,0,0,0,0,10457,0,0,'Marauding Wolves','The filthy races of the Horde have taken over a settlement to the east. They\'ve brought with them a large pack of the dire wolves that they prefer to use as mounts and sentries.$B$BThese sentries have been marauding across the bridge that separates us. They\'ve been stalking our fey drakes, which are critical to the pollination of the Living Grove.$B$BUse the east exit to traverse the bridge over Bloodmaul Ravine that leads to the Jagged Ridge to the east, and bring me their tails as proof!','Collect 4 Thunderlord Dire Wolf Tails.','Good. I\'ll see if I can fashion something useful from these tails.$B$BNo doubt that the Horde will find a way to replenish the numbers of their wolf pack, but for now we can breathe a little easier.$B$B$N, if you are willing there\'s something else that I would ask of you in defense of Sylvanaar and the Living Grove.','I cannot stress strongly enough the need for those Thunderlord dire wolves to be dealt with. Their very existence endangers the stability of the Living Grove and all of our work here.','','','','','',30184,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10455,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,5),(10457,10958,3522,0,128,65,66,0,1101,0,0,0,0,0,0,0,0,10506,29952,1,'Protecting Our Own','Though you\'ve done a great deal of good work in defense of our new home here, I still feel that the Living Grove needs more protection.$B$BPlease, take this small tree bough that I have imbued with the force of nature. When used upon the seedlings that I have planted out in the grove, it will call down a storm to accelerate the growth of a treant defender.$B$BThese treants are critical to the defense of the grove, especially if you choose not to make Sylvanaar your home for long.','Use Rina\'s Bough on 5 of the Grove Seedlings to summon forth defenses for the Living Grove.','Now that you have strengthened the grove\'s defenses, I feel much safer.$B$BYou\'ve earned our thanks and appreciation, $N.$B$BOf course, it just occurred to me that there\'s something else that we need to take care of!','How fares the bolstering of the Living Grove\'s defenses?$B$BWith the intentions of the arakkoa at Veil Lessh unknown, and the Horde just on the other side of the ravine, I fear that if we do not move quickly we will find ourselves in a poor situation to protect our new home and our work in the grove.','','Living Grove Defenders summoned','','','',0,29952,0,0,0,0,0,1,0,0,0,0,-184631,0,0,0,5,0,0,0,36030,0,0,0,0,0,0,0,31418,31419,31420,31421,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10456,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,3,1,1,2,0,0,1000,1000,0,6,0,0,5),(10458,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,10480,30094,1,'Enraged Spirits of Fire and Earth','We must try and make amends. We must commune with the elements of this region and see if anything can be done!$B$BI grant you the totem of spirits, $r. If you slay an enraged elemental spirit in close proximity of the totem, it will consume the elemental\'s soul. You must use the totem to consume many souls before you may return to me.$B$BDo this for the spirits of fire and earth first. Return to me when the totem is full.','Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley wants you to use the Totem of Spirits to capture 8 Earthen Souls and 8 Fiery Souls.','When all of the elemental souls of this region have been placed inside the totem, we will commune with them and find out if anything can be done for Shadowmoon Valley.','I fear that this land may be without hope.','','Earthen Soul Captured','Fiery Soul Captured','','',0,0,0,30094,0,0,0,0,0,1,0,0,21092,21094,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10459,10958,3905,0,136,68,70,81,0,0,0,0,942,21000,0,0,0,0,0,0,'Revered Among the Cenarion Expedition','We\'ve taken notice of your accomplishments, $N. What you\'ve done for us goes beyond what we expect from our allies.$B$BI\'ve a special request to ask of you, but I must test your dedication first.','Ysiel Windsinger at the Cenarion Refuge wants you to become revered with the Cenarion Expedition.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10460,10958,1941,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defender\'s Pledge','','','Are you sure this is the path you seek to take, $N? This is not a decision you ought to take lightly.$B$BThis ring is imbued with a droplet from the Well of Eternity. It will grow in power as you prove yourself to the Scale of the Sands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29294,0,0,0,1,0,0,0,990,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10445,0,0,0,'10462 10463 10461',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10461,10958,1941,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restorer\'s Pledge','','','Are you sure this is the path you seek to take,$N? This is not a decision you ought to take lightly.$B$BThis ring is imbued with a droplet from the Well of Eternity. It will grow IN power as you prove yourself to the Scale of the Sands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29307,0,0,0,1,0,0,0,990,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10445,0,0,0,'10460 10462 10463',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10462,10958,1941,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Champion\'s Pledge','','','Are you sure this is the path you seek to take, $N? This is not a decision you ought to take lightly.$B$BThis ring is imbued with a droplet from the Well of Eternity. It will grow in power as you prove yourself to the Scale of the Sands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29298,0,0,0,1,0,0,0,990,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10445,0,0,0,'10460 10463 10461',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10463,10958,1941,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sage\'s Pledge','','','Are you sure this is the path you seek to take, $N? This is not a decision you ought to take lightly.$B$BThis ring is imbued with a droplet from the Well of Eternity. It will grow in power as you prove yourself to the Scale of the Sands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29302,0,0,0,1,0,0,0,990,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10445,0,0,0,'10460 10462 10461',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10464,10958,1941,0,128,70,70,0,0,0,0,0,990,9000,0,0,0,10468,29302,1,'Sage\'s Vow','You\'ve made your pledge, $c. Now it is up to you to see it through.$B$BServe the Scale of the Sands well and you will be rewarded.$B$BFail and the timeline as we know it will be unravelled!','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Honored reputation with the Scale of the Sands.','You\'ve proved your worth, $r. Up to a certain point, at least.$B$BThe favor of Nozdormu\'s prime mate is not obtained easily.','You continue to serve us well, $N.','','','','','',29302,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29303,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10463,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10465,10958,1941,0,128,70,70,0,0,0,0,0,990,9000,0,0,0,10469,29307,1,'Restorer\'s Vow','You\'ve made your pledge, $c. Now it is up to you to see it through.$B$BServe the Scale of the Sands well and you will be rewarded. Fail and the timeline as we know it will be unravelled!','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Honored reputation with the Scale of the Sands.','You\'ve proved your worth, $r. Up to a certain point, at least.$B$BThe favor of Nozdormu\'s prime mate is not obtained easily.','You continue to serve us well, $N.','','','','','',29307,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29306,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10461,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10466,10958,1941,0,128,70,70,0,0,0,0,0,990,9000,0,0,0,10470,29298,1,'Champion\'s Vow','You\'ve made your pledge, $c. Now it is up to you to see it through.$B$BServe the Scale of the Sands well and you will be rewarded. Fail and the timeline as we know it will be unravelled!','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Honored reputation with the Scale of the Sands.','You\'ve proved your worth, $r. Up to a certain point, at least.$B$BThe favor of Nozdormu\'s prime mate is not obtained easily.','You continue to serve us well, $N.','','','','','',29298,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29299,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10462,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10467,10958,1941,0,128,70,70,0,0,0,0,0,990,9000,0,0,0,10471,29294,1,'Defender\'s Vow','You\'ve made your pledge, $c. Now it is up to you to see it through.$B$BServe the Scale of the Sands well and you will be rewarded. Fail and the timeline as we know it will be unravelled!','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Honored reputation with the Scale of the Sands.','You\'ve proved your worth. $R. Up to a certain point. at least.$B$BThe favor of Nozdormu\'s prime mate is not obtained quickly.','You continue to serve us well, $N.','','','','','',29294,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29295,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10460,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10468,10958,1941,0,128,70,70,0,0,0,0,0,990,21000,0,0,0,10472,29303,1,'Sage\'s Oath','You\'ve carried out the promise you made to us, $N. And for that you\'ve gained the recognition you deserve.$B$BAs you continue to become attuned with past events surrounding mount Hyjal, I can continue to tap into the power contained in your ring. It won\'t be long until it has reached its full potential.','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Revered reputation with the Scale of the Sands.','You are a worthy ally indeed. As you grow in power so does the band of eternity!','You\'ve returned. You wish to speak to me?','','','','','',29303,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29304,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10464,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10469,10958,1941,0,128,70,70,0,0,0,0,0,990,21000,0,0,0,10473,29306,1,'Restorer\'s Oath','You\'ve carried out the promise you made to us, $N. And for that you\'ve gained the recognition you deserve.$B$BAs you continue to become attuned with past events surrounding mount Hyjal, I can continue to tap into the power contained in your ring. It won\'t be long until it has reached its full potential.','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Revered reputation with the Scale of the Sands.','You are a worthy ally indeed. As you grow in power so does the band of eternity!','You\'ve returned. You wish to speak to me?','','','','','',29306,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29308,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10465,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10470,10958,1941,0,128,70,70,0,0,0,0,0,990,21000,0,0,0,10474,29299,1,'Champion\'s Oath','You\'ve carried out the promise you made to us, $N. And for that you\'ve gained the recognition you deserve.$B$BAs you continue to become attuned with past events surrounding mount Hyjal, I can continue to tap into the power contained in your ring. It won\'t be long until it has reached its full potential.','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Revered reputation with the Scale of the Sands.','You are a worthy ally indeed. As you grow in power so does the band of eternity!','You\'ve returned. You wish to speak to me?','','','','','',29299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29300,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10466,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10471,10958,1941,0,128,70,70,0,0,0,0,0,990,21000,0,0,0,10475,29295,1,'Defender\'s Oath','You\'ve carried out the promise you made to us, $N. And for that you\'ve gained the recognition you deserve.$B$BAs you continue to become attuned with past events surrounding mount Hyjal, I can continue to tap into the power contained in your ring. It won\'t be long until it has reached its full potential.','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Revered reputation with the Scale of the Sands.','You are a worthy ally indeed. As you grow in power so does the band of eternity!','You have returned. You wish to speak to me?','','','','','',29295,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29296,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10467,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10472,10958,1941,0,128,70,70,0,0,0,0,0,990,42000,0,0,0,0,29304,1,'Sage\'s Covenant','Your accomplishments have gone beyond my greatest expectations, $N.$B$BYou step in and out of time as comfortably as any bronze dragon I\'ve known. You are destined for great power and I am more than pleased to help you on your way there.$B$BContinue to serve the Scale of the Sands and I will unleash your gift\'s full potential.','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','You are one with time, $N. You are one with us.$B$BBehold! Power beyond mortal understanding is unleashed from even that small remnant of the Well of Eternity.$B$BAccept this gift so that all may know of your covenant with the Scale of the Sands.... so that all may know of your covenant with time itself!','May time always be on your side, $N.','','','','','',29304,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29305,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10468,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10473,10958,1941,0,128,70,70,0,0,0,0,0,990,42000,0,0,0,0,29308,1,'Restorer\'s Covenant','Your accomplishments have gone beyond my greatest expectations, $N.$B$BYou step in and out of time as comfortably as any bronze dragon I\'ve known. You are destined for great power and I am more than pleased to help you on your way there.$B$BContinue to serve the Scale of the Sands and I will unleash your gift\'s full potential.','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','You are one with time, $N. You are one with us.$B$BBehold! Power beyond mortal understanding is unleashed from even that small remnant of the Well of Eternity.$B$BAccept this gift so that all may know of your covenant with the Scale of the Sands.... so that all may know of your covenant with time itself!','May time always be on your side, $N.','','','','','',29308,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29309,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10469,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10474,10958,1941,0,128,70,70,0,0,0,0,0,990,42000,0,0,0,0,29300,1,'Champion\'s Covenant','Your accomplishments have gone beyond my greatest expectations, $N.$B$BYou step in and out of time as comfortably as any bronze dragon I\'ve known. You are destined for great power and I am more than pleased to help you on your way there.$B$BContinue to serve the Scale of the Sands and I will unleash your gift\'s full potential.','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','You are one with time, $N. You are one with us.$B$BBehold! Power beyond mortal understanding is unleashed from even that small remnant of the Well of Eternity.$B$BAccept this gift so that all may know of your covenant with the Scale of the Sands.... so that all may know of your covenant with time itself!','May time always be on your side, $N.','','','','','',29300,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29301,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10470,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10475,10958,1941,0,128,70,70,0,0,0,0,0,990,42000,0,0,0,0,29296,1,'Defender\'s Covenant','Your accomplishments have gone beyond my greatest expectations, $N.$B$BYou step in and out of time as comfortably as any bronze dragon I\'ve known. You are destined for great power and I am more than pleased to help you on your way there.$B$BContinue to serve the Scale of the Sands and I will unleash your gift\'s full potential.','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','You are one with time, $N. You are one with us.$B$BBehold! Power beyond mortal understanding is unleashed from even that small remnant of the Well of Eternity.$B$BAccept this gift so that all may know of your covenant with the Scale of the Sands.... so that all may know of your covenant with time itself!','May time always be on your side, $N.','','','','','',29296,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29297,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10471,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10476,10958,3518,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fierce Enemies','If you seek to prove your loyalty to us, there is no better way than to fight against our enemies.$B$BOf these, there are none that can match the ogres in strength and fierceness. Bring me the warbeads they wear around their necks as proof of their demise and I\'ll let the others know of your prowess.','Warden Moi\'bff Jill at Telaar wants you to obtain 10 Obsidian Warbeads from the various ogres that inhabit Nagrand.','You\'re starting to prove your worth as an ally and combatant. Keep up the good work.','Well, $N? Are you all talk or do you have something to show me?','','','','','',25433,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10477,10958,3518,0,136,65,68,0,1101,0,0,0,0,0,0,0,0,0,0,0,'More Warbeads','If you seek to prove your loyalty to us, there is no better way than to continue your fight against these Ogres.','Bring the Obsidian Warbeads to Warden Moi\'bff Jill.','You continue to prove your worth to us, $N. May your strength never fail you.','Do you bear any additional obsidian warbeads, $n?','','','','','',25433,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10476,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10478,10958,3518,0,136,65,68,0,690,0,0,0,0,0,0,0,0,0,0,0,'More Warbeads!','','','You continue to prove your strength and honor, $N.','Have you obtained more warbeads, $N?','','','','','',25433,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10479,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10479,10958,3518,0,136,65,67,0,690,0,0,0,0,0,0,0,0,0,0,0,'Proving Your Strength','Though we seek a peaceful life, our enemies are many. Of these, none match the ogres in sheer brute power.$B$BIf you seek to prove your prowess to us, bring me the warbeads they wear around their necks. I will tell others of your accomplishments.','Warden Bullrok at Garadar wants you to obtain 10 Obsidian Warbeads from the various ogres that inhabit Nagrand.','You are a strong ally indeed, $N. Going head to head against the ogres of Outland is not something that just anyone can do.','You have something to show me, $N?','','','','','',25433,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10480,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,10481,30094,1,'Enraged Spirits of Water','The Illidari naga of the region have taken control of the only clean water supply that exists in Shadowmoon Valley.$B$BDirectly north of here you will find the lair of the naga: Coilskar. Around Coilskar are pockets of agitated water that howl to the land in anguish. It is at those pockets that the enraged spirits of water now wander.$B$BTravel to Coilskar and use the totem of spirits to capture watery souls. You will find the largest concentration of these spirits near Coilskar Cistern.\n','Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley wants you to use the Totem of Spirits to capture 5 Watery Souls.\n','Only air remains, $N.','Wherever you find naga you will almost certainly find tortured water spirits.','','Watery Soul Captured','','','',0,0,0,30094,0,0,0,0,0,1,0,0,21095,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10458,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10481,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,30094,1,'Enraged Spirits of Air','Venture southeast, hero. When you see fields of gigantic blue crystals jutting out from the land, you will have reached your destination. It is there, at the Netherwing Fields, that you will find the enraged spirits of air. They roam the cliffs and mountain bases that surround the fields.$B$BDestroy their tortured forms and capture their souls with the totem of spirits. Return to me when this is done.','Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley wants you to use the Totem of Spirits to capture 10 Airy Souls.','Allow me to reward you for undertaking such an arduous task, hero.$B$BNow, we must get to work! Please stand back so that I may place the totem and unleash the souls.','Soon, we will speak with the spirits.','','Airy Soul Captured','','','',0,0,0,30094,0,0,0,0,0,1,0,0,21096,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,30953,30930,30942,30964,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10480,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10482,10958,3483,0,136,58,58,0,1101,0,0,0,0,0,0,0,0,10483,0,0,'Fel Orc Scavengers','Scavengers, orcs of the Bonechewer clan, skulk about the ruined battlements overlooking the Path of Glory. We must assume that these fel orcs are gathering war machine parts for their masters within Hellfire Citadel -- they must be stopped!$B$BFind Bonechewer orcs to the north, $n. Find them and slay them! But use caution, for although these orcs are the lesser of the fel orc clans, their strength is the match of any green-skinned orc we\'ve faced thus far...','Kill 20 Bonechewer Orcs and return to Amadi in Honor Hold.','Very good. I\'m sure their loss will be felt in Hellfire Citadel. Although that dark bastion looms over us and seems nigh insurmountable, it is only with bold moves like you have made that we will find victory over the fel orcs!','The Bonechewers appear in large numbers, $N. Slay them or the fel orcs may overrun us!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21161,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,29915,29919,29917,29914,29916,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',10160,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,1,0,0,5),(10483,10958,3483,0,136,58,58,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ill Omens','$n, in our battles with the Bleeding Hollow clan of fel orcs, we have found upon them foreboding trinkets. These orcs have collected the insignias of fallen Honor Hold soldiers and created cursed talismans from them. We fear the dark magic of the Bleeding Hollow orcs have transformed our insignias into evil charms with powers against us!$B$BFind such a talisman from the Bleeding Hollow orcs of Zeth\'Gor, to the east, and bring it to Corporal Ironridge at Expedition Point, northeast of Zeth\'Gor.','Lieutenant Amadi in Honor Hold wants you to bring 1 Cursed Talisman to Corporal Ironridge at Expedition Point.','Ah, you recovered an insignia from the Bleeding Hollow orcs? Good -- it is outrageous that they use our own symbols against us, and mock our comrades who\'ve fallen to those red-skinned beasts!','Reporting from Honor Hold, $N? That\'s good -- our campaign against the demons and the fel orcs is running thin on able bodies!','','','','','',30157,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,35998,0,0,0,0,0,0,0,13500,0,0,0,0,'',10482,10482,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,2),(10484,10958,3483,0,136,58,58,0,1101,0,0,0,0,0,0,0,0,10485,0,0,'Cursed Talismans','$n, we cannot allow the Bleeding Hollow orcs to possess their cursed talismans! You must acquire them for us so they may be disposed of, and so the soldiers who owned them may be honored for their sacrifices.$B$BGo to Zeth\'Gor, the cursed abode of the Bleeding Hollow, and perform your grim task... return to me when you have collected the talismans.','Bring 12 Cursed Talismans to Corporal Ironridge at Expedition Point.','Thank you, $N. My heart is saddened to see these talismans -- they underline the great losses we of Honor Hold have suffered against the fel orcs. But I am heartened to see you successful against them. If we can kill enough, perhaps we might emerge from this war victorious.','Do you have the talismans, $N? It pains me to know that those cursed orcs possess our soldiers insignias...','','','','','',30157,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',10483,10482,10483,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(10485,10958,3483,0,136,58,60,0,1101,0,0,0,0,0,0,0,0,10903,0,0,'Warlord of the Bleeding Hollow','You have shown great strength and fortune, for you have delved into Zeth\'Gor and lived! Now, let us hope your fortune holds, for I have a dire task to ask of you...$B$BWarlord Morkh sits within the barracks of Zeth\'Gor, commanding his fel troops against us. His tactics are as clever as they are cruel, and I must admit that his successes against us have cut deep. And so, $n, I ask you to remove Morkh from his seat. Bring me his armor so that we might display it for our soldiers and bolster them.','Bring Warlord Morkh\'s Shattered Armor to Corporal Ironridge in Expedition Point.','You\'ve done it! Morkh is slain! Now, we have a fighting chance against the fel orc beasts!$B$BThank you, $N. Your aid to the war effort here is beyond measure.','Do you have Morkh\'s shattered armor? Have you braved Zeth\'Gor again?','','','','','',30158,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',10484,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,2,4,66,0,0,0,0,0,0,1,0,0,5),(10486,10958,3522,0,136,65,66,0,690,0,0,0,0,0,0,0,0,10487,0,0,'The Encroaching Wilderness','The Thunderlord were once a proud orc clan before they were transformed into fel orcs through the blood of Mannoroth.$B$BRecently we recovered this orc stronghold from the ogres that infest the ravine below. They had moved in when the Thunderlord clan abandoned it.$B$BWe will keep this place and I will have your help doing so.$B$BIn the Jagged Ridge to the south and the west, there are bloodletters that have become like a plague upon us. They eat and breed incessantly.$B$BKill them and then return to me.','Slay 12 Bladewing Bloodletters.','That didn\'t take as long as I thought it would. Are you sure that you dealt with as many as was necessary?$B$BVery well, there\'s something else that I want you to help us with. Something far more important.','Our survival here depends upon our ability to concentrate our efforts against those that truly matter, not the mere bladewing bloodletters.$B$BYou are here again, so this must mean that you have dealt with the matter at hand?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21033,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10487,10958,3522,0,136,65,66,0,690,0,0,0,0,0,0,0,0,10488,0,0,'Dust from the Drakes','The Alliance has recently moved in to the west, using their elven magics to grow a town and grove in a short matter of time. We must keep their defenses weak so that they do not also grow a spine.$B$BI have a plan that will do that and more. I want you to traverse the bridge to the southwest, which crosses over Bloodmaul Ravine and leads into the Living Grove.$B$BAttack their fey drake defenses in the Living Grove and bring back the magical dust that sometimes can be found upon their wings.','Collect 4 Dusts of the Fey Drake.','Not only have you weakened their defenses, but we\'re going to put this dust to use in bolstering our own defenses against the Alliance.','It would seem that the Alliance is determined to follow us wherever we go. Let us teach them that we are not intimidated by their presence.$B$BDo you have that which I have requested?','','','','','',30174,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10486,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10488,10958,3522,0,128,65,66,0,690,0,0,0,0,0,0,0,0,0,30175,1,'Protecting Our Own','With the magical dust you recovered, I have fashioned a magic ointment that will aid in our own defenses.$B$BOur dire wolves are the perfect combination of mount, sentry and friend, but the Alliance scum have been poaching them in the Jagged Ridge.$B$B$N, I want you to take this ointment and apply it to our dire wolf friends. The Alliance will get a rude surprise the next time that they send one of their hunting parties.$B$BBe aware though that some of the wolves may not like this, and will turn on you.','Use Gor\'drek\'s Ointment on 5 of the Thunderlord Dire Wolves.','Now that you have strengthened the wolves, and the Jagged Ridge\'s defenses, perhaps we can refocus our attentions on more deadly matters, such as the ogres?$B$BYou have done a good job in aiding us here. We could use the help of someone capable, such as yourself, should you decide to stay.$B$BWhatever you do, you have earned my respect and appreciation.','How fares the bolstering of our Thunderlord dire wolve\'s defenses?','','Thunderlord Dire Wolf strengthened','','','',0,30175,0,0,0,0,0,1,0,0,0,0,21142,0,0,0,5,0,0,0,32578,0,0,0,0,0,0,0,31481,31482,31483,31484,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10487,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10489,10958,3522,0,136,65,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'Felling an Ancient Tree','WANTED!$B$BStronglimb Deeproot, ancient of war and chief defender of the Living Grove south of Sylvanaar.$B$BFind him by heading west across the bridge that traverses the Bloodmaul Ravine.$B$BReturn his hewn trunk to Tor\'chunk Twoclaws.','Collect Stronglimb Deeproot\'s Trunk.','Stronglimb Deeproot\'s Trunk! Did you chop him down by yourself?$B$BI bet you did. You know, Rexxar and I are looking for a young, strong $C, such as yourself, to help out around here, especially with the problems we continually have with the ogres. Make sure that you follow-up with me on that possibility.$B$BWell that trunk\'s definitely proof, which means you\'re here to collect the bounty and not to listen to me talk. Go ahead, take your pick.','What\'s that you have there? You\'re a strong one!','','','','','',30177,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31486,31487,31488,31485,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10490,10958,0,82,136,20,-1,0,1024,64,0,0,0,0,0,0,0,9501,0,0,'Call of Water','I\'m sensing that it\'s been a while since last you were tested. This is because Farseer Nobundo has been asking for you.$B$BYou must have grown greatly in wisdom because you are being called to learn the mysteries of the element of water.$B$BI trust that you remember how to take the boat from Auberdine in Darkshore on Kalimdor back to the Exodar? And that you remember where to find the farseer at the Crystal Hall inside the Exodar, yes?','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','We meet again. I have been watching your progress from afar, $c, and I am pleased.$B$BThe time has come for you to commune with the element of water, to learn its mysteries and give yourself over to the water so that you might in turn learn to master it. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'9500',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10491,10958,0,82,136,30,-1,0,1024,64,0,0,0,0,0,0,0,9552,0,0,'Call of Air','$N, once again Farseer Nobundo has been asking for you. It must be time for you to learn the secrets of air, the last of the elements!$B$BI want you to know that I\'m very proud of all that you have accomplished thus far. I know that you have great things ahead of you.$B$BTake the boat from Auberdine in Darkshore on Kalimdor. Cross the Veiled Sea and seek out the farseer inside the Crystal Hall of the Exodar on Azuremyst Isle.','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','And finally we come to it, the last of the four great elements: air. Do you think yourself wise enough to continue, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'9547 9551',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10492,11403,1537,0,8,58,60,81,1101,64,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Well met, $c. I\'ve something that might interest you.$B$BI have in my possession a set of armor much like the one worn by those of your profession, but of much higher quality. I\'d be willing to trade the bracers for ordinary ones in exchange for a small favor.$B$BThe blood of the frostsabers and bears that inhabit Winterspring has properties I\'m in need of at the moment. Bring me a sizeable sample of it along with the bracers and a small amount of gold. You shall find the effort worth your while.','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Bindings of Elements to Deliana in Ironforge.','Excellent! Let\'s perform the trade then. It\'s hard to part with this excellent armor, but I\'m afraid I won\'t be needing it any time soon.$B$BIf you\'re interested in performing more work for me, I might be willing to give up the rest of the pieces.','Have you brought me what I requested of you, $N?','','','','','',21928,16671,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22095,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10493,10958,1637,0,8,58,60,81,690,2,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Hail, $c! I can tell by your demeanor that you\'ve seen and done much in this world. Yet I\'m willing to wager you haven\'t seen a piece of armor like this.$B$BPerform a small favor for me and I\'ll be willing to trade it to you for an ordinary set of bracers.$B$BI\'m in need of a sizeable sample of venom drawn from the spiders and scorpions that inhabit Silithus. Bring this to me along with a few gold coins and I\'ll perform the exchange.','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Lightforge Bracers to Mokvar in Orgrimmar.','Ah, yes. Mux will be quite happy with this.$B$BThose bracers were part of a larger armor set. If you\'re interested in providing me with further assistance, I\'d be willing to consider parting with the rest of it.','Have you obtained the items I require, $N?','','','','','',22381,16722,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22088,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10494,11403,1537,0,8,58,60,81,1101,64,0,0,0,0,0,0,0,8929,0,0,'Just Compensation','You kept your word and brought the device built by Mux. I believe a reward is in order if I\'m to keep you interested in saving my skin. Bring me the belt and set of gloves that you wish to upgrade. I promise the ones I give you in return will be far superior.','Bring a Cord of Elements and a set of Gauntlets of Elements to Deliana in Ironforge.','You\'ve kept your end of the bargain, I shall keep mine.$B$BJust remember that I\'m holding on to the best pieces until your work is finished.','You\'re ready to perform the trade?','','','','','',16673,16672,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22098,22099,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10495,10958,1637,0,8,58,60,81,690,2,0,0,0,0,0,0,0,8930,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gloves. If we both see this through I shall make the rest of the pieces available to you.','Bring a Lightforge Belt and a set of Lightforge Gauntlets to Mokvar in Orgrimmar.','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16723,16724,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22086,22090,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',8978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10496,11403,1537,0,0,58,60,81,1101,64,0,0,0,0,0,0,0,8960,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the medallion back together. Return to Deliana and tell her that Bodley is her only hope for finding the remaining pieces. Speak to her about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Deliana in Ironforge with a set of Boots of Elements, a Kilt of Elements and Pauldrons of Elements.','','','','','','','',16670,16668,16669,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22096,22100,22101,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10497,10958,1637,0,0,58,60,81,690,2,0,0,0,0,0,0,0,9032,22047,1,'Anthion\'s Parting Words','Valthalak\'s soul was stored in this amulet. In our greed we foolishly split it into three parts, not knowing the curse that would await us.$B$BThe only way to stop Valthalak\'s spell is to put the amulet back together. Return to Mokvar and tell him that Bodley is his only hope for finding the remaining pieces. Speak to him about any rewards you\'ve arranged for.$B$BI, for once, shall rest in peace. I wish you the best of luck; you shall need every bit of it!','Return to Mokvar in Orgimmar with a set of Lightforge Boots, Lightforge Legplates and Lightforge Spaulders.\n','','','','','','','',16725,16728,16729,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22087,22092,22093,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',9015,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10498,11403,1537,0,8,58,60,81,1101,64,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','That\'s an amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved. Now maybe I\'ll be able to sleep at night with both eyes shut.$B$BAs to your reward, I believe I have a few things that you\'ll really enjoy.','Give Deliana your Coif of Elements and Vest of Elements.','','','','','','','',16667,16666,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22097,22102,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10499,10958,1637,0,8,58,60,81,690,2,0,0,0,0,0,0,0,0,0,0,'Saving the Best for Last','A truly amazing story, $N! You have my thanks, and the heartfelt gratitude of all who were involved, I can assure you. Through your efforts we are delivered from the mistakes of our past.$B$BAs to your reward, I believe I have a few things that you have definitely earned and will truly enjoy.','Give Mokvar your Lightforge Helm and Lightforge Breastplate.','','','','','','','',16727,16726,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22091,22089,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',8998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10500,10958,0,365,8,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Your Help!','Hello, I\'m glad that you\'ve decided to hear me out. The Horde needs all of the help that it can get to prepare for the Ahn\'Qiraj War, and that means that we need you! Even now as we speak, official collectors are gathering the necessary material needed for the upcoming war, but we won\'t be able to meet our goals without your assistance, $N!$B$BYou should go speak with the guy in charge, Warlord Gorchuk. What do you say, $c? Will you help out with the vital preparations?','Speak with Warlord Gorchuk in Orgrimmar\'s Valley of Spirits.','Throm\'ka, $c! Good to see so many of the Horde, such as yourself, $n, coming out to lend your support in laying the groundwork for the upcoming Ahn\'Qiraj War. The effort here will ensure that we are victorious against the Silithid and their evil masters hidden away inside Ahn\'Qiraj.$b$bSo now that you are here, be sure to speak with the various collectors and offer your assistance in gathering those materials that you are suited to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'8792 8793 8794',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10501,10958,0,365,8,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Your Help!','Hello, I\'m glad that you\'ve decided to hear me out. The Alliance needs all of the help that it can get to prepare for the Ahn\'Qiraj War, and that means that we need you! Even now as we speak, official collectors are gathering the necessary material needed for the upcoming war, but we won\'t be able to meet our goals without your assistance, $N!$B$BYou should go speak with the guy in charge, Field Marshal Snowfall. What do you say, $c? Will you help out with the vital preparations?','Speak with Field Marshal Snowfall in Ironforge\'s Military Ward.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10502,10958,3522,0,136,65,66,0,1101,0,0,0,0,0,0,0,0,10504,0,0,'The Bloodmaul Ogres','There is a threat to Sylvanaar far deadlier than the Horde at Thunderlord Stronghold.$B$BI\'m speaking of the native ogres of these mountains. Just to the south and east, down in the ravine, lives the Bloodmaul clan. While they aren\'t the only group of ogres that threaten us here, they are the closest.$B$BI would have you head south through the Living Grove, and then go down the path to the east, which leads to their outpost. Slay as many of the Bloodmaul ogres at Bloodmaul Outpost as you can.','Slay any 30 Bloodmaul Ogres at Bloodmaul Outpost.','This is a good first step toward securing Sylvanaar and the grove.$B$BWith their ogres not so numerous, the Bloodmaul will think twice about attacking us here.$B$BNow, if only they were the only clan of ogres that we have to worry about.','Our scouts have reported that the Bloodmaul ogres have begun to creep up the switchback, which leads up to the Living Grove from their hold.$B$BIt is unfortunate that we cannot find a way to live together in peace with the ogres, but then, when have we ever been able to do so?','','Bloodmaul Ogres killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,19991,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(10503,10958,3522,0,136,65,66,0,690,0,0,0,0,0,0,0,0,10505,0,0,'The Bladespire Threat','There is a threat to Thunderlord Stronghold worse than the Alliance at Sylvanaar.$B$BI speak of the ogres of these mountains. Just to the west, down in the ravine, lies the Bladespire clan. While they aren\'t the only ogres, they are the closest and they\'re the ones that we defeated to take this place.$B$BHead north through the Jagged Ridge, and then down the path, which leads to their hold. Slay as many of the Bladespire ogres and their raptors as you can at Bladespire Hold and the Bladespire Grounds.','Slay any 30 Bladespire Ogres and 10 Bladespire Raptors at Bladespire Hold and the Bladespire Grounds.','This is a good first step toward securing our position here against the ogres.$B$BWith their numbers decimated, the Bladespire will think twice about attempting to retake Thunderlord Stronghold.$B$BNow, if they were the only clan of ogres that we have to worry about.','Our scouts have reported that the Bladespire ogres have established a camp even closer to the switchback, which leads from their hold up to us here.$B$BIt is unfortunate that we cannot simply subjugate these ogre scum to our will, but if it\'s a fight that they want, they will find the Horde more than accommodating.','','Bladespire Ogres killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,19995,20728,0,0,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,84900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10504,10958,3522,0,136,65,66,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Bladespire Ogres','To the north of the Bloodmaul clan lies a threat more grave: Bladespire Hold.$B$BThe Bladespire ogres are the strongest clan in the mountains, having the favor of the gronn known as Gruul the Dragonkiller, and his seven sons.$B$BNow that we\'ve dealt with winnowing the Bloodmaul, it is time to turn our eye upon their rivals.$B$BFrom Bloodmaul Hold head north through the ravine until you come to Bladespire Hold and the Bladespire Grounds. Slay as many of the Bladespire ogres therein as you can.','Slayl any 30 Bladespire Ogres in Bladespire Hold and the Bladespire Grounds.','Your actions against both the Bloodmaul and the Bladespire ogre clans have gone a long way to securing Sylvanaar\'s future. While we do not seek to expand past this patch of land, which we initially found empty, we will also not suffer those that would destroy us.$B$BAs you have done us good service, I would reward that service with the appreciation of the Alliance.','Bloodmaul or Bladespire, it doesn\'t matter. All of the ogre clans fight against each other, vying for the dominance that comes with having the favor of Gruul the Dragonkiller.$B$BEach is still our enemy, regardless of who that favor has fallen to.','','Bladespire Ogres killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,19995,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,31425,31426,31427,31428,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10502,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10505,10958,3522,0,136,65,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Bloodmaul Ogres','To the south of the Bladespire clan lies yet another threat: Bloodmaul Outpost.$B$BWhile the Bloodmaul ogres are not the strongest clan in the mountains, not having the favor of the gronn known as Gruul the Dragonkiller, they run a close second.$B$BNow that we\'ve dealt with winnowing the Bladespire, it is time to turn our eye upon their rivals.$B$BFrom Bladespire Hold head south through the ravine until you come to Bloodmaul Outpost. Slay as many of the Bloodmaul ogres in the vicinity as you can.','Slay any 30 Bloodmaul Ogres at Bloodmaul Outpost.','Your actions against both the Bladespire and the Bloodmaul ogre clans have gone a long way to securing Thunderlord Stronghold\'s future. We will not suffer those that would get in the way of our destiny here.$B$BAs you have done good work in destroying these ogres, I intend to reward you with the appreciation of the Horde.','Bladespire or Bloodmaul, it matters not. All of the ogre clans fight against each other, vying for the dominance that comes with having the favor of Gruul the Dragonkiller.$B$BEach is still our enemy, regardless of who that favor has fallen to, and we will drive them before us!','','Bloodmaul Ogres killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,19991,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,31477,31479,31478,31480,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10503,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10506,10958,3522,0,128,65,66,0,1101,0,0,0,0,0,0,0,0,0,30251,1,'A Dire Situation','With their wolf pack reduced, the Horde is looking for replacements. Unfortunately there\'s another source nearby.$B$BThe Bloodmaul ogres in the ravine below to the east keep a strong pack as their own sentries. I hated sending you to kill the Thunderlord wolves, so why don\'t we do something different this time?$B$BI\'ve derived a magic powder from the dust that naturally falls off the wings of our fey drakes. Sprinkle it on the Bloodmaul dire wolves to make them undesirable to the Horde.','Apply Rina\'s Diminution Powder to 5 of the Bloodmaul Dire Wolves at Bloodmaul Outpost and in Bloodmaul Ravine.','I\'m glad to hear that it worked. The fewer the number of Nature\'s creatures that have to die, the better.$B$BWith all that you\'ve done for us already, I must say that I\'m beginning to grow very fond of your company.$B$BTake care, $N.','Any luck out there? I know that it\'s dangerous work to be doing this amongst the Bloodmaul ogres, but if we can avoid the killing of any more animals, I\'ll be happy.','','Bloodmaul Dire Wolf weakened','','','',0,30251,0,0,0,0,0,1,0,0,0,0,21176,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10457,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10507,10958,3523,0,128,67,70,1,0,0,0,0,0,0,0,0,0,0,30260,1,'Turning Point','This is the chance we\'ve been waiting for, $N. Not only have we uncovered the evidence we need to show our people who Kael\'thas is really working for, but we can prove our strength by defeating his new masters.$B$BMy frail health prevents me from aiding you in person with this endeavor, but I will offer you an object that will allow me to project my powers across the continent. ','Use Socrethar\'s Teleportation\'s Stone at Invasion Point: Overlord, north of Forge Base: Oblivion to transport your party to Socrethar\'s Landing. Once there, use Voren\'thal\'s Presence to defeat Socrethar.$B$BPerforming quests for the Scryers will cause your Aldor reputation to decrease.','You are an individual of formidable power, $N. The Scryers are fortunate to count you as an ally.$B$BAs word of Kael\'s new allegiance spreads, more people will see things our way. The fact that we can claim such a decisive victory against Kael\'thas\' new overlords puts us in a most favorable situation.$B$BI will not forget your deeds.','Is it done, $N?','','','','','',0,30259,29796,0,0,0,0,1,1,0,0,0,20132,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,30375,30372,30373,30374,30859,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10509,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10508,10958,3523,0,136,67,70,1,0,0,0,0,0,0,0,0,0,10509,0,0,'A Gift for Voren\'thal','I don\'t want to send you to Voren\'thal empty-handed. It\'s not in my style to be underwhelming.$B$BTo gain access to Socrethar\'s Seat in the north, we\'ll need to use his own teleporters - locked by Socrethar\'s teleportation stone. The first half of the stone is in the possession of Forgemaster Morug at Forge Base Oblivion. The second half is held by the demon Silroth at Forge Base: Gehenna.$B$BObtain these and Voren\'thal will be impressed beyond words.','Spymaster Thalodien at Area 52 wants you to obtain the First Half of Socrethar\'s Stone from Forgemaster Morug at Forge Base: Oblivion and the Second Half of Socrethar\'s Stone from Silroth at Forge Base: Gehenna.$B$BCompleting quests for the Scryers will cause your Aldor reputation to decrease.','You do not cease to amaze me, $N! Good thing you\'re on our side.','Have you obtained Socrethar\'s teleportation stone, $N?','','','','','',29624,29625,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10432,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10509,10958,3703,0,136,67,70,0,0,0,0,0,0,0,0,0,0,10507,0,0,'Bound for Glory','Now I can properly send you back to Shattrath City. You\'ve uncovered evidence of Kael\'thas making pacts with the Burning Legion and you\'ve got the key to the overlord\'s back door.$B$BMake sure Voren\'thal doesn\'t topple over with excitement from the news - the old man\'s getting a bit fragile, if you know what I mean. You\'ll find him inside the Seer\'s Library at the Scryer\'s Tier.','Bring Socrethar\'s Teleportation Stone to Voren\'thal the Seer at the Scryer\'s Tier in Shattrath City.$B$BCompleting quests for the Scryers will cause your Aldor reputation to decrease.','You have no idea what this will mean for the Scryers, $N. You will have to excuse me while I catch my breath and assess the situation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',10508,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10510,10958,3522,0,136,65,66,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Into the Draenethyst Mine','Well it\'s good to see someone who\'s willing to help out around here!$B$BBorgrim and I are part of the Explorers\' League, and we\'re here to learn what we can of these mountains. We\'ve heard all sorts of tales, and I can\'t wait to get settled in and started.$B$BOne thing in particular has caught my attention. The night elves speak of a place down in the ravine to the east known as the Draenethyst Mine. It\'s at the south end of Bloodmaul Outpost. I\'d like some of the crystals that grow naturally therein.','Collect 5 Draenethyst Mine Crystals.','Ooh, by the looks of those, they\'re fine specimens. I can\'t wait to get my examination tools unpacked and have a real look at them!$B$BThank you!','Isn\'t this exciting? After all of the dirt and insects of Silithus, this place is like a paradise.','','','','','',30315,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31429,31431,31430,31432,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10511,10958,3522,0,136,65,66,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Strange Brew','If I\'m going to start this vacation out right, then I\'m going to need more brew. Unfortunately, the elves know nothing of the fine art of fermentation.$B$BI overheard that the Bloodmaul ogres down in the ravine have plenty. I\'m willing to give it a try.$B$BDo me a favor? Head south through the Living Grove and then down the ramp to the east into Bloodmaul Outpost and procure me some? I hear they have big barrels of it laying around and that their brewmasters carry it around to all the other ogres.','Collect 11 Bloodmaul Brutebane Brew.','What is that smell? Oh no, don\'t tell me that\'s the ogre brew?!$B$BI\'m almost afraid to try this stuff out. Oh well, what the hell? Bottoms up!','It\'s getting pretty dry around here. How am I supposed to enjoy my vacation without something to drink?','','','','','',29443,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10512,10958,3522,0,128,65,66,0,1101,0,0,0,0,0,0,0,0,0,30353,1,'Getting the Bladespire Tanked','I\'ll not take another sip of that ill-smelling muck! But it does give me an idea.$B$B$B$BSo here\'s the plan. We know that the Bloodmaul practically live off of this swill. But I wonder what their enemies, the Bladespire ogres, think of it?$B$B$N, I want you to take the rest of this rubbish and see if you can get the Bladespire ogres tanked. You can find them by heading north from Bloodmaul Outpost through the ravine.','Use the Bloodmaul Brutebane Keg in an attempt to get 5 Bladespire Ogres drunk.','Ah, hahaha! That\'s what I thought. I guess ogre\'s will drink anything.$B$BStupid, the lot of \'em!$B$BWell, I must say even though I didn\'t get my brew, you have given me a great start to my vacation.$B$BTell you what... we have all sorts of stuff here we don\'t really need. Can I offer you something?','What\'s the word? Are the Bladespire ogres as indiscriminate as the Bloodmaul, or did it nearly kill them like it did me?','','Bladespire Ogres drunk','','','',0,30353,0,0,0,0,0,1,0,0,0,0,21241,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10511,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10513,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10514,0,0,'Oronok Torn-heart','I do not know how we can acquire the spell that the spirits mentioned, $N. Truth be told, I don\'t even know where we would start such a search.$B$B$B$BHrm... It is a long shot but it might be our only chance. There is an orc that I have seen visit this area before. I spoke to him briefly once. He is a hermit that claims to live above Coilskar Cistern to the northeast. Seek out this orc, Oronok Torn-heart.$B$BAs I said, it is a long shot.','Seek out Oronok Torn-heart on the Shattered Shelf - north of Coilskar Cistern.\n','Words of damnation? Never heard of \'em. Take my advice: Let the dead rest.$B$BBut since you\'ve already come all this way, I could use some help with a few other matters. What do you say?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10481,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10514,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,10515,30462,1,'I Was A Lot Of Things...','I\'ve been a lot of things, stranger, but what I once was isn\'t what\'s important. What I am now is what matters and what I am now is a farmer.$B$BI use trained felboars to dig up tubers from the hardened earth of the Shattered Plains. Recently, though, flayers from a nest to the northeast have been attacking my animals, preventing me from gathering tubers.$B$BWould you go to the area north of here and gather tubers for me? Use this whistle while standing on a tuber mound and a boar will come dig one up!','Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley wants you to recover 10 Shadowmoon Tubers from the Shattered Plains.$B$BHe also wants Oronok\'s Boar Whistle back when you\'re done.','You say there were a lot more of those flayers than you expected? Looks like it\'s time to take out the trash.','Get me those tubers!','','','','','',30356,30462,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30357,30358,30359,30361,0,0,20,20,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10513,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10515,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10519,0,0,'A Lesson Learned','We need to show those flayers what happens when you mess with Oronok\'s business!$B$BI want you to go back to the Shattered Plains and destroy every flayer egg that you see. They\'ll be deep in flayer territory so keep your guard up.','Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley wants you to destroy 10 Ravenous Flayer Eggs on the Shattered Plains.','That\'ll teach those damned, filthy animals not to kill my boars! Well done, $N!','No mercy!','','Ravenous Flayer Egg Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-184684,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10514,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10516,10958,3522,0,136,65,66,0,1101,0,0,0,0,0,0,0,0,10517,0,0,'The Trappings of a Vindicator','I know it\'s strange, but I do want to stay in this cage. It gives me the perfect opportunity to do what I came here for; to gather information on the Bladespire.$B$BI can leave at any time, but I would like to have my sword and shield back.$B$BTwo of their leaders have my trappings. Droggam has my sword and Mugdorg has my shield.$B$BIf you have need, obtain and use the brew from Bloodmaul Outpost to the south to thin out their help and entice those two, but beware their sober guards who don\'t drink!','Collect Vindicator Vuuleen\'s Blade and Vindicator Vuuleen\'s Shield.','And now I owe you a great debt, for you have helped me to restore my honor. But our work here is not yet over.','$C, do you have my sword and shield?$B$BWhile I could leave at any time, it would be embarrassing for me to return to Sylvanaar without my trappings.','','','','','',30413,30415,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10517,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,10518,0,0,'Gorr\'Dim, Your Time Has Come...','The leader of Bladespire Hold is known as Gorr\'Dim. Trust me... the name is appropriate.$B$BStill, I wouldn\'t underestimate him. He\'s crafty enough to have elevated his clan to be the favorite of Gruul the Dragonkiller and they now dominate these mountains. And Gorr\'Dim keeps an entourage about him at all times, including defenders who are sworn not to drink the Bloodmaul brew.$B$BFor the safety of Sylvanaar, I\'m asking that you go back in there and deal with him.','Slay Gorr\'Dim, leader of the Bladespire Hold ogres.','Very well. You\'re a very resourceful $C, that\'s for certain.$B$BI wonder then if there\'s one more thing that you can do for myself and Sylvanaar?','What was all of that noise? Was that you dealing with Gorr\'Dim?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20732,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10516,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10518,10958,3522,0,136,65,67,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Planting the Banner','I want you to steal the Bladespire banner from one of their champions and take it south to Bloodmaul Outpost. Plant it atop their Northmaul Tower.$B$BThis will infuriate the Bloodmaul and they will attack you relentlessly. But it will also keep their hatred focused on Bladespire Hold, and away from Sylvanaar.$B$BYou will know you have accomplished the deed when you have defeated Gurn Grubnosh and taken his helm. Return it to Sylvanaar.$B$B$N, this isn\'t going to be easy. Take a friend or two with you.','Use the Bladespire Banner atop the Northmaul Tower to lure Gurn Grubnosh. Collect the Bladespire Clan Banner and the Helm of Gurn Grubnosh.','Gurn Grubnosh\'s helm and a Bladespire banner?$B$BQuite clever of you and the vindicator to come up with that plan.$B$BBy keeping the attention of the Bloodmaul clan on Bladespire Hold, you\'ve relieved the pressure that they were beginning to assert upon us here.$B$BPlease, $N, accept a humble gift from Sylvanaar.','What brings you to me? Surely not more trouble with the Bloodmaul ogre clan?','','','','','',30416,30417,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31433,31434,31435,31436,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',10517,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10519,10958,3520,0,262282,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cipher of Damnation - Truth and History','$B$BI had to be sure, $N. And to be sure, I had to test you. Please excuse the little masquerade. I am as much a farmer as you are $g female:male;. Which is to say, not at all.$B$BIf you are to recover the Cipher of Damnation, you will need to listen to what I have to tell you. When you are ready, let me know and I will tell you the story.','Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley wants you to listen to his story. Speak to Oronok to begin hearing his story.','Do you understand what must be done? Find the sons of Oronok. Find my boys...','Be patient and listen, $N.','The Cipher of Damnation - History and Truth','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10515,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10520,10958,3557,0,8,47,50,0,1101,0,0,0,0,0,0,0,0,3764,0,0,'Assisting Arch Druid Staghelm','Excuse me $c, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Darnassus is looking for seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Arch Druid Fandral Staghelm is spearheading this research.$B$BPlease - if you are interested, speak with him directly in the Cenarion Enclave within Darnassus proper.','Speak with Arch Druid Fandral Staghelm in Darnassus.','Well now, $C... since you were informed that I was leading this research myself, you obviously came as quickly as you could.$B$BNow that you are here, be sure to pay attention the first time I tell you the details; I have no desire to repeat myself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'3763 3789 3790',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10521,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10522,0,0,'Grom\'tor, Son of Oronok','My first born, Grom\'tor, left to search Coilskar Point - directly southwest of here.$B$BHe\'s the warrior in the family - ill-tempered and blood-thirsty... Traits he inherited from his mother. Search along the outskirts of Coilskar Point. If you see naga corpses, Grom\'tor is sure to be close.$B$BWhen you find him, tell him this: \"We spill blood for just cause.\" It will let him know that you are a friend to Torn-heart and prevent your premature death.','Find Grom\'tor, Son of Oronok at Coilskar Point in Shadowmoon Valley.','$B$BIt\'s good you came. This maggot just spilled its guts. We\'ve got them now!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10519,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10522,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10523,0,0,'The Cipher of Damnation - Grom\'tor\'s Charge','This naga filth is the sixth one I\'ve interrogated today. He\'s got the fancy armor so I figured he knew something. Those other ones were useless.$B$B$B$BI only had to beat him once and he told me everything.$B$BThe first part of the cipher is hidden in a naga chest at Coilskar Point or Coilskar Cistern, east of here. He says naga carry the keys. Kill \'em, take their keys and use them to open the Coilskar chests. Return to me when you find the cipher.','Grom\'tor, Son of Oronok at Coilskar Point in Shadowmoon Valley wants you to recover the First Fragment of the Cipher of Damnation.','This must be taken back to father at once.','Any luck?','','','','','',30428,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10521,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10523,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,30429,1,'The Cipher of Damnation - The First Fragment Recovered','$B$BTake this box to father. He awaits your return at the farm, northeast of here.$B$BTell him that I will be home soon. As soon as I am done having my fun...','Take Grom\'tor\'s Lockbox to Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley.','When the Cipher of Damnation is reformed, we shall end this curse!','You have succeeded?','','','','','',30429,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30945,30923,30981,30956,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10522,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10524,10958,3522,0,128,65,66,0,690,0,0,0,0,0,0,0,0,10525,30431,1,'Thunderlord Clan Artifacts','The artifact bears markings that indicate its origins as being created by the Thunderlord clan orcs. These orcs used to live at Thunderlord Stronghold before they were changed into fel orcs.$B$BFor a time the Bladespire ogres inhabited the stronghold until recently when the Horde pushed them out.$B$BYou\'ve heard of other artifacts that were lost. A drum, an arrow and a tablet come to mind as objects that you know are being sought after.$B$BFind them in Bladespire Hold and return them to Rokgar Bloodgrip.','Collect the Thunderlord Clan Drum, Thunderlord Clan Arrow and the Thunderlord Clan Tablet.','I do not believe my eyes! If this is some sort of trick, I will flay the flesh from your bones, $C!$B$BQuickly, let me examine these priceless artifacts before you break them with your clumsy hands.','Do I know you?','','','','','',30431,30433,30432,30434,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10525,10958,3522,0,130,65,66,0,690,0,0,0,0,0,0,0,0,10526,30481,1,'Vision Guide','$R fool. You almost destroyed the drum!$B$BI\'ve worked too hard to get here, and my hands have been empty up until now. At least you were able to succeed where the others only met with failure, or worse.$B$BIt is time to evoke a vision that will lead you to the last relic that I have been seeking.$B$BTake this fiery fragment of my soul. Use it to transform your body into flame and denature your spirit into a vision guide that will shoot forth to reveal the location of the final Thunderlord relic.','Use the Fiery Soul Fragment to transform your spirit into a vision guide, which will reveal the location of the final Thunderlord artifact.','The back of the Draenethyst Mine? The Bloodmaul clan must have stolen it from the Bladespire ogres.$B$BBah! That is too far away... too deep into Bloodmaul territory for me to travel.$B$BBut you. You know the path. You will go there in my stead!','What did you see? Tell me, I must know where it is!','Final Thunderlord artifact discovered','','','','',30481,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51300,0,0,0,0,'',10524,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10526,10958,3522,0,136,65,67,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Thunderspike','If the vision that I granted you is true, then you must travel down into the ravine and to the south end of Bloodmaul Ravine. There you will find the Draenethyst Mine.$B$BJourney to the back of the mine, and retrieve the Thunderspike. Ignore everything else! I have no interest in the crystals of the mine, nor the ogres therein.$B$BAs soon as you have the spear return it to me here!$B$BAnd, $N, be very careful with it... I would hate to think what would happen to you should you break it.','Collect the Thunderspike.','Now I am impressed! Do you have any idea how many others died attempting to retrieve all of these relics?$B$BWe are fortunate to have you working with us here, $N. Even if you are a bit slow.$B$BYou must allow me to reward your dedication to our cause. Choose, but choose wisely. When you are done, I will hand over the artifacts to appease the ghosts of Thunderlord Stronghold.','The significance of these artifacts eludes you, I am sure.$B$BWhen we have all five, our right to the ownership of Thunderlord Stronghold will be secured through the appeasement of its dead spirits.$B$BDo you begin to grasp now why this is so important? Do you understand why I have little patience for niceties?','','','','','',30435,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31475,31476,31474,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',10525,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10527,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10528,0,0,'Ar\'tor, Son of Oronok','My youngest son, Ar\'tor, left to search Illidari Point - far to the southwest, nestled between Legion Hold and Wildhammer Stronghold.$B$BWhile Ar\'tor is a hunter of remarkable skill and an expert tracker, I fear that he may be in over his head this time. Illidari Point is the proving grounds for Illidan\'s demons. These are demons that left the Burning Legion to join the Betrayer!$B$BTravel to Illidari Point and find Ar\'tor, $N.','Find Ar\'tor, Son of Oronok at Illidari Point in Shadowmoon Valley.','Ar\'tor\'s body lies limp, suspended in mid-air. You have no idea how long he has been dead but your heart aches for Oronok.$B$BPerhaps you should try and get him down and take his corpse back to his father.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10519,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10528,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Demonic Crystal Prisons','From assessing the scene, you note that Ar\'tor is being held in place by energy beams emanating from the crystals hovering around the rune. Try as you might, Ar\'tor is unmovable.$B$BYou note that the crystals have an empty slot at their base - perhaps for a key. It also seems as if succubi periodically perform some sort of ritual at the site.$B$BSearch Illidari Point for their leader. Perhaps she holds the key to releasing Ar\'tor.','Seek out and slay Painmistress Gabrissa at Illidari Point and return to the corpse of Ar\'tor, Son of Oronok with the Crystalline Key.','You slide the crystalline key into the slots at the base of each of the demonic crystals.','Ar\'tor hovers lifelessly before you.','','','','','',30442,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',10527,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10529,10958,0,261,136,10,-1,0,0,4,0,0,0,0,0,0,0,9484,0,0,'The Hunter\'s Path','Lieutenant Dawnrunner at Farstrider Retreat has requested an audience with all able hunters. It would greatly benefit you to seek her out, $N. She is a beacon of wisdom for those of our calling.$b$bFarstrider Retreat lies south of Silvermoon City.','Speak with Lieutenant Dawnrunner at Farstrider Retreat in Eversong Woods.','$N, it is good you have come. Our list of allies grows thin, and even those who share our cause are not completely trusted. It is because of this that we, the rangers, turn to nature for aid.$B$BIn the allies of the forest we find a deep bond that does not know deceit.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10530,10958,0,261,136,10,-1,0,512,4,0,0,0,0,0,0,0,9484,0,0,'The Hunter\'s Path','Lieutenant Dawnrunner at Farstrider Retreat has requested an audience with all able hunters. It would greatly benefit you to seek her out, $N. She is a beacon of wisdom for those of our calling.$b$bFarstrider Retreat lies south of Silvermoon City.','Speak with Lieutenant Dawnrunner at Farstrider Retreat in Eversong Woods.','$N, it is good you have come. Our list of allies grows thin, and even those who share our cause are not completely trusted. It is because of this that we, the rangers, turn to nature for aid.$B$BIn the allies of the forest we find a deep bond that does not know deceit.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'9617',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10531,10958,3358,0,72,50,55,41,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','$N, the battle for Arathi Basin is a battle for resources and territory. Key points in the area must be held and operated in order to supply our forces with much needed raw materials and supplies. I charge you to assault the points farthest from our Arathi Basin base.$B$BAssault the farm, the mine, the lumber mill and the blacksmith when they are controlled by the enemy. Find the enemy\'s banner and rip it from its flag post!$B$BWhen you have done this to all four points, return to me.','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','','','','Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,15005,15004,15002,15003,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10532,10958,3358,0,64,70,70,41,0,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','The League of Arathor is sparing no expense in their move to retake Arathi. They, and all the races of the Alliance, now stream to this distant region, intent on expanding their hold from Refuge Pointe. We must stop them, and the best means to stop them is to take their supplies.$B$BYou can help us, $N. Enter Arathi Basin, known for its rich mines, fertile land and skilled craftsman. Capture and control every base you can, win the battle, and return to me with the resources you gain.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','','','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10533,10958,3358,0,328,70,70,41,0,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','','','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(10534,10958,0,262,136,10,10,0,0,16,0,0,0,0,0,0,0,0,0,0,'Returning Home','A $r $c...$b$bYes, there was a priest of your order here recently, $n. He told me it was time you returned to the Exodar met with Caedmos. There was a sense of urgency in his request, so I wouldn\'t take too long to see him.','Caedmos at the Exodar has requested you come see him.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10535,10958,3358,0,64,70,70,41,0,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','War must be fought with soldiers, any soldier will tell you. They\'ll also say that a battle fought with poor gear or on an empty stomach is lost before it starts!$B$BThat is why Arathi Basin is important. There are key areas in the basin that hold essential resources. Metals, weapons, food, lumber - all are needed, and all can be gained there.$B$BThat is what I want from you, $N. Enter Arathi Basin, win the battle by holding more bases than the enemy, and return to me with a crate of resources.','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','','','','','','','',20559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10536,10958,3358,0,328,70,70,41,0,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','','','','','','','','',19725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(10537,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10540,0,0,'Lohn\'goron, Bow of the Torn-heart','It is a sign, $N. Even in death, I cannot be stopped. Recovering a part of the Cipher of Damnation is my destiny. With your help, that destiny will be fulfilled.$B$BBefore we embark on that journey, I must have my longbow, Lohn\'goron. It is a family heirloom that has been handed down from Torn-heart to Torn-heart for generations.$B$BMy instinct tells me that a demon stole it from my corpse. Kill the demons here until you find my bow. ','The Spirit of Ar\'tor at Illidari Point in Shadowmoon Valley wants you to recover Lohn\'goron, Bow of the Torn-heart from the demons of the area.','It means \"hero\'s sojourn\" in my native tongue. It rings true even now - in this era where our heroes have all died...$B$BIt seems as though one always rises.','Fear not, hero. When the time is right, I will assist you...','','','','','',30451,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10528,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10538,10958,3483,0,136,58,60,0,690,0,0,0,0,0,0,0,0,10835,0,0,'Boiling Blood','That last experiment was not a complete loss -- I did save a small bit of the blood you brought me. Now boiled down, it should be free of whatever curses the Bleeding Hollow witches placed on their people\'s blood.$B$BI need more for study. Go gather Bleeding Hollow blood from the orcs in Zeth\'Gor. When you\'ve gathered the blood, bring it to their cursed cauldron and boil it. Bring me the boiled blood.','Use Bleeding Hollow Blood at the Cursed Cauldron to make Boiled Blood. Bring 12 Boiled Blood to Apothecary Albreck at Spinebreaker Post.','Very good. Now I can more easily perform my tests...$B$BThank you, $N. Your talents are considerable.','Do you have the boiled blood, $N? I am eager to study it without an interruption this time...','','','','','',30430,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',10242,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10539,10958,0,262,136,10,10,0,0,16,0,0,0,0,0,0,0,0,0,0,'Returning Home','A $r $c...$b$bYes, there was a priest of your order here recently, $n. He told me it was time you returned to the Exodar met with Caedmos. There was a sense of urgency in his request, so I wouldn\'t take too long to see him.','Caedmos at the Exodar has requested you come see him.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10540,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,10541,0,0,'The Cipher of Damnation - Ar\'tor\'s Charge','At last, we are ready. I will bestow a piece of my spirit upon you, hero. It will guard you and help you in your battle against evil.$B$BYou must then travel south of here towards the back of Illidari Point. Hidden in the ether is a vile creature known as Veneratus the Many. My spirit hunter will call him out when he is near.$B$BDestroy Veneratus and take from his corpse the second part of the Cipher of Damnation.','The Spirit of Ar\'tor at Illidari Point in Shadowmoon Valley wants you to recover the Second Fragment of the Cipher of Damnation from Veneratus the Many.$B$BCreatures attacked or damaged by the Spirit Hunter will not yield loot or experience.','$B$BIt would seem that my time is nearly at an end, hero.','The cipher must be recovered!','','','','','',30453,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10537,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10541,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,30454,1,'The Cipher of Damnation - The Second Fragment Recovered','I thank you, hero. For without you, my spirit would forever remain in this cursed place.$B$B$B$BTake it and deliver it to my father at the farm, far to the northeast, above Coilskar Cistern... Inside are Lohn\'goron and the second part of the cipher.$B$BHe will be sad to hear news of my death. Promise me that you will assure him that I died a free soul. Tell him that I see the hunting grounds and they are glorious. Tell him that I wait for him there...','Take Ar\'tor\'s Lockbox to Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley.\n','$B$BThank you. I promise you, hero, a song of honor will be written in your name.','','','','','','',30454,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30936,30931,30957,30971,30959,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10540,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10542,10958,3522,0,136,65,66,0,690,0,0,0,0,0,0,0,0,10545,0,0,'They Stole Me Hookah and Me Brews!','T\'chali used to be a pretty friendly troll. Me come down here to teach the Bloodmaul how to brew their beer. But once me do that, the Bloodmaul bury T\'chali and leave him here to rot!$B$BThe worst part of it was that they stole me hookah!$B$BSo, you want to help T\'chali? You bring me hookah back. T\'chali think the ogres that stole it headed southwest over by the mine.$B$BAnd while you\'re in there, pick up some brews, too!','Collect T\'chali\'s Hookah and 10 Bloodmaul Brutebane Brews.','Yes, that is what T\'chali is talking about! Though me not sure what those ogres put in there; that not T\'chali\'s brand of tobacco that me smell in the hookah.$B$BNo matter, T\'chali is happy. Happy enough, in fact, to ask you to do something else.','Hey, you got me hookah and those brews yet?','','','','','',30468,29443,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10543,10958,3522,0,136,65,67,0,690,0,0,0,0,0,0,0,0,10544,0,0,'Grimnok and Korgaah, I Am For You!','T\'chali has been waiting for his revenge!$B$BThe day they bury T\'chali and leave him to die, it was Grimnok Battleborn that led them. And the next day it was Korgaah that come south to raid and kick T\'chali in the head.$B$BI want them dead!$B$BYou will find Grimnok atop the Southmaul Tower in Bloodmaul Outpost. You will find Korgaah in the top of a building at the north end of Bladespire Hold. Korgaah has sober defenders, so use the brew to distract him away from them, because they won\'t drink.','Slay Grimnok Battleborn and Korgaah.','T\'chali is pleased that Korgaah and Grimnok Battleborn are pushing up daisies just like him.$B$BBut T\'chali\'s thirst for revenge is not quenched. There\'s one more thing that you must do!','You think T\'chali likes being this way? No!$B$BSo, have you exacted me revenge yet? Are Grimnok and Korgaah dead?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20095,20723,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10545,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10544,10958,3522,0,128,65,66,0,690,0,0,0,0,0,0,0,0,0,30479,1,'A Curse Upon Both of Your Clans!','T\'chali wants revenge on all of the ogres!$B$BT\'chali was a powerful witch doctor in life. If you reach into me grave you will find a wicked strong fetish.$B$BInvoke the fetish\'s magic at the entrances to the buildings and towers of both Bladespire Hold and Bloodmaul Outpost. The voodoo you work will summon an evil spirit that you must defeat. This in turn will curse that building.$B$BBeware, if you attempt to curse a building that is already cursed, you will call down another cursed spirit!','Use the Wicked Strong Fetish to curse 5 buildings or towers in Bladespire Hold and 2 in Bloodmaul Outpost.','Hahaha, revenge is sweet!$B$BBut, T\'chali can see you be interested in moving on now that you help him get his revenge. I hear you, mon... life is for the living.$B$BTell you what, T\'chali got lots of goodies still left here in his grave. You pick the one you like best!','T\'chali does not want to speak again until $N has used the fetish to curse the buildings and towers of both the Bladespire and Bloodmaul clans!','','Bladespire Hold building cursed','Bloodmaul Outpost building cursed','','',0,0,30479,0,0,0,0,0,1,0,0,0,21446,21452,0,0,5,2,0,0,0,0,0,0,0,0,0,0,31470,31471,31472,31473,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,84900,0,0,0,0,'',10543,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10545,10958,3522,0,128,65,66,0,690,0,0,0,0,0,0,0,0,10543,30353,1,'Bladespire Kegger','As T\'chali was saying, he helped out his Bloodmaul friends to make their brew. But what T\'chali did not say was why.$B$BThe Bloodmaul are in dire straits. The Bladespire clan be crushing them, and they needed a new weapon to help out with their fight.$B$BThat\'s when T\'chali came up with a great idea. Why not make the perfect brew, one that strengthens you and weakens your enemy? Only thing is, T\'chali does not know if it works.$B$BSo, you gonna take this brew up to Bladespire Hold and see if it works!','Use the Bloodmaul Brutebane Keg to get 5 Bladespire Ogres drunk.','That\'s good news! That brew is gonna come in handy with what T\'chali is gonna ask you to do next.','Tell T\'chali... did the brew work? Did the Bladespire ogres like it?','','Bladespire Ogres drunk','','','',0,30353,0,0,0,0,0,1,0,0,0,0,21241,0,0,0,5,0,0,0,35129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10542,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10546,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10547,0,0,'Borak, Son of Oronok','While Ar\'tor was off hunting and Grom\'tor was off fighting, Borak studied. Eventually he took up a vocation as a scholar and left for the wilds of Draenor. He returned home a few years ago a changed orc.$B$BHis heightened sense of awareness and mental acuity had forged a silent assassin.$B$BNow a confident and powerful orc, he has taken to recovering the most guarded piece of the cipher.$B$BFind Borak hiding near Eclipse Point, far to the south. He watches from the shadows of the bridge.','Find Borak, Son of Oronok near Eclipse Point in Shadowmoon Valley.','$B$BI\'ve been watching these blood elves for weeks now, trying to get a lock on where they\'ve hidden the third part of the Cipher of Damnation.$B$BThus far, I\'ve been unsuccessful in gathering any clues. The only thing I do know is that Illidan sends an envoy from the Black Temple here once a day.$B$BThis envoy is untouchable. I\'ve shadowed him for a week, trying to figure out how to separate him from his bodyguard. Unfortunately, the bodyguard never leaves his side.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10519,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10547,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Of Thistleheads and Eggs...','I\'d have given up had I not noticed... He\'s a Thistlehead. I couldn\'t place it at first but the signs are all there...$B$BNow if we could get our hands on some bloodthistle, we\'d be in business.$B$BIn my travels, I met a shady Broken in Shattrath named Tobias.$B$BTobias made a business of trading bloodthistle to blood elves for rotten arakkoa eggs.$B$BDirectly west of here are arakkoa ruins. Search them for an egg and head to the lower city of Shattrath. That\'s where you\'ll find Tobias.','Borak, Son of Oronok at the bridge north of Eclipse Point wants you to find a Rotten Arakkoa Egg and deliver it to Tobias the Filth Gorger in Shattrath City, located in northwest Terokkar Forest.','You\'ve got a rotten arakkoa egg? Well why didn\'t you say so! I think we can do business.$B$B','$B$BBloodthistle? Never heard of it... Are you a peacekeeper? You know you\'d have to tell me if you were... I\'ve got rights!','','','','','',30500,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10546,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10548,10958,0,162,136,16,18,0,690,8,0,0,0,0,0,0,0,0,0,0,'The Sad Truth','Remember how I told you about the fat merchant who was looking for that ring? As it turns out, he had his archeologist son looking for the thing and it didn\'t turn out so well. By not so well I mean they killed him and shrunk his head.$b$bNow this might seem cold, calculating, and exceptionally callous, but he\'d pay a lot to get his son\'s head back. Sounds like the perfect job for you!$b$bGo east until you find the troll ruins of Zeb\'Tela and Zeb\'Nowa. You\'re bound to find it one of the chests there.','Eralan in Tranquillien wants you to retrieve the Archeologist\'s Shrunken Head from one of the chests in Zeb\'Tela or Zeb\'Nowa.','Oh, wow. That is not pretty. I\'m sure the merchant will appreciate it more than me.$B$BAs payment, the merchant offered to buy one of my special stock items for you, so take your pick sweetie!','How\'s the head hunting?','','','','','',30503,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30504,30505,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',9491,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10549,10958,0,162,136,16,18,0,0,8,0,0,0,0,0,0,0,0,0,0,'REUSE','Remember how I told you about the fat merchant who was looking for that ring? As it turns out, he had his archeologist son looking for the thing and it didn\'t turn out so well. By not so well I mean they killed him and shrunk his head.$b$bNow this might seem cold, calculating, and exceptionally callous, but he\'d pay a lot to get his son\'s head back. Sounds like the perfect job for you!$b$bGo east until you find the troll ruins of Zeb\'Tela and Zeb\'Nowa. You\'re bound to find it one of the chests there.','Eralan in Tranquillien wants you to retrieve the Archeologist\'s Shrunken Head from one of the chests in Zeb\'Tela or Zeb\'Nowa.','','','','','','','',30503,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30504,30505,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10550,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,10570,30501,1,'The Bundle of Bloodthistle','I wasn\'t lying. That egg was incredible. Where did you get it from?$B$BWell, if you ever need more bloodthistle, you know where I am and what I need.$B$BHere\'s a bundle of the stuff. Take it back to your benefactor.','Take the Bundle of Bloodthistle back to Borak, Son of Oronok at the bridge near Eclipse Point in Shadowmoon Valley.\n','Now to set the trap!','Do you have the bloodthistle?','','','','','',30501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10547,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10551,10958,3703,0,136,60,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Allegiance to the Aldor','','','Are you certain of your choice, $N? $BThe Aldor will welcome you as an ally, but the Scryers will not easily forgive your decision.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10211,0,0,0,'10552',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10552,10958,3703,0,136,60,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Allegiance to the Scryers','','','Are you certain of your choice, $N? The Scryers will welcome you as an ally, but the Aldor will not easily forgive your decision.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10211,0,0,0,'10551',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10553,10958,3703,0,136,60,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Voren\'thal the Seer','Now that you\'ve chosen a side, $N, you should meet the Scryers\' leader.$B$BYou will find Voren\'thal the Seer inside the Seer\'s Library at the Scryer\'s Tier.$B$BSee if you can be of assistance to him. He will be glad to hear you\'ve decided to lend them a hand.','Speak to Voren\'thal the Seer inside the Seer\'s Library at the Scryer\'s Tier in Shattrath City.$B$BPerforming quests for the Scryers will cause your Aldor reputation level to decrease.','Khadgar sends a new recruit? Let us put you to work, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',10552,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10554,10958,3703,0,136,60,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ishanah','Now that you\'ve decided to side with the Aldor, you\'d do well to introduce yourself to their leader. You will find High Priestess Ishanah inside the Shrine of Unending Light.','Speak to Ishanah inside the Shrine of Unending Light at the Aldor Rise in Shattrath City.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','Welcome, $N. I\'m glad to hear you\'ve decided to join us in our mission. May the Light always protect you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',10551,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10555,10958,3522,0,136,65,66,0,1101,0,0,0,0,0,0,0,0,10556,0,0,'Malaise','The magic practiced by the Lashh\'an arakkoa is unnatural. They rip out handfuls-clawfuls?-of their own feathers as reagents!$b$bThat doesn\'t sound like good magic to me. I\'ve come here to learn more about their spells. Unfortunately getting close is too much for me.$b$bYou could succeed: cast one of their spells on yourself, then return to me. You\'ll have to find one of their spellbooks, high up in the trees of Veil Lashh.$b$bAnd unless you\'ve grown feathers I can\'t see, you\'ll need to get some of those.\n','Collect 18 Plucked Lashh\'an Feathers.','Flipping through the pages of the scratched notes and spindly script of the Lashh\'an arrakoa, you find a page with a pictogram of the circles of power you have seen in Veil Lashh.','From the crude pictographs on the pages of the aged tome, you discern that a large number of Lashh\'an feathers will be needed when casting the spells contained within.','','','','','',30529,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10556,10958,3522,0,128,65,66,0,1101,0,0,0,0,0,0,0,0,0,30530,1,'Scratches','The pictograms indicate using feathers to cast the spell at one of the circles of power in Veil Lashh.$b$bConfusing iconography seems to show an arakkoa being suffused with the spirit of a kaliri.','Use the Fistful of Feathers on the Lashh\'an Spell Circle.','I don\'t know what to say. This spell is very strange. It is not a simple conjuration or enchantment, but some sort of communion or communication spell.$B$BI\'m not sure what to make of it, $N. I\'ll have to think about it some more.$B$BBut thanks for your help, anyways! I\'m sure I\'ll think through this sooner or later.$BGains.','This is exciting! I can\'t wait to examine the workings of the spell.','','Have Daranelle analyze the Kaliri aura','','','',0,30530,0,0,0,0,0,1,0,0,0,0,21511,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,51300,0,0,0,0,'',10555,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,4),(10557,10958,3522,0,138,62,64,0,1101,0,0,0,0,0,0,0,0,10710,0,0,'Test Flight: The Zephyrium Capacitorium','I built an amazing device, the Zephyrium Capacitorium, and I\'m sure it\'ll work perfectly, but... do you want to help me test it?$B$BThere\'s plenty of hazard pay!$B$BSpeak with my twin over there, Rally. Good luck, $N. Come back after your experiment. Or... if that\'s not possible due to sustained injuries, your next of kin can report to collect your pay.','Speak with Rally Zapnabber and use the Zephyrium Capacitorium.','Wow, you made it! And not a single bruise or compound fracture! See, I told you everything would work out!$B$BHere\'s your pay, $N, though I factored in medical expenses and you don\'t need those... so that\'s a bonus for you!','Don\'t be afraid! This is for science, and science is painful!','Test Tally\'s Experiment','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10558,10958,3545,0,136,68,70,81,0,0,0,0,946,21000,0,0,0,0,0,0,'Revered Among Honor Hold','You\'ve proven your worth to our cause, $N. One such as yourself could one day become a great leader.$B$BContinue to fight our enemies in the Shattered Halls and gain renown among my men. If you live up to my expectations I will have greater tasks to ask of you.','Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula wants you to become revered with Honor Hold by fighting Fel Orcs inside the Shattered Halls of Hellfire Citadel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10559,10958,3535,0,136,68,70,81,0,0,0,0,947,21000,0,0,0,0,0,0,'Revered Among Thrallmar','You\'ve proven yourself time and again, $c. Yet more trials await you.$B$BContinue to fight the Fel Horde inside the Shattered Halls of Hellfire Citadel and your name will be known to all of Thrall\'s followers in this land.','Nazgrel at Thrallmar in Hellfire Peninsula wants you to become revered with Thrallmar by fighting the Fel Orcs inside the Shattered Halls of Hellfire Citadel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10560,10958,3842,0,136,68,70,81,0,0,0,0,935,21000,0,0,0,0,0,0,'Revered Among the Sha\'tar','$B$B','A\'dal in Shattrath City wants you to become revered with the Sha\'tar by defeating the forces of Kael\'thas inside Tempest Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10561,10958,2300,0,128,68,70,0,0,0,0,0,989,21000,0,0,0,0,0,0,'Revered Among the Keepers of Time','You\'ve proven yourself to us, $r. The timeline is not yet safe, however.$B$BWe\'re in need of true champions and you may prove to be one.$B$BContinue to defend the events of the past from intruders and you\'ll get the renown you deserve.','Andormu inside the Caverns of Time in Tanaris wants you to become revered with the Keepers of Time by continuing to defend the events of Old Hillsbrad and the Black Morass inside the Caverns of Time.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10562,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10563,0,0,'Besieged!','Don\'t let your guard down, $r. We\'re under constant assault from the Burning Legion.$B$BFrom their base of Legion Hold to the northwest, the demons rain down a ceaseless stream of infernals. As quickly as we can kill them, the new meteors impact and begin a new wave of attacks.$B$BMy men are ragged and exhausted. I don\'t know how much longer they\'ll hold out. Please, $N, lend your help to our defenses. Take your place on the line and halt the advance of the infernals!','Wing Commander Nuainn, outside of Wildhammer Stronghold, wants you to kill 10 Infernal Attackers.','Thank you for relieving my men, $N. With your help, and that of others, we may yet hold out. Unfortunately, merely holding out is not enough. We must go on the offensive.','Have you tired already, $c?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21419,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',11044,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(10563,10958,3520,0,128,67,69,0,1101,0,0,0,0,0,0,0,0,10572,30638,1,'To Legion Hold','The fortress of Legion Hold is nigh impregnable, and to be completely honest, I can\'t spare the forces for an assault. Our hopes are riding on you, $N.$B$BWhat little information we\'ve been able to gather indicates that the Legion stocks and prepares its infernals at the hold. With the help of a disguise I\'ll give you, you must sneak into Legion Hold and learn about their plans. Your best hope is to intercept or overhear communication between their commanders. Good luck, $N.','Make your way to Legion Hold and locate the Legion Communication Device. While standing near the communication device, use your disguise and learn about the Legion\'s plans. Return to Wing Commander Nuainn at Wildhammer Stronghold when you\'ve completed your mission.','$B$BSo you\'re saying they have more than enough infernals to intensify the bombardment? If we don\'t stop them before they can put the next phase of their plan into motion, Wildhammer Stronghold is finished.','What did you discover? ','','','','Discover Legion\'s Plans','',0,30638,0,0,0,0,0,1,0,0,0,0,0,0,21502,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10562,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10564,10958,3520,0,128,67,69,0,1101,0,0,0,0,0,0,0,0,10573,30614,1,'Blast the Infernals!','The device we\'ve assembled won\'t win any beauty contests, but it should be capable of destroying the infernals amassed at Legion Hold. Judging from what the fel reaver power core\'s energy did to the Fetid Pool, it holds a respectable amount of explosive power.$B$BIf you set the device off in the middle of the green glyph at the hold, it should be in range to hit all of the infernals.','Use the Fel Bomb while standing on the green glyph in Legion Hold, then report to Wing Commander Nuainn at Wildhammer Stronghold.','Well done, $N! I wish I could say that the Legion would give up after a setback like this, but you and I know better than that. The Deathforge that you learned about during your reconnaissance mission will be our next target.','Have you found a way to destroy the Legion\'s infernal stockpile?','','','Destroy Legion Hold Infernals','','',30614,0,0,0,0,0,1,0,0,0,0,0,0,21512,0,0,0,1,0,0,0,37055,0,0,0,0,0,0,30986,30947,30946,30929,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10572,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10565,10958,3522,0,136,61,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Stones of Vekh\'nir','The arakkoa of Vekh\'nir have been a thorn in our sides for many years. Some strange religion guides them, a religion which has the arakkoa in a frenzy of activity. They carry these crystals with them now, which they have turned to some dark purpose.$b$bI know something of their rituals. They take the crystals to their spell circles to infuse them. We at the village would like to know more. Waylay a few of the arakkoa until you find a crystal, charge it, then return it to me.','Collect and use a Vekh\'nir Crystal at the Vekh\'nir Spell Circle to create a Charged Vekh\'nir Crystal.','Ah, look how it glows! I must try this at once.','The Vekh\'nir arakkoa have been benign for many years, but now something has stirred them.','','','','','',0,30567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10566,10958,3522,0,0,61,66,0,690,0,0,0,0,0,0,0,0,10615,30650,1,'Trial and Error','I\'ve fashioned four wands that I believe will enhance the power of the arakkoa\'s crystals. Take these wands to Trogma\'s Claim, and try them on the ogre slaves.$b$bYou\'ll need to find an infused crystal off of the arakkoa in the area.$b$bWhen you figure out which is best, come back to me.','Try out each of Dertrok\'s wands on an Arakkoa Ogre Slave. Each wand will require an Infused Vekh\'nir Crystal to use.','This information will be every helpful, $N. I will further refine that design and see if we can\'t expand its utility.','I eagerly await your results, $N.','','Test the first wand','Test the second wand','Test the third wand','Test the fourth wand',0,0,0,0,0,0,0,0,0,0,0,0,21713,21714,21715,21716,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10565,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10567,10958,3522,0,136,66,66,0,0,0,0,0,0,0,0,0,0,10607,0,0,'Creating the Pendant','The arakkoa of Ruaan Weald elevate from their flock the Harbingers of the Raven, the heralds of their god.$b$bThey believe that the Harbingers watch over them from the sky, where they receive the teachings of the Raven, and descend to pass this message along.$b$bThe Harbingers hold a powerful sway over the souls of the arakkoa. They use magical pendants, which we need.$b$bAttract one of the Harbingers by slaying its flock and taking their claws. Place the claws upon the altar to get his attention.','Collect 6 Ruuan\'ok Claws and use them at the Ruaan\'ok Oracle Circle to summon a Harbinger of the Raven. Kill it to collect its Harbinger\'s Pendant.','You have it!$B$BWith this pendant, I will be able to attune you to the arakkoa of Grishnath in such a way that will enable you to comprehend their speech.$B$BWith this, we may gain further understanding of the arakkoa, and the nature of the Raven. I will need your help to do this.','Once the Harbinger is aware of your attack upon his flock, he will be quick to respond.','','','','','',0,30706,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',10615,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10568,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10571,0,0,'Tablets of Baa\'ri','Years ago, the dreaded warlock known as Gul\'dan raised the volcano in the middle of Shadowmoon. The draenei village of Baa\'ri, to the southwest, was buried under the lava along with its inhabitants and artifacts of religious importance.$B$BThe treacherous tribe of Broken known as the Ashtongue has been ordered by Illidan to excavate the area. We must use this opportunity to recover the Tablets of Baa\'ri, an ancient text rumored to hold the secrets of the Temple of Karabor, now known as the Black Temple.','Anchorite Ceyla at the Altar of Sha\'tar wants you to collect 12 Baa\'ri Tablets from the ground and from Ashtongue Workers at the Ruins of Baa\'ri.$B$BCompleting quests with the Aldor will cause your Scryers reputation level to decrease.','The Baa\'ri tablets! Yes, this might provide us with very useful information.','Have you found the tablets yet, $N?','','','','','',30596,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'10683',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10569,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10759,0,0,'The Sketh\'lon Wreckage','Our scouts have brought back disturbing reports from the ruined arakkoa encampments in the area.$B$BThe ghosts of powerful arakkoa magicians wield powers we never thought they possessed. They seem to be organizing, as though preparing for something, but our knowledge is limited. We cannot afford to remain ignorant!$B$BTravel north to the Sketh\'lon Wreckage, to the northwest of the Deathforge and search for signs of their motives.','Recover the Skethlon Commander\'s Journal Page 1, Skethlon Commander\'s Journal Page 2, and Skethlon Commander\'s Journal Page 3 from the Dark Conclave arakkoa at the Sketh\'lon Wreckage to Gryphonrider Kieran.','$B$BMuch of this is unintelligible. but I can make out bits here and there about preparations for a spell gone awry. casualties, and a deteriorating situation. There\'s also a curious note here about a \'deserter.\'','What have you discovered?','','','','','',31260,31261,31262,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10570,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,10576,30616,1,'To Catch A Thistlehead','$B$BPungent...$B$BNow, take this bundle and place it at the other end of this bridge. When the envoy makes his daily rounds, he will be compelled to pick it up - without his bodyguard. You see, blood elves look down upon bloodthistle addicts. If any of his compatriots ever found out...$B$BAll you need to do is lie in wait for him to dismiss his bodyguard. When he is alone, make your strike! Kill him and take the missive.','Borak, Son of Oronok at the bridge near Eclipse Point in Shadowmoon Valley wants you to recover the Stormrage Missive.','$B$BClever bastards! This is a directive from Illidan that dictates where the cipher is to be hidden next. Apparently, they keep it moving. It does not tell us where it currently rests... If only we could deliver the missive now that we know the next location.$B$BToo bad the seal on the missive is broken, rendering it unusable.$B$BHrm... Yet...','Be quick about it, $Gboy:girl;.','','','','','',30617,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',10550,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10571,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10574,0,0,'Oronu the Elder','According to the tablets, an artifact known as a Medallion of Karabor was kept at Baa\'ri. Only the highest-ranking draenei priests were granted these, as they allowed unfettered access into the Temple of Karabor.$B$BWe must find out whether the Ashtongue have recovered the medallion that was kept at Baa\'ri yet. Its power would provide great aid in our fight against Illidan.$B$BAkama\'s lieutenant at Baa\'ri, Oronu the Elder, receives written orders from him daily. Obtain them and bring them to me.','Anchorite Ceyla at the Altar of Sha\'tar wants you to obtain the Orders from Akama from Oronu the Elder at the Ruins of Baa\'ri.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Akama\'s very own handwriting. It is truly sad to think of what became of one as wise and beloved as he.','Any news yet, $N? Time is not on our side.','','','','','',30649,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10568,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10572,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10564,0,0,'Setting Up the Bomb','We cannot permit the Legion to carry out its plan to destroy Wildhammer Stronghold on their march to the Black Temple.$B$BThere\'s only one way to stop them, $N. You must create an explosive large enough to destroy the Legion\'s entire stockpile of infernals at the hold.$B$BThe Fetid Pool near Legion Hold holds an old fel reaver power core you could use as the base of your device. Search the other wreckage near the fel reaver for armor plating we might be able to make a casing from.','Obtain a Fel Reaver Power Core and a Fel Reaver Armor Plate and bring them to Wing Commander Nuainn at Wildhammer Stronghold.','$B$BThis should do the trick. Should make quite an explosion too, if I do say so m\'self.','','','','','','',0,30628,30631,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10573,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10582,0,0,'The Deathforge','From your findings at Legion Hold, we know that the Legion\'s Shadow Council allies are producing infernals in the Deathforge. I\'ve dispatched a small scouting party to keep watch over the area, but they\'re not able to accomplish everything we need.$B$BIf the Deathforge is left alone to operate, they\'ll rebuild the infernal stockpile that you destroyed at Legion Hold.$B$BI want you to meet up with Stormer Ewan Wildwing, at the Deathforge Tower, to the northwest, overlooking the Deathforge itself.','Report to Stormer Ewan Wildwing at the Deathforge Tower.','$B$BIt\'ll be good to have the backup. We\'ve gathered some preliminary information on what the Shadow Council is up to in there, but I\'ll feel better once we\'re able to start taking action against them.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10564,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10574,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10575,0,0,'The Ashtongue Corruptors','According to Akama\'s letter, four fragments of the medallion were unearthed and given to the Ashtongue Corruptors. These dreaded Broken were once powerful shaman who now defile the very elements they revered.$B$BHaalum, Corruptor of Air, can be found at Netherwing Pass. Eykenen and Uylaru, Corruptors of Earth and Fire, were last seen at the Fel Pits near the Hand of Gul\'dan. Lakaan, Corruptor of Water, is rumored to be near Coilskar Point.$B$BFind them and obtain the medallion fragments.','Obtain the four medallion fragments from Haalum, Eykenen, Lakaan and Uylaru and return to Anchorite Ceyla at the Altar of Sha\'tar in Shadowmoon Valley.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','Yes! The four fragments of the medallion. Now to put them together...','Have you obtained the four medallion fragments, $N?','','','','','',30692,30691,30693,30694,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10571,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10575,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10622,0,0,'The Warden\'s Cage','The fragments you obtained are only half of the medallion. The Ashtongue leader, Akama, must have kept the other half.$B$BI dread to ask this of you, as Akama is both evil and cunning.$B$BHe and the Ashtongue Deathsworn - the vilest and most brutal of the tribe - are rumored to run a torture chamber inside the Warden\'s Cage.$B$BI want you to find that dreaded prison, and find the whereabouts of Akama. His second in command at the location is a Broken known as Sanoru - interrogate him if you have to.','Anchorite Ceyla wants you to enter the Warden\'s Cage, south of the Ruins of Baa\'ri and interrogate Sanoru on Akama\'s whereabouts.$B$BCompleting quests for the Aldor will cause your Scryers reputation to decrease.','We\'ve been expecting you, $N. Akama said you would arrive sooner or later.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10574,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10576,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10577,0,0,'The Shadowmoon Shuffle','$B$BThis is going to be tricky, but I think I can make it work.$B$BI can disguise you as one of these Illidari blood elves, $N. What I need first, though, are several pieces of their armor. It is imperative that the armor be clean. No blood stains! We want to avoid suspicion.$B$BBring me the gear and I\'ll take care of the rest of the disguise.$B$BOnce the disguise is assembled, you\'re going to deliver the message to the Grand Commander - in person.','Borak, Son of Oronok at the bridge near Eclipse Point in Shadowmoon Valley wants you to recover 6 pieces of Eclipsion Armor.\n','Well done, $N. I hope you are a good actor. The next step in my grand plan is going to require some theatrics!','It\'s far too complicated, $R. You wouldn\'t understand.','','','','','',30640,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10570,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10577,10958,3520,0,130,68,70,0,0,0,0,0,0,0,0,0,0,10578,30639,1,'What Illidan Wants, Illidan Gets...','Take this disguise and enter Eclipse Point. Once inside, use the disguise to cloak yourself. The Eclipsion blood elves will be unable to see through the disguise, thereby granting you safe passage to Grand Commander Ruusk.$B$BOnce you find Ruusk, tell him where next to move the cipher. You\'re going to have to act your heart out, $N. Play it off as if you are his superior, delivering a message from his lord. That should do it!$B$BOh - watch out for the dragonhawks as they see through the disguise.','Borak, Son of Oronok at the bridge near Eclipse Point in Shadowmoon Valley wants you to Deliver Illidan\'s Message to Grand Commander Ruusk at Eclipse Point.','Now all you need to do is go get the cipher. Easy, right?','The disguise is delicate. Almost any action, aside from walking, will disrupt the magic holding it together.','Illidan\'s Message Delivered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',10576,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10578,10958,3520,0,136,68,70,1,0,0,0,0,0,0,0,0,0,10579,0,0,'The Cipher of Damnation - Borak\'s Charge','That Cipher fragment will never reach Zuluhed. You\'re going to ambush Ruul the Darkener and his transport before it has a chance to make the delivery.$B$BThe Dragonmaw Fortress is directly east of here, across the Netherwing Fields. Somewhere between Dragonmaw Fortress and the Sanctum of the Stars is where you\'ll find Ruul. Strike hard and strike fast! And $N, from the sound of it, this Ruul is going to be tough. Keep your guard up.$B$BReturn the Cipher to me should you succeed.\n','Borak, Son of Oronok at the bridge near Eclipse Point in Shadowmoon Valley wants you to recover the Third Part of the Cipher of Damnation from Ruul the Darkener.$B$BThis mission will require a group.','Finally! The cipher fragment is ours!$B$B','You must act quickly!','','','','','',30645,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10577,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10579,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,30646,1,'The Cipher of Damnation - The Third Fragment Recovered','Take this box to my father. He still resides at Oronok\'s Farm, far to the north, above Coilskar Cistern. When all three fragments are pieced together, the ancient words will be known once more.$B$BGood luck, $N. Tell my father that I will be home soon.','Take Borak\'s Lockbox to Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley.','As soon as all three of the fragments of the cipher are together, the ancient words will be known.$B$BRecovery of this fragment was no doubt challenging. You must be rewarded for such heroism.','$N!','','','','','',30646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30951,30962,30939,30925,30967,30944,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10578,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10580,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,10581,0,0,'Where Did Those Darn Gnomes Go?','Despite the good that we\'ve done here, I feel bad about one thing: driving Toshley and his gnome friends away.$B$BWe had no choice; they were making a mess of our efforts in the grove with all of their technology and experimentation.$B$BI would appreciate it if you would find out what became of them. Last we heard, they headed east across the bridge. I\'m certain that they must have turned south, away from Thunderlord Stronghold.$B$BLook for a clue as to their whereabouts in the southern Jagged Ridge.','Search the southern area of the Jagged Ridge of the Blade\'s Edge Mountains for a clue as to the whereabouts of Toshley and the other gnomes.','SYLVANAAR? COMMANDER SKYSHADOW?$B$BTHIS DOES NOT COMPUTE!$B$BBACK AWAY BEFORE I AM FORCED TO PLAY LOUD SOUNDS AT YOU!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',10518,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10581,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Follow the Breadcrumbs','VERY WELL, I AM HEREBY WARNING YOU THAT YOU WILL FIND NOTHING UP ON THE RIDGE.$B$BDO NOT FOLLOW THE TRAIL OF SPARE PARTS THAT LEAD TO TOSHLEY\'S STATION! YOU WILL NOT FIND TOSHLEY, NOR ANY OTHER GNOME THERE.','Follow the trail of spare parts up the ramp to the Razor Ridge. Speak with Toshley at Toshley\'s Station in the Blade\'s Edge Mountains.','Alright, you want to make yourself useful? Good, I have just the thing that you can prove yourself with.$B$BI think you\'ll like it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',10580,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10582,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Minions of the Shadow Council','$B$BThat puts our observations into perspective. We\'ve caught glimpses of them launching infernals in the direction of the hold, but haven\'t been able to find much more than that.$B$BThe Shadow Council has the Deathforge sealed tighter than a new keg o\' thunderbrew. The first thing you\'ll need to do is crack some skulls so you can get in there and poke around. Start eliminating the Shadow Council guarding the entrance to the Deathforge!','Stormer Ewan Wildwing at the Deathforge Tower wants you to kill 10 Deathforge Guardians and 5 Deathforge Summoners.','I wish I could\'ve been out there with you! I\'ve been itching to put my hammer to use, but my mission is to observe, not to kill.$B$BNow that you\'ve punched a hole in their defenses, let\'s get to work on shutting down production in the Deathforge.','Have you cleared a way into the Deathforge yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20878,20872,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10573,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10583,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Flanis','Wing Commander Nuainn originally sent three of us out here to keep watch over the Deathforge and to gather information. Flanis Swiftwing volunteered to try to infiltrate the Deathforge, but we haven\'t heard anything from him in days.$B$BI fear the worst, $N. Flanis is a skilled scout, but if he\'s gotten in over his head, we have no way of knowing. Search the Deathforge for him and recover any information or items he might have collected.','Stormer Ewan Wildwing at Deathforge Tower wants you to search the Deathforge for Flanis Swiftwing and recover Flanis\'s Pack.','$B$BI don\'t think Flanis realized how heavily guarded the Deathforge would be. Now that we know what\'s really going on there, I don\'t blame them. I just wish Flanis had known that when he went in.$B$BI can only hope there\'s something here that will help us shut down the Deathforge once and for all.','Did you find any sign of Flanis in the Deathforge?','','','','','',30658,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10582,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10584,10958,3522,0,128,65,67,0,1101,0,0,0,0,0,0,0,0,10657,30656,1,'Picking Up Some Power Converters','Those dumb ogres at the Bladespire Outpost to the north have been raiding our power converters! And you\'re going to get them back for me, sort of.$B$BNo doubt, with their big, clumsy hands, the ogres have damaged the converters. So, what I want you to do is release the energy from them and then use this protovoltaic magneto collector on the resultant electromental to encase it.$B$BIt\'ll likely be sore with you, so you\'ll need to \'kill\' it while it\'s contained in the magneto sphere.','Use the Protovoltaic Magneto Collector to collect 5 Electromentals.','Excellent! With all of this power that you\'ve recovered we\'ll be able to keep the machinery running for a little while, anyway.$B$BThe Zephyrium Capacitorium is a real pig when it comes to power consumption!$B$BI hope dealing with those electromentals wasn\'t too difficult. I have something else in mind for you to do, and I have a feeling that it\'s going to be a little more dangerous.','This line of research we have going with the electromentals is exciting! Just think of it... intelligent electrical creatures that we can create at will and that will follow our every instruction!','','Electromentals collected','','','',0,30656,0,0,0,0,0,1,0,0,0,0,21731,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10581,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10585,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Summoning Chamber','In order for the Shadow Council to construct infernals as quickly as they\'re being used, they must have an area dedicated to summoning the corrupted elementals that serve as the souls of the creatures.$B$BThe summoning chamber is likely to be found below ground, near a pool of fouled water or lava. Locate the summoning chamber within the Deathforge and find a way to end their summoning ritual. The mo\'arg involved in making the infernals may carry a tool that will help disrupt the summoner\'s magics.','Obtain an Elemental Displacer from a Deathforge Smith or Deathforge Tinkerer and use it to disrupt the ritual in the summoning chamber. Report to Stormer Ewan Wildwing at the Deathforge Tower when you\'ve completed your task.','Well done, $N. Disrupting the Shadow Council\'s summoning puts us one step closer to shutting down the Deathforge.','We cannot afford to let their production continue. Have you put an end to the summoning ritual?','','End Infernal Summoning Ritual','','','',0,30672,0,0,0,0,0,1,0,0,0,0,21735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10582,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10586,10958,3520,0,128,67,69,0,1101,0,0,0,0,0,0,0,0,10589,30688,1,'Bring Down the Warbringer!','We\'ve made a lot of progress against the Shadow Council\'s operations at the Deathforge, but if we\'re to truly be triumphant, we\'ll need to defeat the Legion\'s overseer there.$B$BI found a key among the items in Flanis\'s pack. I\'m certain it will prove useful in tracking down this Warbringer Razuun you observed at Legion Hold.$B$BAfter you\'ve hunted down and dealt with Warbringer Razuun, report directly to Wing Commander Nuainn. He\'ll want to know immediately!','Defeat Warbringer Razuun, recover Razuun\'s Orders, and report to Wing Commander Nuainn at Wildhammer Stronghold.','$B$BDefeating Warbringer Razuun should\'ve meant the end of our troubles with the Legion, but these orders outline a much larger plan that I had anticipated. I fear that more remains to be done.','What news do you bring from the Deathforge?','','','','','',0,30689,0,0,0,0,0,1,0,0,0,0,21287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10587,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10637,0,0,'Karabor Training Grounds','Our scouts have reported a massive influx of Sunfury blood elf recruits heading to the Ruins of Karabor. Normally this would represent a purely military threat, however we believe something else is amiss.$B$BDescriptions of their attire and fighting style are suspiciously close to that of Illidan himself. I do not want to become alarmed without good reason, so I would like you to go there and bring me back their weapons. We will then determine whether my fears are unfounded or not.','Exarch Onaala at the Altar of Sha\'tar wants you to obtain 8 Sunfury Glaives from Demon Hunter Supplicants and Demon Hunter Initiates at the Ruins of Karabor, southeast of the Altar of Sha\'tar.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Let\'s take a closer look at these weapons, $N. Hmmm... this is rather unsettling.','Have you completed the task I asked of you, $N?','','','','','',30679,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10588,10958,3520,0,640,68,70,1,0,0,0,0,0,0,0,0,0,0,30657,1,'The Cipher of Damnation','How many times has this spell been used in the history of our worlds? Undoubtedly, its power for destruction is unparalleled.$B$BWhat you must do now is take the cipher, now made whole, and read from it at the Altar of Damnation - where the memory of Gul\'dan stands.$B$BWhat you will see once the words are uttered are the memories left imprinted upon the land. Stand your ground and await the coming of Cyrukh.$B$BYou must be victorious, $N. This land cannot withstand another shattering.','Use the Cipher of Damnation at the Altar of Damnation to summon Cyrukh the Firelord.$B$BDestroy Cyrukh the Firelord and then speak with Earthmender Torlok, also found at the Altar of Damnation.','$B$BYou have done as the elements asked. For that, we are grateful. While you will be rewarded, trouble still looms. The spirits of fire are in turmoil. A claim has been made. The Cipher of Damnation is known by another.$B$BIt is cryptic, I know, but that is all that the spirits would have me know. That and this symbol...$B$B$B$BWhat could it mean?','Is it done?','','','','','',0,0,0,30657,0,0,0,0,0,1,0,0,21181,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,31698,0,0,0,0,0,0,0,0,0,'',10523,10541,10579,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10589,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10766,0,0,'Gaining Access','According to Razuun\'s orders, the massive infernal staging area is called Invasion Point: Cataclysm and it\'s nestled in the northern mountains. The only way to reach it is by using a teleporter located at Legion Hold.$B$BCertain members of the Legion host carry devices allowing them to activate the teleporters. You must capture one of these devices to win access to the teleporter. Slaughter all of the demons if you must, but you can\'t afford to return empty-handed.','Bring a Legion Teleporter Control to Wing Commander Nuainn at Wildhammer Stronghold. The Mo\'arg Weaponsmiths at Legion Hold are known to carry the devices.','Let me see if I can find out how this works...','We must find a way to destroy the rest of those infernals, $N. We\'ve come far, but failure could still cost us everything.','','','','','',30695,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10586,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10590,10958,0,141,136,50,52,0,690,2,0,0,0,0,0,0,0,10592,0,0,'Prove Your Hatred','It is time you remembered history that should not be forgotten... the slaughter of our people by Arthas and his Scourge army.$b$bVengeance on the Scourge is the only way to ease your pain. It is unfortunate they are not susceptible to fear and pain. Only their utter destruction will bring you even a shred of satisfaction.$b$bSpeak with Argent Officer Garush for knowledge of scourgestones and how to obtain them -- I will need to see many of them as proof of your commitment before we speak again.','Mehlar Dawnblade at the Bulwark wants you to bring him 20 Minion\'s Scourgestones.','Very good, $N. Perhaps you have a taste for revenge after all.','Have the Scourge crumbled beneath your weapon?','','','','','',12840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',9601,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10591,10958,0,141,136,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,'DESTROY THIS QUEST!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30696,0,0,0,1,0,0,0,911,529,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10592,10958,0,141,128,50,52,0,690,2,0,0,0,0,0,0,0,10593,30700,1,'Wisdom of the Banshee Queen','The scourgestones are weak when separated from the skeletal grasp that once held them. Simply holding them in my hands has caused them to fracture and break.$b$b$b$bTake these fragments to the Banshee Queen, Lady Sylvanas Windrunner, at her throne in Undercity. With her lies the knowledge to turn these remains into a weapon against the Scourge.','Bring the Scourgestone Fragments to Lady Sylvanas Windrunner in Undercity.','These stones carry a taint I do not wish to remember, but one I cannot forget. You try my patience dangerously by bringing these to me.$B$BHowever, it is clear your heart seeks the same vengeance as I, and I will aid you with instruction.','Do you have something for me, $R?','','','','','',30700,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',10590,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10593,10958,0,141,136,50,52,81,690,2,0,0,0,0,0,0,0,0,0,0,'Ancient Evil','If you wish to turn these stones into a weapon to fight the Scourge, you must acquire something equally vile to fortify them.$b$bAn ancient evil lies hidden at the bottom of the Temple of Atal\'Hakkar in the Swamp of Sorrows. Release the creature there and destroy him, taking only a small part of his body back to Mehlar Dawnblade. My guards will deliver the scourgestone fragments to Mehlar.','Unlock the secrets of the Temple of Atal\'Hakkar to release Atal\'alarion and recover the Putrid Vine from his flesh. Return to Mehlar at the Bulwark when you have done this.','The Banshee Queen has guided you well. This is precisely what I need to combine the fragments.$B$B$B$BThere! Scourgebane, I shall call it. Be wary when you use it, for it serves you against its will.','Given that you are alive, I can only surmise you were lucky enough to receive wisdom rather than death from Lady Sylvanas.','','','','','',0,22444,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30696,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10592,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10594,10958,3522,0,130,65,67,0,1101,0,0,0,0,0,0,0,0,0,30701,1,'Gauging the Resonant Frequency','Take these scanners to the Singing Ridge. By dropping them in a pattern on the ground, you will create overlapping fields that will read the amplitude of the crystals. Stand amidst them in such a way that you\'re in five oscillation fields and I\'ll have the information that I need!$B$BYour scanners will even work with those that others drop.$B$BOh, and it\'s likely that a rift will be formed! I have no idea what, if anything, will come out of it, but be prepared for the worst.','Place the Oscillating Frequency Scanners in such a way that when you stand amongst them, you are hit by 5 overlapping Oscillation fields.','Oh, this is extraordinary! I had no idea... it\'s almost as if those crystals are alive.$B$BI wonder if there\'s some sort of symbiotic relationship between them and the nether drakes?$B$BThank you, thank you! You must accept a little something from my collection of odds and ends that I wouldn\'t be caught dead wearing.$B$BOne of them might look good on you, though.','Well, do you have the measurements from the singing crystals that I asked for?','Singing crystal resonant frequency gauged','','','','',30701,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31444,31443,31445,31442,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10608,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10595,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10596,0,0,'Besieged!','$B$BOur scouts are putting up a good fight, but the infernals keep coming!$B$BFrom their base of Legion Hold to the southwest, the demons bombard us with impunity! Even the elite Kor\'kron guard cannot hold them off forever.$B$BI\'m drafting every able-bodied $r to do their part in defense of Shadowmoon Village. This is no game, $c. The survival of the village is at stake. Do your duty to the Horde, and join the fray!','Blood Guard Gulmok outside of Shadowmoon Village, wants you to kill 10 Infernal Attackers.','I\'m impressed that you managed to survive the carnage. You just might be the person we need for a dangerous mission.','Have you tired already, $c?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21419,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',11048,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10596,10958,3520,0,128,67,69,0,690,0,0,0,0,0,0,0,0,10597,30638,1,'To Legion Hold','The fortress of Legion Hold is your target. You\'ll have no reinforcements, so a frontal attack is out of the question.$B$BWhat little information we have shows that the Legion stocks and prepares its infernals at the hold. With the help of a disguise I\'ll give you, you must sneak into Legion Hold and discover their plans.$B$BYour best hope is to intercept or overhear communication between their commanders. ','Make your way to Legion Hold, locate the Legion Communication Device, and learn about the Legion\'s plans while in disguise. Return to Blood Guard Gulmok at Shadowmoon Village when you\'ve completed your mission.','What do you mean they\'re going to step up the bombardment? We can\'t allow that to happen. Get back out there and take care of it while there\'s something left of Shadowmoon Village!','What did you discover?','','','','Discover Legion\'s Plans','',0,30638,0,0,0,0,0,1,0,0,0,0,0,0,21502,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10595,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10597,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10598,0,0,'Setting Up the Bomb','We can\'t allow the Legion to trample us on their march to Black Temple.$B$BFind a way to destroy the infernals they intend to use against us. That\'s not a request, $N; it\'s an order.$B$BThe Fetid Pool near Legion Hold holds an old fel reaver power core you could use as the basis for a kind of fel bomb. Search the other wreckage near the fel reaver for a section of armor plating. You should be able to make a bomb powerful enough to take out those infernals and give the hold a nice shake!','Obtain a Fel Reaver Power Core and a Fel Reaver Armor Plate, then bring them to Blood Guard Gulmok at Shadowmoon Village.','That should do the trick. I wouldn\'t want to be in the hold when that thing goes off.','','','','','','',0,30628,30631,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10596,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10598,10958,3520,0,128,67,69,0,690,0,0,0,0,0,0,0,0,10599,30614,1,'Blast the Infernals!','The device we\'ve assembled won\'t win any beauty contests, but it should be capable of destroying the infernals amassed at Legion Hold. Judging from what the fel reaver power core\'s energy did to the Fetid Pool, it holds a respectable amount of explosive power.$B$BIf you set the device off in the middle of the green glyph at the hold, it should be in range to hit all of the infernals.','Use the Fel Bomb while standing on the green glyph in Legion Hold to destroy the infernals, then report to Blood Guard Gulmok at Shadowmoon Village.','This is no time for celebration, $N. We\'re not out of the fire yet. I\'ve got new orders for you.','Have you found a way to destroy the Legion\'s infernal stockpile?','','','Destroy Legion Hold Infernals','','',30614,0,0,0,0,0,1,0,0,0,0,0,0,21512,0,0,0,1,0,0,0,37055,0,0,0,0,0,0,30986,30947,30946,30929,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10597,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10599,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10600,0,0,'The Deathforge','While you were taking care of the infernals at Legion Hold, I\'ve been going over your reports. We\'ve got no reason to believe the Legion lied about what\'s going on at the Deathforge. They\'re really cranking out infernals down there, so I\'ve dispatched a scouting party to keep watch over it.$B$BIf we don\'t shut down the Deathforge, they\'ll rebuild the infernal stockpile that you destroyed at Legion Hold.$B$BReport to Scout Zagran atop Slag Watch, to the southeast of here and overlooking the Deathforge.','Report to Scout Zagran at Slag Watch.','$B$BIt\'ll be good to have the backup. We\'ve gathered some preliminary information on what the Shadow Council is up to in there, but it\'s time for the hammer to fall.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10598,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10600,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,0,0,0,'Minions of the Shadow Council','$B$BThat fills in the gaps we\'ve seen. We\'ve caught glimpses of them launching infernals in the direction of the hold, but haven\'t been able to find much more than that.$B$BThe Shadow Council has the forge pretty much locked down. Looks like you\'re going to need to fight your way in. Start eliminating the Shadow Council guarding the entrance to the Deathforge!','Scout Zagran at Slag Watch wants you to kill 10 Deathforge Guardians and 5 Deathforge Summoners.','I\'d\'ve been down there cracking skulls myself, but I\'m under strict orders not to engage the enemy.$B$BLet\'s get to work on shutting down production in there.','Have you cleared a way into the Deathforge yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20878,20872,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10599,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10601,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Kagrosh','The scouting party originally had three members. Unfortunately, Kagrosh decided he wanted to be a hero.$B$BHe descended into the Deathforge and we haven\'t heard from him since.$B$BIn all likelihood, the fool\'s gone and gotten himself killed. The Shadow Council members aren\'t idiots and Kagrosh wasn\'t exactly strong in the subtlety department, if you know what I mean. Keep an eye out for him in the Deathforge and recover any information or items he might have collected.','Scout Zagran at Slag Watch wants you to search the Deathforge for Kagrosh and recover Kagrosh\'s Pack.','$B$BI told you he was a fool. I hope there\'s something in here that justifies the time you spent searching for him.','Did you find any sign of Kagrosh in the Deathforge?','','','','','',30659,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10600,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10602,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Summoning Chamber','In order to churn out infernals as quickly as the Deathforge seems to, they must have an area dedicated to summoning the elementals that form the core of the infernals.$B$BThe summoning chamber is likely to be found below ground, near a pool of fouled water or lava. Locate the summoning chamber within the Deathforge and find a way to end their summoning ritual. The mo\'arg involved in making the infernals may carry a tool that will help disrupt the summoner\'s magics.','Obtain an Elemental Displacer from a Deathforge Smith or Deathforge Tinkerer and use it to disrupt the ritual in the summoning chamber. Report to Scout Zagran at Slag Watch when you\'ve completed your task.','Good, we\'re making progress. That puts us one step closer to shutting down this facility and returning safely to Shadowmoon Village.','We cannot afford to let their production continue. Have you put an end to the summoning ritual?','','End Infernal Summoning Ritual','','','',0,30672,0,0,0,0,0,1,0,0,0,0,21735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10600,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10603,10958,3520,0,128,67,69,0,690,0,0,0,0,0,0,0,0,10604,30688,1,'Bring Down the Warbringer!','We\'ve made a lot of progress against the Shadow Council here at the Deathforge, but now it\'s time to finish the job.$B$BI found a key among the items in Kagrosh\'s pack. At least he accomplished something before they got to him.$B$BThe key should help you to track down this Warbringer Razuun you observed at Legion Hold.$B$BAfter you\'ve hunted down and dealt with Warbringer Razuun, report directly to Blood Guard Gulmok. We must not keep him waiting.','Defeat Warbringer Razuun, recover Razuun\'s Orders, and report to Blood Guard Gulmok at Shadowmoon Village.','$B$BGood work, $N, but don\'t go thinking you\'ll be getting any ribbons for it. Let the night elves decorate their pretty little uniforms if they wish. Real warriors share tales of battle over a mug of ale.','What news do you bring from the Deathforge?','','','','','',0,30689,0,0,0,0,0,1,0,0,0,0,21287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10602,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10604,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10767,0,0,'Gaining Access','According to Razuun\'s orders, the massive infernal staging area is called Invasion Point: Cataclysm and it\'s located in the mountains behind our village! The only way to reach it is by using a teleporter at Legion Hold.$B$BCertain Legion minions carry a device allowing them to use the teleporter. You must capture one of these devices to win access to the teleporter. Slaughter all of the demons if you must, but you can\'t afford to return empty-handed. Do not delay; the enemy is perilously close.','Bring a Legion Teleporter Control to Blood Guard Gulmok at Shadowmoon Village. The Mo\'arg Weaponsmiths at Legion Hold are known to carry the devices.','At last, we have a means with which to drive the Legion from Shadowmoon!','A Legion presence in our midst is intolerable! We must find a way to deal with it before they can renew their assault.','','','','','',30695,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10603,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10605,10958,0,61,136,20,-1,0,528,256,0,0,0,0,0,0,0,1472,0,0,'Carendin Summons','You have a hungry look about you, $n. Perhaps it is time you advanced your training.$b$bTravel to Undercity and speak with Carendin Halgar, the old bag of bones knows a trick or two you might find useful.','Speak with Carendin Halgar in Undercity.','Ah, yet another power hungry initiate. Wonderful!$B$BWouldn\'t be much of a $C if you didn\'t thirst for power, now would you boy? Let\'s get on with it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10606,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10612,0,0,'The Art of Fel Reaver Maintenance','The best way to destroy the rest of the Legion\'s supplies is to use their own weapons against them. I\'ve been working on a rig that will let you take control of one of those Fel Reaver Sentinels below.$B$BThere are a couple things I need to work out, yet. For that, I\'ll need the manual that Doctor Gutrick keeps locked in a chest at the bottom of the ramp. He probably won\'t give up the key without a fight, so you\'ll need to capture it. Bring the fel reaver manual back to me and I\'ll do the rest!','Kill Doctor Gutrick and obtain the Doctor\'s Key. Use the key to open the Doctor\'s Strongbox to retrieve The Art of Fel Reaver Maintenance and deliver the book to Plexi at Invasion Point: Cataclysm.','Ah, this is exactly what we\'ll need. I\'d never accuse the Legion of producing anything resembling literature, but it gets the job done.','Did you get that manual?','','','','','',30713,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10766,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10607,10958,3522,0,136,66,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whispers of the Raven God','At Grishnath, totems left by the Oracles of the Raven enable the arakkoa to hear the Word of the Raven. Unfortunately, the language of the arakkoa is indecipherable to us.$b$bUsing the Harbinger\'s pendant, we can understand it. You will be able to take the souls of the arakkoa to understand their language. While you are suffused with the arakkoa\'s spirit, you can visit the totems and understand their message.$b$bDiscover this for us, $n.','Kill Grishna arakkoa to gain Understanding Ravenspeech for 2 minutes. While under the effects of the spell, you can find and receive the prophecy from the four shrines.','This is truly disturbing. The arakkoa were peaceful for a long time. This cult of the Raven was nothing more than a gathering of misfits and madmen.$B$BBut their power has grown, that we cannot discount. Perhaps there is more to this Raven than we know.','What is this $N? What do they believe he will do? Where do they believe he will lead them?','','Receive the First Prophecy','Receive the Second Prophecy','Receive the Third Prophecy','Receive the Fourth Prophecy',0,0,0,0,0,0,0,0,0,0,0,0,22798,22799,22800,22801,1,1,1,1,0,0,0,0,0,0,0,0,31531,31532,31533,31534,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10567,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10608,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,10594,0,0,'Crystal Clear','The damned rock flayers are keeping me from my research down in the Singing Ridge! By digging at the crystals there, with every scratch they are ruining my chances of studying the harmonics of the singing crystals.$B$BYou look like someone who can help me deal with this problem. Head south and clear those crystal flayers out.','Slay 10 Crystal Flayers.','Good riddance to them; that\'s what I say. Filthy creatures!$B$BSo, if you\'re certain that you eliminated those pests, then I have a little research project for you. I think you\'ll like it.','Have you cleared those crystal flayers out of the Singing Ridge yet? We can\'t get started on my research until you do.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21189,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10609,10958,3522,0,128,65,67,0,1101,0,0,0,0,0,0,0,0,0,30742,1,'What Came First, the Drake or the Egg?','I\'m researching the applications of drake essences to my work as a physician. I think they could be a panacea for a host of maladies!$B$BI need someone to go south to the Singing Ridge and get me some.$B$BWilling to take my temporal phase modulator and use it on the nether whelps that hatch from the nether drake eggs? Retrieve the essences from whatever they turn into.$B$BWhich, I might add, I\'m not certain of what that will be as we\'re using some pretty dicey, time and space modifying tech here.','Collect 3 Proto-Nether Drake Essences, 3 Adolescent Drake Essences and 3 Mature Drake Essences.','You\'ve no idea how important this research could be. Thank you!$B$BIt\'ll be interesting to delve into these essences. I\'m particularly curious to see if the nether effect that changed the black dragon eggs into nether dragon eggs resulted in any potential extra blessings for my studies.$B$BI\'m thinking, in fact, that you should be the first person to test out the benefits of my little concoction. Here, take these preliminary samples and use them when you find the need.','You have them? You have the three drake essences that I so dearly need to continue my research?$B$BYou know that those nether drake eggs used to be black dragon eggs? It\'s a fact! But when Draenor blew apart, the resultant nether that raced across what was left mutated the eggs.','','','','','',30743,30782,30783,30742,0,0,3,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31438,31439,31440,31441,0,0,1,1,1,1,0,0,31437,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10610,9056,0,0,136,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prospecting Basics','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10611,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10613,0,0,'The Art of Fel Reaver Maintenance','The best way to destroy the rest of the Legion\'s supplies is to use their own weapons against them. I\'ve been working on a rig that will let you take control of one of those Fel Reaver Sentinels below.$B$BThere are a couple things I need to work out, yet. For that, I\'ll need the manual that Doctor Maleficus keeps locked in a chest near the bottom of the ramp. He probably won\'t give up the key without a fight, so you\'ll need to capture it. Bring the fel reaver manual back to me and I\'ll do the rest.','Kill Doctor Maleficus and obtain the Doctor\'s Key. Use the key to open the Doctor\'s Strongbox to retrieve The Art of Fel Reaver Maintenance and deliver the book to Nakansi at Invasion Point Cataclysm.','This has the information I\'m looking for. Just a couple more tweaks, and we\'ll have you taking control of a fel reaver in no time.','Did you get that manual?','','','','','',30713,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10767,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10612,10958,3520,0,128,67,69,0,1101,0,0,0,0,0,300000,0,0,10744,0,0,'The Fel and the Furious','$B$BWell, this has everything we need, but there\'s just one problem. Fel Reavers aren\'t really built to respond to remote control.$B$BWe can modify one for you to use for a short time, but you\'ll have to work fast, or there\'s no telling what might happen! I wouldn\'t be surprised if your little stunt with the fel reaver catches the attention of the Legion\'s lackeys, either. Keep an eye out, and whatever you do, don\'t forget to destroy as much as you can!','Use a Fel Reaver Control Console to take control of a Fel Reaver Sentinel. Destroy 60 Deathforged Infernals before your fel reaver fails. When your mission is complete, report to Plexi at Invasion Point: Cataclysm.','Amazing! You\'ve managed to do what all the gryphonriders in Wildhammer Stronghold couldn\'t! You\'ve broken the back of the Burning Legion\'s advance and spared us from annihilation at the hands of their infernals. You have our deepest gratitude for your service, $N.','You\'re back, so I\'ll assume the operation went well. What\'ve you got to report?','','Deathforged Infernal Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,21959,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,92400,0,0,0,0,'',10606,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10613,10958,3520,0,128,67,69,0,690,0,0,0,0,0,300000,0,0,10745,0,0,'The Fel and the Furious','$B$BAll the information is here, but be warned. These things weren\'t built to be controlled remotely.$B$BWe can modify one for you to use for a short time, but you\'ll have to work fast, or there\'s no telling what might happen! I wouldn\'t be surprised if your little stunt with the fel reaver catches the attention of the Legion scum, either. Try to keep yourself safe, but remember, the mission and the safety of Shadowmoon Village come first!','Use a Fel Reaver Control Console to take control of a Fel Reaver Sentinel. Destroy 60 Deathforged Infernals before your fel reaver fails. When your mission is complete, report to Nakansi at Invasion Point: Cataclysm.','I\'ll admit it, $N. I\'m impressed by all you\'ve managed to accomplish. Destroying the Legion\'s ability to make war in Shadowmoon will give us the opportunity to turn the tide elsewhere.','You\'re back, so I\'ll assume the operation went well. What\'ve you got to report?','','Deathforged Infernal destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,21959,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,92400,0,0,0,0,'',10611,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10614,10958,3522,0,136,65,66,0,690,0,0,0,0,0,0,0,0,10709,0,0,'Whispers on the Wind','I have chased rumors of the Mok\'Nathal across Outland with nothing to show for it. Finally, we may have found their home.$b$bBut now that the moment is here, I am filled with unease. Unease that has kept me awake deep into the nights during my search. Will they accept me?$b$bI... know their leader\'s name: Leoroxx. Seek him out. You must be my eyes in this.','Speak with Leoroxx at the Mok\'Nathal Village in the Blade\'s Edge Mountains.','What brings you to our village?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',10718,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10615,10958,3522,0,136,61,64,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ruuan Weald','The information you have helped me reveal about the nature of the arakkoa here will be of great interest to another.$b$bWe were visited by members of the Cenarion Expedition, who have also become concerned with the arakkoa\'s intentions here in the Blade\'s Edge Mountains.$b$bYou should seek him out. His name is Timeon, and you will find him at Evergrove in Ruuan Weald. Follow the road west from here, then north when it forks in Razor Ridge. Finally, follow the road west when it splits in the Bladed Gulch.','Speak with Timeon at Evergrove, which is in the Ruuan Weald in the Blade\'s Edge Mountains.','Ah, yes, Dertrok. We spoke briefly about the arakkoa. I must say that our... interests in them vary quite significantly.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',10566,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10616,10958,0,0,136,61,66,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breadcrumb','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10617,10958,3522,0,136,61,66,0,690,0,0,0,0,0,0,0,0,0,0,0,'Silkwing Cocoons','The silk from the cocoons of the silkwings are used for all manner of things in the village. We can never get enough, and we never have enough.$b$bIt is difficult to harvest the cocoons from the larva once they begin the process of metamorphosis.$b$bOur warriors are occupied with the assault on our village. If you could gather these for us, that would be helpful.','Collect 8 Silkwing Cocoons from Silkwing Larva.$b$bKill the Larva quickly or they will turn into Silkwings, ruining their cocoons.','Good quality cocoons, these. I can see you\'ve gotten the hang of harvesting them.$B$BWe have experimented with trying to raise our own silkwing larva, but unfortunately the small ones do not produce enough silk to be of use to us.','A swift and sure hand is needed for the harvesting. I hope you will be successful.','','','','','',30791,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10618,10958,3522,0,136,61,65,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Softest Wings','Hunting silkwing larva is a difficult challenge for our young warriors, but luckily, even if they fail to harvest the cocoon from the larva, we can still use the wings of hatched silkwings.$b$bIn fact, we use the wings for much more than the cocoons, and we can never have too many.$b$bIf you\'ll be out there, it would be a great help if you could bring me some.','Collect 12 Iridescent Wings.','Thank you, $N. We will use these sooner than you might think.','The wings are quite delicate, but can be inlaid as a decorative element in many of our designs.','','','','','',30792,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10619,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10816,0,0,'The Ashtongue Tribe','The Ashtongue tribe is feared among all Broken. It consists of the most vicious and bloodthirsty individuals, handpicked by Akama himself. They are as fierce and ruthless as any naga, demon or blood elf in Illidan\'s army and they have been deployed in large numbers at the Ruins of Baa\'ri, southwest of here. Go there and put a dent in their numbers before they get a chance to mount an attack on us.','Vindicator Aluumen wants you to go to the Ruins of Baa\'ri and slay 3 Ashtongue Handlers, 4 Ashtongue Warriors and 6 Ashtongue Shaman.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Glory to the naaru, $N. You\'ve done the Light\'s bidding by defeating those who follow Illidan.','Have you completed the task I requested of you, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21803,21454,21453,0,3,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'10807',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10620,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ridgespine Menace','We hired on to help Toshley when he decided to move to Outland, and we\'ve been on the move ever since.$B$BNow it looks like we\'ve finally put down some roots. All of the crazy scientists have their projects going, and us Roughriders are here to protect them.$B$BWhat we need right now is for you to go north into Razor Ridge, or east to the Scalewing Shelf, and keep them clear by killing the stalkers. They\'re stealthy spiders that live amongst the rock outcroppings, and jump unsuspecting passersby.','Slay 10 Ridgespine Stalkers.','Pretty good for a rookie. As it turns out, we\'ve got a small group of eggheads that want to go \'observe\' the ethereals and their technology up north. They\'ll be thrilled to know that you cleared the way for them.$B$BHere, take some of these. We don\'t have many, but maybe they\'ll help you out in the future.','Those stalkers cleared out yet? We\'ve had a few of our people who headed north disappear.$B$BIf it\'s because of the stalkers, I want to make sure that it doesn\'t happen again.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20714,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,31449,31450,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10584,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10621,10958,3520,0,128,67,69,0,1101,0,0,0,0,0,0,0,0,10626,30756,1,'Illidari-Bane Shard','The shard appears to be a piece of a larger weapon. Sharp-looking runes etched into the metal glow with a menacing light.$B$BThe weapon\'s intended purpose isn\'t clear to you, but it\'s hard to ignore. Most of the mo\'arg at Legion Hold seem to be working with fragments of the same metal you hold in your hand. Perhaps one of the weaponsmiths at Wildhammer Stronghold might be able to tell you more about it.','Bring the Illidari-Bane Shard to Ordinn Thunderfist at Wildhammer Stronghold.','$B$BI haven\'t seen something like this in a long time. Sure, it\'s made from a rare ore, but this is destined for no mundane weapon, $N. It\'s infused with a magic intended to destroy demons. If you obtained this from the Legion, it must be some kind of \'secret weapon\' they\'re planning to deploy against Illidan. What a find!','What have you got there?','','','','','',30756,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,55500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10622,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10628,0,0,'Proof of Allegiance','Akama has been tracking your progress quite closely, $N.$B$BThe Ashtongue you\'ve slain at the Ruins of Baa\'ri are amongst the most evil Broken known among us... carefully hand-picked by Akama himself to maintain the facade we need to present to Illidan. The Deathsworn, however, know of Akama\'s true intentions.$B$BFirst things first. We need to know that you are not with Illidan. A Satyr known as Zandras watches over us from above the prison walls on his behalf. Slay him as proof of your allegiance.','Slay Zandras at the Warden\'s Cage in Shadowmoon Valley and return to Sanoru.','Very well, $N. Your allegiance is no longer in question. You may see Akama now.','Have you done what I asked of you, $N? Trust is not easily found around these parts.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21827,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10575,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10623,10958,3520,0,128,67,69,0,690,0,0,0,0,0,0,0,0,10627,30579,1,'Illidari-Bane Shard','The shard appears to be a piece of a larger weapon. Sharp-looking runes etched into the metal glow with a menacing light.$B$BThe weapon\'s intended purpose isn\'t clear to you, but it\'s hard to ignore. Most of the mo\'arg at Legion Hold seem to be working with fragments of the same metal you hold in your hand. Perhaps one of the weaponsmiths at Shadowmoon Village might be able to tell you more about it.','Bring the Illidari-Bane Shard to Grokom Deatheye at Shadowmoon Village.','$B$BI haven\'t seen this in years. Not only is it made from a rare ore. but it\'s not about to be used in an ordinary weapon, $N.$B$BThese runes imbue the blade with the power to obliterate demons. This shows how much the Legion hates Illidan, if they\'re willing to arm their own troops with demon-destroying weapons. We could use this to our advantage.','What have you got there?','','','','','',30579,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,55500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10624,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10625,0,0,'A Haunted History','Have you felt the cold chill? Perhaps what you thought was a hand on your shoulder? That was not your mind playing tricks on you, $r. The land is haunted. Ghosts litter the landscape, stuck here for all eternity.$B$BWould you like to see them? Are you sure about that? These types of things tend to change a person - and not for the better.$B$BVery well, I will need you to collect for me the ever-burning ash that is found near any of the fel lava pools of western Shadowmoon. Anywhere near green lava...\n','Chief Apothecary Hildagard at Shadowmoon Village in Shadowmoon Valley wants you to bring her 15 Ever-burning Ash samples.','Your world is about to change, $N.','What do you mean? I\'m going to make something out of the ash ','','','','','',30716,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',11046,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10625,10958,3520,0,128,67,69,0,690,0,0,0,0,0,0,0,0,10633,30719,1,'Spectrecles','I call them \"Spectrecles.\" Clever, no? When you equip these goggles, you will be able to see the spirits of Shadowmoon Valley.$B$BBefore I let you have them, though, you must promise me that you will help us clear out the ghosts at the village.$B$BTake the goggles and destroy any and all spirits that you see wandering about Shadowmoon Village. Hopefully, destroying these spirits will force any that remain to move elsewhere.','Chief Apothecary Hildagard at Shadowmoon Village in Shadowmoon Valley wants you to slay 12 Shadowmoon Zealots.','Gorefiend? T... Teron Gorefiend? But... How?$B$BHow could Gorefiend be here? This is impossible!$B$BThe legend of Teron Gorefiend is one that causes even the Forsaken to tremble in fear. By all accounts, Gorefiend was a warlock of Gul\'dan ','If you lose your goggles, let me know and I will craft another pair.','','','','','',0,0,0,30719,0,0,0,0,0,1,0,0,21788,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10624,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10626,10958,3520,0,136,67,69,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Capture the Weapons','With a larger supply of this material, we might be able to forge a weapon for you to use.$B$BThe two pit lords at Legion Hold, Makazradon and Morgroron, have already been equipped with these anti-demon weapons. We have no way of knowing how many more the Legion intends to produce, but if we can capture these prototypes, there should be enough for our project.$B$B$B$BThere\'s a certain amount of satisfaction in using the Legion\'s own \'secret weapons\' against them, don\'t you think?','Ordinn Thunderfist at Wildhammer Stronghold wants you to bring him Mazakradon\'s Glaive and Morgroron\'s Glaive.','These should work nicely. Now, let\'s forge them into a more useful form.','Did you capture those prototypes?','','','','','',30786,30785,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30926,30938,30950,30966,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10621,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10627,10958,3520,0,136,67,69,1,690,0,0,0,0,0,0,0,0,0,0,0,'Capture the Weapons','With a larger supply of this material, I can forge a weapon suitable for you.$B$BThe two pit lords at Legion Hold, Makazradon and Morgroron, have already been equipped with these anti-demon weapons. Capturing those two weapons should provide us with enough material to make your weapon, and then some.$B$BI can\'t wait to bring the battle to the enemy using these weapons. That\'ll teach the Legion to trifle with anti-demon magics.','Grokom Deatheye at Shadowmoon Village wants you to bring him Mazakradon\'s Glaive and Morgroron\'s Glaive.','These should work nicely. Now, let\'s forge them into a more useful form.','Did you capture those prototypes?','','','','','',30786,30785,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30926,30938,30950,30966,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10623,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10628,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Akama','You\'ve proven what side you\'re on. I will reveal to you our leader\'s hideout.$B$BFollow the halls beyond; there will be an underground passage hidden by stagnant water on your right.$B$BI must warn you, $N. You are not to speak to anyone of what you see there.','Speak to Akama inside the hidden chamber in the Warden\'s Cage.','Hail, $N. There is much we need to talk about.$B$BI hope your mind is an open one. The decisions I make are not understood by many. Only my closest collaborators have understanding of the portents I see and the signs I await.$B$BWhen I joined forces with Illidan it was based on visions foretelling that otherwise my race would have been destroyed. I\'ve waited patiently for other signs and visions to come to pass... Velen\'s exodus... the opening of the Dark Portal... and now... your arrival.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10622,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10629,10958,3483,0,128,58,61,0,0,0,0,0,0,0,0,0,0,10630,30803,1,'Shizz Work','I finally got my shredder working but I seem to have lost the keys. I keep a pack of felhounds to protect my camp. They don\'t do a very good job and they like to bite me a lot. They also like shiny things. I think this one felhound I have may have eaten my shredder keys. I\'ll pay you if you\'ll take my felhound on a walk. Kill some helboars and let him eat. He\'ll do his business. When he\'s done, see if you can\'t find the keys in his \"leavings.\"','Use the Felhound Whistle to summon a Fel Guard Hound. Take the Fel Guard Hound for a walk and kill some Deranged Helboars. Search for the Shredder Keys in the Fel Guard Hound\'s \"leavings.\" Return the Shredder Keys to Foreman Razelcraz by the mine northwest of Thrallmar.','You smell terrible. But you found my keys! Thank you so much. Now I can get my shredder started and make some money. Pretty soon I will have enough money to leave Outland. I don\'t know why you stay, I hate this place. Wouldn\'t you rather be back in Booty Bay?$B$BMaybe do some fishing?','Did you manage to find my keys? I\'m sure one of my felhounds ate them. It\'s probably the one I sent with you. Probably.','','','','','',30794,30803,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18588,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10238,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,6000,0,0,0,0,0,0,5),(10630,10958,3483,0,136,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beneath Thrallmar','I\'m almost back in business. Problem is all these gan\'arg are in my mine. I can\'t send my peons in and even once I fix this shredder I wouldn\'t want to risk it in combat. Deep down in the mine the gan\'arg have a leader. If you kill him maybe the gan\'arg will leave. Then I could make some money and buy my way out of here. ','Kill Urga\'zz and return to Foreman Razelcraz by the mine northwest of Thrallmar.','All those gan\'arg are sure to clear out now. I\'ll be back in Booty Bay within a week. I can\'t wait to go fishing again. Coming to Outland was a mistake. If you\'ll take my advice, you\'ll head back the way you came. Spend some time in Stranglethorn, or maybe, if you feel adventurous, head to Un\'Goro Crater. Just don\'t stay here. ','Is he dead yet? I\'m too scared to look.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18976,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,30856,30855,30857,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10629,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10631,10958,3483,0,128,255,61,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back In Business','Take my shredder. Go into the mine and get some ore.','Get some ore.','','','','','','','',30796,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10632,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Cutting Your Teeth','It\'s nice that you\'ve been helping out Toshley and his scientists. I, however, do not have the luxury of indulging in my \'personal\' interests.$B$BIf you want to make a difference around here, you\'ll do what I ask of you, and right now, I need weapons.$B$BOur guns are effective at range, but when the bugs get in close, we need to have powerful melee weapons as a backup.$B$BThe teeth of the daggermaw lashtails in the northern part of the Razor Ridge make for great vibro-weapon blades. Scare me up some.','Collect 5 Extra Sharp Daggermaw Teeth.','Good work, kid. All of the pain is worth it if even one of my soldiers\' lives is saved by your efforts.$B$BI think you should benefit from your sweat and tears, too. Since we\'re going to have a new batch of weapons soon, why don\'t you take one of mine?','How\'s that collection of teeth coming along?$B$BI\'m sure that you\'re going to do a fine job of getting them for us. While you\'re doing that, we\'ll just hold down the outpost here.','','','','','',30798,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31446,31447,31448,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10584,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10633,10958,3520,0,128,67,70,0,690,0,0,0,0,0,0,0,0,0,30721,1,'Teron Gorefiend - Lore and Legend','Stories abound about the life of Teron Gorefiend, but most are just that - stories. We do not know what happened to Gorefiend after he returned to Draenor.$B$BThe only thing we are certain of is that he has already died once.$B$BI have heard the scouts here speaking of an ancient orc spirit that resides at the Altar of Shadows, far to the southeast, across the Netherwing Fields and through Netherwing Pass. Take the Spectrecles and track this orc down. He will surely have more information on Gorefiend.','Chief Apothecary Hildagard at Shadowmoon Village in Shadowmoon Valley wants you to find the Ancient Shadowmoon Spirit.$B$BIf you lose your Spectrecles, Chief Apothecary Hildagard can make you a new pair.','Gorefiend? Why, I have not heard that name in ages!$B$BAfter the Second War, Gorefiend returned here, along with his death knights. Unable to cope with the terrible nature of his new form and without the support of his beloved leader, Gul\'dan, Gorefiend killed himself.$B$BIf he walks these lands now as a spirit, it is news to me. Yet, perhaps I can divine such knowledge with your assistance.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10625,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(10634,10958,3520,0,136,67,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Divination: Gorefiend\'s Armor','In life, Gorefiend was a monster, but in death, Gorefiend was an unmitigated terror.$B$BTo the southeast you will find Netherwing Ledge. What was once part of the mainland of Shadowmoon is now a floating island in the sky.$B$BVhel\'kur, spawn of Deathwing, once called it his home, but now knows it as his grave. He flies an endless circle above the island, seething at his defeat to Gorefiend.$B$BIf you are to recover the Gorefiend\'s armor, it is Vhel\'kur that you must defeat.','The Ancient Shadowmoon Spirit at the Altar of Shadows in southeast Shadowmoon Valley wants you to recover Gorefiend\'s Armor.','I must have all of the pieces before I am able to divine the fate of Gorefiend.','Fly to Netherwing Ledge to recover the piece.','','','','','',30797,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10633,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10635,10958,3520,0,136,67,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Divination: Gorefiend\'s Cloak','Many a cruel act he committed but none so cold as the slaughter of the clerics of Karabor.$B$BAfter Gul\'dan\'s Horde defeated the draenei of Karabor, the surviving clerics of Karabor were marched out, told that they were to be taken to Hellfire Citadel as prisoners of war.$B$BGorefiend, not yet a death knight, murdered each and every last one of them in cold blood. They now roam in front of the Black Temple with vengeance in their hearts.$B$BIt is the clerics of Karabor that hold the cloak of Gorefiend.','The Ancient Shadowmoon Spirit at the Altar of Shadows in southeast Shadowmoon Valley wants you to recover Gorefiend\'s Cloak.','When I have all three of the pieces in my possession, I will be able to divine the whereabouts of Gorefiend.','You must use the Spectrecles if you wish to see the spirits of Shadowmoon.','','','','','',30799,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10644,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10636,10958,3520,0,136,67,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Divination: Gorefiend\'s Truncheon','One by one they knelt before him, offering their lives as a show of allegiance. Gorefiend hoisted his sickle and cut clean their heads. Shortly after this slaughter, Gorefiend took his own life.$B$BBut this was no act of contrition! No, Gorefiend sought immortality! From the corpses of the fallen death knights rose the Ghostriders of Karabor.$B$BThey now ride the roads encircling the Hand of Guldan, awaiting the day that their master returns. It is they who hold the truncheon of Gorefiend. Retrieve it...','The Ancient Shadowmoon Spirit at the Altar of Shadows in southeast Shadowmoon Valley wants you to recover Gorefiend\'s Truncheon.','Only with all three united may I divine the secrets you so desperately seek!','You must use the Spectrecles if you wish to see the spirits of Shadowmoon.','','','','','',30800,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10635,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10637,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10640,0,0,'A Necessary Distraction','The weapons are authentic, as we feared. Illidan is training demon hunters at the Ruins of Karabor and we must put an end to it.$B$BDo not be fooled by their name, $N, their power will be used against us as often as against any demon.$B$BTheir warlocks summon and subdue demons to be used as part of the initiates\' training. A pit lord named Azaloth has proven too strong to be used in training and is kept banished. Find a way to let him loose on his captors. That should buy us the time we need.','Exarch Onaala wants you to return to the Ruins of Karabor and find a way to unleash Azaloth on his captors.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Let us hope that distraction bought us the time we need to fully learn what we need of the training grounds at Karabor.','Have you completed the task I asked of you?','','Azaloth Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,21892,0,0,0,1,0,0,0,37834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10587,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10638,10958,0,262,136,10,10,0,0,16,0,0,0,0,0,0,0,10379,0,0,'NOT A QUEST','Seek your trainer in Silvermoon City.','Seek in the of Silvermoon City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(10639,10958,3520,0,640,67,70,0,690,0,0,0,0,0,0,0,0,0,0,0,'Teron Gorefiend, I am...','With Gorefiend\'s items restored, there is but one last piece to this puzzle: A host.$B$B$B$BSurely you did not believe the fairy tale that I told you. The Altar of Shadows is my prison. Without your help, I would have been stuck here for all eternity. Now, I will take over your body and you will destroy my captors and break these bonds. Refuse and we will both be stuck here forever.$B$BTeron Gorefiend will be free!','The Ancient Shadowmoon Spirit has used you as a pawn! Now that you have collected the items he required, he has revealed himself to be Teron Gorefiend. To break free of his possession, you must do his bidding and slay Karsius the Ancient Watcher.$B$BIf you succeed, return to Chief Apothecary Hildagard at Shadowmoon Village.','You did what? FOOL!$B$BYou must right this wrong. After all, it is your fault. Take one of these helmets. They are each infused with the ever-burning ash that you retrieved for me. More importantly, they will allow you to see the ghosts of Shadowmoon, including Teron Gorefiend.$B$BShould you ever find Teron Gorefiend, destroy him.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21877,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10634,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10640,10958,3518,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Altruis','It is rare in this day and age to hear of those who follow the path of the demon hunter. It is rarer still to find someone who does and has no allegiance to Illidan.$B$BThere are rumors of one such individual here in Outland. One name is said to be feared in the Legion fields of Nagrand more than any army of Aldor vindicators. That name is Altruis.$B$BGo to western Nagrand and find him. He might be willing to shed some light on these new demon hunter training grounds.','Travel to western Nagrand and find Altruis the Sufferer.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','You\'ve come a long way, stranger. I\'m surprised whoever sent you has heard of me.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10637,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10641,10958,3518,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Against the Legion','The Burning Legion has proven its capacity to corrupt mortal souls time and again. If I\'m to entrust you with the knowledge you seek, I must have proof of your allegiance.$B$BA demoness known as Sathal has eluded me for a long time as she\'s gifted with an incorporeal form.$B$BShe watches over the wrath priestesses as they do her bidding at Forge Base: Gehenna. Slay one of her minions and spill her blood on the ground. This affront should cause Sathal to materialize temporarily. Slay her while you can.','Altruis the Sufferer wants you to obtain Freshly Drawn Blood from a Wrath Priestess at Forge Base: Gehenna in Netherstorm. Spill it on the ground and slay the Avatar of Sathal. Return to Altruis when you\'ve completed this task.','You\'ve proven you\'re not tainted by the Legion\'s touch and the enemy of my enemy is my friend.','Have you slain the demoness?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21925,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10011,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10642,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10643,0,0,'A Ghost in the Machine','I fear that these dwarves do not understand what they have built upon. This area was once the ancestral grounds for the Shadowmoon orcs. I speak of spirits, $r.$B$BFor nearly twenty years they have laid dormant beneath the Wildhammer Stronghold, but recently, something has riled them up.$B$BVenture beyond the gates of Wildhammer and seek out the pools and rivers of fel lava found across this land. Near the lava will be ever-burning ash. Bring me this ash so that I may craft something that will help us.\n','Zorus the Judicator at Wildhammer Stronghold in Shadowmoon Valley wants you to bring him 15 Ever-burning Ash samples.','$B$BIt is done. Behold, Spectrecles!','Aye, a duality exists... I can feel it.','','','','','',30716,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',11045,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10643,10958,3520,0,128,67,69,0,1101,0,0,0,0,0,0,0,0,10644,30719,1,'Harbingers of Shadowmoon','Let it be known that Zorus does have a sense of humor.$B$BEnough small talk. Don the Spectrecles so that you are able to see the Shadowmoon orc spirits that wander this stronghold. Do not be frightened as we are truly the invaders here. Alas, they must be destroyed, for their time has long since passed.$B$BDestroy the Shadowmoon harbingers infesting Wildhammer Stronghold and return to me.','Zorus the Judicator at Wildhammer Stronghold in Shadowmoon Valley wants you to slay 12 Shadowmoon Harbingers.','You claim to have heard the ghosts whisper to you? And they mentioned Teron Gorefiend?$B$B$B$BYes... I know Teron Gorefiend. Rather, I knew of him. He has long been thought dead. What could these ghosts be speaking of?','If you lose your goggles, let me know and I will craft another pair.','','','','','',0,0,0,30719,0,0,0,0,0,1,0,0,21795,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10642,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10644,10958,3520,0,128,67,70,0,1101,0,0,0,0,0,0,0,0,0,30721,1,'Teron Gorefiend - Lore and Legend','Stories abound about the life of Teron Gorefiend, but most are just that - stories. We do not know what happened to Gorefiend after he returned to Draenor.$B$BThe only thing we are certain of is that he has already died once.$B$BI have heard the scouts here speaking of an ancient orc spirit that resides at the Altar of Shadows, far to the east, across the Netherwing Fields and through Netherwing Pass. Take the Spectrecles and track this orc down. He will surely have more information on Gorefiend.','Zorus the Judicator at Wildhammer Stronghold in Shadowmoon Valley wants you to find the Ancient Shadowmoon Spirit.$B$BIf you lose your Spectrecles, Zorus the Judicator can make you a new pair.\n','Gorefiend? Why, I have not heard that name in ages!$B$BAfter the Second War, Gorefiend returned here, along with his death knights. Unable to cope with the terrible nature of his new form and without the support of his beloved leader, Gul\'dan, Gorefiend killed himself.$B$BIf he walks these lands now as a spirit, it is news to me. Yet, perhaps I can divine such knowledge with your assistance.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10643,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10645,10958,3520,0,640,67,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Teron Gorefiend, I am...','With Gorefiend\'s items restored, there is but one last piece to this puzzle: A host.$B$B$B$BSurely you did not believe the fairy tale that I told you. The Altar of Shadows is my prison. Without your help, I would have been stuck here for all eternity. Now, I will take over your body and you will destroy my captors and break these bonds. Refuse and we will both be stuck here forever.$B$BTeron Gorefiend will be free!','The Ancient Shadowmoon Spirit has used you as a pawn! Now that you have collected the items he required, he has revealed himself to be Teron Gorefiend. To break free of his possession, you must do his bidding and slay Karsius the Ancient Watcher.$B$BIf you succeed, return to Zorus the Judicator at Wildhammer Stronghold.','You did what? FOOL!$B$BYou must right this wrong. After all, it is your fault. Take one of these helmets. They are each infused with the ever-burning ash that you retrieved for me. More importantly, they will allow you to see the ghosts of Shadowmoon, including Teron Gorefiend.$B$BShould you ever find Teron Gorefiend, destroy him.','What\'s that you say?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21877,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10634,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10646,10958,3518,0,262282,68,70,0,0,0,0,0,0,0,0,0,0,10649,0,0,'Illidan\'s Pupil','You\'ve proven your allegiance, $N. You must forgive my caution, but in this world things are not what they appear.$B$BI will tell you about Varedis when you\'re ready.','Listen to Altruis\'s story.','You know the story now. Only one thing remains to be done.','','Illidan\'s Pupil','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10668,10669,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10647,10958,3520,0,136,67,70,1,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Uvuros, Scourge of Shadowmoon','Wanted - DEAD:$B$BUvuros, scourge of Shadowmoon Valley.$B$BBy order of Overlord Or\'barokh, the fel beast, Uvuros, is to be killed on sight and his mane stripped from his carcass as proof of deed. Return the fiery mane of the beast to Warcaller Sardon Truslice should you succeed.$B$BUvuros was last seen at the Hand of Gul\'dan, located in the heart of Shadowmoon Valley - east of Shadowmoon Village.','Slay Uvuros and recover Uvuros\'s Fiery Mane. Return it to Warcaller Sardon Truslice at Shadowmoon Village in Shadowmoon Valley.','Quite da haul you got der, mon. Well done! An\' ya be getting\' yer reward. Don\'t ya worry!','Here ta collect a reward, mon?','','','','','',30807,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31112,31114,31111,31115,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10648,10958,3520,0,136,67,70,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Uvuros, Scourge of Shadowmoon','Wanted - DEAD:$B$BUvuros, scourge of Shadowmoon Valley.$B$BBy order of Thane Yoregar, the fel beast, Uvuros, is to be killed on sight and his mane stripped from his carcass as proof of deed. Return the fiery mane of the beast to Warcaller Beersnout should you succeed.$B$BUvuros was last seen at the Hand of Gul\'dan, located in the heart of Shadowmoon Valley - northeast of Wildhammer Stronghold.','Slay Uvuros and recover Uvuros\'s Fiery Mane. Return it to Warcaller Beersnout at Wildhammer Stronghold in Shadowmoon Valley.','Yep, here\'s your reward. Don\'t go spendin\' it all in once place.','I hope you\'ve done somethin\' special, $Glad:lass;. Otherwise, buzz off!','','','','','',30807,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31112,31114,31111,31115,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,5,0,0,6),(10649,10958,3688,0,136,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Book of Fel Names','I sympathize with your intentions of stopping Varedis and his followers, but you won\'t stand a chance against him. That is, unless you find the artifact that gave him his power.$B$BThe Book of Fel Names is rumored to be in the possession of Blackheart the Inciter inside the Shadow Labyrinth in Auchindoun. Obtaining it will be your only hope against Varedis.','Venture inside the Shadow Labyrinth in Auchindoun and obtain the Book of Fel Names from Blackheart the Inciter. Return to Altruis in Nagrand once you\'ve completed this task.','I was able to sense the book\'s power from yards away. The temptation to keep it is... very strong.','Have you obtained the book, $N? ','','','','','',30808,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10646,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10650,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10651,0,0,'Return to the Aldor','This book... I could use it to increase my power tenfold... No! It would end up corrupting my very soul, this I am sure of. Return to those who sent you here, $N.$B$BYou now have the means to stop Varedis. Wait until he manifests his demonic form through metamorphosis, at that point you will need to burn the book in his presence. That will be the only way you can deprive him of his power.','Speak with Exarch Onaala at the Altar of Sha\'tar in Shadowmoon Valley.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','You bring this abomination of a book to this holy site? You\'d better have a very good explanation, $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10649,10640,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10651,10958,3520,0,128,68,70,1,0,0,0,0,0,0,0,0,0,0,30854,1,'Varedis Must Be Stopped','We must dispose of this foul artifact, but not before we use it to dispose of Varedis\'s powers.$B$BWe need to permanently shut down the Ruins of Karabor training grounds, which will mean killing not only Varedis but also the three night elf masters that assist him: Alandien, Theras and Netharel.$B$BGather a suitable force and return to the Ruins of Karabor. Follow Altruis\'s instructions for defeating Varedis. For all of our sakes, I hope they work.','Exarch Onaala wants you to go to the ruins of Karabor and slay Alandien, Theras, Netharel and Varedis. Use the Book of Fel Names when Varedis uses Metamorphosis to weaken him. Return to Exarch Onaala with the Book of Fel Names after you\'ve completed this task.$B$BCompleting quests for the Aldor will cause your Scryers reputation to decrease.','Excellent work, $N! Your victory over Varedis will have a tremendous impact on our war against Illidan.$B$BYou\'ve proven yourself not just to the Aldor but to all of Outland. Allow me to destroy what remains of that horrible book.','Have you completed what I asked of you, $N?','','','','','',30854,0,0,0,0,0,1,0,0,0,0,0,21178,21164,21168,21171,1,1,1,1,0,0,0,0,0,0,0,0,31013,30933,31010,31002,30948,31009,1,1,1,1,1,1,0,0,0,0,0,0,0,0,932,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10650,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10652,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10197,0,0,'Behind Enemy Lines','All arrangements have been made to take you to where our spies are hiding. Just come see me when you\'re ready and we\'ll get you on your way.','Speak to Veronia when you\'re ready to depart to Manaforge Coruu. Once there, speak to Caledis Brightdawn.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','Welcome, $C. Try not to give our position away.$B$BWe wouldn\'t last long if Kael\'s cronies sniff us out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10194,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10653,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marks of Sargeras','By now it should be clear to you why we oppose the Burning Legion and those who serve them.$B$BIf you wish to prove yourself to the Aldor, bring me the insignias of high-ranking Legion and their Shadow Council followers. The highest-ranking Legion can be found in Netherstorm and Shadowmoon Valley.','Bring 10 Marks of Sargeras to Adyen the Lightwarden in Shattrath City.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Facing the demons of the Burning Legion and the mad cultists that worship them is no small feat, $N. You\'ve shown great dedication and courage. Keep it up and your renown among the Aldor will continue to grow.','Do you bear any of our enemies\' insignias, $N?','','','','','',30809,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10654,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Marks of Sargeras','','','You continue to prove your worth, $N. Fight the enemies of the Light wherever you may find them; your actions will be well-rewarded.','Do you bear more of our enemies\' insignias, $C? The Burning Legion continues to be a threat and we continue to pursue them anywhere that we find them.','','','','','',30809,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10653,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10655,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Single Mark of Sargeras','','','You continue to prove your worth, $N. Fight the enemies of the Light wherever you may find them; your actions will be well-rewarded.','I\'ll take any leftover marks you might have. Do not worry; your actions will be duly noted.','','','','','',30809,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10653,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10656,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunfury Signets','As you might know, the Scryers and the armies of Kael\'thas are at war. Kael sees us as a threat to his influence over other blood elves and has tried to crush us time and again.$B$BIf you wish to aid us in our battle against Kael\'thas, there are plenty of targets for you to go after. Kael\'s highest ranking soldiers wear Sunfury signets to mark their ranks. You will find them all over Netherstorm and Shadowmoon Valley.','Magistrix Fyalenn in Shattrath City wants you to bring her 10 Sunfury Signets.$B$BPerforming quests for the Scryers will cause you Aldor reputation level to decrease.','Kael\'s Sunfury army is extremely well-trained. Very impressive job, $N.','Go on, $N. Speak.','','','','','',30810,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10657,10958,3522,0,128,65,67,0,1101,0,0,0,0,0,0,0,0,10674,30818,1,'Ride the Lightning','We haven\'t kept the use of the Zephyrium Capacitorium under budget. But, it occurs to me that the serpents of the Scalewing Shelf to the east have a lightning breath and glands that we can make use of.$B$BI\'ve repolarized the magneto collector to absorb lightning strikes and I want you to head up there, activate it on yourself, and get us some cheap fuel from those serpents.','Use the Repolarized Magneto Sphere to absorb 25 lightning strikes from the Scalewing Serpents. Also, collect 5 Scalewing Lightning Glands.','Woo hoo, it worked! To be honest I wasn\'t sure... I calculated a twenty-three point seven two chance that you\'d implode by the third strike.$B$B$B$BSo, now we know that the sphere works, we should have no problem meeting our energy needs for the Zephyrium Capacitorium. Well, that is if we can find more volunteers to go out there and get zapped.$B$BStill, you\'ve pioneered our efforts and deserve something in return!','The trick to using the repolarized magneto sphere is to know when to turn it off before you end up getting truly fried.$B$BOf course, you need to balance that against how many of those flying serpents you want to have to face.$B$BSpeaking of which, have you managed to charge up the sphere?','','Lightning Strikes Absorbed','','','',0,30849,30818,0,0,0,0,5,1,0,0,0,21910,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,31452,31453,31454,31455,0,0,1,1,1,1,0,0,31451,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10584,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10658,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Sunfury Signets','','','Excellent! That\'ll show Kael\'thas not to underestimate our power.','What have you done for us lately, $N? The war against Kael\'thas is not going to fight itself, you know?','','','','','',30810,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10656,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10659,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Single Sunfury Signet','','','Kael\'s army will soon fall.','Even the smallest contribution to our cause is noted, $N. Our enemies are many, but we shall prevail!','','','','','',30810,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10656,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10660,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10672,0,0,'What Strange Creatures...','I am interested in learning more about the strange reptiles that mill about the lava flows of Shadowmoon Valley. Never have I seen beasts able to withstand the searing heat of molten lava!$B$BOutside of Shadowmoon Village, where the ground has ruptured and lava flows through the cracks, you will find felfire diemetradons. Slay them and bring me their spleens. From their spleens I will be able to begin preliminary analysis of their resistance to heat.$B$BBegin your search to the southeast.\n','Researcher Tiorus at Shadowmoon Village in Shadowmoon Valley wants you to recover 8 Felfire Spleens.','This may take a while. Take these coins for your hard work.','Spleens! I need spleens!','','','','','',30819,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10661,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10677,0,0,'Spleendid!','Have you ever heard of food that cooks itself and stays hot forever? Dare to dream, I say!$B$BBut maybe it\'s not a dream at all! Outside the fortress, near the lava pools and streams, you can find beasts that thrive in the sizzling heat. They\'re called felfire diemetradons.$B$BThe dwarves around here tell me that those diemetradons have the tastiest spleens ever and that the spleens practically come pre-cooked! Bring me those spleens and I\'ll give you some coin.$B$BStart your search directly east of here.','Gnomus at Wildhammer Stronghold in Shadowmoon Valley wants you to recover 8 Felfire Spleens.','$B$BHere\'s your coin as promised. I\'ll call for you if I need more spleens.$B$BSo delicious... I dare say that they are \'spleendid!\'','Spleens! I need spleens!','','','','','',30819,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10662,10958,3520,0,128,67,69,0,1101,0,0,0,0,0,0,0,0,10664,30822,1,'The Hermit Smith','$B$BThis is beyond my ability, but that\'s not to say the weapon can\'t be recreated for your use.$B$BThere was a talented smith who accompanied the Sons of Lothar to Draenor, David Wayne. He was a remarkable blacksmith, but chose to leave the expedition. These days, he lives in a small camp on a peninsula east of Firewing Point in Terokkar Forest. Take the ingots to him and see if he can help you with the weapon.','Bring the Box of Ingots to David Wayne at Wayne\'s Refuge in Terokkar Forest.','Ordinn sent you with these?$B$B$B$BHe was right. Most of the magic is gone, but I can still sense traces of it. With some work and a few \'exotic\' resources, I can forge you a powerful anti-demon sword from this metal.','What brings you here, $C? I don\'t get many visitors.','','','','','',30822,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10626,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10663,10958,3520,0,128,67,69,0,690,0,0,0,0,0,0,0,0,10664,30822,1,'The Hermit Smith','$B$BThis is beyond my ability, but that\'s not to say the weapon can\'t be recreated.$B$BIt pains me to suggest this, but your only hope may be a human smith by the name of David Wayne. It\'s true he was once a member of the Alliance\'s expedition, but that was a long time ago and he has since left the Sons of Lothar. These days, he lives in a small camp on a peninsula east of Firewing Point in Terokkar Forest. Take the ingots to him and see if he can help you.','Bring the Box of Ingots to David Wayne at Wayne\'s Refuge in Terokkar Forest.','$B$BI\'ll be frank with you, $C. I\'m a relic of an age when cooperation with the Horde was unthinkable.$B$BI am not so blind as to see that we do not have common enemies. I will help you to reforge the anti-demon weapon but it\'s going to take a lot of hard work and a few \'exotic\' resources.','What brings you here, $C? I don\'t get many visitors.','','','','','',30822,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10627,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10664,10958,3520,0,136,67,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Additional Materials','The ingots that you brought contain most of the metal I\'ll need to forge the sword\'s blade, but I\'ll need a variety of things to create other parts of the weapon.$B$BLet\'s see, among the things I don\'t have here are an adamantite frame, some heavy knothide leather, and a demon warding totem. Skilled crafters should be able to produce the first two, but the third is only sold by the reagent vendor in Shattrath\'s Lower City, Fantei. You\'ll find him with the other tradesmen.','David Wayne at Wayne\'s Refuge wants you to bring him an Adamantite Frame, 4 Heavy Knothide Leather, and a Demon Warding Totem.','$B$BThese will suffice. The remainder of the materials I\'ll need won\'t be quite so easy to come by.','Did you get those materials?','','','','','',23784,23793,30823,0,0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,55500,0,0,0,0,'',10663,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10665,10958,3520,0,136,67,69,81,0,0,0,0,0,0,0,0,0,0,0,0,'Fresh from the Mechanar','Working with the ingots you brought is going to require a lot of heat -- rather more than a conventional forge can supply.$B$BI\'m going to need a supplemental heat source for the forge and there are very few things in Outland that can supply that kind of power.$B$BThe Mechanar area of Tempest Keep turns out manacells containing an incredible amount of power. Find one of the overcharged manacells from the stacks around Mechano-Lord Capacitus and bring it back here.','David Wayne at Wayne\'s Retreat wants you to bring him an Overcharged Manacell.','This is even more potent than I expected! With this much power, I could forge a dozen blades!','Were you able to smuggle a manacell out of the Mechanar.','','','','','',30824,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147600,0,0,0,0,'',10664,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10666,10958,3520,0,136,67,69,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Lexicon Demonica','Recreating the enchantments on the blade requires several spells to be spoken in demonic.$B$BIt\'s not something I was taught during my training as an apprentice, but there\'s no way around it. There\'s a book, called the Lexicon Demonica, that will provide most of the words I need, but it\'s in the hands of a powerful Shadow Council warlock.$B$BDeep in the halls of Auchindoun\'s Shadow Labyrinth, it is held by Grandmaster Vorpil. Do whatever you must to secure the book and bring it to me. ','Obtain the Lexicon Demonica from Grandmaster Vorpil and bring it to David Wayne at Wayne\'s Refuge.','$B$BThis is not something to be trifled with, $N. After the weapon is created, I will destroy it. There is enough demonic power about in the world without this text out in the open.','Have you retrieved the book?','','','','','',30827,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,147600,0,0,0,0,'',10664,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10667,10958,3520,0,136,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Underworld Loam','The frame that you brought me earlier will not be sufficient to hold molten metal without reinforcement. A rare kind of earth can be used to cool and imbue the frame, giving the adamantite an unnatural strength.$B$BUnderwold loam, as the earth is known, is accorded great value among the naga. Few enough of them possess it, and in Outland, I know of only one naga who uses it -- Hydromancer Thespia, who resides in the Steamvault of Coilfang Reservoir.','Get a Vial of Underworld Loam from Hydromancer Thespia and bring it to David Wayne at Wayne\'s Refuge.','This should do the trick. I\'d hoped for a bit more, but to be honest, we were lucky to get our hands on any at all out here.','Have you secured the underworld loam?','','','','','',30828,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10666,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10668,10958,3518,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Against the Illidari','I still have respect for Illidan. Without him I would not have found my path.$B$BHe is not who he once was, however. His soul has been corrupted by power, his mind has been twisted by defeat. He has become what I am sworn to destroy and his pet servants, the Illidari, are as much of an abomination as any demon of the Burning Legion.$B$BHis grasp on Outland is slipping yet his reach is still vast. Prove you\'re not with him by slaying his lieutenant Lothros at Illidari Point in Shadowmoon Valley.','Altruis the Sufferer wants you to slay Lothros at Illidari Point in Shadowmoon Valley.','So you\'re not with Illidan. You\'re one step closer to gaining my full trust.','Is the Illidari lieutenant dead?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21928,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10689,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10669,10958,3518,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,30853,1,'Against All Odds','Some demons pledge allegiance to no one but themselves. A true enemy of demons finds and destroys his prey regardless of affiliation, however.$B$BThe demon Xeleth - a Legion defector - was once worshipped as a god by primitive swamp creatures in Zangarmarsh. When Draenor was nearly destroyed, he retreated into a slumber deep beneath Marshlight Lake. Find the portal at the lake and plant this spear into the ground.$B$BXeleth will awake - be ready to slay him and prove you\'re an enemy to all demons.','Altruis the Sufferer wants you to take the Imbued Silver Spear and use it at Portal Clearing near Marshlight Lake in Zangarmarsh to awake Xeleth. Return to Altruis after you\'ve slain the demon.','Well done, $N. He still remembered the day I drove this spear into him? That was so long ago...','You\'ve returned. Has Xeleth been slain?','','','','','',0,30853,0,0,0,0,0,1,0,0,0,0,21894,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10640,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10670,10958,3520,0,136,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Tear of the Earthmother','The sword\'s enchantments must be contained within a powerful focus, such as a gem. I know of a gem that we can use for this purpose, for there are few that can play host to such powerful magics without shattering.$B$BThe gem we need is called the tear of the earthmother. It\'s a powerful artifact in the hands of the ogres who created it, and Warbringer O\'mrogg, who currently holds the gem, has many powerful allies in Hellfire Citadel\'s Shattered Halls. Take care in retrieving the tear, $N.','Recover the Tear of the Earthmother from Warbringer O\'mrogg and return it to David Wayne at Wayne\'s Refuge.','$B$BIt\'s aboslutely flawless, and that\'s exactly what we\'ll need. A flawed gem would endanger the weapon\'s wielder, twisting the magic against them.','Were you able to wrest the gem from the grip of O\'mrogg?','','','','','',30829,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10665,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10671,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,0,0,0,'More than a Pound of Flesh','$N, I\'ve got something else for you to do. One of the eggheads wants to study the fiendling flesh beasts that can be found at Razaan\'s Landing, north of the Razor Ridge.$B$BMore to the point, they want to study the flesh of the flesh beasts that are there.$B$B$B$BBut, of course, they aren\'t willing to get their hands dirty, and they only want the ether-energized flesh, which it\'s not likely that all of them have.$B$BI say, beggars can\'t be choosers, but what can you do?','Collect 5 Ether-Energized Flesh.','These ought to do nicely. Don\'t they stink, though?$B$BI hope that this is worth your troubles... I\'m just glad that it was you collecting this stuff instead of me!','You have my pound of flesh? What, you didn\'t think that was funny?','','','','','',30840,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10620,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10672,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10673,0,0,'Frankly, It Makes No Sense...','We must study these creatures further.$B$BFar to the east - near the huge lava flow beneath the ruins of Baa\'ri - you will find arcano control units. These controllers were crafted by a genius named Gnomus for the sole purpose of exploring lava via mechanical scorpion.$B$BHe has long since lost his mind and is now only interested in eating the hottest food known to gnome-kind.$B$B$B$BI want you to use the control and tag the diemetradons of the lava flow for further study.\n','Researcher Tiorus at Shadowmoon Village in Shadowmoon Valley wants you to travel to the lava flow near the Ruins of Baa\'ri and use the Arcano Control Unit to control an Arcano-Scorp, swim in the lava with the Arcano-Scorp, and tag 8 Greater Felfire Diemetradons.','Listen, there is no time to spare. I\'ve been watching the tagged diemetradons and have discovered that they all report to a gigantic, nay, ENORMOUS, diemetradon named Felspine the Greater.','Listen, I do not have the time nor the inclination to explain what any of this means. Just tag those diemetradons.','','Greater Felfire Diemetradon Tagged','','','',0,0,0,0,0,0,0,0,0,0,0,0,21924,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10660,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10673,10958,3520,0,136,67,70,0,690,0,0,0,0,0,0,0,0,0,0,0,'Felspine the Greater','Gnomus knows about the massive diemetradon and plans to eat it! He must have been able to see what I could see through the eyes of his arcano-scorp. Look, there\'s no time to explain. He\'s crazy and that craziness is going to cost us the closest thing we\'ve got to a fireproof jumpsuit.$B$BGet back to the lava flow near Baa\'ri and track down Felspine the Greater. Once you find it, kill it and bring me back its hide.$B$BDon\'t try and reason with me, $N. I\'m well past that point.','Researcher Tiorus at Shadowmoon Village in Shadowmoon Valley wants you to kill Felspine the Greater and recover Felspine\'s Hide.\n','At last! Total protection against lava is mine! Of course you get a cut of this technology too, $N. You\'ve earned it!','At last! Total protection against lava is mine! Of course you get a cut of this technology too, $N. You\'ve earned it','','','','','',30851,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10672,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10674,10958,3522,0,128,65,67,0,1101,0,0,0,0,0,0,0,0,10675,30852,1,'Trapping the Light Fantastic','The Razaani ethereals have been playing with some interesting technology at Razaan\'s Landing to the north.$B$BI\'m sure they won\'t mind if you use this trap to take a few samples of their little pink floating light orbs? They\'re probably only for decoration anyway.$B$BThe trap has a special property to it that when opened should attract one of the floating balls towards it. Of course, it\'ll probably also alert the Razaani to your presence.','Use the Light Trap to collect 15 Razaani Light Orbs.','Hey! Wait just one damned minute!!$B$BThis doesn\'t look good...','I take it that since we\'re speaking, you have the light orbs from the Razaan\'s Landing? It\'ll be interesting to take a look at them and see what the ethereal are up to.','','Razaani Light Orbs trapped','','','',0,30852,0,0,0,0,0,1,0,0,0,0,21929,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10657,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10675,10958,3522,0,136,65,68,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Show Them Gnome Mercy!','$B$BThese orbs are made up of both nether energy and souls, some of them gnome souls!$B$BHow dare they! Were they the ones killing our people that traveled north?!$B$B$N, you must put a stop to this, and the only way to do that is to finish off their leader, Nexus-Prince Razaan.$B$BYou\'ll have to coax him out of hiding though. I\'m guessing that you can do that by killing a lot of his Razaani ethereal.$B$BBring me the collection of souls that he no doubt has.','Collect the Collection of Souls.','Good riddance to him! Thank you for putting an end to their macabre twisting of magic and technology.$B$BAs a true hero of gnomes everywhere, I hereby bequeath unto you our highest honor... some power converters and your pick of any of these.$B$BI know that you\'ll put them to good use!','Have you dealt with that soul-stealing bastard, Razaan yet?','','','','','',30890,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31456,31457,31458,31459,0,0,1,1,1,1,0,0,30690,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,89700,0,0,0,0,'',10674,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10676,10958,3520,0,128,67,70,0,0,0,0,0,0,0,0,0,0,10679,0,0,'Bane of the Illidari','$B$BYou\'ve done well in getting everything we\'ll need to reforge the anti-demon blade. Your hard work and dedication is about to be repaid.$B$BThe time has come to forge the sword.','Wait for David Wayne to finish forging a sword for you.','$B$BThe bulk of the work is done, but to set the magics, the blade must now be quenched.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10667,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10677,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10678,0,0,'The Second Course...','I remember seeing larger diemetradons east of the Hand of Gul\'dan, near the lava flows around the Ruins of Baa\'ri. What I want you to get for me now is one overdeveloped felfire gizzard from the beasts around that area. You might have to kill several to find a gizzard like the one I described. Keep at it! One of them is bound to have my next meal.','Gnomus at Wildhammer Stronghold in Shadowmoon Valley wants you to recover 1 Overdeveloped Felfire Gizzard.','This is fantastic but I just received some incredible news!','Special of the day: Gizzard.','','','','','',30867,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10661,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10678,10958,3520,0,136,67,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Main Course!','Long story short, I used to work with a blood elf named Tiorus. My partnership with Tiorus dissolved once I got into gourmet living. He decided to take it upon himself to continue our research using MY inventions. Anyhow, he had some of his Horde goons using my arcano-scorp probes at the Ruins of Baa\'ri lava flow and discovered the mother of all diemetradons!$B$BI need you to get there before he does and kill the diemetradon, Felspine, and bring his hide back to me.$B$BHurry up!','Gnomus at Wildhammer Stronghold in Shadowmoon Valley wants you to recover Felspine\'s Hide.','I\'ll need some alone time now, $N. Thanks for all the help!','Special of the day: Felspine\'s hide.','','','','','',30851,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10677,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10679,10958,3520,0,128,67,70,0,0,0,0,0,0,0,0,0,0,0,30875,1,'Quenching the Blade','The blade is nearly finished!$B$BYou can almost feel the magic beginning to coalesce inside the steel, but one thing remains to be done.$B$BYou must take the forged blade to the Scalding Pools near the top of the Hand of Gul\'dan in Shadowmoon Valley and plunge it into the lava pools to quench the sword. When you have quenched the sword, return.','Travel to the Scalding Pools located near the top of the Hand of Gul\'dan and use the Forged Illidari-Bane Blade to quench it in the lava pools. Once you have the Quenched Illidari-Bane Blade, return to David Wayne at Wayne\'s Refuge.','Well done!$B$B$B$BI\'d say it\'s a fair improvement over the crude Legion weapons you started with. Not only will this blade cut down Illidari demons, but it will work against the Legion\'s minions as well.','Have you quenched the sword in the lava of the Hand of Gul\'dan?','','','','','',30876,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30788,30789,30787,31745,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10676,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10680,10958,3520,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,10458,0,0,'The Hand of Gul\'dan','The elements need your help, $r! Shadowmoon Valley has been subject to unspeakable evils. The spirits remain tortured to this day. Many are enraged and unwilling to commune with the Earthen Ring.$B$BHelp this world heal, friend.$B$BDirectly northeast of Wildhammer Stronghold you will find an area known as the Altar of Damnation. Make your way there and speak with Earthmender Torlok.','Speak with Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley.','It is good that you came, $R. We have much work to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10681,10958,3520,0,136,68,70,0,690,0,0,0,0,0,0,0,0,10458,0,0,'The Hand of Gul\'dan','The elements need your help, $r! Shadowmoon Valley has been subject to unspeakable evils. The spirits remain tortured to this day. Many are enraged and unwilling to commune with the Earthen Ring.$B$BHelp this world heal, friend.$B$BSoutheast of Shadowmoon Village - in the heart of Shadowmoon Valley - you will find an area known as the Altar of Damnation. Make your way there and speak with Earthmender Torlok.','Speak with Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley.','It is good that you came, $R. We have much work to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10682,10958,3522,0,138,65,67,0,0,0,0,0,0,0,0,0,0,10713,0,0,'A Time for Negotiation...','When we arrived in the Ruuan Weald, the wyrm cultists were keeping themselves to Blackwing Coven, through the tunnel to the west. But now, they are encroaching upon us here.$B$BI need you to find the wyrmcultists\' overseer. He\'s known to make a regular patrol between their various camps in the Ruuan Weald.$B$BNegotiate with him. Let him know that there\'s room for compromise, but that we will not condone or allow the wholesale slaughter of the wildlife, nor the felling of all of the trees.','Negotiate with Overseer Nuaar.','WHAT?! They dismissed you and our proposals out of hand?$B$BThis is outrageous! We go to them in good faith, and they turn you away without even trying to come to a compromise?$B$BWell, we\'ll see about that!','Is everything okay?','Negotiations with Overseer Nuaar complete','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10683,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10684,0,0,'Tablets of Baa\'ri','The Ashtongue Broken have been ordered by Illidan to excavate the Ruins of Baa\'ri, to the far north. They\'re in search of draenei artifacts, no doubt - Baa\'ri was home to many Baa\'ri relics before Gul\'dan buried the town under a volcanic explosion. We must use this opportunity to recover the Tablets of Baa\'ri, an ancient text rumored to hold the secrets of the Temple of Karabor... a place you might know as the Black Temple.','Arcanist Thelis at the Sanctum of the Stars wants you to collect 12 Baa\'ri Tablets from the ground and from Ashtongue Workers at the Ruins of Baa\'ri.$B$BCompleting quests with the Scryers will cause your Aldor reputation level to decrease.','The Baa\'ri tablets! Yes, this might provide us with very useful information.','Have you found the tablets yet, $N?','','','','','',30596,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'10568',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10684,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10685,0,0,'Oronu the Elder','According to the tablets, an artifact known as a Medallion of Karabor was kept at Baa\'ri. Only the highest-ranking draenei priests were granted these, as they allowed unfettered access into the Temple of Karabor.$B$BWe must find out whether the Ashtongue have recovered the medallion that was kept at Baa\'ri yet. Its power would provide great aid in our fight against Illidan.$B$BAkama\'s lieutenant at Baa\'ri, Oronu the Elder, receives written orders from him daily. Obtain them and bring them to me.','Arcanist Thelis at the Sanctum of the Stars wants you to obtain the Orders from Akama from Oronu the Elder at the Ruins of Baa\'ri.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','It matches Akama\'s handwriting... let us see what we can learn.','Any news yet, $N? Time is not on our side.','','','','','',30649,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10683,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10685,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10686,0,0,'The Ashtongue Corruptors','According to Akama\'s letter, four fragments of the medallion were unearthed and given to the Ashtongue Corruptors. These dreaded Broken were once powerful shaman who now defile the very elements they revered.$B$BHaalum, Corruptor of Air, can be found at Netherwing Pass. Eykenen and Uylaru, Corruptors of Earth and Fire, were last seen at the Fel Pits near the Hand of Gul\'dan. Lakaan, Corruptor of Water, is rumored to be near Coilskar Point.$B$BFind them and obtain the medallion fragments.','Obtain the four medallion fragments from Haalum, Eykenen, Lakaan and Uylaru and return to Arcanist Thelis at the Sanctum of the Stars in Shadowmoon Valley.$B$BPerforming quests for the Scryers will cause your Aldor reputation level to decrease.','Yes! The four fragments of the medallion. Now to put them together...','Have you obtained the four medallion fragments, $N?','','','','','',30692,30691,30693,30694,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10684,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10686,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10622,0,0,'The Warden\'s Cage','The fragments you obtained are only half of the medallion. The Ashtongue leader, Akama, must have kept the other half.$B$BI dread to ask this of you, as Akama is both evil and cunning.$B$BHe and the Ashtongue Deathsworn - the vilest and most brutal of the tribe - are rumored to run a torture chamber inside the Warden\'s Cage.$B$BI want you to find that dreaded prison, and find the whereabouts of Akama. His second in command at the location is a Broken known as Sanoru - interrogate him if you have to.','Arcanist Thelis wants you to enter the Warden\'s Cage, south of the Ruins of Baa\'ri and interrogate Sanoru on Akama\'s whereabouts.$B$BCompleting quests for the Scryers will cause your Aldor reputation to decrease.','We\'ve been expecting you, $N. Akama said you would arrive sooner or later.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10685,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10687,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10688,0,0,'Karabor Training Grounds','Our scouts have reported a massive influx of Sunfury blood elf recruits heading to the Ruins of Karabor. Normally this would represent a purely military threat, however we believe something else is amiss.$B$BDescriptions of their attire and fighting style are suspiciously close to that of Illidan himself. I do not want to become alarmed without good reason, so I would like you to go there and bring me back their weapons. We will then determine whether my fears are unfounded or not.','Larissa Sunstrike at the Sanctum of the Stars wants you to obtain 8 Sunfury Glaives from the Demon Hunter Supplicants and Demon Hunter Initiates at the Ruins of Karabor, northeast of the Sanctum of the Stars.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','Let\'s take a closer look at these weapons, $N. Hmmm... this is rather unsettling.','Have you completed the task I asked of you, $N?','','','','','',30679,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10688,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10689,0,0,'A Necessary Distraction','The weapons are authentic, as we feared. Illidan is training demon hunters at the Ruins of Karabor and we must put an end to it.$B$BDo not be fooled by their name, $N, their power will be used against us as often as against any demon.$B$BTheir warlocks summon and subdue demons to be used as part of the initiates\' training. A pit lord named Azaloth has proven too strong to be used in training and is kept banished. Find a way to let him loose on his captors. That should buy us the time we need.','Larissa Sunstrike wants you to return to the Ruins of Karabor and find a way to unleash Azaloth on his captors.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','That should buy us some time... hopefully it will be enough for us to obtain more information.','Have you completed the task I asked of you?','','Azaloth Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,21892,0,0,0,1,0,0,0,37834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10687,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10689,10958,3518,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Altruis','You don\'t see many demon hunters nowawdays. They\'re viewed with suspicion by their own people and it\'s very rare to find one that doesn\'t have some sort of allegiance to Illidan.$B$BThere are rumors of one such demon hunter out in Nagrand. His name is Altruis. He hates all demons with a passion and will help us if you can convince him that you share his goals.$B$BGo to western Nagrand and find him. He might be willing to shed some light on these new demon hunter training grounds.','Travel to western Nagrand and find Altruis the Sufferer.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','You\'ve come a long way, stranger. I\'m surprised whoever sent you has heard of me.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10688,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10690,10958,3522,0,136,65,66,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Den Mother','WANTED!$B$BRema, the den mother and primary defender of the Jagged Ridge south of Thunderlord Stronghold.$B$BFind her by heading east out of town and across the bridge that traverses the Bloodmaul Ravine. She keeps herself secluded in the tunnel at the southern edge of the ridge.$B$BReturn with news of her demise to Commander Skyshadow of Sylvanaar.','Slay Rema.','Unbelievable. Did you slay Rema all by yourself?$B$BBy the looks of you, I\'d say that you could. You know, we\'re looking for a young, strong $C, such as yourself, to help out around here, especially with the problems we continually have with the ogres. Make sure that you follow-up with me on that possibility.$B$BWell, you\'ve definitely earned the bounty that I put on that wanted poster.$B$BPlease, take your pick.','What can I do for you today?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21956,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31423,31422,31424,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,1000,1000,0,1,6,0,5),(10691,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10692,0,0,'Return to the Scryers','This book... I could use it to increase my power tenfold... No! It would end up corrupting my very soul, this I am sure of. Return to those who sent you here, $N.$B$BYou now have the means to stop Varedis. Wait until he manifests his demonic form through metamorphosis, at that point you will need to burn the book in his presence. That will be the only way you can deprive him of his power.','Speak with Larissa Sunstrike at the Sanctum of the Stars in Shadowmoon Valley.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','Many would pay a great price for the book you carry with you. It is a shame we\'ll have to destroy it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10649,10689,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10692,10958,3520,0,128,68,70,1,0,0,0,0,0,0,0,0,0,0,30854,1,'Varedis Must Be Stopped','Of course we must destroy this book, but not before we use it to destroy Varedis.$B$BIf we\'re to shut down this academy of Illidan imitators, we\'ll have to deal not just with Varedis but also the three night elf masters that assist him: Alandien, Theras and Netharel.$B$BGather a suitable force and return to the Ruins of Karabor. Follow Altruis\'s instructions for defeating Varedis. Hopefully his plan will work - otherwise... it\'ll have been a pleasure working with you.','Larissa Sunstrike wants you to go to the ruins of Karabor and slay Alandien, Theras, Netharel and Varedis. Use the Book of Fel Names when Varedis uses Metamorphosis to weaken him. Return to Larissa Sunstrike with the Book of Fel Names after completing this task.$B$BCompleting quests for the Scryers will cause your Aldor reputation to decrease.','You\'ve done well, $N. By slaying Varedis you\'ve put an end to one of Illidan\'s most dangerous projects.$B$BYour name will definitely get around after this.$B$BAllow me to take what remains of the Book of Fel Names. I will make sure it\'s properly... disposed of.','Have you completed what I asked of you, $N?','','','','','',30854,0,0,0,0,0,1,0,0,0,0,0,21178,21164,21168,21171,1,1,1,1,0,0,0,0,0,0,0,0,31013,30933,31010,31002,30948,31009,1,1,1,1,1,1,0,0,0,0,0,0,0,0,934,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10691,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10693,10958,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','','','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10694,10958,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','','','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10695,10958,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','','','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10696,10958,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','','','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10697,10958,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','','','','','','','',21438,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10698,10958,0,367,0,1,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','','','','','','','',21438,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10699,10958,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','','','','','','','','',21436,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10700,10958,0,367,0,1,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','','','','','','','',21436,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10701,10958,3523,0,136,67,68,1,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking Down Netherock','To whomever cares about the timely construction of the X-52 Nether-Rocket --$B$BThe king of the local mountain giants, Netherock, has been terrorizing the Crumbling Wastes. He\'s been interfering with operations all along the south ledge of the island!$B$BTake your friends and deal with him! Then, return to me here in Area 52.$B$BRocket-Chief Fuselage','Slay Netherock and then report in with Rocket-Chief Fuselage at Area 52 in the Netherstorm.','Oh! Oh... you took care of Netherock. Good news that!$B$BWith that troublesome mountain giant out of the picture, we should have an easier time of exploi... er, husbanding the resources of the Crumbling Wastes.$B$BGlad to hear that those poor, innocent elementals down there won\'t be getting squished by him.$B$BHow ever can I repay you?','What? What?! Be quick about it... there\'s so much to do around here.$B$BI want to get this thing off the ground some day, you know?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20772,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31314,31313,31315,31312,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10702,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Grunt\'s Work...','All Horde forces in this region have been dispatched to handle the attacks from the Burning Legion. This means that we are short-handed for grunt work.$B$BOur supply caravans are in constant danger from the wildlife of the region. We can\'t veer 15 feet off the road without running into a chimaera, felboar, or abnormally large scorpion.$B$BGet out there and clear Shadowmoon Valley of its sadistic wildlife! Just kill \'em all!','Overlord Or\'barokh at Shadowmoon Village in Shadowmoon Valley wants you to kill 20 Shadowmoon Valley Wildlife.$B$BThese creatures include Felboars, Vilewing Chimaera, and Scorchshell Pincer. Any combination will be sufficient.','Fantastic! Should I have any other grunt work that needs to be done, I\'ll find you.','Return to me when the wilds are safe for our caravans to traverse.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21978,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10703,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Put On Yer Kneepads...','It\'s time to get down in the muck and get dirty. What were you expectin\'? You gotta learn to walk before you can crawl, right? Er, reverse that...$B$BAnyway, we got all hands on deck fer killin\' the garbage being thrown at us by the Burning Legion. That leaves you with the honor of cleaning up the crazed wildlife of Shadowmoon Valley.$B$BGrab a sword, staff, whatever it is that makes you happy, and kill as much of the wildlife as you can see. That\'ll clear a way out for our supply caravans!','Thane Yoregar at Wildhammer Stronghold in Shadowmoon Valley wants you to kill 20 Shadowmoon Valley Wildlife.$B$BThese creatures include Felboars, Vilewing Chimaeras, and Scorchshell Pincers. Any combination will be sufficient.','Aye, good work! Here\'s some coin for your efforts. If we be needin\' more garbage taken out, I\'ll know who to call.','Return to me when the wilds are safe for our caravans to traverse.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21978,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10704,10958,3845,0,136,67,70,81,0,0,0,0,0,0,0,0,0,10882,0,0,'How to Break Into the Arcatraz','A message was embedded in the ata\'mal crystal that you recovered. Nexus-Prince Haramad has given us information vital to our campaign against Tempest Keep.$B$BHe tells us that there are two pieces, shards to a key, which, when combined, will unlock the keep\'s Arcatraz satellite.$B$BOne half is possessed by an ancient in the Botanica known as Warp Splinter. The other is held by Pathaleon the Calculator inside the Mechanar.$B$BBring both shards to me and I will combine them into the Arcatraz key.','A\'dal has tasked you with the recovery of the Top and Bottom Shards of the Arcatraz Key. Return them to him, and he will fashion them into the Key to the Arcatraz for you.','I am impressed, $N, though I should expect nothing less of the hero who returned the ata\'mal crystal to us.$B$BGive over the two shards and I will see to it that they are combined into their final form. Then you will have access to the Arcatraz.','$B$BYou have returned. Do you bring with you the two shards of the Arcatraz key?','','','','','',31085,31086,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31465,31461,31464,31462,31460,0,1,1,1,1,1,0,31084,0,0,0,1,0,0,0,935,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10280,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(10705,10958,3845,0,136,68,70,81,0,0,0,0,0,0,0,0,0,10706,0,0,'Seer Udalo','I hope you\'re not shocked when I reveal to you that the pieces of the Medallion of Karabor you obtained from my minions are mere replicas.$B$B$B$BMy Deathsworn and I have kept the secret from Illidan for as long as possible. We are however, still missing the final piece.$B$BUdalo came to me in dreams to announce he had found it. Unfortunately he is held by Kael\'thas inside the Arcatraz in Tempest Keep. Find him and see what he knows.','Find Seer Udalo inside the Arcatraz in Tempest Keep.','The Ashtongue Seer has been long dead. As you turn over his body, you spot writing scrawled on the floor.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10628,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10706,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10707,0,0,'A Mysterious Portent','Before he died, Udalo appears to have written a single word on the floor beneath him. The writing is barely legible but you recognize the word Atam\'al.$B$BPerhaps Akama will understand the meaning of his brethren\'s message.','Return to Akama at the Warden\'s Cage in Shadowmoon Valley.','Yes... of course! It all becomes clear now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',10705,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10707,10958,3520,0,136,68,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Ata\'mal Terrace','It has been known to us that the fel orcs, under Illidan\'s command, have guarded an Ata\'mal crystal known as the Heart of Fury at the Ata\'mal Terrace. They cloud its presence with dark magic, to keep it from the Sha\'tar.$B$BFight your way to the Ata\'mal Terrace outside the Black Temple and turn your eyes to the sky. Shadowlord Deathwail will circle the terrace, beyond your reach. You will have to slay him and his warlocks before you can obtain the crystal.$B$BIt won\'t be easy, $N. I wish you luck.','Go to the top of the Ata\'mal Terrace in Shadowmoon Valley and obtain the Heart of Fury. Return to Akama at the Warden\'s Cage in Shadowmoon Valley when you\'ve completed this task.','The crystal! Its power... now in my hands!','You\'ve returned, $N.','','','','','',31307,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10706,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10708,10958,3520,0,136,68,70,0,1791,0,0,0,0,0,0,0,0,0,0,0,'Akama\'s Promise','$B$BI am not as strong as I once was, $N. Being so close to evil itself all these years - I do not know if I can trust myself with an artifact as powerful as this.$B$BTake this as my promise to you that when the time comes and you face Illidan, I will be on your side. Take it to the one being we know we can trust with its power. Take the medallion to A\'dal in Shattrath City.','Bring the Medallion of Karabor to A\'dal in Shattrath City.','$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30932,30999,31000,30943,30984,31417,1,1,1,1,1,1,0,0,0,0,0,0,0,0,935,1012,0,0,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10707,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10709,10958,3522,0,136,65,67,0,690,0,0,0,0,0,0,0,0,10714,0,0,'Reunion','So you come from the world beyond the Portal? And you know of Rexxar. Oh yes, I am quite familiar with him.$b$bYou see, he is my son.$b$bBut he made his choice a lifetime ago. He is not one of us, and he is not welcome here. We have enough troubles with the Bloodmaul ogres.$b$bKnow this: being born a half-breed does not make you Mok\'Nathal.','Speak with Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.','So my father does live. I did not expect him to forgive - that was never his way. But I had hoped that the years had dulled the anger he must have felt at my departure.$B$BThirty years ago, I left the Mok\'Nathal to follow the Horde to Azeroth. Leoroxx was staunchly against it, but then, he never gave me any reason to stay. Still, a better welcome for this I had hoped for.$B$BHe wanted a Mok\'Nathal for a son and he has one now, even if he will not know it.$B$BI must open his eyes.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',10614,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10710,10958,3522,0,130,62,64,0,1101,0,0,0,0,0,0,0,0,0,30540,1,'Test Flight: The Singing Ridge','I\'ve been fiddling with the Zephyrium Capicitorium and I\'m ready to perform another test! Do you want to help?$B$BThis next flight should be short, but fast!$B$BUm... and although I\'m sure there\'s no danger... I have this, uh, waiver that I\'d like you to sign. It\'s just a formality, I assure you!$B$BBest of luck! Talk to Rally to launch yourself, and come back to me after the experiment is over!','Sign Tally\'s Waiver, then speak with Rally Zapnabber to use the Zephyrium Capacitorium.','Wow! Again, you survived! I\'m a much better engineer than I give myself credit for!$B$BHere\'s your pay! And check back with me later... I\'ll have more experiments that\'ll need more test subjects!','Don\'t worry, Mitharan! Worry never got anyone anywhere!','Throw caution to the wind.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',10584,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10711,10958,3522,0,130,62,64,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Test Flight: Razaan\'s Landing','$n, I raised the efficiency of the Zephyrium Capacitorium by 30 percent. That will launch a test subject of your weight and wind drag ratio to new heights! Want to test my theory? This experiment ought to send you near Razaan\'s Landing.$B$BSpeak with Rally... he\'ll get you prepared for launch.','Speak with Rally Zapnabber to use the Zephyrium Capacitorium.','Oh, gosh! You\'re back so soon! I saw you take off and you shot up like a rocket! I was sure it would take at least a month of convalescing to mend the broken legs from that flight! You\'re tough, and brave, and foolhardy! But mostly... you\'re brave!','What? You don\'t want to perform the experiment? Don\'t fret, Domme! I\'m behind you all the way!','Reach the Sky\'s Limit.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',10710,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10712,10958,3522,0,130,62,64,0,1101,0,0,0,0,0,0,0,0,0,31124,1,'Test Flight: Ruuan Weald','Hey, $N. I\'m glad I caught you! I have a very important mission!$B$BHere is a nether-weather vane. I need you to take some in flight readings for me and deliver them to my cousin in Ruuan Weald.$B$BSpeak with Rally and take a Zephyrium Capacitorium flight to Ruuan Weald. While you\'re flying, spin the vane!$B$BAfter you land, bring the spinning vane to O\'Mally Zabnabber.$B$BGood luck, $n. And don\'t delay!','Speak with Rally Zapnabber to use the Zephyrium Capacitorium. While flying to Ruuan Weald, spin the Nether-weather Vane. Deliver the Spinning Nether-weather Vane to O\'Mally Zapnabber in Evergrove.','Oh, you took readings from the nether-weather vane? Splendid! The data gained from this instrument -- coupled with my measurements of druid magic -- will bear much fruit!$B$BOh, the applications will boggle the mind, I assure you!','Hello hello! My clo-... I mean, my cousin Tally told me you\'d be dropping in. Do you have something for me?','Launch to Ruuan Weald.','','','','',31123,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',10711,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10713,10958,3522,0,136,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'...and a Time for Action','We will not stand idly by while they decimate the Ruuan Weald around us. Our first priority must be to the trees.$B$B$C, I want you to go back out into the Weald and deliver a very different message for us. I want you to slay every one of their hewers that you come into contact with!$B$BIf they will not listen to reason, perhaps they will listen to a more assertive method of persuasion!','Slay 10 Wyrmcult Hewers.','Thank you, $N.$B$BWhile we\'ll see to it that the wildlife will replenish itself in quick order, regrowing the trees, especially in a natural fashion, is a much more time-intensive process.','Have you protected the trees? Are the hewers cut down?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21810,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,31510,31512,31516,31521,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10682,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10714,10958,3522,0,128,65,67,0,690,0,0,0,0,0,0,0,0,10783,31128,1,'On Spirit\'s Wings','If the Mok\'Nathal are tormented by the Bloodmaul ogres, then I will stop them and their followers. Ogres are simple creatures, and there is little profit they could gain from harassing the Mok\'Nathal.$b$bThere must be something more to this. $n, take Spirit, my hawk, and spy upon the conversations of the Bloodmaul\'s leaders. He may go undetected where we cannot.','Find a Bloodmaul Taskmaster and a Bloodmaul Soothsayer engaged in conversation, then use Rexxar\'s Whistle to summon Spirit to spy on them.','$B$BSo it is the sons of Gruul that are behind the ogres\' actions. They command the Bloodmaul ogres to destroy the Mok\'Nathal to gain their favor.','What have you learned, $N?','','Eavesdrop on the Bloodmaul ogres\' plans','','','',0,31128,0,0,0,0,0,1,0,0,0,0,22383,0,0,0,1,0,0,0,38173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10709,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10715,10958,3522,0,136,65,67,0,690,0,0,0,0,0,0,0,0,0,0,0,'Into the Churning Gulch','So, your Rexxar would have me fashion a poison for him? I\'ll give him what he desires, but there will be a price. Even for friends, there must be a price. Free things destroy friendships.$B$BFirst, you must venture a short distance to the southwest to the Churning Gulch.$B$BTherein mill some of the most poisonous creatures in all of Outland, or anywhere. I speak of the crust bursters, and this poison will require gathering their glands for me.','Collet 7 Crust Burster Venom Glands.','Very well. A simple, if mundane, task has been completed. Now, hand me the glands and I will do the difficult part.','You have all of the venom glands? If not, begone and waste no more of my time until you do.','','','','','',31132,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31535,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10783,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10716,10958,3522,0,138,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Flight: Raven\'s Wood ','The Zephyrium Capacitorium is ready for its longest launch yet! What do you say, $N? Do you want to fly one more time?$B$BI\'ve been boosting the proplusion system but, until I get all the variables hammered out, the capicitorium will need added fuel to give it the necessary kick! Speak with Rally before the flight -- he has the details.$B$BBest of luck, $N. This flight will take you to distant Raven\'s Wood. If you survive the flight -- and the wood\'s ogres and arakkoa -- come back and we\'ll celebrate!','Speak with Rally Zapnabber to use the Zephyrium Capacitorium. Return to Tally Zapnabber at Toshley\'s Station.','I\'m glad you survied! You\'re the first!','','Dive into Danger.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10717,10958,3522,0,136,65,67,0,0,0,0,0,0,0,0,0,0,10747,0,0,'Poaching from Poachers','Pardon me, but I couldn\'t help but overhear your conversation with Chawn. I\'d like to help.$B$BI\'m studying the Blackwing Coven, and helping the druids in their dealings with them.$B$BI am very interested in acquiring a few of their dragon whelps; it would help us to gauge exactly what we\'re up against by understanding that which they revere.$B$BBut first, we\'re going to need to acquire some nets. I noticed that the wyrmcult poachers out in the Ruuan Weald have an abundance of them.','Collect 5 Wyrmcult Nets.','Oh, those look splendid. These cultists certainly have an eye for craftsmanship.$B$BToo bad for them that it\'s misdirected.$B$BAnd now that we have the nets, would you be willing to help little old me with a thing or two?','How\'s the procurement of nets coming along? From what I\'ve seen, those nets that the poachers use should be strong enough for the task at hand.','','','','','',31119,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10682,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10718,10958,3522,0,136,65,67,0,690,0,0,0,0,0,0,0,0,10614,0,0,'The Spirits Have Voices','$N, now that you can see me, there is something you must tell Rexxar. I know that he seeks his people, and I know where they are.$B$BThe Mok\'Nathal, as they are known, have a village to the east beyond the Razor Ridge.$B$BGo, give Rexxar this news. His people are in danger, and I know that he will want to come to their aid.','Speak with Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.','What is this you speak of?$B$BGarm Wolfbrother? He was the last chieftain of the Thunderlord clan. If you have communed with his spirit, then it must be true.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',10526,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10719,10958,3522,0,128,65,67,0,0,0,0,0,0,0,0,0,0,0,31120,1,'Did You Get The Note?','The cultist dropped this note, which apparently was to be delivered to Overseer Nuaar. It is signed by someone named Kolphis Darkscale.$B$BIt is likely that Tree Warden Chawn will be interested in looking at this.','Deliver the Meeting Note to Tree Warden Chawn at Evergrove in the Blade\'s Edge Mountains.','This is interesting, but disturbing. I wonder if Samia knows who this Kolphis Darkscale is?','What\'s that you have there? Is that a blood stain on that note?','','','','','',31120,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10720,10958,3522,0,128,65,67,0,690,0,0,0,0,0,0,0,0,10721,31141,1,'The Smallest Creatures','The ogres, simple as they are, would notice you dispersing this poison throughout their camp. Thus, I will teach you how to enlist the help of one of nature\'s smallest creatures to do this task.$b$bBy playing a simple rhythm on this drum, you can coax a marmot to follow your commands.$b$bThere is a den of marmots near the Bloodmaul camp, to the north, down in the Daggermaw Canyon past the Circle of Blood.$B$BOnce you have a marmot\'s aid, use it to disperse the poison to the Bloodmaul\'s kegs.','Use the Kodohide Drum at the Marmot Den. While controlling the Marmot, poison the three kegs in the Bloodmaul Camp.','For many long years I have concentrated my efforts on perfecting the ways of communicating with nature. This is but a small part of the untapped potential that beasts can bring to you.','Is it done?','','Poison the keg of Green Spot Grog','Poison the keg of Ripe Moonshine','Poison the keg of Fermented Seed Beer','',0,0,0,31141,0,0,0,0,0,1,0,0,22356,22367,22368,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10749,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10721,10958,3522,0,128,65,67,0,690,0,0,0,0,0,0,0,0,10785,31350,1,'A Boaring Time for Grulloc','$N, I have a pet boar named Huffer. He wants to help you to have some fun with one of the nearby sons of Gruul.$B$BGrulloc inhabits a place known as the Cursed Hollow. When you get there, let Huffer loose. The gronn will have a fine time chasing him around, and you will retrieve the bag that he guards and deliver it to Baron Sablemane.$B$BTo get to the Cursed Hollow, head down the northern ramp and east through Dragons\' End. The hollow is on the eastern edge.','Collect Grulloc\'s Sack.','$N, I have a pet boar named, Huffer. He wants to help you to have some fun with one of the nearby sons of Gruul.$B$BGrulloc inhabits a place known as the Cursed Hollow. When you get there, let Huffer loose. The gronn will have a fine time chasing him around, and you will retrieve the bag that he guards and deliver it to Baron Sablemane.$B$BTo get to the Cursed Hollow, head down the northern ramp and east through Dragons\' End. The hollow is on the eastern edge.','Back so soon? Have you come to deliver that which Rexxar owes me?','','','','','',31349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,38406,0,0,0,0,0,0,0,69900,0,0,0,0,'',10720,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10722,10958,3522,0,138,65,68,0,0,0,0,0,0,0,0,0,0,10748,0,0,'Meeting at the Blackwing Coven','I know what must be done! $N, you must pose as Overseer Nuaar and attend that meeting!$B$BThe wyrmcultists at the coven all have a standard outfit that they wear, so go collect scraps from them, and when you have enough, put together a disguise.$B$BPose as Overseer Nuuar and speak with Kolphis Darkscale to see what he has to say, and then return to Tree Warden Chawn.$B$BYou\'ll find the coven by heading through the Wyrmskull Tunnel and following the path past the Raven\'s Wood and Grishnath to its end.','Collect enough Costume Scraps from wyrmcultists to create an Overseer Disguise. Use the disguise to attend the meeting with Kolphis Darkscale.','Attack us? Wipe us out? I think not!$B$BThis Blackwing Coven has a great deal to learn if they think the Cenarion Expedition is so easily dealt with!$B$BWhat is it that they say? Turnabout is fair play!','What news do you bring? Do you know what the wyrmcultists are up to?','Meeting with Kolphis Darkscale attended','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10893,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10723,11685,3522,0,128,65,68,0,690,0,0,0,0,0,0,0,0,10724,31752,1,'Gorgrom the Dragon-Eater','The gronn we seek is Gorgrom the Dragon-Eater. With Sablemane\'s trap, you will make short work of the gronn. You will find him accepting sacrifices from the ogres of Boulder\'mok.$b$bFollow the road north from the Circle of Blood, then west at Ruuan Weald. Go northwest through the tunnel.$b$bFirst, kill the ogres for their heads. We will send a message. Set the trap at his altar. When he is dead, plant the grisly totems near him - none can mistake that message.$b$bTake the bear.$b$b','Collect 3 Grisly Totems from the Boulder\'mok ogres. Then, use Sablemane\'s Trap at Gorgrom\'s Altar to set the trap and summon and kill Gorgrom the Dragon-Eater.$b$bWhen Gorgrom is dead, place the 3 Grisly Totems near his corpse.','The ogres of Bloodmaul and their master, Gorgrom, will trouble the Mok\'Nathal no longer.$B$BHowever, I worry about the effect our actions will have on the other gronn. I believe we must end this fight once and for all.','The Bloodmaul ogres will trouble us no longer when this task is done.','','Plant Grisly Totem','','','',0,31752,0,0,0,0,0,1,0,0,0,0,22434,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,31542,31541,31543,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10785,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10724,10958,3522,0,128,65,67,1,690,0,0,0,0,0,0,0,0,10742,31144,1,'Prisoner of the Bladespire','Shortly after my arrival in the mountains, I came under attack by a group of Bladespire ogres.$b$bThough I fought free of them, and slew many, they took my wyvern, Leokk, captive. Spirit has found him, locked in a cage in the heart of the Bladespire encampment outside of Gruul\'s lair.$b$bOne of the ogres must carry his key. Find it and Spirit can use it to unlock Leokk\'s cage.$B$BYou will find the encampment at the north end of the Daggermaw Canyon down below.','Slay Bladespire ogres to get the Wyvern Cage Key. Once you have it, go to the Wyvern Cage and use Spirit\'s Whistle to summon Spirit, who will unlock the cage to free Leokk.','Leokk has brought to us the head from one of the black dragons at Dragon\'s End. With this, we will be able to infuriate Goc, the gronn that captured him, and lure him into battle.','It will be good to have Leokk\'s aid once again.','','','','Rescue Leokk','',31144,0,0,0,0,0,1,0,0,0,0,0,0,0,22435,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10723,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10725,10958,2562,0,128,70,70,0,0,0,0,0,967,42000,0,0,0,0,29286,1,'Eminence Among the Violet Eye','Your services have gone above and beyond what is expected of you, $N. You are but a step away from achieving the highest honor available to non-citizens of Dalaran.$B$BContinue to prove your loyalty to us and I will empower your signet to its full capacity.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Exalted reputation with the Violet Eye.','The signet you now hold is as powerful as that of any Archmage of the Council. Wear it wherever you go so that the initiated may recognize your allegiance. Wear it wherever you go so its power may serve you as you\'ve served us!','Hail, $N;! It is a great pleasure to see you once again.','','','','','',29286,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29287,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10738,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10726,10958,2562,0,128,70,70,0,0,0,0,0,967,42000,0,0,0,0,29291,1,'Eminence Among the Violet Eye','Your services have gone above and beyond what is expected of you, $N. You are but a step away from achieving the highest honor available to non-citizens of Dalaran.$B$BContinue to prove your loyalty to us and I will empower your signet to its full capacity.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Exalted reputation with the Violet Eye.','The signet you now hold is as powerful as that of any Archmage of the Council. Wear it wherever you go so that the initiated may recognize your allegiance. Wear it wherever you go so its power may serve you as you\'ve served us!','Hail, $N;! It is a great pleasure to see you once again.','','','','','',29291,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29290,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10739,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10727,10958,2562,0,128,70,70,0,0,0,0,0,967,42000,0,0,0,0,29282,1,'Eminence Among the Violet Eye','Your services have gone above and beyond what is expected of you, $N. You are but a step away from achieving the highest honor available to non-citizens of Dalaran.$B$BContinue to prove your loyalty to us and I will empower your signet to its full capacity.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Exalted reputation with the Violet Eye.','The signet you now hold is as powerful as that of any Archmage of the Council. Wear it wherever you go so that the initiated may recognize your allegiance. Wear it wherever you go so its power may serve you as you\'ve served us!','Hail, $N;! It is a great pleasure to see you once again.','','','','','',29282,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29283,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10740,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10728,10958,2562,0,128,70,70,0,0,0,0,0,967,42000,0,0,0,0,29278,1,'Eminence Among the Violet Eye','Your services have gone above and beyond what is expected of you, $N. You are but a step away from achieving the highest honor available to non-citizens of Dalaran.$B$BContinue to prove your loyalty to us and I will empower your signet to its full capacity.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Exalted reputation with the Violet Eye.','The signet you now hold is as powerful as that of any Archmage of the Council. Wear it wherever you go so that the initiated may recognize your allegiance. Wear it wherever you go so its power may serve you as you\'ve served us!','Hail, $N;! It is a great pleasure to see you once again.','','','','','',29278,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29279,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10741,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10729,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of the Violet Mage','','','Are you certain of your choice, $N? This is not a decision you ought to take lightly.$B$BThe Violet Signet will grow in power as you continue to prove yourself to the Violet Eye.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29284,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'10730 10731 10732',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10730,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of the Violet Restorer','','','Are you certain of your choice, $N? This is not a decision you ought to take lightly.$B$BThe Violet Signet will grow in power as you continue to prove yourself to the Violet Eye.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29288,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'10729 10731 10732',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10731,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of the Violet Assassin','','','Are you certain of your choice, $N? This is not a decision you ought to take lightly.$B$BThe Violet Signet will grow in power as you continue to prove yourself to the Violet Eye.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29280,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'10729 10730 10732',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10732,10958,2562,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of the Violet Protector','','','Are you certain of your choice, $N? This is not a decision you ought to take lightly.$B$BThe Violet Signet will grow in power as you continue to prove yourself to the Violet Eye.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29276,0,0,0,1,0,0,0,967,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'10729 10730 10731',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10733,10958,2562,0,128,70,70,0,0,0,0,0,967,9000,0,0,0,10738,29284,1,'Down the Violet Path','You\'ve chosen your path, $c. Now it is up to you to travel the path to wherever it may lead.$B$BYou will find that having friends among the Archmages of Dalaran has its advantages. Serve us well and your deeds will not go unrewarded.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Honored reputation with the Violet Eye.','You honor us with your service, $N. Behold as I unleash the power contained in your signet!','It is good to see you again, $N;.','','','','','',29284,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29285,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10729,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10734,10958,2562,0,128,70,70,0,0,0,0,0,967,9000,0,0,0,10739,29288,1,'Down the Violet Path','You\'ve chosen your path, $c. Now it is up to you to travel the path to wherever it may lead.$B$BYou will find that having friends among the Archmages of Dalaran has its advantages. Serve us well and your deeds will not go unrewarded.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Honored reputation with the Violet Eye.','You honor us with your service, $N. Behold as I unleash the power contained in your signet!','It is good to see you again, $N;.','','','','','',29288,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29289,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10730,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10735,10958,2562,0,128,70,70,0,0,0,0,0,967,9000,0,0,0,10740,29280,1,'Down the Violet Path','You\'ve chosen your path, $c. Now it is up to you to travel the path to wherever it may lead.$B$BYou will find that having friends among the Archmages of Dalaran has its advantages. Serve us well and your deeds will not go unrewarded.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Honored reputation with the Violet Eye.','You honor us with your service, $N. Behold as I unleash the power contained in your signet!','It is good to see you again, $N;.','','','','','',29280,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29281,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10731,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10736,10958,2562,0,128,70,70,0,0,0,0,0,967,9000,0,0,0,10741,29276,1,'Down the Violet Path','You\'ve chosen your path, $c. Now it is up to you to travel the path to wherever it may lead.$B$BYou will find that having friends among the Archmages of Dalaran has its advantages. Serve us well and your deeds will not go unrewarded.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Honored reputation with the Violet Eye.','You honor us with your service, $N. Behold as I unleash the power contained in your signet!','It is good to see you again, $N;.','','','','','',29276,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29277,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10732,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10737,10958,1941,0,128,68,70,0,0,0,0,0,0,0,0,0,0,9837,24489,1,'The Master\'s Touch','I\'ve put together the very key I used as an apprentice. It looks completely functional as far as keys go. In regards to opening Karazhan, however, this might as well be a piece of scrap metal.$B$BWithout Medivh\'s consent, the key is worthless. Yes, of course I know Medivh is dead. This merely makes things difficult, not impossible$B$BThere is a place in Azeroth called the Caverns of Time, guarded by the bronze dragonflight. Find a way inside, travel back in time and get Medivh to enable the key.','Go into the Caverns of Time and convince Medivh to enable your Restored Apprentice\'s Key.','','','','','','','',24489,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10738,10958,2562,0,128,70,70,0,0,0,0,0,967,21000,0,0,0,10725,29285,1,'Distinguished Service','You have not disappointed us, $N. We continue to have very high hopes for you, however.$B$BContinue to serve the Violet Eye and you will be appropriately rewarded.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Revered reputation with the Violet Eye.','Your services have not gone unnoticed, $N. Your signet may look the same, but its powers grow as you continue to prove your loyalty.','','','','','','',29285,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29286,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10733,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10739,10958,2562,0,128,70,70,0,0,0,0,0,967,21000,0,0,0,10726,29289,1,'Distinguished Service','You have not disappointed us, $N. We continue to have very high hopes for you, however.$B$BContinue to serve the Violet Eye and you will be appropriately rewarded.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Revered reputation with the Violet Eye.','Your services have not gone unnoticed, $N. Your signet may look the same, but its powers grow as you continue to prove your loyalty.','','','','','','',29289,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29291,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10734,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10740,10958,2562,0,128,70,70,0,0,0,0,0,967,21000,0,0,0,10727,29281,1,'Distinguished Service','You have not disappointed us, $N. We continue to have very high hopes for you, however.$B$BContinue to serve the Violet Eye and you will be appropriately rewarded.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Revered reputation with the Violet Eye.','Your services have not gone unnoticed, $N. Your signet may look the same, but its powers grow as you continue to prove your loyalty.','It is good to see you again. $N.','','','','','',29281,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29282,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10735,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10741,10958,2562,0,128,70,70,0,0,0,0,0,967,21000,0,0,0,10728,29277,1,'Distinguished Service','You have not disappointed us, $N. We continue to have very high hopes for you, however.$B$BContinue to serve the Violet Eye and you will be appropriately rewarded.','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Revered reputation with the Violet Eye.','Your services have not gone unnoticed, $N. Your signet may look the same, but its powers grow as you continue to prove your loyalty.','','','','','','',29277,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29278,0,0,0,1,0,0,0,967,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10736,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10742,10958,3522,0,128,65,70,1,690,0,0,0,0,0,0,0,0,0,31146,1,'Showdown','Now it comes to this. We will bring Goc forth from his lair, and we will destroy him. With Goc dead, the Bladespire ogres will threaten the Mok\'Nathal no longer. Go to Goc\'s altar outside Gruul\'s Lair, then blow my horn. I will come, and we will face the son of Gruul together.','Use Rexxar\'s Battle Horn at the Altar of Goc, then kill Goc.','The battle was hard and you fought well, $N. I am honored to have stood by your side in the battle against Goc. I am thankful beyond words.$B$BThe Mok\'Nathal should know of these great defeats, but I am not ready to face them yet. I know my father\'s mind, and I know my heart. There is still much I can learn and do to become stronger, to show to him that I am his true son.','Only through the deaths of Goc and Gorgrom the Dragon-Eater will we free the Mok\'Nathal.','','','','','',31146,0,0,0,0,0,1,0,0,0,0,0,0,20555,0,0,0,1,0,0,0,0,0,0,0,0,0,0,31546,31544,31545,31547,31549,31548,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10724,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10743,10958,3522,0,136,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRECATED]Hero of the Mok\'Nathal','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10744,10958,3520,0,136,67,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'News of Victory','You must bring word of our success to Kurdran Wildhammer immediately! His men, under Wing Commander Nuainn, have fought nonstop to keep Wildhammer Stronghold safe and your return will surely bolster their spirits. With the threat from the Legion out of the way, Kurdran can finally turn his attention to dealing with the forces of Illidan. Our place here is far from secure, but we\'ve won a major victory this day.','Return to Wildhammer Stronghold and speak with Kurdran Wildhammer.','$B$BThat is good news, indeed! Mere days ago, I wouldn\'t have dreamt that we could break the Legion\'s siege on the stronghold.$B$BNot only have you halted their offensive, but you\'ve broken the back of their war machine as well! You have the gratitude of the Wildhammer clan for your valor, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30973,30924,31025,31033,31031,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10612,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10745,10958,3520,0,136,67,70,0,690,0,0,0,0,0,0,0,0,0,0,0,'News of Victory','You must bring word of our success to Overlord Or\'barokh immediately! Now that we\'ve crushed the Legion and obliterated their presence in Shadowmoon Valley, the overlord can turn his attention to our other foes.$B$BAlthough the Kor\'kron guard will never admit it, they\'ll be glad we\'re no longer fighting on two fronts.','Return to Shadowmoon Village and speak with Overlord Or\'barokh.','$B$BExcellent news! Holding the line against the Legion\'s infernals was taking too many resources. Not that I expected my men to break, but they were greatly strained.$B$BYou have proven your worth to the Horde this day. The Kor\'kron guard would be honored to fight by your side anytime.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30973,30924,31025,31033,31031,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10613,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10746,10958,1941,0,136,70,70,0,0,0,0,0,990,42000,0,0,0,0,29304,1,'DEPRECATED Karazhan: LAB - E - Exalted Ring - Caster','Your accomplishments have gone beyond my greatest expectations, $N.$B$BYou step in and out of time as comfortably as any bronze dragon I\'ve known. You are destined for great power and I am more than pleased to help you on your way there.$B$BContinue to serve the Scale of the Sands and I will unleash your gift\'s full potential.','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','','','','','','','',29304,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29305,0,0,0,1,0,0,0,990,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10747,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,0,31129,1,'Whelps of the Wyrmcult','I need to examine the whelps that they are raising at the Blackwing Coven.$B$BThere should be an abundance of them flying around inside their cavernous base, as well as a number of eggs, which if you get close to them will likely hatch.$B$BPlease, $N, take the net and capture a handful of them alive for me.$B$BFind them by heading west across the Wyrmskull Bridge and heading through the Wyrmskull Tunnel. Follow the path to its end past Grishnath and the Raven\'s Wood.','Use the Blackwhelp Net to capture 10 Wyrmcult Blackwhelps.','Oh my goodness, these are more than I\'d hoped for! You are certainly to be lauded for your heroics!$B$BThis looks like a fine brood of blackwhelps to make a start with. Examining them, that is.$B$BPlease, accept this as payment. I insist!','Did you run into much trouble snatching the whelps? I hope you didn\'t get singed!','','','','','',31130,31129,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31509,31513,31515,31519,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10717,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10748,10958,3522,0,136,65,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maxnar Must Die!','They\'ve left us no choice, $N. It\'s time to put an end to the threat from the Blackwing Coven by taking out their leader, Maxnar the Ashmaw.$B$BI don\'t know if you caught a glimpse of him while you were in there, but he\'s one of the dragonkin, half-man, half-dragon. And he\'s tough, so don\'t underestimate him!$B$BFinish it quickly and with any luck you\'ll secure the safety of Evergrove and the Ruuan Weald.','Slay Maxnar the Ashmaw.','Now we can breathe more easily knowing that the leader of our enemy has been dealt with. Not only that, but you\'ve saved the entire mountain range from their depredations.$B$BWhatever their ultimate goals, you\'ve foiled them!$B$BYou have our gratitude, $N. Please accept this token of our esteem, as well as our unending hospitality.','You\'ve dealt with Maxnar the Ashmaw already?$B$BAre you having trouble finding him? As I understand it if you head to the right once you enter their caverns, it will eventually curve around and lead you to him.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21389,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31508,31511,31514,31520,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,89700,0,0,0,0,'',10722,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10749,10958,3522,0,128,65,67,0,690,0,0,0,0,0,0,0,0,10720,31135,1,'Baron Sablemane\'s Poison','Here, take this to your master. I\'m sure that whatever the reason, Rexxar will put it to good use.$B$BOh, and do be certain to remind him that he owes me.$B$BHe knows what I want, and I\'m certain that however he intends to obtain it for me, I\'ll be seeing you again sooner than you think.$B$BNow, do be a good little $g boy : girl; and run this up to Rexxar.','Deliver Baron Sablemane\'s Poison to Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.','This is unsavory business, this use of poisons. But it will do what we want.','$C, you are back so soon? Do you have the poison?','','','','','',31135,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',10715,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10750,10958,3520,0,132,68,70,1,690,0,0,0,0,0,0,0,0,10751,31108,1,'The Path of Conquest','Word has come from my wind riders, $N. The Eclipsion blood elves are planning something big. They have begun forming their armies at the Path of Conquest, far to the southeast - adjacent to Eclipse Point.$B$BI want you to travel to the Path of Conquest and assess the situation. Once you have done so, use this flare gun to signal a wind rider. One will swoop down from the sky to meet you. Inform them of what you have discovered and they will give you your next set of orders.','Travel to the Path of Conquest in Shadowmoon Valley. ','Indeed, these troublesome whelps are up to something insidious. We must investigate further...','What have you to report, soldier?','The Path of Conquest Discovered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,4581,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(10751,10958,3520,0,136,68,70,1,690,0,0,0,0,0,0,0,0,10765,0,0,'Breaching the Path','We\'re going to need more time, $r. I\'m going to fly further ahead with some of the other wind riders. Hopefully, we can gather some more information. What I need from you now is to clear a path and more importantly, keep their arrows pointed away from us!$B$BCall for a wind rider with the Kor\'kron flare gun once you have thinned their numbers.','Slay 20 Eclipsion Soldiers, 10 Eclipsion Cavaliers, and 10 Eclipsion Spellbinders.','You won\'t believe this, grunt.','What have you to report, soldier?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22016,22018,22017,0,20,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10750,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10752,10958,331,0,128,18,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Onward to Ashenvale','Recently Raene Wolfrunner came through Auberdine from Darnassus and was heading to Ashenvale; she said something about the Furbolgs. I wasn\'t given an opportunity to ask more about her situation but perhaps you can seek her out and lend her your aid $C. Take the southern road out of Auberdine. Once you reach Ashenvale border continue your path down the road. There you will find Astranaar and Raene Wolfrunner.','Speak with Raene Wolfrunner in Astranaar.','So Thundris Windweaver still thinks I need looking after? I\'ll need to remind him who saved whom; he seems to forget it was I that pulled him from harm\'s way.$B$BWell now that you\'re here, $R, perhaps I can find something for you to do.','','','','','','',0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'990',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10753,10958,3522,0,8,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'Culling the Wild','The number of atrocities committed by the Burning Legion is countless. Even as we speak, they send their legion forces against the creatures of this land. Helpless to defend against their power, they fall one by one. $N, help me stop these crimes of nature destroy all which they corrupt. $B$BOver the hill, east of here, you will see the corruption spreading across Bladed Gulch. Kill the ones causing the crime, the Fel Corrupters, and as many Felsworn as you can.','Slay 4 Felsworn Scalewing, 4 Felsworn Daggermaw, and 2 Fel Corrupters.','I do not pride myself knowing we destroyed what Elune has created, but the corruption needed to be stopped. You have done well $C.','Have you delivered the hand of justice?','','','','','',0,0,0,0,0,0,1,0,0,0,0,0,21123,21124,21300,0,4,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,29000,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10754,10958,3483,0,128,68,70,0,1101,0,0,0,0,0,0,0,0,10762,31239,1,'Entry Into the Citadel','This freshly cast mold was to be used to create a key of some sort. From the image engraved on its back, it appears to be related to Hellfire Citadel.$B$BMaybe this could prove to interest to Danath, the force commander at Honor Hold.','Bring the Primed Key Mold to Force Commander Danath at Honor Hold in Hellfire Peninsula.','Could this be? Let me take a closer look at that mold.','You\'ve something to show me, $N?','','','','','',31239,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10755,10958,3483,0,128,68,70,0,690,0,0,0,0,0,0,0,0,10756,31241,1,'Entry Into the Citadel','This freshly cast mold was to be used to create a key of some sort. From the image engraved on its back, it appears to be related to Hellfire Citadel.$B$BMaybe this could prove to interest to Nazgrel, the leader of the Horde\'s forces in Thrallmar.','Bring the Primed Key Mold to Nazgrel at Thrallmar in Hellfire Peninsula.','A key mold? Could this be what grants us access to the Shattered Halls?','You\'ve something to show me, $N?','','','','','',31241,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10756,10958,3483,0,128,68,70,0,690,0,0,0,0,0,0,0,0,10757,31245,1,'Grand Master Rohok','The symbol on the key\'s handle... it is hard to make it out inside the mold, but I recognize it as the Shattered Hand\'s own.$B$BThere is a good chance this key will allow you to enter the Shattered Halls.$B$BSpeak to Rohok, our resident blacksmith. If anyone can forge this key it is he.','Bring the Primed Key Mold to Rohok at Thrallmar in Hellfire Peninsula.','Nazgrel wants me to work on a key? Does he forget we\'re in a battlefield? There are blades and spears to forge!','What is this?','','','','','',31245,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10755,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10757,10958,3483,0,136,68,70,0,690,0,0,0,0,0,0,0,0,10758,0,0,'Rohok\'s Request','Fel orc blacksmiths may not be the most skilled in the world, but there is some craftsmanship to their trade. Only fel iron can be used with this mold if we want to end up with a working key - anything else would probably end up breaking it.$B$BBring me some fel iron bars, a bit of arcane dust and motes of fire. I\'ll try my hand at it, but I make no promises.','Bring 4 Fel Iron Bars, 2 Arcane Dust and 4 Motes of Fire to Rohok at Thrallmar in Hellfire Peninsula.','Excellent. Let\'s give it a shot.','Have you obtained the materials I requested?','','','','','',23445,22445,22574,0,0,0,4,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10756,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10758,10958,3483,0,128,68,70,1,690,0,0,0,0,0,0,0,0,0,31251,1,'Hotter than Hell','It\'s no good, $N! No matter how many coals I put to the fire, it\'s just not enough heat.$B$BThere\'s only one thing I can think of that is hot enough to temper this key and it is the insides of the Legion\'s fel reavers.$B$BI\'ve only ever seen one downed once. I remember seeing its insides fuming, shooting fire and steam as it fell. Take this mold and plunge it into a fallen fel reaver. I recommend you get yourself some friends if you plan to take one down.','Destroy a Fel Reaver in Hellfire Peninsula and plunge the Unfired Key Mold into its remains. Bring the Charred Key Mold to Rohok in Thrallmar.','You\'ve succeeded! Only thing left for you to do is try it out.','Did you do what I asked of you, $c?','','','','','',31252,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28395,0,0,0,1,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10757,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10759,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10777,0,0,'Find the Deserter','I get the feeling that all the pieces are here, but I just can\'t put them together in a way that makes sense.$B$BI think our best lead is to attempt to locate this deserter. If he left his comrades at the camp, there\'s a chance you might be able to persuade him to help us understand what the dark conclave arakkoa are planning.$B$BStart your search for him along the road in Magma Fields to the northwest. It seems a likely place for him to take refuge.','Locate Parshah in the Magma Fields and speak to him.','$B$BYes, I am the deserter mentioned in the commander\'s journal. I have been waiting for the day when others might recognize the threat posed by those I once called brothers.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10569,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10760,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10761,0,0,'The Sketh\'lon Wreckage','The Sketh\'lon Wreckage, just to the east, is an eerie place. The peons are convinced that it\'s cursed.$B$BThere are few trees here, so the peons have no choice but to venture into the arakkoa ruins to chop wood. The arakkoa spirits prey on the work groups, draining their life and using it to fuel their foul magics.$B$BWe must find out what is driving the dark conclave and stop them before their influence expands. Search the Sketh\'lon Wreckage for evidence of their plans.','Recover the Skethlon Commander\'s Journal Page 1, Skethlon Commander\'s Journal Page 2, and Skethlon Commander\'s Journal Page 3 from the Dark Conclave arakkoa at the Sketh\'lon Wreckage to Sergeant Kargrul at Shadowmoon Village.','I don\'t see much of use here, but there are a couple of entries that could prove useful. It looks as though these arakkoa were preparing some kind of elaborate magical ritual up until the time of their deaths, but why? There\'s also a curious note here about a \'deserter.\'','What have you discovered?','','','','','',31260,31261,31262,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10761,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10777,0,0,'Find the Deserter','There\'s nothing here that would explain why the spirits of these arakkoa have remained in this world or how they came into thirst for the blood of orcs.$B$BI think our best lead is to try to find the deserter mentioned in the journal. If he left his comrades at the camp, there\'s a chance you might be able to persuade him to help us understand what the dark conclave arakkoa are planning.$B$BStart your search for him on the road through the Magma Fields to the southeast.','Locate Parshah in the Magma Fields and speak to him.','$B$BYes, I am the deserter mentioned in the commander\'s journal. I have been waiting for the day when others might recognize the threat posed by those I once called brothers.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10760,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10762,10958,3483,0,128,68,70,0,1101,0,0,0,0,0,0,0,0,10763,31245,1,'Grand Master Dumphry','The symbol on the key\'s handle... it is hard to make it out inside the mold, but I recognize it at the Shattered Hand\'s own.$B$BThere is a good chance this key will allow you to enter the Shattered Halls.$B$BSpeak to Dumphry. He is a master of his craft. If he can\'t craft this key for you, no one can.','Bring the Primed Key Mold to Dumphry in Honor Hold.','A key? Danath should have us working on siege engines!','What is this?','','','','','',31245,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10754,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10763,10958,3483,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,10764,0,0,'Dumphry\'s Request','Fel orcs might be complete barbarians but their smithing is not as primitive as you might think. Only fel iron can be used with this mold if we want to end up with a working key - anything else would probably end up breaking it.$B$BBring me some fel iron bars, a bit of arcane dust and motes of fire. I\'ll try my hand at it, but I make no promises.','Bring 4 Fel Iron Bars, 2 Arcane Dust and 4 Motes of Fire to Dumphry at Honor Hold in Hellfire Peninsula.','Let\'s try it then. Let\'s see what fel orc crafting is all about.','Have you obtained the materials I requested?','','','','','',23445,22445,22574,0,0,0,4,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10762,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10764,10958,3483,0,128,68,70,1,1101,0,0,0,0,0,0,0,0,0,31251,1,'Hotter than Hell','It\'s not working, $g lad : lass;. I cannot give it enough heat... the materials will not be properly tempered.$B$BYou know, the Fel Reavers used by the Burning Legion are powered by a scalding core of fel fire - it burns much hotter than normal fire.$B$BIf you could find enough people to take one down, you could heat the mold in the insides of the fallen reaver. Beware, $c, those fel reavers pack quite a punch.','Destroy a Fel Reaver in Hellfire Peninsula and plunge the Unfired Key Mold into its remains. Bring the Charred Key Mold to Dumphry in Honor Hold.','You\'ve done it, laddie! Only thing left to do is for you to take it to Hellfire Citadel and kill yourself some orcs!','Did you do what I asked of you, $C?','','','','','',31252,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28395,0,0,0,1,0,0,0,946,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10763,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10765,10958,3520,0,136,68,70,1,690,0,0,0,0,0,0,0,0,10768,0,0,'When Worlds Collide...','At the southern end of the Path of Conquest, near a stationary caravan, I discovered what looked like a meeting between a giant and a blood elf chancellor. You\'ve probably already noticed the smaller giants on the path as well. Something is just not right about all of this, grunt.$B$BI want you to fight your way to this meeting and break up the party. Recover whatever you can from the scene and then call for one of us with the flare gun.','Slay Chancellor Bloodleaf and Corok the Mighty and recover Illidan\'s Command.','So they are attempting to gain the favor of the giants. eh? I have a plan that promises to sever this unholy union.','What have you to report. soldier?','','','','','',31271,0,0,0,0,0,1,0,0,0,0,0,0,22012,22011,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10751,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10766,10958,3520,0,136,67,69,0,1101,0,0,0,0,0,0,0,0,10606,0,0,'Invasion Point: Cataclysm','Now that we have access to the Legion\'s base at Invasion Point: Cataclysm, we need to figure out a way to shut down their operations there. Wildhammer Stronghold won\'t be safe until the Legion\'s presence is erased from Shadowmoon Valley.$B$BI\'ve sent an advance party up to the invasion point to help you formulate a plan to destroy the Legion\'s supplies. Go back to Legion Hold and step into the teleporter with the green crystals above it. Plexi will meet you at your destination.','Report to Plexi at Invasion Point: Cataclysm.','Pleased to meet you, $N. Name\'s Plexi.$B$BI won\'t bore you with formalities. We both know why we\'re here. Now, let\'s get to work.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10589,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10767,10958,3520,0,136,67,69,0,690,0,0,0,0,0,0,0,0,10611,0,0,'Invasion Point: Cataclysm','Now that we have access to the Legion\'s base at Invasion Point: Cataclysm, we need to figure out a way to shut down their operations there. Shadowmoon Village won\'t be safe until the Legion\'s presence is erased from the valley.$B$BI\'ve sent an advance party up to the invasion point to help you formulate a plan to destroy the Legion\'s supplies. Go back to Legion Hold and step into the teleporter with the green crystals above it. Nakansi will meet you at your destination.','Report to Nakansi at Invasion Point: Cataclysm.','You must be the $R Blood Guard Gulmok told me to expect. I have a plan in mind, but I\'ll need your help to complete the preparations.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10604,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10768,10958,3520,0,136,68,70,1,690,0,0,0,0,0,0,0,0,10769,0,0,'Tabards of the Illidari','The wind riders must return to Shadowmoon Village to prepare for the next phase of our assault. What I need from you now are the tabards that these blood elves wear.$B$BWhen you have collected enough tabards, call for a wind rider using the Kor\'kron flare gun. Prepare yourself for a bit of espionage, $r!','Collect 10 Illidari Tabards.','Ah-ha! These will do quite nicely.','What have you to report, soldier?','','','','','',31278,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10765,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10769,10958,3520,0,128,68,70,1,690,0,0,0,0,0,0,0,0,0,31279,1,'Dissension Amongst the Ranks...','Researcher Tiorus was kind enough to put this concoction together for the final strike. I merely pour it upon this tabard that you have provided for me and the item is imbued with the essence of the Illidari filth.$B$BTake the enchanted tabard and travel to the Eclipsion Fields, southwest of Eclipse Point. Once there, use the tabard to transform into an agent of Illidan. While in disguise, slay the crazed colossi that wander the field. They will think it an attack by the Eclipsion and sever all ties!','Slay 5 Crazed Colossus while in disguise as an Illidari blood elf and return to Overlord Or\'barokh at Shadowmoon Village in Shadowmoon Valley. He will also want his Kor\'kron Flare Gun returned.','Well, well, well... If it isn\'t the grunt I sent out into the field. You\'re back and in one piece.$B$B$B$BI knew you wouldn\'t let me down, soldier. You\'ve stopped a major Illidari advance and, in doing so, earned yourself a little reward.','You have returned!','','Crazed Colossus slain while in disguise','','','',0,31108,0,0,0,0,0,1,0,0,0,0,22051,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,31075,31077,31076,31078,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10768,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10770,10958,3522,0,136,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'Little Embers','Northeast of here, on the plateau above us lies the burnt ashes of my ancient home. A great wood flourished there before the Burning Legion sent their imps to burn us away. So many died that even centuries later my tired old heart hungers for revenge. There are too many of them for us to ever reclaim the land, but you could make them afraid.$B$BSurely you will help me?','Mosswood the Ancient wants you to kill 8 Scorch Imps and then return to him in Ruuan Weald. ','There are so many that we can never kill them all, but you have given me hope. Perhaps I shall try a little harder for another few centuries to revive my beloved wood.','Soon I will sleep the deep sleep of the forest. Before I dig my roots deep and close these old eyes forever I hope to know that those wretched imps suffered and perished.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21021,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10771,10958,3522,0,128,65,67,0,0,0,0,0,0,0,0,0,0,0,31300,1,'From the Ashes','If you follow the road east and up the side of the mountain, then turn north, you will come to my long lost home.$b$bOnce there was a wood there. Its name is forgotten. Long ago the Burning Legion summoned scorched imps and other creatures of flame. My home was destroyed and my people fled. Now only I remain. $B$BI have saved some ironroot seeds that could be planted in fertile volcanic soil. Their magic is strong. Do this for me and I will share with you the treasures of a forgotten age.','Mosswood the Ancient wants you to journey to Skald and plant Ironroot Seeds in three different mounds of Fertile Volcanic Soil and then return to him in Ruuan Weald.','You destroyed many of those foul little creatures. I can rest easier knowing that so many were destroyed.','Is it done? Did you return some life to my ancient home?','','Southern Volcanic Soil','Central Volcanic Soil','Northern Volcanic Soil','',0,0,0,31300,0,0,0,0,0,1,0,0,-185124,-185147,-185148,0,1,1,1,0,29773,29773,29773,0,0,0,0,0,31414,31416,31415,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10772,10958,3520,0,132,68,70,1,1101,0,0,0,0,0,0,0,0,10773,31310,1,'The Path of Conquest','My gryphon riders have come back with a bit of news! The Eclipsion blood elves are planning something big. They\'ve begun forming their armies at the Path of Conquest, located east of here - adjacent to Eclipse Point.$B$BI want you to travel to the Path of Conquest and assess the situation. Once you\'ve done so, use this flare gun to signal a gryphon rider. One will swoop down from the sky to meet you. Tell \'em what you\'ve discovered and they\'ll give you the next set of orders.','Travel to the Path of Conquest in Shadowmoon Valley.','Indeed, these troublesome whelps are up to something insidious. We must investigate further...','What have you to report, soldier?','The Path of Conquest Discovered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,4588,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10773,10958,3520,0,136,68,70,1,1101,0,0,0,0,0,0,0,0,10774,0,0,'Breaching the Path','We\'re going to need more time, $r. I\'m going to fly further ahead with some of the other gryphon riders. Hopefully, we can gather some more information. What I need from you now is to clear a path and more importantly, keep their arrows pointed away from us!$B$BCall for a gryphon rider with the Wildhammer flare gun once you have thinned their numbers.','Slay 20 Eclipsion Soldiers, 10 Eclipsion Cavaliers, and 5 Sons of Corok.','You won\'t believe this, soldier!','What have you to report, soldier?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22016,22018,19824,0,20,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10772,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10774,10958,3520,0,136,68,70,1,1101,0,0,0,0,0,0,0,0,10775,0,0,'Blood Elf + Giant = ???','At the southern end of the Path of Conquest, near a stationary caravan, I discovered what looked like a meeting between a giant and a blood elf chancellor. What are giants even doing here? Something is just not right about all of this, grunt.$B$BI want you to fight your way to this meeting and break up the party. Recover whatever you can from the scene and then call for one of us with the flare gun.','Slay Chancellor Bloodleaf and Corok the Mighty and recover Illidan\'s Command.','So they are attempting to gain the favor of the giants, eh? I have a plan that could serve to sever this unholy union.','What have you to report, soldier?','','','','','',31271,0,0,0,0,0,1,0,0,0,0,0,0,22012,22011,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10773,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10775,10958,3520,0,136,68,70,1,1101,0,0,0,0,0,0,0,0,10776,0,0,'Tabards of the Illidari','The gryphon riders must return to Wildhammer Stronghold to prepare for the next phase of our assault. What I need from you now are the tabards that these blood elves wear.$B$BWhen you have collected enough tabards, call for a gryphon rider using the Wildhammer flare gun. Prepare yourself for a bit of espionage, $r!','Collect 10 Illidari Tabards.\n','Ah-ha! These will do quite nicely.','What have you to report, soldier?','','','','','',31278,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10774,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10776,10958,3520,0,128,68,70,1,1101,0,0,0,0,0,0,0,0,0,31279,1,'Dissension Amongst the Ranks...','Gnomus was kind enough to put this concoction together for the final strike. I merely pour it upon this tabard that you have provided for me and the item is imbued with the essence of the Illidari filth.$B$BTake the enchanted tabard and travel to the Eclipsion Fields, southwest of Eclipse Point. Once there, use the tabard to transform into an agent of Illidan. While in disguise, slay the crazed colossi that wander the field. They will think it an attack by the Eclipsion and sever all ties!','Slay 5 Crazed Colossus while in disguise as an agent of Illidan and return to Thane Yoregar at Wildhammer Stronghold in Shadowmoon Valley. He will also want his Wildhammer Flare Gun returned.','Well, well, well... If it isn\'t the soldier I sent out into the field. You\'re back and in one piece.$B$B$B$BI knew you wouldn\'t let me down, soldier. You\'ve stopped a major Illidari advance and, in doing so, earned yourself a little reward.','You have returned!','','Crazed Colossus slain while in disguise','','','',0,31310,0,0,0,0,0,1,0,0,0,0,22051,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,31075,31077,31076,31078,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10775,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10777,10958,3520,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10778,0,0,'Asghar\'s Totem','What you read in the commander\'s journal is true. While the orcish Horde massed under Gul\'dan, my people sought to defend ourselves from the threat by striking against him. Gul\'dan learned of their intentions and cast a mighty spell that destroyed our camps and twisted the spirits of my brothers.$B$BThey must be stopped before they unleash a greater evil. In the Sketh\'lon Wreckage to the north, seek out Asghar and bring me the totem he carries. With it, we can begin to thwart the dark conclave\'s plans.','Bring the Sketh\'lon War Totem to Parshah in the Magma Fields.','$B$BGood. This old totem hasn\'t lost its power over the years, but it alone is not enough to stop the dark conclave.','Have you recovered the totem from Asghar?','','','','','',31169,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10761,10759,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10778,10958,3520,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10780,0,0,'The Rod of Lianthe','The totem alone is not strong enough to counteract the sinister magics of the dark conclave.$B$BWe can combine it with other objects of power, forming a staff to focus the energies. We cannot rescue my brethren from the depths of their depravity, but we can stop them.$B$BOne of the items I need for the staff is the Rod of Lianthe, held by the blood elves at Eclipse Point to the southeast. It is kept in a pavilion on the top tier of the ruins and will be heavily guarded. Use caution, $N.','Obtain Lianthe\'s Key from any of the blood elves at Eclipse Point and use it to open Lianthe\'s Strongbox and claim the Rod of Lianthe. Return the rod to Parshah in the Magma Fields.','Well done. Such a treasure deserves better than to be shut away in a dark chest. We shall see it used for a worthy purpose.','Did you manage to get the rod?','','','','','',31316,31317,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10777,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10779,10958,0,261,136,10,10,0,0,4,0,0,0,0,0,0,0,9591,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Huntress Kella Nightbow at LOCATION. She can put you on the path to earning a pet of your own.','Speak with Huntress Kella Nightbow at LOCATION.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10780,10958,3520,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10782,0,0,'Sketh\'lon Feathers','There is one last element missing from the staff. We must direct the staff\'s power toward the Dark Conclave spirits.$B$BWe can do that by gathering feathers scattered on the ground at the Sketh\'lon Base Camp and using them in the staff. The base camp is to the south, east of Wildhammer Stronghold.$B$BGul\'dan\'s magic utterly destroyed my brethren, leaving only their spirits, but it did not stop there. The magic fed on the spell the arakkoa were preparing, forging a sinister force that engulfed the spirits.','Gather 8 Sketh\'lon Feathers and bring them to Parshah in the Magma Fields.','$B$BIt would\'ve been better if they had died that day, but nothing is ever that simple. That Gul\'dan\'s magic would turn them into the kind of threat they tried to stop is a particularly cruel twist of fate.','Have you gathered the feathers for the staff?','','','','','',31324,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10778,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10781,10958,3520,0,130,68,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of the Crimson Watch','They are probably searching for you on the Path of Conquest as we speak. You must make your escape, $r!$B$BLeave me, I\'m done for... They... I think I hear them coming. It\'s now or never! Get out! If you choose to stay, you will have to fight!$B$BIf you fight and somehow manage to survive, take what you have learned here and deliver that knowledge to A\'dal in Shattrath City.','Battle the forces of Illidan at Crimson Watch and survive!$B$BReturn to A\'dal at Shattrath City should you emerge the victor.','This Crimson Sigil will be investigated. They pose a threat to all life on Draenor. I foresee a day when their dark master has to answer for his crimes. Perhaps it will be you who brings him to justice, hero.','','Crimson Sigil Forces Annihilated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31380,31381,31382,31383,0,0,1,1,1,1,0,0,31408,0,0,0,1,0,0,0,935,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10793,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10782,10958,3520,0,128,67,69,0,0,0,0,0,0,0,0,0,0,10808,31360,1,'Imbuing the Headpiece','The staff is nearly finished!$B$BAll that remains is to imbue the headpiece with power flowing from the echoes of Gul\'dan in this accursed place. To the east, near the Fel Pits and south of the Deathforge, is the Altar of Damnation.$B$BThere, fragments of Gul\'dan\'s past are trapped. When you carry the unfinished headpiece of the staff into the area around the altar, don\'t be surprised if some of the entities react to it. You will be carrying a dangerous object with strong connections to the cataclysm.','Equip the Unfinished Headpiece, travel to the Altar of Damnation, and use it while standing near Gul\'dan. When the headpiece is energized, return to Parshah in the Magma Fields.','$B$BThis holds the power that we\'ll need to disrupt the dark conclave\'s efforts in the Sketh\'lon Base Camp.','Have you returned with the imbued headpiece?','','','','','',31365,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10780,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10783,10958,3522,0,136,62,67,0,690,0,0,0,0,0,0,0,0,10715,0,0,'Baron Sablemane','Here is my plan. We will poison the ogres and then destroy their gronn master.$b$bDuring my travels in these mountains, I met a man named Baron Sablemane. He is a master of the alchemical arts, and may be convinced to assist us.$b$bYou will find him at the Circle of Blood, down in the canyon to the north of here. Whatever price he requires, I will leave it to your discretion to accept.','Speak with Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.','Hello, $R. I am Baron Sablemane. A friend of Rexxar\'s is a friend of mine.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',10714,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10784,10958,3522,0,136,65,67,0,690,0,0,0,0,0,0,0,0,0,0,0,'Crush the Bloodmaul Camp','$B$B$N, you\'ve done us more than proud in the fight against the ogres so far. And while I have every confidence in what Rexxar has planned, I would still ask that you crush the ogres at Bloodmaul Camp before returning.$B$BThat way we\'ll be doubly certain of the outcome.$B$BTo get there, head north down the ramp out of Thunderlord. Then, at the base of the ramp, head west across Dragons\' End and north through the Churning Gulch and Daggermaw Canyon.','Slay 10 Bloodmaul Maulers and 5 Bloodmaul Warlocks.','$B$BYou continue to impress me, $N. Every time one of those stinking ogres is felled, we come one step closer to ridding ourselves of an unworthy foe.','Have you destroyed the Bloodmaul Camp yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19993,19994,0,0,10,5,0,0,0,0,0,0,0,0,0,0,31537,31538,31539,31540,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10749,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10785,10958,3522,0,128,65,67,0,690,0,0,0,0,0,0,0,0,10723,31351,1,'It\'s a Trap!','There\'s is no cause of fury greater in this world than that of Gruul and his sons. They slaughtered my people - my children - and now I will have revenge.$B$BI have fashioned a trap from dragon fire, and if you\'re clever enough, you can use it to kill even a gronn.$B$BJust hurry, take the trap to Rexxar. My thirst for revenge must be quenched.','Deliver the Dragonfire Trap to Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.','Hmm, a trap fashioned from the essence of dragon fire? I wonder how Sablemane comes by such rarified substances?$B$BIt does not matter. What does matter is that we are going to use it to slay a son of Gruul.','Did you recover whatever was in that gronn\'s sack for Sablemane? What has he given us?','','','','','',31351,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',10721,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10786,10958,3522,0,136,65,68,0,690,0,0,0,0,0,0,0,0,0,0,0,'Slaughter at Boulder\'mok','I know that Rexxar has plans for you to head to Boulder\'mok. I have something that I want you to do while you are there.$B$BWe must take any chance we can get to strike down the ogres of these mountains, or they will overrun us, and all that we have bled and died for will be for nothing!$B$BBoulder\'mok lies far to the northwest. Travel north to Ruuan Weald, and from there head west through the tunnel and past the Raven\'s Wood.$B$B$N, I want you to kill the Bladespire ogres of Boulder\'mok. Wipe them out!','Slay 5 Boulder\'mok Brutes and 3 Boulder\'mok Shaman, and then return to Tor\'chunk Twoclaws at Thunderlord Stronghold in the Blade\'s Edge Mountains.','$B$BAh, I wish that I could have been there with you. Let me tell you something, $N: never accept any duty that keeps you from the glory of battle!$B$BHah! After all of the ogre killing that you\'ve done, are there any still left in these mountains for me?!','We have come a long way in a short time, you and I. I dare say that you are the most capable ogre hunter that I have ever known.$B$BI trust then that you will deal with the Boulder\'mok ogres soon?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21046,21047,0,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,89700,0,0,0,0,'',10785,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10787,10958,3522,0,136,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRECATED]The Dragons of Dragons\' End','We must do something that will infuriate Goc if we\'re to face him.$B$BAnd now that you\'ve freed &&&, I think I know just what will do!$B$BWhen you are ready, let me know, and I will ask &&& to fly you out to one of the dragon corpses impaled upon the rocks at Dragons\' End.$B$BRecover the corpse and bring it back to me here so that we can create something that is sure to bring Goc out of hiding!','Rexxar has asked you to speak to him about riding &&& out to Dragons\' End to recover a Black Dragon Corpse. Return to him at Thunderlord Stronghold in the Blade\'s Edge Mountains when you have it.','','','','','','','',31469,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10788,10958,0,61,136,10,-1,0,512,256,0,0,0,0,0,0,0,9529,0,0,'Return to Talionia','One of your masters, Talionia, in Silvermoon City has sent a summons for you, $n. I\'m certain it is time you learned to summon and control a more powerful demon, so I suggest you see her at once. I understand Talionia is found in The Sanctum, a cozy little den of evil found along Murder Row.','Speak with Talionia in Silvermoon City.','So the world traveler returns...$B$BI hope my sarcasm is evident, $N, for you have inconvenienced me greatly by forcing me to send out a summons. Consider that you are but a felguard\'s hair away from incineration, and they don\'t have any hair.$B$BPay attention closely, this is not a lesson you\'ll get twice.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10789,10958,0,61,136,10,-1,0,16,256,0,0,0,0,0,0,0,1473,0,0,'Return to Carendin Halgar','Ah, so there you are, $n.$b$bCarendin Halgar has sent out word for you to come see him in the Magic Quarter of Undercity. He is not known for his patience, so I would not wait long.','Speak with Carendin Halgar in Undercity.','Yes, I can see it in your eye sockets. You are eager to learn more.$B$BVery well, this is a lesson we\'ll both enjoy.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'1478',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10790,10958,0,61,136,10,-1,0,2,256,0,0,0,0,0,0,0,1501,0,0,'Return to Gan\'rul Bloodeye','You are a long way from home, $r. Perhaps it is time you returned to learn from your master, Gan\'rul Bloodeye. His knowledge is known to all of our craft, even those of us here.$b$bGan\'rul dwells in the Cleft of Shadow in Orgrimmar.','Speak with Gan\'rul Bloodeye in Orgrimmar.','It is the forbidden knowledge you hunger for, is it? I can give you that...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'1506',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10791,10958,3519,0,128,62,64,0,690,0,0,0,0,0,0,0,0,0,31344,1,'Welcoming the Wolf Spirit','I\'ve nearly completed the vestments that I\'ll wear during the ceremony. As I add the finishing touches, I\'d like you to set this incense by the candles near the runestone to my left.$B$BI believe it will help us to attract the wolf spirit\'s attention, since it was made in the days of the orcish clans. I can almost imagine my ancestors using it in a ceremony paying tribute to the wolf spirit after a successful hunt.$B$BOnce you\'ve placed the incense, I\'ll begin the ceremony.','Use the Ceremonial Incense near the candles in Malukaz\'s hut and observe the ceremony. When the ceremony is complete, speak with Malukaz again.','This is incredible! I set out on this journey unsure of whether the wolf spirit would answer our summons and now it feels as though he\'s always been here. Perhaps he was, $N.$B$BPerhaps he was waiting for the orcs to realize what their choices had wrought.','Reestablishing ties with the wolf spirit is just the beginning of my journey, not the end.','','','Help Malukaz Summon the Wolf Spirit','','',31344,0,0,0,0,0,1,0,0,0,0,0,0,18384,0,0,0,1,0,0,0,0,0,0,0,0,0,0,25974,25977,25976,25975,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',10023,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10792,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,0,0,0,'Zeth\'Gor Must Burn!','The Bleeding Hollow clan have betrayed their noble heritage! We, the orcs who fought and died to save ourselves from the fel taint of Mannoroth, look upon our vile cousins and see only weakness and ignobility... and for that, they must burn!$B$BEnter Zeth\'Gor, their bastion to the east, and burn their buildings. Kill peons for their torches, ignite them at their forge, and hurl the burning torches at their hovels, their stable and their barracks. Burn them all, and then return to me!$B$BFor the Horde!','Kill Bleeding Hollow Peons for their torches, ignite them at Zeth\'Gor\'s forge then throw the burning torches at Zeth\'Gor Buildings.','Hah! I could see the smoke and flames of Zeth\'Gor from here! May the Bleeding Hollow fiends burn to ash and drift far from the sight of any true orc!$B$BThank you, $N. You helped burn away an afront to every orc\'s spirit.','Zeth\'Gor must burn, $N! Speak with me again when your task is complete.','','Barracks Burned','Eastern Hovel Burned','Western Hovel Burned','Stable Burned',0,0,0,0,0,0,0,0,0,0,0,0,20813,20815,20816,20814,1,1,1,1,35724,35724,35724,35724,0,0,0,0,27732,27731,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10809,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10793,10958,3520,0,128,68,70,1,0,0,0,0,0,0,0,0,0,10781,31345,1,'The Journal of Val\'zareq: Portends of War','This journal documents the recent activities of Illidan\'s armies. It also explains why Val\'zareq was parading around the Path of Conquest. He was personally responsible for the capture of a high general of the Sha\'tar.$B$BThis general is being held at a post known as Crimson Watch, located at the southern end of the Path of Conquest. A mysterious faction, calling itself the Crimson Sigil, is charged with his incarceration. If you choose to investigate, it would be wise to bring allies.','Locate Marcus Auralion, High General of the Sha\'tar, at Crimson Watch.$B$BLook for him inside a crystalline prison.','You slew their conqueror? Then we haven\'t much time...$B$BThe Crimson Sigil is a group comprised of Illidan\'s elite minions. They are at the top of the chain of command for all Illidari forces outside of the Black Temple. These soldiers communicate directly with the Betrayer here, carrying out his orders without question.$B$BThey are the fiends that will undoubtedly lead an assault on this world, trampling under foot all that would stand in their way.','$B$BWha... What are you doing here?','','','','','',31345,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(10794,10958,0,162,136,20,24,0,690,8,0,0,0,0,0,0,0,2460,0,0,'Rogues of the Shattered Hand','$N, there are secrets in the world that we do not yet possess. The Shattered Hand in Orgrimmar can lead you to one of these secrets: the method for brewing deadly poisons. Do as they ask and you will gain their trust.$b$bTo reach Orgrimmar, take the portal in Silvermoon City to Undercity. Then, travel outside the city and find the nearby tower where the goblin Zepplins pick up their passengers. From there, fly to the city of Orgrimmar where you can find Shenthul in the Cleft of Shadow.','Speak with Shenthul in Orgrimmar.','So, you want to work for the Shattered Hand? Seems like we\'re getting someone new every day.$B$BPay close attention and I\'ll explain what you have to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10795,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Date with Dorgok','Good, I\'ve seen you around and I\'ve been meaning to speak to you about a matter of some importance.$B$BThere are reports coming in that for some reason the Bloodmaul ogres are planning an offensive against Sylvanaar and Ruuan Weald. We don\'t know who or what is pushing them to do this, but I intend to nip their plan in the bud!$B$BBloodmaul Camp is where the attacks are to be staged from. Head northwest down the ramp out of the Ruuan Weald and you will find it. I want you to kill their leader, Dorgok!','Slay Dorgok at Bloodmaul Camp.','With Dorgok dead, the Bloodmaul ogres are without leadership, and should be in disarray until another leader arises from within their ranks.$B$BThank you, $C, I think we can breathe a little easier now.','I cannot express strongly enough how important it is that you kill Dorgok as quickly as possible.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20753,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10796,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Crush the Bloodmaul Camp!','I\'ve heard that you\'ve done us more than proud in the fight against the ogres thus far. Now, I would ask that you face them again. I want you to crush the ogres at Bloodmaul Camp!$B$BTo get down there, head northwest down the ramp out of the Ruuan Weald. You\'ll find them at the base of the ramp.$B$BGood luck, $c!','Slay 10 Bloodmaul Maulers and 5 Bloodmaul Warlocks.','$B$BI am impressed, $N. Your reputation seems to be well-deserved.$B$BEvery time one of the ogres is felled, we come one step closer to ridding ourselves of a danger that has no intention of leaving us in peace.','Have you destroyed the Bloodmaul Camp yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19993,19994,0,0,10,5,0,0,0,0,0,0,0,0,0,0,31537,31538,31539,31540,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10797,10958,3522,0,128,65,67,0,1101,0,0,0,0,0,0,0,0,10798,31363,1,'Favor of the Gronn','A token in the form of a small statuette falls from Dorgok\'s dead clutch. It bears a striking resemblance to one of the gronn.$B$BSurely, Commander Haephus Stonewall at Evergrove in the Ruuan Weald, up the ramp to the east, would be interested in this!','Deliver Gorgrom\'s Favor to Commander Haephus Stonewall at Evergrove in the Blade\'s Edge Mountains.','Oh, now that\'s pretty. Looks a lot like those gronn that are always bossing the Bladespire ogres around.$B$BOdd that you should find it in the hands of one of the Bloodmaul leaders.','Hello, $Glad:lass;, what news do you bring?','','','','','',31363,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',10795,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10798,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,10799,0,0,'Pay the Baron a Visit','This is bad news. Gorgrom the Dragon-Eater is behind the recent Bloodmaul plans against Sylvanaar!$B$BWhy he\'s manipulating them, and not just using the Bladespire, I don\'t know. But if we\'re to deal with a gronn, we\'re going to need help.$B$BI know a man who is wise in the ways of all sorts of exotic magics. Baron Sablemane is his name, and you can find him at the Circle of Blood, back down the ramp to the northwest, and then southwest through the canyon.$B$BAsk him to fashion us a trap for the gronn.','Speak with Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.','Ah, an envoy from the vaunted Alliance. Tell me, lackey, why is it that you are here, begging me for this thing, instead of your illustrious commander?$B$BCould it be that he is afraid of me? It says something about you that you are not, but I haven\'t quite decided yet what that is.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',10797,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10799,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,10800,0,0,'Into the Churning Gulch','Very well, I\'ll create this trap, but first I want something in return.$B$BThere happens to be a nearby gronn that is in possession of an item that I want, but you can\'t face him, not yet anyway.$B$BSo, you and I are going to fashion a sleeping powder from the poison of the nearby crust bursters.$B$BYou\'ll find them in the Churning Gulch to the southwest. Bring me a number of their glands, and be quick about it!','Collect 7 Crust Burster Venom Glands.','Very well. A simple, if mundane, task has been completed. Now, hand me the glands and I will perform the difficult part.','You have all of the venom glands? If not, begone and waste no more of my time until you do!','','','','','',31132,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31535,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10798,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10800,10958,3522,0,128,65,67,0,1101,0,0,0,0,0,0,0,0,10801,31403,1,'Goodnight, Gronn','I\'ve outdone myself again. I\'ve fashioned a sleeping powder for you to use on Grulloc, the gronn I spoke of who is guarding what I want.$B$BGrulloc keeps himself at the Cursed Hollow, an area at the eastern edge of Dragons\' End on the other side of the Circle of Blood.$B$BIf I were you, I wouldn\'t tarry long once you have his sack. The effects of the dust won\'t last long.','Collect Grulloc\'s Sack.','$B$BVery well, you have upheld your end of the bargain. And now, I will gift your Commander Stonewall with the trap.','You are before me again, $C. This must mean that you\'ve procured the sack out from underneath Grulloc\'s nose.','','','','','',31349,31403,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10799,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10801,10958,3522,0,128,65,67,0,1101,0,0,0,0,0,0,0,0,10802,31351,1,'It\'s a Trap!','There\'s nothing more that I hate in this world than the sons of Gruul and their father! They slaughtered my people, and my children, and now I will have a taste of revenge!$B$BI have fashioned a trap from some dragon fire, and if you\'re clever enough, you might just be able to use it to kill a gronn.$B$BI\'m sure that you have a particular gronn in mind; it matters not to me which one you kill. Just hurry, take the trap to your Commander Stonewall.$B$BMy thirst for revenge must be quenched!','Deliver the Dragonfire Trap to Commander Haephus Stonewall at Evergrove in the Blade\'s Edge Mountains.','Hmm, a trap fashioned from the essence of dragon flame? I wonder how Sablemane comes by such rarified substances?$B$BIt does not matter. What does matter is that we are going to use it to slay a son of Gruul!','Did the baron fashion us a trap? One powerful enough to kill a gronn?','','','','','',31351,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',10800,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10802,10958,3522,0,128,65,68,0,1101,0,0,0,0,0,0,0,0,10818,31827,1,'Gorgrom the Dragon-Eater','We must show the ogres that we are not to be trifled with. We must send a message.$b$bTravel to Boulder\'mok and kill the ogres there. Make sure you keep their heads.$b$bThen go to Gorgrom\'s altar and place the trap there for him. Gorgrom will appear, and you must lure him into the trap. When he is dead, mount your grisly totems near his corpse, so that the ogres may look at their fallen master and their fallen brothers, and know the price for seeking to destroy us.','Collect 3 Grisly Totems from Boulder\'mok ogres. Then, use Sablemane\'s Trap at Gorgrom\'s Altar to summon and kill Gorgrom the Dragon-Eater.$b$bWhen Gorgrom is dead, place the 3 Grisly Totems near his corpse.','Well done, $N. Well done!$B$BI suspect we will hear little more from the ogres and their master.','Has the message been delivered?','','Plant Grisly Totem','','','',0,0,31827,0,0,0,0,0,1,0,0,0,22434,0,0,0,3,0,0,0,39161,0,0,0,0,0,0,0,31542,31541,31543,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,89700,0,0,0,0,'',10801,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10803,10958,3522,0,136,65,68,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Slaughter at Boulder\'mok','I know that we have plans for you to head to Boulder\'mok. I have something that I want you to do while you are there.$B$BWe must take any chance we can get to strike down the ogres of these mountains, or they will overrun us, and all that we have bled and died for will be for nothing!$B$BBoulder\'mok lies to the west. Travel southwest, cross the bridge and head through the tunnel. On the west side of the Raven\'s Wood you will find them.$B$B$N, I want you to wipe out the Bladespire ogres of Boulder\'mok.','Slaughter 5 Boulder\'mok Brutes and 3 Boulder\'mok Shaman.','$B$BAh, I wish that I could have been there with you. Let me tell you something, $N: never accept any duty that keeps you from the glory of the battlefield!$B$BHah! After all of the ogre killing that you\'ve done, are there any still left in these mountains for me?!','I dare say that you are the most capable ogre hunter that I have ever known.$B$BI trust then that you will deal with the Boulder\'mok ogres soon?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21046,21047,0,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10801,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10804,10958,3520,0,136,70,70,0,0,0,0,0,0,0,0,0,0,10811,0,0,'Kindness','Something has them spooked, $r.$B$B$B$BThey won\'t even come down to feed. I have seen several fall to the earth, dead from exhaustion before their bodies hit the ground.$B$BWe must save them! The Rocknail flayers that are found near the crystals are their natural prey. Kill flayers and take their carcasses. Place a carcass in the field and stand extremely still. As long as you do not make any aggressive motions, they will not attack you.','Mordenai at Netherwing Fields in Shadowmoon Valley wants you to feed 8 Mature Netherwing Drakes.','You are a kind and compassionate $R, friend.','I cannot save them by myself, $N!','','Mature Netherwing Drake fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,22131,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10805,10958,3522,0,136,65,67,1,1101,0,0,0,0,0,0,0,0,10806,0,0,'Massacre at Gruul\'s Lair','You\'ve proven yourself resourceful, and now I think I\'m going to put you to personal use in my own fight against Gruul and his sons.$B$BThe Bladespire clan are the favored of the gronn, and while you may have thinned out their numbers elsewhere, you haven\'t yet dealt with their strongest.$B$BGruul protects the exterior of his lair with only the toughest of ogres, and it is those that you must kill. Head north through the Daggermaw Canyon and you will find Gruul\'s Lair at the end.','Slay 10 Bladespire Enforcers, 5 Bladespire Battlemages, 5 Bladespire Ravagers and their leader, Fingrom.','Very well, I chose wisely when I selected you to spearhead my fight. Time to ramp things up to a whole new level, I think.$B$BYou remember that little goodie that you stole for me out from underneath Grulloc\'s nose? You\'re going to get a chance to put it to good use.','Have you managed yet to decimate the Bladespire ogres at Gruul\'s Lair?$B$BDo not come to me with excuses, $gboy:girl;! Get the job done!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19997,19996,20729,20757,10,5,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',10818,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10806,10958,3522,0,128,65,70,1,1101,0,0,0,0,0,0,0,0,0,31808,1,'Showdown','The time has come for us to face Goc, the master of the Bladespire ogres. It is also time that I take a hand in events, to see the last of the gronn\'s life.$b$bTake my signet ring. When you come to the Altar of Goc, use it, and I will come to join you.$b$bTogether we will destroy Goc.','Use Sablemane\'s Signet at the Altar of Goc, then kill Goc.','You fought surprisingly well for a $R, and it was an honor to have you at my side. My transformation must have been quite a surprise for you. I trust it was not too startling?$B$BLet us keep my true identity between the two of us for now, shall we? In return, and for your adept service, I grant you your choice of any of these baubles.','In time, all the sons of Gruul will be destroyed.','','','','','',31808,0,0,0,0,0,1,0,0,0,0,0,0,20555,0,0,1,1,0,0,0,0,0,0,0,0,0,0,31546,31544,31545,31547,31549,31548,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10805,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10807,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,10817,0,0,'The Ashtongue Broken','The Ashtongue tribe is feared among all Broken. It consists of the most vicious and bloodthirsty individuals, handpicked by Akama himself. They are as fierce and ruthless as any naga, demon or blood elf in Illidan\'s army and they have been deployed in large numbers at the Ruins of Baa\'ri, to the north. Go there and put a dent in their numbers before they get a chance to mount an attack on us.','Varen the Reclaimer wants you to go to the Ruins of Baa\'ri and slay 3 Ashtongue Handlers, 4 Ashtongue Warriors and 6 Ashtongue Shaman.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','Glory to the Scryers, $N. You\'ve done the Seer\'s bidding by defeating those who follow Illidan.','Have you completed the task I requested of you, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21803,21454,21453,0,3,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'10619',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10808,10958,3520,0,128,67,69,0,0,0,0,0,0,0,0,0,0,0,31386,1,'Thwart the Dark Conclave','The spirits of the dark conclave seek to summon an ancient and powerful evil through a ritual conducted at the lava pits to the south of the Sketh\'lon Base Camp.$B$BGul\'dan\'s magic mingled with their own, empowering them to aid this creature in manifesting in our world! We must not allow this to happen, $N. The death and destruction it would bring are unimaginable!$B$BCarry the staff with you to the site of the summoning and use its magics to stop the dark conclave once and for all!','Slay the Dark Conclave Ritualists and use the Staff of Parshah to end the Dark Conclave\'s summoning ritual, then return to Parshah in the Magma Fields.','I have sought a way to stop the dark conclave for years, and you have succeeded where I failed. The conclave\'s dark rituals will threaten us no more.$B$BI often feel guilty for abandoning my fellows all those years ago, but now I finally know that I made the right decision. If not for my wavering conscience then, I might have ended up as a shade among them.','Is it done, $N? Have you stopped the dark conclave from completing their ritual?','','End Dark Conclave Summoning Ritual','','','',0,0,31386,0,0,0,0,0,1,0,0,0,22137,0,0,0,1,0,0,0,38482,0,0,0,0,0,0,0,30941,30955,30960,30928,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,92400,0,0,0,0,'',10782,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10809,10958,3483,0,136,58,60,0,690,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Worg Master Kruush','The poster reads:$B$B\"Worg Master Kruush leads the worg riders of the Bleeding Hollow clan. A price has been placed on his head, for his riders exact heavy tolls on supply trains to Spinebreaker Post.\"$B$B\"Scouts report him within Zeth\'Gor, and the hero able to bring the severed head of this villain to me will earn the thanks of the Horde, and a large bounty.\"$B$B\"-Captain Darkhowl\"','Kill Worg Master Kruush and bring his head to Captain Darkhowl in Spinebreaker Post.','Ah, so you slew that villain, Kruush! Well done, $N! Well done! His death will defang those cursed worg riders. In fact, I hope you took a few of them out during your foray into Zeth\'Gor!$B$BHere\'s your reward. You earned every piece of it!','Report, $N. Is that Bleeding Hollow blood I see on your sleeve? I hope so!','','','','','',31374,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10810,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,10812,31384,1,'Damaged Mask','As you examine the damaged mask, you hear strange sounds coming from within. If the mask wasn\'t damaged you might be able to hear the sounds more clearly.$B$BO\'Mally Zapnabber in Ruuan Weald might be able to fix the mask.','Deliver the Damaged Mask to O\'Mally Zapnabber at Evergrove in the Blade\'s Edge Mountains.','Ah, what\'s that you have? Let me take a closer look, $C. Yes, yes... it\'s just what I thought it was. Here, let me fix this mask for you.','Don\'t be bothering me! Can\'t you see I\'m trying to unlock mysterious powers?','','','','','',31384,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,25,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10811,10958,3520,0,136,70,70,0,0,0,0,0,0,0,0,0,0,10814,0,0,'Seek Out Neltharaku','Their patron soars high above, $N. Perhaps the kindness that you showed his children has moved his heart. Seek Neltharaku out and enlist his aid. Together, you may be able to solve the plight of the Netherwing drakes.$B$B$B$BFly high, friend...','Seek out Neltharaku, patron of the Netherwing Dragonflight.','My children have told me of your heroic deeds, $R. There is more that you can do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10804,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10812,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,10819,31387,1,'Mystery Mask','Ok, it should work now. What is it, you ask? Why, it\'s a communication device - it allows those blockheads to communicate with each other. You know, the Burning Legion! I would suggest that you hand this mask to Wildlord Antelarion. He\'s over there pacing around. Always moving, he is.$B$BWell get moving, he\'s been trying to get his hands on one of these for sometime now.','Deliver the Mystery Mask to Wildlord Antelarion at Evergrove in the Blade\'s Edge Mountains.','That mask you hold in your hands is a Felsworn gas mask and by the appearance, it\'s not damaged. The trouble we can cause Forge Camp: Anger is boundless. Are you interested in helping us out, $N?','I cannot believe my eyes.','','','','','',31387,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,25,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',10810,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10813,10958,3483,0,128,58,62,0,690,0,0,0,0,0,0,0,0,10834,31463,1,'The Eyes of Grillok','$n, you have braved the lair of the Bleeding Hollow orcs, dreaded Zeth\'Gor, and survived! Perhaps you have the strength to aid me, for I aim to gaze into the mind of its darkest witch, Grillok!$B$BTake this shard. Use it to ensorcel an Eye of Grillok and bind it to yourself. Return here and approach my cauldron... and it will pull the eye from you.$B$BGo, $N. And use care -- An Eye of Grillok will betray you to our enemies if given the slightest opening!','Use Zezzak\'s Shard to capture an Eye of Grillok, then approach Zezzak\'s cauldron to extract it. After it is removed, return Zezzak\'s Shard to him.','I am indebted to you, $N. You have again braved Zeth\'Gor and held its darkness close to your heart. I will study the eye and perhaps pierce the secrets of its master, Grillok.$B$BLet us hope that he can no longer use its magic!','The orcs of the Bleeding Hollow Clan were dark allies long ago... and even darker enemies now.','','Eye of Grillok Returned','','','',0,31463,0,0,0,0,0,1,0,0,0,0,22177,0,0,0,1,0,0,0,38530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,75,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,30000,0,0,0,0,'',10809,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10814,10958,3520,0,262274,70,70,0,0,0,0,0,0,0,0,0,0,10836,0,0,'Neltharaku\'s Tale','I have information that you may find useful. Please listen to what I have to tell you, $r.','Speak with Neltharaku and listen to his story.','So you will help us?','Allow me to finish telling you my tale.','The Tale of Neltharaku','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10811,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10815,10958,3520,0,128,68,70,1,0,0,0,0,0,0,0,0,0,0,31345,1,'The Journal of Val\'zareq: Portends of War','This journal documents the recent activities of Illidan\'s armies. It also explains why Val\'zareq was parading around the Path of Conquest. He was personally responsible for the capture of a high general of the Sha\'tar.$B$BThis general is being held at a post known as Crimson Watch, located at the southern end of the Path of Conquest. A mysterious faction, calling itself the Crimson Sigil, is charged with his incarceration. If you choose to investigate, it would be wise to bring allies.','Locate Marcus Auralion, High General of the Sha\'tar, at Crimson Watch.','','','','','','','',31345,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(10816,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming Holy Grounds','You did well against the Broken in Baa\'ri, $N. Let\'s see how well you do against Illidan\'s most feared army.$B$BThe fel orcs of the Shadowmoon Clan occupy the Ata\'mal Terrace, once a very holy site where ata\'mal crystals were used in spiritual ceremonies.$B$BWe had reason to believe they were hiding an actual ata\'mal crystal in the vicinity, but our scrying has revealed nothing. Nevertheless, the fel orcs are on draenei holy ground and their presence must be dealt with.','Vindicator Aluumen wants you to slay 8 Shadowmoon Slayers, 8 Shadowmoon Chosen and 4 Shadowmoon Darkweavers.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Excellent work, $C. May the Light continue to protect you.','Hail, $N. What news do you bring?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22082,22084,22081,0,8,8,4,0,0,0,0,0,0,0,0,0,30940,30961,30922,30958,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10619,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10817,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Retribution','You did well against the Ashtongue Broken, $N. I have another challenge for you, should you be up to it.$B$BNot too long ago, the Sanctum of the Stars suffered a tremendous attack by Illidan\'s fel orcs.$B$BWe\'ve determined it was perpetrated by the Shadowmoon orcs who occupy the Ata\'mal Terrace.$B$BShow them that the Scryers are not to be trifled with.','Varen the Reclaimer wants you to slay 8 Shadowmoon Slayers, 8 Shadowmoon Chosen and 4 Shadowmoon Darkweavers.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','You\'ve gained my utmost respect today, $N.$B$BSlaying one fel orc is not an easy task. Massacring a score of them is, well... heroic.','Hail, $N. What news do you bring?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22082,22084,22081,0,8,8,4,0,0,0,0,0,0,0,0,0,30940,30961,30922,30958,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10807,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10818,10958,3522,0,136,65,67,0,1101,0,0,0,0,0,0,0,0,10805,0,0,'Baron Sablemane Has Requested Your Presence','$N, while you were out being one hell of a $c, Baron Sablemane sent his pet dragon up here with a message.$B$BHe\'s asked for you personally. From what I understand, he wants you to head up his own fight against the gronn.$B$BI guess you\'re the most qualified person in all of Outland to help him, but if I were you, I\'d get in contact with a couple of friends first and ask them to join you at the Circle of Blood.','Speak with Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.','Ah, I see that you decided to take your sweet time answering my summons.$B$BNo matter, I have plenty of time to exact my revenge, and I intend for you to be my proxy in the coming battle!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',10802,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10819,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,10820,31366,1,'Felsworn Gas Mask','I have a very special mission for you, $N. I need you to infiltrate Forge Camp: Anger east of here. When you enter the camp you will need to wear the Felsworn gas mask and locate the Legion communicator. Once you have located the communication device speak with whomever is on the other side of the device.$B$BIf all works out you can trick the demon into something devious! Try telling the demon that Camp Anger has revolted.$B$BGood luck to you $C.','Wear the Felsworn Gas Mask and use the Legion Communicator at Forge Camp: Anger in the Blade\'s Edge Mountains.','What\'s the meaning of this! No one summons me! Speak, or I will silence you forever!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10812,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10820,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,10821,0,0,'Deceive thy Enemy','For every moment I hear silence, you draw closer to your death! SPEAK!$B$BWhat? The camp has revolted? This cannot possibly be true! My minions would not dare undermine my authority.$B$BWell then, every last one of them will pay for this treachery, they will pay dearly. Silence them all and be done with it! Report back to me once you have carried out my order or you shall be dealt with.','Slay 4 Doomforge Attendants and 4 Doomforge Engineers.','That will surely teach those that don\'t do as I say...$B$BBy the way... where is Doomcryer? Why have you reported this revolt to me and not she?','My patience is tiring, why have you not finished them?','','','','','',0,0,0,0,0,0,1,0,0,0,0,0,19961,19960,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54000,0,0,0,0,'',10819,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10821,10958,3522,0,128,65,68,1,0,0,0,0,0,0,0,0,0,10910,0,0,'You\'re Fired!','Doomcryer did nothing to stop the revolt? How dare she! She has been trying to undermine my authority for some time. However, this time will be her last. You must summon her and deal with her personally.$B$BHer anger guards hold the keys that summon her to Forge Camp: Anger. Retrieve the five keys and activate the five Legion obelisks. The obelisks have a short duration, so make sure they are all activated at the same time. Remember, the anger guards carry more keys.','Slay Doomcryer.','That is great news, great news indeed $N. I could not have asked for a better outcome. Your service to our people is most greatly appreciated, choose one of the following heroic items.$B$BYour name will forever be remembered in our peoples heart.','Are you looking to join my list of those expendable? Get those keys and silence Doomcryer!','','','','','',0,0,0,0,0,0,1,0,0,0,0,0,19963,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31793,31792,31790,31791,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10820,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10822,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Single Sunfury Signet','','','Kael\'s army will soon fall.','Even the smallest contribution to our cause is noted, $N. Our enemies are many, but we shall prevail!','','','','','',30810,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10824,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10823,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Sunfury Signets','','','Excellent! That\'ll show Kael\'thas not to underestimate our power.','What have you done for us lately, $N? The war against Kael\'thas is not going to fight itself, you know?','','','','','',30810,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10824,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10824,10958,3520,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunfury Signets','The survival of the Scryers hinges on outrecruiting Kael\'thas. Every pilgrim from Quel\'Thalas that joins his side brings him closer to victory. The opposite is true for us.$B$BSoon, however, we will run out of recruits and it will come down to what side can kill the other quicker. Prove your worth to the Scryers by bringing me Sunfury signets worn by high-ranking blood elves allied with Kael\'thas and Illidan. You\'ll find them at Eclipse Point to the west and the Ruins of Karabor, to the northeast.','Battlemage Vyara at the Sanctum of the Stars wants you to bring her 10 Sunfury Signets.$B$BPerforming quests for the Scryers will cause you Aldor reputation level to decrease.','Kael\'s elves are extremely well-trained. Excellent job.','Go on, $N. Speak.','','','','','',30810,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10825,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,0,31489,1,'The Truth Unorbed','This strange, magical orb drops from beneath the contour feathers of the arakkoa.$B$BSuffused with an eerie, purple glow, the orb pulses to an unheard beat. Holding it makes you mildly uncomfortable, and so you quickly place it within your pack.$B$BPerhaps Tree Warden Chawn at Ruuan Weald to the west, through the tunnel and across the Wyrmskull Bridge, would be interested in examining it?','Deliver the Orb of the Grishna to Tree Warden Chawn at Evergrove in the Blade\'s Edge Mountains.','Yes, it\'s that orb you have there! Odd, it appears to be of arakkoan design. Were you recently at Grishnath?$B$BAll right, that explains that, but I wonder what diabolical purpose this object serves. Though it radiates evil, it also somehow feels as if it were connected to the natural world as well.$B$BHere, allow me to try activate it. The evil is so strong within it, there\'s some sort of residual memory here....','$C, do you feel that? I sense something unnatural and evil nearby.','','','','','',31489,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10826,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marks of Sargeras','By now it should be clear to you why we oppose the Burning Legion and those who serve them.$B$BIf you wish to prove yourself to the Aldor, bring me the insignias of high-ranking Legion and their Shadow Council followers. Here in Shadowmoon you will find a strong Legion presence to the far west in Legion Hold and the Deathforge.','Bring 10 Marks of Sargeras to Harbinger Saronen in Shadowmoon Valley.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','Your courage is strong, friend. Let it be known to all that you are a true ally of the priesthood!','Do you bear any of our enemies\' insignias, $N?','','','','','',30809,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10827,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Marks of Sargeras','','','You continue to prove your worth, $N. Fight the enemies of the Light wherever you may find them; your actions will be well-rewarded.','Do you bear more of our enemies\' insignias, $C? The Burning Legion continues to be a threat and we continue to pursue them anywhere that we find them.','','','','','',30809,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10826,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10828,10958,3703,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Single Mark of Sargeras','','','You continue to prove your worth, $N. Fight the enemies of the Light wherever you may find them; your actions will be well-rewarded.','I\'ll take any leftover marks you might have. Do not worry; your actions will be duly noted.','','','','','',30809,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10826,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10829,10958,3522,0,136,65,68,0,0,0,0,0,0,0,0,0,0,10830,0,0,'Treebole Must Know','This is troubling! The arakkoa are causing the ancients and protectors to become possessed by evil spirits!$B$BBut, there is one ancient that could not possibly have been affected. His name is Treebole, and you must go to him at once if we\'re to save the trees of the Raven\'s Wood!$B$BGo back to the Raven\'s Wood. You will find him at the fork in the path just past Grishnath.','Speak with Treebole, an ancient of lore who lives in the Raven\'s Wood of the Blade\'s Edge Mountains.','Greetings, tiny $R. The birds in my boughs whispered to me that you were to be expected.$B$BYou are here to help free the trees of the woods from their possession?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10825,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10830,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Exorcising the Trees','The Grishna have caused the leafbeards and stonebarks to be inhabited by evil koi-koi spirits.$B$BWe must save the trees or soon all of the Raven\'s Wood will be lost forever!$B$BCombine the magic of a Grishnath orb, found throughout Grishnath, with a dire pinfeather from a dire raven.$B$BUse the resultant exorcism feather to draw out and slay the koi-koi spirit as quickly as possible. The stonebarks are too powerful for this ritual, but if enough leafbeards are saved, they will be freed as well.','Collect 5 Grishnath Orbs and 5 Dire Pinfeathers and then combine them into Exorcism Feathers. Use these feathers to exorcise and slay 5 Koi-Koi Spirits from the Raven\'s Wood Leafbeards.','The evil is lifting from the Raven\'s Wood! Can you feel it, $N?$B$BYou have saved us, and all of the surrounding wildlife, from certain destruction, little one!$B$BI keep stashed four magic rings amongst my boughs for such occasions as this, when a hero arises to do some great deed.$B$BYou are one such hero! On behalf of all of the Raven\'s Wood, we give you thanks.','The evil that is inhabiting the trees is beginning to seep into every natural thing in the woods.$B$BYou must act quickly, $N, before all is lost!','','Leafbeard Exorcised','','','',0,0,0,0,0,0,0,0,0,0,0,0,22226,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,31526,31527,31523,31528,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,38665,0,0,0,0,0,0,0,89700,0,0,0,0,'',10829,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10831,10958,0,264,128,60,70,0,0,0,197,325,0,0,0,0,0,0,31522,1,'Becoming a Mooncloth Tailor','I can teach you the ways of mooncloth tailoring, if you are interested.. By specializing in mooncloth tailoring, creating primal mooncloth will yield twice the normal amount and you will have access to several exclusive patterns. All that is required is that you pass a simple test.$B$BAs to the test, your task is to create a small sample of primal mooncloth in the moonwell at Cenarion Refuge. I will provide all the materials you\'ll need. When you\'ve created the sample, bring it back to me for examination.','Use the Square of Imbued Netherweave while standing in Cenarion Refuge\'s moonwell to create a Sample of Primal Mooncloth. Bring the completed sample back to Nasmara Moonsong in Shattrath\'s Lower City.$B$B*WARNING!* You can only select one tailoring specialization.','$B$BThis is an exceedingly fine sample, $N. You will make an excellent mooncloth tailor.','Have you created the primal mooncloth sample?','','','','','',31530,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,150,0,0,0,0,0,0,0,0,26798,26799,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'10832 10833',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10832,10958,0,264,128,60,70,0,0,0,197,325,0,0,0,0,0,0,31742,1,'Becoming a Spellfire Tailor','I can teach you the ways of spellfire tailoring if you wish, but be warned, it\'s a dangerous pursuit.$B$BCreating spellcloth in Netherstorm attracts powerful nether-wraiths. I\'m searching for a way to lessen backlash, but I need more nether-wraith essence for my research.$B$BTake this beacon with you to Netherstorm and use it to summon a nether-wraith. Bring back its essence and I\'ll agree to teach you. As a spellfire tailor, you\'ll receive twice as much cloth and have access to exclusive patterns.','Bring a sample of Nether-wraith Essence to Gidge Spellweaver in Shattrath\'s Lower City.$B$B*WARNING!* You can only select one tailoring specialization.','$B$BEven this small a sample of the creature\'s essence radiates power. Perhaps I misunderstood what\'s happening. We\'re not angering the wraiths by taking energy from the environment. Rather, the wraiths and the environment are the same thing!$B$BDon\'t hesitate to let me know if you make any further discoveries, now that you\'ve become a spellfire tailor.','Did you get the nether-wraith sample?','','','','','',31741,31742,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,150,0,0,0,0,0,0,0,0,26797,26796,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'10831 10833',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10833,10958,0,264,128,60,70,0,0,0,197,325,0,0,0,0,0,0,31736,1,'Becoming a Shadoweave Tailor','If you become a shadoweave specialist, you will make twice as much shadowcloth as an average tailor and have access to several exclusive patterns.$B$BOf course, any tailor can use the Altar of Shadows, but a shadoweave tailor possesses a deeper attunement to the altar, unlocking powers that few can fathom.$B$BTake this crystal to eastern Shadowmoon Valley, and find Netherwing Pass leading south from the Netherwing Fields. Near the world\'s edge, you will find the Altar of Shadows. Use the crystal there.','Use the Crystal of Deep Shadows near the Altar of Shadows to deepen your attunement to the altar, then return to Andrion Darkspinner in Shattrath\'s Lower City.$B$B*WARNING!* You can only select one tailoring specialization.','I can see that your visit to the altar was a success. There is a subtle difference about you that few will see, but there\'s no doubt it\'s there.','Have you used the crystal\'s power to deepen your attunement to the Altar of Shadows?','','Deepen Altar of Shadows Attunement','','','',0,0,0,0,0,0,0,0,0,0,0,0,22395,0,0,0,1,0,0,0,39094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,150,0,0,0,0,0,0,0,0,26801,26800,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'10831 10832',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,4),(10834,10958,3483,0,136,58,62,1,690,0,0,0,0,0,0,0,0,0,0,0,'Grillok \"Darkeye\"','Grillok Darkeye has wagered a piece of himself to dark powers, and gained great magic for it. His lost eye burns deep in some hellish pit, now a demon\'s trinket... and the patch that covers his betrayal holds its own dark secrets.$B$BBring me Grillok\'s eyepatch, $N, and I will reward you greatly for your service...','Kill Grillok Darkeye and bring Grillok\'s Eyepatch to Zezzak in Spinebreaker Post.','Ah, yes. Just as some who lost a hand or a leg in battle will oftentimes feel their severed limb, I wonder if Grillok still clutched at his lost eye in his dark, dark dreams...$B$BI too will dream on this, and if fortune is with us then perhaps I will learn what drew Grillok and the Bleeding Hollow orcs to succumb to demons.','The evils of the Bleeding Hollow orcs know no bounds, and are rivaled by only their Shattered Hand cousins.','','','','','',31529,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28057,28052,28050,28055,28051,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',10813,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10835,10958,3483,0,128,58,61,0,690,0,0,0,0,0,0,0,0,10864,31550,1,'Apothecary Antonivich','$n, I have prepared a preliminary report of my findings regarding the Bleeding Hollow orcs. My colleague in Thrallmar, Apothecary Antonivich, will be happy to receive them. He too studies the phenomenon of fel orcs... in hopes of preventing such a tragedy from again befalling our orcish allies.$B$BTake him this report, and I will continue my study of the blood you brought me. If fortune is with us, we will isolate the cause of the fel orc affliction.','Bring Albreck\'s Findings to Apothecary Antonivich at Thrallmar in Hellfire Peninsula.','Ah, a report from Albreck? Very good. The Royal Apothecary Society works feverishly to determine how the orcs of Hellfire Peninsula became fel orcs. Their betrayal is unforgivable... and we must ensure that our orc friends are forever safe from future corruption.','Good day, $N. And how is your stay in Hellfire Peninsula? I trust it has been fruitful...','','','','','',31550,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,25,0,0,0,0,0,0,5200,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',10538,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10836,10958,3520,0,136,70,70,0,0,0,0,0,0,0,0,0,0,10837,0,0,'Infiltrating Dragonmaw Fortress','I require time so that I may devise a plan to save my children and mate. You will buy me this time, mortal.$B$BVenture into Dragonmaw Fortress, located on the eastern edge of the Netherwing Fields, and lay waste to all Dragonmaw orcs that you find. The ensuing chaos and confusion should have a considerable impact on their plans.$B$BBe warned, some of my kin are too far gone - their minds corrupted by the Dragonmaw. For them, the only resolution is death. You have my permission to end their lives as well.','Neltharaku, flying high above Netherwing Fields in Shadowmoon Valley, wants you to slay 15 Dragonmaw Orcs.$B$BAny Dragonmaw Orc in Dragonmaw Fortress will suffice.','Well done, $N. I have discovered a way in which we can free the enslaved drakes that are being held at Dragonmaw Fortress.','Is it done? I can only hope that it is not too late...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22197,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10814,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10837,10958,3520,0,136,70,70,0,0,0,0,0,0,0,0,0,0,10854,0,0,'To Netherwing Ledge!','I believe that I can imbue nethervine crystals with my own essence. The power contained within these imbued crystals should be sufficient to free enslaved drakes of their masters\' grasps.$B$BTravel to Netherwing Ledge, an island located off the broken shelf of Shadowmoon Valley, to the southeast. It is on Netherwing Ledge that you will find nethervine crystals. Return to me when you have collected enough crystals to fill your packs.$B$BAnd $N, Beware the Dragonmaw that now inhabit the island.','Neltharaku, flying high above Netherwing Fields in Shadowmoon Valley, wants you to collect 12 Nethervine Crystals from Netherwing Ledge.\n','$B$BI will prepare the crystals for you now.','I require nethervine crystals.','','','','','',31504,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10836,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10838,10958,3483,0,128,58,61,1,690,0,0,0,0,0,0,0,0,10875,31606,1,'The Demoniac Scryer','The Demoniac Scryer is now ready. Take it behind Hellfire Citadel, to Hellfire Basin, and summon it upon the ground. It will then begin to attune itself to Hellfire Citadel. After its attunement, speak to the Scryer and transcribe what it tells you. Bring that transcription to me...$B$BGo, $n, but only when you are ready. There is no doubt that Hellfire Citadel will detect the Scryer and send wardens to destroy it!','Use the Demoniac Scryer in Hellfire Basin, wait for it to attune, and then take a reading.$B$BReturn the Demoniac Scryer and the Demoniac Scryer Reading to Apothecary Antonivich in Thrallmar.','You obtained the reading? Excellent -- I am sure this data will prove invaluable to our research. I will disseminate it to Apothecaries Zelana and Albreck.$B$BYou should be proud, $N. Your strength and bravery is unquestionable... as is your service to the Horde.','Do you have the reading? Has your mission with the Demonaic Scryer been successful?','','','','','',31607,31606,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31715,0,0,0,1,0,0,0,947,0,0,0,0,0,350,0,0,0,0,0,0,40000,0,0,0,0,0,0,0,0,0,0,73200,0,0,0,0,'',10864,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10839,10958,3519,0,130,62,64,0,0,0,0,0,0,0,0,0,0,10848,31610,1,'Veil Skith: Darkstone of Terokk','Veil Skith lies to the northwest of the caravan and to the south of Shattrath in a secluded grove of the forest. It is rumored that the colony of Skettis has constructed a maligned altar of worship. This Darkstone of Terokk must be purified if the arakkoa of Skith are ever to be redeemed.$b$bTake this Rod of Purification and cast it upon the Darkstone. Blessed by A\'dal, the rod\'s purity might be enough to bring clarity to the Darkstone. Go now and may the light shine upon thee.','Use the Rod of Purification on the Darkstone of Terokk in Veil Skith and return to Kirrik the Awakened at the Refugee Caravan in the Bone Wastes.','I heard the explosion from here. Not with my ears, but with my heart.$B$BIf the touch of the blessed Naaru, A\'dal, is not enough to bring the arakkoa to redemption, nothing will be. Those who have not given themselves over to the Light are mere servants of evil.$B$BThey must be destroyed.','Darkness surrounds us. What have you to say about Veil Skith?','Attempt to purify the Darkstone of Terrok','','','','',31610,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',10849,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,0,0,0,5),(10840,10958,3519,0,136,63,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tomb of Lights','To the east, buried under the charred sand, is the Tomb of Lights, a lost resting place of the dead. Before our caravan was ambushed I was going to journey to the tomb and cleanse it of evil spirits. $B$BLittle did I know it was already infested with another kind of evil. Even now the ethereals plunder the bodies of the fallen for trinkets and keepsakes that were given to the dead centuries ago. $B$BThere is little I can do while our caravan struggles to survive. ','High Priest Orglum wants you to journey to the Tomb of Lights and kill 10 Ethereal Nethermancers and 10 Ethereal Plunderers and then return to him at the Refugee Caravan.','Out here in the wilds of Outland we are weak with few heroes to defend our rights, but you have given them something to fear $C. I do not think the ethereals will soon forget the strong right arm of $N.','How many ethereals have you destroyed? I hope it will be enough to drive them from the Tomb of Lights.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21370,21368,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10849,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10841,10958,3519,0,136,255,255,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Vengeful Harbinger','[PH] Go into the Tomb of Light and activate the thingy.','[PH] Activate the thingy.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10842,11685,3519,0,128,63,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vengeful Souls','The Tomb of Lights has become corrupted by the Shadow Council and the draenei dead have become cursed spirits, angry and confused with a burning hatred for the living.$b$bEnter the tomb and seek out these tragic victims. Give them the rest that they deserve.','High Priest Orglum wants you to journey into the Tomb of Lights and defeat 5 Vengeful Draenei.','You cannot know what you have done here $N. You have saved so many of us from an eternity of darkness. There is little that I can do for the living and nothing that I could give that would thank you enough. Take what seems useful to you.','You have saved us all. What can we do to thank you?','','Vengeful Draenei Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,21636,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,31617,31615,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10849,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10843,10958,3522,0,136,65,68,0,690,0,0,0,0,0,0,0,0,10845,0,0,'Since Time Forgotten...','Since time forgotten we have fought with the Bladespire ogres.$B$BWe have managed to push them back so that now they only hold a tenuous grip at Bladespire Outpost. It\'s back the way that you came, on the southwestern edge of the Razor Ridge.$B$BProve your worth to me by killing their leader, Gnosh Brognat.$B$BLet us see what stuff you are made of when fighting the ogres.','Slay Gnosh Brognat, leader of the ogres at the Bladespire Outpost.','$B$BThe death of Gnosh Brognat is a boon to all of the Mok\'Nathal. This is a good thing for you.$B$BLet us see if we can push the boundaries of your prowess just a bit more.','The Mok\'Nathal do not accept failure, or make excuses. Either you vanquish your foe, or he kills you!$B$BSince you are standing before me, you must have killed Gnosh Brognat already.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20768,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10846,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10844,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forge Camp: Anger','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10845,10958,3522,0,136,65,68,0,690,0,0,0,0,0,0,0,0,0,0,0,'Slay the Brood Mother','My hunters have just returned from a scouting mission to the Singing Ridge. It seems that the nether drakes, which infest the crystals there, have increased greatly in number, and threaten to spill out into our laps.$B$BSince you have proven yourself a competent slayer, let us see if your $c skills are the match of an adult drake.$B$BFind the Singing Ridge by heading south through the Scalewing Shelf. Enter and slay their brood mother, Dreadwing.','Slay Dreadwing.','No? You slew Dreadwing? Perhaps I was wrong about you, $C.$B$BPerhaps.$B$BStill, you have slain the chiefs of the three greatest threats that we face. That is something to be proud of.$B$BI offer you a token of my appreciation, but don\'t let it go to your head. You still do not fully understand what it is to be Mok\'Nathal, and we may still have need to call upon your skills.','Though you will not further yourself in my eyes, there is no shame in admitting that you aren\'t up to the challenge of slaying the mother of the Singing Ridge nether drakes.$B$BIs that what you are here to tell me?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21032,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31683,31685,31684,31686,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10843,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10846,10958,3522,0,136,65,67,0,690,0,0,0,0,0,0,0,0,10843,0,0,'Understanding the Mok\'Nathal','$B$BYou come to the Mok\'Nathal, but you do not understand us. You do not understand our struggle to survive.$B$BIf you would understand us, then you will have to endure a taste of that struggle.$B$BTo the south are the Vekh\'nir arakkoa. They have enslaved a group of ogres in the caverns known as Trogma\'s Claim and their leader, Vekh is in there.$B$BSlay him!','Slay Vekh, leader of the Vekh\'nir arakkoa.','The Vekh\'nir are the least of our adversaries.$B$BSo, you know how to slay an overgrown bird. This does not make you a true warrior. This does not give you a full understanding of our ways.$B$BBut it\'s a start.','We have many enemies. Some we have chosen, and some, such as the Vehk\'nir, we have not.$B$BRegardless, we shall slay all of their chieftains until none stand before us.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22305,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10565,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10847,10958,3519,0,136,62,62,0,0,0,0,0,0,0,0,0,0,10849,0,0,'The Eyes of Skettis','Doom harkens from the cliffs of Skettis.$b$bMy people, the arakkoa, face a fate shrouded in unspeakable evil. Too often have we abused dark magic for wrongdoing. Through A\'dal I have learned of the Light and of redemption.$b$bTerokk watches his colonies from Skettis through orbs enchanted by the black art. Steal these Eyes from Veil Reskk and Veil Shienor in northern Terokkar. Let me see what Terokk sees. Let me look through the eyes of Skettis.','Bring the Eye of Reskk and the Eye of Shienor to Rilak the Redeemed in the Lower City section of Shattrath City.','Your bravery should be commended. The guardians of Skettis do not part with their belongings willingly.$B$BBut heroics of the past are of little consequence now. We shall see if such bravery continues to persist in the future, for Terokk\'s gaze fixates on the south.$B$BThese Eyes are all seeing.','You have returned, $C. What news do you bring?','','','','','',25638,25642,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22829,22832,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'10862 10863 10908',10908,10863,10862,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,3,396,396,396,0,0,0,0,0,396,0,0,5),(10848,10958,3519,0,136,62,64,0,0,0,0,0,0,0,0,0,0,10861,0,0,'Veil Rhaze: Unliving Evil','Veil Rhaze was a particularly wicked colony of Skettis.$b$bDespite the village\'s eradication by the Auchindoun disaster, Terokk\'s influence remained in the maligned spirits there. Travel west to Veil Rhaze and slay those murderous wretches. You\'ll find them to the west of the Shadow Tomb, on the border of Bone Wastes and Terokkar Forest.$b$bThis will be our first blow against Terokk and the guardians of Skettis.','Kill 4 Deathtalon Spirits, 4 Screeching Spirits and 2 Spirit Ravens and return to Kirrik the Awakened at the Refugee Caravan.','Those foul spirits deserved to die. The death they would have wrought on others is reason enough.$B$BWe cannot hope to redeem those in Terokk\'s grasp. But we shall deliver them a devastating blow in the name of the Light.','Evil grows in Veil Rhaze. Put it down, $r.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21198,21200,21324,0,4,4,2,0,0,0,0,0,0,0,0,0,31761,31762,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',10839,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,3,396,396,396,0,0,0,0,0,1,0,0,5),(10849,10958,3519,0,128,62,63,0,0,0,0,0,0,0,0,0,0,10839,31662,1,'Seek Out Kirrik','Other arakkoa took part in the betrayal of Terokk.$b$bKirrik recognized Terokk as a charlatan, not a prophet. The only prophecy Terokk envisioned was the doom borne of his own bidding.$b$bIt was Kirrik who led us bravely from Skettis. After our pilgrimage to Shattrath, Kirrik traveled to the colonies in search of others.$b$bThis missive tells of what the Eyes have seen. Kirrik must be told! Follow the road south out of Shattrath to the Bone Wastes and look for the caravan.','Take Rilak\'s Missive to Kirrik the Awakened at the Refugee Caravan in the Bone Wastes.','Rilak\'s tale is grim, traveler. As you can see from the state of the caravan, there is much sorrow and darkness in the forest of Terokk these days.','You have traveled far and bear news for me.','','','','','',31662,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,25,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',10847,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,3,396,396,396,0,0,0,0,0,396,0,0,2),(10850,10958,3523,0,136,67,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nether Gas In a Fel Fire Engine','','','The fel reaver\'s engine begins to rumble and sputter as you supply it with the incorrect fuel.','You uncover an opening through which fuel is loaded into the fel reaver.','','','','','',31653,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38758,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10851,10958,3522,0,136,65,67,0,690,0,0,0,0,0,0,0,0,10853,0,0,'The Totems of My Enemy','There is the right way to honor one\'s ancestors, and there is the wrong way.$B$BThe Bladespire ogres carry totems with them, but they do not use them to show their respect. Instead, they seek to use them to manipulate and control.$B$BWe should steal their totems because they are unworthy! We will then put them to better use.$B$BGo to the Bladespire Outpost to the west, just southwest of the Razor Ridge. Slay the Bladespire mystics and crushers, and take their totems from them!','Collect 5 Bladespire Totems.','This looks like a good assortment. We should be able to find a respectful use for one or two of them.$B$BIn fact, I have an idea for how to do just that!','Have you gone to Bladespire Outpost and taken their totems from them?','','','','','',31651,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10846,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10852,10958,3519,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missing Friends','We broke down here because some guys came in the night and made a lot of noise. It was scary. I don\'t know when we are going to get moving again. $B$BSome of my friends are missing though. I don\'t know where they are. I think those scary bird men took them away to the northwest. They probably are all locked up in cages and stuff. If you find them that would be great. I\'m kind of worried about them.','Ethan wants you to find 12 of his missing friends in Veil Skith and then return to him at the Refugee Caravan.','You found all my friends! Now I have someone to play with. Thank you, Mister $N. $B$BSince I have kids to play with maybe you would like one of my toys? That way you have something to play with too.','I\'m bored, there\'s nobody to play with. Have you found my friends? ','','Children Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,22314,0,0,0,12,0,0,0,38779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31666,0,0,0,1,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',10849,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10853,10958,3522,0,128,65,67,0,690,0,0,0,0,0,0,0,0,10859,31663,1,'Spirit Calling','The spirits of the nether drakes in the Singing Ridge are in need of liberation.$B$BThe nether drakes were not always nether drakes. They used to be black drakes.$B$BBut then, with the destruction of this world, a wave of nether energy washed over everything and had the side-effect of changing the drakeling eggs.$B$BNow they are all twisted versions of their former selves. We must help them to find peace.$B$BDo this by slaying a drake near to the spirit calling totem, and then take its spirit from it.','Use the Spirit Calling Totems to collect 8 Lesser Nether Drake Spirits.','You have done a good thing this day, $C. The spirits of the drakes will truly sing again now that they have been freed. And the residual part of their spirits that they leave behind are powerful medicine, too.$B$BI wonder, are you up for a journey to the north? There is something that I am curious about concerning the activities of the ethereal.$B$BI sense a great deal of pain coming from their direction.','The drakes of the Singing Ridge may pose a threat to us, but I think they are majestic creatures.$B$BOr, at least they were. I hope that you will be able to save their spirits.$B$BAnd if you are in need of more totems, I have a few to spare.','','','','','',31656,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31711,31713,31712,31714,0,0,1,1,1,1,0,0,31437,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,38788,0,0,0,0,0,0,0,69900,0,0,0,0,'',10851,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10854,10958,3520,0,128,70,70,0,0,0,0,0,0,0,0,0,0,10858,31652,1,'The Force of Neltharaku','Take this enchanted nethervine crystal and make your way back to Dragonmaw Fortress. Once there, seek out the enslaved drakes and invoke the magic of the nethervine crystal. My own energies will pour forth, causing the drakes to break free from the bond of their captors. When you see that the drake has broken free, help it defeat its captor! It will most assuredly be weak from the imprisonment.$B$BRelease all that you can find and return to me, $N.','Neltharaku, flying high above Netherwing Fields in Shadowmoon Valley, wants you to free 5 Enslaved Netherwing Drakes.','$B$BThe orcs must have been shocked to see the drakes turn on them in such a manner. Well done, $N. Perhaps you truly are the hero of our flight.','Waste no time, we have much work to do!','','Enslaved Netherwing Drake freed','','','',0,0,0,31652,0,0,0,0,0,1,0,0,22316,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10837,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10855,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10856,0,0,'Fel Reavers, No Thanks!','Ah, yes - the fel reaver! Certainly the Legion\'s most terrible mechanical creation. There are no less than three of these abominations aimed at the Stormspire.$B$BFortunately for us, they are not active yet. This affords us the possibility of dealing with them through sabotage instead of brute force.$B$BObtain condensed nether gas from the gan\'arg at Forge Base: Oblivion and fill a nearby fel reaver\'s fuel tank with it. I\'ve a feeling its engine won\'t handle it too well.','Obtain 5 Condensed Nether Gas from Gan\'arg Mekgineers at Forge Base: Oblivion, northwest of the Stormspire, and load them into a nearby Inactive Fel Reaver. Return to Nether-Stalker Nauthis after you\'ve completed this task.','That is excellent news, $N. Now that we know how to deal with these, I can have hirelings sabotage any remaining reavers.','Did you try out my little experiment, $N?','','','Inactive Fel Reaver Destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,22293,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10856,10958,3523,0,136,67,69,0,0,0,0,0,0,0,0,0,0,10857,0,0,'The Best Defense','Brave acts of industrial sabotage will only get us so far, $N. Just as Forge Base: Oblivion serves as an assembly site for Fel Reavers, Forge Base: Gehenna serves as a staging ground for their army as it is where the majority of the Legion\'s teleportation devices are located.$B$BI want you to go in there and put a dent in their numbers. They must have a full regiment of wrathbringers by now and we just can\'t allow that.','Nether-Stalker Nauthis wants you to slay 12 Wrathbringers at Forge Base: Gehenna, north of the Stormspire.','Nice work, $N. Keep it up and I\'ll put in a good word with the Nexus Prince.','How goes it? Did you get a chance to show the Legion a lesson or two?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18858,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',10855,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10857,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,0,31678,1,'Teleport This!','As fun as killing demons might be, it does us little good when the Legion can keep using its teleporters to replace anything we kill.$B$BUnfortunately, I don\'t have any high-powered explosives handy... but the mo\'arg that maintain the teleporters do.$B$BTake this rod... I\'ve tuned its powers to interfere with mo\'arg brain frequencies. Return to Forge Base: Gehenna and use it on any mo\'arg you see. You won\'t have long, but you\'ll be able to use their demolition charges on the nearby teleporters.','Nether-Stalker Nauthis wants you to use the Mental Interference Rod on the Mo\'arg at Forge Base: Gehenna and use their Detonate Teleporter ability on the three teleporters in the forge camp.','Thanks to you, $N, I\'ll breathe a little easier. Figure of speech, of course!$B$BI suppose you\'ll want some form of reward now.','Is it done then? Are the teleporters shut down?','','Western Teleporter Destroyed','Central Teleporter Destroyed','Eastern Teleporter Destroyed','',0,0,0,31678,0,0,0,0,0,1,0,0,22348,22350,22351,0,1,1,1,0,0,0,0,0,0,0,0,0,31701,31700,31703,31699,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92400,0,0,0,0,'',10856,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10858,10958,3520,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Karynaku','It shames me to ask for your assistance once more, $N, but you are my flight\'s only hope. Without my mate, the netherwing brood may die out completely.$B$BMake your way to the top of Dragonmaw Fortress and find Karynaku.$B$BWe will be flying overhead. Should a break appear in their defenses, the might of the netherwing will swoop down to assist you.\n','Seek out Karynaku at Dragonmaw Fortress.','It is the chains. They sap my power. The only way is to get the key from Zuluhed and unbind me.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10854,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10859,10958,3522,0,128,65,67,0,690,0,0,0,0,0,0,0,0,10865,31668,1,'Gather the Orbs','The Razaani ethereals have strange devices that emit small, pink floating light orbs. They remind me of souls.$B$BThey are not to be confused with the large yellow balls that break free of the ethereal when they die, these are something else entirely.$B$BI\'d like for you to head north to Razaan\'s Landing and drop some totems, which will attact the pink light orbs.$B$BBring them back to me so that I might determine exactly what they are.','Use the Orb Collecting Totem to collect 15 Razaani Light Orbs.','Something does not feel right.$B$BPlease, $N, hand me the totem. I must examine those orbs!','Have you collected all of the Razaani Light Orbs that are needed?','','Razaani Light Orb collected','','','',0,31668,0,0,0,0,0,1,0,0,0,0,21929,0,0,0,15,0,0,0,38862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10853,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10860,10958,3522,0,136,65,67,0,690,0,0,0,0,0,0,0,0,0,0,0,'Mok\'Nathal Treats','Hungry, $r? The Great Spirit helps those that help themselves. If you want to earn a meal, I suggest that you listen up, because Braagor there isn\'t going to give you anything for free, nor as tasty!$B$BThe raptors and scalewings of Razor Ridge and the Scalewing Shelf have everything that\'s needed for two of the most delicious dishes you\'ll ever taste. Bring me their raptor ribs and serpent flesh, and I\'ll make some of each for you.$B$BI may even teach you how to cook them up for yourself, if you hurry.','Collect 3 Raptor Ribs and 3 Serpent Flesh.','Mmm, I can taste them already. Quickly, hand over those parts... I\'m going to get them diced up and onto the fire!$B$BLuckily for you, this stuff keeps, and I mean for a long time! So, take these, and I suppose you can have the recipes as well for being so kind as to restock my larder.','Have all of the ingredients yet? Talking about it with you has made my mouth water!','','','','','',31670,31671,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31672,31673,31675,31674,3,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10861,10958,3519,0,136,62,64,0,0,0,0,0,0,0,0,0,0,10874,0,0,'Veil Lithic: Preemptive Strike','In the wretched colony to the southwest known as Veil Lithic, Terokk\'s minions are attempting to befoul their avian brethren before they hatch. The dark sorcerers of Lithic encase eggs in a shadowy curse. When the hatchlings emerge, they mindlessly serve Terrok.$b$bTravel to Veil Lithic and prematurely break the eggs before the curse has time to seep in. Even if you are too late, you can put down the tainted ones.$b$bRemember, the Light shines brightest in the darkness.','Break the cursed eggs in Veil Lithic. Redeem 3 Hatchlings and slay 3 Malevolent Hatchlings before returning to Kirrik the Awakened at the Refugee Caravan.','It is grim work toiling with someone\'s hatchlings, yet ignoring the brewing evil would be a bleak proposition as well. You have done well. A\'dal\'s favor shines upon your heart.','Have you done your bidding? Quash the evil before it is too late!','','Hatchlings Redeemed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-185211,22337,0,0,3,3,0,0,0,0,0,0,0,0,0,0,25959,25961,25958,25960,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',10848,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,3,396,396,396,0,0,0,0,0,1,0,0,5),(10862,10958,3519,0,136,62,63,0,690,0,0,0,0,0,0,0,0,10847,0,0,'Surrender to the Horde','The cowardly arakkoa attack us daily. They ambush our hunters and sometimes even raid inside our walls. We kill them when we can, but their magic is strong and they often escape our warbands. $B$BI have learned that some arakkoa claim to be friendly with the Horde. They live in Shattrath City to the northwest. Rilak the Redeemed is their leader. Search for him in the Lower City, and when you find him, demand his surrender.','Rokag wants you to seek out Rilak the Redeemed in the Lower City section of Shattrath City and demand that he and his people surrender to the Horde.','Your people are angry but there is little I can do. Some of us have been touched by the power of the naaru and we are forever changed. Those of us who remain in the wild are as we have always been.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,75,0,0,0,0,0,0,23000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'10863 10908',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10863,10958,3519,0,136,62,63,0,1101,0,0,0,0,0,0,0,0,10847,0,0,'Secrets of the Arakkoa','Out here on the frontier we have to deal with the arakkoa every day. They strike at us when they please, raiding our supply lines and killing our scouts. $B$BYet we know very little about these enigmatic creatures. I have received news that northwest of here in Shattrath City there are arakkoa who are not hostile. They might be willing to share the secrets of their race. $B$BRilak the Redeemed is their leader. He resides in the northern part of the Lower City.','Lady Dena Kennedy wants you to seek out Rilak the Redeemed in the Lower City section of Shattrath City and find out what secrets he will share of the Arakkoa.','You are wise to find me. There is much that I can show you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,75,0,0,0,0,0,0,23000,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',10862,0,0,0,'10862 10908',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10864,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10838,0,0,'A Burden of Souls','I have a device, the Demoniac Scryer, that can analyze fel magic. I would have you use the Scryer, but first... you must appease it. The Scryer, you see, has trapped within it a creature of vast intelligence and its needs are, shall we say, quite eccentric.$B$BTo appease the Scryer, you must kill orcs. Specifically, they must be Shattered Hand orcs -- the Scryer demands their souls.$B$BReturn to me when the souls are reaped. You will find the orcs north, and south, and surrounding... Hellfire Citadel.','Kill 20 Shattered Hand orcs, then return to Apothecary Antonivich in Thrallmar.','Well done, $N. Your soul is burdened with many deaths... and the Demonaic Scryer will now perform its duties for you.$B$BLet us hope you are ready for the coming trial...','The Demonaic Scryer is not yet appeased, $N. Return to me after you have reaped the souls of Shattered Hand orcs.','','Shattered Hand Souls Reaped','','','',0,0,0,0,0,0,0,0,0,0,0,0,22334,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10835,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10865,10958,3522,0,136,65,68,0,690,0,0,0,0,0,0,0,0,0,0,0,'Inform Leoroxx!','Quickly, you must inform Leoroxx of what is transpiring up at Razaan\'s Landing!$B$BThose orbs were comprised of souls, some of them Mok\'Nathal!','Speak with Leoroxx about what the Razaani ethereal are up to. He can be found at Mok\'Nathal Village in the Blade\'s Edge Mountains.','What you say, is it even possible? What am I saying? Of course it is, if the spiritcallers say so.$B$BRemember before when I said that we might need your further assistance? It would seem that I can tell the future.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',10859,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10866,10958,3520,0,128,70,70,1,0,0,0,0,0,0,0,0,0,10870,0,0,'Zuluhed the Whacked','He hides in my thoughts, mortal. He waits for me to break... for me to bend to his will.$B$BAnd this will be his undoing. I will call for him. I will tell him that I will do as he asks. When he appears, kill him and take the key!$B$BKnow this: Zuluhed is an ancient orc with unknown powers. He has surely been empowered further by Illidan. You risk your life for me in doing as I ask. Are you certain you wish to make such a sacrifice?','Kill Zuluhed the Whacked and recover Zuluhed\'s Key. Use Zuluhed\'s Key on Zuluhed\'s Chains to free Karynaku.','I am free! You have saved us, $N!','','','Karynaku freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,22112,11980,0,0,1,1,0,0,38790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10858,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,30,0,0,7),(10867,10958,3522,0,136,65,68,0,690,0,0,0,0,0,0,0,0,0,0,0,'There Can Be Only One Response','There can be only one response to this... this, DEFILEMENT of the souls of our ancestors!$B$B$N, if you would aid us to restore the souls of our honored dead to their rightful place, go back to Razaan\'s Landing.$B$BGo back up there and kill the razaani until their leader, Nexus-Prince Razaan shows his cowardly face. Kill him and get those souls back, and then give them over to Spiritcaller Dohgar!','Collect the Collection of Souls.','Good that the ethereal filth and their leader are dead. I wish a thousand plagues upon their brethren!$B$BYou are to be rewarded for you actions on behalf of all of the Mok\'Nathal, $N! You are truly one of our heroes.$B$BLet us now release the souls of our ancestors to the cleansing fire.','Have you done it? Are the souls of our ancestors safely recovered from the evil of the ethereals?','','','','','',30890,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31687,31688,31689,31690,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,89700,0,0,0,0,'',10865,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10868,10958,3519,0,136,60,62,0,690,0,0,0,0,0,0,0,0,0,0,0,'Arakkoa War Path','The arakkoa have attacked us again, this time striking in the night and then using their dark magic to escape before we could charge out to meet them in numbers. They use their summoning circles to rescue their warriors from certain death but they cannot run from us if we attack their homes. Veil Reskk and Veil Shienor lie to the north and northeast. $B$BFind these arakkoa nests and kill as many as you can.','Advisor Faila asks that you kill 14 Shienor Talonites and 6 Shienor Sorcerers and then return to her in Stonebreaker Hold.','Well done $C. The arakkoa have learned to fear the might of the Horde.','How many arakkoa have slain $N? Did they run from you? Did they run and hide when you stormed into their camp? ','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18449,18450,0,0,14,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10869,10958,3519,0,136,60,62,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Thin the Flock','The arakkoa have attacked us again, this time striking in the night and then using their dark magic to escape before we could marshal our soldiers. $B$BVeil Reskk and Veil Shienor lie to the north and northwest. Find these arakkoa nests and kill as many as you can. They may not fear us, but at least we can thin their numbers.','Lieutenant Gravelhammer asks that you kill 14 Shienor Talonites and 6 Shienor Sorcerers and then return to him in Allerian Stronghold.','Well done $C. The arakkoa have learned to fear the might of the Alliance.','How many arakkoa have you slain $N? ','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18449,18450,0,0,14,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10870,10958,3520,0,640,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ally of the Netherwing','Allow me to return you to Mordenai. I am certain that he wishes to see you once more.','Let Karynaku return you to Mordenai in the Netherwing Fields.','You have proven yourself as an ally of the Netherwing. My mother is free and my brothers and sisters are saved! $B$BPerhaps someday, we will call for you again. When that day comes, know that you will be welcomed with open arms - a brother to the Netherwing Dragonflight.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31492,31490,31493,31491,31494,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,42000,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10866,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10871,10958,3520,0,640,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ally of the Netherwing','Allow me to return you to Mordenai. I am certain that he wishes to see you once more.','Let Karynaku return you to Mordenai in the Netherwing Fields.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10872,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10872,10958,3520,0,128,70,70,1,0,0,0,0,0,0,0,0,0,10870,0,0,'Zuluhed the Whacked','He hides in my thoughts, mortal. He waits for me to break... for me to bend to his will.$B$BAnd this will be his undoing. I will call for him. I will tell him that I will do as he asks. When he appears, kill him and take the key!$B$BKnow this: Zuluhed is an ancient orc with unknown powers. He has surely been empowered further by Illidan. You risk your life for me in doing as I ask. Are you certain you wish to make such a sacrifice?','Kill Zuluhed the Whacked and recover Zuluhed\'s Key. Use Zuluhed\'s Key on Zuluhed\'s Chains to free Karynaku.','I am free! You have saved us, $N;!','','','Karynaku freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,22112,11980,0,0,1,1,0,0,38790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10873,10958,3519,0,136,63,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taken in the Night','Our small outpost is under constant attack. Several nights ago, we were raided by the spiders of Netherweb Ridge, on the southeastern edge of the Bone Wastes. They poisoned many of our people, wrapped them in webs and carried them away. Some of our warriors took up arms and with little preparation pursued the spiders.$B$BWe have not seen the captives or our hunting parties since. We hope that some may still be alive, perhaps imprisoned by the spiders. Our numbers are few. Will you search for our people?\n','Scout Navrin wants you to travel to the Netherweb Ridge and free 6 Webbed Sha\'tar Warriors and then return to him at Sha\'tari Base Camp.','You saved so many. I didn\'t think we would ever see them again. We cannot thank you enough, $N. ','Did you find our missing people?','','Sha\'tar Warrior Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,22459,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,3000,5000,0,2,5,1,0,0,0,0,0,0,1,0,0,5),(10874,10958,3519,0,136,62,65,0,0,0,0,0,0,0,0,0,0,10889,0,0,'Veil Shalas: Signal Fires','Terokk\'s perch, Skettis, looms above the Bone Wastes to the east. At the base of Skettis lies Veil Shalas, the most formidable of Terokk\'s colonies. It is through the stronghold of Veil Shalas that Terokk\'s forward sages wage war against the Light.$b$bThe evil-doers of Shalas communicate with their master using a complex system of magical signal fires. Travel to the east, $r, and extinguish the fires. Once Veil Shalas is silenced, we can begin to plot the fall of Skettis.$b$bBut I get ahead of myself.','Kirrik the Awakened at the Refugee Caravan wants you to extinguish the four signal fires of Veil Shalas.','We witnessed the cursed smoke rise from here. You are most brave, $c.','Veil Shalas must be silenced!','','Sapphire Fire Extinguished','Emerald Fire Extinguished','Violet Fire Extinguished','Bloodstone Fire Extinguished',0,0,0,0,0,0,0,0,0,0,0,0,-185216,-185217,-185218,-185219,1,1,1,1,0,0,0,0,0,0,0,0,25966,25965,25963,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10861,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,1,0,0,5),(10875,10958,3483,0,136,58,61,0,690,0,0,0,0,0,0,0,0,10876,0,0,'Report to Nazgrel','$n, during your foray with the Demoniac Scryer, I sent word of your exploits against the fel orcs. Nazgrel, our illustrious leader in Thrallmar, wishes to speak with you. I believe he has a bloody mission in mind...','Speak with Nazgrel at Thrallmar in Hellfire Peninsula.','It is good to hear of all your moves against the fel orcs, $N. The apothecaries have spent much time and resources studying the cause of their corruption, and although such information in invaluable... my orc blood burns to strike a severe blow against these betrayers!$B$BListen close, and I will explain my task...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',10838,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(10876,10958,3483,0,128,58,63,1,690,0,0,0,0,0,0,0,0,0,31702,1,'The Foot of the Citadel','Force Commander Gorax is training Shattered Hand captains at the base of Hellfire Citadel, honing them to a bloody razor\'s edge. You must kill him, $N, for his loss would be a mighty blow to the fel orcs.$B$BHowever, that is not all you must do.$B$BTake this banner. Place it atop Gorax\'s corpse. Gorax\'s commander, the Hand of Kargath, must answer your challenge if he has even a drop of true orc blood within him!$B$BHis head, the head of the hand of Kargath, is what I seek.','Kill Force Commander Gorax, place the Challenge From the Horde upon his corpse, kill The Hand of Kargath, and then bring the Head of the Hand of Kargath to Nazgrel in Thrallmar.','You have done a great deed, $N. The fel orcs are a shame to all true orcs. If we have one fear, it is the fear of succumbing to demonic corruption once again. So you see, our war against the fel orcs is more than merely a battle with fierce foes -- it is also a battle within ourselves.$B$BAnd with strength, strength you have shown time again, it is a battle we will win.','Have you faced the Hand of Kargath, $N? ','','','','','',31706,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31719,31717,31718,31720,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,1000,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,77700,0,0,0,0,'',10875,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10877,10958,3519,0,128,63,66,0,0,0,0,0,0,0,0,0,0,10923,31705,1,'The Dread Relic','Long ago a caravan went to Auchindoun with a mission to take a Dread Relic from the ancient tombs beneath the necropolis. They fled, but the relic was their undoing. The relic is evil and it summons evil when touched. Their caravan was destroyed somewhere to the east. $B$BThis dark artifact is the key to a terrible plan to defeat Teribus the Cursed, a creature that flies over the Bone Wastes. Help me if you wish, but your life and even your soul will be at risk.','Oakun wants you to travel east to the Derelict Caravan to recover the Dread Relic. Return to Oakun when the task is complete.','It is incredible that you succeeded. The Dread Relic is far more powerful than I feared. Only a mighty hero could have survived the long journey back carrying such blasphemous evil.','Do you have the Dread Relic? We must have it.','','','','','',31697,31705,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,35000,0,0,0,0,0,0,0,0,0,0,67800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10878,10958,3519,0,136,62,63,0,0,0,0,0,0,0,0,0,0,0,0,0,'Before Darkness Falls','After our caravan fell prey to an attack by Shadow Council cabal cultists, scouts were sent to Shattrath to call for help. The guards think we\'re safe for now, but they underestimate these madmen.$B$BI, for one, am not looking forward to having my throat slit by some cabal initiate in the middle of the night. Do us all a favor and take the fight to them, before they come to us.$B$BYou will find our attackers south of here, at Auchindoun\'s northern entrance.','Mekeda at the Refugee Caravan wants you to kill 8 Cabal Skirmishers, 4 Cabal Spell-Weavers and 2 Cabal Initiates.','I can breath a sigh of relief for now, $N. The Shadow Council will be held off for the time being.$B$BThey are murderers and cowards and your display of courage will keep them at bay.','Have you done what I asked of you, $N? I fear for our lives.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21661,21902,21907,0,8,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10879,10958,3519,0,130,62,65,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Skettis Offensive','Skettis has waged war on us! Have you gathered enough to help with Shattrath\'s defense?$b$bHold off the attackers!','Hold off the attackers and speak with Rilak the Redeemed.','I applaud your prowess in combat, $C. You have proven yourself to be a true defender of the Light. May A\'dal\'s blessing shine upon your darkest hours.$B$BBut look far into the horizon. Dark skies loom above Skettis. Terokk is undoubtedly plotting his next move. Shattrath is safe for now. But only tomorrow knows what terror will descend upon us.','This is no time for idle chatter, $N. We\'re under attack! Hold off the invaders!','Attack thwarted','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31727,31726,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,500,0,0,0,0,0,0,99000,0,0,0,0,0,0,0,0,0,0,99000,0,0,0,0,'',10889,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,396,396,396,0,0,0,0,0,3,396,396,396,0,0,0,0,0,1,0,0,7),(10880,10958,3519,0,128,62,64,0,0,0,0,0,0,0,0,0,0,10881,31707,1,'Cabal Orders','This message bears a dark seal and though the language seems somewhat familiar, it appears to be encoded.$B$BPerhaps someone at the Refugee Caravan will know something about it.','Bring the Cabal Orders to Mekeda at the Refugee Caravan in the Bone Wastes.','Ah, yes... this was written in a basic form of the shadow cypher. My knowledge of it is not perfect but it should suffice to translate this.$B$BYou learn much about unsavory subjects when you live among outcasts and refugees in the Lower City.','You wish to show me something, $N?','','','','','',31707,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(10881,10958,3519,0,136,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shadow Tomb','Many believe it was the Shadow Council that caused the explosion that tore Auchindoun apart. It is rumored they awoke a great evil inside.$B$BIf that is true, then that evil must have turned against them. According to these orders, part of the Shadow Council is fleeing Auchindoun. They are using the Shadow Tomb to store powerful artifacts from Auchindoun.$B$BThree of these are sacred, for they belonged to the powerful patriarchs Arunen, K\'alen and Atalor. I must ask you to retrieve them.','Go into the Shadow Tomb, west of the Refugee Caravan and retrieve the Drape of Arunen, the Gavel of K\'alen and the Scroll of Atalor. Return to Mekeda at the Refugee Caravan after you\'ve completed this task.','The Light might have forgotten me, but I have not forgotten the Light. These relics were once very sacred to my people.$B$BAllowing the Shadow Council to use their power for evil is... unthinkable!','Have you retrieved the relics, $N? We cannot allow the Shadow Council to use their power for dark purposes.','','','','','',31709,31710,31708,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31728,31729,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80100,0,0,0,0,'',10880,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(10882,10958,3845,0,136,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Harbinger of Doom','$B$BPrince Kael\'thas has chosen his warden poorly, and now the entities that we kept locked up within the Arcatraz are breaking free.$B$BOne in particular, a servant of the Old Gods known as Harbinger Skyriss, seeks to usher in his masters\' vision of conquering all of the worlds in the universe.$B$B$N, you must not allow him to escape. Return to Tempest Keep, enter the Arcatraz, and slay Harbinger Skyriss before it is too late!','You have been tasked to go to Tempest Keep\'s Arcatraz satellite and slay Harbinger Skyriss. Return to A\'dal at the Terrace of Light in Shattrath City after you have done so.','Once again you have proven your mettle. Had Harbinger Skyriss broken free, countless thousands would have perished in the ensuing conflict, just as happened with another servant of the Old Gods, Skeram, on your world of Azeroth.$B$B$N, what I have to offer in return may seem a pittance in comparison, but know that it comes with the everlasting gratitude of the Sha\'tar.','$B$BAndorrian, perhaps you do not understand the magnitude of your mission? There is no time to waste... gather yourself a group of compatriots and enter the Arcatraz.$B$BPut an end to Harbinger Skyriss.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31747,31749,31748,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',10704,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(10883,10958,3703,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tempest Key','You have proven yourself capable of great feats, $N. Your discovery of the Cipher of Damnation and Kael\'Thas\' involvement is most important to our cause. Should Kael use the cipher, what little is left of this world may collapse.$B$BA\'dal is convinced that Kael must be stopped and now seeks adventurers willing to undergo trials. Those that prove their strength will be granted favor by the naaru.$B$B$B$BA\'dal awaits...\n','Speak with A\'dal in Shattrath City.\n','Tempest Keep is a naaru creation, mortal. Access to the vessel has always been within our power to grant. A return to Tempest Keep, though, had been deemed unnecessary. A point of pride for a mortal race, perhaps, but naaru invest little in such things.$B$BWe go now because we must. Kael\'thas cannot be allowed to utter the words of damnation.$B$BWhile the way is open, only a fool would enter unproven. Do not underestimate the purpose of the trials, mortal.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',10588,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10884,10958,3703,0,136,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: Mercy','Four trials you must pass before you are deemed worthy by the naaru.$B$BWithin the Shattered Halls of Hellfire Citadel are three of your people. They are held there by the merciless one, Kargath Bladefist. He seeks to execute them as a sign of his virility and power. You must save these prisoners before such an atrocity can come to pass. As proof of deed, bring me the unused axe of the executioner. It must not have a drop of blood on its blade!\n','A\'dal in Shattrath City wants you to recover the Unused Axe of the Executioner from the Shattered Halls of Hellfire Citadel.$B$BThis quest must be completed in Heroic dungeon difficulty.','Well done, $N. You have passed the trial of mercy.','','','','','','',31716,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10883,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10885,10958,3703,0,136,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: Strength','Four trials you must pass before you are deemed worthy by the naaru.$B$BThe trial of strength is divided in two. You must destroy the leader of the Coilfang Steamvaults, Warlord Kalithresh, and bring me his trident. Slay the extra-planar being known as Murmur, in the Shadow Labyrinth of Auchindoun, and bring me his essence.$B$BDo this and you will have passed the trial of strength.','A\'dal in Shattrath City wants you to recover Kalithresh\'s Trident and Murmur\'s Essence.$B$BThis quest must be completed in Heroic dungeon difficulty.','Well done, $N. You have passed the trial of strength.','','','','','','',31721,31722,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10883,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10886,10958,3703,0,138,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: Tenacity','Four trials you must pass before you are deemed worthy by the naaru.$B$BIn our travels we have encountered many dangerous beings. Some of these beings we incarcerated and placed in what is now known as the Arcatraz of Tempest Keep.$B$BThere is one prisoner, however, that is a victim of circumstance. A stowaway who was in the wrong naaru vessel at the wrong time.$B$BVenture to the Arcatraz and rescue the gnome, Millhouse Manastorm. Ensure his survival.','A\'dal in Shattrath City wants you to rescue Millhouse Manastorm from the Arcatraz of Tempest Keep.$B$BThis quest must be completed in Heroic dungeon difficulty.','Well done, $N. You have passed the trial of tenacity.','','Millhouse Manastorm Rescued','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10883,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10887,10958,3519,0,138,62,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escaping the Tomb','I appreciate your help, $N. I was certain I was going to be killed.$B$BLet\'s get out of here with a hurry. It won\'t be long before more cultists come after us.','Help Akuno find his way to the Refugee Caravan. Speak to Mekeda after you\'ve completed this quest.','You rescued Akuno, a dear friend of mine. For this I am in your debt, $N.','Yes, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31733,31734,31731,31732,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10888,10958,3836,0,192,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: Magtheridon','Four trials you must pass before you are deemed worthy by the naaru.$B$BOnly one obstacle remains, mortal. Gather an army and travel to the lair of Magtheridon, deep inside Hellfire Citadel. Battle your way to the heart of the chamber and destroy the foul corrupter!','A\'dal in Shattrath City wants you to slay Magtheridon.','You have proven yourself as a being of great power. The naaru grant you access to Tempest Keep.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17257,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31746,0,0,0,1,0,0,0,935,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10886,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10889,10958,3519,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Shattrath','Your actions, while brave, will surely rouse a vindictive response from Terokk.$b$bHurry to Shattrath. Send word to Rilak!','Travel to Shattrath City and speak with Rilak the Redeemed in the Lower City.','The guardians of Skettis grow restless from their perch. Shattrath is in trouble. We will surely feel the brunt of Terokk\'s revenge.$B$BMuster a defense party quickly! Speak with Defender Grashna and let him know you are ready to bear arms against our attackers!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,150,0,0,0,0,0,0,26000,0,0,0,0,0,0,0,0,0,0,49500,0,0,0,0,'',10874,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,1,0,0,4),(10890,9056,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'[UNUSED] ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10891,11403,0,121,8,50,50,0,1101,0,164,265,0,0,0,0,0,0,0,0,'Imperial Plate Armor','There\'s a dwarf in Gadgetzan by the name of Derotain Mudsipper who\'ll teach you how to make imperial plate armor. All you gotta do is get to the Tanaris desert and find him. Interested?','Speak with Derotain Mudsipper at Gadgetzan in Tanaris.\n','Of course I\'ll teach you how to make imperial plate armor! It might cost you a bit of gold... in the form of thorium bars!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10892,11403,0,121,8,50,50,0,690,0,164,265,0,0,0,0,0,0,0,0,'Imperial Plate Armor','There\'s a dwarf in Gadgetzan by the name of Derotain Mudsipper who\'ll teach you how to make imperial plate armor. All you gotta do is get to the Tanaris desert and find him. Interested?','Speak with Derotain Mudsipper at Gadgetzan in Tanaris.\n','Of course I\'ll teach you how to make imperial plate armor! It might cost you a bit of gold... in the form of thorium bars!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10893,10958,3522,0,136,65,67,0,0,0,0,0,0,0,0,0,0,10722,0,0,'Longtail is the Lynchpin','With the Blackwing wyrmcultists massing in the tunnel, we\'re hard pressed to deal with the situation. Quite frankly, they have the numbers.$B$BAnd while we\'ve been able to take care of any of their people that get too close, the fact remains that if they attack in earnest, we\'re going to be overrun.$B$BThe situation calls for someone to get through to the other end of the tunnel, and take out their leader, Draaca Longtail. Up for some fun?','Slay Draaca Longtail, the leader of the wyrmcultists in the Wyrmskull Tunnel.','With Draaca out of the picture, we should be able to take advantage of the situation. They\'ll be in-fighting over who should be in charge, and that will relieve some of the pressure.$B$BThat is, unless the overseer mentioned in that note you gave me comes to take her place.$B$BLet\'s see if you can do something to make sure that never happens!','Is she dead?$B$B$N, if we\'re to have a fighting chance here, we need you to sow confusion into their ranks by killing Draaca Longtail!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22396,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',10894,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10894,10958,3522,0,128,65,67,0,0,0,0,0,0,0,0,0,0,10893,31740,1,'Wyrmskull Watcher','Hmm, I\'m not certain what we should do. I\'m not much of a military planner.$B$BWatcher Moonshade will know what to do. He\'s heading up our defensive efforts at the Wyrmskull Tunnel to the west at the end of Wyrmskull Bridge. We have a force out there just in case the cultists try anything funny.$B$BPlease, take the note to him with all due haste.','Deliver the Meeting Note to Watcher Moonshade at the entrance of the Wyrmskull Tunnel in the Blade\'s Edge Mountains.','It\'s as I thought, and that\'s not good!$B$BI\'ve got an idea for how to help you, but first, I was wondering if you might help us out first?$B$BYou scratch my back, I\'ll scratch yours.','How can I help you? You bring news from Evergrove?','','','','','',31740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',10719,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10895,10958,3483,0,128,58,60,0,1101,0,0,0,0,0,0,0,0,0,31739,1,'Zeth\'Gor Must Burn!','It\'s time to strike Zeth\'Gor from the air! Our gryphon riders are ready for a sortie, $n. But they need someone on the ground to direct their fire. Are you ready for a covert mission?$B$BTake these smoke beacons into Zeth\'Gor, the Bleeding Hollow stronghold to the west. They have four guard towers: one near their northern wall, one near their southern wall, one near their forge and another nestled in their foothills. Place a beacon underneath each of the towers and we\'ll fly in and bomb them!','Use the smoke beacon at each of Zeth\'Gor\'s towers, and then return to Wing Commander Dabir\'ee at Expedition Point.','I could see the smoke and flames from here! Good job, $n! You received more than a few words of praise from our gryphon riders -- what you just did took a lot of guts...','Time is crucial, $N. We need those guard towers burned!','','Northern Tower Marked','Southern Tower Marked','Forge Tower Marked','Foothill Tower Marked',0,0,0,0,0,0,0,0,0,0,0,0,22401,21182,22402,22403,1,1,1,1,36374,36374,36374,36374,0,0,0,0,28057,28052,28050,28055,28051,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,71400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,5,0,6),(10896,10958,3519,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Infested Protectors','The trees of this land are ravaged by the power that was unleashed from Auchindoun. The foul magic that was unleashed blasted the land into the wastes you see all around. The trees that survived are now infested with wretched wood mites that crawl under their bark and gnaw at their flesh. $B$BRotting forest-rages and infested root-walkers are breeding grounds for the mites. They are found along the edge of the wood to the east. Destroy these creatures and then kill the mites that flee their husks.','Lakotae wants you to kill 25 Wood Mites and then return to him at the Refugee Caravan. The mites can be found living inside the bodies of Rotting Forest-Ragers and Infested Root-Walkers. ','You have done much to help Terokkar Forest, $N. With the worst of the mite colonies destroyed we may yet be able to reclaim this wasted land.','Have you destroyed the worst of the infestations?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22419,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,5),(10897,10958,0,181,136,68,70,81,0,0,171,325,0,0,0,0,0,0,0,0,'Master of Potions','As you know, plants have properties that allow alchemists to re-energize and reinvigorate others through potions.$B$BMy familiarity with the plants of Outland allows me to teach alchemists how to make the most out of them. If you\'re interested in expanding your knowledge of potions, I have but one task to ask of you.$B$BHigh Botanist Freywinn in Tempest Keep is rumored to have written a comprehensive botany guide. Bring it to me along with samples of your work and I\'ll teach you the knowledge you seek.','Lauranna Thar\'well wants you to go to the Botanica in Tempest Keep and retrieve the Botanist\'s Field Guide from High Botanist Freywinn. In addition she also wants you to bring her 5 Super Healing Potions, 5 Super Mana Potions and 5 Major Dreamless Sleep Potions.$B$B*WARNING!* You can only select one alchemy specialization.','Excellent! It looks like you\'re eager to learn, so let\'s get to it. I will teach you how to make the most out of the plants you use in your alchemical potions.$B$BYou will find that you can make herbs go a really long way if you know what you\'re doing. Sometimes you will be able to make two potion with materials you initially judged necessary for just one.','Are you sure about this, $N? Specializing in potions will prevent you from pursuing other specializations.','','','','','',31744,22829,22832,22836,0,0,1,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,28675,28676,0,0,0,0,0,0,0,151800,0,0,0,0,'',10905,0,0,0,'10899 10902',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10898,10958,3519,0,138,63,65,1,0,0,0,0,0,0,0,0,0,0,0,0,'Skywing','Skywing flutters around you.$b$bYou get the feeling he wants you to follow him.','Escort Skywing and report to Rilak the Redeemed in Shattrath City.','Alas, poor Skywing was under the dreaded curse of Luanga the Imprisoner!$B$BSkywing traveled to Veil Shalas to attempt to sway others in seeing the way of the Light. They didn\'t take lightly to his actions, especially sitting on the doorstep of Skettis.$B$BLuanga was one of Terokk\'s most feared agents. You have done well by freeing Skywing! I thank you.','What brings you here?','Escort Skywing','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31766,31765,31764,0,0,0,1,1,1,0,0,0,31760,0,0,0,1,0,0,0,1011,0,0,0,0,0,350,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,1,0,0,6),(10899,10958,0,181,136,68,70,0,0,0,171,325,0,0,0,0,0,0,0,0,'Master of Transmutation','Any alchemist will tell you that matter is malleable, any substance can be transformed into another - but nothing is really created or destroyed.$B$BA true master of transmutation can learn to overcome this limitation - and I can teach you how to obtain this mastery!$B$BAs a prospective transmuter you\'re undoubtedly familiar with primal might - the combination of the material representation of all primal forces. Show me proof of your transmuting prowess and I will share my knowledge with you.','Zarevhi at the Stormspire in Netherstorm wants you to bring him 4 Primal Mights.$B$B*WARNING!* You can only select one alchemy specialization.','Excellent work, $N! These transmutations are perfect in every way!$B$BI will now teach you the manner in which the alchemical transmutation process can conjure matter out of thin air! Make good use of your knowledge, master transmuter.$B$BNow, if you\'ll excuse me, I have to go see a buyer interested in primal might.','Are you sure you want to become a master transmuter? If you specialize in this field you will find it impossible to specialize in potions or elixirs.','','','','','',23571,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,28672,28674,0,0,0,0,0,0,0,75900,0,0,0,0,'',10907,0,0,0,'10897 10902',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10900,10958,3717,0,128,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Mark of Vashj','','','Burn it down, $R. Burn it all down! They deserve nothing! Do you hear me! NOTHING! They must pay for what they have done. For what they continue to do.$B$BI would kill Vashj myself if I could break free of these damned bindings.$B$BOr maybe you seek to do the work of Neptulon? Her death serves both of us, soft-skin. Will you assist me in forming the sacred cudgel.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10901,10958,3717,0,192,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Cudgel of Kar\'desh','Bring me the elemental signets that the cudgel requires!$B$BThe earthen signet is held by Gruul the Dragonkiller. Gruul can be found inside his lair in the Blade\'s Edge Mountains.$B$BThe second signet is the blazing heart of a creature known as Nightbane. This mythical beast is said to reside in the hallowed halls of the prophet, Medivh.$B$BMake haste!\n','Skar\'this the Heretic in the heroic Slave Pens of Coilfang Reservoir wants you to bring him the Earthen Signet and the Blazing Signet.','At last!$B$BI have not forgotten our agreement, mortal. You too will now be able to enter the lair of Lady Vashj. Now leave me! I have much to plan.','With the cudgel reformed, I shall break free of my bonds and return to Serpentshrine to exact vengeance on Vashj and her minions!','','','','','',31750,31751,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10900,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10902,10958,0,181,136,68,70,81,0,0,171,325,0,0,0,0,0,0,0,0,'Master of Elixirs','I\'ve devoted my life to perfecting my elixirs. Despite my success, I haven\'t been able to create an elixir of eternal life.$B$BI think I know the reagent I\'m missing. I\'ve heard of a place called the Caverns of Time in Azeroth where intruders known as rift lords and rift keepers phase in and out of the timeline.$B$BThis intrusive time-shifting creates tears in time itself, twisting it infinitely into crystallized essences. Bring these to me along with samples of your work and I\'ll teach you all I know.','Go to the Black Morass in the Caverns of Time and obtain 10 Essences of Infinity from Rift Lords and Rift Keepers. Bring these along with 5 Elixirs of Major Defense, 5 Elixirs of Mastery and 5 Elixirs of Major Agility to Lorokeem in Shattrath\'s Lower City.$B$B*WARNING!* You can only select one alchemy specialization.','You are very good with elixirs, if these are any indication. You will make a fine student.$B$BThese essences will provide me enough materials to formulate my recipe. I will be known among all alchemists for this discovery!$B$BNow, if you\'re willing to learn, I am willing to teach.','The essences! Do you have them?','','','','','',31753,22834,28104,22831,0,0,10,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,28677,28678,0,0,0,0,0,0,0,151800,0,0,0,0,'',10906,0,0,0,'10897 10899',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(10903,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Return to Honor Hold','$n, while you were on your mission in Zeth\'Gor, I received news of my commanding officer, Colonel Jules. He was stricken with a demonic corruption while fighting near the Gor\'gaz Outpost, and his situation has grown very bad.$B$BYou have made such great gains for us against the fel orcs. Your strength in battle is without question... is your spirit just as strong?$B$BPlease, return to Honor Hold and speak with Klatu, in an upper room at the Honor Hold inn.','Speak with Assistant Klatu, at Honor Hold\'s inn.','Yes, it is true. Colonel Jules\' situation has grown much worse these past days. Anchorite Barada is busy praying for him... let us hope he may be cured.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29100,0,0,0,0,'',10485,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10904,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,10911,0,0,'Harvesting the Fel Ammunition','We must shut down the Burning Legion\'s access to Death\'s Door, but first you\'re going to destroy their two warp-gates!$B$BThe problem is, we can\'t even scratch one of those things, so you\'re going to need to use their own weapons against them.$B$BThe death\'s might, death\'s watch, deathforge over-smiths and deathforge technicians carry the ammunition for the fel cannons.$B$BNormally it wouldn\'t affect any of them, but if you bring the cannonballs to me, I will imbue them with Nature\'s unbridled wrath!','Collect 5 Fel Cannonballs.','Those things stink more than I thought they would!$B$BQuickly, hand them over to me and I will imbue them with Nature\'s force such that they will prove extremely deadly to their fel masters and their unnatural creations.','Do you have the cannonballs yet?','','','','','',31757,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10910,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10905,10958,0,181,136,68,70,0,0,0,171,325,0,0,0,0,0,10897,0,0,'Master of Potions','My knowledge of alchemy is vast. It is, however, general in nature. If you wish to specialize, you will have to find others who have narrower fields of study.$B$BIf you wish to specialize in potion creation, I would recommend that you seek the help of Lauranna Thar\'well of the Cenarion Expedition.$B$BHer knowledge of plants will allow you to make the most of your raw materials. Look for her in Zangarmarsh and tell her I sent you to her.','Speak to Lauranna Thar\'well at Cenarion Refuge in Zangarmarsh.$B$B*WARNING!* You can only select one alchemy specialization.','You want me to help you with your study of potions? Very well, $N. Let\'s see what we can do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'10906 10907',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10906,10958,0,181,136,68,70,0,0,0,171,325,0,0,0,0,0,10902,0,0,'Master of Elixirs','My knowledge of alchemy is vast. It is, however, general in nature. If you wish to specialize, you will have to find others who have narrower fields of study.$B$BIf you wish to specialize in elixir creation, I would recommend that you seek the help of the arakkoa known as Lorokeem.$B$BHis knowledge of elixirs is unmatched, yet he squanders his skill pursuing an elixir of eternal life. Find him and see what he can teach you.','Speak to Lorokeem in Shattrath\'s Lower City.$B$B*WARNING!* You can only select one alchemy specialization.','You want to learn from me? Hmmm, yes. Perhaps you\'ll be a suitable student.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'10905 10907',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10907,10958,0,181,136,68,70,0,0,0,171,325,0,0,0,0,0,10899,0,0,'Master of Transmutation','My knowledge of alchemy is vast. It is, however, general in nature. If you wish to specialize, you will have to find others who have narrower fields of study.$B$BIf you wish to specialize in transmutation, I would recommend that you seek the help of the ethereal known as Zarevhi. He resides in the Stormspire in Netherstorm.$B$BHis mastery of transmutation is... well, outlandish! See what you can learn from him, but beware - ethereals drive a hard bargain.','Speak to Zarevhi at the Stormspire in Netherstorm.$B$B*WARNING!* You can only select one alchemy specialization.','You want me to help you with your study of transmutations? Very well, $N. Let\'s see what we can do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'10905 10906',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10908,10958,3519,0,136,62,63,0,0,0,0,0,0,0,0,0,0,10847,0,0,'Speak with Rilak the Redeemed','You look surprised to be talking to me. I do not blame you. My people, the arakkoa, deserve to be feared.$b$bSpeak with Rilak the Redeemed in Shattrath City if you wish to know more. He can be found in the northern part of the Lower City, with the other outcasts of Skettis.$b$bAnd, $n, we will speak again.','Kirrik the Awakened wants you to speak with Rilak the Redeemed in the Lower City section of Shattrath City.','So we meet, $n. You must forgive the lack of formalities for time is of the essence.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',10863,0,0,0,'10862 10863',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,3,396,396,396,0,0,0,0,0,1,0,0,1),(10909,10958,3483,0,128,58,61,0,1101,0,0,0,0,0,0,0,0,0,31772,1,'Fel Spirits','Colonel Jules was cursed in a battle near the Gor\'gaz Outpost, a haunt for Shattered Hand fel orcs. My master, Barada, works feverishly to cure the poor human, but he needs help. The Colonel\'s tormented spirit seeks peace, and his path to peace is, I fear, a path of vengeance.$B$BTake this anchorite relic to Gor\'gaz Outpost. Place it upon the ground near Shattered Hand orcs and defeat them. This will release their fel spirits -- you must slay those fel spirits for Jules\' own spirit\'s recovery.','Klatu in Honor Hold wants you to use the Anchorite Relic at Gor\'gaz Outpost southwest of Honor Hold, slay Shattered Hand Berserkers near the relic, and then slay 10 released Fel Spirits to avenge Colonel Jules.','The Shattered Hand orcs are foul and beyond hope, but my heart is saddened that the road to salvation for Colonel Jules holds such bloodshed.','The fel spirits of the Shattered Hand orcs are a blight to poor Jules\' soul. Tell me, $N... has he been appeased?','','Jules Avenged','','','',0,31772,0,0,0,0,0,1,0,0,0,0,22454,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',10903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6,6,0,5),(10910,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,10904,31763,1,'Death\'s Door','Now there is an even greater threat from the Burning Legion. To the south is a portal known as Death\'s Door, which opens upon the horrific world where the Legion breeds its deadly hounds.$B$BTo get there, exit Evergrove by heading east up the ramp. Follow the path south, through the Bladed Gulch, Razaan\'s Landing, Razor Ridge and the Scalewing Shelf. Then, take the ramp down into the Vekhaar Stand and enter Death\'s Door through the tunnel, south of Mok\'Nathal.$B$BOnce there, use this druid signal.','Use the Druid Signal at Death\'s Door to call down and speak with an Evergrove Druid.','It is a relief that Wildlord Antelarion has sent you to us. The problem is much worse than first we feared!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10911,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,10912,31807,1,'Fire At Will!','Now that the ammunition can affect the Burning Legion, it\'s time for you to use it.$B$BThere are two warp-gates, which are used for teleportation and enhancement of the void terrors. One is in the south and the other in the north, and each is within range of a fel cannon.$B$BUse the naturalized ammunition to take control of each fel cannon and destroy the warp-gates.$B$BAttack the gate with artillery to begin, and be prepared to kill its defenders to keep the cannon alive if necessary.','Use the Naturalized Ammunition to take control of the Death\'s Door Fel Cannons. Use the cannons to destroy both the South Warp-Gate and the North Warp-Gate.','Your prowess is staggering!$B$BVery well, with the warp-gates out of the picture, there\'s only one thing left to do.','Have you destroyed both of the warp-gates yet?','','South Warp-Gate Destroyed','North Warp-Gate Destroyed','','',0,0,31807,0,0,0,0,0,1,0,0,0,22504,22503,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,'',10904,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10912,10958,3522,0,128,65,68,0,0,0,0,0,0,0,0,0,0,0,31809,1,'The Hound-Master','Baelmon the Hound-Master must die! He maintains the ritual that keeps the portal functioning.$B$BThe Death\'s Door portal is located at the north end of the canyon. When you find it, you will find Baelmon.$B$BYou\'re going to need help on this one, so take this wand. When you battle the Hound-Master, use it and a couple of my friends will come to your aid.$B$BAfter you have defeated Baelmon, return to Wildlord Antelarion.$B$BAnd, $N, thank you for all that you\'ve gone through for us here.','Slay Baelmon the Hound-Master.','You are truly an amazing $R! If I thought that we were indebted to you before, then now there is simply no way in which we could ever repay you.$B$BBut we\'ll give it a try. Thank you, $Ghero:heroine; of Evergrove!','It is over then? Has the danger at Death\'s Door been averted?','','','','','',0,31763,31809,0,0,0,0,1,1,0,0,0,19747,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31693,31696,31695,31692,31691,31694,1,1,1,1,1,1,0,0,0,0,0,0,0,0,942,0,0,0,0,0,500,0,0,0,0,0,0,117000,0,0,0,0,0,0,0,0,0,0,107700,0,0,0,0,'',10911,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10913,10958,3519,0,128,63,65,0,0,0,0,0,0,0,0,0,0,10914,31769,1,'An Improper Burial','Is there nothing that can be done to stem the tide of corruption? My soldiers have been battling the Auchenai for days now with no end in sight. Each casualty, whether Auchenai or Sha\'tar, is snatched from the battlefield - their souls lifted and taken to parts unknown.$B$BI will not have it! A proper burial is out of the question but those fiends will not have their souls! Take this torch and travel to the field of battle, directly east of here. Burn every corpse you see! We will not fuel their rituals.','Commander Ra\'vaj at the Sha\'tari Outpost in the Bone Wastes of Terokkar Forest wants you to burn 8 Slain Auchenai Warriors and 8 Slain Sha\'tar Vindicators.','$B$BIt\'s not enough... It\'s just not enough.','It\'s a terrible thing to ask, I know...','','Slain Sha\'tar Vindicator corpse burned','Slain Auchenai Warrior corpse burned','','',0,0,0,31769,0,0,0,0,0,1,0,0,21859,21846,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(10914,10958,3519,0,136,63,65,0,0,0,0,0,0,0,0,0,0,10915,0,0,'A Hero Is Needed','It is not enough. A hero is needed. Our forces are overwhelmed as the Auchenai continue to grow in number.$B$B$B$BWill you be the hero? Return to the field of battle and strike at their soldiers. Keep them occupied so that my scouts can get behind their lines and see what they are creating.','Commander Ra\'vaj at the Sha\'tari Outpost in the Bone Wastes of Terokkar Forest wants you to slay 12 Auchenai Initiates and 5 Auchenai Doomsayers.','You\'ve done it, $N! Because of you, we have made a new discovery...','Take no prisoners!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21284,21285,0,0,12,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10913,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10915,10958,3519,0,136,63,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fallen Exarch','They are feeding the souls they steal to a coffin that they have dragged out from the Auchenai Crypts. My scouts believe the contents of the coffin to contain the first exarch of the crypts. They seek to resurrect the ancient one!$B$BYou must battle your way to the western side of Auchindoun and disturb the contents of that coffin before they feed it enough souls. Should you lose your way, follow the walking souls.$B$BDestroy whatever is inside that coffin!','Commander Ra\'vaj at the Sha\'tari Outpost in the Bone Wastes of Terokkar Forest wants you to destroy the contents of the Auchenai Coffin.','Victory is ours! This defeat will set the Auchenai back several weeks.','You must destroy the ancient evil before it has regained its powers.','','Contents of the Auchenai Coffin destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,22452,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31798,31797,31796,31794,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10914,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,4,1,0,0,0,0,0,0,1,0,0,5),(10916,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Digging for Prayer Beads','Anchorite Barada plans to exorcise the corruption from Colonel Jules, and will require an assistant for the task. Such an assistant must be prepared...$B$BI am ashamed to admit that my prayer beads were lost in Honor Hold\'s courtyard. I believe the dog Fei Fei stole them and buried them, but I do not know where. If you speak with his master, Warrant Officer Tracy Proudwell, perhaps she will know where Fei Fei hides his stolen treasures.','Recover the Draenei Prayer Beads and bring them to Assistant Klatu in Honor Hold.','You found the prayer beads! Well done, $n. You are a wonder, indeed -- you slay the horrors of Hellfire Peninsula one moment and find lost treasures the next. Your people truly inspire!$B$BIt is good that you recovered these beads... for they will be invaluable in the exorcism ritual to come.','Have you found the prayer beads, $n? Their powers are crucial to many holy rites... including the rite of exorcism.','','','','','',31795,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29100,0,0,0,0,'',10903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,3),(10917,10958,3519,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Outcast\'s Plight','As an outcast, I am marked by death by arakkoa loyal to the city of Skettis. I cannot leave these walls for fear of my life, but that doesn\'t mean I cannot strike at them in retaliation.$B$BI have a small cache of treasure that I\'m willing to part with, should you help me strike back at my would-be assassins. Bring me feathers from the denizens of the various Veils of Terokkar as proof of their demise.','Bring 30 Arakkoa Feathers to Vekax in Shattrath\'s Lower City.','$B$BYes, that will show Skettis that we Outcasts will not take their punishment lying down. Here is the reward I promised you. I can arrange for more, should you provide me with additional feathers.','Do you bring the feathers I asked for, $N?','','','','','',25719,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,1,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,9000,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(10918,10958,3519,0,136,62,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Feathers','','','$B$BYes, that will show Skettis that we Outcasts will not take their punishment lying down. Here is the reward I promised you. I can arrange for more, should you provide me with additional feathers.$B$B','Skettis\'s lapdogs still keeps a close watch over us, outcasts. The moment any of us sets foot outside Shattrath we\'ll be as good as dead.$B$BBring me more feathers as proof of your victory over them.','','','','','',25719,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,1,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10917,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(10919,10958,3483,0,136,1,61,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Fei Fei\'s Treat','','','','Fei Fei looks at you expectantly...','','','','','',31799,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10920,10958,3519,0,136,63,65,0,0,0,0,0,0,0,0,0,0,10921,0,0,'For the Fallen','When the dreadfang widows attacked our outpost we heard the voice of the naaru calling us to battle. We pursued the creatures into the night. Some of our people we found dead in the dark, others we could hear struggling against their captors. $B$BBy morning we had come to this place and we fought a fierce battle but we were beaten. Dreadfang poison will soon take my companions and I cannot last long. Before I die I must know that the dreadfang widows were beaten.','Vindicator Haylen wants you to slay 20 Dreadfang Widows and then return to him just west of Netherweb Ridge.','I heard the sounds of your battle from here, $C. The sounds of your victory filled my heart with hope. If you can win against such terrible odds, perhaps I can find the strength to drag my companions from this terrible place.','I can feel the poison flowing through my veins. The naaru call to me, I can see the light. Are the dreadfang widows defeated?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18467,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,396,0,0,0,0,0,0,0,3,68,66,68,0,0,3000,7000,0,1,0,0,5),(10921,10958,3519,0,136,63,65,1,0,0,0,0,0,0,0,0,0,10926,0,0,'Terokkarantula','You have slain many of the dreadfang widows but they will continue to spawn and soon they will strike at us again. Deep within Netherweb Ridge is the lair of the Terokkarantula, the brood-mother of these gruesome creatures. If we are to be safe, she must die. ','Vindicator Haylen wants you to kill the Terokkarantula and then return to him west of Netherweb Ridge.','The dreadfangs are beaten. You have killed many and even their foul mother has fallen before you. I am too poisoned to fight my way to freedom.$B$BPlease, take some of my equipment. It will lighten my load and give you the tools you need to make the journey back to Sha\'tar Outpost.','Has Terokkarantula been slain?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20682,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31821,31820,31819,31823,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10920,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10922,10958,3519,0,130,63,65,1,0,0,0,0,0,0,0,0,0,10929,0,0,'Digging Through Bones','Oy! You look like you can take care of yerself, $r. Me and the crew here are looking for a bodyguard to watch over us while we hit a dig site to the north. The pay is pretty good and all you gotta do is make sure no nasty creatures kill me or any of my employees.$B$BIf you successfully make it back without any casualties, Dwarfowitz over there will pay ya.','Escort Letoll and his crew and protect them while they make their dig. Return to Dwarfowitz at the Sha\'tari Outpost if you succeed.\n','A bone wurm! Fantastic! This may actually be the first time in recorded history that Letoll has actually made a discovery.','You get paid when the job is done, $Gsonny:missy;.','Protect the Explorers','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,1,1,1,0,0,0,0,2,5,1,0,0,0,0,0,0,1,0,0,5),(10923,10958,3519,0,128,63,65,1,0,0,0,0,0,0,0,0,0,0,31811,1,'Evil Draws Near','Now you must use the Dread Relic in a foul necromantic ritual if you wish to challenge Teribus the Cursed. To the northeast, beyond Auchindoun, is the Writhing Mound, a place where necromancers gather. $B$BThe auchenai death-speakers and doomsayers carry doom skulls that are laced with powerful necro-enchantments. If you collect enough skulls you can use their power along with the power of the Dread Relic to command Teribus to face you.','Oakun wants you to take the Dread Relic to the Writhing Mound. Once there, kill Auchenai Death-Speakers and Auchenai Doomsayers to collect 20 Doom Skulls. Then find the Writhing Mound Summoning Circle and use the Dread Relic to summon and destroy Teribus the Cursed. Return to Oakun when the deed is done.','A great evil has been cleansed from Terokkar. The Sha\'tar are in your debt.','Has Teribus the Cursed ben purged from the skies of Terokkar?','','','','','',0,0,31811,0,0,0,0,0,1,0,0,0,22441,0,0,0,1,0,0,0,0,39239,0,0,0,0,0,0,31816,31817,31818,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10877,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10924,10958,3523,0,128,67,69,0,0,0,0,0,0,0,0,0,0,0,31815,1,'Bloody Imp-ossible!','The blood of the warp chasers in this area is a powerful and rare reagent. It\'s one of my biggest sellers.$B$BNormally, I take my imp, Zeppit, out to help me gather it. Warp chaser blood is simply too caustic to be handled safely by you or I, but it doesn\'t bother Zeppit.$B$BThings are getting busier here at the shop, so if I send Zeppit with you, will you help gather the blood? Zeppit\'s attention tends to wander, so you\'ll need to be close to the chaser when it dies for Zeppit to do his work.','Bring 8 vials of Warp Chaser Blood to Sab\'aoth at Cosmowrench.','This should prove a large enough supply for my needs.$B$BI hope the imp didn\'t give you too much trouble. He has a bit of a nasty mouth on him.','Did Zeppit cooperate enough for you to get all the blood I\'ll need?','','','','','',31813,31815,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,73800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(10925,10958,3519,0,136,255,255,1,0,0,0,0,0,0,0,0,0,0,31811,1,'Evil Draws Near','','','','','','','','','',0,0,31811,0,0,0,0,0,1,0,0,0,22441,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10926,10958,3519,0,128,63,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Sha\'tari Base Camp','We will not make it back on our own. The dreadfang poison is too strong. You must return to Sha\'tari Base Camp for us. Scout Navrin will send a rescue party out to find us.','Vindicator Haylen wants you to return to the Sha\'tari Base Camp in the Bone Wastes and speak with Scout Navrin.','It is good to know that some of our warriors fought well against the dreadfang widows. We will send a rescue party immediately.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49500,0,0,0,0,'',10921,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10927,10958,3522,0,136,65,65,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Killing the Crawlers','Commander Skyshadow wants this tunnel cleared out so we can expedite trade with the Harborage. I must not leave my post here so I am leaving the task in your hands. Clear the tunnel and report to Commander Skyshadow at once!\n','Slay 6 Cavern Crawlers.','Good work, $C. That tunnel is our lifeline to the swamp.','I swore I told Sentinel Moonwhisper to give direct orders. Are you not obeying them?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22044,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,1,0,0,5),(10928,10958,3522,0,136,65,65,0,690,0,0,0,0,0,0,0,0,0,0,0,'Killing the Crawlers','Tor\'chunk Twoclaws wants this tunnel cleared out so we can expedite trade with Swamp Rat. I must not leave my post here so I am leaving the task in your hands. Clear the tunnel and report to Tor\'chunk Twoclaws at once!\n','Slay 6 Cavern Crawlers.','Good work, $C. That tunnel is our lifeline to the swamp.','I swore I told Grunt Grahk to give direct orders. Are you not obeying them?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22044,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10929,10958,3519,0,128,63,65,1,0,0,0,0,0,0,0,0,0,10930,31810,1,'Fumping','How would you like to do a little more work for the Explorers\' League? These bone worms have us all quite intrigued.$B$BI\'ve got a drum right here that you can use out in the Bone Wastes. Just bang on the damned thing and see what you get. If it\'s a worm, kill it and bring back the carcass for us to study. We\'ll need a good lot of carcasses to get a valid testing sample.','Dwarfowitz at the Sha\'tari Base Camp in the Bone Wastes wants you to bring him 8 Mature Bone Sifter Carcasses.','Sand gnomes? Yea, sure... The desert can do strange things to a person.$B$BI think we\'re about to make a breakthrough here with these worms!','We think the one that popped up at the dig was actually a baby worm!','','','','','',31814,31810,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',10922,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,1,1,1,0,0,0,0,4,6,1,1,5,0,0,0,0,5,0,0,5),(10930,10958,3519,0,128,63,65,1,0,0,0,0,0,0,0,0,0,0,31825,1,'The Big Bone Worm','I was right! These carcasses you brought me belong to the baby bone worms. Do you know what that means? It means that somewhere out there is a big one! I think we can get it to come out if we can provide the right kind of food. Let\'s see... something big! Yes!$B$BI remember seeing clefthooves east of here on the other side of the Bone Wastes. Get out there and kill a clefthoof. Once it\'s dead, use the drums. Hopefully the big one will come up to feed. If you manage to kill it, bring me its organs!','Dwarfowitz at the Sha\'tari Base Camp in the Bone Wastes wants you to recover Enormous Bone Worm Organs.$B$BHe wants his Fumper back too.\n','Amazing! Look at this stuff! The thing-a-ma-whatever has some sort of dust inside its whatcha-ma-bobber. Bah! I won\'t bore you with all this scientific jargon. I did manage to pull a few teeth from the little ones to make these incredibly sharp knives. Want one?','Take a friend with you!','','','','','',31826,31825,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31756,31758,31759,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',10929,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,5,1,5,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,6),(10931,10958,0,262,136,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,'Return to the Exodar','Your master Caedmos of the Exodar has requested to see you. It concerns your training, but I don\'t really know anything beyond that.','Speak with Caedmos at the Exodar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10932,10958,0,262,136,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,'Return to the Exodar','Your master Caedmos of the Exodar has requested to see you. It concerns your training, but I don\'t really know anything beyond that.','Speak with Caedmos at the Exodar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10933,10958,0,262,136,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,'Return to Silvermoon','Your master Aldrae in Silvermoon City has requested to see you. It concerns your training, but I don\'t really know anything beyond that.','Speak with Aldrae in Silvermoon City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10934,10958,0,262,136,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,'Return to Silvermoon','Your master Aldrae in Silvermoon City has requested to see you. It concerns your training, but I don\'t really know anything beyond that.','Speak with Aldrae in Silvermoon City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10935,10958,3483,0,128,58,61,0,1101,0,0,0,0,0,0,0,0,10936,31828,1,'The Exorcism of Colonel Jules','$n, it is time to save Colonel Jules. His condition has worsened and Barada fears that, if we do not cleanse him of his corruption, he will be lost to us.$B$BTake the prayer beads you found and speak with Anchorite Barada to begin the ritual. Let no disruptions stop the ritual... and if all goes well, Colonel Jules will be saved. Speak with Jules when he is saved, then return to me.','Speak with Anchorite Barada. Use the prayer beads to help with the ritual, and then speak with Colonel Jules when he is saved. Finally, return to Assistant Klatu.','You have done it, $n. You have saved Colonel Jules\' soul and cast the darkness within him back to where it came. A great, noble deed this is! A hero\'s day!','Go to Anchorite Barada, $n. He must succeed with his ritual if the colonel is to be saved.','','Colonel Jules Saved','','','',0,31828,0,0,0,0,0,1,0,0,0,0,22432,0,0,0,1,0,0,0,39371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,250,0,0,0,0,0,0,40000,0,0,0,0,0,0,0,0,0,0,73200,0,0,0,0,'',10909,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,2,4,0,0,0,0,0,0,1,0,0,6),(10936,10958,3483,0,136,58,61,0,1101,0,0,0,0,0,0,0,0,10937,0,0,'Trollbane is Looking for You','While we were busy, a messenger was waiting out in the hall. I suppose he grew tired, or perhaps he simply ran away at the sight of Jules floating around the room.$B$BEither way, Force Commander Danath is looking for you. I suggest that you seek an audience with him inside the barracks as quickly as possible!','Assistant Klatu has informed you that Force Commander Danath Trollbane has been seeking you. Speak to him in the barracks at Honor Hold in Hellfire Peninsula.','It\'s about time! I heard all about what you\'ve been up to with that draenei priest. You totally freaked my messenger out!$B$BNow that you\'re done with that, I have a little mission planned for you to Hellfire Citadel.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',10935,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,2,5,1,0,0,0,1000,0,0,1,0,0,1),(10937,10958,3483,0,136,58,62,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Drill the Drillmaster','I\'m receiving reports that the Shattered Hand fel orcs, out in front of Hellfire Citadel, are organizing for what looks like an all-out assault. No doubt, they\'re not happy about your successes against all of the clans.$B$BGet to the base of the citadel, where the Path of Glory ends. You\'ll find the fel orcs busy with their preparations, but you\'re going to catch them with their pants down.$B$BEliminate the one that\'s in charge of that force. Kill Drillmaster Zurok!','Force Commander Danath Trollbane has ordered you to kill Drillmaster Zurok with all due haste. Return to the force commander at Honor Hold in the Hellfire Peninsula once the drillmaster is dead.','I wasn\'t going to believe it until I heard it from you, personally. Already our scouts are trickling in with information that the Shattered Hand are in disarray without their precious drillmaster to tell them what to do.$B$BYou\'ve traveled a long road, $N. I trust that you will accept this armor along with my thanks. Wear it proudly, you\'ve earned it!','Is the drillmaster dead? Hmm, maybe my scouts are wrong?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19312,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31719,31718,31717,31720,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,1000,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,75600,0,0,0,0,'',10936,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,1,1,0,0,1000,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,6),(10938,10958,0,364,0,1,70,0,0,0,0,0,0,0,0,0,0,0,31890,1,'Darkmoon Blessings Deck','Now that you have gathered all of the Blessings cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Blessings Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Blessings. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater Darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of Blessings! Congratulations!','','','','','',31890,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31856,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10939,10958,0,364,0,1,70,0,0,0,0,0,0,0,0,0,0,0,31891,1,'Darkmoon Storms Deck','Now that you have gathered all of the Storms cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Storms Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Storms. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater Darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of Storms! Congratulations!','','','','','',31891,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31857,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10940,10958,0,364,0,1,70,0,0,0,0,0,0,0,0,0,0,0,31907,1,'Darkmoon Furies Deck','Now that you have gathered all of the Furies cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Furies Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Furies. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater Darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of Furies! Congratulations!','','','','','',31907,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31858,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10941,10958,0,364,0,1,70,0,0,0,0,0,0,0,0,0,0,0,31914,1,'Darkmoon Lunacy Deck','Now that you have gathered all of the Lunacy cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Lunacy Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Lunacy. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater Darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of Lunacy! Congratulations!','','','','','',31914,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31859,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10942,10958,0,284,128,60,-1,0,690,0,0,0,0,0,0,0,0,0,31880,1,'Children\'s Week','One special little girl is going to be very happy to have you as a friend, even if it is for a short while.$B$BTake this whistle. With it, you will be able to call for the child that you have agreed to sponsor. It will only last for a limited time - not much longer than Children\'s Week itself, in fact.$B$BPlease, $N, call upon your orphan. I know that she will be more than excited to meet you and have the opportunity to venture out of the city!','Use the Blood Elf Orphan Whistle to call for the ward that you will be looking after during Children\'s Week.','Hmph, you\'re my sponsor? I\'m Salandria! I\'ve been here ever since I was a little baby. My parents were taken by the war, so I have to live here at the orphanage.$b$bIt\'s not that bad, but I always wanted to go places -- I haven\'t ever stepped foot outside of the city. I\'ve already made a list of all the cool places that I want to go, and the awesome things that I want to do.$b$bI\'m ready to go when you are!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(10943,10958,0,284,128,60,-1,0,1101,0,0,0,0,0,0,0,0,0,31881,1,'Children\'s Week','One special little girl is going to be very happy to have you as a friend, even if it is for a short while.$B$BTake this whistle. With it, you will be able to call for the child that you have agreed to sponsor. It will only last for a limited time - not much longer than Children\'s Week itself, in fact.$B$BPlease, $N, call upon your orphan. I know that she will be more than excited to meet you and have the opportunity to venture out of the city!','Use the Draenei Orphan Whistle to call for the ward that you will be looking after during Children\'s Week.','You must be the adventurer who\'s going to be my big brother for Children\'s Week! I\'m Dornaa, pleased to meet you.$b$b$b$bMother and father were killed in the war, and I\'ve lived in the orphanage all my life. It\'s nice, actually, but I\'ve always wanted to go places and see things.$b$bI\'ve already made a list of places we could visit, if that\'s okay? I just know that we\'re going to have a great time together!$b$bI\'m ready to go when you are!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,1,1,1,1,0,0,0,0,1,1,0,0),(10944,10958,3520,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Secret Compromised','Thanks again, $N. I recognize your name. Akama has entrusted you with his plans and so I will trust you as well.$B$BThe naga discovered I was working against Illidan and tried to get me to speak by torturing me. I did not tell them a thing - Akama himself taught me to master pain through meditation.$B$BIllidan asked the naga to bring me to him. He would have seen right through my flesh and into my soul\'s deepest secrets.$B$BAkama must be warned. Our plans are in jeopardy!','Travel to the Warden\'s Cage in Shadowmoon Valley and speak to Akama.','I thank you, $N. Olum is one of my dearest friends and most trusted followers. His contributions have been of vital importance to our plans.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,350,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10708,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10945,10958,0,284,262282,60,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hch\'uu and the Mushroom People','I had a friend named Hch\'uu. She told me that she ended up in the orphanage because she had to run away from an evil fungal giant and got lost.$B$BWe had great fun until her people came and took her away last year. I think she said she was going to live at a place called Sporeggar.$B$BI\'d like to go to see her and have a look at her mushroom village. The orphan matron told me that it is on the west side of Zangarmarsh, between the Sporewind and Marshlight lakes.$B$BCan we go? Can we go? Please?!','Take your orphan, Salandria, to Sporeggar in Zangarmarsh. Make sure to call for her if she is not present when you arrive. Then, speak with Hch\'uu.','Thank you for this chance to once again see Salandria. I have missed her so much this past year, but we are still good friends.$b$bWe agreed that when we grow up, we\'re both going to be brave adventurers, just like you!','','Salandria taken to Sporeggar','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10942,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10946,10958,3845,0,194,70,70,62,0,0,0,0,0,0,0,0,0,10947,31946,1,'Ruse of the Ashtongue','Olum\'s sacrifice was tremendous. I would never have asked him to give up his life myself. But it is done.$B$BIf we\'re to lure Illidan back into a false sense of security, we need to do his bidding - at least for now.$B$BI command a vast army of Ashtongue, but - aside from the Deathsworn - none can be trusted.$B$BYou are to perform the deed that Illidan demands. Take this cowl; it is magical in nature. You will appear to be one of my men to any who see you slaying Kael\'s phoenix, Al\'ar.','Travel into Tempest Keep and slay Al\'ar while wearing the Ashtongue Cowl. Return to Akama in Shadowmoon Valley once you\'ve completed this task.','You\'ve done well, $N. This will bring us a step closer to shifting Illidan\'s focus away from us and from...$B$B$B$BMore work remains to be done, $N.','Is the deed done, $N? Illidan is not a patient master!','Ruse of the Ashtongue','','','','',31946,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10944,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10947,10958,3606,0,200,70,70,62,0,0,0,0,0,0,0,0,0,10948,0,0,'An Artifact From the Past','Illidan\'s attention is now on Kael\'thas, thanks to you. The time has come to make our move.$B$BI\'ve had a vision of an artifact that will aid us in our final struggle - the phylactery of a lich known as Winterchill. Unfortunately its power was lost forever after his defeat in the Battle of Mount Hyjal.$B$BThere might be a way to retrieve this artifact, however. Legend speaks of a place in Azeroth guarded by bronze dragons... a place where past and present meet. It is there you will find what we seek.','Go to the Caverns of Time in Tanaris and gain access to the Battle of Mount Hyjal. Once inside, defeat Rage Winterchill and bring the Time-Phased Phylactery to Akama in Shadowmoon Valley.','My vision... it all becomes clear now. The powers this artifact has over a soul.... to contain it... to siphon it into itself... I will use those powers to reclaim what belongs to me! The time has arrived for us to take the fight to Illidan!','Have you retrieved the phylactery yet, $N?','','','','','',32459,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10946,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10948,10958,3703,0,136,70,70,0,0,0,0,0,0,0,0,0,0,10949,0,0,'The Hostage Soul','You might wonder why I go to such lengths to hide my intentions. Why not throw my lot in openly with the naaru?$B$BMy very essence - my soul - is held prisoner inside the Black Temple. Illidan could destroy me any moment... until now! This phylactery will allow me to regain control of my soul.$B$BThe time has come, $N. I\'ll lead Maiev and my Deathsworn to Illidan\'s doorstep.$B$BSpeak to A\'dal and and tell him of our plan. If we strike together we\'ll break through Illidan\'s defenses.','Travel to Shattrath City to tell A\'dal about Akama\'s request.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',10947,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10949,10958,3520,0,136,70,70,0,0,0,0,0,0,0,0,0,0,13429,0,0,'Entry Into the Black Temple','','Travel to the entrance to the Black Temple in Shadowmoon Valley and speak to Xi\'ri.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,935,0,0,0,0,150,150,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',10948,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(10950,10958,0,284,138,60,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Auchindoun and the Ring of Observance','One of the priests that comes to visit told a story about a place nearby. It\'s called Auchindoun, and it\'s supposed to be very important to the draenei.$B$BHe said it used to be the place where the bodies of the draenei were taken when they died. But some time ago, something bad blew it up.$B$BI\'d like to see its Ring of Observance. The orphan matron told me that it is in the middle of the Bone Wastes, on the south side of the Terokkar Forest.$B$BPlease, $G Mr. : Miss; $N, can we go?','Take your orphan, Dornaa, to the Meeting Stone at the Ring of Observance in the middle of Auchindoun. Auchindoun, in turn, is in the middle of Terokkar Forest\'s Bone Wastes. Make sure to call for her if she is not present when you arrive.','Oh, it\'s just wonderful! I mean, it looks pretty old... and yeah, someone sure did blow it up. But just look at it!$b$bOoh, and did you look up at the sky?$b$bNeato!','','Dornaa taken to the Ring of Observance','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10943,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10951,10958,0,284,138,60,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Trip to the Dark Portal','How can we look at all of these interesting places and not see the Dark Portal?!$B$BThe grown-ups are always trying to tell us scary stories about it and how it\'s so dangerous, with lots of demons, and stuff.$B$B$B$BBut you\'re here, so it can\'t be too bad, right?$B$BI want to see for myself. You remember where it is on the east edge of Hellfire Peninsula?','Take your orphan, Salandria, up the steps of the Stair of Destiny to stand before the Dark Portal in Hellfire Peninsula. Make sure to call for her if she is not present when you arrive.','The stories don\'t even come close to how cool this place is. It\'s amazing!$b$bIs it true that a powerful wizard named Medivh created it?$b$bI wonder what\'s on the other side? You\'ve been there, right? Hmm, we should definitely go someplace on the other side of the Dark Portal!','','Salandria taken to the Dark Portal','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10942,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10952,10958,0,284,138,60,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Trip to the Dark Portal','There\'s one place that if we don\'t go anywhere else, we have to go to: the Dark Portal!$B$BThe orphan matrons are always trying to scare us with stories about how dangerous it is, with lots of demons, and people like you coming through it.$B$B$B$BBut you\'re here, and nice, so it can\'t be too bad, right?$B$BI want to see it for myself. You remember where it is on the eastern edge of Hellfire Peninsula?','Take your orphan, Dornaa, up the steps of the Stair of Destiny to stand before the Dark Portal in Hellfire Peninsula. Make sure to call for her if she is not present when you arrive.','The orphan matron\'s stories don\'t even come close to how cool this place is. It\'s amazing! She said that it was created by a powerful wizard named Medivh.$b$bWhat\'s on the other side of it? You\'ve been there, right? We should most definitely go someplace on the other side of the Dark Portal!','','Dornaa taken to the Dark Portal','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10943,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,5),(10953,10958,0,284,138,60,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Visit the Throne of the Elements','Have you heard of the Throne of the Elements? It\'s supposed to be this place in Nagrand where there are these powerful elementals.$B$BOne day soon, I\'m going to be a powerful mage, or maybe a warlock. I\'m gonna have to learn about some of the elemental forces!$B$BDo you think maybe that we could go there?$B$B$B$BYa know, it would be educational to go there. It\'s supposedly just north of Garadar, on the other side of Skysong Lake.','Take your orphan, Salandria, to the Throne of the Elements in Nagrand. Make sure to call for her if she is not present when you arrive. Then, speak with Elementalist Sharvak.','You bring a child here? Foolhardy, but I promise that she will come to no harm, at least as long as she doesn\'t get too close to Incineratus.$b$bHmm, unfortunate that she\'s a blood elf. Were she capable of a deep connection to the world, we could teach her some things so that she might aid us to heal its wounds. But, perhaps her exposure to the elements here will give her some insight into their workings.$b$bGo in peace and see to it that you take good care of her.','','Salandria taken to the Throne of the Elements','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10942,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10954,10958,0,284,138,60,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Jheel is at Aeris Landing!','I miss my brother, Jheel. He\'s a couple of years older than me, so they let him start an apprenticeship with the ethereal in Nagrand.$B$BIt sure would be nice to go visit him. He loves geology and stuff, so I bet he\'s having a great time.$B$BThe orphan matron told me that he\'s training at a place called Aeris Landing in Nagrand. It\'s supposed to be along the road, far to the west of Telaar, and northwest of the great mountain, Oshu\'gun.','Take your orphan, Dornaa, to Aeris Landing in Nagrand. Make sure to call for her if she is not present when you arrive. Then, speak with Jheel.','Oh, I\'ve missed Dornaa so much. Thank you for bringing her to visit. It gets lonely here with only the ethereal around. And they\'re so serious all the time with this Oshu\'gun business.$b$bBut I get to go back and visit the orphanage after I pass my gemcutting exams. I almost passed them last week, but I\'m sure that I\'ll do better on the test tomorrow!','','Dornaa taken to Aeris Landing','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10943,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(10955,10958,0,263,136,70,-1,0,0,1024,762,300,0,0,0,0,0,10961,0,0,'Morthis Whisperwing','Before all of the druidic orders coalesced into the Cenarion Circle, the Druids of the Talon were responsible for teaching promising young druids the mysteries of flight. With the dissolution of the order, former members teach the skill sparingly.$B$BEven now, Morthis Whisperwing continues his search for a suitable apprentice. Few druids have truly mastered all the forms available to them, but you show the promise Morthis requires of his students. Seek him out at the Cenarion Refuge in Zangarmarsh.','Seek out Morthis Whisperwing at the Cenarion Refuge in Zangarmarsh.','Have you brought the Ingredients for the draught? $B$BI have long searched for an apprentice to pass my knowledge to. Though the Druids of the Talon are no longer a formal group, I shall remain one to the last of my days.$B$BI accept you as my apprentice from this moment forward. For my part, I will teach you the secrets of the stormcrow. For your part, you must be prepared to do all I ask. Do you understand?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10956,10958,0,284,138,60,-1,0,1101,0,0,0,0,0,0,0,0,10968,0,0,'The Seat of the Naaru','Do you know anything about the naaru? They\'re these angelic beings that have been helping the draenei for a really long time. I\'ve seen a bunch around Shattrath.$B$BThey say that one naaru, O\'ros, was with the Exodar when it traveled to your homeworld. I should like to see for myself.$B$BCan you take me there? I bet we could get there fast by using one of the portals inside the Terrace of Light at Shattrath City! When we get there, if you get lost, we could always just look at your map.','Take your orphan, Dornaa, to stand before O\'ros at the bottom of the Seat of the Naaru inside of the Exodar, which is on Azuremyst Isle. Make sure to call for her if she is not present when you arrive.$B$BRemember that you can use your map inside the city.','$b$bThank you for bringing this child to me, $n. She is very special indeed, and will grow up one day to be an important figure amongst the draenei. This is in no small part due to the kindness that you have shown her, and the impression that you have made.','','Dornaa taken to the Seat of the Naaru','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,530,-3895.48,-11661.9,0,510,0,0,0,0,'',10950,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(10957,10958,3840,0,200,70,70,62,0,0,0,0,0,0,0,0,0,10959,0,0,'Redemption of the Ashtongue','When Illidan obtained the Broken\'s allegiance, Akama was our wisest. He knew that openly opposing the Betrayer would lead to the extinction of our race.$B$BInstead he has plotted and schemed for this very moment under utmost secrecy. Failure would be catastrophic... not just for Akama, not just for the Broken, but for all of Outland. No one this close to Illidan has ever been able to deliver such a terrible blow to him.$B$BHelp Akama free his soul and he will grant you access to Illidan\'s sanctum.','Help Akama wrest control back of his soul by defeating the Shade of Akama inside the Black Temple. Return to Seer Kanai when you\'ve completed this task.','It is done, $N. The time to strike at Illidan has come.','Yes, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,22841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10958,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10958,10958,3840,0,136,70,70,62,0,0,0,0,0,0,0,0,0,10957,0,0,'Seek Out the Ashtongue','$B$B','Find Akama\'s Deathsworn inside the Black Temple.','We\'ve been expecting you, $N. Akama is in great need of your help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',10985,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(10959,10958,3840,0,200,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of the Betrayer','With Illidan\'s lieutenants defeated, Akama will be able to force open the doors to Illidan\'s sanctum. Be ready to bring your force inside as soon as Akama does.$B$BWe still do not know what has become of Maiev, but we must make our move without her.$B$BI hope your force is up to the task. Illidan will not be pleased to see Akama.','Seer Kanai wants you to defeat Illidan inside the Black Temple.','It is as it was foretold, $N. One by one, Illidan\'s lieutenants have fallen... and now the Betrayer himself has met his demise!$B$BKnow this, $N: every decision Akama made and every moment of his life since Illidan arrived, Akama planned for this moment. Illidan is finally dead and our people... are free!','Yes, $N?','','','','','',0,32649,0,0,0,0,0,1,0,0,0,0,22917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32757,0,0,0,1,0,0,0,1012,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10957,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10960,10958,0,284,138,60,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'When I Grow Up...','When you were my age did you know that you wanted to be a $c when you grew up?$B$BI\'m not sure what I want to be. Maybe a mage or a warlock, like I said before? Or maybe a paladin Blood Knight? Yeah, definitely a Blood Knight!$B$BThey say that the true ones are trained in Silvermoon City on your world. Could you take me there? The stories that I\'ve heard say that the paladin trainers reside in the Farstriders\' Square in that city.$B$BPlease take me there. Please!','Take your orphan, Salandria, to the paladin trainers in Silvermoon City\'s Farstriders\' Square. Make sure to call for her if she is not present when you arrive. Then, speak with Lady Liadrin, the Blood Knight Matriarch.$B$BRemember that you can use your map inside the city, and speak to the guards to find the paladin trainers.','There are so few that are gifted enough to be able to channel such power from M\'uru. To see this in a child is truly amazing!$b$bIt was wise of you to bring her before me.$b$bYou say that she\'s an orphan in Shattrath City? I shall see to it that a petition is submitted to the orphan matron there so that she might be remanded to our custody for proper training. She belongs with us, here.$b$bSee to it that you keep her safe until then.','','Salandria taken to the paladin trainers in Silvermoon City','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,530,9851.19,-7465.21,0,1020,0,0,0,0,'',10945,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10961,10958,0,263,136,70,-1,0,0,1024,762,300,0,0,0,0,0,0,0,0,'The Ward of Wakening','Long ago, the relics used to teach the ways of the stormcrow were entrusted to an ancient druid.$B$BYour training requires these relics, so we must wake their guardian from his slumber.$B$BI will prepare a potion you can use to ease the process. The mixture requires common herbs, as well as bogblossom, which usually grows atop the tallest mushrooms in the marsh. Fly up there and pursue them but take care, as they\'re quite fragile and may explode violently if mishandled.','Bring 10 Bogblossoms, 10 Ancient Lichen, and 10 Dreaming Glory to Morthis Whisperwing at the Cenarion Refuge.','Have you brought the Ingredients for the draught? Take care not to get pollen on me, please. I sneeze uncontrollably in its presence.$B$B$B$B$B$BThis will only take a moment, $N. Then, you must travel to Moonglade. ','Have you brought the ingredients for the draught? Take care not to get pollen on me, please. I sneeze uncontrollably in its presence.$B$B','','','','','',31950,22790,22786,0,0,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10955,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10962,10958,0,284,138,60,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Time to Visit the Caverns','In the orphanage, the old priest that comes by told us stories about the Caverns of Time. He said that it sits in the middle of time, and is really important for keeping things straight.$B$BI don\'t know what that means, but he said that there were dragons there that were helping to save the world! I want to see a dragon!$B$BDo you think that we could go there? He said that the entrance was on the eastern edge of a great desert named Tanaris.$B$BMaybe you could buy me a souvenir while we\'re there?','Take your orphan, Dornaa, to stand before Zaladormu, the dragon on the dais in the middle of the Caverns of Time. Make sure to call for her if she is not present when you arrive.$B$BThen, purchase a Toy Dragon for her from the Keepers of Time Quartermaster, Alurmi, near the bottom of the entrance tunnel.','Neato! A dragon of my very own! One day I hope that I\'m lucky enough to have a dragon as a friend.$B$B$B$BThis has been the best trip ever! I hope it never ends.','You think it\'s true what they say about the Caverns of Time?','Dornaa taken to the Caverns of Time','','','','',31951,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10950,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(10963,10958,0,284,138,60,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Time to Visit the Caverns','In the orphanage, the old stinky priest that comes by told us stories about the Caverns of Time. He said that it sits in the middle of time, and is really important for keeping things straight.$B$BI don\'t know what that means, but he said that there were dragons there that were helping to save the world! I want to see a dragon!$B$BI think we should go there. He said that the entrance was on the eastern edge of a great desert named Tanaris.$B$BYou could buy me a souvenir while we\'re there!','Take your orphan, Salandria, to stand before Zaladormu, the dragon on the dais in the middle of the Caverns of Time. Make sure to call for her if she is not present when you arrive.$B$BThen, purchase a Toy Dragon for her from the Keepers of Time Quartermaster, Alurmi, near the bottom of the entrance tunnel.','Awesome! A dragon of my very own! Someday I plan to own a real one.$B$B$B$BThis has been the best trip ever! I hope it never ends.','If what they say about the Caverns of Time is true, then it must be a place of great power.','Salandria taken to the Caverns of Time','','','','',31951,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10945,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10964,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,0,31953,1,'Waking the Sleeper','Take the ward with you and travel to Moonglade, to the Stormrage Barrow Dens. Within the southernmost of the Stormrage Barrow Dens, watched over by the dreamwardens, you will find Clintar Dreamwalker.$B$BAdminister the potion and watch over him while he wakes. He\'ll be extremely vulnerable as his spirit reunites with his body and he certainly won\'t recognize you. Declare yourself to him as soon as he comes around, $N. He will need your help to gather the relics for the ceremony.','Use the Ward of Waking to help Clintar Dreamwalker emerge from the Emerald Dream. When he is conscious, speak to him.','$B$BMorthis?$B$BNo, you\'re not Morthis... Who are you, $R, and why have you disturbed my rest?$B$B','','','','','','',31953,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',10961,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10965,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,10978,0,0,'No Mere Dream','$B$BI cannot extricate myself fully from the Emerald Dream to help you, but a fragment of my spirit will guide you in your search for the relics. Guard it well, $r, for it is a fragile thing.$B$BThe Emerald Dream itself has become an alien, dangerous place. Its grasp on me is strong, and I will not be whole until the Emerald Dream returns to normalcy. What you see around you is but an echo of the reality inside the dream!','Protect Clintar Dreamwalker\'s Spirit while it gathers the relics of Aviana, then speak to Dreamwarden Lurosa.','You are fortunate that Clintar was strong enough to maintain the split in his essence for so long, $N. Few druids can manage that kind of feat while under attack in Emerald Dream. Guard the relics well!','Be quick, $r. If these creatures escape the barrow, Clintar Dreamwalker will not be the only one in danger.','','Assist Clintar in gathering the relics','','','',0,0,0,0,0,0,0,0,0,0,0,0,22916,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10964,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10966,10958,0,284,136,60,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Back to the Orphanage','Darn it all! I guess it\'s time to go back to the orphanage at Shattrath City.$B$BI\'ve had such a great time. You\'re the best person in all of the worlds, $N! You\'re my big $g brother : sister; now!$B$B$B$BI\'m going to miss you so much! When I grow up, I\'m going to be just like you!!!','Return your ward to the Shattrath City orphanage by handing in the Draenei Orphan Whistle to Orphan Matron Mercy in the Lower City.','It is good for the soul to know that there are heroes such as yourself that are willing to give of their time so selflessly.$B$BI can tell already that your time together with Dornaa has made a huge impression. It\'s good for the children to have a chance to get out and see the world.$B$BHere, she told me that she wanted you to take care of one of her favorite pets, just like you took care of her. Something to remember her by.$B$BDon\'t be a stranger.','It is good to see you again, $C. I trust that you and young Dornaa had a wonderful time together?','','','','','',31881,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32622,32616,32617,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,39616,184,21600,0,0,0,0,0,1020,0,0,0,0,'',10968,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,5),(10967,10958,0,284,136,60,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Back to the Orphanage','Darn it all! I guess it\'s time to go back to the orphanage at Shattrath City.$B$BI\'ve had such a great time. You\'re the best person in all of the worlds, $N! You\'re my big $g brother : sister; now!$B$B$B$BI\'m going to miss you so much!!!','Return your ward to the Shattrath City orphanage by handing in the Blood Elf Orphan Whistle to Orphan Matron Mercy in the Lower City.','It is good for the soul to know that there are heroes such as yourself that are willing to give of their time so selflessly.$B$BI can tell already that your time together with Salandria has made a huge impression. It\'s good for the children to have a chance to get out and see the world.$B$BHere, she told me that she wanted you to take care of one of her favorite pets, just like you took care of her. Something to remember her by.$B$BDon\'t be a stranger.','It is good to see you again, $C. I trust that you and young Salandria had a wonderful time together?','','','','','',31880,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32616,32622,32617,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,39613,185,21600,0,0,0,0,0,1020,0,0,0,0,'',11975,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10968,10958,0,284,138,60,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Call on the Farseer','I am sensing something very special about this child indeed.$B$BYou should take her to visit Farseer Nobundo, here in the Exodar. I believe that he has been expecting the two of you.$B$BLook for Nobundo upon the highest terrace in the Crystal Hall.','Take your orphan, Dornaa, to visit Farseer Nobundo at the Crystal Hall inside of the Exodar, which is on Azuremyst Isle. Make sure to call for her if she is not present when you arrive.$B$BRemember that you can use your map inside the city.','I had hoped, but despaired she was only a figment of my imagination. The child is amazing!$b$bIt\'s unheard of in this day and age that one of the draenei should exhibit such ability with the elements without any training. She must have inherited this power from an ancient ancestor.$b$bI will send a missive to the orphan matron in Shattrath City requesting that the child be allowed to come stay with us.$b$bPlease, keep her safe until then.','','Dornaa taken to Farseer Nobundo','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,530,-3810.51,-11391.1,0,510,0,0,0,0,'',10956,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,1,1,0,3),(10969,10958,3523,0,136,70,70,0,0,0,0,0,0,0,0,0,0,10970,0,0,'Seek Out Ameer','It would seem that an outside force has taken an interest in the business practices of the Consortium. Five Consortium dealers have gone missing in the past two days. We have reason to believe the Ethereum are involved. If you are interested in assisting, seek out Commander Ameer at the Protectorate Watch Post.$B$BYou will find the Protectorate Watch Post directly east of here on the next island. \n','Seek out Commander Ameer at the Protectorate Watch Post.','Aye, it is true, but the Consortium are not the only group claiming losses.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,10,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(10970,10958,3523,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Mission of Mercy','We salvaged this prison orb on our last scouting mission into Ethereum territory. We\'d have never found it had it not been for the distress signal that it was faintly emitting.$B$BWe think one of our own might be locked up in there but we have no way of opening the orb up without harming whatever is inside.$B$BWhat we know about the Ethereum is that any of their members could - at any given time - be carrying a key to unlock an orb. Retrieve one and return so that we may uncover the mysteries of this orb.','Recover the Salvaged Ethereum Prison Key for Commander Ameer at the Protectorate Watch Post in Netherstorm.','Stand back, $N. This could very well be an Ethereum trap.','Any luck?','','','','','',31956,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10969,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10971,10958,3523,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ethereum Secrets','$B$BI found this prisoner I.D. tag with the remains of the fallen vanguard. I can only assume that all of their prisoners are tagged in the same manner.$B$BI\'m going to start cataloguing the tags in hopes of making sense of their penal system. If in your adventures you find more Ethereum prison keys, you can use them to open the Ethereum prisons at the Ethereum Staging Grounds - directly south of here. Bring me back any and all I.D. tags that you find.','Commander Ameer at the Protectorate Watch Post in Netherstorm wants you to bring him an Ethereum Prisoner I.D. Tag.','It seems to be more than just an identifier. There is some sort of code written on these tags. I\'m on the verge of breaking it wide open. Perhaps if I had a few more pieces.','Have you recovered any I.D tags?','','','','','',31957,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10970,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10972,10958,3523,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ethereum Prisoner I.D. Catalogue','I am in need of more I.D tags, $N. What I\'ve discovered thus far is that this is not just a way to catalogue prisoners but it also documents locations!$B$BOnce this code is broken we\'ll be able to pinpoint exactly where all of our allies are held and free them with minimal hostile action received.','','We are close to the truth, $N.','I am in need of more I.D. tags, $N;. What I\'ve discovered thus far is that this is not just a way to catalogue prisoners but it also documents locations!$B$BOnce this code is broken we\'ll be able to pinpoint exactly where all of our allies are held and free them with minimal hostile action received.','','','','','',31957,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10971,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(10973,10958,3523,0,136,70,70,0,0,0,0,0,0,0,0,0,0,10974,0,0,'A Thousand Worlds','I have cracked the code! Each tag is broken up into several segments. The front side of the tag is always the same and states: \"A Thousand Worlds...\" I am unsure as to the meaning of this phrase but it sounds insidious.$B$BOn the back side of the tag are the vital statistics. The first set of runes indicates location and the second indicates prisoner type. Furthermore, it would seem that the keys can be combined to form a special key that accesses another prison type. Now I just need more keys...','Commander Ameer at the Protectorate Watch Post in Netherstorm wants you to bring him 5 Ethereum Prison Keys.','$B$B\"A thousand worlds shattered, a thousand worlds more to overcome... Such is the will of the Nexus-King.\"$B$B$B$BStasis chambers of Bash\'ir?','I know it\'s asking a lot but think of the lives that could be saved!','','','','','',29460,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10971,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(10974,10958,3522,0,128,70,70,1,0,0,0,0,0,0,0,0,0,0,31994,1,'Stasis Chambers of Bash\'ir','The Ethereum have a settlement on the northernmost shelf of Blade\'s Edge Mountains known as Bash\'ir\'s Landing. According to the key tablet, much larger versions of the prisons are kept at Bash\'ir\'s. It should also be noted that the Ethereum refer to those prisons as stasis chambers.$B$BThe key tablet grants access to a very specific stasis chamber at the landing known as Stasis Chamber Alpha. Take the key and investigate.$B$BMy image will be awaiting your return at Bash\'ir\'s Landing. Speak to me there.','Use the Ethereum Key Tablet - Alpha to open Stasis Chamber Alpha at Bash\'ir\'s Landing in Blade\'s Edge Mountains.$B$BReturn Evidence from Alpha to the Image of Commander Ameer at Bash\'ir\'s Landing.','$B$BIt is worse than I thought... These chambers hold ferocious beasts and creatures from many, many different worlds. They hope to one day command the beasts to do their bidding. We must destroy them all!','You made it! Any luck?','','','','','',32061,31994,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32064,0,0,0,1,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10973,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(10975,10958,3522,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Purging the Chambers of Bash\'ir','','','There is always more work that must be done, $n. Now seek out a stasis chamber and destroy whatever evil lurks within!','We\'re at an impasse here, $n. The data you\'ve collected has given us enough information to save our allies being held at the smaller prisons of Netherstorm but we must press forward and eradicate the larger Ethereum threats here at Bash\'ir\'s Landing.$b$bJoin the battle against the Ethereum! Bring Ethereum prison keys to me and I shall forge Ethereum stasis chamber keys for you to use on the stasis chambers of Bash\'ir.','','','','','',29460,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29750,0,0,0,1,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10974,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10976,10958,3522,0,136,70,70,1,0,0,0,0,0,0,0,0,0,10977,0,0,'The Mark of the Nexus-King','What I must now know is what the Ethereum have held inside the Mana-Tombs of Auchindoun.$B$BIn your battles against the beasts of the stasis chambers of Bash\'ir you may run across an item known as the Mark of the Nexus-King. Should you find such an item, return it to me immediately! It is the final piece in crafting a key that will allow access to the stasis chamber inside the Mana-Tombs.','The Image of Commander Ameer at Bash\'ir\'s Landing in the Blade\'s Edge Mountains wants you to bring him a Mark of the Nexus-King.','At last!$B$B$B$BTwo final prisons? I shudder to think what horrors lie in wait...','This will be your most daunting task, $N.','','','','','',31941,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10974,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(10977,10958,3792,0,130,70,70,85,0,0,0,0,0,0,0,0,0,0,32069,1,'Stasis Chambers of the Mana-Tombs','The Mark of the Nexus-King that you recovered has allowed me to forge a new key for the stasis chambers found inside the Mana-Tombs.$B$BAccording to the glyphs on the mark, two exist: one near the front and one near Nexus-Prince Shaffar. This key that I am about to give you will open the stasis chamber near the front.$B$BI want you to go to the Mana-Tombs of Auchindoun and open the Mana-Tombs Stasis Chamber.','The Image of Commander Ameer at Bash\'ir\'s Landing in the Blade\'s Edge Mountains wants you to use the Mana-Tombs Stasis Chamber Key on the Stasis Chamber inside the Mana-Tombs of Auchindoun.$B$BThis quest may only be completed on Heroic difficulty.','Word has gotten back of your heroics, $n. Haramad and I both agree that what you\'ve done deserves a great reward.$b$bThough... Nevermind, you\'ve done enough. I cannot in good conscience ask anything more from you.','I would understand if you chose not to continue, $N;.','Mana-Tombs Stasis Chamber Investigated','','','','',0,0,0,32069,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,5,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10976,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(10978,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,10979,32074,1,'Return to Morthis Whisperwing','Now that the relics have been recovered, you must leave this place with all haste. Clintar risked his safety and that of the dreamwardens to help you, $N, but now he must fully devote his attention to fighting the force that has invaded the Emerald Dream.$B$BTake the relics back to Morthis Whisperwing, along with word of what you\'ve seen here. He may be able to help us identify just what Clintar is struggling against.','Bring the Relics of Aviana to Morthis Whisperwing at Cenarion Refuge in Zangarmarsh.','$B$BThis is most troubling news, $N. There have been any number of strange disturbances in the Emerald Dream, but I can\'t remember any mention of outside forces tampering with it. Are you certain that\'s what Clintar believes?','Did Clintar help you recover the relics?','','','','','',32074,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',10965,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10979,10958,0,263,136,70,-1,0,0,1024,762,300,0,0,0,0,0,10980,0,0,'To the Evergrove','Are you certain you saw a raven in the barrow den?$B$BThis is a troubling development. There\'s little we can do to help Clintar and the dreamwardens directly, but if we can learn more about what\'s threatening the Emerald Dream, we may be able to stop it.$B$BWe\'ve been learning about the resurgence in an ancient arakkoa cult in Blade\'s Edge -- one that venerates a raven god. Go to the Evergrove and find Arthorn Windsong. There may be a connection between what\'s happening there and in the Emerald Dream!','Speak with Arthorn Windsong at the Evergrove in Blade\'s Edge Mountains.','$B$BOh my...$B$BI\'ve been helping Timeon with his research on the raven cult, but we never imagined its patron had any reach beyond Blade\'s Edge!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',10978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10980,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,10986,32244,1,'The Book of the Raven','From what you\'ve told me, Morthis\'s suspicions seem plausible, but we need confirmation.$B$BIn his research, Timeon has uncovered clues that a \"book of the raven\" served as an ancient scripture to the cult.$B$BThe arakkoa spirits will not reveal themselves to your eyes. Take this stone with you to the high peaks in the western part of Blade\'s Edge, to the south of Raven\'s Wood, obtain an aether ray eye, and combine them to augment your sight. Search for the ghost Timeon identified as Sai\'kkal the Elder.','Use an Aether Ray Eye with your Seer\'s Stone to reveal the raven cult ghosts. Search the Vortex Pinnacle for the spirit of Sai\'kkal the Elder and question him about the book of the raven, then return to Arthorn Windsong.','Isn\'t it amazing that even among arakkoa, the cultists were considered heretics? That the traditional priests hated them enough to destroy their holy text is incredible! We must get our hands on that book, $N.$B$BIt\'s the key to unraveling the mystery of the raven god and preventing him from taking over the Emerald Dream.$B$BPerhaps Morthis will finally agree to take me as a student if we succeed!','$B$BWere you able to track down any information about the book?','','Learn about the Book of the Raven','','','',0,32244,0,0,0,0,0,1,0,0,0,0,22932,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10979,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10981,10958,3792,0,136,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Nexus-Prince Shaffar\'s Personal Chamber','','','As promised, here is the key to Shaffar\'s personal stasis chamber.','Only the most steadfast and battle-hardened of adventurers will take me up on this offer, $n. Should you wish to face the horrors of the second stasis chamber in the Mana-Tombs, I am able to synthesize a key. Bring me a mark of the Nexus-King and I will make it so.','','','','','',31941,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32079,0,0,0,1,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10982,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Eye of Haramad','','','You have done much for the Protectorate and the Consortium, $n. It is only fitting, then, that the first of our new keys goes to you. With this key you will be able to open Shaffar\'s personal stasis chamber at any time without having expended the key itself.$b$b$b$bIt is permanent and will be with you forever.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32092,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10983,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mog\'dorg the Wizened','Mog\'dorg wise! Him send Grok to city, look for help. Bloodmaul clan need help.$B$BMog\'dorg say, send powerful little ones to him at Blade\'s Edge Mountains. Him stand on tower at Circle of Blood. Mog\'dorg wise!','Visit Mog\'dorg the Wizened atop one of the towers just outside the Circle of Blood in the Blade\'s Edge Mountains.','Grok said that I am wise? I don\'t know about that.$B$BPerhaps it is because I am the only one in my clan that is truly trying to save us from annihilation by the Bladespire clan, and Gruul and his sons, who are backing them.$B$BI hope that you have come to deliver us from certain doom, $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',10984,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(10984,10958,3703,0,136,70,70,0,0,0,0,0,0,0,0,0,0,10983,0,0,'Speak with the Ogre','$B$BThere is an ogre down in the Lower City, pleading for the assistance of passersby. They have all turned a deaf ear upon his plight.$B$BDo you think you might aid him?$B$BHis name is Grok, and he is sitting near the merchants to the southeast.$B$BThank you, $N.','Speak with the Ogre, Grok, in the Lower City section of Shattrath City.','You help Grok? Grok need help! Bloodmaul clan need help!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10985,10958,3520,0,194,70,70,0,0,0,0,0,0,0,0,0,0,10958,0,0,'A Distraction for Akama','','Ensure that Akama and Maiev enter the Black Temple in Shadowmoon Valley after Xi\'ri\'s forces create a distraction.','','','Help Akama and Maiev enter the Black Temple.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32649,0,0,0,1,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10949,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10986,10958,0,263,136,70,-1,0,0,1024,762,300,0,0,0,0,0,10987,0,0,'Eyes in the Sky','Locating the pieces of the Book of the Raven, if they survive at all, is going to be difficult. Our best hope is to use a keener pair of eyes than your own.$B$BDown in western Nagrand, on the eastern lip of the Twilight Ridge, Watcher Elaira studies the various bird species that make their home there. Visit her and see if she can help you harness avian sight to gather the pieces of the Book of the Raven.','Speak with Watcher Elaira at the Twilight Ridge in Nagrand.','$B$BIt\'s an excellent idea and Nagrand is teeming with candidates, but which one to use?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',10980,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10987,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,0,32321,1,'To Catch A Sparrowhawk','The wild sparrowhawks of Nagrand have the keenest sight of all the predatory birds here. But, because of their size, they\'ve been pushed out of most areas by the larger windrocs.$B$BMost of the sparrowhawks nest here, on the Twilight Ridge. If you can catch one, I\'ll train it to spot the pieces of your buried tablet.$B$BIt\'s going to be difficult, though. The sparrowhawks are very skittish and will flee at your approach. I\'d suggest cornering one or prowling to get close enough to cast your net.','Use the Sparrowhawk Net to capture a Wild Sparrowhawk and bring it to Watcher Elaira on the Twilight Ridge.','Well done! I\'m still in the process of getting the hawks to trust me, but I know enough about them to train this one for your needs.','Did you catch one of the sparrowhawks?','','','','','',32320,32321,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10986,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(10988,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,0,32315,1,'The Raven Stones','I\'ve trained your sparrowhawk to respond to a specific whistle. When it hears the sound, the bird will fly to you and guide you to the location of the nearest tablet fragment. Arthorn sent word that the fragments you\'re looking for are buried in the Skettis area of southeastern Terokkar Forest, so the bird will wait for you there.$B$BWhen you\'ve gathered all the stones, return the whistle to Arthorn and she will see to the animal\'s care and release.$B$BConvey my greetings to Arthorn when you see her.','Gather 8 Raven Stones from Skettis and bring them to Arthorn Windsong at Evergrove in Blade\'s Edge Mountains.','$B$BSome of the characters have been worn away, but I should be able to make out most of this...','Did you recover enough of the Book of the Raven for me to reconstruct it?','','','','','',32313,32315,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10987,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10989,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mog\'dorg the Wizened','Mog\'dorg the Wizened waits for you at top of da tower. He tells me to look for a $r $c just like you. You go speak with him about smart things.$B$BGo now, but don\'t tell no one. It\'s a secret!','Speak with Mog\'dorg the Wizened atop the tower where Chort is standing, just outside the Circle of Blood in the Blade\'s Edge Mountains.','Finally, Chort has sent me someone who looks like they might be able to help. I am trying to save the Bloodmaul from annihilation by the Bladespire clan, and Gruul\'s sons, who are backing them.$B$BI trust that you will be the one to aid our secret society and deliver us into freedom.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(10990,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,10991,32657,1,'The Eagle\'s Essence','The Book of the Raven tells us the raven\'s followers captured and bound the spirits of his rivals within stone shrines. A guardian was set to watch over each, lest the raven\'s enemies attempt to free them.$B$BThe first of the shrines is the eagle\'s, found in the hills to the south of Lake Jorune and west of Stonebreaker Hold in Terokkar Forest.$B$BThe tablet says that the eagle fought valiantly, but was overcome by a swarm of enemies. The armor and endurance of your bear form is well-suited to this fight.','Defeat the Guardian of the Eagle and obtain the Essence of the Eagle. Use Arthorn\'s Sparrowhawk Whistle to call Arthorn\'s Sparrowhawk to relay news of your success.$B$BIf you lose Arthorn\'s Sparrowhawk Whistle, return to Arthorn Windsong at the Evergrove for a replacement.','$B$BEven after thousands of years of captivity, the eagle\'s power remains strong. If the other essences are as strong as the eagle\'s, the raven god will be right to fear you.','$B$BDid you succeed in freeing the essence of the eagle spirit?','','','','','',32355,32657,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10988,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10991,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,10992,32657,1,'The Falcon\'s Essence','$B$BThe second spirit bound by the raven\'s followers was the falcon.$B$BIt was subdued and imprisoned close to Skettis as a reminder to the raven-priests when they held power.$B$BOn the shores of Lake Ere\'Noru, to the northwest of Skettis, you\'ll find the falcon\'s shrine.$B$BTo overcome the falcon\'s guardian, you\'ll need to use the falcon\'s strengths to your advantage. Use the speed and grace of your cat form to defeat the guardian before it reaches full strength!','Defeat the Guardian of the Falcon, obtain the Essence of the Falcon. Use Arthorn\'s Sparrowhawk Whistle to call Arthorn\'s Sparrowhawk to relay news of your success.$B$BIf you lose Arthorn\'s Sparrowhawk Whistle, return to Arthorn Windsong at the Evergrove for a replacement.','$B$BWell done, $N. I\'d feared that the falcon\'s prison had been destroyed in the explosion of Auchindoun. We\'re almost prepared to confront Anzu, $N. I\'d love to go with you, to be there when this self-styled \"god\" is cast back into the pit that spawned him!','$B$BDo you have the falcon\'s essence?','','','','','',32357,32657,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10990,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10992,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,10993,32657,1,'The Hawk\'s Essence','$B$BThe last, and strongest, of the spirits spoken of in the Book of the Raven is that of the hawk. It was imprisoned far from Skettis, in a shrine on a remote island southeast of Auchindoun.$B$BI believe this description best matches the island we know as Sorrow Wing Point.$B$BThe tablet describes the hawk\'s guardian as nearly invulnerable to the bird\'s claws. Forsake physical attacks and call down the fury of the stars to defeat this foe. Do not repeat the hawk\'s mistake.','Defeat the Guardian of the Hawk and bring the Essence of the Hawk to Arthorn Windsong at the Evergrove.','Now that we have all the essences, Morthis Whisperwing must find a way to combine them into an amulet that you\'ll be able to use to challenge the raven god, draw him out of the Emerald Dream and defeat him. I\'ll be sending him my notes on the spirits with the hope that he\'ll realize the value of my insight.$B$BEach of the spirits has blessed a charm I\'ve prepared for you.','Did you overcome the hawk\'s guardian and win its essence?','','','','','',32356,32657,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32481,0,0,0,1,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10991,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10993,10958,0,263,128,70,-1,0,0,1024,762,300,0,0,0,0,0,10994,32359,1,'Return to Cenarion Refuge','Bring the essences to Morthis Whisperwing, along with word of our findings about the raven god.$B$BMorthis will know best how to use the essences and information in drawing Anzu out into the open. Make your way to him quickly, for there\'s no telling how long Clintar and the dreamwardens can withstand the raven\'s assault!$B$B.$B$BPlease, $N, tell Morthis how much of a help I\'ve been to you. I fear he will not see my hand in this work!','Bring Arthorn\'s Package to Morthis Whisperwing at Cenarion Refuge.','$B$BOn one level, I\'m relieved to finally know the identity of our enemy, but this Anzu is a being of considerable power. Knowing the nature and the name of your adversary is vital, but we are not yet ready to face him.','I\'ve been waiting for word from Arthorn. What have you discovered?','','','','','',32359,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',10992,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(10994,10958,0,263,136,70,-1,0,0,1024,762,300,0,0,0,0,0,11001,0,0,'Chasing the Moonstone','If the essences are combined within a rare gemstone such as a Southfury moonstone, you\'ll be able to release them when you\'re prepared to challenge Anzu.$B$BThe only problem is that Southfury moonstones are only found on the Azshara side of the river, on the cliffs near the river\'s source.$B$BTragedy befell the last night elf party that sought the stone. Their boat is still anchored in the river near where they sighted the moonstone. Keep your eyes open and approach the site by land from the Azshara side.','Bring a Southfury Moonstone to Morthis Whisperwing at the Cenarion Refuge.','$B$BI\'ll get to work on infusing it with the bird spirit essences. Soon, you\'ll be prepared to challenge our enemy.','You look like you\'ve been through quite an ordeal. Was the moonstone really that hard to find?','','','','','',32364,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10993,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(10995,10958,3522,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Grulloc Has Two Skulls','To the east, at the terminus of Dragons\' End, is the Cursed Hollow. Therein, Grulloc, son of Gruul, plots his dimwitted schemes.$B$BI heard that one of his possessions was stolen from him through trickery. Was that you? Unfortunate that he was not slain in the process.$B$BIf we are to regain our freedom, I would have you take his most prized possession, a dragon skull from when he rejoiced in his father\'s slaying of the black dragonflight. The only way you\'ll get the skull is to vanquish him.','Collect Grulloc\'s Dragon Skull.','Indeed, it must have been a difficult struggle, $C. I feel greatly relieved now that he will not be breathing down our necks here.$B$BI will send this skull down to Chort for safekeeping. I\'m beginning to think that with your help, we might just pull this off.','Is Grulloc no more?','','','','','',32379,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10983,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10996,10958,3522,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Maggoc\'s Treasure Chest','On the Razor Ridge, above and to the southeast, Maggoc patrols. His father assigned him as the warden of the eastern mountain range, and he revels in terrorizing any creature that gets in his way.$B$BAs a son of Gruul, he must be done away with if my clan is to survive. That\'s where you come in.$B$BMaggoc carries a treasure chest with him at all times. Prove to me that he has been slain by bringing me his precious chest. Feel free to keep whatever you find within it.','Collect Maggoc\'s Treasure Chest.','You say it was empty? Unfortunate, but you can see the mindless brutality that we\'re up against.$B$BWith the fall of Maggoc, we are one step closer to realizing my dream of a home for the ogres where we can determine our own destiny.','Do you have the chest?','','','','','',32380,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10983,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10997,10958,3696,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Even Gronn Have Standards','Are you familiar with Shattrath City, $c? Above it to the northwest is a place called the Barrier Hills, which you can only get to upon a flying mount.$B$BOne of Gruul\'s sons, Slaag, exiled himself and took control of the Gordunni ogres that reside there. Even at such a distance, we cannot afford to leave him in peace, lest he return when the rest of his brothers have been slain.$B$B$N, you must travel there, and bring back his standard as proof that he has been dealt with.','Collect Slaag\'s Standard.','What a relief that Slaag is gone. No longer will we be threatened by the looming specter of his return!$B$BIf you do not mind, I will take the standard as a symbol of hope for all of the ogres of the mountains.$B$BThank you, $N.','Do you return with Slaag\'s standard in hand?','','','','','',32382,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10983,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(10998,10958,3522,0,136,70,70,1,0,0,0,0,0,0,0,0,0,11000,0,0,'Grim(oire) Business','There is one more gronn to be slain: Skulloc Soulgrinder. He keeps himself hidden away, but there is a way to coax him forth.$B$BHe was trained by an ogre warlock known as Vim\'gol the Vile, whose grimoire you must retrieve!$B$BVim\'gol must be summoned by standing within a fire ring at his circle. Find Vim\'gol\'s Circle in the mountains, to the northeast, near the Broken Wilds.$B$B$N, if you hear Vim\'gol talk about growing bigger, get people back into each of the five fire rings to interrupt his casting!','Collect Vim\'gol\'s Vile Grimoire.','I hesitate to even touch such a tainted thing of evil. Yet read it we must if we are to glean what knowledge it contains and bring forth Skulloc from his hiding place.','Have you summoned forth Vim\'gol the Vile and taken the grimoire from his dead clutches?','','','','','',32358,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10985,10986,10987,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(10999,10958,151,0,4224,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Shot, One Kill','Bring me 8 trogg stone teeth.','Bring me 8 trogg stone teeth.','','','','','','','',2536,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11000,10958,3522,0,128,70,70,1,0,0,0,0,0,0,0,0,0,0,32467,1,'Into the Soulgrinder','The grimoire is the key to Skulloc\'s downfall.$B$BRead aloud from the book at Soulgrinder\'s Barrow to initiate the ritual. An object known as the Soulgrinder will appear, as well as Skulloc\'s ghostly victims, who will try to destroy it. You must keep them from doing so long enough to force Skulloc fully into the world.$B$BFind the barrow by heading north through the Daggermaw Canyon on the other side of the Circle of Blood. It is on the right side before Gruul\'s Lair.$B$BBring back Skulloc\'s soul.','Collect Skulloc\'s Soul.','It is over then. You have freed us from the shackles of our enslavement to the Sons of Gruul. You have given the Bloodmaul Clan a reprieve from certain extinction.$B$BWords cannot describe the extent of the debt that ALL of the ogres of the Blade\'s Edge Mountains, Bloodmaul and Bladespire alike, owe you, $n.$B$BLook down, even now the ogres gather to pay you tribute. Let Gruul and his puppet, the old king, Maulgar, cower within their lair. Go to the ogres below as our new king!','Have you taken Skulloc\'s soul yet?','','','','','',32383,32467,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,40145,0,0,0,0,0,0,0,151800,0,0,0,0,'',10998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(11001,10958,0,263,128,70,-1,85,0,1024,762,300,0,0,0,0,0,0,32462,1,'Vanquish the Raven God','We must waste no time in dealing with the raven god. You must take the essence-infused moonstone to a place of great power in order to lure the god from the relative safety of the Emerald Dream.$B$BDescend into the Sethekk Halls and set the moonstone in the clutches of the raven\'s claw. You\'ll find it in the chamber before the talon king\'s hall.$B$BAnzu must be made believe that his followers have gathered to welcome him back into the world. Once he has manifested, show him no mercy!','Slay the Raven God and return to Morthis Whisperwing at Cenarion Refuge.$B$BThis quest must be completed in Heroic dungeon difficulty.','It\'s good to see you again, $N. Your triumph over the raven god counts for far more than any test or rite of passage that I might set for you.$B$BYou have truly proven yourself worthy of the knowledge guarded by the Druids of the Talon for countless generations.','What news from Sethekk Halls? Have you defeated Anzu?','','','','','',0,32449,0,0,0,0,0,1,0,0,0,0,23035,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32387,0,0,0,1,0,0,0,942,0,0,0,0,0,500,0,0,0,0,0,0,0,0,40120,40123,0,0,0,0,0,0,0,1560,0,0,0,0,'',10994,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(11002,10958,3483,0,128,70,70,0,1101,0,0,0,0,0,0,0,0,0,32385,1,'The Fall of Magtheridon','The source of Illidan Stormrage\'s fel orc army has been vanquished. The manufactory halts production of its grim product - at least for now. All that remains are a few trinkets and this severed head - a fitting trophy for a hero of the Alliance.$B$BReturn Magtheridon\'s head to Danath Trollbane at Honor Hold.\n','Return Magtheridon\'s Head to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.','This defeat is not only a blow to Illidan. The Legion too reels... A pit lord commander has been defeated. The siege of Hellfire Citadel now holds no purpose for the Burning Legion. All of their efforts will undoubtedly be turned upon the Black Temple.$B$BRedemption comes for Illidan... and soon.','For the first time - in as long as I can remember - there is silence.','','','','','',32385,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28792,28793,28790,28791,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(11003,10958,3483,0,128,70,70,0,690,0,0,0,0,0,0,0,0,0,32386,1,'The Fall of Magtheridon','The source of Illidan Stormrage\'s fel orc army has been vanquished. The manufactory halts production of its grim product - at least for now. All that remains are a few trinkets and this severed head - a fitting trophy for a hero of the Horde.$B$BReturn Magtheridon\'s head to Nazgrel at Thrallmar.\n','Return Magtheridon\'s Head to Nazgrel at Thrallmar in Hellfire Peninsula.','This defeat is not only a blow to Illidan. The Legion too reels... A pit lord commander has been defeated. The siege of Hellfire Citadel now holds no purpose for the Burning Legion. All of their efforts will undoubtedly be turned upon the Black Temple.$B$BRedemption comes for Illidan... and soon.','For the first time - in as long as I can remember - there is silence.','','','','','',32386,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28792,28793,28790,28791,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(11004,10958,3679,0,136,70,70,0,0,0,762,225,0,0,0,0,0,0,0,0,'World of Shadows','Sky Commander Adaris was seriously injured during a Skettis incursion. He\'s been in and out of consciousness since.$B$BI fear he has succumbed to a feverish delirium. During brief lucid moments he demands that I prepare an elixir made from shadow dust carried by the arakkoa. He seems to believe it will allow him to see into a \"world of shadows\" where the arakkoa\'s true leaders dwell.$B$BI do not believe this nonsense for a second, but I fear he won\'t rest until I obtain such an elixir. Will you help?','Severin wants you to venture into Skettis and retrieve 6 Shadow Dusts from the arakkoa that dwell there.','I thank you, $N. I will administer a small amount to the commander... to humor him. You can keep the rest, perhaps you\'ll find a use for it.','Have you obtained the dust, $N?','','','','','',32388,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32446,0,0,0,1,0,0,0,1031,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11098,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,5),(11005,10958,3679,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Talonpriests','Thank you for paying heed to my fevered rants. All along we had been trying to identify and destroy the Skettis chain of command; we had learned of three clerics known as the talonpriests, but we\'d never seen them with our own two eyes. Now we know why.$B$BTalk to Severin to obtain more of the elixir he discovered. Use the elixir to find and kill the three talonpriests: Ishaal, Skizzik and Zellek. They\'re rumored to dwell in Veil Ala\'rak, near the eastern shore of Blackwind Lake.','Obtain an Elixir of Shadows from Severin and use it to find and slay Talonpriest Ishaal, Talonpriest Skizzik and Talonpriest Zellek in Skettis. Return to Commander Adaris after completing this task.','You\'ve done well, $N. You\'ve dealt a tremendous blow to the enemy by slaying the talonpriests.','Is the deed done, $N? I\'d kill those blasted birdmen myself if it weren\'t for my injuries.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23066,23067,23068,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11004,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11006,10958,3679,0,136,70,70,0,0,0,762,225,0,0,0,0,0,0,0,0,'More Shadow Dust','','','Keep bringing the dust to me. I\'ll prepare as many elixirs as you need.$b$bCommander\'s orders.','It looks like the commander was not delirious after all. Bring me more dust and I\'ll prepare another elixir for you.','','','','','',32388,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32446,0,0,0,1,0,0,0,1031,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11004,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0),(11007,10958,3845,0,640,70,70,0,1791,0,0,0,0,0,0,0,0,0,32405,1,'Kael\'thas and the Verdant Sphere','The air around you hums - a gentle hum. The naaru are aware of your victory. Perhaps they are the reason you were compelled to pick up this sphere from the still-twitching remains of Kael\'thas Sunstrider. What secrets could it hold?$B$BPerhaps A\'dal in Shattrath City could make sense of the item.','Take the Verdant Sphere to A\'dal in Shattrath City.','$B$BThe sphere... Strange. Did you know that he lived? Yes. It is here - in the sphere itself. Maimed for certain. He calls to a higher power now. No, not Illidan.$B$BHigher.$B$BKil\'jaeden the Deceiver comes...$B$BNot here...$B$B$B$BAzeroth. Unknown.$B$BRest. Your brothers and sisters will retake Tempest Keep now.$B$B$B$B','You heard my call? Yes...','','','','','',32405,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11008,10958,3679,0,4224,70,70,0,0,0,762,225,0,0,0,0,0,0,32406,1,'Fires Over Skettis','You think you have what it takes to be part of the Skyguard? We\'ll have to see how you handle yerself in the air.$B$BThe arakkoa are breeding a gargantuan variety of their attack pets and are using it against our scouts. I want you to take these blasting charges and use them to destroy hatcheries above the arakkoa\'s dwellings. Avoid the monstrous kaliri guarding the hatcheries. They\'ll knock you off your mount before you know what hit you.','Seek out Monstrous Kaliri Eggs on the tops of Skettis dwellings and use the Skyguard Blasting Charges on them. Return to Sky Sergeant Doryn.','Excellent job, $N! That\'ll show those bird men the meaning of air superiority!','Did you finish your assignment yet?','','Monstrous Kaliri Egg Destroyed','','','',0,32406,0,0,0,0,0,1,0,0,0,0,22991,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11098,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,1,0,5),(11009,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ogre Heaven','Now that you have delivered us from bondage, we can begin the process of reunifying the clans. This will take some time; old grudges are difficult to overcome.$B$BBut more pressing, you must go to Ogri\'la in the heavens above to the west. You must defend it, and us, from those forces above that the gronn used to protect us from: ethereals, demons, and worst of all, the black dragonflight.$B$BWhen you find ogre heaven, seek out the wisdom of Chu\'a\'lor on how best to proceed.','Speak with Chu\'a\'lor at Ogri\'la in the Blade\'s Edge Mountains.','Mog\'dorg sent a message ahead, saying that I should expect you. I am glad that you came.$B$BWith the Sons of Gruul destroyed, it is only a matter of time - a short amount at that - before the various inhabitants of this mountain terrace, and the one to the north, decide to prey upon our ogre brothers down below.$B$BI trust that you will help us to prevent that, $B.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',11022,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(11010,10958,3522,0,128,70,70,0,0,0,0,0,0,0,0,0,0,11023,32456,1,'Bombing Run','You have a flying mount... so what! You think you have what it takes to use it properly?$B$BForge Camp: Wrath and Forge Camp: Terror, to the north and south, are a major pain in my backside, as well as being a threat to peaceful Ogri\'la. With all of those fel cannons shooting down the Skyguard left and right, we can\'t get through there to take care of business.$B$BYou want to prove yourself? Take these bombs and knock out their ammo stacks. Just don\'t let them shoot you down, too!','Use the Skyguard Bombs to destroy 15 Fel Cannonball Stacks.','Well, well, well, I guess you had it in you after all. Good work. Maybe Old Man Keller was wrong about you after all.$B$B','You take out their stacks of fel cannonballs yet?','','Fel Cannonball Stacks destroyed','','','',0,32456,0,0,0,0,0,1,0,0,0,0,23118,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,1038,0,0,0,0,500,500,0,0,0,0,0,44000,0,0,40198,0,0,0,0,0,0,0,75900,0,0,0,0,'',11030,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11011,10958,0,263,136,70,70,0,0,1024,762,300,0,0,0,0,0,0,0,0,'Eternal Vigilance','Your defeat of Anzu, the raven god, is truly a remarkable accomplishment. He may not abandon his quest to return to Outland, I fear.$B$BAs long as he has followers here, he will attempt to rise again. Keep the essence-infused moonstone with you in case we have not heard the last of Anzu.','Speak with Morthis Whisperwing to receive an Essence-Infused Moonstone.','Keep the moonstone with you, $N. If you suspect that Anzu is gathering his strength to attempt another return to this world, use it to defeat him once again.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32449,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11001,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11012,10958,3520,0,128,70,70,0,0,0,762,300,0,0,0,0,0,0,0,0,'Blood Oath of the Netherwing','','','Our lands are lost. Our children stolen in the night, forced into slavery - or worse...$B$B$B$BThe time is now, my ally. The time to retake what was once ours has come! You have proven yourself a capable combatant and compassionate soul.$B$BWill you swear to assist the Netherwing Dragonflight in retaking our lands and rebuilding our homes? Will you swear to watch over the flight and allow the bloodline to be born anew? Swear this and let us battle for our home and our loved ones!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10870,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,4,1,5,6,5,0,0,0,0,1,1,0,0),(11013,10958,3520,367,128,70,70,0,0,0,762,300,0,0,0,0,0,11014,32469,1,'In Service of the Illidari','Netherwing Ledge... What was once a bastion of sanctuary for the Netherwing is now home to the Dragonmaw. While the orcs may have control of our territory, our magic there is still strong. Strong enough to cloak your true identity and allow you to infiltrate the ranks of Dragonmaw.$B$BI have prepared this letter for you to present to their leader, Overlord Mor\'ghor. Fly headlong into the maw of our enemy and seek out Dragonmaw Base Camp to start your new life as a fel orc of Illidan Stormrage.','Travel to Netherwing Ledge and deliver the Illidari Service Papers to Overlord Mor\'ghor at Dragonmaw Base Camp.\n','$B$BA death knight? You couldn\'t shine the boots of a death knight, maggot.$B$B$B$BBut yes... You might be able to work your way up to peon. At the worst, I\'ll toss you into the pit and leave you to die...','$B$BYou\'re late...','','','','','',32469,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',11012,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,11,6,25,0,0,0,0,0,1,1,0,1),(11014,10958,3520,0,136,70,70,0,0,0,762,300,0,0,0,0,0,0,0,0,'Enter the Taskmaster','$B$BAlright grunt, first things first. If you\'re gonna join my beloved Dragonmaw army, you\'ll need to work. Everyone works up here on the ledge. Get a job and don\'t screw it up and I\'ll see if there might be something more interesting for you to do later.$B$BGo talk to Taskmaster Varkule Dragonbreath. He\'s standin\' in the middle of town. He\'ll assess your skills and assign work as he sees fit.$B$BNow get out of my face!','Speak with Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp.','Varkule gonna set you up right, grunt. You get your choice of one job best suited to your skills and Netherwing crystal collection. You\'ll be required to fill your work orders once per day.$B$BYeah, it\'s a bunch of crap jobs but even the ascendants started out as peons.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11013,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,273,0,0,0,0,0,1,1,0,0),(11015,10958,3520,367,4224,70,70,0,1791,0,0,0,0,0,0,0,0,0,0,0,'Netherwing Crystals','No good at nothin\'? That\'s fine. Even lunkheads like you can be used around here. Just find creatures on the ledge and kill \'em. Sometimes they\'ll have nether crystals on their carcasses. Gather those and bring \'em back to me and I\'ll consider your work order for the day complete.\n','Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 30 Netherwing Crystals.','You\'re done for today, kid. Come back tomorrow if you\'re still alive.','Nether crystals are used for lots of things. Mainly makin\' weapons and armor...','','','','','',32427,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11014,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,6,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11016,10958,3520,367,4224,70,70,0,1791,0,393,350,0,0,0,0,0,0,0,0,'Nethermine Flayer Hide','A skinner, eh? Well you\'ll find plenty to skin here! You gotta search for flayers around crystal formations. Take \'em down and take their hides. Sometimes they\'ll have a hide worth keepin\'. Bring those to me.','Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 35 Nethermine Flayer Hides.','You\'re done for today, kid. Come back tomorrow if you\'re still alive.','We use the flayer hides for armor lining and structural tarps.','','','','','',32470,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11014,0,0,0,'11018 11017',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,6,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11017,10958,3520,0,4224,70,70,0,0,0,182,350,0,0,0,0,0,0,0,0,'Netherdust Pollen','A flower picker?! Hilarious... Unfortunately, our mages and shaman need your services. The netherdust bushes that grow on this ledge have special pollen that is apparently very useful in their magical dealings. Bring me that stuff and I\'ll consider your work order complete.','Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 40 Netherdust Pollen.','You\'re done for today, kid. Come back tomorrow if you\'re still alive.','Like I said, netherdust pollen is used by our spell casters.','','','','','',32468,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11014,0,0,0,'11018 11016',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11018,10958,3520,0,4224,70,70,0,0,0,186,350,0,0,0,0,0,0,0,0,'Nethercite Ore','A miner!$B$B$B$BAn orc after my own heart! That\'s how Varkule got his start - minin\'! There ain\'t nothin\' better than getting down and dirty in the mines, is there?$B$BNow get out there and find those nethercite deposits. Strip \'em for all their worth and bring me back the ore.','Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 40 Nethercite Ore.','You\'re done for today, kid. Come back tomorrow if you\'re still alive.','Gug over there is gonna use the ore to reinforce our weapons and armor.','','','','','',32464,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11014,0,0,0,'11017 11016',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11019,10958,3520,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Friend On The Inside','','','Didn\'t think we\'d leave you to face the fel orc army by yourself, did you?$B$B$B$BAye, we are here with you, $N. For every service you perform for the fel orcs in your quest to reclaim Netherwing lands, we\'ll be at your side to make sure that they suffer a sufficient setback.$B$BYou\'ll need to keep a low profile so as not to draw any unwanted attention to yourself during your sabotage missions.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11014,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0),(11020,10958,3520,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,32503,1,'A Slow Death','The Dragonmaw have peons stationed at nearly every crystal formation up here. While the outright slaying of them would draw far too much unwanted attention to you, there is a way that we can thin their numbers and remain below the suspicious eyes of Mor\'ghor.$B$BVenture into the wilds of Shadowmoon Valley and slay the tainted wildlife. Take from them their corrupt fel glands. Use those fel glands with this mutton that I\'ll give you near the peons. They\'ll take one bite and fall deathly ill!','Yarzill the Merc at Dragonmaw Base Camp in Shadowmoon Valley wants you to use Yarzill\'s Mutton in conjunction with Fel Glands to poison 12 Dragonmaw Peon Camps.\n','$B$BExcellent work, $N. Lay low for now. Come back to me tomorrow and we can do it again.','It is dirty work, $N.','','Dragonmaw Peon Camp Poisoned','','','',0,0,0,32503,0,0,0,0,0,1,0,0,23209,0,0,0,12,0,0,0,40468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11019,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11021,10958,3679,0,128,70,70,0,0,0,762,225,0,0,0,0,0,11024,32523,1,'Ishaal\'s Almanac','This mysterious tome was on Talonpriest Ishaal\'s body. It contains arcane symbols and charts of celestial bodies beyond your comprehension.$B$BAll writing is in a language you don\'t understand; likely an ancient version of the arakkoa written tongue. Perhaps you should bring this to Sky Commander Adaris.','Bring Ishaal\'s Almanac to Sky Commander Adaris north of Skettis.','What have you brought to me? I can\'t make out the writing on this tome, $N... my loss of blood... must\'ve blurred my vision.','You\'ve something to show me?','','','','','',32523,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(11022,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,11009,0,0,'Speak with Mog\'dorg','$G King : Queen; $N! You speak with Mog\'dorg the Wizened before you leave and go to Ogri\'la!','Speak with Mog\'dorg the Wizened. He stands atop the tower on the east side of the Circle of Blood in the Blade\'s Edge Mountains.','My good man, I am glad that you have decided to speak to me again before leaving.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11000,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(11023,10958,3522,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,32456,1,'Bomb Them Again!','We\'re still having problems with those flak cannons, $N.$B$BDon\'t get me wrong -- I think that you did an outstanding job the last time out -- but, that doesn\'t change the fact that those damned demons seem to be replenishing their ammo supplies faster than we can knock them out. And that means we\'re having a hell of a time getting our people through there, not to mention the risk those demons pose to Ogri\'la.$B$BWhat do you say? Want to take another shot at it?','Use the Skyguard Bombs to destroy 15 Fel Cannonball Stacks.','Outstanding work, $N! I\'d have you back up in the air and bombing them again, but policy around here is to make sure that our pilots get plenty of R&R. Sorry, I don\'t make the rules, but I sure as hell enforce them!','How goes the bombing run?','','Fel Cannonball Stacks destroyed','','','',0,32456,0,0,0,0,0,1,0,0,0,0,23118,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32569,0,0,0,15,0,0,0,1031,1038,0,0,0,0,500,500,0,0,0,0,0,44000,0,0,40198,0,0,0,0,0,0,0,75900,0,0,0,0,'',11010,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,6,0,0,0,0,0,2,1,6,0,0,0,0,0,0,6,1,0,5),(11024,10958,3703,0,128,70,70,0,0,0,762,225,0,0,0,0,0,11028,32564,1,'An Ally in Lower City','There is an arakkoa in Lower City by the name of Rilak... He can be trusted. Take the book... to him.$B$B','Bring Ishaal\'s Almanac to Rilak the Redeemed in the Lower City section of Shattrath City.','This cannot be... this belonged to a talonpriest once. How did you ever come across it?','You have the smell of Skettis on you! Explain yourself!','','','','','',32564,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',11021,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(11025,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,11058,0,0,'The Crystals','When prepared correctly, the crystals of the mountains exhibit strange powers, such as the clarity of mind that we have found here in Ogri\'la.$B$BAll of the creatures atop the mountains covet the crystal shards and use them to further their own goals. An economy has even sprung up around them.$B$BTo assist us, you must first learn about the Apexis shards. Bring me some. In addition to the creatures here having them, they can sometimes be found where the flayers dig at the larger crystals.','Collect 5 Apexis Shards.','$B$BThese will do fine.$B$BRemember, $B, the value of the shard is not in what it can purchase for you. It is not even in what it can potentially do for you when properly forged, though there is some debate over that.$B$B$B$BThe true value is in the journey to attain the shard.','As you come to a understand the shards and crystals, you will be better able to assist us in protecting ourselves and our ogre brethren below.$B$BThe shards themselves get their name from an ancient and now-extinct arakkoan civilization, which used to live atop the mountains here.$B$BDo you have the shards with you?','','','','','',32569,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11009,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11026,10958,3522,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,32696,1,'Banish the Demons','You\'ve arrived at the perfect time, friend! We are in need of assistance. In return, you will receive something very rare, which will help us both in the end.$B$BWe\'re not a violent ogre any longer, but the demons nearby threaten to overrun us and the Skyguard. The problem with demons is that, once killed, they come right back in new bodies!$B$BBut, if you use this crystal to summon a banishing portal, when they die near it, their essences will be drawn in and banished back from whence they came!','Use the Banishing Crystal to banish 15 demons at Forge Camp: Wrath or Forge Camp: Terror.','That\'ll teach them! And, of course, now for your reward.$B$BThe demons of Forge Camp: Wrath, to the north, have created a special transporter on their southern border. This experimental gate is being used to expand the forge camp, and we don\'t think we need to tell you how that will effect us if they expand too far.$B$BHowever, if we were you, we\'d take this darkrune over to Gahk, and ask him how you can help. Just take it easy on him, $N. Like you, he\'s new here.','We trust that you\'ve used the banishing crystal to send a whole slew of those Burning Legion things packing?!','','Demons banished','','','',0,32696,0,0,0,0,0,1,0,0,0,0,23327,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32643,0,0,0,1,0,0,0,1038,1031,0,0,0,0,350,350,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11027,10958,3522,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Yous Have Da Darkrune?','','','Haha, good! Gahk like darkrunes! You take crystalforged darkrune dat Gahk make earlier.$B$B$N remember, control da degrader, den use hammer to smash da magic shield on Shartuul\'s transporter. Let out da other demon and fight him so you control him, too! Den smash and control more demons until no more come!$B$BDen you save Ogri\'la!','Da demons of dat camp fixes da transporter all da times. Gahk say $n smash dems better dis time!$b$bBut, Gahk need another darkrune ta make da crystalforged darkrune.$b$bIf little $r not have a darkrune, you talk with Kronk. Him try ta make one darkrune every day! Maybe yous get one in his grab bag?!','','','','','',32643,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32602,0,0,0,1,0,0,0,1038,0,0,0,0,0,10,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',11060,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,1,0,1),(11028,10958,3679,0,136,70,70,0,0,0,762,225,0,0,0,0,0,0,0,0,'Countdown to Doom','This almanac presages the return of Terokk, the most powerful and terrible Skettis king in arakkoa history.$B$BI always believed this to be the mere legend, $N. The return of the talonpriests and your recovery of this tome indicate otherwise.$B$BWith each day, Terokk comes closer to returning to full strength. Your only chance is to bring him to our world prematurely. Return to Skettis and speak to Adaris about this. Let us hope he has the wisdom to do the right thing.','Return to Sky Commander Adaris at Blackwind Landing in Terokkar Forest with the news about Terokk\'s return.','The arakkoa seek to bring Terokk back beyond the veil of time and Rilak... wants to find a way to accelerate the process? Is he out of his mind?$B$B$B$BYou\'ve done your duty, $N. It is time you let my men take over from here. This has become a purely military matter.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',11024,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3),(11029,10958,3679,0,128,70,70,0,0,0,762,225,0,0,0,0,0,11885,32741,1,'A Shabby Disguise','Open the package, $N. It is a disguise. It doesn\'t look very convincing, does it?$B$BI craft them for ethereal smugglers in search of rare books. There is an arakkoa scribe who dwells in the central island in Skettis, Terokk\'s Rest; his name is Sahaak. He is old and nearly blind.$B$BUse the disguise to speak with him and obtain the book known as the Adversarial Bloodlines. Be careful, $N. The disguise won\'t fool the other arakkoa.','Use the Shabby Arakkoa Disguise to obtain the Adversarial Bloodlines from Sahaak and return to Hazzik.','Excellent! This book catalogs the descendants of Terokk\'s ancient enemies. It is prophesied that their demise will be followed by Terokk\'s return.','The book, $N. Have you obtained it?','','','','','',32742,32741,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11056,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,4),(11030,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,11061,0,0,'Our Boy Wants To Be A Skyguard Ranger','$C, we\'ve got a problem -- we have lots of sons. And ever since the Skyguard moved in nearby, all our sons ever talk about is joining their ranks.$B$BAs a proud father, we want them to have every advantage for when they apply. So, would you go to the fel crystalforge at either forge camp to the north or south, and procure a magic flask for our sons? You can\'t miss their green smoke.$B$BWe think that they take ten apexis shards to make. We\'d give you the shards, but we don\'t have any at the moment.','Collect an Unstable Flask of the Beast.','You\'re a lifesaver, $N. Our boys are going to be so excited to hear the news!$B$BOK, so one down and one to go. We did tell you about the other magical flask that they\'re going to need, didn\'t we?','You have that magic flask, yet? It will mean the world to little Torkus Jr.','','','','','',32598,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11031,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Archmage No More','','','Make this next decision carefully. We do our best to accommodate our allies, but even Dalaran\'s resources have their limits.','You\'ve decided against your previous choice? I suppose I can help you reverse it. In the end Dalaran cares more about your loyalty than how you choose to show it.$b$bIt won\'t be cheap. And of course, I will need your old ring back.','','','','','',29287,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29290,29279,29283,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10725,0,0,0,'11032 11033 11034',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(11032,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Protector No More','','','Make this next decision carefully. We do our best to accommodate our allies, but even Dalaran\'s resources have their limits.','You\'ve decided against your previous choice? I suppose I can help you reverse it. In the end Dalaran cares more about your loyalty than how you choose to show it.$b$bIt won\'t be cheap. And of course, I will need your old ring back.','','','','','',29279,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29290,29287,29283,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10728,0,0,0,'11031 11033 11034',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(11033,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assassin No More','','','Make this next decision carefully. We do our best to accommodate our allies, but even Dalaran\'s resources have their limits.','You\'ve decided against your previous choice? I suppose I can help you reverse it. In the end Dalaran cares more about your loyalty than how you choose to show it.$b$bIt won\'t be cheap. And of course, I will need your old ring back.','','','','','',29283,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29290,29279,29287,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10727,0,0,0,'11031 11032 11034',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(11034,10958,2562,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restorer No More','','','Make this next decision carefully. We do our best to accommodate our allies, but even Dalaran\'s resources have their limits.','You\'ve decided against your previous choice? I suppose I can help you reverse it. In the end Dalaran cares more about your loyalty than how you choose to show it.$b$bIt won\'t be cheap. And of course, I will need your old ring back.','','','','','',29290,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29283,29279,29287,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10726,0,0,0,'11031 11032 11033',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(11035,10958,3520,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Not-So-Friendly Skies...','On the northeast edge of this island exists a dock used for the packaging and transport of Netherwing crystals and relics. Dragonmaw Transporters transport the goods from the dock to Dragonmaw Fortress while Dragonmaw Ascendants guard the ground from any would-be attackers.$B$BThis leaves one opening for you to make a strike at the Dragonmaw: The Dragonmaw Skyway.$B$BFly to the shattered islands of the Dragonmaw Skyway and ambush the transporters that use the route. Recover our stolen relics!','Yarzill the Merc at Dragonmaw Base Camp in Shadowmoon Valley wants you to recover 10 Netherwing Relics.','$B$BYou are doing the Netherwing a great service, $N. Slowly, we will topple the Dragonmaw. From the inside a disease now grows - a disease with no cure...$B$BReturn to me tomorrow if you are interested in more work at the Dragonmaw Skyway.','Dead orcs tell no tales, $N. Make sure those Dragonmaw transporters do not escape.','','','','','',32509,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11019,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11036,10958,3522,0,128,67,67,0,690,0,0,0,0,0,0,0,0,10186,32619,1,'Out of This World Produce!','I\'ll be the first to admit I\'m not quite sure what this order is for, but Rocket-Chief Fuselage\'s instructions were very specific -- only the very best fruit, preserved to survive a long voyage and sealed against the elements.$B$BThere were other specifications, zero-gravity this and low pressure that. I don\'t pretend to understand it, but the price is right, so he\'ll get his superfood. Bring this crate to him up at Area 52. After crossing into Netherstorm, keep following the road until you see the town.','Bring the Preserved Fruit to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','$B$BEverything looks good here. That\'s one more thing to cross off the list. Now all we need to do is get the rocket off the ground!','Is that the delivery from Old Orok?','','','','','',32619,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'10183 11037 11040 11042',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11037,10958,3518,0,136,67,67,0,690,0,0,0,0,0,0,0,0,10186,0,0,'A Strange Vision','I\'ve had a most unusual vision, $N, and I don\'t know quite what to make of it. I\'ve seen an arrow, an immense arrow, riding into the sky on a trail of fire. Such a feat is trivial for a skilled mage, but somehow I know the arrow I saw is not the product of magic.$B$BIt will be unlike anything the people of Azeroth have ever achieved. You must seek out the people working on this, $N. Lend them your help, for without it, their efforts may yet fail.','Speak with Rocket-Chief Fuselage at Area 52.','$B$BWell, I don\'t know about any of that, but we could certainly use your help around here. Behold the rocket behind me! That\'s the X-52...$B$BIsn\'t it the most beautiful thing you\'ve ever seen?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'10183 11036 11040 11042',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11038,10958,3703,0,136,67,67,0,0,0,0,0,0,0,0,0,0,10241,0,0,'Assist Exarch Orelis','Not long ago, High Priestess Ishanah sent a small group of anchorites to Netherstorm, under the command of Exarch Orelis. They were to investigate the activities of Kael\'thas and his minions, but we haven\'t received any reports of their findings yet.$B$BI worry that our presence in the area might not be strong enough to carry out the mission. I\'m certain that the exarch could benefit from your knowledge and experience. Are you willing to travel to Area 52 and assist him?','Speak with Exarch Orelis at Area 52.','So you\'re here to help us determine exactly what Kael\'thas is planning? Your help is most welcome. Netherstorm is crawling with blood elf agents whose activities threaten to tear the land asunder.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11039,10958,3703,0,136,67,67,0,690,0,0,0,0,0,0,0,0,10189,0,0,'Report to Spymaster Thalodien','Some time ago, Voren\'thal dispatched a small team to Netherstorm to investigate the activities of Kael\'thas. Our leader has the utmost confidence in Spymaster Thalodien and his compatriots, and has decided to honor his request for reinforcements.$B$BThalodien\'s report was brief, but clear that he\'s encountered something of great importance. Report to him at Area 52 and assist him in any way possible, $N.','Report to Spymaster Thalodien at Area 52.','$B$BI was hoping for at least a squad, but if Voren\'thal saw fit to send only you, then I will adjust my plans accordingly.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11040,10958,3522,0,128,67,67,0,1101,0,0,0,0,0,0,0,0,10186,32623,1,'Parts for the Rocket-Chief','You can count on one hand the number of times I\'ve collaborated with a goblin. We\'re far more likely to be in competition with them, but when I received Rocket-Chief Fuselage\'s request, I just couldn\'t refuse him.$B$BThis crate is full of parts I\'m not using here, but that the rocket-chief might be able to put to use on his project. Would you be kind enough to deliver them if you\'re on your way to Area 52?$B$BWho knows, maybe some fine gnomish parts could keep his creation from exploding!','Bring Bossi\'s Spare Parts to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','I don\'t even know what some of these parts do! I\'m certain I\'ll find a use for some of them, but I never suspected I\'d have to learn to think like a gnome!','That crate has the look of a master gnomish engineer about it. Did Bossi send you?','','','','','',32623,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'10183 11037 11036 11042',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11041,10958,3520,0,128,70,70,1,0,0,0,0,0,0,0,0,0,0,32621,1,'A Job Unfinished...','In the name of our great master... For the glory of Illidan!$B$BBy order of Overlord Mor\'ghor, the great plateau of Netherwing Ledge is to be secured. With all Netherwing drakes captured or forced off of the land, rock flayers are running rampant and threatening crystal harvesting operations.$B$BDestroy them all, their den mother and her consort, Arvoar.$B$BMor\'ghor commands it!$B$B','Slay 10 Overmine Flayers and Barash the Den Mother. Return to Overlord Mor\'ghor at the Dragonmaw Base Camp should you succeed.','So from the remains of one of my own overseers you recovered the command and took matters into your own hands? You have managed to impress Mor\'ghor. Well done...','Who dares approach Mor\'ghor? This had better be important.','','','','','',0,0,32621,0,0,0,0,0,1,0,0,0,23264,23269,0,0,10,1,0,0,0,0,0,0,0,0,0,0,32866,32867,32865,32868,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11014,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,388,0,0,5),(11042,10958,3518,0,136,67,67,0,1101,0,0,0,0,0,0,0,0,10186,0,0,'A Mystifying Vision','A strange vision haunts me, $N. I see a continuous cloud of smoke ascending toward the sky, left in the wake of a giant fire moving ever faster away. It is not a natural phenomenon, nor a creation of evil; that much I know.$B$BI have no knowledge of what it looks like, save that it is the product of the labor of many. Yet, without more hands, it may never come to be.$B$BTravel to Netherstorm, $c. Locate those responsible for this creation and offer them your aid.','Speak with Rocket-Chief Fuselage at Area 52.','$B$BWell, I don\'t know about any of that, but we could certainly use your help around here. Look at the behemoth behind me. That\'s the X-52...$B$BIsn\'t it the most beautiful thing you\'ve ever seen?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'10183 11037 11036 11040',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11043,10958,3522,0,136,67,67,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Building a Better Gryphon','I\'ve heard that the Wildhammer dwarves maintain a gryphon roost at their fortress down in southern Shadowmoon Valley. If you\'re going down there, would you speak to them on my behalf? I have some ideas on how to improve their gryphons!$B$BWhy stop at armoring them when you could attach an altimeter, a rear view mirror, and rocket? Imagine how fast you could go with one of those babies strapped to your gryphon\'s back! I\'ll call it the TurboGryphon 8000!','Speak with Brunn Flamebeard at Wildhammer Stronghold in Shadowmoon Valley.','$B$BHe wants to do WHAT to my gryphons?$B$BIf that little pipsqueak puts anything other than a saddle on them, I\'ll personally travel up to Blade\'s Edge and stuff that rocket o\' his down his throat!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11044,10958,3518,0,136,67,67,0,1101,0,0,0,0,0,0,0,0,10562,0,0,'Visions of Destruction','A vision of cataclysm often disturbs my rest -- a rain of green fire falling to the earth, felling the valiant defenders of a mighty fortress. It has haunted me for weeks now, although I have only recently come to understand its meaning.$B$BTo the far east, in Shadowmoon Valley, the Wildhammer dwarves endure constant attacks from the Burning Legion and numerous other foes. They fight bravely, but without relief, their enemies will triumph. Go to their side, $N. Help them in their fight.','Speak with Wing Commander Nuainn at Wildhammer Stronghold.','A vision, you say? I don\'t care if he saw it in a vision, read it in a letter, or heard it from the mouth of a pit lord. He was dead on! What matters is that you\'re here, friend, and we need all the help we can get.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,3,5,274,25,0,0,0,0,0,1,1,0,1),(11045,10958,3703,0,136,67,67,0,1101,0,0,0,0,0,0,0,0,10642,0,0,'Zorus the Judicator','The history of Shadowmoon Valley is a long and troubled one. Few delve into it for fear of breathing new life into the unspeakable atrocities that took place there.$B$BNot all are so timid, though. Zorus the Judicator searches for the truth about the ghosts of Shadowmoon\'s past. It is a staggering undertaking, one with which he would welcome help, I\'m sure.$B$BIf you should venture into the valley, look for Zorus at Wildhammer Stronghold, in the central portion of the valley\'s southern region.','Speak with Zorus the Judicator at Wildhammer Stronghold.','Fantei speaks the truth and I would welcome your help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11046,10958,3703,0,136,67,67,0,690,0,0,0,0,0,0,0,0,10624,0,0,'Chief Apothecary Hildagard','The history of Shadowmoon Valley is a long and troubled one. Few study it for fear of breathing new life into the unspeakable atrocities that took place there.$B$BNot all are so timid, though. Chief Apothecary Hildagard\'s research delves into the ghosts of Shadowmoon\'s past. It is a staggering undertaking, one with which she would welcome help, I\'m sure.$B$BIf your travels bring you there, seek Hildagard at Shadowmoon Village, in the northwestern reaches of the valley.','Speak with Chief Apothecary Hildagard at Shadowmoon Village.','Fantei has a good memory. It\'s been months since I was last in Shattrath to buy reagents. He\'s right, though. I could use the help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11047,10958,3522,0,136,67,67,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Apprentice\'s Request','As an apprentice wind rider master, one of my tasks is to care for the beasts when they\'re not flying. The problem is that we have so few here, there\'s very little downtime for any of them.$B$BI\'m afraid we\'ll work them all to death if we don\'t receive any replacements. There\'s a large stable down in Shadowmoon Village, in western Shadowmoon Valley. Dama Wildmane oversees the wind rider care and training there.$B$BWould you speak with her on our behalf and let her know about our situation?','Speak with Dama Wildmane at Shadowmoon Village in Shadowmoon Valley.','$B$BI can\'t guarantee that there will be any wind riders available, but I\'ll see what I can do. As it is, we\'re having trouble keeping up with the demands of other buyers and outposts.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11048,10958,3518,0,136,67,67,0,690,0,0,0,0,0,0,0,0,10595,0,0,'Kroghan\'s Report','My original orders were to remain in Garadar for a short time, then continue on and report to Blood Guard Gulmok at Shadowmoon Village. What I\'ve seen in my time here is that Garadar could benefit from a long term Horde liaison.$B$BI know that Blood Guard Gulmok needs all the troops he can get, but I know he\'ll understand that my mission here isn\'t yet complete. Travel to Shadowmoon Village, in northwestern Shadowmoon Valley, and inform Blood Guard Gulmok of my delayed arrival.','Speak with Blood Guard Gulmok at Shadowmoon Village.','$B$BI understand his point of view, but we need warm bodies in the trenches here too! The Legion\'s bombarding us with infernals day and night. If Kroghan\'s going to be delayed, you can take his place on the field!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(11049,10958,3520,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Netherwing Egg Hunt','Should you discover any Netherwing eggs while exploring, bring them to me.$B$BBe warned, a Netherwing egg is a rare discovery. Do not become frustrated if you cannot locate one. These Dragonmaw have been very thorough in collecting most of them and shipping them off to parts unknown.$B$BEggs might be found on creatures of the island, near crystal formations, in the mines, or even inside a nethercite node or netherdust bush.$B$BKeep a low profile. We don\'t need Mor\'ghor catching wind of your actions.','Yarzill the Merc at Dragonmaw Base Camp in Shadowmoon Valley wants you to recover a Netherwing Egg.','Neltharaku will be most pleased, $N. Well done.','How goes the egg hunt?','','','','','',32506,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,350,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11019,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,1,0,6),(11050,10958,3520,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Accepting All Eggs','','','You are a true hero, $N.','We don\'t need those eggs to get into the wrong hands,$N. Bring me any additional eggs that you may find.$B$BJust remember to keep a low profile AND avoid raising suspicion!','','','','','',32506,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11049,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11051,10958,3522,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,32696,1,'Banish More Demons','If we know the demons, and we do because we\'ve studied them extensively, they\'re fast at work repairing any damage that has been done to their precious transporter.$B$BSo, if you want a chance at another darkrune, take our banishing crystal back out there and eliminate more demons. Besides, you want to help us to lessen the threat that the demons pose, yes?$B$BWe said \"chance\" because the process we use yields mixed results. You might get a darkrune, or you might get something else entirely.','Use the Banishing Crystal to banish 15 demons at Forge Camp: Wrath or Forge Camp: Terror.','We wish the process of creating a darkrune was foolproof, $N. Alas, it is not. Please, take this bag and look in it to see what we\'ve wrought today. We couldn\'t bear to look ourselves.$B$BRemember, if you get a darkrune, take it to Gahk to exchange for a crystalforged darkrune. Then you\'ll be able to once more bring down Shartuul\'s transporter.$B$BOh, and $N, don\'t forget to come by again tomorrow and pickup the banishing crystal. There are always more demons to be banished.','A seasoned pro such as yourself shouldn\'t be having any difficulty banishing demons. You\'re not having any difficulties, right, $R?','','Demons banished','','','',0,32696,0,0,0,0,0,1,0,0,0,0,23327,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32777,32569,0,0,1,15,0,0,1038,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11026,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11052,10958,3520,0,128,68,70,0,0,0,0,0,0,0,0,0,0,0,32646,1,'Akama\'s Promise','$B$BI am not as strong as I once was, $N. Being so close to evil itself all these years - I do not know if I can trust myself with an artifact as powerful as this.$B$BTake this as my promise to you that when the time comes and you face Illidan, I will be on your side. Take it to the one being we know we can trust with its power. Take the medallion to A\'dal in Shattrath City.','Bring the Medallion of Karabor to A\'dal in Shattrath City.','$B$B','','','','','','',32646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30932,30999,31000,30943,30984,31417,1,1,1,1,1,1,0,0,0,0,0,0,0,0,935,1012,0,0,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',10707,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11053,10958,3520,367,136,70,70,0,1791,0,0,0,0,0,0,0,0,0,0,0,'Rise, Overseer!','Rare it is that a peon survives for as long as you have. Rarer still is when a peon rises from the dregs to attain a new rank.$B$B$B$BThe Overlord has called for you, grunt. A new rank awaits, no doubt.','Speak with Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley.','I have been following your activities closely, $N. You have proven to be an invaluable asset to Dragonmaw. With that said, I am going to promote you to Overseer. With that rank comes new responsibilities that you must fulfill.$B$BRise, Overseer $N! Rise and seek out those that need your assistance at the base camp.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32694,0,0,0,1,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11019,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,4,1,1,5,15,0,0,0,0,0,0,0,5),(11054,10958,3520,367,136,70,70,0,1791,0,0,0,0,0,0,0,0,11055,0,0,'Overseeing and You: Making the Right Choices','So you\'re the new overseer, eh? Well there\'s one thing any good overseer needs and that\'s the proper disciplinary weapon. Before you can go out there and knock some sense into these peons you need to have your \"piece.\" Each overseer has to gather the materials required to make their own \"piece\" and you\'ll be no different.$B$BI\'ll need knothide leather and the hardened hide of Tyrantus. You\'ll find Tyrantus in Eco-Dome Farfield, located in the northern reaches of Netherstorm.','Chief Overseer Mudlump at the Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 10 pieces of Knothide Leather and 1 Hardened Hide of Tyrantus.\n','ARRR! You might make it as an overseer after all. That oversized lizard has been the bane of many an orc!$B$B.','There\'s peons to be disciplined, $N! Hurry it up!','','','','','',21887,32666,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11053,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,5,0,0,5),(11055,10958,3520,367,4224,70,70,0,1791,0,0,0,0,0,0,0,0,0,32680,1,'The Booterang: A Cure For The Common Worthless Peon','This is your booterang. There are many like it but this one is yours.$B$BAs an overseer you will use this booterang to sow terror into the hearts of defiant peons. Proper use of the booterang will instill obedience and ensure subservience.$B$BVenture forth to the crystal fields and discipline any peons that you see slacking off. Show them the might of the booterang!\n','Chief Overseer Mudlump at the Dragonmaw Base Camp in Shadowmoon Valley wants you to discipline 20 lazy Dragonmaw Peons. You will also need to return your Booterang.','A hard day\'s work! It pays off, though, doesn\'t it? Warms your heart seeing those worthless runts slavering over those crystals... Anyhow, that\'s all for today. Come back tomorrow for another round of booterang discipline. ','It\'s all in the wrist, $N. ','','Dragonmaw Peon Disciplined','','','',0,0,0,32680,0,0,0,0,0,1,0,0,23311,0,0,0,20,0,0,0,40742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11054,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(11056,10958,3679,0,136,70,70,0,0,0,762,225,0,0,0,0,0,11029,0,0,'Hazzik\'s Bargain','Do not draw attention to our conversation. Adaris would not approve.$B$BI belong to the lowest caste of arakkoa, $N. During Terokk\'s rule I would\'ve been sacrificed to the dark powers worshipped by his talonpriests. If what you say is true and the talonpriests are seeking Terokk\'s return, then you must prevent them from succeeding - regardless of what your leader says!$B$BI\'ve something to offer you that you\'ll find useful. There is a package at my old dwelling in Upper Veil Shil\'ak. Bring it to me!','Obtain Hazzik\'s Package at his dwelling in eastern Skettis and return to him with it.','Excellent, $N. You will see that I\'m true to my word.','You\'ve returned, $N. I was beginning to think you\'d given up on me.','','','','','',32687,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',11028,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,3),(11057,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Trouble Below','We commend your zeal in wanting to help out here in Ogri\'la, $c. However, we have a favor to ask of you before we can accept your assistance.$B$BDown below our brethren are enslaved to the Sons of Gruul. Please, speak with Mog\'dorg the Wizened, who is leading an ogre resistance against their gronn masters.$B$BSeek him out atop the tower on the eastern side of the Circle of Blood arena.','Speak with Mog\'dorg the Wizened atop one of the towers just outside the Circle of Blood in the Blade\'s Edge Mountains.\n','You were sent from on high? Truly my mission is blessed! I am trying to save the Bloodmaul from annihilation by the Bladespire clan, and Gruul\'s sons, who are backing them.$B$BI trust that you will be the one to aid our secret society and deliver us into freedom.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11058,10958,3522,0,138,70,70,0,0,0,0,0,0,0,0,0,0,11080,0,0,'An Apexis Relic','Long ago a now-extinct sect of the arakkoa known as the Apexis lived here. Remnants of their civilization are still present. We call them apexis relics.$B$BWhat we know about them is that, when properly used, they grant a boon. Each relic presents a colored sequence which, when the crystals are pressed in the correct order, leads through a series of levels, each harder than the last.$B$BAn apexis shard is needed to power the relic. Return when you have attained the insight of the apexis vibration.','Gain Apexis Vibrations from an Apexis Relic.','$B$BYou have a quick mind, $N. It took us much longer to successfully make use of the relic.$B$BNow that you know how, you can do so as much as you care to. Just remember that they require an apexis shard to power them.','Have you learned how to use the apexis relic yet? Both we and the Sha\'tari Skyguard just to the north are interested in what you learn about them.','Apexis Vibrations attained','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,1031,0,0,0,0,250,250,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11025,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11059,10958,3522,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Guardian of the Monument','You\'ve figured out how to use the single-person relics, but as you may have seen, there are bigger ones, which they surround.$B$BThese larger apexis monuments function in much the same way, but they take many more apexis shards to activate and require four persons to operate.$B$BOf greater concern to us are the guardians that are summoned through their use. These crystal constructs turned on their arakkoan masters long ago, and now endanger Ogri\'la.$B$BWe would ask that you destroy one and bring us proof.','Collect an Apexis Guardian\'s Head.','$B$BNot only are we impressed with the mental alacrity of you and your friends, but we are indebted to you, as is all of Ogri\'la and the Skyguard, for helping to protect our way of life here.$B$BAnd remember, $N, at any time you can gather others and return to any of those larger apexis monuments to make use of them; as long as you have enough apexis shards to power it that is.','We abhor violence, but at least the construct that we have sent you against isn\'t a living being.$B$BSpeaking of which, do you have the head?','','','','','',32697,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,1031,0,0,0,0,500,500,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',11025,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11060,10958,3522,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Crystalforged Darkrune','','','Little $r, remember, when you control da degrader, you use its hammer ta smash da warp-gate\'s shield and let loose da demon within.$B$BDen you crush dat demon and control it. Den another demon come and you control it, until da eredar overseer come.$B$BDen you crush him too!!!','Da demons are making da Forge Camp: Wrath bigger. Soon, dey be too big and crush us. You crush dem first!$b$bShartuul\'s transporter is da key, but it protected by a magic shield and a demon called a degrader. Us powerful $c, and make special darkrune dat give you control of da degrader. $r give Gahk darkrune, us give $r crystalforged darkrune back.$b$bTake control of da degrader and possess as many of da demons dat come through da gate as you can ta stop dem!','','','','','',32643,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32602,0,0,0,1,0,0,0,1038,0,0,0,0,0,10,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,1,0,1),(11061,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Father\'s Duty','As to that other magical flask, it can only be obtained from one spot: Bash\'ir Landing. It\'s an ethereal base, and they aren\'t too friendly with outsiders, so it might be a little dangerous to obtain.$B$BWhere\'s Bash\'ir Landing, you ask? Well, if you get on your flying steed and head north by northeast, well past Forge Camp: Wrath, you\'ll eventually spot it. The Bash\'ir crystalforge itself is at the northeast corner of the landing.$B$BThank you for doing this, $N. It\'ll mean the world to our sons!','Collect an Unstable Flask of the Sorcerer for him.','We can\'t thank you enough, $N!$B$BNow with these two flasks, unstable though they may be, we\'ll be able to send one of our boys north to the Skyguard Outpost.$B$BHere, just wait a moment and we\'ll call for one of them.$B$B','That sorcerer\'s flask is sure to make my boys more intelligent than they already are, and that should help immensely with what they\'ll need to do once they\'re in the Sha\'tari Skyguard.','','','','','',32601,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,41109,0,0,0,530,4018,5893,3,75900,0,0,0,0,'',11030,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11062,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Skyguard Outpost','$N, we were wondering if you might be willing to visit our friends just to the north at the Skyguard Outpost?$B$BSky Commander Keller and his Skyguard are here running missions for our mutual protection, and he\'s asked us to send along anyone that we feel would excel at helping out.$B$BThat would be you!$B$BHead up there as soon as you can, and please, give him our regards.','Speak with Sky Commander Keller at the Skyguard Outpost in the Blade\'s Edge Mountains.','Welcome ta the Skyguard Outpost! I built it with me own hands ya know.$B$BYeah, the whole thing!$B$B$B$BSo, ye must be lookin\' ta spoil for a fight if ye\'re here talkin\' ta me. It was kind of old Chu\'a\'lor ta send ye along. We can always use fresh meat for the grinder around here.$B$BIf ye don\'t mind, I\'d like ya ta start by having a talk with my sergeant across the way: Vanderlip. Don\'t mind her tongue, though it be sharper than the greatsword she be carrying.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,10,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',11030,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11063,10958,3520,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earning Your Wings...','','','So you wanna join the Skybreakers, eh? You\'ve certainly proven yourself an able Dragonmaw but that means nothing in the skies of Outland. The question has to be answered: CAN YOU FLY?$B$BAnd I don\'t just mean being able to mount up on a nether drake and delivering a shipment of crystals to the fort like those transporter scrubs. I\'m talking about being the best... The top orc...$B$BOver to the west there are six riders. Defeat them all and I will grant you Skybreaker wings.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11084,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,6,5,0,0,0,0,0,0,0,0),(11064,10958,3520,0,130,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: The Ballad of Oldie McOld','Don\'t let the gray hair fool you, grunt. I\'m still ten times the rider that you are! And don\'t go thinking that this old dog doesn\'t have any tricks up his sleeve.$B$BNow all you gotta do is follow me and try not to get knocked down off your mount. If you can do that, Oldie will admit defeat.$B$BWe\'ll lift off as soon as you\'re ready.\n','Follow Murg \"Oldie\" Muckjaw while attempting to stay on your flying mount. Should you defeat Murg \"Oldie\" Muckjaw, report your victory to Ja\'y Nosliw at the Dragonmaw Base Camp in Shadowmoon Valley.','Pumpkins? Oh how the mighty have fallen... I am certain the other riders will prove to be much more challenging.','','Murg \"Oldie\" Muckjaw Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11063,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,1,0,5),(11065,10958,3522,0,128,70,70,0,0,0,0,0,0,0,0,0,0,11066,32698,1,'Wrangle Some Aether Rays!','Wanna help the Skyguard and Ogri\'la?$B$BJust hear me out before you walk away, $g hot stuff : girly;. We\'re in need of remounts! The bombing runs and missions to Bash\'ir Landing have taken a toll on our mounts.$B$BThe aether rays that fly around Vortex Pinnacle, and the Crystal Spine to the northeast, look like they\'d do just fine. You don\'t even have to bring them back here, though that would be nice. Just break and rope them, and we\'ll track them down later.$B$BThink you can wrangle me up some?','Use the Wrangling Rope to capture 5 Aether Rays.','Woo hoo! Nice job, $N! Those rays are going to make excellent mounts!$B$BStick around kid... the Sha\'tari Skyguard can always use a man of your obvious talents!','You wrangle me some aether rays yet? You look like you might have some skill with rope, so it shouldn\'t take you too long.','','Aether Rays wrangled','','','',0,32698,0,0,0,0,0,1,0,0,0,0,23343,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,1038,0,0,0,0,350,350,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11025,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11066,10958,3522,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,32698,1,'Wrangle More Aether Rays!','So, I hope that you\'re up to helping us wrangle up even more aether rays! From what I can see, you\'re a natural with the rope! And it\'s for a good cause, because not only do we get fresh mounts, but it helps us to protect Ogri\'la, which the ogres appreciate.$B$BRemember, the aether rays fly around Vortex Pinnacle, and the Crystal Spine to the northeast.$B$BThink you can wrangle me up some more?','Use the Wrangling Rope to capture 5 Aether Rays.','You continue to amaze me! Tell you what... why don\'t you come back tomorrow and we\'ll let the rope cool off for now?$B$B$B$BThank you so much, $N!','You\'re doing great work for us, $N. I want you to know that we really appreciate everything that you\'re doing to keep us stocked up in fresh mounts!','','Aether Rays wrangled','','','',0,32698,0,0,0,0,0,1,0,0,0,0,23343,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32569,0,0,0,15,0,0,0,1031,1038,0,0,0,0,350,350,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11065,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11067,10958,3520,0,130,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Trope the Filth-Belcher','Dragonmaw treat you right, $N. Even a worn out cursed being like me is given a chance. Now if you want to prove your worth to the Skybreakers, you will have to defeat me.$B$BI\'m going to shake you off my tail like a bad case of fleas...$B$BWe\'ll lift off when you are ready.','Follow Trope the Filth-Belcher while attempting to stay on your flying mount. Should you defeat Trope the Filth-Belcher, report your victory to Ja\'y Nosliw at the Dragonmaw Base Camp in Shadowmoon Valley.','Interesting... Your next match will undoubtedly prove much more difficult. Corlok is no slouch.','Trope defeated some of my best riders. Don\'t let the filthiness fool you.','Trope the Filth-Belcher Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11064,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11068,10958,3520,0,130,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Corlok the Vet','You are challenging ME? Don\'t make me laugh!$B$BYou\'re serious? Very well then! All you need to do is not die. You can manage to not die, right?? Even if I\'m hurling skulls at you and flying circles around your pathetic riding skills?$B$BJust let me know when you\'re ready and we\'ll lift off.','Follow Corlok the Vet while attempting to stay on your flying mount. Should you defeat Corlok the Vet, report your victory to Ja\'y Nosliw at the Dragonmaw Base Camp in Shadowmoon Valley.','The next two riders were the two top pilots that the dwarves and orcs of Azeroth had to offer. You stand no chance!','','Corlok the Vet Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11067,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,11,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,6),(11069,10958,3520,0,130,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Wing Commander Ichman','Three years I spent in that hell hole. Three years a prisoner of war to the damnable Frostwolf Clan. Made to sit in their tower and listen to them endlessly whine about the bridge to Dun Baldar. About how it\'s \"unfair\" that blah, blah, blah, blah... War isn\'t fair! To hell with \'em all!$B$BThe minute I was freed I left that place forever and came here to start a new life. Now Mulv and I are vying for the top orc spot. If you want it, you\'re gonna have to go through me, scrub.$B$BWe go when you\'re ready.\n','Follow Wing Commander Ichman while attempting to stay on your flying mount. Should you defeat Wing Commander Ichman, report your victory to Ja\'y Nosliw at the Dragonmaw Base Camp in Shadowmoon Valley.','I don\'t believe it! Mulverick is your next challenge. There\'s no way you\'ll survive that match.','','Wing Commander Ichman Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11068,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,1,0,6),(11070,10958,3520,0,130,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Wing Commander Mulverick','Three years of blood, sweat and tears. Mostly tears... The amount of crying that a hardened soldier does when it comes down to all-out war is amazing!$B$B\"They\'re jumping into our tower with their horses!\" \"Why is their base so well defended?\" \"They\'re taking our relief hut, I\'m going A.W.O.L.!\"$B$BWimps...$B$BI took the first train out of \"cry-town\" the minute the Dark Portal opened. Now I\'m a top gun for the Dragonmaw. If you want to be top orc, you\'ll have to defeat me.$B$BWe go when you are ready.\n','Follow Wing Commander Mulverick while attempting to stay on your flying mount. Should you defeat Wing Commander Mulverick, report your victory to Ja\'y Nosliw at the Dragonmaw Base Camp in Shadowmoon Valley.\n','Well it looks like it\'s just you and the captain now, grunt. Good luck! You\'re gonna need it!','Mulverick is the most gifted rider I\'ve ever seen. The only thing holding him back from the top orc spot is his recklessness.','Wing Commander Mulverick Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11069,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,6),(11071,10958,3520,0,130,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Captain Skyshatter','You dare challenge Skyshatter? The world around you will fall into darkness as the heavens are torn asunder by my meteors.$B$BYou stand no chance, soldier. Yet it is your desire to die...$B$BI will entertain this morbid obsession if only to prove a point to any that might foolishly dream of making the same mistake.$B$BWe ride when you are ready!','Follow Captain Skyshatter while attempting to stay on your flying mount. Should you defeat Captain Skyshatter, report your victory to Ja\'y Nosliw at the Dragonmaw Base Camp in Shadowmoon Valley.','I never dreamed any would be skilled enough to defeat Skyshatter. You do know what this means, right? You are now the top orc! You must defend your title.','Second place isn\'t that bad, $N. You can take Mulverick\'s spot on the line-up...','Captain Skyshatter Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32863,0,0,0,1,0,0,0,1015,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',11070,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,25,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,7),(11072,10958,3679,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Adversarial Blood','The descendants held prisoner by the Skettis talonpriests are listed in this book: Gezzarak the Huntress, Karrog the crystal giant, the heretic known as Darkscreecher Akkarai and Vakkiz the Windrager. They will all need to be slain before Terokk returns to this world.$B$BYou will need the scrolls carried by the time-lost arakkoa to call them forth at the summoning circles in Skettis. Bring me a token from each one. These are powerful beings you will be facing; you would do well to bring friends.','Find the Skull Piles in the middle of the summoning circles of Skettis. Summon and defeat each of the descendants by using 10 Time-Lost Scrolls at the Skull Pile. Return to Hazzik at Blackwind Landing with a token from each.','Excellent! Take this. I\'ve prepared this bundle with the items you obtained. They will allow you to summon Terokk.$B$BBeware, $N. He is the most powerful arakkoa to ever exist. Do not underestimate him!','Have you completed your task, $N?','','','','','',32715,32717,32716,32718,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32720,0,0,0,1,0,0,0,1031,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11029,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,6),(11073,10958,3679,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'Terokk\'s Downfall','I... I\'ve turned a blind eye to your dealings with the arakkoa prisoner, $N. It looks like your instincts to cooperate with him were right.$B$BYou must understand... I would\'ve faced a mutiny in my current state if I endorsed your efforts to bring Terokk to this world.$B$BTake the items that Hazzik prepared for you and go ahead with your plan. I will command my men to back you up when the time comes. I recommend that you bring a force of your own as well. I fear you\'ll only get one chance at this.','Take the Time-Lost Offering prepared by Hazzik to the Skull Pile at the center of Skettis and summon and defeat Terokk. Return to Sky Commander Adaris when you\'ve completed this task.','You\'ve made us all very proud, $N. I\'ll send word of your deeds back to Shattrath. The Skyguard will be forever in your debt.','Is it done, $N? Has Terokk been defeated?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,21838,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,32831,32832,32830,32829,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',11885,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11074,10958,3519,0,136,70,70,0,0,0,762,225,0,0,0,0,0,0,0,0,'Tokens of the Descendants','The descendants held prisoner by the Skettis talonpriests are listed in this book. Gezzarak the Huntress, Garokk the Crystal Giant, the heretic known as Darkscreecher Akkarai and Vekkaz the Windrager. They will all need to be slain before Terokk returns to this world.$B$BYou will need the scrolls carried by the time-lost arakkoa and burn them at the summoning circles all over Skettis. Bring me a token from each one. These are powerful beings you will be facing; you would do well to bring friends.','Collect Time-Lost Scrolls from the time-lost arakkoa in Skettis and bring them to a Skull Pile inside a summoning circle in Skettis. Summon and defeat the descendants of Terokk\'s adversaries and return to Hakkiz with Akkarai\'s Talon, Garokk\'s Spine, Vekkaz\'s Scale and Gezzarak\'s Claw.','Excellent! Take this. I\'ve prepared this bundle with the items you obtained. They will allow you to summon Terokk.$b$bBeware, $n. He is the most powerful arakkoa to ever exist. Do not underestimate him!','I require a token from each of the descendants of Terokk\'s greatest adversaries. Only then will we be ready to summon Terokk.','','','','','',32715,32717,32716,32718,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32720,0,0,0,1,0,0,0,1031,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11885,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11075,10958,3520,367,136,70,70,0,1791,0,0,0,0,0,0,0,0,11076,0,0,'The Netherwing Mines','Your help is required at the Netherwing Mines, overseer $N.$B$BTwo days ago our mining operations came to a grinding halt when we made a grim discovery. A miner was working in the depths of the mine and struck his pick upon an unusual crystal formation. Unfortunately, this crystal formation was attached to a very angry nether dragon. The beast woke from its slumber and annihilated all of our workers.$B$BReport to the Mistress of the Mines. They await you at the mouth of the mines, southwest of here.','Seek out the Mistress of the Mines on Netherwing Ledge.','The miners are working hard but none dare step foot further into the mines. They choose death rather than being forced to mine deeper! It is going to be your job to carry out the duties and tasks that they failed to complete.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',11053,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,3),(11076,10958,3520,367,4232,70,70,0,1791,0,0,0,0,0,0,0,0,0,0,0,'Picking Up The Pieces...','Much of our hard work lies scattered about in these mines. Carts full of cargo are littered across every inch of this mine! We just can\'t get to any of it with the current infestation.$B$BThat\'s where you come in, $N. Your daily duty here at this mine is to collect the cargo left behind by the miners and deep mine workers.$B$BGather the nethermine cargo and return it to me or my sister.','The Mistress of the Mines at the Netherwing Mines in Shadowmoon Valley wants you to recover 15 Nethermine Cargo crates.','Well done, $N. Return tomorrow for another mission into the depths of the mine.','Have you gathered the cargo?','','','','','',32723,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,350,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11075,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,6),(11077,10958,3520,367,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragons are the Least of Our Problems','That dragon waking up riled up a host of other nasty creatures in these mines. Two types are proving to be a thorn in the side of the Dragonmaw: Nethermine flayers and Nethermine ravagers. You must help us by killing them off. All I ask is your involvement once per day.$B$BGet in there and kill as many as you can!','The Dragonmaw Foreman at the Netherwing Mines in Shadowmoon Valley wants you to kill 15 Nethermine Flayers and 5 Nethermine Ravagers.','That\'ll be enough for today, overseer. Come back tomorrow for another round of clean up.','How\'s that flayer infestation problem coming along?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23169,23326,0,0,15,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11075,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11078,10958,3522,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'To Rule The Skies','As ye\'ve flown around, ye must have noticed the dragons above. I trust ye haven\'t fallen victim ta their rage. Help us put an end ta it, $N!$B$BRivendark and Obsidia lord over this terrace, while Insidion and Furywing rule the skies over yon terrace ta the northeast. Each has a perch on their respective domains. I be wondering if ye and yer friends will go ta one, $g lad : lass;, break open an egg and attract the dragon down.$B$BBring me some teeth as proof. Ta rule the skies, it\'s either them or us.','Collect Dragon Teeth.','Yes! Those teeth look like they be sharp enough ta cut through just about anything!$B$BAnd let me encourage ye and yer friends ta keep up the good work! Those dragons be fierce predators that make the skies wholly unsafe.$B$BYe might have noticed, too, the dragon scales. I hear they be good fer making powerful cloaks if ye get one o\' each o\' their scales. And if yer not happy with the cloak ya get, I\'ll be willing ta trade ye an apexis crystal fer it.','How fares yer mission, $N? I needn\'t tell ye how important this be ta our continued ability ta fly around up here.','','','','','',32732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',11010,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11079,10958,3522,0,136,70,70,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Fel Whip For Gahk','Gahk think being smart is dumb sometimes. Gahk not want to think. Me want little $r to smash big demons!$B$BDey have some chiefs, and da chiefs all have whips to hurt da little demons. You bring Gahk a whip!$B$BYou challenge demon chief in forge camps at burning, green, fel crystal prism. Use many apexis shards to get dem to come. Dey called Galvanoth, Braxxus, Zarcsin and da Mo\'arg Incinerator.','Collect a Fel Whip.','Gahk like whip. Maybe Gahk take whip and beat demons with it!$B$BMe say to $R that $R summon demon chiefs anytime $R have friends and many shards.','Yous have da whip?','','','','','',32733,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',11061,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11080,10958,3522,0,4234,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Relic\'s Emanation','Now that you have felt the enlightening vibrations of the apexis relics, it is time for you to further your understanding of their workings. We are very eager to benefit from your observations!$B$BAs you progress in your ability to attune to the relics, you will gain a higher level of knowledge. This recognition will come in the form of an emanation from the relic.$B$BReturn to us when you have attained such an emanation.','Gain Apexis Emanations from an Apexis Relic.','You continue to amaze us with your acumen as concerns the relics. $B. May we suggest that you practice with the relics at least once a day to maintain such a sharp edge to your mental acuity?','Do you have the emanation from the apexis relic about you?','Apexis Emanations attained','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32569,0,0,0,15,0,0,0,1038,0,0,0,0,0,350,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11058,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11081,10958,3520,367,128,70,70,0,0,0,0,0,0,0,0,0,0,11082,32726,1,'The Great Murkblood Revolt','This document outlines a revolt planned by the Murkblood broken. It seems that the dragon was to be used as a diversion to draw attention away from their escape. Looking at all of the corpses littering the mine, it would be safe to assume that their plans failed.$B$BReturn the escape plans to the Mistress of the Mines.','Take the Murkblood Escape Plans to the Mistress of the Mines.','Excellent work, overseer. Mor\'ghor will hear of your outstanding service to the Dragonmaw.$B$BNow back to these Murkblood dogs. They plan an escape, eh? Dare they defy the one true lord of Outland? Their masters will pay for this!','What\'s this?','','','','','',32726,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11075,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11082,10958,3520,0,138,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeker of Truth','These miners are far too stupid to concoct any type of escape plan. We must find and punish the source. Venture into the depths of the mine and seek out the Murkblood overseers. If they have not been overcome by the denizens of the mine, they will undoubtedly be hiding.$B$BOnce you locate one, interrogate him until he reveals the true mastermind behind the escape. Return to me with the identity of this traitor and the hand of the overseer.','Find a Murkblood Overseer and interrogate him. Return to the Mistress of the Mines with the Murkblood information and the Hand of the Overseer.','Nothing to say? Perhaps as he lies bleeding to death on the floor of this cursed mine he will remember... Remember what it means to cross the forces of Illidan!.','Well? What\'s taking so long?','Murkblood Information Gathered','','','','',32734,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11081,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,6,0,0,5),(11083,10958,3520,367,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crazed and Confused','Don\'t worry about this dragon, $N. We\'ve got plans for it...$B$BDeeper in this mine is a band of crazed Murkblood. After the dragon broke out, they were cut off from the exit. Somehow, after a mere 2 days of isolation, they\'ve lost all sense of decency.$B$BThey\'ve resorted to cannibalism and the promotion of mayhem. We don\'t need that kind of madness in this place. Find \'em and kill \'em. All of \'em.','Ronag the Slave Driver in the Netherwing Mines of Shadowmoon Valley wants you to slay the Crazed Murkblood Foreman and 5 Crazed Murkblood Miners.','Yeah, I don\'t understand it... You would think that they wouldn\'t even be that hungry after 2 days. Murkblood...$B$B$B$BDamn they\'re stupid...','Is the problem \"solved\"?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23305,23324,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11075,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11084,10958,3520,367,136,70,70,0,1791,0,0,0,0,0,0,0,0,0,0,0,'Stand Tall, Captain!','Well, well, well... still alive I see. That\'s good, because Mor\'ghor has requested your presence in his tower at once. Get a move on!','Speak with Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley.','$B$BThat\'s right, I said captain. You\'ve earned another promotion, $N.$B$BYou certainly don\'t work like any fel orc I\'ve ever seen. Keep this up and you might make overlord some day.$B$BNow get out there and take command. I would suggest you try and earn your Skybreaker wings.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32695,0,0,0,1,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11053,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,5),(11085,10958,3679,0,4226,70,70,0,0,0,762,225,0,0,0,0,0,0,0,0,'Escape from Skettis','Hail, $N. I thank you for coming to my aid.$B$BThe arakkoa\'s monstrous birds knocked me from my nether ray while on a scouting mission.$B$BLet\'s get out of here, while we can.','Escort the Skyguard Prisoner to safety and report to Sky Sergeant Doryn.','Thank you for rescuing one of our scouts, $N. We lose good people every day and there aren\'t enough new recruits to replace them.','Yes, $N?','Rescue the Skyguard Prisoner.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,150,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11098,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,4),(11086,10958,3520,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disrupting the Twilight Portal','One of your responsibilities as a captain of Dragonmaw is to snuff out Burning Legion activity in Outland. It is your duty to silence those that defy Lord Illidan!$B$BThe demons foolishly attempt to stabilize the portal found on the Twilight Ridge of western Nagrand. They must pay for their treachery, and you will be the orc that collects on their debt.$B$BTravel to the Twilight Ridge and lay waste to its inhabitants. You will be responsible for making at least one attack per day on their fortifications.','Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley wants you to kill 20 Deathshadow Agents.','Excellent work, captain! Lord Illidan will hear of your heroism!','It was our lord, after all, that banished the demons from Outland and closed their portals. All should bow down to the magnificence of Illidan.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23393,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11084,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,5,0,0,0,0,0,1,1,0,5),(11087,10958,1941,0,1224,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'HYJAL FLAG','Seven vials were drawn from the Well of Eternity by Illidan. He poured three into the lake on top of Mount Hyjal and a second Well of Eternity was created. For years the rest were believed lost.$B$BWith the opening of the Dark Portal, we\'ve come to know that he gave one each to his lieutenants Kael\'thas and Vashj. Retrieve what remains of them; we will need them as foci to open a gateway to any events tied to Mount Hyjal, recent or ancient. The outcome of the Battle of Mount Hyjal must be preserved.','Soridormi at Caverns of Time wants you to retrieve Vashj\'s Vial Remnant from Lady Vashj at Coilfang Reservoir and Kael\'s Vial Remnant from Kael\'thas Sunstrider at Tempest Keep.','','','','','','','',29906,29905,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,0,250,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11088,10958,0,264,128,0,70,0,0,0,197,1,0,0,0,0,0,0,0,0,'Unravelling Your Training','Bring me a lot of Spellfire cloth, and then you can forget everything.','Bring Jonathan LeCraft 10 pieces of Spellfire cloth.','','','','','','','',23855,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41299,41299,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11089,10958,3520,367,128,70,70,0,0,0,0,0,0,0,0,0,0,11090,32823,1,'The Soul Cannon of Reth\'hedron','Reth\'hedron now lords over the Twilight Ridge of Nagrand. An eredar of such power being loosed upon this world does not bode well for the Illidari. Alas, we do not have the resources required to slay Reth\'hedron. Not with the war the Sha\'tar have brought to the Black Temple. No... I have a better plan.$B$BYou will subdue Reth\'hedron, banishing him back through the Twilight Portal. For this a soul cannon must be fashioned.$B$BReturn to me with the materials on this list.','Illidari Lord Balthas at the Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 2 Felsteel Bars, 1 Adamantite Frame, 1 Khorium Power Core and 1 Flawless Arcane Essence.','$B$BYou are now ready for the second phase of the plan, captain.','Have you gathered the components required to fashion the soul cannon?','','','','','',23448,23784,23786,32822,0,0,2,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11084,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,1,0,5),(11090,10958,3520,367,130,70,70,0,0,0,0,0,0,0,0,0,0,0,32825,1,'Subdue the Subduer','$B$BThis is a soul cannon. Its effects are devastating when attuned. This one is attuned to my blood. The same blood flowing through the veins of Reth\'hedron - my brother. Aye, his misplaced allegiance will be the end of him.$B$BTake the cannon and fly to the Twilight Ridge in western Nagrand. Locate Reth\'hedron and fire! You must stay on your mount and within range for the effects to take hold. Stand your ground against him and he will have no choice but to flee!','Illidari Lord Balthas at Dragonmaw Base Camp in Shadowmoon Valley has tasked you with using the Soul Cannon on Reth\'hedron the Subduer in Nagrand.$B$BYou must also return the Soul Cannon.','He will be back, but for now the Legion\'s war against Lord Illidan is weakened. He shall know of your deeds, captain.','Is it done?','Subdue Reth\'hedron the Subduer','','','','',0,0,0,32825,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32871,32869,32872,32870,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11089,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,25,0,0,0,0,0,6,1,0,5),(11091,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Thank You','You honor us with your efforts on our behalf. And now there is someone that we would like for you to meet.$B$BJho\'nass is our most trusted quartermaster. He maintains a stock of goods that we provide for sale to only the most dedicated of friends to Ogri\'la.$B$BYou are one such friend, $N.$B$BWhen you find the time, go and speak with him. As we understand it, he has prepared a little something for you as a token of our appreciation.','Speak with Jho\'nass at Ogri\'la in the Blade\'s Edge Mountains.','Hey. man. that\'s great. We hear you\'ve been doing good things. That\'s cool. We\'ve got a feeling that you\'re going to make things right for us here in Ogri\'la, and keep us safe, and everything nice and mellow.$B$BHere, take this. It\'s nothing much, just a care package that we whipped up as a thanks for your effort.$B$BFeel free to look around at our goods. We have a lot of really choice stuff that you\'re gonna want to get.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32835,0,0,0,1,0,0,0,1038,0,0,0,0,0,10,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',11009,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(11092,10958,3520,367,128,70,70,0,1791,0,0,0,0,0,0,0,0,0,0,0,'Hail, Commander!','Captain $N!$B$B$B$BOverlord Mor\'ghor has asked to see you in his chambers at once!','Speak with Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley.','Lord Illidan himself has asked that I promote you to the rank of commander! This is unprecedented. You will be the first Dragonmaw to reach such a rank outside of the Black Temple.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32864,0,0,0,1,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11084,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,66,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11093,10958,3679,0,128,70,70,0,0,0,762,225,0,0,0,0,0,0,32834,1,'Hungry Nether Rays','Nether rays are surprisingly loyal and obedient once properly trained. Unfortunately the war on Skettis is taking a toll on them.$B$BWe have dozens of sorties a day - the poor fellows rarely get a break. And with recent shortages on feed, if those blasted birdmen don\'t kill them on a mission then starvation will.$B$BIf you can lend a hand, take one of our rays to the woods in the south. They don\'t mind warp chaser meat as long as it\'s a fresh kill.','Use the Nether Ray Cage in the woods south of Blackwind Landing and slay Blackwind Warp Chasers near the Hungry Nether Ray. Return to Skyguard Handler Deesak when you\'ve completed your task.','Thanks for taking care of the ray, $N. Goodness knows these guys fly much better when they\'re well-fed. We don\'t want our boys getting shot down because their ray was too weak to fly.','You\'re back! Did your ray behave well?','','','Nether Ray Meal','','',32834,0,0,0,0,0,1,0,0,0,0,0,0,23438,0,0,0,10,0,0,0,0,0,0,0,0,0,0,22831,28103,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,41449,0,0,0,0,0,0,0,75900,0,0,0,0,'',11098,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11094,10958,3520,0,128,70,70,0,0,0,0,0,0,0,0,0,0,11095,32842,1,'Kill Them All!','Commander $N, stand at attention! You are to take a battalion of Skybreakers and sack the Scryers\' outpost located at the foot of the Netherwing Fields. With the Sanctum of the Stars destroyed, our lines of communication to our posts at Eclipse Point and Illidari Point will once more be open.$B$BGo now! Use this flare gun to signal the Skybreakers for the attack!','Deliver news of your mission along with the Dragonmaw Flare Gun to Arcanist Thelis at the Sanctum of the Stars in Shadowmoon Valley.','It is good that you came to us. Perhaps we can use this attack to our advantage and turn the tables on the Dragonmaw.','Settle down, child.','','','','','',32842,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11092,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11095,10958,3520,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,32842,1,'Commander Hobb','The Dragonmaw only dare attack us when our guard is down. They would face certain defeat if they were to attack us while we were prepared.$B$BI want you to let them come, $N.$B$B$B$BYes... a trap. Take this flare that their overlord gave you and deliver it to Commander Hobb. He is standing guard right outside this building.','Give the Dragonmaw Flare to Commander Hobb at the Sanctum of the Stars in Shadowmoon Valley.','$B$BThe deadliest trap ever laid...','','','','','','',32842,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11094,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11096,10958,3703,0,136,70,70,0,0,0,762,225,0,0,0,0,0,11098,0,0,'Threat from Above','So you want to join the Skyguard? Well, I know you can fly... but can you fight?$B$BThe Skyguard is sworn to protect Shattrath from the dangers that loom above us, both near and far. The Gordunni ogres who dwell in the Barrier Hills to the north are an immediate threat to us.$B$BReaching the ogres has been problematic for Shattrath\'s ground units. That\'s where we come in. See what you can do to help contain them.','Slay any 20 Gordunni Ogres in the Barrier Hills and return to Yuula in Shattrath City.','Good job, ace. I\'ve a feeling you\'re going to fit in well with us.','Have you completed your task, $n?','','Gordunni Ogre','','','',0,0,0,0,0,0,0,0,0,0,0,0,23450,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11097,10958,3520,0,4226,70,70,1,0,0,0,0,0,0,0,0,0,0,32843,1,'The Deadliest Trap Ever Laid','Take these Scryer medals. Mor\'ghor will need proof of \"victory\" once this is over. He will recognize them as coming from the corpses of fallen Scryer soldiers.$B$BNow all that remains is to use the signal flare to alert the Dragonmaw raiders. We will crush them when you are ready. Just give me the word.','Assist Commander Hobb and the Scryers in defending the Sanctum of the Stars. Once all of the Dragonmaw forces have been defeated, return to Overlord Mor\'ghor at Dragonmaw Base Camp with the Scryer Medals.\n','$B$BHAH! I knew you wouldn\'t let me down, commander! I want you to lead a raid on the Sanctum of the Stars at least once per day. They will have no choice but to leave Shadowmoon!','Did you crush them under your boot, commander?','Dragonmaw Forces Defeated','','','','',32843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11095,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,3,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,6),(11098,10958,3679,0,128,70,70,0,1791,0,762,225,0,0,0,0,0,0,32848,1,'To Skettis!','The Barrier Hills are only one of the fronts where we\'ve been deployed. A less immediate but far more dangerous threat looms from beyond the Skethyl Mountains, from within the arakkoa city of Skettis.$B$BA few months ago our scouts detected a huge increase in arakkoa activity there. Several attacks against Shattrath followed. We\'ve stationed forces outside of their city since.$B$BTake these explosives to Sergeant Doryn at Blackwind Landing, just outside Skettis. Tell him you\'re a new recruit.','Take the Explosives Package to Sky Sergeant Doryn at Blackwind Landing outside Skettis.','Thanks for the supplies; we\'ll put them to good use! A new recruit? Well, let\'s see what you\'re made of.','You\'ve something for me, lad?','','','','','',32848,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',11096,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11099,10958,3520,0,128,70,70,0,0,0,0,0,0,0,0,0,0,11100,32842,1,'Kill Them All!','Commander $N, stand at attention! You are to take a battalion of Skybreakers and sack the Aldor outpost located northwest of our beloved Black Temple. With the Altar of Sha\'tar destroyed, our lines of communication to our posts at Coilskar will once more be open.$B$BGo now! Use this flare gun to signal the Skybreakers for the attack!','Deliver news of your mission and the Dragonmaw Flare Gun to Anchorite Ceyla at the Altar of Sha\'tar.','It is good that you came to us. Perhaps we can use this attack to our advantage and turn the tables on the Dragonmaw.','Settle down, child.','','','','','',32842,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11092,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11100,10958,3520,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,32842,1,'Commander Arcus','The Dragonmaw only dare attack us when our guard is down. They would face certain defeat if they were to attack us while we were prepared.$B$BI want you to let them come, $N.$B$B$B$BYes... a trap. Take this flare that their overlord gave you and deliver it to Commander Arcus. He is standing guard right outside this building.\n','Give the Dragonmaw Flare to Commander Arcus at the Altar of Sha\'tar in Shadowmoon Valley.','$B$BThe deadliest trap ever laid...','','','','','','',32842,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11099,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,273,1,0,0),(11101,10958,3520,0,4226,70,70,1,0,0,0,0,0,0,0,0,0,0,32853,1,'The Deadliest Trap Ever Laid','Take these Aldor medals. Mor\'ghor will need proof of \"victory\" once this is over. He will recognize them as coming from the corpses of fallen Aldor soldiers.$B$BNow all that remains is to use the signal flare to alert the Dragonmaw raiders. We will crush them when you are ready. Just give me the word.','Assist Commander Arcus and the Aldor in defending the Altar of Sha\'tar. Once all of the Dragonmaw forces have been defeated, return to Overlord Mor\'ghor at Dragonmaw Base Camp with the Aldor Medals.','$B$BHAH! I knew you wouldn\'t let me down, commander! I want you to lead a raid on the Altar of Sha\'tar at least once per day. They will have no choice but to leave Shadowmoon!','Did you crush them under your boot, commander?','Dragonmaw Forces Defeated','','','','',32853,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,500,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11100,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,3,0,0,0,0,0,0,0,0,0,3,11,1,1,0,0,0,0,0,1,1,0,6),(11102,10958,3522,0,128,70,70,0,0,1024,0,0,0,0,0,0,0,11023,32456,1,'Bombing Run','You can fly around as a crow... so what! Ever annihilate something on the ground while you were flying? Want to?$B$BForge Camp: Wrath and Forge Camp: Terror, to the north and south, are a major pain in my backside, as well as being a threat to peaceful Ogri\'la. With all of those fel cannons shooting down the Skyguard left and right, we can\'t get through there to take care of business.$B$BWant to prove yourself? Take these bombs and knock out their ammo stacks. Just don\'t let them shoot you down, too!','Use the Skyguard Bombs to destroy 15 Fel Cannonball Stacks.','Well, well, well, I guess you had it in you after all. Good work. Maybe Old Man Keller was wrong about you after all.$B$B','You take out their stacks of fel cannonballs yet?','','Fel Cannonball Stacks destroyed','','','',0,32456,0,0,0,0,0,1,0,0,0,0,23118,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,1038,0,0,0,0,500,500,0,0,0,0,0,44000,0,0,40198,0,0,0,0,0,0,0,75900,0,0,0,0,'',11062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11103,10958,1941,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sage No More','','','The sands of time flow forwards easily. They can be made to flow backward, but with great difficulty.','The power within your ring is malleable, though reversing your choice is not easy. Are you sure you want to replace its current form?','','','','','',29305,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29301,29297,29309,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10472,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11104,10958,1941,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restorer No More','','','The sands of time flow forwards easily. They can be made to flow backward, but with great difficulty.','The power within your ring is malleable, though reversing your choice is not easy. Are you sure you want to replace its current form?','','','','','',29309,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29301,29297,29305,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10473,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11105,10958,1941,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Champion No More','','','The sands of time flow forwards easily. They can be made to flow backward, but with great difficulty.','The power within your ring is malleable, though reversing your choice is not easy. Are you sure you want to replace its current form?','','','','','',29301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29305,29297,29309,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10474,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(11106,10958,1941,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defender No More','','','The sands of time flow forwards easily. They can be made to flow backward, but with great difficulty.','The power within your ring is malleable, though reversing your choice is not easy. Are you sure you want to replace its current form?','','','','','',29297,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29301,29305,29309,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10475,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(11107,10958,3520,0,128,70,70,0,1791,0,0,0,0,0,0,0,0,11108,0,0,'Bow to the Highlord','I am unworthy to even carry a message directed at you, sir. Please forgive me for this indulgence. Overlord Mor\'ghor has requested your presence in his chambers at once!','Speak to Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley.\n','You are the first highlord of the Dragonmaw, $N. The master himself has chosen to come here to promote you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,20,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(11108,10958,3520,0,130,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Illidan Stormrage','Come, highlord $N. Illidan himself awaits us!','Meet Illidan Stormrage. Seek out Barthamus in the Lower City of Shattrath should you survive.','I was the first, you know. The abandoned child of a monster...$B$B$B$BWe owe you everything, $N. You have single-handedly shattered the Dragonmaw empire and gathered enough information to keep my brethren occupied for ten lifetimes.$B$BIt is not much but there is something that we can offer... My kin have each offered to join you on your mission in Outland. Simply ask and they will bond with you.','You\'ve had quite an adventure, $n.','Meeting with Illidan Stormrage','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,1000,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',11107,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,7),(11109,10958,3703,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jorus the Cobalt Netherwing Drake','','','It is an honor to meet you, $N. We have all been keeping a close eye on your adventures and are grateful for all that you have done for the Netherwing Dragonflight.$B$BIf you choose me as your compatriot, I will fly you to the ends of this world and back. Whatever it is that you ask of me, I will do my best to comply.$B$BBe warned that you may only select one of us for your journeys in Outland. Once the selection has been made, you cannot change your mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32859,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11108,0,0,0,'11110 11111 11112 11113 11114',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11110,10958,3703,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malfas the Purple Netherwing Drake','','','It is an honor to meet you, $N. We have all been keeping a close eye on your adventures and are grateful for all that you have done for the Netherwing Dragonflight.$B$BIf you choose me as your compatriot, I will fly you to the ends of this world and back. Whatever it is that you ask of me, I will do my best to comply.$B$BBe warned that you may only select one of us for your journeys in Outland. Once the selection has been made, you cannot change your mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32860,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11108,0,0,0,'11109 11111 11112 11113 11114',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11111,10958,3703,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Onyxien the Onyx Netherwing Drake','','','It is an honor to meet you, $N. We have all been keeping a close eye on your adventures and are grateful for all that you have done for the Netherwing Dragonflight.$B$BIf you choose me as your compatriot, I will fly you to the ends of this world and back. Whatever it is that you ask of me, I will do my best to comply.$B$BBe warned that you may only select one of us for your journeys in Outland. Once the selection has been made, you cannot change your mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32857,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11108,0,0,0,'11109 11110 11112 11113 11114',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0),(11112,10958,3703,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Suraku the Azure Netherwing Drake','','','It is an honor to meet you, $N. We have all been keeping a close eye on your adventures and are grateful for all that you have done for the Netherwing Dragonflight.$B$BIf you choose me as your compatriot, I will fly you to the ends of this world and back. Whatever it is that you ask of me, I will do my best to comply.$B$BBe warned that you may only select one of us for your journeys in Outland. Once the selection has been made, you cannot change your mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11108,0,0,0,'11109 11110 11111 11113 11114',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11113,10958,3703,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Voranaku the Violet Netherwing Drake','','','It is an honor to meet you, $N. We have all been keeping a close eye on your adventures and are grateful for all that you have done for the Netherwing Dragonflight.$B$BIf you choose me as your compatriot, I will fly you to the ends of this world and back. Whatever it is that you ask of me, I will do my best to comply.$B$BBe warned that you may only select one of us for your journeys in Outland. Once the selection has been made, you cannot change your mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11108,0,0,0,'11109 11110 11111 11112 11114',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11114,10958,3703,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zoya the Veridian Netherwing Drake','','','It is an honor to meet you, $N. We have all been keeping a close eye on your adventures and are grateful for all that you have done for the Netherwing Dragonflight.$B$BIf you choose me as your compatriot, I will fly you to the ends of this world and back. Whatever it is that you ask of me, I will do my best to comply.$B$BBe warned that you may only select one of us for your journeys in Outland. Once the selection has been made, you cannot change your mind.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32861,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11108,0,0,0,'11109 11110 11111 11112 11113',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11115,10958,3717,0,1152,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Mark of Vashj (FLAG ONLY)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11116,10958,3836,0,1224,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: (QUEST FLAG)','Four trials you must pass before you are deemed worthy of the Tempest key.$B$BOnly one obstacle remains, mortal. Gather an army and travel to the lair of Magtheridon, deep inside Hellfire Citadel. Battle your way to the heart of the chamber and destroy the foul corrupter!$B$BDo this and you will be granted the Tempest key.','A\'dal in Shattrath City wants you to slay Magtheridon.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17257,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31704,31746,0,0,1,1,0,0,935,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11117,10958,0,370,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,32907,1,'Catch the Wild Wolpertinger!','Here now. Ye hear that? There be sounds in them hills. Those\'re the wolpertingers! Wily beasts, they are, attracted by the smells o\' Brewfest. I\'ve a mind to catch me some, but I knocked me shin and can\'t outrun the buggers. Ye can help me, though!$b$bTake this net and cast it over the little blighters. Bring me a good five of \'em and I\'ll make it worth yer while! One more thing - ye gotta see through the eyes of a drunk to spot \'em! Load up on the booze or ask me fer some Synthebrew Goggles!','Goldark Snipehunter has asked you to capture 5 Stunned Wolpertingers using the Wolpertinger Net. He mentioned that you must be intoxicated or wearing Synthebrew Goggles to see them.','Well, lookee there! Ye\'ve got yerself a right bushel o\' wolpertingers, ye do!$b$b$b$bI\'ll tell ye what I\'m gonna do. Since ye\'re such a spot-on $c, I\'ll let ye keep one\'a these fer yer very own!','Were ya drunk enough to see the little buggers?','','','','','',32906,32907,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32233,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11118,10958,0,370,128,1,-1,0,1101,0,0,0,0,0,0,0,0,0,32960,1,'Pink Elekks On Parade','Getting drunk is a time-honored tradition at Brewfest -- it\'s damn near required! Thing is, I\'m getting reports across Azeroth saying the celebration\'s plagued by hallucinations! We can\'t have that!$b$bThese elekks can\'t be harmed by normal weapons -- they pass right through \'em -- so take this fabulous piece of gnomish machinery, visit the other beer gardens, and zap \'em to oblivion. Remember, you have to be drunk or wearing Synthebrew Goggles to see \'em! Talk to me if you need a pair.','Visit the beer gardens outside of Stormwind, Darnassus, and the Exodar, zap three elekks at each location, and return to Goldark Snipehunter. You must be drunk or wearing Synthebrew Goggles to see the pink elekks.','Good work! Pink elekks... what a preposterous notion!','Are those pesky pink elekks gone yet?','','','','','',0,0,0,32960,0,0,0,0,0,1,0,0,23528,23507,23527,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37829,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11119,10958,3522,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault on Bash\'ir Landing!','Heya, $g boyo : girly;! Up fer some fun are ye?$B$BEvery couple o\' hours, me aether-techs launch an assault on Bash\'ir Landing, far ta the northeast in the Blade\'s Edge Mountains. They say that they\'re there \'studying\' the Bash\'ir crystalforge, but it\'s an assault; there be no two ways about it. We use the crystalforge to resupply, and there\'s always extra to be sold.$B$BGo on down ta the landin\' pad and speak with the aether-tech apprentice. He\'ll tell ye when the next mission is ta launch.','Speak with the Aether-tech Apprentice at Skyguard Outpost in the Blade\'s Edge Mountains.','Despite how Keller cares to characterize it, I prefer to think of our missions as research-oriented.$B$BBut yes, we do resupply the Skyguard while we\'re there. That is if we can stay long enough to do so.$B$BYou look like you\'d be willing to keep the ethereals off of our backs. If you can manage to for long enough, we\'ll sell you surplus items that we create at the crystalforge, so bring your apexis shards and crystals!$B$BWe leave in 2 hours.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,10,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',11010,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11120,10958,0,370,128,1,-1,0,690,0,0,0,0,0,0,0,0,0,32960,1,'Pink Elekks On Parade','Look. We\'re running a business here. People being drunk? It\'s good business. But I\'ll tell ya one thing that puts a cramp in the profits - hallucinations. Wouldn\'t ya know it, the boys are reporting that the sot- er, the loyal customers are seeing pink elekks everywhere.$b$bI don\'t need my customers unsettled. Look, take this ray and travel to the other beer gardens to take care of \'em for me, would ya? And be sure to get drunk or wear Synthebrew Goggles! Talk to me if ya need a pair.','Visit the beer gardens outside of Silvermoon, Thunder Bluff, and the Undercity, zap three elekks at each location, and return to Glodrak Huntsniper. You must be drunk or wearing the Synthebrew Goggles to see the pink elekks.','Ya did good, kid. Here, take this as payment for the job ya did.','Ya clear up that little problem we talked about?','','','','','',0,0,0,32960,0,0,0,0,0,1,0,0,23531,23529,23530,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37829,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11121,10958,0,0,4296,1,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'DAILY TEST QUEST (RAID)','Seek in . S/he wishes for you to aid them in a difficult task.','Speak with in the .','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11122,10958,0,370,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,33306,1,'There and Back Again','So you want to help out at Brewfest? I\'ve got the perfect task for ya. I\'ll put you on one of my racing rams and you head down to Kharanos. I\'ve got some kegs I need to pick up. $b$bFlynn Firebrew is waiting on a hill near a stack of kegs. He\'ll toss you a keg when you get near, then you run the keg back here and toss the keg to Pol Amberstill. You can only carry one at a time. $b$bReady?','Get a keg from Flynn Firebrew in Kharanos and return it to Pol Amberstill. Do this 3 times before your ram goes away.','Thanks a lot for your help! As long as Brewfest is going and the Dark Iron dwarves are attacking, I\'ll need some help shipping kegs. So if you want to work for more tokens, talk to me every day.$b$bBut enough about that, I need to pay you for the job you just did. Here are your tokens, have fun at Brewfest!','I need those kegs! So, what are yeh waitin\' for!?!','','Kegs Delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,24337,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37829,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,0,0,0,0,0,0,0,0,'',11318,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11123,10958,15,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Inspecting the Ruins','Poor James never recovered from the destruction of the Shady Rest and the murder of his family. The boys and I are doing what we can to find the monsters who did this.$B$BI\'ve sent our best investigator, Inspector Tarem, out to the ruins, but this is too big a job for any one man. If you\'d lend Tarem a hand, we\'d appreciate it. Light knows, we\'d all like to be out there helping.$B$BThe main road will lead you to the inn, but take care. Your journey will take you beyond the protection of my soldiers.','Speak to Inspector Tarem at the Shady Rest Inn.','It\'s good to see that Captain Vimes is finally assigning others to this investigation.$B$BI\'ve used a reflective powder to dust the area. It will reveal suspicious objects and markings, helping you to focus your efforts. Look over anything the dust illuminates.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42169,0,0,0,0,0,0,0,1980,0,0,0,0,'',1282,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11124,10958,15,0,8,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,'Inspecting the Ruins','If you follow the road south from the village, and then west toward the Barrens, you\'ll come across the ruins of the Shady Rest Inn.$B$BTheramore has sent an investigator to discover how the inn met its fate. Normally, I\'d advise you to steer clear, but we have orders from Orgrimmar to \'assist\' in the investigation.$B$BAccept any help the Theramore investigator offers, even feed him a tidbit or two of information if you\'d like, but save your real findings for me.','Speak to Inspector Tarem at the Shady Rest Inn.','$B$BI\'ve been told that you\'re to... aid in this investigation. Very well, then.$B$BI\'ve been using this powder to search the ruins for clues that might help identify the attackers. It will illuminate anything that might have been involved in the attack. Don\'t hesitate to examine anything that looks suspicious.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42169,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11125,10958,0,0,8,39,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'[PH] New Hinterlands Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11126,10958,15,0,8,32,35,0,1101,0,0,0,0,0,0,0,0,11128,0,0,'Traitors Among Us','It\'s good to meet you, $c. I\'ve come to Theramore to help eliminate the problem of the deserters. Not only have some of the men abandoned their posts, but some have filtered back into the town.$B$BThese deserter agents are spreading lies and propaganda, hoping to convince others to join their ranks.$B$BThey\'re at virtually every guard post throughout the town and the docks. Find them, expose them, and discredit them. At this point, anything more risks inspiring more sympathy for them.','Confront 5 Deserter Agitators and return to Calia Hastings near the docks in Theramore.','Well done, $N. I think we managed to catch them off guard. Their agents probably thought themselves safe within the city walls.$B$BGiven time, the agitators will return and spread their lies again. We\'ll use the time you\'ve bought to shut out the deserters further.','Have you driven the deserter agents from Theramore?','','Deserter Agitator Exposed','','','',0,0,0,0,0,0,0,0,0,0,0,0,23602,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11127,10958,0,370,8,15,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderbrew Secrets','Now I\'d never steal a thing from our Thunderbrew cousins. They\'re good people. But if you want to get ahead in this business, sometimes you have to do unfortunate things, and that\'s why I hire other people to do it for me.$b$bGrimbooze Thunderbrew is a nutty member of the family who lives south of Moonbrook in the hills of Westfall. I hear he has a new recipe for ale, and I want it before it hits the market. You can fetch it for me, can\'t you? I\'ll reward you. A Barleybrew pays his debts.','Steal Grimbooze\'s Secret Recipe from Grimbooze\'s camp in Westfall and return to Barleybrew in the Brewfest Grounds.','','','','','','','',33007,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11128,10958,15,0,8,32,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Propaganda War','The deserter agents were doing far more than just chatting up the guards. We\'ve found a number of leaflets the deserters somehow managed to smuggle in on a ship in the docks.$B$BThe ship used to transport the leaflets is still in Theramore, at the farthest dock. If you can sneak aboard and capture the rest of their propaganda documents, their agents will lose their most powerful tool. Be careful! The ship is manned by seasoned privateers and the cargo is probably being kept in the captain\'s quarters.','Bring the Deserter Propaganda to Calia Hastings near the docks in Theramore.','$B$BExcellent. All that remains is to discredit the deserters so that they\'ll never gain a foothold in Theramore again, and I have just the plan to do it.','Did you manage to find and capture the remaining propaganda leaflets?','','','','','',33008,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',11126,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11129,10958,215,0,8,5,7,0,690,0,0,0,0,0,0,0,0,0,0,0,'Kyle\'s Gone Missing!','Help, $N! My prized puppy, Kyle, has run away! I just know he\'s running around Bloodhoof Village, lost and hungry.$B$BWill you find him and feed him? Once he eats he will settle down and come home.$B$BTo feed him you will need to find food. His favorite meal is tender strider meat. Just venture east and you should find plenty of striders. Hunt one down and take its succulent meat to Kyle. When you see Kyle in town, put the meat down and he is sure to come to you.','Ahab Wheathoof at Bloodhoof Village in Mulgore wants you to feed his prized puppy, Kyle the Frenzied.$B$BFeed Kyle Tender Strider Meat and return to Ahab Wheathoof.','Fantastic work, $N! Kyle came home as soon as he ate and went straight to bed. Thank you for your help.','Did you find Kyle?','','','Kyle Fed','','',33009,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11130,10958,3805,0,128,70,70,62,0,0,0,0,0,0,0,0,0,11132,33010,1,'Oooh, Shinies!','Come closer, $G man:sweetheart;! Let ol\' Griftah look at yer shiny things....$b$bHmm. Yeh, yeh, not bad, but ya can do better. Much, much better.$b$b$b$bThere be priceless shinies everywhere, $N, ya just gotta know where to look! It be yer lucky day; I know a fella who can help ya find more shinies than ya can ever carry.$b$bVisit my ol\' friend, Budd, near Zul\'Aman and show him this here. Ya be tellin\' him ol\' Griftah sent ya and he\'ll let ya in on his new project.','Griftah wants you to take Griftah\'s Note to Budd in the Ghostlands, just outside of Zul\'Aman.','$B$BAhh! A friend of Griftah? Welcome!$B$BYou have impeccable timing, friend. As fate would have it, I recently lost my latest partners. Tragic, truly, but great rewards often have a high price. Best not to dwell on the negative!$B$BYou\'ve doubtlessly heard of my countless exploits and discoveries. Well, all of that was nothing compared to this! Truth is, we\'re close to making history here at Zul\'Aman and, by fate\'s decree, you\'re in on the ground floor!','$B$BWhat have you there, $C?','','','','','',33010,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,5,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11131,10958,0,22,4106,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Stop the Fires!','You must help us! The Headless Horseman is attacking the village. Fires are everywhere! The children aren\'t safe!$B$BPlease, $n, join the fire brigade. Grab a bucket and toss it on the fires, or pass it to a friend who\'s closer to the blaze. Put out all the fires and we may yet be saved!','The Costumed Orphan Matron wants you to help put out all the village fires. When they are out, speak again to the Costumed Orphan Matron.','Oh, thank you! May the Light bless your good works, kind $glord:lady;. The shadow of the Dark Horseman yet looms, but at least, for now, the village is safe from his flames.','$N, you promised to save the children!','Put Out the Fires','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,34068,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11132,10958,3805,0,200,70,70,62,0,0,0,0,0,0,0,0,0,11166,0,0,'Promises, Promises...','My inscrutable theories confirm rumors of vast treasure in Zul\'Aman. There\'ll be mounts and mansions for everyone! First things first, though. You must earn your share, after all....$b$bOur initial efforts here haven\'t gone as well as I hoped. In fact, my map, and the recruits I lent it to, have gone missing. They were after a troll-beast named Nalorakk.$b$bForget the crew, I need that map! Succeed, and you\'ll go down in history as the one who helped Budd Nedreck unlock the secrets of Zul\'Aman!','Budd Nedreck in Hatchet Hills wants you to retrieve his map from High Priest Nalorakk\'s terrace in Zul\'Aman.','$b$bOh? You\'ve found it?$b$bAhem, I mean, of course you have! Well done, $c.$b$bLet me see if I can find you a little something nice... ahh yes, this should do.','Ahh yes, $n, isn\'t it?$b$bHave you recovered my map yet?','','','','','',33013,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34067,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11130,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,5,1,5,0,0,0,0,2,6,1,0,0,0,0,0,0,5,1,0,6),(11133,10958,15,0,0,32,35,0,1101,0,0,0,0,0,0,0,0,11134,33015,1,'Discrediting the Deserters','I\'ve altered the leaflets you captured from the deserters\' mercenary friends at the docks. Now, anyone who reads them will get an entirely different view of the deserters and their aims.$B$BIf we distribute these to enough of the guards, the deserters will be too embarrassed to ever reestablish their presence within our walls.$B$B$B$BWhy don\'t you get started while I plan our next move?','Calia Hastings wants you to distribute the Altered Leaflets to 6 Theramore Guards, then report back to her near the docks in Theramore.','$B$BJust as I\'d hoped! I think it\'s safe to say any deserter agents who try to infiltrate Theramore will be laughed right out of town!','I thought I heard laughter coming from the barracks. Did you distribute those leaflets I gave you?','','Leaflets Distributed','','','',0,33015,0,0,0,0,0,1,0,0,0,0,4979,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',11128,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11134,10958,15,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The End of the Deserters','Now that we\'ve eliminated the deserters from Theramore, it\'s time to complete this operation. My local contacts have reported that the deserters base their operations in a ship moored on a small island to the southeast of the docks.$B$BArresting their leader, Gavis Greyshield, should cause the others to lose their will to fight. Find him within the ship and convince him to surrender. I wouldn\'t be surprised if he puts up a bit of a fight for show, but then surrenders when he understands he can\'t win.','Capture Gavis Greyshield, then report to Calia Hastings near the docks in Theramore.','Gavis\' request isn\'t as outlandish as it might sound. With the proper handling, Lady Jaina can return the deserters to the fold, but that is her decision, of course.$B$BIt\'s been a pleasure working with you, $N. Without your help, I doubt the operation would\'ve gone so smoothly. When I make my report in Stormwind, it will name you as the $C who ended the deserter threat.','Have you completed your assault on the deserter base?','','Gavis Greyshield Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,23941,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33232,33249,33274,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,350,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',11133,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,1,1,0,6),(11135,11685,0,22,8,75,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Headless Horseman','The Headless Horseman is driven away, but he will return as long as Hallow\'s End looms. $n, end our misery, and the insane lament of the Horseman. Face him when he is joined with his head, and destroy it!$B$BHe rests in the Forlorn Cloister of the Scarlet Monastery, in Tirisfal Glades. Find his pumpkin shrine and say this:$B$B Horseman, rise$B Your time is nigh$B You felt death once$B Now, know demise!$B$BGo, $n. And may the Light go with you.','Find the Headless Horseman\'s pumpkin Shrine.','The origin of this shrine is unknown, but there is no doubt to whom it pays homage...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'11220',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11136,10958,15,0,8,32,36,0,1101,0,0,0,0,0,0,0,0,11137,0,0,'A Disturbing Development','Reports from our scout patrols have recently taken a disturbing turn. They tell of men wearing red Defias bandanas walking the Dreadmurk Shore north of Theramore\'s walls.$B$BWreckage in the area suggests they may be survivors of a shipwreck, but our information is limited. Captain Wymor at Sentry Point, a guard tower to the north of the city, is looking for help in following up on the reports.','Report to Captain Wymor at Sentry Point.','$B$BSo you\'ve heard about the recent shipwreck off the coast? Good, I could use some help confirming my suspicions about the survivors. Welcome aboard, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,'',11134,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11137,10958,15,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,11138,0,0,'Defias in Dustwallow?','My scouts have reported a shipwreck just off the beach to the northeast. Shipwrecks aren\'t all that unusual out here, but the reports also indicated the survivors were all wearing red bandanas!$B$BThe Defias are craftsmen and guildsmen, not sailors. What are they doing at the site of a shipwreck on a continent they\'ve no interest in?$B$BTheir leader is rumored to reside on a large island just off the coast to the northeast of the tower. Kill him and retrieve any documents you find in his possession.','Obtain the Defias Orders from Garn Mathers and bring them to Captain Wymor at Sentry Point.','$B$BWhat in the world could \'precious cargo\' refer to? The Defias have done some small time smuggling back in lands of Stormwind, but this seems out of their league. The language of these orders suggests a wealthy or noble patron.','Were you able to track down their leader?','','','','','',33037,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',11136,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11138,10958,15,0,0,32,37,0,1101,0,0,0,0,0,0,0,0,11139,33037,1,'Renn McGill','From the wording of the orders you recovered, it looks like the first priority of the Defias will be to locate and secure whatever cargo they possessed.$B$BSI:7 has had a salvage diver named Renn McGill working out of Theramore for some time. When he heard about the shipwreck, Renn went north to dive near the islands the Defias now occupy.$B$BIf we\'re to beat the Defias to this cargo, we\'ll need his help. Look for him in the waters northeast of a small island just north of the island you visited earlier.','Bring the Defias Orders to Renn McGill in the waters off the Dreadmurk Shore.','$B$BSo there was valuable cargo on board! We have to locate it before the Defias recover it. These guys are no divers, but we\'re going to need some of their gear if you\'re to help me find the cargo.','Well met, $C. What brings you out here?','','','','','',33037,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',11137,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11139,10958,15,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,11140,0,0,'Secondhand Diving Gear','There\'s plenty of wreckage strewn across the bottom of the water from here to Alcaz, and the Defias have already got divers out there looking around. With the help of some of their gear, we can get you suited up and ready to join the hunt, but you\'ll have to do some creative \"borrowing\" first.$B$BSearch this island for a crate of diving gear and something to repair it with. When you\'ve got them, bring them to me and I\'ll have your gear ready in no time!','Bring the Tool Kit and Damaged Diving Gear to Renn McGill in the Dustwallow Marsh.','Wow, this is in worse shape than I\'d thought, and these tools...$B$BWell, I said I\'d get this back into working condition for you, so I\'d better get to work.','Let\'s see what you managed to \"borrow\" from the Defias.','','','','','',33038,33039,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',11138,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11140,10958,15,0,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,33045,1,'Recover the Cargo!','Well, I was able to make enough repairs to this gear to let you dive for awhile, anyway. I wouldn\'t count on it holding out for a long time, though.$B$BThe wreckage of the ship is strewn along the bottom from the east coast of this island out toward Alcaz Island. While that helm holds out, locate pieces of the wreckage on the bottom between this island and Alcaz. Use this salvage kit to search the wreckage for pieces of the cargo. Be careful not to venture too close to Alcaz Island. Those hydra are fierce.','Bring 6 Salvaged Strongboxes to Renn McGill in Dustwallow Marsh.','$B$BGood work. Now, let\'s see if our \'precious cargo\' is in here....','Did your search of the wreckage reveal anything about the Defias cargo?','','','','','',33041,0,33044,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33267,33259,33270,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',11139,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11141,10958,15,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,11142,0,0,'Jaina Must Know','You must bring news of our findings to Lady Jaina without delay! If the Defias were transporting a prisoner, there\'s no telling who it might be or if the person is still alive!$B$BOne thing is for certain, $N. The Defias wouldn\'t go to all this trouble for some petty grudge. Their prisoner must have been someone of importance. Lady Jaina would know better than anyone else what these findings mean. You\'ll find her at the top of the mage tower at Theramore\'s center.','Speak with Lady Jaina Proudmoore in Theramore.','You and Renn have done excellent work in bringing this information to light and reporting it immediately. There\'s no denying the Defias have hatched some sinister plan to strike at Stormwind and its allies. There\'s a level of complexity here that\'s beyond anything they\'ve ever attempted, which means they must have a wealthy sympathizer somewhere.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',11140,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1),(11142,10958,15,0,10,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Survey Alcaz Island','It looks like Renn\'s hunch about Alcaz Island was right. We need to survey that island, but it would take a whole brigade of troops to fight our way in there.$B$BTheramore\'s defenses can\'t weather such a hit, so I\'ve arranged with Cassa Crimsonwing, the apprentice to Theramore\'s gryphon master, to allow you to use one of her beasts to survey Alcaz from the air.$B$BAlcaz Island holds the key to the mystery of the Defias\' involvement in this kidnapping.','Speak to Cassa Crimsonwing and use one of her gryphons to survey Alcaz Island. When your survey is complete, speak with Lady Jaina Proudmoore in Theramore.','$B$BA rune circle, dragonkin? The Defias certainly have hedge mages among their ranks, but no one powerful enough to make use of such a thing!$B$BAnd why would the black dragonkin be interested in an island full of naga? There are many unanswered questions, but I one thing is for certain: the Defias have a powerful ally in upper echelons of the Alliance.','','Survey Alcaz Island','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33269,33252,33250,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',11141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,6),(11143,10958,15,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Grim Connection','I\'ve spoken with Inspector Tarem regarding the evidence you gathered from the ruins of the Shady Rest Inn. He seems certain that the hoofprints and the shield you found there point to the Grimtotem clan of tauren.$B$BWith reports of Grimtotem activity on the rise in the marsh, this has to be more than a mere coincidence. I\'m sending you to speak with Captain Darill, who is something of an expert on the Grimtotems. Follow the road north out of town to North Point tower. It\'s the second outpost on the road.','Report to Captain Darill at North Point.','Captain Vimes thinks the Grimtotems are behind the destruction of the Shady Rest Inn? They wouldn\'t have been first on my list of suspects, but if Captain Vimes sent you here to follow up on a lead, he must have his reasons. Regardless, the Grimtotems have been a thorn in our side for some time and we\'re always glad to have the extra help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',1287,1287,1320,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11144,10958,15,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Confirming the Suspicion','The Grimtotems may be the most warlike of all the tauren clans, but they\'re by no means unorganized. If they\'re the ones who put the torch to the Shady Rest Inn, they\'ll have had orders from one of their clan elders.$B$BThere\'s a large Grimtotem settlement called Blackhoof Village to the northwest. They\'ve been using it as a base to attack the tower, but I\'ll bet that you\'ll find the orders you\'re looking for there. Check the village\'s elders for traces of the orders you seek.','Bring the Grimtotem Battle Plan to Captain Darill at North Point Tower.','$B$BI\'d say it doesn\'t get any clearer than this. They\'ve taken it upon themselves to fight back against human settlements in the area and I have little doubt Theramore is next on their list.','Were you able to find any trace of the orders?','','','','','',33051,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',11143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11145,10958,15,0,8,33,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Prisoners of the Grimtotems','We\'re doing all we can to keep the Grimtotem raiders at bay, but they keep launching assaults on the tower. Even worse, they\'ve managed to discover and capture the patrols the captain sends out to gather information and safeguard the road.$B$BI suspect the captives are being held in Blackhoof Village, to the northwest. Knowing the Grimtotems, the defenders of the village probably carry the keys to the prisoners\' cages with them. I don\'t care what you have to do, $c, just bring back my men alive.','Sergeant Lukas at North Point Tower wants you to free 5 Theramore Prisoners.','The freed captives have already begun returning from Blackhoof Village. The information the captain is receiving from the prisoners will give us an advantage in our next battle against the Grimtotems.$B$BYou have my thanks and that of the men.','Did you manage to free the captives at Blackhoof Village?','','Theramore Prisoners Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,23720,0,0,0,5,0,0,0,42323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',11146,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,1,0,5),(11146,10958,15,0,0,33,37,0,1101,0,0,0,0,0,0,0,0,0,33069,1,'Raptor Captor','The patch of swamp to the northeast is home to a particularly nasty breed of raptors. We\'ve lost more than one unwary soldier to them, but I think we can turn them against our Grimtotem neighbors.$B$BTake this rope and use it to capture bloodfen raptors or bloodfen screechers that you\'ve subdued. I wouldn\'t try to capture one of the beasts until you\'ve weakened them quite a bit in combat. It\'s going to be quite a struggle.','Sergeant Lukas at North Point Tower wants you to capture 6 raptors. You can capture either Bloodfen Raptors or Bloodfen Screechers.','You look a little scratched up, but nothing major. You\'re certainly in a lot better shape than the Grimtotems will be when our new raptor friends get done with them.','Did you capture those raptors?','','Raptors Captured','','','',0,33069,0,0,0,0,0,1,0,0,0,0,23727,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11147,10958,15,0,0,33,37,0,1101,0,0,0,0,0,0,0,0,0,33070,1,'Unleash the Raptors','Now that we\'ve got our raptors, our next move is to \"encourage\" them to attack the Grimtotems at Blackhoof Village to the northwest.$B$BI\'ve got a leftover haunch of... well, it doesn\'t really matter what it is. It\'ll be your bait. Set it down on the ground in Blackhoof Village near the windmill in the center of the settlement. The raptors should take care of the rest, if their training took.','Sergeant Lukas at North Point Tower wants you to place the Raptor Bait near the windmill in Blackhoof Village.','$B$BGood. That ought to forestall a raid or two.','Have you set the raptors loose in Blackhoof Village?','','Raptors Released','','','',0,0,0,0,0,0,0,0,0,0,0,0,23727,0,0,0,1,0,0,0,42338,0,0,0,0,0,0,0,33266,33248,33265,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',11146,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11148,10958,15,0,8,30,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Arms of the Grimtotems','If the equipment you found at the ruins of the inn belonged to a Grimtotem attack party, there\'s likely to be more just like it within their camp to the northwest.$B$BWe haven\'t been able to gather much information about Blackhoof Village, but judging from the size of the raiding parties, there\'s a substantial force based there.$B$BDo whatever you have to to capture some of their equipment so that we can compare it with your findings from the inn.','Captain Darill at North Point Tower wants you to bring him 7 Blackhoof Armaments.','$B$BThere\'s no doubt about it. These match the description exactly, but there\'s just one problem -- these have never been used in battle. Blackhoof Village must not be the only Grimtotem post in the marsh.','Did you get those weapons from Blackhoof Village?','','','','','',33071,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,33268,33272,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',11143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11149,10958,15,0,8,30,39,0,1101,0,0,0,0,0,0,0,0,11150,0,0,'Tabetha\'s Assistance','I can\'t spare any men to help search for a second Grimtotem outpost, but I think I know of someone who might be able to help you.$B$BDeep in the Quagmire, to the south, there is a small farmstead owned by Tabetha. She may seem little more than an old hermit, but the truth is that she\'s a mage and scryer of some renown. Follow the road south to her farm and seek her help in finding the culprits responsible for the massacre at the Shady Rest Inn.','Speak with Tabetha at her farm.','So you want me to scry for Grimtotems, eh? And what will you say when I tell you there\'s no need?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',11144,11148,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11150,10958,15,0,0,30,39,0,1101,0,0,0,0,0,0,0,0,11151,33072,1,'Raze Direhorn Post!','There\'s no scrying necessary to see the trouble my new \"neighbors\" are creating. And if this is the band that burnt down the Shady Rest Inn, as you claim, there\'s no reason to tolerate their presence any longer.$B$BTake this torch and raze their camp to the ground! You\'ll find Direhorn just to the north of my farm. You can\'t miss it, really, as the Grimtotems have done a splendid job of announcing their presence with those totems they favor.','Burn the North Tent, East Tent, and the Northeast Tent at Direhorn Post, then return to Tabetha at her farm.','I hope the Grimtotems got the message. Any attempt to return will be met with far worse than a mere torch. My apprentices and I will see to that.','Have you put that torch to good use?','','North Tent Burned','Northeast Tent Burned','East Tent Burned','',0,0,0,33072,0,0,0,0,0,1,0,0,23751,23752,23753,0,1,1,1,0,42356,42356,42356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',11149,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11151,10958,15,0,8,30,39,0,1101,0,0,0,0,0,0,0,0,11152,0,0,'Justice for the Hyals','Although these Grimtotems were simply a nuisance to me, Captain Vimes will want to know of your deeds. Bring him the news that you have tracked down and dealt with those responsible for the burning of the Shady Rest Inn.$B$BIt\'s too late to save Jim Hyal\'s family, but perhaps the Grimtotems will think twice before attacking anyone connected to Theramore.','Speak to Captain Garran Vimes at Foothold Citadel in Theramore.','$B$BWe have avenged James and his family, but not even that can restore what was destroyed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',11150,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11152,10958,15,0,0,30,39,0,1101,0,0,0,0,0,0,0,0,0,33082,1,'Peace at Last','I wish we had a way of letting James Hyal\'s wife and son know that we have brought their murderers to justice.$B$B$B$BThere are some who say that their spirits will know, even if we cannot reach them. It\'s not much, but I\'d like you to lay this wreath at the Hyal family monument. It\'s one of the larger stones in the graveyard just north of Theramore\'s gates.','Captain Garran Vimes at Foothold Citadel wants you to lay the Wreath at the Hyal Family Monument. ','$B$BIt\'s good to know that they understand. You didn\'t tell them about James, did you?$B$BI\'ll deliver his wife\'s message to him, but I doubt he\'ll understand.','Did you lay the wreath?','','Wreath Laid at Hyal Monument','','','',0,0,0,0,0,0,0,0,0,0,0,0,23768,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33230,33243,33251,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',11151,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,6),(11153,10958,495,0,4224,68,71,0,1101,0,0,0,0,0,0,0,0,0,33098,1,'Break the Blockade','All of our ships are sunk! We need your help to break the pirate blockade below in the Shattered Straits!$B$BTake these cluster bombs and hitch a ride on the zeppelin that Harrowmeiser has \'loaned\' to us. He\'ll fly you over the decks of those pirate scoundrels, and you make sure to give it to them good!$B$BIf you can\'t bomb them to smithereens, I\'m afraid we\'ll never be able to break the blockade.','Take Petrov\'s Cluster Bombs and drop them on enough pirates to kill or destroy 25 Blockade Pirates and 10 Blockade Cannons. Once you\'ve accomplished that, return to Bombardier Petrov at Westguard Keep.','That\'s what I wanted to hear! You\'ve got the stuff, $N, that\'s for sure!$B$BYou think maybe you could come back again tomorrow when we\'ve made more cluster bombs? I\'d have you back out there right now, but my assistant, Feknut, isn\'t back from collecting more bat guano for them.$B$BI wonder what\'s taking him so long?','We\'re talking again are we? That must mean that you\'ve done it! You\'ve shown those rotten Northsea pirates a thing or two!$b$bRight?','','','Blockade Cannons destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,23755,23771,0,0,25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,5,25,1,0,0,0,0,0,2,11,6,0,0,0,0,0,0,0,0,0,5),(11154,10958,495,0,128,69,71,0,1101,0,0,0,0,0,0,0,0,0,33129,1,'Scare the Guano Out of Them!','You, yes you... I need your help!$B$BPetrov sent me up here to get bat guano for the cluster bombs he\'s making back at the keep. He sent me to my doom!$B$BThe darkclaw bats hang out in the Rivenwood to the north, but I\'m not taking a step off of this platform unless it\'s to go home!$B$BBut you... you could get it for me! Yes? Pretty please?!!!$B$BHere, take these firecrackers. My thinking is that if you drop \'em underneath the bats, the guano will be scared right out of them!','Collect 10 Darkclaw Guano and deliver them to Engineer Feknut at Steel Gate.','Ugh, what\'s that smell? Ack, it\'s you! Well, I guess I did send you on a smelly job!$B$BThank you, $c. Don\'t worry, I\'ll get this stuff back to Petrov as soon as we get out of here.$B$B$B$BYou hear that guys? Lets get the hell out of here!!!','Please tell me that you have the darkclaw guano?!','','','','','',33084,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35896,35898,35899,35897,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,25,5,20,0,0,0,0,0,2,6,15,0,0,0,0,0,0,6,0,0,5),(11155,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Shoveltusk Soup Again?','With all of the strange disappearances of our livestock, we better resupply in a hurry, or the beasties around these parts will be the least of our worries!$B$BSeeing as I\'m in charge of feeding this lot, I\'m going to need you to head east and get me some meat. More to the point, I\'m looking to cook us up some tender shoveltusk meat.$B$BJust beware the stags... they\'re mean!','Chef Kettleblack has asked you to obtain 6 Shoveltusk Meat and deliver them to her at Westguard Keep.','This will make a fine meal for the men.$b$b$b$bHere, deary, take some for yourself. You look like you could use some more meat on your bones!','There\'s nothing as sumptuous as the tender meat carved from the flanks of a shoveltusk!','','','','','',33120,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34125,0,0,0,20,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,2,1,11,0,0,0,2000,0,0,1,0,0,5),(11156,10958,15,0,8,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Direhorn Raiders','The Grimtotems up at Direhorn Post, just to the north, are getting bolder by the day. At night, you can often hear them chanting about their deeds in battle against people who\'ve tried to settle here.$B$BThey\'re determined to drive us from Tabetha\'s farm even though she\'s trained generations of apprentices here. We\'ve defended the farm as best we can, but Apprentice Garion was wounded in the last attack.$B$BGo to Direhorn Post and kill any Grimtotem you can find! The attacks must stop.','Kill 12 Direhorn Grimtotems and return to Apprentice Morlann at Tabetha\'s Farm.','$B$BGood. Can\'t say I\'ll miss the company, if you can call it that. You\'d think at least in the middle of the swamp you\'d get some privacy, you know?','Have you made any progress in stopping the Grimtotem attacks?','','Direhorn Grimtotems killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,23594,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,33240,33262,33261,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11157,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Clutches of Evil','$N, I don\'t trust anyone but you to take care of this. I need the proto-drake eggs and proto-whelps in the burning forest to the southeast destroyed!$B$BSince we arrived here, the Ember Clutch has been ablaze; there must be some sort of perverse magic at work. And lately it seems to be growing. My men tell me that if we don\'t do something quickly, we\'ll be surrounded on all sides by the fire within a few weeks\' time!$B$BGet down there and eliminate the threat by destroying those eggs and the proto-whelps.','Destroy 15 Proto-Drake Eggs and 15 Proto-Whelps, and then return to Captain Adams at Westguard Keep.','Good work! With any luck at all, the destruction of their egg clutches and whelps should drive off those fiery beasts and prevent that magical blaze from spreading.$B$BWait... what\'s that sound? It sounds like the beating of wings.','How go your efforts?','','Proto-Drake Egg destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,23777,23688,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11158,10958,15,0,8,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodfen Feathers','Are you startled by Brogg\'s presence here, little $r? Don\'t worry. Goblins at Mudsprocket are Brogg\'s friends and you can be, too.$B$BBrogg left Brackenwall Village when new overlord not take revenge against black dragonkin for destroying old home and killing many of Brogg\'s old friends. Brogg come here to lay friends spirits to rest and avenge them, but Brogg need help preparing. For ritual, Brogg need feathers with strong magic, like ones worn by raptors at Bloodfen Burrow to the west of town.','Bring 5 Bloodfen Feathers to Brogg at Mudsprocket.','$B$BBrogg pleased with these feathers. Very strong magic. Brogg not know what raptors do to give feathers power, but raptor feathers always best for ritual.','$B$BYou bring Brogg feathers?','','','','','',33085,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11159,10958,15,0,0,35,41,0,0,0,0,0,0,0,0,0,0,11162,33091,1,'Spirits of Stonemaul Hold','Brogg has completed the totem that will put the spirits of his friends to rest. When the dragonkin came, they killed all Stonemaul who did not flee. Brogg fled with Overlord Mok\'Morokk, hoping to lead a counterattack with other Stonemaul survivors.$B$BThe counterattack never came and the spirits of the Stonemaul dead still haunt Brogg and the others. Take this totem north to Stonemaul Ruins and use it near ogre skeletons to draw the spirit to you. Defeat the spirit to give it rest with its bones.','Brogg, at Mudsprocket, wants you to put 10 Stonemaul Spirits to rest.','Brogg thanks you for your help, although he knows Overlord Mok\'Morokk never will. At least surviving Stonemaul can finally focus on problems with the living and leave dead where they belong. Only one thing remains for Brogg to do.','Brogg must know, have you brought peace to the violent spirits of the Stonemaul?','','Stonemaul Spirits laid to rest','','','',0,33091,0,0,0,0,0,1,0,0,0,0,23786,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',11160,11161,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11160,10958,15,0,8,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Banner of the Stonemaul','When the dragons came and took over Brogg\'s old home, Stonemaul ogres fled and left everything behind, including clan\'s banner.$B$BBrogg knows banner was kept deep in Stonemaul ogre mound, but these days it\'s called Den of Flame. Brogg must have clan banner to get his revenge on dragons who killed his friends.$B$BBrogg\'s clan\'s old mound, Den of Flame, is northwest of Mudsprocket and crawling with dragonkin. Banner will be deep inside the cave. Be careful, $N.','Retrieve the Stonemaul Banner and bring it to Brogg at Mudsprocket.','You have Brogg\'s thanks, $N. Brogg has big plans for clan banner.','You bring Stonemaul banner?','','','','','',33086,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',11158,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,1,0,5),(11161,10958,15,0,0,35,39,0,0,0,0,0,0,0,0,0,0,0,33088,1,'The Essence of Enmity','To make the totem Brogg will need for his ritual, he must use the essences of the creatures who killed his friends. The hate and anger of Brogg\'s enemies will fuel the magic of his vengeance.$B$BTrack down Firemane ash tails, scouts, or scalebanes and use Brogg\'s totem on their corpses. Only when the dragonkin die will they give up their essences.$B$BThe creatures you seek swarm over the Den of Flame to the northwest and the Stonemaul Ruins to the north.','Bring 10 Black Dragonkin Essences to Brogg at Mudsprocket.','You have Brogg\'s thanks, $N. Once Brogg adds their magic to the totem, it will be able to redeem the spirits of Brogg\'s fallen friends.','Do you have the essences? Brogg must have them to avenge his friends!','','','','','',33087,33088,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',11158,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11162,10958,15,0,0,35,41,0,0,0,0,0,0,0,0,0,0,0,33095,1,'Challenge to the Black Flight','Brogg relishes the thought of taking his revenge on the black dragonkin of the marsh. $N, you have been very helpful in preparing for this moment. Will you help?$B$BTake Brogg\'s clan banner and travel east until you see a cave like a dragon\'s mouth. At the entrance to that cave, plant Stonemaul banner and issue Brogg\'s challenge to Onyxia.$B$BBrogg and the Stonemaul will have their lands back!','Plant the Stonemaul Banner near the entrance to Onyxia\'s Lair, wait for Onyxia\'s response, then return to Brogg at Mudsprocket.','$B$BBrogg suspected Onyxia would be too much of a coward to confront you. Just like black dragonflight to attack when victory is guaranteed.$B$BBrogg is grateful for your help, $N, and he will never forget what you have done for him. Brogg will never give up his quest to bring Stonemaul back where they belong.','Brogg will have his revenge!','','Stonemaul Clan Avenged','','','',0,33095,0,0,0,0,0,1,0,0,0,0,23789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33231,33237,33256,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',11159,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,1,1,0,6),(11163,10958,3433,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Undercover Sister','$b$b$n, what I\'m about to tell you must remain confidential, understood?$b$bI\'ve been sent by the Shattrath Peacekeepers to infiltrate Budd\'s gang here. Truth be told, since you first arrived you\'ve been a key person of interest in my investigation. $b$bBut your deeds have since cleared you of any suspicion. In fact, for your slaying of the crazed warlord, Zul\'Jin, I\'m compelled to reward you for your efforts.','Report to Donna Brascoe to collect a reward for your heroism in Zul\'Aman. Donna is currently stationed in the Ghostlands, just outside Zul\'aman.','$B$B$N, what I\'m about to tell you must remain confidential, understood?$B$BI\'ve been sent by the Shattrath Peacekeepers to infiltrate Budd\'s gang here. Truth be told, since you first arrived you\'ve been a key person of interest in my investigation.$B$BBut your deeds have since cleared you of any suspicion. In fact, for your slaying of the crazed warlord, Zul\'Jin, I\'m compelled to reward you for your efforts.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',11178,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11164,10958,3805,0,200,70,70,62,0,0,0,0,0,0,0,0,0,11165,0,0,'Tuskin\' Raiders','\'Ey mon! You be new around \'ere, eh? Lemme ask a favor of ya.$b$bBudd\'s been refinin\' his forest troll disguise. Says that he be close now - just be needin\' one last touch. Tusks.$b$bMy skinnin\' talents be wasted \'ere. Somethin\' about yankin\' troll tusks be makin me queasy. $b$bBring me back 10 troll tusks, eh mon?','Prigmon needs you to collect 10 Forest Troll Tusks from the trolls in Zul\'Aman. Bring them to him at Budd\'s camp in the Ghostlands.','Ahh yeah, these be just what I be needin\'!$B$BHere be the payment I promised ya, $C.','Hurry, mon!$B$BBudd be sendin\' me into Zul\'Aman alone to test his mask if I don\'t be givin\' him those tusks soon!','','','','','',33106,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,6),(11165,10958,3805,0,128,70,70,62,0,0,0,0,0,0,0,0,0,11195,0,0,'A Troll Among Trolls','Lissen mon, there be sumthin\' else needs doin fer ol\' Prigmon.$b$bZungam, my good-fer-nuthin\' cousin, be stuck inside Zul\'Aman. He still be alive too - I seen his signal flare just last night!$b$bI should be lettin\' him rot fer gettin\' me tied up in this mess, but he be owin\' me big money.$b$bDo what ya can to help him out, then leave the collectin\' to me!','Prigmon has tasked you with locating and assisting his cousin Zungam, somewhere within Zul\'Aman.','I be free!$B$BDey took most everyting when dey nabbed me, but here - take the last of my coin fer your troubles.$B$BAnd the least I can be doin\' is stickin\' around to offer my services....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11164,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,6),(11166,10958,3805,0,200,70,70,62,0,0,0,0,0,0,0,0,0,11171,0,0,'X Marks... Your Doom!','How did those fools fail? I told them to be careful - even gave them disguises to help them blend in. Ahh, well. The bright side of their failure is that this opportunity falls to you.$b$bSucceed, and you\'ll be well on your way to joining my crew and sharing in the immeasurable fame that will soon be mine. Not that I need any more, mind you.$b$bThere are yet a few portions of my map that require further exploration before our excavation can be initiated....','Enter Zul\'Aman and visit Halazzi\'s Chamber, Jan\'alai\'s Platform, and Akil\'zon\'s Platform. Report the details of those areas to Budd, at his camp in the Ghostlands.','$B$BErr - So, $N - it\'s, uhhh, about time you returned. Yes - in fact you\'re holding up the entire operation.$B$BNow then, let\'s get to filling in this map....','I trust that my hand-crafted disguises have given you adequate protection in Zul\'aman.$B$BHave you scouted those areas for me? Or shall I begin looking for your replacements?','','Examine Halazzi\'s chamber','Examine Jan\'alai\'s platform','Examine Akil\'zon\'s platform','',0,0,0,0,0,0,0,0,0,0,0,0,23815,23813,23814,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',11132,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11167,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11168,0,0,'The New Plague','Not long after Arthas condemned us to this wretched existence, we in the Royal Apothecary Society endeavored to create a plague of our own. A plague that would devour all flesh: living, dead or undead.$B$BWe\'ve succeeded in creating this plague and we\'re here to hand deliver it to the Scourge\'s doorstep.$B$BThe Alliance intercepted the ship carrying the latest strain engineered in our Undercity laboratories. Head to the wreckage southeast of here and salvage whatever containers you can.','Apothecary Lysander at Vengeance Landing wants you to recover 10 Intact Plague Containers from the wrecked ship to the southeast.','It\'s good that you\'re back in one piece. The danger of becoming infected from handling these containers is not non-existent. I suppose I should\'ve warned you about that earlier.','Have you obtained the containers, $n?','','','','','',33099,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35832,35834,35835,35833,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11168,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11170,0,0,'Spiking the Mix','I\'ve a feeling the long trip across the sea is affecting the effectiveness of our plague. What is needed is a potent toxin to boost the potency of the strain.$B$BThe crabs near this beach are a distant relative of the much smaller brown-shelled tidecrawler. The smaller tropical variety produces a paralytic toxin strong enough to knock out an ogre.$B$BAs we all know bigger is better! The much larger glands on the local variety should prove more potent. Bring me a few!','Bring 3 Giant Toxin Glands from Giant Tidecrawlers to Apothecary Lysander at Vengeance Landing in Howling Fjord.','You continue to prove your competence, $n. Hopefully this toxin will be enough to boost our plague to the levels that we need to.$b$bAt the very least it should help weaken the recipient and make them more susceptible to infection.','Have you obtained the toxin glands I seek, $n?','','','','','',33337,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11167,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11169,10958,15,0,0,35,38,0,0,0,0,0,0,0,0,0,0,0,33101,1,'The Grimtotem Weapon','During the last Grimtotem attack, I was wounded, but not before I managed to capture a curious totem our enemies were using against us.$B$BIt seemed to be emitting raw bolts of energy during the battle, but in all my experiments, I haven\'t managed to figure out how it works. I\'ll loan the totem to you if you agree to help me test it.$B$BThe watery areas surrounding the farm are home to pesky mottled drywallow crocolisks and drywallow daggermaws. Try fighting the crocolisks near the totem.','Apprentice Garion at Tabetha\'s Farm wants you to test the Captured Totem on 10 Mottled Drywallow Crocolisks or Drywallow Daggermaws.','$B$BA haze and some lightning? That\'s it? There\'s got to be more to the totem than just that! The Grimtotems aren\'t likely to bring something like this to the battlefield unless it has some kind of utility.','Have you had any luck testing the totem?','','Totem Tests Performed','','','',0,33101,0,0,0,0,0,1,0,0,0,0,23811,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11170,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,33349,1,'Test at Sea','We\'ve just received word of reinforcements coming to the aid of the Alliance forces. Their timing couldn\'t be better!$B$BWe\'re in sore need of test subjects and these North Fleet reservists will do nicely!$B$BTake these plague vials with you and speak to Camille, the Bat Handler. Tell her you need to commandeer a riding bat for a special assignment for us.$B$BOnce you\'re at sea, drop the vials on the reinforcement fleet. I can\'t wait to see the results!','Speak to Bat Handler Camille and take a riding bat to intercept the Alliance reinforcements. Once above their fleet, use the Plague Vials to infect 16 North Fleet reservists.','Hmmphh.... the reports from the field are.... not encouraging!','You\'re back!','','North Fleet Reservist Infected','','','',0,0,0,0,0,0,0,0,0,0,0,0,24121,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,35841,35842,35843,35839,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11168,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11171,10958,3805,0,200,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'Hex Lord? Hah!','Excellent! Everything\'s nearly ready for my grand entrance into Zul\'Aman.$b$bYou\'ve done a fine job, $n. I\'ve spoken with my crew and they\'re warming up to you nicely. I\'d say you\'re very close to becoming a permanent member of the team. Only one thing remains for you to do - dispatch that \'Hex Lord\' fellow.$b$bNothing to it, really. You stand up to this wretch and he\'ll likely just turn and run. Weaker, older trolls just add intimidating titles to their name to make up for their deficiencies, you see?\n','Budd Nedreck in Hatchet Hills wants you to kill Hex Lord Malacrass in Zul\'Aman.','Finally! Now that the light work is done, I can at last make yet another mark on history. But first, there\'s one small matter to attend to - You....$B$BI\'m afraid, $N, that the time has come for me to let you go. I feel that your potential has been reached here, if not far exceeded.$B$BDon\'t feel bad, though. After all, it takes an exceptional type of individual to participate in such extraordinary events and not lose their wits. And look here, I have a little something for you to remember me by.','I hope you appreciate the magnitude of the opportunity I\'ve given you, Diedthreexs.$B$BHave you taken care of old Malacrass yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24239,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11166,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11172,10958,15,0,8,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Zeppelin Crash','Not long ago, a goblin zeppelin crashed to the east. A representative of the Steamwheedle Cartel passed through here a few days ago.$B$BShe was looking for information about the zeppelin\'s cargo and it\'s pilot, Beezil, but none of us really got a good look at the crash. I doubt she\'ll be able to clean up after the wreck by herself, much less recover whatever cargo the vessel might have carried.$B$BIf you have time, you may want to check up on her out at Beezil\'s Wreck, due east of here, near the mountains.','Speak with Moxie Steelgrille at Beezil\'s Wreck.','So those hermit mages sent you? How can I be sure that I can trust you?$B$BI suppose I can use the help. There\'s not much here a mage would be interested in, anyway.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11173,10958,15,0,8,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Reagent Thief','If there\'s one thing you can count on Apprentice Morlann to do, it\'s whine about reagents.$B$BNormally, I just ignore him, and it never works. This time, I\'m going to try something different.$B$BMaybe if I replace the missing reagents before he notices, he\'ll leave me alone. The most common reagent we both use is marsh venom, which comes from the darkfang creepers and noxious shredders in the marsh north of the farm. If you bring me the venom, I\'ll replace it before Morlann notices it\'s gone.','Bring 6 vials of Marsh Venom to Apprentice Garion at Tabetha\'s Farm.','$B$BThis is absolutely perfect! He\'ll never know the difference.','Did you get that venom? Morlann\'s going to discover that it\'s gone any moment now...','','','','','',33103,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33260,33273,33244,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11174,10958,15,0,0,35,40,0,0,0,0,0,0,0,0,0,0,0,33108,1,'Corrosion Prevention','Just look at this area! It\'s swarming with oozes. If I don\'t find some way to keep them under control, they\'ll corrode the wreckage and the zeppelin\'s cargo!$B$BI can\'t go back empty-handed, $c! Help me dissolve these oozes before they\'ve digested everything!$B$BThis device, when powered, will concentrate energy on the slimes, causing them to explode. The zeppelin\'s fragmented power core should power the device. The one near the main crash works all the time, but the others flicker on and off.','Moxie Steelgrille wants you to dissolve 10 oozes and report back to her at Beezil\'s Wreck.','Well, it does look a little cleaner out there...$B$BI suppose it\'s time to get down to the business of salvaging this wreckage.','Did you make any progress against those oozes?','','Oozes Dissolved','','','',0,33108,0,0,0,0,0,1,0,0,0,0,23797,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,33233,33239,33255,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',11172,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11175,10958,495,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'My Daughter','Tell me, is it true? Did the explorers that went into Whisper Gulch go mad?$B$BMy daughter is the overseer of the Explorers\' League that went north to some place called Steel Gate. With the horrible events that have befallen us, I fear for her safety.$B$BPlease, $c, I am too old to make the journey. Her name is Irena. Will you go make certain that she is alright?','Old Man Stonemantle has asked you to find his daughter, Overseer Irena Stonemantle, at Steel Gate.','Grrr. I knew it! He\'s sooooo over-protective! This is just embarassing.$b$bNot that I\'m not happy to see you... I am! We all are. We can use your help!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11240,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,20,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,1),(11176,10958,495,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,11390,0,0,'See to the Operations','Our work out here is really just beginning. But now that we\'ve brought these flying machines in from Westguard Keep, it should really pick up.$B$BThe problem is that we\'re lacking enough qualified pilots. And with things getting worse in the Rivenwood to the north, I\'d like to get things wrapped up here quickly and then head back home.$B$BIf you can lend a hand, go have a chat with one of my chief archaeologists. You\'ll find them next to the flying machines on the north and south sides of the site.','Explorer Irena Stonemantle has asked you to speak with a Steel Gate Chief Archaeologist at Steel Gate.','Irena sent you over, did she? Good, we\'ve got work for you then!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11240,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(11177,10958,15,0,8,34,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Hermit of Swamplight Manor','There\'s a fellow the locals know as \"Swamp Eye\" Jarl, who lives alone out in the swamp. Sometime ago he \"took over\" Swamplight Manor after the previous owners disappeared under mysterious circumstances.$B$BI like to send someone to check up on him every once in a while. He kind of reminds me of my grandfather, you know? Some say he\'s not quite right in the head.$B$BIf you\'re headed northwest on the road out of Theramore, you\'ll find Swamplight Manor in the Witch Hill area, before the road turns west.','Speak to \"Swamp Eye\" Jarl at Swamplight Manor.','Get off my lawn... unless, that is, you want to help old \"Swamp Eye\" with a little bit of cooking. Whad\'ya say?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,'',11134,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11178,10958,3805,0,128,70,70,62,0,0,0,0,0,0,0,0,0,0,33102,1,'Blood of the Warlord','As you examine the pulsating vial, your thoughts turn to the petulant little man outside Zul\'Aman.$b$bYou can\'t wait to see Budd\'s expression when he sees this!','Bring the Blood of Zul\'jin to Budd at his camp in the Ghostlands, outside Zul\'Aman.','Th-the Blood of Zul\'jin himself you say?$B$B$B$BWell, I appreciate the gesture, $C, but I could\'ve taken him down with ease. There\'s no way he was as fearful as the legends say. These things have a way of being utterly overstated, as you\'ll learn in time. More likely, the pitiful old cretin was overcome with arthritis!$B$BAnyway, I suppose it was the least you could do as payment for the kindness I\'ve shown you here.$B$BNow off with you - I must dispose of this vile vial!','$B$BYou again....$B$BI don\'t know how else to say it - I\'m simply too busy with my preparations to hold your hand any longer.$B$BTrust me, $N, it\'s all for the best. Perhaps, by some miracle, you might eventually build a name for yourself.$B$BIf so, you\'ll be able to say that you got your start from the incomparable Budd Nedreck!','','','','','',33102,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11179,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'[Temporarily Deprecated Awaiting a New Mob]Finlay Is Gutless','All these crossbowmen, and who is it that has to maintain all of their weapons? Me, Finlay Fletcher!$B$BThe commander commandeered my assistant to get ready for the move up to Fort Wildervaar, and I haven\'t the time to go out and get all of the catgut that I need for their strings!$B$B$C, be a good $g lad : lass; and gather me up some catgut. The mistsabers prowling about the fjord will do, but mind that you only bring back the most pristine of intestines from them! Severed gut won\'t do us any good.','Collect 7 Pristine Mistsaber Catgut for Finlay Fletcher and return to him at Westguard Keep.','','','','','','','',33111,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11180,10958,15,0,8,30,36,0,0,0,0,0,0,0,0,0,0,11181,0,0,'What\'s Haunting Witch Hill?','I traveled out here to pay Jarl a visit at his new home and it\'s been a nonstop horror show ever since! There\'s something seriously wrong here and I can\'t be the only one who sees it...$B$BHave you seen the ghosts and corpses shambling about Witch Hill? I\'ve a feeling that if anyone knows what happened here, it is them. Seek out these risen husks and risen spirits in the surrounding area, grant them rest through combat, and see what you can learn from them before this evil consumes Jarl!','Mordant Grimsby at Swamplight Manor wants you to gather information from 10 Risen Husks or Risen Spirits.','$B$BFrom your findings, the spirits in this place must amount to everyone who ever lived on this land, not just the previous occupants.$B$BSomething has been corrupting and killing them. Those who follow don\'t learn the truth until it\'s too late. We have to put an end to this, $N!','What have you learned from the spirits haunting this place?','','Information Gathered','','','',0,0,0,0,0,0,0,0,0,0,0,0,23861,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11181,10958,15,0,8,30,36,0,0,0,0,0,0,0,0,0,0,11183,0,0,'The Witch\'s Bane','In my years as an herbalist, I\'ve often observed that nature will provide subtle cures to the most vexing of problems. I\'ve read that hedge mages and witch doctors often use the smoke of an herb known as witchbane to draw evil from its hiding places.$B$BIf true, this would mean witchbane should be growing near the shallow waters of Witch Hill. You should be able to identify it by its broad leaves and reddish central stalk. Bring me any of the herb you can find, $N. It may be our only hope.','Bring 9 sprigs of Witchbane to Mordant Grimsby at Swamplight Manor.','$B$BThese match the description exactly! I prepared the torch while you were out. All that remains is to fasten the herbs to the end here.','Were you able to gather any of the herb? We must work quickly, before whatever evil is behind this infestation consolidates its hold on this area.','','','','','',33112,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',11180,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11182,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Root Causes','All things in nature seek a balance. It is only through the interference of those not in tune with that harmony that the balance is shifted.$B$BYou waste your efforts when you kill the whelps and drakes. The real culprits behind the expansion of these magically burning woods are the newly awakened vrykul and their master, Skeld Drakeson.$B$BIf it\'s blood on your hands that you seek, start with them. You will find their lair on the south side of the Ember Clutch.','Slay 5 Dragonflayer Handlers and Skeld Drakeson. If you manage to do so, return to an Ember Clutch Ancient in the Ember Clutch.','Unfortunate that one predator must be used to put down another, but that is the natural order of things.$B$BPerhaps now the proto-drakes and their whelps can go back to living peacefully. Somehow I doubt it with the reawakening of the vrykul.','How fare your efforts against the meddlesome handlers, little one?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23871,23940,0,0,5,1,0,0,0,0,0,0,0,0,0,0,35922,35921,35923,35924,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,33,0,0,0,0,0,0,0,1,33,0,0,0,0,0,0,0,0,0,0,6),(11183,10958,15,0,0,30,36,0,0,0,0,0,0,0,0,0,0,0,33113,1,'Cleansing Witch Hill','The torch is ready. Plant it at the end of the dock and be prepared to face whatever comes forth.$B$BI have no idea what the torch\'s smoke may reveal... if anything emerges at all. I must say, I have my doubts about this kind of folk magic, but we haven\'t time for anything else. For your sake and Jarl\'s, I wish you luck.','Mordant Grimsby at Swamplight Manor wants you to plant the torch at the end of the dock and defeat anything that appears.','It worked?$B$B$B$BI mean... it worked! Jarl and I are in your debt, $N. Now the only remaining problem is my friend\'s taste in furniture, and I\'m afraid that won\'t be solved as easily.','Is it over?','','Witch Hill Cleansed','','','',0,33113,0,0,0,0,0,1,0,0,0,0,23864,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33229,33257,33245,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',11181,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,6),(11184,10958,15,0,8,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Goreclaw the Ravenous','Travelers and Steamwheedle personnel working in the field are advised to avoid the Bloodfen Burrow to the west of town.$B$BThe area is overrun with raptors lead by the cruel and cunning Goreclaw the Ravenous, who has already killed at least two Steamwheedle engineers.$B$BDrazzit Dripvalve has authorized a generous reward to be paid to the individual who rids Mudsprocket of this menace.','Kill Goreclaw the Ravenous and report to Drazzit Dripvalve at Mudsprocket.','Thank goodness someone\'s finally taken me up on that offer. I was just thinking that I might need to triple the reward to get that stupid raptor killed, and our budget couldn\'t afford that!','You look pretty satisfied with yourself. Come to claim the bounty on that monstrous raptor?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23873,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33242,33263,33258,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11185,10958,15,0,0,30,38,0,1101,0,0,0,0,0,0,0,0,0,33114,1,'The Apothecary\'s Letter','Recovered from the body of a Forsaken apothecary, this letter contains alarming evidence of a close alliance between the Grimtotems and the new masters of Lordaeron.$B$B\"As a demonstration of good faith and a symbol of our newfound trust, we have dispatched Apothecary Cylla to aid you in battling our mutual enemy in the land of Kalimdor. None will stand before our combined might and determination.\"$B$BThis letter should be brought to the attention of the SI:7 agent at Tabetha\'s Farm, Andello Porter.','Bring the Sealed Letter to Andello Porter at Tabetha\'s Farm.','$B$BWe\'ve long had misgivings about the cooperation between the Horde and the Forsaken, and this only confirms those suspicions. With the backing for Forsaken magic and arms, the Grimtotems would become an even more fearsome enemy. The balance of power in Kalimdor could shift considerably.','What is that you\'re carrying, $C?','','','','','',33114,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11186,10958,15,0,262144,30,38,0,690,0,0,0,0,0,0,0,0,0,33115,1,'Signs of Treachery?','Recovered from the body of a Forsaken apothecary, this letter hints at an underground correspondence between Undercity and the Grimtotem leadership.$B$B\"As a demonstration of good faith and a symbol of our newfound trust, we have dispatched Apothecary Cylla to aid you in battling our mutual enemy in the land of Kalimdor. None will stand before our combined might and determination.\"$B$BPerhaps Nazeer Bloodpike in Brackenwall Village will know how to handle this information.','Bring the Sealed Letter to Nazeer Bloodpike in Brackenwall Village.','If this is what it appears to be, the Forsaken have some explaining to do!$B$BThe antics of the Grimtotems have long tried the Warchief\'s patience. We have traditionally treated it as a matter to be settled among the tauren people, but this letter may change it.$B$BIt will take time to investigate these suspicions, but do not speak to anyone of what you have seen this day.','What is that you\'re carrying, $c?','','','','','',33115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11187,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11188,0,0,'Mage-Lieutenant Malister','THIS IS OUTRAGEOUS! Those proto-drakes are attacking the keep!$B$BBeasts such as that should have been scared off when you took care of their clutches and whelps.$B$BYou did take care of them, right?$B$B$N, this calls for more direct action. Speak with my advisor, Mage-Lieutenant Malister. He\'ll provide you with the means to get at those infernal creatures.','Captain Adams has asked you to speak with his advisor, Mage-Lieutenant Malister, at Westguard Keep.','$B$BI was worried that something like this might happen. I tried to dissuade the captain from this course of action, but he is a dwarf of action with a definite outlook on how things should proceed.$B$BLet us speak of the options left to us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11157,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,15,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,1),(11188,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,33119,1,'Two Wrongs...','Now that we\'ve riled up these Ember Clutch proto-drakes, they may be inclined to continue their attacks upon the keep. This will not do.$B$BI hate to compound one wrong with another, but in this case it would appear that we will have to destroy the creatures. A regrettable course of action, but one that we need to undertake regardless.$B$BTake my wand. I\'ve been experimenting with increasing its range, but it doesn\'t pack much of a punch. However, what it will do is get a proto-drake\'s attention.','Mage-Lieutenant Malister at Westguard Keep has tasked you with the destruction of 3 Proto-Drakes.','$B$BUnfortunate business to be certain. Well, what\'s done is done. With any luck the new whelps that grow to be drakes at Ember Clutch will not retain a memory of our shameful actions therein.$B$BAnd with a bit more luck, the boundaries of that magical forest will not continue to spread.$B$BHere, $N, please take this pittance from the treasury for all of your troubles. It\'s the least that we can do.','It is unfortunate that the captain had to have you go rile up the proto-drakes. Though they seem to lack the intelligence of some of the dragons we know, they still seem to be noble creatures. Not to mention the situation it places us in.$B$BDare I ask if you have dealt with the situation?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23689,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,35871,35873,35875,35872,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11187,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,2,1,1,0,0,1000,0,0,0,0,0,0,5),(11189,10958,495,0,130,70,72,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Last Time','Hello there. Am I dead? I think I am, because I\'m hovering over my body!$B$BOh, what an unfortunate turn of events. I was about to propose to Irena when the Scourge descended on us.$B$BI know that she\'s still alive... I can feel her in my heart.$B$B$C, do you think you might safely get me to her? The Scourge can still see my ghost, and no doubt can do horrible things to me.$B$BI\'d like to look upon her beautiful face one last time. You can tell her that I love her for me.','Escort the Ghost of Explorer Jaren safely to Explorer Irena Stonemantle at Steel Gate in the Howling Fjord.','','','The Ghost of Explorer Jaren safely escorted to Irena Stonemantle','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11190,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'One Size Does Not Fit All','$G Lad : Lass;, who\'s the genius that made our cannons a non-standard size? Now we have ta make special cannonballs ta shoot out o\' the infernal contraptions!$B$BI would look kindly on ye if ye would go out and find the balls we\'ve already shot. No doubt with the way these louts shoot they be all o\'er the place ta the south and east.$B$B$B$BThat would be faster than us making \'em from scratch fer a certainty.','Cannoneer Ely has tasked you with rounding up 10 Westguard Cannonballs and returning them to him at Westguard Keep.','Oh, bless ya, $n, bless ya!$b$bJust set \'em down right where yer standin\'. I\'ll have one o\' the boys come load \'em up soon enough and we can stop worryin\' \'bout runnin\' out o\' balls ta shoot at Skorn.','We\'re runnin\' dangerously low on rounds \'round here, $c. Our enemies need poundin\', especially Skorn!$b$bYa got more balls fer us?','','','','','',33123,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,5,1,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,5),(11191,10958,15,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,11192,0,0,'This Old Lighthouse','The old lighthouse out to the east hasn\'t worked for some time, but Babs Fizzletorque has gotten it into her head to get it working again.$B$BI don\'t know how she plans to do it by herself, but she claims that it\'ll make the movement of ships and goods into the docks smoother, so I can\'t really object. Drawing duty on the docks is really nothing to complain about when you could be on the front lines, you know?','Speak to Babs Fizzletorque at the lighthouse on the island east of Theramore.','Good. I can use all the help you can offer. My first priority is to get that lamp re-lit.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11192,10958,15,0,8,30,35,0,1101,0,0,0,0,0,0,0,0,11193,0,0,'Thresher Oil','The old log in the lighthouse indicates that the lamp was fueled with oil from the threshers that live along the coast here.$B$B$B$BI suppose it\'s a practical, if inelegant solution. The log says that the oil taken from the youngest murk threshers works the best, and those live right underneath the docks of Theramore.$B$BIf you\'re up for it, would you help resupply the lighthouse with fuel?','Bring 4 containers of Thresher Oil to Babs Fizzletorque at the lighthouse near Theramore.','Well, I have my doubts, but this is the only solution available right now. Once we have it up and running, I\'m sure there will be time to look at other ways to fuel the lamp.','Were you able to get any of that thresher oil?','','','','','',33126,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',11191,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11193,10958,15,0,262144,30,35,0,1101,0,0,0,0,0,0,0,0,11194,33127,1,'Dastardly Denizens of the Deep','You know, it\'s amazing what you can find in that old lighthouse. After I lit the lamp, I noticed this book in one of the old trunks up there.$B$B$B$B\"Dastardly Denizens of the Deep!\"$B$BWhy, I think I might swoon if I ever saw one of these! I\'m sure it\'s good for a laugh or two, but I simply don\'t have time for reading right now.$B$BYou know who might enjoy it, though... that fishmonger on the docks, \"Dirty\" Michael Crowe. He collects old books.','Bring Dastardly Denizens of the Deep to \"Dirty\" Michael Crowe on the Theramore docks.','Well, now, that was thoughtful o\' Babs to send that over. I don\'t know if you\'ve leafed through it or not, but there\'s a lot of truth to the tales in that book. Sailors didn\'t just make it all up, you know.','What\'ll it be today? The snook is quite good.','','','','','',33127,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',11192,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11194,10958,15,0,8,30,36,0,1101,0,0,0,0,0,0,0,0,11209,0,0,'Is it Real?','Oh, I\'m sure you and Babs had a good laugh over the outlandish descriptions and sketches in the book, but have you stopped to consider there might be some truth to the legends?$B$BIf you listen closely enough, I bet you can still hear sailors talk about Tethyr, the sea creature the book says lives right here! Of course, if you wanted to know for sure, you could always ask old Nat Pagle.$B$BHe\'s got a small fishing camp on a little island in Tidefury Cove, which is southwest across Dustwallow Bay.','Talk to Nat Pagle at Nat\'s Landing in Dustwallow Marsh.','So you want to know about sea monsters? Hmm... well, I\'ll make you a deal, but it\'s going to involve a lot of alcohol and some embarrassment on your part.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,'',11193,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11195,10958,3805,0,128,70,70,62,0,0,0,0,0,0,0,0,0,0,33107,1,'Playin\' With Dolls','I\'m touched, $n, an\' dat be da truth. I\'m not rememberin\' the last time a $r helped Zungam outta trouble.$b$bI snatched this from one of them savages when he was busy chainin\' me up. It don\'t look like much, but if anyone can determine its worth, it be my good friend, Griftah!$b$bIf ya be makin\' it outta here alive, it might be worth takin\' this to him out in Shattrath City.','Take the Tattered Voodoo Doll to Griftah in Shattrath City.','Hey now, where ya be gettin\' this?$B$BNo, no, don\'t tell me - this be comin\' from the Hex-Lord himself! It all be clear now. Strong mojo! The bearer of this relic, no matter how many disgraces he be sufferin\', be always honored by his peers. Incredible!$B$B$B$BI gots no coins right now, mon, but ya be welcome to this here...','Hey, $N! I hear ya been workin\' yer way into Budd\'s crew. Ya won\'t live to regret that move, friend, I can promise ya that.$B$BWhatcha got there, mon?','','','','','',33107,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34256,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11165,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11196,10958,3805,0,128,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'TEMP X','Lissen mon, there be sumthin\' else needs doin fer ol\' Prigmon.$b$bZungam, my good-fer-nuthin\' cousin, be stuck inside Zul\'aman. He still be alive too mon - I seen his signal flare just last night!$b$bI should be lettin\' him rot fer gettin\' me tied up in this mess, but he be owin\' me big money.$b$bDo what ya can to help him out, then leave the collectin\' to me!\n','Prigmon has tasked you with locating and assisting his cousin Zungam, somewhere within Zul\'aman.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,6),(11197,9036,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'ZZOLD Upper Deck Promo - Ghost Wolf Mount OLD','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11198,10958,15,0,2,30,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Take Down Tethyr!','Sea monster or no, we\'re not going to risk the safety of our shipping. I\'ve ordered our best marksmen to prepare for a confrontation with this Tethyr. The artillerymen have augmented the dock\'s defenses with three mortars.$B$BI\'m going to order the lighthouse\'s lamp illuminated. If Tethyr does attack, it will be your job to operate the mortars and take down the beast before it can kill all of the marksmen. I wouldn\'t stand in one place too long, though. Using the mortars is likely to draw its attention.','Major Mills at the Theramore docks wants you to defeat Tethyr.','Well done, $N! I\'ll admit, when I caught my first glimpse of that beast, I had doubts about our ability to defend the docks, but you held together the defenders brilliantly!','Make your report.','Defend Theramore Docks from Tethyr','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33228,33247,33253,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',11210,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,6),(11199,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11202,0,0,'Report to Scout Knowles','$N, now that those damnable proto-creatures have been dealt with, I\'ve another task for you.$B$BOne of my scouts has reported back some suspicious activity by the Forsaken to the south. It looks like they\'re up to no good at the vrykul village known as Halgrind.$B$BI want you to personally take over the investigation down there. Speak with Scout Knowles to find out what he\'s uncovered and proceed from there.$B$BHis last reported position is at the Ember Spear Tower, just to the west of Halgrind.','Captain Adams has asked you to report to Scout Knowles at the Ember Spear Tower.','Oh good, help, and just in time!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11188,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(11200,10958,15,0,8,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'More than Coincidence','We\'ve gleaned as much as we can from the ruins of the inn. I\'m concerned about where the investigation will lead us from here, but we must know the truth.$B$BBetween the hoofprints and the shield with Mosarn\'s mark, I\'m lead to believe that the Grimtotems may have been involved. They\'ve recently established a settlement in the swamp, Blackhoof Village to the northeast. Travel to Blackhoof Village and search for more arms of Mosarn\'s manufacture.','Krog at Brackenwall Village wants you to bring him 7 Blackhoof Armaments.','$B$BThis is unmistakably the work of Mosarn. Questioning him further may draw too much attention, but we have a bit more freedom in dealing with the Grimtotems.','What did your search of Blackhoof Village reveal?','','','','','',33071,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33272,33268,33264,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',11204,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11201,10958,15,0,8,30,38,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Grimtotem Plot','With the activities of the Grimtotems in Thousand Needles brought to light, many tauren now regard them with suspicion. We\'ve seen high-ranking Grimtotems engage in murder and kidnapping to advance their interests and I fear we may become their next target.$B$BBlackhoof Village, to the northeast, near Bluefen, is a large new Grimtotem settlement. Their leaders, the elders, will all have orders from Thunder Bluff. See if you can capture the orders and piece them together to learn the Grimtotems\' plans.','Bring the Grimtotem Battle Plan to Krog at Brackenwall Village.','$B$BThere\'s no doubt in my mind that the Grimtotems are moving against the humans. What I don\'t understand is what their intentions are toward us. The actions of the Grimtotems have caused tension within the Horde in the past, but the Warchief has always diffused it.','Were you able to find any trace of the orders?','','','','','',33051,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',11204,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11202,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11327,33164,1,'Mission: Eternal Flame','The Forsaken are up to no good and from what I can tell, those plague tanks of sludge are a big part of it.$B$BIf I may suggest, $g sir : ma\'am;, we should probably destroy them before they can get any more use out of the things. I took the liberty of preparing a bundle of torches from the Ember Clutch. These things have been burning for days!$B$BHere, I\'m sure you can put them to better use than I in destroying those tanks.','Scout Knowles at the Ember Spear Tower has recommended that you use the Ever-burning Torches to destroy the four Plague Tanks surrounding Halgrind.','Nice!$B$BBut what\'s this about the stuff you found inside those tanks? Are you saying that the Forsaken are spraying a plague upon the vrykul down there?','It\'s hard to tell from all the way over here exactly what\'s happening down there. Did you manage to put those plague tanks to the torch?','','Southwest Plague Tank Destroyed','Northwest Plague Tank Destroyed','Northeast Plague Tank Destroyed','Southeast Plague Tank Destroyed',0,0,0,0,0,0,0,0,0,0,0,0,23921,23922,23923,23924,1,1,1,1,0,0,0,0,0,0,0,0,35889,35888,35890,35891,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11199,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,0,0,0,5),(11203,10958,15,0,8,30,37,0,690,0,0,0,0,0,0,0,0,11205,0,0,'Seek Out Tabetha','The arms you captured in Blackhoof Village have not seen any combat beyond mere training exercises, which means the Grimtotems who destroyed the Shady Rest are still at large.$B$BTo the south, in the heart of the Quagmire, lives the witch Tabetha. Though she is a human, she has dealt honorably with us and trained some of our mages.$B$BAsk her for assistance in tracking down the band of Grimtotem responsible for burning the inn. The Alliance must not be allowed to think we were complicit in the attack.','Speak with Tabetha at her farm in the Quagmire.','$B$BKrog wishes me to scry for the Grimtotems, eh? Well, I have no need of magic in this case.$B$BIt seems we have a mutual enemy. The Grimtotems have built an outpost nearby and are a constant thorn in the side of me and my students.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',11201,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11204,10958,15,0,8,30,38,0,690,0,0,0,0,0,0,0,0,0,0,0,'Return to Krog','I hope I\'ve been helpful to you and I\'m sorry I can\'t offer more information. My apprentices and I produce such a large volume of arms and armor that it\'s almost impossible to recall details about any individual piece.$B$BNot only do we outfit the braves defending tauren lands, but the Grimtotems have a particular fondness for my work. A seasoned warrior knows good work when he sees it.','Speak with Krog at Brackenwall Village.','He actually said that the Grimtotems are his biggest customers? Mosarn gave us more help than he knows. With this much pointing toward the Grimtotems, I think we just found our first suspects.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33267,33259,33270,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',1273,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11205,10958,15,0,0,30,39,0,690,0,0,0,0,0,0,0,0,11206,33072,1,'Raze Direhorn Post!','There\'s no scrying necessary to see the trouble my new \"neighbors\" are creating. And if this is the band that burnt down the Shady Rest Inn, as you claim, there\'s no reason to tolerate their presence any longer.$B$BTake this torch and raze their camp to the ground! You\'ll find Direhorn just to the north of my farm. You can\'t miss it, really, as the Grimtotems have done a splendid job of announcing their presence with those totems they favor.','Burn the North Tent, East Tent, and the Northeast Tent at Direhorn Post, then return to Tabetha at her farm.','The Grimtotems should have no trouble understanding our latest message.$B$BAs for you, your contact at Brackenwall Village will want to know of your success. I know the destruction of the Shady Rest Inn could be a source of tensions between the Horde and Alliance. If I encounter any investigators from Theramore, I will gladly tell them the Grimtotems acted on their own.','Have you put that torch to good use?','','North Tent Burned','Northeast Tent Burned','East Tent Burned','',0,0,0,33072,0,0,0,0,0,1,0,0,23751,23752,23753,0,1,1,1,0,42356,42356,42356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',11203,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11206,10958,15,0,8,30,39,0,690,0,0,0,0,0,0,0,0,0,0,0,'Justice Dispensed','I doubt the Grimtotems will give up their campaign to drive humans from the marsh. At least we have dealt with the perpetrators of the crimes at the Shady Rest Inn.$B$BI\'m sure the investigator who sent you doesn\'t need to be told this, but the Horde can no longer afford not to rein in the Grimtotems. There will be a day when their actions will put the Horde in a regrettable position.$B$BNeither Lady Jaina nor Warchief Thrall desire another war, but are they willing to do what\'s necessary to avoid it?','Return to Krog at Brackenwall Village.','$B$BI\'m impressed, $N. I would\'ve thought that the Grimtotem criminals would\'ve been more difficult to locate. $B$BTabetha\'s warnings have not fallen on deaf ears, but it is not my place to chastise the Grimtotems. I will, of course, mention it in my report to the Warchief. Do not speak of it to anyone until Thrall has dealt with the Grimtotems. You have done well in solving the mystery of the Shady Rest and sparing us from the suspicion of Theramore. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33230,33243,33251,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',11205,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,6),(11207,10958,15,0,8,35,39,0,0,0,0,0,0,0,0,0,0,11208,0,0,'Secure the Cargo!','This zeppelin was carrying six months\' worth of supplies to us at Mudsprocket! Sure, they\'ve been able to barter for some of what they need, but they won\'t hold out forever.$B$BI\'ve been sent out here to recover what I can of the cargo, but the wreckage is scattered all over the marsh in this area. I\'m sure a lot of the cargo didn\'t survive the crash, but are you willing to help me recover what we can?','Moxie Steelgrille at Beezil\'s Wreck wants you to recover 8 pieces of Zeppelin Cargo.','Wow! You certainly found a lot more than I expected would be out there. I\'m not sure how much Drazzit thought we were going to find out here, but he\'s going to have to be happy with this for now.','$B$BDid the cargo survive? Did you find any of it?','','','','','',33163,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11208,10958,15,0,0,35,39,0,0,0,0,0,0,0,0,0,0,0,33163,1,'Delivery for Drazzit','Drazzit will expect to hear something from me soon, but I don\'t think the site is secure enough for me to leave. If you have time, would you be willing to take some of the salvaged cargo down to him at Mudsprocket?$B$BIf you haven\'t been there yet, it\'s a small settlement to the southwest of here, beyond the Stonemaul Ruins. You can take the road there from Tabetha\'s Farm, too. When you get to Mudsprocket, the guy you\'re looking for is Drazzit Dripvalve.','Take the Zeppelin Cargo to Drazzit Dripvalve at Mudsprocket.','$B$BI\'m so hungry, I could eat a dragon! Thank goodness Moxie finally got some of that cargo down here. We\'ve been reduced to playing dice against the ogre for whatever he\'s managed to kill on his hunting trips!','Yes?','','','','','',33163,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',11207,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11209,10958,15,0,0,30,37,0,1101,0,0,0,0,0,0,0,0,11210,33166,1,'Nat\'s Bargain','So you found a copy of Dastardly Denizens of the Deep, did you? Well, I can tell you from experience, it\'s all true. I\'ve even seen a few of \'em with my own eyes.$B$BBut you want to know about Tethyr. I said I\'d make you a deal, so here\'s what I want you to do. I\'m working on a new line of baits, but I haven\'t tested this one yet.$B$BJust take this paste -- yeah, it smells a little foul -- smear it on yourself, and swim over to that wrecked ship to the southwest. If you survive, let me know how it works!','Nat Pagle at Nat\'s Landing wants you to test his new fish bait.','Not bad at all, but you know, I think I\'d get a bath in as soon as possible, if I was you.$B$BNow, about your sea monster...$B$BHelp yourself to a brew or two in the meantime.','Remember, the deal is \"don\'t come back until something bites you.\"','','Fish Paste Tested','','','',0,33166,0,0,0,0,0,1,0,0,0,0,23928,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19221,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',11194,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,5),(11210,10958,15,0,8,30,37,0,1101,0,0,0,0,0,0,0,0,11198,0,0,'Oh, It\'s Real','Yes, Tethyr is certainly real, and he lives in the waters off Theramore.$B$BHas a thing for bright lights. He\'s the reason they shut down the lighthouse in the first place, you know...$B$BAnd if you light it up again, he\'ll come right back. But no one in their right mind would do that.$B$BSo that must be your plan! It\'s been good sharing a drink with you, but don\'t blame ol\' Nat if Tethyr REALLY turns you into fish bait. If you\'re going to do this, make sure you consult Major Mills at the Theramore docks.','Speak with Major Mills at the docks in Theramore.','$B$BWell, it sounds like we\'ve got our work cut out for us. I\'ll make the preparations.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',11209,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11211,10958,15,0,8,38,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help for Mudsprocket','When that goblin... what\'s her name... Boxie, Foxy... Moxie, that\'s it! Anyway, when she came through here on her way to the zeppelin wreck, she said the town of Mudsprocket was having some problems.$B$BThat crashed zeppelin was bringing them fresh supplies. If you follow the road south from here, past the Stonemaul Ruins, you\'ll eventually come to Mudsprocket.$B$BWhy don\'t you check in with Drazzit Dripvalve down there and see if there\'s anything you can do to help?','Speak with Drazzit Dripvalve at Mudsprocket.','It\'s good of Tabetha to send you down here. I\'d prevail upon her for some food until the wreckage from the zeppelin is taken care of, but I know she\'s got none to spare at the moment. If you\'re feeling adventurous, I\'ve posted a bounty for the death of a particularly nasty raptor.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11212,10958,15,0,8,37,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Tabetha\'s Farm','Deep in the heart of the swamp lives an old woman named Tabetha. We\'ve never really known much about her, save that she\'s a good deal older than she appears. She\'s helped us from time to time and helped keep the peace here between the Horde and our forces.$B$BShe used to keep in regular contact, but we haven\'t received one lately.$B$BCould you check in with her when you have time? Just follow the road beyond North Point Tower, where it turns south and into the Quagmire. You can see her farm from the road.','Speak with Tabetha at her farm in the Quagmire.','It\'s good of Theramore to send someone. Your guard friend\'s suspicions were correct. We\'ve got some new neighbors, and they aren\'t the kind you\'d bring a casserole.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11213,10958,15,0,8,37,37,0,690,0,0,0,0,0,0,0,0,0,0,0,'Check Up on Tabetha','A human woman named Tabetha lives on a small farm near the middle of the marsh. Ordinarily, I wouldn\'t associate with a human, but her help has proven useful at times.$B$BUnfortunately, she\'s been out of touch for quite some time now and I\'m looking for someone to travel down to her farm to see if everything\'s all right.$B$BIf you follow the road south out of the village, then into the swamp\'s interior, you\'ll find her farm near the middle of the Quagmire.','Speak to Tabetha at her farm in the Quagmire.','It\'s fortunate Nazeer thought to send someone. We\'ve got some new neighbors and they\'ve been nothing but pests since they set up camp.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11214,10958,15,0,8,39,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mission to Mudsprocket','The Steamwheedle Cartel has recently established a new outpost in the southern part of Dustwallow Marsh. It\'s called Mudsprocket, if I recall, and it\'s located on the main road south out of Tabetha\'s Farm and the Stonemaul Ruins.$B$BThis is an excellent opportunity for us to establish new trade contacts and Lady Jaina wants me to send a representative down there to establish contact. Would you be willing to go?','Speak with Drazzit Dripvalve at Mudsprocket.','So Theramore is interested in doing business? Well, that\'s not an offer I\'d turn down. Supplies are pretty scarce here right now, so we need all the business contacts we can get!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11215,10958,15,0,8,39,39,0,690,0,0,0,0,0,0,0,0,0,0,0,'Help Mudsprocket','The Steamwheedle Cartel\'s new outpost in the southern part of the marsh isn\'t faring so well. The zeppelin carrying supplies to Mudsprocket crashed, leaving them without vital tools, food, and medical supplies.$B$BFollow the road down south and into the marsh\'s interior. You\'ll pass by Tabetha\'s Farm and the Stonemaul Ruins before the road brings you to Mudsprocket. Offer any help you can provide to the town\'s leadership.','Speak with Drazzit Dripvalve at Mudsprocket.','I won\'t turn down any help! We\'re in the process of setting up here and trying to make the most of what we\'ve got, until those supplies from the zeppelin arrive.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,1),(11216,10958,2562,0,136,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Archmage Alturus','I was sent here by my mentor to look for assistance, but unfortunately I\'m not allowed outside of Lower City and the individuals that frequent this establishment tend to be less than helpful.$B$BYou do seem different, more like the adventurous type. If you\'re interested in aiding our cause, speak to Archmage Alturus outside of Medivh\'s old dwelling, Karazhan.$B$BIn the meantime, I\'m going to see about gaining access to the rest of the city. One of our old associates is rumored to be here.','Speak to Archmage Alturus outside of Karazhan in Deadwind Pass.','I thank you for taking the time to come to our aid. We\'ve important work ahead of us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11217,10958,15,0,8,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Catch a Dragon by the Tail','With the zeppelin crash delaying supplies, we\'ve run out of medicines and bandages.$B$BWe\'re making use of what we can, but between all the insects, the injuries, and the enemies we\'re encountering here, I can barely keep up! I\'ve found one herb that seems to help heal wounds and dull pain, but it, too, is in short supply.$B$BIt\'s called wyrmtail, and it\'s abundant in the Dragonmurk and Wyrmbog areas east of town. The plants themselves are made of coiled stalks, and seem to pulsate when you look at them.','Gizzix Grimegurgle at Mudsprocket wants you to bring him 8 Wyrmtail stalks.','Thank you! This will help keep our guys going out in the field until Moxie returns with the rest of the supplies from the zeppelin crash.','Did you find any of the wyrmtail?','','','','','',33175,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33235,33271,33241,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,250,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,5),(11218,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11240,33190,1,'Danger! Explosives!','$N, the captain\'s tasked me with a mission. I\'d like you to help.$B$BA bunch of my fellow Explorers\' League people went nuts digging up stuff in the Whisper Gulch just to the north. They\'re attacking anyone trying to get in!$B$BThe captain is only concerned with the ore for the keep. Lucky for us, I have just the thing to do the trick.$B$BGet in there, blow up the ore, and bring it back along with any gems you find. Running this place isn\'t cheap you know!$B$BI gotta warn you though, that ore is strange!','Use Steelring\'s Foolproof Dynamite to collect 6 Whisper Gulch Ore Fragments and 18 Whisper Gulch Gems. Then return them to Sapper Steelring at Westguard Keep.','The ore gave you a strange feeling? Maybe we wnon\'t use that stuff after all.$B$B$B$BThose gems look really nice! I wonder what I can get for them? Of course, there are always repairs, and new stuff to be made.$B$BYou know, I\'ve really found working with you to be profitable. Take this... it\'s the least that I can do!','Construction on this place seems to be a never-ending task. I just hope that you\'re able to get us what we need to continue.','','','','','',33188,33187,0,0,0,0,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11188,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,3,6,4,1,0,0,2000,0,0,1,0,0,5),(11219,10958,0,22,4106,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Stop the Fires!','The Horde\'s children need you, $n. The Headless Horseman, once a human paladin and now an insane fiend, has set fire to our village! You must put out those fires!$B$BGrab a bucket and throw it onto the blaze, or toss it to an ally who is closer to the flames. Extinguish all the fires and thwart the Headless Horseman!','The Masked Orphan Matron wants you to help put out all the village fires. When they are out, speak again to the Masked Orphan Matron in town.','The fires are out! You and your fire brigade were victorious! Hah!$B$BThe Headless Horseman\'s attack has failed, but until he and his head are destroyed together, He will return.$B$BUntil then, however, let\'s take comfort in the safety you brought our children. I am honored to have watched your brave work today.','The Horde\'s children need you! Do not abandon them!','Put Out the Fires','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,34068,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11220,11685,0,22,8,75,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Headless Horseman','Until the head of the Headless Horseman is destroyed, his rampage will not end.$B$BThe Horseman rests within the Forlorn Cloister of the Scarlet Monastery, in Tirisfal Glades. Go to his pumpkin shrine and speak these words:$B$B Horseman, rise$B Your time is nigh$B You felt death once$B Now, know demise!$B$BThis will rouse the fiend. Destroy the head of the Horseman and he will plague us no longer.','Find the Headless Horseman\'s Pumpkin Shrine.','The origin of this shrine is unknown, but there is no doubt to whom it pays homage...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'11135',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11221,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11229,0,0,'Reports from the Field','Our mission in Northrend is to destroy Arthas. The Alliance are but an obstacle that we\'ll crush wherever we find them.$B$BWe\'ve managed to destroy their easternmost fleet; but the survivors have barricaded themselves on the Derelict Strand, south of here.$B$BOur forces should\'ve overwhelmed their make-shift defenses long ago, but we underestimated their will to live. Seek my officers in the field, Dark Ranger Lyana and Deathstalker Razael and get them to report on the situation.','Speak to Dark Ranger Lyana and Deathstalker Razael in the battlefield at the Bleeding Vale south of Vengeance Landing. Return to High Executor Anselm when you\'ve completed this task.','Cannons are holding us back? I\'ll show them cannons.','Are you back with your report, $n?','','Listen to Razael\'s Report','Listen to Lyana\'s Report','','',0,0,0,0,0,0,0,0,0,0,0,0,23998,23778,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11270,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11222,10958,15,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,11223,0,0,'Proof of Treachery','Although Onyxia has been exposed and removed from the court, the Defias who carried out her plan must be punished. Carry word to King Varian Wrynn in Stormwind castle that the Defias are the ones who carried out his kidnapping. I have little doubt that the king will mete out swift and terrible justice to those involved.$B$BI can use my magic to expedite your trip to Stormwind. Just speak to me when you\'re prepared to go, $N.','Speak to King Varian Wrynn in Stormwind Keep.','$B$BAre you certain? This is a very serious charge...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',11142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11223,10958,15,0,8,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Return to Jaina','I must make plans to destroy the remnants of the Defias. Please convey my thanks to Lady Jaina, back in Theramore. She has ever been a loyal friend and steadfast ally.$B$BGo to the Mage Quarter at the western end of the city and speak with Archmage Malin at the foot of the tower there. He will speed your return to Theramore.','Speak to Lady Jaina Proudmoore in Theramore.','That is excellent news, $N! I was worried the highlord might question the veracity of our information, but I see now my concern was misplaced.$B$BYou are to be well rewarded for your efforts on behalf of Theramore and the Alliance.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33269,33252,33250,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',11222,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,6),(11224,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Send Them Packing','I\'ve heard rumors of bad happenings in the Whisper Gulch to the north. Most of the Explorers\' League went down into that place, and some say they went mad with what they discovered.$B$BThat doesn\'t change the fact that they took most of our mules and equipment with them, though. I won\'t lose those mules!$B$BIf you find yourself in there, and happen across any of my mules, just get up close on them and threaten them with a raised hand. They\'ll spook and come home for sure.','Explorer Abigail has asked you to /raise your hand at 10 Abandoned Pack Mules and then return to her at Westguard Keep.','I\'m indebted to you, $c. At least with most of the mules and equipment recovered, we can hope to rebuild our numbers soon.$B$BPlease, take this.','This is quite a blow to our efforts. I don\'t even want to know what they discovered down there.$B$BIt\'s enough to keep me awake at night just trying to imagine what it could be.','','Abandoned Pack Mule Sent Packing','','','',0,0,0,0,0,0,0,0,0,0,0,0,23977,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11188,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,5,389,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11225,10958,15,0,8,32,36,0,690,0,0,0,0,0,0,0,0,1218,0,0,'The Hermit of Witch Hill','The marsh seems to have a strange effect on humans. Some grow mad simply by living here.$B$BAnyone who has ever settled at Swamplight Manor has gone mad in a spectacular way. The latest owner, one \"Swamp Eye\" Jarl, is already showing signs.$B$BI don\'t completely understand what\'s happening there, you\'d have my thanks for looking into it.$B$BThe manor is at the eastern edge of the swamp. Trek east across Bluefen and past North Point Tower. The manor is in a haunted patch of land called Witch Hill.','Speak with \"Swamp Eye\" Jarl at Swamplight Manor.','Have you come here to spy on me? No?$B$BPerhaps you have an appreciation for fine cuisine, then? Good, you can help!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11226,9036,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Upper Deck Promo - Spectral Tiger Mount','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11227,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11253,33221,1,'Let Them Eat Crow','The high executor wants me to use my dogs to sniff out enemy scouts, but I can tell you right now these plaguehounds aren\'t going anywhere until they\'re properly fed.$B$BIf our military doesn\'t understand that these beasts are picky enough to not eat the rubbish they\'ve given me, then they can\'t expect them to be of any use in the field.$B$BYou seem to have some time on your hands, why don\'t you take one of these dogs out hunting for crows out west? Their meat isn\'t very tasty to us, but my boys love it!','Pontius, the kennel keeper at Vengeance Landing, wants you to use the Plaguehound Cage to summon a Hungry Plaguehound and feed it Crow Meat from Fjord Crows west of Vengeance Landing.','Did you hunt down some crows, $gboy:girl;? Good $gboy:girl;, good $gboy:girl;!$b$bAh, these hounds remind me of my days raising purebreds in Tirisfal... those were good times!','Did you feed this little rascal here yet?','','Plaguehound Fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,5,0,0,0,42788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,43511,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11228,10958,495,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,11243,0,0,'Hell Has Frozen Over...','Fordragon\'s got another thing coming if he thinks the group of green-gilled scrubs he sent to defend this port can hold out much longer.$B$B$B$BYou, however, might fare a bit better.$B$BThe importance of holding this port cannot be stated enough; and with those monsters flying overhead, the situation around here has gone from bad to worse.$B$BReport to Vice Admiral Keller just northwest of here and let him know that you\'re all out of bubble gum.','Speak with Vice Admiral Keller at Valgarde Port.','The dwarf speaks the truth. We can\'t afford to lose this port. It\'s one of two safe harbors that the Alliance has on this chunk of frozen hell - the other being a few hundred miles west of here on the coast of the Borean Tundra.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,274,25,273,0,1000,1000,1000,4,1,1,1,274,0,0,0,0,0,0,0,1),(11229,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11230,0,0,'The Windrunner Fleet','We have the Windrunner, the Queen\'s Reprisal and the Oblivion stationed just east of the Derelict Strand. Send orders to the fleet\'s commander, Captain Harker, that they\'re to destroy the Alliance\'s cannons.$B$BSpeak to our bat handler, Camille, and ask for passage to the fleet\'s location. Be quick, $N, every minute we spend fighting the Alliance is a minute we could\'ve spent fighting Arthas.','Speak to Bat Handler Camille at Vengeance Landing and obtain passage to the Windrunner. Report to Captain Harker aboard the ship.','I hope you\'re ready to fight, $n. The Queen\'s fleet needs you!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11221,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11230,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11232,0,0,'Ambushed!','This should have been a walk in the park. Their forces are hungry, injured and ill equipped. Yet somehow, we walked right into their trap.$B$BWe approached these reefs from the south to gain cover and were immediately boarded by the Alliance dogs.$B$BI\'m sorry to say, if you want our cannons to fire at anything, you\'re going to have to help us take our ships back.','Captain Harker aboard the Windrunner wants you to kill 15 North Fleet Marines.','Nice work paring those mongrels down to size. My men will be able to clean up the rest.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23983,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,35815,35814,35817,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,150,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11229,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11231,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11239,0,0,'Of Keys and Cages','The captain may not care, but from the little we know, the vrykul are conducting heinous rites in some sort of \'awakening\' ritual up north in Gjalerbron.$B$BThey\'re using living sacrifices to fuel their unholy rituals!$B$B$C, you must put a stop to this! It matters not who or what is in those cages, they must be freed. I\'d bet that the vrykul hold the keys.$B$BThe Light knows the last thing we need is more of those strange vrykul walking about, or worse yet, them wakening something even more evil!','Father Levariol has asked you to collect enough Gjalerbron Cage Keys to free 10 Gjalerbron Prisoners. Return to him at Westguard Keep when you manage to do so.','Bless you child! With your help, the Light shines even in the darkest of places.$B$BPlease, take this as just compensation for your good deeds. I shall see to the salvation of those you freed; at least, those truly within the Light, and the Alliance, who returned here to the keep.','With the prisoners at Gjalerbron freed, the vrykul will be unable to continue their unholy rites.$B$BYou\'re our only hope of stopping them.','','Gjalerbron Prisoner Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,24035,0,0,0,10,0,0,0,42822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,3,2,1,1,0,0,0,0,0,0,0,0,5),(11232,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11233,33335,1,'Guide Our Sights','We should be able to kill our way back to our guns. Unfortunately, visibility is less than desirable so you will have to mark our targets from the ground.$B$BTake these smoke flares with you and use them to mark the locations of the cannons along the northern wall in the Derelict Strand, west of here, where the Alliance are holding out.$B$BLet Lyana know as soon as the way is clear for the ground troops. We can take care of ourselves over here.','Use the Smoke Flares at the location of the Alliance Cannons on the northern wall of the Derelict Strand. Report to Dark Ranger Lyana at the Bleeding Vale after you\'ve completed this task.','Excellent. I will signal our ground troops to make their move.','The cannons, $n. Is someone going to take care of them?','','Eastern Cannon Marked','Western Cannon Marked','','',0,0,0,0,0,0,0,0,0,0,0,0,23957,23972,0,0,1,1,0,0,43076,43076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11230,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11233,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11234,0,0,'Landing the Killing Blow','You\'ve proven yourself in the field of battle, $N. You might very well have changed the tides in our favor.$B$BI\'ve an important assignment for you now. I\'m not sure how much longer the weakness we\'ve exposed is going to last, so we must use the element of surprise to our advantage.$B$BI want you to use the confusion created by our attack and go behind enemy lines to assassinate their leaders. In order of rank, they are: Captain Olster, Lieutenant Celeyne and Sergeant Lorric. Good luck, $c.','Dark Ranger Lyana south of the Vengeance Landing wants you to kill Captain Olster, Lieutenant Celeyne, and Sergeant Lorric at the Derelict Strand.','This marks undisputable victory for our forces. Anselm will be most glad to hear about this.','Are the Alliance leaders dead, $N? Do not return until they are.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23962,23964,23963,0,1,1,1,0,0,0,0,0,0,0,0,0,35807,35808,35812,35809,35811,35810,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11232,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11234,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Report to Anselm','Let\'s send word back to old Anselm then. Victory has come later than expected, but better late than never. Tell him it will take our forces a few hours at most to finish off the stragglers here.$B$BGlory to the Banshee Queen!','Report back to High Executor Anselm at Vengeance Landing in Howling Fjord.','It was about time. The Alliance has been a thorn in our side for a long time now.$b$bThere\'s no time to celebrate, however. Look to the west, it appears we have visitors.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11233,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11235,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11236,0,0,'Dealing With Gjalerbron','And now we have a different problem. My scouts that have lived to return have informed me that the vrykul are up to no good at their main fortress to the north.$B$BThey call the place Gjalerbron, though you\'d pronounce the \'Gj\' as if it were an \'Sh\'. Odd creatures.$B$BBut that\'s not important; what is, is that you get up there and put an end to the lives of as many of those creatures as you can while trying to figure out what they\'re up to.$B$BI know that I can count on you, $N.','Captain Adams has asked you to kill 15 Gjalerbron Warriors, 8 Gjalerbron Rune-casters, and 8 Gjalerbron Sleep-watchers. Afterward, return to him at Westguard Keep.','Good work, $N, and good riddance.$B$BBut, what you say about that place troubles me still, and I think our culling is not quite at an end!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23991,23990,23989,0,15,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11236,10958,495,0,136,68,72,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Necro Overlord Mezhen','The Scourge are at Gjalerbron and they have necromancers with them! They must be working to bring the vrykul into Arthas\' fold.$B$BI want the leader of these necrolords eliminated!$B$BDo whatever it takes, $N, but see to it that Necro Overlord Mezhen, and whatever he\'s attempting to accomplish, is neutralized.$B$BI will not see the vrykul successfully allied with the Scourge!$B$BLook for Mezhen on the platform in the rear right section of Gjalerbron.','Kill Necro Overlord Mezhen. Then, return to Captain Adams at Westguard Keep.','$B$BWell, that should take some of the pressure off of us.$B$B$N, time and again you have proven yourself invaluable to Westguard Keep and the Alliance at large. Pick something from the treasury, $g boy : girl;! It\'s the least we can do!','Are you sure that you killed Mezhen and his necrolords, $c?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24018,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35938,35878,35879,35877,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11235,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,25,5,0,0,0,0,0,2,1,2,0,0,1000,0,0,0,0,0,0,6),(11237,10958,495,0,128,68,72,0,1101,0,0,0,0,0,0,0,0,11238,33289,1,'Gjalerbron Attack Plans','These plans detail an imminent attack upon Westguard Keep. It would appear that the frost wyrm, Glacion, who circles overhead is to be used for the offensive.$B$BSurely Mage-Lieutenant Malister would be of some assistance in this matter. Deliver the plans to him at the keep to the south.','Deliver the Gjalerbron Attack Plans to Mage-Lieutenant Malister at Westguard Keep.','$N, we can\'t let this come to pass!','What?! Plans for an attack upon the keep?$B$BA FROST WYRM?!!!','','','','','',33289,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,5,0,0,5),(11238,10958,495,0,136,68,72,1,1101,0,0,0,0,0,0,0,0,0,0,0,'The Frost Wyrm and its Master','You were right to bring this to me, $N. You must take help back north with you to Gjalerbron and slay that wyrm and its master, Wyrmcaller Vile!$B$BEven now, as we speak here, the frost wyrm may be on its way.$B$BHowever, if I\'m reading these plans correctly, blowing the wyrmcaller\'s horn on his platform, outside in the rear left area of Gjalerbron, will call Glacion back. When the creature lands, destroy it!$B$BAnd $N, please bring me the horn. We wouldn\'t want it falling back into the wrong hands.','Slay Wyrmcaller Vile and use the Wyrmcaller\'s Horn to call down and slay Glacion. Then, return with the horn to Mage-Lieutenant Malister at Westguard Keep.','Wow, that horn is cold!$B$BOnce again you\'ve saved Westguard Keep from certain doom. What a curious $g man : woman; you are, $N. If only there were more of you.$B$BWell, this certainly calls for a reward. Which do you prefer?','Is the attack averted? Are the frost wyrm and its master destroyed?$B$BDid you retrieve the horn?','','','','','',0,0,33282,0,0,0,0,0,1,0,0,0,24029,24019,0,0,1,1,0,0,0,0,0,0,0,0,0,0,35880,35882,35883,35881,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11237,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,25,1,0,0,0,0,0,2,5,6,0,0,0,0,0,0,6,6,0,6),(11239,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'In Service to the Light','Your service has been exemplary, $N, but there is something that is troubling me: the Scourge.$B$BThe Light cannot abide their presence, and neither shall we. I hope that it is not asking you too much, but I would have you return north to Gjalerbron and crush the unholy Scourge in that vile lair! Be sure to check for them in the Waking Halls beneath Gjalerbron as well.$B$BPurification is the key to salvation, my child. Make us proud!','Slay 10 Deathless Watchers, 4 Fearsome Horrors, and 2 Putrid Wights. Afterward, inform Father Levariol at Westguard Keep of your success.','$B$BBless you, $N, you have answered my prayers. Stand proudly in the Light, chin held high with the knowledge that your actions were most holy!$B$BI\'m certain that the church\'s coffers can yield up something of use to you.','The Holy Light moves through your actions and in all things.$B$BNo creature, no place, no matter how wicked, can escape its wrath!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24013,24073,23992,0,10,4,2,0,0,0,0,0,0,0,0,0,35884,35887,35885,35886,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11231,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,5,1,0,0,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,5),(11240,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Leader of the Deranged','So, I hate to say it, pal, but while you were out, the captain took a keener interest in that place.$B$BLooks like he wants my old Explorers\' League boss in there dead. My guess would be that we\'re gearing up for an offensive to clear out the rest of them, and the captain wants their head lopped off, as it were.$B$BDo me a favor? Head back into Whisper Gulch and put an end to Squeeg Idolhunter. From what I remember, my guess would be that he\'s in the cave in the northwest corner.','Slay Squeeg Idolhunter and then report back to Sapper Steelring at Westguard Keep.','$B$BThe captain will be pleased to hear of your success.$B$BYou know, since you\'ve been such a good sport in dealing with this Whisper Gulch business, why don\'t you take your pick of one of these?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24048,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35917,35919,35920,35918,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11218,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,4,6,0,0,0,0,0,0,0,0,0,5),(11241,10958,495,0,130,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Trail of Fire','Thanks for bailing me out of this mess, $N. I was not looking forward to what these Alliance scumbags had in store for me.$B$BLet\'s get out of here and see if we can get back at them somehow. Is that a campfire over there?','Escort Apothecary Hanes out of the Derelict Strand. Report to Apothecary Lysander at Vengeance Landing in Howling Fjord when you\'ve completed this task.','Apothecary Hanes is alive? You burned the Alliance supplies to the ground? He must\'ve gotten a real kick out of that.$b$bAt any rate, the Royal Apothecary Society is in your debt, $n. We thank you from the bottom of our black, black hearts.','','Rescue Apothecary Hanes','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35829,35827,35830,35826,35823,35824,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11242,10958,0,22,0,60,-1,0,0,0,0,0,0,0,0,0,0,0,33277,1,'Free at Last!','Rage was my prison, $N, and you have freed me. Though I thought I did right, my soul now weeps for the terror and the death I have caused the good people of Azeroth.$B$BThank you for leading me back to the Light. May I never again lose my way.$B$BTake this torn prayer book to an orphan matron, so the children may know that I will haunt them no more.','Take the Tome of Thomas Thomson to the Costumed Orphan Matron in Goldshire, Kharanos or Azure Watch.','What is this? The tome of Thomas Thomson? But that is the name of the Horseman before he was cursed! Does this mean that he is finally free? Does this mean he will no longer torment the good people of Azeroth?$B$BWhat a joyous day! $N, your feat will live long with us. The children, and their children, will sing your name!','You have something for me, good $N?','','','','','',33277,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,5,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,6),(11243,10958,495,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,11244,0,0,'If Valgarde Falls...','If Valgarde falls, our primary supply line into Northrend will cease to exist. From there it\'ll only be a matter of time before we\'re all servants of the Lich King. Now I don\'t know about you, but I\'ve got a wife and three kids back in Elwynn and I\'ll be damned if I\'ll go down without a fight.$B$BThe situation here is critical and we can use all the manpower you\'re able to muster. Get to the front gate and help the guards defend the city against the invading monsters!','Vice Admiral Keller at Valgarde Port in the Howling Fjord wants you to slay 12 Dragonflayer Invaders or Dragonflayer Worgs.\n','You gave our defenders the extra support they needed, $n. Morale is higher than ever now, thanks to you. I think they\'ll be able to handle the remaining onslaught on their own. I\'ve got bigger plans for you...','The fate of the world may very well rest with us.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24051,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11228,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,4,1,0,0,0,0,0,0,0,0,0,5),(11244,10958,495,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,11255,0,0,'Rescuing the Rescuers','We\'d been here for a month when those malformed giants appeared out of thin air. We were ill-prepared for any sort of attack and paid dearly for our complacency. An entire archaeology team was lost and several townsfolk were abducted and taken to the ruins. We\'ve been on the defensive ever since.$B$BTo make matters worse, the scouts we sent to rescue our people have been harpooned by the vrykul and left for dead in the forest directly north of Valgarde. Dislodge those harpoons and free our scouts!\n','Vice Admiral Keller at Valgarde Port in the Howling Fjord wants you to rescue 8 Valgarde Scouts that have been impaled and left for dead.','What the vrykul did to our scouts was a gruesome display of savagery. It was a scare tactic, meant to weaken our resolve... to send us running in fear for our lives.$b$bIt failed.$b$bWe are going to show those monsters what it means to wage war against the Alliance!','Find those scouts!','','Valgarde Scout Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,-186565,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,35809,35811,35810,35807,35808,35812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11243,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,4,1,1,1,15,0,0,0,0,0,0,0,5),(11245,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,33323,1,'Towers of Certain Doom','$G Sir : Ma\'am;, as we move through Skorn, we have to bring down those towers!$B$BIf you have a look at them, you\'ll notice that their tops are lined with casters. Getting too close to them would mean certain doom for us!$B$BHowever, we do have it within our means to call in cannon volleys from Westguard Keep. To do so, we need to get close enough so that you can lob a smoke flare atop of them.$B$BJust don\'t get too close!','The Westguard Sergeant has informed you that using the Sergeant\'s Flare to target all four of the towers at Skorn for cannon volleys would be advisable.','Excellent targeting, $g sir : ma\'am;! I\'ll have to remember to buy a round for the cannoneers back at the keep.','Getting too close to those towers is certain death as long as those casters are up there.','','Northwest Tower Targeted','East Tower Targeted','Southwest Tower Targeted','Southeast Tower Targeted',0,0,0,0,0,0,0,0,0,0,0,0,24087,24092,24093,24094,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11248,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,66,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11246,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,33310,1,'Gruesome, But Necessary','We\'ve had reports that these vrykul can rise from the dead; not unlike the Scourge, but a different kind of undeath.$B$BLet\'s not take any chances.$B$BHere, take my machete. As we move through this place, you\'ll need to carve up the remains of the vrykul that we take down. I\'d do it, but I have a sensitive stomach.$B$B$B$BI spent all morning sharpening it, so it should do the job.','The Westguard Sergeant has asked you to use The Sergeant\'s Machete to dismember 20 Vrykul of the Winterskorn tribe at Skorn.','Well, $g sir : ma\'am;, I have to say that you went about that particular business with a bit of zeal.$B$B$B$BAnyway, if you don\'t mind, I\'ll be taking my machete back now. It looks dull and we wouldn\'t want you to accidentally slip and carve me up, too.','One thing that I know for certain is that I don\'t want to see any of these bigguns standing back up after we\'ve knocked \'em down!','','Winterskorn Vrykul Dismembered','','','',0,0,0,0,0,0,0,0,0,0,0,0,24095,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11248,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,274,0,0,0,0,0,0,0,1,0,5),(11247,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,33321,1,'Burn Skorn, Burn!','Captain Adams gave me strict instructions to make sure that a good deal of infrastructure damage was inflicted on this site.$B$BHowever, since you\'re in charge out here, that\'s at your discretion, $g sir : ma\'am;.$B$BMay I suggest that we burn down the two longhouses and the barracks that are in the lower area of Skorn? All we have to do is get inside each and throw this torch.','The Westguard Sergeant has orders that you should use the Sergeant\'s Torch to set fire to the Northeast and Northwest Longhouses and the Barracks at Skorn.','Very good, $g sir : ma\'am;. That couldn\'t have been done without your help.$B$BI\'m sure that the captain will be pleased with my report on the matter once we\'re done here.','May I suggest that when we set the buildings ablaze, we not tarry too long inside of them?','','Northwest Longhouse Set Ablaze','Northeast Longhouse Set Ablaze','Barracks Set Ablaze','',0,0,0,0,0,0,0,0,0,0,0,0,24098,24100,24102,0,1,1,1,0,43057,43057,43057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11248,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,6,66,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11248,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,33311,1,'Operation: Skornful Wrath','$N, I must now ask you to undertake an operation so hazardous, so deadly, that only you can see it through.$B$BThe vrykul fortress, Skorn, sits on our eastern border. My scouts inform me that those \'giants\' are poised to strike us, and with my forces scattered all over the fjord, I don\'t have the men to take the place by force.$B$BInstead, you\'re going to use your cunning. I\'ve sent a sergeant ahead with the details. Show this command insignia at Skorn and he\'ll reveal himself and follow your orders.','Captain Adams has asked you to use the Westguard Command Insignia at Skorn, and then to speak with the Westguard Sergeant.','A pleasure to meet you, $g sir : ma\'am;! I look forward to working with you.$B$BSpeaking of which, we have a great deal to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11332,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,25,1,66,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,1),(11249,10958,495,0,128,68,72,0,1101,0,0,0,0,0,0,0,0,0,33339,1,'Stop the Ascension!','This huge scroll is made from dragon skin. Unfurling its more-than-ten-foot length, you can see that the images painted upon its scaly surface depict a mysterious vrykul ritual.$B$BA vrykul thane, surrounded by angelic-looking beings, ascends into the heavens. A mysterious, darkened figure looms large in the picture\'s background.$B$BA tingling in your gut tells you that the thane of Skorn is about to do this. You must stop it! A large pyre sits at the top of Skorn in front of the thane\'s lodge.','Present the Vrykul Scroll of Ascension near the Thane\'s Pyre to call him out and slay him. Afterward, due to the nature of the ritual, you\'re sure that Father Levariol at Westguard Keep will be interested in seeing the scroll.','Yes, $g my son : my daughter;, that is ominous-looking, and you obviously had the right of it.$B$BThank you for bringing this scroll to me. I am very keen to study its implications. If I were to hazard a guess, I would say that these vrykul have a way to transcend death; at least those that are worthy.$B$BBy defeating the Winterskorn thane, you proved him unworthy. The Light only knows what he would have become, and what terror he might have rained down upon us, had you not slain him.','Yes? How may I help you, my child?','','','','','',0,33339,0,0,0,0,0,1,0,0,0,0,23671,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35900,35902,35903,35901,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11248,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,273,1,1,0,0,0,0,0,6,0,0,6),(11250,10958,495,0,136,68,72,0,1101,0,0,0,0,0,0,0,0,0,0,0,'All Hail the Conqueror of Skorn!','We -- well, you -- have done everything that we were sent here to accomplish $g sir : ma\'am;. I must say that it\'s been a pleasure taking orders from such a fine, young $r.$B$BThe captain is sure to want to hear of your success, but if you decide to stay out here for whatever reason, I am at your disposal.','Return the Westguard Command Insignia to Captain Adams at Westguard Keep.','That\'s unbelievably good news! I knew that you could pull it off, $N!$B$BAt least someone around here can produce results!$B$BWell, this calls for a reward. Go ahead, take your pick; the treasury is open to you.','I gather that since you\'re here, Skorn is no more?','','','','','',33311,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35909,35910,35904,35905,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,43499,0,0,0,0,0,0,0,152400,0,0,0,0,'',11247,11246,11245,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,25,6,0,0,0,0,0,2,4,2,0,0,0,0,0,0,6,0,0,6),(11251,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11252,0,0,'Fresh Legs','It\'s come at great cost, but we\'ve completed our inspection of the site.$b$bThe news isn\'t good. Nearly everyone has been slain or captured. Only a few veteran guards remain unaccounted for.$b$bThe scouts have done all we can here. You must pick up where we\'ve left off.$b$bSounds of a skirmish are coming from up the hill to the northeast. Have a look, $c. We can only hope there are some who have survived, and that they may have some intel we can use against this enemy.','Scout Valory wants you to investigate the sounds of battle coming from the northeast of Wyrmskull Village.','Late though ye may be, it\'s good to see a friendly face.$b$bNow stop standin\' around with yer thumb up yer nose. there\'s work to be done!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11252,10958,206,0,136,68,71,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Into Utgarde!','Listen up, youngster. I\'ve put down me share of these creatures - and your share too fer that matter. Here be what ya need to know....$b$bThe vrykul are fearless in a fight. Seems they actually yearn fer a death in battle. With their numbers and that ferocity, we\'re doomed - plain and simple.$b$bThere\'s one they esteem though, goes by the name of Ingvar. I dunno why they be seekin\' his praise, but bring him down and you\'ll deal a mighty blow to their spirit.$b$bThen, perhaps, we\'ll have a chance....','Defender Mordun has tasked you with the execution of Ingvar the Plunderer who resides deep in Utgarde.$b$bYou are then to bring his head to Vice Admiral Keller.','Outstanding!$b$bThis could be the turn of luck we\'ve all been hoping for.$b$bWell done, $n!','Good to see you\'re well, $n.$b$bWe\'ve had about as many casualties as we can handle.','','','','','',33330,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38218,38219,38220,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',11244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,1,5,0,0,0,0,0,0,0,0,0,0,8),(11253,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11254,33486,1,'Sniff Out the Enemy','Now that this rascal\'s belly\'s full, maybe he will be more willing to cooperate. Here\'s his leash, just come get him from his cage whenever you\'re ready to take him.$B$BI don\'t know what Anselm expects you to find, but look for clues wherever it is that the dog takes you.','Use the Plaguehound Leash near the plaguehound cages at Vengeance Landing and look for clues at the location you\'re led to by the Plaguehound Tracker.','This scaly scroll is covered in stark painted images. You\'ve a feeling this is the sort of thing the kennel keeper had in mind when he asked you to look for clues.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11227,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11254,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11295,33411,1,'The Dragonskin Map','Upon closer inspection, the scroll appears to be a heavily-illustrated map of the fjord. The location of various villages are depicted in what seem to be tribal symbols.$B$BThe location of Vengeance Landing is marked with a disproportionately large skull.$B$BThis map will almost certainly be of military value to High Executor Anselm.','Bring the Dragonskin Map to High Executor Anselm in Vengeance Landing.','$b$bHere\'s the eastern coastline over here. The Dragonflayer and Winterskorn villages are here and here... and this must be us over here, marked for death.','You\'ve something to show me, $c?','','','','','',33411,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11253,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11255,10958,495,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,11290,0,0,'Prisoners of Wyrmskull','This battle is far from over, $N. If our people are still alive inside that village, someone has to go and get \'em.$B$B$B$BHead north and enter Wyrmskull Village. Once there, look for our people. If they are imprisoned you\'ll need to find a way to break them out.$B$BMaybe they\'ll have some more information about what it is that we\'re actually fighting.','Vice Admiral Keller at Valgarde Port in the Howling Fjord wants you to rescue 3 Captured Valgarde Prisoners.','Those soldiers you rescued had a good bit of information for us. These monsters call themselves \'vrykul.\' The tribe that\'s taken up residence in Wyrmskull Village is led by a mystic named Yanis who himself is an underling of another vrykul known as Ingvar the Plunderer.','Put some backbone into it, $n! People\'s lives are at stake here!','','Captured Valgarde Prisoner Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,24124,0,0,0,3,0,0,0,42981,42981,42981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11256,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,33340,1,'Skorn Must Fall!','$N, the vrykul fortress, Skorn, sits to the south. Its strange giants have recently awakened and have begun to spread, attacking us wherever they can.$B$BMy scouts inform me that they are poised to strike at us here, but I do not have the strength to repel such a force. Instead, we will prepare to leave north to less dangerous lands.$B$BI ask that you use your cunning to buy us time. I\'ve sent a brave ahead with the details. Show this emblem at Skorn and he\'ll reveal himself and do all he can to aid you.','Chieftain Ashtotem has asked you to use the Winterhoof Emblem at Skorn, and then to speak with the Winterhoof Brave.','It will be interesting to learn about your people, $c, while fighting alongside you.$b$bShall we proceed?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11281,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11257,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,33342,1,'Gruesome, But Necessary','Our elders say that these vrykul may be able to rise from the dead; not unlike the walking dead you call the Scourge, but a different kind of undeath.$B$BWe should not take any chances.$B$BHere, take my machete. As we move through this place, carve up the remains of the vrykul that we slay.$B$BI spent the morning sharpening it, so it should cleave even through their thick bones.','The Winterhoof Brave has asked you to use The Brave\'s Machete to dismember 20 Vrykul of the Winterskorn tribe at Skorn.','Have you done that before? Your skill with my machete seemed practiced.$b$b$b$bI\'ll take it back from you now, $c.','These vrykul have strange customs, would you not agree, $n?','','Winterskorn Vrykul Dismembered','','','',0,0,0,0,0,0,0,0,0,0,0,0,24095,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11256,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11258,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,33343,1,'Burn Skorn, Burn!','Chieftain Ashtotem ordered me to destroy many buildings here.$B$BHowever, you are in charge, so it falls to your hands, $N.$B$BI suggest that we burn down the two longhouses and the barracks that are in the lower area of Skorn. All we have to do is get inside each and set them ablaze with this torch.','The Winterhoof Brave suggests that you use the Brave\'s Torch to set fire to the Northeast and Northwest Longhouses and the Barracks at Skorn.','$b$bLet these vrykul feel the heat of the land. Let them know the fear they would instill in others!','I suggest that when we set the buildings ablaze, we not stay inside of them. The fire spirit will not spare us in its thirst to destroy.','','Northwest Longhouse Set Ablaze','Northeast Longhouse Set Ablaze','Barracks Set Ablaze','',0,0,0,0,0,0,0,0,0,0,0,0,24098,24100,24102,0,1,1,1,0,43057,43057,43057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11256,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11259,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,33344,1,'Towers of Certain Doom','As we move through Skorn, we must destroy the towers.$B$BIf you have a look at them, you\'ll notice that their tops are lined with casters. Getting too close to them would mean certain doom.$B$BHowever, we can call in wind rider air strikes from Camp Winterhoof. To do so, we need to get close enough so that you can lob a smoke flare atop of them.$B$BJust don\'t get too close.','The Winterhoof Brave has informed you that using the Brave\'s Flare to target all four of the towers at Skorn for air strikes would be advisable.','You have a strong arm, $n.$b$bIt looks as if those wind riders finally made themselves useful instead of just standing around and drinking all day.','Getting too close to those towers is certain death as long as those casters are up there.','','Northwest Tower Targeted','East Tower Targeted','Southwest Tower Targeted','Southeast Tower Targeted',0,0,0,0,0,0,0,0,0,0,0,0,24087,24092,24093,24094,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11256,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11260,10958,495,0,128,68,72,0,690,0,0,0,0,0,0,0,0,0,33346,1,'Stop the Ascension!','This huge scroll is made from dragon skin. Unfurling its more-than-ten-foot length, you can see that the images painted upon its scaly surface depict a mysterious vrykul ritual.$B$BA vrykul thane, surrounded by angelic-looking beings, ascends into the heavens. A mysterious, darkened figure looms large in the picture\'s background.$B$BA tingling in your gut tells you that the thane of Skorn is about to do this. You must stop it! A large pyre sits at the top of Skorn in front of the thane\'s lodge.','Present the Vrykul Scroll of Ascension near the Thane\'s Pyre to call him out and slay him. Afterward, due to the nature of the ritual, you\'re sure that Greatmother Ankha at Camp Winterhoof will be interested in seeing the scroll.','Yes, that is ominous-looking, and you obviously had the right of it.$b$bThank you for bringing this scroll to me. I will study its implications. If I were to hazard a guess, I would say that these vrykul have a way to transcend death; at least those that are worthy.$b$bBy defeating the Winterskorn thane, you proved him unworthy. Who knows what he would have become, and what terror he might have rained down upon us, had you not slain him?','Yes? How may I help you, child?','','','','','',0,33346,0,0,0,0,0,1,0,0,0,0,23671,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35900,35902,35903,35901,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11256,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11261,10958,495,0,136,68,72,0,690,0,0,0,0,0,0,0,0,11263,0,0,'The Conqueror of Skorn!','You have done everything that we were sent here to do, $c. I must admit that you fight well. Your people are not as strange as I first thought.$B$BChieftain Ashtotem is certain to want to hear of your success, but if you decide to stay out here for whatever reason, I will continue to fight at your side.','Return the Winterhoof Token to Chieftain Ashtotem at Camp Winterhoof.','That is good news indeed! You have given us some breathing room to further our preparations for leaving.$b$bPlease, take one of these as a sign of our appreciation.','What news do you bring of Skorn, $n?','','','','','',33340,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35909,35910,35904,35905,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,43503,0,0,0,0,0,0,0,152400,0,0,0,0,'',11258,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11262,10958,206,0,136,68,71,81,690,0,0,0,0,0,0,0,0,0,0,0,'Ingvar Must Die!','Finally, someone\'s come. I\'ve been here far too long and my wits are beginning to fail me. Of our entire recon party, only I remain.$b$bI shall give you my report and it will be up to you to act upon the information. Know this, $c; it did not come cheaply.$b$bThese vrykul are relentless fighters. Given their numbers and their savage tactics, our only hope is to bring down their leader and pray it brings chaos to their ranks.$b$bIngvar is his name. Bring his head to Anselm when your duty is done.','Dark Ranger Marrah has asked you to kill Ingvar the Plunderer in Utgarde Keep, then bring his head to High Executor Anselm at Vengeance Landing.','Excellent work, $n. With their leader removed, our efforts against these vrykul should be more successful.$b$bService such as this cannot go unrewarded!','Gird up, $r.$b$bThere\'s much work to be done. This is just the tip of the iceberg, so to speak.','','','','','',33330,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38218,38219,38220,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(11263,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11264,0,0,'Dealing With Gjalerbron','My longrunners that have lived to return have informed me that the vrykul have awakened at their main fortress to the west.$B$BIt is a forbidden place known as Gjalerbron. The longrunners tell me that the vrykul are performing strange rituals.$B$BWe cannot allow this to continue.$B$BAre you willing to continue to assist us? Will you kill the vrykul at Gjalerbron before they finish whatever they are doing and attack us here?','Chieftain Ashtotem has asked you to kill 15 Gjalerbron Warriors, 8 Gjalerbron Rune-casters, and 8 Gjalerbron Sleep-watchers. Afterward, return to him at Camp Winterhoof.','You have my thanks, $n. I know that you do not have any duty to me or my people.$b$bWhat you say about that place troubles me still, and I sense that our culling is not quite at an end.','How is the fight at Gjalerbron coming?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23991,23990,23989,0,15,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11261,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11264,10958,495,0,136,68,72,0,690,0,0,0,0,0,0,0,0,0,0,0,'Necro Overlord Mezhen','The dead ones are at Gjalerbron and they have necromancers with them?$B$BWe must eliminate the leader of these necrolords.$B$BDo whatever it takes, $N, but see to it that Necro Overlord Mezhen, and whatever he\'s attempting to accomplish, is neutralized.$B$BWe cannot afford to see the vrykul successful in whatever they are doing with these undead creatures!$B$BLook for Mezhen on the platform in the rear right section of Gjalerbron.','Kill Necro Overlord Mezhen. Then, return to Chieftain Ashtotem at Camp Winterhoof.','$B$BThat should take some of the pressure off.$B$B$N, time and again you have proven your value to the taunka of Camp Winterhoof. Please, choose something from our bounty. I insist.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24018,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35938,35878,35879,35877,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11263,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,0,1000,0,0,0,0,0,0,6),(11265,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11268,0,0,'Of Keys and Cages','From the little we know, the vrykul are conducting unnatural rites in an \'awakening\' ritual to the west in Gjalerbron.$B$BThey\'re using living sacrifices to fuel their rituals.$B$B$N, you must stop this. It matters not who or what is in those cages, they must be freed. I would guess that the vrykul hold the keys.$B$BThe last thing we need is more of those strange vrykul threatening us, or worse, them wakening something even more evil....','Greatmother Ankha has asked you to collect enough Gjalerbron Cage Keys to free 10 Gjalerbron Prisoners. Return to her at Camp Winterhoof when you manage to do so.','A great stone is lifted from my shoulders to hear of your success. And I smile to know that some you freed were taunka.$b$bPlease, take this as a gift for what you have done. I shall see to the health of those you freed.','With the prisoners at Gjalerbron freed, the vrykul will be unable to continue their rituals.','','Gjalerbron Prisoner Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,24035,0,0,0,10,0,0,0,42822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11260,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11266,10958,495,0,128,68,72,0,690,0,0,0,0,0,0,0,0,11267,33347,1,'Gjalerbron Attack Plans','These plans detail an imminent attack upon Camp Winterhoof. It would appear that the frost wyrm, Glacion, who circles overhead, is to be used for the offensive.$B$BSurely Celea Frozenmane would be of some assistance in this matter. Deliver the plans to her at the camp to the east.','Deliver the Gjalerbron Attack Plans to Celea Frozenmane at Camp Winterhoof.','$n, we cannot let this come to pass!','What?! Plans for an attack upon our camp?$b$bFROM A GREAT WYRM IN THE SKY?!!!','','','','','',33347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11261,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11267,10958,495,0,136,68,72,1,690,0,0,0,0,0,0,0,0,0,0,0,'The Frost Wyrm and its Master','Your instincts were right to bring this to me, but my wind riders cannot fight a dragon. You must take help back west with you to Gjalerbron and slay the frost wyrm and its master, Wyrmcaller Vile!$B$BEven now it may be on its way!$B$BIf I\'m reading these plans correctly, blowing the wyrmcaller\'s horn on his platform, outside in the rear left area of Gjalerbron, will call Glacion back. When the creature lands, destroy it!$B$BAnd $N, bring me the horn. We wouldn\'t want it falling back into the wrong hands!','Slay Wyrmcaller Vile and use the Wyrmcaller\'s Horn to call down and slay Glacion. Then, return with the horn to Celea Frozenmane at Camp Winterhoof.','This horn is as cold as the land... perhaps even colder!$b$bYou have saved Camp Winterhoof from certain doom, not that we\'ll be staying here much longer. What a curious $gman:woman; you are, $n. Perhaps you $r-types from over the ocean are not so bad after all.$b$bThis calls for a reward. Which do you prefer?','Is the attack averted? Is the great death wyrm and its master destroyed?$b$bDid you retrieve the horn?','','','','','',0,0,33282,0,0,0,0,0,1,0,0,0,24029,24019,0,0,1,1,0,0,0,0,0,0,0,0,0,0,35880,35882,35883,35881,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11266,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11268,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Walking Dead','Your assistance to us has been tremendous, $N, but there is something that is troubling me: these so-called Scourge.$B$BThe spirits of the land and air, the waters and the fire below the world, would not abide their presence, but seem to do nothing about them. We will see to it that they are dealt with!$B$BPerhaps it is asking too much, but I would have you return west to Gjalerbron and destroy the unnatural Scourge in that vile lair. Be sure to check in the Waking Halls below Gjalerbron as well!','Slay 10 Deathless Watchers, 4 Fearsome Horrors, and 2 Putrid Wights. Afterward, inform Greatmother Ankha at Camp Winterhoof of your success.','$b$bThank you, $n, you have done what is right and you have bought us a little more time to finish our preparations for leaving. We will soon make the journey north.$b$bI am too old; when we go, I will not be able to carry everything with me. Would you like to take one of these?','Have you destroyed the walking dead at Gjalerbron?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24013,24073,23992,0,10,4,2,0,0,0,0,0,0,0,0,0,35884,35887,35885,35886,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11265,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11269,10958,495,0,8,69,71,0,1101,0,0,0,0,0,0,0,0,11418,0,0,'Down to the Wire','The vanguard of the Alliance force will be arriving within days. The soldiers will be expecting their winter gear to be prepared, but I\'ve still got more cloaks to make.$B$BI\'ve been using spotted hippogryph down for the cloaks\' linings, but my stock won\'t last!$B$BYou\'ve got to help me, $N. Captain Adams will have my hide if those cloaks aren\'t ready in time! Bring me all the down you can find out there. It\'s dropped to the ground by molting hippogryphs flying over the wilderness around the fort.','Gil Grisert wants you to bring him 10 clumps of Spotted Hippogryph Down.','Thank goodness! This should be enough to finish the order in time. Of course, I won\'t sleep until the troops arrive, but that\'s far better than risking Captain Adams\' wrath.$b$bI\'ve heard the stories they tell about him!','Have you brought any of that down? I could really use it...','','','','','',33348,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35926,35927,35928,35925,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11270,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11221,33278,1,'War is Hell','We\'re slowly finishing off the remnants of Stormwind\'s North Fleet stationed on this coast. The bodies to the west are a testament to how brutal this confrontation has been.$B$BThis does not happen to bother my refined aesthetics, but it does present a danger to our lives.$B$BIn the lands of the Lich King, the dead are a weapon that can rise against us at any point in time. Take this torch - you\'re going to make sure that doesn\'t happen.','High Executor Anselm at Vengeance Landing wants you to take the Burning Torch and use it to burn 10 of the corpses littered to the west of town.','I\'m glad you\'ve proven you can follow orders. If I had a copper piece for every arrogant fool in shiny armor to come here and think they\'re above the chain of command... well, I\'d have a few gold.$b$bNow that you\'ve demonstrated a measure of discipline, I have other tasks more suitable for someone of your caliber.','I don\'t care how many giants, dragons or kobolds you\'ve killed before. Get this job done and come back when you\'re finished.','','Fallen Combatant burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,24008,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11271,10958,495,0,8,69,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hasty Preparations','The down of the spotted hippogryph is prized by my people and used for everything from fletching to ceremonial clothing. We\'re making preparations to leave the post, so this is the last chance I\'ll get to gather it this season.$B$BWith your help, I\'ll have enough to make sure everyone has the equipment they need for the long trek into the hills. Conditions worsen very quickly up there and a storm can blow in without warning.$B$BThe down can be found all over the ground in the area surrounding the post.','Ahota Whitefrost at Camp Winterhoof wants you to bring him 10 clumps of Spotted Hippogryph Down.','With your contribution, we\'ll be well prepared for the journey. I haven\'t much to offer you for your help, but I will give you a choice of some of my spare combat gear.','Have you gathered any of the down?','','','','','',33348,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35926,35927,35928,35925,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11272,10958,206,0,136,68,71,81,690,0,0,0,0,0,0,0,0,0,0,0,'A Score to Settle','This elf prince thinks he can come to my town, insult my queen, kill my men and get away with it? He thinks we\'re going to stand by while the hordes of Utgarde build up to launch an attack?$B$BNot in a million years.$B$BYou\'re going to walk right into Utgarde and kill him in front of any of these vrykul gorillas that might be watching. I want Arthas to know that we\'ve arrived and we\'re playing for keeps.','High Executor Anselm wants you to to go into Utgarde and slay Prince Keleseth.','Revenge feels good. To think that this is but a taste of what\'s to come.$b$bArthas will get what he deserves soon enough. Then and only then will I die a happy man.','It is good to see you again, $n. Unless you haven\'t killed that aberration of an elf yet, in which case I\'d get going if I were you.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23953,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39676,39678,39679,39680,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180900,0,0,0,0,'',11234,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11273,10958,495,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,11274,0,0,'The Human League','We were on the brink of an archaeological breakthrough when those monsters attacked! Sadly, I was the only one to make it back to Valgarde. Now I don\'t know if my crew is dead or alive, but the artifacts we uncovered on that dig must be found!$B$BIf you\'re heading into Wyrmskull Village, will you keep an eye out for my team? If there\'s any hope of recovering that information, we must pursue it!$B$BSearch for Pulroy first. He was the last one I saw before I made my escape.','Search Wyrmskull Village for Pulroy.','You\'ve found Pulroy. A bit too late it seems.$b$bWhile looking over the corpse you see a journal clenched tightly in Pulroy\'s death grip. Upon examining the journal you read what appears to be the scribbling of a dying dwarf.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',11244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11274,10958,495,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,11276,0,0,'Zedd\'s Probably Dead','To whomever finds this journal:$B$BThese bloodthirsty monsters have taken up residence in the ruins of Wyrmskull. What they want or why they\'re here is a mystery. In any case, the artifacts are not safe with those beast-men around.$B$BZedd and I made a new discovery while hiding out: a cipher to decode the tablets! Unfortunately Zedd and I were separated late last night. He had the cipher. Tablets were with Glorenfeld and Daegarn. Location unknown...$B$BFind Zedd.$B$B-Pulroy','Search Wyrmskull Village for Zedd.','You\'ve found Zedd. You\'re no doctor but the prognosis for Zedd is most assuredly negative.$b$bIt looks as if they were preparing to feed him to the worgs. Gruesome...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',11273,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11275,10958,495,0,8,69,71,0,690,0,0,0,0,0,0,0,0,11281,0,0,'Making the Horn','My people have been hunting the giant yeti of these hills for generations and I will be participating for the first time this year. It will probably be the last before we leave the post forever.$B$BTo prepare for the hunt, I must fashion a loud horn from the horns of the dire rams that roam the snowy areas near our camp. The elders tell me the sound mimics the mating call of the female yeti, but I have my doubts.$B$BBring me the best dire ram horns you can find, $N, and I\'ll select one from among them.','Nokoma Snowseer at Camp Winterhoof wants you to bring her 6 Undamaged Ram Horns.','These are all fine horns, $n. Let me examine them and select the one I will use in the hunt.$b$bI\'ll give the rest to the craftsmen for use in their carvings.','Have you brought any suitable horns?','','','','','',33351,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11276,10958,495,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,11277,0,0,'And Then There Were Two...','There\'s no sign of the cipher on Zedd. After carefully searching the area you discover some writing in the dirt:$B$B\"Glor and Dae inside catacombs. Have cipher and tablets.\"$B$BPerhaps you should head into the catacombs located just north of here and search for Glorenfeld and Daegarn. The bridge crossing the worg pit will lead you right to the tunnel leading down into the catacombs.','Search the Utgarde Catacombs for Glorenfeld.','About bloody time! Pulroy and Zedd are dead.$b$bAnd Daegarn...$b$b$b$bTaken by the Dragonflayer chieftain into the depths of these catacombs. I overheard that oversized mongrel mention something \'bout a sacrifice to the \"Dread King.\"$b$bThe cipher is hidden away in Daegarn\'s grimy beard.$b$bWhat? Dwarves hide things in their beards all the time!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11274,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,0,0,0,4),(11277,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11299,0,0,'The Depths of Depravity','They\'re keepin\' Daegarn locked up in a cage at the large fightin\' ring nearby. From what I\'ve gathered, the Dragonflayers bring out their prisoners to battle against their most powerful gladiators. They dump the losers in the basement where Scourge necromancers turn \'em into ghoulies! It\'s horrifying!$B$BBut first things first! The tablets are strewn about all across this dungeon. Let\'s get those recovered before you go off tryin\' to be a hero.','Glorenfeld at the Utgarde Catacombs wants you to collect 10 Wyrmskull Tablets.','You\'ve done well, mate. Now that we\'ve secured the tablets we can try and save Daegarn\'s life and recover the cipher that will help us decode the meaning behind these ancient relics!$b$bI\'ll hold on to these tablets, you rescue Daegarn.','Check every nook and cranny!','','','','','',33355,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11276,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,4,1,1,5,0,0,0,0,4,0,0,5),(11278,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11448,33387,1,'Return to Valgarde','\'Tis a shame we lost two of our best dwarves while uncovering these relics. They sacrificed their lives to keep this information safe.$B$B$B$BTake these back to Valgarde. McSorf will know what to do with the find.$B$BAs for me? I\'ll be alright on my own. I\'ve gotten this far in one piece!','Take Glorenfeld\'s Package to Beltrand McSorf at Valgarde Port.','Sorting these tablets out is going to take some time. All I can gather from a precursory study is that whatever used to be here was an ancestor of the humans. Those vrykul things probably killed \'em all off. Anyhow, we\'ll know more once I get these relics set up.','You\'re back!','','','','','',33387,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35820,35818,35821,35822,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11300,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,5,0,0,2),(11279,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11280,33418,1,'Green Eggs and Whelps','This new plague that we\'re working on is wonderful and I think we should expand its testing.$B$BHow about testing it on proto-whelps?!$B$BJust think of the possibilities. The ability to infect not only humanoids, but extend our reach to any creature!$B$BHere, I\'ve hoarded an extra plague canister for the right time and place, and you look like the right person.$B$BSpray the eggs at Ember Clutch to the northwest, then get specimens from the plagued proto-whelps that hatch.','Plaguebringer Tillinghast has asked you to collect 10 Plagued Proto-Whelp Specimens and deliver them to him at New Agamand.','What?! No, this can\'t be right.$b$bCURSES!$b$bThis batch of the plague doesn\'t seem to have had any real effect on the proto-whelps at all other than to make them glow green!$b$bMy dream of using the plague upon anything we come into contact with seems to have gone up in smoke!','Without those samples, how am I to tell if this latest strain of the plague can be expanded for use on all sorts of creatures?','','','','','',33420,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11280,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,33441,1,'Draconis Gastritis','Wait, that gives me an idea! What if it didn\'t kill the whelps because it was sprayed on the outside of their eggs?$B$B$N, we have to get the plague inside of them!$B$BI know! I\'ve got some plagued meat here. Take it to the Ember Clutch and get them to eat it!$B$BBut no, we\'re thinking too small. Let\'s get one of the proto-drakes flying overhead to come down and eat it.$B$BYes!$B$BStay close to the meat and observe what happens. Yes, it might attack you, but such is the price of progress.','Plaguebringer Tillinghast at New Agamand wants you to use Tillinghast\'s Plagued Meat to attract down a Proto-Drake and observe its reaction to eating the stuff.','NOOOOOOOOOOOOOOOO!!!$b$b$b$bAll of my hopes... all of my dreams, ruined!$b$bLeave me, $n. Leave me to my despair. I\'m nothing.$b$bHere, you might as well take all of my worldly possessions. When the rest of the apothecaries hear of my failure, I\'ll be done for and won\'t need them anyway.','Well, out with it! Did our little experiment work?$B$BDid the proto-drake like its snack? Did it dissolve from the inside?','','Proto-Drake Plague Results Observed','','','',0,0,0,0,0,0,0,0,0,0,0,0,24170,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35871,35873,35875,35872,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11279,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11281,10958,495,0,0,69,71,0,690,0,0,0,0,0,0,0,0,0,33450,1,'Mimicking Nature\'s Call','The horn has been roughed out, but before I make the traditional carvings, I want to be certain that it will work. Ahota tells me that he tests his horns at the foot of the frozen waterfall to the northeast of the post. Ahota tells me that our hunters have used the acoustics of frozen water in this way for generations. I can\'t wait to learn more!$B$BWill you help me test out the horn? If I\'ve done everything right, you may even attract a yeti, so be prepared! Bring the horn back once you\'ve tested it. ','Test the Carved Horn and then return to Nokoma Snowseer at Camp Winterhoof with the results.','$b$bI\'m relieved that the horn worked so well... maybe too well if what you\'re saying was true. You\'re sure the beast spoke? I don\'t know if I can go on with the hunt if that\'s true. I\'ll have to speak with Chief Ashtotem about it.$b$bThis horn may end up being merely decorative, but that won\'t diminish its worth. Thank you for all your help, $n.','Did you get a chance to test that horn?','','Test Nokoma\'s Horn','','','',0,0,0,0,0,0,0,0,0,0,0,0,24173,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35937,35929,35931,35930,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11275,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11282,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,33563,1,'A Lesson in Fear','When you\'ve been in lots of fight like Gorth, you learn that to beat enemy good you have to make them really scared to die!$B$BBut these vrykuls not afraid. You kill one and another comes... screaming louder and with a bigger weapon than the one before.$B$BOnly thing that makes vrykuls afraid is when we kill the biggest and baddest vrykul of all.$B$BGo fight the Winterskorn across the blockade until hero vrykuls show up! Then you kill them dead and put queen\'s flag on corpses. They must learn to fear!','Gorth wants you to kill Ulf the Bloodletter, Oric the Baleful and Gunnar Thorvardsson and drive the Forsaken Banner through their corpses. Slay Vrykul across the Forsaken blockade until they appear.','You do some good killings over there. I see vrykul men fall and get stabbed with Sylvanas flag. Our side doing good!','You kill them vrykuls? They sure is tough!','','Oric the Baleful\'s Corpse Impaled','Ulf the Bloodletter\'s Corpse Impaled','Gunnar Thorvardsson\'s Corpse Impaled','',0,0,0,0,0,0,0,0,0,0,0,0,24166,24165,24167,0,1,1,1,0,0,0,0,0,0,0,0,0,35868,35869,35867,35870,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11295,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11283,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Baleheim Bodycount','Them vrykuls just keeps coming and coming out from town west of here. No end in sight!$B$BGorth has an idea. You go INSIDE town and kill them Winterskorn there. THEN they stop coming here!','Sergeant Gorth wants you to kill 16 Winterskorn Vrykul inside Baleheim.','You must have lots of practice with doing killings. You almost as good as Gorth!','You done with the killings yet? Winterskorn town right across from here!','','Baleheim Bodycount','','','',0,0,0,0,0,0,0,0,0,0,0,0,24231,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,35820,35818,35821,35822,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11282,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11284,10958,495,0,8,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Yeti Next Door','Maybe if the sentries won\'t help me, you will? I\'m the foreman of the mine just across the bridge. My men are mining ore for the weapons our expeditionary force will need to carve a path into the Grizzly Hills.$B$BA giant yeti has invaded the mine, blocking the tunnel we need to expand! We\'ve tried yelling at him and smoking him out, but nothing\'s worked.$B$BMaybe you could rouse it from its sleep with a meal of meat from the frosthorn rams in the snowy areas around town? Please? We\'re desperate!','Foreman Colbey at Fort Wildervar wants you to defeat Shatterhorn.','You\'ve done it? By the Light, you\'re a walking miracle! I was beginning to think I\'d personally have to explain to Captain Adams why his men\'s weapons weren\'t ready in time!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24178,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35937,35929,35931,35930,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11285,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,33472,1,'Baleheim Must Burn!','Killing the Winterskorns maybe not enough. Maybe we burn their houses too! Uh... and their bridges. We should burn whole town to be safe!$B$BYou take this torch. Go to Baleheim, to the west, and burn EVERYTHING! That teach them good.','Sergeant Gorth wants you to go to Baleheim and use Gorth\'s Torch to burn 1 Winterskorn Dwelling, 1 Winterskorn Watchtower, 1 Winterskorn Bridge and 1 Winterskorn Barracks.','I guess you burned everything. I see couple of spots not burning... but is close enough for Gorth.','You done burning everything? Make sure you not leave something not burned.','','Winterskorn Dwelling Burned','Winterskorn Watchtower Burned','Winterskorn Bridge Burned','Winterskorn Barracks Burned',0,0,0,0,0,0,0,0,0,0,0,0,24182,24183,24185,24184,1,1,1,1,43233,43233,43233,43233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11282,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11286,10958,495,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11317,0,0,'The Artifacts of Steel Gate','I came out here for a different reason; an old friend of mine has been calling to me in my dreams. But now that I see these small things with their machines making a big hole in the ground, it makes my blood boil.$B$BFrom what I can see, these dwarves, as they are known, are digging up artifacts; artifacts that could be important to our past.$B$BI want you to go down there and get these things for me. Don\'t let any of those dwarves stand in your way.','Sage Mistwalker has asked you to collect 10 Steel Gate Artifacts. When you have all of them, return to him at Steel Gate.','$b$bPerhaps I will be able to find the time soon to study these artifacts and come to an understanding of their significance.$b$bBut now there are more pressing matters to attend to.','How many artifacts have you managed to gather from this Steel Gate?','','','','','',33109,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35912,35911,35936,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11287,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11287,10958,495,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11286,0,0,'Find Sage Mistwalker','$C, I grow worried that my son, Sage Mistwalker, has been gone for such a long time. The land is cruel and deadly.$B$BHe spoke of a recurring vision that he had of a wolf, and went west with a small group of longrunners to seek its source. I believe the name of the place he mentioned was Steel Gate.$B$BWill you find him? I want to make sure that no ill has befallen him.','Greatmother Ankha has asked you to check on the condition of Sage Mistwalker. She believes him to be at or near Steel Gate.','My mother should not concern herself with my safety. But, I thank you for coming, stranger.$b$bSince you are here, perhaps you will help me with a few things?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11261,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11288,10958,495,0,128,68,71,0,1101,0,0,0,0,0,600000,0,0,11289,0,0,'The Shining Light','$B$BI am an envoy of the Argent Crusade, charged with a sacred duty.$B$BOur forces were decimated in the Plaguelands. By the light of dawn, the artifact was cleansed and made pure once more. So many perished in the wake of its redemption.$B$BThere is still a chance... still time.$B$BThe artifact was hurled into the den of the fallen, far below us. Guarded by the unmerciful dead.$B$B$B$BLight. Will. Protect. You.\n','Ares the Oathbound in the Utgarde Catacombs wants you to recover the Sacred Artifact.$B$BThis is a timed quest.','You feel compelled to place the sacred blade next to the body of Ares.$b$bUpon doing this you are once again blinded by light.','','','','','','',33485,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35829,35823,35827,35824,35826,35830,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,43236,0,0,0,0,0,0,0,120600,0,0,0,0,'',11244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11289,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,33485,1,'Guided by Honor','$B$BGlory to the Light. You have done it!$B$B$B$BTake the artifact and return it to Valgarde. Lord Irulon Trueblade awaits its return.$B$BFight with honor, friend. Always. Honor.$B$B','Return the Sacred Artifact to Lord Irulon Trueblade at Valgarde.','Many men and women died to recover this blade. $n, I fear valiant Ares will not be the last.$b$bBut you do the Light\'s work, hero. This sacred blade will be wielded by Lord Tirion Fordring himself. Even now the Argent Crusade works toward Icecrown. Lord Fordring has vowed that he will tear down the walls of the cursed place himself! And with the blade, he just might stand a chance against the Lich King.$b$bLord Fordring remains our greatest hope.','By the Light!','','','','','',33485,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,1106,0,0,0,0,75,75,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11288,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,1000,1000,0,5,0,0,3),(11290,10958,495,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,11291,0,0,'Dragonflayer Battle Plans','While we were able to gather very little information as to the whereabouts of Ingvar, we do know that Yanis resides in a cave next to the worg pit inside Wyrmskull Village.$B$BIntelligence gathered from the rescued soldiers indicates that Yanis guards Dragonflayer battle plans.$B$BI need you to go back to Wyrmskull and recover those plans. Kill any vrykul that get in your way - including Yanis!','Vice Admiral Keller at Valgarde Port in the Howling Fjord has asked that you bring him the Dragonflayer Battle Plans.\n','$b$bOutstanding! By the looks of things, there are many more vrykul villages in the fjord. A different tribe of vrykul is preparing an assault on Westguard Keep. Hell, for all I know it may already be too late. We haven\'t heard from Westguard in days. Either way, we must alert Westguard!','Have you recovered the Dragonflayer battle plans?','','','','','',33488,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35814,35816,35815,35817,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11255,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,6,0,0,5),(11291,10958,495,0,128,68,70,0,1101,0,0,0,0,0,0,0,0,0,33488,1,'To Westguard Keep!','$B$BWe\'ve got all the information we need to keep Valgarde protected. You must take these battle plans to Westguard Keep, located on the western fjord cliff wall. Speak with the flight master assistant, Emilune Winterwind. She will put you on the back of a gryphon headed towards Westguard.$B$BOnce there, find Captain Adams. He\'s the one in charge. Adams will know what to do with these plans.','Take the Dragonflayer Battle Plans to Captain Adams at Westguard Keep in the Howling Fjord.\n','$B$BI\'m glad you decided to come over. My advisors and I will need some time to study these plans. In the meantime, we can use all the help we can get!','Valgarde has not fallen? That\'s a surprise.$B$BMust be due to your help. It sure wasn\'t because of Keller.','','','','','',33488,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',11290,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,6,0,0,2),(11292,10958,495,0,8,69,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Preying Upon the Weak','Glad to meet you. I\'ve come here from the Grizzly Hills to do business with your cohorts. My people maintain a large outpost there, and you\'d do well to visit it when you head north.$B$BI\'ve set up traps in the woodlands and snowy areas around here. With the meat and the furs from the creatures they capture, I\'ll have plenty to barter with the townspeople.$B$BI can offer you a share of my profits if you\'re willing to help gather prey from the traps. Beware though, you won\'t be the only predator out there.','Trapper Jethan at Fort Wildervar wants you to bring him 8 pieces of Trapped Prey.','$b$bNicely done. Some of these will fetch a better price than others, but I should have plenty to trade with the locals.','I hope you haven\'t returned empty-handed. I thought we had a deal.','','','','','',33487,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35864,35863,35866,35865,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11293,10958,0,370,4098,1,-1,0,1101,0,0,0,0,0,240000,0,0,0,33306,1,'Bark for the Barleybrews!','We need to get the word out about the Barleybrews at Brewfest. You need to shout at the flags outside the bank, in the Military Ward, in the Hall of Explorers and in the Mystic Ward. I\'ll make things easy though, I\'ll lend you some racing ram reins and a racing ram for 4 minutes. Use the reins to let him go, but try not to tire him out.','Spread the word about Brewfest at the flags outside the bank, in the Military Ward, in the Hall of Explorers and in the Mystic Ward.','Well done! That kinda shouting is sure to bring business our way.$b$bAnd we promised you a reward, here it is. The Barleybrews keep their word.$b$bOh, and come back any other day if you want to help spread the good name of Barleybrew.','Have you finished spreading the word about Brewfest? But more importantly, did you let people know about the Barleybrews?','','Bark Outside the Bank','Bark in the Military Ward','Bark in the Hall of Explorers','Bark in the Mystic Ward',0,0,0,0,0,0,0,0,0,0,0,0,24202,24203,24204,24205,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37829,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,0,0,0,0,0,0,0,0,'',11318,0,0,0,'11294 11407 11408',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11294,10958,0,370,4098,1,-1,0,1101,0,0,0,0,0,240000,0,0,0,33306,1,'Bark for the Thunderbrews!','It\'s time to let people know that the Thunderbrew have heard their cries for good brew. You need to shout at the flags outside the bank, in the Military Ward, in the Hall of Explorers and in the Mystic Ward.$b$bWe\'ll make it easy though. We\'ll lend you a ram AND some reins for 4 minutes.$b$bBe careful with going too fast though since you won\'t find any apple crates in Ironforge... We can\'t take the chance of helping out the Barleybrew messengers.','Spread the word about Brewfest at the flags outside the bank, in the Military Ward, in the Hall of Explorers and in the Mystic Ward.','Good job! That\'ll show those arrogant Barleybrews.$B$BWell we promised you a reward and here it is. We Thunderbrew reward you with prizes, the Barleybrew reward you with foul odors and false promises.$B$BYou chose wisely.$B$BIf you want to keep making the right choice, stop by another day and help us spread the word.','Did you let everyone know that the Thunderbrews are here at Brewfest?','','Bark Outside the Bank','Bark in the Military Ward','Bark in the Hall of Explorers','Bark in the Mystic Ward',0,0,0,0,0,0,0,0,0,0,0,0,24202,24203,24204,24205,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37829,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,0,0,0,0,0,0,0,0,'',11318,0,0,0,'11293 11407 11408',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11295,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11282,0,0,'The Offensive Begins','No one seems to know very much about the vrykul. Our records show no signs of activity in their lands for centuries. Yet here they are, just as we move against Arthas.$B$BThe map you retrieved makes it clear that we\'ll have to defeat them if our forces are to get any further into Northrend.$B$BOne of my best sergeants, an abomination known as Gorth, oversees the blockade beyond the lift. Assist him in launching a pre-emptive strike on Baleheim. If a vrykul attack occurs, it will be launched from there.','Speak to Sergeant Gorth at the blockade near the elevator west of Vengeance Landing in Howling Fjord.','You come to help? Good... good...$b$bGorth was getting tired of killing vrykuls all day. Help is welcome!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11254,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11296,10958,495,0,136,70,72,0,690,0,0,0,0,0,0,0,0,0,0,0,'Rivenwood Captives','Something, most likely the walking dead known as the Scourge, has agitated the creatures hereabouts.$B$BWhile escorting the sage here, we lost most of our hunting force to the riven widows -- huge and deadly spiders, which inhabit the Rivenwood to the north.$B$BI must stay here to protect the small force we have left, but you... you could see if my longrunners are still alive, trapped within the riven widow\'s cocoons.$B$BWould you do this, stranger?','Longrunner Skycloud has asked you to free his 7 Winterhoof Longrunners. Once you have managed to do so, return to him at Steel Gate.','That was a very brave act, $c. I did not know that your people were capable of such selflessness.$b$bNext time I will heed the warnings of my elders and steer clear of the Rivenwood. I advise you to do the same.','I hold out hope that my hunting force is still alive.$B$BThe sting of the widows is slow to be fatal. They like to keep their victims alive long enough that their babies will be able to gorge themselves when they hatch.','','Winterhoof Longrunner Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,24211,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,35896,35898,35899,35897,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11297,10958,495,0,8,69,71,0,690,0,0,0,0,0,0,0,0,11298,0,0,'Keeping Watch on the Interlopers','Even the earth cannot hold back the tide of death washing over it. Corpses walk the land, spreading their putrefaction with alarming speed.$B$BA small expedition has made its way up the western cliffs and rests near Whisper Gulch. Take a look for yourself, $N. See if you can learn their purpose and dissuade them from bringing their poisons into our lands. Travel southwest from the post, toward the cliffs overlooking the western beach. Their camp will be west of the excavation at Steel Gate.','Speak to Apothecary Malthus at the Apothecary Camp.','Ah, yes, the reclusive bison-men of the north. I\'ve seen them skulking about, believing themselves unseen. I suppose they fancy this land theirs? Well, that\'s but one of many things that will change shortly.$b$bI wasn\'t expecting any company, but while you\'re here on that fool\'s errand, you might as well make yourself useful.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11298,10958,495,0,8,69,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'What\'s in That Brew?','To the southeast is an area called Whisper Gulch. It\'s overrun with members of the Explorers\' League who\'ve gone mad! They attacked our caravan as it passed through the area, and they\'ve harried our foraging parties as well.$B$BI must know what\'s causing this madness! I suspect that whatever they\'re drinking from the kegs scattered around the gulch contributes to their insanity. I want you to steal the kegs from those dwarves while they\'re busy mining away.','Apothecary Malthus at the Apothecary Camp wants you to bring him 5 Dwarven Kegs.','$b$bWell, here I go!','Did you get those kegs or not?','','','','','',33541,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11297,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11299,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11300,0,0,'The Ring of Judgement','You might have already seen the room where Daegarn is being held while you were gatherin\' the tablets. It\'s through this corridor and then down a set of steps. Daegarn will be in the room at the bottom of the steps - locked up tight!$B$BGet down there and find him. At the very least you might be able to get the cipher from him.','Find Daegarn in the Ring of Judgement located inside the Utgarde Catacombs.','Yep. You found me. Woopedy-do!$b$bAnd no, I don\'t have the cipher. My beard was the first thing those beasts checked! Oluf\'s the one that\'s got it now. He\'s the chieftain of the gladiators.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11277,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,14,1,1,0,0,0,0,0,0,0,0,1),(11300,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11278,0,0,'Stunning Defeat at the Ring','Oluf will come out if you defeat the other gladiators. That\'s \'bout the only way we\'re getting\' that cipher back. Put on your whompin\' boots and get busy in the Ring of Judgement. If you do manage to get the cipher back, return it to Glorenfeld o\'er near the entrance to these catacombs.$B$BMe? Don\'t worry about me! We\'re on the brink of discovering the missing link to human-kind!','Defeat the gladiators at the Ring of Judgement and face Oluf the Violent. Defeat Oluf and recover the Ancient Cipher.$B$BReturn the Ancient Cipher to Glorenfeld at the entrance to the Utgarde Catacombs.','Fascinating tale! Something is actually judgin\' these things? To what end?! For what purpose?$b$bWell, never mind that nonsense. Someone else can figure out that stuff. We got the cipher and the tablets back - and only two fatalities in the whole ordeal.','Daegarn? The cipher?','','','','','',33545,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11299,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,5),(11301,10958,495,0,0,69,71,0,690,0,0,0,0,0,0,0,0,0,33554,1,'Brains! Brains! Brains!','Has Malthus drawn you in with his blather about beer kegs and crazy dwarves?$B$BI\'m not questioning that the dwarves are crazy, but I don\'t think stealing their beer is going to do any good.$B$BWhat we need is brains. Lots of brains. We\'ll get down to the bottom of this mystery in no time, and perhaps even find a new component for the plague.$B$BTake this saw, go southeast into the Whisper Gulch, and kill yourself some dwarves. Use the saw to help you harvest the brains and bring them back here.','Apothecary Grick at the Apothecary Camp wants you to bring him 12 Deranged Explorer Brains.','These brains are beautiful! Gorgeous, even! They\'re exactly what I need.$b$bThank you for your help, $n. Now I\'ll show Malthus the truth his beer goggles couldn\'t reveal.','Did you get those brains? If not, I want my saw back. You\'d better not walk off with that saw.','','','','','',33558,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35864,35863,35866,35865,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11302,10958,495,0,8,68,70,0,1101,0,0,0,0,0,0,0,0,11313,0,0,'The Enigmatic Frost Nymphs','When we first scouted locations for the fort, we encountered hostile creatures at two of the glades here in the north. When we passed the snow-covered one directly south of the town, the dryads there watched us with interest, but did not attack.$B$BWe were tired and worn down by the weather. They could\'ve easily killed several of our men, but they didn\'t.$B$BPerhaps, in reaching out to them, we might discover unexpected allies. Are you willing to travel to the Frozen Glade and make contact with them?','Speak with Lurielle at the Frozen Glade.','$b$bIt is good to finally meet you, $n. We have long hoped that you and the other newcomers might send representatives. We don\'t often venture beyond the borders of our glades, especially amid the changes the land is going through.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',11329,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11303,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,12481,0,0,'The Ambush','The vrykuls in Baleheim is completely defeated, no doubt about it. But still their leader stays in town and won\'t give up.$B$BGorth sends Lydell and his assassins to make good ambush to the northwest. You talk to Lydell and figure out how to get Vrykul chieftain to come out. Then you kill him. You kill him real good.','Speak to Lydell at Lydell\'s Ambush.','We all showed up to the party, but the guest of honor stayed at home.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11285,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11304,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11305,33619,1,'New Agamand','I\'m afraid our equipment isn\'t exactly the best here at Vengeance Landing. After all it\'s a military controlled outpost.$B$BI will need you to take a sample of this strain to Chief Plaguebringer Harris in New Agamand, follow the road beyond Baleheim south and then west. They have better equipment there - he will know what to do.$B$BYou must hurry, $N. Our enemies are stronger and more numerous than us. We need to develop a viable weapon against them!','Bring Lysander\'s Strain to Chief Plaguebringer Harris in New Agamand in western Howling Fjord.','This strain is far from worthless, my friend! Those fools at Vengeance Landing have had all the answers right under their own noses!','Yes, $n?','','','','','',33619,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11170,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11305,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11306,0,0,'A Tailor-Made Formula','We\'ve been spraying down the vrykul village of Halgrind for weeks now and the vrykul just won\'t drop dead.$B$BLet\'s face it, $N, by now our Plague has been exposed to humans, dwarves, dogs, livestock... you name it. As our strains adapt to their hosts, more impurities get thrown in the mix. What we need is a strain made custom for the vrykul\'s biology.$B$BHalgrind\'s chieftain fled the town after we took it over; you\'ll find him west of here. As a patriarch of the Dragonflayer clan, his blood is ideal.','Obtain the Dragonflayer Patriarch\'s Blood from Thorvald at Thorvald\'s Camp and bring it to Chief Plaguebringer Harris in New Agamand.','This will do. It\'s time for some real apothecary work now, $n!','Have you obtained the sample I require, $n?','','','','','',38098,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35851,35849,35852,35856,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11304,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11306,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11307,34023,1,'Apply Heat and Stir','You\'ve done well so far, $N. I\'d like to teach you some of my more advanced techniques, so that you gain a better understanding of the plague.$B$BTake this empty flask and fill it with blood from the cauldron to my left. Mix it with the plague samples to my right until you obtain a well balanced mix.','Fill the Empty Apothecary\'s Flask at the Cauldron of Vrykul Blood, then mix the Flask of Vrykul Blood with Harris\'s Plague Samples nearby until you\'ve obtained a Balanced Concoction.$B$BReturn to Chief Plaguebringer Harris when you\'ve completed this task.','Excellent! You are an apt pupil, $n.$b$bNow comes the fun part. Deployment!','How is your experiment going, $n? Let me know if you have any questions behind the science involved!','','','','','',0,0,0,33617,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11305,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11307,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11308,33621,1,'Field Test','Now that we have a strain of the plague that has adapted to vrykul carriers, we really ought to test it on our specimens in Halgrind. If all goes according to plan, they will disintegrate immediately as the plague devours their innards!$B$BYou will find Halgrind north of here. Our plaguebringers are deploying the previous strain there - shouldn\'t be hard to spot.','Venture into Halgrind and use the Plague Spray on 10 Plagued Dragonflayer Vrykul. Return to Chief Plaguebringer Harris to report the results.','The plague didn\'t disintegrate our subjects? Are you certain, $n??!$b$bThere must be an external factor we\'re not accounting for... perhaps the low temperatures of this climate? Perhaps... a mutation in the strain!','','','Plagued Vrykul Sprayed','','','',0,0,0,0,0,0,0,0,0,0,0,0,24281,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,35857,35858,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11306,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11308,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11309,0,0,'Time for Cleanup','Being the practical man that I am, I\'m going to declare our research here a success. After all, what army can\'t be stopped by turning its rank and file against each other?$B$BI will send word of our achievements to Vengeance Landing soon enough. But first I need you to take care of cleaning up our experimentation site.$B$BSee \"Hacksaw\" Jenny about making you a custom abomination. One packing some explosive power if you catch my drift.','Speak to \"Hacksaw\" Jenny in New Agamand.','What do you want? Can\'t you see I\'m in the middle of something?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11307,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11309,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11310,0,0,'Parts for the Job','So Harris wants a demolition job, eh? Yeah, I can help out.$B$BYou\'re gonna have to get me some parts, though. I can\'t afford to use up my choice components on something that\'s gonna get blown up.$B$BFirst of all, I\'m going to need shoveltusk ligaments... way better than the human kind.$B$BI will also need a pound of flesh. A fellow known as Anton sells cheap meat. He travels up and down the road to the west.','\"Hacksaw\" Jenny in New Agamand wants you to obtain 6 Shoveltusk Ligaments and 1 Fresh Pound of Flesh.','Excellent! Yes, yes, these will do just fine!','You get my components yet?','','','','','',33611,33612,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35845,35844,35846,35848,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11308,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11310,10958,495,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,33613,1,'Warning: Some Assembly Required','Well, here you are! Our friend\'s going to be somewhat... unstable. So I suggest not putting him together until reaching Halgrind.$B$BOnce you\'re there, use the abomination to round up as many vrykul as you can before self-destructing.$B$BCome back with whatever\'s left once you\'re done. I can always use more body parts!','Use the Abomination Assembly Kit in Halgrind and round up plagued Vrykul with your Mindless Abomination. Slay at least 20 and return to \"Hacksaw\" Jenny in New Agamand when you\'re done.','Great job, $n. Say, you wouldn\'t be looking for something more... permanent, would ya? I could sure use some help around these parts!','Are you done with the cleanup in Halgrind?','','Plagued Vrykul exterminated','','','',0,0,0,0,0,0,0,0,0,0,0,0,24274,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,35860,35859,35861,35862,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,250,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11309,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11311,10958,495,0,8,69,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Suppressing the Elements','If you are to survive here, as we have, you must learn to face the environment\'s challenges head on. The elements will claim your life if you\'re not vigilant, as the proliferation of elementals in these northern hills shows.$B$BWe must cull the elementals one last time before we can leave this place. Are you willing to aid us while we continue to make preparations?$B$BYou must kill any iceshard elementals or howling cyclones you encounter in the snowy hills surrounding the outpost.','Wind Tamer Kagan at Camp Winterhoof wants you to kill 8 mountain elementals. You may kill either Howling Cyclones or Iceshard Elementals.','The influence of the elemental spirits has receded, but it will return. We\'ve bought ourselves the time we need to complete our tasks here and take our leave.','Have you culled the elementals?','','Mountain Elementals slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,24228,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11275,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11312,10958,495,0,8,69,71,0,690,0,0,0,0,0,0,0,0,11313,0,0,'The Frozen Glade','For generations, my people have told tales of frost nymphs cavorting in glades hidden away in the wilderness. I used to search for them as a child, against the advice of my parents, until I nearly froze to death.$B$BThese days, it isn\'t necessary to comb the forests for them. They\'ve decided to reveal themselves for reasons I can only guess, but I don\'t think the change can be ignored. Venture southeast to the Frozen Glade and seek out the nymphs, but beware; you will pass the Twisted Glade on your way.','Speak with Lurielle at the Frozen Glade.','$b$bIt is good to meet you, $c. My sisters have often watched the taunka search the forests for us, but we are forbidden by our queen from interacting with outsiders. You only see us now because the land has become unsettled and many of my sisters are in danger.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11313,10958,495,0,8,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirits of the Ice','The ice elementals surrounding our glade were once our companions, but a volatile and destructive force has swept through the land, turning them against us!$B$BThis is but one of the horrors my sisters and I have endured. We have revealed ourselves to you in the hope that you will help us stave off the decay that has crept into our glades and poisoned our sisters!$B$BWe\'ve been gathering the cores of the ice elementals and keeping them safe so that one day, we might be able to restore them. Will you help?','Lurielle at the Frozen Glade wants you to bring her 15 Icy Cores.','$b$bThank you, $n.$b$b$b$bI promise, my friends, I will do all I can to restore you.','Have you recovered any of the cores?','','','','','',33605,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11312,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11314,10958,495,0,0,69,71,0,0,0,0,0,0,0,0,0,0,0,33606,1,'The Fallen Sisters','To the southwest was a glade that used to look much like this one. Mysterious forces and alien magics are reshaping the land. The glade has thawed, the sisters living there driven mad by the sudden change.$B$BWe thought to reach out to them, but they attacked us. I fear many may be beyond saving, but I cannot give up hope.$B$BTake my pendant, travel southwest to the Vibrant Glade, and use it to try to free my sisters.','Lurielle at the Frozen Glade wants you to use her pendant on 7 Chill Nymphs.','So there is hope for my sisters?$b$b$b$bI feel guilty for not thinking of the pendant sooner. We might have saved even more of the sisters.','Were you able to heal any of my sisters using the pendant?','','Chill Nymphs Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,24117,0,0,0,7,0,0,0,49624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11313,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11315,10958,495,0,8,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Vines','The sisters who lived in the Vibrant Glade, to the southwest, used to tend to gorgeous beds of scarlet ivy, but the same force that has driven them mad has transformed their beloved ivy.$B$BThe vines now grasp at the feet of the unwary, or lash at any who approach the glade. Before we can reclaim the glade, the vines must be tamed and uprooted.$B$BClear as much of the ivy as you are able. It has already begun to grow out of control.','Lurielle at the Frozen Glade wants you to kill 8 Scarlet Ivy.','Thank you for your help, $n. The Vibrant Glade was once a beautiful place, and when we return to it, we shall make it so again.','Have you returned from the Vibrant Glade?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23763,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11313,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11316,10958,495,0,8,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spawn of the Twisted Glade','The glade to the west has been transformed into a hideous place called the Twisted Glade. Horrible beasts dwell among the trees, stones, and pool of the glade.$B$BI cannot guess where the creatures came from or what horrible forces animate them, but they must be dealt with!$B$BI fear that if they are allowed to dominate the glade, they will poison it beyond redemption. Clear the glade of these creatures who murdered our sisters.','Lurielle at the Frozen Glade wants you to kill 10 Thornvine Creepers.','You have done well, $N. If we\'d had allies like you when the land first began to change, perhaps we might have been able to preserve some of what we\'ve lost.','Have you seen the horrors of the Twisted Glade for yourself?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23874,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11314,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11317,10958,495,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11323,0,0,'The Cleansing','We braved the Rivenwood because of my troubled dreams concerning my worg life-friend, Ulfang. He has called out for help, and you must go to him.$B$BBut, you do not have the means to speak with him, or walk amongst the other worgs. I know a way.$B$BFirst, you must cleanse your inner turmoil.$B$BThere is a shrine that sits at the top of Frostblade Peak, northeast of Camp Winterhoof. A single path leads up to it from the western base of the mountain.$B$BMeditate there and then return to me.','Sage Mistwalker at Steel Gate has advised you to cleanse yourself of Your Inner Turmoil through meditation at the Frostblade Shrine.','Already I can sense the change within you.$b$bAre you ready for what comes next?','Did you find inner peace at the shrine? Is your turmoil gone?','','Cleansed of Your Inner Turmoil','','','',0,0,0,0,0,0,0,0,0,0,0,0,27959,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,571,3033.55,-5096.2,1,120600,0,0,0,0,'',11286,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11318,10958,0,370,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,33306,1,'Now This is Ram Racing... Almost.','So you want to check out the racing rams? Well I hope you\'re ready for speed. BUT before I let you loose in the world, you\'ll need to show me that you can handle these fine creatures.$b$bSo here\'s the deal: I\'ll lend you some racing reins and the use of a ram. You need to prove to me that you can handle using these rams.$b$bKeep the ram at a trot, canter and gallop for 8 seconds each. If you need instructions how to handle the ram, talk to my apprentice, Pol Amberstill.','You have 4 minutes to ride the ram and maintain 3 different levels of speed for 8 seconds.','Nice work there! It takes time to get the hang of controlling your ram. But once you do, you\'ll wish every ram was a racing ram.$b$bWhat\'s that? \"Where\'s my reward?\" Ha Ha Ha... you got to ride the fastest ram around! You want more? Well how about this...$b$bYou\'ve been rewarded with the chance to help other people around Brewfest. There\'s plenty of work, and rewards, for an eager, young, ram racer.','Were you able to handle the speed?','','Maintain a Trot for 8 seconds','Maintain a Canter for 8 seconds','Maintain a Gallop for 8 seconds','',0,0,0,0,0,0,0,0,0,0,0,0,24263,24264,24265,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11319,10958,495,0,0,69,71,0,0,0,0,0,0,0,0,0,0,0,33607,1,'Seeds of the Blacksouled Keepers','The glade to the northwest, now the Twisted Glade, used to be home to a number of keepers of the glade. Together with the sisters, they saw to the glade\'s upkeep.$B$BWhen the glade changed, the sisters died, but somehow the keepers managed to survive. Now, they seed the land with poisonous spores that wither healthy greenery.$B$BI\'ll give you one of the cores from the ice elementals. Once you\'ve destroyed a spore, use the ice crystal to freeze it and keep it from regenerating.','Lurielle at the Frozen Glade wants you to freeze 8 Spores.','The ice core worked well for you? I\'ll have to remember that. I\'m certain the keepers will not stop just because we\'ve destroyed their work once.','The Twisted Glade is a terrible place. I never imagined our homes could become something so loathesome.','','Spores frozen','','','',0,0,0,0,0,0,0,0,0,0,0,0,24235,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,39074,39072,39073,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11320,10958,0,370,0,2,70,0,0,0,0,0,0,0,0,0,0,0,33306,1,'[NYI] Now this is Ram Racing... Almost.','Quest Description','Log Descritpion ','','','','Maintain Green Speed for 6 seconds','Maintain Yellow Speed for 6 seconds','Maintain Red Speed for 6 seconds','',0,0,0,0,0,0,0,0,0,0,0,0,24263,24264,24265,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11321,10958,0,370,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,33955,1,'Did Someone Say \"Souvenir?\"','Brewfest isn\'t just about racing rams, it\'s also about drinking! When you have a moment, take this voucher to Belbi Quikswitch. She\'s near the back of the Brewfest camp. If you can\'t see her, don\'t worry, she\'ll be sure to see you.$b$bIn any case, take this voucher to her to get your free Brewfest stein. She\'ll also be more than happy to handle any and all other Brewfest transactions.','Redeem the Brewfest Stein Voucher with Belbi Quikswitch in the Brewfest camp.','Aww, it\'s just a stein voucher... Maybe you\'re just playing hard to get. So here\'s this years stein for you.$B$BBut I suspect I\'ll be seeing a lot more of you. After all, if you want any Brewfest tickets redeemed, I\'m your girl...$B$Bor maybe I\'m his girl...$B$Booohhh.... or his...','What\'s happening hot stuff? Got something for me?','','','','','',33955,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11318,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11322,10958,495,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,11325,0,0,'The Cleansing','Of late I\'ve had nightmares concerning a worg named Ulfang. He has called out for help, and you must go to him.$B$BHowever, you do not have the means to speak with him, or walk amongst the other worgs. I know a way.$B$BBut first, you must cleanse your inner turmoil through meditation.$B$BThere is a shrine that sits at the top of Frostblade Peak, far to the northeast. A single path leads up to it from the western base of the mountain.$B$BMeditate there to cleanse yourself and then return to me.','Watcher Moonleaf at Steel Gate has advised you to cleanse yourself of Your Inner Turmoil through meditation at the Frostblade Shrine.','Already I can sense the change within you.$B$BAre you ready for what comes next?','Did you find inner peace at the shrine? Is your turmoil gone?','','Cleansed of Your Inner Turmoil','','','',0,0,0,0,0,0,0,0,0,0,0,0,27959,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,571,3033.55,-5096.2,1,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,25,1,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,5),(11323,10958,495,0,128,69,71,0,690,0,0,0,0,0,0,0,0,11415,33618,1,'In Worg\'s Clothing','From my dreams, I know that Ulfang is in a cave on the snowy northwestern edge of the Rivenwood.$B$BHe is in great danger.$B$BI have devised a magical disguise that will make you appear as a worg while you are within the Rivenwood. The disguise is weak, relying upon the strange magics of that haunted wood. While it will only convince the worgs, it will allow you to get close to Ulfang.$B$BPlease, $c, find and help him.','Sage Mistwalker has asked you to seek out and help Ulfang in the Rivenwood.$B$BIf you somehow lose the Worg Disguise, return to Sage Mistwalker for a replacement.','You look and smell different... you are not one of my pack. Tell me your story; I have nothing but time while I am trapped in here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11317,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11324,10958,495,0,128,69,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Alpha Worg','When you\'ve eaten Talonshrike\'s eyes, you should be able see Garwal and rip out his throat!$B$B$R-thing, seek out and slay Garwal in the western Rivenwood. After you have killed him, go and tell Mistwalker that I am once more the alpha worg!','Ulfang has asked you to slay Garwal. Then, return the Worg Disguise to Sage Mistwalker at Steel Gate.','Garwal was not a worg at all! I know of these creatures... they are called worgen.$B$BBut, Ulfang indicated that it came south from the Grizzly Hills? Odd. There aren\'t any worgen there.$B$BI thank you for helping to restore Ulfang to his proper place amongst his pack. Now we both will be able to sleep peacefully.$B$BPlease, you must accept this as a sign of gratitude.','$N, you have returned. What news of Ulfang?','','','','','',0,33618,0,0,0,0,0,1,0,0,0,0,24277,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35913,35915,35916,35914,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,50104,0,0,0,0,0,0,0,150900,0,0,0,0,'',11417,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,6,1,0,0,0,0,0,6,0,0,6),(11325,10958,495,0,128,69,71,0,1101,0,0,0,0,0,0,0,0,11414,33618,1,'In Worg\'s Clothing','From my dreams, I know that Ulfang is in a cave on the snowy northwestern edge of the Rivenwood.$B$BHe is in great danger!$B$BI have devised a magical disguise that will make you appear as a worg while you are within the Rivenwood. The disguise is weak, relying upon the strange magics of that haunted wood. While it will only convince the worgs, it will allow you to get close to Ulfang.$B$BPlease, $c, find and help him.','Watcher Moonleaf has asked you to seek out and help Ulfang in the Rivenwood.$B$BIf you somehow lose the Worg Disguise, return to Watcher Moonleaf for a replacement.','You look and smell different... you are not one of my pack. Tell me your story; I have nothing but time while I am trapped in here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11322,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11326,10958,495,0,128,69,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Alpha Worg','When you\'ve eaten Talonshrike\'s eyes, you should be able see Garwal and rip out his throat!$B$B$R-thing, seek out and slay Garwal in the western Rivenwood. After you have killed him, go and tell Moonleaf that I am once more the alpha worg!','Ulfang has asked you to slay Garwal. Then, return the Worg Disguise to Watcher Moonleaf at Steel Gate.','Garwal was not a worg at all! The thing you describe him turning into sounds a lot like a worgen!$B$BBut, Ulfang said that it came south from the Grizzly Hills? Odd. There aren\'t any worgen there.$B$BI thank you for helping to restore Ulfang to his proper place amongst his pack. Now we both will be able to sleep peacefully.$B$BPlease, you must accept this as a sign of gratitude.','$N, you have returned. What news of Ulfang?','','','','','',0,33618,0,0,0,0,0,1,0,0,0,0,24277,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35913,35915,35916,35914,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,50104,0,0,0,0,0,0,0,150900,0,0,0,0,'',11416,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,6,1,0,0,0,0,0,6,0,0,6),(11327,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11328,0,0,'Mission: Package Retrieval','Well darn, we need some of that plague-stuff.$B$BI know!$B$BWhile you were destroying the vats, I happened to spy one of the apothecaries from New Agamand being pulled into Halgrind by the vrykul down in there. Poor fella\'.$B$B$N, I\'d bet anything that apothecary has the goods on him. Think you could go into Halgrind and retrieve his package?','Scout Knowles has asked you to retrieve the Apothecary\'s Package from inside Halgrind. Once you have it, return to the scout at the Ember Spear Tower.','Holy... what the hell?! Look at this stuff!$B$BWe need to get this back to the keep a.s.a.p.!','That place looks like a nightmare. Vrykul or not, no one deserves to be the victim of the Royal Apothecary Society.$B$BGlad I\'m standing safely over here. You find that package yet?','','','','','',33620,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11202,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,5),(11328,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,33620,1,'Mission: Forsaken Intel','Right, so I think you should get this stuff over to Peppy Wrongnozzle back at the keep. She\'s something of an amateur alchemist, but she\'s the only one we\'ve got.$B$BOne thing about Peppy; she does love her drink. So, you\'ll likely find her at the tavern \'soaking up the atmosphere\'.$B$BI\'m sure she\'ll know what to do.','Scout Knowles has asked you to deliver the Apothecary\'s Package to Peppy Wrongnozzle at Westguard Keep.','Oh... hey, that\'sh different!$B$BOkay, let me shee that shtuff. I jusht love tinkering with alchemy!$B$BInteresting, interesting... here, I think I know jusht what to do. A little mixing of that with the jusht the right amount of thish.$B$BYou know, I think a little dash of this rotgut will help, too ...hic!','Yeah, whadya want ...hic?','','','','','',33620,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11327,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,6,0,0,1),(11329,10958,495,0,8,69,70,0,1101,0,0,0,0,0,0,0,0,11410,0,0,'I\'ll Try Anything!','I never want to see another barrel of salted fish as long as I live! Filling barrels day in and day out, and there are still more to be filled!$B$BI wish I hadn\'t used up all that bait I bought from Nat Pagle. Worked like magic, it did. Now I\'m lucky if I can catch a fish an hour!$B$BI hear the northern barbfish make pretty good bait, but who\'s crazy enough to dive into a freezing cold lake and hack up the water plants in search of them? Not me... but maybe, just maybe, I can persuade you to...','Christopher Sloan at Fort Wildervar wants you to bring him 5 Northern Barbfish.','Well, these certainly are ugly enough, but I suppose I don\'t care if it actually works. I\'ll be relieved once the expedition has passed through and I can go back to simply fishing for my dinner.','You look like you\'re still in one piece. Get any of that bait?','','','','','',33628,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11330,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11331,33627,1,'Absholutely... Thish Will Work!','Voila, inshtant plague vacshine!$B$BBut I sure as heck am not going to try thish on myself. And I know you don\'t want to be my tesht shubject!$B$BOh, I\'ve got... I\'ve got an idea!$B$BWe\'ve got a vrykul prishoner being held down in the cells under the keep. Why don\'t you take thish mix I whipped up down there, and get that giant to drink it ...hic?!','Peppy Wrongnozzle at Westguard Keep has suggested that you take her Peppy\'s Special Mix and administer it to the Dragonflayer Vrykul Prisoner to witness its results.','Huh? Well that sucks! Darn, I made thingsh worsh. In fact, I think I perfected their plague for them ...hic!$B$B$B$BWell, I wash hoping that it wouldn\'t come down to thish, but it looks like there\'sh no alternative ...hic.','','','Peppy\'s Mix Administered To The Vrykul Prisoner','','','',0,0,0,0,0,0,0,0,0,0,0,0,24284,0,0,0,1,0,0,0,43386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11328,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,274,6,0,0,0,0,0,0,2,5,1,0,0,0,1000,0,0,0,0,0,3),(11331,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11332,0,0,'You Tell Him ...Hic!','Here\'sh the deal. I\'m not going to the captain with thish news. I\'m an amateur alchemist, thish ishn\'t my job, and I\'m on break!$B$BBeshides, he\'sh a big grumpkin... and you know him better than I do!$B$BSho, jusht go up into the keep and tell him. I\'m sure he\'ll be reashonable about the whole thing ...hic.$B$B','Peppy Wrongnozzle has suckered you into giving the bad news about the Forsaken plague to Captain Adams. Visit him at Westguard Keep.','Yes, $N, what is it now?$B$BWHAT?!! A Forsaken super plague that melts you in no time?$B$BYou oozed my vrykul prisoner?$B$B$B$BAlright, I know what we need to do. Or rather, what YOU need to do!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11330,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,25,0,0,0,0,0,0,2,5,5,0,0,0,0,0,0,0,0,0,1),(11332,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11248,0,0,'Mission: Plague This!','The Royal Apothecary Society thinks they\'re going to perfect a new plague to melt us down where we stand?!$B$BNot on my watch!$B$BGet out to the courtyard and speak with Greer Orehammer. He\'s got a gryphon and some bombs ready for you. I want you to bomb the plague tanks at New Agamand to smithereens!','Captain Adams has ordered you to get 5 bomb hits on the Plague Tanks at New Agamand. Do not return to him at Westguard Keep until you have accomplished that.','Nicely done, $N, nicely done!$B$B$B$BThat\'ll show those good-for-nothing Forsaken to think about messing with us!$B$BI\'d say you\'ve earned yourself something from the treasury!','Those plague tanks destroyed, yet? That new plague looms over our heads like certain death, $c!','','Plague Tank Hits','','','',0,0,0,0,0,0,0,0,0,0,0,0,24290,0,0,0,5,0,0,0,43404,0,0,0,0,0,0,0,35893,35892,35894,35895,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,43459,0,0,0,0,0,0,0,150900,0,0,0,0,'',11331,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11333,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11343,0,0,'Into the World of Spirits','While the Explorers\' League may discern bits and pieces of the past through their archaeological findings and the Vice Admiral might extract some knowledge of the present through brute force, the truth lies with the spirits.$B$BWith the proper reagents I am able to see into the spirit world. It is there that the past, present and future of Northrend resides.$B$BIf you wish to learn more, I will require my reagent pouch. It was lost in a ship that is now at the bottom of Daggercap Bay, just east of here.','Thoralius the Wise at Valgarde wants you to find his Reagent Pouch.','A bit worse for the wear but still functional.$b$b$b$bNow to place them in the fire and inhale!$b$b$b$b$b$bWha... What... It cannot be... I cannot...','Have you found my reagent pouch?','','','','','',33635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,4,1,1,1,1,0,0,0,0,6,0,0,5),(11334,10958,0,0,10,1,-1,0,0,0,0,0,0,0,0,0,0,0,33442,1,'He Shoots, He Scores!','[PH] Shoot a marked target.','[PH] Rinling wants you to shoot a marked target and then return the Target Rifle to him.','','','','','','','',33442,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11335,10958,3358,0,4098,71,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle of Arathi Basin that demands immediate reinforcements.$B$BReturn to me with news of victory, $N. We cannot allow the Horde scum to secure the resources that are rightfully ours!','Win an Arathi Basin battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent news, $c! If our tactical deployments continue to be this successful, the Horde will be in full retreat before long.','Tell me, $n. What news do you bring from the front?','Victory in Arathi Basin','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(11336,10958,2597,0,4098,71,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle for Alterac Valley that\'s in most need of brave combatants.$B$BGo now, $N, and aid the Stormpike Expedition. We cannot allow the Frostwolf Clan to get away with the violence they\'ve inflicted on our brethren!','Win an Alterac Valley battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.\n','Just what I wanted to hear! A victory in Alterac Valley - even a temporary one - is crucial to our overall strategy against the Horde.','Tell me, $n. What news do you bring from the front?','Victory in Alterac Valley','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,7),(11337,10958,3820,0,4226,71,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Eye of the Storm','The fight against the Horde knows no boundaries, $N. Even in Outland, territorial disputes and old hatreds are enough to tip the scales in favor of war.$B$BGo into the Eye of the Storm and make sure the Alliance prevails in Outland just like it has in Azeroth.','Win an Eye of the Storm battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','We\'ve come one step closer to achieving total victory over the Horde. We cannot allow the enemy to obtain a foothold in this world or any other.','Tell me, $n. What news do you bring from the front?','Victory in the Eye of the Storm','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(11338,10958,3277,0,4098,71,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Silverwing Sentinels fight to protect the forest in Warsong Gulch. We aid them, not because we\'re tree-lovers, but because the forest forms a natural protective barrier for Alliance territory.$B$BTheir need is greater today than it\'s ever been. We need to deploy reinforcements right away unless we want to see Ashenvale annexed to the Barrens!','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent work, $n. The integrity of our borders must be preserved at all costs!','Tell me, $n. What news do you bring from the front?','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(11339,10958,3358,0,4098,71,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Arathi Basin is on the verge of being lost to Alliance forces. We must send reinforcements at this very moment or all our efforts will have been in vain.$B$BDo not delay, $c, go to Arathi Basin and crush the enemy. Victory to the Horde!','Win an Arathi Basin battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','You\'ve brought great honor to the Horde, $n. Your victory today will ensure a thousand victories tomorrow!','You\'re back already. Do you bring news of victory?','Victory in Arathi Basin','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11340,10958,2597,0,4098,71,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','We\'ve recently come extremely close to driving the Stormpike invaders from Alterac Valley. As a result we\'re redirecting all our reinforcements to aid the Frostwolf Clan.$B$BA decisive victory there would free up the resources we need to crush the Alliance scum on all the other battlefronts.$B$BGo, $N. Earn great honor by heeding the call of the brave Frostwolf warriors.','Win an Alterac Valley battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','There is no greater honor than driving invaders from Horde territories. We salute your great courage in aiding our forces today!','You\'re back! Do you bring news of victory?','Victory in Alterac Valley','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11341,10958,3820,0,4226,71,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Eye of the Storm','We will fight and crush the enemy wherever we find them. Azeroth, Outland, the place makes no difference.$B$BWe cannot allow the Alliance to establish superiority in the Eye of the Storm. Take the battle to them today... tomorrow it might be too late!','Win an Eye of the Storm battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','You bring honor to us all, $n. We must show the enemy that we will fight them wherever we find them.','You\'re back already. Do you bring news of victory?','Victory in Eye of the Storm','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11342,10958,3277,0,4098,71,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Alliance is an insidious enemy, $N. They claim to defend the Ashenvale forests to justify their acts of aggression against our territories in the Barrens.$B$BToday we have an opportunity to drive the enemy from our lands once and for all. Go to Warsong Gulch and take back what is rightfully ours!','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.\n','The Horde is in your debt, $n. You\'ve made your people proud with your courage in defending our lands.','You\'re back already. Do you bring news of victory?','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11343,10958,495,0,130,68,71,0,1101,0,0,0,0,0,0,0,0,11344,33637,1,'The Echo of Ymiron','The spirit world has fallen under the sway of the Lich King. Fearsome creatures made of pure nightmare now stand watch over the realm of the elements. I sense that these val\'kyr are guarding a terrible secret.$B$BI am too old and weak to survive another journey. You must go in my place, $N.$B$BTake this incense burner to Wyrmskull Village and use it to enter the spirit world. Find the large dwelling in the northeast! Avoid the val\'kyr at all costs lest they make you a permanent fixture in their world.','Thoralius the Wise wants you to search Wyrmskull Village while you are in the spirit world and find information about the Secrets of Wyrmskull.','I do not understand. The creatures that you saw looked like the vrykul that are attacking Valgarde?','What have you discovered?','Secrets of Wyrmskull Uncovered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11333,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,6,0,0,0,0,0,0,0,0,0,5),(11344,10958,495,0,130,68,71,0,1101,0,0,0,0,0,0,0,0,0,33774,1,'Anguish of Nifflevar','All that we know of the vrykul indicates that they only recently appeared in Northrend. Why, then, are we seeing vrykul in visions that date back 15,000 years? Surely if the vrykul had previously existed in Northrend we would have known.$B$BYou must press on to Nifflevar. To get there you must go northeast, through Wyrmskull Village, and take the path leading up through the dam. Nifflevar is on the bluffs of the fjord.$B$BUse the incense burner once you arrive at Nifflevar and search the area for clues.','Thoralius the Wise wants you to search Nifflevar while you are in the spirit world and find information about the Secrets of Nifflevar.','Human children born of vrykul? And Ymiron ordered the deaths of all human born offspring?$b$b$b$bAs much as I wish to deny what is so plainly presented to me, I cannot. There is no extinct \"missing link\" to humans as the Explorers\' League proposed. The vrykul are the missing link. They are the progenitors of humanity.','What have you discovered?','Secrets of Nifflevar Uncovered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35832,35834,35835,35833,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11343,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,5),(11345,10958,0,0,10,1,-1,0,0,0,0,0,0,0,0,0,0,0,33442,1,'Prizes for Pellets','[PH] Shoot a marked target.','[PH] Rinling wants you to shoot a marked target and then return the Target Rifle to him.','','','','','','','',33442,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33776,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11346,10958,495,0,8,69,71,0,1101,0,0,0,0,0,0,0,0,11349,0,0,'The Book of Runes','The vast rocky area to the southeast, Giants\' Run, has been overrun by Iron Dwarves. Scouts have reported seeing the dwarves coaxing stone giants from the ground, then carving runes on them.$B$BI can\'t fathom their motives, but I suspect they\'re somehow trying to turn the giants into weapons. The iron rune stonecallers and binders carry large tomes with them, which must contain the runes they\'re carving on the giants.$B$BCapture the pieces of this book, assemble them, and bring it back to me, $N.','Prospector Belvar at Fort Wildervar wants you to bring him The Book of Runes.','$B$BHmm... there\'s so much here. I\'m going to need some time to study it, and if we hope to understand these runes, we\'ll need to try to make our own.','Have you recovered the book?','','','','','',33781,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11329,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11347,10958,0,370,0,1,70,0,0,0,0,0,0,0,0,0,0,0,33306,1,' Clear Some Room','We\'ve got tons of packages to deliver to the inn at Kharanos. It needs to get there fast, so I\'ll let you use my racing ram. I\'d be grateful if you delivered just 1 package. But I\'m giving you 5 minutes, so deliver as many as you can, and I\'ll reward you accordingly.','Deliver the package to Kharanos at least once. Deliver multiple packages for a greater reward.','','','','','','','',33797,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43535,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11348,10958,495,0,0,69,71,0,1101,0,0,0,0,0,0,0,0,0,33796,1,'The Rune of Command','Can you feel the power emanating from the runes I\'ve carved on this tablet? They\'re smaller versions of the runes that the Iron Dwarves are using. We\'ll use it to shut down their operation.$B$BTake it to Giants\' Run and use it on a stone giant that the dwarves have not altered.$B$BThe giant should obey you, but I\'ve tailored the runes to restore it to its natural state after a time. The giant may prove a valuable ally in the battle against Binder Murdis, the leader of the Iron Dwarf forces at Giants\' Run.','Prospector Belvar at Fort Wildervar wants you to test the Rune of Command and defeat Binder Murdis.','You\'ve done well in defeating Binder Murdis, but the Iron Dwarves won\'t give up easily.$B$BWe\'ve made a lot of progress in understanding how they manipulate runes. Perhaps next time we encounter them, our knowledge will give us an advantage.','Have you tried the rune?','','Test Rune of Command','','','',0,0,0,0,0,0,0,0,0,0,0,0,24345,24334,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11349,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,1,0,5),(11349,10958,495,0,8,69,71,0,1101,0,0,0,0,0,0,0,0,11348,0,0,'Mastering the Runes','I\'ve got a set of picks, hammers, and chisels with me, but they won\'t work for carving these runes. The tools used by the Iron Dwarves are imbued with magic during their forging.$B$BWhen they\'re used to carve runes, the symbols form much more than mere words. These runes have the power to bind, compel, and twist.$B$BI believe I know how it works, but without a set of those tools, I can\'t be certain. Look for kits resembling mine near the Iron Dwarf pavilions at Giants\' Run and bring them to me.','Bring a set of Iron Rune Carving Tools to Prospector Belvar at Fort Wildervar.','$B$BI\'m going to try these out. If we\'re to understand the Iron Dwarves\' motives and defeat them, I need to know exactly what the runes are doing.','Have you returned with those tools?','','','','','',33794,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11346,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11350,10958,495,0,8,69,71,0,690,0,0,0,0,0,0,0,0,11351,0,0,'The Book of Runes','Chieftain Ashtotem dispatched me on a scouting mission to Giants\' Run, a broad, rocky plateau to the southeast, past the Frozen Glade.$B$BThe area has been taken over by Iron Dwarves who seem to be altering the giants as they emerge from the earth.$B$BThe iron rune stonecallers and binders carry large tomes with them, which must contain the runes they\'re carving on the giants.$B$BCapture the pieces of this book, assemble them, and bring it back to me. It\'s the only way we\'ll understand their plans.','Longrunner Pembe at Camp Winterhoof wants you to bring him The Book of Runes.','$b$bI\'m no loremaster, but I have some familiarity with the language of the Iron Dwarves. I think the runes they\'re carving on the giants are derived from their spoken language, but there are some differences.','Have you recovered the book?','','','','','',33781,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11275,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11351,10958,495,0,8,69,71,0,690,0,0,0,0,0,0,0,0,11352,0,0,'Mastering the Runes','I think I\'ve figured out what the Iron Dwarves are doing. The tools they use are imbued with magic during their forging.$B$BWhen they\'re used to carve runes, the symbols form much more than mere words. These runes have the power to bind, compel, and twist.$B$BIf I had a set of those tools, I could mimic the runes in the book. I captured one of these boxes from one of the pavilions at Giants\' Run, but it was empty. Look for similar boxes and recover a set of tools from them.','Bring a set of Iron Rune Carving Tools to Longrunner Pembe at Camp Winterhoof.','$b$bThese are more delicate than I\'d thought. Allow me a moment to try them out.','Have you returned with those tools?','','','','','',33794,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11350,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11352,10958,495,0,0,69,71,0,690,0,0,0,0,0,0,0,0,0,33796,1,'The Rune of Command','Can you feel the power emanating from the runes I\'ve carved on this tablet? They\'re smaller versions of the runes that the Iron Dwarves are using. We\'ll use it to shut down their operation.$B$BTake it to Giants\' Run and use it on a stone giant that the dwarves have not altered.$B$BThe giant should obey you, but I\'ve tailored the runes to restore it to its natural state after a time. The giant may prove a valuable ally in the battle against Binder Murdis, the leader of the Iron Dwarf forces at Giants\' Run.','Longrunner Pembe at Camp Winterhoof wants you to test the Rune of Command and defeat Binder Murdis.','You\'ve done well in defeating Binder Murdis, but the Iron Dwarves won\'t give up easily.$b$bAs my people move north, I\'m certain we will encounter the Iron Dwarves again. Next time, we will be prepared to thwart them before they can dig in.','Have you tried the rune?','','Test Rune of Command','','','',0,0,0,0,0,0,0,0,0,0,0,0,24345,24334,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11351,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11353,9036,0,0,5128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Got the work shirt','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11354,10958,3535,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Nazan\'s Riding Crop','Today I have a buyer who is interested in a piece that\'s held by the mount of Illidan\'s herald. I, of course, speak of Vazruden the Herald and his dragon mount, Nazan.$B$BIf you want the finder\'s fee that I offer in return, find them flying above the Ramparts at Hellfire Citadel and return with the dragon\'s riding crop.$B$BMy sources tell me that the item in question is personally held by the dragon. It is said that Nazan refuses to allow Vazruden to strike him with it.','Wind Trader Zhareem has asked you to obtain Nazan\'s Riding Crop. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','Another soon-to-be satisfied customer. It looks like it\'s in fine condition. You are to be rewarded.$B$BCome back tomorrow and I will have another request for you to fulfill.','The riding crop please.','','','','','',33833,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,947,946,0,0,0,350,350,350,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11355,10958,495,0,0,69,72,1,1101,0,0,0,0,0,0,0,0,11358,33806,1,'March of the Giants','To the east, at Giants\' Run, rune-inscribed stone giants have started to migrate north toward Frostblade Peak. What their ultimate destination is, I do not know.$B$BThe glowing runes inscribed in the stone flesh of the giants guide them on their journey.$B$BUse this pick to deactivate the runes on the giants\' corpses and return with your findings.','Researcher Aderan at Fort Wildervar wants you to use the Runeseeking Pick on the corpses of 4 Runed Stone Giants.','$B$BThe runes for \"north\" and \"west\" appeared multiple times? There\'s a highly reinforced command to move in that direction, but the runes are more than propulsion. Something is attracting them, but what?','What have you found?','','Runed Stone Giant Corpse Analyzed','','','',0,0,0,0,0,0,0,0,0,0,0,0,27802,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11329,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11356,10958,0,22,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Costumed Orphan Matron','During Hallow\'s End, human orphanages have organized trips for their orphans to visit Alliance countryside villages. Those poor children would love to see a real $c like yourself!$B$BWhy don\'t you visit them? You\'ll find orphans at Goldshire in Elwynn Forest, Kharanos in Dun Morogh and Azure Watch in Azuremyst. Speak to the children\'s ward, a costumed orphan matron, and she\'ll introduce you to the children.','Speak with a Costumed Orphan Matron in either Goldshire, Kharanos or Azure Watch.','You\'re here to visit the children! Wonderful! They have known such heartache in their short lives. It is good that they see real heroes like you. It really lifts their spirits!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,1),(11357,10958,0,22,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Masked Orphan Matron','For Hallow\'s End, orc orphans were taken on a trip to many Horde villages. The orphan matrons thought it would be good for them to see real heroes adventuring in the field.$B$BWhy don\'t you visit them? A brave $c like yourself could strengthen their spirits with tales of your valor! Go to either Razor Hill in Durotar, Brill in Tirisfal Glades or Falconwing Square in Eversong Woods. Speak with the masked orphan matron and she\'ll introduce you to the children.','Speak with a Masked Orphan Matron in either Razor Hill, Brill or Falconwing Square.','The children love to watch heroes at their work. It is my hope that, one day, each of these orphans will grow into a strong member of the Horde, and ultimately die in glorious battle!$B$BAh, thoughts of such a fine fate brings mist to my eyes...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,66,1,0,0,0,0,0,0,0,0,0,1),(11358,10958,495,0,0,69,72,1,1101,0,0,0,0,0,0,0,0,11359,33819,1,'The Lodestone','If we can locate what\'s luring the giants northwest, we might be able to stop them before they reach their destination.$B$BAlthough I was able to decipher many of the runes on the samples you brought me, the ones I don\'t know concern me the most. When I visited Giants\' Run, I noticed a large broken tablet jutting from the ground where the northeastern part of the area met the snow at the foot of Frostblade Peak. Take this sample, compare the runes with the tablet, and see what you can learn.','Researcher Aderan at Fort Wildervar wants you to compare the Rune Sample with the Broken Tablet.','$B$BOf course! This Megalith must be the key to the Iron Dwarves\' plans. We must destroy it before their plan comes to fruition!','Have you discovered what lodestone attracts the giants?','','Compare Runes with the Broken Tablet','','','',0,0,0,0,0,0,0,0,0,0,0,0,24381,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11355,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11359,10958,495,0,8,69,72,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Demolishing Megalith','Binder Murdis created Megalith to be the most powerful of the runed giants and to lead them in their mission. Defeating Megalith will leave them lost and without direction. After the expeditionary force arrives, our soldiers will be able to isolate and defeat the remaining giants and oust their Iron Dwarf masters from their camps.$B$BSearch the foothills of Frostblade Peak, north of Giants\' Run for Megalith and defeat him!','Defeat Megalith and return to Researcher Aderan at Fort Wildervar.','You\'ve done well in felling Megalith, but I wonder about his final words.$B$BYou\'re sure he said the Stoneforge?$B$BI know of no place with that name, but it sounds like a word with origins in the titans. What plans do the Iron Dwarves have for such a thing? This bears watching, $N, for we must find it before the Iron Dwarves\' plan comes to fruition.','Do you bring news of Megalith\'s downfall?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24371,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11358,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,6),(11360,10958,0,22,264,1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,'Fire Brigade Practice','With the Headless Horseman at large, the heroes of Goldshire are always ready to form a fire brigade. Do you want to help?$B$BNorth of here, guards set up a small area to practice fighting fires. Go there and throw buckets onto the blazes. You can fill a bucket from the water barrel here, or the one near the fires.$B$BGood bye, $N. When you\'re done with fire brigade practice, please visit us again!','Throw Water Buckets onto 5 fires, and then speak with the Costumed Orphan Matron.','You\'re wet and smudged with soot! You must have been extinguishing fires!$B$BWell done! As an honorary member of the Goldshire Fire Brigade, I beg you to return here if ever the village needs you!','Hello, $N. Have you been perfecting your fire fighting techniques? Don\'t forget about the practice area to the north!','','Fight Fires','','','',0,0,0,0,0,0,0,0,0,0,0,0,23537,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,1,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0),(11361,10958,0,22,8,1,-1,0,162,0,0,0,0,0,0,0,0,0,0,0,'Fire Training','The grunts set up a fire training area outside the village. These days, Razor Hill\'s buildings often catch fire -- you should lend a hand and train as a fire fighter!$B$BHead west out of Razor Hill, then turn right as you pass the village\'s wall. Find the training area, then grab buckets and toss them on the practice fires.','Toss Water Buckets on 5 fires, then speak with the Masked Orphan Matron in Razor Hill.','Well done, $n! Children, take a good look at this $c. Grow strong and brave like him and one day you too will fight for the Horde.','Have you dowsed any fires, $n? The training area is west of Razor Hill\'s western exit.','','Fight Fires','','','',0,0,0,0,0,0,0,0,0,0,0,0,23537,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,1,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11362,10958,3535,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Keli\'dan\'s Feathered Stave','There is no accounting for taste. Take my most recent buyer for instance.$B$BThere is a blood orc within Hellfire Citadel known as Keli\'dan the Breaker. He bears a most mundane stave; certainly nothing to take a second glance at. And yet, this is what my customer wishes.$B$BWho am I to say no?$B$BIf you desire my compensation, you will find him and his stave within the Blood Furnace.','Wind Trader Zhareem has asked you to obtain Keli\'dan\'s Feathered Stave. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','Perhaps I will have new feathers tied onto it before shipping it on to the buyer. I\'m certain with so many arakkoa hereabouts it will not prove difficult. A small matter, and nothing to detract from your reward in any case.$B$BCome back tomorrow and I will have another request for you to fulfill.','We are speaking again... you must have the stave.','','','','','',33814,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,947,946,0,0,0,350,350,350,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11363,10958,3535,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Bladefist\'s Seal','Today I have a very wealthy collector in need of something very unique indeed.$B$BWarchief Kargath Bladefist carries upon his person his seal of command, which he uses to sign all official documents. I want you to retrieve it for me.$B$BYou will find him deep within the Shattered Halls. No doubt you will have to wade through a veritable army to get to him. I have no doubt that you will succeed.','Wind Trader Zhareem has asked you to obtain Bladefist\'s Seal. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','Truly a daring acquisition that the bards should put pen to parchment for. Here, you have more than earned this.$B$BCome back tomorrow and I will have another request for you to fulfill.','I have heard it whispered that the warchief has weapons in place of his hands. Is this true?','','','','','',33815,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,947,946,0,0,0,350,350,350,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11364,10958,3535,0,4232,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Shattered Hand Centurions','Do you question your master? Neither does Mah\'duun.$B$BThe blood of the centurions of the Shattered Hand clan is what I seek. You will find them within the Shattered Halls of Hellfire Citadel.$B$BIf you want the bounty, you will not return until you have slain them all.','Nether-Stalker Mah\'duun has tasked you with the deaths of 4 Shattered Hand Centurions. Return to him in Shattrath\'s Lower City once they all lie dead in order to collect the bounty.','Very well, you have earned your bounty.$B$BReturn again tomorrow and the winds will have whispered once more to Mah\'duun.','You have returned. The centurions all lay dead?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17465,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29460,0,0,0,1,0,0,0,933,946,947,0,0,0,250,250,250,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11365,10958,495,0,0,69,72,1,690,0,0,0,0,0,0,0,0,11366,33806,1,'March of the Giants','To the east, at Giants\' Run, rune-inscribed stone giants have started to migrate north toward Frostblade Peak. I know nothing of their goals, nor of their destination.$B$BThe glowing runes inscribed in the stone flesh of the giants guide them on their journey. Fell some of these giants.$B$BTake this pick with you and use it on the corpses of the runed stone giants. It will deactivate the runes. Once you\'ve tested enough giants, return to me with your findings.','Sage Edan and Camp Winterhoof wants you to use the Runeseeking Pick on the corpses of 4 Runed Stone Giants.','$b$bThe runes for \"north\" and \"west\" appeared over and over? I\'m not an expert in these runes, but the repetition of them suggests a strong command.$b$bThese carvings are more than passive directions, though. They seem to pull the giants toward something, but what?','What have you found?','','Runed Stone Giant Corpses Analyzed','','','',0,0,0,0,0,0,0,0,0,0,0,0,27802,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11275,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11366,10958,495,0,0,69,72,1,690,0,0,0,0,0,0,0,0,11367,33819,1,'The Lodestone','We must find what\'s luring the giants northwest, so we can stop them before they reach their destination.$B$BWhile the rune samples gave us some clues, the unknown runes worry me.$B$BWhen I visited Giants\' Run, I noticed a large broken tablet jutting from the ground where the northeastern part of the area met the snow at the foot of Frostblade Peak. Take this sample, compare the runes with the tablet, and see what you can learn about the identity of this lodestone.','Sage Edan at Camp Winterhoof wants you to compare the Rune Sample with the Broken Tablet.','$b$bMegalith? A literal transcription from the tablet! This Megalith must be the centerpiece of the iron ones\' mysterious plans.','Have you discovered what lodestone attracts the giants?','','Compare Runes with the Broken Tablet','','','',0,0,0,0,0,0,0,0,0,0,0,0,24381,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11365,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11367,10958,495,0,8,69,72,1,690,0,0,0,0,0,0,0,0,0,0,0,'Demolishing Megalith','Binder Murdis created Megalith to be a kind of keystone for the runed giants and to lead them in their mission. Defeating Megalith will leave them lost and without direction. I will ask Chieftain Ashtotem to divert some of our men as we move north and dedicate them to eliminating the last of the runed giants. Without their giants, the Iron Dwarves cannot stand against us.$B$BSearch the foothills of Frostblade Peak, north of Giants\' Run for Megalith and defeat him!','Defeat Megalith and return to Sage Edan at Camp Winterhoof.','You\'ve done well in felling Megalith, but I wonder about his final words.$b$bYou\'re sure he said the Stoneforge?$b$bIt is not a name our people know, but it sounds like it might be a creation of the \"titans\" the ousiders speak of. The Iron Dwarves have ever been a cunning and dangerous foe, $n. We must watch these giants and find this Stoneforge before they can carry out their plans.','Do you bring news of Megalith\'s downfall?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24371,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11366,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11368,10958,3905,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Heart of Quagmirran','I have an unusual request. A certain wealthy individual that I am in contact with off-world is interested in a macabre piece.$B$BSpecifically, she wants the heart of Quagmirran.$B$BI hear that the beast has three, but one will suffice for our purposes. As I understand it, you can find Quagmirran resting within a deep pool of water at the Slave Pens.','Wind Trader Zhareem has asked you to obtain The Heart of Quagmirran. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','Now that I think of it, it\'s a pity I didn\'t ask you to return with the other two hearts as well. Perhaps next time. In any case, you\'ve earned your commission.$B$BCome back tomorrow and I will have another request for you to fulfill.','I trust that you know of a way to preserve the heart in transit?','','','','','',33821,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,942,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11369,10958,3905,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: A Black Stalker Egg','There is only ever one great mother of the marsh walkers in Zangarmarsh. She is always known as the Black Stalker, and she hatches from one of the eggs left behind when her mother dies.$B$BI have a buyer who is interested in one of those eggs. He mentioned something about adding her as a zoo attraction.$B$BIf you are interested in the reward I am offering, travel to the Underbog and slay the Black Stalker for her egg.','Wind Trader Zhareem wants you to obtain a Black Stalker Egg. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','Is it not amazing to feel the life pulsing within the egg? I must hurry to deliver it to the purchaser. We wouldn\'t want it hatching here now would we?$B$BYour payment is ready.$B$BCome back tomorrow and I will have another request for you to fulfill.','We\'re speaking again because you have the egg? Outstanding, let me see it!','','','','','',33826,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,942,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11370,10958,3905,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Warlord\'s Treatise','While it is known that Warlord Kalithresh of the naga is a great warrior in his own right, there are fewer who know that he has codified all of his knowledge.$B$BOne of my customers is aware of it though, and is keenly interested in obtaining his treatise.$B$BI ask that you travel to the Steamvault in Coilfang Reservoir and obtain this book for me.','Wind Trader Zhareem has asked you to acquire The Warlord\'s Treatise. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','Indeed, I fear my customer will not have time to peruse the entirety of this book. Nevertheless, that is not our concern. Here is your reward.$B$BCome back tomorrow and I will have another request for you to fulfill.','My customer grows restless. I believe he wishes to plumb the depths of the warlord\'s tactical thinking to help with one of his ongoing conflicts.','','','','','',33827,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,942,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11371,10958,3905,0,4232,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Coilfang Myrmidons','Mah\'duun hears and obeys, and I now ask you to be my instrument.$B$BIt has been related to me that the myrmidons of the coilfang tribe must be destroyed. Seek them out within the humid confines of the Steamvault underneath Coilfang Reservoir.$B$BI will accept nothing less than their utter annihilation.','Nether-Stalker Mah\'duun has asked you to slay 14 Coilfang Myrmidons. Return to him in Shattrath\'s Lower City once they all lie dead in order to collect the bounty.','I trust that it was a fight worthy of your time? Certainly this bounty will be.$B$BReturn again tomorrow and the winds will have whispered once more to Mah\'duun.','How fares your fight against the coilfang myrmidons?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17800,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29460,0,0,0,1,0,0,0,933,942,0,0,0,0,250,250,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11372,10958,3688,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Headfeathers of Ikiss','I\'ve recently been approached by a tauren whose husband is about to be elevated to chieftain. She wishes to make a special addition to his headdress.$B$BSpecifically, she wants to obtain the headfeathers from the dastardly Talon King Ikiss.$B$BIf you are interested in collecting my reward, travel to Auchindoun\'s Sethekk Halls and find him.','Wind Trader Zhareem has asked you to acquire The Headfeathers of Ikiss. Deliver them to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','I am sure that these feathers will make a fine addition to the chieftain\'s headdress. You have earned your compensation, $C.$B$BCome back tomorrow and I will have another request for you to fulfill.','The time of the chieftain\'s ceremony grows near.','','','','','',33834,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,1011,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11373,10958,3688,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Shaffar\'s Wondrous Pendant','Today I have a personal request of you, yet the reward will certainly match the danger.$B$BMy family has a \'history\', shall we say, with Nexus-Prince Shaffar and his followers. If the amulet he wears were to fall into my hands then surely that would mean that he had been dealt with.$B$BIf the bounty I am offering is of interest to you then journey to his lair within Auchindoun\'s Mana-Tombs.','Wind Trader Zhareem wants you to obtain Shaffar\'s Wondrous Amulet. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','$B$BGood, I am glad to hear of his demise. And perhaps I will be able to unlock the secrets of his amulet for myself. If not, then I will sell it for a handsome price.$B$BI trust that this reward is sufficient.$B$BCome back tomorrow and I will have another request for you to fulfill.','Not many know that the source of Shaffar\'s magic rests solely within his amulet. Without it he is powerless.$B$BThen again, if you have it that must mean that he is dead.','','','','','',33835,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11374,10958,3688,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Exarch\'s Soul Gem','Within Auchindoun\'s Auchenai Crypts many unsavory experiments are undertaken in the pursuit of a greater understanding of the necromantic arts. Many are the spirits that are tortured or destroyed therein.$B$BI have a customer who is interested in the liberation of one of those spirits. I have been informed that this spirit is contained within a soul gem held by none other than Exarch Maladaar himself.$B$BSeek him out within the crypts with all due haste and return to me with the gem.','Wind Trader Zhareem has asked you to recover The Exarch\'s Soul Gem. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','You\'re quite the heroine, $N. I am certain that my customer will find a way to free the spirit of their loved one from within the gem. For a job well done, your payment awaits.$B$BCome back tomorrow and I will have another request for you to fulfill.','Can you imagine being trapped within a gem for all eternity?','','','','','',33836,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,1011,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11375,10958,3688,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Murmur\'s Whisper','When I\'m done speaking, you may not want to take this commission.$B$BI have an eccentric client who specializes in the study of dead realities. It is rumored that the being known as Murmur destroyed the last world from which he was summoned. The professor is interested in examining his \'whisper\' as he called it to understand how it is that Murmur accomplished such a feat.$B$BWill you journey to the Shadow Labyrinth within Auchindoun and retrieve it for me?','Wind Trader Zhareem has asked you to obtain Murmur\'s Whisper. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','I was worried that you might not return. I trust that you didn\'t go deaf from fighting Murmur?$B$BHere is your reward. The professor will be pleased no doubt, though I worry what he ultimately wishes to do with this thing.$B$BCome back tomorrow and I will have another request for you to fulfill.','I\'m not even certain what form a whisper is supposed to take in the physical world, but the professor assures me that you\'ll know it when you see it.$B$BPerhaps it is something akin to the being\'s voice box?','','','','','',33840,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,1011,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11376,10958,3688,0,4232,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Malicious Instructors','Mah\'duun has heard it said that none are as cruel as the six-armed demonesses inside the Shadow Labyrinth.$B$BGo to Auchindoun, seek them out, kill them all.$B$BIf you cannot accomplish so simple a task, we do not have anything further to say to one another.','Nether-Stalker Mah\'duun wants you to kill 3 Malicious Instructors. Return to him in Shattrath\'s Lower City once they all lie dead in order to collect the bounty.','I am satisfied. He who speaks through the nether shall be as well. Mah\'duun has your bounty prepared.$B$BReturn again tomorrow and the winds will have whispered once more to Mah\'deen.','The instructors, they are all dead? No?$B$BDid I not say not to return unless you had killed them all?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18848,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29460,0,0,0,1,0,0,0,933,1011,0,0,0,0,250,250,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11377,10958,0,304,4224,70,70,0,0,0,185,275,0,0,0,0,0,0,33837,1,'Revenge is Tasty','I\'m providing the catering for some unusual party guests tonight. One of these fellows was flying around in Skettis and got knocked to the ground by a monstrous kaliri--his leg was broken badly.$b$bThey\'ve requested something special for his get well party: Kaliri Stew.$b$bI can loan you my cooking pot so you can whip up a batch of stew for me. The recipe itself is simple, but you\'ll need to get a giant kaliri wing and some cooked warp burgers.','The Rokk in Lower City has asked you to cook up some Kaliri Stew using his cooking pot. Return to him when it\'s done.','Oh, I do smell something tasty! I hope you gave that bird quite a good beating.$B$BPlease, help yourself to some of my extra stock. I\'m sure someone of your talent could put it to good use.','Do I smell something tasty?','','','','','',33839,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33844,33857,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'11379 11380 11381',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,5),(11378,10958,1941,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Epoch Hunter\'s Head','The tastes of my customers range from the mundane to the exotic. And sometimes they want to do very mundane things with the exotic objects they seek.$B$BSuch is the case with my latest request. My client, who shall remain nameless, wishes to obtain the head of the Epoch Hunter to mount on his wall.$B$B$C, will you find a way to travel back in time to Old Hillsbrad and procure said head for my trophy-hunting patron?','Wind Trader Zhareem has asked you to obtain the Epoch Hunter\'s Head. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','I see you are returned to the present time intact.$B$B$B$BIt doesn\'t appear that anything has changed. But then again, how would I know?$B$BThat\'s a nice cut; my customer will be pleased. Here is your reward.$B$BCome back tomorrow and I will have another request for you to fulfill.','The head of the Epoch Hunter... how does one come to the decision that they want it mounted on their wall?$B$BAnd even then, to not hunt the beast yourself, what does one say to their friends when asked how the fight went?$B$BHe\'ll lie, I suppose.','','','','','',33847,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,989,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11379,10958,0,304,4224,70,70,0,0,0,185,275,0,0,0,0,0,0,33852,1,'Super Hot Stew','I\'m trying to invent something with some real zing. But to be honest, I\'m more of an idea goblin these days. I\'ve lost my sense of adventure.$b$bBut you... remind me of my younger days; ready to take on the world with a sword in one hand and a skillet in the other.$b$bI want you to take my beloved cooking pot and head out to Blade\'s Edge. Throw in some shortribs and crunchy serpent--already cooked for extra flavor--and broil it over an abyssal\'s corpse, the only thing hot enough to do the trick.','The Rokk in Lower City has asked you to cook up some Demon Broiled Surprise using his cooking pot, two Mok\'Nathal Shortribs and a Crunchy Serpent. Return to him when it\'s done.','Now look at that...$B$B$B$BSweet A\'dal that\'s good! A cook with your potential shouldn\'t be without his proper materials. Take some of my extra stock and make me proud.','Any luck with my little experiment?','','','','','',33848,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33844,33857,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'11377 11380 11381',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11380,10958,0,304,4224,70,70,0,0,0,185,275,0,0,0,0,0,0,0,0,'Manalicious','Wouldn\'t you know it, I think my foodstuffs are up to date and someone comes along and requests the unusual: Mana Berry Delight.$b$bUnfortunately, mana berries are only found in the eco-domes of Netherstorm. Just don\'t bother looking around Stormspire--it\'s picked clean.$b$bI could only trust someone trained in the culinary arts to pick the best berries, so don\'t let me down!','The Rokk in Lower City has asked you collect 15 Mana Berries from the Eco-Domes in Netherstorm.','Those are the juiciest mana berries I\'ve ever seen. I think I\'m getting smarter just by looking at them.$B$BSince I no longer need most of my meat and fish stock, why don\'t you take some? I\'m certain you could make something delicious.','Any luck, friend?','','','','','',33849,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33844,33857,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'11377 11379 11381',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,5),(11381,10958,0,304,4224,70,70,0,0,0,185,275,0,0,0,0,0,0,33851,1,'Soup for the Soul','Death is in the air. I\'ve never had so many orders for my famous soup--it lifts your spirits and soothes the soul.$b$bAnd I know a fellow cook when I see one! Would you like to help me out and get a cut of the profits?$b$bHere, take my cooking pot, gather some clefthoof meat and I\'ll let you in on a little secret. What makes my soup so good for the soul? It\'s not chicken--I cook it at the Ancestral Grounds in Nagrand to soak up all that spiritual stuff there.','The Rokk in Lower City has asked you to cook up some Spiritual Soup using his cooking pot. Return to him when it\'s done.','That is a fine batch of spiritual soup if I ever did smell one. Just a pinch of pepper and it\'s done.$B$BAs promised, here\'s your cut. And because you did such a fine job, I\'m going to throw in some of my extra stock.','What smells so good?','','','','','',33850,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33844,33857,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'11377 11379 11380',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,5),(11382,10958,1941,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Aeonus\'s Hourglass','I swear that some of my customers are crazy. There are possessions that you go after, and there are ones that you dare not even think of!$B$BMy current client is clearly over-the-top insane. He covets the hourglass that Aeonus holds.$B$BYes, you heard right, Aeonus of the Infinite Dragonflight!$B$BWho am I to argue since he\'s paying a king\'s ransom? So, ready to go to the Caverns of Time and travel to the Black Morass to retrieve it for me?','Wind Trader Zhareem has asked you to acquire Aeonus\'s Hourglass. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','Odd that the sands in that thing are still falling upward. I think I will have it delivered to its new owner with all due haste.$B$BI thank you for a job well done, $C. You have certainly earned your commission.$B$BCome back tomorrow and I will have another request for you to fulfill.','If I were you, I would be very careful with time-travel. You wouldn\'t want to accidentally do something, like kill one of your ancestors, and then accidentally erase yourself from the present!','','','','','',33858,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,989,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11383,10958,1941,0,4232,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Rift Lords','Mah\'duun knows where you must go. Mah\'duun knows that you must kill rift lords. But, Mah\'duun does not know exactly when.$B$BI know that does not make sense, but the voice on the winds was not more specific.$B$BTravel to the Black Morass through the Caverns of Time and the way shall be made clear.','Nether-Stalker Mah\'duun wants you to kill 4 Rift Lords. Return to him in Shattrath\'s Lower City once they all lie dead in order to collect the bounty.','You found your way back in time, and then back again. You must be a great $C, $R. The bounty is earned.$B$BReturn again tomorrow and the winds will have whispered once more to Mah\'duun.','We are speaking, but I sense that all of the rift lords are not yet dead.$B$BReturn again when they are, $C.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17839,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29460,0,0,0,1,0,0,0,933,989,0,0,0,0,250,250,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11384,10958,3845,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: A Warp Splinter Clipping','Not long ago, I was approached by a kaldorei druidess with a touching request. And plenty of gold, of course!$B$BIt would appear that the forces of Darnassus wish to restore an ancient of the arcane known as Warp Splinter. The giant tree has been confused or corrupted, I\'m not certain, but you\'ll find it inside of the Botanica at Tempest Keep.$B$BShe said that all they would need to regrow him was a small clipping.','Wind Trader Zhareem has asked you to obtain a Warp Splinter Clipping. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','Aw, you did get it! It\'s so tiny. And yet, when the druids are done with it -- a process I am told will take a very long time -- Warp Splinter will be regrown anew.$B$BAnd here is your reward as promised.$B$BCome back tomorrow and I will have another request for you to fulfill.','Did you lose your way to the Botanica? You can\'t miss it... it\'s at Tempest Keep off of the eastern edge of the Netherstorm.','','','','','',33859,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,935,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11385,10958,3845,0,4232,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Sunseeker Channelers','It has been whispered to Mah\'duun that the channelers of the military unit known as the Sunseekers must be killed today.$B$BThey are to be found within the Botanica at Tempest Keep.$B$BYou want the bounty, you kill the channelers.','Nether-Stalker Mah\'duun wants you to kill 6 Sunseeker Channelers. Return to him in Shattrath\'s Lower City once they all lie dead in order to collect the bounty.','And now they are dead, channeling no longer. He who whispers upon the nether is satisfied and you have secured the bounty.$B$BReturn again tomorrow and the winds will have whispered once more to Mah\'duun.','How can it be that we are speaking when the channelers are not all lying dead?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19505,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29460,0,0,0,1,0,0,0,933,935,0,0,0,0,250,250,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11386,10958,3845,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Pathaleon\'s Projector','I always assumed that Pathaleon the Calculator used magic to project his image across Outland. Apparently I was wrong.$B$BMy latest customer tells me that the blood elf uses a mechanical device for his communication with the leaders of Prince Kael\'thas\'s special projects. As I understand it, he acquired it from the Zaxxis rebels in the Netherstorm.$B$BMy client wishes to obtain the projector. Why don\'t you pay Pathaleon a visit? He can be found within the Mechanar at Tempest Keep.','Wind Trader Zhareem has asked you to acquire Pathaleon\'s Projector. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','I\'m tempted to keep it for myself and return my client\'s money. It could certainly expand the reach of my business.$B$B$B$BHowever, I have a reputation to uphold.$B$BSpeaking of my reputation, thank you for helping me to maintain it. Here is your commission.$B$BCome back tomorrow and I will have another request for you to fulfill.','It\'s not that projector technology is something special in and of itself, but the range of this particular model is a true breakthrough!','','','','','',33860,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,935,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,6,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11387,10958,3845,0,4232,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Tempest-Forge Destroyers','There are mechanical constructs within the Mechanar which Mah\'duun has been told must be dismantled.$B$BGo to Tempest Keep, find the tempest-forge destroyers and destroy them.$B$BThen you may return to collect the bounty.','Nether-Stalker Mah\'duun wants you to destroy 5 Tempest-Forge Destroyers. Return to him in Shattrath\'s Lower City once they all lie dead in order to collect the bounty.','Mah\'duun enjoys fighting constructs; they are less messy than organic beings.$B$BThe bounty is yours.$B$BReturn again tomorrow and the winds will have whispered once more to Mah\'duun.','$B$BThe destroyers have not all been destroyed.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19735,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29460,0,0,0,1,0,0,0,933,935,0,0,0,0,250,250,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11388,10958,3845,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Scroll of Skyriss','Today\'s client seeks something truly unique.$B$BIt is said that Harbinger Skyriss is a servant of the Old Gods. It is also said that he carries a large scroll that contains their instructions for his domination of life in the universe on their behalf.$B$BMy current buyer wishes to get $g his : her; hands on that scroll, nevermind that $g he : she; won\'t be able to read the language upon it.$B$BTravel to Tempest Keep\'s Arcatraz and get it for me, will you, $c?','Wind Trader Zhareem has asked you to obtain The Scroll of Skyriss. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed on Heroic difficulty.','I dare not touch the scroll lest I too risk the notice of the Old Gods. I will have one of my assistants handle its delivery.$B$BYou have more than earned your reward, $C, and I wish you all the luck in the known worlds.$B$BCome back tomorrow and I will have another request for you to fulfill.','It must be a very dangerous thing to do to meddle directly in the affairs of the Old Gods.$B$BBetter you than me!','','','','','',33861,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,935,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,7),(11389,10958,3845,0,4232,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Arcatraz Sentinels','The sentinels within the Arcatraz have gone haywire. The prisoners run rampant and the guards attack those that would help.$B$BMah\'duun hears the speaker on the nether winds. The speaker says to destroy the sentinels.$B$BAccomplish this and today\'s bounty is yours.','Nether-Stalker Mah\'duun wants you to dismantle 5 Arcatraz Sentinels. Return to him in Shattrath\'s Lower City once that has been accomplished in order to collect the bounty.','With the sentinels destroyed, perhaps the naaru will ask the Consortium to replace them? Mah\'duun does not know and does not care.$B$BYou have earned the bounty.$B$BReturn again tomorrow and the winds will have whispered once more to Mah\'duun.','Do you not know how to get to Tempest Keep and the Arcatraz? East through the Netherstorm and then fly or fall, the choice is yours.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20869,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29460,0,0,0,1,0,0,0,933,935,0,0,0,0,250,250,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11390,10958,495,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,11391,0,0,'I\'ve Got a Flying Machine!','Well, what are you waiting for, there\'s work to be done!$B$BHere\'s the keys to our flying machine. Grab three sacks of relics and haul them up to the crane platforms on the north and south sides of Steel Gate. I\'ll mark them for you.$B$BHurry up! We haven\'t got all day!','The Steel Gate Chief Archaeologist wants you to transport 3 Sacks of Relics from the bottom of the site and take them to the platform on the north or south side of Steel Gate.$B$BUse the grappling hook on the flying machine to do this.$B$BReport back to him after you\'ve done so.','Good job, though I think ye might be wanting a refresher course in basic piloting.$b$bWell, no matter, one warm body\'s as good as another. Here\'s yer haul for the day.','Eh? You finished with all of that hauling?','','Sack of Relics Delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,24439,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,35912,35911,35936,0,0,0,1,1,1,0,0,0,22829,0,0,0,5,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11176,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,5),(11391,10958,495,0,4104,69,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Steel Gate Patrol','Eh? Yer back for another day\'s work?$B$BWell, alright, here\'s the keys. We don\'t need any haulin\' today, so just keep an eye out for anything suspicious, okay?$B$BI\'ve hooked her up with some rockets and a machine gun - just in case.','You\'re Steel Gate\'s ace pilot now, so the Steel Gate Chief Archaeologist wants you to keep patrol around the dig site and fight off anything that attacks.$B$BReport back to him when you\'re done with your patrol.','Nice shooting, ace.$B$BHere\'s your wages. Come back tomorrow for another round, ya hear?','Gargoyles?! I saw them out there! Did ya take care of \'em all?$B$BWhat\'s the world comin\' to when a dwarf cannot even dig without being attacked.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24440,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22829,0,0,0,2,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11390,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11392,10958,0,22,0,75,80,0,0,0,0,0,0,0,0,0,0,0,33985,1,'Call the Headless Horseman','Many dreary candles adorn this pumpkin shrine.','Take a Dreary Candle to the Loosely Turned Soil.','','This dirt has been recently disturbed.','','','','','',33985,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'11135 11220',11220,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11393,10958,495,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Where is Explorer Jaren?','$N, my betrothed, Jaren, went west with a small group of explorers to check into rumors of artifacts on the Chillmere Coast. But there are murloc down there, and I fear the worst has befallen them.$B$BSurely you have time to see if they\'re alright? There\'s a way down to the beach just to the southwest, though watch out for the worgs and other things lurking in the woods.','Overseer Irena Stonemantle has asked you to locate her fiance, Explorer Jaren.','$b$bIrena was concerned about me? She gets that from her father you know.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,5,0,0,0,1000,0,0,0,0,0,0,1),(11394,10958,495,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'And You Thought Murlocs Smelled Bad!','Originally I came down here to investigate some rumors about artifacts to be dug up. I knew that there were murlocs along the coast here, but I never in a million years thought I\'d see this.$B$B$B$BThe Scourge are out there, and they\'re changing murlocs, and anything else they can get their hands on, into the walking dead!$B$B$C, I think it\'s our duty to do something about this. Think you could take out a good chunk of those Scourge?','Explorer Jaren has asked you to kill 15 Scourge of any type along the Chillmere Coast. Return to him once you have done so.','$b$bGreat job, $n! That\'s a lot of Scourge goo all over your stuff though. You might want to think about a quick dip in the strait. It\'s cold, but it\'ll get you cleaned up right quick.','I don\'t know, $c, it doesn\'t look like you\'ve destroyed enough of them yet.','','Chillmere Coast Scourge Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,23645,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11393,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,5,6,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11395,10958,495,0,262272,69,71,0,1101,0,0,0,0,0,0,0,0,11396,33961,1,'It\'s a Scourge Device','The Scourge creature you just destroyed had this device held in its clutches. It has a jewel set into it which looks similar to the one that tops the scourging crystals.$B$BSurely, Explorer Jaren would like to have a look at this.','Deliver the Scourge Device to Explorer Jaren on the Chillmere Coast.','I know what this is! $n, it\'s a controlling device for those scourging crystals!$b$bI bet anything that it can be used to shut down their force fields. Hmmm.$b$b','What an odd-looking device you have there, $c. Let me have a closer look at it.','','','','','',33961,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,1,0,0,1),(11396,10958,495,0,128,69,71,0,1101,0,0,0,0,0,0,0,0,0,33960,1,'Bring Down Those Shields','Look at the button on the side of the controller here. I bet if you got close enough to one of those scourging crystals, you could use the controller to bring its shield down. Then it would simply be a matter of destroying the thing before its shield goes back up.$B$BWhat do you say, $N? You up for it? I can guarantee a nice reward for you if you can bring down those shields and destroy the crystals.$B$BIt\'s the least we can do to keep the Scourge from making more of their own kind.','Explorer Jaren on the Chillmere Coast has asked you to destroy 3 Scourging Crystals.','Nice!$b$b$b$bAlright, you certainly earned your pick of one of these things I found while I was down here.$b$bAnd, $n, if you happen to find yourself back at Steel Gate, give Irena my love and let her know that I\'m okay.','I don\'t know, $n. I think you need to take out a few more of those things.','','Scourging Crystals Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,24464,0,0,0,3,0,0,0,50133,0,0,0,0,0,0,0,35932,35933,35934,35935,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11395,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,69,30,6,0,0,2000,0,0,2,4,1,0,0,0,1000,0,0,0,0,0,6),(11397,10958,495,0,136,69,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'And You Thought Murlocs Smelled Bad!','I came here to investigate a rumor about a Scourge presence nearby. I expected murlocs along the coast down below, but I never thought I\'d see this!$B$BThe Scourge are down there, and they\'re changing murlocs, and anything else they can get their hands on, into the walking dead!$B$B$C, we will not suffer them to create more of their kind, especially not from murlocs! There is a ramp down to the beach just northwest of the camp. See to it that you deal with the Scourge in a timely fashion!','Apothecary Anastasia has asked you to destroy 15 Scourge of any type along the Chillmere Coast. Return to her at the Apothecary Camp once you have done so.','$b$bA satisfactory job to be certain, yet somehow I sense that there\'s something else we should be doing to stop the efforts of the Scourge on that beach.','That\'s interesting, when last I looked it didn\'t appear as if you\'d destroyed enough of them yet. Perhaps you might redouble your efforts?','','Chillmere Coast Scourge Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,23645,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11398,10958,495,0,128,69,71,0,690,0,0,0,0,0,0,0,0,11399,33962,1,'It\'s a Scourge Device','The Scourge creature you just destroyed had this device held in its clutches. It has a jewel set into it which looks similar to the one that tops the scourging crystals.$B$BSurely, Apothecary Anastasia would like to have a look at this.','Deliver the Scourge Device to Apothecary Anastasia at the Apothecary Camp.','I can tell you what this is, $n. It\'s a controlling device for those scourging crystals down there!$b$bI bet anything that it can be used to shut down their force fields. Hmmm.$b$b','What\'s that you have there, $c? Let me have a closer look at it!','','','','','',33962,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11399,10958,495,0,128,69,71,0,690,0,0,0,0,0,0,0,0,0,33960,1,'Bring Down Those Shields','Look at the button on the side of the controller here. I bet if you got close enough to one of those scourging crystals, you could use the controller to bring its shield down. Then it would simply be a matter of destroying the thing before its shield goes back up.$B$BBrave enough to hazard another trip down there, $N? I can guarantee a nice reward for you if you can bring down those shields and destroy the crystals.$B$BHow can you refuse if it means less Scourge, especially ones made from murlocs?','Apothecary Anastasia at the Apothecary Camp has asked you to destroy 3 Scourging Crystals.','$B$BVery well, $N, I concede that you have certainly earned a choice of one of these.','You still haven\'t destroyed enough scourging crystals. No reward until you do so.','','Scourging Crystals Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,24464,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,35932,35933,35934,35935,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11398,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1000,0,0,0,0,0,0,6),(11400,10958,0,370,0,40,-1,0,1101,0,0,0,0,0,0,0,0,0,33978,1,'Brewfest Riding Rams','If you show this hand stamp to Pol Amberstill, the Ram Racing Apprentice, he\'ll allow you to purchase Brewfest riding rams.','Bring the \"Honorary Brewer\" Hand Stamp to Pol Amberstill near the entrance to the Brewfest Grounds in Dun Morogh.','Good job, $N... you\'ve won the trust of the festival\'s brewers, earning the right to purchase a Brewfest riding ram.','Is that an \"Honorary Brewer\" stamp you\'ve got on your hand?','','','','','',33978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11401,10958,0,22,4096,75,-1,81,0,0,0,0,0,0,0,0,0,0,33985,1,'Call the Headless Horseman','Many dreary candles adorn this pumpkin shrine, which grins, taunting...','Take a Dreary Candle to the Loosely Turned Soil.','','','','','','','',33985,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,5,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11402,10958,151,0,4104,61,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clayton\'s Quest: Extreme!','Clayton wants you to find and slay twenty Evil Squirrels. ','Seriously, go slay those Evil Squirrels!','','',' ','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5868,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11403,10958,0,22,0,60,-1,0,0,0,0,0,0,0,0,0,0,0,33277,1,'Free at Last!','Rage was my prison, $N, and you have freed me. Though I thought I did right, my soul now weeps for the terror and the death I have caused the good people of Azeroth.$B$BThank you for leading me back to the Light. May I never again lose my way.$B$BTake this torn prayer book to an orphan matron, so the children will know that I will haunt them no more.','Take the Tome of Thomas Thomson to a Masked Orphan Matron in Durotar, Brill or Falconwing Square.','What? This holy tome once belonged to an infamous paladin of the Alliance. Was he the Headless Horseman? Does this mean that the Horseman is defeated?$B$BThis is a glorious day, $N! Your legend will shine bright, and may it last for twice the years of the Horseman\'s reign of fear.','$n, it is good to see you again. I\'m sure the children enjoy tales of your heroism.','','','','','',33277,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,5,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,6),(11404,10958,0,22,4096,75,-1,0,1101,0,0,0,0,0,0,0,0,0,33985,1,'Call the Headless Horseman','Many dreary candles adorn this pumpkin shrine, which grins, taunting...','Take a Dreary Candle to the Loosely Turned Soil.','Will you lay the candle down and call the Headless Horseman from his doomed rest?','','','','','','',33985,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,5,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11405,10958,0,22,4096,75,-1,81,690,0,0,0,0,0,0,0,0,0,33985,1,'Call the Headless Horseman','Many dreary candles adorn this pumpkin shrine, which grins, taunting...','Take a Dreary Candle to the Loosely Turned Soil.','','','','','','','',33985,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,5,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11406,10958,495,0,8,68,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Everything Must Be Ready','When the expeditionary force moves north, Captain Adams expects everything to be ready at Fort Wildervar. The scouts and craftsmen there have been tasked with preparing the gear and rations for our men for the climb into the hills.$B$BThe captain\'s famous for his temper, so I want to send someone ahead to check on the preparations. Fort Wildervar is far to the northeast, beyond Skorn, up in the snow-covered areas near the border with Grizzly Hills. Find Gil Grisert there and make sure he is prepared.','Speak with Gil Grisert at Fort Wildervar.','So the quartermaster sent you?$B$B$B$BTo be honest, we\'re running a bit behind here and we\'re going to need some help making our goals.$B$B$B$BNone of the men want to brave the wrath of Captain Adams.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',11250,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,1),(11407,10958,0,370,4098,1,-1,0,690,0,0,0,0,0,240000,0,0,0,33306,1,'Bark for Drohn\'s Distillery!','So, do you want to help bring strength and honor to Brewfest? We need you to shout at the flags outside the auction house in the Valley of Strength, in the Valley of Honor, in the Valley of Wisdom and in the Valley of Spirits.$b$bWe\'ll lend you a racing ram for 4 minutes and also give you these racing reins.$b$bBe careful though, the cheap goblins didn\'t put any apple crates along the way.','Spread the word about Brewfest at the flags outside the auction house in the Valley of Strength, in the Valley of Honor, in the Valley of Wisdom and in the Valley of Spirits.','You kept your word and let people know about our brewmasters. Thank you. We promised you these tickets, and gladly give them to you. I imagine the trolls are a bit more stingy with handing over their tickets...$B$BCome back another day to help us spread the word about Brewfest.','Have you finished spreading the word about Brewfest?','','Bark outside the Auction House','Bark in the Valley of Honor','Bark in the Valley of Wisdom','Bark in the Valley of Spirits',0,0,0,0,0,0,0,0,0,0,0,0,24202,24203,24204,24205,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37829,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,0,0,0,0,0,0,0,0,'',11409,0,0,0,'11293 11294 11408',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11408,10958,0,370,4098,1,-1,0,690,0,0,0,0,0,240000,0,0,0,33306,1,'Bark for T\'chali\'s Voodoo Brewery!','We need to spread the word about the trolls at Brewfest. Ya need to shout at the flags outside the auction house in the Valley of Strength, in the Valley of Honor, in the Valley of Wisdom and in the Valley of Spirits.$b$bBut I\'ll make it easy for ya, I\'ll lend you a racing ram for 4 minutes. I\'ll also give you these racing reins.$b$bBe careful though, the goblins didn\'t put any apple crates along the way. They are cheap like that.','Spread the word about Brewfest at the flags outside the auction house in the Valley of Strength, in the Valley of Honor, in the Valley of Wisdom and in the Valley of Spirits.','Ya did it! We gotta get ready for the flood of customers that are sure to come our way! Thanks!$B$BOh, that\'s right, and we promised you a reward. Can\'t forget about that...$B$BFeel free to stop by again another day to help us spread the word some more.','Have you finished spreading the word about Brewfest? But more importantly, did you let people know about the amazing troll brew?','','Bark outside the Auction House','Bark in the Valley of Honor','Bark in the Valley of Wisdom','Bark in the Valley of Spirits',0,0,0,0,0,0,0,0,0,0,0,0,24202,24203,24204,24205,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37829,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,0,0,0,0,0,0,0,0,'',11409,0,0,0,'11293 11294 11407',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11409,10958,0,370,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,33306,1,'Now This is Ram Racing... Almost.','So you want to check out the racing rams? The dwarves think they have got a handle on it, but let\'s be honest, they are drunk most of the time, so how hard can it really be?$b$bNow before I let you strut your stuff, you\'ll need to show me that you can handle these fine, legally obtained creatures.$b$bSo here\'s the deal: I\'ll lend you some racing reins and the use of a ram. You need to prove to me that you can handle using these rams.$b$bKeep the ram at a trot, canter and gallop for 8 seconds each.','You have 4 minutes to ride the ram and maintain 3 different levels of speed for 8 seconds.','Hey, that wasn\'t too bad... are you sure you\'re not a dwarf?$b$bSo there\'s plenty more racing to be had and it\'s not just from me. All over the Brewfest grounds you\'ll find people in need of a decent ram racer. So go and make yourself useful.$b$bOh and don\'t forget, these rams were legally obtained. I just want to make sure we\'re clear.','Have you got a handle on riding racing rams?','','Maintain a Trot for 8 seconds','Maintain a Canter for 8 seconds','Maintain a Gallop for 8 seconds','',0,0,0,0,0,0,0,0,0,0,0,0,24263,24264,24265,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11410,10958,495,0,0,68,71,0,1101,0,0,0,0,0,0,0,0,0,34013,1,'The One That Got Away','The barbfish you brought should work well as bait for most fish, but I fear it\'ll attract a monster!$B$BWhen I first arrived, I put some of Nat Pagle\'s favorite bait on my hook and cast it into the water. A huge monster latched on, with giant teeth and icicles hanging from its fins!$B$BWould\'ve pulled me into those icy waters if I hadn\'t cut the line! I can\'t use the new bait until ol\' Frostfin\'s been dealt with. Use this bait near the sunken boat in the middle of the lake. He won\'t be able to resist!','Christopher Sloan at Fort Wildervar wants you to defeat Frostfin.','At last, we can finally fish in peace! \'Course, by the time we catch anything, the expedition\'ll arrive and claim it all for themselves.$b$bYou have our thanks, $n. Don\'t be a stranger \'round here.','I\'m itching to try out the new bait.$b$bHave you had any luck with Frostfin?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11329,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11411,10958,495,0,8,68,70,0,690,0,0,0,0,0,0,0,0,0,0,0,'Camp Winterhoof','In my travels as a courier, I\'ve seen a number of strange denizens of the Howling Fjord, but one group stands out. From a distance, they look like tauren, but upon closer inspection, they\'re quite different -- sturdier and shaggier.$B$BI found one of their settlements far to the north, beyond Halgrind, Skorn, and the northern forests. Camp Winterhoof, it\'s called, and it sits in the foothills of Gjalerhorn near the border with Grizzly Hills. Make contact with them, and see if they might be of use to us.','Speak to Chieftain Ashtotem at Camp Winterhoof.','$b$bI am Chieftain Ashtotem, and my people are the taunka, and I will speak truly, outsider. Among my people, trust is earned, not given. You have my leave to walk among them and offer your assistance. Time grows short and some of them may welcome even an outsider\'s help with their preparations.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'12566',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11412,10958,0,370,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,33306,1,'There and Back Again','Am I glad you\'re here. We are in big trouble! The goblin that was supposed to be bringing us more brew had an accident on his way from Razor Hill. You gotta get us that brew!$b$bI\'ll put you on one of my racing rams and you follow the road to Razor Hill.$b$bOnce you get near him he\'ll toss you a keg, then you run the keg back here and toss the keg to my more capable assistant. For now, all we want are 3 kegs. Do a good job and maybe we\'ll have another job for you.','Get a keg from the Goblin stranded on the road to Razor Hill and return it to Ram Master Ray\'s assistant. Do this 3 times before your ram goes away.','Thanks for your help! As long as Brewfest is going and the Dark Iron Dwarves are attacking and our supplier is stuck in that canyon, I\'ll need some help shipping kegs. So if you want to work for more tickets, talk to me every day.$B$BHere are the tickets we promised you. Have fun!','Did you see the mess that goblin made? I hope you didn\'t do too much reckless off-roading.','','Kegs Delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,24337,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37829,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,0,0,0,0,0,0,0,0,'',11409,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11413,10958,0,370,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,33955,1,'Did Someone Say \"Souvenir?\"','Not only are we supplying brew to everyone, we also have steins to give out! Beautiful, commemorative steins all obtained by the most legal of means! Here\'s a voucher for one.$b$bTalk to Blix near the back of the Brewfest camp. He\'s pretty strange, even more so now that he\'s always wearing those goggles. He\'ll handle the voucher for you, and any other Brewfest transaction.','Redeem the Brewfest Stein Voucher with Blix Fixwidget in the back of the Brewfest camp.','What\'s this? A stein voucher? So you like drinking? Great! After I give you this stein, go have a few drinks! Then a few more. Maybe have a few more after that... Then, now this is important, come see me.$B$BLook, I know you\'ll be back eventually. If you want your Brewfest tickets redeemed, or Keg Protector marks redeemed, you have to see me.$B$BAnyways, here\'s the stein, and remember to talk to me later.','What\'s happening hot stuff? Got something for me?','','','','','',33955,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11409,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11414,10958,495,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,11416,0,0,'Brother Betrayers','Watcher Moonleaf is from my dreams! If you are her friend, you are mine.$B$BI was alpha male until the last full moon. Then the strange white worg, Garwal, came from the north, and with the help of my once-brothers, he quickly became alpha worg. There is something unnatural about him.$B$BTo help, you must first kill those who betrayed me.$B$BBjomolf hunts to the northwest of a place called Steel Gate. And look for Varg to the southeast, near the West Spear Tower.$B$BThey will not be fooled by your form.','Ulfang has asked you to kill the traitorous worgs, Bjomolf and Varg. Return to him in disguise in the Rivenwood after you have done so.$B$BIf you somehow lose the Worg Disguise, return to Watcher Moonleaf for a replacement.','The smell of their blood upon your muzzle pleases me. Brothers should not turn on each other.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24516,24517,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11325,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11415,10958,495,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11417,0,0,'Brother Betrayers','Mistwalker is from my dreams! If you are his friend, you are mine.$B$BI was alpha male until the last full moon. Then the strange white worg, Garwal, came from the north, and with the help of my once-brothers, he quickly became alpha. There is something unnatural about him.$B$BTo help, you must first kill those who betrayed me.$B$BBjomolf hunts to the northwest of a place the two-legs call Steel Gate. And look for Varg to the southeast, near the West Spear Tower.$B$BThey will not be fooled by your form.','Ulfang has asked you to kill the traitorous worgs, Bjomolf and Varg. Return to him in disguise in the Rivenwood after you have done so.$B$BIf you somehow lose the Worg Disguise, return to Sage Mistwalker for a replacement.','The smell of their blood upon your muzzle pleases me. Brothers should not turn on each other.','$B$BBjomolf and Varg are not dead!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24516,24517,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11323,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11416,10958,495,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,11326,0,0,'Eyes of the Eagle','Garwal hides himself behind an unnatural magic. None can see him unless he wants you to. There may be one chance we can take, though.$B$BMy enemy, the great eagle, Talonshrike, is said to have eyes that can see anything. If you were to take her eyes, then you would surely be able to see Garwal.$B$BTalonshrike keeps her nest at the base of a waterfall just to the southwest of the vrykul place called Skorn. If you touch the eggs in her nest, she will come down from the sky to kill you.$B$BGet her eyes.','Ulfang has asked you to collect the Eyes of the Eagle. Return to him in disguise in the Rivenwood after you have done so.$B$BIf you somehow lose the Worg Disguise, return to Watcher Moonleaf for a replacement.','$B$BThe honor of the kill is yours. I wish that it had been my maw to finally close upon her neck.$B$BLet us not waste the sacrifice that she has made for us. Here, eat them!','You have the eyes of the eagle?','','','','','',34027,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11414,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11417,10958,495,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11324,0,0,'Eyes of the Eagle','Garwal hides himself behind an unnatural magic. None can see him unless he wants you to. There may be one chance we can take, though.$B$BMy enemy, the great eagle, Talonshrike, is said to have eyes that can see anything. If you were to take her eyes, then you would surely be able to see Garwal.$B$BTalonshrike keeps her nest at the base of a waterfall just to the southwest of the vrykul place called Skorn. If you touch the eggs in her nest, she will come down from the sky to kill you.$B$BGet her eyes.','Ulfang has asked you to collect the Eyes of the Eagle. Return to him in disguise in the Rivenwood after you have done so.$B$BIf you somehow lose the Worg Disguise, return to Sage Mistwalker for a replacement.','$B$BThe honor of the kill is yours. I wish that it had been my maw to finally close upon her neck.$B$BLet us not waste the sacrifice that she has made for us. Here, eat them!','You have the eyes of the eagle?','','','','','',34027,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11415,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11418,10958,495,0,0,68,70,0,1101,0,0,0,0,0,0,0,0,0,34026,1,'We Call Him Steelfeather','We see one brave hippogryph circling over the fort, then swooping down and taking prey. Jethan over there has taken a couple of shots at the creature, but his arrows bounced right off!$B$BWe\'ve taken to calling this remarkable creature Steelfeather, but we can\'t see why he prefers the area around Fort Wildervar. Most hippogryphs are wary of people.$B$BResearcher Aderan has helped us fashion a charm from one of the creature\'s feathers. He claims it will allow the user to see through Steelfeather\'s eyes.','Locate Steelfeather circling Fort Wildervar and use the Feathered Charm to discover his secret. Report your findings to Gil Grisert.','You saw a nest, with hatchlings? Hmm... so our \"he\" is actually a \"she,\" eh?$b$bI guess that settles it. I suppose I wouldn\'t want to move a nest full of hatchlings just because of a new neighbor, either.$b$b$b$bI\'m sure we\'d get along just fine if ol\' Jethan would stop trying to make a trophy of her.','Did Aderan\'s charm work?','','Learn Steelfeather\'s Secret','','','',0,0,0,0,0,0,0,0,0,0,0,0,24515,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,150,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11269,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,4),(11419,10958,0,370,0,40,-1,0,690,0,0,0,0,0,0,0,0,0,34028,1,'Brewfest Riding Rams','If you show this hand stamp to Driz Tumblequick, the Ram Racing Apprentice, he\'ll allow you to purchase Brewfest riding rams.','Bring the \"Honorary Brewer\" Hand Stamp to Driz Tumblequick near the entrance to the Brewfest Grounds in Durotar.','Good job, $N... you\'ve won the trust of the festival\'s brewers, earning the right to purchase a Brewfest riding ram.','Is that an \"Honorary Brewer\" stamp you\'ve got on your hand?','','','','','',34028,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11420,10958,495,0,8,68,71,0,1101,0,0,0,0,0,0,0,0,11426,0,0,'The Path to Payback','Two weeks ago our chief engineer got his hands on a vrykul harpoon gun - the same type of gun that the vrykul use to take down our ships. By studying that gun he managed to put together a comprehensive operation manual.$B$BUnfortunately he was abducted and taken north of here to Wyrmskull Village. We eventually did find him, but near death and without the manual. His dying words indicated that the manual was lost in the Utgarde Catacombs, located at the northwest end of Wyrmskull. Get me that manual!','Guard Captain Zorek at Valgarde in Howling Fjord wants you to recover the Harpoon Operation Manual.','$b$bHrm, interesting...$b$bAccording to the manual, the vrykul have a special tool that allows them to control the harpoon guns with deadly accuracy. It looks a bit like the wheel of one of our ships. Furthermore, it\'s portable and seems to plug into the harpoon guns like a key. We need to get our hands on one of those!','Did you find the manual?','','','','','',34031,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11244,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,4,5,0,0,0,0,0,0,6,0,0,5),(11421,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11436,34032,1,'It Goes to 11...','We must strike while the vrykul forces are in disarray! Take the harpoon control mechanism to Nifflevar and locate the northernmost harpoon building on the bluff side of the village.$B$BOnce there, commandeer one of the vrykul harpoon guns that are stationed on the building\'s deck. Use the harpoon gun to rain hell upon Wyrmskull Village! Destroy the longhouse, dockhouse, storage facility and any defenders that the vrykul may send at you!$B$BDo this and Daggercap Bay will become a much safer port!','Lieutenant Icehammer in the Howling Fjord wants you to destroy the Dragonflayer Longhouse, Dragonflayer Dockhouse, Dragonflayer Storage Facility and 8 Dragonflayer Defenders.$B$BReturn the Harpoon Control Mechanism to him once the task is complete.','Excellent work, $N! You took out a good chunk of their dragon riders and really pissed off their leadership.$B$BAre you ready to head back to Valgarde and report the good news to Zorek? If so, I\'ve got a crazy idea!\n','Is Wyrmskull up in flames?','','','Dragonflayer Longhouse Destroyed','Dragonflayer Dockhouse Destroyed','Dragonflayer Storage Facility Destroyed',34032,0,0,0,0,0,1,0,0,0,0,0,24533,24538,24646,24647,8,1,1,1,0,43990,43990,43990,0,0,0,0,35841,35842,35843,35839,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11430,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,1,0,0,0,0,4,4,1,6,5,0,0,0,0,6,0,0,6),(11422,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trident of the Son','$B$B$B$B','Old Icefin wants you to obtain Rotgill\'s Trident. Return it to him on the small island on the Chillmere Coast.','$b$b','','','','','','',34035,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11423,10958,495,0,136,70,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Enemy\'s Legacy','As our armies march through Northrend, our enemies will not suffer mere defeat. Their houses will burn, their corpses will be devoured by our plagues, all trace of their existence will be lost.$B$BThis worries me as a seeker of knowledge. The eastern town of Nifflevar will soon be razed by our forces in Vengeance Landing. The vrykul bard, Helgus, lived there and wrote three sagas: the Saga of the Twins, the Saga of the Winter Curse and the Saga of the Val\'kyr. Obtain them before Nifflevar is destroyed.','Go into Nifflevar, north of Ghostblade Post and look for the Saga of the Winter Curse, the Saga of the Val\'kyr and the Saga of the Twins.','This is of tremendous value, $n. I must renew my efforts in salvaging and translating vrykul texts.$b$bDon\'t get me wrong. Our enemies need to be destroyed... their ancient knowledge doesn\'t.','The scrolls, $n? Did you obtain them?','','','','','',34040,34042,34041,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11424,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Shield Hill','My work should be extremely easy in a time of war. There ought to be usable body parts everywhere.$B$BIt\'s not that simple, though. With these eggheads making all sorts of killer plagues and sending them to enemy towns, most of the material gets contaminated.$B$BThere is a place, though, where usable samples exist. Shield Hill, south of here, is an ancient vrykul burial ground where the dead walk but are not afflicted with any plague - ours or the Lich King\'s. Get me some bones, I\'ll pay ya well.','\"Hacksaw\" Jenny wants you to bring her 5 Ancient Vrykul Bones from the reanimated Vrykul in Shield Hill, south of New Agamand.','Hmmmmph... these will do for now. There seems to be some oddness to them.$b$bI tell ya - I\'ve handled body parts for years now and never have I had such a weird feeling in my stomach. Anyway, a deal is a deal. Here\'s your payment.','Got my bones then?','','','','','',34043,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35893,35892,35894,35895,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11425,10958,151,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Quest - Craig','Go on a quest!','Vermin, gotta hate \'em.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,70,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11426,10958,495,0,8,68,71,0,1101,0,0,0,0,0,0,0,0,11427,0,0,'Locating the Mechanism','Don\'t worry, $N; this is all going to lead to something big! HUGE! You\'re just going to have to trust me for now and do as I ask of you.$B$BWe need to get the mechanism mentioned in the manual for the next step of the plan. I have a strong suspicion that you\'ll find one on one of those vrykul that operate the harpoon guns in Wyrmskull Village. You\'ll find them on the east side of the village, on the docks by the longhouses.','Guard Captain Zorek at Valgarde in Howling Fjord wants you to bring him a Harpoon Control Mechanism.','Outstanding! Those overgrown apes will soon know what it means to mess with the Alliance!','Did you locate the mechanism?','','','','','',34032,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11420,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,4,1,5,0,0,0,0,0,6,0,0,5),(11427,10958,495,0,262272,68,71,0,1101,0,0,0,0,0,0,0,0,11429,34032,1,'Meet Lieutenant Icehammer...','Do you see those vrykul buildings on the bluffs to the northeast? The vrykul call that place Nifflevar. It\'s where most of their harpoon attacks on our frigates originate.$B$BWell guess what? The time for payback has come, $N. I need you to take this harpoon control mechanism and meet up with Lieutenant Icehammer, who is hiding out in a vrykul building northwest of Nifflevar.$B$BWhen you\'re ready I\'ll place you on the back of one of our gryphons and zip you right to him! \n','Guard Captain Zorek wants you to take the Harpoon Control Mechanism to Lieutenant Icehammer stationed outside of Nifflevar.','$B$BAh, you come bearing gifts!','What is this? Do I look like a babysitter?','','','','','',34032,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11426,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,1,0,0,0,0,2,1,5,0,0,0,0,0,0,6,0,0,1),(11428,10958,495,0,8,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keeper Witherleaf','You have been a great friend and ally to us, $N. There is one more thing I must ask of you.$B$BYou have seen the corruption of the Twisted Glade and the beasts that dwell there. The blacksouled keepers will continue raising these abominations from the waters and soil of our glade unless we act against them.$B$BThe most powerful of the blacksouled keepers is known as Keeper Witherleaf. Slay him, $N, and open the way for the redemption of the glade as you once redeemed my sisters.','Lurielle at the Frozen Glade wants you to kill Keeper Witherleaf.','My heart broke when I learned the keepers had turned against us. Once, we considered them our brothers and our closest friends.$B$BI grieve for the brothers and sisters we have lost, but without your help, there would be no hope for our future. You will always be welcome among us, $N.','Have you rid the Twisted Glade of Keeper Witherleaf?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24638,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11319,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,6),(11429,10958,495,0,130,68,71,0,1101,0,0,0,0,0,0,0,0,11430,34051,1,'Drop It then Rock It!','I\'m not about to put the fate of this mission into the hands of some untested scrub.$B$BNow, if you want to prove to me that you\'ve got what it takes to carry out this mission, you\'ll need to do what I tell you.$B$BTake this battle standard and head over to Baleheim, directly north of here. Once you\'re at Baleheim, find the center of town and drop our flag. Fight off any vrykul dirt bags that attempt to take down our beloved flag and return to me once you\'ve established Alliance dominance!','Lieutenant Icehammer in the Howling Fjord wants you to place the Alliance Banner in Baleheim and then defend the banner against attackers.$B$BReturn to Lieutenant Icehammer with the Alliance Banner should you survive.','For the Alliance! You\'re a strong one, $N. Strong enough to crack some vrykul skull at Nifflevar.\n','Still alive, I see. Clearly you\'re not trying hard enough.','Alliance Banner Defended','Alliance Banner Placed','','','',0,0,0,34051,0,0,0,0,0,1,0,0,24641,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11427,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,274,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11430,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11421,0,0,'Harpoon Master Yavus','That was a fairly strong showing at Baleheim, $N. Before you go off patting yourself on the back there\'s work to be done at Nifflevar.$B$BWe\'ve located the vrykul responsible for the majority of the harpoon attacks on our frigates - goes by the name of Yavus. You\'ll find him in the main harpoon structure on the bluffs of Nifflevar, southeast of here.$B$BTrack him down and execute him for crimes against the Alliance!$B$BDo me proud, $N!\n','Lieutenant Icehammer in the Howling Fjord wants you to slay Harpoon Master Yavus at Nifflevar.','It\'ll take them a while to find a replacement for Yavus. Now is the perfect time to unleash Zorek\'s plan! While they\'re scurrying to regain control of Nifflevar, you\'re going to use their own harpoon guns against them!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24644,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11429,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,5),(11431,10958,0,370,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,32907,1,'Catch the Wild Wolpertinger!','Hey there! I\'m a crazy dwarf! We dwarves believe when you get enough brew together, invisible creatures show up. In fact they are probably wandering around the Brewfest grounds right now! But you can only see them if you are really drunk.$b$bWe dwarves will come up with any excuse to drink.$b$bI bet you want a reason to drink too... So here it is, bring me 5 of those wolpertingers with this net I got from a really drunk dwarf.$b$bIf you can\'t see them, get some Synthebrew Goggles from me - almost as good!','The \"dwarf,\" Glodrak Huntsniper, has asked you to capture 5 Stunned Wolpertingers using the Wolpertinger Net. He mentioned that you must be intoxicated or wearing Synthebrew Goggles to see them.','Well, lookee there! Ye\'ve got yerself a right bushel o\' wolpertingers, ye do!$b$b$b$bI\'ll tell ye what I\'m gonna do. Since ye\'re such a spot-on $c, I\'ll let ye keep one\'a these fer yer very own!','Were ya drunk enough to see the little buggers?','','','','','',32906,32907,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32233,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,5,7,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11432,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Sleeping Giants','I\'ve overheard what you\'ve had to say with Father Levariol. Allow me to suggest that he\'s not having you go far enough.$B$BYou must also deal with the vrykul that lie dormant in the Waking Halls beneath Gjalerbron!$B$BI have no doubt that the rituals involved with awakening them are the key to their downfall. Most likely the necrolords have some device that you can use to bring the vrykul out of their dormant state prematurely.$B$BSurely such a disruption will prove fatal to the vrykul.','Mage-Lieutenant Malister has tasked you with slaying 5 Dormant Vrykul. Return to him at Westguard Keep when you have done so.','You did what had to be done. Though some might consider it dishonorable to slay the helpless, in this case you would have been a fool to have done otherwise.$B$BAnd we certainly couldn\'t have just left them standing there to be ritually wakened, now could we?$B$BIt was a brave thing you did for all of us down in those catacombs, $N.','$N, I find it implausible that you have dealt with enough of the dormant vrykul. Come back when you have done so.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24669,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,44275,0,0,0,0,0,0,0,120600,0,0,0,0,'',11239,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,273,25,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11433,10958,495,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Sleeping Giants','I\'ve overheard what you\'ve had to say with Greatmother Ankha. With all due respect, she\'s not having you go far enough.$B$BYou must also deal with the vrykul that lie dormant in the Waking Halls beneath Gjalerbron!$B$BI have no doubt that the rituals involved with awakening them are the key to their downfall. Most likely the necrolords have some device that you can use to bring the vrykul out of their dormant state prematurely.$B$BSurely such a disruption will prove fatal to the vrykul.','Ahota Whitefrost has tasked you with slaying 5 Dormant Vrykul. Return to him at Camp Winterhoof when you have done so.','You did what had to be done. The unwise might consider it dishonorable to slay the helpless while they awaken, but in this case you would have been a fool to have done otherwise.$b$bAnd we certainly couldn\'t have just left them standing there to be ritually wakened, now could we?$b$bIt was a brave thing you did for all of us down in those catacombs, $r.','I find it unlikely that you have dealt with enough of the dormant vrykul. Come back when you have done so.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24669,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,44275,0,0,0,0,0,0,0,120600,0,0,0,0,'',11265,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11434,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11455,34076,1,'Forgotten Treasure','I\'ve made my fortune by specializing in treasure that regular pirates don\'t appreciate: art, antiquities, collector\'s pieces.$B$BBlack Conrad\'s fleet sank south of here years ago. All the gold and jewelry was picked clean by divers, but two ancient relics remain there. One is a museum-quality Amani vase, the other is an eagle figurine.$B$BGo and retrieve them for me and I\'ll vouch for you with the other pirates. I\'ll even throw in something to make your underwater adventure a bit more manageable.','Handsome Terry at Scalawag Point wants you to bring him 1 Amani Vase and 1 Eagle Figurine from the shipwreck to the south.','We\'re going to go places together, $N. With my good looks and your... can-do attitude, we\'re sure to make a killing.','Did you obtain my relics, $N? Nobody gets by in this life on good looks alone... not even me!','','','','','',34069,34070,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11509,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11435,10958,0,22,4104,5,70,0,0,0,0,0,0,0,0,0,0,0,34071,1,'Gathered Pumpkins NYI','Hi, $N! Thanks for driving away the Horseman! Now that he\'s gone, the matron said we can roam the village!$B$BI found some pumpkins that the Horseman dropped. They look scary... will you take them and show them to the matron?','Take the bunch of jack-o\'-lanterns to the Costumed Orphan Matron.','','','','','','','',34071,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34068,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11436,10958,495,0,130,68,71,0,1101,0,0,0,0,0,0,0,0,0,34078,1,'Let\'s Go Surfing Now','Navigating the steep bluffs of Howling Fjord can be nerve-racking! I\'ve come up with a solution to ease that burden by utilizing vrykul technology and dwarven ingenuity. With just a few adjustments and some fine tuning I\'ve created Icehammer\'s harpoon controller! Of course it hasn\'t been tested, but that\'s what you\'re here for!$B$BTake the controller to the big gun in Nifflevar and use it to launch yourself into Valgarde. Report your victory to Zorek. Oh yea, you can keep the controller.','Use the large Vrykul Harpoon Gun in Nifflevar to launch yourself into Valgarde. Report your victory over the Vrykul to Guard Captain Zorek.','You are insane, $N! What kind of degenerate would actually launch themselves from a harpoon gun as a method of travel?$B$BBut I guess you need to be a little crazy to pull off what you did up there on the bluffs! Fantastic work! We\'ve gotten word that the Dragonflayer leader, Ingvar, is furious! Maybe one day you\'ll be ready to stomp his face into the dirt - in the name of our beloved Alliance.','','Go Harpoon Surfing','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11421,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,1),(11437,10958,0,370,8,1,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'[PH] Beer Garden A','[PH] Speak to a Brewfest Barker in any Beer Garden outside of Darnassus, the Exodar, Shattrath City, or Stormwind City and receive a free pretzel.','[PH] Speak to a Brewfest Barker in any Beer Garden and receive a free pretzel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33043,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11438,10958,0,370,8,1,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'[PH] Beer Garden B','[PH] Speak to a Brewfest Barker in any Beer Garden outside of Darnassus, the Exodar, Shattrath City, or Stormwind City and receive a free pretzel.','[PH] Speak to a Brewfest Barker in any Beer Garden and receive a free pretzel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33043,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11439,10958,0,22,264,1,-1,0,4,0,0,0,0,0,0,0,0,0,0,0,'Fire Brigade Practice','The brave dwarves of Kharanos can form a fire brigade in an instant, now that the Headless Horseman is around. Do you want to help?$B$BSouth of here, the mountaineers set up a small area to practice fighting fires. Go there and throw buckets onto the blazes. You can fill a bucket from the water barrel here.$B$BGood bye, $N. When you\'re done with fire brigade practice, please visit us again!','Throw Water Buckets onto 5 fires, and then speak with the Costumed Orphan Matron.','You\'re smudged with soot! You must have been extinguishing fires!$B$BWell done! As an honorary member of the Kharanos Fire Brigade, I beg you to return here if ever the village needs you!','Hello, $n. Have you been perfecting your fire fighting techniques? Don\'t forget about the practice area to the south!','','Fight Fires','','','',0,0,0,0,0,0,0,0,0,0,0,0,23537,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,1,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,1,0,0),(11440,10958,0,22,264,1,-1,0,1024,0,0,0,0,0,0,0,0,0,0,0,'Fire Brigade Practice','With the threat of the Headless Horseman looming, the peacekeepers have been diligent in forming a fire brigade when needed. Do you want to help?$B$BWest of here, toward the Exodar, the peacekeepers set up a small area to practice fighting fires. Go there and throw buckets onto the blazes. You can fill a bucket from the water barrel here.$B$BGood bye, $N. When you\'re done with fire brigade practice, please visit us again!','Throw Water Buckets onto 5 fires, and then speak with the Costumed Orphan Matron.','You\'re wet and smudged with soot! You must have been extinguishing fires!$B$BWell done! As an honorary member of the Azuremyst Fire Brigade, I beg you to return here if ever the village needs you!','Hello, $n. Have you been perfecting your fire fighting techniques? Don\'t forget about the practice area to the west!','','Fight Fires','','','',0,0,0,0,0,0,0,0,0,0,0,0,23537,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,1,0,0,0,930,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,1,0,0),(11441,10958,0,370,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Brewfest!','Speak to the Brewfest Organizer at the Brewfest Grounds outside of Ironforge and receive a free beer.','Speak to the Brewfest Organizer.','Ho ho! Come for your free beer?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33030,33031,33034,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'11442',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11442,10958,0,370,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Welcome to Brewfest!','[PH] Speak to the Brewfest Organizer at the Brewfest Grounds outside of Ironforge and receive a free beer.','[PH] Speak to the Brewfest Organizer and receive a free beer.','Ho ho! Come for your free beer?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33030,33031,33034,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'11441',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11443,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,34082,1,'Daggercap Divin\'','Hey... Uh... What\'s up? What are you doing down here?$B$BMe? Oh... Well, you see... I\'m... Um... I\'m trying to clean this place up! Orders from Keller himself! He says to me, \"Harry, I want you to put on a divin\' bell and search the shipwrecks of Daggercap for OUR stuff...\"$B$BSay, maybe you could lend me a hand while you\'re down here. Throughout the bay here are all kinds of goodies, err, I mean supplies. Go out and bring me back whatever you find. Use this diving helm so you don\'t run out of air and die.','Harold Lagras at the bottom of Daggercap Bay wants you to recover 10 Valgarde Supply Crates.','Wow! You sure are efficient. Yep, well, just give me those crates. I\'ll need to document them and take inventory and some other stuff that you haven\'t been trained to deal with or understand. Don\'t worry; I\'ll be sure to let Keller know what a great job you did down here! Yep. Yea, you can leave now. Skedaddle!','Did you find those supplies?','','','','','',34081,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,24,0,0,0,0,0,4,5,1,1,70,0,0,0,0,6,0,0,5),(11444,10958,0,370,8,1,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'[PH] Beer Garden A','[PH] Speak to a Brewfest Barker in any Beer Garden outside of Darnassus, the Exodar, Shattrath City, or Stormwind City and receive a free pretzel.','[PH] Speak to a Brewfest Barker in any Beer Garden and receive a free pretzel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33043,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11445,10958,0,370,8,1,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'[PH] Beer Garden B','[PH] Speak to a Brewfest Barker in any Beer Garden outside of Darnassus, the Exodar, Shattrath City, or Stormwind City and receive a free pretzel.','[PH] Speak to a Brewfest Barker in any Beer Garden and receive a free pretzel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33043,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11446,10958,0,370,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Brewfest!','Speak to the Brewfest Organizer at the Brewfest Grounds outside of Orgrimmar and receive a free beer.','Speak to the Brewfest Organizer.','What?! A free beer? Yeah, yeah. I guess we said we\'d do that this year.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34017,34020,33034,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'11447',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11447,10958,0,370,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Welcome to Brewfest!','[PH] Speak to the Brewfest Organizer at the Brewfest Grounds outside of Ironforge and receive a free beer.','[PH] Speak to the Brewfest Organizer and receive a free beer.','What?! A free beer? Yeah, yeah. I guess we said we\'d do that this year.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34017,34020,33034,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'11446',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11448,10958,495,0,262272,68,71,0,1101,0,0,0,0,0,0,0,0,11474,34088,1,'The Explorers\' League Outpost','It\'s all a bunch of cryptic nonsense! Even with this cipher I can\'t make heads or tails of these tablets. Admittedly, cryptography is not my strong point.$B$BYou\'ll need to take the cipher and tablets to our cryptographer, Stanwad. Unfortunately, I haven\'t heard from Stanwad in two weeks. He took a team of twenty scientists to the dig sites on the southeastern bluffs of the fjord and hasn\'t been heard from since. The best I can do is have McGoyver over there give you a lift with his flying machine.','Deliver McSorf\'s Bundle to Stanwad at the Explorers\' League Outpost in Howling Fjord.','$b$bWow. How many people did you say died to get this information?$b$b$b$bYou\'ll be happy to know that what McSorf and his crew of bumbling imbeciles discovered is an ancient recipe for tundra stew. Did he not notice the icons of common vegetables and the pictograph of a humanoid mouth chompin\' down on said veggies? You don\'t need a damned cipher to break this code!','','','','','','',34088,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11278,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,1,0,0,0,0,3,1,1,5,0,0,0,0,0,0,0,0,1),(11449,10958,0,22,8,1,-1,0,16,0,0,0,0,0,0,0,0,0,0,0,'Fire Training','The deathstalkers have set up a fire training area outside the town. We cannot afford further damage to the buildings of Brill - you should do your duty and train as a fire fighter.$B$BHead west past the graveyard, following the road. You\'ll find the training area there.','Toss Water Buckets on 5 fires, then speak with the Masked Orphan Matron in Brill.','Well done, $n. Children, take a good look at this $c. Let her be a strong example to you.','Have you dowsed any fires, $n? The training area is west of Brill.','','Fight Fires','','','',0,0,0,0,0,0,0,0,0,0,0,0,23537,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,1,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11450,10958,0,22,8,1,-1,0,512,0,0,0,0,0,0,0,0,0,0,0,'Fire Training','The guards have set up a fire training area outside the town. We cannot allow the Horseman to destroy what we have worked so hard to rebuild - you should do your duty and train as a fire fighter.$B$BHead south through the gate to the crossroads. You\'ll find the training area there.','Toss Water Buckets on 5 fires, then speak with the Masked Orphan Matron in Falconwing Square.','Well done, $N. Children, take a good look at this $c. Let $ghim:her; be a fine example for you to follow.','Have you dowsed any fires, $n? The training area is south of Falconwing Square.','','Fight Fires','','','',0,0,0,0,0,0,0,0,0,0,0,0,23537,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,1,0,0,0,911,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11451,10958,3703,0,128,60,70,0,0,0,0,0,0,0,0,0,0,0,34089,1,'Alicia\'s Poem','Hi, I wrote a poem for my friend Caylee. She likes to hang out with the Aldor in Shattrath City. You know, in Outland?$b$bCould you take my poem to her? My mommy says I\'m too young to go to Shattrath City!','You have been asked to deliver Alicia\'s Poem to Caylee Dak in Shattrath City in Outland.','What a touching poem, thank you!','Oh, is that a poem?','','','','','',34089,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,1,0,3),(11452,10958,495,0,128,68,72,0,1101,0,0,0,0,0,0,0,0,0,34090,1,'The Slumbering King','A sheaf of parchment drops from the still hand of the overlord. Upon it you can discern the outline of the rituals that are taking place in the catacombs below.$B$BHowever, it appears that the queen of the vrykul, Angerboda, is having difficulty awakening King Ymiron. The ritual is taking place within the large chamber, known as the Winter\'s Terrace, on the north end of Gjalerbron.$B$BIf you hurry, you may be able to stop her before it is too late.','Defeat Queen Angerboda and stop the ritual to awaken King Ymiron. Should you manage to do so, return to Westguard Keep and report your success to Captain Adams.','I\'m not sure that I like the sound of that one bit! The Lich King absconding with Ymiron can only mean trouble. Unfortunate that you weren\'t able to kill him along with his queen.$B$BStill, you\'ve put a huge dent in their plans and bought us the valuable time that we need.$B$BAnd who knows, with the way you get around, you\'ll likely run into King Ymiron again. I\'m sure that he won\'t fare so well the next time you meet.','$n, what news do you bring?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24023,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11235,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15,1,1,0,0,0,0,0,0,0,0,6),(11453,10958,495,0,128,68,72,0,690,0,0,0,0,0,0,0,0,0,34091,1,'The Slumbering King','A sheaf of parchment drops from the still hand of the overlord. Upon it you can discern the outline of the rituals that are taking place in the catacombs below.$B$BHowever, it appears that the queen of the vrykul, Angerboda, is having difficulty awakening King Ymiron. The ritual is taking place within the large chamber, known as the Winter\'s Terrace, on the north end of Gjalerbron.$B$BIf you hurry, you may be able to stop her before it is too late.','Defeat Queen Angerboda and stop the ritual to awaken King Ymiron. Should you manage to do so, return to Camp Winterhoof and report your success to Chieftain Ashtotem.','I\'m not sure that I like the sound of that one bit! The Lich King absconding with Ymiron can only mean trouble. Unfortunate that you weren\'t able to kill him along with his queen.$b$bStill, you\'ve put a huge dent in their plans and bought us the valuable time that we need.$b$bAnd who knows, with the way you get around, you\'ll likely run into King Ymiron again. I\'m sure that he won\'t fare so well the next time you meet.','$n, what news do you bring?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24023,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11263,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11454,10958,0,370,8,48,52,81,0,0,0,0,0,0,0,0,0,0,0,0,'Seek the Saboteurs','This scrap of paper seems to have been left behind accidentally by the Dark Iron invaders.$B$BWhile the plans are complicated and written in some form of coded Dwarvish, the signature at the end - \"Coren Direbrew\" - is clear enough, as is mention of the Grim Guzzler deep within Blackrock Depths. You should seek out the instigator and put an end to these raids.','Find Coren Direbrew in the Grim Guzzler within Blackrock Depths.','It\'s a damn shame, it is, you lot cavorting up there without drinking the finest of the fine brews - ours! Did we get an invite to the competition? Of course not. Ya fight in some war and suddenly yer beer\'s not good enough! So aye, we smashed up yer kegs a bit, and rightly so!$B$BEr... seeing as you\'ve smashed through our defenses and all, though, maybe ya can do something fer me...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11325,0,0,0,5,0,0,0,59,0,0,0,0,0,25,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11455,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11473,0,0,'The Fragrance of Money','Us pirates are known for many things, but hygiene isn\'t one of them. Most pirate ships be carrying five or six times as many rats as people.$B$BIt\'s no wonder all the bears on this island caught the rabies soon after we moved in. Long story short, the boss wants \'em all dead.$B$BIt just so happens I know a recipe for a bear musk fragrance popular among Stormwind nobles. We kill the bears and sell the musk. I see a fine business opportunity for us here. What say ye?','Handsome Terry at Scalawag Point in Howling Fjord wants you to obtain 4 Bear Musk from the Rabid Brown Bears in the surrounding area.','Excellent work! It might not be quite as daring as plundering the high seas, but I\'d be a darned son of a deckswabber if I passed on this opportunity.','Ye got the bear musk for me, matey?','','','','','',34084,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11434,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,5),(11456,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feeding the Survivors','We tuskarr rely mostly on our fish catch for sustenance. In times of great need, however, we will on occasion hunt land animals.$B$BThe nearby village of Iskaal was recently attacked by pirates and the survivors just keep pouring in.$B$BOur catch has been modest this week, but there are many shoveltusk on the island and their meat is plentiful.$B$BAid my people by hunting these great beasts and obtaining their meat.','Elder Atuik at Kamagua in Howling Fjord wants you to obtain 6 pieces of Island Shoveltusk Meat from Island Shoveltusk in the Isle of Spears.','I thank you, $N. My people are in a time of great need.','Have you obtained the meat we need?','','','','','',36776,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11457,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11458,0,0,'Arming Kamagua','Issliruk, the spirit of war, is depicted as a silver eagle by my people. Our stories tell of how Issliruk fought against a hundred worgs to save his young.$B$BIt is time for us, too, to fight against our foes to save our brethren. We will need to craft new weapons. The horns of the frostwing chimaera that make their home in the snowy parts of the island are sharp and are easily crafted into spear tips. Bring me the best of these horns that you can find.','Elder Atuik wants you to obain 3 Chimaera Horns.','You continue to prove your worth as an ally, $N. Your actions will not be forgotten.','It\'s good to see you again, $r.','','','','','',34101,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11456,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11458,10958,495,0,128,69,71,0,0,0,0,0,0,0,0,0,0,0,36777,1,'Avenge Iskaal','The totem of Issliruk is ready, $N, and for that I thank you. We must cast our peaceful ways for the time being and strike at those who\'ve attacked our land and our kin.$B$BThe pirate slavers that raided Iskaal have lost their minds and slaughtered all their captives. Go to Iskaal, to the east of here and do what must must be done. Take this horn and call on my brethren should you need assistance.','Elder Atuik wants you to go to Iskaal and slay 8 Northsea Slavers. Use the Horn of Kamagua should you need assistance.','You are a formidable ally, $N. My people will forever be in your debt.','Have you done what I asked of you, $n?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24676,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11457,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11459,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11476,0,0,'Zeh\'gehn Sez','Is like dis, mon. Ye be wantin\' me \'elp spotting some craven bag-o-wire been cardin\' da crew?$B$BYe gotta bring me a croaker, matey. Aft I an\' I show ye who da blaggard be, mon. Nah, nah, croaker show ye. Ye\'ll ku fer yerself with yer own deadlights, yahso.$B$BBring us a carver yahso too, \'atsteppa. Galang, bucko.','Return to Handsome Terry to decipher what Zeh\'gehn asked of you.','You didn\'t understand a thing Zeh\'gehn said? Well, of course not.$B$BLet\'s see then.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11473,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11460,10958,495,0,138,68,71,0,1101,0,0,0,0,0,0,0,0,11465,0,0,'Trust is Earned','The first and most important factor in falconry is the bond between the falconer and $g his:her; bird. Trust must be earned by the master!$B$B$B$BIf you are to earn their trust you will first need to fill their bellies.$B$BThe fjord rock falcon, as these birds are known, primarily eat grubs. Throughout the fjord you will find loose rocks that serve as breeding grounds for these grubs. Find a grub and return here to feed the falcons in the cage.','Hidalgo at the Explorers\' League Outpost in the Howling Fjord wants you to find a Fjord Grub and feed it to one of the falcons in the cage by his feet.','Yes, $n. I can see the bond of companionship forming. She has accepted you as master.','This is an important exercise, $n. If you are to become a falconer you must learn how to feed your bird.','Fjord Rock Falcon Fed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11278,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,21,1,273,0,0,0,0,0,0,0,0,5),(11461,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'DEPRECATED','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11462,10958,495,0,128,70,71,0,0,0,0,0,0,0,0,0,0,11434,34108,1,'Handsome Terry','Your people paid me good money to infiltrate the Northsea Freebooters and get your foot in the door.$B$BI talked you up to a fellow in Scalawag Point called Handsome Terry. I told him you come highly recommended.$B$BPut your disguise on and go see him. Here comes someone to take you there.$B$BYou\'re going to have to prove yourself a bit before they introduce you to their higher ups. But that\'s all up to you. Remember, $N, once you\'re inside you\'re on your own!','Don the Pirate Disguise and speak to Handsome Terry inside Scalawag point.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11463,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11463,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11462,0,0,'Pirates of the North Seas','The past few weeks have seen an increase in pirate attacks against our supply ships. We\'ve hired a goblin spy to pave the way for one of our agents to infiltrate the suspected pirates.$B$BThis group of Northsea Freebooters operates out of Scalawag Point, on Garvan\'s Reef. We don\'t know much about them, but we do know that Sylvanas wants their leader\'s head.$B$BYou come very highly recommended, $N. If you take on this task, we can keep our military focused against Arthas\' forces. Are you up to it?','Find Grezzix Spindlesnap on the northern end of Garvan\'s Reef off of the Southwestern coast of Howling Fjord.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11464,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11466,0,0,'Gambling Debt','I heard you did a little work for Terry. I was hoping someone reliable would show up around these parts.$B$BSee, pirates love to gamble. They, however, do not love to pay their gambling debt.$B$BIf you\'re interested in collecting some coin on my behalf, I\'d be willing to give you a cut.$B$BLet\'s start you out with an easy one. \"Silvermoon\" Harry\'s a bit of an eccentric, keeps all sorts of expensive blood elf knickknacks inside his tent - yet when I see him he always pretends to be broke. Get my gold.','Taruk at Scalawag Point wants you to collect \"Silvermoon\" Harry\'s Debt.','A job well done. Here\'s your cut, $N. There\'s more where this came from.$B$BThere\'s no shortage of deadbeat pirates on this island.','You\'re back. Did you get what\'s owed to me?','','','','','',34115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11434,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11465,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11468,34111,1,'The Ransacked Caravan','I was leading a caravan here from Valgarde that was attacked by Dragonflayers. I was the only survivor of that ambush. Unfortunately, I couldn\'t make it back here with the cargo of fjord turkeys. This is the perfect opportunity for you to get your feet wet with your rock falcon.$B$B$B$BTake this falcon cage and head west down the road leading out of this camp. Use the falcon to capture the loose turkeys and return here when you\'ve gathered enough.$B$BRemember to feed the falcon!','Hidalgo at the Explorers\' League Outpost in the Howling Fjord wants you to use the Trained Rock Falcon to recover 5 Fjord Turkeys.$B$BReturn to Hidalgo with the cage once you have completed this task.','Clever fiends. And patient too! We need to stop underestimating our enemy. Those vrykul are deadly hunters!$b$bRegardless, mission accomplished. Perhaps it is time for you to hunt something a bit more elusive than a fat turkey, eh?','Your falcon must be constantly fed or else it will eat the prey that you are sending it to kill.','','','','','',34112,34111,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,1068,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11460,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,5,1,1,0,0,0,0,0,1,0,0,5),(11466,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11467,0,0,'Jack Likes His Drink','Our next customer, Jack Adams, won\'t be the pushover that Harry was. He spends all day drinking with his friends, tough pirates all of them. Let\'s not use force this time, could get ugly.$B$BSee if you can use his drinking habit to your advantage. There\'s only so much alcohol someone can handle before passing out.$B$BMaybe one of the bar wenches will be of assistance. Once he\'s out, see if you can slip your hand into his pocket and get what\'s mine.','Taruk at Scalawag Point in Howling Fjord wants you to collect Jack Adams\' Debt.','I\'m impressed, $N. And I\'m not the type who\'s easily impressed.','Did you get what\'s mine, $N?','','','','','',34116,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11464,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11467,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dead Man\'s Debt','You might\'ve heard of Black Conrad, he\'s a famous pirate around these parts.$B$BWell, he had a thing for gambling on my fights. He had a thing for not paying, too.$B$BI\'d love to collect, but trouble is... he\'s dead.$B$BI was about ready to write the whole thing off, when I came across this...$B$B$B$BHe hid his treasure on tuskarr land. I want you to get it. I\'ll be damned if I let that bilge sucker get away without paying.','Taruk at Scalawag Point wants you to search for Black Conrad\'s Treasure on the plateau in the northeastern end of the Isle of Spears, just north of Iskaal.','I\'ll take the gold, as it is what Conrad owed me. The rest is for you to keep.$B$BIf you\'re ever in need of something more permanent, I\'m sure I could arrange for something. In the meantime, may the wind blow strong in your sail, friend.','Did you find the treasure, $N?','','','','','',34118,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34119,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11466,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11468,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11470,34121,1,'Falcon Versus Hawk','Do you feel the closeness, $N? Surely you feel a true bond forming between you and your falcon. Would you believe me if I told you that when the time is right you\'ll be able to see through the eyes of your bird? Aye, it is the ultimate level of falconry.$B$BBut first you must hunt more! The bird must hone and quicken its reflexes. Send it against a more formidable opponent! The fjord hawks of the region make the tops of the trees around us their homes. They shall be your next target! ','Hidalgo at the Explorers\' League Outpost in the Howling Fjord wants you to use your Trained Rock Falcon to capture 10 Fjord Hawks.$B$BReturn to Hidalgo with the cage when you have completed this task.\n','Aye, the hawks are very territorial and often travel in packs. I suppose I could have told you that before I sent you out into the field.\n','Your falcon must be constantly fed or else it will eat the prey you are sending it to kill.','','','','','',34120,34121,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,1068,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11465,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11469,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swabbin\' Soap','Yeah, I got to get the deck swabbed spotless afore Mad Jonah comes \'round. An\' I ain\'t gonna do it on my hands and knees neither!$B$BProblem is, we\'re all outa soap. That\'s more your problem than mine though, mate. Being the newbie \'round here, I gots a special trip for ya to make.$B$BUp on the northwest coast of this island, there\'s a whole mess o\' sea lions. Amongst the nearby ice floes you\'ll find the alpha bull, Big Roy. Bring me back his blubber and I\'ll magic-up the best soap ya ever seen!','Scuttle Frostprow wants you to obtain Big Roy\'s Blubber as the main ingredient for her magic swabbin\' soap. Return to her on the eastern pirate ship at Scalawag Point when you have it.','Ew, that\'s a stink if I ever smelled one!$B$BGo on now, put it down right here. I\'ll cast my spell and she\'ll be swabbin\' soap for sure!','Where\'s that blubber? An\' don\'t try to tell me he ain\'t got none either.$B$BThat Big Roy\'s so damned big it\'s a wonder he can still galumph around!','','','','','',34122,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11509,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,25,5,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,0,0,5),(11470,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,34124,1,'There Exists No Honor Among Birds','You are most definitely ready for the next step in falconry, $N.$B$BTake your trained falcon east of here, to the vrykul hawk roost near the Stonewall Lift. From the roost you will send out your falcon to steal the eggs of the hawks. Their nests will be located in remote areas of the cliff walls surrounding the roost. Locate those nests and use your falcon to scavenge for the eggs!$B$BBeware the fjord hawk matriarchs, $N. Should you come under attack, use your falcon\'s escape and soar abilities to flee!','Hidalgo at the Explorers\' League Outpost in the Howling Fjord wants you to use your Trained Rock Falcon to capture 8 Fjord Hawk Eggs.$B$BReturn to Hidalgo with the cage when you have completed this task.','Bravo, $n! Bravo! The bond of kinship between you and your falcon is strong! Perhaps you can run some reconnaissance missions against the vrykul in the not-too-distant future?','You are in control now, $n. Guide your falcon and bring me those eggs.','','','','','',34123,34124,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35860,35859,35861,35862,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,1068,0,0,0,0,350,350,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11468,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11471,10958,495,0,136,69,71,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Jig is Up','I know why you\'re here, $N. You\'ve been sent to kill our leader, Jonah Sterling.$B$BI\'d like to offer my help. Jonah\'s leadership threatens our operation.$B$BAttacking the Horde and the Alliance fleets simultaneously? Suicidal. Trying to sell the tuskarr as slaves when they die days after leaving this climate? Disastrous.$B$BJonah\'s hideout is located inside a cave west of here. Bring me his spyglass as proof of the deed and my first action as lead will be to end all attacks against your allies.','Annie Bonn at Scalawag Point wants you to bring her Jonah Sterling\'s Spyglass.','Jonah Sterling\'s days are finally over! He never thought this \"wench\" would make it.$B$BAs word of Jonah\'s death spreads among the pirates I will consolidate my leadership. Your allies won\'t get any more trouble from my crew, $N.','Well, $N. Did you get Jonah\'s spyglass?$B$BI can\'t just take your word for the assassination, you know? I am a pirate after all.','','','','','',34128,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38258,38259,38257,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11480,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,1,11,0,0,0,0,0,0,0,0,0,0,6),(11472,10958,495,0,4482,69,-1,0,0,0,0,0,0,0,0,0,0,0,40946,1,'The Way to His Heart...','The Northsea Pirates slaughtered the isles\' alpha sea lion bull, Big Roy. They made soap from him to clean the decks of their ships!$B$B$B$BNow the sea lions won\'t mate. Help me to repopulate their numbers.$B$BThe reef bulls can be found at the Twin Shores to the southeast. They crave the tasty reef fish that can be found on the east and west sides of the isles.$B$BTake this net and gather enough fish, at least a dozen -- maybe more, to lure a bull across the strait to a reef cow.','Toss Tasty Reef Fish at a Reef Bull to lead it to a Reef Cow. Once you have helped the two to find true love, return to Anuniaq at Kamagua.','This is good news! Now more bulls will swim across the strait to mate with the cows. Soon there will be plenty of new reef pups on the isles.$B$BThank you, $r. Whatever you might have done in the past, know that you have helped with Kamagua\'s future!$B$BWe\'ll have to keep up the good work if we\'re going to see to it that their numbers are replenished. Please come back again tomorrow so that we can help another couple find each other.','','Reef Bull led to a Reef Cow','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11469,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,2,0,0,0,0,0,0,0,0,0,5),(11473,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11459,0,0,'A Traitor Among Us','Our second in command, Annie Bonn, has been acting rather paranoid as of late. She seems sure we have an infiltrator in our ranks, can ye believe it?$B$BAnyhow, we have a foolproof way of uncovering rats around these parts. See, good ole\' Zeh\'gehn over here happens to be an authentic witch doctor. His family hails all the way from Zul... something or other.$B$BGo let him know that we\'re in need of his divination skills. I must warn ye, $N, only one or two of us can understand anything Zeh\'gehn says.','Speak to Zeh\'gehn at Scalawag Post.','Ku here, mate. Ye come fe see I an\' I, aye?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11455,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11474,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11475,0,0,'Problems on the High Bluff','As usual, the real work is left up to me and my crew. Thankfully McSorf\'s team didn\'t die for nothin\'. The cipher they recovered will help us crack the stuff we\'ve found up here - that is if we can ever get back to it! Damned iron dwarves have sprung up like leaks all over the place and are now attemptin\' to bury the sites! Can you believe it? Bastards want to bury our finds!$B$BAnyhow, talk to Walt over yonder. He\'ll get you started.','Speak with Walt.','Over half our team is dead or missing, junior. This is our last stand up here on the high bluffs. Those damned iron dwarves pushed us out of both Ivald\'s Ruin and Baelgun\'s. Now I\'ve got a plan to get us back inside before they bury up all our goodies and we lose that data forever.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,1068,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11448,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,1),(11475,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Tools to Get the Job Done','I\'ve been studying this deactivated construct for days, $N. I think I can create a reasonable facsimile of the golem that would have room inside to fit one passenger. The idea being that it would fool those iron dwarves and allow us to get inside Baelgun\'s.$B$BNow I\'m not gonna be able to make anything with a hammer and poker. I need my tools! Unfortunately I left those behind at Ivald\'s Ruin when the iron dwarves first attacked. Get me my tools!$B$BIvald\'s Ruin is located far to the northeast.','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to recover his Building Tools.','Now that I\'ve got my tools, the building can begin. Well, as soon as I have some materials. You\'ll be getting those for me next.','Step 1: Get Walt his tools.','','','','','',34131,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,1068,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11474,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11476,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Carver and a Croaker','Some of the pirates around here... we have our own special way of talking. Zeh\'gehn has... many different special ways of talking... all mixed together.$B$BFrom what I can tell he wants a frog and a knife.$B$B\"Silvermoon\" Harry might have a knife on the cheap. There\'s frogs all over town, just grab one and bring it to him along with the knife.$B$BI\'d hate to be in the poor critter\'s shoes, if you know what I mean.','Get a Shiny Knife from \"Silvermoon\" Harry and capture a Scalawag Frog. Bring these to Zeh\'Gehn at Scalawag Point.','Much obliged, bucko. Croaker\'s lookin\' real cris!','Ye get the croaker and carver, mon?','','','','','',35803,35813,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11459,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11477,10958,495,0,136,68,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Out of My Element?','Keep it down, $r. These iron dwarves are quick on the trigger. Now don\'t let the activities down in the dig fool you. Those steel-skinned abominations aren\'t digging anything up! No sir - on the contrary - they\'re burying the site! For whatever whacked out reason, they don\'t want anyone finding this place.$B$BWhat kind of dwarf buries ancient relics and dig sites? I\'ll tell you what kind: the kind you kill with reckless abandon! Get in there and take \'em out!','Donny at Ivald\'s Ruin in the Howling Fjord wants you to kill 10 Iron Rune Destroyers, 5 Iron Rune Laborers and 2 Iron Rune Sages.','Good job, $n. That\'ll slow down the burial process a little.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23676,23711,23674,0,10,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,1068,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11278,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11478,10958,495,0,262272,68,71,0,1101,0,0,0,0,0,0,0,0,0,34132,1,'Outpost Over Yonder...','I see that you haven\'t visited my brothers at the Explorers\' League Outpost south of here. Why don\'t you do Donny a favor and deliver this message to Stanwad. He\'ll be interested to hear about the activities of the iron dwarves up here.$B$BLike I said, mount up and start heading south. You\'ll see the outpost right before you get to Baelgun\'s.','Deliver Donny\'s Letter to Stanwad at the Explorers\' League Outpost.','Yea, this isn\'t anything we don\'t already know. At least Donny\'s still alive.','News from Donny?','','','','','',34132,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,1068,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11278,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11479,10958,495,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11480,0,0,'\"Crowleg\" Dan','Croaker\'s spoken, matey. \"Crowleg\" Dan\'s on da ship yonder.$B$BBest go trace that blaggard, mon. Show\'im dis set\'s not fe be crossed. Gaan back fe Terry when ye keelhaul \'is behind.','Confront \"Crowleg\" Dan, who is in one of the ships at Scalawag Point. Speak to Handsome Terry when you\'ve completed this task.','That\'s some sad news. Dan was me old friend... AND he owed me money. Either way, if he was working with the Southsea mongrels he got what he deserved.$B$BAs for you, my friend. You\'re on your way up. Literally.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24713,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11476,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11480,10958,495,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11471,0,0,'Meet Number Two','All the good work you\'ve done for us hasn\'t gone unnoticed, $N. Our second in command, the delightful Annie Bonn, is incredibly impressed with what you\'ve done so far and wants to meet you. ','Speak to Annie Bonn at Scalawag Point.','Well, well, well. If it isn\'t $N. You show up at Scalawag point, no one\'s heard of you except some goblin friend of that half-wit Terry.$B$BLet\'s just say I\'m a bit... skeptical... of your intentions here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11479,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11481,10958,4080,0,136,70,70,0,0,0,0,0,0,0,0,0,0,11488,0,0,'Crisis at the Sunwell','By the naaru, I thank you, $r, for your efforts.$b$bOur work is far from finished, however, and I must request that you undertake a critical mission - one as important as any I\'ve issued.$b$bOur forces are spread thinly. To compound the strain, we\'ve had to dispatch a contingent to Azeroth to investigate developments at the Sunwell Plateau.$b$bYou are needed there, $n. Report to Larethor. Tell him that I wish we could spare more men.','Adyen the Lightwarden on the Aldor Rise in Shattrath City has requested that you travel to Sunwell Plateau and speak with Larethor.','Another soldier from Shattrath? A welcome sight!$b$bWish there were more of you, but we\'ll make due with what we have. Whatever\'s going on out here won\'t wait for us to make ready.$b$bHave a look around, $c. There\'s much that needs doing. Pitch in and do your share.$b$bOh, yeah, and don\'t go tauntin\' the cryers - err, Scryers. Looks like we\'re in this thing together....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,10,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(11482,10958,4080,0,136,70,70,0,0,0,0,0,0,0,0,0,0,11488,0,0,'Duty Calls','Hear me, $r.$b$bDuty requires that you return to Azeroth. Every able person is to report to the Sunwell Plateau immediately.$b$bI\'m afraid I have no more information to share, except this:$b$bYou\'ll be joining forces with the Aldor for this mission. Speak with a draenei by the name of Larethor when you arrive.$b$bApparently, the situation calls for us to set our differences aside and join forces.$b$bPrepare yourself, friend. This sounds serious.','Dathris Sunstriker on Scryer\'s Tier in Shattrath City has insisted that you travel to Azeroth at once and report to Larethor at the Sunwell.','Welcome to Sunwell Plateau, cryer - What\'s that? Oh Scryer, yes of course. Isn\'t that what I said?$b$bWell, now, let\'s get a few things straight. There\'s some serious business going on behind those walls and it\'s in the interest of both of our people to address it. And since neither of us have the forces to go it alone, we\'re going to work - TOGETHER. Got that?$b$bNow let\'s get started, shall we?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,10,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(11483,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'We Can Rebuild It','Tools? Check. Materials? Negative.$B$BIf we\'re going to build this thing, you\'re going to have to get me the materials.$B$BFirst things first, $N. For the skeletal structure I\'m going to need a large barrel from Nifflevar, some dark iron ingots from Valgarde, and industrial strength rope from Baleheim.$B$BNifflevar and Baleheim are vrykul towns northwest of here. Valgarde is located in Daggercap Bay, also to the northwest. Speak with McGoyver to get the ingots. He\'ll fly you back here once you\'re all done.','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to bring him a Large Barrel, Industrial Strength Rope and Dark Iron Ingots.','Excellent. These combined with the skin will make for a flawless clone of the constructs the iron dwarves use.','Have you got the infrastructure materials?','','','','','',34133,34134,34135,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,1050,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11475,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,6,273,1,0,0,0,0,3,5,1,1,0,0,0,0,0,6,0,0,5),(11484,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'We Have the Technology','While the infrastructure for a piece of machinery like this is important, we can\'t underestimate the appearance of the construct. If we\'re to fool the iron dwarves the clone must be exact!$B$BI can make this happen.$B$BBring me a pristine shoveltusk hide from the shoveltusk of this region and steel ribbing from vrykul in Nifflevar or Baleheim to the northwest.','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to bring him a Pristine Shoveltusk Hide and Steel Ribbing.','I\'ll have the construct all ready to go as soon as the infrastructure is complete.','We\'ll be back collecting our relics in no time!','','','','','',34136,34137,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,1050,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11475,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,273,0,0,0,0,0,5,0,0,5),(11485,10958,495,0,138,68,71,0,1101,0,0,0,0,0,0,0,0,11489,0,0,'Iron Rune Constructs and You: Rocket Jumping','Alright, $N; the time has come for you to climb inside this thing and learn how to use its basic abilities. When you\'re ready, get on the work bench and I\'ll get you situated inside the construct.$B$BYour first lesson is going to be using the construct\'s transportation system. You\'ll notice that the iron dwarves have set up special rune carvings around the dig site. Their constructs use those rune carvings to power up and fly from point to point. Try it with the rune carving I built here.\n','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to use the Iron Rune Construct\'s Rocket Jump ability at Walt\'s Iron Rune Carving.$B$BDismiss your construct by dismissing it from the pet window once you have completed the quest.','You\'re almost ready to take this work of art into the field, $N!\n','Don\'t take any lip from these naysayers!','Rocket Jump Mastered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,1050,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11483,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,1),(11486,10958,0,370,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,34141,1,'The Best of Brews','I know a bright $Glad:lass; like ya wants to stop the hostilities on the surface, eh? Ya want yer nice and merry Brewfest to go off without a hitch. I\'ll make ya a deal.$b$bTake this keg of our finest brew to the Brewfest Organizer outside Ironforge, so that we Dark Iron dwarves can be rightly represented! The best brew in all of Azeroth comes from right here in this mountain, and don\'t ya ferget it!','Take the Dark Iron Ale Keg to Ipfelkofer Ironkeg in Dun Morogh.','So you visited the Dark Iron and sought to put a stop to their sabotage? They attacked again a bit ago. Seems a Dark Iron\'s word is as good as their brew, eh?$B$BStill, what you did to help is appreciated. Here, take a mug of the \"ale\" you brought from the depths of that mountain as your reward. Thirsty work, defeating all those Dark Irons!','What\'s this?','','','','','',34141,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11454,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11487,10958,0,370,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,34141,1,'The Best of Brews','I know a bright $Glad:lass; like ya wants to stop the hostilities on the surface, eh? Ya want yer nice and merry Brewfest to go off without a hitch. I\'ll make ya a deal.$b$bTake this keg of our finest brew to the Brewfest Organizer outside Orgrimmar, so that we Dark Iron dwarves can be rightly represented! The best brew in all of Azeroth comes from right here in this mountain, and don\'t ya ferget it!','Take the Dark Iron Ale Keg to Tapper Swindlekeg in Durotar.','So you visited the Dark Iron and sought to put a stop to their sabotage, eh, kid? They attacked again, you know. Seems a Dark Iron\'s word is as good as their brew.$B$BStill, what you did to help is appreciated, I guess. Here, take a mug of the \"ale\" you brought from the depths of that mountain as your reward. No, really. It\'s the least I can do.','What\'s that ya got there?','','','','','',34141,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11454,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11488,10958,4131,0,136,70,70,81,0,0,0,0,0,0,0,0,0,11490,0,0,'Magisters\' Terrace','Welcome to the Sunwell, $c. Get yourself settled in and contribute however you can - there\'s much to do!$b$bMe? Yes, I have a little something that needs doing, but I\'m not sure you\'re up to the task.$b$bWe\'ve had a contact embedded in Magisters\' Terrace gathering intelligence for us. He\'s recently failed to report and I\'m growing concerned.$b$bThe terrace is just up the rise to the east. The information he was collecting is vital to our mission.$b$bThink you can handle it, $r?','Exarch Larethor at the Shattered Sun Staging Area wants you to search Magisters\' Terrace and find Tyrith, a blood elf spy.','...Come closer, $r... Listen carefully to my words....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',11481,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,1000,1000,0,0,0,0,0,0,0,0,0,0,1,0,0,8),(11489,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11491,0,0,'Iron Rune Constructs and You: Collecting Data','The most important part of your job while controlling the construct is the collection of data. I\'ve placed an iron dwarf relic in the cart over yonder. It\'s the floating, lightning infused crystal.$B$BGet on the work bench and I\'ll put you back in the construct. Once you\'re back in the driver\'s seat, use the construct\'s data collection ability to pick up the test data.','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to use the Iron Rune Construct\'s Collect Data ability while standing near the Iron Dwarf Relic.$B$BDismiss your construct by dismissing it from the pet window once you have completed the quest.','Perfect! Works like a charm!','','','Test Data Collected','','','',0,0,0,0,0,0,0,0,0,0,0,0,24820,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,1050,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11485,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,5,0,0,0,0,0,0,0,0,0,1),(11490,10958,4131,0,136,70,70,81,0,0,0,0,0,0,0,0,0,11492,0,0,'The Scryer\'s Scryer','$b$bGo to the terrace... use the orb.$b$b...They\'re...feeding the sunwell....$b$b $b$bHurry... They must be stopped... before they can....$b$b','Tyrith wants you to use the orb on the balcony in Magisters\' Terrace.','I consider it to be no coincidence that our paths cross this day.$b$bI sense the tendrils of destiny....','Go and peer into the orb, mortal.','','Scrying Orb Activated','','','',0,0,0,0,0,0,0,0,0,0,0,0,25042,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11488,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11491,10958,495,0,130,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Iron Rune Constructs and You: The Bluff','You always gotta have a contingency plan in case your main plan backfires! That\'s why I\'ve built in some anti-intelligence systems into the construct.$B$BYour shiny new ride might rouse some suspicion while you\'re at Baelgun\'s excavation site. That\'s what your bluff ability is for! Just use that any time you\'re confronted and you\'ll be safe from harm.$B$BTest it out on Lebronski by walking on his rug. Once he starts huffin\' and puffin\', use the bluff!$B$BGet on the work bench when you\'re ready to begin.','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to use the Iron Rune Construct\'s Bluff ability on Lebronski after you\'ve walked on his rug.$B$BDismiss your construct by dismissing it from the pet window once you have completed the quest.\n','You showed him! Now it\'s time to put you in the field.$B$BFeeling confident, I hope...','Don\'t worry about him, $n. He\'ll get over it...','Lebronski Bluffed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,1050,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11489,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11492,10958,4131,0,136,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Hard to Kill','Welcome to the Sunwell, mortals. Your arrival is indeed timely.$b$bAs you\'ve now witnessed, the Legion forces work tirelessly, manipulating the Sunwell\'s power to achieve their malevolent ends.$b$bKael\'thas has risen from the ashes of defeat and once more leads them in their efforts. Find him, mortals. He must again be stopped.$b$bOther, equally urgent matters require my immediate attention. I shall leave Kael\'s fate to you. Do not fail.$b$bWith luck, we shall speak again.','Kalecgos has asked you to defeat Kael\'thas in Magisters\' Terrace. You are to take Kael\'s head and report back to Larethor at the Shattered Sun Staging Area.','$b$bTyrith will be missed - good man, that one. Thanks to you though, his death wasn\'t in vain.$b$bI\'ve underestimated you, $r. Please, accept this on behalf of the Sunwell Offensive - a gift worthy of a hero such as yourself.','Well, $c, I must admit, I wasn\'t sure I\'d see you again.$b$bWhat news do you bring?','','','','','',34157,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35487,35488,35489,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,46591,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',11490,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,2,1,1,0,0,0,1000,0,0,1,0,0,8),(11493,9036,0,0,136,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'UNUSED','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11494,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Lightning Infused Relics','Your construct is ready to go. All abilities have been given a once over and I\'ve programmed the machine to both comprehend and speak the language of the titans.$B$BTake the construct to Baelgun\'s Excavation Site, due south of here, and collect data from the lightning infused relics that litter the site. Remember to bluff any iron dwarves that suspect your construct to be a fake. And don\'t forget about rocket jumping from rune to rune to get around in there!$B$BGet on the table when you\'re ready!','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to use the Iron Rune Construct\'s Collect Data ability to collect 15 sets of Iron Rune Data.$B$BDismiss your construct by dismissing it from the pet window once you have completed the quest.','And once again Walt proves that he is indeed the top dwarf! What do you think of my construct now, Lebronski!$B$BThank you, $N. This data will undoubtedly prove to be invaluable - as soon as I figure out how to get it out of the construct.','','','Iron Rune Data Collected','','','',0,0,0,0,0,0,0,0,0,0,0,0,24824,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,35845,35844,35846,35848,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1068,1050,0,0,0,0,350,350,0,0,0,0,0,141000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11491,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,2,0,0,0,0,0,0,0,0,6),(11495,10958,495,0,130,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Delicate Sound of Thunder','The cavern that we opened at Baelgun\'s was the one place that most steered clear of... Can\'t say I blame \'em. The sound of thunder shot out of that cave, $N! Loud, booming thunder!$B$BI think near the end, it was abandoned by all. Bad, bad things happened to any that went in to explore - most never coming back.$B$BI want you to check that cave out while you\'re at Baelgun\'s. Explore around the titan statue inside and report back with your findings.','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to use the Iron Rune Construct to explore the thundering cave at Baelgun\'s Excavation Site.$B$BDismiss your construct by dismissing it from the pet window once you have completed the quest.','Incredible! What could those iron menaces be up to? What are they doing in the Storm Peaks? And what is this Loken!? I\'ll forward this information to our central base of operations in the Dragonblight, $N. I\'ll also let \'em know that you were invaluable in the acquisition of said info.','Any luck?','Thundering Cave investigated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35851,35849,35852,35856,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1068,1050,0,0,0,0,350,350,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11491,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,4,5,6,1,1,0,0,0,0,0,0,0,6),(11496,10958,4080,0,4234,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sanctum Wards','Our first priority is to capture the Sun\'s Reach Sanctum. Once we\'ve secured it, we\'ll be able to use its energy to open a portal from Shattrath.$B$BThe sanctum is overrun with the Wretched - former blood elves who\'ve devolved into mindless husks of their former selves. Its defenses would\'ve normally prevented this intrusion, but the Wretched have stolen the power sources from the protective wards.$B$BHunt down the Wretched and get the mana remnants they carry. Use them to energize the sanctum wards.','Captain Theris Dawnhearth at the Shattered Sun Staging Area wants you to obtain 4 Mana Remnants from Wretched Fiends and Wretched Devourers and use them to energize one of the Crystal Wards surrounding the Sun\'s Reach Sanctum to the east.','Good work, $n. The wards are slowly regaining their power. The sanctum will be ours in no time!','Have you reactivated the crystal wards, $n?','Energize a Crystal Ward','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,150,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11497,10958,3520,0,136,70,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Learning to Fly','Though it may end up hurting my business in the long run, you look the sort that dreams of flying $g his : her; own mount through the skies, rather than being flown from place to place.$B$BI understand the feeling completely.$B$BYou, my friend, need to head to Wildhammer Stronghold in the southwest corner of Shadowmoon Valley. When you get there, speak with Ilsa Blusterbrew about some flight instruction. Mind you, her training\'s not cheap. But, I think that you\'ll find it worth your while.','Speak with Ilsa Blusterbrew at Wildhammer Stronghold in Shadowmoon Valley.','So, me boyo, Nutral, sent ya along did he? Good man... I\'ll need ta remember ta send him along a pint fer all o\' the business he\'s sendin\' me way.$B$BIf it\'s the learnin\' o\' how ta fly right and proper yer after, ye\'ve come ta the right place. No one flies finer than us Wildhammer and those we train. Fer a fee, and not a small one mind ya, I\'ll teach ya how ta soar through the skies!$B$BAnd when yer done, don\'t forget ta talk ta Brunn over there about buying one o\' these gryphon beauties!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11498,10958,3520,0,136,70,70,0,690,0,0,0,0,0,0,0,0,0,0,0,'Learning to Fly','Though it may end up hurting my business in the long run, you look the sort that dreams of flying $g his : her; own mount through the skies, rather than being flown from place to place.$B$BI understand the feeling completely.$B$BYou, my friend, need to head to Shadowmoon Village in the northwest corner of Shadowmoon Valley. When you get there, speak with Olrokk about some flight instruction. Mind you, his training\'s not cheap. But, I think that you\'ll find it worth your while.','Speak with Olrokk at Shadowmoon Village in Shadowmoon Valley.','Blood and thunder, Nutral sent me another ground grunt! Good man... for a draenei.$B$B$B$BYou\'ve come to the right place if you want to learn how to ride your own mount through the skies. In return for a big sack of gold, I\'ll teach you what you need to know and not fall dishonorably to your death.$B$BAnd when you\'re done, don\'t forget to talk to Dama Wildmane over there about buying one of the windriders from our stable!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,1),(11499,10958,4131,0,4232,70,70,85,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Signet Ring of Prince Kael\'thas','$C, today I ask the impossible. Today, you must obtain the signet ring of Kael\'thas Sunstrider, lord of the blood elves!$B$BIt\'s true, the rumors of his death within Tempest Keep were ill-founded. He has appeared once more, this time at the Magisters\' Terrace on the Isle of Quel\'Danas. What he is doing there is a tale for someone else to tell you. What I know is that I have innumerable collectors interested in his princely ring, and I mean to acquire it for them.$B$BOr rather, I mean for you to do so.','Wind Trader Zhareem has asked you to obtain The Signet Ring of Prince Kael\'thas. Deliver it to him in Shattrath\'s Lower City to collect the reward.$B$BThis quest may only be completed at the Magisters\' Terrace on Heroic difficulty.','So, the blood elf prince is truly dead this time? A pity, I always thought he had class. To think that one so lofty could be brought down for such a paltry sum.$b$bBut as they say, business is business. Your reward is earned, adventurer.$b$bCome back tomorrow and I will have another request for you to fulfill.','The Magisters\' Terrace must be a very dangerous place indeed being so close to the Sunwell.$b$bI trust that you\'re not having second thoughts?','','','','','',34160,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29434,0,0,0,2,0,0,0,933,1077,0,0,0,0,350,350,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',11492,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7),(11500,10958,4131,0,4232,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Sisters of Torment','It has been whispered to Mah\'duun that the sisters of torment are to be sent back to the hells from which they sprang.$B$BMah\'duun knows that these demons can be found at the Magisters\' Terrace on the Isle of Quel\'Danas.$B$BYou will do this thing to earn the bounty, or you will not.','Nether-Stalker Mah\'duun wants you to slay 4 Sisters of Torment. Return to him in Shattrath\'s Lower City once you have done so in order to collect the bounty.','Who can say why the demonic sisters needed to be slain? Do you care?$b$bMah\'duun thinks you care enough to collect the bounty, though.$b$bReturn again tomorrow and the winds will have whispered once more to Mah\'duun.','That which speaks speaks upon nether winds whispers to Mah\'duun. It says that you have not yet dealt with the sisters.$b$bDoes $n care nothing for the bounty?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24697,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29460,0,0,0,1,0,0,0,933,1077,0,0,0,0,250,250,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11501,10958,495,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'News From the East','Westguard needs to know what\'s going on here, $N. I want you to personally deliver the news to Captain Adams.$B$BWhenever you\'re ready, let me know and I\'ll put you back in the construct for one final flight. It\'ll take you to Westguard Keep, but more than likely blow up in the process.$B$BIt\'s been a pleasure...','Speak with Captain Adams at Westguard Keep.','Wonderful... As if having the Scourge all up our you-know-whats wasn\'t enough, now we got some angry ancient titan construct to deal with!$B$BI\'ll need some time to chew on this information, $r. In the meantime there\'s plenty of work that needs doing here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35857,35858,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1068,1050,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11495,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,1),(11502,11685,3518,0,4296,64,70,41,1101,0,0,0,0,0,0,0,0,0,0,0,'In Defense of Halaa','We are not a warlike race, $r. However when war comes to our lands, we do not run away from it.$B$BThe Alliance and the Horde wage war in the city of Halaa, to the northwest. We do not know what the blood elves are scheming, but any victory for the Horde would be disastrous. The history between our people and the orcs is one of bloodshed and betrayal.$B$BGo and slay the enemy in Halaa and you will be rewarded in coin, honor and renown.','Defeat 10 enemy players in Halaa and return to Lakoor in Telaar.','I thank you, $n. Your efforts will not be ignored.','Is your task done, $n?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24867,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11503,11685,3518,0,4296,64,70,41,690,0,0,0,0,0,0,0,0,0,0,0,'Enemies, Old and New','Our ancient enemy, the draenei, have returned with powerful allies. They wage war in Halaa, southwest of here.$B$BWe cannot allow them a victory there as Garadar would be next without a doubt.$B$BGo and slay those who would aid our ancient enemy.','Defeat 10 enemy players in Halaa and return to Karrtog in Garadar.','You bring great honor to our people. You have our thanks.','Is your task done, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24867,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11504,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,11507,0,0,'The Dead Rise!','The path east of us is a primary hunting trail of the tuskarr. At least that\'s what it used to be...$B$BMore recently our hunters have been returning to Kamagua claiming that the dead have risen and are out for blood! That is what has brought my son and me here. Elder Atuik asks that we find resolution in the bluffs.$B$BWill you assist us in our time of need? I seek heroes willing to brave the perils of Shield Hill, southeast of here. Search the desecrated graves for clues and return your findings to me.','Orfus of Kamagua at the Ancient Lift in the Howling Fjord wants you to find Fengir\'s Clue, Rodin\'s Clue, Isuldof\'s Clue and Windan\'s Clue.','$B$BPirates... Is there no end to the depths of their depravity?$B$BWe must recover the stolen artifacts and return them to this cursed place so that my people may once more know peace.','The tuskarr need your help!','','','','','',34222,34223,34224,34225,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11573,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,1,1,0,0,0,0,0,0,5,0,0,5),(11505,11685,3519,0,4234,62,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Spirits of Auchindoun','Auchindoun\'s spirits have no stake in the conflict between the Alliance and the Horde, but incurring their favor will give our side an edge in the region.$B$BAncient custom directs the living to pay their respects at spirit towers in the Bone Wastes - though only at specific times of the day. If you can help secure a tower during these times, you will have helped bring the spirits to our side.$B$BShould we succeed in gaining the spirits\' favor, they will grant us a boon that will aid us in our endeavors.','Help the Alliance secure a tower in the Bone Wastes.','The spirits are one step closer to resting in peace. It is good to incur their favor, especially when waging war so close to their place of rest.','The spirits are restless, $n. Have you accomplished your task?','Secure a Spirit Tower','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11506,11685,3519,0,4234,62,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Spirits of Auchindoun','The draenei might be our enemies, but the spirits of their ancestors in Auchindoun are restless and have no allegiance.$B$BThe draenei\'s custom required them to pay their respects at spirit towers at various times during the day. If you can help secure a tower during these times, you will help the spirits return to peace in Auchindoun.$B$BThe Alliance will try to capture the towers in order to secure the dead\'s favor. We must ensure that our side succeeds instead.','Help the Horde secure a Spirit Tower in the Bone Wastes.','The spirits are closer to finding peace and have bestowed their favor onto us.$b$bA humiliating blow to our enemy that their own ancestors would side against them, even if only temporarily.','The spirits of Auchindoun are all around us. Will they grant us their boon?','Secure a Spirit Tower','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11507,10958,495,0,128,68,71,0,0,0,0,0,0,0,0,0,0,11508,34226,1,'Elder Atuik and Kamagua','$B$BMy people are bitterly entrenched in a war with the Northsea Freebooters. If any tuskarr could help us in our quest to right the wrongs of the pirates, it will be Elder Atuik of Kamagua. You must take these clues to him at once.$B$BTo get to Kamagua you must take the Ancient Lift, behind me. Take the lift directly to Kamagua and find Elder Atuik.','Orfus of Kamagua in the Howling Fjord wants you to deliver Orfus\'s Bundle to Elder Atuik at Kamagua.','Orfus is a good tuskarr - one of our strongest warriors. I knew he would not let us down.$B$BAllow me to see what it is that you have brought.\n','News from Orfus?','','','','','',34226,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11504,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,3),(11508,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,11509,0,0,'Grezzix Spindlesnap','The pirate thieves have set up port at Scalawag Point, far to the south. Unfortunately, they have fortified their camp with many deadly defenses.$B$BThere is someone that might be able to assist us in infiltrating Scalawag.$B$BA pirate mercenary by the name of Grezzix Spindlesnap recently came to our village in search of food and shelter. In exchange he gives us information about our enemies and feeds them misinformation about our attack plans. Seek him out at his ship just off the coast here - southwest.','Speak with Grezzix Spindlesnap.','Yarr, matey. Grezzix never did like to get his hands dirty! A pirate\'s life for Grezzix is a good one, so long as Grezzix doesn\'t have to do any of the work.$B$BI\'ve seen those artifacts. It\'s the reason I\'m here and not at Scalawag myself! Bad, bad things those are...$B$BHey, it\'s your life though, right? You wanna get inside Scalawag and Grezzix can help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11507,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,4,4,1,1,5,0,0,0,0,0,0,0,1),(11509,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,11510,0,0,'Street \"Cred\"','The Northsea Freebooters all fear and respect Grezzix. I\'m thinking they recognize my special talents and envy my amazing ship. All you need to do is tag along with my cabin boy, Lou, and you\'ll be in like... In like tin. Pirates love tin.$B$BJust talk to Lou when you\'re ready to go and he\'ll take you to Scalawag.$B$BOh yea, you\'ll want to talk to \"Silvermoon\" Harry first. He\'ll have more information on the stuff they pilfered. Just watch what you say around him. He\'s a freak... crazy for blood elves.','Speak with \"Silvermoon\" Harry at Scalawag Point about the missing Vrykul artifacts.','$B$BSo you\'re like me, eh? A little eccentric.$B$B$B$BNobody dresses like that around here.$B$BAbout those artifacts... Everyone that came into contact with that stuff has ended up dead, missing or both.$B$BIf you\'re still interested in learning more, I can help - but it\'ll cost you.$B$B$B$BYou scratch my back and I\'ll try to not stick a dagger in yours.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11508,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,2),(11510,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'\"Scoodles\"','One of the first things Jonah Sterling did after he went crazy was to take my prized sin\'dorei scrying crystal and feed it to the bane of my existence, \"Scoodles\" the orca.$B$BNo I didn\'t name the damned thing. I just know that she swims out past the ships directly southeast of Scalawag. Kill that overinflated goldfish and rip out my beautiful sin\'dorei crystal from its stomach.$B$BDo this and we can get down to business.','\"Silvermoon\" Harry at Scalawag Point wants you to recover his Sin\'dorei Scrying Crystal from the orca, \"Scoodles.\"','$B$BOh my precious! Did the big, mean whale hurt you? It\'ll be ok. I\'ll never let you out of my sight again!$B$B$B$BSo, where were we?','Are you lost?','','','','','',34235,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11509,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,4,275,1,1,6,0,0,0,0,6,0,0,5),(11511,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Staff of Storm\'s Fury','Those artifacts are cursed and you\'d be crazy to go looking for them, $r. I know for certain that anyone that\'s come into direct contact with any of those items has either gone mad or been killed.$B$BTake that staff, for example. Last I heard the ship that held it was abandoned and left to rot on the coast of the Isle of Spears, north of here.$B$BIf you want that thing, check the ship\'s hold.$B$BWhatever you do, don\'t bring that staff back here! And steer clear of Abdul! He\'ll tear your heart out.','Recover the Staff of Storm\'s Fury and deliver it to Orfus of Kamagua in the Howling Fjord.\n','We must return all of the artifacts, $N. When all four are gathered, you will put them back in their graves.','You have the staff?','','','','','',34236,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11510,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,5),(11512,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Frozen Heart of Isuldof','Some say Jonah was never quite right in the head, but I know the truth. It was the heart. That damned frozen heart! I saw the change in him the second he pulled it from the grave. I could see the blood freeze in his veins... It was then that the madness truly took over.$B$BHe left us to hole up in his cave on the north side of this island. Last I heard he had thrown the heart in the back of his bear den. Too little, too late...$B$BI\'ll kill you myself if you even think about bringing that heart back here!','Recover the Frozen Heart of Isuldof and deliver it to Orfus of Kamagua in the Howling Fjord.','We must return all of the artifacts, $N. When all four are gathered, you will put them back in their graves.','The... The Frozen Heart of Isuldof?','','','','','',34237,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11510,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,3,1,1,1,0,0,0,0,0,6,0,0,5),(11513,10958,3522,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Intercepting the Mana Cells','I have devised a plan to acquire a power source strong enough for the creation of our portal.$B$BThe ethereal forces at Bash\'ir Landing, atop the northwestern Blade\'s Edge Mountains, have been smuggling mana cells out of Tempest Keep and transporting them to the Sunwell for Kael\'thas.$B$BThey have hidden the cells, but there is a way for you to find them; the ethereal carry phase devices that you can use to see the smuggled goods.$B$BJust beware the mana cells\' phase wyrm guardians.','Obtain 10 Smuggled Mana Cells and return them to Exarch Nasuun on the Terrace of Light in Shattrath City.','These mana cells are vital to our efforts. We will have the portal to the Sunwell Isle created in no time!$b$bReturn tomorrow and I will send you out to acquire more of them from our Bash\'ir \'friends\'.','Did you acquire the mana cells?','','','','','',34246,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35232,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,44934,0,0,0,0,0,0,0,57000,0,0,0,0,'',11517,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11514,10958,3522,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maintaining the Sunwell Portal','We must maintain the energy to our portal or it will collapse. The mana cells that the ethereals at Bash\'ir Landing have hidden will continue to serve our purposes. The landing sits atop the northwestern corner of the Blade\'s Edge Mountains, far to the north.$B$BRemember, acquire a phase device from one of the ethereals and then use it to locate the smuggled goods.$B$BJust be cautious of the phase wyrms that they use to guard the mana cells.','Obtain 10 Smuggled Mana Cells and return them to Exarch Nasuun on the Terrace of Light in Shattrath City.','These mana cells will continue to power the portal.$b$bReturn tomorrow and I will send you out to obtain more.','$n, how fare your efforts to obtain mana cells for us this day?','','','','','',34246,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35232,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,44934,0,0,0,0,0,0,0,57000,0,0,0,0,'',11534,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11515,10958,3483,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34257,1,'Blood for Blood','When Kael\'s forces retreated through that portal, his most loyal lackeys were rewarded with an abominable gift. They stayed behind and gorged themselves on the blood of demons for days.$B$BThe blood has changed them, given them new powers. It will also prove their undoing.$B$BObtain blood samples from other demons. Use them to power this fel siphon and deprive these arrogant fools of their new powers. Slay them in their weakened state and return to me.','Magistrix Seyla at the Throne of Kil\'jaeden wants you to kill 4 Emaciated Felbloods by using the Fel Siphon on them. You will need Demonic Blood from nearby Wrath Heralds to power the Fel Siphon.','Fools. They learned to drain fel energy but did not learn how to retain it.$b$bWe were lucky, $n. An experienced felblood would\'ve surely been a formidable opponent.','These freaks are a disgrace to our race. You must destroy them, $n.','','','','','',0,34257,0,0,0,0,0,1,0,0,0,0,24955,0,0,0,4,0,0,0,44937,0,0,0,0,0,0,0,30809,30810,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,46251,0,0,0,0,0,0,0,75900,0,0,0,0,'',11526,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11516,10958,3483,0,4226,70,70,0,0,0,0,0,0,0,0,0,0,0,34253,1,'Blast the Gateway','We have to shut down this gateway to stop Legion reinforcements to the Isle of Quel\'Danas.$B$BTake these embers, they contain one of my creations: a living flare. It is designed to act as a powerful destructive force - as long as it has been provided enough energy.$B$BFind the fel sparks that wander the area and slay them near the living flare. The flare will grow in power each time, until it becomes unstable.$B$BOnce you\'ve achieved this bring the flare to the gateway. It will know what to do.','Magistrix Seyla at the Throne of Kil\'jaeden wants you to use the Sizzling Embers to summon a Living Flare and slay Incandescent Fel Sparks near it until it becomes an Unstable Living Flare. Return to the Legion Gateway with the Unstable Living Flare to destroy it.','Excellent work, $n. The demons might repair the gateway in due time. I suppose we\'ll just have to blow it up again.','Is it done, $n? We must stop further Legion forces from reinforcing Kael\'thas.','Legion Gateway Destroyed','','','','',34253,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35232,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11526,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11517,10958,3703,0,136,70,70,0,690,0,0,0,0,0,0,0,0,0,0,0,'Report to Nasuun','I am most glad that you are here, $c! Now that we have taken this sanctum, we must hurry to create a magical portal that will lead to here from Shattrath City in the Outland.$B$BMy liege lord, Exarch Nasuun, is heading up the Offensive\'s efforts to do just that. He asked me to send along any promising candidates who have what it takes to help with the portal\'s creation.$B$BPlease, travel to Shattrath City and speak with him inside A\'dal\'s chamber on the Terrace of Light.','Tradesman Portanuus has asked you to speak with Exarch Nasuun on the Terrace of Light in Shattrath City.','Portanuus sent you? Good, we haven\'t any time to spare!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(11518,9036,0,284,1160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunwell Daily Portal Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11519,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,11527,0,0,'The Lost Shield of the Aesirites','If you listen real close you can hear cannon fire coming from the northeast. That\'s Captain Ellis\'s ship, Sister Mercy. Thing is, Ellis and his entire crew were killed \'bout a month ago.$B$B$B$BGhost ship...$B$BIf it\'s info you be wantin\' \'bout the shield, Ellis is the man to ask.$B$BSister Mercy docks on the small island between here and Sorlof\'s Strand to pick up more souls for the ship\'s crew \'bout once every five minutes. There be no shortage of souls \'round these parts...','Speak with Captain Ellis aboard the Sister Mercy.','Arrr, me\'n\'me crew pilfered that thar shield! We be tryin\' to get her back from that no good, landlubbin\' scallywag, Sorlof! Ye come to help, arrr?$B$BWell, as ye can see we be runnin\' a skeleton crew!$B$B$B$BSister Mercy be needin\' another powder monkey to man the big\'uns o\'er on the poop deck. Think ye be up to the job, me hearty?$B$BHelp me crew take Sorlof down and we\'ll split the booty! Ye can have the shield, me\'n\'me crew gets the rest!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11510,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,4),(11520,10958,3519,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Discovering Your Roots','Greetings, $r.$b$bI\'m afraid I have little to offer here until my reagents are stocked.$b$bOf the supplies I require, there is a special reagent, razorthorn root, that is particularly difficult to harvest.$b$bFortunately, I know a secret....$b$bUsing the glands of the Razorthorn flayers, one can control a ravager there and use it to expose a root.$b$bTo find the roots, travel to Outlands and fly northeast from Shattrath until you reach Razorthorn Rise.','Mar\'nah at Sun\'s Reach Harbor wants you to travel to Razorthorn Rise in Outlands, collect 5 Razorthorn Roots, and return to her.','These should do nicely, $c.$b$bI thank you for your assistance.','Really, $n, I\'m far too busy for idle chatter.$b$bLet me know when you\'ve gathered those roots.','','','','','',0,34254,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35232,0,0,0,1,0,0,0,1077,0,0,0,0,0,350,0,0,0,0,0,0,34000,0,0,44987,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11521,10958,3519,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rediscovering Your Roots','My stocks are presently sufficient, but I\'ll need plenty of razorthorn roots to keep up with the demand.$b$bCollecting the roots is difficult, but I know a special method of extraction.$b$bUsing the glands of the Razorthorn flayers, one can control a ravager there and use it to expose a root.$b$bTo find the roots, travel to Outlands and fly northeast from Shattrath until you reach Razorthorn Rise.$b$bReturn to me, $n, once you have collected five of the roots.','Mar\'nah at Sun\'s Reach Harbor wants you to travel to Razorthorn Rise in Outlands, collect 5 Razorthorn Roots, and return to her.','Excellent work, $n.$b$bThank you again for your help!','Really, $n, I\'m far too busy for idle chatter.$b$bLet me know when you\'ve gathered those roots.','','','','','',0,34254,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35232,0,0,0,1,0,0,0,1077,0,0,0,0,0,350,0,0,0,0,0,0,44000,0,0,44987,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(11523,10958,4080,0,135306,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arm the Wards!','We\'ve succeeded in reactivating the crystal wards around the sanctum, but why stop there? We\'ll build defenses around the other structures, but the Wretched are stubborn and continue to steal power from the crystal wards.$B$BHunt them down and get the mana remnants they carry. Use the remnants to energize the sanctum wards; the safety of our operation depends on it.','Captain Theris Dawnhearth at the Shattered Sun Staging Area wants you to obtain 4 Mana Remnants from Wretched Fiends and Wretched Devourers and use them to energize one of the Crystal Wards surrounding the structures in Sun\'s Reach.','Good work, $n. The wards are slowly regaining their power. Sun\'s Reach will be ours in no time!','Have you reactivated a crystal ward, $n?','Energize a Crystal Ward','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,150,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11496,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11524,10958,4080,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34368,1,'Erratic Behavior','We lack the numbers to capture the Sanctum at Sun\'s Reach, but I\'ve a plan that will tip the scales in our favor.$B$BThe loose energy from the Sunwell has caused the sentries that patrol this island to malfunction. The crystal cores that control their behavior are damaged beyond repair.$B$BI\'ve crafted new crystals that will bring them under our control; place them inside of the hulls of defeated sentries. We will need all the help we can get.','Vindicator Xayanna at the Shattered Sun Staging Area wants you to place the Attuned Crystal Cores inside 5 defeated Erratic Sentries to turn them into friendly units.','Good job, $n. The sanctum will be ours in no time!','Have you converted the sentries, $n?','','Converted Sentry Deployed','','','',0,34368,0,0,0,0,0,1,0,0,0,0,24991,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,150,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11525,10958,4080,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34368,1,'Further Conversions','My plan to replace the damaged crystals on the erratic sentries has been a success. We\'ve managed to take the Sun\'s Reach Sanctum with their help.$B$BI\'ve crafted new crystals that will bring more of them under our control; place them inside the hulls of defeated sentries. We\'ll deploy them to other locations once they\'re converted.','Vindicator Xayann at the Shattered Sun Staging Area wants you to place the Attuned Crystal Cores inside 5 defeated Erratic Sentries to turn them into friendly units.','Excellent. The converted sentries will help to secure our perimeter.','Have you converted the sentries, $n?','','Converted Sentry Deployed','','','',0,34368,0,0,0,0,0,1,0,0,0,0,24991,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,150,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11524,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11526,10958,4080,0,128,70,70,0,0,0,0,0,0,0,0,0,0,0,34420,1,'The Missing Magistrix','We sent one of our operatives to investigate the fel portal in the middle of Dawning Square, south of here. She never returned.$B$BTake this scroll we found on one of the enemy corpses. We believe it will grant you access through the portal. Once through, find Magistrix Seyla and aid her in any way you can.','Use the Captured Legion Scroll near the portal at Dawning Square. Once you\'ve gone through the portal, find Magistrix Seyla.','It\'s very sweet of Theris to worry about my hide, but we\'ve got bigger problems here. Much bigger.','Keep quiet, $c. The Legion\'s forces watch the south of the gate.','','','','','',34420,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,75,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11550,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11527,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,11529,0,0,'Mutiny on the Mercy','Aye, we got problems, matey. Me gunners have mutinied! M\'n\'the crew up top be tryin\' to kick Sorlof\'s keester while dealin\' with the mutinous gunners down\'blo.$B$BYe\'re gonna have to go down\'blo and deal with those mutinous sea dogs and take their blastin\' powder for the big\'un o\'er on the poop deck.$B$BWith ye mannin\' the big\'un, Sorlof is sure to die and give up the booty!','Captain Ellis aboard the Sister Mercy in the Howling Fjord has asked that you recover 5 Barrels of Blasting Powder from the ship\'s hold.\n','Here\'s to hopin\' those treacherous bilge rats learned their lessons! Now it be time to man the big\'un, matey!','Mutinous sea dogs and giants abound!','','','','','',34387,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11519,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,5,0,0,4),(11528,10958,0,22,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Winter Veil Gift','','','A small tag on this present reads:$B$BHappy holidays, $N! ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34426,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11529,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,11530,0,0,'Sorlof\'s Booty','Me crew is gonna get the big\'un all primed an\'ready for ya, matey. She\'s restin\' snuggly on the bow, o\'er on the other side of the ship. Go\'n man it and be ready to fire when Sorlof is in our sights!$B$BOnce we take that landlubber down, ye\'ll have to recover the booty for us, seein\' as how we can\'t leave the damned ship! Bring that booty back to me and ye\'ll get your cut - the shield...','Slay Sorlof using the Big Gun and recover Sorlof\'s Booty. Return Sorlof\'s Booty to Captain Ellis aboard the Sister Mercy.','A deal\'s a deal, me hearty!','Smartly, me hearty!','','','','','',34468,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11527,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,5,1,0,0,0,0,0,0,5,0,0,4),(11530,10958,495,0,128,68,71,0,0,0,0,0,0,0,0,0,0,0,34238,1,'The Shield of the Aesirites','Here\'s yer shield. Me hopes it doesn\'t curse ye like it did me\'n\'me crew. Ye don\'t have to go home, but ye can\'t stay here... I be certain that thar be some that would be interested in getting\' it back.$B$BNow get that thing off me ship!','Return the Shield of the Aesirites to Orfus of Kamagua at the Ancient Lift in the Howling Fjord.','We must return all of the artifacts, $N. When all four are gathered, you will put them back in their graves.\n','You have returned!','','','','','',34238,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11529,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,2,0,0,0,0,2,1,1,0,0,0,0,0,0,5,0,0,5),(11531,10958,0,101,128,55,70,0,1101,0,356,1,0,0,0,0,0,0,34474,1,'Strange Engine Part','This strange engine part doesn\'t look like it fits in a steam pump, much less anything else you\'ve seen. Perhaps K. Lee Smallfry might know something about it.','Take the Strange Engine Part to K. Lee Smallfry in Telredor.','$B$BThis is somethin\' real special. Difficulty to say where it\'s from--like it just fell out of the sky. I\'m gonna hold on to this and pay you for your troubles.$B$BBetween you and me though, I think it\'s best if we didn\'t mention this to anyone.$B$B','Oh goodness! What\'ve you got there, $N?','','','','','',34474,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,5),(11532,10958,4080,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34475,1,'Distraction at the Dead Scar','The Legion will move against us as soon as their forces to the south are freed up. The Scourge at the Dead Scar are keeping their forces occupied at the moment. It won\'t last long, however.$B$BI want you to fly a dragonhawk over to the scar and put a dent in the demons\' numbers with these arcane charges.$B$BIf all goes well, they won\'t even notice us taking the armory from Kael\'s lackeys. Talk to Ayren, the dragonhawk master in the west part of the harbor, when you\'re ready to fly there.','Battlemage Arynna wants you to speak to Ayren Cloudbreaker when you\'re ready to fly over the Dead Scar. Once there, use the Arcane Charges to kill 2 Pit Overlords, 3 Eredar Sorcerers and 12 Wrath Enforcers.','You\'ve got some real talent, kid. Did you ever think of joining the Skyguard?$b$bI jest, $n. We need you here if we want to take the docks any time soon.','Have you accomplished your mission, $n?','','','','','',34475,0,0,0,0,0,1,0,0,0,0,0,0,25031,25033,25030,0,2,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,150,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11533,10958,4080,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34475,1,'The Air Strikes Must Continue','We\'ve taken the armory from the enemy thanks to our aerial attacks against the Legion\'s forces in the Dead Scar.$B$BAs a matter of fact, it\'s gone so well that we\'re going to continue our air strikes against them. Take these arcane charges and use them against their forces.$B$BTalk to Ayren Cloudbreaker at the Sun\'s Reach Harbor when you\'re ready for flight.','Battlemage Arynna wants you to speak to Ayren Cloudbreaker when you\'re ready to fly over the Dead Scar. Once there, use the Arcane Charges to kill 2 Pit Overlords, 3 Eredar Sorcerers and 12 Wrath Enforcers.','Any demons we kill today are demons that we do not have to fight tomorrow. Keep it up.','Have you accomplished your mission, $n?','','','','','',34475,0,0,0,0,0,1,0,0,0,0,0,0,25031,25033,25030,0,2,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,150,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11532,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11534,10958,3703,0,136,70,70,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Report to Nasuun','I am most glad that you are here, $c! When we took this sanctum from the wretched, we hurried to create a magical portal that leads here from Shattrath City in the Outland.$B$BMy liege lord, Exarch Nasuun, is heading up the Offensive\'s efforts to maintain that portal. He asked me to send along any promising candidates who have what it takes to help with acquiring more energy to fuel it.$B$BPlease, travel to Shattrath City and speak with him inside A\'dal\'s chamber on the Terrace of Light.','Tradesman Portanuus has asked you to speak with Exarch Nasuun on the Terrace of Light in Shattrath City.','Portanuus sent you? Good, we haven\'t any time to spare!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(11535,10958,4080,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Ready','Supplies are inbound, or so I\'m told.$b$bRegardless, we can ill afford to wait around hoping that help arrives before our offensive stalls. We must make the best of what we have.$b$bAs for me, I need ore to fashion an anvil so I can begin to upgrade our armor and weapons.$b$bThere are a group of naga on the coast to the east of here collecting ore and placing it in chests for shipment to the Legion.$b$bRelieving them of their ore will help our efforts in more ways than one....','Smith Hauthaa in Sun\'s Reach Armory wants you to kill Darkspine Myrmidon to the east and use their keys to steal three pieces of the ore from their chests.','Excellent! We\'re getting closer....$b$bSoon I\'ll be able to craft an anvil, then the real work can begin.','Have you gathered the ore I need?','','','','','',34479,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,45140,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11536,10958,4080,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Stop Now....','Now that we have an anvil, I can really get to work.$b$bNo matter how many supplies we receive, I\'ll always be able to put the Darkspine Iron Ore to good use. We\'ll need a constant supply of weapons and armor if we\'re to be successful here.$b$bThere are a group of naga on the coast to the east of here. They\'re collecting ore and placing it in chests for shipment to the Legion. Relieving them of their ore will help our efforts in more ways than one....','Smith Hauthaa in Sun\'s Reach Armory wants you to kill Darkspine Myrmidon to the east and use their keys to steal three pieces of the ore from their chests.','Excellent! This will help me keep our soldiers in weapons and armor.$b$bYour help is truly making a difference!','Have you gathered the ore I asked for?','','','','','',34479,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,45140,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11537,10958,4080,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34414,1,'The Battle Must Go On','We must continue to defeat and demoralize the armies of the Legion.$B$BThe emissaries of hate are Legion shocktroopers deployed to reinforce tactical Legion positions. The enemy rallies around them for they fear them more than they fear us.$B$BToday we will change that. Take this banner and slay the demons of the Legion. When you meet the emissary, slay and impale him.','Harbinger Inuuro wants you to slay 6 Burning Legion Demons and the Emissary of Hate in Dawning Square. Use the Shattered Sun Banner to impale the Emissary of Hate\'s corpse.','Your dedication is exemplary, $n. We will show the forces of the Burning Legion what we\'re capable of.','Have you succeeded, $n?','','Emissary of Hate impaled','','','',0,0,34414,0,0,0,0,0,1,0,0,0,25065,25068,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11538,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11538,10958,4080,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34414,1,'The Battle for the Sun\'s Reach Armory','The Burning Legion holds the Sun\'s Reach Armory, which is of tactical importance to our operation. As long as their morale remains high we will not wrest the building from their control.$B$BThe emissaries of hate are Legion shocktroopers deployed to reinforce tactical Legion positions. The enemy rallies around them for they fear them more than they fear us.$B$BToday we will change that. Take this banner and slay the demons of the Legion. When you meet the emissary, slay and impale him.','Harbinger Inuuro wants you to slay 6 Burning Legion Demons and the Emissary of Hate in Dawning Square or the Sun\'s Reach Armory. Use the Shattered Sun Banner to impale the Emissary of Hate\'s corpse.','Your dedication is exemplary, $n. We will take the armory from the forces of the Legion in no time!','Have you done what I asked of you, $n?','','Emissary of Hate Impaled','','','',0,0,34414,0,0,0,0,0,1,0,0,0,25065,25068,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,4,0,3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11539,10958,4080,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taking the Harbor','One of Kael\'s most elite forces, the Dawnblade army, has been stationed at the Sun\'s Reach Harbor and Dawnstar Village.$B$BThe harbor is of critical importance to our plans, so any Dawnblade casualties you inflict will be of tremendous help. Kael\'thas will rue the day that he turned his back on his people and sided with the Burning Legion.','Magister Ilastar at Sun\'s Reach Armory wants you to slay 6 Dawnblade Summoners, 6 Dawnblade Blood Knights and 3 Dawnblade Marksmen.','Excellent work, $c. Kael\'s armies will falter and once we take the harbor we shall deliver the killing blow!','Have you slain the Dawnblade scum, $n?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24978,24976,24979,0,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11540,10958,4080,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crush the Dawnblade','We\'ve driven the Dawnblade army out of the Sun\'s Reach Harbor. Sun\'s Reach is ours in its entirety. Yet somehow... I\'m not entirely satisfied.$B$BI want you to go to Dawnstar Village, west of here, and slay any surviving Dawnblade combatants. They sealed their fate when they followed Kael to this place.','Magister Ilastar at Sun\'s Reach Armory wants you to slay 6 Dawnblade Summoners, 6 Dawnblade Blood Knights and 3 Dawnblade Marksmen.','What thoughts go through Prince Kael\'thas Sunstrider\'s head when he hears of his armies\' defeats?$b$bDoes he feel despair? Helplessness? Fear?$b$bI sure hope so.','Have you slain the Dawnblade scum, $n?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24978,24976,24979,0,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11541,10958,4080,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disrupt the Greengill Coast','The naga have taken the Greengill Coast to the southeast. Their females, the Darkspine sirens, are using magic to enslave the indigenous murlocs.$B$BIt\'s my responsibility to see to it that whatever the naga are up to over there is disrupted. That\'s where you come in.$B$B$C, I want you to get the controlling orbs from the female naga and throw them near the Greengill slaves, breaking the orb and setting the murlocs free.$B$BMy guess is that the murlocs will be incensed and turn on their masters.','Captain Valindria wants you to free 10 Greengill Slaves. Return to her onboard the Silvermoon\'s Pride at Sun\'s Reach Harbor once you have done so.','That\'s enough for today. Slow and steady is the key here. Too much disruption and they\'d turn their attention directly upon us; something that we don\'t want.$B$BCome back again tomorrow and we\'ll work on it some more.','My scouts tell me that there hasn\'t yet been enough disruption of the naga today.','','Greengill Slave freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,25086,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,45144,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,274,1,0,0,0,0,0,0,1,0,0,5),(11542,10958,4080,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34489,1,'Intercept the Reinforcements','We\'re making a push to solidify our control of Sun\'s Reach by capturing the harbor next. Unfortunately a fleet of Dawnblade reservists is on its way to reinforce Kael\'s forces there.$B$BTake this oil and secure a dragonhawk from Ayren Cloudbreaker. You should be able to fly within reach of the ships\' sails; once you\'re close enough, set them on fire.$B$BLand in one of the ships and attack the reservists. With their ship sails on fire they won\'t be able to mount much of a defense.','Vindicator Kaalan at the Sun\'s Reach Armory wants you to speak to Ayren Cloudbreaker and fly over the Dawnblade reinforcement fleet. Use the Flaming Oil to set the ship sails on fire as you fly and once you land, slay 6 Dawnblade Reservists.','Well done, $n. It should be a long time before the harbor receives any reinforcements.','Have you accomplished your task, $n?','','Sin\'loren sails burned','Bloodoath sails burned','Dawnchaser sails burned','',34489,0,0,0,0,0,1,0,0,0,0,0,25090,25091,25092,25087,1,1,1,6,45115,45115,45115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11543,10958,4080,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34489,1,'Keeping the Enemy at Bay','We\'ve managed to capture Sun\'s Reach in its entirety. Unfortunately a fleet of Dawnblade reservists is on its way to take back the harbor.$B$BTake this oil and secure a dragonhawk from Ayren Cloudbreaker. You should be able to fly within reach of the ships\' sails; once you\'re close enough, set them on fire.$B$BLand in one of the ships and attack the reservists. With their ship sails on fire they won\'t be able to mount much of a defense.','Vindicator Kaalan at the Sun\'s Reach Armory wants you to speak to Ayren Cloudbreaker and fly over the Dawnblade reinforcement fleet. Use the Flaming Oil to set the ship sails on fire as you fly and once you land, slay 6 Dawnblade Reservists.','Well done, $n. It should be a long time before the harbor receives any reinforcements.','Have you accomplished your task, $n?','','Sin\'loren sails burned','Bloodoath sails burned','Dawnchaser sails burned','',34489,0,0,0,0,0,1,0,0,0,0,0,25090,25091,25092,25087,1,1,1,6,45115,45115,45115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11544,10958,3520,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ata\'mal Armaments','The Ata\'mal Terrace in eastern Shadowmoon Valley is holy to the draenei, but is now overrun by fel orcs. They have dug up the special ore from that place and created corrupted weapons and armor.$B$BI need the armaments to form an alloy with the naga ore. Our anchorites have blessed my anvil with the ability to cleanse them.$B$BRetrieve the armaments from the Shadowmoon chosen, slayers and darkweavers. Return them here, breaking down and purifying them upon my anvil, and then hand me the cleansed results.','Smith Hauthaa needs you to produce 5 Cleansed Ata\'mal Metal. Do so by breaking down Ata\'mal Armaments on her anvil at the Sun\'s Reach Armory on the Isle of Quel\'Danas.','Thank you, my friend. Now I will be able to fashion more of the special alloy that is going into the creation of our forces\' weapons and armor.$b$bAnd, I have some leftover extract from the process, which you\'ll likely find handy for use on your weapons. Please, take your pick of whichever will serve your purposes.$b$bReturn to me again on the morrow. No doubt I will need more armaments.','I need all of the cleansed Ata\'mal metal that I can get my hands on, $c.','','','','','',34501,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34538,34539,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,350,0,0,0,0,0,0,88000,0,0,45148,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11545,10958,4080,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Charitable Donation','We\'ve taken Sun\'s Reach from the enemy and our final victory is at hand. The cost was high and many brave combatants gave their lives so we could achieve this.$B$BIt is my goal to ensure that those who perished in combat are not forgotten. I ask that you take a moment to consider making a donation towards a memorial fund. Any leftover gold will go to the widows and orphans of the fallen.','Anchorite Ayuri at Sun\'s Reach in Sunwell Isle wants you to donate 10 gold.','You are a virtuous soul, $n. It is easy to forget the fallen amidst the turmoil of war and the euphoria of victory. The friends and families of the dead thank you.','Do you wish to make a donation?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,150,0,0,0,0,0,0,-100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11546,10958,4080,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Open for Business','Welcome, $n.$b$bThere are a number of ways I can assist you in your efforts here.$b$bFor example, I\'ve recently discovered a recipe for a unique elixir.$b$bThe bloodberry grows wild in many regions of Azeroth and has long been considered nothing more than a nuisance. I\'ve learned though, that when exposed to the Sunwell\'s power this plant takes on special properties that can be distilled and imbibed to magnify one\'s abilites.$b$bBring me a sample from the nearby bushes and I\'ll show you what I mean.','Mar\'nah at the Sun\'s Reach Harbor wants you to gather 5 Bloodberries from the bushes found on Quel\'Danas.','Excellent, $n.$b$bI hope this will aid you in your efforts here.','Have you gathered those berries yet?','','','','','',34502,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34537,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11547,10958,4080,0,4224,70,70,0,0,0,0,0,0,0,0,0,0,0,34533,1,'Know Your Ley Lines','Freeloaders!$b$bYou all want instant gratification - never giving thought to the effort required to create even the simplest of portals.$b$bPerhaps a little education will instill a bit of gratitude for my ceaseless efforts.$b$bTake this crystal. Attune it to the Bloodcrystal to the west, at the Dawning Square portal just south of here, and at the naga shrine at Greengill Coast to the southeast.$b$bPerhaps then you\'ll appreciate your precious translocations....','Astromancer Darnarian in the Sun\'s Reach Sanctum wants you to use the Astromancer\'s Crystal at the Bloodcrystal, the Dawning Square portal, and the naga shrine at Greengill Coast.','Yes, yes. Let\'s have a look now, shall we?$b$bThings seem to be in order. Very well. Here is your translocator.$b$bIf any of your readings are faulty, there\'s no telling where you\'ll end up, and mind you, you\'ll only have yourself to blame.','Have you attuned the crystal yet, $c?','','Portal Reading Taken','Shrine Reading Taken','Bloodcrystal Reading Taken','',0,0,0,34533,0,0,0,0,0,1,0,0,25156,25154,25157,0,1,1,1,0,45191,45191,45191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35230,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11548,10958,4080,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Continued Support','We\'ve built a memorial to honor those slain in battle. It\'s but a small consolation to the families that lost their loved ones.$B$BI am taking up a collection to aid the orphans and spouses of our war heroes. If you can spare a small donation it would go a long way.','Anchorite Ayuri at Sun\'s Reach in Sunwell Isle wants you to donate 10 gold.','You are a virtuous soul, $n. It is easy to forget the fallen amidst the turmoil of war and the euphoria of victory. The friends and families of the dead thank you.','Do you wish to make a donation?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,150,0,0,0,0,0,0,-100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11545,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(11549,10958,4080,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Magnanimous Benefactor','You\'ve done so much for us, $N. We greatly appreciate your assistance.$B$BYou might have noticed Anchorite Ayuri\'s efforts outside. She has a big heart and is very convincing, but the donations do not quite add up to what she had expected.$B$BIf you were to make a large contribution to her cause, I will make sure that word of your deeds in this war spreads far and wide. What do you say?','Anchorite Kairthos wants you to donate 1000 gold to aid in Anchorite Ayuri\'s efforts. You will be known as $N of the Shattered Sun if you complete this quest.','You truly are a generous person and a worthy ally. From now on you shall be known as $n of the Shattered Sun and all who fought here will know of your deeds!','Are you ready to make the contribution?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,500,0,0,0,0,0,0,-10000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11550,10958,4080,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enter, the Deceiver...','Despite our best efforts, Kael\'thas\'s sinister plans have been carried out. The Sunwell has been re-ignited in preparation for the Deceiver\'s arrival.$B$BThe object that stands before me and below A\'dal is a representation of the current status of the Sunwell\'s defenses. Mighty barriers have been raised, stymieing our attacks against the inner chambers. If ever there were a time that our world needed assistance, it would be now.$B$BReport to Archmage Ne\'thul at the Isle of Quel\'Danas, north of Quel\'Thalas.','Report to Archmage Ne\'thul on the Isle of Quel\'Danas, north of Quel\'Thalas.$B$BFlight masters in Ironforge and Silvermoon City will get you to your destination.','Kil\'jaeden bears down upon this world with the full force of the Burning Legion. Should the summoning complete, our world will once more be flung into the throes of chaos. Your assistance on the Isle of Quel\'Danas is critical to our success against the Burning Legion.$b$bOur mages are working on bringing down the barriers blocking access to the Sunwell. Do your part in battling the forces of the Legion by helping the Shattered Sun Offensive.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2),(11551,10958,4080,0,200,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'Agamath, the First Gate','','','','','','','','','',34544,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34548,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11552,10958,4080,0,200,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'Rohendor, the Second Gate','','','','','','','','','',34544,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34548,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11553,10958,4080,0,200,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'Archonisus, the Final Gate','','','','','','','','','',34544,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34548,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11554,10958,4080,0,128,70,70,0,0,0,0,0,1960,3000,0,0,0,0,0,0,'A Friend in the Frontlines','','','Your aid in the offensive has not gone unnoticed, $n. The combined forces of the Aldor and Scryers offer you their thanks.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34583,34584,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11555,10958,4080,0,128,70,70,0,0,0,0,0,1960,9000,0,0,0,0,0,0,'Honored by Your Allies','','','You continue to prove yourself in this most important battle, $n. Please accept this as a token of our continued gratitude.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34587,34585,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11554,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11556,10958,4080,0,128,70,70,0,0,0,0,0,1960,21000,0,0,0,0,0,0,'Revered in the Field of Battle','','','We couldn\'t have gotten where we are without you, $n. The combined might of the Aldor and Scryers is not enough to crush the Legion and Kael. We are thankful to have allies of your caliber among us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34592,34593,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11555,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11557,10958,4080,0,128,70,70,0,0,0,0,0,1960,42000,0,0,0,0,0,0,'Exalted Among All Combatants','','','You are one of our very best, $n. Your name will be known throughout our ranks for a long time to come. Please accept this small gift on behalf of our forces.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34595,34594,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11556,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11558,10958,0,22,8,1,-1,0,0,0,0,0,0,0,0,0,0,8979,0,0,'Dangerous Love','There\'s something unnatural about this epidemic of love. It\'s disgusting, and as it lowers our defenses, it could be a threat to the all of us.$b$bIt\'s bad enough that so many of our people are caught up in this ridiculous behavior. But I think that it has spread even to our guardians, who should be immune to such things.$b$bFind one of our guardians and see if they\'ve been caught up in this foolishness.','Get a Guardian\'s Moldy Card and bring it to Fenstad Argyle in the Undercity.','','Was I right to worry? Have our idiot guardians been overcome?','','','','','',22145,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0),(11559,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfin Commerce','Now that you can speak with the Winterfin, it is time for you to let them get to know you. One of the best ways to do that is to conduct business with them.$B$BThe murlocs prize clams over any other object and their only surviving merchant is Ahlurglgr. If I were you, I\'d collect a handful of Winterfin clams and give them to him as a gift.$B$BThe clams can be found all over down in the trench, as well as across it in the Winterfin village and their caverns.','Collect 5 Winterfin Clams and deliver them to Ahlurglgr at Winterfin Retreat.','These are for me? Is this some sort of $r trick? No?$b$bWell then, thank you! Come back any time that you have more clams, and we\'ll do business!','What\'s this? Who are you?$b$bYou\'re one of those $r things! How can you speak our tongue?','','','','','',34597,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11571,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,389,0,0,0,0,0,0,0,389,0,0,5),(11560,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11562,0,0,'Oh Noes, the Tadpoles!','Oh good, you\'re back!$B$BWhen the landslide at the village across the water exposed the caverns, a malevolent lobstrok, known as Claximus, came out of the caves and stole the Winterfin tadpoles away.$B$BSomething happened to all of the murlocs that followed him in there, and when they re-emerged, they were under his control.$B$B$C, you must swim across the waters and rescue the Winterfin tadpoles in the village and caverns.$B$BThe future of the Winterfin tribe depends upon you!','King Mrgl-Mrgl has asked you to rescue 20 Winterfin Tadpoles. Return to him at Winterfin Retreat once you have done so.','Now no matter what happens, the Winterfin murlocs have a secure future.$b$bYou are to be commended, and rewarded, for your selflessness, $n!','If more tadpoles aren\'t rescued, it won\'t matter what we do: the Winterfin murlocs will cease to have any chance of a future at all!','','Winterfin Tadpole rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,25201,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,37034,37558,37508,37527,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11559,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11561,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Them!','Our brothers and sisters across the water are now our mortal enemies. They have kidnapped our tadpoles, driven us out of our village, and killed more of us than I can count.$B$BProve yourself, $r! Swim across the rift and slay them!$B$BDespite the favor that the new king has shown you, only then will we consider accepting you here. Fail to do so, and you might as well leave now and never return!','Brglmurgl at Winterfin Retreat has asked you to kill 15 Winterfin murlocs. Any combination of warriors, oracles, and shorestrikers will do.','I am pleased. I can smell the coppery tang of their blood on your hands.$b$bThis is a good start for you, $r.','If you have killed so many of the Winterfin betrayers, why is it that when I look out across the water, I still see too many of them?','','Winterfin murlocs slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,25217,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11559,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35,36,0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,5),(11562,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11563,0,0,'I\'m Being Blackmailed By My Cleaner','I have something embarrassing to admit: I\'m being blackmailed!$B$BMrmrglmr agreed to clean some of my things, and got hold of my spare murloc costume. He\'s threatening to reveal my true nature to the other murlocs.$B$BI need not explain to you what a disaster that would be! Besides, I have a plan that\'s going to require that we get that costume back.$B$BPlease, $N, go to Mrmrglmr at the other end of the Retreat to the north and do whatever he asks of you.','King Mrgl-Mrgl has asked you to speak with Mrmrglmr at the northwest end of Winterfin Retreat.','Aw, so you must be the so-called King Mrgl-Mrgl\'s lackey. I suppose that $r has sent you to appease me?$b$bGood, I have just the thing that needs doing for someone as powerful as you!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11560,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,20,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,1),(11563,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11565,0,0,'Grmmurggll Mrllggrl Glrggl!!!','If your pathetic little eyes were any good, you\'d see that we\'re being slaughtered by the orcas to the north in the bay!$B$BAssuming your precious night elf king wants his spare costume back, I think you\'ll do me a favor and bring back the head of the king of the orcas, Glrggl: he who swims against the tides of fate -- eradicating the hope of life for all those who hear the siren song of death upon the waves!$B$BBe quick about it, $r, Winterfin murlocs are losing their lives even as we waste time talking!','Mrmrglmr wants you to return to him at Winterfin Retreat with Glrggl\'s Head.','Not bad. This will make a nice feast!$b$bWith the king of the orcas dead the attacks upon us should diminish while the whales fight amongst themselves for dominance.','If you don\'t have Glrggl\'s head, don\'t waste my time!','','','','','',34617,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11562,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,54,36,0,0,0,0,0,0,1,389,0,0,0,0,0,0,0,389,0,0,5),(11564,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Succulent Orca Stew','Word is, strange $r, that you might be going after the king of the orcas, Glrggl.$B$BThat\'s all fine and good, but if you want to taste the stew that makes life worth living, then you\'ll bring me back the succulent blubber of the orcas that swim in Glimmer Bay.$B$BHurry... I have quite a bit of cutting to do on this carcass if you want to reap the benefits of your efforts.','Cleaver Bmurglbrm has tasked you with acquiring 7 Succulent Orca Blubber. Return with them to him at Winterfin Retreat.','Aw yes, these will do nicely.$b$bJust plop them down anywhere. You can have some of my leftover stew from last night. And since you\'ve been helping us with our other problems, you can have my recipe, too.','Do you have all of the orca blubber that I require?','','','','','',34618,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39691,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11562,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,389,0,0,0,0,0,0,0,1,36,0,0,0,0,0,0,0,36,0,0,5),(11565,10958,3537,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11566,34619,1,'The Spare Suit','Very well, your king\'s secret is safe with me as long as he continues to help us against our enemies.$B$BHere, take this to him. I cleaned it up nicely, though I have no idea why he needs a second disguise.$B$BMaybe he has something in mind for you?','Return King Mrgl-Mrgl\'s Spare Suit to him at Winterfin Retreat.','$b$bNicely done. Now, back to the pressing matter at hand. I\'ve got something of great importance for you to do.','Do you have my spare suit, $n?','','','','','',34619,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,389,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,1),(11566,11685,3537,0,128,69,72,0,0,0,0,0,0,0,0,0,0,0,34620,1,'Surrender... Not!','The time has come to put an end to this unnatural situation, $N. For the Winterfin murlocs to have a chance at a future, Claximus must die!$B$BI want you to take my spare murloc suit and enter the Winterfin Caverns under the pretext of surrender. With the white flag in hand, the murlocs won\'t attack you.$B$BYou\'ll find him in the southwestern most corner of the caverns. Once you get close enough, deal with Claximus. Bring me one of his claws as proof that the grisly deed has been done.','King Mrgl-Mrgl at Winterfin Retreat has asked you to bring him a Claw of Claximus.','Regrettable, but necessary. I\'ll take the claw, $n.$b$bThank you for all of the help you\'ve given us. With Claximus defeated, maybe we\'ll be able to reunite the remaining murlocs and seal off those caverns.$b$bPlease, my friend, take this... it\'s the least I can do for all of the help you have rendered us!','Have you done it, $c? Is Claximus dead?','','','','','',0,34621,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37215,37392,37426,37506,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,45315,0,0,0,0,0,0,0,152400,0,0,0,0,'',11565,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,6,0,0,6),(11567,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ancient Armor of the Kvaldir','I was on the vessel that was bringing in the armor. We\'d just boarded the ship and were headin\' back here when we were attacked by a Forsaken destroyer.$B$BThey boarded our ship, took all the booty for themselves, and then sunk her.$B$BThat was the last I\'d seen of that armor. If you want, you can take my bomber from Scalawag to the dreaded isle that the destroyer be docked. Talk to my woman, Alanya, outside. She\'ll get you on the bomber.$B$BIf you manage to find the stuff, don\'t you dare bring it back!','Recover the Ancient Armor of the Kvaldir and deliver it to Orfus of Kamagua in the Howling Fjord.','We must return all of the artifacts, $N. When all four are gathered, you will put them back in their graves.','Have you found the armor?','','','','','',34239,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11510,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,5),(11568,10958,495,0,128,68,71,0,0,0,0,0,0,0,0,0,0,11572,34624,1,'A Return to Resting','$B$BWithin this satchel are the artifacts that you recovered. Locate the burial mounds of Shield Hill, far to the southeast, where the items were originally stolen from and return the artifacts. It is my hope that this gesture will quell the spirits that now haunt our hunting grounds.$B$BBe strong, $N...','Use the Bundle of Vrykul Artifacts at the ransacked burial mounds of Shield Hill to return the Frozen Heart of Isuldof, the Shield of the Aesirites, the Staff of Storm\'s Fury and the Ancient Armor of the Kvaldir.$B$BReturn to Orfus of Kamagua at the Ancient Lift should you succeed.','Grim tidings, $N. My people are in danger and must be warned. These sea faring aberrations will take no mercy upon the Kalu\'ak.','Is it done? Are the spirits at rest?','','Shield of the Aesirites Returned','Staff of Storm\'s Fury Returned','Frozen Heart of Isuldof Returned','Ancient Armor of the Kvaldir Returned',0,0,0,0,0,0,0,0,0,0,0,0,24874,24876,24877,24875,1,1,1,1,45323,45323,45323,45323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11511,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11569,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keymaster Urmgrgl','I have to get out of these caverns! There\'s magic stuff seeping in from Coldarra, above, and affecting everyone\'s minds.$B$BI don\'t intend to be controlled like these others!$B$BKeymaster Urmgrgl is in the cave below and to the south. He holds the key to my cage. Get it from him and bring it back so that I can unlock my cage and get out of here.$B$BHurry!','Glrglrglr inside the Winterfin Caverns has asked you to retrieve Urmgrgl\'s Key.','Quickly, hand it here!','Do you have the key?$b$bNo, I don\'t care about any of these others. I just want to get out of here!','','','','','',34600,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,36,0,0,0,0,0,0,0,1,36,0,0,0,0,0,0,0,35,0,0,5),(11570,10958,3537,0,130,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from the Winterfin Caverns','The lock on my cage doesn\'t look too solid, but I\'m not foolish enough to try to leave without assistance.$B$BWill you help me safely get out of these caverns? There\'s no time to waste, $r.$B$BWhen you get back to the retreat, please let the king know that I\'m okay. He\'s sure to give you a reward.','Escort Lurgglbr to safety and then report to King Mrgl-Mrgl at Winterfin Retreat with the good news.','This is wonderful news! And you say that Lurgglbr discovered that the emanations from the caverns are what caused this insanity?$b$bIt must be that the magic from Coldarra is growing stronger. The Nexus War... the battle between the blue dragonflight and all of the other dragons, is spilling over.$b$bSoon, we will all be embroiled in it!','Yes, $N, what can I do for you?','Escort Lurgglbr to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37046,37044,37041,37036,37039,37042,1,1,1,1,1,1,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11571,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,389,0,0,0,0,0,0,0,3,6,1,5,0,0,0,0,0,0,0,0,5),(11571,10958,3537,0,128,69,71,0,0,0,0,0,0,0,0,0,0,0,34598,1,'Learning to Communicate','To help, you must learn how to speak the Winterfin dialect. We\'ll work with the forces of nature and magic to do that.$B$BTake this empty conch shell. At the bottom of the watery trench below exists Scalder, an elemental of air and watery fury.$B$BOnce she is defeated, use the conch upon her remains to capture her magical steam. Return the full conch to me, and I\'ll imbue my knowledge of the Winterfin tongue into you.$B$BLuckily, a friend taught me a water breathing spell, which I will cast upon you.','King Mrgl-Mrgl has given you a conch to use upon Scalder\'s remains. Return The King\'s Filled Conch to him at Winterfin Retreat.','Now I will be able to use Scalder\'s essence to impart my understanding of the Winterfin murloc tongue to you.','Have you managed to fill the conch with Scalder\'s steam?','','','','','',34623,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11702,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,25,0,0,0,0,0,0,0,6,0,0,5),(11572,10958,495,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Atuik','Return to Elder Atuik at Kamagua. He and the rest of my people must be warned of this impending doom that approaches from the sea.$B$B$B$BUse the Ancient Lift to reach him. Please hurry!','Deliver the bad news to Elder Atuik at Kamagua.','The Kalu\'ak thank you for all that you have done, $N. We must now prepare for battle and warn our brothers and sisters across the sea of what is to come.$B$BI hope it is not too late...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36874,36872,36871,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,500,0,0,0,0,0,0,141000,0,0,0,0,0,0,0,0,0,0,180900,0,0,0,0,'',11568,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,7),(11573,10958,495,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11504,0,0,'Orfus of Kamagua','Hail, traveler. I am Lunk-tusk of the Kalu\'ak. We are known as tuskarr to your people. My partner and I were recently sent up to investigate strange happenings along one of our hunting trails. It was when we approached the graveyard known as Shield Hill that we were attacked by the undead. I was lucky to make it to this camp, but I am uncertain as to what became of Orfus.$B$BWe parted ways at the Ancient Lift, southeast of here along the cliff edge. Will you go see if he is ok?','Find Orfus of Kamagua at the Ancient Lift in Howling Fjord.','Lunk-tusk lives? At least there is some good news to be had on this day...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,2),(11574,10958,3537,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11587,0,0,'Too Close For Comfort','I told them all that I remember. Why don\'t they believe me?$b$bI was gathering herbs by the rift. They came from nowhere, dark wizards with magical beasts - I was surrounded!$b$bA magical box appeared above me, opened up and pulled me inside. Just as it began to close around me, my rescuers swooped in on the backs of red drakes. It was breathtaking!$b$bI never thanked them for saving me. Please, $c, find them, and pass on my gratitude.','Endorah wants you to go to Amber Ledge north of Warsong Hold and thank those there for rescuing her.','You can tell your friend that her rescue was our pleasure, as well as our duty.$b$bHer encounter was but a small piece in what I believe to be a large puzzle.$b$bDalaran is sparing no effort in solving this mystery and to be honest, we could use a bit of assistance....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11598,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11575,10958,3537,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,11587,0,0,'Nick of Time','I told them all that I remember. Why don\'t they believe me?$b$bI was gathering herbs by the rift. They came from nowhere, dark wizards with magical beasts. I was surrounded!$b$bA huge magical cube appeared above me. It opened up and pulled me inside. I swear it\'s true!$b$bJust as it began to close around me, my rescuers swooped in on the backs of drakes - It was amazing! My captors scattered and I was able to escape.$b$bI never thanked them for saving me. Please, $c, if you see them, pass on my gratitude.','Midge in Valiance Keep wants you to go to Amber Ledge to the north and thank those there for rescuing her.','You can tell your friend that her rescue was our pleasure, as well as our duty.$b$bHer encounter was but a small piece in what I believe to be a large puzzle.$b$bDalaran is sparing no effort in solving this mystery and to be honest, we could use a bit of assistance....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11897,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,5,1,0,0,1000,1000,0,2,1,1,0,0,0,500,0,0,0,0,0,3),(11576,10958,3537,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11582,34669,1,'Monitoring the Rift: Cleftcliff Anomaly','Greetings, $r. I am Garren of Dalaran.$b$bNot long ago, the rift was a peaceful place - geothermally speaking at least.$b$bRecently though, earthquakes have occurred with alarming frequency and scars in the earth have appeared, exposing unique energy fields of chaotic power.$b$bMy mission here is to chart and monitor these anomalies. My instruments indicate that another has appeared on the cliff face to the southwest.$b$bTake this device with you and use it when you locate the new disruption.','Garren on Amber Ledge wants you to use the Arcanometer at the Cleftcliff Anomaly.','Fascinating! This is the largest disruption yet.$b$bThough the worst is yet to come, I fear.','Have you taken the readings I requested, $c?','','Cleftcliff Anomaly Reading Taken','','','',0,0,0,0,0,0,0,0,0,0,0,0,25310,0,0,0,1,0,0,0,45414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,37000,0,0,0,0,0,0,571,3287.33,6606.11,0,90600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,1,0,0,500,1000,0,2,5,1,0,0,0,500,0,0,0,0,0,4),(11577,9036,0,0,1152,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'WoW Collector\'s Edition: - DEM - E - FLAG','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11578,10958,15,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The \"Chow\" Quest (123)aa COPY','$Tpunk;! Kill Kobold Vermin, 2 of em.','Kill Kobold Vermin, 2 of em.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,118,0,0,1,5,0,0,529,87,0,0,0,0,150,-250,0,0,0,0,0,225,0,2058,3246,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11579,10958,15,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The \"Chow\" Quest (123)aa COPY','$Tpunk;! Kill Kobold Vermin, 2 of em.','Kill Kobold Vermin, 2 of em.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,118,0,0,1,5,0,0,529,87,0,0,0,0,150,-250,0,0,0,0,0,225,0,2058,3246,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11580,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11581,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11582,10958,3537,0,128,69,71,0,0,0,0,0,0,0,0,0,0,12728,34669,1,'Monitoring the Rift: Sundered Chasm','Did you feel that?! That was just an aftershock... you should\'ve been here a few minutes ago!$b$bI\'m afraid I must call upon your services again. My instruments indicate that there is an immense disruption just west of here, far beneath the water\'s surface.$b$bJust as before, I need you to take the arcanometer and capture the anomaly\'s data.$b$bI\'ll cast a spell that will enable you to breathe underwater. If it wears off before you find it, come let me know and I\'ll renew its effects.','Garren at Amber Ledge wants you to use the Arcanometer at the Sundered Chasm anomaly and return to him with the readings.','It was how big?$b$bThat\'s impossible! I need to report to Dalaran at once!','Well, $c?$b$bWere you able to locate the anomaly?','','Sundered Chasm Reading Taken','','','',0,0,0,0,0,0,0,0,0,0,0,0,25308,0,0,0,1,0,0,0,45414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,37000,0,0,0,0,0,0,571,3800,6038.4,0,90600,0,0,0,0,'',11576,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,3,6,5,1,0,0,0,0,0,0,0,0,4),(11583,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11584,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Silverpine Forest flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11585,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hellscream\'s Vigil','Throm-Ka, $r! Welcome to Warsong Hold. My heart swells with pride to see that such a distinguished hero of the Horde has answered the call of duty!$B$BThis impregnable fortress is a testament to the tenacity of the Horde. Through much we have battled to establish this foothold in Northrend. It is from here that our journey to Icecrown begins and it is through the leadership of the son of Hellscream that we will succeed!$B$BGarrosh awaits your arrival below.$B$BLok\'tar ogar!','Speak with Garrosh Hellscream in Warsong Hold.','A hero of the Horde, eh?$B$B$B$BFear...$B$B$B$BYou won\'t last long.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,66,0,0,0,0,3,6,1,274,0,0,0,0,0,0,0,0,1),(11586,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hellscream\'s Vigil','Throm-Ka, $r! Welcome to Warsong Hold. My heart swells with pride to see that such a distinguished hero of the Horde has answered the call of duty!$B$BThis impregnable fortress is a testament to the tenacity of the Horde. Through much we have battled to establish this foothold in Northrend. It is from here that our journey to Icecrown begins and it is through the leadership of the son of Hellscream that we will succeed!$B$BGarrosh awaits your arrival below.$B$BLok\'tar ogar!','Speak with Garrosh Hellscream in Warsong Hold.','Do not think that I have forgotten what you did for my people in Nagrand, $n. Hellscream never forgets.$b$bFor that I am indebted to you and it is why I give you this chance now: run. Leave this place and never look back.$b$bReturn to your home and say a prayer for the dying.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11587,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11590,0,0,'Prison Break','Greetings, $c. I am Donathan, a loyal representative of Dalaran.$b$bForgive my abruptness, but we find ourselves in the midst of a crisis. Mages all across Azeroth are being abducted and I have been authorized to conscript anyone able to assist in the unraveling of this mystery.$b$bThe camp just south of ours is where our investigation begins. I call upon you to rescue one of the imprisoned mages held there. You must obtain a key from one of the mage hunters and use it to open an arcane prison.','Librarian Donathan on Amber Ledge wants you to collect the Beryl Prison Key from one of the Beryl Mage Hunters at Beryl Point and use it to release a trapped mage from an arcane prison.','You have done well, $n.$b$bThe Kirin Tor graciously accept the assistance you have rendered. Know that any service you provide us will not go unrewarded.$b$bPlease, accept this humble offering as a token of Dalaran\'s appreciation.','I trust you are working diligently to rescue an imprisoned mage....','','Arcane Prisoners Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,25318,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,45453,0,0,0,0,0,0,0,120600,0,0,0,0,'',11575,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11588,10958,0,0,8,65,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','Stop Ahune from coming to Azeroth and inciting an elemental war!','Destroy the elemental Ahune within Blackfathom Deeps.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11589,10958,0,0,8,65,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','Stop Ahune from coming to Azeroth and inciting an elemental war!','Destroy the elemental Ahune within Blackfathom Deeps.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11590,10958,3537,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11646,34691,1,'Abduction','$n, we have a situation.$b$bI\'ve just learned that one of our archmages en route from Dalaran has gone missing. Naturally, we suspect the mage hunters are behind her disappearance.$b$bTime is clearly of the essence. We must know what has become of Lady Evanor at once if we are to have any hope of rescuing her.$b$bTake this device. Return to Beryl Point and use it on a Beryl sorcerer when he is near death. It should bind him long enough for you to bring him here for questioning.','Donathan wants you to use the Arcane Binder on a wounded Beryl Sorcerer at Beryl Point and return to Amber Ledge with him.','Excellent work, $n.$b$bWe\'ll have him prepared for his interrogation at once.','Have you captured a Beryl sorcerer yet, $n?','','Captured Beryl Sorcerer','','','',0,0,0,0,0,0,0,0,0,0,0,0,25474,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,45739,0,0,0,0,0,0,0,120600,0,0,0,0,'',11587,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,500,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11591,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Report to Steeljaw\'s Caravan','That dimwitted cur, Steeljaw, tried to take our caravan of supplies on a shortcut through a taunka graveyard!$B$BWe just struck up relations with them!$B$BNow the caravan lies in ruins, overrun by the taunka spirits that rose out of their graves as he was trampling them.$B$BHead south and see if you can salvage the situation, $c. I sent Grunt Ragefist and a few others down there with him to help out.$B$BWhy don\'t you see if you can lend a hand.','Speak with Grunt Ragefist at Steeljaw\'s Caravan.','This isn\'t good, $c.$b$bLongrunner Proudhoof says that these are the burial grounds of his honored ancestors.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,1064,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11592,10958,3537,0,130,68,72,0,690,0,0,0,0,0,0,0,0,0,0,0,'We Strike!','One of your orcs named Steeljaw tried to save some time by taking a shortcut through our burial grounds. This had better not be how your Horde normally acts, $r, or you will find the taunka to be the end of you!$B$BBut, you look as if you want to help fix this situation. Good!$B$BSteeljaw\'s cursed spirit now haunts this place and disturbs the remains of my ancestors. We must put an end to him!$B$BIf we live through this, tell your Overlord Bor\'gorok at the outpost to the north.$B$BAre you with me?','Help Longrunner Proudhoof and his Warsong raiders to survive the assault upon Steeljaw\'s Caravan and finish off the spirit of Force-Commander Steeljaw.$B$BIf successful, report to Overlord Bor\'gorok at Bor\'gorok Outpost.','Blood and thunder! You\'ve salvaged our newborn relations with the taunka.$b$bThank you for putting the situation to rights. Aka\'Magosh, $n!','','Successfully assisted Longrunner Proudhoof\'s assault.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37271,37393,37425,37557,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,1064,0,0,0,0,350,350,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11593,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,34692,1,'The Honored Dead','Our fallen deserve a hero\'s funeral, but we cannot bury them here on sacred taunka ground.$B$BI\'ll not ask you to drag their bodies back here, but take this and head further into the cemetary. When you come across our dead caravan guards and workers, put them to the torch.$B$BHonor our dead, $c!','Grunt Ragefist at Steeljaw\'s Caravan has asked you to use Ragefist\'s Torch to burn any combination of 10 Dead Carvan Guards and Workers.','Thank you, $c. We are the Horde, we do not leave our dead behind!$b$bIt should never have been necessary in the first place. Steeljaw was a fool!','I was just looking, and spotted the corpses of our fallen still out there.$B$BDo your duty to the Horde, $c!','','Fallen Caravan Guards & Workers Torched','','','',0,0,0,0,0,0,0,0,0,0,0,0,25342,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11594,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Put Them to Rest','Force-Commander Steeljaw\'s idiocy caused this mess. What was he thinking taking a caravan through a taunka burial mound?$B$BStill, what\'s done is done. Now it is up to us to deal with the consequences.$B$BOverlord Bor\'gorok asked me to help Longrunner Proudhoof in any way that I can. The longrunner has asked that we lay to rest the spirits of his ancestors.$B$BWhat do you say, $c? Are you $g man : strong; enough to handle such a simple task?','Put 20 taunka spirits, either Ghostly Sages or Risen Longrunners, to rest and then report back to Grunt Ragefist at Steeljaw\'s Caravan.','Well done, $c! You must have a great deal of experience fighting the undead. And, if you didn\'t before, you have some now.$b$bYou\'ll need it if you\'re going to survive in Northrend.','If you did such a good job, why is it that I can still see them out there?','','Taunka spirits laid to rest','','','',0,0,0,0,0,0,0,0,0,0,0,0,25351,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11595,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11598,0,0,'The Defense of Warsong Hold','Hellscream has the weight of the Horde upon his shoulders. Do not be dissuaded from your duties because of his temperament, $N.$B$B$B$BDid you think that I would forget the name of a hero of Orgrimmar? It is not every day that I have the pleasure of putting the head of Nefarian on a pike!$B$BThe Scourge have begun their assault upon this fortress. Our soldiers steady the line, but are in desperate need of backup. Report to Razgor. He is stationed directly outside of Warsong Hold.','Report to Overlord Razgor at the hut on the south side of Warsong Hold.','$b$bYour reputation precedes you, $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11586,0,0,0,'11596 11597',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11596,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11598,0,0,'The Defense of Warsong Hold','Do not let Hellscream dissuade you from your duties as a soldier of the Horde, $r. He bears a terrible burden in these frozen wastes, with the outcome of his charge resulting in victory over the Scourge or the extinction of all life on Azeroth. It is for this reason that we require your strength and wisdom.$B$BThe Scourge have begun their assault upon this fortress. Our soldiers steady the line, but are in desperate need of backup. Report to Razgor. He is stationed directly outside of Warsong Hold.','Report to Overlord Razgor at the hut on the south side of Warsong Hold.','Just in time... The Nerubians have seemingly doubled in number in just a week\'s time. We could use all the help we can get out here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11586,0,0,0,'11595 11597',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,274,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11597,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11598,0,0,'The Defense of Warsong Hold','It seems that we always meet in the direst of circumstances, Scarab Lord. Were you not saving the world from certain destruction the last time we met?$B$B$B$BYour assistance is most welcome in Northrend, despite what the young chieftain might say.$B$BIf we had even a dozen more soldiers with your power, we would be sitting in Orgrimmar right now, hunched over a warm fire.$B$BReport to Overlord Razgor, right outside the main entry to Warsong Hold, to the south.','Report to Overlord Razgor at the hut on the south side of Warsong Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'11595 11596',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11598,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11602,0,0,'Taking Back Mightstone Quarry','While Warsong is protected by 10 feet of steel and stone on all sides, this quarry is soft and primed for attacks by the Nerubians.$B$B$B$BBeyond this quarry stand thousands of Scourge, awaiting orders to attack. Should the Nerubians take down our inner defenses, we will be overrun by the undead legions of Arthas.$B$BWe can\'t let that happen - which is why you\'re going on the offensive and slaughtering the Nerubians in the quarry.$B$BBlood and thunder, soldier! Take \'em both with you.','Overlord Razgor at Warsong Hold wants you to kill 15 Nerub\'ar Nerubians.','You\'ve slowed them down, but more are sure to join the fight. Were you able to locate any of their egg sacs while in the quarry?','We didn\'t build on the Nerubian tunnel system, those monsters tunneled to us!','','Nerub\'ar slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,25382,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'11595 11596 11597',11595,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11599,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11600,0,0,'Thassarian, My Brother','I recently received word from William Allerton, a family friend, that my brother enlisted here in Valiance Keep on the same day he did. Thing is... my brother\'s been dead for years.$B$BI sold everything I owned to come looking for Thassarian, only to be stonewalled by the local bureaucracy. I\'ve even been threatened with arrest if I keep snooping around.$B$BI need someone in the good graces of the higher-ups... someone like you. If you can help me, I heard that William\'s stationed at the Farshire mine.','Look for William Allerton inside the Farshire mine.','The corpse matches the description that Leryssa gave you of William Allerton. Oddly enough, there are no bite or claw marks on him.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11600,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11601,34695,1,'The Late William Allerton','William\'s neck has been cut by a sharp object.$B$BFurther inspection reveals a single clue to bring to Leryssa - an enlistment card bearing the name of William Allerton.','Bring the Enlistment Card to Leryssa at Valiance Keep in Borean Tundra.','Do you think William\'s death was a random killing by the Scourge? Things sure seem fishy.$B$BSomething\'s up. We must find Thassarian.','You spoke to William, $N?','','','','','',34695,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37207,37418,37556,37483,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11599,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11601,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11603,0,0,'Lost and Found','Poor Mr. Allerton might yet help us find my brother.$B$B$B$BI borrowed it, ok? Let\'s see, does that enlistment card have a date?$B$BWilliam saw Thassarian at the enlistment line. Their entries must be near each other... here it is!$B$BHe was assigned to... Unit S? All the other military units are named after Alliance towns.$B$BWho\'s in the unit? Where are they deployed? We need rumors. See if the innkeeper\'s heard anything.','Speak to James Deacon at the inn in Valiance Keep.','Can\'t say I can help you friend. But I might know someone who can.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11600,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11602,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11634,0,0,'Cutting Off the Source','Aerial reconnaissance of the quarry reports that the Nerubians are storing their eggs on the scaffolding surrounding the base. Smart beasts these are... They\'re keeping the eggs high and dry, away from the epicenter of conflict.$B$BYou\'re going to have to go back out there and track down their eggs. Find \'em, smash \'em, and trash \'em.$B$BEach egg destroyed means twenty less Nerubians feeding on our corpses.\n','Overlord Razgor at Warsong Hold wants you to destroy 10 Nerub\'ar Egg Sacs.','They just keep on coming, despite our best efforts. Something\'s gotta give, $n.','You need to destroy those egg sacs!','','','','','Nerub\'ar Egg Sac Destroyed',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-187655,0,0,0,10,0,0,0,0,0,0,0,0,36883,36882,36878,36881,36879,36880,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11598,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11603,10958,3537,0,262280,68,71,0,1101,0,0,0,0,0,0,0,0,11604,0,0,'In Wine, Truth','The military was all that old man Colburn had. After he retired, he still clung to it like a lifeline.$B$BHe knows the name of every general, unit, brigade, detachment... you name it. He\'s the man you need.$B$BProblem is, his mind is scarred. He won\'t talk to anyone unless he gets his Kul Tiras wine. Takes him back to the times he was a marine.$B$BI haven\'t received a shipment in months. The last merchant ship out of Kul Tiras sunk northeast of here. See if you can salvage a bottle to bring Colburn.','Salvage a bottle of Kul Tiras Wine from the underwater shipwreck northeast of Valiance Keep and bring it to Old Man Colburn in the Valiance Keep inn.','Mmmmm... not too bitter... not too dry... it\'s just like the old days, with the lads at the barracks.','','','','','','',34714,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40042,0,0,0,5,0,0,0,1050,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11601,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11604,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11932,0,0,'A Deserter','Unit S... Unit S.... hmmmpph.... don\'t make any sense... it oughta be named after a town...$B$BDarkshire was sent to Dragonblight. The Goldshire boys were sent to the Fjord. Where did I hear...$B$BOh, yes... the deserter! There\'s a turn-tail in the barracks prison. Got thrown in not too long ago. Kept saying that \"S\" stood for suicide.$B$BLook for the deserter. He might have some information for you.','Find the prison inside Inner Hold in Valiance Keep and speak to the deserter.','Whad\'ya want? I have enough problems as it is!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11603,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,2),(11605,10958,3537,0,136,68,72,0,0,0,0,0,0,0,0,0,0,11607,0,0,'The Honored Ancestors','$B$BDo not be startled, stranger. I am Elder Atkanok, an ancient ancestor of the tuskarr people, a skilled craftsman in my own time and the guardian of this quarry for centuries.$B$BThe quarry has been overrun, leaving many statues unfinished while the ancestors\' spirits wander the world. Will you aid me in righting this wrong?$B$BFirst, I must know the names of these wandering ancestors. Look for the markers near their statues.','Elder Atkanok outside Coldrock Quarry wants you to identify the statues of Elder Kesuk, Elder Sagani, and Elder Takret.','$B$BWell done, $N. With the names of the wandering elders, we can continue the ceremonies disrupted during the attack. However, before the elders\' spirits can be led to their stones, we must calm the spirits of the murdered craftsmen and shaman. Otherwise, the ancestor spirits may never hear the ceremony\'s call.','$b$bHave you recovered the names of the wandering elders?','','Elder Kesuk identified','Elder Sagani identified','Elder Takret identified','',0,0,0,0,0,0,0,0,0,0,0,0,-187662,-187663,-187664,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11606,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11608,0,0,'Patience is a Virtue that We Don\'t Need','We can kill all the Nerubians that we see and destroy all the eggs that we find, but those things won\'t stop coming until we blow their tunnels and passageways up. Of course, we can\'t do that without some heavy grade munitions. Unfortunately, most of our stockpile is being used up by the goblins and blacksmiths for our siege tanks and weaponry.$B$BWe do happen to have a pretty good supply of the stuff out in Mightstone Quarry - underneath all the Nerubian crap. You\'ll just have to go out and get it for me.','Quartermaster Holgoth at Warsong Hold wants you to recover 15 crates of Warsong Munitions.','If my calculations are correct - and they\'re often not - you\'re gonna need about 10-20 seaforium depth charges.$b$bOh yea, you\'ll be planting these mothers into their sinkholes.','We\'re running out of time here, $c.','','','','','',34709,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11607,10958,3537,0,136,68,72,0,0,0,0,0,0,0,0,0,0,11609,0,0,'The Lost Spirits','In the attack on the quarry, the shaman and craftsmen working here were slain. The violence threw the spirit world into utter chaos and we\'ll be unable to guide the ancestors home unless we find a way to soothe the spirits of the murdered.$B$BThe aggressors themselves pay no heed to the spirits, but their companions, the beryl hounds, sense the spirits and hold them in thrall.$B$BKill the beryl hounds, and using the raw energy left behind, break the imprisonment of the spirits of the innocent.','Elder Atkanok, on the outskirts of Coldrock Quarry, wants you to free the spirits of 3 Kaskala Craftsmen and 3 Kaskala Shaman.','I can sense the upheaval in the spirit world beginning to calm. You have done well, $N. The spirits of the ancestors are fortunate to have your help in this time of need.','How fare the spirits of the innocent?','','Kaskala Craftsman spirits freed','Kaskala Shaman spirits freed','','',0,0,0,0,0,0,0,0,0,0,0,0,25321,25322,0,0,3,3,0,0,45504,45504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11605,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11608,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,34710,1,'Bury Those Cockroaches!','North, south, east and west. Those are the locations that you should be concerned about. Surrounding this fortress, within Mightstone Quarry, are four perfectly situated Nerub\'ar sinkholes.$B$B$B$BBe very careful with that package, $N. Mishandle it and you\'ll be dog meat.$B$BInside the bundle are seaforium depth charges. Get to each of those Nerub\'ar sinkholes and plant a depth charge at their center point. If all goes well, the tunnels will collapse.$B$BGet a move on!','Quartermaster Holgoth at Warsong Hold wants you to use the Seaforium Depth Charge Bundle to destroy the Nerub\'ar sinkholes to the south, east, west and north of Warsong Hold.','That\'ll stop \'em - at least I think it\'ll stop \'em. Either way, you\'ve done your part. That\'s all an $r can ask for, no?','Well?','','South Nerub\'ar Sinkhole Destroyed','East Nerub\'ar Sinkhole Destroyed','West Nerub\'ar Sinkhole Destroyed','North Nerub\'ar Sinkhole Destroyed',0,0,0,0,0,0,0,0,0,0,0,0,25402,25403,25404,25405,1,1,1,1,0,0,0,0,0,0,0,0,36888,36937,36938,37555,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11606,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11609,10958,3537,0,136,68,72,0,0,0,0,0,0,0,0,0,0,11610,0,0,'Picking Up the Pieces','With the spirits of the murdered craftsmen and shaman at rest, the way is clear for us to complete the ceremonies interrupted by the attack. You must perform a role traditionally reserved for a tuskarr shaman, and you must possess all the necessary ritual items.$B$BThere is no time to craft new ones, so you will need to scour the quarry for those left by the victims of the attack. Handle these objects with care, $N, for some are centuries old. You may need to wrest them from the hands of the invaders.','Bring 6 Tuskarr Ritual Objects to Elder Atkanok, who stands outside Coldrock Quarry.','$B$BThose will suffice, although they are in a sad state. Some of them have survived centuries of use, only to be battered and stolen by barbarians.','Have you recovered a full set of ritual items?','','','','','',34713,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11607,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,5),(11610,10958,3537,0,128,68,72,0,0,0,0,0,0,0,0,0,0,0,34715,1,'Leading the Ancestors Home','With your help, the ancestor spirits can now be guided to their rightful homes, the statues lovingly prepared by Kaskala\'s craftsmen and shaman.$B$BThe ceremonies for these ancestors were interrupted during the attack on the quarry, and you will need to complete them. Take with you the objects that you recovered from the quarry, stand in front of the statues with the name markers, and recite this chant.$B$B','Elder Atkanok wants you to guide the spirits of Elder Kesuk, Elder Sagani, and Elder Takret to their stone monuments.','The ancestors have found their statues, and they have you to thank, $N. The craftsmen of Kaskala will return to the quarry and ensure that the line of ancestors continues unbroken. For our part, the ancestors will continue to observe you with interest, as it seems your path is just beginning.','Have you completed the ceremonies for the ancestors?','','Elder Kesuk\'s ceremony completed','Elder Sagani\'s ceremony completed','Elder Takret\'s ceremony completed','',0,0,0,0,0,0,0,0,0,0,0,0,25397,25398,25399,0,1,1,1,0,45536,45536,45536,0,0,0,0,0,37227,37548,37380,37514,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11609,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,6),(11611,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Taken by the Scourge','$B$BPeons... We may as well post up a sign offering the Nerub\'ar a free meal.$B$BSee, the problem with a peon is that: (1) they\'re dumber than dirt; and (2) they\'re weaker than a leper gnome. Of course they\'re the first to be taken by the Scourge!$B$BThis puts me in a bit of a predicament, you see. Without peons, manual labor comes to a halt. No peons, no construction.$B$BFind and release my peons, $r. If they\'re alive, you\'ll find \'em spun up in webbing throughout Mightstone Quarry.\n','Foreman Mortuus at Warsong Hold wants you to free 5 Warsong Peons.','Most of them made it back. The ones smart enough to know that we\'re inside the gigantic metal and stone building, anyway...$b$bRegardless, a job well done. I hear you sprung more than a couple peons loose.$b$bOh yes, you\'re the talk of the... um... fortress.','','','Warsong Peon Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,25270,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,37206,37403,37417,37482,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11612,10958,3537,0,136,68,72,0,0,0,0,0,0,0,0,0,0,11617,0,0,'Reclaiming the Quarry','You\'re a welcome sight, $c. My name is Etaruk, and I used to be a craftsman here at the Coldrock Quarry.$B$BMy companions and I were preparing a new set of statues for their last set of rites when we saw those mysterious blue platforms come flying over the plateau.$B$BWhen they landed, the mages they carried swarmed the quarry, murdering my fellows and plundering the quarry. If we don\'t stop them, they\'ll destroy our statues and make off with our artifacts. Will you help me defeat the invaders?','Etaruk, camped near the entrance to the Coldrock Quarry, wants you to kill 12 Beryl Treasure Hunters.','Now that these strange mages know that the people of Kaskala and their allies will not give up the quarry so easily, we must maintain our efforts and defeat them completely.$B$BMy brothers in Kaskala have also come under attack and will not be able to support us, but with your help, $N, we can overcome these pillagers.','Have you started ridding the quarry of our enemies?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25353,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11613,10958,3537,0,136,68,71,0,0,0,0,0,0,0,0,0,0,11619,0,0,'Karuk\'s Oath','They call themselves the Kvaldir. My people have legends about them; we call them the tuk-hariq - walkers of the fog.$B$BMy village was destroyed by these giant mist-men. Everyone I knew was slain, including my father Ariut.$B$BBy tuskarr law I must seek retribution against those who shed my kin\'s blood.$B$BI am but a fisherman and I\'ve not yet passed the test of manhood... I cannot stand toe-to-toe with the vile Kvaldir.$B$BIf you were to carry out my blood duty for me, I will be in great debt to you.','Karuk wants you to slay 6 Skadir Raiders and 5 Skadir Longboatsmen.','You\'ve done my people a great favor, $N. I must ask one more thing of you, however.','Did you succeed, $r? The Kvaldir are cruel warriors. Do not expect any quarter from them.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25522,25521,0,0,6,5,0,0,0,0,0,0,0,0,0,0,37025,37023,37024,37022,37021,37026,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',12141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,6),(11614,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11615,0,0,'Untold Truths','We are here by order of Varimathras! The mission of the Shadowstalkers is a simple one: spy. Well, spy with a little assassination on the side.$B$BOne of my best field agents has gone missing. I haven\'t heard from him in days, which has left me fearing the worst. No, not death! Death would be ideal. I fear he may have gone rogue... turned traitor even.$B$BHis last known location was northern Mightstone Quarry. He was gathering intelligence on the Nerubians. Find him.$B$BHe better be dead...','Find Shadowstalker Luther in Mightstone Quarry.','It doesn\'t get much deader than this... Strangely, the Nerubians did not devour the corpse.$b$bAfter careful examination you see that Luther\'s death was self inflicted - deadly poison. Smart. Nerubians won\'t come near this toxic corpse.$b$bYou notice that Luther is holding a journal.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11598,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11615,11403,3537,0,262272,68,71,0,690,0,0,0,0,0,0,0,0,11616,34719,1,'Nerub\'ar Secrets','You skim through the pages of the book, looking for anything of importance. On the last page you discover what appears to be frantic scribbling:$B$BNecrolords. At least a dozen by my count.$B$BFarms to west being used as some sort of horrible spawning glade for Scourge.$B$BRow upon row of victims.$B$BI think they\'re on to me. Made a dash for the hold. I won\'t be captured alive.$B$BDreadvenom hemotoxin. If they decide to bite into me, they\'ll be in for a surprise.$B$BTake this information back to Barthus.','Take Luther\'s Journal to Shadowstalker Barthus at Warsong Hold.','$b$bThis is very bad news. Hellscream must be notified at once.','Is he dead?','','','','','',34719,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11614,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11616,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11618,34720,1,'Message to Hellscream','$B$BTake this to Hellscream at once! In the meantime, I\'m going to send a team to scout out the farms.$B$BBe sure to tell Hellscream that we\'re going to need reinforcements. ','Take Barthus\'s Note to Garrosh Hellscream at Warsong Hold.','$b$bIs that all?','What is the meaning of this interruption? Do not burden me with nonsense!','','','','','',34720,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11615,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11617,10958,3537,0,136,68,72,0,0,0,0,0,0,0,0,0,0,11623,0,0,'Hampering Their Escape','I\'m sure you\'ve seen those blue and white platforms hovering over the quarry. They\'re the transportation the mage hunters used to land their forces here, and now they\'re loading them up with our artifacts and fragments of our statues.$B$BWe must stop them before they leave the quarry.$B$BThe small creatures digging in the quarry carry explosives. Take them and use them to destroy the three floating platforms. The leader keeps watch from a fourth, grounded platform, but we\'ll deal with him afterward.','Etaruk, outside the Coldrock Quarry, wants you to destroy the North Platform, the East Platform, and the West Platform.','The mage hunters won\'t find it as easy to plunder our quarry and steal our artifacts as they\'d imagined. With your help, we\'ll win back the quarry and set things right again.','Have you succeeded in destroying the mage hunters\' flying platforms?','','East Platform Destroyed','North Platform Destroyed','West Platform Destroyed','',0,0,0,0,0,0,0,0,0,0,0,0,25442,25441,25443,0,1,1,1,0,45583,45583,45583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,350,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11612,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11618,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11686,0,0,'Reinforcements Incoming...','$B$BYou may not have noticed that we\'re trying to win a war here, $r. I need all available soldiers at the primary points of conflict. This means that we don\'t have any real soldiers to spare for these minor incursions.$B$B$B$BIf Barthus wants reinforcements at the farm...$B$B$B$B...he shall have them! Report to Barthus\'s assassins at the farms, west of here. Let them know that reinforcements have arrived.','Seek out Shadowstalker Ickoris at the Warsong Farms Outpost west of Warsong Hold.','This is it? Hellscream sent a single $r $gboy:girl;?$b$bIf I still had a jaw it would be on the floor right now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11616,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11619,10958,3537,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gamel the Cruel','My own father was slain by the leader of this raiding party, Gamel the Cruel. He has made his abode inside a cave on the beach.$B$BYou\'ve dealt with his men already. Finish what you\'ve started, $N. Avenge my father and I will share with you what little I still have.','Karuk wants you to defeat Gamel the Cruel at Riplash Strand.','You did it, $N! The spirits of the slain tuskarr can now rest in peace - their deaths have been avenged!','Did you defeat Gamel, $r?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26449,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37209,37419,37523,37541,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11613,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11620,10958,3537,0,136,68,71,0,0,0,0,0,0,0,0,0,0,11625,0,0,'A Father\'s Words','There is someone who might shed light on this mystery, $r. It is rumored that the Kvaldir have kept a naga priestess alive at the temple on the west side of the shore.$B$BShe will no doubt have great reason to resent her uninvited Kvaldir guests. Perhaps my father is expecting her to cooperate with you in some way.','Look for Veehja at the Shrine of Scales on Riplash Strand.','Hsssssssssssss! Have you come to mock me, $r?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11619,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11621,10958,3537,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tablet of Leviroth','You scour through the tablet\'s etchings, looking for any text you can understand. You finally find the following fragment:$B$B\"The sons of the fog will claim a thousand souls for the one who dwells in darkest waters. His emissary will then awake.\"$B$BKaruk might be interested in this information.','Return to Karuk with the information you found on the tablet.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11622,10958,3537,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of Riplash','There is someone who might shed light on this mystery, $r. It is rumored that the kvaldir have kept a handful of naga priestesses alive inside the temple.$B$BThe high priestess, Veehja, will no doubt have great reason to resent her uninvited kvaldir guests. Perhaps she can tell you more about what the writing on the tablet means.','Find Veehja at the ruins of Riplash in Borean Tundra.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11623,10958,3537,0,136,68,72,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Visit to the Curator','The leader of the mage hunter forces is a fearsome creature called Curator Insivius. My people have hunted the beasts of the seas and land for countless generations, but I\'ve never seen anything like this curator before.$B$BHe\'s landed one of those flying disks on the upper rim of the quarry and oversees the operation from there. $N, I can only believe the ancestors themselves sent you to my rescue and I hope you will help me drive the mage hunters from this quarry once and for all.','Etaruk, on the outskirts of the Coldrock Quarry, wants you to kill Curator Insivius.','The curator and his men must\'ve thought the quarry an easy target for their looting, but you\'ve shown them otherwise, $N. I am deeply grateful for your help and I\'m certain the ancestors will continue to watch over you.','Have you done away with the curator?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25448,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37378,37436,37521,37515,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11617,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11624,10958,3537,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11627,0,0,'The Sky Will Know','I must find out what happened to my master, Farseer Grimwalker!$B$BEarlier, he was observing the magnataur at nearby Magmoth. But one of his grunts just returned, saying that the group had been crushed, and that the farseer was dragged into the depths of the place.$B$BBefore I send you on a suicide mission, I wish to consult with the spirits to learn more.$B$BThere is an air elemental known as Imperean in the ruins of Eldra\'nath to the west. She is wise and may give you the information we seek.','Speak with Imperean at the Ruins of Eldra\'nath.','You are foolish to come here, little $r.$b$bWhat is it that you seek?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',12486,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11625,10958,3537,0,136,68,71,0,0,0,0,0,0,0,0,0,0,11626,0,0,'The Trident of Naz\'jan','Five hundred years ago, Azshara imprisoned a being named Leviroth in the waters below. Now these barbarians seek to undo our queen\'s work!$B$BThey took over our city and began to sacrifice my brethren to awaken him! When they ran out of naga, they began to take tuskarr. Their spirits will know no peace!$B$BI will help you, for it will go a long way towards quelling my vengeance. Their captain, Ragnar, dwells deep inside northeastern Riplash. He has in his possession a golden trident. Bring it to me!','Veehja in Riplash wants you to go to the far northeastern end of the Riplash Ruins. Once there slay Ragnar Drakkarlund and obtain the Trident of Naz\'jan from him.','Yesssssss! We will slay the Kvaldir\'s beast! I will show these brutes to never cross a priestess of the scale!','Do you have the trident?','','','','','',35774,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11620,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11626,10958,3537,0,128,68,71,0,0,0,0,0,0,0,0,0,0,0,35850,1,'The Emissary','Raj Naz\'jan was the emperor of Riplash when Leviroth was imprisoned. Azshara herself blessed his trident so it would slay the beast should it ever escape.$B$BNow you wield it, $r. As much as it disgusts me, I will have my revenge on these barbaric giant-men.$B$BTake the trident to the depths beneath Riplash. You will find Leviroth below an iceberg closest to northern Riplash.$B$BDrive the trident into his flesh and slay him! Return to whomever sent you when you\'re done; I wish to see no more of you.','Find Leviroth in the waters below the iceberg floating among the northern edge of Riplash Ruins. Use the Trident of Naz\'jan to slay him and return to Karuk to the north of Riplash Strand.','My people\'s spirits can rest in peace. You\'ve helped me honor my father... perhaps I will one day be as strong as you are.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26452,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37213,37396,37423,37487,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180900,0,0,0,0,'',11625,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11627,10958,3537,0,136,69,72,0,690,0,0,0,0,0,0,0,0,11649,0,0,'Boiling Point','Ah, it is information that you crave: the whereabouts and condition of your \'farseer\'. He did not see so far as to avoid the trouble which befell him.$B$BNevertheless, I will give you the means to acquire the knowledge. But first, you will do some things for me.$B$BNo doubt you have seen the war between fire and water to the south. Simmer keeps boiling Churn\'s pool, and the two have been battling for ages.$B$BGo to the Charred Rise and Blistering Pool, and convince each of them to stop their bickering.','Imperean wants you to beat Simmer and Churn into submission. Return to her at the Ruins of Eldra\'nath when they have submitted.','I am pleased, though no doubt they will still continue to quarrel a bit longer.$b$bHowever, there is something else that you will need to accomplish before you can return to your spirit talker.','','','Simmer has submitted','Churn has submitted','','',0,0,0,0,0,0,0,0,0,0,0,0,25416,25418,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11624,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11628,10958,3537,0,136,68,72,0,690,0,0,0,0,0,0,0,0,11630,0,0,'Shrouds of the Scourge','To the northeast looms the Temple City of En\'kilah, the Scourge\'s seat in Borean Tundra. From behind its walls, the Scourge commander has sent his Nerubians to surround us.$B$BRemaining on the defensive would doom my people, but my advisors differ in their strategies. Durm would charge in blindly, while Sage Aeire favors stealth.$B$BThe Temple City has blighted the nearby lands and the native creatures. Aeire believes the pelts of the scourged mammoths can serve as a cloak that may hide an infiltrator.','Chieftain Wintergale at Taunka\'le Village wants you to bring him 5 Scourged Mammoth Pelts.','As much as I dislike bringing such disease-ridden things into the village, they may give us an advantage over our foes.$b$b$b$bWhile she is preparing the pelts, there is one other element we need to create the cloak.','Have you brought the mammoth pelts?','','','','','',34775,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11894,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11629,10958,3537,0,128,69,71,0,690,0,0,0,0,0,0,0,0,11631,34778,1,'Return to the Spirit Talker','You have done what was asked, and now I give you that which you desire.$B$BDeliver this primal to the spirit talker back at your Bor\'gorok Outpost. If she is wise, she will know a ritual to gain you the information which you seek.','Deliver Imperean\'s Primal to Spirit Talker Snarlfang at Bor\'gorok Outpost.','Imperean gave you a primal essence of herself? I can hear its howling winds!$b$bI know a ritual we can make use of it in. We must hurry before her primal rips itself apart!','$n, you have returned. What did you learn?$b$bWhat is that sound?','','','','','',34778,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11649,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11630,10958,3537,0,136,68,72,0,690,0,0,0,0,0,0,0,0,11633,0,0,'The Bad Earth','By curing the hides with the blighted earth outside the Temple City, Sage Aeire believes she can create a cloak which will cause most of the Scourge minions to ignore your presence. You should blend right in, she says.$B$BShe\'d best be correct. It\'s our only chance to gather information and plan our counterattack.$B$BYou should be able to find the earth she needs poking in the areas to the south and west of the fortress. Bring it to me when you\'ve finished gathering it.','Bring 8 clods of Scourged Earth to Chieftain Wintergale at Taunka\'le Village.','$b$bWe should get these into Sage Aeire\'s hands as soon as possible.$b$b$b$bWe can never know when the Scourge commander will launch the final assault on the village.','Do you have the earth Sage Aeire needs to complete the cloak?','','','','','',34774,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11628,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11631,10958,3537,0,128,69,71,0,690,0,0,0,0,0,0,0,0,0,34779,1,'Vision of Air','Here, $N, I\'ve attuned the primal to you.$B$BOpen your soul to it in the presence of my totem of air and concentrate upon the fate of Farseer Grimwalker.$B$BThe spirit of the wind touches all; with any luck you will be granted a vision.','Use Imperean\'s Primal to perform a ritual at Snarlfang\'s Totem at Bor\'gorok Outpost to gain information concerning Farseer Grimwalker.$B$BAfterward, speak with Spirit Talker Snarlfang.','They\'ve shackled his spirit. $n, we have to put an end to his torture!$b$bYou must descend into the bowels of Magmoth and find a way to free him!','When you feel that you have seen enough, return the primal to me.','','Farseer Grimwalker\'s fate divined','','','',0,0,0,0,0,0,0,0,0,0,0,0,25456,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37274,37352,37442,37530,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11629,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11632,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,34777,1,'What the Cold Wind Brings...','You hold the carapace fragment of Ith\'rix the Harvester and realize that this is only the beginning. Even now you sense that victory is fleeting. Surely the Lich King has a thousand more beasts like Ith\'rix, waiting to be unleashed upon the Horde.$B$BTake your trophy and present it to High Overlord Saurfang, inside Warsong Hold. He should be notified of your victory over a powerful Scourge agent.','Take Ith\'rix\'s Hardened Carapace to High Overlord Saurfang at Warsong Hold.','$b$bIt looks familiar... The Might of Kalimdor trampled a thousand bugs like this one in the desert of Silithus.$b$bThis is a different place - a different environment - but the result will be the same.$b$b$b$bYou will bring pride and honor to the Horde in Northrend, $n.$b$b','What have you got there?','','','','','',34777,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37214,37394,37424,37505,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11633,10958,3537,0,128,68,72,0,690,0,0,0,0,0,0,0,0,11640,34782,1,'Blending In','Sage Aeire has finished the shroud. Take it with you and travel to the Temple City of En\'kilah. Don the cloak within the city\'s bounds to hide yourself from most of the Scourge there. This will be our best opportunity to gather information about the enemy\'s fortifications and leaders.$B$BWhile wearing the cloak, scout the three large spires on the grounds of the city. While the shroud will shield you from most of the Scourge, the En\'kilah abominations will be able to find you if you get too close.','Chieftain Wintergale at Taunka\'le Village wants you to wear the Imbued Scourge Shroud in the Temple City of En\'kilah and scout the Spire of Blood, the Spire of Pain, and the Spire of Decay.','$b$bThe information you\'ve gathered will help us to plan our assault on the Temple City. We\'ll need to find a way to defeat the officers you identified and get into that necropolis.','Have you finished scouting the temples in the Scourge\'s fortress?','','Spire of Decay Scouted','Spire of Blood Scouted','Spire of Pain Scouted','',0,0,0,0,0,0,0,0,0,0,0,0,25471,25472,25473,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11630,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11634,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11636,0,0,'Wind Master To\'bor','You\'re a tough mother, $N. I think your talents are better suited elsewhere - like the root of the whole damn problem!$B$B$B$BA thousand Scourge, at least four full sized floating death machines and who knows what else.$B$BBut you\'re gonna find out and then you\'re gonna handle it... That\'s right, you\'re gonna beat the hell out of the Scourge army that\'s currently beating down our door.$B$BGet to the top of Warsong Hold and report to Wind Master To\'bor. He\'ll be expecting you.','Report to Wind Master To\'bor at Warsong Hold.','Ay, mon. I been exceptin\' you.$b$b$b$bTake a peek. Across dat tundra be death, mon... death.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11602,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11635,10958,3537,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11637,0,0,'Farseer Grimwalker\'s Spirit','You must go to Magmoth to the east.$B$BYou must descend into the depths of their caverns.$B$BYou must speak with Farseer Grimwalker\'s spirit!','Speak with Farseer Grimwalker\'s Spirit inside of Magmoth.','Thank you for the reprieve, $c. If only my true freedom were so easy to attain.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11631,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11636,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11642,0,0,'Magic Carpet Ride','Tanks, mon. I be talkin\' bout siege machines! We got heavy tanks stationed at Garrosh\'s Landing on da west coast. We gonna get you to da tank and you gonna use da tank to lay down some Horde justice on da Scourge!$B$BDa only tricky part be getting\' you der. No way we be sendin\' you on our wind riders. Too risky.$B$BYou see dat pixie o\'er der? Dat blondie elf? Yanni be his name, mon. He can get you to da coast, safely. Once der, talk to Gorge da Corpsegrinder!','Talk to Yanni at Warsong Hold to arrange safe travel to the coast. Speak to Gorge the Corpsegrinder once you arrive at Garrosh\'s Landing.','NO MERCY FOR THE DEAD!$b$bNone of \'em had the guts to stay behind to defend our glorious tanks after Hellscream deemed the coast \'condemned.\' It\'s mostly quiet here, seein\' as how the Scourge are formin\' up ranks to assault Warsong Hold. Sometimes I get a stray zombie or ghoul, but they don\'t last very long.$b$b$b$b\'Course, there\'s the mist...$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11634,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11637,10958,3537,0,136,69,72,0,690,0,0,0,0,0,0,0,0,11638,0,0,'Kaganishu','After my small force of grunts were killed, I was dragged down here and ritually murdered. The snobold who did this is known as Kaganishu.$B$BThough you have vanquished his shaman helpers, my spirit is still tethered to this place. After he slew me, he created a fetish from my body, which anchors me here. Kaganishu is using it to learn all that I know of shamanism.$B$BYou must retrieve the fetish from him and use it upon my spirit. Kaganishu is nearby in the caves.$B$BOnly then will I truly be free.','Retrieve Kaganishu\'s Fetish and use it upon Farseer Grimwalker\'s Remains.$B$BYou will need to give the fetish to Farseer Grimwalker\'s Spirit inside of Magmoth.','I am freed. Thank you, $n.$b$bAnd now, I have one final request of you.','Hurry, $c, use the fetish upon me before it is too late.','','Farseer Grimwalker set free','','','',0,34781,0,0,0,0,0,1,0,0,0,0,25425,0,0,0,1,0,0,0,45607,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11635,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11638,10958,3537,0,136,69,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Return My Remains','$N, now that my spirit has been freed would you do me the honor of returning my remains to Spirit Talker Snarlfang? They lay upon the ground beneath me.$B$BI sense that the spirit talker is still at Bor\'gorok Outpost to the west where last I saw her.','Deliver Farseer Grimwalker\'s Remains, which are resting below his spirit, to Spirit Talker Snarlfang at Bor\'gorok Outpost.','Thank you for freeing his spirit from Kaganishu and returning with his remains. We have little to reward you with, but you may take whatever catches your eye.$b$bAnd now, I will return him to the living where he belongs.','You return sooner than I expected. What did you learn?','','','','','',34773,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37049,37528,37573,37574,37575,37047,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11637,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11639,10958,3537,0,136,69,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Revenge Upon Magmoth','The overlord refuses to allow the shaman to heal my wounds. He says that it will be a good lesson for me and give me time to reflect upon my failure.$B$BBut you could get revenge for me and the others who fell at Magmoth!$B$BI know that the spirit talker wants you to go in there to save the farseer.$B$BIt\'s just to the east. Go, $c... go slay the magnataur and their snobold servants. Regain the outpost\'s honor!','Kill 10 Magmoth Shaman, 5 Magmoth Foragers, 3 Magmoth Crushers, and 3 Mates of Magmothregar. Then, return to Ortrosh at Bor\'gorok Outpost.','The dead are honored by your actions, $n.$b$b$b$bPerhaps now I can find my way back to being the warrior I once was.','Lok\'tar, $c. You could not possibly have slain everything at Magmoth in such a short time!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25428,25429,25434,25432,10,5,3,3,0,0,0,0,0,0,0,0,37270,37353,37441,37479,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11631,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11640,10958,3537,0,136,68,72,0,690,0,0,0,0,0,0,0,0,0,0,0,'Words of Power','Within the spires you described dwell the main lieutenants of the Scourge leader, the high priests. Not only do they command the Scourge forces, but they hold the key to the necropolis above, and their master.$B$BAn endless stream of Scourge minions will overrun us if we can\'t find and defeat their leader. I cannot leave my people defenseless, however much Durm might want to bring the fight to the enemy. It falls to you, $N, to slay the high priests and take the scrolls they hold.','Bring High Priest Naferset\'s Scroll, High Priest Talet-Kha\'s Scroll, and High Priest Andorath\'s Scroll to Chieftain Wintergale at Taunka\'le Village.','$b$b\'Shabtir bakh sokhen.\'$b$bWords of the ancient, harsh language used by the Nerubians, and apt ones at that.$b$b\'The servant bows to the master\'s authority.\' These are the words that will gain you entry into the necropolis.','We must get into that necropolis if we\'re to break through the Scourge and clear a path for the villagers.','','','','','',35353,35354,35355,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11633,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11641,10958,3537,0,136,68,72,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Courageous Strike','From the beginning, I\'ve counseled that Chieftain Wintergale should assemble our mighty warriors and attack our enemy at their base. My advice has fallen on deaf ears and he has proven that he\'d rather tip-toe around according to Sage Aeire\'s plans.$B$BI\'ll wait no longer. If Chieftain Wintergale is too cowardly to send our warriors into battle, perhaps you\'d be willing to show him that a direct attack can succeed. Storm the Temple City of En\'kilah and slay all in your path, $N.','Slay 15 En\'kilah Ghouls and 5 En\'kilah Necromancers and report back to Durm Icehide at Taunka\'le Village.','You have proven your fearlessness and demonstrated your prowess in combat. I believe you would make a fine taunka warrior. I only wish the chieftain had the same understanding.$b$bWe are fortunate to count you as an ally in our struggle to evacuate the village before it is overrun by the Scourge.','Don\'t bother me unless you\'ve come to report a successful mission.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25393,25378,0,0,15,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11633,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11642,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Tank Ain\'t Gonna Fix Itself','We need to get these tanks back up and runnin\'! They ain\'t gonna fix themselves. Mobu\'s gonna be the one to handle that stuff. Talk to him and see what he needs. Maybe you can shut him up before he finally drives me into a berserker frenzy and I cleave his little gnome-sized frame in two!$B$BI hate gnomes...','Speak with Mobu at Garrosh\'s Landing.','You\'re the new tank driver, $gbuddy:lassy;? Fine by me! We just need to get these things up and running again. Yea, you try to go out into the Plains of Nasam without a tank and you\'re as good as dead.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11636,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11643,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Mobu\'s Pneumatic Tank Transjigamarig','These wrenches are useless, buddy. I need my pneumatic tank transjigamarig to get these things up and running! Unfortunately, I left it at my old digs, on the other side of this landing. It\'s the beat down hut next to the stables. You\'re gonna have to go and get it for me, because I sure as hellfire am not going to go anywhere near the mist.$B$BOh yea, buddy, watch out for the mist. The mist is what tore up these shores.\n','Mobu at the Coast of Echoes in the Borean Tundra wants you to recover his Pneumatic Tank Transjigamarig.\n','Great work, $gbuddy:lassy;! Now where\'d I put those spare parts...','Did you find the P.T.T.?','','','','','',34785,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11642,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11644,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Super Strong Metal Plates!','I need metal to patch these tanks up! Super strong metal plates can be found scattered about all across Garrosh\'s Landing and at the bottom of the bay.$B$BJust be careful when you\'re out there searching for plates. The mist is... um... AGGRESSIVE! The mist is what took out the landing and the adjoining tuskarr town. Poor little tuskarr...','Mobu at the Coast of Echoes in the Borean Tundra wants you to collect 10 Super Strong Metal Plates.','Great work, $gbuddy:lassy;! Now where\'d I put that pneumatic tank transjigamarig.','Remember, the mist is bad!','','','','','',34786,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11642,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11645,10958,3537,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,11650,0,0,'Dirty, Stinkin\' Snobolds!','Those dirty, stinkin\' snobolds... they stole all of my supplies!$B$BWhat\'s a snobold you ask? It\'s like a kobold, \'cept they serve the magnataur; kinda take care of them. I know, weird!$B$BAnywho, wanna help me out? I know the little creeps stole off with all of my stuff. Stupid me thinkin\' that it\'d be nice and safe, packed up on the north side of the airstrip.$B$BWhy don\'tcha do me a favor and head north to their stupid Magmoth. There\'s a cash reward if you bring all my stuff back quick!','Retrieve 10 boxes of Crafty\'s Stuff and return them to Crafty Wobblesprocket at Fizzcrank Airstrip.','Oh, $n, you\'re just the best!$b$bHere\'s your coin as promised.','Ya got all of my supplies, $c? I just can\'t do ANYTHING without all of my stuff!','','','','','',34787,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11708,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,6,1,1,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,5),(11646,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11648,0,0,'The Borean Inquisition','Listen closely, $n, for there is not a moment to spare.$b$bYour prisoner is being prepared for interrogation here in our tower. In the event that he is less than forthcoming, your assistance may be required.$b$bMake your way up to where he is being detained and tell Librarian Normantis that I\'ve sent you to assist him.','Donathan ordered you to offer your assistance to Librarian Normantis in the mage tower on Amber Ledge.','It was wise of Donathan to send you, $c.$b$bAs it turns out, I am in need of someone outside the Kirin Tor.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11590,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,2),(11647,10958,3537,0,128,68,72,0,690,0,0,0,0,0,0,0,0,0,34806,1,'Neutralizing the Cauldrons','The presence of plague cauldrons within the Temple City of En\'kilah worries me greatly, $N. It\'s clear that Chieftain Wintergale trusts your judgment and your knowledge of our enemy. Would you help me deal with the cauldrons as you help the chieftain carry out his plans in the Temple City?$B$BI\'ve prepared a totem which will attack and neutralize the contents of the cauldrons. All you must do is locate the cauldrons and use the totem near each. Each Scourge weapon we destroy brings us closer to victory.','Sage Aeire at Taunka\'le Village wants you to use her totem to neutralize the East Cauldron, the Central Cauldron, and the West Cauldron in the Temple City of En\'kilah.','$b$bDid the totem work? Its preparation required ancient magics the sages haven\'t used in generations. Of all the knowledge passed down, only a fraction of it remains in use today.','Have you used the totem on all the plague cauldrons?','','East Cauldron Cleansed','Central Cauldron Cleansed','West Cauldron Cleansed','',0,0,0,0,0,0,0,0,0,0,0,0,25490,25492,25493,0,1,1,1,0,0,0,0,0,0,0,0,0,37234,37356,37439,37517,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11633,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11648,10958,3537,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11663,34811,1,'The Art of Persuasion','It is fortunate you\'re here, $r.$b$bYou see, the Kirin Tor code of conduct frowns upon our taking certain \'extreme\' measures - even in desperate times such as these.$b$bYou, however, as an outsider, are not bound by such restrictions and could take any steps necessary in the retrieval of information.$b$bDo what you must. We need to know where Lady Evanor is being held at once!$b$bI\'ll just busy myself organizing these shelves here. Oh, and here, perhaps you\'ll find this old thing useful....','Librarian Normantis on Amber Ledge wants you to use the Neural Needler on the Imprisoned Beryl Sorcerer until he reveals the location of Lady Evanor.','Excellent! It was crucial that we collect that intelligence.$b$bWell done, friend.','Well? Do you know where Lady Evanor is being held?','','Prisoner Interrogated','','','',0,0,0,0,0,0,0,0,0,0,0,0,25478,0,0,0,1,0,0,0,45634,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11646,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,500,0,0,2,5,1,0,0,0,500,0,0,0,0,0,4),(11649,10958,3537,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11629,0,0,'Motes of the Enraged','Now that their little squabble is dealt with, there is still the matter of helping you and your spirit talker.$B$BAs you can see, my vassals have been enraged by the ongoing war between fire and water. This will not change anytime soon, but it will serve to your advantage.$B$BIn order to assist you, what we need are their motes. Head further into the ruins and retrieve them from the tempests.','Obtain 5 Tempest Motes and deliver them to Imperean at the Ruins of Eldra\'nath.','I regret the loss of those tempests, but my word is my bond... even to a mortal such as yourself.$b$bNow, let us see if we can fashion something of use to you.','Once you have the necessary motes, I will combine a portion of my essence with theirs. The result will get you what you need.','','','','','',34800,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11627,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11650,10958,3537,0,128,69,71,0,1101,0,0,0,0,0,0,0,0,0,34801,1,'Just a Few More Things...','As you may have noticed, we created the airstrip on the southern border of a magnataur den!$B$B$B$BThe old man has put me in charge of finding a... ahem... creative solution to this situation: if we don\'t deal with them soon, they\'ll come down here and tear us limb from limb!$B$BThat\'s where you come in. I want you to get me everything on this shopping list. Please.','Collect Crafty\'s Tools, an Overcharged Capacitor, and a Handful of Rocknar\'s Grit. Deliver them to Crafty Wobblesprocket at Fizzcrank Airstrip.','Alright, that\'s more like it! Now all we gots to do is put all this together.$B$BYeah, as if you\'re going to help me with that.$B$BHold your horses, this\'ll just take a second now that I\'ve got my tools back!','Why is it that I don\'t believe you\'ve collected everything on my list?','','','','','',34802,39682,34804,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11645,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,5,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(11651,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11652,0,0,'Tanks a lot...','Thanks for all your help, buddy. You can let Gorge know the tanks are ready for action. Hopefully you can clean up this place once and for all!\n','Speak to Gorge the Corpsegrinder at the Coast of Echoes.','With the current state of our transports and shipping lanes, we haven\'t been able to get a damned siege engine to Warsong. These tanks are all that we have left from the original expedition. Now that they\'re operational, you\'re gonna use \'em to stomp the Scourge offensive at the Plains of Nasam.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11644,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11652,10958,3537,0,132,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Plains of Nasam','Once you\'re ready, jump into one of the tanks and drive it out to the Plains of Nasam, southeast of here.$B$BUse the tank\'s weapon arsenal to take down the Scourge army. If you get in a jam, the \"Meatpounder\" will tear \'em up and the land mines will finish \'em off! If you find any of our soldiers, grab \'em! One last thing, fuel tanks can be found all over the field.$B$BTry to get close enough to that structure in the center and see what\'s going on.$B$BIf you do all of this and live, go to Hellscream!','Use the Horde Siege Tank to destroy 100 Scourge Soldiers and rescue 3 Injured Warsong Soldiers on the Plains of Nasam. You must also discover the identity of the leader of the Scourge assault.$B$BReport to Garrosh Hellscream at Warsong Hold should you succeed.','Kel\'Thuzad? So it\'s true - Naxxramas returns...$b$bPerhaps I underestimated you, $n. You\'ve done the Horde a great service. The Warchief would be proud!$b$b$b$bIf Kel\'Thuzad is controlling these Scourge, there\'s no telling what else the Lich King has in store for us... I\'ll need time to think through this new information, $n. You are dismissed.','Well? What happened?','Scourge Leader identified','Scourge Unit obliterated','Injured Warsong Soldier rescued','','',0,0,0,0,0,0,0,0,0,0,0,0,25495,27109,0,0,100,3,0,0,0,0,0,0,0,0,0,0,37276,37325,37446,37476,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180900,4963,0,0,0,'',11651,0,0,0,'11705 11722',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11653,10958,3537,0,128,69,71,0,1101,0,0,0,0,0,0,0,0,11658,34812,1,'Hah... You\'re Not So Big Now!','That\'ll do her, chief! So, here\'s what I want ya to do....$B$BTake my blaster and head north to Magmoth. If we\'re gonna have a chance at all against those monsters, we need to cut them down to size... so to speak.$B$BIn order to gauge its effectiveness, I need you to slay the magnataur while the blaster\'s effects are still on it. Any of the crushers or mates will do, but don\'t bother with the offspring... they\'re too small to worry about.','Test out Crafty\'s Ultra-Advanced Proto-Typical Shortening Blaster on 5 Magmoth Crushers or Mates of Magmothregar. After you have done so, return to her at Fizzcrank Airstrip.','Whadya mean it didn\'t work?!$b$bBut... but...$b$b$b$bOkay, we can deal with this. I\'m a big girl. Time to think outside the box!','You sure that you tested the blaster on enough of those monstrous beasts?','','Crafty\'s Blaster Tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,25505,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,37272,37388,37428,37526,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11650,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,5,18,1,0,0,0,0,0,0,0,0,5),(11654,10958,3537,0,262272,68,72,0,690,0,0,0,0,0,0,0,0,11659,34815,1,'The Spire of Blood','As you inspect the captured blood vial, you realize its contents are still warm. The victim must have just been bled and may still be alive.$B$BWhat use would the Scourge have for blood? They\'ve never shown an interest in live prisoners in the past. Perhaps if you can locate the source of the blood, you\'ll be able to discover what the Scourge is planning.','Search the Spire of Blood for more information about the Vial of Fresh Blood.','$b$bI haven\'t... long. Maybe... maybe you can stop them... before...','How... how did you find me?','','','','','',34815,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,150,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,91500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11655,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11656,0,0,'Into the Mist','Across the mist to the north you will find Garrosh\'s Landing. To the south are the ruins of my old home, Pal\'ea. Both have been ransacked by an ancient force known as the Kvaldir.$B$BThese fearsome savages slew all of my people without mercy and drove your people inland.$B$BAll that remains of the tuskarr of Pal\'ea are our personal effects, taken as relics by the Kvaldir. While we are not a vengeful race, justice must be served. The tuskarr relics must be returned to me. Enter the mist and find them...','Waltor of Pal\'ea at the Coast of Echoes in the Borean Tundra wants you to kill Kvaldir and recover 8 Tuskarr Relics.','$b$bRuin... That is all they leave in their wake. They must be taught a lesson.','By blood and honor you must serve... Return the tuskarr relics.','','','','','',34814,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11656,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,34830,1,'Burn in Effigy','Tuskarr magic is similar to what your people call shamanism. While we serve the elements differently than you, the power that we are able to call forth is formidable.$B$B$B$BWith this tuskarr torch I want you to return to the mist and strike at the Kvaldir vessels. You will find three of their vessels docked behind the mist at Garrosh\'s Landing, north of here, and one docked off the shores of Pal\'ea, to the south. Burn their ships in effigy! For all to see!','Waltor of Pal\'ea at the Coast of Echoes in the Borean Tundra wants you to use the Tuskarr Torch to burn the Kvaldir ships at Pal\'ea and Garrosh\'s Landing. You must destroy the following ships: The Serpent\'s Maw, The Kur Drakkar, Bor\'s Hammer and Bor\'s Anvil.\n','A show of resistance to the Kvaldir savages might be what is needed to save my people at the other encampments. Perhaps the Kvaldir will rethink their actions should they believe that retribution will come.','Is it done? Are the ships ablaze?','','The Serpent\'s Maw destroyed','The Kur Drakkar destroyed','Bor\'s Hammer destroyed','Bor\'s Anvil destroyed',0,0,0,0,0,0,0,0,0,0,0,0,25510,25511,25512,25513,1,1,1,1,45692,45692,45692,45692,0,0,0,0,37207,37418,37556,37483,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11655,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11657,10958,0,369,2,1,-1,0,1101,0,0,0,0,0,0,0,0,0,34833,1,'Torch Catching','Now that you can throw a torch, let\'s see if you can catch one!$B$BTake this stack of unlit torches. Go to the bonfire and throw a torch high into the air. Catch it before it hits the ground... then throw it back up! Catch four in a row, then come back to me.$B$BCareful! They\'re dangerous if they hit the ground! And don\'t miss any catches! If you do then you\'ll have to go back to the bonfire and start over. Good luck!','Catch 4 torches in a row, then speak with the Master Fire Eater.','Torch catching is a lot of fun, don\'t you think? But have care! You don\'t want to get singed!','','Catch 4 torches in a row.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34599,23247,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',11731,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11658,10958,3537,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Plan B','Okay, don\'t panic! The blaster might not\'ve worked, but we still have options.$B$B$B$BWe\'re going to divert attention away from the airstrip! To make this work, we\'ll need a few things first.$B$B$B$BSteeljaw\'s caravan, just to the west, stupidly took a shortcut through a taunka graveyard and was destroyed by their risen spirits.$B$BHead over there and get some outfits off of the dead orcs. Pick up one of their banners, too!','Collect 10 Warsong Outfits and a Warsong Banner. Bring them back to Crafty Wobblesprocket at Fizzcrank Airstrip.','Nice, but those clothes reek!$B$BPersonally, you\'d never catch me dead in such rags. But we\'re going to have to sort through them and find some that fit your, um... figure.','We\'ll need lots of their clothes if this is going to work. I\'m no seamstress... we\'ll just have to find something to fit you!$B$BAnd then I\'ll just add a touch of my engineer genius, and poof, you\'ll look the part you need to play.','','','','','',34842,34690,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11653,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11659,10958,3537,0,136,68,72,0,690,0,0,0,0,0,0,0,0,0,0,0,'Shatter the Orbs!','They\'re... bleeding the prisoners... putting the blood... in those globes.$B$B$B$BThe blood... taken up to necropolis... to feed blood prince...$B$B$B$BP-promise... you\'ll... destroy blood... globes... bring word... to Junek.$B$B','Destroy 5 Blood Globes and report to Snow Tracker Junek at Taunka\'le Village.','I feared they might\'ve captured Grumm, but I never thought they\'d do such horrific things to him. I\'ve never seen a warrior survive a losing battle with the Scourge.$b$bThank you for bringing word of his fate, $n. He was a mighty warrior and we will remember him as such.','','','Blood Globes Shattered','','','',0,0,0,0,0,0,0,0,0,0,0,0,25534,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11654,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11660,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11661,0,0,'Horn of the Ancient Mariner','A Kvaldir lieutenant known as Orabus directed the initial incursion against my people at Pal\'ea, He oversaw the destruction of both villages and then disappeared into the mist.$B$BIn those early days there was talk of a horn that Orabus gifted to the Kvaldir mistweavers. This horn could be used to summon him should the need arise.$B$BWe need to get that horn from the Kvaldir mistweavers and call forth Orabus. If he is destroyed, these savages might retreat.$B$BSeek out mistweavers at Pal\'ea, to the south.','Waltor of Pal\'ea at the Coast of Echoes in the Borean Tundra wants you to bring him the Horn of the Ancient Mariner.','You must call for Orabus using the Horn of the Ancient Mariner.','Find the Horn of the Ancient Mariner!','','','','','',34813,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11661,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,34844,1,'Orabus the Helmsman','Take the horn and travel west to the Warsong Jetty. Make your way to the end of the jetty and blow into the horn. The sound should rouse Orabus.$B$BSlay the foul beast and return to me!','Waltor of Pal\'ea at the Coast of Echoes in the Borean Tundra wants you to use the Horn of the Ancient Mariner to summon Orabus the Helmsman. Once summoned, slay Orabus the Helmsman.','It seems that the loss of their lieutenant has only stirred the nest. They are more angry and aggressive than before!$b$b$b$bYou\'ve done what you can here, friend. At the very least you deserve some form of compensation for thinning their numbers.','Orabus must be destroyed!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32576,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37208,37402,37543,37484,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,141000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11660,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11662,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Seek Out Karuk!','A fellow survivor of Pal\'ea known as Karuk has made his way to the main base of the Kvaldir in the Borean Tundra - far to the south where the snow was once bountiful. Karuk hides along the bluffs overlooking Riplash Strand.$B$BSeek out Karuk and let him know what you did for my people here at the Coast of Echoes.$B$BThe safest route to Karuk is through your fortress. From Warsong Hold, take the road south and follow it around until you reach Riplash Strand.','Seek out Karuk at Riplash Strand.','Waltor was wise in sending you to me, $r. The gods smile down upon those that mete justice. You will be he that doles out punishment to the wicked!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11656,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11663,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11671,0,0,'Sharing Intelligence','Thank you, $c! The information you\'ve extracted is of vital importance to the Kirin Tor.$b$bReturn at once to Donathan as we make plans for the rescue of Lady Evanor.','Normantis has asked you to report to Librarian Donathan on Amber Ledge.','Forgive me, $n. I know that was unpleasant work.$b$bWere it not for the desperation of our circumstance I\'d never have asked you to assist us in such a manner.$b$bSo... what have you discovered?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,10,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11648,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(11664,10958,3537,0,130,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Escaping the Mist','I can hear the mist creatures outside. Their yells are driving me mad, but I dare not try to escape. And where would I even go? How long would it be until they caught up with me and executed me like the others?$B$BI wonder, how far has the mist crept, stranger? Has it overtaken this whole continent?$B$BWould you be willing to help me try and escape the mist? I think I can lead us back toward my father. I still sense his life spirit. He is close.','Follow Mootoo the Younger out of the mist. Speak to Elder Mootoo should you successfully save Mootoo the Younger.','It is whispered in the winds, friend. Your name is known to the elements. You have done a great service to Mootoo on this day and you shall be rewarded.','','Mootoo Saved','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37212,37399,37422,37028,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11665,10958,0,101,4224,70,70,0,0,0,356,1,0,0,0,0,0,0,0,0,'Crocolisks in the City','Hello $glad:lass;. I\'m glad you\'ve stopped by to talk to this old man--there\'s trouble back home.$b$bA traveling merchant recently sold a batch of baby crocolisks to some gullible children. Crocolisks are wild beasts, and many have escaped and now lurk in city waterways.$b$bGrab your strongest fishing pole and drop a line in Stormwind or Orgrimmar and bring one of the little devils back to me. I\'m anxious to see one.','Bring a Baby Crocolisk to Old Man Barlo. You can find him fishing northeast of Shattrath City by Silmyr Lake.','What a mean little creature! I\'m sure the Rokk will make something tasty with him.$b$bI\'m just kidding, of course.$b$b','Catch any crocs in the sewers yet?','','','','','',34864,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35348,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'11666 11667 11668 11669',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,5,1,0,0,0,0,0,0,6,0,0,0),(11666,10958,0,101,4224,70,70,0,0,0,356,1,0,0,0,0,0,0,0,0,'Bait Bandits','You probably know all about the golden darter--they\'re fairly common in the rivers of Terokkar Forest and a delicacy for priests. But here\'s one you haven\'t heard of: the blackfin darter.$b$bThe fish is notoriously crafty and difficult to catch. You have to pull your line at the last possible second, because they nibble at the bait before they take it.$b$bDrop your line in the rivers of Terokkar and bring me a blackfin darter. Avoid the lakes, as the blackfin only thrive in moving water.','Bring a Blackfin Darter to Old Man Barlo. You can find him fishing northeast of Shattrath City by Silmyr Lake.','Well look at that... you caught a big one! This old man is eating in style tonight.','How\'s the fishing today, $glad:lass;?','','','','','',34865,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34863,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'11665 11667 11668 11669',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,0,0,0),(11667,10958,0,101,4224,70,70,0,0,0,356,1,0,0,0,0,0,0,0,0,'The One That Got Away','Figluster\'s mudfish is a surprisingly quick bottom feeder found in the waters of Nagrand. They grow their entire lives and are well known as fighters.$b$bYears ago, I caught what I\'m certain was the world\'s biggest mudfish... until it snapped my line and escaped.$b$bA fisherman of your caliber doesn\'t need to be told what to do--your destiny awaits in the lakes of Nagrand.','Catch the World\'s Largest Mudfish and bring it to Old Man Barlo. You can find him fishing northeast of Shattrath City by Silmyr Lake.','There he is! I\'d know that scar anywhere.$b$bTo be completely honest, I thought he\'d be... bigger. Well, I suppose I\'ll let him go and try again another day.','Tell me you caught him. Please tell me you caught that son of a carp.','','','','','',34868,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34863,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'11665 11666 11668 11669',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,5,0,0,0,4,0,0,20,0,0,0),(11668,10958,0,101,4224,70,70,0,0,0,356,1,0,0,0,0,0,0,0,0,'Shrimpin\' Ain\'t Easy','There\'s a lot of big fish in the Zangarmarsh lakes. Ever wonder what they eat?$b$bShrimp. Giant freshwater shrimp. The Rokk tells me the dishes you can make with shrimp are nearly endless.$b$bBut shrimp are too small to catch with a fishing line. So here\'s the trick: cut open the bloated barbed gill trout and you\'ll find a shrimp or two if you\'re lucky.','Bring 10 Giant Freshwater Shrimp to Old Man Barlo. You can find him fishing northeast of Shattrath City by Silmyr Lake.','You are skilled with both the hook and knife. Hand those sweet tidbits over, and I\'ll let you have a taste.','What\'s the catch of the day, $glad:lass;?','','','','','',34866,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34863,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'11665 11666 11667 11669',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,6,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,0),(11669,10958,0,101,4224,70,70,0,0,0,356,1,0,0,0,0,0,0,0,0,'Felblood Fillet','This old man is going hunting soon. I\'m gonna take down a mammoth shark off the coast of Azshara.$b$bThe thing is, I need a toxin that\'ll stay on a spear tip while it\'s underwater. To make that kind of stuff, I need the glands from a poisonous fish: the felblood snapper.$b$bSuch a vile fish only thrives in the waters of Hellfire Peninsula and Shadowmoon Valley. Bring me back a whopper and I\'ll be a happy old man.','Bring a Monstrous Felblood Snapper to Old Man Barlo. You can find him fishing northeast of Shattrath City by Silmyr Lake.','That is the biggest, ugliest fish I\'ve seen. I can\'t even imagine what you used for bait.$b$bJust set the beast on the ground, and I\'ll deal with it once I\'m sure it\'s dead.','The felblood is a marvel of evolution. It can survive in any water and even lava, and fishermen are its only natural predator.$b$bAny luck with your prey?','','','','','',34867,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34863,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'11665 11666 11667 11668',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,5,1,0,0,0,0,0,0,6,0,0,0),(11670,10958,3537,0,128,69,72,0,1101,0,0,0,0,0,0,0,0,0,34871,1,'It Was The Orcs, Honest!','With all of those outfits you, er, recovered, I fashioned a Warsong orc disguise. I had the genius idea of combining it with some old stuff that I had left hanging around from last Hallows\' End, so it should be foolproof!$B$BHere, in this sack is the disguise and the banner you recovered. Head down into the bowels of Magmoth and slay the magnataur chieftain, Magmothregar.$B$BIf you\'re going to convince them to turn their attention on the Warsong orcs, you\'ll need to plant the banner while disguised.','While disguised as a Warsong orc, plant the Warsong Banner in the corpse of Magmothregar. Then, return with the disguise to Crafty Wobblesprocket at Fizzcrank Airstrip.','Holey moley, you did it!$B$BAlright, now those pesky magnataur and their snobold flunkies should turn their attentions on the Horde.$B$BHow can I ever repay you, $N?','It\'s all over then? You\'ve done the dirty deed and framed the orcs at Bor\'gorok Outpost?','','Warsong Banner Planted in Magmothregar','','','',0,34870,0,0,0,0,0,1,0,0,0,0,25581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37054,37073,37357,37072,37231,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,45767,0,0,0,0,0,0,0,152400,0,0,0,0,'',11658,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,3,4,1,6,0,0,0,0,0,6,0,0,6),(11671,10958,3537,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11679,34897,1,'A Race Against Time','So it\'s true. They have her.$b$bIt\'s clear what must be done, $r. She WILL be saved.$b$bI must remain here and aid in the rescue preparations. I call upon you again; this time to collect the prison key. All we know of this Salrand figure is that she cannot be harmed so long as her shield is intact.$b$bWe\'ve customized a special explosive that should strip her of this protection, allowing you to perform your duty. Return to me when you\'ve collected the key.$b$bHurry, $n. Lady Evanor is suffering!','Donathan on Amber Ledge has tasked you with using the Beryl Shield Detonator to bring down the shield at Beryl Point. You are then to defeat Salrand and collect the key she holds.','Broken? $b$bLet me have a look....','Have you collected Salrand\'s key?','','','','','',34909,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11663,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,1,6,0,0,0,0,0,0,0,0,0,0,5),(11672,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Enlistment Day','You\'ve come to enlist, right? Normally you\'d have to stand in line like the other recruits. Normally you\'d be out of luck because the recruitment ledger\'s gone missing and I can\'t process anyone until the new books get here.$B$BFortunately for you, $N, I\'ve heard about you and what you did in Outland. To be honest, you\'re a cut above these poor saps. Lines aren\'t for you.$B$BGo to the barracks and speak to General Arlos. He\'ll be more than happy to meet with someone of your caliber.','Meet with General Arlos inside the barracks in Valiance Keep.','We\'ve been expecting your arrival, $N. Welcome to Northrend.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,113,0,0,0,0,0,0,0,0,0,0,1),(11673,10958,3537,0,130,69,72,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Get Me Outa Here!','I knew they\'d send someone for me sooner or later... turned out to be later, of course.$B$BI came in here to parlay with the snobolds, but their main shaman, Kaganishu, decided instead that I\'d make a tasty snack for Magmothregar.$B$BWait... what?! They didn\'t send you?!$B$BDID THEY FORGET ABOUT ME?!$B$BOkay, you\'re here now and that\'s all that matters.$B$BAs soon as you break this chain we\'ll make our way back to the airstrip. Then you can tell Fizzcrank I\'m safely back.$B$BIf he remembers me, that is.','Escort Bonker Togglevolt to safety and then report in with Fizzcrank Fullthrottle at Fizzcrank Airstrip.','Huh? What?$b$bBonker who?$b$bI\'ve no idea who you\'re talking about, but I\'ll take your word for it. If you rescued him or her from the pit of Magmoth then I suppose you deserve a reward.$b$bLet me see what I\'ve got lying around in here....','','Bonker Togglevolt escorted to safety.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37049,37528,37573,37574,37575,37047,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,5,1,0,0,0,0,0,3,6,1,1,0,0,0,0,0,0,0,0,6),(11674,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11675,0,0,'Sage Highmesa is Missing','There are many new mysteries walking the lands now. One of our sages, Highmesa, has foolishly gone north with only one longrunner to investigate something strange near the Dens of Dying.$B$BWhat are the dens, you ask? They are a sacred place to the magnataur, where they go in their old age to die. She saw something fall from the sky near them a few days ago.$B$BIf you would be friend to the taunka, I would have you find and help her. She is not so stubborn that she will not accept your aid.','Find Sage Highmesa near the Dens of Dying.','The greatmother sent you. She must be disappointed in me.$b$bBut when I saw the great object fall from the sky, I could not wait for a full group of longrunners and snow trackers to accompany me. Knowledge waits for no one.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,571,3988.35,4266.81,1,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11675,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11677,0,0,'A Proper Death','The magnataur at the Dens of Dying have contracted a plague. We must find the cause, but first we must put them out of their misery.$B$B$R, you must go north onto the slopes in front of us and destroy as many of the poor creatures as you can.','Destroy 10 Plagued Magnataur and then return to Sage Highmesa south of The Dens of Dying.','What else can we do but ease their suffering? In any case, they came here to die, so do not mourn them. At least you have given them some dignity.$b$bNow we must put an end to that which is causing the plague.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25615,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11674,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11676,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Merciful Freedom','The soldiers that they didn\'t kill are being held in cages scattered across this farmland. Through some thievery we\'ve managed to find a few keys, but we\'re unable to get close enough to any prisoners without being attacked.$B$BWe need your \"talents\" in securing those keys and freeing the prisoners. Bash in the brains of the necrolords and aberrations and take their keys. Use those keys to free Scourge prisoners.','Shadowstalker Canarius at Warsong Farms Outpost wants you to free 5 Scourge Prisoners.','Each prisoner saved is one less undead aberration that we have to deal with, $n. You\'ve done a great service for the Horde.','Save those prisoners!','','Scourge Prisoner Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,25610,0,0,0,5,0,0,0,45807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11618,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11677,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,34913,1,'Stop the Plague','I\'m convinced that the plague is being caused by something in the caves up there.$B$B$C, I want you to take these seeds. I normally use them as a ward against the Scourge, though perhaps they can be used to disrupt whatever foulness is happening in the dens.$B$BFind the source of the plague and throw them into it.','Sage Highmesa, standing just south of The Dens of Dying, has asked you to use Highmesa\'s Cleansing Seeds at a Den of Dying Plague Cauldron to neutralize it.','$b$bThis is a good start. If only that were our only problem.','','','Plague Cauldron neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,25654,0,0,0,1,0,0,0,45834,0,0,0,0,0,0,0,37223,37391,37427,37507,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11675,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11678,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11687,0,0,'Find Bristlehorn','Bristlehorn should have returned by now.$B$BThe other reason why we came up here was to investigate that Scourge structure to the west, which fell from the sky. He\'s impetuous and has likely gotten himself into trouble.$B$B$N, go to that place and find him, please.','Find Longrunner Bristlehorn at Talramas.','I am... not... long for this... world, little $r.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11677,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11679,10958,3537,0,262272,69,71,0,0,0,0,0,0,0,0,0,0,0,34909,1,'Reforging the Key','Delays, delays... the one thing we cannot afford right now!$b$bAs much as I hate to disturb Lord Surristrasz, he\'s our only hope of saving our beloved Evanor.$b$bBring him the key fragments and hope that his mood is favorable.$b$bHurry, $c, our assault team is waiting.','Donathan wants you to speak to Surristrasz on Amber Ledge.','The frivolous games you play here are of no consequence....$b$bYou and your Dalaran allies pick at loose threads while the fabric of this world\'s future is being shredded.$b$bStill, this may provide my drakes some needed amusement.$b$bShow me this key....','You dare approach me, mortal?$b$bFor the sake of your unborn children, pray that your cause is worthwhile.','','','','','',34909,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11671,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,1000,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11680,10958,3537,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11681,34948,1,'Taking Wing','The key is forged anew.$b$bNow heed my counsel, $r. Succeed in your endeavor or die trying, for if a single scale falls from one of my drakes I shall hold you personally accountable.$b$bNow, off with you.','Give Salrand\'s Key to Warmage Anzim when you are ready to free Evanor.','This is it, the key is ours!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,10,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11679,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,1),(11681,10958,3537,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11682,0,0,'Rescuing Evanor','At last, we attack!$b$bOnce we\'ve cleared the platform I\'ll use the key.$b$bYou are to ensure that Lady Evanor remains safe after her release.$b$bHurry now, let us be off!','Anzim on Amber Ledge wants you to fly with his war mages to free Lady Evanor at Beryl Point. You are then to report to her in the mage tower on Amber Ledge.','Your heroic efforts shall not be forgotten, $c.$b$bPlease, accept this with my sincere gratitude.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37224,37387,37429,37509,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11680,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11682,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11733,0,0,'Dragonspeak','I am aware of your recent deeds here, $n, and again I thank you.$b$bAs for this local menace, we\'ve learned all we need to know from them. They\'ll be dealt with in short order. On now to more important issues....$b$bAzeroth needs you. The region just west of here is the center of an urgent crisis.$b$bI\'ll leave the details to Lord Surristrasz. You must speak with him at once.$b$bGood luck, friend of Dalaran.','Lady Evanor has sent you to speak with Surristrasz on Amber Ledge.','So, $r, we speak again.$b$bWhen you\'ve heard my words you may wish we had not.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11681,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11683,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Fallen Necropolis','The fallen necropolis to the west can only be assumed to still be filled with Scourge.$B$BWhile you are at Talramas, $c, I would ask that you dispatch all of the Lich King\'s servants that you find within and in the surrounding pools where it fell.','Destroy 20 Scourge of any type at Talramas and the Festering Pools. Then, return to Sage Highmesa just to the south of The Dens of the Dying.','Thank you, $n.$b$bThe Lich King and his Scourge are a blight upon Northrend. We must not stop until they are all truly dead, and his existence is put to an end!','Surely you could not have dispatched so many Scourge in such a short time?','','Talramas Scourge Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,25660,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,37239,37560,37355,37518,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11677,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11684,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11685,34920,1,'Scouting the Sinkholes','Can you feel the tremors in the earth?$B$BThe Scourge\'s nerubians are on the move deep beneath the ground. They\'ve emerged to the southwest in the Geyser Fields, and are harassing the patrols Chieftain Wintergale sent out.$B$B$B$BPerhaps a single person can succeed where the patrols have failed. Take this with you to the Geyser Fields and map out the locations of the Nerubian sinkholes.','Greatfather Mahan at Taunka\'le Village wants you to use the Map of the Geyser Fields to mark the locations of the South Sinkhole, the Northwest Sinkhole, and the Northeast Sinkhole.','$b$bWe\'ll be able to use your information later, once we\'re prepared to carry out the plan.','Have you marked the locations of the sinkholes?','','Mark Location of South Sinkhole','Mark Location of Northeast Sinkhole','Mark Location of Northwest Sinkhole','',0,0,0,34920,0,0,0,0,0,1,0,0,25664,25665,25666,0,1,1,1,0,45853,45853,45853,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11685,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11695,0,0,'The Heart of the Elements','Now that we know the exact locations of the nerubian sinkholes, we can collapse them to halt the Scourge offensive and cripple their force. Wind Tamer Barah knows a way to harness elementals to destroy the tunnels the Nerubians are using, but she will require your help.$B$BSoutheast of the village, near the coast beyond the Frozen Reach, you\'ll find an area dominated by frozen earth elementals. The hearts of these elements are exactly what Wind Tamer Barah will need.','Bring 5 Elemental Hearts to Wind Tamer Barah at Taunka\'le Village.','These should be enough to form the core of a mighty elemental, but stone alone will not give my elemental life.','Greatfather Mahan tells me you have agreed to help collapse the tunnels.','','','','','',34956,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11684,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11686,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11703,0,0,'The Warsong Farms','According to Luther\'s notes the Scourge is now using this place as a breeding ground for those monsters you see lumbering across the field.$B$B$B$BThose monsters were once orcs... tauren...$B$BWe need more information before a plan can be devised. I want you to investigate three sites that are heavily trafficked by Scourge: the Warsong Granary, southwest of us, Torp\'s Farm, directly west of us, and the old Warsong Slaughterhouse, north of us.$B$BReturn to me once you\'ve scouted \'em out.','Shadowstalker Ickoris at Warsong Farms Outpost wants you to scout Warsong Granary, Torp\'s Farm, and Warsong Slaughterhouse.','This is far worse than what was noted in Luther\'s journal. They\'ve got this place covered in Scourge and are infecting everything they touch.$b$b$b$bIt gets worse - if you can imagine such a thing...','Have you searched the farms?','','Scout Warsong Granary','Scout Torp\'s Farm','Scout Warsong Slaughterhouse','',0,0,0,0,0,0,0,0,0,0,0,0,25669,25671,25672,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11618,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11687,10958,3537,0,136,68,72,0,690,0,0,0,0,0,0,0,0,11689,0,0,'The Doctor and the Lich-Lord','There are two... that must... be killed.$B$BThe doctor and... the lich-lord... are above. Find them... destroy them... before....$B$B...it is too... late....','Destroy Doctor Razorgrin and Lich-Lord Chillwinter. Then, return to Sage Highmesa just to the south of The Dens of Dying.','Bristlehorn is dead?!$b$bI should never have let him go there by himself.','$N, you return!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25678,25682,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11678,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11688,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11690,0,0,'Damned Filthy Swine','Just look at \'em! My beautiful kodos are helpless to defend themselves against those filthy swine! I need you to buy me some time, $r. I think I can cure the kodo of the sickness, but you need to keep the unliving swine off \'em, else there\'ll be nothin\' left to cure!$B$BGet out there and send those swine to their graves - permanently!','Farmer Torp at Warsong Farms Outpost wants you to kill 10 Unliving Swine.','I think I\'ve got it, $r!','I need more time! Keep those swine off my kodos!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25600,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11618,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11689,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Return with the Bad News','The greatmother will need to know, $N.$B$BWill you please return to Taunka\'le? Tell her that I will be following shortly.','Speak with Greatmother Taiga at Taunka\'le Village.','What word do you bring from Highmesa?$b$b$b$bMy... my grandson!$b$b$b$bHe died an honorable death like a true taunka!$b$bYou were the last to be with him, $n, so he shall always be a part of you. I give you my thanks for completing his last wishes.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37529,37354,37440,37519,37074,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11687,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11690,10958,3537,0,128,68,71,0,690,0,0,0,0,0,600000,0,0,0,34954,1,'Bring \'Em Back Alive','Take this riding snaffle, $N. You\'ll notice that I\'ve placed a tiny medicine dispenser in the mouthpiece. That thing will cure the infection as soon as a kodo bites down. Once you\'ve cured the sick out of \'em, you\'ll need to ride \'em home. They\'ll be weak so you\'ll need to gently direct \'em here.$B$BBring my babies back, $N!$B$BOne last thing, you\'ve got ten minutes! That\'s how long the antidote will remain effective inside that snaffle.','Farmer Torp at Warsong Farms Outpost wants you to rescue 8 Infected Kodo Beasts.','You\'re a true hero, $n. My kodos would have died out there without you. You have my thanks and the thanks of all the soldiers and journeymen that will use these kodos to strengthen our presence in Northrend!','Get them out of those Scourge infested fields!','','Kodo rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,25698,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,36884,36885,36886,36887,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11688,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11691,11685,0,369,4096,75,80,81,0,0,0,0,0,0,0,0,0,0,34953,1,'Summon Ahune','I and my Shamans have gathered our powers for the coming battle with the Lord of Frost. $N, you will be the fist of the Earthmother.$B$BTake this magma totem. Use it against the Ice Stone, to the northeast. Ahune is channeling his power through this stone; it is our hope that the totem will disrupt him and cut off his link to the elemental planes.$B$BIf fortune is with us, then, perhaps, we can defeat him.$B$BPrepare yourself, $n. If Ahune comes to face us, then his fury will be great.','Bring the Earthen Ring Magma Totem to the Ice Stone.','The magma totem bursts into three separate flames as it is brought near the ice stone. The stone shimmers, then is gone...','This shard of ice echoes the deep, cracking rumble of invading glaciers. Its cold turns your thoughts to a lifeless, endless winter.','','','','','',34953,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,45926,0,0,0,0,0,0,0,132300,0,0,0,0,'',11696,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11692,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11693,0,0,'Check in With Bixie','You\'re a proven $g hero : heroine;. I have another problem!$B$BMy boss, Tinky, went east with Bixie Wrenchshanker and I CAN\'T get the outgoing on this thing to work! Tinky\'s the only one that can fix it and we really need it working one-hundred percent.$B$BYou think you could find them? Bixie said something about following some old magnataur to a place called The Dens of Dying.$B$BI\'m guessing that\'s where you\'ll find them.$B$BYou can catch a ride out there by talking with Kara Thricestar at the runway.','Mordle Cogspinner has asked you to find Bixie Wrenchshanker to the south of The Dens of Dying.','What do you need, $c?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11710,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,5,6,1,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,1),(11693,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11694,0,0,'Oh Great... Plagued Magnataur!','Tinky and I came out here stalking some old magnataur. Apparently those caves up there are where they go to die.$B$BOf course, we had no idea that they were going to get plagued when they went in there. We can\'t have plagued things just roaming about; it\'s not healthy.$B$BSay, why don\'t you put down a number of those things while I figure out what our next step should be?','Kill 10 Plagued Magnataur and then return to Bixie Wrenchshanker to the south of The Dens of Dying.','Nice work, but I\'d grab a shower the next chance you get.$B$BNow, let\'s really deal with the problem out here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25615,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11692,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,25,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11694,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,34915,1,'There\'s Something Going On In Those Caves','So, while you were out taking care of those plagued beasts, I took a peek inside the caves up there.$B$BThere are cultists in there plaguing them!$B$BThey have some sort of noxious concoction brewing in a cauldron. I have a powder that I normally use as an anti-poison, and I mixed it up with some other stuff. I think it\'ll neutralize their brew!$B$BTake it up to one of those caves and see if it works.','Bixie Wrenchshanker, skulking just to the south of The Dens of Dying, has asked you to use Bixie\'s Inhibiting Powder at a Den of Dying Plague Cauldron to neutralize it.','I knew you had it in you. Now there\'s something else that I need to ask you to take care of.','','','Plague Cauldron Neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,25654,0,0,0,1,0,0,0,45835,0,0,0,0,0,0,0,37223,37391,37427,37507,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11693,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,5,6,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11695,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11706,34960,1,'The Horn of Elemental Fury','I can fashion the likeness of an elemental from these pieces of inanimate stone, but breathing life into it is different. For that, we\'ll need help and a bit of luck.$B$BLegend tells of an ancient artifact called the Horn of Elemental Fury, sought after by a great hero. I\'ll lend you a scroll with a copy of the tale. I don\'t know if the legend is true, but it\'s our best bet. If the legend is right, the parts of the horn may be in the Flood Plains surrounding the village to the north and southwest.','Reclaim the Lower Horn Half and Upper Horn Half from Chieftain Burblegoggle and Chieftain Gurgleboggle and bring them to Wind Tamer Barah at Taunka\'le Village.','$b$bStormhoof would be proud of you, $n. Perhaps when we\'ve dealt with the Scourge, I will take the horn with me on a pilgrimage to Stormhoof\'s tomb.','Were you able to find the horn? Was the legend true?','','','','','',34964,34963,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11685,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11696,11685,0,22,8,75,80,0,0,0,0,0,0,0,0,0,0,11691,0,0,'Ahune is Here!','$n, your presence is a blessing. Ahune lies within these caverns, gathering strength for his assault. Earthen Ring forces were sent ahead, but they alone cannot defeat him.$B$BExplore, $n. Find our Earthen Ring Shamans and speak with their leader, Luma Skymother. Perhaps, with your added strength, we can beat Ahune before it\'s too late.','Find Luma Skymother in the Slave Pens.','The cold of Ahune spreads through these caverns, $n; a seed of the frigid death that awaits us if he gains his full strength. I thank the Earthmother for sending you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',11955,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11697,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11699,0,0,'Rats, Tinky Went into the Necropolis!','I told Tinky not to go off on her own, but she just HAD to check out that crashed necropolis to the west.$B$BI\'m 100% certain that those cultists came from inside that thing, which means I\'m now 100% certain that Tinky\'s in trouble!$B$BShe\'s the airstrip\'s number one engineer. Without her we\'re doomed!$B$BI\'d find her myself, but one of those things got in a swipe on my leg before I could vanish again. $N, if anyone can get her out, it\'s you!','Find Tinky Wickwhistle inside Talramas.','Hey there! Who are you?$B$BBixie sent you? Excellent, let\'s get me out of here!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11694,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,274,1,5,25,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,5),(11698,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Might As Well Wipe Out the Scourge','If the cultists up in those caves survived the crash, then that fallen necropolis to the west can only be assumed to still be filled with Scourge. There\'re probably lots of them out in front of it in the pools, too!$B$BWhile you\'re at Talramas, $c, do you think you could dispatch all of the Lich King\'s flunkies that you find there?','Destroy 20 Scourge of any type at Talramas and the Festering Pools. Then, return to Bixie Wrenchshanker just to the south of The Dens of the Dying.','Thanks, $N.$B$BThe Lich King and his Scourge are really scary, but we can\'t stop until they are all lying still in new graves!','','','Talramas Scourge Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,25660,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,37239,37560,37355,37518,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11694,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11699,10958,3537,0,136,68,72,0,1101,0,0,0,0,0,0,0,0,0,0,0,'I\'m Stuck in this Damned Cage... But Not For Long!','The cultists magicked me into this cage and there\'s no door to it. Little did they know that I\'m the chief transmatter engineer for the airstrip!$B$BWith your help, and a little elbow-grease, I won\'t be in here for long.$B$BI\'m going to need an engine-core crystal from one of the ghouls in here, a magical gyroscope from their doctor, and a piloting scourgestone from the lich-lord up top.$B$BWith all of that stuff, I should be able to make a port device to get back to Fizzcrank\'s and escape the gnome way!','Collect an Engine-Core Crystal, a Magical Gyroscope, and a Piloting Scourgestone. Deliver them to Tinky Wickwhistle at Talramas.','Outstanding! Now just a little modification here, and a tweak there....','You got all of that stuff?','','','','','',34957,34958,34959,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11697,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,5),(11700,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Let Bixie Know','My evil twin\'s out there somewhere now.$B$BI\'m pretty sure that she\'s not back at the airstrip. In fact, wherever she ended up, it\'s colder there than here. But I could only \'feel\' her for a moment.$B$BOh well, I\'ll reconfigure this thing and port myself back to the airstrip soon enough. In the meantime, do you think you could go east and let Bixie know that I\'ll meet her back there?$B$BThanks, $N!','Speak with Bixie Wrenchshanker just south of The Dens of Dying.','Tinky\'s got an evil twin?!$B$BWell, if she says she\'s okay, and that she\'ll be able to get herself back to the airstrip soon, that\'s good enough for me.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11699,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,6,0,0,0,0,0,2,5,1,0,0,0,0,0,0,0,0,0,1),(11701,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Back to the Airstrip','Okay, I think I\'m going to start making my way back to the airstrip, too. Of course, I\'m moving a little slower with this leg injury.$B$BSay, do you think you could get there ahead of me and pass on the good news to Ol\' Fizzcrank? I bet anything that there\'ll be a reward in it for you.$B$BThanks, $N!','Speak with Fizzcrank Fullthrottle at Fizzcrank Airstrip in Borean Tundra.','That\'s quite a tale, $N. With all of the problems out here, it\'s a wonder that the airstrip hasn\'t been wiped out already.$B$BBut, thanks to you, there\'s one less adversary to worry about.$B$BI put aside some special things for just such an occasion as this. Why don\'t you take your pick?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37529,37354,37440,37519,38214,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11700,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,6,4,0,0,0,0,0,2,1,2,0,0,0,0,0,0,0,0,0,6),(11702,10958,3537,0,136,69,71,0,690,0,0,0,0,0,0,0,0,11571,0,0,'King Mrgl-Mrgl','Dis is gonna sound weird, $c, but dere be a murloc askin\' for our help!$B$BHe goes by da name of King Mrgl-Mrgl, leader of da Winterfin murlocs. Him and his people been run outa dere village and wantin\' you to come save dem.$B$BYou find him by headin\' west and go down da cliffs. He hangin\' out on da south side of da Winterfin Retreat.','Speak with King Mrgl-Mrgl at Winterfin Retreat.','Finally, help! And by the looks of you, Horde.$B$BThat\'s alright... your people are very skilled in the art of combat. We\'re going to need a lot of that.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11703,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Get to Getry','The Scourge agent that\'s overseeing the abduction and transformation of Horde soldiers into undead monsters is using the northwest farm as a spawning glade. Shadowstalker Getry has been staking out that monster for the past week and has gathered some vital information that might allow us to end this menace.$B$BGet to Getry and see if you can help him put a stop to this Scourge assembly line. You\'ll find Getry at the abandoned tower on the northwest border of these farms.','Find Shadowstalker Getry at Warsong Farms.','%B%BThis is all Ickoris could send?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11686,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11704,10958,3537,0,136,69,71,0,1101,0,0,0,0,0,0,0,0,11571,0,0,'King Mrgl-Mrgl','This is the weirdest thing, $c, but there\'s a murloc asking for our help!$B$BHe goes by the name of King Mrgl-Mrgl, leader of the Winterfin murlocs. It would seem that he and his people have been run out of their village and they want someone to come save them.$B$BThat someone is you!$B$BYou\'ll find Winterfin Retreat, and the king, by heading west down the road until you come to the cliffs. Head down to the water line near the Blistering Pool.','Speak with King Mrgl-Mrgl at Winterfin Retreat.','Finally, help! And by the looks of you, Alliance.$B$BThat\'s good... your people are very skilled in the art of combat. We\'re going to need a lot of that.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11708,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,0,0,0,0,0,2,5,1,0,0,0,0,0,0,0,0,0,1),(11705,10958,3537,0,130,68,71,0,690,0,0,0,0,0,0,0,0,11709,0,0,'Foolish Endeavors','This is madness. How do they expect us to take on a Scourge necrolord and an unknown number of his minions?$B$B$B$BIf Ickoris sent you he must think that you are capable of great feats. Perhaps you will call down a miracle today, eh?$B$BWhen you\'re ready we will descend and face Varidus.$B$BIf we make it out of this mess in one piece, report back to Hellscream in Warsong Hold.','Help Getry defeat Varidus the Flenser at Warsong Farms.$B$BReport to Garrosh Hellscream should you succeed.\n','And you returned victorious, just as I thought! I told Saurfang you\'d be fine.$B$B$B$BPerhaps this will show that old dog that he doesn\'t have all the answers, eh?','$B$BWhat\'s this I hear about a Scourge necrolord?','Varidus the Flenser Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37447,37545,37475,37277,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180900,0,0,0,0,'',11703,0,0,0,'11652 11722',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11706,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,34968,1,'The Collapse','I have created and bound Alluvius using the Horn of Elemental Fury. He will respond to the horn\'s call when you stand near the southernmost sinkhole in the Geyser Fields.$B$BThe quake Alluvius will unleash should collapse the Nerubian tunnels and put an end to their flanking attack. I wouldn\'t be surprised if the Nerubian commander showed himself after the quake. If the collapse of the tunnels doesn\'t break the back of their assault, the defeat of their leader surely will.','Wind Tamer Barah at Taunka\'le Village wants you to collapse the Nerubian sinkholes using the Horn of Elemental Fury and defeat Lord Kryxix.','Your efforts against the Nerubians have given us a reprieve from the overwhelming Scourge assault. Thanks to your accomplishments, we can strike at the the Scourge fortress to the northeast without fear of attack from the west.$B$BAs for the horn, I will safeguard it until next we need its power. Stormhoof gave his life to secure the horn and we cannot suffer its loss again.','Have you unleashed Alluvius and destroyed the Nerubian assault?','','','Nerubian tunnels collapsed','','',0,0,34968,0,0,0,0,0,1,0,0,0,25629,25742,0,0,1,1,0,0,0,0,0,0,0,0,0,0,37228,37375,37437,37516,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11695,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11707,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11708,0,0,'Distress Call','Oh good, you\'re $N, right?$B$BWe need your help up north at Fizzcrank Airstrip, like yesterday! The magnataur, and the Scourge... and the pumping station!$B$BIt\'s madness I tell you, madness!$B$BYou\'ve got to head up there and talk to old man Fullthrottle a.s.a.p.!','Speak with Fizzcrank Fullthrottle at Fizzcrank Airstrip.','I see that Skyhopper finally got around to sending help. And none too soon I might add!$B$BWelcome, $Gbrother:sister;, we need your help badly!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11897,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,5,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(11708,10958,3537,0,138,68,71,0,1101,0,0,0,0,0,0,0,0,11712,0,0,'The Mechagnomes','Now that you\'re here, it\'s time for me to tell you the full story of what\'s going on.$B$BAfter you\'ve heard my tale, go outside and find my second-in-command, Jinky Wingnut. She\'ll handle everything from here on out.','Listen to Fizzcrank Fullthrottle\'s tale and then find Jinky Wingnut at Fizzcrank Airstrip.','The old man sent you to me, huh? He tell you everything that\'s going on out here?$B$BGood... let\'s take care of business then!','Hello there.','Fizzcrank\'s tale listened to.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11707,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,0,0,0,1),(11709,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11711,0,0,'Nork Bloodfrenzy\'s Charge','While you have done much to secure our foothold in these frozen wastes, other dangers still lurk in the shadows. I want you to assist Warden Nork Bloodfrenzy, stationed at the internment camp just outside and immediately southeast of Warsong Hold. Seek him out and offer your assistance for prisoner transport and exchange.$B$BYou are dismissed, $N. ','Speak to Warden Nork Bloodfrenzy at Warsong Hold in Borean Tundra.','$B$BPrisoners? These aren\'t prisoners. They\'re cowardly dogs! Just look at \'em. Did you know that without exception, every single one of these yellow-bellied \"soldiers\" came to our gates and surrendered their arms and armor?$B$BFrom what we\'ve been able to gather, these men and women are discharged and sent back to their homes if captured by us.$B$B$B$BPathetic...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11705,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11710,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11692,0,0,'What\'s the Matter with the Transmatter?','There\'re spare parts strewn all over to the east in the Scalding Pools, the Geyser Fields... heck, probably even up on the pumping station still, too. Bring back a whole bunch. Maybe then I\'ll be able to get outgoing teleport on this thing working, not to mention getting the incoming transmatter ports aligned.$B$BI\'d hate to see another accident....','Collect 15 Fizzcrank Spare Parts and deliver them to Mordle Cogspinner at Fizzcrank Airstrip.','That\'s great, $c! These parts look like they\'re in serviceable condition.$B$BNow if I could only figure out how to fix this blasted thing....','It\'s going to take a lot of spare parts to keep this thing running.$B$BPlease tell me that you\'ve returned with everything we need.','','','','','',34972,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11708,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,5),(11711,10958,3537,0,130,68,71,0,690,0,0,0,0,0,0,0,0,11714,34971,1,'Coward Delivery... Under 30 Minutes or it\'s Free','We\'re seeing more deserters show up at our gates with each passing day. We simply do not have enough room to keep all of these maggots caged up. Especially not if we want to keep the pigs happy.$B$B$B$BI want you to escort one of these cowards to the crossroads east of here and fire this flare gun. One of their captains will show up when they see the flare and take the coward off your hands.$B$BReport to Scout Tungok on the east road once the delivery has been made.\n','Take the Alliance Deserter to the crossroads east of Warsong Hold and fire your Warsong Flare Gun to signal the Alliance.$B$BReport to Scout Tungok once you have successfully delivered the Alliance Deserter to their destination.','Good job, $N. That\'s one less filthy, useless, Alliance scum-bag that we\'ll have to provide for...$B$BIf you\'re lookin\' for more work, the tauren and blood elf nearby need some help.$B$B\'Course we\'ve got our own set of problems to deal with out here as well...','$B$BDid you take care of the deserter?','Alliance Deserter Delivered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11709,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11712,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11788,34973,1,'Re-Cursive','If you listened to the old man, then you know that we have gnomes out there that were changed. Gearmaster Mechazod infected them with something that reversed the \"Curse of the Flesh\", and now they\'re robots!$B$BWe think we have a way to re-curse them back to normal. We want you to take this re-cursive transmatter injection and use it on the corpses of any mechagnomes you come across.$B$BWe\'re hoping that this stuff will cure them and allow us to lock onto them to port \'em out of there.$B$BWhaddya say, $N?','Jinky Wingnut at Fizzcrank Airstrip has asked you to use the Re-Cursive Transmatter Injection on 6 Fizzcrank Mechagnomes.','You did it... it worked!$B$BI can\'t believe you were able to save so many. We\'re fortunate to have you around here!','How many mechagnomes did you manage to re-curse, $c? ','','Fizzcrank Gnome cursed & ported','','','',0,0,0,0,0,0,0,0,0,0,0,0,25773,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,37234,37356,37439,37517,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11708,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,4,1,0,0,0,0,0,0,0,0,0,5),(11713,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11715,34920,1,'Scouting the Sinkholes','Fizzcrank sent out an aerial surveillance team to map the Nerubian sinkholes in the southern part of the Geyser Fields, but they haven\'t yet returned. I can\'t afford to wait any longer for their information, so I\'m going to need someone to check out the sinkholes on foot.$B$BI understand the dangers involved, and I\'ll compensate you accordingly. Take this map with you and record the vital information about each of the sinkholes you encounter out there.','Abner Fizzletorque at Fizzcrank Airstrip wants you to use the Map of the Geyser Fields to mark the locations of the South Sinkhole, the Northwest Sinkhole, and the Northeast Sinkhole.','$B$BGreat! This is all the information we need to begin the operation. ','Have you marked the locations of the sinkholes?','','Mark Location of South Sinkhole','Mark Location of Northeast Sinkhole','Mark Location of Northwest Sinkhole','',0,0,0,34920,0,0,0,0,0,1,0,0,25664,25665,25666,0,1,1,1,0,45853,45853,45853,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11873,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11714,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Vermin Extermination','Perhaps you\'d be interested in helping me clean up these fields? They\'re littered with dirty little rat men! Kobolds, snobolds, whatever you wanna call \'em, they\'re all over the damned place. The stink alone is making my life hell!$B$BTake care of the vermin for me and I\'ll make it worth your while, $N.\n','Scout Tungok at the Bloodspore Plains in the Borean Tundra wants you to kill 8 Bloodspore Harvesters, 5 Bloodspore Firestarters and 2 Bloodspore Roasters.','A job well done, $N! Thank you!','This job stinks...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25467,25470,25468,0,8,5,2,0,0,0,0,0,0,0,0,0,37205,37404,37524,37481,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11711,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11715,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11718,34975,1,'Fueling the Project','I plan to build a machine that will collapse the tunnels the Scourge is using to deploy their Nerubians, but with the main drilling rig out of order, we\'ll have to collect the fuel for the device some other way.$B$BOut in the Geyser Fields to the southeast, small pools of oil bubble up away from the main rig. If you can collect enough of the oil from those pools, I can make a crude fuel to power the machine.$B$BSimply deploy the collector near the rig, and it will pump and store the oil in its tank.','Abner Fizzletorque at Fizzcrank Airstrip wants you to collect 8 Barrels of Oil using the Portable Oil Collector.','$B$BDistilling this by hand is going to be messy, but I\'ll have it taken care of soon. In the meantime, we\'ll need one more material to complete the machine.','Do you have that fuel?','','Barrels of Oil Collected','','','',0,34975,0,0,0,0,0,1,0,0,0,0,25781,0,0,0,8,0,0,0,45990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11713,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11716,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11717,0,0,'The Wondrous Bloodspore','We are witnessing something amazing here, $r. A whole undiscovered ecology lives and breathes not more than a few paces from us! I surmise it is the bloodspore plant that sets this environment abuzz.$B$BI have collected some pollen from the nearby male species of bloodspore plant but still lack female receptors for pollination. Fetch me a bushel of the bloodspore carpels. You\'ll find them near the larger plants surrounding us.$B$BBe wary of their guardians! The kobolds won\'t give them up easily!','Bloodmage Laurith at the Bloodspore Plains in the Borean Tundra wants you to recover 10 Bloodspore Carpels.','Lovely! Just lovely!$B$B$B$BHrmph... I don\'t understand. Unless... Why of course!','The tests must continue!','','','','','',34974,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11717,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11719,0,0,'Pollen from the Source','It\'s obvious! The bloodspore moths are the entities responsible for pollination on these plains. It must be something that happens within the moth\'s internal system that acts as a catalyst for this pollen to work. It\'s all starting to make sense now, $N. That\'s why the kobolds don\'t kill the moths and instead go to great lengths to protect them! Those stupid little rats have it all figured out!$B$BWell we\'ll just have to get our own moth pollen! What do you say? Fetch me some in the name of science?','Bloodmage Laurith at the Bloodspore Plains in the Borean Tundra wants you to recover 5 Bloodspore Moth Pollen.\n','A-ha!$B$B$B$BLook at that!','The pollen is the key!','','','','','',34976,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11716,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11718,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11723,0,0,'A Bot in Mammoth\'s Clothing','I\'ve reconfigured the skeleton of an old bot to create an earthquake large enough to collapse the tunnels, but the machinery is delicate and sensitive to Northrend\'s biting cold.$B$BI\'ve devised a means of insulating it using the thickest hides of the native mammoths. They roam the plains south of the airstrip and adjacent to the Geyser Fields. Bring back enough of the hides for me to finish the machine and then we\'ll be able to unleash it on the Nerubians!','Abner Fizzletorque at Fizzcrank Airstrip wants you to bring him 6 Thick Mammoth Hides.','$B$BDon\'t these animals even try to keep clean? Some of these are absolutely filthy. Well, I guess I\'d better get started cleaning them. It\'s not like anyone\'s got spare time around here.','Bring those hides as quickly as possible! I won\'t be able to finish the machine without them!','','','','','',34977,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11715,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11719,10958,3537,0,130,68,71,0,690,0,0,0,0,0,0,0,0,11720,34978,1,'A Suitable Test Subject','$B$BSo we\'ve got this pollinated bloodspore flower and nobody to test its effects on. Say, would you perhaps be interested in rubbing this on your skin and letting me observe? What\'s the worst that could happen anyway?$B$BDon\'t you worry, $N! Just take this sample and rub it all over your face. ','Bloodmage Laurith at the Bloodspore Plains in the Borean Tundra has asked that you use the Pollinated Bloodspore Flower and allow her to observe the results.','Primal Mighthorn will be delighted! This is better than even I expected!$B$BPerhaps it\'s time that I told you the truth.','Don\'t be afraid.','Bloodspore Flower Used','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11717,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11720,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11721,0,0,'The Invasion of Gammoth','Hellscream assigned Mighthorn and I with the daunting task of magnataur extermination on the southern front of Warsong Hold. With us came an entire platoon of seasoned Horde soldiers. Our initial foray into the nearby magnataur dens proved quite unsuccessful as our entire squad was wiped out by the lair defenders. We\'re the only ones left...$B$BWe aren\'t scientists or researchers. We\'re soldiers of the Horde, just like you. Soldiers on a mission that cannot fail...$B$BSpeak to Primal Mighthorn now.','Speak to Primal Mighthorn at the Bloodspore Plains in the Borean Tundra.\n','The bloodspore that you collected might just be enough to give us an edge against the magnataurs of Gammoth - with your help, of course.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11719,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11721,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11722,34979,1,'Gammothra the Tormentor','Magnataur live in prides, much like lions: one or two dominant males and several females along with their offspring. In the case of Gammoth, the magnataur den west of here, Gammothra is the leader. It is Gammothra that controls this magnataur population and therefore it is Gammothra that must be slain to prevent any type of magnataur uprising.$B$BTake this pouch of crushed bloodspore flower to Gammoth. Use the powder from the pouch to weaken Gammothra and then slay him! Return his head to me as proof.','Slay Gammothra and return the Head of Gammothra to Primal Mighthorn at the Bloodspore Plains in the Borean Tundra.','A job well done, $N! Would you honor Laurith and I by taking the head of the beast and presenting it to Hellscream? He will be extremely pleased.','The powder can be used to weaken all magnataur. It is why the rat men of the area guard it so closely.','','','','','',34980,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11720,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11722,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,34980,1,'Trophies of Gammoth','We cannot take all of the credit for this Horde victory, $N. It was you who risked your life to test the bloodspore and it was you who ultimately put an end to Gammothra.$B$BHonor us by returning to Warsong Hold and presenting the head of Gammothra to Lord Hellscream.','Take the Head of Gammothra to Garrosh Hellscream in Warsong Hold.','$B$BThey will learn, $N... They will all learn. The Horde is not to be trifled with...','Back so soon?','','','','','',34980,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37204,37405,37415,37480,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11721,0,0,0,'11652 11705',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11723,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,34981,1,'Deploy the Shake-n-Quake!','Behold, the machine that will save us from the Nerubian threat!$B$B$B$BTake this remote control with you, and go out to the southernmost of the Nerubian sinkholes in the Geyser Fields. Use the remote to activate the Shake-n-Quake 5000. It will do the rest on its own.$B$BDon\'t be surprised if the quake it creates attracts the attention of a Nerubian leader. In fact, it would be a great opportunity to finish off the Nerubian offensive.','Abner Fizzletorque at Fizzcrank Airstrip wants you to use the Shake-n-Quake 5000 to collapse the Nerubian tunnels and defeat Lord Kryxix.','$B$BFizzcrank will be delighted to hear the news! And who knows, perhaps we\'ll make a mechanic of you yet!','Well, have you deployed the Shake-n-Quake 5000 yet?','','','Deploy the Shake-n-Quake 5000','','',0,0,0,0,0,0,0,0,0,0,0,0,25629,25794,0,0,1,1,0,0,0,0,0,0,0,0,0,0,37228,37375,37437,37516,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11718,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,6),(11724,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,34982,1,'Massive Moth Omelet?','This egg was obviously important to somebody, as the corpse nearby can attest. As you look the egg over you notice that it has already been tagged for shipment to the Bloodspore Plains, care of Bloodmage Laurith. That\'s just east of here!$B$BCollect the egg and take it to the expectant Bloodmage.','Take the Massive Glowing Egg to Bloodmage Laurith at the Bloodspore Plains in the Borean Tundra.','Alkor is no more, eh? A pity... As for the egg, we have no real use for it anymore. We\'ve got much bigger problems to deal with now.','Greetings!','','','','','',34982,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11725,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Finding Pilot Tailspin','I should\'ve flown the mission myself. It\'s not that I don\'t trust Tailspin. Far from it. Heck, he was the best wingman I ever flew with.$B$BNo, it\'s just that it\'s my responsibility to lead a mission of such import.$B$BI sent Tailspin out with our fastest recon squadron to gather information about the Nerubian infestation in the middle of the Geyser Fields.$B$BThe last report we received placed his squadron in the pools to the far south and just west of the Nerubian sinkholes.$B$BFind Tailspin, $N.','Locate Iggy \"Tailspin\" Cogtoggle in the Geyser Fields.','Thank goodness. It was terrible.$B$BThere was a bright flash on the ground, and then, the next thing I know, the squadron\'s going down! I\'m hurt pretty badly, so I haven\'t had a chance to comb the site for other survivors, but something tells me I don\'t think there will be many.$B$B$B$BWill you help me complete my mission?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11712,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(11726,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11728,0,0,'A Little Bit of Spice','The wolves have been pawing through the wreckage ever since the crash and I\'m afraid they consumed the microfilm from our mission in the process.$B$BI have a plan to recover that microfilm, but I need your help to make it work.$B$BTo the south and east, in the Flood Plains, live creatures called gorlocs. They prepare their foods with noxious spices, which would sicken any other creature. If you can gather enough of the spice pouches from gorloc steam belchers or gorloc waddlers, I can make the wolf bait.','Iggy \"Tailspin\" Cogtoggle in the Scalding Pools wants you to gather 4 Gorloc Spice Pouches.','$B$BNow that we have what we need, I\'ll combine it with my emergency rations to create a bait for the wolves. ','Do you have those spice pouches?','','','','','',34983,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11725,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11727,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11797,0,0,'A Time for Heroes','It\'s good to have you among us, $N. We\'ve all heard of your past deeds.$B$BAs you know, King Wrynn is moving great armies into Northrend to meet those of Arthas. But armies are nothing without true heroes to inspire and lead them.$B$BI want you to be that hero for my men. Fight alongside them against the Scourge that lays siege to our stronghold.$B$BReport to Sergeant Hammerhill outside the inner hold. Valiance Keep cannot fall. The future of our campaign depends on it.','Report to Sergeant Hammerhill at Valiance Keep.','By Magni\'s beard! Looks like the heavy artillery\'s arriving.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11672,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11728,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11795,35121,1,'Lupus Pupus','Whatever you do, don\'t eat this bait yourself. Just set it down in the vicinity of an oil-soaked wolf. If they\'re desperate enough to eat the microfilm, they\'ll come running when they smell the bait.$B$BSimply wait for nature to take its course and then all you need to do is search the, uh... byproduct for the film.$B$BI\'d offer you my special lupus pupus scupus for the job, but I left it back at the airstrip. I\'m afraid you\'ll have to conduct the... err... search the old-fashioned way.','Iggy \"Tailspin\" Cogtoggle in the Scalding Pools wants you to bring him 8 pieces of Microfilm.','$B$BYuck, well, we\'ve complied with section 8.2, paragraph B of the emergency protocol here and recovered the film. Nothing in the protocol says I\'m responsible for cleaning it, though.','Have you recovered the microfilm?','','','','','',35123,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11726,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11729,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11730,34984,1,'The Ultrasonic Screwdriver','The unit you just dismantled had this inside of its mechanical innards.$B$BIt looks pretty complicated... certainly someone back at the airstrip would want to take a look at it. Maybe Crafty Wobblesprocket?','Deliver the Ultrasonic Screwdriver to Crafty Wobblesprocket at Fizzcrank Airstrip.','My screwdriver... you found my screwdriver! I\'d been wondering where that thing got lost.$B$BHmm, you found it inside one of their robots, you say? That gives me an idea....','Hey!','','','','','',34984,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,6,0,0,0,0,0,0,1,0,0,1),(11730,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,35116,1,'Master and Servant','The Ultrasonic Screwdriver is the ultimate tool. It can do anything to mechanical stuff!$B$BHead back into the pools and dismantle a number of Mechazod\'s robots. Then all you have to do is use the screwdriver on their remains, and I\'m betting that they\'ll turn to our side, for a short time anyway.$B$BI\'m pretty sure it won\'t work on the mechagnomes, so don\'t even bother with them.$B$BOh, and if you want to take anything from the robot\'s insides, you\'ll want to do so before using the screwdriver!','Use the Ultrasonic Screwdriver to reprogram 15 robots and then return to Crafty Wobblesprocket at Fizzcrank Airstrip.$B$BMake sure to loot the dead robot before you reprogram it.','Woo hoo! And you brought back the screwdriver intact, too!$B$BReprogramming those robots is going to turn out to be a huge advantage in our favor in the fight against Gearmaster Mechazod. I think you\'ve earned a little something for that.','How many robots have you managed to reprogram?','','Robots reprogrammed','','','',0,0,0,0,0,0,0,0,0,0,0,0,25815,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,37270,37353,37441,37479,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11729,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,1,0,0,0,0,2,5,1,0,0,0,0,0,0,0,0,0,6),(11731,10958,0,369,2,1,-1,0,1101,0,0,0,0,0,45000,0,0,11657,34862,1,'Torch Tossing','So you want to be a fire juggler? Do you have what it takes? The dexterity? The reflexes? ...the courage? If you think so, then let\'s give you a little practice!$B$BTake these torches and run near the bonfire. You\'ll see braziers with markers flashing above them. Toss a torch at a marked brazier. Be quick! Do it before the mark fades if you want credit for the toss!$B$BHit enough marked braziers before the time limit, then come back here... for your next lession.','Win the torch tossing game, then speak with the Master Fire Eater.','Quick! There\'s no time to waste!','','Hit 8 braziers.','Braziers Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',11882,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11732,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11733,10958,3537,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Traversing the Rift','I\'ve been mindful of your efforts, mortal. Do not feign surprise. Surely you\'ve felt my eye upon you.$b$bThe time has come to peel back a layer of darkness from your mind. There are stark truths that you have grown ready to accept.$b$bBefore hearing the tale, you shall be shown firsthand what we face.$b$bPut your affairs in order, $c....','Surristrasz wants you to travel to Coldarra. Once there, you are to speak with Archmage Berinand.','Welcome to Coldarra, $c.$b$bUnder the Transitus Shield we lie hidden just a stone\'s throw from the Nexus, fortress of the great aspect Malygos and his blue dragonflight.$b$bDo make yourself comfortable.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11682,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11734,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11735,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11736,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11737,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11738,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11739,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11740,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11741,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11742,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11743,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11744,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11745,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11746,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Feralas bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11747,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11748,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11749,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11750,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11751,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11752,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11753,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11754,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11755,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11756,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11757,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11758,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11759,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11760,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Silithus bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11761,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Stranglethorn Vale bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11762,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Tanaris bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11763,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Winterspring bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11764,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11765,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11766,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11767,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11768,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11769,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11770,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11771,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11772,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11773,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11774,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11775,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11776,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11777,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11778,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11779,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11780,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11781,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11782,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11783,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11784,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11785,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11786,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11787,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11788,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11798,0,0,'Lefty Loosey, Righty Tighty','Okay, I think we\'re ready for the penultimate assault... before you can bring down Mechazod, you\'re going to have to dismantle his lieutenants first!$B$BYou\'ll find Twonky, ED-210, Max Blasto, and The Grinder at the West Point, North Point, Mid Point and South Point stations, respectively.$B$BTo get them to show up, just turn the valves at the stations to mess up whatever they\'re trying to do out there. You can\'t miss the places, they all have spinning lights.','Dismantle Twonky, ED-210, Max Blasto, and The Grinder, and then report back to Jinky Wingnut at Fizzcrank Airstrip.','Wow, you survived!$B$BI guess all that\'s left to do now is to deal with Gearmaster Mechazod.','Are Gearmaster Mechazod\'s lieutenants dealt with?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25830,25831,25832,25833,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11712,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,6),(11789,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Soldier in Need','You there! Please, I need your help. This soldier will succumb to the cryptfiends\' venom unless we act immediately.$B$BI\'ve managed to slow down the poison, but without a suitable supply of antidote I cannot counteract it.$B$BI was promised a new shipment of anti-venom in the Stormbreaker\'s most recent trip from the south. Go inside its hold and search for a chest of first aid supplies.$B$BHurry, $c! We can\'t afford to lose any more men unnecessarily.','Medic Hawthorn, outside of Valiance Keep, wants you to go inside the Stormbreaker\'s hold and retrieve Hawthorn\'s Anti-Venom from a crate of First Aid Supplies.','I thank you, $N. This man\'s recovery will be slow, but we won\'t lose him.$B$BWhat do you say? You found cultists inside the Stormbreaker? You\'d best notify someone... and bring some evidence.','The anti-venom... do you have it?','','','','','',35119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22850,0,0,0,2,0,0,0,1050,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11790,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Cultists Among Us','This altar bears all the markings of the Cult of the Damned. It appears fanatics from the mainland have made it into Northrend. It might be prudent to notify the captain of the ship.$B$BPerhaps he is to be found above deck.','Speak to Captain \"Lefty\" Lugsail above the Stormbreaker in Valiance Keep.','Cultists? Below deck? I ought to have my whole crew flogged!$B$BListen... why don\'t we have Admiral Cantlebree take care of this... situation?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11789,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11791,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Notify Arlos','We must notify General Arlos at once. I\'ve known the captain for a long time and, believe me, he is one of the more careful ones.$B$BWho knows how many cultists have been smuggled into our settlements in Northrend in other ships? This could be disastrous.','Speak to General Arlos inside the Inner Hold at Valiance Keep.','Thank you for your concern, $N. We were made aware of the situation not too long ago.$B$BCounselor Talbot assures me that this was an isolated incident and not a cause for military concern.$B$BOur civilian authorities will make sure everyone involved is properly prosecuted.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11920,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,1),(11792,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11793,0,0,'Enemies of the Light','Not so fast there. I don\'t know about you, $c, but I was hardly convinced by the general\'s words. They rung unsure... as if they were not his own.$B$BSomething\'s amiss here. All of our efforts to collaborate have been blocked and delayed. It is time we took a more independent approach.$B$BIf we\'re to learn more about the cultists inside the keep... perhaps we should investigate those outside.$B$BIntelligence reports a small group of them aiding the Scourge north of here. See if they carry any clues.','Harbinger Vurenn wants you to fight the Cultist Necrolytes near Farshire to the north of Valiance Keep and retrieve the Cultist Communique from them.','Be discreet, $N. We cannot look at this evidence in front of prying eyes.','You\'re back, $N.','','','','','',35122,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36888,36937,36938,38213,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11791,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11793,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11794,35122,1,'Further Investigation','I\'m afraid this is a matter I must delegate to one of my operatives... someone who can work in secret. Keep the evidence with you and take it to Vindicator Yaala inside the inn.$B$BTell her I sent you and speak of this matter to no one else. We do not know who might be working for the cult.','Bring the Cultist Communique to Vindicator Yaala inside the inn in Valiance Keep.','Speak quickly, $c. What information do you have on the cult?','Harbinger Vurenn sent you?','','','','','',35122,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11792,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,2),(11794,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,35125,1,'The Hunt is On','I\'ve made it my business to learn as much as possible about the vile death cult, including their secret language.$B$BVurenn was right. The cultists mention disguised operatives in various locations in Valiance Keep: the lower docks, the jail inside the inner hold and in the inn\'s kitchen.$B$BTake this oculus. Use it at those three locations - anyone that has recently used the cult\'s necromancy will be enshrouded by a dark aura. Take care of the cultists before something nefarious happens.','Vindicator Yaala wants you to use the Oculus of the Exorcist in three different locations in Valiance Keep to uncover and defeat Cult of the Damned members.','You\'ve done well, $N. However, I can\'t shake the feeling that this is not the last we\'ve seen of these death cultists.$B$BDarkness has a way of hiding even in plain sight.','Have you accomplished the task I asked of you, $N?','','Cultist in docks defeated','Cultist in jail defeated','Cultist in kitchen defeated','',0,0,0,0,0,0,0,0,0,0,0,0,25827,25828,25248,0,1,1,1,0,0,0,0,0,0,0,0,0,37204,37405,37415,37480,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11793,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11795,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11796,0,0,'Emergency Protocol: Section 8.2, Paragraph C','Injured or not, as squadron commander, I\'m responsible for locating and returning the insignia of all fallen pilots under my command. In all the years I\'ve flown with Fizzcrank, we\'ve never failed to return the signet of a pilot.$B$BMy injuries make it dangerous for me to stray far from the safety of the wreckage, but perhaps you would be willing to help me recover the insignia? In the meantime, I\'ll make preparations to carry out my final duty as squadron commander.','Recover 6 Fizzcrank Pilot Insignia from the bodies of Fizzcrank Recon Pilots and return them to Iggy \"Tailspin\" Cogtoggle in the Scalding Pools.','Thank you once again, $N. With your help, I may yet be able to complete this mission, disastrous as it\'s been, and return to Fizzcrank to make my report and properly honor the dead.','Did you get those insignia?','','','','','',35126,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11728,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11796,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11873,35224,1,'Emergency Protocol: Section 8.2, Paragraph D','There\'s only one more thing left to do before I can finally return to the airstrip and make my report. Section 8.2, paragraph D of the emergency protocol requires me to scuttle as much of the wreckage as possible, in order to prevent our technology from falling into enemy hands.$B$BI\'ll give you my torch if you agree to help me complete this last duty. I don\'t want to think about what the Horde\'s goblin allies will do if these machines fall into their hands.','Iggy \"Tailspin\" Cogtoggle wants you to scuttle the Eastern Wreck, a Southern Wreck, and a Northwestern Wreck.','Once again, you have my thanks, $N. Without you, I would not have been able to recover anything useful from this disaster.','Have you scuttled the wreckage yet?','','Scuttle the Eastern Wreck','Scuttle a Southern Wreck','Scuttle a Northwestern Wreck','',0,0,0,0,0,0,0,0,0,0,0,0,25847,25846,25845,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11795,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,1,0,5),(11797,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11889,0,0,'The Siege','Well, well, well. It\'s good to see Arlos bring out the big guns.$B$BDon\'t get me wrong - our lads are doing the best they can, but someone of your renown fighting alongside them could really turn the tides for us. I\'m not sure how much longer we can hold out against these undead Nerubians.$B$BWhat do you say you get out there and kill me some creepers? Show these boys how it\'s done.','Sergeant Hammerhill wants you to kill 6 Crypt Crawlers in the Sands of Nasam outside of Valiance Keep.','Nice job, $N. Show the lads how it\'s done. The only good creeper\'s a dead creeper!','You\'re back. Hopefully you\'ve put a dent in the enemy\'s numbers.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25227,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,36883,38208,36878,36881,36879,36880,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11727,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11798,10958,3537,0,136,68,72,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Gearmaster','Gearmaster Mechazod is insane! He says that he offers us immortality by removing this so-called \'Curse of the Flesh\', but what he\'s really making are robotic slaves!$B$B$N, we\'re pretty certain that he\'s still at the pumping station out in the middle of the pools to the east.$B$BThe last we saw of him, he was in the command hut up top. Go up there and research his stuff.$B$BYou must confront Mechazod if gnomes everywhere,... no, everyone everywhere, are to stay alive!','Research the Gearmaster\'s Manual and return Mechazod\'s Head to Fizzcrank Fullthrottle.','$B$BIt is done then... you have saved us! If you hadn\'t stopped him here, then who knows how far his madness would have spread?$B$BWith the threats from the blue dragons and the Nexus War, not to mention the Lich King, the last thing we need is a mad creation of the Titans running loose!$B$BThank you, $N!','Jinky told me to expect you. Is it done?','','The Gearmaster\'s Manual researched','','','',0,35486,0,0,0,0,0,1,0,0,0,0,27995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37274,37352,37442,37530,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11788,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,1,2,0,1000,0,0,0,6,6,0,6),(11799,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11800,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11801,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11802,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11803,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11804,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11805,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11806,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11807,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Blade\'s Edge Mountains flame! ','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11808,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11809,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11810,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11811,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11812,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11813,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11814,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11815,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11816,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11817,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11818,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11819,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11820,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11821,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Nagrand flame! ','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11822,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11823,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11824,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11825,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11826,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11827,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11828,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11829,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11830,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11831,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11832,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11833,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11834,10958,0,22,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11835,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11836,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Silithus flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11837,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Stranglethorn Vale flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11838,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Tanaris flame! ','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11839,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Winterspring flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11840,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Arathi Highlands flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11841,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Ashenvale flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11842,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Badlands flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11843,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Blades Edge Mountains flame! ','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11844,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Burning Steppes flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11845,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Desolace flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11846,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11847,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Dustwallow Marsh flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11848,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11849,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Feralas flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11850,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11851,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Hellfire Peninsula flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11852,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11853,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Hillsbrad Foothills flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11854,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Nagrand flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11855,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11856,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Stonetalon Mountains flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11857,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Swamp of Sorrows flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11858,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Terokkar Forest flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11859,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Barrens flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11860,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Hinterlands flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11861,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Thousand Needles flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11862,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11863,10958,0,22,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Zangarmarsh flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11864,10958,3537,0,128,70,72,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Mission Statement','','','The demon has many names and each name has held special meaning at one time or another. While the details were sometimes insignificant, the end result was always the same: death.$B$BBut it is now, nearly fifty years after it all began, that the details will find the devil and lead to his downfall.$B$BThis time, we have him... There will be no escape for Nesingwary.$B$BNorthrend will be the battleground for our war. The hunter will become the hunted!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,1,1,15,0,0,0,0,0,0,0,1),(11865,10958,3537,0,128,70,72,0,0,0,0,0,0,0,0,0,0,11868,35127,1,'Unfit for Death','Just south of us the caribou used to roam freely, peacefully. Then Nesingwary showed up and everything changed. Now the caribou are in a perpetual state of frenzy, always in a panic. They are stalked by the hunters and trappers hidden in the field.$B$BNesingwary\'s executioners are unfit for death. They must feel the torture that they put the caribou through!$B$BTake this pile of fake furs and lay it upon their caribou traps to the south. Watch as the hunters are caught in their own deadly traps!','Zaza at the D.E.H.T.A. Encampment in the Borean Tundra wants you to use the Pile of Fake Furs to trap 8 Nesingwary Trappers.\n','You do the Earth Mother\'s work, $N, but do not revel in this victory for too long. We have discovered the hiding place of the trapper leader.','Feel no pity for them, $r.','','Nesingwary Trapper Trapped','','','',0,0,0,0,0,0,0,0,0,0,0,0,25835,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11864,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,1,0,5),(11866,10958,3537,0,136,70,72,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ears of Our Enemies','Whether they be treasure seekers or bloodthirsty hunters of the wastes, any being that supports Nesingwary and dares to strike at our beloved wildlife shall be considered an enemy of D.E.H.T.A.$B$BShould you slay these filthy Nesingwary sympathizers, bring me proof of their demise and you shall be rewarded with a blessing from the druids of D.E.H.T.A.\n','Arch Druid Lathorius at the D.E.H.T.A. Encampment in the Borean Tundra has said that he will reward you should you bring him 15 Nesingwary Lackey Ears.','These will hang around my neck. Let them hear our message and let these ears be the vessels that carry our truths!','Ears will do quite nicely...','','','','','',35188,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,46119,46119,0,0,0,0,0,0,0,121800,0,0,0,0,'',11864,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,1,5,15,0,0,0,0,0,1,0,0,5),(11867,10958,3537,0,128,70,72,0,0,0,0,0,0,0,0,0,0,0,0,0,'Can\'t Get Ear-nough...','Whether they be treasure seekers or bloodthirsty hunters of the wastes, any being that supports Nessingwary and does dare strike at our beloved wildlife shall be considered an enemy of D.E.H.T.A. Should you slay these filthy Nesingwary sympathizers, bring me proof of their demise and you shall be rewarded with a blessing from the druids of D.E.H.T.A.\n','Arch Druid Lathorius at the D.E.H.T.A. Outpost in the Borean Tundra has said that he will reward you should you bring him 15 Nesingwary Lackey Ears.','These will hang around my neck. Let them hear our message and let these ears be the vessels that carry our truths!','Whether they be treasure seekers or bloodthirsty hunters of the wastes, any being that supports Nesingwary and dares to strike at our beloved wildlife shall be considered an enemy of D.E.H.T.A.$B$BShould you slay these filthy Nesingwary sympathizers, bring me proof of their demise and you shall be rewarded with a blessing from the druids of D.E.H.T.A.','','','','','',35188,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,0,0,46119,46119,0,0,0,0,0,0,0,0,0,0,0,0,'',11866,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,5,15,0,0,0,0,0,1,0,0,0),(11868,10958,3537,0,136,70,72,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Culler Cometh','Near the southern end of this bluff is where you will find the treacherous leader of the caribou trappers. She is a savage like no other, making a mockery out of the carcasses of the slain animals: drinking from their blood and howling to the moons!$B$BFind this murderer, Karen, and end her worthless existence.$B$BPrepare yourself properly, $N. Karen the Culler has indulged in the riches that Nesingwary has lavished upon her! She will be well armed and guarded by lackeys.','Zaza at the D.E.H.T.A. Encampment in the Borean Tundra wants you to kill Karen the Culler.','Perhaps her death will serve as an example to others that dare slay animals for sport and riches.','Nature demands justice!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25803,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,36939,37002,36998,37004,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11865,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,5,0,5),(11869,10958,3537,0,136,70,72,0,0,0,0,0,0,0,0,0,0,11870,0,0,'Happy as a Clam','To the west of us you will find Lake Kum\'uya. It is, as far as we know, the only freshwater giant clam habitat in the world.$B$BOf course Nesingwary\'s lackeys are now using the lake as a giant pearl farm. They must be stopped! A lesson must be taught to those that would think to endanger an entire species.$B$BGo to Lake Kum\'uya and locate the loot crazed divers. Slay them until the water runs red! Return to me when a proper example has been made!','Hierophant Cenius at the D.E.H.T.A. Encampment in the Borean Tundra wants you to kill 10 Loot Crazed Divers.','Now let us see how their nerve holds up when they see what became of their companions!','It is gruesome work that we do, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11864,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,3,1,1,5,0,0,0,0,0,0,1,0,5),(11870,10958,3537,0,136,70,72,0,0,0,0,0,0,0,0,0,0,11871,0,0,'The Abandoned Reach','We have just gotten word from Liandra that mercenaries hired by Nesingwary are moving goods off the beach and onto the main Nesingwary shipping vessel. No doubt they plan on making a fortune from their murderous trade!$B$BShe has asked that we send assistance to the Abandoned Reach, directly south of here on the beachfront of the Borean Tundra.$B$BMake haste, Liandra awaits you there!\n','Seek out Hierophant Liandra at the Abandoned Reach.','Cenius sent you? Well you\'re not a moment too soon!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',11869,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,1),(11871,10958,3537,0,136,70,72,0,0,0,0,0,0,0,0,0,0,11872,0,0,'Not On Our Watch','Strewn across this beach, amidst the flotsam and jetsam, are crates and sacks of animal parts. It would seem that Nesingwary is in cahoots with the Northsea Freebooters. Those dirty pirates are transporting the goods that Nesingwary\'s murderous lackeys gather offshore. No doubt they will end up in the homes and on the backs of wealthy, unscrupulous individuals across Azeroth.$B$BThis won\'t happen. Not on our watch. Bring me all shipments that you find upon this beach. They\'ll never have them!','Hierophant Liandra at the Abandoned Reach in the Borean Tundra wants you to recover 12 Shipments of Animal Parts.','A job well done, $N. Now we strike at the pirate leader!','We will give those animals a proper burial.','','','','','',35222,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11870,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11872,10958,3537,0,136,70,72,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Nefarious Clam Master...','It\'s despicable, really, to anoint one\'s self as the \"Clam Master,\" as if they hold mastery over the creatures of the sea. None may make such claims!$B$BThis \"Clam Master\" must be found and slain. He was last seen at the wreckage just off the coast of the Abandoned Reach. Find him and kill him.$B$BOnce this is done, return to Hierophant Cenius at the D.E.H.T.A. Encampment, north of here, and let her know that the mission was a success.','Slay Clam Master K and return to Hierophant Cenius at the D.E.H.T.A. Encampment.\n','Excellent work, $N. We are closing in on Nesingwary!','Do you bring me good news?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37017,37014,37018,37019,37016,37015,1,1,1,1,1,1,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11871,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,21,0,0,0,0,0,0,0,0,0,5),(11873,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Give Fizzcrank the News','Would you be willing to head back to the airstrip and let Fizzcrank know that I\'ll be along shortly to give my formal report? I\'ve got to deal with the wreckage of my flying machine, and then I\'ll be on my way.$B$BI\'ll be certain that Fizzcrank knows that he has you to thank for my survival and the recovery effort.$B$BI only wonder what the old man would\'ve done himself if he\'d been flying with us. I miss those days.','Make your way back to Fizzcrank Airstrip and speak with Fizzcrank Fullthrottle.','$B$BI should\'ve gone with them. We might\'ve been able to complete the mission without losing any pilots.$B$BTailspin is right, though, we have you to thank for what you\'ve been able to salvage. Your efforts may just make the difference in the fight against the Nerubians.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37275,37351,37443,37478,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11796,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,6),(11874,9036,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Upper Deck Promo - Rocket Mount','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11875,10958,3703,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gaining the Advantage','The troops of the Shattered Sun Offensive will need every advantage they can get to beat back the allies of Kil\'Jaeden. My colleagues in Stormwind have created oils which will strengthen the blades and armor of our troops.$B$BThe key ingredient, nether residue, pervades Outland -- if you know where to look. Any master herbalist, skinner, or miner who knows the signs can gather it while plying $g his:her; trade. Those herbs, ores, and beasts native to Outland may all bear the residue.','Bring 8 Nether Residue to Emissary Mordin in Shattrath City.','Thank you for your help, $n. No contribution to the war effort is too small. Our men are going to need every advantage they can get in this battle.','Have you any residue for me?','','','','','',35229,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18253,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',11550,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5),(11876,10958,3537,0,128,70,72,0,0,0,0,0,0,0,0,0,0,11878,35228,1,'Help Those That Cannot Help Themselves','They\'re majestic beasts, aren\'t they?$B$B$B$BWith each passing day their numbers diminish. Demons that call themselves hunters slay the beasts for sport and riches.$B$B$B$BIt\'s the whimpers that drive me to madness, $N. You can hear them, carried by the wind. The mammoth calves, trapped in the hunters\' vile traps, call out to us.$B$BTake this hammer and smash those traps. Free the calves!','Arch Druid Lathorius at the D.E.H.T.A. Encampment in the Borean Tundra wants you to use the D.E.H.T.A. Trap Smasher to free 8 Mammoth Calves.','$B$BThey never stood a chance. Now orphaned, they will surely die on their own.','They must be freed!','','Mammoth Calf Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,25850,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11864,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11877,10958,3523,0,4232,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunfury Attack Plans','As we press the offensive on Quel\'Danas, we\'ve discovered that Kael\'thas\' minions are planning a counterattack. By ordering the Sunfury blood elves, based in Netherstorm, to attack our operations in Outland, he hopes to draw troops and attention away from the Sunwell.$B$BWe must not allow this to happen, $N. Each and every blade is needed on the front lines.$B$BGo to Netherstorm and capture their attack plans. Any of the Sunfury blood elves up there could be in possession of the plans. Good luck, $N.','Lord Torvos in Shattrath wants you to capture the Sunfury Attack Plans.','$b$bYou\'ve done the offensive a great service, $n, but we should not rest. I wouldn\'t put it beyond our foes to plan more mischief in the future.','Have you returned with the plans?','','','','','',35231,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35232,0,0,0,1,0,0,0,1077,0,0,0,0,0,250,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',11550,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11878,10958,3537,0,262274,70,72,0,0,0,0,0,0,0,0,0,0,11879,0,0,'Khu\'nok Will Know','Although you have acted valiantly in freeing the trapped calves, many of them will still die. You see, without a caretaker, these calves must fend for themselves in the wild.$B$BBut there is a way! Hope yet remains!$B$BNorth of here in the mammoth fields, bordering the Scalding Pools, you will find Khu\'nok the Behemoth: a mammoth as wise as he is ancient. Take this mammoth orphan and present it to Khu\'nok. He will know what to do.','Take the Orphaned Mammoth Calf to Khu\'nok the Behemoth in the Borean Tundra.','$B$BYour name has been heard in the whistling winds, $N. You have done a great thing for my kin. For this we will consider you an ally. Alas, our torment cannot end without bloodshed and violence.$B$BThe price of peace for the mammoths will be the death of Kaw...','','Orphaned Mammoth Calf Delivered to Khu\'nok','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91500,4894,0,0,0,'',11876,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11879,10958,3537,0,128,70,72,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kaw the Mammoth Destroyer','You cannot defeat the being responsible for the slaughter of my kind by yourself. The mammoths of the tundra will help you!$B$BVenture forth to the plains and find a mammoth bull. He will allow you to mount him and control his movements and actions. Ride upon his back and find Kaw, north of here at Kaw\'s Roost. Together, you will be the instrument of Kaw\'s demise.$B$BDestroy Kaw\'s armies and take from Kaw his coveted war halberd. Return to Lathorius at the D.E.H.T.A. Encampment should you succeed.','Kill Kaw the Mammoth Destroyer and recover Kaw\'s War Halberd. Deliver Kaw\'s War Halberd to Arch Druid Lathorius at the D.E.H.T.A. Encampment in the Borean Tundra.','$B$BIs this what I think it is?$B$B$B$BSmashing! Outstanding! Another of Nesingwary\'s lackeys brought to justice!','What happened?','','','','','',35234,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37005,37007,37008,37009,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11878,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,1,4,0,0,0,0,0,6,0,0,6),(11880,10958,3518,0,4224,70,70,0,1101,0,0,0,0,0,0,0,0,0,35233,1,'The Multiphase Survey','I\'m sure that \'gnomish inventor\' is a crackpot. He was babbling about some dark distortions that have begun to appear in the Spirit Fields around Oshu\'gun in Nagrand.$B$BAccording to him, these, uh, multiphase... um, spectro-goggles will allow the wearer to see the distortions and take readings from them. He insisted that recording this data was fundamental to our campaign at the Sunwell. I think he\'s nuts, but I\'m under orders to investigate anything that might help. Would you mind taking some readings?','Harbinger Haronem in Shattrath City wants you to use the Multiphase Spectrographic Goggles to take 6 Multiphase Readings.','Thanks for your help. You don\'t know what it\'s like to have to deal with \"Doctor\" Wafflefry over there. In between his \"checkups\" on my progress, he\'s busy hawking some gadget or another derived from his military inventions.','Did you get those readings? That gnome will scream at me again if I don\'t get his precious data.','','Multiphase Readings Taken','','','',0,35233,0,0,0,0,0,1,0,0,0,0,25882,0,0,0,6,0,0,0,46281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,150,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4),(11881,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,35272,1,'Load\'er Up!','Have you seen the flying machines buzzing around? That\'s gnomish innovation at its finest.$B$BI\'ve long waited to get my hands on some of their technology and a perfect opportunity has presented itself. One of their recon wings crashed in the Scalding Pools, in the southwest part of the Geyser Fields.$B$BBlow this whistle near one of the crashed machines and my trusty mule, Jenny will answer. She\'ll follow you and carry the salvage, but you must keep her safe. She\'ll begin to drop the cargo if attacked.','Help Jenny make her way from the crash site to Fezzix Geartwist at Taunka\'le Village without losing all her cargo.','$B$BJenny\'s a little roughed up, but she\'ll be fine. As for the salvage, it\'s a bit more... piecemeal than I had hoped, but I should be able to find a use for it. You\'re not off the hook yet, though. We\'re going to rebuild this baby.','Don\'t fail! I\'m counting on you.','','Return Jenny to safety without losing cargo','','','',0,0,0,0,0,0,0,0,0,0,0,0,25969,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11882,10958,0,369,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Playing with Fire','Are you interested in learning some hot new skills?$b$bI don\'t know if you\'ll ever be able to match my own considerable skill, but you can probably pick up a trick or two if you\'re an attentive student. Speak to a Master Fire Eater at any Alliance capital. They should be able to help you.','Speak to a Master Fire Eater in any Alliance capital.','Well met. You\'ve come learn some new ways to handle fire?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11883,10958,0,369,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Dancing?','You wish the learn the art of fire dancing?$b$bWell, then. Speak to a Master Fire Dancer at any Horde capital. They should be able to help you.\n','Speak to a Master Fire Dancer in any Horde capital.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11884,10958,3537,0,136,70,72,1,0,0,0,0,0,0,0,0,0,0,0,0,'Ned, Lord of Rhinos...','West of here, on the high bluffs above Lake Kum\'uya, roams a despicable being known as Nedar. The self proclaimed \"Lord of Rhinos\" hunts the wastes for the injured or young - rhinos unable to defend themselves against Ned\'s cowardly attacks. To add insult to injury, Ned has raised a rhino of his own to become his mount and bodyguard.$B$BIt is a rare thing that D.E.H.T.A. would ever call for the death of an animal, but Ned\'s tainted rhino must be disposed of... Kill them both and return to me. ','Killinger the Den Watcher at the D.E.H.T.A. Encampment in the Borean Tundra wants you to kill Nedar, Lord of Rhinos and his companion, \"Lunchbox.\"','At least for now the rhinos will know peace. Thank you, $N.','Have you put them down?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25801,25968,0,0,1,1,0,0,0,0,0,0,0,0,0,0,37203,37406,37414,37520,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11864,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,1,0,6),(11885,10958,3679,0,136,70,70,1,0,0,762,225,0,0,0,0,0,0,0,0,'Adversarial Blood','The descendants held prisoner by the Skettis talonpriests are listed in this book: Gezzarak the Huntress, Karrog the crystal giant, the heretic known as Darkscreecher Akkarai and Vakkiz the Windrager. They will all need to be slain before Terokk returns to this world.$B$BYou will need the scrolls carried by the time-lost arakkoa to call them forth at the summoning circles in Skettis. These are powerful beings you will be facing; you would do well to bring friends.','Find the Skull Piles in the middle of the summoning circles of Skettis. Summon and defeat each of the descendants by using 10 Time-Lost Scrolls at the Skull Pile. Return to Hazzik at Blackwind Landing.','Excellent! Take this. I\'ve prepared this bundle with items symbolizing the foes you\'ve defeated. They will allow you to summon Terokk.$b$bBeware, $n. He is the most powerful arakkoa to ever exist. Do not underestimate him!','Have you completed your task, $n?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23161,23165,23163,23162,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32720,0,0,0,1,0,0,0,1031,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',11029,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6),(11886,10958,0,369,8,16,-1,0,0,0,0,0,0,0,0,0,0,11891,35828,1,'Unusual Activity','While celebration has its place, $c, some of us must look to graver matters.$b$bWhen the festival began, we received reports from Zoram Strand about a sharp increase in Twilight Cult activity. The origins of this holiday are steeped in the very powers those madmen revere; this cannot be coincidence. Go to the camp just south of the Blackfathom Deeps entrance, in the ruins, and see if the cultists will part with information - forcefully if need be. Use this beacon to summon a guide when you find it.','Go to the new Twilight Camp south of the Blackfathom Deeps entrance on the Zoram Strand of Ashenvale and retrieve Twilight Correspondence from the cultists, then call upon the Earthen Ring Guide using the Totemic Beacon.','This is worrisome, friend. It hints at a much larger plot beyond simple agitation of the local fire and water elements, and something here bears investigation...','What have you uncovered?','','','','','',35277,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11887,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,35276,1,'Emergency Supplies','Rifling through the dead gnome\'s possessions, you come across a small packet filled with rations, tools, and a handy roll of gnomish duct tape. The contents of these kits might prove helpful to Fezzix Geartwist when it comes time for him to reassemble the wreckage of the gnomish flying machines.$B$BBringing a few of these kits to Fezzix might just be worth a nice bonus.','Collect 7 Gnomish Emergency Toolkits from the bodies of crashed Fizzcrank Recon Pilots and bring them to Fezzix Geartwist at Taunka\'le Village.','Gnomish tools? For me? These should make rebuilding that flying machine even easier than I expected.','What is it you have there?','','','','','',35276,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11888,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11890,0,0,'Ride to Taunka\'le Village','$R, the chieftain is making me wait... time that Taunka\'le does not have!$B$BThere has been talk of your prowess. Rather than wait for Garrosh to send help, I ask you to go and help my people.$B$BTaunka\'le village lies far to the northeast. Follow the road east out of the hold, turning north at the intersection. Not long after, you will come to another intersection. Follow the path east, passing south and then east of the great pools along the flood plains.$B$BSpeak with Sage Earth and Sky when you arrive.','Speak with Sage Earth and Sky at Taunka\'le Village.','It does not surprise me that the $r chieftain does not have time to hear of our troubles. The ambassador\'s efforts will likely be like so much mist blowing in the wind.$B$BBut you are here now. We shall see if he chose well in sending you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11598,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11889,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11897,35278,1,'Death From Above','We\'re doing a good job of holding the front lines against these bugs. Some of these cheeky fiends, however, can fly over the aforementioned front lines and are really beating down on our inner defenses.$B$BI\'ve requisitioned reinforced fishing nets from our civilian ships. If you\'ve got a good enough throwing arm, they\'ll help you knock the enemy out of the sky. Thin their numbers so that our defenses can hold the keep.','Sergeant Hammerhill wants you to use the Reinforced Net to help you slay 6 Scourged Flamespitters outside of Valiance Keep.','We\'ll beat them if they come by land and we\'ll beat them if they come by air. If these motherless undead come by sea we\'re going to give them the beating of their lives.','You\'re back. Good news, hopefully? ','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25582,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11797,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11890,10958,3537,0,140,68,71,0,690,0,0,0,0,0,0,0,0,11895,0,0,'What Are They Up To?','The gnomes have run into some trouble in the pools to the west. It serves them right as they have been fouling up the land with their so-called inventions.$B$BI want you to go out to their pumping station and observe what has befallen them. Return to me after.','Investigate the area surrounding the Fizzcrank Pumping Station. Then, return to Sage Earth and Sky at Taunka\'le Village.','Troubling news indeed.$B$BMy people are leaving this place soon. We are going to break through the Scourge lines to get to our capital, Icemist, in the Dragonblight.$B$BBut, before we do that, we must deal with what the gnomes in their insanity have wrought.','What did you find out, $r?','Fizzcrank Pumping Station environs inspected.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,4899,0,0,0,'',11888,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11891,10958,0,369,2,16,-1,0,0,0,0,0,0,0,0,0,0,12012,35237,1,'An Innocent Disguise','According to this, it seems there is another encampment of the cultists to the northwest of the large gathering on the Zoram Strand, and they are speaking with... guests?$b$bMuch could be learned from listening to these proceedings, $r. Take this orb; it will allow you to appear as one of the native crawlers on the beach. Spy on the conversation with these \"guests\" of the cultists at the northwestern camp and report back to me when you are successful.','Use the Orb of the Crawler to spy upon the new Twilight camp to the west of the Blackfathom Deeps entrance on the Zoram Strand in Ashenvale, then summon the Earthen Ring Guide using the Totemic Beacon.','They seek to summon a frost lord into our world? No! They cannot tip the balance!','Have you learned their secrets?','Listen to the plan of the Twilight Cultists','','','','',35237,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',11886,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11892,10958,3537,0,128,70,72,1,0,0,0,0,0,0,0,0,0,0,35293,1,'The Assassination of Harold Lane','You have done much for the animals of the Borean Tundra, $N. Nesingwary\'s lackeys have been beaten back and taught a lesson that they will not soon forget.$B$BHarold Lane, the primary agent responsible for the mass slaughters in Nagrand, has been identified as the man in charge of Nesingwary operations in the tundra. He is stationed at Lake Kum\'uya, west of here.$B$B$B$BFind Lane and kill him. Use this horn should you require our aid.\n','Arch Druid Lathorius at the D.E.H.T.A. Outpost in the Borean Tundra wants you to kill Harold Lane.','Alas, Nesingwary is gone. Perhaps he was never here to begin with...$B$B$B$BThe demon is a slippery one, but his days are numbered. We will find him and when we do...','Is the Borean Butcher slain?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25804,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,38252,38251,38250,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182700,0,0,0,0,'',11872,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,1,1,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,7),(11893,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,35281,1,'The Power of the Elements','I kept trying to tell that silly goblin his machines are unreliable.$B$BBut the power of the elements; that is deep and abiding. When my apprenticeship is over, I will wield their full power. What I know now should be sufficient to help out our friend Fezzix, though.$B$BTake this windsoul totem and plant it near any of the steam ragers to the west of the village. The totem will gather up the energies of slain elementals. Return the fully charged totem to me and I\'ll do the rest.','Dorain Frosthoof at Taunka\'le Village wants you to use the Windsoul Totem to gather the energy of 10 Steam Ragers.','$B$BGood. This should be sufficient to show Fezzix exactly what I\'ve been trying to tell him.','Have you charged the totem?','','Energy collected','','','',0,0,0,0,0,0,0,0,0,0,0,0,25987,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11881,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11894,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Patching Up','Remember all that gnomish duct tape you brought me?$B$BWell, I\'ve found a use for it. The body of this flying machine is so banged up in places, that I\'m going to need to reinforce it if I ever hope to fly.$B$BDorain over there has been telling me that the taunka use steam cured caribou leather for making watertight containers. Marsh caribou live all around the village and in the Flood Plains to the south. Get the best hides you can find and cure them over the steam vents in the Geyser Fields.','Fezzix Geartwist at Taunka\'le Village wants you to bring him 5 Steam Cured Hides.','Fantastic! A few more tweaks and I\'ll be an airborne goblin!','Did you get that cured caribou hide for me?','','','','','',35289,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37272,37388,37428,37526,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11893,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11895,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,11896,0,0,'Master the Storm','From what you describe, the creatures of metal should be easy to deal with. But first, you must master the storm.$B$BBehind me in the lodge is a totem. When you are ready, focus your will upon it and the storm will come. You must defeat the storm and in so doing take its essence into yourself.$B$BIf others are there, it is enough that you all work together to defeat it. Return to me after, $c.','Defeat the Storm Tempest and then return to Sage Earth and Sky at Taunka\'le Village.','I feel the power of the storm coursing through you!$B$BYou are ready, $N. Let us begin.','Have you mastered the storm yet?','','Storm mastered','','','',0,0,0,0,0,0,0,0,0,0,0,0,26045,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11890,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11896,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,11907,35352,1,'Weakness to Lightning','You now have the power of the storm within you. I will give you the means to focus that power and weaken the robots in the pools.$B$BTake this lightning rod. Use it against the robotic creations of the mechagnomes you find within the greater pools area to the west. Do not worry about using it against the mechagnomes themselves; Greatmother Taiga has other plans for them.$B$BOnce the robots are weakened by the power of the storm, dismantle them utterly!','While weakened by the Power of the Storm, destroy any 15 of the robotic units, except the mechagnomes, in the greater pools area surrounding the Fizzcrank Pumping Station.$B$BAfterward, return to Sage Earth and Sky at Taunka\'le Village.','With their robotic minions dealt with, it is time for us to move on to bigger prey. Unfortunately, even now I feel the power of the storm waning from within you.$B$BNevertheless, it served its purpose, and I think that you\'re more than capable of taking the next step without it.','Have you unleashed the power of the storm upon those unnatural creations?','','Robots weakened and destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,26082,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,46550,0,0,0,0,0,0,0,120600,0,0,0,0,'',11895,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11897,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,35704,1,'Plug the Sinkholes','The Scourge are showing no sign of letting up, $N. It\'s those blasted sinkholes; they connect to tunnels all the way to Icecrown for all we know. Giant undead worms burrow under the ground to create them.$B$BIf there\'s something years of mining has taught me it\'s that without support beams, tunnels will cave in easily after an explosion.$B$BTake these explosives and place them at the entrance to the sinkholes up on the ridge beyond the beach to the west. Come back after you\'ve collapsed them.','Sergeant Hammerhill wants you to use the Incendiary Explosives to collapse the sinkholes southwest and northwest of Valiance Keep.','Excellent work, $N. Without you, Valiance Keep might\'ve not held against the attackers. Thanks to your help we\'ll live to fight another day.','Did you succeed, $N? We need to slow down the Scourge or Valiance Keep will be overrun.','','Explosives set at southern sinkhole','Explosives set at northern sinkhole','','',0,0,0,0,0,0,0,0,0,0,0,0,26249,26248,0,0,1,1,0,0,46797,46797,0,0,0,0,0,0,36884,36885,36886,36887,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11889,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11898,10958,3537,0,136,68,71,1,690,0,0,0,0,0,0,0,0,0,0,0,'Breaking Through','On the lowest tier of the Temple City, there is a gray altar bathed in light. Step into it to gain entry to the dread necropolis Naxxanar.$B$BBe cautious, $N. Prince Valanar will certainly be defended by his personal retainers, who will give their lives to keep you from ascending to the top level of the necropolis.$B$BYou must find your way through the necropolis to the prince\'s seat. If you fail to defeat him, $N, I fear my people will never know the safety Icemist offers.','Defeat Prince Valanar and his lieutenants, Vanthryn the Merciless and Luthion the Vile, then report to Chieftain Wintergale at Taunka\'le Village.','With the prince defeated, the Scourge presence in Borean Tundra is broken. I have no illusions that they will stay away for long, which is why I must focus on preparing Durm to lead the villagers on their way to Icemist.$B$B$B$BFor all the disagreements I\'ve had with Durm, I trust his judgment and his abilities. I cannot bring myself to abandon Taunka\'le, so I will defend it until I am slain.','Have you defeated Prince Valanar?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25601,27860,27859,0,1,1,1,0,0,0,0,0,0,0,0,0,38232,38230,38231,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11640,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11899,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,35401,1,'Souls of the Decursed','The mechagnomes in the pools to the west are a great mystery to us. They appeared not long after the gnomes disappeared from their pumping station and its environs.$B$BThey are an unnatural danger and must be dealt with.$B$BTake this soulcatcher and use it on the remains of the mechagnomes to capture their souls. When you return, we will set them free so that we might find out what happened.','Use The Greatmother\'s Soulcatcher to capture the souls of 10 Fizzcrank mechagnomes. Then, return to Greatmother Taiga at Taunka\'le Village once you have done so.','Now we must free the souls that you have captured.','How fares your progress?','','Gnome soul captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,26096,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11900,10958,4024,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11905,0,0,'Reading the Meters','I had hoped that the Nexus\' impact was limited to this region. Recently though, reports have flooded in from all over Azeroth suggesting that geologic instability is growing exponentially!$b$bI need the Nexus monitored regularly as I work to develop a solution.$b$bI\'ve placed sensitive instruments around Coldarra, disguised as Malygos\' scrying orbs. One lies in the trench near the Nexus, and three are hidden in the structures around the valley\'s perimeter. Visit each and return to me with their readings.','Archmage Berinand at the Transitus Shield has asked you to collect the readings from his instruments in Coldarra.','This is worse than I expected.$b$bMalygos is channeling too much power to this place. If he\'s not stopped, Azeroth will be the next Outlands!$b$bFortunately, I believe that I\'ve engineered a temporary solution....','Have you read all of my instruments, $c?','','Nexus Geological Reading','Southern Coldarra Reading','Northern Coldarra Reading','Western Coldarra Reading',0,0,0,0,0,0,0,0,0,0,0,0,-188100,-188101,-188102,-188103,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,1000,0,0,1,5,0,0,0,0,0,0,0,0,0,0,5),(11901,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11902,0,0,'Military? What Military?','There\'s Scourge everywhere, $c. We\'ve organized the farmers and miners into a militia, but this just won\'t cut it.$B$BThe one detachment of troops that Valiance Keep sent is defending the mine. We haven\'t heard from them in days!$B$BIf you really wish to help us, why don\'t you go to the mine and see what\'s going on? Maybe we can get them to send us some reinforcements.','Gerald Green in Farshire wants you to go into the mine to the north and find out what happened to the military detachment that was sent there.','Your stomach feels uneasy as you approach the grain. The smell is nearly unbearable.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11928,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11902,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11903,0,0,'Pernicious Evidence','The sacks of grain emanate the foul stench you\'ve come to associate with the Plague. This probably explains what happened to the footmen defending the mine.$B$BYou\'d best bring word back to Gerald Green.','Return to Gerald Green in Farshire.','Those poor lads... they never had a chance!$B$BThis sure sounds like an inside job. Probably a Cult of the Damned infiltrator. Curse those madmen!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11901,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11903,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11904,0,0,'It\'s Time for Action','Well, $N. With the last of our military in Farshire dead or worse, we can do but one thing: fight these Scourge ourselves.$B$BWe have deployed militia in what remains of Farshire. Without your help, they\'ve but little hope of winning. Go and lend them a hand. Me and the lads will watch this path. We can\'t let the Scourge break through!','Gerald Green in Farshire wants you to kill 14 Plagued Scavengers.','You\'ve communicated with the Scourge in the only language they understand: violence and death. Unfortunately they just keep coming!','You giving those ghouls a good beating, I hope?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25650,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,37208,37402,37543,37484,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11902,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11904,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11962,0,0,'Fruits of Our Labor','The Scourge just keeps coming... but we can\'t give up! Listen, $N. Inside that mine there\'s a cart with the last of the ore the Alliance is going to see on this side of the continent for a long time.$B$BThe problem is the cart release is locked. When the military went in there, Captain Jacobs commandeered all the important equipment, including the cart release key.$B$BThe plague that affected the soldiers in the mine must also have affected Jacobs. Get the key from him and salvage the ore.','Go to the mine in Farshire, obtain the Cart Release Key from Captain Jacobs and use it to release the ore cart. Return to Gerald Green in Farshire when you\'ve completed this task.','I thank you, $N. This ore will be of vital importance to the Alliance in the times to come. I\'d like to think we\'ve made a difference today.','The ore, $N, is it safe?','','Ore Cart released','','','',0,0,0,0,0,0,0,0,0,0,0,0,-188104,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11903,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11905,10958,4265,0,128,69,71,81,0,0,0,0,0,0,0,0,0,0,35479,1,'Postponing the Inevitable','I\'ve determined the cause of the instability!$b$bAzeroth\'s ley lines are being redirected to the Nexus. It\'s fascinating! If only I could spend the remainder of my days studying this anomaly....$b$bSadly, I must focus on the immediate crisis. The influx of arcane energies is tearing a rift between dimensions.$b$bDeep inside the Nexus, the fabric of our universe is being weakened. I cannot stop it, but I\'ve discovered a way to slow it down.$b$bTake this into the Nexus and activate it near the forming rift.','Archmage Berinand in the Transitus Shield wants you to use the Interdimensional Refabricator near the rift in the Nexus.','Excellent work, $N. The tremors have already begun to subside.$B$BWith any luck, your efforts have granted us sufficient time to find a way to thwart Malygos\' efforts.','Have you been to the rift in the Nexus?','','Interdimensional Rift Stalled','','','',35479,0,0,0,0,0,1,0,0,0,0,0,26105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,42758,42761,42763,42765,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,350,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',11900,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,5,1,0,0,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(11906,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Cleaning Up the Pools','$B$BI have heard that you are heading back into the pools to the west. I have something for you to do while you are out there, $r.$B$BThe gnomes, who care nothing for the land, have polluted it with their machinery. I want you to pick up any spare parts that you come across.$B$BReturn them to me here. I will see to it that they are properly disposed of before we leave this place for good.','Collect 15 Fizzcrank Spare Parts and deliver them to Iron Eyes at Taunka\'le Village.','It is the taunka way to leave the land pristine before we move on.$B$BWe will be traveling to our capital, Icemist, very soon. You have helped by allowing us to depart that much more quickly.$B$BThank you.','If we do not take care of the land, she will not suffer us to live for long.','','','','','',34972,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37275,37351,37443,37478,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11907,10958,3537,0,136,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Sub-Chieftains','It is known that Gearmaster Mechazod has four sub-chieftains that manage the robots in the pools.$B$BWe must put an end to them!$B$BOur longrunners and snow trackers say that if you were to turn the valves at the west point, north point, mid point and south point stations, each of his sub-chieftains would come quickly to prevent you from fouling their operations.$B$BThe stations are centered on the spinning lights in the pools surrounding the pumping station.$B$BHurry, $N!','Defeat Twonky, ED-210, Max Blasto, and The Grinder, and then report back to Sage Earth and Sky at Taunka\'le Village.','Thank you, $N.$B$BWith these odd creatures destroyed, dealing with the rest of the pools should now be a simple matter.$B$BWe owe you a debt of gratitude.','Are the sub-chieftains dealt with?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25830,25831,25832,25833,1,1,1,1,0,0,0,0,0,0,0,0,37054,37231,37073,37072,37357,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,150900,0,0,0,0,'',11896,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11908,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,12035,0,0,'Reference Material','I was in charge of the harvest golems - an important job until the Scourge destroyed most of our farmlands. I\'ve an idea that would make the golems useful again, however.$B$BI think I can rewire the harvest collectors so they\'ll give us a hand fighting the Scourge.$B$BI\'m not an expert at this just yet, so I\'m going to need my manual. The problem is, I left it at the workshop... which happens to be that burning building next to the mine. Think you could go salvage it?','Jeremiah Hawning wants you to retrieve the book \"Fields, Factories and Workshops\" from the burning building next to the mine in Farshire.','Excellent! The information I need should be in here.','Did you get my book back?','','','','','',35481,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,150,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,90600,0,0,0,0,'',11901,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11909,10958,3537,0,136,68,72,0,690,0,0,0,0,0,0,0,0,0,0,0,'Defeat the Gearmaster','Clearly this Gearmaster Mechazod creature is not in his right mind. If his offer of a cure and immortality means all of us becoming robotic slaves then he must be stopped!$B$BThe winds that guide me whisper that he\'s atop the pumping station out in the middle of the pools to the west.$B$BMost likely, he\'ll be found in the command hut on top of the structure. Go inside and research his works.$B$B$N, you must confront Mechazod if we are to survive!','Research the Gearmaster\'s Manual and return Mechazod\'s Head to Greatmother Taiga at Taunka\'le Village.','$B$BIt is done then... you have saved us! If you hadn\'t stopped him here, then who knows how far this mistake of the gnomes would have spread?$B$BWith the threats from the blue dragons and the Nexus War, not to mention the Lich King, the last thing we need is a mad creation of the Titans running loose!$B$BThank you, $N.','Is it over then? Has the threat of Gearmaster Mechazod been eliminated?','','The Gearmaster\'s Manual researched','','','',0,35486,0,0,0,0,0,1,0,0,0,0,27995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37122,37537,37522,37547,37535,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,350,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,152400,0,0,0,0,'',11899,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(11910,10958,4024,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11911,0,0,'Secrets of the Ancients','It\'s become clear that the instability in the region has had an effect on its indigenous creatures.$b$bI\'ve taken a particular interest in the Glacial Ancients and their recent adaptations. I suspect that their transformation into these \'Magic-bound\' Ancients may hold clues to our predicament here.$b$bFor my studies, I\'ll need samples from both. Do hurry....','Archmage Berinand in the Transitus Shield wants you to collect 3 Glacial Splinters and 3 Magic-Bound Splinters from the Ancients in Coldarra.','Yes, yes. These shall do nicely.$b$bThank you, $r.','Have you collected the samples I requested?','','','','','',35483,35484,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11911,10958,4265,0,136,69,71,81,0,0,0,0,0,0,0,0,0,0,0,0,'Quickening','Though we may be witnessing the end of our existence, I can\'t help but marvel. I\'ve learned more in my short time here than in decades of studies.$b$bThese Ancients are being exposed to incredible levels of arcane energy. It\'s literally transforming them into something... different.$b$bI\'m confident that there\'s another stage in their metamorphosis. I\'ll need you to actually enter the Nexus, $n, and find me some evidence of their final state.$b$bDo be careful....','Archmage Berinand in the Transitus Shield wants you to enter the Nexus and collect 5 Arcane Splinters from Crystalline Protectors.','Fascinating!$B$BAnd they\'re aggressive too, you say. That would suggest that some intelligence is behind this manipulation. It may not be natural at all....$B$BPlease, $N, accept this as a token of our gratitude for your efforts. Dalaran will hear of your service.','The Crystalline Ancients... Do they exist?','','','','','',35490,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42760,42762,42766,42767,42768,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',11910,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,8),(11912,10958,4024,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11914,0,0,'Nuts for Berries','Oh! What a relief it is to see a fresh face. I was beginning to feel we had been forsaken.$b$bOur supply lines were cut off days ago, and things have been looking - well, bleak. To be honest, this was a suicide mission to begin with if you ask me.$b$bMaybe I\'m simply not cut out for all of this violence - to say nothing of the bitter cold! I\'d much rather be back in Dalaran studying ancient texts.$b$bTo the point, our food supply is nearly spent. Please, gather what you can and bring it to me.','Librarian Serrah in the Transitus Shield wants you to gather 10 Frostberries from the Frostberry Bushes in Coldarra.','Well, it\'s not much, but it should keep us alive for another day.$b$bI believe you\'ll find this to be a fair price for your efforts.','Have you been able to find any food?','','','','','',35492,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11913,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,35491,1,'Take No Chances','I heard what you told Gerald and I don\'t like it one bit. If cultists managed to poison the grain in the mines with their foul plague, they could\'ve easily done the same with the grain outside.$B$BWe don\'t have time to sort the good grain from the bad. We must act quickly and burn it all.$B$BTake this torch and set fire to any sacks of grain you find out here. It would be a tragedy if we survived this attack only to succumb to the plague afterwards.','Wendy Darren wants you to use Wendy\'s Torch to burn 8 sacks of Farshire Grain.','I thank you, $N. I would hate to see survivors of the attack on Farshire stumble upon plagued grain.','Have you done what I asked of you, $N? ','','Farshire Grain burnt','','','',0,0,0,0,0,0,0,0,0,0,0,0,26161,0,0,0,8,0,0,0,46574,0,0,0,0,0,0,0,37205,37404,37524,37481,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11902,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11914,10958,4024,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keep the Secret Safe','Our existence here depends entirely upon staying hidden. Should the shield fail, even for a moment, Malygos\' minions would have us.$b$bOne of my responsibilities is to rejuvenate the warmages\' mana levels so their focus doesn\'t falter. With our supply lines lost, I\'ve been forced to improvise.$b$bI could use your help, $n.$b$bVery near the Nexus, Arcane Serpents feast on the abundant magical energies. Once defeated, they will yield a mana essence that I can make use of.','Librarian Serrah in the Transitus Shield needs you to kill Arcane Serpents near the Nexus and collect 5 Nexus Mana Essences from them.','Your service to Dalaran will not go unnoticed, $r.$b$bI hope you find this payment sufficient.','Do you have the mana essences I asked for?','','','','','',35493,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37434,37383,37512,37559,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11912,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(11915,10958,0,369,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Playing with Fire','Are you interested in learning some hot new skills?$b$bI don\'t know if you\'ll ever be able to match my own considerable skill, but you can probably pick up a trick or two if you\'re an attentive student. Speak to a Master Flame Eater at any Horde capital. They should be able to help you.','Speak to a Master Flame Eater in any Horde capital.','Greetings. You\'ve come learn some new ways to handle fire?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,1),(11916,10958,3537,0,128,68,71,0,690,0,0,0,0,0,0,0,0,0,0,0,'Hellscream\'s Champion','You have faced all challenges that have been set before you and squashed them beneath your boot heel. It is because of you, $N, that the Horde is now firmly entrenched in Northrend.$B$BBut our work has only just begun. We must march to Icecrown and we must tear down its walls!$B$BYour next assignment begins to the east, at Taunka\'le Village. Our taunka allies are in dire straits and require aid. Secure transport from the stable master, Durkot Wolfbrother, and seek out Chieftain Wintergale at Taunka\'le.','Seek out Chieftain Wintergale at Taunka\'le Village.','I fear that you may be too late, champion. Many of my brothers and sisters have already abandoned Taunka\'le, seeking shelter in the Dragonblight, far to the east.$B$BThere is much work left to be done here and few willing to lend us their strength...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38238,38237,38240,38241,38242,38239,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180900,0,0,0,0,'11652 11705 11722',11722,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(11917,10958,0,369,4104,16,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striking Back','We must act to preserve the balance! Time is against us.$b$bReturn to the camp on the Zoram Strand with the large ice stones. They use them to communicate with the elementals, as they do in Silithus. Much as I am loath to do this, the spirits will understand - you must summon one of this Ahune\'s lieutenants and destroy it. Perhaps this forestalling action will be enough...','Slay the Frostwave Lieutenant summoned from the Ice Stone located on Zoram Strand in Ashenvale, then return to the Earthen Ring Elder in a capital city.','You have done well. It may seem a small act, but even this can aid the fight as a whole. Take this with my blessing, and return later, as I may have more for you to do.','You have returned victorious?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26116,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11918,10958,4024,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11936,0,0,'Basic Training','This is war, mortal, and we are the tip of the spear.$b$bYour little spats over land or currency pale in comparison to this conflict. We face the aspect Malygos and his entire blue dragonflight. All you need to know is that if he is victorious, this world shall be no more.$b$bWe are but few here, and we fly against many. Our deaths are all but a certainty, and our ultimate success lies in merely delaying our enemy.$b$bGo now. Busy yourself while I decide what to do with you.','Raelorasz at the Transitus Shield wants you to slay 10 Coldarra Spellweavers.','Alright, $c, now that you\'ve become familiar with the enemy it\'s time for you to get to work.','Have you acquainted yourself with our enemy, $c?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25722,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,500,500,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11919,10958,4024,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11931,35506,1,'Drake Hunt','The blues have begun to cover their drakes in mysterious runes. I must discover their significance.$b$b$b$bTake this and use it on one of them. Wait for it to become subdued, then bring it here to me before it expires.$b$bTheir hatchlings feed around the northwest edge of the valley.','Raelorasz wants you to use Raelorasz\'s Spear to subdue a Nexus Drake Hatchling and return it to him at the Transitus Shield.','The fate of these young drakes need not burden your conscience, $r. Malygos alone is accountable for this.$b$bI am working ceaselessly to discover the secrets of these runes. We shall take no more lives than we must.','Have you managed to capture one of the Nexus Drakes?','','Captured Nexus Drake','','','',0,0,0,0,0,0,0,0,0,0,0,0,26175,0,0,0,1,0,0,0,46607,0,0,0,0,0,0,0,37226,37382,37435,37513,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11936,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,500,500,0,2,1,1,0,0,0,1000,0,0,0,0,0,5),(11920,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Cultists Among Us','This altar bears all the markings of the Cult of the Damned. It appears fanatics from the mainland have made it into Northrend. It might be prudent to notify the captain of the ship.$B$BPerhaps he is to be found above deck.','Speak to Captain \"Lefty\" Lugsail above the Stormbreaker in Valiance Keep.','Cultists? Below deck? I ought to have my whole crew flogged!$B$BListen... why don\'t we have Admiral Cantlebree take care of this... situation?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11789,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11921,10958,0,369,4098,1,-1,0,1101,0,0,0,0,0,90000,0,0,0,34862,1,'More Torch Tossing','Hello, fire juggler! Are you having fun and making fiery mayhem? That\'s what I like to hear! Now, do you think you\'re an expert at torch tossing? Then I have a test for you...$B$BYou know the rules: toss torches at the marked braziers. This time, however, you have a little more time and a LOT more braziers to hit.$B$BReady?','Win the torch tossing game, then speak with the Master Fire Eater.','Well done! You\'ll be a fire juggler faster than the fuse on a ground flower! Now gird yourself! The next test is when things really heat up...','Quick! There\'s no time to waste!','Hit 20 braziers.','Braziers Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',11731,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11922,10958,0,369,2,1,-1,0,690,0,0,0,0,0,45000,0,0,11923,34862,1,'Torch Tossing','So you want to be a fire juggler? Do you have what it takes? The dexterity? The reflexes? ...the courage? If you think so, then let\'s give you a little practice!$B$BTake these torches and run near the bonfire. You\'ll see braziers with markers flashing above them. Toss a torch at a marked brazier. Be quick! Do it before the mark fades if you want credit for the toss!$B$BHit enough marked braziers before the time limit, then come back here... for your next lession.','Win the torch tossing game, then speak with the Master Flame Eater.','Well done! You\'ll be a fire juggler faster than the fuse on a ground flower! Now gird yourself! The next test is when things really heat up...','Quick! There\'s no time to waste!','Hit 8 braziers.','Braziers Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',11915,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11923,10958,0,369,2,1,-1,0,690,0,0,0,0,0,0,0,0,0,34833,1,'Torch Catching','Now that you can throw a torch, let\'s see if you can catch one!$B$BTake this stack of unlit torches. Go to the bonfire and throw a torch high into the air. Catch it before it hits the ground... then throw it back up! Catch four in a row, then come back to me.$B$BCareful! They\'re dangerous if they hit the ground! And don\'t miss any catches! If you do then you\'ll have to go back to the bonfire and start over. Good luck!','Catch 4 torches in a row, then speak with the Master Flame Eater.','Torch catching is a lot of fun, don\'t you think? But have care! You don\'t want to get singed!','Torch catching is a lot of fun, don\'t you think? But have care! You don\'t want to get singed!','Catch 4 torches in a row.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34599,23247,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',11922,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11924,10958,0,369,4098,1,-1,0,1101,0,0,0,0,0,0,0,0,0,34833,1,'More Torch Catching','Torch catching sure keeps you on your toes. Think you can keep it up for a long time?$B$BLet\'s see...','Catch 10 torches in a row, then speak with the Master Fire Eater.','Torch catching is a lot of fun, don\'t you think? But have care! You don\'t want to get singed!','','Catch 10 torches in a row.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',11657,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11925,10958,0,369,4098,1,-1,0,690,0,0,0,0,0,0,0,0,0,34833,1,'More Torch Catching','Torch catching sure keeps you on your toes. Think you can keep it up for a long time?$B$BLet\'s see...','Catch 10 torches in a row, then speak with the Master Flame Eater.','Torch catching is a lot of fun, don\'t you think? But have care! You don\'t want to get singed!','','Catch 10 torches in a row.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',11923,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11926,10958,0,369,4098,1,-1,0,690,0,0,0,0,0,90000,0,0,0,34862,1,'More Torch Tossing','Hello, fire juggler! Are you having fun and making fiery mayhem? That\'s what I like to hear! Now, do you think you\'re an expert at torch tossing? Then I have a test for you...$B$BYou know the rules: toss torches at the marked braziers. This time, however, you have a little more time and a LOT more braziers to hit.$B$BReady?','Win the torch tossing game, then speak with the Master Flame Eater.','Well done! You\'ll be a fire juggler faster than the fuse on a ground flower! Now gird yourself! The next test is when things really heat up...','Quick! There\'s no time to waste!','Hit 20 braziers.','Braziers Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',11922,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11927,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11599,0,0,'Word on the Street','Hey, $N. There\'s a girl in the inn that\'s asking about you. Her name\'s Leryssa.$B$BI don\'t think she knows you, but she said she needed your help. She sounded really desperate.','Find Leryssa at the inn in Valiance Keep','Thank you for coming to see me. I didn\'t know who else to contact.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11897,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11928,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11901,0,0,'Farshire','My lads should be able to take it from here, $N. Valiance Keep is built to take a beating far worse than this. I worry about our farmlands and mine in Farshire, however.$B$BWe sent a full detachment to protect our mining operations right before the invasion - they should be able to defend the civilians.$B$BGerald Green\'s in charge of the villagers there. There\'s a passage out of the northern wall out of Valiance Keep; it\'ll take you straight to him. See what you can do to help them.','Travel to Farshire in Borean Tundra and speak to Gerald Green.','You\'re here to help? You\'re just in time then!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11897,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11929,10958,3537,0,136,71,72,0,690,0,0,0,0,0,0,0,0,11930,0,0,'The Fall of Taunka\'le Village','We are lost, $N. This place has been our home for many generations, but it is no longer safe. There remains only death... Death and a memory of what used to be.$B$BI have called for the evacuation of Taunka\'le. All remaining taunka must leave at once and make their way to our capital city, Icemist, located in the Dragonblight.$B$B$B$BYou must help get my people to safety, $N. Mother Tauranook awaits you at the village gates. Hurry! The Scourge closes in from all sides!','Speak to Mother Tauranook outside the gates of Taunka\'le Village.','$B$BThere was once a time when I could walk across this tundra and the snow would fill my view for as far as I could see.$B$BBut the snow has left us - signaling that our time here has come to an end. We leave behind Taunka\'le Village and the Borean Tundra with many happy memories...$B$B$B$BPerhaps the future will welcome our return - along with the snow.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,1085,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',11898,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11930,10958,3537,0,130,71,72,0,690,0,0,0,0,0,0,0,0,11977,0,0,'Across Transborea','The path across Transborea, to the east, is the only way to reach the Dragonblight. Many perils await you as you make your journey across the tundra. Beware the Scourge and its influence upon the beasts of the land. Rumors have started to spread about our very own taunka brothers and sisters rising from the dead and attacking caravans on their way to the Dragonblight! Defend your caravan and get the evacuees to safety!$B$BWartook Iceborn waits for you across the bridge leading into the Dragonblight.','Escort the Taunka\'le Evacuees across Transborea to Wartook Iceborn on the border of the Dragonblight.\n','$B$BIcemist is no more...','','Secure Passage to Dragonblight','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,1085,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11929,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11931,10958,4024,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cracking the Code','I sense a distinct peculiarity in the drakes here but the meaning of the runes that cover their bodies still eludes me.$b$bWithout a codex, it will take more time than we can afford for me to interpret them.$b$bNot far from here is a Kirin Tor traitor, Caleras, who is likely to have a copy of the tome I require. His underlings hold the runes I will need for my translation.$b$bHurry, mortal. Malygos gains strength with every passing moment.','Raelorasz at the Transitus Shield wants you to get the Azure Codex from Inquisitor Caleras and collect 3 Shimmering Runes from his Coldarra Spellbinders.','You have done well, $r.$b$bLet us hope for a clue that we can use against Malygos.','Hurry, mortal.$b$bMalygos gains strength with every passing moment.','','','','','',35629,35628,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11919,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11932,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,12086,0,0,'Cowards and Fools','Listen, $N. No offense, but the operation they put Thassarian in charge of was pure suicide.$B$BA handful of our men were to launch an attack on the biggest Scourge presence in the area. Call me crazy, but storming a Scourge ziggurat outside a plagued Nerubian city with a dozen men ain\'t my idea of fun.$B$BIf you\'re still interested in finding Thassarian, we were supposed to arrange for passage east with a tuskarr by the name of Ataika in Kaskala to the northeast. Good luck with your fool\'s errand.','Speak to Ataika in Kaskala, northeast of Valiance Keep.','I remember the man you speak of. He bore the marks of Karkut.$B$BMay Karkut protect our fallen.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11604,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11933,10958,0,369,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,35569,1,'Stealing the Exodar\'s Flame','This flame, stolen from the heart of the Exodar itself, floods you with warmth. This raw power is foreign to you, but the Talespinner might know more...','Return the Flame of the Exodar to the Festival Talespinner.','This fire seems new... Yet, you say it came from the Exodar? Fascinating! To make your way into that ship... Of course, I\'ll pay you for this. If you find anything else like this, be sure to speak with me again.','You\'re practically glowing, $r. What do you have there?','','','','','',35569,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,23247,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,46709,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11934,11685,371,371,128,15,15,0,0,0,773,1,0,0,0,0,0,0,0,0,'Unlocking Your Potential [PH]','Today you unlock a page in your spellbook, one you may not have realized it was there. Bring me something, and I\'ll open it up for you.','Bring this dude some stuff.','','','','','','','',37103,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11935,10958,0,369,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,35568,1,'Stealing Silvermoon\'s Flame','This flame, stolen from Silvermoon, floods you with warmth. This raw power is foreign to you, but the Loremaster might know more...','Return the Flame of Silvermoon to the Festival Loremaster.','What a glorious fire! You received this from Silvermoon, you say? Unbelievable! With the flames of all four cities, who knows what we could accomplish?','You\'re practically glowing, $r. What do you have there?','','','','','',35568,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,23247,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,46709,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11936,10958,4024,0,136,69,71,0,0,0,0,0,0,0,0,0,0,11919,0,0,'Hatching a Plan','Our goals here are simple. We are to remain hidden from Malygos, observe his brood, and thwart his efforts wherever possible. To that end, I have a task for you.$b$bThe blues are laying their eggs at the base of the Nexus. Exposure to so much arcane energy will surely make them hatch sooner, and there\'s no telling what effect it will have on their spawn.$b$bI don\'t intend to find out. Slay the local wyrmkin and use their frozen axes to break the eggs.','Raelorasz at the Transitus Shield wants you to kill Coldarra Wyrmkin and use their frozen axes to break 5 blue dragon eggs.','It pains me to order the destruction of dragon eggs, enemy or no.$b$bMay the ends of this war justify the means....','Have you destroyed the blues\' eggs, $c?','','Dragon Eggs destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-188133,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11918,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,2,1,1,0,0,0,500,0,0,0,0,0,5),(11937,9036,0,22,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG - all torch return quests are complete','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11938,10958,3537,0,128,68,72,0,1101,0,0,0,0,0,0,0,0,11942,35944,1,'Buying Some Time','Now that we have this phylactery, I shouldn\'t have any problems getting the information I need. It won\'t take long for the Scourge in the Temple City to notice something\'s up, however.$B$BI won\'t be able to fend off a full scale attack here. Or maybe I would... but I\'d rather not find out.$B$BI want you to head down there and inflict some casualties. Hopefully they\'ll be distracted long enough for these two to spill their guts... figuratively, of course. Take Lurid with you, he might be of aid.','Thassarian at the Wailing Ziggurat in Borean Tundra wants you to inflict 20 casualties against the Scourge inside the Temple City of En\'kilah. Use Lurid\'s Bones if you need assistance.','That should buy us some time. Isidorus has been cooperative, but I really needed that alone time with the lich.','Is it done?','','En\'kilah Casualty','','','',0,0,0,0,0,0,0,0,0,0,0,0,26195,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,37271,37393,37425,38212,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11956,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11939,10958,4024,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'?????','[PH]Quest to close this questline - summon and kill a mature drake (Elite?) - Fight a drake in the dungeon?','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11940,10958,4024,0,4224,69,71,0,0,0,0,0,0,0,0,0,0,0,35506,1,'Drake Hunt','I need more drake hatchlings to continue researching the runes covering their bodies.$b$bThey can be found around the northwest edge of the valley....$b$b$b$bTake this and use it on one of them. Wait for it to become subdued, then bring it here to me before it expires.','Raelorasz wants you to use the Blood-tipped Spear to subdue a Nexus Drake Hatchling and return it to him at the Transitus Shield.','The fate of these young drakes need not burden your conscience, $r. Malygos alone is accountable for this.$b$bI am working ceaselessly to discover the secrets of these runes.$b$bRest assured, we shall take no more lives than we must.','Have you recovered a drake hatchling for my studies?','','Captured Nexus Drake','','','',0,0,0,0,0,0,0,0,0,0,0,0,26175,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11919,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,0,1,0,5),(11941,10958,4024,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11943,35648,1,'Puzzling...','Something about this scrap of metal prevents you from casting it aside.$b$bPerhaps Raelorasz might be able to shed some light on its purpose.','Bring the Scintillating Fragment to Raelorasz at the Transitus Shield.','It was wise of you to bring this to me, $n.$b$b$b$bIf you truly desire to contribute to our efforts, no matter the risk, I shall share with you its meaning.','What have you found, $c?','','','','','',35648,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11942,10958,3537,0,136,68,72,0,1101,0,0,0,0,0,0,0,0,12019,0,0,'Words of Power','The lich has spoken, $N. The high priests of En\'kilah hold the secret to entering Naxxanar.$B$BGo to the Spire of Blood, the Spire of Pain and the Spire of Decay and slay each of the priests.$B$BReturn once you\'ve obtained the three scrolls.','Thassarian at the Wailing Ziggurat wants you to go to the Temple City of En\'kilah and retrieve High Priest Talet-Kha\'s Scroll from the Spire of Pain, High Priest Naferset\'s Scroll from the Spire of Decay and High Priest Andorath\'s Scroll at the Spire of Blood.','Excellent work, $N. Now for one last bit of information.','Taking your time, are you? I don\'t know how much longer I can keep this lich restrained.','','','','','',35355,35353,35354,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11938,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11943,10958,4024,0,136,69,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cell','You\'ve discovered a fragment of a special prison, $n.$b$bMalygos\' minions use similar prisons to hold their captured mages and other arcane entities, but this prison was constructed to hold something... stronger.$b$bIn hopes that the enemy of our enemy will prove to be a friend, you must search for the prison\'s remaining fragments.$b$bThey are likely to be in the possession of Malygos\' most trusted underlings.','Raelorasz at the Transitus Shield wants you to obtain the Prison Casing from General Cerulean and the Energy Core from Warbringer Goredrak.','$b$bIt is done.$b$bI sense a strong presence within this prison. Let us hope it proves to be an ally.','Have you discovered any other pieces to the prison?','','','','','',35669,35668,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35671,0,0,0,1,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11941,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,0,0,0,5),(11944,10958,3537,0,136,68,72,0,1101,0,0,0,0,0,0,0,0,12088,0,0,'Surrounded!','Our situation is nearly hopeless. We were ordered to take the Wailing Ziggurat with a handful of men.$B$BWe\'ll be lucky if we can hold this position against the Scourge. We\'re outnumbered, injured and have no escape route.$B$BIf you can take some of the pressure off of us, we might be able to solidify our position. Kill some of the undead circling the structure - we\'ll hold off their advance.','Corporal Venn at Death\'s Stand wants you to slay 7 Ziggurat Defenders.','That should buy us some time, $N. We\'ll hope against hope for reinforcements from Valiance Keep.','Did you make any progress? We\'re in a bind here.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26202,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,37214,37394,37424,37505,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',12086,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11945,10958,3537,0,4232,68,72,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preparing for the Worst','Dark times are upon us. Karkut\'s spirit walks the earth and gathers the spirits of dead tuskarr.$B$BThe sons of the mist have taken many of our brethren. Soon dear Kaskala will be reduced to ashes.$B$BThere is hope yet. Not for us perhaps, but we\'ve sent our families to Unu\'pe. We fight here so there may be a future for them.$B$BThey will need supplies or they will starve. There\'s not enough food in Unu\'pe. Salvage any supplies before it\'s too late for our families.','Utaik wants you to gather 8 Kaskala Supplies in Kaskala.','I thank you, $N. These supplies will feed our cousins and children. Even if Kaskala falls, our tribes must carry on.','Have you succeeded, $N? Our relatives in Unu\'pe are depending on your efforts.','','','','','',35711,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11946,10958,4024,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11951,0,0,'Keristrasza','I am... free?$b$bI was destined to spend an eternity roaming an empty abyss, and now am saved? You cannot fathom my gratitude, mortal.$b$bWhen I refused to bend to his will Malygos bound me to that prison, then shattered it and scattered the pieces. Should I live one hundred of your lifetimes, I shall not forget this kindness.$b$bPerhaps, in time, I will find ways to repay you. For now, though, we must focus our attention on Malygos. I am weak, and there is much to be done.$b$bI need your help, $n.','Keristrasza wants you to speak to her when you are ready to prepare for a confrontation with Malygos.$b$bIf you lose your Augmented Arcane Prison, speak to Raelorasz at the Transitus Shield.','We cannot wait for me to regain my strength.$b$bI must rely on you to make our preparations....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,10,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',11943,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,500,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(11947,10958,0,369,4104,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striking Back','We must act to preserve the balance! Time is against us.$b$bThere is a camp located in the shadow of Ethel Rethor within northwestern Desolace. There, they use ice stones to communicate with the elementals, as they do in Silithus. Much as I am loath to do this, the spirits will understand - you must summon one of this Ahune\'s lieutenants and destroy it. Perhaps this forestalling action will be enough...','Slay the Hailstone Lieutenant summoned from the Ice Stone located at Ethel Rethor in Desolace, then return to the Earthen Ring Elder in a capital city.','You have done well. It may seem a small act, but even this can aid the fight as a whole. Take this with my blessing, and return later, as I may have more for you to do.','You have returned victorious?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26178,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11948,10958,0,369,4104,39,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striking Back','We must act to preserve the balance! Time is against us.$b$bNeptulon has long had a base of operations on an island in western Stranglethorn. There, the Twilight Cult has set up ice stones to communicate with the Tidehunter\'s realm, much like they do in Silithus. Much as I am loath to do this, the spirits will understand - you must summon one of this Ahune\'s lieutenants and destroy it. Perhaps this forestalling action will be enough...','Slay the Chillwind Lieutenant summoned from the Ice Stone located on the water elemental\'s island in western Stranglethorn Vale, then return to the Earthen Ring Elder in a capital city.','You have done well. It may seem a small act, but even this can aid the fight as a whole. Take this with my blessing, and return later, as I may have more for you to do.','You have returned victorious?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26204,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11949,10958,3537,0,136,68,72,0,0,0,0,0,0,0,0,0,0,11950,0,0,'Not Without a Fight!','Kaskala is a sacred place for us, $r. Our ancestors were guided here by the spirit of Tayutka herself.$B$BNow these foul creatures attack us from the mists without any provocation.$B$BWe will show them that our spears are not merely for whaling. Fight alongside us, friend. Perhaps my people might repay you some time in the future.','Ataika wants you to slay 12 Kvaldir Raiders in Kaskala.','I thank you, $N. I will be deeply in your debt if we ever make it out of here alive.','We are fighting tooth and nail, $N. We\'ll not give these Kvadir an inch without making them pay for it dearly.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,25760,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,37211,37421,37486,37525,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11950,10958,3537,0,136,68,72,0,0,0,0,0,0,0,0,0,0,11961,0,0,'Muahit\'s Wisdom','Listen, $N. Warriors like me are replaceable. If I fall, my brothers and cousins will pick up my spear and fight.$B$BMy people cannot survive without wise elders. Stubborn Muahit, our most venerable shaman, refuses to leave the altar to Tayutka in the central island. We would suffer a significant loss if he was slain by these monsters.$B$BYou are an outsider, maybe he\'ll listen to you. Show him reason... ask him to flee to the safety of Unu\'pe before it\'s too late.','Find Elder Muahit in Kaskala.','Ataika sent you, didn\'t he? I am not to be swayed.$B$BAll is not lost. The spirits are still with us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11949,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,5),(11951,10958,4024,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11957,0,0,'Bait and Switch','During my captivity I was able to learn much about Malygos. Fate now allows us to use this knowledge against him.$b$bThere is a great blue dragon, Saragosa, who circles high above the Nexus. She serves both as the aspect\'s guardian and as his consort. If any serious threats arise, she alerts her master of the danger.$b$bI suffered greatly at the hand of Saragosa during my captivity, and now her time to die has come. First, however, we must fashion the perfect bait....','Keristrasza has asked you to collect 10 Crystalized Mana Shards from around Coldarra.$b$bIf you lose your Augmented Arcane Prison, speak to Raelorasz at the Transitus Shield.','Thank you, $n.$b$bI am drained from the effects of my confinement and my strength is returning ever so slowly.$b$bI shall use the power from these crystals wisely. They are a byproduct of Malygos\' malevolent schemes. With luck, they will play a part in his undoing.','Have you gathered the mana shards I require?','','','','','',35685,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11946,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,500,1000,0,2,1,1,0,0,0,1000,0,0,1,0,0,5),(11952,10958,0,369,4104,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striking Back','We must act to preserve the balance! Time is against us.$b$bFirewatch Ridge in Searing Gorge is an established bastion of Twilight Cult activity. Recently, they have been using ice stones in the cave to communicate with the Tidehunter\'s realm, much like they do in Silithus. Much as I am loath to do this, the spirits will understand - you must summon one of this Ahune\'s lieutenants and destroy it. Perhaps this forestalling action will be enough...','Slay the Frigid Lieutenant summoned from the Ice Stone located in the cave underneath Firewatch Ridge in the northwest of Searing Gorge, then return to the Earthen Ring Elder in a capital city.','You have done well. It may seem a small act, but even this can aid the fight as a whole. Take this with my blessing, and return later, as I may have more for you to do.','You have returned victorious?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26214,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11953,10958,0,369,4104,56,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striking Back','We must act to preserve the balance! Time is against us.$b$bSilithus is the Azerothian base of the Twilight Cult. In the north, they have been using new ice stones to communicate with the Tidehunter\'s realm. Much as I am loath to do this, the spirits will understand - you must summon one of this Ahune\'s lieutenants and destroy it. Perhaps this forestalling action will be enough...','Slay the Glacial Lieutenant summoned from the Ice Stone located at Twilight\'s Run in northern Silithus, then return to the Earthen Ring Elder in a capital city.','You have done well. It may seem a small act, but even this can aid the fight as a whole. Take this with my blessing, and return later, as I may have more for you to do.','You have returned victorious?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26215,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11954,10958,0,369,4104,64,67,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striking Back','We must act to preserve the balance! Time is against us.$b$bIn order to ensure Ahune\'s success, the cult has established a base near the Dark Portal itself in Draenor. They use ice stones to coordinate the frost lord\'s arrival. Much as I am loath to do this, the spirits will understand - you must summon one of this Ahune\'s templar protectors and destroy it. Perhaps this forestalling action will be enough...','Slay the Glacial Templar summoned from the Ice Stone located near the Dark Portal in Hellfire Peninsula, then return to the Earthen Ring Elder in a capital city.','You have done well. It may seem a small act, but even this can aid the fight as a whole. Take this with my blessing, and return later, as I may have more for you to do.','You have returned victorious?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26216,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,69900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11955,11685,0,369,136,75,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Ahune, the Frost Lord','I believe you are strong enough for the ultimate task set before us.$b$bWe cannot allow the plot between the Twilight Cult and the naga heretics of Neptulon to come to fruition. For the sake of Azeroth and all life upon it, we must act. Our path is clear. You must journey to the Slave Pens deep within Coilfang Reservoir and meet with our shaman there. Go, and quickly!','Travel to the Slave Pens in Coilfang Reservoir within Zangarmarsh and speak with Numa Cloudsister.','Thank the spirits you\'re here! We must summon Ahune quickly before it\'s too late...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',12012,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(11956,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11938,0,0,'Finding the Phylactery','No time for small talk, $N. I was sent on what was to be a suicide mission to take this ziggurat. I\'ve accomplished my duty as a soldier, now is the time to get some answers.$B$BThis lich has knowledge I seek, yet I cannot inflict pain to his physical body to obtain that knowledge.$B$BThe lich stored his soul in a phylactery, and while it remains hidden, I won\'t be able to pry the information from him.$B$BReturn to the camp and take my horse, Dusk, she will lead you to the phylactery. Bring it to me.','Go to Death\'s Stand and ride Dusk to the location of Tanathal\'s Phylactery. Obtain it and bring it back to Thassarian inside the Wailing Ziggurat.','Just in time, $N. Pinning down a lich is not as easy as it looks.','You\'re back, $N. Did you get the phylactery?','','','','','',35687,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',12088,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11957,10958,4024,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11967,35690,1,'Saragosa\'s End','Using the mana crystals you provided, I have created this Power Focus.$b$bSaragosa is a glutton. She will be unable to resist its lure. Inside it lie magics that will greatly diminish her power. Let us hope she does not see through my ruse....$b$bPrepare yourself, $n, and speak to me again when you are ready to face Saragosa.\n','Keristrasza wants you to use the Power Focus to lure Saragosa, and then defeat her.','This world is a better place now that Saragosa is no more, but our work is not yet finished.$b$bThe time has come to strike at Malygos himself!','Saragosa must not be allowed to live!','','','','','',35709,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37280,37322,37456,37562,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11951,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,1000,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11958,10958,65,0,136,71,72,0,0,0,0,0,0,0,0,0,0,11959,0,0,'Let Nothing Go To Waste','The wolvar have always been our natural enemies. But the incursion of your peoples into the Great Dragonblight has forced them into a small space upon the glade to the north.$B$BCombined with the land\'s upheaval this morning, they have become even more aggressive than ever before. They have made several raids upon our goods... things that we\'ll need if we are to survive the trek from our home here.$B$BAs a sign of good faith and friendship, retrieve our goods from the Snowfall Glade wolvar.','Retrieve 6 Stolen Moa\'ki Goods from the wolvar. Return them to Elder Ko\'nani at Moa\'ki Harbor.','I will not say that I am pleased to ask you to do such things on our behalf. It is all we can do to prepare quickly for our departure, though we know not yet where we go.$B$BMy sorcerers tell me that you are here to save the land from He Who Walks in Shadow.$B$BI trust that you will save the peoples of the land as well.','The natural balance has been tipped over and over of late.$B$BI hope that you will be able to help us survive the upheaval of our way of life.','','','','','',35686,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11959,10958,65,0,136,71,73,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slay Loguhn','Already it goes from bad to worse. There is only one course to take... regrettably, Loguhn must die!$B$BHe\'s the alpha male of the Snowfall Glade tribe and one mean wolvar. But it\'s the only way to get a short break from their attacks and stealing forays.$B$BYou will find the \"Render of Flesh\" in front of his hovel upon the northern rise of the glade. It\'s larger than the others and hard to miss. Kill him and smear his blood upon yourself, both to show your dominance and respect.','Smear the Blood of Loguhn upon yourself and then return to Elder Ko\'nani at Moa\'ki Harbor.','Loguhn\'s honorable sacrifice at your hands is exactly what my people need. Now we will make the most of the wolvar in-fighting for his place.$B$BIt will have to be enough.','Is that Loguhn\'s blood or your own, $r?','','Loguhn\'s Blood Smeared','','','',0,0,0,0,0,0,0,0,0,0,0,0,26227,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,38026,37982,38087,37939,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,350,0,0,0,0,0,0,106000,0,0,46791,0,0,0,0,0,0,0,153900,0,0,0,0,'',11958,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,2,1,1,0,0,0,0,0,0,0,0,6),(11960,10958,65,0,4232,71,72,0,0,0,0,0,0,0,0,0,0,0,0,0,'Planning for the Future','We must move decisively against the wolvar if we\'re to have a chance of survival. However, I worry that in our zeal, too many of them will be slain.$B$BThe Snowfall Glade wolvar have as much right to exist as do we. You and I will see to it that they get that chance.$B$BIf Elder Ko\'nani hasn\'t asked you already, he will ask you to deal with them. While you\'re upon the glade to the north, I\'d like you to bag up their pups and bring them back to me.','Collect 12 Snowfall Glade Pups. Deliver them to Trapper Mau\'i at Moa\'ki Harbor.','Well, I guess you saved plenty of them. Thank you, $r.$B$BNow the wolvar will have a chance of surviving along with us. If we survive at all, that is.$B$BDo you think that you could return tomorrow so that we can save more of the pups?','How many pups could you have possibly saved in so short a time?','','','','','',35692,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6,0,0,5),(11961,10958,3537,0,136,68,72,0,0,0,0,0,0,0,0,0,0,11968,0,0,'Spirits Watch Over Us','Powerful spirits watch over my tribe -- Kaskala will not be lost.$B$BIssliruk will give us courage, Tayutka will make sure our survivors always have food and shelter and Karkut will watch over the fallen so they do not lose their way.$B$BIssliruk\'s guidance is the one we need the most right now. I asked my nephew, Iruk, to bring me Issliruk\'s totem, but the Kvaldir\'s spears struck him down and his body fell into the waters to the north. Bring me the totem, $N. Don\'t let my nephew\'s death be in vain.','Elder Muahit at Njord\'s Breath Bay wants you to find Iruk\'s corpse in the water and retrieve Issliruk\'s totem.','Can you feel Issliruk\'s presence, $N? He does not want his children to perish at the hand of the mist-walkers.','The totem, $r. Do you have it?','','','','','',35701,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,150,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,91500,0,0,0,0,'',11950,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11962,10958,3537,0,128,68,71,0,1101,0,0,0,0,0,0,0,0,11963,35706,1,'One Last Delivery','That\'s it then. With the last of the ore you salvaged we now have enough to send to Valiance Keep.$B$BIf Farshire is wiped off the face of Azeroth, then at least let us be remembered as the first ones to defend our land and the last ones to give up.$B$BTake this ore to Hilda Stoneforge - she is a good friend of mine. Tell her to make some good weapons with this ore. We\'ll need plenty of them in the days to come.','Deliver the Crate of Farshire Ore to Hilda Stoneforge in Valiance Keep.','Ore from Farshire? We weren\'t scheduled for a shipment just yet. Is something wrong?','What do you have there?','','','','','',35706,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11904,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11963,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,11965,0,0,'Weapons for Farshire','Farshire is overrun and all that Gerald can think of is to get me my ore shipment? I swear that man has as much heart as any of our soldiers on the frontlines.$B$BWe cannot let the civilians lose their lands if they\'re willing to fight for them. We might not have the troops to spare, but we can send them weapons.$B$BThese were earmarked for new recruits, but I\'ll be able to cover those with the ore you\'ve brought me. Send word to Gerald that weapons are on the way.','Return to Gerald Green in Farshire.','Hilda\'s sending us weapons? That\'s excellent news, $N. I was about ready to tell the lads to pack things up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',11962,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(11964,10958,0,369,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,35725,1,'Incense for the Summer Scorchlings','Did you know that our festival fires burn in every land with an Alliance settlement? Flame Wardens tend to them in camps outside of each town, ensuring the bonfires are bright and the celebrations continue.$b$bWith each Flame Warden is a summer scorchling -- an emissary to the elemental spirits of fire.$B$BWould you like to honor a scorchling, $N? Take this summer incense and bring it to any summer scorchling. Appease the little fire spirit, and it may reward you.','The Festival Loremaster wants you to take Summer Incense to a Summer Scorchling outside any Alliance settlement.','Ah, and what is this? Such a delightful aroma! I am sure it will burn with a flame pure and bright!$B$BTake this blossom, $N. Take it, and leave me be... I must attend to this precious fuel...','A fiery salutations to you, honored $c. Welcome to this hallowed ground of the Midsummer Fire Festival.','','','','','',35725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47107,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11965,10958,3537,0,136,68,71,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms!','Farshire has a fighting chance now, $N. That\'s all we could\'ve asked for and you\'ve made it possible.$B$BAll we need now is a rallying point. I\'ll have my men deliver the weapons to our town hall. Go and ring the town hall bell so any survivors know to rally there.$B$BIt\'s time to show the Scourge what we\'re made of.','Go to the town hall building in Farshire and ring the bell inside of it.','Thanks once again for aiding us, $N. The people of Farshire will always remember you.','Have you rallied the survivors, $N?','','Farshire Bell Rung','','','',0,0,0,0,0,0,0,0,0,0,0,0,-188163,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,38227,38226,38228,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11963,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11966,10958,0,369,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,35725,1,'Incense for the Festival Scorchlings','Did you know that our festival fires burn in every land with a Horde settlement? Flame Keepers tend to them in camps outside of each town, ensuring the bonfires are bright and the celebrations continue.$b$bWith each Flame Keeper is a festival scorchling -- an emissary to the elemental spirits of fire.$B$BWould you like to honor a scorchling, $N? Take this summer incense and bring it to any festival scorchling. Appease the little fire spirit, and it may reward you.','The Festival Talespinner wants you to take Summer Incense to a Festival Scorchling outside any Horde settlement.','Ah, and what is this? Such a delightful aroma! I am sure it will burn with a flame pure and bright!$B$BTake this blossom, $n. Take it, and leave me be... I must attend to this precious fuel...','A fiery salutations to you, honored $c. Welcome to this hallowed ground of the Midsummer Fire Festival.','','','','','',35725,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47107,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,1),(11967,10958,4024,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11969,0,0,'Mustering the Reds','Malygos is certainly aware that something is amiss.$b$bI know him. His focus is fragmented. I am confident that I can lure him from the safety of his realm when he learns what has become of his precious Saragosa.$b$bTake me to Raelorasz at once, $n. He must rouse every dragon he commands to face Malygos.','Keristrasza has asked you to bring her to Raelorasz at the Transitus Shield.','Word of Keristrasza\'s rescue has reached my ears. You are to be commended.$b$bI am eager to speak with her again.','You have news for me, $n?','','','','','',35671,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,75,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,60300,0,0,0,0,'',11957,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,3),(11968,10958,3537,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tides Turn','The spirits have heard our cry for help, $N. It\'s a sign that Kaskala might yet be saved.$B$BTake advantage of the confusion the weather has created and slay the Kvaldir leader. Your actions will sway the battle in our favor, I am sure of it.','Elder Muahit wants you to kill Heigarr the Horrible in Njord\'s Breath Bay.','You\'ve done us a great favor, $r. The fight is not yet won, but my people now have a chance.','Have you done what I asked of you, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37030,37031,37029,37032,37033,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11961,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11969,10958,4024,0,128,69,71,0,0,0,0,0,0,0,0,0,0,11973,44950,1,'Springing the Trap','We owe this opportunity in great part to your efforts, $n.$b$bIt is only fitting that you initiate the attack on Malygos.$b$bTake this spark and use it to light the signal fire northwest of the Nexus. Keristrasza will direct you from there.','Raelorasz wants you to use Raelorasz\' Spark at the signal fire in Coldarra.','We have dealt a blow to Malygos, but it has come at a high price.','Did you meet with Keristrasza?','','Malygos Lured','','','',0,0,0,0,0,0,0,0,0,0,0,0,26237,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37080,37075,37076,37078,37077,37564,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',11967,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11970,10958,0,369,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Master of Summer Lore','The festival is a time for fun and laughter, there\'s no mistake. It\'s important, however, that you understand the origins of this holiday. Education should be sought out and savored.$b$bThe Festival Loremaster in the Alliance capitals can guide your way. Go now and learn.','Speak to the Festival Loremaster in any Alliance capital.','I\'ll be happy to tell you what I know.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11971,10958,0,369,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Spinner of Summer Tales','The festival is a time for fun and laughter, there\'s no mistake. It\'s important, however, that you understand the origins of this holiday. Education should be sought out and savored.$b$bThe Festival Talespinner in the Horde capitals can guide your way. Go now and learn.','Speak to the Festival Talespinner in any Horde capital.','I\'ll be happy to tell you what I know.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,1),(11972,11685,0,369,0,75,-1,0,0,0,0,0,0,0,0,0,0,0,35723,1,'Shards of Ahune','These shards pulse with foreboding. Do they hold the last essence of the Frost Lord?','Bring the Ice Shards to Luma Skymother.','Yes, these shards hold the final essence of the Frost Lord in this land. We will dispose of them and banish Ahune to the nether regions of cold.$B$BThank you, $N. Your name will echo in the chants of the Earthen Ring for days without end. Please honor us by accepting this vestige, a symbol of your kinship with warmth and light.','Greetings, $N. You look worried, but you shoud rejoice. The Frost Lord is defeated!','','','','','',35723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35279,35280,0,0,0,0,1,1,0,0,0,0,23247,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11973,10958,4265,0,136,69,71,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Prisoner of War','Malygos has taken Keristrasza to serve as his consort!? Unthinkable!$b$bShe\'ll never cooperate willingly, but Malygos is a powerful aspect, and will eventually bend her will.$b$bThis cannot come to pass, $n. I refuse to allow her to suffer this indignity.$b$bYou must enter the Nexus and do whatever is required to spare her this fate.','Raelorasz at the Transitus Shield wants you to enter the Nexus and release Keristrasza.','So, it is done then....$B$BOur kind shall never forget the sacrifice Keristrasza has made for this cause. Nor shall we forget the part you have played, $N.$B$BMay this tragic event serve to further steel our resolve against the threat we face.$B$BOn behalf of the Red Dragonflight, please accept this gift as a token of our gratitude.','Have you located Keristrasza? Were you able to free her from her bonds?','','Keristrasza Laid to Rest','','','',0,0,0,0,0,0,0,0,0,0,0,0,26723,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,38223,38222,38221,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',11969,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,5,1,0,0,0,0,0,3,1,1,1,0,0,500,0,0,0,0,0,8),(11974,10958,0,284,138,60,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'[ph] Now, When I Grow Up...','When you were my age did you know that you wanted to be a $c when you grew up?$B$BI\'m not sure what I want to be. I used to want to be a Blood Knight, but not anymore. Now I want to be a Rock Star! Like the blood elf in L70 ETC!$B$BWhen they aren\'t touring, they hang out in Silvermoon City! Could you take me there? They hang out in the Walk of Elder\'s on a balcony... Probably to keep the fans away But that shouldn\'t stop us from trying, right?$B$BPlease take me there. Please!','Take your orphan, Salandria, to see L70ETC in Silvermoon City\'s Walk of Elder\'s. Make sure to call for her if she is not present when you arrive.','','','Salandria visits L70ETC in Silvermoon City','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,530,9851.19,-7465.21,0,1020,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11975,10958,0,284,138,60,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Now, When I Grow Up...','Maybe I already asked you this, but when you were my age did you know that you wanted to be a $c when you grew up?$B$BI\'m not sure what I want to be. Maybe a mage or a warlock or a Blood Knight, like I said before? Or maybe... A rock star!! Like Sig Nicious, the blood elf, in the Elite Tauren Chieftain!$B$BI heard that when they aren\'t touring, they hang out in Silvermoon City! They just sit on a balcony in the Walk of Elders waiting for people to stop by.$B$BPlease take me there. Please!','Take your orphan, Salandria, to see the Elite Tauren Chieftain in Silvermoon City\'s Walk of Elders. Make sure to call for her if she is not present when you arrive. ','Did you see that? They were cheering for me!!$B$BNow I know how they feel when they are up on stage singing! I felt the power and the energy!$B$BJust like they say in their song!$B$BMy mind is made up, I am going to be a rock star when I grow up!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',10960,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11976,11685,369,22,8,75,-1,0,0,0,0,0,0,0,0,0,0,0,35723,1,'Ice Shards','These shards pulse with foreboding. Do they hold the last essence of the Frost Lord?','Bring the Ice Shards to Luma Skymother.','','','','','','','',35723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35279,23247,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11977,10958,65,0,136,71,72,0,690,0,0,0,0,0,0,0,0,11978,0,0,'A Tauren Among Taunka','$B$BShe is quite kind, you know. If it were not for your emissary, the surviving refugees may have given up hope. While she may not be taunka by birthright, the tribe has taken to her as a village elder for the time being.$B$BIf you are who I think you are, please go and pay Emissary Brighthoof a visit inside the refugee camp. She has been waiting for you.','Seek out Emissary Brighthoof at the Westwind Refugee Camp.','What you see here is all that remains of the taunka from the Borean Tundra and the Dragonblight. They are a broken people... battered and brought to the brink of extinction by the Scourge.$B$B$B$BOnly the Horde can save them now. Only the Horde can mend their broken spirits. We will nurse them back to full health and they will in turn strengthen the Horde in Northrend.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,1085,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',11930,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11978,10958,65,0,136,71,72,0,690,0,0,0,0,0,0,0,0,11983,0,0,'Into the Fold','Before we can officially bring these taunka into the Horde we must recover our armaments from the Anub\'ar Nerubians that infest the nearby woods. The armaments were lost when a caravan from Agmar\'s Hammer was ambushed by the Scourge late last night.$B$BVenture out into the woods to the east of Westwind Refugee Camp and recover those armaments, $r.','Emissary Brighthoof at the Westwind Refugee Camp in the Dragonblight wants you to recover 10 Horde Armaments.','This is exactly what we need, $N! Brandishing Horde arms will lift their spirits and give them the protection they need against the Scourge.$B$BAre you prepared for the ceremony of initiation?$B$B$B$BYou will be the one to admit our new allies into the Horde.','Without armor and weapons our newest members will be defenseless in their trek to Agmar\'s Hammer.','','','','','',35726,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,1085,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11977,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11979,10958,65,0,136,71,72,0,690,0,0,0,0,0,0,0,0,11978,0,0,'The Taunka and the Tauren','The Scourge have seized control of the capital city of the taunka, Icemist Village! All living taunka that escaped the massacre are being held in protective custody at the Westwind Refugee Camp on the western border of Dragonblight.$B$BLord Hellscream believes that the taunka must join the Horde if they are to survive and has sent a tauren emissary to Westwind to bolster our relationship with the winter tauren. Travel to Westwind Refugee Camp and seek out Emissary Brighthoof. You will assist her.','Seek out Emissary Brighthoof at the Westwind Refugee Camp.\n','What you see here is all that remains of the taunka from the Borean Tundra and the Dragonblight. They are a broken people... battered and brought to the brink of extinction.$B$B$B$BOnly the Horde can save them now. Only the Horde can mend their broken spirits. We will nurse them back to full health and they will in turn strengthen the Horde in Northrend.\n','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,1085,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,1),(11980,10958,65,0,136,71,72,0,690,0,0,0,0,0,0,0,0,0,0,0,'Pride of the Horde','I was one of the guards chosen to escort the caravan carrying the armament shipment to this camp. The attack came fast and without warning. We fought and killed dozens of the beasts, but in the end there were simply too many. Tor\'zin and I barely made it out alive...$B$BIf not for our injuries we would be out in the woods hunting down those fiends ourselves. Will you help us regain our lost pride? Search the woods east of here for Anub\'ar Nerubians and kill them! For the Horde!','Blood Guard Roh\'kill at the Westwind Refugee Camp in the Dragonblight wants you to slay 15 Anub\'ar Ambushers.\n','$B$BYou have preserved our honor, $N. Tor\'zin and I both thank you for this selfless act!','Show no mercy, $r. Slay the Anub\'ar!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26402,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,37964,38006,38048,38081,38110,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11981,10958,394,0,136,72,75,0,0,0,0,0,0,0,0,0,0,11982,0,0,'Find Kurun!','The Earthen warrior\'s stone surface is covered with cracks and gouges. Although it is incapable of bleeding, you can sense that the warrior is near death.$B$BA low, hoarse voice escapes from the dying warrior\'s mouth.$B$B\"Find... Kurun... you must find... Kurun.\"$B$BIt looks at you helplessly as you ask for any clues as to who or what Kurun might be.$B$B\"Our... leader... he stands on the... hill overlooking Thor Modan... commands us. Please... tell him... we cannot take... the city... \"','Speak with Kurun on the hill overlooking Thor Modan.','$B$BThey fight bravely, but he is right. We will not overcome the iron dwarves of Thor Modan without help. My giants and the Earthen have long struggled against iron\'s evil, but our forces are not numerous enough to win the battle for Thor Modan. Will you aid us?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11982,10958,394,0,128,72,75,0,0,0,0,0,0,0,0,0,0,12070,0,0,'Raining Down Destruction','Beneath us is iron\'s ancient bastion, Thor Modan. Thousands of years ago, the stone giants tore the land asunder, collapsing part of the city and exposing much of the rest.$B$BEven now, the iron dwarves attempt to reclaim their old capital, but we will not permit it. My giants fill the trench with boulders and debris, hoping to seal it off and kill the servants of iron as they work. Take up the boulders you see near the trench to the northeast, and help us put an end to their efforts.','Kurun on the hill overlooking Thor Modan wants you to disrupt the iron dwarves\' work by throwing boulders into the exposed area of Thor Modan.','As quickly as we\'re able to fill the trench, the iron dwarves keep clearing it. Our assault from above will not take the city alone. You must aid the earthen fighting in the plaza below.','What have you to report?','','Iron Dwarf Operations Disrupted','','','',0,0,0,0,0,0,0,0,0,0,0,0,26264,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',11981,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,1,0,5),(11983,10958,65,0,128,71,72,0,690,0,0,0,0,0,0,0,0,12008,35784,1,'Blood Oath of the Horde','They are ready, $N. These taunka will all willingly join the Horde and give all that they have to see the Scourge driven from this world.$B$B$B$BWithin this scroll you will find the blood oath of the Horde. Tradition dictates that our new taunka brothers and sisters utter the sacred words herein.$B$BTake the scroll and swear the taunka into the Horde, commander. Return the scroll to me when you have completed your duty.','Speak to the taunka at Westwind Refugee Camp and make 5 of them pledge their allegiance to the Horde.$B$BReturn the Blood Oath of the Horde to Emissary Brighthoof once you have completed this task.','Thank you for doing this, Commander $N. They had nothing left. You have given them purpose and with purpose comes hope... Hope for a new tomorrow... for a new life.','They will strengthen the Horde, commander.','','Taunka Admitted Into the Horde','','','',0,0,0,35784,0,0,0,0,0,1,0,0,26179,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,1085,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91500,0,0,0,0,'',11978,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(11984,10958,394,0,128,73,74,0,0,0,0,0,0,0,0,0,0,0,35736,1,'Filling the Cages','\'Ol Budd\'s seen better days.$b$bEver since our stay in Ghostlands he\'s been useless to us. We\'ve had to find ways to make it on our own, and today that means sellin\' trolls to the highest bidder.$b$bFortunately, we\'ve recently found a use for Budd. Something about his condition allows him to mingle with the local trolls, so we taught him a little game that\'s turned us a tidy profit.$b$bSee for yourself. Talk to Budd, take him southwest to Drak\' Zin Ruins and use this cage as soon as he tags a troll.','Samir at Granite Springs wants you to use the Bounty Hunter\'s Cage on a drakkari troll that\'s been stunned by Budd.','Great work, $c. Looks like we\'ll be keepin\' Budd around a little longer.$b$bWe\'ll have your cage picked up right away. Here\'s your share of the bounty.$b$bOh, and welcome to the camp. Stick around and I\'m sure we\'ll find a use for ya....','Have you managed to cage an ice troll?','','Captured Live Ice Troll','','','',0,0,0,0,0,0,0,0,0,0,0,0,26444,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39116,39131,39142,39129,39128,39132,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56000,0,0,0,0,0,0,0,0,0,0,124500,0,0,0,0,'',12210,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11985,10958,394,0,136,72,75,0,0,0,0,0,0,0,0,0,0,12081,0,0,'Into the Breach','If we can\'t overcome the defenders inside Thor Modan, the iron dwarves can hold out forever. The Earthen are bravely taking on the constructs built by the sons of iron, but they cannot break into the city.$B$BThe tunnels narrow too quickly for my fellow giants to be of use, so our options are few. Would you be willing to venture into the city and kill the dwarf commanding the resistance?','Kurun on the hill overlooking Thor Modan wants you to kill Iron Thane Argrum.','Well done, $N. The loss of the iron dwarf commander should be enough to break the remaining defenders. The Earthen should be able to deal with the survivors.','Were you able to kill the commander?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26348,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,38715,39019,39048,39080,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',12070,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11986,10958,394,0,128,73,75,0,1101,0,0,0,0,0,0,0,0,0,35739,1,'The Damaged Journal','This battered, mud-stained journal has seen better days. Leafing through the pages, you discover dozens of notes, diagrams, and maps.$B$BThe author\'s handwriting seems vaguely familiar, but you\'re unable to place it until you discover an entry signed with the name of Brann Bronzebeard.$B$BThe back half of the book, containing the most recent entries, has been torn away. Pages litter the battlefield, and it will be impossible to know what Brann discovered here until the book is whole again.','Recover 8 Missing Journal Pages, combine them with the Incomplete Journal, and return the completed journal to Torthen Deepdig at the Westfall Brigade Encampment.','You found Brann\'s journal? Incredible! The league hasn\'t gotten a report from him in some time, and we began to fear he may have been captured or killed. What did he discover inside Thor Modan?','What\'s that you have there?','','','','','',35738,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11987,9056,284,284,128,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'zzOLDFortune Card: Silver','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35745,35745,35745,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11988,10958,394,0,136,73,75,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Runic Keystone','Brann\'s journal mentions that he used a runic keystone to illuminate the important runes on the plate he discovered. Without the keystone, the plate\'s contents would be little better than gibberish.$B$BAt the end of Brann\'s last entry, he describes the iron dwarf defenders seizing the keystone from him, shattering it, and dividing it among themselves. Before we can decipher the runed plate, we must hunt down the fragments. Any of the dwarves within Thor Modan or the buildings around it may carry fragments.','Bring 5 Runic Keystone Fragments to Torthen Deepdig at the Westfall Brigade Encampment.','$B$BThis is incomplete, but it should still allow us to get most of the information from the plate.','Do you have enough of the fragments to reconstruct the keystone?','','','','','',35747,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',11986,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11989,10958,394,0,136,73,73,0,0,0,0,0,0,0,0,0,0,11990,0,0,'Truce?','Watch yerself, mon.$b$bDrakuru shrunk more $r heads than I can remember - and even if I could remember, I couldn\'t count that high. Lucky for you I be stuck in dis cage or I\'d be addin\' one more to da list.$b$bBut things bein\' what they are, mebbe we be puttin\' our differences aside fer a time, eh?$b$bDrakuru know things, mon. Things that will aid you in your struggle here.$b$b$b$bSo, what you say, mon... truce?','Drakuru at Granite Springs wants you to use the Dull Carving Knife near his cage and then speak to him.','There!$b$bNow we be connected by blood, mon. A true bond we be havin\'.$b$bYou lissen carefully to Drakuru, $r. There be much to do.','Good choice, mon. You won\'t be livin\' to regret it....','','Blood Pact With Drakuru','','','',0,0,0,0,0,0,0,0,0,0,0,0,27921,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61500,0,0,0,0,'',11984,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,3),(11990,10958,394,0,136,73,74,0,0,0,0,0,0,0,0,0,0,11991,0,0,'Vial of Visions','First things first, mon. There be some preparatory work that need doin\'.$b$bNo tellin\' how long dey gunna keep me here. Ya be needin\' a powerful elixir so we can be keepin\' in touch.$b$bLucky for you, I know just the thing! And the ingredients all be close by.$b$bI need a vial from the pretty little troll over there, some waterweed from the lake just north of here, and a few haze leaves found around the camp here.$b$bHurry now, mon, before dey be haulin\' me away.','Drakuru at Granite Springs wants you to bring him an Imbued Vial, a Waterweed Frond, and 3 Haze Leaves.','$b$bThis should do it, mon. Now it be time to get to work.','You got da stuff, mon?','','','','','',18256,37085,35795,0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124500,0,0,0,0,'',11989,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11991,10958,394,0,128,73,74,0,0,0,0,0,0,0,0,0,0,12007,35797,1,'Subject to Interpretation','A legendary set of artifacts, lost for thousands of years, were created to make Drak\'Tharon Keep impervious.$b$bMost think they be myth, but Drakuru knows better, mon!$b$bI nearly discovered where one be, but got captured while interpreting hieroglyphs. Ya gotta summon my soul back dere so I can finish readin\' em!$b$bUse my elixir at da brazier on Drak\'Zin Ruins, southwest of here. You\'ll hafta mix in da frozen mojo my bruddas be holdin\'. I hate ta see my bruddas fall, but it be for the greater good.\n','Drakuru wants you to get 5 Frozen Mojo from the Drakkari Trolls at the Ruins of Drak\'Zin and then use the elixir at Drakuru\'s Brazier there.','Ahh, yes. Ya done good, mon.$b$bI be readin\' the walls just fine from here....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38716,39020,39049,39081,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56000,0,0,0,0,0,0,571,3397.3,-1807.19,0,124500,0,0,0,0,'',11990,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,1000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(11992,10958,3537,0,136,68,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Navigation Charts (Deprecated)','You\'ve uncovered the first part of a navigation chart drawn on flayed dragonskin. If you could complete it you\'d be able to find the kvaldir\'s future plans of attack.$B$BOther mariners in Riplash might have the missing charts on them. Karuk would be interested in the information they contain.','Obtain the missing parts of the Skadir Navigational Chart and bring it to Karuk in Riplash Stand.','','','','','','','',35775,35776,35777,35778,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,250,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(11993,10958,394,0,128,73,75,0,1101,0,0,0,0,0,0,0,0,0,35746,1,'The Runic Prophecies','We\'ve no time to lose! Now that we\'ve reassembled the runic keystone -- well, most of it -- we can decipher the contents of those very same runic plates Brann was working on before he fled.$B$BWe have no way of knowing if he managed to read the contents of all three plates, but we\'ll have to assume he got enough information to determine his next destination.$B$BStand before each of the plates and use the keystone to determine the contents of each. Brann may be counting on us!','Torthen Deepdig at the Westfall Brigade Encampment wants you to decipher the three Rune Plates.','$B$BBy Madoran\'s hammer, he\'s discovered a whole new titan city!$B$B\'The cradle of stone and iron.\'$B$B\'Ulduar nestled in the storm.\'$B$BWhat d\'you suppose that means? Could it be where we come from, after all these years?$B$BWe have to follow him! We have to find him!','What\'ve you found out?','','First Prophecy Deciphered','Second Prophecy Deciphered','Third Prophecy Deciphered','',0,0,0,0,0,0,0,0,0,0,0,0,-188264,-188288,-188289,0,1,1,1,0,0,0,0,0,0,0,0,0,38710,39013,39043,39075,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',11988,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(11994,9036,0,0,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Juno\'s Flag Tester','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11995,10958,65,0,136,71,72,0,1101,0,0,0,0,0,0,0,0,12000,0,0,'Your Presence is Required at Stars\' Rest','$C, I know these tuskarr will ask you to do many favors for them, but you must get to Stars\' Rest with all due haste!$B$BThe upheaval in the land this morning is sure to have broader repercussions than just inconveniencing the natives.$B$BStars\' Rest is westward past the intersection of the road leading north out of the harbor. There is an archmage there named Modera. She will be expecting you.','Speak with the Image of Archmage Modera at Stars\' Rest.','I\'ve been expecting you, $c. We have much work to do, you and I.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',12439,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,66,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(11996,10958,65,0,136,71,72,0,690,0,0,0,0,0,0,0,0,11999,0,0,'Your Presence is Required at Agmar\'s Hammer','$C, I know these tuskarr will ask you to do many favors for them, but you must get to Agmar\'s Hammer with all due haste!$B$BThe upheaval in the land this morning is sure to have broader repercussions than just inconveniencing the natives.$B$BThe Hammer is westward past the intersection of the road leading north out of the harbor. Archmage Aethas Sunreaver himself will be expecting you!','Speak with the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer.','What took you so long? Time waits only for Aspects, $r.$B$BWe have much work to do, you and I.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11997,10958,394,0,136,73,75,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','The Westfall Brigade has been dispatched to the northeastern part of Grizzly Hills to secure passage for our troops. They have established a base camp to the northeast of Grizzlemaw, and to the southwest of Thor Modan.$B$BYou might recognize the brigade\'s leader, Captain Gryan Stoutmantle as an honored veteran of the war against the Scourge in Lordaeron. But the people of Westfall know him best for his decision to leave the battlefield and return home to take on the Defias.','Speak with Captain Gryan Stoutmantle at the Westfall Brigade Encampment.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(11998,10958,394,0,136,73,75,0,1101,0,0,0,0,0,0,0,0,12002,0,0,'Softening the Blow','Our best bet for moving our forces quickly to Icecrown Glacier lies with the network of tunnels beneath the ancient iron dwarf city of Thor Modan.$B$BBrugar Stoneshear and his Explorers\' League boys aren\'t going to be happy, but orders are orders.$B$BThe news might go over better if you brought him a cask of that moonshine sold by that trapper, Hugh Glass, down at Redwood Trading Post, southeast of here along the tree line.$B$BMan\'s not right in the head, but you won\'t find better moonshine out here.','Bring Brugar Stoneshear at the Westfall Brigade Encampment a cask of Howlin\' Good Moonshine.','Let me get this straight -- a $r I don\'t know brings me a cask of the finest booze in this miserable forest. Ok, then, what are you after?','What\'s that you have there?','','','','','',35796,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,5),(11999,10958,65,0,136,71,72,0,690,0,0,0,0,0,0,0,0,12005,0,0,'Rifle the Bodies','The Moonrest Gardens to the southwest were the final resting place of a group of Highborne elves. It was also a ley line nexus.$B$BThe blue dragonflight used a magical device they call a surge needle to destroy that nexus, freeing the power to redirect at their will.$B$BI want more information and you are going to get it for me!$B$BAfter the land was destroyed at the ruins, the ghosts of the Highborne rose up and decimated half of the mage hunters there. Go rifle their corpses for clues.','Find the Moonrest Gardens Plans and return them to the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer.','Curious, they seek an accord with the Ethereum. The ethereals could prove a powerful ally for Malygos and his madness.$B$BThis will not do!','You have returned. What did you uncover?','','','','','',35783,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11996,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,274,0,0,0,0,0,0,6,0,0,5),(12000,10958,65,0,136,71,72,0,1101,0,0,0,0,0,0,0,0,12004,0,0,'Rifle the Bodies','The Moonrest Gardens to the southwest were the final resting place of a noble group of Highborne elves. It was also a powerful ley line nexus.$B$BThe blue dragonflight used a magical device they call a surge needle to destroy that nexus, freeing the power to redirect at their will.$B$BI need more information and I hope that you will get it for me.$B$BAfter the upheaval at the ruins, the ghosts of the Highborne rose up and decimated half of the mage hunters present. Go rifle their corpses for clues.','Find the Moonrest Gardens Plans and return them to the Image of Archmage Modera at Stars\' Rest.','Curious, they seek an accord with the Ethereum. The ethereals could prove a powerful ally for Malygos and his madness.$B$BThis will not do!','You have returned. What did you uncover?','','','','','',35783,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',11995,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,274,0,0,0,0,0,0,6,0,0,5),(12001,10958,284,284,4224,5,5,0,0,0,0,0,0,0,0,0,0,0,35789,1,'zzOLDHunting Tarot: Lesser Beasts','Staring into the card, the image blurs until you see yourself standing covered in the furs from many wolves and bears. You can only assume this is your destiny should you invoke the tarot\'s power.','Collect 12 Torn Hides and then summon the Huntsman with the Hunting Tarot. The Torn Hides can only be gathered from beasts of level 5 or higher.','','','','','','','',11407,35789,0,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12002,10958,394,0,136,73,75,0,1101,0,0,0,0,0,0,0,0,12003,0,0,'Brothers in Battle','I hope Gryan knows I withdrew my men from Thor Modan when the battle began. There\'s no way we can excavate anything until that place settles down.$B$BYou seem like a brave sort, though, and you have Stoutmantle\'s trust.$B$BThor Modan is just to the northeast of us and the battle still rages between our Earthen brothers and the creations of those accursed iron dwarves. Help our brethren to even the odds and I\'ll start figuring out how we\'re going to accomplish this survey of Thor Modan.','Kill 10 Runic Battle Golems and return to Brugar Stoneshear at the Westfall Brigade Encampment.','$B$BIt sounds like things may be calming down there a bit. We\'ll start looking for entrances to the iron dwarves\' tunnel system.','How are things at Thor Modan?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26284,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',11998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,1,0,5),(12003,10958,394,0,136,73,75,0,1101,0,0,0,0,0,0,0,0,12010,0,0,'Uncovering the Tunnels','The first place we\'ll search for entrances to the Thor Modan tunnel system will be the outlying buildings.$B$BAs I left the site with my men, it looked like the iron dwarf defenders were taking refuge inside the buildings. Be careful as you explore them.$B$BAny tunnel entrances are likely to be toward the back of the buildings. I\'m not sure what Stoutmantle thinks we\'re going to find down there, but I doubt the iron dwarves will make the search easy.','Brugar Stoneshear at the Westfall Brigade Encampment wants you to explore the North Building, the East Building, and the South Building of Thor Modan.','$B$BNo entrances? None?$B$BNo, of course it couldn\'t be that easy. Well, I suppose there\'s no avoiding a foray into the city proper. My boys\'ll never get back to their real work.','I don\'t suppose you managed to find the tunnels, did you?','','Investigate North Building','Investigate East Building','Investigate South Building','',0,0,0,0,0,0,0,0,0,0,0,0,26468,26470,26469,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',12002,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(12004,10958,65,0,136,71,73,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Prevent the Accord','We need to kill two birds with one stone here, $c. You\'re the stone.$B$BOur two birds are Wind Trader Mu\'fah and Goramosh. They should be somewhere in the western half of the Moonrest Gardens. Most likely they\'re in the larger two-story building overlooking the pit.$B$BI require proof of their demise, if you would be so kind.','Deliver Wind Trader Mu\'fah\'s Remains and the Scales of Goramosh to the Image of Archmage Modera at Stars\' Rest.','Unfortunate that Goramosh indicated the accord had already been reached.$B$BNonetheless, that\'s two less worms we\'ll have to worry about. Let us get to more important business.','Have you prevented the accord between the blue dragonflight and the Ethereum?','','','','','',35800,35801,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37943,37987,38031,38094,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,350,0,0,0,0,0,0,106000,0,0,0,0,0,0,0,0,0,0,153900,0,0,0,0,'',12000,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,6),(12005,10958,65,0,136,71,73,0,690,0,0,0,0,0,0,0,0,0,0,0,'Prevent the Accord','We need to kill two birds with one stone here, $c. You\'re the stone.$B$BOur two birds are Wind Trader Mu\'fah and Goramosh. They should be somewhere in the western half of the Moonrest Gardens. Most likely they\'re in the larger two-story building overlooking the pit.$B$BI require proof of their demise, if you would be so kind.','Deliver Wind Trader Mu\'fah\'s Remains and the Scales of Goramosh to the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer.','That\'s alright, $c, just put them down on the ground there in front of Agmar\'s throne.$B$B$b$bLet the destruction begin!','Even magnataur should know not to mess with goblins.','Garm Teleporter Activated','','','','',40731,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',12832,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,5),(12822,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Know No Fear','Now that we have the teleporter open, my plan is quite complex... it has several facets and will take impeccable coordination. And there are supplies to be gathered! And troops to recruit! Likely, weeks of hard labor as well!$B$BHahah, I had you going there for a moment, didn\'t I? You\'ve got this, kid. Hop through the teleporter and take the fight to them! Our sappers will back you up... they won\'t have anywhere to run.','Ricket at K3 wants you to kill 6 Garm Watchers and 8 Snowblind Devotees.','Haha! That\'ll teach those brutes to waste our time. From this day forth, green skin will strike fear into the hearts of all magnataur!','Nothing strikes fear into the enemy quite like a goblin sapper!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29553,29554,0,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',12821,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,5),(12823,10958,67,0,128,77,78,0,0,0,0,0,0,0,0,0,0,12824,41431,1,'A Flawless Plan','Hey there! Joining us for the assault I assume?$B$BI\'ve got a special task for you... we\'re going to bring the whole cave down on their heads! Towards the back of their cave, you should find Frostgut\'s Altar. Sneak up and plant this hardpacked explosive bundle somewhere close to it.$B$BOnce the charge is placed, stick around just long enough to make sure Frostgut bites it, then get out quickly! There\'s no knowing how long the cave will last once that thing goes off!','Gino at Garm\'s Rise wants you to plant the Hardpacked Explosive Bundle near Frostgut\'s Altar, kill Tormar Frostgut, and then escape the cave before it collapses on you.','The whole mountain shook! Was it gorgeous? I bet it was! How could it not be?$b$bAnd the Inventor\'s League tells me all of my inventions just blow up. Darn right they do! Hah!','That explosive bundle is my baby... it took me weeks to perfect it. WEEKS!$B$BThat\'s a long time... okay.','','Place Explosive Bundle','','','',0,0,0,0,0,0,0,0,0,0,0,0,29999,29626,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,5),(12824,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Demolitionist Extraordinaire','You\'ve got some swift feet on you sonny! Thanks for lending a hand with those explosives... I\'ve been waiting to give that invention a good test run for a while!$B$BGo ahead and tell Ricket we should be covered on the magnataur front now... my sappers will clean up any of the remaining baddies.$B$BThanks again!','Return to Ricket at K3.','You blew the whole place up? Way to go! I bet Rio got a kick out of that.$b$bWe really appreciate all of the help you\'ve lent us, $n. How bout a souvenir for your troubles?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42790,42803,42815,42826,42823,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6800,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',12823,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,1),(12825,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Expressions of Gratitude','','[PLACEHOLDER] Use mini-plane to kamakazi on the gnoll leader.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12826,10958,67,0,128,77,78,0,0,0,0,0,0,0,0,0,0,12820,40969,1,'Slightly Unstable','Looking good!$B$BNo, not you - my new mines. You\'re just a little full of yourself, aren\'t you? I, on the other hand, am absolutely brilliant! My intellect cannot be matched.$B$BWhat were we talking about? Oh yes, my new mines! New and improved... ready for whatever devious use Ricket has concocted.$B$BBe a $G good lad:doll; and go hand them off to Ricket, will you? She\'s right over there... it should be quite the epic journey, I\'m sure. Be careful though, she\'s a little loopy.','Deliver Jeer\'s Improved Land Mines to Ricket in K3.','Well, aren\'t these just the cutest little packets of destruction you\'ve ever seen?!','Jeer finished the mines? Dandy.','','','','','',40969,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6800,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',12819,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,6,0,0,1),(12827,10958,67,0,136,77,78,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Reclaimed Rations','Hey hey! You\'re a new face! Care to lend Ricket a hand?$B$BWe have a somewhat unexpected problem - food shortage. I know, I know... we should have seen that coming, but you don\'t get it. We tend to have somewhat of a quick turn-around here with our sapper squad and all, so usually we don\'t have to worry about long term eats. Good old K3\'s gotten popular though.$B$BConvenient solution? There are gnoll camps to the west and some gnolls scattered, scavenging as gnolls do. Care to go nab some of their rations?','Ricket at K3 wants you to repossess 16 Dried Gnoll Rations from the nearby Savage Hill Gnolls.','I hope they weren\'t too hesitant to share the wealth. we\'ve been pretty forgiving with them picking through our leftovers thus far.','Hey there again! My belly\'s rumbling... how\'d it go?','','','','','',40645,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,60,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(12828,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ample Inspiration','Wow! That stuff is nasty. Not to account for gnoll taste or anything, but I figured whatever they had would at least be... edible?$B$BLet\'s get more creative.$B$BTore\'s got an explosive dispenser north of town... not far from the big cavern entrance, can\'t miss it. I\'m sure she intends them for mining purposes of some sort, but I\'ve got a better idea.$B$BGrab one of those things and rush it to one of the nearby mammoths... most of them are to the west. Collect the meat, bring it back.','Ricket at K3 wants you to retrieve a U.D.E.D, use it to blow up a mammoth, and retrieve 8 Hearty Mammoth Meat.','And it\'s already well-done! I outdo myself sometimes.$b$bThanks much, friend!','I know my plan was brilliant. Don\'t even worry about it.$b$bDoes it feel good to be in the presence of greatness? A little tingly maybe?','','','','','',40728,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42785,42798,42810,42825,42822,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',12836,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,60,0,0,1,1,0,0,0,0,0,0,0,1,0,0,5),(12829,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moving In','Hiya! The name\'s Tore. I head up the mining operation here at K3... or I will shortly anyway!$B$BThis here cave is full of creepy-crawlies. I think we could do with a few less spiders before we move in - what\'d you think?','Tore Rumblewrench outside of Crystalweb Cavern wants you to kill 12 Crystalweb Spiders.','Ha ha! Good to see you\'re up for some dirty work.$b$bMuch appreciated there, $gpal:lass;!','Be careful near that dispenser! Those things are dangerous.','','Crystalweb Spiders slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,29412,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12830,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ore Repossession','We\'re moving in!$B$BThere were some snobolds here when we arrived... their mining operation seems to have met some unfortunate happenings though. Doesn\'t much matter - we were taking over soon anyway.$B$BI sent some of our miners in there to get me some ore samples that I can use to calibrate our machines for processing, but they haven\'t come back.$B$BMind going in there and nabbing some samples for me in their stead? The snobolds probably have some on them, though I\'d expect most of them are dead by now.','Tore Rumblewrench outside of Crystalweb Cavern would like you to retrieve 5 samples of Impure Saronite Ore.','Woo! That\'s a ripe stench right there! You had to get hands-on with some of those snobolds, didn\'t ya?$b$bI do appreciate it though!','Ya have some ore for me?','','','','','',40744,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12831,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,12832,0,0,'Only Partly Forgotten','Oi... it\'s like there\'s a propeller in my stomach.$B$BI think I can walk, but I got something nasty in my system when I got bit by something in the back of the cave. It was bigger than the other spiders... and brightly colored.$B$BRicket can probably make me an antidote, but she\'d need the venom sac from whatever bit me. Would you mind finding it for me? I don\'t think Tore\'s coming.$B$BI\'ll just pretend I\'m dead here and hopefully they\'ll leave me alone.','An Injured Goblin Miner in Crystalweb Cavern wants you to bring back an Icetip Venom Sac from an Icetip Crawler.','That should cut it... I hope Ricket can put something together for me. Ready to get out of there, then?','','','','','','',40944,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12832,10958,67,0,138,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bitter Departure','Oi - thank you! I thought for sure I\'d just be a spider snack. Perhaps I\'m speaking a bit soon though - let\'s get the heck out of here!$B$BLet me know as soon as you\'re ready to go... make it quick.','Escort the Injured Goblin Miner out of Crystalweb Cavern and then speak to Ricket at K3.','Thanks for helping out our miner back there, $n! I should be able to put together an antidote no problem.$b$bIf you stumble into Tore agian, tell her that she\'s a jerk for me, will ya?','I take it that things went well at the cavern? Was Tore decent to you?','Escort the Injured Goblin Miner to K3.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42799,42828,42786,42811,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',12831,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12833,10958,67,0,4224,77,78,0,0,0,0,0,0,0,0,0,0,0,40676,1,'Overstock','Hey there again! You didn\'t run off like all the other adventurers did? Well, you\'re just a peach, aren\'t ya? I was beginning to think I smelled funny or something!$B$BWe could still use a bit of a hand around here, and you have just the right experience. Remember those magnataur? Well apparently the cave didn\'t completely collapse... there are still quite a few left. So much for Gino taking care of them, eh?$B$BFortunately, Jeer made way more than enough mines. You\'ve got this!','Ricket at K3 wants you to use Improved Land Mines at Garm\'s Bane to fend off the attackers from Garm. Both Garm Invaders and Snowblind Followers will count towards this goal.','I like you. In fact, you rock!$b$bYay for you!','Boom! Ha ha!','','Garm Invader slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,29618,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',12824,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,3,6,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12834,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Not Rain, Nor Snow, Nor Exploding Plane','','[PLACEHOLDER] Test cold-weather bomber on giant.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12835,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'All Grown Up','','[PLACEHOLDER] Test Grown Up Jormungar on Giant','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29553,29554,0,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12836,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Expression of Gratitude','I know just the job for an eager newcomer! We\'ve got a gnoll problem. You might even call it a gnoll infestation! Pesky things. They keep creeping up more and more, and now they\'re on our doorstep, stealing our parts! Inconceivable.$B$BIt all begins and ends with their uppity leader, Gnarlhide. I want you to see to that \"ends\" part. Go pay him a visit at his camp all the way to the west, in Snowblind Hills.$B$BAnd when I say \"pay him a visit,\" that\'s a euphemism for \"kill him painfully.\" Kay? Kay!','Ricket at K3 wants you to kill Gnarlhide.','Groovy! You\'re my kind of $r.','I like Ricket cause she\'s sooo delicious!$B$BOh, hey there again! How goes the pest control?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30003,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,5),(12837,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tore\'s Got the Goods','','[PLACEHOLDER] Report to Tore','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12838,10958,210,0,4232,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Intelligence Gathering','I need to know what the Scarlet Onslaught is planning today. You will be my instrument in this task.$B$BFly to Onslaught Harbor and rifle through their baggage trunks for documents. The trunks will be locked, so you\'ll have to take the keys from the Scarlet Onslaught members by whatever means.','Aurochs Grimbane at Death\'s Rise wants you to collect 5 Onslaught Intel Documents.','Hand them over. I will sift through the useless ones and if there\'s anything actionable, I will call upon you.$b$bEither way, return tomorrow. It is well known that they change their plans on a daily basis.','You have information for me?','','','','','',40640,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12839,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12840,40666,1,'The Grand (Admiral\'s) Plan','At first this note looks like any of the other intel that you\'ve been looking for. However, a quick perusal of its contents disabuses you of this notion.$B$BThe letter conveys that Grand Admiral Westwind is present somewhere on the island, but that he is keeping himself secluded for now. He speaks of a glorious day that is coming soon in which the Scarlet Onslaught will wash over first the Lich King and then the rest of world to finally bring order to Azeroth.$B$BThe lord-commander will want to see this!','Deliver the Note from the Grand Admiral to Lord-Commander Arete at Death\'s Rise.','A note written by Westwind? Why didn\'t you say so?$b$b$b$bThe fool! He\'s actually here?!$b$b$b$bThis is new information. I wonder how he imagines that he\'s going to conquer the world once he\'s taken down the Lich King? Not that he could accomplish either task in his wildest imaginings.','Scarlet Onslaught intel is to be delivered to Aurochs Grimbane.$b$b','','','','','',40666,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12840,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12847,0,0,'In Strict Confidence','If anyone knows where the admiral is, then surely it must be his captains on the ships in Onslaught Harbor.$B$B$B$BWelsington and Hartford are their names if memory serves. Go beat the information out of them and then end their miserable lives.$B$BI want to know where the grand admiral is hidden!','Lord-Commander Arete at Death\'s Rise wants you to beat information out of Captains Welsington and Hartford.','They resurrected Landgren? He\'s the one that will know where the grand admiral is then!','Where is Grand Admiral Westwind?','','Captain Welsington beaten for information and killed','Captain Hartford beaten for information and killed','','',0,0,0,0,0,0,0,0,0,0,0,0,29489,29490,0,0,1,1,0,0,0,0,0,0,0,0,0,0,43883,43920,43919,43890,43921,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12839,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12841,10958,67,0,136,77,79,0,0,0,0,0,0,0,0,0,0,12905,0,0,'The Crone\'s Bargain','Yes, it must be the green-skinned prisoner you\'re after... We might be able to help each other.$B$BYou\'re not going to get the goblin out of here by force. Not alive, anyway.$B$BAmong my people I am known as a Yrkvinn, a practitioner of illusions. As you can see, the Hyldnir have made me their prisoner.$B$BIf I had my runes, I could make you go unnoticed among them. Further inside, patrolling the mines, you\'ll find an overseer named Syra. She has my runes. Retrieve them and we\'ll talk some more.','Lok\'lira the Crone inside the Forlorn Mine wants you to retrieve the Runes of the Yrkvinn from Overseer Syra.','I wasn\'t sure you were coming back. I dread to think what will happen to me if I stay here for much longer.','My runes, $n? Do you have them?','','','','','',40690,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130800,0,0,0,0,'',12846,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12842,10958,0,372,138,55,55,0,0,32,0,0,0,0,0,0,0,12848,0,0,'Runeforging: Preparation For Battle','The mark of war is etched indelibly upon your soul, death knight. You have learned the dark art of runeforging and with it you will engrave runes of power upon your weaponry.$B$BPreparations for battle must be made. Return to one of the runeforges, here in the Heart of Acherus, and use the power of runeforging to emblazon your weapon with a rune of power!$B$BReturn to me when your blade glows with dark energy!','Instructor Razuvious in Ebon Hold has commanded you to use your Runeforging ability to engrave a rune [of your choosing] upon your Runed Soulblade.$B$BYou may freely replace the engraving upon your weapon at any time, so long as you are near a Runeforge.','Remember these words, death knight: The Runeforge is a Scourge instrument. It exists only in Acherus, Naxxramas and the heart of Icecrown! You may only emblazon your weaponry at a Runeforge.$B$BReturn often and emblazon all of your weapons. A death knight must be prepared for all that would dare oppose $g him:her;!','Do not waste time, $N. We are on the brink of apocalypse!\n','Weapon emblazoned','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',12619,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,25,1,1,0,0,0,0,0,0,0,0,7),(12843,10958,67,0,136,77,79,0,0,0,0,0,0,0,0,0,0,12846,0,0,'They Took Our Men!','You have to help us! We were in the middle of an expedition into the mountains to set up a transmission tower when we were attacked.$B$BThey looked like vrykul, except their skin was blue and layered with frost.... and they were all female! They took all the men in the expedition and let us women go. Please, $N! We think they\'re being held in Sifreldar, the village overlooking K3.','Gretchen Fizzlespark wants you to go to Sifreldar Village and rescue 5 Goblin Prisoners.','You did it! Our boys are back!','Did you find our men, $N?','','Goblin Prisoner freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,29466,0,0,0,5,0,0,0,54530,0,0,0,0,0,0,0,42842,42866,42888,42877,42864,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12844,10958,67,0,136,77,79,0,0,0,0,0,0,0,0,0,0,0,0,0,'Equipment Recovery','Please, $N. When the Hyldnir took our men, they also took all our equipment. Of course, it\'s more important that we get our boys back, but if you run into any of our equipment, I\'d really appreciate it if you brought it back to us.$B$BYou\'ll find their village just above us, to the north.','Gretchen Fizzlespark wants you to obtain 8 pieces of K3 Equipment in Sifreldar Village north of K3.','Thanks, $n! We\'ll see what we can do to salvage these parts!','Any luck with our equipment, $n?','','','','','',40726,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71000,0,0,0,0,0,0,0,0,0,0,130800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12845,9036,0,284,1160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dalaran Teleport Crystal Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12846,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,12841,0,0,'Leave No Goblin Behind','All of our boys are back... thanks to you, $N! Well... all but one.$B$BMy brother Zeev is still up there according to the others. Apparently they have some sort of mine where they make their prisoners work. Go in there and see if you can find out anything.','Find the entrance to the Forlorn Mine in northern Sifreldar Village and look for clues for Zeev Fizzlespark\'s whereabouts.','You\'re definitely not with the Hyldnir... so what are you here for? Ah... you must be looking for the new prisoner!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64800,0,0,0,0,'',12843,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12847,10958,210,0,262272,77,80,1,0,0,0,0,0,0,0,0,0,12852,40730,1,'Second Chances','I\'d heard they have an archbishop in their cathedral, but I had no idea that they\'d resurrected and promoted Landgren! The Crimson Cathedral is heavily guarded with only one entrance, so you\'ll need help.$B$BWe still need to know where the grand admiral is, but this time we\'re not taking any chances!$B$BTake this device. It can be used to summon a gate for me to step through once you\'ve killed the archbishop.$B$BI\'ll have my answers directly from his compelled soul! We will find Grand Admiral Westwind!','Kill Archbishop Landgren and then summon Arete\'s Gate in the presence of his corpse. Speak with Lord-Commander Arete inside The Crimson Cathedral once he\'s completed his questioning of the archbishop\'s spirit.','Hidden caves on the backside of the island. How very interesting.$b$bWell, at least now I know where all of my missing spies are.','Yes?','','','Arete\'s Gate summoned','','',0,0,0,0,0,0,0,0,0,0,0,0,29542,29550,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',12840,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(12848,10958,0,372,128,55,55,0,0,32,0,0,0,0,0,0,0,12636,40732,1,'The Endless Hunger','The endless hunger will soon take hold of you, $c. When it does, you will feel pain immeasurable. There is only one remedy for the suffering: the hunger must be sated.$B$BI give you the key to your salvation.$B$BChained to the Heart of Acherus are those deemed unworthy of the dark brotherhood. Use the key to free an unworthy initiate. Allow them to equip their gear and battle you for their freedom. Kill and the pain will cease. Fail and suffer for eternity.$B$BLive or die - the choice is yours to make.','Instructor Razuvious in Ebon Hold has commanded you to free an Unworthy Initiate and then kill the Unworthy Initiate in cold blood!$B$BIt\'s your life or theirs!','As expected, my chosen knight has triumphed! You are ready, $N.','Two lives, one key... Do not fail me, $N.','','Unworthy Initiate dominated','','','',0,0,0,0,0,0,0,0,0,0,0,0,29519,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',12842,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(12849,10958,0,372,65536,55,55,0,0,32,0,0,0,0,0,0,0,0,0,0,'The Power Of Blood, Frost And Unholy','Train your spells to become a truly Deathknight','Talk to me after training your spells','Within the Hall of Command you will find the schools of blood, frost and unholy. Each school has a trainer that can provide you with knowledge in the various dark arts.$B$BI, Lord Thorval, am the headmaster of the school of blood. Lady Alistra reigns over unholy and the arch-lich, Amal\'thazad, holds dominion over frost.$B$BYou must return here whenever you gain power and train!','Really?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',12714,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,0,0,0,7),(12850,10958,0,372,136,55,55,0,0,32,0,0,0,0,0,0,0,12670,0,0,'Report To Scourge Commander Thalanor','Scourge Commander Thalanor awaits your arrival at the overhang located directly southeast of our current position. Report to Thalanor and requisition a Scourge gryphon to deliver you to Death\'s Breach.$B$BPrince Valanar will be waiting for you down below.$B$BSuffer well, $g brother:sister;! ','Report to Scourge Commander Thalanor at the balcony on the first floor of Ebon Hold.','The war has begun, death knight! I shall place you upon my finest gryphon and deliver you to Death\'s Breach. Chaos, death, destruction! You will herald in all of this and more!\n','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',12657,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,3,5,1,66,0,0,0,0,0,0,0,0,1),(12851,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12856,0,0,'Going Bearback','The test awaits, woman!$b$bDo you have the heart of a warrior queen? Or that of a sniveling seamstress?$b$bOne taste of war and you\'ll know the answer.$b$bYou might lie to your mother, your sisters, and even yourself, but the battlefield always exposes one\'s true nature.$b$bWhen you\'ve made your preparations, mount Icefang and ride into battle. From her back, you must rain down a shower of death upon our enemy.','Brijana at Brunnhildar Village wants you to mount Icefang and shoot 7 Frostworgs and 15 Frost Giants in the Valley of Ancient Winters.','Perhaps you do have the heart of a warrior.$b$bTime will tell...','Have you survived the battle, $N?','','Frostworgs Burned','Frost Giants Burned','','',0,0,0,0,0,0,0,0,0,0,0,0,29595,29597,0,0,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12972,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12852,10958,210,0,128,77,80,1,0,0,0,0,0,0,0,0,0,0,40917,1,'The Admiral Revealed','When High General Abbendis was confronted at New Hearthglen, the grand admiral protected himself within an impenetrable sphere of magic before making his escape.$B$BI am particularly adept at nullifying magic.$B$BTake this to use against him inside The Hidden Hollow when he puts the sphere up. I wish that I could be there to see the look on his face when you do it.$B$BDeal with him.','Lord-Commander Arete wants you to deal with Grand Admiral Westwind. Return to the lord-commander upon Death\'s Rise after you have done so.','MAL\'GANIS?!!$b$b$b$bThe fools were taken in by the demons yet again and now they are destroyed!$b$bI trust that my favorite $c will stick around long enough to help us finish off the rest of them? Perhaps one of these would convince you?','','','Grand Admiral Westwind dealt with','','','',0,0,0,0,0,0,0,0,0,0,0,0,29627,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44034,44033,44017,44035,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',12847,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(12853,10958,67,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Luxurious Getaway!','Hey there, pal!$B$BDo you like excitement and explosions?! Who doesn\'t? I know just the place for you. Down at luxurious K3, they\'re always making innovative inventions and finding all-new ways to make things blow up! Sounds thrilling, doesn\'t it? If you want to be part of the fun, head on down today and speak to Jeer Sparksocket!$B$BMandatory disclaimer: manual labor may be required to partake in previously indicated \"excitement.\"','Speak to Jeer Sparksocket at K3 in the Storm Peaks.','Welcome to K3!$B$BWe came here to make our way into those peaks and get our fair share of some of those amazing titan machines. Progress on that end has been somewhat minimal, though. Gnolls, snobolds, magnataur... there\'s no shortage of trouble to go around... not to mention, we can\'t seem to keep any fliers in the air without their motors freezing.$B$BThere\'s plenty of work to be done though - lend a hand, eh?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6800,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,2,3,1,0,0,0,60,0,0,0,0,0,1),(12854,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'On Brann\'s Trail','After the discovery of Brann\'s journal in Grizzly Hills, we\'ve only had one other communication from Brann. A mysterious note found its way to Explorers\' League headquarters in Ironforge, with no indication of where it came from. All it said was that we\'re to meet Brann at his camp and help him with his search.$B$BFrom what I can tell, the camp should be located northeast of here, across the Bor\'s Breath River and at the foot of some ruins from the Path of the Titans.','Retrieve the Burlap-Wrapped Note from Brann\'s camp and return it to Archaeologist Andorin at Frosthold.','$b$bYou were supposed to come back with Brann, not a piece of paper. What\'s going on here?','Did you find Brann\'s camp?','','','','','',40947,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12855,10958,67,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,12858,41430,1,'Sniffing Out the Perpetrator','The tone of Brann\'s note suggests he meant to bury something with the note, maybe a pack of some kind. You\'re sure this was all you found?$B$BOkay, I\'m going to have you take one of these frosthounds with you. The frostborn use them for tracking. Bring it to the destroyed camp and let it get Brann\'s scent.$B$BIt should at least lead you to the location of those missing possessions, and if we\'re lucky, Brann himself. ','Use the Frosthound Collar at the Abandoned Camp to track down whoever took Brann\'s possessions. When you recover them, use the communication device and speak to whoever you can contact.','You... you\'re not a member of the Explorers\' League, at least not one I remember. But, if you recovered the communicator, they must\'ve sent you. Good, that\'s almost what I was hoping for.','Who are you?','','Track down thief','','','',0,0,0,0,0,0,0,0,0,0,0,0,29677,0,29695,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12854,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12856,10958,67,0,0,77,80,0,0,0,0,0,0,0,0,0,0,13063,0,0,'Cold Hearted','To be slain honorably on the field of battle brings us all glory. To be frozen in a block of ice and endlessly taunted does not....$b$bYou are to fly to the frost giant city of Dun Niffelem, just east of the Valley of Ancient Winters, and liberate a captive proto-drake. With her, you will be able to free our sisters from their frozen bonds and carry three of them safely home.$b$bBeware the giants\' clubs, sister, lest you find yourself numbered among the captives.','Brijana, just east of Brunnhildar Village, wants you to fly to Dun Niffelem, then free 3 Captured Proto-Drakes and rescue 9 Brunnhildar Prisoners.','Your efforts appear to have been successful, $gbrother:sister;.$b$bYou have brought glory to the Brunnhildar!','Was your mission successful, $gbrother:sister;?','','Rescued Brunnhildar Prisoners','Freed Proto-Drakes','','',0,0,0,0,0,0,0,0,0,0,0,0,29734,29709,0,0,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12851,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,1,396,0,0,0,0,0,0,0,0,0,0,5),(12857,10958,66,0,136,74,75,1,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Ragemane\'s Flipper','Posted by Chief Rageclaw:$B$BChief Rageclaw trusty lion seal, Ragemane, bite hand that feed him. Rageclaw say Ragemane no more good because of bad Drakuru trolls. Chief Rageclaw very sad to ask that Ragemane be killeded and Ragemane flipper be returned to chief as proof.$B$BYou find Ragemane to southeast, at Rageclaw Lake.$B$BChief Rageclaw sorry for bad writing. First time use one of these things; plus, Chief Rageclaw is wolvar, not person.\n','Recover Ragemane\'s Flipper and return it to Chief Rageclaw at Light\'s Breach in Zul\'Drak.','$b$bHad Ragemane since pup. Sad day for Rageclaw. First troll attack Rageclaw, then troll make Ragemane bad. Rageclaw never trade with troll again!','Poor Ragemane. He was gift from brother-in-law. ','','','','','',41115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41987,44734,44735,44736,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,118000,0,0,0,0,0,0,0,0,0,0,157200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,3,7,1,1,0,0,0,0,0,1,0,0,6),(12858,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,12860,0,0,'Pieces to the Puzzle','Thank the Light that someone got my message. Now that I\'m safe from the iron dwarves, I need to ask your help with something. I\'ve got a lead on Norgannon\'s keystone, which guards access to Ulduar\'s archives, but the Titans divided it into two pieces and secreted them away.$B$BOne of the pieces, the keystone\'s shell, is held within the Inventor\'s Library on the northern coast, south of Ulduar itself. The first thing you\'ll need to do is retrieve the fragments of an access disk from the library\'s guardians.','Gather 6 Inventor\'s Disk Fragments and use them to assemble the Inventor\'s Disk.','Wonderful! Now that we have the disk, you must use it to open the Inventor\'s vault!','Did you complete the disk?','','','','','',41132,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12855,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12859,10958,66,0,128,74,75,0,0,0,0,0,0,0,0,0,0,0,41131,1,'This Just In: Fire Still Hot!','Trolls attack Rageclaw Den and kick Rageclaw out! It get worse. Trolls now burning village! This very bad. Chief make top Rageclaw shaman, Moky, do study on fire. Results very surprising! Fire still hot and can burn things.$B$BWill you help Rageclaw and put fire out? Moky has special Rageclaw fire extinguisher for you. Use special fire extinguisher to put out fire at Rageclaw Den to southeast. Sometimes take many sprays to douse fire, but extinguisher always have water! Rageclaw magic strong!','Elder Shaman Moky at Light\'s Breach in Zul\'Drak wants you to use the Rageclaw Fire Extinguisher to douse 15 hut fires at Rageclaw Den.\n','It strange because I know you put fire out, but fire still burning. Maybe this thing not so good after all, eh? Still, Moky pay you for what you do! Hopefully troll burn too!','Hrm, put fires out?','','Hut Fire Doused','','','',0,0,0,0,0,0,0,0,0,0,0,0,29692,0,0,0,15,0,0,0,55037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41755,0,0,0,1,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12860,10958,67,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,13415,41179,1,'Data Mining','That disk you assembled... it\'s blank! That crafty Mimir must\'ve hidden the information somewhere else. Look around the Inventor\'s Library; do you see any databanks there?$B$BThat might be what you need to do with the disk. Try using it near some of those databanks. Perhaps it\'s set to retrieve and store information from them. After you\'ve tried your hand at that, contact me again and let me know what you\'ve found. Meanwhile, I\'ll be trying to track down the other half of the archive key.','Use the Inventor\'s Disk to retrieve 7 pieces of Hidden Data from the Databanks.','$b$bI can\'t tell if there\'s anything stored there or not! You have to tell me what happened.$b$b$b$bSo it worked? At least we can count on Mimir to be systematic. Can\'t say that for the rest of these Keepers from what I\'ve been hearing... ','Did you try using the disk? What did you find?','','Hidden Data gathered','','','',0,41179,0,0,0,0,0,1,0,0,0,0,29752,0,0,0,7,0,0,0,55161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12858,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12861,10958,66,0,136,74,75,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trolls Is Gone Crazy!','Drakuru... You know who this troll is? I think bad troll are controlled by the Drakuru troll. They call themself Drakuru trolls - that how I know. Now you see why I am chief of Rageclaw. Smartest of all wolvar!$B$BBut that not why I talk to you now. Bad troll come and kick Rageclaw out of den. Rageclaw that no run away held as prisoner in village. You go to Rageclaw Den, southeast, and free captured Rageclaw. Kill troll for lock opener. You maybe kill many troll for many lock opener.','Chief Rageclaw at Light\'s Breach in Zul\'Drak wants you to use the Drakuru \"Lock Openers\" found on various Drakuru trolls to free 8 Captured Rageclaw.','Rageclaw thank you, $N. Though Rageclaw Den probably lost forever and troll-Rageclaw friendship also lost forever... and also now I think of it, Ragemane lost forever too. Also brother-in-law. He gone. Hrm, have you seen Chief\'s mate? I think she gone too.$B$BMaybe you go now. Chief a little depressed.','You rescue Rageclaw?','','Captured Rageclaw Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,29686,0,0,0,8,0,0,0,55083,0,0,0,0,0,0,0,41760,41761,41762,41763,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(12862,10958,67,0,128,77,78,0,1101,0,0,0,0,0,0,0,0,0,0,0,'When All Else Fails','So... so I don\'t think we\'re going to be getting a good foothold in those mountains.$B$BTrust me, I\'m not one to give up easily... but between freezing engines, nasty vrykul women, territorial dragon want-to-bes and the half a dozen other nasties settled in the area, this just ain\'t happening.$B$BDon\'t let that dissuade you though! Just because we can\'t get a foothold doesn\'t mean we won\'t get you there... one-way trips are pretty simple when you get down to it.$B$B','Speak to Ricket to make use of Ricket\'s D16 Propelled Delivery Device to enter further into Storm Peaks.','Ow! That looked painful. It was a pretty grand entrance though, lad!$b$bWelcome to Frosthold! Are ya here to help us find a path into Icecrown?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6800,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',12824,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12863,10958,67,0,128,77,78,0,1101,0,0,0,0,0,0,0,0,12864,41336,1,'Offering Thanks','Ah! Thanks for coming up here, $G lad:lass;.$B$BJudging by your wide eyes and shivering hands, I\'d venture a guess that you\'re somewhat new. Sounds like it would be good for you to meet our gracious hosts then!$B$BWe\'ve got some extra medical supplies... to be honest, we weren\'t expecting to have such a comfortable setup. Go ahead and give this crate to Glorthal over there, and lend them a hand if you would too. We don\'t want them to think we\'re ungrateful for how welcoming they\'ve been.','Bring the crate of medical supplies to Glorthal Stiffbeard in Frosthold.','Medical supplies? Thank you! Not exactly sure what to do with them to be honest, but I\'m sure they\'ll be useful.$b$bIt\'s good to meet you... there\'s such a colorful variety among your peoples. We\'re not used to having visitors up this way very often - it\'s good to have some fresh company.','Hello.','','','','','',41336,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,10,0,0,0,0,0,0,6800,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12864,10958,67,0,138,77,78,0,1101,0,0,0,0,0,0,0,0,12866,0,0,'Missing Scouts','There is something that I could use a hand with now that I have you.$B$BWe have a few scouts that are extremely late in returning. The peaks are harsh... but these boys know what they\'re doing.$B$BHead to the east... along the Bor\'s Breath valley and near Bor\'s Fall... they should be out that direction. If you find any sign of one of them, bring me back news immediately. We have a few enemies in the area - if any of them are getting a bit uppity, the more warning the better.','Glorthal in Frosthold has requested a search of the Bor\'s Breath valley and Bor\'s Fall for any sign of the missing Frostborn Scouts.','When a scout doesn\'t come back for this long... that\'s about the expected result. The harpies then?$b$bKing Stormheart has us train hard year round... he\'s turned us into amazing fighters. At times like this, I understand why it\'s necessary. He\'s the wisest and strongest leader I\'ve yet seen among our people... don\'t let his peachy skin fool ya.','','Locate Missing Scout','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',12863,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12865,10958,67,0,136,77,78,0,1101,0,0,0,0,0,0,0,0,12867,0,0,'Loyal Companions','Fresh blood! Good to meet ya! I\'ve got some work if you\'ve got some time.$B$BOff to the east are the Foot Steppes... pretty hard land, but there\'s quite a group of rhino that graze there. Our birds have a taste for that rhino meat, but it\'s always a bit dangerous for them to go hunting with all of the proto-drakes that nest around there.$B$BIf you\'re keen, head over that way and get some rhino meat, bring it back to the peaks above here, and then use it to feed some of the eagles that nest there.','Fjorlin Frostbrow at Frosthold wants you to obtain 8 slabs of Fresh Ice Rhino Meat and use them to feed the Stormcrest Eagles above town.','Thank you, kindly... and I\'m sure they\'re quite appreciative too. They make powerful allies; you\'ll be well off being on this side of their graces.','These birds have been loyal to us for a long time... we get on pretty well.','','Stormcrest Eagles fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,29816,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,42789,42802,42814,42833,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12866,10958,67,0,136,77,78,0,1101,0,0,0,0,0,0,0,0,12868,0,0,'Stemming the Aggressors','Damn harpies. We\'ve beat that bunch into submission more times than I can remember... and they stay quiet for a time after each bout. This time, I\'d thought that maybe it sunk in.$B$BApparently not.$B$BTheir memory may be a bit short, but if their numbers are thinned enough, they\'ll keep to themselves. Head into the valleys in the north and east and clear out a fair chunk of them for me, will ya?','Glorthal Stiffbeard at Frosthold wants you to kill 8 Frostfeather Screechers and 8 Frostfeather Witches.','It\'s dirty work, I know, but we appreciate it. Now what was the name the scout mentioned... Sirana?','Persistent buggers... can\'t ever seem to rid ourselves of all of them. They breed like rabbits.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29792,29793,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',12864,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12867,10958,67,0,136,77,78,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Baby Stealers','A few weeks ago, if you looked up, you\'d see dozens of those beautiful eagles soaring the skies. Now, only a few if any. They\'ve taken to staying with their nests nearly all the time now because the harpies have been stealing their eggs.$B$BThe harpies have grown a taste for eagle flesh, it seems... the sick wretches are caring for the eggs long enough to feast on the hatchlings. Go into the valleys to the north or the east and find the eggs... bring them back here, and I\'ll take them back to the nests.','Fjorlin Frostbrow at Frosthold would like you to bring back 15 Stormcrest Eagle Eggs.','Good stuff, lad. You\'re making fast friends.$b$bIf you stop back by soon, I\'m sure we can find one that will let you ride... they should know that you\'re trustworthy now.','We\'ll get this harpy problem taken care of... the eagles will be free to soar the skies again soon.','','','','','',41341,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',12865,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12868,10958,67,0,136,77,78,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Sirana Iceshriek','This Sirana Iceshriek sounds like the one that\'s spurring the harpies to be more aggressive. If we kill her, I suspect their attacks won\'t last long afterwards.$B$BOne of our stormriders claims to have spotted her circling the peak directly northwest of here. Go find the wench and put her down. Let\'s see this done.','Glorthal Stiffbeard at Frosthold wants you to kill Sirana Iceshriek.','It\'s done then. Thank you.$b$bI\'ve spoken with Fjorlin - he said that his men will take charge of keeping the harpies down a bit. As long as we don\'t let up again, they won\'t find the courage to think they can attack our people.$b$bI know this wasn\'t the most tasteful work - take this as a token of my appreciation.','It\'s too cold here the usual pests... we get harpies. Lucky us.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29794,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43185,43186,43188,43187,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,350,0,0,0,0,0,0,136000,0,0,0,0,0,0,0,0,0,0,162000,0,0,0,0,'',12866,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(12869,10958,67,0,4224,77,78,0,1101,0,0,0,0,0,0,0,0,0,42159,1,'Pushed Too Far','You were there with Loken, weren\'t you? The iron dwarves captured Veranus, the brood mother of the proto-drakes. The drakes don\'t seem even a little bit happy about the situation... they\'ve gotten very aggressive.$B$BThey\'ve pushed into stormcrest territory and the eagles have taken to an all out fight with them. It\'s time to return the favor. We\'re riding to the Foot Steppes and slaughtering them there.$B$BKing Stormheart left this hammer to me - make good use and see to it that I get it back.','Fjorlin Frostbrow at Frosthold wants you to ride with a Stormcrest Eagle and kill 16 Stormpeak Wyrms in the Foot Steppes.','I don\'t see the drakes being dissuaded so easily. Stop back by tomorrow if you think you can spare more time to help.','This is completely out of control.','','','','','',0,42159,0,0,0,0,0,1,0,0,0,0,29753,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',13417,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12870,10958,67,0,136,77,78,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Ancient Relics','Why hello thar!$B$BBefore you be headin\' off to do your grand questin\' and adventure, might I beg a wee favor of ya, $G lad:lass;?$B$BThese mountains be packed full\'a precious relics and baubles... this place be a dream come true for tha league. I\'d be much obliged if ya could bring any such treasures you stumble upon back ta me. You can even share in me ale for tha trouble! Trust me $G lad:lass;, that\'s a rich deal!','Return 10 Relics of Ulduar to Rork Sharpchin in Frosthold.','Beaut! Yer a good one you are.$b$bTilt one back wi\' me! Let us celebrae\' this glorious find!','Did ya find some o\' dem relics for me?','','','','','',42780,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43462,43470,43472,43473,0,0,1,1,2,2,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12871,10958,67,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,12873,41258,1,'Aid from the Explorers\' League','Interesting. I don\'t see any locking mechanisms on the shell. That suggests to me that it may take more than just finding the other piece to combine the keystone.$B$BTake the shell back to the expedition leader, Lagnus, at Frosthold. Once he gets over his awe, he should be able to glean what the core looks like based on the shell, and maybe they can get the Frost Dwarves to help find it.$B$BI\'m going to see if I can find out how to combine the two pieces. We\'ll catch up once we\'ve both made some progress.','Take Norgannon\'s Shell to Lagnus at Frosthold.','By Muradin\'s beard! Is that what I think it is?! Brann\'s really outdone himself this time... and you too for that matter! The boys back home are never going to believe this.','Hello there!','','','','','',41258,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12872,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12872,10958,67,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,44704,1,'Norgannon\'s Shell','Charging inventor\'s disk.$B$BDisk charging completed.$B$BPreparing emergency protocol gamma.$B$BEmergency protocol loaded. Please use the charged disk to activate the guardian of Norgannon\'s shell, Archivist Mechaton. The archivist will release the shell once your identity has been verified.$B$BPlease have a pleasant millennium.','Recover Norgannon\'s Shell from Archivist Mechaton.','That\'s it! That\'s the first half of Norgannon\'s keystone. Well done, $n. When I get back to Ironforge, I\'m going to have you inducted as an honorary member in the Explorers\' League!','Well, don\'t just stand there, show me the shell!','','','','','',41258,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42794,42824,42819,42807,42831,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13415,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12873,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,12874,0,0,'The Frostborn King','Definitely... I can see exactly what the core must look like. If any of the frostborn have seen it, they\'ll be sure to recognize the description.$B$BThere\'s no time to waste, let\'s get straight to business. Go talk to King Stormheart and request his aid... he\'s sure to know someone who can help us find the core. And be nice about it will you - he\'s very respected around here.','Speak to Yorg Stormheart in Frosthold.','Norgannon\'s Core? Never heard of it. I might well know someone that has though.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12871,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12874,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,12875,0,0,'Fervor of the Frostborn','I be more than willing ta lend my shelter and home ta travelers in need, but I\'m nae too keen ta force my people inte yer affairs.$B$BI\'ll tell ye what... my people are warriors, straight and true. On the day a frostborn becomes a man, he has ta prove himself in battle. He has ta show us that he\'ll not let size hold\'m back.$B$BShow me yer as strong and fierce as one of my men, and I\'ll have them lend ye an ear or a blade. Speak ta Fjorlin over by the cliff to the south there and he\'ll put ye ta the test.','Yorg Stormheart at Frosthold has requested that you speak to Fjorlin Frostbrow to secure a ride and face your challenge.','Ha! Grand tale lad... perhaps ye have a bit of frostborn blood in ye, eh? Yer not just talk anyway, and that\'s what I needed to hear.','Ye\'ve come back to me. Have ye come back to me victorious?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30142,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,42788,42801,42813,42832,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12873,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12875,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,12877,0,0,'An Experienced Guide','I don\'t know where this core is hiding, but ye knew that. I said I\'d help though, and that I shall.$B$BThere\'s a hermit by the name of Drom Frostgrip who lives in a cave north of here... down in tha valley. We\'ve strayed away from the titans a bit ourselves being that there are so few about, but Drom\'s loyal to the old ways... he keeps an eye on their most precious places and speaks te the keeper Creteus often.$B$BYer sure to find him in the back of his cave... tell\'m I sent ye and he\'ll help ye.','Locate Drom Frostgrip.','$b$bNorgannon\'s Core, eh? I\'ve spent a fair number of days trying to find anything I could about it myself, but it seems to be one of the relics that\'s still guarded. With reason I suppose.$b$bIf King Stormheart sent you, he surely must see something noble in ye... and I\'m not one to refuse my king.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12874,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12876,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Unwelcome Guests','Our scouts have spotted iron dwarves in the valley north of here. I overheard King Stormheart sending you to visit Drom and I\'m admittedly a bit worried about\'m.$B$BIf you find any iron dwarves when you head down there, put\'m down hard and fast for me, eh? I dun think they know exactly where we are or how to get here just yet, and I\'d prefer to keep it that way.','Fjorlin Frostbrow at Frosthold wants you to kill 10 Stormforged Invaders.','Grim news, lad. Those Iron Dwarves seem to be increasing in numbers... we\'ve been seeing them all over the mountains. I smell war coming.$b$bThank you for dealing with this bunch... a little more time bought.','Were the scouts right? Were there dwarves down there?','','Stormforged Invaders slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,29586,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12874,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12877,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,12986,0,0,'The Lonesome Watcher','I never found the core... but I\'ve often spoken to the keeper Creteus, and his omissions give him away. You\'ll find Creteus over the mountains to the east, in the Foot Steppes, keeping watch on the Engine of the Makers. The core might well be in there, but you\'ll need to win Creteus\'s favor.$B$BThe iron dwarves were here looking for something... it might well be the core. They took my ring. Find their leader, get the ring back, and show it to Creteus so that he knows I sent you.','Recover Frostgrip\'s Signet Ring from an Iron Dwarf Monitor and then bring it to Creteus in the Foot Steppes.','Drom\'s ring? I am to assume Drom is not well if he did not introduce you directly. I am sorry to hear of that. Drom is a noble dwarf, if an inquisitive one.$b$bOn what business have you come then?','Hello, $r.$b$bI am pleased that you have opted to utilize your tongue over your blade when making my acquaintance. I have found that a more and more rare quality among your kind of late.','','','','','',41393,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12875,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12878,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,12879,0,0,'The Hidden Relic','During your absence, I was privileged enough to parley with the dwarf Brann Bronzebeard. This dwarf indicated his purpose for seeking the keystone, and I am satisfied that it is for satisfactory intent... I believe this dwarf may be the entity for which the keystone was created.$B$BNorgannon\'s Core is located in the Frigid Tomb to the southeast. Its guardians are ancient beings of ice, and they will not welcome your presence. Best these guardians and retrieve the keystone with my blessing, $r.','Creteus in the Foot Steppes has provided you with the information to locate Norgannon\'s Core.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12986,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12879,10958,67,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,12880,41260,1,'Fury of the Frostborn King','','Bring Norgannon\'s Core back to Creteus in the Foot Steppes.','Someone is using the Forge of Wills to create this army... Ulduar is no longer safe.$b$b$r, I am pleased that you were able to reach the core before these abominations were.','Someone is using the Forge of Wills to create this army... Ulduar is no longer safe. $R, did you recover the core?','','','','','',41260,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12878,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12880,10958,67,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,41260,1,'The Master Explorer','Combining the keystone will require Norgannon\'s Binding - a device located in the Engine of the Makers, the large pit beside us. Brann should be down there with the other half of the keystone now. I have instructed him on the use of the device. He awaits your presence.$B$BI will do what I can to keep the iron dwarves occupied, but I do not have confidence that I will hold them for long. King Stormheart is returning to the defense of Frosthold with some of his men shortly. Please hurry, $r.','Bring Norgannon\'s Core to Brann Bronzebeard in the Engine of the Makers.','You\'re brilliant, lad! Brilliant! This will be a glorious day indeed.$b$bQuickly, hand me the core before those iron dwarves make their way down here.','Hey there, $glad:lass;! Good to meet ya in person. Did you find it?','','','','','',41260,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,60888,0,0,0,0,0,0,0,13200,0,0,0,0,'',12879,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12881,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Brothers Bronzebeard','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12882,10958,67,0,136,77,78,0,690,0,0,0,0,0,0,0,0,0,0,0,'Ancient Relics','Welcome to the peaks.$B$BI have a simple request before you head off on whatever grand jaunt you have planned. There are relics and treasures of ancient Ulduar scattered through these mountains. Most are likely in possession of the various sentient races.$B$BReturn any that you find to me, and I will reward you in kind. Perhaps I\'ll even let you partake on my many potent ales.','Return 10 Relics of Ulduar to Olut Alegut at the Grom\'arsh Crash-site.','These will do nicely! I am much obliged. Perhaps a drink for your troubles?','Were you able to find the relics of which I spoke?','','','','','',42780,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43462,43470,43472,43473,0,0,1,1,2,2,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12883,10958,66,0,128,74,75,0,0,0,0,0,0,0,0,0,0,12884,41262,1,'Orders From Drakuru','Minions be hearin\' da call of your masta! Da Lich King be givin\' Drakuru full control of da armies of da Scourge in Zul\'Drak. We be commanded ta kill everyting.$B$BEVERYTING MUST DIE!$B$BWe be processin\' all da corpses in da Dead Fields and sendin\' em up ta Prince Navarius\' crew in Zeramas for Scourgin\'! Notin\' goes ta waste on Drakuru\'s watch!$B$BSoon we be drinkin\' da blood of da prophets ta become stronger dan eva before! Zul\'Drak and Gundrak gonna fall to da Scourge!','Return the Orders From Drakuru to Crusader Lord Lantinga at Light\'s Breach in Zul\'Drak.','If this is the same Drakuru from Drak\'Tharon Keep we are going to need... outside assistance.$B$BDeath knights of Acherus are stationed nearby, undoubtedly following the same trail of Scourge destruction that lead the Argent Crusade here. As half of our army is tied up at the Argent Stand, battling crazed Drakkari trolls, we will have to join forces with the Knights of the Ebon Blade.$B$B$B$BI was hoping I\'d never have to see those scoundrels again after Light\'s Hope...','Drakuru, eh? I\'ve heard the name before...','','','','','',41262,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,118000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',12902,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,5),(12884,10958,66,0,128,74,75,0,0,0,0,0,0,0,0,0,0,12630,41262,1,'The Ebon Watch','West of here, across the ruined roads and structures, is the death knight encampment of Ebon Watch.$B$B$B$BTake these orders and deliver them to Stefan Vadu. He is the death knight in command at Ebon Watch. Let him know that the Argent Crusade will deal with Prince Navarius. They\'ll have to handle Drakuru.$B$BBe careful, $N. The way to Ebon Watch is teeming with Scourge.','Deliver the Orders From Drakuru to Stefan Vadu at Ebon Watch in Zul\'Drak.','$b$bOld news. The Argent Crusade is - once again - late to the party. we\'ve been tracking Drakuru since Grizzly Hills. He is slated for eradication.','What have you got there, $r?','','','','','',41262,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',12883,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,6,0,0,2),(12885,10958,67,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Exiles of Ulduar','The Storm Peaks are an intriguing place, but there\'s far more here than titan ruins. The peoples who live here face a dire threat in Loken and his minions.$B$BHe sent his favorite servants, the iron dwarves, on a brutal campaign against all the creatures of stone. He expelled the earthen from Ulduar, forcing them to take shelter at Bouldercrag\'s Refuge, on the face of a mountain west of the Inventor\'s Library. Bouldercrag and his brethren are beset by the iron dwarves there. Find and help them, $N.','Speak with Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','So you know Brann Bronzebeard, then? He is our closest ally among those of the flesh. We are as brothers in the struggle against Loken and his followers, in the struggle for Ulduar.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12872,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12886,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13064,41058,1,'The Drakkensryd','This is it. You\'ve passed all the tests of the Hyldsmeet... all but one. You\'ve risen among our sisters\' best and fiercest.$B$BThe final test is at hand. The Drakkensryd - the true test of a Hyldnir\'s worth and warrior spirit. It\'ll be you, your riding drake, a chained harpoon and a score of your sisters vying for dominance.$B$BShow no quarter. None will be expected.','Use the Hyldnir Harpoon to defeat 10 Hyldsmeet Drakeriders at the Temple of Storms. Use the Hyldnir Harpoon on a Column Ornament to exit the Drakkensryd and speak to Thorim when you\'ve succeeded.','Sif... is that you?','Begone!','','Hyldsmeet Drakerider Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,29800,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,42841,42865,42887,42876,42863,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13062,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(12887,10958,210,0,262272,77,80,0,1101,0,0,0,0,0,0,0,0,12891,41265,1,'It\'s All Fun and Games','The Knights of the Ebon Blade want to take the Scourge base known as The Shadow Vault to the northwest. I have a contact in their group who has asked for help.$B$BThe first step is to blind the Lich King. He\'s using a device known as The Ocular to watch the area, which floats above the vault\'s spires.$B$BOur dwarves have created something for you to use against it. After the \'eye\' has been destroyed, find Baron Sliver on the vault grounds. He\'s pretending to still be under the Lich King\'s will.','Destroy The Ocular and then report to Baron Sliver at The Shadow Vault.','Perhaps now we can really get something done. Don\'t be fooled though, the Lich King can still \'see\' through his Scourge minions.$b$bThat\'s why you\'re here.','The Ocular still stands! Thassarian was a fool to trust you.$B$BWhoever you are, don\'t return again until it is destroyed. My position here must not be compromised!','','The Ocular has been destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,29803,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,8495.49,2657.95,1,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,6,25,0,0,0,0,0,0,0,0,0,5),(12888,10958,67,0,128,77,80,0,0,0,202,400,0,0,0,0,0,0,41267,1,'SCRAP-E','This card allows the user to access the control panel of the scrapbot designated SCRAP-E, in order to perform maintenance and reprogram the bot\'s directives.$B$BSCRAP-E appears to be assigned to the interior of the building at The Inventor\'s Library. The card displays a list of the bot\'s broken components and failing systems. With the proper parts, the bot can be restored to working condition.','Bring the SCRAP-E Access Card along with 4 Handfuls of Cobalt Bolts and 5 Overcharged Capacitors to SCRAP-E at The Inventor\'s Library.','','','','','','','',39681,39682,41267,0,0,0,4,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12889,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Prototype Console','Designation SCRAP-E.$B$BDirective: Maintain consoles and databases of Inventor\'s Library in Keeper Mimir\'s absences.$B$BTime since last maintenance cycle: 489 days.$B$BStatus of schematic data: unknown.$B$BCurrent tasks: Repair prototype console.','Interact with the Prototype Console in The Inventor\'s Library.','You examine the display on the repaired prototype console. At least one of Mimir\'s schematics seems to have survived the long period between maintenance cycles. From the diagrams and instructions displayed in the schematic\'s file, you could easily construct the mechagnome shown.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,55252,55254,0,0,0,0,0,0,0,99300,0,0,0,0,'',12888,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(12890,10958,67,0,136,77,79,0,0,0,0,0,0,0,0,0,0,0,0,0,'If Size Mattered...','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12891,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12893,0,0,'I Have an Idea, But First...','When I was in the - ahem - employ of the Lich King, we would often use a device known as a sovereign rod to keep some of the more intelligent Scourge in line.$B$BI require that you assist me in the construction of a new one.$B$BLuckily for you, all of the necessary components are at hand: a cultist rod, an abomination hook, a geist rope, and a handful of Scourge essences.$B$BThis should not be difficult, $c.','Baron Sliver at The Shadow Vault has asked you to collect a Cultist Rod, an Abomination Hook, a Geist Rope, and 5 Scourge Essences.','Quickly, hand them to me and stay out of sight!$B$BThe rod, the hook, and the rope are all very self-evident in their usage when combined. I just need to infuse the result with the essences and we\'ll be ready to proceed.$B$BIt\'s all very mundane in its composition, but extraordinary in its application!','When you\'ve managed to acquire that which I have asked of you, I will fashion the device, with a few modifications for our purposes, and we\'ll be on with our business.','','','','','',41359,41361,41362,41363,0,0,1,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'12892 12887',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,5,1,0,0,0,0,0,0,25,0,0,5),(12892,10958,210,0,262272,77,80,0,690,0,0,0,0,0,0,0,0,12891,41265,1,'It\'s All Fun and Games','The Knights of the Ebon Blade want to take the Scourge base known as The Shadow Vault to the northwest. I have a contact in their group who has asked for help.$B$BThe first step is to blind the Lich King. He\'s using a device known as The Ocular to watch the area, which floats above the vault\'s spires.$B$BOur goblins have created something for you to use against it. After the \'eye\' has been destroyed, find Baron Sliver on the vault grounds. He\'s pretending to still be under the Lich King\'s will.','Destroy The Ocular and then report to Baron Sliver at The Shadow Vault.','Perhaps now we can really get something done. Don\'t be fooled though, the Lich King can still \'see\' through his Scourge minions.$B$BThat\'s why you\'re here.','The Ocular still stands! Koltira was a fool to trust you.$B$BWhoever you are, don\'t return again until it is destroyed. My position here must not be compromised!','','The Ocular has been destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,29803,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,8495.49,2657.95,1,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,25,0,0,0,0,0,0,0,0,0,5),(12893,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,41366,1,'Free Your Mind','Vile, Lady Nightswood, and The Leaper would make excellent weapons in the fight against the Lich King if they can be broken from his will. That is what the Sovereign Rod is for.$B$BYou\'ll find them on the ledges to the east and west of the vault, as well as on the mid-tier of the vault above us. The rod is to be used upon the corpses of the three.$B$BFly now. We will have them as our own!','Baron Sliver at the Shadow Vault wants you to use the Sovereign Rod on the corpses of Vile, Lady Nightswood, and The Leaper.','We will put those three to good use once we finally take the vault.$B$BSpeaking of which....','You have NOT turned them yet. Do not insult my intelligence, $c!','','Vile turned','Lady Nightswood turned','The Leaper turned','',0,0,0,0,0,0,0,0,0,0,0,0,29845,29846,29847,0,1,1,1,0,0,0,0,0,0,0,0,0,43874,43926,43925,43849,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',12891,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,25,5,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,6),(12894,10958,66,0,136,74,75,0,0,0,0,0,0,0,0,0,0,12903,0,0,'Crusader Forward Camp','Crusader Dargath, Crusader MacKellar, Engineer Reed and the twins, Gerk and Burr, were sent to the Dead Fields to establish a battle front days ago. As of my last correspondence with them, they had successfully established a camp on the border of the Dead Fields, northwest of here.$B$BIn light of this newfound information about Drakuru and Prince Navarius I think it would be prudent to send someone to the Crusader Forward Camp post-haste.$B$BPack up your belongings, $N. You must leave at once!','Seek out Crusader MacKellar at the Crusader Forward Camp in Zul\'Drak.','Everything was fine until the Scourge attacked. They took off with Dargath, Gerk and Burr and they also destroyed our ride. Guess who led that attack?$B$B$B$BNavarius...$B$BSeems this whole area is some type of factory for Scourge. We\'re in the middle of a damned undead mine field!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',12883,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,2),(12895,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,12909,0,0,'The Missing Bronzebeard','Before we left, I received the file Scout Vor\'takh compiled on this Brann Bronzebeard. There can be no doubt that Brann was headed for the Storm Peaks from his journal entries and findings in Grizzly Hills. Before we crashed, I caught sight of a campsite south of here, across the Foot Steppes, and overlooking the frozen Bor\'s Breath River.$B$BIf Brann isn\'t there, search the camp and its environs for any clues as to where that blasted dwarf might\'ve gone. Bring back anything you find.','Retrieve the Burlap-Wrapped Note from Brann\'s camp and return it to Boktar Bloodfury at the Grom\'arsh Crash-Site.','Of course, with our luck, I probably could\'ve predicted this. Well, we\'re not going to let him get away that easily. Let\'s see what that note says.','Did you have any luck finding Bronzebeard\'s camp?','','','','','',40947,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12896,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,12898,0,0,'If He Cannot Be Turned','Death knights, such as General Lightsbane, are held on too tight of a leash to be able to be turned from the Lich King\'s will except under the most extraordinary circumstances.$B$BThe general keeps himself within the vault overseeing the creation of new weapons. Disturb one of his weapon racks at the northern forge and I assure you, he will come. I\'ll send Vile, Lady Nightswood, and The Leaper in to help you.$B$BIf we are to finally own The Shadow Vault, General Lightsbane must fall!','Defeat General Lightsbane and then report your success back to Thassarian aboard the gunship, The Skybreaker.','General Lightsbane and his forces are defeated? The Shadow Vault is taken?','I ask you, $N, why would we be speaking again if General Lightsbane yet exists?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29851,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',12893,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,6),(12897,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,12899,0,0,'If He Cannot Be Turned','Death knights, such as General Lightsbane, are held on too tight of a leash to be able to be turned from the Lich King\'s will except under the most extraordinary circumstances.$B$BThe general keeps himself within the vault overseeing the creation of new weapons. Disturb one of his weapon racks at the northern forge and I assure you, he will come. I\'ll send Vile, Lady Nightswood, and The Leaper in to help you.$B$BIf we are to finally own The Shadow Vault, General Lightsbane must fall!','Defeat General Lightsbane and then report your success back to Koltira Deathweaver aboard the gunship, Orgrim\'s Hammer.','General Lightsbane and his forces are defeated? The Shadow Vault is taken?','I ask you, $N;, why would we be speaking again if General Lightsbane yet exists?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29851,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',12893,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,6),(12898,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,12938,0,0,'The Shadow Vault','It sounds like you did extremely well. And you secured three very important allies for the Knights of the Ebon Blade in the process.$B$B$B$BYou should head back. By now, Baron Sliver and the other death knights will be fighting tooth and nail to hold The Shadow Vault against the might of the Scourge.$B$BI\'m sure they\'ll need your help.','Report back to Baron Sliver at The Shadow Vault.','Good of you to return. As you can see, we have our hands full here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43837,43838,43836,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12896,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12899,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,12938,0,0,'The Shadow Vault','It sounds like you did extremely well. And you secured three very important allies for the Knights of the Ebon Blade in the process.$B$B$B$BYou should head back. By now, Baron Sliver and the other death knights will be fighting tooth and nail to hold The Shadow Vault against the might of the Scourge.$B$BI\'m sure they\'ll need your help.','Report back to Baron Sliver at The Shadow Vault.','Good of you to return. As you can see, we have our hands full here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43837,43838,43836,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12897,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,2000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(12900,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making a Harness','So you want to ride? Well, if you\'ve made it this far someone must think you\'ve got a shot at the Hyldsmeet.$B$BFirst things first; we\'ll have to make you a harness.$B$BIn the cliffs to the south, you\'ll find scattered groups of yeti. Their hides are tough and just the right thickness. Bring me some and we\'ll get you started on the path of the bear-rider.','Astrid Bjornrittar in Brunnhildar Village wants you to obtain 3 Icemane Yeti Hides.','These will do nicely. I\'ll have the harness ready for you in no time.','Did you find the hides yet? You\'ll find yeti in the hills below.','','','','','',41424,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42845,42869,42891,42880,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13063,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12901,10958,66,0,136,74,76,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Something Out Of Nothing','Prince Navarius must be stopped. We can\'t let the Scourge continue to use this area as a zombie factory. If we can get the tank operational we might stand a chance. What I need right now are spare parts.$B$BNorthwest of here is an area called Thrym\'s End. The Scourge armies are using the area as a base of sorts. Spread out across the base is the wreckage from their arrival. Bits and pieces of Scourge scrap metal litter the landscape. Get that stuff to me and I\'ll try and put it to good use.','Engineer Reed at Crusader Forward Camp in Zul\'Drak has asked that you recover 10 pieces of Scourge Scrap Metal.','What is this junk! Ah, damn it all! It\'s useless. Scourge metal isn\'t gonna do the trick. What are we going to do?','I really don\'t know if this plan will work, $n. Just bring me the scrap metal and I\'ll do what I can.','','','','','',41399,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126900,0,0,0,0,'',12894,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,2,273,396,0,0,0,0,0,0,274,0,0,5),(12902,10958,66,0,136,74,75,0,0,0,0,0,0,0,0,0,0,12883,0,0,'In Search Of Answers','These poor creatures are the only survivors.$B$BAccording to their chief, the Drakkari trolls and Rageclaw wolvar have been allies for thousands of years. They\'ve been living here, alongside the trolls, for generations, completely unaware of the ever changing world around them. To the Rageclaw, a troll is a troll, so the troll attack upon their den took them by surprise.$B$BWe need some answers, $N. Scour their village - southeast of here - for clues as to who or what is in charge of these attacks.','Search Rageclaw Den for a clue about who or what initiated the attacks against the Rageclaw Wolvar.','There is a scroll floating in the air above the strange altar. This must be what Crusader Lord Lantinga is looking for!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(12903,10958,66,0,136,74,76,0,0,0,0,0,0,0,0,0,0,0,0,0,'That\'s What Friends Are For...','We were attacked by Prince Navarius and at least a dozen Scourge. I told Dargath and the twins to stay inside the tank, but they wouldn\'t listen. Dargath looked me in the eyes and said, \"If somebody doesn\'t get out of this tank, they\'ll kill us all.\" He then made Reed cut the engine and charged. Most heroic thing I\'ve ever seen.$B$BI heard the Prince barking orders to the monsters. Sounded like he was taking them to Thrym\'s End, northwest of here. We have to rescue our friends. Will you go look for them?','Crusader MacKellar at Crusader Forward Camp has asked that you find Crusader Dargath, Gerk and Burr.','It was a great sacrifice that those three made and it won\'t soon be forgotten. Their passing will not be in vain. We will be victorious!','There\'s nothing more I\'d want than to help you find Dargath and the twins, but I gotta stay here and guard Reed.','','Crusader Dargath found','Gerk found','Burr found','',0,0,0,0,0,0,0,0,0,0,0,0,29468,29455,29454,0,1,1,1,0,0,0,0,0,0,0,0,0,39886,39816,39890,39889,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126900,0,0,0,0,'',12894,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,396,396,396,6,0,0,0,0,3,1,1,66,0,0,0,0,0,0,0,0,5),(12904,10958,66,0,136,74,76,0,0,0,0,0,0,0,0,0,0,0,0,0,'Light Won\'t Grant Me Vengeance','They... They killed my brother.$B$B$B$BSlaughtered him like he was some sort of animal. Now they got him laid out on one of their tables on the other side of the camp, ready for their grizzly experiments. Dargath\'s dead too. The paladin made a heroic stand at the ruins to the northeast, but the leader of the Vargul, Algar, was too strong.$B$BI\'m all that\'s left and I\'ll be dead soon too. I... I\'m turning.$B$BIf the Light won\'t grant me vengeance, maybe you will, $c. Kill them all.','Gerk at Thrym\'s End in Zul\'Drak wants you to kill 15 Vargul.\n','$b$bTh... They say these Vargul are the... the ones that weren\'t found worthy by the Lich King. Can... Can you im... imagine it? Just th... think how powerful the... the... worthy must be...$b$bI\'ll say a prayer for you in the hereafter, hero... May you never have to face them in number.','You\'re doing the world a favor, friend. These monsters must be stopped!','','Vargul slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,29882,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,124000,0,0,0,0,0,0,0,0,0,0,158700,0,0,0,0,'',12894,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(12905,10958,67,0,136,77,79,0,0,0,0,0,0,0,0,0,0,12906,0,0,'Mildred the Cruel','Our deal is made then, $N. You help me get out of these chains and I\'ll help you find your little green friend.$B$BThe Hyldnir who runs this mine is known as Mildred the Cruel -- and with good reason.$B$BTell her you\'ve been sent to lend a hand with the mines. Do whatever she asks until she trusts you with the keys to my shackles.','Speak to Mildred the Cruel inside the Forlorn Mine.','I was expecting a replacement for one of my overseers. It\'s about time you showed up.$b$bLet\'s put you to work.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12841,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12906,10958,67,0,128,77,79,0,0,0,0,0,0,0,0,0,0,12907,42837,1,'Discipline','Let\'s start you off with something straightforward. The male vrykul that work the mines for us do so against their will... purely out of fear of our blades.$B$BOnce in a while, one of them will lose their motivation. Find any uncooperative vrykul and put them in their place.$B$BTake this disciplining rod. You\'ll want to inflict pain, not death. Well, most of the time anyway.','Mildred the Cruel at the Forlorn Mine wants you to use the Disciplining Rod on 6 Exhausted Vrykul.','Not bad for a new overseer. I\'ve another task for you if you\'re feeling brave today.','Is it done? I hope you didn\'t slay too many of the mongrels. We need the manpower.','','Exhausted Vrykul Disciplined','','','',0,0,0,0,0,0,0,0,0,0,0,0,29886,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,42843,42867,42889,42878,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,0,0,0,0,0,0,65400,0,0,0,0,'',12905,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12907,10958,67,0,136,77,79,0,0,0,0,0,0,0,0,0,0,12908,0,0,'Examples to be Made','For every action there is an opposite reaction, sister. In the case of us applying pressure on the males, this has meant newly spread rumors of insurrection.$B$BThe bearded pig behind this rabble-rousing is called Garhal. Put an end to him... and make sure the other males see his demise. They must learn that insubordination will not be tolerated.','Mildred the Cruel at the Forlorn Mine wants you to slay Garhal.','If I had any reservations regarding your commitment when you first arrived, I no longer have any. With just a little more effort you could be a permanent member of my operation.','You\'re back. Did you kill the insubordinate pig?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30147,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,0,0,0,0,0,0,65400,0,0,0,0,'',12906,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12908,10958,67,0,262272,77,79,0,0,0,0,0,0,0,0,0,0,12921,41428,1,'A Certain Prisoner','You are without mercy. You will do well around these parts.$B$BI have another task to ask of you. There is a female vrykul prisoner that\'s become more of a liability than I had anticipated.$B$BShe had the gall to claim the right to take part in the Hyldsmeet, our sacred competition of strength and fighting prowess.$B$BHere\'s the key to her shackles. Make it as painless as possible. She\'s a female after all, even if not one of us.','Take Mildred\'s Key to Lok\'lira the Crone in the Forlorn Mine.','I knew you\'d be back! Get me out of these shackles and I\'ll help you find the goblin.','It\'s about time.','','','','','',41428,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',12907,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(12909,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,12910,0,0,'The Nose Knows','In order to track down Brann, we\'re going to need a creature with a keen sense of smell and a good tracking ability. There weren\'t any hounds on the zeppelin, but I think I have a substitute.$B$BAfter the crash, I sent Khaliisi down the east face of the mountain to start hunting for food. Her cat, Frostbite, excels at tracking prey in the snow. Tell her that she\'ll have to part with her companion for a while, at least. She can hunt on her own, but we have no other way of catching up to Brann Bronzebeard.','Speak with Khaliisi at the foot of the mountain east of the Grom\'arsh Crash-Site.','So Boktar has volunteered Frostbite for an errand, eh? Well, this had better be important. He knows better than to try to separate a hunter from her pet!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12895,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12910,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,12913,0,0,'Sniffing Out the Perpetrator','Boktar can have his way this time, but I\'ll expect him to make it up to me. Don\'t look at me like that. Boktar may be in command, but no one tells a hunter what to do.$B$B\'Put that beast away,\' he says. \'Make it stop growling.\'$B$BAll of a sudden he changes his mind when it suits him. Next time he complains, Frostbite\'ll just nip him a bit. Don\'t worry, she\'ll do an admirable job tracking your prey. After she locates her target, you\'re on your own to deal with iron dwarves, or Brann, or whatever you find.','Mount Frostbite and ride her to the source of the scent from Brann\'s note. Then, recover Brann\'s Communicator and use it to make contact with Brann Bronzebeard.','$b$b','Who... who\'re you?','','Track scent to its source','','','',0,0,0,0,0,0,0,0,0,0,0,0,29677,29695,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12909,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12911,10958,3896,0,136,1,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill Credit Test','/wave at me and I\'ll assign \'kill credit to player\' to you.','/wave at Kill Credit Test','','','','Working','','','',0,0,0,0,0,0,0,0,0,0,0,0,29902,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12912,10958,66,0,136,74,76,0,0,0,0,0,0,0,0,0,0,12914,0,0,'A Great Storm Approaches','You are not like the others, little one. You do not reek of the ancient death. Perhaps you can be trusted.$B$BI am Gymer, king of the storm giants. I was lured here by my brother, Thiassi, now an undead servant of the Lich King. By the time I realized that his cry for help was a trap, it was too late. I am now a prisoner of the Scourge and I fear that soon I will suffer the same fate as many of the other storm giants.$B$BFind a way to release me from this cage and I will aid you to the best of my ability.','Gymer, King of Storm Giants, has asked you to find a way to release him from his cage. Speak with Engineer Reed at the Crusader Forward Camp.','A... A storm giant? I don\'t know about this, $n. That sounds risky. On the other hand, I don\'t think we have too many other options.$b$bIf I do this you have to promise me that you will get your giant friend to help us deal with Navarius and his cronies.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',12894,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,6,1,0,0,0,0,0,0,0,0,0,1),(12913,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,12917,0,0,'Speak Orcish, Man!','$B$BRuk MogOth red a mogoth ta eft Thros-garE Haldir.$B$BKha gor ruk khaz ta ke ruk hrim eft thros-am-kha ruk kost-um havar go kost.$B$BA modoss hine ruk bergum eft thros-am-kha ga eft Haldir ke loch Thon we lo gefrunon ta mitta.$B$B Gar Ruk dagUm loch angor-magi ta har ruk!$B$B','Speak with Moteha Windborn at the Grom\'arsh Crash-Site.','Bartok will not be happy that you didn\'t find Brann, but at least you didn\'t come back empty-handed. Now, let\'s see what we can do about this babbling dwarf.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12910,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12914,10958,66,0,136,74,76,0,0,0,0,0,0,0,0,0,0,12916,0,0,'Gymer\'s Salvation','Now you say that he\'s locked up in a 100 foot tall cage, eh?$B$BIf my calculations are correct, we should be able to at least weaken the hinges on the cage, giving the giant enough leeway to break out.$B$BIf this is going to work I\'m going to need some plasticizers and stabilizers.$B$BBanshee essence should do nicely for the plasticizer. You can get that from the banshees in the Dead Fields, northeast of us. The stabilizer can be found on the earthragers to the southwest, near Ebon Watch.$B$BGet a move on!','Engineer Reed at Crusader Forward Camp in Zul\'Drak wants you to bring him 6 Banshee Essence and 6 Diatomaceous Earth.','Thankfully we weren\'t in short supply of explosives. Putting together the jumbo seaforium charge should be no problem with the materials you brought me.','Without the plasticizers and stabilizers I\'ll never be able to make the explosives necessary to break your friend out of jail.','','','','','',41504,41503,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126900,0,0,0,0,'',12912,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,5,0,0,0,0,2,396,396,0,0,0,0,0,0,1,0,0,5),(12915,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,41505,1,'Mending Fences','If I hope to wrest control of the Temple of the Makers from my brother, I must make amends with my old allies.$b$bPerhaps by eliminating a common enemy, we may at least take a step towards renewing my friendship with the frost giants.$b$bFjorn has besieged Dun Niffelem with giants of iron. You must defeat him at Fjorn\'s Anvil, far to the east of here, and weaken his forces sufficiently for the Sons of Hodir to emerge victorious.$b$bTake this charm, $n. Use it to summon my earthen to your aid.','Thorim at the Temple of Storms wants you to Kill Fjorn and 5 Stormforged Iron Giants at Fjorn\'s Anvil, east of Dun Niffelem.$b$bUsing Thorim\'s Charm of Earth will summon his Earthen to fight by your side. The charm requires a Granite Boulder from nearby Fjorn\'s Anvil.','So, it is done then.$b$bLet us hope it is enough.','Does Fjorn still live, $c?','','Fjorn slain','Stormforged Iron Giants slain','','',0,0,0,0,0,0,0,0,0,0,0,0,29503,29375,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13064,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12916,10958,66,0,262272,74,76,0,0,0,0,0,0,0,0,0,0,12919,41507,1,'Our Only Hope','What I\'m about to give you is called seaforium. It is a highly volatile explosive with some unique properties. Due to its malleable nature, you will be able to fill in the hinges and cracks of the cage for maximum damage.$B$BReturn to your friend and use the jumbo seaforium charge to set him free.$B$BLet\'s hope he honors the bargain. He\'s our only hope.','Speak to Gymer at Thrym\'s End in Zul\'Drak once you have used the Jumbo Seaforium Charge to open the Scourge Enclosure that is holding him prisoner.','FREEDOM!$b$bDo not be afraid, little one. Gymer is an honorable giant. Like you and your people, I too wish to see the Scourge driven away from this land and the Lich King destroyed. I will help you, as promised, to the best of my ability.','I am a giant of my word, little one.','','Scourge Enclosure Blown Up','','','',0,0,0,0,0,0,0,0,0,0,0,0,29928,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63600,0,0,0,0,'',12914,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,53,1,1,0,0,0,0,0,0,1,0,3),(12917,10958,67,0,8,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Speaking with the Wind\'s Voice','I suppose we shouldn\'t have expected to find Brann so easily, not with our luck. If we can make sense of what Brann is saying, you can persuade him to give up his location.$B$BThe power of the wind is strong in these mountains, and it may prove a great boon to us. A knowledgeable shaman can hear the sound of all the world\'s tongues on the wind.$B$BTo the northwest, on the Snowdrift Plains, you will find beings made of wind, the stormriders. Capture their voices and bring them to me.','Bring 5 Voices of the Wind to Moteha Windborn at the Grom\'arsh Crash-Site.','You should be able to communicate with the dwarf now. Ask Boktar what he requires of you. There is little time to lose.','Have you brought the wind\'s voices?','','','','','',41514,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12913,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12918,10958,373,373,136,65,-1,0,1101,0,755,350,0,0,0,0,0,0,0,0,'Gem Perfection','It has the cold of the Icewyrm\'s breath up here does it not? Not only do I lack customers for my crafting skills, but I also lack stock of gems to sell! If you can bring me several uncut gems to replenish my stocks, I can teach you the skill of gem perfection. This will allow you to sometimes cut a perfect gem with increased bonuses when cutting a uncommon quality gem from Northrend.','Return two Huge Citrines, two Dark Jade and two Shadow Crystals to Ounhulo in Valgarde.','These are perfect for replenishing my stock. Not only will I teach you the art of gemcutting perfection, but I cut one of them gems into its perfect form which you may have as a reward.','You are most generous. The least I can do is to teach you the skills of gem perfection.','','','','','',36929,36932,36926,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41888,0,0,0,1,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,55534,55790,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'13004',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12919,10958,66,0,136,74,76,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Storm King\'s Vengeance','My people have been decimated by the Lich King. The Scourge now use the corpses of storm giants to create mindless flesh giants, or worse, stitched together aberrations like Thrym.$B$BI will stop at nothing to see them all driven from this world. We will work together to destroy the Scourge that threaten Zul\'Drak.$B$BWe will kill them all: Navarius, Algar and Thrym!$B$BWhen you are ready, let me know and we will begin our destructive journey.','Speak with Gymer to begin.$B$BWhile riding Gymer, destroy 100 Scourge and kill Algar the Chosen, Thrym and Prince Navarius. Report to Crusader MacKellar at Crusader Forward Camp should you succeed.','Unbelievable! This will be a story for the ages, $n! One man rode upon the head of the king of storm giants and decimated an entire Scourge army!$b$bAnd I was there to see it all happen...','What is going on? Are our enemies dead?','','Scourge slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,29943,29872,29895,29821,100,1,1,1,0,0,0,0,0,0,0,0,41826,41829,41844,41845,41846,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,500,0,0,0,0,0,0,186000,0,0,0,0,0,0,0,0,0,0,190500,0,0,0,0,'',12916,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,3,5,1,1,0,0,0,0,0,0,0,0,7),(12920,10958,67,0,0,77,80,0,690,0,0,0,0,0,0,0,0,12926,40971,1,'Catching up with Brann','What are you waiting for? The language barrier has been broken, thanks to Moteha. Contact Brann Bronzebeard and find out anything you can about where he\'s hiding and what he\'s chasing after.$B$BMaybe we can still salvage something from this disaster.','Use Brann\'s Communicator to contact Brann Bronzebeard and speak with him, then speak to Boktar Bloodfury at the Grom\'arsh Crash-Site.$B$BIf you lose Brann\'s Communicator, speak with Moteha Windborn at the Grom\'arsh Crash-Site.','$b$bThere\'s truth to the dwarf\'s words. Vor\'takh\'s plan is not the way of the Horde. If Brann Bronzebeard knows of a way to stop these iron dwarves and their patron, it serves us to help him.','What did you find out?','','Speak with Brann','','','',0,0,0,0,0,0,0,0,0,0,0,0,29579,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',12917,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(12921,10958,67,0,136,77,79,0,0,0,0,0,0,0,0,0,0,12969,0,0,'A Change of Scenery','Excellent. There\'s an exit in the eastern end of the mine that leads to Brunnhildar Village. Follow it and I\'ll meet you there.$B$BWe must not be seen together so no one suspects you of aiding me. I\'ll use my magic to disguise my appearance. Do not worry, $r -- we\'ll find your friend in no time.','Reconvene with Lok\'lira the Crone in Brunnhildar Village.','You\'re here -- good. I think I know where your goblin is.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12908,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12922,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12956,41556,1,'The Refiner\'s Fire','Beneath its porous exterior, this hunk of metal gleams with a mysterious quality.$b$bYou feel it would only be prudent to burn off the slag at Fjorn\'s Anvil.$b$bAs you ponder where in this frozen waste you might find something hot enough for the job, a fire revenant crosses your path...\n','You must collect 10 Furious Sparks from the Seething Revenants at Frostfield Lake and then use the anvil at Fjorn\'s Anvil.','You place the metal on the anvil and immediately upon adding the sparks they work the ore furiously.$b$bWhen at last they burn out, you are left with a large piece of metal that gleams with a light of its own.','The surface of the anvil is scalding, in sharp contrast with the wintry air.','','','','','',41556,41558,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12924,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13009,41557,1,'Forging an Alliance','$b$bThis is all beginning to have the smell of fate\'s hand, $r.$b$bYour discovery is what remains of my armor, long ago cast off in a fit of grief and left to the elements. Only the sons of Hodir are capable of its reforging, for they are its original creators.$b$bPerhaps you\'ve done enough to soften their hatred of me. Seek out their king, Jokkum, if he still breathes.$b$bFind your way into his good graces and plead for his assistance.','You are to go to Dun Niffelem and ask King Jokkum to allow Thorim\'s armor to be reforged. After completing Jokkum\'s task, you are to speak with Njormeld in Dun Niffelem.','It would seem that I have refined my technique considerably. That, or the legends surrounding this anvil are true.$b$bThis suit of armor is superior to the last, and took less material to create.$b$bWith the excess, I was able to fashion you a little something as payment for your assistance.','','','','Fjorn\'s Anvil Brought to Dun Niffelem','','',0,0,0,0,0,0,0,0,0,0,0,0,0,30126,0,0,0,1,0,0,0,0,0,0,0,0,0,0,42792,42805,42817,42830,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12956,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,5),(12925,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aberrations','The Lich King sent emissaries to us on three different occasions. All three were promptly dismembered.$B$BOur sisters in Valkyrion were not as dedicated to our traditions and accepted the Scourge\'s advances. Now instead of capturing their drakes from the wild, they raise them from the blight and filth that the Scourge wallow in.$B$BTake the frost oil that the Valkyrion Hyldnir carry on them and use it to freeze any blighted eggs you find. Rumors speak of a fetid pool of blight where the eggs are kept.','Thyra Kvinnshal in Brunnhildar Village wants you to go to Valkyrion and obtain Vials of Frost Oil from the Valkyrion Aspirants. Use the Vials of Frost Oil to destroy 30 Plagued Proto-Drake Eggs.','You have our thanks, $gbrother:sister;. We cannot allow our valiant traditions to be corrupted.','Did you destroy the blighted eggs?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-191840,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12926,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,12927,0,0,'Pieces of the Puzzle','We\'ve seen the iron dwarves and their constructs making war on the creatures of stone that Brann calls the earthen, along with their giant allies. Contact him and aid him in any way you can, and remember that anything we can learn from his search may aid us in fighting against the iron dwarves and their master.','Use Brann\'s Communicator to contact Brann Bronzebeard and find out what to do next.','That was quick! Now that we have the disk, we have to find out how to use it to unlock the first half of the archive key.','Did you complete the disk?','','','','','',41132,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12920,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12927,10958,67,0,128,77,80,0,690,0,0,0,0,0,0,0,0,13416,41179,1,'Data Mining','That disk you assembled... it\'s blank! Keeper Mimir, the tinker who built this library, must\'ve hidden the information elsewhere. Look around the Inventor\'s Library; do you see any databanks there?$B$BThat might be the disk\'s purpose. Try using it near some of those databanks. Perhaps it\'s set to retrieve and store information from them. After you\'ve tried your hand at that, contact me again and let me know what you\'ve found. Meanwhile, I\'ll be trying to track down the other half of the archive key.','Use the Inventor\'s Disk to retrieve 7 pieces of Hidden Data from the Databanks. ','$b$bI can\'t tell if there\'s anything stored there or not, lad. You\'ll have to tell me what happened.$b$b$b$bSo it worked? At least we can count on Keeper Mimir to be systematic.','Did you try using the disk? What did you find?','','Hidden Data gathered','','','',0,41179,0,0,0,0,0,1,0,0,0,0,29752,0,0,0,7,0,0,0,55161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12926,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12928,10958,67,0,128,77,80,0,690,0,0,0,0,0,0,0,0,0,44704,1,'Norgannon\'s Shell','Charging inventor\'s disk.$B$BDisk charging completed.$B$BPreparing emergency protocol gamma.$B$BEmergency protocol loaded. Please use the charged disk to activate the guardian of Norgannon\'s shell, Archivist Mechaton. The archivist will release the shell once your identity has been verified.$B$BPlease have a pleasant millennium.','Recover Norgannon\'s Shell from Archivist Mechaton.','That\'s it! That\'s the first half of Norgannon\'s keystone. Well done, $n. I\'ve had Archaeologist Andorin on the lookout for clues to the shell\'s whereabouts for a long time. He\'s never going to believe me when I tell him it was an intrepid $r who found it instead.','Did you find Noragannon\'s shell?','','','','','',41258,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42794,42824,42819,42807,42831,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13416,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12929,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Earthen of Ulduar','The earthen who once inhabited, built, and maintained Ulduar were ousted from their home when Loken took over the city. Since then, his iron dwarf followers have relentlessly attacked the exiles.$B$BThey have taken refuge in an old titan building, which they now call Bouldercrag\'s Refuge, on the face of a mountain west of the Inventor\'s Library. Bouldercrag and his brethren fight to keep the irons from overrunning their haven, but they cannot hold their ground long. Find and help them, $N.','Speak with Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','So you know Brann Bronzebeard, then? He is our closest ally among those of the flesh. We are as brothers in the struggle against Loken and his followers, in the struggle for Ulduar.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12928,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12930,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,41615,1,'Rare Earth','It seems so long ago that these hammers pounded and hewed stone instead of iron. Our expulsion from Ulduar saw the weakest of us dead and the strongest of our craftsmen reborn as warriors.$B$BAs the irons beat us back, even the strongest find themselves failing.$B$BWe can do little for the wounded, save when we have a stock of enchanted earth. We used to mine it from the deposits on the sheer cliff face to the northwest, but the constant battle has prevented us from replenishing our stock. Would you help?','Use the Earthen Mining Pick to mine 7 clumps of Enchanted Earth. Bring the earth and 5 Frostweave Cloth to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','This will allow us to patch up more of the fallen. Thank you, $n, on behalf of all who defend the refuge.','Were you able to find any of the earth?','','','','','',41614,33470,0,0,0,0,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12931,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fighting Back','The refuge\'s defenders have done their best to blunt the iron dwarves\' attacks, but we keep losing ground inch by inch. My men are hardy, but not tireless. Without reinforcements, it\'s only a matter of time until we will be overrun.$B$BWould you lend your skills to the refuge\'s defense? It would greatly improve the morale of the defenders and give them -- and me -- hope of mounting a counterattack.$B$BKill any of the stormforged or their creations you encounter outside the refuge.','Bouldercrag the Rockshaper wants you to slay 10 Stormforged Attackers and return to him at Bouldercrag\'s Refuge. You may kill either Stormforged Raiders or Stormforged Reavers.','You\'ve given the defenders something to cheer about. Seeing the enemy fall by your hand has reinvigorated them and bolstered their courage.','How goes the battle?','','Stormforged Attacker slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,29377,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12930,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12932,10958,66,0,130,75,77,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Yggdras!','I\'ll tell you what, buddy, this place is a far cry from the rolling plains of Nagrand. These trolls are dirtier than ogres; but hey, I go where the gold\'s at! So welcome to Zul\'Drak, pal.$B$BYou\'re new to this racket, so let me set you straight. I\'m the fight promoter and this feisty troll next to me is Wodin, my bodyguard. You\'re the entertainment. When you wanna fight, let me know and I\'ll set up the match.$B$BIf you\'re ready and got a group of friends with you, we can start! What do you say?\n','Get in the arena at the Amphitheater of Anguish and defeat Yggdras! Return to Wodin the Troll-Servant to redeem your reward.','Not bad, friend. You might make some gold out here - if you manage to stay alive.','','Yggdras Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195000,0,0,0,0,0,0,0,0,0,0,192600,0,0,0,0,'',12974,0,0,0,'12954',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(12933,10958,66,0,130,75,77,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Magnataur!','This next match is a doozy, buddy! Apparently some magnataur from the Dragonblight wants a piece of the action. You ever fought one of those before? All I can tell you is to aim high!$B$BWe\'ll get this party started when you give me the word.','Get in the arena at the Amphitheater of Anguish and defeat Stinkbeard! Return to Wodin the Troll-Servant to redeem your reward.','Wow! When I first saw Stinkbeard, I thought you were done for! Nice work!','No payout until the fight\'s over, man.','Stinkbeard Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195000,0,0,0,0,0,0,0,0,0,0,192600,0,0,0,0,'',12932,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,7),(12934,10958,66,0,130,75,77,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: From Beyond!','I\'m not gonna lie to you, pal. You might be overmatched here. This next one is a being from the elemental planes! I don\'t even know what\'s gonna show up in that arena!$B$BIf you think you\'re up to it, get in there and give \'em hell!','Get in the arena at the Amphitheater of Anguish and defeat one of the elemental lords! Return to Wodin the Troll-Servant to redeem your reward.','Unbelievable! I thought this whole place was going to explode when it first appeared! You really dominated that round!','No payout until the fight\'s over, man.','Elemental Lord Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195000,0,0,0,0,0,0,0,0,0,0,192600,0,0,0,0,'',12933,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,6,1,1,1,0,0,0,0,3,5,1,1,0,0,0,0,0,0,0,0,7),(12935,10958,66,0,130,75,77,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Tuskarrmageddon!','This next one\'s fightin\' from a dark place, kid. The kind of dark that can only happen when you\'ve been on the flip-side. He\'s hungry and willing to do whatever it takes to win. Watch yourself! I\'ve heard he wrestles yetis for exercise!$B$BWe\'ll start when you\'re ready.','Get in the arena at the Amphitheater of Anguish and defeat Orinoko Tuskbreaker! Return to Wodin the Troll-Servant to redeem your reward.','I was worried for a while there, $N. When he busted out the seals and penguins... Well, I didn\'t know what to think to be honest. It looked pretty damn ridiculous.','No payout until the fight\'s over, lady.','Orinoko Tuskbreaker Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33447,33448,34722,0,5,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195000,0,0,0,0,0,0,0,0,0,0,192600,0,0,0,0,'',12934,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,7),(12936,10958,66,0,130,75,77,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Korrak the Bloodrager!','You\'re not gonna believe this, pal. Your next fight is against Korrak the Bloodrager! Looks like the Drakkari trolls are pulling a power play! And let me tell you, buddy, he\'s been sippin\' the animal god juice. He\'s good and ready to pound you into the ground.$B$BAre you ready?','Get in the arena at the Amphitheater of Anguish and defeat Korrak the Bloodrager! Return to Wodin the Troll-Servant to redeem your reward.','Damn, I remember Korrak from way back in my younger days when I used to work for the Frostwolf Clan. He would never shut up! I think you just did the world a great service, $N.','','Korrak the Bloodrager Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195000,0,0,0,0,0,0,0,0,0,0,192600,0,0,0,0,'',12935,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(12937,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,41988,1,'Relief for the Fallen','The refuge\'s defenders fight bravely, but they cannot keep up with the iron onslaught.$B$BWith the earth you collected, I can make bandages to help heal the wounds of some of the fallen. The more defenders we can patch up, the longer we\'ll last out there.$B$BTake these poultices and use them to heal the wounds of the fallen defenders outside the refuge. Get as many back into the battle as possible, $N. Every casualty is one too many.','Use the Telluric Poultice to heal 8 Fallen Earthen Defenders, then return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','The warriors that you\'ve healed will aid us in holding the line even longer. If we are to truly be free of the iron threat, we must find a way to strike at them behind the lines.','Have you healed the fallen defenders?','','Fallen Earthen Defenders healed','','','',0,0,0,0,0,0,0,0,0,0,0,0,30035,0,0,0,8,0,0,0,55797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12930,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12938,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12939,0,0,'The Duke','We need you focused, $N. We\'re barely holding The Shadow Vault as it is. As you can see, we\'ve greatly angered the Lich King.$B$B$B$BI need you to speak with Duke Lankral. He\'s in charge here now. You\'ll find him inside the vault building proper.$B$BWere I you, I would not keep him waiting.','Speak with Duke Lankral at The Shadow Vault.','It\'s a pleasure to finally meet you, $N. We owe you a great deal, but we\'re not done with you yet.$B$BThere is a vrykul city just over the mountains to the west, a place called Jotunheim.$B$BThe vrykul there are in a constant state of challenge to \'ascend\'. The winners go to Ymirheim to serve as the Lich King\'s elite warrior caste, the Ymirjar, and the losers are reduced to scourged Vargul.$B$BYou are going to be my instrument to see to it that more Vargul than Ymirjar emerge.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12899,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,25,11,1,0,0,2000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(12939,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12943,41372,1,'Honor Challenge','The first step we\'re going to take is at a place in Jotunheim called the Savage Ledge. It\'s just over the mountains to the west.$B$BOn the ledge the vrykul warriors are always sparring, being instructed in the finer arts of battle by their thane\'s men.$B$BI want you to take this flag and issue a challenge to a number of them. Let\'s demoralize them with the \'mere\' skills of a $r, shall we?$B$B','Duke Lankral at The Shadow Vault has asked you to use the Challenge Flag to challenge and defeat 6 Mjordin Combatants.','Already I\'m hearing reports of the prowess you displayed on the Savage Ledge. Excellent, $N... excellent!$B$B$B$BAnd now I think it\'s time to issue a decree to the thane of those vrykul that you so easily defeated.','Perhaps you could go back and challenge a few more?','','Mjordin Combatants challenged and defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,30038,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12938,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,25,0,0,0,0,0,0,2,1,1,0,0,0,2000,0,0,0,0,0,5),(12940,10958,1003,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12941,10958,1003,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12942,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Off With Their Black Wings','Traitors. We Hyldnir have little love for them.$B$BThe dwellers of Valkyrion have gone unpunished for far too long. While we remained loyal to Thorim, they became the Lich King\'s lapdogs!$B$BThey call the ones who receive his gift val\'kyr. They fly on feathered wings, like the harpies they are.$B$BYou will find Valkyrion far to the northwest, beyond the Temple of Storms. Slay these winged she-wolves, sister. Slay them and I will reward you with one of my most prized possessions.','Iva the Vengeful in Brunnhildar Village wants you to go to Valkyrion and slay 12 Nascent Val\'kyr.','The Val\'kyr are nothing but the Lich King\'s lapdogs. They will be put down like the scum they are. They\'ve made their choice, now they have to live with the consequences.','Did you punish our wayward brethren?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29570,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,42849,42862,42883,42872,42892,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12943,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,41776,1,'Shadow Vault Decree','Thane Ufrang the Mighty sits within his hall overlooking the Savage Ledge. I\'ve studied him. The thane is a patient vrykul, with a head for strategy and warfare. He\'s also shown a penchant for biding his time and not wanting to overplay his hand in the ongoing battle.$B$BI need him dead!$B$BI\'ve written a decree. Stand before the thane and read it aloud.$B$B$B$BIt should... unnerve him at the least.','Duke Lankral at The Shadow Vault has ordered you to read the Shadow Vault Decree in the presence of Thane Ufrang the Mighty, and then to slay him.','$B$BWe face a foe that dwarfs us, not only in stature, but also numerically. If we are to win the battle for Icecrown, we must outthink them!$B$BWith Ufrang dead, that gives us an advantage in Jotunheim. Let us see if we can capitalize on it.','My scouts inform me that Ufrang yet lives.$B$BDo you not know how to read, $r?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29919,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43857,43912,43980,43945,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12939,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,25,1,0,0,0,2000,0,1,1,0,0,0,2000,0,0,0,0,0,0,5),(12944,10958,1003,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12945,10958,1003,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12946,10958,1003,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12947,10958,1003,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12948,10958,66,0,130,75,78,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Champion of Anguish','This is the end, my friend! Your last opponent is going to be your greatest challenge. He\'s a vrykul champion from the steppes of Icecrown and he\'s out for blood! Defeat him and you\'ll be crowned the champion of the Amphitheater of Anguish! This fight is going to make us both rich!$B$BLet me know when you\'re ready and we\'ll start.','Get in the arena at the Amphitheater of Anguish and defeat Vladof the Butcher! Return to Wodin the Troll-Servant to redeem your reward.','You did it, $N! That was the most exciting fight yet! What are you going to do with your winnings? Me? I\'m going to Dalaran and blowing it all in the Underbelly. Lot of hot action going on down there!','No payout until the fight\'s over, man.$B','Vladof the Butcher Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41815,41821,41825,41816,41822,41824,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204000,0,0,0,0,0,0,0,0,0,0,194400,0,0,0,0,'',12936,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,7),(12949,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12951,0,0,'Get the Key','$C, the key to my shackles is hanging around the neck of Instructor Hroegar outside.$B$BPerhaps you could retrieve it by separating his head from his shoulders?','Vaelen the Flayed at Ufrang\'s Hall has asked you to retrieve the Key to Vaelen\'s Chains.','Thank you, $r. Just hand me the key, I\'ll take care of it myself.','Do you have it?','','','','','',41843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12939,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12950,10958,1003,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12951,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Let the Baron Know','The most important thing that you can do right now is to return to The Shadow Vault and let Baron Sliver know that I\'ve failed.$B$BYou see, I wasn\'t the only one captured by these vrykul devils. My entire contingent of death knights was also taken.$B$BI should have seen the trap before it was sprung, but there\'s no use crying over spilled milk now is there?$B$BGo on before you get captured, too! I\'ll see you back at the vault.','Speak with Baron Sliver at The Shadow Vault.','What?! We can ill-afford to lose one death knight, let alone an entire contingent!!!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,25,0,0,0,0,0,0,19000,0,0,42666,0,0,0,0,0,0,0,33000,0,0,0,0,'',12949,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,2),(12952,10958,373,373,136,65,-1,0,690,0,755,350,0,0,0,0,0,0,0,0,'Gem Perfection','My skills are going to waste in this wretched place. I spent many years learning to cut gems into their perfect form and have nothing to work on! You look like the type who may be able to find me some gems and if you do I can teach you the skill of gem perfection. This will allow you to sometimes cut a perfect gem with increased bonuses when cutting a uncommon quality gem from Northrend.','Return two Huge Citrines, two Dark Jade and two Shadow Crystals to Carter Tiffens in Vengeance Landing.','These will have to do. I can teach you the art of gemcutting perfection, and give you proof of my skills as well.','These will do. I shall teach you the skills of gem perfection.','','','','','',36929,36932,36926,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41888,0,0,0,1,0,0,0,1067,0,0,0,0,0,25,0,0,0,0,0,0,0,0,55534,55790,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'13002',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12953,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,42160,1,'Valkyrion Must Burn','The crate is filled with incendiary harpoons. You recall seeing harpoon guns and dry stacks of hay outside.$B$BPerhaps Iva will appreciate the extra effort and reward you appropriately.','Use the Valkyrion Harpoon Guns to burn 6 Dry Haystacks.','Now that is what I call dedication! Those traitors might have a new master now, but they\'ll never forget their sisters\' parting gift.','Yes?','','Fires Started','','','',0,0,0,0,0,0,0,0,0,0,0,0,30096,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,42850,42884,42896,42874,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(12954,10958,66,0,130,75,77,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Yggdras!','I was wondering when you\'d show up, $N! Having a past champion of the Ring of Blood here will be a huge draw! We\'re gonna be rich, buddy! RICH!$B$BAnyway, this dump is Zul\'Drak. All the ice trolls seem to use it as a toilet. I dunno, the whole place is off its rocker if you ask me! Who cares, though, right? We\'re here to make some gold!$B$BYou know the drill, $N. When you\'re ready let me know and we\'ll get this show on the road!\n','Get in the arena at the Amphitheater of Anguish and defeat Yggdras! Return to Wodin the Troll-Servant to redeem your reward.','Hey! I know you. Your victory at the Ring of Blood was talked about for months! Too bad you forfeited the championship when you failed to show up to defend your title! Easy come, easy go, eh? At least you\'re still alive.','No payout until the fight\'s over, $g man:lady;.','Yggdras Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195000,0,0,0,0,0,0,0,0,0,0,192600,0,0,0,0,'',9977,0,0,0,'12932',0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,1,1,1,1,0,0,0,0,3,1,1,1,0,0,0,0,0,0,1,0,7),(12955,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12999,0,0,'Eliminate the Competition','Mrrfrmrfrrmrrr...$B$B$B$BSorry about that. It can sometimes be hard to understand what I\'m saying. You know how it is.$B$BI wanted to make sure that if you find yourself at the Savage Ledge, over the mountains to the west, that you make sure to eliminate the competition there.$B$BSpecifically, I\'d like you to challenge to duels and humiliate Sigrid Iceborn, Efrem the Faithful, Onu\'zun, and Tinky Wickwhistle in front of the vrykul.','The Leaper at The Shadow Vault wants you to duel and defeat Sigrid Iceborn, Efrem the Faithful, Onu\'zun and Tinky Wickwhistle.','That was important, $N. By driving them off, you\'re keeping them from interfering with whatever we need you to do over there.','Why are you here?$B$BGo and humiliate them!','','Sigrid Iceborn defeated','Efrem the Faithful defeated','Onu\'zun defeated','Tinky Wickwhistle defeated',0,0,0,0,0,0,0,0,0,0,0,0,30086,30081,30180,30162,1,1,1,1,0,0,0,0,0,0,0,0,43856,43913,43981,43946,43843,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,7,1,25,0,0,2000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12956,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,41557,1,'A Spark of Hope','Clearly, this is more than an ordinary hunk of metal.$b$bUnlike any ore you\'re familiar with, it is hard but not brittle, far lighter than it looks, and glows even when cool.$b$bLooking closer, you can make out one of Thorim\'s runes shining beneath the surface....','You are to bring the Refined Gleaming Ore to Thorim in the Temple of Storms.','You notice Thorim\'s stern countenance brighten with recognition as you present the ore.','What have you there, little one?','','','','','',41557,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',12922,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(12957,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slaves of the Stormforged','To the southwest, on the western side of the Snowdrift Plains, the iron dwarves have dug a mine into the hillside. There, they use captive mechagnomes, servants of Keeper Mimir, to mine ore.$B$BI don\'t know where these mechagnomes came from, nor what they would do with their freedom, but perhaps we can win their help.$B$BGo to the Frozen Mine, $N, and set these creatures free from their bondage. Ask if they would fight alongside us against iron dwarf tyranny.','Bouldercrag the Rockshaper at Bouldercrag\'s Refuge wants you to free 6 Captive Mechagnomes and kill 3 Stormforged Taskmasters.','I had hoped that more of the captives would choose to join us, but I do not blame them. Willing allies are few and far between, and we are thankful that you have lent your blade to our cause.','Have you freed the slaves of the stormforged?','','Attempt to free Captive Mechagnome','','','',0,0,0,0,0,0,0,0,0,0,0,0,29962,29369,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12931,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12958,10958,373,373,4224,65,-1,0,0,0,755,375,0,0,0,0,0,0,0,0,'Shipment: Blood Jade Amulet','A wealthy shipping concern has requested a collection of Blood Jade Amulets to sell at Undermine. If you can bring me one, I can reward you with a Dalaran Jewelcrafter\'s Token.\n','Combine a Vrykul Amulet, a Dark Jade and a Bloodstone to make a Blood Jade Amulet and bring it to Timothy Jones in Dalaran.$B$BYou can find a Vrykul Amulet on any Northrend Vrykul.','Here is your Dalaran Jewelcrafter\'s Token as promised. Come back tomorrow and I am sure I will have another item I need from you!','Do you have a Blood Jade Amulet for my Undermine shipment?','','','','','',43269,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,1,0,0,0,1090,0,0,0,0,0,25,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13041,0,0,0,'12959 12960 12961 12962 12963',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,396,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12959,10958,373,373,4232,65,-1,0,0,0,755,375,0,0,0,0,0,0,0,0,'Shipment: Glowing Ivory Figurine','A wealthy shipping concern has requested a collection of Glowing Ivory Figurines to sell at Undermine. If you can bring me one, I can reward you with a Dalaran Jewelcrafter\'s Token.\n','Combine Northern Ivory, a Chalcedony and a Shadow Crystal to create a Glowing Ivory Figurine and bring it to Timothy Jones in Dalaran.$B$BYou can find a Northern Ivory on any Shoveltusk or Mammoth in Northrend.','Here is your Dalaran Jewelcrafter\'s Token as promised. Come back tomorrow and I am sure I will have another item I need from you!','Do you have a Glowing Ivory Figurine for my Undermine shipment?','','','','','',43270,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,1,0,0,0,1090,0,0,0,0,0,25,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13041,0,0,0,'12958 12960 12961 12962 12963',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,396,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12960,10958,373,373,4232,65,-1,0,0,0,755,375,0,0,0,0,0,0,0,0,'Shipment: Wicked Sun Brooch','A wealthy shipping concern has requested a collection of Wicked Sun Brooches to sell at Undermine. If you can bring me one, I can reward you with a Dalaran Jewelcrafter\'s Token.\n','Combine an Iron Dwarf Brooch, a Huge Citrine and a Sun Crystal to create a Wicked Sun Brooch and bring it to Timothy Jones in Dalaran.$B$BYou can find an Iron Dwarf Brooch on any Northrend Iron Dwarf.','Here is your Dalaran Jewelcrafter\'s Token as promised. Come back tomorrow and I am sure I will have another item I need from you!','Do you have a Wicked Sun Brooch for my Undermine shipment?','','','','','',43272,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,1,0,0,0,1090,0,0,0,0,0,25,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13041,0,0,0,'12958 12959 12961 12962 12963',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,396,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12961,11685,373,373,4232,65,-1,0,0,0,755,375,0,0,0,0,0,0,0,0,'Shipment: Intricate Bone Figurine','A wealthy shipping concern has requested a collection of Intricate Bone Figurines to sell at Undermine. If you can bring me one, I can reward you with a Dalaran Jewelcrafter\'s Token.\n','Combine a Proto Dragon Bone, a Sun Crystal and a Dark Jade to craft an Intricate Bone Figurine and bring it to Timothy Jones in Dalaran.$B$BYou can find a Proto Dragon Bone on any Northrend Proto Dragon.','Here is your Dalaran Jewelcrafter\'s Token as promised. Come back tomorrow and I am sure I will have another item I need from you!','Do you have an Intricate Bone Figurine for my Undermine shipment?','','','','','',43274,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,1,0,0,0,1090,0,0,0,0,0,25,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13041,0,0,0,'12958 12959 12960 12962 12963',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,396,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12962,10958,373,373,4232,65,-1,0,0,0,755,375,0,0,0,0,0,0,0,0,'Shipment: Bright Armor Relic','A wealthy shipping concern has requested a collection of Bright Armor Relics to sell at Undermine. If you can bring me one, I can reward you with a Dalaran Jewelcrafter\'s Token.\n','Combine an Elemental Armor Scrap, a Bloodstone and a Huge Citrine to craft a Bright Armor Relic and bring it to Timothy Jones in Dalaran.$B$BYou can find an Elemental Armor Scrap on any Northrend Revenant.','Here is your Dalaran Jewelcrafter\'s Token as promised. Come back tomorrow and I am sure I will have another item I need from you!','Do you have a Bright Armor Relic for my Undermine shipment?','','','','','',43275,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,1,0,0,0,1090,0,0,0,0,0,25,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13041,0,0,0,'12958 12959 12960 12961 12963',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,396,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12963,10958,373,373,4224,65,-1,0,0,0,755,375,0,0,0,0,0,0,0,0,'Shipment: Shifting Sun Curio','A wealthy shipping concern has requested a collection of Shifting Sun Curios to sell at Undermine. If you can bring me one, I can reward you with a Dalaran Jewelcrafter\'s Token.\n','Combine a Scourge Curio, a Sun Crystal and a Shadow Crystal to make a Shifting Sun Curio and bring it to Timothy Jones in Dalaran.$B$BYou can find a Scourge Curio on any Northrend Scourge.','Here is your Dalaran Jewelcrafter\'s Token as promised. Come back tomorrow and I am sure I will have another item I need from you!','Do you have a Shifting Sun Curio for my Undermine shipment?','','','','','',43276,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,1,0,0,0,1090,0,0,0,0,0,25,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13041,0,0,0,'12958 12959 12960 12961 12962',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,396,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(12964,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dark Ore','At the Frozen Mine in the western part of the Snowdrift Plains, the stormforged iron dwarves have constructed a mine manned by slaves.$B$BIt\'s well behind the lines, so we haven\'t been able to find out much about what\'s going on there, but my scouts have reported seeing them remove cartloads of dark, sickly looking ore.','Bring 5 Ore Samples to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','$b$bThat ore... I can\'t touch it. It seethes with unnatural energy. No creature of stone can handle it. What do they mean to do with this?','What have you discovered about the ore?','','','','','',42109,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12931,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12965,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Gifts of Loken','The one who commands the stormforged iron dwarves is called Runeseer Valduran. Although I have never seen them, it is said that his master, Keeper Loken, who took over Ulduar, has given Valduran powerful titan artifacts.$B$BIt could explain the strength and ferocity my men see in the stormforged warriors.$B$BValduran\'s base, Nidavelir, lies to the southwest, across the Snowdrift Plains. Go there, $N, and neutralize his power. Destroy these gifts of Loken\'s and help us to sap the strength of his followers.','Destroy Loken\'s Fury, Loken\'s Power, and Loken\'s Favor, and return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','$b$bYou\'ve weakened the stormforged considerably, but they\'ll keep fighting. Their casualties matter nothing to them, while our defenders continue to fall. Even if it costs them a hundred or a thousand iron corpses, they\'ll keep fighting until we\'ve been pounded to gravel.','Is it true? Does Valduran possess powerful relics of the titans? Did you destroy them?','','Loken\'s Fury destroyed','Loken\'s Power destroyed','Loken\'s Favor destroyed','',0,0,0,0,0,0,0,0,0,0,0,0,-192120,-192121,-192122,0,1,1,1,0,0,0,0,0,0,0,0,0,42795,42820,42827,42808,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12957,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12966,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12967,0,0,'You Can\'t Miss Him','$b$bSo it is you we have to thank for Fjorn\'s demise?$b$bWhile it\'s true that you have aided us in our time of need, there is still much that must be done to repair our relations with Thorim.$b$bFor now, I shall allow Njormeld to reforge the armor we gifted to the Stormlord so many ages ago. Consider it payment for your assistance against Fjorn.$b$bNjormeld was sent to recover Fjorn\'s anvil. You should find him there.','King Jokkum in Dun Niffelem wants you to find Njormeld at Fjorn\'s Anvil.','Reforging Thorim\'s armor? It can be done.$b$bFirst though, there\'s the matter of the anvil...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,75,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12967,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battling the Elements','Snorri was once the pride of our nation. A mighty warrior, many an enemy fell to his club.$b$bWe honor him, though he\'s no longer what he once was. Age has taken its toll, dulling his senses and sapping his strength. Still, he remains as proud as ever, never missing an opportunity to join a battle.$b$bSpeaking of battle, we\'re cooling Fjorn\'s anvil so it can be taken home. The remaining fire revenants are putting up some resistance. Help Snorri relive his glory days, $r. Guide him against this enemy.','Njormeld wants you to accompany Snorri to Fjorn\'s anvil and help him kill 10 Seething Revenants.','An honorable performance, $r. I shall inform the king of your assistance.$b$bThe anvil is nearly cool enough. I shall see you in Dun Niffelem soon.','Were you able to lead Snorri to another victory, $c?','','Seething Revenants slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,30125,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,75,0,0,0,0,0,0,74000,0,0,55960,0,0,0,0,0,0,0,132300,0,0,0,0,'',12966,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12968,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Yulda\'s Folly','The witch that started it all, Yulda the Stormspeaker came to our very village. She dared to insult our noble traditions and spouted the Lich King\'s venomous promises of power.$B$BShe ought to have left with a sword through her, but her magic was strong and she managed to escape.$B$BSeek her in Valkyrion inside the largest dwelling and show her that we are not to be trifled with.','Iva the Vengeful at Brunnhildar Village wants you to slay Yulda the Stormspeaker in Valkyrion.','Yulda had it coming. No one gets away with insulting the Hyldsmeet. Not even one of our own.','Did you find Yulda?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30046,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(12969,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12970,0,0,'Is That Your Goblin?','I trust that\'s the green little one you\'ve been looking for. If I were you I\'d step in before that Hyldnir splits him in half.$B$BYou\'ve arrived in the middle of the Hyldsmeet, so all challenges must be accepted by participants. There\'s nothing to stop you from taking your green friend\'s place.','Challenge Agnetta Tyrsdottar in order to save Zeev Fizzlespark. Return to Lok\'lira the Crone in Brunnhildar Village after you\'ve succeeded.','Well done, young one. It looks like our deal has been satisfied on both our ends.','You\'re back.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30154,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',12921,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12970,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12971,0,0,'The Hyldsmeet','Whether you\'ve noticed or not, by defeating your first Hyldnir in hand-to-hand combat, you\'ve entered the Hyldsmeet -- the great competition of Hyldnir against Hyldnir to determine who will rule by Thorim\'s side.$B$BThe Hyldsmeet is the reason why I was imprisoned, for I sought to partake in the competition but was far too old and frail to be a match for the Hyldnir.$B$BIf you\'re willing to listen, I\'ve a proposal for you.','Listen to Lok\'lira the Crone\'s proposal.','It\'s settled then. You will compete in the Hyldsmeet and with my help you\'ll restore great Thorim to his rightful place.','Keep it down, the others might start getting suspicious.','','Listen to Lok\'lira\'s proposal','','','',0,0,0,0,0,0,0,0,0,0,0,0,30467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12969,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(12971,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12972,0,0,'Taking on All Challengers','Let\'s get you started. The good news is that by defeating Agnetta, you\'ve earned yourself a spot in the next round of matches.$B$BThe bad news is that all your opponents will also have defeated someone in the first round. Do not expect pushovers.','Lok\'lira the Crone in Brunnhildar Village wants you to defeat 6 Victorious Challengers.','You\'ve done it, $n. You\'ve bested some of the fiercest fighters the Hyldnir race has to offer.','Yes, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30012,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,43204,42890,42879,42868,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12970,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12972,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12851,0,0,'You\'ll Need a Bear','You\'ve succeeded in the first rounds of the Hyldsmeet. To advance further, you\'re going to need a warbear of your own.$B$BUnfortunately, the Hyldnir don\'t give them out to just anyone. You\'ll have to emerge victorious from true battle, not just gladiatorial combat.$B$BThe Hyldnir of Brunnhildar are currently involved in a feud against the Sons of Hodir, Thorim\'s former allies. Speak to Brijana just outside the village and see how you can help them and prove yourself in the process.','Speak to Brijana outside Brunnhildar Village.','Think we\'ll give you your own bear just like that? You\'ll have to prove yourself before you get anything from us.$b$bDo not think too highly of yourself just because you bested a few challengers in the Hyldsmeet.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',12971,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(12973,10958,67,0,130,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Brothers Bronzebeard','That does it! We finally have the keystone... It\'s beautiful! I\'ve been around the world more than once, but this thing\'s got me all jittery with excitement again. I suppose now\'s not the time to stop and admire though, we need to get the heck out of here.$B$BHop on my flying machine and help keep us covered from those iron dwarves on the way out!','Accompany Brann Bronzebeard and his flying machine to Frosthold.','King Stormheart sends his most sincere thanks for reuniting him with his brothers. It seems he\'s off to settle a score now - perhaps you\'ll meet with him again on Arthas\'s doorstep.','My pardons, $glad:lass;! I got all caught up in tha moment and I neglected ye entirely.','Accompany Brann Bronzebeard to Frosthold.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43192,43191,43189,43190,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1068,1126,0,0,0,0,500,500,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',12880,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(12974,10958,66,0,136,75,77,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Champion\'s Call!','Pfft, what happens down here ain\'t fightin\'. It\'s a couple of guys dancin\' around a flag.$B$BYou lookin\' for some real action, buddy? \'Cause if you are I got the hottest ticket in town.$B$BEver heard of Gurgthock and Wodin? Goblin and troll who ran the Ring of Blood back in Outland? Well they\'re here in Northrend and they\'ve started up a whole new fight club over in Zul\'Drak. If you\'re interested go to Zul\'Drak, east of Crystalsong. They\'re at the big arena in the center. Tell \'em Shifty sent ya!','Seek out Gurgthock at the Amphitheater of Anguish in Zul\'Drak.','Shifty sent you, eh?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(12975,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12976,0,0,'In Memoriam','Surely Thorim has told you of the tragedy that divides us.$b$bIt was in Thunderfall, northeast of here, that these events unfolded. The frozen fossils there are a reminder of that dark day, as are the spirits that haunt that place.$b$bIf my people are to forgive Thorim, something must take the place of those images. A memorial must be constructed to bring our hearts peace.$b$bGo there, $r. Collect the fragments of Hodir\'s Horn that was shattered that day.','King Jokkum in Dun Niffelem wants you to collect 8 Horn Fragments from Thunderfall.','Another good deed you have done on Thorim\'s behalf, $c.$b$bThis will help to soften the hearts of my people towards him.','Have you found the pieces of Hodir\'s Horn?','','','','','',42162,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,5),(12976,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,42163,1,'A Monument to the Fallen','Bring these fragments to Njormeld. He will use the pieces of that sacred relic in the construction of a mighty monument.$b$bMay it soothe the pains and heal the scars my people have borne these many years.$b$bMay its presence help to bring about a new age that sees us once again in glorious battle at Thorim\'s side.$b$bGo now, $c. Njormeld awaits you.','King Jokkum wants you to bring Hodir\'s Horn Fragments to Njormeld in Dun Niffelem.','$b$bThe Horn of Hodir....$b$bThis was a sacred gift to our people from Hodir himself, $r. It is a relic of great importance to us.$b$bWhen you next return to our stronghold you shall see the fruits of your labor.$b$bFarewell.','You have brought the fragments of Hodir\'s Horn, $r?','','','','','',42163,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',12975,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,3),(12977,10958,67,0,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,42164,1,'Blowing Hodir\'s Horn','You have done a great service to the giants of Dun Niffelem. Without your aid, this monument would not exist.$b$bAs you silently ponder its significance, feelings begin to flood your heart. The feelings fill your mind with thoughts and images... as well as a sense of urgency.$b$bThe sensations fade and leave you with a knowledge of what you must do. The restless spirits at Thunderfall must be put to rest.$b$bAs you set off, you find that your hands have been filled with an ethereal horn.','You are to defeat 5 Niffelem Forefathers and 5 Restless Frostborn at Thunderfall. You are then to blow Hodir\'s Horn over their corpses, then return to Hodir\'s Horn in Dun Niffelem.','You are filled with a sense of peace and contentment knowing that the once tormented souls of Thunderfall are now resting peacefully.','Strong gusts of wind swirl around the horn, causing its sound to echo throughout the surrounding mountains.$B$BTo any unknowing passersby, it might seem to be blowing itself....','','Niffelem Forefather freed','Restless Frostborn freed','','',0,0,0,0,0,0,0,0,0,0,0,0,30138,30139,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12976,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12978,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Facing the Storm','Like Bouldercrag, I once served the keepers as a craftsman in Ulduar, but with Loken\'s betrayal, I turned my hammer toward our new foes.$B$BWhen we could spare the men, I led raids on Nidavelir to relieve the pressure on our defenders, but our lines are near collapse.$B$BYou\'ve proven yourself a capable combatant and a staunch ally. Perhaps you\'d be willing to take up our banner and take the fight to Nidavelir, the iron dwarf stronghold to the southwest, across the Snowdrift Plains.','Bruor Ironbane at Bouldercrag\'s Refuge wants you to kill 10 Nidavelir Stormforged. You may kill Stormforged Champions, Stormforged Magi, or Stormforged War Golems.','There may be hope for victory, $n. We have never been able to sustain an attack on the stormforged, but with your efforts, Valduran may yet fall!','Have you taken the hammer to the irons at Nidavelir?','','Nidavelir Stormforged slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,30152,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12957,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12979,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12980,42204,1,'Armor of Darkness','This armor plate is thick and oversized compared to the rest of the golem\'s defenses. A quick examination of the golem\'s corpse reveals that this heavier plate seems to have been bolted on as an afterthought or a crude upgrade.$B$BWhy would the iron dwarves have added this redundant and mismatched armor to their war golems?$B$BPerhaps Bruor Ironbane would know if he had the chance to examine several of these plates from stormforged war golems.','Bring 4 Dark Armor Samples to Bruor Ironbane at Bouldercrag\'s Refuge.','Careful, now. Keep that plate as far away from me as you can. Even being in its presence is enough to inflict pain.$b$bBut you\'re right, $n, these are gigantic armor plates for a war golem of normal size. What would the stormforged be doing with them? There\'s only one way to find out.','What is it you have there?','','','','','',42204,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12980,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,42394,1,'The Armor\'s Secrets','The presence of that armor plate is disorienting, but we need to find out all we can from it. It could be part of one of Valduran\'s schemes.$B$BHe\'s dedicated an extraordinary amount of effort to mining, refining, smithing, and testing this metal.$B$BTo the east, along the northern mountain face, is a building called Mimir\'s Workshop. It hasn\'t been used in quite some time, but if we\'re lucky, some of its attendants are still functional. Take your armor plate there and learn what you can from it.','Take the Dark Armor Plate to Mimir\'s Workshop and ask Attendant Tock to examine it. When you\'re finished, return to Bruor Ironbane at Bouldercrag\'s Refuge.','$b$bSo Valduran\'s master has given him this sinister metal to construct a giant weapon? That must be what he intends to use for the final strike against us! We need to stop him before he\'s able to complete it and unleash this weapon.','What did you learn?','','Armor plate investigated','','','',0,42394,0,0,0,0,0,1,0,0,0,0,30190,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12979,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12981,11685,67,0,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hot and Cold','As you stare at the anvil you relive your recent accomplishments, particularly those which brought this artifact to rest here.$b$bIt suddenly occurs to you that more remains to be done. To the east, smoldering scraps clutter the landscape - shrapnel from the battle fought there.$b$bIf they could be cooled and gathered somehow, the frost giants would have an abundant supply of metal and the region would be cleared of these remnants of war.','You are to go to Frostfield Lake, kill the Brittle Revenants there and use the Essence of Ice on the Smoldering Scraps at Fjorn\'s Anvil. You are then to collect 6 of the Frozen Iron scraps and return to Fjorn\'s Anvil in Dun Niffelem.','You feel a sense of accomplishment as you realize that your efforts continue to strengthen the renewed bonds between Thorim and the Sons of Hodir.','A luminous blue glow surrounds the anvil.','','','','','',42252,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12982,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ebon Blade Prisoners','Now that I\'m back, I\'m certain that the baron will want me to recover my men. I can see that we\'re barely hanging on here. The Lich King\'s forces are about to break through and we won\'t be able to hold without my captured death knights.$B$BCan you assist me once more, $N?$B$BGo back to Jotunheim and let them out of those cages. Break the damn locks, I don\'t care what you have to do. The vrykul likely have the keys.$B$BJust get my men free!','Vaelen the Flayed at The Shadow Vault wants you to free 8 Ebon Blade Prisoners. They can be found in the cages throughout the greater Jotunheim region.','Thank you, $c. With the death knights that you freed, we\'ll be able to hold the line... for now.','Certainly there are more of my death knights to be loosed from their cages?!','','Ebon Blade Prisoners set free','','','',0,0,0,0,0,0,0,0,0,0,0,0,30186,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,43859,43910,43935,43844,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13085,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,25,5,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,5),(12983,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12996,42838,1,'The Last of Her Kind','For as long as I can remember, we\'ve obtained our best bears from the Hibernal Cave to the east.$B$BThose times might finally be gone. The cave has been overrun by ravenous jormungar and the wild bears are all but extinct.$B$BIf you were to find a surviving matriarch, however, I would guarantee you that she would fight better than any of these bears born in captivity.$B$BTake this harness to the Hibernal Cave and rescue a surviving matriarch. Good luck finding one.','Astrid Bjornrittar in Brunnhildar Village wants you to rescue an Icemaw Matriarch in the Hibernal Cavern.','I\'m impressed. I never thought I would see an icemaw matriarch again. Especially not one this size.','Did you find a matriarch?','','Icemaw Matriarch Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,29563,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12900,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12984,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12988,42419,1,'Valduran the Stormborn','We have no choice, $N. What you learned in Mimir\'s Workshop means that we must act before Valduran can complete and unleash his new weapon.$B$BEven now, the refuge\'s defenders fight to buy us time to deal with Valduran the Stormborn.$B$BYou must go to Nidavelir, across the Snowdrift Plains to the southwest, and then find and face Valduran. But you will not be alone. Bring this war horn with you and sound it as you prepare to face the leader of our enemies. Bruor and I will aid you in this battle.','Use Bouldercrag\'s War Horn when you have found Valduran the Stormborn. Defeat Valduran the Stormborn and return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','At last, Valduran is dead, and the stormforged are weakened, but if his boasting is true, we must continue fighting the stormforged in his absence. This weapon they\'re building could be the end of us.','Valduran must be dealt with before the refuge falls.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29368,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,42796,42809,42821,42836,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',12980,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(12985,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12987,42424,1,'Forging a Head','Greetings, $r.$b$bI have a task that King Jokkum felt you would be suited for, assuming you still strive to gain favor with our people.$b$bI have developed plans for another artifact, one that will grant Hodir\'s blessing of protection to our stronghold. I have nearly all that I require for its construction. All that remains to collect are the very eyes of our fallen enemies.$b$bTake this tool, and gather the eyes from the iron giant corpses that litter our fields.','Njormeld in Dun Niffelem needs you to use the Diamond Tipped Pick on the Dead Iron Giants at Frostfield Lake and return to him when you have collected 8 Stormforged Eyes.','It is nearly done.$b$bWith this artifact in place, Dun Niffelem shall be warned of impending dangers before they are upon us.','Have you collected the final components I seek, $r?','','','','','',42423,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,5),(12986,10958,67,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,12878,42679,1,'Fate of the Titans','Norgannon\'s Core is not at this location. I am not sure why you seek it, $r, and I am equally unsure if you truly know the purpose of that which you seek.$B$BI would like you to aid me before I consider extending my assistance. I have recently encountered knowledge of the watcher, Thorim. His seat of power is contested, and his fate remains to be seen. This troubles me, for I do not know of the other watchers. Utilize this databank to examine their temples to the northeast and return the knowledge to me.','Creteus in the Foot Steppes has requested that you travel to the Temple of Invention, the Temple of Winter, the Temple of Life, and the Temple of Order and utilize the databank to examine each area.','The news you bear forth is grave indeed. I do not know the fate of the remaining watchers, but their absence spells dark times for all of the lands of Azeroth.$b$bI shall examine the knowledge contained in the databank that you have returned and attempt to fully assess the situation. I believe I am in possession of knowledge that you deem more pertinent at this moment however, so I shall allow you to partake in said wisdom first.','Have you returned with the knowledge that I seek, $r?','','Temple of Invention Investigated','Temple of Winter Investigated','Temple of Life Investigated','Temple of Order Investigated',0,0,0,0,0,0,0,0,0,0,0,0,30315,30317,30316,30318,1,1,1,1,0,0,0,0,0,0,0,0,42791,42804,42816,42834,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12877,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12987,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,42442,1,'Mounting Hodir\'s Helm','The helm is forged.$b$bYour efforts have not gone unnoticed, small one. Though there remains much to do, we sons of Hodir are grateful for your accomplishments.$b$bIn return, I offer you the opportunity to present Hodir\'s helm to our king and our brethren.$b$bFly to the sparkling tip of the small ice spike in front of me and read to our people from this tablet.$b$bEnjoy the privilege, $c. Never before has an outsider been given such an honor!','Njormeld wants you to fly to the tip of the northern ice spike in Dun Niffelem and use the Tablets of Pronouncement.','$b$bThat will do, little $r.$b$bThat will do....','Have you mounted Hodirs Helm, $r?','','Hodir\'s Helm Mounted','','','',0,0,0,0,0,0,0,0,0,0,0,0,30210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,150,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',12985,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,2),(12988,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,42441,1,'Destroy the Forges!','In my folly, I\'d thought Valduran\'s project at Narvir\'s Cradle, a large construction area to the south, no more than a grotesque monument to \"Keeper\" Loken\'s cruelty.$B$BNow we know the truth, that it was meant to be used as a weapon against us and our allies. We must not allow this iron colossus to reach completion, $N, for it will mean the end of the refuge.$B$BGo to Narvir\'s Cradle, find the lightning forges the stormforged artisans use, and sabotage them.','Destroy the North Lightning Forge, the Central Lightning Forge, and the South Lightning Forge with Bouldercrag\'s Bombs, then return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','Excellent work! Oh, it won\'t stop the iron dwarves, but it\'ll take them valuable time to rebuild those forges. I daresay we\'ve gained the advantage.','Were you able to hamper them by sabotaging the forges?','','North Lightning Forge damaged','Central Lightning Forge damaged','South Lightning Forge damaged','',0,0,0,0,0,0,0,0,0,0,0,0,30209,30211,30212,0,1,1,1,0,56275,56275,56275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12984,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12989,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Slithering Darkness','The vile jormungar have taken over most of the Hibernal Cavern. They are despicable beings... children of Loken, Thorim\'s scumsucker of a brother.$B$BAs Thorim\'s servants we owe it to ourselves to kill these scum where we find them. You\'ll find the cavern just east of here, outside the village.','Astrid Bjornrittar wants you to slay 8 Ravenous Jormungar in the Hibernal Cavern east of Brunnhildar Village.','The Jormungar are vile creatures. You did well in destroying them.','You\'ve returned!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29605,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,42846,42870,42895,42881,42861,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12900,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12990,10958,201,201,0,0,-1,0,0,0,202,1,0,0,0,0,0,0,0,0,'The Wormhole','Bring me materials and I\'ll teach you how to use your Wormhole Generator.','Bring Jon LeCraft the materials he seeks to avoid a swift death, and to get a cool new spell.','','','','','','','',16006,15994,0,0,0,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56273,56311,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12991,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hit Them Where it Hurts','Bouldercrag\'s got a good plan to stymie the efforts of the iron dwarves at Narvir\'s Cradle, and I\'ve got an idea of my own. Work on the iron colossus will come to a halt without any artisans.$B$BNarvir\'s Cradle is on the south side of the hill sheltering Bouldercrag\'s Refuge. Go there and slay any stormforged artificers in your path. They may be no different from what we once were, but they build a weapon that threatens us all.','Kill 10 Stormforged Artificers and return to Bruor Ironbane at Bouldercrag\'s Refuge.','There were days when I could never ask someone to do what you did, but my experience with the iron dwarves has extinguished those feelings. We have bought time against the enemy\'s advance.','Have you decimated the iron colossus\' workforce?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29376,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12984,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12992,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13071,0,0,'Crush Dem Vrykuls!','Dem vrykuls at the Jotunheim needs to be crushed!$B$B$N crush dems good!','Vile at The Shadow Vault wants you to slay any 15 vrykul in the greater Jotunheim region.','$n is my bestest little $r!','Dems vrykuls not killed!','','Jotunheim vrykul slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,29880,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,43929,43858,43927,43911,43928,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,33,0,0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,5),(12993,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12998,0,0,'A Colossal Threat','You\'ve done an excellent job of delaying the work on the iron colossus, but I fear we\'ve only made the stormforged more determined to complete the weapon.$B$BEven now, they\'re bringing in new laborers and the overseers push them to the limit. We may not be able to keep them from bringing the colossus online, after all. Return to Narvir\'s Cradle, to the south and find the documents detailing the colossus\' offensive and defensive abilities. They should be near the tents and forges on the bottom level.','Retrieve the Colossus Attack Specs and Colossus Defense Specs and bring them to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','$b$bI had no idea the irons were capable of this! Our men will have no chance against this behemoth if it\'s completed. Fortunately, it looks like they\'re still lacking a key part.','Did you find the documents we\'re looking for?','','','','','',42475,42476,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12988,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12994,10958,67,0,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,42479,1,'Spy Hunter','The rapport you\'ve developed with the inhabitants of Dun Niffelem has yielded some unexpected discoveries.$b$bFor example, you somehow find yourself able to understand the denmother\'s guttural growls and sharp quips - at least you think you do.$b$bIt would seem that she senses danger outside the stronghold and wants you to do something about it.$b$bWith her forepaw, she removes the chain from around her neck and lets it drop at your feet. As you pick it up you notice an aged fang attached to it....','You must defeat 3 Stormforged Spies in the Valley of Ancient Winters.$b$bUsing the Ethereal Worg\'s Fang at the Corpse of the Fallen Worg will summon an Ethereal Frostworg, which will expose hidden enemies. You are to return to the Frostworg Denmother in Dun Niffelem when the valley has been cleansed of spies.','As you slide the chain back around the denmother\'s neck she licks your face approvingly.','The frostworg denmother looks at you curiously.','','Stormforged Infiltrators Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,30222,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,7161.34,-2228.97,1,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12995,10958,210,0,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,42480,1,'Leave Our Mark','We must attack the vrykul of Jotunheim on many levels. Brute force, of course, is good, but I prefer a more cerebral approach.$B$BI want you to demoralize them.$B$BMy men here have forged a number of banners for you. I would like for you to take and plant them near the corpses of fallen vrykul.$B$BLet the banners serve as a constant reminder to them that they face a more immediate threat than the wrath of the Lich King.','Baron Sliver at The Shadow Vault wishes you to plant 15 Ebon Blade Banners near the corpses of vrykul found within the greater Jotunheim region.','Well done, $n. Let them see the desecrated corpses of their fallen comrades and think twice about striking at us!$b$bIf you come back tomorrow, I will make certain to have more banners prepared for you.','Oh now, $N, I don\'t think you\'re quite done yet.','','Ebon Blade Banner planted near vrykul corpse','','','',0,0,0,0,0,0,0,0,0,0,0,0,30220,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12951,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,273,1,0,0,0,0,0,2,1,25,0,0,0,0,0,0,0,0,0,5),(12996,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12997,42481,1,'The Warm-Up','You\'ve been very fortunate, sister. This is a matriarch the likes of which hasn\'t been seen in years.$B$BA good bear won\'t do you much good without the skill to ride it.$B$BI\'m going to have you practice some moves on Kirgaraak. He\'s the largest yeti we\'ve ever managed to capture so be careful. Don\'t be afraid to walk away if he gives you a beating... there\'s a reason why we keep him chained.','Astrid Bjornrittar in Brunnhildar Village wants you to use the Reins of the Warbear Matriarch to defeat Kirgaraak.','Not bad. I was hoping Kirgaraak would snap your neck so I could keep your bear.$b$bJust joking, $gbrother:sister;. Well... half-joking. That\'s a really nice bear you\'ve got.','How did it go with the yeti?','','Kirgaraak Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,30221,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',12983,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(12997,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13061,42499,1,'Into the Pit','Besting a tethered opponent is one thing. Fighting other bear riders on equal footing is another.$B$BHead into the Pit of the Fang and use what you\'ve learned to defeat your opponents. Good luck, sister.$B$BGlory awaits, should you succeed.','Astrid Bjornrittar, in Brunnhildar Village, wants you to use the Reins of the Warbear Matriarch inside the Pit of the Fang and defeat 6 Hyldsmeet Warbears.','You really did it! You made it out with your health. Wish we could say the same for your bear.$b$bIt\'s going to take a while for her to recover. Fortunately you won\'t need her for a while.','Hail, $Gbrother:sister;.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30174,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12996,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12998,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13007,0,0,'The Heart of the Storm','According to the documents you captured at Narvir\'s Cradle, the iron colossus is complete except for one key component -- the Heart of the Storm.$B$BWithout it, the iron colossus\' weapons would be much weaker than the design predicts. If we can deny Overseer Narvir the heart, we could defeat the colossus!$B$BNotes on the documents you found say that the heart is in Uldis, a titan facility far to the south. Its entrance is on the south side of a tall mountain overlooking the Bor\'s Breath River.','Bouldercrag the Rockshaper at Bouldercrag\'s Refuge wants you to travel to Uldis and try to prevent Overseer Narvir from obtaining the Heart of the Storm.','With the heart in the hands of Narvir, the colossus will achieve its full power! We\'ll have no choice but to fight it.','Tell me that the heart didn\'t fall into enemy hands.','','Attempt to secure the Heart of the Storm','','','',0,0,0,0,0,0,0,0,0,0,0,0,30299,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12993,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(12999,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bone Witch','You remember Lady Nightswood, don\'t you? She certainly remembers you. She\'s the forlorn and very angry banshee that you \'saved\' when you also broke Vile and myself out from under the Lich King\'s dominion.$B$BThe lady has gone into Jotunheim and possessed their bone witch. She intends to wreak havoc upon the vrykul from within.$B$BShe has asked that you seek her out. You\'ll find her in the cave on the south side of Njorndar Village to the southwest within Jotunheim.','Speak with The Bone Witch within the cave at Njorndar Village.','$N, you came.$B$BAlready I have heard of your activities on the Savage Ledge. This is good. I am glad that you seem willing to help with undermining the vrykul here at Jotunheim.$B$B$B$BYou and I are going to have a great deal of fun with them!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,571,7659.62,3433.74,1,13200,0,0,0,0,'',12955,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(13000,10958,67,0,128,77,79,0,690,0,0,0,0,0,0,0,0,0,44576,1,'Emergency Measures','The cold in these mountains is brutal. We have a day or two before we burn up all the wood from the wreckage.$B$BWe spotted worgs inside a cave directly east of here. I need you to find the cave and obtain some furs. It might not sound like much, but it might be the difference between freezing to death and living another day.$B$BWorgs don\'t hunt alone, so I\'m giving you a flare. It should buy you some time if you find yourself outnumbered.','Bloodguard Lorga wants you to go to the Gimorak\'s Den to the east and obtain 6 Worg Furs.','These furs are rather... large. I\'d hate to see the worgs you had to face off with.$b$bWe\'re all very thankful. The temperature is starting to drop already.','Did you bring the furs?','','','','','',42510,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42788,42801,42813,42832,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,71000,0,0,0,0,0,0,0,0,0,0,130800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13001,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raising Hodir\'s Spear','The time has come, little $c. The stars have foretold of this day.$b$bI have received a vision from mighty Hodir himself, revealing the secret to the creation of a great artifact.$b$bWe must obey! Were we to fail in receiving this gift, doom would surely follow.$b$bI call upon you to assist me in this sacred undertaking.$b$bGo across the valley, deep into the Hibernal Cavern and gather everfrost shards from the icy crater there, then collect hides from the mammoths outside the cavern.','Lorekeeper Randvir in Dun Niffelem wants you to collect 3 Everfrost Shards from the depths of Hibernal Cavern and 3 Stoic Mammoth Hides from the Stoic Mammoths in the Valley of Ancient Winters.','Stand back, $r, and behold the fulfilling of a prophecy!','Have you gathered the materials for the spear, $r?','','','','','',42541,42542,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,61395,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,5),(13002,10958,373,373,136,65,-1,0,690,0,755,350,0,0,0,0,0,0,0,0,'Gem Perfection','Welcome to de cold, mon. Dis place may not be so good for keepin\' me bones warm, but I have learned how to cut me de perfect gem. All I be needin\' is some gems to do me work on.$B$BBring me some gems and I be teachin\' you the skill of gem perfection. Dis will allow you to sometimes cut a perfect gem with increased bonuses when cuttin\' an uncommon quality gem from Northrend.','Return two Huge Citrines, two Dark Jade and two Shadow Crystals to Geba\'li in Warsong Hold.','Dey be perfect mon\'. Here is the art of gemcutting perfection for ya.','Dis is what I been lookin\' for. Now I be learnin\' you Gem Perfection.','','','','','',36929,36932,36926,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41888,0,0,0,1,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,0,0,55534,55790,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'12952',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13003,10958,67,0,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,42769,1,'Thrusting Hodir\'s Spear','Hodir\'s Spear is an icon of great prowess in battle.$b$bIts mere presence instills a deep hunger for glory in all who enter Dun Niffelem. In fact, simply being near it has compelled you to test your own abilities.$b$bScanning the horizon, your vision locks on a wild wyrm as it flies nearby.$b$bIt is decided. Of you and he, only one shall see the next sunrise....','You are to use Hodir\'s Spear to challenge a Wild Wyrm in the Valley of Ancient Winters. Once in its grip, you are to fight to the death.','It is done.$b$bYou have stared certain death in the face and emerged victorious.$b$bBy single-handedly defeating such a mighty beast, you have brought great honor to Dun Niffelem!','','','Wild Wyrm Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,30415,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,500,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13001,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13004,10958,373,373,136,65,-1,0,1101,0,755,350,0,0,0,0,0,0,0,0,'Gem Perfection','There\'s a war going on and we each must do our part! Mine is cutting gems and not only can I cut normal gems but I have the skill to cut perfect gems as well. If you can bring me several uncut gems to contribute to the cause, I can teach you gem perfection as well. This will allow you to sometimes cut a perfect gem with increased bonuses when cutting a uncommon quality gem from Northrend.','Return two Huge Citrines, two Dark Jade and two Shadow Crystals to Alestros in Valiance Keep.','Thank you. I shall teach you of gemcutting perfection and in addition give you a perfect gem that I have cut.','Your donation is much appreciated. Let me teach you of gem perfection.','','','','','',36929,36932,36926,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41888,0,0,0,1,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,55534,55790,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'12918',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13005,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,42840,1,'The Earthen Oath','For years I neglected my duties, giving into defeat and self-pity.$B$BNot the brave earthen, however. Their oath to protect these grounds with their lives has gone unbroken.$B$BEven now, they fight the corruption of iron with selflessness, waiting for the moment in which the tides turn.$B$BThat moment has arrived. We must rally what remains of the earthen defenders and lead them into a glorious victory. Sound the Horn of the Peaks to call them to your side and take back the Terrace of the Makers.','Thorim, at the Terrace of the Makers, wants you to use the Horn of the Peaks and call on the Earthen to defeat 20 Iron Dwarves and 7 Iron Sentinels.','It\'s a good start. But my brother\'s forces will not take long to regroup. We must make our victory a decisive one.','Hail, $N! What news do you bring?','','Iron Sentinel slain','Iron Dwarf Assailant slain','','',0,0,0,0,0,0,0,0,0,0,0,0,30296,30297,0,0,7,20,0,0,0,0,0,0,0,0,0,0,42847,42871,42893,42882,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13057,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13006,10958,67,0,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Polishing the Helm','As you draw near the helm, you notice that the frigid environment is already taking its toll on the artifact\'s surface. What is now just a thin layer of ice will surely grow to envelop it entirely.$b$bNot about to let your hard efforts go to waste, you resolve to scour the region in search of a solution.$b$bJust as you set off, the eyes of the helm flash and an image of the nearby Hibernal Cavern enters your mind.','You are to enter Hibernal Cavern west of Dun Niffelem and collect 5 units of Viscous Oil from the Viscous Oils there.$b$bYou are then to return to Dun Niffelem and apply the oil to Hodir\'s Helm.','As you coat the helm with a thin layer of oil, the frost falls away and the surface gleams.','Frost is thickening on the helm as you watch, and icicles are beginning to form around its edges...','','','','','',42640,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12987,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13007,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Iron Colossus','We have failed to prevent the completion of the iron colossus, $N, which means we have no choice but to face it in battle.$B$BBruor has devised a plan to exploit the colossus\' only weakness.$B$BNo matter how tough the colossus\' armor is, it is still vulnerable to a jormungar\'s acid. Take control of one using the orbs along the northern edge of the Snowdrift Plains, then use it to fight the Iron Colossus on the Snowdrift Plains. If you need help controlling the creature, speak to one of the nearby handlers.','Use a Tamed Jormungar to defeat the Iron Colossus and return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','We\'ve done it, we\'ve really done it! The refuge is spared and the stormforged are defeated! We must warn Brann before Loken gets it in his mind to try to rebuild his forces. The only way to secure the victory you have won today is to go into Ulduar and defeat Loken for all time!','Have you defeated the iron colossus and spared the refuge from destruction?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43200,43201,43202,43203,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',12998,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13008,10958,210,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Tactics','We had the element of surprise on our side! We blew a hole in the side of the mountain and charged into Scourgeholme. Scourge opposition was fierce and it wasn\'t long until we were overwhelmed. We fell back to the valley and began raining artillery down on the Scourge that followed. This held them back for awhile until... Those monsters began using crusaders as living shields. We had to stop shelling for fear of killing our own soldiers.$B$BFree our crusaders trapped on the field outside the base, $c!','Crusade Commander Entari at the Argent Vanguard in Icecrown has asked that you free 8 Webbed Crusaders.','There are still many Argent Crusade soldiers out on that field and in Scourgeholme, $n. While your help is appreciated, there is still much left to be done.','Have you freed the webbed crusaders?','','Webbed Crusader Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,30274,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',13036,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13009,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13050,42700,1,'A New Beginning','It remains uncertain whether or not our people can ever rekindle the affection we once held for Thorim.$b$bMay this armor, if nothing else, remind him of the days when we stood together in honor, invincible.','Njormeld wants you to take the Reforged Armor to Thorim at the Temple of Storms.','$b$bYou have done well, $r, but there remains much to be done.','How have your efforts fared, $c?','','','','','',42700,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12924,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13010,10958,67,0,136,77,80,0,0,0,0,0,1119,3000,0,0,0,13057,0,0,'Krolmir, Hammer of Storms','One task remains before I can reclaim my home at the Terrace of the Makers.$b$bKrolmir must be found.$b$bOn that fateful day, I threw it to the earth with all the power and rage I possessed. A mighty explosion followed.$b$bI\'ve thought it lost for these many years, but now I must be certain.$b$bReturn to King Jokkum and discover what, if anything, he knows of my hammer\'s fate.','Thorim wants you to talk to King Jokkum in Dun Niffelem and discover what he knows of Krolmir.','Words cannot express my gratitude, $c.$b$bYou have served me honorably. Please accept this token of my gratitude.','Back again, little $r?','','Krolmir\'s Fate Discovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,30327,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,42793,42806,42818,42835,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13051,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,6),(13011,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,42732,1,'Jormuttar is Soo Fat...','I have an opportunity that will help you to gain approval with my people, provided you prevail.$b$bThe jormungar are a nuisance best dealt with quickly. If given any quarter, they breed like hares and spread like fire.$b$bThey have appeared southwest of here, in the Hibernal Cavern. If their spawnmother is not slain soon, they will gain a foothold in our region.$b$bShe cannot refuse food. Take this knife and get the flank of a bear corpse from their cave. Place it near her crater and kill her as she feeds.','King Jokkum in Dun Niffelem wants you to slay Jormuttar in Hibernal Cavern.','So it is done.$b$bWe have heard the screams of Jormuttar as they echoed from across the valley.$b$bYou have done our people a service this day, litte $r.','Have you slain Jormuttar?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30340,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,5),(13012,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sardis the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,252,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13013,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beldak the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,237,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13014,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morthie the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,238,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13015,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fargal the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,239,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13016,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northal the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,240,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13017,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jarten the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,255,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(13018,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sandrene the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,253,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13019,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thoim the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,254,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13020,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stonebeard the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,241,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(13021,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Igasho the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,256,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13022,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nurgen the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,257,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13023,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kilias the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,258,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13024,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanikaya the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,242,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13025,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lunaro the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,243,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13026,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bluewolf the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,244,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13027,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tauros the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,245,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13028,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Graymane the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,246,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13029,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pamuya the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,247,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(13030,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whurain the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,248,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13031,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skywarden the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,249,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(13032,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Muraco the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,250,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0),(13033,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arp the Elder','','','The stuff of life is doomed to die and return to the earth, but the stuff of spirit lives eternal. I bid you well, $N, and offer you this token...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,251,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13034,10958,67,0,8,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Witness and the Hero','When I began my travels in Northrend, I visited the Borean Tundra and met the taunka for the first time. There, Wind Tamer Barah told me the tale of Stormhoof and his battle against the North Wind, their people\'s ancient enemy.$B$BI set out for the Storm Peaks to learn more of this hero, but strangely, the people of Tunka\'lo seem to know nothing of him.$B$BPerhaps the camp\'s own records will give us greater insight. Find and read the history scrolls kept throughout the camp, then tell me what you learned.','Xarantaur, at Camp Tunka\'lo, wants you to read the First History Scroll, the Second History Scroll, and the Third History Scroll.','How peculiar... that doesn\'t sound like the story Wind Tamer Barah told me.','What have you learned from the records of Camp Tunka\'lo?','','Read First History Scroll','Read Second History Scroll','Read Third History Scroll','',0,0,0,0,0,0,0,0,0,0,0,0,-192493,-192494,-192495,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13426,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13035,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Loken\'s Lackeys','The attack on the Terrace of the Makers was not a half-hearted move on my brother\'s behalf. He sent a legion of iron dwarves and some of his most powerful lieutenants.$B$BUse the Horn of the Peaks to call the earthen to your side and defeat Loken\'s servants.$B$BYou\'ll find the giant, Eisenfaust, inside the Hall of the Shaper to the north. You\'ll find the others deeper inside the Terrace of the Makers, beyond the stairs to the northwest.','Thorim wants you to slay Eisenfaust inside the Hall of the Shaper and Halefnir the Windborn and Duronn the Runeforged in the Terrace of the Makers.','One by one, my brother\'s servants have fallen. Loken\'s insurrection will soon come to an end.','It\'s good to see you again, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30341,30376,30353,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13057,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13036,10958,210,0,136,77,78,0,0,0,0,0,0,0,0,0,0,13008,0,0,'Honor Above All Else','Long has been the path to our salvation, young $c. We have fought across continents, worlds even, to reach this point. Now we face our greatest challenge: the destruction of the Lich King and his Scourge.$B$BAlas, we fight this battle divided. The Horde and Alliance are in the throes of war and will lend us no support. We must remain unyielding in our cause! For what choice have we to do otherwise?$B$BDo you join the cause? Lend us your strength, $c! My commander, Entari, awaits you at his post.','Report to Crusade Commander Entari at the Argent Vanguard in Icecrown.','Where both the Alliance and the Horde failed, the Argent Crusade succeeded. The success, however, was short lived. Our breach into Icecrown was quickly - and with force - rebuffed.$B$BThe Lich King\'s retaliatory strike was immediate and brutal. Now we are on the defensive.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,1),(13037,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Memories of Stormhoof','When the bronze dragonflight gifted me with immortality and set me on the path of the witness, Nozdormu entrusted me with the Lorehammer.$B$BThe hammer\'s reaction to your findings means that time has gone awry here and it is our duty to restore the true timeline.$B$BWe must find it. To the northwest is Frostfloe Deep, ancient burial cave of the warriors of Tunka\'lo. Seek out the spirit of Chieftain Swiftspear, Stormhoof\'s brother. Ask him what he remembers of his brother\'s battle against the North Wind.','Speak with Chieftain Swiftspear in Frostfloe Deep, then return to Xarantaur at Camp Tunka\'lo.','Even the chieftain is beginning to lose his memories? The past is being rewritten before our eyes and if we do not find out who is behind this, the entire legacy of Stormhoof could be lost forever.','What have you learned from spirit of Chieftain Swiftspear?','','Ask Chieftain Swiftspear about his memories','','','',0,0,0,0,0,0,0,0,0,0,0,0,30381,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13034,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13038,10958,67,0,0,77,80,0,690,0,0,0,0,0,0,0,0,0,42781,1,'Distortions in Time','This, the tomb of Tunka\'lo\'s warriors, is supposed to be a serene place, free from the terror of the elements.$B$BFrostfloe Deep has been invaded by a strange force, one that disturbs the spirits of the fallen and blurs my memories of my own life.$B$BIt\'s as though our deeds and memories are being erased from history.$B$BIn life, this totem was a symbol of my authority. It is the last true link I have to this world. Take it, use it to restore calm to the tomb, and then return it to Camp Tunka\'lo.','Use the Chieftain\'s Totem to close 4 Frostfloe Rifts, then bring the totem to Xarantaur at Camp Tunka\'lo.','The chieftain\'s spirit told you to bring this to me?$b$b$b$bAh, I see what he intended. By telling you to use this totem to close the rifts in the deep, he has given us a clue as to what\'s happening to the timeline. A wise chieftain, this Swiftspear, watching over his people even in death.','What is it you have brought from the tomb?','','Frostfloe Rifts closed','','','',0,42781,0,0,0,0,0,1,0,0,0,0,30444,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13037,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13039,10958,210,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defending The Vanguard','We can\'t keep this pace up, $g lad:lass;. Once the breach was blown, the floodgates opened up. The Scourge have been pourin\' through ever since with no end in sight!$B$BWe need every able bodied man and woman to help keep the tide of evil at bay. Get out there and do yer share, friend. Kill as many of those monsters as ye can!','Crusader Lord Dalfors at the Argent Vanguard in Icecrown has asked that you kill 15 Forgotten Depths Nerubians.','How many of them could there possibly be? we\'ve killed enough to fill ten graveyards and still they come. The situation looks grim, friend.','Don\'t give up, $N!','','Forgotten Depths Nerubians slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,30402,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,43828,43841,43829,43831,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',13036,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13040,10958,210,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curing The Incurable','The number of injured soldiers rises with each passing day. They are being stricken by some type of toxin that we have never before seen. Whatever it is that these Nerubians hold within their venom glands is lethal and incurable! So far we\'ve only been able to slow down the poison flowing through the victim\'s bodies. We must devise a cure!$B$BVenture northwest to the valley outside of the Vanguard and slay the Forgotten Depths Nerubians. Recover their venom glands and bring them to me.','Father Gustav at the Argent Vanguard in Icecrown has asked that you bring him 10 Forgotten Depths Venom Sacs.','Thank you, $n. I will begin the tests on these samples immediately. It is my hope that a cure will be found soon.','Have you recovered the venom glands, $r?','','','','','',42770,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33447,33448,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',13036,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13041,10958,373,373,8,65,-1,0,0,0,755,375,0,0,0,0,0,0,0,0,'Finish the Shipment','I\'m glad you showed up! A shipment of Glowing Ivory Figurines needs to go out to Undermine right now, and I am still short a Chalcedony to complete an eye for the last one.$B$BBring me one and a Dalaran Jeweler\'s token will be yours.','Bring a Chalcedony to Timothy Jones in Dalaran.','Here is your Dalaran Jewelcrafter\'s Token as promised. I have new shipments going out all the time, check by from time to time to see what I need.','Do you have the Chalcedony yet?','','','','','',36923,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13042,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deep in the Bowels of The Underhalls','Deep in the bowels of The Underhalls to the northeast, a mad scientist known as Dr. Terrible is up to something befitting his name.$B$BThe doctor has been given dispensation by the Lich King to perform experiments upon the vargul -- the vrykul who fall in battle and are found unworthy, and then turned into Scourge.$B$BWe must put an end to his work, but my auguries have been unable to find him. He does, however, have an assistant.$B$BBeat the information out of his apprentice, and then dispose of the body.','The Bone Witch in Njorndar Village has asked you to beat information out of Apprentice Osterkilgr concerning what Dr. Terrible is truly up to.$B$BYou are then to slay the apprentice.','Very interesting. It sounds to me that you handled that perfectly. I\'m surprised that the doctor was using a vargul as an assistant given what he was working on.','You have not finished what I asked of you.$B$BPlease leave and do not return until you have done so or I will be very cross.','','Information beaten out of Apprentice Osterkilgr','','','',0,0,0,0,0,0,0,0,0,0,0,0,30412,30409,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12999,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(13043,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13091,42772,1,'The Sum is Greater than the Parts','Opening the tome, you notice all manner of disgusting illustrations concerning the construction of what the doctor refers to as \"the ultimate weapon\"!$B$BClearly the prototype, Nergeld, is the massive flesh giant standing still at the end of the nearby Hall of Horrors.$B$BIf an army of those things were to be constructed, then it would mean doom. The only way to ensure that doesn\'t happen is to slay Dr. Terrible!$B$BPerhaps if you were to take control of the construct, the doctor would reveal himself?','Mount and take control of Nergeld. Defend it from the denizens of the Hall of Horrors until Dr. Terrible shows himself.$B$BUse Nergeld to slay the doctor, and then return to The Bone Witch in Njorndar Village.','You discovered and put an end to the doctor\'s machinations.$B$B$B$BThat\'s a fine poke in the eye for the Lich King, but I think we can do better.','You recovered the doctor\'s tome, but you didn\'t finish him off using the flesh giant?$B$BGet back in there and kill him before it\'s too late!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30404,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43861,43909,43979,43944,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',12999,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,2000,0,0,0,0,0,6),(13044,10958,210,0,136,77,78,0,0,0,0,0,0,0,0,0,0,13045,0,0,'If There Are Survivors...','Across the Valley of Echoes, west of here, and through the Breach, is the first Scourge encampment in Icecrown known as Scourgeholme. We fought a good fight at Scourgeholme and killed many Scourge, but in the end we were forced to retreat. Many soldiers were left behind - their fate unknown.$B$BIf there are survivors, we must attempt a rescue. Directly down this southeastern path is Penumbrius, ally of the bronze dragonflight and caretaker of the proto-brood. Seek him out and ask for his assistance.','Speak with Penumbrius at the Argent Vanguard in Icecrown.','$b$bMy kin will help. Together we will battle the Lich King and his undead legions.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',13039,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13045,10958,210,0,0,77,78,0,0,0,0,0,0,0,0,0,0,13070,0,0,'Into The Wild Green Yonder','We will do all that we can to assist you, $N. The proto-brood have volunteered to fly you across the Breach and into Scourgeholme. Rescue any captured Argent Crusaders that you find. Return them immediately to the Vanguard Infirmary, located at the center of this base.$B$BChoose one of the Argent Skytalons in the pen behind me and go!$B$BScourgeholme is located northwest, across the Valley of Echoes, through the great Breach.','Rescue 3 Captured Argent Crusaders from Scourgeholme and drop them off at the Vanguard Infirmary at the center of the Argent Vanguard. Report to Highlord Tirion Fordring should you succeed.','Arthas... He strikes recklessly - without care or caution. We have caught him off guard.$b$b$b$bWe will bolster our defenses and weather the storm.$b$bHow good are you with a cannon, $n?','With each minute that passes their chance of survival decreases.','','Captured Crusader Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,30407,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,136000,0,0,56923,0,0,0,0,0,0,0,162000,0,0,0,0,'',13044,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13046,10958,67,0,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,42774,1,'Feeding Arngrim','Arngrim\'s hunger was legendary.$b$bEven in death, his expression is one of famished yearning. You find that just looking at him is making your stomach growl.$b$bIt is said that throughout his life he was never truly sated, and that there was absolutely nothing he wouldn\'t eat. You wonder to yourself if there might be a way to feed the old king.$b$bNo sooner does the thought enter your mind than one of the massive frozen teeth falls from Arngrim\'s head, bounces off of his beard and lands in your hand.','You are to feed Arngrim 5 Disembodied Jormungar, then return to Arngrim\'s frozen image in Dun Niffelem.$b$bYou must go to the Valley of Ancient Winters and use Arngrim\'s Tooth on the Roaming Jormungar there. Once they have become disembodied, you must fight them until they are weakened.','As you anchor the tooth in Arngrim\'s jaw, you get the impression that your efforts may have taken the edge off of the old king\'s hunger pangs... for now.','','','Arngrim\'s spirit fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,30421,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13047,10958,67,0,138,77,80,0,0,0,0,0,0,0,0,0,0,13108,0,0,'The Reckoning','Loken killed my wife, turned my followers and me against each other. He took away everything I had, but today... that changes.$B$BToday we reclaim our sacred grounds. Today... Loken dies.$B$BMeet me on the bridge near the Temple of Wisdom, just southwest of Ulduar. I will finish this one way or the other.$B$BI need you there as a witness. You will not aid me -- this is personal.$B$BAfter it\'s done, send word to Jokkum, King of the Frost Giants. He\'s a good friend and will know what to do.','Meet Thorim near the Temple of Wisdom. Report the outcome of the fight to King Jokkum in Dun Niffelem.','No... it cannot be...$b$bNo one can defeat Thorim in single combat. Not a giant, nor a beast... no one! Especially not that coward of a brother of his.$b$bOn my forefather\'s names, this I swear...$b$bLoken will pay for this!','Ach, $N! It\'s good to see you, little one.','Witness the Reckoning','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43210,43211,43212,43213,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13005,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,53,0,0,0,0,0,0,0,0,0,0,7),(13048,10958,67,0,128,77,80,0,690,0,0,0,0,0,0,0,0,0,42839,1,'Where Time Went Wrong','The Lorehammer can help us correct the damage to the timeline, but only if we can discover where the history was originally corrupted.$B$BFrom Chieftain Swiftspear and your findings at Frostfloe Deep, we know that the change happened around the time of Stormhoof\'s death.$B$BNow, you must go to the Howling Hollow, north of the camp, and inspect the gravesites the North Wind\'s minions have already destroyed. The Lorehammer will react to artifacts from Stormhoof\'s era and attune itself to the proper time.','Use the Lorehammer on Taunka Relics to attune it to the time of Stormhoof. Once it has been attuned to 6 relics from the time of Stormhoof, return to Xarantaur at Camp Tunka\'lo.','$b$bAt last, we\'ve pinpointed the time of Stormhoof in history. With this knowledge, we can restore the timeline.','Have you attuned the Lorehammer to the time period of Stormhoof?','','Lorehammer attuned to Stormhoof\'s time','','','',0,42839,0,0,0,0,0,1,0,0,0,0,30395,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13049,10958,67,0,8,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Hero\'s Arms','Not all of the camp\'s records have yet been corrupted. My staff has helped me to find those records which reflect the true timeline.$B$BThey agree that Stormhoof was given a burial of honor among the village elders on the bottom level of the Howling Hollow, to the north.$B$BMost of the graves there have already been destroyed, their contents taken as trophies by the North Wind\'s subjects. Go to the hollow and see if you can recover Stormhoof\'s spear and armor from the scions of storm who have claimed them.','Recover Stormhoof\'s Spear and Stormhoof\'s Mail and return them to Xarantaur at Camp Tunka\'lo.','We are fortunate that you have recovered these intact, $n. With them, I can use the Lorehammer to send you back in time, to where the North Wind started to corrupt the true timeline. It\'s the only way we can restore the true history of this place.','Have you found Stormhoof\'s weapon and armor?','','','','','',42782,42783,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13050,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13051,0,0,'Veranus','If I\'m to launch an attack against my brother\'s army, I\'m going to need some way to get around.$B$BI released my riding drake back into the wild years ago. Veranus was magnificent. The leader of her own brood -- to whom she has now returned.$B$BFinding her will be hard, but perhaps there\'s a way. She keeps her old empty nest out of pure pride. She\'s a broodmother in name only, for she is beyond the age of breeding.$B$BBring me small eggs from the other nests near Brunnhildar. I think I\'ve an idea.','Thorim, at the Temple of Storms, wants you to obtain 5 Small Proto-Drake Eggs from the peaks near Brunnhildar Village.','Yes... these will do. Let us hope my plan works, $n.$b$bVeranus is a great drake. I\'d hate to have to settle for a lesser one.','Did you obtain the eggs, $n?','','','','','',42784,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13009,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13051,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13010,42797,1,'Territorial Trespass','Veranus is proud like no other beast I\'ve known. She still keeps her old nest and makes sure none of the younger proto-drakes takes it over.$B$BTake the eggs you\'ve collected and place them on her nest. You\'ll find it atop a small peak, directly southeast of here.$B$BI should be able to get control of her before she kills you in a fit of rage. Hopefully.','Place the Stolen Proto-Dragon Eggs on top of the Broodmother\'s Nest and return to Thorim at the Temple of Storms.','It\'s good to have my old friend back. It appears that my luck is finally starting to change... and it\'s all thanks to you, little friend.','Hail, $N;!','','Veranus Lured','','','',0,0,0,0,0,0,0,0,0,0,0,0,30461,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,42859,42857,42858,42860,42848,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13050,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13052,10958,3711,0,136,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aerial Surveillance','You did a good job helping Wes with getting that flying machine back up and running.$B$BIf you\'d like to help us further, there is an unusual weather pattern coming in from the northwest. I have a pilot ready to work for me, but I\'m afraid he needs a copilot.$B$BIf you think you\'re up to it, you can take the flight to Lakeside Landing. Tell Vic I sent you.','Professor Calvert wants you to take the flight to Lakeside Landing and speak with Pilot Vic there.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32100,0,0,0,0,'',12523,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13053,10958,67,0,130,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,'Looking for Survivors','Gretchen Fizzlespark wants to use my flying machine to look for survivors from her expedition. Apparently she thinks they\'re being held prisoner in the village to the north.$B$BThe only problem is I don\'t have a co-pilot. If you\'re willing to take it on, I\'d be more than happy to teach you a move or two.$B$BWhat do you say, $N? Deal?','Help Zak Wobblesprocket complete the Test Flight.','','','Test Flight','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65000,0,54197,54198,0,0,0,0,0,0,0,128400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13054,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13055,0,0,'The Missing Tracker','I can\'t in good conscience send you to the worg cave without warning you that the previous person we sent there hasn\'t returned.$B$BWe\'re prepared for the worst, but perhaps there\'s a chance that he\'s alive. We\'d appreciate it if you helped him return -- Tracker Val\'zij is one of the only hunters we have.','Look for Tracker Val\'zij inside Gimorak\'s Den, southeast of the Grom\'arsh Crash Site.','This hurts bad, mon. Don\'t know if I\'m gonna make it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13055,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13056,0,0,'Cave Medicine','It\'s good to see a friendly face. Might be the last one I see.$B$BOne of those jormungar stung me with some sort of toxin before I managed to get away. I can feel my whole body getting numb, mon.$B$BI\'m going to need a toxin gland to make an antidote. I will also need some of the cave mushrooms that grow here... they\'ll slow the toxin down.$B$BHurry, please. I don\'t have much time. ','Tracker Val\'zij, at Gimorak\'s Den, wants you to obtain 1 Jormungar Toxin Gland and 8 Cave Mushrooms.','I thank you, mon. I might live another day now.','You back, mon?','','','','','',42926,42927,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13054,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13056,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'There\'s Always Time for Revenge','I should manage for now, $N. There is one favor I\'d like to ask, though.$B$BI would never had fallen to one of these worms, but my wind serpent, Heesha, was killed by the meanest worg I\'ve seen in some time.$B$BDon\'t worry about me now, I\'ll feel better when that worg is breathing no more. You should find him deeper in the cave.','Tracker Val\'zij wants you to slay Gimorak inside Gimorak\'s Den.','I\'m already feeling much better, mon. Not sure if it\'s the antidote or the news of that filthy worg getting what he deserved.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30167,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,42789,42802,42814,42833,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13055,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13057,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Terrace of the Makers','It is time, $N. I am prepared to face Loken now.$B$BLet us make our way to the Terrace of the Makers and face my brother\'s forces. The fool will regret ever crossing me.','Find Thorim at the southeastern edge of the Terrace of the Makers, just northwest of Dun Niffelem.','We\'re here, $n. My brother\'s forces will learn the meaning of defeat today.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13010,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13058,10958,67,0,128,77,80,0,690,0,0,0,0,0,0,0,0,0,42918,1,'Changing the Wind\'s Course','At last, we have all that we need to right the wrongs of the North Wind and its followers. You have attuned the Lorehammer to Stormhoof\'s time and his persona.$B$BTake the hammer again, head to the Temple of Life in the plains to the northwest. Use the hammer to assume the role of Stormhoof. Face the North Wind as Stormhoof, but realize that for the timeline to be restored, Stormhoof must die as the North Wind weakens.$B$BThen, you must find and use the Horn of Elemental Fury to destroy the North Wind.','Use the Lorehammer to travel back in time and face the North Wind as Stormhoof. When Stormhoof falls and drops the Horn of Elemental Fury, use it to finish off the North Wind, and then return to Xarantaur at Camp Tunka\'lo.','What you have done today will ensure that Stormhoof and his story will never be forgotten. As well, you have written yourself into the pages of Azeroth\'s history. I will remember and record your accomplishments for all eternity.','Have you done it? Is the true timeline restored?','','True timeline restored','','','',0,42918,0,0,0,0,0,1,0,0,0,0,-194123,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43186,43188,43185,43187,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13059,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,42928,1,'Revenge for the Vargul','I\'ve been praying to The Lady of the Sword for one to come and strike down my enemy. Thane Illskar must pay for what he did to me!$B$BI was the champion of Thane Ufrang the Mighty. During my fight for ascendance in Valhalas, Illskar sabotaged me with dark magic, causing me to lose and be reduced to this.$B$BThe thane and his champions can be found below in The Circle of Suffering. Challenge him on my behalf. Defeat him.$B$BMake him know the suffering that I know!','Bethod Feigr in The Underhalls wants you to throw down his sword to challenge Thane Illskar and then kill him in The Circle of Suffering.','Thank you, $c... thank you!$B$BYou\'ve given me the satisfaction of knowing that the coward who made me into this will rot for all eternity as surely as I will.$B$BNow leave before I lose control of myself and cut you down.','I sense that you haven\'t yet defeated Thane Illska. Does something stay your hand?','','Challenge issued using Bethod\'s Sword','','','',0,0,0,0,0,0,0,0,0,0,0,0,32821,30475,0,0,1,1,0,0,0,0,0,0,0,0,0,0,43862,43908,43978,43943,43924,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',12999,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,6),(13060,10958,67,0,128,77,78,0,690,0,0,0,0,0,0,0,0,0,0,0,'When All Else Fails','So... so I don\'t think we\'re going to be getting a good foothold in those mountains.$B$BTrust me, I\'m not one to give up easily... but between freezing engines, nasty vrykul women, territorial dragon want-to-bes and the half a dozen other nasties settled in the area, this just ain\'t happening.$B$BDon\'t let that dissuade you though! Just because we can\'t get a foothold doesn\'t mean we won\'t get you there... one-way trips are pretty simple when you get down to it.$B$B','Speak to Ricket to make use of Ricket\'s D16 Propelled Delivery Device to enter further into Storm Peaks.','$b$bThat looked painful. It was a pretty grand entrance though.$b$bAre you here to help us find a path into Icecrown? As you can see, our first foray in that direction didn\'t end too admirably. I\'m thinking we might be better off breaching the place from another side.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6800,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',12824,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13061,10958,67,0,136,77,79,0,0,0,0,0,0,0,0,0,0,13062,0,0,'Prepare for Glory','This is it then. I\'ll take care of your bear now, you won\'t be needing her. The great Drakkensryd will be your next challenge.$B$BSay goodbye to your friends and leave your affairs in order, for you will return victorious... or you won\'t return at all.','Speak to Lok\'lira the Crone in Brunnhildar Village.','You\'ve really made it this far. Never would I have thought you\'d progress so quickly among the hyldnir.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12997,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13062,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12886,0,0,'Lok\'lira\'s Parting Gift','You\'ve been a great ally, $N. Now comes your true test. You will need skill, courage and a little luck.$B$B$B$BYou cannot fail now sister. Speak to Gretta the Arbiter. She\'ll see you on your way.','Speak to Gretta the Arbiter in Brunnhildar Village.','Are you ready to ride, $gbrother:sister;? There is no coming back.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',13061,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13063,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12900,0,0,'Deemed Worthy','You have succeeded where many have failed, sister. Whether it be by strength and courage or mere luck remains to be seen.$b$bGo back to the village and seek out Astrid Bjornrittar. Tell her of your accomplishments. But be warned. She is not easily impressed.','Brijana wants you to go to Brunnhildar Village and speak with Astrid Bjornrittar.','So, $gbrother:sister;, you think that completing a few simple chores makes you a heroine?$b$bYou shall learn....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',12856,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,1,153,0,0,0,0,0,0,0,0,0,0,3),(13064,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,12915,0,0,'Sibling Rivalry','Sif? Is it truly you?$b$bNo? A $r? But for a moment....$b$bEnough of this! The visions of my Sif have tormented me for far too long. It is time for me to avenge her, and to bring honor to her memory.$b$bMy brother must pay!','Thorim wants you to listen to his story.','You now know a bit of the history of this land... my land.$b$bI call upon you to assist me in setting these wrongs to right.','Hear my words, $r.','','Thorim\'s History Heard','','','',0,0,0,0,0,0,0,0,0,0,0,0,30514,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',12886,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13065,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ohanzee the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,259,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13066,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Yurauk the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,260,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13067,10958,366,366,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chogan\'gada the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,0,75,75,0,0,0,0,0,0,0,0,25716,261,21600,21746,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0),(13068,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13072,0,0,'A Tale of Valor','Perhaps you\'ve heard the praises for our missing hero?$B$BCrusader Bridenbrad was in the Broken Front aiding the attack against the Scourge when the undead army came down upon them. The many men of that allied force scattered, but Bridenbrad alone returned and dragged more than a dozen men to safety, one by one through the carnage.$B$B$C, he has not returned since. He was spotted heading to the far northeast, towards the Silent Vigil. Bring him back to me that I might honor him for his valor.','Highlord Tirion Fordring at Crusaders\' Pinnacle has requested that you locate the hero, Crusader Bridenbrad at the Silent Vigil, in northeast Icecrown. His fire pit will likely be the most obvious indication of his location from the air.','Back! Careful! The plague has gripped me and I\'ll not see it spread to you nor anyone else.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13157,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13069,10958,210,0,4232,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shoot \'Em Up','Jotunheim has aerial defenses, both in terms of proto-drake riders and harpoon guns. They\'ve concentrated these on their northern and western facings where they are most vulnerable.$B$BLet\'s use their defenses against them!$B$B$B$BTake control of a harpoon gun on the platforms that overhang the cliffs on either side of Valhalas to the southwest. Take out the proto-drakes and their riders. Shoot \'em up!','The Leaper at The Shadow Vault wants you to use a Jotunheim Rapid-Fire Harpoon to shoot down 15 Jotunheim Proto-Drakes and their riders.','You are a true champion for the cause, $n!$b$bWon\'t you please come speak to me again tomorrow? I\'m certain that there will be more of those nasty proto-drakes to shoot down.','Tsk, tsk... you haven\'t shot down your fair share of proto-drakes today!','','Jotunheim Proto-Drakes & their riders shot down','','','',0,0,0,0,0,0,0,0,0,0,0,0,30330,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,25,0,0,0,2000,0,2,25,20,0,0,0,0,0,0,0,0,0,5),(13070,10958,210,0,128,77,78,0,0,0,0,0,0,0,0,0,0,13086,0,0,'A Cold Front Approaches','The chill of death stirs in the west, threatening to freeze our hearts and souls to this wasteland and bind us to its dark master. We will stand and we will fight!$B$BThe preparations have begun. Report to Siegemaster Fezzik at the front gate for your assignment.','Report to Siegemaster Fezzik at the Argent Vanguard in Icecrown.','We must be quick or face being overtaken by the Scourge! There\'s really no time for instructions, $r. You\'re just going to have to jump in and hope for the best.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',13045,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13071,10958,210,0,4232,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vile Like Fire!','Vile like fire! Vile like proto-drakes!$B$B$B$BLittle $N go to Jotunheim and steal a pretty proto-drake in Njorndar Village. Make proto-drake make pretty fires on Jotunheim buildings!','Vile at The Shadow Vault wants you to steal a Njorndar Proto-Drake and use it to set fire to 8 vrykul buildings in the greater Jotunheim region.$B$BBalargarde Fortress, due to its nature, cannot be set ablaze.','Yay, yay! $n is best proto-drake stealer.$b$bYou come back tomorrow and we make more fire!!!','What? Vile not see lots of fire!!!$B$B$N, go back and make more fire!','','Vrykul buildings set ablaze','','','',0,0,0,0,0,0,0,0,0,0,0,0,30576,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12992,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,33,34,0,0,0,0,0,0,1,34,0,0,0,0,0,0,0,0,0,0,5),(13072,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13073,0,0,'A Hero Remains','I know why you\'ve come... they\'ve sent you to bring me back, but that cannot happen. I carry the plague of undeath, $c, and I\'ll not share my fate with those near me. No, I shall stay here.$B$BMy only regret lies in what I may become when death grips me. I do not fear death itself, but I loathe to consider serving the traitor, Arthas.$B$BLeave me... and see to it that no one else comes looking. You would do me a great disservice if you were to expose anyone to the plague that I carry.','Bring news of Crusader Bridenbrad\'s fate to Highlord Tirion Fordring at Crusaders\' Pinnacle.','Bridenbrad has contracted the plague? I cannot imagine a worse fate for one who has devoted his life to the ways of light, nor can I fathom leaving him to die without lifting a finger to help.$b$bNo, undeath shall not be his fate. We shall find a way to aid this hero.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13068,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13073,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13074,0,0,'The Keeper\'s Favor','There are those of this world that tap into power unrestricted by the bounds of our mortal frames - powers of restoration, powers of life, and powers of light. And Bridenbrad, this is no ordinary man... his valor and devotion shine through. We can only hope that one of these beings will intervene and bring this hero back from a fate worse than death.$B$BGo now and speak to Arch Druid Lilliandra in the Argent Vanguard... request passage to Moonglade and seek the aid of Keeper Remulos.','Highlord Tirion Fordring at Crusaders\' Pinnacle has requested that you secure passage from Arch Druid Lilliandra and speak to Keeper Remulos in Moonglade.','Hello child.$b$bI understand Tirion\'s request and trust in his judgment, we will see what we can do for this Crusader Bridenbrad. What you ask is no simple task - the scourge are not of this world, and many have failed in attempting to strip their corruption over the years.$b$bIn a being of nobility and light, all is not without hope.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,150,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',13072,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13074,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13075,0,0,'Hope Within the Emerald Nightmare','What we need exists only in the emerald dream... acorns that are infused with a powerful restorative magic. Many places in this sacred glade are closely tied with the dream, and my shrine is among them.$B$BI will send you into the dream to recover some of these acorns. Be prepared though $c, for this method of entering the dream is dangerous, and it is very likely you will be beset by nightmares.$B$BRecover a few acorns quickly, and then depart from my shrine or pinch yourself to return to our world.','Keeper Remulos at Moonglade has instructed you to enter the emerald dream and recover 3 Emerald Acorns.$B$BLeave the vicinity of the Shrine of Remulos to return to Azeroth.','Excellent work, young one.','It is good to see that you are safe. Have you recovered the acorns?','','','','','',44790,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,60957,0,0,0,0,0,0,0,132300,0,0,0,0,'',13073,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13075,10958,210,0,262272,77,80,0,0,0,0,0,0,0,0,0,0,0,44790,1,'The Boon of Remulos','I shall open a portal to take you back to the druid that brought you here. You and your crusader have my well wishes. I hope that this acorn is able to purify your crusader and save him from the wretched fate of the plague.$B$BFarewell, $r.','Return to Crusader Bridenbrad at the Silent Vigil in Icecrown with the Emerald Acorn.','Tirion sent you to Remulos? I\'m... I\'m flattered. One does not call favors in with beings of such power idly, no matter how noble or altruistic they might be. You too are kind to have gone to such lengths on my behalf. You have my thanks.$b$bPlant the seed - I am ready.','Well met, $c. I knew that you would return, despite my warnings, but I\'m please that you heading my desire to not risk anyone else.$b$bWhy have you come back to me?','','','','','',44790,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,57678,0,0,0,0,0,0,0,132300,0,0,0,0,'',13074,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13076,10958,210,0,392,77,80,0,0,0,0,0,0,0,0,0,0,13077,0,0,'Time Yet Remains','I feel refreshed... renewed... but the plague still grips me. Not to worry, I am still eternally grateful that you went to such lengths for me, a complete stranger. If nothing else, you\'ve bought me a few more precious hours not plaguing the world as a hideous undead.$B$BThank you, $c. Please extend my thanks to Tirion as well, and let him know that it has been an honor to serve beside him.','Return to Highlord Tirion Fordring at Crusaders\' Pinnacle with news of Emerald Acorn\'s effects.','It saddens me to hear that it did not work. No reason to fret though, I have met other beings of good that may still be of aid to us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',13075,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13077,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13078,0,0,'The Touch of an Aspect','The dragon-queen, Alexstrasza, possesses magics over all life. In the past, she has used great fire to incinerate undead and rebirth fresh new life in their place. Perhaps her powers might be able to save our Bridenbrad as well.$B$BAlexstrasza makes her home at Wyrmrest Temple in Dragonblight - please go to her and humbly request her aid on my behalf.','Request the aid of Alexstrasza the Life-Binder at Wyrmrest Temple.','Greetings to you, $r.$b$bThe concern is clear on your face. Please tell me what troubles you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,150,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',13076,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13078,10958,65,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13079,0,0,'Dahlia\'s Tears','In this dark time, I\'ll not be the one to abandon a champion of the Light.$B$BWe will need something sacred for this to have a hope of saving your Bridenbrad... a remnant of a devout being that fell victim to this very same plague.$B$BGo now to the sacred soil of the passages outside my Ruby Dragonshrine where the battle is joined. As my Ruby Keepers fly down and set flame to the ground beneath undead feet, you will witness new life grow forth. Among that life are Dahlia\'s Tears - bring them to me.','Alexstrasza the Life-Binder at Wyrmrest Temple has requested that you recover Dahlia\'s Tears from soil freshly cleansed by a Ruby Keeper\'s flames.','With Dahlia\'s Tears and ancient magic, I fashion you some small amount of hope for your great crusader.','Ah, dear Dahlia. I do miss you so.','','','','','',43084,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,60958,0,0,0,0,0,0,0,132300,0,0,0,0,'',13077,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13079,10958,210,0,262272,77,80,0,0,0,0,0,0,0,0,0,0,0,43096,1,'The Boon of Alexstrasza','You must understand, young $r, that cleansing the body in favor of life anew is something well within my grasp... removing the plague of undeath without affecting the body, however, is beyond the scope of the powers that I control.$B$BIf this Bridenbrad is the beacon of light that you profess him to be, perhaps he will endure such a cleansing and thrive, but I cannot state with confidence that this is the salvation that you seek. Take it and go with all of my blessings.','Bring the Breath of Alexstrasza to Crusader Bridenbrad at the Silent Vigil in Icecrown.','The breath of Alexstrasza... you have gone to the dragon-queen herself? I\'m extremely grateful.$b$bI understand the risks of such cleansing and I am prepared. Proceed, $c.','You have returned yet again, $c. Why do you risk yourself so?','','','','','',43096,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,57680,0,0,0,0,0,0,0,132300,0,0,0,0,'',13078,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13080,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13081,0,0,'Hope Yet Remains','$B$BIt was nearly as painful as it looked, but it was as if I could feel some of the corruption being burnt away from within my body. It seems the plague is not so readily bested though.$B$B$C, thank you for everything that you have done. Your selfless actions have renewed my hope that there is yet great good left within this world - I can depart without fear that darkness will prevail in my absence.$B$BGo now, go with no regrets.','Return to Highlord Tirion Fordring at Crusaders\' Pinnacle with news of the effects of the Breath of Alexstrasza.','The Scourge plague is no simple foe to defeat. Alexstrasza\'s words suggest that perhaps we can yet save our Bridenbrad from the unimaginable fate of the unliving should he fall, but I will not give him up so easily.$b$bThere is yet one more path of light I would like to pursue. One more being who might avert this horrible fate.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13079,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13081,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13082,0,0,'The Will of the Naaru','I appreciate everything that you have done for us, $n. I have one last errand for you... one last gleaming hope for a paladin who deserves any salvation that we can extend.$B$BGo now to Shattrath and speak to the naaru, A\'dal. He has long been a beacon of light and powerful ally to devout paladins. Impart Bridenbrad\'s story and seek any aid that he might have to offer.$B$BI cannot impress how important it is that you move quickly - I fear our crusader does not have much more time in this world.','Request the aid of A\'dal at Shattrath City in Terokkar Forest.','$b$bI know why you have come.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,150,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',13080,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13082,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Boon of A\'dal','I am pleased that you have come to me, $n. I know of Crusader Bridenbrad, and of your travels in hope of saving him. Bridenbrad\'s valor has sparked remarkable selflessness in you, and this is a miracle unto itself.$B$BThe Light will take care of its own. I will extend my blessing to Bridenbrad and he shall not endure the corruption of undeath. I shall return you to Dalaran, and you shall return to him. Know that I remain with you.','Return to Crusader Bridenbrad at the Silent Vigil in Icecrown.','$b$bYou have returned to me, $c. I must admit... it is good to see you again... your face renews my hope that this land will be free of Arthas\'s grasp one day soon. I\'m proud to have met you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,57787,0,0,0,0,0,0,0,132300,0,0,0,0,'',13081,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13083,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,44789,1,'Light Within the Darkness','$B$BTirion will desire this last remnant of the great crusader.','Bring Crusader Bridenbrad\'s Tabard to Highlord Tirion Fordring at Crusaders\' Pinnacle.','I am glad you were able to save him from undeath. With A\'dal\'s blessing, he will know no evil in his afterlife.$b$bWe shall take heart in his shining example and in your selflessness. Thank you for all that you have done.','He has departed, hasn\'t he? I felt a small bit of light leave the land.','','','','','',44789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44018,44041,44042,44043,44039,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,500,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13082,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13084,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vandalizing Jotunheim','Let us see if we can further weaken the resolve of the vrykul, $N.$B$BEach day I wish you to travel to Jotunheim and put their banners to the torch. It may seem a trivial thing, but to see their ancestral home vandalized on a daily basis will demoralize them more than any physical punishment you can inflict.$B$BAt least... it can\'t hurt.','Duke Lankral at The Shadow Vault wants you to burn 10 Vrykul Banners.','$b$bYou\'re inflicting horrible mental trauma on the Jotunheim vrykul. This is where they were first reawakened. It is a place of significant importance to them, second only to Ymirheim.$b$bYou must keep up the pressure there while I hold the vault from the assault of the Lich King.','You have more work to do.','','Vrykul banners burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,-191820,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,25,11,0,0,0,0,0,2,1,1,0,0,2000,0,0,0,0,0,0,5),(13085,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,12982,0,0,'Vaelen Has Returned','I just saw that incompetent fool, Vaelen the Flayed, sneak into the vault building.$B$BGo see to it that he rectifies his mistake and returns my death knights to me!','Speak with Vaelen the Flayed at The Shadow Vault.','I think I can guess why you\'re here, $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',12951,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1),(13086,10958,210,0,128,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Last Line Of Defense','I\'ve triggered the base\'s defenses, $c! Atop each of the Vanguard\'s four towers is a retractable Argent Crusade cannon, blessed by Father Gustav himself. You\'ll need to fly up to one of those towers and man a cannon. Use it to destroy the Scourge onslaught that the Lich King has deployed.$B$BJust one warning, the Scourge will undoubtedly send their frost wyrms to lay siege to the towers. Shoot them out of the sky! If they destroy the walls and towers of this base, we\'re done for!','Use an Argent Cannon to destroy 100 Scourge attackers. You must also kill 3 Frostbrood Destroyers.$B$BReturn to Siegemaster Fezzik should you succeed.','You handled the cannon like a goblin gunner, friend. You\'ve saved the Vanguard and the Argent Crusade - all the while backing the Highlord himself up on the field of battle! Amazing!','The screams of the dying will haunt me forever! Help them!','','Scourge Attackers slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,30670,30575,0,0,100,3,0,0,0,0,0,0,0,0,0,0,44015,44014,44013,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194400,0,0,0,0,'',13070,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13087,10958,304,304,136,65,-1,0,1101,0,185,350,0,0,0,0,0,0,0,0,'Northern Cooking','So what are ya doin\' if you dinna have any stew for me. I got me a HUNGER! At least bring me some chilled meat so I kin cook me own stew! If ya do, I kin give ya the recipe so you kin make it for yourself. NOW GO GET ME SOME MEAT!','Bring four chilled meat to Brom Brewbaster at Valgarde. Chilled meat can be found on any Northrend beast.','Ya gots me meat! Here is your recipe, I gots cookin to do!','WHERE IS MY MEAT!','','','','','',43013,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,17,0,57421,57582,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'13088',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13088,10958,304,304,136,65,-1,0,1101,0,185,350,0,0,0,0,0,0,0,0,'Northern Cooking','We got a lot of new recruits here and these lads are hungry! If you could go out and get me some chilled meat for stew, I could teach you how to make it for yourself.','Bring four chilled meat to Rollick Mackreel at Valiance Keep. Chilled meat can be found on any Northrend beast.','That will keep our recruits fed! Here\'s how you cook it.','The lads need meat for their stew.','','','','','',43013,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,17,0,57421,57582,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'13087',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,3),(13089,10958,304,304,136,65,-1,0,690,0,185,350,0,0,0,0,0,0,0,0,'Northern Cooking','Nothing like a stew made from the living to warm your bones. Bring me some of the chilled meat that can be found on the wretched beasts of this place, and I shall teach you to make a warm stew.','Bring four chilled meat to Thomas Kolichio at Vengeance Landing. Chilled meat can be found on any Northrend beast.','We can quickly turn this flesh into stew.','The stew awaits...','','','','','',43013,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,75,0,0,0,0,0,0,17,0,57421,57582,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'13090',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13090,10958,304,304,136,65,-1,0,690,0,185,350,0,0,0,0,0,0,0,0,'Northern Cooking','The warriors of the Warsong Offensive need food in their bellies to keep their strength up. If you could bring some chilled meats from the Rhinos or other beasts, I could make them some stew. I would be willing to teach you the recipe if you were willing.','Bring four chilled meat to Orn Tenderhoof at Warsong Hold. Chilled meat can be found on any Northrend beast.','I give my thanks to you.','When the meat is present, the stew will be prepared.','','','','','',43013,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,75,0,0,0,0,0,0,17,0,57421,57582,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'13089',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13091,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13121,0,0,'The Art of Being a Water Terror','The water lock outside my cave is teeming with elementals that the vrykul magi have yet to tame. I am going to teach you a trick for possessing these creatures for a short time, and you will use them to wreak havoc upon Jotunheim!$B$B$B$BGo now and open the gate to the lock. A water terror will rush out and you will possess it to destroy our enemies!','The Bone Witch in Njorndar Village wants you to possess a Water Terror and use it to slay 10 vrykul in the greater Jotunheim region.$B$BQualifying vrykul are Jotunheim Sleep-Watchers, Jotunheim Warriors, Mjordin Water Magi, Njorndar Spear-Sisters, and Valhalas Vargul.','I have never seen such terror in the eyes of a vrykul. They think themselves masters of their world.$B$BYou and I are going to prove them wrong. Very wrong.','My reading of the bones tells me that you\'re not quite done.','','Jotunheim vrykul slain while possessing a Water Terror','','','',0,0,0,0,0,0,0,0,0,0,0,0,30644,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,43863,43907,43977,43942,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,57671,0,0,0,0,0,0,0,132300,0,0,0,0,'',13043,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,25,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,5),(13092,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reading the Bones','One of the benefits of possessing this creature is that I have access to all of her powers. As a bone witch and rune reader, she has the power to throw the bones and determine one\'s fate.$B$B$B$BLucky for you and I that I have it within my power to influence those readings.$B$BBring me the bones of the vrykul that you kill here in Jotunheim and I will toss them to allow you to determine your own fate.','The Bone Witch in Njorndar Village has instructed you to collect 15 Vrykul Bones.','And now we shall see what the future holds for you.$B$B$B$BChoose your fate, $c.','I find it remarkable that these beings ever held sway over the world when they utilized such primitive magic.','','','','','',43089,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43090,43135,43094,43134,43141,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12999,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,25,0,0,0,2000,0,0,1,25,0,0,0,0,0,0,0,1,0,0,5),(13093,10958,210,0,392,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reading the Bones','','','Choose your fate, $n.','Bring me more vrykul bones and we will influence the fates in your favor.','','','','','',43089,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43090,43135,43094,43134,43141,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',13092,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,1,0,0,0),(13094,10958,4265,0,136,68,71,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Have They No Shame?','Archmage Berinand is the Kirin Tor\'s foremost authority on Malygos. He\'s spent his life studying the aspect and his behaviors.$b$bRecently, he loaned me his research on the Arcanomicron, some sort of map that Malygos is trying to assemble. I made the mistake of discussing it with a group of Horde adventurers while they were restocking their goods here - and now it\'s gone!$b$bIt must have been them, $c. Please, follow them into the nexus and recover the book before Berinand comes to recover it.','Librarian Serrah wants you to enter the Nexus and recover Berinand\'s Research.','You found it!? Yes, yes, it\'s all here.$b$bPlease, take this with my gratitude. And if it\'s not too much to ask, it would be better for me if Berinand never learned of this.','Please, $n, tell me you\'ve found Berinand\'s research....','','','','','',43095,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43181,43182,43183,43184,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,350,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,8),(13095,10958,4265,0,136,68,71,81,690,0,0,0,0,0,0,0,0,0,0,0,'Have They No Shame?','Archmage Berinand is the Kirin Tor\'s foremost authority on Malygos. He\'s spent his life studying the aspect and his behaviors.$b$bRecently, he loaned me his research on the Arcanomicron, some sort of map that Malygos is trying to assemble. I made the mistake of discussing it with a group of Alliance adventurers while they were restocking their goods here - and now it\'s gone!$b$bIt must have been them, $c. Please, follow them into the nexus and find the book before Berinand comes to recover it from me.','Librarian Serrah wants you to enter the Nexus and recover Berinand\'s Research.','You found it!? Yes, yes, it\'s all here.$b$bPlease, take this with my gratitude. And if it\'s not too much to ask, it would be better for me if Berinand never learned of this.','Please, $n, tell me you\'ve found Berinand\'s research....','','','','','',43095,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43181,43182,43183,43184,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,350,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13096,10958,4416,0,136,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'Gal\'darah Must Pay','Did ya see it, mon?$b$bIt musta been da most awful thing I ever seen. Da great Akali - slain right before my eyes. Horrible...$b$bI done took an oath not ta be gettin\' involved here. My job be to observe only. But dis cannot stand! Gal\'darah must pay!$b$bGo into Gundrak and seek him out. Come back to me when Akali\'s death been avenged, mon.','Tol\'mar at Dubra\'Jin wants you to slay Gal\'darah in Gundrak.','Ya done it?! Gal\'darah be no more?$b$bHere ya go, mon. Take dis gift for bringin\' justice to that wretch.','Has Akali\'s death been avenged, $r?','','Gal\'darah Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,29306,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43164,43165,43167,43168,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272000,0,0,0,0,0,0,0,0,0,0,259200,0,0,0,0,'',13097,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,396,0,0,0,0,0,0,0,0,0,0,8),(13097,10958,66,0,136,74,78,0,0,0,0,0,0,0,0,0,0,13096,0,0,'Unfinished Business','While it is true that the Prophet of Akali will trouble this world no more, there yet remains work to be done.$b$bThe greater part of Akali\'s blood has empowered another, and it is in him that the true danger lies.$b$bQuickly, $n, make your way north of Gundrak to Dubra\'Jin and speak with Tol\'mar. He will be able to direct you further in this cause.','Har\'koa wants you to speak with Tol\'mar at Dubra\'jin.','Lissen up, mon. Dere be dangerous work ta be done!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64800,0,0,0,0,'',12730,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,3),(13098,10958,4416,0,136,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'For Posterity','Gundrak be doomed, mon.$b$bHistory be repeatin\' itself before our eyes. When trolls be turnin\' on their own gods, the end be certain. It just be a matter of time.$b$bPerhaps if we can record the events clearly, we might prevent future generations from traveling down da same path.$b$bIf you be havin\' the courage, enter Gundrak and search for clues to what brought the Drakkari Empire to such an end as dis.','Chronicler Bah\'Kini at Dubra\'Jin wants you to enter Gundrak and collect 6 Drakkari History Tablets.','$b$bDese be authentic, $r. I\'ll be placin\' dem in their proper place in my collection.$b$bPerhaps we can finally be puttin\' an end to dis behavior.','You find da Drakkari history tablets, mon?','','','','','',43140,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,43178,43179,43177,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272000,0,0,0,0,0,0,0,0,0,0,259200,0,0,0,0,'',13099,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,1,396,0,0,0,0,0,0,0,0,0,0,8),(13099,10958,66,0,136,74,78,0,0,0,0,0,0,0,0,0,0,13098,0,0,'Just Checkin\'','There have been fearsome sounds echoing from Gundrak. They have been increasing in volume and frequency of late.$b$bMy long-time student is currently recording events from her post just west of Gundrak. Perhaps you could find the time to check in on her for me?','To\'kini wants you to speak to Bah\'kini at Dubra\'Jin.','Long-time student? Hah!$b$bIf by long-time ya mean my whole life, den I suppose dat be accurate.$b$bTo\'kini be my cowardly father - too fearful to take up a position so near Gundrak... so he sent me!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,3),(13100,10958,304,304,4224,65,-1,0,1101,0,185,350,0,0,0,0,0,0,43101,1,'Infused Mushroom Meatloaf','We have an important order that needs to go out! Orton Bennet in Curiosities & Moore needs a mushroom meatloaf.$B$BGet some infused mushrooms found in the Dalaran sewers, chilled meat, and cook them in this meatloaf pan. When you\'re done, deliver the cooked meatloaf to Orton.','Use your Meatloaf Pan to cook 4 Infused Mushrooms and 2 Chilled Meats and bring the finished Mushroom Meatloaf to Orton Bennet in Curiosities & Moore, located in Runeweaver Square in Dalaran.','This looks great! Thanks!','Do you have any food for me?$B$BI never seem to be able to get away from the shop, even for a minute.','','','','','',43099,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,1,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13101 13102 13103 13107',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,4),(13101,10958,304,304,4224,65,-1,0,1101,0,185,350,0,0,0,0,0,0,0,0,'Convention at the Legerdemain','Arille Azuregaze at the Legerdemain Lounge has a convention coming in and needs a feast pronto!$B$BYou need to provide some Northern Stew and a Jug of Wine from the cheese shop \"One More Glass\" in central Dalaran. The owner of the cheese shop owes me the wine and you should find it somewhere around the shop.$B$BBring the wine and stews to Arille.','Bring 4 Northern Stew that you use your cooking skill to make and a Jug of Wine from the cheese shop in Dalaran to Arille Azuregaze at the Legerdemain Lounge found in Runeweaver Square in Dalaran.','This is plenty of food for everyone! I am sure the customers will be pleased.','Where is my food, I will have conventioneers here any minute!','','','','','',34747,43128,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,1,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13100 13102 13103 13107',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,4),(13102,10958,304,304,4224,65,-1,0,1101,0,185,350,0,0,0,0,0,0,43147,1,'Sewer Stew','Ajay Green the innkeeper in the Dalaran sewers needs a vegetable stew for his customers as they are running low on food down there.$B$BCollect 4 Crystalsong Carrots from the Crystalsong Forest and cook them together with 4 Chilled Meat.$B$B You can get to the Crystalsong Forest from the portal chamber in the eastern corner of Runeweaver Square.$B$BOnce the vegetable stew is ready, bring it to Ajay.','Cook 4 Crystalsong Carrots from Crystalsong Forest with 4 Chilled Meat in the Cookpot.$B$BOnce it is ready bring the Vegetable Stew to the Dalaran sewers Innkeeper Ajay Green.','This will be consumed in no time! Thanks!','I\'ve got hungry people down here! We need some stew.','','','','','',43149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,1,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13100 13101 13103 13107',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,4),(13103,10958,304,304,4224,65,-1,0,1101,0,185,350,0,0,0,0,0,0,43139,1,'Cheese for Glowergold','Ranid Glowergold in the Leatherworkers shop in Dalaran has had a sudden craving for wine and cheese.$B$BCollect cheese which is on the shelf at \"One More Glass\" in central Dalaran and half full wine glasses found on tables all over the city. Pour the wine together into a bottle and serve it with the cheese to Ranid.$B$BWe don\'t think he will know the difference.','Combine the empty cheese platter with Aged Dalaran Limburger from the cheese shop \"One More Glass\" and with 6 Half Full Dalaran Wine Glasses found on tables around Dalaran.$B$BBring the Wine and Cheese platter to Ranid Glowergold at the Leatherworkers in the Magus Commerce Exchange.','Aha, this appears to be a fine vintage!','Have you seen a servant with my wine and cheese platter. I am quite peckish!','','','','','',43136,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,1,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13100 13101 13102 13107',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,4),(13104,10958,210,0,128,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'Once More Unto The Breach, Hero','The Vanguard is secure, ally. We have reclaimed the Valley of Echoes and taken down the web walls blocking entry to the Breach. Now is the time to strike at Scourgeholme and establish our presence inside Icecrown. The battlefront moves on!$B$BI have asked the Ebon Watcher for his assistance with our assault upon Scourgeholme. His intimate knowledge of the Scourge will be invaluable in our effort.$B$BGo now and report to him at the tent outside of the Breach, northwest of here.','Report to the Ebon Watcher in the Valley of Echoes just outside the Breach.','My knowledge of Scourge tactics is without equal.$b$b$b$bBefore the battle for Light\'s Hope Chapel, my knights and I served under the Lich King - his icy grasp controlling our every action. The light of dawn changed everything...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1098,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',13086,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13105,10958,210,0,128,77,78,0,0,32,0,0,0,0,0,0,0,0,0,0,'Once More Unto The Breach, Hero','The Vanguard is secure, ally. We have reclaimed the Valley of Echoes and taken down the web walls blocking entry to the Breach. Now is the time to strike at Scourgeholme and establish our presence inside Icecrown. The battlefront moves on!$B$BI have asked the Ebon Watcher for his assistance with our assault upon Scourgeholme. His intimate knowledge of the Scourge will be invaluable in our effort.$B$BGo now and report to him at the tent outside of the Breach, northwest of here.','Report to the Ebon Watcher in the Valley of Echoes just outside the Breach.','Your power has grown, my faithful knight.$b$b$b$bVengeance is at hand, $gbrother:sister;. Koltira aids the Horde upon the gunship, Orgrim\'s Hammer, while Thassarian assists the Alliance aboard the Skybreaker. The Ebon Blade will soon wash over Icecrown and leave the armies of the Lich King in ruin.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1098,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',13086,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13106,10958,210,0,8,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackwatch','The Scourge has a large facility called the Fleshwerks, dedicated to producing abominations and flesh giants. If we can shut it down, we can deprive the Lich King of a large component of his armies.$B$BI\'ve sent Darkrider Arly to the area. She has a small base, Blackwatch, on a ridge overlooking the Fleshwerks and to the west of Corp\'rethar. I\'m told the Argent Crusade is sending someone to coordinate their efforts there, but the darkrider will know what to do. Find and assist her.','Speak to Darkrider Arly at Blackwatch in Icecrown.','Good. We\'ll need all the help we can get. Olakin here is the Argent Crusade\'s contribution to our effort. Let\'s cut the chatter and get down to the business of denying the Scourge their armies of the flesh.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,1),(13107,10958,304,304,4224,65,-1,0,1101,0,185,350,0,0,0,0,0,0,43142,1,'Mustard Dogs!','Archmage Pentarus likes to watch the occasional game of battle ball and is preparing to go, but needs food for the trip.$B$BYou need to fill his picnic basket with 4 rhino dogs that you cook and then 4 wild mustard that are found in grassy areas of the city.$B$BBring him his picnic basket so he can be ready to go see the big game.','Fill the Empty Picnic Basket with 4 Rhino Dogs that you cook with your cooking skill and 4 Wild Mustard that you find in the grassy areas of Dalaran.$B$BBring the Picnic Basket to Archmage Pentarus at Krasus\' Landing in Dalaran.','Perfect! I Just hope the Dalaran Destroyers finally win one!','I am almost ready to go, I just need the food and for my mates... er... my fellow mages to arrive.','','','','','',43144,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,2,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13100 13101 13102 13103',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,4),(13108,10958,4272,0,136,77,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Whatever it Takes!','One way or another, Loken shall fall.$b$bIf I have to rip him limb from limb myself, he soon shall pay for his wretched deeds.$b$bShould you meet with him before I do, the honor and glory of his defeat shall be yours.$b$bReturn to me with his lying tongue, and earn my blessing and gratitude.','King Jokkum in Dun Niffelem wants you to enter the Halls of Lightning and defeat Loken. You are then to return to King Jokkum with Loken\'s Tongue.','That vile worm is dead?$b$bYou have turned out to be a great boon to my people, little $r.$b$bPlease accept this gift in return for your loyal friendship.','Has justice been brought to Loken?','','','','','',43151,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42844,43207,43208,43209,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13047,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13109,10958,4272,0,136,77,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Diametrically Opposed','I shall speak plainly to you, little $r. My people have not been the same since our ties with Thorim were severed.$b$bAs their leader, I wish nothing more than for their hearts to be mended and our friendship with the Stormlord to be renewed. In your defeat of Fjorn, a step has been taken down that path. I would have you bring us a step further...$b$bIn the Halls of Lightning, one even greater than Fjorn sits in opposition to our existence. Volkhan will not rest until either he, or we, are no more.','King Jokkum at Dun Niffelem wants you to enter the Halls of Lightning and defeat Volkhan.','Volkhan shall haunt the dreams of my people no more.$b$bContinue your efforts, little $r. In time, I am certain my people will grow to forgive Thorim.','Has Volkhan been extinguished, little $r?','','Volkhan Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,28587,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43193,43194,43195,43197,43198,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13108,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13110,10958,210,0,128,77,78,0,0,0,0,0,0,0,0,0,0,0,43153,1,'The Restless Dead','Not all of our soldiers made it out of Scourgeholme. Many were slain and turned into twisted reflections of their former selves. Such is the way of the Scourge. For those damned souls, there is no eternal peace. We must provide their souls rest.$B$BTravel through the Breach into Scourgeholme and slay the skeletal reanimated crusaders. Sprinkle this holy water on their bones so that their spirits may be freed.','Father Gustav at the Valley of Echoes in Icecrown wants you to use Holy Water on the corpses of Reanimated Crusaders to free 10 restless souls.','The path of the righteous crusader is one beset by inequity and evil. To cut through the middle is the only salvation. You have done that on this day and much more.','It is a grim task, $N, but it must be done.','','Restless Soul Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,30546,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,43833,43832,43835,43834,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',13105,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13111,10958,4416,0,136,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'One of a Kind','Lissen, mon.$b$bAt first glance, it be lookin\' like da same old story here - trolls tappin\' into forbidden powah by destroyin\' da very beings dey should be worshippin\'.$b$bWhile dis be true, dere be somethin\' special about dese Drakkari. If what I learned be true, den inside Gundrak dere be a special golem - one like nuthin\' created before!$b$bYa want adventure, mon? Go inside Gundrak and bring me back a piece from dat golem ta study.','Chronicler Bah\'Kini at Dubra\'Jin wants you to enter Gundrak and recover a piece of the Drakkari Colossus.','Ahh, yeah mon! Dat be what I\'m lookin\' for.$b$bHere ya go - take somethin\' nice for your troubles.','You get me a piece of dat golem, mon?','','','','','',43158,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43171,43172,43173,43176,43174,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272000,0,0,0,0,0,0,0,0,0,0,259200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13112,10958,304,304,4224,65,-1,0,690,0,185,350,0,0,0,0,0,0,43101,1,'Infused Mushroom Meatloaf','Orton Bennet in Curiosities & Moore be needin\' a mushroom meatloaf.$B$BGet ya some infused mushrooms found in the Dalaran sewers, chilled meat, and cook \'em in the meatloaf pan. When ye be done, bring that meatloaf to Orton.$B$BIf only de council would let me serve me gnome specialty, I would show dem a real treat!','Use your Meatloaf Pan to cook 4 Infused Mushrooms and 2 Chilled Meats and bring the finished Mushroom Meatloaf to Orton Bennet in Curiosities & Moore, located in Runeweaver Square in Dalaran.','Is this food from Awilo? Can you promise me there isn\'t any gnome in it?','Do you have something for me? I so rarely get away from my shop.','','','','','',43099,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,1,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13113 13114 13115 13116',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13113,10958,304,304,4224,65,-1,0,690,0,185,350,0,0,0,0,0,0,0,0,'Convention at the Legerdemain','Can you believe da horde has outlawed cannibalism...it just ain\'t right I tell ya! I guess I should keep me mind on me work when we gots an order to fill.$B$BArille Azuregaze at the Legerdemain Lounge has many a guest a\'comin to his place, mon. You gots to be providin\' some Northern Stew and a Jug of Wine from the cheese shop in central Dalaran.$B$BBring the wine and stew to Arille.','Bring 4 Northern Stews and a Jug of Wine from the cheese shop in Dalaran to Arille Azuregaze at the Legerdemain Lounge found in Runeweaver Square in Dalaran.','My guests should find this acceptable. Just don\'t tell them it came from Awilo.','Where is my food? My guests will be here soon!','','','','','',34747,43128,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,1,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13112 13114 13115 13116',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13114,10958,304,304,4224,65,-1,0,690,0,185,350,0,0,0,0,0,0,43147,1,'Sewer Stew','We be havin\' another order to fill. Da innkeeper in da Dalaran sewers needs a vegetable stew as his customers dey don\'t have so much to eat, mon.$B$BHe asked for a vegetable stew as he didn\'t appreciate da gnome that was in the last stew I sent. Get 4 Crystalsong Carrots from the Crystalsong Forest and cook them together with 4 Chilled Meat and bring it to Ajay.$B$BYou can be gettin\' to da Forest from da portal chamber in da eastern corner of Runeweaver Square. ','Cook 4 Crystalsong Carrots from Crystalsong Forest with 4 Chilled Meat in the Cookpot.$B$BThen bring the Vegetable Stew to the Dalaran sewers Innkeeper Ajay Green.','Stew looks good. Thanks for your help.','Make sure there isn\'t any gnome in the stew this time!','','','','','',43149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,1,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13112 13113 13115 13116',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13115,10958,304,304,4224,65,-1,0,690,0,185,350,0,0,0,0,0,0,43139,1,'Cheese for Glowergold','Ranid Glowergold in da Leatherworkers shop be havin\' a need for wine and cheese. Why he don\'t want some tasty gnome is beyond me.$B$BCollect da cheese from da cheese shop in central Dalaran and da half full wine glasses found on tables around da city. Bring da wine and serve it with the cheese to Ranid.$B$BYou can call da wine a Wine Medley, mon\'.','Combine the empty cheese platter with Aged Dalaran Limburger from the cheese shop \"One More Glass\" and with 6 Half Full Dalaran Wine Glasses found on tables around Dalaran.$B$BBring the Wine and Cheese platter to Ranid Glowergold at the Leatherworkers in the Magus Commerce Exchange.','This wine is quite amazing! I must know where it\'s from.','Have you seen a servant with my wine and cheese platter. I am quite peckish!','','','','','',43136,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,1,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13112 13113 13114 13116',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13116,10958,304,304,4224,65,-1,0,690,0,185,350,0,0,0,0,0,0,43142,1,'Mustard Dogs!','Da Archmage Pentarus likes to be watchin\' his crazy battle ball game, but he be needin\' some food for da game.$B$BYou be needin\' to fill his picnic basket with 4 cooked rhino dogs and then 4 wild mustard that are found in da grassy corners of de city.$B$BFill up his basket with the mustard dog goodies, mon\'.','Fill the Empty Picnic Basket with 4 Rhino Dogs that you be cookin\' with your skill and 4 Wild Mustard that you find in the grassy areas of Dalaran.$B$BBring the Picnic Basket to Archmage Pentarus at Krasus\' Landing in Dalaran.','Perfect! I Just hope the Dalaran Destroyers finally win one!','Make sure the wild mustard dogs are 100% rhino and have no Gnome in them!','','','','','',43144,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,44113,0,0,2,1,0,0,1090,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'13112 13113 13114 13115',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13117,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Where Are They Coming From?','The Lich King\'s tireless minions labor away night and day to assemble scores of abominations and flesh giants down there in the Fleshwerks.$B$BYet, that is not enough. More and more skeletal constructors keep appearing to increase the pace of work.$B$BIf we do not discover where they\'re coming from and how they\'re able to work so quickly, we\'ll be overrun before we can act in force. Search to the southeast and see if you can find the source of these skeletons.','Investigate a Summoning Altar in the eastern part of the Fleshwerks, then report back to Darkrider Arly at Blackwatch.','$B$BI suspected such. We can\'t let this continue. Our first priority is to destroy those summoning altars and then deal with the mess the Scourge has already created here.','Have you found the source of the skeletons?','','Summoning Altar investigated','','','',0,0,0,0,0,0,0,0,0,0,0,0,-192858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,150,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,396,1,0,0,0,0,0,0,0,0,0,4),(13118,10958,210,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purging Of Scourgeholme','The Scourge have sent their armies at the Argent Crusade and have been repelled. What they do now is called a \'slash and burn.\' All prisoners that they hold at Scourgeholme will be executed and raised as servants of the Lich King.$B$BUndoubtedly the Argent Crusade will request that you give their soldiers a proper farewell. I\'ll ask no such thing of you. To succeed we must kill Scourge indiscriminately.$B$BVenture to Scourgeholme, northwest through the Breach, and lay waste to all that stand in your way.','The Ebon Watcher at the Valley of Echoes in Icecrown wants you to kill 3 Forgotten Depths High Priests, 3 Forgotten Depths Underkings, and 8 Reanimated Crusaders.','You have done well, $n. Keeping their numbers down will give the Argent Crusade the time that they need to set a foundation.','Do not waste time, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30543,30541,30202,0,3,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1098,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',13105,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13119,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destroying the Altars','So they\'re summoning in their workers and warriors at those altars?$B$BThey\'ll need to be the first thing to go. The master summoner should have a staff which allows him to activate the portal. If you kill the master summoner and take the staff, you can use it to overload the summoning portal and destroy its altar.$B$BDo this at all four of the altars and return to me once they\'ve been destroyed.','Kill Master Summoner Zarod and use his Summoning Stave to destroy the First, Second, Third, and Fourth Summoning Altars. When you\'ve completed this task, report to Darkrider Arly at Blackwatch.','$B$BGood. Now, we can focus our efforts on shutting down the rest of the Fleshwerks.','Are the summoning altars in ruins?','','First Summoning Altar destroyed','Second Summoning Altar destroyed','Third Summoning Altar destroyed','Fourth Summoning Altar destroyed',0,0,0,0,0,0,0,0,0,0,0,0,30742,30744,30745,30950,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13117,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(13120,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,43229,1,'Death\'s Gaze','The Fleshwerks is a vast operation, and it will be difficult to keep an eye on all that transpires there. Fortunately, I have a plan.$B$B$B$BThis is a death\'s gaze orb. With it, we can observe the Scourge\'s actions and decide how best to strike.$B$BPlace these orbs on the stands at three crucial areas -- the abomination lab and the flesh giant lab to the southwest, along with the area surrounding the green cauldron far to the west.','Use the Death\'s Gaze Orb to place orbs on the Abomination Lab Orb Stand, the Flesh Giant Lab Orb Stand, and the Cauldron Area Orb Stand, then return to Darkrider Arly at Blackwatch.','$B$BWith the eyes of death itself, I watch our enemy. With this knowledge, we will utterly destroy them.','Have you placed those orbs?','','Orb placed in abomination lab','Orb placed in flesh giant lab','Orb placed in cauldron area','',0,0,0,0,0,0,0,0,0,0,0,0,-192914,-192915,-192916,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13117,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(13121,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13133,0,0,'Through the Eye','We must use the Lich King\'s tools against him if we are to decide our next step.$B$BOver the mountain to the southwest lies Kul\'galar Keep. Within it reside the oracles of Jotunheim who receive orders from their master and scry upon others through the Eye of the Lich King.$B$BIt is the eye that you must fight your way to. While it cannot be used to pierce the veil within Icecrown Citadel, you should be able to use it to discern something of value so that we will know how best to proceed.','The Bone Witch in Njorndar Village has tasked you with using the Eye of the Lich King to gain information.','Perfect! It\'s true that Iskalder is rumored to have been the finest vrykul warrior ever to live. And Vardmadra herself is going to come here to judge him!$B$BWe must move quickly if we are to get to this ancient hero before they do!','You return with no information at all! Is this how you repay my help to you and the Knights of the Ebon Blade?$B$BBegone and do not return until you have the knowledge which I seek!','','Information gained for The Bone Witch','','','',0,0,0,0,0,0,0,0,0,0,0,0,30750,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,6818.93,3796.67,1,132300,0,0,0,0,'',13091,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(13122,10958,210,0,136,77,78,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scourgestone','A Scourgestone is an item given to all Scourge upon birth or creation. It provides certain benefits to the holder, but more importantly it allows Scourge leaders visibility into the location and movement of all of their units.$B$BWith enough Scourgestones, I might be able to track the movement of other Scourge units across Icecrown.$B$BAs you slaughter Scourge in Scourgeholme, gather all of the Scourgestones that you find. Return to me when your bags are full.','The Ebon Watcher at the Valley of Echoes in Icecrown wants you to bring him 15 Scourgestones.','Now let me see if there\'s something that I can do with these stones to give us a little bit of insight.','Scourgestones will help us find our enemy.','','','','','',43169,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1098,0,0,0,0,250,250,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',13105,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13123,9056,0,284,1152,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'WotLK Collector\'s Edition: - DEM - E - FLAG','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13124,10958,4228,0,136,77,80,81,0,0,0,0,0,0,0,0,0,13126,0,0,'The Struggle Persists','The battle goes on, $n. Somehow we have managed to avoid detection and continue our attempts to frustrate Malygos\' schemes. This, though, is where the good news ends and the bad begins.$b$bOur best efforts have had little or no effect. Malygos and his underlings grow stronger in power with each passing day. And now, our latest assault team has been captured and is being held in the Oculus.$b$bWe must attempt a rescue! Belgaristrasz and his companions are invaluable to our cause. Can we count on you, $n?','Raelorasz wants you to enter the Oculus and rescue Belgaristrasz and his companions.','Listen well, $r.$b$bYour work here has just begun!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44334,44336,44335,44337,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,8),(13125,10958,210,0,128,77,79,0,0,0,0,0,0,0,0,0,0,0,43206,1,'The Air Stands Still','You must defeat the lords of Scourgeholme if this place is to be free of the Scourge\'s grasp.$B$BSalranax the Flesh Render lords over the temple on the first tier of Scourgeholme. Nearby Salranax you\'ll find High Priest Yath\'amon preaching at the spirit tower on the second tier. Underking Talonox holds court at the Pit of Fiends, up the high road.$B$BThese are formidable opponents and must be approached with caution. Use this war horn should you require aid. The death knights of Acherus will come.','The Ebon Watcher at the Valley of Echoes in Icecrown wants you to kill Salranax the Flesh Render, Underking Talonox and High Priest Yath\'amon.','A hard fought victory, $n! The lieutenants will be replaced, but at least for today the air about Scourgeholme stands still.','Finish them, $N!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30829,30830,30831,0,1,1,1,0,0,0,0,0,0,0,0,0,43839,43840,43830,43842,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,1098,0,0,0,0,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196200,0,0,0,0,'',13118,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13126,10958,4228,0,136,77,80,81,0,0,0,0,0,0,0,0,0,13127,0,0,'A Unified Front','Please accept our gratitude, $r.$b$bYou and your friends have succeeded where we had failed - you have bested Drakos. From here, however, it will take our combined efforts to proceed.$b$bAbove us, Varos hides behind an impenetrable shield. To reach him, you must defeat the Centrifuge Constructs that power his shield. That is where my friends and I come in....$b$bWe each can provide you with drakes from our respective flights. Only with the help of these drakes will you be able to expose Varos.','Belgaristrasz wants you to destroy 10 Centrifuge Constructs to bring down Varos\' shield. You then must defeat Varos Cloudstrider.','It is as I had hoped, $r. We work well together.$b$bMay our continued cooperation be enough to overcome the challenges that yet await!','So, it is done!','','Centrifuge Constructs Destroyed','Varos Cloudstrider Defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,27641,27447,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,8),(13127,10958,4228,0,136,77,80,81,0,0,0,0,0,0,0,0,0,13128,0,0,'Mage-Lord Urom','Only one obstacle stands between us and our ultimate goal here, $c. His name is Urom.$b$bAbove us, guarding the third ring, he awaits us. Beware his powerful conjurings, friend. He is a frightful opponent, certain to challenge your prowess.$b$bBring him down. Make him pay for his treacherous allegiance to the enemy!','Belgaristrasz wants you to defeat Mage-Lord Urom in the Oculus.','Victory is in reach, friend.$b$bFocus, for now comes the true test.','Has Mage-Lord Urom been dealt with?','','Mage-Lord Urom Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,27655,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13126,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,1,396,0,0,0,0,0,0,0,0,0,0,8),(13128,10958,4228,0,136,77,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Wing and a Prayer','The time has come to face Eregos, friend.$b$bHe is cunning and strong. One of Malygos\' most trusted minions, he draws strength from the energies he is charged with defending - sipping from the well of the great aspect himself.$b$bThis shall not be easy....$b$bHowever, defeating the Mage-Lord has allowed us to unlock the full power of our drakes. Their skills shall be at your command. Use them wisely and Eregos shall surely fall.$b$bShould you succeed, return to Raelorasz and inform him of our victory.','Belgaristrasz wants you to kill Eregos in the Oculus and then report to Raelorasz at the Transitus Shield in Coldarra.','$b$b$n, this is most welcome news.$b$bNot since the onset of this conflict have we dealt a blow of this magnitude to the Lord of Magic.$b$bPlease, friend, accept the gratitude of our unified dragonflights.','Do you bring news of Belgaristrasz?','','Ley-Guardian Eregos Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,27656,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44338,44339,44340,44341,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13127,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,1,396,0,0,0,0,0,0,0,0,0,0,8),(13129,10958,4196,0,128,72,74,81,0,0,0,0,0,0,0,0,0,0,43214,1,'Head Games','Too lazy for their own good.... Wait! I know how to teach \'em!$b$b$b$bHere, $r, take this. Dip it in the remains of that annoying lich over there and return it to Mack back at the camp.$b$bOnce the boys have stewed in their guilt for a while I\'ll show up and let them off the hook.$b$bThey\'ll learn not to let a lady wander off alone!','Kurzel wants you to use Kurzel\'s Blouse Scrap at the corpse of Novos the Summoner, then take the Ichor-Stained Cloth to Mack.','$b$bAww noo... Why\'d she hafta run off an\' git \'ershelf killed?$b$bYa know, I should write a lil shong about \'er. That should cheer me up!$b$b','$b$bWhutcha got there, pal?','','','','','',43215,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44366,44367,44368,44369,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224000,0,0,0,0,0,0,0,0,0,0,249000,0,0,0,0,'',12037,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13130,10958,210,0,136,77,79,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stone That Started A Revolution','You may look at Scourgeholme now and see a rancid pit of decay, but one day it will be a place of glory and honor. Highlord Fordring has deemed it \"Justice Keep.\"$B$BAlas, even an impregnable fortress like Icecrown Citadel began with but a single stone. So begins our search for the stone to start a revolution.$B$BTravel to Crystalsong, south of here, and seek out the Unbound Thicket in the east. Once there gather crystalline heartwood from the thicket floor and elven masonry from the Ruins of Shandaral.','Crusade Architect Silas at the Valley of Echoes in Icecrown wants you to retrieve 10 Trunks of Crystalline Heartwood and 10 pieces of Ancient Elven Masonry.','Heartwood by nature is resistant to disease, rot and plague. This heartwood, however, goes so far as to repel such things! The masonry, affected by the fallout of the Unbound Thicket, will work in much the same way.$b$bSoon we will break ground. ','Are you lost?','','','','','',43217,43218,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43855,43914,43982,43947,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130800,0,0,0,0,'',13105,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13131,10958,1196,0,136,78,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Junk in My Trunk','Just look at it! Me trunk never been so empty. Shoulda been filled ten times over by now!$b$bMe mates jumped at the sight o\' all that booty, and now look at \'em! Rattlin\' bones, they be!$b$bIt be like me mammy use \'ta tell me - only thing worse than no treasure be cursed treasure.$b$bSay, thar be plenty o\' loot farther in, an\' not the cursed kind I\'ll wager. These sots not be needin\' it - it just be junk ta them.$b$bFetch it fer me an\' I\'ll be rewardin\' ya handsomely, matey.\n','Brigg in Utgarde Pinnacle wants you to find 5 Untarnished Silver Bars, 3 Shiny Baubles, 2 Golden Goblets, and a Jade Statue.','Brilliant! Ye\'ve gone and done it, matey.$b$bNow I can show me face to the Cap\'n without fearin\' fer me life, thanks be ta you and yer mates.$b$bHere\'s a little booty fer you in return.','How\'d yeh fare in thar, matey?','','','','','',43238,43239,43240,43241,0,0,5,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44404,44405,44407,44406,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,5,396,0,0,0,0,0,2,71,396,0,0,0,0,0,0,0,0,0,8),(13132,10958,1196,0,136,78,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Vengeance Be Mine!','Och! They cannae be blamed, $g lad:lass;. Who\'da done different?$b$bThey hurled themselves at them piles o\' gold - thought they\'d hit the mother lode, they did. Aye... But look at \'em now. Mindless servants unable to pick up a single doubloon.$b$bOnly luck spared me from the same fate. In the scurry I got knocked down - was a wee bit tipsy to begin with. Looked up ta see the first of \'em turn...$b$bBe a good $g lad:lass; and find the one in charge here and teach \'em not ta be cursin\' me mates.','Brigg in Utgarde Pinnacle wants you to kill King Ymiron.','Splendid! Mebbe now me mateys be able ta rest in peace.$b$bHere ya go, $g lad:lass;. Don\'t let it be said that ol\' Brigg weren\'t generous ta those who showed \'im a kindness.$b$bGood doin\' business wit yeh.','Ya find the one in charge here, $r? Did ya make \'em suffer?','','King Ymiron Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,26861,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44408,44409,44410,44412,44411,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,396,396,0,0,0,0,0,2,5,396,0,0,0,0,0,0,0,0,0,8),(13133,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13137,43166,1,'Find the Ancient Hero','Quickly, $N, head southwest to the Halls of the Ancestors!$B$BWithin you will find slumbering mjordin. Wake them until you find Iskalder. When you do, use this amulet upon him and bring him back to me.$B$BNow go. There is no time to waste!','The Bone Witch at Njorndar Village wants you to return with Iskalder.','He\'s a fine specimen and will serve us well.$B$BNow, we have to make sure to use him properly to trap Vardmadra!','Where is the ancient hero?$B$BWe do not have time to chat. Go to the Halls of the Ancestors and find him before it is too late!','','Iskalder delivered to The Bone Witch','','','',0,0,0,0,0,0,0,0,0,0,0,0,30880,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13121,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,5),(13134,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spill Their Blood','The Scourge cannot create their flesh monsters without blood and embalming fluid to preserve the parts and keep them functioning. If we can deny them these materials, their army will fall apart and we can easily destroy their creations.$B$BThroughout the labs where the flesh giants and abominations are cobbled together, you will find vats of embalming fluid and large orbs filled with blood. Destroy these, and bring death to any who would stop you!','Darkrider Arly at Blackwatch wants you to destroy 5 vats of Embalming Fluid and 5 Blood Orbs.','$B$BYou reek of victory, $N, and that is good news, indeed.','Have you done as I asked?','','Blood Orbs shattered','Vats of Embalming Fluid destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,-192933,-192932,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13119,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(13135,10958,210,0,136,77,79,0,0,0,0,0,0,0,0,0,0,0,0,0,'It Could Kill Us All','Southeast of here, at the eastern reaches of Crystalsong Forest, is an area known as the Unbound Thicket. Within that thicket creeps all manner of life. One thing all of the affected creatures of the thicket share in common is their affinity for magical energy. Each of them holds pure, crystallized energy. Enough to kill us all should it ever destabilize!$B$BTravel to the Unbound Thicket and kill its denizens for crystallized energy. We need fuel and they need to die. We call that a \"win-win.\"','Crusade Engineer Spitzpatrick at the Valley of Echoes in Icecrown wants you to retrieve 8 pieces of Crystallized Energy.','Ah, this is perfect. The bomber should be up and running in no time.','Did you get the crystallized energy?','','','','','',43225,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,71000,0,0,0,0,0,0,0,0,0,0,130800,0,0,0,0,'',13105,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13136,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,43259,1,'Jagged Shards','You pulled this jagged, dark brittle shard from the body of a ghoul. The metal blade lacks a smooth edge, suggesting it was forged by an unskilled hand, or was broken from a larger piece.$B$BYou recall seeing similar shards embedded in the bodies of all the ghouls you\'ve encountered at the Fleshwerks, leading you to wonder why their creators bothered to include the metal at all. Perhaps Crusader Olakin Sainrith would have some insight if you brought him the shards from several ghouls.','Bring 10 Jagged Shards to Crusader Olakin Sainrith at Blackwatch.','$b$bYou saw these on all of the ghouls down there? I\'ve never seen anything like this in all my battles against the Scourge.','What is that vile thing?','','','','','',43259,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13137,10958,210,0,136,77,80,1,0,0,0,0,0,0,0,0,0,13142,0,0,'Not-So-Honorable Combat','Atop the tallest peak to the southwest overlooking Jotunheim is Battlescar Spire. It is a place of reverence for the vrykul, second only to Valhalas in terms of where they prefer to do honorable combat.$B$BWe shall visit not-so-honorable combat upon it.$B$BGather your companions and fly to the spire. When you are ready, light the signal fire and I will appear within the body of Iskalder.$B$BWe will fight, you will win, and Vardmadra is sure to come to witness the battle!','The Bone Witch in Njorndar Village wants you to defeat Iskalder upon Battlescar Spire.','I\'ve put Vardmadra aside for the moment. She\'s someplace safe until we can enact our final revenge!','You have yet to defeat the ancient hero!','','Iskalder defeated in battle','','','',0,0,0,0,0,0,0,0,0,0,0,0,30924,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44016,44036,44037,44038,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,571,7254.48,3641.69,1,165300,0,0,0,0,'',13133,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,2,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,6),(13138,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,43289,1,'I\'m Smelting... Smelting!','$B$BThese could pierce armor with enough force. We have to find out what they\'re made of and what the Lich King intends to do with them.$B$BTo the east, nestled next to Icecrown Citadel itself, lies Malykriss. From the few reports we have, it\'s full of smelting and smithing equipment. Bring these shards there, and smelt them in one of the open furnaces on the bottom level of Malykriss. Once the metal has been reformed, we can identify it.','Use the Bag of Jagged Shards near one of the bottom level Malykriss furnaces. Return to Crusader Olakin Sainrith at Blackwatch with the Smelted Metal Bar.','There is no doubt, this is raw saronite. we\'ve seen weapons made from it in the hands of the Lich King\'s chosen before, but this is the first time it\'s been used to arm anything else. The scale of that mining operation must be huge.','Have you smelted those fragments yet?','','','','','',43288,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13136,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13139,10958,210,0,128,77,79,0,0,0,0,0,0,0,0,0,0,13141,43290,1,'Into The Frozen Heart Of Northrend','Silas and Spitzpatrick have signed off on the materials and fuel needed to begin construction of Justice Keep. Thanks to you and the Ebon Blade the Scourge presence within Scourgeholme has been decimated and their lieutenants have been defeated.$B$BI have chosen the site at which we will break ground, but first you must deliver my report to Highlord Tirion Fordring. We will begin our march into Icecrown on his command.\n','Deliver Father Gustav\'s Report to Highlord Tirion Fordring at the Argent Vanguard in Icecrown.\n','Your assistance has been integral in securing the front. The first true victory of this war is close at hand - which is why our next step is the most crucial.$b$bRest assured, $n, the Scourge will not give up without a fight. Your most difficult challenge awaits.','Stand easy, $n. What have you to report?','','','','','',43290,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130800,0,0,0,0,'',13110,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13140,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Runesmiths of Malykriss','Those shards you recovered can only have come from one place, Malykriss. It\'s the seat of the Lich King\'s metalworking operations, to the east of Corp\'rethar.$B$BWhat\'s puzzling is that metal isn\'t needed to stitch together abominations or flesh giants, or to summon skeletal servants. Find the skeletal runesmiths working on the bottom level of Malykriss and capture the plates they\'re working on. We need to find out why this metal is finding its way to the Fleshwerks.','Bring 5 Runed Saronite Plates to Crusader Olakin Sainrith at Blackwatch.','These plates match the shards almost exactly. They must be using cuttings from them to \"enhance\" the ghouls produced here. The Scourge is desperate enough to make a weapon of anything, it seems. All the more reason to hasten our destruction of this abominable place!','Were you able to capture those rune plates?','','','','','',43291,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13136,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13141,10958,210,0,130,77,79,0,0,0,0,0,0,0,0,0,0,13157,43243,1,'The Battle For Crusaders\' Pinnacle','$B$BThis banner is like no other, $N. It carries with it a powerful blessing, able to sanctify large tracts of blighted land.$B$BYou must take it northwest, through the Breach, to an area the Scourge have mockingly named Crusaders\' Pinnacle. Plant the banner atop the skulls of our fallen brethren at Crusaders\' Pinnacle and defend it against attack. Once the land is sanctified, return to Father Gustav.$B$BGo now, $N. Hold no fear in your heart.','Venture to Crusaders\' Pinnacle and use the Blessed Banner of the Crusade atop the Pile of Crusader Skulls. Defend the banner against Scourge attack until the land atop the pinnacle is sanctified and then return to Father Gustav at the Valley of Echoes in Icecrown.','Blessed Light! We have taken the pinnacle! Finally, construction of Justice Keep can begin. Highlord Fordring and the knights are already en route to our new base. You must meet them there, $n!','Have we broken ground?','Battle for Crusaders\' Pinnacle','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,71000,0,0,0,0,0,0,0,0,0,0,130800,0,0,0,0,'',13139,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13142,10958,210,0,128,77,80,1,0,0,0,0,0,0,0,0,0,13213,0,0,'Banshee\'s Revenge','The time has come, $N. You and your friends must challenge the lord of Balargarde Fortress, the master of Jotunheim, Overthane Balargarde.$B$BAtop the fortress, which is on the southwestern edge of Jotunheim, you will find a horn. Blow into it. Allow your challenge to resound throughout the steadfast.$B$BBalargarde will have no choice but to face you. And I... excuse me, Vardmadra will be there to adjudicate the challenge.$B$B','The Bone Witch at Njorndar Village has asked you to exact her revenge by challenging and defeating Overthane Balargarde.','Words cannot describe what I\'m feeling at the moment, $N. My revenge is complete and there is naught else for me to do.$B$BIf only I could be there when the Lich King is finally taken down.$B$BDon\'t fool yourself though, Jotunheim is far from \'dealt\' with. I will remain in possession of this witch until such time as the vrykul are no longer a threat.$B$BLook around, there are many items of value in this cave. Take your pick.','Overthane Balargarde is not dead. Did you have problems finding his fortress?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31016,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44028,44029,44022,44023,44032,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,500,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13137,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,25,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,7),(13143,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13145,43315,1,'New Recruit','First things first. I saw some Lithe Stalkers on the ramparts just east of us. They used to serve us before we broke with Arthas, and they\'re about as perfect a scout as you can get... with a little prodding from an eye of dominion.$B$BFly up, find one of the stalkers, beat it down a bit, and then use this Sigil of the Ebon Blade to command its obedience. It will recognize the sigil, guaranteed. Lead it back to the top of the rocks northeast of here and it will find its way to me.','Vereth the Cunning on the Rise of Suffering has requested that you bring a subdued Lithe Stalker to the top of the rocks northeast of the Rise of Suffering.','I\'ve chained the wretch to the post over there and I\'ll look into getting my hands on more of them.$b$bNow lets make some use of that eye.','I\'m sure their masters don\'t go easy on them, but there\'s no way these things would forget the lessons we lashed into their skins. They\'ll fear those sigils for as long as they crawl this land.','','Subdued Lithe Stalker Returned','','','',0,0,0,0,0,0,0,0,0,0,0,0,31049,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,59187,0,0,0,0,0,0,0,132300,0,0,0,0,'',13155,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13144,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Killing Two Scourge With One Skeleton','The workers in the Fleshwerks abomination lab have already completed a number of their creations. For now, the creatures are chained to the pillars around the edge of the lab, but if we do not act, they will march with the Lich King\'s armies.$B$BGrasping arms reach out of the bone piles spread throughout the Fleshwerks. These arms belong to skeletons enchanted with the power of fire. Find and free these skeletons, then take them near the completed abominations and watch the show!','Darkrider Arly at Blackwatch wants you to destroy 3 Chained Abominations with Burning Skeletons.','Ah, good. There\'s nothing like the smell of roasted putrid flesh in the morning. That\'s the smell of victory over the Scourge.','Have you destroyed the completed abominations?','','Chained Abominations burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,30995,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,38739,39038,39068,39104,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13152,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13145,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Vile Hold','We need to know what we\'re up against.$B$BUse the eye of dominion to assume control of a lithe stalker and scout out the area. There are a few spots in particular I saw when flying in that I want you to get a closer look at: the overlook in the northeast, the work area in the southeast, the large forge near the center, and the ritual area in the southwest.$B$BThe stalker can leap far and won\'t be hurt by large falls - use that to your advantage to get up and down from those ramparts.','Vereth the Cunning at the Rise of Suffering has requested that you use a Lithe Stalker to scout out Malykriss.','Excellent work. It seems more death knights remained loyal to Arthas than I initially thought.$b$bHe certainly is sparing nothing in his attempt to replace Acherus. A pure Saronite citadel would be hard to destroy indeed. There\'s no need to destroy it though... we can halt production and put down these death knight leaders here and now, before they become a real threat.$b$bMost importantly, we need to disrupt them enough to get those death knights away from from the leaders so that we can make our strike.','Flying may be a bit more graceful, but there\'s no way we could get in as close as the stalker without being detected.','','Altar of Sacrifice explored','Blood Forge explored','Icy Lookout explored','Runeworks explored',0,0,0,0,0,0,0,0,0,0,0,0,31065,31068,31064,31066,1,1,1,1,0,0,0,0,0,0,0,0,43866,43906,43934,43845,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13146,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Generosity Abounds','We need to cause some disruption... anything to bring those death knights away from their leaders. If we lay waste to their minions below, I suspect they\'ll have to devote more attention to keeping a close eye on operations.$B$BAbominations are easy prey - slow, predictable, and most importantly, stupid. Take advantage of their trust of the stalkers to drag them some of the Scourge bombs scattered throughout the construction area. You\'ll be able light the bombs far before they figure out what\'s going on.','Vereth the Cunning wants you to use the Lithe Stalker\'s Iron Chain to drag Scourge Bombs to 4 Lumbering Atrocities inside Malykriss.','They didn\'t even think to lay a hand on you, did they? At least they\'re predictable.','Did they even see it coming?','','Scourge Bomb gift delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,31075,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13145,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13147,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Matchmaker','The major difference between vargul and lesser undead minions is that vargul still possess enough of their minds to despise being used for labor. Never will a vargul be pleased to be working aside skeletons or ghouls.$B$BLets take advantage of this inevitable animosity and start some fights between the umbral brutes and the other undead in Malykriss. That should serve to slow production and bring the death knights down to babysit.$B$BShould be simple - throw rocks at the brutes as they near lesser undead.','Vereth the Cunning at the Rise of Suffering wants you to use a Lithe Stalker to throw rocks at Umbral Brutes as they near lesser undead in Malykriss. Return after you\'ve started 5 fights.','No need to sacrifice our own men when they are this easily manipulated, eh?','Predictable louts.','','Worker fight started','','','',0,0,0,0,0,0,0,0,0,0,0,0,31481,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13145,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13148,10958,373,373,128,77,-1,0,0,0,755,375,0,0,0,0,0,0,43299,1,'Necklace Repair','This damaged necklace has an invoice with it that reads \"Property of Timothy Jones - Cartier and Co Fine Jewelry - Magus Commerce Exhange - Dalaran\".$B$BPerhaps you should repair it and return it to him.\n','Repair the necklace with a single Chalcedony and return it to Timothy Jones in at the Jewelcrafters Shop in the Magus Commerce Exchange in Dalaran.','How did you find this! Many of these necklaces were looted from one of my shipments a few weeks ago! Let me repay you with this Jewelcrafter\'s Token.','What brings you here?','','','','','',43298,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,1,0,0,0,1090,0,0,0,0,0,25,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13149,10958,4100,0,128,78,80,81,0,0,0,0,0,0,0,0,0,13151,37888,1,'Dispelling Illusions','Always meddling...$b$bThe Infinite Dragonflight seek to disrupt history as we have come to know it by deceiving Prince Arthas.$b$bIf they can convince him that none of the grain here carries the plague, then he\'ll never have to make the fateful decision to cull Stratholme.$b$bThis must not come to pass.$b$bUse this Arcane Disruptor on any suspicious crates of grain you find to reveal them for what they are. Meet me near Stratholme\'s entrance, north of this place, when the work is done.','Chromie wants you to use the Arcane Disruptor on the suspicious crates in Stratholme Past, then speak to her near the entrance to Stratholme.','You have done well, friend. The plagued grain was exposed to Arthas\' troops.$b$bListen carefully, now. There remains more to be done.','Well done, friend.$B$BArthas\' forces have discovered the plagued grain.','','Plagued Grain Crates Dispelled','','','',0,0,0,0,0,0,0,0,0,0,0,0,30996,0,0,0,1,0,0,0,49590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,595,1815,1281,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,396,396,396,0,0,0,0,0,1,396,0,0,0,0,0,0,0,0,0,0,8),(13150,10958,373,373,128,4294967295,77,0,0,0,755,1,0,0,0,0,0,0,0,0,'ZZOLDLost: Widget','Attached to the bottom of the widget is an invoice that indicates the owner is \"Timothy Jones - Jewelershop Name, District Name\" in Dalaran. Perhaps if you fixed it and returned it to him, he would have a reward for you.','Repair the whatsit and return it to Timothy Jones at the Jewelcrafting shop in Dalaran.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13151,10958,4100,0,136,78,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Royal Escort','The Infinite Dragonflight are not likely to give up so easily. I cannot be certain of what they\'re up to, but something tells me we haven\'t seen the last of them today.$b$bIn just a moment, Arthas will face a desperate dilemma, and make a momentous decision.$b$bDon\'t lose focus now, $n. I needn\'t remind you how much is at stake. I must call upon you to accompany the prince in his culling of Stratholme.$b$bArthas must make it through Stratholme alive and you must see to it that he defeats Mal\'Ganis!','Chromie has asked you to accompany Arthas in the Culling of Stratholme. You are to speak with her again after Mal\'Ganis is defeated.','You have done well, $n.$b$bThe Infinites have been foiled and this thread of history remains intact.$b$bI thank you for your invaluable assistance, as does the entire Bronze Dragonflight.','','','Mal\'Ganis Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,31006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44396,44397,44398,44399,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13149,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,8),(13152,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Visit to the Doctor','So they\'ve been embedding these ghouls with broken shards of saronite down in the Sanctum of Reanimation? We must put a stop to this, before these ghouls can be deployed against our troops.$B$BFind the entrance to the Sanctum of Reanimation in the flesh giant lab area of the Fleshwerks. There, the ghoul mastermind, Doctor Sabnok, keeps the most fearsome of his creations, Patches. Free Patches from his chains and help him take his revenge on the doctor. Let his own creation be his undoing.','Darkrider Arly at Blackwatch wants you to destroy the Metal Stake imprisoning Patches in the Sanctum of Reanimation and help him get his revenge on Doctor Sabnok.','$b$bA fitting end for the \'good\' doctor, wouldn\'t you say?','Have you unleashed the doctor\'s creation against him?','','Patches freed','Help Patches kill Doctor Sabnok','','',0,0,0,0,0,0,0,0,0,0,0,0,-193025,30993,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13138,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13153,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Warding the Warriors','$n, good to see you. While the battle has subsided for now, we must hurry and replenish our stocks. My research indicates that the armor of soldiers recently slain in the Glacial Falls becomes imbued with an incredible amount of energy. The Horde has been seen collecting armor in the area.$B$BHead to the Glacial Falls and slay any of the Horde you find there. Return their imbued armor to me.$B$BIf you cannot find any of the Horde, you might find the armor of an adventurer slain by the elementals.','Sorceress Kaylana at Wintergrasp Fortress wants you to retrieve 10 sets of Imbued Horde Armor from Horde players at the Glacial Falls.','Augh. It\'s still dripping. Couldn\'t you have at least dried it off first?','So, did you find the armor?','','','','','',44808,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4876.42,2037.05,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,100,0,0,0,6,0,0,5),(13154,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Bones and Arrows','Dragons are incredible! Well, their bones at least! I\'ve been equipping our archers with arrowheads made of Dragonbone. Unfortunately, since the massacre at Angrathar, it has become almost impossible to get bone from Dragonblight.$B$BHowever, the Forest of Shadows on the western edge of Wintergrasp has enough bones to tide us over.$B$BHead to the Forest of Shadows and bring back any bone splinters you can find!$B$BThe Horde have been seen collecting bone splinters in the area. Slay them!','Bowyer Randolph at Wintergrasp Fortress wants you to retrieve 10 Quivers of Dragonbone Arrows from Horde players at the Forest of Shadows.','Excellent! This will help fuel the flames of war for days to come. ','How was the hunting? I\'ve heard rumors the place is haunted, though I never venture out there myself.','','','','','',43323,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4687.53,3835.08,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13155,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13143,0,0,'Vereth the Cunning','I\'ve already heard some rumors regarding Malykriss and Arthas\'s new death knight order, but I assumed it nothing more than filling the void. These numbers suggest he\'s trying to take it up a notch though.$B$BWe dispatched one of our best to Malykriss not long ago - Vereth the Cunning. You should be able to find him on the Rise of Suffering, just west of Malykriss, and inside the Court of Bones.$B$BTry not to draw too much attention on your way in.','Report to Vereth the Cunning on the Rise of Suffering in Icecrown.','The Vile Hold... a testament to how much Arthas hates losing. Let\'s drive the blade deep.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13172,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13156,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'A Rare Herb','My, it its quite chilly up here! Reminds me of the stormy peaks of Kaarinos on Argus. However, with all of this snow and ice, our soldiers can easily catch cold.$B$BHead to the Steppe of Life in southwestern Wintergrasp, and bring me back 10 of the Horde herb pouches you find. I will grind them into a medicine to help protect against the cold.$B$BThe Horde have been seen collecting them from the plant life in the area. Do not hesitate to slay them and retrieve the herbs!','Anchorite Tessa in Wintergrasp Fortress wants you to retrieve 10 Horde Herb Pouches from Horde players in the Steppe of Life.','Excellent! This will help protect our troops against the cold.','I hope you didn\'t pull up any of the lashers by mistake! They gave Private Doane quite a whipping last week.','','','','','',44809,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4471.39,4059.05,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13157,10958,210,0,136,77,79,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crusaders\' Pinnacle','Stand proud in knowing that it was you who helped establish the Argent Crusade inside the walls of Icecrown, $N. The Crusaders\' Pinnacle now stands in direct defiance of the Lich King and his twisted minions.$B$BHighlord Fordring and the crusaders who survived await your arrival at Crusaders\' Pinnacle. Travel once more through the Breach and seek out the highlord!','Seek out Highlord Tirion Fordring at Crusaders\' Pinnacle in Icecrown.','A long and arduous journey awaits us as we make our way to the gates of Icecrown Citadel. I, and the soldiers of the Argent Crusade, wish to thank you for all that you have done. We rest easier knowing that you will fight alongside us in this cursed place.$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44019,44044,44045,44046,44040,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196200,0,0,0,0,'',13141,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13158,10958,4415,0,136,75,77,81,0,0,0,0,0,0,0,0,0,13159,0,0,'Discretion is Key','Listen to me, $r.$b$bIt\'s just been brought to my attention that there\'s been an incident at the Violet Hold. It would appear that the blues are launching a full scale invasion of Dalaran!$b$bI need you to get to the prison and speak with Warden Alturas at once. He\'ll give you the details.$b$bThat is not all. I need this handled with utmost discretion. We mustn\'t alarm the citizens of Dalaran if it can possibly be avoided. Do I make myself clear?$b$bVery well. Now, go!','Rhonin wants you to go to the Violet Hold in Dalaran and speak with Warden Alturas.','Not a moment too soon.$b$bAre you prepared to defend Dalaran, $c?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,1),(13159,10958,4415,0,128,75,77,81,0,0,0,0,0,0,0,0,0,0,42482,1,'Containment','Here is the prison key.$b$bMy men and I will stay here as a last line of defense in the event that you are unable to overcome the assault.$b$bBe sure to speak with Lieutenant Sinclari. She\'ll provide you with access to the prison\'s defenses.$b$bHurry, $r. There is little time. The few I left inside won\'t last long without your help. Report back to me once the invasion forces have been successfully dealt with.','Warden Alturas wants you to enter the Violet Hold and put and end to the blue dragon invasion force. You are to report back to him once Cyanigosa is slain.','The crisis is averted, then?$b$bThat is good news indeed. I will forward the news on to Rhonin.$b$bPlease, accept this with the gratitude of Dalaran.','Is it over? Were you able to withstand the assault?','','Cyanigosa Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,31134,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44342,44343,44344,44345,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,500,0,0,0,0,0,0,260000,0,0,0,0,0,0,0,0,0,0,256800,0,0,0,0,'',13158,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,396,396,0,0,0,0,0,2,6,396,0,0,0,0,0,0,0,0,0,8),(13160,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stunning View','Gargoyles make effective scouts and can be deadly if left to rain attacks from the air, but they have a very obvious weakness. Most of them have to go through long periods resting as stone to maintain the energy they need to carry their heavy bodies through the air.$B$BAs I peered through the eye you were using, I noticed dozens of iceskin sentries resting on the eastern and southern walls inside. Use the stalker to leap up to their ledges and devastate them while they sleep.','Vereth the Cunning at the Rise of Suffering wants you to use a Lithe Stalker\'s heave ability to destroy 12 sleeping Iceskin Sentries.','Not so much of a threat when they\'re sleeping.','Almost too easy.','','Iceskin Sentry destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,31012,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13145,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13161,10958,210,0,136,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Rider of the Unholy','It\'s time that we start cutting off the heads of the beast.$B$BI served beside Rokir for quite some time. He knows the unholy arts better than most any other death knight I\'ve met and he\'s equally as ruthless.$B$BRokir\'s strengths are most apparent when you are fighting him on his own ground. Sadly, we don\'t have much option in those regards, but stay on your feet to avoid his undead minions and you should come out victorious.$B$BBe nimble, $c, and do not take him lightly.','Vereth the Cunning on the Rise of Suffering wants you to kill Rokir, the Rider of the Unholy.','The world will be a much better place without Rokir in it - trust me.','Is it done?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43904,43948,43940,43873,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13160,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13162,10958,210,0,136,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Rider of Frost','Sapph... Sapph\'s a death knight like no other. She\'ll shower you with sweet words and you\'ll swear that she has no evil within her heart, and then she\'ll run you through without even breaking her smile.$B$BI have no fear that you\'ll be able to best Sapph, but do not grow overconfident. Her strength lies in lulling her victims into a false ease, shortly before shattering them with a fierce barrage of frost attacks.$B$BDo not let your guard down, and do not underestimate her.','Vereth the Cunning on the Rise of Suffering wants you to kill Sapph, the Rider of Frost.','I can\'t deny, I\'ll miss her laugh... and that smile that would creep onto her face just before she killed someone. A little less need to watch my back though, so I suppose I can\'t complain.','Are we rid of her?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31161,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43899,43897,43898,43875,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13160,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13163,10958,210,0,136,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Rider of Blood','Baelok is one of the few vrykul that I\'ve ever seen rise through the ranks, and that was mostly accomplished through sheer brutality. If your competition ends up dead, there\'s far less to compete against.$B$BWhen you join battle with him, spread out from your companions and keep your distance as much as you reasonably can. He will not hesitate to steal your life force for himself, so you will need to hinder his ability to do so as much as possible.$B$BYou have my confidence. See to it that he dies.','Vereth the Cunning on the Rise of Suffering wants you to kill Baelok, the Rider of Blood.','So he finally lost? Good to hear.','Is he dead?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43877,43896,43937,43939,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13160,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13164,10958,210,0,136,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Bloodbane','With the riders of the Host of Suffering dead, now is the time to put an end to their true leader: Orbaz Bloodbane.$B$BMograine caught up with me while you were off and told me that he found where Orbaz is hiding. Under Icecrown Citadel itself, there is an immense pit - you will find Orbaz just outside its lip.$B$BSome of the Ebon Blade\'s strongest agents have already been dispatched - gather aid and join the fight. It is time for Bloodbane to die.','Vereth on the Rise of Suffering has dispatched you to kill Orbaz Bloodbane.','Morgraine himself arrived to see the deed done then? I imagine there was some ill blood between those two - no surprise that he wanted a piece of the wretch.$b$bYou\'ve done exceedingly well, $r, and you shall be awarded appropriately. The Ebon Blade thanks you.','Are we finally free of that Arthas want-to-be?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31283,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44027,44025,44020,44026,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,500,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13163,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13165,10958,0,372,128,55,55,0,0,32,0,0,0,0,0,0,0,13166,0,0,'Taking Back Acherus','The haze has been lifted. I can see as clearly now as the day that I plunged the Ashbringer into my own heart to free my father\'s cursed soul: my last memory as a free man.$B$BWe must take back Acherus from the Scourge if our order is to survive in this new world. I have taught you how to call forth a death gate. The death gate will return you to Acherus when you call upon it, $N. Use it now and meet me at Acherus. The first battle of the Knights of the Ebon Blade is underway! Death to the Scourge!','Use your Death Gate spell to return to Acherus: The Ebon Hold. Report to Highlord Darion Mograine once you arrive.','The Lich King has returned to Northrend, wounded by the Ashbringer, but the second floor still holds the last of his armies.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,53822,0,0,0,0,0,0,0,4950,0,0,0,0,'',12801,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,1),(13166,10958,0,372,128,55,55,0,0,32,0,0,0,0,0,0,0,0,0,0,'The Battle For The Ebon Hold','The Hall of Command has been secured, but the Lich King has left us a little present in the Heart of Acherus. The stitched terror, Patchwerk, and a horde of abominations have taken over the second floor.$B$BUse the teleporter to get to the second floor and destroy the Scourge forces that remain. Do not engage Patchwerk alone! You must fight the monstrosity with other death knights of Acherus!$B$BGo, $N. You have my strength to carry you!','Slay 10 Scourge and help kill Patchwerk. Return to Highlord Darion Mograine should you succeed.','Well done, death knight. The remaining Scourge will be dealt with in short order and the rebuilding process will begin anew.$B$BI have but one last task for you.\n','Acherus will be ours!','','','Scourge slain','','',0,0,0,0,0,0,0,0,0,0,0,0,31099,31100,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,500,0,0,0,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',13165,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,1,1,1,25,0,0,0,0,0,0,0,7),(13167,10958,4277,0,136,72,74,81,0,0,0,0,0,0,0,0,0,0,0,0,'Death to the Traitor King','Anub\'arak, the traitor king, makes his home in the once proud underland of Azjol-Nerub.$b$bSince his betrayal, he has twisted and perverted our homeland into the wretched squalor it is today. He rules over an army of undead nerubians who, like their leader, have pledged themselves to serving the Lich King.$b$bBring an end to the traitor king\'s reign, $c. You will be doing a great service to both of our peoples.$b$bIf you manage to succeed where all others have failed, bring me the husk of Anub\'arak.','Kilix the Unraveler in the Pit of Narjun has tasked you with defeating Anub\'arak in Azjol-Nerub. You are to return to Kilix with Anub\'arak\'s Broken Husk.','$b$bIt is DONE!$b$b$R! Your name shall be recorded in the history of our people.$b$bI am in your debt....','Is it done, $c? Has the traitor king finally met his end?','','','','','',43411,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,44359,44360,44361,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224000,0,0,0,0,0,0,0,0,0,0,249000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13168,10958,210,0,138,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Parting Gifts','Look what we have here... eyes of dominion. The Cult normally goes to great lengths to keep these things safe, but I suppose their options for retreat are few when we\'re slaughtering them in their own home.$B$BThe eyes allow a being of any relative power to control an undead minion\'s actions precisely. As you can imagine, this can be extremely useful when it comes to your typical clumsy ghoul or skeleton.$B$BCare to try your hand at it? Use one of the eyes to control a captured shade.','Keritose Bloodblade at the Shadow Vault wants you to use an Eye of Dominion to take control of a captured Eidolon Watcher.','Nothing to it, eh? Any intelligent being should have little trouble controlling lesser undead. I suspect only the likes of a true necromancer could use these to sieze control of any of the more powerful undead. That won\'t be a problem though - I can already think of quite a variety of destruction we can wreak with even the most paltry minions.$b$bShall we have at it then?','The options of subterfuge made available to us with the eyes are obvious. These will be very useful tools.','Seize Control of an Eidolon Watcher','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13169,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Undead\'s Best Friend','As is usual practice, the undead at the saronite quarry to the southwest starve plaguehounds to keep them extra aggressive. Use the shade to get up close and feed some of those hounds and I promise you they\'ll be content to leave you alone, if not side with the hand that fed them.$B$BDon\'t get too close to those things until you\'ve fed them though. Their noses don\'t fall victim to your shade\'s elusiveness.','Keritose Bloodblade at the Shadow Vault wants you to use the Eidolon Watcher to feed 18 Hungering Plaguehounds.','Put them right to sleep, didn\'t it?','No need to be wasteful - those hounds will serve whoever bothers to feed them.','','Hungering Plaguehounds fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,31119,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13168,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13170,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor is for the Weak','Ghouls are fragile things when it comes down to it, and the lookouts at the saronite quarry down the path to the southwest are no exception. Using one of the shades, I have no doubt that you can sneak up and put down their lookouts without making a sound.$B$BClear out as many lookouts as you can reach in a reasonable amount of time... we\'ll want their ranks thinned for our assault to come.','Keritose Bloodblade at the Shadow Vault would like you to assassinate 20 Restless Lookouts.','Without even getting your hands dirty.','Hard to lookout for what can\'t be seen.','','Restless Lookouts assassinated','','','',0,0,0,0,0,0,0,0,0,0,0,0,30951,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13168,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13171,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'From Whence They Came','My main concern is the saronite quarry down the path to the southwest. They are pulling up immense amounts of ore from that quarry and I\'d like to know what they\'re building with it. To that end, we\'ll start by weakening their defenses.$B$BI noticed a series of crystals scattered throughout the base and I assume they are defensive structures of some sort, not unlike ziggurats. Use the eidolon watcher to destroy any of those crystals that you find.','Keritose Bloodblade at the Shadow Vault has sent you to banish 10 Scourge Containment Crystals.','Excellent work. We should have little threat in the air then.','Are those crystals out of the way? I don\'t want them to prove a nasty surprise for my gryphons.','','Banished Scourge Crystals','','','',0,0,0,0,0,0,0,0,0,0,0,0,31131,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13168,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13172,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeds of Chaos','Effective tool, is it not? Excellent job weakening their defenses, $c. Now we can push the main assault.$B$BThe plan here is straight-foward - we\'re looking to destroy anything moving, and get in there and steal some information amidst the confusion.$B$BLet me know when you\'re ready and I\'ll set you up with a skeletal gryphon.','Keritose Bloodblade at the Shadow Vault has dispatched you to slaughter 80 undead in the Weeping Quarry. Speak to him to secure a skeletal gryphon for the assault.','Practically defenseless. It doesn\'t get much easier than that.','Have some fun of it, eh?','','Weeping Quarry Undead slaughtered','','','',0,0,0,0,0,0,0,0,0,0,0,0,31555,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,43872,43905,43976,43941,43923,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13169,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13173,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Amidst the Confusion','We got our hands on quite a few workers. They should do nicely.$B$BI want you to use an eye to bring one of these workers back into the quarry. With the entire camp in disarray, there\'s no way they\'ll be able to distinguish you from any of the other workers that were scattered by the assault.$B$BFind whoever is in charge of the operation and get to work. With any luck, we\'ll find out where that Saronite is being shipped off to pretty quickly. I\'ll watch over your shoulder through the eye.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13174,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Amidst the Confusion','Shutting down their operation is just half of the plan. The other important goal here is to find out where all that saronite is being sent. We know of a few places it\'s been ending up, but the amount they\'re pulling out suggests to me that there\'s a bigger project in the works.$B$BOnce you\'re inside the quarry, get your hands on any of their documents that you can find. If you\'re assaulting the place with one of the gryphons, you can drop down from it as soon as the wetwork is done.','Keritose Bloodblade at the Shadow Vault has requested a Weeping Quarry Document, a Weeping Quarry Ledger, a Weeping Quarry Map, and a Weeping Quarry Schedule.','Let\'s see here... what do we have...$b$b$b$bMalykriss! The Vile Hold. It seems Arthas did not take the loss of his death knights so well... I\'m not exactly sure what he\'s doing with all of that Saronite, but I have a feeling he might be overcompensating for something.$b$bThat boy is not used to losing.','Did you bring back what I requested?','','','','','',43688,43689,43691,43690,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13169,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13175,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Regaining Control','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13176,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preparing the Delivery','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13177,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'No Mercy for the Merciless','Welcome to the Wintergrasp Fortress, $n. Your mission is simple. Defeat ten of the Horde\'s finest. Now, go! Bring victory to the Alliance!','Commander Zanneth in Wintergrasp Fortress wants you to slay 10 members of the Horde.','Glorious! Truly, you are among the champions of the Alliance.','Well, have you completed your mission?','','Horde members slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39019,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13178,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Slay them all!','Welcome to the Wintergrasp Fortress, $n. Warlord Garrosh demands one thing: Slay them all!$B$BReturn to me when ten of the strongest members of the Alliance are dead.','Commander Dardosh in Wintergrasp Fortress wants you to slay 10 members of the Alliance.','Lok\'tar! Victory for the Horde!','Well, have you completed your mission?','','Alliance members slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,31086,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13179,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'No Mercy for the Merciless','Welcome to the Wintergrasp, $n. Your mission is simple. Defeat ten of the Horde\'s finest. Now, go! Bring victory to the Alliance!','Commander Zanneth in Wintergrasp wants you to slay 10 members of the Horde.','Glorious! Truly, you are among the champions of the Alliance.','Well, have you completed your mission?','','Horde members slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39019,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,5),(13180,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Slay them all!','Welcome to the Wintergrasp, $n. Warlord Garrosh demands one thing: Slay them all!$B$BReturn to me when ten of the strongest members of the Alliance are dead.','Commander Dardosh in Wintergrasp wants you to slay 10 members of the Alliance.','Lok\'tar! Victory for the Horde!','Well, have you completed your mission?','','Alliance members slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,31086,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,5),(13181,11685,4197,0,32842,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Victory in Wintergrasp','Commander Zanneth might be satisfied with a pile of Horde corpses at his feet, but controlling Wintergrasp is of the utmost importance to the Valiance Expedition. Make sure it remains in our control.$B$BHowever, don\'t think we\'ll just let you stand around while your allies do your dirty work for you. If you\'re not at least a second level recruit by the end of the battle, don\'t come back.','Win a Wintergrasp battleground match and return to Tactical Officer Abrahmis in Wintergrasp. You must have participated in the battle to be credited for the victory.','Just what I wanted to hear! A victory in Lake Wintergrasp - even a temporary one - is crucial to our overall strategy against the Horde.','Do you bring word of victory?','Victory in Lake Wintergrasp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13182,10958,4277,0,136,72,74,81,0,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Forget the Eggs!','Throughout Azjol-Nerub, the scourged nerubians carefully nurture eggs that will soon hatch, providing them even greater numbers.$b$bIt would do little good for the caverns to be cleansed of the undead that stain them if these fouled eggs were left to hatch and take their place.$b$bAs you explore the expanse that was once Azjol-Nerub, be sure to clear our ancient home of any scourge eggs you find.','Kilix the Unraveler in the Pit of Narjun wants you to enter Azjol-Nerub and destroy 6 Nerubian Scourge Eggs.','It saddens me to see that things have come to this. If only we could return our great empire to what it once was...','Were you able to rid our home of the scourged eggs?','','Nerubian Scourge Eggs Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-193051,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,44362,44363,44364,44365,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224000,0,0,0,0,0,0,0,0,0,0,249000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13183,11685,4197,0,32842,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Victory in Wintergrasp','While Dardosh might be content with slaying our foes, it is of the utmost importance that we control Wintergrasp Fortress. Do whatever it takes to ensure Wintergrasp is ours.$B$BHowever, don\'t think we\'ll just let you stand around while your allies do your dirty work for you. If you\'re not at least a second level recruit by the end of the battle, don\'t come back.','Win a Wintergrasp battleground match and return to Tactical Officer Kilrath in Wintergrasp. You must have participated in the battle to gain credit for the victory.','It is a truly great thing you have accomplished this day. Be recognized for your sacrifice!','What news do you bring?','Victory in Lake Wintergrasp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,5),(13184,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Outliving Usefulness','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13185,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Stop the Siege','I hears dem! The Alliance come soon. Destroy three Alliance siege devices and come back to Murp.','Lieutenant Murp in Wintergrasp Fortress wants you to destroy 3 Alliance siege machines.','Good job. Murp wish he was there to help.','Have you destroyed their siege vehicles?','','Alliance Siege Devices destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,31093,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13186,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Stop the Siege','It is only a matter of time before this castle is besieged by the forces of the Horde. Destroy three of their siege devices and return to me.','Senior Demolitionist Legoso in Wintergrasp Fortress wants you to destroy 3 Horde siege machines.','Excellent. That should slow down their assault.','There is no time to waste, have you destroyed their siege vehicles?','','Horde Siege Devices destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,31093,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13187,10958,4494,0,136,73,76,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Faceless Ones','In my peoples\' struggle against the forces of the undead, they dug deeper as they lost ground. In desperation, they dug too deep.$b$bWe inadvertently exposed a tendril of the old god\'s will, which was made manifest in the creatures known only as the Faceless.$b$bIn the end, we could not fight on two fronts against such powerful enemies. Our misfortune cost us the war against the undead, and ultimately, our home.$b$bEnter Ahn\'kahet, $c, and cleanse our former home of these Faceless atrocities.','Kilix the Unraveler in the Pit of Narjun wants you to kill Herald Volazj and the three Forgotten Ones that accompany him in Ahn\'Kahet.','You have done well, $c.$b$bMay your deeds renew hope for our people, that someday we may reclaim the city of our ancestors.','Have you overcome the faceless ones, $c?','','Forgotten Ones Destroyed','Herald Volazj Defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,30414,29311,0,0,3,1,0,0,0,0,0,0,0,0,0,0,44350,44351,44352,44353,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248000,0,0,0,0,0,0,0,0,0,0,253800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13188,10958,0,372,128,55,55,0,1101,32,0,0,0,0,0,0,0,0,43440,1,'Where Kings Walk','You are now, and forever will be, a Knight of the Ebon Blade, $N, but know this: you were once a hero of the Alliance.$B$B$B$BThis order must establish allies for itself if it is to survive. You must represent the Knights of the Ebon Blade to the Alliance.$B$BOn the platform, southeast of me, is a portal to Stormwind City. Take this letter, given to me on your behalf by Lord Fordring, and deliver it to King Varian Wrynn. Use the portal.','Deliver the letter to King Varian Wrynn of the Alliance at Stormwind Keep in Stormwind City.','$B$BIndeed old friend... Blood and honor.$B$B$B$BWere it not for this letter from Tirion, you would be a stain upon my floor. Only an endorsement from one of the greatest paladins to ever live could have ensured your survival.$B$BWe... We will work together against the Scourge. Against the Lich King!$B$BGLORY TO THE ALLIANCE!','You have mere moments to live.','','','','','',43440,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',13166,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,4,1,1,15,25,0,0,0,0,25,0,0,7),(13189,10958,0,372,262528,55,55,0,690,32,0,0,0,0,0,0,0,0,43441,1,'Warchief\'s Blessing','You are now, and forever will be, a Knight of the Ebon Blade, $N, but know this: you were once a hero of the Horde.$B$B$B$BThis order must establish allies for itself if it is to survive. You must represent the Knights of the Ebon Blade to the Horde.$B$BOn the platform, southeast of me, is a portal to Orgrimmar. Take this letter, given to me on your behalf by Lord Fordring, and deliver it to Thrall. Use the portal.','Deliver the letter to Thrall, Warchief of the Horde at Orgrimmar.','Eitrigg is alive because of this paladin. He would have been executed had Lord Fordring not broken him out of Stratholme.$b$bTirion Fordring, to have sacrificed everything to save the life of an orc... I have ever only known one other human to make such a sacrifice.$b$b$b$bYou will be in my heart always, Taretha.$b$bYes. For Tirion Fordring and for Eitrigg! We will accept you as a member of the Horde and your order as allies.$b$bBlood and honor! For the Horde!','An interesting turn of events.','','','','','',43441,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',13166,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,4,1,1,15,25,0,0,0,0,25,0,0,7),(13190,10958,4494,0,4232,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'All Things in Good Time','Ahn\'kahet, from whence we came...$b$bOne day, I dream, we shall overcome the death and darkness that hold our ancient home in their grip. To that end, I have a plan to weaken the resolve of our enemies.$b$bTheir precious Watchers must burn!$b$bTake their corpses and place them upon the brazier deep within the city. The scent of their burnt remains will linger in the air, reminding our enemy of their weakness.$b$bBe mindful, $c! Their undead corpses are most fragile and will deteriorate rapidly.','Kilix the Unraveler in the Pit of Narjun wants you to obtain an Ahn\'kahar Watcher\'s Corpse and place it upon the Ahn\'kahet Brazier in Ahn\'kahet.$b$bThis quest can only be completed on Heroic Difficulty.','Ahah!$b$bMay the mocking scent of failure eat at their empty souls!$b$bThank you, $c. Today, you have struck a blow against the unliving.','Were you able to burn a Watcher\'s corpse, $r?','','Ahn\'kahar Watcher Corpse Burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,31105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13191,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Fueling the Demolishers','Lok\'tar, $n! While the battle may be over, we must prepare for the Alliance\'s next assault! Travel to the Cauldron of Flames in south eastern Wintergrasp and retrieve ten eternal embers.$B$BThe embers are mixed in with coal to fuel the Demolishers and Siege Engines. $B$BWe\'ve heard reports of Alliance pigs collecting the embers all day. Slay them and take their embers! If they have already abandoned the area, then be prepared to fight the fire elementals there until you find some!','Siegesmith Stronghoof at Wintergrasp Fortress wants you to retrieve 10 Eternal Embers from Alliance players in the Cauldron of Flames.','Excellent! This will help us defeat the Alliance in the battles to come!','Well? Did you manage to find the embers or did the Alliance beat you to it and leave you crying?','','','','','',43314,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4293.47,1813.27,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13192,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Warding the Walls','Hey \'mon. This place be givin\' me dah heebie jeebies, don\'t cha know?$B$BWay too many spirits haunting dis place. I want ta be placing hoodoo wards up, but I be needin\' some souls, mon. Not any soul though, only da soul of a strong warrior could do da job.$B$BThe Glacial Falls in east Wintergrasp be havin\' dem special properties to extract da soul. Slay the Alliance there, mebbe they be havin\' the stuff we need.$B$BBring back da armor of the slain. If there be no Alliance maybe da elementals got \'em, mon.','Hoodoo Master Fu\'jin at Wintergrasp Fortress wants you to retrieve 10 Enchanted Alliance Breastplates at the Glacial Falls.','Ooh, ya dats da stuff, mon!','Did ya bring da armor, mon?','','','','','',43322,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4876.42,2037.05,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13193,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Bones and Arrows','Why would they set me to the task of arming our archers? I was a poet, not a ranger! Well, no use complaining. $n, I am in need of dragon bone for our arrowheads.$B$BTravel to the Forest of Shadows on the western side of Wintergrasp. Ever since the last skirmish, the Alliance have been scavenging dragon bones in the area. Slay them and take the bones.$B$BIf that fails, you might be lucky and get one from the spirits in the area. I hear they love to impale their living victims on the bones as they die.','Lieutenant Vieron Blazefeather at Wintergrasp Fortress wants you to retrieve 10 Quivers of Dragonbone Arrows from Alliance players in the Forest of Shadows.','Well, I guess its another night of sharpening bones for me. Why didn\'t I stay in Silvemoon City like my brother? ','Back so soon? Drat, I was hoping to catch a moment\'s rest.','','','','','',43323,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4687.53,3835.08,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13194,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Healing with Roses','Between the battles, one might almost believe that there was hope for peace in this land. Sadly, that is not to be our fate.$B$BTravel to the Steppe of Life in southwestern Wintergrasp. I have need of the roses that grow there for salve to treat the wounded.$B$BSadly, the rose has become scarce due to the Alliance harvesting it too rapidly. Slay them on the Steppe of Life and retrieve their herb pouches from the bodies.$B$BIf that fails, perhaps a lasher or two might have one.','Primalist Mulfort wants you to retrieve 10 Alliance Herb Pouches from Alliance players at the Steppe of Life.','Thank you, this will go far to treat our soldier\'s wounds.','Were you able to recover the herbs? The sick and wounded increase by the hour.','','','','','',43324,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4471.39,4059.05,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13195,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'A Rare Herb','My, it is quite chilly up here! Reminds me of the stormy peaks of Kaarinos on Argus. However, with all of this snow and ice, our soldiers can easily catch cold.$B$BHead to the Steppe of Life in southwestern Wintergrasp, and bring me back 10 Horde Herb Pouches. I will grind the herbs into a medicine to protect against the cold.$B$BThe Horde have been seen collecting them from the plant life in the area. Do not hesitate to slay them and retrieve the herbs!$B$BYou may also find one on a lasher in the area.','Anchorite Tessa in Wintergrasp wants you to retrieve 10 Horde Herb Pouches from Horde players in the Steppe of Life.','Excellent! This will help protect our troops against the cold.','I hope you didn\'t pull up any of the lashers by mistake! They gave Private Doane quite a whipping last week.','','','','','',44809,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4471.39,4059.05,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13196,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Bones and Arrows','Dragons are incredible! Well, their bones at least! I\'ve been equipping our archers with arrowheads made of Dragonbone. Unfortunately, since the massacre at Angrathar, it has become almost impossible to get bone from Dragonblight.$B$BHowever, the Forest of Shadows on the western edge of Wintergrasp has enough bones to tide us over.$B$BHead to the Forest of Shadows and bring back any bone splinters you can find!$B$BThe Horde have been seen collecting bone splinters in the area. Slay them!','Bowyer Randolph in Wintergrasp wants you to retrieve 10 Quivers of Dragonbone Arrows from Horde players at the Forest of Shadows.','Excellent! This will help fuel the flames of war for days to come. ','How was the hunting? I\'ve heard rumors the place is haunted, though I never venture out there myself.','','','','','',43323,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4687.53,3835.08,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13197,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Fueling the Demolishers','$n! About time you showed up. While we may have lost the last battle, we should prepare for the next! Travel to the Cauldron of Flames in southeastern Wintergrasp and retrieve several eternal embers.$B$BThe embers are mixed in with coal to fuel the Demolisher and Siege Engines. $B$BOh, and if you happen to see some of the Horde in the Cauldron, don\'t hesitate to slay them and take their embers. We must prevent them from holding the keep!','Siegesmith Stouthandle in Wintergrasp wants you to retrieve 10 Eternal Embers from Horde players at the Cauldron of Flames.','Excellent! This will help fuel the flames of war for days to come. ','Well? Did you manage to find the embers or did the Horde beat you to it and leave you crying?','','','','','',43314,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4293.47,1813.27,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,11,0,0,0,100,0,0,0,0,0,0,5),(13198,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Warding the Warriors','$n, good to see you. We must prepare for our next assault on the fortress. My research indicates that the armor of soldiers recently slain in the Glacial Falls becomes imbued with an incredible amount of energy. The Horde has been collecting armor in the area.$B$BHead to the Glacial Falls and slay any of the Horde you find there. Return their imbued armor to me.$B$BIf you cannot find any of the Horde, you might find the armor of an adventurer slain by the elementals.','Sorceress Kaylana in Wintergrasp wants you to retrieve 10 sets of Imbued Horde Armor at the Glacial Falls.','Augh. It\'s still dripping. Couldn\'t you have at least dried it off first?','So, did you find the armor?','','','','','',44808,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4876.42,2037.05,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,100,0,0,0,6,0,0,5),(13199,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Bones and Arrows','Why would they set me to the task of arming our archers? I was a poet, not a ranger! Well, no use complaining. $n, I am in need of dragon bone for our arrowheads.$B$BTravel to the Forest of Shadows on the western side of Wintergrasp. Ever since the last skirmish, the Alliance have been scavenging dragon bones in the area. Slay them and take the bones.$B$BIf that fails, you might be lucky and get one from the spirits in the area. I hear they love to impale their living victims on the bones as they die.','Lieutenant Vieron Blazefeather in Wintergrasp wants you to retrieve 10 Quivers of Dragonbone Arrows from Alliance players at the Forest of Shadows.','Well, I guess its another night of sharpening bones for me. Why didn\'t I stay in Silvemoon City like my brother? ','Back so soon? Drat, I was hoping to catch a moment\'s rest.','','','','','',43323,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4687.53,3835.08,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13200,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Fueling the Demolishers','Lok\'tar, $n! While the battle may have subsided, we must prepare to retake the fortress! Travel to the Cauldron of Flames in south eastern Wintergrasp and retrieve ten eternal embers.$B$BThe embers are mixed in with coal to fuel the Demolishers and Siege Engines. $B$BWe\'ve heard reports of Alliance pigs collecting the embers all day. Slay them and take their embers! If they have already abandoned the area, then be prepared to fight the fire elementals there until you find some!','Siegesmith Stronghoof in Wintergrasp wants you to retrieve 10 Eternal Embers from Alliance players at the Cauldron of Flames.','Excellent! That should put a dent in their war machines!','Well? Did you manage to find the embers or did the Alliance beat you to it and leave you crying?','','','','','',43314,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4293.47,1813.27,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13201,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Healing with Roses','So many of our braves were lost during the battle, but even more shall die if left untreated. $B$BTravel to the Steppe of Life in southwestern Wintergrasp. I have need of the roses that grow there for salve to treat the wounded.$B$BSadly, the rose has become scarce due to the Alliance harvesting it too rapidly. Slay them on the Steppe of Life and retrieve their herb pouches from the bodies.$B$BIf that fails, perhaps a lasher or two might be in bloom.','Primalist Mulfort in Wintergrasp wants you to retrieve 10 Alliance Herb Pouches from Alliance players at the Steppe of Life.','Thank you, this will go far to treat our soldier\'s wounds.','Were you able to recover the herbs? The sick and wounded increase by the hour.','','','','','',43324,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4471.39,4059.05,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13202,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Jinxing the Walls','Hey \'mon. See dem Alliance sitting comfy in their keep?$B$BI think they be a bit too comfy, ya? I want ta be jinxing the place, but I be needin\' some souls, mon. Not any soul though, only da soul of a strong warrior could do da job.$B$BThe Glacial Falls in east Wintergrasp be havin\' dem special properties to extract da soul. Slay the Alliance there, they be havin\' the stuff we need.$B$BBring back da armor of the slain. If there be no Alliance maybe da elementals got \'em, mon.','Hoodoo Master Fu\'jin in Wintergrasp wants you to retrieve 10 Enchanted Alliance Breastplates from Alliance players at the Glacial Falls.','Ooh, ya dats da stuff, mon!','Did ya bring da armor, mon?','','','','','',43322,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,4876.42,2037.05,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,100,0,0,0,6,0,0,5),(13203,10958,1001,22,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Winter Veil Gift','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43504,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',11528,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13204,10958,4494,0,136,73,76,81,0,0,0,0,0,0,0,0,0,0,0,0,'Funky Fungi','A misshapen piece of mushroom-like fungus falls from a particularly smelly, ooze-covered patch of the cave beast\'s flesh. Examining it, you are violently repulsed by its overwhelming stench.$b$bYou wonder to yourself if this is the kind of thing that the nerubians might find appetizing. Placing the sticky organism in your pack, you determine to find out...','You are to collect 6 Grotesque Fungus from Savage Cave Beasts in Ahn\'kahet and deliver them to Kilix the Unraveler in The Pit of Narjun.','Do you have any idea what you\'ve been carrying around, $c?$b$bThe cave beasts you\'ve been harvesting have no traditional method of excreting their waste. You might want to wash your hands...$b$bThank you for the thought, but if you come across any more of these please keep them for yourself.','What in creation are these?!','','','','','',43511,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13205,10958,206,0,136,68,71,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Disarmament','Take it from me, $g lad:lass;, them vrykul weapons be downright nasty!$b$bI\'ve felt their edge personally, and there be somethin\' unnatural about \'em. Deceptively well-balanced, wickedly sharp - just plain deadly.$b$bGet into their stronghold and if nuthin\' else, pilfer some o\' them weapons! Mebbe we can learn us a thing \'er two about \'em, mebbe not.$b$bBottom line - the fewer axes they be swingin\' around, the better.','Defender Mordun wants you to enter Utgarde Keep and steal 5 Vrykul Weapons','$b$bWill ya just look at \'em? Incredible.$b$bI half expected these neanderthals to be swingin\' around clubs and throwin\' rock.$b$bNo such luck...','You pinch a load a\' them vrykul axes?','','','','','',43513,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44374,44375,44376,44377,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,396,5,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13206,10958,206,0,136,68,71,81,690,0,0,0,0,0,0,0,0,0,0,0,'Disarmament','We must discover the secret to these savages\' weapons!$b$bIf you\'d have seen how easily they cut through my companions, you\'d understand my sense of urgency. Just have a look at their forge if you doubt my words.$b$bScour the place. Gather all of their arms that you can carry and bring them to Anselm for his inspection.$b$bDo not fail us, $c. Every weapon you are able to bring out of this place is one less that we must face in the field.','Dark Ranger Marrah wants you to steal 5 Vrykul Weapons from Utgarde Keep and bring them to High Executor Anselm in Vengeance Landing.','Marrah has informed us of the superiority of the Vrykul\'s weaponry. We\'ll have a look at these and see if there\'s anything to learn.$b$bTake this for your trouble, $c.','What have you got there, $c?','','','','','',43513,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44400,44401,44403,44402,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13207,10958,4264,0,136,76,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'Halls of Stone','Well now, I\'m surprised to see other adventurers in a place such as this! It so happens that I could use a bit o\' company for what lies ahead.$b$bIf my research on these halls is accurate, there be monumental discoveries to be made here!$b$bAssumin\' I can count on ya to watch my back, you\'re welcome to tag along. So, what\'dya say, $c? Care ta join me?','Brann Bronzebeard wants you to accompany him as he uncovers the secrets that lie in the Halls of Stone.','Always more questions than answers, eh, $g lad:lass;?\n','Well, now, it turned out ta be a good thing we ran into each other after all.','','Brann\'s Exploration complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,27978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44370,44371,44372,44373,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272000,0,0,0,0,0,0,0,0,0,0,259200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,396,6,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,8),(13210,9056,0,284,1024,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blizzard Account: - DEM - E - FLAG','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13211,10958,210,0,0,77,80,0,0,0,0,0,0,0,0,0,0,0,43524,1,'By Fire Be Purged','The Scourge uses our own fallen against us, by raising them as ghouls or skeletons, or by dismembering their corpses and using the parts to make abominations. This must stop!$B$BThe dead are heroes who fell in defense of all the living, and they cannot be confined to so grisly a fate. Moreover, we cannot afford to face them again on the field, used as weapons against us. Take this torch with you to the Fleshwerks, and burn any of the corpses you find in the Sanctum of Reanimation or the abomination lab.','Crusader Olakin Sainrith at Blackwatch wants you to burn 7 Festering Corpses using Olakin\'s Torch.','$b$bIt is not the burial they deserved, but it is better than nothing, and better for those who yet live. Thank you, $n.','Have you disposed of the corpses of the Scourge\'s victims?','','Festering Corpse burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,31130,0,0,0,7,0,0,0,58641,0,0,0,0,0,0,0,43880,43893,43900,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13138,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13212,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13220,0,0,'He\'s Gone to Pieces','With the abduction of Crusader Olakin, the Argent Crusade\'s forces will have no commander in the final assault on the Fleshwerks. While one crusader is the same as any other to me, the argents won\'t see it that way.$B$BI hate to see us waste time chasing after this, but I have no choice. Our gallant crusader has likely been dismembered by now, and his remains used to construct abominations. Go down into the Fleshwerks, kill the corpulent horrors fighting our forces, and recover Olakin\'s body parts.','Recover Olakin\'s Torso, Olakin\'s Legs, Olakin\'s Left Arm, and Olakin\'s Right Arm and bring them to Darkrider Arly at Blackwatch.','Well, I suppose it\'s good that we\'ve \"recovered\" the crusader, though I doubt his comrades had this in mind. Let\'s see what we can do to get him back on his feet so we can get this charade over with and complete our mission here.','Have you recovered the, uh, remains of Crusader Olakin?','','','','','',43526,43527,43528,43529,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13144,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13213,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas','I see and hear many things, $N, and something very important has happened since your defeat of Overthane Balargarde: you are wanted for battle in Valhalas!$B$BYou will find the battle pit to the north. Go now with your friends and speak with Geirrvif the val\'kyr. The challengers that she will offer you within Valhalas are sure to require their help.$B$BGood luck.','Speak with Geirrvif in Valhalas.','You have bested our finest warriors. Your name is renowned, $N.$B$BPerhaps you think that this concerns me: it does not. If they can fall to you then they are not worthy and should be nothing but lowly vargul!$B$BBut perhaps I can give you and your friends different sport. Valhalas is also a place for combat of all types with many different kinds of foes.$B$BSpeak to me again when you and your friends are ready to proceed. We shall see if you are truly worthy.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,8216.26,3516.1,1,13200,0,0,0,0,'',13142,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13214,10958,210,0,130,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: Fallen Heroes','If you believe yourself ready to begin then I have just the match for you to cut your teeth on.$B$BAnother group of outsiders thought themselves prepared for the rigors of Valhalas. They had much hubris, but in the end they fell like all of the others.$B$BIf you think yourselves so different -- if you think that you have the skill and experience to fight here amongst such storied warriors -- then please accept the challenge.','Geirrvif at Valhalas has challenged you to, in a single combat, defeat all six of the fallen heroes: Eldreth, Geness Half-Soul, Jhadras, Masud, Rith, and Talla.$B$BShould you succeed, speak with Gjonner the Merciless overlooking the southern lip of Valhalas.','New blood.$B$B$B$BYou all think that you have what it takes to fight here.$B$BYou are nothing before the might of the vrykul and the Scourge!$B$BStill, you did manage to defeat six incompetent corpses, so you must have some skill in you. Not likely enough for the next challenge though.','','Fallen Heroes Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13213,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,2000,0,0,0,0,0,7),(13215,10958,210,0,130,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: Khit\'rix the Dark Master','A variety of beings travel the world to prove themselves within Valhalas. Some even come from under the world.$B$BKhit\'rix the Dark Master is one such.$B$BHailing from deep within the ground where insanity reigns, Khit\'rix has asked for someone exotic to face in the ring. You will do.$B$BDare you face this Nerubian nightmare, $r?','Geirrvif at Valhalas has challenged you to defeat Khit\'rix the Dark Master.$B$BShould you succeed, speak with Gjonner the Merciless overlooking the southern lip of Valhalas.','You want me to be impressed by the fact that you and your friends were able to bring down a lone Nerubian priest?$B$BGet out of my sight before I summon my ghouls upon you!','','Khit\'rix the Dark Master Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13214,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,2,6,25,0,0,0,0,0,0,0,0,0,7),(13216,10958,210,0,130,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: The Return of Sigrid Iceborn','An old foe of yours has returned: Sigrid Iceborn. Perhaps you remember besting her in a duel upon the Savage Ledge?$B$BNo matter, she certainly remembers you. She\'s insisting upon a chance to prove herself once more.$B$BPersonally, I think it\'s more a chance for revenge, but that too can be useful in this place.$B$BI leave it up to you, $N. Will you face Sigrid Iceborn once more?','Geirrvif at Valhalas has challenged you to defeat Sigrid Iceborn.$B$BShould you succeed, speak with Gjonner the Merciless overlooking the southern lip of Valhalas.','The defeat of one of the hyldnir is mildly impressive, $r, but you did have the help of your friends.$B$BYou\'re lucky that her drake didn\'t get involved.','','Sigrid Iceborn Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33447,33448,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13215,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13217,10958,210,0,130,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: Carnage!','You\'ve been successful up to this point, $N, but what you must face to continue to battle within Valhalas is a gigantic horror beyond imagining.$B$BI must warn you to turn away now. Carnage is a mountain of flesh constructed by the Lich King\'s most fiendish minds.$B$BI do not see how you and your friends will defeat it. However, the choice is yours.','Geirrvif at Valhalas has challenged you to defeat Carnage.$B$BShould you succeed, speak with Gjonner the Merciless overlooking the southern lip of Valhalas.','I\'m starting to respect your prowess in the ring, $N. Now I really don\'t like you.$B$BI would much rather have preferred to see you and your friends stuck to the bottom of that flesh giant\'s foot!','','Carnage Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13216,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,7),(13218,10958,210,0,130,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: Thane Deathblow','Your skills have not gone unnoticed by the vrykul of Jotunheim, $N. Thane Banahogg has taken a personal interest in you and has insisted that he be your next match.$B$BIf you thought Carnage was bad, then you might want to go home now. Thane Banahogg\'s nickname is The Deathblow. I think you can guess how he earned it.$B$BDo you accept the thane\'s challenge?','Geirrvif at Valhalas has challenged you to defeat Thane Banahogg, the Deathblow.$B$BShould you succeed, speak with Gjonner the Merciless overlooking the southern lip of Valhalas.','I don\'t know what trickery it was that you used to bring down the thane -- I couldn\'t see it from this angle -- but I can assure you that you will not survive your next match.$B$BYes, I know who it is. Run, little $r. Flee to the far corners of the world.$B$BOr stay and die. It matters little to me.','','Thane Banahogg Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13217,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,2,1,11,0,0,0,0,0,0,0,0,0,7),(13219,10958,210,0,130,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: Final Challenge','I\'m afraid that your success is going to be your undoing, $N.$B$B$B$BWord of your success in Valhalas has reached deep into Icecrown Citadel, stirring one whom you have no desire to meet.$B$BPrince Sandoval himself is on his way at this very moment. Gjonner warned you that you should run and I cannot disagree.$B$BWhat will you do? He\'s on his way. Will you face the blood prince in final battle?','Geirrvif at Valhalas has challenged you to defeat Prince Sandoval.$B$BShould you succeed, speak with Gjonner the Merciless overlooking the southern lip of Valhalas.','Your defeat of Prince Sandoval sickens me. An unwashed peasant such as yourself should have willingly given over $g his : her; life simply for the chance to meet him and kneel at his feet.$B$BYou\'ve earned your damned reward. Be quick about your choosing.','','Prince Sandoval Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44382,44383,44384,44385,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13218,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,2,1,15,0,0,0,0,0,0,0,0,0,7),(13220,10958,210,0,128,77,80,0,0,0,0,0,0,0,0,0,0,13235,43564,1,'Putting Olakin Back Together Again','We can\'t afford to waste any time putting Olakin back together. Fortunately, the Scourge has provided a perfect place for you to stitch him back together.$B$BNear the Fleshwerks\' flesh giant lab is the Sanctum of Reanimation. Search the area for a spool of thread and the doctor\'s cleaver. Then, take Olakin\'s remains to the large slab in the middle of the sanctum and get to work.','Obtain a Spool of Thread and the Doctor\'s Cleaver, then take them to the Sanctum of Reanimation Slab and use Olakin\'s remains to attempt to reanimate the crusader. Return to Darkrider Arly at Blackwatch when this task is complete.','Olakin should consider himself fortunate. No one is rescued from the Scourge, no one. No amount of thread and heroism will save him a second time. I\'ll make certain he remembers it.','Have you put our brave crusader back together?','','Crusader Olakin Sainrith revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,31235,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13212,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13221,10958,210,0,130,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'I\'m Not Dead Yet!','The Light smiles upon me. I have not yet died in this living nightmare, but the Scourge will kill me and tear my body apart for use in their \'work\' here if I cannot escape.$B$BI cannot make it on my own, my child, but with your help, I may yet live to fight the Scourge again.$B$BWill you help me make my escape before the Scourge\'s butchers come to finish me off?','Escort Father Kamaros to safety and then report to Absalan the Pious aboard the Skybreaker.','Thank the Light. I\'d thought Father Kamaros dead, or worse. Through your bravery and compassion, you have restored a great ally to the Argent Crusade. You have my thanks and those of the crusade.','','Escort Father Kamaros to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13222,11685,4197,0,32968,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Defend the Siege','Front and center, $n! We\'re beginning our assault on Wintergrasp Fortress. Those Horde animals think they can hide cowardly behind their walls? Well, I think not! We\'ll show them the power of Gnomish technology and smash their walls to bits!$B$BHowever, even the most powerful siege device is helpless without a crew. Pilot or protect one of our siege vehicles as it destroys three of the Horde structures.','Senior Demolitionist Legoso in Wintergrasp wants you to pilot or protect a siege device as it destroys three structures.$B$BPlayers of private rank or higher can build siege devices at Goblin Workshops.','That should show them the power of Gnomish invention!','There is no time to waste, have you destroyed the Fortress?','','Siege Vehicles Defended','','','',0,0,0,0,0,0,0,0,0,0,0,0,31284,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,5),(13223,11685,4197,0,32968,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Defend the Siege','Dem Alliance won\'t be long to hold that keep. Murp would smash walls, but Murp has to stay in camp. Murp wish he could smash Alliance who want to hurt Horde demolishers.$B$BYou, $n! You go in Murp\'s place. Protect 3 siege vehicles while they smash Alliance buildings. Alliance not expect you to defend demolisher. Show Alliance how smart Murp is! ','Lieutenant Murp in Wintergrasp wants you to defend or pilot a siege vehicle while they destroy three Alliance structures.$B$BSiege devices can be built by ranked Horde players at the Goblin Workshops.','Good job. Murp wish he was there to help.','You protect da siege machines?','','Horde Siege Vehicles Defended','','','',0,0,0,0,0,0,0,0,0,0,0,0,31284,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,5),(13224,10958,210,0,136,77,79,0,690,0,0,0,0,0,0,0,0,0,0,0,'Orgrim\'s Hammer','The Argent Crusade pulled my ravaged body from the Broken Front. What a glorious battle, $r. My axe sang as it cut down Alliance filth and Scourge alike.$B$BMy time is over. It will be a good death. Carry a message for me, soldier.$B$BOur base flies out of reach of Scourge - overhead between Mord\'rethar and Aldur\'thar. It is called \"Orgrim\'s Hammer.\"$B$B$B$BFly high and avoid the Alliance juggernaut, Skybreaker. Tell Korm... tell him I died... fighting... For the Horde.','Seek out Sky-Reaver Korm Blackscar aboard Orgrim\'s Hammer flying above Icecrown.','$b$bDamn the Scourge and damn the Alliance! Hork was one of our best. We will have our revenge. For Hellscream and for the Horde!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',13157,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13225,10958,210,0,136,77,79,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Skybreaker','We were neck deep in Scourge and Horde. The screams of the dying covered that field. It was torturous... unrelenting!$B$BAt some point my body gave out. I fell, only to be awoken by the Argent Crusade. They pulled me out of the Broken Front and brought me here. I\'m not going to make it. Grant a dying soldier one last wish, $r? Our base, the Skybreaker, flies high above Icecrown. It is there that you\'ll find my commanding officer, High Captain Bartlett. Tell him that I died a soldier of the Alliance.','Seek out High Captain Justin Bartlett aboard the Skybreaker flying above Icecrown.','$b$bHe was a damn fine soldier. Damn the Horde and damn the Scourge!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',13157,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13226,11403,210,0,136,77,78,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Judgment Day Comes!','We cannot defeat the Lich King on our own. Divided we shall all fall!$B$BI implore you to answer the call, $g brother:sister;. The Argent Crusade accepts all who would volunteer to aid in the war effort. Highlord Tirion Fordring himself awaits you at the Argent Vanguard! Get upon your mount and fly to the southeastern reaches of Icecrown. It is there that you will find Lord Fordring and the soldiers of the Argent Crusade.$B$BGo now, $c, for judgment day comes!','Report to Highlord Tirion Fordring at the Argent Vanguard in Icecrown.','My faithful knights have served me well. It seems that their recruitment efforts have yielded a hero!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,1,1,5,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,2),(13227,10958,210,0,136,77,78,0,690,0,0,0,0,0,0,0,0,0,0,0,'Judgment Day Comes!','We cannot defeat the Lich King on our own. Divided we shall all fall!$B$BI implore you answer the call, $g brother:sister;. The Argent Crusade accepts all that would volunteer to aid in the war effort. Highlord Tirion Fordring himself awaits you at the Argent Vanguard! Get upon your mount and fly to the southeastern reaches of Icecrown. It is there that you will find Lord Fordring and the soldiers of the Argent Crusade.$B$BGo now, $c, for judgment day comes!','Report to Highlord Tirion Fordring at the Argent Vanguard in Icecrown.','My faithful knights have served me well. It seems that their recruitment efforts have yielded a hero!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13228,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Broken Front','What battle?! Those troops were on a recon mission!$b$bAnd what\'s this talk of Alliance - you\'re sure he said Alliance?$b$bListen to me, $n! I need to know what\'s going on and I need to know NOW!$b$bGet yourself down there and get me some answers! Scour the battlefield and look for survivors - clues - anything!','Korm Blackscar on Orgrim\'s Hammer wants you to go to The Broken Front and question a Dying Berserker to discover what happened there.','They saw the Alliance assaulting the gate and they attacked them from behind...$b$b$b$bTHAT is what it means to be HORDE!$b$bWere it not for them, the Alliance maggots would likely be holding that gate!$b$bTheir boldness has bought us precious time.','Well, $N?$B$BHave you got new information for me?','','Dying Berserker Questioned','','','',0,0,0,0,0,0,0,0,0,0,0,0,31272,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13224,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13229,10958,210,0,130,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'I\'m Not Dead Yet!','The Light smiles upon me. I have not yet died in this living nightmare, but the Scourge will kill me and tear my body apart for use in their \'work\' here if I cannot escape.$B$BI cannot make it on my own, $c, but with your help, I may yet live to fight the Scourge again.$B$BWill you help me make my escape before the Scourge\'s butchers come to finish me off?','Escort Father Kamaros to safety and then report to Brother Keltan aboard Orgrim\'s Hammer.','You have done well. We thought Father Kamaros lost, for certain. Your bravery will serve as an example to all those who oppose the Scourge.','','Escort Father Kamaros to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13230,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Avenge Me!','I hear them, $g brother:sister;....$b$bThe moans of the wounded Alliance... they taunt me...$b$bFinish what we have begun here, $c. Show no mercy... let none of them survive.$b$bFor... the Horde...','A Dying Berserker has asked that you slay 5 Dying Soldiers at the Broken Front. Report to Sky-Reaver Korm Blackscar on Orgrim\'s Hammer when it is done.','The time of tolerance for the Alliance has passed, $n.$b$bThey have earned our hatred! They shall live in fear of the Horde until they no longer pollute our world!','What is it, $c?','','Dying Alliance Soldiers Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,31304,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13228,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13231,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Broken Front','What?! Noooo!$b$bWe went to such great pains to keep this attack secret. How could the Horde have known? The resources... the men... all lost? Inconceivable!$b$bOur plans here in Icecrown hinged upon our taking that gate before the Horde could. We must recover quickly and prepare to mount another offensive.$b$bVisit the battlefield and search for any survivors. See if there\'s anything to be learned from this tragedy.$b$bAnd prepare yourself, $n, for a war - on two fronts...','High Captain Justin Bartlett aboard the Skybreaker wants you to go to the Broken Front and question a Dying Soldier, then report back to him.','So... It was a rout - a total loss. This shall not be forgotten.$b$bMark my words, $c. The Horde shall pay for this... there will be no mercy!','Well, $N?$B$BWhat have you learned?','','Dying Soldier Questioned','','','',0,0,0,0,0,0,0,0,0,0,0,0,31312,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13225,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13232,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Finish Me!','They taunt us - even as they lie dying here...$b$bPlease, $g brother:miss;... Don\'t allow their mocking to be the last sounds I hear...$b$bFinish me... deliver me from this torment... into... the Light.$b$bSeek out my companions... offer them the same mercy.$b$bLeave nothing for the Scourge to raise!$b$bI beg you...','A Dying Soldier in the Broken Front wants you to kill 5 Dying Soldiers and report to High Captain Justin Bartlett on the Skybreaker.','That was a difficult thing you did, $c. But it was the right thing.$b$bDon\'t allow the memory of your actions to haunt you. Harness that sorrow and pain you feel! Direct it at those who caused it.$b$bThe Horde must pay!','What is it, $c?','','Dying Soldiers Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,31312,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13233,10958,210,0,12424,77,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'No Mercy!','It is as I told you. They were not merely idle words spoken in a fit of anger.$b$bTime and again, the Horde have demonstrated their disdain for everything we hold dear and holy. They must pay with their lives for their transgressions against the light.$b$bAll of them.$b$bJust imagine a world free of their stain, $n. Envision the joy our children will know. Think of the reverence your descendants will have for your memory, knowing they owe their happiness to you.$b$bNow go, and make that vision a reality!','High Captain Justin Bartlett aboard the Skybreaker wants you to kill 15 Horde Players in Icecrown.','Well done, $n!$b$bHunt them down and make them pay!','I trust that you have stained the snow with the blood of our enemies, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13231,0,0,0,'',0,0,0,0,0,0,0,0,2,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13234,10958,210,0,4232,77,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Make Them Pay!','The time has come!$b$bToo long have we suffered the company of the self-righteous Alliance! Too long have we stayed our hand from cleansing our world of the weak and the desperate.$b$bNow, we bring an end to our humiliation! Now, we show them the true meaning of fear! Now, we bring honor to the Horde!$b$bHere, at Icecrown, we break the Alliance!$b$bGo, $c. Hunt them down. Break them. Take their will to live!','Sky-Reaver Korm Blackscar wants you to kill 15 Alliance Players in Icecrown.','You have done well, $c.$b$bSoon, the Alliance shall run from you in fear and the Horde shall honor your name!','Have you brought suffering to the Alliance, $c?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13228,0,0,0,'',0,0,0,0,0,0,0,0,2,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13235,10958,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Flesh Giant Champion','You\'ve done well in destroying the Fleshwerks and slaughtering the Lich King\'s servants. Now, all that remains is to defeat the Fleshwerks\' greatest accomplishment -- the flesh giant known as Morbidus.$B$BIt will not be an easy fight, but the Shadow Vault has dispatched Margrave Dhakar with some reinforcements. Meet up with him at the highest point at the western end of the Fleshwerks. Tell him when you\'re ready to begin the attack and he\'ll order his forces into battle.','Speak with Margrave Dhakar at the western end of the Fleshworks to engage Morbidus. After you have defeated Morbidus, report to Darkrider Arly at Blackwatch.','With the Lich King\'s flesh giant champion defeated, he must know that the rest of his forces are vulnerable as well. With you by our side, we will teach the Lich King the meaning of fear once more.','Have you finished off the Lich King\'s prized flesh giant?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30698,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44378,44379,44380,44381,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13220,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13236,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13348,0,0,'Army of the Damned','You probably think you\'re quite strong -- fighting these undead and crushing their bones beneath your war machines.$B$BThat is nothing compared to the strength it took to create them.$B$BI saw the prince do it himself. I can show you how it happened... if you\'d like.','Matthias Lehner at the First Legion Forward Camp wants you to raise an army of 100 Ghoulish Minions.','The prince\'s true power wasn\'t his ability to make armies out of corpses... that was easy$b$bBut killing his own men, with whom he\'d shared many battles... the prince\'s true power was his ability to do what had to be done.','Did you see, $N?','','Ghoulish Minion Raised','','','',0,0,0,0,0,0,0,0,0,0,0,0,31329,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13305,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13237,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Poke and Prod','While your commander has his focus diluted by his loathing of your Alliance rivals, you can depend on me to direct my attention squarely on the real enemy here - the Lich King and his minions.$b$bIn order to hold any hope of conquering him at the citadel, your people must take and hold each gate.$b$bFor now, let us focus on the first. Return to the front and prod their defenses. Look for any sign of weakness that we might exploit.$b$bI\'ll await your report, $c.','Koltira Deathweaver aboard Orgrim\'s Hammer wants you to go the Broken Front and defeat 5 Hulking Abominations, 5 Malefic Necromancers, and 5 Shadow Adepts.','Really, $c?$b$bNothing notable to report?$b$b$b$bI beg to differ...','Well, $r?$B$BWhat have you learned?','','Hulking Abominations Slain','Malefic Necromancers Slain','Shadow Adepts Slain','',0,0,0,0,0,0,0,0,0,0,0,0,31140,31155,31145,0,5,5,5,0,0,0,0,0,0,0,0,0,43903,43889,43884,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13260,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13238,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13239,0,0,'Good For Something?','Goblins! Hyper little busy-bodies...$b$bListen, $n. Copperclaw, our resident engineer, is insisting that he\'s got something useful to show me.$b$bI\'m in no mood to endure his squeaky nagging. The last time I acknowledged him, he chirped on for an hour straight. It was all I could do to keep from drop-kicking him into Sindragosa\'s Fall!$b$bYou go in my place and humor him. Let me know if indeed he\'s on to anything.','Sky-Reaver Korm Blackscar wants you to speak with Chief Engineer Copperclaw aboard Orgrim\'s Hammer.','Too busy? Phooey! This baby flies herself!$b$bNevermind that. You\'ll do...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13228,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13239,10958,210,0,128,77,80,0,690,0,0,0,0,0,0,0,0,0,43608,1,'Volatility','Where to begin... well, you must know that as chief engineer of this vessel I have access to all of the intelligence reports - yes, yes, it\'s true, and I\'ve recently taken a particular interest in the frostwyrms you reported seeing to the south, and I do believe I\'ve developed a plan that just might work against them... now it\'ll take a little legwork on your part, but essentially, you build a dummy out of armor and coat it with a splash of this solution, then run for cover!$b$b...You still here, $r?','Chief Engineer Copperclaw wants you to use Copperclaw\'s Volatile Oil at the Broken Front to attract 3 Frostbrood Skytalons.$b$bTo use the oil, you must collect a Pile of Bones, an Abandoned Helm, and Abandoned Armor from the battlefield there.','Wahooo! I saw them light up all the way from here! I\'ll just chalk that up as another success and begin bottling this stuff up for the invasion - of course it might need a little more testing as we go if you\'re at all interested....','You toast them wyrms, $c?','','Field Tests Conducted','','','',0,0,0,0,0,0,0,0,0,0,0,0,31364,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,38736,39035,39065,39100,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13238,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13240,10958,4228,0,20616,78,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Timear Foresees Centrifuge Constructs in your Future!','It is into the Oculus floating above Coldarra that you must travel, $N.$B$BI have foreseen a situation in which you must destroy the centrifuge constructs therein. I can assure you that if you do not first eliminate these magical creations, you and your friends will fail.$B$BThus I have seen, thus you must do.','Archmage Timear in Dalaran has foreseen that you must destroy 10 Centrifuge Constructs.','$b$bI know. You destroyed the constructs as I foresaw and were then able to go on to fight Varos Cloudstrider.$b$bExcellently done, $n!','I sense that you have yet to destroy all of the constructs.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,27641,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,43950,44711,44713,44710,49702,0,1,1,1,1,1,0,47241,0,0,0,1,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'13241 13243 13244',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,25,0,0,0,0,0,0,1,273,0,0,0,2000,0,0,0,0,1,0,7),(13241,10958,1196,0,20616,78,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Timear Foresees Ymirjar Berserkers in your Future!','King Ymiron\'s champions stand between you and victory in the not-too-distant future.$B$BYou will travel to the fortress known as Utgarde Pinnacle nestled deep within the woods of the Howling Fjord. I cannot stress how important it is that you and your traveling companions deal with the Ymirjar berserkers therein.$B$BFailure to do so may very well doom you, $N!','Archmage Timear in Dalaran wants you to slay 7 Ymirjar Berserkers.','Outstanding work, $n.$b$bWithout having done so, the surviving berserkers would surely have swarmed you during your fight with the king.','$B$BThe berserkers have not yet been slain. Heed my warning, $N. You must do this thing!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26696,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,43950,44711,44713,44710,49702,0,1,1,1,1,1,0,47241,0,0,0,1,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'13240 13243 13244',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,25,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,7),(13242,10958,65,0,128,71,74,0,690,0,0,0,0,0,0,0,0,13257,0,0,'Darkness Stirs','Darkness stirs, $N. A tragic event has transpired that none but the Timeless One could have foreseen. Soon your people will be gripped by anger and hatred. War is on the horizon.$B$BThe red dragonflight has done all that it can. What happens next is in the hands of the mortal races of Azeroth.$B$BRegrettably, your journey begins with anguish. A father has lost a child today. You must bear the grim news. Gather the armaments of Saurfang and return them to the elder Saurfang. \n','Gather Saurfang\'s Battle Armor from the field of battle and return it to High Overlord Saurfang at Warsong Hold in Borean Tundra.','$b$bLike Brox, my son died a hero. Do not mourn him, $n. For an orc, there could be no better end! No greater honor! At this moment, my heart swells with pride.$b$bI thank you for returning our battle armor. It will be placed upon his pyre at the Ancestral Grounds of Nagrand.$b$bWe must turn our full attention to more pressing matters.','$b$bMy heart... my strength...','','','','','',43615,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186900,0,0,0,0,'',12500,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13243,10958,4100,0,20616,78,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Timear Foresees Infinite Agents in your Future!','The timeline is in danger from the Infinite dragonflight. Without your intervention, all of time will unravel!$B$BYou must travel to a point in time known as the Culling of Stratholme within the Caverns of Time.$B$BIt gives me a migraine just to attempt to see into all of the possible pasts, but I do know that it is crucial for you to kill the Infinite agents.$B$BOnly by slaying them will the true past be preserved and the present and future kept from being undone forever!','Archmage Timear in Dalaran has foreseen that you must slay 4 Infinite Agents.','We are saved for now. Thank you.$b$bUnfortunately due to the nature of their interference, the Infinite\'s will have almost unlimited opportunity to do so again.$b$bWhat I can discern is that in the future, you are at the heart of the struggle to stop them, $n!','Time is always a precious resource, but even more so in this case, $N. Please deal with the Infinite agents before it is too late!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,27744,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,43950,44711,44713,44710,49702,0,1,1,1,1,1,0,47241,0,0,0,1,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'13240 13241 13244',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,5,25,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,7),(13244,10958,4272,0,20616,78,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Timear Foresees Titanium Vanguards in your Future!','The entirety of Azeroth is in peril. The mad god Loken has it within his power to put an end to everything!$B$BWithin the Terrestrial Watchtower at the Halls of Lightning, the titanium vanguards stand poised to execute Loken\'s dread will upon countless unknowing victims.$B$BI have looked into the future, $N. You are the one to see that this does not come to pass!','Archmage Timear in Dalaran has foreseen that you must slay 7 Titanium Vanguards.','We are all in your debt, $n.$b$bIf I am certain of anything, it is that you have not failed us, nor will you in the future!','Even I cannot discern why it is that we are standing here speaking when you have yet to eliminate the threat of the titanium vanguards.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,28838,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,43950,44711,44713,44710,49702,0,1,1,1,1,1,0,47241,0,0,0,1,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'13240 13241 13243',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,5,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,7),(13245,10958,206,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Ingvar the Plunderer','I need you to assemble a group and lead them into Utgarde Keep. Therein, you are to find and slay Ingvar the Plunderer before he can lead his vrykul forces to sack the nearby Alliance and Horde towns.$B$BI require his axe as proof that he has been dealt with. It\'s not that I don\'t trust you. It\'s simply prudent to be certain that the deed has been done.','Archmage Lan\'dalock in Dalaran wants you to return with the Axe of the Plunderer.$B$BThis quest may only be completed on Heroic difficulty.','Very well. Just put the axe down over by the wall.$b$bI\'m sure that Valgarde and Vengeance Landing will rest easier tonight knowing that you have dealt with that savage.','You have the axe? Ingvar is dead?','','','','','',43662,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13246 13247 13248 13249 13250 13251 13252 13253 13254 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,25,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,8),(13246,10958,4265,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Keristrasza','Are you familiar with the story of Keristrasza?$B$BHow she was instrumental in the slaying of Saragosa, the mate of Malygos? How, in turn, he took Keristrasza as his consort, freezing her within a block of ice?$B$BWe have become aware that Malygos has been using his magic to break her will. This has driven her insane.$B$B$N, you must go into the Nexus in Coldarra and put an end to her before she can be fully turned.$B$BThough it saddens me, I must insist that you bring me her heart as proof.','Archmage Lan\'dalock in Dalaran wants you to return with Keristrasza\'s Broken Heart.$B$BThis quest may only be completed on Heroic difficulty.','Regrettable, but extremely necessary.$b$bThe Kirin Tor could ill afford a prominent red dragon falling into the hands of our greatest enemy. Malygos\'s use of her against us in the Nexus War would have been devastating.$b$bI simply regret that we couldn\'t have saved her instead.','If we thought there was a way to redeem her, we wouldn\'t be asking you to put an end to her life.$b$bHowever, we know how powerful Malygos\'s command over magic has become. With his manipulations of Azeroth\'s ley-lines, he is without peer where matters arcane are concerned.','','','','','',43665,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13247 13248 13249 13250 13251 13252 13253 13254 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13247,10958,4228,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Ley-Guardian Eregos','The Nexus War rages on and we must do something to turn the tide! Are you willing to fly into the heart of the battle, $N?$B$BLey-Guardian Eregos is the protector of the conduit through which Malygos is funneling the magical power of Azeroth\'s ley lines. If he can be slain it will be a great blow to the enemy.$B$BPlease bring me one of his ley line tuners so that we might study it.','Archmage Lan\'dalock in Dalaran wants you to return with a Ley Line Tuner.$B$BThis quest may only be completed on Heroic difficulty.','Thank you, $n. The examination of that tuner should provide us with further insights into how Malygos is manipulating the ley lines.$b$bIf we can find a weakness in his approach, we might be able to exploit it and turn the tide.','Has the ley-guardian been dealt with, $c?$b$bI needn\'t remind you that Malygos is attempting to stop the use of all magic in the world, and that the blue dragonflight is slaying anyone that knows how to wield it who won\'t turn to their side?','','','','','',43668,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13248 13249 13250 13251 13252 13253 13254 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,5,6,1,0,0,0,0,0,2,2,6,0,0,0,0,0,0,6,0,0,8),(13248,10958,1196,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: King Ymiron','King Ymiron of Utgarde Pinnacle is the favored vrykul of the Lich King. That alone is reason enough to put an end to him.$B$BBut should he blow the horns and call for all of the leaders of the ymirjar and mjordin alike, the vrykul will become a force more powerful than any other within the Scourge!$B$BIt is up to you, $N, to see to it that this does not come to pass. Bring me the locket from around his neck so that I will know that Ymiron no longer poses a threat.','Archmage Lan\'dalock in Dalaran wants you to return with the Locket of the Deceased Queen.$B$BThis quest may only be completed on Heroic difficulty.','$b$bWhat\'s done is done. Such a noble race these vrykul. It is unfortunate that the Lich King has sunk his deathly hooks into them.','Ymiron must not be allowed to organize the vrykul nation. Should he return triumphantly to Icecrown, it is very likely that all will be lost.','','','','','',43669,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13247 13249 13250 13251 13252 13253 13254 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,1,25,0,0,0,0,0,1,1,0,0,0,2000,0,0,0,1,0,0,8),(13249,10958,4196,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: The Prophet Tharon\'ja','Drak\'Tharon Keep once stood as a proud bastion of the Drakkari nation. Now it is nothing more than a stepping stone for the Lich King in his fight to put an end to Zul\'Drak and steal the powers of the troll gods.$B$BBut if we were to eliminate their leader, the Prophet Tharon\'ja, perhaps we could stop the flow of Scourge troll reinforcements. At the very least this would give the Argent Crusade in Zul\'Drak one less thing to worry about.$B$BReturn to me with his tiki so I will know the prophet is slain.','Archmage Lan\'dalock in Dalaran wants you to return with the Prophet\'s Enchanted Tiki.$B$BThis quest may only be completed on Heroic difficulty.','With any luck, now that it\'s leaderless, Drak\'Tharon Keep will now prove less of a thorn in the side of those fighting against the Scourge in the region.$b$b$b$bIt\'s just as well that the tiki has lost its mojo. I wouldn\'t have the first idea about how to use it, or even if it would be proper to do such a thing.','Have you faced the prophet? Do you have the tiki?','','','','','',43670,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13247 13248 13250 13251 13252 13253 13254 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,274,6,0,0,0,0,0,2,1,6,0,0,0,2000,0,0,6,0,0,8),(13250,10958,4416,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Gal\'darah','The Drakkari prophets of Zul\'Drak have done the unthinkable: they\'ve slain most of their gods to absorb their powers! The most dangerous of all is the High Prophet of Akali, Gal\'darah.$B$BSequestered within the bowels of Gundrak, Gal\'darah has absorbed almost all of the mojo from slain Akali and now stands poised to erupt with his followers from the city. If we do not kill him now, we will be awash in a sea of madness and unthinkable power!$B$BHurry, $N, bring me what\'s left of Akali\'s mojo.','Archmage Lan\'dalock in Dalaran wants you to return with the Mojo Remnant of Akali.$B$BThis quest may only be completed on Heroic difficulty.','Thank you, $n. I will see to it that the very essence of the god is kept safe until it can be handed over to the Zandalar tribe.$b$bPerhaps they\'ll be able to find a way to reincorporate Akali from it?','Do you have the mojo?$b$bIt is sickening to witness the demise of yet another great troll nation.$b$bI can only think that if it weren\'t for the interference of the Lich King, the trolls wouldn\'t have felt pressured to turn on their own gods and steal their power as a defense against the Scourge.','','','','','',43693,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13247 13248 13249 13251 13252 13253 13254 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,5,1,6,0,0,0,0,0,2,2,6,0,0,0,0,0,0,6,0,0,8),(13251,10958,4100,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Mal\'Ganis','$N, a friend within the bronze dragonflight has given me information that we must exploit.$B$BThe mysterious beings of the Burning Legion called the dreadlords are also known racially as the Nathrezim. Little is known of their homeworld and even that is rumor.$B$BHowever, it is known that Mal\'Ganis of the past has made a critical error: he left behind an artifact from his homeworld!$B$BThrough the Caverns of Time, you must travel back to the time known as the Culling of Stratholme. Recover the artifact.','Archmage Lan\'dalock in Dalaran wants you to return with the Artifact from the Nathrezim Homeworld.$B$BThis quest may only be completed on Heroic difficulty.','Amazing! I\'ve never quite seen anything like it. I will see to it that it gets into the proper hands within the Violet Citadel.$b$bIf only you\'d been allowed to change the course of history. Perhaps if Arthas had been kept from... no, down that path leads madness.$b$bSurely the Keepers of Time know best in these matters.','We must capitalize on Mal\'Ganis\'s mistake. It\'s not everyday that we get a chance like this.$b$bIf we can study that artifact, we may be able to gain a better understanding of the Nathrezim!','','','','','',43697,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13247 13248 13249 13250 13252 13253 13254 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13252,10958,4264,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Sjonnir The Ironshaper','Little is understood about the condition known as the Curse of Flesh. However, there is information to be had within the Halls of Stone.$B$BSjonnir The Ironshaper seems to know a great deal with regard to the curse. We have it on good authority that he is carrying a Titan disc of information upon him that could answer all of our questions.$B$BRetrieve this disc for me, $N, so that we may learn.','Archmage Lan\'dalock in Dalaran wants you to return with the Curse of Flesh Disc.$B$BThis quest may only be completed on Heroic difficulty.','Is not Titan technology amazing? The information is contained within the disc itself!$b$bI only hope that we can figure out a way to get it out of the disc.','Do you have the disc?','','','','','',43699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13247 13248 13249 13250 13251 13253 13254 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,6,1,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,6,0,0,8),(13253,10958,4272,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Loken','Within the Halls of Lightning, Loken is poised to put an end to our world. Need I say more, $N?$B$BHe sits there listening to the mad whisperings of the Old God trapped beneath Northrend. You and your friends must travel to the Storm Peaks immediately!$B$BConfront Loken within the Terrestrial Watchtower and stop him before it is too late! Bring me his ruby ring so that I will know we are safe once more.','Archmage Lan\'dalock in Dalaran wants you to return with the Celestial Ruby Ring.$B$BThis quest may only be completed on Heroic difficulty.','$b$bTo be honest, I feared the worst had befallen you. It\'s difficult to stand idly by while others, such as yourself, deal with the matters of life and death which confront our world seemingly on a daily basis.$b$bNow what are we going to do with that gigantic ring?','We speak again, $n. Does this mean that we are safe from Loken\'s madness, or are we doomed?','','','','','',43724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13247 13248 13249 13250 13251 13252 13254 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,5,1,25,0,0,0,0,0,2,1,6,0,0,2000,0,0,0,6,0,0,8),(13254,10958,4277,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Anub\'arak','The Scourged nerubians are a plague upon our forces.$B$BWhile we are safe from them here, floating above the world, when we set foot upon the land below, it is always with the thought that the undead nerubians could burrow up from the depths of Azjol-Nerub and attack.$B$BIt\'s in the best interests of everyone if they are thrown into a state of disarray. Kill their former king, and major-domo to the Lich King, the crypt lord, Anub\'arak.$B$BPlease bring me his crown... not that he wears it any longer.','Archmage Lan\'dalock in Dalaran wants you to return with the Idle Crown of Anub\'arak.$B$BThis quest may only be completed on Heroic difficulty.','What horrors you must have faced while traversing the Upper City.$b$b$b$bPerhaps we should put that aside for their new king whenever the nerubians decide to coronate one?','I\'m glad that it\'s you going down into Azjol-Nerub and not myself.$b$bI do not like being under the world.','','','','','',43726,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13247 13248 13249 13250 13251 13252 13253 13255 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13255,10958,4494,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Herald Volazj','The nerubians of Ahn\'kahet dug too deep during their attempt to escape the invasion of the Scourge. They got too close to the Old God under Northrend.$B$BRousing its awareness, the Old God sent its insane creatures against them, and the nerubians were caught between the proverbial rock and a hard place.$B$BThe leader of the Old Gods\' forces, Herald Volazj is one of the nightmarish beings known as The Faceless. Put an end to him and bring me his withered brain.$B$BJust please, try to keep your sanity.','Archmage Lan\'dalock in Dalaran wants you to return with the Faceless One\'s Withered Brain.$B$BThis quest may only be completed on Heroic difficulty.','$b$bNow that I think of it, I\'m not quite sure that it\'s safe to be so near to that thing. You say that it\'s still alive?$b$b$b$bWe have a place for such things in the citadel. I\'ll see to it that one of my apprentices takes it there straight away.','$n? Are you still sane?','','','','','',43821,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13247 13248 13249 13250 13251 13252 13253 13254 13256',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,6,1,0,0,2000,2000,0,0,6,0,0,8),(13256,10958,4415,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Cyanigosa','We\'re being invaded! The blue dragonflight has teleported into the Violet Hold and they\'re planning on breaking out from there into the rest of Dalaran!$B$BThere have already been reports of prisoners inadvertently being freed by their actions. It wouldn\'t surprise me if they\'re purposefully letting some of them free.$B$B$N, can you assemble your team quickly and get in there? Cyanigosa is the leader of their invasion force. Bring me her head!','Archmage Lan\'dalock in Dalaran wants you to return with the Head of Cyanigosa.$B$BThis quest may only be completed on Heroic difficulty.','The danger is over and the rest of the prisoners that had broken free are being imprisoned once more.$b$bDalaran owes you a debt of gratitude, $n!$b$bNow I need to go speak with someone about why it was so easy to bypass the city\'s anti-teleportation protections within the prison?!','Come to think of it, why would you ever teleport into a prison to break out of it? It\'s only the most secure place in the city.$b$bI think the blues must have truly gone insane!','','','','','',43823,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'13245 13246 13247 13248 13249 13250 13251 13252 13253 13254 13255',0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,5,1,6,0,0,0,0,0,3,1,2,5,0,0,0,0,0,6,0,0,8),(13257,10958,3537,0,128,71,74,0,690,0,0,0,0,0,0,0,0,13266,0,0,'Herald of War','The Warchief needs you, champion. Orgrimmar is in a state of martial law. All merchants and services have been shut down as the Warchief prepares for an unavoidable conflict.$B$BI cannot tell you much more - not now. Not in this place.$B$BThe Warchief commands that our strongest champions report to his throne room. Go now, $N! Take the portal back to Orgrimmar and seek out Thrall.','Report to Thrall at Grommash Hold in Orgrimmar.','The demon lord, Varimathras, and the Forsaken\'s chief apothecary, Putress, are responsible for this betrayal.$b$b$b$bYes, the same Putress responsible for discovering the cure for the recent Scourge plague outbreak.$b$bThose that would not side with their regime have been executed or banished. Sylvanas was nearly killed in the coup.$b$bThe Horde has lost the Undercity. Orgrimmar will take on the Forsaken refugees until there is a resolution to this crisis. For now we are under martial law.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,76,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124500,0,0,0,0,'',13242,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13258,10958,210,0,128,77,80,0,690,0,0,0,0,0,0,0,0,13259,0,0,'Opportunity','We recently came upon schematics that indicate a weakness in Icecrown Citadel. An opening in its defenses, both figuratively and literally.$B$BThe captured diagrams show an orifice leading several hundred feet into the ground. We\'re unsure of its purpose, but our scouting has revealed it to be of high importance to the Scourge.$B$BSpeak to Sergeant Kregga below Icecrown Citadel, she\'s leading the attack on the site.','Speak to Sergeant Kregga below Icecrown Citadel.','Just in time, $n. Koltira spoke highly of you. Perhaps you\'ll be able to push the scales in our favor.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13224,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,3),(13259,10958,4522,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13262,0,0,'Establishing Superiority','We\'ve one shot at dealing some damage to this place -- let\'s make sure we get it right.$B$BWe\'ve acquired potent, Scourge-made, saronite bombs. But we must secure this area before we can set them off.$B$BWe\'re going to need to get the Scourge defenses under control quickly, before reinforcements arrive.$B$BHelp my men out and come back when you\'re ready for some fireworks.','Sergeant Kregga at Icecrown Citadel wants you to slay 10 Hulking Horrors.','You made quick work of the Scourge, $n. Let\'s finish what we came to do here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31413,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,38737,39036,39070,39102,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13258,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13260,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13237,0,0,'Takes One to Know One','While we should never miss an opportunity to strike out against the Alliance, we mustn\'t forget about the Scourge.$b$bWe won\'t have the numbers here to make a proper assault in the glacier for weeks, but that won\'t keep us from learning all we can know about their defenses.$b$bI have asked our resident death knight to advise you in this effort. After all, who better knows this enemy than they?$b$bAllow me to introduce Koltira Deathweaver.\n','Sky-Reaver Korm wants you to speak to Koltira Deathweaver on Orgrim\'s Hammer.','$b$bI hope for your sake that you\'re up to this, $c. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13228,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13261,10958,210,0,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,43608,1,'Volatility','Wahooo! It works! Not that I had any doubts in my supernatural ingenuity, only that I wasn\'t quite sure what kind of explosion to expect - let\'s just say I\'m glad to see that you didn\'t get your eyebrows singed off. So now I just need to show ol\' Korm how ya thaw out one \'a them wyrms. He\'ll hafta promote me to... to... to whatever comes after Chief Engineer! Here, you take another batch of the stuff and head back out to the front and I\'ll go get Korm...$b$bWell? Move out!','Chief Engineer Copperclaw wants you to use Copperclaw\'s Volatile Oil at the Broken Front to attract 3 Frostbrood Skytalons.$b$bTo use the oil, you must collect a Pile of Bones, an Abandoned Helm, and Abandoned Armor from the battlefield there.','No good!$b$bKorm kept telling me he was too busy and when I finally got him to come topside and have a look, you had already used the last of the oil. Now he\'s ticked at me and won\'t even allow me in his presence again until tomorrow...$b$bCome back then and we\'ll try again!','You toast them wyrms, $r?','','Field Tests Conducted','','','',0,0,0,0,0,0,0,0,0,0,0,0,31364,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13239,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13262,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13263,0,0,'Blow it Up!','This is probably as under-control as this situation is going to get. Let\'s do this, $N.$B$BI need someone to light the fuse on those bombs and it looks like you\'re the one to do it.','Go to the nearby Saronite Bomb Stack to light the fuse.','These bombs look pretty potent. They should at least put a dent in the surrounding structure.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13259,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13263,10958,210,0,128,77,80,0,690,0,0,0,0,0,0,0,0,13271,0,0,'A Short Fuse','As you light the fuse, you notice that it is consumed by fire far quicker than you would expect.$B$BThe bombs are about to go off and your best chance at surviving is to lean towards the pit and hope the fall doesn\'t kill you.','Look for clues wherever the fall takes you.','This pulsing object is covered in a thick layer of ice. It shimmers strangely beneath the water.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13262,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13264,10958,210,0,128,77,80,0,690,0,0,0,0,0,0,0,0,0,43968,1,'That\'s Abominable!','Abominations...$b$bThey can be a very capable enemy. I\'ve seen them turn the tide of battle more than once. What few realize, is that they can also be very capable friends.$b$bThey are not deep thinkers. If you know the secrets of their creation, you can issue them basic orders that they will not question.$b$bFortunately for you, I know these secrets.$b$bThis kit will reanimate the remains of the abominations you defeat. Take it, and learn to use them against the Scourge on the death gate.','Koltira Deathweaver on Orgrim\'s Hammer wants you to use the Abomination Reanimation Kit to create a Reanimated Abomination, which you are to use to kill 15 Icy Ghouls, 15 Vicious Geists, and 15 Risen Alliance Soldiers.','You see, $c?$b$bIngenuity can sometimes even the odds against a seemingly overwhelming enemy.','Yes, $c?','','Icy Ghouls Exploded','Vicious Geists Exploded','Risen Alliance Soldiers Exploded','',0,0,0,0,0,0,0,0,0,0,0,0,31743,32168,32167,0,15,15,15,0,0,0,0,0,0,0,0,0,39814,39881,39887,39888,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13237,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13265,10958,264,264,128,0,-1,0,0,0,197,325,0,0,0,0,0,0,0,0,'Cloth Scavenging','','','May you slay many humanoids and take their cloth.','The humanoids of the northern lands wear garments that can be converted into cloth if you know how.$b$bFor a few gold I am willing to teach you the art of Cloth Scavenging that will give you additional frostweave cloth from the humanoids of Northrend that you slay.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50000,0,59390,59423,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'13268 13269 13270 13272',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13266,10958,1637,0,128,71,74,0,690,0,0,0,0,0,0,0,0,13267,0,0,'A Life Without Regret','On the day of my death I wish to be able to say that I lived a life without regret. Those who mourn my passing will know that I was a Warchief who made decisions that best served his people.$B$BBut this betrayal by Varimathras and Putress... All that we have worked for is for nothing.$B$B$B$BJustice must be served.$B$BPortals to Undercity will be active momentarily. Vol\'jin will be waiting for you. I will meet you there soon. Together we will make it right, $N.','Take the portal to Undercity located in Grommash Hold and report to Vol\'jin.','Let me get you up to speed, $n.$b$bUndercity is a war-zone. Putress\' apothecaries and Varimathras\' demons have seized control. They\'ve taken a defensive position inside and are using that damned blight against our troops.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1085,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',13257,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13267,10958,1497,0,192,71,74,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Battle For The Undercity','The entirety of the Undercity is controlled by Varimathras. Our soldiers stand ready, waiting for the Warchief to give the attack orders.$B$BHelp the Horde take back the Undercity and earn your place among our greatest champions! Should you survive the assault, report to Thrall.$B$BCheck in with the Warchief when you are ready to begin.','Assist Thrall and Sylvanas in retaking the Undercity for the Horde.$B$BReport to Thrall should you succeed.','Tomorrow brings with it uncertainty. Gone are the days of Alliance and Horde battling alongside each other in pursuit of a common enemy. A new battle dawns, $n - a battle in which there can be no victor.$b$bBut we must continue our march towards Icecrown. We have no choice in that matter. Our salvation lies with heroes like you, $n. The future of the Horde - of the world - depends on you.$b$bLet us return to Orgrimmar. You must return to Northrend at once.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44346,44347,44348,44349,44590,44583,1,1,1,1,1,1,44579,0,0,0,1,0,0,0,1085,76,0,0,0,0,500,500,0,0,0,0,0,224000,0,0,60699,0,0,0,0,0,0,0,249000,0,0,0,0,'',13266,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13268,10958,264,264,128,0,-1,0,0,0,197,325,0,0,0,0,0,0,0,0,'Cloth Scavenging','','','Come back when you have the skill and I can provide all of your tailoring training.','You look like someone who knows their way around a needle and thread so maybe I can help you.$B$BThe northern humanoids wear clothes that can quickly be converted into cloth if you know how.$B$BFor a few gold I am willing to teach you the art of Cloth Scavenging that will give you additional cloth from the humanoids of Northrend.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50000,0,59390,59423,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'13265 13269 13270 13272',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(13269,10958,264,264,128,0,-1,0,0,0,197,325,0,0,0,0,0,0,0,0,'Cloth Scavenging','','','May you slay many humanoids and take their cloth.','The humanoids of the northern lands wear garments that can be converted into cloth if you know how.$b$bFor a few gold I am willing to teach you the art of Cloth Scavenging that will give you additional frostweave cloth from the humanoids of Northrend that you slay.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50000,0,59390,59423,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'13265 13268 13270 13272',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13270,10958,264,264,128,0,-1,0,0,0,197,325,0,0,0,0,0,0,0,0,'Cloth Scavenging','','','May you slay many humanoids and take their cloth.','The humanoids of the northern lands wear garments that can be converted into cloth if you know how.$b$bFor a few gold I am willing to teach you the art of Cloth Scavenging that will give you additional frostweave cloth from the humanoids of Northrend that you slay.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50000,0,59390,59423,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'13265 13268 13269 13272',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13271,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13275,0,0,'A Voice in the Dark','The object is not a crystal at all, but some form of organ, encased in ice.$B$BAs you touch it, your hand reels in horrible pain. You feel as if your hand has been cut, yet there is no visible wound.$B$BAs you collect your thoughts, you hear a young boy\'s voice nearby.$B$B\"You really shouldn\'t have done that.\"','Investigate the nearby voice in Naz\'anak, the Forgotten Depths.','I saw him get rid of it, you know? He threw it all the way down here.$b$bSaid he wouldn\'t need it anymore. Said it made him weak.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13263,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13272,10958,264,264,128,0,-1,0,0,0,197,325,0,0,0,0,0,0,0,0,'Cloth Scavenging','','','May you slay many humanoids and take their cloth.','The humanoids of the northern lands wear garments that can be converted into cloth if you know how.$b$bFor a few gold I am willing to teach you the art of Cloth Scavenging that will give you additional frostweave cloth from the humanoids of Northrend that you slay.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50000,0,59390,59423,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'13265 13268 13269 13270',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1),(13273,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13274,0,0,'Going After the Core','With Norgannon\'s Shell in hand, only half of the archive key remains to be found. Luckily, I\'ve had the Explorers\' League hard at work chasing down leads about the whereabouts of Norgannon\'s Core.$B$BFar to the southeast of the Inventor\'s Library, on the slopes to the north of Dun Niffelem, is a camp bearing my name. The Explorers\' League representatives seeking the second half of the key are based there. Bring me the maps and the notes they\'ve made and we should be able to track down the other key half.','Find Prospector Khrona\'s Notes and Prospector Soren\'s Maps at Brann\'s Base-Camp.','Ruined? What d\'you mean, the camp\'s been ruined?$b$b$b$bThose iron dwarves will pay for this! There\'s little we can do now, and we have to focus on finishing the key. But once I get into the halls of Ulduar, the irons and their masters will answer for what they\'ve done!','Have you recovered those notes?','','','','','',43984,43983,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12928,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13274,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13285,0,0,'The Core\'s Keeper','Prospector Soren\'s notes say that Norgannon\'s Core is in the keeping of a sentinel named Athan, one of Mimir\'s creations.$B$BSoren says the vault where Athan resides is called \"Loken\'s Bargain\" these days.$B$BLoken, eh? The earthen have mentioned him.$B$BThe vault is said to be southwest of the ruined Explorers\' League camp, with a round entrance on a mountainside overlooking the Valley of Ancient Winters.$B$BFind this Athan and get the core from him, but I wouldn\'t be surprised if you were in for a fight.','Obtain Norgannon\'s Core.','This is really it! The key is almost within our grasp. All we need now is a way to combine the shell and the core into a single key. Let\'s see what Prospector Soren had to say about this...','Was Prospector Soren right? Did you finally find Norgannon\'s Core?','','','','','',44047,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13273,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13275,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13282,0,0,'Time to Hide','You shouldn\'t have touched it. But now that you did, he\'s going to come looking for you.$B$BAnd he\'ll find you. Unless you hide yourself from him.$B$BBring me blood from the faceless ones if you want to live!','Matthias Lehner wants you to obtain 3 Faceless One\'s Blood.','What are you waiting for? You have to rub it on you!$b$bQuick! Or he\'ll see you!','Did you get the blood?','','','','','',44001,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43885,43918,43915,43916,43888,43917,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13271,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13276,10958,210,0,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,43968,1,'That\'s Abominable!','You know what to do, $c.$b$bTake this kit and use the guts from their abominations to create one of your own, then command it to attack the enemy forces at the gate.$b$bYou would do well to refine this tactic for when we make our assault on the gate.','Koltira Deathweaver on Orgrim\'s Hammer wants you to use the Abomination Reanimation Kit to create a Reanimated Abomination, which you are to use to kill 15 Icy Ghouls, 15 Vicious Geists, and 15 Risen Alliance Soldiers.','I see your skills with the abominations are developing nicely.$b$bBe diligent, friend, and soon the gate will belong to the Horde.','Yes, $c?','','Icy Ghouls Exploded','Vicious Geists Exploded','Risen Alliance Soldiers Exploded','',0,0,0,0,0,0,0,0,0,0,0,0,31743,32168,32167,0,15,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13264,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13277,10958,210,0,136,77,80,1,690,0,0,0,0,0,0,0,0,13279,0,0,'Against the Giants','While it\'s going to be crucial to defeat the Scourge on the ground, we mustn\'t neglect the gate itself.$b$bThe flesh giants on the ramparts are capable of hurling massive boulders and chunks of ice, inflicting devastating damage to enemy infantry below.$b$bMuster a force and defeat these giants. We need to know just what we\'re up against in terms of their strength.$b$bOh... and bring me their spines. If memory serves, there\'s a little trick I can share with you.','Koltira Deathweaver on Orgrim\'s Hammer wants you to bring him 5 Pustulant Spines from the Pustulant Horrors on Mord\'rethar.','Excellent. These look to be usable samples.$b$bTime again to use the enemy\'s strength against them....','Any success against the giants, $r?','','','','','',43997,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13237,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13278,10958,210,0,136,77,80,1,690,0,0,0,0,0,0,0,0,0,0,0,'Coprous the Defiled','Reports of a powerful zombie at the death gate have reached my ears, $c.$b$bWe cannot allow a potential threat such as this to go unchallenged. Any information you are able to glean from engaging it will be better than what we know now.$b$bGo to the western chamber of the gate and find this creature. Fight him, and find a weakness we might exploit.','Koltira Deathweaver aboard Orgrim\'s Hammer wants you to kill Coprous the Defiled at Mord\'rethar.','Well done, $c.$b$bPerhaps with some investigation, we can discover how they are bringing such a creature into existence.','Were you able to find the zombie, $c?','','Coprous the Defiled Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,31198,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13277,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13279,10958,210,0,128,77,80,1,690,0,0,0,0,0,0,0,0,0,44010,1,'Basic Chemistry','$b$bA little-known quality of the flesh giants...$b$bTheir spinal fluid interacts with the plague in a very interesting way, turning it into a corrosive acid.$b$bPoured from the towering ramparts, acid may not be a welcome sight to the troops below, but at least the victims won\'t rise up and add to the enemy\'s numbers.$b$bPour the contents of this flask into one of the plague cauldrons in the western chamber of the death gate.','Koltira Deathweaver aboard Orgrim\'s Hammer wants you to use Pustulant Spinal Fluid on a plague cauldron at Mord\'rethar.','You have done well, $c.$b$bWhen our armies arrive to march on the Citadel, we will have a solid plan in place for taking the death gate.','Were you able to neutralize a batch of plague, $c?','','Plague Cauldron Neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,31767,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44386,44388,44387,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13277,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13280,10958,210,0,12424,77,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'King of the Mountain','You\'ve just got to get my jumpbot to the tippy top of the mountain to the northwest here at Ymirheim pronto, $N!$B$BThat dastardly, no-good Blast Thunderbomb is working on his own bot, and I\'m afraid he almost has it completed. We\'re in a race to see who\'s gonna be king of the mountain!$B$BOnce you jump up there, plant our battle standard in the pile of bones and show everyone that the Alliance, and my engineering skills, are the best!','Frazzle Geargrinder in Ymirheim wants you to use her Geargrinder\'s Jumpbot to plant the Alliance Battle Standard in the skulls at the top of the mountain.','YOU DID IT! YOU DID IT!$b$b$b$bOh, you\'re just my favorite hero ever!$b$bYou think you could come back again tomorrow?','Hold on a second... you haven\'t planted our battle standard yet!$B$BWhat\'s the hold up?','','Alliance Battle Standard planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,31766,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,6914.01,2002.84,1,132300,0,0,0,0,'',13296,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13281,10958,210,0,4232,77,80,1,690,0,0,0,0,0,0,0,0,0,0,0,'Neutralizing the Plague','You no longer need my assistance in neutralizing the enemy\'s plague cauldrons, $r.$b$bHunt down the flesh giants at the death gate and use the fluid from their spines to render batches of the plague ineffective.$b$bYou are striking at the heart of the enemy\'s strategy. This is an important mission - vital to our cause, and should be carried out whenever time permits.$b$bRemember, the giants and the plague cauldrons can be found on Mord\'rethar.','Koltira Deathweaver aboard Orgrim\'s Hammer wants you use Pustulant Spinal Fluid on a blight cauldron at Mord\'rethar.$b$bYou can create Pustulant Spinal Fluid by using a Giant Spine collected from a Pustulant Horror.','One less plague cauldron to account for when the battle commences.$b$bYour commander will be pleased.','Greetings, $c.$B$BCan I report that we\'ve rendered another plague cauldron useless?','','Plague Cauldron Neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,31767,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13279,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13282,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13304,0,0,'Return to the Surface','You should leave now. You\'ll find a portal behind me. It\'ll take you to the surface.$B$BWe\'ll meet again. He\'ll be looking for you.$B$BIt\'s only a matter of time until he finds you.','Return to Koltira Deathweaver aboard Orgrim\'s Hammer.','$n! We thought you were dead!$b$bWe lost a few men in that explosion... but we sure put a hurt on the Scourge. They\'re scrambling their forces back to the citadel and leaving big gaps in their defenses. It\'s time to push forward.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13275,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13283,10958,210,0,12424,77,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'King of the Mountain','Yo, $N, I need you to get my jumpbot to the top of this mountain to the southeast, like yesterday!$B$BThat girly, self-righteous Frazzle Geargrinder thinks that her jumpbot\'s better than mine. Hah! We\'re in a race to see who\'s gonna be king of the mountain!$B$BOnce you jump up there, plant our battle standard in the pile of bones and show everyone that the Horde, and my mad engineering skills, are the best!','Blast Thunderbomb in Ymirheim wants you to use his Thunderbomb\'s Jumpbot to plant the Horde Battle Standard in the skulls at the top of the mountain.','I knew you were the right $r for the job!$b$b$b$bI gotta admit that right now you\'re my favorite $c of all time!$b$bWhat do you say to a repeat performance again tomorrow? I can make it worth your while!','','','Horde Battle Standard planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,31766,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,571,6914.01,2002.84,1,132300,0,0,0,0,'',13293,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13284,10958,210,0,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Assault by Ground','Greetings $c.$B$BOur troops have been attempting to storm Ymirheim for some time, but these vrykul are far more vicious than any we\'ve faced before. They\'ve been ambushing us repeatedly as we try to make it up the pass, and we\'ve lost a lot of men.$B$BIf you want to lend yourself to the battle and help get my squad to the gates of Ymirheim safely, we will gladly reward you for your efforts. Once at the gates, we\'ll dig in and wait for reinforcements to catch up to us.','Escort the Skybreaker troops to the gates of Ymirheim. Return to Ground Commander Koup at the edge of the glacier east of Ymirheim for compensation after the task is complete.','You have my thanks.$b$bThis has been a brutal operation, but we haven\'t had any great options otherwise - they\'re being equally as unforgiving to our aerial assault. We need to route these vrykul if we\'re going to stand any chance of pressing on in Icecrown.$b$bWe\'re likely to need more help later. Please lend yourself to the battle again should the chance present itself.','Did you get some of my men up safely?','','Alliance troops escorted to Ymirheim','','','',0,0,0,0,0,0,0,0,0,0,0,0,31794,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13341,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13285,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Forging the Keystone','Aha! Here it is: the Temple of Invention, the seat of Keeper Mimir himself! Of course, that\'s where one would go to join the two parts of the key.$B$BAccording to the prospector\'s notes, the Temple of Invention is one of the highest points on the western side of the Terrace of the Makers. That means it should be roughly east of your Grom\'arsh Crash Site.$B$BI\'ll meet you at the temple and we\'ll combine the parts together.','Brann Bronzebeard wants you to meet him at the Temple of Invention and help him combine Norgannon\'s Shell and Norgannon\'s Core. Once you have helped Brann, report back to Boktar Bloodfury at the Grom\'arsh Crash-Site.','$b$bBrann may prove to be just the ally we need to discover what is truly happening in Ulduar. You\'ve done well in aiding him. We need all the help we can get against this Loken and his iron dwarf minions.','','','Help Brann create the keystone','','','',0,0,0,0,0,0,0,0,0,0,0,0,31810,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43189,43190,43191,43192,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13274,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13286,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13287,0,0,'...All the Help We Can Get.','Desperate times, $c...$b$bAs uncomfortable as it makes me, I\'m prepared to accept assistance from anyone - including our resident death knight.$b$bGo to Thassarian and see if he can help us develop tactics against the Scourge that will ensure victory once we are able to mount another offensive.$b$bWe have come so far... we must not fail here!','High Captain Justin Bartlett aboard the Skybreaker wants you to speak to Thassarian.','It was wise of Captain Bartlett to send you.$b$bWhile he frets over your conflict with the Horde, someone must remain exclusively focused on the real mission here - the march on Icecrown Citadel.$b$bWho better to direct your efforts than a former servant of the Lich King?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13231,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13287,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Poke and Prod','As someone of your experience must surely know, there\'s no better way to familiarize one\'s self with their enemy than by confronting them in combat.$b$bWhile you no doubt lust for the glory of taking Icecrown Citadel, that cannot happen without taking each of the Lich King\'s gates first. For now, you must focus your efforts on the first of these...$b$bReturn to the Broken Front. Engage the enemy in battle. Search for a weakness we might exploit and return to me with a detailed report.','Thassarian on the Alliance gunship, Skybreaker, wants you to kill 5 Hulking Abominations, 5 Malefic Necromancers, and 5 Shadow Adepts at the Broken Front.','Really, $c?$b$bNothing notable to report?$b$b$b$bI beg to differ...','You\'ve returned, $c...$B$BAnything to report?','','Hulking Abominations killed','Malefic Necromancers killed','Shadow Adepts killed','',0,0,0,0,0,0,0,0,0,0,0,0,31140,31155,31145,0,5,5,5,0,0,0,0,0,0,0,0,0,43903,43889,43884,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13286,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13288,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,43968,1,'That\'s Abominable!','Abominations...$b$bThey can be a very capable enemy. I\'ve seen them turn the tide of battle more than once. What few realize, is that they can also be very capable friends.$b$bThey are not deep thinkers. If you know the secrets of their creation, you can issue them basic orders that they will not question.$b$bFortunately for you, I know these secrets.$b$bThis kit will reanimate the remains of the abominations you defeat. Take it, and learn to use them against the Scourge on the death gate.','Thassarian on the Skybreaker wants you to use the Abomination Reanimation Kit to create a Reanimated Abomination, which you are to use to kill 15 Icy Ghouls, 15 Vicious Geists, and 15 Risen Alliance Soldiers.','You see, $c?$b$bIngenuity can sometimes even the odds against a seemingly overwhelming enemy.','Well, $r?$B$BDid your abomination friends prove effective?','','Icy Ghouls Exploded','Vicious Geists Exploded','Risen Alliance Soldiers Exploded','',0,0,0,0,0,0,0,0,0,0,0,0,31743,32168,32167,0,15,15,15,0,0,0,0,0,0,0,0,0,39814,39881,39887,39888,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13287,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13289,10958,210,0,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,43968,1,'That\'s Abominable!','You know what to do, $c.$b$bTake this kit and use the guts from their abominations to create one of your own, then command it to attack the enemy forces at the gate.$b$bYou would do well to refine this tactic for when we make another assault on the gate.','Thassarian on the Skybreaker wants you to use the Abomination Reanimation Kit to create a Reanimated Abomination, which you are to use to kill 15 Icy Ghouls, 15 Vicious Geists, and 15 Risen Alliance Soldiers.','I see your skills with the abominations are developing nicely.$b$bBe diligent, friend, and soon the death gate will belong to the Alliance.','Yes, $c?','','Icy Ghouls Exploded','Vicious Geists Exploded','Risen Alliance Soldier Exploded','',0,0,0,0,0,0,0,0,0,0,0,0,31743,32168,32167,0,15,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13288,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13290,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13291,0,0,'Your Attention, Please','Chief Engineer Boltwrench has proven invaluable in his service aboard the Stormbreaker. Were it not for his ingenuity, we\'d be sprinkled across half of the glacier several times over by now.$b$bThe thing is, he feels he must share his every miniscule invention or discovery - most of which I don\'t even understand.$b$bMy focus must be squarely on our enemies right now. I cannot afford any distractions.$b$bPlease visit him in my stead, $n. And if you can, assist him. You\'ll find him belowdecks.','High Captain Bartlett wants you to speak with Chief Engineer Boltwrench in the Skybreaker.','Cappy sent you in his place, did he?$b$bVery well, $c. Roll up those sleeves... time to get to work!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13231,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13291,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,44048,1,'Borrowed Technology','I get it, I get it. Cappy\'s too busy to see this for himself. His loss!$b$bSee, I\'ve managed to \'acquire\' a certain shipment of solution from the enemy. And as much as I hate tinkerin\' with inferior goblin technology, I\'m inclined to make an exception here.$b$bTake this sample. I\'ll need you to run a few field tests, just to prove its usefulness, while I try to do a little reverse engineering to duplicate the creation process.$b$bGo to the front and gather the materials to make a decoy, then use the oil.','Chief Engineer Boltwrench aboard the Skybreaker wants you to use the Smuggled Solution at the Broken Front.$b$bUsing the solution will require an Abandoned Helm, Abandoned Armor, and Pile of Bones, all found at the Broken Front.','Good news!$b$bI\'ve managed to reproduce the solution - hardly an accomplishment, of course.$b$bDoubt I\'ll live to see the day those neanderthal goblins cook up somethin\' a gnome can\'t recreate in his sleep!','Well, how\'d it go, $r?','','Field Tests Conducted','','','',0,0,0,0,0,0,0,0,0,0,0,0,31364,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,38736,39035,39065,39100,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13290,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13292,10958,210,0,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,44048,1,'The Solution Solution','Oh, yes, yes. Back again, are we? Never enough practice, I suppose.$b$bHere we are, the solution to that pesky frostwyrm problem.$b$bMake them scarce, $r. The more you take out now, the less we face when we are again ready to attempt our march on the citadel.$b$bBest of luck, now. And do bring back whatever you don\'t use.','Chief Engineer Boltwrench aboard the Skybreaker wants you to use the Smuggled Solution at the Broken Front.$b$bUsing the solution will require an Abandoned Helm, Abandoned Armor, and Pile of Bones, all found at the Broken Front.','Good show! Good show indeed. You\'re turning into a regular wyrmslayer!$b$bCome back when you\'re ready to thin their numbers even further.','Yes, friend?','','Frostbrood Skytalons Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,31364,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13291,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13293,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13283,0,0,'Get to Ymirheim!','You need to get down to Ymirheim, that big frost vrykul town in the middle of Icecrown.$B$BOur boy, Blast Thunderbomb, is down there on the west side of town representing the Warsong Offensive in a competition against the Alliance. It\'s his jumpbot versus theirs in a king of the mountain contest!$B$BDon\'t let us down, $N. Goblin engineering pride is on the line! Besides, all the boys here in the hold are counting on you.$B$BThat and we\'ve got money riding on it that you can kick those cowards in the pants!','Speak with Blast Thunderbomb in Ymirheim.','Oh man, am I glad to see you! Did the chief send you down from the Hammer?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,571,7018.39,2185.73,1,13200,0,0,0,0,'',13224,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13294,10958,210,0,136,77,80,1,1101,0,0,0,0,0,0,0,0,13295,0,0,'Against the Giants','While it\'s going to be crucial to defeat the Scourge on the ground, we mustn\'t neglect the gate itself.$b$bThe flesh giants on the ramparts are capable of hurling massive boulders and chunks of ice, inflicting devastating damage to enemy infantry below.$b$bMuster a force and defeat these giants. We need to know just what we\'re up against in terms of their strength.$b$bOh... and bring me their spines. If memory serves, there\'s a little trick I can share with you.','Thassarian on the Skybreaker wants you to bring him 5 Pustulant Spines from the Pustulant Horrors on Mord\'rethar.\n','Excellent. These look to be usable samples.$b$bTime again to use the enemy\'s strength against them....','Any success against the giants, $r?','','','','','',43997,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13287,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13295,10958,210,0,128,77,80,1,1101,0,0,0,0,0,0,0,0,0,44010,1,'Basic Chemistry','$b$bA little-known quality of the flesh giants...$b$bTheir spinal fluid interacts with the plague in a very interesting way, turning it into a corrosive acid.$b$bPoured from the towering ramparts, acid may not be a welcome sight to the troops below, but at least the victims won\'t rise up and add to the enemy\'s numbers.$b$bPour the contents of this flask into one of the plague cauldrons in the western chamber of the death gate.','Thassarian aboard the Skybreaker wants you to use Pustulant Spinal Fluid on a plague cauldron at Mord\'rethar.','You have done well, $c.$b$bWhen our armies arrive to march on the Citadel, we will have a solid plan in place for taking the death gate.','Were you able to neutralize a batch of plague, $c?','','Batch of Plague Neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,31767,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44386,44387,44388,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13294,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13296,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13280,0,0,'Get to Ymirheim!','I need you down in Ymirheim, that big frost vrykul town in the middle of Icecrown.$B$BFrazzle Geargrinder is down there on the south side of town representing the Valiance Expedition in a competition against the Horde scum. It\'s her jumpbot versus theirs in a king of the mountain contest!$B$BDon\'t let us down, $N. Gnomish engineering pride is on the line! Besides, all the boys here in the hold are counting on you.$B$BThat and we\'ve got money riding on it that you can kick those idiots in the pants!','Speak with Frazzle Geargrinder in Ymriheim.','Did the chief send you down from the Skybreaker? Isn\'t that thing sweet?!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,571,6810.27,1869.41,1,13200,0,0,0,0,'',13225,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13297,10958,210,0,4232,77,80,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Neutralizing the Plague','You no longer need my assistance in neutralizing the enemy\'s plague cauldrons, $r.$b$bHunt down the flesh giants at the death gate and use the fluid from their spines to render batches of the plague ineffective.$b$bYou are striking at the heart of the enemy\'s strategy. This is an important mission - vital to our cause, and should be carried out whenever time permits.$b$bRemember, the giants and the plague cauldrons can be found on Mord\'rethar.','Thassarian aboard the Skybreaker wants you use Pustulant Spinal Fluid on a plague cauldron at Mord\'rethar.$b$bYou can create Pustulant Spinal Fluid by using a Giant Spine collected from a Pustulant Horror.','One less plague cauldron to account for when the battle commences.$b$bYour captain will be highly pleased.','Greetings, $c.$B$BCan I report that we\'ve rendered another plague cauldron useless?','','Plague Cauldron Neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,31767,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13295,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13298,10958,210,0,136,77,80,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Coprous the Defiled','Reports of a powerful zombie at the death gate have reached my ears, $c.$b$bWe cannot allow a potential threat such as this to go unchallenged. Any information you are able to glean from engaging it will be better than what we know now.$b$bGo to the western chamber of the gate and find this creature. Fight him, and find a weakness we might exploit.','Thassarian aboard the Skybreaker wants you to kill Coprous the Defiled at Mord\'rethar.','Well done, $c.$b$bPerhaps with some investigation, we can discover how they are bringing such a creature into existence.','Were you able to find the zombie, $c?','','Coprous the Defiler Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,31198,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13294,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13299,10958,264,264,136,4294967295,75,0,0,0,197,1,0,0,0,0,0,0,0,0,'ZZOLDWisp Cloak','','','','','','Complete Achievement: Northrend Loremaster','','','',40058,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56016,56016,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13300,10958,210,0,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Slaves to Saronite','Our people are being captured and put to work as slaves in the saronite mines of Ymirheim, the vrykul stronghold in the middle of Icecrown. The Lich King has them mining that unholy ore day and night.$B$BI made a promise to Highlord Fordring that we would get those wretches out of there alive, and that\'s exactly what we will do.$B$BUnfortunately, I\'ve been ordered to stay on this gunship and serve as an ambassador to the Valiance Expedition. Will you please rescue them in my stead, $N?','Absalan the Pious aboard the Skybreaker wants you to rescue 10 Saronite Mine Slaves.','Their being driven insane? Voices in their heads?$b$bVoices in your head?!$b$bI want you to clear your mind of the taint that has crept into that place, boy.$b$bWe\'ll try to get the remainder of them out of there again tomorrow when you\'ve had a chance to rest.','I haven\'t received many reports of our men returning to the Argent Vanguard.$B$BAre you sure you\'ve been to Ymirheim to free them?','','Saronite Mine Slave rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,31866,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13225,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13301,10958,210,0,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Assault by Ground','Greetings $c.$B$BOur troops have been attempting to storm Ymirheim for some time, but these vrykul are far more vicious than any we\'ve faced before. They\'ve been ambushing us repeatedly as we try to make it up the pass, and we\'ve lost a lot of men.$B$BIf you want to lend yourself to the battle and help get my squad to the gates of Ymirheim safely, we will gladly reward you for your efforts. Once at the gates, we\'ll dig in and wait for reinforcements to catch up to us.','Escort the Kor\'kron troops to the gates of Ymirheim. Return to Ground Commander Xutjja at the edge of the glacier north of Ymirheim for compensation after the task is complete.','You have my thanks.$b$bThis has been a brutal operation, but we haven\'t had any great options otherwise - they\'re being equally as unforgiving to our aerial assault. We need to route these vrykul if we\'re going to stand any chance of pressing on in Icecrown.$b$bWe\'re likely to need more help later. Please lend yourself to the battle again should the chance present itself.','Did you get some of my men up safely?','','Horde troops escorted to Ymirheim','','','',0,0,0,0,0,0,0,0,0,0,0,0,31845,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13340,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13302,10958,210,0,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Slaves to Saronite','Our people are being captured and put to work as slaves in the saronite mines of Ymirheim, the vrykul stronghold in the middle of Icecrown. The Lich King has them mining that unholy ore day and night.$B$BI made a promise to Highlord Fordring that we would get those wretches out of there alive, and that\'s exactly what we will do.$B$BUnfortunately, I\'ve been ordered to stay on this gunship and serve as an ambassador to the Warsong Offensive. Will you please rescue them in my stead, $N?','Brother Keltan aboard Orgrim\'s Hammer wants you to rescue 10 Saronite Mine Slaves.','Their being driven insane? Voices in their heads?$b$bVoices in your head?!$b$bI want you to clear your mind of the taint that has crept into that place, boy.$b$bWe\'ll try to get the remainder of them out of there again tomorrow when you\'ve had a chance to rest.','I haven\'t received many reports of our men returning to the Argent Vanguard.$B$BAre you sure you\'ve been to Ymirheim to free them?','','Saronite Mine Slave rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,31866,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13224,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13303,10958,264,264,128,4294967295,75,0,0,0,197,1,0,0,0,0,0,0,0,0,'Test Quest','','','','','','Complete Achievement: Northrend Loremaster','','','',192,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29364,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56016,56016,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13304,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Field Repairs','The Scourge is still reeling from our attack, $N. Now is the time to capitalize on our momentum.$B$BThe strategically important valley below us is wide open. We\'ve located a disassembled demolisher vehicle in what we believe is working condition in the southeastern corner of the Valley of Lost Hope area.$B$BIf you can get the remaining parts from the Scourge scavengers, you should be able to get it running again. A single working demolisher can wreak havoc on the enemy\'s ground units.','Koltira Deathweaver aboard Orgrim\'s Hammer wants you to collect 5 Demolisher Parts from the Scavenging Geists in the Valley of Lost Hope and take them to the Wrecked Demolisher.','The Demolisher has seen better days, but the structure hasn\'t suffered any permanent damage. The parts you obtained should be enough to get it running again, at least temporarily.','The demolisher has suffered much damage.','','','','','',44529,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13282,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13305,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13236,0,0,'Do Your Worst','You\'re going to use this machine against the Scourge? You\'re not going to win against them like that.$B$BYou can destroy hundreds... even thousands of them. But you won\'t win. Not out here.$B$BWhen you\'re done playing with your machine, meet me to the north. There is an old army encampment. What I will show you will teach you a little bit about who you\'re up against.','Use the Refurbished Demolisher to destroy 150 Decomposed Ghouls, 20 Frostskull Mages and 2 Bone Giants in the Valley of Lost Hope. Speak to Matthias Lehner at the First Legion Forward Camp when you\'ve completed this task.','You see? You killed your fair share, but for every one you destroyed, another rose from the dirt to take its place$b$bYou don\'t know what you\'re up against, $n. Let me show you.','Are you done playing with your war machines?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31812,31813,31815,0,150,20,2,0,0,0,0,0,0,0,0,0,43881,43892,43932,43930,43847,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13304,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13306,10958,210,0,128,77,80,0,690,0,0,0,0,0,0,0,0,0,44127,1,'Raise the Barricades','When our forces begin to move beyond Aldur\'thar, they will be vulnerable to attack from the Ironwall Rampart and the broad glacier below.$B$BWe have neither the time nor the materials to build fortifications, but we can put up some barricades to shield our men from fire and break up Scourge charges.$B$BTake this barricade kit to the Valley of Fallen Heroes, on the west side of Aldur\'thar. Locate the markers I\'ve placed there and use this kit to construct your barricades there.','Koltira Deathweaver, aboard Orgrim\'s Hammer, wants you to construct 8 Barricades using your Barricade Construction Kit.','$b$bGood. It\'s not much protection, but it\'s better than nothing. That gate is still the perfect choke point if the Scourge commanders know what they\'re doing. We must gain control of as much of the surrounding area as possible.','Have you constructed those barricades?','','Barricades constructed','','','',0,0,0,0,0,0,0,0,0,0,0,0,31887,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13366,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13307,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Bloodspattered Banners','In the Valley of Fallen Heroes and Icecrown Glacier, to the west of Aldur\'thar, the Scourge seeks to use the fallen against us. Scourge lieutenants have woken the valley\'s dead and imbued them with fearsome strength and fervor. The banners carried by the Scourge leaders in the glacier area are the source of these powers. Kill the banner-bearers, and you will weaken the converted heroes they lead.$B$BIt falls to you to rid us of this obstacle, and thin the resistance before the main body can advance.','Koltira Deathweaver, aboard Orgrim\'s Hammer, wants you to kill 5 Scourge Banner-Bearers, 5 Scourge Converters, and 20 Converted Heroes.','You have removed the Scourge banner-bearers and their minions? Good. Our preparations must continue.','Have you killed the banner-bearers and stopped their attempt to use the fallen against us?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31900,32255,32257,0,5,20,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13367,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13308,10958,210,0,136,77,80,1,0,0,0,0,0,0,0,0,0,0,0,0,'Mind Tricks','$B$B$R-thing, I am in need of your assistance. Like your enslaved friends, I am a victim of the Lich King\'s ymirjar and their avarice. When I rose from below to investigate the noises coming from this cavern they captured and chained me.$B$BWill you please help me? The foreman of these mines holds the key to my chains. Kill him!$B$B','Darkspeaker R\'khem in the Saronite Mines wants you to recover the Foreman\'s Key to his chains.','$b$bGood... good! So that you know I am being fair, I will first give you your reward as promised.$b$bAnd then you will willingly hand me the key.','You will be richly rewarded for your service to me.$b$b$b$bYou will not regret unfettering me.','','','','','',44153,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44021,44024,44030,44031,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13224,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13309,10958,210,0,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Assault by Air','I\'ve got some boys suited and ready for their drops inside of Ymirheim. I could use you to see them there safely.$B$BInside the walls, the vrykul have set up some kind of automated spear guns that have been tearing up our transports. We had our engineers install a Suppression Turret to shut down those spear guns - just fire a round near any gun and the smoke should block its sight and clog its gears.$B$BHop on the turret and see to it that all my boys make it to their drops in one piece.','Ground Commander Koup at the edge of the glacier east of Ymirheim has ordered you to use the Skybreaker Suppression Turret to keep the Skybreaker Troop Transport alive long enough to make all of its drops.\n','Excellent work, soldier. We could use more able bodies like you around here - stop by another day if the operation hasn\'t wrapped up.','Did you get my boys inside?','','Skybreaker Infiltrators dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,32224,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13341,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13310,10958,210,0,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Assault by Air','Alright scrub, I\'ve got something to keep you from being a complete waste.$B$BA unit of highly trained infiltrators is ready to be dropped inside of Ymirheim. The vrykul inside have automated spear guns that have been ripping our transports to shreds, so we had the engineers on Orgrim\'s Hammer whip us up a suppression turret.$B$BYou\'re the gunner. Launch rounds at their spear guns to obscure their vision and clog their gears. See to it that my men all make their drops and the transport stays in one piece.','Ground Commander Xutjja at the edge of the glacier north of Ymirheim has ordered you to use the Kor\'kron Suppression Turret to keep the Kor\'kron Troop Transport alive long enough to make all of its drops.','Only partly useless then. Good work.','Get the job done?','','Kor\'kron Infiltrators dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,31888,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13340,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13311,10958,371,371,256,40,45,0,0,0,773,1,0,0,0,0,0,0,44185,1,'Demons Deck','Now that you have gathered all of the Demon cards together into a deck, another card appears on top. It depicts a fortune teller that seems to stare at you no matter how you hold the card.$b$bYou feel the card could be used to communicate with someone or something.','Use the Demons Deck to summon a Darkmoon Fortune Teller and give the deck to them.','You are quickly becoming a master of the quill. The tarot cards are of great interest to the Darkmoon Faire, so do not hesitate to call upon us if you manage to create more. We are not without our own skilled tradesmen, so please allow us to offer something in trade for the cards.','I see that you have managed to complete a deck of Demons! Congratulations!','','','','','',44185,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44217,44218,44219,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13312,10958,210,0,128,77,80,1,690,0,0,0,0,0,0,0,0,0,44186,1,'The Ironwall Rampart','The Ironwall Rampart overlooks the Valley of Fallen Heroes, west of Aldur\'thar. The rampart dominates the fields below on all sides. We will not be able to advance if the rampart cannot be taken, but it is held by Grimkor the Wicked and his Cult of the Damned disciples.$B$BIf you can weaken Grimkor, our forces know what to expect as we advance. Take this rune of distortion. Unleashing its power near Grimkor\'s orb at the end of the rampart should be enough to get the necromancer\'s attention.','Defeat Grimkor the Wicked and return to Koltira Deathweaver aboard Orgrim\'s Hammer.','So Grimkor has fallen by your hand? Excellent work. With him out of the way, our chances of taking and holding the rampart during the assault are greatly improved.','Have you completed your mission?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32162,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13306,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13313,10958,210,0,128,77,80,0,690,0,0,0,0,0,0,0,0,0,44212,1,'Blinding the Eyes in the Sky','The Alliance has somehow managed to field a squadron of recon vehicles over the Valley of Fallen Heroes and Icecrown Glacier, the broad areas west of Aldur\'thar.$B$BThey cannot be permitted to take the lead in this fight. Chief Engineer Copperclaw has supplied me with the perfect weapon to deal with this threat -- he calls his new missile the SGM-3. I have his assurances that it will take out the Alliance flying machines in a single hit. Go and use this weapon to give us the upper hand.','Use the SGM-3 to destroy 6 Skybreaker Recon Fighters, then report back to Sky-Reaver Korm Blackscar aboard Orgrim\'s Hammer.','Good. Fewer Alliance pests to stand in our way. We\'ll show them what true warriors look like.','','','Skybreaker Recon Fighters shot down','','','',0,0,0,0,0,0,0,0,0,0,0,0,32189,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13306,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13314,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,44222,1,'Get the Message','The Horde is up to something and I don\'t like it. After the stunt they pulled on the Broken Front, they\'re capable of anything, and it\'s up to us to stop it.$B$BThere\'s been a flurry of activity in the skies over the Icecrown Glacier, to the west of Aldur\'thar and the Ironwall Rampart. Horde scouts and messengers streak in and out on dragonhawks, carrying reports and orders. Take this dart gun and use it to kill the Orgrim\'s Hammer Scouts. It\'ll probably work best if you\'re flying, too.','Capture 6 Orgrim\'s Hammer Dispatches from Orgrim\'s Hammer Scouts and bring them to High Captain Justin Bartlett aboard the Skybreaker.','It\'s good to have someone competent running missions, $n. If only the we had an army of paladins like you, we could show the Horde what we\'re made of. These captured reports will help us to maintain the upper hand in this fight. We may be down, but we\'re far from out.','Have you intercepted those dispatches?','','','','','',44220,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13332,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13315,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Sneak Preview','Progress is being made. We have a promising array of tactics that should gain us control of the death gate. There will doubtlessly be many casualties, but in the end, we should be able to prevail - barring any interference from those Horde you insist on contending with...$b$bAt any rate, our next focus will be the gate of desolation. Fly down and become familiar with it and with the enemies posted there.$b$bWhen you return, I will have your missions prepared.','Thassarian, aboard the Skybreaker, wants you to fly down to the gate of desolation, visiting the south, central, north, and northwest regions of the gate. ','Well and good, $c.$b$bNow that you\'ve seen firsthand what we\'re up against, it\'s time to get to work...','Have you scouted the gate of desolation, $c?','','Aldur\'thar South Visited','Aldur\'thar Central Visited','Aldur\'thar North Visited','Aldur\'thar Northwest Visited',0,0,0,0,0,0,0,0,0,0,0,0,32195,32196,32197,32199,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',13288,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13316,10958,210,0,136,77,80,1,690,0,0,0,0,0,0,0,0,0,0,0,'The Guardians of Corp\'rethar','Corp\'rethar, called the Horror Gate. It is the last barrier between us and the Icecrown Citadel. It waits to the south of the Ironwall Rampart, beyond the glacier and the Conflagration. By the time our troops reach it, they will be exhausted and worse.$B$BWe must weaken its defenses, or our army\'s strength will break upon its walls.$B$BIts battlements are manned by some of the Lich King\'s fiercest and most zealous servants. Do all you can to destroy these guardians and hope it is enough.','Koltira Deathweaver, aboard Orgrim\'s Hammer, wants you to kill 5 Harbingers of Horror and 5 Corp\'rethar Guardians.','I hope your success at Corp\'rethar will prove an omen of the battle ahead. The Lich King cannot sit idly by as we march to the very gates of his stronghold.','Have you crippled Corp\'rethar\'s defenders?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32278,32280,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13329,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13317,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'----','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13318,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Drag and Drop','The Cult of the Damned hold the gate of desolation, eh? No surprise there.$b$bTime to have a little fun. At the southern end of the gate, you mentioned there were new cultists being trained. They\'re almost certain to be holding a special item given to all initiates - an Orb of Illusion.$b$bThese artifacts are used to disguise a cult member, allowing them to gain safe passage, infiltrate, or simply blend in with an enemy.$b$bKill the fools until you find one, $c, then use it on a subjugator.','Thassarian, aboard the Skybreaker, wants you to collect Orbs of Illusion from Bitter Initiates at Aldur\'thar and use them on 3 Dark Subjugators there.','An effective tool, given the circumstances, wouldn\'t you say?$b$bThat one never gets old....','Yes, $r?','','Dark Subjugator dragged and dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,32229,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13319,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Chain of Command','Based on your report, and my knowledge of the Cult, they have an overseer managing the operation of each encampment on the gate.$b$bWhile taking their leaders down will only be a temporary setback, it will at least slow them down and keep them off-balance. And that, $r, is a worthy enough goal for now.$b$bSeek out these overseers and return to me when they have been dispatched.','Thassarian aboard the Skybreaker wants you to go to Aldur\'thar and defeat Overseer Faedris, Overseer Savryn, Overseer Veraj, and Overseer Jhaeqon.','Well done, $r. But don\'t break your arm patting yourself on the back. They\'ll have those overseers replaced in no time...','Yes, $c?','','Overseer Faedris Killed','Overseer Jhaeqon Killed','Overseer Veraj Killed','Overseer Savryn Killed',0,0,0,0,0,0,0,0,0,0,0,0,32250,32285,32263,32291,1,1,1,1,0,0,0,0,0,0,0,0,43882,43891,43931,39458,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13320,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,13321,44251,1,'Cannot Reproduce','I smell their cauldrons from here, but that\'s not plague they\'re cooking.$b$bPledges to the cult are forced to drink a concoction that steals their will and enslaves them forever to the Lich King.$b$bSome say the potion contains the twisted soul of a being who was tormented before being mercilessly slaughtered, but I\'ve never been able to reproduce it...$b$bFill this flask with a sample from each of the three cauldrons in the northwest region of the gate and bring it to Chief Engineer Boltwrench.','Thassarian aboard the Skybreaker wants you to use the Partitioned Flask at each of the 3 Cultists\' Cauldrons at Aldur\'thar, then bring it to Chief Engineer Boltwrench.','$b$bWhat we have here is a simple failure to conglomerate...','Whatdya got there, $r?','','Blue Sample Collected','Green Sample Collected','Dark Sample Collected','',0,0,0,44251,0,0,0,0,0,1,0,0,32242,32244,32245,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13315,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13321,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,44307,1,'Retest Now','This should do the trick!$b$bThose twisted hooligans are looking for souls to put in their crazy-juice? Then I say we help \'em out a bit!$b$bTake a swig of this - don\'t worry, I\'ve diluted it plenty... I\'m almost positive that its only effect will be to detect any cultist\'s essence once you\'ve defeated them.$b$bWhen you\'ve collected a bunch of them, throw the writhing mass of twisted souls into any of their cauldrons.$b$bLet\'s see how they like a taste of their own medicine!','Chief Engineer Boltwrench aboard the Skybreaker wants you to throw a Writhing Mass into a cauldron at Aldur\'thar.','Wahoo!$b$bThat\'ll teach \'em!','Well, $c?$B$BWe have a few less cultists to worry about?','','Writhing Mass Banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,32266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39134,39144,39143,39121,39138,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13320,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13322,10958,210,0,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,44307,1,'Retest Now','Those twisted cultists are looking for souls to put in their crazy-juice? Then let\'s help \'em out a bit!$b$bTake a swig of this - don\'t worry, I\'ve diluted it plenty... I\'m almost positive that its only effect will be to detect any cultist\'s essence.$b$bOnce you\'ve collected a bunch of \'em, throw the writhing mass of twisted souls in one of their cauldrons.$b$bLet\'s see how they like a taste of their own medicine!','Chief Engineer Boltwrench aboard the Skybreaker wants you to drink the Diluted Cult Tonic, kill any Cultists at Aldur\'thar and take their Tainted Essences. You are then to combine 10 of the essences into a Writhing Mass and throw it into any of their cauldrons.','Wahoo!$b$bThat\'ll teach \'em!','Well, $c?$B$BWe have a few less cultists to worry about?','','Writhing Mass Banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,32266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13321,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13323,10958,210,0,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Drag and Drop','Looks like those initiates are increasing in number again. You know what to do...$b$bAt the southern portion of the gate, the new cultists are being trained. They\'re certain to be holding a special item given to all initiates - an Orb of Illusion.$b$bThese artifacts are used to disguise a cult member, allowing them to gain safe passage, infiltrate, or simply blend in with an enemy.$b$bSlay the fools until you find some, then use them on the subjugators there.','Thassarian, aboard the Skybreaker, wants you to collect Orbs of Illusion from Bitter Initiates at Aldur\'thar and use them on 3 Dark Subjugators there.','An effective tool, given the circumstances, wouldn\'t you say?$b$bThat one never gets old....','Yes, $r?','','Dark Subjugators dragged and dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,32229,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13318,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13324,10958,364,364,0,1,80,0,0,0,0,0,0,0,0,0,0,0,44259,1,'Darkmoon Prisms Deck','Now that you have gathered all of the Prism cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Prisms Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Prisms. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater Darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of Prisms! Congratulations!','','','','','',44259,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42988,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13325,10958,364,364,0,1,80,0,0,0,0,0,0,0,0,0,0,0,44276,1,'Darkmoon Chaos Deck','Now that you have gathered all of the Chaos cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Chaos Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Chaos. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater Darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of Chaos! Congratulations!','','','','','',44276,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42989,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13326,10958,364,364,0,1,80,0,0,0,0,0,0,0,0,0,0,0,44326,1,'Darkmoon Nobles Deck','Now that you have gathered all of the Nobles cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Nobles Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Nobles. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater Darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of Nobles! Congratulations!','','','','','',44326,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42987,44254,44253,44255,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13327,10958,364,364,0,1,80,0,0,0,0,0,0,0,0,0,0,0,44294,1,'Darkmoon Undeath Deck','Now that you have gathered all of the Undeath cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.','Return the Undeath Deck to the Darkmoon Faire when it comes to town.','So you have put together a deck of Undeath. Your gesture of returning it to us will create a tie between you and the Darkmoon that will not soon be forgotten. Allow me to present you with one of the greater Darkmoon cards as a small token of our appreciation.','I see that you have managed to complete a deck of Undeath! Congratulations!','','','','','',44294,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42990,0,0,0,1,0,0,0,909,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13328,10958,210,0,136,77,80,1,690,0,0,0,0,0,0,0,0,0,0,0,'Shatter the Shards','Atop the battlements of Corp\'rethar, the Lich King\'s minions have erected three crystals, the shards of horror, despair, and suffering. Should our men reach the walls of Corp\'rethar, he will unleash these weapons on our army.$B$BIn full effect, the crystals will afflict the minds of our men with paralyzing pain and fear. Then, the Scourge will be able to slaughter them at will.$B$BFind these shards, destroy them, and bring me their broken remains. We cannot allow the Lich King to deploy these weapons!','Bring the Broken Shard of Horror, the Broken Shard of Despair, and the Broken Shard of Suffering to Koltira Deathweaver aboard Orgrim\'s Hammer.','$b$bI remember these...$b$bLesser men would easily crumble beneath their assault. You have done well in removing their threat.','Have you shattered the Lich King\'s new weapons?','','','','','',44319,44320,44321,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13329,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13329,10958,210,0,128,77,80,1,690,0,0,0,0,0,0,0,0,0,44653,1,'Before the Gate of Horror','The Conflagration, the ground before Corp\'rethar, south of the Ironwall Rampart, is where the Lich King\'s elite soldiers have formed up to defend the citadel.$B$BLed by a contingent of death knights, a legion of skeletal reavers bars the way. I fear that even when these reavers fall, the Scourge will simply reconstitute them and send them back at us.$B$BI\'ve come up with a plan to stop this, but I have no way of knowing if it will work. Take this solution and use it to dissolve the remains of the reavers.','Koltira Deathweaver, aboard Orgrim\'s Hammer, wants you to use the Volatile Acid to dissolve the remains of 6 Skeletal Reavers.','$b$bGood. I\'ll have the engineers mix up as much of that acid as they can before we prepare to assault Corp\'rethar with the main force.','','','Skeletal Reaver bones dissolved','','','',0,0,0,0,0,0,0,0,0,0,0,0,32288,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13330,10958,210,0,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Blood of the Chosen','Those vrykul that have gained the favor of the Lich King call themselves the Ymirjar. They inhabit a city in the center of Icecrown. We have a lot of preparations to make before we assault Icecrown Citadel, and the one that stands before us now is routing these so-called \"Chosen\" of the Lich King.$B$BGo to their city, Ymirheim, and slaughter them in their home. Let there be no questions as to who the stronger combatants are here.','Warbringer Davos Rioht on Orgrim\'s Hammer has sent you to kill 20 vrykul in Ymirheim.','Not so strong after all, it seems. The Lich King will get what\'s coming to him.','Have you done what I\'ve asked of you?','','Ymirheim Vrykul slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,31258,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13224,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13331,10958,210,0,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,44212,1,'Keeping the Alliance Blind','The Alliance is tenacious, I\'ll give them that, but it\'ll take more than that to stop us. Take this SGM-3 with you and shoot down the Skybreaker\'s recon fighters once again.$B$BI doubt the message will get through their thick skulls, but there are enough missiles to keep trying to get our point across. Go and find their fighters flying above the Valley of Fallen Heroes, west of Aldur\'thar, and don\'t come back until you\'ve made wreckage of them.','Use the SGM-3 to destroy 6 Skybreaker Recon Fighters, then report back to Sky-Reaver Korm Blackscar aboard Orgrim\'s Hammer.','Well done, once again. Horde superiority is assured, at least until those Alliance pukes decide to challenge us again.','','','Skybreaker Recon Fighters shot down','','','',0,0,0,0,0,0,0,0,0,0,0,0,32189,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13313,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13332,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,44127,1,'Raise the Barricades','When our forces begin to move beyond Aldur\'thar, they will be vulnerable to attack from the Ironwall Rampart and the broad glacier below.$B$BWe have neither the time nor the materials to build fortifications, but we can put up some barricades to shield our men from fire and break up Scourge charges.$B$BTake this barricade kit to the Valley of Fallen Heroes, on the west side of Aldur\'thar. Locate the markers I\'ve placed there and use this kit to construct your barricades there.','Thassarian, aboard the Skybreaker, wants you to construct 8 Barricades using your Barricade Construction Kit.','$b$bGood. It\'s not much protection, but it\'s better than nothing. That gate is still the perfect choke point if the Scourge commanders know what they\'re doing. We must gain control of as much of the surrounding area as possible.','Have you constructed those barricades?','','Barricades constructed','','','',0,0,0,0,0,0,0,0,0,0,0,0,31887,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13345,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13333,10958,210,0,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,44222,1,'Capture More Dispatches','Despite our efforts, the Horde continues to send scouts to the area of the Icecrown Glacier, to the west of the Ironwall Rampart and Aldur\'thar.$B$BWe can\'t afford to let the Horde gain the upper hand with this scouting operation. Take the dart gun with you again and show the Orgrim\'s Hammer scouts no mercy! Bring the captured dispatches to me.$B$BThe Horde\'s wasted efforts will be our gain.','Capture 6 Orgrim\'s Hammer Dispatches from Orgrim\'s Hammer Scouts and bring them to High Captain Justin Bartlett aboard the Skybreaker.','$b$bThis is just what we need. Not even the Horde is so stupid as to charge in blindly against the Scourge. With their reports in hand, we\'ll be well prepared.','Have you intercepted those dispatches?','','','','','',44220,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13314,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13334,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Bloodspattered Banners','In the Valley of Fallen Heroes and Icecrown Glacier, to the west of Aldur\'thar, the Scourge seeks to use the fallen against us. Scourge lieutenants have woken the valley\'s dead and imbued them with fearsome strength and fervor. The banners carried by the Scourge leaders in the glacier area are the source of these powers. Kill the banner-bearers, and you will weaken the converted heroes they lead.$B$BIt falls to you to rid us of this obstacle, and test the resistance before the main body can advance.','Thassarian, aboard the Skybreaker, wants you to kill 5 Scourge Banner-Bearers, 5 Scourge Converters, and 20 Converted Heroes.','You have removed the Scourge banner-bearers and their minions? Good. Our preparations must continue.','You have removed the Scourge banner-bearers and their minions? Good. Our preparations must continue.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31900,32255,32257,0,5,20,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13346,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13335,10958,210,0,128,77,80,1,1101,0,0,0,0,0,0,0,0,0,44653,1,'Before the Gate of Horror','The Conflagration, the ground before Corp\'rethar, south of the Ironwall Rampart, is where the Lich King\'s elite soldiers have formed up to defend the citadel.$B$BLed by a contingent of death knights, a legion of skeletal reavers bars the way. I fear that even when these reavers fall, the Scourge will simply reconstitute them and send them back at us.$B$BI\'ve come up with a plan to stop this, but I have no way of knowing if it will work. Take this solution and use it to dissolve the remains of the reavers.','Thassarian, aboard the Skybreaker, wants you to use the Volatile Acid to dissolve the corpses of 6 Skeletal Reavers.','$b$bSo the acid worked? Good. We\'ll need it when the army goes up against the reavers in force.','Have you tested the solution out on the reavers?','','Skeletal Reaver bones dissolved','','','',0,0,0,0,0,0,0,0,0,0,0,0,32288,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13336,10958,210,0,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Blood of the Chosen','Those vrykul that have gained the favor of the Lich King call themselves the Ymirjar. They inhabit a city in the center of Icecrown. We have a lot of preparations to make before we assault Icecrown Citadel, and the one that stands before us now is routing these so-called \"Chosen\" of the Lich King.$B$BGo to their city, Ymirheim, and slaughter them in their home. Let there be no questions as to who the stronger combatants are here.','Knight-Captain Drosche on the Skybreaker has sent you to kill 20 vrykul in Ymirheim.','The traitor king will fall. Of that I have no doubt.','Have you done what I\'ve asked of you?','','Ymirheim Vrykul slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,31258,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13225,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13337,10958,210,0,128,77,80,1,1101,0,0,0,0,0,0,0,0,0,44186,1,'The Ironwall Rampart','The Ironwall Rampart overlooks the Valley of Fallen Heroes, west of Aldur\'thar. The rampart dominates the fields below on all sides. We will not be able to advance if the rampart cannot be taken, but it is held by Grimkor the Wicked and his Cult of the Damned disciples.$B$BIf you can weaken Grimkor, our forces will know what to expect as we advance. Take this rune of distortion. Unleashing its power near Grimkor\'s orb at the end of the rampart should be enough to get the necromancer\'s attention.','Defeat Grimkor the Wicked and return to Thassarian aboard the Skybreaker.','So Grimkor has fallen by your hand? Excellent work. With him out of the way, our chances of taking and holding the rampart during the assault are greatly improved.','Have you completed your mission?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32162,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13332,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13338,10958,210,0,136,77,80,1,1101,0,0,0,0,0,0,0,0,0,0,0,'The Guardians of Corp\'rethar','Corp\'rethar, called the Horror Gate. It is the last barrier between us and the Icecrown Citadel. It waits to the south of the Ironwall Rampart, beyond the glacier and the Conflagration. By the time our troops reach it, they will be exhausted and worse.$B$BWe must weaken its defenses, or our army\'s strength will break upon its walls.$B$BIts battlements are manned by some of the Lich King\'s fiercest and most zealous servants. Do all you can to destroy these guardians and hope it is enough.','Thassarian, aboard the Skybreaker, wants you to kill 5 Harbingers of Horror and 5 Corp\'rethar Guardians.','I hope your success at Corp\'rethar will prove an omen of the battle ahead. The Lich King cannot sit idly by as we march to the very gates of his stronghold.','Have you crippled Corp\'rethar\'s defenders?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32278,32280,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13335,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13339,10958,210,0,136,77,80,1,1101,0,0,0,0,0,0,0,0,0,0,0,'Shatter the Shards','Atop the battlements of Corp\'rethar, the Lich King\'s minions have erected three crystals, the shards of horror, despair, and suffering. Should our men reach the walls of Corp\'rethar, he will unleash these weapons on our army.$B$BIn full effect, the crystals will afflict the minds of our men with paralyzing pain and fear. Then, the Scourge will be able to slaughter them at will.$B$BFind these shards, destroy them, and bring me their broken remains. We cannot allow the Lich King to deploy these weapons!','Bring the Broken Shard of Horror, the Broken Shard of Despair, and the Broken Shard of Suffering to Thassarian, aboard the Skybreaker.','$b$bI remember these...$b$bLesser men would easily crumble beneath their assault. You have done well in removing their threat.','Have you shattered the Lich King\'s new weapons?','','','','','',44319,44320,44321,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,350,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13335,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13340,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Joining the Assault','We need more men to join the main assault on Ymirheim.$B$BAny warrior with half a brain can tell you that vrykul are fierce fighters and should not be taken lightly. That goes two-fold for the Ymirjar. They have shown us no restraint in proving why the Lich King deemed them worthy.$B$BGround Commander Xutjja is overseeing the assault. The city itself is located in the center of Icecrown - Xutjja\'s troops are positioned near the edge of the glacier, north of the city.','Report to Ground Commander Xutjja at the edge of the glacier north of Ymirheim.','More meat for the grinder. Welcome to hell, soldier.$b$bMy men are leading the assault on the gate from this position, and we\'re dropping some infiltrators in the city via air - we need more people on both fronts. I have a feeling that this attack will be going on for some time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,19000,0,0,0,0,0,0,571,7504.21,1785.53,0,33000,0,0,0,0,'',13224,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13341,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Joining the Assault','We need more men to join the main assault on Ymirheim.$B$BAny warrior with half a brain can tell you that vrykul are fierce fighters and should not be taken lightly. That goes two-fold for the Ymirjar. They have shown no restraint in proving to us why the Lich King deemed them worthy.$B$BGround Commander Koup is overseeing the assault. The city itself is located in the center of Icecrown - Koup\'s troops are positioned near the edge of the glacier, east of the city.','Report to Ground Commander Koup at the edge of the glacier east of Ymirheim.','Welcome to hell, soldier.$b$bMy men are leading the assault on the gate from this position, and we\'re dropping some infiltrators in the city via air - we need more people on both fronts. I have a feeling that this attack will be going on for some time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,19000,0,0,0,0,0,0,571,7280.44,1520.9,0,33000,0,0,0,0,'',13225,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13342,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,44433,1,'Not a Bug','Alright, $g friend:missy;, time to plant a bug.$b$bRelax, it\'s not a bug exactly, but it\'ll serve our purposes.$b$bIn the northern portion of Aldur\'thar the cult\'s void summoners enslave demonic minions. Use this rod to siphon the dark matter from the corpses of these enslaved minions, and then use their summoning crystal to bring our little spy into being.$b$bUntil it is discovered, the messenger will serve as our eyes and ears, discreetly observing the actions of our enemy.','Thassarian, aboard the Skybreaker, wants you to collect 5 Dark Matters and summon a Dark Messenger at Aldur\'thar.','You have done well, $c.$b$bThe messenger has already turned up some valuable information.','Yes, $c?','','Dark Messenger summoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,32314,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39372,39414,39443,39462,39471,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13318,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13343,10958,65,0,130,80,80,0,0,0,0,0,0,0,0,0,0,0,44450,1,'Mystery of the Infinite, Redux','There you are! Or, were we just talking?$B$B$B$BAnyway, the Infinites are after you! Well, not you per-se. Rather, they\'re after the past version of you that defended the Hourglass of Eternity. You remember, right?$B$BThat was you back then, except it\'s you now too. Wait, that\'s not important. What is important is that you head back to the Bronze Dragonshrine and defend yourself and the hourglass from their attacks before you get erased from history!','Chromie, at the top of Wyrmrest Temple, has asked you to travel once more to the Bronze Dragonshrine.$B$BOnce inside, place the Hourglass of Eternity on the ground and help your Past Self to protect it from the forces of the Infinite Dragonflight.','Oh my goodness, you made it! I was uncertain.$b$bYou flickered in and out of the time stream there for a moment during the fight! I thought for sure that we\'d lost you!$b$bBut here you are safe and sound, with your past self rescued, on the other side of the time loop you were in.$b$bYou\'re quite the temporal hero, $n!','$B$BDo I know you? I sense an aura about you as if your very existence is in flux. Either that or you\'re stuck in a time loop.$B$BWhatever the reason, you\'d better fix it fast or you won\'t exist for very long at all!','Hourglass of Eternity protected from the Infinite Dragonflight.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38763,38764,38765,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,571,4114.09,-403.37,1,165300,0,0,0,0,'',12470,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,4,1,25,0,0,0,0,0,0,0,6),(13344,10958,210,0,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,44433,1,'Not a Bug','The cultists have discovered the last messenger you summoned, $r.$b$bWhile it was quite informative, it\'s important that we continue to monitor their every move.$b$bUse this rod to siphon the dark matter from the corpses of enslaved minions at Aldur\'thar. Then use their summoning crystal to bring another dark messenger into being.$b$bUntil it is discovered, the messenger will serve as our eyes and ears, discreetly observing the actions of our enemy.','Thassarian, aboard the Skybreaker, wants you to collect 5 Dark Matters and summon a Dark Messenger at Aldur\'thar.','Well done, friend.$b$bThe messenger is up and reporting in as we speak.','Yes, $c?','','Dark Messenger summoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,32314,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13342,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13345,10958,210,0,136,77,80,1,1101,0,0,0,0,0,0,0,0,13346,0,0,'Need More Info','The Cult of the Damned are notorious for concocting grandiose plans that in the end, rarely succeed. But something feels different this time....$b$bPerhaps it\'s the proximity to the Lich King that has their fervor heightened. Whatever it is, they appear to be more confident than ever. We must know what feeds this bravado and then find a way to strip them of it!$b$bI believe the key lies with their researchers. Find out what they\'re up to and report back to me with the details.','Thassarian, aboard the Skybreaker, wants you to collect the 3 pages of Cultists\' Research from the Cult Researchers at Aldur\'thar and use them to create the Cult of the Damned Thesis.','This is alarming, indeed....','Have you determined what their researchers are up to, $r?','','','','','',44462,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13318,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13346,10958,210,0,136,77,80,1,1101,0,0,0,0,0,0,0,0,0,0,0,'No Rest For The Wicked','These fools have actually stumbled upon something that could pose a serious threat to our plans!$b$bThe leader of this particular sect, Alumeth, has ritualistically sacrificed himself and now his underlings are channeling power to his soul.$b$bIf he\'s allowed to rest, their efforts will soon transform him into a mighty adversary.$b$bCombine his heart, skull, scepter and robes from around their chamber and use his remains on the crystal there.$b$bHurry, $r! Destroy him before he becomes any more powerful!','Thassarian, aboard the Skybreaker, wants you to defeat Alumeth the Ascended at Aldur\'thar.','Alumeth has suffered a sound defeat, but I sense that his spirit still lingers...','Well, friend? Were you successful against Alumeth?','','Alumeth the Ascended Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,32300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44394,44393,44395,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13345,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13347,10958,65,0,128,71,74,0,1101,0,0,0,0,0,0,0,0,13369,0,0,'Reborn From The Ashes','Our fate is emblazoned upon our souls at birth. Bolvar\'s fall, while tragic, was unavoidable.$B$BAll that you can do now is honor your hero, $N. Collect Bolvar\'s shield from the field of battle and return it to your king. When you present the shield to Varian, tell him this: \"All is not lost. From the ashes of the fallen will rise a force that will unite nations and purge the evil from this world.\"$B$BHe mustn\'t lose faith. Go now, $N. Your people need a hero. They need you.','Gather Fordragon\'s Shield from the field of battle at Angrathar the Wrath Gate and return it to King Varian Wrynn at Stormwind Keep in Stormwind City.','The Dragon Queen is right, $n. All is not lost. I will be the force that rises from the ashes and I will purge the evil of the Horde from this world. The deaths of our brothers and sisters will not have been in vain.','$b$b$b$bThis is my fault.','','','','','',44474,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1050,0,0,0,1050,500,500,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,186900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,3,1,1,15,0,0,0,0,0,0,0,0,7),(13348,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13349,0,0,'Futility','Do you see now? Sending your men against the prince\'s armies just swells their numbers.$B$BI don\'t expect you to understand... you\'ll probably just end up like the others. You\'d best return to whoever sent you. They might be worried.','Return to Koltira Deathweaver aboard Orgrim\'s Hammer.','There you are. Nice work down in the valley. The carnage was visible all the way up here.$b$bAre you ok? You look like you\'ve seen a ghost.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13236,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13349,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Cradle of the Frostbrood','We need to keep our momentum going. Let\'s not give the Scourge forces any respite.$B$BSindragosa\'s Fall lies east just beyond the Valley of Lost Hope. The Cult of the Damned operate there, under close supervision of the Lich King\'s undead vrykul lackeys.$B$BIt is a place of great power, possibly a blue dragonflight graveyard. The feared frostbrood are raised there from the bones of blue dragons.$B$BAn attack there would have great impact on the enemy\'s access to frost wyrms. Are you up to it, $N?','Koltira Deathweaver aboard Orgrim\'s Hammer wants you to slay 5 Wyrm Reanimators, 8 Cultist Corrupters and 3 Vrykul Necrolords at Sindragosa\'s Fall.','You\'ve done well, $n. You might want to rest for a while. You look a little pale.','Hail, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31731,31738,31783,0,5,8,3,0,0,0,0,0,0,0,0,0,39115,39135,39136,39130,39133,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13348,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13350,10958,210,0,4232,77,80,1,1101,0,0,0,0,0,0,0,0,0,0,0,'No Rest For The Wicked','It\'s Alumeth... He\'s growing in power again. I can sense it. Again his underlings are channeling power to his soul.$b$bIf he\'s allowed to rest, their efforts will soon transform him into a mighty adversary.$b$bReturn to his chamber in the north portion of Aldur\'thar. Combine his heart, skull, scepter and robes, then use his remains on the crystal there.$b$bHurry, $r! Destroy him before he becomes any more powerful!','Thassarian, aboard the Skybreaker, wants you to defeat Alumeth the Ascended at Aldur\'thar.','Alumeth has suffered a sound defeat, but I sense that his spirit still lingers...','Well, friend? Were you successful against Alumeth?','','Alumeth the Ascended Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,32300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13346,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13351,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Sneak Preview','Progress is being made. We have a promising array of tactics that should gain us control of the death gate. There will doubtlessly be many casualties, but in the end, we should be able to prevail - barring any interference from the Alliance.$b$bOur next focus will be Aldur\'thar, the gate of desolation. Fly down and become familiar with it and with the enemies posted there.$b$bWhen you return, I will have your missions prepared.','Koltira, aboard Orgrim\'s Hammer, wants you to fly down to the gate of desolation, visiting the south, central, north, and northwest regions of the gate. ','Well and good, $c.$b$bNow that you\'ve seen firsthand what we\'re up against, it\'s time to get to work...','Have you scouted the gate of desolation, $c?','','Aldur\'thar South Visited','Aldur\'thar Central Visited','Aldur\'thar North Visited','Aldur\'thar Northwest Visited',0,0,0,0,0,0,0,0,0,0,0,0,32195,32196,32197,32199,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',13264,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13352,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Drag and Drop','The Cult of the Damned hold the gate of desolation, eh? No surprise there.$b$bTime to have a little fun. At the southern end of the gate, you mentioned there were new cultists being trained. They\'re almost certain to be holding a special item given to all initiates - an Orb of Illusion.$b$bThese artifacts are used to disguise a cult member, allowing them to gain safe passage, infiltrate, or simply blend in with an enemy.$b$bKill the fools until you find one, $c, then use it on a subjugator.','Koltira, aboard Orgrim\'s Hammer, wants you to collect Orbs of Illusion from Bitter Initiates at Aldur\'thar and use them on 3 Dark Subjugators there.','An effective tool, given the circumstances, wouldn\'t you say?$b$bThat one never gets old....','Yes, $r?','','Dark Subjugator dragged and dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,32229,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13351,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13353,10958,210,0,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Drag and Drop','Looks like those initiates are increasing in number again. You know what to do...$b$bAt the southern portion of the gate, the new cultists are being trained. They\'re certain to be holding a special item given to all initiates - an Orb of Illusion.$b$bThese artifacts are used to disguise a cult member, allowing them to gain safe passage, infiltrate, or simply blend in with an enemy.$b$bSlay the fools until you find some, then use them on the subjugators there.','Koltira, aboard Orgrim\'s Hammer, wants you to collect Orbs of Illusion from Bitter Initiates at Aldur\'thar and use them on 3 Dark Subjugators there.','An effective tool, given the circumstances, wouldn\'t you say?$b$bThat one never gets old....','Yes, $r?','','Dark Subjugator dragged and dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,32229,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13352,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13354,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Chain of Command','Based on your report, and my knowledge of the Cult, they have an overseer managing the operation of each encampment on the gate.$b$bWhile taking their leaders down will only be a temporary setback, it will at least slow them down and keep them off-balance. And that, $r, is a worthy enough goal for now.$b$bSeek out these overseers and return to me when they have been dispatched.','Koltira aboard Orgrim\'s Hammer wants you to go to Aldur\'thar and defeat Overseer Faedris, Overseer Savryn, Overseer Veraj, and Overseer Jhaeqon.','Well done, $r. But don\'t break your arm patting yourself on the back. They\'ll have those overseers replaced in no time...','Yes, $r?','','Overseer Faedris Killed','Overseer Jhaeqon Killed','Overseer Veraj Killed','Overseer Savryn Killed',0,0,0,0,0,0,0,0,0,0,0,0,32250,32285,32263,32291,1,1,1,1,0,0,0,0,0,0,0,0,43882,43891,43931,39458,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13351,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13355,10958,210,0,128,77,80,0,690,0,0,0,0,0,0,0,0,13356,44251,1,'Cannot Reproduce','I smell their cauldrons from here, but that\'s not plague they\'re cooking.$b$bPledges to the cult are forced to drink a concoction that steals their will and enslaves them forever to the Lich King.$b$bSome say the potion contains the twisted soul of a being who was tormented before being mercilessly slaughtered, but I\'ve never been able to reproduce it...$b$bFill this flask with a sample from each of the three cauldrons in the northwest region of the gate and bring it to Chief Engineer Copperclaw.','Koltira aboard Orgrim\'s Hammer wants you to use the Partitioned Flask at each of the 3 Cultists\' Cauldrons at Aldur\'thar, then bring it to Chief Engineer Copperclaw.','$b$bAhh... I know just the thing!','Whatdya got there, $c?','','Blue Sample Collected','Green Sample Collected','Dark Sample Collected','',0,0,0,44251,0,0,0,0,0,1,0,0,32242,32244,32245,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13351,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13356,10958,210,0,128,77,80,0,690,0,0,0,0,0,0,0,0,0,44307,1,'Retest Now','This should do the trick!$b$bThose twisted hooligans are looking for souls to put in their crazy-juice? Then I say we help \'em out a bit!$b$bTake a swig of this - don\'t worry, I\'ve diluted it plenty... Its only effect will be to detect any cultist\'s essence once you\'ve defeated them.$b$bWhen you\'ve collected a bunch of essences, throw the writhing mass of twisted souls into any of their cauldrons.$b$bLet\'s see how they like a taste of their own medicine!','Chief Engineer Copperclaw aboard Orgrim\'s Hammer wants you to throw a Writhing Mass into a cauldron at Aldur\'thar.','Wahoo!$b$bThat\'ll teach \'em!','Well, $R? How\'d it turn out?','','Writhing Mass Banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,32266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39134,39144,39143,39121,39138,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13355,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13357,10958,210,0,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,44307,1,'Retest Now','Those twisted cultists are looking for souls to put in their crazy-juice? Then let\'s help \'em out a bit!$b$bTake a swig of this - don\'t worry, I\'ve diluted it plenty... I\'m almost positive that its only effect will be to detect any cultist\'s essence.$b$bOnce you\'ve collected a bunch of \'em, throw the writhing mass of twisted souls in one of their cauldrons.$b$bLet\'s see how they like a taste of their own medicine!','Chief Engineer Copperclaw aboard Orgrim\'s Hammer wants you to throw a Writhing Mass into a cauldron at Aldur\'thar.','Wahoo!$b$bThat\'ll teach \'em!','Well? How\'d it turn out?','','Writhing Mass Banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,32266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13356,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13358,10958,210,0,128,77,80,0,690,0,0,0,0,0,0,0,0,0,44433,1,'Not a Bug','Alright, $g friend:missy;, time to plant a bug.$b$bRelax, it\'s not a bug exactly, but it\'ll serve our purposes.$b$bIn the northern portion of Aldur\'thar, the cult\'s void summoners enslave demonic minions. Use this rod to siphon the dark matter from the corpses of these enslaved minions, and then use the cultists\' summoning crystal to bring our little spy into being.$b$bUntil it is discovered, the messenger will serve as our eyes and ears, discreetly observing the actions of our enemy.','Koltira, aboard Orgrim\'s Hammer, wants you to collect 5 Dark Matters and summon a Dark Messenger at Aldur\'thar.','You have done well, $c.$b$bThe messenger has already turned up some valuable information.','Yes, $c?','','Dark Messenger summoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,32314,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39372,39414,39443,39462,39471,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13352,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13359,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Where Dragons Fell','A whole brood of blue dragons fell here. And now, one by one, they\'re being raised by his servants.$B$BHe raised the biggest of them all himself. Bring me some bone dust from the whelps and I\'ll show you exactly how he did it.','Matthias Lehner at Sindragosa\'s Fall wants you to obtain 6 Whelp Bone Dusts.','Even the mighty wyrms had to heed his call. How is a simple mortal like you going to resist him?','Did you get the dust, $n?','','','','','',44631,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,61043,0,0,0,0,0,0,0,132300,0,0,0,0,'',13349,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13360,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13361,0,0,'Time for Answers','You have a lot of questions, $N. You\'re the only one who can see me because you touched something that once belonged to him... don\'t you remember?$B$BYou don\'t know what it is? Well I can\'t just tell you... that would make him really mad. He\'s not just a prince anymore... he\'s the king!$B$BMeet me at the Court of Bones, north of Icecrown Citadel and you can see for yourself.','Speak to Matthias Lehner at the Court of Bones.','There you are. I started to wonder whether you\'d show up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',13359,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13361,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13362,0,0,'The Hunter and the Prince','Before the prince became a king, he fought many battles... but only one where he came close to dying.$B$BIt was fought right here. After you let me show you what happened, you\'ll understand everything.$B$BFind a bloodstained stone and pick it up from the floor. You\'ll see what happened.','Matthias Lehner in the Court of Bones wants you to look for a Bloodstained Stone and complete the Prince\'s Destiny.','After that fight, the prince realized what was holding him back was that he was still human... he could still feel... he could still bleed. He still had a heart.$b$bThe first thing he did when he became king was to rid of himself of it. He threw it down the pit where we first met. And you, $n, were the first person to touch it since.','Did you see, $N? Did you?','','The Prince\'s Destiny','','','',0,0,0,0,0,0,0,0,0,0,0,0,32797,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,38741,39040,39066,39108,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13360,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13362,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Knowledge is a Terrible Burden','Now you know what you\'re up against, $N. An opponent who no longer knows pain... remorse... or humanity. An opponent who will do anything to get what he wants.$B$BThe heart was his weakness and now he knows you\'ve found it.$B$BIf you\'re going to go back for it, you\'d best bring help. He will not leave it unguarded again.','Report back to Koltira aboard Orgrim\'s Hammer.','Little kid\'s ghost... Arthas\'s heart... you\'d better slow down... you\'re making my head spin.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13361,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13363,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13364,0,0,'Argent Aid','There were rumors about the events you speak of among the death knights. I always expected the story to be more... symbolic.$B$BWe must warn others, but we must be discreet. As soon as the Lich King knows we\'re making our move, he\'ll move the location of the heart -- we\'ll never get a chance like this again.$B$BThe Horde and the Alliance have been infiltrated by the Cult of the Damned before. The Ebon Blade operates too close to the Scourge.$B$BWe have to speak to Tirion Fordring and his Argent Crusade.','Speak to Highlord Tirion Fordring at the Crusader\'s Pinnacle.','Heavy words, $n. If it were somebody else saying them, I\'d be likely to judge them insane.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',13362,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13364,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Tirion\'s Gambit','Just this morning, my scouts informed me of a Cult of the Damned procession leaving from Icecrown Citadel to the Cathedral of Darkness, bearing an artifact.$B$BAnd now I learn that it might be Arthas\'s own heart... a thing containing the last bit of his remaining humanity.$B$BThis is a sign of the Light. As long as such an artifact exists, there is a chance that Arthas Menethil can become a man again!$B$BMeet me at the cathedral\'s entrance. Be sure to bring a cultist\'s hood -- we\'re going incognito.','Tirion Fordring, at the Crusader\'s Pinnacle, wants you to obtain and wear a Cultist Acolyte\'s Hood and meet him at the entrance of the Cathedral of Darkness, northwest of Icecrown Citadel.','I do not view what we just went through as a failure, $n... quite the opposite.$b$bBy allowing me to peer into his heart, you allowed me to confirm what I needed to know. There is no Arthas Menethil anymore -- there is only the Lich King.','Light be with you, $N.','','','Tirion\'s Gambit','','',0,0,0,0,0,0,0,0,0,0,0,0,0,32648,0,0,0,1,0,0,0,0,0,0,0,0,0,0,44745,44747,44746,44748,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,1098,1050,1085,0,0,500,500,500,500,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13363,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13365,10958,210,0,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,44433,1,'Not a Bug','The cultists have discovered the last messenger you summoned, $r.$b$bWhile it was quite informative, it\'s important that we continue to monitor the cult\'s every move.$b$bUse this rod to siphon the dark matter from the corpses of enslaved minions at Aldur\'thar. Then use their summoning crystal to bring another dark messenger into being.$b$bUntil it is discovered, the messenger will serve as our eyes and ears, discreetly observing the actions of our enemy.','Koltira, aboard Orgrim\'s Hammer, wants you to collect 5 Dark Matters and summon a Dark Messenger at Aldur\'thar.','Well done, friend.$b$bThe messenger is up and reporting in as we speak.','Yes, $c?','','Dark Messenger summoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,32314,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13358,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13366,10958,210,0,136,77,80,1,690,0,0,0,0,0,0,0,0,13367,0,0,'Need More Info','The Cult of the Damned are notorious for concocting grandiose plans that in the end, rarely succeed. But something feels different this time....$b$bPerhaps it\'s the proximity to the Lich King that has their fervor heightened. Whatever it is, they appear to be more confident than ever. We must know what feeds this bravado and then find a way to strip them of it!$b$bI believe the key lies with their researchers. Find out what they\'re up to and report back to me with the details.','Koltira, aboard Orgrim\'s Hammer, wants you to collect the 3 pages of Cultists\' Research from the Cult Researchers at Aldur\'thar and use them to create the Cult of the Damned Thesis.','This is alarming, indeed....','Have you discovered what their researchers are up to, $c?','','','','','',44462,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13352,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13367,10958,210,0,136,77,80,1,690,0,0,0,0,0,0,0,0,0,0,0,'No Rest For The Wicked','These fools have actually stumbled upon something that could pose a serious threat to our plans!$b$bThe leader of this particular sect, Alumeth, has ritualistically sacrificed himself and now his underlings are channeling power to his soul.$b$bIf he\'s allowed to rest, their efforts will soon transform him into a mighty adversary.$b$bCombine his heart, skull, scepter and robes from around their chamber and use his remains on the crystal there.$b$bHurry, $r! Destroy him before he becomes any more powerful!','Koltira, aboard Orgrim\'s Hammer, wants you to slay Alumeth the Ascended at Aldur\'thar.','Alumeth has suffered a sound defeat, but I sense that his spirit still lingers...','Well, $r? Were you able to stop Alumeth?','','Alumeth the Ascended Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,32300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44393,44394,44395,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13366,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13368,10958,210,0,4232,77,80,1,690,0,0,0,0,0,0,0,0,0,0,0,'No Rest For The Wicked','It\'s Alumeth... He\'s growing in power again. I can sense it. Again his underlings are channeling power to his soul.$b$bIf he\'s allowed to rest, their efforts will soon transform him into a mighty adversary.$b$bReturn to his chamber in the north portion of Aldur\'thar. Combine his heart, skull, scepter and robes, then use his remains on the crystal there.$b$bHurry, $r! Destroy him while there\'s still time!','Koltira, aboard Orgrim\'s Hammer, wants you to slay Alumeth the Ascended at Aldur\'thar.','Alumeth has suffered a sound defeat, but I sense that his spirit still lingers...','Well, friend? Were you successful against Alumeth?','','Alumeth the Ascended Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,32300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13367,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13369,10958,65,0,128,71,74,0,1101,0,0,0,0,0,0,0,0,13370,0,0,'Fate, Up Against Your Will','At the behest of Lady Proudmoore, I will allow a diplomatic mission to Orgrimmar to question the Horde\'s Warchief, Thrall. You will assist her in this journey and keep her safe from harm. Return to me with news from Orgrimmar.$B$BSpeak to Jaina when you are ready to leave.','Assist Lady Jaina Proudmoore in Orgrimmar. Speak to the Warchief of the Horde, Thrall, at Orgrimmar on the continent of Kalimdor.','The Horde does not want war, $r. Listen well...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1050,0,0,0,1050,250,250,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,124500,0,0,0,0,'',13347,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,0,0,0,5),(13370,10958,65,0,128,71,74,0,1101,0,0,0,0,0,0,0,0,13371,0,0,'A Royal Coup','Your champion, Bolvar, died in defense of our world. The Horde is saddened by the loss of such a great hero, but the Horde was not responsible for the cowardly attacks made by Putress at the Wrath Gate. We have also lost mighty heroes because of this betrayal.$B$BTell your king that we will do everything in our power to bring the perpetrators of this cowardly act to justice. We will do all that we can to avoid conflict with the Alliance, but we will not hesitate to defend ourselves if provoked.','Use the portal in Grommash Hold to return to Stormwind Keep and deliver Thrall\'s message to King Varian Wrynn.','They have lost the Undercity? Then the time to strike is now. We will deal with Putress ourselves and retake the Ruins of Lordaeron for the Alliance!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1050,0,0,0,1050,250,250,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,124500,0,0,0,0,'',13369,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,6,1,0,0,0,0,0,0,0,0,0,5),(13371,10958,65,0,128,71,74,0,1101,0,0,0,0,0,0,0,0,13377,0,0,'The Killing Time','I sent Broll and Valeera to the Undercity before you left for Orgrimmar. In fact, they\'re now stationed outside the sewer entrance to the ruins, awaiting orders.$B$BLady Proudmoore will open a portal to our forces outside the Undercity. Go there and report to Broll. Jaina and I will be close behind.','Use the Portal to the Undercity inside Stormwind Keep to teleport to the Undercity. Report to Broll Bearmantle when you arrive at your destination.','Who are you supposed to be? Varian said he\'d send heroes.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1050,0,0,0,1050,10,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',13370,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,6,1,0,0,0,0,0,0,0,0,0,1),(13372,10958,65,0,128,80,80,0,0,0,0,0,0,0,0,0,0,0,44569,1,'The Key to the Focusing Iris','A potent thrumming of magical nature can be heard and felt emanating from the eye-shaped jewel dropped from Sapphiron\'s clutches. To mortal ears it is nearly painful to be in the presence of the stone.$B$BSurely such a powerful item of import can only be taken to the queen of the dragons, Alexstrasza the Life-Binder. Seek her counsel atop Wyrmrest Temple in the Dragonblight.','Deliver the Key to the Focusing Iris to Alexstrasza the Life-Binder atop Wyrmrest Temple in the Dragonblight.','These keys are held by the most ancient members of the blue dragonflight. Only they are entrusted with them by their master, Malygos.$b$bThis is the break that we\'ve been waiting for to strike at the Aspect of Magic!$b$b$b$bYou are not be able to use the key as-is to access the Focusing Iris, but I can imbue you with a portion of my power; enough to enable you to use it to open the iris a fraction.$b$bIt will be enough to draw Malygos\'s ire!','$n, you have come into contact with a key to the focusing iris! Do you have it upon your person?$b$b$b$bHow did you ever come into its possession? Oh, Sapphiron still had his?','','','','','',44569,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44582,0,0,0,1,0,0,0,1091,0,0,0,0,0,500,0,0,0,0,0,0,222000,0,0,0,0,0,0,571,3531.14,271.28,1,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13373,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Fringe Science Benefits','I installed our infra-green technology into commandeered bombers; it\'ll protect you on your first mission into enemy territory! Speak with Rizzy Ratchwiggle to get a bomber, then fly into The Bombardment!$B$BYou\'ll have bombs and rockets and shields. Keep the shields charged and use bombs on the ground Scourge at The Bombardment. Come back after you hit your targets, and more work will await you.','Fringe Engineer Tezzla wants you to kill 40 Bombardment Infantry, 8 Bombardment Captains and 15 Gargoyle Ambushers.','Hah, you got them! How did you like the bomber? I hope you got the hang of it, because I have more missions for you...','You haven\'t reached your target quota, $N. Are the bombers too hard to handle?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32399,32410,32188,0,40,8,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,61282,0,0,0,0,0,0,0,132300,0,0,0,0,'',13379,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13374,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13376,0,0,'Amped for Revolt!','$N, only our best pilots are given a mission like this, one deep, deep into enemy territory with only the power of infra-green technology to protect you!$B$BRequest another bomber from Rizzle, and this time fly it through the Valley of Lost Hope. You have both air and ground targets on this mission, so keep your eyes open and your shields at full!$B$BGood luck!','Fringe Engineer Tezzla wants you to kill Bombardment Infantry, Gargoyle Ambushers, Frostbrood Sentries and Scourge War Machines.\n','You did it, you did it! You\'re a great gunner, and you compliment my infra-green technology like grease on a hydro-gasket!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32399,32188,32154,31721,40,20,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,61282,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13375,10958,65,0,128,80,80,0,0,0,0,0,0,0,0,0,0,0,44577,1,'The Heroic Key to the Focusing Iris','A potent thrumming of magical nature can be heard and felt emanating from the eye-shaped jewel dropped from Sapphiron\'s clutches. To mortal ears it is nearly painful to be in the presence of the stone.$B$BSurely such a powerful item of import can only be taken to the queen of the dragons, Alexstrasza the Life-Binder. Seek her counsel atop Wyrmrest Temple in the Dragonblight.','Deliver the Heroic Key to the Focusing Iris to Alexstrasza the Life-Binder atop Wyrmrest Temple in the Dragonblight.','These keys are held by the most ancient members of the blue dragonflight. Only they are entrusted with them by their master, Malygos.$b$bThis is the break that we\'ve been waiting for to strike at the Aspect of Magic!$b$b$b$bYou are not be able to use the key as-is to access the Focusing Iris, but I can imbue you with a portion of my power; enough to enable you to use it to open the iris a fraction.$b$bIt will be enough to draw Malygos\'s ire!','$n, you have come into contact with a key to the iris! Do you have it upon your person?$b$b$b$bHow did you ever come into its possession? Oh, Sapphiron still had his?','','','','','',44577,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44581,0,0,0,1,0,0,0,1091,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,571,3531.14,271.28,1,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13376,10958,210,0,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Total Ohmage: The Valley of Lost Hope!','$N, the struggle continues. Lucky for us, we\'re stocked up on bombs and rockets! Time for another bombing mission -- this one\'s a long one, through the Bombardment and into the Valley of Lost Hope. Head back out with an infra-green bomber and blow those Scourge into little scourge-lets!','Fringe Engineer Tezzla wants you to kill 50 Bombardment Infantry, 20 Gargoyle Ambushers, 12 Frostbrood Sentries and 12 Scourge War Machines.','Great work, $n. While you were out, I heard other gunners talking about you... I think you have a real future in air offense!','What are you waiting for? We have the hardware and the ordinance... we just need brave gunners like you to apply them.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32399,32188,32154,31721,50,20,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,61282,0,0,0,0,0,0,0,165300,0,0,0,0,'',13374,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13377,10958,65,0,194,71,74,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Battle For The Undercity','Deep inside the bowels of the Undercity hides the assassin responsible for the deaths of Bolvar and our brave soldiers at the Wrath Gate.$B$BVarian has brought the full might of the Alliance with him to assist in the take down. Join him and Lady Proudmoore in the manhunt and earn your place among the greatest champions of the Alliance!$B$BSpeak to King Varian Wrynn when you are ready.','Assist King Varian Wrynn and Lady Jaina Proudmoore in bringing Grand Apothecary Putress to justice! Report to King Varian Wrynn should you succeed.','For too long have the Horde been left unchecked. We allowed their territories to prosper and in return for our generosity they plotted and planned our demise.$b$bPeace? Useless... It\'s gotten us nowhere. We have lost some of our greatest heroes to \"peace.\" Let us see what battle brings...$b$bReturn to Northrend, $n. Conquer it for your king - FOR THE ALLIANCE!','','Assist King Varian Wrynn','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44591,44592,44593,44594,44595,44596,1,1,1,1,1,1,44597,0,0,0,1,0,0,0,72,1050,0,0,0,1050,500,500,0,0,0,500,0,224000,0,0,0,0,0,0,0,0,0,0,249000,0,0,0,0,'',13371,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,4,1,6,274,15,0,0,0,0,0,0,0,8),(13378,10958,210,0,8,77,80,0,0,0,0,0,0,0,0,0,0,13373,0,0,'Chief Engineer Copperclaw','Speak with Chief Engineer Copperclaw.','Speak with Chief Engineer Copperclaw.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13379,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13373,0,0,'Green Technology','Tezzla is the one you want to meet, yes she is... she mastered a new wavelength, infra-green, and used it to hide herself near the Scourge! Near enough to bomb them!$B$BI\'ll give you infra-green vision so you can find her hiding above Aldur\'thar, the Desolation Gate. Go, go... I know she has work for brave heroes eager to blow up! I mean... eager to blow up the Scourge!$B$BAnd $N, the Alliance has stolen our technology and has their own hidden airport nearby. Avoid the dome with the Alliance banners!','Speak with Fringe Engineer Tezzla.','Yes, yes! You found me! And just in time!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13239,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13380,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Leading the Charge','Infra-green technology allows us to stay hidden here, right over the Scourge\'s nose! What\'s more, we installed infra-green in specially constructed bombers... but not to hide them, no! We use infra-green tech to shield them!$B$BSpeak with Karen No and request a bomber. Fly it over the Bombardment... use its shields and turret to protect yourself, and use the bomb launcher to hit Scourge targets. Practice well, then return to me and I\'ll have an even more vital mission for you!','Kibli Killohertz wants you to kill 40 Bombardment Infantry, 8 Bombardment Captains and 15 Gargoyle Ambushers.','I could hear your explosions from here, $n. How did the shields work? Did they keep your bomber intact?$b$bI hope they did, because now I have more missions for you....','$N, the bombers are difficult to use, but you must master them if we\'re to win our struggles against the Scourge.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32399,32410,32188,0,40,8,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,61282,0,0,0,0,0,0,0,132300,0,0,0,0,'',13383,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13381,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13382,0,0,'Watts My Target','Put on your lucky socks, $n, and say your favorite prayers. This next mission will test your wit and fortitude like a visit from the in-laws!$B$BRequest another bomber from Karen No. Take it beyond The Bombardment and over the Valley of Lost Hope. You have more targets this time, both on the land an in the air. Keep your shields charged and your ammo loaded, $n! I\'ll see you when it\'s over.','Kibli Killohertz wants you to kill Bombardment Infantry, Gargoyle Ambushers, Frostbrood Sentries and Scourge War Machines.','You made it back! And all in one piece! You have real skills, $n. Did you play a lot of hand-eye coordination games as a child? It shows...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32399,32188,32154,31721,40,20,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,61282,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13382,10958,210,0,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Putting the Hertz: The Valley of Lost Hope','The fight goes on! Your new orders arrived for a long-range bombing mission through the Bombardment and into the Valley of Lost Hope -- when you\'re ready, ask Karen for a bomber and pour those bombs and rockets onto the Scourge! ','Kibli Killohertz wants you to kill 50 Bombardment Infantry, 20 Gargoyle Ambushers, 12 Frostbrood Sentries and 12 Scourge War Machines.','Welcome back, $n. How was the battle? Exciting? Take a rest for now. But come back when you have fresh orders.$b$bFor the Alliance!','Keep at the, $N. The air battle won\'t win itself!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32399,32188,32154,31721,50,20,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,61282,0,0,0,0,0,0,0,165300,0,0,0,0,'',13381,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13383,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,13380,0,0,'Killohertz','The goblins got lucky and found a new energy. They call it infra-green, and I\'ll be a one-eyed ogre if those psychos didn\'t strike green gold.$B$BGo find Kibli Killohertz. He\'s leading the reverse engineering efforts of infra-green, at a small, hidden Alliance airport above Aldur\'thar, the Desolation Gate. I\'ll give you infra-green vision to help you find it. Go to the dome with our Alliance banners -- if you fly near the Horde airport then you\'ll be in a load of green trouble.','Chief Engineer Boltwrench wants you to find Kibli Killohertz at the hidden Alliance airport above Aldur\'thar, the Desolation Gate.','Yes, yes, yes! A thousand times, hello!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13291,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13384,10958,4500,0,200,80,80,88,0,0,0,0,0,0,0,0,0,0,0,0,'Judgment at the Eye of Eternity','Now that you have access to the focusing iris it\'s time to put that key to use.$B$BAs much as I would like to see Malygos brought back into the fold, that\'s just not going to happen at this point. With everything that\'s at stake, it is the judgment of the other Dragon Aspects that the Spell-Weaver needs to be put down.$B$B$B$B$N, travel to the Eye of Eternity, confront Malygos and return with the Heart of Magic.','Krasus atop Wyrmrest Temple in the Dragonblight wants you to return with the Heart of Magic.$B$BThis quest is for the Normal mode, 10-person version of The Eye of Eternity.','This is a very sad day, not only for dragonkind, but for all of the living creatures of Azeroth. We have lost one of our most thoughtful, intelligent and ancient friends. Magic is now without its guardian.$b$bLet us hope that this was a wise decision in the coming years, $n. A storm is still brewing on the horizon and now we are without one of our most powerful defenders.','Only Malygos carries the Heart of Magic. It is his most prized possession.','','','','','',44650,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44658,44657,44659,44660,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,500,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13372,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13385,10958,4500,0,200,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic Judgment at the Eye of Eternity','Now that you have access to the focusing iris it\'s time to put that key to use.$B$BAs much as I would like to see Malygos brought back into the fold, that\'s just not going to happen at this point. With everything that\'s at stake, it is the judgment of the other Dragon Aspects that the Spell-Weaver needs to be put down.$B$B$B$B$N, travel to the Eye of Eternity, confront Malygos and return with the Heart of Magic.','Krasus atop Wyrmrest Temple in the Dragonblight wants you to return with the Heart of Magic.$B$BThis quest is for the Heroic mode, 25-person version of The Eye of Eternity.','This is a very sad day, not only for dragonkind, but for all of the living creatures of Azeroth. We have lost one of our most thoughtful, intelligent and ancient friends. Magic is now without its guardian.$b$bLet us hope that this was a wise decision in the coming years, $n. A storm is still brewing on the horizon and now we are without one of our most powerful defenders.','Only Malygos carries the Heart of Magic. It is his most prized possession.','','','','','',44651,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44661,44662,44664,44665,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,1000,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13375,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13386,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,13387,0,0,'Exploiting an Opening','I\'ve got an interesting assignment for you, $N. If you\'re up for a challenge, that is.$B$BWe\'ve been tipped off about an opening below Icecrown Citadel. Our engineers have studied the layout and have decided it\'s a structural weakness.$B$BWe\'ve sent some men there along with some \"borrowed\" saronite bombs. They\'re under Captain Kendall\'s command.$B$BWith a little help we could deal a huge blow to the forces of the Scourge. What do you say, $N?','Speak to Captain Kendall below Icecrown Citadel.','Hail, $N. Thassarian mentioned you\'d be dropping by. Any friend of Thassarian\'s is my friend. Well, any living friend of Thassarian, that is... He does keep odd company.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13225,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,3),(13387,10958,4522,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13388,0,0,'Securing the Perimeter','The saronite bombs are in place, $N. We\'re only going to get one shot at this, however. Let\'s make it count.$B$BWe need temporary control of the area for a safe detonation. Let\'s try to put a dent in the Scourge\'s numbers.','Captain Kendall at Icecrown Citadel wants you to slay 10 Hulking Horrors.','You\'re as good as Thassarian said. Good job!','For the Alliance!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31411,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,38737,39036,39070,39102,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13386,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13388,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13389,0,0,'Set it Off!','Things are looking good. Let\'s do this.$B$BThe stack of bombs is right near the pit. I\'ll start to evacuate the men.','Captain Kendall, below Icecrown Citadel, wants you to go to the nearby Saronite Bomb Stack to light the fuse.','These bombs look pretty potent. They should at least put a dent in the surrounding structure.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13387,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13389,10958,210,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,13390,0,0,'A Short Fuse','As you light the fuse, you notice that it is consumed by fire far quicker than you would expect.$B$BThe bombs are about to go off and your best chance at surviving is to lean towards the pit and hope the fall doesn\'t kill you.','Look for clues wherever the fall takes you.','This pulsing object is covered in a thick layer of ice. It shimmers strangely beneath the water.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13388,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13390,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13391,0,0,'A Voice in the Dark','The object is not a crystal at all, but some form of organ, encased in ice.$B$BAs you touch it, your hand reels in horrible pain. You feel as if your hand has been cut, yet there is no visible wound.$B$BAs you collect your thoughts, you hear a young boy\'s voice nearby.$B$B\"You really shouldn\'t have done that.\"','Investigate the nearby voice in Naz\'anak, the Forgotten Depths.','I saw him get rid of it, you know? He threw it all the way down here.$b$bSaid he wouldn\'t need it anymore. Said it made him weak.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13389,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13391,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13392,0,0,'Time to Hide','You shouldn\'t have touched it. But now that you did, he\'s going to come looking for you.$B$BAnd he\'ll find you. Unless you hide yourself from him.$B$BBring me blood from the faceless ones if you want to live!','Matthias Lehner wants you to obtain 3 Faceless One\'s Blood.','What are you waiting for? You have to rub it on you!$b$bQuick! Or he\'ll see you!','Did you get the blood?','','','','','',44001,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43885,43918,43915,43916,43888,43917,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13390,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13392,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13393,0,0,'Return to the Surface','You should leave now. You\'ll find a portal behind me. It\'ll take you to the surface.$B$BWe\'ll meet again. He\'ll be looking for you.$B$BIt\'s only a matter of time until he finds you.','Return to Thassarian aboard the Skybreaker.','It\'s you, $n! We thought you were a goner.$b$bThat explosion of yours put quite a bit of hurt on the Scourge. Nearly took Captain\'s Kendall\'s eyebrows off in the process...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13391,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13393,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Field Repairs','All right. Let\'s not celebrate just yet. We need to capitalize on the momentum we\'ve gathered with our little bombing mission.$B$BWe\'ve spotted a workable Horde demolisher-class catapult in the field below. The geist seem to be taking it apart.$B$BIf you can put it back together, we\'ll be able to do some serious damage to the Scourge\'s armies in the Valley.$B$BSure, you\'ll be a little outnumbered, but I\'ve a lot of faith in you!','Thassarian, aboard the Skybreaker, wants you to collect 5 Demolisher Parts from the Scavenging Geists and take them to the Wrecked Demolisher in the Valley of Lost Hope.','The Demolisher has seen better days, but the structure hasn\'t suffered any permanent damage. The parts you obtained should be enough to get it running again, at least temporarily.','The demolisher has suffered much damage.','','','','','',44529,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13392,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13394,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13395,0,0,'Do Your Worst','You\'re going to use this machine against the Scourge? You\'re not going to win against them like that.$B$BYou can destroy hundreds... even thousands of them. But you won\'t win. Not out here.$B$BWhen you\'re done playing with your machine, meet me to the north. There is an old army encampment. What I will show you will teach you a little bit about who you\'re up against.','Use the Refurbished Demolisher to destroy 150 Decomposed Ghouls, 20 Frostskull Mages and 2 Bone Giants in the Valley of Lost Hope. Speak to Matthias Lehner at the First Legion Forward Camp when you\'ve completed this task.','You see? You killed your fair share, but for every one you destroyed, another rose from the dirt to take its place$b$bYou don\'t know what you\'re up against, $n. Let me show you.','Are you done playing with your war machines?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31812,31813,31815,0,150,20,2,0,0,0,0,0,0,0,0,0,43881,43892,43932,43930,43847,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13393,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13395,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13396,0,0,'Army of the Damned','You probably think you\'re quite strong -- fighting these undead and crushing their bones beneath your war machines.$B$BThat is nothing compared to the strength it took to create them.$B$BI saw the prince do it himself. I can show you how it happened... if you\'d like.','Matthias Lehner at the First Legion Forward Camp wants you to raise an army of 100 Ghoulish Minions.','The prince\'s true power wasn\'t his ability to make armies out of corpses... that was easy$b$bBut killing his own men, with whom he\'d shared many battles... the prince\'s true power was his ability to do what had to be done.','Did you see, $N?','','Ghoulish Minion Raised','','','',0,0,0,0,0,0,0,0,0,0,0,0,31329,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13394,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13396,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13397,0,0,'Futility','Do you see now? Sending your men against the prince\'s armies just swells their numbers.$B$BI don\'t expect you to understand... you\'ll probably just end up like the others. You\'d best return to whoever sent you. They might be worried.','Return to Thassarian aboard the Skybreaker.','Nice shooting, $n. The Scourge never had a chance.$b$bAre you feeling ok? You look like you\'ve seen a ghost. Not that it would be an unusual thing around these parts, now that I think about it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13395,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13397,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Sindragosa\'s Fall','You\'re a real star, $N. See, when I give one of these other soldiers an assignment, the odds of them getting it done are about fifty-fifty. The odds of them coming back... well, slightly worse.$B$BBut with you, it\'s always a guaranteed thing. Like gnomish clockwork!$B$BAnyway, I have another one for you. Sindragosa\'s Fall, east of the valley. There is some serious cultist activity, including and not limited to, the raising of frost wyrms. I need you to go kick their teeth in.$B$BI hate cultists.','Thassarian aboard the Skybreaker wants you to slay 5 Wyrm Reanimators, 8 Cultist Corrupters and 3 Vrykul Necrolords at Sindragosa\'s Fall.','Nice job, $n. You make the rest of us look bad!','$N, you\'re back!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,31731,31738,31783,0,5,8,3,0,0,0,0,0,0,0,0,0,39115,39135,39136,39130,39133,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13396,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13398,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13399,0,0,'Where Dragons Fell','A whole brood of blue dragons fell here. And now, one by one, they\'re being raised by his servants.$B$BHe raised the biggest of them all himself. Bring me some bone dust from the whelps and I\'ll show you exactly how he did it.','Matthias Lehner at Sindragosa\'s Fall wants you to obtain 6 Whelp Bone Dusts.','Even the mighty wyrms had to heed his call. How is a simple mortal like you going to resist him?','Did you get the dust, $n?','','','','','',44631,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,61043,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13399,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13400,0,0,'Time for Answers','You have a lot of questions, $N. You\'re the only one who can see me because you touched something that once belonged to him... don\'t you remember?$B$BYou don\'t know what it is? Well I can\'t just tell you... that would make him really mad. He\'s not just a prince anymore... he\'s the king!$B$BMeet me at the Court of Bones, north of Icecrown Citadel and you can see for yourself.','Speak to Matthias Lehner at the Court of Bones.','There you are. I started to wonder whether you\'d show up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',13398,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13400,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13401,0,0,'The Hunter and the Prince','Before the prince became a king, he fought many battles... but only one where he came close to dying.$B$BIt was fought right here. After you let me show you what happened, you\'ll understand everything.$B$BFind a bloodstained stone and pick it up from the floor. You\'ll see what happened.','Matthias Lehner in the Court of Bones wants you to look for a Bloodstained Stone and complete the Prince\'s Destiny.','After that fight, the prince realized what was holding him back was that he was still human... he could still feel... he could still bleed. He still had a heart.$b$bThe first thing he did when he became king was to rid of himself of it. He threw it down the pit where we first met. And you, $n, were the first person to touch it since.','Did you see, $N? Did you?','','The Prince\'s Destiny','','','',0,0,0,0,0,0,0,0,0,0,0,0,32797,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,38741,39040,39066,39108,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13399,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13401,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13402,0,0,'Knowledge is a Terrible Burden','Now you know what you\'re up against, $N. An opponent who no longer knows pain... remorse... or humanity. An opponent who will do anything to get what he wants.$B$BThe heart was his weakness and now he knows you\'ve found it.$B$BIf you\'re going to go back for it, you\'d best bring help. He will not leave it unguarded again.','Report back to Thassarian aboard the Skybreaker.','Slow down, $n. Why don\'t you start again... from the beginning?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13400,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13402,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,13403,0,0,'Tirion\'s Help','It\'s not the first time I\'ve heard that story about Arthas and his heart... always thought it was some made-up tale to impress the rank and file.$B$BWe must act on this information immediately. Unfortunately, we must do so in secret.$B$BArthas\'s agents are everywhere and if he finds out, our plan is dead in the water.$B$BWe need to take this to the Argent Crusade. Every single paladin in that order was hand-picked by Tirion himself. If there\'s anyone free of cultist infiltration, it\'s those guys.','Speak to Highlord Tirion Fordring at the Crusader\'s Pinnacle.','Heavy words, $n. If it were somebody else saying them, I\'d be likely to judge them insane.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',13401,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13403,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Tirion\'s Gambit','Just this morning, my scouts informed me of a Cult of the Damned procession leaving from Icecrown Citadel to the Cathedral of Darkness, bearing an artifact.$B$BAnd now I learn that it might be Arthas\'s own heart... a thing containing the last bit of his remaining humanity.$B$BThis is a sign of the Light. As long as such an artifact exists, there is a chance that Arthas Menethil can become a man again!$B$BMeet me at the cathedral\'s entrance. Be sure to bring a cultist\'s hood -- we\'re going incognito.','Tirion Fordring, at the Crusader\'s Pinnacle, wants you to obtain and wear a Cultist Acolyte\'s Hood and meet him at the entrance of the Cathedral of Darkness, northwest of Icecrown Citadel.','I do not view what we just went through as a failure, $n... quite the opposite.$b$bBy allowing me to peer into his heart, you allowed me to confirm what I needed to know. There is no Arthas Menethil anymore -- there is only the Lich King.','Light be with you, $N.','','','Tirion\'s Gambit','','',0,0,0,0,0,0,0,0,0,0,0,0,0,32648,0,0,0,1,0,0,0,0,0,0,0,0,0,0,44745,44746,44747,44748,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,1098,1050,1085,0,0,500,500,500,500,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13402,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13404,10958,210,0,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Static Shock Troops: the Bombardment','This is a short-ranged mission, over The Bombardment. A good warm up. Ready?','Kibli Killohertz wants you to kill 50 Bombardment Infantry, 10 Bombardment Captains and 20 Gargoyle Ambushers.','Welcome back, $n. A short mission, but invigorating, yes? Take a rest for now. But come back when you have fresh orders.','Keep at the, $N. The air battle won\'t win itself!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32399,32410,32188,0,50,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,61282,0,0,0,0,0,0,0,132300,0,0,0,0,'',13380,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13405,10958,4384,0,4234,71,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Strand of the Ancients','The fight in Northrend is not only against the armies of the Lich King, but also against those of the Horde.$B$BA powerful titan relic has been found in the Strand of the Ancients. As you might know, we dwarves have been custodians of such artifacts for years and as such we\'re their rightful keepers.$B$BIn this case, the Horde has developed a keen interest in pilfering the relic from the titan ruins. They\'re certain to use it as a weapon against us; we must do whatever we can to stop them.','Win a Strand of the Ancients battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent job, $n! With your help the Strand of the Ancients will be under complete Alliance control.','What news do you bring from the front, $N?','Victory in Strand of the Ancients','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,7),(13406,10958,210,0,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Riding the Wavelength: The Bombardment','Ready to warm up with a short bombing mission? You have your orders, and we have our bombers stocked and ready.','Fringe Engineer Tezzla wants you to kill 50 Bombardment Infantry, 10 Bombardment Captains and 20 Gargoyle Ambushers.','Hah, you got them! I could hear their scourge parts clatter off the mountain walls. Good work. We\'ll have more for you soon...','You haven\'t reached your target quota, $N. Get out there and blow stuff up!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32399,32410,32188,0,50,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,61282,0,0,0,0,0,0,0,132300,0,0,0,0,'',13373,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13407,10958,4384,0,4106,71,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Strand of the Ancients','Just because we march into Northrend to smash the Scourge, doesn\'t mean we get to take a break from crushing the Alliance.$B$BThose Explorers\' League dwarves have found the location of a powerful titan relic and we\'ll be damned if we let the Alliance take control of it.$B$BGo, $N, and destroy our enemies. Make them see that no matter where we meet, they remain our sworn enemies.','Win a Strand of the Ancients battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','You bring great honor to us, $n! The Alliance weaklings must be crushed under the heel of the mighty Horde!','You\'re back! Were you victorious, $n?','Victory in Strand of the Ancients','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13408,10958,3483,0,136,55,60,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','The Hellfire Citadel wages constant battles with our forces. We are holding our own so far, but we can\'t yet launch a real offensive against them. To do that, we need forward staging areas.$B$BOur scouts identified three fortifications near Hellfire Citadel. We want you to help secure these forts. Capture each fort, and then report back to me.$B$BMay fortune shine upon you in the conflicts ahead, $N, for you will no doubt clash with Horde forces eager to gain these same fortifications.','Capture the Overlook, the Stadium and Broken Hill, then return to Warrant Officer Tracy Proudwell in Honor Hold in Hellfire Peninsula.','Well done, $n. Your actions in the field are instrumental in our battle for Hellfire Peninsula.','$N, return to me when you have aided in the capture of each of the forts!','','Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,19028,19029,19032,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40476,24579,0,0,1,3,0,0,946,0,0,0,0,0,150,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',10143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13409,10958,3483,0,136,55,60,41,690,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','The fel orcs of Hellfire Citadel must be scoured from our birthland! To attack them, we must first secure forward staging points near the Citadel.$B$BOur outrunners found three fortifications that will suit this purpose, but the Alliance has the same idea and even now sends forces to take them!$B$BWe want you to stop the Alliance and capture these forts. Aid in the capture of each fort and then return to me.$B$BFor the Horde!','Capture the Overlook, the Stadium and Broken Hill, then return to Battlecryer Blackeye in Thrallmar.','Nice work, $n. I could almost hear the battles waged at those forts. I wish I was there to see them!','Return to me after you have helped capture each fort!','','Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,19028,19029,19032,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40477,24581,0,0,1,3,0,0,947,0,0,0,0,0,150,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',10124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13410,10958,3483,0,136,55,60,41,1101,32,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','The Hellfire Citadel wages constant battles with our forces. We are holding our own so far, but we can\'t yet launch a real offensive against them. To do that, we need forward staging areas.$B$BOur scouts identified three fortifications near Hellfire Citadel. We want you to help secure these forts. Capture each fort, and then report back to me.$B$BMay fortune shine upon you in the conflicts ahead, $N, for you will no doubt clash with Horde forces eager to gain these same fortifications.','Capture the Overlook, the Stadium and Broken Hill, then return to Warrant Officer Tracy Proudwell in Honor Hold in Hellfire Peninsula.','Well done, $n. Your actions in the field are instrumental in our battle for Hellfire Peninsula.','$N, return to me when you have aided in the capture of each of the forts!','','Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,19028,19029,19032,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,0,3,0,0,0,946,0,0,0,0,0,150,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',10143,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13411,10958,3483,0,136,55,60,41,690,32,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','The fel orcs of Hellfire Citadel must be scoured from our birthland! To attack them, we must first secure forward staging points near the Citadel.$B$BOur outrunners found three fortifications that will suit this purpose, but the Alliance has the same idea and even now sends forces to take them!$B$BWe want you to stop the Alliance and capture these forts. Aid in the capture of each fort and then return to me.$B$BFor the Horde!','Capture the Overlook, the Stadium and Broken Hill, then return to Battlecryer Blackeye in Thrallmar.','Nice work, $n. I could almost hear the battles waged at those forts. I wish I was there to see them!','','','Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,19028,19029,19032,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24581,0,0,0,3,0,0,0,947,0,0,0,0,0,150,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',10124,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13412,10958,4024,0,136,80,80,0,0,0,0,0,0,0,0,0,0,13413,0,0,'Corastrasza','Greetings, $c. Might I impose on you for a favor?$b$bCorastrasza is the sister of Raelorasz - the red dragon in charge of our outpost here. Against his will, she has ascended to one of the upper rings of the Nexus to observe some frighteningly powerful blue drakes.$b$bThough he will never say it, he worries about her, and would welcome any news of her well-being.$b$bPlease seek her out. Ask her to put her pride aside and send word to her brother.','Librarian Serrah wants you to speak to Corastrasza in Coldarra.','It\'s quite presumptuous of you to interfere in the personal affairs of a dragon, don\'t you think, $r?$b$bThat aside, it would be wrong of me not to let my brother know that I am well. You may tell your meddling friend that I will keep my brother abreast of my actions.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,25,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13413,10958,4024,0,136,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aces High!','You possess the courage to draw so near to Malygos\' lair, mortal? Or is it simply ignorance? Soon we shall know....$b$bI am a seasoned trainer of the graceful drakes of the red dragonflight. My business here is to study the enemy and teach my precious pets the tactics that will be most effective when we face the master of the blues.$b$bTo demonstrate your nerve and ability, I will allow you to ride one of my drakes against the enemy\'s minions.$b$bThe opportunity is yours for the asking...','Corastrasza on the upper ring of the Nexus in Coldarra wants you to ride her drake and kill 5 Scalesworn Elites.','My drake tells me that with practice, you might become a capable combatant.$b$bVery well, then. In the interest of our war on Malygos, I shall allow you to practice with my pets at your leisure.$b$bMake ready, $r, for he is a fierce and unforgiving opponent.','Well, mortal, what do you think of my pets?','','Scalesworn Elites Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,32534,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,44354,44355,44356,44357,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13412,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,6),(13414,10958,4024,0,4232,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aces High!','Again we meet, $r. I confess, your presence is beginning to grow on me.$b$bAm I correct in assuming that you\'ve come to hone your aerial combat skills?$b$bAs always, my pets stand ready to bring fiery destruction to the enemy.$b$bSpeak, and they shall be at your disposal.','Corastrasza on the upper ring of the Nexus in Coldarra wants you to ride her drake and kill 5 Scalesworn Elites.','I noticed some improvement today, $c. At moments, it was as if you were one with the drake.$b$bYou are welcome to practice with my precious pets at your leisure.','Yes, $r?','','Scalesworn Elites Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,32534,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13413,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,396,396,0,0,0,0,0,0,2,396,396,0,0,0,0,0,0,0,0,0,5),(13415,10958,67,0,128,77,80,0,1101,0,0,0,0,0,0,0,0,12872,41197,1,'The Library Console','Norgannon\'s shell is within our reach, $N. Take the inventor\'s disk into the library\'s interior. There should be a console there that you can activate with the disk. I imagine Mimir stored more there than just Norgannon\'s shell. There are probably enough schematics stored there to keep Ironforge\'s engineers occupied for years!$B$BAnyway, use the disk to recover the shell. Hopefully, Mimir hasn\'t decided to put any more obstacles in our way. ','Take the Inventor\'s Disk to the Inventor\'s Library Console inside the Inventor\'s Library.','$b$bInventor\'s disk authenticated. Welcome back, Keeper Mimir.','The console appears to have an opening for the inventor\'s disk.','','','','','',41197,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',12860,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13416,10958,67,0,128,77,80,0,690,0,0,0,0,0,0,0,0,12928,41197,1,'The Library Console','Norgannon\'s shell is within our reach, $N. Take the inventor\'s disk into the library\'s interior. There should be a console there that you can activate with the disk. I imagine Mimir stored more there than just Norgannon\'s shell. There are probably enough schematics stored there to keep Ironforge\'s engineers occupied for years!$B$BAnyway, bring the disk to the console. Hopefully, Mimir hasn\'t decided to put any more obstacles in our way. ','Take the Inventor\'s Disk to the Inventor\'s Library Console inside the Inventor\'s Library.','$b$bInventor\'s disk authenticated. Welcome back, Keeper Mimir.','The console appears to have an opening for the inventor\'s disk.','','','','','',41197,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',12927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13417,10958,67,0,130,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Brothers Bronzebeard','That does it! We finally have the keystone... It\'s beautiful! I\'ve been around the world more than once, but this thing\'s got me all jittery with excitement again. I suppose now\'s not the time to stop and admire though, we need to get the heck out of here.$B$BHop on my flying machine and help keep us covered from those iron dwarves on the way out!','Accompany Brann Bronzebeard and his flying machine to Frosthold.','','King Stormheart sends his most sincere thanks for reuniting him with his brothers. It seems he\'s off to settle a score now - perhaps you\'ll meet with him again on Arthas\'s doorstep.','Accompany Brann Bronzebeard to Frosthold.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43192,43191,43189,43190,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1068,1126,0,0,0,0,500,500,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',12880,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13418,10958,210,0,136,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Preparations for War','You there!$B$BYou look like you have some wits about you. We could use some more able bodies in Icecrown.$B$BYou may have heard rumors of our failure in assaulting the glacier from the ground, but let me set those concerns to rest. We\'re now mounting our assault from one of the most advanced pieces of engineering known to Azeroth, the Skybreaker. The Horde don\'t stand a chance, and neither does Arthas.$B$BSpeak to me when you\'re ready to depart.','Speak to Officer Van Rossem to secure passage to the Skybreaker in Icecrown, and then report to High Captain Justin Bartlett.','Welcome to the Skybreaker.$b$bFrom here we are laying our groundwork for the assault on Arthas. There\'s a lot of work to be done, but before we can get into the real meat of it, we want to make sure that the Argent Crusade is adequately reinforced - we\'re going to need their help later.$b$bIf you have not already, speak to Absalan the Pious on the main deck.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,25,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,5,0,0,60,60,0,2,1,1,0,0,0,60,0,0,0,0,0,2),(13419,10958,210,0,136,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Preparations for War','You there!$B$BYou look like you have some wits about you. We could use some more able bodies in Icecrown.$B$BThe Alliance scum rushed into Icecrown ahead of us, unprepared, and got just what they deserved for their impatience. We took our time, we made ready, and soon we will mount a true assault from one of the most advanced pieces of engineering known to Azeroth - Orgrim\'s Hammer. The Alliance don\'t stand a chance, and neither does Arthas.$B$BSpeak to me when you\'re ready to depart and lend a hand.','Speak to Sky-Reaver Klum to secure passage to Orgrim\'s Hammer in Icecrown, and then report to Sky-Reaver Korm Blackscar.','Welcome to Orgrim\'s Hammer.$b$bFrom here we are laying our groundwork for the assault on Arthas. There\'s a lot of preparation to be done, but before we can get into the real meat of it, we want to make sure that the Argent Crusade is adequately reinforced - we\'re going to need their help later.$b$bIf you have not already, speak to Brother Keltan on the main deck.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13420,10958,67,0,128,77,77,0,0,0,0,0,0,0,0,0,0,0,44724,1,'Everfrost','This piece of ice has been submitted to immense pressures and exposed to natural magics from deep beneath the world\'s surface. In combination, these effects have yielded an ice that will never melt.$b$bKnowing little of these things, you resolve to bring the sample back to Dun Niffelem. Someone there is bound to be familiar with its properties.','You are to return to Dun Niffelem and ask Calder about the piece of Everfrost.','$b$bAhh, everfrost. The symbol of the heart of our people...$b$bEverfrost was once plentiful in this region. Over the ages, though, the Jormungar have devoured nearly all of it. It is now very rare and very precious to my people.$b$bAs you roam these lands, keep a lookout for more pieces of Everfrost. Return to me with any that you find. and we will me most grateful.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,350,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,128400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13421,10958,67,0,128,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,'Remember Everfrost!','','','Well done, little $r.$b$bEverfrost was once plentiful in this region. Over the ages, though, the Jormungar devoured nearly all of it. It is now very rare and very precious to my people.$b$bAs you roam these lands, keep a lookout for more pieces of Everfrost. Return to me with any that you find. and we will me most grateful.','Have you discovered any more Everfrost, little $r?','','','','','',44724,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,350,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',13420,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13422,10958,67,0,4224,77,79,0,0,0,0,0,0,0,0,0,0,0,42837,1,'Maintaining Discipline','You\'ve succeeded where others have failed. Yet you cannot rest on your laurels.$B$BYou must show others what strength and commitment really mean.$B$BThe male insubordinates inside the Forlorn Mine need to be disciplined once again. Show them sister... show them what it means to disobey us.','Gretta the Arbiter in Brunnhildar Village wants you to use the Disciplining Rod on 6 Exhausted Vrykul inside the Forlorn Mine.','You continue to lead by example. We look up to you, $gbrother:sister;.','Hail, $gbrother:sister;.','','Exhausted Vrykul Disciplined','','','',0,0,0,0,0,0,0,0,0,0,0,0,29886,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44751,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55000,0,0,0,0,0,0,0,0,0,0,98100,0,0,0,0,'',12906,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13423,10958,67,0,4232,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defending Your Title','Everyone\'s impressed by your performance, sister. But do not let your guard down -- every new challenger with delusions of grandeur is going to come out swinging for your title of Hyldskvinnar.$B$BShow these upstarts what you\'re made of.','Gretta the Arbiter in Brunnhildar Village wants you to defeat 6 Victorious Challengers.','You continue to prove yourself worthy. We are honored by your presence.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30012,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44751,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12971,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13424,10958,67,0,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,42499,1,'Back to the Pit','To truly stay in your best riding shape you\'ll want to test yourself against the other Hyldnir every day.$B$BHead back into the Pit of the Fang and show them what you\'re capable of. They\'ll appreciate suffering defeat to one as skilled as yourself.','Gretta the Arbiter, in Brunnhildar Village, wants you to use the Reins of the Warbear Matriarch inside the Pit of the Fang and defeat 6 Hyldsmeet Warbears.','You continue to demonstrate your prowess. Your sisters have not lost their respect for you.','Hail, sister.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30174,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44751,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12997,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13425,10958,67,0,4232,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Aberrations Must Die','It is not enough to demonstrate your prowess among your peers. You must also fight our enemies, dear sister.$B$BThe Valkyrion traitors continue to mock our noble drake-riding traditions by rearing plagued proto-drakes.$B$BSeize the frost oil they wield and use it to freeze their abominable plagued eggs.','Gretta the Arbiter in Brunnhildar Village wants you to go to Valkyrion and obtain Vials of Frost Oil from the Valkyrion Aspirants. Use the Vials of Frost Oil to destroy 30 Plagued Proto-Drake Eggs.','A leader in more ways than one. We thank you, $gbrother:sister;.','Did you destroy the blighted eggs?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-191840,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44751,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',12925,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13426,10958,67,0,136,77,80,0,690,0,0,0,0,0,0,0,0,13034,0,0,'Xarantaur, the Witness','It seems we\'re not the only visitors to this area. A courier relayed a message from a tauren named Xarantaur, who said he was visiting a taunka village called Camp Tunka\'lo. The note was somewhat cryptic, but it seems this Xarantaur has come to Storm Peaks to learn the history of a taunka legend.$B$BMeet up with him, $N. See if what he knows can help us in any way. From his description, Camp Tunka\'lo is far to the east, beyond the Terrace of the Makers and north of Dun Niffelem.','Speak with Xarantaur at Camp Tunka\'lo.','So Boktar received my note? That\'s excellent news. I doubted the taunka longrummer who carried it would reach anyone.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13285,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13427,10958,2597,0,4098,61,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle for Alterac Valley that\'s in most need of brave combatants.$B$BGo now, $N, and aid the Stormpike Expedition. We cannot allow the Frostwolf Clan to get away with the violence they\'ve inflicted on our brethren!','Win an Alterac Valley battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran or Shattrath.\n','Just what I wanted to hear! A victory in Alterac Valley - even a temporary one - is crucial to our overall strategy against the Horde.','Tell me, $N. What news do you bring from the front?','Victory in Alterac Valley','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13428,10958,2597,0,4098,61,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','We\'ve recently come extremely close to driving the Stormpike invaders from Alterac Valley. As a result we\'re redirecting all our reinforcements to aid the Frostwolf Clan.$B$BA decisive victory there would free up the resources we need to crush the Alliance scum on all the other battlefronts.$B$BGo, $N. Earn great honor by heeding the call of the brave Frostwolf warriors.','Win an Alterac Valley battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran or Shattrath.','There is no greater honor than driving invaders from Horde territories. We salute your great courage in aiding our forces today!','You\'re back! Do you bring news of victory?','Victory in Alterac Valley','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13429,10958,3520,0,202,70,70,0,0,0,0,0,0,0,0,0,0,10958,0,0,'A Distraction for Akama','','Ensure that Akama and Maiev enter the Black Temple in Shadowmoon Valley after Xi\'ri\'s forces create a distraction.','','','Help Akama and Maiev enter the Black Temple.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32649,0,0,0,1,0,0,0,935,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',10949,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13430,10958,3836,0,200,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: Magtheridon','Four trials you must pass before you are deemed worthy by the naaru.$B$BOnly one obstacle remains, mortal. Gather an army and travel to the lair of Magtheridon, deep inside Hellfire Citadel. Battle your way to the heart of the chamber and destroy the foul corrupter!','A\'dal in Shattrath City wants you to slay Magtheridon.','You have proven yourself as a being of great power. The naaru approve...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17257,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31746,0,0,0,1,0,0,0,935,0,0,0,0,0,500,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13431,10958,3717,0,200,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Cudgel of Kar\'desh','Bring me the elemental signets that the cudgel requires!$B$BThe earthen signet is held by Gruul the Dragonkiller. Gruul can be found inside his lair in the Blade\'s Edge Mountains.$B$BThe second signet is the blazing heart of a creature known as Nightbane. This mythical beast is said to reside in the hallowed halls of the prophet, Medivh.$B$BMake haste!\n','Skar\'this the Heretic in the heroic Slave Pens of Coilfang Reservoir wants you to bring him the Earthen Signet and the Blazing Signet.','At last!$b$bWith these bonds broken and the cudgel in my possession I shall send the sea witch back to the icy depths...','With the cudgel reformed, I shall break free of my bonds and return to Serpentshrine to exact vengeance on Vashj and her minions!','','','','','',31750,31751,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13432,10958,1941,0,200,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Vials of Eternity','Seven vials were drawn from the Well of Eternity by Illidan. He poured three into the lake on top of Mount Hyjal and a second Well of Eternity was created. For years the rest were believed lost.$B$BWith the opening of the Dark Portal, we\'ve come to know that he gave one each to his lieutenants Kael\'thas and Vashj. Retrieve what remains of them; we will need them as foci to open a gateway to any events tied to Mount Hyjal, recent or ancient. The outcome of the Battle of Mount Hyjal must be preserved.','Soridormi at Caverns of Time wants you to retrieve Vashj\'s Vial Remnant from Lady Vashj at Coilfang Reservoir and Kael\'s Vial Remnant from Kael\'thas Sunstrider at Tempest Keep.','The power contained even in this small amount of water from the Well of Eternity is incredible.$b$bI can see clearly into every moment in time linked to Hyjal... the creation of the second Well of Eternity, Illidan\'s imprisonment, the enchantment of the World Tree and... yes! The Battle of Mount Hyjal.$b$bWe must make haste, the timeline is not safe.','I\'ve asked the impossible of you, yet I expect you to succeed. Much depends on it.','','','','','',29906,29905,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,0,250,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13433,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13434,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13435,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13436,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13437,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13438,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13439,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13440,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13441,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13442,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13443,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13444,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13445,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13446,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13447,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13448,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13449,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13450,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13451,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13452,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13453,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13454,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13455,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13456,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13457,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13458,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,45437,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13459,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13460,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13461,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13462,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13463,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13464,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13465,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13466,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13467,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13468,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13469,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13470,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13471,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13472,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13473,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13474,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13475,11685,0,25,8,71,-1,41,0,0,0,0,0,0,0,0,0,0,0,0,'For Great Honor','','','','','','','','','',42425,20559,20558,29024,20560,47395,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,889,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13476,11685,0,25,8,71,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'For Great Honor','Serving the Horde in one of the great battles against the Alliance is a source of great honor! The few however, that have served the Horde in ALL of our active battlefronts are our truly great fighters. We shall vanquish our opponents, not by fighting isolated skirmishes, but by waging a well-coordinated war.$B$BGo forth and crush the Alliance on every front! For Honor! For the Horde!','Bring a Mark of Honor from each battleground to a Horde Warbringer in any Horde capital city, Shattrath, Dalaran, or Wintergrasp.','Your trials have not been easy, but your courage did not escape you and your strength did not fail. Part with past tokens of victory, $c. None shall need them as a reminder of your worth. Stand up straight, $n. Today you will walk with great pride for you are a hero!','Arathi is still wet with the blood of great warriors and the clash of steel still rings throughout Alterac. Do not waste my time unless you bring news from the front!','','','','','',20558,20559,42425,29024,20560,47395,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,889,510,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13477,11685,0,25,8,71,-1,41,0,0,0,0,0,0,0,0,0,0,0,0,'Concerted Efforts','','','','','','','','','',42425,20559,20558,29024,20560,47395,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,509,890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13478,11685,0,25,8,71,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Concerted Efforts','We\'re not fighting isolated battles against the Horde anymore, $g lad:lass;.$B$BVictory in one front means denying the Horde resources they\'d use against us in a different battle. By the same token, abandoning any given battle could give the advantage to our opponent somewhere else around the world.$B$BThe Alliance is in need of more combatants with this sort of worldly understanding... truly seasoned veterans! $N, come back to me after you\'ve served against the Horde at all of our active battlegrounds.','Bring a Mark of Honor from each battleground to an Alliance Brigadier General in any Alliance Capital City, Shattrath, Dalaran, or Wintergrasp.','You\'re not one to disappoint, $n! What you\'ve learned goes beyond petty medals and commendations. What you\'ve learned is what can only come with experience and the hardening of one\'s temper in the field of battle.$b$bYou\'ve done well, $c. You\'re a true hero of the Alliance!','How are yer travels faring $gladdie:lassy;?','','','','','',42425,20559,20558,29024,20560,47395,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,730,890,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,5),(13479,10958,0,374,4104,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Great Egg Hunt','Noblegarden, celebration of life and spring! I hope you\'ve been enjoying the egg hunt, friend, because I could use the services of a capable individual like you.$b$bI\'m not certain what form of magic was used in the creation of the eggs, and the druids aren\'t keen on explaining it to me. Perhaps you could collect some shell fragments for me during your egg collection. You can keep the contents of the eggs; all I require is a sufficient sample of the eggs themselves.','The Sping Gatherer wants you to get 20 shell fragments.','Excellent, excellent, thank you! I may need more of a sample to get truly conclusive results, but you\'ve done well today.','Do you have the fragments?','','','','','',44806,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44792,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13483,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(13480,10958,0,374,4104,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Great Egg Hunt','Noblegarden, celebration of life and spring! I hope you\'ve been enjoying the egg hunt, friend, because I could use the services of a capable individual like you.$b$bI\'m not certain what form of magic was used in the creation of the eggs, and the druids aren\'t keen on explaining it to me. Perhaps you could collect some shell fragments for me during your egg collection. You can keep the contents of the eggs; all I require is a sufficient sample of the eggs themselves.','The Spring Collector wants you to get 20 shell fragments.','Excellent, excellent, thank you! I may need more of a sample to get truly conclusive results, but you\'ve done well today.','Do you have the fragments?','','','','','',44806,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44792,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13484,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(13481,10958,210,0,130,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Let\'s Get Out of Here!','The Light smiles upon me. I have not yet died in this living nightmare, but the Scourge will kill me and tear my body apart for use in their \'work\' here if I cannot escape.$B$BI cannot make it on my own, $c, but with your help, I may yet live to fight the Scourge again.$B$BWill you help me make my escape before the Scourge\'s butchers come to finish me off?','Escort Father Kamaros to safety and then report to Brother Keltan aboard Orgrim\'s Hammer.','You have done well. We thought Father Kamaros lost, for certain. Your bravery will serve as an example to all those who oppose the Scourge.','','Escort Father Kamaros to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13482,10958,210,0,130,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Let\'s Get Out of Here','The Light smiles upon me. I have not yet died in this living nightmare, but the Scourge will kill me and tear my body apart for use in their \'work\' here if I cannot escape.$B$BI cannot make it on my own, my child, but with your help, I may yet live to fight the Scourge again.$B$BWill you help me make my escape before the Scourge\'s butchers come to finish me off?','Escort Father Kamaros to safety and then report to Absalan the Pious aboard the Skybreaker.','Thank the Light. I\'d thought Father Kamaros dead, or worse. Through your bravery and compassion, you have restored a great ally to the Argent Crusade. You have my thanks and those of the crusade.','','Escort Father Kamaros to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13483,10958,0,374,0,1,-1,0,690,0,0,0,0,0,0,0,0,13479,0,0,'Spring Gatherers','If you\'re looking for something to do, I hear there are mages in the settlements near capital cities - Razor Hill, Brill, Bloodhoof Village, and Falconwing Square - who have been recruiting egg hunters for help with some research they\'re doing. I\'m not sure of the particulars, but I\'m sure they\'d tell you.','Talk to a Spring Gatherer in Razor Hill, Brill, Bloodhoof Village, or Falconwing Square.','Yes! Yes, I think I have just the task for you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(13484,10958,0,374,0,1,-1,0,1101,0,0,0,0,0,0,0,0,13480,0,0,'Spring Collectors','If you\'re looking for something to do, I hear there are mages in the settlements near capital cities - Goldshire, Kharanos, Dolanaar, and Azure Watch - who have been recruiting egg hunters for help with some research they\'re doing. I\'m not sure of the particulars, but I\'m sure they\'d tell you.','Talk to a Spring Collector in Goldshire, Kharanos, Dolanaar, or Azure Watch.','Yes! Yes, I think I have just the task for you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13485,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13486,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13487,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13488,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13489,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13490,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13491,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13492,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13493,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13494,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13495,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13496,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13497,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13498,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13499,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13500,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13501,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13502,10958,0,374,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,44802,1,'A Tisket, a Tasket, a Noblegarden Basket','Here... take this Egg Basket and go hunting for Brightly Colored Eggs. Return to me with the basket when you\'ve found ten Noblegarden Chocolates.','The Noblegarden Vendor wants you to collect 10 Noblegarden Chocolates and return them along with the Egg Basket.','Well done! And here, please... keep the basket!$B$BRemember, you can always return with more Noblegarden Chocolates to trade for additional items.','Do you have the ten Noblegarden Chocolates?','','','','','',44791,44802,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45067,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(13503,10958,0,374,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,44802,1,'A Tisket, a Tasket, a Noblegarden Basket','Here... take this Egg Basket and go hunting for Brightly Colored Eggs. Return to me with the basket when you\'ve found ten Noblegarden Chocolates.','The Noblegarden Merchant wants you to collect 10 Noblegarden Chocolates and return them along with the Egg Basket.','Well done! And here, please... keep the basket!$B$BRemember, you can always return with more Noblegarden Chocolates to trade for additional items.','Do you have the ten Noblegarden Chocolates?','','','','','',44791,44802,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45067,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,0,0,5),(13524,10958,394,0,137,73,74,0,1101,0,0,0,0,0,0,0,0,12310,0,0,'Escape from Silverbrook','You... you\'re not one of them? Quick! Let me out!$B$BWe have to get to Amberpine Lodge immediately! Once Lieutenant Dumont finds out who these people really are, this town will be reduced to rubble!','Open the Wooden Cage and help the Freed Alliance Scout escape from Silverbrook. Report to Lieutenant Dumont when you reach Amberpine Lodge.','','','','Escape from Silverbrook','','','',0,0,0,0,0,0,0,0,0,0,0,0,28019,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,38733,39031,39059,39097,38750,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124500,0,0,0,0,'',0,0,0,0,'12308',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13538,11685,4197,0,32840,78,80,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Southern Sabotage','The three towers south of the Wintergrasp river are draining power from the Fortress! $B$BDestroy Shadowsight Tower, Flamewatch Tower or Winter\'s Edge Tower, then return to me. Remember, only siege vehicles can damage a tower, so make sure to protect them from the Horde!','Destroy Shadowsight Tower, Flamewatch Tower or Winter\'s Edge Tower and return to Tactical Officer Ahbramis in Wintergrasp.','I heard the explosion from here! Excellent job - we\'ve already begun rerouting the power into the Titan relic to super-charge our own forces.','Do you bring word from the south?','','Destroy one of the three southern towers','','','',0,0,0,0,0,0,0,0,0,0,0,0,35074,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13539,11685,4197,0,32840,78,80,41,690,0,0,0,0,0,0,0,0,0,0,0,'Toppling the Towers','While the Alliance may be pounding on our doors, a true tactician looks beyond the obvious.$B$B\"Attack him where he is unprepared, appear where you are not expected.\"$B$B$n, I need you to travel across the Wintergrasp River and destroy one of the three towers to the south. Our Warlocks report that the towers are draining power we could use to bolster our own troops.$B$BReturn to me once you\'ve destroyed a tower.','Destroy Shadowsight Tower, Flamewatch Tower, or Winter\'s Edge Tower and return to Tactical Officer Kilrath in Wintergrasp.','Now in order to kill the enemy, our men must be roused to anger; that there may be advantage from defeating the enemy, they must have their rewards. I hope that these are sufficient for your service to the Horde.','My disgust for Warlocks is only exceeded by my hate for the undead. However, they can both prove useful at times.','','Destroy a southern tower in Wintergrasp','','','',0,0,0,0,0,0,0,0,0,0,0,0,35074,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0,0,5),(13548,10958,0,22,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13549,10958,66,0,136,74,77,0,0,0,0,0,0,0,0,0,0,0,44890,1,'Tails Up','Along with the Drakkari artifacts, I\'m interested in returning to Zandalar with some of the Zul\'Drak wildlife. I have males of both the frost leopards and icepaw bears, but I need females!$B$BToo bad that my trapper was killed in a most unfortunate accident. Perhaps you would be willing to fill in for him?$B$BPut the leopards and bears to sleep with this blowgun then lift their tails and return with some females if you would be so kind. They can be found near the Altars of Rhunok, Quetz\'lun, and Har\'koa.','Chronicler To\'kini at Zim\'Torga wants you to use To\'kini\'s Blowgun on Frost Leopards and Icepaw Bears. Return to him with 3 females of each.','Very fine specimens indeed, $n! These are sure to provide many hours of curious speculation amongst my colleagues back home.','No, that just won\'t do. Please return when you have the female leopards and bears that I\'ll need for the arduous journey back home.','','Female Frost Leopards recovered','Female Icepaw Bears recovered','','',0,0,0,0,0,0,0,0,0,0,0,0,33005,33006,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,128400,0,0,0,0,'',12635,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,1,6,25,0,0,0,0,1,1,0,0,0,0,0,0,0,0,274,0,5),(13556,10958,66,0,136,74,77,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eggs for Dubra\'Jin','How ya doin\', mon? Thinkin\' ya might be helpin\' me out? Bah\'Kini be needin\' lots o\' the raptor eggs to be sacrificin\' to Dubra\'Jin.$B$BHow ya thinkin\' we not be overrun yet by the Drakkari? Dubra\'Jin be lendin\' us his aid!$B$BWe need ya to gather up the raptor eggs from around the trees outside here in Gundrak. Sometimes the raptors carry \'em to keep \'em warm, too.','Ha\'wana at Dubra\'Jin needs you to collect 12 Gundrak Raptor Eggs.','One, two, three,... hehe, that be a good number o\' them, mon! Now we be safe for quite some time!','Who woulda thought the great Dubra\'Jin be wantin\' so many eggs? What he gonna do with them anyway?','','','','','',44921,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,5,1,0,0,0,0,0,1,4,0,0,0,0,0,0,0,6,0,0,5),(13559,10958,67,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hodir\'s Tribute','','','The Sons of Hodir accept your tribute, small one. You continue to prove your worth as an ally in more ways than one.','No ordinary tributes were good enough for the great Hodir when he walked among the frost giants.$b$bHe might not be with us anymore, but we\'ve kept the tradition of offering tribute to his strength and wisdom. It would do much for your renown to partake in this tradition, small $c.','','','','','',42780,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13571,10958,304,304,384,0,80,0,0,0,185,350,0,0,0,0,0,0,0,0,'Fletcher\'s Lost and Found','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53056,53285,0,0,0,0,0,0,0,0,0,0,0,0,'',12645,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13592,10958,0,241,4232,77,80,0,1,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Sir Marcus Barlowe at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','Welcome back from your exercises, $N. Even while we practice for the competition, it\'s good to remind ourselves that the Scourge is still out there.','Have you tested yourself in combat against the Scourge?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,72,1094,0,0,0,1094,250,250,0,0,0,250,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13593,10958,0,241,136,77,80,0,1100,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Stormwind','Welcome, champion. Word of your combat prowess has already reached my ears. Do you seek to join Stormwind\'s tournament delegation?$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of Stormwind, your squire will have the option of carrying our banner into battle.','Speak with Marshal Jacob Alerius again if you wish to become a valiant of Stormwind.','We are proud that you have agreed to train with us and compete on our behalf.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13724,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13600,10958,0,241,4232,77,80,0,1,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Marshal Jacob Alerius at the Argent Tournament Grounds.','$B$BA fine weapon, and perfectly balanced. It will serve me well in the next match.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,72,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13603,10958,0,241,4224,77,80,0,1,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','Good, honest, honed steel may not carry the day. The other combatants are using enchanted blades and I find myself at a disadvantage, but all is not lost.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Marshal Jacob Alerius at the Argent Tournament Grounds.','So the tales were true? This is a fine blade and I have no doubt that it will serve me well in the tournament. You have my thanks, $N.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,72,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13604,10958,4273,0,192,80,80,88,0,0,0,0,0,0,0,0,0,0,45506,1,'Archivum Data Disc','This platinum disc is surprisingly symmetrical and devoid of any scratches or imperfections. Engraved along its edge, bold runes spell out the word \"ARCHIVUM.\"$B$BThere must be a device inside Ulduar capable of reading the disc.','Bring the Archivum Data Disc to the Archivum Console in Ulduar.','The platinum disc fits perfectly inside the console. It begins to spin as its contents are scanned by white beams of light.','The console whirrs with energy as the round receptacle opens.','','','','','',45506,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13606,10958,4273,0,200,80,80,88,0,0,0,0,0,0,0,0,0,0,0,0,'Freya\'s Sigil','Freya\'s Sigil is going to be one of the tougher ones, I reckon.$B$BAccording to the Archivum, the essence of the Sigil is tied to her three elder servants, Brightleaf, Ironbranch and Stonebark. Should any of the elders be harmed, the Sigil\'s integrity will be compromised.$B$BSparing the elders, however, means that Freya will be more powerful when you face her.$B$BWhat can I say, $N. We\'re stuck between a rock and hard place.','Prospector Doren at the Archivum in Ulduar wants you to obtain Freya\'s Sigil.$B$BFor more information on obtaining Freya\'s Sigil consult the Archivum Console.','Excellent job, $N. We\'re one step closer to saving Azeroth!','Freya\'s sigil, $N? Do ye have it?','','','','','',45788,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13607,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13607,10958,4273,0,68,80,80,88,0,0,0,0,0,0,0,0,0,0,0,0,'The Celestial Planetarium','Listen, $glad:lass;! Azeroth\'s fate is at stake here.$B$BOur only chance is to get to the Celestial Planetarium in time to find this Algalon and stop him from beaming back any messages to his Titan masters.$B$BLocate the Celestial Planetarium and come back with any information you get. We might still have some time to prepare for Algalon\'s arrival.','Prospector Doren at the Archivum in Ulduar wants you to locate the entrance to the Celestial Planetarium.','It\'s locked? Figures!$b$bLet\'s see what information this junk heap can give us...','','Entrance to Celestial Planetarium located','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,5401,0,0,0,'',13604,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13609,10958,4273,0,200,80,80,88,0,0,0,0,0,0,0,0,0,0,0,0,'Hodir\'s Sigil','Hodir\'s Sigil won\'t be easy to obtain. Not only are ye going to have to defeat Hodir himself, but yer going to have to do it before he destroys the chest that contains it!$B$BCheck the Archivum console if you need more information. That thing contains more knowledge than all of the world\'s libraries put together!','Prospector Doren at the Archivum in Ulduar wants you to obtain Hodir\'s Sigil.$B$BFor more information on obtaining Hodir\'s Sigil, consult the Archivum Console.','Ye did it! I don\'t know how, but ye did!','Did ye obtain the sigil, $N?','','','','','',45786,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13607,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13610,10958,4273,0,72,80,80,88,0,0,0,0,0,0,0,0,0,0,0,0,'Thorim\'s Sigil','Thorim\'s not himself, $N. He\'s come under a dark influence.$B$BAn evil presence under the guise of an illusion pretends to be his lost wife, Sif.$B$BYe can\'t let him be overcome by this impostor\'s spell. If he does, the location of his sigil might forever be lost!$B$BYer going to have to beat some sense into him and yer going to have to do it quick.$B$BAs always, the Archivum Console will give ye all the gory details... even the ones ye don\'t like.','Prospector Doren at the Archivum in Ulduar wants you to obtain Thorim\'s Sigil.$B$BFor more information on obtaining Thorim\'s Sigil consult the Archivum Console.','Ye never cease to impress, $N.$b$bYe and me are having a pint together after all this is done, ye hear me?','Well, $N? Do ye have it?','','','','','',45784,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13607,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13611,10958,4273,0,72,80,80,88,0,0,0,0,0,0,0,0,0,0,0,0,'Mimiron\'s Sigil','Mimiron\'s a clever one. His entire abode is rigged with some sort of self-destruction mechanism.$B$BUnfortunately yer gonna have to race against it if ye want to get his sigil. Check the Archivum Console for more details if ye need them.','Prospector Doren at the Ulduar Archivum wants you to obtain Mimiron\'s Sigil.$B$BFor more information on obtaining Mimiron\'s Sigil consult the Archivum Console.','I\'ve got to hand it to you, $N. Our odds might not be the best, but I feel a lot better with you lending a hand.','Were you able to obtain the sigil, $N?','','','','','',45787,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13607,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13614,10958,4273,0,64,80,80,88,0,0,0,0,0,0,0,0,0,0,45791,1,'Algalon','You really did it, $N. Take the sigils to the Archivum Console and see if you can gain access to the Celestial Planetarium.$B$BYou best hurry, $g lad:lass;. Time is of the essence.','Bring the Sigils of the Watchers to the Archivum Console in Ulduar.','Stand by for verification.$b$bAccess to the Celestial Planetarium granted. Please retrieve your key.','The console\'s bright lights scan the glass surface repeatedly, as if awaiting some form of input.','','','','','',45791,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45796,45875,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13616,10958,0,241,4232,77,80,0,1,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Curse that death knight for breaking my sword!$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Marshal Jacob Alerius at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $N.','Did you win the blade I seek?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,72,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13622,10958,4273,0,64,80,80,89,0,0,0,0,0,0,0,0,0,13629,45039,1,'Ancient History','The pieces fit together to form an elegant hammer. Its construction appears to be at least partially Titan in nature.$B$BThe console inside the Archivum might have some information regarding this artifact.','Bring the Shattered Fragments of Val\'anyr to the Archivum Console in the Archivum in Ulduar.','','','','','','','',45039,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13625,10958,0,241,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Learning The Reins','Most of the tournament\'s competitions require competitors to master the command of a mount in battle. In order to familiarize you with mounted combat, we\'ve put up training dummies all over the northern part of the tournament grounds.$B$BVisit the stables outside the pavilion, equip your lance, and mount up on the Quel\'dorei steed. Familiarize yourself with the tactics available to you and use them to defeat the three different kinds of training dummies. ','Strike a Melee Target with Thrust 5 times, use Shield-Breaker on 2 vulnerable Ranged Targets, use Charge on 2 vulnerable Charge Targets and then return to Scout Shalyndria at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or the Silver Covenant Pavilion.','Well done, $N. Mounted combat is often hard to pick up for those accustomed to fighting on foot. I have no doubt that you\'ll continue to improve with practice, which is more than I can say for some warriors.','How goes the mounted combat practice?','','Use Thrust on Melee Target','Use Shield-Breaker on vulnerable Ranged Target','Use Charge on vulnerable Charge Target','',0,0,0,0,0,0,0,0,0,0,0,0,33341,33339,33340,0,5,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,2,0,0,0,1094,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13828,13837,13835,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13627,11685,0,241,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,45046,1,'Jack Me Some Lumber','Come closer. No, not too close. Don\'t want any unnecessary suspicion now, do we?$B$BThis coliseum requires more lumber than we\'ve stockpiled and there\'s no way I\'m going to pay to have it shipped in from Grizzly Hills. At the western end of Crystalsong Forest, by the Great Tree, grow a number of young Crystalsong oaks. They\'d provide just the kind of planking we need for building and scaffolding. Take this axe, use it to fell the trees and then hew them into planks, but don\'t let anyone see you!','Bring 12 Rough Hewn Planks to Bezzle Blastbolt at the Argent Tournament Grounds.','All excellent planks, and the price is right, too! Even better, those Argent Crusade sticks-in-the-mud will never know. They\'ll get their precious coliseum and I\'ll get my early completion bonus. Now that\'s a win-win if I ever saw one.','Did you get the \"goods\" we talked about?','','','','','',45045,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13820,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13629,10958,4445,0,64,80,80,89,0,0,0,0,0,0,0,0,0,0,45896,1,'Val\'anyr, Hammer of Ancient Kings','The Archivum Console has hinted at a possible way to rebind the fragments of Val\'anyr: you must get the fragments inside the physical form of the being known as Yogg-Saron.$B$BIt sounds like a long shot, but for an artifact of such power you think the risk might just be worth it.','Throw the Shattered Pieces of Val\'anyr into Yogg-Saron\'s maw while he\'s casting Deafening Roar and defeat Yogg-Saron and recover the Reforged Hammer of Ancient Kings.$B$BThis can only be completed in Heroic mode and only if at least one Ulduar Watcher is not assisting you.','Object integrity confirmed. Please hold while solidified residue is removed.','','','','','','',45897,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46017,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',13622,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13631,10958,4273,0,64,80,80,88,0,0,0,0,0,0,0,0,0,0,46052,1,'All Is Well That Ends Well','We\'d best hurry now, $N. We\'re going to have to transmit the reply-code from Dalaran.$B$BTake it to Rhonin, I will meet you there.','Take the Reply-Code Alpha to Rhonin in Dalaran.','You\'re here. Let us hope this works. For all our sakes.','','','','','','',46052,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46320,46321,46322,46323,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13633,10958,0,241,136,77,80,0,1101,0,0,0,0,0,0,0,0,13641,0,0,'The Black Knight of Westfall?','No doubt you\'ve heard the disturbing rumors about the contestant the others are calling the Black Knight. It\'s said that any rider who was scheduled to face him in combat has met an untimely end.$B$BOf course, we have no definitive proof of anything, but it wouldn\'t hurt to look into this knight\'s background.$B$BHe claims to be descended from the Cooper family of Westfall. Would you visit their residence in the western part of Moonbrook in Westfall? See if you can find any proof of his story.','Investigate the Black Knight\'s claims and return to Crusader Rhydalla at the Argent Tournament Grounds with your findings.','So you\'re saying this knight\'s story is a sham? Most suspicious. Dishonorable at the least, and murderous at the worst. Still, we can\'t confront him until we know for certain whether he was involved in these murders.$b$bDo nothing to arouse his suspicions, $N. Discretion will serve us well as we continue to investigate.','Have you found anything related to the Black Knight\'s story?','','','','','',45058,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13634,10958,0,241,136,77,80,0,690,0,0,0,0,0,0,0,0,13641,0,0,'The Black Knight of Silverpine?','No doubt you\'ve heard the disturbing rumors about the contestant the others are calling the Black Knight. It\'s said that any rider who was scheduled to face him in combat has met an untimely end.$B$BOf course, we have no definitive proof of anything, but it wouldn\'t hurt to look into this knight\'s background.$B$BHe claims to hail from Valgan\'s Field in Silverpine Forest. It\'s a small farm on the western shore of Lordamere Lake. Would you visit the farm and let me know if there\'s any truth to his story?','Investigate the Black Knight\'s claims and return to Crusader Rhydalla at the Argent Tournament Grounds with your findings.','So you\'re saying this knight\'s story is a sham? Most suspicious. Dishonorable at the least, and murderous at the worst. Still, we can\'t confront him until we know for certain whether he was involved in these murders.$b$bDo nothing to arouse his suspicions, $N. Discretion will serve us well as we continue to investigate.','Have you found anything related to the Black Knight\'s story?','','','','','',45062,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13641,10958,0,241,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Seer\'s Crystal','Now that we know there\'s no truth to the Black Knight\'s stories, we must find a way to connect him to the murdered knights.$B$BI know a way to reveal the truth about how they died, but it requires a rare material. We must gain a seer\'s crystal, found only among the unbound seers who congregate near night elf ruins in the Forlorn Woods in the central part of Crystalsong Forest. Find one of these seers, $N, and bring me the crystal it holds.','Bring a Seer\'s Crystal to Crusader Rhydalla at the Argent Tournament Grounds.','This one will do nicely. All that remains is to imbue it with the power of the Light, giving it the ability to find truth amid deception.','Have you located a seer\'s crystal?','','','','','',45064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13643,10958,0,241,128,77,80,0,0,0,0,0,0,0,0,0,0,13654,45070,1,'The Stories Dead Men Tell','The crystal will reveal the truth about how three of the tournament\'s combatants died. Take it with you to the graveyard east of the Tournament Grounds and use it before the graves of Sir Wendell Balfour, Lorien Sunblaze, and Conall Irongrip.$B$BIf indeed these men were murdered, then we must find a way to tie it to the Black Knight before he strikes again. Look closely at what the crystal tells you, $N, for we must be certain these deaths were not accidental.','Use the Seer\'s Crystal at the graves of Sir Wendell Balfour, Lorien Sunblaze, and Conall Irongrip to determine how they died, then return to Crusader Rhydalla.','So you say Lorien Sunblaze was done in by poison and Sir Wendell was burnt alive? Dreadful ways to die, both of them. Only Conall was killed by cold steel, and from your description, it was a coward\'s strike, not honorable combat that laid him in his grave.$b$bAll three sparred with and were scheduled to fight the Black Knight. This cannot be a coincidence. Now, we must find a way to prove it was the Black Knight\'s work.','Have you visisted the graves of the slain combatants?','','Sir Wendell Balfour\'s death investigated','Lorien Sunblaze\'s death investigated','Conall Irongrip\'s death investigated','',0,0,0,0,0,0,0,0,0,0,0,0,-194537,-194539,-194538,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13641,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13649,10958,0,370,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Justin\'s Fun Test','Hey there! You look like you can handle your brew. But can you handle your brew mug? $b$bThe Dark Irons have come back with a vengeance to ruin our celebration. Tossing mugs at them is the best way to stop them, but first, let\'s see if you can toss one at old S.T.O.U.T. here.$b$bIt\'s easy, pick up a complimentary sampler and take a drink. Just make sure you\'re facing S.T.O.U.T. Talk to me after you\'ve hit him 5 times.','Use the Complimentary Brewfest Sampler to hit S.T.O.U.T. 5 times, then talk to Boxey Boltspinner.','','','','S.T.O.U.T. Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,24108,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37829,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13654,10958,0,241,136,77,80,0,0,0,0,0,0,0,0,0,0,13663,0,0,'There\'s Something About the Squire','Every day, the Black Knight\'s squire, Maloric, makes a big show of heading to Crystalsong Forest with his axe over his shoulder. He wants us to believe he\'s chopping wood, but he never returns with more than a few twigs.$B$BHe usually goes toward the ruins southwest of the Mirror of Twilight. He spends a lot of time out there, even for a squire with responsibilities to his knight.$B$BFind a way to distract or incapacitate him and search him. If he\'s up to something, we\'ll know it.','Obtain a Large Femur from a Skeletal Woodcutter and use it to incapacitate Maloric. Search Maloric for evidence, then report back to Crusader Rhydalla at the Argent Tournament Grounds.','$b$bIt\'s all here, $N: the poison that killed Lorien, a collection of knives, torches, and oil. No man has cause to possess these things here and no squire would do so without orders from his knightly master. We\'ve found our murderer, $N, but who is he working for?','Did the squire\'s behavior yield any clues?','','','','','',45082,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13643,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13662,10958,51,0,0,45,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Gaining Acceptance','','','','','','','','','',18945,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,1,0,0,0),(13663,10958,0,241,128,77,80,0,0,0,0,0,0,0,0,0,0,0,45083,1,'The Black Knight\'s Orders','We must discover who sent the Black Knight to the tournament and what his master hopes to gain by killing the competitors.$B$BThe Kirin Tor has offered to help in this matter and provided us with something to help our search.$B$BTake this enchanted bridle to the Black Knight\'s camp on the eastern edge of the tournament grounds and use it to gain control over the Black Knight\'s gryphon. The bridle\'s magic will force the gryphon to take you to his master\'s home. Search it and return with anything you find.','Use the Enchanted Bridle to gain control of the Black Knight\'s Gryphon and ride it to its destination. Once you have arrived, recover the Stolen Tournament Invitation and the Black Knight\'s Orders and bring them to Crusader Rhydalla at the Argent Tournament Grounds.','$b$bThis can only mean one thing, $n. The Black Knight is a member of the Cult of the Damned and has been sent by Arthas to disrupt the tournament!$b$bThe Black Knight has proven himself a fearsome combatant, and you will need to be every bit as good if you wish to face him. When you are a champion, return to me and we\'ll find a way to ensure his defeat.','What did you discover?','','Black Knight\'s Gryphon taken','','','',0,45121,45122,0,0,0,0,1,1,0,0,0,33519,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13654,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13664,10958,0,241,128,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Knight\'s Fall','We must put an end to the Black Knight\'s scheming, and show those who oppose us that we will not stand by and allow our champions to be murdered.$B$BBy now, he will suspect that someone is on his trail. Challenge him in the light of day, where he cannot refuse or murder in the dark, $N.$B$BUse my argent charger for the battle. It\'s housed in the stables.$B$BSpeak to Squire Cavin at the Ring of Champions. The squire will call the Black Knight to battle, but you will make him answer for his crimes.','Defeat the Black Knight and then speak to Crusader Rhydalla at the Argent Tournament Grounds.','With the death of the Black Knight, the tournament may once again serve its purpose. The champions of the Horde and Alliance may demonstrate their skill at arms and train for the day when Arthas and his minions will no longer threaten us.$b$bYou have the thanks of the Argent Crusade, $n, and that of all who have answered our call.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33785,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13663,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13665,10958,0,241,4224,77,80,0,1,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. The people of Stormwind adore their knights and are looking forward to seeing us win the melee. To that end, they\'ve been honing their skills against the other valiants.$B$BI suggest you do the same.$B$BGo to the stables outside the pavilion, equip your lance, mount the stabled Elwynn steed, and challenge the valiants. They wait in the Alliance Valiants\' Ring just outside our tent.\n','Bring 3 Marks of the Valiant to Captain Joseph Holley at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','Well done. Training against the other valiants is one of the best ways to prepare yourself for tournament competition. I know you\'ll make Stormwind proud, $n.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,72,1094,0,0,0,1094,250,250,0,0,0,250,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13666,10958,0,241,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','Some of the champions believe an ancient weapon born of Northrend will bring them luck in the tourney. I have agreed to help them search for these weapons.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Arcanist Taelis at the Argent Tournament Grounds.','So there is some truth to those old tales? It seems they did not lie about the quality of the blade. Well done, $n. The champion who wields it will be a lucky man, indeed.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,2,0,0,0,1094,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,13837,13835,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13667,10958,0,241,136,77,80,0,1101,0,0,0,0,0,0,0,0,13828,0,0,'The Argent Tournament','We have invited you here to test your skill and valor against others who have bravely opposed the Scourge. Many have been our divisions, but the time has come for heroes fighting under all banners to test their blades against one another in preparation for facing our mutual enemy.$B$BArcanist Taelis is the Silver Covenant\'s representative to the tournament and he\'ll enter your name into the rolls and begin your training. Seek him out inside the large Alliance tent in the northeastern part of the grounds.','Speak with Arcanist Taelis at the Argent Tournament grounds to enroll in the tournament.','I have entered your name in the rolls, $n. As an aspirant you will train with others who wish to compete in the tournament and hone your mounted combat skills. Once you have proven yourself, you will be allowed to enter the lowest rank of competition on behalf of your capital city.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13668,10958,0,241,136,77,80,0,690,0,0,0,0,0,0,0,0,13829,0,0,'The Argent Tournament','We have invited you here to test your skill and valor against others who have bravely opposed the Scourge. Many have been our divisions, but the time has come for heroes fighting under all banners to test their blades against one another in preparation for facing our mutual enemy.$B$BMagister Edien Sunhollow is the Sunreaver representative to the tournament and he\'ll enter your name into the rolls and begin your training. Seek him out inside the large Horde tent in the southeastern part of the grounds.\n','Speak with Magister Edien Sunhollow at the Argent Tournament grounds to enroll in the tournament.','I have entered your name in the rolls, $n. As an aspirant you will train with others who wish to compete in the tournament and hone your mounted combat skills. Once you have proven yourself, you will be allowed to enter the lowest rank of competition on behalf of your capital city.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13669,10958,0,241,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Our champions have taken a liking to ancient weapons produced here in Northrend.$B$BI\'ve heard the bards telling tales of travelers offering winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to the circle of lamps in Drak\'Mar Lake in northeastern Dragonblight, near Zul\'Drak and Grizzly Hills. Ask the lonely maiden for a worthy blade.','Bring the Blade of Drak\'Mar to Arcanist Taelis at the Argent Tournament Grounds.','There\'s no doubt that this is a blade of exquisite quality and balance. Now I understand why these weapons are so coveted among the champions of the Alliance.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,2,0,0,0,1094,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13828,13837,13835,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13670,10958,0,241,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','The Ironforge grand champion\'s squire told me an intriguing story.$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Arcanist Taelis at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','The blade is as fine as the squire said it would be, but where did he find out about it? No matter; it will serve its new owner well. Perhaps it\'s only fair that Ironforge\'s grand champion be the one to wield it.','Did you win the blade?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,2,0,0,0,1094,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13828,13837,13835,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13671,10958,0,241,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Training In The Field','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you learn to master mounted combat, do not forget to practice the skills that have served you well all these years. Show us that you can face the Scourge with honor and bravery, and you will earn your right to compete in this tournament.$B$BTravel to Icecrown and slay any Scourge you see there, but stay clear of the Bombardment, where you would be overwhelmed.','Avareth Swiftstrike at the Argent Tournament Grounds wants you to kill 8 Icecrown Scourge. You may kill Scourge in any part of Icecrown except the Bombardment.','You have shown yourself a capable combatant, $n and you will serve as an example to the rest of the aspirants who clamor to compete on behalf of the Alliance.','Have you tested yourself in combat against the Scourge?','','Icecrown Scourge slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,33192,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,1,0,0,0,1094,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13828,13837,13835,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13672,10958,0,241,136,77,80,0,1101,0,0,0,0,0,0,0,0,13679,0,0,'Up To The Challenge','When you have mastered the skills of the aspirant, you may choose to take the aspirant\'s challenge. The challenge will test your mounted combat skills and assess whether or not you\'re prepared to become a valiant. Should you pass, you will be able to join your capital city\'s delegation as a valiant.$B$BWhen you are ready to begin the challenge, return to me.','Present Arcanist Taelis at the Argent Tournament with 15 Aspirant\'s Seals to signify you\'re ready to undergo the aspirant\'s challenge.','Very well, I will make the arrangements.','Do you wish to take the aspirant\'s challenge?','','','','','',45192,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13828,13835,13837,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13673,10958,0,241,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','Some of the champions believe an ancient weapon born of Northrend will bring them luck in the tourney. I have agreed to help them search for these weapons.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Magister Edien Sunhollow at the Argent Tournament Grounds.','So there is some truth to those old tales? It seems they did not lie about the quality of the blade. Well done, $n. The champion who wields it will be a lucky man, indeed.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,2,0,0,0,1124,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13829,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13674,10958,0,241,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Our champions have taken a liking to ancient weapons produced here in Northrend.$B$BI\'ve heard the bards telling tales of travelers offering winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to the circle of lamps in Drak\'Mar Lake in northeastern Dragonblight, near Zul\'Drak and Grizzly Hills. Ask the lonely maiden for a worthy blade.','Bring the Blade of Drak\'Mar to Magister Edien Sunhollow at the Argent Tournament Grounds.','There\'s no doubt that this is a blade of exquisite quality and balance. Now I understand why these weapons are so coveted among the champions of the Alliance.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,2,0,0,0,1124,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13829,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13675,10958,0,241,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','I heard an interesting story from one of the Ogrimmar valiants.$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Magister Edien Sunhollow at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','The blade is as fine as the valiant said it would be, but where did he find out about it? No matter; it will serve its new owner well. Perhaps it\'s only fair that Orgrimmar\'s grand champion be the one to wield it.','Did you win the blade?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,2,0,0,0,1124,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13829,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13676,10958,0,241,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Training In The Field','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you learn to master mounted combat, do not forget to practice the skills that have served you well all these years. Show us that you can face the Scourge with honor and bravery, and you will earn your right to compete in this tournament.$B$BTravel to Icecrown and slay any Scourge you see there, but stay clear of the Bombardment, where you would be overwhelmed.','Amariel Sunsworn at the Argent Tournament Grounds wants you to kill 8 Icecrown Scourge. You may kill Scourge in any part of Icecrown except the Bombardment.','You have shown yourself a capable combatant,$n and you will serve as an example to the rest of the aspirants who clamor to compete on behalf of the Horde.','','','Icecrown Scourge slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,33192,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,1,0,0,0,1124,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13829,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13677,10958,0,241,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Learning The Reins','Most of the tournament\'s competitions require competitors to master the command of a mount in battle. In order to familiarize you with mounted combat, we\'ve put up training dummies all over the northern part of the tournament grounds.$B$BVisit the stables outside the pavilion, equip your lance, and mount up on the Sunreaver hawkstrider. Familiarize yourself with the mount and use its abilities to defeat the three different kinds of training dummies. \n','Strike a Melee Target with Thrust 5 times, use Shield-Breaker on 2 vulnerable Ranged Targets, use Charge on 2 vulnerable Charge Targets, and then return to Galathia Brightdawn at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or the Sunreaver Pavilion.','Well done, $n. Mounted combat is often hard to pick up for those accustomed to fighting on foot. I have no doubt that you\'ll continue to improve with practice, which is more than I can say for some warriors.','','','Use Thrust on Melee Target','Use Shield-Breaker on vulnerable Ranged Target','Use Charge on vulnerable Charge Target','',0,0,0,0,0,0,0,0,0,0,0,0,33341,33339,33340,0,5,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,2,0,0,0,1124,0,0,0,0,0,250,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13829,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13678,10958,0,241,136,77,80,0,690,0,0,0,0,0,0,0,0,13680,0,0,'Up To The Challenge','When you have mastered the skills of the aspirant, you may choose to take the aspirant\'s challenge. The challenge will test your mounted combat skills and assess whether or not you\'re prepared to become a valiant. Should you pass, you will be able to join your capital city\'s delegation as a valiant.$B$BWhen you are ready to begin the challenge, return to me.','Present Magister Edien Sunhollow at the Argent Tournament with 15 Aspirant\'s Seals to signify you\'re ready to undergo the aspirant\'s challenge.','Very well, I will make the arrangements.','Do you wish to take the aspirant\'s challenge?','','','','','',45192,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13829,13838,13839,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13679,10958,0,241,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'The Aspirant\'s Challenge','You have trained hard as an aspirant, $N, and now the time has come to test your mounted combat skills against a skilled opponent.$B$BEquip your lance, then go to the stables outside the pavilion and mount up on the stabled Quel\'dorei steed.$B$BAt the Aspirants\' Ring on the northern side of the tournament grounds, you\'ll find Squire David. He\'ll make certain that you\'re ready for the fight and call out your opponent.$B$BGood luck, $N. May your horse be steady and your aim true.','Speak with Squire David to summon your opponent. Once you have defeated the Argent Valiant, return to Arcanist Taelis at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','Congratulations are in order, $n. You have bested your challenger and earned the right to advance to the rank of valiant.','Have you faced your challenge?','','Argent Valiant defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,38595,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13672,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13680,10958,0,241,128,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'The Aspirant\'s Challenge','You have trained hard as an aspirant, $N, and now the time has come to test your mounted combat skills against an experienced opponent.$B$BEquip your lance, then go to the stables outside the pavilion and mount the Sunreaver hawkstrider.$B$BAt the Aspirants\' Ring on the northern side of the tournament grounds, you\'ll find a human child called Squire David. He\'ll ask if you\'re ready for the fight and call out your opponent.$B$BGood luck, $N. May your mount be steady and your aim true.','Speak with Squire David to summon your opponent. Once you have defeated the Argent Valiant, return to Magister Edien Sunhollow at the Argent Tournament Grounds.','Congratulations are in order, $n. You have bested your challenger and earned the right to advance to the rank of valiant.','Have you faced your challenge?','','Argent Valiant defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,38595,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13678,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13681,11685,0,241,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,45281,1,'A Chip Off the Ulduar Block','Getting stone for this job has been a nightmare, I tell ya! There are tons of stone available from ruins in safe places, but those holier-than-thou paladins won\'t go for it. Something about \'priceless artifacts.\'$B$BAnyway, whining about that isn\'t going to get this place built. There are tons of crumbling titan ruins in the Foot Steppes and at the Inventor\'s Library in Storm Peaks. Take my, uh, \'chisel\' with you and see if you can break those huge blocks into useful pieces.','Bring 15 Small Stone Blocks to Bozzle Blastbolt at the Argent Tournament Grounds.','These should do. Just don\'t go around blabbing to those crusaders about where you got them from. I\'m sure they\'ll get upset. But, hey, it\'s not like the titans have come back for them. They\'re fair game, I say. Good work, $n.','Did you get that stone?','','','','','',45278,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13820,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13682,11685,0,241,4232,77,80,1,1101,1503,0,0,0,0,0,0,0,0,0,0,'Threat From Above','Highlord Tirion Fordring has doubled the guard since your exposure of the Cult of the Damned\'s infiltrator. He doesn\'t believe that they will stop just because their Black Knight has been defeated.$B$BOur skytalon scouts have reported sighting a frost wyrm named Chillmaw leading a cult raiding party. If we don\'t intercept them, the tournament will come under attack. The scouts reporting seeing Chillmaw to the southwest, flying over the area between the Ironwall Rampart and Aldur\'thar.','Eadric the Pure at the Argent Tournament wants you to defeat Chillmaw and 3 Cultist Bombardiers.','$N, you and your allies have spared the tournament from a devastating attack. Though our skytalon riders are brave, they have their hands full keeping the peace on the tournament grounds and would be hard-pressed to defend the skies against the cult\'s attack. You have the thanks of the Argent Crusade and all who have gathered here to compete.','Have you defeated the Cult of the Damned raiding party?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33687,33695,0,0,1,3,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,2,0,0,0,1106,1094,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13794,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13684,10958,0,241,136,77,80,0,1,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Stormwind','You\'ve proven yourself worthy of competing under the banner of Stormwind, $N. Now, you should introduce yourself to Marshal Jacob Alerius, who leads the Stormwind delegation. As Stormwind\'s grand champion, he will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Marshal Jacob Alerius at the Argent Tournament Grounds to become a valiant of Stormwind.','Welcome aboard then, Valiant $n. The Stormwind delegation is proud to count you among its members.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1094,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13679,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13685,10958,0,241,136,77,80,0,4,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Ironforge','You\'ve proven yourself worthy of competing under the banner of Ironforge, $N. Now, you should introduce yourself to Lana Stouthammer, who leads the Ironforge delegation. As Ironforge\'s grand champion, she will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Lana Stouthammer at the Argent Tournament Grounds to become a valiant of Ironforge.','It\'s good to meet you, valiant. Ironforge needs competitors like you to prevail in the tournament.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1094,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13679,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13686,10958,0,241,1160,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Alliance Tournament Eligibility Marker','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13687,10958,0,241,1160,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Horde Tournament Eligibility Marker','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13688,10958,0,241,136,77,80,0,64,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Gnomeregan','You\'ve proven yourself worthy of competing under the banner of Gnomeregan, $N. Now, you should introduce yourself to Ambrose Boltspark, who leads the Gnomeregan delegation. As the gnomish grand champion, he will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Ambrose Boltspark at the Argent Tournament Grounds to become a valiant of Gnomeregan.','Welcome aboard then, Valiant $n. The Gnomeregan delegation is proud to count you among its members.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,1094,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13679,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13689,10958,0,241,136,77,80,0,8,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Darnassus','You\'ve proven yourself worthy of competing under the banner of Darnassus, $N. Now, you should introduce yourself to Jaelyne Evensong, who leads the Darnassus delegation. As the night elf grand champion, she will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Jaelyne Evensong at the Argent Tournament Grounds to become a valiant of Darnassus.','Welcome to the Darnassus tournament delegation, $n. It will be a pleasure to train and compete alongside you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1094,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13679,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13690,10958,0,241,136,77,80,0,1024,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of The Exodar','You\'ve proven yourself worthy of competing under the banner of the Exodar, $N. Now, you should introduce yourself to Colosos, who leads the Exodar delegation. As the draenei grand champion, he will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Colosos at the Argent Tournament Grounds to become a valiant of the Exodar.','Welcome aboard then, Valiant $n. The Exodar\'s delegation is proud to count you among its members.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,1094,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13679,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13691,10958,0,241,136,77,80,0,2,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Orgrimmar','You\'ve proven yourself worthy of competing under the banner of Orgrimmar, $N. Now, you should speak with Mokra the Skullcrusher, who leads Orgrimmar\'s competitors. As Orgrimmar\'s grand champion, he will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Mokra the Skullcrusher at the Argent Tournament Grounds to become a valiant of Orgrimmar.','So you want to compete for Orgrimmar? Just because you\'ve beaten up a few dummies doesn\'t mean you\'ll win, but you\'ll be training with the best from now on.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1124,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13680,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13692,10958,0,101,4224,77,80,0,0,0,356,1,0,0,0,0,0,0,0,0,'The Sword and the Sea','My sword was lost at sea. Catch it and bring it back!','Old Man Barlo in Crystalsong Forest wants you to bring him the Sword of Knighthood.','','','','','','','',45323,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34863,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13693,10958,0,241,136,77,80,0,128,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Sen\'jin','You\'ve proven yourself worthy of competing under the banner of Sen\'jin, $N. Now, you should speak with Zul\'tore who leads Sen\'jin\'s warriors. As the troll grand champion, he will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Zul\'tore at the Argent Tournament Grounds to become a valiant of Sen\'jin.','You think you have what it takes to compete for Sen\'jin? I think we\'ll be finding out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,1124,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13680,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13694,10958,0,241,136,77,80,0,32,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Thunder Bluff','You\'ve proven yourself worthy of competing under the banner of Thunder Bluff, $N. Now, you should speak with Runok Wildmane, who leads Thunder Bluff\'s competitors. As Thunder Bluff\'s grand champion, he will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Runok Wildmane at the Argent Tournament Grounds to become a valiant of Thunder Bluff.','On behalf of Thunder Bluff and its warriors, I welcome you, $n. Always fight honorably and bravely beneath our banner.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1124,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13680,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13695,10958,0,241,136,77,80,0,16,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Undercity','You\'ve proven yourself worthy of competing under the banner of the Undercity, $N. Now, you should speak with Deathstalker Visceri, who leads the Undercity delegation. As grand champion, he will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Deathstalker Visceri at the Argent Tournament Grounds to become a valiant of the Undercity.','Welcome to the Undercity delegation. $n. As a valiant, you\'ll train with us to prepare you for the highest level of competition.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1124,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13680,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13696,10958,0,241,136,77,80,0,512,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Silvermoon','You\'ve proven yourself worthy of competing under the banner of Silvermoon, $N. Now, you should speak with Eressea Dawnsinger, who leads the Silvermoon delegation. As Silvermoon\'s grand champion, she will enter you into the tournament on behalf of the city and oversee your training and testing as valiant.$B$BIt has been an honor working with you, $N, and I wish you luck in the competition ahead.','Speak with Eressea Dawnsinger at the Argent Tournament Grounds to become a valiant of Silvermoon.','So you want to compete for Silvermoon? Very well. I\'ll add you to the rolls and you may begin working with the other valiants immediately.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,1124,0,0,0,0,10,10,0,0,0,0,0,7400,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13680,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13697,10958,0,241,128,77,80,0,2,0,0,0,0,0,0,0,0,13726,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Mokra the Skullcrusher at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13691,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13699,10958,0,241,128,77,80,0,1,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete on behalf of Stormwind in the grand melee. To prove yourself worthy to enter the lists on behalf of our city, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Marshal Jacob Alerius at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level on behalf of Stormwind, riding in the grand melee with your weapon at the ready and our mighty pennant at your back.','','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,63518,0,0,0,0,0,0,0,132300,0,0,0,0,'',13718,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13700,10958,0,241,1160,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Alliance Champion Marker','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13701,10958,0,241,1160,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Horde Champion Marker','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13702,10958,0,241,136,77,80,0,1,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Congratulations, $N. You have mastered many kinds of combat and overcome all the challenges you\'ve faced. There can be no doubt that you are ready to compete with the best warriors who have gathered at the tournament, against the champions of the capital cities.$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the champions\' grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Alliance city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44998,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13699,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13703,10958,0,241,136,77,80,0,1097,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Ironforge','Welcome, champion. Word of your combat prowess has already reached my ears. Do you seek to join Ironforge\'s tournament delegation?$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of Ironforge, your squire will have the option of carrying our banner into battle.','Speak with Lana Stouthammer again if you wish to become a valiant of Ironforge.','We are proud that you have decided to join us and I know you will shine on the field.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13699,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13704,10958,0,241,136,77,80,0,1037,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Gnomeregan','Welcome, champion. Word of your combat prowess has already reached my ears. Gnomeregan\'s delegation could really benefit from a $c like you.$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of Gnomeregan, your squire will have the option of carrying our banner into battle.','Speak with Ambrose Boltspark again if you wish to become a valiant of Gnomeregan.','We\'re proud to count you among us, $n, and we look forward to training with you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13713,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13705,10958,0,241,136,77,80,0,77,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of The Exodar','Welcome, champion. Word of your deeds has already reached my ears. Do you wish to join the Exodar\'s tournament delegation?$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of the Exodar, your squire will have the option of carrying our banner into battle.','Speak with Colosos again if you wish to become a valiant of the Exodar.','It\'s good to have you on our team, $n. We will all benefit from training with you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13725,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13706,10958,0,241,136,77,80,0,1093,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Darnassus','Welcome, champion. I have heard of your accomplishments and we would be honored if you would join the delegation from Darnassus.$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of Darnassus, your squire will have the option of carrying our banner into battle.','Speak with Jaelyne Eveonsong again if you wish to become a valiant of Darnassus.','The warriors of Darnassus are honored to fight and train beside you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63463,0,0,0,0,0,0,0,13200,0,0,0,0,'',13723,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13707,10958,0,241,136,77,80,0,688,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Orgrimmar','So, you have become a champion? Then, you have proven yourself a worthy combatant and I would proudly welcome you into Orgrimmar\'s delegation.$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of Orgrimmar, your gruntling will have the option of carrying our banner into battle.','Speak with Mokra the Skullcrusher again if you wish to become a valiant of Orgrimmar.','Welcome, then, $n. I look forward to watching you train with my men.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13731,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13708,10958,0,241,136,77,80,0,562,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Sen\'jin','Greetings, champion. If you are willing, I would welcome you into Sen\'jin\'s tournament delegation.$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of Sen\'jin, your gruntling will have the option of carrying our banner into battle.','Speak with Zul\'tore again if you wish to become a valiant of Sen\'jin.','I am glad that you have decided to join us and look forward to seeing you in action.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13728,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13709,10958,0,241,136,77,80,0,658,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Thunder Bluff','Welcome, champion. As grand champion of the Thunder Bluff delegation, I would be honored to welcome you into our ranks, if you are willing.$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of Thunder Bluff, your gruntling will have the option of carrying our banner into battle.','Speak with Runok Wildmane again if you wish to become a valiant of Thunder Bluff.','I am honored that you have chosen to join our delegation. I know you will make us proud, $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13726,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13710,10958,0,241,136,77,80,0,674,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Undercity','Welcome, champion. The Forsaken delegation could always use more $cs like you. Would you join us?$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of the Undecity, your gruntling will have the option of carrying our banner into battle.','Speak with Deathstalker Visceri again if you wish to become a valiant of the Undercity.','You have chosen wisely, $n. Both of us will benefit from this arrangement.','','','Decided to become a Squire of Stormwind','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13727,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13711,10958,0,241,136,77,80,0,178,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Silvermoon','So, you have become a champion? Then, you have proven yourself a worthy combatant and I would proudly welcome you into Silvermoon\'s delegation.$B$BYou will train and rise through the ranks as you have before, but when you are named a champion of Silvermoon, your gruntling will have the option of carrying our banner into battle.','Speak with Eressea Dawnsinger again if you wish to become a valiant of Silvermoon.','It will be an honor training and competing with you, $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,63464,0,0,0,0,0,0,0,13200,0,0,0,0,'',13729,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13713,10958,0,241,128,77,80,0,4,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete on behalf of Ironforge in the grand melee. To prove yourself worthy to enter the lists on behalf of our city, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Lana Stouthammer at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level on behalf of Ironforge, riding in the grand melee with your weapon at the ready and our mighty pennant at your back.','','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,63518,0,0,0,0,0,0,0,132300,0,0,0,0,'',13714,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13714,10958,0,241,128,77,80,0,4,0,0,0,0,0,0,0,0,13713,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Lana Stouthammer at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13685,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13715,10958,0,241,128,77,80,0,64,0,0,0,0,0,0,0,0,13723,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Ambrose Boltspark at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13688,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13716,10958,0,241,128,77,80,0,1024,0,0,0,0,0,0,0,0,13724,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Colosos at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13690,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13717,10958,0,241,128,77,80,0,8,0,0,0,0,0,0,0,0,13725,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Jaelyne Evensong at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13689,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13718,10958,0,241,128,77,80,0,1,0,0,0,0,0,0,0,0,13699,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Marshal Jacob Alerius at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13684,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13719,10958,0,241,128,77,80,0,128,0,0,0,0,0,0,0,0,13727,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Zul\'tore at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13693,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13720,10958,0,241,128,77,80,0,32,0,0,0,0,0,0,0,0,13728,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Runok Wildmane at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13694,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13721,10958,0,241,128,77,80,0,16,0,0,0,0,0,0,0,0,13729,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Deathstalker Visceri at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13695,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13722,10958,0,241,128,77,80,0,512,0,0,0,0,0,0,0,0,13731,0,0,'The Valiant\'s Charge','In your training as a valiant, you\'ll have the chance to test your skills against valiants representing other cities. Although a valiant\'s battles are not a formal part of the competition, you will learn valuable lessons about the fighting styles and weaknesses of your opponents.$B$BThe valiants are a spirited lot, competing amongst themselves for honor and notoriety.$B$BTrain as a valiant until you are confident of your ability to best all who face you, then bring me the seals you have earned.','Bring 25 Valiant\'s Seals to Eressea Dawnsinger at the Argent Tournament Grounds.','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','','','','','',44987,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13696,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13723,10958,0,241,128,77,80,0,64,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete on behalf of Gnomeregan in the grand melee. To prove yourself worthy to enter the lists on behalf of our city, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.\n','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Ambrose Boltspark at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level on behalf of Gnomeregan, riding in the grand melee with your weapon at the ready and our mighty pennant at your back.','','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,63518,0,0,0,0,0,0,0,132300,0,0,0,0,'',13715,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13724,10958,0,241,128,77,80,0,1024,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete on behalf of the Exodar in the grand melee. To prove yourself worthy to enter the lists on behalf of our city, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.\n','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Colosos at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level on behalf of the Exodar, riding in the grand melee with your weapon at the ready and our mighty pennant at your back.','Have you overcome the Argent champion?','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,63518,0,0,0,0,0,0,0,132300,0,0,0,0,'',13716,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13725,10958,0,241,128,77,80,0,8,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete on behalf of Darnassus in the grand melee. To prove yourself worthy to enter the lists on behalf of our city, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Jaelyne Evensong at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level on behalf of Darnassus, riding in the grand melee with your weapon at the ready and our mighty pennant at your back.','Have you overcome the Argent champion?','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,63518,0,0,0,0,0,0,0,132300,0,0,0,0,'',13717,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13726,10958,0,241,128,77,80,0,2,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete in the grand melee. To prove yourself worthy of this honor, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Mokra the Skullcrusher at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level, riding in the grand melee and crushing the competition under the banner of Orgrimmar.','Have you overcome the Argent champion?','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,63519,0,0,0,0,0,0,0,132300,0,0,0,0,'',13697,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13727,10958,0,241,128,77,80,0,128,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete in the grand melee. To prove yourself worthy of this honor, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Zul\'tore at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level, riding in the grand melee and crushing the competition under the banner of the Darkspears.','Have you overcome the Argent champion?','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,63519,0,0,0,0,0,0,0,132300,0,0,0,0,'',13719,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13728,10958,0,241,128,77,80,0,32,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete in the grand melee. To prove yourself worthy of this honor, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Runok Wildmane at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level, riding in the grand melee and crushing the competition under the banner of the Thunder Bluff.','Have you overcome the Argent champion?','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,63519,0,0,0,0,0,0,0,132300,0,0,0,0,'',13720,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13729,10958,0,241,128,77,80,0,16,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete in the grand melee. To prove yourself worthy of this honor, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Deathstalker Visceri at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level, riding in the grand melee and crushing the competition under the banner of the Undercity.','Have you overcome the Argent champion?','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,63519,0,0,0,0,0,0,0,132300,0,0,0,0,'',13721,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13731,10958,0,241,128,77,80,0,512,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','You are nearly ready to compete in the grand melee. To prove yourself worthy of this honor, you must defeat a champion of the Argent Crusade.$B$BGo to the stables outside the pavilion, equip your lance, and mount up. Speak to Squire Danny at the Argent Valiants\' Ring on the western edge of the grounds. The squire will call out your opponent when you\'re ready.$B$BAfter the battle is concluded, we will speak of the outcome.','Speak with Squire Danny to summon your opponent. Once you have defeated the Argent Champion, return to Eressea Dawnsinger at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','You have proven yourself worthy of the title of champion, $n. You will compete at the tournament\'s highest level, riding in the grand melee and crushing the competition under the banner of Silvermoon.','Have you overcome the Argent champion?','','Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,33708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,1124,0,0,0,68,250,250,0,0,0,62,0,74000,0,0,63519,0,0,0,0,0,0,0,132300,0,0,0,0,'',13722,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13732,10958,0,241,136,77,80,0,4,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Congratulations, $N. You have mastered many kinds of combat and overcome all the challenges you\'ve faced. There can be no doubt that you are ready to compete with the best warriors who have gathered at the tournament, against the champions of the capital cities.$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Alliance city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44998,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13713,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13733,10958,0,241,136,77,80,0,64,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Congratulations, $N. You have mastered many kinds of combat and overcome all the challenges you\'ve faced. There can be no doubt that you are ready to compete with the best warriors who have gathered at the tournament, against the champions of the capital cities.$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Alliance city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44998,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13723,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13734,10958,0,241,136,77,80,0,1024,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Congratulations, $N. You have mastered many kinds of combat and overcome all the challenges you\'ve faced. There can be no doubt that you are ready to compete with the best warriors who have gathered at the tournament, against the champions of the capital cities.$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Alliance city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44998,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13724,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13735,10958,0,241,136,77,80,0,8,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Congratulations, $N. You have mastered many kinds of combat and overcome all the challenges you\'ve faced. There can be no doubt that you are ready to compete with the best warriors who have gathered at the tournament, against the champions of the capital cities.$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the champions\' grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Alliance city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44998,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13725,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13736,10958,0,241,136,77,80,0,2,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','You have earned my respect and the respect of your peers. You defeated all who challenged you and mastered the ways of tournament combat. I have no doubt that you are ready to face down the champions of other cities for the glory of Orgrimmar!$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the champions\' grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Horde city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45022,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13726,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13737,10958,0,241,136,77,80,0,128,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','You have earned my respect and the respect of your peers. You defeated all who challenged you and mastered the ways of tournament combat. I have no doubt that you are ready to face down the champions of other cities for the glory of the Darkspear!$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the champions\' grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Horde city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45022,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13727,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13738,10958,0,241,136,77,80,0,32,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','You have earned my respect and the respect of your peers. You defeated all who challenged you and mastered the ways of tournament combat. I have no doubt that you are ready to face down the champions of other cities for the glory of the Thunder Bluff!$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the champions\' grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Horde city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45022,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13728,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13739,10958,0,241,136,77,80,0,16,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','You have earned my respect and the respect of your peers. You defeated all who challenged you and mastered the ways of tournament combat. I have no doubt that you are ready to face down the champions of other cities for the glory of the Forsaken!$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the champions\' grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Horde city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45022,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13729,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13740,10958,0,241,136,77,80,0,512,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','You have earned my respect and the respect of your peers. You defeated all who challenged you and mastered the ways of tournament combat. I have no doubt that you are ready to face down the champions of other cities for the glory of Silvermoon!$B$BJusticar Mariel Trueheart has asked to speak with you, $N, and to formally enter you in the champions\' grand melee.','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','I welcome you as a champion of the tournament, $n. As a champion, you will be able to compete for the grand championship of the tournament. You may also choose to become a valiant with another Horde city\'s delegation and in time, a champion for that city as well.$b$bAll champions must have the assistance of a squire, $n, and you are no exception. Allow me to appoint one of ours to accompany you in battle. He will proudly carry the banner of any city that has named you a champion.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45022,44990,0,0,1,10,0,0,1106,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',13731,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13741,10958,0,241,4224,77,80,0,4,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','Good, honest, honed steel may not carry the day. The other combatants are using enchanted blades and I find myself at a disadvantage, but all is not lost.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Lana Stouthammer at the Argent Tournament Grounds.','So the tales were true? This is a fine blade and I have no doubt that it will serve me well in the tournament. You have my thanks, $n.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,47,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13742,10958,0,241,4232,77,80,0,4,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Lana Stouthammer at the Argent Tournament Grounds.','$b$bA fine weapon, and perfectly balanced. It will serve me well in the next match.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,47,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13743,10958,0,241,4232,77,80,0,4,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Curse that death knight for breaking my sword!$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Lana Stouthammer at the Argent Tournament Grounds wants you to bring her Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $n.','Did you win the blade I seek?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,47,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13744,10958,0,241,4232,77,80,0,4,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Rollo Sureshot at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','Welcome back from your exercises, $n. Even while we practice for the competition, it\'s good to remind ourselves that the Scourge is still out there.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,47,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13745,10958,0,241,4224,77,80,0,4,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. The people of Ironforge are looking forward to hearing of our success. To that end, they\'ve been honing their skills against the valiants representing the other Alliance capitals.$B$BI suggest you do the same. The valiants practice in the ring just outside our tent. Equip your lance, go to the stables outside the pavilion and mount the stabled Ironforge ram, then challenge other Alliance valiants.\n','Bring 3 Marks of the Valiant to Clara Tumblebrew at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','Well done. Training against the other valiants is one of the best ways to prepare yourself for tournament competition. I know you\'ll make Ironforge proud, $n.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,47,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13746,10958,0,241,4224,77,80,0,64,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','Good, honest, honed steel may not carry the day. The other combatants are using enchanted blades and I find myself at a disadvantage, but all is not lost.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Ambrose Boltspark at the Argent Tournament Grounds.','So the tales were true? This is a fine blade and I have no doubt that it will serve me well in the tournament. You have my thanks, $n.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,54,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13747,10958,0,241,4232,77,80,0,64,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Ambrose Boltspark at the Argent Tournament Grounds.','$b$bA fine weapon, and perfectly balanced. It will serve me well in the next match.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,54,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13748,10958,0,241,4232,77,80,0,64,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','That\'s the last time I ever spar with a death knight.$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.\n','Ambrose Boltspark at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $n.','Did you win the blade I seek?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,54,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13749,10958,0,241,4232,77,80,0,64,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Tickin Gearspanner at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','Welcome back from your exercises, $n. I\'m confident that you will make us proud when the competition starts.','Have you tested yourself in combat against the Scourge?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,54,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13750,10958,0,241,4224,77,80,0,64,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. We know everyone\'s looking forward to seeing us in the competition. To that end, we\'ve been honing our skills against the valiants representing the other Alliance capitals.$B$BI suggest you do the same.$B$BGo to the stables outside the pavilion, equip your lance, mount the stabled turbostrider, and challenge the valiants. They wait in the Alliance Valiants\' Ring just outside our tent.\n','Bring 3 Marks of the Valiant to Flickin Gearspanner at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','Well done. Training against the other valiants is one of the best ways to prepare yourself for tournament competition. I know you\'ll make us proud, $n.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,54,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13752,10958,0,241,4224,77,80,0,1024,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','Good, honest, honed steel may not carry the day. The other combatants are using enchanted blades and I find myself at a disadvantage, but all is not lost.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Colosos at the Argent Tournament Grounds.','So the tales were true? This is a fine blade and I have no doubt that it will serve me well in the tournament. You have my thanks, $n.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,930,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13753,10958,0,241,4232,77,80,0,1024,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Colosos at the Argent Tournament Grounds.','$b$bA fine weapon, and perfectly balanced. It will serve me well in the next match.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,930,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13754,10958,0,241,4232,77,80,0,1024,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','That\'s the last time I ever spar with a death knight.$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Colosos at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $n.','Did you win the blade I seek?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,930,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13755,10958,0,241,4232,77,80,0,1024,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Saandos at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','Welcome back from your exercises, $n. Even while we practice for the competition, it\'s good to remind ourselves that the Scourge is still out there.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,930,1094,0,0,0,1094,250,250,0,0,0,250,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13756,10958,0,241,4224,77,80,0,1024,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. The people of the Exodar are looking forward to seeing us win the melee. To that end, they\'ve been honing their skills against the valiants representing the other Alliance capitals.$B$BI suggest you do the same.$B$BGo to the stables outside the pavilion, equip your lance, mount the stabled Azuremyst elekk, and challenge the valiants. They wait in the Alliance Valiants\' Ring just outside our tent.','Bring 3 Marks of the Valiant to Ranii at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','Well done. Training against the other valiants is one of the best ways to prepare yourself for tournament competition. I know you\'ll make us proud, $n.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,930,1094,0,0,0,1094,250,250,0,0,0,250,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13757,10958,0,241,4224,77,80,0,8,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','Good, honest, honed steel may not carry the day. The other combatants are using enchanted blades and I find myself at a disadvantage, but all is not lost.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Jaelyne Evensong at the Argent Tournament Grounds.','So the tales were true? This is a fine blade and I have no doubt that it will serve me well in the tournament. You have my thanks, $n.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,69,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13758,10958,0,241,4232,77,80,0,8,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Jaelyne Evensong at the Argent Tournament Grounds.','$b$bA fine weapon, and perfectly balanced. It will serve me well in the next match.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,69,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13759,10958,0,241,4232,77,80,0,8,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','That\'s the last time I ever spar with a death knight.$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Jaelyne Evensong at the Argent Tournament Grounds wants you to bring her Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $n.','Did you win the blade I seek?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,69,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13760,10958,0,241,4232,77,80,0,8,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Illestria Bladesinger at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','Welcome back from your exercises, $n. Even while we practice for the competition, it\'s good to remind ourselves that the Scourge is still out there.','Have you tested yourself in combat against the Scourge?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,69,1094,0,0,0,1094,250,250,0,0,0,250,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13761,10958,0,241,4224,77,80,0,8,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. The people of Darnassus are looking forward to seeing us win the melee. To that end, they\'ve been honing their skills against the valiants representing the other Alliance capitals.$B$BI suggest you do the same.$B$BThe Alliance Valiants\' Ring is just outside our tent. Go to the stables on the outside the pavilion, equip your lance, mount the stabled Darnassian mistsaber, and challenge the valiants.','Bring 3 Marks of the Valiant to Airae Starseeker at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','Well done. Training against the other valiants is one of the best ways to prepare yourself for tournament competition. I know you\'ll make Darnassus proud, $n.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,69,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13762,10958,0,241,4224,77,80,0,2,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','I\'ve heard that the Alliance champions are seeking after ancient blades for their warriors. We can\'t afford to let them have that kind of advantage.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Mokra the Skullcrusher at the Argent Tournament Grounds.','So the tales were true? This blade should be enough to best anything those Alliance entrants can come up with.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,76,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13763,10958,0,241,4232,77,80,0,2,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Mokra the Skullcrusher at the Argent Tournament Grounds.','This is a fine weapon that will help me crush the competition. Thank you, $n.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,76,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13764,10958,0,241,4232,77,80,0,2,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Curse that death knight for breaking my sword!$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Mokra the Skullcrusher at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $n.','Did you win the blade?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,76,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13765,10958,0,241,4232,77,80,0,2,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Akinos at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,76,1124,0,0,0,68,250,250,0,0,0,63,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13767,10958,0,241,4224,77,80,0,2,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. Victory will not be easy, but I am confident that we will win. You must practice with your mount until the two of you work as one.$B$BIt will help prepare you for the rigors of tournament combat.$B$BGo to the stables outside the pavilion, equip your lance, mount the stabled Orgrimmar wolf, and challenge the valiants. They wait in the Horde Valiants\' Ring just outside our tent.\n','Bring 3 Marks of the Valiant to Morah Worgsister at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','Training against the other valiants will sharpen your claws and hone your battle insticts. When the competition begins, you will be ready.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,76,1124,0,0,0,68,250,250,0,0,0,62,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13768,10958,0,241,4224,77,80,0,128,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','I\'ve heard that the Alliance champions are seeking after ancient blades for their warriors. We can\'t afford to let them have that kind of advantage.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Zul\'tore at the Argent Tournament Grounds.','So the tales were true? This blade should be enough to best anything those Alliance entrants can come up with.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,530,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13769,10958,0,241,4232,77,80,0,128,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Zul\'tore at the Argent Tournament Grounds.','This is a fine weapon that will help me crush the competition. Thank you, $n.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,530,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13770,10958,0,241,4232,77,80,0,128,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Curse that death knight for breaking my sword!$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Zul\'tore at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $n.','Did you win the blade?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,530,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13771,10958,0,241,4232,77,80,0,128,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Shadow Hunter Mezil-kree at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,530,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13772,10958,0,241,4224,77,80,0,128,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. Victory will not be easy, but I am confident that we will win. You must practice with your mount until the two of you work as one.$B$BIt will help prepare you for the rigors of tournament combat.$B$BGo to the stables outside the pavilion, equip your lance, mount the stabled Darkspear raptor, and challenge the valiants. They wait in the Horde Valiants\' Ring just outside our tent.\n','Bring 3 Marks of the Valiant to Gahju at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','Training against other valiants will quickly teach you what you need to know to best them. Keep it up and you\'ll have no trouble defeating them in competition.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,530,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13773,10958,0,241,4224,77,80,0,32,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','I\'ve heard that the Alliance champions are seeking after ancient blades for their warriors. We can\'t afford to let them have that kind of advantage.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Runok Wildmane at the Argent Tournament Grounds.','So the tales were true? This blade should be enough to best anything those Alliance entrants can come up with.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,81,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13774,10958,0,241,4232,77,80,0,32,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Runok Wildmane at the Argent Tournament Grounds.','This is a fine weapon that will help me crush the competition. Thank you, $n.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,81,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13775,10958,0,241,4232,77,80,0,32,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Curse that death knight for breaking my sword!$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Runok Wildmane at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $n.','Did you win the blade?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,81,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13776,10958,0,241,4232,77,80,0,32,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Dern Ragetotem at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,81,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13777,10958,0,241,4224,77,80,0,32,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. Victory will not be easy, but I am confident that we will win. You must practice with your mount until the two of you work as one.$B$BIt will help prepare you for the rigors of tournament combat.$B$BGo to the stables outside the pavilion, equip your lance, mount the stabled Mulgore kodo, and challenge the valiants. They wait in the Horde Valiants\' Ring just outside our tent.','Bring 3 Marks of the Valiant to Anka Clawhoof at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','Training against the other valiants will sharpen your claws and hone your battle insticts. When the competition begins, you will be ready.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,81,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13778,10958,0,241,4224,77,80,0,16,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','I\'ve heard that the Alliance champions are seeking after ancient blades for their warriors. We can\'t afford to let them have that kind of advantage.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Deathstalker Visceri at the Argent Tournament Grounds.','So the tales were true? This blade should be enough to best anything those Alliance entrants can come up with.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,68,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13779,10958,0,241,4232,77,80,0,16,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Deathsalker Visceri at the Argent Tournament Grounds.','This is a fine weapon that will help me crush the competition. Thank you, $n.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,68,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13780,10958,0,241,4232,77,80,0,16,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Curse that death knight for breaking my sword!$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.\n','Deathstalker Visceri at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $n.','Did you win the blade?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,68,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13781,10958,0,241,4232,77,80,0,16,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Sarah Chalke at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,68,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13782,10958,0,241,4224,77,80,0,16,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. Victory will not be easy, but I am confident that we will win. You must practice with your mount until the two of you work as one.$B$BIt will help prepare you for the rigors of tournament combat. $B$BGo to the stables outside the pavilion, equip your lance, mount the stabled Forsaken warhorse, and challenge the valiants. They wait in the Horde Valiants\' Ring just outside our tent.\n','Bring 3 Marks of the Valiant to Handler Dretch at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','Training against the other valiants will sharpen your claws and hone your battle insticts. When the competition begins, you will be ready.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,68,1124,0,0,0,68,250,250,0,0,0,250,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13783,10958,0,241,4224,77,80,0,512,0,0,0,0,0,0,0,0,0,44986,1,'A Blade Fit For A Champion','I\'ve heard that the Alliance champions are seeking after ancient blades for their warriors. We can\'t afford to let them have that kind of advantage.$B$BThere\'s an old legend from Grizzly Hills about a maiden cursed with a frog\'s form to protect the blade she has long guarded. She lives among the lake frogs on the shore of Ashwood Lake, just east of Ashwood Post. The only thing said to break the curse is a kiss, freely given. Apply this balm before kissing anything, $N. Otherwise, you\'ll catch warts.','Retrieve the Ashwood Brand and bring it to Eressea Dawnsinger at the Argent Tournament Grounds.','So the tales were true? This blade should be enough to best anything those Alliance entrants can come up with.','Were you able to recover the blade?','','','','','',44981,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,911,1124,0,0,0,68,250,250,0,0,0,62,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13784,10958,0,241,4232,77,80,0,512,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Of all the times to have such rotten luck!$B$BMy tournament blade has gone missing and I need it for a match this afternoon.$B$BOne of the bards tells me that travelers used to present winter hyacinths to a lonely maiden in return for gifts. Those hyacinths grow only on the ice flowing from the Ironwall Dam, on Crystalsong Forest\'s northwestern border with Icecrown. Gather the flowers and take them to Drak\'Mar lake in northeastern Dragonblight, near its border with Zul\'Drak and Grizzly Hills.','Bring the Blade of Drak\'Mar to Eressea Dawnsinger at the Argent Tournament Grounds.','This is a fine weapon that will help me crush the competition. Thank you, $n.','Were the wandering bard\'s tales true? Have you brought a blade?','','','','','',44978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,911,1124,0,0,0,68,250,250,0,0,0,63,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13785,11685,0,241,4232,77,80,0,512,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Curse that death knight for breaking my sword!$B$BIn southern Crystalsong Forest, overlooking the Crystal Vice\'s exit, you will find Lord Everblaze. Kill him and take the everburning ember from his corpse.$B$BBring it to the center of Winter\'s Breath Lake in northern Howling Fjord, and use it to free the maiden encased in ice. She is the guardian of an ancient sword and will award it to whoever frees her.$B$BProve your worth and earn the weapon that she has guarded for so long, $N.','Eressea Dawnsinger at the Argent Tournament Grounds wants you to bring her Winter\'s Edge.','The blade is as fine as the stories say. It would seem there\'s little reason to complete the repairs on my customary blade. Winter\'s Edge is far superior and I will continue to carry it. You have my thanks, $n.','Did you win the blade?','','','','','',45003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,2,0,0,0,911,1124,0,0,0,68,250,250,0,0,0,63,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13786,10958,0,241,4232,77,80,0,512,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','The tournament is a time for testing your skills against your peers, but we must not forget that the real enemy, the Scourge, will not wait. As you hone your skills against others, so should you maintain your edge in combat against the enemy.$B$BTravel to the area southwest of the Valley of Fallen Heroes and north of Corp\'rethar. There, the Scourge raises dead heroes and turns them against us. Defeat these minions of the Scourge, do honor to our allies, and keep yourself prepared for combat.','Kethiel Sunlance at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32255,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,911,1124,0,0,0,68,250,250,0,0,0,62,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13787,10958,0,241,4224,77,80,0,512,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','The grand melee is the most important of the tournament\'s competitions. Victory will not be easy, but I am confident that we will win. You must practice with your mount until the two of you work as one.$B$BIt will help prepare you for the rigors of tournament combat.$B$BGo to the stables outside the pavilion, equip your lance, mount the stabled Silvermoon hawkstrider, and challenge the valiants. They wait in the Horde Valiants\' Ring just outside our tent.\n','Bring 3 Marks of the Valiant to Aneera Thuron at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','Training against the other valiants will sharpen your claws and hone your battle insticts. When the competition begins, you will be ready.','Have you completed your training for the grand melee?','','','','','',45127,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,911,1124,0,0,0,68,250,250,0,0,0,62,0,74000,0,0,68474,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13788,10958,0,241,4232,77,80,1,1101,32,0,0,0,0,0,0,0,0,0,0,'Threat From Above','The Argent Crusade has doubled the guard since your exposure of the Cult of the Damned\'s infiltrator. They know the cultists won\'t stop until they\'ve destroyed this area and thwarted the tournament.$B$BThe Argent Crusade\'s scouts have reported sighting a frost wyrm named Chillmaw leading a cult raiding party.$B$BYou must intercept and destroy them before they attack. The scouts reporting seeing Chillmaw to the southwest, flying over the area between the Ironwall Rampart and Aldur\'thar.','Crok Scourgebane at the Argent Tournament wants you to defeat Chillmaw and 3 Cultist Bombardiers.','$N, you have spared the tournament from a devastating attack. The Argent Crusade and all who gather here are in our debt and we\'ll make certain they remember it. For all their bluster about providing protection, the peacekeepers and skytalons spend more time breaking up drunken brawls than keeping us safe from the Scourge.$b$bIt\'s no matter. We always protect our own.','Have you defeated the Cult of the Damned raiding party?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33687,33695,0,0,1,3,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,2,0,0,0,1098,1094,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13795,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13789,11685,0,241,4232,77,80,0,1101,1503,0,0,0,0,0,0,0,0,0,0,'Taking Battle To The Enemy','The coliseum is perched in the most dangerous part of the world, $N. The territory we\'ve taken from the Scourge has been paid for in blood and misery, yet the enemy continues to strike back with a seemingly limitless army. To make matters worse, this undead army is supported and assisted by mortal sympathizers, the Cult of the Damned.$B$BGo forth into Icecrown and slay any cultists you encounter. ','Cellian Daybreak at the Argent Tournament Grounds wants you to kill 15 members of the Cult of the Damned. You may kill Cult of the Damned members in any part of Icecrown.','You are a true champion, $n, both inside the ring and on the field. We must all be vigilant against the Scourge and you are a great example to our brethren and your own people.','Have you tested yourself in combat against the Scourge?','','Cult of the Damned member slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35297,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1106,1094,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13794,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13790,11685,0,241,4224,77,80,0,1101,1503,0,0,0,0,0,0,0,0,0,0,'Among the Champions','As a champion, you have mastered the art of mounted combat, besting challengers of all levels. When the tournament begins, those you have defeated will have redoubled their efforts and will seek to avenge their losses to you.$B$BIt would be wise to continue practicing your skills against the combatants waiting in the Ring of Champions. Equip your lance, go to the stables on the southern side of the grounds. then mount up on any mount you\'re permitted to use, and face the champions.','Bring 4 Marks of the Champion to Luuri at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.\n','Well done. Training against the other valiants is one of the best ways to prepare yourself for tournament competition. I know you\'ll make the Alliance proud, $n.','Have you finished training with the other champions?','','','','','',45500,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1106,1094,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13794,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13791,10958,0,241,4232,77,80,0,1101,32,0,0,0,0,0,0,0,0,0,0,'Taking Battle To The Enemy','While we all play at mock combat, it will do us good to remember that the real enemy surrounds us. The Argent Crusade wants to use competition to find the best fighters, but we can tell that by who returns from battle. Let\'s show the paladins that we are willing to take battle to the Cult of the Damned, even while making preparations for the tournament.$B$BGo forth into Icecrown and slay any of the cultists you encounter. They have a strong presence around Aldur\'thar and Deathspeaker\'s Watch.','Zor\'be the Bloodletter at the Argent Tournament Grounds wants you to kill 15 members of the Cult of the Damned. You may kill cultists in any part of Icecrown.','You have done well in demonstrating our commitment to fighting the Scourge, no matter where we are or what we are doing.','','','Cult of the Damned member slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35297,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1098,1094,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13795,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13793,10958,0,241,4224,77,80,0,1101,32,0,0,0,0,0,0,0,0,0,0,'Among the Champions','As a champion, you have mastered the art of mounted combat, overcoming challengers of all levels. You must make certain that you can defeat anyone you face when the tournament begins.$B$BYou should continue honing your own skills and learning more about the weaknesses of your opponents. Champions representing all cities practice in the Ring of Champions near the stables. Go to the stables, equip your lance, and pick any mount you\'re permitted to ride, then face the champions.','Bring 4 Marks of the Champion to Illyrie Nightfall at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Silver Covenant Pavilion.','You handle your mount well, $n. In time, your competitors will learn to fear you.','Have you finished training with the other champions?','','','','','',45500,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1098,1094,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13795,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13794,10958,0,241,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eadric the Pure','I have asked my brothers of the Argent Crusade to work closely with those who rise to the rank of champion. Eadric the Pure, our brotherhood\'s grand champion, helps oversee training exercises for champions from all cities and helps them make their final preparations for tournament competition.$B$BPlease go and introduce yourself to him. I know he\'ll be eager to meet you and work with you on your way to competing against Azeroth\'s greatest champions.','Speak with Eadric the Pure at the Argent Tournament Grounds.','It\'s good to finally meet you, champion. The highlord has asked me to help coordinate the efforts of all champions to train together and bolster the defenses of the tournament grounds.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13702,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13795,10958,0,241,136,77,80,0,0,32,0,0,0,0,0,0,0,0,0,0,'The Scourgebane','The leader of the Knights of the Ebon Blade delegation has asked to speak you, $c. Crok Scourgebane is as fearsome a combatant as they come and I have no doubt he\'ll have much to ask of you.$B$BThe Knights of the Ebon Blade have made camp on the north side of the tournament grounds, west of the tent housing the Alliance delegations.','Speak with Crok Scourgebane at the Argent Tournament Grounds.','So you have become a champion, $n. I had no doubt that it would happen. We knights have been trained in the heat of battle, not in front of wooden dummies. Let\'s show the paladins and their guests what battle has made us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,10,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',13702,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13807,9767,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Tournament Invitation','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13809,11685,0,241,4232,77,80,1,690,1503,0,0,0,0,0,0,0,0,0,0,'Threat From Above','Highlord Tirion Fordring has doubled the guard since your exposure of the Cult of the Damned\'s infiltrator. He doesn\'t believe that they will stop just because their Black Knight has been defeated.$B$BOur skytalon scouts have reported sighting a frost wyrm named Chillmaw leading a cult raiding party. If we don\'t intercept them, the tournament will come under attack. The scouts reporting seeing Chillmaw to the southwest, flying over the area between the Ironwall Rampart and Aldur\'thar.','Eadric the Pure at the Argent Tournament wants you to defeat Chillmaw and 3 Cultist Bombardiers.','$N, you and your allies have spared the tournament from a devastating attack. Though our skytalon riders are brave, they have their hands full keeping the peace on the tournament grounds and would be hard-pressed to defend the skies against the cult\'s attack. You have the thanks of the Argent Crusade and all who have gathered here to compete.','Have you defeated the Cult of the Damned raiding party?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33687,33695,0,0,1,3,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,2,0,0,0,1106,1124,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13794,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13810,11685,0,241,4232,77,80,0,690,1503,0,0,0,0,0,0,0,0,0,0,'Taking Battle To The Enemy','The coliseum is perched in the most dangerous part of the world, $N. The territory we\'ve taken from the Scourge has been paid for in blood and misery, yet the enemy continues to strike back with a seemingly limitless army. To make matters worse, this undead army is supported and assisted by mortal sympathizers, the Cult of the Damned.$B$BGo forth into Icecrown and slay any cultists you encounter.','Cellian Daybreak at the Argent Tournament Grounds wants you to kill 15 members of the Cult of the Damned. You may kill cultists in any part of Icecrown.','You are a true champion, $n, both inside the ring and on the field. We must all be vigilant against the Scourge and you are a great example to our brethren and your own people.','Have you tested yourself in combat against the Scourge?','','Cult of the Damned member slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35297,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1106,1124,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13794,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13811,11685,0,241,4224,77,80,0,690,1503,0,0,0,0,0,0,0,0,0,0,'Among the Champions','As a champion, you have mastered the art of mounted combat, besting challengers of all levels. When the tournament begins, those you have defeated will have redoubled their efforts and will seek to avenge their losses.$B$BIt would be wise to continue honing your own skills and learning from your opponents. Champions representing all cities practice in the Ring of Champions. Equip your lance, mount up on any mount you\'re entitled to use at the stables, and face the champions.','Bring 4 Marks of the Champion to Luuri at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','Well done. Training against the other valiants is one of the best ways to prepare yourself for tournament competition. I know you\'ll make the Horde proud, $n.','Have you finished training with the other champions?','','','','','',45500,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1106,1124,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13794,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13812,10958,0,241,4232,77,80,1,690,32,0,0,0,0,0,0,0,0,0,0,'Threat From Above','The Argent Crusade has doubled the guard since your exposure of the Cult of the Damned\'s infiltrator. They know the cultists won\'t stop until they\'ve destroyed this area and thwarted the tournament.$B$BThe Argent Crusade\'s scouts have reported sighting a frost wyrm named Chillmaw leading a cult raiding party.$B$BYou must intercept and destroy them before they attack. The scouts reporting seeing Chillmaw to the southwest, flying over the area between the Ironwall Rampart and Aldur\'thar.','Crok Scourgebane at the Argent Tournament wants you to defeat Chillmaw and 3 Cultist Bombardiers.','$n, you have spared the tournament from a devastating attack. The Argent Crusade and all who gather here are in our debt and we\'ll make certain they remember it. For all their bluster about providing protection, the peacekeepers and skytalons spend more time breaking up drunken brawls than keeping us safe from the Scourge.$b$bIt\'s no matter. We always protect our own.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33687,33695,0,0,1,3,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,2,0,0,0,1098,1124,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13795,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13813,10958,0,241,4232,77,80,0,690,32,0,0,0,0,0,0,0,0,0,0,'Taking Battle To The Enemy','While we all play at mock combat, it will do us good to remember that the real enemy surrounds us. The Argent Crusade wants to use competition to find the best fighters, but we can tell that by who returns from battle. Let\'s show the paladins that we are willing to take battle to the Cult of the Damned, even while making preparations for the tournament.$B$BGo forth into Icecrown and slay any of the cultists you encounter. They have a strong presence around Aldur\'thar and Deathspeaker\'s Watch.','Zor\'be the Bloodletter at the Argent Tournament Grounds wants you to kill 15 members of the Cult of the Damned. You may kill cultists in any part of Icecrown.','You have done well in demonstrating our commitment to fighting the Scourge, no matter where we are or what we are doing.','','','Cult of the Damned member slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35297,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1098,1124,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13795,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13814,10958,0,241,4224,77,80,0,690,32,0,0,0,0,0,0,0,0,0,0,'Among the Champions','As a champion, you have mastered the art of mounted combat, overcoming challengers of all levels. You must make certain that you can defeat anyone you face when the tournament begins.$B$BYou should continue honing your own skills and learning more about the weaknesses of your opponents. Champions representing all cities practice in the Ring of Champions near the stables. Go to the stables, equip your lance, pick any mount you can ride, then face the champions in practice bouts.','Bring 4 Marks of the Champion to Illyrie Nightfall at the Argent Tournament Grounds.$B$BIf you lose your lance, you can get another from any of the Lance Racks near the stables or in the Sunreaver Pavilion.','You handle your mount well, $n. In time, your competitors will learn to fear you.','Have you finished training with the other champions?','','','','','',45500,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1098,1124,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',13795,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13816,10958,4273,0,68,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: The Celestial Planetarium','Listen, $glad:lass;! Azeroth\'s fate is at stake here.$B$BOur only chance is to get to the Celestial Planetarium in time to find this Algalon and stop him from beaming back any messages to his Titan masters.$B$BLocate the Celestial Planetarium and come back with any information you get. We might still have some time to prepare for Algalon\'s arrival.','Prospector Loren at the Archivum in Ulduar wants you to locate the entrance to the Celestial Planetarium.','It\'s locked? Figures!$b$bI\'ll let Brann know... maybe he can uncover something in the Archivum.','','Entrance to Celestial Planetarium located','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,5400,0,0,0,'',13817,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13817,10958,4273,0,192,80,80,89,0,0,0,0,0,0,0,0,0,0,45857,1,'Heroic: Archivum Data Disc','This platinum disc is surprisingly symmetrical and devoid of any scratches or imperfections. Engraved along its edge, bold runes spell out the word \"ARCHIVUM.\"$B$BThere must be a device inside Ulduar capable of reading the disc.','Bring the Archivum Data Disc to the Archivum Console in Ulduar.','The platinum disc fits perfectly inside the console. It begins to spin as its contents are scanned by white beams of light.','The console whirrs with energy as the round receptacle opens.','','','','','',45857,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13818,10958,4273,0,72,80,80,89,0,0,0,0,0,0,0,0,0,0,45855,1,'Heroic: Algalon','You really did it, $N. Take the sigils to the Archivum Console and see if you can gain access to the Celestial Planetarium.$B$BYou best hurry, $g lad:lass;. Time is of the essence.','Bring the Sigils of the Watchers to the Archivum Console in Ulduar.','Stand by for verification.$b$bAccess to the Celestial Planetarium granted. Please retrieve your key.','The console\'s bright lights scan the glass surface repeatedly, as if awaiting some form of input.','','','','','',45855,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45798,45878,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13819,10958,4273,0,64,80,80,89,0,0,0,0,0,0,0,0,0,0,46053,1,'Heroic: All Is Well That Ends Well','We\'d best hurry now, $N. We\'re going to have to transmit the reply-code from Dalaran.$B$BTake it to Rhonin, I will meet you there.','Take the Reply-Code Alpha to Rhonin in Dalaran.','You\'re here. Let us hope this works. For all our sakes.','','','','','','',46053,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45588,45618,45608,45614,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13820,10958,0,241,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Blastbolt Brothers','The highlord has tasked me with getting that coliseum completed as soon as possible. We\'ve put our own masons to work on the project, but we found out very quickly that we were going to need help procuring materials. I\'ve hired a couple of goblins, Bezzle Blastbolt and his brother, Bozzle.$B$BThey\'re supervising construction at the southeastern end of the tournament grounds. Speak with Bezzle and see if he and his brother could use any more help getting the building materials we need.','Speak with Bezzle Blastbolt at the Argent Tournament Grounds.','So the justicar sent you to see us? Good, good...$b$bWe could always use more help with the, uh, \"requisition\" of materials.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13821,10958,4273,0,200,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: Freya\'s Sigil','Freya\'s Sigil is going to be one of the tougher ones, I reckon.$B$BAccording to the Archivum, the essence of the Sigil is tied to her three elder servants, Brightleaf, Ironbranch and Stonebark. Should any of the elders be harmed, the Sigil\'s integrity will be compromised.$B$BSparing the elders, however, means that Freya will be more powerful when you face her.$B$BWhat can I say, $N. We\'re stuck between a rock and hard place.','Prospector Loren at the Archivum in Ulduar wants you to obtain Freya\'s Sigil.$B$BFor more information on obtaining Freya\'s Sigil consult the Archivum Console.','Excellent job, $n. We\'re one step closer to saving Azeroth!','Freya\'s sigil, $n? Do ye have it?','','','','','',45814,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13816,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13822,10958,4273,0,200,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: Hodir\'s Sigil','Hodir\'s Sigil won\'t be easy to obtain. Not only are ye going to have to defeat Hodir himself, but yer going to have to do it before he destroys the chest that contains it!$B$BCheck the Archivum console if you need more information. That thing contains more knowledge than all of the world\'s libraries put together!','Prospector Loren at the Archivum in Ulduar wants you to obtain Hodir\'s Sigil.$B$BFor more information on obtaining Hodir\'s Sigil, consult the Archivum Console.','Ye did it! I don\'t know how, but ye did!','Did ye obtain the sigil, $n?','','','','','',45815,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13816,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13823,10958,4273,0,72,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: Thorim\'s Sigil','Thorim\'s not himself, $N. He\'s come under a dark influence.$B$BAn evil presence under the guise of an illusion pretends to be his lost wife, Sif.$B$BYe can\'t let him be overcome by this impostor\'s spell. If he does, the location of his sigil might forever be lost!$B$BYer going to have to beat some sense into him and yer going to have to do it quick.$B$BAs always, the Archivum Console will give ye all the gory details... even the ones ye don\'t like.','Prospector Loren at the Archivum in Ulduar wants you to obtain Thorim\'s Sigil.$B$BFor more information on obtaining Thorim\'s Sigil consult the Archivum Console.','Ye never cease to impress, $n.$b$bYe and me are having a pint together after all this is done, ye hear me?','Well, $n? Do ye have it?','','','','','',45817,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13816,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13824,10958,4273,0,72,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: Mimiron\'s Sigil','Mimiron\'s a clever one. His entire abode is rigged with some sort of self-destruction mechanism.$B$BUnfortunately yer gonna have to race against it if ye want to get his sigil. Check the Archivum Console for more details if ye need them.','Prospector Loren at the Ulduar Archivum wants you to obtain Mimiron\'s Sigil.$B$BFor more information on obtaining Mimiron\'s Sigil consult the Archivum Console.','I\'ve got to hand it to you, $n. Our odds might not be the best, but I feel a lot better with you lending a hand.','Were you able to obtain the sigil, $n?','','','','','',45816,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',13816,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(13825,9767,0,304,0,0,-1,0,0,0,185,1,0,0,0,0,0,0,0,0,'Clamlette Surprise','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64054,64081,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13826,9767,0,101,0,0,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Nat Pagle, Angler Extreme','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13827,10958,0,101,0,70,77,0,0,0,356,1,0,0,0,0,0,0,0,0,'Treasure!','','','','','','','','','',45863,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21041,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13828,10958,0,241,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of Melee','The heart of tournament competition is mounted melee combat. Take this lance and mount the stabled Quel\'dorei steed just outside the pavilion.$B$BOnce you\'re mounted, seek out Jeran Lockwood. He\'s on the northern edge of the tournament grounds at the training area east of the Aspirants\' Ring. Jeran will instruct you on how to use your defenses to keep you safe while attacking a melee target at close range.','Equip your lance, then mount the Stabled Quel\'dorei Steed outside the pavilion. Speak to Jeran Lockwood and use Thrust 5 times on a Melee Target, then return to Arcanist Taelis at the Argent Tournament Grounds.','Keep the words of the master in mind as you practice with the training dummies.','Did you speak to Jeran Lockwood and practice close range mounted melee?','','Jeran Lockwood\'s advice','Use Thrust on Melee Target','','',0,0,0,0,0,0,0,0,0,0,0,0,33973,33341,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13667,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13829,10958,0,241,128,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of Melee','The heart of tournament competition is mounted melee combat. Take this lance and mount the stabled Sunreaver hawkstrider just outside the pavilion.$B$BOnce you\'re mounted, seek out Jeran Lockwood. He\'s on the northern edge of the tournament grounds at the training area east of the Aspirants\' Ring. Jeran will instruct you on how to use your defenses to keep you safe while attacking a melee target at close range.','Equip your lance, then mount the Stabled Sunreaver Hawkstrider outside the pavilion. Speak to Jeran Lockwood and use Thrust 5 times on a Melee Target, then return to Magister Edien Sunhollow at the Argent Tournament Grounds.','Keep the words of the master in mind as you practice with the training dummies.','Did you speak to Jeran Lockwood and practice close range mounted melee?','','Jeran Lockwood\'s advice','Use Thrust on Melee Target','','',0,0,0,0,0,0,0,0,0,0,0,0,33973,33341,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13668,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13830,10958,0,101,4482,70,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'The Ghostfish','Any Northrend angler worth $ghis:her; salt knows about the pygmy suckerfish. It\'s not edible, but sometimes useful to alchemists.$b$bThere is, however, a stealthy fish that hides among the suckerfish in the River\'s Heart of Sholazar Basin. The phantom ghostfish. When out of water, they become increasingly translucent until they fade away completely. Some hypothesize they return to Sholazar, and others are more... superstitious.$b$bI want you to catch this fish and discover its secret by any means!','Marcia Chase in Dalaran City wants you to discover the mystery of the Phantom Ghostfish.','So eating it makes you invisible... what a strange defense this clever fish has developed.$b$bI\'d like to digest this for a bit. Pun not intended, $n. Really. Why don\'t you come see me tomorrow?','Is the ghostfish haunting your best efforts?$b$b','Discover the Ghostfish mystery','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46007,0,0,0,1,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'13832 13833 13834 13836',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(13832,10958,0,101,4480,70,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Jewel Of The Sewers','Hard to believe that most people fish in the Dalaran Sewers for giant rats and mutated fish. Especially when those waters are filled with priceless jewelry - discarded by broken hearted fools, thieves, and careless drunks.$b$bThe trick is to let your hook drag the bottom and don\'t pull up too hard when you get something. Try it out, $N. I\'d be willing to trade whatever you find for a few trinkets of my own.','Marcia Chase in Dalaran City wants you to bring her a piece of Corroded Jewelry.','Well now, that looks like it could be valuable. Difficult to know until it\'s cleaned up and appraised, but I\'m still willing to make the trade if you are.','Any luck?','','','','','',45903,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46007,0,0,0,1,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'13830 13833 13834 13836',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(13833,10958,0,101,4480,70,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Blood Is Thicker','The bloodtooth is a feisty little fish used in a recipe to cure infected wounds. We could use some of them, if you\'re up to it.$b$bAs the name suggests, they\'ve a hunger for blood. The only way I know how to catch the little devils is by creating a blood pool and fishing in it.$b$bGet yourself covered in blood - just slaughter a beast in the Borean Tundra - and then jump in the water. It\'ll wash right off and create the perfect fishing spot.','Marcia Chase in Dalaran City wants you to bring her 5 Bloodtooth Frenzies.','You are a brave one, $n. I hope you didn\'t lose any extremities making your fishing spot. If you\'ve still got the fishing bug, come back tomorrow and we\'ll talk some more.','Any luck with the bloodtooth? Don\'t forget what I told you about making blood pools.','','','','','',45905,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46007,0,0,0,1,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,4294967295,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'13830 13832 13834 13836',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(13834,10958,0,101,4480,70,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Dangerously Delicious','The best fishing is often the most dangerous. Wintergrasp boasts a bountiful catch for the brazen.$b$bIn fact, it\'s the only place to catch the fabled Terrorfish - a fish both lethal and delicious. Bring me some, and we\'ll have something to discuss.','Marcia Chase in Dalaran City wants you to bring her 10 Terrorfish.','My, my, my! You\'ve caught yourself some Terrorfish. Why, that reminds me of the time...$b$b','Be on your guard when you\'re after the Terrorfish.','','','','','',45904,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46007,0,0,0,1,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'13830 13832 13833 13836',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,5,0,0,0,0,0,0,3,1,1,5,0,0,0,0,0,0,0,0,5),(13835,10958,0,241,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of The Shield-Breaker','You\'ll need to learn how to break through an opponent\'s defenses to succeed in mounted combat. Take this lance and mount the stabled Quel\'dorei steed just outside the pavilion.$B$BOnce you\'re mounted, seek out Valis Windchaser. He\'ll be on the northern edge of the tournament grounds at the training area east of the Aspirants\' Ring. Valis will teach you the basics of using a ranged shield breaker attack to make a ranged target vulnerable.','Equip your lance and mount the Stabled Quel\'dorei Steed outside the pavilion. Speak to Valis Windchaser and use Shield-Breaker on 2 vulnerable Ranged Targets, then return to Scout Shalyndria at the Argent Tournament Grounds.','Commit Valis\'s lesson to memory, $n. It will mean the difference between winning and losing your mounted combat matches.','Have you practiced using your shield-breaker?','','Valis Windchaser\'s advice','Use Shield-Breaker on vulnerable Ranged Target','','',0,0,0,0,0,0,0,0,0,0,0,0,33974,33339,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13667,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13836,11685,0,101,4224,70,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Disarmed!','I\'ve received word of an unfortunate accident at the Dalaran prison; a guard had his arm severed and thrown into the water by a particularly vicious inmate.$b$bOur first aid clinic promises they can reattach the arm if we bring it back.$b$bYou fish long enough in the water outside the prison, and I\'d bet my favorite fishing pole that arm will surface. Find that arm, and bring it to Olisarra the Kind here in Dalaran. She\'ll know what to do.','Olisarra the Kind in Dalaran City wants you to return the Severed Arm to her.','Oh, hello there $n. Marcia said you\'d be coming by with that poor man\'s missing arm.$b$bShe also gave me this bag to give you as a reward. It smells horrible, and I\'m anxious to make the trade if you don\'t mind.','Hi there. Do you have something for me?','','','','','',45323,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46007,0,0,0,1,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'13830 13832 13833 13834',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,5,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,0,0,5),(13837,10958,0,241,128,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of The Charge','Your strongest attack in mounted combat is undoubtedly the charge. Take this lance and mount the stabled Quel\'dorei steed just outside the pavilion.$B$BOnce you\'re mounted, speak with Rugan Steelbelly. He\'s on the northern edge of the tournament grounds at the training area east of the Aspirants\' Ring. Rugan will tell you how to use this powerful ability and teach you some basic strategies.','Equip your lance and mount the Stabled Quel\'dorei Steed outside the pavilion. Speak to Rugan Steelbelly and Charge 2 vulnerable Charge Targets, then return to Avareth Swiftstrike at the Argent Tournament Grounds.','With a teacher like Rugan, you\'ll be an expert at mounted combat in no time.','Have you mastered the use of the charge?','','Rugan Steelbelly\'s advice','Charge vulnerable Charge Target','','',0,0,0,0,0,0,0,0,0,0,0,0,33972,33340,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13667,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13838,10958,0,241,128,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of The Shield-Breaker','You\'ll need to learn how to break through an opponent\'s defenses to succeed in mounted combat. Take this lance and mount the stabled Sunreaver hawkstrider just outside the pavilion.$B$BOnce you\'re mounted, seek out Valis Windchaser. He\'ll be on the northern edge of the tournament grounds at the training area east of the Aspirants\' Ring. Valis will teach you the basics of using a ranged shield breaker attack to make a ranged target vulnerable.','Equip your lance and mount the Stabled Sunreaver Hawkstrider. Speak to Valis Windchaser and use Shield-Breaker on 2 vulnerable Ranged Targets, then return to Galathia Brightdawn at the Argent Tournament Grounds.','Commit Valis\'s lesson to memory, $n. It will mean the difference between winning and losing your mounted combat matches.','Have you practiced using your shield-breaker?','','Valis Windchaser\'s advice','Use Shield-Breaker on vulnerable Ranged Target','','',0,0,0,0,0,0,0,0,0,0,0,0,33974,33339,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13668,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13839,10958,0,241,128,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of The Charge','Your strongest attack in mounted combat is undoubtedly the charge. Take this lance and mount the stabled Sunreaver hawkstrider just outside the pavilion.$B$BOnce you\'re mounted, speak with Rugan Steelbelly. He\'s on the northern edge of the tournament grounds at the training area east of the Aspirants\' Ring. Rugan will tell you how to use this powerful ability and teach you some basic strategies.','Equip your lance and mount the Stabled Sunreaver Hawkstrider outside the pavilion. Speak to Rugan Steelbelly and Charge 2 vulnerable Charge Targets, then return to Amariel Sunsworn at the Argent Tournament Grounds.','With experience and practice, you will become deadly with the charge.','','','Rugan Steelbelly\'s advice','Charge vulnerable Charge Target','','',0,0,0,0,0,0,0,0,0,0,0,0,33972,33340,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,75,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',13668,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13840,10958,0,284,264,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','\"Cluck... cluck... cluck... BACAW!$B$BCluck... cluck... cluck.\"$B$BThe chicken looks up at you and then starts to scratch its claws into the ground. You think it is spelling out a word, but you are not sure what it is. Could it be... S-A-L-D-E-A-N? Before you can ask, the chicken turns away and goes about its business.','Find some Special Chicken Feed and return to your befriended chicken. When you find it, /cheer at it before trying to give it the Special Chicken Feed.','','','','','','','',11109,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13563,0,0,0,0,0,0,0,0,0,0,0,0,'0',0,0,0,0,'0',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13843,10958,67,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scrapbot Construction Kit','Searching the databanks of the prototype console reveals schematics for a scrapbot construction kit. With your engineering expertise, you could learn this schematic and produce scrapbot construction kits of your own.','Interact with the Prototype Console in The Inventor\'s Library.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55252,55254,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13845,10958,4613,0,0,70,80,0,0,0,0,0,0,0,0,0,0,0,46005,1,'Sealed Vial of Poison','This vial of poison looks particularly dangerous. Perhaps someone in Dalaran might be interested in it.','Bring the Seal Vial of Poison to Alchemist Cinesra in the Dalaran Sewers.','You are brave to have carried this. If even one drop were to touch your skin, you\'d have died an agonizing death.$b$bAllow me to pay you for it... I can always use venom of exceptional potency.','Is that what I think it is, $c?','','','','','',46005,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13846,10958,0,241,4232,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Contributin\' To The Cause','The bestest of the champions come to the chapel to hear the argent confessor speak every day.$B$BYou should see how much she inspires them, $N. Not only do they fight for the Argent Crusade, but they put a lot of money into the collection basket when I take it around.$B$BMaybe you\'d like to contribute too?','Speak with Squire Artie to contribute 10 gold to the Argent Crusade\'s cause.','Thank you. I just know the crusade will put it to good use!','Do you want to contribute?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,150,0,0,0,0,0,0,-100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13847,10958,0,241,4224,77,80,0,1,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Captain Joseph Holley at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','Your bravery on the field has shown the crusaders what they already knew -- that our warriors are more than just parade ground decorations.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,72,1094,0,0,0,1094,250,250,0,0,0,250,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13850,10958,490,0,8,48,53,0,690,0,0,0,0,0,0,0,0,13887,0,0,'Toxic Tolerance','You want to ride a Venomhide? Then I\'ve got bad news for you.$B$BThe Venomhide Ravasaurs, they\'re all poison: Poison blood, poison spit, poison skin. You climb on one, you fall off dead in a few hours.$B$BYou\'d have to build up a resistance to their toxins before I sold you one, and that takes a long, LONG time... you\'d need to be splashed with poisonous blood while fighting one numerous times. If you\'re really interested, the venomhides prefer the northern area of of the Marshlands, northwest of here.','Mor\'vek in Un\'goro Crater claims that if you were poisoned by Venomhide Ravasaur blood 20 times, you could ride one without dying. Attack Venomhide Ravasaurs for a chance to be poisoned.','You did it? You actually did it?!$b$bHo ho! Stubborn as my wife, you are.','Still not immune, eh? Give up. It takes too long!','','Splashed with Venomhide blood','','','',0,0,0,0,0,0,0,0,0,0,0,0,34157,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13851,10958,0,241,4224,77,80,0,4,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Clara Tumblebrew at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','Your bravery on the field has shown the crusaders that we are worthy allies.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,47,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13852,10958,0,241,4224,77,80,0,64,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Flickin Gearspanner at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','Your bravery on the field has shown the that we are a match for the Argent Crusade\'s own.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,54,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13854,10958,0,241,4224,77,80,0,1024,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Ranii at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','Your bravery on the field has shown the crusaders what they already knew -- that our warriors are more than just parade ground decorations.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,930,1094,0,0,0,1094,250,250,0,0,0,250,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13855,10958,0,241,4224,77,80,0,8,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Airae Starseeker at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','Your bravery on the field has shown the crusaders that they can rely on us in the battle against the Lich King.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,69,1094,0,0,0,1094,250,250,0,0,0,250,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13686,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13856,10958,0,241,4224,77,80,0,2,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Morah Worgsister at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','Your bravery on the field has shown the crusaders what they already knew -- that our warriors are the best in Azeroth.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,76,1124,0,0,0,68,250,250,0,0,0,63,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13857,10958,0,241,4224,77,80,0,128,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Gahju at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, 3 Boneguard Lieutenants.','Your bravery on the field has shown the crusaders that we are fearless in the face of the Lich King\'s minions.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,530,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13858,10958,0,241,4224,77,80,0,32,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Anka Clawhoof at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, 3 Boneguard Lieutenants.','Your bravery on the field has shown the crusaders that we are steadfast allies in the battle against the Lich King.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,81,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13859,10958,0,241,4224,77,80,0,512,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Aneera Thuron at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, 3 Boneguard Lieutenants.','Your bravery on the field has shown the crusaders that we are ready to face any enemy.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,911,1124,0,0,0,68,250,250,0,0,0,63,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13860,10958,0,241,4224,77,80,0,16,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Even as we ready for the tournament, Argent Crusade forces prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s minions.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Handler Dretch at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, 3 Boneguard Lieutenants.','The Argent Crusade has seen our resolve and they know that our warriors will see this through to the end.','Have served alongside the crusaders in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33438,33550,33429,0,15,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44987,0,0,0,1,0,0,0,68,1124,0,0,0,68,250,250,0,0,0,250,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13687,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13861,11685,0,241,4224,77,80,0,1101,1503,0,0,0,0,0,0,0,0,0,0,'Battle Before The Citadel','Even as some of us labor on the tournament, our brothers prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s commanders.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Eadric the Pure at the Argent Tournament Grounds wants you to kill 3 Boneguard Commanders.','The Argent Crusade is heartened to have $cs like you fighting alongside us in the battle against the Lich King.','Have you fought against the enemy in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34127,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1106,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13794,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13862,11685,0,241,4224,77,80,0,690,1503,0,0,0,0,0,0,0,0,0,0,'Battle Before The Citadel','Even as some of us labor on the tournament, our brothers prepare the way for an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled argent charger at the camp, then destroy the Lich King\'s commanders.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Eadric the Pure at the Argent Tournament Grounds wants you to kill 3 Boneguard Commanders.','The Argent Crusade is heartened to have $cs like you fighting alongside us in the battle against the Lich King.','Have you fought against the enemy in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34127,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1106,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13794,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13863,10958,0,241,4224,77,80,0,690,32,0,0,0,0,0,0,0,0,0,0,'Battle Before The Citadel','As some crusaders prepare for the tournament, they have sent others to make an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s commanders.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Crok Scourgebane at the Argent Tournament Grounds wants you to kill 3 Boneguard Commanders.','Everywhere we have met the Scourge, we have made them fear us, and this campaign is no different.','Have you fought against the enemy in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34127,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1098,1124,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13795,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13864,10958,0,241,4224,77,80,0,1101,32,0,0,0,0,0,0,0,0,0,0,'Battle Before The Citadel','As some crusaders prepare for the tournament, they have sent others to make an assault on the enemy\'s stronghold of Icecrown Citadel.$B$BIn the Court of Bones in southwestern Icecrown, a few brave crusaders have set up a forward camp on the southern side of Corp\'rethar. Equip your lance and mount the stabled campaign charger at the camp, then destroy the Lich King\'s commanders.$B$BDo not fear the masses of boneguard footmen, $N, for they can easily be trampled under your horse\'s hooves.','Crok Scourgebane at the Argent Tournament Grounds wants you to kill 3 Boneguard Commanders.','Everywhere we have fought the Scourge, we have taught them to fear us and this campaign will be no different.','Have you fought against the enemy in the Court of Bones?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34127,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,44990,0,0,0,1,0,0,0,1098,1094,0,0,0,0,250,250,0,0,0,0,0,74000,0,0,64689,0,0,0,0,0,0,0,132300,0,0,0,0,'',13795,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13887,10958,490,0,8,48,53,0,690,0,0,0,0,0,0,0,0,13906,0,0,'Venomhide Eggs','Now that you\'ve built up an immunity to venomhide toxin, you can safely handle the animals and their eggs. Venomhides are vicious and must be trained from the moment they hatch.$B$BIf you want to ride one, you\'ll need an unhatched egg. Scattered throughout the Marshlands are a number of ravasaur nests. Look for the eggs with lighter colored shells -- those are the ones that will hatch venomhides.$B$BIf you bring me several of the eggs, I\'ll allow you to keep one and raise its hatchling, with my guidance.','Bring 4 Venomhide Ravasaur Eggs to Mor\'vek in the southeast part of the Marshlands.','Good work. Honestly, I\'m amazed you were able to find this many. With each clutch, they seem fewer in number.$b$bI\'ll let you raise one of the freshly-hatched venomhides. It shouldn\'t be shy about letting you know what it needs.','Did you find those eggs?','','','','','',46364,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',13850,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13889,10958,490,0,4104,48,53,0,514,0,0,0,0,0,0,0,0,0,0,0,'Hungry, Hungry Hatchling','The venomhide hatchling looks at you expectantly, then begins to scrawl a pictogram into the dirt.$B$BThe drawings are rough, but you can make out the shapes of diemetradons, stegodons, and pterrordaxes. As the raptor finishes the sketch, it looks up at you, bares its teeth, and makes a biting motion.$B$BYour venomhide hatchling must be craving fresh meat from these animals. Find and kill any type of diematradon, stegodon, or pterrordax in Un\'Goro Crater and feed its meat to your hungry hatchling.','Your Venomhide Hatchling wants you to feed it 15 pieces of Fresh Dinosaur Meat.','The venomhide hatchling seems satisfied with the giant meal you\'ve provided, but there\'s no way of telling when it will be hungry again.','The hatchling cocks its head and looks at you.','','Fresh Dinosaur Meat fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,34327,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68350,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13903,10958,490,0,4104,48,53,0,514,0,0,0,0,0,0,0,0,0,0,0,'Gorishi Grub','The venomhide hatchling looks at you expectantly, then begins to scrawl a pictogram into the dirt.$B$BThe hatchling\'s drawings seem to resemble various types of large insects, perhaps the gorishi silithids. The hatchling finishes his picture, then gestures at it with one short arm, snaps its jaws, and licks its lips.$B$BIt must want you to go to the Slithering Scar, in center of the southern part of Un\'Goro Crater, and gather silithid meat. When you have the meat, feed it to your hungry hatchling.','Your Venomhide Hatchling wants you to feed it 10 Silithid Meat.','Your venomhide hatchling flashes you a toothy smile and then settles in for a nap.','The hatchling cocks its head and looks at you.','','Silithid Meat fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,34336,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68350,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13904,10958,490,0,4104,48,53,0,514,0,0,0,0,0,0,0,0,0,0,0,'Poached, Scrambled, Or Raw?','The venomhide hatchling\'s stomach growls as it gestures to get your attention. It begins scratching pictures of silithids into the dirt, adding small ovals underneath them. It looks at you hopefully and gestures at the circles.$B$BThey can only mean silithid eggs. The Noxious Lair, in western Tanaris and near the border with Un\'Goro Crater, would probably be a great place to find the eggs your little hatchling wants.','Your Venomhide Hatchling wants you to feed it 12 Silithid Eggs.','Your hatchling licks its lips after devouring the meal of silithid eggs. For a moment, you think it seems disappointed that feeding time has come to an end.','The hatchling looks at you.','','Silithid Eggs fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,34338,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68350,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13905,10958,490,0,4104,48,53,0,514,0,0,0,0,0,0,0,0,0,0,0,'Searing Roc Feathers','The hatchling looks at you for a moment, almost as if wondering whether you\'ll understand. It scrawls a picture of a pair of feathers in the dirt, then points with one claw to the bindings at its elbows and knees.$B$BIt doesn\'t seem hungry, but what could the feathers be for?$B$BIt must want them for adornments like the ones you\'ve seen on other raptors. The largest feathers come from the searing rocs that congregate around the bones of large creatures in western Tanaris, northeast of Thistleshrub Valley.','Your Venomhide Hatchling wants you to get 5 pieces of Searing Roc Plumage.','The venomhide hatchling accepts the feathers and begins looking them over, holding several up to its armbands.','Your venomhide hatchling looks at you with anticipation.','','','','','',46381,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68350,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13906,10958,490,0,0,48,53,0,690,0,0,0,0,0,0,0,0,0,46362,1,'They Grow Up So Fast','With your expert feeding and care, your venomhide hatchling will grow quickly. As they grow, their hatchling teeth will be replaced by adult teeth. If you keep the teeth shed by your hatchling as it grows, you\'ll have an easy way to tell when it\'s mature enough to be trained as a mount.$B$BYour venomhide will let you know what it needs, so pay close attention. When it has shed all of its baby teeth, return to me with your venomhide and the materials for your saddle and I\'ll do the rest.','Return 20 Venomhide Baby Teeth, the Venomhide Hatchling, 20 Runecloth, 20 Rugged Leather, and 80 gold to Mor\'vek in the southeastern part of the Marshlands in Un\'Goro Crater.','It looks like both of you have managed to do some growing without killing one another.$b$bThere, everything\'s finished. I\'ve trained your venomhide ravasaur to respond when you blow this whistle.$b$bFew have the dedication to hand-feed and raise a venomhide, but they\'re well worth the effort.','Have you been taking good care of that raptor?','','','','','',46362,47196,14047,8170,0,0,1,20,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46102,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-800000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',13887,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13908,10958,490,0,8,48,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gearing Up To Ride','Your venomhide is strong and healthy and you\'ve developed quite a bond. You\'ll be ready to ride him once I\'ve completed your saddle and bridle. Just like you, they have to be specially conditioned to stand up to the toxins the raptor produces.$B$BAll you\'ll need to do is bring me some rugged leather, runecloth, and money to buy the rest of the supplies and I\'ll have that saddle for you in no time.','Bring 20 Rugged Leather, 20 Runecloth, and 80 gold to Mor\'vek in the southeast part of the Marshlands in Un\'Goro Crater.','','','','','','','',8170,14047,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46102,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-800000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13914,10958,490,0,4104,48,53,0,176,0,0,0,0,0,0,0,0,0,0,0,'Searing Roc Feathers','The hatchling looks at you for a moment, almost as if wondering whether you\'ll understand. It scrawls a picture of a pair of feathers in the dirt, then points with one claw to the bindings at its elbows and knees.$B$BIt doesn\'t seem hungry, but what could the feathers be for?$B$BIt must want them for adornments like the ones you\'ve seen on other raptors. The largest feathers come from the searing rocs that congregate around the bones of large creatures in western Tanaris, northeast of Thistleshrub Valley.','Your Venomhide Hatchling wants you to get 5 pieces of Searing Roc Plumage.','The venomhide hatchling accepts the feathers and begins looking them over, holding several up to its armbands.','Your venomhide hatchling looks at you with anticipation.','','','','','',46381,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68350,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13915,10958,490,0,4104,48,53,0,176,0,0,0,0,0,0,0,0,0,0,0,'Hungry, Hungry Hatchling','The venomhide hatchling looks at you expectantly, then begins to scrawl a pictogram into the dirt.$B$BThe drawings are rough, but you can make out the shapes of diemetradons, stegodons, and pterrordaxes. As the raptor finishes the sketch, it looks up at you, bares its teeth, and makes a biting motion.$B$BYour venomhide hatchling must be craving fresh meat from these animals. Find and kill any type of diematradon, stegodon, or pterrordax in Un\'Goro Crater and feed its meat to your hungry hatchling.','Your Venomhide Hatchling wants you to feed it 15 pieces of Fresh Dinosaur Meat.','The venomhide hatchling seems satisfied with the giant meal you\'ve provided, but there\'s no way of telling when it will be hungry again.','The venomhide hatchling licks its lips and tilts its head to the side.','','Fresh Dinosaur Meat fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,34327,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68350,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13916,10958,490,0,4104,48,53,0,176,0,0,0,0,0,0,0,0,0,0,0,'Poached, Scrambled, Or Raw?','The venomhide hatchling\'s stomach growls as it gestures to get your attention. It begins scratching pictures of silithids into the dirt, adding small ovals underneath them. It looks at you hopefully and gestures at the circles.$B$BThey can only mean silithid eggs. The Noxious Lair, in western Tanaris and near the border with Un\'Goro Crater, would probably be a great place to find the eggs your little hatchling wants.','Your Venomhide Hatchling wants you to feed it 12 Silithid Eggs.','Your hatchling licks its lips after devouring the meal of silithid eggs. For a moment, you think it seems disappointed that feeding time has come to an end.','The hatchling looks at you.','','Silithid Eggs fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,34338,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68350,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13917,10958,490,0,4104,48,53,0,176,0,0,0,0,0,0,0,0,0,0,0,'Gorishi Grub','The venomhide hatchling looks at you expectantly, then begins to scrawl a pictogram into the dirt.$B$BThe hatchling\'s drawings seem to resemble various types of large insects, perhaps the gorishi silithids. The hatchling finishes his picture, then gestures at it with one short arm, snaps its jaws, and licks its lips.$B$BIt must want you to go to the Slithering Scar, in center of the southern part of Un\'Goro Crater, and gather silithid meat. When you have the meat, feed it to your hungry hatchling.','Your Venomhide Hatchling wants you to feed it 10 Silithid Meat.','Your venomhide hatchling flashes you a toothy smile and then settles in for a nap.','The hatchling cocks its head and looks at you.','','Silithid Meat fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,34336,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68350,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13926,10958,0,284,128,70,-1,0,0,0,0,0,0,0,0,0,0,0,46397,1,'Little Orphan Roo Of The Oracles','The orphans have been looking forward to the opportunity to meet friends like you, $N. It\'s wonderful that you\'ve agreed to take one into your care.$B$BTake this whistle. With it, you will be able to call for the orphan you have agreed to sponsor. It will only last for a limited time - not much longer than Children\'s Week itself, in fact.$B$BPlease, $N, call upon your orphan. He will be excited to meet you and see the sights of Northrend with you.','Speak to Orphan Matron Aria, then use the Oracle Orphan Whistle to call the orphan you will be taking care of during Children\'s Week.','You take us away from puppy-men hatchlings? Good. We like you already. Mean puppy-men hatchlings took all our favorite toys away.','You taking care of us?','','Speak to Orphan Matron Aria','','','',0,0,0,0,0,0,0,0,0,0,0,0,34365,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'13927',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13927,10958,0,284,128,70,-1,0,0,0,0,0,0,0,0,0,0,0,46396,1,'Little Orphan Kekek Of The Wolvar','The orphans have been looking forward to the opportunity to meet friends like you, $N. It\'s wonderful that you\'ve agreed to take one into your care.$B$BTake this whistle. With it, you will be able to call for the orphan you have agreed to sponsor. It will only last for a limited time - not much longer than Children\'s Week itself, in fact.$B$BPlease, $N, call upon your orphan. He will be excited to meet you and see the sights of Northrend with you.','Speak to Orphan Matron Aria, then use the Wolvar Orphan Whistle to call the orphan you will be taking care of during Children\'s Week.','You take Kekek hunting? Good to get away from mean old orphan lady who doesn\'t let Kekek hunt.','Orphan lady say Kekek go with you.','','Speak to Orphan Matron Aria','','','',0,0,0,0,0,0,0,0,0,0,0,0,34365,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'13926',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,1),(13929,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Biggest Tree Ever!','Before there was a big war and we left the village, we remember Soo-say telling us all about the biggest tree ever!$B$BSoo-say call it Grizzlemaw or something. Soo-say tell us it in the middle Grizzle Hills. No, wait, that not what Soo-say say. Soo-say say Grizzly Hills. Now we remember! Tree is big and right in middle of Grizzly Hills. Can\'t miss!$B$BYou take us there, oki? We see inside of giant tree? Soo-say tell us big bear men live in tree too. Maybe we see them.','Take your orphan, Roo, to visit Grizzlemaw. Make sure to call for him if he is not present when you enter the trunk of the great tree.','We never knew trees got that big! Nope. Maybe Great Ones had special plan for it?','Can we see the big tree? Can we?','Roo taken to visit Grizzlemaw','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13926,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13930,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Home Of The Bear-Men','High Shaman Rakjak always tell stories of mighty warriors, even ones far away. Sometimes he tell stories about giant bear-men fighting great battle for tree-city.$B$BMaybe you take Kekek there, see tree, see battle! High Shaman Rakjak tell Kekek that giant tree-city Grizzlemaw stand in the middle of Grizzly Hills.$B$BKekek never see a city before meeting orphan lady, but this city have no warriors, only men in purple dresses. Kekek want to see real warriors fight for real city.','Take your orphan, Kekek, to visit Grizzlemaw. Make sure to call for him if he is not present when you enter the trunk of the great tree.','This is Kekek\'s kind of city. Bear-men fight for home just like Frenzyheart do. Orphan lady tell Kekek not to fight with other pups, but Kekek fight anyway.','Kekek want to visit bear-men tree. We go.','Kekek taken to visit Grizzlemaw','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(13931,10958,0,370,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,33955,1,'Another Year, Another Souvenir.','Not only are we supplying brew to everyone, we also have steins to give out! Beautiful, commemorative steins all obtained by the most legal of means! Here\'s a voucher for one.$b$bTalk to Blix near the back of the Brewfest camp. He\'s pretty strange, even more so now that he\'s always wearing those goggles. He\'ll handle the voucher for you, and any other Brewfest transaction.','Redeem the Brewfest Stein Voucher with Blix Fixwidget in the back of the Brewfest camp.','What\'s this? A stein voucher? So you like drinking? Great! After I give you this stein, go have a few drinks! Then a few more. Maybe have a few more after that... Then, now this is important, come see me.$b$bLook, I know you\'ll be back eventually. If you want your Brewfest tokens redeemed you have to see me.$b$bAnyways, here\'s the stein, and remember to talk to me later.','What\'s happening hot stuff? Got something for me?','','','','','',33955,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37892,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13932,10958,0,370,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,33955,1,'Another Year, Another Souvenir.','Brewfest isn\'t just about racing rams, it\'s also about drinking! When you have a moment, take this voucher to Belbi Quikswitch. She\'s near the back of the Brewfest camp. If you can\'t see her, don\'t worry, she\'ll be sure to see you.$b$bIn any case, take this voucher to her to get your free Brewfest stein. She\'ll also be more than happy to handle any and all other Brewfest transactions.','Redeem the Brewfest Stein Voucher with Belbi Quikswitch in the Brewfest camp.','Aww, it\'s just a stein voucher... Maybe you\'re just playing hard to get. So here\'s this year\'s stein for you.$b$bBut I suspect I\'ll be seeing a lot more of you. After all, if you want any Brewfest tokens redeemed, I\'m your girl...$b$bOr maybe I\'m his girl... $b$bOooohhh... or his...','What\'s happening hot stuff? Got something for me?','','','','','',33955,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37892,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13933,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bronze Dragonshrine','Sometimes High-Oracle Soo-say tell stories about a shrine to dragon-things, not like great rain stone, but different. Soo-say tell us maybe we see ourselves there, but not like in a shiny. Soo-say mean we could see what we are like many years from now.$B$BYou take us there? We remember shrine to bronze dragon-things in place called Dragonblight. Soo-say say great rain stone show him shrine to northeast of Wyrmrest Temple, or northwest of place dryskins call Wintergarde Keep. We go?','Take your orphan, Roo, to visit the Bronze Dragonshrine. Make sure to call for him if he is not present when you get there.','We very glad you brought us here, $n. We always worried what would happen to us when the orphan matron found us in Sholazar.','We visit shrine to dragon-things?','Roo taken to visit Bronze Dragonshrine','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13926,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13934,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bronze Dragonshrine','When Kekek was a pup, he sometimes heard elders talking about a far-off shrine. Sometimes they say that bronze dragon-things there know all about future.$B$BKekek tell you he be great warrior, now we go see. Bronze dragon-thing shrine somewhere in Dragonblight, northeast of dragon-thing temple called Wyrmrest, also northwest of man-town called Wintergarde.$B$BWe go there, see future. Prove orphan-lady wrong about Kekek. Kekek warrior, not bully.','Take your orphan, Kekek, to visit the Bronze Dragonshrine. Make sure to call for him if he is not present when you get there.','See? Kekek never get tired of saying, \"Kekek tell you so.\"$b$bMaybe now you believe other things Kekek tell you, like how sky is green.','Kekek want to visit dragonshrine.','Kekek taken to Bronze Dragonshrine','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(13937,10958,0,284,136,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Trip To The Wonderworks','We have time for one more stop? We heard Dalaran has toy store, but we never get to go there. Orphan mistress says too many orphans would crowd the store. Maybe we can go, just us?$B$BWe can have a small paper zeppelin? We think they have those at Wonderworks in Dalaran. We always wanted to play with one. Maybe you throw one to us?','Purchase a Small Paper Zeppelin at the Wonderworks and then throw it to your orphan, Roo.','That was fun! We like toy store. Maybe orphan matron take us sometimes. We ask. Maybe you tell her too?','We go to the Wonderworks?','','Throw Small Paper Zeppelin to Roo','','','',0,0,0,0,0,0,0,0,0,0,0,0,36209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13954,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13938,10958,0,284,136,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Visit To The Wonderworks','You take Kekek one more place? Orphan lady say Dalaran have toy store called Wonderworks, but Kekek never seen it. She say that if one orphan go, she have to take everyone. Maybe you take Kekek?$B$BKekek seen other children playing with small paper zeppelin? Kekek hear those come from Wonderworks. Maybe you get one and throw it around with Kekek?','Purchase a Small Paper Zeppelin at the Wonderworks and then throw it to your orphan, Kekek.','Kekek like playing with paper zeppelin. Not as good as hunting, but give something to do when bored at orphanage.','This toy store yet?','','Throw Small Paper Zeppelin to Kekek','','','',0,0,0,0,0,0,0,0,0,0,0,0,36209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13955,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(13950,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Playmates!','Orphanage gets real lonely, you know? Sometimes we want to go places, meet new friends.$B$BMaybe you can take us somewheres with other hatchlings? We heard about a place called Winterfin Retreat, in the big Borean Tundra. We think it\'s way in the northwest, near the edge of the Coldarra-island.$B$BThe orphan lady say someone brave save a bunch of hatchlings there. We think they lonely, too. We think they need friends. You take us there?','Take your orphan, Roo, to visit Winterfin Retreat. Make sure to call for him if he is not present when you get there.','That was fun! We go again sometime? We can\'t wait to see our new friend again!','You take us to Winterfin Retreat? Meet new friends maybe?','Roo taken to visit Winterfin Retreat','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13926,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13951,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Playmates!','Kekek think there not enough other pups living with orphan-lady. Maybe we go visit some others?$B$BKekek know a tribe that lives in Dragonblight, at place called Snowfall Glade. You know? Snowfall Glade north of walrus-men town of Mo\'aki Harbor and south of Ruby Dragonshrine.$B$B$B$BYou take Kekek there, to some of the villages there. Maybe we meet new wolvar, show them how fierce Frenzyheart are!','Take your orphan, Kekek, to visit Snowfall Glade. Make sure to call for him if he is not present when you get there.','Kekek like new Snowfall friends, maybe come back and go hunting together sometime. Maybe we go tip over walrus-men when they sleeping.','You take Kekek to Snowfall Glade now?','Kekek taken to visit Snowfall Glade','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13927,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13952,10958,0,41,0,1,-1,0,1,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Human Spirit in Stormwind\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13954,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dragon Queen','One of High-Oracle Soo-say\'s stories says Great Ones made all the dragons and a queen for the dragons, too. We want to see her! Would you take us to the top of Wyrmrest Temple? We remember Soo-say telling us the temple-thing was in the middle of Dragonblight.$B$BWe really want to meet dragon queen. She must be so big and pretty. Maybe she help us find new parents.$B$BYou take us?','Take your orphan, Roo, to visit Alexstrasza the Life-Binder at the top of Wyrmrest Temple. Make sure to call for him if he is not present when you get there.','Do you think she ever saw an oracle before? We might be the first one ever to meet her! We thinks she liked us, but we\'re not sure. She doesn\'t talk a lot. Nope. But that was fun!','','Roo taken to visit Alexstrasza the Life-Binder','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13929,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13955,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dragon Queen','Kekek always liked dragons. Always wanted to be one, but orphan-lady said no. But she did say maybe you take Kekek to meet dragon queen.$B$BKekek think orphan-lady have good idea for once. You take Kekek to Wyrmrest Temple in the middle of Dragonblight? Fly all the way to top to meet dragon queen. She must be really big, to be queen of all dragons. Kekek can\'t wait to see!','Take your orphan, Kekek, to visit Alexstrasza the Life-Binder at the top of Wyrmrest Temple. Make sure to call for him if he is not present when you get there.','Queen not what Kekek expected, but Kekek understand why. Queen\'s visitors get crushed if she was always big dragon! Still want to see someday.','We go see dragon queen now?','Kekek taken to visit Alexstrasza the Life-Binder','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13930,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(13956,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meeting a Great One','High-Oracle Soo-say always tell us about how Great Ones built shrines and we give them shinies, but he never see Great Ones. No one see Great Ones, but maybe you know how to find one?$B$BSoo-say told us the Great Ones made a waygate and put it in the center of the southern part of Sholazar. Soo-say not say where it goes, but maybe it take us to a Great One! Take us through that waygate and let\'s find out, $N.','Take your orphan, Roo, to visit the Etymidian at the Shaper\'s Terrace. Make sure to call for him if he is not present when you get there.','We got to meet a Great One! Too bad it was during his nap time, but we understand. We like naps, too! Maybe we learn naps from Great Ones like we learn about shrines and shinies!$b$bCan we come back and visit the Great One again when not sleeping?','Do you know how to find a Great One? We\'ve never seen one before.','Roo taken to visit The Etymidian','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13929,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13957,10958,0,284,138,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mighty Hemet Nesingwary','Know who Kekek always wanted to meet? Hemet Nesingwary.$B$BMaybe you take Kekek to see him? Elder Harkek tell us all about him. He come to Sholazar to hunt biggest creatures anywhere! Even Frenzyheart elders respect Hemet Nesingwary as great hunter.$B$BElder Harkek tell Kekek that Nesingwary Base Camp in the middle of west side of Sholazar, right on river called Seabreach Flow. We go visit and learn how to hunt like Hemet?','Take your orphan, Kekek, to visit Hemet Nesingwary at the Nesingwary Base Camp. Make sure to call for him if he is not present when you get there.','You help Kekek learn him a book? Then, Kekek hunt with Hemet Nesingwary!','','Kekek taken to visit Hemet Nesingwary','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',13930,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,5),(13959,10958,0,284,136,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back To The Orphanage','We had the best time with you, $N. We wish you could be our $g daddy : mama; now, but you have to take us back to Orphan Matron Aria in Dalaran.$B$BMaybe you could come visit us again sometime? We loved meeting Winterfin hatchlings and getting to see the dragon queen. No one will believe us when we say we met a Great One!$B$BWe going to miss you, $N. We promise to write letter sometime, oki? ','Return your ward to the Dalaran orphanage by handing in the Oracle Orphan Whistle to Orphan Matron Aria in Dalaran.','It sounds like little Roo had a great time this week. I know he was getting awfully lonely in the orphanage and was eager to make some new friends. Thank you so much for agreeing to look after him.','Do we have to go back? We want to stay with you.','','','','','',46397,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,21600,46545,0,0,0,0,510,0,0,0,0,'',13937,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13960,10958,0,284,136,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back To The Orphanage','Know what? You not so bad after all, $N. You take Kekek a lot of fun places. Kekek meet a lot of new friends and do things no other pup get to do.$B$BYou, and Hemet Nesingwary, and Snowfall Glade pups all new best friends. Maybe sometime you bring Kekek that green hills book? Kekek promise to write sometimes, too, tell you how things go. Maybe even be nice to big-tongue kids sometimes.$B$BKekek gotta go back to orphan-lady Aria now, back in purple human city.','Return your ward to the Dalaran orphanage by handing in the Wolvar Orphan Whistle to Orphan Matron Aria in Dalaran.','Thank you for agreeing to care for Kekek this week. I know he can be a handful, but I think that with more individual attention and a few more friends, he\'ll do a lot better. No doubt he\'s going to be telling stories of his adventures with you for weeks.','Kekek not want to go. Kekek want to see more of Northrend with Jeursey.','','','','','',46396,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,21600,46544,0,0,0,0,510,0,0,0,0,'',13938,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,1,0,0,3),(13966,10958,0,22,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Winter Veil Gift','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46740,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13986,10958,1638,0,0,71,73,0,690,0,0,0,0,0,0,0,0,0,46775,1,'An Injured Colleague','The fight\'s been hard up here, $c, as I\'m sure you know. We\'re holding out, but not everyone has gone unscathed.$b$bA warrior in our band, Aponi Brightmane, was taken ill by an infected wound in her arm. She\'s been taken back to Thunder Bluff for recuperation. It seems she left her shield here at the front in the confusion, however - could you take it to her, along with our well-wishes? Her smile is missed around here.$b$bYou can find her on Elder Rise on the Bluff.','Take the Battered Tribal Shield to Aponi Brightmane on Elder Rise within Thunder Bluff.','Oh, my shield! I won\'t be using it anytime soon, but thank you. I hate that I\'m sitting here useless when I could be helping on the front, but fighting with my arm like this won\'t help anyone.$b$bTake care out there, won\'t you?','Oh! Hello there. I don\'t think we\'ve met; is there something I can do for you?','','','','','',46775,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,2),(13990,10958,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Upper Deck Promo - Chicken Mount','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13997,10958,151,0,8,1,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'If You\'re Reading This While I\'m In Combat...','Dan is the most awesome programmer in the world... the World of Warcraft!$B$BIsn\'t it weird that you used to not be able to talk with me at all while I was fighting? No longer, my friend, now that Dan has made significant improvements to one of my creature flags!$B$BCelebrate with me by snuffing out the lives of these awful creatures that perpetually have me in combat.','ELM Daze Target wants you to kill 5 ELM Attackers for Dan and Great Justice!','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34436,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(14016,10958,0,241,138,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Knight\'s Curse','I wanted to remove the Black Knight\'s remains from the tournament grounds after your victory, but Confessor Paletress insisted that he receive a decent burial. Ever since, a dark presence has lingered in the cemetery and people are afraid to go there to visit the fallen.$B$BWould you visit the cemetery just past the eastern end of the tournament grounds and see if you can discover what\'s happening? ','Crusader Rhydalla at the Argent Tournament Grounds wants you to investigate the Black Knight\'s Grave.','$b$bDo you think they\'ve been planning this? I suppose it doesn\'t matter, but I don\'t like the implication that we\'ve been playing into their hands. Whatever is going on, we have to stop it.','Have you investigated the Black Knight\'s gravesite?','Investigate the Black Knight\'s Grave','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,5500,0,0,0,'',13664,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14017,10958,0,241,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Knight\'s Fate','You said the body was taken by cultists? I can only think of one place they would have gone, Deathspeaker\'s Watch, the encampment on the rise west of the tournament grounds.$B$BWhatever the cultists are doing must be stopped. The rumors I\'ve heard can only be true, then. The infamous Doctor Kohler must be among the cultists, practicing his arts. Look for a rise or an altar overlooking the cultist camp, slay the doctor, and look for proof of his plans. Slow down his work in any other way you can.','Capture Doctor Kolher\'s Orders at Deathspeaker\'s Watch, then return to Crusader Rhydalla at the Argent Tournament Grounds.','The doctor will not have time to complete his work, but his plan is already in motion. From what you\'ve reported, the Lich Kings servants have reanimated and empowered the Black Knight and there\'s no telling what the knight\'s master has in mind. You have done well in uncovering this plot. I will tell High Crusader Adelard of your findings and together, we will alert the tournament\'s participants.','Did you find out what they\'re doing with the Black Knight\'s remains?','','','','','',47048,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,3,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',14016,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14022,10958,0,375,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Pilgrim\'s Bounty','Won\'t you celebrate Pilgrim\'s Bounty with us, $N? It\'s a time for reflecting on your journeys and your good fortune, sharing plentiful food and stories with friends.$B$BYou can partake of wonderful Pilgrim\'s Bounty feasts near major towns by sitting at a bountiful table and serving the foods you find there.$B$BIf you\'re interested in learning how to cook the traditional Pilgrim\'s Bounty foods, seek out Gregory Tabor. You will find him just outside Stormwind\'s gates.','Speak with Gregory Tabor just outside the city gates of Stormwind.','If you\'d like to learn to cook Pilgrim\'s Bounty foods, I can help. If you\'re not already a cook, all you have to do is train and you\'ll be cooking in no time!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14023,10958,0,375,8,1,-1,0,1101,0,0,0,0,0,0,0,0,14024,0,0,'Spice Bread Stuffing','Our spice bread stuffing is the cornerstone of the Pilgrim\'s Bounty table. The recipe has always been a favorite in Stormwind and now it has taken its place in the bountiful cookbook.$B$BIf you are already a cook, pay a visit to the Pilgrim\'s Bounty vendor to get your copy of the cookbook and all the local ingredients you\'ll need to prepare holiday fare. And if you\'re not yet a cook, there\'s no better time to start!$B$BOnce you\'ve made the stuffing, bring it to Jasper Moore over near the tables.','Cook 5 servings of Spice Bread Stuffing and then bring them to Jasper Moore at the feasting area just outside Stormwind\'s gates.','Excellent. This is just what we needed. It\'s going to be a chore keeping all the tables stocked with fresh food, but it\'s well worth it.','We can always use more of that delicious spice bread stuffing. It\'s very popular.','','Prepare Spice Bread Stuffing','','','',0,44837,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14024,10958,0,375,8,1,-1,0,1101,0,0,0,0,0,0,0,0,14028,0,0,'Pumpkin Pie','That spice bread stuffing you made smells delicious, but no Pilgrim\'s Bounty feast is complete without a slice of pumpkin pie. It\'s another one of our favorite dishes here in Stormwind, since it uses ripe Elwynn pumpkins that only grow here.$B$BIf you don\'t know how to make pumpkin pie already, there\'s a recipe in your bountiful cookbook.$B$BWould you mind cooking up a few slices and bringing them to Edward Winslow outside Ironforge? He\'s bound to be running low by now.','Make 5 slices of Pumpkin Pie and bring them to Edward Winslow at the feasting area right outside Ironforge.','The pumpkin pie\'s been a big hit up here. I\'ve never seen a dwarf get so excited about anything made from a vegetable.','More pumpkin pie? Just in time.','','Prepare Pumpkin Pie','','','',0,44836,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14023,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14028,10958,0,375,8,1,-1,0,1101,0,0,0,0,0,0,0,0,14030,0,0,'Cranberry Chutney','If you haven\'t tried the cranberry chutney yet, you\'re in for a treat. It\'s made with the freshest tangy Wetlands cranberries. Just pick some up from the Pilgrim\'s Bounty vendor if you want to try your hand at making chutney.$B$BThe recipe should be in your bountiful cookbook.$B$BIf you\'ve got some extra time on your hands, would you mind making some of the chutney and bringing it down to Jasper Moore outside Stormwind? I promised him I\'d trade some for the pie you brought.','Make 5 servings of Cranberry Chutney and bring them to Jasper Moore at the feasting area outside Stormwind.','Finally, the cranberry chutney I was promised. You wouldn\'t believe how fast the celebrants go through the stuff here.','Is that cranberry chutney I smell?','','Prepare Cranberry Chutney','','','',0,44840,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14024,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14030,10958,0,375,8,1,-1,0,1101,0,0,0,0,0,0,0,0,14033,0,0,'They\'re Ravenous In Darnassus','Thanks for bringing the cranberry chutney. There\'s so much cooking to do, I hardly have time to think of anything else. And on top of my responsibilities here, Isaac Allerton in Darnassus is out of almost everything. I don\'t suppose you\'d be willing to step in and whip up some more spice bread stuffing and pumpkin pie? The vendor should have all the ingredients you need$B$BYou should be able to find him near the feasting tables near the entrance to Darnassus just beyond the Warrior\'s Terrace.','Bring 5 servings of Spice Bread Stuffing and 5 Pumpkin Pies to Isaac Allerton near the entrance to Darnassus.','Thanks for bringing everything. I was starting to get worried.$b$bWhile you\'re here, you should try your hand at making some candied sweet potatoes.','Have you come to partake of the Pilgrim\'s Bounty feast?','','','','','',44837,44836,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14028,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14032,10958,9,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kobold Camp Cleanup','Your first task is one of cleansing, $N. A clan of kobolds have infested the woods to the north. Go there and fight the kobold vermin you find. Reduce their numbers so that we may one day drive them from Northshire.','Kill 8 Kobold Vermin, then return to Marshal McBride.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6,46,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14033,11685,0,375,8,1,-1,0,1101,0,0,0,0,0,0,0,0,14035,0,0,'Candied Sweet Potatoes','While you\'re here, you might want to stock up on Teldrassil sweet potatoes. They\'re used to make the most delicious candied sweet potatoes you\'ve ever tasted.$B$BIf you don\'t believe me, look up the recipe in your bountiful cookbook and give it a try. And if there are any extras, you might want to share them with Gregory Tabor at the feasting area just outside Stormwind. They\'re one of his favorites, but to hear him tell it, everything\'s his favorite!','Make 5 servings of Candied Sweet Potatoes and bring them to Gregory Tabor just outside the gates of Stormwind.','Ah, candied sweet potatoes! My favorite! Did Isaac tell you?','$N, it\'s good to see you again.','','Prepare Candied Sweet Potato','','','',0,44839,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14030,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14035,10958,0,375,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Slow-roasted Turkey','Every Pilgrim\'s Bounty feast requires a magnificent centerpiece, and I\'m not talking about a decorative horn of plenty, either. No, the focus of the meal is a magnificent roast turkey.$B$BThere\'s a good recipe for it in your bountiful cookbook. Why not hunt some wild turkeys and prepare a few? The turkeys wander all over Elwynn Forest, so you shouldn\'t have a problem finding one.$B$BOnce you\'re done roasting them, will you bring them to Isaac Allerton near the gates of Darnassus?','Make 5 Slow-Roasted Turkeys and bring them to Isaac Allerton near the gates of Darnassus.','These are beautiful and just in time to feed hungry feasters. Thank you, $N. You\'ve truly mastered all the courses of a traditional Pilgrim\'s Bounty meal.','What brings you back to Darnassus, $N?','','Prepare Slow-Roasted Turkey','','','',0,44838,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44844,0,0,0,1,0,0,0,69,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14033,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14036,10958,0,375,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Pilgrim\'s Bounty','Are you here to celebrate Pilgrim\'s Bounty with us? It was once a time for reflecting on your journeys and your good fortune while sharing a meal with friends. Many still mark the occasion.$B$BYou can partake of Pilgrim\'s Bounty feasts near major towns by sitting at a bountiful table and serving the foods you find there.$B$BIf you\'re interested in learning how to cook the traditional Pilgrim\'s Bounty foods, seek out Miles Standish. You will find him in the courtyard above Undercity.','Speak with Miles Standish in the courtyard above Undercity.','If you\'d like to learn to cook Pilgrim\'s Bounty foods, I can help. If you\'re not already a cook, all you have to do is train and you\'ll be cooking in no time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14037,10958,0,375,8,1,-1,0,690,0,0,0,0,0,0,0,0,14040,0,0,'Spice Bread Stuffing','Our spice bread stuffing is the cornerstone of the Pilgrim\'s Bounty table. The recipe dates from better times in Lordaeron and now it has taken its place in the traditional meal.$B$BIf you are already a cook, pay a visit to the Pilgrim\'s Bounty vendor to get your copy of the bountiful cookbook and all the local ingredients you\'ll need to prepare holiday fare. And if you\'re not yet a cook, there\'s no better time to start!$B$BOnce you\'ve made the stuffing, bring it to William Mullins over near the tables.','Cook 5 servings of Spice Bread Stuffing and then bring them to William Mullins at the feasting area in the courtyard above the Undercity.','It\'s a chore keeping all these tables stocked. If you stop and think about it, it\'s strange going to so much trouble when we needn\'t eat anymore.$b$b$b$bTradition is tradition.','The tables could really use more of that spice bread stuffing.','','Prepare Spice Bread Stuffing','','','',0,44837,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14040,10958,0,375,8,1,-1,0,690,0,0,0,0,0,0,0,0,14041,0,0,'Pumpkin Pie','That spice bread stuffing you made is a hit, but no Pilgrim\'s Bounty feast is complete without a slice of pumpkin pie. It\'s another traditional local dish, since it uses ripe Tirisfal pumpkins that only grow around here.$B$BIf you don\'t know how to make pumpkin pie already, there\'s a recipe in your bountiful cookbook.$B$BWould you mind cooking up a few slices and bringing them to Francis Eaton outside Orgrimmar? He\'s bound to be running low by now.','Make 5 slices of Pumpkin Pie and bring them to Francis Eaton at the feasting area right outside Orgrimmar.','The pie always goes first. I think people must be skipping the meal and going directly for the dessert. Have you given it a try yet?','We can always use more pumpkin pie.','','Prepare Pumpkin Pie','','','',0,44836,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14037,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14041,10958,0,375,8,1,-1,0,690,0,0,0,0,0,0,0,0,14043,0,0,'Cranberry Chutney','Have you tried the cranberry chutney yet? It\'s made with fresh tangy Southfury cranberries. Just pick some up from the Pilgrim\'s Bounty vendor if you want to try your hand at making chutney.$B$BThe recipe should be in your bountiful cookbook.$B$BIf you\'ve got some extra time on your hands, would you mind making some of the chutney and bringing it to Dokin Farplain at the base of the elevator on the western side of Thunder Bluff.','Make 5 servings of Cranberry Chutney and bring them to Dokin Farplain at the base of the elevator on the western side of Thunder Bluff.','Ah, more cranberry chutney! You wouldn\'t believe how fast the celebrants go through it.','How are you enjoying Pilgrim\'s Bounty, $c?','','Prepare Cranberry Chutney','','','',0,44840,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14040,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14043,10958,0,375,8,1,-1,0,690,0,0,0,0,0,0,0,0,14044,0,0,'Candied Sweet Potatoes','While you\'re here, you might want to stock up on Mulgore sweet potatoes. They\'re used to make delicious candied sweet potatoes, my favorite part of the Pilgrim\'s Bounty meal.$B$BIf you don\'t believe me, look up the recipe in your bountiful cookbook and give it a try. If you\'re headed back to Orgrimmar, bring them to Francis Eaton at the feasting area just outside the city. I\'ve been trying to keep him supplied, but everything goes so fast over there.','Make 5 servings of Candied Sweet Potatoes and bring them to Francis Eaton just outside of Orgrimmar.','So Dokin drafted you to help with the candied sweet potatoes?$b$b$b$bIt\'s the only way he can keep up. Thanks for bringing these.','Welcome back, $N.','','Prepare Candied Sweet Potato','','','',0,44839,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14041,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14044,11685,0,375,8,1,-1,0,690,0,0,0,0,0,0,0,0,14047,0,0,'Undersupplied in the Undercity','Thanks for bringing the candied sweet potatoes. There\'s so much cooking to do, I can hardly keep up. And then, Miles sends me a note saying he\'s on the verge of running out of stuffing and cranberry chutney. I don\'t suppose you\'d be willing to step in and whip up some more of each? The vendor should have all the ingredients you need.$B$BYou should be able to find Miles Standish near the feasting tables in the courtyard in the ruins above Undercity.','Bring 5 servings of Spice Bread Stuffing and 5 servings of Cranberry Chutney to Miles Standish near the entrance to Undercity.','Thanks for bringing everything. Some of the tables were starting to look a little bereft of serving dishes.','It\'s good to see you again. $N.','','','','','',44837,44840,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14043,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14047,10958,0,375,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Slow-roasted Turkey','Every Pilgrim\'s Bounty feast requires a centerpiece, and for us, that\'s a slow-roasted wild turkey. I can\'t think of anything better to bring the meal together.$B$BThere\'s a good recipe for it in your bountiful cookbook. Why not hunt some wild turkeys and prepare a few? The turkeys wander all over Tirisfal Glades, so you shouldn\'t have a problem finding any.$B$BOnce you\'re done roasting them, will you bring them to Francis Eaton outside Orgrimmar?','Make 5 Slow-Roasted Turkeys and bring them to Francis Eaton near the gates of Orgrimmar.','These look perfect. Thank you, $n. You\'ve truly mastered all the courses of a traditional Pilgrim\'s Bounty meal.','What brings you back to Orgrimmar, $n?','','Prepare Slow-Roasted Turkey','','','',0,44838,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44844,0,0,0,1,0,0,0,76,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',14044,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14048,10958,0,375,4104,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Can\'t Get Enough Turkey','I\'ve been cooking nonstop since before the start of the holiday, and I still can\'t keep up with the demand. I don\'t suppose I could persuade you to help with one of the dishes, could I?$B$BTurkey is hard to come by here, so if you could supply some slow-roasted turkeys, it would be a big help. If you intend to prepare them yourself, you can hunt fresh wild turkeys anywhere in Elwynn Forest. You should be able to buy everything else you need from any of the Pilgrim\'s Bounty vendors.','Bring 20 Slow-Roasted Turkeys to Caitrin Ironkettle outside Ironforge.','These are just what I need. Thanks, $n. You\'re a lifesaver.','Did you manage to find those turkeys?','','','','','',44838,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14051,10958,0,375,4104,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Forget The Stuffing!','Keeping these tables stocked can be overwhelming! I\'ve got to make the cranberry chutney while keeping my eye on the sweet potatoes, and making sure the pies don\'t burn.$B$BI think I\'ve got everything covered. No, wait, I\'m forgetting something. The stuffing! Oh, no. There won\'t be time to get another batch of stuffing started before everything else is done. Would you be willing to help me out? It shouldn\'t take long to buy or make some stuffing and you can buy the ingredients right here.','Bring 20 Spice Bread Stuffing to Caitrin Ironkettle at the feasting area outside Ironforge.','Thank goodness! I wouldn\'t be able to serve the feast without spice bread stuffing.','Were you able to get that stuffing?','','','','','',44837,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14053,10958,0,375,4104,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'We\'re Out of Cranberry Chutney Again?','My husband, Jasper, was going to make more cranberry chutney, but it looks like he\'s busy trying to make sure there\'s enough candied sweet potatoes for all the guests. Would you be willing to help? If you\'re a cook, you can get the tangy Wetlands cranberries you\'ll need from the Pilgrim\'s Bounty vendor outside Ironforge.$B$BIf you don\'t feel up to cooking, you could always ask someone else to make the chutney, too.','Bring 20 servings of Cranberry Chutney to Ellen Moore at the feasting area outside Stormwind.','Thanks. This looks great, and you\'re a fair bit faster than Jasper, but don\'t tell him I said so.','Were you able to get your hands on any cranberry chutney?','','','','','',44840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14054,10958,0,375,4104,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Easy As Pie','Isaac\'s been hard at work helping celebrants learn about the traditional Pilgrim\'s Bounty feast and how to make dishes out of all the ingredients we harvest at this time of year. I\'ve been trying to keep the tables stocked with as many of the dishes as I can, but we\'re running out of one of Isaac\'s favorites, pumpkin pie.$B$BWould you be able to get some for us? If you want to make the pies yourself, you\'ll need to buy ripe Elwynn pumpkins from the Pilgrim\'s Bounty vendor outside Stormwind.','Bring 20 pieces of Pumpkin Pie to Mary Allerton at the feasting area near the gates of Darnassus.','These are perfect. Isaac, and everyone else, will love them!','How are those pies coming along?','','','','','',44836,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14055,10958,0,375,4104,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'She Says Potato','My wife Ellen has enlisted my help in keeping the tables stocked, but she can\'t make up her mind. First I was making pumpkin pie, but now she\'s changed her mind and she wants candied sweet potatoes.$B$BWell, I\'ve already started on the pie, so maybe you can help me whip up those sweet potatoes. She\'ll be pleasantly surprised if we can get everything she\'s asked for.$B$BIf you\'re going to cook the sweet potatoes yourself, you\'ll have to buy them from the Pilgrim\'s Bounty merchant in Darnassus. Thanks, $N.','Bring 20 Candied Sweet Potatoes to Jasper Moore at the feasting area outside of Stormwind.','These are perfect. Thanks for helping me with this, $n. The meal will get served on time and Ellen will be happy.','Do you have those candied sweet potatoes?','','','','','',44839,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14058,10958,0,375,4104,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'She Says Potato','Roberta Carter has recruited me to help prepare one of the feast dishes, candied sweet potatoes. Normally, I\'d love to help, but I\'ve promised the hostess that I\'d help her watch the tables.$B$BI\'d really appreciate it if you would help me come up with those candied sweet potatoes. Roberta would never forgive me if I let her down.$B$BIf you\'re going to cook the sweet potatoes yourself, you\'ll have to buy them from the Pilgrim\'s Bounty merchant in Thunder Bluff. Thanks, $N.','Bring 20 Candied Sweet Potatoes to William Mullins at the feasting area above Undercity.','Thanks, $n. Now, I can help the hostess out and still keep my word to Roberta.','Do you have those candied sweet potatoes?','','','','','',44839,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14059,10958,0,375,4104,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'We\'re Out of Cranberry Chutney Again?','I wish I knew why we\'re going through cranberry chutney so fast. Sometimes, I think they\'re feeding it to the abominations when I\'m not looking. Would you be willing to help me make up a new batch? If you\'re a cook, you can get the tangy Southfury cranberries you\'ll need from the Pilgrim\'s Bounty vendor outside Orgrimmar.$B$BIf you don\'t feel up to cooking, you could always ask someone else to make the chutney, too.','Bring 20 servings of Cranberry Chutney to Roberta Carter at the feasting area in the courtyard above Undercity.','Thanks for your help, and let me know if you ever get to the bottom of the case of the disappearing chutney.','Were you able to get your hands on any cranberry chutney?','','','','','',44840,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14060,10958,0,375,4104,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Easy As Pie','Dokin and Laha have been hard at work helping celebrants learn about the traditional Pilgrim\'s Bounty feast and how to make dishes out of all the ingredients we harvest at this time of year. I\'ve been trying to keep the tables stocked with as many of the dishes as I can, but we\'re running low on pumpkin pie.$B$BWould you be able to get some for us? If you want to make the pies yourself, you\'ll need to buy ripe Tirisfal pumpkins from the Pilgrim\'s Bounty vendor outside the Undercity.','Bring 20 pieces of Pumpkin Pie to Marhara Goldwheat at the feasting area outside Thunder Bluff.','These are great! Thank you for helping, $n.','How are those pies coming along?','','','','','',44836,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14061,10958,0,375,4104,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Can\'t Get Enough Turkey','I\'ve been cooking nonstop since before the start of the holiday, and I still can\'t keep up with the demand. I don\'t suppose I could persuade you to help with one of the dishes, could I?$B$BTurkey is hard to come by here, so if you could supply some slow-roasted turkeys, it would be a big help. If you intend to prepare them yourself, you can hunt fresh wild turkeys anywhere in the Tirisfal Glades. You should be able to buy everything else you need from any of the Pilgrim\'s Bounty vendors.','Bring 20 Slow-Roasted Turkeys to Ondani Greatmill outside Orgrimmar.','These turkeys are exactly what I needed. Thanks for helping me out of a tough situation.','How\'s your turkey hunt going?','','','','','',44838,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14062,10958,0,375,4104,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Forget The Stuffing!','Keeping these tables stocked can be overwhelming! I\'ve got to make the cranberry chutney while keeping my eye on the sweet potatoes, and making sure the pies don\'t burn.$B$BI think I\'ve got everything covered. No, wait, I\'m forgetting something. The stuffing! Oh, no. There won\'t be time to get another batch of stuffing started before everything else is done. Would you be willing to help me out? It shouldn\'t take long to buy or make some stuffing and you can buy the ingredients right here.','Bring 20 Spice Bread Stuffing to Ondani Greatmill outside Orgrimmar.','Perfect timing! I wouldn\'t be able to serve the feast without spice bread stuffing.','Were you able to get that stuffing?','','','','','',44837,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14064,10958,0,375,8,0,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Sharing a Bountiful Feast','You\'ve not celebrated Pilgrim\'s Bounty properly until you\'ve eaten your fill at a Bountiful Table.$B$BPlease, sit down, feast, and try everything! You can move from chair to chair yourself, or ask others at the table to pass you some of their food.$B$BOnce you eat enough of every dish, you\'ll be infused with the Spirit of Sharing.','Eat five helpings of every food at a Bountiful Table until you gain the Spirit of Sharing.','What a feast, hmmm?$b$bI\'m so glad you could celebrate the spirit of Pilgrim\'s Bounty with us.','Did you eat enough at a Bountiful Table?','','Spirit of Sharing','','','',0,0,0,0,0,0,0,0,0,0,0,0,34806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14065,10958,0,375,8,0,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Sharing a Bountiful Feast','You\'ve not celebrated Pilgrim\'s Bounty properly until you\'ve eaten your fill at a Bountiful Table.$B$BPlease, sit down, feast, and try everything! You can move from chair to chair yourself, or ask others at the table to pass you some of their food.$B$BOnce you eat enough of every dish, you\'ll be infused with the Spirit of Sharing.','Eat five helpings of every food at a Bountiful Table until you gain the Spirit of Sharing.','What a feast, hmmm?$b$bI\'m so glad you could celebrate the spirit of Pilgrim\'s Bounty with us.','Did you eat enough at a Bountiful Table?','','Spirit of Sharing','','','',0,0,0,0,0,0,0,0,0,0,0,0,34806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14074,10958,0,241,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Leg Up','The Argent Crusade dispatched a fast ship carrying tallstrider meat and other supplies for us here at the tournament grounds, but it never arrived. Scouts reported seeing it attacked by the kvaldir, fearsome vrykul raiders who roam the seas.$B$BThey\'ve slain the crew and taken the cargo to an island called Hrothgar\'s Landing. If you look to the north, you can see it shrouded in the mist. Would you help us in recovering the stolen supplies? Without those tallstrider legs, we\'ll soon be out of food.','Recover 10 Stolen Tallstrider Legs for Narasi Snowdawn at the Argent Tournament Grounds.','These look a little worse for wear, but they\'re still edible. The crusaders will be glad to hear that we\'ve managed to recover some of the ship\'s cargo.','Were you able to recover any of the missing supplies?','','','','','',46859,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14076,10958,0,241,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,46893,1,'Breakfast Of Champions','Now that the coliseum is complete, the Argent Crusade has asked us to help look after the creatures that champions will be fighting.$B$BThe giant jormungar have perhaps the strangest diet; they grow strong by eating the eggs of their own kind and the best eggs come from deep jormungar.$B$BTake this drum to the Foot Steppes in central Storm Peaks and play them near the snow mounds you see there. Rouse the deep jormungar, kill them, and gather their egg sacs.','Acquire 4 Jormungar Egg Sacs and bring them to Savinia Loresong at the Argent Tournament Grounds.','Well done, $n. I\'ll take these to the Argent Crusade\'s keepers right away. They\'ll have no choice but to acknowledge that we\'re doing far more than the Sunreavers to keep the coliseum running smoothly.','Were you able to get those eggs? Those worms will start eating their handlers if they\'re not fed soon.','','','','','',0,46889,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14077,10958,0,241,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,46870,1,'The Light\'s Mercy','I\'ve been listening to Confessor Paletress speak, and I must tell you, her words have given me much to consider. It is not enough to fight beside the crusaders; we must take up their mission.$B$BOff the north coast is Hrothgar\'s Landing, where the seagoing Kvaldir have overrun an old tuskarr settlement and slain the villagers. Take this book and read the rites for the dead near the corpses of the villagers. It will allow their spirits to escape the mists engulfing the island and find peace.','Use the Confessor\'s Prayer Book to perform last rites for 8 Slain Tualiq Villagers and then return to Narasi Snowdawn at the Argent Tournament Grounds.','$b$bThank you. The book was a gift from Confessor Paletress herself. She would be honored to know that you have used it to bring tranquility to the slain.','Have you seen to the spirits of the slain Tualiq villagers?','','Last Rites administered','','','',0,46870,0,0,0,0,0,1,0,0,0,0,34852,0,0,0,8,0,0,0,66390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14079,10958,12,0,262144,20,20,0,1101,0,0,0,0,0,0,0,0,0,46875,1,'Learn to Ride in Elwynn Forest','This pamphlet advertising riding training and mount purchases was sent from Randal Hunter.$B$BRandal can be found at Elwynn Forest\'s Eastvale Logging Camp, along the road east out of Stormwind.','Return the pamphlet to Randal Hunter at Eastvale Logging Camp in Elwynn Forest.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46875,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14080,10958,0,241,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Stop The Aggressors','The Kvaldir, fearsome vrykul raiders, have disrupted our shipments and murdered the tuskarr inhabitants of an island to the north, renaming it Hrothgar\'s Landing. If they are allowed to get a foothold there, there is no doubt that we will be their next target.$B$BThe crusade\'s forces have their hands full dealing with the Scourge, and we must defend the tournament grounds. Fly north from the grounds until you reach the island and take on the Kvaldir before they can destroy anything else.','Narasi Snowdawn at the Argent Tournament Grounds wants you to kill 10 Kvaldir.','Your actions have shown that we stand as one with the Argent Crusade, while the Sunreavers are too busy preening to take up their blades.','Have you shown the Kvaldir that we will not let them threaten us?','','Kvaldir slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,34838,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14081,10958,3430,0,262144,20,20,0,690,0,0,0,0,0,0,0,0,0,46882,1,'Learn to Ride in the Eversong Woods','This pamphlet advertising riding training and mount purchases was sent from Perascamin.$B$BPerascamin can be found at Thuron\'s Livery, southeast of the Shepherd\'s Gate leaving Silvermoon City.','Return the pamphlet to Perascamin at Thuron\'s Livery in Silvermoon City.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46882,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14082,10958,3524,0,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,46879,1,'Learn to Ride at the Exodar','This pamphlet advertising riding training and mount purchases was sent from Aalun.$B$BAalun can be found at the entrance to the Exodar on Azuremyst Isle.','Return this pamphlet to Aalun outside the Exodar on Azuremyst Isle.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46879,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,396,0,0,0,0,0,0,0,1,0,0,1),(14083,10958,1,0,262144,20,20,0,1101,0,0,0,0,0,0,0,0,0,46877,1,'Learn to Ride in Dun Morogh','This pamphlet advertising riding training and mount purchases was sent from Ultham Ironhorn.$B$BUltham can be found at the Amberstill Ranch in Dun Morogh, found along the road east out of Ironforge.','Return the pamphlet to Ultham Ironhorn at Amberstill Ranch in Dun Morogh.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46877,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14084,10958,1,0,262144,20,20,0,1101,0,0,0,0,0,0,0,0,0,46878,1,'Learn to Ride in Dun Morogh','This pamphlet advertising riding training and mount purchases was sent from Binjy Featherwhistle.$B$BBinjy can be found at Steelgrill\'s Depot, just northeast of Kharanos in Dun Morogh.','Return the pamphlet to Binjy Featherwhistle at Steelgrill\'s Depot in Dun Morogh.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46878,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14085,10958,1657,0,262144,20,20,0,1101,0,0,0,0,0,0,0,0,0,46876,1,'Learn to Ride in Darnassus','This pamphlet advertising riding training and mount purchases was sent from Jartsam.$B$BJartsam can be found at the Cenarion Enclave in Darnassus.','Return the pamphlet to Jartsam at the Cenarion Enclave in Darnassus.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46876,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14086,10958,1637,0,262144,20,20,0,690,0,0,0,0,0,0,0,0,0,46880,1,'Learn to Ride in Orgrimmar','This pamphlet advertising riding training and mount purchases was sent from Kildar.$B$BKildar can be found in Orgrimmar\'s Valley of Honor.','Return the pamphlet to Kildar in Orgrimmar\'s Valley of Honor.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46880,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14087,10958,215,0,262144,20,20,0,690,0,0,0,0,0,0,0,0,0,46884,1,'Learn to Ride in Mulgore','This pamphlet advertising riding training and mount purchases was sent from Kar Stormsinger.$B$BKar can be found in Mulgore\'s Bloodhoof Village.','Return the pamphlet to Kar Stormsinger at Bloodhoof Village in Mulgore.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46884,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14088,10958,14,0,262144,20,20,0,690,0,0,0,0,0,0,0,0,0,46883,1,'Learn to Ride in Durotar','This pamphlet advertising riding training and mount purchases was sent from Xar\'Ti.$B$BXar\'Ti can be found at Sen\'jin Village in southern Durotar.','Return the pamphlet to Xar\'Ti at Sen\'jin Village in southern Durotar.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46883,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14089,10958,85,0,262144,20,20,0,690,0,0,0,0,0,0,0,0,0,46881,1,'Learn to Ride in Tirisfal Glades','This pamphlet advertising riding training and mount purchases was sent from Velma Warnam.$B$BVelma can be found at Brill in Tirisfal Glades.','Return the pamphlet to Velma Warnam at Brill in Tirisfal Glades.','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','','','','','',46881,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14090,10958,0,241,4224,77,80,0,1101,0,0,0,0,0,0,0,0,0,46885,1,'Gormok Wants His Snobolds','Two of my men have already been killed trying to confine the magnataur called Gormok the Impaler, yet the creature still rages. It howls for hours about being without its favorite snobold.$B$BIf the Argent Crusade didn\'t wish to use this monster in the coliseum, I\'d slay it myself. Perhaps it\'s time to bring the beast its playthings. Take this net and travel to Garm\'s Bane in southeast Storm Peaks. It\'s just northeast of K3. Capture some of those snobolds and pray to the Light you\'ve found the right one.','Use the Weighted Net to capture 8 Snowblind Followers and bring them to Savinia Loresong at the Argent Tournament Grounds.','The sooner we get these stinking things out of my sight and into their cage, the faster my mood will improve. I wish the Argent Crusade had given the Sunreavers the care of this creature. They\'re enough alike that they ought to be able to understand each other.','Have you managed to round up those snobolds yet? Gormok\'s anger shows no signs of lessening.','','','Snowblind Follower captured','','',0,0,0,0,0,0,0,0,0,0,0,0,0,34899,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14092,10958,0,241,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,46893,1,'Breakfast Of Champions','Now that the coliseum is complete, the Argent Crusade has asked us to help look after the creatures that champions will be fighting.$B$BThe giant jormungar have perhaps the strangest diet; they grow strong by eating the eggs of their own kind and the best eggs come from deep jormungar.$B$BTake this drum to the Foot Steppes in central Storm Peaks and play them near the snow mounds you see there. The sound will rouse the deep jormungar. Kill them, collect their egg sacs, and return to the tournament grounds.','Acquire 4 Jormungar Egg Sacs and bring them to Tylos Dawnrunner at the Argent Tournament Grounds.','I\'ll let the crusaders know that you\'ve just returned with a fresh load of food while the Silver Covenant was sitting on its heels.','Were you able to get those eggs? The jormungar are going to get nasty if they don\'t get fed.','','','','','',0,46889,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14095,10958,0,241,4224,78,80,0,0,0,0,0,0,0,0,0,0,0,46955,1,'Identifying the Remains','A whole tooth from a dead Kraken is a rare find indeed. Crusader Silverdawn will want to see this.','Take the Kraken Tooth to Crusader Silverdawn as proof of your victory.','I knew that Kraken was not a match for the likes of you. Without that Kraken disrupting those boats, those Kvaldir will have no choice but to retreat. Great job, Champion!','','','','','','',46955,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14096,10958,0,241,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'You\'ve Really Done It This Time, Kul','Crusader Kul has gone and gotten himself into trouble again, only this time he\'s not alone. When he saw the cultists making camp at Deathspeaker\'s Watch, west of the tournament grounds, Kul gathered the aspirants for an assault.$B$BWithout reinforcements, Kul and his followers were easily captured. I have no doubt that the cult will sacrifice the prisoners unless we can mount a rescue. Any of those cultists could carry keys to the black cages. Find the keys and free Kul and the captive aspirants.','Rescue Kul the Reckless and 4 Captive Aspirants from Deathspeaker\'s Watch and return to Narasi Snowdawn at the Argent Tournament Grounds.','Thanks to you, Kul and the aspirants will live fight the Scourge again. That\'s far from the first time someone\'s had to save Kul from himself. My only hope is that the crusaders can find a better outlet for his enthusiasm than allowing him to impart all of his bad habits to impressionable young aspirants.','Did you free Kul and those hopeless aspirants?','','Kul the Reckless rescued','Captive Aspirant rescued','','',0,0,0,0,0,0,0,0,0,0,0,0,34956,34716,0,0,1,4,0,0,66531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14100,10958,0,82,0,30,30,0,690,64,0,0,0,0,0,0,0,0,0,0,'Relic of the Earthen Ring','You have progressed far in your training, $N. Now that you have mastered the four basic elements, you must strive to keep all four in balance. There is a practical benefit to this discipline - with practice, you may carry only a single relic instead of all four totems.$B$BSpeak to Gotura Fourwinds at the Valley of Wisdom in Orgrimmar, and hone your mastery of the elements.','Bring your four totems to Gotura Fourwinds in Orgrimmar.','Ah, you\'ve mastered the four totems. You should be proud of your accomplishments so far, young $r, but this is only the beginning of your journey.$b$bHere, accept this gift from the Earthen Ring. Carry this relic with you and you will have the power of all four elements at your command.$b$bContinue your training, friend. Grave challenges are ahead for this world - I can hear it in the wind and feel it in the rumblings of the earth. We must be prepared for the worst.','Hmmm, what brings you to seek the aid of the Earthen Ring?','','','','','',5176,5175,5178,5177,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66747,66744,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14101,10958,0,241,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,47006,1,'Drottinn Hrothgar','The kvaldir, seafaring vrykul who raid ships and coastal settlements, have overrun a tuskarr island across the strait to the north. Their leader is a veteran raider, Drottinn Hrothgar, who seeks to control these seas.$B$BWith him in power, our shipments and troop transports will never be safe. We will be stranded here at the Lich King\'s mercy.$B$BTake this captured kvaldir war horn to the circle of tuskarr statues on the northeastern part of Hrothgar\'s Landing and use it to challenge the kvaldir leader.','High Crusader Adelard at the Argent Tournament Grounds wants you to defeat Drottinn Hrothgar.','The defeat of the drottinn will set the kvaldir to fighting amongst themselves, buying us time to use our advantage. The crusade and the tournament are in your debt, champion.','We cannot allow Drottinn Hrothgar\'s men to continue their assault on our ships and our men.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34980,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14102,10958,0,241,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,47009,1,'Mistcaller Yngvar','The Kvaldir have returned to the coasts of Northrend and if left unchecked, they will prevent our supplies and reinforcements from arriving. One of them, known as Mistcaller Yngvar, has taken up residence in a cave on the western side of Hrothgar\'s Landing. There, he manipulates the mists to conceal the Kvaldir and the sea beasts they command.$B$BTake this charm and travel across the strait north of the tournament grounds, to Hrothgar\'s Landing. Find the mistcaller\'s cave and use the charm to reveal him.','High Crusader Adelard at the Argent Tournament Grounds wants you to kill Mistcaller Yngvar.','You have bought us valuable time to move against the Kvaldir and free the seas of these pests. Once again, the Argent Crusade is in your debt.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34965,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14103,10958,0,373,0,65,-1,0,0,0,755,1,0,0,0,0,0,0,0,0,'Titanium Powder','','','','','','','','','',46849,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,1,0,0,0,1090,0,0,0,0,0,10,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14104,10958,0,241,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,47029,1,'Ornolf The Scarred','Ornolf the Scarred is a fearsome raider renowned among his Kvaldir brethren for raiding and capturing ships. From aboard Bor\'s Fury, he and his crew attack our ships and steal our goods.$B$BOrnolf and his men are among those who slaughtered the inhabitants of a tuskarr island to the north and renamed it Hrothgar\'s Landing. His ship sits at anchor at the eastern end of the island\'s harbor. Take this captured banner and display it on his ship to provoke him into facing you in battle.','High Crusader Adelard at the Argent Tournament Grounds wants you to kill Ornolf the Scarred.','Ornolf\'s crew will want to avenge their leader, but without him, they will be easier to defeat. We must live to carry out our mission, to see Icecrown rid of the Scourge and other evils.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35012,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14105,10958,0,241,4232,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathspeaker Kharos','The Cult of the Damned has redoubled its efforts to see us destroyed. They have grown bold and are massing their strength at Deathspeaker\'s Watch on the ridge west of the tournament grounds.$B$BThe ruthless Deathspeaker Kharos has his men fortifying their positions, preparing to unleash all of the cult\'s weapons.$B$BMy men are preparing themselves and the valiants to defend the grounds, but I want champions like you, $N, to lead our efforts to blunt the attack. Find Deathspeaker Kharos and slay him.','High Crusader Adelard at the Argent Tournament Grounds wants to you kill Deathspeaker Kharos.','You are truly an example to all who have gathered beneath our banner, $n. Together, we will show the Scourge that we will not be defeated.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34808,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14106,10958,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Na Kada\'s Quest Test','','','','','','','','','',33935,13703,3509,19222,4587,20560,2,1,1,10,20,5,721,2442,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3827,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14107,10958,0,241,4224,77,80,0,0,0,0,0,0,0,0,0,0,0,47033,1,'The Fate Of The Fallen','The Argent Crusade is hardly the first force to challenge the Lich King. Our enemy turns spirits of the fallen against us.$B$BTheir spirits wander the Valley of Fallen Heroes, southwest of the grounds and between Aldur\'thar and the Ironwall Rampart. The area is littered with discarded soul crystals, used by the Scourge to control the spirits. Gather those soul crystals and use them with this Light-blessed relic to bestow the blessing of peace upon the spirits. They have more than earned their rest.','Crusader Silverdawn wants you to bring peace to 6 Fallen Hero\'s Spirits.','You have done our fallen brethren a great service and spared us the need to face them again on the field of battle. As our campaign against the Scourge progresses, I find myself thinking about my own fate.$b$bShould I fall, $n, I would want someone like you to do for me what you have done for the spirits of the fallen this day. I could not bear the thought of forcing my own brothers to slay me again and again.','Have you brought peace to the spirits of the fallen heroes?','','Fallen Hero\'s Spirit blessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,35055,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14108,11685,0,241,4232,78,80,0,0,0,0,0,0,0,0,0,0,0,46954,1,'Get Kraken!','The Sunreavers and Silver Covenant sent ships north to engage the Kvaldir at Hrothgar\'s Landing, but were intercepted and detained by a Kvaldir Raiding vessel. To make matters worse, the Kvaldir have found a way to call forth the dreaded Kraken that lives beneath the North Sea. If anyone on board is to get out alive, that Kraken must be driven away and the Kvaldir\'s summoning ritual ... disrupted.$B$BCrusader, take these spears and an Argent Hippogryph will take you to the battle.','Crusader Silverdawn wants you to mount an Argent Hippogryph, throw 6 Flaming Spears at the North Sea Kraken and take out 3 Vrykul Deepcallers.$B$BYou can find the Argent Hippogryphs right outside the Argent Crusade tent at the Tournament Grounds.','Crusader, you may have bought those sailors just enough time to escape, Maybe next time, those Silver Covenant and Sunreavers will listen before running head first at the enemy.','Have you driven away the Kraken yet? Hurry, Crusader! There isn\'t much time.','','Hurl Spears at North Sea Kraken','','','',46954,0,0,0,0,0,1,0,0,0,0,0,35009,35092,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14111,10958,0,82,0,30,30,0,1101,64,0,0,0,0,0,0,0,0,0,0,'Relic of the Earthen Ring','You have progressed far in your training, $N. Now that you have mastered the four basic elements, you must strive to keep all four in balance. There is a practical benefit to this discipline - with practice, you may carry only a single relic instead of all four totems.$B$BSpeak to Farseer Eannu near the Great Forge in Ironforge. He will help you hone your mastery of the elements.','Bring your four totems to Farseer Eannu in Ironforge.','I see you\'ve mastered use of the four totems. You are on your way to becoming one with the elemental spirits, but this is only the beginning of your journey.$b$bHere, accept this gift from the Earthen Ring. Carry this relic with you and you will have the power of all four elements at your command.$b$bYour training must continue! I sense a great many trials lie ahead for this world, and we will need the power of the elements behind us if we are to prevail.','The spirits stir within you. What brings you to seek the aid of the Earthen Ring?','','','','','',5176,5175,5178,5177,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66747,66744,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,0,0,0,6,0,0,0),(14112,11403,0,241,4232,77,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'What Do You Feed a Yeti, Anyway?','The crusaders have captured a yeti that they\'re calling Icehowl. He\'s to be a participant in the coliseum battles and we\'ve been asked to help with his training and upkeep.$B$BThe crusaders weren\'t fond of my suggestion that we feed the beast surplus Sunreavers. The creature has a predilection for shark meat, so I want you to fly down to the Silver Blade, floating in the strait to the north. Get some fresh chum from one of the buckets on the boat, then spread it in the water to attract sharks.','Savinia Loresong at the Argent Tournament Grounds wants you to bring her 3 pieces of North Sea Shark Meat.','I\'m glad we\'ve gotten that done. It\'s not the most glorious task in the world, but when we partnered with the Argent Crusade, we promised to do all they asked of us without complaint. Of course, the same cannot be said of the Sunreavers.','I hope you have something to feed Icehowl, otherwise I really will start bringing Sunreavers down to his cage.','','','','','',47037,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14119,10958,0,181,128,65,-1,0,0,0,171,1,0,0,0,0,0,14147,0,0,'Blank [PH]','','','','','','','','','',41266,41334,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,66664,66784,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14136,10958,0,241,4232,78,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Rescue at Sea','The Kvaldir have set up camp at Hrothgar\'s Landing, the small island to the North. We sent Captain Aerthas Firehawk to the area, but they ran into a Kvaldir Raiding party heading to the Tournament Grounds! The Firehawk is now under attack by the raiders and is vastly outnumbered. Get out there and show those Kvaldir why attacking the Sunreavers is a poor plan indeed. $B$BThe Firehawk is between Hrothgar\'s Landing to the north and the Tournament Grounds, on the western side of The Sea Reaver\'s Run.','Girana the Blooded at the Argent Tournament Grounds would like you to kill 8 Kvaldir Berserkers and 3 Kvaldir Harpooners aboard The Firehawk.','Great job, Champion. The fight continues, but now the Kvaldir know that we do not tolerate such attacks.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34947,34907,0,0,8,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14140,10958,0,241,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'Stop The Aggressors','The Kvaldir, fearsome vrykul raiders, have disrupted our shipments and murdered the tuskarr inhabitants of an island to the north, renaming it Hrothgar\'s Landing. If they are allowed to get a foothold there, there is no doubt that we will be their next target.$B$BThe crusade\'s forces have their hands full dealing with the Scourge, and we must defend the tournament grounds. Fly north from the grounds until you reach the island and take on the Kvaldir before they can destroy anything else.','Giranan the Blooded at the Argent Tournament Grounds wants you to kill 10 Kvaldir.','Your actions have shown that we Sunreavers are far better allies to the Argent Crusade than the Silver Covenant and it is we who will be triumphant.','Have you shown the Kvaldir that we will not let them threaten us?','','Kvaldir slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,34838,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14141,10958,0,241,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,46885,1,'Gormok Wants His Snobolds','Two of my men have already been killed trying to confine the magnataur called Gormok the Impaler, yet the creature still rages. It howls for hours about being without its favorite snobold.$B$BIf the Argent Crusade didn\'t wish to use this monster in the coliseum, I\'d slay it myself. Perhaps it\'s time to bring the beast its playthings. Take this net and travel to Garm\'s Bane in southeast Storm Peaks. It\'s just northeast of K3. Capture some of those snobolds and pray to the Light you\'ve found the right one.','Use the Weighted Net to capture 8 Snowblind Followers and bring them to Tylos Dawnrunner at the Argent Tournament Grounds.','The sooner we get these stinking things out of my sight and into their cage, the faster my mood will improve. I wish the Argent Crusade had given the Silver Covenant the care of this creature. They\'re going to have to get their hands dirty when the battle for Icecrown Citadel starts and I have a feeling they\'ll prove fragile and fussy allies.','Have you managed to round up those snobolds yet? Gormok\'s anger shows no signs of lessening.','','','Snowblind Follower captured','','',0,0,0,0,0,0,0,0,0,0,0,0,0,34899,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14142,10958,0,241,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'You\'ve Really Done It This Time, Kul','Crusader Kul has gone and gotten himself into trouble again, only this time he\'s not alone. When he saw the cultists making camp at Deathspeaker\'s Watch, west of the tourney grounds, Kul gathered the aspirants for an attack.$B$BThey were easily captured, and now Kul languishes in a cage on the platform in the camp. I am sure that the cult will sacrifice the prisoners unless we can rescue them. Any of those cultists could carry keys to the black cages. Find the keys and free Kul and the captive aspirants.\n','Rescue Kul the Reckless and 4 Captive Aspirants from Deathspeaker\'s Watch and return to Girana the Blooded at the Argent Tournament Grounds.','Kul will live to embarrass himself again. That\'s far from the first time someone\'s had to save Kul from himself. With examples like him, it\'s no wonder most of the aspirants are taking up the habits of the Silver Covenant.','','','Kul the Reckless rescued','Captive Aspirant rescued','','',0,0,0,0,0,0,0,0,0,0,0,0,34956,34716,0,0,1,4,0,0,66531,66531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14143,10958,0,241,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Leg Up','The Argent Crusade dispatched a fast ship carrying tallstrider meat and other supplies for us here at the tournament grounds, but it never arrived. Scouts reported seeing it attacked by the kvaldir, fearsome vrykul raiders who roam the seas.$B$BThey\'ve slain the crew and taken the cargo to an island called Hrothgar\'s Landing. If you look to the north, you can see it shrouded in the mist. Would you help us in recovering the stolen supplies? Without those tallstrider legs, we\'ll soon be out of food.','Recover 10 Stolen Tallstrider Legs for Girana the Blooded at the Argent Tournament Grounds.','These look a little worse for wear, but they\'re still edible. The crusaders will be glad to hear that we\'ve had some success. Maybe we can give the half-eaten ones to the Silver Covenant. That would make my day.','Were you able to recover any of the missing supplies?','','','','','',46859,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14144,10958,0,241,4224,77,80,0,690,0,0,0,0,0,0,0,0,0,46870,1,'The Light\'s Mercy','I\'ve been listening to Confessor Paletress speak, and I must tell you, her words have made me think. We fight beside the crusaders, but we can learn from them, too.$B$BOff the north coast is Hrothgar\'s Landing, where the seagoing Kvaldir have overrun an old tuskarr settlement and slain the villagers. Take this book and read the rites for the dead near the corpses of the villagers. It will allow their spirits to escape the mists engulfing the island and find peace.','Use the Confessor\'s Prayer Book to perform last rites for 8 Slain Tualiq Villagers and then return to Girana the Blooded at the Argent Tournament Grounds.','$b$bThank you. We don\'t always see eye-to-eye with the crusaders, but I\'ve learned a lot from Confessor Paletress in my time here.','Have you seen to the spirits of the slain Tualiq villagers?','','Last Rites administered','','','',0,46870,0,0,0,0,0,1,0,0,0,0,34852,0,0,0,8,0,0,0,66390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14145,10958,0,241,4232,77,80,0,690,0,0,0,0,0,0,0,0,0,0,0,'What Do You Feed a Yeti, Anyway?','The crusaders have captured a yeti that they\'re calling Icehowl. He\'s to be a participant in the coliseum battles and we\'ve been asked to help with his training and upkeep.$B$BThe crusaders weren\'t fond of my suggestion that we feed some Silver Covenant members to the beast. The creature prefers shark meat, so I want you to fly down to the Crimson Dawn, floating in the strait to the north. Get some fresh chum from one of the buckets on the boat, then spread it in the water to attract sharks.','Tylos Dawnrunner at the Argent Tournament Grounds wants you to bring him 3 pieces of North Sea Shark Meat.','I\'m glad we\'ve gotten that done. It\'s not the most glorious task in the world, but when we partnered with the Argent Crusade, we promised to do all they asked of us without complaint. Of course, the same cannot be said of the Silver Covenant.','I hope you have something to feed Icehowl, otherwise I really will start bringing Silver Covenant members down to his cage.','','','','','',47037,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14147,10958,0,181,128,65,-1,0,0,0,171,1,0,0,0,0,0,0,0,0,'Blank [PH]','','','','','','','','','',36934,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,66663,66888,0,0,0,0,0,0,0,1020,0,0,0,0,'',14119,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14148,10958,0,181,130,65,-1,0,0,0,171,1,0,0,0,0,0,0,0,0,'Blank [PH]','','','','','','','','','',36925,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,66662,66890,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14149,10958,0,181,128,65,-1,0,0,0,171,1,0,0,0,0,0,0,0,0,'Blank [PH]','','','','','','','','','',36928,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,66660,66892,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14150,10958,0,181,128,65,-1,0,0,0,171,1,0,0,0,0,0,0,0,0,'Blank [PH]','','','','','','','','','',36922,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,66658,66891,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14151,10958,0,181,192,65,-1,0,0,0,171,1,0,0,0,0,0,0,0,0,'Cardinal Ruby','The Cardinal Ruby is said to be the finest gem in all of Northrend. It sparkles like a crystal rose under the sun.$b$bBefore I teach you this recipe, I ask that you perform five epic gem transmutes to prepare your mind. You can do any you like, and even do the same transmute many times.$b$bReturn to me when you are truly ready.','Linzy Blackbolt in Dalaran wants you to successfully transmute 5 epic gems with your alchemy skill. Acceptable transmutes include Ametrine, Eye of Zul, Dreadstone, King\'s Amber, and Majestic Zircon.','Very good, $n.$b$bNow, the trick is to align the facets just right...','Have you performed the transmutes?','','Epic Gem Transmutes','','','',0,0,0,0,0,0,0,0,0,0,0,0,28701,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,0,0,66659,66887,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14152,10958,0,241,4232,78,80,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Rescue at Sea','Champion, Captain Wavecrest and her ship were sent north to disrupt the Kvaldir in Hrothgar\'s Landing when they were intercepted by a Kvaldir raiding party headed to the Tournament Grounds. Unfortunately, the Kvaldir far outnumber the crew on board and are slowly taking over the ship.$B$BWe need you to go north to The Wavecrest in The Sea Reaver\'s Run, between the Tournament Grounds and Hrothgar\'s Landing and help the crew fend off the attack. You should see the ship on the east side of the pass.','Head out to The North Sea and kill 8 Vrykul Berserkers and 3 Vrykul Harpooners attacking The Wavecrest.','It seems things are worse than we initially thought. You still made a valiant effort and saved many of The Wavecrest\'s crew\'s lives.','Have you helped fend off the Kvaldir attack?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34947,34907,0,0,8,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14160,10958,0,373,128,1,-1,0,0,0,755,1,0,0,0,0,0,0,47247,1,'Writ of Merit','This fine parchment lists a great many accomplishments, achieved by $N, in the tradition of jewelcrafting.$b$bReturn this writ to Timothy Jones in Dalaran for a proper reward.','Deliver the Writ of Merit to Timothy Jones in Dalaran.','This is a fine list of deeds, $N! You are to be rewarded handsomely for your accomplishments.','Good day, $N. What have you got there?','','','','','',47247,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41596,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,66,0,0,0,0,0,0,6,0,0,0),(14163,10958,4710,0,4234,71,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Isle of Conquest','As we get closer to victory in Icecrown, it\'s become more apparent that our armies are going to have to deal with the Horde before they can deal with the Lich King.$B$BThe elite guard known as the Kor\'kron has been deployed to block our advance in the Isle of Conquest. The isle is of vital strategic importance, $N. See to it that our lads prevail!','Win an Isle of Conquest battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','The Horde will never be a match for our forces as long as we have people like you on our side, $n.','It\'s good to see you, $n! Do you have news from the front?','Victory in the Isle of Conquest','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14164,10958,4710,0,4106,71,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Isle of Conquest','Victory in Northrend will be ours soon... but not until we obtain a foothold in Icecrown to transport and supply our forces.$B$BThe Isle of Conquest is an ideal location. It is easily defensible and rich in resources. The Alliance have reached the same conclusion and have sent the Seventh Legion to wrest control of it from our forces.$B$BGo, $N, and ensure that the Horde prevails at any cost!','Win an Isle of Conquest battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','Nothing will stand between us and total victory. For the Horde!','Has the Alliance been driven away from the field of battle?','Victory in the Isle of Conquest','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14166,10958,0,41,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Dalaran Spirit in Dalaran\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14167,10958,0,41,0,1,-1,0,4,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Dwarf Spirit in Ironforge\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14168,10958,0,41,0,1,-1,0,64,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Gnome Spirit in Ironforge\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14169,10958,0,41,0,1,-1,0,1024,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Draenei Spirit in The Exodar\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14170,10958,0,41,0,1,-1,0,8,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Night Elf Spirit in Darnassus\' graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14171,10958,0,41,0,1,-1,0,512,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Blood Elf Spirit in Silvermoon City\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14172,10958,0,41,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Aldor Spirit in Shattrath\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14173,10958,0,41,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Scryer Spirit in Shattrath\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14174,10958,0,41,0,1,-1,0,16,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Forsaken Spirit in Undercity\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14175,10958,0,41,0,1,-1,0,2,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Orc Spirit in Orgrimmar\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14176,10958,0,41,0,1,-1,0,32,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Tauren Spirit in Thunder Bluff\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14177,10958,0,41,0,1,-1,0,128,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Troll Spirit in Orgrimmar\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','Ah, more delicious Bread of the Dead, thank you!$b$bPlease, take this in return... a little something fun for the holiday.','You don\'t have any Bread of the Dead, do you?','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14178,10958,3358,0,4098,61,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle of Arathi Basin that demands immediate reinforcements.$B$BReturn to me with news of victory, $N. We cannot allow the Horde scum to secure the resources that are rightfully ours!','Win an Arathi Basin battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent news,$c! If our tactical deployments continue to be this successful, the Horde will be in full retreat before long.','Tell me, $n. What news do you bring from the front?','Victory in Arathi Basin','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14179,10958,3820,0,4226,61,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Eye of the Storm','The fight against the Horde knows no boundaries, $N. Even in Outland, territorial disputes and old hatreds are enough to tip the scales in favor of war.$B$BGo into the Eye of the Storm and make sure the Alliance prevails in Outland just like it has in Azeroth.','Win an Eye of the Storm battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','We\'ve come one step closer to achieving total victory over the Horde. We cannot allow the enemy to obtain a foothold in this world or any other.','Tell me, $n. What news do you bring from the front?','Victory in the Eye of the Storm','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14180,10958,3277,0,4098,61,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Silverwing Sentinels fight to protect the forest in Warsong Gulch. We aid them, not because we\'re tree-lovers, but because the forest forms a natural protective barrier for Alliance territory.$B$BTheir need is greater today than it\'s ever been. We need to deploy reinforcements right away unless we want to see Ashenvale annexed to the Barrens!','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent work, $n. The integrity of our borders must be preserved at all costs!','What news do you bring from the front, $n?','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14181,10958,3358,0,4098,61,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Arathi Basin is on the verge of being lost to Alliance forces. We must send reinforcements at this very moment or all our efforts will have been in vain.$B$BDo not delay, $c, go to Arathi Basin and crush the enemy. Victory to the Horde!','Win an Arathi Basin battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','You\'ve brought great honor to the Horde, $n. Your victory today will ensure a thousand victories tomorrow!','You\'re back already. Do you bring news of victory?','Victory in Arathi Basin','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14182,10958,3820,0,4226,61,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Eye of the Storm','We will fight and crush the enemy wherever we find them. Azeroth, Outland, the place makes no difference.$B$BWe cannot allow the Alliance to establish superiority in the Eye of the Storm. Take the battle to them today... tomorrow it might be too late!','Win an Eye of the Storm battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','You bring honor to us all, $n. We must show the enemy that we will fight them wherever we find them.','You\'re back! Do you bring news of victory?','Victory in Eye of the Storm','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14183,10958,3277,0,4098,61,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Alliance is an insidious enemy, $N. They claim to defend the Ashenvale forests to justify their acts of aggression against our territories in the Barrens.$B$BToday we have an opportunity to drive the enemy from our lands once and for all. Go to Warsong Gulch and take back what is rightfully ours!','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.\n','The Horde is in your debt, $n. You\'ve made your people proud with your courage in defending our lands.','You\'re back! Do you bring news of victory?','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14185,10958,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Riding Trainer Advertisement (40)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14186,10958,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Riding Trainer Advertisement (60)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14187,10958,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Riding Trainer Advertisement (70)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14199,10958,4723,0,20616,80,80,85,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: The Black Knight','My counterpart, Archmage Timear, has asked me to warn you of something dire. Soon, you will be participating in the Trial of the Champions at the Argent Coliseum in Icecrown. You must beware of interference from one known only as the Black Knight.$B$BBring me a fragment of his soul that the Kirin Tor will know he is dealt with. I am told that failing to do so will be your own undoing.','Archmage Lan\'dalock in Dalaran wants you to return with a Fragment of the Black Knight\'s Soul.$B$BThis quest may only be completed on Heroic difficulty.','It is good to see that you have emerged victorious from the trial. Truly, you are a champion, not only of the Argent Crusade, but indeed of the Kirin Tor as well.$b$bOne can only hope that you have dealt the final blow to that dark villain and that\'s the last that we will see of him.','Did the Black Knight appear unexpectedly as Timear foresaw?','','','','','',48418,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,1090,0,0,0,0,0,75,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(14200,10958,0,241,1160,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kickoff Mail Marker','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,3600,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14203,10958,4613,0,0,70,80,0,0,0,0,0,0,0,0,0,0,0,48681,1,'Waterlogged Recipe','This appears to be the remains of a mixture for potent wine. Perhaps the proprietor of One More Glass in Dalaran would be interested in it....','Bring the Waterlogged Recipe to Christi Stockton in the Dalaran city.','This is quite a find, $n. I can\'t have you selling this to anyone else, so I\'m willing to offer generously.','Wine is only as fine as the person drinking it, I always say.','','','','','',48681,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,0,0,0,5,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14349,10958,139,0,8,56,60,0,690,0,0,0,0,0,0,0,0,14350,0,0,'The Call to Command','The order has come down, $c. Sylvanas herself has requested that I send my most \'capable\' agents back to the Undercity for a highly sensitive tactical operation.$B$BUnfortunately, my most capable agents were killed over three years ago. In their stead I have a collection of brain dead riff-raff.$B$B$B$BTravel to the Undercity at once and report to the Dark Lady. Do not embarrass me, $c!','Travel to the Undercity and speak with Lady Sylvanas Windrunner.','The Grand Crusader sits safely in the Scarlet Bastion while his forces pour into our lands, desecrate our structures and monuments and murder our people.$b$bThe time has come to deal with this pest. You will become the instrument of our reckoning.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14350,10958,139,0,8,56,60,1,0,0,0,0,0,0,0,0,0,6146,0,0,'The Crimson Courier','We cannot attack the Scarlet Crusade\'s command directly; they are too well defended. But there\'s more than one way to skin a cat. They\'ll be nothing without their main force.$B$BThe Deathstalkers have been collecting data on the activity of the Crusade outside of Stratholme. Each day, a report is sent from their central command to Tyr\'s Hand. This report is the key, $r! Find the Crimson Courier and recover that report. Bring it to Nathanos.','Return to Eastern Plaguelands and track down the Crimson Courier. Kill the Courier and recover the Grand Crusader\'s Command.$B$BTake the command to Nathanos Blightcaller for further instruction.','$b$bExcellent! Finally! An opportunity to destroy the Scarlet Oracle!','Succeed now and you will have almost earned my respect, $c.','','','','','',15868,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',14349,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14351,10958,267,0,0,19,32,0,690,0,0,0,0,0,0,0,0,0,3701,1,'Battle of Hillsbrad','Because you fought with such valor and perseverance in the Battle of Hillsbrad, I have written this commendation, extolling your heroics in combat for the high command to recognize.$b$bTake this sealed commendation to Bragor Bloodfist in the Undercity. Go with pride, $c.','Take Darthalia\'s Sealed Commendation to Bragor Bloodfist in the Undercity.','So you are the infamous $C who struck such a decisive blow against the Alliance forces in the Hillsbrad Foothills? Word of your glorious exploits traveled quickly to the Undercity.$B$BYou have quite a future in the Dark Lady\'s ranks if you continue to show such leadership and expertise in battle.$B$BWhile our primary threat is the Lich King\'s Scourge army descending from the north, the human \"problem\" continues to impede our battle plans. You, however, have shown that the humans can and will fall.','What brings a $C all the way to the Undercity from the battlefield?','','','','','',3701,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6282,3761,3822,0,0,0,1,1,1,0,0,0,3760,0,0,0,1,0,0,0,68,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14352,11403,722,0,0,28,36,81,690,0,0,0,0,0,0,0,0,14353,49205,1,'An Unholy Alliance','My Lady,$B$BYou know very well what it is we are offering. The opportunity for you to take the Barrens and the lands beyond is a great one. We simply want your aid in return. By aid we mean nothing more than your giving us the freedom to take action in the area.$B$BPlease, allow us to discuss this further. We have great power and are willing to share with those wise enough to join us. I will remain outside Razorfen Downs for the time being.$B$BBest Regards,$BAmbassador Malcin','Take the Small Scroll to Bragor Bloodfist in the Undercity.','I\'ve seen the insignia on this scroll before during my time in Northrend. You say this was on that crone who leads the pigs in Razorfen Kraul?$b$bI\'ll be damned if I\'m going to let the Scourge get a foothold here. The one who wrote this - this Malcin - is one of the Lich King\'s servants, obviously, and that makes him a target. Your target.$b$bThey\'re not going to take Kalimdor.','','','','','','',49205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14353,11685,722,0,8,28,36,81,690,0,0,0,0,0,0,0,0,0,0,0,'An Unholy Alliance','Supposedly this Malcin is outside Razorfen Downs. There\'s no question - he has to die.$b$bMy contacts in Orgrimmar tell me their scouts have found signs of the Plague down there. The quilboar are showing signs of being plagued, too; they\'re much more powerful. Whatever the Scourge are doing down there needs to end. Now.$b$bFind this Malcin and kill him. Report back here when he\'s dead.','Bring Ambassador Malcin\'s Head to Bragor Bloodfist in the Undercity.','Good. Well done, $C.$B$BNow that Malcin is dead, we can at least know that the Scourges advances will be halted. The Dark Lady thanks you for your efforts and wishes to reward you with a gift.$B$BAlthough we do not know the extent of the Scourges influence within the Downs, I am sure we will discover their plots soon enough.','Have you found the Ambassador, $N? Is he dead?$B$BWe cannot afford to allow the Scourge to take a foothold on Kalimdor. They are enough of a threat to our own borders to have to deal with them on two fronts.$B$BThe only optimistic sign from the events you\'ve told me about is that the crone seemed uncorrupted. She must know deep in her spirit that the Scourge may bring great power, but that the Barrens would not truly be hers if she were to agree to their deal.','','','','','',17009,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17039,17042,17043,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',14352,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14355,11403,796,0,8,30,42,81,690,0,0,0,0,0,0,0,0,0,0,0,'Into The Scarlet Monastery','One of my duties while I\'m stationed here is to help the Forsaken take care of their borders, and that, $c, is exactly what you\'re going to do for me.$b$bI might live and breathe, but the Scarlet Crusade will cut down my people as quickly as they will one of the undead. They\'re a problem here, a big one, and you\'re going to do something about it.$b$bGo to the Monastery and slay High Inquisitor Whitemane and her lieutenants.','Kill High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey and then report back to Bragor Bloodfist in the Undercity.','I\'m sure Sylvanas will be glad to have that problem taken care of, $n. The task I gave you wasn\'t easy, but here you stand, victorious. That commands respect, and what you\'ve done won\'t be forgotten.','If you\'re here, I hope you\'re reporting your success. The minds behind the local Scarlet Crusade incursion need to be silenced, and I don\'t want to see your face until the task is done. Understand?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3977,3976,3975,3974,1,1,1,1,0,0,0,0,0,0,0,0,6802,6803,10711,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14356,11403,2437,0,8,9,16,81,690,0,0,0,0,0,0,0,0,0,0,0,'The Power to Destroy...','Listen up, $c.$b$bYou may not know this, but Orgrimmar\'s got a problem. Deep in Ragefire Chasm, a sect of the Shadow Council called the Searing Blade performs their sinister work. They\'re mainly orcs, and I can\'t trust sensitive information in the hands of the grunts there. That\'s where you come in.$b$bThey should have two books in their possession. I want them kept out of the hands of the Searing Blade and the Forsaken alike. Bring them to me directly.','Bring the books Spells of Shadow and Incantations from the Nether to Bragor Bloodfist in Undercity.','Good, $c. You\'ve done well. I\'ll keep these safe from prying eyes; the last thing we need is a strong Shadow Council rising up again.$b$bCheck back with me in the future; there\'s always something that needs doing around here, apparently, and I might need another able body.','Did you secure the books? They need to be kept out of the wrong hands.','','','','','',14395,14396,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15449,15450,15451,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14409,10958,1657,0,0,71,73,0,1101,0,0,0,0,0,0,0,0,0,49335,1,'A Cautious Return','A moment of your time, $c.$b$bChange is coming. It has drawn us out of the ruins of Eldre\'Thalas and into the wide world once more. I have come to research this city and cannot stray from it, but if you are inclined, I have an errand for you.$b$bMy colleague set out for Darnassus to speak with the High Priestess there, that we might come to an understanding. Take this journal to Mordent Evenshade in the temple. It may help in his diplomacy mission.','Bring Daros\' Journal to Mordent Evenshade in Darnassus.','Ah, the writings of Daros. He always was meticulous about tracking progress. His words may aid in explaining how far we\'ve come.$b$bYou have my thanks for bringing this to me, $r. Perhaps we will see more of each other once it is understood we mean no harm.','It seems I have time to talk. What is this regarding?','','','','','',49335,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14418,10958,0,162,0,10,13,0,690,8,0,0,0,0,0,0,0,0,7294,1,'The Deathstalkers','The Syndicate? I would never have suspected. It seems the lords of Alterac have fallen far in the years since their betrayal.$b$bHawkins will be pleased to learn of this, and as you were so instrumental in this discovery, it would be fitting if you were the one to deliver it to him.$b$bAh, and how could I forget?$b$bWelcome to the Deathstalkers.','Deliver Andron\'s Ledger to Aleric Hawkins in the Hall of the Dark Lady in the Undercity.','Hmm, this is interesting. The Deathstalkers have performed their duties admirably in ferreting this out.$b$bAs I\'m told, you deserve a reward for your part in these matters. Keep this up, $n; the Deathstalkers always have use of a good man.','Yes?','','','','','',7294,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',1899,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14419,10958,0,162,0,10,13,0,690,8,0,0,0,0,0,0,0,14421,7231,1,'The Deathstalkers','The letter of introduction should be enough to convince Andron that you are the messenger he\'s been waiting for. I\'ve met Andron before, he doesn\'t quite have the mental capacity to be that suspicious.$b$bOur leader suspects that Andron has been providing aid to some other group. He wishes to know what organization this is and requires proof of it.$b$bI want you to speak with Andron, and obtain this information. You\'ll find him at his shop near the Apothecarium.','Speak with Andron Gant in the Undercity.','Ah, yes, I\'ve been expecting you. I have no doubt our mutual acquaintances are pleased with the information that I have provided so far?$b$bI suppose there\'s no point in asking you, I doubt they would burden you with this knowledge. Why place so much trust in the messenger, hm?','Hello. Something I can do for you?','','','','','',7231,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,'',1886,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14420,10958,0,162,8,10,13,0,690,8,0,0,0,0,0,0,0,14419,0,0,'The Deathstalkers','If you wish to join the Deathstalkers, the Dark Lady\'s elite guard, you will have to prove your worth.$b$bI will not lie to you, $n, this task could mean your death.$b$bI have some things that need attending to. I require the personal effects of Astor Hadren, a messenger who travels between Silverpine and the Undercity. I will leave the method of procurement to your discretion.$b$bIt will be better for you if you know less of the nature of this business. Succeed and I shall tell you more.','Get Astor\'s Letter of Introduction and return it to Mennet Carkad in the Rogues\' Quarter.','Well done, $n. You\'ve passed the first part of this test. Hopefully Andron will not have caught wind of your activities, and we will be able to convince him that you are, in fact, the messenger he is expecting.','Success to report?','','','','','',7231,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',1885,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14421,10958,0,162,8,10,13,0,690,8,0,0,0,0,0,0,0,14418,0,0,'The Deathstalkers','You\'ll find the ledger with the information your employers seek on the bookshelf behind me. Deliver it with my regards, and tell them that I would prefer it if they sent you, if they find enough value that they should wish to continue our arrangement.','Bring Andron\'s Ledger to Mennet Carkad in the Rogues\' Quarter of Undercity.','Well, this is certainly more information than I suspected to get out of Andron. Give me a moment to peruse it, before I set you to your next task.','Success, $n?','','','','','',7294,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,'',1898,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14436,10958,215,0,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dwarven Digging','There are dwarves preparing a dig site to the northwest. They think secrets lie in the earth, and that is true, but hollowing and defiling the land is no way to earn its teachings.$B$BCollect the dwarven tools of digging, smash them, and return to me with the dwarves\' broken tools.$B$BYou can smash the tools at a forge. You will find one in Thunder Bluff, but any forge -- even a forge at the dwarven camp -- will suffice.','Collect 5 Prospector\'s Picks.$B$BAt a forge, smash the Prospector\'s Picks to create Broken Tools.$B$BBring 5 Broken Tools to Ahmo Thunderhorn in Bloodhoof Village.','','','','','','','',4703,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4969,4970,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14437,10958,220,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,4783,1,'Rites of the Earthmother','For you to continue with the Rites of the Earthmother you must pass two more tests. It is time for you to broaden your experience, $n.$b$bTravel to Bloodhoof Village and seek out the Ahmo Thunderhorn. There you may continue your journey and earn the acceptance of the elders of Thunder Bluff.$b$bTake this totem to Ahmo. He will recognize my carvings and help you on your path.$b$bFollow the road out of Camp Narache and travel with haste. Do not stray or you will lose your way.','Take the Totem of Hawkwind to Ahmo Thunderhorn in Bloodhoof Village. Follow the road out of Camp Narache.','','','','','','','',4783,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14438,10958,215,0,8,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sharing the Land','$N, there are many conflicts that wound this land. It is my hope that you will not bear witness to as many of them as our elders have. Yet there is one that I would ask you to seek. It will give you some sense of how terrible, if left unchecked, even a small threat can be to the land.$B$BPalemane gnolls have settled to the south of Bloodhoof and in a cave to the west. They disrespect our attempts to communicate with them, and they slay the wildlife of Mulgore unbridled.$B$BWords are no longer the answer.','Kill 10 Palemane Tanners, 8 Palemane Skinners, and 5 Palemane Poachers, then return to Ahmo Thunderhorn in Bloodhoof Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2949,2950,2951,0,10,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4960,0,0,0,25,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14439,10958,215,0,8,3,10,0,0,0,0,0,0,0,0,0,0,776,0,0,'Journey into Thunder Bluff','You will now be revered within our great city. Any $r worthy of completing the Rites of the Earthmother earns that honor.$b$bFor your final quest, seek out our young leader, Baine Bloodhoof, who dwells atop the highest mesa in Thunder Bluff.','Speak with Baine Bloodhoof in Thunder Bluff.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14440,10958,215,0,8,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rites of the Earthmother','You have passed the Rites of the Earthmother and earned your place in Thunder Bluff.$b$bBut in order to maintain the spot that you strived so hard to achieve, you must continue to prove your worth to your people.$b$bWe are hunters, $n. Down below in Mulgore there is a mighty kodo named Arra\'chea. Show me your skills in the ways of tracking and hunting by bringing me the Horn of Arra\'chea.','Baine Bloodhoof in Thunder Bluff wants you to bring him the Horn of Arra\'chea.','','','','','','','',4841,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4909,0,0,0,1,0,0,0,81,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14441,10958,0,284,0,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Garrosh\'s Autograph','They say that Garrosh Hellscream is one of the greatest heroes in the Horde! When I grow up, I want to be a hero of the Horde too!$B$BDo you know Garrosh, $N? Could you do me a favor, please? Could you get his autograph for me? I dunno how to ask him, and he probably wouldn\'t listen to someone like me... but you! You\'re an adventurer, like him! I bet he\'d give you his autograph easy!$B$BPlease?','Travel to Orgrimmar to see about getting Garrosh Hellscream\'s autograph for your ward.','','','','','','','',49377,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14443,10958,210,0,128,80,80,0,1101,0,0,0,0,0,0,0,0,14444,50379,1,'The Battered Hilt','This battered old sword hilt has seen better days. Before the hilt was snapped from the blade, it must\'ve been a magnificent example of the blacksmith\'s art.$B$BThe graceful symbols and exotic gemstones decorating the hilt suggest that the weapon may have belonged to a powerful person. Surely, the Silver Covenant members would be interested in hearing about the recovery of such an artifact. Seek out their representative at Quel\'Delar\'s Rest, south of the Argent Tournament Grounds.','Bring the Battered Hilt to Caladis Brightspear at Quel\'Delar\'s rest, south of the Argent Tournament Grounds.','$b$bThis seems somehow familiar, as though I should know its origins. You say you recovered this in the citadel? Most intriguing.$b$bThere are few who possess the ability to make such a blade. Perhaps they can tell us something about your find.','','','','','','',50379,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14444,10958,210,0,136,80,80,0,1101,0,0,0,0,0,0,0,0,14457,0,0,'What The Dragons Know','There\'s no mistaking it - this hilt comes from a powerful, ancient weapon, but which one? I do not recall seeing or hearing of a sword with these markings, but that doesn\'t mean that all is lost.$B$BKorialstrasz, better known as Krasus, has long been a friend to the quel\'dorei and the Kirin Tor. With his vast knowledge and resources, he\'s certain to know something. Travel to the top of Wyrmrest Temple and seek his counsel, then report to Arcanist Tybalin inside the Silver Enclave in Dalaran.','Speak to Krasus at the top of Wyrmrest Temple.','We can\'t let that book remain in Sunreaver hands. If we hope to identify the sword and use it to our advantage, we have to find a way to capture the book Krasus lent them.','','','Ask Krasus about the hilt\'s origins','','','',0,0,0,0,0,0,0,0,0,0,0,0,36715,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',14443,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14457,10958,4395,0,136,80,80,0,1101,0,0,0,0,0,0,0,0,20438,0,0,'The Sunreaver Plan','One of my contacts in the Underbelly caught sight of a Sunreaver agent buying reagents from a dealer in the Black Market area. The Sunreavers normally aren\'t known for their interest in what goes on down in the sewers, so that\'s a big indication that they\'re planning something.$B$BHead into the Underbelly, find this Sunreaver agent, and take care of him. Search the body for any information that might give us a lead on the location of that tome from Wyrmrest. We can\'t let them get it back to Icecrown first.','Obtain the Sunreaver Orders.','$b$bThe agent you intercepted was supposed to transport the Wyrmrest Tome to Icecrown, after meeting with one Magister Hathorel in Sunreaver\'s Sanctuary. We have to get that book, $n, and this is our chance. It\'s not going to be easy, though.','','','','','','',49536,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',14444,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14483,11403,0,376,0,75,80,0,0,0,0,0,0,0,0,0,0,0,49641,1,'Something is in the Air (and it Ain\'t Love)','The inside of the card is scribbled with mad, detailed plans to infect most of Azeroth. You should show this to one of Steamwheedle\'s investigators immediately!','Bring the Faded Lovely Greeting Card to Detective Snap Snagglebolt in Orgrimmar.','What\'ve you got there?$b$bOh hey, this is big. Real big. Most of the crazy details in one little package. Thanks - you really helped us reel this all in. Good working with ya.','Did you take care of those no-good scheming villains?','','','','','',0,0,49641,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14488,11403,0,376,4096,75,80,81,0,0,0,0,0,0,0,0,0,0,49631,1,'You\'ve Been Served','You made it, huh? Good. I\'ve been waiting for help. No time like the present to act, right?$b$bTake this kit and head deeper inside to serve papers to the leader of that scumbag chemical company, Hummel. The paper\'s inside. So\'s a little something to protect you from any chemical tricks they might pull. Use one of the neutralizers when the time comes, all right?','Serve the Court Subpoena to Apothecary Hummel in Shadowfang Keep.','What we do here is none of your business...','I don\'t remember ordering a cleaning service... why yes, I am Apothecary Hummel. $b$b...wait, what is the meaning of this? You think these meaningless papers can stop me? Hah!','','','','','',49635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24792,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(20438,10958,210,0,136,80,80,0,1101,0,0,0,0,0,0,0,0,20439,0,0,'A Suitable Disguise','Getting you inside the Sunreaver\'s Sanctuary will be tougher than it appears. Only those who possess Sunreaver tabards are permitted entry to sanctuary. If we can get our hands on one, a simple enchantment will do the rest of the work.$B$BOn the balcony above Threads of Fate, you\'ll find Shandy Glossgleam. I\'ve helped him a few times in the past, so he owes me a favor. He handles laundry for a wide variety of people in the city. Maybe he can find a way to \'lend\' you a tabard for a while.','Obtain a Borrowed Tabard from Shandy Glossgleam.','I knew Shandy would find a way to come through for us. Let me get this enchanted and ready for you to use. The sooner you get done with the tabard, the sooner we can get it back to Shandy and the better the chances that its owner will never have missed it.','Was Shandy able to help you get a Sunreaver tabard?','','','','','',49648,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',14457,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(20439,10958,210,0,128,80,80,0,1101,0,0,0,0,0,0,0,0,24454,0,0,'A Meeting With The Magister','I\'ve placed an enchantment on the tabard that should allow you to slip past the Sunreaver Sanctuary\'s defenses for a short period of time. You should have enough time to find your way into The Filthy Animal and meet up with the Sunreaver contact there, one Magister Hathorel.$B$BObtain the copy of Ancient Dragonforged Blades that his men borrowed from Wyrmrest while your disguise holds, and return it to me.','Retrieve the Ancient Dragonforged Blades tome from Magister Hathorel.','Excellent work. Now that this is in our hands, we must get it to Caladis Brightspear as soon as possible. We can\'t risk the book falling back into Sunreaver hands.$b$bI\'ll ensure that Shandy Glossgleam gets his tabard back without incident, along with a healthy reward for his help.','','','','','','',49698,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,71098,0,0,0,0,0,0,0,99300,0,0,0,0,'',20438,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24216,10958,3277,0,4098,21,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Alliance is an insidious enemy, $N. They claim to defend the Ashenvale forests to justify their acts of aggression against our territories in the Barrens.$B$BToday we have an opportunity to drive the enemy from our lands once and for all. Go to Warsong Gulch and take back what is rightfully ours!','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.\n','The Horde is in your debt, $n. You\'ve made your people proud with your courage in defending our lands.','You\'re back! Do you bring news of victory?','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24217,10958,3277,0,4098,11,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Alliance is an insidious enemy, $N. They claim to defend the Ashenvale forests to justify their acts of aggression against our territories in the Barrens.$B$BToday we have an opportunity to drive the enemy from our lands once and for all. Go to Warsong Gulch and take back what is rightfully ours!','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.\n','The Horde is in your debt, $n. You\'ve made your people proud with your courage in defending our lands.','You\'re back! Do you bring news of victory?','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24218,10958,3277,0,4098,21,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Silverwing Sentinels fight to protect the forest in Warsong Gulch. We aid them, not because we\'re tree-lovers, but because the forest forms a natural protective barrier for Alliance territory.$B$BTheir need is greater today than it\'s ever been. We need to deploy reinforcements right away unless we want to see Ashenvale annexed to the Barrens!','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent work, $n. The integrity of our borders must be preserved at all costs!','What news do you bring from the front, $n?','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24219,10958,3277,0,4098,11,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Silverwing Sentinels fight to protect the forest in Warsong Gulch. We aid them, not because we\'re tree-lovers, but because the forest forms a natural protective barrier for Alliance territory.$B$BTheir need is greater today than it\'s ever been. We need to deploy reinforcements right away unless we want to see Ashenvale annexed to the Barrens!','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent work, $n. The integrity of our borders must be preserved at all costs!','What news do you bring from the front, $n?','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24220,10958,3358,0,4098,21,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle of Arathi Basin that demands immediate reinforcements.$B$BReturn to me with news of victory, $N. We cannot allow the Horde scum to secure the resources that are rightfully ours!','Win an Arathi Basin battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent news, $c! If our tactical deployments continue to be this successful, the Horde will be in full retreat before long.','Tell me, $n. What news do you bring from the front?','Victory in Arathi Basin','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24221,10958,3358,0,4098,21,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Arathi Basin is on the verge of being lost to Alliance forces. We must send reinforcements at this very moment or all our efforts will have been in vain.$B$BDo not delay, $c, go to Arathi Basin and crush the enemy. Victory to the Horde!','Win an Arathi Basin battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','You\'ve brought great honor to the Horde, $n. Your victory today will ensure a thousand victories tomorrow!','','Victory in Arathi Basin','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24222,10958,3820,0,4226,61,-1,41,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Eye of the Storm DEPRECATED','We will fight and crush the enemy wherever we find them. Azeroth, Outland, the place makes no difference.$B$BWe cannot allow the Alliance to establish superiority in the Eye of the Storm. Take the battle to them today... tomorrow it might be too late!','Win an Eye of the Storm battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','','','Victory in Eye of the Storm','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24223,10958,3358,0,4098,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle of Arathi Basin that demands immediate reinforcements.$B$BReturn to me with news of victory, $N. We cannot allow the Horde scum to secure the resources that are rightfully ours!','Win an Arathi Basin battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent news, $c! If our tactical deployments continue to be this successful, the Horde will be in full retreat before long.','','Victory in Arathi Basin','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24224,10958,3277,0,4098,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Silverwing Sentinels fight to protect the forest in Warsong Gulch. We aid them, not because we\'re tree-lovers, but because the forest forms a natural protective barrier for Alliance territory.$B$BTheir need is greater today than it\'s ever been. We need to deploy reinforcements right away unless we want to see Ashenvale annexed to the Barrens!','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','Excellent work, $n. The integrity of our borders must be preserved at all costs!','','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24225,10958,3277,0,4098,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','The Alliance is an insidious enemy, $N. They claim to defend the Ashenvale forests to justify their acts of aggression against our territories in the Barrens.$B$BToday we have an opportunity to drive the enemy from our lands once and for all. Go to Warsong Gulch and take back what is rightfully ours!','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.\n','The Horde is in your debt, $n. You\'ve made your people proud with your courage in defending our lands.','','Victory in Warsong Gulch','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24226,10958,3358,0,4098,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Arathi Basin is on the verge of being lost to Alliance forces. We must send reinforcements at this very moment or all our efforts will have been in vain.$B$BDo not delay, $c, go to Arathi Basin and crush the enemy. Victory to the Horde!','Win an Arathi Basin battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','You\'ve brought great honor to the Horde, $n. Your victory today will ensure a thousand victories tomorrow!','','Victory in Arathi Basin','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24227,10958,3820,0,4226,61,-1,41,0,0,0,0,0,0,0,0,0,0,0,0,'DEPRECATED','The fight against the Horde knows no boundaries, $N. Even in Outland, territorial disputes and old hatreds are enough to tip the scales in favor of war.$B$BGo into the Eye of the Storm and make sure the Alliance prevails in Outland just like it has in Azeroth.','Win an Eye of the Storm battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','','','Victory in the Eye of the Storm','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24426,10958,2597,0,4098,51,-1,41,690,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','We\'ve recently come extremely close to driving the Stormpike invaders from Alterac Valley. As a result we\'re redirecting all our reinforcements to aid the Frostwolf Clan.$B$BA decisive victory there would free up the resources we need to crush the Alliance scum on all the other battlefronts.$B$BGo, $N. Earn great honor by heeding the call of the brave Frostwolf warriors.','Win an Alterac Valley battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran or Shattrath.','There is no greater honor than driving invaders from Horde territories. We salute your great courage in aiding our forces today!','You\'re back! Do you bring news of victory?','Victory in Alterac Valley','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24427,10958,2597,0,4098,51,-1,41,1101,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle for Alterac Valley that\'s in most need of brave combatants.$B$BGo now, $N, and aid the Stormpike Expedition. We cannot allow the Frostwolf Clan to get away with the violence they\'ve inflicted on our brethren!','Win an Alterac Valley battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran or Shattrath.\n','Just what I wanted to hear! A victory in Alterac Valley - even a temporary one - is crucial to our overall strategy against the Horde.','Tell me, $n. What news do you bring from the front?','Victory in Alterac Valley','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24428,10958,1519,0,0,80,80,0,1101,0,0,0,0,0,0,0,0,0,49644,1,'A Most Puzzling Circumstance','You have accomplished the truly impossible. The brood mother of the Black Dragonflight lies dead at your feet. Seize her head and deliver it to Zardeth of the Black Claw.','Take the Head of Onyxia to Zardeth of the Black Claw in the basement of the Slaughtered Lamb.','What? How did you get this? Isn\'t she... Never mind the details, I suppose. You\'ll be wanting one of these baubles as recompense, no doubt.','By Nozdormu\'s teeth!','','','','','',49644,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49486,49485,49487,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24429,10958,1637,0,0,80,80,0,690,0,0,0,0,0,0,0,0,0,49643,1,'A Most Puzzling Circumstance','You have accomplished the truly impossible. The brood mother of the Black Dragonflight lies dead at your feet. Seize her head and deliver it to Neeru Fireblade.','Take the Head of Onyxia to Neeru Fireblade in the Cleft of Shadow.','You\'ve brought me the head of someone who is... No, best not to think about it too hard. You\'ll be wanting recompense for your heroic deeds, no doubt.','What is the meaning of this?!','','','','','',49643,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49486,49485,49487,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,1,0,0,60,60,0,0,0,0,7),(24431,10958,4613,0,0,70,80,0,0,0,0,0,0,0,0,0,0,0,49667,1,'Waterlogged Recipe','This appears to be the remains of a mixture for potent wine. Perhaps the proprietor of One More Glass in Dalaran would be interested in it....','Bring the Waterlogged Recipe to Christi Stockton in the Dalaran city.','This is quite a find, $n. I can\'t have you selling this to anyone else, so I\'m willing to offer generously.','Wine is only as fine as the person drinking it, I always say.','','','','','',49667,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43016,0,0,0,5,0,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,5),(24442,10958,4769,0,128,77,80,0,0,0,0,0,0,0,0,0,0,0,49676,1,'Battle Plans Of The Kvaldir','Looking over the captured attack plans, you find a map of the Eastern Kingdoms and Kalimdor with major settlements marked. Reading over the orders, you learn that Kvaldir captains have drafted plans for a series of devastating raids.$B$BAccording to the orders, the attacks are to begin after Mistcaller Yngvar \"consults the Heart of the Mists.\" Perhaps you could delay the attacks by capturing the omen from the Mistcaller\'s Cave on the western side of Hrothgar\'s Landing and notify Justicar Mariel Trueheart.','Recover the Heart of the Mists and bring it and the Kvaldir Attack Plans to Justicar Mariel Trueheart at the Argent Tournament Grounds.','$b$bGood work, $n, and quick thinking. I\'m sure the theft of this trinket won\'t slow them down for long, but I think you\'ve bought us time to warn the leaders of the Horde and Alliance about the impending attacks.','What is it that you\'ve found, $n?','','','','','',49676,49678,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24451,10958,210,0,128,80,80,0,690,0,0,0,0,0,0,0,0,24558,0,0,'An Audience With The Arcanist','I\'ve placed an enchantment on the tabard that should allow you to slip past the Silver Enclave\'s defenses for a short period of time. You should have enough time to find your way up to the top level of the Silver Enclave and meet up with the Silver Covenant\'s man there, known as Arcanist Tybalin.$B$BWhile disguised, obtain the copy of Ancient Dragonforged Blades that his men borrowed from Wyrmrest, and return the book to me.','Retrieve the Ancient Dragonforged Blades tome from Arcanist Tybalin.','Excellent work. Now that this is in our hands, we must get it to Myralion Sunblaze as soon as possible. We can\'t risk the Silver Covenant taking the book from us again.$b$bI\'ll get that tabard back to Shandy and see that he\'s well compensated for his assistance. Once the book is in Myralion\'s hands, the Silver Covenant won\'t be a threat anymore.','','','','','','',49698,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,71098,0,0,0,0,0,0,0,99300,0,0,0,0,'',24556,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24454,10958,210,0,128,80,80,0,1101,0,0,0,0,0,0,0,0,0,49698,1,'Return To Caladis Brightspear','We must get this book to Caladis Brightspear immediately. Would you bring it to him? I cannot rely on anyone else to transport the book and you have proven adept at keeping the Sunreavers at bay.$B$BTake it with you to Quel\'Delar\'s rest, south of the Argent Tournament Grounds in Icecrown. Caladis and the sword will be waiting. The sooner we can identify the blade, the sooner we can claim it.','Bring Ancient Dragonforged Blades to Caladis Brightspear at Quel\'Delar\'s Rest.','$b$bI knew the symbols on the blade were familiar. The weapon was most certainly forged by the dragons and gifted to one of the mortal races, but which blade is this, and how did it come to rest in Icecrown?','','','','','','',49698,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',20439,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24461,10958,4813,0,128,80,80,81,1101,0,0,0,0,0,0,0,0,24476,49740,1,'Reforging The Sword','We cannot allow Quel\'Delar to remain broken and disgraced. Take the remnants of the sword, along with the battered hilt you discovered, and venture into the Pit of Saron within Icecrown Citadel.$B$BIn the pit, the Lich King uses slaves to mine, process, and transform saronite ore. This infused saronite is what we will use to rebuild Quel\'Delar.$B$BYou must gather bars of infused saronite and capture the forgemaster\'s hammer, then bring them to the forgemaster\'s anvil and reforge the sword.','Obtain 5 Infused Saronite Bars and the Forgemaster\'s Hammer and use them to make the Reforged Quel\'Delar.','You have remade the blade of Quel\'Delar, although Blood-Queen Lana\'thel proclaimed we could not! The blade must still be tempered, but she and her master will not stand in our way!','','','','','','',49739,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24454,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24476,10958,210,0,128,80,80,81,1101,0,0,0,0,0,0,0,0,24480,49920,1,'Tempering The Blade','At last, the pieces of Quel\'Delar are rejoined and the blade is whole, but it cannot see battle until you have tempered it. That jagged saronite edge is brittle and will shatter the moment it strikes anything.$B$BDeep in Icecrown Citadel\'s Forge of Souls is a place where the blade can safely be tempered. Take Quel\'Delar with you to the abode of the Devourer of Souls and look for the crucible. Plunge the blade into the crucible to temper it and bring it back to me in The Frozen Halls.','Temper the Reforged Quel\'Delar in the Crucible of Souls.','I... I don\'t understand. Tempering the sword should\'ve restored the blade to its original condition. What has happened here?','','','','','','',49750,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24461,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24480,10958,4820,0,128,80,80,81,1101,0,0,0,0,0,0,0,0,24522,49766,1,'The Halls Of Reflection','You have reforged and tempered the sword, yet it sits quietly in its sheath, showing no signs of the power it should possess. You say the sword pulls you, as though it possesses a will?$B$BDare you bring it where it wishes to go? It\'s not right that the sword should be this silent and this insistent, yet I fear that if you do not take the sword to its destination, we will never learn why. Take it into Icecrown Citadel\'s Halls of Reflection, but be on your guard! I\'ll be waiting for you in The Frozen Halls.','Bring your Tempered Quel\'Delar to Sword\'s Rest inside the Halls of Reflection. ','I had not thought it possible for evil to take hold in such a sword, but I suppose it was naive of me. If the greatest of dragonkind\'s creations could be corrupted and turned against them, why not a mere sword?$b$bUther\'s advice is wise, $n, and I would urge you to heed it quickly.','','','Bring Quel\'Delar to Halls of Reflection','','','',0,50254,0,0,0,0,0,1,0,0,0,0,37158,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24476,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24498,10958,4813,0,8,78,80,81,1101,0,0,0,0,0,0,0,0,24710,0,0,'The Path to the Citadel','They\'ve put our captured soldiers to work in the quarry! Kill their captors and set them free, hero, and do it quickly. We will need their aid when we confront Scourgelord Tyrannus.','Free 15 Alliance Slaves and kill Forgemaster Garfrost.','You\'ve done well this day. With many of the slaves freed and now with access to the forges, it will not be long before I have a strong force to aid in delivering us from Scourgelord Tyrannus and this foul pit.','','','Alliance Slaves freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,36764,36494,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24683,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24499,10958,4809,0,8,78,80,81,1101,0,0,0,0,0,0,0,0,24683,0,0,'Echoes of Tortured Souls','I cannot thank you enough for coming. We\'re severely undermanned to be risking a venture into the citadel, but opportunities like this are too rare to pass up.$B$BI\'m awaiting the arrival of champions from the coliseum, but if your reputation holds true, you should be more than equipped to fight through the forge yourself. Clear the way to the far side and secure the passage to the Pit of Saron. We will need to hold it to move our men further into the citadel.$B$BPlease hurry, $n. We\'re counting on you.','Kill Bronjahm and the Devourer of Souls to secure access to the Pit of Saron.','Just in time! Thank you, $n.$b$bThe Pit of Saron lies ahead, and if our scouts are correct, past that will be the Halls of Reflection. It is there that Arthas lets his guard down, and it is there that we hope to find a clue to his weakness... or maybe, just maybe, his redemption.','$b$bYou... you weren\'t there for the fight in the forge? No, you\'ll have to make your way through again. We have to be certain that the forge is clear or we won\'t be able to bring more men deeper into the citadel.$b$bI\'m sorry, $n. Please return to me once you are sure the path is safe.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36497,36502,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,0,0,0,2,0,0,0,1050,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24510,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24500,10958,4820,0,8,78,80,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Wrath of the Lich King','Uther knew a great deal about how Arthas might be defeated. It\'s hard to believe that there is much hope of defeating Arthas upon the steps of his own throne. And who will take up the crown of Lich King if it comes to that?$B$BMany questions remain, but the answers that you\'ve uncovered may be critical to ensuring Arthas\' defeat. You need to find Jaina and escape the Lich King while there\'s still time.','Find Lady Jaina Proudmoore and escape the Halls of Reflection','$b$bI can barely believe we\'re still alive. It was foolish of me to follow him. I\'ve made that mistake too many times. And you... it was reckless of you to come after me instead of escaping with the information! But... well... thank you. You truly are a hero.$b$bWith Uther\'s guidance, we may stand a chance at defeating Arthas. All the lives lost today were not in vain.','','','Find Jaina Proudmoore','Escape the Lich King','','',0,0,0,0,0,0,0,0,0,0,0,0,36955,38211,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,0,0,0,2,0,0,0,1050,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24711,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24506,11685,4809,0,8,78,80,81,690,0,0,0,0,0,0,0,0,24511,0,0,'Inside the Frozen Citadel','$C! Come close quickly, I must have a word!$B$BMy queen, the Lady Sylvanas Windrunner, has uncovered a hole in the defenses of Icecrown Citadel into a place she referred to as \"The Forge of Souls.\" She sent word before she left for me to find fierce fighters to send her way. I think you\'ll do.$B$BGo to her within the entrance to the forge, $c.','Enter The Forge of Souls from the side of Icecrown Citadel and locate Lady Sylvanas Windrunner.','Good. $n, I know of you. You\'ll be perfect for these tasks.$b$bWe\'ve been afforded a rare chance to delve into Icecrown Citadel, but we must move quickly if we\'re to avoid Arthas\' notice.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,25,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24507,10958,4813,0,8,78,80,81,690,0,0,0,0,0,0,0,0,24712,0,0,'The Path to the Citadel','They\'ve put our captured soldiers to work in the quarry. Kill their captors and set them free, $c, and do it quickly. We will need their aid when we confront Scourgelord Tyrannus.','Free 15 Horde Slaves and kill Forgemaster Garfrost.','You\'ve done well this day. With many of the slaves freed and now with access to the forges, it will not be long before I have a strong force to aid in delivering us from Scourgelord Tyrannus and this foul pit.','','','Horde Slaves freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,36770,36494,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24682,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24508,10958,0,0,8,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Temp Quest Record','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24509,10958,0,0,8,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Temp Quest Record','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24510,11685,4809,0,8,78,80,81,1101,0,0,0,0,0,0,0,0,24499,0,0,'Inside the Frozen Citadel','$C! Come close quickly, I must have a word!$B$BMy patron, the Lady Jaina Proudmoore, has uncovered a hole in the defenses of Icecrown Citadel into a place she referred to as \"The Forge of Souls.\" She sent word before she left for me to find any help that I could... and, well, I was hoping that might be you.$B$BPlease, find her there as soon as you can.','Enter The Forge of Souls from the side of Icecrown Citadel and find Lady Jaina Proudmoore.','$n! I\'m so glad you\'ve come.$b$bWe\'ve been afforded a rare chance to delve into Icecrown Citadel, but we must move quickly if we\'re to avoid Arthas\' notice.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24511,10958,4809,0,8,78,80,81,690,0,0,0,0,0,0,0,0,24682,0,0,'Echoes of Tortured Souls','I\'m glad we have someone capable to aid us in this. Delving into the citadel with so few is risky at best, but opportunities like this are too rare to pass up.$B$BI\'m awaiting the arrival of champions from the coliseum, but if your reputation holds true, you should be more than equipped to fight through the forge yourself. Clear the way to the far side and secure the passage to the Pit of Saron. We will need to hold it to move our men further into the Citadel.$B$BBe quick about it, $n. Time is short.','Kill Bronjahm and the Devourer of Souls to secure access to the Pit of Saron.','Well timed, $c!$b$bThe Pit of Saron lies ahead, and if our scouts are correct, past that will be the Halls of Reflection. It is there that Arthas lets his guard down, and it is there that we hope to find a clue to his weakness... and a route to vengeance long overdue.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36497,36502,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,0,0,0,2,0,0,0,1085,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24506,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24522,10958,4080,0,128,80,80,0,1101,0,0,0,0,0,0,0,0,24535,49870,1,'Journey To The Sunwell','Take Quel\'Delar to the Sunwell as quickly as possible, $N. Trust in Uther\'s words when he says that you will not always be able to control the blade while it is subject to the evil of the Lich King\'s influence. You must travel to the Isle of Quel\'Danas, and there, seek entry to the Sunwell itself, where you can cleanse the sword.$B$BThe guardians of the Sunwell will not simply allow you to walk in, so you must find Halduron Brightwing, who will be inspecting the guards there.','Speak with Halduron Brightwing at the entrance to the Sunwell Plateau on the Isle of Quel\'Danas.','Admit you to the Sunwell? That\'s impossible! The Sunwell is the most sacred and important site of our people. We have only recently reclaimed it with the help of the Shattered Sun Offensive. It is not a place for tourists or travelers.','','','','','','',0,49870,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',24480,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24535,10958,4080,0,128,80,80,0,1101,0,0,0,0,0,0,0,0,0,49870,1,'Thalorien Dawnseeker','If you truly bear Quel\'Delar, $N, I might be able to admit you to the Sunwell. If you know the blade\'s history, you recall that it was borne by Thalorien Dawnseeker in defense of the Sunwell against the Scourge. He fell in what is now the Dead Scar, buying time for his men to make their own preparations. You will find his remains near the southern end of the Dead Scar on this isle. Visit them, and if his spirit gives you its blessing, I will allow you to enter the Sunwell.','Visit Thalorien Dawnseeker\'s Remains and obtain his blessing to wield Quel\'Delar.','I confess that I did not expect Thalorien\'s spirit to recognize you as the heir to Quel\'Delar, but I defer to his judgment. You may enter the Sunwell, but I remind you that you are a guest in the most our most sacred of precincts, and you should act accordingly.','','','Thalorien\'s Blessing obtained','','','',0,49870,0,0,0,0,0,1,0,0,0,0,37601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24522,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24536,10958,0,376,0,1,-1,0,690,0,0,0,0,0,0,0,0,24541,50131,1,'Something Stinks','Get a load of these guys, would ya? Steamwheedle\'s been handling the business of holidays for years, and all of a sudden, these guys bust into the market. They\'re not Steamwheedle; the cartel hired me to get to the bottom of this. Something stinks here and it ain\'t just perfume.\nTake this device I brought and go analyze the perfume clouds around the guards. I want to know what they\'re putting in that stuff. Things ain\'t natural.','Use Snagglebolt\'s Air Analyzer to test the air around 6 heavily perfumed guards, then return to Detective Snap Snagglebolt in Orgrimmar.','Hey, thanks, kid. Give it over, let\'s take a look.$B$B$B$BOh, that ain\'t good. ','You analyze that reek yet, kid?','','Perfumed Guards Analyzed','','','',0,0,0,0,0,0,0,0,0,0,0,0,37558,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24541,11403,0,376,262146,1,-1,0,690,0,0,0,0,0,0,0,0,24850,0,0,'Pilfering Perfume','I knew they were up to no good! There\'s some sort of mind-affecting chemical in here, but I can\'t get a handle on it with such a small sample. I need the real stuff.\nDon\'t just go over there and buy it! I don\'t want you giving these scumbags one copper. Nah, you gotta get it from the source, discreet-like.\nI\'ll disguise you as a package runner. I saw a stockpile guarded by their goons outside the gates. Go run by, and DON\'T stop, or they\'ll make you! They\'ll toss you a crate. Bring it back here.','While disguised as a package-runner, go to the Crown Chemical Company\'s stockpile outside the gates of Orgrimmar, then return the package they toss you to Detective Snap Snagglebolt in Orgimmar.','You got it, huh? Good job, kid. Top notch. Let\'s see what we got here.$B$B','Did they toss ya a crate to deliver?','Steal perfume package from Crown Chemical Co. outside Orgrimmar','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',24536,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24545,10958,4812,0,64,80,80,89,0,35,0,0,0,0,0,0,0,0,0,0,'The Sacred and the Corrupt','It is against my judgment that I present you this errand, $r, as it will likely end in your undoing.$b$bIgnore my counsel and embark on the endeavor, and I shall provide you with the knowledge and resources to see it through.$b$bYou must return to Frostmourne Cavern and recover Light\'s Vengeance, Arthas\' discarded hammer. Reforged with saronite and etched with the acidic blood of the Lich King\'s abominations, it will provide the foundation for our work.','Place Light\'s Vengeance, 25 Primordial Saronite, Rotface\'s Acidic Blood, and Festergut\'s Acidic Blood in Highlord Mograine\'s runeforge in Icecrown Citadel.$B$BRotface\'s Acidic Blood and Festergut\'s Acidic Blood may only be obtained in the 25 person difficulty setting of Icecrown Citadel.','A deep sense of dread washes over you as the flame devours the items.','As you draw near, the forge\'s flame seems to burn even more ravenously...','','','','','',49869,49908,50226,50231,0,0,1,25,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,70366,0,0,0,0,0,0,0,165300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,396,396,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24547,11685,4812,0,72,80,80,62,0,35,0,0,0,0,0,0,0,0,0,0,'A Feast of Souls','Shadow\'s Edge is among the greatest weapons a $c could hope to obtain.$b$bIs your lust for power sated, $r?$b$b$b$bI thought not. A final warning then...$b$bYou now embark on the most treacherous leg of your quest. Bridle your aspirations, for if your aims are impure then your life, your very soul, is forfeit.$b$bThe weapon you hold is but an empty husk, a mere shadow of what it may become. Only by devouring a thousand souls shall its true potential be unlocked.','Highlord Darion Mograine wants you to use Shadow\'s Edge to slay 1000 of the Lich King\'s minions in Icecrown Citadel. Souls can be obtained in 10 or 25 person difficulty.','','','','Souls fed to Shadow\'s Edge','','','',0,0,0,0,0,0,0,0,0,0,0,0,38121,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',24743,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24548,10958,4812,0,72,80,80,89,0,35,0,0,0,0,0,0,0,0,0,0,'The Splintered Throne','The Lich King\'s throne once served as his prison. Kil\'jaeden himself crafted the vessel of icy crystals from the twisting nether, its sole purpose to hold Ner\'zhul\'s vengeful spirit.$b$bWhen Arthas struck the crystal with Frostmourne, he released Ner\'zhul\'s soul, allowing it to merge with his own. Splinters from that impact are now scattered throughout the citadel.$b$bI shall require those shards, held only by the Lich King\'s most powerful servants, to seal the power contained in your blade.','Highlord Darion Mograine wants you to collect 50 Shadowfrost Shards.$B$BShadowfrost Shards may only be obtained in the 25 person difficulty setting.','','','','','','','',50274,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',24757,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24549,10958,4812,0,72,80,80,89,0,35,0,0,0,0,0,0,0,0,0,0,'Shadowmourne...','','Highlord Darion Mograine wants you to bring him Shadow\'s Edge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49623,0,0,0,1,0,0,0,1156,0,0,0,0,0,1000,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24548,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24553,10958,4075,0,128,80,80,0,1101,0,43,1,0,0,0,0,0,24796,49879,1,'The Purification of Quel\'Delar','I admit, I was skeptical that you had actually re-forged Quel\'Delar and I did not expect Thalorien\'s spirit to reveal itself to you. You cannot understand what it means to me and to the rest of my people that Quel\'Delar has been recovered.$B$BAs promised, I will admit you to the Sunwell and you will find the leaders of Silvermoon within. Carry the sword to the chamber of the Sunwell and immerse it. The blade will bond to you. When that happens, carry it to Caladis Brightspear at Quel\'Delar\'s Rest.','Immerse your Tempered Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.','This is unbelievable, $n. You\'ve really done it! All of the quel\'dorei have heard of Thalorien Dawnseeker and Quel\'Delar, but no one ever thought the sword would be restored.','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',24535,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24554,10958,210,0,128,80,80,0,690,0,0,0,0,0,0,0,0,24555,50380,1,'The Battered Hilt','This battered old sword hilt has seen better days. Before the hilt was snapped from the blade, it must\'ve been a magnificent example of the blacksmith\'s art.$B$BThe graceful symbols and exotic gemstones decorating the hilt suggest that the weapon may have belonged to a powerful person. Surely, the Sunreavers would be interested in hearing about the recovery of such an artifact. Seek out their representatives at Quel\'Delar\'s Rest, to the south of the Argent Tournament Grounds.','Bring the Battered Hilt to Myralion Sunblaze at Quel\'Delar\'s Rest, south of the Argent Tournament Grounds.','$b$bThis came from the citadel? What was it doing there? This blade is certainly not of Scourge manufacture.$b$bWeapons of this quality can only be crafted by a few of Azeroth\'s creatures. We will have to consult them and see if they can help us identify it.','','','','','','',50380,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24555,10958,210,0,136,80,80,0,690,0,0,0,0,0,0,0,0,24557,0,0,'What The Dragons Know','There\'s no mistaking it - this hilt comes from a powerful, ancient weapon, but which one? I do not recognize these particular markings, but we haven\'t hit a dead end yet.$B$BKorialstrasz, better known as Krasus, has long been a friend to the quel\'dorei and the Kirin Tor. With his vast knowledge and resources, he\'s certain to know something. Travel to the top of Wyrmrest Temple and seek his counsel, then report to Magister Hathorel inside Sunreaver\'s Sanctuary in Dalaran.','Speak to Krasus at the top of Wyrmrest Temple.','We must recover that book from the Silver Covenant. Without that book from Krasus, we stand little chance of solving the mystery of the sword in Icecrown or unlocking its power.','','','Ask Krasus about the hilt\'s origins','','','',0,0,0,0,0,0,0,0,0,0,0,0,36715,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24554,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24556,10958,210,0,136,80,80,0,690,0,0,0,0,0,0,0,0,24451,0,0,'A Suitable Disguise','Getting you inside the Silver Enclave will be tougher than it appears. Only those who possess Silver Covenant tabards are permitted entry to sanctuary. If we can get our hands on one, a simple enchantment will do the rest of the work.$B$BOn the balcony above Threads of Fate, you\'ll find Shandy Glossgleam. I\'ve helped him a few times in the past, so he owes me a favor. He handles laundry for a wide variety of people in the city. Maybe he can find a way to \'lend\' you a tabard for a while.','Obtain a Borrowed Tabard from Shandy Glossgleam.','I knew Shandy would find a way to make it work. Let me get this enchanted and ready for you to use. With any luck, the tabard\'s owner won\'t even know it\'s missing and Shandy will cover the rest of our tracks.','','','','','','',49648,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24557,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24557,10958,4395,0,136,80,80,0,690,0,0,0,0,0,0,0,0,24556,0,0,'The Silver Covenant\'s Scheme','One of my contacts in the Underbelly caught sight of a Silver Covenant agent gathering information at the Cantrips and Crows Tavern. Silver Covenant members aren\'t normally found in the sewers, so they must be plotting something.$B$BGo into the Underbelly, find this Silver Covenant agent, and eliminate him. Search the body for any information that might give us a lead on the location of that tome from Wyrmrest. We can\'t let those simpering Silver Covenant weaklings get it back to Icecrown before we do.','Capture the Silver Covenant Orders.','$b$bThe agent you intercepted was supposed to deliver the Wyrmrest tome to Icecrown, after meeting with one Arcanist Tybalin inside the Silver Enclave. We have to reclaim that book, $n, and we only have one chance before it leaves the city. We have to work quickly.','','','','','','',49872,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24555,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24558,10958,210,0,128,80,80,0,690,0,0,0,0,0,0,0,0,0,49698,1,'Return To Myralion Sunblaze','We must get this book to Myralion Sunblade. Would you bring it to him? I cannot rely on anyone else to transport the book and you have proven adept at evading the Silver Covenant\'s men.$B$BTake it with you to Quel\'Delar\'s Rest, south of the Argent Tournament Grounds in Icecrown. Myralion will be waiting for you. If he can identify that blade, we may be able to claim it in the name of Aethas Sunreaver and show Dalaran and the Alliance that we will lead the charge against the Lich King.','Bring Ancient Dragonforged Blades to Myralion Sunblaze at Quel\'Delar\'s Rest.','$b$bThose symbols on the blade seemed familiar and now there\'s little wonder why. This is certainly a dragon blade, gifted to one of the mortal races, but which blade is this, and how did it come to rest in Icecrown?','','','','','','',49698,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,0,0,0,0,0,0,0,0,0,0,66300,0,0,0,0,'',24451,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24559,10958,4813,0,128,80,80,81,690,0,0,0,0,0,0,0,0,24560,49740,1,'Reforging The Sword','We cannot allow Quel\'Delar to remain broken and disgraced. Take the remnants of the sword, along with the battered hilt you discovered, and venture into the Pit of Saron within Icecrown Citadel.$B$BIn the pit, the Lich King uses slaves to mine, process, and transform saronite ore. This infused saronite is what we will use to rebuild Quel\'Delar.$B$BYou must gather bars of infused saronite and capture the forgemaster\'s hammer, then bring them to the forgemaster\'s anvil and reforge the sword.','Obtain 5 Infused Saronite Bars and the Forgemaster\'s Hammer, then combine them with the Remnants of Quel\'Delar to create the Reforged Quel\'Delar.','You have remade the blade of Quel\'Delar in defiance of that Blood-Queen Lana\'thel\'s pronouncement! Now, the blade must be tempered before we can show her the folly of her words.','','','','','','',49739,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24558,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24560,10958,210,0,128,80,80,81,690,0,0,0,0,0,0,0,0,24561,49920,1,'Tempering The Blade','At last, the pieces of Quel\'Delar are rejoined and the blade is whole, but it cannot see battle until you have tempered it. That jagged saronite edge is brittle and will shatter the moment it strikes anything.$B$BDeep in Icecrown Citadel\'s Forge of Souls is a place where the blade can safely be tempered. Take Quel\'Delar with you to the abode of the Devourer of Souls and look for the crucible. Plunge the blade into the crucible to temper it and bring it back to me. I\'ll be waiting in The Frozen Halls.','Temper the Re-forged Quel\'Delar in the Crucible of Souls.','Tempering the sword should\'ve restored the blade. Why hasn\'t it worked?','','','','','','',49750,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24559,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24561,10958,4820,0,128,80,80,81,690,0,0,0,0,0,0,0,0,24562,49766,1,'The Halls Of Reflection','You have re-forged and tempered the sword, yet it sits quietly in its sheath, little different from a mundane blade. You say the sword pulls you, as though it possesses a will?$B$BDare you bring it where it wishes to go? It is not right that the sword should be this silent and this insistent, yet I fear that if you do not take the sword to its destination, we will never learn why. Bear it with you to Icecrown Citadel\'s Halls of Reflection, but be on your guard. I will wait for you in The Frozen Halls.','Bring Quel\'Delar to Sword\'s Rest inside the Halls of Reflection.','How can evil take root in such a sword? I would not have thought it possible if the evidence wasn\'t here before my eyes. If the greatest of dragonkind\'s creations could be corrupted and turned against them, why not a mere sword?$b$bI believe Uther is right. You must heed his advice quickly, $n.','','','Bring Quel\'Delar to Halls of Reflection','','','',0,50254,0,0,0,0,0,1,0,0,0,0,37158,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24560,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24562,10958,4080,0,128,80,80,0,690,0,0,0,0,0,0,0,0,24563,49870,1,'Journey To The Sunwell','Take Quel\'Delar to the Sunwell as quickly as possible, $N. Trust in Uther\'s words when he says that you will not always be able to control the blade while it is subject to the evil of the Lich King\'s influence. You must travel to the Isle of Quel\'Danas, and there, seek entry to the Sunwell itself, where you can cleanse the sword.$B$BThe guardians will try to stop you from entering the Sunwell Plateau, but make yourself known to Halduron Brightwing, who will be inspecting the guards there.','Speak with Halduron Brightwing at the entrance to the Sunwell Plateau on the Isle of Quel\'Danas.','I hope you understand that I can\'t just admit you to the Sunwell, $n. This is the most sacred place known to the sin\'dorei and we have only recently regained control over it.$b$bYou would raise the hopes of our people with tales of Quel\'Delar? Without proof of the truth of your claims, I see no reason to take you at your word.','','','','','','',0,49870,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',24561,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24563,10958,4080,0,128,80,80,0,690,0,0,0,0,0,0,0,0,0,49870,1,'Thalorien Dawnseeker','You are the one working with Myralion Sunblaze, arent you? I know of a way we can test the sword.$B$BIf you know the blade\'s history, you recall that it was borne by Thalorien Dawnseeker in defense of the Sunwell against the Scourge. He fell in what is now the Dead Scar, buying time for his men to make their own preparations. You will find his remains near the southern end of the Dead Scar on this isle. Visit them, and if his spirit gives you its blessing, I will allow you to enter the Sunwell.','Visit Thalorien Dawnseeker\'s Remains and obtain his blessing to wield Quel\'Delar.','You truly do carry Quel\'Delar. This is a great day for all of Quel\'Thalas and the sin\'dorei. You have my leave to enter the Sunwell and finish the sword\'s restoration. Keep your head high, $n. The children of Silvermoon have dreamt of this day for years.','','','Thalorien\'s Blessing obtained','','','',0,49870,0,0,0,0,0,1,0,0,0,0,37601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24562,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24564,10958,4075,0,128,80,80,0,690,0,43,1,0,0,0,0,0,24801,49879,1,'The Purification of Quel\'Delar','The Sunwell and the end of Quel\'Delar\'s exile await, $N.$B$BYou will find Lor\'themar Theron, the regent of Quel\'Thalas, and Grand Magister Rommath standing within. Be wary and do not allow them to entrap you in their political scheming.$B$BInstead, remain focused on your task here. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell. Immerse the reformed Quel\'Delar in the Sunwell to complete the restoration. Afterward, show the blade to Myralion Sunblaze at Quel\'Delar\'s Rest.','Immerse your Tempered Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.\n','Am I truly laying my eyes upon the weapon of Thalorien Dawnseeker? This is a wondrous day for the Sunreavers and for all sin\'dorei!','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',24563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24576,10958,0,376,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'A Friendly Chat...','$B$BYou mean I\'ve been under the spell of an alchemist all this time? I can\'t believe I fell for that fraud! If I ever get my hands on that conniving little goblin, I\'ll tear him apart!$B$BIf he\'s finished his errands, he\'s on his way down to the zeppelin tower east of Orgrimmar\'s gates! Whatever you do, $N, you can\'t let him board that zeppelin and get away with all this!$B$BHurry to the zeppelin tower before you miss him!','Go to the zeppelin tower outside Orgrimmar and question Snivel Rustrocket about the supplies. Return with any evidence he gives you.','','Did you find the guy, or did he crawl under a rock?','','','','','',49915,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',24851,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24579,10958,4493,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Sartharion Must Die!','Sartharion, the Onyx Guardian, watches over the eggs of the Twilight Dragonflight. He rests within the Obsidian Sanctum in the Chamber of the Aspects underneath Wyrmrest Temple.$B$BThe Council of Six has decreed that Sartharion must die!','Kill Sartharion.$B$BThis quest can be completed with any difficulty or size raid.','With Sartharion slain, surely Deathwing and Sinestra\'s plans are now stalled.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,28860,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(24580,10958,3456,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Anub\'Rekhan Must Die!','Anub\'Rekhan, once-mighty Spider Lord of the nerubian empire, has been taken by the Lich King and corrupted into a state of undeath.$B$BNow a crypt lord, he sits in his parlor in the Arachnid Quarter of Naxxramas, spinning strategies for Kel\'Thuzad.$B$BThe Council of Six has decreed that Anub\'Rekhan must die!','Kill Anub\'Rekhan.$B$BThis quest can be completed with any difficulty or size raid.','Word of your success precedes you, $c. Anub\'Rekhan is no more. You did him a great service, $n.','I\'ve heard nothing of the destruction of Anub\'Rekhan. Perhaps you should redouble your efforts?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15956,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(24581,10958,3456,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Noth the Plaguebringer Must Die!','Noth the Plaguebringer, traitor and coward! Second only to the Lich King himself for the number of souls that have been Scourged!$B$BMake haste to Naxxramas. You will find him within the Plague Quarter hiding behind his undead minions.$B$BDestroy him! The Council of Six has decreed that Noth must die!','Kill Noth the Plaguebringer.$B$BThis quest can be completed with any difficulty or size raid.','That\'s one less thorn in our side. With Noth destroyed, Scourge research into refining the means of creating the undead will grind to a halt.','Noth yet walks Naxxramas, $c.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,15954,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24582,10958,3456,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Instructor Razuvious Must Die!','Instructor Razuvious smugly struts about the Military Quarter of Naxxramas. It is said that only a death knight personally trained by him could possibly even withstand the prowess of his blade.$B$BYou and your group are going to prove everyone wrong.$B$BThe Council of Six has decreed that Razuvious must die!','Kill Instructor Razuvious.$B$BThis quest can be completed with any difficulty or size raid.','Well done, $c. The Scourge military command out of Naxxramas has been thrown into disarray by Razuvious\'s demise.','Is Razuvious dead? I think not.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16061,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24583,10958,3456,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Patchwerk Must Die!','The so-called \"avatar of war\", Patchwerk is the ultimate abomination. It is also taking a heavy toll upon on our forces in the Dragonblight.$B$BI want you to assemble your companions and enter the Construct Quarter of Naxxramas. Disassemble the construct.$B$BThe Council of Six has decreed that Patchwerk must die!','Kill Patchwerk.$B$BThis quest can be completed with any difficulty or size raid.','Children everywhere will sleep easier knowing that Patchwerk is no more.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16028,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(24584,10958,4500,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Malygos Must Die!','Our resources are strained. Malygos, the Spell-Weaver, is draining all of the magic out of the world, consolidating it in the Eye of Eternity. Without magic, we are doomed.$B$B$C, the Nexus War must be brought to an end. The Council of Six has decreed that Malygos must die!','Kill Malygos.$B$BThis quest can be completed with any difficulty or size raid.','With Malygos defeated, the Nexus War should come to a swift conclusion. You have the gratitude of the Kirin Tor, $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,28859,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(24585,10958,4273,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Flame Leviathan Must Die!','Within the Formation Grounds sits Ulduar\'s first line of defense: Flame Leviathan.$B$BThe Kirin Tor have been provided with information suggesting that this Keeper-created machine is soon to be transported to an undisclosed location and let loose to wreak havoc upon the mortals of Azeroth.$B$BThis must not come to pass. The Council of Six has decreed that Flame Leviathan must die!','Kill Flame Leviathan.$B$BThis quest can be completed with any difficulty or size raid.','I never cease to be amazed by the horrors that can be created through the use of technology.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33113,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24586,10958,4273,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Razorscale Must Die!','Razorscale normally keeps to her aerie near the Colossal Forge in Ulduar. Of late, however, she has been spotted reigning fire down upon lands outside of the titan complex.$B$BThough the broodmother\'s is a sad tale, she poses an imminent threat to all of Northrend. The Council of Six has decreed that Razorscale must die!','Kill Razorscale.$B$BThis quest can be completed with any difficulty or size raid.','Now Veranus can finally rest in peace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33186,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24587,10958,4273,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Ignis the Furnace Master Must Die!','The great fire giant, Ignis the Furnace Master toils away inside of Ulduar\'s Colossal Forge. Under orders from Loken, Ignis creates weapons that are terrifying in their power.$B$BThe Council of Six has decreed that Ignis must die!','Kill Ignis the Furnace Master.$B$BThis quest can be completed with any difficulty or size raid.','I trust that you did not have to face too many of his iron construct assistants?','Ignis is not yet dead. The fire giant must fall!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33118,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24588,10958,4273,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'XT-002 Deconstructor Must Die!','Yet another strange construct of Mimiron, the XT-002 Deconstructor actually thinks that it is the keeper\'s son. Do not be fooled by its feigned innocence. It is a deadly machine!$B$BYou will find the Deconstructor within Ulduar\'s Scrapyard. The Council of Six has decreed that XT-002 Deconstructor must die!','Kill XT-002 Deconstructor.$B$BThis quest can be completed with any difficulty or size raid.','The greatest weakness of Ulduar is its masters\' blind faith in their inventions to protect it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33293,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24589,10958,4722,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Jaraxxus Must Die!','Archmage Timear has foreseen a horrible event, which is about to transpire. A foolish gnome warlock is about to accidentally summon an Eredar lord of the Burning Legion into the middle of the Trial of the Crusader.$B$BYou must be there when it happens, $c. If Lord Jaraxxus escapes, he will open a portal and the Burning Legion will spill forth into our world once more.$B$BThe Council of Six has decreed that Lord Jaraxxus must die!','Kill Lord Jaraxxus.$B$BThis quest can be completed with any difficulty or size raid.','All of Azeroth is fortunate that Timear foresaw the Eredar lord\'s arrival and that you were there in time to slay him.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34780,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0),(24590,10958,4812,0,32968,80,80,62,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Marrowgar Must Die!','Lord Marrowgar is the guardian of the Frozen Throne within the Spire Chamber. Pieced together by the Lich King from the bones of a thousand vanquished adventurers, Marrowgar wields the power of the throne itself.$B$BWithout the destruction of this bone wraith, there is no hope of taking Icecrown Citadel.$B$BThe Council of Six has decreed that Lord Marrowgar must die!','Kill Lord Marrowgar.$B$BThis quest can be completed with any difficulty or size raid.','The Frozen Throne is without its chief guardian thanks to you. Our attacks upon the Lich King\'s forces will be all the more successful now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36612,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,47241,0,0,5,5,0,0,1090,0,0,0,0,0,250,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24594,10958,4075,0,128,80,80,0,690,0,0,0,0,0,0,0,0,24800,49889,1,'The Purification of Quel\'Delar','The Sunwell and the end of Quel\'Delar\'s exile await, $N.$B$BYou will find Lor\'themar Theron, the regent of Quel\'Thalas, and Grand Magister Rommath standing within. Be wary of them and do not allow them to entrap you in their political scheming.$B$BInstead, remain focused on your task here. Speak to a Warden of the Sunwell to enter the Sunwell Plateau. Immerse the reformed Quel\'Delar in the Sunwell to complete the restoration. Show the blade to Myralion Sunblaze at Quel\'Delar\'s Rest once it is restored.','Immerse your Tainted Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.\n','Am I truly laying my eyes upon the weapon of Thalorien Dawnseeker? This is a wondrous day for the Sunreavers and for all sin\'dorei!','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',24563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24595,10958,4075,0,128,80,80,0,1101,0,229,1,0,0,0,0,0,24795,49879,1,'The Purification of Quel\'Delar','I admit, I was skeptical that you had actually re-forged Quel\'Delar and I did not expect Thalorien\'s spirit to reveal itself to you. You cannot understand what it means to my people that Quel\'Delar has been recovered.$B$BAs promised, I will admit you to the Sunwell and you will find the leaders of Silvermoon within. Carry the sword to the chamber of the Sunwell and immerse it. Once the blade is restored, return with it to Caladis Brightspear at Quel\'Delar\'s Rest.','Immerse your Tainted Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.','This is unbelievable, $n. You\'ve really done it! All of the quel\'dorei have heard of Thalorien Dawnseeker and Quel\'Delar, but no one ever thought the sword would be restored.','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',24535,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24596,10958,4075,0,128,80,80,0,690,0,0,0,0,0,0,0,0,24798,49889,1,'The Purification of Quel\'Delar','The Sunwell and the end of Quel\'Delar\'s exile await, $N.$B$BYou will find Lor\'themar Theron, the regent of Quel\'Thalas, and Grand Magister Rommath standing within. Be wary of them and do not allow them to entrap you in their political scheming.$B$BInstead, remain focused on your task here. Immerse the reformed Quel\'Delar in the Sunwell to complete the its restoration, then speak with Myralion Sunblaze at Quel\'Delar\'s Rest. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.','Immerse your Tainted Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.','','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',24563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24597,10958,0,376,4104,0,-1,0,0,0,0,0,0,0,0,0,0,0,49661,1,'A Gift for the King of Stormwind','Did you want to make a Lovely Charm Bracelet for the king of Stormwind? I\'m sure he\'d be thrilled.$B$BDo you already have a Lovely Charm Collector\'s Kit?','Present a Lovely Charm Bracelet to King Varian Wrynn in Stormwind.','My thanks for this Lovely Charm Bracelet.','Well met, $c. Did you have something for me?','','','','','',49916,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49936,49927,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24598,10958,4075,0,128,80,80,0,690,0,229,1,0,0,0,0,0,24799,49879,1,'The Purification of Quel\'Delar','The Sunwell and the end of Quel\'Delar\'s exile await, $N.$B$BYou will find Lor\'themar Theron, the regent of Quel\'Thalas, and Grand Magister Rommath standing within. Be wary of them and do not allow them to entrap you in their political scheming.$B$BInstead, remain focused on your task here. Immerse the reformed Quel\'Delar in the Sunwell to complete its restoration, then show it to Myralio Sunblaze at Quel\'Delar\'s Rest. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.','Immerse your Tempered Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.\n','Am I truly laying my eyes upon the weapon of Thalorien Dawnseeker? This is a wondrous day for the Sunreavers and for all sin\'dorei!','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',24563,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24609,10958,0,376,4104,0,-1,0,0,0,0,0,0,0,0,0,0,0,49661,1,'A Gift for the Lord of Ironforge','Did you want to make a Lovely Charm Bracelet for the Lord of Ironforge? I\'m sure he\'d be thrilled.$B$BDo you already have a Lovely Charm Collector\'s Kit?','Present a Lovely Charm Bracelet to King Magni Bronzebeard in Ironforge.','My thanks for this Lovely Charm Bracelet.','Well met, $c. Did you have something for me?','','','','','',49916,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49940,49927,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24610,10958,0,376,4104,0,-1,0,0,0,0,0,0,0,0,0,0,0,49661,1,'A Gift for the High Priestess of Elune','Did you want to make a Lovely Charm Bracelet for the High Priestess of Elune? I\'m sure she\'d be thrilled.$B$BDo you already have a Lovely Charm Collector\'s Kit?','Present a Lovely Charm Bracelet to Tyrande Whisperwind in Darnassus.','My thanks for this Lovely Charm Bracelet.','Well met, $c. Did you have something for me?','','','','','',49916,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49938,49927,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24611,11403,0,376,266248,0,-1,0,0,0,0,0,0,0,0,0,0,0,49661,1,'A Gift for the Prophet','Did you want to make a Lovely Charm Bracelet for the Prophet of the Exodar? I\'m sure he\'d be thrilled.$B$BDo you already have a Lovely Charm Collector\'s Kit?','Present a Lovely Charm Bracelet to Prophet Velen in the Exodar.','My thanks for this Lovely Charm Bracelet.','Well met, $c. Did you have something for me?','','','','','',49916,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49942,49927,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24612,10958,0,376,4104,0,-1,0,0,0,0,0,0,0,0,0,0,0,49661,1,'A Gift for the Warchief','Did you want to make a Lovely Charm Bracelet for the Warchief? I\'m sure he\'d be thrilled.$B$BDo you already have a Lovely Charm Collector\'s Kit?','Present a Lovely Charm Bracelet to Thrall in Orgrimmar.','My \"thanks\" for this Lovely Charm Bracelet.','Well met, $c. Did you have something for me?','','','','','',49916,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49939,49927,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24613,10958,0,376,4104,0,-1,0,0,0,0,0,0,0,0,0,0,0,49661,1,'A Gift for the Banshee Queen','Did you want to make a Lovely Charm Bracelet for the Banshee Queen? I\'m sure she\'d be thrilled.$B$BDo you already have a Lovely Charm Collector\'s Kit?','Present a Lovely Charm Bracelet to Lady Sylvanas Windrunner in Undercity.','','Well met, $c. Did you have something for me?','','','','','',49916,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49937,49927,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24614,10958,0,376,4104,0,-1,0,0,0,0,0,0,0,0,0,0,0,49661,1,'A Gift for the High Chieftain','Did you want to make a Lovely Charm Bracelet for the High Chieftain? I\'m sure he\'d be thrilled.$B$BDo you already have a Lovely Charm Collector\'s Kit?','Present a Lovely Charm Bracelet to Cairne Bloodhoof in Thunder Bluff.','','Well met, $c. Did you have something for me?','','','','','',49916,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49941,49927,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24615,10958,0,376,4104,0,-1,0,0,0,0,0,0,0,0,0,0,0,49661,1,'A Gift for the Regent Lord of Quel\'Thalas','Did you want to make a Lovely Charm Bracelet for the Regent Lord of Quel\'Thalas? I\'m sure he\'d be thrilled.$B$BDo you already have a Lovely Charm Collector\'s Kit?','Present a Lovely Charm Bracelet to Lor\'themar Theron in Silvermoon City.','','Well met, $c. Did you have something for me?','','','','','',49916,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49943,49927,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24629,10958,0,376,4096,0,-1,0,0,0,0,0,0,0,0,0,0,0,49668,1,'A Perfect Puff of Perfume','You look like a real go-getter, $c. How about we work out a little win-win scenario?$B$BCrown\'s looking to offer samples of our latest holiday-themed products to as many potential customers as possible. Help us share the love, and we\'ll give you discounts on some great Crown merchandise!$B$BYour time, our money, friend. What do you say?','Spray 10 people with the Crown Perfume Sprayer.','Great work, $N! People will come running to buy Crown perfumes now that they\'ve had a chance to sample their wonders.','','','Samples Given','','','',0,0,0,0,0,0,0,0,0,0,0,0,37990,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24635,10958,0,376,4096,0,-1,0,0,0,0,0,0,0,0,0,0,0,49669,1,'A Cloudlet of Classy Cologne','You seem the enterprising sort, $c. How about we make a little deal?$B$BCrown wants to offer samples of our latest holiday-themed products to as many potential customers as we can. Help us share the love while earning some fantastic Crown merchandise!$B$BYour time, our money, friend. What do you think?','Spray 10 people with the Crown Cologne Sprayer.','Nice work, $N! People will be buying Crown colognes by the crate-load now that they\'ve had a chance to try them.','That cologne isn\'t going to give itself out, you know.$b$bGet spraying!','','Samples Given','','','',0,0,0,0,0,0,0,0,0,0,0,0,37990,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24636,10958,0,376,4096,0,-1,0,0,0,0,0,0,0,0,0,0,0,49670,1,'Bonbon Blitz','I can see you\'ve got an eye for opportunity, $c. What do you say we make a little coin together?$B$BCrown needs to push samples of our latest holiday-themed products to every potential customer in the city. Help us share the love, and we\'ll share some of that amazing Crown merchandise with you!$B$BYour time, our money, friend. We got a deal?','Toss 10 people samples from the Crown Chocolate Sampler.','Lovely work, $N! People will be tripping over one another to get Crown chocolates now that they\'ve had a chance to taste those sweet, romantic treats.$B$BHere\'s a little something for helping us out.','You know, those chocolates aren\'t going to fling themselves at people.$b$bYou need to get to work!','','Samples Given','','','',0,0,0,0,0,0,0,0,0,0,0,0,37990,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,5),(24638,11685,0,376,4096,5,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s right outside Orgrimmar\'s gates, to the west! That can\'t be good. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Lackeys and use Snagglebolt\'s Khorium Bomb to damage one Chemical Wagon just west of Orgrimmar\'s gates in Durotar, then return to Detective Snap Snagglebolt in Orgrimmar.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,37214,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24576,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24645,11685,0,376,4096,14,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s just outside Ambermill in Silverpine Forest. That can\'t be good. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Thugs and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon outside of Ambermill in Silverpine Forest, then return to Detective Snap Snagglebolt in Orgrimmar.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,37917,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24576,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24647,11685,0,376,4096,23,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s just outside the village of Hillsbrad in -- you guessed it -- Hillsbrad Foothills. That can\'t be good. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Dusters and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon just outside of Hillsbrad Village in Hillsbrad Foothills, then return to Detective Snap Snagglebolt in Orgrimmar.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,37984,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24576,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24648,11685,0,376,4096,32,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s near Sentry Point, just outside Theramore in Dustwallow. Don\'t give me that look, okay? This is a problem for us, too. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Hoodlums and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon outside of Theramore in Dustwallow Marsh, then return to Detective Snap Snagglebolt in Orgrimmar.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38006,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24576,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24649,11685,0,376,4096,41,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s to the east of Aerie Peak in the Hinterlands. Don\'t give me that look, okay? This is a problem for the Horde, too. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Agents and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon east of Aerie Peak in the Hinterlands, then return to Detective Snap Snagglebolt in Orgrimmar.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38016,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24576,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24650,11685,0,376,4096,51,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s in Winterspring, just east of Everlook. Oh, now this is personal. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Sprinklers and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon east of Everlook in Winterspring, then return to Detective Snap Snagglebolt in Orgrimmar.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38023,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24576,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24651,11685,0,376,4096,61,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it looks like it\'s just east of Shattrath, in Terokkar Forest. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Underlings and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon east of Shattrath City in Terokkar Forest, then return to Detective Snap Snagglebolt in Orgrimmar.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38030,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24576,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24652,11685,0,376,4096,71,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it looks like it\'s in the Forlorn Woods of Crystalsong, northwest of the Mirror of Twilight. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Sprayers and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon in the Forlorn Woods of Crystalsong Forest, then return to Detective Snap Snagglebolt in Orgrimmar.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38032,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24576,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24655,10958,0,376,0,1,-1,0,1101,0,0,0,0,0,0,0,0,24656,50131,1,'Something Stinks','Get a load of these guys, would ya? Steamwheedle\'s been handling the business of holidays for years, and all of a sudden, these guys bust into the market. They\'re not Steamwheedle; the cartel hired me to get to the bottom of this. Something stinks here and it ain\'t just perfume.\nTake this device I brought and go analyze the perfume clouds around the guards. I want to know what they\'re putting in that stuff. Things ain\'t natural.','Use Snagglebolt\'s Air Analyzer to test the air around 6 heavily perfumed guards, then return to Inspector Snip Snagglebolt in Stormwind.','Hey, thanks, kid. Give it over, let\'s take a look.\n\nOh, that ain\'t good.','You analyze that reek yet, kid?','','Perfumed Guards Analyzed','','','',0,0,0,0,0,0,0,0,0,0,0,0,37558,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',24804,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24656,11403,0,376,262146,1,-1,0,1101,0,0,0,0,0,0,0,0,24848,0,0,'Pilfering Perfume','I knew they were up to no good! There\'s some sort of mind-affecting chemical in here, but I can\'t get a handle on it with such a small sample. I need the real stuff.\nDon\'t just go over there and buy it! I don\'t want you giving these scumbags one copper. Nah, you gotta get it from the source, discreet-like.\nI\'ll disguise you as a package runner. I saw a stockpile guarded by their goons outside the gates. Go run by, and DON\'T stop, or they\'ll make you! They\'ll toss you a crate. Bring it back here.','While disguised as a package-runner, go to the Crown Chemical Company\'s stockpile outside the gates of Stormwind, then return the package they toss you to Inspector Snip Snagglebolt in Stormwind.','You got it, huh? Good job, kid. Top notch. Let\'s see what we got here.\n','Did they toss ya a crate to deliver?','Steal perfume package from Crown Chemical Co. outside Orgrimmar','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',24655,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24657,10958,0,376,0,1,-1,0,1101,0,0,0,0,0,0,0,0,0,0,0,'A Friendly Chat...','$B$BYou mean, he might\'ve used some kind of chemical on me? Ew! I can\'t believe I fell for that fraud!$B$BIf he\'s finished all of his errands, he\'s on his way down to the docks to catch a ship to the South Seas! Whatever you do, $N, you can\'t let him get away with this.$B$BHurry down to Stormwind Harbor before you miss him!','Go to Stormwind Harbor and question Snivel Rustrocket about the supplies. Return with any evidence he gives you.','You got his ledger? Really? That\'s great, $n. There\'s probably loads of good information in here.','Did you find the guy, or did he crawl under a rock?','','','','','',49915,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',24849,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24658,11685,0,376,4096,5,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s northeast of Westbrook Garrison right outside in Elwynn! That can\'t be good. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Lackeys and use Snagglebolt\'s Khorium Bomb to damage one Chemical Wagon northeast of Westbrook Garrison in Elwynn Forest, then return to Inspector Snip Snagglebolt in Stormwind.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,37214,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24657,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24659,11685,0,376,4096,14,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s just south of the Grove of the Ancients in Darkshore. That can\'t be good. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Thugs and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon south of the Grove of the Ancients in Darkshore, then return to Inspector Snip Snagglebolt in Stormwind.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,37917,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24657,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24660,11685,0,376,4096,23,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s just outside the village of Hillsbrad in -- you guessed it -- Hillsbrad Foothills. That can\'t be good. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Dusters and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon just outside of Hillsbrad Village in Hillsbrad Foothills, then return to Inspector Snip Snagglebolt in Stormwind.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,37984,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24657,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24661,10958,0,376,4096,5,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'REUSE ME','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s right outside Orgrimmar\'s gates, to the west! That can\'t be good. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Lackeys and use Snagglebolt\'s Khorium Bomb to damage one Chemical Wagon just west of Orgrimmar\'s gates in Durotar, then return to Detective Snap Snagglebolt in Orgrimmar.','','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,37214,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24662,11685,0,376,4096,32,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s near Sentry Point, just outside Theramore in Dustwallow. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Hoodlums and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon outside of Theramore in Dustwallow Marsh, then return to Inspector Snip Snagglebolt in Stormwind.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38006,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24657,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24663,11685,0,376,4096,41,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s to the east of Aerie Peak in the Hinterlands. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Agents and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon east of Aerie Peak in the Hinterlands, then return to Inspector Snip Snagglebolt in Stormwind.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38016,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24657,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24664,11685,0,376,4096,51,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it\'s in Winterspring, just east of Everlook. Oh, now this is personal. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Sprinklers and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon east of Everlook in Winterspring, then return to Inspector Snip Snagglebolt in Stormwind.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38023,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24657,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24665,11685,0,376,4096,61,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it looks like it\'s just east of Shattrath, in Terokkar Forest. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Underlings and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon east of Shattrath City in Terokkar Forest, then return to Inspector Snip Snagglebolt in Stormwind.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38030,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24657,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24666,11685,0,376,4096,71,-1,0,0,0,0,0,0,0,0,0,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it looks like it\'s in the Forlorn Woods of Crystalsong, northwest of the Mirror of Twilight. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Sprayers and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon in the Forlorn Woods of Crystalsong Forest, then return to Inspector Snip Snagglebolt in Stormwind.','Good job, kid. You deserve a little somethin\'. And hey, come back tomorrow if you get the time; I might have a job for ya.','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,38032,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24657,0,0,0,'',0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24682,10958,4813,0,8,78,80,81,690,0,0,0,0,0,0,0,0,24507,0,0,'The Pit of Saron','Quickly, through the portal! I\'ll find you on the other side.','Meet Lady Sylvanas Windrunner inside the entrace to the Pit of Saron.','Incapable fools. I begin to wonder if any of these louts from the tournament will be of any use at all. Perhaps you\'ll prove me wrong.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',24511,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24683,10958,4813,0,8,78,80,81,1101,0,0,0,0,0,0,0,0,24498,0,0,'The Pit of Saron','Quickly, through the portal! I\'ll meet you on the other side.','Meet Lady Jaina Proudmoore just inside the Pit of Saron.','I underestimated this Scourgelord, and it\'s my men that paid for it. When I think that my guilt over Arthas\' betrayal cannot go any deeper, he proves me wrong yet again.$b$bWe have to press on. We cannot let their sacrifice be meaningless.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',24499,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24710,10958,4813,0,8,78,80,81,1101,0,0,0,0,0,0,0,0,24711,0,0,'Deliverance from the Pit','We need to make our way up the main path and through the cave to Tyrannus\' rise. There, he will be forced to confront us there lest we make our way into the citadel proper.$B$BGo now, $c. My men and I will be there to stand by you when the confrontation with Tyrannus comes.','Kill Scourgelord Tyrannus.','Such a senseless waste! Arthas goes too far! I can only hope what we find in the Halls of Reflection makes this somehow worth it.$b$bIf what that vile gnome said is to be trusted, Frostmourne should be there, and with it, answers to confronting Arthas.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36658,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,0,0,0,2,0,0,0,1050,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24498,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24711,10958,4820,0,8,78,80,81,1101,0,0,0,0,0,0,0,0,0,0,0,'Frostmourne','We must press on, hero. We\'ve come so far... we\'re so close to our goal. I must delay a moment to send Elandra back to the airship. I\'m uncertain how we\'re going to escape with so many men lost and so few to keep our path in secure - we will need any help they can send.$B$BContinue on. I will meet you in the Halls of Reflection. ','Meet Lady Jaina Proudmoore at the entrance to the Halls of Reflection.','The Halls of Reflection. Finally.$b$bLet me know when you are ready. Arthas may not be here, but it would be naive to think that he would leave Frostmourne unguarded entirely.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',24710,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24712,10958,4813,0,8,78,80,81,690,0,0,0,0,0,0,0,0,24713,0,0,'Deliverance from the Pit','We need to make our way up the main path and through the cave to Tyrannus\' rise. There, he will be forced to confront us there lest we make our way into the citadel proper.$B$BGo now, $c. My men and I will be there to stand by you when the confrontation with Tyrannus comes.','Kill Scourgelord Tyrannus.','The Halls of Reflection lie ahead. If what that vile gnome said is to be trusted, Frostmourne should be there, and with it, answers to confronting Arthas.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36658,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,0,0,0,2,0,0,0,1085,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24507,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24713,10958,4820,0,8,78,80,81,690,0,0,0,0,0,0,0,0,0,0,0,'Frostmourne','Keep moving, the sword is close.$B$BI need a moment to send one of my Dark Rangers back to the airship. With all of our fodder gone, I will not be caught unprepared - we will need any help they can send.$B$BGo. I will meet you in the Halls of Reflection. ','Meet Lady Sylvanas Windrunner inside the entrance to the Halls of Reflection.','The Halls of Reflection. Finally.$b$bLet me know when you are ready, $c. I will not be so naive as to think that Arthas left his precious sword entirely unguarded.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',24712,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24743,10958,4812,0,64,80,80,0,0,35,0,0,0,0,0,0,0,0,0,0,'Shadow\'s Edge','','','Listen well, $c. In accepting this weapon your fate is sealed.$b$bOvercome or succumb.$b$bI have placed your feet upon this path. You are therefore my personal responsibility. Should you falter, I am duty-bound to deliver you from this life.$b$bRemember my words, $c, and do not fail.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49888,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',24545,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24745,11403,0,376,0,75,80,0,0,0,0,0,0,0,0,0,0,0,50320,1,'Something is in the Air (and it Ain\'t Love)','The inside of the card is scribbled with mad, detailed plans to infect most of Azeroth. You should show this to one of Steamwheedle\'s investigators immediately!','Bring the Faded Lovely Greeting Card to Inspector Snip Snagglebolt in Stormwind.','','Did you take care of those no-good scheming villains?','','','','','',50320,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24746,10958,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,50131,1,'REUSE','','','','','','Perfumed Townsfolk Analyzed','','','',0,0,0,0,0,0,0,0,0,0,0,0,37558,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24748,10958,4812,0,72,80,80,89,0,35,0,0,0,0,0,0,0,0,0,0,'The Lich King\'s Last Stand','Shadowmourne; a newly forged weapon already steeped in this world\'s history, reborn into an unrivaled destiny.$b$bWith this weapon you bear a solemn responsibility, and the time to carry out that charge is at hand.$b$bTake this weapon of myth and legend and march on the enemy. Avenge the countless heroes lost in his merciless campaign. Bring rest to their tortured souls.$b$bSteel yourself, $c, and guide Shadowmourne to fulfill the purpose of its creation.','Highlord Darion Mograine in Icecrown Citadel wants you to kill the Lich King.','','','','Lich King Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,38153,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,1000,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24549,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24749,10958,4812,0,74,80,80,89,0,35,0,0,0,0,0,0,0,24756,0,0,'Unholy Infusion','Before your weapon can reach its full potential it must be endowed with its signature powers. First among them is unholiness.$b$bYou must seek out and defeat the one called Professor Putricide, but his death is not your only goal. You must use his resources against him.$b$bFind a way to absorb his mutated slime. Use the foul substance to infuse your weapon with the power of the unholy. Only when this has been done shall I reveal your next task.','Highlord Darion Mograine wants you to infuse Shadow\'s Edge with Unholy power and slay Professor Putricide.$B$BThis quest may only be completed in 25 person difficulty of Icecrown Citadel.','Well done, $C.$B$BThe completion of our work draws near.','','Infuse Shadow\'s Edge with Unholy power then slay Putricide.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',24547,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24756,11403,4812,0,74,80,80,89,0,35,0,0,0,0,0,0,0,24757,0,0,'Blood Infusion','Your weapon is ready to be endowed with the power of blood.$b$bYou must face Queen Lana\'thel in battle and subject yourself to her Blood Mirror. This will cause Shadow\'s Edge to drink the blood of the nearest living being. That being would be you, $r.$b$bOnce the blade has been thus awakened, allow the Queen\'s Frenzied Bloodthirst to take hold of you, feed the blade thrice to sate it, and then give the queen an ignominious death.$b$bMay her screams pierce the ears of the Lich King as he awaits his fate.','Highlord Darion Mograine wants you to infuse Shadow\'s Edge with blood and defeat Queen Lana\'thel.$B$BThis quest may only be completed in 25 person difficulty of Icecrown Citadel.','','','Infuse Shadow\'s Edge with Blood then defeat Lana\'thel.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',24749,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24757,10958,4812,0,74,80,80,89,0,35,0,0,0,0,0,0,0,0,0,0,'Frost Infusion','Shadow\'s Edge is prepared to receive its final infusion of power.$b$bSindragosa, the enemy\'s own mount, must fall. But before she is brought down, you must sustain four of her frozen breath attacks without tasting death.$b$bWithout his dragon, nothing shall stand between you and the Lich King.','Highlord Darion Mograine has instructed you to slay Sindragosa after subjecting yourself to 4 of her breath attacks while wielding Shadow\'s Edge.$B$BThis quest may only be completed in 25 person difficulty of Icecrown Citadel.','','','Infuse Shadow\'s Edge with Frost then slay Sindragosa.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',24756,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24788,10958,0,0,128,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Heroic Random (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24789,10958,0,0,136,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Heroic Random (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24790,10958,0,0,136,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Normal Random (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24791,10958,0,0,136,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Normal Random (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,99300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24792,10958,0,376,8,78,-1,0,0,0,0,0,0,0,0,0,0,14488,0,0,'Man on the Inside','You look like you\'re fit enough to take on the mastermind behind this operation. The ledger says he\'s holed up in Shadowfang Keep, so that\'s where I\'m sending you.$b$bWe have a man there already but he\'s not fit to take down an operation by himself. Head on in; the investigator will meet you there. And bring friends.','Report to Investigator Fezzen Brasstacks in Shadowfang Keep.','Fantastic. Help is exactly what I need.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',24657,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24793,10958,0,376,8,78,-1,0,0,0,0,0,0,0,0,0,0,14488,0,0,'Man on the Inside','You look like you\'re fit enough to take on the mastermind behind this operation. The ledger says he\'s holed up in Shadowfang Keep, so that\'s where I\'m sending you.$b$bWe have a man there already but he\'s not fit to take down an operation by himself. Head on in; the investigator will meet you there. And bring friends.','Report to Investigator Fezzen Brasstacks in Shadowfang Keep.','Fantastic. Help is exactly what I need.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24795,10958,210,0,128,80,80,0,1101,0,0,0,0,0,0,0,0,0,49871,1,'A Victory For The Silver Covenant','In spite of Queen Lana\'thel\'s boasting, you have restored Quel\'Delar, $N. Long have we dreamt of reclaiming Quel\'Delar.$B$BThe Silver Covenant, and indeed all quel\'dorei owe you a debt of gratitude.$B$BAs a $c, the sword seems to know you lack the training to wield it and hasn\'t bonded to you. Where, then, will its next master come from? Perhaps the Argent Crusade can find one. Go north to the Argent Tournament Grounds and present the sword to Justicar Mariel Trueheart on behalf of the Silver Covenant.','Bring the Restored Quel\'Delar to Justicar Mariel Trueheart at the Argent Tournament Grounds.','That a weapon of such power has been redeemed from the clutches of evil is a great omen in these times, $n. With Quel\'Delar and staunch Silver Covenant allies at our side, the Lich King will have good reason to fear.$b$bThe crusade maintains an arsenal of exceptional weapons for our strongest allies. Allow me to offer you your choice from among them in return for entrusting us with the care of Quel\'Delar.','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50050,50051,50052,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',24595,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24796,10958,210,0,128,80,80,0,1101,0,0,0,0,0,0,0,0,0,49871,1,'A Victory For The Silver Covenant','In spite of Queen Lana\'thel\'s boasting, you have restored Quel\'Delar, $N. Long have we dreamt of reclaiming Quel\'Delar.$B$BThe Silver Covenant, and indeed all quel\'dorei owe you a debt of gratitude.$B$BVereesa Windrunner, the leader of the Silver Covenant, asked to see you after you returned from the Sunwell. Take Quel\'Delar with you and go to Dalaran\'s Violet Citadel where she waits, $N.','Bring the Restored Quel\'Delar to Vereesa Windrunner at the Violet Citadel in Dalaran.','This is nothing short of an amazing accomplishment, $n. The day that Thalorien and Anasterian fell, the same day that Quel\'Delar was lost, was one of the darkest of my life. To see Quel\'Delar restored... it is beyond words.$b$bWithout a doubt, you are meant to be the true bearer of the blade. Quel\'Delar\'s magic is already adapting the blade to your skills and your strengths.','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50048,50049,50046,50047,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',24553,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24797,10958,4075,0,136,77,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24798,10958,210,0,128,80,80,0,690,0,0,0,0,0,0,0,0,0,49871,1,'A Victory For The Sunreavers','At last, Quel\'Delar is restored for the glory of the Sunreavers and the sin\'dorei!$B$BAll of Silvermoon will celebrate you as a hero, $N.$B$BAs a $c, the sword seems to know you lack the training to wield it and hasn\'t bonded to you. Where, then, will its next master come from? No worthy sin\'dorei has come forward. Let us seek the Argent Crusade\'s counsel. Go north to the Argent Tournament Grounds and present the sword to Justicar Mariel Trueheart on behalf of the Sunreavers.','Bring the Restored Quel\'Delar to Justicar Mariel Trueheart at the Argent Tournament Grounds.','','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50050,50051,50052,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',24596,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24799,10958,210,0,128,80,80,0,690,0,0,0,0,0,0,0,0,0,49871,1,'A Victory For The Sunreavers','At last, Quel\'Delar is restored for the glory of the Sunreavers!$B$BAll the Horde will celebrate you as a hero, $N.$B$BAs a $c, the sword seems to know you lack the training to wield it and hasn\'t bonded to you. Where, then, will its next master come from? I will not conceal my disappointment; I had hoped it would be a worthy sin\'dorei. Let us seek the Argent Crusade\'s counsel. Go north to the Argent Tournament Grounds and present the sword to Justicar Mariel Trueheart on behalf of the Sunreavers.','Bring the Restored Quel\'Delar to Justicar Mariel Trueheart at the Argent Tournament Grounds.','That a weapon of such power has been redeemed from the clutches of evil is a great omen in these times, $n. With Quel\'Delar and staunch Sunreaver allies at our side, the Lich King will have good reason to fear.$B$BThe crusade maintains an arsenal of exceptional weapons for our strongest allies. Allow me to offer you your choice from among them in return for entrusting us with the care of Quel\'Delar.','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50050,50051,50052,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',24598,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24800,10958,210,0,128,80,80,0,690,0,0,0,0,0,0,0,0,0,49871,1,'A Victory For The Sunreavers','At last, Quel\'Delar is restored for the glory of the Sunreavers and the sin\'dorei! All of Silvermoon will proclaim you a hero, as will all of the Horde.$B$BArchmage Aethas Sunreaver, the leader of the Sunreavers, asked to see you after you returned from the Sunwell. Travel to the Violet Citadel in Dalaran as soon as you can, $N and bring Quel\'Delar with you. The archmage wishes to congratulate you personally!','Bring the Restored Quel\'Delar to Archmage Aethas Sunreaver at the Violet Citadel in Dalaran.','Quel\'Delar rises again, as we sin\'dorei have risen from the ashes of defeat and betrayal. The heart and the weapon of Thalorien Dawnseeker are both with you, $n.$b$bI see the blade has already started adapting itself to your strengths, $n. Hold your head high and always keep Quel\'Delar at your side.','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50048,50049,50046,50047,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',24594,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24801,10958,210,0,128,80,80,0,690,0,0,0,0,0,0,0,0,0,49871,1,'A Victory For The Sunreavers','At last, Quel\'Delar is restored for the glory of the Sunreavers and the Horde! This is a blessing for our efforts against the Lich King.$B$BArchmage Aethas Sunreaver, the leader of the Sunreavers, asked to see you after you returned from the Sunwell. Travel to the Violet Citadel in Dalaran as soon as you can, $N and bring Quel\'Delar with you. The archmage wishes to congratulate you personally!','Bring the Restored Quel\'Delar to Archmage Aethas Sunreaver at the Violet Citadel in Dalaran.','Quel\'Delar rises again, as the sin\'dorei have risen from the ashes of defeat and betrayal. Yet, somehow, the weapon of Thalorien Dawnseeker has chosen to serve an outsider.$b$bBe at ease, $n. I do not mean to diminish your accomplishment, for you have done what none of my brothers could, although I do not know why. You are clearly meant to be its bearer; the blade is already adapting itself to your abilities. Wield Quel\'Delar proudly against our common foes.','','','','','','',49871,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50048,50049,50046,50047,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',24564,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24802,10958,4820,0,8,78,80,81,690,0,0,0,0,0,0,0,0,0,0,0,'Wrath of the Lich King','Uther knew a great deal about how Arthas might be defeated. It\'s hard to believe that there is much hope of defeating Arthas upon the steps of his own throne. And who will take up the crown of Lich King if it comes to that?$B$BMany questions remain, but the answers that you\'ve uncovered may be critical to ensuring Arthas\' defeat. You need to find Sylvanas and escape the Lich King while there\'s still time.','Find Lady Sylvanas Windrunner and escape the Halls of Reflection','Yet again, vengeance slips through my grasp. It\'s hard to believe how much stronger he\'s gotten.$b$bIt was foolish of you to come for me, but it\'s good to know that there are still some champions of the Horde that aren\'t useless cowards. The information Uther gave us may well be key to finally killing Arthas, though it is becoming more and more clear that the Horde will not be able to accomplish this on their own.$b$bGo, $c. I expect your prowess may be needed again very soon.','','','Find Sylvanas Windrunner','Escape the Lich King','','',0,0,0,0,0,0,0,0,0,0,0,0,37554,38211,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,0,0,0,2,0,0,0,1085,0,0,0,0,0,500,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',24713,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24803,10958,0,101,0,1,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Kalu\'ak Fishing Derby','','','Don\'t just stand there! Give me the shark and I\'ll declare you the winner!','The Kalu\'ak have a long tradition of honing our fishing skills by putting them to the test every week.$b$bThe first person to catch and bring a blacktip shark to me will be rewarded handsomely, and be known as the greatest fisherman of the north... for a couple of days at least.$b$bThe blacktip shark\'s favorite food is the pygmy suckerfish. Try fishing for the blacktip wherever you would normally catch the suckerfish.','','','','','',50289,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50255,50287,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24804,10958,0,376,8,1,-1,0,1101,0,0,0,0,0,0,0,0,24655,0,0,'Uncommon Scents','Something\'s not right about this Crown Chemical Company. Steamwheedle\'s got eyes on \'em, and we could use a few more.$b$bHead to Stormwind if you\'re interested in helping us out. Inspector Snip Snagglebolt is heading up the investigation there, and he can use all the help he can get.','Report to Inspector Snip Snagglebolt in Stormwind.','Hey. You got some time on your hands? I could use someone like you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24805,10958,0,376,8,1,-1,0,690,0,0,0,0,0,0,0,0,24536,0,0,'Uncommon Scents','Something\'s not right about this Crown Chemical Company. Steamwheedle\'s got eyes on \'em, and we could use a few more.$b$bHead to Orgrimmar if you\'re interested in helping us out. Detective Snap Snagglebolt is heading up the investigation there, and he can use all the help he can get.','Report to Detective Snap Snagglebolt in Orgrimmar.','Hey. You got some time on your hands? I could use someone like you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24806,10958,0,101,0,1,-1,0,0,0,356,1,0,0,0,0,0,0,0,0,'Better Luck Next Time','','','I\'m afraid we\'ve already had a winner for today, young $n. However, if you bring a shark, I\'ll see that it\'s released back into the waters, and I might just have a little something for you...','','','','','','',50289,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46007,0,0,0,1,0,0,0,1073,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24803,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24808,10958,210,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tank Ring Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24809,10958,210,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Healer Ring Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24810,10958,210,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Melee Ring Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24811,10958,210,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Caster Ring Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24815,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Choose Your Path','','','To atone for the sins I committed as one of the Lich King\'s Death Knights, I\'ve dedicated myself to creating rings of great power for our brothers and sisters to use in the struggle.$b$bYou\'ve proven yourself as a valuable ally in the fight against the Scourge, $n. As your dedication continues I can improve on the ring\'s original design.$b$bChoose your path carefully. A change of heart will come at a price. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50377,50378,50376,50375,52569,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24819,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50377,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50378,50376,50375,52569,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24820,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50376,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50378,50377,50375,52569,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24821,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50375,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50378,50377,50376,52569,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24822,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50378,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50377,50376,50375,52569,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24823,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Destruction','','','','','','','','','',50384,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50397,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24828,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24825,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Wisdom','','','','','','','','','',50378,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50386,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24815,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24826,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Vengeance','','','','','','','','','',50376,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50387,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24815,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24827,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Courage','','','','','','','','','',50375,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50388,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24815,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24828,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Destruction','','','','','','','','','',50377,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50384,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24815,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24829,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Destruction','','','','','','','','','',50397,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50398,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24823,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24830,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Wisdom','','','','','','','','','',50386,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50399,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24825,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24831,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Wisdom','','','','','','','','','',50399,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50400,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24830,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24832,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Vengeance','','','','','','','','','',50387,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50401,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24826,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24833,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Vengeance','','','','','','','','','',50401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50402,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24832,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24834,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Courage','','','','','','','','','',50388,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50403,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24827,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24835,10958,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Courage','','','','','','','','','',50403,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50404,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24834,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24836,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50384,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50386,50387,50388,52570,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24837,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50386,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50384,50387,50388,52570,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24838,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50387,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50386,50384,50388,52570,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24839,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50388,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50386,50387,50384,52570,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24840,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50397,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50399,50401,50403,52571,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24841,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50399,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50397,50401,50403,52571,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24842,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50399,50397,50403,52571,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24843,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50403,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50399,50401,50397,52571,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24844,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50398,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50400,50402,50404,52572,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24845,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50400,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50398,50402,50404,52572,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24846,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50402,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50398,50400,50404,52572,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24847,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',50404,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50398,50402,50400,52572,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24848,10958,0,376,8,1,-1,0,1101,0,0,0,0,0,0,0,0,24849,0,0,'Fireworks At The Gilded Rose','Kid, this is about more than just perfume. There were some rockets in that crate, and they had some kind of chemical payload inside. I can\'t analyze it here, but I\'ll spare ya the trip to the lab.$B$BNah, you gotta find the guy who made these. I know the maker\'s mark. Snivel Rustrocket.$B$BI got a tip from a reliable source that Snivel\'s here in Stormwind, livin\' it up at the Gilded Rose. What\'s more, he had some dame on his arm. Marion Sutton was the name. Go to the Gilded Rose and see what she knows.','Speak to Marion Sutton at the Gilded Rose in Stormwind\'s Trade District.','You... You\'re not Snivel. Did he send you? He\'s so late, I had started to give up hope...$B$B$B$BThat\'s not like my Snivel, but what other choice is there?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',24656,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24849,10958,0,376,8,1,-1,0,1101,0,0,0,0,0,0,0,0,24657,0,0,'Hot On The Trail','I\'d better start from the beginning. It was love at first sight, $N. There was just something about that goblin from the moment I set eyes on him.$B$BAfter a wonderful week together, Snivel said he had come into a lot of money and that he was going to take me on a long vacation to the South Seas! Can you believe it?$B$BAnyway, he told me to pack while he ran some errands to the bank, the auction house, and the barber shop, but he never came back! I\'m beginning to think he\'s nothing but a big liar!','Look for Snivel Rustrocket in the Stormwind Counting House, the Auction House, and the Barbershop in Stormwind City.','All he talked about was leaving town with all his money? Then he really has abandoned me, hasn\'t he?$B$BOh, $N, I was such a fool to fall for him, but how could I help myself? He was so irresistible!','Who are you?','','Stormwind Counting House searched','Stormwind Auction House searched','Stormwind Barber Shop searched','',0,0,0,0,0,0,0,0,0,0,0,0,38340,38341,38342,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24848,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,18,18,0,0,0,0,0,0,0,0,0,5),(24850,10958,0,376,8,1,-1,0,690,0,0,0,0,0,0,0,0,24851,0,0,'Snivel\'s Sweetheart','Kid, this is about more than just perfume. There were some rockets in that crate, and they had some kind of chemical payload inside. I can\'t analyze it here, but I\'ll spare ya the trip to the lab.$B$BNah, you gotta find the guy who made these. I know the maker\'s mark. Snivel Rustrocket.$B$BI hear Snivel\'s livin\' it up here in Orgrimmar. What\'s more, he\'s got himself a girlfriend -- some orc dame named Roka. She\'s supposed to meet him at Gotri\'s Travelling Goods in the Drag before they make their escape.','Speak to Roka at the Gotri\'s Travelling Goods in Orgrimmar\'s Drag district.','You\'re not Snivel. He was supposed to be here an hour ago! What have you done with him?$b$b$b$bThis isn\'t like my sweet Snivel. Do you think something\'s happened to him?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',24541,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24851,10958,0,376,8,1,-1,0,690,0,0,0,0,0,0,0,0,24576,0,0,'Hot On The Trail','I\'d better start from the beginning. It was love at first sight, $N. There was just something about that goblin from the moment I set eyes on him.$B$BAfter a wonderful week together, Snivel said he had come into a lot of money and that he was going to take me on a long vacation to the South Seas! Can you believe it?$B$BAnyway, he told me to pack while he ran some errands to the bank, the auction house, and the barber shop, but he never came back! I\'m beginning to think he\'s nothing but a big liar!','Look for Snivel Rustrocket in the Orgrimmar Bank, the Auction House, and the Barbershop in Orgrimmar.','','Who are you?','','Orgrimmar Bank searched','Orgrimmar Auction House searched','Orgrimmar Barber Shop searched','',0,0,0,0,0,0,0,0,0,0,0,0,38340,38341,38342,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',24850,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24857,10958,220,0,0,1,4,0,690,0,0,0,0,0,0,0,0,0,4850,1,'Attack on Camp Narache','After carefully evaluating the map, you realize that what you discovered are the plans made by the Bristleback warchief for an extended siege on Camp Narache.$b$bSurely Chief Hawkwind could use this information!','Bring the Bristleback Attack Plans to Chief Hawkwind in Camp Narache.','This is quite alarming indeed! But with this information we can call on our brethren from Bloodhoof Village to help thwart the attack. You have saved the lives of many $r, $n.','You have a look of concern about you, $n. What news do you bring?','','','','','',4850,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4911,0,0,0,1,0,0,0,81,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24869,11403,4812,0,32960,80,80,88,0,0,0,0,0,0,0,0,0,0,0,0,'Deprogramming','We had hoped to place a man on the inside of the Cult of the Damned, to give us an inside angle on the Lich King\'s machinations, but we... underestimated the persuasive powers of Arthas and his dark minister, Lady Deathwhisper.$B$BOur man, Darnavan, is one of them now.$B$BIf you plan on fighting your way through the Oratory ahead, please keep your eyes peeled for Darnavan. If you can bring him back to us alive, we can attempt to reverse the Cult\'s brainwashing.','Defeat Lady Deathwhisper while ensuring that Darnavan survives.','Thank you, $N!$B$BI owe you a debt of gratitude for rescuing a friend whom I had thought forever lost to the clutches of the Cult. And the Argent Crusade owes you a debt for the invaluable intelligence Darnavan brings with him from his time walking the halls of this Citadel as one of the Cult.$B$BPlease, take this as a token of this appreciation, and may the Light bolster you as you carve a path through this terrible place.','','','Rescue Darnavan','','','',0,0,0,0,0,0,0,0,0,0,0,0,39091,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24870,11403,4812,0,32960,80,80,88,690,0,0,0,0,0,0,0,0,0,0,0,'Securing the Ramparts','As if this place weren\'t enough of a madhouse to begin with, we\'re fighting a war on two fronts up here, with the Scourge on one side and those blasted Alliance dogs on our other flank!$B$BWe are here to clear a safe landing for our vessels, but a behemoth of a giant on the other side of the Ramparts is hurling debris at anything that comes close and keeping our smaller ships at bay.$B$BI\'ll be honest -- he\'s a bit much for us to handle, but you and your companions look up to the task.','Slay the Rotting Frost Giant.','The giant is dead? For the Horde!$B$BThe way onward will soon be clear. Take some of these spoils of the battle as a token of our gratitude, and we will drink together in celebration once the Frozen Throne has been ground to dust!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38490,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24871,11403,4812,0,32960,80,80,88,1101,0,0,0,0,0,0,0,0,0,0,0,'Securing the Ramparts','As if this place weren\'t enough of a madhouse to begin with, we\'re fighting a war on two fronts up here, with the Scourge on one side and those blasted Horde dogs on our other flank!$B$BWe are here to clear a safe landing for our vessels, but a behemoth of a giant on the other side of the Ramparts is hurling debris at anything that comes close and keeping our smaller ships at bay.$B$BI\'ll be honest -- he\'s a bit much for us to handle, but you and your companions look up to the task.','Slay the Rotting Frost Giant.','The giant is dead? Praise the Light!$B$BThe way onward and upward is clear. Take some of these spoils of the battle as a token of our gratitude, and we will drink together in celebration once the Frozen Throne has been ground to dust!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38490,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24872,11685,4812,0,32960,80,80,88,0,0,0,0,0,0,0,0,0,0,50851,1,'Respite for a Tormented Soul','Take this Life Crystal, and have your companions take one as well. It contains potent energies from the verdant Dragonshrine in Dragonblight, and it was my own secret to resisting the dark magics of this place for so long.$B$BWhen you face Sindragosa, battle her until she is weakened, and then have your companions use these Crystals to coax out the essence that is dormant within her. If you then defeat her, you should be able to recover it and return it to Wyrmrest Temple in Dragonblight.','Use the Life Crystals to preserve Sindragosa\'s Essence.','$B$BSo much suffering, so much needless destruction. These have not been kind times for my brothers and sisters. But thanks to your efforts, brave adventurers, this darkened yet still noble soul may find peace at last.$B$BRest now, Sindragosa. You are home....','','','','','','',51026,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24873,11403,4812,0,32962,80,80,88,0,0,0,0,0,0,0,0,0,0,0,0,'Residue Rendezvous','Professor Putricide has been holed up in his foul laboratory, experimenting and refining increasingly lethal strains of blight to be used against us. If only we could obtain pure samples of the toxins, our researchers could concoct an antidote that would save countless lives.$B$BBut there\'s a catch -- a proper sample will need to mix two active strains within a living host. Should you have the... misfortune... of becoming such a host, please return here immediately so that we can harvest you for study.','Return to Alchemist Adrianna while infected with Orange and Green Blight.','At last, we have live specimens to study! You have helped to save countless lives this day, $N.$B$BPlease, take this as a token of thanks for this great deed.','','Return with two strains of Blight.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,8),(24874,11403,4812,0,32960,80,80,88,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Quickening','These Scourge bloodsuckers -- San\'layn they call themselves - give me the creeps. We\'ve had one of our best men keeping an eye on them. But this morning he got sloppy and got himself taken prisoner. He\'s being interrogated by the Queen herself right now, and his cries echo through the Crimson Halls. Please, save him before it\'s too late!','Rescue Infiltrator Minchar before he is executed.','Whew, I thought I was a goner! I heard talk of a resurrection ritual going on in these Halls and went in for a closer look, but one of those blasted vampires sniffed me out. They strung me up here, draining my life energy and hoping I\'d break and divulge our plans of attack. As if I even know what Tirion has planned!$B$BPlease, take these spoils of war as a small token of gratitude for saving my life.','','','Minchar Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,38558,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24875,11403,4812,0,32960,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Deprogramming','We had hoped to place a man on the inside of the Cult of the Damned, to give us an inside angle on the Lich King\'s machinations, but we... underestimated the persuasive powers of Arthas and his dark minister, Lady Deathwhisper.$B$BOur man, Darnavan, is one of them now.$B$BIf you plan on fighting your way through the Oratory ahead, please keep your eyes peeled for Darnavan. If you can bring him back to us alive, we can attempt to reverse the Cult\'s brainwashing.','Defeat Lady Deathwhisper while ensuring that Darnavan survives.','Thank you, $N!$B$BI owe you a debt of gratitude for rescuing a friend whom I had thought forever lost to the clutches of the Cult. And the Argent Crusade owes you a debt for the invaluable intelligence Darnavan brings with him from his time walking the halls of this Citadel as one of the Cult.$B$BPlease, take this as a token of this appreciation, and may the Light bolster you as you carve a path through this terrible place.','','','Rescue Darnavan','','','',0,0,0,0,0,0,0,0,0,0,0,0,39092,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24876,11403,4812,0,32960,80,80,89,1101,0,0,0,0,0,0,0,0,0,0,0,'Securing the Ramparts','As if this place weren\'t enough of a madhouse to begin with, we\'re fighting a war on two fronts up here, with the Scourge on one side and those blasted Horde dogs on our other flank!$B$BWe are here to clear a safe landing for our vessels, but a behemoth of a giant on the other side of the Ramparts is hurling debris at anything that comes close and keeping our smaller ships at bay.$B$BI\'ll be honest -- he\'s a bit much for us to handle, but you and your companions look up to the task.','Slay the Rotting Frost Giant.','The giant is dead? Praise the Light!$B$BThe way onward and upward is clear. Take some of these spoils of the battle as a token of our gratitude, and we will drink together in celebration once the Frozen Throne has been ground to dust!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38494,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24877,11403,4812,0,32960,80,80,89,690,0,0,0,0,0,0,0,0,0,0,0,'Securing the Ramparts','As if this place weren\'t enough of a madhouse to begin with, we\'re fighting a war on two fronts up here, with the Scourge on one side and those blasted Alliance dogs on our other flank!$B$BWe are here to clear a safe landing for our vessels, but a behemoth of a giant on the other side of the Ramparts is hurling debris at anything that comes close and keeping our smaller ships at bay.$B$BI\'ll be honest -- he\'s a bit much for us to handle, but you and your companions look up to the task.','Slay the Rotting Frost Giant.','The giant is dead? For the Horde!$B$BThe way onward and upward is clear. Take some of these spoils of the battle as a token of our gratitude, and we will drink together in celebration once the Frozen Throne has been ground to dust!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38494,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24878,11403,4812,0,32962,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Residue Rendezvous','Professor Putricide has been holed up in his foul laboratory, experimenting and refining increasingly lethal strains of blight to be used against us. If only we could obtain pure samples of the toxins, our researchers could concoct an antidote that would save countless lives.$B$BIf you happen to come across live specimens, please return here immediately so that we can harvest them for study.','Return to Alchemist Adrianna while infected with Orange and Green Blight.','At last, we have live specimens to study! You have helped to save countless lives this day, $N.$B$BPlease, take this as a token of thanks for this great deed.','','Return with two strains of Blight.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,8),(24879,11403,4812,0,32960,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Quickening','These Scourge bloodsuckers -- San\'layn they call themselves -- give me the creeps. We\'ve had one of our best men keeping an eye on them. But this morning he got sloppy and got himself taken prisoner. He\'s being interrogated by the Queen herself right now, and his cries echo through the Crimson Halls. Please, save him before it\'s too late!','Rescue Infiltrator Minchar before he is executed.','Whew, I thought I was a goner! I heard talk of a resurrection ritual going on in these Halls and went in for a closer look, but one of those blasted vampires sniffed me out. They strung me up here, draining my life energy and hoping I\'d break and divulge our plans of attack. As if I even know what Tirion has planned!$B$BPlease, take these spoils of war as a small token of gratitude for saving my life.','','','Minchar Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,39123,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24880,11685,4812,0,32960,80,80,89,0,0,0,0,0,0,0,0,0,0,50851,1,'Respite for a Tormented Soul','Take this Life Crystal, and have your companions take one as well. It contains potent energies from the verdant Dragonshrine in Dragonblight, and it was my own secret to resisting the dark magics of this place for so long.$B$BWhen you face Sindragosa, battle her until she is weakened, and then have your companions use these Crystals to coax out the essence that is dormant within her. If you then defeat her, you should be able to recover it and return it to Wyrmrest Temple in Dragonblight.','Use the Life Crystals to preserve Sindragosa\'s Essence.','$B$BSo much suffering, so much needless destruction. These have not been kind times for my brothers and sisters. But thanks to your efforts, brave adventurers, this darkened yet still noble soul may find peace at last.$B$BRest now, Sindragosa. You are home....','','','','','','',51027,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52006,0,0,0,1,0,0,0,1156,0,0,0,0,0,350,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24881,10958,0,0,136,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 5-15 (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24882,10958,0,0,136,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 15-25 (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24883,10958,0,0,136,24,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 24-34 (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,27900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24884,10958,0,0,136,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 35-45 (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52001,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24885,10958,0,0,136,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 46-55 (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52002,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24886,10958,0,0,136,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 56-60 (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52003,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,85800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24887,10958,0,0,136,60,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 60-64 (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52004,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,96000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24888,10958,0,0,136,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 65-70 (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52005,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24889,10958,0,0,136,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 5-15 (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24890,10958,0,0,136,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 15-25 (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24891,10958,0,0,136,24,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 24-34 (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24892,10958,0,0,136,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 35-45 (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52001,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24893,10958,0,0,136,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 46-55 (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52002,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24894,10958,0,0,136,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 56-60 (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52003,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,57300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24895,10958,0,0,136,60,64,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 60-64 (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52004,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31000,0,0,0,0,0,0,0,0,0,0,64500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24896,10958,0,0,136,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 65-70 (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52005,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24912,10958,4812,0,64,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Empowerment','','','','','','','','','',49888,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,72411,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24914,11685,4812,0,64,80,80,0,0,0,0,0,0,0,0,0,0,0,51315,1,'Personal Property','You can detect no hinges or openings on this box. Were it not for the shifting of items inside, it could easily be mistaken for solid metal.$b$bIf anyone could know the method of its opening, it would be Highlord Mograine.','Bring the Sealed Chest to Highlord Darion Mograine in Icecrown Citadel.','$B$BHere you are, $R.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51316,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,165300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24915,11685,4812,0,64,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Mograine\'s Reunion','','','','','','','','','',51317,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52200,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24916,11685,4812,0,0,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Jaina\'s Locket','','','','','','','','','',51318,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52251,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24917,11685,4812,0,0,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Muradin\'s Lament','','','','','','','','','',51319,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52201,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24918,11685,4812,0,0,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'Sylvanas\' Vengeance','','','','','','','','','',51321,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52253,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24919,11685,4812,0,0,80,80,89,0,0,0,0,0,0,0,0,0,0,0,0,'The Lightbringer\'s Redemption','','','','','','','','','',51320,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52252,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24922,11685,0,0,136,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random Heroic (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24923,11685,0,0,136,64,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burning Crusade Random Heroic (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25055,11685,0,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,52274,1,'Elemental Research','[ph] I\'ll give you a sack of shaman stuff. Use the elemental sapta to enter the spirit and use the totem on the Agitated Earth Elementals.','[ph] log description','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39021,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25092,11685,0,0,1,80,80,0,0,0,0,0,0,0,0,0,0,0,52344,1,'Elemental Research','[ph] I\'ll give you a sack of shaman stuff. Use the elemental sapta to enter the spirit and use the totem on the Agitated Fire Elementals.','[ph] log description','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39047,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25180,11685,1519,0,136,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tablets of the Earth','Some time ago, my brother Brann sent an urgent message from Ulduar. He said he\'d found an ancient titan cache with mysterious and important relics. King Wrynn dispatched one of his fastest ships to Northrend to transport the courier and the boat should\'ve arrived by now.$B$BI\'m worried, $N. I haven\'t heard anything about the courier\'s arrival. Would you be willing to travel to Stormwind Harbor and see if he\'s arrived?','Bring the Tablets of Earth to King Magni Bronzebeard in Ironforge.','','','','','','','',52275,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25181,11685,1519,0,136,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tablets of Fire','I\'m expecting the arrival of a courier traveling from Northrend. He\'s carrying a collection of ancient titan treasures, ones I\'m hoping will shed light on my troubling visions. The shaman should\'ve arrived on one of the recent zeppelin flights and I\'m starting to get worried.$B$BHe was to meet me by the zeppelin tower southwest of Orgrimmar\'s gates, but I don\'t want to miss my audience with the warchief. Would you be willing to look for the courier and see what\'s delaying him?','Bring the Tablets of Fire to Seer Bahura in Orgrimmar.','','','','','','','',52276,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25199,11685,1,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,25285,0,0,'Basic Orders','Hey! You look like you could give us a hand!$B$BIf you\'re willing to help our cause, we have to get you through training. Gnome training is brutal and rigorous, so I hope you\'re ready.$B$BHead over to Drill Sergeant Steamcrank and he\'ll walk you through what you need to know. Make sure you follow his orders when he gives them, or else you\'ll never make it$B$BI\'m warning you though, it\'s tough over there. Come back to see me, if you make it.','Follow Drill Sergeant Steamcrank\'s cues and then report back to Captain Tread Sparknozzle.','You made it through in one piece? You have more gears then I thought, $n!','Did you make it through basic training yet? Make sure you follow Drill Sergeant\'s orders when he gives them.','','Salute the Drill Sergeant','Roar with the Drill Sergeant','Cheer with the Drill Sergeant','Dance with the Drill Sergeant',0,0,0,0,0,0,0,0,0,0,0,0,39355,39356,39362,39361,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25212,11685,1,0,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,52541,1,'Vent Horizon','We thought that we could wait for the radiation to subside around Gnomeregan, but it doesn\'t appear to be getting better.$B$BIf we want to take back our city, we need to make sure it\'s safe for our troops to enter.$B$BTake these Radiageigatrons, hop in \'Thunderflash\' here, and toss them at the ventilation shafts outside of Gnomeregan. They\'ll report the radiation levels directly to me.','Use Pilot Muzzlesprock\'s flying machine to toss Radiageigatrons at the vents surrounding Gnomeregan.','Fantastic work!$B$BThe data I received shows the radiation levels are fully within safety range of our suits. That is excellent news!','Did you deploy all the devices?','','Deploy Radiageigatron at Gnomeregan Vents','','','',0,0,0,0,0,0,0,0,0,0,0,0,39420,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25228,11685,1637,0,136,5,-1,0,0,0,0,0,0,0,0,0,0,25254,0,0,'Prophecies Of Doom','Harbingers of doom are nothing new on the streets of Orgrimmar, but I\'m worried about this latest batch. These people are organized and they\'ve attracted a lot of attention in the Drag, where they seem to congregate.$B$BI\'ve thought about rounding them up or otherwise disrupting their activities, but that will just drive them underground. We need to find out more about them. Would you go to the Drag, listen to what these doomsayers are spreading, and gather any literature you can find about their ideas?','Listen to a speech given by a Doomsayer in the Drag and obtain copies of the pamphlets \"Elemental Fire for the Soul\", \"What Does \'The End of All Things\' Mean for Me?\", and \"Finding Security and Comfort in a Doomed World\".','','Well, did you find out anything?','','Listen to Doomsayer\'s speech','','','',0,52562,52563,52565,0,0,0,1,1,1,0,0,39454,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25229,11685,1,0,8,0,-1,0,1101,0,0,0,0,0,0,0,0,25199,52566,1,'A Few Good Gnomes','Our engineers have been working on getting our battle machines ready for our assault on Gnomeregan, but we\'re out of pilots!$B$BWe\'ve developed a device called the Motivate-a-Tron, which prevents distraction from other sources and gives the gnome the courage to enlist.$B$BAfter motivating a few Gnome Citizens, lead them out to Captain Tread Sparknozzle out at Steelgrill\'s Depot, just south of Ironforge.$B$BOh, and be careful. The device is still a little experimental.\n','Recruit Gnome Citizens from Tinker Town using the Motivate-a-Tron and lead them to Captain Tread Sparknozzle at Steelgrill\'s Depot.','This is the best group of potential pilots you could find?$B$BOkay, well, I\'ll see what I can do. I\'ve been known to turn even the biggest pile of gnarled gears into a smooth-runnin\' fightin\' machine and I expect no less with this lot.$B$BWell, I guess it\'s time to work!','Did you find some fresh recruits?','','Gnomes Motivated','Motivated Gnomes Brought to Captain Sparknozzle','','',0,0,0,0,0,0,0,0,0,0,0,0,39623,39466,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25238,11685,210,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strength Ring Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25239,11403,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Might','','','','','','','','','',52569,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52570,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',24815,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25240,11403,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Might','','','','','','','','','',52570,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52571,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',25239,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25242,11403,4812,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Might','','','','','','','','','',52571,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52572,0,0,0,1,0,0,0,1156,0,0,0,0,0,250,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',25240,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25246,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',52572,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50398,50400,50404,50402,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25247,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',52569,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50378,50377,50375,50376,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25248,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',52570,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50386,50384,50388,50387,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25249,11403,4812,0,8,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','','','','','',52571,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50399,50397,50403,50401,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25253,11685,1519,0,136,5,-1,0,0,0,0,0,0,0,0,0,0,25282,0,0,'Prophecies Of Doom','Harbingers of doom are nothing new on the streets of Stormwind, but I\'m worried about the most recent ones. They\'ve set up shop all over Old Town and they seem well coordinated.$B$BI\'ve thought about rounding them up or otherwise disrupting their activities, but that will just drive them underground. We need to find out as much as we can about them. Would you go to Old Town, hear what idea these doomsayers are spreading, and see if you can collect any of their leaflets?','Listen to a speech given by a Doomsayer in Old Town and obtain copies of the pamphlets \"Elemental Fire for the Soul\", \"What Does \'The End of All Things\' Mean for Me?\", and \"Finding Security and Comfort in a Doomed World\".','','What did you encounter in Old Town?','','Listen to Doomsayer\'s speech','','','',0,52562,52563,52565,0,0,0,1,1,1,0,0,39454,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25254,11685,1637,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,0,52706,1,'Signs Of The Times','We\'ve got to do something to reduce interest in this doomsday cult, but I\'m hesitant to take much action until we know more about who is behind this group.$B$BI\'ve had my men place markers around heavily traveled areas in Orgrimmar. Take these posters and set them up where you see the markers. They won\'t discourage the most determined of seekers, but it\'s a first step in exposing this cult. The Horde has enough to deal with as it is, without people wilfully spreading lies too.','Setup 5 Warning Posters around the Valley of Strength, the Drag, or the Valley of Honor.','','','','Posters placed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39581,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25228,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25282,11685,1519,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,0,52707,1,'Signs Of The Times','We\'ve got to do something to reduce interest in this doomsday cult, but I\'m hesitant to take much action until we know more about who is behind this group.$B$BI\'ve had my men place markers around heavily traveled areas of the city. Take these posters and set them up where you see the markers. They won\'t discourage the most determined of seekers, but it\'s a first step in exposing this cult. The already king has enough enemies without his own people turning against him.','Setup 5 Warning Posters in the Trade District, Mage District, or Cathedral District of Stormwind.','','','','Posters placed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39672,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25253,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25283,11685,1,0,8,1,-1,0,1101,0,0,0,0,0,0,0,0,0,52709,1,'Prepping the Speech','High Tinker Mekkatorque asked me to write a speech that he could give before the battle starts, but I can\'t tell which draft is good and which ones just stink.$B$BCould you try some of them out on some of the local gnome residents? This device creates an image of Mekkatorque saying a few lines from each of my speech drafts.$B$BLet me know which one works, okay?','Use the Gnomish Playback Device in front of Ozzie Togglevolt north of Kharanos, Milli Featherwhistle at Steelgrill Depot and Tog Rustsprocket outside the Kharanos Inn. Return to Toby Ziegear when all the speeches have been given.','Oh my. Their reactions were that different?$B$BNot completely what I was expecting, but I think I have a speech that will do.$B$BJust let me find where I put it...','Hey, did you have a chance to test out my speeches?','','Perform Speech to Ozzie Togglevolt','Perform Speech to Milli Featherwhistle','Perform Speech to Tog Rustsprocket','',0,0,0,0,0,0,0,0,0,0,0,0,1268,7955,6119,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25285,11685,1,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,25289,0,0,'In and Out','We\'ve gotta get these new mechano-tanks ready for the assault. You ready to help test these bad boys out?! Of course you are!$b$bFirst, we need to make sure that once you\'re in, you can get out. In battle, if you think your tank is going to explode, get out! I\'ve seen many a gnome stay in \'til the bitter end... the tank blows up, and them along with it.$B$BWell, I\'ve upgraded this tank with an ejection seat. Try it out for me, will ya?','Test out the ejection system in the Ejector Mechano-Tank.','Hey, look at that! You weren\'t blown to bits!','Those ejection systems aren\'t going to test themselves... though that isn\'t a bad idea...','','Ejection System Tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,39683,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',25199,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0,0,3),(25286,11685,1,0,262152,75,75,0,1101,0,0,0,0,0,0,0,0,25287,52731,1,'Words for Delivery','Here we go. This is the speech, $N!$B$BIt has everything to be a great battle starter: It\'s inspirational, has eloquent language and speaks directly to gnomes. Never has a finer speech been written!$B$BTurn this in to Captain Tread Sparknozzle and get some transportation to High Tinker Mekkatorque!','Give the speech to Captain Tread Sparknozzle at Steelgrill Depot.','Toby is all done with the speech? Let me see...$B$B Pumping pistons! What a fantastic speech! I knew Toby was a good writer, but this is perhaps the best he\'s ever written.$B$BI think it\'s time to get you out to the battle.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54651,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30000,0,0,0,0,0,0,0,0,0,0,63000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25287,11685,1,0,8,75,75,0,1101,0,0,0,0,0,0,0,0,25393,52731,1,'Words for Delivery','All right, soldier. Time to prove your worth!$B$BTake the speech and board the flying machine \"Thunderflash\". It\'s the fastest ship to High Tinker Mekkatorque and this speech is the only thing he\'s waiting on before starting Operation: Gnomeregan.$B$BGo! Now!','Ride \'Thunderflash\' from Steelgrill Depot to High Tinker Mekkatorque and deliver Toby\'s speech.','This is the final draft, then? Let me have a look...','Were you here to deliver Toby Zeigear\'s speech?','','','','','',52731,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',25286,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25288,11685,1637,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,25380,0,0,'Infiltrating The Cult','The streets of Orgrimmar are wild with rumors about the cult\'s origins and practices. There\'s only one way to know the truth about this group, $N. You\'re going to join them.$B$BApproach one of the Doomsayers in the Drag and tell them you wish to join their group. With any luck, they will give you instructions to introduce yourself to one of the group\'s leaders and tell you where the group is hiding. Don any clothing given to you by the doomsayer; you\'ll need it to gain entry to the group\'s hideout.','Speak to a Doomsayer Orgrimmar\'s Drag to join the cult, then put on your Recruit\'s Robe.','','','','Join the Doomsday Cult','','','',0,0,0,0,0,0,0,0,0,0,0,0,39872,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25289,11685,1,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,25295,0,0,'One Step Forward...','With the ejection system working, I think we\'re ready to test out movement. This tank has an extra special feature: Automatic Evasive Maneuvers!$b$bI want you to check out the servos on the left leg, the right leg and the Automatic Evasive Maneuver system.$b$bThis is easy stuff, so it shouldn\'t take too long.','Test the the Scuttling Mechano-Tank\'s maneuverability.','Hmm... so the left leg servo was activating the right leg? But I saw the left leg moving...$B$BEh, details. I\'ll get to that later, but two out of three things worked: That isn\'t half bad!$B$BThanks for checking this out for me, $n.','I\'m waiting on those test results, $n.','','Left Leg Servos Tested','Right Leg Servos Tested','Evasive Maneuver System Tested','',0,0,0,0,0,0,0,0,0,0,0,0,39691,39692,39695,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',25285,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25290,11685,1519,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,25415,0,0,'Infiltrating the Cult','It\'s getting difficult to keep the cultists out of the public eye and rumors are spreading across the city. I want you to join the cult and learn as much as you can.$B$BApproach one of the doomsayers in Old Town and tell them you wish to join their group. The doomsayer will likely give you clothing and instructions to meet with other cultists in one of the group\'s hideouts. Follow those instructions, $N. It\'s the only way to gain their confidence.','Speak to Doomsayer Stormwind\'s Old Town to join the doomsday cult, then equip the Doomsday Recruit\'s Robe you receive.','','','','Join Doomsday Cult','','','',0,0,0,0,0,0,0,0,0,0,0,0,39872,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25293,11685,1637,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing','Aside from the disturbances and the paranoia spread by the cult, we\'ve been inundated with reports of missing people. Mothers, fathers, brothers, and sisters have seemingly disappeared, but I have a feeling that they can be found in one of the cult\'s compounds outside the city. If I give you the names of some of the missing people, would you try to locate them in the cultist camp at the Jaggedswine Farm south of Orgrimmar? To blend in, you\'ll need to get a robe from one of the doomsayers in the Drag.','While wearing your Cult Disguise, speak to Cultist Kagarn, Cultish Agtar, Cultist Tokka, and Cultist Rokaga at the Jaggedswine Farm in Durotar.','','','','Speak to Cultist Kagarn','Speak to Cultist Agtar','Speak to Cultist Tokka','Speak to Cultist Rokaga',0,0,0,0,0,0,0,0,0,0,0,0,39757,39758,39760,39763,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25295,11685,1,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Press Fire','Safety systems, online! Motor functions, functioning! Now all we need is to make sure that the guns will fire.$b$bThis shouldn\'t be too hard, $n. The mechano-tank on the hill behind us has been loaded with harmless pellets. Just fire off a couple rounds at the nearby targets and report back to me.','Test out the Shooting Mechano-Tank weapon systems on the nearby targets.','Hmm... so the bullets had quite a bit of spread?$B$BTo some people that may be a problem... me, though, I see it as a blessing in disguise!$B$BOur enemies will be running all over the place, so with a bit of a spread, the tank drivers won\'t need to lead the target!','What\'s wrong? Did you forget how to shoot?','','Weapon System Tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,39703,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',25289,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25306,11685,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'You\'re In The Army Gnow!','[ph] War!','[ph] Log Description','','','','Ejection System Tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,39683,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25343,11685,14,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,25347,0,0,'The Master\'s Plan','You\'re fitting in well here, $N, but there is more to us than daily chores and spreading the message. I\'m sure you heard a little bit about it when you first joined.$B$BAs you know, this world is ending and the unprepared will die painful deaths.$B$BWe have been given a gift, an opportunity to become something greater and more powerful. Overseer Golbaz is will be preparing a ritual before the altar at the eastern end of the farm. Wait there for him, and learn more of your new brothers and sisters.','Learn more about the cult\'s plans at the altar in the eastern part of the Jaggedswine Farm.','','','','Cho\'Gall\'s Revelation','','','',0,0,0,0,0,0,0,0,0,0,0,0,39821,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25380,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25347,11685,1637,0,0,5,-1,0,0,0,0,0,0,0,0,0,0,25348,52835,1,'The Doomsday Plan','The first batch of elemental devices are ready. Your task will be to conceal them inside the city of Orgrimmar. The devices will unleash their fire elementals at the proper time. Don\'t worry, $N, you\'ll be safely away before that happens.$B$BDo not do anything that would draw attention to yourself.$B$B','Take the Elemental Devices to Blood Guard Torek in Orgrimmar\'s Valley of Strength.','','You\'ve returned at last. I was beginning to think that you\'d taken up with the cultists for good.','','','','','',0,52835,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',25343,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25348,11685,1637,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,25351,0,0,'Thwarting Twilight\'s Hammer','You can\'t have been the only person sent into Orgrimmar to deploy those devices containing fire elementals. We have to find and disable the rest of the devices before set their captive elementals free and burn down the city.$B$BAre you familiar enough with the devices to destroy them? You need to break them open before the fire elementals inside have had time to reach full strength. They should be easy to defeat if you open the devices early. The cultists have probably put them all over the city.','Break Elemental Devices to release their elementals. You must defeat 5 Raging Fire Elementals.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,39852,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25347,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25351,11685,1637,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alert The Warchief','You have successfully defended Orgrimmar from the threat posed by this Twilight\'s Hammer cult, $N, and without shedding the blood of our own people. Our enemy will not rest for long. I cannot imagine that Cho\'Gall will accept defeat so easily.$B$BYou must take word to Thrall. Go to the Valley of Wisdom and speak to him in Grommash Hold. Tell the warchief that our enemies have shown themselves and we must be prepared for their return.','Speak with Thrall at Grommash Hold in Orgrimmar\'s Valley of Wisdom.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25348,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25380,11685,14,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,25343,53048,1,'Spreading The Word','Welcome to the farm, $N. Everyone here works to earn $g his:her; keep. For some, that means caring for the animals. Others are responsible for working on our construction projects. Still others work to spread our message among the people and I think that\'s a good place for you to start.$B$BTake this board. It bears a short message about our beliefs. While wearing the board, visit the eastern and western zeppelin towers outside Orgrimmar\'s gates, as well as the town square of Razor Hill, to the south.','While wearing your Doomsday Message, visit the East Zeppelin Tower, the West Zeppelin Tower, and the town square of Razor Hill.','','','','Spread Message at East Zeppelin Tower','Spread Message at West Zeppelin Tower','Spread Message in Razor Hill','',0,0,0,0,0,0,0,0,0,0,0,0,39975,39976,39977,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25288,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25393,11685,1,0,64,0,75,0,1101,0,0,0,0,0,0,0,0,0,0,0,'Operation: Gnomeregan','Momentarily, the multi-phased assault upon Gnomeregan will begin and Mekgineer Thermaplugg and his men will be brought to justice! Too long has Thermaplugg festered in the depths of our home, defended by a corrupt and irradiated army.$B$BThe assault begins in but a moment! Be ready recruit, this fight will not be for the faint-hearted.','Help King Mekkatorque with the assault on Gnomeregan.','Curses! We had to fall back. But Thermaplugg\'s lost, and he knows it... he\'s only bought himself time. We hold the surface, and when the radiation clears we\'ll assault and recapture Gnomeregan with a force twice this size.','','','Regain the Surface of Gnomeregan','','','',0,0,0,0,0,0,0,0,0,0,0,0,39901,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53097,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',25287,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25414,11685,1519,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing','The cult isn\'t just spreading fear and paranoia anymore. Now, I\'m receiving reports of missing people. Mothers, fathers, brothers, and sisters have seemingly disappeared, but I have a feeling they can be found in one of the cult\'s camps outside the city. If I give you the names of some of the missing people, would you try to locate them in the cultist camp at Mirror Lake Orchard? It\'s southwest of the city gates. To blend in, you\'ll need join the cult and get a robe from one of the doomsayers in Old Town.','While wearing your Doomdsay Recruit\'s Robe, speak to Cultist Lethelyn, Cultish Kaima, Cultist Wyman, and Cultist Orlunn at Mirror Lake Orchard in Elywnn Forest.','','','','Speak to Cultist Lethelyn','Speak to Cultist Kaima','Speak to Cultist Wyman','Speak to Cultist Orlunn',0,0,0,0,0,0,0,0,0,0,0,0,39967,39968,39969,39970,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25415,11685,12,0,0,5,-1,0,0,0,0,0,0,0,0,0,0,25416,53048,1,'Spreading The Word','Welcome to our orchard, $N. Everyone here works to earn $g his:her; keep. For some, that means tending the fruit trees. Others are responsible for working on our construction projects. Still others work to spread our message among the people and I think that\'s a good place for you to start.$B$BTake this board. It bears a short message about our beliefs. While wearing it, visit the Westbrook Garrison, southwest of here, the town square of Goldshire just to the east, and the Valley of Heroes in Stormwind.','While wearing your Doomsday Message, visit the Westbrook Garrison, the Valley of Heroes in Stormwind, and the town square of Goldshire.','','','','Spread Message at Westbrook Garrison','Spread Message in Valley of Heroes','Spread Message in Goldshire','',0,0,0,0,0,0,0,0,0,0,0,0,40102,40101,40103,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25290,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25416,11685,12,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,25417,0,0,'The Master\'s Plan','You\'re fitting in well here, $N, but there is more to us than daily chores and spreading the message. I\'m sure you heard a little bit about it when you first joined.$B$BAs you know, this world is ending and the unprepared will die painful deaths.$B$BWe have been given a gift, an opportunity to become something greater and more powerful. Overseer Talathor is preparing for a ritual at the altar just north of the orchard. Wait there for him, and learn more of your new brothers and sisters.','Learn more about the cult\'s plans at the altar in the northern part of Mirror Lake Orchard.','','','','Cho\'Gall\'s Revelation','','','',0,0,0,0,0,0,0,0,0,0,0,0,39821,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25415,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25417,11685,1519,0,0,5,-1,0,0,0,0,0,0,0,0,0,0,25418,52835,1,'The Doomsday Plan','The first batch of elemental devices are ready. Your task will be to conceal them inside populated areas of Stormwind. The devices will unleash their elementals at the proper time. Don\'t worry, $N, you\'ll be safely away before that happens.$B$BDo not do anything that would draw attention to yourself.$B$B','Take the Elemental Devices to Captain Anton in Stormwind\'s Trade District.','','You\'ve returned at last. I was beginning to think that you\'d taken up with the cultists for good.','','','','','',0,52835,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,150,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',25416,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25418,11685,1519,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,25425,0,0,'Thwarting Twilight\'s Hammer','You can\'t have been the only person sent into Stormwind to deploy those devices containing wind elementals. We have to find and disable the rest of the devices before set their captive elementals free to create storms in the city.$B$BAre you familiar enough with the devices to destroy them? Our best chance is to break the devices before the elementals inside can reach full strength. Look for the devices in the Trade District, Cathedral Square and the Mage District. Hurry!','Destroy Elemental Devices to release their captive elementals. Defeat 5 Raging Wind Elementals.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,40104,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25417,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25425,11685,1519,0,8,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warn King Wrynn','You have successfully defended Stormwind from the threat posed by this Twilight\'s Hammer cult, $N, and without harming our own citizens. Our enemy will not rest for long. Indeed, Cho\'Gall must already be busy planning his next move.$B$BYou must take word to King Varian Wrynn. Go directly to him in the throne room of Stormwind Keep. Tell the king that our enemies have shown themselves and we must be prepared for their return.','Speak with King Varian Wrynn in Stormwind Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25418,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25444,11685,14,0,0,1,-1,0,690,0,0,0,0,0,0,0,0,25446,0,0,'Da Perfect Spies','Now, it would be foolish to go in blind \'ere, so I be creatin\' some tiny spies to gather information for Vol\'jin. He got to know what\'s goin\' on over on de islands.$B$BI could use da help, if you be feelin\' up to it. I tell ya how it\'s done. First, ya gotta catch de frogs. Dey like to stay in de shade of da palm trees around Sen\'jin.$B$BOnce ya have de frogs, bring \'em over here to my sentry totem an\' attune dem to me sight.','Capture 5 Sen\'jin Frogs and attune them to Vanira\'s sight at her Sentry Totem.','These be enough for me purposes. Now comes de hard part.','Ya helpin\' with da frogs or not?','','','Sen\'jin Frogs attuned','','',0,0,0,0,0,0,0,0,0,0,0,0,0,40188,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25445,11685,393,0,192,0,78,0,690,0,0,0,0,0,0,0,0,0,0,0,'Zalazane\'s Fall','De time for battle is now! We\'d be headin\' ova to da islands soon, so you\'d betta be ready.$B$BZalazane doesn\'t have much time left.','Help Vol\'jin take back the Echo Isles and kill Zalazane.','$n, you\'d be a mighty warrior and a fierce commrade to da Darkspear trolls. De Echo Isles are OURS now and we couldn\'ta done it wit\'out ya.$b$bTake dis cloak. Wear it wit pride. You\'d be a member of da tribe now!$b$bIn no time, da trolls will have a home again and we have you to thank for dat.','','','Zalazane Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,40428,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54617,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,129600,0,0,0,0,'',25495,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25446,11685,14,0,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,53637,1,'Frogs Away!','Wit de frogs ready to go, I be needin\' ya to help me send \'em out to the isles.$B$BOn de eastern side of Sen\'jin Village, ya can find Handler Marnlek. He be handlin\' all the bats for Vol\'jin\'s scouts and he can loan ya a bat to get ya out to de isles.$B$BTake dis sack\' o frogs with ya. I been askin\' de spirits for guidance. Dey\'ve sent smoke to show ya where I need de eyes most. While ridin\' de bat, reach into de sack and toss de frogs toward de white smoke.','While riding a bat, use the Sack o\' Frogs to place 12 attuned frogs on the markers in the Echo Isles.','I\'m already beginnin\' to see what de frogs are seein\'. Ya done it perfectly, $n. Now Vol\'jin and I will see what Zalazane be plannin\'.','','','Attuned Frogs deployed','','','',0,0,0,0,0,0,0,0,0,0,0,0,40218,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25444,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25461,11685,14,0,0,1,-1,0,690,0,0,0,0,0,0,0,0,0,54215,1,'Trollin\' For Volunteers','Vol\'jin has given me his war drums and put me in charge of trainin\' da new recruits here. Only problem is we be short on new recruits.$B$BSupposin\' I loaned ya dis drum, would ya use it to sound de call to war on Vol\'jin\'s behalf in Razor Hill? If ya could even inspire just a few trolls to join da cause, it would make a difference. Once ya\'ve convinced dem to volunteer, bring dem back to me for trainin\'. Go over an\' talk to Handler Marnlek to de south. He can lend you a bat for de ride to Razor Hill.','Use Vol\'jin\'s War Drums to recruit 5 Troll Citizens in Razor Hill.$B$BYou can speak to Handler Marnlek for a bat ride to Razor Hill.','Ya found some good ones. I be trainin\' them hard and we won\'t stop until we\'ve driven Zalazane from our islands.','We be needin\' as many volunteers as we can get.','','Troll Volunteers recruited','Troll Volunteers delivered to Champion Uru\'zin','','',0,0,0,0,0,0,0,0,0,0,0,0,40257,40260,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25470,11685,14,0,0,1,-1,0,690,0,0,0,0,0,0,0,0,25480,0,0,'Lady Of Da Tigers','Remember de frogs ya made into me eyes and ears? Well, dey\'ve found somethin\' interestin\'.$B$BOn an island to de southeast, dey\'ve spied a tiger even de other cats seem to fear. Dis tiger, I\'ve never seen anythin\' like it.$B$BIt hunts wit\' da instincts of a cat, but de mind of a person. It could be a powerful spirit and a strong ally.$B$BI\'ll be callin\' down the spirit o\' the tiger upon ya. Use its gifts to locate this cat and challenge it. See if ya can win its aid in our battle for the isles.','While imbued with the Spirit of the Tiger, lure the Tiger Matriarch out of hiding and use your new abilities to best it in combat.','Vanira\'s frogs be tellin\' de truth, den? Dis tiger be a druid and an ally? We couldn\'t be hopin\' for a better outcome. Dis be a good omen for de coming battle.','','','Challenge the Tiger Matriarch','','','',0,0,0,0,0,0,0,0,0,0,0,0,40301,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25480,11685,14,0,8,1,-1,0,690,0,0,0,0,0,0,0,0,0,0,0,'Dance Of De Spirits','De time has come to start thinkin\' about when to make our move. Champion Uru\'zin tells me his men be ready. You and Vanira done good work gatherin\' information on de enemy and findin\' us new allies.$B$BNow, we read de omens. We find out when to launch de attack.$B$BFind Witch Doctor Hez\'tok near the circle of ritual dancers. He be startin\' de ritual as soon as ya be ready.','Talk to Witch Doctor Hez\'tok near the circle of ritual dancers outside Sen\'jin Village when you\'re ready to consult the omens.','I will take de spirits\' advice to heart. Wit\' dem behind us and de power of de ancient loas of de Darkspear Tribe, we be ready to reclaim what\'s ours!','','','Dance of the Spirits','','','',0,0,0,0,0,0,0,0,0,0,0,0,40387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54653,0,0,0,1,0,0,0,530,0,0,0,0,0,250,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',25470,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25482,11685,0,0,136,75,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'World Event Dungeon - Headless Horseman','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54516,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25483,11685,0,0,136,75,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'World Event Dungeon - Coren Direbrew','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54535,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25484,11685,0,0,136,75,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'World Event Dungeon - Ahune','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54536,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25485,11685,0,0,136,75,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'World Event Dungeon - Hummel','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54537,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25495,11685,14,0,8,75,-1,0,690,0,0,0,0,0,0,0,0,25445,0,0,'Preparin\' For Battle','Vol\'jin be gatherin\' his gear and readyin\' de warriors. He ask me to tell ya to meet with him an\' Vanira on de island to de east.$B$BFrom dere, he and de warriors will launch de attack on Zalazane. May de ancestors go wit\' you, $N. Without ya, dis campaign would only be a shadow of what it become. Speak to Handler Marnlek, just to de south, an\' he give you a bat to fly out to de stagin\' area.','Speak to Handler Marnlek for a flight to the staging area. Meet Vol\'jin on the island east of the war camp.','At last, everythin\' be ready. Now, we show Zalazane what happen to dose who defy de Darkspears!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25500,11685,1,0,262152,1,-1,0,1101,0,0,0,0,0,0,0,0,0,52731,1,'Words for Delivery','Here we go. This is the speech, $N!$B$BIt has everything to be a great battle starter: It\'s inspirational, has eloquent language and speaks directly to gnomes. Never has a finer speech been written!$B$BTurn this in to Captain Tread Sparknozzle and see if there\'s anything else he needs of you.','Give the speech to Captain Tread Sparknozzle at Steelgrill Depot.','This is the speech from Toby? Fantastic!$b$bRecruit, you\'ve done all we could possibly ask for and the Gnomeregan Army thanks you!$b$bWe\'ve got a strike team heading to Gnomeregan now and that wouldn\'t have been possible without your assistance. For all of your help, we\'d like you to join the Gnomeregan Reserves!$b$bIt doesn\'t pay very well, but you do get this snazzy helmet. Hang on to that, you might need it someday!','What do you have there, recruit?','','','','','',52731,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54651,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26012,12213,4987,0,136,80,82,62,0,0,0,0,0,0,0,0,0,26013,0,0,'Trouble at Wyrmrest','My old friend Krasus sends word of dire happenings at Wyrmrest, in Dragonblight. His missive was brief, but it seems that there has been some sort of attack on the Ruby Sanctum beneath the Temple.$B$BPressing business here in Dalaran keeps me from attending to the matter personally, but I have heard word of your exploits in the Lich King\'s Citadel and you are doubtless up to the task -- perhaps you could assist Krasus in my stead?','Speak with Krasus at Wyrmrest Temple in Dragonblight.','Thank you for heeding Rhonin\'s call, brave adventurer.$B$BLet me share with you what we know regarding recent events, and any assistance you might offer would be greatly appreciated.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,13500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26013,12213,4987,0,136,80,82,62,0,0,0,0,0,0,0,0,0,26034,0,0,'Assault on the Sanctum','$R, something terrible has transpired within the Ruby Sanctum beneath the Temple.$B$BThe entry to the Sanctum is in ruins, and its guardians violently slain. We sent scouts to investigate, but they have not returned. I cannot help but fear the worst.$B$BEnter the Ruby Sanctum and discover what has befallen the home of my flight. Once we have more information, we can plan our next steps accordingly.','Investigate the Ruby Sanctum beneath Wyrmrest Temple.','Thank you again, $C, for rescuing me from Baltharus\'s clutches!$B$BThere is still much work to be done, however.... $B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80000,0,0,0,0,0,0,0,0,0,0,135000,0,0,0,0,'',26012,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26034,12213,4987,0,200,80,82,62,0,0,0,0,0,0,0,0,0,0,0,0,'The Twilight Destroyer','This was no reckless attack, but rather a carefully orchestrated strike against the heart of the Red Dragonflight.$B$BZarithrian, on the bluff over there, is overseeing the assault, but the true leader of this force is a brash and powerful Twilight dragon named Halion. Not since Dargonax has a full-grown spawn of Sinestra\'s twisted experiments been seen.$B$BSlay him, $N, and then when the invasion has been fully repelled, report to Krasus regarding all you have seen here.','Defeat Halion and repel the invasion of the Ruby Sanctum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39863,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49426,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240000,0,0,0,0,0,0,0,0,0,0,202500,0,0,0,0,'',26013,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28376,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,63700,1,'Myzerian\'s Head','The head of one of Deathwing\'s most formidable black dragons is now in your possession.$b$bWhile many in Azeroth would pay dearly for such an artifact, something tells you that it belongs in a museum for all to see and remember.$b$bHarrison Jones is likely to have the proper connections.$b$bSullah would certainly be happy to deliver it to him.','Take Myzerian\'s Head to Sullah at Sullah\'s Sideshow.','Quite an accomplishment, $n.$b$bI\'ll be certain that this gets to Harrison when his expedition here is concluded.','You took down that dragon!?$b$bRemarkable!','','','','','',63700,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52190,52195,52191,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258000,0,0,0,0,0,0,0,0,0,0,395100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28276,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28210,0,0,0,'Salhet\'s Secret','Listen, $N. Before you give up on me, there\'s something I\'d like to show you.$B$BYou see, I\'m not much of a fighter. I\'m not very coordinated.$B$BI\'m more of a tactical mind.$B$BMeet me at the southern end of the ridge and I\'ll show you.','Find Salhet at the Southern End of the Sunwatcher\'s Ridge in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,43000,0,0,0,0,0,0,0,0,0,0,131700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25591,13202,440,0,2,47,49,1,0,0,0,0,0,0,0,0,25095,0,0,0,'Thunderdrome: Grudge Match!','It seems we have a special request! I have here a note from one Megs Dreadshredder, requesting to enter the cage and settle a dispute.$B$BShe\'s asked for you to be her partner, $n. A fan of your previous victories? Or perhaps you\'re acquainted outside the ring?$B$BI wouldn\'t back down now if I were you. This is the grand finale...','Defeat Kelsey Steelspark.','','','Kelsey Steelspark Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56894,56895,56896,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(9754,16650,3525,0,16520,18,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9755,16650,3525,0,16520,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'','Our attempts at interrogation have failed miserably, $N. Torture is - of course - out of the question. What we need is a draenei on the inside.$B$BI can cast a spell upon you that will make you appear as a blood elf and adjust your language. Through subterfuge, we may be able to get the information we need out of the captured agents.$B$BUnder this guise, I want you to get whatever information you can out of the prisoners.$B$BAnd $N, do not leave Blood Watch while disguised as the spell will fail.\n','Speak to a Captured Sunhawk Agent at Blood Watch and recover Sunhawk Information. Return to Exarch Admetius when you have completed this task.\r\n','','','Sunhawk Information Gained','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10215,16650,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11522,16650,0,0,136,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'','[PH]For whatever reason, (TBD), you are to collect 5 Razorthorn Roots.$b$bThese can only be found in a remote location Northeast of Shattrath, just as you crest the rise to Hellfire Penninsula.','','','','','','','','',34254,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12445,16650,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12731,16650,0,0,8328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12923,16650,67,0,136,77,79,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13541,16650,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13504,13202,148,0,8,10,13,0,0,0,0,0,0,0,0,0,13589,0,0,0,'Shatterspear Laborers','There are a large number of Shatterspear trolls picking through the ruins to the north and northeast. I suspect that they\'re looking for magical artifacts, but none of our scouts have reported the discovery of anything of significance turning up from their digs. They may well just be fueling their war.$B$BOne thing is fairly certain though: less laborers would slow down their offensive, so less laborers is what they\'re going to get. You in?','Kill 10 Shatterspear Laborers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32861,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13505,13202,148,0,8,10,13,0,0,0,0,0,0,0,0,0,13589,0,0,0,'Remnants of the Highborne','There are several ruins similar to these spread through Darkshore, many of them inhabited by the troubled spirits of the Highborne. Out of mild courtesy for their cursed souls, we haven\'t been overly proactive about stripping the ruins of artifacts, but those hesitancies vanish in light of this new troll threat.$B$BWhile you\'re aiding the Sentinels in their goals within the ruins, please collect any artifacts that you stumble upon and bring them back to me. I would like to preserve what little I can.','Retrieve 8 Highborne Relics.','','','','','','','',44830,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13506,13202,148,0,8,10,13,0,0,0,0,0,0,0,0,0,0,0,44979,1,'Reason to Worry','These appear to be orders dispatched to the overseers at the ruins from a superior in the Shatterspear War Camp. Most of the document contains negligible strategic value, but a couple lines stick out to you.$B$B\"We captured another night elf spying on our operation. She has been taken back to the camp to be tortured for more information. Keep an eye out for additional spies - we cannot afford for our operation to be compromised.\"$B$BThe Lieutenant will surely want this information.','Bring the Shatterspear Orders to Lieutenant Morra Starbreeze at the Ruins of Mathystra.','','','','','','','',44979,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13507,13202,148,0,8,10,13,0,0,0,0,0,0,0,0,0,0,0,0,0,'Denying Manpower','To the north, the Shatterspear have a war camp where they are constructing their catapults. The camp is guarded by some of their mystics, but I\'ve started receiving reports that there are sightings of orcs and tauren there as well.$B$BI don\'t want to make any assumptions as to what that suggests, but I do want you to go in and kill them before they can make any further strikes on our Sentinels.','Kill 6 Horde Enforcers and 6 Shatterspear Mystics.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32859,34248,0,0,6,6,0,0,0,0,0,0,0,0,0,0,52659,52597,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13508,13202,148,0,262152,10,13,0,0,0,0,0,0,0,0,0,13506,0,0,0,'Swift Response','I have a scout that we lost contact with a couple days ago. I assumed her dead, but it appears that she\'s been captured. The trolls indicate that they have at least two captives though... the only other person that comes to mind is Alanndarian Nightsong, a civilian that was in the area against my advisement early yesterday.$B$BThe Shatterspear have established a war camp to the north - it is almost certainly where any of their prisoners are being taken. Find them and free them if you\'re able.','Locate the night elf prisoners at the Shatterspear War Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13509,13202,148,0,8,10,13,0,0,0,0,0,0,0,0,0,0,0,44999,1,'War Supplies','The trolls are building their forces and supplies at the war camp to the north. When they feel they are ready, they will almost certainly launch their attack on Lor\'danel from that location. It shouldn\'t take us long to rout this rabble, but I\'m not one for taking unnecessary risks.$B$BI want you to fight your way into the war camp and set fire to any stockpiles of supplies that you see. The setback should buy us quite a bit of time before they can muster a counterattack.','Destroy 12 Shatterspear Armaments.','','','','Shatterspear Armaments burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,33056,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13510,13202,148,0,11,10,13,0,0,0,0,0,0,0,0,0,13508,0,0,0,'Timely Arrival','It\'s good to see you. I wasn\'t looking forward to enduring what Alanndarian did, so the rescue is somewhat welcome.$B$BI saw the troll leader before I was captured, and thought I had the perfect opportunity to kill him, but he\'s protected by some sort of magic shield. Morra needs to know before she mounts her assault, but first, we need to get out of here.$B$BHelp me to the dock - I\'ll make my way to Lor\'danel via water, and you can go back to Morra with the intel.','Escort Sentinel Aynasha to safety.','','','Escort Sentinel Aynasha to the Dock','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52637,52613,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13511,13202,148,0,8,10,13,0,0,0,0,0,0,0,0,0,13510,0,0,0,'One Bitter Wish','Morra sent you? I should have listened to her - it\'s just hard to take trolls seriously I guess.$B$B$B$BIt\'s way too late for that anyway. We\'re mortal now... this is the fate we have to face, one way or another. I\'ve had time to accept that.$B$BI have one request though... kill the torturer that did this to me. They call him Rit\'ko... you can find him just ahead with the other prisoner.$B$B','Kill Rit\'ko, the Shatterspear Torturer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32970,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13512,13202,148,0,8,10,14,0,0,0,0,0,0,0,0,0,0,0,44995,1,'Strategic Strikes','Striking at the head of the beast doesn\'t work if there\'s another head to replace it. Before we can kill their leader, we need to kill the subleaders that may try to step up. Right now, they are not as well defended, and you should be able to best them without much support.$B$BTake this dryad spear and hunt them down. The poison on its tip should slow their incantations. My scouts reported one inside the water chamber in the ruins to the east and the other past the remains of the tower to the southwest.','Kill Sheya Stormweaver and Lorenth Thundercall.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32868,32869,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52650,0,0,0,1,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13513,13202,148,0,8,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,'On the Brink','I\'ve already been working on something for breaking down their protective wards. With a focus based in their power and a bit of druidic magic, we should be able to breach their shields.$B$BFind their shaman to the east and southeast and recover several of their amulets. I will prepare them and imbue an arrow that you can deliver to Sandrya Moonfall for the attack.','Retrieve 6 Shatterspear Amulets.\n','','','','','','','',44942,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13514,13202,148,0,8,10,14,0,0,0,0,0,0,0,0,0,13590,0,0,0,'The Ancients\' Ire','Come to join the offensive? If you\'re looking for Sandrya Moonfall, she\'s leading the attack on the Shatterspear leader at the cave in the back of the vale, you can meet her there.$B$BWhile you\'re here though, we could certainly use your help with routing the rest of their tribe. Go ahead and take the company of one of the Vengeful Protectors there and see to it that every last building is destroyed and every last troll killed. We can\'t have them coming back for revenge when we\'re less prepared, can we?','Utilize a Vengeful Protector to kill 30 Shatterspear trolls and destroy 6 Shatterspear Structures.','','','','Shatterspear Vale Trolls killed','Shatterspear Structures destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,32858,33913,0,0,30,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13515,13202,148,0,8,10,14,0,0,0,0,0,0,0,0,0,13590,0,0,0,'Ending the Threat','Their leader and his guard are before us. My Sentinels are ready to take care of his guard, we only awaited this arrow to seal their leader\'s fate.$B$BLet me know when you are prepared to attack. As soon as my Sentinels engage, I will shatter the leader\'s shield, and we will assault him together. Strike swiftly and we can rout this threat to our lands here and now.$B$BWe await only you - speak to me when ready.','Speak to Sandrya Moonfall to start the attack, and aid her in killing Jor\'kil the Soulripper','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13518,13202,148,0,8,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Last Wave of Survivors','It\'s too late for Laird, he didn\'t make it in time.$B$BThe last wave of night elves from Auberdine attempted to escape a couple of hours ago. They stayed in their old home, clinging to the hope that it could be salvaged, but it seems they were finally forced out. I fear many of them won\'t make it, like Laird did not.$B$BQuickly, go down the coast to the west and find any survivors that you can. We\'re sending Sentinels and Hippogryphs down, but every moment counts - we need to know which ones might make it.','Locate any refugees from Auberdine that are still alive.','','','','Cerellean Whiteclaw rescued','Gershala Nightwhisper rescued','Shaldyn rescued','Volcor rescued',0,0,0,0,0,0,0,0,0,0,0,0,33093,32911,33095,33094,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13519,13202,148,0,8,13,13,0,0,0,0,0,0,0,0,0,13591,0,0,0,'The Twilight\'s Hammer','A group of Twilight\'s Hammer cultists has set up camp southwest of here. They\'re preparing an army of water elementals to use against Lor\'danel.$B$BTheir leader, High Cultist Azerynn, has pacts with the dark Old Gods that grant his sect power over the elements. Go and deal with them before it\'s too late, $N.$B$BThe cataclysm has left the elemental spirits in disarray... it\'s only a matter of time until they have enough elementals to overcome our defenses.','Slay High Cultist Azerynn and 10 Twilight Fanatics in the Twilight Encampment.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32899,32888,0,0,1,10,0,0,0,0,0,0,0,0,0,0,52627,52605,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13520,13202,148,0,8,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Boon of the Seas','It is good to see you. You were key in ensuring that our loved ones made it home, and I hold some hope that you may yet help us further.$B$BLike Laird, their wounds will be grave - every one of them battered by the coast and assaulted by the elementals. I am doing what I can, but it seems that those elementals hosted a toxin that is weakening their ability to heal. I believe I can concoct a salve, but I will need secretion from the muscles of the clams that inhabit this coast. Can you help me?','Collect 16 Encrusted Clam Muscles.','','','','','','','',44864,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52609,0,0,0,1,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13521,13202,148,0,8,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Buzzbox 413','Greetings!$B$BI\'m helping Tharnariun here try to unravel what\'s been corrupting the wildlife in the area. I\'ve set up some machines in the field that can analyze animal parts and possible corruption agents. If you can get me some good samples, we can get to the bottom of this affliction quickly.$B$BThe first machine is Buzzbox 413. I set it up on the beach just east of town. I\'ll need you to gather some flesh from the nearby corrupted tide crawlers and bring it to the machine so that I can analyze it.','Gather 4 Corrupted Tide Crawler Flesh samples and bring them to Buzzbox 413 for analysis.','','','','','','','',44863,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13522,13202,148,0,8,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Threat from the Water','Some of the survivors of this last Auberdine attack are still trying to make it up the coast to safety. We only caught word that they were coming within the last hour. I wish that we had more warning...$B$BThe coastline west of us is swarming with vile spray, vicious little water elementals. We need to clear them out if any of the survivors are to have a chance of making it to Lor\'danel. Depart immediately and kill every elemental you see.','Kill 8 Vile Spray.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32928,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13523,13202,148,0,8,13,13,0,0,0,0,0,0,0,0,0,13591,0,44975,1,'Power Over the Tides','Do not worry about me. My wounds are deep and death will soon come to me.$B$BIt is all up to you now... you must stop the Twilight\'s Hammer.$B$BThe Old Gods they worship have granted them power over the restless water spirits... but that power is tenuous. Channel Elune\'s presence through this orb once the elementals have been defeated.$B$BUse the power of Elune to banish the spirits permanently.','Use the Orb of Elune on the remains of 6 Enraged Tidal Spirits.','','','','Tidal Spirit Soothed','','','',0,0,0,0,0,0,0,0,0,0,0,0,32937,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,55127,52662,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13525,13202,148,0,8,17,19,0,0,0,0,0,0,0,0,0,0,0,0,0,'What\'s Happening to the Blackwood Furbolg?','Our ancestors lived alongside the Blackwood furbolgs for generations. But recently, we have lost contact with their settlements deeper in the forest. One of their larger villages, Blackwood Hold, can be found to the south.$B$BTravel there and find Elder Brolg. Ask him why his people have withdrawn from us and offer your help, if necessary.','Speak with Elder Brolg at Blackwood Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13526,13202,148,0,8,17,19,0,0,0,0,0,0,0,0,0,13525,0,0,0,'The Bear\'s Paw','The foul satyr of Felwood have started to introduce their poison into Darkshore, into our lands. Their corruption kills the land and twists the creatures who live in it. My people are no exception.$B$BOur magic alone is not enough to bring them back to their senses. There is an herb, called bear\'s paw, that we use to break fevers and fortify the weak. With its help, we may be able to break the influence of the satyr. The herb grows in the wilds around the village.','Bring 8 stalks of Bear\'s Paw to Elder Brolg at Blackwood Hold.','','','','','','','',44850,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13527,13202,148,0,8,8,11,0,0,0,0,0,0,0,0,0,13521,0,0,0,'No Accounting for Taste','$B$BInteresting! The source of this corruption definitely came from something external--no surprises there--but it appears that in this case they\'ve been eating something foul. A large mammal probably. Most likely a bear.$B$BSearch the beach for a bear carcass for me. Slightly east of there would make the most sense, on the inland side of the beach. Bring me the sample back at town.','Retrieve a sample from a decomposing bear carcass east of Buzzbox 413.','','','','','','','',44911,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13528,13202,148,0,8,8,11,0,0,0,0,0,0,0,0,0,13527,0,0,0,'Buzzbox 723','There are a couple other forms of wildlife that we\'ve verified infected. It\'s actually good news that the crabs appear to have caught this from the bears - hopefully that means this all stems from one source. We need to focus our attention on those bears now.$B$BBuzzbox 723 is near the waterfalls to the east. It\'s going to be messy work, but it\'s necessary - I\'ll need you to bring some fresh bear guts to that buzzbox for analysis. We\'ll go from there once I have the information.','Gather 6 samples of Corrupted Thistle Bear Guts and bring them to Buzzbox 723 for analysis.','','','','','','','',44913,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13529,13202,148,0,8,8,11,0,0,0,0,0,0,0,0,0,13528,0,0,0,'The Corruption\'s Source','I rushed here as soon as I heard the news from Wizbang. I know who\'s behind this mess now. Zenn Foulhoof.$B$BHe came over from Teldrassil after he was chased out for performing perverse magics. The kinds of corruption he employs are not welcome among my people, and it seems he\'s taken it a step further this time, perhaps as some form of revenge.$B$BZenn\'s been given too many chances, it\'s time we remove this threat to all that is natural. Kill Zenn and his minions, and then find me back in Lor\'danel.','Kill Zenn Foulhoof and 8 Vile Grell in Cliffspring Hollow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33020,33021,0,0,1,8,0,0,0,0,0,0,0,0,0,0,52595,52621,52633,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13537,13202,148,0,8,8,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Taste for Grouper','Between boat rides and building, I\'m exhausted... and hungry. You know what sounds tasty? Fish. Fish sound delicious.$B$BDarkshore is known for its grouper. If you fish me up some, I\'ll make it worth your time.','Use your fishing skill to obtain 4 Darkshore Grouper.','','','','','','','',12238,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46337,0,0,0,1,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13542,13202,148,0,8,13,15,0,0,0,0,0,0,0,0,0,13601,0,0,0,'Against the Wind','If we\'re going to take the Ruins of Auberdine back from the Twilight\'s Hammer, the elementals that they\'ve summoned must be dealt with on a permanent basis.$B$BThat\'s where you come in.$B$BLook, I don\'t expect you to retake the town, but while we\'re healing up here, you can soften them up for us.$B$BTo permanently deal with the frenzied cyclones, head west, kill them, take their bracers, and put them in the moonwell. That will destroy the bracers and keep those elementals from being resummoned.','Use the moonwell in the Ruins of Auberdine to destroy 8 sets of Frenzied Cyclone Bracers.','','','','Frenzied Cyclone bracers destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,32986,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,52593,52617,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13543,13202,148,0,8,13,15,0,0,0,0,0,0,0,0,0,13601,0,0,0,'Three Hammers to Break','I\'ve flown through the ruins of Auberdine on a scouting mission. There are three Twilight\'s Hammer cultists that are responsible for the elementals that have overrun the destroyed town.$B$BHead west into the ruins. Seek out and slay Cloudtamer Wildmane, Windmaster Tzu-Tzu, and Skylord Braax.$B$BOnly then will Sentinel Selarin and her forces stand a chance of taking back their home.','Slay Cloudtamer Wildmane, Windmaster Tzu-Tzu, and Skylord Braax.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32988,32989,32990,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13544,13202,148,0,8,17,19,0,0,0,0,0,0,0,0,0,13526,0,44888,1,'The Bear\'s Blessing','Before the bear\'s paw can be used to cleanse the afflicted, it must be completed and blessed. To the north of the village roams a tallstrider named Fleetfoot. You\'ll need its tailfeathers to complete the herb bundle.$B$BBring the tailfeathers and the bear\'s paw bundle to the ancient bear statue in the ruins around the Grove of the Ancient, further north of where you\'ll find Fleetfoot.$B$BWhile at the shrine, combine the tailfeathers with the bear\'s paw and receive the bear spirit\'s blessing.','Elder Brolg at Blackwood Hold wants you to bring him the Blessed Herb Bundle.','','','','','','','',44887,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13545,13164,148,0,8,17,19,0,0,0,0,0,0,0,0,0,13544,0,44889,1,'Cleansing the Afflicted','With the sacred herbs and the bear\'s blessing, you must use this herb bundle to cleanse my brothers. The corruption spilling over from Felwood has driven them mad and they will attack any who come near. Expect the afflicted Blackwood to be angry with you until you have slain the spirits of corruption that haunt them.$B$BWhen you have freed my brothers from their madness, return to me.','Elder Brolg wants you to use the Blessed Herb Bundle to cleanse 7 furbolg of Blackwood Hold and kill the Spirits of Corruption driving them mad.','','','','Blackwood Furbolg Cleansed','','','',0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13546,13164,148,0,8,17,19,0,0,0,0,0,0,0,0,0,13545,0,0,0,'The Defiler','The Jadefire satyrs of Felwood have found their way into Darkshore, tainting the land, water, and creatures they encounter. You\'ve seen what their corruption has done to my people and their homes. If we do not turn back the satyrs, all of us will share that fate.$B$BWithin the cave to the east is Sharax the Defiler, the satyr responsible for the ills of the Blackwood. Slay him, $N, and free us from his influence. Show the satyr that the Blackwood will not lay down and die so easily.','Elder Brolg at Blackwood Hold wants you to kill Sharax the Defiler.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,32996,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52606,52647,52651,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13547,13202,148,0,2097160,13,15,0,0,0,0,0,0,0,0,0,13601,0,0,0,'Coaxing the Spirits','Your friends back at the refugee camp are unaware of the true and imminent danger that the Twilight\'s Hammer cultists have already brought into the world.$B$BFor you to deal with that, we\'ll first need to get some help from the dead of Auberdine.$B$BSearch through the ruins of the town and find the corpses of Thundris Windweaver, Elissa Starbreeze, Taldan, and Caylais Moonfeather. Coax the spirits from their bodies and then return with them to me here.','Coax the spirits from Thundris Windweaver, Elissa Starbreeze, Taldan, and Caylais Moonfeather.','','','','Thundris Windweaver\'s spirit coaxed','Sentinel Elissa Starbreeze\'s spirit coaxed','Taldan\'s spirit coaxed','Caylais Moonfeather\'s spirit coaxed',0,0,0,0,0,0,0,0,0,0,0,0,33001,33033,33035,33037,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13554,13202,148,0,8,8,11,0,0,0,0,0,0,0,0,0,13528,0,0,0,'A Cure In The Dark','$B$BDuskrats! They\'ve been eating the duskrats! Those little buggers only come from one place, a cave against the cliff-face to the east. Find a path up to the northeast and look for an opening under the waterfall.$B$BThe duskrats there are either getting into something nasty or someone\'s intentionally spreading some agent through them - in either case, just bring me back several samples of the stuff!','Retrieve 6 Samples of Foul Ichor from the creatures inside Cliffspring Hollow.','','','','','','','',44966,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52619,52631,52583,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13557,13202,148,0,8,8,11,0,0,0,0,0,0,0,0,0,13528,0,44925,1,'Bearer of Good Fortune','This key appears to be for the animal cages spread throughout Cliffspring Hollow. Tharnariun would surely appreciate if you took advantage of the situation to free some of the uncorrupted duskrats and thistle bears that are still being held captive.','Free 8 Uncorrupted Thistle Bears or Uncorrupted Duskrats from the cages in Cliffspring Hollow.','','','','Uncorrupted animals freed','','','',0,44925,0,0,0,0,0,1,0,0,0,0,33024,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13558,13202,148,0,8,13,16,0,0,0,0,0,0,0,0,0,13547,0,0,0,'Call Down the Thunder','Aetherion is almost in our world, but he can still be dealt with!$B$BAt the end of the dock floats a ritual orb. I want you to use it to complete the ritual, beckoning the elemental lord down from his vortex.$B$BTrust me, $N, I and the other spirits that you have freed will greatly weaken Aetherion. However, it will be up to you to finish him off for good and save the Kaldorei people of Darkshore from utter destruction.$B$BDeliver his essence to Corvine Moonrise at the refugee camp so he will know.','Use Aetherion\'s Ritual Orb and obtain Aetherion\'s Essence.','','','','Use the Aetherion Ritual Orb','','','',0,44929,0,0,0,0,0,1,0,0,0,0,-194145,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52596,52622,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13560,13202,148,0,8,8,13,0,0,0,0,0,0,0,0,0,13569,0,0,0,'An Ocean Not So Deep','You look like an able sort!$B$BThere are a great number of wrecks off of the coast here... most old, some new. For quite some time, I\'ve been trying to get at their holds and put their valuables to more use, but there\'s a nasty infestation of murlocs that seem to have other ideas. I\'ve sent scores of adventurers and none have returned.$B$BWorry not, I\'ve learned my lesson, and that is not your fate. Swim to the due north and look for Gary. He\'ll explain the new plan. It\'s pretty simple really.','Gorbold Steelhand at Lor\'danel wants you to speak to Gary for further instructions.','','','','Scavenging Greymist Murlocs','','','',0,0,0,0,0,0,0,0,0,0,0,0,32852,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,52652,52646,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13561,13202,148,0,8,8,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'Solace for the Highborne','I have come to Bashal\'Aran to grant peace to the troubled spirits of the Highborne, but I find my hand hesitates with each blow. If you would like to aid me, you would have my gratitude.','Kill 6 Cursed Highborne and 6 Writhing Highborne.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33179,33180,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13562,13202,148,0,10,8,11,0,0,0,0,0,0,0,0,2,0,0,0,0,'The Final Flame of Bashal\'Aran','It is in times like these that we are forced to stop and examine our way of life. We are mortal now, and no matter how much we desire otherwise, we are deserving of our new place in this world.$B$BBashal\'Aran, down the road to the south, once a city of our ancestors, it now is home to their cursed ghosts. We held hope of salvation for them as with ourselves, but we have left them in torment for too long. It is time to extinguish the Final Flame of Bashal\'Aran.','Extinguish the Final Flame of Bashal\'Aran.','','','Extinguish the Final Flame of Bashal\'Aran','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13563,13202,148,0,8,8,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Love Eternal','I would like to extend my gratitude for saving us. I would call myself fortunate, but my beloved, Anaya, lays long dead. I am alone and deeply troubled, and sadly, I require your aid yet again.$B$BWandering the woods of Darkshore after my rescue, I found myself in the ruins of Bashal\'Aran... where I saw the haunted spirit of my beloved.$b$bShe must be freed, but I lack the heart to do it. Her spirit must be destroyed.\n\n','Free the spirit of Anaya Dawnrunner and retrieve her pendant.','','','','','','','',0,5382,0,0,0,0,0,1,0,0,0,0,33181,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52654,52599,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13564,13202,148,0,12,8,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Lost Companion','Please help... I can barely sit up.$B$BMy friend, a bear named Grimclaw, he\'s not here. I sent him ahead to let the Sentinels know we were coming before we left Auberdine, but he never arrived. I sensed something might be amiss as we were leaving, but with the evacuation, I never had a chance to act on it.$B$BIf he\'s injured, there\'s only one place that he would go - the Withering Thicket, north of Auberdine, down the road to the south from here. Bring him back to me safely... he\'s my only family.','Locate Grimclaw.','','','Locate Grimclaw.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13565,13202,148,0,8,10,12,0,0,0,0,0,0,0,0,0,13564,0,45911,1,'Twice Removed','We cannot condone reckless violence - it is not our nature. However, there are times when the consequences of avoiding battle are too tangible to ignore, as is the case with these naga.$B$BWhen the earth in the area shattered, a small section of ruins rose to our east. These ruins once housed those loyal to Queen Azshara, and it seems her kind have returned in search of something.$B$BTake this petrified root. You can use it on their fallen to raise ents to aid you. Deal with them and their leader swiftly.','Use the Petrified Root to raise 6 Withered Ents and dispatch the naga leader, Lady Janira.','','','','','Withered Ents called','','',0,0,0,0,0,0,0,0,0,0,0,0,33207,34010,0,0,1,6,0,0,0,0,0,0,0,0,0,0,52629,52603,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13566,13202,148,0,8388616,10,12,0,0,0,0,0,0,0,0,0,13564,0,0,0,'Ritual Materials','While we tend to Grimclaw, I would like you to peacefully gather some ritual materials for me from the nearby wildlife.$B$BI need whiskers from the moonstalkers to the west- pluck them from the sleeping ones and move away quickly.$B$BI need hair from the doe to the east, just avoid the stags.$B$BFinally, I need fur from the bears along the water to the northeast. Wait until they catch a fish, then get the sample quickly and get away before they finish eating.$B$BPlease do not harm any of them.','Retrieve 3 Moonstalker Whiskers, 3 Tufts of Mottled Doe Hair, and 3 Thistle Bear Fur.','','','','','','','',44969,45027,45885,0,0,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13567,13202,148,0,8,10,12,0,0,0,0,0,0,0,0,0,13569,0,0,0,'Spirit of the Stag','In these woods reside three great spirits, that of the Stag, that of the Thistle Bear, and that of the Moonstalker. These spirits make powerful allies, but you can only align yourself with one of them.$B$BIf you wish to align yourself with the Great Stag Spirit, take this incense to the woods just north of Bashal\'Aran. Meditate before the great spirit while burning the incense on the ground between you, and face his trial to earn his blessing. Should you succeed, return to me.','Keeper Karithus has instructed you to receive the blessing of the Great Stag Spirit.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62803,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13568,13202,148,0,8,10,12,0,0,0,0,0,0,0,0,0,13569,0,0,0,'Spirit of the Moonstalker','In these woods reside three great spirits, that of the Stag, that of the Thistle Bear, and that of the Moonstalker. These spirits make powerful allies, but you can only align yourself with one of them.$B$BIf you wish to align yourself with the Great Moonstalker Spirit, take this incense to the land just south of the Ruins of Lornesta. Meditate before the great spirit while burning the incense on the ground between you, and face his trial to earn his blessing. Should you succeed, return to me.','Keeper Karithus has instructed you to receive the blessing of the Great Moonstalker Spirit.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62803,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13569,13202,148,0,10,10,12,0,0,0,0,0,0,0,0,2,13566,0,0,0,'The Ritual Bond','I will tend to Grimclaw until his rest is done - he will be ready to return very soon. I have one more task for you while we wait... a favor to grant you, really, should you recognize it.$B$BThe great wildlife spirits roam around us waiting and hoping for someone that will aid in stopping the destruction. They are with us as we speak even now, and with the materials you brought me, I can grant you sight. Speak to these spirits, choose one, and return to me with their blessing.','Breathe in the incense in front of Keeper Karithus, and then choose the blessing of the Great Stag Spirit, the Great Thistle Bear Spirit, or the Great Moonstalker Spirit.$B$BKeep in mind that you can only receive the blessing of one spirit, so choose wisely.','','','Receive the blessing of a great animal spirit.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52615,55126,52664,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,64359,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13570,13202,148,0,8,10,15,0,0,0,0,0,0,0,0,0,13591,0,0,0,'Remembrance of Auberdine','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52645,52641,55132,0,0,0,1,1,1,0,0,0,46325,0,0,0,1,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13572,13164,148,0,8,17,19,0,0,0,0,0,0,0,0,0,13544,0,0,0,'Jadefire Braziers','The satyrs of Felwood have started pouring their hate and corruption into our lands. They have sent Sharax the Defiler to subdue parts of the forest that we Blackwood call home.$B$BIn addition to poisoning the land, animals, and plants, he has set up Jadefire braziers throughout the village to help extend his control over our people. Destroying the braziers alone won\'t be enough to stop him, but it will help lessen his influence while you work with Elder Brolg to free our brothers.','Gren Tornfur at Blackwood Hold wants you to destroy 8 Jadefire Braziers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-194150,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,52608,52624,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13573,13202,148,0,262152,13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malfurion\'s Return','It was only recently that we heard the news of Malfurion\'s awakening, mere moments before the Cataclysm occurred.$B$BAs soon as he regained consciousness, he gave a cryptic warning about the land splitting in two if something wasn\'t done and how all the shockwaves were converging here on Darkshore.$B$BHe then reportedly set off for somewhere in this vicinity. I was sent here to find him, but I\'ve found my hands full helping the refugees.$B$BPerhaps you could look for him to the southeast for us.','Look for Malfurion Stormrage at the Eye of the Vortex southeast of the Refugee Camp in Darkshore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13574,13202,1657,0,16392,13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'Peering Into the Vortex (DEPRECATED)','There is no time to waste, $r! It is taking every ounce of my power to keep Darkshore\'s entire landmass from being shattered and swept into the ocean... you must listen to me very carefully.$B$BOn that hippogryph there is an orb. Take the hippogryph to the top of the vortex and use the orb to sample the energy surrounding it. Hurry, $N. I don\'t know how much longer I can hold!','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13575,13202,148,0,262152,13,15,0,0,0,0,0,0,0,0,0,13573,0,0,0,'The Land Is in Their Blood','If we\'re to stabilize the forces of nature, we\'ll need every little bit of help we can get. The furbolg of the Blackwood tribe have long inhabited the area and have strong ties to the land.$B$BTheir elder Shaman, Elder Brownpaw, wields great power over the elements -- his assistance would be invaluable. See if you can obtain their aid.','Speak to Elder Brownpaw at the Blackwood Camp southwest of the Eye of the Vortex.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13576,13202,148,0,8,13,15,0,0,0,0,0,0,0,0,0,13575,0,44959,1,'Mutual Aid','With most of our brethren losing their way to madness or corruption, it would seem that we have little choice but to ally with you, $r. You can count on our aid... once you\'ve proven we can count on yours.$B$BAs you can see, my people are having a bit of a problem with the fire elementals. Help fight them and use this totem on their fiery remains.$B$BWe will return them to where they belong... whether they like it or not.','Use the Soothing Totem to absorb the remains of 8 Unbound Fire Elementals.','','','','Unbound Fire Elemental absorbed','','','',0,0,0,0,0,0,0,0,0,0,0,0,33165,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,52656,52587,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13577,13202,148,0,262152,13,16,0,0,0,0,0,0,0,0,0,13573,0,0,0,'The Last Wildkin','The wildkin were once numerous in Darkshore. Such are their ties to the land that the Cataclysm that shattered Darkshore also decimated their numbers.$B$BThe wildkin Aroom is the last of his tribe and is a powerful elder with a strong connection to Elune. His help will be most necessary in healing the land -- you will find him north of here at the Moontouched Den.','Speak to Aroom at the Moontouched Den north of the Eye of the Vortex.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13578,13202,148,0,8,13,17,0,0,0,0,0,0,0,0,0,13577,0,0,0,'Aroom\'s Farewell','$B$BAroom is last of tribe...$B$BOthers won\'t rest... need funeral pyre. Bring Aroom the feathers of others.... let them rest.$B$BThen Aroom help you.','Obtain 8 Slain Wildkin\'s Feathers.','','','','','','','',44960,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55133,52643,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13579,13202,148,0,262152,13,15,0,0,0,0,0,0,0,0,0,13573,0,0,0,'Protector of Ameth\'Aran','Nothing will repair the land quicker than the strength of those who inhabit it. We night elves are fortunate that some of our best allies just happen to be both the land and its inhabitants at once.$B$BThe Ancient of War known as Selenn was charged with guarding the ruins of Ameth\'Aran, to the south. Go there and seek his help.','Speak to Selenn at the Ruins of Ameth\'Aran.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13580,13202,148,0,8,13,17,0,0,0,0,0,0,0,0,0,13576,0,46546,1,'Soothing the Elements','Their fiery spirits are contained in the totem now. Take it to the top of the Jagged Reef near the Blazing Strand and set it on the ground.$B$BThe totem\'s soothing energies will slowly wash over the elementals until their fury simmers down to calm.$B$BYou must protect the totem, for fire does not react favorably to the ritual of soothing.','Place the Charged Soothing Totem at the top of the reef near the Blazing Strand and protect it until the ritual is complete.','','','','Ritual of Soothing complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,34371,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52598,55134,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13581,13202,148,0,262152,13,15,0,0,0,0,0,0,0,0,0,13580,0,0,0,'The Blackwood Pledge','It won\'t be immediate, but the elementals\' anger will soon die down and my people will live to fight another day.$B$BI will go help you and Malfurion in any way that I can.','Return to Malfurion Stormrage at the Eye of the Vortex.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,65397,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13582,13202,148,0,8,13,15,0,0,0,0,0,0,0,0,0,13578,0,0,0,'Elune\'s Fire','We need special flame for ritual. We need Elune\'s fire.$B$BHoroo\'s spirit wanders east of here. Horoo carries torch of Elune. Bring here so spirits rest.$B$BAroom thanks you.','Obtain Elune\'s Torch from Horoo the Flamekeeper.','','','','','','','',46692,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13583,13202,148,0,262152,13,16,0,0,0,0,0,0,0,0,0,13582,0,0,0,'The Wildkin\'s Oath','Wildkin with Elune. Aroom in your debt now.$B$BAroom help you now. Return to Malfurion, I join you soon.','Return to Malfurion Stormrage at the Eye of the Vortex.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,61899,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13584,13202,148,0,8,13,16,0,0,0,0,0,0,0,0,0,13579,0,0,0,'Calming the Earth','I would be neglecting my responsibility if I abandoned my post just now, with so many elementals out of control in the ruins.$B$BLet us deal with them first, before we see how we can aid Malfurion. What do you say, small one?','Kill 8 Enraged Earth Elementals.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33083,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,52620,52634,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13585,13202,148,0,262152,13,17,0,0,0,0,0,0,0,0,0,13584,0,0,0,'Sworn to Protect','My duty here has been fulfilled as best it can. Send word to Malfurion that I\'ll be joining him soon.$B$BGood luck to you, $N. Good luck to all of us.','Talk to Malfurion Stormrage at the Eye of the Vortex in Darkshore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65399,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13586,13202,148,0,262280,13,17,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Emerald Dream','Our efforts in containing the destruction don\'t appear to be quite enough. I fear we\'re going to need aid from beyond the waking world.$B$BTwilight cultists inside the Earthshatter Cavern to the east have opened a gateway to a nightmare-infested section of the Emerald Dream. They hold a green dragon prisoner named Thessera there.$B$BGo through the nightmare portal and free her. She will be a powerful ally.','Step through the Nightmare Portal in the Earthshatter Cavern and speak to Thessera.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13587,13202,148,0,8,13,17,0,0,0,0,0,0,0,0,0,13586,0,0,0,'The Waking Nightmare','Malfurion\'s words are true, small one. The rift that threatens to split Darkshore in half also threatens the separation between this world and yours.$B$BLet me aid you in any way that I can, lest further rifts between our worlds amplify the destruction taking place in both places.$B$BFirst you must undo the shackles cast upon me by retrieving the emerald scroll from the nightmare guardian that roams the halls below.','Obtain the Emerald Scroll from the Nightmare Guardian inside the Earthshatter Cavern.','','','','','','','',46695,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52614,0,0,0,1,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13588,13202,148,0,8,13,17,0,0,0,0,0,0,0,0,0,13940,0,0,0,'The Eye of All Storms','Twilight riders circle the skies above the vortex. I fear it is their magic that has kept the cataclysmic forces from being contained by our efforts.$B$BTake to the skies with Thessera and destroy the riders and the portal from whence they came.','Ride Thessera to defeat 12 Twilight Riders and destroy the Twilight Portal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34316,34282,0,0,1,12,0,0,0,0,0,0,0,0,0,0,52636,52584,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13589,13202,148,0,8,10,13,0,0,0,0,0,0,0,0,0,13560,0,0,0,'The Shatterspear Invaders','If we didn\'t have enough on our hands with the land and the elements turning against us, it seems something has riled up the trolls to the northeast, and they\'ve started on a war path. I\'m not sure what their aims are, but they\'ve already attacked several of our scouts and have besieged the cultists at the Tower of Althalaxx.$B$BWe\'ve sent a contingent of our best Sentinels to counter their attacks. If you would travel northeast to the ruins and join them, I\'m certain that they could use the extra hand.','Report to Lieutenant Morra Starbreeze at the Ruins of Mathystra.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,4,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13590,13202,148,0,8,10,14,0,0,0,0,0,0,0,0,0,0,0,44985,1,'The Front Line','Their forces are weakened, their supplies destroyed, and their subleaders are dead. It is time for us to take this fight to their home, and their leader. I\'m admittedly still in the dark as to what spurred their sudden aggression, but perhaps we will find some answers on their doorstep.$B$BTake this arrow that Balthule prepared and report to Sandrya Moonfall deep in Shatterspear Vale to join the attack. It would be best to secure a ride on one of our nightsabers - going on foot would be dangerous.','Report to Huntress Sandrya Moonfall deep in Shatterspear Vale.','','','','','','','',44985,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13591,13202,148,0,8,10,15,0,0,0,0,0,0,0,0,0,13515,0,46318,1,'Disturbing Connections','The letter from Garrosh Hellscream makes clear the suspicions that were raised during the offensive on the Shatterspear. The presence of forsaken at the tower ruins and horde supplies and enforcers at the Shatterspear War Camp were only the start. Garrosh himself contacted the Shatterspear to spur their offensive towards Lor\'danel, and it seems clear that he fully intends to push from the south as well.$B$BGlynda Nal\'Shea will need this information if the night elves are to be prepared.','Bring the Hellscream\'s Missive to Ranger Glynda Nal\'Shea at Lor\'danel.','','','','','','','',46318,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55128,55129,52675,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13594,13202,331,0,8388616,19,21,0,0,0,0,0,0,0,0,0,28492,0,0,0,'Don\'t Forget the Horde','Evenar and the other apprentices may not be much use in a battle, but you look like you can more than hold your own. The Horde scum across the road to the east at Bathran\'s Haunt need to be taught a lesson.$B$BTheir new warlord, Garrosh Hellscream, has them up to no good. Feel like teaching them a thing or two?$B$BI\'d come with you, but my assignment is to stay here and protect Orendil\'s apprentices, and that\'s exactly what I\'m going to do.','Kill any 10 Horde at Bathran\'s Haunt.','$B$BA job well done, $c. If you\'re any indication of the quality of the $r adventurers we\'re going to be seeing more of, we should have this war against the orcs and their Horde taken care of faster than expected.','','','Horde at Bathran\'s Haunt slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,3734,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13595,13202,331,0,131080,19,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Of Their Own Design','These creatures... these so-called Horde... they have cut me down in my prime and they are harvesting my hair for their evil plans.$B$BWill you help me to put an end to it, little $r?$B$BI have overheard their herbalists speaking of something called wildfire upon their table across the way. If you were to take the bottle of this unnatural stuff and throw it at my corpse to the northeast, it would burn and no more of my hair will grow here.$B$BI am already dead and it is a small price to pay to stop them.','Obtain a Bottle of Wildfire and throw it at Bathran\'s Corpse to burn it.','You have helped me to return to the ground, $N.$B$BNow my hair will cease to sprout for these creatures. Better yet, I will be regrown all the sooner.','','','Bathran\'s corpse burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,33183,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13596,13202,148,0,8,13,13,0,0,0,0,0,0,0,0,0,13591,0,0,0,'Twilight Plans','We\'re not fully aware of the intentions of the Twilight\'s Hammer cultists to the southwest. We fear an attack on Lor\'danel, however their motives might go well beyond that.$B$BI need you to go to the Twilight Encampment and get your hands on their plans. Hurry, $N. We might not have much time.','Obtain 6 Twilight Plans at the Twilight Encampment.','','','','','','','',44968,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13597,13202,148,0,8,10,12,0,0,0,0,0,0,0,0,0,13569,0,0,0,'Spirit of the Thistle Bear','In these woods reside three great spirits, that of the Stag, that of the Thistle Bear, and that of the Moonstalker. These spirits make powerful allies, but you can only align yourself with one of them.$B$BIf you wish to align yourself with the Great Thistle Bear Spirit, take this incense to a cave just east of the great whirlpool. Meditate before the great spirit while burning the incense on the ground between you, and face his trial to earn his blessing. Should you succeed, return to me.','Keeper Karithus has instructed you to receive the blessing of the Great Thistle Bear Spirit.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62803,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13598,13202,148,0,8,10,12,0,0,0,0,0,0,0,0,0,13564,0,0,0,'Unsavory Remedies','I have no doubts that Grimclaw will recover with the help of my healing magics, though I can\'t say the same for the poachers that attacked him. Still, I could use some salve to close his wounds and lessen his pain while he heals.$B$BTo the east you will find the Ruins of Lornesta. Among the crumbled stones, there is a variety of fuming toadstool that flourishes in the damp environment. Bring me some of the toadstools so that I can mix a salve for our friend here.','Recover 6 Fuming Toadstools.','','','','','','','',44976,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13599,13202,148,0,8,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grimclaw\'s Return','With the binding complete, the blessing has taken hold. It will most certainly make your travels in these lands easier.$B$BGrimclaw made a full recovery. Before I could do anything to stop him, he bolted off towards Lor\'danel. I suppose that means it\'s time for your departure.$B$BIt was a great pleasure to have met you. For now, farewell - send my best wishes to Volcor and Grimclaw.','Return to Volcor and Grimclaw in Lor\'danel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,4,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13601,13202,148,0,262152,13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Aid of the Refugees','By Elune! It appears that many of those we feared dead from the attack on old Auberdine have taken refuge in a camp outside the town ruins.$B$BThe cultists at the Twilight Encampment were planning on making quick work of them. It\'s a good thing that you successfully attacked their position.$B$BSeek out Priestess Alinya at the Refugee Camp east of old Auberdine and far south of here.','Sentinel Lendra at Lor\'danel wants you to speak to Priestess Alinya at the Refugee Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13602,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13617,0,0,0,'Naga of the Strand','There is evil lurking on the coast to the west.$B$BThe Zoram Strand is the resting place of the doomed city of Zoram, destroyed during the Sundering and submerged beneath the seas. It has been lost to the night elves for ages. Lost, and nearly forgotten.$B$BNow, the naga have returned, and for what reason we do not know. But reason matters little; we must slay these fiends and throw them back to the depths!','Slay any 15 Wrathtail naga at the Zoram Strand.','Very well done, $N. Your actions in the Zoram Strand against the naga are commendable.$B$BI know your feat was not easily accomplished, for the strength and guile of the naga is well known to the night elves. We know this, for we share a history with them.$B$BThe naga are cursed Highborne night elves. Ten thousand years ago, Queen Azshara made a pact of desperation with the Old Gods to save her surviving people from a watery grave.$B$BThe naga are the result of that pact.','','','Wrathtail naga slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,3711,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13605,13202,148,0,2,13,15,0,0,0,0,0,0,0,0,0,13601,0,0,0,'The Last Refugee','There was this massive earthquake and then everything went black. The next thing I know, I woke up here a prisoner. The whole place is overrun with air elementals!$B$BI hope that everyone\'s okay. These Twillight\'s Hammer scum better not have hurt any of my friends!$B$BQuick, $c, use something sharp to jimmy the lock on this ball and chain. Together we should be able to make it to the refugee camp.','Escort Archaeologist Hollee to safety','','','Archaeologist Hollee escorted to safety.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52586,52632,52602,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,69,0,0,0,0,6,6,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13608,13202,148,0,16394,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Along for the Ride','Greetings, $c! You have a fresh look about you. You new to Darkshore?$B$BI could catch you up on the happenings--and there are quite a few--or I could just let you see for yourself. I have a Sentinel flying out on a scouring mission shortly. Why don\'t you join her and get aquatinted with things? I insist. You can stop by when you return at deliver her report yourself.$B$BSpeak to me again when you\'re ready to go.','Sentinel Glynda Na\'Shea at Lor\'danel has requested that you join one of her sentinels on an aerial scouting mission. Speak to her when you are prepared to depart.','','','Scouting Mission Complete','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13612,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mor\'shan Defense','Lok\'tar, $r!$b$bThe campaign is finally underway! Soon, all of Ashenvale will be in the grip of the Horde.$b$bAs we expected, our offensive is forcing the enemy to test our defenses at every position.$b$bHere at Mor\'shan, their assault has been decimated! But as the vice tightens, they will have no choice but to continue to press us here.$b$bScout the region, $c. Search for night elf survivors and cut them down before they can regroup for another assault!','Kadrak at Mor\'shan Ramparts wants you to kill 5 Ashenvale Skirmishers and 5 Ashenvale Bowmen.','','','','Ashenvale Skirmishers Slain','Ashenvale Bowmen Slain','','',0,0,0,0,0,0,0,0,0,0,0,0,33193,33195,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13613,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13615,0,45001,1,'Rescue the Fallen','Our forces are holding up admirably, $c.$b$bBe that as it may, there are yet wounded to attend to - many still in the field of battle.$b$bI have created a salve that should grant the wounded enough energy to return to the ramparts for treatment. Please administer it to any in need before they become lost to us.','Use the Medicated Salve on 5 Wounded Mor\'shan Defenders.','','','','Wounded Mor\'shan Defenders Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,33266,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,56633,56634,56635,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13615,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13612,0,0,0,'Empty Quivers','Greetings, $c, and welcome to the Ramparts.$b$bThings may appear a little chaotic here but do not worry. Kadrak has this juncture sealed up tight. Not a single elf has breached our lines!$b$bWhile you\'re here... I\'m expecting a shipment of fresh supplies from Orgrimmar any day, but our watchmen are running dangerously low on arrows.$b$bBring me any you find and I will make it worth your trouble.','Truun at Mor\'shan Ramparts wants you to collect 10 Serviceable Arrows from the Fallen Sky Lake region.','','','','','','','',45004,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13617,13202,331,0,262152,19,21,0,0,0,0,0,0,0,0,0,13594,0,0,0,'West to the Strand','$N, I have a friend who could make good use of particular talents. His name is Talen and he\'s an archaeologist of sorts. Recently he\'s been fascinated with the upheaval of the old city of Zoram and its treasures.$B$BIf you\'re willing to lend him a hand, you can find him at the Blackfathom Camp down the path to the west.','Speak with Talen at the Blackfathom Camp in Ashenvale.','Hello, $c.$B$BWhat\'s that? You say that Shyela sent you?$B$B$B$BVery well, let\'s get started.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3885.91,648.977,1,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13618,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13613,0,0,0,'Find Gorat!','Gorat is one of the Horde\'s most adept assassins.$b$bThe mere mention of his name strikes fear into the hearts of our Alliance foes.$b$bHe is reliable, fiercely loyal, and - until now - punctual.$b$bSomething\'s not right, $c.$b$bGorat\'s mission was to find and eliminate the elf in charge of this assault on the ramparts.$b$bHe should be somewhere in the region of Fallen Sky Lake.$b$bFind him!','Kadrak at Mor\'shan Ramparts wants you to search the Fallen Sky Lake region for Gorat.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13619,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13618,0,45012,1,'Final Report','$b$bIt was... an ambush....$b$bWe were... returning to the ramparts. All of us... lost....$b$bWe... discovered their leader... $b$b$b$bMy men... must be avenged.... Bring this... to Kadrak....$b$bHe will know what to do....$b$b','Gorat wants you to return the Vial of Gorat\'s Blood to Kadrak at Mor\'shan Ramparts.','','','','','','','',45012,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13620,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13619,0,45012,1,'To Dinah, at Once!','The Horde may have never known one more loyal than Gorat. He never failed to complete a mission, and it would seem that he refuses to allow this to be his first.$b$bGorat had you deliver this vial for a purpose. Dinah is the daughter of a revered shaman, and is more powerful than she appears. Bring her the vial and hope that we are not too late.','Kadrak wants you to bring the Vial of Gorat\'s Blood to Dinah at Mor\'shan Ramparts.','','','','','','','',45012,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,1,0,0,0,0,0,0,125,0,0,62858,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13621,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13620,0,45023,1,'Gorat\'s Vengeance','Fortune is with us this day, $r.$b$bGorat\'s blood was fresh enough for me to conduct a special ritual taught to me as a child.$b$bUse this imbued blood on Gorat\'s corpse to summon forth his lingering spirit.$b$bDo his final bidding, then report back here to Kadrak.$b$bSpirits keep you safe, friend.','Use Gorat\'s Imbued Blood on Gorat\'s corpse, then defeat Captain Elendilad.','','','','Captain Elendilad slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,33302,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56644,56645,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,6,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13623,13202,331,0,262144,19,21,0,0,0,0,0,0,0,0,0,26473,0,45025,1,'Delivery for Orendil','Quickly, $N. I will put the Bathran\'s Hair into this bag, but you must deliver it to my master, Orendil Broadleaf. You will find him at Maestra\'s Post, just south down the road on the left.$B$BBut beware, we\'ve received reports that the post is under attack from the Horde!','Deliver the Bag of Bathran\'s Hair to Orendil Broadleaf at Maestra\'s Post in Ashenvale.','So, Evenar was succesful. Actually, more to the point, YOU were successful.$B$BI cannot thank you enough, $c, but there is more that must be done to the leaves before they will serve as a curative for what ails the child, Relara.','You\'re a brave one to come here given the circumstances.$B$BWhat business have you, stranger?','','','','','',45025,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13624,13202,331,0,1048576,19,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Squad of Your Own','I certainly hope that you\'re here to help, $c. The situation is as dire as it appears. To put it quite simply, we are losing!$B$BMy girls and I are the last line of defense against the Horde, but we\'re not going to get out of this one without taking the fight to them. Up for a challenge?$B$BI have a small squad of sentinels that I can loan to you. Get them close and I\'m certain that their magic arrows can destroy those wreckers and invaders.$B$BSpeak to me again if you need replacements.','Use a squad of Maestra\'s Post Sentinels to destroy 3 Ashenvale Wreckers and slay 10 Horde Invaders.','I\'d received a report about you from some of my scouts out in the forest but I had no idea how capable you are!$B$BThank you, $N. With what you\'ve accomplished the tide is turned. I\'ve no doubt now that we\'ll rout them by the end of the day!','','','Ashenvale Wreckers destroyed','Horde Invaders slain','','',0,0,0,0,0,0,0,0,0,0,0,0,33283,33334,0,0,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13626,13202,331,0,0,19,21,0,0,0,0,0,0,0,0,0,13624,0,45044,1,'Respect for the Fallen','There were two humans here: Feero Ironhand and Delgren the Purifier. They were members of a holy organization known as The Argent Dawn. Both fell defending the post when the Horde first attacked.$B$BI\'m going to loan you my magical cloak. It was a gift from Cenarius that allows me to move invisibly.$B$BFind both of their corpses and retrieve Feero\'s hammer and Delgren\'s prayer book. Feero\'s corpse is in the courtyard and Delgren\'s is atop the tower.$B$BBeware, the warlock up there will be able to see you.','Retrieve Feero\'s Holy Hammer and The Purifier\'s Prayer Book.','I do not look forward to writing the letter to the Argent Dawn embassy in Darnassus. At least we\'ll be able to send their most prized possessions back for their loved ones.$B$BI cannot thank you enough for your courage, $N. Please accept this on behalf of the post.','Our losses here have been staggering.','','','','','',45042,45043,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56630,56631,56632,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13628,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13621,0,0,0,'Got Wood?','Kadrak has just received fresh orders for our troops. I hear we\'re to begin offensive strikes into Ashenvale!$b$bI have far too few supplies to support an assault, and my shipment from Orgrimmar has yet to arrive.$b$bI am forced to improvise, and could use your help, $c.$b$bSpeak with Kadrak and ask him for the reins to Brutusk. The kodo will take you to the Warsong Labor Camp. Once there, seek out Gorka and ask her to load you up with logs.','Truun wants you to ride Brutusk to the Warsong Labor Camp.$b$bSpeak with Kadrak to get Kadrak\'s Reins to ride Brutus.','','','','Brutusk mounted','','','',0,0,0,0,0,0,0,0,0,0,0,0,33374,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13630,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13626,0,0,0,'The Reason Why','The furbolg have descended from the heights and overrun the Ruins of Ordil\'Aran to the north. I believe they did so because they were attracted to what the dead cultists there uncovered: three moonstones.$B$BLiladris Moonriver will counsel you to deal with the furbolg in a more direct manner, and I will not gainsay her, but I would ask that you go to the ruins and deactivate the moonstones.','Deactivate the Blue, Green, and Red Moonstones.','Thank you, $N.$B$BWith the moonstones of Ordil\'Aran deactivated, we should not need to worry about any further incursions of furbolg here.$B$BHowever, my scouts have returned with disturbing news from the furbolg village. There is an imminent danger massing there.$B$BI wonder, might I entice you to carry a warning to Astranaar for me?','','','Blue Moonstone deactivated','Green Moonstone deactivated','Red Moonstone deactivated','',0,0,0,0,0,0,0,0,0,0,0,0,-194309,-194310,-194311,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13632,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13626,0,0,0,'Rear Guard Duty','The moon priestess has a plan to make sure that no further furbolg descend upon us from the highlands. I am more concerned with those that are already at the ruins, some of which are massing just outside of the post.$B$BDistasteful as it may be, I must ask that you head north into the Ruins of Ordil\'Aran and slay the furbolg. We cannot fight on two fronts!$B$BThank you, $c.','Slay any 10 furbolg at the Ruins of Ordil\'Aran.','We are in your debt, $c. If I know anything about the furbolg, they do not like their noses bloodied.$B$BIt won\'t be long now before they tuck tail and return to their village.','','','Furbolg at the Ruins of Ordil\'Aran slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,33389,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13635,13202,38,0,8,10,11,0,0,0,0,0,0,0,0,0,26855,0,60494,1,'South Gate Status Report','We\'re due for sending a status report over to the mountaineers in the Valley of Kings.$B$BI expect you\'re on your way there next anyhow - would you mind dropping it off for me? Just take the tunnel to the east, and check in at the guard station. Hand it directly to Captain Rugelfuss.','Deliver Pilot Hammerfoot\'s Status Report to Captain Rugelfuss in the Valley of Kings.','','','','','','','',60494,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,4,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13636,13202,38,0,8,12,13,0,0,0,0,0,0,0,0,0,26842,0,0,0,'Stormpike\'s Orders','I need to get some orders up to Mountaineer Stormpike at his post in Algaz Station. If you wouldn\'t mind taking them, just follow the road all the way up to the northwest and you\'ll be sure to see the main bunker.$B$BIf you\'d like to lend a hand in accomplishing his tasks, we\'d be glad to reward you for that as well.','Deliver Stormpike\'s Orders to Mountaineer Stormpike at Algaz Station.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,4,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13637,13202,1,0,8,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ram Delivery','The mountaineers at South Gate Outpost have requested a delivery of rams for their patrols. I didn\'t think we\'d be able to spare any, but we can get them at least one thanks to you.$B$BMind riding it over and delivering it to Private Hammerfall for me? Just let me know when you\'re ready to go.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,4,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13638,13202,38,0,8,9,12,0,0,0,0,0,0,0,0,0,13635,26148,0,0,'The Captured Mountaineer','You\'ve proven yourself more than capable enough in a fight. I have something a bit more pressing to ask of you now.$B$BOne of my men, Mountaineer Gravelgaw, was captured by the troggs that we\'ve been fighting in the southern mountains. Well, not so much captured as willingly gave himself up, but similar end result. I think he was hoping to identify their leader from the inside.$B$BI need you to go get him out. They\'ll probably be holding him near one of their upper caves deep in the mountains.','Captain Regulfuss at Thelsamar wants you to locate Mountaineer Gravelgaw.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13639,13202,38,0,12,14,16,0,0,0,0,0,0,0,0,0,26868,0,0,0,'Resupplying the Excavation','Ironband has an excavation to the southeast and he\'s been needing a hefty amount of explosives sent from the league for all the carving. Huldar, Miran, and Saean just departed with the most recent load and could probably use a hand.$B$BThey can\'t have made it very far, strong as they are. They can only move so fast laden down with those barrels.$b$bThey\'re taking the normal route to the site, leaving south out of town and following the curve of the Loch. Go catch up with them and help\'m out, will ya?','Locate Huldar, Miran, and Saean.','','','Find Huldar, Miran, and Saean','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,4,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13640,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13628,0,0,0,'Management Material','Truun needs wood, huh? Normally I could provide, but not today.$b$bWith constant elf attacks, gathering lumber is dangerous work. The peons I have left are reluctant to venture into the woods.$b$bYou want wood? Then you go convince the peons to work.$b$bAnd keep them safe! I cannot afford to lose any more!','Convince Demoralized Peons to work and collect 5 bundles of Freshly Cut Wood.','','','','','','','',45069,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56627,56628,56629,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13642,13202,331,0,0,19,21,0,0,0,0,0,0,0,0,0,13623,0,45065,1,'Bathed in Light','The concoction is not quite complete; it must be bathed within the Light of Elune before we can even think about giving it to the child.$B$BThere is a known location just to the west at Lake Falathim where the goddess\'s moonlight always touches down, day or night. Please, $N, I implore you for the sake of Relara, take the concoction and bathe it in Elune\'s radiance.$B$BBut beware, strange things have befallen the area of the lake, and I fear that it is no longer safe to go there.','Create a Bathed Concoction.','With the concoction blessed by the Light of Elune, it should be ready for delivery to Astranaar.$B$BThere is no time to waste, $N!','Did you have any trouble getting to the Light of Elune at Lake Falathim?','','','','','',45066,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13644,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,26463,0,0,0,'That Which Has Risen','When I sensed these... things... rising from below, I came to put them back down. I found the corpse of your friend and dragged him as far as I could before one of my fetlocks was broken. It is all that I can do to hold off these foul tendrils.$B$BThere is one that controls the tendrils and eyes. It calls itself Harbinger Aphotic -- I\'m sure that you have heard it yelling from the south.$B$BThe harbinger stands out of range of my magic, but you could get to him. If you dare....','Slay Harbinger Aphotic.','With the death of the harbinger, I can begin to cleanse the lake.$B$BYou have my deepest thanks, $N. I mourn the loss of your friend, but know that his remains will fuel the reclamation of the forest hereabouts.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33444,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56652,56653,56654,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13645,13202,331,0,262144,19,23,0,0,0,0,0,0,0,0,0,26464,0,5463,1,'To Raene Wolfrunner','I would ask you to deliver the gem directly to Raene Wolfrunner. Last I heard, she was still in Astranaar to the southeast.$B$BAt least the road between here and there is still relatively safe, so it should be a simple matter of following it there. Of course, if you\'d rather, I believe that Sentinel Avana would be willing to loan you one of her nightsabers to swiftly make the trip.$B$BWhatever you choose, good health to you, $N. May our paths cross again soon.','Deliver the Glowing Gem to Raene Wolfrunner at Astranaar in Ashenvale.','Teronis is dead?$B$B$B$BWe must see to it that his sacrifice was not in vain. Are you willing to see this through, $c?$B$BVery well, allow me some time to think about how we should proceed. I will know shortly.','I am Raene Wolfrunner. Who might you be?','','','','','',5463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2766.82,-413.335,1,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13646,13202,331,0,262152,19,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'Astranaar Bound','You have been of great assistance to us, $N. Without you, we would have been wiped out by now.$B$BIt would be my pleasure to offer you one of my nightsabers anytime to ride to Astranaar up and to the southeast. I\'m sure that you have very important business to attend to there.$B$BI would consider it a great kindness if you would speak with my sister, Sentinel Luara, when you arrive to tell her that I am well.$B$BJust speak to me again when you are ready to go, and anytime that you need a ride it is yours.','Speak with Sentinel Luara at Astranaar in Ashenvale.','Avana is alive?! I feared that she might be dead when we heard about the attack on Maestra\'s Post!$B$BAs you can see, we have our hands full with the Horde here as well.$B$BYou have given me the greatest gift by letting me know she is well. Any time that you wish to ride one of my nightsabers back to Maestra\'s Post, it is yours.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13647,13202,38,0,8,12,16,0,0,0,0,0,0,0,0,0,26961,0,0,0,'Joining the Hunt','Well, you definitely have some fight in you.$B$BYou know, there are some hunter types at the lodge east of here, up in the hills - they might be right up your alley. Why don\'t you go pay them a visit and see if they have any work that you might be interested in?','Speak to Marek Ironheart at the Farstrider Lodge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13648,13202,38,0,8,8,12,0,0,0,0,0,0,0,0,0,26176,0,0,0,'WANTED: The Dark Iron Spy','A dark iron spy has infiltrated the town, stolen documents from the Explorers\' League establishment, and is now in hiding somewhere nearby. He was last sighted near the top of the hill to the south of town.$B$BA sizable reward awaits anyone who can bring this spy to justice. Dead or alive - dead preferred.','Slay Gorick Guzzledraught.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33456,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13650,13202,38,0,8,12,16,0,0,0,0,0,0,0,0,0,309,0,0,0,'Keep Your Hands Off The Goods!','We\'ve uncovered some incredible artifacts at this site. It\'s hard to be convinced that it\'s all authentic, but there could be serious historical potential.$B$BUnfortunately, when the troggs overran the site, we lost access to three of our most notable finds to date. I\'m concerned that the troggs might have stolen them or defiled them in our absence.$B$BIf you go into the excavation, find the Upturned Giant, the Overdressed Woman, and the Broken Tablet, and make sure they\'re still intact.','Inspect the Upturned Giant Artifact, the Overdressed Woman Artifact, and the Broken Tablet Artifact.','','','','Artifact of the Broken Tablet Inspected','Artifact of the Upturned Giant Inspected','Artifact of the Overdressed Woman Inspected','',0,0,0,0,0,0,0,0,0,0,0,0,33487,33485,33486,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13651,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13640,0,0,0,'Needs a Little Lubrication','You have your wood, but the encroaching elves have made it impossible for your kodo to return to Mor\'shan Ramparts.$b$bI\'ve dispatched a runner to Splintertree to summon aid. It shouldn\'t take long for their forces to clear the way.$b$bIn the meantime, I would ask that you do us a service. Rust has rendered our shredders inoperable. A little lubrication and they\'ll be as good as new.$b$bThe oil from the rotting slimes just north of here should work just fine.','Gorka at Warsong Labor Camp wants you to collect 5 Natural Oil from the Rotting Slimes in Ashenvale.','','','','','','','',45071,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13652,13202,38,0,8,10,15,0,0,0,0,0,0,0,0,0,0,250,0,0,'Defense of the Stonewrought Dam','We appreciate all of your help. We\'ll regain control of the excavation with a little bit of time, I\'m just glad to know that all of our work wasn\'t destroyed in the process of this occupation.$B$BWe\'ve been greedy enough with your time. I have a friend who could really use some of your help if you have any to lend. Go to the far side of the Loch and you\'ll find Stonewrought Dam. Once you\'re there, seek out Chief Engineer Hinderweir VII.','Seek out Chief Engineer Hinderweir VII at the Stonewrought Dam.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13653,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13651,0,0,0,'Crisis at Splintertree','There will be no help coming from Splintertree.$b$bThe elves have launched a major assault on our stronghold there and they have the place surrounded!$b$bWe must inform Kadrak or die trying!$b$bYour kodo has been loaded up with the wood you collected. Let me know when you\'re ready and we\'ll charge the enemy lines.','Gorka wants you to accompany her to Mor\'shan Ramparts and report to Kadrak.$b$bSpeak to her when you are ready to depart.','','','','Gorka accompanied to Mor\'shan Ramparts','','','',0,0,0,0,0,0,0,0,0,0,0,0,33507,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56639,56640,56641,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,4,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13655,13202,38,0,8,8,16,0,0,0,0,0,0,0,0,0,26927,0,0,0,'Explorers\' League Document (2 of 6)','The document bears the Explorers\' League crest and seems to detail potential dig sites in Loch Modan. Sooty smudges lead you to believe it was likely stolen by the Dark Iron spies in the area.$B$BYou recall mention of missing documents at the Explorers\' League building in Thelsamar.','Return the Explorers\' League Document to Torren Squarejaw in Thelsamar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13656,13202,38,0,8,8,16,0,0,0,0,0,0,0,0,0,26176,0,0,0,'Explorers\' League Document (1 of 6)','The document bears the Explorers\' League crest and contains extensive information on the indigenous creatures of Loch Modan. Sooty smudges lead you to believe it was likely stolen by the Dark Iron spies in the area.$B$BYou recall mention of missing documents at the Explorers\' League building in Thelsamar.','Return the Explorers\' League Document to Torren Squarejaw in Thelsamar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13657,13202,38,0,8,8,16,0,0,0,0,0,0,0,0,0,26868,0,0,0,'Explorers\' League Document (3 of 6)','The document bears the Explorers\' League crest and contains historical records for all the notable locations in Loch Modan. Sooty smudges lead you to believe it was likely stolen by the Dark Iron spies in the area.$B$BYou recall mention of missing documents at the Explorers\' League building in Thelsamar.','Return the Explorers\' League Document to Torren Squarejaw in Thelsamar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13658,13202,38,0,8,8,16,0,0,0,0,0,0,0,0,0,309,0,0,0,'Explorers\' League Document (4 of 6)','The document bears the Explorers\' League crest and seems to detail transport routes utilized by the league into and out of Loch Modan. Sooty smudges lead you to believe it was likely stolen by the Dark Iron spies in the area.$B$BYou recall mention of missing documents at the Explorers\' League building in Thelsamar.','Return the Explorers\' League Document to Torren Squarejaw in Thelsamar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13659,13202,38,0,8,8,17,0,0,0,0,0,0,0,0,0,309,0,0,0,'Explorers\' League Document (6 of 6)','The document bears the Explorers\' League crest and contains detailed assessments of the various threats present within Loch Modan. Sooty smudges lead you to believe it was likely stolen by the Dark Iron spies in the area.$B$BYou recall mention of missing documents at the Explorers\' League building in Thelsamar.','Return the Explorers\' League Document to Torren Squarejaw in Thelsamar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13660,13202,38,0,8,8,16,0,0,0,0,0,0,0,0,0,309,0,0,0,'Explorers\' League Document (5 of 6)','The document bears the Explorers\' League crest and contains a detailed list of the artifacts excavated by Ironband\'s workers in southeastern Loch Modan. Sooty smudges lead you to believe it was likely stolen by the Dark Iron spies in the area.$B$BYou recall mention of missing documents at the Explorers\' League building in Thelsamar.','Return the Explorers\' League Document to Torren Squarejaw in Thelsamar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13661,13202,38,0,8,8,18,0,0,0,0,0,0,0,0,0,309,0,0,0,'Heartfelt Appreciation','You located all of our documents! We can\'t think you enough for the help... we\'d all but given up hope that the dark irons would be able to act upon all of this information soon. It\'s good to know that they\'ll be left blind in their attacks for quite a while yet.$B$BTo thank you for all of your efforts on our behalf, we would like to offer you a gift. An artifact really... something we recovered from one of our digs. You have the appreciation of all of the Explorers\' League.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58993,58992,58991,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13683,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,26468,0,0,0,'Stopping the Rituals','I could not help but overhear Illiyana\'s loss. I understand her need for revenge. I am wondering if while you are exacting it, you could do us a service?$B$BNo doubt you have already seen the satyr of Satyrnaar and Xavian conducting vile rituals. I believe that they are preparing their rituals to corrupt any of the night elves they capture, turning them into satyrs. We draenei also have problems with fel magic exposure.$B$BWould you disturb their ritual gems while you are there?','Disturb 8 Ritual Gems.','We are in your debt, $c.$B$BUnable to complete their nefarious rituals, the satyr are now fighting a losing battle where they are unable to replenish their numbers.','','','Ritual Gems disturbed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-194464,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13698,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,26457,0,0,0,'Explosives Shredding','I hate to send you back in there, but based on your description of what\'s going on, we can\'t let them use all of those explosives they have stored up!$B$BIt\'s too dangerous for you to try to destroy them yourself, but if you were to steal one of their shredders, I\'m sure they\'re tough enough to withstand the explosions.$B$BAfter you\'ve destroyed their explosives, return here with the shredder. There\'s no sense in letting them have it back.','Use a Warsong Shredder to destroy 8 Kegs of Explosives.','I saw those explosions all of the way from over here! Those filthy orcs and their goblin lackeys are going to have a hard time doing anything to despoil the forest now!$B$BWe can\'t thank you enough, $N. Will this do?','Time\'s running out, $N.','','Horde Explosives destroyed','Warsong Shredder returned','','',0,0,0,0,0,0,0,0,0,0,0,0,-194482,33709,0,0,8,1,0,0,0,0,0,0,0,0,0,0,56646,56647,56648,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13712,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13653,0,0,0,'To the Rescue!','You\'re coming with me, $n.$b$bThere\'s no one else that I can spare, and we cannot afford for Splintertree to be lost.$b$bPrepare yourself, and speak to me again when you are ready.','Speak to Kadrak at Mor\'shan Ramparts and accompany him to Splintertree Post.','','','','Splintertree Post Siege Broken','','','',0,0,0,0,0,0,0,0,0,0,0,0,34007,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60644,0,0,0,1,0,0,0,1085,0,0,0,0,0,4,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13730,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,6441,0,45478,1,'Playing With Felfire','$b$bListen... Before you say anything, I KNOW we\'re not to meddle with demonic energies....$b$bBut look around you! These are desperate times, $c.$b$bWe\'ll most likely die here, regardless. May as well go out in a blaze of glory, I say!$b$bSo... Are you in?$b$bTake this canister and go southeast to Felfire Hill. Use it near the patches of felfire and bring it back to me when you\'ve filled it.$b$bOh, and best not to mention this to anyone....','Draaka in Splintertree wants you to fill the Reinforced Canister with 7 Felfires from Felfire Hill.','','','','Fel Fires Siphoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,33736,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,56649,56650,56651,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13751,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13730,0,45546,1,'Tell No One!','Perfect!$b$bThis will show the elves what the Horde is capable of when we\'re backed into a corner.$b$bListen, $n. You must say nothing of this to anyone!$b$bGarrosh will surely approve once he sees the results, but if we are found out beforehand, our heads will be placed on spikes!$b$b$b$bBring this to Durak. You can find him in the mines behind me, just to the north. He will instruct you further.','Draaka in Splintertree wants you to bring the Hastily Written Note to Durak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,2,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13766,13202,331,0,0,19,21,0,0,0,0,0,0,0,0,0,26446,0,45545,1,'Closure is Only Natural','Through the ground I can feel more demons being brought into our world. Soon there will be too many and we will be overrun without hope of turning them back.$B$BTake this piece of me and return to Demon Fall Canyon and Demon Fall Ridge, south of Felfire Hill. Aim the bough at a demon gate and concentrate. I have stored a portion of the forest\'s life force in its wood, and it will close the gate.','Use Gnarl\'s Bough to close 10 Demon Gates.','With their gates closed and no further reinforcements coming, it is only a matter of time now before the demons are no more.$B$BYou are a $g hero : heroine; of the forest, $N. I give you thanks on behalf of all of Ashenvale\'s creatures!','','','Demon Gates closed','','','',0,0,0,0,0,0,0,0,0,0,0,0,33767,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13792,13202,331,0,262152,19,21,0,0,0,0,0,0,0,0,0,13766,0,0,0,'The Shadewalker','Now that the demon gates have been destroyed, the power of the forest must be replenished. The Forest Heart must be retrieved!$B$BGaivan Shadewalker, a powerful druid of the claw, has gone southwest, past Felfire Hill, to the Dor\'Danil Barrow Den. Therein rests the Forest Heart. It is protected by the druids of Ashenvale deep below the ground.$B$BSeek out Gaivan and tell him of what has transpired, $N.','Speak with Gaivan Shadewalker pacing outside the entrance to the Dor\'Danil Barrow Den in Ashenvale.','You are brave to come here, $c, but you may be too late. All of the druids are either dead or have been driven insane.$B$BStill, your tale is intriguing, and if what you say is true, then Gnarl must have the Forest Heart and soon, or Ashenvale will begin to wither!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,1,1776.86,-2666.91,1,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13796,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13792,0,0,0,'The Forest Heart','You must get the Forest Heart to Gnarl at all costs!$B$BDown at the bottom of the Dor\'Danil Barrow Den it sits, corrupted by the Horde. Only Gnarl can cleanse it.$B$BIn order to move it, though, you\'ll need a Power of Nature. If you collect enough untainted spirits from the Severed druids and keepers, the spirits can be combined into a Power of Nature.$B$BGood luck, $N!','Obtain the Forest Heart.','The Forest Heart! It\'s corrupted!$B$B$B$BStand back, $N, I will try to cleanse the heart before all is lost!','$N, you have returned.','','','','','',45573,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56636,56637,56638,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13797,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13751,0,0,0,'Dirty Deeds','What Draaka requires is a magnet of sorts - something that her demonic missiles will be drawn to.$b$b$b$bI happen to know of a method that should suit our purposes.$b$bYou scour the mines for fist-sized chunks of ore, while I prepare a special... enchantment.','Search the piles of Fresh Rubble to find 10 Chunks of Ore.','','','','','','','',45576,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,4,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13798,13202,331,0,0,19,22,0,0,0,0,0,0,0,0,0,13797,0,45598,1,'Rain of Destruction','Just in time, $c. The elves have launched another attack!$b$bFrom the guard towers, use the accursed ore to mark targets for Draaka.$b$bHer projectiles will strike your target and erupt in fel magic flame, destroying any nearby enemies.$b$bThere is strong prejudice against the use of demonic magics. Unjustified, but real nonetheless. For this reason, I will transform you into an imp for the duration of the mission to prevent you from being identified.','Using Accursed Ore to mark targets for Draaka, you are to kill 30 Night Elf troops and 5 Raging Ancients.$b$bSpeak with Durak to reapply Imp Disguise.','','','','Attacking Elves Slain','Raging Ancients Slain','','',0,0,0,0,0,0,0,0,0,0,0,0,33965,33969,0,0,30,5,0,0,0,0,0,0,0,0,0,0,56711,56712,56713,56714,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,64118,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13799,13202,3518,0,8,63,65,0,0,0,0,0,0,0,0,0,0,13800,0,0,'Where Are My Keys?','I can\'t find my keys -- I suspect my evil twin is at fault. \"Take care\" of him for me, $N.','Dr. Fingers wants you to kill his evil clone, Evil Fingers, and retrieve his keys.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33803,17158,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13800,13202,3518,0,8,63,65,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get My Keys!','Get \'em! ','Find Dr. Fingers\' Keys.','','','','','','','',45600,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13801,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,6544,0,0,0,'Dead Elves Walking','D-did you hear that? Ghosts! I hate ghosts!$b$bTheir eerie howls are coming from the barrows to the south. Ahhh! Make them stop!!$b$bPlease, $gmister:missy; I\'ll pay good money to get those voices out of my head!','Destroy any 15 of the night elf ghosts at Dor\'danil Barrow Den.','','','','Night Elf Ghosts Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,3803,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13802,13202,0,0,8,22,24,0,0,0,0,0,0,0,0,0,0,13804,0,0,'The Goblin with Two Brains','Do you see them, along the shore? Such magnificent specimens! Look at their primitive society in action, working like a well-oiled machine from the lowliest grunt to their leader, who I\'ve named \"King Burgrurble.\"$B$BI must study their brains.$B$BCan you procure an intact Slobberfang Murloc brain stem for me? Kill them - for science!','Bring a Slobberfang Murloc Brain Stem to Professor Flozz along the coast.','','','','','','','',45662,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,-4,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13803,13202,331,0,0,19,22,0,0,0,0,0,0,0,0,0,13712,0,45678,1,'Blood of the Weak','We knew the elves wouldn\'t go down without a fight, but no one expected them to be able to lay siege to Splintertree...$b$bTime for them to pay for their actions!$b$bNearby, in the Dor\'Danil Barrow Den, lies something very dear to the enemy - the Forest Heart.$b$bI need someone to make their way to the heart and corrupt it.$b$bThat someone is you, $n.$b$bFirst though, bring my axe to Durak here in the mines. He\'ll make use of the blood of our enemies.','Kadrak wants you to bring the Blood-Soaked Axe to Durak in Splintertree Post.','','','','Forest Heart Corrupted','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,3,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13804,13202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45684,1,'To Catch a Fish-Thing','Look at these results! Such a unique electrochemical makeup -- ah, but I wouldn\'t suspect a lowly $c would understand the magnormity of what I\'ve discovered here. I\'ll need a live specimen.$B$BI would acquire one myself, but apparently they bite.$B$BHere, I\'ve configured this trap to hone in on their unique brain patterns. Just set the trap, then hit this button to slurp up a Slobberfang. But first, I\'ll need you to sign this indemnification waiver. This technology is bleeding edge! ','Place a trap and use the remote to capture a live Slobberfang Murloc. Return the filled trap to Professor Flozz.','','','','','','','',45681,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13805,13202,331,0,0,19,22,0,0,0,0,0,0,0,0,0,13803,0,45683,1,'Pierce Their Heart!','There...$b$bThe blood of the fallen Kaldorei is turned. It can now be used on the Forest Heart in Dor\'Danil Barrow Den. Doing so will utterly corrupt it.$b$bThe sacred relic of the arrogant elves will be turned against them. How poetic!$b$b$b$bThe barrow den lies nestled against the hills to the southeast. One of my imps has laid a blood trail from the entrance to the heart.$b$bMake haste! Kadrak is not likely to be in a patient mood.$b$bOff you go, $c.','Durak wants you to use the Tainted Blood of the Kaldorei on the Forest Heart.','','','','Forest Heart Corrupted','','','',0,0,0,0,0,0,0,0,0,0,0,0,33847,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56727,56728,56729,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13806,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,26449,0,0,0,'Demon Duty','Listen, $c, I know this assault on Splintertree has everyone worked up, but if we forget about the satyr portals we\'ll come out of this crisis to face an even larger one.$b$b$b$bYou don\'t know about the portals?$b$bTo the northeast, in the regions of Satyrnaar and Xavian, the satyrs are attempting to summon in demons to bolster their numbers.$b$bWe must be vigilant in closing those portals, no matter what issues we face here!','Locke Okarr in Splintertree wants you to close 12 Satyr Portals in Satyrnaar and Xavian.','','','','Demon Portals Interrupted','','','',0,0,0,0,0,0,0,0,0,0,0,0,-194612,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13808,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13842,0,45710,1,'Mission Improbable','I have a special mission that requires a well equipped, competent $c. As I have no one else to spare, I suppose I\'ll have to settle for you...$b$bThe enemy has assaulted Warsong Lumber Camp and cut it off from the rest of our forces. An important blood elf diplomat en route to Orgrimmar is trapped there.$b$bShe must be liberated.$b$bTake the road northeast and pour this powder into the smoldering brazier to summon our operative there. Do whatever he might require of you.$b$bDismissed!','Kadrak wants you to use the Secret Signal Powder on the Smoldering Brazier across from Satyrnaar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,3,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13815,13202,331,0,0,19,22,0,0,0,0,0,0,0,0,0,13808,0,45807,1,'Making Stumps','As you\'ve been told by now, we are to escort a diplomat from within the besieged lumber camp to safety.$b$bAs it stands, that\'s simply impossible. The elves have a thousand arrows trained on the camp\'s exits.$b$bFirst we must create a diversion - something that will take their eyes off of the camp for a time.$b$bMy idea is simple. Take this axe and cut down the trees they\'ve been nurturing in the region.$b$bWhen you\'re through, use the signal powder here to speak with me again.','Krokk wants you to use the Splintertree Axe to cut down the Ashenvale Oaks in Warsong Lumber Camp.$b$bIf you lose your Secret Signal Powder, speak to Kadrak at Splintertree.','','','','Ashenvale Oaks Chopped Down','','','',0,0,0,0,0,0,0,0,0,0,0,0,34138,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13831,13202,148,0,0,8,11,0,0,0,0,0,0,0,0,0,13528,0,45898,1,'A Troubling Prescription','A crude, hastily-assembled apothecary\'s workbench stands here, heaped with scrawled notes and noxious brews. It looks as though the Forsaken have also been studying Foulhoof\'s handiwork. You grab the most important-looking notes and prepare to smash the laboratory before notifying Treetender of your discovery.','Deliver the Apothecary\'s notes to Tharnariun Treetender in Lor\'danel.','','','','','','','',45898,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13841,13202,331,0,0,19,22,0,0,0,0,0,0,0,0,0,13798,0,46317,1,'All Apologies','This could be the end of me... Perhaps my actions were not thought out as well as they should have been...$b$bThe good news is that we pushed back an attack that would have otherwise meant the end of Splintertree. Let us pray that Commander Hellscream sees it that way.$b$bI am certain to be summoned to Orgrimmar to explain my actions.$b$bPlease, $n, go ahead of me and present this letter to Garrosh.$b$bDo what you can to soften his heart towards me.','Draaka wants you to bring her Letter of Explanation to Garrosh Hellscream in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,2,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13842,13202,331,0,8,19,23,0,0,0,0,0,0,0,0,0,13841,0,0,0,'Dread Head Redemption','The demons want nothing more than for us to renew our dependence on their foul magics. That reliance can only lead to the entire orc race becoming enslaved.$b$bYou wish to see Draaka go unpunished? Then you must find the demons\' pawn who has manipulated her, and destroy him!$b$bIf you do not soon return to me with the head of this being, then I shall see both yours and Draaka\'s hoisted upon a spike!','Speak to Durak in Splintertree Mines.','','','','','','','',60638,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56710,56709,56708,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13844,13202,148,0,8,10,14,0,0,0,0,0,0,0,0,0,13511,0,0,0,'The Looting of Althalaxx','Before you rejoin the battle, $c, something urgent has come to my attention. My scouts report that the Forsaken are scouring the ruined tower of Althalaxx to our south.$b$bPrior to the assault, that bleak tower housed a fanatical arm of the Shadow Council commanded by the fallen highborne Athrikus Narassin. Narassin is long since dead, but if any of his work survives, we can\'t allow it out of our sight. Retrieve his research and kill the Forsaken commander who\'s plundering the ruins.','Locate Narassin\'s Tome among the ruins of Althalaxx and kill the Forsaken commander Teegan Holloway.','','','','','','','',0,45944,0,0,0,0,0,1,0,0,0,0,34033,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52623,52607,52591,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13848,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13875,0,46091,1,'Bad News Bear-er','No reports have made it out of here since the beginning of the siege on Splintertree. By now, Commander Grimfang must be getting anxious.$b$bI am sending you to Zoram Strand to deliver our report. It\'s not pretty, but at least he\'ll have the facts.$b$bSpeak to Vhulgra when you\'re ready to make the trip.','Kadrak wants you to speak to Commander Grimfang in Zoram Strand.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,4,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13849,13202,331,0,0,20,23,0,0,0,0,0,0,0,0,0,0,0,46094,1,'Astranaar\'s Burning!','$C, Astranaar\'s burning!$B$BQuickly, take this bucket of water and put out the fires before there\'s nothing left!','Extinguish 15 fires.','Thank you!$B$BNow it\'s time to deal with the Horde!','','','Astranaar fire extinguished','','','',0,0,0,0,0,0,0,0,0,0,0,0,34123,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13853,13202,331,0,8,20,23,0,0,0,0,0,0,0,0,0,13849,0,0,0,'Return Fire','The fires are mostly contained, but we have to do something about those wind riders!$B$BQuick, $N, you have to jump into one of our glaive throwers and return fire!','Use an Astranaar Thrower to shoot down 15 Hellscream\'s Hellions & their Watch Wind Riders.','We\'re saved! You\'ve shot down enough of them that we should be able to handle the rest.$B$BI cannot thank you enough, $N.','','','Hellions & Wind Riders shot down','','','',0,0,0,0,0,0,0,0,0,0,0,0,34176,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,56673,56674,56675,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,64578,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13865,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13815,0,0,0,'Wet Work','Listen carefully, $c.$b$bThere are three leaders in this region who are commanding the elves, keeping their focus directed on the lumber camp. Slaying them will certainly cause panic and disarray, hopefully enough for us to successfully complete our mission.$b$bWhile you\'re at it, bringing down their scouts can only aid our cause.','Krokk wants you to kill Dorinar, Arminon, Endolar, and 12 Ashenvale Scouts.$b$bSpeak to Kadrak in Splintertree if you lose your Secret Signal Powder.','','','','Protector Endolar slain','Protector Dorinar slain','Protector Arminon slain','Ashenvale Scouts defeated',0,0,0,0,0,0,0,0,0,0,0,0,34208,34294,34204,34177,1,1,1,12,0,0,0,0,0,0,0,0,56724,56725,56726,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13866,13202,331,0,8,18,20,0,0,0,0,0,0,0,0,0,24463,13612,0,0,'To The Ramparts!','These woods may be silent but our enemies lurk behind every trunk. I\'ve discovered many an orc with arrows in his back, his weapon still sheathed.$b$bIt is treacherous here, behind the lines, but we could use strong arms and sharp minds down at the Mor\'shan Ramparts. Kadrak is preparing an offensive from there - he prefers action to talk. You and he will get along.$b$bSpeak with me when you are ready and I will fly you there. ','Speak with Kulg Gorespatter at the Ashenvale/Azshara border to be transported to the Mor\'shan Ramparts. Report to Kadrak when you arrive.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13867,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13853,0,0,0,'Culling the Furbolg Threat','Directly to the north of Astranaar are the Thistlefur furbolg. My scouts report that their numbers have grown greatly over the past few months. If they grow too great, they may find the courage to attack Astranaar directly!$B$BGo to Thistlefur Village and kill as many of their kind as you can.$B$BI shall remain here in Astranaar and await word from you. Elune be with you, $c.','Slay any 15 furbolg at Thistlefur Village in Ashenvale.','Well done, $N.$B$BWe are under constant threat from the furbolg. Hopefully this will keep them at bay for a bit longer.','','','Thistlefur Village furbolgs killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,3925,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13868,13202,331,0,262144,21,23,0,0,0,0,0,0,0,0,0,13867,0,46128,1,'Corrupting Influence?','As you search through the belongings of the dead furbolg lying before you, a small charm, very obviously created by trolls, spills out onto the ground.$B$BTouching the charm, you immediately get a sense that something is not right about the wood. A feeling of unease, of corruption, permeates the object.$B$BWrapping it in some spare cloth, you put it in your pack and resolve to show it to Raene Wolfrunner when next you find yourself in Astranaar.','Deliver the Troll Charm to Raene Wolfrunner at Astranaar in Ashenvale.','A troll charm? What are the furbolg doing with such a thing?$B$BYou\'re right, it does have a feeling of corruption about it... even I can sense that.$B$BThere\'s someone here who might be able to help.','What\'s troubling you, $c?','','','','','',46128,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,1,2767.47,-412.641,1,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13869,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,26454,0,0,0,'Recover the Remains','While what the satyrs have done to the trees is horrible, nothing compares to the mass slaughter that the orcs have been engaging in!$B$B$B$B$R, I would have you head across the road here at the lumber camp and recover the remains of those trees, treants, and ancients that the Horde have hewn down in their prime.','Collect 10 Warsong Lumber.','I have lived a very long time in peace with the forest, but what these orc-things are doing makes me want to feed them back to the ground!$B$BI will put this wood to rest now. Thank you for this kindness, $N. I will never forget.','Have you the remains, little one?','','','','','',23776,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13870,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13865,0,0,0,'As Good as it Gets','Well, $c, this is as good as it gets.$b$bThe elves are scrambling to recover from your recent deeds. There\'s no better time to break into the lumber camp!$b$bMake your way in and speak with Overseer Gorthak. He\'ll instruct you as to how best escort the diplomat to safety.$b$bGood luck!','Krokk wants you to enter the Warsong Lumber Camp and speak with Overseer Gorthak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,2,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13871,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13870,0,0,0,'Security!','It\'s not as like I haven\'t got enough to think about here!$b$bKeeping this place operational is hard enough without constant elf and draenei harassment.$b$bNow, on top of everything, there\'s an assassin lurking around the camp who\'s killed an important diplomat... on my watch!$b$bWhoever it is couldn\'t have gotten far, $c. Scour the camp until you find her and then avenge the diplomat!$b$bAt least I can bring the assassin\'s head with me when I have to answer to Hellscream.','Overseer Gorthak wants you to bring him the Kaldorei Assassin\'s Head.','','','','','','','',46147,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56718,56719,56720,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13872,13202,331,0,262144,21,23,0,0,0,0,0,0,0,0,0,13868,0,46310,1,'Worgen Wisdom','The man standing right across from me is known as Hephaestus Pilgrim. He\'s one of the worgen.$B$BHe and his sister came to Astranaar not long ago looking for a place to live. From what little I\'ve been able to glean, he\'s interested in trying to help the Earthen Ring with the Cataclysm. His sister is even more powerful. She\'s gone east to try and help the shaman deal with the volcano.$B$BPerhaps he can help. Take the charm over to him and see what he thinks.','Take the Troll Charm to Hephaestus Pilgrim at Astranaar in Ashenvale.','','','','','','','',46310,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13873,13202,331,0,8388616,19,22,0,0,0,0,0,0,0,0,0,13871,0,46311,1,'Sheelah\'s Last Wish','I... I cannot believe she\'s gone. It all happened so fast....$b$bI understand that I have you to thank for avenging my mistress. For that, you have my gratitude, and that of Silvermoon.$b$bIn her wisdom, my lady foresaw this end. She prepared a missive to be delivered in the event that something happened to her.$b$bWe were to join an Orgrimmar retinue at the crossroads just north of here. Please, $r, meet them in our stead and see that the message is delivered.','Guardian Menerin wants you to deliver the Sealed Missive to Guardian Gurtar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,4,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13874,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13872,0,0,0,'A Not-So-Charmed Life','The furbolg covet that which does not belong to them.$B$B$B$BThere\'s a property to the carving that slowly corrupts those that aren\'t trolls. As I understand it, the furbolg have done this sort of thing before. Some never learn.$B$BNo doubt they hoard most of the charms in Thistlefur Hold above their village to the north.','Collect 8 Troll Charms.','$B$BYou\'ve likely saved the Thistlefur from themselves, at least in the short run. If they can keep from stealing objects of power that don\'t belong to them, that is.$B$BI understand that the night elves are having problems with the other furbolg tribe to the south. That\'s something that Raene is going to want to speak to you about.$B$BHowever, there are more immediate concerns that I would ask for your help with.','Do you think that you retrieved all of the troll charms from Thistlefur Hold?$B$BIf any are left behind, the Thistlefur tribe will continue to be influenced by them, and eventually they will attack this place.','','','','','',16602,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13875,13202,331,0,0,19,22,0,0,0,0,0,0,0,0,0,13873,0,46316,1,'Gurtar\'s Request','I have a bit of a personal request for you, $c.$b$bIt has been many moons since I have seen my love, Draaka. It will be many more before we are able to be together again. I fear that as time passes, her love for me will wane.$b$bThis braid has special meaning to the two of us, as do Thorned Bloodcups, the flower of this region.$b$b I ask that you pluck the flowers and weave them into this twine, then present the gift to Draaka on my behalf.','Guardian Gurtar wants you to give the Bloodcup Braid to Draaka in Splintertree.','','','','','','','',46314,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56655,56656,56657,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13876,13202,331,0,8,21,24,0,0,0,0,0,0,0,0,0,13872,0,0,0,'Too Far Gone','Yes, I speak your tongue, $r.$B$BWe furbolg have been through this kind of corruption before. Not long ago our leader stole the Idol of Remulos. The demon-tainted thing ensorcelled the entire tribe and our redemption was barely delivered by a druid known as Broll Bearmantle.$B$BBut this time, we did not steal. The trolls of Zoram\'gar gave us the charms as a sign of friendship. A deadly friendship it would seem.$B$BOur chief, Dal Bloodclaw, is too far gone. Enter the hold and return with his charms.','Obtain Bloodclaw\'s Collection.','What was done had to be done. As our leader, Dal\'s sickness from the troll charms was destroying us.$B$BIt was better for the health and dignity of the tribe that it was you, outsider. This way there will be no civil war amongst us and we will easily find new leadership... hopefully one that does not have a tendency to so easily trust outsiders. Perhaps I am guilty of this as well?$B$BHere, allow me to repay the debt we owe you before we part ways forever.','Well? The future of the Thistlefur rests upon your shoulders, $r.','','','','','',5544,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56622,56623,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13877,13202,331,0,262152,21,23,0,0,0,0,0,0,0,0,0,13874,0,0,0,'Go With The Flow','$B$BThe volcano threatens to engulf all of Ashenvale if we do not act quickly. Let me assure you, this was no natural eruption.$B$BMy sister, Sabina, is powerful. She has gone east to the edge of Thunder Peak\'s lava flow, just north of the road to enlist the aid of the other elements against the fire lord that has caused this destruction.$B$B$N, go to her and give her what assistance you can.','Speak with Sabina Pilgrim at the southern edge of Thunder Peak\'s lava flow in Ashenvale.','My brother must have sent you. He wouldn\'t have done so unless you are capable of doing what must be done.$B$BFor all of our sakes I hope that he\'s right.$B$BThe elementals here are now my allies. You must do as they ask if we are to prevent the destruction of the rest of Ashenvale.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2495.39,-1311.64,1,1140,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13878,13202,17,0,8,9,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'Through Fire and Flames','Help me, $c! Piggy men come burn stables - fire! Fire!$B$B$B$BWolves still chained inside. Someone\'s got to save the wee wolves! ','Break the chains to free the wolves from the burning stables.','','','','Wolves Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,34285,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,59529,59530,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13879,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13947,0,0,0,'Thunder Peak','Greetings, $c.$b$bCongratulations on your victorious assault on Astranaar. The elves shall not soon forget the humiliation they have suffered at your hand.$b$bBut you must know, the elves are not the only obstacle to the Horde\'s conquering of Ashenvale....$b$bTo the east, a shaman of the Earthen Ring requires assistance with yet another crisis. You can find him near the base of the volcano, Thunder Peak.','Broyk wants you to find Stikwad at Thunder Peak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13880,13202,331,0,0,21,23,0,0,0,0,0,0,0,0,0,0,13884,46352,1,'Hot Lava','$B$BThe flow of the lava must be stopped if we are to prevail. I will grant to you a portion of my power. Use it to fill the lava fissures!','Use the Gift of the Earth to fill 8 Lava Fissures.','Well done, $r. Lord Magmathar\'s fire is now trapped, restrained within the earth once more.','Done?','','Lava fissures filled','','','',0,46352,0,0,0,0,0,1,0,0,0,0,-195002,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13881,13202,148,0,12,16,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consumed','My first concern right now is for the thistle bear families who call what\'s left of these woods home. Just to our south, beyond the bear shrine, an entire generation has fallen ill. Gruesomely ill.$B$B$N, I don\'t know what they\'re suffering from, but it\'s consumed them from within. It pains me that a whole generation is beyond saving, but we\'ve got to kill them off so that the earth can reclaim their bodies.$B$BMore importantly, we need to find the source. Investigate the shallow lake they drink from!','Kill 6 Consumed Thistle Bears and investigate the lake they\'re drinking from.','','','Watering Hole Investigated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34302,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13882,13202,148,0,8,16,18,0,0,0,0,0,0,0,0,0,13881,0,0,0,'The Seeds of Life','Something is trying to devour the life of Darkshore from within! I\'ll ask around to learn more about the - thing - you discovered in the lake. Meanwhile, we need to protect the local wildlife from further harm.$B$BCan you gather some materials for me? I\'ll need life in all its incarnations. Talk to Onu here in the grove to acquire a Seed of the Earth. Capture a Darkshore Wisp floating amongst the trees and we\'ll have a Seed of the Sky. Find a Seed of the Sea within seashells along the coast, west of here.','Gather a Seed of the Earth, a Seed of the Sea, and a Seed of the Sky.','','','','','','','',46354,46356,46355,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52590,52612,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13883,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13875,0,0,0,'Lousy Pieces of Ship','Shoddy workmanship! There\'s no other explanation...$b$bThese ships must\'ve been constructed in a hurry. Entire pieces of armor plating are falling off without even sustaining a direct hit!$b$bI\'ll show them how it is to be done. But first, I need you to recover the pieces from the sea floor.$b$bReturn to me with the pieces and I\'ll do the rest.','Recover 10 pieces of Sunken Scrap Metal.','','','','','','','',46357,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13884,13202,331,0,3145736,21,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'Put Out The Fire','Lord Magmathar\'s minions must first be dealt with if we\'re to retake this area and put a stop to the fiery destruction of the forest.$B$BThe lava ragers on the flow to the north are strengthened by being on their own element. I fear that on your own, you won\'t have much chance against them.$B$BWhen you are ready, speak to me again, and I will summon one of my own to assist you.','Slay 10 Lava Ragers. If you need another Freezing Surger, speak with Arctanus.','You acquitted yourself well in battle on the field. However, I\'m afraid that Lord Magmathar has taken notice of you and the destruction that you\'ve wreaked upon his minions.$B$BYou will have to deal with him or he is sure to burn you alive, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34314,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13885,13202,148,0,0,16,19,0,0,0,0,0,0,0,0,0,13925,0,0,0,'In Defense of Darkshore','Now that we know our preventative measures work, we should cover as much ground as possible.$B$BI\'ve arranged to commandeer one of our hippogryphs, but I can\'t do this alone. Talk to my friend Orseus, next to the flight master right outside the grove here. Let him know when you\'re ready and I\'ll meet you there. We\'ll canvas Darkshore from the air and protect as many animals as we can!','Talk to Orseus outside the Grove of the Ancients and mount a hippogryph. From the air, protect 8 Whitetail Deer, 8 Grizzled Thistle Bears, and 8 Moonstalker Matriarchs/Sires from the consumption.','','','','Grizzled Thistle Bear Protected','Moonstalker Protected','Whitetail Deer Protected','',0,0,0,0,0,0,0,0,0,0,0,0,34323,34325,34324,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13886,13202,331,0,128,21,24,0,0,0,0,0,0,0,0,0,13884,0,0,0,'Vortex','The time has come, $N. When you have steeled yourself we will speak again and I will summon forth a whirling vortex to speed your way up to the skies over Thunder Peak.$B$BChannel the power of the Earthen Ring through the elemental to slay Lord Magmathar so that we may bring him into balance once more.','Use the powers of the Whirling Vortex to slay Lord Magmathar.','It is done. The power of fire is subdued and the four elements are returned to harmony.$B$BYou have saved the rest of Ashenvale through your brave and selfless actions, $N. You have our eternal thanks.','','','Lord Magmathar slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,34333,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56683,56684,56685,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13888,13202,331,0,128,21,24,0,0,0,0,0,0,0,0,0,13884,0,0,0,'Vortex','The time has come, $N. When you have steeled yourself we will speak again and I will summon forth a whirling vortex to speed your way up to the skies over Thunder Peak.$B$BChannel the power of the Earthen Ring through the elemental to slay Lord Magmathar so that we may bring him into balance once more.','Use the powers of the Whirling Vortex to slay Lord Magmathar.','','','','Lord Magmathar slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,34333,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56686,56687,56688,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13890,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13875,0,0,0,'Keep the Fires Burning','This is no small task, $r!$b$bWe have more ships arriving, and without the lighthouse they\'ll be lost - or worse! You are hereby charged with keeping its fire lit.$b$bCollect the blubber from the hydras in these waters, then bring it to the forge here to melt it into oil.$b$bThrowing that oil on the lighthouse fire will buy us the time we need.','Commander Grimfang at Zoram\'gar wants you to pour Mystlash Hydra Oil on the lighthouse fire.','','','','Lighthouse Fire Lit','','','',0,0,0,0,0,0,0,0,0,0,0,0,34329,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56715,56716,56717,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13891,13202,148,0,0,16,18,0,0,0,0,0,0,0,0,0,13885,0,46370,1,'The Devourer of Darkshore','Now that the creatures of Darkshore are safe, let\'s turn our attention to the artifact you found in the lake. I believe it\'s the work of a minion of the Old Gods. We\'ll fight these fiends using the very lifegiving energies of Darkshore itself! Take the Lifebringer Sapling to the shore of the shallow lake to the south of here. Wave it over the waters of the lake and it should disable that ancient artifact.$B$BBe careful, $N. The artifact is likely to be guarded by who-knows-what.','Use the Lifebringer Sapling on the shore of the shallow lake south of the Grove of the Ancients to destroy the Devouring Artifact and its guardian.','','','','Devouring Artifact Destroyed','','','',0,46370,0,0,0,0,0,1,0,0,0,0,34331,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52618,52660,52628,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13892,13202,148,0,327688,17,19,0,0,0,0,0,0,0,0,0,13902,0,46696,1,'Leave No Tracks','To the southwest lies the corpse of a being somehow related to the Old Gods that the Twilight\'s Hammer cultists worship.$B$BHe was defeated before our time -- if not by the Titans themselves, certainly by one of their creations.$B$BWe\'ve noted an increase in cult activity in that area which can only mean something terrible is amiss.$B$BWe\'re going to need to find out what they\'re planning to do there and why. Take this figurine, it\'ll help you avoid being detected while you gather intelligence.','Sneak into the Master\'s Glaive using the Panther Figurine and spy on the Twilight\'s Hammer.','','','','Twilight\'s Hammer surveillance','','','',0,0,0,0,0,0,0,0,0,0,0,0,34410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13893,13202,148,0,262152,17,19,0,0,0,0,0,0,0,0,0,13896,0,0,0,'Soggoth and Kronn','The Master\'s Glaive was the site of an ancient battle, $N. The titans sent twenty of their stone giants against Soggoth.$B$BOf those twenty giants, one survived.$B$BThe tablets say that Kronn, the largest of the stone giants allowed himself to be entangled by Soggoth\'s tendrils -- just long enough to be lifted close enough to the creature\'s skull... within reach of his mighty sword.$B$BIt\'s a good thing he\'s dead... we don\'t really have twenty stone giants lying around to stop him again. ','Return to Larien at the Grove of the Ancients with the information you\'ve obtained.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13894,13202,0,0,16392,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marking the Kills (DEPRECATED)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13895,13202,148,0,262152,17,19,0,0,0,0,0,0,0,0,0,13893,0,0,0,'The Slumbering Ancients','We may not have twenty stone giants to take on our enemy, but we giants of ancient lumber are as strong as any rock.$B$BLook around you, $r. My kindred sleep... yet they will heed the keeper\'s horn when the time of need is upon them.$B$BYou will find Aros, the keeper of the grove, beyond the bridge northeast of here.$B$BTell him the urgency of our situation.','Find Aros northeast of the Grove of the Ancients in Darkshore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13896,13164,148,0,262152,17,19,0,0,0,0,0,0,0,0,0,13948,0,0,0,'Unearthed Knowledge','Listen, $N. We need to learn more about what we\'re up against.$B$BTo the southwest, beyond the Master\'s Glaive, there is a group of dwarven prospectors who were excavating the nearby ruins.$B$BPerhaps they have uncovered knowledge that is useful to us in this matter.','Speak to Archaeologist Groff at Remtravel\'s Excavation.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13897,13202,148,0,8,17,19,0,0,0,0,0,0,0,0,0,13900,0,58365,1,'The Battle for Darkshore','The ancients of the grove have come to our aid, $N. I can see through their eyes even as we speak.$B$BThe Twilight\'s Hammer has been forced to hasten their ritual and have thus only managed to resurrect but a remnant of dread Soggoth.$B$BDestroy it before it\'s too late, $N. I am needed elsewhere.$B$BReturn to the druids at the Grove of the Ancients when it is all over they will direct you further.','Slay the Avatar of Soggoth at the Master\'s Glaive.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34485,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52616,52655,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13898,13202,148,0,8,17,20,0,0,0,0,0,0,0,0,0,13895,0,0,0,'The Tides Turn Against Us','We cannot let the naga get away with this, $N. Slaying the keeper of the grove amounts to a declaration of war.$B$BYou\'ll find their den inside a cave on the island of Naj\'vel, far to the southwest.$B$BI want you to send them a clear message.','Slay 8 Darkscale Myrmidons.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,33079,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,52644,52640,52673,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13899,13202,148,0,262152,17,20,0,0,0,0,0,0,0,0,0,13953,0,0,0,'The Darkscale Warlord','If the naga want to throw in their lot with the Twilight\'s Hammer, then may Elune have mercy on them.$B$BGo into their lair in the island of Nazj\'vel and find their leader, the naga warlord known only as Wrathspine.$B$BPerhaps the horn of the ancients can still be saved.','Slay Warlord Wrathspine inside Nazj\'vel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13900,13202,148,0,8,17,20,0,0,0,0,0,0,0,0,0,13899,0,0,0,'The Offering to Azshara','The warlord said the horn of the ancients was being offered to Azshara above Nazj\'vel.$B$BPerhaps it\'s not too late to save the ancient relic from being destroyed.','Stop the Darkscale Priestesses from offering the Horn of the Ancients to Azshara above Nazj\'vel.','','','','Offering to Azshara prevented','','','',0,0,0,0,0,0,0,0,0,0,0,0,51314,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52588,52610,52630,55135,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(13901,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13875,0,0,0,'Deep Despair','There is more to this naga problem than meets the eye, $c. It appears that the issue will not be resolved by merely thinning their numbers. To humble them, a more severe impression must be made.$b$bTravel to the northern end of Zoram Strand and enter Blackfathom Deep. Once there, demonstrate to the naga that their presence in this region will no longer be tolerated!','Kill 6 Blackfathom Tide Priestesses.','','','','Blackfathom Tide Priestesses slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,4802,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13902,13202,148,0,262152,17,18,0,0,0,0,0,0,0,0,0,13588,0,0,0,'Mounting the Offensive','Our work in Darkshore is not yet done. We might have stopped the landmass from shattering, but our enemies still have a strong presence in the area.$B$BI want you to contact a group of druids at the Grove of the Ancients, far to the south. They are led by an old friend of mine, Balren of the Claw.$B$BTell them that the time has come to take the battle to our foes. I will come to aid them as soon as we stabilize the area.','Speak to Balren of the Claw at the Grove of the Ancients in Darkshore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13907,13202,148,0,8,16,18,0,0,0,0,0,0,0,0,0,13912,0,0,0,'Sweeping Clean the Ruins','The big beards at Ironforge sent me here to check on Remtravel\'s dig the moment they got word of the disaster. Look at it! Precious artifacts washed to sea, months of tedious digging undone in a moment.$B$BWhen the tidal waves hit, they demolished the murloc encampments along the shore. Good news? Naw, not with my luck. The survivors are squatting in the shelter of the ruins, and they\'re doing more damage than the elements ever could. Would you mind getting your waders on and taking care of things?','Kill 10 of any combination of Greymist Oracles or Greymist Refugees squatting within Remtravel\'s Excavation.','','','','Murloc Squatters Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,34344,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13909,13202,148,0,8,16,18,0,0,0,0,0,0,0,0,0,13907,0,0,0,'Got Some Flotsam?','We can figure this out, $N. We just need some Dwarven ingenuity. Think, Groffy, think!$B$BThese murlocs are just looking for a home, right? Let\'s do something constructive. I mean that literally.$B$BAll sorts of debris was washed ashore during the catastrophe, and some of the decimated murloc hovels may still be salvageable. Run along the shore here and gather up any building materials fit for a murloc. That\'s an admittedly low standard. ','Collect 5 pieces of Salvageable Greymist Wreckage from along the shore and in the water near the Remtravel Excavation.','','','','','','','',46384,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13910,13202,148,0,8,16,18,0,0,0,0,0,0,0,0,0,13909,0,46385,1,'A New Home','Can we build it? Yes we can! Just west of the dig site I planted a banner on the shore. The sand is firm and it\'s as good a site as any. Take my tools and the parts you collected and build these ornery pests a different place to live.','Build a murloc hovel at a site Groff marked with a flag on the nearby shore.','','','','Greymist Murloc Home Built','','','',0,46385,0,0,0,0,0,1,0,0,0,0,34349,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52663,52594,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13911,13202,148,0,2,16,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Absent-Minded Prospector','Who are you again? $N? Have we met? If you\'re here from the League, you can tell them I\'m not leaving! Not without my find. I had it, right in my hands! Then the screaming. Then the wetness.$B$BListen here whos-yer-name, I documented the whole thing in my journal the day the tidal wave hit. And I know just where I left it! The journal. Not the find. Help me get the one so we can get the other! Or vice-versa! Do you follow? Follow me!','Escort the confused Prospector Remtravel to his missing journal. Talk to Jr. Archaeologist Ferd at the dig site when you\'re done.','','','Prospector Remtravel Escorted','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52592,52600,52671,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13912,13202,148,0,8,16,18,0,0,0,0,0,0,0,0,0,13911,0,0,0,'Swamped Secrets','Underneath Remtravel\'s forgetful exterior is the mind of a genius, an enigma cloaked in senility. But I\'m not about to give up on the old man. Look at what I found in his notes... not there... no, that\'s a shopping list... Here, on the page where he\'s trying to figure out what year it is: The Disc!$B$BWe think this Titan artifact is some sort of encrypted storage wheel. We were carefully unearthing it when the disaster hit, but hopefully it\'s still in the ruins. Dive in and grab it for me! ','Find a Mud-Crusted Ancient Disc from within the nearby ruins.','','','','','','','',46386,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13913,13202,331,0,10,24,25,0,0,0,0,0,0,0,0,2,28539,0,0,0,'They Took Our Gnomes','The gnome explosives squad we requested from Tinker Town arrived last week. Just in time to face an assault by the Horde. We lost a lot of soldiers that day. Most of the gnome team was taken as well. Now we\'re neck deep in Horde, Silverwind Refuge has been lost and we\'re down a dozen gnomes.$B$BI\'m begging for your help here, $N. Travel east to Silverwind Refuge and look for any gnome survivors. They were all carted off by a big, merciless orc named Thundrak. Find him and you\'ll find our gnomes.','Rescue Boog the \"Gear Whisperer\" and Minx from Painmaster Thundrak\'s Wagon of Unending Agony.\n','Thank you, $N. Grim news you bring of the rest of the gnome team, but at least you managed to save a few. For that I am grateful.','','Boog and Minx Freed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,5,5,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13918,13202,148,0,0,16,18,0,0,0,0,0,0,0,0,0,13912,0,46388,1,'The Titans\' Terminal','Now that we have the disc, a lot of our earlier finds are starting to make sense. Shortly after my arrival, Prospector Remtravel unearthed what he presumed to be a prehistoric toaster.$B$BIt\'s my belief that this slotted box is some sort of data reader. Unfortunately, it broke apart and washed away with the rest of our base camp when the tidal wave struck!$B$BIt can\'t have gone far, $N. Pieces must be buried in the nearby sand. Here, use my trusty buried artifact detector to comb the beach for them.','Use Buried Artifact Detector on the beach near Remtravel\'s Excavation site to locate 5 Ancient Device Fragments. Combine them to create the Ancient Slotted Device.','','','','','','','',46387,46388,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52653,52657,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,65310,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13919,13202,331,0,262146,19,23,0,0,0,0,0,0,0,0,2,0,0,46389,1,'A Trip to the Moonwell','It didn\'t work.$B$B$B$BThe eruption of Thunder Peak must have affected it in some way. You must take the tear to the Moonwell of Purity, which still lies intact, protected by the goddess\' power, at the southeast base of the volcano.$B$BThere, you will wash it in the sacred waters of Elune. What happens beyond that, I cannot say. I fear for my daughter\'s life. It is in your hands now, $N.','Take the Tear of Elune and cleanse it in the waters of the Moonwell of Purity in Ashenvale.','','','Tear of Elune Cleansed.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2903.96,-1398.8,1,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13920,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13890,0,0,0,'Before You Go...','We have urgent need for good $cs at Hellscream\'s Watch, $n. But before you\'re dispatched, there remains something that needs doing here.$b$bMost of our perishable goods were lost at sea due mainly to Alliance attacks. We must stock enough food to carry out our Ashenvale campaign.$b$bJust east of here, you should find wildlife in abundance. Bring back the best meat you can find for our troops!','Bring 5 Venison Steaks to Commander Grimfang in Zoram\'gar.','','','','','','','',46392,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56721,56722,56723,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13921,13202,331,0,786432,19,23,0,0,0,0,0,0,0,0,0,13919,13922,0,0,'He Who Would Be Forgiven','$B$BYou seek to cure a child, but know that all things come at a cost. To the east lies Raynewood Tower. Standing outside the tower, next to my moonwell, is one who has fallen into corruption.$B$BAvrus Illwhisper seeks forgiveness and redemption, $N. Will you help him to attain that which he desires and in so doing achieve your own goal?','Speak with Avrus Illwhisper at Raynewood Tower in Ashenvale.','$B$BFinally, my redemption is at hand. I have waited long for this day and I think I know how to help you in turn.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2372.69,-1709.58,1,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13922,13202,331,0,8,19,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'In the Hands of the Perverse','My former clan, the Felmusk of Night Run, raided Fallen Sky Lake some time ago, stealing the moonstones that were unique to the area.$B$BThose moonstones are known to have great healing properties and surely can be used to cure the little girl that lies sick in Astranaar.$B$BNight Run rests up the road to the east that runs north. There are multiple paths that lead up into the hills on its eastern side, and it is there that you will find my unrepentant brethren. They will have what you seek.','Obtain 5 Fallen Moonstones.','You have all of the moonstones that are needed. And yet, it is said that a sacrifice of life is the only way to ensure the saving of another.$B$BI will ensure that no matter what, the moonstones will cure Relara.','Five moonstones are required to assure that the girl is healed.','','','','','',5508,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13923,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Hellscream\'s Watch','Into the fray with you, $r!$b$bHellscream\'s Watch is one of our most contentious fronts in Ashenvale. The experience should serve you well... assuming you survive.$b$bWhen you\'ve made ready, speak with Andruk. I\'ve arranged for him to transport you directly to your station.$b$bOnce you\'ve arrived, seek out Captain Goggath. He will guide you further.$b$bBring pain and death to our enemies! For the Horde!','Speak to Captain Goggath at Hellscream\'s Watch.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,1,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13924,13202,331,0,262144,19,23,0,0,0,0,0,0,0,0,0,13922,0,46715,1,'All\'s Well','Thank you for saving me from a fate worse than death, $N! For saving both the child and myself!$B$BWell, the child is almost saved. All you have to do is take the moonstones back west down the road to Astranaar. Hand them to Pelturas and he will know what to do.$B$BGo in peace, my friend. Elune be praised!','Deliver the Sanctified Moonstones to Pelturas Whitemoon at Astranaar in Ashenvale.','Oh, $N, you have saved my daughter! I know the power of the moonstones will give back my daughter her strength!$B$BI can never repay you fully for the aid you have given me, but... please, take this. Other than Relara, it is my most dear possession.','$N, is that you? Have you returned with the cure for Relara?','','','','','',46715,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56676,56677,56678,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13925,13202,148,0,0,16,18,0,0,0,0,0,0,0,0,0,13882,0,46363,1,'An Ounce of Prevention','Are you familiar with the Old Ones, $n? Onu and I agree that the artifact you found in the lake can only be their work, and it\'s devouring Darkshore. Something is stirring up terrors we thought dead long ago. This is bigger than you or me, but my first concern is protecting the wildlife.$B$BHere, this sapling contains the life essence you gathered for me. I believe it can protect the local fauna. Test it out on a nearby un-consumed bear, stag, or moonstalker, and let me know what happens!','Test the Lifebringer Sapling on any nearby healthy Grizzled Thistle Bear, Whitetail Stag, or Moonstalker Matriarch/Sire. ','','','','Lifebringer Sapling Tested','','','',0,46363,0,0,0,0,0,1,0,0,0,0,34373,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13928,13202,331,0,1048584,21,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'Recover the Fallen','I and my sentinels have been ordered by Keeper Ordanus to stay here and hold the tower. So far we\'ve been able to repel the Horde, but now they\'re going around us to directly attack the retreat to the north.$B$BThe keeper sent out his dryads to defend the tree, but they do not seem to be much of a match for the vanguard of the Warsong orcs.$B$BI need you to go out there and recover as many laughing sister corpses as you can. Take them to Halannia inside the tree at the retreat. She will know what to do.','Recover 10 Laughing Sister\'s Corpses.','Thank you, $c. We have our hands full defending the retreat, but when I can catch my breath, I\'ll see to it that these sisters are returned to life, the Goddess willing.$B$BYou\'ve demonstrated your prowess... we can use your help.','I\'m amazed that you broke through the Horde lines and managed to get in here, $r.','','','','','',46543,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13935,13202,331,0,128,21,23,0,0,0,0,0,0,0,0,0,13928,0,0,0,'Defend the Tree!','We have been using the power of the Forest Heart to defend the tree from the Horde, but its power is not without limit. We must use it to take the fight to them!$B$BShadumbra, the great cat of the forest, prowls nearby. It is from her that we shall draw our inspiration. You will become one with the shade of Shadumbra. You will take the essence of the panther into you and lay waste to those who dare attack the might of Ashenvale!','Speak with Halannia to summon the Shade of Shadumbra and use its power to destroy any 50 Warsong enemies at Raynewood Retreat.','A brutal display, but one fitting for the enemies of Ashenvale. The Horde dares to think that they can take our beloved forest away from us.$B$BThey are fatally mistaken!$B$BYou have saved Raynewood from destruction, $N. Surely we can find a reward suitable for our champion?','','','Warsong enemies destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,32856,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,56670,56671,56672,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,65465,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13936,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13923,0,0,0,'Tweedle\'s Dumb','Delays, delays, delays! I\'m at wit\'s end!$b$bI was told that this goblin was brilliant - that he\'d come up with gadgets sure to shock the enemy into submission. So far he\'s produced nothing but empty promises. If he comes up empty-handed again, I\'m going to toss him off the cliff!$b$bYou go and speak to him, $c. Let him know that my fuse is running short!','Captain Goggath wants you to speak with Tweedle at Hellscream\'s Watch.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13939,13202,188,0,16392,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fel Moss Corruption','I\'d hoped to never return to Teldrassil for such grim business. I\'d hoped that its corruption had been wiped away completely. Something fowl lingers.$B$BThe corruption of the wicked fel moss still threatens to turn peaceful creatures against us. The grells and gellkin still infest the area and threaten Shadowglen\'s residents.$B$BEngage these grells and grellkin, $N, and see if they are indeed caught under the enchantment of the wicked fel moss. Once we know for certain, we will know how to proceed.\n','Collect 6 Fel Moss.','','','','','','','',3297,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,961,0,0,0,3,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13940,13202,148,0,262152,13,17,0,0,0,0,0,0,0,0,0,13587,0,0,0,'Leaving the Dream','Hold on tight, $N. The journey back to the waking world can be a little rough on unprepared minds and bodies.','Speak to Malfurion at the Eye of the Vortex in Darkshore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65425,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13941,13202,188,0,16384,1,5,0,0,0,0,0,0,0,0,0,0,0,46697,1,'Vile Touch','Githyiss the Vile was known for possessing a poison more potent than any other webwood spider. Dirania Silvershrine at the base of Aldrassil would surely be interested in using Githyiss\' engorged venom sac to concoct an antidote equally as potent. Perhaps so interested as to even offer a reward...','Bring the Engorged Venom Sac to Dirania Silvershrine at the base of Aldrassil.','','','','','','','',46697,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13942,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13936,0,0,0,'Set Us Up the Bomb','I\'m definitely on to something here!$b$bI have enough volatile elements salvaged from our arsenal to make the explosives Goggath wants, but I need to stabilize it and pack it into bombs.$b$bWhat I need is some clay - and not just any clay... moon-kissed clay.$b$bIt\'s only found on the northern banks of Astranaar Lake, and it possesses the qualities I need to bring out the full potential of my discovery!','Tweedle at Hellscream\'s Watch wants you to collect 10 samples of Moon-Kissed Clay.','','','','','','','',46698,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13943,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13936,0,0,0,'Breathing Room','Our forces are not ready to assault Astranaar just yet, $c. They know we\'re coming, though, and they\'re not content to sit and wait for us. At the base of this cliff they\'ve created a camp from which they launch bothersome attacks by the light of the moon.$b$bBefore these skirmishes bolster their confidence any further, I want you to visit them with the wrath of the Horde! Return to me when the elves have been humbled a bit.','Captain Goggath wants you to kill 10 Astranaar Skirmishers and 3 Astranaar Officers.','','','','Astranaar Skirmishers slain','Astranaar Officers slain','','',0,0,0,0,0,0,0,0,0,0,0,0,34419,34420,0,0,10,3,0,0,0,0,0,0,0,0,0,0,56667,56668,56669,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13944,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13942,0,46701,1,'Small Hands, Short Fuse','$b$bI\'ve done it! This should satisfy even Goggath!$b$bWe just need a test that will sufficiently show off our efforts... ahh - the wagon!$b$bThe bossman\'s wanted that rotted out piece of junk hauled off for days. Use my explosives to get rid of it, then see what the captain has to say!','Use the Improvised Explosive Stick on the Broken-down Wagon at Hellscream\'s Watch.','','','','Broken Wagon exploded','','','',0,0,0,0,0,0,0,0,0,0,0,0,34424,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13945,13202,141,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Resident Danger','The Gnarlpine aggression is limiting our options. None of our kind are eager to bring blade and arrow against creatures that were once our friends, but I grow fearful that they are going to set their sights on Dolanaar soon.$B$BThe biggest concern to me are the furbolg in Ban\'ethil Hollow and Ban\'ethil Barrow Dens. I need you to travel to the west, make your way into the Barrow Den, and kill as many of the Gnarlpine as you can. We probably won\'t have many more chances to limit their strength - be swift.','Kill 20 Gnarlpine Furbolg in and around Ban\'ethil Barrow Den.','Impressive. I hope my huntress carried her weight.$B$BIf we continue with this fervor, we may yet still free Teldrassil from the corruption that Alexstrasza herself could not burn out.','','','Ban\'ethil Gnarlpine slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,2010,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13946,13202,141,0,524288,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nature\'s Reprisal','I\'m glad you were willing to atone for your\nmistake - it speaks a great deal about your character.$B$BI have another task for you. I have gathered some ireroot seeds. They are\nsomewhat like fel cones, but quite a bit more potent. Nature often responds very negatively to demons, and these ireroot seeds prompt a\nvery concentrated form of that reprisal.$B$BTo our north, in Fel Rock, there are grellkin that are far beyond redemption. Use the\nireroot seeds to route them before they become a more serious threat.','Use ireroot seeds to kill 12 grellkin in Fel Rock.','Good. I know this probably wasn\'t very pleasant work, but\nwe greatly appreciate it.$B$BI fear for our dear Teldrassil... it seems it is becoming more corrupt by the day, and our ignorance to\nthe cause is plaguing me greatly.','','','Fel Rock grellkin killed with Ireroot Seeds','','','',0,0,0,0,0,0,0,0,0,0,0,0,2002,2003,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13947,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13944,0,0,0,'Blastranaar!','So, Tweedle finally came through on those explosives, eh?$b$bThey couldn\'t have come at a better time. The elves of Astranaar are preparing to make a devastating assault on our camp as we speak.$b$bDrop our new weapon on them from the skies! The destruction of Astranaar will be a dagger in the heart of night elves everywhere!$b$bSpeak with Thraka when you\'re ready to begin the assault.$b$bAim true, $c.','Captain Goggath wants you to use Tweedle\'s Improvised Explosives to kill 20 Astranaar Sentinels and destroy 10 Astranaar Throwers.','','','','Astranaar Sentinels slain','Astranaar Throwers destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,34494,34492,0,0,20,10,0,0,0,0,0,0,0,0,0,0,56661,56662,56663,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,65498,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13948,13202,148,0,8,17,19,0,0,0,0,0,0,0,0,0,13892,0,46696,1,'Stepping Up Surveillance','The cultists appear to be digging out the remains of a being known as Soggoth the Slitherer.$B$BPerhaps their superiors on the rafters above have more information.','Sneak into the Master\'s Glaive using the Panther Figurine and spy on the Twilight\'s Hammer leaders on the platform above.','','','','Master\'s Glaive surveillance','','','',0,0,0,0,0,0,0,0,0,0,0,0,34411,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13949,13202,17,0,10,9,12,0,0,0,0,0,0,0,0,0,871,0,46714,1,'Crossroads Caravan Pickup','$B$BHave you ever used one of these, $N? It\'s a beast. Hell with a handgrip. Too heavy to use on foot, but perfect when riding at the head of a caravan. I call it my \'street sweeper.\'$B$BWe need to get those supplies you\'ve collected to the Crossroads, and I expect trouble. I\'d like for you to ride shotgun. Literally! Say the word when you\'re ready and I\'ll put you at the head of our next caravan.','Speak with Halga Bloodeye at Far Watch Post to escort the next Crossroads Caravan to Grol\'dom Farm.','','','','Caravan Escorted','','','',0,46714,0,0,0,0,0,1,0,0,0,0,53613,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59536,59537,59538,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13953,13202,148,0,262152,17,19,0,0,0,0,0,0,0,0,0,13895,0,0,0,'Naga In Our Midst','The creature appears to have had its skull broken in a fight with Aros. It looks like what you\'ve heard described as a naga before.$B$BIt is said that despite their monstrous features, naga are night elves warped by the arcane magic of Queen Azshara.$B$BIt seems they\'ve decided to stop you from obtaining the horn of the ancients.','Return to Balren of the Claw at the Grove of the Ancients in Darkshore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13958,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13947,0,46734,1,'Condition Critical!','We have the enemy on their heels. Victory is within sight!$b$bIt is not yet time to celebrate though, $c. There remains much to be done before the Horde can lay claim to Ashenvale.$b$bAt Raynewood Retreat to the east a battle has been joined. Reports indicate many Horde wounded.$b$bTake these medical supplies there and give them to Thagg. Tell him of our assault on Astranaar. It may help to bolster morale.','Goggath wants you to bring the Battle Triage Kit to Thagg at Raynewood Retreat.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13961,13202,17,0,4,10,12,0,0,0,0,0,0,0,0,0,13949,0,46722,1,'Drag it Out of Them','It is our instinct to simply lash out at our attackers, but wisdom dictates another path. We should interrogate one of these quilboar invaders and learn all we can. Take this net, $N, and ensnare a quilboar pillager attacking our farm just west of here. Club the beast unconscious and bring him to me.','Use the Grol\'dom Net to ensnare a Razormane Pillager and drag it back to Togrik at Grol\'dom Farm.','','','Razormane Prisoner Delivered','','','','',46722,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13962,13202,331,0,8,22,24,0,0,0,0,0,0,0,0,0,13958,0,0,0,'Stalemate','The triage kits will help us keep up the fight, but we are at a stalemate.$b$bThe dryads die easy enough, but their leader is resurrecting them soon after they fall. We face an endless stream of the vermin!$b$bKeeper Ordanus hides in that mutated tree. Our efforts to fight our way to him have been in vain. Perhaps you could work your way to him while we contend with his dryads...$b$bSurely, this is child\'s play for someone who has conquered Astranaar. No?','Thagg at Raynewood Retreat wants you to kill Keeper Ordanus.','','','','Keeper Ordanus slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,4273,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13963,13202,17,0,0,10,12,0,0,0,0,0,0,0,0,0,13961,0,0,0,'By Hook Or By Crook','I suppose he\'ll come around with some cold water to the face. What do you think he\'ll tell us?$B$BI\'ll secure him inside our livestock pen behind me here. I don\'t think he\'ll stay conscious long. Find out what you can about why the quilboar are attacking our farms! I\'ll leave the interrogation methods up to your better judgment.','Question the nearby Razormane prisoner. If he\'s not there or unconscious, Togrik can revive him for you.','','','','Razormane Prisoner Interrogated','','','',0,0,0,0,0,0,0,0,0,0,0,0,34529,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13964,13202,331,0,262152,23,25,0,0,0,0,0,0,0,0,0,0,26470,0,0,'To the Spire','We\'ve lost Silverwind Refuge! All that I know is that there was a surprise attack by the Horde and that they somehow turned Mystral Lake\'s elemental guardians against us.$B$BThe survivors have fallen back to Stardust Spire. $N, they need your help.$B$BHead south by southeast. You\'ll find the spire at the mouth of the Talondeep Pass, which leads into the Stonetalon Mountains. I\'m sure that you\'ll find Sentinel Velene Starstrike helping with the counter-offensive there.','Speak with Sentinel Velene Starstrike at Stardust Spire.','Good to finally meet you, $N. I\'ve heard all about what you\'ve been up to and let me just say that I\'m impressed!$B$BThink you can lend us your expertise?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1924.95,-354.561,1,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13965,13202,331,0,262152,23,25,0,0,0,0,0,0,0,0,0,13886,0,0,0,'Check in on the Edunes','$N, if you have a moment to spare, I would enlist your aid in a simple matter.$B$BI have not heard from my friends, the Edunes, in some time. I was wondering if you could swing west and check in on them?$B$BYou have my thanks. Their cottage sits on a small plot of land just to the west of the Shrine of Aessina.','Speak with Benjari Edune at the House of Edune in Ashenvale.','You say that Faldreas sent you? Good man.$B$BAs it happens, we could use your help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2770.42,664.75,1,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13967,13202,331,0,8,23,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thinning the... Herd?','The furbolg are more numerous than we expected in these southern regions. They have also been far more aggressive here than we would like.$b$bWith our resources divided between hunting down elves and harvesting much-needed lumber, that leaves you to help me put an end to our furbolg distraction.$b$bI have research to conduct here. In the meantime, I need you to take a more hands-on approach. Bring me the ears of nearby furbolg as proof to Tarkan that the problem is being dealt with.','Senani Thunderheart at Silverwind Retreat wants you to collect 15 Furbolg Ears from Foulweald Totemics and Foulweald Ursas.','','','','','','','',46741,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13968,13202,17,0,8,10,12,0,0,0,0,0,0,0,0,0,13963,0,0,0,'The Tortusk Takedown','In the wake of the chaos down south, this \"Tortusk\" brute seems to have rallied all of the Razormane refugees to his banner. Under his leadership, he\'s turned them into little more than brigands. There\'s no negotiating with his type; Tortusk must be destroyed.$B$BIf our prisoner is to be believed, you\'ll find Tortusk southeast of here at a place called Thorn Hill. Search the bluffs where he has a commanding view of the road. Kill him, $N, and the immediate threat should cease.','Kill the Razormane leader, Tortusk.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34544,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59533,59534,59535,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13969,13202,17,0,8,10,12,0,0,0,0,0,0,0,0,0,13963,0,0,0,'Grol\'dom\'s Missing Kodo','Friend, if you are traveling south to Thorn Hill, I was wondering if you could locate one of our missing kodos? Not every caravan has made it up the pass from Far Watch Post. Those Razormane brutes hijacked a pack animal yesterday morning. It may not still be alive, but if it is, we cannot afford to lose more of our livestock.','Find a missing Grol\'dom Kodo somewhere within Thorn Hill in Northern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13970,13202,17,0,8,10,12,0,0,0,0,0,0,0,0,0,13969,0,0,0,'Animal Services','Kodos are resilient creatures. With some food, the big guy may come around.$B$BThe Razormane have stolen plenty of grain from previous caravans. You can gather up stolen grain from the nearby camps.','Gather 5 sacks of Stolen Grain from the Razormane camps on Thorn Hill.','','','','','','','',46742,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13971,13202,17,0,8,10,12,0,0,0,0,0,0,0,0,0,13970,0,0,0,'The Kodo\'s Return','The great beast rises slowly to its feet, the loose Barrens soil spilling from its revitalized limbs. Instinctively it trudges back toward its home at Grol\'dom Farm.$B$BYou\'ll want to check in with Kranal Fiss to make sure the kodo made it. ','Speak with Kranal Fiss at Grol\'dom Farm to ensure that his missing kodo arrived safely.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59531,59532,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13972,13202,4714,0,16392,1,1,0,0,0,0,0,0,0,0,0,0,13978,0,0,'Among Humans Again','Finally! It looks like Grennan\'s potion worked on at least one of you ferals.$B$BYou should be able to stay in control for the most part -- just watch your temper.$B$BMajor Arsmtead\'s going to want to speak to you. Gilneas is under attack and we need every able-bodied combatant to take up arms.','Speak to Gwen Armstead in Grimmburg.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13973,13202,17,0,8,10,12,0,0,0,0,0,0,0,0,0,13949,0,0,0,'The Grol\'dom Militia','They came out of nowhere, $c! Quilboar from horizon to horizon. Spines and snouts and teeth. We fell back to the farm but they kept on coming.$B$BOur best defenders have fallen in the field, and we\'ve no sign of Farmer Ralton. I need you to go on the offensive for me! Hold these swine at bay while I defend the wounded until help arrives. ','Slay 6 Razormane Pillagers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34503,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13974,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,13977,0,46754,1,'Tweedle\'s Tiny Package','Wahoo!!$b$bLook at \'em burn! It\'s revolutionary! A real breakthrough in explosive technology - which, of course, is the only kind that matters....$b$bI\'m gunna be the envy of every goblin south of Northrend!$b$bBelieve it or not, I\'ve actually refined the formula to be even more potent!$b$bHere. Take a sample of this stuff southeast to Silverwind Refuge. Maybe my cousin Flooz can use it to help the Horde capture that objective.','Tweedle wants you to take Tweedle\'s Tiny Package to Flooz at Silverwind Refuge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,4,0,0,0,0,0,0,1200,0,0,65688,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(13975,13202,17,0,10,11,13,0,0,0,0,0,0,0,0,2,13968,0,46714,1,'Crossroads Caravan Delivery','$B$BI took the liberty of cleaning up Halga\'s artillery for you. I\'m sure I don\'t need to warn you about the kickback. Just ask me when you\'re ready to mount up for the Crossroads! Thork is waiting for you there. Be sure not to give him any lip.$B$BDon\'t stop for nothing, $N, and if someone gets too close, just give \'em a thump with the butt-end of your gun. Do us proud!','Talk to Rocco Whipshank at Grol\'dom Farm and escort his caravan all the way to the Crossroads.','','','Crossroads Caravan Escorted','','','','',46714,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13976,13202,331,0,262152,23,25,0,0,0,0,0,0,0,0,0,13965,0,0,0,'Three Friends of the Forest','Care to make a quick trip to the south? I\'ve three friends that I haven\'t heard from in a while. With these strange tentacles popping out of the ground to the north, and all of the demonic activity, I don\'t dare leave my family.$B$BBolyun set up his camp in the southwest corner of the forest, just to the northwest of that damnable Fire Scar Shrine. Alenndaar and Harlown joined him, so they should all be okay, but you never know.$B$BThanks, $N.','Speak with Bolyun at Bolyun\'s Camp in Ashenvale.','$C, you must be wary! Kaliva, the foul demoness who has chained us is nearby!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2370.74,653.191,1,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13977,13202,331,0,8,21,24,0,0,0,0,0,0,0,0,0,0,0,46769,1,'Mass Production','Wahoo!! Did you SEE that?!$b$bWe need to get this into production right away!$b$bHere. Take the rest of the stuff to Jinx. You\'ll find him setting up our new facility just west of here.\n','Flooz wants you to take Tweedle\'s Pow-Pow Powder to Jinx at The Skunkworks.','','','','','','','',46769,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(13978,13202,4714,0,16392,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lurkers in the Mist','We built walls and gates to protect us from our enemies... yet here they are, at our doorstep.$B$BThe militia was forced to move out to meet their main force, leaving the town wide open.$B$BMy worst fears have been realized and Grimmburg is now surrounded by orcs.$B$BThey\'re either waiting for orders to move in or reporting our movements to a larger force. Either way, they need to be dealt with.$B$BYou might be a feral, but you\'re still Gilnean. Drive the enemy away and reclaim your humanity, $N.','Gwen Armstead in Grimmburg wants you to slay 8 Orc Scouts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34546,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13979,13202,331,0,8,23,25,0,0,0,0,0,0,0,0,0,28539,0,0,0,'The Goblin Braintrust','If we could just stop the damned bombing from the goblins\' creations we\'d be able to launch a counter-offensive to take back Silverwind Refuge!$B$BIt\'s been my experience that goblins are either lazy and unproductive, or too productive and end up killing themselves with their own explosives. Unfortunately for us, they\'re being motivated by the brilliant Chief Bombgineer Sploder.$B$BGet up to the Skunkworks on the west side of the refuge and don\'t come back until you have the Chief Bombgineer\'s head!','Obtain Sploder\'s Head.','That\'s better. Without him, their technicians are sure to fall back to their normal laziness, which should result in fewer bombs and more accidents.','Did you shut that disgusting, wart-ridden goblin up for good?','','','','','',46768,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56703,56704,56705,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13980,13202,331,0,8,23,25,0,0,0,0,0,0,0,0,0,13977,0,46776,1,'They\'re Out There!','They\'re out there, $c. And they\'re on to us.$b$bSome of my men have begun turning up dead. Elf attacks, no question about it.$b$bMy guess is that your work at Astranaar has them desperate to stop our progress here. A last ditch effort to escape defeat!$b$bTake these goggles. They\'ll help you see even the sneakiest of the elves. Keep them off my back while we finish weaponizing your explosives.','Jinx at The Skunkworks wants you to kill 12 Ashenvale Assassins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34603,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,56692,56693,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13981,13202,331,0,2359304,23,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'They Set Them Up The Bomb!','This is clearly the biggest explosive that you\'ve ever laid eyes upon. What in the world could the goblins be thinking about bombing with such a monstrosity?$B$BTo your eye the thing looks like it\'s almost complete. The goblins appear to have built it well -- it looks as if it\'s impervious to any damage that you could do to it, and certainly too big for you to carry out of here.$B$BYou\'d better report The Bomb to Huntress Jalin at Stardust Spire to the southwest!','Report the existence of The Bomb to Huntress Jalin at Stardust Spire in Ashenvale.','They what? IT\'S HOW BIG?!!!$B$BI have a very bad feeling about this, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,76629,0,0,0,1,1916.45,-337.731,1,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13982,13202,331,0,8,23,26,0,0,0,0,0,0,0,0,0,13976,0,0,0,'In a Bind','$N, you must be cautious. Kaliva is still about and when she captured us, she specifically mentioned your name.$B$BOnly her heart can free us from these chains, but I think it\'s all a trap for you!','Obtain Kaliva\'s Heart.','Disgusting, I know, but if we three are to be free of Kaliva\'s chains, it is not enough that she is dead.$B$BWe must eat of her fel heart!','If we are to be free, we must have Kaliva\'s heart.','','','','','',46774,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,65716,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13983,13202,331,0,8,23,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Building Your Own Coffin','Once it\'s complete, we\'re going to need to get this bomb down to Saurboz.$b$bAnd by \'we\', I mean \'you\'.$b$bWith so many of the enemy prowling about, I\'ll need to create something special if you\'re to have any chance of success.$b$bI can modify one of these busted shredders, but I\'ll need a few parts. You should have no trouble finding them in the woods to the west.$b$bRound them up while I finish work on the bomb.','Foreman Jinx wants you to collect 3 Bronze Cogs, 3 pieces of Copper Plating, and 5 Locking Bolts.','','','','','','','',46772,46773,46771,0,0,0,3,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13984,13202,4714,0,16392,1,2,0,0,0,0,0,0,0,0,0,0,14000,0,0,'Tracking Our Every Move','The orc scouting party is using tracking wolves. There\'s a good chance their leader\'s a wolf-handler himself.$B$BGet me the collars worn by their wolves and we\'ll get one of our bloodhounds on their trail.','Gwen Armstead in Grimmburg wants you to bring her 3 Spiked Wolf Collars.','','','','','','','',46770,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13985,13202,331,0,8,23,25,0,0,0,0,0,0,0,0,0,13982,0,0,0,'Clear the Shrine','An end must be put to the Burning Legion\'s evil!$B$B$N, you have defeated one of their most powerful, but there are still multitudes of demons infesting the woods to the east in Fire Scar Shrine.$B$BAs a friend of the forest, will you slay these foul creatures and then warn Big Baobob, the great ancient of war at the Shrine of Aessina to the northeast?','Slay any 12 demons at Fire Scar Shrine.','A fine job, my little $r friend. But as you can see, I am a little busy here.','','','Demons at Fire Scar Shrine slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,3774,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13987,13202,331,0,8,23,25,0,0,0,0,0,0,0,0,0,13985,0,0,0,'The Last Stand','$N, I desperately need your help! I cannot hold out forever against this demonic onslaught. If I fall, Astranaar is next!$B$BPlease help me!','Slay 30 Demonic Invaders.','You\'ve saved us all, $N! I have the power to finish off these final few.$B$BNo longer will the forest have to fear the Burning Legion!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34609,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,56689,56690,56691,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,3500,0,0,65731,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13988,13202,17,0,2097160,10,13,0,0,0,0,0,0,0,0,0,870,0,46782,1,'A Growing Problem','An explosion of life from barren soil... My companion Jerrik has described similar events happening elsewhere in the Barrens. I shall have to see this for myself, but I cannot abandon my post.$B$BHere, $N, I will loan you my \'eyes.\' My eagle companion here has served me since I was named. Please accompany him to Thunderhead Summit, where Jerrik awaits, and we will investigate.$B$BTo get to the peak, follow the road east out of the Crossroads. Turn south when you reach a large stone scrawled with paintings.','Bring Tonga\'s Eyes to Thunderhead Summit southwest of Ratchet.','','','','Tonga\'s Eyes Taken to Summit','','','',0,0,0,0,46782,0,0,0,0,0,1,0,34631,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13989,13202,331,0,128,19,26,0,0,0,0,0,0,0,0,0,26480,0,46777,1,'King of the Foulweald','I care little for who you are, $r. What I do care about is the salvation of the furbolg.$B$BTake this Bloodtooth tribe banner a short ways northeast into Greenpaw Village and place it upon their totem mound. They will consider this an act of aggression and try to destroy the banner. Hold your ground until their chief, Murgut, appears to save face for the tribe, then kill the traitor!$B$BGovern your strength wisely, friend, you\'re in for a long fight.','Place the Bloodtooth Banner on the Foulweald Totem Mound. Do not let the furbolgs destroy the banner before their chief arrives. Defeat Chief Murgut.','Good. Murgut sold his own tribe out to the Horde, allying with them when they took your precious Silverwind Refuge in order to \'save\' his people.$B$BHe sold them into slavery, or worse. And now he has gotten what he deserved!$B$BLet us speak now of a different traitor, one whom I believe has something that will make that rod of yours even more powerful.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12918,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56706,56707,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(13991,13202,17,0,8,13,15,0,0,0,0,0,0,0,0,0,905,0,0,0,'The Purloined Payroll','Well, $N. I admit there\'s a place for you in my beloved Horde. You\'ve shown me strength, cunning, initiative ... Even Thork recently mentioned you by name, and neither of us are easily impressed. Well done.$B$BNow it\'s time to start pulling your weight. This week\'s payroll for the Crossroads guards has gone missing. Gazrog in Ratchet is heading up the investigation. Talk to him!$B$BSimply follow the road East of here to the coast.','Speak to Gazrog near the entrance to Ratchet.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(13992,13202,17,0,8,11,13,0,0,0,0,0,0,0,0,0,13975,0,0,0,'A Little Diversion','I was sent here to scout out the centaur activity. I\'ve been trackin\' their every movement for days! It\'s time for me ta sneak out, but they\'ve got this oasis surrounded.$B$BYou look like a dangerous one. Can you make a lot of noise for me? Stir \'em up! Start killin\' indiscriminately. While they\'re looking out for you I\'ll slip out to get my info to Regthar Deathgate.','Kill 8 Kolkar Centaur.','','','','Kolkar Centaur Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,34614,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13993,13202,331,0,16392,23,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'You\'re the Bomb!','Okay, $n. You\'re all set.$b$bI\'ve pre-programmed the path to Stonetalon, so all you\'ll need to worry about is keeping the bomb intact.$b$bYou can use the sawblades to mow down any enemies from a distance, or short-circuit a fuse to zap anyone who gets too close.$b$bYou have ONE chance to repair the bomb if it gets dangerously damaged. Use it wisely!$b$bSpeak to me when you think you\'re ready.$b$bGood luck!','Foreman Jinx wants you to ride the Repurposed Shredder to Stonetalon Mountains and speak to Saurboz.','','','','Bomb Delivered to Saurboz','','','',0,0,0,0,0,0,0,0,0,0,0,0,34619,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56700,56701,56702,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13994,13202,4714,0,16392,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'(DEPRECATED)','Listen, $N. You must do as the inquisitor asks.$B$BHe claims that the Horde is attacking Gilneas, and if that\'s true then someone must pass word along to the Wolfheart clan before it\'s too late.$B$BBesides, Balvus Wolfheart would skin me alive if he found out I let you rot on Greymane\'s stocks.$B$BGo, $N. Save yourself... and when the time is right... warn our brethren in the Blackwald.','Speak to Inquisitor Blackwell in Grimmburg.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(13995,13202,17,0,130,12,14,0,0,0,0,0,0,0,0,0,13988,0,0,0,'King of Centaur Mountain','We were sent here to track movements of the Kolkar centaur, but after a week of watching these dirty animals scamper all around this oasis, I\'m itching to give my axe a taste of their necks. What do you say, $c? Want to cause a little havoc with me?$B$BLet\'s see if we can attract the attention of their strongest warrior, Kurak.','Keep Gorgal Angerscar alive as he starts some trouble with the centaur, and help him to slay Kurak.','','','Cause Some Trouble','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13996,13202,151,0,16392,1,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Can You Get This Quest While I\'m In Combat?','Your mission, if you are able to read this while I\'m in combat, is to kill 5 of these insufferable little kobolds that are constantly keeping me in combat.$B$BJust the fact that you are reading this is a huge WIN! Isn\'t Dan awesome?!!','ELM Daze Target on Designer Island has asked you to kill 5 ELM Attackers for Dan and Great Justice!','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34436,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13998,13202,17,0,10,10,14,0,0,0,0,0,0,0,0,2,848,0,46789,1,'In Fungus We Trust','I\'ve cultured these unusual spores you dug up with a most magnificent cocktail of ... reagents ... that I\'m fond of. I\'m eager to see how my manipulated spores react to the waters of the Crossroads oases.$B$BThe Stagnant Oasis to the southeast should provide us an uncontaminated site for our experiment. Simply plant this culture in the moist soil anywhere near the oasis, and document the results for me.$B$BBe sure to cover your mouth, $c.$B$B','Plant a Fungal Culture near the Stagnant Oasis and observe the results.','','','Fungal Culture Planted','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59545,59546,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(13999,13202,17,0,0,10,14,0,0,0,0,0,0,0,0,0,13998,0,46794,1,'Who\'s Shroomin\' Who?','Think of the possibilities, $N! Fast-growing fungal delivery agents for any manner of toxins. My companions in the Undercity will want to hear about this.$B$BHere are my notes and some additional samples. If we\'re fast, we can catch the next ship bound for the Eastern Kingdoms. Take the road east of here and follow it to the goblin town of Ratchet. Look for the Broken Keel tavern toward the south side of town and deliver these to my associate Sashya within.','Deliver Helbrim\'s Research to Sashya at Ratchet in North Barrens.','','','','','','','',46794,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14000,13202,0,0,16392,1,3,0,0,0,0,0,0,0,0,0,0,14002,46795,1,'Hunt or Be Hunted','These should suffice to track down whoever\'s in charge of their wolves.$B$BTake these collars to huntsman Russell. I\'ve asked him to set aside one of his best bloodhounds for this task.','Bring the Spiked Wolf Collars to Huntsman Rusell in Grimmburg.','','','','','','','',46795,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14001,13202,4720,0,8,1,6,0,0,0,0,0,0,0,0,0,0,14014,0,0,'Goblin Escape Pods','$N, I\'m sorry, I thought you were dead!$B$BThis is just crazy. We sailed into a fight between the Alliance and Horde!$B$BYou know, our brothers and sisters still need to be rescued.$B$B$B$BI think I\'m going to sit here a while longer and catch my breath. Can you swim around and let them out? Take my pair of thermohydratic flippers so you can get around faster.$B$BLet Sassy know that I\'ll swim in shortly.','Rescue 6 Goblin Survivors.','','','','Goblin Survivors Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,-195188,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14002,13202,4714,0,16392,1,3,0,0,0,0,0,0,0,0,0,0,14015,46798,1,'A Job for a Bloodhound','Take the collars over to those cages in the back. Show it to any of my bloodhounds -- they know what to do.$B$BOnce they find what you\'re looking for, you\'d better be ready to fight. Report back to the mayor when you\'re done.','Use the Spiked Worg Collars near the cages behind Huntsman Russell. Follow the Gilnean Bloodhound to find and kill the leader of the Orc Scouts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14003,13202,17,0,0,14,16,0,0,0,0,0,0,0,0,0,29024,0,11142,1,'Samophlange Repair','Well that didn\'t go as expected. I think I busted it.$B$BNo need to panic, though. Do me a favor and walk this across the way to Brak here in the camp. He\'ll bang this sucker back into shape real quick!','Walk the Broken Samophlange over to Brak Blusterpipe within the encampment.','','','','','','','',11142,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14004,13202,17,0,0,14,16,0,0,0,0,0,0,0,0,0,29027,0,46801,1,'Return to Samophlanger','Well, that didn\'t work. The structural integrity of the samophlange is at an all-time low. I could add some more dials to try and fix it, but...that might make things even worse.$B$BLook what I discovered when I blocked the release valve and blew the cover off the differential casing, though: the personal stamp of \"Boss Copperplug.\"$B$BTake this back to Sputtervalve and tell him to find this Copperplug genius. When you\'re done here, just talk to me and I\'ll send you back using Brak\'s teleporter.','Take the Re-engineered Samophlange Wreckage back to Sputtervalve at Nozzlepot\'s Outpost. Talk to Wenikee to port directly to him.','','','','','','','',46801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14005,13202,141,0,128,1,10,0,0,0,0,0,0,0,0,0,0,935,0,0,'The Vengeance of Elune','As Teldrassil purges itself of the corruption that has perverted it\'s growth for all of these years, a malevolent growth has formed near the tree\'s edge, south of here. We have an opportunity to strike out and purge the source of the fel moss that has tainted the gnarlpine, the timberlings, and everything else.$B$BWith the water that you\'ve collected from the moonwells and the renewed strength of Teldrassil herself, I can grant you great power for a short while. Put an end to this corruption, $n.','Use the powers granted to you by Tarindrella to fight your way to the Heart of Corruption and destroy it.','Elune be praised!$B$BEverything I had encountered suggested this corruption to be buried deep within Teldrassil itself... I had worried we might never be able to strike at the source without killing the world tree. I am thankful I was wrong!$B$BMalfurion was the start to this great turn of fortune. Perhaps I will seek him out before I depart to the wilds again.$B$BThank you, $n. Thank you for everything you have done. You are sure to be a great hero someday!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34521,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,49546,49449,49448,49562,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,66166,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14006,13202,17,0,8,14,16,0,0,0,0,0,0,0,0,0,14004,875,0,0,'Read the Manual','Back when I was in the Tinker\'s Union, Boss Copperplug was the best engineer we had. He defected to the Venture Company shortly before I left, and took his greatest techniques with him. He hoarded his secrets, doling out bits and pieces of knowledge to his trusted inner circle.$B$BIf he built the samophlange, then he\'s probably got the manual. Last I heard, he was operating right here, out of Boulder Lode mine to the northeast. Get the manual from him, and collect the pages from his followers.','Assemble the Samophlange Manual.','','','','','','','',11149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59547,59548,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,800,0,0,81040,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14007,13202,0,0,2621440,2,3,0,0,4,0,0,0,0,0,0,0,14153,0,0,'Steady Shot','I\'m Bamm Megabomb, your personal trainer, $g sir : ma\'am;.$B$BI understand that you\'re interested in some new insight about being a $c? Look no further.$B$BI think you\'ll gain a great deal by me teaching you how to perform a Steady Shot. It just might help you climb the corporate ladder if you know what I mean.$B$BLearn the ability from me and then practice it on a training dummy here.','Speak with Bamm Megabomb and train Steady Shot, then shoot a Training Dummy with it 3 times.','','','','Practiced Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,48304,0,0,0,3,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14008,13202,0,0,2621440,3,3,0,0,128,0,0,0,0,0,0,0,14153,0,0,'Arcane Missiles','I\'m Fizz Lighter, your personal trainer, $g sir : ma\'am;.$B$BI understand that you\'re interested in some new insight about being a $c? Look no further.$B$BI think you\'ll gain a great deal by me teaching you how to cast Arcane Missiles. It just might help you climb the corporate ladder if you know what I mean.$B$BLearn the spell from me and then go practice casting it a few times on a training dummy across the yard to the southeast.','Speak with Fizz Lighter and train Arcane Missiles, then cast the spell 2 times at a Training Dummy.$B$BRemember, Arcane Missiles have a chance to activate through the use of other offensive spells. Use your Fireball spell first on the Training Dummy to enable the casting of your Arcane Missiles spell.','','','','Practiced Arcane Missiles','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,2,0,0,0,5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14009,13202,0,0,2621440,3,3,0,0,16,0,0,0,0,0,0,0,14153,0,0,'Flash Heal','I\'m Sister Goldskimmer, your personal trainer, $g sir : ma\'am;.$B$BI understand that you\'re interested in some new insight about being a $c? Look no further.$B$BI think you\'ll gain a great deal by me teaching you how to cast Flash Heal. It just might help you climb the corporate ladder if you know what I mean.$B$BLearn it from me and then use it to heal the injured employees around the courtyard.','Speak with Sister Goldskimmer and train Flash Heal, then cast the spell 3 times on an Injured Employee.','','','','Practiced Flash Heal','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14010,13202,0,0,128,3,3,0,0,8,0,0,0,0,0,0,0,0,0,0,'Eviscerate','I\'m Slinky Sharpshiv, your personal trainer, $g sir : ma\'am;.$B$BI understand that you\'re interested in some new insight about being a $c? Look no further.$B$BI think you\'ll gain a great deal by me teaching you how to perform an Eviscerate. It just might help you climb the corporate ladder if you know what I mean.$B$BLearn the ability from me and then go practice it on a training dummy in the southeast corner of the courtyard.','Speak with Slinky Sharpshiv and train Eviscerate, then use it 3 times on a Training Dummy.$B$BRemember, Eviscerate requires combo points, so first hit the dummy with Sinister Stike.','','','Speak with Slinky Sharpshiv at KTC Headquarters on Kezan.','','Practiced Eviscerate','','',0,0,0,0,0,0,0,0,0,0,0,0,0,48304,0,0,0,3,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14011,13202,0,0,2621440,3,3,0,0,64,0,0,0,0,0,0,0,14153,0,0,'Primal Strike','I\'m Maxx Avalanche, your personal trainer, $g sir : ma\'am;.$B$BI understand that you\'re interested in some new insight about being a $c? Look no further.$B$BI think you\'ll gain a great deal by me teaching you how to perform a Primal Strike. It just might help you climb the corporate ladder if you know what I mean.$B$BLearn it from me and then go use it on a training dummy to the southeast.','Speak with Maxx Avalanche and train Primal Strike, then use it 2 times on a Training Dummy.','','','','Practiced Primal Strike','','','',0,0,0,0,0,0,0,0,0,0,0,0,48304,0,0,0,2,0,0,0,73899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14012,13202,0,0,2621440,3,3,0,0,256,0,0,0,0,0,0,0,14153,0,0,'Immolate','I\'m Evol Fingers, your personal trainer, $g sir : ma\'am;.$B$BI understand that you\'re interested in some new insight about being a $c? Look no further.$B$BI think you\'ll gain a great deal by me teaching you how to cast Immolate. It just might help you climb the corporate ladder if you know what I mean.$B$BLearn the spell from me and then cast it on a training dummy to the southeast.','Speak with Evol Fingers and train Immolate, then cast it 3 times on a Training Dummy.','There you go, boss!$B$BCome back anytime you want more training. I\'ll teach you what I know.','','','Practiced Immolate','','','',0,0,0,0,0,0,0,0,0,0,0,0,48304,0,0,0,3,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14013,13202,0,0,2621440,2,3,0,0,1,0,0,0,0,0,0,0,14153,0,0,'Charge','$B$BBoss $N detected. I am Warrior-Matic NX-01.$B$BInsert coins to learn how to Charge your opponents. Once trained, use Charge on a Training Dummy in the immediate area.','Speak with Warrior-Matic NX-01 and train the Charge ability, then use it on a Training Dummy.','','','','Practiced Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,48304,0,0,0,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14014,13202,4720,0,8,1,6,0,0,0,0,0,0,0,0,0,14474,0,0,0,'Get Our Stuff Back!','Our bombs and tools! Those sneaky monkeys to the east stole them all in the dead of night!$B$BCan you go out there and get them back for us, $N? Without those tools, we have absolutely no way to get off of this island!','Retrieve 8 Crates of Tools.','$B$BI thought we were doomed for sure. But now we can start working on a way to get off of this island!','Bomb-throwing monkeys?! The nerve!!!','','','','','',46828,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14015,13202,4714,0,16392,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Incomplete Cartography','You open the scroll, revealing a fairly accurate map of Gilneas with one exception. The entirety of the area between the coast and the cliffs behind Grimmburg appears to be missing.$B$BThere are also arrows that appears to represent Horde movement deeper in Gilneas. Mayor Armstead might find this to be of interest.','Bring the Soaked Map to Mayor Armstead in Grimmburg.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14018,13202,331,0,262152,19,23,0,0,0,0,0,0,0,0,0,13919,13922,0,0,'He Who Would Be Forgiven','The voice of the goddess spoke to you at the moonwell, $N. The cure for Relara lies to the east at Raynewood Tower. The one who has fallen into corruption.$B$BAvrus Illwhisper seeks forgiveness and redemption. It is up to you to assist him and in so doing, hopefully help my child as well.','Speak with Avrus Illwhisper at Raynewood Tower in Ashenvale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2372.69,-1709.58,1,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14019,13202,4720,0,0,1,6,0,0,0,0,0,0,0,0,0,14474,0,49028,1,'Monkey Business','We\'ve got major problems with the monkeys in the jungle to the east. They\'ve stolen all of our explosives, and now they\'re going around throwing them.$B$BSometimes at us!$B$BI had Fizz Lighter take some of his nitro and put it in these bananas. No monkey can resist a bunch of bananas!$B$BAll you have to do is go out there and feed them.','Feed 10 Bomb-Throwing Monkeys by tossing Nitro-Potassium Bananas to them.','They launched up into the air when they ate the bananas?! That is hilarious!$B$BI think I\'m going to take a bunch out there and feed them myself!','','','Bomb-Throwing Monkeys Fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,34699,0,0,0,10,0,0,0,67917,0,0,0,0,0,0,0,52898,52943,52928,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14020,13202,4714,0,16392,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Curse','The Curse caught us by surprise. Everything was normal one day, entire villages were turned into packs of howling worgen the next.BBy Lord Greymane\'s orders we toiled night and day to find a cure for it. Alas, we did not.$B$BWe found the next best thing, however. The distilled essence of the black mandrake allows us to mitigate most of the Curse\'s effects.$B$BUnfortunately, my supply has been cut off by this orc attack. Bring me any black mandrake you find so I can distill more of the essence.','Krennan Aranas in Grimmburg wants you to obtain 8 Black Mandrakes.','','','','','','','',46819,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14021,13202,4720,0,0,1,6,0,0,0,0,0,0,0,0,0,14248,0,0,0,'Miner Troubles','Smart mining monkeys!$B$BThey\'re all over the inside of the cavern, mining... with picks! It\'s just not natural and I\'m sure it\'s because of the kaja\'mite!$B$BNone of my miners have come back out. I don\'t have many left! You can see my predicament, $N.$B$B$B$BThese guys are nowhere near as good as my old group of jungle trolls. Ah, those were the days.$B$BMaybe you can escort my last miner here through the cavern and keep those monkeys off of him? We need that kaja\'mite!','Escort the Frightened Miner through the Kaja\'mite Cavern.','We\'ve hit the mother lode!!!$B$BNow, what\'s all this about a pygmy witchdoctor in charge of the monkeys? Is he dead? Because if he\'s dead, then legally I can stake my claim... not that I wasn\'t going to do that anyway. By goblin law, all kaja\'mite belongs to us!','','','Kaja\'mite Ore mining a success!','','','',0,0,0,0,0,0,0,0,0,0,0,0,35816,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,55885,52944,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,68063,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14025,13202,0,0,16392,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'To the Frontlines','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14026,13202,4714,0,16392,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Off With a Bang','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14027,13202,4714,0,16392,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Face to Face','My men can certainly use the help, $N. We\'re trying as hard as we can to hold the orcs back, but it\'s not good enough.$B$BKill as many orcs as it takes to tip the scales back in our balance. Let\'s see if the ferocity your clan is known for is as good against the orcs as it is against our livestock.','Lieutenant Wright wants you to kill 10 Orc Invaders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34511,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14029,13202,4714,0,16392,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking the Siege','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14034,13202,17,0,8,14,16,0,0,0,0,0,0,0,0,0,14067,0,0,0,'Club Foote','All this new friction between the Alliance and the Horde was leading to windfall profits, until Rear Admiral Hartley sailed into MY harbor and started poking his prow into my business. He\'s been searching and seizing vessels flying horde colors with the goal of depriving them use of a neutral port.$B$BI\'m not about to allow some fat-fingered human to cut into my profits! Get me the schematics of his flagship. Hartley\'s Chief Engineer is soaking himself at the Broken Keel Tavern just up the hill...','Get the Ship Schematics from Chief Engineer Foote at the Broken Keel Tavern in Ratchet.','','','','','','','',46827,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14038,13202,17,0,8486912,14,16,0,0,0,0,0,0,0,0,1,14034,0,46829,1,'Love it or Limpet','$B$BThere! The hull is thinnest here, where the crankshaft meets the paddlewheel. And it\'s right next to the magazine!$B$B$N, I can\'t be held responsible if some enterprising Horde $c were to attach a limpet mine to that part of the hull. Not even if I supplied the mine. And paid $ghim:her;. Handsomely. The ship is anchored just southeast of here... go to it!$B$BThen radio me with this stolen gnomecorder.','Plant a Limpet Mine at the thinnest part of the hull of the Bellipotent.','','','','The Bellipotent Mined','','','',0,0,0,0,0,0,0,0,0,0,0,0,34764,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14039,13202,141,0,8,1,11,0,0,0,0,0,0,0,0,0,0,0,5188,1,'Home of the Kaldorei','It has been an undeniable honor to have met you. You are a testament to the nobility of your race.$B$BGo now and finish this final task. Take the waters to Tyrande Whisperwind in Darnassus.','Bring the Filled Vessel to Tyrande Whisperwind in Darnassus.','Ah, the blessed waters from our moonwells. You have borne witness to the Spirit of the Kaldorei, then?$B$BIn recent times, I\'ve come to find that the spirit offers more questions than it does answers, but such is the continuing nature of discovery that drives us in our darkest hours.$B$BI will offer you the simplest answers that I can. Malfurion has returned to me... to us... but harsh times are yet upon us. Staghelm is gone and the world is wracked with pain - Malfurion has much to mend, and he will need help.','How fare you, young one?','','','','','',5188,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14042,13202,17,0,524288,14,16,0,0,0,0,0,0,0,0,0,14038,0,0,0,'Ammo Kerblammo','Hartley must\'ve unloaded all of his ordnance along the beach. Let\'s pull his teeth out, $N!$B$BRun along the shore and look for his munitions stockpiles. Light \'em up and he\'ll be land-locked and unarmed while the Bellipotent is repaired.$B$BI\'ll meet you back here in Ratchet.','Destroy 5 Theramore Ammunition Stockpiles along the coast.','','','','Ammo Dumps Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-195203,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,59558,59559,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14045,13202,17,0,8,14,16,0,0,0,0,0,0,0,0,0,14067,0,0,0,'Find Baron Longshore','That dirty pirate Baron Longshore was the terror of these waters before the Alliance demolished his fleet and rounded up the survivors. Am I happy about it? Do I look like a bundle of joy and good cheer, $N?$B$BLongshore raided some of my most valuable cargo before his capture. Rumor has it he buried it before he was caught. I want my goods back! Find Longshore in the Alliance camp just south of here and see if you can get him to reveal where my treasure is.','Find and speak to the notorious pirate Baron Longshore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14046,13202,17,0,128,14,16,0,0,0,0,0,0,0,0,2,14045,0,0,0,'The Baron\'s Demands','I\'m bound fer that gallows fer sure, mate. That treasure\'s no good to me now...$B$BUnless I can use it ta buy me life. I\'ll make a deal with ye, $r. Smash these manacles and I\'ll tell ye where me treasure\'s buried.$B$BOh, me word is good, friend. I used ta be a real Baron, ye know.','If you trust him, talk to Baron Longshore to free him from his manacles.','','','','Deal Struck with Baron Longshore','','','',0,0,0,0,0,0,0,0,0,0,0,0,34769,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14049,13202,17,0,8,14,16,0,0,0,0,0,0,0,0,0,14046,0,0,0,'A Most Unusual Map','Here\'s the deal, mate: to protect me treasure map, I tattooed it onto me first mate\'s scalp.$B$BOf course, he\'s dead now, along with most of me crew. The Alliance doesn\'t even know what they have - his severed head is hanging from a tree at the entrance to this camp.$B$BGrab that head and take it to Gazlowe back in Ratchet.','Get the Tattooed Head from the entrance to the Alliance compound.','','','','','','','',46832,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14050,13202,17,0,8,14,16,0,0,0,0,0,0,0,0,0,14049,0,0,0,'Gazlowe\'s Fortune','Sink me, you were right! There\'s a map tattooed on the skull.$B$BThat cursed Baron - he buried my treasure right under my nose. Or, above my head, anyway. The map points to a place on the bluffs over Ratchet, to the south.$B$BFollow the road west out of the city, get atop the hill, head south, then run back towards the coast and look for an enormous tree overlooking the bay. Fetch my treasure and I\'ll split it with you!','Gazlowe wants you to dig up his buried treasure from atop the cliffs overlooking Ratchet.','','','','','','','',46833,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59560,59561,59562,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14052,13202,17,0,8,14,16,0,0,0,0,0,0,0,0,0,14067,0,0,0,'Take it up with Tony','This pirate situation is really crimping my operation. Cap\'n Garvey is attacking any vessel in sight, even the ones whose owners paid me my bogus \"protection\" money. We need to get these pirates on the take, and fast!$B$BI know just the guy, one of Garvey\'s Lieutenants who\'s open to wheeling and dealing the Dizzywig way. He\'s offered to arrange a little \'mutiny\' for me. Once we get these guys working for us, it\'s all gravy, see?$B$BTalk to my boy Tony Two-Tusk on Fray Island to the south.','Talk to Tony Two-Tusk on Fray Island in Northern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14056,13202,17,0,8,14,16,0,0,0,0,0,0,0,0,0,14052,0,0,0,'Glomp is Sitting On It','What? Leave it to Dizzywig to expect a mutiny on the cheap.$B$BNo matter, mon, we can make this work. First we need the money. Cap\'n Garvey likes to hoard the loot we\'ve been earnin\', money I can use to pay off my handpicked mutineers.$B$BThe treasure pile is just outside the barracks here. You\'ll need to take care of Cap\'n Garvey\'s \"treasurer\" first. Now, Glomp ain\'t no pushover. Believe me, I tried pushing him over once. He don\'t budge for nothin\'.','Kill Glomp and grab Glomp\'s Booty.','','','','','','','',46834,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14057,13202,17,0,8,14,16,0,0,0,0,0,0,0,0,0,14056,0,0,0,'Guns. We Need Guns.','Now, any good mutiny is going to need serious firepower. Cap\'n Garvey claimed all the best firearms for himself: A whole shipment of big, heavy dwarven flintlocks. He keeps them at his side in the other building across the island. Grab me six of those rifles and I\'ll distribute them to me future officers...','Gather six Heavy Dwarven Rifles.','','','','','','','',46836,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14063,13202,17,0,0,14,17,0,0,0,0,0,0,0,0,0,14057,0,46838,1,'Mutiny, Mon!','Now for my favorite part of any mutiny: the killin\'! For pirates, it doesn\'t matter who\'s supposed to be in charge, only who\'s in control of the ships. Anchored on the east end of this island is the Maiden\'s Dagger, Cap\'n Garvey\'s old flagship. He left his most trusted officer in charge: Alicia Cuthbert. Once we take her out, the ship is ours, and so\'s the sea.$B$BI\'ll get the men onto the boats. I need you to board the Dagger and blow this horn from on deck - that\'ll be our signal to board. Yar!','Use the Pirate Signal to summon Tony Two-Tusk and his crew to the Maiden\'s Dagger. Help him to defeat Alicia Cuthbert below decks.','','','','Maiden\'s Dagger Captured','','','',0,46838,0,0,0,0,0,1,0,0,0,0,34782,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59573,59574,59575,59576,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14066,13202,17,0,98316,13,15,0,0,0,0,0,0,0,0,1,13991,0,0,0,'Investigate the Wreckage','Not long ago, a shipment of silver was stolen en route from here to Crossroads. It was meant as payroll to the guards, and we want that silver back.$B$BI\'ll ask around here for clues, but I want you to investigate the scene of the crime. Head west and look for a crashed caravan wagon just north of the road between here and Crossroads. Find out who took our silver and get it back!','Find the wrecked caravan near the road between Ratchet and Crossroads and search the area for clues.','','','Caravan Scene Searched','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14067,13202,17,0,524288,13,15,0,0,0,0,0,0,0,0,0,869,0,0,0,'The Stolen Silver','It\'s clear that these raptors acted alone to steal the Horde\'s silver.$B$BIt\'s time to teach these beasts a lesson.','Kill 8 Sunscale Ravagers, 4 Sunscale Scytheclaws, and locate the Stolen Silver.','','','','','','','',0,0,5061,0,0,0,0,0,1,0,0,0,44164,3256,0,0,8,4,0,0,0,0,0,0,0,0,0,0,59554,59555,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14068,13202,17,0,0,14,16,0,0,0,0,0,0,0,0,0,869,0,46853,1,'Waptor Twapping','Waptor twapping can be wough, but I\'ve designed new waptor twaps that ewiminate much of the wisk.$B$BSet the twap on the gwound and it will scweech wike a waptor, luwing one into the twap.$B$BWhen a waptor steps on my waptor twap, it\'ll shwink down so that it\'s wess dangewous. It\'s wewwy easy! I would do it myself but wecentwy I wan acwoss King Weapercwaw.','Use Kala\'ma\'s \"Waptor Twap\" to capture 5 Wittle Waptors. ','','','','','','','',46851,46853,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59563,59564,59565,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14069,13202,4737,0,8912896,1,1,0,0,0,0,0,0,0,0,0,14138,0,0,0,'Good Help is Hard to Find','I\'ve failed! I tried to meet our Kaja\'Cola quotas, but you know troll slaves these days. Good help is hard to find!$B$BI think your personal touch is called for. A shock from the battery on your Goblin All-In-1-Der Belt should do the trick. Adjust their attitudes and the rest will fall in line.$B$BKaja\'Cola production must continue or the Trade Prince will have all of our heads!','Adjust the attitudes of 8 Defiant Trolls.','I couldn\'t have done better myself. In fact, I didn\'t.$B$BI\'m sure that in no time at all we\'ll all be talking about the great and powerful, and may I add extremely wealthy, Trade $g Prince : Princess; $N!','','','Attitudes Adjusted','','','',0,0,0,0,0,0,0,0,0,0,0,0,34830,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14070,13202,4737,0,2621440,1,3,0,0,0,0,0,0,0,0,0,14071,0,0,0,'Do it Yourself','We need to send a message to several deadbeats. Of course, they\'re hiding out in Drudgetown, the scum. I know how you hate going into the slums, boss-$g man : lady;, but what can we do?$B$B$B$BI have all of the names right here.$B$BMight I suggest a little \'personal visit\'? A couple of strategic beatdowns will send a message to the other debtors AND your competition.$B$B$N is not a goblin to be trifled with!','Beat down Bruno Flameretardant, Frankie Gearslipper, Jack the Hammer, and Sudsy Magee.','A complete success if I do say so myself, $g sir : ma\'am;! Your debtors will think twice now about not paying up!$B$B$B$BPerhaps we should increase interest rates on loans across the board?','','','Bruno Flameretardant beaten down','Frankie Gearslipper beaten down','Jack the Hammer beaten down','Sudsy Magee beaten down',0,0,0,0,0,0,0,0,0,0,0,0,34835,34876,34877,34878,1,1,1,1,0,0,0,0,0,0,0,0,54296,54297,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14071,13202,4737,0,3801088,1,3,0,0,0,0,0,0,0,0,0,28349,0,46856,1,'Rolling with my Homies','$N, you\'re about to host the corporate party to end all corporate parties. My research says that if you\'re seen having a good time at the party, your promotion quotient will skyrocket and explode!$B$BSo, with that in mind, might I suggest that you take your new company hot rod out for a spin?$B$BGo pick up your friends. Just remember me on the way up when it all comes together and you\'re the new Trade $g Prince : Princess;, okay?','Drive the Hot Rod around and pickup your friends: Ace, Gobber, and Izzy.','Well done, $g sir : ma\'am;. You all look very good riding around in the hot rod. I\'m sure you made quite an impression on the citizenry.','','','Keys to the Hot Rod used','Izzy picked up','Ace picked up','Gobber picked up',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54298,54299,54300,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14072,13202,17,0,8,13,15,0,0,0,0,0,0,0,0,0,13995,0,0,0,'Flushing Out Verog','Regthar Deathgate sent me here to observe the centaur activity, but the leader of this group is hard to pin down. I\'ve discovered that his name is \"Verog the Dervish,\" but his whereabouts are a mystery.$B$BCan you help me do some digging? I know that \"Centaur Intelligence\" sounds like an oxymoron, but their camps are often littered with important communications. Search the centaur tents all around the Stagnant Oasis here and bring me back some info.','Gather 4 pieces of Centaur Intelligence from around the Stagnant Oasis.','','','','','','','',46857,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14073,13202,17,0,8,16,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathgate\'s Reinforcements','$N! Your reputation among the Horde grows. I\'ve been hearing reports from both the Forgotten Pools and the Stagnant Oasis that you\'ve been a real bane to our centaur foes. Well done, indeed.$B$BRegthar Deathgate is in charge of our operations against the centaur all over the Northern Barrens. He could use a bold $c like yourself to bolster his forces. Report to him at his outpost along the road west of here and aid him in any way he requires. ','Report to Regthar Deathgate at his outpost west of the Crossroads in Northern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14075,13202,4737,0,8912896,1,1,0,0,0,0,0,0,0,0,0,14138,0,0,0,'Trouble in the Mines','We\'ve got trouble down in the Kaja\'mine again, boss. The tunneling worms have returned and they\'re literally eating away at the Kajaro Trading Company\'s profits!$B$BKaja\'mite mining is down, which is negatively impacting our production of Kaja\'Cola!$B$BI tried calling the exterminator, but he\'s fled with the last payment we made to him.$B$BDo you think you could head into the three mines and take care of it? I\'d help but I still haven\'t attended the cartel-mandated fighter training seminar.','Slay 6 Tunneling Worms.','I say good riddance to those pests!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34865,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,54293,54292,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14078,13202,4755,0,262144,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lockdown!','What are you still doing here, citizen? Haven\'t you heard? The city\'s under complete lockdown.$B$BGo see Lieutenant Walden -- he\'ll give you further directions for evacuation.','Find Lieutenant Walden in the northwestern end of the Merchant Square.','Deep claw marks run through the man\'s corpse.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14091,13202,4755,0,0,1,2,0,0,0,0,0,0,0,0,0,14078,0,0,0,'Something\'s Amiss','The lieutenant appears to have died from severe wounds. The prince might want to hear this news.$B$BYou hear the sound of fighting coming from the market.','Return to Prince Liam Greymane in the Merchant Square.','It\'s you again. Looks like you\'re not one to hide in the face of danger. Very well, then.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14093,13202,4755,0,8,1,2,0,0,0,0,0,0,0,0,0,14091,0,0,0,'All Hell Breaks Loose','Worgen! My father had warned me that Archmage Arugal\'s creations had run amok.$B$BBut where are they coming from?$B$BI suppose it doesn\'t matter. Help us make quick work of them. We\'ll show them what we Gilneans are made of!','Prince Liam Greymane wants you to slay 6 Rampaging Worgen.','It\'s no use, $N! They\'re not letting up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35660,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55004,0,0,0,1,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14094,13202,4755,0,0,1,2,0,0,0,0,0,0,0,0,0,14091,0,0,0,'Salvage the Supplies','Listen, $N. We can\'t let our supplies get destroyed.$B$BWith Gilneas walled off from the outside world, we won\'t last through winter if we lose much more of our stock.$B$BPlease help me salvage what you can.','Salvage 4 Supply Crates.','Excellent! I\'ll make sure these get taken to a safe place.','Have you salvaged the supplies, $N?','','','','','',46896,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52040,0,0,0,1,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14097,13202,4755,0,16392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get That Merchant Out of Here!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14098,13202,4755,0,0,1,2,0,0,0,0,0,0,0,0,0,0,14099,0,0,'Evacuate the Merchant Square','The civilians aren\'t safe here anymore. Not even inside their homes.$B$BWe\'re doing our best to stop the worgen from getting indoors, but their numbers are too great.$B$BHelp us by evacuating the civilian homes. My father\'s army in the prison district will be able to better protect them.','Evacuate 3 Civilian Homes.','Good job, $N. Thanks to you, many Gilneans will live to see another day.','','Return to Prince Liam Greymane at the Merchant Square in Gilneas City.','Market Homes Evacuated','','','',0,0,0,0,0,0,0,0,0,0,0,0,35830,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14099,13202,4755,0,262144,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Royal Orders','It\'s time for you to leave, $N. Go to the Military District with the other civilians.$B$BCheck in with Gwen Armstead when you cross the bridge to the southeast... see if everyone\'s okay.$B$BI will stay here with the guards and cover the civilians\' retreat.$B$BGo now. That is an order!','Speak to Gwen Armstead in the Military District to the southeast.','We\'re all fine here. A little shaken... but alive.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14110,13202,4737,0,3670016,1,1,0,0,0,0,0,0,0,0,0,26711,0,0,0,'The New You','A new outfit? You don\'t say! There\'s quite a buzz surrounding your party. Everyone who\'s anyone on the island is going to be there.$B$BWell, happy shopping. Swindle Street has some of the best bargains anywhere!','Buy some Shiny Bling from Gappy Silvertooth, a Hip New Outfit from Szabo, and some Cool Shades from Missa Spekkies on Swindle Street.','Oh yeah, you\'re going to look hot! You\'re going to replace the Trade Prince any day now at the rate you\'re going!$B$BI can\'t wait to be a kept man!$B$BLet me have all that stuff and I\'ll help you get into it right before the party.','Do you have it all? I can\'t wait to see it on you!$B$BMmm hmm!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14109,13202,4737,0,3670016,1,1,0,0,0,0,0,0,0,0,0,26712,0,0,0,'The New You','A new outfit? You don\'t say! There\'s quite a buzz surrounding your party. Everyone who\'s anyone on the island is going to be there.$B$BWell, happy shopping. Swindle Street has some of the best bargains anywhere!','Buy some Shiny Bling from Gappy Silvertooth, a Hip New Outfit from Szabo, and some Cool Shades from Missa Spekkies on Swindle Street.','Oh yeah, you\'re going to look hot! You\'re going to replace the Trade Prince any day now at the rate you\'re going!$B$BI can\'t wait to be a kept man!$B$BLet me have all that stuff and I\'ll help you get into it right before the party.','Do you have it all? I can\'t wait to see it on you!$B$BMmm hmm!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14114,13202,4737,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The New You (Tracking Event)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14115,13202,4737,0,4718592,1,4,0,0,0,0,0,0,0,0,0,14153,0,0,0,'Pirate Party Crashers','Oh my gosh! Pirates!$B$B$N, there are Southsea pirates crashing your party!$B$BYou have to get in there and do something about this or your career, and any chance of you being the next Trade $G Prince : Princess;, is going to be ruined!','Kill 12 Pirate Party Crashers in order to save your career.','Phew, that was close, boss. Unfortunately, I\'m the bearer of more bad news.$B$BPlease don\'t shoot me....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35200,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,54302,54303,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14116,13202,4737,0,262144,1,4,0,0,0,0,0,0,0,0,0,14115,0,0,0,'The Uninvited Guest','While you were dealing with the pirates, I noticed the Trade Prince slip upstairs. He\'s up on the balcony at the top of the stairs.$B$B$N, I think he\'s the one that sent the pirates.$B$B$B$BYou\'d better get up there A.S.A.P.! You wouldn\'t want to keep him waiting.','Speak with Trade Prince Gallywix upstairs at the KTC Headquarters main building on Kezan.','Well, well, well, if it isn\'t my wayward protege, $g Mr. : Ms.; $N.$B$BI\'m hurt and disappointed. You didn\'t send me an invitation to your little party out there. Sorry about the crashers... you know how pirates can be.$B$BSo, shall we get down to business?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14117,13202,16,0,8,8,10,0,0,0,0,0,0,0,0,0,14155,0,0,0,'The Eyes of Ashenvale','Our enemies abound, $c, even here at our very doorstep. The night elves have reinforced Talrendis Point in an attempt to stop our advance into Ashenvale. As we speak, their scouts patrol the nearby hills, reporting every movement to and from these gates.$B$BWe must remove these eyes of Ashenvale.$B$BGo. Your prey stalks all around these gates, especially to the east. Slay the scouts who shadow us!','Kill 8 Talrendis Scouts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35095,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,53416,53448,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14118,13202,16,0,8,8,10,0,0,0,0,0,0,0,0,0,14117,0,0,0,'Venison for the Troops','As we chew up the resources of this land for our war machines, we deprive the local animals of their homes. If they are to die anyway, we should not allow that meat to go to waste. Not when the maw of Orgrimmar gapes open, hungry.$B$BKill the weakened mosshoof stags that remain in this area and collect their meat for our peons and grunts. ','Collect 15 Slabs of Venison from Weakened Mosshoof Stags.','','','','','','','',47038,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14120,13202,4737,0,262144,1,4,0,0,0,0,0,0,0,0,0,14116,0,0,0,'A Bazillion Macaroons?!','You\'re an extremely ambitious young goblin, $N. Maybe a little too ambitious for your own good. I see a lot of myself in you when I was your age.$B$BI have a proposition. You might have noticed that Mount Kajaro is exploding thanks to your dragon. Everyone on Kezan is going to die!$B$BBut, if you bring me a bazillion macaroons before my yacht leaves the island, I\'ll make sure that you\'re one of the lucky few to escape.$B$BIf you want to live, you better hurry and figure out how to get me my moolah!','Speak with Sassy Hardwrench at KTC Headquarters on Kezan.','A bazillion macaroons?!?! Where are we going to get that kind of moolah?$B$B$B$BUm... did the Trade Prince say anything about letting me escape with you on his yacht?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14121,13202,4737,0,3670016,1,4,0,0,0,0,0,0,0,0,0,14120,0,0,0,'Robbing Hoods','We\'re all going to die!!!$B$B$B$BSorry about that, $G Mr. : Ms.; $N. Okay, we need to find a way to get a lot of moolah quickly.$B$BThere are reports of the Trade Prince sending hired looters into the streets.$B$BYou could take the hot rod out there and run them down, snatching the loot that they\'ve illegally stolen. There wouldn\'t be anything wrong with that, right?','Use your Hot Rod to run over 12 Hired Looters, collecting 12 Stolen Loots in the process.','Wow, you really did it?! Well, they had it coming, I guess.$B$BThat\'s an awful lot of loot. Do you think it\'s enough to get you a spot on the Trade Prince\'s yacht?$B$BAre you going to be able to bring anyone with you? I don\'t make too much working in marketing.','Were you able to steal a whole bunch of stolen loot?','','','','','',47530,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14122,13202,4737,0,0,1,4,0,0,0,0,0,0,0,0,0,14120,0,0,0,'The Great Bank Heist','All of your assets have been frozen and the First Bank of Kezan is out of business!$B$BYou need an awful lot of moolah, boss. I think you\'re going to have to go break your own money out of the bank! The different widgets in your Goblin All-In-1-Der belt should be enough to crack the vault.$B$BI just hope that you\'ve been saving for a rainy day like I always told you to do. You might have noticed... it\'s raining hot liquid magma!!!','Crack the vault at the First Bank of Kezan to retrieve your Personal Riches.','Hey, you have been saving! I\'m so proud of you!$B$B$B$BUm, boss... this isn\'t nearly enough.','Did you get it? Did you crack the safe and get your personal riches out of the bank?','','First Bank of Kezan Vault','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54304,54305,54306,0,0,0,1,1,1,0,0,0,56148,0,0,0,1,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14123,13202,4737,0,0,1,4,0,0,0,0,0,0,0,0,0,14120,0,48935,1,'Waltz Right In','There\'s only one way we\'re going to get a bazillion macaroons: stealing from the rich!$B$BThat slime, the Trade Prince, has stolen all kinds of antiques and expensive art. It\'s time to take them back and give them to the needy... mainly us!$B$BHobart left behind a cap he was working on. It\'s a disguise that\'ll make you look like one of Gallywix\'s mooks. All you have to do is waltz right in to his Villa to the west and \'procure\' the items.$B$BJust watch out for his pigs who can smell through the disguise!','Obtain Maldy\'s Falcon, The Goblin Lisa, and The Ultimate Bomb.','Oh, wow! These are worth a fortune.$B$B$B$BI just hope that the Trade Prince doesn\'t notice them when you hand them over with the rest of your wealth....','You got the goods, boss?','Return to Slinky Sharpshiv at KTC Headquarters on Kezan.','','','','',48937,48939,48941,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14124,13202,4737,0,2621440,1,4,0,0,0,0,0,0,0,0,0,14120,0,48768,1,'Liberate the Kaja\'mite','$G Sir : Ma\'am;, we need tons of moolah to pay the Trade Prince and get off Kezan! Well, tons of it is just waiting for the taking down there in the Kaja\'mine!$B$BThese are the last known deposits of kaja\'mite anywhere. This is the raw stuff that made us the genius tinkerers and alchemists we are today. If that\'s not worth a bazillion macaroons, I don\'t know what is!$B$BTake some of my kablooey bombs and blowup the deposits. Then, pick up the chunks.$B$BJust watch out for the rebellious trolls!','Collect 12 Kaja\'mite Chunks.','Nicely done, $g sir : ma\'am;, nicely done! That\'s a fortune you have there in your bags.$B$BWith all of that, I bet the Trade Prince will let all of us come along on his yacht!','How much kaja\'mite do you have?','','','','','',48766,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14126,13202,4737,0,1075838976,1,5,0,0,0,0,0,0,0,0,0,14125,0,49866,1,'Life Savings','We\'ve got all of the moolah that we need. There\'s only one thing left to do now, boss: get you to the Trade Prince\'s yacht. It\'s about to leave port!$B$BWe\'re gonna have to hurry. Hop in, \'cause I\'m driving!','Hand over your Life Savings to Trade Prince Gallywix aboard the Trade Prince\'s Yacht on Kezan.','Congratulations, you just made it. I see that you\'ve brought me all that I asked for, including your hot rod.$B$B$B$BA bazillion macaroons couldn\'t have been easy to come by. I\'m now the wealthiest, most powerful, goblin on all of Azeroth!$B$BTOO BAD FOR YOU THAT I\'M CHANGING THE TERMS OF OUR DEAL!$B$BYou\'re now my slave. Get below deck and take a turn shoveling coal. Next stop, Azshara!$B$BMuahahahahahahahaha!','Oh, $N, it\'s you. What an unexpected surprise.$B$B','','','','','',49866,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,91847,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14127,13202,16,0,0,8,10,0,0,0,0,0,0,0,0,0,0,0,47040,1,'Return of the Highborne?','The wax seal on these orders has been freshly broken. You can\'t read the carefully-penned night elven script, but a small hand-drawn map indicates the nearby ruins. Underneath the map, written in a different language entirely, are a series of runes penned in a metallic, shimmering ink.$B$BAg\'tor will no doubt want to see this important piece of intelligence. ','Deliver the Scout\'s Orders to Ag\'tor Bloodfist at the rear gate to Orgrimmar.','','','','','','','',47040,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14128,13202,16,0,0,8,10,0,0,0,0,0,0,0,0,0,14127,0,47040,1,'Return of the Highborne?','Our blood elven allies have been examining the ruins marked on this map, and can likely understand this mysterious script. Seek out the one called Malynea Skyreaver. She conducts her research from the Orgrimmar Rocketway Exchange just north of here - it\'s part of the new goblin transit system that snakes across this land. Quickly, now!','Deliver the Scout\'s Orders to Malynea Skyreaver at the Orgrimmar Rocketway Exchange.','','','','','','','',47040,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,4,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14129,13202,16,0,65544,9,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'Runaway Shredder!','I\'ve been trying to impress our new Horde allies with our legendary goblin efficiency, but in hindsight automating the shredders was a bad idea. Now they\'re mindless killing machines, rampaging over the countryside. Don\'t get me wrong - that kind of thing has its place - but for the time being I need a brave $c to help me get these things under control.$B$BIt\'s easy. Automated shredders, like all machines, must first be beaten into submission. Afterwards, seize the controls and I\'ll radio you instructions.','Attack one of the Runaway Shredders near the rear gates of Orgrimmar and hop inside once it\'s been significantly damaged.','','','','Runaway Shredder Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,35111,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14130,13202,16,0,8,15,17,0,0,0,0,0,0,0,0,0,14407,0,0,0,'Friends Come In All Colors','My brothers and I are being hunted.$B$BOur sire was recently killed and the black dragonflight seeks to rout those of us that still live. I\'m here to find Azuregos and take him to safety, if only he would let it be that easy.$B$BAzuregos doesn\'t make many friends, and his taste in them tends to be a bit... unique. The only one I know of here is a murloc named Ergll. You should be able to find him on the coast northeast of here.$B$BDo whatever it takes to find Azuregos and send him to me.$B$BPlease hurry.','Locate Ergll on the coast of the Ruins of Arkkoran.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14131,13202,16,0,8,15,17,0,0,0,0,0,0,0,0,0,14130,0,0,0,'A Little Pick-me-up','Azuregos... Azuregos. Azy? The dragon? We\'re friends, definitely! Taught me to speak. Said he liked my hue... kinda colorist, eh?$B$BDon\'t remember where he went. Mmm... maybe something to help my memory?$B$BI plant Kawphi plants all over the beach. They like sand. Kinda weird.$B$BCould you go collect some?','Collect 10 Kawphi Beans from the plants in the Ruins of Arkkoran.','','','','','','','',49162,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14132,13202,16,0,8,15,17,0,0,0,0,0,0,0,0,0,14130,0,0,0,'That\'s Just Rude!','I\'d share if they asked. They just go clickity-claking up my kawphi plants. So rude! You should teach them a lesson.$B$BDumb Makrinni.','Kill 10 Makrinni in the Ruins of Arkkoran.','','','','Ruins of Arkkoran Makrinni slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,6370,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14133,13202,16,0,81930,15,17,0,0,0,0,0,0,0,0,0,0,14345,0,0,'The Way to a Mage\'s Heart','Now that you\'ve finished his errands, it\'s time for Ergll to tell you about Azuregos. Talk to him and see if you can get any useful leads on Azuregos\' possible location.','Ask Ergll about Azuregos.','','','Ask Ergll about Azuregos','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14134,13202,16,0,65536,9,11,0,0,0,0,0,0,0,0,0,14129,0,0,0,'The Captain\'s Logs','Now that you\'ve got that thing under control, let\'s gather up the lumber I was supposed to be collecting. Otherwise these orcs are going to build a catapult out of ME!$B$BFresh lumber should be stockpiled all around the area. Use the shredder to collect all you can.','Use the Reprogrammed Shredder to collect 6 piles of Azshara Lumber. If you lose your shredder, another can be attacked and reprogrammed.','','','','','','','',47050,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14135,13202,16,0,65536,9,11,0,0,0,0,0,0,0,0,0,14134,0,0,0,'Up a Tree','Hold still a second, I\'m going to bring your main buzzsaw controls online.$B$BNight elven snipers from Talrendis have been hiding in the trees, taking potshots at my workers. I want you to take care of those snipers... by first taking care of those trees. Look for Azshara saplings east of the main gates. Your shredder will know what to do. Chop to it!','Use the shredder\'s buzzsaw to cut down Azshara Saplings, and kill 9 Talrendis Snipers as they emerge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35149,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14137,13202,4737,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Class Training (Tracking Event)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14138,13202,4737,0,17563648,1,1,0,0,0,0,0,0,0,0,0,0,0,60203,1,'Taking Care of Business','With all of the troubles down in the Kaja\'mine, Foreman Dampwick\'s been going crazy trying to find you. He said something about some \'defiant trolls\'.$B$BThe kaja\'mite that our trolls are mining is critical ingredient in Kaja\'Cola. That bubbly stuff is making us a fortune, and it\'s going to get you a promotion to Trade $g Prince : Princess;!$B$BBut first, we have to get production flowing again. You\'ll find the foreman to the east. Here, give him this as an incentive to get his act together.','Deliver Sassy\'s Incentive to Foreman Dampwick at KTC Headquarters on Kezan.','A gift from Sassy? I hope it\'s a bonus!','Um... everything\'s going great. Yeah.$B$BWhat\'s that?','','','','','',60203,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14139,13202,4737,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Phase 1 Complete (Tracking Event)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14146,13202,16,0,65536,9,11,0,0,0,0,0,0,0,0,0,14135,0,0,0,'Defend the Gates!','Egah - what\'s going on?$B$B$B$B$N! Get back here right away. Hurry back to the gates - we\'re under attack!$B$BHelp us fend off the invaders. I\'m arming your grenade launcher!!','Labor Captain Grabbit needs you to rush back to the Rear Gate of Orgrimmar to slay 20 Night Elf Raiders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35177,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14154,13202,4755,0,1,1,4,0,0,0,0,0,0,0,0,2,28850,0,0,0,'By the Skin of His Teeth','One of those mangy fleabags got Dempsey real good. We cannot move him until we stabilize his bleeding.$B$BGive us a hand holding back these mongrels. A couple of minutes is all we need, $Gbrother:sister;!','Hold back the worgen atop the Gilneas City Prison for 2 minutes.','We did it, $N. Thanks to you a good man has survived.','Getting there! Careful or we\'ll lose him!','Survive while holding back the worgen for 2 minutes.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55005,55006,54976,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14155,13202,16,0,128,9,11,0,0,0,0,0,0,0,0,0,14146,0,0,0,'Arborcide','How\'s that shredder holding up? I think I can bring your emergency power supplies online - that\'ll recharge you when you\'re wounded.$B$BListen, these night elves are being strengthened by an ancient of war who\'s taken root just west of the gates. He\'s a big, giant tree. You know what to do! Take him out!$B$BYou were made for this!!','Use the Shredder to destroy the Talrendis Ancient. Emergency Backup Shredders are available at the Orgrimmar Rear Gate if you lose yours.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35198,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53452,53407,53400,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14156,13202,0,0,16392,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Man on the Inside','If the king wants to rescue Lord Crowley and his band of traitors, then we will follow his orders.$B$BIt is just as well... one of my men was assigned to infiltrate Crowley\'s group in prison and it most certainly would be good to find out if he\'s survived this incident.$B$BApproach Sean Dempsey discretely... you do not want to give away his position among Crowley\'s men. They might prove to be more dangerous to his life than the worgen.','Find Sean Dempsey on the rooftop of the Gilneas City Prison.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14157,13202,4755,0,262144,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Old Divisions','Lord Darius Crowley has been called many things. Rebel. Traitor. Terrorist.$B$BBefore the civil war I called him... friend.$B$BI never blamed him for leading an insurrection against me. His land and people were separated from Gilneas by a stone wall... but we had no choice.$B$BRegardless... Crowley is exactly the type of person we need now.$B$BEnter Stoneward Prison and ask Captain Broderick about Crowley\'s whereabouts. I\'d send my own men, but there\'s still bad blood.','Speak to Captain Broderick inside Stoneward Prison in Gilneas City.','Greymane wants to save Crowley? Has he gone mad?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14158,13202,4737,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Phase 6 Complete (Tracking Event)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14159,13202,4714,0,262144,1,4,0,0,0,0,0,0,0,0,0,26129,0,0,0,'The Rebel Lord\'s Arsenal','The arsenal Crowley speaks of is in the cellar of a building just west of here.$B$BIt is unnerving that artillery was smuggled inside the city by my enemies, yet it might end up saving Gilnean lives today.$B$BFind Josiah Avery and requisition the rebel artillery. We will put the weapons to good use.','Speak to Josiah Avery at the Military District in Gilneas City.','Don\'t look at me! Leave me alone!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14161,13202,16,0,8,9,11,0,0,0,0,0,0,0,0,0,14162,0,0,0,'Basilisk Bashin\'','We moved this whole mountain to strip mine the minerals below. But what we didn\'t take into consideration were the subterranean basilisks that are now, uh, terranean. You look like you\'ve got some initiative - go in there and kill some of those nuisances and I\'ll dip into our petty cash fund for you.','Kill 10 Greystone Basilisks in the Mountainfoot Strip Mine.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35245,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14162,13202,16,0,0,9,11,0,0,0,0,0,0,0,0,0,14155,0,0,0,'Report to Horzak','You\'ve done a bangup job getting our lumber operations in order. But word on the wire is that we\'re falling under our stone quota. You\'d think if we could move mountains, we could gather up a few rocks...$B$BWell, that\'s not my problem, but maybe you can make it yours. Report to Horzak Zignibble up ahead at the Orgrimmar Rocketway Exchange. See if you can\'t help him straighten out his operations. Just follow the road northeast and find him in the rocketway tower.','Find Horzak Zignibble at the Orgrimmar Rocketway Exchange in Azshara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14165,13202,16,0,12,9,11,0,0,0,0,0,0,0,0,0,14161,0,0,0,'Stone Cold','Workers act like it\'s their job to complain. If it isn\'t the backbreaking labor, the long hours, or the low pay, it\'s being turned to stone by basilisks. It\'s always something!$B$BBut I\'m thinking maybe this whole workers-to-stone business could be a big moneymaker for me. What if those guys are now high-quality stone? My whiny employees could be worth more to me as luxury building materials than a source of labor! Grab a stonified mountainfoot miner and haul him or her back to me. ','Collect a stonified Mountainfoot Miner from the Mountainfoot Strip Mine and bring him or her back to Horzak Zignibble at the Orgrimmar Rocketway Exchange.','','','Stonified Miner Delivered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14184,13202,405,0,8,27,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'My Time Has Passed','$b$bCareless... I was shot down by Alliance fire...$b$bYou must... inform my sister.$b$bTake my mount, $r... he\'ll bring you to her...$b$b','Furien at Tethris Aran wants you to ride his Dragonhawk to Furien\'s Post and inform his sister, Cerelia of his death.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,2,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14188,13202,405,0,0,27,30,0,0,0,0,0,0,0,0,0,14184,0,0,0,'Avenge Furien!','This cannot be!$b$bMy dear brother - slain by Alliance scum!$b$bThey must be made to suffer, $r! Find a way to bring them pain! I shall not rest until it is so...$b$bFurien had been researching ancient artifacts in the eastern regions before his death. Speak to Sorrem. Perhaps he can direct you in my brother\'s footsteps.','Cerelia wants you to speak with Sorrem at Furien\'s Post.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14189,13202,405,0,0,27,30,0,0,0,0,0,0,0,0,0,14188,0,47833,1,'Translation','It is true that Furien dedicated his last days to a special research project. What that was, he would not share with me.$b$bFortunately, I was able to recover his journal, but it\'s written in a code that I cannot decipher.$b$bPerhaps there is a clue to its translation in the region to the east where he spent his time.$b$bTake the journal, $c, and speak with Narimar when you are ready to investigate this mystery.','Sorrem wants you to find the Ancient Tablets.$b$bSpeak to Narimar at Furien\'s Post to ride to where Furien was known to study.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14190,13202,16,0,8,9,11,0,0,0,0,0,0,0,0,0,14165,0,0,0,'The Perfect Prism','There\'s got to be a way to reverse the basilisks\' stonification. Those irritating night elf saboteurs who have been lurking around my mine must know something we don\'t. They seem to be immune to the gaze of the beast!$B$BI want you to find out their secret, $N. Pick off a few of the Talrendis saboteurs skulking about in the rear of the strip mine and get a sample of whatever charm or ding-dong they\'re wearing to give them immunity. Radio me from the main forge building once you\'re successful.','Acquire a Crystal Pendant from a Talrendis Saboteur in the Mountainfoot Strip Mine.','','','','','','','',47819,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14191,13202,405,0,65536,27,30,0,0,0,0,0,0,0,0,0,14189,0,47833,1,'Furien\'s Footsteps','You can decipher bits and pieces of the text, but it will require extensive study before Furien\'s work becomes coherent.$b$bFor now, as you look off to the northeast, you think you can make out some of the ruins depicted in the journal.$b$bFrom what you can tell, these ruins seem to have been of some significance to Furien\'s research.','The Ancient Tablets at the Shrine of Elune have directed you to visit three of the prominent ruins in Sargeron.','','','','Elune\'s Cathedral Ruins Visited','Elune\'s Temple Ruins Visited','Elune\'s Sanctuary Ruins Visited','',0,0,0,0,0,0,0,0,0,0,0,0,35363,35367,35366,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14192,13202,16,0,0,9,11,0,0,0,0,0,0,0,0,0,14190,0,47819,1,'Prismbreak','If that prism of yours is tuned to refract a basilisk\'s gaze, we can use its crystal properties to reverse the process. All we need is a source of power.$B$BIn the weapons cabinet to your right, you\'ll find our prototype laser mining drill. I loved that thing but the near daily dismemberments got to be a real bother. Grab the laser drill and swap out the lens with that crystal of yours...','Take the Crystal Pendant to the Weapons Cabinet in the Mountainfoot Strip Mine Headquarters.','','','','','','','',47819,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14193,13202,405,0,65544,27,30,0,0,0,0,0,0,0,0,0,14387,0,0,0,'Nothing a Couple of Melons Won\'t Fix','The markings on the ruins here make one thing clear: There is something special about the old fountain in the Sanctuary of Elune.$b$bIt would seem that one could expect special power from washing their face in the fountain. First, of course, there would need to be something in the ancient fountain with which to wash.$b$bPondering this problem, you spot a melonfruit at the base of a nearby tree....','Gather 8 Melonfruit.','After filling it with liquid from the melons, you proceed to wash your eyes from the ancient font.$b$bUpon opening your eyes, you are able to see the spirits of ancient elves, still faithfully carrying out rituals to their goddess.','','','Cleansing Ritual Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,35381,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14194,13202,16,0,0,9,11,0,0,0,0,0,0,0,0,0,14192,0,48104,1,'Refleshification','$B$BHey $N, you got that gun? Good! Don\'t point it directly at your eye.$B$BAim that baby at my stonified workers and the refracted light should reverse the petrification process. Or it will melt them. Whatever. Return my workers to a state of profitability! And if the refleshification process makes them crazy-go-nuts, they should be killed for insurance purposes. Horzak OUT! ','Use The Refleshifier to de-stonify eight Mountainfoot Miners within the Mountainfoot Strip Mine.','','','','Mountainfoot Miner Destoned','','','',0,48104,0,0,0,0,0,1,0,0,0,0,35375,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,53449,53434,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14195,13202,405,0,524288,27,31,0,0,0,0,0,0,0,0,0,14360,0,0,0,'All Becoming Clearer','Something has changed... perhaps a side-effect of Elune\'s cleansing ritual.$b$bWhile it\'s by no means perfect yet, your understanding of the ancient language in the journal has vastly improved.$b$bThe ruins in the northern mountains of Sargeron appear to be the main focus of Furien\'s enthusiasm. Something there, he felt, would aid him in driving the Alliance from this region.$b$bYou close the journal determined to find this ruin and discover its secrets.','Furien\'s Journal has directed you to find the ruined Palace of Elune in northern Sargeron.','','','','Ruins of Elune\'s Palace Located','','','',0,0,0,0,0,0,0,0,0,0,0,0,35382,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14196,13202,405,0,65536,27,31,0,0,0,0,0,0,0,0,0,14195,0,48110,1,'Firestarter','You are now able to understand the script in which the journal was written.$b$bAlong the runestone, it is explained that the monument\'s gemstones were imbued with the power to summon a firestorm.$b$bThe storm could grow to be a mighty weapon either through sustained worship of Elune, or charged by spiritual energies of the fallen.$b$bLooking down upon the newly revealed ghosts of Elune\'s disciples, you reason that you have neither the time, nor the inclination to worship the goddess of your enemy....','You are to create a Raging Vortex by defeating 7 Disciples of Elune in the presence of your firestorm.$b$bShould you lose your Vortex Gem, another can be obtained from the Ancient Vortex Runestone.','','','','Raging Vortex Created','','','',0,0,0,0,0,0,0,0,0,0,0,0,35392,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14197,13202,16,0,8,9,11,0,0,0,0,0,0,0,0,0,14161,0,0,0,'A Quota to Meet','Mountainfoot iron is a brittle alloy, but with the right bribes it meets goblin safety standards. Zignibble here is having trouble on the production end of things, but that doesn\'t change any of my deadlines. I\'ve got a quota to fill!$B$BHead down into the Mountainfoot Strip Mine and gather up any ingots of Mountainfoot iron you find. There should be piles of it smelted and ready for shipment.','Gather 20 ingots of Mountainfoot Iron from the Mountainfoot Strip Mine in Azshara.','','','','','','','',48128,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14198,13202,405,0,524288,27,31,0,0,0,0,0,0,0,0,0,14196,0,48249,1,'Rider on the Storm','You cannot help but to feel a twinge of pride, having unlocked this long lost secret of the ancient worshippers of Elune.$b$bYou now possess the power to inflict great damage upon your enemy.$b$bAs it was Furien\'s tireless work that made this possible, it only seems right that the weapon should be unleashed upon those who took his life.$b$bThe Alliance scum at Nijel\'s Point shall pay for their offenses against the Horde!','Use the Raging Vortex Gem at Nijel\'s Point Ruin. While commanding your firestorm, kill 40 Nijel\'s Point Defenders and burn 15 Nijel\'s Point Merchants.$b$bShould you lose your Raging Vortex Gem, you may acquire another from the Ancient Vortex Runestone.','','','','Nijel\'s Point Defenders Slain','Nijel\'s Point Merchants Slain','','',0,0,0,0,0,0,0,0,0,0,0,0,35506,35510,0,0,40,15,0,0,0,0,0,0,0,0,0,0,55963,55962,55964,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14201,13202,16,0,8,10,12,0,0,0,0,0,0,0,0,0,24453,0,0,0,'A Thousand Stories in the Sand','The ruins around Lake Mennar, to our east, have a tale to tell. The lesser races - like those clumsy dwarves - would go after the truth with picks and shovels. We\'ll be using more elegant methods.$B$BMy scrying magic is somewhat rusty, but with the right trinket I should be able to peer through the shrouds of time. The bones of my forefathers have long since rotted away but some of their personal treasures may remain - bring me some.','Collect 5 Recovered Artifacts from the ruins around Lake Mennar in Azshara.','','','','','','','',48525,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14202,13202,16,0,0,10,12,0,0,0,0,0,0,0,0,0,24453,0,48665,1,'Survey the Lakeshore','All these cruddy ancient ruins have to be bulldozed if we\'re ever to see Azshara\'s full potential. Look on my map here - you see Lake Mennar, to the East? I\'ll tell you what I see: a future rocket fuel depot!$B$BBut we need an accurate lay of the land before we can clearcut, bulldoze, landfill, and pave over that lake. All of my surveyors have been spooked off by the oogly-boogleys haunting that area. Escort one of my Jr. grade surveyors to the area and take readings from the equipment that\'s been set up.','Escort a Goblin Surveyor to the three pieces of Surveyor\'s Equipment that surround Lake Mennar, and defend her while she takes readings. Another Surveyor can always be summoned with your Surveyor\'s Beacon.','','','','Survey West Marker','Survey North Marker','Survey East Marker','',0,0,0,48665,0,0,0,0,0,1,0,0,35488,35487,35489,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,67597,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14204,13202,4714,0,0,1,4,0,0,0,0,0,0,0,0,0,14159,0,48707,1,'From the Shadows','He turned into one of them... didn\'t he? How do we even begin to fight an enemy that can do this to us?$B$BMy father\'s arsenal\'s certainly a good start, I suppose.$B$BWorgen are hiding in the alleys ahead. Take one of my mastiffs to find them more easily.$B$BWe\'re going to need to clear the way ahead if we\'re going to move these cannons above ground.','Defeat 6 Bloodfang Lurkers.','Excellent. I\'ll start rounding up some help to get these cannons positioned.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35463,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,58217,54985,54986,0,0,0,1,1,1,0,0,0,66247,0,0,0,1,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,43511,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14209,13202,16,0,8,10,12,0,0,0,0,0,0,0,0,0,14202,0,0,0,'Gunk in the Trunk','Those ancient ruins have survived ten thousand years of wind and weather, so I brought out my biggest and bestest bulldozer to flatten \'em. I call her \"Margene.\"$B$BBut my dozer\'s been letting me down lately, $N. The moment I drove her into those haunted woods, her engine seized up with a spine-chilling howl. Now my engineers tell me something\'s clogging her valves. Go over there and inspect Margene\'s engine compartment, and bring me back a sample of whatever gunk has her stalled.','Inspect Clubnik\'s Dozer and collect a sample of the Ectosplatter that\'s gumming up the engine.','','','','','','','',48780,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,4,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14212,13202,4755,0,524288,1,5,0,0,0,0,0,0,0,0,4,14294,0,0,0,'Sacrifices','You don\'t have to do this, $N. You\'ve done more than enough already.$B$BBut if you decide to stay... I\'d be a fool to turn you away.$B$BMy men have fortified their position inside the cathedral and are ready for what comes next.$B$BI\'m about to head there and take as many of these flea-ridden devils with me as I can. You\'re welcome to come along for the ride.','Ride with Lord Darius Crowley and round up 30 Bloodfang Stalkers.','Brace yourself, $N.$B$BHere they come.','','','Bloodfang Stalker rounded up','','','',0,0,0,0,0,0,0,0,0,0,0,0,35229,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,75,0,0,101644,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14213,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14189,0,0,0,'Ten Pounds of Flesh','According to Furien\'s Journal, this ancient brazier was placed here for the performing of sacrifices.$b$bAs far as you can make out from the entry, a blessing is bestowed upon the being who places the flesh of Elune\'s enemies on the brazier\'s burning embers.$b$bLooking around, you determine that the satyrs who now possess this region would likely qualify.','You are to collect 10 pieces of Satyr Flesh from the various Satyrs in Sargeron, and place them on Elune\'s Brazier.','','','','Sacrificial Offering Accepted','','','',0,0,0,0,0,0,0,0,0,0,0,0,35581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67768,67768,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14214,13202,4755,0,262144,1,4,0,0,0,0,0,0,0,0,0,14204,0,0,0,'Message to Greymane','It\'s time, $N. We\'ll take it from here.$B$BTell King Greymane that my father\'s arsenal will be at his disposal. There\'s more than enough firepower here to blow the worgen from here to the north sea.','Speak to King Genn Greymane in the Military District.','I knew Crowley would come through. His weapons will be more than useful to us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14215,13202,16,0,65536,10,12,0,0,0,0,0,0,0,0,0,14201,0,48835,1,'Memories of the Dead','The runes on this ring you found are still legible: it was given to \"Kalytha\" when she was granted admission to the Academy. With the right spell or two, this personal trinket of hers is the gateway to her soul.$B$BTake the ring back to Lake Mennar. Kalytha\'s spirit should now be visible to you on the shore of the lake. Touch her and the ring will allow you to see the world as she sees it, forever reliving her final hours. Probe her mind, $N! Speak to the others and learn the secrets of Lake Mennar...','Take Kalytha\'s Ring to the shores of Lake Mennar. Touch the Spirit of Kalytha to relive her memories. Speak to the other spirits until you\'ve learned the secret of Lake Mennar.','','','','Kalytha\'s Secret Learned','','','',0,0,0,0,0,0,0,0,0,0,0,0,35593,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14216,13202,16,0,0,10,12,0,0,0,0,0,0,0,0,0,14215,0,0,0,'Mystery of the Sarcen Stone','Before she died, Kalytha was charged with burying something at the bottom of the lake, a powerful artifact that the archmages of Mennar spent their last moments creating. No doubt Malynea Skyreaver will want to see the artifact, presuming it still exists. You resolve to search the bottom of Lake Mennar for the Sarcen Stone. ','Retrieve the Sarcen Stone from the bottom of Lake Mennar.','','','','','','','',48921,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53404,53435,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14217,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Satyrical Offerings','You find it most amusing to think that this ancient relic is bestowing upon you a blessing meant for your enemies.$b$bYou determine to make as much as you can of this unintentional gift.','You are to collect 10 pieces of Satyr Flesh from the various Satyrs in Sargeron, and place them on Elune\'s Brazier.','','','','Sacrificial Offering Accepted','','','',0,0,0,0,0,0,0,0,0,0,0,0,35581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67768,67768,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14218,13202,4755,0,262144,1,5,0,0,0,0,0,0,0,0,0,14212,0,0,0,'By Blood and Ash','The time has come, $N. If we\'re going to put a dent in their numbers, the time is now.$B$BWe have the position.$B$BWe have the firepower.$B$BAll that remains to be seen is whether we have the courage... and I sure don\'t see a coward standing in front of me.','Slay 80 Bloodfang Stalkers using the Rebel Cannons.','You\'ve done well, $N. You\'ve done more than could be asked of any Gilnean.$B$BWe\'re running low on ammunition. It\'s time to regroup inside now.','','Return to Tobias Mistmantle outside the Light\'s Dawn Cathedral in Gilneas City after slaying 80 Bloodfang Stalkers.','Bloodfang Stalkers slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35229,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,55009,55010,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14219,13202,405,0,10,27,31,0,0,0,0,0,0,0,0,2,14189,0,0,0,'To the Hilt!','You immediately recognize this statue from a sketch in Furien\'s Journal.$b$bThough the words associated with the entry elude you, the sketch seems self-explanatory. After battle, the enemies\' weapons were to be cast upon the basin in exchange for a divine gift of some sort.$b$bAs you ponder this ritual, the glint of steel catches your eye from a nearby weapon rack....','You are to collect 20 Satyr Sabers from the weapon racks and various satyrs in the region, then place them upon the statue, Elune\'s Handmaiden.','','','Elune\'s Ritual of War Completed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55945,55946,55947,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14220,13202,4714,0,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'This Is the End','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14221,13202,4755,0,0,1,5,0,0,0,0,0,0,0,0,0,14218,0,0,0,'Never Surrender, Sometimes Retreat','We had enough ammunition to carry on the civil war for another month. Yet the worgen\'s numbers are such that we\'re nearly spent.$B$BWe don\'t want to be caught out here in the open when that happens. Fall back inside the cathedral and report to the boss. I\'m sure old Crowley will know what to do next.','Speak to Lord Darius Crowley inside the Light\'s Dawn Cathedral.','We\'ve given them everything we have... yet still they come. Do not worry, $N. We\'ll slay many more before today is over.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,50,0,0,81040,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14222,13202,4755,0,0,1,5,0,0,0,0,0,0,0,0,0,14221,0,0,0,'Last Stand','We\'ve got a good chokepoint here, $N. Feel free to say a prayer if that\'s your sort of thing.$B$BTake courage and let\'s kill these mutts.','Kill 8 Frenzied Stalkers.','They... they\'ve stopped coming.$B$BNo, $N. That\'s not a good thing.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35627,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,93477,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(14223,13202,405,0,65544,27,30,0,0,0,0,0,0,0,0,0,14198,0,0,0,'Peace of Mind','We are a forward post, charged with monitoring potential adversaries. Once the Horde launches its Desolace campaign, our work here will ensure that nothing takes us by surprise.$b$bRecently, one of our scouts was caught and sacrificed by the Burning Blade at their stronghold to the east. Since then, we\'ve been assaulted with threats and taunts from a Burning Blade wretch named Kohor.$b$bTheir days here are numbered, but I will pay handsomely for that one to be silenced now!','Sorrem at Furien\'s Post wants you to kill Kohor.','','','','Kohor Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35632,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14225,13202,405,0,65544,27,31,0,0,0,0,0,0,0,0,0,14223,0,0,0,'You\'ll Know It When You See It','With his dying breath, Kohor mentioned the summoning of a demon that could threaten the entire region.$b$bHe may have been bluffing, but that\'s not a chance worth taking.$b$bThis cannot wait for the Horde\'s invasion of Desolace to take shape. You must scour Thunder Axe Fortress for clues and bring an end to this potential threat.','Sorrem at Furien\'s Post wants you to find the Ancient Summoning Ritual in Thunder Axe Fortress.','','','','','','','',48951,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14226,13164,16,0,0,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble Under Foot','Look at you. Doing errands. Quite responsible of you. You\'re moving up up up, you are... up up!$B$BThere be demons ahead! Demons of many unpleasant kinds. Demons that would quite like your innards! Legash demons of a southeasternly heading! But do not worry. No no, no reason to worry, for I shall provide you with a companion!$B$BPoint, bugify, squash. Point, bugify, squash! Quite efficient. Quite messy too... but again, worry not. No no, worry not, for afterwards, we don\'t have to clean up!','Use your Personal Arcane Assistant to turn 12 Legash demons into insects and then squash them.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35628,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14227,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14225,0,0,0,'Putting Their Heads Together','So it\'s true....$b$bThe parchment you discovered in Thunder Axe Fortress details a powerful summoning ritual. One stronger than the Burning Blade have ever been known to possess.$b$bClearly, this rite must be stopped at all costs!$b$bPerhaps if this demon were summoned forth prematurely the crisis could be averted.','Collect 100 Bleached Skulls from Thunder Axe Fortress, place them at the Burning Blade Summoning Circle, then kill Nazargen.','','','','Nazargen slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35647,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,55928,55927,55929,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14230,13164,16,0,8,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Manual Labor','The local demons seem to get quite a kick out of stealing all of our arcane manuals. I highly doubt most of them can even read, so they\'re probably doing it just to spite us.$B$BI could care less about most of the books they\'ve taken, but they took an Abjurer\'s Manual that I\'m going to need if there\'s any hope of keeping apprentices like you alive amidst Xylem\'s \"trials.\" Find the demons at the Lagash Encampment to the southeast and retrieve the Abjurer\'s Manual.$B$BThat\'s all. Scoot.','Retrieve the Abjurer\'s Manual from the Lagash Encampment.','','','','','','','',49012,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14231,13202,16,0,8,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'Useless quest record','','','','','','','','','',49082,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14232,13202,405,0,0,27,31,0,0,0,0,0,0,0,0,0,14225,0,0,0,'Ears Are Burning','Sorrem has made no secret of his disdain for the Burning Blade at Thunder Axe Fortress.$b$bSurely, proof of their demise would be of value to him.','You are to bring 25 Burning Blade Ears to Sorrem at Furien\'s Post.','','','','','','','',49008,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14233,13202,4720,0,8388608,1,6,0,0,0,0,0,0,0,0,0,14021,0,49090,1,'Orcs Can Write?','Looking through the dead orc\'s belongings, you find a field journal. Though it is heavily water damaged, the writing is still legible, if barely.$B$BFlipping through the pages, an interesting story unfolds. Good thing you decided to study Orcish.$B$BLike the Trade Prince\'s yacht, the orcs were fired upon by Alliance warships. You do remember an orc warship that you passed right before the Alliance opened fire. Maybe they were firing on the orcs instead of your ship?$B$BStupid orcs! They got you sunk!','Take the Field Journal to Sassy Hardwrench at Shipwreck Shore on the Lost Isles.','Orcs?! They were sunk and stranded too? And now the Alliance are on the island? Do you think they\'re going to kill us?$B$B$B$BI think it\'s time for a little sitdown with these orcs.','$N, find anything interesting in the cavern?','','','','','',49090,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14234,13202,4720,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,49090,1,'The Enemy of My Enemy','I hate to ask you to do this, but I guess it\'s why they pay you the big bucks. Can you deliver that dead orc\'s field journal to whoever is in charge up at their camp?$B$BBased on the writing in the book, they should be located at the top of the island, up the incline past the Kaja\'mite cavern to the southeast.$B$BGood luck, $N. I always liked you.','Deliver the Field Journal to Aggra at the Horde Base Camp on the Lost Isles.','$B$BI apologize. It has been a very rough couple of days for all of us.$B$BI am Aggra. All of us here are what remains of the crew of the Draka\'s Fury.$B$BPerhaps we can work together. We have a common enemy in the Alliance. Their SI:7 assassins are all over this island and they\'re not going to stop until we\'re all dead.','$B$BYou must have been on the goblin slave ship that was sunk. What\'s that you have in your hand?','','','','','',49090,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52902,52948,52931,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14235,13202,4720,0,262152,1,6,0,0,0,0,0,0,0,0,0,14234,0,0,0,'The Vicious Vale','Our hunter, Kilag Gorefang, and a few scouts, traveled into the vale down the path to the west. They\'re ...searching for... \'precious cargo\'... that we were guarding when the filthy Alliance sunk our ship.$B$BThe way is blocked by deadly plants and they have not been able to break through.$B$B$N, prove your worth as a goblin and a $c. Journey into the Vicious Vale to find Kilag.','Find Kilag Gorefang in the Vicious Vale on the Lost Isles.','Goblin, can you fight?$B$BFor your sake, I hope so. Otherwise, there may be no breaking through this hell of killer plants.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14236,13202,4720,0,3145728,1,6,0,0,0,0,0,0,0,0,0,14235,0,49108,1,'Weed Whacker','$B$BNow is the time for creative solutions. Pull something out of that belt and get to work!$B$B','Use the Weed Whacker within your Goblin All-In-1der Belt to mow down 100 of the plants within the Vicious Vale.','I saw it with my own eyes, and still I do not believe it!$B$BYou have our thanks and the debt of our lives, little goblin. I hope that soon we can repay you the honor.$B$BMay I ask a small favor of you while my scouts and I move on?','','','Deadly Jungle Plants mowed down','','','',0,0,0,0,0,0,0,0,0,0,0,0,35897,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,52899,52945,52929,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,5,5,0,0,0,0,0,125,0,0,68289,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14237,13202,4720,0,8,1,7,0,0,0,0,0,0,0,0,0,14303,0,0,0,'Forward Movement','Kilag should be in position by now. It is time for you to move forward to the Wild Overlook. The rest of us will pack up here and move out soon.$B$BJust follow the path northwest through the Vicious Vale. Not so vicious any longer thanks to you, eh?$B$BKilag and his scouts will be keeping themselves hidden just off the path, but the SI:7 assassins are sure to spot them soon, so hurry!','Find Kilag Gorefang and his scouts at the Wild Overlook on the Lost Isles.','Throm-Ka, $N. We have a problem.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14238,13202,4720,0,0,1,7,0,0,0,0,0,0,0,0,0,14237,0,49611,1,'Infrared = Infradead','Keep your voice down. The glen north and west of here is crawling with Alliance assassins.$B$BUnfortunately, we haven\'t been able to spot them. The cowards! They hide and won\'t fight face-to-face.$B$BYou goblins are known for your wondrous goggles. Surely you have a pair that will allow you to see them?$B$BI need you to team up with one of my scouts and kill any of the SI:7 assassins that you spot.','Kill 10 SI:7 Assassins.$B$BIf something happens to your Orc Scout, return to Kilag to see if he has another for you to team up with.','Well done, $N, well done. We\'ll make an orc of you yet!$B$BTime to move on. We\'d better hurry.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36092,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,52900,52946,52930,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,5,5,0,0,0,0,0,175,0,0,68345,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14239,13202,4720,0,0,1,6,0,0,0,0,0,0,0,0,0,0,14001,0,0,'Don\'t Go Into the Light!','','','It\'s up to you now. Are you going to come back to life and be the $g hero : heroine; that your fellow survivors need you to be, or are you going to rest for eternity here?$B$BOnly you can decide.$B$BDon\'t go into the Light, $N!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,69013,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14240,13202,4720,0,1048576,1,7,0,0,0,0,0,0,0,0,0,14238,0,0,0,'To the Cliffs','I sent Scout Brax forward along the road to the cliffs overlooking the beach to the west.$B$BI am going to put you onto Bastia. Travel down the path and let Brax know that we are going to take a different route.$B$BWe\'ll see you at the attack on the Alliance beachhead!','Speak with Scout Brax on the path down the cliffs north of the Savage Glen on the Lost Isles.','Hello, little goblin. Bastia is fast, no?$B$BWe have something very important that needs doing. Can you help us?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14241,13202,4720,0,8,1,7,0,0,0,0,0,0,0,0,0,14240,0,0,0,'Get to the Gyrochoppa!','The Alliance have stolen something of vital importance to the Horde. It is being held out on their ships.$B$BAt the other end of the beach is a gyrochoppa. Our battlesworn will cover your approach.$B$BGo retrieve the keys to the flying machine from one of their operatives.$B$BFly out to their flagship, the Vengeance Wake, and retrieve our precious cargo!','Retrieve the Gyrochoppa Keys.','Hmm, where the heck is the ignition?$B$BIt\'ll be a wonder if it flies without doing something weird, like turning into a chicken or shrinking down to the size of an ant.$B$BHey look, someone left their loose change in the ashtray! What else is in there?','Hmm, looks like overly-complicated gnomish engineering with lots of unnecessary instrumentation and safety precautions.','','','','','',49424,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52903,52949,52932,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,5,5,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14242,13202,4720,0,3145728,1,7,0,0,0,0,0,0,0,0,0,14241,0,0,0,'Precious Cargo','They said that their \"precious cargo\", whatever that is, is being held out on the Alliance ship, the Vengeance Wake.$B$BThere\'s only one thing to do... fly this thing out there and retrieve it!','Locate the precious cargo below deck on the Alliance ship, Vengeance Wake, off the shore of the Lost Isles.','If not for you, I would surely be on my way back to Stormwind to be paraded as a trophy and a slave.$B$BThe Alliance dogs found me unconscious on the shore and put me in this magical cage. It was keeping me from connecting with the elements.$B$BNo longer!','','','Precious Cargo located','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,3,3,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14243,13202,4720,0,128,1,7,0,0,0,0,0,0,0,0,0,14326,0,0,0,'Warchief\'s Revenge','Brothers of Earth and Fire, hear me! Sisters of the Water and Air, heed my call!$B$BAzeroth stands on the brink, its existence near an end! Lend me your power as in times past with my ancient ancestors. Allow me to channel your will through this child of Kezan.$B$BLet us put an end to those who would keep us from healing the world!','Use the powers of the Cyclone of the Elements to slay 50 Alliance Sailors.$B$BOnce this is done, you will be flown to the Wild Overlook.','You have done what few others could have, $N. Our world owes you a debt larger than you can possibly understand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36176,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,52947,52901,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,6,6,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14244,13202,4720,0,8,1,7,0,0,0,0,0,0,0,0,0,14445,0,0,0,'Up, Up & Away!','While you were rescuing the Warchief and saving us all from the Alliance, Foreman Dampwick built this rocket sling to shoot us over the shark-infested strait to the bigger island.$B$BLuckily for us, the foreman managed to salvage a Town-In-A-Box from the shipwreck. Once you get it set up, we\'ll have a town of our own. I can\'t wait to sleep in a bed again!$B$BDampwick\'s down there at the Landing Site, waiting for you. Why don\'t you take the next rocket over?','Survive the Rocket Sling shot across the Dire Strait.','$N, I sure am glad you survived the trip... not everyone did!','','','Rocket Sling Trip Survived','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14245,13202,4720,0,8,1,7,0,0,0,0,0,0,0,0,0,14244,0,0,0,'It\'s a Town-In-A-Box','The trade prince had an entire town-in-a-box in the ship\'s hold! I managed to recover it while you were out saving all of our skins.$B$BDo you want to do the honors? All you have to do is climb to the top of that huge pile of explosives and push the plunger, and whamo kablamo, instant town!','Climb to the top of the mountain of explosives and use the Town-In-A-Box Plunger.','$B$BHey! Where\'s the dock?! Someone stole the dock and the oil refinery from our town-in-a-box!$B$BWho would do such a thing?$B$BWhere\'s the Trade Prince?','','','Town-In-A-Box Set Off!','','','',0,0,0,0,0,0,0,0,0,0,0,0,38024,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14246,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,0,0,49014,1,'Early Adoption','As the region becomes more lush, the creatures of the desert are being forced into increasingly confined spaces.$b$bA particularly distressing result is the impending extinction of the local swoops. Predators feast on the birds and their eggs when they take nest.$b$bI have acquired some swoop eggs from Tanaris and coated them with an irresistible pheromone. Place one in each nest you find, then protect it until a swoop comes to carry it off.$b$bYou will be doing a service to the balance of this land.','Place 3 Swoop Eggs in Swoop Nests and protect them until they are collected.','','','','Swoop Egg Protected','','','',0,0,0,0,0,0,0,0,0,0,0,0,35751,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,55894,55895,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14247,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14246,0,0,0,'Stubborn Lands','By authority of the Cenarion Circle, I am charged with turning these harsh lands into lush prairie.$b$bThe lands south of here welcomed the growth, but something here is fighting back - resisting the replenishment.$b$bPerhaps your eyes can succeed where mine have failed.$b$bPlease, $r. Scour these lands and discover the source of the desert\'s stubbornness. ','Thunk at Thunk\'s Abode wants you to find the Unnatural Outcropping.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14248,13202,4720,0,262152,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help Wanted','Great news! Foreman Dampwick has uncovered a cave full of kaja\'mite on the island! What are the odds?$B$BOf course, there\'s a downside. He took some of the survivors with him to help mine the ore, but none of them have made it out.$B$BCrazy as it sounds, the foreman said that there are monkeys in the cave... with mining picks! They\'re mining the kaja\'mite! How is that even possible?$B$BCan you head southeast to the cavern? The foreman is standing just outside the entrance.','Speak with Foreman Dampwick outside of the Kaja\'mite Cavern on the Lost Isles.','Boss! Er, well, I guess you\'re not the boss anymore, but still, good to see you!$B$BCan you believe it? We\'ve got a cave full of intelligent killer monkeys mining kaja\'mite!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14249,13202,16,0,8,15,18,0,0,0,0,0,0,0,0,0,14340,0,0,0,'Shear Will','I\'d be amazing! At archmagery. Amazing! He won\'t even talk to me because I don\'t have a stupid robe and hat. Pffft.$B$BThe most amazing archmage this land has ever seen can\'t just have any robe and hat. I need to show him that I\'m something special, and I know just how to do it.$B$BGo out there and kill some of those hippogryph things. Bring me back a TON of feathers.$B$BYou heard me! A whole bunch of feathers! Go go, I\'ll have the robe ready for them by the time you get back.','Obtain 80 Pristine Thunderhead Feathers from the Hippogryphs near the Ruins of Nordressa.','','','','','','','',49068,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53439,53413,53436,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,69950,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14250,13202,16,0,0,15,18,0,0,0,0,0,0,0,0,0,14340,0,49038,1,'Renewable Resource','We\'re going to need some more animate basalt. There\'s only one reliable source for that in the area, a mountain giant named Balboa. We can\'t be killing the mountain giant if we want to keep stocked in the stuff long term, so we\'ve just been chipping off pieces at a time.$B$BYou\'ll be able to see his path northeast and east of here. Find him, place the charge ahead on the path, and then hide until it goes off. Once he\'s cleared the area, you should be able to retrieve the basalt and bring it back to me.','Use the Arcane Charge to retrieve 5 Animate Basalt from Balboa near the Ruins of Nordressa.','','','','','','','',49036,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14251,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14247,0,0,0,'New Beginnings','There\'s never been danger of centaur attack this far north before. Someone put \'em up to it, I just know it!$b$bRegardless, I\'m wiped out. I had everything invested in this haul.$b$bFortunately, there\'s one thing no centaur can take from me and that\'s goblin ingenuity! I\'ll start from scratch and build an empire!$b$b$b$bThere\'s always a market for poison. Whatdya say, friend?\n','Collect 15 Scorpion Stingers.','','','','','','','',49026,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14252,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14247,0,0,0,'Good Gold For Bad Tail','I need a crateload of tail, $c! And not just any kind of tail. The tail I\'m after needs to be old - ancient even. The more decrepit the better.$b$bThe scales of a basilisk\'s tail are unique in that they harden with age without becoming brittle. The hardened scales are ideal for the production of certain armors.$b$bIt\'s been many years since I\'ve been reduced to peddling lizard scales, but who knows, maybe it\'ll build even more character in me! If that\'s even possible....','Find 15 Aged Basilisk Tails.','','','','','','','',49030,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14253,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14247,0,0,0,'Fletch Me Some Plumage!','Say, $c, while you\'re out there exploring the desert wastes, do me a favor?$b$bKeep an eye out for Dread Swoops. Their oily feathers make for the best fletching, and to the right buyer they can fetch a handsome price.$b$bLucky for you, I know all of the right buyers!','Collect 25 Dread Swoop Feathers.','','','','','','','',49032,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55891,55892,55893,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14254,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14247,0,0,0,'Heavy Metal','You have a strong feeling that this stone is somehow responsible for the region\'s refusal to accept the encroaching regrowth.$b$bLooking off to the west, you notice a trail of smoldering debris that appears to be related to this mystery.$b$bYou surmise that clearing the debris might assist Thunk\'s efforts here.$b$bAnd who knows what this stuff might be good for?','You are to collect 7 pieces of Element 116 and bring them to Bizby at Bizby\'s Caravan.','','','','','','','',49034,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14255,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,0,14256,0,0,'Ethel Rethor','We have plenty of enemies in this region without raising the ire of the Cenarion Circle.$b$bWhen we established our post here, we were asked to keep a watch over one of their researchers.$b$bKorrah was last seen at the tower to the west. Do be a dear and pay her a visit. It\'s been some time since we\'ve bothered to check on her.','Cerelia at Furien\'s Post wants you to speak to Korrah at Ethel Rethor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14256,13202,405,0,8,28,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Emerging Threat','I am all that remains of my company, sent to monitor the many changes on this coast of Desolace.$b$bI have reported of the dramatic increase of naga here, but to no effect.$b$bMy peers are focused on other crises, so I must ask you, a stranger, to assist me in my research.$b$bFirst, though, allow me to show you the threat we face.','Korrah wants you to speak to her when you are ready to be shown the Naga threat.','','','','Naga Forces Scouted','','','',0,0,0,0,0,0,0,0,0,0,0,0,35779,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14257,13202,405,0,8,28,32,0,0,0,0,0,0,0,0,0,14256,0,0,0,'Slitherblade Slaughter','Time and again, the naga have proven to be enemies to the balance of nature. I have no qualms with the spilling of their blood.$b$bYour best efforts though, would barely put a dent in their forces here. Where one falls, two seem to rise in their place.$b$bI have a plan, $c. Your objective is not merely to take the lives of the enemy, but to gather components necessary for the next stage of our investigation....','Collect 10 Slitherblade Bones from Slitherblade Naga, 30 Slitherblade Scales from Slitherblade Sorceresses, and 4 Slitherblade Fins from Slitherblade Warriors.','','','','','','','',49056,49058,49060,0,0,0,10,30,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,68079,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14258,13202,16,0,8,10,12,0,0,0,0,0,0,0,0,0,14423,0,0,0,'Mortar the Point','The Naga started making a move on the peninsula here after we finished building this rocketway terminal. But there\'s no problem in this world that can\'t be solved with gratuitous firepower! That\'s what my daddy used to say. Before the accident.$B$BI\'m running short on supplies, though. Do me a favor and collect the mortar shells I left stockpiled in the Secret Lab just west of here. Keep me supplied and I\'ll let you call in the artillery strikes! ','Collect 5 Goblin Mortar Shells from the Secret Lab complex in Azshara.','','','','','','','',49062,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49042,0,0,0,5,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14259,13202,16,0,16392,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Mortars, More!','Thanks for helping me restock my supplies, $N.$B$BI\'ll tell you what, bring me more mortars from the lab, and I\'ll keep supplying you with artillery signals. With me on the trigger and you in the field, we\'ll blast these cliffs until they go crashing into the sea!','Collect 5 Goblin Mortar Shells from the Secret Lab complex in Azshara.','','','','','','','',49062,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49042,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14260,13202,405,0,131080,28,32,0,0,0,0,0,0,0,0,0,14257,0,49064,1,'Going Deep','I have fashioned a charm that will allow you to infiltrate the naga, giving you the appearance of one of their own.$b$bWith this disguise, you will be able to speak and understand their language. They will be unable to discern your true identity.$b$bBut beware! The sharks and other sea creatures here will expose you for all to see. Avoid them at all costs.$b$bNow go. Speak to the Priestess of Azshara and do what you must to learn of their purposes here.','Use the Slitherblade Charm.','','','','Slitherblade Charm used','','','',0,0,0,0,0,0,0,0,0,0,0,0,51145,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14261,13164,16,0,8,15,19,0,0,0,0,0,0,0,0,0,14391,14392,49596,1,'Ice Cold','I\'ve got the perfect solution to our drake problem. My very own Cryomatic 16.$B$BI originally developed it to freeze my workers during transport and between shifts so that I wouldn\'t have to feed and entertain them, but there were... complications. It should be perfect for dropping these drakes out of the sky though!','Use the Cryomatic 16 to freeze and kill 8 Sable Drakes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36640,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14262,13202,16,0,8,11,13,0,0,0,0,0,0,0,0,0,14258,0,0,0,'To Gut a Fish','It tries my patience, defending against creatures who can disappear into the sea at will and emerge where they please. But I will not back down until their like has been wiped from Azshara.$B$BSpitelash Naga have slithered up the cliff walls and are besieging this post from the east. Destroy them, $N. Gut them head to tail, so that they may know the full fury of my Horde.','Slay 6 Spitelash Stormfuries and 6 Spitelash Seacallers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35831,35832,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14263,13202,16,0,8,15,18,0,0,0,0,0,0,0,0,0,14340,0,0,0,'Waste of Thyme','Living Ire Thyme. I must have more! Be quick about it, will you?','Collect 8 bundles of Living Ire Thyme near the Ruins of Nordressa.','','','','','','','',49082,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14264,13202,405,0,8,28,32,0,0,0,0,0,0,0,0,0,14260,0,49088,1,'Wetter Than Wet','Neptulon\'s minions have arrived here and are doing all they can to thwart us. Clearly, they\'ve discovered our motives.$b$bThis only confirms my suspicion that what we seek is indeed somewhere in these ruins!$b$bThese water elementals are no match for our forces! Take this trident and use it to destroy the worthless servants of the Tidehunter.$b$bWhen we find what we seek here, Neptulon himself shall fear for his life!','Defeat 5 Servants of Neptulon. (You must be in naga form when you defeat them.)$b$bIf you lose your Slitherblade Trident, speak to Valishj.$b$bIf you lose your Slitherblade Charm, speak with Korrah at Ethel Rethor.','','','','Servants of Neptulon defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,35843,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14265,13202,4714,0,0,1,2,0,0,1,0,0,0,0,0,0,14099,0,0,0,'Your Instructor','Most of us made it here alive... but there are worgen on this side of the city as well.$B$BWe\'re going to continue heading south once everyone\'s accounted for.$B$BThat reminds me, someone was asking about you. A fellow by the name of Cleese said you were one of his students and wanted to make sure you were all right.','Speak to Sergeant Cleese in the Military District.','$N! Where have you been?$B$BAnyway... it\'s great to see you in one piece.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14266,13202,4714,0,0,1,3,0,0,1,0,0,0,0,0,0,14265,0,0,0,'Charge','You\'re alive, $N! That must mean I did something right.$B$BIt\'s a shame our lessons were cut off a little short. But perhaps there\'s a thing or two I can teach you that might be handy in a time like this.$B$BTry out your new technique against the bloodfang worgen to our west.','Speak to Sergeant Cleese and learn Charge. Practice using Charge against a Bloodfang Worgen.','Excellent work!','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,35118,0,0,0,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14267,13202,16,0,8,11,13,0,0,0,0,0,0,0,0,0,14258,0,0,0,'Investigating the Sea Shrine','The Naga invaders have set up a series of shrines along the cliffs. I don\'t know their purpose, $N, but I believe they\'re strengthening our foes. I need someone to get in there and root out this threat.$B$BOne nearby shrine is lightly defended: Cross the first bridge east of here and then head north towards the bay. You\'ll find it on a small outcropping. Investigate that shrine and come back with some info I can use.','Investigate the Naga shrine for Torg Twocrush.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14268,13202,405,0,327688,28,32,0,0,0,0,0,0,0,0,0,14264,0,49092,1,'Deep Impact','Queen Azshara seeks entrance into the plane of water, for what I do not know.$b$bShe believes that the ancients held the keys to finding its location.$b$bI have personally been charged with scouring the ruins in this region, and none shall rest until we discover the secrets we seek!$b$bSubmerged just to the north are a concentration of ruins. Use this staff to search through the rubble.$b$bReturn to me only when you have located that which we seek!','Priestess Valishj wants you to find the Ancient Engravings of Neptulon.','','','','','','','',49104,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14269,13202,4714,0,0,1,2,0,0,8,0,0,0,0,0,0,14099,0,0,0,'Someone\'s Looking for You','Most of us made it here alive... but there are worgen on this side of the city as well.$B$BWe\'re going to continue heading south once everyone\'s accounted for.$B$BThat reminds me, someone was asking about you. A woman named Loren... she seemed a little disappointed when I told her you were all right.$B$BI think she mentioned she owes you money.','Speak to Loren the Fence in the Military District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14270,13202,16,0,8,11,13,0,0,0,0,0,0,0,0,0,14267,0,0,0,'The Keystone Shard','The air around this strange stone crackles with energy. The stone itself is smooth and icy cold. It pulses periodically as you run your hands over it, like the crashing of surf.$B$BA wedge-shaped piece appears to be missing from the top surface of the artifact. This \'keystone shard\' is likely the key to unlocking the secrets of the stone. Search the grounds near the temple and locate the keystone shard.','Find the Keystone Shard nearby.','','','','','','','',49094,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68185,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14271,13202,16,0,8,11,13,0,0,0,0,0,0,0,0,0,14270,0,0,0,'Report to Twocrush','A magical barrier pulses around you, chilling your bones. You feel secure behind this enchanted wall.$B$BTorg Twocrush will want to know what you\'ve discovered here!','Return to Torg Twocrush at the Southern Rocketway Terminus in Azshara with news of your discovery.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14272,13202,4714,0,0,1,2,0,0,8,0,0,0,0,0,0,14269,0,0,0,'Eviscerate','Good to see you alive!$B$BNo, of course I don\'t have that gold I owe you. Now\'s not really the time to bring that up is it?$B$BListen, maybe I can teach you a trick or two that might save your skin with all the carnage going on. I\'d call it more than even then. What do you say?$B$BAfter your lesson is over, try using your new technique against the Bloodfang Worgen to our west.','Speak to Loren the Fence and learn Eviscerate. Practice using Eviscerate against a Bloodfang Worgen.','','','','Practice Eviscerate','','','',0,0,0,0,0,0,0,0,0,0,0,0,35118,0,0,0,1,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14273,13202,4714,0,0,1,2,0,0,256,0,0,0,0,0,0,14099,0,0,0,'Shady Associates','Most of us made it here alive... but there are worgen on this side of the city as well.$B$BWe\'re going to continue heading south once everyone\'s accounted for.$B$BThat reminds me, someone was asking about you. A strange fellow named Vitus... he was really giving me the creeps.$B$BHe kept talking about some \"forbidden knowledge\" he\'d uncovered.','Speak to Vitus Darkwalker in the Military District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14274,13202,4714,0,0,1,2,0,0,256,0,0,0,0,0,0,14273,0,0,0,'Immolate','It is true then! You live!$B$BI never got a chance to share my greatest discovery with you. From the depths of the nigh-indecipherable books of Balcephoth of the felshadows... I\'ve learned the forbidden secrets of...$B$BImmolate!$B$BOf course I will share this knowledge with you... who else around here would appreciate such powerful understanding?$B$BGo now, and practice your new spell against the Bloodfang Worgen to our west.','Speak to Vitus Darkwalker and learn Immolate. Practice casting Immolate on a Bloodfang Worgen.','','','','Practice Immolate','','','',0,0,0,0,0,0,0,0,0,0,0,0,35118,0,0,0,1,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14275,13202,4714,0,0,1,2,0,0,4,0,0,0,0,0,0,14099,0,0,0,'Someone\'s Keeping Track of You','Most of us made it here alive... but there are worgen on this side of the city as well.$B$BWe\'re going to continue heading south once everyone\'s accounted for.$B$BThat reminds me, someone was asking about you. A man named Blake. Said something about a plan to escape into the woods.','Speak to Huntsman Blake in the Military District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14276,13202,4714,0,524288,1,2,0,0,4,0,0,0,0,0,0,14275,0,0,0,'Steady Shot','So I\'ve got good news and bad news.$B$BThe bad news is that there are more worgen in the woods than in here... so we really have no safe place to go to.$B$BThe good news is that I still have a thing or two to teach you. Who knows the sort of skill that might save your life in a time like this.$B$BTry your hand at it against the bloodfang worgen to our west.','Speak to Huntsman Blake and learn Steady Shot. Practice using Steady Shot 2 times against a Bloodfang Worg.','','','','Practice Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,2,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14277,13202,4714,0,0,1,2,0,0,128,0,0,0,0,0,0,14099,0,0,0,'Arcane Inquiries','Most of us made it here alive... but there are worgen on this side of the city as well.$B$BWe\'re going to continue heading south once everyone\'s accounted for.$B$BThat reminds me, someone was asking about you. It was a mage named Myriam. She mentioned something about you being \"ready.\"','Speak to Myriam Spellwaker in the Military District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14278,13202,4714,0,0,1,2,0,0,16,0,0,0,0,0,0,14099,0,0,0,'Seek the Sister','Most of us made it here alive... but there are worgen on this side of the city as well.$B$BWe\'re going to continue heading south once everyone\'s accounted for.$B$BThat reminds me, someone was asking about you. A member of the clergy, Sister Almyra, said that you were in great peril and needed the Light\'s protection.$B$BYou should go talk to her. She seemed very concerned.','Speak to Sister Almyra in the Military District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14279,13202,4714,0,0,1,2,0,0,16,0,0,0,0,0,0,14278,0,0,0,'Flash Heal','You have much to learn, $N. And I\'ve much to teach you.$B$BThese are perilous times, however, and I fear that we might have to accelerate certain lessons.$B$BHave no fear, $g brother:sister;. The Light will guide us through this.','Speak to Sister Almyra and learn Flash Heal. Use Flash Heal 2 times on a Wounded Guard.','','','','Practice Flash Heal','','','',0,0,0,0,0,0,0,0,0,0,0,0,47091,0,0,0,2,0,0,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14280,13202,4714,0,0,1,2,0,0,1024,0,0,0,0,0,0,14099,0,0,0,'The Winds Know Your Name... Apparently','Most of us made it here alive... but there are worgen on this side of the city as well.$B$BWe\'re going to continue heading south once everyone\'s accounted for.$B$BThat reminds me, someone was asking about you. It was that harvest-witch, Celestine; she said the winds spoke your name.$B$BYou\'d best hurry, $N. We\'re going to need you to get back to the worgen-smashing once you\'re done conversing with nature.','Speak to Celestine of the Harvest in the Military District.','We have been blessed today! You are alive and well!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14281,13202,4714,0,0,1,2,0,0,128,0,0,0,0,0,0,14277,0,0,0,'Arcane Missiles','The path ahead is difficult, $N. We must devote the entirety of our mental power to the task at hand.$B$BYet sometimes, that is not enough. Sometimes the situation calls for raw firepower.$B$BI know just the spell for such a situation and I\'ll be more than glad to share it with you. Once you\'ve learned it, practice using it against the Bloodfang Worgen to our west. You\'ll only get the chance to use your new spell after casting a different spell.','Speak to Myriam Spellwaker and learn Arcane Missiles. Use Arcane Missiles against a Bloodfang Worgen.','','','','Practice Arcane Missiles','','','',0,0,0,0,0,0,0,0,0,0,0,0,35118,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14282,13202,405,0,524288,28,32,0,0,0,0,0,0,0,0,0,14268,0,49104,1,'Mystery Solved','Your efforts have paid off. The great risks you have taken have proven worthwhile.$b$bYou have discovered the object of the nagas\' desire and their reason for overrunning the coast of Desolace.$b$bAs for the engravings you\'ve discovered, your duty is clear...','You are to bring the Ancient Engravings of Neptulon to Cenarion Researcher Korrah.','','','','','','','',49104,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55896,55897,55898,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,68210,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14283,13202,4714,0,0,1,2,0,0,1024,0,0,0,0,0,0,14280,0,0,0,'A Rejuvenating Touch','We were driven to the edge of extinction once before, $N. But we druids, keepers of the old ways, saved our people from famine.$B$BWhen we cut ourselves off from the outside world and our crops failed, it was our order who called upon the earth\'s blessings and restored the harvest.$B$BJust as we did then, it is best to put our fate in the hands of a higher power. Join me now and learn what the wild has to teach us.','Speak to Celestine of the Harvest and learn Rejuvenation. Practice using Rejuvenation on a Wounded Guard.','Not bad at all. Perhaps there is still hope for the old ways.','','','Practice Rejuvenation','','','',0,0,0,0,0,0,0,0,0,0,0,0,47091,0,0,0,2,0,0,0,774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14284,13202,405,0,8,28,32,0,0,0,0,0,0,0,0,0,14292,0,0,0,'A Revenant\'s Vengeance','I am Hydronis, a servant of Neptulon the Tidehunter, Lord over all waters.$b$bAzshara and her sinister naga have arrayed themselves against my master, and seek a war with him. This is the first battle in what shall surely be a long struggle.$b$bI have fought bitterly, $r, and have grown weary.$b$bIt seems that my actions here have attracted the attention of their priestess.$b$bAlone, I haven\'t the strength to overcome her. but perhaps together, we may prevail.','Hydronis wants you to mount him and defeat Priestess Valishj.','','','','Valishj Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35898,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14285,13202,4714,0,0,1,3,0,0,8,0,0,0,0,0,0,14272,14157,0,0,'Safety in Numbers','There\'s only so much I can teach right now with all these worgen trying to dismember us.$B$BWe really should think about heading south with the other survivors. We\'ve been told that King Greymane is there.$B$BIf we stick together our chances of survival will increase... especially if you choose someone nutritious-looking to stand next to.','Speak to King Genn Greymane in the military district.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14286,13202,4714,0,0,1,3,0,0,1,0,0,0,0,0,0,14266,14157,0,0,'Safety in Numbers','I\'ve taught you all that is practical for now.$B$BIt is time we joined with the other survivors. The others mentioned that King Greymane and his royal guard are just south of here.$B$BWe should go there and seek safety in numbers.','Speak to King Genn Greymane in the military district.','You\'ve done well in coming here. If we Gilneans stick together we might yet defeat this terrible enemy.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14287,13202,4714,0,0,1,3,0,0,256,0,0,0,0,0,0,14274,14157,0,0,'Safety in Numbers','I\'ve taught you all that is practical for now.$B$BIt is time we joined with the other survivors. The others mentioned that King Greymane and his royal guard are just south of here.$B$BWe should go there and seek safety in numbers.','Speak to King Genn Greymane in the military district.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14288,13202,4714,0,0,1,3,0,0,128,0,0,0,0,0,0,14281,14157,0,0,'Safety in Numbers','There\'s only so much I can teach right now with all these worgen trying to dismember us.$B$BWe really should think about heading south with the other survivors. We\'ve been told that King Greymane is there.$B$BIf we stick together our chances of survival will increase... especially if you choose someone nutritious-looking to stand next to.','Speak to King Genn Greymane in the military district.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14289,13202,4714,0,0,1,3,0,0,16,0,0,0,0,0,0,14279,14157,0,0,'Safety in Numbers','I\'ve taught you all that is practical for now.$B$BIt is time we joined with the other survivors. The others mentioned that King Greymane and his royal guard are just south of here.$B$BThe others are going to need the aid of the Light in these troubling times.','Speak to King Genn Greymane in the military district.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14290,13202,4714,0,0,1,3,0,0,4,0,0,0,0,0,0,14276,14157,0,0,'Safety in Numbers','I\'ve taught you all that is practical for now.$B$BIt is time we joined with the other survivors. The others mentioned that King Greymane and his royal guard are just south of here.$B$BWe should go there and seek safety in numbers.','Speak to King Genn Greymane in the military district.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14291,13202,4714,0,0,1,3,0,0,1024,0,0,0,0,0,0,14283,14157,0,0,'Safety in Numbers','I\'ve taught you all that is practical for now.$B$BIt is time we joined with the other survivors. The others mentioned that King Greymane and his royal guard are just south of here.$B$BWe should go there and seek safety in numbers.','Speak to King Genn Greymane in the military district.','You\'ve done well in coming here. If we Gilneans stick together we might yet defeat this terrible enemy.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14292,13202,405,0,8,28,32,0,0,0,0,0,0,0,0,0,14282,0,0,0,'The Enemy of Our Enemy','You have done us a great service, $c.$b$bWhile they remain an imposing force, your efforts have kept an important artifact from the naga.$b$bI shall write to my peers of your findings. Meanwhile, the water revenant on Ranazjar Isle has stood alone against a steady onslaught of naga.$b$bI would have you find him and determine if there is some way we can assist him.','Cenarion Researcher Korrah wants you to speak with Lord Hydronis.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14293,13202,4755,0,0,1,4,0,0,0,0,0,0,0,0,0,14214,0,0,0,'Save Krennan Aranas','All these years after the war and Crowley was still hiding enough firepower in that cellar to level half of the district.$B$BIt might have to come to that, unfortunately.$B$BWe can\'t open fire just yet, there is a civilian trapped on the other side of the prison.$B$BNot just any civilian, either. Krennan Aranas is one of the most brilliant alchemists this world has known.$B$BOne of his potions saved my daughter, Tess, from dying soon after being born.$B$BTake my horse and rescue him. Krennan must live.','Rescue Krennan Aranas.','Well done, $N. We\'ll make sure Krennan makes it out of the city alive.','','','Krennan Aranas rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,35,0,0,76642,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14294,13202,4755,0,262144,1,4,0,0,0,0,0,0,0,0,0,14293,0,0,0,'Time to Regroup','We\'ve done all we can here. Let King Greymane know we\'ve bought some time.$B$BI\'ve a feeling it won\'t be long \'til the worgen are back in force.$B$BWe\'ll need to fall back to Greymane Court to the west, if that\'s the case. It\'s the last place we can hold out without being trapped like fish in a barrel.','Speak to King Genn Greymane at Greymane Court in Gilneas City.','We\'re left with very few choices, $N. What we do next will be a critical decision.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14295,13202,16,0,8,11,13,0,0,0,0,0,0,0,0,0,14271,0,0,0,'Sisters of the Sea','Two Naga witches have been masterminding the assault on this outpost. They\'ve repelled direct attacks from some of my best grunts, but you can finish the job where others have failed.$B$BSeek out and slay Lady Silisthra and Lady Vesthra at the eastern edge of the cliffs, around the ruins of the ancient night elven colossus. You will first need to destroy the powerstones that give them their strength. Do not disappoint me, $c!','Kill Lady Silisthra and Lady Vesthra by disabling their power stones.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35880,35881,0,0,1,1,0,0,0,0,0,0,0,0,0,0,53440,53441,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14296,13164,16,0,1048584,15,18,0,0,0,0,0,0,0,0,0,14413,0,0,0,'Watch Your Step','This is somewhat simple and somewhat not simple. All the way up there are Energy Conduits. Rather like this one right here one might say! Indeed, I do say.$B$BNow for you. You must use my jump pads to ascend the pinnacle, and you must touch all of the conduits you see along the way. When you get to me at the top, you should be all juicy with energy, because really that\'s the only way to be.$B$BAnd be sure to keep moving or you\'re likely to be sent for quite a trip!','Receive 6 Energized charges from the Energy Conduits as you ascend to the top of the Arcane Pinnacle.','','','','Arcane Trial Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,35171,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53406,53421,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14297,13164,16,0,8,15,19,0,0,0,0,0,0,0,0,0,14391,14392,0,0,'Pro-liberation','I knew these guys would be trouble as soon as we started building this tower. Scoffing our bribes. Stealing our workers.$B$BLabor isn\'t cheap with all the construction in Azshara. I need those men back!','Use Ironwrought Keys from cultists and dragonkin to free 4 Goblin Workers in Sable Ridge.','','','','Bilgewater Laborer rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,36722,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14298,13202,16,0,16392,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill Cultists/Dragonflight','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14299,13164,16,0,8,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Xylem\'s Asylum','Quite marvelous of you! A pleasure to observe. Much to study.$B$BOff you go now, retire to my tower. Joanna will get you situated. I shall open a portal for you.','Take the portal to Archmage Xylem\'s tower and seek out Joanna inside.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53420,53401,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14300,13164,16,0,8,15,18,0,0,0,0,0,0,0,0,0,14296,14299,0,0,'The Trial of Fire','The Trial of Fire... oooh... sounds intimidating, doesn\'t it? No? Hm. Well I kind of thought so. Firsts are first, you touch the fire crystal and the portal to the trial opens.$B$BTo beat this trial, you have to hop around in the fire runes without getting hit by the fire. If you stay unflamed long enough, you win!$B$BThere are little signs to help you - fire hopping to its new rune, fizzles when a rune goes cold. You can figure that stuff out if you want. Or just guess! That\'s what most people do.','Complete the Trial of Fire by standing in the fire runes without getting hit by flame for 10 consecutive bursts.','','','','Fire Trial Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,34773,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14301,13202,405,0,8,28,32,0,0,0,0,0,0,0,0,0,14284,0,0,0,'Return and Report','It is done! Together we were able to bring down a dangerous adversary.$b$bNeptulon himself shall hear of your exploits here, $c. Allow me to extend you his thanks...$b$bYou should leave now. This place will not remain safe for long. Soon, the naga will seek vengeance for their priestess.','You are to return to Cenarion Researcher Korrah at Ethel Rethor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55906,55907,55908,55905,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14302,13202,405,0,8,28,32,0,0,0,0,0,0,0,0,0,14301,0,49134,1,'Official Assessment','You have accomplished much in your efforts against the naga, $n. But I fear it is not nearly enough....$b$bThis is my official assessment of the naga presence.$b$bI\'m confident that my peers in the wildlands will take the necessary action.$b$bBring this to Karnum at the grove in the center of the Cenarion Wildlands to the southeast. He will know what to do.$b$bThank you, $n. And farewell.','Cenarion Researcher Korrah wants you to take Korrah\'s Report to Karnum at Karnum\'s Grove.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14303,13202,4720,0,262152,1,7,0,0,0,0,0,0,0,0,0,14236,0,0,0,'Back to Aggra','Return to the Horde Base Camp and let Aggra know that we still live, $N.$B$BTell her that I am moving on to the Wild Overlook and that we will all meet up on the northwest side of the island. I expect to see you there.$B$BWe will track down the Alliance and slay them to the last!','Inform Aggra at the Horde Base Camp on the Lost Isles of all that has transpired.','$B$BI am not easily impressed, but if what you are telling me is true, then I have never before heard of such a thing.$B$BYou have my thanks, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14304,13202,405,0,8,29,33,0,0,0,0,0,0,0,0,0,0,14309,49138,1,'Blood Theory','The land is not all that has changed in Desolace. Here, the wildlife has responded to their new environment in strange and sometimes exciting ways.$b$bI am particularly interested in the Rejuvenated Thunder Lizards that roam just to the west.$b$bI need a sample of their blood.$b$bYou may begin helping me by using this jar of leeches on a few of them.$b$bOnce they\'ve filled on the blood of those beasts, return them to me.','Collect 10 Blood-filled Leeches.','','','','','','','',49136,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14305,13202,405,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Time to Reap','No one knows better than the Cenarion Circle that this lush oasis could dry up as quickly as it appeared.$b$bWe must take care not to interfere with the processes taking place here, but to support and preserve them,$b$bA new species of plant, very plentiful in the surrounding region, has appeared since the great change.$b$bCollect samples of these for me, that I might study them and learn what they have to teach us, ','Collect 10 Aloe Thistles.','','','','','','','',49140,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14306,13202,405,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pulling Weeds','With such an abrupt change to the ecology, it is to be expected that some of the flora and fauna don\'t react as well as we\'d hope.$b$bThe uprooted lashers are a troublesome example of this. Roaming the fields to the east and south they are a detriment to the region and must be disposed of.$b$bWhile you\'re about, please deal with any of these pests that you find.','Kill 7 Uprooted Lashers.','','','','Uprooted Lashers Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,36062,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,55899,55900,55901,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14307,13202,405,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stubborn Winds','The winds of change are blowing, $r. Of that there can be no doubt.$b$bThere are many pressing issues vying for our attention and action. Chief among them is the spreading of our growing oasis.$b$bIts growth has surpassed our hopes as well as our understanding, yet now it faces opposition.$b$bTo the west, where the grass meets the sand, whirlwinds prevent its penetration into the desert.$b$bGo and eliminate this hostile obstacle to life!','Destroy 5 Whirlwind Stormwalkers.','','','','Whirlwind Stormwalkers destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,11577,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14308,13202,16,0,0,11,13,0,0,0,0,0,0,0,0,0,14424,0,49132,1,'When Science Attacks','Did you see the explosions on the way in? The Secret Lab is engulfed in flames! Again! If we don\'t stamp out those flames we\'re going to hit critical temperatacity and resonate into a meltdown cascade.$B$BHere, I\'m entrusting you with a canister of experimental hypercooled pressurized liquigel: The most volatile fire retardant known to science! (Keep that canister away from open flame.) Put out the fires and hose down my interns, then contact me via the squawkbox in central control.','Use the Fireliminator X-21 to extinguish 8 fires and to rescue 6 Research Interns from the inferno at the Secret Lab.$B$BSee Assistant Greely at the Southern Rocketway Terminus if you lose your Fireliminator.','','','','Lab Fires Extinguished','Research Interns Rescued','','',0,0,49132,0,0,0,0,0,1,0,0,0,36025,36061,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,93425,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14309,13202,405,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,49144,1,'Calming the Kodo','As you have by now witnessed, the rapid changes to this region can have both positive and negative effects on the native creatures.$b$bTo the south and east of here, enraged kodo are a constant threat to anyone nearby.$b$bIt\'s time to put my theory to the test. I\'ve used the rejuvenated thunder lizard\'s blood in the making of this concoction. I\'m hoping it will soothe the kodo when they eat it.$b$bPlace it near an enraged kodo and make sure you do it from a safe distance!','Use the Kodo Concoction near 5 Enraged Kodos.','','','','Enraged Kodo calmed','','','',0,0,0,0,0,0,0,0,0,0,0,0,36079,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,55902,55903,55904,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14310,13202,16,0,6291456,11,13,0,0,0,0,0,0,0,0,0,14308,0,49132,1,'Segmentation Fault: Core Dumped','Once we flush the central reactor, I need you to return the core to me. It\'s 100% refined azsharite crystal, which is both powerful and dangerous. And lovely. Oh precious azsharite, the shaper of worlds to come!$B$BThe giant lever to your left will dump the core and send it to me via the rail system. The core will be superheated, so you\'ll need to periodically douse it with the Fireliminator on the way here... don\'t let it reach critical temperature!','Activate the Reactor Control Console and escort the Azsharite Core back to the Southern Rocketway Terminus. Use the Fireliminator X-21 on the Core if it starts to overheat.','','','','Azsharite Core Delivered','','','',0,49132,0,0,0,0,0,1,0,0,0,0,36096,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,93425,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14311,13202,405,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,49150,1,'Taking Part','What a glorious time we live in!$b$bThe former wastelands of Desolace are blooming, bursting with life. Imagine, $c, if all of Azeroth\'s wastelands awoke in such a fashion! Perhaps someday...$b$bIt\'s true that there are weighty issues at hand here, but why not take a moment to appreciate the wondrous miracle we are witnessing?$b$bIn fact, why not take part in it? Here are some Cenarion Seeds. Use them at the more fertile spots of the wildlands.$b$bPerfect medicine for lifting a weary soul!','Use the Cenarion Seeds next to 5 of the Fertile Mounds around the Cenarion Wildlands.','','','','Cenarion Seeds planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,36123,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14312,13202,405,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Introduction Is In Order','I have heard of your exploits here in Desolace, $n. We are in your debt.$b$bI\'m afraid I must involve you in yet another crisis, one more pressing than the rest.$b$bThe landscape is not all that has changed here of late. Old conflicts have made way for new, more dire ones. I should allow our guest to explain further....$b$bKhan Leh\'prah is among the last of the Kolkar tribe that once possessed all of eastern Desolace. We found him near death on our borders. Listen to his words.','Garren Darkwind at Karnum\'s Glade wants you to speak to Khan Leh\'prah.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14313,13202,4714,0,262152,5,5,0,0,0,0,0,0,0,0,0,14375,0,0,0,'Among Humans Again','So Krennan\'s potion did not kill you? Well, I suppose that means the human inside of you is in control then.$B$BI guess I won\'t be shooting you after all. At least not yet.$B$BGo speak to Krennan Aranas and give him the good news. He\'s in charge of the house where we keep... your kind.$B$BJust remember, $N. I\'ve got my eye on you. You so much as try anything funny and you\'ll get a bullet between the eyes.','Speak to Krennan Aranas in Duskhaven.','It worked! By the Light, it worked!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14314,13202,405,0,8388616,29,32,0,0,0,0,0,0,0,0,0,14312,0,0,0,'Breakout!','It began with a dream that repeatedly warned me of the danger to come. I saw the demonic legions bearing down upon our kind, overrunning our lands.$b$bThe dream has become real. The Burning Blade and their demon masters have pushed the Magram out of their lands in the south. In turn, the Magram have defeated my people and taken over our homes.$b$bThe fight was ferocious. Only a handful of the Kolkar still live. I would ask that you visit what was once my land in the east, and free them from their prison.','Kill the Magram Warden at the Magram Village.','','','','Kolkar Prisoners Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,36134,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14315,13202,4706,0,16392,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Liam\'s Stupor','Go away! You\'re just inside my head... You\'re not real.... you\'re dead!$B$BYou died in Gilneas City... the worgen... they got you...$B$BIt should\'ve been me... it should\'ve been me...$B$BAughhh... first the earth won\'t stop moving... and now I\'m seeing things... too much rye...$B$B','Speak to Gwen Armstead in Duskhaven.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14316,13202,405,0,8,29,32,0,0,0,0,0,0,0,0,0,14318,0,0,0,'Cenarion Property','Since the demons have invaded their lands, the Magram have broken all ties with any outsiders.$b$bThey are untrusting and hostile and have taken to stealing from others instead of providing for themselves.$b$bMany of our needed supplies have gone missing of late and we suspect that the Magram are to blame.$b$bPlease, $n, go to their lands in the east and search for our belongings.','Collect 7 Cenarion Supply Crates from the Magram Lands.','','','','','','','',49164,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14317,13202,4714,0,16392,5,5,0,0,0,0,0,0,0,0,0,0,14319,0,0,'Tremors','$N! We thought we wouldn\'t see you again!$B$BListen -- we need your help. A huge earthquake hit us and the aftershocks haven\'t stopped. Prince Liam isn\'t going to be of much use either.$B$BWe need to make sure our defenses are still holding up. The Queen\'s Gate is the only thing standing between us and a mess of frothing-at-the-mouth rabid worgen from the Blackwald.$B$BJust follow the road east, out of town. Let me know if the gate has held up.','Gwen Armstead wants you to investigate the Queen\'s Gate.','','','','Queen\'s Gate Investigated','','','',0,0,0,0,0,0,0,0,0,0,0,0,36200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54975,54976,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14318,13202,405,0,8,29,33,0,0,0,0,0,0,0,0,0,14314,0,49166,1,'Delicate Negotiations','There is but one way to win the trust and loyalty of the Magram.$b$bIt must be beaten out of them.$b$bThey have suffered many losses in their war against my clan. They now possess an unfamiliar land, where they struggle just to feed themselves.$b$bNow is the time to strike.$b$bSpeak to me when you are ready, then ride in and plant my spear in the Fatherstone. If we can kill enough of them, their Khan will submit to our will.','Khan Leh\'prah wants you to place the Spear of the Kolkar Khan in the Fatherstone and defend it from the Magram until Khan Kammah appears.$b$bSpeak to Khan Leh\'prah when you are ready to ride to the battle site.','','','','Will of the Magram Broken','','','',0,0,0,0,0,0,0,0,0,0,0,0,36142,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,55909,55910,55911,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68420,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14319,13202,4714,0,262152,5,5,0,0,0,0,0,0,0,0,0,0,14320,0,0,'Further Treatment','Listen, $N. I\'m not going to beat around the bush.$B$BThere\'s a good chance the potion Krennan made for you wasn\'t a complete success. Or perhaps you need more of it.$B$BEither way, he\'s probably better equipped to advise you than I am. Go see him.','Speak to Krennan Aranas in Duskhaven.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14320,13202,4714,0,262152,5,5,0,0,0,0,0,0,0,0,0,14313,0,0,0,'In Need of Ingredients','Ah, yes. The effects of the Curse cannot ever be fully cured as far as we know.$B$BWith treatment, however, your mind will remain yours... and not that of a wild animal.$B$BWe are fortunate that the treatment worked on you. Normally, I can only treat recent infections.$B$BWe\'ll need to continue your medication if we\'re to have you reverse the Curse.$B$BI will need mandrake essence to brew another batch of my serum for you. You will find a crate stashed beneath a shed southwest of town.','Find the Crate of Mandrake Essence.','The crate has been smashed and the vials inside of it appear to have been broken.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,69296,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14321,13202,4714,0,262152,5,5,0,0,0,0,0,0,0,0,0,14320,0,0,0,'Invasion','$B$B','Speak to Gwen Armstead in Duskhaven.','Forsaken! Quick, $N! We must mount a defense.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14322,13202,16,0,8,11,13,0,0,0,0,0,0,0,0,0,14424,0,0,0,'Bad Science! Bad!','I was trying to domesticate the indigenous hippogryphs here using a series of debilitating electrical shocks, when for some reason they went berserk! Now my test subjects are tearing up this place for no good reason! $C, go slaughter my failed experiments before they find me.','Kill 8 Static-Charged Hippogryphs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36147,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14323,13202,16,0,65536,15,17,0,0,0,0,0,0,0,0,0,14130,0,49168,1,'Absorbent','One other thing I need. Hot water.$B$BNot easy around here. Not hot springs, no friends to share. One good way though. Have this sponge... it\'s ultra absorbent! Use it to go soak Vile Splashes at the sandbar eastish.$B$BWith enough, go squeeze them out over near the tower to summon jumbo elemental. He has hot water.','Collect 20 Simmering Water Droplets from the Vile Splashes east of the Ruins of Arkkoran.','','','','','','','',49172,49168,0,0,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14324,13202,16,0,8,15,17,0,0,0,0,0,0,0,0,0,14323,0,49176,1,'Full of Hot Water','Ergll indicated that you should be able to use the Engorged Azshara Sea Sponge to summon a \"jumbo\" elemental near the Tower of Eldara to the northeast.','Obtain a Globe of Boiling Water from a Scalding Water Lord at the Tower of Eldara.','','','','','','','',49174,49176,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53445,53438,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14325,13202,405,0,8,29,33,0,0,0,0,0,0,0,0,0,14318,0,0,0,'Will Work For Food','$b$bNo one need lecture us about the demons, $r. It is they who drove our clan from our ancestral lands.$b$bIt is they who forced us to take over the Kolkar wastelands, where we struggle just to exist.$b$bThe war against the Kolkar took a heavy toll on my people. What few of us remain are weary and hungry.$b$bBring food for my people and then we shall discuss the demons.','Collect 5 Basilisk Flanks.','','','','','','','',49170,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,68713,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14326,13202,4720,0,0,1,7,0,0,0,0,0,0,0,0,0,14242,0,0,0,'Meet Me Up Top','I never thought that I would be a prisoner of the Alliance again. I cannot begin to express my gratitude to you... $N, is it?$B$BI will meet you up top and from there we will deal with them.','Make your way up top on the upper deck of the Vengeance Wake off the shore of the Lost Isles and speak with Thrall.','My mission is too critical to let these meddlers continue to dog us. It\'s up to you and I to put an end to this once and for all!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,68425,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14327,13202,405,0,8,29,33,0,0,0,0,0,0,0,0,0,14325,0,0,0,'My Word is My Bond','It would seem that we have no choice.$b$bAs reluctant as I am to cooperate with the Kolkar, there is wisdom in the words of their Khan.$b$bYou may give him my word that we shall lend our spears to the battle.','Khan Kammah wants you to speak to Khan Leh\'prah.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14328,13202,405,0,8,29,34,0,0,0,0,0,0,0,0,0,14327,0,0,0,'Three Princes','The Gelkis reside in southwest Desolace. They are just as stubborn as the Magram, and since they have not suffered war and relocation, they are considerably stronger.$b$bHumbling the Gelkis will require an extreme show of force.$b$bKhan Shodo and his three sons rule the clan. Shodo is aging, and suffers from old war wounds. He never leaves the depths of his cave. The strength of his rule lies in his sons.$b$bSlay them, and persuade the Khan to commit to our cause.','Slay Rhoho, Sherik, and Jorreth.','','','','Rhoho Defeated','Sherik Defeated','Jorreth Defeated','',0,0,0,0,0,0,0,0,0,0,0,0,36181,36182,36183,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68455,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14329,13202,405,0,65544,29,34,0,0,0,0,0,0,0,0,0,14328,0,0,0,'Not So Fast!','$b$bIt matters not to me what becomes of this land now. I have failed my clan and my forefathers....$b$bThere is but one thing left in this world that might bring my old soul hope, and she\'s likely dead as well.$b$bMy precious daughter, Kherrah, was taken from me by the Maraudine clan. If you can bring her back to me alive, I shall consider your proposal.','Khan Shodo wants you to kill 10 Maraudine Maulers in the Valley of Spears.$b$bYou are to search their corpses for clues to Kherrah\'s whereabouts.','','','','Maraudine Maulers Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,4656,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14330,13202,405,0,8,30,35,0,0,0,0,0,0,0,0,0,14329,0,38567,1,'Behind Closed Doors','You\'ve discovered the location of Khan Shodo\'s daughter, Kherrah. She is being held behind the doors to Maraudon!$b$bThe rescue attempt is certain to be risky, but if you seek the Gelkis clan\'s cooperation, you must free the Khan\'s daughter.','You are to find Kherrah somewhere behind the doors to Maraudon.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68475,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14332,13202,405,0,8,30,35,0,0,0,0,0,0,0,0,0,14330,0,0,0,'Time For Change','$b$bI agree with the words of the Kolkar Khan. The time for ancient grudges is over. It is a shame that it has taken a demonic crisis to unite the tribes.$b$bI shall return to my father and convince him to join your cause. You have my word that he will comply.$b$bReturn to Khan Leh\'prah and inform him that the Gelkis will be ready when called upon.','Kherrah wants you to speak with Khan Leh\'prah.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55914,55913,55912,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14333,13202,405,0,65544,29,35,0,0,0,0,0,0,0,0,0,14328,0,0,0,'While You\'re Here','The Maraudine have raided the Gelkis camps for many years, stealing anything they could get their hands on.$b$bOne of their favorite torments is to take these relics of power which the Gelkis hold sacred, and bring them here to be defiled.$b$bThe Gelkis clan would certainly be grateful if you were to find and destroy these defiled artifacts.','You are to scour the Valley of Spears to find 6 Defiled Relics.','','','','Defiled Relics Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,36204,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14334,13202,405,0,8,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blubbergut','Ahoy, mon!$b$bYou think you be able ta do something for da village here?$b$bMost whales we can handle fine, but there be a special whale out there that be too big for our spears.$b$bBlubbergut been gettin\' bigger an\' bigger - eatin\' up the fish we use to live on!$b$bGet out there and find the thing, then make him pay for his gluttony!','Mai\'Lahii wants you to kill Blubbergut.','','','','Blubbergut Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,36206,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,55956,55957,55955,55958,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14335,13202,405,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chipping In','As you have no doubt noticed by now, the recent changes to the land have had many side-effects. Some of these are beneficial, while others pose serious problems.$b$bJust south of the village the local lobstrok are emerging from the sea and choking off the road to the village.$b$bPlease, $c, go and thin the numbers of this pest.','Kill 5 Drysnap Crawlers and 5 Drysnap Pincers.','','','','Drysnap Pincers slain','Drysnap Crawlers slain','','',0,0,0,0,0,0,0,0,0,0,0,0,11563,11562,0,0,5,5,0,0,0,0,0,0,0,0,0,0,55960,55961,55959,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14336,13202,4714,0,262152,5,5,0,0,0,0,0,0,0,0,0,14321,0,0,0,'Kill or Be Killed','The reefs have always protected us from a coastal attack. The earthquakes must\'ve opened a passage for the Forsaken ships.$B$BQuick, $N. Slow down the attackers while I get the rest of the militia ready.$B$BI think I can hear the Prince and some of our men engaging the Forsaken even as we speak. Speak to Liam and see how you can be of use.$B$BOh... and make sure he doesn\'t get himself killed. I\'m afraid he might be a little reckless in his current state.','Speak to Prince Liam Greymane outside of Duskhaven.','$N!!! You ARE alive!$B$BI thought I was having dreams about the old days when I heard your voice...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14337,13202,405,0,8,30,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadowprey Village','Hello again, $c.$b$bI have received news that Shadowprey Village is in need of some assistance. Our hands are more than full here, so I must call upon you to travel there and be of assistance to them.$b$bThe village lies on the coast to the southwest of here. When you arrive, seek out the one named Mai\'Lahii.','Karnum Marshweaver wants you to speak with Mai\'Lahii.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14338,13202,405,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ghost Walker Post','Greetings, $c.$b$bIt is good to see that you still draw breath. The time has come for me to call upon your services.$b$bJust southwest of this glade stands Ghost Walker Post. There you will find a forsaken by the name of Maurin Bonesplitter.$b$bHe may have a solution for one of the problems we face here.$b$bSpeak with him and do what you can to assist him.','Karnum Marshweaver wants you to speak with Maurin Bonesplitter.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14339,13202,405,0,8,29,33,0,0,0,0,0,0,0,0,0,14338,0,0,0,'Delivery Device','As fate would have it, there\'s a special deed that needs doing - one that will benefit the Cenarion Circle as well as myself.$b$bYou see, $c, I am under pressure to create a special... concoction, shall we say. I believe my work to be complete, but I need to have it tested to be certain.$b$bThe target of this test is to be the naga, who threaten this region from the west. Their demise would surely aid the Circle.$b$bFirst though, I need a delivery device. Hollow horns from the dying kodo should do nicely.','Maurin Bonesplitter wants you to collect 3 Hollow Kodo Horns from Dying Kodo.','','','','','','','',49195,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14340,13202,16,0,262146,15,18,0,0,0,0,0,0,0,0,2,14345,0,49201,1,'Dressed to Impress','Every man\'s got to learn his own lessons I suppose.$B$BHere, take my wizard hat. I have no doubt that he\'ll take you on as an apprentice if you look the role... you just might have to jump through some hoops first. Tiny flaming hoops, suspended over spikes, with spinning blades on the other side.$B$BYou should be able to find an image of Xylem on top of that hill to the northeast.','Put on your new wizard hat and then speak to the Image of Archmage Xylem just northeast of the Northern Rocketway Exchange.','','','Approach Archmage Xylem while wearing your Wizard Hat','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14341,13202,405,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,49196,1,'Smeed\'s Harnesses','Pardon me, young $r.$b$bI\'m in need of a little help. I\'ve just finished filling an order for harnesses that must be delivered right away.$b$bI\'m a bit old for the trip, especially considering how dangerous things have become lately.$b$bWould you mind?$b$bThey need to go to Smeed, a goblin who lives just southeast of here.','Nataka at Ghost Walker Post wants you to deliver Smeed\'s Harnesses to Smeed.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14342,13202,405,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Infernal Encroachment','The demons are on the move, $r!$b$bIf nothing is done, we\'ll be overrun in a matter of weeks. I\'ve just returned from Mannoroc Coven, where the infernals there are falling from the sky!$b$bWe need to at least buy ourselves some time. Get down there and pick up where I left off!','Felgur Twocuts wants you to destroy 10 Lesser Infernals.','','','','Lesser Infernals Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,35591,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,55934,55933,55935,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14343,13202,405,0,8,30,34,0,0,0,0,0,0,0,0,0,14339,0,49197,1,'Maurin\'s Concoction','$b$bHere you are, $c.$b$bBring these to Karnum. It\'s up to him how he wants to use them on the naga. $b$bI\'ll be watching to gauge the effectiveness of my formula!','Maurin wants you to deliver Maurin\'s Concoction to Karnum at Karnum\'s Grove.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,3,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14344,13202,405,0,65544,30,35,0,0,0,0,0,0,0,0,0,5581,0,49199,1,'Jugkar\'s Undoing','You recognize this as the essence of a summoned demon.$b$bDangerous and rarely understood energies weave in and out of its surface.$b$bAs you gaze upon it, a vision fills your mind - an image of yourself controlling demonic minions. A rush of excitement flows through you as you imagine wielding such power.$b$bLooking at your surroundings, you wonder how this treasure might be used against this demonic enemy....','You are to use the Infernal Power Core to take control of Lord Azrethoc at Jugkar\'s Altar, and use its powers to slay Jugkar Grim\'rod.','','','','Jugkar Grim\'rod Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,5771,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14345,13202,16,0,8,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wash Out','Delicious!$B$BAzy always trying to get his hands on magic artifacts. Said he was trying to make friends with that archmage person. Xylem!$B$BXylem has LOTS of apprentices. Takes in all kinds, burns\'m out, leaves them wandering all over. High turnover.$B$BLast one was last night. Headed over towards that big goblin tower construction thing, way west. Maybe he\'ll help you meet Xylem? Maybe Xylem knows where Azy is?$B$BPlay nice!','Speak to Sorata Firespinner at the Northern Rocketway Exchange.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14346,13202,405,0,8,30,34,0,0,0,0,0,0,0,0,0,14343,0,0,0,'Cleansing Our Crevasse','As you of course know, $n, the naga remain a serious threat to the region. The time has come for us to drive them back into the sea!$b$bWhen you are ready, Grimfeather will take you to the crevasse where they are preparing a violent assault. Once there, use Maurin\'s Concoction to teach them a lesson they shall not soon forget.','Karnum Marshweaver wants you to use Maurin\'s Concoction to kill 10 Slitherblade Invaders, 10 Slitherblade Sirens, and 3 Sea Giants.','','','','Grimfeather Mounted','Slitherblade Sirens Defeated','Sea Giants Defeated','Slitherblade Invaders Defeated',0,0,0,0,0,0,0,0,0,0,0,0,36232,36228,36230,36229,1,10,3,10,0,0,0,0,0,0,0,0,55921,55922,55923,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14347,13202,4714,0,8,5,5,0,0,0,0,0,0,0,0,0,14336,0,0,0,'Hold the Line','$N! I\'m still not sure if you\'re alive or dead... human or worgen...$B$BI\'m not even sure if I\'m really awake. But THIS I am sure of...$B$BWe\'re going to kill a great many of these motherless Forsaken.','Kill 10 Forsaken Invaders.','Yes, $N! Just like old times...$B$BI\'m going to have to work hard at not shooting you, but Krennan explained everything to us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34511,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,54983,54984,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14348,13202,4714,0,131080,5,5,0,0,0,0,0,0,0,0,0,14336,0,0,0,'You Can\'t Take \'Em Alone','Look here, $N. The big fat ones -- abominations, they\'re called -- they don\'t go down easy, so don\'t tackle them on your own.$B$BBut I have an idea so crazy it might just work. Or it might get you killed, if we\'re not careful, I suppose.$B$BThere\'s barrels of gunpowder beneath the sheds and by the windmills. Grab them and toss \'em right on the abominations\' heads. I\'ll take care of the rest with this trusty old blunderbuss.','Use the Black Gunpowder Kegs to blow up 4 Horrid Abominations.','You and me, $N. We make a great team...$B$BIt\'s good to have you back.','','','Gunpowder thrown at abomination','','','',0,0,0,0,0,0,0,0,0,0,0,0,36231,0,0,0,4,0,0,0,69094,0,0,0,0,0,0,0,159,30816,0,0,0,0,5,5,0,0,0,0,2723,0,0,0,5,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14354,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14387,0,0,0,'Elune\'s Gifts','Simply intolerable!$b$bSatyrs of all things, desecrating our sacred lands...$b$bTheir days are numbered, $r. I can assure you of that. As soon as we have the numbers, I shall lead a charge that will rid this land of the wicked creatures.$b$bFor now, though, perhaps you could put my mind at ease?$b$bTravel just east of here to Sargeron and scour the ruins. Find the relics of Elune and ensure that they are in good condition.$b$bI\'ll pay you well for this favor.','Visit Elune\'s Relics in Sargeron.','The relics are intact! Well, indeed, that is something.$b$bYou have put my mind at ease, $r. Please accept this as my gift to you.','','','Handmaiden Of Elune Visited','Elune\'s Brazier Visited','Cup of Elune Visited','',0,0,0,0,0,0,0,0,0,0,0,0,35363,35367,35366,0,1,1,1,0,0,0,0,0,0,0,0,0,55952,55953,55951,55954,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14357,13202,405,0,10,27,31,0,0,0,0,0,0,0,0,2,14387,0,0,0,'To the Hilt!','The handmaiden of Elune! It\'s even more glorious than the stories tell.$b$bThe legends surrounding this relic come to your mind as you draw near it:$b$bIn ancient time, after battle, the enemies\' weapons were to be cast upon the basin in exchange for a divine gift of some sort.$b$bAs you ponder this ritual, the glint of steel catches your eye from a nearby weapon rack....','Collect 20 Satyr Sabers from the weapon racks and various satyrs in the region.','With the ritual completed, you are awarded a divine gift.$b$bYou can\'t help but to feel a great sense of honor as you receive one of Elune\'s boons.','','Elune\'s Ritual of War Completed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55942,55943,55944,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14358,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14387,0,0,0,'Ten Pounds of Flesh','According to ancient legend, this ancient brazier was placed here for the performing of sacrifices.$b$bFrom what little you remember of the stories, a blessing is bestowed upon the being who places the flesh of Elune\'s enemies on the brazier\'s burning embers.$b$bLooking around, you determine that the satyrs who now possess this region would likely qualify.','Collect 10 pieces of Satyr Flesh from the various satyrs in Sargeron.','The divine brazier graciously endows you with a blessing.','','','Sacrificial Offering Accepted','','','',0,0,0,0,0,0,0,0,0,0,0,0,35581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67768,67768,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14359,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessings From Above','You feel a deep connection to the distant past having partaken of the ancient blessing granted by this relic.$b$bYou determine to make as much as you can of this divine gift.','You are to collect 10 pieces of Satyr Flesh from the various Satyrs in Sargeron, and place them on Elune\'s Brazier.','The divine brazier graciously endows you with a blessing.','','','Sacrificial Offering Accepted','','','',0,0,0,0,0,0,0,0,0,0,0,0,35581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67768,67768,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14360,13202,405,0,589824,27,30,0,0,0,0,0,0,0,0,0,14191,0,0,0,'Nothing a Couple of Melons Won\'t Fix','The markings on the Sargeron ruins, combined with what you\'ve gleaned from Furien\'s text make one thing clear:$b$bThere is something special about the old fountain in the Sanctuary of Elune.$b$bIt would seem that one could expect special power from washing their face in the fountain. First, of course, there would need to be something in the ancient fountain with which to wash.$b$bPondering this problem, you spot a melonfruit at the base of a nearby tree....','You must gather 8 Melonfruit and squeeze their juices into the Cup of Elune at Sargeron.','','','','Cleansing Ritual Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,35381,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14361,13202,405,0,65544,27,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Peace of Mind','We are a forward post, charged with monitoring potential adversaries. Once the Alliance launches its Desolace campaign, our work here will ensure that there are no surprises.$b$bRecently, one of our scouts was caught and sacrificed by the Burning Blade at their stronghold to the west. Since then, we\'ve been assaulted with threats and taunts from a Burning Blade wretch named Kohor.$b$bTheir days here are numbered, but I will pay handsomely for that one to be silenced now!','Kill Kohor.','','','','Kohor Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35632,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14362,13202,405,0,0,27,31,0,0,0,0,0,0,0,0,0,14363,0,0,0,'Ears Are Burning','Captain Pentigast has made no secret of his disdain for the Burning Blade at Thunder Axe Fortress.$b$bSurely, proof of their demise would be of value to him.','Collect 25 Burning Blade Ears.','','','','','','','',49008,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14363,13202,405,0,65544,27,31,0,0,0,0,0,0,0,0,0,14361,0,0,0,'You\'ll Know It When You See It','With his dying breath, Kohor mentioned the summoning of a demon that could threaten the entire region.$b$bHe may have been bluffing, but that\'s not a chance worth taking.$b$bThis cannot wait for the Alliance\'s invasion of Desolace to take shape. You must scour Thunder Axe Fortress for clues and bring an end to this potential threat.','Find the Ancient Summoning Ritual in Thunder Axe Fortress.','','','','','','','',48951,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14364,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,14363,0,0,0,'Putting Their Heads Together','So it\'s true....$b$bThe parchment you discovered in Thunder Axe Fortress details a powerful summoning ritual. One stronger than the Burning Blade have ever been known to possess.$b$bClearly, this rite must be stopped at all costs!$b$bPerhaps if this demon were summoned forth prematurely the crisis could be averted.','Collect 100 Bleached Skulls from Thunder Axe Fortress, then place them at the Burning Blade Summoning Circle, then kill Nazargen.','','','','Nazargen slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,35647,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,55925,55924,55926,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14365,13202,405,0,8,27,31,0,0,0,0,0,0,0,0,0,0,14256,0,0,'Ethel Rethor','We have recently received a plea for help from a researcher of the Cenarion Circle.$b$bWe have no one we can spare to send, so I ask that you pay her a visit on our behalf.$b$bKorrah is posted near the ruined tower of Ethel Rethor, on the coast to the west.','Corporal Melkins wants you to speak to Korrah at Ethel Rethor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14366,13202,4714,0,262152,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Holding Steady','We can take it from here, $N. Check in with Mayor Armstead.$B$BThese are only a small part of the Forsaken\'s forces. If we don\'t move quickly we\'re going to have bigger problems on our hands.$B$BSee what you can do to engage the Forsaken army at their landing location.','Speak to Gwen Armstead in Duskhaven.','Great news, $N. I\'ve sent the remaining militia to the shore to meet the Forsaken force head on.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14367,13202,4714,0,262152,5,6,0,0,0,0,0,0,0,0,0,14366,0,0,0,'The Allens\' Storm Cellar','Lord Godfrey is leading the attack near the Forsaken\'s landing area. See what you can do to help us keep the Forsaken back.$B$BI\'ve been told Godfrey has commandeered the storm cellar in the Allen Farmstead, far to the west. Seek him there.','Speak to Lord Godfrey inside the storm cellar of the Allen Farmstead in Gilneas.','The Forsaken are here in full strength, $N. We barely have enough men to hold them back.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14368,13202,4714,0,8,5,6,0,0,0,0,0,0,0,0,0,14367,0,0,0,'Save the Children!','The military will not allow me outside the cellar, but my children are still in my farm! Please, you must go find them.$B$BThe Forsaken have no regard for innocent life -- my kids are in great danger!$B$BTheir names are Cynthia, Ashley and James. If you find them, bring them back here. I\'ll be forever in your debt.','Rescue Cynthia, Ashley and James in the Hammond Farmstead.','My children are safe! You\'ve done a wonderful thing, $N. I don\'t know how to thank you!','','','Cynthia rescued','Ashley rescued','James rescued','',0,0,0,0,0,0,0,0,0,0,0,0,36287,36288,36289,0,1,1,1,0,0,0,0,0,0,0,0,0,54981,54982,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14369,13202,4714,0,8,4,6,0,0,0,0,0,0,0,0,0,14367,0,0,0,'Unleash the Beast','I\'m not going to lie, $N. I don\'t like the idea of having worgen among our ranks.$B$BWho knows how long \'til Krennan\'s concoction wears off and you\'re trying to chomp one of our heads off.$B$BUntil that time, however, we can make ample use of your ferocity.$B$BI want you to go out in the battlefield and kill as many of those Forsaken as you can, in as brutal a way as you can.$B$BWe\'re going to put the fear of the worgen in them, $N.','Kill 8 Forsaken Footsoldiers or Sailors.','Not bad, $N. It\'s a good thing you\'re on our side.','','','Forsaken Combatant slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,36634,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,54980,54979,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14370,13202,16,0,8,11,13,0,0,0,0,0,0,0,0,0,14310,0,0,0,'Mysterious Azsharite','Azsharite! This mysterious crystalline substance has been used to forge weapons of fel power, but in our hands, we\'ve discovered that it\'s capable of focusing enormous amounts of energy. It may be the biggest goblin discovery since kaja\'mite.$B$BBut what is it? Where does it come from? Why is it located only here? Science demands an answer! I need more samples to study. Search out Azsharite deposits all along the nearby cliffs. ','Collect 5 Azsharite Samples from the nearby cliffs.','','','','','','','',49207,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14371,13202,16,0,8,11,13,0,0,0,0,0,0,0,0,0,14310,0,0,0,'A Gigantic Snack','While you\'re here running around the cliffs, perhaps you can help me with another line of investigation. The giants who walk these cliffs have been here since these mountains formed. Maybe they know where the Azsharite comes from? It\'s in our best interest to befriend these giants and find out.$B$BGather up a gigantic meal for me as a peace offering! Kill the mistwing cliffdwellers that have been such a nuisance to our studies and collect their carcasses for me.','Collect 8 Mutilated Mistwing Carcasses from Mistwing Cliffdwellers.','','','','','','','',49208,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14372,13202,405,0,8,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thargad\'s Camp','It pleases me to see that you still draw breath, $c. I have been sent word that the demon activity in the south has been intensifying.$b$bThere is a camp on the borderlands there that is in danger of being cut off if the demons move northward.$b$bPerhaps you could lend them a hand?$b$bI know the leader of the camp there is Thargad. He will be able to direct you wisely.$b$bThank you, friend. Be well.','Karnum Marshweaver wants you to speak to Thargad.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14373,13202,405,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Infernal Encroachment','Listen up, now. An\' lookie here.$b$b$b$bYeh see them big green glowin\' balls that be fallin\' from the sky?$b$bThose be a nasty buncha demons roamin\' the lands unchecked. Well, almost unchecked... I\'ve been keepin\' \'em on their toes, givin\' \'em sumthin\' ta think about.$b$bHow \'bout you get over there an\' pick up where I left off?','Destroy 10 Lesser Infernals.','','','','Lesser Infernals Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,35591,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,55931,55930,55932,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14374,13202,405,0,0,31,35,0,0,0,0,0,0,0,0,0,0,0,14547,1,'Portals of the Legion','Here it is - the Hand of Iruxos.$b$bGot it from one o\' them Burning Blade leaders myself.$B$BPowerful thing! See, yeh use it on demon portals and they just disappear! Spooky magic, but these be desperate times...$b$bThe demons keep comin\' at this rate, and my camp will get overrun before ya know it.$b$bHere ya go, now. Get on with it.','Banish 6 Portals at Mannoroc Coven.','','','','Portals Banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,11937,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,55937,55938,55936,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14375,13202,4714,0,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Last Chance at Humanity','','','I need you to pull through, $N. This dosage is strong enough to kill a horse.$B$BBut I know you. I know what you\'re made of. You will be fine.$B$BTrust me. I know what you\'re going through.$B$BNow drink up and close your eyes.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,0,0,68996,68639,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14376,13202,405,0,65544,30,35,0,0,0,0,0,0,0,0,0,0,0,49199,1,'Jugkar\'s Undoing','You recognize this as the essence of a summoned demon.$b$bDangerous and rarely understood energies weave in and out of its surface.$b$bAs you gaze upon it, a vision fills your mind - an image of yourself controlling demonic minions. A rush of excitement flows through you as you imagine wielding such power.$b$bLooking at your surroundings, you wonder how this treasure might be used against this demonic enemy....','You are to use the Infernal Power Core to take control of Lord Azrethoc at Jugkar\'s Altar, and use its powers to slay Jugkar Grim\'rod.','','','','Jugkar Grim\'rod Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,5771,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14377,13202,16,0,0,11,13,0,0,0,0,0,0,0,0,0,0,0,49211,1,'Befriending Giants','A cursory study of the azsharite you brought me reveals that it\'s not biological in nature, nor is it naturally formed. There\'s another creature in Azshara with similar properties: the cliff giants that lumber around these cliffs.$B$BOne of the giants seems willing to help our research along. Take the meat you collected to Gormungan, the giant standing just west of here. Befriend him, then grill him - find out if he knows the secret of azsharite!','Talk to Gormungan outside of the Southern Rocketway Terminus and discover the secret of azsharite.','','','','Secret of Azsharite Discovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,36333,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14378,13202,405,0,8,31,34,0,0,0,0,0,0,0,0,0,14372,0,0,0,'Hunting Brendol','I\'m too busy collectin\' artifacts to busy myself with much else, but there is a bit of an issue here I wouldn\'t mind sortin\' out.$b$bThere\'s a forsaken apothecary who\'s been pokin\' around these parts for a while now. Normally, I\'d ignore him, but three times now he\'s snuck into my camp and pilfered my supplies.... enough\'s enough!$b$bFind the thief and bring me whatever\'s left o\' my things!','Recover Brendol\'s Satchel.','','','','','','','',49221,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14379,13202,405,0,8,31,34,0,0,0,0,0,0,0,0,0,14372,0,0,0,'Rock Lobstrock!','Thargad works practically nonstop chasing after ancient Titan relics. He stays so busy that if it weren\'t for me, he\'d probably forget to eat!$b$bSpeaking of eating, I\'d like to prepare him something special - perhaps you could help me out?$b$bLobstrock roam all over the coast to the west. I\'d never last in a fight with them myself, but I could make a great meal if you were to bring me some of their tails!','Get 7 Tender Lobstrock Tails.','','','','','','','',49222,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14380,13202,405,0,8,31,34,0,0,0,0,0,0,0,0,0,14378,0,49226,1,'An Impactful Discovery','$b$bWell now, this is odd... it\'s a hollow kodo horn with some sort of potion inside.$b$b$b$bWHEW! Definitely not any kind of healthy elixir. This mess is meant for one thing... killin\'.$b$bHow \'bout yeh run it back up to Karnum and see if there\'s anything he can do with it...','Take the Mysterious Concoction to Karnum at Karnum\'s Glade.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14381,13202,405,0,8,30,34,0,0,0,0,0,0,0,0,0,14380,0,0,0,'Cleansing Our Crevasse','I recognize this foul creation. It\'s a terrible disease that kills almost instantly, and in a most violent manner. Loathe as I am to employ such devices, I fear we have no choice here.$b$bAs you of course know, the naga remain a serious threat to the region. The time has come for us to drive them back into the sea!$b$bWhen you are ready, Grimfeather will take you to the crevasse where they are preparing a violent assault.$b$bUse the concoction on the naga and their allies to make Desolace safe!','Use Maurin\'s Concoction to kill 10 Slitherblade Invaders, 10 Slitherblade Sirens, and 3 Sea Giants.','','','','Grimfeather Mounted','Slitherblade Sirens Defeated','Sea Giants Defeated','Slitherblade Invaders Defeated',0,0,0,0,0,0,0,0,0,0,0,0,36232,36228,36230,36229,1,10,3,10,0,0,0,0,0,0,0,0,55918,55919,55920,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14382,13202,4714,0,8,4,6,0,0,0,0,0,0,0,0,0,14367,0,0,0,'Two By Sea','The Forsaken catapults are kicking the snot out of us, $N. And even if we do take care of them, they\'ve two ships with rows of cannons at the ready.$B$BI\'ve a plan to kill two birds with one stone. You\'re the stone in this plan.$B$BTake out the machinists manning the catapults. After this, use the catapults to launch yourself aboard the Forsaken ships.$B$BIf your aim isn\'t terrible, you should be able to land safely. Once onboard, go below decks and take care of each ship\'s captain. Good luck, $c.','Use the Forsaken Catapults to board the Forsaken ships and slay Captain Morris and Captain Anson.','Well done, $N. You might be a bloody beast, but you\'re our beast.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36397,36399,0,0,1,1,0,0,0,0,0,0,0,0,0,0,58216,55015,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14383,13202,16,0,8,11,14,0,0,0,0,0,0,0,0,0,14377,0,0,0,'The Terrible Tinkers of the Ruined Reaches','Scoundrels! Infidels! Ever since I started my operation here in Azshara the Gadgetspring family has hampered my studies and sabotaged my research. And now a mob of middling, second-rate tinkers have rallied to their aid! I have pressing business to attend to: see to it that those gnomes are finished for good.$B$BHead to the Ruined Reaches on the coast, south of my Secret Lab, and start rolling some of their disproportionately enormous heads for me.','Slay Bingham Gadgetspring in the Ruined Reaches, along with 4 Netgun Gnomes and 6 Zapper Gnomes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36407,36385,36384,0,1,4,6,0,0,0,0,0,0,0,0,0,53417,53446,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14384,13202,405,0,8,27,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rerouted!','Halt!$b$bOn behalf of the Nijel\'s Point Guard, I am under orders to send all able-bodied allies to report directly to Corporal Melkins.$b$bI am not authorized to offer any other information.$b$bWhat I can offer is transportation. You are free to use my mount. It will deliver you directly.$b$bDismissed.','Officer Jankie wants you to ride her mount to Nijel\'s Point and speak to Corporal Melkins.','Welcome to Nijel\'s Point, $r.$b$bNow, let\'s see about getting you briefed on our situation here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,68706,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14385,13202,16,0,8,11,14,0,0,0,0,0,0,0,0,0,14377,0,0,0,'Azsharite Experiment Number One','Well, I can think of one surefire way to send a giant running to the bathroom, but you\'re not going to like it. What we need is a ... massive ... laxative. Oh hey! Would you believe the gnomes have something of the sort? That can\'t be a coincidence. I wonder what they\'re trying to push through over there?$B$BOur intelligence reports that the laxative was delivered to Gadgetspring\'s tower, down on the shoreline south of the Secret Lab. Retrieve that laxative and feed it to Gormungan!','Grab a giant-sized laxative from the gnomish tower in the Ruined Reaches. Try to feed the laxative to Gormungan the giant.','','','','Try to Feed Gormungan','Try to Feed Gormungan','','',0,49230,0,0,0,0,0,1,0,0,0,0,36420,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14386,13202,4714,0,8,4,6,0,0,0,0,0,0,0,0,0,0,0,49240,1,'Leader of the Pack','Excellent work so far, $N. Our scouts have identified the leader of the Forsaken ground assault.$B$BOne of Sylvanas\' handpicked dark rangers is overseeing the battlefront from the Walden house near the shore. Take this whistle and use it when you\'re close to her.$B$BI\'ll have my men let loose our attack mastiffs to take her down. Be careful, $N. You don\'t want to engage her alone.','Use the Mastiff Whistle to help you slay Dark Ranger Thyala.','You did it, $N. That should take the wind out of their sails.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36312,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,55008,55007,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,100,0,0,69027,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14387,13202,405,0,8,27,30,0,0,0,0,0,0,0,0,0,14384,0,0,0,'Lay of the Land','Yes, yes. Welcome to Desolace, $r.$b$bSorry we had to be so insistent, but we\'re a small outpost, and there are big problems in this region - most of them quite urgent.$b$bBottom line: We need all the help we can muster.$b$bTo start with, our friend Vahlarriel over there has been getting pretty antsy, insisting that we send a contingent to visit the ruins to the east.$b$bWhy don\'t you go introduce yourself....','Captain Pentigast wants you to speak to Vahlarriel in Nijel\'s Point.','A pleasure to meet you, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14388,13202,16,0,8,11,14,0,0,0,0,0,0,0,0,0,14385,0,0,0,'Azsharite Experiment Number Two','Okay, new plan. We\'ll SCARE it out of \'em! In my experience most large creatures are terrified of tiny ones - like rats. Hmm. This place is crawling with rats, but how do we coax them over to the giant?$B$BHey! You don\'t mind having your cellular matrix broken down and reassembled do you? It\'s only painful while it\'s happening. I can shrink you down to rat-sized and you can ride one of these brutes over there like a horse. It\'s so crazy it\'s got to work! Speak with me when you\'re ready for shrinkage...','Speak with Assistant Greely to be shrunken down to rat-size. Mount a Rocketway Rat and use it to terrify Gormungan the giant.','','','','Gormungan Scared','','','',0,0,0,0,0,0,0,0,0,0,0,0,36438,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14389,13164,16,0,65548,15,19,0,0,0,0,0,0,0,0,0,14299,0,0,0,'Wasn\'t It Obvious?','Azuregos! Yes, of course. Troubled old dragon, but lovely heart. I don\'t think all the years of vagabonds assaulting him have done him much good. He\'s a mite strange these days.$B$BNot long ago, when returning yet again to our local Spirit Healer, Anara, I couldn\'t help but notice that her and Azuregos seemed to be hitting it off. I imagine he\'s still keeping her company.$B$BThe portal behind me is probably the quickest way to reach her. It might sting a little though.','Use the portal behind Joanna at Xylem\'s tower to find Anara the Spirit Healer and--hopefully--Azuregos.','','','Find Anara, and hopefully, Azuregos.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14390,13164,16,0,851970,15,19,0,0,0,0,0,0,0,0,0,14389,0,0,0,'Easy is Boring','After a long search with some questionable turns, you\'ve finally found Azuregos.$B$BNow it\'s just a matter of convincing him to meet up with Kalecgos and put an end to the threat of the black dragonflight in Azshara.','Convince Azuregos to return to the world of the living and rendezvous with Kalecgos.','','','Convince Azuregos to meet with Kalecgos.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14391,13164,16,0,786432,15,19,0,0,0,0,0,0,0,0,0,14390,0,0,0,'Turning the Tables','Azuregos and Kalecgos are due to meet up at the Northern Rocketway Terminus. You should meet with them there to make sure that Kalecgos doesn\'t require any additional help.$B$BShould you prefer to not be dead, Anara will likely be able to help.','Speak to Anara to return to the world of the living, then meet with Kalecgos at the Northern Rocketway Terminus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14392,13164,16,0,8,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,'Farewell, Minnow','Thank you, little one.$B$BSometimes it\'s easy to get lost in the throes of love and lose sight of things, even as a dragon. I plan to rededicate myself entirely to making sure Kalec never steps up to take Malygos\' place. It\'s the most noble cause I can think of.$B$BYou should head back to the harbor. I believe someone\'s waiting for you there.$B$BTry not to get squashed or eaten by anything.','Speak to Sorata Firespinner in Bilgewater Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53057,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14393,13202,405,0,8,31,35,0,0,0,0,0,0,0,0,0,14332,0,0,0,'Into the Fray!','For untold generations, the centaur clans have fought against one another, but no more.$b$bBecause of your deeds, we stand here together fighting a common foe. We shall win our ancestral lands back from these demons, or we shall die as brothers.$b$bWhat of you, $n?$b$bYou have earned the right to fight alongside us. I have a group of my best centaurs for you to lead into battle.$b$bWill you take up the spear?','Khan Leh\'prah wants you to defeat 15 Burning Blade Warlocks, 3 Doomguard Invaders, and Priestess Than\'darissa.$b$bSpeak to Khan Leh\'prah to ride into battle.','','','','Burning Blade Warlocks Slain','Doomguard Invaders Slain','Priestess Than\'darissa Slain','',0,0,0,0,0,0,0,0,0,0,0,0,36414,36412,36413,0,15,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14394,13202,405,0,8,31,35,0,0,0,0,0,0,0,0,0,14393,0,0,0,'Death to Agogridon','Our goal is within sight, $n!$b$bWe can break the will of this demon army by bringing down the one who leads them. If we can succeed, Desolace will be ours!$b$bWhen you are ready, lead a group of centaurs through the pass to the south, into Shadowbreak Ravine. Find where Agogridon hides!$b$bI will gather the other khans and meet you there to face him in battle.','Defeat Agogridon','','','','Agogridon Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,36442,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,55915,55916,55917,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,93,92,0,0,0,6,0,0,0,0,0,0,7500,0,0,68770,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14395,13202,4714,0,8,4,6,0,0,0,0,0,0,0,0,0,14396,0,0,0,'Gasping for Breath','$N! I was on my way when it happened.$B$BNo time to waste. A good half of the town watch was in the area that collapsed. Get in there and save as many as you can.$B$BMake sure to get them out of the water and onto shore. I\'ll make sure they get any aid they need.','Rescue 4 Drowning Watchmen.','You did what you could, $N. With any luck a few others will find their way to shore.','','','Drowning Watchman rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,36450,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,118,2455,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14396,13202,4714,0,8,4,6,0,0,0,0,0,0,0,0,0,14386,0,0,0,'As the Land Shatters','What in the world was that, $N?$B$BThose were not cannons or catapults, that is for sure.$B$BGo outside and see what is going on.','Speak to Prince Liam Greymane at the Allen Farmstead.','The ocean, $N. It swallowed everything... the land... the Forsaken... our men!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14397,13202,4714,0,262152,4,7,0,0,0,0,0,0,0,0,0,14395,0,0,0,'Evacuation','We\'ve escaped death through dumb luck, $N. But luck is running out.$B$BThe coast is becoming flooded even as we speak. And from the look of it, the landmass beneath us hasn\'t quite settled yet.$B$BI hate to say this, but we have to leave. Curses, $N.... I cannot lose my homeland twice in one lifetime. Yet these earthquakes are not an enemy we can defeat.$B$BTell Gwen Armstead to start the evacuation.','Speak to Gwen Armstead in Duskhaven.','Liam is right. We must get everyone to higher ground.$B$BYou must help me spread the word while I manage the logistics of the evacuation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14398,13202,4714,0,262152,4,7,0,0,0,0,0,0,0,0,0,14397,0,0,0,'Grandma Wahl','It\'s not going to be easy to get Grandma Wahl to come with us. You must do whatever you can to convince her, though.$B$BYou\'ll find her at the Wahl Cottage. Please, $N. Do not lose your patience with her. Her mind is old and she\'s not entirely lucid.','Find Grandma Wahl at the Wahl Cottage.','A visitor! Are you staying for tea, sweetheart?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14399,13202,4714,0,8,4,7,0,0,0,0,0,0,0,0,0,14398,0,0,0,'Grandma\'s Lost It Alright','Leave? Now?$B$BWell, if I must, then I must. But will you be a sweetheart and find something for me?$B$BI\'ve lost my favorite book and won\'t leave without it.$B$B$B$BDear, just find the book will you?','Find the Linen-Wrapped Book.','Why thank you, $N. I hope you didn\'t peek!$B$BWhere are your manners, dear?','How goes it, dear? Will you be staying for tea?','','','','','',49280,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14400,13202,4714,0,8,4,7,0,0,0,0,0,0,0,0,0,14399,0,0,0,'I Can\'t Wear This','What was it you wanted again?$B$BOh, right. The evacuation orders.$B$BWell I can\'t be expected to go out in public like this, can I?$B$BGo get me my good clothes. They\'re on the clothesline right outside.$B$B$B$BYou young people truly have no manners. Were you raised by ogres? Now go get my clothes, sweetie.','Get Grandma\'s Good Clothes.','You\'re a peach, $N. Thanks!','Did you find everything okay, dear?','','','','','',49279,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14401,13202,4714,0,8,4,7,0,0,0,0,0,0,0,0,0,14400,0,0,0,'Grandma\'s Cat','Right! About the evacuation, dear.$B$BI just cannot leave without my cat. He\'s an adorable orange tabby.$B$BChance\'s favorite spot to play is a broken down cart near an arbor northeast of here.$B$BBring him here and we\'ll be on our way.','Retrieve Chance the cat.','There he is! Grandma\'s special boy!$B$BThank you so much for finding him. I hope it wasn\'t too much trouble.$B$BMy... what manner of dirt found its way underneath my fingernails!','You\'re such a charming young $gman:lady;, $N.','','','','','',49281,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55016,55017,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14402,13202,4714,0,8,4,7,0,0,0,0,0,0,0,0,0,14401,14463,0,0,'Ready to Go','I suppose now is as good a time to leave as any.$B$BI have my best outfit, my favorite book and my loving cat.$B$BI hope I\'m not forgetting anything.$B$BTell that mayor of yours that I\'ll be on my way. I suppose I\'ll see you in town with the others!','Speak to Gwen Armstead in Duskhaven.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14403,13202,4714,0,262152,4,7,0,0,0,0,0,0,0,0,0,14397,0,0,0,'The Hayward Brothers','The Hayward Fishery can be found far to the south. The Hayward brothers have been running it for years.$B$BThey don\'t make it to town very often, except to trade their fish. Send word to them that the evacuation is underway.','Speak to Sebastian Hayward at the Hayward Fishery.','You here to give us a hand?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14404,13202,4714,0,8,4,7,0,0,0,0,0,0,0,0,0,14403,0,0,0,'Not Quite Shipshape','Evacuation, you say? Well, we had that very same idea all on our own after these Forsaken started showing up.$B$BWe were thinking the water would be the safest way out of here.$B$BUnfortunately our boats didn\'t come out from that last earthquake unscathed.$B$BI need some additional supplies to finish my repairs: wood, tar and my tools. Get them for me so that my brothers and I can make it out of here.','Obtain Planks of Wood, Coal Tar and Shipwright\'s Tools.','This is great, $N. I should be able to finish the repairs in no time.','Do you have my supplies, $N?','','','','','',49337,49338,49339,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52039,0,0,0,1,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14405,13202,4714,0,262152,4,7,0,0,0,0,0,0,0,0,0,14412,0,0,0,'Escape By Sea','Thanks for your help, $N. This ship is ready to sail.$B$BNow you go and tell Miss Armstead that we\'re not going to be part of the land evacuation.$B$BWe Haywards have been men of the sea for generations. If we\'re to leave our home, then we\'ll do so by sea.','Return to Gwen Armstead in Duskhaven.','It\'s just as well, $N. Maybe the Haywards will fare better than us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14406,13202,4714,0,262152,4,7,0,0,0,0,0,0,0,0,0,14397,0,0,0,'The Crowley Orchard','Of course you remember Lord Darius Crowley\'s daughter, Lorna.$B$BShe never quite recovered after losing her father in Gilneas City. She\'s basically led the life of a hermit. The only visitor she\'s allowed into her house has been Krennan... and he won\'t say a word about the whole thing.$B$BSend word to her about the evacuation.','Speak to Lorna Crowley at the Crowley Orchard.','Stay back! Don\'t make me...$B$BIs it you? By the Light! It\'s you, $N!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,1,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14407,13202,16,0,8,15,17,0,0,0,0,0,0,0,0,0,24458,0,0,0,'Azshara Blues','Hey! I\'m glad I caught you.$B$BI come on behalf of my master, Kalec. He requires your aid. Find him under the bridge in the slums as soon as you can!','Meet with Kalec in Bilgewater Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14408,13164,16,0,8,12,14,0,0,0,0,0,0,0,0,0,14442,0,0,0,'Nine\'s Plan','My benefactors used their diminutive intellect to construct an interplanetary transport. As designed, this so-called \"Rocket\" is a death trap. But I suspect a simple re-engineering of the fuel catalyst semifold would render a stable mixture, providing a breathable oxygen byproduct. To implement such changes, I require the original engineering plans.$B$BLocate the Laboratory Archives and ring the doorbell to gain entry. The plans will be held by the lab director himself, presuming he still lives.\n','Acquire the Secret Rocket Plans from the Laboratory Archives building at the eastern end of the Secret Lab. Ring the door buzzer outside and kill the lab director when he emerges.','','','','Ring Door Buzzer','','','',0,49204,0,0,0,0,0,1,0,0,0,0,52041,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14410,13202,357,0,262152,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Wilds of Feralas','You are truly brave to help us protect these lands, hero. If you wish to do more for the wilds, there are others in need of your aid.$B$BThe verdant forests of Feralas lie to the south. There, in the shade of the mighty Twin Colossals, you must seek out Telaron Windflight. At Dreamer\'s Rest, he and his fellow druids of the talon have found signs of a disturbing illness.$B$BThey will need your help, $c. Go in peace.','Travel to Feralas and speak with Telaron Windflight at Dreamer\'s Rest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14411,13202,405,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feralas Breadcrumb [PH]','One day I will grow up to be a real breadcrumb! To Feralas!!!!1','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14412,13202,4714,0,8,4,7,0,0,0,0,0,0,0,0,0,14404,0,0,0,'Washed Up','Those Forsaken ships sank way too close to our Fishery. All the survivors are making their way here and, as you can see, we\'re a bit outnumbered.$B$BHelp us hold them back while I finish making repairs to the boats.','Kill 6 Forsaken Castaways.','Excellent! I\'m almost done here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36488,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,55018,55019,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14413,13164,16,0,0,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Pinnacle of Learning','This is so exciting! What\'s exciting you might ask? Well THIS is of course!$B$BTime to trial... time for YOU to trial. So many challenges to overcome, so much learning to be done. You learning about trials. Me learning about you.$B$BSo now, off you go. To my Arcane Pinnacle. I will meet you there of course, because I\'m quite everywhere.','Speak to the Image of Archmage Xylem at the base of the Arcane Pinnacle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14414,13202,405,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feralas Breadcrumb [PH]','One day I will grow up to be a real breadcrumb! To Feralas!!!!1','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14415,13202,4714,0,16392,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Apparitions in the Orchard','Listen, $N. I heard about what happened to you and I trust you regardless of your... affliction. After all, you were with my father until the end.$B$BBut I\'m not going to go out there. It\'s not safe.$B$BThe earthquake opened a passage from the mountains and an ettin has decided to pay us a visit.$B$BNot only that, but after I holed up in the house, I started seeing ghostly wolf forms in the orchard.$B$BI can\'t come out until we at least have some idea about what\'s going on.','Investigate the Crowley Orchard.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14416,13202,4714,0,8,4,7,0,0,0,0,0,0,0,0,0,14406,0,0,0,'The Hungry Ettin','Listen, $N. We\'re not going to make it very far without transportation, are we?$B$BIf we just hightail it out of here, the forsaken will catch up to us in no time at all.$B$BRounding up some horses from the stable grounds southeast of here would normally be a breeze, but there\'s one snag.$B$BThat last quake must\'ve spooked Koroth, the ettin, down from the mountains. If we don\'t get our horses soon, I fear that he will.','Bring 5 Mountain Horses to Lorna Crowley at the Crowley Orchard.','We\'ve got the horses, I\'ll make sure Duskhaven gets them.','','','Mountain Horse rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55020,55021,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14422,13202,16,0,8,12,14,0,0,0,0,0,0,0,0,0,14408,0,0,0,'Raptor Raptor Rocket','Shortly after my intellect was augmented, I bred with Subject Four in order to create a unique race of cognitively superior raptors. Subsequently, Subject Four neither called nor wrote: I have determined to disembowel him upon our next encounter.$B$BNonetheless, there are enough raptor children imprisoned in this lab to provide adequate genetic stock for repopulating my race. Please release them from their cages and carry them to the rocket.','Release five Experimental Raptors from their cages in the Secret Lab and deliver them to the rocket beside Subject Nine.','','','','Experimental Raptor Delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,36534,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14423,13202,16,0,0,10,12,0,0,0,0,0,0,0,0,0,14209,0,49350,1,'Dozercism','...what we need is a priest!$B$BFortunately I have a small budget set aside for the blessing of machinery. Take this flare gun and head over to Margene, my poor sweet busted bulldozer. Fire off the signal and one of our finest airborne priests should airdrop in to get a handle on the situation. Come back when my bulldozer is taken care of!','Use the Blessed Flare Gun near Clubnik\'s Dozer to summon in help, then \'Exorcise\' the bulldozer.','','','','Clubnik\'s Dozer Exorcised','','','',0,49350,0,0,0,0,0,1,0,0,0,0,35526,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53447,53405,53427,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14424,13202,16,0,0,11,13,0,0,0,0,0,0,0,0,0,14423,0,0,0,'Need More Science','$B$BNever again, $N! No bulldozer deserves the fate of my Margene. We\'re going to need some industrial ghostproofing. This is a job for our top scientists, and I know just the woman for the job! Look for Assistant Greely at the Southern Rocketway Terminus. She\'s the administrator for Azshara\'s world-famous Secret Lab, and she owes me a favor.','Locate Assistant Greely at the Southern Rocketway Terminus. The Goblin Rocketway can be used to quickly move around Azshara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,4,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14425,13202,17,0,16392,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The First Quest','Greetings, $n, this is a test. Accept and kill stuff','Test Thrall wants you to kill something.','','','','Filthy Kobolds Removed','','','',0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33447,0,0,0,1,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14426,13202,0,0,8,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Second Quest','This is the second quest! This time you won\'t have to kill stuff.','Santa Thrall wants you to collect 5 boozles, whatever those are.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-196830,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20389,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14427,13202,0,0,8,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Item Quest','Item collection quest','Get the items','','','','','','','',49354,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14428,13164,16,0,8,16,18,0,0,0,0,0,0,0,0,0,14345,0,0,0,'Amberwind\'s Journal','If my sources are trustworthy, Lorekeeper Amberwind is overseeing the Alliance investigation of the ruins to the east. I have not yet probed the extent of her abilities: I\'m hoping you can give me a full report by engaging her in combat and destroying her.$B$BWith a title like \'Lorekeeper,\' I\'m guessing Amberwind will have a journal on her that\'ll tell us exactly what those night elves are up to. Fetch that journal for me. No need to run back; use their own scrying stones to contact me remotely.','Slay Lorekeeper Amberwind at the Darnassian Base Camp and retrieve her journal.','','','','','','','',49356,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14429,13202,16,0,8,16,18,0,0,0,0,0,0,0,0,0,14428,0,0,0,'Arcane De-Construction','Arcane constructs are creatures spawned of pure mana and intellect. In the right hands, a construct allows its user to quickly assimilate vast riches of arcane knowledge. But they\'re dangerous, $N. So intelligent! So powerful! So very vulnerable to external tampering...$B$BLet\'s teach these amateurs a lesson and use their own magic against them. Slay Apprentices and collect their runestones for me. Contact me via the lower scrying stone when you\'re done.','Slay Apprentice Investigators and Apprentice Illuminators to collect 10 Attuned Runestones.','','','','','','','',49359,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14430,13202,16,0,10,16,18,0,0,0,0,0,0,0,0,0,14429,0,0,0,'Hacking the Construct','Now we will hack their arcane construct and use it to wreak havoc. Have you done this type of magic before, $N? No? Hah! That makes my plan all the more delicious. Nearby you should see a formidable arcane construct they\'ve summoned. Thanks to the runestones you gathered, we know how to communicate with it. Talk to the construct and say \"Al\'teth la c\'tolgar.\" Got that? Repeat it? Close enough. Report back to me and let me know what happens! ','Speak with the Arcane Construct at the Darnassian Base Camp and utter the words of arcane power.','','','Arcane Construct Hacked','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53426,53414,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,4,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14431,13164,16,0,8,15,17,0,0,0,0,0,0,0,0,0,14345,0,0,0,'The Blackmaw Scar','The Blackmaw furbolg that live in this area have broken rank with their Timbermaw brethren as we began to aggressively settle Azshara. They\'ve gone wild, $c, and harass our forces at every turn. Worse, we have seen them engaging the night elves from Talrendis on friendly terms. We cannot allow the two to ally!$B$BJust southwest of here you will find a great scar across the earth where my scouts report night elven activity. Slay them and gather any intelligence you find. ','Slay 8 Talrendis Biologists and gather up Blackmaw Intelligence from one of the bodies.','','','','','','','',0,49364,0,0,0,0,0,1,0,0,0,0,36611,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14432,13202,16,0,8,15,17,0,0,0,0,0,0,0,0,0,14431,14435,0,0,'A Pale Brew','It looks like our Alliance foes have been making headway with their Blackmaw talks by conducting negotiations in the furbolg tongue. If we\'re to sabotage the treaty, we\'re going to have to do the same.$B$BIt\'s not as hard as it sounds, $N. The Blackmaw make a potent herbal tea, the fumes of which will place one in a trance-like state where you\'ll start speaking in tongues. The Blackmaw tongue, specifically. Go to Blackmaw Hold southwest of here and get me some samples of that briaroot brew!','Gather up 10 samples of Briaroot Brew from outside Blackmaw Hold.','','','','','','','',49365,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14433,13202,16,0,8,15,17,0,0,0,0,0,0,0,0,0,14431,14435,0,0,'Diplomacy by Another Means','In order to infiltrate and disrupt the Blackmaw negotiations, we\'ll need to know where they\'re happening. In Blackmaw Hold to the southwest, I suspect you\'ll find night elven ambassadors milling around, making preparations.$B$B$B$BKill them at your leisure, and search the area for important documents. Oh, and grab a set of their ambassador\'s robes, we\'ll need them.','Gather a Blackmaw Meeting Agenda at Blackmaw Hold, and kill a Talrendis Ambassador to collect her Ambassador\'s Robes.','','','','','','','',49367,49366,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14434,13202,4706,0,0,5,12,0,0,0,0,0,0,0,0,0,26706,0,0,0,'Rut\'theran Village','','','Are you ready to set sail, $N? Your people have been granted shelter in the lands of the kaldorei.$B$BDo not worry, $r. Your people will get a chance to fight for Gilneas again. This time, with the full strength of the Alliance.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,78107,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14435,13202,16,0,128,15,17,0,0,0,0,0,0,0,0,0,0,0,49368,1,'The Blackmaw Doublecross','Andorel here has crafted a little bit of magic for me. Come, stand next to my fire, and steep yourself in the fumes from the tea. Drape the robes around you and you\'ll take on the appearance of a night elven ambassador to the Blackmaw.$B$BDon your disguise and speak to Andorel here in camp. He\'ll teleport you to the heart of Blackmaw hold, where the negotiations are to take place. Speak with Chieftain Ungarl and sabotage the treaty. Then, kill as many Blackmaw as you can on the way back!','Wear the Ambassador Disguise and talk to Andorel Sunsworn to teleport into Blackmaw Hold. Speak with Ungarl to wreck the negotiations, then kill 4 Blackmaw Warriors and 4 Blackmaw Shaman on your way out.','','','','Negotiations Sabotaged','','','',0,0,0,49368,0,0,0,0,0,1,0,0,36625,36013,36012,0,1,4,4,0,0,0,0,0,0,0,0,0,53450,53409,53431,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14442,13202,16,0,8,11,13,0,0,0,0,0,0,0,0,0,14322,0,0,0,'My Favorite Subject','I don\'t know if you\'ve noticed $N, but this whole lab complex has gone south of cheese! I don\'t mind writing off all those hippogryphs, but my most prized experiment has gone missing: Subject Nine!$B$BSubject Nine is a raptor we imported from the Barrens. I wonder - is she still alive? Try checking above the main complex west of here, near the giant top secret rocket. You can\'t miss it.','Locate Subject Nine somewhere near the Secret Lab complex in Azshara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14445,13202,4720,0,262152,1,7,0,0,0,0,0,0,0,0,0,14243,0,0,0,'Farewell, For Now','Our destinies are forever intertwined. There are events taking place that are reshaping our world and ultimately will destroy it. We must put an end to them before it is too late.$B$BKnow that you can always count on me, $g brother : sister;! We will meet again on the larger island. May you find peace until then, $N.','Speak with Sassy Hardwrench at the Wild Overlook on the Lost Isles.','Wow, oh wow! Is that who I think it is?$B$BYou rescued Thrall, Warchief of the Horde?!!!$B$B$B$BWell, let\'s see about getting over to that larger island. I sure as heck don\'t want to swim the strait with all of those sharks down there.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14446,13202,1519,0,136,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cataclysm!','Hear my words, $c!$b$bThe winds of change have gathered into a violent storm that sweeps across Azeroth.$b$bHave you the courage to face the true cause of our plight?$b$bMuster your resolve, $r, and pray for the strength and fortune to see you through the trials that await.$b$bAn unexpected ally has issued a call for all that would hear. Peer into the Waters of Farseeing and behold the fate of the world!','Nambria wants you to peer into the Waters of Farseeing.','','','','Peer into the Waters of Farseeing','','','',0,0,0,0,0,0,0,0,0,0,0,0,36760,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14447,13202,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13237,0,0,'Takes One to Know One','While we should never miss an opportunity to strike out against the Alliance, we mustn\'t forget about the Scourge.$b$bWe won\'t have the numbers here to make a proper assault in the glacier for weeks, but that won\'t keep us from learning all we can know about their defenses.$b$bI have asked our resident death knight to advise you in this effort. After all, who better knows this enemy than they?$b$bAllow me to introduce Koltira Deathweaver.\n','Sky-Reaver Korm wants you to speak to Koltira Deathweaver on Orgrim\'s Hammer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14448,13202,210,0,136,77,80,0,0,0,0,0,0,0,0,0,0,13237,0,0,'Takes One to Know One','While we should never miss an opportunity to strike out against the Alliance, we mustn\'t forget about the Scourge.$b$bWe won\'t have the numbers here to make a proper assault in the glacier for weeks, but that won\'t keep us from learning all we can know about their defenses.$b$bI have asked our resident death knight to advise you in this effort. After all, who better knows this enemy than they?$b$bAllow me to introduce Koltira Deathweaver.\n','Sky-Reaver Korm wants you to speak to Koltira Deathweaver on Orgrim\'s Hammer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14449,13202,215,0,786432,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The First Step','What you see here is the work of the quilboar, young one. Year after year they have encroached on our village. The great cataclysm finally drove them from their dens to spread like locusts across the land, and now you see the result; my own mother, dead from their savagery.$B$BToday, you are of age. Today, you will take up your weapon and fight for the tribe, and avenge the Greatmother. Follow the path to the east, and find my son, Grull. He will lead you in our strike against the quilboar.','Follow the path East out of Camp Narache and find Grull Hawkwind.','Welcome to your first true test as a tauren.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14450,13202,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Random Drop Test Progressive','This quest tests random drops with progressive drop percentage.','Get 10 Progressive Widgets.','','','','','','','',49460,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14451,13202,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Random Drop Flat Rate','This quest tests random drops with flat rate drop percentage.','Get 10 Flat Widgets.','','','','','','','',49459,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14452,13202,215,0,524288,1,2,0,0,0,0,0,0,0,0,0,14449,0,0,0,'Rite of Strength','Behold, $n. The very presence of the Bristleback is a blight. Nothing is left in their wake but corpses and barren land. Camp Narache could become what we see here in but a few days, unless we stand and fight.$B$BThis will be your Rite of Strength; the first ceremony of a tauren brave. Go into the heart of the thornsnarl and kill Bristleback quilboar, then return to me.','Kill 6 Bristleback Invaders.','You\'ve fought well, $n. We may yet be saved.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2952,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,57199,57216,57231,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,1,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14453,13202,220,0,16392,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Humble Task','All members of the tribe share in the harmony of life. We live together and work together.$b$bOur commitment to one another carries with it a high degree of responsibility. I ask of you now a humble task.$b$bMy mother set out this morning to fetch water from the well to the southeast of Narache. It has been quite some time now. Perhaps you could check on her for me while I attend to tribal matters here?','Chief Hawkwind wants you to search for his mother near the water well to the southeast of Camp Narache.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14454,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Captured Warrior','The quilboar have not only razed our buildings, but have taken tauren captives. I saw them take Brave Sharphorn, a young warrior trainer of ours, away in one of their foul cages. Please, find a key on one of the quilboar\'s bodies and go save him!','Obtain a Crude Key from one of the Bristleback Quilboar, and use it to unlock the Quilboar Cage holding Brave Sharphorn.','','','','','','','',49699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,69721,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14455,13202,215,0,8,1,3,0,0,0,0,0,0,0,0,0,14458,0,0,0,'Stop the Thorncallers','Knowing the ways of your prey is another aspect of the hunt. In the lands they come from, quilboar live in the shade and protection of huge thorned roots. When they move, their shamans seed and grow new roots for them to live in.$B$BThese thorns mar the land and choke out other life, turning the earth around them barren. Go to the south and stop these thorncallers before they have a chance to continue, $n.','Kill 7 Bristleback Thorncallers.','With the corruptors slain, the Earth Mother will mend her own wounds in due time. The roots are not meant to thrive here, and will wither. Balance will return.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36697,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,57232,57200,57217,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14456,13202,215,0,8,1,3,0,0,0,0,0,0,0,0,0,14458,0,0,0,'Rite of Courage','One of the first lessons you should learn, $n, is to never underestimate your prey.$B$BWhile we were distracted by the attack on Camp Narache, more of the Bristleback swept in unnoticed and stole a cache of our rifles. You can see them to the south now, filling the air with lead.$B$BThis is your Rite of Courage: brave the hail of gunfire, hunt the Bristleback gun thieves, and bring back our rifles.','Recover 7 Stolen Rifles from Bristleback Gun Thieves.','Well done, $n. Respect your prey, and the danger it carries, but never fear it. In fear, you become prey yourself.','How many have you brought me, initiate?','','','','','',49535,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57201,57218,57224,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14458,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,24852,0,0,0,'Go to Adana','We\'ve struck a great blow against the quilboar here. I will stay here, and hold the line, but you need to move on.$B$BSeek Adana Thunderhorn; she has taken a few braves to the southwest to root out the rest of the Bristleback.','Go to Adana Thunderhorn to the Southwest.','More trials lay ahead, $n. I hope you\'re prepared.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,2,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14459,13202,215,0,8388616,1,4,0,0,0,0,0,0,0,0,0,0,14460,0,0,'The Battleboars','There are more threats to be dealt with here. The Bristleback are taming wild boars to be used against us.$B$BThese armored battleboars have been abused beyond hope of recovery; they must be put down, for our safety and their peace. Go to the pens to the south and slay them, $n. Return to me afterwards.','Kill 10 Armored Battleboars.','Good work, $n. Those beasts could have been a greater threat than the quilboar themselves, if we had not taken action now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36696,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,57202,57219,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14460,13202,215,0,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rite of Honor','Chief Squealer Thornmantle leads these quilboar. It was he that set upon Greatmother Hawkwind and took her life, leading the attack on Camp Narache. He fled and hid afterwards, but we\'ve found him. He lurks to the west within his foul den of thorns, fending off any braves we send in after him.$B$BYou\'ve proven yourself as a brave defender of our people, $n. Kill Thornmantle and bring his mane back to Chief Hawkwind, in honor of our Greatmother!','Kill Chief Squealer Thornmantle.','$B$BThe Chief of the Bristleback is slain. Greatmother Hawkwind\'s spirit has been avenged!','Have you completed your trials, young one?','','','','','',50473,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57203,57220,0,0,0,0,1,1,0,0,0,0,57792,0,0,0,1,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(14461,13202,215,0,8388616,1,4,0,0,0,0,0,0,0,0,0,0,14460,49539,1,'Feed of Evil','We must do more than simply hunt boars here. The eyesore that has been left upon the land must be purged.$B$BTo give them a wild thirst for blood, the battleboars are force-fed raw flesh. Take this torch, and use it to burn the troughs of meat and gore to cinders.','Use Adana\'s Torch to set fire to all 3 Troughs in the Battleboar Pens.','You\'ve not only wiped the boar pens clean, but put a stop to a horrible desecration. Well done.','','','First Trough','Second Trough','Third Trough','',0,0,0,0,0,0,0,0,0,0,0,0,36727,37155,37156,0,1,1,1,0,69228,69228,69228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14462,13164,16,0,8,18,20,0,0,0,0,0,0,0,0,0,24497,0,0,0,'Where\'s My Head?','He\'s here, $N! Captain Grunwald is a high-ranking Alliance officer from Northwatch Hold, no doubt here to coordinate an assault on Orgrimmar with his night elven allies. We have observed him entering the tower southwest of here. I want his head, $c. I want to send it back to Northwatch to drive a wedge between our enemies!$B$BI\'ve sent a goblin assassin, Slinky Sharpshiv, to the tower but she hasn\'t returned. Go find her. And get me that head!','You\'ve been sent to meet with the goblin assassin Slinky Sharpshiv at the base of the northern tower of Talrendis Point. ','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14463,13202,4714,0,262152,4,7,0,0,0,0,0,0,0,0,0,14416,0,0,0,'Horses for Duskhaven','Saving the horses might\'ve saved the rest of the town. They have plenty of carriages in Duskhaven, but not enough horses to pull them.$B$BGo tell Mayor Armstead that the horses you saved are at her disposal.$B$BI\'ll get things ready and join you in a bit.','Speak to Gwen Armstead in Duskhaven.','Excellent work, $N. I think I speak for everyone when I say the sooner we get out of here, the better.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14464,13164,16,0,8,18,20,0,0,0,0,0,0,0,0,0,14462,24430,0,0,'Lightning Strike Assassination','The base of the tower is patrolled by the Captain\'s elite guards. So here\'s what we\'re going to do: we\'re going to grapple straight up to the top, slice-and-dice the VIPs, and bail out using my portable low-altitude parachute. I\'ll rig the tower to explode behind us. You be sure to grab Captain Grunwald\'s head for Chawg. Got it?$B$BDo NOT accept this mission unless you are prepared for UNMITIGATED BADASSERY. Is that clear? ','Talk to Slinky Sharpshiv to ascend the tower and assassinate Captain Grunwald. Collect Captain Grunwald\'s head.','','','','','','','',49540,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53425,53412,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14465,13202,4714,0,262152,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Greymane Manor','It\'s time for everyone to head to safety. That includes you, $N. Head to Greymane Manor, the others will be there shortly.$B$BDon\'t worry about me, I\'ll make sure that everyone makes it out of here in one piece. Yes, even the few ferals we have in the pens.$B$BOnce you get there, speak to Queen Greymane about the gravity of the situation.','Speak to Queen Mia Greymane inside Greymane Manor.','$N. I\'ve heard much about you.$B$BI understand you were crucial in my family\'s survival during the outbreak in Gilneas City.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,45,0,0,82892,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14466,13202,4714,0,262152,4,7,0,0,0,0,0,0,0,0,0,14465,0,0,0,'The King\'s Observatory','You ought to speak to Genn. He\'s been locked up in his observatory ever since this ordeal started.$B$BI\'m sure he\'s working on a plan for his people. He\'s a very stubborn individual.','Speak to King Genn Greymane in the observatory inside Greymane Manor.','There you are, $N. I\'ve been expecting you.$B$BI got word of your recovery and... wait -- do you feel that?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,45,0,0,68954,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14467,13202,0,0,8,4,7,0,0,0,0,0,0,0,0,0,14466,0,0,0,'Alas, Gilneas!','','','Look, $N! Look at what\'s become of Duskhaven!$B$BLook at what\'s become of the last safe place in Gilneas!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,69257,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(14468,13202,16,0,8,10,13,0,0,0,0,0,0,0,0,0,14468,0,0,0,'Another Warm Body','Oh have I got a deal for you! Immerse yourself in foreign cultures, go on epic adventures, blow things up, and get paid to do it! Sound too good to be true? Well it\'s not - this is what we do!$B$BIf you\'re interested, head over to Gallywix Defense Post on Forlorn Ridge to the north and look for Commander Molotov.','Report to Commander Molotov on Forlorn Ridge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14469,13202,16,0,8,10,13,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hand-me-downs','First things first - we need more supplies for you and the other new recruits. There are some perfectly good standard issue packs on the bodies of our last round of recruits, in the minefield to the north.$B$BTaking their lessons to heart, I\'d recommend you avoid stepping on mines yourself.','Retrieve 12 Military Supply Packs from the central minefield.','','','','','','','',49599,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54213,0,0,0,2,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14470,13202,16,0,8,10,13,0,0,0,0,0,0,0,0,0,14468,0,0,0,'Military Breakthrough','We\'ve lost contact with Sergeant Dynamo, stationed at the next ridge to the north of the central minefield. They were probably overrun.$B$BHe had our last SFG. Go over there and get it back. Clear out any naga that have broken through while you\'re there.','Kill Warlord Krellen and recover the SFG.','','','','','','','',0,49700,0,0,0,0,0,1,0,0,0,0,8408,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14471,13202,16,0,8,10,13,0,0,0,0,0,0,0,0,0,14468,0,0,0,'First Degree Mortar','Hey bud! Like explosions? Of course you do. Who doesn\'t like explosions?!$B$BI\'ve got mortars set up on the ridge to the east to hold the naga back. Go forth, recruit. Mortar them... mortar them all! Ahahahah.','Use a Goblin Mortar to slaughter 60 Spitelash Attackers','','','','Spitelash Attackers blown to bits','','','',0,0,0,0,0,0,0,0,0,0,0,0,6196,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,53422,53430,53437,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14472,13202,16,0,0,10,13,0,0,0,0,0,0,0,0,0,0,0,49700,1,'In The Face!','The naga are using those giants to stamp paths through our minefields. Time to put that SFG to use!$B$BHead over to the entrance to the southern minefield - I think you can figure out the rest.','Use an SFG to kill an Enslaved Son of Arkkoroc in the southern minefield.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36868,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14473,13202,4720,0,136,1,6,0,0,0,0,0,0,0,0,0,14474,0,0,0,'It\'s Our Problem Now','Looks like those monkeys will steal anything! Those thieving little monsters have driven the teraptor matriarch into a frenzy by stealing her eggs. Worse yet, the eggs have started to hatch! We\'ve got hungry teraptor hatchlings running around all over the place, looking to make a quick meal out of us!$B$BWe didn\'t start this, but it\'s our problem now. You\'ll have to head into the jungle and kill those hungry teraptor hatchlings before they kill us all.\n','Slay 6 Teraptor Hatchlings.','Let\'s just hope we don\'t have to deal with their mommy later. That would be very bad.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36740,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14474,13202,4720,0,8,1,6,0,0,0,0,0,0,0,0,0,14239,0,0,0,'Goblin Escape Pods','$N, I\'m sorry, I thought you were dead!$B$BThis is just crazy. We sailed into a fight between the Alliance and Horde!$B$BYou know, our brothers and sisters still need to be rescued.$B$B$B$BI think I\'m going to sit here a while longer and catch my breath. Can you swim around and let them out? Take my pair of thermohydratic flippers so you can get around faster.$B$BLet Sassy know that I\'ll swim in shortly.','Rescue 6 Goblin Survivors.','Oh, thank heavens that you survived, $N! I thought for sure that you\'d drowned when I saw you go over the side!$B$B$B$BLook at all of these folks you saved!','','','Goblin Survivors Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,-195188,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14475,13164,16,0,8,18,20,0,0,0,0,0,0,0,0,0,24497,0,0,0,'Grounded!','Do you see a problem with these wind riders, $N? They\'re not riding the wind! Every flight I send aloft gets peppered by night elf snipers.$B$BTalrendis sharpshooters are holed up in the southern-most tower, against the mountains. I sent one of these little goblin scrubs to take care of the tower, but I haven\'t heard a word from him. Go find Bombardier Captain Smooks and beat him with the hurry stick!','Find Bombardier Captain Smooks at the southernmost night elf tower at Talrendis Point.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14476,13164,16,0,8,18,20,0,0,0,0,0,0,0,0,0,14475,0,0,0,'Rigged to Blow','This tower was out of cannon range, so I thought we\'d blow it up the old-fashioned way - in person. We set all the main charges but the guards fought us back before we could arm the detonators.$B$B$N! Get up there and arm the three detonators we placed around the base of the tower. Those things are wired into a pack of thermals I set up along the spine... It\'ll be some show!','Arm the three Explosive Charges located around the base of the southern-most tower at Talrendis Point.','','','','Detonator Charge 1 Armed','Detonator Charge 2 Armed','Detonator Charge 3 Armed','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14477,13164,16,0,10,18,20,0,0,0,0,0,0,0,0,0,14476,24430,0,0,'Push the Button!','Lemme check the connections... and we\'re set. You do the honors, $N. Push it. Push the button!$B$BPush the button, $N!$B$BAfter the fireworks, go tell Kroum back at Valormok that his skies are clear.$B$BPush the button!','Detonate the explosives!','','','Detonate the Explosives','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53444,53408,53424,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14478,13202,16,0,8,12,16,0,0,0,0,0,0,0,0,0,24458,0,0,0,'Operation Fishgut','The Bilgewater Battalion are now accepting recruits for OPERATION FISHGUT.$B$BWages will consist of 1 gold piece at the time of operation completion for all active soldiers in good standing. All wages will be forfeited in the event of death. A fee of 20 silver will be charged for any resurrections performed in the line of duty.$B$BAll recruits are to report for duty directly to Commander Molotov under the main cannon.','Report for active duty to Commander Molotov under the main cannon in Bilgewater Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(14479,13202,16,0,8,12,16,0,0,0,0,0,0,0,0,0,24455,0,0,0,'There Are Many Like It','Enough small talk. Get off your butt and onto a rocket, soldier.$B$BAnd remember, you don\'t get paid if you\'re dead.','Use a rocket to reach the Shattered Strand, and then report for duty to Lieutenant Drex.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14480,13202,16,0,131080,12,17,0,0,0,0,0,0,0,0,0,24448,24449,49629,1,'Extermination','We\'re sending you in there to clean up this naga infestation. Lethal force has been authorized.$B$BGob Squad will be backing you up on this one, so it should be a cakewalk.','Kill 30 Spitelash Naga in the Ruins of Eldarath.','','','','Spitelash Naga slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,7885,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,53453,53418,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14481,13202,1519,0,8,78,80,0,0,0,0,0,0,0,0,0,28826,14482,0,0,'Into The Abyss','The Horde and Alliance are locked in battle with one another in the seas to the west.$b$bBelow them, a great host of enemies prepares to carry out a plan that could be the undoing of us all.$b$bI am sending you to speak with the admiral of the alliance forces. Share with him the vision you have seen. Convince him to focus his attention on the true threat below, before it grows too late...$b$bTo gain audience with the admiral, you must first enlist with the recruiter at the harbor.','Nambria wants you to speak to Recruiter Burns at Stormwind Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(14482,13202,4411,0,136,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Duty','Citizen!$b$bAs you may have heard, the Horde\'s attacking just offshore. The fighting\'s been fierce and relentless.$b$bWe need every able body out there repelling the enemy!$b$bReport to the northernmost dock at once for transport to the battle.$b$bOh, and our official warships are... err, a bit late in their scheduled return. Don\'t worry though, we\'ve commissioned mercenary vessels to serve in the meantime.$b$bHurry along now, $c. Stormwind needs you!','Ride the mercenary ship to battle.','Not exactly the battle you had anticipated, I\'ll wager. But a battle nonetheless, as you shall soon see....','','Ride the mercenary ship to Vashj\'ir','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,86596,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14484,13202,16,0,131080,12,17,0,0,0,0,0,0,0,0,0,24448,24449,49629,1,'Head of the Snake','They taught us at officers camp to always cut off the head of the snake. Seemed dumb considering we never fought any snakes, but I guess it kind of makes sense now.$B$BTake your men in there and kill Lord Kassarus.','Kill Lord Kassarus in the Temple of Zin-Malor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36822,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14485,13202,16,0,131080,12,17,0,0,0,0,0,0,0,0,0,24448,24449,49629,1,'Ticker Required','Our best demo-man, Ticker, is on assignment with the Gob Squad. He\'s got WAY more than enough explosives for all the runestones in the ruins.$B$BAll you have to do is get him there and keep him covered - he\'ll handle the rest.','Bring Ticker into the ruins and cover him as he sets up bombs at 3 of the Spitelash Runestones.','','','','Spitelash Runestones destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,36843,-199333,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14486,13202,16,0,131080,12,17,0,0,0,0,0,0,0,0,0,24448,24449,49629,1,'Handling the Goods','Hey there, buddy. Want to make a quick buck?$B$BBring me back any highborne tablets you find in the ruins.','Collect 12 Highborne Tablets from the Ruins of Eldarath.','','','','','','','',49639,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53411,53433,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14487,13202,16,0,131080,12,17,0,0,0,0,0,0,0,0,0,24448,24449,49629,1,'Still Beating Heart','Commander Molotov found a party at the Secret Lab willing to act as buyer for the artifact that you scouted out earlier.$B$BUndoubtedly, it\'s still in the center of the ruins with the High Priestess, where you initially spotted it. Get it back here undamaged, soldier.','Recover the Heart of Arkkoroc from the center of the Ruins of Eldarath.','','','','','','','',49642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14491,13202,215,0,8,5,7,0,0,0,0,0,0,0,0,0,14438,0,49647,1,'The Restless Earth','Until recently, a group of dwarves intruded on our lands to the west, carving the earth apart senselessly to search for treasure. When the very earth itself tore apart, the spirits of the land they had abused rose up and took their revenge.$B$BThe agitated earth spirits still roam the former dig site, $n. We must offer them appeasement.$B$BTake this drum with you to the west and play to the spirits. The rhythm may calm their fury and confusion.','Use the Drums of the Soothed Earth to calm 6 Agitated Earth Spirits.','The land is clearly still in great upheaval if it took such effort to calm.$B$BRemember this, $n. Do not forget seeing the fate of those who would scar the Earth Mother.','','','Spirits Calmed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57223,57207,57233,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(20440,13202,215,0,8,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Poison Water','Our sacred wells have been tainted, and I will need your help to fix this.$B$BTo cleanse each well, I must create a cleansing totem, then you must bring the totem to the well and perform a cleansing ritual.$B$BFirst we will create a cleansing totem for the Winterhoof Water Well. To do this, the land must offer its aid. Hunt prairie wolves for their paws and adult plainstriders for their talons. They are to the southwest.$B$BReturn to me with the paws and talons, $N.','Collect 6 Prairie Wolf Paws and 4 Plainstrider Talons.','You have done well, $N. I will take these and bind their power into a totem of cleansing.','Do you have the paws and talons, $N?','','','','','',4758,4759,0,0,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(20441,13202,215,0,0,4,7,0,0,0,0,0,0,0,0,0,24457,0,49651,1,'Rite of Vision','Again, be sure you are ready to leave Bloodhoof Village behind, $n. The next step on your journey will take you far from here.$b$bYour path continues to lead onward, across the fields of Mulgore, the eyes of the Earth Mother on you at all times. When you are ready, consume the waters near the tribal fire. Once you have ingested the holy waters, your eyes will be opened, and the spirits will guide you.','Consume the Water of Vision in front of the tribal fire in Bloodhoof Village.','','','','Water of Vision consumed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57206,57222,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(23733,13202,215,0,0,1,5,0,0,0,0,0,0,0,0,0,24861,0,0,0,'Rites of the Earthmother','Today, you have undertaken a rite of passage far more difficult than we ask of most of our youths. Be proud. Now, it is time for you to continue on your journey.$B$BTo the west, beyond our burial ground, you will find a path winding up the mesa. Follow it to the top, and speak with Dyami Windsoar.$B$BWalk with the Earth Mother, friend. You will always be welcome here.','Speak to Dyami Windsoar atop Fargaze Mesa.','If you are prepared to leave Camp Narache behind, I will help call the spirits to guide you onwards.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24215,13202,215,0,0,1,5,0,0,0,0,0,0,0,0,0,23733,0,49652,1,'Rite of the Winds','Look, $N. The rolling plains of Mulgore stretch before you: our home, the cradle of the Earth Mother. Here she provides us with all we could ever need, a peaceful and verdant land. This is what you will fight to protect.$B$BYour journey will take you far beyond her sheltering arms, to the farthest and cruelest regions of this world, and beyond.$B$BBelow us is Bloodhoof Village. The first step on your true path begins now. Drink deep of the Water of Vision, and let the spirits guide you onward.','Drink the Water of Vision.','Welcome to Bloodhoof Village, hero. I am glad the spirits have guided you safely here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24430,13164,16,0,8,18,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blacken the Skies','$N! Give us a hand here, will ya? Gorsch here had a bad experience at the all-you-can-eat seafood joint back in town, and now we\'re short a pilot.$B$BMy job was to take out those elven glaive throwers before they cut our air units to ribbons. Hop on this wind rider and take to the skies! One of my bombardier buddies will ride with you and bomb the targets at your command.$B$BAnd hey! Chuck a bomb straight at the night elven command center - the large building south of here, beside the bridge. Glorious!','Mount a Grounded Wind Rider and fly over Talrendis Point. Destroy 6 Talrendis Glaive Throwers and bomb the Command Center.','','','','','Command Center Bombed','','',0,0,0,0,0,0,0,0,0,0,0,0,36890,36906,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24432,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,14482,0,0,0,'Sea Legs','Welcome to The Briny Cutter, $c.$b$bI am Erunak, the last surviving passenger of this once-proud vessel.$b$bI\'m afraid your travails have only just begun. The naga have been attacking here relentlessly.$b$bYou\'re not equipped to be of much help down here yet, but I can remedy that.$b$bJust outside this ship live a special breed of starfish. Bring me some of them along with a conch shell. I\'ll prepare an enchantment that should help to increase your chances of survival.','Erunak in The Briny Cutter wants you to bring him 3 Saltwater Starfish and a Conch Shell from Seafarer\'s Tomb.','Here you are, $c. With this you should find maneuvering in the sea to be nearly effortless. $b$bNow we must get to work. There is much to be done in little time.','It is good to see that you\'re still alive, $r.$b$bHave you found the items I require?','','','','','',54828,52504,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,73701,73701,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24433,13164,16,0,8,18,20,0,0,0,0,0,0,0,0,0,24497,24430,0,0,'Let Them Feast on Fear','Our grunts are strong but have no initiative. They\'re fighting toe-to-toe on the front lines. But an independent $c like yourself - well, someone like you can slip behind the lines and cause some real havoc deep within the enemy redoubt.$B$BCut a swath of destruction through the heart of Talrendis, $N! Slay our foes in territory they think is secure, leaving blood and fear in your wake.','Fight your way across Talrendis Point, slaying 12 Talrendis Defenders and 6 Talrendis Sentinels. ','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36816,36914,0,0,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24434,13164,16,0,8,18,20,0,0,0,0,0,0,0,0,0,24497,24430,0,0,'Commando Drop','Are you sensitive to the tremors of the local ley-lines, $N? I can feel the occasional thrum, like the plucking of a string. It\'s the kind of resonance I\'d expect from a long-range summoning spell. The Lorekeepers in Talrendis, with their laughably primitive magics, are trying to summon in backup from Darnassus.$B$BWe can use this to our advantage, $N. If you can compromise their summoning stone, we can teleport a crack team of commandos behind enemy lines.$B$BLocate the summoning stone in Talrendis!','Slay 5 Talrendis Lorekeepers and locate a Lorekeeper Summoning Stone somewhere within Talrendis Point.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36849,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24435,13202,16,0,8,12,16,0,0,0,0,0,0,0,0,0,14479,24448,0,0,'Mop Up','There are a lot of naga left on this beach. Looks like you have some wet work ahead of you, $G son:girl;.','Kill 12 Spitelash Naga on the Shattered Strand.','','','','Defending Naga slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,6190,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24436,13202,16,0,0,12,16,0,0,0,0,0,0,0,0,0,14479,24448,49679,1,'Halo Drops','We\'ve got \"soldiers\" all over the beach trying to get out of their work by dying on us. Find the slackers and use this flaregun to call in a priest to take care of the situation.$B$BWe can\'t have men thinking they can get off that easy.','Call in Airborne Priests at the bodies of 8 Wounded Soldiers on the Shattered Strand.','','','','Wounded Soldier rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,36922,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,53410,53419,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24437,13202,16,0,0,12,16,0,0,0,0,0,0,0,0,0,14479,24448,49685,1,'First Come, First Served','There\'s some gorgeous beach front property along the shore. I can market this stuff for 10 times what construction will cost me.$B$BThe prime spots are that naga pagoda to the south, the tower right next to the water, and the ruins at the far northern end of the beach. I\'ll give you some coin if you claim them for me before the fighting clears out.','Plant Ruckus\' Territorial Claim Flag next to the prime real estate locations along the Shattered Strand.','','','','Southern Pagoda claimed','Big ol\' Tower claimed','Northern Vista claimed','',0,0,0,0,0,0,0,0,0,0,0,0,36953,36952,36951,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24438,13202,4714,0,262152,4,8,0,0,0,0,0,0,0,0,0,14467,0,0,0,'Exodus','We have no choice, $N. We must move further inland.$B$BI don\'t like it one bit, but we\'re vulnerable here.$B$BReturn to the stables below the manor. Let\'s get everybody on carriages and send them eastbound. I pray it\'s not too late.','Board a carriage below Greymane Manor.','Thanks for stopping, $N. Our carriage got hit pretty bad.$B$BThe one in front of us got it worse.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,95679,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24439,13164,16,0,8,18,20,0,0,0,0,0,0,0,0,0,24430,0,0,0,'The Conquest of Azshara','$N! Was it you who piloted the wind rider who bombed the command center? It was a direct hit!$B$BMy scouts tell me that you gravely wounded Jarrodenus, flight master of the night-elven skychasers and de facto commander of the opposition.$B$BThe opportunity to strike is now - I don\'t have time to assemble a full assault. Rush the command center building and kill Commander Jarrodenus before his backup arrives. Bring me his head... and Azshara is ours! ','Slay Commander Jarrodenus in Talrendis Point and collect his head.','','','','','','','',49674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53443,53451,53442,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24440,13202,215,0,2,4,6,0,0,0,0,0,0,0,0,2,20440,0,5411,1,'Winterhoof Cleansing','I have crafted the totem to cleanse the Winterhoof Water Well. Now, you must take it to the well and perform a cleansing ritual. The well is to the southeast, but be warned: whoever did this may still be there, laying in wait.$B$BThis may prove very dangerous, $n. Be careful...but do not let the defilers of our well escape.','Use the Winterhoof Cleansing Totem at the Winterhoof Water Well.','The Grimtotem...$B$B$B$BI\'d hoped to see the end of my days before Tauren attacked other Tauren senselessly on the very plains of Mulgore. But be proud, $N. You have done a great thing for the land, and for our people.','','Well Cleansed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57221,57205,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24441,13202,215,0,8,4,7,0,0,0,0,0,0,0,0,0,24440,0,0,0,'Thunderhorn Totem','There is more work to be done. We must create a new totem to cleanse the Thunderhorn Well.$B$BYou must gather the claws of the predators of the Mulgore plains. Hunt prairie stalkers for their stalker claws and flatland cougars for their cougar claws, then return to me.$B$BYou will find the prairie stalkers and flatland cougars to the east and west.','Collect 6 Stalker Claws and 6 Cougar Claws.','Thank you, $N. The purity with which these beasts hunt is vital in the creation of the next cleansing totem.$B$BThe Thunderhorn Well is a symbol of my own tribe, and to know it is being desecrated by our own kind raises a fury in me I haven\'t felt for years.','$N, do you have the claws I sent you to gather? The Thunderhorn Water Well grows more tainted with each passing hour!','','','','','',4801,4802,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24443,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,24464,0,0,'The Captured Hunter','The quilboar have not only razed our buildings, but have taken tauren captives. I saw them take Honu Staghunter, a young hunter trainer of ours, away in one of their foul cages. Please, find a key on one of the quilboar\'s bodies and go save her!','Obtain a Crude Key from one of the Bristleback Quilboar, and use it to unlock the Quilboar Cage holding Honu Staghunter.','','','','','','','',49699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,69721,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24444,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Captured Shaman','The quilboar have not only razed our buildings, but have taken tauren captives. I saw them take Miira Thunderhoof, a young shaman trainer of ours, away in one of their foul cages. Please, find a key on one of the quilboar\'s bodies and go save her!\n','Obtain a Crude Key from one of the Bristleback Quilboar, and use it to unlock the Quilboar Cage holding Miira Thunderhoof.','','','','','','','',49699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,69721,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24445,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,24465,0,0,'The Captured Druid','It\'s fallen to some of our youngest to defend our camp, $n, and many of our bravest apprentices are out there as we speak, fighting the quilboar. I fear for their safety...$B$BPlease, look for the young druid Keshu Treehoof to the east, deep within quilboar territory. If you find her and the other apprentices alive, they may be able to help you.','Find Keshu Treehoof.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,69721,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24446,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Captured Sunwalker','The quilboar have not only razed our buildings, but have taken tauren captives. I saw them take Bowe Dawnhorn, a young Sunwalker, away in one of their foul cages. Please, find a key on one of the quilboar\'s bodies and go save him!','Obtain a Crude Key from one of the Bristleback Quilboar, and use it to unlock the Quilboar Cage holding Bowe Dawnhorn.','','','','','','','',49699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,69721,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24447,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Captured Seer','The quilboar have not only razed our buildings, but have taken tauren captives. I saw them take Seer Skyhoof, a young seer, away in one of their foul cages. Please, find a key on one of the quilboar\'s bodies and go save her!','Obtain a Crude Key from one of the Bristleback Quilboar, and use it to unlock the Quilboar Cage holding Seer Skyhoof.','','','','','','','',49699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,69721,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24448,13202,16,0,8,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,'Field Promotion','Commander Molotov sent word directly that you should be dispatched to our forward post. We\'re preparing to send squads into the ruins to rout the naga and recover the artifact, and he would like you to lead one of them.$B$BGet to the northwest corner of the beach and follow the path up to our forward post.','Report to Captain Tork at the forward post in the Ruins of Eldarath.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24449,13202,16,0,262152,12,17,0,0,0,0,0,0,0,0,0,0,0,49642,1,'Shore Leave','We\'re looking pretty good here at this point. It\'s definitely been a pleasure working with you, soldier.$B$BIf you\'re ready to take the artifact back, we\'ve got a Gyrocopter ready to take you back to Bilgewater Harbor so that you can deliver it to Uncle Bedlam personally.','Bring the Heart of Arkkoroc to Uncle Bedlam in Bilgewater Harbor.','','','','','','','',49642,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53403,53428,53399,53415,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24452,13202,16,0,4,10,13,0,0,0,0,0,0,0,0,0,14472,0,49701,1,'Profitability Scouting','Things seem to be quieting down a bit. Gallywix will probably keep forking out cash to keep us posted here, but I have a feeling we might be able to milk a bit more out of the deal.$B$BNaga and Sea Giants aren\'t normally friends, so the naga must be controlling them somehow. Take this stealth field generator, get in those ruins, and let me know if you find something that looks really pricey.','Use the stealth field generator to infiltrate the Ruins of Eldarath and identify the Heart of Arkkoroc.','','','Heart of Arkkoroc identified','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53429,53432,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,2300,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24453,13202,16,0,8,10,13,0,0,0,0,0,0,0,0,0,24452,0,0,0,'Private Chat','Look... one last favor before you run off.$B$BPrivate Worcester is still back at that tower \"recruiting.\" Go and let him know that we\'re good to pack it up now. Back to town.$B$BPleasure working with you, recruit.','Speak to Private Worcester at the Orgrimmar Rocketway Exchange.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24455,13202,16,0,8,12,16,0,0,0,0,0,0,0,0,0,14478,0,0,0,'Rapid Deployment','You will be reporting for active duty immediately. Captain Desoto is overseeing deployment just down the ramp at the rocket launch station.$B$BMake us rich, soldier. Dismissed!','Report to Captain Desoto in Bilgewater Harbor for deployment.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24456,13202,215,0,8388610,4,8,0,0,0,0,0,0,0,0,2,24441,0,5415,1,'Thunderhorn Cleansing','The Grimtotem are a tribe that believe all of Kalimdor should belong to the tauren alone. Their hate and anger led to a corrupting thirst for power. Magatha, their leader, poisoned our High Chieftain, Cairne Bloodhoof, and attempted to take Thunder Bluff for herself; she was defeated, and the Grimtotem exiled.$B$BNow they seek to ruin Mulgore itself as they are driven out. Quickly, $N, you must go to the Thunderhorn Water Well in the north and perform the ritual!','Use the Thunderhorn Cleansing Totem at the Thunderhorn Water Well.','','','Well Cleansed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57235,57210,57226,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24457,13202,215,0,8388616,3,6,0,0,0,0,0,0,0,0,0,24456,0,0,0,'Rite of Vision','I cannot thank you enough for cleansing my tribe\'s well, $n, and for fighting the savage Grimtotem to do it. But there is more to be done, and it is time for your journey to lead you beyond Bloodhoof Village.$B$BZarlman Two-Moons stands by the fire in the north end of the village. Go speak with him and learn of the next ritual you must undertake.','Speak with Zarlman Two-Moons in Bloodhoof Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24458,13202,16,0,0,13,15,0,0,0,0,0,0,0,0,0,14388,0,49705,1,'A Hello to Arms','$N, I\'ve taken the purified sample of Azsharite you rescued from the lab and I\'ve weaponized it. If my calculations are correct, it will detonate with enough force to level a city.$B$BIf I\'m wrong, we may cleave the planet in two.$B$BThe only way to find out is a test-firing! Deliver the Azsharite core to the giant cannon in Bilgewater and report to Bleenik Fizzlefuse. My pilot-for-hire Friz Groundspin here can give you a ride.$B$BI\'ll follow... from a safe distance. ','Deliver the Armed Azsharite Core to Bleenik Fizzlefuse at Bilgewater Harbor. Speak with Friz Groundspin for a free airlift.','','','Azsharite Core Delivered','','','','',49705,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,4,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24459,13202,215,0,8388616,6,8,0,0,0,0,0,0,0,0,0,6364,0,0,0,'Morin Cloudstalker','You may have heard of the Venture Company. They are a goblin \"cartel\", something like a tribe.$B$BWhile one of these cartels has joined us in the Horde, the Venture Company is loyal only to greed. These greedy goblins and their workers have tried to exploit the resources of Mulgore before, to little success.$B$BOne of our outrunners, Morin Cloudstalker, has gone to check the remains of one of the goblin caravans. If you wish to help him, follow the road out of the village to the east.','Find Morin Cloudstalker to the east of Bloodhoof Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24460,13202,132,0,0,1,1,0,0,0,0,0,0,0,0,0,0,24462,0,0,'Out of Order','Hey there $c, I need you to solve the Cataclysm. Go hunt me some zombies.','Paul\'s Test Questgiver wants you to kill zombies.','','','','','Flesh Eater (cm 3)','','',884,0,0,0,0,0,10,0,0,0,0,0,0,3,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24462,13202,132,0,524288,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Operation Item Get','Now that ye\'ve killed those wolves, let\'s try out somethin\' different. Go nab some items from the troggs over yonder.$b$bOnly the burliest of the burly have items.$b$bci 49707 5','Paul\'s Test Questgiver wants you to obtain 5 Trogg Items.','','','','','','','',49707,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24463,13202,16,0,8,18,20,0,0,0,0,0,0,0,0,0,24439,0,0,0,'Probing into Ashenvale','Even as the Darnassian scum pull back from Azshara, I\'ve been getting mixed reports from my riders stationed in Ashenvale, to the west. The night elves may be making an assault on our territory in the Barrens.$B$B$C, I need you to slip across the border and speak to one of my scouts. Look for Kulg Gorespatter just across the bridge at the southwest edge of Talrendis Point. Find out what\'s happening in those woods!','Speak with Kulg Gorespatter in Ashenvale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24464,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Track Beasts','The art of tracking is the soul of the hunt, and you did well in finding me here. I am no seasoned expert, but I\'ve been taught well; I can share with you more ways of following beasts and finding your prey.$B$BIt is the least I can do in repayment for saving me.','Speak to Honu Staghunter and learn Track Beasts.','','','','Track Beasts learned','','','',0,0,0,0,0,0,0,0,0,0,0,0,35841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24465,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mark of the Wild','I am but an apprentice myself, $n, but I can still impart a lesson to you in thanks.$B$BAllow me to teach you how to call out to the Earth Mother, and draw upon the power of the wild.','Speak to Keshu Treehoof and learn Mark of the Wild.','','','','Mark of the Wild learned','','','',0,0,0,0,0,0,0,0,0,0,0,0,35841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24466,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle Shout','I am but an apprentice myself, $n, but I can still impart a lesson to you in thanks.$B$BAllow me to teach you how to harness your inner fury into a mighty battle shout.','Speak to Brave Sharphorn and learn Battle Shout.','','','','Battle Shout learned','','','',0,0,0,0,0,0,0,0,0,0,0,0,35841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24467,13164,16,0,8,15,19,0,0,0,0,0,0,0,0,0,14391,14392,0,0,'Fade to Black','Now we put an end to all this madness. We need to rout the black dragonflight from Azshara entirely before they can return with any communication for their master.$B$BI still don\'t know what they have up their sleeve for capturing us, so I\'d like to ask this one last thing of you - go into sable ridge and kill their leaders, Twilight Lord Katrana and Malicion.$B$BIf things get hairy, I will come help. I just don\'t want to risk falling into whatever trap they set for Azuregos.','Kill Twilight Lord Katrana and Malicion in Sable Ridge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36638,36649,0,0,1,1,0,0,0,0,0,0,0,0,0,0,53402,53423,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24468,13202,4714,0,262152,5,8,0,0,0,0,0,0,0,0,0,24438,0,0,0,'Stranded at the Marsh','The ogres got two of our stagecoaches: this one and one that fell into the marsh just north of here.$B$BI want you to head there and rescue any survivors while we hatch up a plan to deal with these ogres.','Rescue 5 Crash Survivors at the Hailwood Marsh.','You\'ve done it again, $N. You have my thanks.','','Return to Liam Greymane at the Stagecoach Crash Site.','Swamp Crocolisk Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,37078,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,54994,54995,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24469,13202,132,0,524288,1,1,0,0,0,0,0,0,0,0,0,0,24470,0,0,'Hold the Line!','Hey, you there! Ye\'re a stout-looking $c. Lend us a hand?$b$bIt looks like today\'s big earthquake shook a bunch o\' those barbarous troggs out of the ground, and they\'re sure steamed about something. My men are doing what they can to hold them off, but we could use a hand.$b$bDo yer part - head just south of here and help dig me mountaineers outta trouble. We\'ve got to hold the line!','Slay 6 Rockjaw Invaders.','Impressive work, $g laddie: lassie;. We can hold the perimeter from here on out.$b$bHere, take this for yer troubles. It might come in handy, as I\'ve got something more important to ask of ye...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37070,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,66922,66923,66926,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24470,13202,132,0,524288,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Give \'em What-For','Alright, $n, listen up. I know a thing or two about troggs, and one of those things is that the biggest, strongest troggs get the most respect. The brutes value strength over anything else.$b$bYe see those great big troggs sitting back behind the front lines? They\'re the closest they have to what ye\'d call a leader. Go take out a few, and show \'em what it means to mess with the Sons of Ironforge!','Kill 3 Rockjaw Goons.','Hmm... they blame us for destroying their home, ye say? Well, that wasn\'t us, that was the horrible earthquake we had earlier today. Are they that dense that they can\'t see we nearly lost our camp too?$b$bCan\'t blame a trogg for fightin\' for his home, though.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37073,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,66930,66929,66928,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24471,13202,132,0,524288,1,2,0,0,0,0,0,0,0,0,0,24469,0,49743,1,'Aid for the Wounded','$N, listen! Unlike Joren, I\'ve no need for yer blade, but I do need someone with a steady hand and a bit o\' courage.$b$bOur mountaineers are trained to protect the village from the odd wolf attack... not an all-out trogg invasion! Many of our best have succumbed to wounds and exhaustion, and I need yer help bandaging them up.$b$bHere, take my first aid kit and assist as many as ye can.','Use Sten\'s First Aid Kit on 4 Wounded Coldridge Mountaineers.','Many of those that y\'saved have already made it back to camp. The wounds\'re well-dressed! Ye might have a future in first aid, if ye\'re into that sorta thing.','','','Wounded Coldridge Mountaineers Aided','','','',0,0,0,0,0,0,0,0,0,0,0,0,37079,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24472,13202,4714,0,8,5,8,0,0,0,0,0,0,0,0,0,24468,0,0,0,'Introductions Are in Order','The Forsaken are right on our heels and now these ogres are trying to flank us, $N.$B$BThey\'re servants of the ettin Koroth -- the meanest, most destructive force in all of Gilneas.$B$BIf we can bait Koroth into charging the Forsaken\'s forward force, we should be able to cover our retreat and buy some time.$B$BThe only way this can work is if we make Koroth furious. It won\'t be enough to just kill his minions. We need to swipe his most prized possession, a tiger-skinned banner.','Kill 4 Ogre Minions and obtain Koroth\'s Banner in Koroth\'s Den.','You definitely got the ettin angry, $N. I heard him myself.$B$BLet\'s hope this works.','How did it go, $N?','','','','','',0,49742,0,0,0,0,0,1,0,0,0,0,36293,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,95840,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24473,13202,132,0,524288,1,2,0,0,0,0,0,0,0,0,0,24471,24474,0,0,'Lockdown in Anvilmar','We appreciate yer help out here, but there may be a place where they need ye even more.$b$bDue to the trogg attacks - not to mention that massive earthquake we just had - we\'re putting all civilians on lockdown inside Anvilmar, just up the hill to the northwest.$b$bGo an\' talk to me wife, Jona, inside Anvilmar. I\'m certain she\'s in need of an able-bodied $g man:lass; such as yerself.','Speak with Jona Ironstock in Anvilmar.','Achh.. and what do YOU want? Can\'t ye see I\'m busy in here! Go an\' bother someone else, I haven\'t the time.$b$bWait, what\'s that ye say? Joren sent you to help? Well why didn\'t ye say so?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,-6108,384,1,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24474,13202,132,0,524288,1,2,0,0,0,0,0,0,0,0,0,0,24475,0,0,'First Things First: We\'re Gonna Need Some Beer','I don\'t know how ANYONE expects to get any work done around here if we don\'t have any ale! Our beer level here in Anvilmar is dangerously low.$b$bLucky for us, we\'ve stowed some backup kegs for just such an occasion. West of Anvilmar, along the valley\'s northern border, ye\'ll find kegs of Stormhammer Stout and Theramore Pale Ale. Just to the east of here, ye\'ll find a stash of Gnomenbrau. That\'s me personal favorite.','Obtain a Cask of Stormhammer Stout, a Cask of Theramore Pale Ale, and a Cask of Gnomenbrau.','$b$bAhh... that hits the spot. Now we can get some work done around here.','The ale, darling, the ale!','','','','','',49744,49745,49746,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24475,13202,132,0,524288,1,2,0,0,0,0,0,0,0,0,0,24474,0,0,0,'All the Other Stuff','If we\'re going to be on lockdown for any extended period o\' time, we\'re gonna need some food, and some blankets to keep the wee ones warm. Would ye mind headin\' outside and gatherin\' up some supplies?$b$bYe\'ll find that a few o\' the small boars actually have some healthy-sized haunches... good for eatin\'. We\'ll also need some pelts from the young wolves.$b$bYe\'ll find animals almost anywhere ye go in Coldridge.','Obtain 3 Boar Haunches and 4 Ragged Wolf Hides.','This\'ll have to do for now. We\'ve a lot of people to feed here, but we\'ve got to make do with what we\'ve got. With any luck, King Bronzebeard in Ironforge will send us some help shortly.','The people are gettin\' restless. D\'ye have the supplies yet?','','','','','',49747,49748,0,0,0,0,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24477,13202,132,0,524288,1,2,0,0,0,0,0,0,0,0,0,24473,24486,0,0,'Dwarven Artifacts','$N, my $g boy: beautiful flower;! Are you into archaeology?$b$bWe\'ve an exciting opportunity right outside our front door. All the shaking from today\'s seismic event has knocked a number of artifacts loose from the soil around our encampment. Survey along the valley\'s northern border, and you should find all sorts of treasures. Bring some back to me, and perhaps we can study them together.$b$bRight, then! Off you go!','Obtain 5 Forgotten Dwarven Artifacts.','Wonderful! Look at this one... it must be over 200 years old!$b$bNow, onto other matters...','Yes?','','','','','',49749,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24478,13164,16,0,8,15,18,0,0,0,0,0,0,0,0,0,14296,14299,0,0,'The Trial of Frost','You know, some of my apprentices have called me cold hearted. I always say though, I shall not let the temperature of my body parts stand in the way of true learning.$B$BTo reach the Trial of Frost, touch the Frost crystal to open a portal. Once there, the goal is quite simple - gather the little floaty ice orb thingies.$B$BTo counter the simple, the rotating Frostburns may put back your progress, as it were. If you want to be fancy, you can use the rune traps to jump over them as they rotate by. Neat, eh?','Complete the Trial of Frost by gathering 20 Essence of Ice without getting hit by Frostburn.','','','','Frost Trial Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,35076,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24479,13164,16,0,8,15,18,0,0,0,0,0,0,0,0,0,14296,14299,0,0,'The Trial of Shadow','Let us not be confined by the bounds of the mage repertoire of magic. I, for one, choose not to be classist. Necromancy can just be so much fun!$B$BTouch the Shadow Crystal to open a portal to my Trial of Shadow. Once there, move to the Altar when you are ready to begin.$B$BWeeping Souls shall begin to pursue you... your goal is simply to drag them into the traps. And be sure not to let them touch you.','Complete the Trial of Shadow by luring 20 Weeping Souls into the shadow runes without getting touched.','','','','Shadow Trial Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,36345,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24481,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rockbiter Weapon','I am but an apprentice myself, $n, but I can still impart a lesson to you in thanks.$B$BAllow me to teach you how to draw upon the spirits of earth, and imbue your weapon with elemental power.','Speak to Miira Thunderhoof and learn Rockbiter Weapon.','','','','Rockbiter Weapon learned','','','',0,0,0,0,0,0,0,0,0,0,0,0,35841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24482,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Power Word: Fortitude','I am but an apprentice myself, $n, but I can still impart a lesson to you in thanks.$B$BAllow me to teach you how to channel the fortitude of An\'she, and imbue yourself with great stamina.','Speak to Seer Skyhoof and learn Power Word: Fortitude.','','','','Power Word: Fortitude learned','','','',0,0,0,0,0,0,0,0,0,0,0,0,35841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24483,13202,4714,0,262152,5,8,0,0,0,0,0,0,0,0,0,24472,0,0,0,'Stormglen','Our carriage drivers were told to regroup in the fishing town of Stormglen. Our scouts report there might be shelter and supplies to be found there.$B$BMeet Gwen Armstead there, she\'ll be in charge of taking care of our people.','Speak to Gwen Armstead in Stormglen.','It\'s good to see you made it, $N. It looks like most everybody did.$B$BWe\'re not doing too bad so far for an emergency evacuation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24484,13202,4714,0,8,5,8,0,0,0,0,0,0,0,0,0,24483,0,0,0,'Pest Control','Well, what do you know, $N? All this time and Stormglen\'s been left mostly intact.$B$BIt\'s too bad the Forsaken are still working their way inland, but it\'ll make a fine place to rest our feet for a night or two.$B$BThe other half of town is overrun with spiders, so I\'ve asked the villagers to stay away from there.$B$BPerhaps you\'d like to lend a hand in clearing the spiders out? I\'m certain our injured men and women will sleep more soundly if they know someone\'s keeping those eight-legged beasts at bay.','Kill 6 Vilebrood Skitterers in Stormglen.','You\'ve done well, $N. The spiders are everywhere, however, and I\'m afraid we\'ve barely put a dent in their numbers.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36813,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24485,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seal of Righteousness','I am but an apprentice myself, $n, but I can still impart a lesson to you in thanks.$B$BAllow me to teach you how to fill yourself with the light of An\'she, and strike down your enemies with ','Speak to Bowe Dawnhorn and learn Seal of Righteousness.','','','','Seal of Righteousness learned','','','',0,0,0,0,0,0,0,0,0,0,0,0,35841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24486,13202,132,0,524288,1,2,0,0,0,0,0,0,0,0,0,0,24487,0,0,'Make Hay While the Sun Shines','The trogg village to the southwest suffered similar damage to ours. One would assume, logically, that there would be some trogg artifacts sticking out of the ground, too!$b$bUnfortunately, it looks like most of the artifacts have already been scooped up by trogg scavengers. Please, go see if you can find some way to get them back. Believe it or not, knowledge about troggs may eventually lead to further knowledge about the mighty dwarves!','Obtain 5 Priceless Rockjaw Artifacts from Rockjaw Scavengers.','Well would you look at this! An axe blade, a couple of arrowheads, and what appears to be some sort of rudimentary spoon. This is indeed fascinating.$b$bThanks again for your help, $n. I\'ve much studying to keep myself occupied while Joren\'s got us under lockdown.','Did you manage to pry any artifacts from the troggs?','','','','','',49751,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57530,57531,57532,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24487,13202,132,0,786432,1,3,0,0,0,0,0,0,0,0,0,0,182,0,0,'Whitebeard Needs Ye','Ye\'ve done us a great service here, but I\'m afraid I\'ve gotta send ye off elsewhere.$b$bGrelin Whitebeard, a good friend of mine, has put in word that he may need some reinforcements near the troll camps to the southwest. Follow the road westward, ye should find him soon enough.$b$bBe well, $n. Troggs may be a pain, but trolls are a whole other type of trouble.','Report to Grelin Whitebeard\'s camp in Coldridge Valley.','Welcome, $c. Are you ready to get to work?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,-6363,567,1,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24488,13202,4737,0,524288,1,3,0,0,0,0,0,0,0,0,0,24567,0,0,0,'The Replacements','My guys are all on the injured roster! Our shredders are all kaput! The ref is about to call the game!$B$BIt\'s down to the wire and I need you, $N!!!$B$BLet\'s get one of these shredders in working condition. There are replacement parts all over Bilgewater Port. Any green-blooded Kezanian will gladly let you have them if there\'s a chance that the Buccaneers will win.$B$BWe\'ll show those no-good Steamwheedle Sharks how to play footbomb!','Collect 6 Replacement Parts.','That\'s my $g boy : girl;! Now to get one of these useless hunks of metal in working order and you into the game!','We\'re counting on you, $N!','','','','','',49752,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24489,13202,132,0,524288,1,3,0,0,0,0,0,0,0,0,0,24487,0,0,0,'Trolling for Information','I\'m notoriously bad at reading troll facial expressions. That being said, these trolls don\'t look angry to me. They seem to be confused... maybe a little frightened.$b$bSomething happened that we\'re not seeing here, $N. I say we do some investigation before we just kill every troll in sight.$b$bThere are three troll camps in the area: one to the southeast, one to the southwest, and one due west. Each camp has a soothsayer... see if you can get close enough to listen to what they\'re saying.','Stand near a Frostmane Soothsayer in each of the Frostmane camps and listen to what they have to say.','Hmm... interesting. From what you\'re saying, it sounds like a fire elemental might have snuck in from Searing Gorge. Or, the earthquake opened up a crack to the elemental plane...$b$b$b$bEither way, this is bad news. You should probably report this information to Grelin.','','','Soothsayer Shi\'kala Scouted','Soothsayer Rikkari Scouted','Soothsayer Mirim\'koa Scouted','',0,0,0,0,0,0,0,0,0,0,0,0,37109,37110,37111,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,70071,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24490,13202,132,0,786432,1,5,0,0,0,0,0,0,0,0,0,0,24491,0,0,'A Trip to Ironforge','The presence of a fire elemental here in Coldridge is no small matter. That earthquake did more than just upset a bunch of troggs... it changed the world enough to tear a gash into the elemental plane. We should submit a report to Ironforge.$b$bYou wouldn\'t be willing to take a trip, would ya? Don\'t worry, I\'ve a feeling that you\'ll do just fine. Talk to Hands Springsprocket by the tunnel on the eastern edge of the valley. He\'ll point you in the right direction.','Report to Hands Springsprocket in Coldridge Valley.','To Ironforge? Well first, you\'ll need to go through Kharanos, and before that, you\'ll have to go through this tunnel.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,10,0,0,70046,0,0,0,0,-6248.77,135,1,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24491,13202,132,0,262144,1,5,0,0,0,0,0,0,0,0,0,0,24492,0,0,'Follow that Gyro-Copter!','D-d-did you see that? How the whole cave just crumbled like that? I guess it\'s good that you got here when you did, and not a minute earlier.$b$bWhile this development makes my job of monitoring the cave entrance much easier, I imagine it makes it a lot harder for you to get to Kharanos.$b$bHey wait, I\'ve got an idea! The Gnomeregan Airmen have a flight path not far from here. I\'ll send up a signal, and they should be here to help. I imagine they\'ll land back over at Anvilmar.','Report to Milo Geartwinge near Anvilmar.','Milo Geartwinge, reporting for duty. You sent up a distress signal?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,1,1,0,0,0,0,0,10,0,0,0,0,0,0,0,-6245.88,305.38,1,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24492,13202,132,0,524288,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pack Your Bags','The weight limit on my gyro is such that I only have enough room for one $r. Looks like you\'re in luck, $n!$b$bThat dwarf woman Jona told me that most of your personal belongings have been moved inside Anvilmar. Please gather what you\'ll need, finish up any affairs that remain, and return to me when you\'re prepared for takeoff.','Obtain a Coldridge Beer Flagon, a Ragged Wolf-Hide Cloak, and some Leftover Boar Meat.','Took you long enough. Hold on tight, and take a good hard look! Chances are you won\'t be coming back here for quite some time.','Are you absolutely certain you\'ve taken care of everything? You won\'t have time to turn back.','','','','','',49754,49755,49756,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57540,0,0,0,1,0,0,0,47,54,0,0,0,0,4,4,0,0,0,0,0,75,0,0,70032,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24493,13202,132,0,786432,1,5,0,0,0,0,0,0,0,0,0,24491,0,0,0,'Don\'t Forget About Us','You\'re leaving? Make sure you stock up before you head out.$b$bMore importantly, please speak to Tharek Blackstone once you arrive in Kharanos. Tell him what has happened here in Coldridge, and that we could use some assistance. Hopefully he\'ll be able to arrange something for us.','Report to Tharek Blackstone in Kharanos.','Coldridge Valley? I\'ve got my own problems here! What, they can\'t deal with a couple of troggs? And trolls? And incursions from the elemental plane?$b$bActually, on second thought, that\'s kind of a lot. I\'m surprised they\'re doing as well as they are. I\'ll see what I can do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24494,13202,0,0,786432,3,3,0,0,64,0,0,0,0,0,0,0,24527,49758,1,'Empowered Rune','$N, this rune was given to me to pass on to ye. Take some time to read it when ye have a chance. I\'m thinkin\' it came from the shaman trainer Teo. Take a gander at it and go find him inside Anvilmar.','Read the Empowered Rune and speak to Teo Hammerstorm in Anvilmar.','','','','','','','',49758,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24495,13202,4714,0,8,5,8,0,0,0,0,0,0,0,0,0,24483,0,0,0,'Pieces of the Past','I found a journal by a man named Bradshaw. Unfortunately it\'s missing many pages. Especially towards the end.$B$BIf you find enough of the pages I might be able to piece together what happened here after the Curse broke out.$B$BWho knows... maybe the people in this town found a way out. Maybe there are still survivors out there.$B$B Maybe my father is still alive.','Obtain 6 Old Journal Pages.','Thank you, $N. It will take some time, but I\'ll try to make sense of what we have.','Any luck finding those pages?','','','','','',49760,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24496,13202,0,0,524288,3,3,0,0,128,0,0,0,0,0,0,0,24526,49759,1,'Arcane Rune','$N, this rune was given to me to pass on to ye. Take some time to read it when ye have a chance. I\'m thinkin\' it came from the mage trainer Teegli. Take a gander at it and go find her inside Anvilmar.','Read the Arcane Rune and speak to Teegli Merrowith in Coldridge Valley.','','','','','','','',49759,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24497,13164,16,0,8,18,20,0,0,0,0,0,0,0,0,0,24449,0,0,0,'Airborne Again','We just got word from Valormok that we can\'t send anymore windriders that way unless we want them shot down by Talrendis snipers. We can\'t give up Valormok if we want a secure route to Ashenvale, so we\'re going in another way.$B$BThe airborne priests have graciously offered to drop some people in for us from above sniper range. Head up to the military area and secure a ride on one of their planes. They\'ll get you there in one piece, and hopefully once you\'re there, you can resecure our windrider lines.','Secure a ride to Valormok with the Airborne Priests in the eastern portion of Bilgewater Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24501,13202,4714,0,8,5,9,0,0,0,0,0,0,0,0,0,24484,0,0,0,'Queen-Sized Troubles','The spiders keep coming in alarming numbers, $N. You\'re going to have to go into their lair and kill the broodmother.$B$BWe\'ve spotted the giant spider known as Rygna at the edge of the Blackwald in an area covered in thick webs. It\'ll be dangerous, but we\'re all counting on you.','Slay Rygna at Rygna\'s Lair.','Great job, $N. We\'ve heard rumors of survivors further in the mountains. Now we\'ll be able to send scouts there.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37045,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54996,54997,54998,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24502,13202,4737,0,262152,1,3,0,0,0,0,0,0,0,0,0,24488,0,0,0,'Necessary Roughness','We\'re down to our last shredder. While no one was looking, I loaded it up with, shall we say, modified footbombs.$B$BKid, I need you to get in that shredder and give \'em heck!','Get into the Bilgewater Buccaneer and then throw the Footbomb at 8 Steamwheedle Sharks.','You did it, kid! Now all we need to do is score a goal and the title is ours!','','','Steamwheedle Shark Footbombed','','','',0,0,0,0,0,0,0,0,0,0,0,0,37114,0,0,0,8,0,0,0,69993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24503,13202,4737,0,3145728,1,3,0,0,0,0,0,0,0,0,0,24502,0,0,0,'Fourth and Goal','It\'s all up to you, kid. You demolished the Steamwheedle Sharks, so now all that\'s left to do is to kick the winning goal.$B$BNow, just between you and me, I think we should do this one right. I don\'t want you to just kick a goal... I want you to kick it so far it sails between the two smokestacks behind the goal!$B$BI\'ve modified the footbomb to give you the extra power that you\'ll need.$B$BMake me proud!','Score the winning goal by kicking the Footbomb through the smokestacks behind the opposing goal.','Uh... you did it, kid. You REALLY did it! We won the game and....$B$BDID YOU SEE THAT DRAGON?!!!','','','Footbomb Kicked Through Smokestacks','','','',0,0,0,0,0,0,0,0,0,0,0,0,37203,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54294,54295,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24504,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clear the High Road','This way, $c! I see you\'ve discovered the high road.$B$BThe Alliance hopes to sever our ties with Stonetalon, but they forget that we tauren have hunted across these lands for generations. We know every hillside switchback and game trail from here to Thousand Needles.$B$BBut for these paths to stay open, we must stop the humans from mapping them out.$B$BPatrol the trail east and kill any high road scouts you find along the way, then speak to Tunawa Stillwind just up the path.','Slay 3 High Road Scouts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37159,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24505,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,24504,0,0,0,'Holdout at Hunter\'s Hill','Honor\'s Stand may have been lost, but its spirit was never crushed. Even now survivors are holding out at a point called \"Hunter\'s Hill.\"$B$BContinue following the high road and you will find our camp just up ahead. Speak with Onatay when you get there and let her know the trail is, for the moment, still clear.','Speak with Onatay at Hunter\'s Hill in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24512,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warriors\' Redemption','Those that surrendered when Honor\'s Stand fell are no longer worthy of our Horde, $c. But I\'m not giving up on them yet. The prison tower below us is lightly guarded. Let\'s give those prisoners one final chance to die with honor.$B$BI\'ve set up ropes that will allow you to quickly clamber up and down the mountain. Slip down, acquire the confiscated weapons, and re-arm the prisoners inside the tower.$B$BAnd $N, stay by the tower! We\'re not yet equipped for an assault on the base proper.','Acquire 5 crates of Confiscated Arms from Honor\'s Stand and re-equip 5 Stonetalon Prisoners. Use the nearby ropes to quickly sneak in and out of the Alliance camp. ','','','','Stonetalon Prisoner Armed','','','',0,0,0,0,0,0,0,0,0,0,0,0,37176,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,53239,53231,53250,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24513,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eye for an Eye','Who goes there? Your footsteps are not the lazy stride of a guard.$B$BA $c, you say? Still brave and free? There\'s no hope for me, friend. I have lost my eyesight and am no longer fit for battle.$B$BI dared speak up while Captain Peake savagely beat one of the prisoners. In return he kicked me in the head. And kept kicking. He kicked me blind, $r.$B$BYou\'ll find Captain Peake at the top of this tower. If you seek justice, bring me his eyes.$B$BIf he does not part with them willingly... so be it.','Slay Captain Peake and deliver his eyes to Oltarg.','','','','','','','',49771,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24514,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,24504,0,0,0,'Raptor Scraps','We are besieged here, $c, and between that chasm and the harassment of the Alliance we are short on supplies. But we make do with what\'s at hand, as we tauren always have.$B$BIn the absence of a forge, a skilled leatherworker can strengthen and patch up our damaged armor with good quality hides.$B$BDown below is the hunting ground of the Terrortooth Raptors. They are not so easy to kill, in part due to the ruggedness of their thick skin. Hunt them, $N, and bring their hides to me!','Gather 8 Terrortooth Hides from Terrortooth Runners and Terrortooth Scytheclaws.','','','','','','','',49772,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53241,53258,53248,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24515,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,24519,0,0,0,'Signals in the Sky','Turn your eyes to the southeast. Do you see the campfire smoke from Camp Una\'fe?$B$BNot ten minutes ago I saw great puffs of white smoke roll up into the sky from the center of camp. It was an old signal used by my village to coordinate the hunt over great distances, but this time, it was a distress signal.$B$B$N, my brother Makaba had gone into that unnatural jungle. Please go there and make sure he\'s not in any trouble.$B$BThere are few paths: look for tents within the wilderness.','Travel to Camp Una\'fe in the Overgrowth of Southern Barrens and speak with Makaba Flathoof.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24517,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,24504,0,0,0,'Put the Fear in Them','Do you see the trail below us, $N? That is MY trail. And if the Alliance dogs choose to use my trail, they\'d best be looking over their shoulder.$B$BIt\'s time to collect my toll! Slay the footsoldiers from Honor\'s Stand and see if we can\'t send them scurrying back to their walls.$B$BBe sure to take out at least one of their officers patrolling the road. They need to realize that nobody is safe.','Kill 8 Honor\'s Stand Footmen and 1 Honor\'s Stand Officer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37216,37161,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24518,13202,4709,0,0,29,31,0,0,0,0,0,0,0,0,0,24517,0,49776,1,'The Low Road','This bundle of papers was found in a leather satchel hidden under the officer\'s clothes.$B$BBattle maps of the region depict Honor\'s Stand, connected to what appears to be a large unfinished roadway crossing the Barrens all the way from Theramore. It looks like the Alliance plans to build a road from the coast straight into the heart of Kalimdor!$B$BKilrok Gorehammer will want to see this.','Deliver the Roadway Plans to Kilrok Gorehammer at Hunter\'s Hill in Southern Barrens.','','','','','','','',49776,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24519,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,24518,0,0,0,'Stalling the Survey','These maps have all been drawn by the same steady hand. I\'ve seen a human surveyor heading up and down the road between the hold and the jungle to the east.$B$BWe can set their plans back by making an example out of this surveyor, $N.$B$B$B$BWhat do you think that says? \"Zykes?\" Even human names sound thin and weak. Kill him.','Find and kill the surveyor Henry Zykes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37165,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53307,53308,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24520,13202,4737,0,0,1,3,0,0,0,0,0,0,0,0,0,28414,14113,0,0,'Give Sassy the News','I\'d celebrate with you, $N, but it feels like that dragon did a number on ol\' Mount Kajaro. I... uh... I think I\'m gonna grab my stuff and get on the first ship leaving the island!$B$BAnyways, you should probably head back to headquarters and let Sassy know that you won the footbomb title for us. I\'m sure she\'ll also want to know about the dragon and Mount Kajaro.$B$BGood luck!','Speak with Sassy Hardwrench at KTC Headquarters on Kezan.','You\'re kidding, right?! DEATHWING?!!!$B$B$B$BOkay, this\'ll work out just fine. We\'ll throw your party and by the time it\'s over, I\'m sure that the dragon will be long gone and the ground will stop shaking.$B$BIf not, we can always charter a ship off of the island.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24521,13202,4737,0,278536,1,3,0,0,0,0,0,0,0,0,0,0,24488,0,0,'Report for Tryouts','$N, Coach Crosscheck, the leader of our fearless Bilgewater Buccaneers, is looking for you.$B$BHe says that the division title against the Steamwheedle Sharks is on the line and that you\'re the only one that can bring it home for us!$B$BHead west into town. You can\'t miss Kajaro Field!','Speak with Coach Crosscheck at Kajaro Field on Kezan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24523,13202,215,0,8,4,10,0,0,0,0,0,0,0,0,0,20441,0,0,0,'Wildmane Totem','There is but one water well left to cleanse, named after the Wildmane clan. For this well to be pure, the land must offer the teeth of a fierce predator, the prairie wolf alpha. Find the alphas to the north, then return to me when your hunt is finished.$B$BAlphas often wander around the base of our mighty city, Thunder Bluff.','Collect 4 Prairie Alpha Teeth from Prairie Wolf Alphas.','','','','','','','',4803,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24524,13202,215,0,2,4,10,0,0,0,0,0,0,0,0,2,24523,0,5416,1,'Wildmane Cleansing','Your cleansing of the Winterhoof and Thunderhorn wells is spoken among the spirits, young $N. The Wildmane Totem is made, and your last task lies ahead.$B$BThe Wildmane Water Well lies north of Thunder Bluff. Perform the ritual! Heal the land of the Grimtotem\'s poisons! Let clean water flow once again!','Use the Wildmane Cleansing Totem at the Wildmane Water Well.','','','Cleanse the Wildmane Well','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57238,57229,57240,57213,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24525,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,24519,0,0,0,'Keeping the Dogs at Bay','Not everyone who fled Taurajo was able to make it to Una\'fe, $N. Some died of wounds along the way. Others were jumped by opportunistic quilboar.$B$BI\'ll take care of the grim task of finding and gathering the bodies. But there is something you can do for me.$B$BHecklefang scavengers prowl the lands south of here and are savaging the corpses, tearing at their bowels and dragging away the limbs of the dead. Please, thin their numbers so that I can perform the proper funerary rites.','Kill 6 Hecklefang Scavengers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37086,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24526,13202,0,0,524288,3,3,0,0,128,0,0,0,0,0,0,0,0,0,0,'Filling Up the Spellbook','Excellent! Let\'s get started.$b$bFirst, you\'re going to have to learn the spell Arcane Missiles. This spell is a little bit different from others you\'ve learned in the past. Each time you cast another spell, you have a chance to create an opening to use Arcane Missiles. Why not get a feel for the spell using those training dummies the militia trainees put up outside the entrance to Anvilmar?','Learn Arcane Missiles from Teegli Merrowith. Successfully cast Arcane Missiles 2 times on the Training Dummies outside the entrance to Anvilmar.','','','','Practice Arcane Missiles','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,2,0,0,0,5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24527,13202,0,0,524288,3,3,0,0,64,0,0,0,0,0,0,0,0,0,0,'Your Path Begins Here','Excellent! Let us begin.$b$bThe first skill you will learn is that of the Primal Strike. The primal spirits, when called upon, will strengthen your arm to deliver a mighty blow.$b$bHelpful, isn\'t it?','Learn Primal Strike from Teo Hammerstorm, then use Primal Strike 2 times on a Training Dummy near the entrance of Anvilmar.','','','','Practice Primal Strike','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,2,0,0,0,73899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24528,13202,0,0,524288,3,3,0,0,2,0,0,0,0,0,0,0,0,0,0,'The Power of the Light','Are ya ready to start? Wonderful! We\'re glad to have ya.$b$bBefore ya go back outside, I\'m gonna need ya to learn the Seal of Righteousness. It will grant Holy damage to your swings, helping ya dispatch yer enemies quicker.$B$BThe other thing yer gonna want to know is that any time ya have a seal active, ya can use the light to judge yer enemies. Yer judgement will deal damage each time ye invoke it.','Learn Seal of Righteousness and Judgment from Bromos Grummner. After casting Seal of Righteousness on yourself, use Judgment on one of the Training Dummies at the entrance to Anvilmar.','','','','Use Judgement','Learn Spell: Judgement','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,1,0,0,0,20271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24529,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,24515,0,0,0,'Bad to Worse','When the refugees fled north from Taurajo, some were separated as darkness closed in. Many were taken prisoner by the Bristleback quilboar who set up camp west and southwest of here.$B$BI am not certain what the quilboar hoped to get from us by capturing our refugees; all they have earned is my ire. And all they\'ll get in return is vengeance.$B$BRescue my trapped brothers and sisters, and kill their captors to send a message to the quilboar.','Rescue 5 caged Taurajo Refugees, and kill any combination of 8 Bristleback Thornweavers or Bladewardens.','','','','Taurajo Refugee Released from Cage','Bristleback Quilboar Slain','','',0,0,0,0,0,0,0,0,0,0,0,0,37520,37521,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24530,13202,0,0,524288,3,3,0,0,4,0,0,0,0,0,0,0,0,0,0,'Oh, A Hunter\'s Life For Me','The life of a hunter is steeped in tradition, ye know. Trackin\' mighty beasts through rugged terrain. Drinkin\'. Travelin\' the land, yer gun at yer side. Drinkin\'. Survivin\' on wits and courage and cunning, followed by a good stiff drink.$b$bBut before we get to the good stuff, though, ye\'ll need to learn how to do the beginner stuff.','Learn Steady Shot from Thorgas Grimson, then use Steady Shot 5 times on the Training Dummies outside the entrance to Anvilmar.','Now that ye\'ve got a new hunter trick under yer belt, and now that I\'ve got some of yer money, go out there an\' track some beasts! Come back sometime in the future, an\' we\'ll talk again.','','','Practice Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24531,13202,0,0,524288,3,3,0,0,1,0,0,0,0,0,0,0,0,0,0,'Getting Battle-Ready','Lesson one. Aside from your sword and shield, what\'s the most important tool you have in your arsenal?$b$b$b$bOh never mind, I\'ll answer it for you. It\'s your mobility. One of the strengths of the warrior is the ability to get around the battlefield quickly. Here, $N, I\'ll train you to use your legs to your advantage.','Learn Charge from Thran Khorman, then use Charge on one of the Training Dummies outside the entrance to Anvilmar.','','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24532,13202,0,0,524288,3,3,0,0,8,0,0,0,0,0,0,0,0,0,0,'Evisceratin\' the Enemy','One of the things that makes a rogue dangerous is our ability to use combinations of combat maneuvers and wait for the chance to use a devastating technique.$B$BNow that you\'ve had a chance to master Sinister Strike, it\'s time to show you a new skill you can use as a follow up.$B$BPlease, allow me to train you.','Learn Evisecerate from Solm Hargrin, then use Eviscerate 3 times on the Training Dummies near the entrance to Anvilmar.','','','','Practice Eviscerate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,3,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24533,13202,0,0,524288,3,3,0,0,16,0,0,0,0,0,0,0,0,0,0,'Words of Power','Now, if ya DO want to become somethin\' special, ye\'ll need to talk to me. A priest is nothin\' without his spells. And I know a couple of spells that I might be able to teach ya.$b$bThe first is a quick heal that can fix ya up when you\'ve taken damage. Tell me, $g boy; lass:, do ya ever take damage?','Learn Flash Heal from Branstock Khalder, then cast Flash Heal 5 times on Wounded Militia members in Anvilmar.','','','','Practice Flash Heal on Wounded Militia','','','',0,0,0,0,0,0,0,0,0,0,0,0,44405,0,0,0,5,0,0,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24534,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,24529,24543,49782,1,'Speaking Their Language','The quilboar are attacking because they perceive weakness. Strength is the only language they understand. So we will show them strength.$B$B$B$BThis is admittedly crude work but it\'ll do. Bristleback leaders use horns like these to challenge one another for dominance.$B$B$N, I want you to challenge the Bristleback champion, Sabersnout, to single combat. Defeat him in front of his followers. Blow the horn at the Bristleback challenge ring due south of here.','Blow the Horn of Challenge in the Bristleback Challenge Ring, and defeat Sabersnout in single combat.','','','','','','','',0,49782,0,0,0,0,0,1,0,0,0,0,37513,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53252,53228,53230,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24539,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,24515,0,0,0,'When Plants Attack','This camp was built at the edge of this jungle, and already it is overwhelmed by plant growth. Something unnatural is happening here!$B$BEarlier I made the mistake of sending some of the healthier refugees out to gather nuts and berries. Those that returned talked about the plant life actually grasping at their legs or even picking them up. I worry about those that haven\'t come back yet.$B$B$C, please rescue the refugees trapped in the grasping overgrowth around the camp. ','Rescue 5 Taurajo Refugees by killing the Grasping Overgrowths that ensnare them.','','','','Taurajo Refugees Rescued from Overgrowth','','','',0,0,0,0,0,0,0,0,0,0,0,0,37548,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24540,13202,215,0,8,8,10,0,0,0,0,0,0,0,0,0,24550,0,0,0,'War Dance','Some see our people as gentle giants, or noble savages. They have never seen us fight against our own kind...against betrayers from within.$B$BThe Grimtotem were offered mercy in exile, and they have scarred their own home to spite us. They will no longer be tolerated in Mulgore.$B$BI\'ve already sent our warriors ahead to drive them out through Stonetalon Pass, to the north. You have fought bravely against the Grimtotem, $n; I ask that you join the battle again. Go, and help deal this final blow.','Defeat Orno Grimtotem at Stonetalon Pass.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36931,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57241,57230,57214,57239,0,0,1,1,1,1,0,0,57793,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24542,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,24539,24543,0,0,'A Curious Bloom','The great archdruid Naralex recently appeared here in the Barrens. He\'s either behind this mess or trying to fix it. Either way, you should talk with him before this jungle engulfs the whole world! He\'s in a small tauren camp to the southeast.$B$BAlong the way, it would be helpful for you to gather plant samples for him to study. The newest flower buds will tell him a great deal about the most recent changes in the jungle.','Gather ten Unusual Flower Buds from Budding Flowers in the Overgrowth.','','','','','','','',49815,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24543,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Family Divided','The children you see here were all rescued from Taurajo when the fighting started. I\'m trying to track down their parents.$B$BOne of the refugees you rescued from the quilboar recognized the strongest child as belonging to Kirge and Mawre Sternhorn. Moreover, he said Kirge was camped at the Fields of Blood, just north of the Taurajo massacre site.$B$B$N, please go there and tell Kirge Sternhorn that his child is alive and well!','Find Kirge Sternhorn at Vendetta Point in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24544,13202,0,0,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paul Test Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24546,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,24543,0,0,0,'A Line in the Dirt','The Alliance scorches a trail of murder across the Barrens. We must stop them here or there is nothing left for us.$B$BAcross the Fields of Blood there are a number of strategic hills, marked by wooden towers and neutral gray banners. We must take and hold these hills if we hope to slow the Alliance advance!$B$BLook for the towers to the north, east, and south of what\'s left of Taurajo. Claim a neutral flag and defend the hill against counterattack!','Capture a neutral hill in the Fields of Blood and defend it against an Alliance counterattack.','','','','Point Captured','Point Defended','','',0,0,0,0,0,0,0,0,0,0,0,0,37667,37668,0,0,1,1,0,0,0,0,0,0,0,0,0,0,53254,53257,53251,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24550,13202,215,0,8388616,3,10,0,0,0,0,0,0,0,0,0,24524,0,0,0,'Journey into Thunder Bluff','The wells are cleansed, and Mulgore\'s waters run sweet and clear once more. You\'ve saved us...but you\'ve also uncovered grim happenings. The actions of the Grimtotem must be made known.$B$BIt is time for you to enter Thunder Bluff, our great city atop the mesa. Go to our leader, Baine Bloodhoof, son of Cairne. He must hear of this.','Speak with Baine Bloodhoof in Thunder Bluff.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24551,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,24601,24551,0,0,'Meet the New Boss','Our defense of the Barrens hasn\'t gone well under Gar\'dul\'s command, $N. Garrosh has sent Warlord Bloodhilt here to take control of the situation. He\'s here in camp, and if you want to make a good impression, you\'ll demonstrate some initiative.$B$BHead east into the Fields of Blood and seek out Northwatch recon units. Bringing the new Warlord a stack of their merit badges will help you make a name for yourself!','Kill Northwatch Recon patrols and collect 10 Theramore Merit Badges.','','','','','','','',49850,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24552,13202,4709,0,8,31,33,0,0,0,0,0,0,0,0,0,24542,0,0,0,'Lion\'s Pride','If you seek vengeance on our Alliance invaders, you would do well to observe the fiercest of predators in the Barrens.$B$BThe lions that stalk amongst the tall grass do so with cunning, stealth, and power. Learn from their example and you will understand the kind of war we need to fight.$B$BHunt the plains prowlers and pridemanes, then return to me to discuss what you have learned. You will often find them in the shade of large trees.','Kill any combination of 5 Plains Prowlers or Plains Pridemanes. ','','','','Barrens Lions Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,37207,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,70340,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24565,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,0,24574,0,0,'Biological Intervention','The energies unleashed here have surged through the wildlife, twisting them into powerful and unstable forms. If allowed to spread beyond this grove, these deviates will wreak havoc on the existing ecosystem, devouring local prey and driving out the weaker natural creatures.$B$BYou must go and cull the population of the overgrowth. Return when this task is done.','Kill 5 Deviate Terrortooths and 5 Deviate Plainstriders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37090,37091,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24566,13202,4709,0,0,29,31,0,0,0,0,0,0,0,0,0,24571,0,49882,1,'Sowing a Solution','Based on what you\'ve brought me, I think we may have a solution. I\'ve imbued the lashvine seeds with healing energies.$B$BSimple contact with these should imbue the creatures here with enough energy to force out the corrupted influence.$B$BGo and attempt to heal the mutated raptors and plainstriders by sprinkling the seeds on them, and report the results back to me.','Use Soothing Seeds on 6 Deviate Terrortooths or Deviate Plainstriders and observe the results.','','','','Results Observed','','','',0,0,0,0,0,0,0,0,0,0,0,0,37726,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24567,13202,4737,0,262144,1,3,0,0,0,0,0,0,0,0,0,14071,0,0,0,'Report for Tryouts','$N, Coach Crosscheck is looking for you. He\'s the leader of our fearless footbomb team, the Bilgewater Buccaneers.$B$BHe says that the division title against the Steamwheedle Sharks is on the line and that you\'re the only one that can bring it home for us!$B$BHead west into town. You can\'t miss Kajaro Field.$B$BA footbomb star. This is going to be great for your image!','Speak with Coach Crosscheck at Kajaro Field on Kezan.','There you are, my $g boy : girl;! Quick, there\'s no time to waste! We need to get one of these shredders back in working order.$B$BI\'m bringing you off the bench... you\'re going to win the game and the title for us!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24568,13202,4709,0,8,31,33,0,0,0,0,0,0,0,0,0,24546,0,0,0,'To the Walls!','$N, they\'re massing at the gates! The Alliance is trying to push their way into Mulgore, using footsoldiers to overwhelm the guards.$B$BWe have so little with which to defend the walls. We\'ve kept pots of water boiling to repel the attackers until help arrives... Those will have to do.$B$BBut we need someone to coordinate our defenses. Say the word and I can give you an eagle-eye view of the battlefield.$B$BWe need you, $N!','Speak with Winnoa Pineforest at the Fields of Blood in order to defend the gates of Mulgore from attack.','','','','Mulgore Gates Defended','','','',0,0,0,0,0,0,0,0,0,0,0,0,37719,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24569,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,24546,0,49874,1,'Siegebreaker','$N, you\'ve proven yourself on the Fields of Blood. But the Alliance still threatens our tauren friends.$B$BThe siege machinery outside the gates of Mulgore is like a spear aimed at our heart. I want you to go to the gates, south of here, and remove those siege vehicles from play.$B$BHere, use these stickybombs. They\'re courtesy of our new goblin allies. It looks as though they stuffed explosive powder into ... what looks like ... grease-covered socks. But they\'ll do.','Destroy 4 Northwatch Siege Engines at the Mulgore Gates.','','','','Siege Engine Destroyed','','','',0,49874,0,0,0,0,0,1,0,0,0,0,-201792,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,53227,53237,53238,53247,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24570,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,24565,0,0,0,'Adder Subtraction','The corruption unleashed here must be studied if we\'re to find a way of properly fighting it.$B$BLuckily, not all the creatures have been as altered as others. The smaller snakes drink little water, and do not eat plants, so their exposure to the energies here has been minimal. They\'ve still absorbed enough to change coloration.$B$BGo collect these snakes from the overgrowth and return them to me, so we can see just what is happening to the creatures here.','Collect 5 Enervated Adders.','','','','','','','',49875,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24571,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,24570,0,0,0,'Lashvine Seeds','There\'s got to be a way to cure these poor creatures without having to take their lives. I have an idea, but I\'ll need your help, $c.$B$BThe lashvine plants that roam here hold seeds full of the primal energy of this place. Collect these for me and bring them back, and we\'ll see if something can be done.','Collect 4 Writhing Seeds from Lashvines.','','','','','','','',49876,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24572,13202,4709,0,8,30,33,0,0,0,0,0,0,0,0,0,24569,0,0,0,'Taking Back Taurajo','Outstanding work at the gates, $N! The main body of the Alliance force is in general retreat. But I\'m not satisfied.$B$BThey sacked Taurajo, which was little more than a hunters\' camp. This \'Alliance\' is unmasked at last for what it really is: A renegade band of butchers.$B$BEven now a group of humans linger behind to pick at the bones of smouldering Taurajo.$B$B$B$BMake them suffer.','Kill 8 Taurajo Looters in the ruins of Taurajo.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37743,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24573,13202,4709,0,0,30,33,0,0,0,0,0,0,0,0,0,24568,0,49880,1,'Honoring the Dead','With the immediate threat gone, can you help with some grim business?$B$BWe tauren do not bury our dead, we prepare the body for its return to the elements and place it at our sacred grave sites. Those killed in the Taurajo massacre have had no funeral, and I worry misguided Alliance soldiers will burn the bodies of the dead before the proper rites have been performed.$B$B$N, please take this totem to Taurajo and perform services for Krulmoo, Dranh, Yonada, and Omusa. They ... didn\'t make it out of there. ','Use the Funerary Totem on the corpses of Krulmoo, Dranh, Yonada, and Omusa in the ruins of Taurajo.','','','','Krulmoo Eulogized','Dranh Eulogized','Yonada Eulogized','Omusa Eulogized',0,0,0,0,49880,0,0,0,0,0,1,0,37747,37756,37758,37759,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24574,13202,4709,0,8,29,32,0,0,0,0,0,0,0,0,0,0,24601,0,0,'To Harvest Chaos','If I have truly sown chaos, it is time for reaping.$B$BThe lumbering outgrowths of plant life shamble through the imbued stream here, $n. They are a direct manifestation of the unstable forces mutating this area. Slay as many as you can, and we might be able to slow the spread of the overgrowth further.$B$BAnd while you\'re at it...be on the lookout for parts of them that appear especially corrupted. Bring any such pieces to me.','Kill 5 Outgrowths and find a Squirming Heart.','','','','','','','',0,49883,0,0,0,0,0,1,0,0,0,0,37092,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24575,13202,4714,0,8,5,10,0,0,0,0,0,0,0,0,0,24677,0,0,0,'Liberation Day','We recently found out that the villagers at Emberstone survived most of the ravages of the Curse.$B$BUnfortunately their village wasn\'t as fortunate when it came to the Forsaken invasion.$B$BThe Forsaken have taken the villagers prisoner and are forcing them to work the nearby mine as slaves.','Free 5 Enslaved Villagers inside the Emberstone Mine.','You\'ve done it again, $N. The freed villagers are eager to help us against the Forsaken in any way they can.','','','Enslaved Gilnean freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24577,13202,4709,0,65544,30,33,0,0,0,0,0,0,0,0,0,24572,0,0,0,'Desolation Hold Inspection','Thanks to you, the immediate threat is over. But my work here in the Barrens is only beginning.$B$BHonor\'s Stand was captured and Taurajo was sacked while Warlord Gar\'dul was in charge of the region. The Warchief has sent me here to clean up his mess.$B$BI would like you to ride into Desolation Hold to the south in advance of me and let Gar\'dul know that it is time for a reckoning.$B$BTalk to me when you are ready to leave and I will assemble my vanguard to accompany you.','Talk to Warlord Bloodhilt, then ride into Desolation Hold and inform Gar\'dul that Warlord Bloodhilt is on his way. ','','','','Gar\'dul Notified','','','',0,0,0,0,0,0,0,0,0,0,0,0,37816,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24578,13202,4714,0,262152,5,8,0,0,0,0,0,0,0,0,0,24501,0,0,0,'The Blackwald','It took a while, but I think I\'ve put together what happened here. At least partially.$B$BThere were survivors of the Curse in this town. They joined others in the mountains, in Tempest\'s Reach.$B$BEveryone left, except the man who kept the journal, old man Bradshaw. He noticed that the worgen attacks had stopped all of a sudden and decided to venture into the Blackwald.$B$BThere is an abandoned mill just northeast of town, it was where Bradshaw lived. See if you can find any clues there.','Investigate the Bradshaw mill just outside Stormglen Village.','I\'ve been expecting you, $N. Do not be alarmed.$B$BMy name is Belysra. I am a priestess of the moon... a night elf.$B$BYou might not know my people, but the destinies of our two races have been linked since the Curse befell you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24591,13202,4709,0,65536,30,33,0,0,0,0,0,0,0,0,0,24577,0,0,0,'Changing of the Gar\'dul','When Bloodhilt arrives, I\'d like to - ah - talk in private. Can you accompany me to make sure things stay on the level? This Bloodhilt is a, ah, he\'s a, he\'s a loose cannon.$B$B$B$BMeet me atop the northern tower and we\'ll talk with Bloodhilt together.','Go to the top of the northern tower in Desolation Hold and help Warlord Bloodhilt \"Relieve\" Gar\'dul of command.','','','','Go to the Top of the Tower','Gar\'dul \"Relieved\" of Command','','',0,0,0,0,0,0,0,0,0,0,0,0,37843,37811,0,0,1,1,0,0,0,0,0,0,0,0,0,0,53235,53236,53242,53243,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24592,13202,4714,0,8,5,10,0,0,0,0,0,0,0,0,0,24672,0,50218,1,'Betrayal at Tempest\'s Reach','King Greymane has been taken prisoner by Lord Godfrey in Tempest\'s Reach!$B$BHe managed to convince two of the eastern lords to go with his plan. The fool seems to think he can strike a deal with the Forsaken by turning Greymane over to them.$B$BListen carefully, $N. We need to resolve this with as little bloodshed as possible.$B$BThis potion will allow you to sneak in undetected. We need you to assassinate the traitorous lords before this gets out of hand!','Drink Krennan\'s Potion of Stealth in Tempest\'s Reach and assassinate Baron Ashbury and Lord Walden.','I wish it could\'ve been avoided, $N. Let us ensure this is resolved without further bloodshed.','Careful, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37735,37733,0,0,1,1,0,0,0,0,0,0,0,0,0,0,55002,55003,0,0,0,0,1,1,0,0,0,0,58255,0,0,0,1,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24593,13202,4714,0,8,5,9,0,0,0,0,0,0,0,0,0,24646,0,0,0,'Neither Human Nor Beast','It is time, $N. This... alchemy that has kept the beast inside you at bay will not last for long.$B$BThe first cursed worgen were night elf druids like our new allies. They, however, abandoned the balance that the rest of their kind embraced and allowed the beast to take over their minds.$B$BIt is only fitting that their brethren be the ones that deliver us from the Curse. Go, $C. Drink from the waters of Tal\'doren and make peace with yourself.','Drink from the Well of Tranquility, the Well of Balance and the Well of Fury.','It is done then, $N. You are one of us now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-201950,-201951,-201952,0,1,1,1,0,0,0,0,0,0,0,0,0,52942,66439,66660,66876,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,72829,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24601,13202,4709,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Nightmare Scar','This confirms it. The overgrowth here is not being caused by a mere overabundance of energy.$B$BDo you understand? This is beyond what happened at the Wailing Caverns now. A rift into the Nightmare must have torn open in the middle of the very land we\'re standing on! And to think it\'s my fault...$B$BI\'m done picking at the edges of this wound. Go to the west, to the center of the overgrowth, and meet me again there. We will dive into the heart of this corruption and force it shut!','Help Naralex seal the Nightmare Scar.','','','','Nightmare Scar Sealed','','','',0,0,0,0,0,0,0,0,0,0,0,0,37753,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53161,53160,53159,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,71701,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24602,13202,4714,0,8,5,11,0,0,0,0,0,0,0,0,0,24678,0,0,0,'Laid to Rest','In our hurried escape for safety, we disturbed the resting homes of our ancestors, $N. A grave sin, if you\'ll pardon the pun.$B$BIt is tradition that a small memento be buried on top of a Gilnean\'s graveyard, beneath the shallow earth. The stampede of people fleeing these tunnels has unearthed these mementos and angered the spirits.$B$BFind them and bring them to me. We\'ll see to it that the dead return to their eternal slumber.','Obtain 5 Unearthed Mementos.','Thank you, $N. Let us hope this works.','You\'re back, $N.','','','','','',49921,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24603,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,24633,0,0,0,'Don\'t Stop Bereavin\'','For a moment, I thought my hatred had stilled. My wife laid to rest, a final offering of the blood of her murderers to quell her tortured spirit. I thought perhaps peace would appeal to me.$B$BI was wrong.$B$BI will not rest now until every single filthy, squealing, murderous quilboar lays dead and broken! I cannot kill them fast enough with my own two hands. Go and slay more for me, $r.','Kill 13 Razormane Quilboar.','','','','Razormane Quilboar Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,37929,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24604,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,26908,0,50383,1,'Concern for Mankrik','I would ask a favor of you, $c.$B$BA warrior named Mankrik passed through our camp not long ago, on a lonely journey. His wife was killed by the quilboar, long ago, and he still seeks revenge. I cannot forget his eyes...burning with inconsolable hatred, every waking moment.$B$BWe did not talk long, but I cannot bear to think of him out there alone. Please, bring this to Mankrik, and tell him it is from me... ','Bring Mahka\'s Gift to Mankrik, south of Firestone Point.','','','','','','','',50383,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24606,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,0,0,49932,1,'Blood of the Barrens','This bright red stone, found clutched in the grasp of a quilboar, has been carefully carved into the likeness of a great boar, with thorny vines sprouting from its back. Its surface is smooth and worn with care.$B$BDid the quilboar make this? If you find others, maybe one of the shaman at Firestone Point could tell you more about them.','Collect 6 Blood Shard Trinkets from Razormane Quilboar.','','','','','','','',49934,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24607,13202,368,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,'The Rise of the Darkspear','Tha Darkspear tribe have long been victims. Outcasts. We found ourselves fleein\' our homes time \'n time again... but dis time, it\'s not fleein\' dat drives us here.$B$BVol\'jin has offered us leadership through wisdom, and it has kept us alive dis long. Now dat same wisdom offers portents of a chaotic future for tha Horde unda Garrosh Hellscream.$B$BNo, dis time we not fleein\'. Dis time, we are fightin\' for a home dat will last.$B$BIt\'s time to begin ya trainin\', $n. Speak with Nortet to the east.','Meet with Nortet in the Darkspear Training Grounds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24608,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,24603,0,0,0,'Mangletooth','I no longer care for honor or glory, $c. All that matters to me is that the quilboar die, by any means, at anyone\'s hand.$B$BMangletooth, the chief of these filthy Razormane, sits in his lair to the northwest, atop a hill. End his life.$B$BI plan to stay here, and pile these bodies until no more vermin run squealing from the Kraul to face me...','Kill Mangletooth.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37940,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53245,53240,53249,53244,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24616,13202,4714,0,8,5,9,0,0,0,0,0,0,0,0,0,24578,0,49944,1,'Losing Your Tail','You must have many questions, $N. And they will be answered in time.$B$BI know why you\'re here and what you\'re looking for.$B$BI can\'t lead you there with the enemy tracking you.$B$BOne of Sylvanas\'s scouts has been following your tracks. You can\'t lead the Forsaken to the place you seek. Take this talisman and walk along the road just north of here.$B$BLet the ranger lure you to her trap and use the power of the talisman to break free and counterattack.','Use Belysra\'s Talisman to defeat the Dark Scout.','Well done, $N. The scout never had a chance.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37953,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54999,55000,55001,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24617,13202,4706,0,262152,5,9,0,0,0,0,0,0,0,0,0,24616,0,0,0,'Tal\'doren, the Wild Home','There are others like you, $N. And they too, were lost and confused.$B$BThere is a place where you belong.$B$BTal\'doren, the wild home, was once home to an order of druids who took the shape of wolves.$B$BIt is there that you will find the answers you seek. It is also there that you will find someone who can offer guidance. An old friend.','Speak to Darius Crowley at Tal\'doren, in the heart of the Blackwald.','You\'re all right, $N! I\'ve been waiting for this day for a long time, it truly is great to see you friend.$B$BI\'ve heard of what you\'ve done and I\'m thankful... especially for Lorna -- she\'s all I\'ve left. I will send for her right away.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24618,13202,4709,0,12,32,34,0,0,0,0,0,0,0,0,0,24591,0,0,0,'Claim the Battle Scar','We have fought the Alliance to a standstill here, even as the land beneath our feet falls apart. To the east you will find the Battlescar, a wide swath of decimated terrain. It is little more than a line in the sand, but it must be OUR line.$B$BIn the center of the scar you will find a flag marker designating who controls it. Scout out the flag.$B$BIf it\'s not already ours, capture it for the Horde - it will swing the battle in our favor. Investigate the scar and kill anyone you find in there!','Go to the Battlescar. Scout out the flag marker and kill 10 Triumph Vanguard soldiers.$B$BCapturing the flag will give all Horde players in the scar a combat advantage. ','','','Battlescar Flag Scouted','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37923,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24619,13202,4709,0,0,32,34,0,0,0,0,0,0,0,0,0,24591,0,49948,1,'Parts-is-Parts','I\'ve always wanted to try making an abomination. It looks simple enough, but you know how it is when you learn things from a book. There\'s no substitute for doing!$B$BFirst, I\'m going to need parts. Lots of parts. And you\'re going to get them for me.$B$BNo need to be picky: human, orc... it doesn\'t matter. Parts is parts.$B$BJust be sure the corpses you harvest come from the Battlescar, so I know they\'re fresh.$B$B ','Use Calder\'s Bonesaw on corpses within the Battlescar and collect 15 Severed Extremities.','','','','','','','',49945,49948,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24620,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,24619,0,0,0,'Hearts-is-Hearts','These parts - so lovely! Muscle and sinew and fingers and toes ... I am SO hungry right now.$B$BBut work must come first. Once I stitch this pile of parts together I\'m going to need a heart strong enough to pump sludge through this rat\'s nest of veins. I would use my own heart, but it\'s a shriveled up husk resembling a turnip.$B$BNo, I need some real power. Get me a kodo heart from one of those giant landquaker bulls to the south of the Battlescar.','Slay a Landquaker Bull south of the Battlescar and collect an Enormous Kodo Heart.','','','','','','','',49946,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24621,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,24620,24634,0,0,'Smarts-is-Smarts','My monstrosity is taking shape! All that\'s left is to stuff his skull with something useful.$B$BI\'m talking about brains, $N. And here I\'m going to be picky. The abomification process causes significant brain damage so it\'s best to start with someone smart.$B$BOne of the Alliance officers should do nicely. Seek out one of the Captains on the far side of the Battlescar and try not to damage the goods while you kill him.','Kill a Triumph Captain on the far side of the Battlescar and acquire a Fresh Brain.','','','','','','','',49947,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53229,53260,53246,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24622,13202,368,0,524288,1,3,0,0,0,0,0,0,0,0,0,25064,0,0,0,'A Troll\'s Truest Companion','If ya lookin\' for something ta do, we need some more raptors moved over to da pens. If ya head over to da island south of here, you can be meetin\' with our caretakers and dey can set ya up.$B$BDey might appreciate a hand too. Got ta be spreadin\' da love, ya know?','Speak to Kijara on Bloodtalon Shore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24623,13202,368,0,0,1,3,0,0,0,0,0,0,0,0,0,24622,24626,52283,1,'Saving the Young','I actually have somethin\' really important dat I could use help with, if ya be willin\', mon.$B$BOur hatchlins\' are bein\' stolen by someone on da next island. At first I thought dey were just runnin\' away or that nature be claimin\' dem, but we are missin\' more than a dozen of da little guys now.$B$BPlease head to Zalazane\'s Fall to da northwest and point da little hatchlins back dis way. Poor tings.','Use the Bloodtalon Whistle to rescue 12 Lost Bloodtalon Hatchlings.','Thank ya so much! They can be vicious when provoked, but most of da time dey don\'t know betta.','','Return to Kijara at Bloodtalon Shore in the Echo Isles.','Bloodtalon Hatchlings rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,39157,0,0,0,12,0,0,0,70874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24624,13202,368,0,0,1,3,0,0,0,0,0,0,0,0,0,24622,24626,0,0,'Mercy for the Lost','The fiend who stole our raptors has been corruptin\' dem with some kind of magic. Now dat dey\'ve grown with dis corruption inside of them, I fear dere\'s little we can be doin\' to save dem outside grantin\' them da peace of death. Go ta Zalazane\'s Fall, northwest of here, an\' see da task done.$B$BI hope ya can stomach dae work. I don\'t tink I could bring myself ta do da deed, even knowin\' that it be needed.','Kill 8 Corrupted Bloodtalon Raptors.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37961,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24625,13202,368,0,8,1,3,0,0,0,0,0,0,0,0,0,24622,24626,0,0,'Consort of the Sea Witch','I been investigatin\' our corrupted Bloodtalons troubles and I think I\'ve found da source. A lone naga. He was holdin\' a red orb aloft over our hatchlings and I could see dem... changin\'.$B$BI\'m certain he tinks his thievery and spellcastin\' have gone unnoticed, so ya should be able ta catch him unawares. Kill dis naga and bring me back dat vile orb - you\'ll be findin\' him to da northwest, at Zalazane\'s Fall.','Kill Naj\'tess and retrieve his orb.','','','','','','','',50018,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52869,52880,52885,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24627,13202,4714,0,8,5,9,0,0,0,0,0,0,0,0,0,24617,0,0,0,'At Our Doorstep','The night elves have taught us much during this time, $N. They\'ve taught us who we are and where we come from.$B$BThanks to them... thanks to this place... we\'re no longer mere beasts. We have regained free will.$B$BThe Forsaken aren\'t here for our land alone.$B$BThey\'re looking for something we possess. An artifact capable of uncontrollably spreading the Curse to all humanity. We cannot let them find it.$B$BSylvanas\'s banshees have come very close. Help my trackers take them out.','Kill 6 Howling Banshees.','You are as good as I remember, $N. It is good to have you back.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37757,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,71042,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24628,13202,4714,0,8,5,11,0,0,0,0,0,0,0,0,0,24617,0,0,0,'Preparations','What you know as the Curse began as a heresy among our brethren.$B$BFaced with a losing battle against demonic forces, the Druids of the Pack eschewed the balance they were sworn to and allowed the beast to overtake them.$B$BThey were banished to the Emerald Dream where they live in eternal slumber under a tree identical to this one, but not before their curse spread to others.$B$BToday our ceremony will restore balance to your people. Bring me the leaf that grows only in Tal\'doren\'s vicinity.','Bring 6 Moonleafs to Vassandra.','These simple leaves grow by Elune\'s grace. They will help your mind understand the need for balance and your soul will permanently earn mastery over the beast.','You\'ve returned, $N.','','','','','',50017,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,4,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24630,13202,491,0,16392,33,35,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Crone of the Kraul','The five of us have communed with the spirits, and found the source of the Quilboar\'s aggression. Charlga Razorflank leads them from within Razorfen Kraul. She holds the promise of Agamaggan\'s resurrection over their heads, whipping the tribes into frenzy to raze and pillage the land for her.$B$BPlease, $c, put a stop to this. Without Charlga, the quilboar may not be saved, but they may at least be less dangerous.','Kill Charlga Razorflank in Razorfen Kraul.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4421,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53155,53158,57408,53157,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24631,13202,4709,0,0,32,34,0,0,0,0,0,0,0,0,0,24637,0,50031,1,'Flightmare','The Alliance has hired in Wildhammer mercenaries to control the skies over the Battlescar. I believe these same gryphon-riders were the ones to firebomb Taurajo during the attack.$B$BI want our skies scoured clean.$B$BThe wildhammer dwarves fly low enough for a sharp-eyed $c to hook them. Take this. Target their gryphons and dismount the riders - once grounded, show them no mercy.','Use Tomusa\'s Hook on Triumph War Gryphons to dismount and kill 5 Wildhammer Mercenaries.','','','','','','','',0,50031,0,0,0,0,0,1,0,0,0,0,37977,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,53259,53233,53234,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24632,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,24631,0,0,0,'Tauren Vengeance','My people are not wrathful by nature, but sometimes a thirst for justice causes us to take up arms in anger.$B$BMy old friend Gann Stonespire, on learning of the butchery in Taurajo, flew into a fury. Tribal elders could no longer hold his rage in check.$B$BNow he has all but parted ways with the Horde. He\'s gone rogue, $N, and seeks to lash out at the Alliance with a small band of like-minded partisans.$B$BIf you, too, seek vengeance, you will find him southeast of here, at the foot of Bael Modan.','Seek out Gann Stonespire at Spearhead in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24633,13202,4709,0,10,33,35,0,0,0,0,0,0,0,0,0,24604,0,0,0,'Mahka\'s Plea','I can\'t put him out of my mind, $n. Sometimes at night, I can hear his howls of rage and suffering, echoing across the plains. To imagine him out there, alone and in such pain...$B$BPlease, I must ask a favor of you. Go to Mankrik, and tell him to come see me.','Talk to Mankrik.','','','Talk to Mankrik','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,71922,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24634,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Intelligence Warfare','I am convinced the Alliance is using spies to scout the field and pass along information. They knew to strike at Taurajo while the hunters were afield. And they countered every one of Gar\'dul\'s moves like he was an open book.$B$BWell $N, I for one will not be outplayed. Not here. We will win the battle for intelligence.$B$BEven now I hear reports of Alliance operatives slinking around in the shadows, especially here, outside these very walls. Kill them and bring me back something of use.','Kill a Barrens Operative and retrieve the SI:7 Briefings.','','','','','','','',50054,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24637,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,24634,0,0,0,'The Butcher of Taurajo','This operative had orders to secure the roadways between the Alliance command and Fort Triumph. General Hawthorne is on the move.$B$B$B$BIt\'s HIM, $N! Hawthorne - I spit the name - he is the one who ordered the assault on Taurajo! Now we know when and where to strike him down. Quickly, follow the road north of the Battlescar and meet up with my assassin Karthog. CRUSH Hawthorne and string his body up along the road!','Speak with Karthog, then lure out and assassinate General Hawthorne.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38018,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53226,53232,53256,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,23100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24639,13202,368,0,0,1,2,0,0,1,0,0,0,0,0,0,24607,0,0,0,'The Basics: Hitting Things','Alright, mon. We start with da basics. I need ta know dat you know how ta swing dat weapon you\'re totin\' around.$B$BGo thrash dose tiki targets. Take it slowly. Natural-like. I\'ll watch ya fighting form and we\'ll go from dere.','Destroy 6 Tiki Targets.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38038,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24640,13202,368,0,0,1,3,0,0,1,0,0,0,0,0,0,24642,0,0,0,'The Arts of a Warrior','I tink I have something I can show ya. It\'s pretty simple really, but it should help.$B$BWhen ya want ta close tha distance with an enemy quickly, ya can charge dem with a fierce roar. Dis will take them off guard, stunnin\' them and opening up an opportunity ta follow up with attacks before dey can defend demselves.$B$BTry it out. Let me know when ya tink you have it down.','Speak to Nortet to train Charge. Practice using Charge against a Tiki Target.','','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24641,13202,368,0,0,1,3,0,0,1,0,0,0,0,0,0,24639,0,0,0,'A Rough Start','Lets put dose skills ta use. I\'ll start ya off easy, mon.$B$BThere be cats killing our boars. Dat food ain\'t for sharin\'. Dose boars are gonna need ta be alive if ya be wanting food tonight.$B$BDey\'re all over the island. Bring me some cat pelts.','Retrieve 6 Wildmane Cat Pelts.','','','','','','','',50222,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24642,13202,368,0,0,1,3,0,0,1,0,0,0,0,0,0,24641,0,0,0,'Proving Pit','Ya done quite well for ya\'self, $c. I\'m sure I could teach ya a trick or two here and dere, but I not be wastin\' ya time on tiki targets no longer.$B$Bl put one last trial before ya den, mon. Head over to da provin\' pit in the middle of dis area and fight a real baddy - one dat wants ta kill ya back. Just let the jailor by the pit know when ya ready.','Speak to a Darkspear Jailor, then enter the proving pit and kill a Captive Spitescale Scout.','','','','Speak to a Darkspear Jailor','','','',0,0,0,0,0,0,0,0,0,0,0,0,39062,38142,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52876,0,0,0,1,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24643,13202,368,0,0,1,3,0,0,1,0,0,0,0,0,0,24640,25064,0,0,'More Than Expected','Ya definitely more den expected, mon. I\'m sure dere\'s more important stuff we can be usin\' ya talents on now. Ya don\'t need ta hang out with da newbloods no more.$B$BHead down to da village to da southeast and make yaself known. Lend a hand here and there and I\'m sure ya make yer way up to sometin\' more prestigious quick enough.','Report to Vol\'jin at Darkspear Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24644,13202,368,0,1024,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,'Troll Introduction Complete','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24646,13202,4714,0,8,5,9,0,0,0,0,0,0,0,0,0,24627,0,50134,1,'Take Back What\'s Ours','Ever since the Forsaken invaded Gilneas, we\'ve tried to keep the location of the Scythe of Elune secret. We moved it at night to one of many safe locations. The Dark Rangers got close, but never found it... until now.$B$BThey were last spotted at the Woods\' End Cabin, west of here. Blow this horn when you find them and Tobias and his trackers will engage the Dark Rangers.$B$BOnly then will it be safe for you to venture inside the cabin and take back the scythe. Hurry, $N. It must not reach Sylvanas.','Blow the Horn of Tal\'doren at the Woods\' End Cabin and retrieve the Mysterious Artifact inside.','I knew we could count on you. You\'ve done well, $N.','Do you have the scythe, $N?','','','','','',50086,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24653,13202,4709,0,8,33,35,0,0,0,0,0,0,0,0,0,24606,0,0,0,'Echoes of Agamaggan','I think the quilboar are being driven by more than just crude desire. Would you help me look into this further?$B$BTo the west, scattered among the quilboar\'s settlements and camps, I\'ve noticed boar skulls. They gleam from a distance, polished smooth...distinct from the remains littered in their waste piles. I think these may be objects of worship.$B$BBring me several of these to examine, $n.','Collect 3 Polished Boar Skulls.','','','','','','','',50044,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24654,13202,4709,0,0,32,34,0,0,0,0,0,0,0,0,0,24591,0,50128,1,'Silithissues','The silithid! They\'re bugs, $N. Or something like bugs. They\'re not natural... and we built a fortress on the equivalent of an anthill.$B$BTake this burning pitch. It\'ll set the buggers on fire and plug up their burrows at the same time. Be careful when you pour this stuff on there - the silithid will come out in swarms!$B$BLook for silithid mounds around the exterior of Desolation Hold. They look like heaps of sand. Kill anything that crawls out.','Use the Bucket of Burning Pitch on Silithid Mounds and kill 10 Silithid Swarmers as they emerge.','','','','','','','',0,50128,0,0,0,0,0,1,0,0,0,0,3252,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24667,13202,4709,0,0,32,34,0,0,0,0,0,0,0,0,0,24654,24634,50162,1,'Firestone Point','I\'ve been on top of this silithid situation for almost a month, which makes me the local expert. Just last week the Earthen Ring was visiting, and wanted me to write down everything I know.$B$B$B$BI\'m not much of a writer. Or a reader, for that matter. But this book is probably the most definitive thing ever written about this foe.$B$BDeliver it to Tauna Skychaser down in Firestone Point. It\'s south of here, just west of the main road.','Deliver Crawgol\'s Silithid Field Guide to Tauna Skychaser at Firestone Point in Southern Barrens.','','','','','','','',50162,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24671,13202,4720,0,8,1,7,0,0,0,0,0,0,0,0,0,27139,0,52712,1,'Cluster Cluck','Ridiculous! The greatest goblin mind of all time reduced to food detail? I made the Micro Mechachicken just for this reason and they let it get away!$B$B$B$BDo I look like I should be rounding up escaped cluckers? No, my friend, not I! Bamm most definitely, though he\'s too lazy.$B$BYour station in life has recently taken a turn for the worse. You do it!$B$BTake these remote control fireworks and attach them to the cluckers.','Capture 10 Wild Cluckers by attaching remote control fireworks to them.','Success! Was there ever any doubt?$B$BGreely, fire up the poultryizer!','','','Wild Cluckers captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,38117,0,0,0,10,0,0,0,71170,0,0,0,0,0,0,0,52904,52950,0,0,0,0,1,1,0,0,0,0,56149,0,0,0,1,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24672,13202,4714,0,262152,5,9,0,0,0,0,0,0,0,0,0,24673,0,0,0,'Onwards and Upwards','I will do as Darius asked and have our people move through the Blackwald.$B$BYou ought to catch up with King Greymane. He and Krennan went into Tempest\'s Reach after Lord Godfrey confirmed survivors had made their dwelling there.$B$BFollow the road out of Stormglen into the mountains. I asked Krennan to wait for you at the bridge before Tempest\'s Reach.','Find Krennan Aranas on the road to Tempest\'s Reach.','$N!$B$BGenn... they\'ve taken Genn... they\'ve taken... our king!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24673,13202,4714,0,262152,5,9,0,0,0,0,0,0,0,0,0,24593,0,0,0,'Return to Stormglen','It\'ll be a long time before our nation comes together again. The old political divisions pale in comparison to what divides us now.$B$BYet if there was ever a time for us to come together and unite against a common enemy, it is now. And it is you, $N, who have proven able to bridge the gap between our people.$B$BReturn to Stormglen and tell them it is safe to go through the Blackwald on their way to Tempest\'s Reach. We will take care of any Forsaken who follow them.','Speak to Gwen Armstead in Stormglen.','King Greymane gave me a brief rundown of the plan before he set off for the Blackwald. Doesn\'t make it sound any less crazy.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24674,13202,4714,0,8,5,11,0,0,0,0,0,0,0,0,0,24677,0,0,0,'Slaves to No One','I was one of the few that escaped, $N. When the Forsaken took over our town and our mine, they treated us with utmost cruelty.$B$BThose of us who were weak and could not endure hard labor were worked to death by the abomination known as Brothogg.$B$BMy wife was among his victims, $c, and I swore that one day her death would be avenged. I am too frail now, but you can deliver justice... for my wife... for Gilneas!','Slay Brothogg the Slavedriver inside Emberstone Mine.','I thank you, $N. Our people will no longer suffer under that monstrosity\'s yoke.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54992,54993,54991,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24675,13202,4714,0,8,5,10,0,0,0,0,0,0,0,0,0,24677,0,0,0,'Last Meal','I\'m not dumb, $N. I know what\'s ahead of us.$B$BOur people are going to go through those gates and fight against an enemy that is better trained, has more numbers and better weapons than us.$B$BEven if we succeed, it\'ll be at a great cost. For most of us, today\'s meal will be the last.$B$BI cannot fight, but I sure can cook. Bring me meat from the stags that roam this area and I will ensure that the last meal these folks get will be their best.','Obtain 10 Sides of Stag Meat.','I thank you, $N. Our men and women will have a last good meal before they set off for battle.','Did you get what I needed, $N?','','','','','',50219,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24676,13202,4714,0,8,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'Push Them Out','The people are free, but the town is still occupied by the Forsaken. They\'re cut off from their main force, so if we\'re to drive them out, now\'s our chance.$B$BTheir leader, Executor Cornell, is known for his unbound ruthlessness. Also among them is Valnov the Mad, a so-called scientist who carries out inhuman experiments on villagers too old to work the mines.$B$BTake care of them all.','Slay 4 Forsaken Infantry, Executor Cornell and Valnov the Mad in Emberstone Village.','We have the people of Emberstone on our side now thanks to you. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37692,37686,37685,0,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24677,13202,4714,0,262152,5,10,0,0,0,0,0,0,0,0,0,24592,0,0,0,'Flank the Forsaken','I thank you, $N. We can\'t rest on our laurels, however.$B$BWe found out about a mining town, currently under Forsaken occupation. We sent some of my men, along with Crowley\'s daughter to the nearby livery stables to begin operations there. Liam should be joining them shortly.$B$BI\'ll stay here and organize the final push for Gilneas City. Speak to Lord Hewell to secure a horse to get you there.','Speak to Lord Hewell to obtain a ride to the Livery Outpost and report to Lorna Crowley.','I am glad to have you here, $N. We\'re surrounded by Forsaken on all sides and can use all the help we can get.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24678,13202,4714,0,393224,5,11,0,0,0,0,0,0,0,0,0,24920,0,50220,1,'Knee-Deep','It\'s time to pack it in, $N. Most of our people have made it through -- it\'s your turn now.$B$BTake this torch, you\'re going to need it. The tunnel is full of nasty, knee-biting critters of the worst kind. Use it to keep them at bay.$B$BSpeak to Krennan on the other side.','Use the Half-Burnt Torch to get to the other side of the tunnel beneath Gilneas City.','You\'re here, $N. Most everyone made it through, but now we\'re stuck here... surrounded by our own... dead!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24679,13202,4714,0,8,5,11,0,0,0,0,0,0,0,0,0,24602,0,51956,1,'Patriarch\'s Blessing','You\'ve done it, $N. Even in these times we must honor our dead.$B$BTake these offerings and place them at Aderic\'s tomb.$B$BLet\'s hope that\'s enough to placate the ghosts of our ancestors.','Place the Blessed Offerings at Aderic\'s Tomb.','It\'s done, $N. The dead return to their slumber.','','','Offering placed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38147,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24680,13202,4714,0,262152,5,12,0,0,0,0,0,0,0,0,0,24679,0,0,0,'Keel Harbor','We might\'ve lost our city, but at least it looks like the dead have forgiven us.$B$BMeet with the rest of the survivors in Keel Harbor.$B$BI\'m sure there\'s plenty to do before we\'re in the clear. Genn hasn\'t arrived yet, so I suppose Lord Crowley will be in charge there.','Speak to Lord Darius Crowley at Keel Harbor in Gilneas.','It\'s good to see you again, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,1,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24681,13202,4714,0,8,5,12,0,0,0,0,0,0,0,0,0,24680,0,0,0,'They Have Allies, But So Do We','The night elves made good on their promise. They\'ve brought ships and are ready to offer us sanctuary in their lands.$B$BUnfortunately, the Forsaken\'s allies have arrived as well.$B$BThe orcs are advancing upon us while the Horde gunship prevents the transport ships from taking our people to safety.$B$BThe druids are holding the enemy back, but won\'t last long. Fortunately, the elven ships were carrying siege weapons. Take one of the glaive throwers and meet the enemy head on.','Use the Night Elven Glaivethrower to slay 40 Orc Raiders, 8 Wolfmaw Outriders and 4 Orcish War Machines.','It\'s almost over, $N. Only one obstacle remains between us and survival.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37916,37938,37921,0,40,8,4,0,0,0,0,0,0,0,0,0,55012,55013,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,1000,0,0,81040,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24684,13202,4709,0,8,32,35,0,0,0,0,0,0,0,0,0,24632,0,0,0,'A Weezil in the Henhouse','$B$BMy wounds are great but I will not rest until the dwarves of Bael Modan pay for their crimes. We smuggled a man inside their fortress during our last raid. A goblin saboteur: Weezil Slipshadow. $B$BCreate a disruption at the gates - kill who you can - then slip inside the fortress of Bael\'dun to the south and find Weezil.$B$BThat stronghold can only be destroyed from within, and Weezil can\'t do it alone.','Head into the Bael\'Dun Keep and kill 10 Bael\'Dun Dwarves (Riflemen, Soldiers, and Officers.) Then find Weezil Slipshadow, who should be hiding within.','','','','Bael\'dun Dwarves Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,3378,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24685,13202,4709,0,8,32,35,0,0,0,0,0,0,0,0,0,24684,0,0,0,'Dwarf Fortress','I don\'t know if you noticed on your way in, but this whole fortress is erected around a giant cannon. If we can just find the ammunition magazine, we could blow this place sky-high as easy as kiss-my-hand!$B$BBut to figure it out I\'m going to need the fortress schematics, and I haven\'t been able to steal them yet.$B$BLook for the plans on the lowest floor, right down these stairs.','Acquire the Bael\'Dun Fortress Schematics.','','','','','','','',50223,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24686,13202,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,24689,50253,4,'Carried on the Waves','The Bloodpetals of Un\'Goro have a fascinating life cycle.$b$bThese trees in front of us bear seeds that fall down into the river when they mature. The river\'s current then takes the seed north of here, where the seed hatches - almost like an egg - and a newborn Bloodpetal emerges.$b$bI require these seeds for my studies. Take this net, and use it to scoop up the bright orange seeds in the river. You\'ll have to hunt them down under the water.','Use Garl\'s Net to obtain 4 Bloodpetal Seeds.','','','','','','','',50253,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24687,13202,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,24855,0,0,'Bouquets of Death','You\'re already familiar with the first phase of the Bloodpetals\' life cycle: the waterborne seed. The next phase, however, is not so docile: the pack of juveniles.$b$bWhen Bloodpetals hatch, they quickly form gangs and travel together, offsetting their weakness with overwhelming numbers. These packs of young lashers normally keep to themselves, but upset one of them and you upset them all.$b$bFor our safety and the safety of others, dispose of them. They roam close by, to the west and north.','Kill 6 packs of Juvenile Lashers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38214,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,22500,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24688,13202,490,0,8,49,53,0,0,0,0,0,0,0,0,0,0,24855,0,0,'Zen\'Aliri','You\'ve already met one of my new students, the young worgen named Garl. My other student is a troll by the name of Zen\'Aliri. He currently camps with the explorers of Marshal\'s Expedition, to the west of here.$b$bTake these results to him, $n, and tell him to read them well.','Report to Zen\'Aliri in Marshal\'s Stand.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24689,13202,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,24687,0,0,'Flowing to the North','Ithis Moonwarden is the night elf druid who indoctrinated me into the Cenarion Circle. He has set up camp north of here, near the cliffs of the crater\'s easternmost edge. Follow the flow of the Bloodpetal seeds, and I\'ll wager you\'ll find him nearby.$b$bMy studies are limited only to seeds and other reagents, but he pursues more advanced matters. If you are curious to learn more about Un\'Goro\'s flora, you should speak with him now.','Report to Ithis Moonwarden in the Roiling Gardens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24690,13202,490,0,8,49,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blazerunner','I\'m still a bit concerned about these fire elementals, $N. One last request: head to the top of Fire Plume Ridge, and kill the one they call Blazerunner. He\'s the biggest and strongest of all the fire elementals in the crater. With him gone, I\'ll be able to sleep much better.','Kill Blazerunner.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9376,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53574,53575,53576,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24691,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,24693,0,0,'Peculiar Delicacies','Hey $g bub: sweetie;, interested in making an extra dime?$b$bI\'ve got it on good authority that some interested parties are paying BIG money for silithid legs. Yes, you heard me right, silithid legs! Apparently these things are delicious if you cook them right. They\'re like underground lobsters, and they live just south of here.$b$bThing is, I\'ll need a good amount of them to pay for my overhead. Think you could get me 8 dozen or so?','Obtain 96 Silithid Legs.','','','','','','','',50371,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24692,13202,490,0,8,49,53,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Fledgling Colossus','If you\'re here to help, then maybe you can help us with a lurking threat.$b$bTo the south lies the Slithering Scar, a quivering silithid outpost in the middle of the jungle. You can\'t miss it.$b$bOne of my scouts reports that the silithid are harboring a young colossus in their large central underground chamber, and once it is fully grown, they plan to unleash it upon Un\'Goro!$b$bThis must not be allowed to pass, $N. Find the colossus and kill it.','Kill the Gorishi Fledgling Colossus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38305,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53577,53578,53579,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32000,0,0,0,0,0,0,0,0,0,0,91200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24693,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mossy Pile','Here in Marshal\'s Stand, I can\'t really do too much profiteering without arousing suspicion from the scientists. There is, however, another place where I might have use of you.$b$bMy business associate, Gremix, has a camp northwest of here, on the opposite side of the volcano. He\'s a savvy business mind, and has a better eye for profit than even I do. I\'m sure he could put you to work, if you\'d like to make some more coin.','Report to Gremix at Mossy Pile.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24694,13202,490,0,8,51,55,0,0,0,0,0,0,0,0,0,0,24695,0,0,'The Shaper\'s Terrace','$b$BThe crystal pylons have been activated. A sufficient number of crystals have been gathered. The prerequisites have been met. We are prepared for teleport to The Shaper\'s Terrace.$b$bSpeak to me when you are ready, $r. We will consult with The Watcher.','Speak with the Un\'Goro Examinant to teleport to The Shaper\'s Terrace, then speak with Nablya.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24695,13202,490,0,8,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ever Watching From Above','When my master Khaz\'Goroth shaped the world you call Azeroth, he designed Un\'Goro Crater to be an area for experimentation. You might call it the Titans\' petri dish.$b$bIf you seek further knowledge about the methods in which we observe the world, pull the four levers behind me and complete my tests.','Pull the levers behind Nablya and complete her tests.','','','','Bloodpetal Observation','Diemetradon Observation','Gorilla Observation','Pterrordax Observation',0,0,0,0,0,0,0,0,0,0,0,0,38358,38521,38519,38520,1,1,1,1,0,0,0,0,0,0,0,0,53594,53595,53596,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24696,13202,490,0,16392,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Un\'Goro: PRK - E - Shizzle\'s Flyer 02 - Testing It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24697,13202,490,0,1,50,52,0,0,0,0,0,0,0,0,1,0,0,50430,1,'How to Make Meat Fresh Again','I don\'t believe we\'ve met... I\'m Nolen Tacker, Marshal Expeditions\' new chief of the guards. I\'m also their chef. There\'s actually more overlap than you\'d think.$b$bI\'ve got a fun little task for you. Have you seen the spike pits around the perimeter of the camp? See if you can convince some of the nearby dinosaurs to walk into them. If you throw this rotten meat at them when they\'re not looking, it\'ll either make them hungry or angry. Either way is fine, as long as they follow you into the pit!','Use the Scraps of Rotting Meat on nearby dinosaurs to lure them into the pits around Marshal\'s Stand.','','','','Dinosaurs Baited','','','',0,0,0,0,0,0,0,0,0,0,0,0,38355,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,53563,53564,53565,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24698,13202,490,0,8,51,53,0,0,0,0,0,0,0,0,0,0,24730,0,0,'Adventures in Archaeology','Hey, you want to try my new diemetradon dogs? No? Raptor risotto? Pterrordax ptacos?$b$bFine. Oh, I just remembered! I have a friend nearby that might be able to use your assistance. His name is Spark Nilminer, and he\'s Marshal Expeditions\' chief archaeology officer.$b$bHe\'s been sent out to Golakka Hot Springs, to the west. You\'ll likely find him on the springs\' western shore.','Report to Spark Nilminer at Golakka Hot Springs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24699,13202,490,0,8,49,54,0,0,0,0,0,0,0,0,0,0,0,50746,1,'Gormashh the Glutinous','Hey, I know! We\'ve been looking at the wrong tar creatures.$b$bGremix once told me about a larger-than-normal tar creature that he ran into. It lurks around the tar pit far to the east of here, south of Fungal Rock. I\'ll bet that the bigger these creatures get, the stickier they get! We\'ll make some money yet, $N!$b$bDon\'t forget the scraper!','Kill Gormashh and obtain the Unbelievably Sticky Tar.','','','','','','','',50374,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53592,53593,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24700,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hard to Harvest','The Lakkari Tar Pits, just north of here, conceal a hidden treasure: rare flowers that grow at the bottom of the pits. These tarblossoms, as they\'re called, are valued for their beauty and their durability. It\'s been a while since I last harvested tarblossoms, so there should be some new plants growing at the bottom of the pits. Grab some for me?$b$bBy the way, good luck swimming in tar. It\'s nothing like swimming in water.','Obtain 4 Tarblossom Blossoms.','','','','','','','',50258,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24701,13202,490,0,8,49,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marshal\'s Refuse','A big part of making money is shamelessness. You have to be willing to profit off of the misfortune of others. It all ends up boiling down to one question: How much do you love money?$b$bWhen Marshal and his crew abandoned their refuge up to the north, they left behind lots of supplies. This stuff isn\'t rare, or even particularly valuable, but it\'s there if you\'re willing to take it. His camp is up in the cliffs, to the north.$b$bOh, and be on the lookout for whatever it was that made them leave...','Obtain 10 Discarded Supplies.','','','','','','','',50443,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53580,53581,53582,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24702,13202,490,0,2097160,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Here Lies Dadanga','Sturdy mount and trusted friend.$b$bDied shortly after the Cataclysm. He always hated loud noises.$b$bIn lieu of flowers, please drop off a few Bloodpetal sprouts. In life, he loved nothing more.','Obtain 10 Bloodpetal Sprouts.','','','','','','','',11315,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73978,73978,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24703,13202,490,0,10,51,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Important Lesson','What ho, traveler! You must know that you set foot upon the camp of Maximillian of Northshire! Mayhap you have heard tales sung of my many exploits? I can see from the look in your eye that you have. That glint of recognition plays upon your visage like the White Lady\'s reflection o\'er Stonecairne Lake.$b$bIt is clear to me that you seek adventure. As you seem able enough, and thoroughly well-intentioned, I would offer to make you my squire.','Speak to Maximillian of Northshire to learn more about becoming a squire.','','','Squire Training Completed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24704,13202,490,0,65544,51,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Evil Dragons of Un\'Goro Crater','This crater is filled with a malignant breed of dragon. Have you seen them? They wander all about, parading their spiky backs and lizardy faces all around the Crater.$b$bDon\'t let them fool you, squire, for these dragons are no minions of graceful Alexstrasza. They are clearly vicious, and direly in need of a hero\'s blade.$b$bI have decided that I will slay no less than 15 of them. As my squire, you must come along. Should we become separated, you may meet me back here at the Hot Springs.','Help Maximillian of Northshire slay 15 \"Dragons\".','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38252,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24705,13202,490,0,65544,51,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Damsels Were Made to be Saved','I\'ve a feeling that we may find more than dragons here in this crater. My paladin\'s instinct tells me that there are maidens nearby that require our aid. While my heart beats only for my lady Doloria, a damsel in distress cannot be ignored.$b$bLet us sally forth, Squire $N! The ladies of Un\'Goro require our aid!','Rescue the Damsel by the Shore, the Damsel in the Cliffs, and the Damsel of the North.','','','','Damsel by the Shore saved','Damsel in the Cliffs saved','Damsel of the North saved','',0,0,0,0,0,0,0,0,0,0,0,0,38238,38239,38240,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24706,13202,490,0,2097160,51,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spirits of Golakka Hot Springs','A moment of seriousness now, $N. We have an important quest ahead of us. The treacherous dragons that plague this valley will not cease their mischief until we destroy their repugnant brood mother. Before we even attempt to complete such a task, we must ask the Light for aid.$b$bI have seen the Light manifest itself nearby, in the form of Spirits floating by the shores of Golakka Hot Springs. Come, I must speak with them, and ask them for aid.','Stand by as Maximillian of Northshire speaks to 2 Steam Furies.','','','','Prayers','','','',0,0,0,0,0,0,0,0,0,0,0,0,38253,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,79188,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24707,13202,490,0,1048584,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ballad of Maximillian','The time we have waited for is upon us, Squire $N. Un\'Goro\'s brood mother will perish at my hands. The gravity of our task weighs heavily on me, but with the power of the Light behind us, we are guaranteed to succeed.$b$bAre you ready to depart?','Help Maximillian of Northshire kill the Devilsaur Queen. If you become separated from Maximillian, meet him at Golakka Hot Springs in Un\'Goro Crater.','','','','Un\'Goro\'s Broodmother slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,38708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53597,53598,53599,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,0,0,0,0,0,0,98100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24708,13202,490,0,8,51,54,0,0,0,0,0,0,0,0,0,0,24709,50407,1,'The Fossil-Finder 3000','One of the things I hate the most about digging is the fact that half the time, all you find is dirt. That\'s why I\'ve been spending most of my time out here tinkering instead of digging.$b$bLet me show you what I\'ve invented: the Fossil-Finder 3000. I just put the finishing touches on it. If it works properly, it should find the largest fossils in the area. I know, sweet, huh?$b$bTest it out and see if you can find some ridiculously big dinosaur bones.','Obtain an Enormous Dinosaur Talon.','','','','','','','',50407,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24709,13202,490,0,8,51,55,0,0,0,0,0,0,0,0,0,0,24723,0,0,'A Tale of Two Shovels','Hey wait a minute, this bone has pickax marks on it. These aren\'t yours, are they? No, I recognize this mark... this must be that blasted dwarf! Gah!$b$bLet me step back for a minute and explain. There\'s another archaeologist south of here named Durrin Direshovel. He practices a reckless, devil-may-care brand of archaeology that offends even me.$B$BA priceless fossil, ruined by sloppy pick-work. This is the last straw, Durrin!$b$b$N, go put an end to Direshovel and his negligent excavation.','Kill Durrin Direshovel and obtain Durrin\'s Archaeological Findings.','','','','','','','',50410,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53600,53601,53602,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24714,13202,490,0,262152,50,52,0,0,0,0,0,0,0,0,0,0,24715,0,0,'Chasing A-Me 01','Unfortunately, something\'s happened to one of my greatest inventions. You\'ve seen mechanical squirrels, yes? Well, to get closer to the apes of Un\'Goro Crater, I created a mechanical ape to blend in with their kind--I call her A-Me 01.$B$BShe has been studying the local wildlife at Fungal Rock for several months, but she should have returned by now. I fear the worst for her.$b$bCan you help me find her?','Find A-Me 01 at Fungal Rock.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24715,13202,490,0,8,50,52,0,0,0,0,0,0,0,0,0,0,24926,50236,1,'Repairing A-Me 01','$b$b\"...operational capacity... less than 5%... accidentally... punctured oil reservoir...\"$b$b\"...use coconut milk... rock... save A-Me 01...\"$b$b','You\'re pretty sure that A-Me 01 has asked you to obtain an Un\'Goro Coconut, crack it on the rock nearby, and give her the High Viscosity Coconut Milk.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24716,13202,490,0,16384,50,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Returning A-Me 01','Greetings. I unit A-Me 01. You... $r?$B$BA-Me\'s mission to study the local gorillas was success. A-Me has gathered data and now will bring to Karna.$b$bIt time for A-Me to return to Karna. You come with? We embark right away, so make sure you ready first.','Escort A-Me 01 back to Karna Remtravel at Mossy Pile.','','','','Protect A-Me 01 until you reach Karna Remtravel','','','',0,0,0,0,0,0,0,0,0,0,0,0,9623,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24717,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Apes of Un\'Goro','There\'s plenty of money to be had here in Un\'Goro, you just need to know where to look!$b$bApes may be common here in Un\'Goro, but they\'re much rarer up north. In Everlook, a gorilla hide fetches ten times what you\'ll get for it down here!$b$bI\'m not going to send you all the way up to Winterspring - that\'d be irresponsible - but I could use your help actually obtaining some hides.$b$bYou\'ll find gorillas at Fungal Rock, to the northeast, near a waterfall. Don\'t forget to check inside the cave!','Bring 2 Un\'Goro Gorilla Pelts, 2 Un\'Goro Stomper Pelts, and 2 Un\'Goro Thunderer Pelts to Gremix at Mossy Pile.','','','','','','','',11478,11479,11480,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24718,13202,490,0,8,49,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mighty U\'cha','Looking around, you see bits of red fur laying around this part of the cave. It appears to match the consistency of gorilla fur.$b$bBased on your conversations with Gremix, you know that he would almost certainly be interested in a red gorilla hide, if you were to obtain one.','Bring U\'cha\'s Pelt to Gremix at Mossy Pile.','','','','','','','',11476,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53583,53584,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24719,13202,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,24686,0,0,'Claws of White','Stop, $r. I could use the help of a $c like you.$b$bRight outside this camp, there are raptors with deadly claws. I\'ve been using the claws for druid rituals, but it doesn\'t seem to be working. However, I did notice that some of those raptors sometimes have white claws, when most have deathly black ones.$b$bThe earth works in strange ways. Maybe you could fetch me some of the white claws, and I\'ll try one last time?','Obtain 5 White Ravasaur Claws.','','','','','','','',11477,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53557,53558,53559,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24720,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystals of Power','I\'m sure you\'ve noticed \'em, $N. They\'re everywhere!$B$BWhat am I talking about? Why, the crystals, of course!$B$BThe crystals... They\'re all over the crater. Most people ignore them, but I have a strange feeling that they hold power within them.$B$BSay, I\'m running a little low on the crystals I have here -- think you might be able to collect some more for me? $b$bYou\'ll find yellow crystals to the northwest, red crystals to the... oh, I\'m sure you\'ll figure it out.','Collect 7 Power Crystals of each color: red, blue, yellow, and green.','','','','','','','',11186,11188,11185,11184,0,0,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,72152,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24721,13202,490,0,10,49,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Eastern Pylon','High up in the cliffs above me there is a large crystal pylon. Who placed it there, I cannot say, nor can I determine any reason that it would be built in such a strange place.$b$bMaybe you can make more of it than I can. I personally don\'t care what it does, so you needn\'t report back to me, but perhaps one of the scholars in Marshal\'s Stand might be interested in what you discover.','Touch the Eastern Crystal Pylon in Un\'Goro Crater.','','','Discover and examine the Eastern Crystal Pylon','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,72152,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24722,13202,490,0,10,49,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Northern Pylon','You\'ve done us a number of favors, $N... now let Gremix do one for you. The attacks on Marshal\'s Refuge were terrible, undoubtedly. They came without warning, and took no prisoners. They were lucky that so many of them survived.$b$bA few weeks ago, I came across a crystal pylon in the cliffs to the northeast of here, east of Marshal\'s Refuge. I think the pylon and the attacks may be related somehow. Maybe you can investigate? I\'m sure someone in Marshal\'s Stand will thank you.','Discover the location of the Northern Crystal Pylon in Un\'Goro Crater.','','','Discover and examine the Northern Crystal Pylon','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-164955,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,72152,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24723,13202,490,0,10,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Western Pylon','Durrin\'s research touched on one area that intrigues me: a potential link between the titans and the dinosaurs. J.D. Collie back at camp is always talking about titan this and crystal that... maybe she\'d be interested.$b$bBefore you report to her, you might want to check out the crystal pylon not far from here. It\'s just up in the cliffs, to the west of here. It\'s got crystals on it, and it always seemed to me like it might have something to do with the titans.','Discover the location of the Western Crystal Pylon.','','','Discover and examine the Western Crystal Pylon','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,72152,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24724,13202,490,0,8,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Restore','The Pylon table allows you to combine green power crystals with yellow power crystals.$B$BAccording to J.D.\'s manual, this combination can be used to heal yourself or your allies.','Collect 8 green and 6 yellow Power Crystals.','','','','','','','',11188,11185,0,0,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11562,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24725,13202,490,0,8,51,55,0,0,0,0,0,0,0,0,0,24724,0,0,0,'Crystal Charge','The Pylon table allows you to combine red power crystals with yellow power crystals.$B$BAccording to J.D.\'s manual, this combination can be used to create a large explosion that can inflict damage on your enemies.','Collect 6 red and 8 yellow Power Crystals.','','','','','','','',11186,11188,0,0,0,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11566,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24726,13202,490,0,8,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Force','','','','','','','','','',11185,11184,0,0,0,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11563,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24727,13202,490,0,8,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Spire','','','','','','','','','',11184,11188,0,0,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11567,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24728,13202,490,0,8,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Ward','','','','','','','','','',11186,11185,0,0,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11564,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24729,13202,490,0,8,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crystal Yield','','','','','','','','','',11186,11184,0,0,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11565,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24730,13202,490,0,8,51,53,0,0,0,0,0,0,0,0,0,0,24708,0,0,'Roll the Bones','You\'d think that being chief digger for Marshal Expeditions means I like digging. There might be worse things to do in this world... but none really leap to mind.$B$BWe were supposed to be digging in Terror Run - FANTASTIC name by the way - for dead stegodons and diemetradons. Well, there are plenty of live ones there too! Wil and Hol are still all about studying this death trap, so we need those dinosaur bones. Between you and me though, bringing some from live ones will work out just as well.','Obtain 8 Dinosaur Bones.','','','','','','','',11114,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53585,53586,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24731,13202,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,24732,0,0,'The Fare of Lar\'korwi','Once, a long time ago, a brother of mine took some meat from one of Lar\'korwi\'s kills. He didn\'t know it at the time, but Lar\'korwi saw him from the forest. Lar\'korwi followed my brother for days, destroying everything he touched. My brother, scared, finally decided to run from the Crater and leave Lar\'korwi behind.$B$BLar\'korwi killed him not far from this spot.$B$BIf you want to provoke Lar\'korwi, find a fresh kill of his and take some of the meat from it.$B$BStart your search to the west.','Find the carcass of Lar\'korwi\'s freshest kill and steal a Piece of Threshadon Carcass.','','','','','','','',11504,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24732,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,24733,0,0,'The Scent of Lar\'korwi','I\'m actually surprised he has not come for you yet, $N. But all is well, for I have a final plan that will bring the monster to us.$B$BBeing the dominant male gives Lar\'korwi rights to breed with any female he chooses--and he chooses many of them. You\'ll find many ravasaur eggs to the west of here. Get close to them and you should provoke an attack by his mates. The females produce an awful smell from a gland in their heads that allow males to know they are ready to breed. Bring me two of those glands.','Obtain 2 Ravasaur Pheromone Glands.','','','','','','','',11509,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24733,13202,490,0,8,49,53,0,0,0,0,0,0,0,0,0,0,0,11568,1,'The Bait for Lar\'korwi','This will be the most difficult part because there is some complexity to the plan. Continue following the river to the north, and look for a bend in the river. It was here I saw Lar\'korwi last. You will know you are in the right area because of all the bones from massive creatures that once wandered nearby.$b$bTake the meat you recovered and place it there. Then, rub this mixture I created on the meat.$b$bIf both lures mingled together do not bring Lar\'korwi to you, then I know nothing else that will.','Using the contents of Torwa\'s Pouch, summon Lar\'korwi and defeat him. Then bring Lar\'korwi\'s Head to Torwa Pathfinder near the entrance to Un\'Goro Crater.','','','','','','','',11510,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53587,53588,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24734,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,0,15722,1,'Lost!','You\'ve got to help me, $N! My friend, Ringo left earlier to explore the volcano to the north of here, and he has been gone way too long. I am really worried about him.$B$BDo you think you could find him? Why don\'t you take my canteen with you -- if you do find Ringo, I\'m sure he\'ll need it!','Find signs of Ringo at Fire Plume Ridge.','','','','','','','',15722,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24735,13202,490,0,2,49,52,84,0,0,0,0,0,0,0,0,0,0,11804,1,'A Little Help From My Friends','Ugh... It\'s so hot...$B$BI was exploring this area, when all of a sudden, the heat just became unbearable. I must be suffering from heat exhaustion.$B$BPlease, help me get back to my friend Spraggle at Marshal\'s Stand. I think I\'m well enough to follow you there.$B$BI am feeling a little out of it, so you can slap me if I\'m feeling woozy. If I do happen to faint again, just splash some water on me from Spraggle\'s canteen. That should work, I hope...','Lead Ringo to Spraggle Frock at Marshal\'s Stand.$B$BIf Ringo feels weak, slap him. If he faints, use Spraggle\'s Canteen to revive him.','','','Escort Ringo to Marshal\'s Stand','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53566,53567,53568,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24736,13202,490,0,8,49,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shizzle\'s Flyer','I\'m making a flying machine!$B$BI got stranded here, and I\'m absolutely horrible at finding my way around. I\'d take a gryphon or wind rider back to Gadgetzan, but those beasts just scare me to death.$B$BSo, will you help me? All I have left to build is the wings, and I was thinking that the webby scales from the pterrordax in the Screaming Reaches to the west would be perfect. There\'s no way I\'m going to go up against one of those, but you look pretty tough. Why don\'t you give it a try?','Collect 35 Webbed Pterrordax Scales.','','','','','','','',11831,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53589,53590,53591,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24737,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,24699,50742,1,'Super Sticky','I\'m always looking for a quick way to earn a gold, $N. If you help me with my newest idea, I\'ll let you in on a little of the profit. How does that sound to you?$B$BI thought so!$B$BWe\'re going to be making some glue. Head to the tar pits just north of here, and collect me some tar. Not just any tar, now, you\'ll need to get it from the beasts that live around the tar pits. As a bonus, if you use my tar scraper on their corpses, you\'ll keep your hands nice and clean.','Collect 8 samples of Super Sticky Tar.','','','','','','','',11834,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24738,13202,490,0,16384,48,50,0,0,0,0,0,0,0,0,0,0,0,11116,1,'Williden\'s Journal','You have uncovered a mangled journal. Parts of it remain legible, with a Williden Marshal claiming ownership over the contents therein. If the journal is accurate, then Williden may be found somewhere in the central part of the Crater; according to the journal, he and his companions sought to take a more offensive stance once their refuge was attacked.','Return the journal to Williden Marshal somewhere in Un\'Goro Crater.','','','','','','','',11116,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24739,13202,490,0,16392,48,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Expedition Salvation','I\'m Williden Marshal, and I lead a non-aligned expedition troupe. Now that our camp is more centrally located, it will be much more convenient for us to do many things... such as retrieving some long-forgotten supplies.$B$BWe\'ve left some old supplies at deserted base camps both northeast and southwest of here. You look like you\'re capable enough - can you help us by getting them back?','Bring a Crate of Foodstuffs and Research Equipment to Williden Marshal in Un\'Goro Crater.','','','','','','','',11113,11112,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24740,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,24690,0,0,'Volcanic Activity','Welcome. I\'m Williden Marshal, and my sister and I run this expedition of explorers and scientists. You have a moment?$b$bI don\'t like the look of those elementals on that volcano, $c. We have too much equipment, too many notes... one crazed elemental could streak its way through our camp and do terrible, terrible damage.$b$bShow them that their new neighbors aren\'t to be trifled with. And bring back the ash that they leave behind... we might as well do a little science while we\'re at it.','Collect 9 samples of Un\'Goro Ash from the fire elementals around the volcano in Un\'Goro Crater.','','','','','','','',11829,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24741,13202,4720,0,0,1,8,0,0,0,0,0,0,0,0,0,24671,0,50232,1,'Trading Up','Hobart thinks he\'s going to feed us on those tiny clucker eggs? Bah! We\'re going to get some real eggs!$B$BI\'ve already set up some traps on the Raptor Rise up the path to the east. Take this bunch of wild clucker eggs and lay them in the traps. The spiny raptors will go right after the clucker eggs, and then you\'ll get to trade up to their larger eggs.$B$BGenius!','Gather 5 Spiny Raptor Eggs.','Nice! Look at the size of those things!$B$BThere\'s no way that Grapplehammer\'s going to be able to top those!','How many did you get? I can just taste the massive omelet we\'re going to cook up now!','','','','','',50239,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24742,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,24794,12472,1,'Finding the Source','I created a thermometer to take readings of the temperatures at the volcano, and I\'d like to find the hottest lava flows. It gives the measurements in degrees Kraklenheit!$B$BHere, take it, and take readings of the temperatures at the ridge whenever you see a hot spot!$b$bHot spots usually take the form of a glowing, rocky pillar jutting out of the ground. You\'ll find them around the base of Fire Plume Ridge... one trip around the perimeter will likely suffice.','Krakle in Un\'Goro Crater wants you to find the hottest area of Fire Plume Ridge.$B$BWhenever you find a hot spot, use the thermometer to check the temperature. Keep looking until you find the hottest one.','','','','Find the hottest area of Fire Plume Ridge','','','',0,12472,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24744,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24741,0,0,0,'The Biggest Egg Ever','Bamm Megabomb? Who does he think he is? His spiny raptor eggs are no match for what we are about to recover!$B$BAs you well know, each Town-In-A-Box is equipped with a micro mechachicken for just such a dietary emergency. Luckily for us, my keen intellect was able to deduce the location that our prodigious, pre-programmed poultry ran off to.$B$BHead north to the Scorched Gully. But beware, its circuit boards are fried and I imagine it\'s not so micro any longer!','Recover the Biggest Egg Ever.','Eureka! My genius saves the day yet again! Take that Bamm Megabomb!$B$BAnd now, to reap the benefits!','Just think about the accolades that will rain down upon me... us, when the Biggest Egg Ever is returned!','','','','','',50261,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52933,52905,52951,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,450,0,0,0,0,0,0,648,1171.84,2345.43,1,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24747,13202,4709,0,8,32,35,0,0,0,0,0,0,0,0,0,24685,0,0,0,'Sabotage!','These dwarven artillery shells have a built-in airburst timer. This is easy! Just sabotage one of the artillery shells in the loading bay and then hoist it up into the magazine. Boom, baby. BOOM!$B$BYou\'ll find the shells in one of two loading bays behind the main garage on this level. It\'s right around the corner.$B$BOnce you\'ve rigged the artillery shell... Run! Run like the wind, $N! Then report to Gann back at camp. I\'ll be right behind you.','Sabotage a Dwarven Artillery Shell and then flee from Bael\'Dun before it explodes.','','','','Artillery Shell Sabotaged','Get Out of There!','','',0,0,0,0,0,0,0,0,0,0,0,0,38250,38251,0,0,1,1,0,0,0,0,0,0,0,0,0,0,53255,53253,53225,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24750,13202,368,0,0,1,2,0,0,128,0,0,0,0,0,0,0,0,0,0,'The Rise of the Darkspear','Tha Darkspear tribe have long been victims. Outcasts. We found ourselves fleein\' our homes time \'n time again... but dis time, it\'s not fleein\' dat drives us here.$B$BVol\'jin has offered us leadership through wisdom, and it has kept us alive dis long. Now dat same wisdom offers portents of a chaotic future for tha Horde unda Garrosh Hellscream.$B$BNo, dis time we not fleein\'. Dis time, we are fightin\' for a home dat will last.$B$BIt\'s time to begin ya trainin\', $n. Speak with Soratha to the east.','Meet with Soratha in the Darkspear Training Grounds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24751,13202,368,0,0,1,2,0,0,128,0,0,0,0,0,0,24750,0,0,0,'The Basics: Hitting Things','Alright, mon. We start simple. I need ta know dat you know the basics of the arcane arts.$B$BGo thrash dose tiki targets. Take it slowly. Natural-like. I\'ll watch how you form your casts and we\'ll go from dere.','Destroy 6 Tiki Targets.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38038,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24752,13202,368,0,0,1,3,0,0,128,0,0,0,0,0,0,24754,0,0,0,'The Arts of a Mage','I tink I have something I can show ya. It\'s pretty simple really, but it should help.$B$BWhen ya arcane energies line up perfectly, ya can release a volley of arcane missiles dat wil be devastatin\' ya enemeis. It may take some time and some luck for ya to get a chance at practicin\' these magics, so be patient.$B$BTry it out. Let me know when ya tink you have it down.','Speak to Soratha to train Arcane Missiles. Practice using Arcane Missiles 2 times against a Tiki Target.','','','','Practice Arcane Missiles','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,2,0,0,0,5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24753,13202,368,0,0,1,3,0,0,128,0,0,0,0,0,0,24751,0,0,0,'A Rough Start','Lets put dose skills ta use. I\'ll start ya off easy, mon.$B$BThere be cats killing our boars. Dat food ain\'t for sharin\'. Dose boars are gonna need ta be alive if ya be wanting food tonight.$B$BDey\'re all over the island. Bring me some cat pelts.','Retrieve 6 Wildmane Cat Pelts.','','','','','','','',50222,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24754,13202,368,0,0,1,3,0,0,128,0,0,0,0,0,0,24753,0,0,0,'Proving Pit','Ya done quite well for ya\'self, $c. I\'m sure I could teach ya a trick or two here and dere, but I not be wastin\' ya time on tiki targets no longer.$B$Bl put one last trial before ya den, mon. Head over to da provin\' pit in the middle of dis area and fight a real baddy - one dat wants ta kill ya back. Just let the jailor by the pit know when ya ready.','Speak to a Darkspear Jailor, then enter the proving pit and kill a Captive Spitescale Scout.','','','','Speak to a Darkspear Jailor','','','',0,0,0,0,0,0,0,0,0,0,0,0,39062,38142,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52873,0,0,0,1,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24755,13202,368,0,0,1,3,0,0,128,0,0,0,0,0,0,24752,25064,0,0,'More Than Expected','Ya definitely more den expected, mon. I\'m sure dere\'s more important stuff we can be usin\' ya talents on now. Ya don\'t need ta hang out with da newbloods no more.$B$BHead down to da village to da southeast and make yaself known. Lend a hand here and there and I\'m sure ya make yer way up to sometin\' more prestigious quick enough.','Report to Vol\'jin at Darkspear Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24758,13202,368,0,0,1,2,0,0,64,0,0,0,0,0,0,0,0,0,0,'The Rise of the Darkspear','Tha Darkspear tribe have long been victims. Outcasts. We found ourselves fleein\' our homes time \'n time again... but dis time, it\'s not fleein\' dat drives us here.$B$BVol\'jin has offered us leadership through wisdom, and it has kept us alive dis long. Now dat same wisdom offers portents of a chaotic future for tha Horde unda Garrosh Hellscream.$B$BNo, dis time we not fleein\'. Dis time, we are fightin\' for a home dat will last.$B$BIt\'s time to begin ya trainin\', $n. Speak with Nekali to the east.','Meet with Nekali in the Darkspear Training Grounds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24759,13202,368,0,0,1,2,0,0,64,0,0,0,0,0,0,24758,0,0,0,'The Basics: Hitting Things','Alright, mon. We start simple. I need ta know dat you know the basics of the natural arts.$B$BGo thrash dose tiki targets. Take it slowly. Natural-like. I\'ll watch how you form your casts and we\'ll go from dere.','Destroy 6 Tiki Targets.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38038,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24760,13202,368,0,0,1,3,0,0,64,0,0,0,0,0,0,24762,0,0,0,'The Arts of a Shaman','I tink I have something I can show ya. It\'s pretty simple really, but it should help.$B$BFocusin\' tha power of da elements into yer weapon can allow ya to unleash a quick, vicious attack on your enemies. Dis should be easy enough for ya to make a lot of use of it.$B$BTry it out. Let me know when ya tink you have it down.','Speak to Nekali to train Primal Strike. Use Primal Strike 3 times against a Tiki Target.','','','','Practice Primal Strike','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,3,0,0,0,73899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24761,13202,368,0,0,1,3,0,0,64,0,0,0,0,0,0,24759,0,0,0,'A Rough Start','Lets put dose skills ta use. I\'ll start ya off easy, mon.$B$BThere be cats killing our boars. Dat food ain\'t for sharin\'. Dose boars are gonna need ta be alive if ya be wanting food tonight.$B$BDey\'re all over the island. Bring me some cat pelts.','Retrieve 6 Wildmane Cat Pelts.','','','','','','','',50222,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24762,13202,368,0,0,1,3,0,0,64,0,0,0,0,0,0,24761,0,0,0,'Proving Pit','Ya done quite well for ya\'self, $c. I\'m sure I could teach ya a trick or two here and dere, but I not be wastin\' ya time on tiki targets no longer.$B$Bl put one last trial before ya den, mon. Head over to da provin\' pit in the middle of dis area and fight a real baddy - one dat wants ta kill ya back. Just let the jailor by the pit know when ya ready.','Speak to a Darkspear Jailor, then enter the proving pit and kill a Captive Spitescale Scout.','','','','Speak to a Darkspear Jailor','','','',0,0,0,0,0,0,0,0,0,0,0,0,39062,38142,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52875,0,0,0,1,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24763,13202,368,0,0,1,3,0,0,64,0,0,0,0,0,0,24760,25064,0,0,'More Than Expected','Ya definitely more den expected, mon. I\'m sure dere\'s more important stuff we can be usin\' ya talents on now. Ya don\'t need ta hang out with da newbloods no more.$B$BHead down to da village to da southeast and make yaself known. Lend a hand here and there and I\'m sure ya make yer way up to sometin\' more prestigious quick enough.','Report to Vol\'jin at Darkspear Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24764,13202,368,0,0,1,2,0,0,1024,0,0,0,0,0,0,0,0,0,0,'The Rise of the Darkspear','Tha Darkspear tribe have long been victims. Outcasts. We found ourselves fleein\' our homes time \'n time again... but dis time, it\'s not fleein\' dat drives us here.$B$BVol\'jin has offered us leadership through wisdom, and it has kept us alive dis long. Now dat same wisdom offers portents of a chaotic future for tha Horde unda Garrosh Hellscream.$B$BNo, dis time we not fleein\'. Dis time, we are fightin\' for a home dat will last.$B$BIt\'s time to begin ya trainin\', $n. Speak with Zen\'Tabra to the east.','Meet with Zen\'Tabra in the Darkspear Training Grounds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24765,13202,368,0,0,1,2,0,0,1024,0,0,0,0,0,0,24764,0,0,0,'The Basics: Hitting Things','Alright, mon. We start simple. I need ta know dat you know the basics of the druidic arts.$B$BGo thrash dose tiki targets. Take it slowly. Natural-like. I\'ll watch how you form your casts and we\'ll go from dere.','Destroy 6 Tiki Targets.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38038,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24766,13202,368,0,0,1,3,0,0,1024,0,0,0,0,0,0,24768,0,0,0,'The Arts of a Druid','I tink I have something I can show ya. It\'s pretty simple really, but it should help.$B$BBy calling on nature, we can mend bones and cuts. We can bring back even da most gravely wounded ally ta fight on.$B$BTry it out. Let me know when ya tink you have it down.','Speak to Zen\'Tabra to train Rejuvenation. Practice using Rejuvenation on a Wounded Darkspear Watcher in the Darkspear Training Grounds.','','','','Practice Rejuvenation','','','',0,0,0,0,0,0,0,0,0,0,0,0,47057,0,0,0,1,0,0,0,774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24767,13202,368,0,0,1,3,0,0,1024,0,0,0,0,0,0,24765,0,0,0,'A Rough Start','Lets put dose skills ta use. I\'ll start ya off easy, mon.$B$BThere be cats killing our boars. Dat food ain\'t for sharin\'. Dose boars are gonna need ta be alive if ya be wanting food tonight.$B$BDey\'re all over the island. Bring me some cat pelts.','Retrieve 6 Wildmane Cat Pelts.','','','','','','','',50222,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24768,13202,368,0,0,1,3,0,0,1024,0,0,0,0,0,0,24767,0,0,0,'Proving Pit','Ya done quite well for ya\'self, $c. I\'m sure I could teach ya a trick or two here and dere, but I not be wastin\' ya time on tiki targets no longer.$B$Bl put one last trial before ya den, mon. Head over to da provin\' pit in the middle of dis area and fight a real baddy - one dat wants ta kill ya back. Just let the jailor by the pit know when ya ready.','Speak to a Darkspear Jailor, then enter the proving pit and kill a Captive Spitescale Scout.','','','','Speak to a Darkspear Jailor','','','',0,0,0,0,0,0,0,0,0,0,0,0,39062,38142,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52870,0,0,0,1,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24769,13202,368,0,0,1,3,0,0,1024,0,0,0,0,0,0,24766,25064,0,0,'More Than Expected','Ya definitely more den expected, mon. I\'m sure dere\'s more important stuff we can be usin\' ya talents on now. Ya don\'t need ta hang out with da newbloods no more.$B$BHead down to da village to da southeast and make yaself known. Lend a hand here and there and I\'m sure ya make yer way up to sometin\' more prestigious quick enough.','Report to Vol\'jin at Darkspear Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24770,13202,368,0,0,1,2,0,0,8,0,0,0,0,0,0,0,0,0,0,'The Rise of the Darkspear','Tha Darkspear tribe have long been victims. Outcasts. We found ourselves fleein\' our homes time \'n time again... but dis time, it\'s not fleein\' dat drives us here.$B$BVol\'jin has offered us leadership through wisdom, and it has kept us alive dis long. Now dat same wisdom offers portents of a chaotic future for tha Horde unda Garrosh Hellscream.$B$BNo, dis time we not fleein\'. Dis time, we are fightin\' for a home dat will last.$B$BIt\'s time to begin ya trainin\', $n. Speak with Legati to the east.','Meet with Legati in the Darkspear Training Grounds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24771,13202,368,0,0,1,2,0,0,8,0,0,0,0,0,0,24770,0,0,0,'The Basics: Hitting Things','Alright, mon. We start with da basics. I need ta know dat you know how ta swing dose weapons you\'re totin\' around.$B$BGo thrash dose tiki targets. Take it slowly. Natural-like. I\'ll watch ya fighting form and we\'ll go from dere.','Destroy 6 Tiki Targets.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38038,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24772,13202,368,0,0,1,3,0,0,8,0,0,0,0,0,0,24774,0,0,0,'The Arts of a Rogue','I tink I have something I can show ya. It\'s pretty simple really, but it should help.$B$BAs ya fight ya enemies, ya will be able to see dere weaknesses and set up for devastating combo attacks. After ya\'ve struck a few blows to weaken ya foe, finish dem off with a vicious evisceration attack.$B$BTry it out. Let me know when ya tink you have it down.','Speak to Legati to train Eviscerate. Use Eviscerate 3 times against a Tiki Target.','','','','Practice Eviscerate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,3,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24773,13202,368,0,0,1,3,0,0,8,0,0,0,0,0,0,24771,0,0,0,'A Rough Start','Lets put dose skills ta use. I\'ll start ya off easy, mon.$B$BThere be cats killing our boars. Dat food ain\'t for sharin\'. Dose boars are gonna need ta be alive if ya be wanting food tonight.$B$BDey\'re all over the island. Bring me some cat pelts.','Retrieve 6 Wildmane Cat Pelts.','','','','','','','',50222,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24774,13202,368,0,0,1,3,0,0,8,0,0,0,0,0,0,24773,0,0,0,'Proving Pit','Ya done quite well for ya\'self, $c. I\'m sure I could teach ya a trick or two here and dere, but I not be wastin\' ya time on tiki targets no longer.$B$Bl put one last trial before ya den, mon. Head over to da provin\' pit in the middle of dis area and fight a real baddy - one dat wants ta kill ya back. Just let the jailor by the pit know when ya ready.','Speak to a Darkspear Jailor, then enter the proving pit and kill a Captive Spitescale Scout.','','','','Speak to a Darkspear Jailor','','','',0,0,0,0,0,0,0,0,0,0,0,0,39062,38142,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52889,0,0,0,1,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24775,13202,368,0,0,1,3,0,0,8,0,0,0,0,0,0,24772,25064,0,0,'More Than Expected','Ya definitely more den expected, mon. I\'m sure dere\'s more important stuff we can be usin\' ya talents on now. Ya don\'t need ta hang out with da newbloods no more.$B$BHead down to da village to da southeast and make yaself known. Lend a hand here and there and I\'m sure ya make yer way up to sometin\' more prestigious quick enough.','Report to Vol\'jin at Darkspear Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24776,13202,368,0,0,1,2,0,0,4,0,0,0,0,0,0,0,0,0,0,'The Rise of the Darkspear','Tha Darkspear tribe have long been victims. Outcasts. We found ourselves fleein\' our homes time \'n time again... but dis time, it\'s not fleein\' dat drives us here.$B$BVol\'jin has offered us leadership through wisdom, and it has kept us alive dis long. Now dat same wisdom offers portents of a chaotic future for tha Horde unda Garrosh Hellscream.$B$BNo, dis time we not fleein\'. Dis time, we are fightin\' for a home dat will last.$B$BIt\'s time to begin ya trainin\', $n. Speak with Ortezza to the east.','Meet with Ortezza in the Darkspear Training Grounds.','Anotha newblood, eh?$B$BYa actually have a wild look about ya though. Fierce eyes. You might have the makings of a real $c.$B$BLets not waste anymore time \'den.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24777,13202,368,0,0,1,2,0,0,4,0,0,0,0,0,0,24776,0,0,0,'The Basics: Hitting Things','Alright, mon. We start with da basics. I need ta know dat you know how ta use dat weapon you\'re totin\' around.$B$BGo thrash dose tiki targets. Take it slowly. Natural-like. I\'ll watch ya fighting form and we\'ll go from dere.','Destroy 6 Tiki Targets.','Not bad, mon. Ya have a natural flow to ya attacks - you may have a talent for dis.$B$BSome rough edges ta be sure, but we\'ll get dose ironed out here and I\'ll teach ya a few new tings as we go.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24778,13202,368,0,0,1,3,0,0,4,0,0,0,0,0,0,24780,0,0,0,'The Arts of a Hunter','I tink I have something I can show ya. It\'s pretty simple really, but it should help.$B$BWe\'ve all manner of trick shots we can be usin\' wit bows or guns, but witout a steady hand between dose shots, ya gonna find yaself exhausted and not really managin\' to kill much. Take ya time, steady ya bow, and keep the shots pourin\' into ya target. Keep\'m off-balance.$B$BTry it out. Let me know when ya tink you have it down.','Speak to Ortezza to train Steady Shot. Use Steady Shot 5 times on a Tiki Target.','Good work, mon! Dis stuff come easy to ya.','','','Practice Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24779,13202,368,0,0,1,3,0,0,4,0,0,0,0,0,0,24777,0,0,0,'A Rough Start','Lets put dose skills ta use. I\'ll start ya off easy, mon.$B$BThere be cats killing our boars. Dat food ain\'t for sharin\'. Dose boars are gonna need ta be alive if ya be wanting food tonight.$B$BDey\'re all over the island. Bring me some cat pelts.','Retrieve 6 Wildmane Cat Pelts.','Dese are some fine pelts, $G boy:girl;. We could make some hefty cloaks outta dese.','I doubt dey too much of a challenge, mon, but they\'ll still claw up ya ankles if ya don\'t stay quick footed.','','','','','',50222,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24780,13202,368,0,0,1,3,0,0,4,0,0,0,0,0,0,24779,0,0,0,'Proving Pit','Ya done quite well for ya\'self, $c. I\'m sure I could teach ya a trick or two here and dere, but I not be wastin\' ya time on tiki targets no longer.$B$Bl put one last trial before ya den, mon. Head over to da provin\' pit in the middle of dis area and fight a real baddy - one dat wants ta kill ya back. Just let the jailor by the pit know when ya ready.','Speak to a Darkspear Jailor, then enter the proving pit and kill a Captive Spitescale Scout.','Ya handle yerself quite well. Ya gonna be quite powerful some day.','','','Speak to a Darkspear Jailor','','','',0,0,0,0,0,0,0,0,0,0,0,0,39062,38142,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52872,0,0,0,1,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24781,13202,368,0,0,1,3,0,0,4,0,0,0,0,0,0,24778,25064,0,0,'More Than Expected','Ya definitely more den expected, mon. I\'m sure dere\'s more important stuff we can be usin\' ya talents on now. Ya don\'t need ta hang out with da newbloods no more.$B$BHead down to da village to da southeast and make yaself known. Lend a hand here and there and I\'m sure ya make yer way up to sometin\' more prestigious quick enough.','Report to Vol\'jin at Darkspear Hold.','Ya tha new recruit everyone\'s talkin\' about, eh? Welcome ta tha Darkspear.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24782,13202,368,0,0,1,2,0,0,16,0,0,0,0,0,0,0,0,0,0,'The Rise of the Darkspear','Tha Darkspear tribe have long been victims. Outcasts. We found ourselves fleein\' our homes time \'n time again... but dis time, it\'s not fleein\' dat drives us here.$B$BVol\'jin has offered us leadership through wisdom, and it has kept us alive dis long. Now dat same wisdom offers portents of a chaotic future for tha Horde unda Garrosh Hellscream.$B$BNo, dis time we not fleein\'. Dis time, we are fightin\' for a home dat will last.$B$BIt\'s time to begin ya trainin\', $n. Speak with Tunari to the east.','Meet with Tunari in the Darkspear Training Grounds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24783,13202,368,0,0,1,2,0,0,16,0,0,0,0,0,0,24782,0,0,0,'The Basics: Hitting Things','Alright, mon. We start simple. I need ta know dat you know the basics of the holy arts.$B$BGo thrash dose tiki targets. Take it slowly. Natural-like. I\'ll watch how you form your casts and we\'ll go from dere.','Destroy 6 Tiki Targets.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38038,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24784,13202,368,0,0,1,3,0,0,16,0,0,0,0,0,0,24786,0,0,0,'The Arts of a Priest','I tink I have something I can show ya. It\'s pretty simple really, but it should help.$B$BWith a quick gatherin\' of holy energies, ya can bind ya wounds or the wounds of ya friends. Dis magic be quick, but it also be drainin\' on you. As time goes on, ya will learn more varieties of it that won\'t drain ya quite so heavily.$B$BTry it out. Let me know when ya tink you have it down.','Speak to Tunari to train Flash Heal. Use Flash Heal 5 times to heal Wounded Darkspear Watchers around the Darkspear Training Grounds.','','','','Practice Flash Heal','','','',0,0,0,0,0,0,0,0,0,0,0,0,47057,0,0,0,5,0,0,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24785,13202,368,0,0,1,3,0,0,16,0,0,0,0,0,0,24783,0,0,0,'A Rough Start','Lets put dose skills ta use. I\'ll start ya off easy, mon.$B$BThere be cats killing our boars. Dat food ain\'t for sharin\'. Dose boars are gonna need ta be alive if ya be wanting food tonight.$B$BDey\'re all over the island. Bring me some cat pelts.','Retrieve 6 Wildmane Cat Pelts.','','','','','','','',50222,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24786,13202,368,0,0,1,3,0,0,16,0,0,0,0,0,0,24785,0,0,0,'Proving Pit','Ya done quite well for ya\'self, $c. I\'m sure I could teach ya a trick or two here and dere, but I not be wastin\' ya time on tiki targets no longer.$B$Bl put one last trial before ya den, mon. Head over to da provin\' pit in the middle of dis area and fight a real baddy - one dat wants ta kill ya back. Just let the jailor by the pit know when ya ready.','Speak to a Darkspear Jailor, then enter the proving pit and kill a Captive Spitescale Scout.','','','','Speak to a Darkspear Jailor','','','',0,0,0,0,0,0,0,0,0,0,0,0,39062,38142,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52874,0,0,0,1,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24787,13202,368,0,0,1,3,0,0,16,0,0,0,0,0,0,24784,0,0,0,'More Than Expected','Ya definitely more den expected, mon. I\'m sure dere\'s more important stuff we can be usin\' ya talents on now. Ya don\'t need ta hang out with da newbloods no more.$B$BHead down to da village to da southeast and make yaself known. Lend a hand here and there and I\'m sure ya make yer way up to sometin\' more prestigious quick enough.','Report to Vol\'jin at Darkspear Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24794,13202,490,0,8,49,53,0,0,0,0,0,0,0,0,0,0,24734,0,0,'Speak With Spraggle','My good friend Spraggle has been fretting about something for some time now. I\'d help her, but as you can see, I\'m pretty comfortable right now.$b$bCould you check in with her and see what she needs?','Speak to Spraggle Frock in Marshal\'s Stand.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24807,13202,4709,0,8,29,32,0,0,0,0,0,0,0,0,0,24601,0,0,0,'Winnoa Pineforest','While we\'ve accomplished much here, it would be a tragedy if part of this corruption has escaped our notice. The corridors of the Wailing Cavern stretch throughout the entire Barrens, and if another spot of wild energy has made its way to the surface...$B$BYou\'ve done enough for me, though. I would simply ask that you let a fellow druid of mine know of what\'s happened here. You will find Winnoa Pineforest at Vendetta Point, southwest of here.','Speak to Winnoa Pineforest at Vendetta Point in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24812,13202,368,0,524288,1,4,0,0,0,0,0,0,0,0,4,25035,24814,0,0,'No More Mercy','Da naga have committed great atrocities on our people. Da time ta show dem mercy has long passed.$B$BEnter da cave and kill any naga you find dere. Every naga dead dis day is one less naga ta take us unawares later on. I trust ya will be thorough.','Kill 12 Spitescale Naga.','','','','Spitescale Naga','','','',0,0,0,0,0,0,0,0,0,0,0,0,38300,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,52878,52883,52886,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24813,13202,368,0,0,1,4,0,0,0,0,0,0,0,0,0,25035,24814,52065,1,'Territorial Fetish','Dis is no casual counter-attack. We be fully intendin\' ta slaughter every last naga here and do anything we can ta ensure that dey will have no desire ta return.$B$BI want ya ta place dese fetishes on any Spitescale banner ya be findin\' inside their cave. It should prove a clear statement of what we think of their presence here. More dan dat, da magic in dese fetishes will be weakenin\' any Spitescale dat approach, which should make dem second guess stayin\' on our isle.','Place 8 Territorial Fetishes on Spitescale flags.','','','','Territorial Fetish placed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38560,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24816,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24744,0,0,0,'Who\'s Top of the Food Chain Now?','Fine, fine, perhaps the whole egg thing didn\'t quite pan out. Who\'s up for some shark meat?$B$BOnly one little problem. Well, a big problem, actually. A really BIG problem: The Hammer!$B$BOf course, I have a brilliant idea. Swim out into the Dire Strait to the west and get us some shark parts. Give them to my assistant, Greely. I\'m too important to get my hands dirty with the small details.','Collect 5 Shark Parts.','These will do very nicely! We\'re going to combine the shark parts and the robotic remains of the Mechachicken into a submersible that should allow you to rid us of that nuisance, The Hammer!','$N, take it easy on Grapplehammer. He\'s a genius, but he\'s got a fragile ego.','','','','','',50381,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24817,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24816,0,0,0,'A Goblin in Shark\'s Clothing','Combining the remains of the Mechachicken with these shark parts, we\'ve assembled the greatest fighting submersible of all time: the Mechashark X-Steam!$B$BHobart and I want you to pilot it, $N. Go west to the water and activate the Mechashark X-Steam Controller.$B$BYou must kill The Hammer if we\'re to have any hope of exploiting the natural resources of the Dire Strait to their fullest extent. It\'s for the good of the cartel!','Activate a Mechashark X-Steam Controller and use the Mechashark X-Steam to slay The Hammer.','Excellent work, my $g boy : girl;! The Town-In-A-Box is saved and the Bilgewater Cartel will be profitable once again thanks to my overwhelmingly unbelievable intellect and tinkering know-how.','','','Use the Mechashark X-Steam Controller','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,36682,0,0,0,1,0,0,0,0,0,0,0,0,0,0,52952,52906,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24818,13202,4812,0,16392,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Change of Heart','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50378,50376,50375,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24824,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Disturbed Earth','We are here to monitor the scars of the land, and watch for further signs of instability. While we haven\'t seen any yet, a cataclysmic aftershock could devastate the Barrens even further.$B$BTo the northeast, near the chasm, earth elementals rampage out of control. To soothe the earth, these need to occasionally be destroyed, and their essence returned in a ritual. If you help us do this, $c, I would be happy to reward you.','Collect 4 Disturbed Earth Fragments from Disturbed Earth Elementals.','','','','','','','',50385,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24852,13202,215,0,8,1,2,0,0,0,0,0,0,0,0,0,14452,0,0,0,'Our Tribe, Imprisoned','Despite their size, the Bristleback greatly outnumber us. A pack ambush can easily overwhelm even the largest tauren.$B$BMany new initiates have taken up arms to defend our home. Some have given their lives, but others have been captured alive.$B$BPlease, find their cages and free them. The battle should keep the quilboar distracted.','Open 4 Quilboar Cages.','Thanks to you, our people are free to fight for our home.','','','Braves Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-202112,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,57198,57215,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24854,13202,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,24719,0,0,'Finding Stormclaw','Zen\'Aliri been studyin\' the ways of the druid, $r. Hopefully one day, Zen\'Aliri join the Druids of the Talon, and soar over this crater as a storm crow.$b$bBut for now, my mentor says I stay here and wait. So Zen\'Aliri waits.$b$bI know another druid who might be able to use your help. His name is Garl Stormclaw, and he\'s somewhere to the east of here, studying reagents. Maybe you go talk to him?','Report to Garl Stormclaw at the entrance to Un\'Goro Crater.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,1,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24855,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,24721,0,0,'Aberrant Flora','Look how strangely the plant life reacts to the bloodpetals in the Roiling Gardens to the north. The trees are enveloped with more flowers and vines than usual. Large, sporous blossoms project themselves from the ground where they once did not.$b$bThe land is speaking to us, $r. The bloodpetals are destroying the balance.$b$bAs my final task, I ask you to visit the swarming adult Bloodpetals and prune their numbers.','Kill 11 Bloodpetals. Any type of adult Bloodpetal will do.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38358,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,53569,53570,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24856,13202,4720,0,262152,1,8,0,0,0,0,0,0,0,0,0,24817,0,0,0,'Invasion Imminent!','Your work here is done for now, but there\'s no rest for the wicked, eh?$B$BYou remember Megs Dreadshredder, our old marketing rep? She\'s taken some others over the hills to the southeast, just past the Raptor Rise. If you follow the path east out of town and follow it south at the fork, you can\'t miss her.$B$BApparently there\'s some trouble or other brewing with the snake-men at the ruins on the shore. Go see if you can\'t sort it all out, would you?','Speak with Megs Dreadshredder at the western entrance to the Ruins of Vashj\'elan on the Lost Isles.','Boss, we gotta problem.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,648,679.448,2026.58,1,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24858,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24856,0,0,0,'Bilgewater Cartel Represent','Looks like the naga down there in the ruins are preparing to invade our Town-In-A-Box. I have lots of dead scouts here as proof.$B$BI don\'t know about you, but I\'m not about to let them try. Let\'s get the jump on them!$B$BCould you lay the foundation for our new coastal holdings by replacing their banners with our own? That\'s some prime real estate down there!','Destroy 10 Naga Banners, replacing them with Bilgewater Cartel Banners.','I wish I could have seen the looks on their scaly faces when you blew up their banners and replaced them with our own.$B$BOn second thought, I don\'t want to be close enough to see their snarls.','','','Naga Banners replaced','','','',0,0,0,0,0,0,0,0,0,0,0,0,-202133,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,52907,52953,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24859,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24856,0,0,0,'Naga Hide','It\'s oft whispered in dark corners of a material so fine, so exquisite to the touch, that goblins of sophisticated taste will spend any amount of moolah to get their hands on some.$B$BOf course, I\'m speaking of naga hide!$B$B$B$BI know that you\'re going to head down there and that it\'s inevitable that you\'re going to have to fight those snakes. Hey, they\'re not going to have a use for their hides anyway. They\'ll be dead!','Collect 5 Intact Naga Hides.','We\'re going to be filthy rich, I tell you! Well, if we can get off of this island, that is.','Well? How many do you have for me? I think that a 95 to 5 split is more than generous.','Return to Brett \"Coins\" McQuid at the Ruins of Vashj\'elan on the Lost Isles.','','','','',50438,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24860,13202,4720,0,16392,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Profitable Preservation','You know, the naga are the mutated and prettier versions of the kaldorei, better known as the night elves. Don\'t ask me... it\'s a long story.$B$BSuffice to say that I\'m sure you could \'procure\' an artifact or two while you\'re down there in the ruins. If you know what I mean?$B$BWe have to preserve them in the homes of wealthy collectors everywhere! Right?','Collect 12 Kaldorei Artifacts.','','','','','','','',50448,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24861,13202,215,0,0,1,5,0,0,0,0,0,0,0,0,0,14460,0,50465,1,'Last Rites, First Rites','The camp is safe, and the quilboar driven off, all thanks to you, young one. You have my personal thanks for what you have done for my mother, my son, and for all of us.$B$BIt is now time to put Greatmother Hawkwind to rest. Lay the final offering at her feet, $n, and we will say our goodbyes.','Use the Ceremonial Offering at Greatmother Hawkwind\'s grave.','There is balance in all things. As Greatmother Hawkwind\'s spirit takes its final journey, you will begin your first.','','','Offering Placed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24862,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Running the Gauntlet','Look around you, $c. We\'ve had no luck dislodging the Horde from the hidden trails that overlook this valley. They appear out of nowhere to ambush our supply caravans and then disappear into the hills!$B$BI need you to run the gauntlet to Honor\'s Stand and let them know the roads still aren\'t safe. Talk to Mattingly, the supplies officer by the gate.$B$BAnd kill a few of these brutes along the way!','Kill 8 Hunter Hill Scouts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37170,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24863,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking the Siege','Horde scouts hiding in the ruins up ahead ambushed my supply train. Only two of my bodyguards made it out of there alive. And me? I used to have hair!$B$BThe supplies I was delivering are scattered through the ruins up ahead. Gather them up and take them to Janice Mattingly at Honor\'s Stand. If they can\'t make it to Stonetalon, at least we can keep them out of Horde hands...','Gather 10 Stonetalon Supply crates from the ruins west of Honor\'s Stand.','','','','','','','',50445,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24864,13202,4720,0,2097152,1,8,0,0,0,0,0,0,0,0,0,0,0,50602,1,'Irresistible Pool Pony','I\'ve got a plan and you\'re the only one that I know crazy enough to pull it off!$B$BI need you to take this irresistible pool pony to the Vashj\'elan Spawning Pool and inflate it. Then, swim down to their hatchlings with it on. I\'ll bet anything that the hatchlings can be lured away to follow you.$B$BBring them back here and we\'ll proceed with the next phase of the plan.','Use the Irresistible Pool Pony to lure 12 Naga Hatchlings.','Oh, they\'re so cute! I wish that we could turn them into little plush toys and sell them for a gazillion macaroons!','','','Naga Hatchlings lured','','','',0,0,0,0,0,0,0,0,0,0,0,0,38413,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24865,13202,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,11113,1,'Is This Stuff Still Good?','You find what appears to be a crate of food, left behind when this camp was abandoned. On the outside of the crate, you can make out a stamp that says \"PROPERTY OF MARSHAL EXPEDITIONS\".$b$bPerhaps you might find someone who could use this?','Return the Crate of Foodstuffs to Williden Marshal at Marshal\'s Stand.','','','','','','','',11113,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24866,13202,490,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,11112,1,'An Abandoned Research Camp','You find what appears to be a piece of research equipment, left behind when this camp was abandoned. Chiseled onto the side of the device are the words \"PROPERTY OF MARSHAL EXPADISHUNS\".$b$bPerhaps you might find someone who could use this?','Return the Research Equipment to Hol\'anyee Marshal at Marshal\'s Stand.','','','','','','','',11112,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24867,13202,4709,0,16384,28,30,0,0,0,0,0,0,0,0,0,0,24908,0,0,'[NOT USED] Lumberjack Slam Placeholder','Placeholder, $N! This is a placeholder lumberjack quest. You? Grab that lumberjack. And do something ... placeholder-y with him.$B$BYou heard me.','Do something cool with the lumberjack.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24868,13202,4720,0,128,1,8,0,0,0,0,0,0,0,0,0,24864,0,0,0,'Surrender or Else!','$N, you and Ace need to march those naga hatchlings down there and use them as leverage to convince the leader of the naga to surrender to us.$B$BAce knows where to go on the south side of the ruins... just follow him.','Deal with the leader of the Naga at the Ruins of Vashj\'elan.','A faceless of the deep? What\'s that? That does NOT sound like a naga!$B$BWell, you killed it, whatever it was. It doesn\'t matter now. We have other fish to fry....','','','Leader of the naga dealt with','','','',0,0,0,0,0,0,0,0,0,0,0,0,38448,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52954,52908,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,450,0,0,0,0,0,0,648,138.851,1938.41,1,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24897,13202,4720,0,262152,1,8,0,0,0,0,0,0,0,0,0,24868,0,0,0,'Get Back to Town','We were wrong. It wasn\'t the naga that were preparing to attack... it was the nearby Oomlot tribe.$B$B$N, you need to get back to the Town-In-A-Box. The pygmies are already attacking!$B$BHere, take this. We bought it off of a pygmy who said it used to belong to some great leader of theirs. Someone whose name translates as Dark Tan Helmet.$B$BIt should fool them so that they don\'t attack you.','Speak with Sassy Hardwrench at the Town-In-A-Box on the Lost Isles.','$N? We\'re saved!$B$BWho am I kidding? We\'re all going to die!!!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,661,916.161,2336.63,1,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24898,13202,1717,0,16392,33,35,81,0,0,0,0,0,0,0,0,0,0,0,0,'Going, Going, Guano!','There be more in the Razorfen than just pigs, $gbruddah:sistah;. There be bats as well...and if you\'re goin in there and rilin\' up the quilboar anyway, I want ya to bring me back some guano.$B$BYah, guano. The droppin\'s. Don\'t give me that look. It be foul, but powerful, primal stuff for rituals...rituals to keep the earth \'round here strong enough to keep from rippin\' apart under all the damn fools warrin\' round here.$B$BJust bring Zan\'do one pile of guano, yah?','Bring 1 pile of Kraul Guano to Zan\'do at Firestone Point.','','','','','','','',5801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(24899,13202,1717,0,16392,22,26,81,0,0,0,0,0,0,0,0,0,0,0,0,'Going, Going, Guano!','As you can see, $n, we\'re up to some very.... interesting experiments at the Royal Apothecary Society.$b$bAs the Master here, it is my job to oversee the most ambitious of our alchemical attempts. So much work and so little time!$b$bYou look well traveled for a $c. Perhaps you can aid me.$b$bI\'m in need of a rare substance. It\'s foul material; it comes from a rare species of bats only found in the muck-hole known as Razorfen Kraul. Bring to me the guano from the Kraul Bats so we can begin our work...','Bring 1 pile of Kraul Guano to Master Apothecary Faranell in the Undercity.','','','','','','','',5801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24900,13202,1717,0,16384,33,35,81,0,0,0,0,0,0,0,0,0,0,52331,1,'Blueleaf Tubers','Blueleaf tubers are a delicacy around the world! But they\'re rare, very rare. The only place to find them is here in the Barrens, deep in the earth, in Razorfen Kraul.$B$BAnd even then, they\'re impossible to find unless you know just where to look! That\'s why I\'ve trained these snufflenose gophers to find them for me. They have great noses and can smell a tuber from fifty paces away.$B$BIt won\'t be easy, but if you get me some tubers I\'ll pay you handsomely.','In Razorfen Kraul, use the Crate with Holes to summon a Snufflenose Gopher, and use the Command Stick on the gopher to make it search for Tubers.$B$BBring 6 Blueleaf Tubers to Mebok Mizzyrix in Ratchet.','','','','','','','',5876,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6755,0,0,0,1,0,0,0,470,0,0,0,0,0,7,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24901,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24897,0,0,0,'Town-In-A-Box: Under Attack','$N, you have to defend us!$B$BI had the eggheads deploy the town\'s cannon defenses, but it seems like there\'s an unlimited supply of these Oomlot warriors!$B$BGet your behind into one of those B.C. Eliminators and eliminate the pygmy threat to the town!','Use a B.C. Eliminator to defeat 30 Oomlot Warriors.','Okay, I think that\'s good enough for now, but they took a bunch of the townsfolk captive.$B$BWe\'re going to have to take the fight to them!','','','Oomlot Warriors defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,38536,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,52955,52909,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24902,13202,4755,0,2,5,11,0,0,0,0,0,0,0,0,0,24904,0,0,0,'The Hunt For Sylvanas','It\'s true then? Gilneas has lost her favorite son.$B$BWe will mourn when this is all over but not a day sooner.$B$BWe will not allow ourselves the luxury of grief while the enemy still breathes Gilnean air.$B$BMy father\'s men are ready to strike while we still have the Banshee Queen\'s trail. Just say the word if you\'re ready. Liam deserves swift vengeance.','Follow Tobias Mistmantle in the Hunt for Sylvanas.','The Plague? Something so heinous that not even the orcs condone its use? I\'d say this warrants notifying King Greymane.','','Hunt for Sylvanas','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24903,13202,4755,0,262152,5,11,0,0,0,0,0,0,0,0,0,24902,0,0,0,'Vengeance or Survival','Tell Greymane that we have trackers on Sylvanas and tell him about the Plague.$B$BThe decision will be his. Launch an all out attack against the leader of the Forsaken or try to evacuate our survivors.','Speak to King Genn Greymane at Greymane Court in Gilneas City.','You present me with the most difficult choice of my life, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24904,13202,4714,0,8,5,11,0,0,0,0,0,0,0,0,0,24676,0,50334,1,'The Battle for Gilneas City','The time has come, $N. We\'ve rallied and armed every available Gilnean.$B$BIt is time to meet the enemy head on. Time to settle the score with Sylvanas and her Forsaken dogs once and for all.$B$BLiam is heading the assault from this gate. King Greymane and my father are leading the assault on the other districts.$B$BYou have a crucial role to play in this as well. Take this rapier. Use it to inspire our men and women in combat. Speak to Krennan Aranas to take part in the battle for Gilneas City.','Achieve victory in the Battle for Gilneas City.','We\'ve driven the Forsaken back. We hold three out of the four districts.$B$BBut at what cost...','','','Battle for Gilneas City Complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54987,54989,54990,54988,55011,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(24905,13202,440,0,8,45,47,0,0,0,0,0,0,0,0,0,24953,0,0,0,'Returning a Favor','You know, while you were out doin\' your thing, Megs stopped by here. I hadn\'t seen her in months, but she barely gave me the time of day, just wanted me to tell you she had more business lined up.$B$BShe said she was headed over to the Dunemaul Compound to set up shop, something about ogres. Since you\'re done here, might as well head over...I woundn\'t keep a goblin like her waiting.','Find Megs Dreadshredder at the Dunemaul Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24906,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seaside Salvage','We\'ve got to get goods moving in this market ASAP if we want to be competitive. I\'ve got an angle for us.$B$BGadgetzan\'s under blockade by pirates, but plenty of the goods that get blown off the ships survive intact... they just wash away. Most of them wash up in the shallows just south of town.$B$BHead down there and start salvaging; there\'s crates full of pure profit just floating around down there.','Collect 7 Steamwheedle Supplies.','','','','','','','',50829,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24907,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Puddle Stomping','Here\'s the situation. If we want to establish the Bilgewater Cartel\'s market presence in Gadgetzan, we\'ll need to start providing services to the community.$B$BThe new coast has been great for business here, but the sea also brought sea giants with it. They\'re large, foul, and drive real estate values down.$B$BHead to the shallows just south of town and kill as many as you can, and I\'ll cut you in on some of the deals I\'m brokering here.','Kill 8 Tidal Striders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39022,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24908,13202,4709,0,16392,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'[NOT USED] Build the Fort Placeholder','Nice work! For our next placeholder, talk to that dude. Uh, Foreman Franklin. Special stuff will happen.','Contact Foreman Franklin.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,72000,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24909,13202,4709,0,16384,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'[NOT USED] Protect the Pass Placeholder','This here placeholder will be like a shootin\' gallery. On Steroids.','Use the guns.','','','','Hunter Hill Raiders Targeted','','','',0,0,0,0,0,0,0,0,0,0,0,0,38594,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24910,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rocket Rescue','Alright, $n. We\'ve done enough small jobs around here; it\'s time to seal the deal.$B$BThe ruins of Steamwheedle Port are still full of hapless Steamwheedle goblins, waiting to be rescued. Every single one of them is a potential future customer. They\'re firing on every boat that leaves port...so I say we take to the skies!$B$BThere\'s a hot air balloon just outside of town near the docks, we can use that. Go ahead and hop in, I\'ll catch up with you.','Deliver Life-Rockets to 5 Steamwheedle Survivors and use bombs to kill 40 Southshore Blockaders.','','','','Life Rockets Delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,38576,40583,0,0,5,40,0,0,0,0,0,0,0,0,0,0,56863,56864,56865,56866,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24911,13202,490,0,8,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tropical Paradise Beckons','Hey, you look like a discriminating adventurer. Are you looking for something different? Something exotic? Something... profitable?$b$bWell shake the sand out of your boots, because I\'ve got a proposition for you. Williden Marshal is looking for competent sellswords such as yourself. He\'s set up camp at Marshal\'s Stand, just southeast of the volcano in the center of lush Un\'Goro Crater.$b$bThen again, paradise isn\'t for everyone, $r. It\'s up to you. Your tropical oasis awaits.','Report to Williden Marshal at Marshal\'s Stand in Un\'Goro Crater.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24913,13202,8,0,1048584,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Remember the Light','Magtoor grows weaker by the second, $n. My remedy is prepared... it must work. It must!$B$BYou have done so much for the both of us. I would be honored if you stayed for what may be Magtoor\'s final moments.','Help Anchorite Avuun say farewell to Magtoor.','','','','Magtoor passed on','','','',0,0,0,0,0,0,0,0,0,0,0,0,47541,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64597,0,0,0,1,0,0,0,930,0,0,0,0,0,6,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24920,13202,4755,0,8,5,11,0,0,0,0,0,0,0,0,0,24903,0,0,0,'Slowing the Inevitable','As much as I want to exact swift and brutal revenge... I must honor my son\'s memory first. He cared for his people first and foremost.$B$BThe Undertaker\'s Pass goes underground below Northgate River. You must prevent the plague from being deployed while we evacuate our men, women and children to Aderic\'s Repose.$B$BWe captured one of the Forsaken\'s dreaded bombing bats. I want you to fly the infernal beast as best you can and unleash hell upon those who seek to bring the Plague to our people. Hurry!','Use the Captured Riding Bat to destroy 6 Forsaken Catapults and 40 Invading Forsaken.','You\'ve done well, $N. Almost everybody managed to make it through. ','','','','Invading Forsaken','','',0,0,0,0,0,0,0,0,0,0,0,0,38287,38363,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24921,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Aubrey','You there! Fresh off the boat? Welcome to Kalimdor, a land hellbent to kill you or die tryin\'.$B$BThere\'s trouble at the hold - as I\'m sure you noticed on your way in. Admiral Aubrey needs all hands on deck if we\'re to make it through this. Consider yourself drafted, $c!$B$BFollow the road up the hill and you\'ll find Aubrey in the tower, topside.','Report to Admiral Aubrey in Northwatch Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24924,13202,4720,0,262152,1,8,0,0,0,0,0,0,0,0,0,24901,0,0,0,'Oomlot Village','The pygmies took most of our people back to their village. Who knows what evil they\'re up to?$B$B$N, you have to go up there and free all of the captives before the pygmies work their voodoo on them!$B$BIzzy\'s already up near Oomlot Village to the southeast. She\'ll give you the heads-up on what\'s going down.$B$BYour pygmy helmet looks like it\'s in bad shape, but it should last long enough for you to get there.$B$BI hope.','Speak with Izzy at Oomlot Village on the Lost Isles.','$N? What are you doing wearing that pygmy helm? Looks like it\'s about to fall apart.$B$BI\'m glad that they sent you up here. I thought for sure they were going to send that jerk, Grapplehammer and his ego-enabling assistant.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,648,710.484,1819.79,1,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24925,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24924,0,0,0,'Free the Captives','They\'ve got a bunch of our people in there. I know that they\'re doing strange rituals to them. It looks like they\'re sucking the life force right out of them!$B$BYou have to go into the village and free the captives before it\'s too late!','Free 5 Goblin Captives.','Great job, but that\'s not even half of the hostages that they took from town.$B$BDarn it all! They must have taken the rest of the captives to their other villages up in the volcano!','','','Goblin Captives freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38644,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24926,13202,490,0,8,50,52,0,0,0,0,0,0,0,0,0,0,0,51546,1,'Serving A-Me 01','Greetings. I unit A-Me 01. You... $r?$B$BA-Me\'s mission to study the local gorillas was success. A-Me has gathered data that Karna needs.$b$bA-Me 01 not returning, though. A-Me has new family now. Here, with the gorillas, A-Me stay.$b$b$b$bYou bring data back to Karna. You tell her what happen.','Bring A-Me\'s Thumb Drive back to Karna Remtravel at Mossy Pile in Un\'Goro Crater.','','','','','','','',51546,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53571,53572,53573,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24927,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,24947,24928,0,0,'Dead Man\'s Chest','Look, babe, you should be able to see what\'s happening here pretty easily. There\'s pirates, there\'s goblins, the goblins are fighting the pirates. There\'s some sad little gnomes trying to fight the pirates too.$B$BI\'ll make it nice and simple for you: we need to kill a lot of pirates. Go do that, \'kay? We don\'t want the gnomes killing more than us, after all.','Kill 15 Southsea Freebooters of any kind.','','','','Southsea Freebooters slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39026,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,56879,56880,56881,56882,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24928,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,0,24950,51547,1,'To The Ground!','I\'ve conducted a thorough appraisal of the real estate here and, unfortunately, its market value is just far too low to be of any use. We\'re going to have to renovate.$B$BLuckily for you, I\'ve learned a few things about arson. Hopefully you have too! You\'re going to be throwing these perfectly safe bottles of flaming rum at those filthy ramshackle huts over there.$B$BTry not to stand downwind.','Set fire to the Northwest Shack, the Southeast Shack, and the Northeast Shack.','','','','Northwest Shack','Southwest Shack','Northeast Shack','',0,0,0,0,0,0,0,0,0,0,0,0,38660,38662,38665,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24929,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24924,0,0,0,'Send a Message','The Oomlot leader, Yngwie, is too powerful to be left alive. He\'s barking nonsense from the raised west side of the village, across the rope bridge.$B$BGo up there and get him before he sends the rest of the village against us.$B$BPiece of cake!','Slay Yngwie.','Nice work, $g bud : girlfriend;! Hope he wasn\'t too tough.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38696,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52910,52934,52956,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24930,13202,4755,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'While You\'re At It','Fine by me if King Greymane wants you to risk your life to rescue a known traitor.$B$BDo me a favor and do something useful while you\'re out there and kill these cursed fleabags.','Kill 5 Bloodfang Worgen.','If I hadn\'t seen you kill a few of the mangy things with my own eyes, I\'d think you did not complete the task I asked of you.$B$BIt looks like we\'re hardly putting a dent in their numbers.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35118,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,54975,54978,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24931,13202,440,0,8,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gazer Tag','You\'re going out to hunt hyenas, eh? If you don\'t mind, I\'ve got an offer myself. I\'m in need of eyes from the Glasshide Gazers that lurk to the north. Their eyes contain wonderful crystals, valuable to...collectors.$B$BNow, you may have heard that some sad individuals use these to enhance paramental abilities, but I assure you, my interests are purely academic!$B$BBring me a good portion of them and I\'ll pay you well for them. Better than these copper-pinching goblins will, at least!','Collect 5 Ocular Crystals from Glasshide Gazers.','Ahh, perfect! Just what I need...full of potent focusing energies...$B$B...ahem! I mean, perfect for my collection! Narain Soothfancy is in no need of artificial enhancement of any kind!$B$BNow take your pay and be off!','Do, ah, do you have them?','','','','','',51793,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24932,13202,440,0,8,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cutting Losses','I\'ve spent the last week starin\' at this ugly pit trying to think of how to exploit a bunch of dangerous, violent arthropods for profit. Now I\'m out of ideas, and starving.$B$BThese things are a wash, and I say it\'s time to start clearing them out. Head down into that pit and start killin\' bugs.','Kill 15 Hazzali Silithid of any kind in the Gaping Chasm.','This isn\'t goin\' fast enough. There\'s gotta be a faster way...','','','Hazzali Silithid slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39170,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24933,13164,440,0,8,45,47,0,0,0,0,0,0,0,0,0,24932,0,0,0,'Chicken of the Desert','I\'ve got an idea, but we\'re going to need bait.$B$BThe other day I saw a rabid blisterpaw hyena wander too close to the edge of the chasm, and one of the silithid comes diving out of nowhere. Nearly swallowed it whole! Horrible sight.$B$BSo we\'re gonna need hyena meat, obviously. Go gather some, make sure it\'s fresh, and bring it back here. There should be plenty just north of the camp.','Collect 6 pieces of Hyena Meat.','Man, this stuff looks delicious. I\'m half tempted to just fry some up myself.$B$BNo! We\'ve gotta focus on gettin\' out of here.$B$BMaybe just one piece...','This is fresh, right? They won\'t go after anything that\'s been withering in the sun.','','','','','',51778,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24934,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,25197,0,0,0,'Repel Boarders!','$N, the sea is our only lifeline, and right now most of my fleet is either steaming back to Theramore for repairs or rusting at the bottom of this bay. Only the Blackpool remains afloat to defend our harbor.$B$BBut she\'s just signaled that she\'s being boarded!$B$BSpeak to me when you\'re ready, I\'ll have one of our naval gryphons deposit you right on the deck. Slaughter the rageroar sea dogs who dare assault my precious ship and report to Captain Fisher for further orders. ','Speak to Admiral Aubrey to fly to the Blackpool and kill 6 Rageroar Sea Dogs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38661,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24935,13202,4720,0,16392,1,12,0,0,0,0,0,0,0,0,0,0,0,51781,1,'Body And Soul','There are powerful and evil magics at work in this village. Yngwie, was tough. In fact, he was probably too tough.$B$BIf you were to drag his body down to the big blue bonfire and toss it in, you\'d release his soul. Destroying it would deal with the Oomlot chieftain for good, and ensure that the attacks upon the Town-In-A-Box come to an end.','Destroy Yngwie\'s Soul.$B$BIf you somehow misplace Yngwie\'s Body, ask Izzy if she found it.','','','','Yngwie\'s Soul destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38713,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52910,52934,52956,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24936,13202,4720,0,16392,1,12,0,0,0,0,0,0,0,0,0,0,0,51781,1,'Body And Soul','There are powerful and evil magics at work in this village, $N. Yngwie, was tough. In fact, he was probably too tough.$B$BIf you were to drag his body over to the big blue bonfire and toss it in, you\'d release his soul. Destroying it would deal with the Oomlot chieftain for good, and ensure that the attacks upon the Town-In-A-Box come to an end.','Destroy Yngwie\'s Soul.$B$BIf you somehow misplace Yngwie\'s Body, ask Izzy if she found it.','','','','Yngwie\'s Soul destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38713,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52911,52935,52957,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24937,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oomlot Dealt With','$N, you have to get back to the Town-In-A-Box and warn them about the goblin zombies up in the volcano\'s caldera!','Speak with Sassy Hardwrench at the Town-In-A-Box on the Lost Isles.','They turned some of our people into zombies? Tell me something I don\'t know....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24938,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,24934,0,0,0,'The Guns of Northwatch','Captain Fisher signaled us from below. The Horde fleet is landing shore parties? We can\'t let them flank us from the beach.$B$BI\'ve already sent two of my best gunners down there to defend the beach head. Talk to Cannoneer Smythe down on the shore.$B$BYou\'ll have to fight your way through the courtyard to get there. See if you can help the others secure the hold on your way down!','Speak with Cannoneer Smythe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24939,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,24938,0,0,0,'Run Out the Guns','We\'ve got the hardware but not the manpower, $N. Man one of the carronades on the shore here and take out those incoming boats! ','Use a Northwatch Shore Battery to destroy 10 Rageroar Rowboats.','','','','Rageroar Rowboat Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38747,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,53282,53268,53296,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24940,13202,4720,0,262152,1,8,0,0,0,0,0,0,0,0,0,24937,0,0,0,'Up the Volcano','A whole bunch of our people headed up to the top of the volcano to mount a counter-offensive. There\'s something horrible brewing up there on the Lost Peak.$B$BThey\'re waiting for you before they make any moves against the pygmies. Those evil little things turned a lot of us into zombies!$B$B$N, save us!','Speak with Coach Crosscheck at the Lost Peak on the Lost Isles.','My star player has arrived!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,648,1464.31,2044.89,1,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24941,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,24939,0,0,0,'Langridge Shot','$C! Thank the light - they\'ve practically driven us back to the docks. The courtyard is overrun!$B$BWe\'re out of canister shot and the orcs are getting ready for an assault up the hill. We need to improvise some scatter-shot, and fast.$B$BHurry, run into the broken tower here and grab whatever sharp, pointy bits of scrap metal you can lay your hands on. Knives, forks, nails - anything! Load the cannon when you\'ve got an armful!','Gather 15 pieces of Langridge Shot.','','','','','','','',51957,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24942,13202,4720,0,8388608,1,8,0,0,0,0,0,0,0,0,0,24940,24952,0,0,'Zombies vs. Super Booster Rocket Boots','Those zombies that got past us are nothing compared to the numbers waiting just through the pass. If we don\'t deal with them soon, the pygmy witch doctors are going to send all of them against the town, and even the cannons down there won\'t be able to handle that many!$B$BI brought a couple of shredder boots along. Greely modded them and now they\'re Super Booster Rocket Boots!$B$BUse the boots to incinerate the zombies in the Oostan villages to the east.','Use the Super Booster Rocket Boots to slay 50 Goblin Zombies.','You did it! No more zombies to worry about. Let\'s pause a moment in silence for the stinky departed.$B$BOkay, done.','','','Goblin Zombies slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,38807,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,52912,52958,52936,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24943,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,24941,0,0,0,'Re-Take the Courtyard','That\'s one way to clear a hill. Those corpses are impaled with knives and forks!$B$BThe Rageroar clan has breached the walls, but we can still turn this fight around. Go down the hill and help our men hold on to the courtyard below...','Kill 10 Rageroar Grunts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38658,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,53283,53297,53294,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24944,13202,4709,0,0,28,30,0,0,0,0,0,0,0,0,0,24941,0,52014,1,'Back in the Fight','This fight isn\'t over, $c. Not by a long shot.$B$BSome of the soldiers in the courtyard still have breath in their lungs. We can save them! I\'ve soaked these rags in an herbal remedy we used to rely on back in Gilneas. The smell is awful but this poultice can practically raise the dead.$B$BUse these bandages on wounded defenders down in the courtyard and we\'ll see if we can\'t get them back in the fight.','Use the Herb-Soaked Bandages on 6 Wounded Defenders.','','','','Wounded Defenders Bandaged','','','',0,52014,0,0,0,0,0,1,0,0,0,0,38805,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24945,13202,4720,0,8,1,9,0,0,0,0,0,0,0,0,0,24940,0,0,0,'Three Little Pygmies','Look, I think it\'s great that we\'re destroying all of these zombies, even though they\'re our friends and family. But don\'t you think we should be taking care of the pygmies that are creating them as well?$B$BAt the three Oostan villages, Nord, Sor, and Ost, there are witch doctors: Gaahl, Malmo, and Teloch.$B$BMaybe you could take care of them? I don\'t want to be turned into a zombie!','Slay Gaahl, Malmo, and Teloch.','I gotta tell you, that\'s a load off of my mind. That is, I won\'t have to worry about no new zombies coming after my brains!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38808,38809,38810,0,1,1,1,0,0,0,0,0,0,0,0,0,52913,52959,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24946,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24940,0,0,0,'Rockin\' Powder','I\'ll give these pygmies one thing... they sure know how to party! But they\'re not so clever. I think I\'ve discovered the source of their rockin\' powers: Rockin\' Powder!$B$BIt turns out that this stuff, which turns them into world-class rockers, is also highly explosive. We must have it!$B$BSo, while you\'re in there at Oostan to the east, make sure that you pickup a whole bunch of the stuff. Trust me, you\'re going to need it for what\'s coming up!','Collect 5 scoops of Rockin\' Powder.','This will do. In fact, it\'s more than we need. I devised an ingenious idea for a weapon that the boots will be turned into once you get them to Hobart.$B$BHand the powder over and I\'ll load it into the Super Booster Rocket Boots.','Hmm, let me see how much you\'ve got.','','','','','',52024,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24947,13164,440,0,8,44,46,0,0,0,0,0,0,0,0,0,24910,0,0,0,'Momentum','We can\'t just rest on our laurels here, babe. We\'ve got to keep this momentum going! People are talking about us.$B$BUnfortunately, they\'re also talking about this air-headed gnome, Kelsey, who\'s apparently been running jobs right alongside us. If we\'re going to drive her out of what\'s rightfully a goblin town, we need to seal the deal here.$B$BWe\'re going to take care of Gadgetzan\'s pirate problem for them, for good. Head south to Lost Rigger Cove, I\'ll meet you there.','Meet Megs Dreadshredder at Lost Rigger Cove.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24948,13202,4709,0,0,28,30,0,0,0,0,0,0,0,0,0,24943,25036,52017,1,'Lifting the Siege','We\'ll never be able to re-secure the fortress walls so long as Rageroar and his goons have access to artillery. I need you to fight your way across that chasm and take out his big guns.$B$BOrcs season their heavy machinery with coal tar, which makes them flammable. Take my torch and burn any catapults you see north of Northwatch.$B$BThen, torch those big blade-throwers in Rageroar\'s base camp! Those things have killed enough of our men. ','Use Paxton\'s Torch to burn 3 Rageroar Catapults and 1 Rageroar Blade Thrower.','','','','Rageroar Catapults Burned','Rageroar Blade Thrower Burned','','',0,0,52017,0,0,0,0,0,1,0,0,0,38818,38820,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24949,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,24947,24928,0,0,'Booty Duty','Let\'s not be wasteful here, babe. These pirates have tons of valuable nonsense just sitting around, waiting to be fenced. Can you believe they just sit on this stuff?$B$BI mean, why do they even bother taking it if it\'s just going to sit around? Stolen goods should be sold off and used to buy shiny new things.$B$BAnyway, be a dear and go grab as much of their loot as you can carry while you\'re out busting heads. Ciao!','Collect 10 pieces of Pirate Booty.','','','','','','','',51549,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24950,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Dreadbeard','Alright, babe, I\'ve got something bigger for you to take on here.$B$BWe spotted the captain of the Southsea over on one of his boats to the south; that\'s to the south, and NOT the one we\'ve been suicidally bum-rushing for the better part of several hours. He\'s sitting up there, smug and stoic, watching us war down here.$B$BI\'ll spare you the \"hostile takeover\" jokes. Get on his ship and beat the tar out of him, and we\'re done here! ','Kill Captain Dreadbeard.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38749,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56871,56872,56873,56874,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24951,13202,440,0,8,45,47,0,0,0,0,0,0,0,0,0,24933,0,52031,1,'A Great Idea','Now that we\'ve got a good pile of fresh chunks, we just tie it to this rope...and now you\'re ready to go catch me a silithid.$B$BWhat? Don\'t give me that look, it\'s perfectly safe. Well, mostly safe. Okay, you might die painfully. But it\'ll be easy! Just throw this meat out there, wait for a bug to pounce on it, and then drag \'em back here by the rope!$B$BGo after one of the swarmers. I haven\'t seen the other ones go for hyenas before, and you should find plenty of swarmers around the edge of the pit.','Use the Bootlegger Bug Bait to capture a Hazzali Swarmer.','Look at the size of it! It\'s glorious. This ugly sucker\'s gonna help us bring down the whole hive.','','','Swarmer Wrangled','','','',0,0,0,0,0,0,0,0,0,0,0,0,38742,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24952,13202,4720,0,1048576,1,8,0,0,0,0,0,0,0,0,0,0,0,52032,1,'Rocket Boot Boost','You need to get those boots down into the caldera to Hobart Grapplehammer.$B$BNow that they\'re infused with the leftover rockin\' powder, they should have enough thrust to get you all the way there on one shot.$B$BWhen you\'re ready, activate the boots. Don\'t worry, they\'re automatically set to land you safely.$B$BI think.','Use the Rockin\' Powder Infused Rocket Boots and deliver them to Hobart Grapplehammer.','There\'s no time to waste, $G boy : girl;!$B$BWhat\'s wrong with the actuator on the left boot?!','Well there you are!','','Rockin\' Powder Infused Rocket Boots used','','','',0,52032,0,0,0,0,0,1,0,0,0,0,38842,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,648,1494.43,1277.71,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24953,13202,440,0,8,45,47,0,0,0,0,0,0,0,0,0,24951,0,0,0,'Just Trying to Kill Some Bugs','Now it\'s time for my plan to go into full effect. We\'ve got the captured bug strapped up with as many explosives as it can carry, and with Soothfancy\'s mostly amazing mental powers, we\'re gonna drive that sucker straight down into the center of the underground hive.$B$BAnd then...BOOM! No more bugs!$B$BYou get the personal honor of directin\' the ugly thing. Go talk to Narain and get set up with your bug-pal.','Talk to Narain Soothfancy to pilot the Mind-Controlled Swarmer into the Gaping Chasm hive.','Oh man, that was awesome! You should\'ve seen the flames coming out of the hive!$B$BHere\'s your reward, for entertaining me as much as for clearing the hive!','I didn\'t hear no cave-ins, pal! Try again!','','Destroy the Hive','','','',0,0,0,0,0,0,0,0,0,0,0,0,38996,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56851,56852,56853,56854,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,6,0,0,0,0,0,0,13500,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24954,13202,4720,0,8,1,8,0,0,0,0,0,0,0,0,0,24952,0,0,0,'Children of a Turtle God','Volcanoth is the turtle god in the cave that these primitives worship.$B$BIt\'s not really a god.$B$B$B$BBut it is tough enough that I\'m going to have to devise a new weapon for you from the one functioning boot we have left.$B$BI think that the age-old motto of \"fight fire with fire\" applies here. Plus, I like fire!$B$BLet\'s get some fire glands from Volcanoth\'s children. That should give me time to modify the rocket boot into something more fitting.','Collect 5 Fire Glands.','Careful with those glands, $N, careful!$B$B$B$BAnd now to load them into the refashioned shredder boot. I\'m certain that you\'ll be surprised and amazed by my genius invention.','No time like the present to be done with the simple task I put before you, $N. Wouldn\'t you agree?','','','','','',52035,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24955,13202,440,0,8,45,48,0,0,0,0,0,0,0,0,0,24905,0,52038,1,'Un-Chartered','As I may have mentioned, I\'m trying to get these Dunemaul ogres to join the Horde..and work for the Bilgewater Cartel as cheap local labor.$B$BTo pull this off, we\'ve gotta pay lip service to the actual initiation process and all that, or I\'m going to catch flak later on. So I\'ve gotten this charter drawn up, and slapped the initiation rites onto our own limited time offer labor stipulation contract.$B$BI\'ve got a disguise for you here, so suit up and get all these signatures filled out.','Obtain 10 Charter Signatures from Dunemaul Ogres.','','','','\"Signatures\" Obtained','','','',0,0,0,0,0,0,0,0,0,0,0,0,38848,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24956,13202,4709,0,8,28,31,0,0,0,0,0,0,0,0,0,24944,25036,0,0,'Silencing Rageroar','I have encountered the Rageroar clan before, $n. They are led not by an orc, but by a monster - a war-gorged fiend without a shred of decency or compassion. He and his lieutenants must be killed, not just to save Northwatch, but for the good of all of Azeroth.$B$BKarga Rageroar wears a helm. Execute him, $c, and bring the helm to me. It is of ... particular importance.$B$BRageroar has made his camp across the chasm, east of here.','Slay 4 Rageroar Lieutenants and acquire Rageroar\'s Helm by killing Karga Rageroar.','','','','','','','',0,52036,0,0,0,0,0,1,0,0,0,0,38659,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,53266,53289,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24957,13202,440,0,8,45,48,0,0,0,0,0,0,0,0,0,24955,0,0,0,'Get The Centipaarty Started','Okay, babe. Like I said, the ogres are too dumb to know what signing that charter meant. Now we have to actually get them to come along with us, so we\'ll be procuring what is apparently beloved local flavor.$B$BBeloved local flavor for drooling idiots, I mean.$B$BJust pop on over to the Noxious Lair to the west, it\'s that big horrible pit full of dangerous silithid. Kill a bunch of the Centipaar silithid and bring back the pieces so we can hand \'em out, okay? Ciao.','Collect 20 Centipaarts from Centipaar Silithid.','','','','','','','',52041,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24958,13202,4720,0,128,1,9,0,0,0,0,0,0,0,0,0,24954,0,52043,1,'Volcanoth!','It took a lot of blood, sweat, and tears, but the Bootzooka, patent-pending, is ready for use!$B$BThese no-good pygmies have been feeding our people to their \"god\", Volcanoth, and they\'re about to unleash it on our town!$B$BYou have to get into the cave and kill that thing before it\'s too late!','Use the Bootzooka to slay Volcanoth.','I managed to get everyone else safely back to town.$B$BJump in, we gotta get out of here before the volcano blows for good!!!','','','Volcanoth slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,38868,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52914,0,0,0,1,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,600,0,0,74103,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24959,13202,154,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fresh out of the Grave','$N!$b$bRise, $N!$b$bWelcome back to the realm of the living. With the blessing and power of the Dark Lady, I have freed you from death\'s grip.$b$bYou are no slave, $N. You are free to follow whatever path you choose from here. If you choose to serve the Dark Lady Sylvanas, I recommend you speak with Undertaker Mordo. You will find him behind me, in the graveyard.','Report to Undertaker Mordo at the Deathknell Graves in Tirisfal Glades.','Hello there. You must be... $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24960,13202,154,0,0,1,1,0,0,0,0,0,0,0,0,0,28652,0,0,0,'The Wakening','King, peasant, or $c... I don\'t care WHAT you were before. I just need somebody with a working tongue.$b$bBeing raised from the dead is strenuous. Not everyone copes with it as well as you did. In particular, there are three newly-raised undead who are having trouble coping right now.$b$bI want you to find them and talk to them. It might be that they just need someone that they can relate with.$b$bYou\'ll find them here in the graveyard.','Speak with Marshal Redpath, Lilian Voss, and Valdred Moray.','You\'ve done well, $c. As you can see, not all of us have resigned to our fates. I\'m glad to see that you\'re at least willing to work.$b$bValdred will be a valuable asset to the Forsaken. As for the other two... there is not much we can do. We cannot force them to join us.','No dilly-dallying now. You\'re among the Forsaken now, and we hold ours to a higher standard.','','Speak with Lilian Voss','Speak with Marshal Redpath','Speak with Valdred Moray','',0,0,0,0,0,0,0,0,0,0,0,0,38895,49230,49231,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,4,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24961,13202,154,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,52050,1,'The Truth of the Grave','Earlier on, I saw a young Forsaken woman running towards the old inn. She was screaming for her life, pleading to be taken back home.$b$bNot all of us are as resolute as others, $n. Even so, we must accept our fate as undead if we are to rise up against those that would put us down.$b$bTake my hand mirror and show it to the young woman. She needs to see what she really is, and join us in our cause. Besides... we can use all the bodies that we can get.','Find Lilian Voss inside the large inn in Deathknell. Then speak with her to show her Elreth\'s Hand Mirror.','You say she ran away? What a shame.$b$bVery well. As long as she\'s maintained her free will, there\'s still hope.','Have you spoken with her yet? She needs to be shown the truth.','','Show Lilian her reflection','','','',0,0,0,0,0,0,0,0,0,0,0,0,38910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24962,13202,0,0,786432,3,3,0,0,4,0,0,0,0,0,0,0,24964,52051,1,'Trail-Worn Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the hunter trainer Xavier. I would take some time to read it before heading out again.','Read the Trail-Worn Scroll and speak to Xavier the Huntsman in Deathknell.','I will be here to train you as you grow in experience... find me as often as you like. I charge a minimal fee, but you\'ll find everything I can teach you to be worthwhile.$B$BGo now and test your skill. Many more things will become known to you as you gain experience, some of which I am unable to discuss with you here. Just know that Sylvanas will need hunters with your type of cunning in the future.$b$bYou will be the backbone of our salvation. Do not forget it.','Ah, so you\'ve arrived. Good. I overheard that a few others were able to escape \"death\" and were heading into town. Perhaps that resilience will pay off in the future also.$B$BYou may thank Sylvanas for your freedom... freedom of mind and body. Though you still remain tortured by the plague and its effects, you are now free to come and go as you see fit.','','','','','',52051,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24963,13202,440,0,8,45,48,0,0,0,0,0,0,0,0,0,24957,0,52044,1,'Maul \'Em With Kindness','Okay, babe, listen up. There\'s two ways to get people to do what you want. You can provide goods, services, and things people want...or you can beat the living daylights out of them.$B$BI\'ve often found it\'s useful to do both at the same time, and you\'re pretty familiar with both methods by now. Take these little silithid treats, go and beat some ogres dizzy, and then give them the treat before you knock them completely dead, \'kay?','Use the Bilgewater Cartel Promotional Delicacy Morsels on 8 Dunemaul Ogres after weakening them.','','','','Ogres Fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39073,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24964,13202,0,0,524288,3,3,0,0,4,0,0,0,0,0,0,0,28651,0,0,'The Thrill of the Hunt','I\'ve been told that I\'m supposed to train you how to be a hunter. That\'s all well and good, but in my opinion, you\'ll get more training out in the field than you will talking about theories with me.$b$bI suppose I can show you a couple of my tricks. Here, come take a look at this...','Learn Steady Shot from Xavier the Huntsman in Deathknell, then practice using Steady Shot 5 times on a Training Dummy.','You seem to be somewhat of a natural, $n. This is good. I can\'t teach you everything myself.$b$bGo, practice what we\'ve discussed today. Return when you\'re stronger, and we\'ll cover some more tricks and abilities.','','','Practice Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,44794,0,0,0,5,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24965,13202,0,0,524288,3,3,0,0,128,0,0,0,0,0,0,0,28651,0,0,'Magic Training','Let\'s get some work done, shall we? I\'ve got a new spell for you. You interested?$B$BThis spell won\'t work like anything you\'ve previously learned. Each time you cast another spell, there\'s a chance you\'ll have an opening to cast Arcane Missiles.','Learn Arcane Missiles from Isabella in Deathknell, then practice using Arcane Missiles 2 times against a Training Dummy.','I\'ve got to admit, the spell I just taught you probably won\'t increase your intellect severalfold. That was a lie to get you to buy my services. But it will still be a helpful spell for you and your allies.$b$bNo hard feelings!','What\'s the matter... did you run out of money?','','Practice Arcane Missiles','','','',0,0,0,0,0,0,0,0,0,0,0,0,44794,0,0,0,2,0,0,0,5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24966,13202,0,0,524288,3,3,0,0,16,0,0,0,0,0,0,0,28651,0,0,'Of Light and Shadows','A Forsaken priest is a curious beast,$b$g his: her; path an unusual course.$b$G His: Her; shadowy rites cannot come from the Light, so $g he: she; seeks a more sinister source.$b$bNot only has the world forsaken us, $n... it seems the Light has left us as well. As the poem hints, however... we are not without power.$b$bFirst, I shall teach you a fast heal to repair damage. Speak with me again, and I will share with you the word\'s proper incantation.','Train Flash Heal from Dark Cleric Duesten in Deathknell. Then, practice casting Flash Heal 5 times on Wounded Deathguards.','','','','Practice Flash Heal','','','',0,0,0,0,0,0,0,0,0,0,0,0,44795,0,0,0,5,0,0,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24967,13202,0,0,524288,3,3,0,0,8,0,0,0,0,0,0,0,28651,0,0,'Stab!','Quiet down! I don\'t want these novices around us to hear what we\'re about to discuss.$b$bListen up... $n, is it? I\'ve got a technique that\'ll change the way you operate as a rogue. You\'ll be able to follow up on your attacks with a deadly finishing move. Maybe even slide a dagger between their vertebrae. Interested?','Learn Eviscerate from David Trias in Deathknell, then practice using Eviscerate 3 times on a Training Dummy.','','','','Practice Eviscerate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44794,0,0,0,3,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24968,13202,0,0,524288,3,3,0,0,256,0,0,0,0,0,0,0,28651,0,0,'Dark Deeds','As you continue your career as a warlock, you\'ll find it helpful to keep your spellbook filled with the latest incantations. Lucky for you, I know these spells, and I\'m willing to train you... for a price.','Learn Immolate from Maximillion in Deathknell, then practice casting Immolate 5 times on a Training Dummy.','','','','Practice Immolate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44794,0,0,0,5,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24969,13202,0,0,2621440,3,3,0,0,1,0,0,0,0,0,0,0,28651,0,0,'Charging into Battle','If you want to become a stronger warrior, you\'ll need to work on your weapons. You\'ll find stronger swords and larger shields out on your adventures, that I have no doubt about. However, as a warrior you also shouldn\'t forget your legs. $b$bTrain with me, $n, and I\'ll show you how to move quickly around the battlefield. You care to learn?','Learn Charge from Dannal Stern in Deathknell, then practice using Charge on a Training Dummy.','','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,44794,0,0,0,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24970,13202,154,0,1572864,3,4,0,0,0,0,0,0,0,0,0,24973,0,0,0,'No Better Than the Zombies','While you were inside that cave, your big friend Darnell came by with some alarming news.$b$bSince the val\'kyr arrived, we\'ve seen more and more undead that chose not to join our forces under the banner of the Dark Lady. They\'ve been gathering at a small camp here in the valley, and now they\'ve organized forces.$b$bThey plan to attack Deathknell, $c.$b$bDarnell is just down the road, to the east. Be careful, $N. While those undead aren\'t completely brainless, they\'re still not quite right in the head.','Report to Darnell at Deathknell in Tirisfal Glades.','$N. You made it.$b$bYou see those tents up there? That\'s where we\'re headed. The battle\'s probably already started.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3268,3269,3267,5779,0,0,1,1,1,1,0,0,159,0,0,0,5,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24971,13202,154,0,524288,2,5,0,0,0,0,0,0,0,0,0,24970,0,0,0,'Assault on the Rotbrain Encampment','While you were taking care of matters for Executor Arren, I went off on an assignment of my own. Shadow Priest Sarvis asked me to peek in on the Rotbrain camp.$b$bThere\'s a reason why they\'re called Rotbrains.$b$bTheir leader goes by the name of Marshal Redpath, and he\'s an absolute beast.$b$bLook, $N... the attack is starting. You\'re better in combat than I am. Get in there and help out!$b$bWhen you\'re done, meet up with Shadow Priest Sarvis in the chapel. Good luck, $N.','Kill Marshal Redpath and 8 Rotbrain undead.','Being born again under the power of a val\'kyr is a strenuous process. Many don\'t survive the shock, turning into zombies or ghouls.$b$bOthers retain just enough humanity to seem normal on the outside... but they\'re sick inside. We should have slain those rotbrains the day they were raised.$b$bAs for you... you\'re a strong $c, $n. I knew you\'d do well. You\'ll be headed out of Deathknell soon.','','','','Rotbrain undead slain','','',0,0,0,0,0,0,0,0,0,0,0,0,49424,49422,0,0,1,8,0,0,0,0,0,0,0,0,0,0,3277,3276,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(24972,13202,154,0,786432,5,5,0,0,0,0,0,0,0,0,0,0,0,2885,1,'Vital Intelligence','$b$bThese will need to be taken to my field agent, Deathguard Simmer. This information contains the whereabouts of the last few holdouts from the Scarlet Crusade. We will destroy these crusaders, once and for all. And I have a feeling you\'ll be instrumental in that effort, $N.$b$bTake the road north out of Deathknell. Soon after entering Tirisfal proper, you\'ll see a large manse. Simmer\'s inside.','Deliver the Scarlet Crusade Documents to Deathguard Simmer at Calston Estate in Tirisfal Glades.','Yes, this is very good. You\'ve done well in obtaining this information, $n. Hmm... names of the Scarlet Crusade officers in the Tirisfal Glades...$b$bImagine the blow we could deal to the morale of those bloody zealots if we were to kill their leaders in one swift strike. I will pass this information forward.','Yes, what do you want?','','','','','',2885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,4,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24973,13202,154,0,524288,2,4,0,0,0,0,0,0,0,0,0,26802,0,0,0,'Night Web\'s Hollow','One of our greatest struggles is obtaining the natural resources we need to survive. Gold was scarce in Lordaeron, even in the height of the Alliance\'s power so many years ago.$b$bThere is a gold mine to the west that has been overrun with spiders. We need gold from the mine, but we can\'t very well get it while the spiders are crawling around in there. I\'ve not much manpower to commit to the task, so we\'ll just have to do it little by little.$B$BGet up there and see what you can do for us, $n.','Kill 8 Young Night Web Spiders and 5 Night Web Spiders.','Well, it\'s a start. It\'ll take a few weeks or months to fully clean out the infestation. After that, we\'ll have to get down there with some torches to burn away the webbing.$b$bYou\'ve done your duty well, $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1504,1505,0,0,8,5,0,0,0,0,0,0,0,0,0,0,3270,3273,3272,57139,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24974,13202,85,0,8,5,6,0,0,0,0,0,0,0,0,0,0,0,52059,1,'Ever So Lonely','You work hard your whole life, and what do you get? Killed by a plague. Then you work even harder in undeath, and what do you get? Money, yes, and a small estate with a few pesky hangers-on, but happiness? Not so much.$b$bI\'m lonely in my old age, $n. I need a companion. Use this leash on one of the murlocs at the Whispering Shore to the northwest. You\'ll have to weaken it first before it can be leashed. Then bring it back to me.','Use the Murloc Leash on a Vile Fin murloc at the Whispering Shore, then return it to Sedrick Calston at Calston Estate.','Oh, look at him! Isn\'t he the most adorable thing you\'ve ever seen? Thank you, $n. I feel more energetic already.','Oh, the pain of loneliness is too much to bear!','','Vile Fin captured','Vile Fin returned','','',0,0,0,0,0,0,0,0,0,0,0,0,38923,38887,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24975,13202,85,0,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fields of Grief','What have we here? You look like a fledgling $c. If you hope to prove yourself to the Dark Lady, you need to learn the ways of the Forsaken.$b$bTo the west you\'ll find a farm. Humans infest the land like mold on a rotting corpse. And worse yet, the Scarlet Crusade patrols nearby from their tower. Teach those scum a lesson and steal 10 of their precious pumpkins.$b$bOnce you have 10, bring them back to me.','Steal 10 pumpkins from the Solliden Farmstead in Tirisfal Glades.','You have performed your bidding well, young $c. You are proving yourself to be quite an asset to the Dark Lady\'s army.','Were you able to gather 10 pumpkins yet, $N?','','','','','',2846,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24976,13202,85,0,8,5,6,0,0,0,0,0,0,0,0,0,24975,0,0,0,'Variety is the Spice of Death','These pumpkins have a purpose, $c. They\'ll be the delivery mechanism for my latest batch of plague, which should be a particularly painful and virulent concoction. However, the plague requires a few rare ingredients.$b$bWe\'ll need Marrowpetals, which grow at the bottom of Stillwater Pond, just to the east of here. We\'ll also need Xavren\'s thorn, which grows on rocky cliffs to the northwest. Finally, we need some briny sea cucumbers, found in the surf off of Whispering Shore.','Obtain 4 Marrowpetals, 4 Xavren\'s Thorns, and 8 Briny Sea Cucumbers.','Excellent work, $N. Now comes the fun part.','I\'ve got a feeling this will be my best batch yet, good $c.','','','','','',52067,52066,52068,0,0,0,4,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57147,57148,0,0,0,0,1,1,0,0,0,0,57790,0,0,0,1,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24977,13202,85,0,262152,5,6,0,0,0,0,0,0,0,0,2,24976,0,3035,1,'Johaan\'s Experiment','Harmless pumpkins, right? Or so it would seem. If we are to defeat the Scourge advances from the North and the human infestation from the South we need to start realizing the full potential of our gift of undeath.$b$bWith a little ingenuity a simple pumpkin becomes an agent for our Dark Lady. This pumpkin, laced with my latest formula, will prove to be quite a treat.$b$bYet another Scarlet Zealot has been captured and is being kept outside, by the gazebo. Take this pumpkin to the fool.','Take the Laced Pumpkin to the Captured Scarlet Zealot at the gazebo at Calston Estate.','By the Light! Finally some food! Sweet, sweet pumpkin....','Stay away, foul and unholy creature! May the Light protect me! The Scarlet Crusade shall rid Azeroth of your...$b$b...oh wait. Is that food for me? I am so hungry...','','','','','',3035,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24978,13202,85,0,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reaping the Reapers','Humans are notoriously fickle creatures. The farmers to the west are no exception. Sure, they may be plowing their fields peacefully now, but tomorrow, they may be raising their scythes against us. The Alliance looms close by in Gilneas, and the power of Stormwind looms to the south... any of these could recruit these tillers and use them as a wedge against us.$b$bI want them dead. See to it that it\'s done.','Kill 10 Tirisfal Farmers or Tirisfal Farmhands.','You\'ve the makings of a mighty $c, $r. I heard the cries of those humans from all the way over here. Perhaps soon we will be rid of this human blight.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1934,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,57145,57146,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24979,13202,85,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,52079,1,'A Scarlet Letter','Lieutenant Gebler:$b$bHow curious that you would decide to take a prisoner... an undead one at that. What were you thinking? Do you think that, just because of the prisoner\'s former status, that she would be above the edicts of the Scarlet Crusade?$b$bThis is most troubling, Gebler. I would remind you that there are penalties for such behavior. I command you to execute the prisoner at once. She is no longer one of us.','Find the prisoner in Scarlet Palisade.','The Scarlet Crusade takes no prisoners. That they would do so with this young woman... curious.$b$bThe powers that you describe are even more curious. She passed through the bars of her prison and killed her captor? Why hadn\'t she done that in the first place?','A letter? What does it say?','','Find the Scarlet Prisoner','','','',0,52079,0,0,0,0,0,1,0,0,0,0,38999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24980,13202,85,0,8,5,6,0,0,0,0,0,0,0,0,0,24978,0,0,0,'The Scarlet Palisade','We need someone with \"initiative\" like yourself to drive the Scarlet Crusade to the grave.$b$bProve to me you are capable of serving The Dark Lady by travelling west to the tower past the Solliden Farmstead and slaying 10 warriors of the Scarlet Crusade.','Kill 10 Scarlet Warriors.','Most excellent, $c. Your skill in the art of combat is undeniable.','If you wish to prove your worth to The Dark Lady, slay 10 Scarlet Warriors, $c.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1535,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24981,13202,85,0,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Thorn in our Side','Information we\'ve received from Executor Arren in Deathknell contain all the details we need to wipe the human infestation from the lands. According to the information, The Scarlet Crusade has assigned Captain Perrine and a brigade to the ruined tower southwest of Brill.$b$bKill 3 of his zealots and 3 of his missionaries. And while you\'re there, see if you can dig up any other information about what they\'re up to.','Kill 3 Scarlet Zealots and 3 Scarlet Missionaries, and obtain the Scarlet Epistle.','It sounds like we\'ll have to keep our eyes out for this Voss character. I don\'t expect any Forsaken to receive a reward if we capture her... I\'m just worried she\'ll eventually turn against us.','We shall herd the Scarlet Crusade like cattle to their demise.','','','','','',0,0,52077,0,0,0,0,0,1,0,0,0,1537,1536,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24982,13202,85,0,262152,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The New Forsaken','Speaking frankly, the Forsaken of yesteryear were a sniveling, pathetic group. We huddled together in decrepit old human buildings, hiding from the Scourge, cowering from the Alliance, and groveling at the foot of the Horde.$b$bLook before you now, and see the product of the new Forsaken. We have made our mark here on Azeroth, and that mark will grow. Our dominion will soon blanket the world!$b$bYou want my advice? Speak with Magistrate Sevren in Brill, down this road. He runs that town.','Report to Magistrate Sevren at Brill in Tirisfal Glades.','Yes, I\'m Brill\'s local magistrate, reporting directly to the Dark Lady. Impress me, and you may end up meeting the Banshee Queen herself. Now, onto your first task...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24983,13202,85,0,262152,5,8,0,0,0,0,0,0,0,0,0,24982,0,0,0,'Forsaken Duties','I need a fresh report from our Deathguard waystation to the east.$B$BI must know if more Scourge forces have slipped past The Bulwark and into Tirisfal. Our vigilance on the border to the Plaguelands must be maintained - we can\'t let the Scourge get a stronger foothold here!$B$BTravel south along the road, then east at the fork to the waystation. Speak with Deathguard Linnea. She has the information I need.','Speak with Deathguard Linnea at Death\'s Watch Waystation in Tirisfal Glades.','Magistrate Sevren wants a report? Very well: the defenders at The Bulwark are holding the majority of the Scourge at bay, but some do slip through on occasion.$B$BWe have seen sporadic Scourge activity east of this station, with a concentration around the Balnir Farmstead.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24984,13202,85,0,278528,5,8,0,0,0,0,0,0,0,0,0,0,24985,3017,1,'The Prodigal Lich','Long ago, the mage Gunther Arcanus, along with Bethor Iceshard and the now-Scourge Necromancer Thule Ravenclaw, were friends and students within the Kirin Tor - a society of mages in Dalaran.$B$BGunther fell to the Plague, but we thought he either remained dead, or was raised into the ranks of the Lich King. We now know he is free.$B$BWe must have him. If you travel east, you will find him on an island in Brightwater Lake. Convince him to join our ranks.','Report to Gunther Arcanus at Gunther\'s Retreat in Tirisfal Glades.','','','','','','','',3017,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24985,13202,85,0,16384,5,9,0,0,0,0,0,0,0,0,0,0,24986,0,0,'Proving Allegiance','Fine. I will continue with this charade, but only because I sense in you a spark of... excellence. But before I believe you I must have proof that you are enemy to the Scourge.$B$BThere is an old, bloody altar just off the southern coast of this island. It is used by a powerful Scourge agent, Lillith Nefara.$B$BTake a Candle of Beckoning from this crate here. Light it on the altar and Lillith will awake. Destroy Lillith, and I will believe you are an ally.','Obtain a Candle of Beckoning.$B$BSummon Lillith Nefara and kill her.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1946,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,4,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24986,13202,85,0,278528,5,9,0,0,0,0,0,0,0,0,0,0,0,3081,1,'The Prodigal Lich Returns','Take this Nether Gem to my old comrade Bethor, who resides in the Undercity. It will let us communicate ... and I have much to tell him.','Bring the Nether Gem to Bethor Iceshard in the Undercity.','','','','','','','',3081,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5940,0,0,0,1,0,0,0,68,0,0,0,0,0,4,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24987,13202,85,0,278536,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Lady, Watch Over Us','In fact, why don\'t you speak with Lady Sylvanas herself? The presence of another Kirin Tor-trained mage among our ranks is an occasion worthy of an audience.','Speak with Lady Sylvanas Windrunner in the Undercity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57156,57157,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,8,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(24988,13202,85,0,8,5,8,0,0,0,0,0,0,0,0,0,24983,0,0,0,'The Chill of Death','It\'s so cold, now. The Plague of Undeath crawls through my veins like an icy serpent. The mindless state will be upon me soon. But no doomed destiny will prevent me from serving our Dark Lady. When the call arose I sewed body bags for the fallen soldiers of Sylvanas\'s mighty army.$b$bNow my hands shake from the chill. If you would bring me five duskbat pelts, I could sew myself a blanket. Help me, $N, so that I can continue to serve the cause.','Obtain five Duskbat Pelts.','I appreciate your efforts, $N. May Sylvanas recognize your bravery one day. . . .','Do you have five duskbat pelts yet, $N?','','','','','',2876,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57151,57152,57153,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24989,13202,85,0,262152,5,8,0,0,0,0,0,0,0,0,0,24988,0,0,0,'Return to the Magistrate','You should return to Magistrate Sevren with the information I gave you. He\'ll want it as soon as possible, so be swift.','Return to Magistrate Sevren in Brill.','It is troubling to hear of the Scourge slipping past the Bulwark. Even now, they are ceaseless in their assaults.$B$BBut we will not give in. The Lich King is dead; we will not be taken again!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24990,13202,85,0,8,6,6,0,0,0,0,0,0,0,0,0,0,24996,0,0,'Darkhound Pounding','Lady Sylvanas has called upon the Royal Apothecary Society. She has challenged us to concoct a new plague, a plague deadlier than any ailment on Azeroth. This new disease will bring our enemies - living and dead - to ruin.$b$bMy studies show that the blood of beasts might prove to be the key. Here, fill these vials with darkhound blood so I can test my theory. ','Collect 5 Vials of Darkhound Blood.','You have done well, $N and I thank you for your efforts.','Have you collected the darkhound blood yet, $N? Time is fleeting!','','','','','',2858,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3382,0,0,0,3,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24991,13202,85,0,262152,5,8,0,0,0,0,0,0,0,0,0,24996,0,0,0,'Garren\'s Haunt','As you\'re probably already realizing, the Royal Apothecary Society is a widespread organization. We take our plague-alchemy seriously. It is our belief that the more agents we have performing experiments, the sooner we will realize our objective.$b$bOne of our agents performs his work at a small encampment to the north of here. His name is Jerrod, and he could use an apprentice of your... stature.','Report to Apothecary Jerrod at Garren\'s Haunt in Tirisfal Glades.','Holland? He\'s an amateur. You don\'t need a fancy two-story apothecarium to make plague... you need love. And maybe some good assistants.$b$bLet me show you how plague is REALLY made.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(24992,13202,85,0,786432,5,7,0,0,0,0,0,0,0,0,0,24981,24993,0,0,'Escaped From Gilneas','As far as you know, a worgen rogue roaming in Tirisfal is a new development. This is something that Executor Zygand would certainly be interested in.','Report the worgen\'s presence to Executor Zygand at Brill in Tirisfal Glades.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24993,13202,85,0,3145736,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Annihilate the Worgen','These worgen must be dealt with, and quickly. Our first priority is to eliminate any which may have infiltrated Brill.$b$bI want you to be on the lookout for any suspicious activity here in Brill, $N. We know that these worgen can hide in the shadows, so look for any signs you can find... footsteps, kicked-up rocks... anything.','Find and kill 5 Worgen Infiltrators within Brill.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38967,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,57155,57154,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24994,13202,85,0,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doom Weed','My envoy just delivered me a bushel of gloom weed. Gloom weed! I don\'t need gloom weed, I need doom weed! You can see the predicament that I\'m in, $N.$b$bI\'ll make it worth your while to gather what I need. Bring back to me enough doom weed and I\'ll give you a suitable reward.$B$BIt is my understanding that they like to plague the flora near the mass gravesite, to the north of the Brill graveyard. Hurry and be mindful of the gnolls in the area.','Collect 10 Doom Weed.\n','Ah, my doom weed. Excellent!$B$B$B$BThese will come in quite handy. You\'ve done me, uh, the Lady, a fine service today, $N. As promised, here is the reward that you deserve.','$b$bThey brought me gloom weed? GLOOM WEED?!','','','','','',13702,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24995,13202,85,0,8,6,8,0,0,0,0,0,0,0,0,0,24994,0,0,0,'Off the Scales','While you were collecting samples for me, my experiments led me to realize that more reagents will be required for this new disease to spread properly. Poisoning some hapless victim is child\'s play. Plaguing an entire world proves to be a bit more complicated.$b$bI will need several scales from murlocs in the vicinity. You will find the creatures ambling brainlessly along the coast to the north.','Obtain 5 Vile Fin Scales.','The scales are perfect, $N. Exactly what I needed for this concoction.','$N, were you able to obtain those scales from the murlocs?','','','','','',2859,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57149,57150,0,0,0,0,1,1,0,0,0,0,3434,0,0,0,5,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(24996,13202,85,0,262152,5,6,0,0,0,0,0,0,0,0,0,0,0,3460,1,'Holland\'s Experiment','I am to understand that another one of those foolish Dwarven Mountaineers has just been captured. The deathguard has him stored here in this building, and they\'ve assigned one of their own to persuade him not to escape.$b$bWhy don\'t you go see how the Captured Mountaineer enjoys this special drink I made for him? It contains a subtle hint of what The Dark Lady has planned for the rest of Azeroth.','Bring Holland\'s Special Drink to the Captured Mountaineer.','Ah, a drink at last. What matter of ale is this? I\'m sure it\'s no Rhapsody Malt but I\'ll take anything to wet the old whistle at this point.','Why if I had my trusted rifle you\'d be as good as dead, $C. Just wait until the Steam Tank Brigade arrives to rescue me!','','','','','',3460,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57143,57144,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24997,13202,85,0,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Graverobbers','The mass graves within the forest to the west of us were made to accommodate the... impressive... number of deaths Tirisfal suffered when the plague first came. $B$BThe bodies in these graves have so far been spared an undeath, but the Scourge now send Rot Hide gnolls to gather the corpses and use them to bolster their armies. This cannot be allowed!$B$BYour task is twofold: slay the Rot Hides at the mass grave and Garren\'s Haunt, and gather from them the embalming ichor that gives them life.','Kill Rot Hide Graverobbers and Rot Hide Mongrels, and obtain 6 flasks of Embalming Ichor.','Expertly done, $N. The Scourge are mistaken if they think they can use those corpses against us, and the fluid you gathered from the Rot Hide slaves will be studied by my master. It may have secrets we can use against them.','Is your task complete? Have you destroyed those dog-things and drained them of their ichor?','','','','','',0,0,2834,0,0,0,0,0,6,0,0,0,1941,1675,0,0,8,5,0,0,0,0,0,0,0,0,0,0,6063,3439,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24998,13202,85,0,8,6,9,0,0,0,0,0,0,0,0,0,24997,0,0,0,'Maggot Eye','Maggot Eye is a foul beast, even by gnoll standards. He leads a band of renegade gnolls through the land, tearing up the glades and stealing whatever corpses he can find along the way.$b$bThose are our corpses! We had plans for those!$b$bMaggot Eye resides just up the path from us. Show him no mercy. Mercy is for the weak.','Kill Maggot Eye and obtain his paw.','Excellent work! Now if only I can convince Jerrod to let us move our operation into that shack...','Yes?','','','','','',3635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57158,57159,57160,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24999,13202,85,0,8,6,8,0,0,0,0,0,0,0,0,0,24994,0,0,0,'Planting the Seed of Fear','It seems that Jerrod has you hunting the murlocs to the north. That\'s good... we can use their parts for our poisons. I get a little worried sometimes, though...$b$bThe Vile Fin spawning grounds are not far off Tirisfal\'s northern coast, so you\'ll probably notice several tadpoles among the adults on the shore. If these impressionable young murlocs were to seek revenge against us... that could ruin us. Go chase them, and show them that the Forsaken and the Horde are not to be trifled with.','Chase 12 Vile Fin Tadpoles until they pass out in fear.','Did they run from you, $N? Good. This is better than killing them... if they live to tell the tale, then future generations of murlocs will learn to fear us.','','','Vile Fin Tadpoles frightened','','','',0,0,0,0,0,0,0,0,0,0,0,0,38937,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25000,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teegan\'s People','Hey, $c!$B$BAre you headed to support Corporal Teegan? He\'s in charge of keeping the supply routes open.$B$BHe\'s got two of the most ornery dwarves I\'ve ever met in charge of sundries. If you want to make an impression on those two crotchety hunters, you\'re going to need to show that you can hold your own against the predators around here.$B$BThe raptors west of the hold here are especially vicious. Bring Goucho some fresh hides and you\'ll make an impression while supplying the troops in one swoop.','Kill Terrortooth Runners and Terrortooth Scytheclaws to collect 8 Terrortooth Hides.','','','','','','','',49772,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25001,13202,440,0,8,45,48,0,0,0,0,0,0,0,0,0,24963,0,0,0,'Sandscraper','My other assistants are making sure our proud new comrades are put into comfy cages and shipped to where they\'re needed most. For the Horde. Meanwhile, we\'ve got one last item on our agenda.$B$BSandscraper, the chief of the Dunemaul Clan, is probably too dumb to even be aware of what we\'re doing here. But I absolutely loathe unfinished business, babe. He\'s lurking in the den just over there to the west. Knuckle down, take him out, and we\'ll be good to sign off on this, \'kay?','Kill Sandscraper.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38880,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56887,56888,56889,56890,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,47100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25002,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scavenged','$B$B$B$B','Retrieve 10 Northwatch Supply Crates from the Raptor Den.','','','','','','','',52045,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25003,13202,85,0,8,6,9,0,0,0,0,0,0,0,0,0,25031,0,0,0,'The Family Crypt','The strongest point in the mills is the Agamand Family Crypt. With necromancy, Captain Dargol has raised the ancestors of the Agamands and plans to use them against us.$B$BThis cannot pass, and you must stop it. Travel to the Agamand Family Crypt and defeat the raised Agamand ancestors.','Kill 5 Wailing Ancestors and 5 Rotting Ancestors.','Your actions struck a telling blow against the Scourge. And your victory will not go unnoticed - not by the Forsaken, nor by our enemies.$B$BContinue the struggle as we all do, $N, and one day the Forsaken will have the dominion over Azeroth that they are owed!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1534,1530,0,0,5,5,0,0,0,0,0,0,0,0,0,0,57161,57162,57163,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25004,13202,85,0,8,6,8,0,0,0,0,0,0,0,0,0,25003,0,0,0,'The Mills Overrun','The Scourge are trying to form a base here at the Agamand Mills. If they do, then they can stage further attacks within Tirisfal.$B$BThe orders have been given. The Scourge in the Mills must be destroyed.$B$BCollect Notched Ribs from Rattlecage and Cracked Skull Soldiers, and Blackened Skulls from Darkeye Bonecasters.','Gather 5 Notched Ribs and 3 Blackened Skulls.','Your efforts are appreciated, $N. I will not thank you for doing what is necessary, but I will remember your name.','Our battles with the Scourge wage on, $N. Do your part and throw those cursed, mindless undead back into the Plaguelands!','','','','','',3162,3163,0,0,0,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25005,13202,85,0,262152,6,9,0,0,0,0,0,0,0,0,0,0,25006,2831,1,'Speak with Sevren','I have destroyed the remains you\'ve given me, $N. That is, all remains except for these...$b$bDevlin Agamand was weak and sharp-tongued in life, and was among the first to succumb to the plague. He existed as a slave of the Scourge for a long time, longer than most. As such, he may possess knowledge that would be of value to us.$b$bBring his remains to Magistrate Sevren, and tell him what I\'ve told you. He\'ll know what to do.','Speak with Magistrate Sevren at Brill in Tirisfal Glades.','Devlin Agamand? Is that him you carry in your sack there? Ha!$b$bYes, I know what Coleman wants to try, and I want to try it too. I hope you\'re prepared, $N.','The fetor of Scourge hangs about you, $n. What is it you seek?','','','','','',2831,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25006,13202,85,0,8,6,9,0,0,0,0,0,0,0,0,0,0,25007,2831,1,'The Grasp Weakens','While the Frozen Throne lies dormant, the grasp that the Lich King once held over the Scourge grows ever-weaker. His grip on a weakling like Devlin Agamand should be weak enough that we can remove it entirely.$B$BSpeak with Shadow Priestess Malia in the manor on the east side of town. She will assist you in the procedure.','Speak with Shadow Priestess Malia in Brill and participate in the extraction of Devlin Agamand.','Ah, how unfortunate. Perhaps the Scourge\'s dominion over Devlin\'s mind remained too strong. Or perhaps our methods are simply not strong enough. It\'s also possible that Devlin was too simple-minded to comprehend what we were asking him.','','','Procedure Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38981,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57164,57165,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25007,13202,85,0,262152,6,9,0,0,0,0,0,0,0,0,0,0,25009,0,0,'East... Always to the East','You\'ve done much for us here, $N, but $g men: women; of your caliber are needed elsewhere.$b$bTo the east lies the Bulwark: a fortified barricade against the ravages of the Plaguelands. The Bulwark protects us from Scourge invasions, and has allowed us enough sanctity to build up our forces here in Tirisfal Glades.$b$bGo, speak with High Executor Derrington. He is an ally, and will doubtless appreciate whatever aid you can give him.','Report to High Executor Derrington at the Bulwark in Tirisfal Glades.','$b$bNot much of a $c, are you? Well, you will be when I\'m done with you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25008,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Filthy Animals','You probably caught wind of some of them Hecklefang scavengers on the way in - they reek worse than ol\' Durty Pete here. Worthless animals! They steal our kills, rummage through our supplies, and worse... they ain\'t good for eatin\'.$B$BGo kill some.$B$BThen kill some more, if you want to. ','Kill 6 Hecklefang Scavengers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37086,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,53276,53293,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25009,13202,85,0,8,6,9,0,0,0,0,0,0,0,0,0,0,25010,0,0,'At War With The Scarlet Crusade','Though the strength of the Scarlet Crusade wanes, we are still at war. The report Executor Arren sent me indicates Scarlet Crusaders have been raiding from the ruined tower in southeastern Tirisfal near the Balnir Farmstead under the command of Captain Vachon.$b$bKill 3 of his zealots and 4 of his friars. It should prove to be a devastating blow to the Crusade!','Slay 3 Scarlet Zealots and 4 Scarlet Friars.','Your actions will slow down the Scarlet Crusade\'s advancement in Tirisfal quite a bit... hopefully for good. But other threats loom.','I see you have returned but your task is not complete. Perhaps you are at ease with the mere humans interfering with The Dark Lady\'s plan? Or perhaps you can heed the call of duty and slay the Scarlet band that lies only moments away!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1537,1538,0,0,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25010,13202,85,0,262152,6,10,0,0,0,0,0,0,0,0,0,0,25046,0,0,'A Deadly New Ally','Shortly before you arrived at the Bulwark, I was approached by the most unusual young undead woman. She swore enmity against the Scarlet Crusade, so I sent her to work on our enemies to the north. You say you saw some dead crusaders earlier? Those were probably her work.$b$bGo check up on her, and see if she can use any assistance in her vendetta against the Crusade... though I wouldn\'t be surprised if she\'s already killed them all.','Look for your new ally at the Scarlet Encampment in Tirisfal Glades.','As you look over the ruins of the camp, you hear a whisper behind you.$b$b<\"I could kill you right now if I wanted to. You\'d better watch your step, $r.\">','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25011,13202,85,0,262152,6,10,0,0,0,0,0,0,0,0,0,0,25012,0,0,'To Bigger and Better Things','There isn\'t much more glory for you here on the Bulwark, $N. You\'ve done enough already. There may, however, be further adventures waiting in Silverpine Forest.$b$bSpeak with my bat man, Timothy Cunningham. He\'ll give you a ride to Brill, free of charge.','Speak with Timothy Cunningham at the Bulwark in Tirisfal Glades.','Sure, I\'ll give you a ride. If High Executor Derrington asks for it, then technically I have to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25012,13202,85,0,262152,6,10,0,0,0,0,0,0,0,0,0,0,26964,0,0,'Take to the Skies','If you\'re headed back to Brill, you\'ll want to stop by Executor Zygand on your way out. I hear there\'s some excitement going on in Silverpine Forest, to the south. He\'ll know more than I do.$b$bSpeak with me again when you\'re ready to head out.','Speak with Executor Zygand at Brill in Tirisfal Glades.','Welcome back, $N. I\'ve heard stories from the east. Who would have thought that a young $r $c like you would have been the one to wipe out the last whimpering remnants of the Scarlet Crusade?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,4,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25013,13202,85,0,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Little Oomph','$b$bHmm... this isn\'t quite there. It needs something to give at a little more zing. I\'ve got it! The spiders to the north have a potent venom that\'ll do the trick. See if you can extract some for me, $N?','Obtain 4 samples of Vicious Night Web Spider Venom.','Ah, this venom will do perfectly, $N. Everything else has been added to my concoction and boiled down. Thank you, $c!','Do you have some venom from a Vicious Night Web Spider yet, $N? It\'s the final component I need in order to test my experiment.','','','','','',2872,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57167,57166,57168,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25014,13202,440,0,8,46,48,0,0,0,0,0,0,0,0,0,25001,0,52047,1,'Sandscraper\'s Treasure','Inside this weathered stone chest at the back of Stonescraper\'s lair, you find a curious artifact.$B$BShaped like a beetle, its surface is a smooth, brilliant blue, lined with gold. It looks mechanical, but unlike anything you\'ve seen crafted by mortal hands, and very old.$B$BMegs will probably be interested in this.','Talk to Megs Dreadshredder.','','','','','','','',52047,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25015,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,25036,25027,0,0,'Make \'em Squeal','One of the native species in Kalimdor is the \'quilboar.\' Prickly little buggers. Reason enough to hate this continent.$B$BThe raids started shortly after we established our forward camps. Worse, those spiny fiends seem to thrive in this thorny hell of a jungle. I need you to help beat them back so we can re-establish contact with Forward Command.$B$BWhile you\'re out there, acquire one of those twisted branches their casters seem to be using to manipulate the jungle growth...','Kill any combination of 8 Bristleback Bladewardens or Deviate Thornweavers, and collect a Bramblestaff from one of the Thornweavers.','','','','Bristleback Quilboar Slain','','','',0,52046,0,0,0,0,0,1,0,0,0,0,37521,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25016,13202,154,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG - Training Complete','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25017,13202,440,0,8,46,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ancient Obstacles','For years, this valley has been sealed behind impenetrable gates. Now that the cataclysm has torn them down, the secrets within are ours to discover.$B$BThere are yet some obstacles in the way. From within the gates, the bygone creations of the titans have awoken. They wander aimlessly across the sand, attacking any who approach.$B$BSomeone needs to destroy the golems patrolling the valley; are you up to it?','Destroy 6 Sandstone Golems.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38914,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,56906,56907,56908,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25018,13202,440,0,8,46,48,0,0,0,0,0,0,0,0,0,25014,0,0,0,'Andoren Will Know','Listen carefully, $n. I don\'t know how those ogres got ahold of it, but that thing\'s a titan artifact. I\'m no expert, but just that fact alone makes it probably older than the sand we\'re standing on.$B$BI also know that things like this are nothing but trouble. I don\'t want anything to do with it. Take it south, to the Valley of the Watchers, and give it to a blood elf named Andoren Dawnrise there. And don\'t ask any questions, babe, please.','Deliver the artifact to Andoren Dawnrise at the Valley of the Watchers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25019,13202,440,0,8388616,46,49,0,0,0,0,0,0,0,0,0,25018,0,0,0,'Laying Claim','We are not the only ones who have discovered the value of the Southmoon Ruins. The dwarves of the Explorers\' League have swarmed there, taking artifacts and inscriptions for the Alliance.$B$BI don\'t think I have to explain much further. We will not allow the discoveries here to fall into the hands of the Alliance. Slay as many dwarves as you can, and drive them from the ruins!','Kill 10 Dwarven Archeologists.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38998,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25020,13202,440,0,8388616,46,49,0,0,0,0,0,0,0,0,0,25019,25017,0,0,'Fragments of Language','At the Southmoon ruins, just east of here, we\'ve made some finds. My colleagues have found stone shards, engraved with ancient writings, newly exposed by the shifting sands.$B$BThe writings are in no known tongue, though they bear resemblance to markings we\'ve seen on other ruins of the titans. Deciphering them could reveal many more secrets.$B$BUnfortunately, my colleagues are also busy defending the tablets from the Alliance. I need you to go to the Southmoon ruins and retrieve the tablets yourself.','Collect 5 Ancient Hieroglyphs.','','','','','','','',52061,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25021,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,25091,0,0,0,'Blood to Thrive','To survive in de harsh desert, de Sandfury had to learn all de secrets of blood magic. You drink de blood, you get de power...darkest voodoo, yah? But dere be no room for holdin\' back out here.$B$BIf we gonna find de sword, we need blood. Lucky for ya, Mazoga be a traitor, yah? And dere be plenty of Sandfury trolls wanderin\' over de hills dere.$B$BGo an\' get Mazoga blood...plenty of blood...and we make de ritual to find Jang\'thraze. ','Collect 6 Fistfuls of Blood from Sandfury Trolls.','$B$BDey drink de blood, dey get de power. I drink dere blood...$B$B','Ya ain\'t been drinkin\' it yaself, eh? I need all of it...','','','','','',52064,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,75941,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25022,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,25036,25027,0,0,'A Failure to Communicate','I told him he was a fool, but Ambassador Gaines insisted he could negotiate an alliance with the quilboar against the Horde. Even if he succeeded, I for one wouldn\'t want to fight with those ... pig-men at my side.$B$BWell, Gaines hasn\'t returned, and General Hawthorne will hold me accountable if I lose one of our best negotiators to these squealing savages.$B$BLocate the Ambassador in this steaming mess of a jungle and rescue him if he\'s still alive.','Rescue Ambassador Gaines from the quilboar in the Overgrowth.','','','','Ambassador Gaines Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,38872,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25023,13202,4720,0,262144,1,9,0,0,0,0,0,0,0,0,0,24958,0,0,0,'Old Friends','Alright then, grab onto the ladder. We gotta get outa here!$B$BWe\'ll make a flyby of the town, and then I\'m gonna get you to some old friends!','Speak with Thrall at the Warchief\'s Lookout on the Lost Isles.','I told you we would meet again, $N.$B$B$B$BUnfortunate that it\'s under such dire circumstances.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,648,1581.36,2722.95,1,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25024,13202,4720,0,8,1,9,0,0,0,0,0,0,0,0,0,25023,0,0,0,'Repel the Paratroopers','The Alliance have caught back up with us at just the wrong moment, my friend. We took care of their ships, but they still have planes that are dropping their vaunted 127th Paratroopers onto the coast below.$B$BIt\'s all that the battlesworn and scouts can do to hold the two ramps against their overwhelming numbers. I\'m certain that if you were to aid them, the tide would quickly be turned.','Slay 10 Alliance Paratroopers.','I\'ve not seen a finer display of $c prowess.','There are yet more Alliance paratroopers that need to be dispatched if we\'re to get about the business of escaping from this island, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39042,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,5,5,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25025,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,25021,0,0,0,'Sang\'thraze the Deflector','The blood speaks. I can feel its flow through the sand...drenched in death, a desert of suffering...$B$B$B$BThere! The blood flows to the south, in a valley of bones. Zakkaru! Zakkaru, spawn of Makkari, the dark one who demands sacrifice... his father forced from Zul\'Farrak, his ascension interrupted... he will taste blood once more...$B$B$B$BGo, $c. Zakkaru has Sang\'thraze. Ya not be wanting him to keep it, trust me.','Defeat Zakkaru and collect the Sealed Sang\'Thraze.','$B$BDidn\'t like ya much, eh? More in this world craves blood than just trolls, mon.$B$BLet\'s find the other blade...','Did the spirits speak true, mon? You got it?','','','','','',52069,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56844,56845,56846,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25026,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,25025,0,0,0,'Darkest Mojo','Jang\'thraze eludes me, mon... de blood is not enough. We gonna need somethin\' stronger to find it.$B$BWhen you need every troll you got to help out to scrape by, one o\' them dyin\' on ya is a big problem, mon, an\' dat\'s why de Sandfury learned to raise our dead wit\' da voodoo. You fall over, you just get back up again and keep workin\'... forever!$B$BDe zombies we make be imbued wit\' darkest mojo. You go on to de west an\' find a whole mess o\' dem, an\' get me dat mojo, yah?','Collect 6 Darkest Mojo from Sandfury Zombies.','$B$BPowerful stuff, mon... ah, if ya could see what I see now... mebbe you go try it yaself sometime.$B$BThe spirits call...','You got de stuff, mon?','','','','','',52072,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25027,13202,4709,0,0,29,31,0,0,0,0,0,0,0,0,0,0,0,52073,1,'You Flicked a Fine Vine to Leaf Me','According to Gaines, \"Three-Tooth\" is what the quilboar call their matriarch. She\'s been twisting the thorns of this crazy jungle to her own ends, and it was her orders that Gaines be \"torn apart and fed to the overgrowth.\" Nice lady.$B$BLet\'s give her a taste of her own. Take the Bramblestaff you recovered, and use it on Three-Tooth to take her out of the picture. Then kill the crones she\'s been training, to ensure nobody else can take her place.','Use the Bramblestaff on Three-Tooth and kill her 2 Deviate Crones in the Overgrowth.','','','','Three-Tooth Dealt With','','','',0,0,52073,0,0,0,0,0,1,0,0,0,38941,38940,0,0,1,2,0,0,0,0,0,0,0,0,0,0,53302,53287,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25028,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,25027,24565,0,0,'Trouble From the Ground Up','Teegan\'s a fool to think the quilboar caused this sudden overgrowth. Look around you. I\'ve been watching these plants bloom and sprout daily - each generation is more mutated than the last. This isn\'t tribal magic - it\'s something primal. And dangerous.$B$BThe day before last a great druid passed through our camp. Seek out Naralex, somewhere in the midst of this jungle. He\'ll know what to do.$B$BAnd bring him some plant samples from around the overgrowth to help his studies.','Gather 10 Unusual Flower Buds from Budding Flowers in the overgrowth.','','','','','','','',49815,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25029,13202,85,0,8,6,9,0,0,0,0,0,0,0,0,0,25003,0,0,0,'Deaths in the Family','The Agamand family was the most prosperous family in Tirisfal Glades. I used to work their mills...before the plague.$B$BWhen the Scourge first came, the Agamands fortified their home and convinced those in their employ to remain and help them defend. We were fools, but at least we were loyal fools.$B$BThe Agamands, in their pride, doomed us to undeath. And now they are minions of the Scourge!$B$BServe the Forsaken by defeating the Agamands who fell to the plague. Serve me by bringing me their remains.','Obtain Gregor\'s Remains, Nissa\'s Remains, Thurman\'s Remains, and Devlin\'s Remains.','Revenge has a sweet taste, don\'t you think? When you destroyed the Agamands, did you catch any hint of free will within them? I hope so. I hope they knew fear before they were smashed into oblivion.$B$BIt is a foolish hope, I know. But it is a hope I foster nonetheless.','Do you have the remains of the Agamands? Are those cursed beasts finally destroyed?','','','','','',2828,2829,2830,2831,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3446,3440,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25030,13202,85,0,8,6,9,0,0,0,0,0,0,0,0,0,0,0,3082,1,'The Haunted Mills','You sense a malign presence coming from within the skull of the beast. Coleman Farthing may be interested in seeing this.','Bring Dargol\'s Skull to Coleman Farthing at the Agamand Mills.','','','','','','','',3082,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25031,13202,85,0,262152,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'Head for the Mills','The Agamand Mills, to the west, have been lost to the Scourge. The Agamand family has been slain, and the entire residence has been claimed by the Scourge.$b$bThis is probably the largest Scourge outpost in Tirisfal, $N. If you think you\'re enough of a $c, head up there and speak with Coleman Farthing. He\'s been doing his best to take the land back, and he\'ll need help. Just follow this road, it\'ll take you right to him.','Report to Coleman Farthing at Agamand Mills in Tirisfal Glades.','Argh! Get back! Oh, you\'re not Scourge, are you?$b$bThank the Banshee Queen that you\'re here. I\'ve greatly underestimated how bad it\'s gotten up here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25032,13202,440,0,8388616,44,46,0,0,0,0,0,0,0,0,0,25026,0,0,0,'Secrets in the Oasis','Yes, I see the other half now, mon...to the south...$B$BWe be close now, mon. It\'s in an oasis, buried in de muck beneath de water. Don\'t delay!','Search for Jang\'thraze the Protector.','Mazoga? He\'s taken the sword? That filthy...$B$B$B$BAt least you escaped with your life. The Lasher\'s bite is a vicious one.','','','Fate of Jang\'thraze','','','',0,0,0,0,0,0,0,0,0,0,0,0,39159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56840,56841,56842,56843,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25033,13202,154,0,540672,2,5,0,0,0,0,0,0,0,0,0,0,24972,0,0,'The Red Messenger','Reports from my superiors in Brill indicate that an agent of the Scarlet Crusade was dispatched from the Scarlet Monastery and sent here to Deathknell. According to the reports, the messenger possesses important information on his person. I do not have further details, but whatever it is, we must have it!$b$bYou\'re the most qualified person I have to send, $n. Find that messenger and bring me whatever information you can find.','Kill Meven Korgal, the messenger, at the Crusader camp, and obtain any information you can find.','','','','','','','',2885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3277,3276,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25034,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'To the Front!','I\'d love to keep you here behind the lines, but it looks like you\'ve been summoned to the front. Ambassador Gaines - remember him? - has relocated to Forward Command and in his latest missive he\'s requested you, personally, to assist him.$B$BYou\'ll find our Forward Command operation south of here, in what\'s become known as the \"Fields of Blood.\"$B$BBe careful, $N. The Horde has taken to ambushing some of our officers en route.','Locate Ambassador Gaines at Forward Command in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25035,13202,368,0,0,1,4,0,0,0,0,0,0,0,0,0,24626,0,0,0,'Breaking the Line','Vol\'jin be callin\' for an all out attack on da naga that have taken over our northern isle. Many of our men were already engaged with their forces near da bridge, but several of us are breakin\' through their lines ta assault their isle itself.$B$BSpeak to Jornun right \'ere to secure a ride to da isle. Once there, seek out Morakki, da Captain of da Watch. He will be tellin\' ya how ya can aid in da battle.','Speak to Jornun to secure a ride to Spitescale Cove and then seek out Morakki.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,2,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25036,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teegan\'s Troubles','The Admiral will be pleased that Northwatch is almost secured, but if we\'re to keep a grip on this continent we\'re going to need to maintain the supply lines to the interior.$B$BJust before the assault I received the strangest of reports from Corporal Teegan, who\'s in charge of maintaining our contact with Forward Command. Says he\'s having trouble with the \"jungle?\" There\'s no jungle in the Barrens!$B$BFollow the upper road out of Northwatch and see if you can render any assistance to our wayward Corporal.','Report to Corporal Teegan at Teegan\'s Expedition in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25037,13202,368,0,0,1,3,0,0,0,0,0,0,0,0,0,25064,0,0,0,'Crab Fishin\'','Perhaps me agin\' body is just growin\' too picky after all dese years, but boar meat just ain\'t goin\' down easy no more. More for da new recruits I be thinkin\'.$B$BWe just set out some crab traps, but if ya be willin\' ta help an impatient old troll, I\'d love ta have some fresh crawler meat right now. Dey\'re all around da island, but da best spot ta be huntin\' them is off da eastern coast.','Kill Pygmy Surf Crawlers and collect 5 Fresh Crawler Meat.','Oi! Tasty, mon. Thank ya for your great kindness, young one. Da spirits shall surely be regardin\' ya with great favor.','Da sea be offerin\' few boons as delicious as fresh crawler meat.','','','','','',52080,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25038,13202,85,0,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gordo\'s Task','Master want weeds. Us gots big hands and not good at picking. You help us and we not hurt you. Us need gloom weed. Many weeds around here and near road.$b$bWhen you have gloom weed you take to Master Holland in Brill.\n','Collect 3 Gloom Weed and deliver them to Junior Apothecary Holland in Brill.','What\'s this? Gloom weed?! I\'ve no need for gloom weed! That mindless mass of flesh is out there picking daisies and convincing the Lady knows how many dupes like you into doing the same. No offense.$b$bWe\'ll deal with the gloom weed later. For now, we\'ve got other matters to discuss.','Where\'s that useless abomination? Either you have what I need or you\'d best get out there and find it.','','','','','',12737,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25039,13202,85,0,262152,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Have You Seen Anything Weird Out There?','$R! Listen up, I got somethin\'... odd to discuss.$b$bI was out fishin\' by Brightwater Lake when I saw the darnedest thing... some sorta wolf-man, running around Tirisfal. Ya don\'t suppose that could be a... worgen, do ya?$b$bAnyway, I keep tellin\' myself I should tell Executor Zygand about it, but I just get so scared when I talk to that guy. Maybe you could talk with him?','Speak with Executor Zygand about your encounter with the worgen.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25040,13202,85,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG - Worgen Attacked','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25041,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,25015,0,0,0,'Lion\'s Pride','Respect the lion, $N! A ferocious killer. You gotta admire the elegance of the beast... Muscle and claws... Running down its food... So primal...$B$BI\'m sorry, my mind wandered. As I was saying, I respect these lions, but they\'re just murder on our patrols. I mean that literally. The men are afraid to go to the bathroom alone at night. Can you help make our camp a little safer?$B$BBarrens lions like to linger under trees.','Kill any combination of 5 Plains Prowlers or Plains Pridemanes.','','','','Barrens Lion Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,37207,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25042,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,25041,0,0,0,'Marching On Our Stomachs','It\'s true what they say: An army marches on its stomach. And we\'ve been marching a long way.$B$BI\'m thinking if we barbecue up a few of those giant lumbering stormsnouts, we\'ll have enough meat to feed us for weeks.$B$BStormsnouts are big and slow, so they should be easy to kill. Except... Hey you\'re not carrying any metal on you are you?','Collect 4 Fresh Stormsnout Steaks by killing Stormsnouts in Southern Barrens. ','','','','','','','',52198,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53304,53299,53286,53284,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25043,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,25042,0,0,0,'Fields of Blood','The Horde has taken to calling this region the \"Fields of Blood.\" It\'s an apt name: these reeds run red with the blood of some of my best men.$B$BI\'ve sent out recon patrols to crush the quilboar and report on the Horde troop movements, but not all of them return. They could use your support out there.$B$BPatrol the fields and seek out the Desolation Grunts that are causing us so much grief. Do not expect them to surrender; their Warchief has instructed them to fight to the death.','Kill 10 Desolation Grunts at the Fields of Blood in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37706,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25044,13202,4709,0,65536,30,32,0,0,0,0,0,0,0,0,0,25042,0,49782,1,'Diplomacy By Another Means','I have not forgotten my brush with death at the hands of the quilboar in that filthy jungle. The General here has ordered some tactical strikes, but he stops short of genocide. I have no such qualms.$B$BTake this horn that I \'borrowed\' during my negotiations. Blow the horn within the Bristleback challenge ring west of our position - you can\'t miss it. I want you to challenge the champion of the Bristleback, Sabersnout, to single combat. His death in front of his followers will leave them in utter chaos.','Take the Horn of Challenge to the Bristleback Challenge Ring in Southern Barrens. Blow the horn to challenge Sabersnout and kill him.','','','','','','','',0,49782,0,0,0,0,0,1,0,0,0,0,37513,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53265,53292,53267,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25045,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,25042,0,0,0,'A Line in the Dirt','Strategically, control of a region requires constant observation. See here on this map - I\'ve identified a number of strategic hills, similar to this one, that the Alliance must acquire if we are to keep the enemy under our thumb.$B$BMy scouts have already marked their location on the field. What I need is someone to spearhead their capture, and you\'re the $gman:woman; for the job.$B$BSeek out neutral grey flags on hills to the north, east, and south of the Taurajo Ruins. Capture one and defend it!','Capture a neutral hill in the Fields of Blood and defend it against a Horde counter-attack.','','','','Hill Captured','Hill Defended','','',0,0,0,0,0,0,0,0,0,0,0,0,39029,39030,0,0,1,1,0,0,0,0,0,0,0,0,0,0,53301,53291,53275,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25046,13202,85,0,1048584,6,10,0,0,0,0,0,0,0,0,0,0,25011,0,0,'A Daughter\'s Embrace','The whisper continues:$b$b<\"My name is Lilian Voss. Before I died, I was a member of the Scarlet Crusade. My father, High Priest Voss, raised me to be a weapon against the plagued. I studied stealth, sorcery, martial arts, anything to make myself stronger. I gave up my childhood for him.\">$b$b<\"Then, as fate would have it, I died and returned as... this. My father instantly forgot me and, when I returned, ordered me executed.\">$b$b<\"Come. We will speak with him now, in his tower to the northwest.\">','Bring Lilian Voss to her father in the tower at Crusader\'s Run.','From birth to grave to undeath, we all have our own path to follow. Some are easier than others. It sounds like this Voss girl has had a rough path so far.$b$bHopefully she ultimately chooses to join us and follow the Dark Lady. With power like hers, we could do incredible things.$b$bBy the way, $N... excellent work out there. If you\'re ever ready and willing, I may have some more work for you in the Plaguelands.','','','Lilian\'s Mission Accomplished','','','',0,0,0,0,0,0,0,0,0,0,0,0,39098,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57169,57170,57171,0,0,0,1,1,1,0,0,0,57791,0,0,0,1,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25047,13202,0,0,1024,1,-1,0,0,0,755,0,0,0,0,0,0,0,0,0,'Broken Panther Figurine','This badly broken figurine was discarded by its last owner. However, with the right materials and your skill in jewelcrafting, it could be completely restored.\n','Repair the broken figurine using your skill and materials.','','','','','','','',0,52194,52186,54849,0,0,0,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52199,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25048,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seaside Salvage','If we want to convince Mister Noggenfogger to let us move more gnomes here, we\'ve got to show him just how nice we are! I know just the thing.$B$BGadgetzan\'s under blockade by pirates, but plenty of the goods that get blown off the ships survive intact... they just wash away. Most of them wash up in the shallows just south of town.$B$BIf you could go collect those supplies for them, it\'d help us make friends! And it\'ll keep that mean goblin girl over there from taking them and selling them.','Collect 7 Steamwheedle Supplies.','Most of this looks just fine! How lucky!$B$BThe Steamwheedle goblins will be so happy to see their cargo back safe and sound. And here\'s a reward for your good deeds, of course!$B$BWe\'ve got lots of other stuff to do though! Busy busy!','Do you have a whole buncha boxes? Let\'s see!','','','','','',50829,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25049,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Puddle Stomping','There\'s a big problem here! It\'s great that the ocean came in so far, because now ships can get to Gadgetzan. But now there\'s a bunch of nasty old sea giants encroaching on the town! I\'m sure Mister Noggenfogger would appreciate us taking care of them for him.$B$BDon\'t worry, I won\'t ask you to do it just out of the goodness of your heart! Take care of them and I\'ll give you a reward!','Kill 8 Tidal Striders.','Oh, it\'s going to be so much nicer around here now that they\'re gone!$B$BAt least until more show up. But thank you!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39022,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25050,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rocket Rescue','When the water came in, Steamwheedle Port to the east was flooded, and a lot of poor goblins are still stuck there! Now those mean pirates are shooting at any boat that leaves the docks here.$B$BBut they won\'t expect us to fly! There\'s a hot air balloon by the docks. We can use that, fly over to rescue the goblins, and take care of the pirates, too. Mr. Noggenfogger will be so pleased!$B$BGo to the docks and hop in the balloon and I\'ll be right behind you, okay? I\'ve got to get some rockets...','Deliver Liferockets to 5 Steamwheedle Survivors and use bombs to kill 40 Southsea Blockaders.','That was great! It looks like most of the goblins we helped made it back here and didn\'t blow up. We really showed that goblin girl!$B$BHere\'s a special reward for you, $gmister:miss;.','','','Life Rockets Delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,38576,40583,0,0,5,40,0,0,0,0,0,0,0,0,0,0,56859,56860,56861,56862,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25051,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmist Extermination','The spiders that occupy Darkmist Cavern to the northwest are another vicious threat to us here. They are nothing the ogres cannot handle, but splitting our attention to them when Theramore\'s forces lurk nearby is a deadly mistake.$B$BI need someone to destroy the eggs inside Darkmist Cavern, to cut off this infestation. You will find the eggs in the deepest part of the webbed mines... along with their guardians.','Destroy 8 Darkmist Eggs in Darkmist Cavern.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-205267,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25052,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,25121,25053,0,0,'Dead Man\'s Chest','Well gosh, as you can plainly see there\'s this really big battle with these pirates here going on. We\'re doing our best to make sure they never bother Gadgetzan or our new gnomish homes there ever again!$B$BBy killing them.$B$BSo how about helping us? We really wanna make sure we kill more than green-nose over there and her awful thugs. I\'d really appreciate it!','Kill 15 Southsea Pirates.','Good job! We\'re really cleaning up around here!','','','Southsea Pirates slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39026,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,56875,56876,56877,56878,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25053,13202,440,0,8388616,44,46,0,0,0,0,0,0,0,0,0,0,25166,51547,1,'To The Ground!','You know, this place would probably make a great home for us gnomes if it wasn\'t so old and dirty and full of pirates! We\'re taking care of the pirates problem, but the awful and dirty problem needs fixing.$B$BI mean, no self-respecting gnome would ever live in such an ugly hovel like these buildings! So here, take this bottle of flaming rum and go burn those ugly shacks down for us!','Use the Burning Rum to set fire to the Northwest Shack, the Northeast Shack, and the Southwest Shack.','Isn\'t that just so pretty to watch?','','','Northwest Shack','Southwest Shack','Northeast Shack','',0,0,0,0,0,0,0,0,0,0,0,0,38660,38662,38665,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25054,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,25121,25053,0,0,'Lootin\' Plunder','It\'s just really so wasteful that all these pirates have golden treasures lying around. Some of this stuff could be used for practical things! Like melting into wire, or intrinsic shielding matrices, or selling to other stupid races that buy gold just to keep it around.$B$BAnd speaking of other stupid races, I bet those greedy goblins are going to be taking all of it. We can\'t let that happen! Go collect that treasure for Gnomeregan!','Collect 10 pieces of Pirate Loot.','Fantastic! Gosh, this will make enough wire for an entire army.$B$BLucky us!','I hope you don\'t think you\'re hiding any for yourself, silly! These goggles can see right through your bags.$B$BAnd your armor.','','','','','',51549,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25056,13202,85,0,8,7,9,0,0,0,0,0,0,0,0,0,0,25013,0,0,'Grisly Grizzlies','Have you seen the plagued bruins that wander to the west of here? Those hides... so hideous, so diseased, so... perfect!$b$bFetch me 5 of them. I\'ve got an idea for an anti-Scourge poison that\'s guaranteed to succeed!','Obtain 5 Plagued Bruin Hides.','Dithers, you\'ve done it again! These are perfect.','Let\'s see... do you have enough hides?','','','','','',52270,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25057,13202,4709,0,0,30,32,0,0,0,0,0,0,0,0,0,0,25074,52271,1,'Clap \'Em In Irons','Our policy of conscripting non-violent criminals from the Stormwind Stockades has come back to haunt us, $N. Some of my less-scrupulous soldiers broke ranks after our victory in Taurajo and are looting the remains of the city.$B$BThis is a breakdown in discipline. Worse, the desecration of their homes only spurs the enemy to fight harder when our ultimate goal should be peace.$B$BTake these manacles and bring the Taurajo looters to justice. Speak to them first, but you may need force to subdue them.','Speak to the Taurajo Looters in the Taurajo Ruins and place them under arrest. Use the Northwatch Manacles to subdue 5 wounded looters.','','','','Taurajo Looters Arrested','','','',0,52271,0,0,0,0,0,1,0,0,0,0,39050,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25058,13202,4720,0,8388608,1,9,0,0,0,0,0,0,0,0,0,25023,0,52280,1,'Mine Disposal, the Goblin Way','The paratroopers have mined the beach!$B$BThe Warchief asked me if there\'s anything we can do about that. I told him, \'You bet we can!\'. I was thinking maybe you could take this satchel of grenades and detonate the land mines from a safe distance?$B$BIt\'s how we do things, right?!','Detonate 10 Land Mines.','Score one for the goblins! Stupid dwarves and gnomes.','','','Land Mines detonated','','','',0,0,0,0,0,0,0,0,0,0,0,0,-202472,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25059,13202,4709,0,8,30,32,0,0,0,0,0,0,0,0,0,0,25074,0,0,'The Taurajo Briefs','The General is too preoccupied with the looters in Taurajo. Too soft! We ought to be focused on our next move against the Horde.$B$BThere\'s valuable intelligence that might be compromised if we allow the ruins of Taurajo to continue to burn. While you\'re running the General\'s errand, dig around for any maps or notes you can find. I can speak a little of the orcish tongue - I\'ll be able to make sense of what you find.','Search the Ruins of Taurajo for 3 pieces of Taurajo Intelligence.','','','','','','','',52277,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25060,13202,440,0,8,46,48,0,0,0,0,0,0,0,0,0,25061,0,0,0,'Define \"Crazy\"','We received reports that a goblin shipwreck occured on this beach some time ago, with the survivors left to fend for themselves. We expected there to be a modicum of survivors, perhaps some even suitable for interrogation.$B$BWhat we found was a crew of Bilgewater goblins who have all become insane, delusional, and maniacally violent...to further degrees than is normally observed, rather.$B$BIn short, they are useless and dangerous. Gnomeregan will be best served by cutting down as many as we can.','Kill 10 Crazed Survivors.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39020,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25061,13202,440,0,8,45,47,0,0,0,0,0,0,0,0,0,24953,0,0,0,'Land\'s End','Psst! Hey! Come closer, you fool, you expect me to read your mind or--oh. Come closer anyway!$B$BYou\'ve done a wonderful job advancing the agenda of Gnomeregan here, friend! And an amazing job of pretending you were only in it for the coin, simply splendid. But now Kelsey Steelspark could use more of your direct help.$B$BShe\'s moved on yet again...she asked me to tell you to meet her far south, at Land\'s End Beach. I wouldn\'t keep her waiting, either!','Talk to Kelsey Steelspark at Steelspark Station.','I\'m amazed that Soothfancy was capable of following a simple set of instructions. And ones that required him to keep his foolish mouth silenced as well.$B$BIn addition, it is honestly good to see you again, $n. Now that I\'ve dropped the charade, you\'ll get to see how gnomes get things done around here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25062,13202,440,0,8,46,48,0,0,0,0,0,0,0,0,0,25061,0,0,0,'What We Came For','Gnomeregan previously learned that the Bilgewater goblins of the Horde survived a crash on an uncharted island near Kalimdor before arriving in Durotar. We initially came here to investigate what techniques and technology could possibly allow a hopeless pack of green-skinned imbeciles to survive such harsh conditions.$B$BWhile the goblins are at a loss, we still need to find out exactly what happened here. Search the beach for wreckage and belongings and bring anything that appears significant back to me.','Search Bilgewater Footlockers for evidence.','','','','','','','',52279,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25063,13202,440,0,8,46,48,0,0,0,0,0,0,0,0,0,25061,0,0,0,'Terrapination','We need to obtain the object described in this journal, for certain. Extracting it from a chest would be a feasible matter, but the object itself sounds compromised, and unstable. Attempting to forcefully open the chest could be disastrous.$B$BFortunately, we know where the key is...statistically speaking, at least. There\'s plenty of sea turtles at the east end of this beach. One of them may hold the key.','Obtain a Turtle-Digested Key from a Surf Glider.','','','','','','','',52282,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25064,13202,368,0,786432,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moraya','Moraya has been lookin\' for some help with tha raptors. Ya should talk to her on the other side of Darkspear Hold when ya get a chance.','Speak with Moraya.','Hey there, hon. Vol\'jin sent you? So sweet of him to be thinkin\' of me.$B$BI surely could use da help, but ya have a bit more walkin\' ahead of ya.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25065,13202,440,0,8388616,46,48,0,0,0,0,0,0,0,0,0,25063,0,0,0,'You Too, Brute?','It\'s time to conclude this matter efficiently. From what we\'ve determined, this mysterious object is in the possession of the \"smart\" brute described in the journal. We don\'t know exactly what\'s happened to this creature, obviously, so you should take caution.$B$BThis... \"Meatface\" is hiding in the hills, near where these goblins bury their dead. Look for the graveyard and he should be just past it.','Obtain Meatface\'s Chest.','','','','','','','',52281,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56883,56884,56885,56886,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,47100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25066,13202,4720,0,8,1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Pride of Kezan','This is ridiculous! Those gnomes just don\'t know when to stop!$B$BGoblin pride is on the line here! $N, you gotta jump into the Pride of Kezan and show them what\'s what!$B$BLet me know when you\'re ready!','Shoot down 10 Gnomeregan Stealth Fighters.','YES!','','','Gnomeregan Stealth Fighters shot down','','','',0,0,0,0,0,0,0,0,0,0,0,0,39039,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,52961,52916,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25513,13202,440,0,2,47,49,1,0,0,0,0,0,0,0,0,25095,0,0,0,'Thunderdrome: Grudge Match!','It seems we have a special request! I have here a note from one Kelsey Steelspark, requesting to enter the cage and settle a dispute.$B$BShe\'s asked for you to be her partner, $n. A fan of your previous victories? Or perhaps you\'re acquainted outside the ring?$B$BI wouldn\'t back down now if I were you. This is the grand finale...','Defeat Megs Dreadshredder.','','','Megs Dreadshredder Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56891,56892,56893,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25095,13202,440,0,2,47,49,1,0,0,0,0,0,0,0,0,25094,0,0,0,'Thunderdrome: Sarinexx!','I hope you\'re ready for the next one, $n. One mistake could mean instant, painful death! But that\'s what the people pay to see, isn\'t it?$B$BI hope you\'re not afraid of bugs...','Defeat Sarinexx.','','','Sarinexx Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25068,13202,440,0,8,46,49,0,0,0,0,0,0,0,0,0,25017,0,0,0,'The Crumbling Past','The creatures wandering these ruins are Earthen, the ancient ancestors of dwarves, made by the Titans to shape the world itself.$B$BThe original Earthen broke down and went awry thousands of years ago, and these freshly uncovered ones seem no different. We may as well make use of these confused and unstable constructs.$B$BEnter the ruins and destroy the Earthen, and collect the jewels embedded in them; their magical energies will be both valuable and worthy of study.','Collect 5 Earthen Jewels.','','','','','','','',52284,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25069,13202,440,0,262152,46,49,0,0,0,0,0,0,0,0,0,25068,25070,0,0,'The Secrets of Uldum','We are ready to enter the antechamber itself, $n. This is a momentous occasion.$B$BFrom the writings you\'ve brought us, I believe these ruins were in fact once the grand entrance to Uldum itself. The quakes that ripped its doors open have probably collapsed the tunnels, but we may yet find amazing things hidden within.$B$BSearch the ruins for anything intact that may be studied. The thrill of discovery awaits!','Search the Antechamber of Uldum for an intact artifact.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25070,13202,440,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Lies Within','As you lay your hand upon the chest, a faint rumbling can be heard. The sound of grinding movement echoes behind you as the chest begins to shut itself.$B$BSomething is approaching!','Defeat the Antechamber Guardian.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39077,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25071,13202,85,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG - Purple Murloc','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25072,13202,440,0,8,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Few Good Goblins','We haven\'t just been camped here singin\' songs with gnomes and playing with dangerous machinery, you know. My men have been trying to clear this hive out for a week now! Problem is, we\'ve taken so many losses by now that the bugs have the advantage.$B$BLucky for us, the bugs either don\'t like to eat goblins, or they like us so much they save us as treats, because nearly all my men are still cocooned up out there. I need you to go save \'em.','Save 8 Captured Goblin Bughunters from Hazzali Cocoons.','Thanks for the help, this was really killin\' things here. Once you start losing men, you start losing manpower. And morale. And weapons. And the magazines you loaned to that one guy.$B$BYou know how it is.','','','Goblins rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,39081,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,56855,56856,56857,56858,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25073,13202,368,0,524288,1,5,0,0,0,0,0,0,0,0,0,24814,25167,0,0,'Sen\'jin Village','You\'ve be doin\' quite well for one so young. I\'ve no doubts you\'ll be makin\' quite da name for yarself.$B$BGo now, northwest, across da shallows ta Sen\'jin Village. Dere you\'ll be meetin\' Master Gadrin. He\'ll likely have a task or two for ya before ya truly make ya way out into the Durotar wilds.$B$BPlease remember, $n, we may disagree wit\' the young Hellscream at times, but his intentions are noble, and it be very important that we remain united as one Horde. Make da Darkspear proud.','Report to Master Gadrin in Sen\'jin Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0,0,0,1,-825.574,-4920.73,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25074,13202,4709,0,8,30,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meet Me at Triumph','Thanks in part to your efforts, we\'ve stabilized the situation here. We need to turn our attention south, to Fort Triumph.$B$BFort Triumph is the keystone of our operation in the Barrens - the vital land-link between Northwatch and Theramore.$B$BI\'ll pack up and head out separately. Report to Commander Roberts at the fortress and I will see you there soon. Together, we will secure the frontier!','Report to Commander Roberts at Fort Triumph in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25075,13202,4709,0,8,31,33,0,0,0,0,0,0,0,0,0,25074,0,0,0,'Pick-a-Part','These bulky dwarven siege engines aren\'t cut out for the close-quarters fighting of the Battlescar.$B$BI\'ve got some new designs I\'d like to try out, but first I\'m going to need some spare parts. There\'s plenty of wreckage sitting in the Battlescar. All I need is an enterprising $c to haul it back for me.$B$BThat\'s you, $N. I\'m talking about you.','Collect 8 Siege Engine Scrap pieces from the Battlescar in Southern Barrens.','','','','','','','',52285,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25076,13202,0,0,16386,10,-1,0,0,4,0,0,0,0,0,2,0,25077,52286,1,'Taming the Beast','You have spent your young career mastering the arts of single combat. I feel it is high time that you learned a new form of combat - that of the trained pet.$b$bTake this rod and use it on a vampiric duskbat until it joins you and your cause. It may take you some time, but I have faith that you can bend the bat to your will.','Use the Taming Rod to befriend a Vampiric Duskbat.','','','Tame a Vampiric Duskbat','','','','',23896,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25077,13202,0,0,16386,10,-1,0,0,4,0,0,0,0,0,2,0,25078,52287,1,'Taming the Beast','Lately we have seen some young, plagued bears passing over the mountains between here and the plaguelands. While these bears\' trek into Tirisfal tests and threatens the defenses that we have laid at the Bulwark, their passage is a blessing to us hunters.$b$bProve to me you learned something from our last lesson, and use the rod on a plagued bruin, far to the east.','Use the Taming Rod to befriend a Plagued Bruin.','','','Tame a Plagued Bruin','','','','',23897,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25078,13202,0,0,16386,10,-1,0,0,4,0,0,0,0,0,2,0,0,52288,1,'Taming the Beast','Your final test involves the spiders that reside in Venomweb Vale, north of the Bulwark. Yes, even these simple creatures can become a valuable trained ally. I have seen many hunters that count these venomous creatures as part of their arsenal.$b$bUse the rod to tame one, and return to me when you finish.','Use the Taming Rod to befriend a Vicious Night Web Spider.','','','Tame a Vicious Night Web Spider.','','','','',23898,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,23356,1579,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25079,13202,4709,0,8,31,33,0,0,0,0,0,0,0,0,0,25075,0,0,0,'Powder Play','Our shipments of saltpeter from Dustwallow have been held up, which means we can\'t manufacture our own gunpowder here.$B$BBut I can retrofit our armaments to use goblin Blast-O powder. It\'s unstable, dangerous, toxic to the skin, and harmful if swallowed... but I think I can make it work!$B$BGet me a keg of the stuff by attacking one of those goblin sapper specialists who\'ve been storming our walls.','Defeat a Sapper Specialist near the Battlescar and acquire a Keg of Blast-O Powder. ','','','','','','','',52290,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25080,13202,4709,0,8,31,33,0,0,0,0,0,0,0,0,0,25079,25087,0,0,'Batteries Not Yet Included','Okay! Using the spare parts you\'ve found for me, I\'ve got a framework roughed out for my versatile new assault vehicle. All I need now is a compact power supply.$B$BI\'ve noticed that the indigenous wildlife here packs quite the punch, electrostatically speaking. Can you hunt down Thunderheads near the base here and get me an intact electrogizard? It might take a few kills to find a usable gland.','Acquire a Humming Electrogizard from a Thunderhead in Southern Barrens.','','','','','','','',52305,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53270,53303,53281,53285,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25081,13202,4709,0,12,32,34,0,0,0,0,0,0,0,0,0,25074,0,0,0,'Claim the Battlescar','The Horde has fought us to a standstill from their stronghold west of here. The fighting continues, even as the land breaks open under our feet.$B$BSomeone\'s got to break the stalemate! I need you to venture into the Battlescar and help my men crush the Horde opposition there.$B$BIn the center of the scar you will find a flag marker designating who controls the area. Scout out the flag. It\'ll be worth your while to claim the scar for the Alliance if someone hasn\'t already done so.','Go to the Battlescar. Scout out the flag marker and kill 10 Desolation Raiders.$B$BCapturing the flag will give all Alliance players in the scar a combat advantage.','','','Battlescar Flag Scouted','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37922,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,23100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25082,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25074,0,50128,1,'Working the Bugs Out','Why high command decided that a silithid mound was the ideal place to build a fortress, I\'ll never know. Them lil\' buggers are tunneling under our fortifications and setting back our timetables. We need to scorch \'em out!$B$BTake this here bucket of burning pitch and dump it on the silithid mounds right outside the main gate. They look like big piles of sand. Kill anything that comes out, but be careful, $N - them nasties are likely to swarm you when you light those mounds up.','Use the Bucket of Burning Pitch on the silithid mounds outside of Fort Triumph to flush out and kill 10 Silithid Swarmers.','','','','','','','',0,50128,0,0,0,0,0,1,0,0,0,0,3252,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25083,13202,0,0,278664,10,-1,0,0,4,0,0,0,0,0,0,0,0,0,0,'Beast Training','One last thing, $g hunter: huntress;. You\'ll want to speak with Apolos at the Undercity. He\'ll teach you the last few bits of knowledge necessary to care for and train your pet.$b$bYou can find him in the War Quarter.','Speak with Apolos in the War Quarter of the Undercity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24138,0,0,0,1,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,65,0,23357,5300,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25084,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,26908,0,0,0,'A Growing Threat','A moment there, $c.$B$BWe\'ve got more problems here than just the end of the world as we know it. Our vigil here\'s threatened by the quilboar. We\'ve been content to leave them be when they stay in the Kraul, sure, but every day they press further and further out towards our camp.$B$BMahka, bless her green heart, wouldn\'t ever forgive me if I went out bashing heads in myself, but if you could help drive back those that\'re wandering near the camp, I\'d appreciate it.','Kill 13 Razormane Quilboar.','','','','Razormane Quilboar Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,37929,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25085,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25084,0,0,0,'Mangletooth','Una here used to spend time in Camp Taurajo. She\'s told me about a quilboar that used to be captured there, named Mangletooth. Quite the clever one, for a quilboar.$B$BI\'ve been tryin\' to think what got these quilboar riled up so much recently, and it might be that Mangletooth escaped Taurajo alive. If he has, he\'s certainly calling the shots.$B$BThere\'s a large hut up in the hills to the northwest. If you find Mangletooth there, cut \'im down.','Kill Mangletooth.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37940,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53269,53288,53290,53279,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25086,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25082,25087,0,0,'Firestone Point','Can you do me a huge favor, $N? My sister-in-law\'s uncle is in the Earthen Ring, and he\'s here in the Barrens studying the impact of the Cataclysm, down at Firestone Point. He says their camp is surrounded by quilboar and I worry that they might get overrun.$B$BCan you check in on Dorn Redearth for me? I\'d hate for anything to happen to him, what with the close family bond and all. ','Seek out Dorn Redearth at Firestone Point in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25087,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,0,0,52324,1,'Report to Twinbraid','The Alliance owes a debt to the dwarves of Bael Modan, who built some of our earliest fortifications in the Barrens.$B$BTheir commander, General Twinbraid, is a real stalwart. One of our best. He\'s on patrol south of here, keeping the Horde on their toes.$B$BI definitely want to keep him appraised of the situation here so we can coordinate our next move. Can you deliver this frontline report to him in the field? ','Deliver the Frontline Report to General Twinbraid, who is on patrol in Southern Barrens.','','','','','','','',52324,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25089,13202,154,0,0,1,1,0,0,0,0,0,0,0,0,0,24960,0,0,0,'Beyond the Graves','Darnell tells me that the two of you have already met. That\'s good, because I\'m sending you both into Deathknell. Your work is done here.$b$bSpeak with Deathguard Saltain in Deathknell, to the north. He will tell you more of what you must know.','Speak with Deathguard Saltain at Deathknell in Tirisfal Glades.','Those val\'kyr have been really busy resurrecting you newbies lately. I\'ve already seen a couple dozen new bodies run down that hill since this morning.$b$bYou, however, are the most promising $c I\'ve seen today.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25090,13202,85,0,8,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Putrid Task','Scourge have trickled into Tirisfal Glades and have infested this area.$B$BI need someone to beat back the rotting dead and ravaged corpses that have taken this small farm. Scatter their bones and bring back their putrid claws. The Deathguards will reward you.','Bring 7 Putrid Claws to Deathguard Dillinger in Cold Hearth Manor.','Well done. I enjoyed watching you smash those undead into rotting pulp!','Have you completed the task with which I have charged you? Do you have those putrid claws?','','','','','',2855,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,4,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25091,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,25115,0,0,0,'Sandsorrow Watch','If you\'re looking for more work, I\'ve got a line for you.$B$B I know an elf by the name of Trenton Lighthammer who\'s been obsessed with the sand trolls near here for years. He\'s dead-set on finding some kind of mythical sword made by them, and just a while ago he finally got a crew together to go to Sandsorrow Watch and look for it.$B$BLast I heard, they kicked the trolls out of one of their camps and set up shop there. Look for it to the west, near Zul\'Farrak.','Speak with Trenton Lighthammer at Sandsorrow Watch.','Marin sent you? I\'m appreciative of his help.$B$BI\'m here to seek out Sul\'thraze. If you wish to help, speak with Mazoga...he\'s been cooperative so far.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25093,13202,4720,0,8,1,10,0,0,0,0,0,0,0,0,0,25023,0,0,0,'The Heads of the SI:7','These orcs were murdered in cold-blood by the Alliance down on the coast. We did nothing to provoke them.$B$BTheir deaths should not be in vain, $N. Will you bring them justice?$B$B$B$BThere are three SI:7 leaders down there along the beach. Bring me each of their heads.','Collect the heads of Commander Arrington, Darkblade Cyn, and Alexi Silenthowl.','Thank you, $N. The spirits of the fallen can now be put to rest.','Has justice been served?','','','','','',52346,52347,52349,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52915,52960,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25094,13202,440,0,10,47,49,1,0,0,0,0,0,0,0,0,25067,0,0,0,'Thunderdrome: Zumonga!','Splendidly done! But you\'ll be fighting more than mere humans!$B$BYour next opponent\'s a mean one...watch out for his right hook. And his left. I\'d be wary of his fists in general.','Defeat Zumonga.','','','Zumonga Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25096,13202,440,0,16386,47,49,1,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderdrome: Prince Mosh!','We\'re gonna have to bring out the big guns to top that last fight!$B$BDon\'t worry, my friend, we\'ve got more blood for you to spill. Many goblins died to capture the next fighter...he\'s a whopper!','Defeat Prince Mosh.','','','Prince Mosh Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25097,13164,15,0,16392,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Little Sumpthin\'','Lissen, pal.$b$bI got a friend, who knows a fella, who might just be lookin\' for a $c that knows $ghis:her; way around a fight.$b$bIf you\'re not afraid to get your hands dirty, head south over the mountains and look for a goblin named Vern.$b$bTell him Drazz sent ya...','Drazzit Dripvalve wants you to talk to Vern Futzwidget in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25098,13202,4707,0,262152,1,9,0,0,0,0,0,0,0,0,0,25066,0,0,0,'The Warchief Wants You','True to his word, Thrall is going to get us going in the right direction to rescue our people. He asked to speak with you.$B$BGood luck, $N. We\'re all depending on you.','Speak with Thrall at the Warchief\'s Lookout on the Lost Isles.','Once again you have helped us to overcome our mutual enemy, the Alliance.$B$BNow it is time for us to help you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25099,13202,4720,0,262152,1,9,0,0,0,0,0,0,0,0,0,25098,0,0,0,'Borrow Bastia','Head back down to the coast and tell Kilag that I\'d like for you to borrow Bastia. The panther knows the way to where your friends are being held captive.$B$BGo now. I will see you again before we make our move against the Trade Prince.','Speak with Kilag Gorefang at the Tranquil Coast on the Lost Isles.','Of course you can borrow Bastia. That is, if she\'ll take you.$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,648,1714.23,2857.82,1,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25100,13202,4720,0,262144,1,9,0,0,0,0,0,0,0,0,0,25099,0,0,0,'Let\'s Ride','Bastia will make sure that you get to where you need to go, goblin.','Speak with Slinky Sharpshiv at Sky Falls on the Lost Isles.','$N?! Nice kitty.$B$BLook we don\'t have much time here. You might have noticed that the volcano is blowing?!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,648,1829.86,1958.42,1,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25101,13202,15,0,16392,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Friend of a Friend','Say, you look like a frisky sort...$b$bI know a guy who knows a fella that might be lookin\' for a $c who knows $ghis:her; way around a fight.$b$bIf you\'re not afraid to get your hands a little dirty, make your way south across the mountains and look for a goblin by the name of Vern.$b$bTell him Smiling Jim sent ya.','Smiling Jim wants you to talk to Vern Futzwidget in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25102,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Bull','Twinbraid\'s patrols always throw us right into the thick of danger. If it\'s not Horde ambushes, it\'s a quilboar hit-and-run.$B$BThe problem is them lousy landquaker kodos. Big walkin\' walls of fur, shakin\' the ground... We can\'t see or hear an ambush creepin\' up on our backside.$B$BGo scare \'em off from our patrol, here. Killing a few should drive the herd south and out of what\'s left of me hair.','Kill 4 Landquaker Kodos and 1 Landquaker Bull in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37555,37556,0,0,4,1,0,0,0,0,0,0,0,0,0,0,53298,53278,53277,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25103,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,24950,0,0,0,'Bootlegger Outpost','We\'ve done a bang up job here. I\'m gonna make sure these mooks finish properly and then head back to Gadgetzan for a bit.$B$BIf you want to keep making a good impression on our Steamwheedle friends, or just make more money, you should head southwest of here. Bootlegger Outpost is set up on the edge of the gaping chasm.$B$BTalk to Zeke Bootscuff. I\'d bet good money he\'ll need help.','Talk to Zeke Bootscuff at Bootlegger Outpost.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25104,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25087,0,0,0,'Digsite Status','The patrol\'s been quiet today. And that\'s got me worried, $N.$B$BEver since the Alliance sacked Taurajo, none of our positions are secure. You look like you can handle yourself - can you scout around for me?$B$BCheck in with my son Marley outside the Bael Modan excavation, southeast of here. The site\'s exposed and susceptible to raids, and my son\'s too proud to signal for help if he needs it.','Locate Marley Twinbraid outside the Bael Modan Excavation in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25105,13202,0,0,4224,1,-1,0,0,0,755,1,0,0,0,1,0,0,0,0,'Nibbler! No!','Lila\'s pet Nibbler got into my workshop again!$b$bI was making a bracelet, to be delivered today. The work was almost done, except for the gems. I spent all night cutting them, but when I stepped out for a bit of breakfast, the little beast came into my workshop and swallowed every gem in sight! The thing can digest ANYTHING, and trust me, you\'d break your back trying to pick up its leavings.$b$bI need to get replacement gems fast; the courier is coming in tonight. Help!','Cut three Solid Zephyrites and give them to Isabel Jones in Stormwind City.','','','','Solid Zephyrites Cut','','','',52086,0,0,0,0,0,3,0,0,0,0,0,39221,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25106,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25104,25120,0,0,'Hands Off Me Dig!','Look at the chaos down there, $N! I\'ve instructed the foremen to save what artifacts they can. Who knows what treasures these tauren animals are like to make off with.$B$BCan you help get a handle on things? Kill the raiders and save what artifacts you can.$B$BWhile you\'re at it, look for my missing tools. A few quick repairs and I can get this flying machine up and running again.','Kill 8 Excavation Raiders, rescue 5 Bael\'modan Artifacts, and acquire Twinbraid\'s Tools in the Bael\'modan Digsite.','','','','','','','',0,52360,52469,0,0,0,0,5,1,0,0,0,39153,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25107,13202,440,0,8,46,49,0,0,0,0,0,0,0,0,0,25070,0,52470,1,'The Grand Tablet','At the bottom of the chest, you find a large tablet. Made of a material resembling stone, but completely smooth and flawless, it is covered in strange writing.$B$BWhile some resembles the writing on the walls, other scripts appear completely different. Andoren would probably like to see this.','Take the Grand Tablet to Andoren Dawnrise.','','','','','','','',52470,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56900,56901,56902,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25108,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25104,25120,0,0,'Feegly the Exiled','Saddest story I ever heard told, $N. Feegly was one of our fastest diggers, until he got a hold of that - thing. \"The Tear of the Moons\" we called it. It changed him. Remade him. I wish it had stayed buried.$B$BFeegly was banished from Bael Modan but I\'ve heard reports he\'s come sniffing around the dig site again. He\'s suffered enough, the wretched thing. If you find him down there, put ol\' Feegly out of his misery.','Kill Feegly the Exiled in the Bael Modan Digsite.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39174,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53263,53271,53280,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25109,13202,4720,0,262152,1,9,0,0,0,0,0,0,0,0,0,25100,0,0,0,'The Gallywix Labor Mine','We barely escaped with our hides intact!$B$BThe Trade Prince has a whole bunch of us enslaved and performing manual labor inside the cavern.$B$BGreely helped the seven of us to get out, but she was recaptured in the process.$B$B$N, you\'re the only one crazy enough to walk into an exploding volcano! The assistant will be able to help you free the others.$B$BHurry! This place is about to blow for good!','Speak with Assistant Greely inside the Gallywix Labor Mine on the Lost Isles.','$B$BHuh... what? Who?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52962,52917,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25110,13202,4720,0,8,1,9,0,0,0,0,0,0,0,0,0,25109,0,0,0,'Kaja\'Cola Gives You IDEAS! (TM)','Assistant Greely is clearly bewildered and intimidated. How will she help you to find a way to rescue everyone in this condition?$B$BMaybe if she were to drink one of those Kaja\'Cola Zero-One drinks you saw, she\'d be able to have a bright idea?','Collect 1 Kaja\'Cola Zero-One.','','Huh?','','','','','',52483,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,73648,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25111,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,25112,0,52715,1,'Scavengers Scavenged','Now that I know you\'re not squeamish, I\'ve got another job for you. Have you seen the red-feathered birds swarming around the bones out there? Those are fire rocs. They\'ll light you up good if you\'re not careful.$B$BThey\'re also pretty darn valuable thanks to their unique anatomy. Most of the hunters loafing around here aren\'t up to the task of killing fire-spitting buzzards for money... think you can handle it?','Use Butcherbot to harvest 12 Fire Roc corpses.','Alchemists pay through the nose for these things. Sure, maybe I tell some of them they\'re dragon parts, but that ain\'t my problem, right?','','','Fire Rocs Harvested','','','',0,0,0,0,0,0,0,0,0,0,0,0,40507,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25112,13202,440,0,8,43,45,0,0,0,0,0,0,0,0,0,0,0,52715,1,'Butcherbot','I make my money around here selling animal parts. I\'ve been perfecting a foolproof method of maximizing profit: The butcherbot!$B$BThese little guys are programmed to harvest every scrap of usable material from the wildlife around here, on a case-by-case basis. He does all the work, and best of all, only I know how to get the goods back out of him.$B$BIf you\'re interested in making some coin, take one of these guys for a spin. I need some glasshide basilisk parts; you\'ll find a bunch of them to the south.','Use the Butcherbot to harvest 10 Glasshide Basilisk corpses.','Nice going, kid. Didn\'t lose any fingers? Good, we can get some more work for you then.','','','Glasshide Basilisks Harvested','','','',0,0,0,0,0,0,0,0,0,0,0,0,39702,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25113,13202,440,0,16392,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRECATED]Scorpid Poaching: Dunestalkers','The bigger scorpids to the south, the dunestalkers, are too tough and dry for the tail meat to sell. But I\'ll tell you what everyone overlooks: the legs!$B$BI won\'t bother you with all the finer details of scorpid part appraisal, but suffice it to say they sell like hotcakes. Or crablegs. Crabcakes?$B$BAnyway, I don\'t care what the chefs do with them as long as the money flows. Bring me about, oh, twelve pounds of legs.','Collect 12 Pounds of Dunestalker Legs from Scorpid Dunestalkers.','','','','','','','',52473,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25114,13202,440,0,16392,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRECATED]Basilisk Poaching: Gazer Guts','That last job didn\'t exactly paint you as the dainty type, so I think you\'re cut out for more.$B$BThe larger basilisks to the south, the gazers, get to some impressive sizes. The alchemists prefer the smaller brains, usually, but the other organs are better sized up.$B$BAt any rate, I\'m no alchemist: I just know what Driz sells by the truckload. Bring us back a sack full of gazer guts.','Collect 12 Gazer Guts from Glasshide Gazers.','','','','','','','',52474,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25115,13202,440,0,1048584,43,45,0,0,0,0,0,0,0,0,0,25111,0,52715,1,'Blisterpaw Butchery','The hyenas wandering the wastes here might look scrawny, but they\'ve got some of the strongest jaws you\'ll find! If you\'re not careful, they\'ll take a leg off in one bite. That kind of bone strength is a valuable resource, my friend, just waiting to find a buyer!$B$BTake one of my Butcherbots with you. Jaw separation isn\'t an easy task, and this little guy has been set up to know exactly what to do. Just bring him back when he\'s full.','Use the Butcherbot to harvest 10 Blisterpaw Hyena corpses.','Beautiful! We\'ll have these puppies shined up and ready to sell in no time.','','','Blisterpaw Hyenas Harvested','','','',0,0,0,0,0,0,0,0,0,0,0,0,40509,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25116,13202,440,0,16392,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRECATED]Hyena Poaching: Rabid Livers','I know Driz hates sport hunting, but the way I see it, it\'s okay to have fun as long as you\'re not being wasteful! Right?$B$BWhat I mean is, the northern hyenas are no fun. The ones further south, they\'ve all got nasty cases of rabies. Now that\'s fun, when a single deep bite could do you in! And what\'s more, the rabies makes the liver swell up so much, it\'s prized for its weight.$B$BNow I\'ve gotten all worked up again. Could you bring back some livers while I sit here, bored? Sigh.','Collect 12 Rabid Livers from Blisterpaw Hyenas.','','','','','','','',52476,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25117,13202,38,0,16392,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scout\'s Dishonor','The Dark Iron are up to their usual tricks out here. They\'ve been keeping to themselves, but I just know trouble\'s brewing.$B$BWe\'re going to take a look at it. There\'s a Dark Iron Scout puttering around the center of what used to be the Loch, keeping an eye out. I want you to take him out and bring back any documents or orders he has.$B$BIf my suspicions are unfounded... I\'ll take the blame from Moira myself. Promise ya.','Collect the Dark Iron Dispatch from the Dark Iron Scout.','','','','','','','',57132,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59017,59016,59015,59014,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25118,13202,38,0,8,11,13,0,0,0,0,0,0,0,0,0,26176,0,0,0,'Looking for Lurkers','I don\'t know about you, but I\'m not much a fan of spiders, much less the kind that come bigger than me. Loch Modan\'s a gorgeous place, but I\'d say it could do without those horrid things waltzing around.$B$BTell you what, I\'ve got some spare coin, and you look like a tough one. If you head out and off some of those things for me, I\'ll pay you for your time.','Kill 8 Forest Lurkers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1195,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25119,13202,38,0,16392,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,'Impulse Hunting','Ashlan\'s no doubt going to send you off to the Loch to investigate the Dark Iron hooligans he keeps muttering about. If you\'re headed down there, might as well make some coin while you\'re at it, right?$B$BThe loch\'s draining wiped out most of the wildlife in it. Not many places to swim anymore. But there\'s still crocolisks padding around on the now-dry ground.$B$BThey\'ll starve in time, so we may as well get \'em while they\'re fresh. Bring me back some full sides of croc and we\'ll talk rewards.','Collect 6 Sides of Crocolisk from Loch Crocolisks.','','','','','','','',57131,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25120,13202,4709,0,0,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marley\'s Final Flight','Okay, $N! Let\'s take these artifacts to my father and give him our report firsthand.$B$BThanks to your help my flying machine is ready to roll. We can fly there together and share in the glory.$B$BTalk to me when you\'re all set to move out!','Talk to Marley Twinbraid and take a spin in his flying machine.','','','','Fly with Marley Twinbraid','','','',0,0,0,0,0,0,0,0,0,0,0,0,39187,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25121,13202,440,0,262152,44,46,0,0,0,0,0,0,0,0,0,25050,0,0,0,'Momentum','It looks like we\'ve got more work to do! Having Mr. Noggenfogger ask us to take care of the rest of the pirates is a true honor.$B$BSince you\'ve been SO helpful, why don\'t you meet me at Lost Rigger Cove? I\'ve just got to slip into something a bit more comfortable, so don\'t wait on me. I\'ll beat you there, promise!','Meet Kelsey Steelspark at Lost Rigger Cove.','Hi there! The fun\'s already started!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,3,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25122,13202,4720,0,9568264,1,9,0,0,0,0,0,0,0,0,0,25110,0,0,0,'Morale Boost','You\'ve got to get all the Kaja\'Cola Zero-One that you can and make the goblins drink it to boost their morale and free them!','Use Kaja\'Cola Zero-One to free Ace, Izzy, Gobber, and 6 Goblin Survivors or Kezan Citizens.','I hate the Trade Prince, but you can\'t argue with the results of his methods. Kaja\'Cola Zero-One is a huge improvement over regular old Kaja\'Cola at half the calories and twice the ideas!','','','Ace\'s mind freed','Izzy\'s mind freed','Gobber\'s mind freed','Other goblin\'s minds freed',0,0,0,0,0,0,0,0,0,0,0,0,38441,38647,38746,38409,1,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25123,13202,4720,0,131080,1,10,0,0,0,0,0,0,0,0,0,25110,0,0,0,'Throw It On the Ground!','This nightmare will never be over while Blastshadow the Brutemaster still breathes. There are a couple of problems though.$B$BOne, being a warlock, he\'s got a succubus named Delicia Whipsnaps. If you kill Blastshadow quickly, the demon will go back to where it was summoned from.$B$BThe second problem, since Blastshadow is a warlock, he has a soulstone that allows him to resurrect. You have to get his soulstone and destroy it so that he\'ll be dead forever!','Destroy Blastshadow the Brutemaster\'s soulstone.','Your soulstone has expired, Blastshadow!','','','Blastshadow\'s Soulstone destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39276,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52918,52963,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25124,13202,4720,0,8405000,1,9,0,0,0,0,0,0,0,0,0,0,25125,0,0,'Brute Brutality','I was thinking. You should probably take care of some of these Brute Overseers while you\'re doing everything else.$B$BYou know?','Slay 6 Brute Overseers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39193,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25125,13202,4720,0,262152,1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'Light at the End of the Tunnel','Okay, we have got to get out of here before she blows for good!$B$BLet\'s head out the other end of the tunnel on the north side of the mine. We should be able to use one of the mine carts for a quick ride down the side of the volcano.','Interact with the Mine Cart outside the Gallywix Labor Mine on the Lost Isles.','Looks a little rickety....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25126,13202,363,0,524288,1,2,0,0,0,0,0,0,0,0,0,25152,0,0,0,'Cutting Teeth','The first order of business will be to put a little strength in your backbone. I could send you out to the Barrens to hunt kodo, but well, in all honesty, you\'re more useful to us alive than dead.$b$bI believe you\'ll be of more use to us slaughtering the boars you\'ll find in the farms to the north and northeast of here.','Slaughter 6 Mottled Boars.','','','','Mottled Boar slaughtered','','','',0,0,0,0,0,0,0,0,0,0,0,0,3098,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,53378,53359,53360,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25127,13202,363,0,524288,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sting of the Scorpid','I must send you back into the fields again, $c. You will find large numbers of scorpids northwest of here. Bring me eight of their tails.$b$bThe antidote for their sting is actually made from venom extracted from their stingers. We keep large quantities of antidote for scorpid venom on hand to heal young bloods just like you...$b$bBut I\'m sure you won\'t be needing any of that, will you?','Obtain 8 Scorpid Worker Tails.','','','','','','','',4862,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53394,53380,53362,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25128,13202,363,0,786432,3,5,0,0,0,0,0,0,0,0,0,25132,0,0,0,'Hana\'zua','Hey mon, take a knee and hear me out. We got a problem.$b$bA good friend of mine, Hana\'zua, has gone out into the valley and he hasn\'t returned. Last I seen, he was headin\' north, where the scorpids hunt. Maybe you go take a look for him? The spirits be tellin\' me that he\'s not well.','Find Hana\'zua in the Valley of Trials.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,2,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25129,13202,363,0,8,1,5,0,0,0,0,0,0,0,0,0,25128,0,0,0,'Sarkoth','$C! I thought I would die out here with none to know of it. While I was hunting the scorpids of the Valley, I came across a particularly vicious-looking one. Hurling myself at it, I managed to inflict a massive blow to its claw before it closed around my leg.$b$bI wasn\'t ready for its stinger though, and it sliced down and into my chest, cutting into my flesh and letting my blood. Please, you must kill the scorpid for me! My honor must be upheld! I fought it up on the plateau to the south.','Kill Sarkoth and bring his claw back to Hana\'zua.','','','','','','','',4905,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25130,13202,363,0,524288,1,5,0,0,0,0,0,0,0,0,0,25129,25133,0,0,'Back to the Den','Seeing the deed you have done for me steels my heart. I cannot fall so easily! I must endure!$b$bBut it remains that I cannot make the trek back to our settlement unassisted. Please, $n, return and tell Gornek of my situation. Perhaps he can help me.','Bring the news of Hana\'zua\'s plight to Gornek in the Valley of Trials.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53354,53371,53370,0,0,0,1,1,1,0,0,0,60241,0,0,0,1,0,0,0,76,530,0,0,0,0,2,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25131,13202,363,0,524288,3,4,0,0,0,0,0,0,0,0,0,25135,0,0,0,'Vile Familiars','I trust the Valley of Trials will teach you much, young $c.$B$BI was sent to the Valley to guide you, but I have discovered a growing taint here...$B$BOne of the Burning Blade - a foul, demon-worshipping cult - has made camp here in the Valley of Trials. He skulks in a cave to the north, and his vile familiars have spilled from its mouth to cause havoc.$B$BAs your first task against the Burning Blade, I bid you, defeat these familiars. Slay many and, if you survive, return to me.','Kill 8 Vile Familiars.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3101,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,53397,53395,53396,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25132,13202,363,0,524288,1,5,0,0,0,0,0,0,0,0,0,25131,25133,0,0,'Burning Blade Medallion','Through my divinations, I see that an item of power - a medallion - hides deep within the Burning Blade Coven, guarded by beasts and black magic. We must have it.$b$bFor too long these demon-worshippers have defiled our homelands. Cleanse the coven of its demonic taint by slaying the fel beasts and their leader. Return with this medallion as proof of your deed.$B$BGo, $N. You will find the coven in a cave to the north.','Slay 7 Felstalkers and obtain the Burning Blade Medallion.','','','','','','','',0,4859,0,0,0,0,0,1,0,0,0,0,3102,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,53361,53367,53379,0,0,0,1,1,1,0,0,0,118,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25133,13202,363,0,524288,1,5,0,0,0,0,0,0,0,0,0,0,25167,0,0,'Report to Sen\'jin Village','Your trials against the Burning Blade are finished... here in the Valley. But I want you to report your findings.$B$BGo to the troll village of Sen\'jin and seek out Master Gadrin. Sen\'jin Village is east out of the valley, then right at the fork.$B$BTell Gadrin of the Burning Blade, and that they have reached the Valley of Trials. Discover from him if they have yet reached Sen\'jin.$B$BGo, $N, and be swift. I fear the evil found in the Burning Blade Coven is but the herald of a larger threat...','Speak with Master Gadrin in Sen\'jin Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25134,13202,363,0,524288,3,4,0,0,0,0,0,0,0,0,0,25172,0,16114,1,'Lazy Peons','Cursed peons! They work hard gathering lumber from the trees of the valley, but they\'re always taking naps! I need someone to help keep the peons in line.$B$BYou look like the right $r for my task. Here, you take this blackjack and use it on any lazy peons you find sleeping on the job. A good smack will get them right back to work! Return the blackjack when you\'re done.$B$BLook for them underneath the trees in the valley. Lousy slacking peons...','Use the Foreman\'s Blackjack on 4 Lazy Peons when they\'re sleeping.','','','','Peons Awoken','','','',0,16114,0,0,0,0,0,1,0,0,0,0,10556,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25135,13202,363,0,524288,3,4,0,0,0,0,0,0,0,0,0,25134,0,0,0,'Thazz\'ril\'s Pick','$N, you are a dependable $r. Can I count on you for another task?$B$BSome time ago I was surveying the cave to the north for minerals, and I left my favorite pick behind. When I later returned to retrieve it I found the cave was filled with vicious beasts! Will you go into the cave, the Burning Blade Coven, and get my pick?$B$BI left it in a chamber with waterfalls. My pick has a spell on it so you can see it in the dark, so you won\'t have to worry about finding it... just what\'s guarding it!','Bring Thazz\'ril\'s Pick to Foreman Thazz\'ril.','','','','','','','',16332,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25136,13202,363,0,524288,1,3,0,0,0,0,0,0,0,0,0,25126,25127,0,0,'Galgar\'s Cactus Apple Surprise','It sure gets hot out here in the Valley of Trials.$B$B$B$BIf only I had some cactus apples, I could make my famous cactus apple surprise! Nothing cools you off faster than a piece of that delicious treat.$B$BI\'ll tell you what, $N. If you bring me 6 cactus apples, I\'ll make you a few portions of cactus apple surprise to take with you on your adventures. If you\'re interested, you can find cactus apples growing near the cactus plants around here.','Obtain 6 Cactus Apples.','','','','','','','',11583,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11584,0,0,0,10,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25137,13202,0,0,16392,1,-1,0,0,256,0,0,0,0,0,0,0,0,0,0,'Valley of Trials: PRK - H - Warlock Pet Imp','Those warlocks who came before us have earned the distrust of the Horde, and while we are tolerated, we are not loved.$b$bThis has not brought the warlocks closer together, however, as many choose to live reclusively, dabbling in their magics alone. I will not seek to lead you down one path or the other, but only help you in your maturation.$b$bBefore I teach you the art of summoning, bring me six heads of the vile familiars from the cave to the northeast.','Bring 6 Vile Familiar Heads to Ruzan.','','','','','','','',6487,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,688,7763,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25138,13202,0,0,524288,3,3,0,0,128,0,0,0,0,0,0,25127,0,52513,1,'Glyphic Parchment','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the mage trainer Acrypha. She would have words with you when you\'re ready.','Read the Glyphic Parchment and speak with Acrypha in the Valley of Trials.','','','','','','','',52513,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25139,13202,0,0,524288,2,3,0,0,4,0,0,0,0,0,0,3087,25134,0,0,'Steady Shot','You already know how to fire an arcane shot. Good. But doing so depletes your focus. To gain your focus back you will need to switch to a second type of ranged attack. I can teach it to you.','Learn Steady Shot from Karranisha in the Valley of Trials. Locate a Training Dummy and practice using Steady Shot 5 times.','','','','Practice Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53356,0,0,0,1,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25140,13202,0,0,540672,1,1,0,0,4,0,0,0,0,0,0,0,0,0,0,'Swine Hunting','Just to the south of this village, you will find a young swine that goes by the name of Lo\'shall. He hides among the cactus and the trees. While he is small of size, he conceals an intelligence that most boars lack.$b$bFind him, pluck one of his hairs, and then return to me.$b$bRemember what I taught you, $n. You may find Track Beasts to be helpful here.','Pluck Lo\'shall\'s hair. You may wish to use Track Beasts.','','','','Lo\'shall\'s hair plucked','','','',0,0,0,0,0,0,0,0,0,0,0,0,39216,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25141,13202,0,0,524288,3,3,0,0,8,0,0,0,0,0,0,3088,25134,0,0,'Eviscerate','Let\'s start with the basics, shall we? I\'m the only rogue trainer in town, so you\'re going to have to learn it from me.$b$bHere\'s how it\'s going to go: you give me your money, and I\'ll teach you how to finish off a foe. Do we have a deal?','Learn Eviscerate from Rwag in the Valley of Trials. Locate a Training Dummy and practice using Eviscerate 3 times.','','','','Practice Eviscerate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,3,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53376,0,0,0,1,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25142,13202,0,0,540672,3,3,0,0,8,0,0,0,0,0,0,0,0,0,0,'Into the Shadows','I want to see you try to sneak past me. I\'ll still be able to detect you, since you\'re still a novice, so don\'t try anything funny. I just want to see what you\'ve learned.','Use your Stealth ability next to Rwag in the Valley of Trials.','','','','Stealth Check Passed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39216,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25143,13202,0,0,524288,3,3,0,0,64,0,0,0,0,0,0,3089,25134,0,0,'Primal Strike','I will teach you the art of the primal strike. By following these steps, you can deal additional damage to your foes with your weapon. Speak with me again and I will show you the way.$B$BAfter your lessons are complete, practice using the training dummies outside the Den.','Train Primal Strike from Shikrik in the Valley of Trials. Look for a training dummy near Shikrik and practice using Primal Strike 3 times.','','','','Practice Primal Strike','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,3,0,0,0,73899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53385,0,0,0,1,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25144,13202,0,0,540672,3,3,0,0,64,0,0,0,0,0,0,0,0,0,0,'Rock Meets Flesh','Our village leaders have apprehended human invaders that have attempted to enter the valley. These invaders are kept in cages, in the cave to the west.$b$bI want you to use this ability on one of these invaders, $n. Enchant your blade with the power of earth, then strike out at these enemies!','Defeat a Captured Northwatch Scout while your weapon is enchanted with Rockbiter Weapon.','','','','Rockbiter Weapon tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,39216,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25145,13202,0,0,524288,3,3,0,0,256,0,0,0,0,0,0,3090,25134,0,0,'Immolate','It is my duty to train you, and I intend to do just that. Speak with me again and I will show you how to wreathe your opponents in a demonic fire.$B$BOnce your lesson is complete, practice your new spell against one of the training dummies around here.','Train Immolate from Nartok in the Valley of Trials. Locate a Training Dummy and practice casting Immolate 5 times.','','','','Practice Immolate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53363,0,0,0,1,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25146,13202,0,0,540672,1,1,0,0,256,0,0,0,0,0,0,0,0,0,0,'A Demonic Fire','Our village leaders have apprehended human invaders that have attempted to enter the valley. These invaders are kept in cages, in the cave to the west.$b$bI want you to burn one of these invaders, $n. Cast your newly-learned spell on the human dogs, then watch them suffer.','Cast Immolate on a Captured Northwatch Scout.','','','','Immolate tested on Captured Northwatch Scout','','','',0,0,0,0,0,0,0,0,0,0,0,0,39216,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25147,13202,0,0,524288,2,3,0,0,1,0,0,0,0,0,0,2383,25134,0,0,'Charge','I\'ve been instructed to prepare you for battle. Though, from the look of you, it looks like you\'ve already spent a little time out in the field. Good.$b$bIt\'s been said that a warriors fight not only with their arms but their legs. You must learn to move quickly around the battlefield .$b$bSpeak to me again, and I will teach you how to charge.','Train Charge from Frang in the Valley of Trials. Locate a Training Dummy and practice using Charge.','','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53357,0,0,0,1,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25148,13202,0,0,540672,3,3,0,0,1,0,0,0,0,0,0,0,0,0,0,'Hone Your Holler','Our village leaders have apprehended human invaders that have attempted to enter the valley. These invaders are kept in cages, in the cave to the west.$b$bI want you to use your shout on one of these invaders, $n. Defeat a captured Northwatch scout while under the effects of your battle shout. Return when you are successful.','Defeat a Captured Northwatch Scout while under the effects of Battle Shout.','','','','Battle Shout tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,39216,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25149,13202,0,0,524288,3,3,0,0,128,0,0,0,0,0,0,25138,25134,0,0,'Arcane Missiles','Alright, here\'s the easy part. All you have to do is listen to me. And pay me a little bit of copper.$b$bSpeak with me again and we\'ll teach you the rite of Arcane Missiles. This isn\'t just an ordinary spell, $N. Each time you attack with a spell, you\'ll have a chance to activate Arcane Missiles, so be attentive.$B$B Once your lesson is finished, practice your new spell against a training dummy.','Learn Arcane Missiles from Acrypha in the Valley of Trials. Locate a Training Dummy and practice using Arcane Missiles 2 times.','','','','Practice Arcane Missiles','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,2,0,0,0,5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53365,0,0,0,1,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25150,13202,0,0,540672,3,3,0,0,128,0,0,0,0,0,0,0,0,0,0,'Empowered Minds','Arcane Intellect is a spell that you can use on yourself, your friends, or even random passers-by. While under the spell\'s temporary effect, you should feel a bit more... mentally acute. Now let\'s try it out.$b$bI want you to cast Arcane Intellect on someone. Actually, scratch that. I want you to cast it on ME.','Cast Arcane Intellect on Acrypha.','','','','Arcane Intellect tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,39216,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25151,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25120,0,0,0,'He Needs Ale!','$B$BAle... Must... have ale...$B$BOl\' Barkerstout from inside. That should ... do the trick.','Search Bael\'dun Keep for a Mug of Ol\' Barkerstout and bring it to Marley Twinbraid at the entrance. ','','','','','','','',52491,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25152,13202,363,0,524288,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Place In The World','Finally, you are of age, $N... of age to battle in the name of the Horde. To conquer for the glory of the Warchief.$B$BYes...$B$B$B$BYou will do nicely.$B$BNo doubt you wish to find a great dragon or demon and strangle it with your bare hands, but perhaps it would be wise to start on something less... dangerous.$B$B$B$BReport to Gornek, he should be able to assign a task better suited to a young $c. You will find him seated at the fire behind me.\n','Speak with Gornek.','Another one of Kaltunk\'s recruits, hm?$b$bA sorry state of affairs we find ourselves in if this is the best the Horde can produce. No matter. By the time we think you\'re ready to leave the Valley, you\'ll be a proud warrior of the Horde.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25153,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bael\'dun Rescue','Help - Help! You\'ve got to do something!$B$BSome dwarves are still inside - so many - they\'re trapped in the debris. Buried alive. The flames! It\'s a nightmare in there. We don\'t know how much longer until the roof collapses...$B$BPlease, $c, you\'ve got to save them!$B$BRun inside. Use the emergency fire valves to protect yourself from the flames. You\'re the only hope they have...','Go into Bael\'dun Keep and rescue 10 Bael\'dun Survivors from the rubble.$B$BUse the Emergency Fire Valves to protect yourself from the flames.','','','','Bael\'dun Survivor Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,39219,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,53264,53306,53300,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25154,13202,0,0,4224,1,-1,0,0,0,755,1,0,0,0,1,0,0,0,0,'A Present for Lila','I\'m trying to impress this trade ship captain Lila. I\'ve been working on a necklace to match her lovely purple hair, but the gems have gone missing! They were there when I was showing them off to my good friend Curver last evening. We were drinking moonshine and I blacked out - when I woke up the gems were gone! They must have been darn good thieves, because Curver didn\'t see anything.$b$bHer ship is coming in tonight, and I really need three nightstones to get her present done. Help me out here!','Cut three Timeless Nightstones and give them to Isabel Jones in Stormwind City.','','','','Timeless Nightstones Cut','','','',52098,0,0,0,0,0,3,0,0,0,0,0,39222,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25155,13202,0,0,4224,1,-1,0,0,0,755,450,0,0,0,1,0,0,0,0,'Ogrezonians in the Mood','I was supposed to receive a shipment of jasper from Azeroth Express, but I just heard their ship crashed into some tiny island called Ogrezonia. I worry about the crew, as the giant female ogres on the island are rumored to perform horrible rituals on men who happen upon their island. My work must go on, though, and we need those gems. I\'ve heard great things about your skill as a jewelcrafter - could you deliver three jagged jaspers by the end of the day?','Cut three Jagged Jaspers and give them to Isabel Jones in Stormwind City.','','','','Jagged Jasper Cut','','','',0,52121,0,0,0,0,0,3,0,0,0,0,39223,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25156,13202,0,0,4224,1,-1,0,0,0,755,1,0,0,0,1,0,0,0,0,'Elemental Goo','Instead of using the tired old method of setting gems into rings and such, I use an innovative new method. I simply glue on the gems with Barnsworth Elemental Glue! The professor needs more elemental goo for another batch, though, and I have a whole bunch of setting to do. Can you go get me some?','Collect 10 Elemental Goo from any Cataclysm elemental and bring them to Isabel Jones in Stormwind City.','','','','','','','',52506,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25157,13202,0,0,4224,1,-1,0,0,0,755,1,0,0,0,1,0,0,52507,1,'The Latest Fashion!','Professor Barnsworth has been working on this new stardust - what with the fashion in Stormwind this season being about all things sparkly, I\'m sure if we can get it to the market it will be all the rage! The Jewelcrafter\'s Association, however, won\'t let us market it until we\'ve completed some humanoid testing - something about tinkering with magical dust being dangerous or some such nonsense. Well, I suppose we need to humor them. Take this bag and test out Stardust No. 2 on some humanoid subjects.','Test Stardust No. 2 on 10 \"humanoid subjects\".','','','','Stardust No. 2 Tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,39237,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25158,13202,0,0,4224,1,-1,0,0,0,755,1,0,0,0,1,0,0,0,0,'Nibbler! No!','Lila\'s pet Nibbler got into my workshop again!$b$bI was making a bracelet, to be delivered today. The work was almost done, except for the gems. I spent all night cutting them, but when I stepped out for a bit of breakfast, the little beast came into my workshop and swallowed every gem in sight! The thing can digest ANYTHING, and trust me, you\'d break your back trying to pick up its leavings.$b$bI need to get replacement gems fast; the courier is coming in tonight. Help!','Cut three Solid Zephyrites and give them to Marith Lazuria in Orgrimmar.','','','','Solid Zephyrites Cut','','','',52086,0,0,0,0,0,3,0,0,0,0,0,39221,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25159,13202,0,0,4224,1,-1,0,0,0,755,1,0,0,0,1,0,0,52507,1,'The Latest Fashion!','Dr. Vernstrom has been working on this new stardust - what with the fashion in Orgrimmar this season being about all things sparkly, I\'m sure if we can get it to the market it will be all the rage! The Jewelcrafter\'s Association, however, won\'t let us market it until we\'ve completed some \"live testing\" - something about tinkering with magical dust being dangerous or some such nonsense. Well, I suppose we need to humor them. Take this bag and test out Stardust No. 2 on humanoid subjects.','Test Stardust No. 2 on 10 \"humanoid subjects\".','','','','Stardust No. 2 Tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,39237,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25160,13202,0,0,4224,1,-1,0,0,0,755,1,0,0,0,1,0,0,0,0,'A Present for Lila','I\'m trying to impress this trade ship captain Lila. I\'ve been working on a necklace to match her lovely purple hair, but the gems have gone missing! They were there when I was showing them off to my good friend Bonder last evening. We were drinking moonshine and I blacked out - when I woke up the gems were gone! They must have been darn good thieves, because Bonder didn\'t see anything.$b$bHer ship is coming in tonight, and I really need three nightstones to get her present done. Help me out here!','Cut three Timeless Nightstones and give them to Marith Lazuria in Orgrimmar.','','','','Timeless Nightstones Cut','','','',52098,0,0,0,0,0,3,0,0,0,0,0,39222,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25161,13202,0,0,4224,1,-1,0,0,0,755,450,0,0,0,1,0,0,0,0,'Ogrezonians in the Mood','I was supposed to receive a shipment of jasper from Azeroth Express, but I just heard their ship crashed into some tiny island called Ogrezonia. I worry about the crew, as the giant female ogres on the island are rumored to perform horrible rituals on men who happen upon their island. My work must go on, though, and we need those gems. I\'ve heard great things about your skill as a jewelcrafter - could you deliver three jagged jaspers by the end of the day?','Cut three Jagged Jaspers and give them to Marith Lazuria in Orgrimmar.','','','','Jagged Jasper Cut','','','',0,52121,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25162,13202,0,0,4224,1,-1,0,0,0,755,1,0,0,0,1,0,0,0,0,'Elemental Goo','Instead of using the tired old method of setting gems into rings and such, I use an innovative new method. I simply glue on the gems with Vernstrom Elemental Glue! The doctor needs more elemental goo for another batch, though, and I have a whole bunch of setting to do. Can you go get me some?','Collect 10 Elemental Goo from any Cataclysm elemental and bring them to Marith Lazuria in Orgrimmar.','','','','','','','',52506,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25163,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25120,0,0,0,'Who Did This?','Sabotage! It had to be. The whole fortress magazine exploded. The Horde must\'ve gotten someone inside...$B$B$C, if you\'ve the stones to rush into that burning nightmare... look for some clues as to who did this to us. The General will want to know! Look for a Horde corpse in the wreckage and get to the bottom of this disaster...','Look for a Horde corpse within Bael\'dun Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25164,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25334,0,0,0,'Backed Into a Corner','The naga are upon us, $c. Aid us in fightin\' dem off!','Defend the Earthen Ring camp until the naga retreat.','','','','Fend Off Naga Attack','Fathom-Lord Zin\'Jatar Defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,40163,40161,0,0,1,1,0,0,0,0,0,0,0,0,0,0,59767,59766,59765,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25165,13202,14,0,8,4,6,0,0,0,0,0,0,0,0,0,25170,0,52505,1,'Never Trust a Big Barb and a Smile','Next, we gonna get some poison from the scorpions that be runnin\' around here. But don\'t you worry, Bom\'bay\'s not gonna let you get hurt!$b$bBom\'bay\'s got a big totem that you gonna stick in the ground when the scorpion strikes. The totem gonna suck up all the poison, and you gonna walk away still breathing. Sound good?','Obtain 6 samples of Scorpid Venom by placing the Poison Extraction Totem near a Clattering Scorpid.','','','','Sample of Scorpid Venom Collected','','','',0,0,0,0,0,0,0,0,0,0,0,0,39236,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25166,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Dreadbeard','This is getting pretty fun, but let\'s not forget we\'re here for Gnomeregan!$B$BWe spotted the captain of the Southsea over on one of his boats to the south, past where all the fighting is. He\'s all alone on his little boat, undefended!$B$BIf you go take care of him, we\'ll have the rest of these pirates mopped up in no time.','Kill Captain Dreadbeard.','He was controlling a sea giant? Fascinating. If we\'d managed to investigate further...$B$BOh, I mean, wow, that\'s totally crazy! But thank goodness he\'s gone, hooray! Mister Noggenfogger will be so pleased.$B$BHere\'s a nice big reward, you!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38749,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,56867,56868,56869,56870,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25167,13202,14,0,8,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking the Chain','Aw man, this ain\'t good. Not one bit, mon.$b$bThrall\'s off to sea, Vol\'jin\'s taking care of business in Echo Isles, and old Master Gadrin is left behind to take care of Sen\'jin. And then what happens? Those humans come outta Northwatch Hold and set up camp in our backyard!$b$bLucky for us, they just got here, and they\'re still setting up their base. You can help out old Gadrin by destroying those big supply crates they carry, and by killing the laborers carryin\' them. You\'ll find\'m to the southwest.','Destroy 3 Northwatch Supply Crates and kill 10 Northwatch Lugs.','Well, we\'ve stymied their efforts for now, but they\'re still here. We\'ll have to press on, $n.','','','Northwatch Supply Crates destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39251,39245,0,0,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,6,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25168,13202,14,0,8388616,4,6,0,0,0,0,0,0,0,0,0,25167,25170,0,0,'Purge the Valley','Northwatch is a highly-defended stronghold southwest of here, across the harbor. It\'s a strategically-located stronghold that the Horde still struggles to overtake. We don\'t need the humans setting up another Northwatch here in Durotar.$b$bSweep through the valley to the west and slay these humans, $n. Let them know the power and the fury of Sen\'jin.','Defeat 12 Northwatch troops in Northwatch Foothold.','A battle well-fought, $c, but I still have my doubts about our effectiveness. These humans don\'t seem to be going anywhere.$b$bYou, however, have done more than could reasonably be asked of any loyal member of the Horde. Thank you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39262,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,53389,53388,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,6,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25169,13202,14,0,524296,4,6,0,0,0,0,0,0,0,0,0,25167,25170,0,0,'The War of Northwatch Aggression','These humans in the west, they don\'t just wanna camp out in Durotar, mon. They got bigger plans, and those plans involve takin\' our home and leavin\' our skulls on pikes.$b$bWell I\'m not havin\' it. Nope! Not Lar! I\'ve got family here in Sen\'jin, and I\'ll be damned if I let one of those brutes put my Tai\'tasi\'s head on a stick!$b$bThey\'ve got their plans written down in there, mon. Big scrolls, real important-lookin\'. We gonna burn those scrolls before they burn us.','Destroy the 3 sets of Attack Plans held within Northwatch Foothold.','Good work, hero. You done good for Sen\'jin today. No... you done good for all of Durotar.','','','Attack Plan: Valley of Trials burned','Attack Plan: Sen\'jin Village burned','Attack Plan: Orgrimmar burned','',0,0,0,0,0,0,0,0,0,0,0,0,-3189,-3190,-3192,0,1,1,1,0,0,0,0,0,0,0,0,0,53391,53364,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,6,7,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25170,13202,14,0,8,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleaning Up the Coastline','Heya mon! Bom\'bay be workin\' on some new mojo. You wanna try a piece of it? Well, before ya do, Bom\'bay\'s gonna need ya to pick up some jujus.$b$bFirst, Bom\'bay needs ya to get some o\' the goop from the crabs down by the water. Let me see your hands!$b$b$b$bBom\'bay gonna need 5 handfuls. Go on now!','Obtain 5 handfuls of Crawler Mucus.','Ya mon, that\'s tha stuff. Now we get the other jujus.','You bring the jujus, I show you my mojo.','','','','','',4888,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25171,13202,14,0,262152,4,6,0,0,0,0,0,0,0,0,0,25168,0,0,0,'Riding On','We gotta pass the word on to Razor Hill. These humans may be defeated today, but tomorrow they\'ll come again, and when they do, we\'ll need help from the orcs.$b$bSpeak with Jhash, outside the gates of Sen\'jin. He\'ll give you a ride to Razor Hill. His wolves know the path well.','Speak to Raider Jhash to get a ride to Razor Hill. Once there, speak with Gar\'thok.','That troll wants us to send help? Bah, he can forget it. I\'ve got my own human problems to worry about, and even those are the least of my worries right now.$b$bSen\'jin Village is right next to Echo Isles and the Valley of Trials. Old Gadrin should find plenty of youngbloods to help him with his human infestation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,4,4,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25172,13202,363,0,524288,1,3,0,0,0,0,0,0,0,0,0,0,25127,0,0,'Invaders in Our Home','You\'re not just another grunt - you seem to be a serious $c. Good, because that\'s exactly what I need.$b$bTry not to let the word out, since I don\'t want to cause a panic... but there have been reports of more humans nearby. This is an egregious betrayal of the peace that we negotiated with that miserable Jaina Proudmoore! We can\'t allow humans here in Durotar, and especially not here in the Valley.$b$bYou will find them to the south. Slay them quickly, before their numbers increase any more.','Slay 7 Northwatch Scouts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39317,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,53355,53386,53373,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25173,13202,14,0,8,4,7,0,0,0,0,0,0,0,0,0,6386,0,0,0,'From Bad to Worse','Tiragarde Keep lies to the southeast of here, on Durotar\'s eastern shore. You probably passed it on your trip from Sen\'jin Village. This castle has been a thorn in my side for too long.$b$bHumans from Kul Tiras lived in the castle for years, thwarting my every attempt to crush them. When the cataclysm hit us, the shore was wiped out, along with the castle and all the humans. However, these upstarts from Northwatch have moved in to take their place!$b$b','Kill 6 Northwatch Marines, 6 Northwatch Sharpshooters, and Lieutenant Palliter in Tiragarde Keep.','Word of your bravery travels fast, $c. Tales of your victory at Tiragarde Keep will be heralded in Orgrimmar.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39267,39268,39269,0,6,6,1,0,0,0,0,0,0,0,0,0,53383,53375,53392,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25174,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25163,0,0,0,'Twinbraid Needs to Know','','Report to General Twinbraid at Twinbraid\'s Patrol in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25175,13202,4709,0,8,32,34,0,0,0,0,0,0,0,0,0,25151,0,0,0,'The Bad News','$B$B$B$B','Bring the bad news to General Twinbraid at Twinbraid\'s Patrol in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25176,13202,14,0,8388616,4,7,0,0,0,0,0,0,0,0,0,6386,0,0,0,'Exploiting the Situation','$g Hey there, handsome! I\'ve had my eye on those big, beefy biceps ever since you stepped into town.: What\'re you looking at, ugly? I\'ve seen you walking around Razor Hill, trying to steal MY men from me!;$b$bListen, I\'ve got something for you to do. I hear Gar\'Thok\'s got you headed over to Tiragarde. While you\'re there, think you could find some abandoned Kul Tiras knicknacks?$b$b$gThanks sweetie!: Don\'t ask why, just get to it!;','Obtain 6 pieces of Kul Tiras Treasure.','$G You brought me my treasure! What a sweetheart!: About time you showed up. Don\'t even think about stealing that treasure... it\'s worthless here in Kalimdor, anyhow.;','$g: ;','','','','','',52558,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1133,0,0,0,0,5,5,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25177,13202,14,0,8,4,7,0,0,0,0,0,0,0,0,0,25173,25227,0,0,'Storming the Beaches','Now that those humans are out of our hair for a bit, we can move on to more pressing matters.$b$bThe cataclysm utterly decimated Durotar\'s eastern coast. You saw the wreckage that it made of Tiragarde. The devastation was even worse on the coast to the east of here.$b$bAfter the first wave, the beach was overtaken by angry elementals that came from the sea. I sent grunts to take care of it, but the onslaught was too much. I\'m guessing you\'ll have a little more luck than they did.$b$bBeware the tides!','Kill 11 Foaming Sea Elementals.','The scent of the sea hangs about you, $N. Your efforts may have purchased another day for Razor Hill.$b$bI will pass word of your deeds up my chain of command. You have our gratitude.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39272,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25178,13202,14,0,8388616,4,7,0,0,0,0,0,0,0,0,0,25176,25227,0,0,'Shipwreck Searching','$g Hey handsome, welcome back! You wouldn\'t mind running another errand, would you? I\'d be EVER so grateful...: You! Stop right there, you tramp! I\'m not finished with you yet.;$b$bI hear you\'re headed off to the shore east of here. The beach is filled with crashed ships, and those ships have gnomish tools in them... tools that I can use.$b$b$g See you soon, beefcake!: Get cracking, missy!;','Obtain 4 sets of Gnomish Tools.','$g You really know how to treat a girl, you know that? If you ever need anything...: Well, I suppose you\'re not completely useless. Now stay away from my men!;','$g Has my knight in shining armor returned?: Well?;','','','','','',4863,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1133,0,0,0,0,5,5,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25179,13202,14,0,8,4,7,0,0,0,0,0,0,0,0,0,25173,0,0,0,'Loss Reduction','You\'ve got to help us. The elementals... they\'re stronger than they look, and they come in waves. They took us completely by surprise, and we were overcome.$b$bMany of my fellow grunts lay dying on the beach. If you could save them... I would be grateful, as would Gar\'Thok back in Razor Hill.','Rescue 4 Injured Razor Hill Grunts.','I\'ve already spoken with several orcs that have returned from the beach. All of them told me that you were the one who saved them.$b$bYou\'ve done a noble task today, $N. Lok\'tar ogar! For the Horde!','','','Injured Razor Hill Grunt Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,39270,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53384,0,0,0,1,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25182,13202,4709,0,8,32,35,0,0,0,0,0,0,0,0,0,25174,0,0,0,'Kill \'em All!','I want to see some dead goblins, $N! Just west of here you\'ll find a whole warren of those little insects burrowing into the mountain.$B$BLet\'s see to it that they\'re digging their grave.$B$BDestroy them. Lay waste to their whole grubby operation. They\'ve sown their own demise in Bael\'dun, $c, and it is time to meet the reaper. ','Kill 10 Frazzlecraz Miners at the Frazzlecraz Motherlode in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39280,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25183,13202,4709,0,8,32,35,0,0,0,0,0,0,0,0,0,25175,0,0,0,'...And Bury the Rest','It\'s not enough to kill \'em - after Bael\'dun, I want to give those goblins a taste of their own.$B$BGo into Frazzlecraz\'s mine and arm a pile of the explosives inside.$B$BAt the entrance to the mine you should see some sort of switch or plunger. Once the explosives are armed, use the plunger to blow that place sky-high. Put the fear in \'em, $C! ','Arm 6 Frazzlecraz Explosives in the Frazzlecraz Motherlode mine.','','','','Frazzlecraz Explosives Armed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39315,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,73720,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25184,13202,4720,0,0,1,9,0,0,0,0,0,0,0,0,0,25125,0,0,0,'Wild Mine Cart Ride','All you have to do is jump in and speak with Assistant Greely when you get to the bottom.','Use the Mine Cart to take a ride to the end of the line and then speak with Assistant Greely.','As we would say in the Tinker\'s Union, out of the heat-applied metallic cooking container and into the oxydizing, energetic mixture of reacting gases and solids!','','','Mine Cart ridden','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52919,52964,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25185,13202,4709,0,8,32,35,0,0,0,0,0,0,0,0,0,25183,0,0,0,'The Deed Is Done','$B$B','Return to General Twinbraid at Twinbraid\'s Patrol in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53305,53274,53272,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25186,13202,4709,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Futile Resistance','$N, I certainly don\'t want to deliver my report to Commander Singleton without at least a little bit of good news. We\'ve got to wrestle control of these roads back from these Horde holdouts.$B$BFrom what we can gather, Kona Thunderwalk is the name of the ringleader. He\'s got a camp just north of here. A Stonetalon native, he knows these roads better than his own hide. If we can wipe him out, resistance from the west might vanish.$B$BFind and kill Kona Thunderwalk, then report to Commander Singleton!','Slay Kona Thunderwalk on the border between Stonetalon and Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38384,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53273,53295,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25187,13202,14,0,8,4,8,0,0,0,0,0,0,0,0,0,25227,0,52514,1,'Lost in the Floods','The recent cataclysmic events have done more than wash a few boats onto our shore, $c. The Southfury River has overflowed, and Durotar\'s entire western basin is now flooded.$b$bThere are still people out there. I\'ve been searching for a while, but haven\'t been able to find anything. Would you mind using my telescope and taking a look for yourself?','Use Thonk\'s Spyglass to search for survivors in Southfury Watershed.','I see... so the trick is that you need to put the LITTLE end of the spyglass up to your eye. I\'ll remember that piece of information.','','','Find Raggaran','Find flooded hut','Find Misha','Find Zen\'Taji',0,0,0,0,0,0,0,0,0,0,0,0,39357,39358,39359,39360,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25188,13202,14,0,8,4,8,0,0,0,0,0,0,0,0,0,25187,0,0,0,'Watershed Patrol','My post is here on the tower, $N, and I cannot leave it. I need someone to go out there and help the people who are still trapped in the river\'s overflow.$b$bCan I count on you?','Search the Southfury Watershed and help the people you saw in the spyglass.','I used that trick you taught me with the spyglass, and I watched you running around down there. Quite impressive!$b$bHow\'d you make the old woman fly, by the way?','','','Help Grandmatron Tekla','Help Raggaran','Help Misha Tor\'kren','Help Zen\'Taji',0,0,0,0,0,0,0,0,0,0,0,0,39331,39332,39333,39334,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25189,13202,14,0,2,4,8,84,0,0,0,0,0,0,0,0,25187,0,0,0,'Spirits Be Praised','Who are you? What happened?$b$bI was alone in my hut, meditating, when...$b$bAhh, I remember now. The spirits cried out, and the river swept in. I\'m lucky that you found me here. I am old, and no longer physically able to endure the elements like this. Will you lead me out of here?','Escort Grandmatron Tekla to Raggaran.','My grandmother was a powerful shaman in her day. I thought she had lost most of her powers in her old age, but I suppose some things stay with you forever.','','Escort Grandmatron Tekla to Raggaran','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25190,13202,14,0,8,4,8,0,0,0,0,0,0,0,0,0,25187,0,0,0,'Raggaran\'s Rage','The quilboar are a stain on the land that not even the river can wash away. They told me to evacuate, but I told them that my job was not yet done.$b$bHrrrraaagh! I hate quilboar so much! Will you help me kill them?','Kill 4 Razormane Quilboar and 4 Razormane Scouts.','$b$bGood, good. One step closer to eliminating those beady-eyed, basket-wearing, hog-nosed, two-toed...$b$b$b$b...hunchbacked, squealing, prickly... no-good... gnome-loving... GREEEAAAAGH! Quilboar!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3111,3112,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25191,13202,4709,0,10,28,30,0,0,0,0,0,0,0,0,0,0,24921,0,0,'Survey the Destruction','I had heard of enormous seismic anomalies here in Kalimdor, but I had no inkling that the geological chaos would be so profound!$B$BI need an up-to-date survey of the destruction while I stay here to study the seismographic readings. Could you gather some data via my automated survey craft? I\'ll take care of all the flying.$B$BWhen the survey is complete, present the data to my colleague Horton Gimbleheart in Northwatch.','Speak with Nibb Spindlegear at Honor\'s Stand to survey the cataclysm\'s destruction.','','','Survey Complete','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,3,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25192,13202,14,0,8,4,9,0,0,0,0,0,0,0,0,0,25190,0,0,0,'Raggaran\'s Fury','I will not rest until they\'re defeated! Slay them all!$b$b$b$bTheir stinking lairs are to the north, or to the southwest! ','Kill 5 Razormane Dustrunners and 5 Razormane Battleguards.','$b$bYou\'ve done well, stranger.$b$bI\'m sorry you had to see me like that. Thank you for killing the quilboar, but maybe you should leave before I fly into another one of my rages.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3113,3114,0,0,5,5,0,0,0,0,0,0,0,0,0,0,53381,53382,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25193,13202,14,0,8,4,8,0,0,0,0,0,0,0,0,0,25187,0,0,0,'Lost But Not Forgotten','Today marks the anniversary of my son Kron\'s passing. As long as I refused to admit it, I recognize now: Kron is not returning from his crocolisk hunt.$B$BI\'ve been working on a project... something that will memorialize Kron\'s passion for the hunt. It\'s a crocolisk-tooth necklace... rows and rows of teeth, suitable to be worn by only the bravest young orc. I will place it on his grave.$b$bKron was brave, but he was not strong, like you. Will you bring me the teeth for my necklace?','Obtain 250 Crocolisk Teeth.','Thank you, $r. I will get to work on the necklace right away.$b$bBefore Kron died, I had made this for him to wear. I have no use for it now, but perhaps you might.','Kron will be remembered.','','','','','',60615,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53372,53377,53393,0,0,0,1,1,1,0,0,0,60242,0,0,0,1,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25194,13202,14,0,8,4,8,0,0,0,0,0,0,0,0,0,25187,0,0,0,'Unbidden Visitors','Don\' worry, Zen\'Taji\'s not in any trouble. He just been studyin\' what happens when the river overflows.$b$bYa see the big tall birds that stand on the riverbank? Zen\'Taji thinks they\'re in trouble. The earthquake and the flood pushed the plainstriders over to this side of the water, but they can\'t fly back, and they\'re too scared to swim.$b$bThey\'ll die if they stay here. Zen\'Taji doesn\'t like violence, but maybe YOU can attack them and scare them over to the other side. Yes?','Attack 3 Wayward Plainstriders until they flee toward the Barrens.','I love all the little animals, mon. I love the big ones, too. I just hate to see you hurt them like that... but it\'s for the best.','','','Wayward Plainstrider Returned','','','',0,0,0,0,0,0,0,0,0,0,0,0,39336,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25195,13202,14,0,8,4,9,0,0,0,0,0,0,0,0,0,25194,0,0,0,'That\'s the End of That Raptor','Many creatures died when the water came rushin\' into the valley. The raptors, however, thrived. They\'re clever predators, and they\'ve been living off the misfortune of the other creatures.$b$bOne of the raptors is particularly cruel. He\'s killing the little animals and letting them rot in the water without even eating them! He goes by the name of Screamslash, and if we\'re not careful, he could seriously disrupt the balance of nature.$b$bTravel north, slay him, and give his body back to nature.','Slay the raptor called Screamslash.','Something happened to Screamslash when the cataclysm hit, Zen\'Taji thinks. He wasn\'t always so violent and irrational.$b$bThank you for your help, $N. Zen\'Taji gonna get back to his studying now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39385,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53398,0,0,0,1,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25196,13202,14,0,262152,8,10,0,0,0,0,0,0,0,0,0,25232,0,0,0,'The Dranosh\'ar Blockade','You should head north from here, $N. Speak with Gor the Enforcer at the Dranosh\'ar Blockade. He\'s been placed in charge of securing shipping lanes for Orgrimmar, and Skull Rock sits right next to his precious dock. I\'m certain he\'ll be interested in picking up where we left off.','Report to Gor the Enforcer at the Dranosh\'ar Blockade in Durotar.','You\'re the one who handled the Burning Blade to the south? I\'ve got ears in all kinds of places, $g boy: my girl;, and word travels fast.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,2,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25197,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,24921,0,0,0,'The Admiral Won\'t Back Down','What? You want to stay here to fight? Typical $c, wanting to stay and fight off the Horde while there\'s still a chance to run for it.$B$BLook, if you really want to save Northwatch, you should report to Admiral Aubrey in the tower behind me. He\'s keeping his ships here to fight, instead of ferrying us all away like I begged him to.$B$BNow if you\'ll excuse me, I\'ve got to finish packing!','Report to Admiral Aubrey at Northwatch Hold in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25198,13202,4709,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winnoa Pineforest','While we\'ve accomplished much here, it would be a tragedy if part of this corruption has escaped our notice. The corridors of the Wailing Cavern stretch throughout the entire Barrens, and if another spot of wild energy has made its way to the surface...$B$BYou\'ve done enough for me, though. I would simply ask that you let a fellow druid of mine know of what\'s happened here. You will find Winnoa Pineforest at the Fields of Blood, southwest of here.','Speak to Winnoa Pineforest at Vendetta Point in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25200,13202,4720,0,8,1,10,0,0,0,0,0,0,0,0,0,25184,0,0,0,'Shredder Shutdown','That no-good Trade Prince Gallywix somehow managed to stow the whole Steamwheedle Sharks footbomb team away on the yacht. I didn\'t even see any of them!$B$BNow he has them doing his dirty work here at the lumber yard. $N, you\'re the $g guy : gal; who won the championship for us back home on Kezan. You\'ve got to get rid of them!','Slay 8 Steamwheedle Sharks.','I can\'t say that I was ever much of a footbomb fan, but you\'re giving me an appreciation for the game!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39354,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25201,13202,4720,0,8,1,10,0,0,0,0,0,0,0,0,0,25184,0,0,0,'The Ultimate Footbomb Uniform','Look, kid, I\'m here to see to it that you\'ve got a fighting chance at the end game. Thrall\'s going to need your help in the fight against the Trade Prince.$B$BGreely, Hobart, and I have a plan to put together the ultimate footbomb uniform for you so that you can win the game, but I\'m going to need some things first.$B$BLucky for us, this lumber yard is sick with spare shredder parts. Now get out there and give me 110%!','Collect 8 Shredder Spare Parts.','Yeah, these will do nicely. You did good, kid. I\'ll see to it that you get the best footbomb uniform ever made.$B$BIn the meantime, you\'ve got other bombs to drop on the Trade Prince\'s lackeys.','Let\'s see what you have there, $N.','','','','','',52530,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25202,13202,4720,0,8,1,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fastest Way to His Heart','Oh, girl! You\'re never going to guess who\'s out on the oil platform to the north.$B$B$B$BChip\'s out there, and he\'s working for the Trade Prince. That cold-hearted snake dropped you like a bad habit and now he\'s working for the other team. I even heard he\'s going out with that tramp, Candy Cane!$B$BI don\'t know about you, but if he was my ex, I\'d rip his still-beating heart out of his chest.','Rip the Still-Beating Heart from out of Chip Endale\'s chest.','He got just what he deserved. There, there, don\'t cry. You\'ll find someone else that\'ll treat you right.$B$BHere, let me take that... we wouldn\'t want people to think that you\'re crazy.','What did you decide? Death or forgiveness?','','','','','',52531,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52937,52920,52965,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25203,13202,4720,0,8,1,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Kind of Name is Chip, Anyway?','Dude! You\'re never going to guess who\'s out on the oil platform to the north.$B$B$B$BChip\'s out there, and he\'s working for the Trade Prince. That traitor\'s now working for the other team. But worse, I heard he\'s going out with your ex-girlfriend, Candy Cane!$B$BI don\'t know about you, but if he was going out with my ex, I\'d do something about it.','Slay Chip Endale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52921,52966,52938,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25204,13202,4720,0,8,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Release the Valves','We have to stop Trade Prince Gallywix\'s oil supply and bring his machines to a grinding halt.$B$BWe\'re going to need you to go out to the KTC Oil Platform and release the valves to overload the coolant system. After you do that, head to the platform control panel on the platform and set it to blow.','Release Valves #1 - 4.','All of the lights and indicators on the control panel are going crazy!','','','Valve #1 released','Valve #2 released','Valve #3 released','Valve #4 released',0,0,0,0,0,0,0,0,0,0,0,0,-202609,-202610,-202611,-202612,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25205,13202,14,0,8,8,10,0,0,0,0,0,0,0,0,0,25195,0,0,0,'The Wolf and The Kodo','My \"associate\" here has some plans for you that I don\'t agree with. His actions are hasty, uncontrolled, and irresponsible, and you may end up paying for them with your life.$b$bBefore you work with Gor, first listen to the tale that I have to tell. It\'s a moralistic story - a fable - but I believe its lesson will prove valuable. Speak to me when you are ready.','Hear the moral of Shin Stonepillar\'s story.','The moral of the story: hasty, lazy actions have ruinous results. We mustn\'t take shortcuts... we must work for our rewards. I\'ve been trying to tell this story to the \"Enforcer\", but I fear his Hellscream-worshipping skull is a little bit too thick.','','','Listen to the shaman\'s fable','','','',0,0,0,0,0,0,0,0,0,0,0,0,39365,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25206,13202,14,0,8,8,10,0,0,0,0,0,0,0,0,0,25195,0,0,0,'Ignoring the Warnings','Ignore the shaman, soldier. Certain powers-that-be within the Horde demand that I keep him with me, but I assure you, that Thrall-loving farseer truly sees no farther than the borders of this hut.$b$bElementals war against one another to the west of here. I normally wouldn\'t mind, but I need that land clear to secure a broader shipping route to and from the Barrens. The elementals are normally quite strong, but they are weakened by their attacks against one another. Use this knowledge to destroy them.','Destroy 12 Warring Elementals. You may slay either Furious Earthguards or Teeming Waterguards.','See? The shaman\'s tales are nothing but that... a youngling\'s bedtime stories. The new Horde takes what it wants, and doesn\'t waste time with such frivolity.$b$bIf you get a chance, I recommend you tell Shin... and those like him... not to waste any more of your time.','','','Warring Elemental slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39596,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,53368,53374,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25207,13202,4720,0,8,1,10,0,0,0,0,0,0,0,0,0,25204,0,0,0,'Good-bye, Sweet Oil','There is single big, red button on the platform control console. Clearly if ever there were a button to cause massive explosions, that is it!','Press the Big Red Button to destroy the KTC Oil Platform.','I felt the heat from the explosions all the way over here!','','','KTC Oil Platform destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39393,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52922,52967,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25208,13202,357,0,8388616,34,36,0,0,0,0,0,0,0,0,0,25410,0,0,0,'Tell Silvia','It seems we\'ve found an infestation far worse than the one we expected. Cho\'gall is no doubt trying to use the Gordok to gain access to the remnants of Eldre\'thalas within Dire Maul, full of the forbidden powers that brought the downfall of the Shen\'dralar...$B$BI am rambling. Leave me, $n. Tell Silvia of what you\'ve learned. Whatever is occuring in Dire Maul must be stopped.','Talk to Silvia at the Tower of Estulan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25209,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,25386,0,0,0,'The Gordunni Threat','Within the High Wilderness to the south lay countless ancient ruins. It\'s there that the ancestors of the night elves fooled about with arcane magic, and it\'s there that the Gordunni ogres wander, searching for leftover scraps.$B$BYou\'ll notice the forest is completely destroyed in that area; the ogres leave only useless muck in their wake, depriving the Horde of valuable resources.$B$BGo and slay the Gordunni there, $n. Secure the area for the Horde, and only for the Horde!','Kill 16 Gordunni Ogres in the High Wilderness.','','','','Gordunni Ogre Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,5234,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25210,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Signs of Change','A severe illness has fallen over the creatures of this forest. While at first I hoped it was part of nature\'s course, it has refused to pass.$B$BThe forest stags, normally strong and serene, have suffered the worst. Some waste away in weakness; others froth and rage dangerously. If I am to consult the spirits to learn more of this sickness, I will need the stags\' antlers.','Collect 8 Infected Stag Antlers.','','','','','','','',53642,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25211,13202,11,0,8,18,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleaning Hovel','Don\'t listen to Rharen. He\'s as addled as they come. It\'s his fault that the ale got captured!$B$BAnd what\'s more, I figure there\'s a bigger issue here than the ale being stolen. The fact that there\'s a bunch of orcs runnin\' about Dun Algaz after all these years is ridiculous!$B$BTell you what, $c. You head in there and be sure to drive as many orcs out of those ruins as you can. Dun Algaz isn\'t good for much anymore, but I\'ll be damned if we let them just sit in there.','Kill 5 Dragonmaw Orcs in Dun Algaz.','','','','Dragonmaw Orc slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41080,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25213,13202,4720,0,262144,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Slave Pits','Sassy\'s over at the Slave Pits. She\'s there with the orcs getting ready to execute the final play on the Trade Prince.$B$B$N, take the footbomb uniform up the road to the southwest and find her. I know she\'s going to want you to lead the charge!$B$BAck, I\'m starting to talk like the coach now!','Speak with Sassy Hardwrench at the Slave Pits.','I was wondering where you were!$B$BDon\'t worry, Hobart will get that footbomb uniform converted into the most Ultimate Footbomb Uniform ever!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,648,2120.48,2410.59,1,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25214,13202,4720,0,0,1,10,0,0,0,0,0,0,0,0,0,25213,0,52561,1,'Escape Velocity','We really don\'t have time to rescue those that are incompetent enough to get themselves captured over and over. Still, since I have some extra rockets leftover, this problem should be a snap.$B$BTake these single-stage booster rockets down into the Slave Pits to the north and put them on the cages.$B$BThe cage will lift off into orbit and those idiots will be freed.','Use the Single-Stage Booster Rockets to launch the cages of 8 Kezan Citizens or Goblin Survivors.','Oops. Well, what goes up must eventually come down.','','','Cages launched','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52923,52968,52939,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25215,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25222,0,0,0,'A Distracting Scent','Predators will smell these dead naga from nearly a mile away. Soon we\'ll find ourselves fighting just to get in and out of the cave. Care to help me clean up?$B$BJust over the ridge to the south is Glimmerdeep Gorge. If you drag the corpses from the eastern exit of the cave over there to the gorge and cut them loose, the wildlife will pick them clean before they hit the sea floor. Just steer clear of the sharks as much as you can.','Drag 3 Dead Zin\'jatar Raiders into the open water over Glimmerdeep Gorge to the south.','','','','Dead Zin\'jatar Raiders disposed of','','','',0,0,0,0,0,0,0,0,0,0,0,0,39911,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,59764,59763,59762,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,75578,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25216,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25222,0,0,0,'The Great Sambino','If you\'re heading down the trench, I\'d like you to check in one of our novice members for me.$B$BHis name is Sam, but he\'s likely to embellish it a bit. He doesn\'t really understand how members of the Earthen Ring work, but he tries hard, so we try to give him the benefit of the doubt.$B$BDon\'t get too wrapped up in helping him with his crazy schemes. Just make sure he\'s still in one piece and let me know so that I can have a little peace of mind.','Find \"Sam\" at the western end of Silver Tide Trench.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25217,13164,5144,0,131208,80,81,0,0,0,0,0,0,0,0,0,25218,0,0,0,'Totem Modification','Okay, I\'ll let you in on the real work, since you\'re looking at me so desperately.$B$BThis rock is untapped! It\'s probably richer than a trade prince during a great war! I need samples. More samples. Samples from everywhere!$B$BI\'ve modified my earth totems to drill through the sand and store samples of the rock underneath. Go find a nice spot and plant one.$B$BThe shaking and rumbling will probably attract all the cute, curious wildlife, so maybe you can make some friends while you\'re at it.','Plant one of Sambino\'s modified totems in the sand of Silver Tide Trench.','','','','Drill Sample Taken','','','',0,0,0,0,0,0,0,0,0,0,0,0,40233,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59756,59758,59757,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25218,13202,5144,0,3145864,80,81,0,0,0,0,0,0,0,0,0,25216,0,54608,1,'Undersea Inflation','Fine! Fine. You argued me into it. You can help.$B$BI\'m leaking air worse than a zeppelin stuffed with quilboar! My air valve must have come loose somewhere in the trench.$B$BI brought spare air balloons - make yourself useful and go fill one up, will ya? And find my valve! I\'ll need that too.$B$BI bet the crabs snatched it up... pinchy, greedy little things.','Fill one of Sambino\'s Air Balloons and find his Lost Air Valve.','','','','Fill Sambino\'s Air Balloon','','','',0,54611,0,0,0,0,0,1,0,0,0,0,40399,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,75581,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25219,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25222,0,0,0,'Don\'t be Shellfish','I\'m researching snails.$B$BYes. Snails. When you\'re done laughing, maybe you can help.$B$BI\'m sure you noticed the gigantic shellfish across the ridge... well, I\'m pretty sure there\'s something inside it. It has several points that can only be mouths or entrances of some kind, and I\'ve seen those sifting snails squeezing in and out.$B$BI\'m thinking that we might be able to use the snails to gain entrance ourselves. That\'s the theory anyway.','Collect 10 Coilshell Sifters.','','','','','','','',52975,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25220,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25222,0,0,0,'Slippery Threat','Been attacked by any of the eels along the ridges yet? If not, you will. They are vicious, bloodthirsty little monsters. They don\'t seem to show much of any preference in what they\'re biting.$B$BIf you\'re going out into the valley, I\'d appreciate if you thinned their population a bit. Not everyone here is as well equipped as you - we might not come back with just scratches.','Kill 12 Spiketooth Eels.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40200,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25221,13202,5144,0,8388744,80,81,0,0,0,0,0,0,0,0,0,25164,0,54466,1,'Rundown','They\'re getting away!$B$BThese are the same naga that attacked the boats and carried away our friends. We cannot let them escape!$B$BTake these spears and run them down with that seahorse of yours... don\'t waste your time dismounting, just keep after them and kill all that you can with the spears.$B$BI will try to hunt down that Fathom-Lord. Meet me at the far end of the ledge when you\'re done.','Use Toshe\'s Hunting Spear to run down 20 fleeing Zin\'jatar naga.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40174,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25222,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25221,0,0,0,'Silver Tide Hollow','Most of the other Earthen Ring that escaped the massacre on the boats have taken shelter in a cave a short swim down from the ridge. It\'s tucked midway up a huge rock formation, west of Nespirah, the gigantic shell on the horizon. I need you to make sure they\'re okay. There\'s no telling how many naga might have attacked them as well.$B$BI\'m going to hunt down that Fathom-Lord. I\'ll send word if I find the rock he\'s hiding under.','Seek out Felora Firewreath in Silver Tide Hollow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25904,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25843,0,0,0,'The Hammer and the Key','My Nemesis. Still lives.$BThe servants of fire still come.$BWe must pursue. Into their den.$B$BThe ogres know the way.$BSlay the Field Captains.$BRecover the Glyph of Opening.$B$BThis is the way.','Kill a Twilight Field Captain and recover the Glyph of Opening.','','','Take the glyph to Tortolla at the Scorched Plain.','','','','',56177,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25906,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25904,0,0,0,'The Third Flamegate','Memorize the glyph.$BTake it within yourself.$B$BDraw it on the ground before the flamegate.$BEast of here.$BEnter the Firelands.$B$BI cannot come with you.$BBut my children await. Inside.$B$BFind Garunda Mountainpeak within the realm of flame.','Travel through the flamegate in the Scorched Plain and locate Garunda Mountainpeak within.','','','Travel through the flamegate in the Scorched Plain and locate Garunda Mountainpeak within.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57343,57342,57344,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25653,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25928,0,0,0,'The Ancients are With Us','Nemesis... destroyed.$B$BI feel rejuvenated.$BPowerful.$BAwakened.$B$BTell Ysera my strength is hers.$B$BThe Twilight\'s Hammer will fall.','Return to Ysera at Nordrassil in Mount Hyjal.','','','Return to Ysera at Nordrassil.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25225,13202,4720,0,16392,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oil Change','The lubricant in these shredders is useless. What we need is some good ol\' Kajaro 0W Grade Oil!$B$BYou know what has that kind of oil? KTC Oil Bots! You know where you can find them? At the KTC Oil Platform to the northwest!','Collect 6 Kajaro 0W Grade Oil.','','','','','','','',52560,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25226,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill Chip Endale Tracking Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25227,13202,14,0,8,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thonk','$g Oh, sweetie, I just remembered!: Sorry if I\'ve been mean to you. Sometimes I get a little jealous when other women come into town, as I\'m a little insecure about my appearance.;$b$bMy VERY good friend Thonk works in the guard tower on that cliff, just to the northwest of Razor Hill. He said something about a river overflowing, lots of work to be done, and so on. I wasn\'t really paying attention... I was staring into those deep brown eyes of his.$b$b$gWhat, we can\'t see other people?: Thanks.;','Report to Thonk on the guard tower northwest of Razor Hill.','Gail sent you? Did... did she say anything about me?','','','Find Raggaran','Find flooded hut','Find Misha','Find Zen\'Taji',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1133,0,0,0,0,1,1,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25230,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,25210,0,0,0,'More Than Illness','We\'ve found a brood of dragon whelps gathered off the road to the north, and they show the same illness as the stags.$B$BGreen dragons are not simple beasts of nature, but the very guardians of the wild. They are magical creatures, and to see them ill as well implies this is a dangerous threat.$B$BWe must stop this from spreading further through any means. Slay the infected whelps, $n, and return to me.','Kill 10 Noxious Whelps.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39384,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,54914,54915,54916,54913,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25231,13202,4720,0,16392,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'Southseas Scum','Even now, Aggra and Kilag assault the docks to clear the way for Thrall to engage the Trade Prince. The plan is for you to assist in that attack, but first, we must ensure that Gallywix\'s Southsea mercenaries do not reinforce him.$B$BGo down into the Slave Pits and make certain that they don\'t!','Slay 6 Southsea Mercenaries.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39449,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,5,5,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25232,13202,14,0,8,8,10,0,0,0,0,0,0,0,0,0,25195,0,0,0,'The Burning Blade','I\'ve been sent to investigate the presence of more Burning Blade agents here in Durotar. To the northeast, you\'ll find a cave where the organization trains their new recruits. I\'m interested in what exactly they are teaching these neophytes.$b$bI only tell you this because you seem to be looking for work. If you\'re interested in a little coin, sack the cave and return with their spellscrolls.$b$bThe cave is somewhat hidden: exit Razor Hill from the east, and follow the canyon\'s eastern ridge.','Obtain 6 Burning Blade Spellscrolls from members of the Burning Blade in Dustwind Cave.','This is quite interesting. These rites aren\'t all that different from the spells which are taught to Horde warlocks. This merits further investigation!','The scrolls, $N, the scrolls!','','Injured Razor Hill Grunt Rescued','','','',52564,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29439,14333,0,0,8,85,85,0,0,0,0,0,0,0,0,0,0,29326,0,0,'The Call of the World-Shaman','The Earthen Ring calls to you once more, $N.$B$BAs a member of the Alliance, I know that you may have reservations working with the one you call Thrall, the former Warchief of the Horde. But he has specifically requested an Alliance hero to accompany him in his next endeavor, a ritual of healing that will profoundly impact our world.$B$BCast aside your doubts, $c, and heed the World Shaman\'s call.$B$BYou will find him under the boughs of Nordrassil in Mount Hyjal, on the southern side of the tree.','Speak with Thrall just south of the World Tree in Mount Hyjal.','It would appear my message has been heard in Stormwind.$B$BThank you, $n. Let us get to work...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29162,13914,0,0,0,0,1,0,0,0,0,0,0,0,0,0,29161,0,69232,1,'Nature\'s Blessing','$B$BI love all creatures of the forest, even spiders, despite the fact that they are icky. But the spiders from the Firelands are worse than icky. They\'re burny, and don\'t belong here.$B$BFind the fire portal in the western Regrowth, and use the gem I gave you earlier to force it open. When a fire spider emerges, step on it! Unless it\'s big. Then, do something y to it.$B$BOh, and use the gem if spider venom makes you woozy!','Use the Emerald of Aessina to summon and kill Pyrachnis.','Oh NO you\'re covered in SPIDER-SPORCH!$B$B$B$BYou\'re such a brave $r. I hope you\'ll go into the Firelands soon and step on ALL the spiders.','','Oh NO you\'re covered in SPIDER-SPORCH!$B$B$B$BYou\'re such a brave . I hope you\'ll go into the Firelands soon and step on ALL the spiders.','Pyrachnis slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,52749,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,259400,0,0,0,0,0,0,0,0,0,0,259400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25235,13202,10,0,8,20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vulgar Vul\'Gol','Hail, $c. Care to lend a hand for the people of Darkshire?$B$BThere\'s a huge ogre mound just down the hill there. The Splinter Fist ogres usually keep to themselves, but they\'ve got a bad habit of attacking travelers. Just the other day I saw one drag off a poor man\'s horse for food... he was lucky it left him behind!$B$BThe Night Watch wants to only risk its few members in the defense of more immediate threats, me included. But if you kill some of those ogres for me, I\'ll pay you for your deed.','Kill 15 Splinter Fist Ogres of any kind.','I saw you drop a few of them from here. Nice work.\n\r\nHere\'s your reward, on behalf of the Night Watch. ','If you\'d rather just sit around camp and have a drink of two, that\'s fine too, I guess.','','Splinter Fist Ogre slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,43754,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25236,13202,14,0,1048584,8,10,0,0,0,0,0,0,0,0,0,25196,0,52574,1,'Thunder Down Under','Our army needs water, and luckily the elements gave us plenty of that when the cataclysm hit. The water that filled up the canyon to the southwest should do the trick.$b$bUnfortunately, the corpses of thunder lizards still sit at the bottom of the canyon, and their electrical discharges are a bit too dangerous. I\'ve got grunts that can lift them out of the water, but we need someone agile enough to attach the other end of the rope. Are you my $g man: woman;, $N?','Attach a Mageweave Tether to 8 Drowned Thunder Lizards in Thunder Ridge.','The electricity was only one of the dangers. If those carcasses rot too long under the water, that entire source becomes undrinkable.$b$bWell done, $c.','','','Drowned Thunder Lizard removed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39464,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25237,13202,357,0,8388616,34,36,0,0,0,0,0,0,0,0,0,25230,25250,0,0,'Tears of Stone','As you witnessed, the dragon Ysondre has told us that the tears of the land can seal the portal from which this corruption stems.$B$BWeeks ago, in the glade to the west, I saw the mountain giants distraught. They raged in frustration and wept, and their tears fell upon the stones as shining crystals.$B$BThough the giants weep no more, these stonetears must be what Ysondre referred to; a source of nature\'s purity. We must gather them.','Collect 7 Stonetears.','','','','','','','',52573,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25241,13202,357,0,8388616,34,36,0,0,0,0,0,0,0,0,0,25230,25250,0,0,'The Land, Corrupted','The cliff giants of Feralas are extensions of the earth itself, $n. When nature thrives, they are benevolent protectors and peaceful guardians.$B$BBut as the forest is tainted, so too are they.$B$BIf the corruption has spread to them, they will lash out at the wildlife and their own kind, causing great destruction. You must destroy any corrupted giants you come across.','Kill 7 Corrupted Cliff Giants.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40972,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25243,13202,4720,0,8,1,11,0,0,0,0,0,0,0,0,0,25214,0,0,0,'She Loves Me, She Loves Me NOT!','Oh, sweetie! You\'re never going to guess who\'s down in the slave pits to the north.$B$B$B$BCandy\'s down there, and she\'s working for the Trade Prince. She dropped you like a bad habit and now she\'s working for the other team. but it gets worse. Since you \"dealt\" with Chip, she\'s dating the Trade Prince!$B$BI don\'t know about you, but if she were my ex, I\'d rip her fickle heart right out of her chest.','Rip the Fickle Heart from out of Candy Cane\'s chest.','','','','','','','',52559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52940,52969,52920,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25244,13202,4720,0,8,1,11,0,0,0,0,0,0,0,0,0,25214,0,0,0,'What Kind of Name is Candy, Anyway?','Can you believe that Candy Cane! You know up until you \"dealt\" with Chip, she was dating him. Now she\'s going out with the Trade Prince!$B$BI just can\'t get over the fact that she betrayed you like that with your ex. Maybe you should head down into the Slave Pits and take care of her once and for all?','Slay Candy Cane.','Serves her right for stealing your man in the first place.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39426,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52972,52970,52941,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25245,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill Candy Cane Tracking Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25250,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,52576,1,'Sealing the Dream','It is ready. Take this, $n; a beacon of natural essence, blessed by the will of Ysondre.$B$BTo the east, on the other side of the flowing brook, is Dream Bough. There stands the Great Tree, the tallest in Feralas, a sapling of the World Tree itself. A portal to the heart of the Emerald Dream sits in its trunk, and it is this portal you must seal.$B$BThe portal will be guarded, but you must be brave. May the Earth Mother watch over you.','Use Ysondre\'s Tear to seal the portal at Dream Bough.','','','','Portal Sealed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39834,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54919,54920,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25251,13202,4720,0,8,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Final Confrontation','$N, this is it! Thrall\'s down at the Gallywix Docks fighting the Trade Prince right now!$B$BYou gotta jump into your Ultimate Footbomb Uniform and get over there!','Get into the Ultimate Footbomb Uniform and then deal with Trade Prince Gallywix.','You did it! You did it!$B$BWe\'re saved, $N!','','','Ultimate Footbomb Uniform','Trade Prince Gallywix dealt with','','',0,0,0,0,0,0,0,0,0,0,0,0,0,39582,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,7,0,0,0,0,0,0,1000,0,0,74916,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25252,13202,357,0,8,34,37,0,0,0,0,0,0,0,0,0,25209,0,0,0,'Rulers of Dire Maul','Now that we\'ve put the hurt on them at the ruins, it\'s time to attack the ogres in their own territory.$B$BThe Gordok are the \"upper class\" of the Gordunni clan, chosen to defend Dire Maul. They\'ll know we mean business once we start taking out their strongest members.$B$BNothing fancy here, $n. Just get out there and crack some Gordok skulls.','Kill 6 Gordok Enforcers and 6 Gordok Ogre-Mages.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11440,11443,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29161,13914,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,69649,1,'','Oh, raspberries! Just when we had saved the last bear cub from the treetops, the fires returned and scared them again!$B$BI don\'t know if you know this, but baby bears are precious and soft.$B$BGo to the Whistling Grove, far to the northwest. Climb the trees, grab the bear cubs, and chuck them - gently! - to the soft target in the center of the grove.$B$B$B$BLil\' b-b-b-baby bears! Save them, !','Climb up trees in the Whistling Grove, grab stranded Hyjal Bear Cubs, and then hurl them at the Soft Target from the top of the tree. This is perfectly safe.','$B$BOh, you did it, $N! The baby bears are so happy.$B$BI\'m beginning to think they\'ve started doing this on purpose.','','$B$BOh, you did it, ! The baby bears are so happy.$B$BI\'m beginning to think they\'ve started doing this on purpose.','Hyjal Bear Cubs chucked to safety (6)','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,124050,0,0,0,0,0,0,0,0,0,0,124050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25256,13202,14,0,262152,8,10,0,0,0,0,0,0,0,0,0,25195,0,0,0,'Sent for Help','You, $r, stop a minute.$b$bMy boss Spiketooth sent me to look for help and supplies. You don\'t appear to be a merchant, but you can probably still help him out. He\'s just to the southeast of here, next to the crashed cart. Oh, and tell him I sent you... I want to make sure that he knows I\'m not just slacking off over here.','Report to Spiketooth at Deadeye Shore in Durotar.','Vek\'nag sent you? Without telling you that I need wagon wheels, nails, and rations? That idiot.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25257,13202,14,0,8,8,10,0,0,0,0,0,0,0,0,0,25195,0,0,0,'Ghislania','I own a couple gladiators that I put into competitions around Kalimdor. You can see most of them chained up around here... we were lucky to rein these ones in after the cart broke down.$b$bGhislania, that naga over there... she\'s lost her last three fights. She could use a tune-up, or maybe just a little bit of thrashing. Go challenge her, I\'ll bet even YOU are stronger than she is.','Defeat Ghislania in combat.','I watched you fight out there. How long you been a $c?$b$bYou\'re alright, kid.','','','Ghislania defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,39351,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25258,13202,14,0,8,8,10,0,0,0,0,0,0,0,0,0,25195,0,0,0,'Griswold Hanniston','Griswold, chained up over there on the cliffs, is my newest gladiator. We found him just south of here, sniffing around with Northwatch soldiers. I had my men nab him up, and now he works for me.$b$bHe looks tough enough, but he hasn\'t really been battle-tested yet. Go pick a fight with him so I can see if he\'s worth keeping around.','Defeat Griswold Hanniston in combat.','I\'m at a crossroads now, $N... you defeated him easily in combat, but then again, I did get him for free, and he\'s pretty cheap to feed. Maybe we\'ll keep him around for a bit.','','','Griswold defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,39353,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25259,13202,14,0,8,8,10,0,0,0,0,0,0,0,0,0,25195,0,0,0,'Gaur Icehorn','I wouldn\'t normally keep a taunka as a captive, due to their close relationship with the Horde... but this one is a traitor, and a criminal to boot. Exiled by his own tribe, he canoed down to Azshara and was found stealing supplies from Valormok. He would have been put to the axe had I not been standing by, wallet in hand.$b$bGaur is my winningest gladiator, $c. I\'ll bet you 10 silver that you can\'t beat him.','Defeat Gaur Icehorn in combat.','Fine, here\'s the money... but you\'d better make yourself scarce before I reconsider my policy on keeping Horde slaves.','','','Gaur defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,39352,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25260,13202,14,0,8,8,10,0,0,0,0,0,0,0,0,0,25196,0,0,0,'Fizzled','The flood to the southwest wiped out one of the few Burning Blade camps that still pockmark Durotar. This one was led by a goblin named Fizzle Darkclaw, and believe me, we\'re better off without him.$b$bDarkclaw, however, did possess an orb that the Horde is interested in procuring. Who knows why... I leave that to the warlocks. All I know is that I need that orb.','Obtain Fizzle\'s Orb from Fizzle Darkclaw in Thunder Ridge.','I ask for an orb, and you bring half of the goblin\'s arm with you? I like the way you work.$b$bTell you what... you\'ve already given me a hand. Allow me to return the favor.','Run into any trouble on the way?','','','','','',52580,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53369,53366,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25261,13202,14,0,262152,8,10,0,0,0,0,0,0,0,0,0,25260,0,0,0,'Margoz','One of our more useful shaman, Margoz, knows more of the Burning Blade\'s corruption. He speaks of a cave called Skull Rock in the mountains, just outside Orgrimmar, that shelters a large band of Burning Blade cultists.$B$BBefore you go to Skull Rock, speak with Margoz. He is wise and his council is valued.$B$BHe is camped to the southeast, between the coast and Drygulch Ravine.$B$BFollow his advice, but whatever Margoz says, $N, I still want you to crush those cultists!','Speak with Margoz.','Welcome, $N. Word reached me of your coming, and of your exploits in Durotar.$B$BYou are a $c of growing skill and renown.$B$BStay on the pure path, and your future will be great indeed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25262,13202,14,0,8,4,12,0,0,0,0,0,0,0,0,0,25261,0,0,0,'Skull Rock','$N. The Burning Blade has infested the cave east of Orgrimmar known as Skull Rock. Inside that cave they perform vile rituals, and burn their own flesh with Searing Collars.$B$BBy wearing these collars, I believe the cultists attune themselves to demonic power. But to confirm this, I must have a collection of the collars to study.$B$BGo to Skull Rock and gather Searing Collars from the cultists you find there. Bring them to me, and I will uncover their secrets.','Gather 6 Searing Collars from the cultists in Skull Rock.','Good. Hiding within these collars is the secret behind the Burning Blade. And I will uncover that secret...','Have you yet entered Skull Rock, $N? Do you have the Searing Collars?','','','','','',4871,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53358,53387,53390,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25263,13202,14,0,8,4,12,0,0,0,0,0,0,0,0,0,25262,25264,6658,1,'Neeru Fireblade','The Searing Collars you brought me are powerful demonic implements. Divining their origin is, I\'m afraid, beyond my skills as a shaman. We will need a warlock to study them.$B$BTake a searing collar to Neeru Fireblade. Although he is a skilled warlock, he professes to use his powers to thwart demons, and claims his research in the occult is benign. Be that true or false, we may need his aid against the demonic cult in Durotar.$B$BYou may find Neeru in Orgrimmar in the Cleft of Shadow.','Bring an Example Collar to Neeru Fireblade in Orgrimmar.','Ah, and where did you get this? Good Margoz sent you to me, did he?$B$BWell, let me take a closer look...','My most humble greetings, $c. How might I help my $r $gbrother:sister; today?','','','','','',6658,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25264,13202,14,0,8,4,13,0,0,0,0,0,0,0,0,0,25263,0,0,0,'Ak\'Zeloth','Since the last great war when the Burning Legion was defeated, I have searched for sources of demonic corruption in orc society. The collar you brought me confirms my fears.$B$BIt belongs to the Burning Blade.$B$BYour role in this tale is nearly complete, $n. Go to Far Watch Post, on the border of the Barrens to the west, and speak with my assistant, Ak\'Zeloth. Pass on to him this information.','Speak with Ak\'Zeloth at Far Watch Post in the Northern Barrens.','This is not news to me. While I appreciate your efforts, the Burning Blade will have to wait. We have other matters to which we must attend.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25265,13202,4720,0,1048576,1,11,0,0,0,0,0,0,0,0,0,25251,0,0,0,'Victory!','We just can\'t thank you enough for all that you\'ve done. Now we can all get off of this island before it kills us!$B$BThrall is going to want to speak with you first, $N. I\'ll rocket you over there.$B$BSee you on the ship!','Speak with Thrall at the Gallywix Docks on the Lost Isles.','Lok\'tar! Victory, $N!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52927,52971,62335,58499,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25266,13202,14,0,262144,1,11,0,0,0,0,0,0,0,0,0,25265,0,52582,1,'Warchief\'s Emissary','The goblins and orcs have accomplished too much together to part ways now, $c. I intend for the Bilgewater Cartel to become part of the Horde.$B$BI have something that I want you to deliver to the new warchief. Give this package to my Kor\'kron friend on the dock at Bladefist Bay in Durotar. He will help you to get into Orgrimmar safely.$B$BSpeak with Sassy Hardwrench on the ship when you are ready to set sail.$B$BUntil we meet again. Aka\'Magosh, a blessing on you and yours, $N!','Deliver the Sealed Package to the Kor\'kron Loyalist on the docks at Bladefist Bay in Durotar.','$B$BI know who sent you. Did he give you something to deliver to me?','What possible business could you have in Orgrimmar, goblin?','','','','','',52582,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,2,2,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25267,13202,1637,0,262144,1,11,0,0,0,0,0,0,0,0,0,25266,0,52581,1,'Message for Garrosh','$B$BYou are to take this directly to Warchief Hellscream inside Orgrimmar. Make certain that Garrosh knows that it is from Thrall.$B$BTake my battleworg. Hurry, little goblin, there is no time to waste for this message!','Deliver the SI:7 Emblem to Garrosh Hellscream at Grommash Hold in Orgrimmar.','Thrall had you deliver this?$B$B$B$BI understand the meaning of this all too well, goblin.$B$B$B$BThis smelly thing was caught unattended in the city and seems to recognize you.$B$BI have already put others of your kind to work in Azshara. Take it with you when you leave.$B$BFrom this day forward, you and your Bilgewater Cartel will serve the Horde!','What is this, goblin? Your kind are not allowed inside Grommash Hold.$B$BLeave before I have to teach you your place.','','','','','',52581,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67154,67157,67156,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,6,6,0,0,0,0,0,800,0,69046,77534,0,0,0,1,1669.44,-4342.57,1,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29122,13914,0,0,0,0,1,0,0,0,0,0,0,0,0,0,29101,0,0,0,'Echoes of Nemesis','$B$BRemember that awful fire turtle, Nemesis, from the Firelands? He\'s dead now (yay!) but echoes of him keep trying to break through to Mount Hyjal.$B$BGo to the shores of the Ashen Lake and speak with my friend Tooga. Let him know you\'re ready to fight an echo of Nemesis, and the turtles will draw him into this world. Then you can hit him! Hard!$B$BHide inside of Tooga\'s shell if he starts to erupt.','Speak with Tooga to summon and kill Nemesis. Stand under Tooga\'s shell to protect you from Nemesis\' Molten Fury.','Hooray! It just goes to show you, when a turtle puts his mind to something -$B$B','','Hooray! It just goes to show you, when a turtle puts his mind to something -$B$B','Nemesis slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,52383,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29166,13914,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,29165,0,0,'Supplies for the Other Side','One of the biggest dangers that our druids face when fighting within the Firelands is simple dehydration. Our proveditors spend a significant amount of time preparing canteens for the troops on the other side. We do have other methods, however.$B$BIn the greener thickets to the east, you should still find some blueroot vines which have not yet burned. These plants hold a tremendous amount of water in their roots - and also provide some energy for the weary soldier.','Obtain 7 Blueroot Vines.','I will have these packaged and shipped off right away.','Let\'s see... how many have you managed to gather?','I will have these packaged and shipped off right away.','Blueroot Vine (7)','','','',69236,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29197,14333,0,0,0,85,85,0,0,0,0,0,0,0,0,0,29196,0,0,0,'Caught Unawares','Our invasion plan looks to have backfired. Several of our birds have already reported in, speaking of fires breaking out across the vales of central Hyjal.$B$BNow, many of our druids are stranded out in the field, unprepared for such a large-scale attack. Thisalee was near Ashen Lake, and several others were out in the Regrowth, to the northeast.$B$BGo! Find them, and make sure that they do not succumb to this backdraft!','Help Elderlimb, Thisalee Crow, Tholo Whitehoof and Anren Shadowseeker escape the flames.','','','You\'re back!$B$BThey\'ve pushed us back to the Sanctuary. We are vastly outnumbered. At this rate, the Guardians of Hyjal stand little chance of survival.$B$BI\'m glad you\'re here with us.','Kill elementals near Elderlimb (6)','Kill elementals near Thisalee (6)','Kill elementals near Tholo and Anren (6)','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29101,13914,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Punting Season','Baby turtles are sweet, even if they can be somewhat bitey.$B$B$B$BBut they\'re so slow with their tiny little legs, they can\'t escape the fire creatures who are attacking Hyjal!$B$B$B$BPLEASE save them, ! Pick up the wee turtles and punt them into the water of the Ashen Lake. Don\'t worry about the kicking, they have hard shells.$B$BThey also have hard teeth, so don\'t pick them up by the mouth.','Punt 5 Children of Tortolla into water.','$B$BYou saved the wee turtles, $N! I hope you gently, lovingly kicked them as hard as you possibly could.','','$B$BYou saved the wee turtles, ! I hope you gently, lovingly kicked them as hard as you possibly could.','Child of Tortolla punted into water (5)','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29165,13914,0,0,0,0,1,0,0,0,0,0,0,0,0,0,29164,0,69225,1,'The Call of the Pack','$B$BThe easternmost portal of flame is the domain of Lylagar. Stand before the portal, deliver a challenging howl, and then force the fiery beast to submit.','Use the Fang of the Wolf to summon and defeat Lylagar.','I heard your triumphant cries echo across the mountain cliffs.$b$bI also heard Lylagar utter a... different type of cry.','','I heard your triumphant cries echo across the mountain cliffs.$B$BI also heard Lylagar utter a... different type of cry.','Lylagar slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,52766,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25915,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Strength of Tortolla','The dark usurper Nemesis fled here when the fires of Hyjal receded. We are not yet strong enough to defeat Nemesis, $N, but we may be able to turn his own strength against him.$B$BI will send a child of Tortolla with you, one of the children you freed earlier from the Twilight\'s corruption.$B$BSearch the depths of this cave for a Nemesis Crystal, and allow the young turtle to examine it.$B$BSee me if you lose your companion!','Kill the Child of Tortolla.','','','Return to Garunda Mountainpeak.','Nemesis Crystal Examined','','','',0,0,0,0,0,0,0,0,0,0,0,0,41602,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25275,13202,16,0,8,1,11,0,0,0,0,0,0,0,0,0,25267,14129,0,0,'Report to the Labor Captain','Your people are busy with the terraforming of Azshara. We will remake the land in the image of the Horde so that all will know that Kalimdor is ours!$B$BGo north through the city. On the far side of the Valley of Honor you will find the Orgrimmar Rear Gate. Report to Labor Captain Grabbit outside the gates, goblin.$B$BFor the Horde!!!','Report to Labor Captain Grabbit at the Orgrimmar Rear Gate in Azshara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25320,13202,616,0,262280,80,81,0,0,0,0,0,0,0,0,0,25430,0,0,0,'The Captured Scout','I\'ve heard about you, $N, and the news you brought from the south. The battle has reached a stalemate.$B$BOne that I fear is about to be broken by the Firelord\'s reawakening.$B$BThat is unless we tip the scales in our favor in some way.$B$BThere is a scout that was captured by the Twilight\'s Hammer. I believe she was in possession of valuable intelligence. Find her in the Twilight camp to the west.','Find Scout Larandia at the Twilight Command Post in Mount Hyjal.','Help has arrived at last!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25324,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25424,0,0,0,'A Prisoner of Interest','The Twilight\'s Hammer wants to free Fandral Staghelm?$B$BMalfurion suspected his corruption ran deep... this just cements it.$B$BAt any rate we cannot allow our enemies to get their hands on such a powerful arch druid.$B$BI\'ve a plan, $N. We will move the prisoner through the Emerald Dream. It will be risky, but with all the cultists present here it might be the only way to guarantee our success.$B$BSpeak to Saynna Stormrunner inside the Barrow Dens to the northeast. ','Speak to Captain Saynna Stormrunner at the Barrow Dens in Hyjal.','The dragon might be right. The Twilight\'s Hammer has breached our security and this is our most dangerous prisoner.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25294,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,52717,1,'Walking the Dog','Hmmmphh.... it seems they\'ll let anyone in these days.$B$BVery well. You doubtlessly became acquainted with Smolderos in the proving grounds.$B$BWell, I\'ve been entrusted with the care of one of his pups. Quite the little terror -- if he grows up to be anything like his father he shall serve our cause well.$B$BCollect meat from the basilisks around the area and feed them to him.','Collect and feed 5 pieces of Charred Basilisk Meat to the Spawn of Smolderos.','','','Return to Instructor Devoran at the Forge of Supplication.','Spawn of Smolderos Fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39659,0,0,0,5,0,0,0,74142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,94947,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25494,13202,616,0,136,78,81,0,0,0,0,0,0,0,0,0,25294,0,0,0,'A Champion\'s Collar','This little guy is a true menace now, isn\'t he?$B$BWe\'re going to have to give him a nice spiked collar if he\'s going to be a fighting pup.$B$BThe basilisk matriarch has made her lair off of the road to Winterspring. Bring me her spiked hide and we\'ll fashion a collar for our little killer here.','Obtain the Spiked Basilisk Hide from the Spinescale Matriarch.','','','Return to Instructor Devorann at the Forge of Supplication.','','','','',54610,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25279,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25272,25277,0,0,'The Shrine Reclaimed','Yes, $N. I am Goldrinn, the one called \"Lo\'Gosh\" in your tongue. Your persistence in the face of fear has unbound me from twilight\'s grasp.$B$BMy shrine has been purified, and my worshippers have returned to their rightful place at my right paw.$B$BReturn to Takrik and continue your work here in Hyjal. I will have need of you again soon.','Return to Takrik Ragehowl at the reclaimed Shrine of Goldrinn in Hyjal. ','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25280,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25273,25278,0,0,'The Shrine Reclaimed','Yes $N, I am Goldrinn. Your persistence in the face of fear has unbound me from twilight\'s grasp.$B$BMy shrine has been purified, and my worshippers have returned to their rightful place at my right paw.$B$BReturn to Ian and continue your work here in Hyjal. I will have need of you again soon.','Return to Ian Duran at the reclaimed Shrine of Goldrinn in Hyjal.','$N, it was astounding! Goldrinn himself appeared to free us, his white fur bright like the summer moon. Our cages collapsed and the vandals melted like wax under the kiss of his claws. He was beautiful, $N. Beautiful!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25281,13202,4815,0,2097288,80,81,0,0,0,0,0,0,0,0,0,24432,0,52710,1,'Pay It Forward','You are now able to move about this realm more freely and without fear of drowning.$b$bThis is where our work begins.$b$bFirst, you have many allies nearby who are drowning as we speak. As I saved you, you must save them.$b$bI have enchanted the shell you brought me. Use it to rescue your friends.$b$bHurry now!','Use the Enchanted Conch Shell to rescue 6 Drowning Soldiers. ','While you were away, I was able to revive some of the fallen soldiers.$b$bWe\'ll need every hand if we are to survive here.','','','Soldiers Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,39663,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,75857,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25284,13202,4709,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feeding the Fear','Our resources are limited, $c, but that doesn\'t mean we can\'t make some trouble down below. Use the ropes here to sneak down the hillside, then slay the human prison wardens.$B$BKilling a couple scrawny guards won\'t turn the tide of battle, but imagine the fear and chaos we\'ll reap as the humans discover the mutilated bodies...$B$B','Kill 5 Tower Wardens. Use the ropes beside Holgom to quickly move in and out of Honor\'s Stand.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,37160,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25928,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25923,0,0,0,'Tortolla\'s Triumph','I\'ll escort the Children of Tortolla out of here and seal up this accursed portal.$B$BI\'ll leave it to you to inform Tortolla of our victory. Simply step back through the flamegate. The ancient will be pleased!','Step back through the flamegate and return to Tortolla at the Scorched Plain in Hyjal.','','','Step back through the flamegate and return to Tortolla at the Scorched Plain.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25292,13202,15,0,0,32,35,0,0,0,0,0,0,0,0,0,24747,0,52714,1,'Next of Kin','$B$B$N, I have removed the bullet from Gann\'s chest, but the bubbles in his blood tell me all I need to know. His lungs are punctured, and the wound grows septic. He is not long for this world.$B$BTake this. It\'s the bullet that killed him. His family will want to know what became of their youngest warrior.$B$BSeek out Alto Stonespire. He is posted in Dustwallow Marsh. Go northeast, and follow the roads to Brackenwall Village.','Take the Dwarven Slug to Alto Stonespire at Brackenwall Village in Dustwallow Marsh.','','','','','','','',52714,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25296,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25291,25308,0,0,'Gather the Intelligence','It\'s me, $N, Ortell!$B$BDon\'t look directly at the outhouse... you\'ll give away my position.$B$BEverything\'s going according to plan then? Excellent!$B$BI\'m going to need you to obtain some intelligence while you\'re here. It might not seem like much to get our hands on a map or a letter, but it may mean saving a hundred lives on our side if we can anticipate our enemy\'s next move.','Obtain the Twilight Communique and the Hyjal Battleplans.','','','','','','','',52724,52725,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29125,13914,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,69645,1,'Between the Trees','Spirit fragments of Malorne - seen to us mortals as ghostly white deer - still frolic through these forests. While Malorne is no longer with us, these pieces of his spirit may be of use to us.$B$BTravel east and walk among the trees. If you are able to get close enough to one of the spirit fragments, it will bestow its power to you.$B$BOh, and take this staff. You may need it later.','Catch three Spirits of Malorne by walking close to them.','$b$bWell done, $N. With the horns of Malorne on our side, we stand a chance against one of the Firelands\' most difficult foes: Galenges.','Yes?','$B$BWell done. With the horns of Malorne on our side, we stand a chance against one of the Firelands\' most difficult foes: Galenges.','Spirit of Malorne captured (3)','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25298,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25297,0,52730,1,'Free Your Mind, the Rest Follows','$B$B','Speak with 8 Twilight Servitors to administer the draught and rescue them.','Excellent! Let\'s hope the damage wasn\'t permanent.$B$BJudging by the poor victims still in camp here, the Twilight\'s Hammer really messed with their heads.','Did the draught work?','','Twilight Servitor Freed','','','',0,52730,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57364,57363,57365,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29196,14333,0,0,0,85,85,0,0,0,0,0,0,0,0,0,29195,0,0,0,'To the Sanctuary!','We should not worry about this \"Druid of the Flame\" for the time being. We must be concerned with the continuance of our operation.$B$BReturn to Matoclaw at the Sanctuary of Malorne. If Ragnaros was prepared for our arrival, then I anticipate that his forces will launch a counterattack soon.','Report to Matoclaw at the Sanctuary of Malorne in Mount Hyjal.','','','What happened up there? I saw fire and... never mind, you can tell me later. We have other, more immediate matters to attend to.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29201,14333,0,0,262272,85,85,0,0,0,0,0,0,0,0,0,29200,0,0,0,'','There will be time to mourn for Hamuul later. His is the first of many inevitable casualties in this war.... but our attack cannot wait, nor should the momentum we have gained over the last several days be wasted.$B$BThe portal atop Nordune Ridge is now open. Our reinforcements are prepared, and they await only my order to pass through the portal.$B$BWe will meet again on the other side of the portal. Once there, we shall ensure that our foothold is secure.','Pass through the portal atop Nordune Ridge and help Malfurion secure a foothold on the Molten Front.','','','Very well done, . We\'ve managed to take a foothold in our enemy\'s realm without their notice. Our armies are moving through to establish a front as we speak.$B$BWe have a long, brutal war ahead of us. It is my hope that you\'ll be around to help us see it through.','Secure a foothold in the Firelands','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25881,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost Wardens','We held out as long as we could, $c. But the flames... The heat... We lost the whole town.$B$BCaptain Irontree refused to pull back when the flames engulfed us. Our forces are scattered. Maybe some of the others survived? We can mount a counter-attack!$B$BGo into the Scorched Plain and rescue any lost wardens that got separated from the group. Then find Captain Irontree - he\'s probably taken up a fortified position in the middle of the fighting. ','Kill 8 Lost Wardens nearby.','','','Find Captain Irontree at the Scorched Plain.','Rescued Lost Warden Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41510,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25301,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25300,25303,0,0,'Mastering Puppets','$B$B','Locate the Twilight Apocrypha inside of Gar\'gol\'s Hovel in Hyjal.','$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25302,13202,4815,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Remnants of Battle','A great battle took place here. Mixed with the naga skeletons are that of some sort of large humanoids. This might be interesting news to XXX.','Bring the Broken Shard to XXX at XXX.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25303,13202,616,0,2097288,80,81,0,0,0,0,0,0,0,0,0,25301,25312,0,0,'Elementary!','$B$B$B$B In the beginning was shadow eternal.$B Hate blazed forth, and FIRE was born.$B Wounds scabbed, and so begat EARTH.$B Cries of anguish birthed howling WIND.$B Wherein the skies wept seas of TEARS.$B We live in the shadow,$B The world we know$B Built of rage, hurt, anguish and sorrow.','Activate the four nearby elemental crucibles in the correct order to take control of the Eye of Twilight.','$B$B','','','Crucible of Earth Activated','Crucible of Air Activated','Crucible of Fire Activated','Crucible of Water Activated',0,0,0,0,0,0,0,0,0,0,0,0,39741,39739,39727,39740,1,1,1,1,0,0,0,0,0,0,0,0,57382,57381,57380,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,88334,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25304,13202,357,0,262152,35,37,0,0,0,0,0,0,0,0,0,26402,0,0,0,'The Battle of Sardor','Our settlement on Sardor Isle was lost to the Hatecrest naga. Overwhelmed by their numbers, we fell back to the mainland. While they coveted their newly-gained sandbar, we raised New Feathermoon on the shore and amassed an even greater army.$B$BNow, the Hatecrest will be driven back into the sea. Find our Ancient of War along the shore. He will take you to the front lines, where Tambre leads the offensive.','Speak with Tambre on Sardor Isle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25305,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Never Look Back','Our settlement on Sardor Isle was lost to the Hatecrest naga. Overwhelmed by their numbers, we fell back to the mainland. While they coveted their newly-gained sandbar, we raised New Feathermoon on the shore and amassed an even greater army.$B$BNow, the Hatecrest will be driven back into the sea. Speak with Sentinel Ranadae to join our forces at Sardor. Slay the naga, and make sure whichever foul snake they take orders from is killed as well.','Kill 10 Hatecrest Naga and slay their leader.','','','','Hatecrest Naga killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39750,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25307,13202,616,0,16392,78,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eavesdropping','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25308,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25296,25314,55137,1,'Seeds of Discord','According to the intelligence you acquired, there is major friction between the ogres and non-ogres in the cult.$B$BHigh Cultist Azennios and the ogre mage Karr\'gonn are meeting at the Seat of the Chosen in an attempt to ease the conflict.$B$BThere is an outhouse like this one at the Seat of the Chosen. Go there and put on this ogre disguise. Find a way to kill Azennios while he\'s in this mission of peace.$B$BWe must exploit this division as much as we can!','Distract Karr\'gonn and slay Dark Cultist Azennios at the Seat of the Chosen in Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40491,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29389,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,29145,0,0,'Guardians of Hyjal: Firelands Invasion!','$B$B$N, is that you? By the light of Aessina, she has helped me find you again in a time of utmost urgency.$B$BYour work has given the Guardians of Hyjal the advantage they needed to mobilize against the Firelands. We are gathering our invasion force now just south of your position.$B$BWe could use your strength again, $r. Speak with Matoclaw at the Sanctuary of Malorne. She is coordinating the invasion effort.','Report to Matoclaw at the Sanctuary of Malorne in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29200,14333,0,0,262152,85,85,0,0,0,0,0,0,0,0,0,29199,0,0,0,'','Before we depart, I have another matter to which you should attend.$B$BA Druid of the Flame has been spotted in the ruins to the northwest. I suspect it is the same one that attacked us at the portal several days ago. Now would be an ideal time to see what it is that she truly wants... and if necessary, dispose of her.$B$BSee to this flame druid, then we can continue on our planned course.','Find Leyara, the Druid of the Flame.','$B$B$B$BYou deviated from our plan, $N. Our attack was supposed to happen today! All this preparation... how will we succeed without the aid of Hamuul?','','Return to Matoclaw.','Find Leyara','','','',0,0,0,0,0,0,0,0,0,0,0,0,53014,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25312,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25303,0,0,0,'Return to Duskwhisper','$B$B','Return to Royce Duskwhisper at the Shrine of Goldrinn in Hyjal.','Hello, yes? What? You? Oh, you\'re one of the ones I sent after the Eye of Twilight, aren\'t you?$B$BGood work, very good. I suppose that\'s a valuable lesson:$B$BNever to take orders from a big purple ball.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25313,13202,616,0,16392,78,81,0,0,0,0,0,0,0,0,0,25309,0,0,0,'The Defector','Stay your hand! Please, I beg you!$B$BI\'m only here because of a girl. Her words were so sweet... but now I realize the madness behind them.$B$BTake this envelope. It has information that\'ll score you some points with your superiors.$B$BThe guards are distracted... I can make a run for it. Please. I don\'t want to die!','Bring the Incriminating Envelope to Elementalist Ortell at the Outhouse at the Forge of Supplication in Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25314,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speech Writing for Dummies','Listen, $N. I found out what they\'re doing with Jarod Shadowsong. He\'s scheduled to be sacrificed by the ogres of the Twilight\'s Hammer as part of this year\'s initiation.$B$BI heard that the initiate charged with delivering the speech ahead of the sacrifice is an ogre named Okrog, but get this: you were a close second.$B$BWe need you to deliver that speech if we\'re to free Jarod. Don\'t worry -- I\'ll write you some cue cards -- just make sure Okrog has an \"accident\" as he leaves the Seat of the Chosen.','Kill Okrog outside the Seat of the Chosen in Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40922,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29199,14333,0,0,0,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calling for Reinforcements','We suffered heavy losses during the backdraft after our invasion attempt. Our second attempt cannot fail.$B$BWe need reinforcements before we attempt another invasion. Please, , work with Matoclaw to obtain enough resources to afford reinforcements. Then, we take our second and final stab at the Firelands.','Obtain 20 Marks of the World Tree.','','The sooner we can break through our invasion portal, the better.','Excellent work. I will send for our reinforcements right away.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25316,13202,616,0,262280,80,81,0,0,0,0,0,0,0,0,0,0,25317,0,0,'As Hyjal Burns','$N! We\'ve heard much about you and your previous accomplishments.$B$BIt is good that you\'ve come here just as Azeroth finds itself in a time of great need.$B$BDeathwing\'s minions are attacking Hyjal and seek to bring the destructive Ragnaros back into our world.$B$BAronus will take you to join Malfurion\'s forces in Hyjal. Lend them what help you can.','Fly to Hyjal using Aronus and speak to Ysera once you\'re there.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,4,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25318,13202,616,0,16392,78,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Battle Plans','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25311,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Territory','The demons of the Burning Legion think they can just walk up here and take whatever territory they want. Sure -- the territory was previously theirs, but that\'s besides the point.$B$BWe\'ll teach them not to cross with the Twilight\'s Hammer.$B$BHead to the Gates of Sothann and wipe out the contingent of Horrorguards that roam the area.','Slay 10 Horrorguards at the Gates of Sothann in Hyjal.','','','Return to Instructor Mylva at the Forge of Supplication.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39724,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25309,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spiritual Training: Mercy is for the Weak','You\'ve made it this far. Others haven\'t.$B$BGo to Doom\'s Vigil, just north of here. We\'ve rounded up all the... failures. I want you to help take care of them. It\'ll be good for your spiritual growth.$B$BIf this cold-blooded act gives you trouble, think of it as their second chance. Should any of them manage to kill you... well, they\'ll take your spot.','Slay 5 Failed Supplicants at Doom\'s Vigil.','','','Return to Instructor Mylva at the Forge of Supplication.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39752,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,57308,57307,57306,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25310,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,54814,1,'The Greater of Two Evils','We took Darkwhisper Gorge from the demons of the Burning Legion by force. We\'ve held on to our territory pretty well so far, with one exception.$B$BWe recently lost the Gates of Sothann to a pit lord and his army. We cannot allow this to stand.$B$BUse this talisman when you\'re near him. You\'ll gain the powers of a flame ascendant temporarily. Make it count.','Use the Talisman of Flame Ascendancy and slay Garnoth, Fist of the Legion, at the Gates of Sothann in Hyjal.','','','Return to Instructor Mylva at the Forge of Supplication.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39726,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25322,13202,616,0,16392,78,81,0,0,0,0,0,0,0,0,0,0,0,53107,1,'Fiery Inscriptions','The medallion is unlike any you\'ve seen before. Its runes appear to glow in conjunction with the near fire elementals.$B$BPerhaps you should tell Hamuul Runetotem about this.','Speak to Hamuul Runetotem in Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,4,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25509,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,25291,0,54788,1,'Physical Training: Forced Labor','Training to join our ranks is not pleasant. Why should it be?$B$BThe path to serve the Old Gods is long, painful, and soul-harrowing. Consider this your first step.$B$BTake this pick and break the lodestone deposits found in the gorge.$B$BNo, we don\'t need any of the ore. This is purely for your benefit.','Break 5 Darkwhisper Lodestones.','','','Return to Instructor Mylva at the Forge of Supplication.','Darkwhisper Lodestone broken','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25233,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'End of the Supply Line','Cho\'gall\'s Twilight Proveditors swear a blood oath that they will get their supplies through to the front, pledging a pound of their own considerable flesh for every pound of supplies they fail to deliver. They would rather die than fail.$B$BSee to it that they do both.','Slay 4 Twilight Proveditors at Wolf\'s Run in Hyjal.','Well done! The chaos we sow back here will be felt up and down the chain of command.','','Return to Jadi Falaryn at Wolf\'s Run.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39436,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25315,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25601,0,0,0,'Graduation Speech','You\'re finally ready, $Ndamus.$B$BI am so proud of you and all you\'ve accomplished.$B$BToday you will deliver a speech in front of your peers and inspire them to crush our enemies until Hyjal is nothing but a pile of ash.$B$BRemember, $Ndamus. It\'ll be important to read your audience\'s emotions and use words that best address those emotions.','Use the Initiation Podium at Doom\'s Vigil to successfully deliver the Graduation Speech.','','','Speak to Commander Jarod Shadowsong at Doom\'s Vigil.','Graduation Speech','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,234000,0,0,0,0,0,0,0,0,0,0,249300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25499,13202,616,0,137,80,81,0,0,0,0,0,0,0,0,0,25509,0,0,0,'Agility Training: Run Like Hell!','Before we go any further, we\'re going to have to get you into shape.$B$BDevotion to the Old Gods is not going to save you when some emerald dragon comes chasing after you. You need to be fleet of foot, if you catch my drift.$B$BEnough said. We\'ll summon your trainer... your job is to run away from him without leaving this camp.$B$BGo!','Run away from the Blazing Trainer within the Forge of Supplication for 1 minute.','','','','Physical Training','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25326,13202,616,0,16392,78,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Block Their Retreat','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25327,13202,616,0,16392,78,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Awakening','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25496,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grudge Match','I don\'t know if you\'ve picked up on this, but there\'s a bit of a rivalry between the ogre members of the Twilight\'s Hammer and the rest of us.$B$BFor me... it\'s personal.$B$BThis one ogre called Gromm\'ko has a pet raptor named \"Butcher.\" He\'s taken out the last three of my corehound pups.$B$BI think this last one will fare differently. He\'s got a real killer\'s instinct.$B$BGo to the Seat of the Chosen and challenge Gromm\'ko to a match between our two beasts. Humiliate him for me, $Ndamus.','Challenge Gromm\'ko at the Seat of the Chosen in Hyjal.','','','Return to Instructor Devorann at the Forge of Supplication.','Grudge Match','','','',0,0,0,0,0,0,0,0,0,0,0,0,40409,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25329,13202,357,0,8388616,34,37,0,0,0,0,0,0,0,0,0,25641,0,0,0,'Might of the Stonemaul','So the Twilight\'s Hammer thinks it can just raise its own army of ogres here? In the middle of Horde territory? $B$BWe\'ll see about that.$B$BOgres only respect one thing: strength. I want you to lead the assault on Cho\'gall\'s sermon, $n. Throw wide the doors of Dire Maul, leap into the arena, and cut down his attendants.','Disrupt Cho\'Gall\'s Twilight Sermon.','','','','Sermon disrupted','','','',0,0,0,0,0,0,0,0,0,0,0,0,45115,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54939,54940,54938,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25923,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25915,0,56207,1,'Finish Nemesis','Your turtle companion can use this newfound power to render the two of you invulnerable for a short period of time. You can \"turtle up\" to avoid the worst of Nemesis and his fury. To do so, simply invoke this totem.$B$BThis is all I can do for you. Together, you and a Child of Tortolla must defeat Nemesis, once and for all. Finish the Usurper!$B$BReturn to me if you lose your turtle friend.','Use the Totem of Tortolla and the help of a Child of Tortolla to defeat Nemesis. See Garunda Mountainpeak if you lose your turtle companion. ','','','Return to Garunda Mountainpeak within the Crucible.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41614,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57263,57262,57261,57260,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25331,13202,4714,0,278536,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grandma\'s Cat','Right! About the evacuation, dear.$B$BI just cannot leave without my cat. He\'s an adorable orange tabby.$B$BChance\'s favorite spot to play is a broken down cart near an arbor northeast of here.$B$BBring him here and we\'ll be on our way.','Grandma Wahl at the Wahl cottage wants you to retrieve Chance the Cat.','','','','','','','',49281,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25299,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,52828,1,'Mental Training: Speaking the Truth to Power','You might think you\'re ready to receive the knowledge we\'re to impart on you. But you are not.$B$BThink of your mind as a box inside a series of other boxes.$B$BEach step of our training will open one of those boxes, until you are ready to achieve direct communion with the elements.$B$BTake the Core of Ascension and answer all questions it asks of you, truthfully. Failing to do so could be... fatal.','Use the Orb of Ascension and answer 10 answers correctly.','','','Return to Instructor Mylva at the Forge of Supplication.','Mental Training','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25333,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25208,0,0,0,'Might of the Sentinels','The Twilight\'s Hammer? Here?$B$BThis is far more serious than I expected. We\'ve got to put a stop to this. I don\'t know if I\'m ready to lead such an offensive, but I\'m not about to let my fears get in the way of what needs to be done!$B$BI will rally our forces from Feathermoon Stronghold. Head to Dire Maul, make your way to the arena, and disrupt Cho\'gall\'s activities; we will launch our attack during the confusion.','Disrupt Cho\'Gall\'s Twilight Sermon.','','','','Sermon disrupted','','','',0,0,0,0,0,0,0,0,0,0,0,0,45115,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54936,54937,54935,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25334,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25471,0,0,0,'The Looming Threat','Can ya feel how angry the elements be? They be wantin\' to attack us and consume us even as we just arrive. We need ta calm dem, but that kinda wisdom only comes from knowin\' what\'s riling them up in da first place.$B$BCome sit with me by da fire. Let yaself get lost in da flames... let ya spirit peer into the true threat.','Speak to Farseer Gadra to enter your Spirit Trance.','','','','Share in Farseer Gadra\'s Spirit Vision','','','',0,0,0,0,0,0,0,0,0,0,0,0,40307,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,4,0,0,0,0,0,0,59000,0,0,74858,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25335,13202,357,0,16392,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Natural Materials','I will need certain materials to complete my endeavor... You may do this alongside the other tasks I will give you.$B$BI\'ll need a splintered log from a treant of Feralas. Encrusted minerals, these can be found on the mountain giants and faerie dragons to the west. Also, find me some resilient sinew from the owlbeasts of the Hinterlands or hippogryphs of Feralas. Finally, I\'ll need a large amount of metallic fragments from any of these creatures I mentioned.','Bring 2 Splintered Logs, 6 Encrusted Minerals, 20 pieces of Resilient Sinew, and 40 Metallic Fragments to Witch Doctor Uzer\'i in Camp Mojache.','','','','','','','',9590,9589,9591,9592,0,0,2,6,20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25336,13202,357,0,0,35,38,0,0,0,0,0,0,0,0,0,25252,0,9618,1,'Testing the Vessel','Master Uzer\'i\'s taught me in the ways of making spirit weapons of great power. I\'ll help you set on the path to make some, and you\'ll give me the chance to practice my craft.$B$BThis vessel can shrink and trap a defeated creature inside of it. We\'ll need the muisek of beasts first; ironfur bears and longtooth wolves. Kill them, and use the muisek vessel to shrink and capture them before their spirits can escape.','Kill 10 Ironfur Bears or Longtooth Runners, and use the Beast Muisek Vessel to shrink and capture the fallen beasts.','','','','','','','',9594,9618,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25337,13202,357,0,0,35,38,0,0,0,0,0,0,0,0,0,25336,0,9619,1,'Hippogryph Muisek','The next step is hippogryphs.$B$BAs Master Uzer\'i always said, hippogryphs have been loyal companions to the night elves for many years, an\' their spirits are loyal and steadfast.$B$BI don\'t think they\'ll miss a few, and I don\'t care if they do. We need the muisek of 10 frayfeather hippogyphs in the wilderness to the south.','Kill 10 Frayfeather Hippogryphs of any type, then use the Muisek Vessel to shrink and capture them.','','','','','','','',9595,9619,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25338,13202,357,0,0,35,37,0,0,0,0,0,0,0,0,0,25641,0,9606,1,'Treant Muisek','The wandering forest walkers that can be found meandering through the forest are our next target, $N. Night elves have enlisted treants as allies to fight against the horde. Their movement may be slow, but their role as protectors is undeniable.$B$BSoon we will be able to use this power for our own benefit.$B$BFind three wandering forest walkers; kill them, and use the muisek vessel to shrink and capture them.','Kill 3 Wandering Forest Walkers. Use the Muisek Vessel to shrink and capture the fallen Treants.','','','','','','','',9593,9606,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25339,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,25210,0,0,0,'Vengeance on the Northspring','In my day, I was a seasoned hunter. There wasn\'t any creature around that I feared. Until...$B$BI was out in the forest, sharpening my blade after a tough battle, when I was ambushed. Harpies surrounded me, and I barely managed to drag myself to safety.$B$BEven now, I can still hear their cries echoing...$B$BI was never the same after that. But the hate boils inside of me -- I must get even, after all these years.$B$BThe Northspring harpies can be found to the west of here. $N, get my revenge. ','Kill 6 Northspring Harpies and 6 Northspring Windcallers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5362,5366,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,4,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25340,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,25210,0,0,0,'Dark Heart','Edana Hatetalon is the queen of the Northspring harpies that reside in the ruins to the west. She is pure evil; I have heard that her heart is one of crystal. She is void of any emotion aside from the hate she feels towards all others. You must face Edana and bring me back her dark heart.$B$BI have heard of a horn that harpies carry -- blowing it by the Hatetalon stones, in the northern part of the ruins, will summon the queen.$B$BImagine her surprise when it is not her kin calling her, but her death.','Slay Edana Hatetalon and obtain Edana\'s Dark Heart.','','','','','','','',9528,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54921,54922,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25341,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,25209,0,0,0,'The Gordunni Orb','While you\'re down there cracking skulls...$B$BI\'ve gotten reports that make me think these ogres may be more than the usual lumbering threat. The Warlocks among them have been seen carrying orbs, possibly items of empowerment.$B$BIt would be easy to dismiss them as crude trinkets, but I need to make sure we\'re not surprised. Bring me back one of these orbs.','Collect a Gordunni Orb from a Gordunni Warlock.','','','','','','','',52832,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25342,13202,357,0,262152,35,37,0,0,0,0,0,0,0,0,0,25341,0,52832,1,'Talk to Swar\'jan','We\'re lucky and unlucky here, grunt. Lucky that I had you bother to bring this back, and unlucky that my suspicions turned out to hold water. This thing\'s full of corrupted stench.$B$BIt\'s far too new to be something fished out of the ruins, either. Someone is supplying these ogres, and we need to know who before this becomes a situation.$B$BGet that filthy thing upstairs to Swar\'jan, the warlock on top of the guard tower. He\'s good for a few ideas; I\'d listen to his suggestions, if I were you.','Deliver the Gordunni Orb to Swar\'jan in Stonemaul Hold.','','','','','','','',52832,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25344,13202,357,0,8,34,37,0,0,0,0,0,0,0,0,0,25342,0,52833,1,'Ogre Abduction','There\'s no way the Gordunni made these. They\'re being supplied. Someone is giving them gifts of power, and we need to find out who.$B$BThe upper-class Gordok that guard Dire Maul will know more about this. Orhan is no doubt having you thin their numbers, but I\'ll need one alive.$B$BTake the orb back. It\'s similar to a Soulstone, so I\'ve made some...adjustments. Hold it up in front of a weakened Gordok ogre, and once you\'ve captured him, bring it back here.','Use the Modified Soulstone to capture a Gordok ogre.','','','','Gordok Ogre Mage Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,39845,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54931,54933,54934,54932,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25345,13202,357,0,0,35,37,0,0,0,0,0,0,0,0,0,25338,0,9620,1,'Faerie Dragon Muisek','$N, next I must have you capture a creature that in appearance, may look quite fragile, yet its powerful spirit is what we are truly after. The faerie dragons that I speak of have served the night elves as their allies. We must capture one so that the horde may benefit from this strength of spirit as well.$B$BHere is the muisek, $N. Kill 8 sprite darters or sprite dragons, and capture their muisek. They may be found to the west of here.','Kill 8 Sprite Darters or Sprite Dragons. Use the Muisek Vessel to shrink and capture the fallen Faerie Dragons.','','','','','','','',9596,9620,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25346,13202,357,0,0,35,37,0,0,0,0,0,0,0,0,0,25345,0,9621,1,'Mountain Giant Muisek','The mountain giants left the mountains to aid the night elves when the Burning Legion appeared in the world. You will know them by their massive size and the way the ground begins to shake as you travel along their rocky terrain.$B$BI am eager to harness power of that size. Kill 7 mountain giants, then use the muisek vessel to capture their powerful muisek.','Kill 7 Mountain Giants. Use the Muisek Vessel to shrink and capture the fallen Mountain Giants.','','','','','','','',9597,9621,0,0,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25349,13202,357,0,8,38,40,0,0,0,0,0,0,0,0,0,25375,0,0,0,'Twisted Sisters','I have heard of your battle against the corrupted dragons, $n, and I thank you for your courage... but I have disturbing news.$B$BThe dryads of the forest, though allies of the Night Elves, have always passed us by in peace. But they have become cruel and twisted, attacking any who wander the eastern wilds.$B$BI fear for the safety of the refugees here, $n. Please, put a stop to these twisted dryads.','Kill 7 Corrupted Dryads.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40168,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25350,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25333,0,0,0,'The Lost Apprentice','If you have a moment, $c...$B$BOne of the students I was teaching has gone to explore the darkmist ruins to the south by himself. I warned him that it was too dangerous, but he was too excited to listen. I had spoken with him earlier about an amulet that is concealed within those ruins. Now, I fear that he may have run off in search of it, because of me...$B$BEstulan has forbidden us to pursue him. If you go there, could you please look for him?','Look for the Lost Apprentice in the Darkmist Ruins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29164,13914,0,0,266240,85,85,0,0,0,0,0,0,0,0,1,0,0,69235,1,'','The wolf ancient, Lo\'gosh - or, if you prefer, Goldrinn - has many weapons available to him, but always the most underestimated is his howl. Today, we will use this weapon to summon and defeat Lylagar, one of the lieutenants of flame that lurk within the Firelands.$B$BDefeat any of the creatures of flame within the Regrowth, and then use the Fang of the Wolf while standing atop their corpse. Soon, your howl will echo across all of Kalimdor.','Use the Fang of the Wolf atop the corpses of 10 Firelands invaders within the Regrowth.','$B$BYes, $N, you are ready. Now, we strike against Lylagar.','','Return to Matoclaw.','Howl atop an invader\'s corpse','','','',0,0,0,0,0,0,0,0,0,0,0,0,52791,0,0,0,10,0,0,0,97605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29145,13914,0,0,0,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Opening the Door','You\'re a bit late. Hamuul, Malfurion, and some of our esteemed guests have already traveled to the invasion point, atop that cliff.$B$BOur gate to the Firelands is not yet completed, but it will be shortly. The sooner we can break through, the better.$B$BGo on! Hamuul will be expecting you.','Report to Arch Druid Hamuul Runetotem at Nordune Ridge in Mount Hyjal.','','','It is good to see you again. Our gate is nearly opened.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29147,13914,0,0,4096,0,1,0,0,0,0,0,0,0,0,1,0,0,69234,1,'Call the Flock','Today, we have an opportunity to make another assault against one of Ragnaros\' greater minions: Millagazor. However, we first need to get some assistance.$B$B$B$BUse this artifact to invoke the power of Aviana. Once you have done so, travel northwest and gather some of her flock by calling out to them.$B$BOnce you have done so, we may proceed against Millagazor.','Use your Call the Flock ability to gather 12 Alpine Songbirds, 5 Forest Owls, and 2 Goldwing Hawks.','$b$bWell done, $r. Now that the flock is assembled, we strike.','Yes?','$B$BWell done, . Now that the flock is assembled, we strike.','Alpine Songbird gathered (12)','Forest Owl gathered (5)','Goldwing Hawk gathered (2)','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29148,13914,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,29147,0,69212,1,'Wings Aflame','$B$BMillagazor is a creature of flame, but in many ways, he is not unlike the birds of this land. As such, Aviana\'s artifacts may still have the power to summon him.$B$BThe fiery portal to the west is where you will find him. Use the quill near the portal\'s entrance, then prepare for a fierce battle.','Use the Quill of the Bird-Queen to summon and defeat Millagazor.','Well done, champion.','','Well done, champion.','Millagazor slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29163,13914,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Rage Against the Flames','Of all of our tasks here in Hyjal, the most pressing is simple: destroy these invaders. The very nature of fire is that it is all-consuming. Lower your defense for just a moment and it will destroy everything in sight.$B$BKill any of the fiery invaders you find. Every enemy defeated purchases more time for Hyjal.','Kill any 9 invaders from the Firelands in the Regrowth or Sethria\'s Roost.','Well-fought, $N. Take a break from the flames for a while.$b$bHyjal will live to see another day, and when that day comes, I will need you alive.','','Well-fought. Take a break from the flames for a while.$B$BHyjal will live to see another day, and when that day comes, I will need you alive.','Invader from the Firelands slain (9)','','','',0,0,0,0,0,0,0,0,0,0,0,0,54362,52219,52300,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25356,13202,400,0,8,38,40,0,0,0,0,0,0,0,0,0,0,25487,0,0,'To the Summit','We are staging a relief effort at Westreach Summit for all of Thousand Needles. Shyn will lend you my wind rider to safely get you there. Speak with Kanati Greycloud when you land.$B$BYou must go quickly if lives are to be saved!','Borrow a wind rider from Shyn and speak with Kanati Greycloud at Westreach Summit in Thousand Needles.','','','','Wind Rider to Westreach Summit','','','',0,0,0,0,0,0,0,0,0,0,0,0,39897,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25357,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25405,25545,0,0,'Buy Us Some Time','So many good men have been lost today. Without you, that number would be even higher.$b$bYou have our gratitude.$b$bIf what the shaman says is true, then there is no time to spare. The naga are scouring these waters looking for survivors.$b$bWe are not yet ready to fight. You must buy us time to make preparations. Find the naga that hunt us and delay their efforts.','Slay 8 Zin\'jatar Raiders.','','','','Zin\'jatari Raiders Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39313,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25358,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25602,0,0,0,'Nerve Tonic','How am I feelin\', you ask?$b$bWell, after bein\' yanked from the deck of our ship by a giant sea monster and then left to drown in the sea... not so good!$b$bMy nerves are gettin\' the best of me, to be honest.$b$bIf you could round up some of the supplies that are sure to be floatin\' around the nearby wrecks, I could likely whip up somethin\' that\'ll take the edge off...','Mack wants you to collect 5 Sunken Cargo in Kelp\'thar Forest.','I trust we both know what\'s been going on inside these crates...$b$bThat\'s right... ferrrmenntation! Here y\'are. My personal secret recipe.$b$bYou wouldn\'t get this from any other guy!','Were ya able to grab some supplies, $r?','','','','','',52973,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52974,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25359,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25456,0,0,0,'Toshe\'s Vengeance','You met Toshe back in Damplight Cavern, didn\'t you? He followed some of the fleeing naga to a set of ruins to the east and then sent for help.$B$BFind Toshe at the ruins as soon as you can. If you find out anything about what the naga want, please let us know.','Speak to Toshe Chaosrender at the Ruins of Thelserai Temple.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25360,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25216,0,0,0,'Crabby Patrons','These crabs are not friendly. Not. Friendly.$B$BSam\'s endless drilling is riling them up. I know from experience that there\'s no stopping Sam, so let\'s look into the other side of things, shall we?','Kill 10 Green Sand Crabs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39418,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,59761,59760,59759,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25361,13202,357,0,8,36,38,0,0,0,0,0,0,0,0,0,0,25362,0,0,'A New Cloak\'s Sheen','Well met, $c. I\'ve traveled with my companions down to Feralas on a mission for our Orgrimmar masters.$B$BMy life-mate Korrin finds great pleasure in new clothing, so I aim to make her a new cloak adorned with the gossamer wings of faerie dragons. Would you be able to help me? Sprite darters with the gorgeous wings I want are west of Camp Mojache.','Bring 10 Iridescent Sprite Darter Wings to Krueg Skullsplitter in Camp Mojache.','','','','','','','',9369,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25362,13202,357,0,8,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Grim Discovery','The Grimtotem clan! Those gutless traitors are still lurking around here, eh...$B$BYou have to go back, $c. Go back and bring me their horns... piles of them if you can. The Grimtotem are not to be trifled with or underestimated. Go back and slay them; let the rivers in Feralas run red with their dark blood.','Bring 20 Grimtotem Horns to Krueg Skullsplitter in Camp Mojache.','','','','','','','',9460,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25363,13202,357,0,8,36,38,0,0,0,0,0,0,0,0,0,25645,0,0,0,'War on the Woodpaw','The gnolls... they are more than a nuisance. They are a constant threat to the existence of this very camp! It is irrelevant whether they are indigenous to Feralas or not; if we do not strengthen our resolve against them, we will find ourselves driven out of the entire region.$B$BThe gnoll attacks against the camp have become more fevered as of late. We need your aid in thinning their numbers; bring to me ten of their manes, and I will reward you handsomely for your effort.$B$BGo!','Bring 10 Woodpaw Gnoll Manes to Hadoken Swiftstrider in Camp Mojache.','','','','','','','',9237,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,4,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25364,13202,357,0,8,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alpha Strike','Gnolls are unfortunately as resilient as they are brutish and stupid. I have driven back the gnolls time after time from our camp, and it is only our chieftain\'s mercy that prevents them from being wiped out entirely.$B$BOver the years, it has fallen into a dance of strength and dominance. When their numbers surge and they threaten the camp, the alphas, the strongest gnolls, must be slain.$B$BThis will drive them back into the forest, and leave us is peace until they forget their lessons.','Kill 5 Woodpaw Alphas.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5258,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,4,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25365,13202,357,0,8,36,38,0,0,0,0,0,0,0,0,0,25363,0,0,0,'Woodpaw Investigation','Gnolls aren\'t the sharpest tools in the shed, but they will no doubt have some sort of documented strategy on their recent activity. If we were to find those plans, then we\'d have a clearer idea of what is making them so worked up.$B$BI want you to head back to the Woodpaw and find anything that might resemble their battle plans. They have to have something; their attacks have been too coordinated to be done without them. Find them, and return to me when you have them.','Find the gnoll battle plans somewhere in the gnoll camps to the south of Camp Mojache.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25366,13202,357,0,128,36,38,0,0,0,0,0,0,0,0,0,25365,0,9266,1,'The Battle Plans','With the battle plans of the gnolls discovered, all that now remains is to bring the plans back to Hadoken Swiftstrider in Camp Mojache. Perhaps he or someone there can make further sense of what the gnolls are up to.','Bring the Woodpaw Battle Plans to Hadoken Swiftstrider in Camp Mojache.','','','','','','','',9266,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54950,54949,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25367,13202,357,0,8,36,38,0,0,0,0,0,0,0,0,0,25391,0,0,0,'Zukk\'ash Infestation','From what scouting we have managed to muster, we believe that the foe south of the gnolls is an insect-like race. Frankly, it is irrelevant whether or not they\'re sentient. If they are driving the gnolls to frenzy against us, then they are as big of a threat - if not more - than the gnolls.$B$BDive deep into where these Zukk\'ash insects dwell; it is known as the Writhing Deep. Thin their numbers and report back to me what you find, bringing back their carapaces as evidence of your handiwork.','Bring 20 Zukk\'ash Carapaces to Hadoken Swiftstrider at Camp Mojache, Feralas.','','','','','','','',18961,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25368,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,54456,1,'Verinias the Twisted','The other spirits and I are bound here by a cruel demon named Verinias. He is our captor, a twisted, mindless beast who devours our souls over milennia.$B$BThe lure of the souls and arcane magic you\'ve brought me should let you draw him out. Take this condensed essence to the dead tree at the far north of the ruins. Use it to lure Verinias and slay him, that I may finally be free...','Defeat Verinias the Twisted.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40136,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54924,54925,54926,54923,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25369,13202,357,0,8,36,38,0,0,0,0,0,0,0,0,0,25391,0,0,0,'Stinglasher','In surveying the Writhing Deep, one of our scouts reported seeing a giant insect - much larger than the other insects spotted - wandering about the twisted terrain. Not only is it larger, it also seems to secrete some sort of aura that the other insects don\'t. We\'ve given it a name - Stinglasher.$B$BThe innards of this beast would be invaluable to study as we figure out the best way to deal with this new threat. Cut out its secretion glands and bring it back to me immediately!','Defeat Stinglasher in the Writhing Deep, bringing its glands back to Hadoken Swiftstrider at Camp Mojache, Feralas.','','','','','','','',18962,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54942,0,0,0,1,0,0,0,67,0,0,0,0,0,6,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25291,13202,616,0,262280,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Training','You\'ve proven you\'re worthy of at least participating in our most basic training.$B$BYou\'ll find one of our settlements east of here. Speak to instructor Mylva there.','Speak to Instructor Mylva in Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25371,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25477,0,0,0,'The Abyssal Ride','If you are going to be making it anywhere in this kelp forest, we need to get you a reliable mount. I think I\'ve come up with a better plan than the sea turtle, and it\'s not far.$B$BTie off a lure at the rope just west of us, and then mount the seahorse that it will attract.$B$BBe warned, you may need to work hard to break the beast.','Lure and subdue an Abyssal Seahorse.','Amazing! You look exhausted. She must have really made you work for it.$B$BLife should be a lot easier down here going forward with a mount that swift at your beckoning. Congratulations, $n!','','','Tie off the Seahorse lure','Subdue an Abyssal Seahorse','','',0,0,0,0,0,0,0,0,0,0,0,0,39942,39996,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54465,0,0,0,1,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25663,13164,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25370,0,55208,1,'An Offering for Aviana','Although the guardian of all winged creatures is no longer with us in body, I sometimes hear her voice in the whisper of swaying leaves.$B$B$N, we ask much of you as you set out to preserve this mountain. Before going on, take a moment to reflect.$B$BTake this offering of nectar to Aviana\'s burial circle, a circle of stones just outside the main door of the shrine. Perhaps some time alone with Aviana\'s memory will help sharpen your focus.','Use the Sacred Nectar at Aviana\'s Burial Circle.','','','Speak to the Mysterious Winged Spirit outside of the Shrine of Aviana.','Nectar Offered','','','',0,55208,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25373,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,25374,0,0,0,'The Hilltop Threat','I am proud of Mojache\'s reputation as a safe haven in the wilds of Feralas, but the camp faces many threats. The Gordunni ogres gather nearby in the northern foothills, claiming their territory and despoiling the wildlife.$B$BWith the arrival of our brothers and sisters seeking shelter, I cannot let them linger any more. Go north and drive the ogres out.','Kill 5 Gordunni Hillguards.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39952,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,4,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25374,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sasquatch Sighting','You may have seen this with your own eyes, but my longrunners have reported something disturbing to me. The gordunni in the hills have captured an enormous sasquatch from the wilds.$B$BI don\'t know how long it\'s been held, but ogres are not ones for hobbies. I fear they plan to unleash the tortured beast on Camp Mojache.$B$BReturn to the deepest corner of the Gordunni Outpost and slay the sasquatch, $n.','Kill Bigfist.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39958,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54946,54947,54948,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25375,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,25373,0,0,0,'Taming The Tamers','The gordunni are not known to tame animals. If they\'re learning, this is cause for alarm. While the sasquatch they\'ve tamed may be the major threat to our camp, the gordunni who captured him should be dealt with as well. If left, they may simply capture another.$B$BKill the gordunni tamers, and make sure the ogres know their efforts will not be tolerated!','Kill 6 Gordunni Tamers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39957,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,4,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25376,13202,357,0,16384,37,39,0,0,0,0,0,0,0,0,0,0,0,9466,1,'Gordunni Cobalt','I just arrived here in Feralas, and I\'ve heard that the Gordunni Ogres that inhabit the wilds here have some interesting minerals. Who knows what they are up to, but they sure are protective of that stuff! They don\'t leave it just lying around; no, they bury it to protect folks like me from getting their hands on it.$B$BIf you\'d be willing, I\'ll give you my shovel. Go to the Gordunni Outpost north of here and dig me up some Gordunni cobalt. Look for the blue glow, then start digging!','Obtain 12 samples of Gordunni Cobalt.','','','','','','','',9463,9466,0,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9658,9660,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25377,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25587,0,53053,1,'The Horde\'s Hoard','It is unclear what manner of creature scrawled the seemingly random markings on this piece of parchment, but upon close inspection, some of the obscure shapes begin to look like landmarks.$b$bScanning the sea floor, you think you recognize a few points of reference, one being a nearby sunken ship. If your guess is correct, there appears to be treasure of some kind near the wreck.$b$bYou cannot help but wonder what the scaly, serpentine figure on the map might represent....','You must defeat Akasha to obtain the Horde Chest Key which you must then use to open the Sunken Horde Chest.','','','','','','','',53054,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59788,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25378,13202,357,0,262152,38,40,0,0,0,0,0,0,0,0,0,25349,25379,0,0,'Ysondre\'s Call','The dragons of nature... Heed her call, $n. Do not linger here. Her request for your aid is both a great honor and an omen of terrible danger.$B$BThe place she spoke of is called the Emerald Summit. A path off the main road through the Lower Wilds leads up one of the high stone plateaus; you will find a small shrine at the top.$B$BAll of Feralas may rest upon your shoulders. May the Earth Mother watch over you.','Speak with Ysondre at the Emerald Summit in the Lower Wilds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25379,13202,357,0,10,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taerar\'s Fall','Emeriss and Lethon are gone. It\'s only us left now. I can hide from this no longer. All I did while a part of that brood...all the suffering I\'ve caused...must be repaid today.$B$BI am still weak, $n. I cannot assume my true form even if I dare try. But I will still stand beside you in battle.$B$BIf you are prepared, I will call Taerar to us. He will be unable to resist the temptation of revisiting corruption upon me.','Defeat Taerar.','','','Defeat Taerar','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25354,13202,616,0,8,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sweeping the Shelf','The shrine is secure, the ogres in disarray. Enough. The time has come to go on the offensive.$B$BSomething sinister is underway above us, on the Lightning Ledge. It is time to unleash the fury of the Ancients!$B$BFly up to the Lightning Ledge and demolish the Twilight\'s Hammer there. Crush them, $N, slay their creations and hurl their bodies from the mountainside!','Slay 8 Twilight Stormcallers and 5 Howling Riftdwellers.','','','Return to Takrik Ragehowl at the Shrine of Goldrinn.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39843,39844,0,0,8,5,0,0,0,0,0,0,0,0,0,0,57368,57367,57366,57369,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25277,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25279,0,0,0,'Cleaning House','We are well on our way to returning the shrine to its former glory, $N. But there is some housecleaning to take care of. On the other side of this meadow, some ogre squatters are setting up camp, led by a thick-headed chunk of ugly by the name of Gar\'gol.$B$BKill Gar\'gol\'s minions and see if we can\'t send him packing.','Kill any combination of 8 Hovel Brutes or Hovel Shadowcasters within Gar\'gol\'s Hovel in Hyjal.','','','Return to Takrik Ragehowl at the Shrine of Goldrinn.','Minion of Gar\'gol Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39642,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25355,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lightning in a Bottle','Lo\'Gosh granted me a vision while you were in the hovel, $N. I saw you striding across the Lightning Ledge, with lightning bolts in your hand. The vision was powerful: Lo\'Gosh feels this is of utmost importance. We must not fail the Ancient.$B$BUpon the Lightning Ledge, Twilight\'s Hammer has been experimenting with devices they call \"Lightning Channels.\"$B$BInvestigate one of these channels, then use this totem to summon the Spirit of Lo\'Gosh and learn what the Ancient is planning...','Collect a Charged Condenser Jar from a Twilight Lightning Channel.','','','Use the Totem of Lo\'Gosh to summon and speak to the Spirit of Lo\'Gosh.','','','','',52854,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25383,13202,357,0,8,38,40,0,0,0,0,0,0,0,0,0,25379,0,0,0,'Ysondre\'s Farewell','With that, I am the only one left.$B$BEven if I choose to remain in this world, I cannot rejoin the green flight. But this victory gives me hope. Perhaps, in time, I can find peace in a simple life among mortals.$B$BYou must return to your people. Tell them that the dragons of nightmare are gone, and will no longer threaten these lands.','Speak to Chief Spirithorn in Camp Mojache.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54955,54954,54956,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25384,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25598,0,0,0,'Raw Materials','Thank you, $c. We owe you our lives.$b$bBut if we\'re ever to see the surface again, we\'ll have to fight our way out of here. That means I\'m going to need to craft some weapons and armor.$b$bBefore you found me, I saw a soldier eaten by one of those orca up there.$b$bI\'ll wager that if you cut a few of them open, you\'ll find plenty of scrap metal for me to work with.$b$bIf you don\'t want to swim up to them, I bet you could lure one down to you with some entrails...','Samir wants you to collect 3 Rent Scrap Metal from Frenzied Orca in the Kelp Forest.$b$bYou can lure an orca using Pincer Entrails from Clacksnap Pincers.','','','','','','','',53059,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59797,59796,59795,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25271,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25268,0,0,0,'Goldrinn\'s Ferocity','The beasts you see here, they\'re no longer my brothers from Gilneas. They\'ve been corrupted by some kind of madness, and they\'ve taken over the shrine.$B$BThey came when the Twilight\'s Hammer arrived in Hyjal, and they howl the name of some blasphemous mockery of our beloved Goldrinn. Forget about me - destroy these vandals before they continue to defile the shrine.$B$BAs you destroy them, look for the incense they carry and bring me some samples.','Acquire 6 Polluted Incense.','$B$BAs I suspected. These reagents bear the marks of the Twilight\'s Hammer. And here, the name \"Lycanthoth.\" I believe these are used in a summoning ritual...','Worgen like myself were drawn to the story of Goldrinn, his strength and wisdom. But these vandals - they worship a different aspect of the wolf god entirely.','Return to Ian Duran at the Shrine of Goldrinn.','','','','',52658,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25386,13202,357,0,262152,34,36,0,0,0,0,0,0,0,0,0,25250,0,0,0,'To Stonemaul Hold','You must send word of what has happened here, $n. To the south is Stonemaul Hold. There, our allies have gathered the few ogres of the horde to fight against those despoiling these forests.$B$BSpeak with Orhan Ogreblade. She leads the Stonemaul clan here, and will need to know of all that has occured. And be wary, lest some of this corruption remain...','Speak with Orhan Ogreblade in Stonemaul Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25387,13202,357,0,8,36,38,0,0,0,0,0,0,0,0,0,25329,0,0,0,'To Camp Mojache','You\'ve done a hell of a job here, $n. With the Twilight\'s Hammer shamed and the Gordunni left bleeding and broken, we\'ll be able to set our sights on the true battle with the Alliance here.$B$BIt\'ll take time to build our forces enough to match the night elves infesting this place. I\'m sending you ahead to Camp Mojache to the east; they\'ve got problems of their own, and we can\'t let any Horde territory fall here.$B$BLok\'tar!','Speak with Chief Spirithorn in Camp Mojache.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,4,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25388,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25587,0,53061,1,'A Case of Crabs','This crate, labeled \'Crab Meat\', seems to have fallen from a recently sunken cargo ship.$b$bAdarrah would surely welcome such a find, considering the ordeal she\'s had to endure.','Take the Case of crabs to Adarrah in Smuggler\'s Scar.','Why, $n! What a surprise!$b$bIf anyone ever calls your character into question you be sure to send them my way.$b$bI\'ll tell anyone who\'ll listen that in my moment of need, you gave me a case of crabs...','What have you got there, $n?','','','','','',53061,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68609,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25389,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25598,0,0,0,'A Taste For Tail','It could be days before we\'re ready to make our way to the surface, and to be honest, I\'m already beginning to get hungry.$b$bI hate to be picky, but when it comes to seafood, I\'m afraid there are very few things I can stomach.$b$bIf you come across any lobster types, I would happily pay you what coin I have with me for their tails.','Adarrah wants you to bring her 4 Clacksnap Tails.','Oh, my!$b$bThat\'s some of the biggest, juiciest tail I\'ve ever seen!','Oh, please tell me you were able to find me some food, $c.','','','','','',53073,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25390,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25598,0,0,0,'A Girl\'s Best Friend','Let\'s just get it out in the open. I\'m no stranger to love, $n.$b$bOver the years, if there\'s one thing I\'ve learned, it\'s that love\'s tangible treasures last longer than the flames of passion.$b$bI\'ve managed to collect my fair share of these gifts - gemstones, rings, necklaces, and the like, and I carry them with me wherever I go.$b$bAt least I used to...$b$bWhen I was swept from the ship, my valuables were scattered across the sea. Help me recover them and I promise to make it worth your trouble.','Adarrah wants you to recover 6 Adarrah\'s Keepsakes.','Oh, you\'ve found them! I was sure they were lost forever...$b$bHere you are, $n. I hope this is ample payment.','Well, $r?$b$bWere you able to recover my valuables?','','','','','',53074,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59793,59794,59792,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,76483,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25391,13202,357,0,0,35,37,0,0,0,0,0,0,0,0,0,25346,0,0,0,'Weapons of Spirit','Imbuing the muisek into the weapons is a difficult process. Now that I have all of the required materials and the muisek of the creatures that you captured, I may begin. Please wait; I will return in a moment.','Witch Doctor Uzer\'i wants you to wait for a moment while he prepares the weapons.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54969,54970,54971,54972,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25273,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25271,0,52682,1,'Lycanthoth the Corruptor','I think I understand what\'s happening here. The Twilight\'s Hammer fears that the ancients may someday rise up to oppose them. They\'ll do anything to stop the return of Goldrinn.$B$BThis \"Lycanthoth\" is a twisted version of our beloved wolf god, summoned by the Twilight\'s Hammer to replace him.$B$BBah! It is but a shadow of Goldrinn\'s power. $N, kill this beast so that the true ancient can return. Take this incense and burn it in the Maw of Lycanthoth east of here. Slay that beast and free Goldrinn!','Use Lycanthoth\'s Incense within the Maw of Lycanthoth in Hyjal to summon and kill Lycanthoth.','You were brave to face down Lycanthoth, $N. Like myself, he was a primal force of nature... but his origins were from a darker place.$B$BThose who birthed that beast reached deep into the blackness, channeling powers never intended for this world.$B$BCome, $c. Climb onto my back, and let us show these beasts the true face of ferocity!','Your bravery is an inspiration to others, $c. Tell me your name.','Speak with the Spirit of Goldrinn over the corpse of Lycanthoth at the Maw of Lycanthoth.','','','','',0,52682,0,0,0,0,0,1,0,0,0,0,39446,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57379,57378,57377,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,87332,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25394,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,25447,0,0,0,'More Than Illness','I\'ve discovered a brood of dragon whelps gathered off the road to the north with a similar affliction. Green dragons are sacred custodians of nature. The fact that this disease is capable of spreading to them is cause for great alarm.$B$BWe must stop this from spreading further through any means. Slay the infected whelps, $n, and return to me.','Kill 10 Noxious Whelps.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39384,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,54910,54911,54912,54909,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25395,13202,11,0,8,18,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stolen Keg','You\'ve got to help us, $glad:lass;. We were tasked with escorting a precious cargo to our fellow dwarves...a keg full of the finest ale you can get out here!$B$BUnfortunately, bird-brain over here fell asleep on the job! Those blasted orcs took our keg, and hauled it up into Dun Algaz where they\'re hiding.$B$BThis can\'t stand! Now, while I stay here and try to convince this idiot that it was his fault, I\'d like you to go in there and get our keg back. For Khaz Modan!','Retrieve the Mountaineer\'s Ale from Dun Algaz.','','','','','','','',55209,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25396,13202,357,0,8388616,34,36,0,0,0,0,0,0,0,0,0,25394,25398,0,0,'Tears of Stone','As you witnessed, the dragon Ysondre has told us that the tears of the land can seal the portal from which this corruption stems.$B$BHer words ring true; in the glade to the west, I have seen the mountain giants distraught. They raged in frustration and wept, and their tears fell upon the stones as shining crystals.$B$BThough the giants weep no more, these stonetears must be what Ysondre referred to. We must gather them.','Collect 7 Stonetears.','','','','','','','',52573,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25397,13202,357,0,8388616,34,36,0,0,0,0,0,0,0,0,0,25394,25398,0,0,'The Land, Corrupted','The cliff giants of Feralas are extensions of the earth itself, $n. When nature thrives, they are benevolent protectors and peaceful guardians.$B$BBut as the forest is tainted, so too are they.$B$BShould they be corrupted by this malady, they will lash out in violence against trees, wildlife, and the very boulders they were shaped from.$B$BBe wary in your tasks. Should you find any corrupted giants, destroy them, for the sake of those still spared.','Kill 6 Corrupted Cliff Giants.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40972,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25398,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,52576,1,'Sealing the Dream','It is ready. Take this, $n; a beacon of natural essence, blessed by the will of Ysondre.$B$BTo the north, on the other side of the flowing brook, is Dream Bough. There stands the Great Tree, the tallest in Feralas, a sapling of the very World Tree. A portal to the heart of the Emerald Dream sits in its trunk, and it is this portal you must seal.$B$BThe portal will be guarded, but you must be brave.','Use Ysondre\'s Tear to seal the portal at Dream Bough.','','','','Portal Sealed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39834,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54917,54918,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25399,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25304,0,0,0,'Hatecrest Forces','The Hatecrest are fighting fiercely! Their leader is a priority, but we need to kill as many of them as we can.$B$BGo ahead of me, I\'ll meet you on the battlefield. Show them no mercy!','Kill 10 Hatecrest Naga.','','','','Hatecrest Naga killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,39750,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25400,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25463,0,0,0,'The Gordunni Threat','Estulan, the Highborne up in the tower, is reclusive. I haven\'t been able to speak to him very much. He has, however, told me that the ruins of the High Wilderness to the south are full of Gordunni ogres.$B$BThe ogres are not only a threat, they\'re destroying any forest and wildlife nearby. Estulan has also warned me of what might happen if they discover any artifacts of Highborne power among the ruins...$B$BHead south, $n, and slay any Gordunni you find!','Kill 16 Gordunni ogres in the High Wilderness.','','','','Gordunni Ogre slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,5234,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25401,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25400,0,0,0,'The Gordunni Orb','In addition to clearing out the ogres...$B$BEstulan mentioned something else about the ogres. He said the ogre warlocks may have some sort of orb, or other item of power$B$BHe was terse about it, but seemed upset...he said there was \"no way they could be Highborne\", so I think he wants to know just where they got them. Bring me back one of these orbs.','Collect a Gordunni Orb from a Gordunni Warlock.','','','','','','','',52832,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25402,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25401,0,52832,1,'Estulan\'s Examination','He\'s right. I haven\'t been among the night elves long, but I can tell these markings are completely unlike any kaldorei decorations...$B$BEstulan needs to see this. Take this up the tower to him. He may be surly, but don\'t be dissuaded; once he sees the orb, he\'ll realize it\'s an important issue.','Deliver the Gordunni Orb to Estulan.','','','','','','','',52832,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25403,13202,357,0,8,34,37,0,0,0,0,0,0,0,0,0,25402,0,52833,1,'Ogre Abduction','This is neither a crude ogre trinket, nor an ancient relic made by my kind. Its specific construction is new to me...and this fact disturbs me greatly.$B$BThe wolf-girl will be sending you to Dire Maul soon, to fight the Gordok elite. They are the leaders of the Gordunni, and would know who is supplying these.$B$BTake the orb back, I\'ve cast a few enchantments on it. Hold it up in front of a weakened Gordok ogre, and once you\'ve captured him, bring it back here.','Use the Modified Soulstone to capture a Gordok ogre.','','','','Gordok Ogre-Mage Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,39845,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54927,54929,54930,54928,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25624,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Maw!','$N! Lo\'Gosh needs you. Atop the Lightning Ledge, Twilight\'s Hammer has erected a flamegate. We don\'t know where it leads, but nobody who\'s gone through has returned. You are to venture inside and be the fangs of Lo\'Gosh within.$B$BStep into the flamegate and talk to Jordan Olafson when you get inside. He\'ll give you a token to allow you to use Lo\'Gosh\'s power inside that realm. Find out where the flamegate leads!','Step through the flamegate atop the Lightning Ledge in Mount Hyjal, and speak with Jordan Olafson within.','','','Step through the flamegate atop the Lightning Ledge in Mount Hyjal, and speak with Jordan Olafson within.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55050,0,0,0,1,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25405,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25281,0,0,0,'Rest For the Weary','You have done well, $r, but there is much more to do and I grow weary.$b$bI have expended a great deal of energy sending a distress message to Earthen Ring leadership, pleading for their help.$b$bI must rest if I am to be of further use to us here.$b$bSpeak to the leader of the men you\'ve saved and do what you can to help them prepare for battle.$b$bThe naga are scouring the waters for us. It is but a matter of time before they return - and they will surely come in even greater force.','Speak with Captain Taylor.','I hear you, $r.$b$bI understand the urgency, but these men are in no condition to fight.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25406,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25400,0,0,0,'Gordok Guards','With the nearby ogres dealt with, we should take the offensive and press our attack into their territory.$B$BThe Gordok ogres are the head of the Gordunni clan, ruling them from the ruins now called Dire Maul. They are stronger than the lesser Gordunni, but I have no doubt you can handle them, $n. They won\'t know what hit them.','Kill 6 Gordok Enforcers and 6 Gordok Ogre-Mages.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11440,11443,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25407,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25406,0,53101,1,'Forces of Nature: Wisps','The Sentinels make up the bulk of our forces here, but a well-rounded night elf army requires more than just night elves. The creatures of this forest, our ancestral home, have protected us for centuries. We simply need to rally them.$B$BTake this whistle. Our allies know this sound, and you\'ll be using it to recall them.$B$BBefore you start gathering creatures, I\'d like you to recall a few of our wisps, just for practice. You can find them just outside the fortress, among the trees.','Use Tessina\'s Whistle to recall 3 Feathermoon Wisps.','','','','Wisps Rallied','','','',0,0,0,0,0,0,0,0,0,0,0,0,40079,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25623,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Maw!','$N, there you are! Goldrinn has a mission that only his champion can accomplish. Atop the Lightning Ledge, Twilight\'s Hammer has erected a flamegate. We don\'t know where it leads, but Goldrinn can\'t enter. The ancient needs you to be his fangs.$B$BStep into the flamegate and talk to Jordan Olafson when you get inside. He\'ll give you a token to allow you to use Goldrinn\'s power in that realm. Find out where the flamegate leads!','Step through the flamegate atop the Lightning Ledge in Mount Hyjal, and speak with Jordan Olafson within.','','','Step through the flamegate atop the Lightning Ledge in Mount Hyjal, and speak with Jordan Olafson within.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55049,0,0,0,1,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25409,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25407,0,53104,1,'Forces of Nature: Hippogryphs','Hippogryphs are majestic creatures. Some say they were created by Cenarius himself as a gift for the night elves. They\'re wary of other races, but they\'re intelligent enough to recognize a friend of a friend.$B$BI need more hippogryphs here so we can begin training some of our newer archers to ride them. Take the whistle again and rally the Frayfeather hippogyphs in the grove just south of the Tower of Estulan.','Use Tessina\'s Whistle to rally 10 Frayfeather Hippogryphs.','','','','Hippogryphs Rallied','','','',0,0,0,0,0,0,0,0,0,0,0,0,40072,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25410,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25409,0,53105,1,'Forces of Nature: Treants','Some people think treants are good for little more than fetching drinks in a war. Most of them haven\'t seen an entire defensive line scattered by what they thought was cover.$B$BAnd have you ever seen a peon try to chop one down and get surprised? I was in tears...$B$BAt any rate, they\'re immensely valuable allies. You\'ll find some wandering just outside the Tower of Estulan and more in forest to the east, just southeast of Dire Maul. Be on the lookout for the Horde!','Use Tessina\'s Whistle to rally 6 Wandering Forest Walkers.','','','','Treants Rallied','','','',0,0,0,0,0,0,0,0,0,0,0,0,40090,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25630,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fires of Mount Hyjal','Do you see it, $N? From the ridge southwest of here... plumes of black smoke curling into the sky.$B$BMount Hyjal is burning.$B$BIf the fires have raced this far up the mountain, surely they threaten the Grove of Aessina and all of our forces there. Can you investigate?$B$BSpeak with Laina Nightsky near the Grove of Aessina. Last I heard, she was fighting off the assault.','Speak with Laina Nightsky near the Grove of Aessina in Hyjal.','Can this wait, $c? The battle is not going well.$B$BOh, you\'re here to help. I hope you don\'t mind a little heat...','','Speak with Laina Nightsky near the Grove of Aessina.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25297,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'From the Mouth of Madness','I know of a draught that should jolt these gibbering former slaves back to reality. Gather some stonebloom from the rocks around Gar\'gol\'s hovel, some bitterblossom from the shores of the nearby lake, and a darkflame ember from one of the braziers at the hovel entrance. The draught won\'t last long, so combine the ingredients at a twilight cauldron by the entrance to the hovel.$B$BOne sip of that draught should knock some sense into the brainwashed slaves!','Gather up Stonebloom, Bitterblossom, and a Darkflame Ember.','$B$B','','Mix the ingredients together at a Twilight Cauldron at the entrance to Gar\'gol\'s Hovel.','','','','',52726,52727,52728,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25413,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Change of Plans','Alright, kid. Slight change of plans...$b$bI think I\'ve figured out a way to finish off that monster and you\'re going to assist me.$b$bThe way I see it, you owe me until my work is done here, and I ain\'t leaving without that artifact.$b$bFirst I need you to search those old wrecks for some good rope and a serviceable harpoon.$b$bThen... well, I\'ll fill you in on the rest later.','Get the Rusty Harpoon and 3 Coils of Rope.','','','','','','','',55183,55214,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25419,13202,4815,0,65672,80,81,0,0,0,0,0,0,0,0,0,0,0,55186,1,'Lady La-La\'s Medallion','Dozens of crude gold links make up this heavy chain.$b$bDangling from the center link is an opalescent fragment of what must have once been a large shell-shaped medallion.$b$bYou wonder if the other fragments might be nearby, and if the medallion might be reassembled into its original state.','Collect the 5 Medallion Fragments from Gilblin Collectors and combine them to create Lady La-La\'s Medallion.','','','','','','','',55187,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59784,59783,59782,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25420,13202,440,0,8,47,49,0,0,0,0,0,0,0,0,0,28881,0,0,0,'Ancient Obstacles','I\'ve studied the gate here for years, trying to find a way of entry that wouldn\'t disturb any of the ancient architecture just behind it. It figures a few overgrown earthquakes decided to muck the whole thing up! But what\'s done is done, and the entrance to Uldum is revealed.$B$BI wasn\'t expecting anything to come out of the ruins before we went in, though. A whole mess of golems are running amok in the valley now, let loose from inside. Someone needs to clean them up if we\'re gonna get in there!','Destroy 6 Sandstone Golems.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38914,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,56903,56904,56905,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25421,13202,440,0,8,47,49,0,0,0,0,0,0,0,0,0,25070,0,52470,1,'The Grand Tablet','At the bottom of the chest, you find a large tablet. Made of a material resembling stone, but completely smooth and flawless, it is covered in strange writing.$B$BWhile some resembles the writing on the walls, other scripts appear completely different. Gunstan would probably like to see this.','Take the Grand Tablet to Gunstan.','','','','','','','',52470,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56897,56898,56899,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25422,13202,357,0,8388616,35,37,0,0,0,0,0,0,0,0,0,0,25368,0,0,'The Darkmist Legacy','I am chained to this place...it takes so much effort just to speak to you. I can barely maintain this shape.$B$BI could help you, but please, help me pull myself together first. Once I\'m more focused on this plane, I should be able to do it...$B$BIf I could just leave this tomb, the soil itself outside is full of ancient arcane deposits, laying forgotten for centuries. Could you bring me some?','Collect 6 piles of Glowing Soil.','','','','','','','',53135,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25423,13202,357,0,8388616,35,37,0,0,0,0,0,0,0,0,0,0,25368,0,0,'Ancient Suffering','You must be careful when you venture forth. Other spirits are bound to this place, malevolvent and hateful ones. They\'ve all suffered so much.$B$BNone of what they used to be remains, only suffering and a will to live. We will need that will to summon the overlord that keeps me bound here. Please, gather the essence of the spirits, and bring it back to me.','Collect 6 Soul Essences.','','','','','','','',53136,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25224,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Bloom','It is customary for new recruits to be sent on a difficult or sometimes impossible task. I was sent to obtain a black dragon\'s scale; last year\'s instructors demanded a feather from a phoenix.$B$BYour lot has it relatively easy. Find me a handful of flame blossoms.$B$BThey grow around here in relative abundance. Oh, right. There will be a gigantic core hound roaming the fields to keep things interesting. Do your best to avoid him.','Obtain 5 Flame Blossoms.','','','Return to Condenna the Pitiless at the Twilight Gauntlet.','','','','',52537,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25426,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,26574,0,0,0,'War on the Woodpaw','The first of Shandris\'s direct orders is to deal with the Woodpaw gnolls here. They\'ve been spreading too far, too fast, and are becoming a threat to both the forest and our war effort.$B$BThey know we\'re here. After we took this camp, we\'ve been leading covert strikes against them. It\'s time to make a major blow; bring back ten of their manes, and we\'ll be ready for the next phase.','Collect 10 Woodpaw Gnoll Manes.','','','','','','','',9237,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25427,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,25426,0,0,0,'Alpha Strike','Never underestimate a threat. These gnolls may seem like simple brutes, but there\'s animal cunning even among them.$B$BThe gnolls run as a pack, and every pack has Alphas: The biggest, strongest, and most ruthless members that claw their way to dominance. They\'re the ones giving orders, so they\'re the ones we\'re going to slay now.$B$BThey reside mostly around the Woodpaw Den, pushing the others around. Get out there and push harder.','Kill 5 Woodpaw Alphas.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5258,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,4,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25300,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Eye of Twilight','The ogre clan across the lake is led by Gar\'gol. I use the term loosely; Gar\'gol has the intelligence of raw beef.$B$BSo far as I can tell, Gar\'gol is taking orders from a magical instrument: \"The Eye of Twilight.\" He follows its commands unquestioningly.$B$BIf we can sabotage the eye, we can cause unimaginable havoc.$B$BGo to Gar\'gol\'s hovel and seek out the Eye of Twilight near the entrance. Study it. Find a way to subvert it. Ah, marvelous chaos...','Seek out the Eye of Twilight near the entrance to Gar\'gol\'s Hovel in Hyjal.','$B$B','','Seek out the Eye of Twilight near the entrance to Gar\'gol\'s Hovel.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25429,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,25469,0,0,0,'Zukk\'ash Infestation','With the gnolls out of the way, we\'re ready to take care of other foes. Our scouts have discovered what appears to be a hive nearby, extending deep beneath the ground.$B$BThe insects of the hive are large and ferocious, and most likely pose an even greater threat than the gnolls. I want you to proceed to the hive with caution. Cut down a good portion of the bugs and bring back their carapaces for further study.','Collect 20 Zukk\'ash Carapaces.','','','','','','','',18961,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25269,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Voice of Lo\'Gosh','Have you heard of Lo\'Gosh, the wolf ancient? In the Alliance tongue, he is known as \"Goldrinn.\"$B$BI don\'t need to tell you how important the wolf god has been to the Horde - his tenacity under adversity has been an inspiration to all of our disparate races.$B$BSouthwest of here, down in the valley, lies a shrine to Goldrinn. My friend Takrik Ragehowl was refurbishing the shrine when I stopped hearing from him. I fear the worst.$B$BPlease find Takrik and make sure the shrine is okay!','Locate Takrik Ragehowl near the Shrine of Goldrinn in Hyjal.','','','Locate Takrik Ragehowl near the Shrine of Goldrinn.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25431,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,25469,0,0,0,'Stinglasher','Most of the insects we\'ve seen wandering the hive have been enormous enough, but my scouts reported an especially huge one. It\'s supposedly a massive wasp, and it seemed to be directing the workers on the surface.$B$BI don\'t know much about these things, but if they\'re starting to wander beyond that pit in the ground, we need to put a stop to it. Kill this giant wasp and return to me.','Kill Stinglasher in the Writhing Deep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,14661,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54941,0,0,0,1,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25432,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,25433,0,0,0,'It\'s Not \"Ogre\" Yet','We dealt the Gordunni ogres a large blow at Dire Maul, but we haven\'t quite finished the job. My scouts have reported a group of them amassed in the hills to the north, gathering for some reason.$B$BIt\'s possible they\'re interested in the Horde settlement nearby, but I don\'t want to take any chances. Scout the area, kill any ogres you come across, and report back.','Kill 5 Gordunni Hillguards.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39952,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,4,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25433,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sasquatch Sighting','You may have seen it yourself, but other scouts have discovered an enormous beast being held by the ogres. Reports say it looks like a sasquatch, but if it is, it\'s the biggest ever seen in Feralas.$B$BThe ogres are most likely trying to teach it to obey them. While that\'s almost comical, I\'m not going to sit by and let them train that thing to roll over at their command. Return to the hills and slay it.','Kill Bigfist.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39958,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54943,54944,54945,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25434,13202,357,0,8,37,39,0,0,0,0,0,0,0,0,0,25432,0,0,0,'Taming The Tamers','The sasquatch may be a larger threat, but we also need to wipe out the ogres. The Gordunni have been a nuisance to us for too long, and Lady Shandris wants them completely gone. Let\'s hope these are the last ones.$B$BKill the Gordunni tamers that keep the beast chained, and make sure they know the price of their meddling.','Kill 6 Gordunni Tamers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39957,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25435,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25455,0,0,'Pressure is Mounting','G\'day, $gladdie:lassie;.$b$bThe name\'s Rendel.$b$bSeems ol\' Moanah and I got here in the nick of time, eh?$b$bErunak wasn\'t kiddin\' when he said it was life or death!$b$bWhile he\'s tryin\' to find us a safe place to hole up, I\'m gunna take a stab at securin\' you a critter to ride.$b$bNow, I may not be up on all the ins an\' outs of life in the sea, but it looked to me like them naga know how to get around down here.$b$bYou round up a few widgets for a bridle and I\'ll work up an enchantment.','Collect 3 Shark Sinews from Ravenous Threshers and 2 Sharpened Crab Claws from Sabreclaw Skitterers.$b$bRavenous Threshers can also be summoned to you by using Crab Entrails.','','','','','','','',53635,53636,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25436,13202,357,0,8,38,40,0,0,0,0,0,0,0,0,0,25434,0,0,0,'Spiteful Sisters','Something truly disturbing has occured. While on patrol, several of my scouts were ambushed by dryads.$B$BThe dryads are close allies of the night elves and guardians of the forest. I assumed they were just frightened by the sight of worgen, but the sentinels I sent out afterwards were also attacked.$B$BWhatever is going on, I don\'t like it. I want you to go investigate as well. If even the dryads have been corrupted...put them to the sword.','Kill 8 Corrupted Dryads.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40168,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25437,13202,357,0,262152,38,40,0,0,0,0,0,0,0,0,0,25436,25379,0,0,'Ysondre\'s Call','A dragon of the emerald dream... what have you gotten yourself involved in, $n?$B$BI wouldn\'t keep her waiting if I were you. The place she spoke of is what we call the Emerald Summit. A path off the main road through the Lower Wilds leads up one of the high stone plateaus; there\'s a small shrine at the top.$B$BGood luck, $n. I hope to see you back safe.','Speak with Ysondre atop the Emerald Summit in the Lower Wilds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25438,13202,357,0,8,38,40,0,0,0,0,0,0,0,0,0,25379,0,0,0,'Ysondre\'s Farewell','With that, I am the only one left.$B$BEven if I choose to remain in this world, I cannot rejoin the green flight. But this victory gives me hope. Perhaps, in time, I can find peace in a simple life among mortals.$B$BYou must return to your people. Tell them that the dragons of nightmare are gone, and will no longer threaten these lands.','Speak to Adella at Shadebough.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54952,54951,54953,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25439,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25359,0,0,0,'Vengeful Heart','These are the naga that took our people. I only need one to interrogate, kill the rest.$B$BShow no mercy, $c, for they would surely show us none.','Kill 10 Zin\'jatar Ravagers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40275,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25440,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25439,0,0,0,'Fathom-Lord Zin\'jatar','The Fathom-Lord is here, at the far side of the ruins. He\'s still injured from our last battle.$B$BI\'ll leave this pleasure to you. Make sure he doesn\'t get away this time.','Kill Fathom-Lord Zin\'jatar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59755,59754,59753,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25441,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25359,0,54785,1,'Vortex','I have no fondness for snakes, and even less so down here. Fortunately for us, the watery elements still bend to my will for now.$B$BTake these globes and throw them at the ground to send the nearby water into a vortex, pulling in all the nearby serpents. The naga will most certainly turn the snakes against us, so keep the orbs close at hand.','Use the Globes of Tumultuous Water to trap 30 swarming serpents.','','','','Swarming Serpents trapped','','','',0,0,0,0,0,0,0,0,0,0,0,0,40277,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25442,13202,5144,0,8388744,80,81,0,0,0,0,0,0,0,0,0,25440,0,54614,1,'A Pearl of Wisdom','This pearl is unlike anything you\'ve ever seen before. It radiates light, and if you are not mistaken, it radiates powerful magic as well.$B$BEarthmender Duarn back in Silver Tide Hollow will surely be interested in this.','Bring the Luminescent Pearl to Earthmender Duarn in Silvertide Hollow.','','','','','','','',54614,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59752,59751,59750,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25223,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial By Fire','I\'d love to say that with the tides turning against us in Hyjal, every recruit helps our cause and so on... but to be perfectly blunt, most of you are nothing but a burden.$B$BIf I had a copper for every peasant who got too scared when the cataclysm hit and now wishes to join our side... well, let\'s just say I\'d be a rich woman.$B$BFortunately we have checks in place to separate the wheat from the chaff. Go and prove yourself to the fiery instructors below. Hopefully you\'ll do better than the others.','Defeat 8 Fiery Instructors.','','','Return to Condenna the Pitiless at the Twilight Gauntlet.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39344,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,57310,57309,57311,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25447,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,14410,0,0,0,'Signs of Change','A severe illness has fallen over the creatures of this forest. While at first I hoped it was part of nature\'s course, it has refused to pass.$B$BThe forest stags, normally strong and serene, have suffered the worst. Some waste away in weakness; others froth and rage dangerously. If I am to consult the spirits to learn more of this sickness, I will need the stags\' antlers.','Collect 8 Infected Stag Antlers.','','','','','','','',53642,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25448,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,25447,0,0,0,'The Northspring Menace','My duty here is to watch over Telaron. Even without his meditation leaving him vulnerable, there\'s enough threats in this forest to keep both of us on our toes.$B$BThat\'s why it maddens me so much that I don\'t have the opportunity to leave camp. More harpies than I\'ve ever seen infest the northwest...foul creatures, spreading their filth across the ancient ruins uncaringly.$B$BThey\'re a threat to this camp, and have no place in these lands. I\'ll pay you well if you get rid of them.','Kill 6 Northspring Harpies and 6 Northspring Windcallers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5362,5366,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,4,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25449,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,0,25450,0,0,'The Mark of Quality','My philosophy on leatherworking is that the work must be the best quality possible - no compromises. Anyone who says that quality doesn\'t matter is trying to sell you ocean-front property in Dun Morogh!$B$BIn my latest pursuit of high-quality materials, I have run across thick yeti hides. The Yeti are native to Feralas, with many found in Rage Scar Hold to the northeast. I want some, and I\'ll give you a choice of one of my leather goods for a stack of ten. If that sounds fair, then we\'re in business.','Collect 10 Thick Yeti Hides.','','','','','','','',8973,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9630,9631,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25450,13202,357,0,8,34,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Improved Quality','It\'s funny how things change. The northern yetis used to yield the best hides, but these...there\'s been a decline in quality, it seems. Maybe something nearby is making them sick.$B$BLuckily, the Feral Scar yetis to the southeast have flourished. I bet their hides are even better than they used to be!$B$BI would reward you handsomely for a stack of ten of their hides; bring them to me here, and we\'ll finish our business.','Collect 10 Feral Scar Yeti Hides.','','','','','','','',18947,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54967,0,0,0,1,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25451,13202,357,0,0,35,37,0,0,0,0,0,0,0,0,0,0,0,55166,1,'Pristine Yeti Hide','You have found a pristine yeti hide that is exceptionally thick and sturdy - more so than even the ones you\'ve seen from the yeti in Rage Scar.$B$BConsidering that Pratt McGrubben at the Feathermoon Stronghold is in the market for yeti hides, this particular one may be of considerable interest to him.','Bring the Pristine Yeti Hide to Pratt McGrubben at the Feathermoon Stronghold, Feralas.','','','','','','','',55166,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25452,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,0,25453,0,0,'The Mark of Quality','I take pride in my leather work, and I feel it shows; quality should never be compromised. Anyone who says that quality doesn\'t matter would also have you believe that the earth does not keep secrets!$B$BIn my latest pursuit of high-quality materials, I have discovered thick yeti hides. Yetis are native to Feralas, often found north of here in Rage Scar Hold. I\'ll give you a choice of one of my leather goods for a stack of ten. If that is agreeable to you, then we are set!','Collect 10 Thick Yeti Hides.','','','','','','','',8973,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9633,9632,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25453,13202,357,0,8,34,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Improved Quality','I\'m a bit confused. The Rage Scar yeti used to be the finest source of leather in these lands... but these pelts are weak and even rotted in spots. Some sort of illness must be plaguing the creatures.$B$BI\'ll have to rely on a different source. The yeti of Feral Scar Vale to the south have hides nearly as strong. They are also a great deal fiercer; do not hunt them without caution, $c.','Collect 10 Feral Scar Yeti Hides from Feral Scar Yeti.','','','','','','','',18947,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54968,0,0,0,1,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25454,13202,357,0,0,34,37,0,0,0,0,0,0,0,0,0,0,0,55167,1,'Perfect Yeti Hide','You have found what may very well be a perfect yeti hide. You easily note that it is exceptionally thick and sturdy - more so than even the ones you\'ve seen from the yeti in Rage Scar.$B$BConsidering that Jangdor Swiftstrider at Stonemaul Hold is in the market for yeti hides, this particular one may be of considerable interest to him.','Bring the Perfect Yeti Hide to Jangdor Swiftstrider at Stonemaul Hold in Feralas.','','','','','','','',55167,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25455,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,53794,1,'A Test of Wills','Arright, $gladdie:lassie; here we go.$b$bYou just need to sneak up on one \'a them naga while they ain\'t lookin\' and use this bridle on \'em.$b$bDon\'t get too close, now! Ya gotta surprise \'em.$b$bDo it right an\' get \'em under your control, and it\'ll be time ta show \'em who\'s boss!$b$bJust keep yankin\' the reins \'til their will is broken, and you\'ll have yerself a fancy ride!$b$bGo on, now. Go git you one! I think I can see one just north \'a here...','Use Erunak\'s Bridle to captivate a Zin\'jatar Raider, then yank its reins until it submits.','','','','Naga submission attempted','','','',0,0,0,0,0,0,0,0,0,0,0,0,40133,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25456,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25217,0,0,0,'Back in One Piece','Yeah yeah, I\'m sure Felora wants you back. That woman has no respect for innovation. When I told her about the modifications I was making for my Earth Elemental, she nearly threw a fit.$B$BGo tell her everything\'s all well and dandy. And tell her she\'s not getting a share of my inevitable fortune either.$B$BShe probably likes sleeping on the rock anyway.','Return to Felora Firewreath in Silver Tide Hollow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25457,13202,0,0,3145736,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ron Targetting Test','Complete this quest.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75027,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25458,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25304,0,0,0,'General Skessesh','The leader of these forces must fall! The naga\'s offensive will be broken with no one to command them.$B$BI saw the coward retreat into one of the abandoned buildings here. Cut your way through the others and take his head! Lady Shandris will want to see it for herself.','Slay General Skessesh and take his head.','','','','','','','',53099,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25459,13164,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25602,0,0,0,'Ophidophobia','If there\'s one thing I can\'t stand, it\'s snakes. Any kind of snake - doesn\'t matter.$b$bWhile I was out searching for salvage, I saw a nest of sea serpents surrounding the nearby wreckage.$b$bI simply can\'t relax knowing that those awful creatures could slither up in here at any moment.$b$bPlease, $c! Do something about them!','Kill 4 Brinescale Serpents at Gorrok\'s Lament.','Well that\'s a load off my mind.$b$bThank you again, $c.','','','Brinescale Serpents Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39948,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25270,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25269,0,0,0,'Howling Mad','The shrine has been taken, $N. We need the tenacity of Lo\'Gosh now more than ever.$B$BThese defilers - the lice-ridden wolf-men running rampant over the shrine - dishonor his memory of the wolf god. They arrived with the Twlight\'s Hammer, howling with their own twisted religion. They seek to corrupt noble Lo\'Gosh to fit their own warped pantheon.$B$BKill them! Kill them and bring me the tools of their worship, a kind of polluted incense. I must understand what they want with the shrine...','Acquire 6 Polluted Incense. ','','','Return to Takrik Ragehowl at the Shrine of Goldrinn.','','','','',52658,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25272,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25270,0,52682,1,'Lycanthoth the Corruptor','The actions of these feral dogs are beginning to make sense. The Twilight\'s Hammer fears the power of the ancients. They do not want Lo\'Gosh to return.$B$BSo they\'ve summoned their own wolf god - a perversion of what once was. \"Lycanthoth,\" the corruptor.$B$B$N, Lycanthoth is but a shadow of Lo\'Gosh\'s power, but the beast must be destroyed so that the true ancient can return. Take this incense, and burn it in the maw of Lycanthoth east of here. Slay the monstrosity and free the spirit of Lo\'Gosh!','Use Lycanthoth\'s Incense within the Maw of Lycanthoth in Hyjal to summon and kill Lycanthoth.','','','Speak with the Spirit of Lo\'Gosh over the corpse of Lycanthoth at the Maw of Lycanthoth.','','','','',0,52682,0,0,0,0,0,1,0,0,0,0,39446,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57376,57375,57374,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,87332,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25463,13202,357,0,262152,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Silvia','A Highborne mage named Estulan, estranged from his surviving brothers, has built a tower to the east where he trains young night elves in arcane magic.$B$BWere it not for Lady Tyrande\'s recent mercy towards his kind, his execution would be my duty under the law. He will be watched closely, but I will not deny aid to my Sentinels simply out of pride.$B$BI\'ve sent Silvia ahead to the Tower of Estulan to begin an offensive against the ogres infesting the nearby forest. Report to her for further orders.','Report to Silvia at the Tower of Estulan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25234,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'In the Rear With the Gear','Prisoners of the Twilight\'s Hammer are forced to lug around sundries for the war effort, like common pack animals. I want those supplies, and if we can free a few poor souls from the Hammer\'s shadowy grip, all the better.$B$BKill the slave drivers along the road to our south and nearby slaves should make a break for it.$B$BSearch the packs they leave behind for anything valuable, and destroy anything you can\'t carry.','Collect 36 Twilight Supplies left behind from freed Twilight Slaves.','$B$BAugh! Cursed - this metal is cursed - it bites!$B$B$B$BWhat demented workmanship is this? $N, I\'ve never fought any foe like this before.','Have you created some havoc down there, $N?','Take the Twilight Supplies to Jadi Falaryn at Wolf\'s Run.','','','','',52568,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57385,57384,57383,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25465,13202,357,0,0,35,37,0,0,0,0,0,0,0,0,0,0,0,18904,1,'Still With The Zapped Giants','Hey pal! I\'m still working on a variant of a gnomish shrinking ray, using superior GOBLIN technological advances in its construction! In an effort to avoid inconveniences for myself such as death, I\'d like for you to try it out on some of the sea giants along the coast here. You should find miniaturization residue on them after you shrink them - bring me back some!','Use Zorbin\'s Ultra-Shrinker to zap Shore Striders and collect 6 Miniaturization Residues.','','','','','','','',18956,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54966,0,0,0,1,0,0,0,169,0,0,0,0,0,6,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25466,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Even More Fuel for the Zapping','If I bet against my own better judgment and stay to run an engineering shop along the Forgotten Coast, I will need to deal with these pesky elementals. Curse the powers of elementalism unchecked, I say!$B$BFortunately for me, and now for you my hopeful agent provocateur, the elementals represent an ideal source of raw power for my Ultra-Shrinker refinement - give them the what-for I say! When doing this though, be sure to save me the water elemental cores!','Collect 10 Water Elemental Cores from the Sea Elementals and Sea Sprays.','','','','','','','',18958,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19039,0,0,0,1,0,0,0,169,0,0,0,0,0,6,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25467,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,54345,1,'Kliklak\'s Craw','You are pleasantly surprised to find that after being mangled and masticated by a sea crab, this map is still quite legible.$b$bIt clearly indicates that a footlocker was buried in the Kelp\'thar Forest behind a gigantic mollusk.$b$bA well-drawn sketch on the back of the map shows that the owner, along with his key, was eaten by an overgrown crustacean named Kliklak.','Obtain the Corroded Key from Kliklak to unlock the Half-buried Footlocker in the Kelp\'thar Forest.','','','','','','','',54344,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59798,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25468,13202,357,0,8388616,35,37,0,0,0,0,0,0,0,0,0,25427,0,58966,1,'Forces of Nature: Faerie Dragons','You wouldn\'t know it from looking at them, but the lovely faerie dragons that inhabit this forest can be truly fearsome if trained properly. They can do amazing things to magical energy...absorb it, redirect it, even nullify it entirely.$B$BThey\'re nearly harmless alone, but in large numbers, they can have a stunning effect on a battle. You can find some in the fields to the northwest, but be careful, the Horde is nearby.','Use Jesana\'s Faerie Dragon Call to rally 10 Sprite Dragons or Sprite Darters.','','','','Faerie Dragons Rallied','','','',0,0,0,0,0,0,0,0,0,0,0,0,43345,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25469,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25468,0,58967,1,'Forces of Nature: Mountain Giants','The mountain giants are our most powerful allies of the forest. They\'re carved from the land itself.$B$BNot many of our enemies are willing to fight off a walking hillside. It only takes a few of these to turn the tide of a battle completely.$B$BThe mountain giants here have been afflicted by some illness lately, but I\'ve seen a healthy group of them to the southwest.','Use Jesana\'s Giant Call to rally 5 Mountain Giants.','','','','Mountain Giants Rallied','','','',0,0,0,0,0,0,0,0,0,0,0,0,43347,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,54885,54886,54887,54888,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25471,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,27708,0,0,0,'Across the Great Divide','We will need to press deeper into Vashj\'ir if we want to uncover what the naga are doing here.$B$BGo to the Lightless Reaches, the giant chasm bordering the Kelp\'thar Forest to the west. If you look across it, you should see a cluster of plant-life surrounding the entrance to Damplight Chamber.$B$BOnce you\'re inside the cave, it\'s a bit of a ride up until you break surface, but I have friends there that should provide you a warm welcome.','Speak to Farseer Gadra in the Damplight Chamber.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25473,13202,4737,0,786432,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kaja\'Cola','Sassy\'s been riding me to supply some Kaja\'cola for the party that\'s being thrown in your honor later today.$B$BOops, was it supposed to be a surprise? You didn\'t hear it from me!$B$BAnywho, with production down these last few days, this is all that I managed to get made. Would you take it to her?','Deliver the Six-Pack of Kaja\'Cola to Sassy Hardwrench at KTC Headquarters on Kezan.','Just so you know, you\'ll find Kaja\'Cola all over town. It\'s the Bilgewater Cartel\'s best-selling product of all time!$B$BJust remember, image is everything if we\'re going to get you promoted to Trade $g Prince : Princess;! No, wait, profits are everything! Explosions are a close second! Then, image!','$B$BWe need more Kaja\'Cola than this!$B$BI swear I\'m going to fire Dampwick if I don\'t kill him first!','','','','','',54453,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49884,0,0,0,1,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25474,13202,4815,0,589952,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Once More, With Eeling [DEPRICATED]','Eels are among the creepiest of Azeroth\'s creatures.$b$bSure, there are those who pretend that they don\'t mind them - and others who actually claim to favor them.$b$bThey are lying.$b$bTruth be told, no one likes eels. Eels don\'t even like eels.$b$bAzeroth would be a better place if no one ever had to envision an eel slithering out from the murky depths and biting them.$b$bIn the face.','Kill 15 of any Eel in the Kelp Forest.','','','','Disgusting Eels Justifiably Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,40855,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25475,13202,357,0,0,35,37,0,0,0,0,0,0,0,0,0,0,25476,8705,1,'Find OOX-22/FE!','You have uncovered some sort of strange, egg-shaped device made from metal. Fiddling with one of its knobs springs the egg to life, as it opens up into some sort of gnomish robotic contraption! A voice from inside the robotic egg crackles to life.$B$B\"My name\'s Oglethorpe Obnoticus, and my homing robot has crashed! I will reward you for its recovery; please take this beacon to the robot!\"$B$B\"I now have computed the coordinates of the robot for you; it is in a cave near Feral Scar Vale!\"','Take the distress beacon to Oglethorpe\'s homing robot in a cave near Feral Scar Vale.','','','','','','','',8705,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25476,13202,357,0,8388610,35,37,0,0,0,0,0,0,0,0,0,0,3721,0,0,'Rescue OOX-22/FE!','The gnome\'s voice crackles once again from the robot:$B$B\"I need to move OOX-22/FE to an open, safe place so it can begin a lengthy take-off procedure. It has built-in cloaking, but I need time on my end to make it operational again. Escort the robot from its current location to, let\'s say, the main road! That should be a perfect place, and long enough, to get things online!\"$B$B\"Escort it safely and then come talk to me in Booty Bay! Oglethorpe Obnoticus - out!\"','Escort OOX-22/FE to safety, then report to Oglethorpe Obnoticus in Booty Bay.','','','Escort OOX-22/FE to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9647,9648,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25477,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,54462,1,'Better Late Than Dead','Greetings, friend.$b$bIt is good to see that you survived your battle in one piece.$b$bWhile Erunak tries to scry a place of safety for us all, I shall assist you in securing a less strenuous means of transport.$b$bI have prepared this baitstick to use near a sea turtle. It is crude, but it should serve to bring one under your control.$b$bOnce you\'ve become comfortable with the animal, simply guide it back here to me.','Use Moanah\'s Baitstick on a Speckled Sea Turtle and ride it back to her.','How unfortunate...$b$bWell, all things considered, it is good to see that you made it back unharmed.','','','Sea Turtle Mounted','','','',0,0,0,0,0,0,0,0,0,0,0,0,40339,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25478,13202,400,0,8,38,40,0,0,0,0,0,0,0,0,0,0,25487,0,0,'To the Summit','We are staging a relief effort at Westreach Summit for all of Thousand Needles. The goblin, Dyslix Silvergrub, will lend you my wind rider to safely get you there. Speak with Kanati Greycloud when you land.$B$BYou must go quickly if lives are to be saved!','Borrow a wind rider from Dyslix Silvergrub and speak with Kanati Greycloud at Westreach Summit in Thousand Needles.','','','','Wind Rider to Westreach Summit','','','',0,0,0,0,0,0,0,0,0,0,0,0,39897,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25479,13202,357,0,8,38,40,0,0,0,0,0,0,0,0,0,0,25486,0,0,'To New Thalanaar','We are staging a relief effort at New Thalanaar for all of Thousand Needles. The goblin, Dyslix Silvergrub, will lend you my hippogryph to safely get you there. Speak with Caryssia Moonhunter when you land.$B$BYou must go quickly if lives are to be saved!','Borrow a hippogryph from Dyslix Silvergrub and speak with Caryssia Moonhunter at New Thalanaar in Feralas.','','','','Hippogryph to New Thalanaar','','','',0,0,0,0,0,0,0,0,0,0,0,0,39897,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25481,13202,357,0,8,38,40,0,0,0,0,0,0,0,0,0,0,25486,0,0,'To New Thalanaar','We are staging a relief effort at New Thalanaar for all of Thousand Needles. Seyala Nightwisp will lend you my hippogryph to safely get you there. Speak with Caryssia Moonhunter when you land.$B$BYou must go quickly if lives are to be saved!','Borrow a hippogryph from Seyala Nightwisp and speak with Caryssia Moonhunter at New Thalanaar in Feralas.','','','','Hippogryph to New Thalanaar','','','',0,0,0,0,0,0,0,0,0,0,0,0,39897,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25486,13202,357,0,8,38,40,0,0,0,0,0,0,0,0,0,0,25488,0,0,'The Grimtotem are Coming','This is going to take a while, but I\'m sure we\'ll beat them back.$B$BYou\'re more good to Thousand Needles elsewhere. We have reports that the gnomes and goblins out on the flooded salt flats somehow survived on a giant barge! Rendow is on the dock. She\'ll get you a boat to go there.$B$BMind helping us out a little on your way to her?','Slay 7 Grimtotem Marauders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39949,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25487,13202,400,0,8,38,40,0,0,0,0,0,0,0,0,0,25356,25489,0,0,'The Grimtotem are Coming','The cowardly Grimtotem have attacked us by surprise when we were least prepared!$B$BYou will be of most help to Thousand Needles elsewhere, $c. We have heard rumors that the goblins and gnomes somehow survived in a giant barge out on the salt flats.$B$BMotega Firemane is at the base of the summit. He can get you a canoe to take you there.$B$BDo you mind helping us fight off the Grimtotem on your way to him?','Slay 7 Grimtotem Pillagers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39947,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25488,13202,400,0,1048584,38,40,0,0,0,0,0,0,0,0,0,0,25504,0,0,'Two If By Boat','Are you ready to go, $c? One of the sentinels will take you out to the Mirage Raceway.$B$BIf there\'s anyone left alive out there, please help them.$B$BGoddess watch over you!','Speak with Fizzle Brassbolts at Fizzle & Pozzik\'s Speedbarge in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63558,63559,63560,63561,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25489,13202,400,0,1048584,38,40,0,0,0,0,0,0,0,0,0,0,25505,0,0,'Two If By Boat','Are you ready to go, $c?$B$BOne of our braves will row you out to the Mirage Raceway. If anyone has survived out there, they\'ll desperately need your help.$B$BMay the Earth Mother smile upon you.','Speak with Pozzik at Fizzle & Pozzik\'s Speedbarge in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63562,63563,63564,63565,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25353,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lightning in a Bottle','When I prayed at the shrine, Goldrinn granted me another vision. I saw you standing astride the Lightning Ledge, with lightning in your hands. Goldrinn seems to feel that this is of the utmost importance, but I don\'t understand what the Ancient has planned...$B$B$N, go to the Lightning Ledge. Twilight\'s Hammer has been running experiments with something called a \"Lightning Channel.\" Investigate these channels, then use this totem to summon the Spirit of Goldrinn and see what he has in mind... ','Collect a Charged Condenser Jar from a Twilight Lightning Channel.','So, it is true! You indeed carry lightning in your hands.$B$BYou are the chosen one, $N. You will be my champion, and carry my vengeance to realms where I cannot tread...','We meet again, $c. You carve a path of fear and confusion in your wake.$B$B ','Use Goldrinn\'s Totem to summon and speak to the Spirit of Goldrinn.','','','','',52853,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25352,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sweeping the Shelf','Wonderful work in the hovel, $N. I prayed at the shrine while you were away, and in my visions, Goldrinn was watching you closely.$B$BBut we\'ve been on the defensive too long: it\'s time to foil the Twilight\'s Hammer directly.$B$BFly up to the Lightning Ledge and disrupt their operation. Kill the stormcallers and the monstrosities they\'re preparing to unleash!','Slay 8 Twilight Stormcallers and 5 Howling Riftdwellers. ','You should\'ve seen the battle from here! Bodies were falling off of the cliff! Spectacular!','','Return to Ian Duran at the Shrine of Goldrinn.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39843,39844,0,0,8,5,0,0,0,0,0,0,0,0,0,0,57372,57371,57370,57373,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25278,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25280,0,0,0,'Cleaning House','Thanks to your efforts, we may soon be able to return this shrine to its former glory. But first we\'ve got to secure this valley. South of here, a group of ogres led by Gar\'gol has set up camp in a stinking hovel.$B$BI wouldn\'t characterize Gar\'gol as a \'threat\' so much as an enormous fleshy obstacle thrown into our path to distract us from the real danger. Nonetheless, he and his goons will have to be dealt with.$B$BKill Gar\'gol\'s minions in Goldrinn\'s name!','Kill any combination of 8 Hovel Brutes or Hovel Shadowcasters within Gar\'gol\'s Hovel in Hyjal.','You really cleared that place out, didn\'t you? Well done!$B$BThe night elves once told me a story about how Goldrinn fought and killed a dreadlord, even as three others clung to his flanks, burning his flesh. I wonder if you or I will ever have the strength to do the same?','','Return to Ian Duran at the Shrine of Goldrinn.','Minion of Gar\'gol Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39642,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25507,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25493,0,54744,1,'Hell\'s Shells','Fresh and stinking, these innards will prove to be irresistible for Nemesis, the befouled turtle god created by Twilight\'s Hammer.$B$BNemesis must eventually be destroyed, but first, we must collect a piece of his fiery armored shell. With it, we\'ll be able to work some magic to free the true Ancient.$B$BGo into the Flamewake and drop this bait near Nemesis. It will distract him. Pry off a piece of his shell... then run, if you hope to survive the encounter.','Use the Heap of Core Hound Innards near Nemesis to distract him. Collect a Nemesis Shell Fragment.','$B$BNemesis is an instrument of evil, but he was forged from a shell fragment of the true ancient.$B$BWe will exploit this connection.','Nemesis is a molten ball of fury protected by a stony shell of pure hatred.$B$BHis time will come.','Return to Arch Druid Hamuul Runetotem at the Sanctuary of Malorne.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25493,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fresh Bait','I was stunned to discover that Twilight\'s Hammer had located - and imprisoned - the great turtle ancient Tortolla. As we speak he is chained above the murky waters of the Ashen Lake.$B$BFreeing Tortolla from his bonds will not be easy. But we will take it one step at a time.$B$BHead into the Flamewake and collect for me heaps of core hound entrails. I will explain why later.$B$BAnd beware of Nemesis the Usurper while you are there! His time will come, but we are not yet prepared.','Collect 4 heaps of Core Hound Entrails.','Very good. We will need these to act as bait while they are still warm.$B$BHere is my plan...','Have you collected the innards?$B$BCore hounds are not native to this part of the world, they accompanied Twilight\'s Hammer from the nether regions of the earth. Do not trouble yourself over their elimination.','Return to Arch Druid Hamuul Runetotem at the Sanctuary of Malorne.','','','','',54609,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57352,57351,57353,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25497,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25498,0,0,'Back in the Saddle','Our situation is growing a bit desperate, r.$b$bWe must focus our attention on the naga and their prisoners, but it would be folly to do so without being prepared, and down here that means finding a way to travel more quickly.$b$bThese sharks are clearly fond of sea turtle. Let\'s see if we can turn that into our advantage.','Use 6 Turtle Meat to create shark bait.','','','','','','','',54613,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25498,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,54618,1,'Shark Bait','$b$bReady yourself, $n. There\'s no telling how this might end up, but we don\'t have much choice if we are to rescue your friends.$b$bTake this sack and use it at the sunken anchor southeast of here. Once you\'ve attracted a shark, do your best to ride it back to me here.$b$bIf you can do that, you will have a most intimidating means of transportation.','Use the Shark Bait at the Sunken Anchor and ride the shark to Erunak.','','','','Shark Ride Complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,40430,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29198,14333,0,0,0,85,85,0,0,0,0,0,0,0,0,0,29197,0,0,0,'The Sanctuary Must Not Fall','Malfurion is working on a miracle for us. He believes that, in this time of peril, he can resurrect Malorne to protect the sanctuary. I have faith in him.$B$BIn the meantime, we need to hold this perimeter. Stand by, and make sure no harm befalls my fellow arch druid.','Stand by Malfurion as he resurrects Malorne.$B$BProtect Malfurion$B','','','Malorne\'s strength alone may have just saved Kalimdor. To imagine, Malorne has returned today, after so long an absence...$B$B$B$BWe\'ve taken heavy losses. Though the immediate threat is no longer present, our forces will need time to heal, and to put out any remaining fires here in Hyjal.$B$BOur attack on the Firelands will have to wait.','Protect Malfurion','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25501,13202,440,0,16392,44,46,0,0,0,0,0,0,0,0,0,0,0,52715,1,'Poaching for Dummies','A new face around here, huh? You\'re in luck, making coin\'s easy thanks to my butcherbots. You go out and hunt some scorpids, some hyenas, maybe a few basilisks, set the butcherbot down, and let him do his thing! I\'ve programmed him to extract all the valuable parts and place it safely in his hopper.$B$BIf you\'re interested, take him out to the northwest near Sandsorrow Watch first. Just bring him back once he\'s full and I\'ll pay you for the contents.','Use the Butcherbot on the corpse of 20 Glasshide Basilisks, Scorpid Tail Lashers, or Blisterpaw Hyenas.','','','','Animal Parts Extracted','','','',0,0,0,0,0,0,0,0,0,0,0,0,39702,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25510,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25507,0,0,0,'Tortolla Speaks','$B$B$N, Tortolla the turtle ancient is ageless, a part of this world since the time of the titans. He speaks a language older than our understanding.$B$BDrink this and find a place of calm within yourself. You will be able to understand the language of Tortolla. Go to him now, in the ashen lake. Earn the ancient\'s trust. The fate of Hyjal hinges on this. ','Go to Tortolla, the turtle ancient, at the Ashen Lake in Mount Hyjal.','$R.$B$BThis tongue. Is not yours.$B$BWhat do you want ... tormentor?','','Go to Tortolla, the turtle ancient, at the Ashen Lake.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25503,13202,4815,0,136,78,81,0,0,0,0,0,0,0,0,0,0,0,54639,1,'Blackfin\'s Booty','$b$bOur self-proclaimed king will stop at nothing to acquire my family fortune. He has threatened and harassed me to no end.$b$bI can\'t take it anymore!$b$bI\'ve buried the treasure and fed the map to Blackfin.$b$bThat should keep my cousin\'s grubby little mitts off of our precious heirlooms!','You must slay the orca, Blackfin, to retrieve Gilblingle\'s Map.','','','','','','','',54640,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59781,59780,59779,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25504,13202,400,0,262152,38,40,0,0,0,0,0,0,0,0,0,0,25515,54644,1,'Do Me a Favor?','Hello there. Pleased to meet you! I\'m Fizzle Brassbolts. Welcome to my Speedbarge.$B$BI share your concerns about helping all of Thousand Needles. It\'s my firm belief that the Speedbarge is the best hope for the entire region.$B$BPerhaps you could help us out a little bit here? I\'ll make sure that you\'re equipped with what you need to tackle everything else.$B$BAs to that, if you could just run this list of parts over to Jinky Twizzlefixxit in her shop, you\'ll be well on your way.','Deliver the List of Parts to Jinky Twizzlefixxit at Fizzle & Pozzik\'s Speedbarge in Thousand Needles.','','','','','','','',54644,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25505,13202,400,0,262152,38,40,0,0,0,0,0,0,0,0,0,0,25516,54644,1,'Do Me a Favor?','Hey there, $N. I\'m Pozzik, world-renowned rocket car pilot. Welcome to my Speedbarge.$B$BI share your concerns about helping all of Thousand Needles. It\'s my firm belief that the Speedbarge is the best hope for the entire region.$B$BPerhaps you could help us out a little bit here? I\'ll make sure that you\'re equipped with what you need to tackle everything else.$B$BAs to that, if you could just run this list of parts over to Razzeric in his shop, you\'ll be well on your way.','Deliver the List of Parts to Razzeric at Fizzle & Pozzik\'s Speedbarge in Thousand Needles.','','','','','','','',54644,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25506,13202,5146,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25371,0,0,'Sea-Food Chain','Our time here draws to a close.$b$bI must find my way across the chasm and discover the purpose behind the naga activities here.$b$bIf you are to follow me, you would be wise to conclude your search for a suitable mount first.$b$bSearch the area north of here and find a puffer hatchling. Once you\'ve caught one, bring it to the trench to the west. I will prepare everything you need there.','Find a Puffer Hatchling in Gnaws\' Boneyard and bring it to the Abyss near the Holding Pens.','','','','','','','',54646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25268,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Voice of Goldrinn','Southwest of here lies the shrine of Goldrinn, a memorial erected in honor of the ancient wolf spirit and his contribution during the War of the Ancients.$B$BOur new worgen allies have been drawn to the memory of the wolf god - go figure! - and were in the process of cleaning up the shrine.$B$BI haven\'t heard anything from my contact, Ian Duran, in days. Can you fly down there and find him? I\'ve got a bad feeling that Goldrinn\'s shrine is in trouble...','Locate Ian Duran near the Shrine of Goldrinn in Hyjal.','You\'re here to rescue me, $c? Thank you!$B$BNo, no, don\'t worry about the cage for now. My life isn\'t important. We\'ve got to save the shrine, first.','','Locate Ian Duran near the Shrine of Goldrinn.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25508,13202,5146,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Brilliant Idea','I have a brilliant idea!$B$BLets stop the playthrough here. There\'s not much more to see at the moment anyway.$B$BThanks for helping!','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29195,14333,0,0,0,0,1,0,0,0,0,0,0,0,0,0,29145,0,0,0,'A Ritual of Flame','We appear to have everything under control. Our invasion portal to the Firelands will be opened momentarily, and the elementals have not put up much fight.$B$BAssist our druids by dispatching the last few of these elementals. Then, once the gate has been opened, we can make our move.','Fight the waves of Charred Invaders on Nordune Ridge until the portal is opened.','','','Leyara... she lives. I sense Fandral\'s hand at play here...','Open the portal to the Firelands','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25255,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25584,0,0,0,'Harrying the Hunters','Twilight\'s Hammer has revealed itself as more than a mere cult. They\'re a war machine - a swarm of locusts moving up the mountain, devouring anything in their way.$B$BThe parts of the forest they\'re not setting ablaze are being scoured of life in order to feed the mortal cultists.$B$BWe\'ve got to put a stop to the hunters canvassing Wolf\'s Run, not only to preserve what wildlife remains but to force the cult to march on empty stomachs. Look south of here, as well as up the road to the east.','Kill 6 Twilight Hunters at Wolf\'s Run in Mount Hyjal.','Thank you, $N. I worry that our actions here may be too little, too late, but nature always has a way of rebuilding itself that never ceases to amaze.','','Return to Oomla Whitehorn at Wolf\'s Run.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39437,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25067,13202,440,0,10,47,49,1,0,0,0,0,0,0,0,0,0,25094,0,0,'Thunderdrome: The Ginormus!','The rules are simple: Two men enter, one--wait. Sometimes there\'s women.$B$BTwo people enter, one--Wait, no, sometimes it\'s more than two...and that means more than two come out--$B$BAlright, only rule is stay in the drome! There are no other rules!$B$BYou\'re up against the biggest, baddest member of the Wastewander Bandits first. This\'ll either be a warmup or a bloodbath...it\'s up to you which!','Defeat Lord Ginormus.','','','Ginormus Defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25430,13202,616,0,262280,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Emerald Allies','The druids of Hyjal are not the only ones sworn to defend this land. The emerald dragons have once again become a powerful ally to our cause.$B$BSpeak to Alysra at the Ruins of Lar\'donir, to the north, and see what you can do to help.','Speak to Alysra at the Ruins of Lar\'donir in Mount Hyjal.','My duties are here, viewing the enemy\'s movement from above, commanding our armies where they\'re needed.$B$BYour aid would be most welcome.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25515,13202,400,0,9437192,38,40,0,0,0,0,0,0,0,0,0,0,25532,0,0,'Down in the Deeps','$B$BFine, if Fizzle wants you to have your own boat, the first thing we\'ll need is parts. Guess who gets to go get them?$B$B$B$BThat\'s right, $g brother : sister;. You get to go down into the deeps and salvage what rocket car parts you can find at the Raceway Ruins.','Collect 10 Rocket Car Parts.','','','','','','','',54809,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63542,63543,63544,63545,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25516,13202,400,0,9437192,38,40,0,0,0,0,0,0,0,0,0,0,25533,0,0,'Down in the Deeps','Well, friend, if Pozzik wants you to have your own boat, the first thing we\'re going to need is parts. Now guess who gets to go get them?$B$B$B$BI\'m afraid so, $N. You get to go down into the deeps and salvage what rocket car parts you can find at the Raceway Ruins.','Collect 10 Rocket Car Parts.','','','','','','','',54809,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63546,63547,63548,63549,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25517,13202,400,0,8,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bar Fight!','Those no-good, smelly, green in the gills goblins have got it coming!$B$BI want you to go into the Speedbarge Bar, order a bottle of grog, and hit one over the head with it!$B$BShow them that we\'re not going to take any more of their insolence, $N!','Start a bar fight!','','','','Bar Fight started!','','','',0,0,0,0,0,0,0,0,0,0,0,0,40501,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25518,13202,400,0,8,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bar Fight!','Those pint-sized, goober-looking, no-explosion gnomes have got it coming!$B$BI want you to go into the Speedbarge Bar, order a bottle of grog, and hit one over the head with it!$B$BShow them that we\'re not going to take any more of their arrogance, $N!','Start a bar fight!','','','','Bar Fight started!','','','',0,0,0,0,0,0,0,0,0,0,0,0,40501,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25460,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Earth Rises','The effects of the Twilight\'s Hammer attack can be felt even here, this close to the world tree.$B$BAs our forests burn, the very earth turns against us in a crazed frenzy.$B$BWe can\'t allow the elementals to go unchecked. Go and help our men take care of them.','Slay 8 Scalding Rock Elementals.','I thank you, $N. Your fighting prowess is admirable. You will be crucial to putting a halt to the elemental onslaught.','','Return to Anren Shadowseeker at Nordrassil.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40229,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,57283,57282,57281,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25472,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Flameseer\'s Staff','A powerful artifact known as the Flameseer\'s Staff was lost during the initial onslaught by the enemy forces. It was an ancient bone staff that granted its wielder power over the elements of fire.$B$BIts fragments litter the area around us. Find them and bring them to Malfurion. Perhaps the artifact\'s power will still be of use.','Obtain 8 Bone Staff Fragments.','Excellent, $N. This will be a great weapon against the enemy forces.','Yes, $N?','Return to Malfurion Stormrage at the Tranquil Grove.','','','','',54461,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25521,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,25091,0,0,0,'I\'m With Scorpid','You gotta help me, you just gotta! Chelsea and I came out here to make a bit of money, just sell some supplies, legit work. Next thing I know she\'s on her deathbed! She\'s got a fever that\'d shock a blacksmith, and she\'s hallucinating...$B$BShe must\'ve been stung by the scorpids near here! I\'ve seen it happen, it\'s not pretty. I gotta get some poison glands to make an antidote but I can\'t leave her side!$B$BPlease, help me! Get me those glands!','Collect 6 Duneclaw Stingers from Duneclaw Scorpids.','Oh thank you, thank you! I know a bit of alchemy, I\'m not totally useless. Here goes...','Do you have them? Oh, please...','','','','','',54856,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25522,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,25091,0,0,0,'Gargantapid','No! It didn\'t work! I don\'t know what to do, unless...$B$BOh gosh, it\'s worse than I thought! She must\'ve been stung by the one lurking in the cave. I saw it the first night we arrived. Claws the size of a goblin. A tail as tall as a tree! We shared hushed whispers of it around the campfire... we called it... GARGANTAPID!$B$B ...hey, are you laughing? Stop that! This is serious! Chelsea\'s life is on the line! Please, I\'ll make it worth your while...just bring me Gargantapid\'s poison gland!','Collect Gargantapid\'s Stinger.','I can\'t believe it! You\'re amazing! Here, please, take your reward, take anything you want! I\'ve gotta save Chelsea!','You\'re back! Do you have it?','','','','','',54855,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56847,56848,56849,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25381,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25630,0,0,0,'Fighting Fire With ... Anything','The inferno raging up ahead marks the front line between us and the forces of the Fire Lord. The fire elementals unleashed here are unlike any I\'ve ever encountered.$B$BCan you help us stem the tide of destruction? Slay the raging firestorms... before they engulf Aessina\'s Grove and erase all hope of someday reclaiming this mountain!','Slay 10 Raging Firestorms within the Inferno.','Thank you, $N. You\'ve given us the opportunity to try to reclaim the upper hand.','','Return to Laina Nightsky outside of the Grove of Aessina.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39939,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25524,13202,400,0,2228232,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'In the Outhouse','Hello? Hello! HELP!$B$BI\'m almost out of air! You have to get me out of here!$B$B$B$BOne of those Southsea treasure hunters has got to have a crowbar!','Obtain a Pirate\'s Crowbar and use it to pry open the Submerged Outhouse door.','','','','Use the crowbar on the outhouse','','','',0,0,0,0,0,0,0,0,0,0,0,0,40594,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,75652,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25382,13164,616,0,8388744,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disrupting the Rituals','The firestorms up ahead are unbound elementals in the purest form - something I didn\'t think could exist outside their own plane. Only very skilled summoners could unleash something like this.$B$B$N, head into the Inferno and seek out Twilight Inferno Lords. They\'ve got to be summoning in reinforcements as we speak. Silence them... For good!','Slay 6 Twilight Inferno Lords within the Inferno. ','Dead? Good!$B$BBut it seems there\'s still so much to be done... fires to quench... and the soil to heal...$B$BI hope you\'ll stay close and help us reclaim Hyjal!','','Return to Laina Nightsky outside of the Grove of Aessina.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39974,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,57331,57330,57329,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25526,13202,400,0,2228232,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'In the Outhouse','Hello? Hello! HELP!$B$BI\'m almost out of air! You have to get me out of here!$B$B$B$BOne of those filthy Southsea treasure hunters has got to have a crowbar!','Obtain a Pirate\'s Crowbar and use it to pry open the Submerged Outhouse door.','','','','Use the crowbar on the outhouse','','','',0,0,0,0,0,0,0,0,0,0,0,0,40594,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,75707,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25527,13202,400,0,16384,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Replacement Diving Helm','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54813,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25528,13202,400,0,16384,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Replacement Diving Helm','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54813,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25529,13202,400,0,16384,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Replacement Diving Helm','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54813,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25530,13202,400,0,16384,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Replacement Diving Helm','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54813,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25385,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Save the Wee Animals','Help us, $c! The forest is aflame, and the wee animals can\'t find their way out. They can\'t fight for themselves, with their teeny-tiny little teeth and their soft furry paws! They\'re fluffy and sweet.$B$BThey have wet little noses!$B$BIf you don\'t save them, I don\'t want to even THINK about it.$B$B$B$BI\'m not thinking!','Go into the Inferno and rescue any combination of 10 Panicked Bunnies or Terrified Squirrels.','Squueeeee!$B$BDid the nice $gMr.:Mrs.; $c pull you from the flames, little friend? You\'re safe now!$B$BHooray!','Did you save the wee animals? And their wee little friends? ','Bring the Frightened Animals to Mylune at the Grove of Aessina.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25532,13202,400,0,65544,38,40,0,0,0,0,0,0,0,0,0,0,25542,0,0,'Pirate Accuracy Increasing','I don\'t know if you\'ve noticed, but the cannonballs are hitting us. I\'d say the Southsea pirates are getting more accurate... the ship is on fire!$B$BYou\'ve got a river boat now. Go talk to Mazzer Stripscrew.$B$BPut those fires out!','Get a River Boat from Mazzer Stripscrew and then use the Frost Cannon to extinguish 15 fires.','','','','Get a boat from Mazzer','Fires extinguished','','',0,0,0,0,0,0,0,0,0,0,0,0,40726,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25533,13202,400,0,327688,38,40,0,0,0,0,0,0,0,0,0,0,25543,0,0,'Pirate Accuracy Increasing','Oh no, $N, the cannonballs are hitting the Speedbarge. I\'d say the Southsea pirates are getting more accurate... the ship is on fire!$B$BYou\'ve got a river boat now. Please, go speak with Griznak.$B$BExtinguish those fires!','Get a River Boat from Griznak and then use the Frost Cannon to extinguish 15 fires.','','','','Get boat from Griznak','Fires extinguished','','',0,0,0,0,0,0,0,0,0,0,0,0,40727,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25534,13202,440,0,8388616,44,46,0,0,0,0,0,0,0,0,0,0,24950,0,0,'Going Off-Task','As you may have seen, the ship docked to the north has its cannons blazing. While it\'s pretty fun watching the gnomes run face-first into a hail of iron, my bruisers keep doing it too, and it\'s absolutely killing my overhead expenses.$B$BI\'d like you to try and dance through the cannonfire, get on that ship, and kill the taskmaster leading the cannoneers. The rest of the crew is probably a bunch of spineless prats; once he\'s down, we should be good.','Kill the Southsea Taskmaster.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40593,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25535,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25922,0,0,0,'A Powerful Need To Eat','Poor things. They\'re starving.$B$BWe\'ve many matters to attend to, not the least of them the naga, but first we need to get some food in these bellies. I\'m not sure what the naga fed them up in that shell, if anything, but they\'re definitely worse for the wear.$B$BQuite a few of the survivors have made their way into Glimmerdeep Gorge, to the northwest. Go join them and help out. With a bit of clam meat, we can get these survivors back on their feet.','Speak to Divemaster Birmingham in Glimmerdeep Gorge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25536,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25922,0,0,0,'Cold Welcome','Many of the survivors made their way down into Glimmerdeep Gorge to help with the clam diving. We\'ve been receiving reports back of deliberate attacks from some kind of murlocs down there.$B$BThe Admiral has to stay here as more men report in from the shell, so I\'m having trouble convincing him to get any significant muscle to help the divers. If you\'d be up for it, I\'m certain they could use your help.$B$BCome back and let me know if you get the situation under control.','Kill 10 Glimmerdeep Tidehunters.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39664,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25537,13202,5144,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25539,0,54840,1,'Art of Attraction','I have an idea. A brilliant idea! Those clown-looking fish have developed a symbiotic defensive relationship with the anemones. Having dismissed anemone disguise plausibilities, I\'ve uncovered the chemical attractor that lures the fish.$B$BI have a gyrocoptic thermascrub extractor that I\'ve brought down to take samples. Use it to extract the chemical attractor from several of the anemones, then bring the samples back to me for rapid synthesis and deployment.$B$BGo with haste! Brilliance is waiting!','Use the Anemone Chemical Extraction Device to gather 8 Anemone Chemical Samples from the red anemones along the walls of Glimmerdeep Gorge.','','','','Anemone Chemicals Gathered','','','',0,0,0,0,0,0,0,0,0,0,0,0,40654,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25538,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25537,0,54851,1,'Odor Coater','Marvelous creation if I do say so myself. Ready for deployment.$B$BSimply spray the clam divers with a bit of the chemical and they shall soon be accompanied by a protective aquatic companion. You can even spray yourself to similar effect if you so desire.$B$BSpeaking of desire, I would highly recommend that you moderate deployment of the chemical attractor to minimal applications. Large doses could result in undesirable effects...$B$BUndesirable for you anyway. Likely very desirable for the fish.$B$BAway!','Apply the Anemone Chemical Application Device to 8 Clam Divers.','','','','Clam Divers Odorfied','','','',0,0,0,0,0,0,0,0,0,0,0,0,40646,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59734,59733,59732,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25539,13202,5144,0,8,80,81,0,0,0,0,0,0,0,0,0,25535,0,0,0,'Clamming Up','Here to help with the clam diving?$B$BGet to it then. There are clams about everywhere just waiting to be dived.','Gather 16 Glimmerdeep Clams.','','','','','','','',54861,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25540,13202,5144,0,262280,80,81,0,0,0,0,0,0,0,0,0,25538,0,54884,1,'Bellies Await','We have quite a stock of gathered clams to tote back to the cave, I was simply awaiting someone to do the toting. You\'ve proven dangerous enough to be the sort.$B$BI highly expect that such a fine meal shall not pass uncontested by predators on the way back, so I\'d make your trip as swift as possible.$B$BThank you for your help, friend. It\'s been a pleasure.','Bring the Hefty Sack Of Clams back to the Tranquil Wash.','','','','','','','',54884,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59727,59726,59728,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25541,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,0,24950,0,0,'Filling Our Pockets','We\'ve looted everything that isn\'t bolted down around here, but I\'m not done yet. If we\'re bothering to do the Steamwheedle Cartel\'s dirty work for them, we\'re going to make as much cash as we can while we\'re here.$B$BI haven\'t seen many earrings on these pirates, so the gold must be in the next best place...their teeth. The Southsea musketeers and strongarms to the south are the higher-ups here; they\'ll be the ones with the adornment. Bring me back a good fistful of gold fillings.','Collect 20 Gold Fillings from Southsea Musketeers or Southsea Strongarms.','','','','','','','',54829,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25542,13202,400,0,1572864,38,40,0,0,0,0,0,0,0,0,0,0,25585,0,0,'Circle the Wagons... er, Boats','The fires are dealt with, but there are still Southsea pirates getting ready to board the Speedbarge.$B$BTime to switch to the other side cannon and sink them before it\'s too late!','Sink 15 Southsea Rowboats.','','','','Rowboats sunk','','','',0,0,0,0,0,0,0,0,0,0,0,0,40707,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,63550,63551,63552,63553,0,0,1,1,1,1,0,0,55121,0,0,0,1,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25543,13202,400,0,1572864,38,40,0,0,0,0,0,0,0,0,0,0,25586,0,0,'Circle the Wagons... er, Boats','The fires are dealt with, but there are still Southsea pirates getting ready to board the Speedbarge.$B$BTime to switch to the other side cannon and sink them before it\'s too late!','Sink 15 Southsea Rowboats.','','','','Rowboats sunk','','','',0,0,0,0,0,0,0,0,0,0,0,0,40707,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,63554,63555,63556,63557,0,0,1,1,1,1,0,0,55121,0,0,0,1,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25940,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25382,0,0,0,'Last Stand at Whistling Grove','We might have a chance to beat these flames back thanks to your work in the Inferno.$B$BStill, more wildlife is threatened. Keeper Taldros ran north through the flames, to Whistling Grove.$B$BSee if you can help him!','Report to Keeper Taldros at Whistling Grove in Mount Hyjal.','The forest is being devoured!','','Report to Keeper Taldros at Whistling Grove.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25545,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25547,0,0,'To Arms!','As we struggled not to drown, my men and I were forced to abandon our weapons and much of our armor.$b$bErunak says to expect a major attack from the naga soon and I\'m inclined to believe him.$b$bIf we\'re going to stand a chance, we\'ll need your help to recover our lost armaments. They should be lying on the sea floor near our shipwrecks.$b$bHurry, $r, we\'re defenseless here.','Gather 4 Stormwind Spears, 4 Stormwind Breastplates, 4 Stormwind Shields and 4 Stormwind Helms.$b$bThe equipment may also be collected from Gliblin Scavengers.','','','','','','','',54843,54842,54958,54844,0,0,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59809,59808,59810,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,75870,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25546,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25545,0,0,'Traveling on Our Stomachs','I\'ll need your help if I am to get these men ready for battle.$b$bAny decent leader knows that his men travel and fight on their stomachs. No food, no victory.$b$bThese soldiers are weak from their recent ordeal. They\'ll need sustenance if they\'re to put up any kind of fight when the need arises.$b$bSpeaking of traveling on stomachs, I\'ve seen several crabs out there on the sea floor....','Collect 8 Succulent Crab Meat from Splitclaw Skitterers.','','','','','','','',54845,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25547,13202,4815,0,1048712,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'On Our Own Terms','We\'re as ready as we\'ll ever be. No sense waiting around for the naga to find us.$b$bI\'ll address the men, then we\'ll meet the enemy on our own terms and let fate decide the outcome.','Speak to Captain Taylor in the Briny Cutter.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25392,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25385,0,0,0,'Oh, Deer!','Do you speak deer? It\'s all in the nose.$B$B$B$BThe does have fled the fires, but their little fawns - Some of them are still trapped in the burning and the hurt!$B$BGo back into the Inferno and escort three injured fawns back here to their mothers right here beside me.$B$BPlease save the little fawns, or I\'ll give you the big eyes!$B$B','Rescue three Injured Fawns from the Inferno and escort them back to Mylune at the Grove of Aessina.','Oh yay! Happy little deer!$B$BNow they can grow up and have ADVENTURES.$B$BYou\'re swell.','','Speak with Mylune at the Grove of Aessina.','Injured Fawn Escorted Home','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57327,57326,57328,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25462,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25940,0,0,0,'The Bears Up There','Do not fear the bears in this grove, $c - I have pacified them for the moment.$B$BMy concern at present is for the welfare of the bear cubs. The fires drove the little ones up the trees, where they\'ve gotten stuck. We\'ve got to get those bears safely to the ground!$B$BFlying creatures frighten them, so you\'ll have to climb the trees yourself. Look for footholds at the trunks. Climb the trees, grab the bear cubs, and toss them - GENTLY! - onto the target here.$B$BNothing can go wrong with this plan.','Climb up trees in the Whistling Grove, grab stranded Hyjal Bear Cubs, and then hurl them at the Soft Target from the top of the tree. This is perfectly safe.','I thank you, $N. Those little bears are shaken up but they\'ll survive.$B$BAt least the ones that hit the mat.','','Return to Keeper Taldros at the Whistling Grove.','Hyjal Bear Cubs Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,40240,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,57356,57355,57354,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25490,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25462,0,0,0,'Smashing Through Ashes','$N, these fiends from the Twilight\'s Hammer are attempting to scourge this whole mountain clean of all life. Even now they trail behind this inferno, leaving death and ash in their wake.$B$BArch Druid Hamuul Runetotem is behind the fires, trying to salvage the wilderness before it\'s blotted permanently from the map. Travel southeast, through the inferno and down the road beyond. Find and aid the Arch Druid.$B$BOn your way there, clear the roads by killing any Charbringers that you find.','Slay 8 Charbringers.','Very good. The Twilight\'s Hammer must be sent the message that we will never give up.','','Speak to Arch Druid Hamuul Runetotem at the Sanctuary of Malorne.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40336,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25408,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25404,0,0,0,'Seeds of Their Demise','We will decimate the Twilight\'s Hammer by corrupting and subverting them. $B$BSeeing that you have no intention of releasing me from my bonds, I require you to collect some reagents for me. My own demonic essence has corrupted the plant life around my shrine here. I need you to harvest some bileberries from the wailing weeds that surround this tower.$B$BMy little pets will attempt to harvest YOU in return. Try not to let them agitate one another.','Collect 8 Bileberries.','Very good. Please crush the berries into a pulpy liquid. That\'s quite an aroma isn\'t it?$B$BNow now, don\'t gag. It\'s beneath you.','Has the local flora been giving you a hard time?$B$B','Return to Tyrus Blackhorn at Blackhorn\'s Penance.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57325,57324,57323,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25411,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,25408,0,0,0,'A New Master','The potion you created is vile enough to wake the dead. Which is its intended purpose.$B$BSlay a Twilight Inferno Lord and force the brew down his throat. He will revive, if only briefly, and be completely under your dominance.$B$BSpeak with him and learn the true name of the fire elemental he is channeling into the world to burn down your precious forest.','Use the Bottled Bileberry Brew on the corpse of a Twilight Inferno Lord, then speak with him.','$B$BYes, master?','','Use the Bottled Bileberry Brew on the corpse of a Twilight Inferno Lord, then speak with him.','Twilight Inferno Lord Subjugated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25428,13164,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25412,0,53464,1,'Black Heart of Flame','Now you will use our newfound knowledge to pull Thol\'embaar into the mortal plane like a babe screaming from the womb. Then you will crush him.$B$BThe ritual is simple: take this charred branch, tap it on the ground three times, and utter his name aloud.$B$BYou must call him from within the heart of the Inferno. Destroy him, and bring his black heart back to me.','Use the Charred Branch within the Inferno to Summon Thol\'embaar. Kill him and take the Black Heart of Thol\'embaar.','There it is! Such a trophy! Born in the fires of another plane...$B$BGo ahead, $r. Crush it. Crush his charcoal heart in your hands and let the winds scatter the ashes... yes, yes.','Tell me! Have you fought Thol\'embaar yet?$B$BI am living vicariously through you, $r. Do not disappoint!','Bring the Black Heart of Thol\'embaar to Tyrus Blackhorn at Blackhorn\'s Penance.','','','','',53454,53464,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57321,57320,57322,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25556,13202,1176,0,262152,46,47,81,0,0,0,0,0,0,0,0,25032,0,0,0,'Into Zul\'Farrak','That foul traitor...I should\'ve known better than to trust his kind. My hunt for Sul\'thraze has blinded me.$B$BForgive me, $n. Mazoga has fled inside of Zul\'Farrak, the heart of the Sandfury civilization.$B$BIf you truly seek the sword, you must pursue him. Do not go alone; the entirety of the Sandfury tribe lies in wait behind those walls, and they will not welcome you.$B$BI will stay here. My search for the blade must end. Should you find it, keep it; I must give up before I am consumed.','Find Mazoga within Zul\'Farrak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25557,13202,1176,0,16392,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chief Ukorz','Take a good look, mon. This is how it goes, betrayal after betrayal. I backstab you for the sword, and then Chief Ukorz go and backstab me even better for it.$B$BThat\'s life, yah! Or was...$B$BNow, I know you don\'t got no love for Mazoga. But I know you goin\' in there anyway. Kill him for me, mon. Spill more blood on the sand, an\' give Chief Ukorz Sandscalp what every one of us in here deserves...a gory death.$B$BMaybe I leave some of my belongin\'s without a curse before passin\' on if you do, yah?','Kill Chief Ukorz Sandscalp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7267,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27300,0,0,0,0,0,0,0,0,0,0,72600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25558,13202,4815,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25547,0,0,0,'All or Nothing','This is it.$b$bThis is where we make our stand.$b$bWe must defend this ship to our last breath, and make these cretins think twice before approaching it again!$b$bMay our blades strike fear in their hearts!','Assist Captain Taylor in the defense of The Briny Cutter.','','','','Defense of The Briny Cutter Complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,40714,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59804,59803,59802,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25559,13202,440,0,8,47,49,0,0,0,0,0,0,0,0,0,28881,0,0,0,'Laying Claim','We\'re not the only ones interested in these ruins, it seem. Of all things, we\'ve got blood elves after our dig sites.$B$BI\'d expect them to wilt in the heat without all their fancy fountains and cushy pillows, but they\'re surprisingly scrappy, and they\'re trying to drive us out of the Southmoon Ruins by force.$B$BIt\'s time to crack a few heads. Head over there and teach those elves not to mess with us!','Kill 10 Blood Elf Ruins Hunters.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38997,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25404,13164,616,0,0,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'If You\'re Not Against Us...','South of here you\'ll find a solitary tower, known as \"Blackhorn\'s Penance.\" Upon it is bound a demon: Tyrus Blackhorn.$B$BYou may think me mad for turning to an old foe for help, but Blackhorn was once a mortal, and I can\'t imagine he wants to watch Twilight\'s Hammer triumph.$B$BSpeak with Blackhorn, and see if you can convince him to help us in our fight. He may yet redeem himself.$B$B...Just don\'t set him free!','Speak with Tyrus Blackhorn and convince him to help in the fight against the Twilight\'s Hammer.','Very well, $r. I will help you mortals, even from within my bonds.$B$BBut don\'t sicken me by claiming it\'s my redemption. I do this for my own ends.$B$B','','Speak with Tyrus Blackhorn at Blackhorn\'s Penance.','Blackhorn Persuaded','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25561,13202,400,0,8,38,40,0,0,0,0,0,0,0,0,0,0,25585,0,0,'Circle the Wagons... er, Boats','The fires may be dealt with, but those Southsea pirates are still getting ready to board the Speedbarge!$B$B$N, you need to go back to Mazzer Stripscrew and get on your boat. Use the cannon to sink them before it\'s too late!','Sink 15 Southsea Rowboats.','','','','Rowboats sunk','','','',0,0,0,0,0,0,0,0,0,0,0,0,40707,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,63553,63552,63551,63550,0,0,1,1,1,1,0,0,55121,0,0,0,1,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25562,13202,400,0,8,38,40,0,0,0,0,0,0,0,0,0,0,25586,0,0,'Circle the Wagons... er, Boats','The fires may be dealt with, but those Southsea pirates are still getting ready to board the Speedbarge!$B$B$N, you need to go back to Griznak and get on your boat. Use the cannon to sink them before it\'s too late!','Sink 15 Southsea Rowboats.','','','','Rowboats sunk','','','',0,0,0,0,0,0,0,0,0,0,0,0,40707,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,63557,63556,63555,63554,0,0,1,1,1,1,0,0,55121,0,0,0,1,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25563,13164,0,0,282752,1,15,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','The rift that was here left behind this strange device, but why?$B$BSomeone in a capital city may have more information.','Take the Mysterious Device to Stormwind, Ironforge, Exodar or Darnassus and show it to an Earthen Ring Representative.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25564,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25547,0,0,'Stormwind Elite Aquatic and Land Forces','You\'ve done us a great service, $c, so I\'m going to let you in on a little secret. The men you\'ve saved today aren\'t your everyday Stormwind troops.$b$bWe belong to a special detachment of elite soldiers sent here not only to contend with the Horde, but to investigate the massive geological disturbances originating from the nearby sea floor.$b$bI tell you this because our top secret equipment lies in the bottom of some of our wrecked ships here.$b$bThat gear must be retrieved!','Find 6 Stormwind SEAL Equipment.','','','','','','','',54957,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25565,13202,440,0,8,47,49,0,0,0,0,0,0,0,0,0,25559,0,0,0,'Fragments of Language','We\'ve had our first big find in years here at the Southmoon ruins. My lads have dug up stone tablets, engraved with ancient writings.$B$BThe glyphs on the tablets are like nothing we\'ve ever seen, but I have a hunch we can connect them with titanic scripts found at other digsites. Imagine what a breakthrough like that could mean!$B$B I need you to go to the Southmoon ruins and help us collect the tablets; the other lads can\'t leave, lest the blood elves take our site!','Collect 5 Ancient Hieroglyphs.','','','','','','','',52061,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25566,13202,440,0,8,47,49,0,0,0,0,0,0,0,0,0,25420,25070,0,0,'The Secrets of Uldum','I studied these ruins for years trying to find a way in. We even took a good chunk out of the gate, only to find impenetrable walls beneath. Now the cataclysm may\'ve wrecked everything in there something fierce, but it\'s done what we couldn\'t and opened a way in!$B$BI\'d like you to have the honor, $Glad:lass;. Head on in there and see if anything\'s been left uncracked. Be careful though... there\'s no telling what, or who, might be stirring in there.','Search the Antechamber of Uldum for an intact artifact.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25567,13164,0,0,20608,1,25,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25568,13164,0,0,20608,1,35,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25569,13164,0,0,20608,1,45,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25570,13164,0,0,20608,1,55,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25571,13164,0,0,4096,1,-1,0,0,0,0,0,0,0,0,0,0,0,56008,1,'A Natural Occurrence','This Elemental Shard is all that is left from the rift that stood here before. The connection between the shard and the rift is unknown, but perhaps someone more versed in the elements would know more.$B$BSeek out an Earthen Ring Emissary in any capital city. This could be exactly what they are looking for.','Take the Elemental Shard to an Earthen Ring Emissary in Orgrimmar, Undercity, Thunder Bluff or Silvermoon.','','','','','','','',56008,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25572,13164,0,0,20608,1,75,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25573,13202,5146,0,16512,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Underwater Mount (Temp)','I set up some ropes on the ledge below. Just tie off your lure to one of the ropes and release it into the abyssal stream. If all goes well, one of the rays should come up for it almost immediately.$B$BI don\'t expect this to be even remotely easy, so hold on tight and keep an eye ahead at all times. If you should succeed in subduing one of the rays, bring it back here immediately so that we can feed it and cement the bond.$B$BI have a good feeling this time. I think this is it, $n.','Lure and subdue an Abyssal Manta.$B$B[Note: There is a lot pending for this quest - the end result will be much quicker and much cleaner]','','','','Subdue an Abyssal Manta','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54465,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25319,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25317,0,0,0,'War on the Twilight\'s Hammer','Make no mistake about this, $N. The outcome of this war will determine the very survival of our world as we know it.$B$BThe Twilight\'s Hammer has become more powerful than ever with Deathwing\'s return. Should they succeed in taking over the world tree, they might strike a blow from which we will never recover.$B$BIt is time we beat back the enemy. It is time we crushed the Twilight\'s Hammer.','Kill 4 Twilight Flamecallers and 10 Twilight Vanquishers.','You\'ve done well, $N. But I fear the battle is far from over.','','Return to Malfurion Stormrage at the Tranquil Grove.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38926,38913,0,0,4,10,0,0,0,0,0,0,0,0,0,0,57291,57290,57293,57292,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25330,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,52819,1,'Waste of Flesh','Look at these fools. Half of them won\'t even make it past this trial.$B$BThey are not worthy of ascending into our inner circles. But perhaps... perhaps they are worthy of menial service.$B$BTake this gem and utilize its power to save some of the less competent supplicants. Those who have no chance of succeeding. Those already on fire, preferably.','Use the Frostgale Crystal to extinguish the flames on an 4 Immolated Supplicants.','','','Return to Instructor Cargall at the Twilight Gauntlet.','Immolated Supplicant saved','','','',0,0,0,0,0,0,0,0,0,0,0,0,39806,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25274,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25597,0,52683,1,'Signed in Blood','You\'re here at last, $N. Just in time as well.$B$BNews of Ragnaros\' emergence has spurred a large wave of recruits to seek membership in the Twilight\'s Hammer.$B$BIf you\'re to infiltrate the cult, the time is now. We will need recruitment papers -- signed in blood by a referring Twilight member. Lure one of the new recruits away from the group and hit them with this blackjack.$B$BIf you\'re lucky, you\'ll be able to steal his recruitment papers. Bring them back to me and we\'ll do our best to alter them.','Lure a Twilight Recruit away from the group and take his Twilight Recruitment Papers.','','','Return to Elementalist Ortell at Searing Gorge.','','','','',52685,52683,0,0,0,0,1,1,0,0,0,0,39619,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25276,13202,616,0,262280,80,81,0,0,0,0,0,0,0,0,0,25274,0,52693,1,'Your New Identity','There. Not my best work, but certainly not my worst. You will be known as \"$Ndamus\" among the cultists.$B$BThese papers will bump you ahead of the other recruits and allow you to speak directly to the Twilight instructors.$B$BGo to the proving grounds and show these to Condenna the Pitiless. She\'s separating the wheat from the chaff.$B$BShow her what you\'re made of.','Speak to Condenna the Pitiless at the Training Grounds in Hyjal.','','','','','','','',52693,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25328,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gar\'gol\'s Gotta Go','$B$BListen, you gotta get me outta here. They\'re either going to eat me or turn me over to the Twilight\'s Hammer. Maybe both.$B$BThey\'ve padlocked me in, and Gar\'gol keeps the key in his personal treasure chest. Kill Gar\'gol if you have to - but get that key!$B$B','Get the Rusted Skull Key from Gar\'gol\'s Personal Treasure Chest.','$B$BIt\'s about time!$B$B$B$B...Can I get a little help here?','Key? Now? Please?','Bring the key to Kristoff Manheim, hanging in Gar\'gol\'s Hovel.','','','','',52789,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25332,13202,616,0,3145728,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get Me Outta Here!','$B$BGood! Make a break for the exit, and I\'ll follow.$B$BIf we get separated, check back here to make sure I haven\'t been recaptured.','Escort Kristoff out of Gar\'gol\'s Hovel.','Kristoff, Kristoff... Oh yes, I remember now. I recall sending him on what amounted to a suicide mission.$B$BHe survived? I suppose that means he failed.$B$BStill, you deserve at least some coin for the trouble.','','Return to Royce Duskwhisper at the Shrine of Goldrinn.','Kristoff Escorted Out','','','',0,0,0,0,0,0,0,0,0,0,0,0,39808,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57362,57361,57360,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25579,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25540,0,0,0,'Caught Off-Guard','Our escape from the shell can\'t have gone unnoticed, but either the naga at these ruins weren\'t informed or they don\'t consider us a threat. I don\'t intend to take the opportunity for granted - we strike now.$B$BI need you to slip into the lower level of the ruins to our west and take out as many of their patrols as you can. We cannot risk any of those patrols finding out about our occupation of this cave - make sure none escape.','Kill 10 Azsh\'ir Patrollers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39638,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25580,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25540,0,0,0,'Swift Approach','I\'ve taken the liberty of performing some preliminary scouting. The naga may not be aware of our position, but they are not entirely unprepared for intruders.$B$BBeyond their patrols, they have set up magical sentry devices that will warn them of unwelcome guests. Fortunately, they seem to have sacrificed quality for quantity, and there is definitely a window in which the devices can be destroyed before their alarms are answered.$B$BI trust that you can see to this before our other soldiers arrive.','Destroy 8 Azsh\'ir Monitors.','','','','Azsh\'ir Monitor destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,40877,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59721,59720,59722,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25581,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25540,0,0,0,'An Occupation of Time','Look--$n is it?--I need your help. I know most everyone in this cave thinks that we\'re not in a position to be worrying about anything but our own hides right now, but I cannot dismiss my ancestors so readily.$B$BAll I want from you, while you\'re out in the city proper, is to keep a watchful eye out for objects of significance. The statues interest me especially.','Investigate the 4 intact statues in the Vashj\'ir Gardens.','','','','Lestharia Vashj statue','Queen Azshara statue','Ranger Valarian statue','High Priestess Siralen statue',0,0,0,0,0,0,0,0,0,0,0,0,-203386,-203388,-203390,-203391,1,1,1,1,0,0,0,0,0,0,0,0,59716,59715,59714,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25582,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25540,0,0,0,'A Better Vantage','This cave is our only refuge. There\'s no help on the way. Whatever happens, this cave must remain safe or we are all sure to die down here.$B$BWe need a forward post to launch our attacks from. Something defensible.$B$BIn the eastern portion of the ruins on the lowest level, scout the north end of the gardens, the passage leading under the main structure just west of the gardens, and the cluster of buildings at the southeast corner of the ruins, under the bridges.$B$BBring me back any information you can.','On the lowest level of the ruins, scout the northern end of the Quel\'Dormir Gardens, the passage that leads under the ruins west of the gardens, and the structures at the southeast corner of the ruins, below the bridges.','','','','Northern Quel\'Dormir Gardens scouted','Tunnel west of Quel\'Dormir Gardens scouted','Structures south of Quel\'Dormir Gardens scouted','',0,0,0,0,0,0,0,0,0,0,0,0,40963,40964,40965,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25583,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,27393,0,59358,1,'Upon the Scene of Battle','All around you lie the remnants of a fierce battle. The naga skeletons are no surprise, but the weapons and remains of their apparent opponents are somewhat more unexpected.$B$BAmidst the bones, you spot a strangely prominent piece of metal jutting out from one of the skulls. It\'s difficult to tell what sort of weapon it might have once been part of, but it stands out sufficiently to prompt you to retrieve it as evidence.$B$BSurely someone back at the cave would be interested in this revelation.','Bring the broken shard back to the Tranquil Wash.','','','','','','','',59358,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25464,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25323,0,54463,1,'The Return of Baron Geddon','Ragnaros is not the only powerful elemental that has re-emerged into our world.$B$BThe dreaded Baron Geddon is leading the onslaught and we must put an end to this rampage.$B$BThe Flameseer\'s Staff has proven powerful. Perhaps it is powerful enough to weaken him to the point where our arch druids can bind him where he stands.$B$BGo, $N and be careful. Baron Geddon is a vengeful and treacherous being.','Channel the Flameseer\'s Staff to weaken Baron Geddon.','Well done, $N. We cannot afford to lose any further ground in Hyjal.$B$BBy stopping Baron Geddon we will have dealt a huge blow to the enemy.','','Return to Malfurion Stormrage at the Tranquil Grove.','Baron Geddon Weakened','','','',0,0,0,0,0,0,0,0,0,0,0,0,40147,0,0,0,1,0,0,0,75192,0,0,0,0,0,0,0,57303,57305,57304,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25323,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25472,0,53107,1,'Flamebreaker','The large elementals that besiege us are not a singular entity.$B$BThey are an amalgamation of lesser spirits bound together by the Twilight\'s Hammer cultists\' magic.$B$BThe rebuilt flameseer\'s staff will give us enough power to shatter its bonds.$B$BDestroy the smaller elementals once you\'ve broken up the more dangerous large ones.','Kill 30 Unbound Flame Spirits.','Well done, $N. This will help us turn the tide against the enemy.','','Return to Malfurion Stormrage at the Tranquil Grove.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40065,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25585,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'Quiet the Cannons','Now it\'s time to do something about those darn cannons up on the bluffs to the east!$B$BIf you\'d be so kind, hop into your boat and cruise on over to the Southsea Holdfast. Up top you\'ll see a bunch of cannons firing down on us.$B$BThose pirates don\'t know squat about engineering. It shouldn\'t be too difficult for you to clog \'em up and make them explode.','Destroy 8 Holdfast Cannons.','','','','Holdfast Cannons destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,40869,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25586,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'Quiet the Cannons','Now it\'s time to do something about those darn cannons up on the bluffs to the east!$B$BIf you\'d be so kind, hop into your boat and cruise on over to the Southsea Holdfast. Up top you\'ll see a bunch of cannons firing down on us.$B$BThose pirates don\'t know squat about engineering. It shouldn\'t be too difficult for you to clog \'em up and make them explode.','Destroy 8 Holdfast Cannons.','','','','Holdfast Cannons destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,40869,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25587,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,27685,0,0,0,'Gimme Shelter!','Please, $r! You must help me!$b$bI\'ve barely managed to survive, what with naga, sharks, and that horrible monster that attacked our ship.$b$bI can see a cave that might be safe, but I don\'t dare try to make it unless I know there\'s air inside.$b$bCan you make sure it\'s ok?','Investigate Smuggler\'s Scar in the Kelp\'thar forest, then signal to Adarrah that it\'s safe to enter.','I cannot thank you enough, $r.$b$bI just hope this whole nightmare has a happy ending.','','','Smuggler\'s Scar Scouted','Adarrah Signaled','','',0,0,0,0,0,0,0,0,0,0,0,0,46316,46312,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25588,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Little Payback','It\'s time for a little payback, I think. Can you blame me? After they locked me down in that outhouse and left me to drown?!$B$BI\'ll make it worth your while if you head up to the Southsea Holdfast on the eastern bluffs and exact my revenge.','Slay 15 Southsea pirates at the Southsea Holdfast.','','','','Southsea pirates slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,40092,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,63574,63575,63576,63577,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25589,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Little Payback','It\'s time for a little payback, I think. Can you blame me? After they locked me down in that outhouse and left me to drown?!$B$BI\'ll make it worth your while if you head up to the Southsea Holdfast on the eastern bluffs and exact my revenge.','Slay 15 Southsea pirates at the Southsea Holdfast.','','','','Southsea pirates slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,40092,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,63578,63579,63580,63581,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25590,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,25609,0,0,'Where\'s Wizzle?','Hey, $N, you haven\'t seen my other brother, Wizzle, have you?$B$BI just know that the pirates captured him! He said that he was going to try to sell them some engineering stuff, or something.$B$BWould you please look for him up at the Southsea Holdfast to the east? I\'ll bet that no-good goblin he\'s always traveling with, Synge, got him into trouble!','Find Wizzle Brassbolts at the Southsea Holdfast in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25592,13164,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25996,0,0,0,'Deep Attraction','I\'ve been able to help some of the survivors make it to the cave, but it\'s starting to get hairy out there. If we didn\'t have enough problems, some glowing murlocs started creeping up from the nearby crevice to attack the stranded survivors.$B$BThe men up there are warriors--they won\'t go down without a fight--but they\'re much worse for the wear after that damned shell.$B$BIf you have any breath left in your lungs, get up there and take out some of those murlocs. Hellscream\'s eyes are upon you.','Kill 10 Redgill Scavengers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40911,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25593,13164,5144,0,1179784,80,81,0,0,0,0,0,0,0,0,0,25996,0,0,0,'Shelled Salvation','A lot of the men haven\'t made it to the cave yet. It\'s a safe bet that they\'re stranded at the vents on the ridge above us.$B$BWe found some spiralung shells on the way here. They don\'t produce much air, but it was enough for us to make the cave.$B$BI need to stay here to count heads and get them back on their feet as they arrive. Do me a favor - go collect those spiralung shells, get them to any of my men that are still up on the ridge, and give them a swift kick in the arse so that they get moving.','Collect 8 Spiralung shells and give them to stranded Nespirah Survivors.','','','','Shell Survivors rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,39729,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25594,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25996,0,0,0,'Crafty Crabs','It was that darn crab!$B$BHere I thought that all the exercise from walking here was making me super buff! My pack just kept getting lighter and lighter. But no! That crab snipped a hole in my bag and all my parts were falling out the whole way here.$B$BPlease, help a good lookin\' goblin out, will ya? Go back and help me pick up all of my stray parts. I\'m sure those conniving vicious little crabs ran off with some of them too.','Collect 12 of Fiasco\'s Stray Parts.','','','','','','','',55139,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59731,59730,59729,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25595,13164,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25996,0,0,0,'Something Edible','Were they trying to starve us all to death?! Not giving prisoners food is just despicable.$B$BWe need to get these soldiers fed. The best prospect I spotted on the way here were those giant grouper. Several of those and we shouldn\'t want for meat for a while.$B$BIf you can bring me back some, I\'ll see to it that it gets cooked and passed out fairly.','Collect 8 Snapjaw Grouper Meat.','','','','','','','',55140,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59724,59723,59725,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25596,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,25610,0,0,'Where\'s Synge?','Hey, $N, you haven\'t seen our gunsmith, Synge, have you?$B$BI just know that the pirates captured him! He said that he was going to try to sell them some rifles, or something.$B$BWould you please look for him up at the Southsea Holdfast to the east? I\'ll bet that no-good gnome he\'s always traveling with, Wizzle Brassbolts, got him into trouble!','Find Synge at the Southsea Holdfast in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25598,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25587,0,0,0,'Ain\'t Too Proud to Beg','Now that you\'ve brought me to safety, I\'m afraid I must impose upon your kindness just a bit further.$b$bThe captain of our ship, Samir, is still out there. Mack too. I\'m sure they made it to the sea floor but beyond that I didn\'t see what became of them.$b$bI simply couldn\'t get by in a place like this without their help.$b$bI lost sight of them in a clump of kelp west of where you found me.$b$bPlease hurry! They couldn\'t have gotten far...','Find Samir and Mack.','Where would we be without you, $r!$b$bI don\'t want to even imagine!','','','Mack and Samir Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,39669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25370,13202,616,0,131208,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inciting the Elements','This is no mere natural occurrence, $N. There must be a twilight presence behind our lines that we haven\'t accounted for.$B$BIt\'s possible that whoever is instigating the elemental disturbance is using foul magic to hide themselves from our sight.$B$BSeek the aid of the faerie dragons that roam near the world tree; they can see through any of our enemy\'s illusions.$B$BFeed them the juniper berries that grow nearby to gain their trust.','Feed Juniper Berries to the Faerie Dragons and slay 4 Twilight Inciters.','You\'ve done well, $N. We cannot allow the Twilight\'s Hammer spies this close to the world tree!','','Return to Tholo Whitehoof at Nordrassil.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39926,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25325,13202,616,0,2359436,80,81,0,0,0,0,0,0,0,0,2,25324,0,0,0,'Through the Dream','Alysra\'s plan might be necessary, $N. I don\'t know how much longer we can hold off the cultists.$B$BFandral Staghelm is bound by powerful spells. He won\'t be able to escape you, even inside the Emerald Dream.$B$BBeware, though, for all we know the nightmare has spread to this part of the world inside the dream.$B$BTake Fandral to the surface and hand him to Alysra. Let us hope he\'s more secure in Moonglade than he is here.','Deliver Arch Druid Fandral Staghelm to Alysra at the entrance of the Barrow Dens in Hyjal.','You did well, $N. I will take Fandral to Moonglade myself.$B$BHis prison will be far enough from the battlefront there.','Is Staghelm with you, $N?','Arch Druid Fandral Staghelm delivered.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57285,57284,57286,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,59000,0,0,77828,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25578,13202,616,0,2097288,80,81,0,0,0,0,0,0,0,0,0,25325,0,0,0,'Return to Nordrassil','I will take Fandral to Moonglade swiftly. I hope to return soon so I may continue to aid in the battle.$B$BIn the meantime, report back to Ysera and inform her of these recent developments.','Speak to Ysera at Nordrassil in Hyjal.','Alysra\'s decision might not have been the wisest, $N. Yet there is little time to worry about that now.$B$BI bring important discoveries from the Emerald Dream.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,76240,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25601,13202,616,0,8388744,80,81,0,0,0,0,0,0,0,0,0,25314,25315,0,0,'Head of the Class','That settles it, \"$Ndamus!\" You are head of your class!$B$BYou will get a chance to address a crowd of the most fanatical, bloodthirsty and certifiably insane people on this planet.$B$BGo report to your instructor for the details, but remember: your goal is to exploit the animosity between the ogres at the Seat of the Chosen and the other, less privileged races.$B$BIf all goes well, we will smuggle Jarod out of here during the ensuing riot.','Speak to instructor Mylva at the Forge of Supplication in Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25602,13202,4815,0,2097288,80,81,0,0,0,0,0,0,0,0,0,25384,0,0,0,'Can\'t Start a Fire Without a Spark','Mack\'s still out of it, and I fear we may lose him if I can\'t get this fire started. With the wood being soaked, we\'ll need something special to get it going.$b$bThere\'s an abandoned camp nearby with a barrel of explosives in it. There\'s no way I can recover it on my own.$b$bWould you mind hauling it back for us? For Mack?','Get the Keg of Gunpowder from Budd\'s Dig.','Outstanding!$b$bLet\'s see if this does the trick....$b$bStand back, $n!','Did you get the explosives from the camp, $c?','','','','','',55143,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,76513,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25603,13202,0,0,20608,1,-1,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25604,13164,0,0,20480,1,-1,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','The rift that was here left behind this strange device, but why?$B$BSomeone in a capital city may have more information.','Take the Mysterious Device to Stormwind, Ironforge, Exodar or Darnassus and show it to an Earthen Ring Representative.','','','','','','','',54883,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25605,13164,0,0,20608,1,30,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25606,13164,0,0,20608,1,40,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25607,13202,331,0,8,24,25,0,0,0,0,0,0,0,0,0,28539,0,0,0,'Ze Gnomecorder','Zese goblinz dizgust me. Zer filzy goblin technology iz inferior to anyzing gnomish, yet...$B$B$B$BIt iz ze last piece of ze puzzle! Wizout ze filzy goblin technology ze gnomecorder cannot be built!$B$BVenture eazt into ze \"Skunkworks\" and take from zem zer filzy goblin junk! You vill most likely find zem on goblin technicians.$B$B$B$BGoblin technician? Vut iz zat anyvay?$B$B$B$BZome kind of oxymoron?','Recover 8 pieces of Filthy Goblin Technology.','Ah, ze junk haz arrived! Zit is ze last piece of ze puzzle! Now to zet it up! Standby, $N!','Ze junk? Do you have zit?','','','','','',55144,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,5,5,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25412,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25411,0,0,0,'The Name Never Spoken','We called upon the fury and flame of the One, my former master.$B$BThe Inferno is by His design.$B$BHis true name is never uttered, it holds His power.$B$BEach of us was told but a piece. Each piece engraved on a firestone.$B$BThe One\'s true name is here, in the Inferno. Seek the three stones...','Assemble the true name by examining the three Firestones.','Yes, yes! Show me the runes you discovered.$B$B\"Vol\'talo Thol\'embaar.\" That\'s the name of your real enemy.$B$BPresumably you\'re dealing with one of Ragnaros\'s generals, sent here to scorch the mountainside and pave the way for his conquest.$B$BI will show you how to crush him.','','Return to Tyrus Blackhorn at Blackhorn\'s Penance.','Northern Firestone Examined','Central Firestone Examined','Southern Firestone Examined','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25443,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Name Never Spoken','Did my drought work? You spoke with one of them?$B$BThen you know what to do. The name of their elemental master is written on three firestones scattered throughout the Inferno. Examine each of these stones and we will have the name we need.$B$BHurry! Your precious forest burns!','Assemble the true name by examining the three Firestones in the Inferno.','','','Return to Tyrus Blackhorn at Blackhorn\'s Penance.','Northern Firestone Examined','Central Firestone Examined','Southern Firestone Examined','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25609,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,25627,0,0,'Sunken Treasure','The key to the cage is held by Tony Two-Tusk, the pirate admiral, and he\'s guarded by ogres that you\'ll never be able to kill!$B$B$B$BI\'ve got it! What do all pirates want more than anything else? No, not grog. Something even better... treasure!$B$BThey had a ship full of treasure that was sunk by a giant whale-shark. The treasure is scattered all over down in the Mirage Abyss to the northwest.$B$BGo get it!','Collect 8 Sunken Treasure Chests.','','','','','','','',55138,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25610,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,25628,0,0,'Sunken Treasure','The key to the cage is held by Tony Two-Tusk, the pirate admiral, and he\'s guarded by ogres that you\'ll never be able to kill!$B$B$B$BI\'ve got it! What do all pirates want more than anything else? No, not grog. Something even better... treasure!$B$BThey had a ship full of treasure that was sunk by a giant whale-shark. The treasure is scattered all over down in the Mirage Abyss to the northwest.$B$BGo get it!','Collect 8 Sunken Treasure Chests.','','','','','','','',55138,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25901,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hyjal Recycling Program','Reinforcements! I thought we were going to fight this out to the bitter end.$B$BVery few of the Guardians of Hyjal remain, and our supplies are running out. The battlefield around our holdout here must be littered with serviceable arrows.$B$BI know it\'s beneath your abilities, but can you gather up our spent ammunition? It\'s the only way we can replenish our supplies!','Gather 15 Warden\'s Arrows.','','','Take the arrows to Logram at the Scorched Plain.','','','','',56176,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57347,57345,57346,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25910,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25906,0,0,0,'The Time for Mercy has Passed','This cavern is an abomination, $N. And it\'s filled with horrors from the depths.$B$BI don\'t want any of these - things - getting through the portal to the outside world. Slay everything!','Slay 10 Molten Tormentors and 4 Shadowflame Masters.','','','Return to Garunda Mountainpeak within the Crucible.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25613,13202,406,0,262152,24,25,0,0,0,0,0,0,0,0,0,13913,0,0,0,'Do Yourself a Favor','So these night elves send out a desperate call for help to us, goes something like this:$B$B$B$B\"Please come help us! The big, mean Horde has goblins! Oh, we can\'t handle goblins! They pull our hair and make us cry!\"$B$BRight, anyway, so here we are.$B$BThe first thing I did was upgrade their aerial defenses with some of my new sniper guns. Problem is, they don\'t use guns. Do yourself a favor and lend \'em a hand, eh? Find \'em south of here.','Speak to Kalen Trueshot at Trueshot Point in Stonetalon Mountains.','$B$BWe use guns just fine, friend. CANNONS, on the other hand, I take issue with...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25614,13202,406,0,8,24,25,0,0,0,0,0,0,0,0,0,25613,0,0,0,'The Only Way Down is in a Body Bag','The skies are swarming with heavily armored orcs on the backs of even more heavily armored wind riders. Our best efforts to bring them down have thus far proven fruitless. Our arrows usually just bounce off of those foul creatures. If we do happen to take one down the orcs deploy their goblin parachutes and safely land on the ground below.$B$BI need you to use Gnombus\'s sniper cannons and blow up the Warsong wind riders and then blow up the parachuting orcs.$B$BThe only way down is in a body bag.','Kill 8 Warsong Wing Commanders.','Excellent work, $N. The gnome technology, while somewhat obnoxious, is highly effective. We should now have a clear path to Windshear Hold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40942,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25615,13202,406,0,262152,24,25,0,0,0,0,0,0,0,0,0,25614,0,0,0,'Return to Stardust','Huntress Jalin will be pleased to know that the way to Windshear Hold is now clear. Please return to Stardust Spire and inform her of your success. She will most assuredly have more work for you now that our path is clear.$B$BThank you and good luck, friend.','Return to Huntress Jalin at Stardust Spire in Ashenvale.','With the airways clear our hippogryphs will be able to move into Stonetalon freely. Well done, $N!$B$BNow on to more pressing matters. $B$BWhat you witnessed at Trueshot Point was a small sampling of the decimation left in the wake of Hellscream\'s legacy. As Warchief of the Horde, Hellscream has declared Kalimdor as the Horde\'s sovereign territory. All that would oppose the Horde are destroyed.$B$BWe are Kalimdor\'s last line of defense. Should we fall, Kalimdor will also fall. The Horde must be stopped!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57415,57416,57417,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25616,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,25615,0,0,0,'Hellscream\'s Legacy','Enter Stonetalon Mountains through Talondeep Pass and head towards the smoldering trees. Seek out the Krom\'gar incinerators that are destroying the forest and slay as many as you can! Be warned, the incinerators are powerful orcs. Attacking them through conventional means will likely result in your death. Destroy the oil canisters on their backs and they will be devoured by flame!$B$BReport to Sentinel Heliana at Windshear Mine should you succeed. She will have your new orders.','Slay 10 Krom\'gar Incinerators.','With the Krom\'gar incinerators dealt with, the forest may be allowed to regrow. Only time can heal the wounds left by the Horde.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,34353,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25617,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25355,0,0,0,'Into the Maw!','Atop the Lightning Ledge, the Twilight\'s Hammer has erected an enormous flamegate. I do not know where it leads; I know it is not of this realm, and I cannot enter. None of my other followers have returned.$B$BI need you to enter this realm and be my fangs within. Step through the flamegate. If he is still alive, meet with Jordan Olafson inside. He will give you a token that will allow you to use my powers in that realm.$B$BBe bold, $N. Find out where that flamegate leads, and destroy whatever lies within.','Step through the flamegate atop the Lightning Ledge in Mount Hyjal, and speak with Jordan Olafson within.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55050,0,0,0,1,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25618,13202,616,0,8,80,81,0,0,0,0,0,0,0,0,0,25353,0,0,0,'Into the Maw!','Atop the Lightning Ledge, the Twilight\'s Hammer has erected an enormous flamegate. I do not know where it leads; I know it is not of this realm, and I cannot enter. None of my other followers have returned.$B$BI need you to enter this realm and be my fangs within. Step through the flamegate. If he is still alive, meet with Jordan Olafson inside. He will give you a token that will allow you to use my powers in that realm.$B$BBe bold, $N. Find out where that flamegate leads, and destroy whatever lies within.','Step through the flamegate atop the Lightning Ledge in Mount Hyjal, and speak with Jordan Olafson within.','Ah, you are the champion Goldrinn promised! Your eyes don\'t deceive you: you have entered the Firelands, an elemental plane of molten stone and fire. We\'ve got our work cut out for us here.$B$BPut aside your differences with the Horde, there\'s plenty of danger to go around.$B$BAnd take this: the Fang of Goldrinn will allow you to channel the ancient\'s power here within the Firelands. Use it well!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55049,0,0,0,1,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25619,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reoccupation','There\'s no shortage of Kvaldir to slaughter. They\'re obviously still reeling from our assault. The city has been desolate so long, I doubt they expected any naga to contest them here.$B$BThere have been no reports yet of their leader. I\'m sure that culling them further will force the coward to rear his head soon enough.$B$BShall we continue?','Kill 10 Kvaldir defenders in the Ruins of Vashj\'ir.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Kvaldir defenders','','','',0,0,0,0,0,0,0,0,0,0,0,0,39602,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25620,13202,5144,0,8,80,81,0,0,0,0,0,0,0,0,0,25619,0,0,0,'The Revered Lady','The Revered Lady has sent word for you. She awaits you at the far end of the temple gardens.$B$BIf you feel the need to mention the heroic exploits of your faithful battle brother, Azjentus, please don\'t hold back. I won\'t take your admiration of me as a weakness.$B$BI\'ll hold you up no longer. The Lady awaits.','Speak to Lady Naz\'jar at the north end of the Quel\'Dormir Gardens.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25621,13202,406,0,2424836,24,26,0,0,0,0,0,0,0,0,0,25616,0,0,0,'Field Test: Gnomecorder','Ze Gnomecorder iz complete! Now ve must test zit!$B$BVenture into Stonetalon Mountains to ze southeast and valk down ze Talondeep Pass until you reach a filzy goblin drill machine. I vill activate ze gnomecorder ven you reach your destination!','Enter Stonetalon Mountains and travel south along the Talondeep Pass until you arrive at a goblin drill machine.','$B$BCome in, $N. Can you hear me? Zis iz Professor Xakxak!$B$B*POP*$B$B*CRACKLE*$B$BPERFECT! Viz ze Gnomecorder I vill be able to direct you about Stonetalon vile staying out of harmz vay!$B$BNow, onto our next order of buziness!','','Gnomecorder Tested','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,2,2,0,0,0,0,0,0,0,76479,76479,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25622,13202,406,0,1769472,24,26,0,0,0,0,0,0,0,0,0,25621,0,0,0,'Burn, Baby, Burn!','Deze orc incinerators zat burn ze forest carry viz zem powerful veaponry! You must kill zem and take zhere flame thrower. Vonce you have ze flame thrower, search ze forest for varsong stockpilez and use ze flame thrower to burn zem down!$B$BBurn zem all and I vill reward you! Yes, ze Gnomecorder can transport items!$B$BVait! Do you hear zat! I zink zhere iz an orc nearby! Vatchout!','Obtain a Warsong Flame Thrower from a Krom\'gar Incinerator and use the Warsong Flame Thrower to destroy 8 Warsong Stockpiles.','$B$BVonderful! As promised, VOILA, your reward!$B$BNow, I have a bit of news that you might find interesting.','','','Warsong Stockpile Incinerated','','','',0,0,0,0,0,0,0,0,0,0,0,0,40957,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,57426,57427,57425,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29126,13914,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,29125,0,68997,1,'The Power of Malorne','$B$BThe portal that opened up to our east is guarded by a powerful flamewaker by the name of Galenges. We will need all of Malorne\'s help in defeating him.$B$BDo you remember the staff that I gave you? Place it in the pile of ash in front of the portal. Then pray that Malorne comes to your aid.','Use the Guardian\'s Staff to summon and defeat Galenges.','Galenges has fallen, the unbreakable is broken... but our work is not done.','','Galenges has fallen, the unbreakable is broken... but our work is not done.','Galenges slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25625,13202,4815,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Piercing the Ruins','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25626,13202,5144,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25911,0,55171,1,'Visions of the Past: Rise from the Deep','What you told me of the naga before has been plaguing my mind. Who are these allies they\'re summoning? Do they really think they can defeat the Tidehunter?$B$BEscaping this cave brings a degree of relief, but our purpose here remains. I\'m hoping you will be willing to seek answers from the Battlemaiden one last time.$B$BThere\'s only one place that I can think of where they would have taken the artifact - the temple atop the ruins. It\'s sure to be well guarded. Proceed carefully.','Witness the concluding story of the Battlemaiden by using her broken blade somewhere in the Temple of Quel\'Dormir.','','','','Infiltrate Quel\'Dormir Temple','Witness the Concluding Story of the Battlemaiden','','',0,0,0,0,0,0,0,0,0,0,0,0,41982,41222,0,0,1,1,0,0,0,0,0,0,0,0,0,0,59671,59670,59669,59672,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,312000,0,0,0,0,0,0,0,0,0,0,332400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25627,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,55158,1,'Two-Tusk Takedown','This treasure\'s all fake, but it\'s not like those den whompers are going to know the difference. Stupid ogres!$B$BHere\'s the plan... you head into the Admiral\'s Den and spread all of this \"treasure\" around to any ogres that get in your way. Then all you have to do is confront Tony Two-Tusk.$B$BYou\'ll have the key to the cage in no-time!','Obtain the Rusted Cage Key.','','','','','','','',55160,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63624,63625,63626,63627,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25628,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,55158,1,'Two-Tusk Takedown','This treasure\'s all fake, but it\'s not like those den whompers are going to know the difference. Stupid ogres!$B$BHere\'s the plan... you head into the Admiral\'s Den and spread all of this \"treasure\" around to any ogres that get in your way. Then all you have to do is confront Tony Two-Tusk.$B$BYou\'ll have the key to the cage in no-time!','Obtain the Rusted Cage Key.','','','','','','','',55160,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63628,63629,63630,63631,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25629,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25896,0,0,0,'Her Lady\'s Hand','Battlemaiden!$B$BFind my Honor Guard upon the field of battle and relieve them of their foes. I need them to return to guard the priestesses immediately!$B$BI will hold the entrance. Be swift!','Defeat the opponents of 8 Naz\'jar Honor Guard on the field of battle and deliver their new orders.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Naz\'jar Honor Guard relieved','','','',0,0,0,0,0,0,0,0,0,0,0,0,41999,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25899,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breakthrough','The fiery army that caused so much devastation up the hill has retreated east of here. Only the Scorchlords remain in action. If we can punch a hole through their lines to regroup with Captain Irontree\'s forces, the whole offensive may collapse.$B$B$C, I\'m in no shape to continue fighting, but you look like you can do some damage. Slay those Scorchlords and regroup with Captian Irontree!','Slay 10 Twilight Scorchlords.','','','Speak with Captain Irontree at the Scorched Plain.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41500,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28732,13164,4926,0,12,80,82,0,0,0,0,0,0,0,0,2,0,0,0,0,'This Can Only Mean One Thing...','Raz and I were enlisted by the Guardians of Hyjal to investigate the re-emergence of Ragnaros into our world. Let me go ahead and confirm that he is back and he is angry! We also have evidence that these Twilight\'s Hammer cultists are moving elementals from here to Blackrock Caverns, over in the Eastern Kingdoms.$B$BRaz and I were about to head over there to investigate. We\'ve got room for another in the mole machine if you\'re interested. Just meet us on the inside and we\'ll begin our journey.','Take Finkle\'s Mole Machine to Blackrock Mountain.','Oh dear, Raz has been captured! As soon as we entered a dozen cultists and some big fat ogre jumped us. I ran while Raz tried to fight them off. We need to save him, $N!','','Find Finkle Einhorn inside Blackrock Caverns at Blackrock Mountain.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25631,13202,4815,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Caught Off-Guard','I can\'t imagine that our escape from the shell went unnoticed, but either the naga at these ruins were not informed or don\'t consider us a threat. I do not intend to take such opportunities for granted - we must strike now.$B$BI need you to slip into the lower level of the ruins and take out as many of their patrols as you can. We cannot risk any of those patrols finding out about our occupation of this cave - make sure none escape.','Kill 10 Azsh\'ir Patrollers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39638,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25632,13202,4815,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swift Approach','I\'ve taken the liberty of performing some preliminary scouting. The naga may not be aware of out position, but they are not entirely unprepared for intruders.$B$BBeyond their patrols, they have set up magical sentry devices that will warn them of unwelcome guests. Fortunately, they seem to have sacrificed quality for quantity, and there is definitely a window in which the devices can be destroyed before their alarms are answered.$B$BI trust that you can see to this before our other soldiers arrive.','Destroy 10 Azsh\'ir Sentry Wards.','','','','Azsh\'ir Perimeter Alarm destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,40877,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25633,13202,4815,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Occupation of Time','Look--$n is it?--I need your help. I know most everyone in this cave thinks that we\'re not in a position to be worrying about anything but our own hides right now, but we have an amazing opportunity here.$B$BThis was one of the royal cities of the elves in the days when Azshara was queen. In this city lie the keys to lore long lost and artifacts of unimaginable historical value. All I want from you, while you\'re out on your little jaunt, is to keep an eye out for exactly those kinds of things.','Investigate the 6 in-tact statues in the Vashj\'ir Gardens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25634,13202,4815,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Better Vantage','This cave is our only refuge. There\'s no place to which we can retreat. There\'s no help on the way. Whatever happens, this cave must remain safe or we are all sure to die down here.$B$BI have no intention of standing idle. The best way to keep the naga from finding us is to keep them off-balance, but we can\'t risk them following us back here between strikes. We need a forward post to launch or attacks from.$B$BI\'d like you scout the ruins for a suitable base of operation. Something defensible.','Scout out the Garden Plaza, the Main Road, and the Temple District.','','','','Vashj\'ir Gardens scouted','Vashj\'ir Tunnel scouted','Vashj\'ir Southern Ruins scouted','',0,0,0,0,0,0,0,0,0,0,0,0,40963,40964,40965,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25635,13202,4815,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Upon the Scene of Battle','All around you lie the remnants of a fierce battle. The naga skeletons are no surprise, but the weapons and remains of their apparent opponents are somewhat more unexpected.$B$BAmidst the bones, you spot a strangely prominent piece of metal jutting out from one of the skulls. It\'s difficult to tell what sort of weapon it might have once been part of, but it stands out sufficiently to prompt you to retrieve it as evidence.$B$BSurely someone back at the cave would be interested in this revelation.','Bring the broken shard back to THE CAVE.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25636,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Starve a Fever, Feed a Cold','Mack is fading in and out of consciousness.$b$bIf he\'s going to make it, he\'s going to need all the help we can muster.$b$bI know a good recipe for turtle soup that\'s sure to warm him up.$b$bBring me some turtle meat and I\'ll handle the rest.','Collect 4 Turtle Meats from Speckled Sea Turtles.','','','','','','','',54615,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25637,13202,5144,0,9437320,80,81,0,0,0,0,0,0,0,0,0,25620,0,0,0,'To the Fathom-Lord\'s Call','Fathom-Lord Zin\'jatar has sent word that the Kvaldir leader has shown himself. I would like you to make your way to him at the far end of the terrace above us, on the middle level of the ruins: Nar\'shola Terrace.$B$BKill any Kvaldir that stand in your path on that terrace. We want the echoes of this defeat to ring in their minds so that they will dare not return to threaten our purpose here.$B$BYour devotion does not go unnoticed, my battlemaiden. Go knowing that you have my blessing.','Kill 16 Kvaldir on Nar\'shola Terrace, the middle level of the ruins.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Kvaldir invaders on the terrace slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41108,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25638,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25459,0,62137,1,'A Desperate Plea','The note in this bottle is soaked through, but still legible.$b$bIn it, the author claims to have escaped from some sort of undersea naga prison.$b$bHe is clearly in fear for his life, and you can\'t help but wonder if it might be one of your recently abducted shipmates.$b$bAt a loss as to how to locate the escapee, you determine to share the find with Erunak.','Take the Soggy Note to Erunak at Shallow\'s End.','If he still lives, I may be able to locate this poor soul.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25639,13202,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DND] Test Rifts','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,36966,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25640,13202,406,0,262152,24,26,0,0,0,0,0,0,0,0,0,25622,0,0,0,'Bombs Away: Windshear Mine!','Ve have discovered ze vhereabouts of ze gigantic goblin bomb zat you discovered at Silvervind Refuge.$B$BYou remember Boog? Ze gnome you rescued from ze orcish vagon of agony? Vell, he and Minx have tracked ze bomb down to Windshear Mine. Go zhere immediately, $N! Zey\'ll be expecting you.','Report to Boog the \"Gear Whisperer\" at Windshear Mine in Stonetalon Mountains.','Good to see you again, $N. Thanks for the rescue in Ashenvale. Damn shame about all the gnomes we lost.$B$BYou ready to get down to business?$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25641,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25337,0,55175,1,'The Flow of Muisek','I\'ve done all I can for you. Muisek stronger than the hippogryph just isn\'t within my power to work with yet, so I won\'t make you deal with the disaster that could bring.$B$BBut while you\'ve been busy, I\'ve fully readied the hippogryph muisek. Take it to my master, Witch Doctor Uzer\'i in Camp Mojache. He can create powerful weapons with it, and hopefully he\'ll be impressed by what I\'ve done.','Deliver the Muisek Vessel to Witch Doctor Uzer\'i at Camp Mojache in Feralas.','','','','','','','',55175,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25642,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,25640,0,0,0,'Don\'t Look Them in the Eyes','Keep your head down, $N. No need to draw unwanted attention.$B$BLooks like the orcs are piling that balloon up with some type of ore from the mine. Get in there and take the ore from the orcs. Bring me back whatever you manage to grab and I\'ll ship it off to the professor for examination.$B$BBefore you go, a word of advice: you can avoid the Krom\'gar pretty easily in there as (1) they\'re dumb as dirt and (2) they can\'t see anything if they\'re carrying ore. Of course, you need to kill them to get their ore.','Collect 10 Azure Iron Ore samples.','Not too much trouble, I hope. With these samples we should be able to figure out what they plan to do with the ore and the big bomb.','Get me those ore samples!','','','','','',55174,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25643,13202,357,0,262152,35,37,0,0,0,0,0,0,0,0,0,25387,0,0,0,'The Darkmist Ruins','I have been beset by visions, $c. Visions of an icon of great power falling into sinister hands. I see an amulet, held by the ancient elves...sitting forgotten while its surroundings turn to ruins, until it is captured by demons through treachery and malice.$B$BEvery night, these sights flow through my dreams. The spirits are warning us. I am too old, and the camp\'s braves too occupied with guarding us. I must beseech you to follow my visions to the south, to the Darkmist Ruins, and seek out the amulet.','Search the Darkmist Ruins for the amulet Sage Palerunner described.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25644,13202,616,0,262272,78,82,0,0,0,0,0,0,0,0,0,25608,25552,55178,1,'The Twilight Egg','The egg is unlike any that you\'ve seen before. Its translucent shell appears to bend the light around it.$B$BAccompanying it, you find a note describing the arrival of a fertile broodmother at the Ascendant\'s Rise.$B$BPerhaps you should show this to Aronus.','Take the Pure Twilight Egg to Aronus at the Gates of Sothann in Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25645,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25368,0,55180,1,'Return to Sage Palerunner','The soft glow from the pedestal brightens, and you can see a simple chain left behind. This must be the amulet Sage Palerunner sent you here for...','Bring the Darkmist Amulet to Sage Palerunner.','','','','','','','',55180,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25646,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,25640,0,0,0,'Windshear Mine Cleanup','The Horde has overrun Windshear Mine. I\'m not sure what these orcs are hauling out of here or why they\'re here, but I know that it can\'t be good. Get in that mine and take out the management. Without goblin overseers, these peons will be even more worthless.$B$BWhile you\'re inside, keep your eyes peeled for any other information about the Horde operation in the mines.$B$BGood luck!','Kill 6 Windshear Overseers.','Nice job, I could hear their shrill screams from out here. You\'ve turned the whole place on its head!$B$BDid you happen to find any other information about the mining operation?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40905,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,57422,57423,57421,57424,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25647,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,25640,0,55181,1,'Illegible Orc Letter','You\'ve discovered a parchment with an impressive looking Horde seal imprinted upon its page. Unfortunately, the rest of the document is completely illegible as it is in orcish.$B$BTake the letter to Boog. He might know what to do with it!','Take the Illegible Orc Letter to Boog the \"Gear Whisperer\" at Windshear Mine in Stonetalon Mountains.','$B$BInteresting.$B$B$B$BHrm... Troubling...$B$B$B$BCan\'t understand a damn thing written here - if that is writing. Could just be toilet paper. Sure smells like it.','What have you got there?','','','','','',55181,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25648,13202,14,0,262152,8,10,0,0,0,0,0,0,0,0,0,25188,0,0,0,'Beyond Durotar','Hmmph... it looks like your services are being requested elsewhere. Ag\'tor Bloodfist is looking for recruits to assist the Horde\'s ventures in Azshara, north of Orgrimmar.$b$bI\'m sure you still have work to do here in Durotar, and I understand that they\'ll shortly be asking for your help in the Barrens. I wouldn\'t be going anywhere yet if I were you, but if you\'re itching for some manifest destiny... Azshara awaits.','Report to Ag\'tor Bloodfist at the Orgrimmar Rear Gate in Azshara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25649,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,25647,0,67437,1,'Minx\'ll Fix It','The good news is that Minx is fluent in orcish and she\'s nearby. Head back into the mine and find her. She\'s probably deeper inside, standing around being useless.$B$BDon\'t forget the parchment!','Take the Illegible Orc Letter to Minx inside the Windshear Mine in Stonetalon Mountains.','$B$BUh oh...$B$B$B$BDisgusting!$B$B$B$BThe good news is that this isn\'t toilet paper. The bad news is that the ink on this paper is a mixture of kodo poop and blood. That\'s not the worst of it, though...','What have you got there?','','','','','',67437,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25650,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,25649,0,55182,1,'Orders from High Command','The letter is actually an order from Horde high command. Someone named Overlord Krom\'gar has issued a \"strip job\" on this mine in order to obtain something called azure iron flake. Presumably this flake is obtained from breaking down the ore.$B$BIt gets worse. They plan to mix the azure flake with the explosives sitting inside the huge bomb outside and blow up Windshear Hold.$B$BWe don\'t have a moment to lose, $N! Take this translated copy of the letter and return to Boog! He\'ll know what to do next.','Take the Translated Orc Letter to Boog the \"Gear Whisperer\" at Windshear Mine in Stonetalon Mountains.','$B$BThis is bad. Really, really bad. You have to warn Lord Fallowmere at Windshear Hold.$B$BWhat in the... It\'s MOVING! The goblin balloon is taking off! We\'re too late!','Well? What\'s it say?','','','','','',55182,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25651,13164,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25602,0,0,0,'Oh, the Insanity!','So, I\'ve been thinkin\'...$b$bIf someone\'s out-of-their-mind-guano-crazy, do they know it?$b$bCase in point, I coulda swore that I\'d collected a barrel of gunpowder from the cannonballs around here, but it\'s nowhere ta be found.$b$bI distinctly remember lifting the cannonballs from them Gilblins just west of here.$b$bMaybe they\'re right... maybe I really have lost it.','Collect 50 Pilfered Cannonballs from Gurboggle\'s Ledge and from Gilblin Hoarders. Use the Cannonballs to create a Barrel of Gunpowder.','My gunpowder!$b$bYou found it! I\'m not crazy after all!','You want nuthin\' to do with me, $r.$b$bI\'m a touch... screwy.','','','','','',62228,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25652,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,25650,0,0,0,'Commandeer That Balloon!','We don\'t have a moment to lose, $N. You\'re going to have to commandeer that hot air balloon and stop it!$B$BHow? I have no idea! We don\'t have time to argue details! Grab onto that rope ladder and climb up! Just start banging on stuff once you\'re inside!$B$BIf you somehow manage to stop the balloon and survive, report to Lord Fallowmere at Windshear Hold in the west.$B$BGood luck, we\'re all counting on you. Now if you\'ll excuse me I\'m going to RUN FOR MY LIFE!','Ride the Krom\'gar Hot Air Balloon and attempt to stop it from destroying Windshear Hold.','Amazing story, $g lad:lass;. I\'d have never believed you had I not seen it with my own eyes. You did enough damage to that balloon to make those fiends pull back! Alas, the threat is far from over. We have only delayed the attack. There is much work to do if we are to stop the Horde from destroying Stonetalon!','','','Krom\'gar Hot Air Balloon Diverted','','','',0,0,0,0,0,0,0,0,0,0,0,0,41009,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57420,57418,57419,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,0,6,6,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25654,13202,357,0,8,34,36,0,0,0,0,0,0,0,0,0,25447,0,0,0,'Dark Heart','Edana Hatetalon is the queen of the Northspring harpies that reside in the ruins to the west. It is her malicious will that leads the harpies to defend their nests among the ruins of our people.$B$BThe harpies can call to her with a horn they carry - blowing it by the Hatetalon stones, in the northern part of the ruins, will summon Edana.$B$BShow no mercy for these foul creatures. Slay her, and bring her dark heart to me.','Slay Edana Hatetalon and obtain Edana\'s Dark Heart.','','','','','','','',9528,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54921,54922,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25761,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25758,0,55883,1,'Disassembly','We have to stop these juggernauts before they\'re completely encased in armor. Right now they\'re vulnerable, but only if we pry aside the plates and hack at the marred flesh beneath.$B$BTake my shiv, and jam it between the plates of armored juggernauts to deprive them of their armor.$B$BOnce they break from their trance, you\'re in for a tough fight - keep prying loose that armor and stop those juggernauts!','Use Thisalee\'s Shiv to awaken and kill 3 Twilight Juggernauts. The shiv can be used multiple times to tear down a Juggernaut\'s armor. ','','','Return to Thisalee Crow at Sethria\'s Roost.','','','','',0,55883,0,0,0,0,0,1,0,0,0,0,41031,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,57314,57313,57312,57315,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25657,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25651,0,55190,1,'Dah, Nunt... Dah, Nunt...','So, seein\' as ya been so kind to me, I\'m inclined to let you in on a special secret.$b$bI\'ve found the biggest shiney of all, no more than 50 steps from where we\'re standin\'!$b$bOnly one thing stands between you, me, and great fortune - and his name is Gnaws.$b$bDon\'t fret now - I\'ve got a plan.$b$bGnaws loves his grubs, so I\'ve loaded one up with that gunpowder so as to make like a trap of sorts, ya see?$b$bJust set it floatin\' up in the reef. Once the shark is dead, we\'re rich!','Budd wants you to use the Booby-Trapped Bait at the Rusty Harpoon Gun in the Skeletal Reef.','Amazing!$b$bYou watch the great white beast swim off into the depths and wonder to yourself if anything could ever take him down...','','','Explosive Grub fed to Gnaws','','','',0,0,0,0,0,0,0,0,0,0,0,0,41057,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25658,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25620,0,0,0,'Built to Last','My lady, I have a request from the High Priestess that I am to pass along to you. Many of the city\'s defenses remain from long before it sunk beneath the waves, and some of them are but a trivial task to reactivate, were it not for the countless Kvaldir that stand in our way.$B$BWe are told you are to be fighting on Nar\'shola Terrace above us. You would do my lady a great service if you would but touch some of the devices as you pass. Your noble blood should prove more than sufficient to reactivate them.','Reactivate 6 Nar\'shola Wards on the middle level of the ruins: Narshola Terrace.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Nar\'shola Wards activated','','','',0,0,0,0,0,0,0,0,0,0,0,0,41155,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25659,13202,5144,0,65672,80,81,0,0,0,0,0,0,0,0,0,25637,0,0,0,'Not Soon Forgotten','The Kvaldir leader has shown his rotting, ugly face but a short swim from here, down this hall to our west. We kill him now and the Kvaldir occupation of our once beloved city shall be ended.$B$BBeware Battlemaiden, for he is no weakling. He has many Kvaldir at his command. Some Sira\'kess Sea Witches have been dispatched to weaken him during your attack, but they will be interrupted if you let any of his Kvaldir attack them.$B$BShow no mercy, Battlemaiden.','Kill Varkul the Unrelenting.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41115,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77283,0,0,0,0,0,0,0,249300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25660,13202,400,0,262152,38,41,0,0,0,0,0,0,0,0,0,0,25661,0,0,'Haunted','You think I\'m going to just let you go after you killed me like that, mon? No way! I didn\'t create a piratical mercantile empire out of nothing just to see you bring me down.$B$BYou\'re going to help me get back to life. Find my ex-wife, Ajamon, on the north side of the Holdfast. Just follow your nose. She\'ll be wherever the stinky brewing cauldron is.','Speak with Ajamon Ghostcaller at the Southsea Holdfast in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25661,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,25672,0,0,'With a Little Help...','Fine, I be helpin\' ya. He not gettin\' outa payin\' me alimony that easy! \'Sides, there be the baby he had with me sistah ta take care of!$B$BFirst thing we needin\' is the innards of his closest friends. That\'d be his cap\'ns.$B$BGo down there an\' pay the three of them a visit.','Collect Evil Dolly\'s Heart, Seadog Fajardo\'s Lungs, and Lilly Landlubber\'s Liver.','','','','','','','',55196,55197,55199,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63617,63618,63619,63620,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25662,13202,406,0,8,25,26,0,0,0,0,0,0,0,0,0,25640,0,0,0,'Free Our Sisters','Yesterday morning I dispatched a squadron of huntresses on a mission into Windshear Crag to obtain information about Horde operations in Stonetalon. Field intelligence reports that they have all been captured, including their squad leader, Huntress Illiona.$B$BHead east into Windshear Crag and slay the Krom\'gar infantry that occupy the crag and take from them their keys to unlock the Horde cages holding our sisters.$B$BDo your best to locate Illiona once you\'ve freed the huntresses.','Obtain 5 Horde Cage Keys to free 5 Captured Huntresses.','We don\'t have much time. To get me out of here you are going to have to take out Warlord Roktrog. He holds the key to this prison.','My captor holds the key to this cage.','','Captured Huntress Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41070,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25372,13202,616,0,128,80,81,0,0,0,0,0,0,0,0,0,25842,0,56057,1,'Aessina\'s Miracle','$B$BThis is the Heart of the Forest. The seed of life.$B$BTake this to your Arch Druid at Aessina\'s Grove - Hamuul Runetotem will know how to invoke its power. I promise you, the wilderness spirit will be silent no longer. New life will bloom from the ashes of old.$B$BThank you, $r. My time is done.','Take the Heart of the Forest to Hamuul Runetotem at the Grove of Aessina in Mount Hyjal.','','','Take the Heart of the Forest to Hamuul Runetotem at the Grove of Aessina.','','','','',56057,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57267,57266,57265,57264,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25776,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,56003,1,'Sethria\'s Demise','While you\'ve been raiding Sethria\'s nest, messages have been flying back and forth between here and the shrine. Skylord Omnuron was at first reluctant, but I\'ve persuaded my fellow druids to risk a direct assault on Sethria herself.$B$BEveryone agreed to my plan... provided YOU spearhead the attack.$B$BTake this signal rocket and engage Sethria on the far ridge. When she reveals her true colors and shifts to her dragon form, fire the rocket and backup will arrive to help you!','Slay the dragon Sethria. Once she reveals her true form, you will need to use the signal rocket to call in reinforcements!','','','Return to Thisalee Crow at Sethria\'s Roost.','','','','',0,56003,0,0,0,0,0,1,0,0,0,0,41255,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25795,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25776,0,0,0,'Return to the Shrine','Aviana\'s Egg should have arrived safely back at the Shrine. You should go check on it! Choluna should know how to handle this.$B$BI\'ll finish the last of our business here and catch up with you later.','Return to Choluna at the Shrine of Aviana in Mount Hyjal.','','','Return to Choluna at the Shrine of Aviana.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25665,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25663,25664,0,0,'A Plea From Beyond','$B$B','Return to Choluna inside of the Shrine of Aviana in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25666,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Getting Your Hands Dirty','Make no mistake, $r, that is one clever shark. You don\'t survive down here as long as he has without a little extra smarts.$b$bWhat I\'m saying is he won\'t be fooled so easily again. We\'re going to have to change our approach a bit.$b$bI won\'t bore you with the details just yet. For now, I need you to collect a bunch of the innards from these giant sea grubs.$b$bThink you can handle that?','Collect 5 Grimy Grub Guts from the Giant Sea Grubs near Harrison\'s Dig.','','','','','','','',55215,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25667,13202,1,0,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Culling the Wendigos','The wendigos in the Grizzled Den to the southwest of town have long been a thorn in our side. They\'re never quite strong enough to threaten Kharanos directly, yet they prey on travelers, mountaineer patrols, and supply convoys.$B$BI\'m going to be withdrawing my observers from the Grizzled Den because I need them on the troll front. Would you help my men finish culling the wendigo population? Without strength of numbers, they won\'t be able to attack us.','Kill 10 Wendigos in the Grizzled Den. You may kill Wendigos or Young Wendigos.','Now that you\'ve dealt with the wendigos, we should be able to focus our efforts on the Frostmane trolls to the east.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40941,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25668,13202,1,0,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pilfered Supplies','With the Frostmanes making trouble to our east, the wendigos have sensed our weakness and grown bolder in their raids. Only one of the four most recent supply wagons has made it here safely. The wendigos made off with the rest, stashing it in the Grizzled Den, a cave southwest of town. If you\'re willing to go down there and recover the stolen supplies, you would have the gratitude of all the townspeople and the mountaineers defending Kharanos.','Retrieve 6 Pilfered Supplies from the Grizzled Den.','Well done, $N. The mountaineers will be glad to hear that half-rations are at an end. They\'ll need all their strength to continue fighting the Frostmanes.','Did you find any of the missing supplies?','','','','','',55151,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57550,57551,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25669,13202,406,0,0,25,27,0,0,0,0,0,0,0,0,0,25662,0,0,0,'Rumble in the Lumber... Mill','Prepare yourself, $N! The Warlord comes! Kill him and take his key. Use the key to release me.$B$BShould we make it out of here, report the following to Lord Fallowmere at Windshear Hold:$B$BThe Horde has aborted their plans to destroy Windshear Hold due to the efforts of one of our heroes. They now plan to move the bomb to Battlescar Valley and drop it on our armies battling the Horde at that location.$B$BThey must be stopped!','Kill Warlord Roktrog and free Huntress Illiona by using Huntress Illiona\'s Cage Key.','A hero thwarted their plans to destroy Windshear Hold, eh? That hero was you, $N. You are the pride of the Alliance!$B$BIt seems that you have bought us a little bit of time. I must plan for the battle that lies ahead of us. Seek out the other inhabitants of Windshear Hold and lend them your assistance. I will call for you when I am ready to initiate our defensive strategy.','','','Huntress Illiona Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41071,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57432,57433,57431,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25670,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25732,55220,1,'DUN-dun-DUN-dun-DUN-dun','If ol\' Gnaws had heels he\'d be on \'em right now.$b$bFortunately for you, I think like a shark.$b$bGnaws is mad as all get out and we\'re gunna use that to our advantage.$b$bHere, I found this chain while out treasure-huntin\'. Use it to tie off to that harpoon gun.$b$bWhen Gnaws sees ya he\'ll be consumed with rage - that\'s when we strike!$b$bYou try to finish him off and I\'ll sneak in there and grab the shiney.$b$bHurry, $c, before he grows them teeth back!','Use Budd\'s Chain on the Rusty Harpoon Gun in The Skeletal Reef. Fire the Harpoon when Gnaws is in position over the gun.','This really ain\'t as bad as it looks...','','','Gnaws Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41098,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25671,13202,406,0,4104,25,28,0,0,0,0,0,0,0,0,1,25852,0,0,0,'Thinning the Horde','The Horde\'s numbers swell as reinforcements from Ashenvale and Azshara arrive. There is no diplomacy to be had with the beasts. This is Hellscream\'s Horde and Hellscream\'s Horde wants our blood! We will not sit idly by and allow them to take our land and kill our people. We must act!$B$BWe must thin the Horde! Consider it your daily responsibility.$B$BVenture forth into Stonetalon Mountains and slay as many of the Horde as you are able. Let them know that the Alliance will not surrender!','Slay any 20 soldiers of the Horde in Stonetalon Mountains.','','','','Horde Soldier Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41087,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25672,13202,400,0,1048584,38,42,0,0,0,0,0,0,0,0,0,0,25704,0,0,'Carcass Collection','These organs be a good start, mon, but we still be needin\' lotsa other tings. Normally, we\'d be gettin\' stuff from family now, but dats only me and my sistah\'s boy, and Tony ain\'t worth it!$B$BSo, we be substitutin\' some stuff. Lotsa carcasses, in fact!$B$BDeep down in the Shimmering Deep, there\'s tons of dem from when the water came rushin\' in. Killed all of dem creatures. Go down there and bring me up some.','Collect 10 Creature Carcasses.','','','','','','','',55226,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25673,13202,406,0,8,25,27,0,0,0,0,0,0,0,0,0,25640,0,0,0,'Just Ask Alice','Mr. P is sick, $g mister:miss;. Won\'t you help him? All you have to do is find his hat and batteries and he\'ll be all better. I\'d go get them myself, but I can\'t leave Mr. P alone!$B$BHis hat was stolen by the meanies in the Venture Co. over at the water wheel and his batteries are hidden around Windshear Crag. You\'ll just have to look real hard for those!$B$BWould you kindly bring Mr. P\'s stuff back so he can teach those baddies in the Horde a lesson?','Recover the BD-816 War Apparatus, Mechanized Fire, Mechanized Ice and Mechanized Air.','$B$BMr. P you\'re gonna be ok! Hooray!$B$B$B$BOh, Mr. P! I knew it!','Mr. P is so sad. We need to make him happy!','','','','','',55227,55221,55222,55223,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25674,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Futile Pride','This is actually an old orc city... one of the oldest on Azeroth. That is, it was until the ogres pushed us out.$b$bToday\'s Horde refuses to be pushed over by ogres. My troops and I took the town back by force, and the ogres who once lived here now work as my servants. Now, our real work begins.$b$bYou look strong enough, but I\'d like to see some proof. Kill one of the ogres that still besiege us, and return to me.','Kill a Dreadmaul Ambusher in Dreadmaul Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41136,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25675,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ogre Combat','I saw your handiwork down there, $r. How\'d you like to hunt some more ogres?$b$bWe only enslaved the ones we could catch. Most of the strongest ogres still brood in Dreadmaul Post, plotting our demise. Our guards can handle the scattered ambushers, but we are not yet firmly entrenched, and will buckle quickly under a coordinated attack.$b$bGo south to Dreadmaul Post and send a message, $n. Slay the strongest before they get any ideas.','Slay 6 Dreadmaul Maulers and 5 Dreadmaul Warlocks.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5977,5978,0,0,6,5,0,0,0,0,0,0,0,0,0,0,59407,59408,59409,59406,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25676,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25674,0,0,0,'Heartstrike','We don\'t have any hope of taking the Nethergarde Mines from the Alliance... at least not yet. Nethergarde is well-defended, and their supply routes are established and strong. Our goal, then, is to damage their economy. We can\'t take the mine by force, but with surgical strikes we can drastically reduce the mine\'s efficiency.$b$bI have men creating a distraction outside the mines. Head east, sneak into the mines, and speak with Rofilian Dane for your assignment.','Report to Rofilian Dane at the Nethergarde Mines in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25677,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25676,25679,55238,1,'It\'s All Mine','All over this cavern you\'ll find unguarded piles of ore, just waiting to be tampered with. Our first choice would be to steal the ore, obviously, but that requires mine carts, protection, and labor... three things we just don\'t have. So instead, we\'re just going to ruin this little mining party with a little bit of highly corrosive solvent.$b$bTake this bottle - CAREFULLY - and pour it onto those heaps of ore. \'Cause if we can\'t have this ore, then neither can they.','Use the Concentrated Solvent on 6 Ore Heaps in the Nethergarde Mines.','','','','Ore Heap dissolved','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203183,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25678,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25676,25679,0,0,'Pick Your Fate','It costs the Alliance approximately fifty gold to train a miner, two hundred to train an engineer, and three hundred to train a foreman. Every Alliance goon that we kill isn\'t just a military victory... it\'s a financial one.$b$bNow get down there and destroy their workers!','Slay 8 Nethergarde Miners, 3 Nethergarde Engineers, and 3 Nethergarde Foremen.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5996,5997,5998,0,8,3,3,0,0,0,0,0,0,0,0,0,59411,59412,59413,59410,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25679,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Mountain','The next phase of operations takes place deeper within the mine. Speak with Tak\'arili for your next assignment. Just follow the mine cart rails to the southeast, and follow the curve around. You\'ll see him at the entrance to the mine\'s upper chamber.$b$bIt\'s been a pleasure doing business with you, $n.','Report to Tak\'arili deeper within the Nethergarde Mines in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,2,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25680,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25679,0,0,0,'That\'s Not Us','First things first... it looks like we got ourselves a problem. These miners down the pathway to the right have been runnin\' around like a chickens without they heads on. My best guess is that they dug too deep and found somethin\' nasty... a demon, an elemental, or some kind o\' tentacley beast.$b$bTak\'arili don\'t like surprises. Find out what the problem is and take care of it, then we get ourselves back on track.','Find and slay whatever is frightening the miners in the Nethergarde Mines.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41163,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25681,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25680,0,0,0,'Some People Just Need Killing','The tunnel ahead, headin\' west, will take you straight to Chief Prospector Hondo\'s office. He\'s the big cheese around here, and Tak\'arili\'s heard tell that he\'s a darn fine miner. That\'s why he\'s gotta die.$b$bThere\'s just one problem: the pathway is completely FILLED with those pesky Nethergarde flunkies. That\'s why you gotta disguise yourself. Hop inside this box here, and sneak down the pathway. Hopefully you won\'t draw too much suspicion on your way to da killin\'.','Slay Chief Prospector Hondo. Use the Inconspicuous Box to disguise yourself along the way.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41173,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,6,6,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25682,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25681,0,56017,1,'Mission Complete','We be done here, mon. Only thing left to do is send a report to Okrilla. You doin\' anything right now?','Deliver the Nethergarde Mine Report to Okrilla at Dreadmaul Hold in the Blasted Lands.','','','','','','','',56017,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59414,59416,59415,59417,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25683,13202,4,0,262152,54,55,0,0,0,0,0,0,0,0,0,25682,0,0,0,'The Dreadmaul Furnace','I meant what I said, $r. You helped me, now I\'ll pass on what I know.$b$bA demon hunter recently came through here, but only briefly. He was headed south, speaking of demons. Normally I\'d have slain the night elf on sight, but he didn\'t seem to be Alliance scum, and anybody who kills demons is useful to me for the time being.$b$bYou should check in with Lynnore and Drazial, a pair of blood mages I sent down that way. They\'ve camped in the back of an ogre cave.','Report to Bloodmage Lynnore in the back of the Dreadmaul Furnace in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,911,0,0,0,0,5,5,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25684,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25683,0,0,0,'Attune the Bloodstone','I admit, we haven\'t picked the most... convenient of spots to perform our studies, especially for passing adventurers who wish to enter and leave at will. Our agreement with the ogres is tenuous, and I\'m afraid we can\'t convince them not to attack you when you draw near.$b$bHowever, I can allow you to attune yourself to our bloodstone teleporters. Simply place your hands on the stone to my right, and you will be teleported outside of the cave. Then use the stone outside to teleport back!','Attune yourself to the Bloodstone Teleporters in the Dreadmaul Furnace.','','','','Use internal Bloodstone Teleporter','Use external Bloodstone Teleporter','','',0,0,0,0,0,0,0,0,0,0,0,0,-203181,-203180,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,2,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25685,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25684,0,0,0,'The First Step','To perform the ritual you\'ve requested - and perhaps some more rituals in the near future - we\'re going to need blood. The Blasted Lands are filled with every type of reagent we might need for our blood magic... it\'s just a matter of the correct combination.$b$b$b$bBasilisks and hyenas, even amounts. And we\'re going to need plenty of it. Head east, to the center of the Blasted Lands. And don\'t forget... you can use that teleporter!','Obtain 9 vials of Snickerfang Hyena Blood and 9 vials of Redstone Basilisk Blood.','','','','','','','',55826,55827,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25686,13202,4,0,10,54,55,0,0,0,0,0,0,0,0,0,25685,0,0,0,'Blood Ritual','Our goal is to find the demon hunter, Loramus Thalipedes. Let me know when you are ready to begin the blood ritual, and then stand back.','Speak with Bloodmage Lynnore to begin the blood ritual.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,2,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25687,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25686,0,0,0,'Not Just Any Body','Loramus Thalipedes is dead. Well, let me step back... that\'s an assumption on my part, but I do know that his body lies in three pieces.$b$b$b$bIf you bring me the pieces, we still have a recourse. All three pieces are nearby... the Dreadmaul ogres hide them in their caves. In fact, one of them is in that chest, down the ledge behind me...','Find Loramus\' Head, Loramus\' Torso, and Loramus\' Legs.','','','','','','','',55829,55836,55837,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25688,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25687,0,56032,1,'The Altar of Storms','Up on the bluffs above our comfy cave is a powerful altar. A powerful DEMONIC altar, guarded by cultists, but powerful nonetheless. If you can reach it, you can use it to bring Loramus back to us.$b$bThe altar will likely resist your efforts, so you\'ll have to protect Loramus\' body while the ritual completes. Bring the demon hunter back to me afterwards.','Bring Loramus\' Body to the Altar of Storms, then protect it while the ritual completes.','','','','Loramus resurrected','','','',0,0,0,0,0,0,0,0,0,0,0,0,41193,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59428,59425,59427,59429,59426,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,7,0,0,0,0,0,0,25000,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25689,13202,4,0,262152,54,56,0,0,0,0,0,0,0,0,0,25688,0,56019,1,'Time is Short','I was hunting a demon named Razelikh, when his ogre lieutenant Grol assaulted me. I was caught unaware, and I died... but so did Grol.$b$bRazelikh plans to return to the Blasted Lands and overwhelm the lands with his demons. Even now, he is preparing to summon his legions to eliminate us.$b$b$b$bDeliver this to Wazzik at the Dark Portal, to the southeast. He will guide you. Quickly! We haven\'t much time!','Deliver the Discordant Rune to Watcher Wazzik at the Dark Portal in the Blasted Lands.','','','','','','','',56019,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,2,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25690,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25683,0,0,0,'A Bloodmage\'s Gotta Eat Too','Contrary to popular belief, blood elf bloodmages do NOT drink blood. We eat normal food like everybody else - something which can be hard to come by in the recesses of an ogre stronghold.$b$bThe ashmane boars in the central valley of the Blasted Lands are, if nothing else, convenient for eating, as their meat does not require any cooking. Would you hunt these boars and help us replenish our foodstores?','Obtain 5 Ashmane Steaks from Ashmane Boars in the Blasted Lands.','','','','','','','',55828,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59422,59424,59423,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25691,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,25688,0,56024,1,'The Charred Granite of the Dark Portal','Loramus wants us - er, YOU - to gather granite chips from these chunks of rock around the Dark Portal. I don\'t know what he\'d want rocks for, but I have my suspicions, and they\'re not pleasant ones.$b$bUse this pick and look for small outcroppings of rock along the edge of the portal\'s blast radius.','Obtain 24 Charred Granite Chips.','','','','','','','',55989,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25692,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,25688,0,0,0,'The Vile Blood of Demons','Thalipedes wants demon blood. Personally, the stuff doesn\'t even seem like blood to me - more like liquid rot - but that\'s neither here nor there.$b$bLuckily for you, the area around the Dark Portal is crawling with demons. Infernals, felhounds, felguards... they\'ve all got what you need, in copious, pustulent amounts.','Obtain 7 bottles of Vile Demonic Blood.','','','','','','','',55991,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25693,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,25689,0,56025,1,'Enhancing the Stone','$b$bThat\'s all that Loramus asked of us. When you see him, make sure you let him know how much of a help I was. I fear he will not see my hand in this.','Bring Wazzik\'s Package to Loramus Thalipedes at the Dreadmaul Furnace in the Blasted Lands.','','','','','','','',56025,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,25200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25694,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,25700,0,0,0,'Protecting Our Rear','The only reason you see me standing aside Alliance soldiers is because our duty outweighs our enmity... however slightly. We have been charged with protecting the Dark Portal from unauthorized travel, and with the recent cataclysm, we are particularly susceptible to an attack. We\'ve already heard reports of black dragons in the area...$b$bWith my men focused on their duty, we need someone to keep the area demons in check. Around the portal you will find three demon lieutenants. Slay them.','Kill Jarroc Torn-wing, Shahandana, and Gomegaz.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41164,41165,41166,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25695,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,25694,0,0,0,'Watching Our Back','$b$bI have orders from... higher up... that you would be suitable for. I\'ve seen the Alliance periodically referring to a stack of papers on that barrel over there. I\'d like you to take a look at those papers and find out what it is that they\'re plotting. My duty and station prevent me from such a questionable task, but a newcomer like you might be able to slip in unnoticed...','Examine the Alliance Plans at the Dark Portal without getting caught.','','','','Examined the Alliance Plans','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203226,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59433,59432,59431,59430,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25696,13202,4,0,8,55,57,0,0,0,0,0,0,0,0,0,25695,0,57196,1,'The Sunveil Excursion','Oh, right, I received a notification from someone a few days ago. The Reliquary, was it? They\'re looking for someone to... do something...$b$b$b$bAh, here it is! Yes, Rohan Sunveil of The Reliquary is seeking able-bodied adventurers to assist with an archaeological expedition to the south.$b$bHere, take this with you. Why don\'t you go speak with that elf?','Report to Rohan Sunveil at the Sunveil Excursion in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,3,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25697,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,25693,0,0,0,'The Amulet of Allistarj','When my master helped me to take my eyes out, he gave me the gift of sight... a sight much greater than yours, or even of these blood-craving elves. My sight allows me to see objects of demonic power, such as the Amulet of Allistarj.$b$bAllistarj himself is dead, but he locked his amulet up in a trove inside the Serpent\'s Coil, to the east. Along with the other amulets, this relic will give us access to Razelikh\'s perch.','Obtain the Amulet of Allistarj from the Serpent\'s Coil in the Blasted Lands.','','','','','','','',10755,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25698,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,25697,0,0,0,'The Amulet of Sevine','Sevine\'s amulet is in the hands of a murloc, far to the east, on a shelf that overlooks the Shattershore. How it ended up in that murloc\'s possession, I cannot say, but I can state with certainty that you will find it there.$b$bI feel a stronger connection with Sevine than with the rest of Razelikh\'s servants... possibly because she built the Altar of Storms, upon which you resurrected me. Bring her Amulet to Lynnore, along with the rest.','Obtain the Amulet of Sevine from Salt-Flop near the Shattershore in the Blasted Lands.','','','','','','','',10754,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25699,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,25698,0,0,0,'The Amulet of Grol','Grol... the ogre who tore me apart.$b$b$b$bIt would seem that Grol\'s body has changed hands several times since we died together, but it no longer rests with the ogres. His body, along with his amulet of power, is in a wrecked ship off the Shattershore, to the east. His amulet is the last... once combined, the three will give us access to Razelikh, and therein lies our chance to stop his madness.','Obtain Grol\'s Amulet from the Shattershore in the Blasted Lands.','','','','','','','',10753,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59419,59420,59418,59421,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25700,13202,4,0,10,54,56,0,0,0,0,0,0,0,0,0,25699,0,0,0,'Loramus Thalipedes Awaits','The enchantment on these amulets was not complex. Together, their power will grant you access to Razelikh, the amulets\' creator.$b$bI am prepared to perform the ritual on you and Loramus. Speak with me when you are both ready.','Speak with Bloodmage Lynnore and participate in her ritual.','','','Participate in ritual','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25701,13202,4,0,8,54,57,0,0,0,0,0,0,0,0,0,25700,0,56012,1,'You Are Rakh\'likh, Demon','Hero, listen well.$b$bFirst, we must travel to the Deathly Usher, who waits at the northern foot of the Rise of the Defiler, to our northeast. The usher will take us to the top of the rise. Once there, I need you to help me defeat Razelikh, for I fear that I am not strong enough to defeat him alone.$b$bMost importantly, I need you to hold the stone knife, and do not use it until I tell you to. The knife will trap Razelikh\'s soul within its new, eternal prison.$b$bIf we succeed, speak with Wazzik.','Speak with the Deathly Usher north of the Rise of the Defiler. Once atop the Rise, destroy Razelikh\'s body, then use the Stone Knife of Sealing to imprison his soul.','','','','Razelikh\'s body destroyed','Razelikh\'s soul imprisoned','','',0,0,0,0,0,0,0,0,0,0,0,0,41280,41292,0,0,1,1,0,0,0,0,0,0,0,0,0,0,59436,59435,59434,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,8,0,0,0,0,0,0,34700,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25702,13202,4,0,8,55,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Home... Gone... Naga...','$b$bRockpool... attacked. Naga turn, take village, villagers.$b$bSalt-Flop escape, but others do not. Go south, talk to Chief Neptool. Maybe he survive.','Salt-Flop has asked you to speak with Chief Neptool of the Rockpool murlocs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25703,13202,4,0,8,54,57,0,0,0,0,0,0,0,0,0,25702,0,0,0,'Atrocities','$b$bThe Bloodwash naga and the Rockpool murloc have lived among one another for as long as we could remember. We have always had our differences, but never provoked one another. Why, then, would they turn on us?$b$b$b$bYou see what they do now? They enslave us, sacrifice us, force us to fight one another. I will stop them, $r... and you will be my weapon.','Slay 10 Bloodwash Barbarians and 10 Bloodwash Enchantresses.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41386,41387,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,65400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25704,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,55230,1,'The Mad Magus','There\'s only one ting left dat we can do. Ya gotta slay someone with the big mojo in Tony\'s presence.$B$BNo, not me!$B$BOl\' Magus Tirth went crazy when he tried ta stop the waters rushin\' in at the Cataclysm. Now he be hauntin\' the area just south of the Holdfast.$B$BTake dis soul stick an\' use it on his corpse, mon. Then bring Tony back an\' we be gettin\' him back in his body.$B$BYa can use me spirit portal ta get down there an\' back.','Extract the soul of Mad Magus Tirth.','','','','Mad Magus Tirth\'s soul extracted','','','',0,0,0,0,0,0,0,0,0,0,0,0,41130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63587,63588,63589,63590,63591,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25705,13202,4,0,8,54,57,0,0,0,0,0,0,0,0,0,25703,0,0,0,'False Idols','Neptulon the Tidehunter is our god. He was the god of the Bloodwash, too, but they have turned their back on him, it seems. They now choose to worship only Azshara, their naga queen. You will see likenesses of Azshara littered around their settlements, carved out of seastone.$b$b$b$bThat weapon will do. Send it through their Azsh\'ir idols. They need to be reminded that our father Neptulon is the only one who truly rules the seas.','Destroy 8 Azsh\'ir Idols on the Red Reaches.','','','','Azsh\'ir Idol destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203289,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,65400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25706,13202,4,0,8,55,57,0,0,0,0,0,0,0,0,0,25703,0,0,0,'Neptool\'s Revenge','No number of naga deaths will bring back the Rockpool tribe, but any amount of revenge will help the spirits of my people rest more easily.$b$bMany of the more powerful Bloodwash have set up a fortress in the caverns to the northwest. Slay them, in the name of the Rockpool. The remaining Bloodwash have erected gladiatorial pools and Azsh\'ir altars on our beach, where they pit my people against one another and worship their false god. Slay them, in the name of the Tidehunter.','Slay 8 Bloodwash Acolytes, 8 Bloodwash Zealots, 4 Bloodwash Gamblers, and 4 Bloodwash Idolaters.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41422,41423,41404,41405,8,8,4,4,0,0,0,0,0,0,0,0,59405,59403,59404,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,78300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25707,13202,4,0,1900544,55,57,0,0,0,0,0,0,0,0,0,25703,0,0,0,'The Future of the Rockpool','The Rockpool tadpoles left upon this crate appear tired, scared, and nearly dried out. They need to be taken to the water, and quickly.$b$bPerhaps if you can drag this crate across the beach and into the Forbidden Sea, far off the coast of the Red Reaches, then they will have a chance of escaping, and the Rockpool murlocs may live on...','Drag the Abandoned Bloodwash Crate to the Forbidden Sea off the coast of the Red Reaches.','','','','Rockpool Tadpoles returned to the Forbidding Sea','','','',0,0,0,0,0,0,0,0,0,0,0,0,41402,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25708,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25715,25714,0,0,'Our Fallen Friends','Based on what you\'re telling me, it sounds like there aren\'t many survivors... just restless spirits. The least we can do is give them their rest.$b$b$b$bHead back to the Shattershore and vanquish the worgen ghosts that still remain. Doing so should release their spirit from this world and allow them to pass into the next.','Kill 13 Drowned Gilneans on the Shattershore to release their spirits.','','','','Drowned Gilnean Spirit Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,42252,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,6,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25709,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25715,25714,57119,1,'Curtail the Darktail','The other thing that concerns me about those shipwrecks is all the vultures that they\'ve attracted. Knowing how those birds operate, they\'ve already picked the bones clean, but still... we can\'t allow them to further desecrate the bodies of our friends.$b$bBefore I brewed, I hunted. Here, take this bow, and more importantly, these arrows. They\'ve been laced with a little concoction that should give those bonepickers a surprise.','Use Enohar\'s Explosive Arrows to slay 20 Darktail Bonepickers in the Shattershore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42235,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,59371,59369,59370,59368,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25710,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Minor Distractions','Nethergarde has stood steadfast for years against the demon onslaught that plagues this land. Our watch is never-ending, our vigilance unfaltering, and our courage bottomless.$b$bWe have held these lands since the portal opened, but now these Horde insects have the insolence to stand in our way!? We have protected THEM as well as we have protected ourselves!$b$b$b$bLet\'s see if you\'ve got a hand for combat. Slay one of the Horde\'s Okril\'lon scouts that nibble at our perimeter.','Kill an Okril\'lon Scout outside of Nethergarde Keep in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,4,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25711,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25710,0,0,0,'Eliminate the Okril\'lon','The Horde are a nuisance that we will deal with, but they are proving more difficult than previously expected. You are to put a stop to this.$b$bTo the west of Nethergarde, the Okril\'lon main forces press on our defenses. They currently hold the Nethergarde Mines, and they mean to move into the supply camps and, eventually, the Keep. Thin their numbers and delay their advance, $N.','Slay 9 Okril\'lon Infantry at the Nethergarde Supply Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42359,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,59373,59374,59372,59375,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,6,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25712,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nethergarde Reigns','Lungertz is a strong leader, but he is proud. He understates the pressure that the Horde is really putting on us. Without our mine... Nethergarde is penniless.$b$bWe need to move the Horde forces from the supply camp NOW, and doing so means killing their commander, Captain Metlek. He\'s not a strong leader, and prefers to bark orders from the back lines, but even so, his death might buy us the victory we need.','Slay Captain Metlek at the Nethergarde Supply Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42231,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25713,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,0,0,57117,1,'Remove Their Arms','Say there... $N, is it? I\'ve got a proposition for you which involves explosions. Interested?$b$bI couldn\'t help but overhear your conversation with the quartermaster. You see... I\'ve been working on an explosive device. It\'s not very effective against other creatures, but devastating against artillery. If you\'re heading back into the field to visit those orcs, find some enemy supplies and give this thing a try. Who knows... maybe they like explosions too.','Use Buttonwillow\'s Hand Grenade on 8 Okril\'lon Weapons Crates in the Nethergarde Supply Camp.$b$bMake sure to use the grenades from afar, or you will be blasted.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203707,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25714,13202,4,0,262152,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Watcher Mahar Ba','It\'s time for you to visit the Watcher. He\'s been in a bit of a mood lately, and I\'m not quite sure why.$b$bHead up to the top of the mage tower and check in with him. I don\'t have any work for you here, but I\'m certain that he will.','Report to Watcher Mahar Ba in the mage tower at Nethergarde Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,1,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25715,13202,4,0,12,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Closer Look','We\'ve seen countless ships sail past the shore to the southeast, but most pass by inconspicuously. Several days ago, however, a powerful storm carried several of the ships to shore and left them wrecked.$b$bI\'d bet a pint of Nethergarde Bitter that they were Horde ships if I didn\'t love Nethergarde Bitter so much. I can pay you gold, though, if you\'ll go check out those ships and report back.','Scout out the crashed ships on the Shattershore in the Blasted Lands.','','','Scout the ships on the Shattershore','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25716,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25714,0,0,0,'Cultists at our Doorstep','You may have already run into some of the Shadowsworn cultists that dwell in the caves just to the southwest of Nethergarde. They do not impress an immediate danger upon our fortress, but I fear that they are planning something more dreadful than you can imagine.$b$bThe low-ranking members carry spell foci that might hold an answer. Bring some back to me intact, if you can wrench them from the cultists\' hands.','Obtain 6 Intact Shadowsworn Spell Foci from Shadowsworn Spellblades and Shadowsworn Occultists in the Blasted Lands.','','','','','','','',57134,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59378,59376,59379,59377,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25717,13202,4,0,8,55,58,0,0,0,0,0,0,0,0,0,25696,0,0,0,'The Demons and the Druid','The Reliquary is focused on the acquisition and preservation of magical artifacts. Our particular excursion is focused on the demonic artifacts that are hidden in what used to be the Tainted Scar.$b$bA worgen druid has taken residence in the scar and is coaxing a forest to grow. He seems to be failing, however, as the area is still infested with demons.$b$bAnyhow, his forest stands in the way of our excursion, as do these demons. Slay the tainted ones, then return to me so we might deal with the druid.','Kill 5 Doomguard Destroyers, 5 Dreadlord Defilers, 5 Corrupted Darkwood Treants, and 3 Felspore Bog Lords in the Tainted Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41470,41471,45119,45125,5,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,6,0,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,67500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25718,13202,4,0,8,55,58,0,0,0,0,0,0,0,0,0,25717,0,0,0,'How Best to Proceed','Your demon-slaying down there bought our scouts enough time to get a good look at that druid. My intelligence tells me that his name is Marl Wormthorn... a rogue Gilnean druid of substantial power. He resides in Maldraz, the large, twisted tree at the center of the forest, and is protected from harm by some strange force. Whether that force is of demonic or natural sources, we have yet to determine.$b$bSpeak with Elijah. He may have some more information for you.','Report to Elijah Dawnflight at the Sunveil Excursion in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,1,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25719,13202,4,0,8,55,58,0,0,0,0,0,0,0,0,0,25718,0,0,0,'Demoniac Vessel','We need a way to get Wormthorn\'s attention. Something to break him out of his trance. Something that\'s guaranteed to work.$b$bThe few types of wildlife that managed to make a foothold in the Tainted Forest are, without a doubt, affected by the land\'s latent energies. Your task is to collect their body parts and find a way to combine them into a vessel. If Wormthorn\'s trance is druidic, or even if it is demonic, a large enough vessel of tainted animal flesh should be able to break it.','Kill the Tainted Black Bears, Tainted Nightstalkers, and Tainted Screechers in the Tainted Forest, and try to assemble their parts into a Demoniac Vessel.','','','','','','','',57184,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,6,0,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25720,13202,4,0,8,55,59,0,0,0,0,0,0,0,0,0,25719,0,57185,1,'The Downfall of Marl Wormthorn','Wormthorn\'s unnatural forest threatens our excursion\'s progress. His trees\' roots break our picks, his moss grows over our excavation sites, and his animals attack my men. When it comes to digging, I\'ll take a demon-infested wasteland over a forest any day.$b$bTake the demoniac vessel and use it on Marl Wormthorn to pull him from his trance. Return to me when he is no more.','Kill Marl Wormthorn at Maldraz in the Blasted Lands. You can use the Demoniac Vessel to pull him out of his trance.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42334,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59439,59438,59440,59437,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,7,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,111600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25722,13202,11,0,8,18,20,0,0,0,0,0,0,0,0,0,25770,0,0,0,'Sedimentary, My Dear','The destruction of the Stonewrought Dam was no small thing, $glad:lass;. We\'re here to find out just how bad the damage is. A mighty load of water\'s rampaged through here, and if it\'s disturbed the earth too far, we could be in for worse later on.$B$BWe can tell a lot from studying the sediment of the flooded area. I need as many soil samples as I can get, so if you could head out there and collect some more, I\'d much appreciate it.','Collect 8 Flood Sediment Samples.','','','','','','','',55231,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59075,59074,59073,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25723,13202,11,0,8,18,20,0,0,0,0,0,0,0,0,0,25770,0,0,0,'Thresh Out of Luck','The local wildlife\'s all messed up from the flood, it seems. This fen used to be full of crocolisks, but I haven\'t spotted a single one.$B$BWhat I have spotted are threshadons. Never used to be any here, so the flood must\'ve swept them all right out of Loch Modan.$B$BLucky for us, because they\'re tastier than crocolisks, and I\'m running low on provisions. Bring me back some threshadon meat for the camp, and I\'ll gladly pay you for it.','Collect 8 Threshadon Chunks from Displaced Threshadons.','','','','','','','',55232,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25724,13202,1,0,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostmane Aggression','The cataclysm has thrown the balance of power in Dun Morogh into question, $N. Without warning, a wave of troggs emerged from the caves near Gnomeregan and overran the Frostmane trolls. The trolls have been migrating east ever since.$B$BThere has always been a Frostmane presence up on Shimmer Ridge, to the northwest, but with the migration, the trolls now surround us. We can\'t allow the trolls to use this position to their advantage. While my men hold the line in the east, strike against Shimmer Ridge.','Kill 5 Frostmane Seers and 7 Frostmane Snowstriders on Shimmer Ridge','We should be able to focus our efforts on the rest of the trolls to the east, but there\'s still the matter of the wendigos in the Grizzled Den.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41121,41122,0,0,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25721,13202,11,0,8,18,20,0,0,0,0,0,0,0,0,0,25770,0,0,0,'Fight the Flood','I\'m here because Muradin himself knew that this survey needed someone to keep these buffoons on their toes. They\'re all too scared of the wildlife to do a thing! If I\'m to get them off their duffs, I\'m going to need some cleanup done.$B$BWe\'ve got an elemental problem, first off. The flood did such a number here that the water itself\'s gone hysterical.$B$BI bet you\'ve never slapped the sense into an entire lake before, but I\'m askin\' it of you now. Whallop those elementals but good for me.','Kill 10 Flood Elementals.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41132,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25725,13202,11,0,8,18,20,0,0,0,0,0,0,0,0,0,25723,0,0,0,'Fenbush Berries','We\'re good on provisions, but we\'re in need of some medicine. Half the camp\'s fiercely hung over, and a remedy\'s in order.$B$BLuckily, I know a good folk remedy taught to me by my dear old mum. We just need some local ingredients.$B$BGather me some fenbush berries, if you would. They keep to where there\'s water and shade, so look along the shore and near other plants.','Collect 15 Handfuls of Fenberries.','','','','','','','',55233,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25726,13202,11,0,8,18,20,0,0,0,0,0,0,0,0,0,25722,0,0,0,'A Dumpy Job','Alright, I need you to help me find my dumpy level.$B$BWhat\'s that look for? That\'s right! I said my dumpy level! It\'s a piece of significant surveying equipment!$B$BI didn\'t name the bloody thing, alright? Go look it up! All I did was leave it on a rock long enough for one of those horrible oozes to swallow it up. The place is crawling with \'em, but one of them should still have it inside.','Obtain a Dumpy Level from a Silty Ooze.','','','','','','','',55234,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25727,13202,11,0,8,18,20,0,0,0,0,0,0,0,0,0,25721,0,0,0,'Drungeld Glowerglare','The Dark Iron clan is up to no good out here. And if that surprises you, you\'re thicker than the addled blotters over in that tent. Muradin may pay lip service to those sooty cretins back in Ironforge, but out here all bets are off.$B$BWe had a raid against the camp last night, and one raid is too many. Their leader\'s a stout fellow by the name of Glowerglare, and he\'s hiding in the cave on the south bank of the river.$B$BBring me Glowerglare\'s beard as proof he\'s no longer a threat to us and Ironforge.','Kill Drungeld Glowerglare and take his beard.','','','','','','','',55988,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59072,59071,59070,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25728,13202,406,0,1048584,25,27,0,0,0,0,0,0,0,0,0,25673,0,0,0,'Mr. P\'s Wild Ride','Now Mr. P just needs an angel to help him navigate. Will you be that angel, $g mister:miss;? With you helping we can go out into the crag and kill bunches and bunches of Horde! Waddya say? Come on, $g mister:miss;! PRETTY PLEASE WITH SUGAR ON TOP?$B$BIf we kill enough Horde, Mr. Fallowmere will buy us all ice cream!','Kill 20 Goblin Technicians and 5 Goblin Harvesters.','$B$BThis is awkward...$B$BGood job out there with the robot. You caught me a little off guard. I didn\'t realize the little girl was so...$B$B$B$BSpecial...$B$BWell, whatever gets the job done, right? Am I right?$B$BProbably.$B$BHave some ice cream.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35333,35204,0,0,20,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57518,0,0,0,1,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25729,13202,406,0,589824,25,27,0,0,0,0,0,0,0,0,0,25640,0,0,0,'Gerenzo the Traitor','$B$BCome in, $N! Are you zhere? I have noted on ze map that you are near ze Cragpool Lake vater vheel, is that correct?$B$BIt vould appear that ze Venture Co. has holed up at ze vheel. Have a look around vhile you are up zhere. If you happen to zee a traitorous gnome by ze name of Gerenzo Wrenchwhistle, put your boot firmly up his keester for me and for Gnomeregan! I vill pay handsomely!','Kill Gerenzo Wrenchwhistle.','$B$BVonderful! That\'s von more name I can scratch off of my list!$B$BI vill be in touch.$B$BXakxak, out!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4202,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25730,13202,406,0,8,25,27,1,0,0,0,0,0,0,0,0,25640,0,0,0,'BEWARE OF CRAGJAW!','By order of people not wanting to get themselves devoured whole by a really huge fish, Cragpool Lake is OFF-LIMITS! Someone decided to up and put a huge, dwarf-eating fish in the lake.$B$BIt is strongly recommended that you stay out, however, if you are the heroic type and have a few friends around, do us all a favor and kill the damned thing! Maybe I can get some fishing done then, eh?$B$BIf you manage to actually do it, meet me back at Windshear Hold for a reward.$B$B-Ol\' Irongoat','Kill Cragjaw and take Cragjaw\'s Huge Tooth.','Well I\'ll be a monkey\'s uncle. You actually got the beast, eh? Well, a deal\'s a deal! Here\'s your reward!','You kill the beast?','','','','','',55239,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57429,57430,57428,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25746,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25740,0,0,0,'Sethria\'s Brood','First order of business is to thin the herd here. This place crawls.$B$BLet\'s start slaughtering these dragonkin and worry about why they\'re here later.','Slay 12 of Sethria\'s Minions: Any combination of Twilight Dragonkin or Twilight Dragonkin Armorers.','','','Return to Thisalee Crow at Sethria\'s Roost.','Sethria\'s Minion Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41029,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25758,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gap in Their Armor','Do you see what they\'re doing here? They\'re affixing armored plates onto the Dragonkin. A page out of Deathwing\'s book, I suppose.$B$BThose Twilight Juggernauts look like they\'ll be invincible once they\'re complete. There\'s got to be a way around that armor plating!$B$BRun out there and fetch some of the Twilight armor plates that are waiting to be installed. We\'ll figure out how to beat this.','Gather 8 Twilight Armor Plates.','','','Bring the plates back to Thisalee Crow at Sethria\'s Roost.','','','','',55809,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25732,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25743,0,0,'A Bone to Pick','We did it!$b$bGnaws is down, and I have our shiney!$b$bThat\'s good news.$b$bDarn shiney is cursed treasure - makes everyone who touches it a skeleton.$b$bThat\'s bad news.$b$bThese cursed pirates say the Gilblin King has the secret to remove the hex.$b$bThat\'s good news.$b$bI can\'t step foot outside the reef or I\'ll be cursed forever.$b$bThat\'s bad news.','Budd wants you to collect the Pewter Pounder from King Gurboggle at Gurboggle\'s Ledge. ','This is it?$b$bHow is this gunna remove - wait a minute...','So, $r...$b$bYou gunna remove this curse, or what?','','','','','',55805,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25733,13202,11,0,8388616,18,21,0,0,0,0,0,0,0,0,0,25727,0,0,0,'Get Out Of Here, Stalkers','Thelgen Rock\'s an important site here. We need to use it to study the bedrock formations an\' such.$B$BOf course, it can\'t be that easy, so Thelgen Rock\'s also full of giant cave stalkers. Big as a dwarf and twice as hungry. Like I said, these fancy-lads are researchers, not warriors, so if I want them to get anything done you\'re gonna have to help me clear the filthy bugs out.$B$BKill as many of the blighters as you can and I\'ll make it worth your while, $n.','Kill 7 Cave Stalkers and 7 Leech Stalkers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1111,4040,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25734,13202,11,0,8,18,21,0,0,0,0,0,0,0,0,0,25726,0,0,0,'Down In Thelgen Rock','I\'m feeling slightly less wobbly now, so I\'m going to start setting up the level for my final measurements here. There\'s one last thing I need from you.$B$BThere\'s a seismograph set up deep within Thelgen Rock to record any movements in the earth. If things have been continuing to shift since the cataclysm, this\'ll tell us.$B$BThe seismograph\'s at the very bottom of the cave; find it and bring the record it\'s created back to me.','Retrieve the Thelgen Seismic Record from Thelgen Rock.','','','','','','','',55242,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25735,13202,11,0,8,18,21,0,0,0,0,0,0,0,0,0,25725,0,55240,1,'Incendicite Ore','Thelgen Rock over yonder is something of a natural wonder. It\'s the only known source of incendicite in the world!$B$BThe stuff\'s rare, highly sought, and ridiculously explosive. Hit it with a steel mining pick and you\'ll set off a fireworks show that\'ll put a room full of goblins to shame.$B$BLuckily, I\'ve developed a spark-proof pick for such tasks. I\'ll loan it to you if you bring me back some incendicite ore, and I\'ll split you in on the profits, of course.','Collect 8 pieces of Incendicite Ore.','','','','','','','',55241,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59066,59065,59064,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25736,13202,11,0,262152,18,20,0,0,0,0,0,0,0,0,0,0,0,55243,1,'The Floodsurge Core','This is all that\'s left of the huge elemental that attacked you: a frothing orb of water that continues to fight your grip.$B$BForba might appreciate seeing proof that you helped stop another threat to the camp.','Deliver the Floodsurge Core to Forba Slabchisel.','','','','','','','',55243,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59069,59068,59067,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25737,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25657,25670,0,0,'Tenuous Negotiations','From what I\'ve learned about these water-goblins, this should work.$b$bI\'ve crafted a shark-tooth necklace from the items you scrounged up. Not only is it a shiny trinket, but it\'s a memento of Gnaws\' death. There\'s no telling how many gilblins were eaten alive by that monster.$b$bOffer the necklace to the gilblin leader. In exchange, I need an artifact called The Pewter Pounder.$b$bAnd be quick about it, kid. I\'m already beginning to miss my flesh...','Speak to King Gurboggle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25738,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25732,0,0,'Shallow End of the Gene Pool','$b$bNot bad, $r, assuming it\'s the real thing. I\'ll hafta send one of my boys out to make sure your story checks out.$b$bIn the meantime, you\'re gunna do a little somethin\' for me, see, \'cause this little trinket ain\'t worth givin\' up The Pewter Pounder - not by a longshot!$b$bMy cousin, Gilblingle, has had his eye on my throne for years. Dumb as a bag of coral, that one - but still dangerous.$b$bYou take him out, and then we\'ll talk.','King Gurboggle wants you to kill Gilblingle in Gurboggle\'s Ledge.','','','','Gilblingle Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41183,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25739,13202,406,0,8,25,27,0,0,0,0,0,0,0,0,0,25766,0,0,0,'If the Horde Don\'t Get You...','$B$BWas traveling up Webwinder Path, coming from Northwatch Expedition Base Camp in the south. Ambushed. Not by Horde. Spiders. Big, ugly, hairy, nasty spiders.$B$BFought off dozens, maybe hundreds. Lost count. Overtaken by their queen. She took a chunk right out of me. Barely made it out alive. Might be dying.$B$BMore of my men coming. Must provide safe passage. Kill spider queen.$B$B','Kill Queen Silith.','$B$BDon\'t worry about me. Should be ok now that big hero killed the spider queen.$B$BCan get reinforcements through safely now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41185,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,72,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25843,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tortolla\'s Revenge','The mountain blooms again! If we act quickly, we can press our advantage.$B$BOur old friend Tortolla, the Turtle Ancient, is already on the move. At his own pace, of course...$B$BFind Tortolla southeast of here, at the head of the path leading down into the scorched plains. Our strongholds there fell early in the campaign, but perhaps now we can reclaim them.','Speak to Tortolla at the Scorched Plain in Mount Hyjal.','','','Speak to Tortolla at the Scorched Plain.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25886,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25881,0,0,0,'Pressing the Advantage','It looks like most of the Twilight\'s Hammer has fallen back to regroup for another assault. Their most dedicated are staying behind to hold the line. This is our chance to whittle away at their leadership.$B$BRange out along the Scorched Plain and crush the Twilight Field Captains. We\'ll remove them from the equation!','Slay 4 Twilight Field Captains.','','','Return to Captain Irontree at the Scorched Plain.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41502,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25741,13202,406,0,8,25,27,0,0,0,0,0,0,0,0,0,25766,0,0,0,'Preparations for the Future','Poisoned travelers are becoming a common occurrence around Windshear Hold. Why just the other day a Northwatch Captain fell prey to the spiders of the Webwinder Hollow. He would have died to the poison had it not been for my anti-venom. Sadly my stock of anti-venom is almost completely depleted.$B$BIf you\'re heading south towards Webwinder Hollow, would you kindly recover Deepmoss venom sacs for me? You should be able to acquire them from Deepmoss spiders.','Collect 10 Deepmoss Venom Sacs.','This will keep us stocked on anti-venom for the foreseeable future. Thank you, $N!','Have you recovered the venom sacs I requested?','','','','','',55280,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25742,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25743,55805,1,'What? This Old Thing?','A deal\'s a deal.$b$bI present you - mysterious $r stranger - with the one and only Pewter Pounder.$b$bYou may approach and receive this illustrious gift.$b$bThere, now, while it may look to be a simple hammer to the untrained eye, there are surely many hidden properties that will only manifest themselves when the appropriate situation arises.$b$bTake good care of this treasure, stranger. It has been in my royal possession for... well... days, now!','Bring The Pewter Pounder to Harrison at The Accursed Reef.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25743,13202,4815,0,2097288,80,81,0,0,0,0,0,0,0,0,0,0,0,55806,1,'Decisions, Decisions','This is no magic solution to my curse! It\'s just a hammer!$b$bI may be crazy, but I\'m not stupid.$b$bThere\'s NO WAY I\'m gunna use this to break my shiney - not after all I\'ve gone through to get it.$b$b$b$bBut that means I\'m stuck down here for eternity...$b$bI had just learned to sail, you know.$b$bOhhh... I can\'t decide.$b$bHere, you take the hammer and I\'ll just set the shiney down and look the other way.','You must use The Pewter Pounder to destroy The Pewter Prophet.','Oh, what might have been...','','','The Pewter Prophet Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41192,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59787,59786,59785,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,86599,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25744,13202,400,0,262152,38,41,0,0,0,0,0,0,0,0,0,0,25756,0,0,'Negotiations','$N, great job defending the Speedbarge! I\'ve got something else that I need you to help out with.$B$BI\'ve sent Crazzle Sprysprocket and Kravel Koalbeard northeast to negotiate with the centaur survivors. Their Splithoof Heights is dripping with oil!$B$BI figure those smelly half horses won\'t know what they\'ve got and we\'ll get the rights to pump up that black gold for a song, but I\'d feel better if you took charge of the talks.$B$BWhat do you say?','Speak with Crazzle Sprysprocket at the Splithoof Heights in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25745,13202,400,0,262152,38,41,0,0,0,0,0,0,0,0,0,0,25757,0,0,'Negotiations','$N, great job defending the Speedbarge! I\'ve got something else that I need you to help out with.$B$BI\'ve sent Riznek and Trackmaster Zherin northeast to negotiate with the centaur survivors. Their Splithoof Heights is dripping with oil!$B$BI figure those smelly half horses won\'t know what they\'ve got and we\'ll get the rights to pump up that black gold for a song, but I\'d feel better if you took charge of the talks.$B$BWhat do you say?','Speak with Riznek at the Splithoof Heights in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25731,13164,616,0,0,80,81,0,0,0,0,0,0,0,0,0,25655,0,0,0,'A Bird in Hand','It\'s time to get to the bottom of this. We need to interrogate the matron of these beasts, Marion Wormwing. We\'ll capture her alive. Here\'s the plan:$B$BThe Harpies communicate across the ridge using a series of signal fires. If we extinguish one, Marion is sure to come investigate.$B$BYou fight her as a distraction while I sneak up behind and grab her. I\'ll leave the questioning to you. Let\'s get her, $N! ','Extinguish a Harpy Signal Fire to get the attention of Marion Wormwing. Fight her until Thisalee subdues her, then question the harpy matron.','','','Meet Thisalee Crow back at Aviana\'s Shrine.','Marion Wormwing Captured','Marion Wormwing Interrogated','','',0,0,0,0,0,0,0,0,0,0,0,0,41112,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57333,57332,57334,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25747,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25760,0,0,0,'Looking Forward','The Admiral used the information you gathered for him to make a forward post under the terrace to our west. He\'s been preparing there for some kind of attack against the naga.$B$BYou should go to him immediately and inform him of the scope of what you\'ve witnessed. Our force is small, and I fear for our soldiers if we charge in too recklessly.$B$BTake my sea horse. It knows the way.','Find and speak to Admiral Dvorek under the southern terrace in the Ruins of Vashj\'ir.$B$BUse Wavespeaker Valoren\'s sea horse to reach the forward post quickly.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25748,13202,5144,0,8,80,81,0,0,0,0,0,0,0,0,0,25747,0,0,0,'Clear Goals','I see. The news you bring is grim, but I was not entirely unprepared for such possibilities. Without any effective scouting of naga numbers, I knew our plan was risky, but that\'s why we established this forward post.$B$BLet me put it to you plainly, $c. If we do not keep the naga off-balance, they will bring the fight to us. We do not have the structures or the men to mount a defense, so that is not an option.$B$BWe need more time. Can you thin their numbers to the south?','Kill 10 of the naga forces building up on the ground level, under the southwestern terrace.','','','','Southern Naga Forces slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41227,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25749,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25747,0,56247,1,'Not Entirely Unprepared','I overheard your conversation with the Admiral. I know what we\'re doing sounds insane, but we really don\'t have much choice. There are people back at that cave that are depending on us.$B$BI\'ve stationed lookouts on various ledges in the immediate area. They\'re burning ammo fast on the scattered naga scouts. Can you bring them more crossbow bolts to buy us some extra time?','Deliver 8 Bundles of Crossbow Bolts to Alliance Lookouts positioned on ledges under the southern terrace.','','','','Alliance Lookout restocked','','','',0,0,0,0,0,0,0,0,0,0,0,0,41235,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59704,59703,59702,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25750,13202,5144,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,55966,1,'Curious Distraction','Hah! Did you see the Admiral giving me dirty looks and decide to throw some sympathy my way? I\'ve pretty much lost hope of making him understand that these ruins offers us some opportunity to salvage some usefulness out of this whole mess.$B$BI\'d actually hoped that you might turn up again - you seem like the only one I can rely on. I\'ve seen a few tablets like this one spread about the nearby ruins and I put together a rubbing kit for transcribing them. Up to the task?','Transcribe the 4 Highborne Tablets.','','','','Messy Rubbing','Smeared Rubbing','Smudged Rubbing','Torn Rubbing',0,0,0,0,0,0,0,0,0,0,0,0,-203210,-203212,-203213,-203211,1,1,1,1,0,0,0,0,0,0,0,0,59697,59696,59698,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25751,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25747,0,0,0,'Properly Inspired','Hello! I\'ve been scrambling, scrambling to prepare for the Admiral\'s assault. He\'s got high hopes and high plans to blow all kinds of things sky high! ...or water high? That would do.$B$BBlowing things high takes EXPLOSIVES! I don\'t have explosives. It\'s saddening. Very saddening.$B$BI\'ve been properly inspired to improvise though, and the solution has become apparent. The bulbs on the seaweed hanging from the ruins contain a surprisingly volatile gas. Maybe you might gather some for me? Pretty Please?','Gather 8 Bloated Kelp Bulbs hanging under the southwestern terrace.','','','','','','','',55965,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25752,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swift Action','We have everything we need to begin the attack.$B$BIf your claims were correct, you would do well to make sure you cling tight to your mount as we make the attack. Anyone who gets caught in the open water isn\'t likely to out-swim a naga.$B$BKill as many as you can as we make the attack run and we\'ll rendezvous on the broken ledge of the terrace above once we\'ve expended our explosives. Hopefully by that point there will be few enough that we can finish them off the old-fashioned way.','Speak to Engineer Hexascrub just outside of the building to join the assault, then use your improvised explosives to kill 100 Azsh\'ir Soldiers, 20 Azsh\'ir Wave Screamers, and 12 Azsh\'ir Archaens.','','','','Speak to Engineer Hexascrub','','','',0,0,0,0,0,0,0,0,0,0,0,0,40639,41249,41250,42549,1,100,20,12,0,0,0,0,0,0,0,0,59663,59662,59664,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25753,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25752,0,0,0,'Fallen But Not Forgotten','That was a disaster! Most of our men went down to spears before making it anywhere near the rendezvous.$B$BWe\'re only going to be able to hold this position for so long before the naga overrun us. We need to get out there to the southwest and save as many of the men as we can find - do anything you can.$B$BThey won\'t last long. Please hurry!','Rescue 6 Injured Assault Volunteers.','','','','Injured Assault Volunteers rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,41281,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25754,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25752,0,0,0,'Gauging Success','Vicious louts... they did a lot of damage with those spears.$B$B$B$BWe\'ll hold here as long as we can for all the men to make it. I need someone to scout their numbers to see how much damage we did.$B$BOne of the biggest groups of them was around the corner on the northwest portion of this round terrace, and the other was a bit farther to the north in the small tunnel, also on this middle level of the ruins.$B$BUp for some scouting?','Scout the northwestern portion of the circular terrace and the tunnel under the main stairs to the north. Both locations are on Nar\'shola Terrace, the middle level of the ruins.','','','','Scout the Tunnel to the North','Scout the Northwestern Terrace','','',0,0,0,0,0,0,0,0,0,0,0,0,41304,41303,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25755,13202,5144,0,1048712,80,81,0,0,0,0,0,0,0,0,0,0,0,55171,1,'Visions of the Past: The Slaughter of Biel\'aran Ridge','Look, I know this is asking a lot during a time like this, but I need you to tear yourself away from this defeat for a moment.$B$BI will tend to these soldiers - you need to find the location of that battle with the Kvaldir General to the west that you told me about. You should be able to glimpse more of the Battlemaiden\'s experiences from there. I have a strong feeling that the key to defeating these naga will lie with that Battlemaiden.$B$BPlease hurry - I will do everything I can to buy you time.','Witness the continuing story of the Battlemaiden by using her broken blade at the site of the Kvaldir General\'s death.','','','','Witness the Continuing Story of the Battlemaiden','','','',0,0,0,0,0,0,0,0,0,0,0,0,41221,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59691,59690,59689,59692,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,312000,0,0,0,0,0,0,0,0,0,0,332400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25756,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,25774,0,0,'Get Zherin!','If we\'re going to get those oil drilling rights, we need to know what the Horde is offering. How can we win if we can\'t do them one better?!$B$BTheir negotiator, Trackmaster Zherin, is up there talking with one of their khans right now. Why don\'t you head up and persuade him to hand over the Horde\'s proposal?$B$BYou don\'t have to kill him... we\'re not savages! Just rough him up a bit.','Obtain the Horde\'s Proposal.','','','','','','','',55808,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25757,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,25775,0,0,'Get Koalbeard!','If we\'re going to get those oil drilling rights, we need to know what the Alliance is offering. How can we win if we can\'t do them one better?!$B$BTheir negotiator, Kravel Koalbeard, is up there talking with one of their khans right now. Why don\'t you head up and persuade him to hand over the Alliance\'s proposal?$B$BYou don\'t have to kill him... we\'re not savages! Just rough him up a bit.','Obtain the Alliance\'s Proposal.','','','','','','','',55807,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25656,13202,616,0,8388744,80,81,0,0,0,0,0,0,0,0,0,0,25731,0,0,'Scrambling for Eggs','There\'s a pattern to these Wormwing attacks. While groups make a showy assault on the shrine itself, others swoop into the nearby nests and make off with eggs from all the flying creatures of Hyjal.$B$BThese animals are under our protection. Before we find out why the Wormwing are doing this, it\'s up to us to rescue as many eggs as we can from their talons.','Gather 8 Hyjal Eggs.','','','Bring the eggs to Thisalee Crow at the Shrine of Aviana.','','','','',55189,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25759,13164,0,0,282752,1,15,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','The rift that was here left behind this strange device, but why?$B$BSomeone in a capital city may have more information.','Take the Mysterious Device to Orgrimmar, Undercity, Silvermoon City or Thunder Bluff and show it to an Earthen Ring Representative.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25760,13202,5144,0,3145864,80,81,0,0,0,0,0,0,0,0,0,25583,0,55171,1,'Visions of the Past: The Invasion of Vashj\'ir','The shard you recovered looks to be of naga origin. I had hoped to find a strong focal object like this for a spell I\'ve been working on that would allow us to glimpse into the recent past.$B$BI\'ve enchanted the blade, but you\'ll have to take it to a place where we know its owner was. I want you to travel back to the site where you found it and use the blade.$B$BPerhaps we can uncover more behind what the naga are doing here. Or even better, maybe we\'ll uncover a weakness that will give us a better chance.','Use the Blade of the Naz\'jar Battlemaiden at the battle site at the southeast end of the ruins.','','','','Attune With the Broken Blade\'s Owner','','','',0,0,0,0,0,0,0,0,0,0,0,0,41220,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59709,59708,59710,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,312000,0,0,77668,0,0,0,0,0,0,0,332400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25655,13202,616,0,8388744,80,81,0,0,0,0,0,0,0,0,0,0,25731,0,0,'The Wormwing Problem','Skylord Omnuron has been too gentle with the Wormwing harpies, allowing them to share a perch on this mountain. Just because they\'re creatures of the air. Well $c, not all creatures of the air are created equal.$B$BWhen the attacks on Hyjal began, the Wormwing went into a frenzy. They\'re up there right now, assaulting a sacred shrine they once claimed to revere.$B$BI\'m not troubled. Now we have a reason to drive them from Hyjal, don\'t we?','Slay any combination of 10 Wormwing Harpies (either Screechers or Swifttalons).','','','Return to Thisalee Crow at the Shrine of Aviana.','Wormwing Harpy','','','',0,0,0,0,0,0,0,0,0,0,0,0,41027,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25762,13202,400,0,131080,38,42,0,0,0,0,0,0,0,0,0,0,0,55986,1,'The Ancient Brazier','What do we have here? A $r? Come to steal our land with your honeyed tongue and promises?$B$BYou do not fool me. I have lived a long time, and I know what dealing with your kind means. But the khans do not listen to their elders like they used to.$B$BSince you are here, I will put you to use. When the waters rushed in, the great water spirit, Aquarian, doused the Ancient Brazier deep inside of Splithoof Hold.$B$BUse this brand to reignite the brazier. Aquarian is sure to come. Bring me the Sacred Flame.','Reignite the Ancient Brazier and obtain the Sacred Flame.','','','','The Ancient Brazier reignited','','','',0,55979,0,0,0,0,0,1,0,0,0,0,41242,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63608,63609,63610,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25763,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25740,25764,0,0,'The Codex of Shadows','$B$B ','Report what you\'ve discovered to Thisalee Crow at Sethria\'s Roost in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25807,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,25795,0,56016,1,'An Ancient Reborn','I\'m convinced that YOU are the herald of Aviana, $N. It was you who first saw her and rescued her essence from the claws of a dragon.$B$BYes, I believe Aviana is to be reborn into our world. And you shall have the honor of ushering her over the threshold.$B$BTake this incense and burn it before Aviana\'s egg in the room just above me.$B$BThe ancient awaits, $N. Our deliverance is here!','Use the Herald\'s Incense before Aviana\'s Egg at the Shrine of Aviana.','','','Speak with Aviana within her shrine.','Herald\'s Incense Burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57336,57337,57335,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25765,13202,406,0,262152,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tell \'Em Koko Sent You','Northwatch could really use a powerful $r like you. We\'re taking a beating in the Southern Barrens and need your help! Are you interested in lending the Alliance a hand?$B$BThe bomb? Yea, it\'s a problem, but Stonetalon isn\'t exactly prime real estate. This place was a dump before the Horde sunk their claws into it!$B$BI\'ll leave the choice in your hands. If you want to help us out in the Barrens, take my horse, Blue Steel. He\'s grazing at the crossroads south of here. He\'ll get you past the orc blockade.','Report to Force Commander Valen at the Northwatch Expedition Base Camp in Stonetalon Mountains.','Kosak sent you, eh? Surprising. I thought for sure that he\'d be dead by now.$B$BWell if you made it past the blockade then you definitely have something that we can use.$B$BNow, do you have any news of the Horde? What are they doing? Where are they going? Tell me everything.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25766,13202,406,0,8,25,28,0,0,0,0,0,0,0,0,0,25642,0,55972,1,'Arcane Legacy','The rage of the elements has unearthed a hidden Highborne city in the heart of Stonetalon Mountains.$B$BDirectly southwest of here, through Sishir Canyon, you will find the Ruins of Eldre\'thar. Within the ruins lie treasures untouched by mortals for ten thousand years!$B$BTake this device and use it on the Highborne ghosts that inhabit the ruins. It will... put their souls to rest and also collect valuable data which I may peruse at a later date.','Use the Highborne Prison to bind 5 Highborne Spirits.\n','I assure you, simpleton, the spirits you captured are at rest. Do not let their protests move you.','','','Highborne Spirit Bound','','','',0,0,0,0,0,0,0,0,0,0,0,0,41232,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25767,13202,406,0,8,25,28,0,0,0,0,0,0,0,0,0,25766,0,0,0,'Capturing Memories','The great cataclysm has unearthed a forgotten Highborne city within Stonetalon Mountains. You must venture southwest to the Ruins of Eldre\'thar. Once you are there, search the area for ancient relics. Return the relics to me so that I may study them, $N.$B$BGo! Lest we keep the arcanist waiting!','Collect 8 Eldre\'thar Relics.','Wonderful! Arcanist Valdurian will be most pleased.','Have you recovered the ancient relics?','','','','','',55971,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25768,13202,406,0,262152,26,28,0,0,0,0,0,0,0,0,0,25769,0,0,0,'Bombs Away: Mirkfallon Post!','Scout Commander Barus, stationed at Mirkfallon Post, to the northwest, has spotted the Horde bomb. The Krom\'gar hot air balloon, with bomb attached, is currently at the new goblin fueling station at Mirkfallon Lake. This might be the opportunity we need to take that thing out once and for all.$B$BGather your things, $N, and move out! Scout Commander Barus awaits your arrival at Mirkfallon Post.$B$BAnd $N, your tenacity is a testament to the strength and fortitude of the Alliance!$B$BGlory be unto you!','Report to Scout Commander Barus at Mirkfallon Post in Stonetalon Mountains.','I\'m assuming you saw the Krom\'gar hot air balloon on your way here. If not, get your eyes checked. It\'s hovering directly over the oil platform.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57435,57436,57437,57434,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25769,13202,406,0,262152,26,28,0,0,0,0,0,0,0,0,0,25767,0,0,0,'Fallowmere Beckons','You\'re still here? What are you waiting for, a personal engraved invitation? Lord Fallowmere beckons, fool! Go to him now!','Speak to Lord Fallowmere at Windshear Hold in Stonetalon Mountains.','Good to see you again, $N. I have some news from Mirkfallon Lake.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25770,13202,11,0,8,18,20,0,0,0,0,0,0,0,0,0,25395,0,55977,1,'Keg Run','Alright. We need to get this ale to where it\'s going right away!$B$BIronforge has sent out an expedition of surveyors to check the damage done to the wetlands when the dam burst. Forba Slabchisel\'s the one leading it...and believe me, you don\'t want to get on her bad side!$B$BShowing up with an armful of ale will help with that. Go and take this ahead to her, and she might even ask you to stick around for some work.','Deliver the Mountaineer\'s Ale to Forba Slabchisel at Slabchisel\'s Survey.','','','','','','','',55977,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25771,13202,4,0,262144,54,55,0,0,0,0,0,0,0,0,0,0,0,10593,1,'One Draenei\'s Junk...','A shard of glimmering rock sits before you. You sense that this item would be of value to someone within the Blasted Lands.','Return the Imperfect Draenethyst Fragment to Kum\'isha the Collector in Blasted Lands.','','','','','','','',10593,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25772,13202,4,0,262400,54,55,0,0,0,0,0,0,0,0,0,0,0,8244,1,'Kum\'isha\'s Endeavors','A glimmering sphere sits before you. You sense that this item would be of great value to someone within the Blasted Lands.','Bring the Flawless Draenethyst Sphere to Kum\'isha the Collector in Blasted Lands.','','','','','','','',8244,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10752,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25773,13164,0,0,4096,1,-1,0,0,0,0,0,0,0,0,0,0,0,56008,1,'A Natural Occurrence','This shard is all that is left from the rift that stood here before. The connection between the shard and the rift is unknown, but perhaps someone more versed in the elements would know more.$B$BSeek out an Earthen Ring Emissary at any capital city. This could be exactly what they are looking for.','Take the Elemental Shard to an Earthen Ring Emissary in Ironforge, Stormwind, Exodar or Darnassus.','','','','','','','',56008,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25774,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,25778,0,0,'Fool\'s Gold','We definitely DO NOT have the kind of gold that the Horde is offering. $N, we have to do something or we\'re not going to be able to get those drilling rights!$B$BWait a minute! There was this report from an underwater survey that we did right after the Cataclysm struck. Something about some gold-looking ore that was pushed up from underground. That\'s it!$B$BHead west to the old stomping grounds of the centaur, Splithoof Crag and Splithoof Hold, and dig some up.','Collect 8 Needles Pyrite Ore Chunks.','','','','','','','',56002,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25775,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,25779,0,0,'Fool\'s Gold','We definitely DO NOT have the kind of gold that the Alliance is offering. $N, we have to do something or we\'re not going to be able to get those drilling rights!$B$BWait a minute! There was this report from an underwater survey that we did right after the Cataclysm struck. Something about some gold-looking ore that was pushed up from underground. That\'s it!$B$BHead west to the old stomping grounds of the centaur, Splithoof Crag and Splithoof Hold, and dig some up.','Collect 8 Needles Pyrite Ore Chunks.','','','','','','','',56002,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25664,13164,616,0,0,80,81,0,0,0,0,0,0,0,0,0,25665,0,0,0,'A Prayer and a Wing','A winged visage? Could it be...?$B$B$N, there\'s no time to waste. You may have been speaking to Aviana herself, trying to return to us.$B$BI\'ll need something from Aviana\'s past to reach out to her. High atop the ridge overlooking this shrine, you\'ll find a series of huge nests belonging to Blaithe, an ancient bird of prey that was once her consort. For ten thousand years he\'s been mad with grief.$B$BGo to one of his roosts, and use this call to summon him. Kill Blaithe and bring me one of his feathers.','Use the Enormous Bird Call at one of Blaithe\'s Nests perched atop the Rim of the World. Kill Blaithe and gather one of his Ancient Feathers.','','','Take the Ancient Feather back to Choluna within the Shrine of Aviana.','','','','',55210,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57341,57340,57339,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,76787,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25777,13202,11,0,262152,18,21,0,0,0,0,0,0,0,0,0,25733,0,56005,1,'Onwards to Menethil','This news needs to get to Menethil as soon as possible. I\'ll send you along on my fastest ram, $n.$B$BHe knows the way, just make sure you\'re steady in the saddle and hold on tight.$B$BDon\'t dawdle around the camp. We\'ve got to send word quickly!','Deliver the Slabchisel Report to Captain Stoutfist in Menethil Harbor.','','','','','','','',56005,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25778,13202,400,0,262152,38,41,0,0,0,0,0,0,0,0,0,0,25790,56006,1,'Fake Gold for Black Gold','Now that the \"gold\" is ready, I want you to take it up to Khan Ablinh. He\'ll be so overwhelmed, I bet he\'ll offer to help us setup the drilling rigs. We could use the horsepower.$B$BHaha, get it? Horsepower?','Deliver the Pallet of \"Gold\" to Khan Ablinh at the Splithoof Heights in Thousand Needles.','','','','','','','',56006,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25779,13202,400,0,262152,38,41,0,0,0,0,0,0,0,0,0,0,25791,56006,1,'Fake Gold for Black Gold','Now that the \"gold\" is ready, I want you to take it up to Khan Blizh. He\'ll be so overwhelmed, I bet he\'ll offer to help us setup the drilling rigs. We could use the horsepower.$B$BHaha, get it? Horsepower?','Deliver the Pallet of \"Gold\" to Khan Blizh at the Splithoof Heights in Thousand Needles.','','','','','','','',56006,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25780,13202,11,0,8,19,21,0,0,0,0,0,0,0,0,0,25777,0,0,0,'Assault on Menethil Keep','We\'d barely pulled ourselves together after the flood when the Dark Iron hit the town. My men and I all rushed to defend the townsfolk, but the crazed fools retreated right into the keep itself.$B$BThey\'re holed up good, and we can\'t destroy the keep. Not with half the town in ruins already.$B$BTake my place, $n. I\'d take the leader on myself if he hadn\'t dealt me this blow. Enter the keep, slay Horghast, and bring this to an end!','Kill Horghast Flarecrazed.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41273,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59078,59077,59076,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25781,13164,0,0,20608,1,25,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25782,13164,0,0,20608,1,30,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25783,13164,0,0,20608,1,35,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25784,13164,0,0,20608,1,40,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25785,13164,0,0,20608,1,45,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25786,13164,0,0,20608,1,55,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25787,13164,0,0,20608,1,75,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,125700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25788,13202,0,0,20608,1,-1,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25789,13164,0,0,20480,1,-1,0,0,0,0,0,0,0,0,0,0,0,54883,1,'Hammering It Out','The rift that was here left behind this strange device, but why?$B$BSomeone in a capital city may have more information.','Take the Mysterious Device to Orgrimmar, Undercity, Silvermoon City or Thunder Bluff and show it to an Earthen Ring Representative.','','','','','','','',54883,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25790,13202,400,0,262152,38,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to Crazzle','I am NOT stupid!$B$BGo back to your master and tell him that there will be NO deal! That is, if you can survive to make it back to him.','Speak with Crazzle Sprysprocket at the Splithoof Heights in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63566,63567,63568,63569,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25791,13202,400,0,262152,38,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to Riznek','I am NOT stupid!$B$BGo back to your master and tell him that there will be NO deal! That is, if you can survive to make it back to him.','Speak with Riznek at the Splithoof Heights in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63570,63571,63572,63573,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25792,13202,1,0,8,5,7,0,0,0,0,0,0,0,0,0,0,0,56009,1,'Pushing Forward','Most of the mountaineers and steam tanks in Dun Morogh are battling along the Frostmane Front, which is approaching us from the southeast. We can barely hold the trolls back, let alone advance into their village and take on their leader.$B$BThey\'ve blocked our path of approach with mysterious totems that choke mountaineers who come in range, leaving the victims helpless against their enemies. This stone is inscribed with a rune of fire; it should be able to destroy the totems and free our mountaineers.','Use the Rune of Fire to destroy 4 Constriction Totems in the Frostmane Front.','Finally, some good news from the Frostmane Front. I\'ll have the mountaineers press their attack immediately. Now, we must signal our gnomish allies at Steelgrill to start their advance.','','','Constriction Totems burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,41202,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,10547,1011,1010,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25793,13202,406,0,262152,26,28,0,0,0,0,0,0,0,0,0,25765,0,0,0,'The Deep Reaches','The purpose of this base was to establish a foothold in Stonetalon for Theramore and to open up a supply line to the night elves. The Horde, unfortunately, has given us one hell of a fight. Hellscream\'s armies are mighty and unrelenting. I haven\'t seen this type of ferocity from the Horde since the second war.$B$BNow it would appear that the mine the Explorers\' League dug out is being used by the Horde to \"backdoor\" us. We need to seal that thing off!','Speak to Steeltoe McGee at the Deep Reaches in Stonetalon Mountains.','Seal it off? That\'s gonna take some work, friend.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25794,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25638,0,56020,1,'Undersea Sanctuary','I believe I\'ve located the author of your note, friend.$b$bIt would seem that he is in desperate need of attention if he is to survive.$b$bI shall attune one of my scrying orbs, that you might see him for yourself.','Use Erunak\'s Scrying Orb to view the location of Deepmist Grotto.','We must make haste!$b$bAs you can surely see, his time is not long.','','','Erunak\'s Scrying Orb Used','','','',0,0,0,0,0,0,0,0,0,0,0,0,41294,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25796,13202,400,0,8388616,38,41,0,0,0,0,0,0,0,0,0,0,25813,0,0,'Eminent Domain','It is our destiny to take this oil. Unfortunate that the centaur retreated to here when the sea rushed in.$B$BUnfortunate for them, that is.$B$BThey\'ve spit in our faces, $N. We made them a generous offer and they made the mistake of not accepting. Now we... you, will show them the error of their ways.$B$BClear the centaur off of the Splithoof Heights. The oil must flow!','Slay 15 Splithoof Heights centaurs.','','','','Splithoof Heights centaurs slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,40062,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25797,13202,400,0,8388616,38,41,0,0,0,0,0,0,0,0,0,0,25814,0,0,'Eminent Domain','It is our destiny to take this oil. Unfortunate that the centaur retreated to here when the sea rushed in.$B$BUnfortunate for them, that is.$B$BThey\'ve spit in our faces, $N. We made them a generous offer and they made the mistake of not accepting. Now we... you, will show them the error of their ways.$B$BClear the centaur off of the Splithoof Heights. The oil must flow!','Slay 15 Splithoof Heights centaurs.','','','','Splithoof Heights centaurs slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,40062,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25798,13202,400,0,8388610,38,41,0,0,0,0,0,0,0,0,0,0,25813,56011,1,'Defend the Drill','I\'m not leaving here empty-handed! Are you?$B$BI bet you were wondering what\'s in the giant crate. Well, wait no longer. I want you to take one of our drilling rigs to the oil pools and pump us up some crude.$B$BOf course, you should expect the centaurs to attack. Just defend the drill long enough for us to get a barrel or two out of the ground.','Defend the Oil Drilling Rig.','','','Oil Drilling Rig defended','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25799,13202,400,0,8388610,38,41,0,0,0,0,0,0,0,0,0,0,25814,56011,1,'Defend the Drill','I\'m not leaving here empty-handed! Are you?$B$BI bet you were wondering what\'s in the giant crate. Well, wait no longer. I want you to take one of our drilling rigs to the oil pools and pump us up some crude.$B$BOf course, you should expect the centaurs to attack. Just defend the drill long enough for us to get a barrel or two out of the ground.','Defend the Oil Drilling Rig.','','','Oil Drilling Rig defended','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25800,13202,11,0,8,19,22,0,0,0,0,0,0,0,0,0,25780,0,0,0,'When Life Gives You Crabs','There\'s a lot to do here, $c, but we need to keep an eye out for the gifts of fate.$B$BWhen the flood rolled in, right over our houses, it swept a good number of ocean dwellers with it. Menethil Bay\'s full of crabs now, large and ripe for the picking.$B$BWhen life gives you crabs, go crab fishing, I say. Bring me back the largest, meatiest claws you can find and I\'ll pay you.','Collect 5 Meaty Crawler Claws from Harbor Crawlers.','','','','','','','',56013,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25801,13202,11,0,8,19,22,0,0,0,0,0,0,0,0,0,25800,0,0,0,'Claws from the Deep','Murlocs are crawling out from the deep waters and building their villages on the coastline. They are harassing our fishers and merchants and must be stopped.$B$BOne of these murlocs, Gobbler, skulks with other bluegill murlocs and harries merchants along the road, always then retreating to the safety of the nearby murloc hovels. Our merchants are in jeopardy, and we will pay to secure them.$B$BGobbler prowls the river inlet north of here. Find him, slay his kin, and bring me his head.','Collect Gobbler\'s Head from Gobbler and slay 12 Bluegill Murlocs of any kind.','','','','Bluegill Murloc slain','','','',0,3618,0,0,0,0,0,1,0,0,0,0,42109,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,59082,59081,59080,59079,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25802,13202,11,0,520,19,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming Goods','Not long ago a merchant vessel, the Blind Princess, was raided by murlocs. Although the ship escaped intact, much of its cargo was dragged overboard by the creatures, including a very valuable statuette of Terenas Menethil. We want that statuette recovered.$B$BSearch the coastal murloc hovels for crates, barrels and other evidence of lost cargo. Find the Menethil statuette and return it to me.','Search the crates and barrels at the coastal Murloc camps.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3291.77,-958.614,1,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25803,13202,11,0,520,19,22,0,0,0,0,0,0,0,0,0,25802,0,0,0,'The Search Continues','You thoroughly search this cluster of murloc hovels, and find no trace of the Menethil statuette.$B$BPerhaps one of the two nearby hovels to the north and northeast will have more clues.','Search for the Menethil Statuette.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25804,13202,11,0,8,19,22,0,0,0,0,0,0,0,0,0,25803,0,0,0,'Search More Hovels','This grouping of murloc hovels, after a thorough inspection, reveals nothing.$B$B...but you\'re certain that the next clue you find will be fruitful.$B$BOne of the hovels to the north must have the Menethil statuette!','Continue searching the Murloc hovels for the Menethil Statuette.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25805,13202,11,0,0,19,22,0,0,0,0,0,0,0,0,0,25804,26980,2625,1,'Return the Statuette','After pulling the barrel free from the muck and opening it, a silvery figurine is found packed in fine straw. It depicts a young, long-haired paladin with hammer upraised.$B$BThis must be the Menethil statuette! You must now return it to Karl Boran in Menethil Harbor.','Bring Karl Boran at Menethil Harbor in Wetlands the Menethil Statuette.','','','','','','','',2625,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59085,59084,59083,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25806,13202,406,0,65536,26,28,0,0,0,0,0,0,0,0,0,25765,0,56014,1,'They Put the Assass in... Never Mind','Ah, the Explorers\' League - such a profound group of morons. Not only do we have tauren ghosts up our butts, the Explorers\' League has also managed to open up a backdoor to the primary Horde base in Stonetalon, Krom\'gar Fortress.$B$BNow we\'ve got Krom\'gar assassins silently executing everyone in the mine.$B$BI need you to head in there and clean house.$B$BI almost forgot to give you these goggles. Put them on immediately. They\'ll make all the stealthed assassins in the mine plainly visible.','Kill 12 Krom\'gar Assassins.','$B$BHey, this thing on?$B$B$B$BAnybody there?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41291,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25764,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25763,0,0,0,'Egg Hunt','Skylord Omnuron wants us to find Aviana\'s Egg, and I can almost guarantee you it\'s cloaked by one of Sethria\'s shadow devices.$B$BSearch around the camp for shadow cloak generators and shut those things down until you find the egg.$B$BOnce you\'ve unveiled it, I\'ll call out to the other druids. Defend that egg until we can carry it off to safety.$B$BGo get that egg, $N!','Disable the Shadow Cloak Generators until you unveil Aviana\'s Egg. Once the egg is unveiled, defend it until the Druids of the Talon can carry it to safety.','','','Return to Thisalee Crow at Sethria\'s Roost.','Aviana\'s Egg Unveiled and Defended','','','',0,0,0,0,0,0,0,0,0,0,0,0,41218,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57319,57318,57317,57316,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25808,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,25806,0,56014,1,'Is This Thing On?','$B$BStupid gnome junk... Is ANYBODY there? $N, are you there?$B$BMaybe $g he\'s:she\'s; dead.$B$BListen, if you can still hear me, we just got word that a Horde master assassin is in the mines, directing the other assassins. Find her, kill her, report back to me.$B$BPaulson, out.','Kill Master Assassin Kel\'istra.','Nicely done, $N! You worked the mines like a pro. Now how about returning my goggles.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41311,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57447,57446,57445,57444,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25809,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,25793,0,0,0,'Leave No Man Behind!','Horde monsters!$B$B$B$BLook at this place! They\'ve wiped out innocents! Civilians!$B$BListen, $N, you\'ve got to help us. Go into the Deep Reaches and look for surviving miners. If any are still alive they\'re probably scared witless! Check in the nooks and crannies of the mine. Maybe in mine carts! There are bound to be some left alive and in hiding.','Rescue 8 Frightened Miners.','Thank the Light! You truly are a righteous instrument of power! The Alliance is lucky to you have, $N.','','','Frightened Miner Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,41283,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25842,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25830,0,0,0,'Firefight','It is... too late for me. Burned to all but the core. I have lived eons ... yet still my end seems sudden.$B$BNew life can spring from old. I still have wisdom to pass on. Please... do not let them take me before my work is done.$B$BKeep the tormentors at bay... just a little longer, $c.$B$BGive me minutes, and I will give you a thousand lifetimes.','Kill 5 Fiery Tormentors to keep them from Nordu.','','','Return to Nordu at the Flamewake.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41396,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25811,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,25793,0,56018,1,'Shuttin Her Down','To bring this mine down you\'re gonna need to blow up her support beams. I can provide you with the explosives you\'ll need, but you\'re gonna have to trudge through Krom\'gar assassins to get to all of the beams.$B$BThe good news, if any exists, is that we always mark our support beams with a big \'X.\' Look for the markers and plant this dynamite near \'em. Once you\'ve planted all the dynamite come on back up here and I\'ll activate the explosives.$B$BKaboom!','Plant the Dynamite Bundle at the First Beam, Second Beam, Third Beam and Fourth Beam.','Here goes nothin\'!','','','Plant Explosives at First Beam','Plant Explosives at Second Beam','Plant Explosives at Third Beam','Plant Explosives at Fourth Beam',0,0,0,0,0,0,0,0,0,0,0,0,41314,41315,41316,41317,1,1,1,1,0,0,0,0,0,0,0,0,57443,57442,57441,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25812,13202,4815,0,2359432,80,81,0,0,0,0,0,0,0,0,0,25794,0,0,0,'Spelunking','Hurry, $n!$b$bMake your way to that cavern at once.$b$bWe shall go behind you to ensure that you are not followed.','Speak to Private Pollard in Deepmist Grotto.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77433,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25813,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,25825,0,0,'Go Blow that Horn','That old, bitter centaur, Skycaller Vrakthris, mentioned a great air spirit that the centaur worship. To secure the Heights, the last step is for us to deal with this thing.$B$BI\'ve seen them blow the giant horn at the top of the hill up there and an air elemental came down. It gave them orders and then dissipated.$B$BGo blow that horn, $N.','Slay Whrrrl.','','','','Blow the horn','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203248,41334,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25814,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,25826,0,0,'Go Blow that Horn','That old, bitter centaur, Skycaller Vrakthris, mentioned a great air spirit that the centaur worship. To secure the Heights, the last step is for us to deal with this thing.$B$BI\'ve seen them blow the giant horn at the top of the hill up there and an air elemental came down. It gave them orders and then dissipated.$B$BGo blow that horn, $N.','Slay Whrrrl.','','','','Blow the horn','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203248,41334,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25815,13202,11,0,8,20,22,0,0,0,0,0,0,0,0,0,25805,0,0,0,'The Third Fleet','I was once First Mate on the Wave Mistress, ship-of-the-line in the Kul Tiras Third Fleet. The Doomed Fleet. Doomed, for on its last voyage the fleet was attacked by red dragons. Dragons controlled by orcs!$B$BWe didn\'t stand a chance against that dragonfire...and our fleet was burned and sunk off this here coast. I\'m the sole survivor of those poor vessels...$B$B...Bring me my mead, $c. It\'s down in the cellar of the inn. As far away as I put it from me, I can\'t go without it in the end.','Obtain Fitzsimmons\' Mead from the cellar of the inn in Menethil Harbor.','','','','','','','',56031,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25816,13202,11,0,8,20,22,0,0,0,0,0,0,0,0,0,25815,0,0,0,'Cursed to Roam','$B$BI am the sole survivor of the ill-fated Third Fleet of Kul Tiras, wrecked off the coast to the north. On one of our ships was hidden a great, and terrible treasure, and the eerie power of it keeps the souls of my brothers trapped within the ships\' rotting hulls.$B$BI\'m haunted by them day and night. First Mate Snellig calls for me! He\'s supposed to be dead! Please, $n, look for him near the shipwrecks and just...tell him to leave me alone!','Talk to the ghost of First Mate Snellig.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25817,13202,11,0,8,20,22,0,0,0,0,0,0,0,0,0,25816,0,0,0,'The Cursed Crew','The sailors of the Third Fleet are damned, forever cursed to wander these shores in agony. Fitzsimmons\' anguish is tied to us; so long as we suffer, there can be no rest for him, either.$B$BYou must end the suffering of my crewmates\' spirits. Purge their ghosts from this plane, and return to me.','Kill 5 Cursed Sailors and 5 Cursed Marines in The Lost Fleet.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41428,41427,0,0,5,5,0,0,0,0,0,0,0,0,0,0,59089,59088,59087,59086,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25818,13202,11,0,8,20,23,0,0,0,0,0,0,0,0,0,25817,0,0,0,'Lifting the Curse','To break the curse, there must be a reckoning. Captain Halyndor damned us all to covet a forbidden artifact; the Eye of Paleth. His spirit still covets it, standing guard over the strongbox of his old ship, the Intrepid.$B$BVanquish the soul of the one who cursed us so, $c. Defeat the Captain, claim his key, and spirit the Eye of Paleth far from this place.','Get the Intrepid Strongbox Key from Captain Halyndor.','','','','','','','',2629,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25819,13202,11,0,262144,20,23,0,0,0,0,0,0,0,0,0,25818,26980,2944,1,'The Eye of Paleth','Opening the chest reveals a blackened orb, pulsing with an eerie light. This must be the foul Eye of Paleth that damned these sailors\' souls.$B$BSuch corruption should be purged. Perhaps a priest in Menethil Harbor could help you.','Bring the Cursed Eye of Paleth to Glorin Steelbrow at Menethil Harbor in Wetlands.','','','','','','','',2944,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59092,59091,59090,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25820,13202,11,0,8,20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Mother\'s Worries','My son Gimlok\'s the light of my life. It warms my heart to see him playin\' with the other children.$B$BI can\'t help but worry, though. There\'s sharks not but a few feet away in the bay. If it\'s deep enough for one to swim its way here...$B$BI can\'t bear it! Please, you\'re clearly one $r that\'s seen tougher situations than us townsfolk. Would you get rid of those nasty sharks for me? At least a few?','Kill 10 Harbor Shredfins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41293,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25821,13202,406,0,262152,26,28,0,0,0,0,0,0,0,0,0,25811,0,0,0,'A Special Kind of Job','You\'ve done an admirable job down here, $N. Force Commander Valen has taken notice and requested that you see him immediately. He\'s got a special mission lined up for you - one that\'ll hopefully put a cold stop on the Horde\'s incursion into Stonetalon.','Report to Force Commander Valen at Northwatch Expedition Base Camp in Stonetalon Mountains.','I knew that you\'d be a special snowflake when I first set my eyes upon you, $N. So special, in fact, that I\'d trust no one else here with what I\'m about to ask of you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25822,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,25845,0,0,0,'Armaments for War','I am going to need to put you in harm\'s way once more, $N. To the east you will find a mineral rich excavation site that was recently overrun by the Horde. At that site are crates of our weaponry, scattered about all over the place. The Horde has only recently taken over, so it is unlikely that they\'ve found all of our supplies.$B$BGet in there and get our Grimtotem friends some weapons!','Collect 10 Alliance Weapon Crates.','This should be enough to supply a hundred Grimtotem! Now to present the weaponry to their chieftain.','Have you gathered the armaments of war?','','','','','',56010,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57450,57449,57448,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25823,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,25844,0,0,0,'The Unrelenting Horde','While it is of utmost importance that you secure weapon crates immediately, we need the Unearthed Grounds to the east clear of Horde. If we are to open a supply line for our Grimtotem allies, we\'re going to need full access to the dig site.$B$BKill all Horde that you come across at the Unearthed Grounds, $N. For the glory of the Alliance!','Slay 12 Horde enemies at the Unearthed Grounds.','I will call for the infantry to move in and clear up whatever might be left over. If only we had ten-thousand more like you, $N!','','','Horde at Unearthed Grounds Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41408,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25824,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25812,25887,0,0,'Debriefing','This soldier was near death, but I fear we do not have the time to await his full recovery. He has information we desperately need to know.$b$bBe patient with him, but keep him talking until we\'ve learned all that we can.$b$bWith luck we might discover just what we\'re up against...','Speak to Private Pollard and learn about his ordeal.','','','','Private Pollard Debriefed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41340,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25825,13202,400,0,8650752,38,42,0,0,0,0,0,0,0,0,0,0,25835,56037,1,'Deliver the Goods','Alright, $N, I need you to get this oil back to Fizzle on the Speedbarge, and let him know the good news!','Deliver the Barrel of Oil to Fizzle Brassbolts on Fizzle & Pozzik\'s Speedbarge in Thousand Needles.','','','','','','','',56037,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63611,63612,63613,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25826,13202,400,0,8650752,38,42,0,0,0,0,0,0,0,0,0,0,25836,56037,1,'Deliver the Goods','Alright, $N, I need you to get this oil back to Pozzik on the Speedbarge, and let him know the good news!','Deliver the Barrel of Oil to Pozzik on Fizzle & Pozzik\'s Speedbarge in Thousand Needles.','','','','','','','',56037,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63614,63615,63616,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25827,13202,616,0,2113672,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lo\'Gosh is Ready for Battle','Thanks to your efforts, the great wolf ancient once more walks among us.$B$B$C, I need you to return to the World Tree and let Ysera know that Lo\'Gosh is ready to take the fight to the front lines.$B$BYou may also speak with her about how to go about unleashing the other ancients.$B$BLok\'tar Ogar, my friend. You have been an inspiration.','Speak with Ysera at the World Tree in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25828,13202,616,0,2113672,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goldrinn\'s Message to Ysera','Goldrinn has been unleashed, and marches by our side! What you\'ve done is nothing short of a miracle.$B$BWe must notify Ysera, at the World Tree. The sleeper is coordinating our reclamation of Hyjal, and she\'ll be delighted to hear that Goldrinn\'s legendary tenacity is at her disposal.$B$BYou may also speak with Ysera about how to unleash the other ancients.$B$BFarewell, $N. And thank you. You\'re an inspiration! ','Speak to Ysera at the World Tree in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25829,13202,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tracking Quest - Goldrinn Hub Complete','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25491,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,25490,0,0,0,'Durable Seeds','This land has been scourged by fire, but it may yet renew itself.$B$BSome seeds deep in the soil may have withstood the scorching heat here in the flamewake. These durable plants are the key to this forest\'s regrowth. Please, collect some of these seedlings for me.','Gather 10 Hyjal Seedlings from piles of Scorched Soil.','$B$BThese seedlings have survived an apocalypse. Even a handful hold great power. Life always replenishes itself, often stronger than before.$B$BOnce the way is clear, we will use these to perform a miracle on this mountain, $N. You will see.','I suspect life still struggles beneath the ash. What were you able to find?','Return to Arch Druid Hamuul Runetotem at the Sanctuary of Malorne.','','','','',54574,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25831,13202,616,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hamuul\'s Message to Ysera','$N, we have prepared the soil and enlisted the help of the enigmatic turtle ancient.$B$BPlease travel to Nordrassil, the World Tree, and notify Ysera that I am prepared to take the next step.$B$BIt is important the we awaken all of the ancients we can; speak to Ysera and find out where else on Mount Hyjal you are needed.','Speak with Ysera at the World Tree in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25833,13202,616,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aviana\'s Message to Ysera','For ten thousand years I drifted without form within the Emerald Dream. I awake to a nightmare.$B$B$R, seek out the dreamer - the dragon aspect you call Ysera - and let her know that I have returned and will aid the Guardians of Hyjal as they crush the Twilight\'s Hammer.$B$BI will fill their skies with suffering.','Speak with Ysera at the World Tree in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25834,13202,406,0,262152,26,29,0,0,0,0,0,0,0,0,0,25821,0,0,0,'Death by Proxy','Can you hear them fighting down below, $N? It would appear that the Grimtotem tauren are no longer in the good graces of the Horde. I don\'t know what happened, but we can turn this to our advantage.$B$BI will arrange a meeting with an ambassador from the Grimtotem. What I need you to do is put together a peaceful offering.$B$B$B$BTalk to \"Cookie,\" $N. He\'s already been briefed on what we need to do.','Speak with \"Cookie\" McWeaksauce at Northwatch Expedition Base Camp in Stonetalon Mountains.','The name be \"Cookie,\" $g lad:lass;: greatest cook \'cross Azeroth. Now the Commander\'s told me what we be needin\' to do. To gain audience with the Grimtotem chief we\'re gonna have to cook up the finest of tauren cuisine.$B$BYe get me the ingredients and I\'ll put together an offerin\' no tauren could refuse. Not even a grim tauren or whatever them things be.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1440,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25835,13202,400,0,262152,38,42,0,0,0,0,0,0,0,0,0,0,25869,0,0,'Free Freewind Post','Alas, it\'s time for you to leave. How quickly the chicks fall from the nest. Or, something.$B$BAnyway, you\'ve done solid work here, my friend, but Quentin and the night elves have been crying that they urgently need your help with the Grimtotem at Freewind Post to the northwest.$B$BIf you ask me, it\'s a lost cause, but who knows... maybe with your help they\'ll actually succeed?','Speak with Quentin at Freewind Post in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25836,13164,400,0,262152,38,42,0,0,0,0,0,0,0,0,0,0,25870,0,0,'Free Freewind Post','Well, it looks like it\'s time for us to part ways, at least for a while. To the northwest, the tauren of Freewind Post are in desperate need of your assistance in pushing back the Grimtotem clan!$B$BYou know, you\'ve been such a great help around here, I bet you\'re going to be their $g hero : heroine; in no-time!','Speak with Thalia Amberhide at Freewind Post in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25837,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,25834,0,0,0,'A Proper Peace Offerin\'','To make the perfect peace offerin\', I be needing the following ingredients:$B$BKalimdor eagle eggs, obtained from Kalimdor eagle nests. They be scattered about the forest to the west.$B$BRam haunches! You\'ll find ram haunches on Stonetalon rams.$B$BThe last ingredient be a little tougher to come by, but we be needin\' it to make the ramlette. Head southwest to Boulderslide Canyon and find the kobold caves. Kill the kobolds and take their special cheese.$B$BBring it all back and I\'ll cook up a masterpiece!','Collect 6 Kalimdor Eagle Eggs, 8 Ram Haunches and 10 Boulderslide Cheese pieces.','Stand back, $N, there\'s about to be a flavor explosion and I wouldn\'t want ya gettin\' hurt.','This ramlette ain\'t gonna make itself!','','','','','',56041,56040,56042,0,0,0,6,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57519,0,0,0,1,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25838,13202,1,0,8,5,8,0,0,0,0,0,0,0,0,0,0,25839,0,0,'Help from Steelgrill\'s Depot','With your help, we\'ve managed to push toward Frostmane Retreat. Our forces will soon be in position to dwindle down the Frostmane trolls\' reserves, leaving their village open to attack.$B$BThat\'s where the Gnomeregan covert ops team comes in. Their technicians have figured out a way to deploy operatives behind enemy lines without alerting the Frostmanes to our presence. Head to Steelgrill\'s Depot, just northeast of town, and speak with Delber Cranktoggle. He\'ll tell you more about it.','Speak to Delber Cranktoggle at Steelgrill\'s Depot.','Ah, you must be the $r that Captain Tharran said he\'d be sending. I\'ve already used the deploy-a-tron to get most of the covert ops team into position at Frostmane Retreat. They\'re just waiting on your arrival.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25839,13202,1,0,10,5,8,0,0,0,0,0,0,0,0,2,0,0,0,0,'The Ultrasafe Personnel Launcher','The cataclysm has brought our enemies closer to home, so the chief of Gnomeregan covert operations asked me to build a device to dispatch personnel quickly and quietly to any corner of Dun Morogh.$B$BBehold, the ultrasafe personnel launcher!$B$BWith a jolt of electricity and the benefit of a VLD parachute system, uh, that\'s \'very late deployment\' for you laymen, this baby\'ll get you to the front in no time. Just hop aboard and prepare for flight! Slamp Wobblecog will be waiting for you in the drop zone.','Use the Ultrasafe Personnel Launcher to deploy to Frostmane Retreat.','Don\'t worry, the feeling of being zapped won\'t stay with you for more than a few minutes. All in all, it\'s not a bad way to get where you\'re going. That parachute system needs some work, though. Very late deployment, indeed. Sometimes, too late. Anyway, we have a mission to carry out.','','Use Ultrasafe Personnel Launcher to deploy to Frostmane Retreat','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,4,4,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25840,13202,1,0,8,5,8,0,0,0,0,0,0,0,0,0,0,25882,0,0,'Eliminate the Resistance','The Frostmane chieftain died in the initial trogg onslaught, but they\'ve been led by a well-respected warrior ever since. Battok the Berserker was the one who organized the Frostmane retreat, the construction of the new village, and the strikes against Kharanos and the mountaineers.$B$BIf we remove Battok, the Frostmanes\' organization should crumble, leaving the mountaineers free to pick off the survivors. Battok will be in the village, just east of here.','Slay Battok the Berserker and 5 Frostmane Warriors in Frostmane Retreat.','Excellent job, $N. With Battok dead, I\'ll send the signal to Captain Tharran. This should be the end of the Frostmane threat.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41284,41258,0,0,1,5,0,0,0,0,0,0,0,0,0,0,57554,57555,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25841,13202,1,0,8388616,5,8,0,0,0,0,0,0,0,0,0,0,25882,56048,1,'Strike From Above','Delber\'s technicians have been up day and night helping us prepare for this strike. Aside from building and tuning the personnel launcher, his men have prepared the covert operations air wing for a strike on Frostmane Retreat. They\'ll be waiting for a signal to begin their strikes.$B$BTake this flare with you, and set it off near the cluster of buildings at the northern end of the village, and the buildings at the southern end of the village. The flying machines will make a quick strike at each site.','Use the Signal Flare to call in airstrikes at the northern and southern ends of Frostmane Retreat.','Both you and the air wing performed admirably. There\'s no way that the Frostmanes will remain here now. All that remains is to begin mopping up the survivors.','','','Attack on Northern Frostmane Retreat','Attack on Southern Frostmane Retreat','','',0,0,0,0,0,0,0,0,0,0,0,0,41372,41373,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25740,13202,616,0,8,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fact-Finding Mission','The dragon Sethria must be stopped. We know that her roost is south of here, along the southern cliffs of Hyjal, but beyond that we know little else.$B$BI have sent Thisalee on a fact-finding mission to Sethria\'s roost. She specifically requested your help - evidently you made quite an impression with the young druid.$B$BMeet Thisalee just beyond the tunnel leading to Sethria\'s Roost. And remember, this is a fact-finding mission - don\'t do anything crazy!','Report to Thisalee at the entrance to Sethria\'s Roost in Mount Hyjal. ','','','Report to Thisalee at the entrance to Sethria\'s Roost.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25810,13202,616,0,136,78,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hatchery Must Burn','$N! Choluna spoke true: the goddess has returned! A miracle in our midst.$B$BWhile you were able to kill the twilight dragon Sethria, we have not yet located all of the eggs that the harpies had delivered to her. Thisalee and I have tracked them to a great hatchery constructed within the Firelands. It is not of this realm, so Aviana cannot accompany you.$B$BFly south and enter the flamegate in the center of the valley. Farden Talonshrike has been sent ahead and will be waiting for you within.','Travel through the flamegate in the center of the Flamewake in Mount Hyjal. Speak with Farden Talonshrike once you are inside.','','','Travel through the flamegate in the center of the Flamewake. Speak with Farden Talonshrike once you are inside.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25844,13202,406,0,8,26,29,0,0,0,0,0,0,0,0,0,25837,0,56059,1,'Sating the Savage Beast','You heard the commander, $N. Deliver me perfect offerin\' to the Grimtotem ambassador! Him and his crew be waitin\' for you at the bottom of the southeastern path.$B$BThis is sure to put us in the good graces of their chieftain!','Deliver the Meaty Offering to Ton Windbow at Grimtotem Post in Stonetalon Mountains.','$B$BThis... this is the greatest thing I have ever tasted. You may prove to be a valuable ally, but before the Grimtotem agree to work with the Alliance, you must agree to our terms. I will now give to you those terms as told to me by my leader. Take them back to your commander and see if he accepts.','$B$BYou have brought something for us?','','','','','',56059,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25845,13202,406,0,262152,26,29,0,0,0,0,0,0,0,0,0,25844,0,56060,1,'Terms of Service','Grimtotem need weapons! The Horde, empowered by their Warchief and with the help of their new goblin allies, have amassed powerful weaponry. Our armaments are simply no match for their firepower. Supply the Grimtotem with strong weapons and we will work together to destroy the Horde!$B$BThese are our demands! Supply the Grimtotem and we will fight for the Alliance!','Deliver the Grimtotem Terms of Service to Force Commander Valen at Northwatch Expedition Base Camp in Stonetalon Mountains.','Weapons, eh?$B$B$B$BI\'m about to make an executive decision here, $N. Let\'s hope this pays off, else King Wrynn will have my head!','Well???','','','','','',56060,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1440,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25846,13202,406,0,8,26,29,0,0,0,0,0,0,0,0,0,25822,0,56061,1,'Grundig Darkcloud, Chieftain of the Grimtotem','The Grimtotem chieftain awaits your arrival, $N. Take the weapon crates with you and head to Grimtotem Post, south of here.$B$BGood luck, $N. Should anything happen to you I will personally notify your next of kin and let King Wrynn know what you have done for the Alliance.','Deliver the Alliance Weapon Crates to Grundig Darkcloud at Grimtotem Post in Stonetalon Mountains.','These are fine weapons! Powerful steel! My warriors will be unstoppable armed with such weaponry. Magatha smiles down upon you, $N.$B$BThere is but one thing I ask of you, perhaps two.','Do you have the weapons?','','','','','',56061,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25847,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,25846,0,56069,1,'Grimtotem Supremacy','Throughout all of Greatwood Vale you will find Grimtotem under attack by the Horde. Hellscream\'s armies show no mercy and no compassion, killing anything that stands in their way.$B$BBut no more! Take the armaments you brought for us and find Grimtotem in battle with the Horde. Give them the weapons of the Alliance and watch as they destroy their Horde assailants! Go, there is much work to do, ally.','Use the Alliance Weapon Crate to arm 12 Grimtotem.','The fight is far from over, $N. The Horde generals still live...','Have you armed the Grimtotem?','','Grimtotem Armed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41351,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25848,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,25847,0,0,0,'Downfall','By the time that we received word that Hellscream had sent another mag\'har orc to oversee the Horde troops in southern Stonetalon, it was too late. Camp Aparaje was burned to the ground and all Grimtotem in the area incinerated.$B$BNow the Horde have four of their most fearsome generals commanding the battle for Greatwood Vale, including the mag\'har, General Glubgok.$B$BYou must travel to the ruins of Camp Aparaje, south of here, and kill the generals. We stop the Horde NOW! Return to me with their mark!','Kill the Horde generals at Camp Aparaje and recover the Insignia of the Horde General.','$B$BYes, ally, you have done it! It will take Hellscream weeks to recover from this blow. Southern Stonetalon belongs to the Grimtotem... and the Alliance, of course.','Are the generals dead?','','','','','',56080,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25849,13202,11,0,8,21,23,0,0,0,0,0,0,0,0,0,26981,0,0,0,'When Archaeology Attacks','Listen, $glad:lass;, any good archaeologists know the risks that come with the job. If you don\'t unearth an ancient evil or get cursed by wicked spirits at least once in your career, you\'re not digging up anything worthwhile!$B$BNo, the real archaeologists know that a little thing like fossilized bones reanimating into skeletal creatures is no reason to stop working.$B$BI still need those fossil bones. Collect \'em from the fossil monsters roaming around and bring them back to me, and I\'ll reward you.','Collect 20 Fossilized Bones from Living Fossils.','','','','','','','',56083,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25850,13202,11,0,8,21,23,0,0,0,0,0,0,0,0,0,26981,0,0,0,'Strike the Earth!','In case you didn\'t notice, the land here in the Wetlands is pretty messed up. Floods, earthquakes... and on top of it all, even the ground\'s got a wild hair now.$B$BI never thought we\'d be attacked by our own dig site, but sure enough, big chunks of it are now rampaging around trying to flatten any dwarf they see.$B$BYou look like a strong, strapping young $r... mind going down there and slapping some sense into the clods?','Kill 7 Paleolithic Elementals.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41389,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25851,13202,406,0,262152,26,30,0,0,0,0,0,0,0,0,0,25848,0,0,0,'Dances with Grimtotem','Return now to your leader and tell him all that you have done for the Grimtotem. Tell him that the Alliance may pass freely across our borders.','Report to Force Commander Valen at Northwatch Expedition Base Camp in Stonetalon Mountains.','Outstanding work, $N! Now our forces only need to worry about the Horde as they enter Stonetalon. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57468,57467,57466,57465,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25852,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,25851,0,0,0,'All\'s Clear','Pack up your gear, $N, it\'s time to join up with the rest of the Northwatch forces in Southern Barrens. Your first mission in Southern Barrens should be fairly straightforward.$B$BTwo days ago we received a distress signal from Commander Walpole. He and his battalion are pinned down in Stonetalon Pass, just outside of Honor\'s Stand. They\'ve got Horde all over the place! Get there and help him out. I\'ll forward news of our alliance with the Grimtotem to Northwatch command.','Report to Commander Thomas Walpole at Stonetalon Pass in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25853,13202,11,0,8,21,23,0,0,0,0,0,0,0,0,0,26981,0,0,0,'Tooling Around','I\'m in charge of supplying this dig. It\'s not that bad, but having to pick up and move out so fast wasn\'t exactly ideal!$B$BArchaeologists need tools, you know. You can\'t run around pulling up priceless antiquities with your bare hands. If you\'re going back to the dig site, can you bring back the tools that got left behind?','Collect 6 Archaeologist\'s Tools.','','','','','','','',56082,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59105,59104,59103,60338,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25854,13202,11,0,8388616,21,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'I\'ll Call Him Bitey','Have you heard some raptors are intelligent enough to be domesticated? It\'s true! I\'ve seen hunters tame them.$B$BIt gets quite lonely out here, you know, even with Wenna to keep me company... a pet\'s just what I need to brighten my spirits. A little baby raptor would be the best!$B$BIf you\'re out there slaughtering the adults, would you mind bringing me back some mature eggs? You can tell if they\'re ready to hatch by the wobbling.','Collect 6 Wobbling Raptor Eggs.','','','','','','','',56058,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25855,13202,11,0,8,21,23,0,0,0,0,0,0,0,0,0,25854,0,0,0,'Gizmos and Gadgets','I\'ve been coming up short on parts recently for my engineering projects, and the other day I finally saw why: the Mosshide gnolls have been making off with them!$B$BI don\'t have any idea what they could possibly want them for, but I need those gizmos back. They\'re probably strewn all over the marsh by now, but if you see any, could you gather them and bring them back?','Find 7 Swiftgear Gizmos.','','','','','','','',56085,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25856,13202,11,0,8,21,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crocolisk Hides','I\'ve skinned crocs in the wetlands for years, $c. Things have changed though.$B$BYou see, not to bore you with a sob story, but when the cataclysm flooded Menethil Harbor, our house went with it. My wife and kids don\'t have a place to stay, and I need to make as much money as I can to get us under a roof again.$B$BI\'ve been skinning crocs \'til I was too tired to move, but I still need more skins to sell. If you bring me some croc hides, I\'ll pay you a bit for them.','Collect 10 Marshy Crocolisk Hides from Wetlands Crocolisks.','','','','','','','',56087,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25857,13202,11,0,8,21,23,0,0,0,0,0,0,0,0,0,25856,0,0,0,'Hunting Horrorjaw','I\'ve been tempted to go after the big kill... the largest crocolisk out there, Horrorjaw. His hide alone would be enough to get my family out of this hole.$B$BBut I\'m no fool. One mistake and I could lose a leg, or my life, and then where would my wife and kids be? Still homeless and without a father to care for them.$B$BIt\'s not my proudest moment, but I\'ll pick my family\'s safety over pride any day. Please, $c... hunt Horrorjaw for me. You\'ll find him in his shady pool to the north, lurking.','Slay Horrorjaw and collect Horrorjaw\'s Hide.','','','','','','','',56089,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25858,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'By Her Lady\'s Word','Lady Sira\'kess has begun preparations for the ritual of summoning, but the Crucible of Nazsharin has been stolen from us. The Kvaldir have surely taken it with them as they retreated to shallower waters.$B$BSpeak to the caste leaders to secure a war party, and then lead them in retrieving the artifact from Biel\'aran Ridge to the east.$B$BI trust you my Battlemaiden, for you have never failed in any task that I have given you. As I am revered to the Queen, so are you revered to me. Go with my blessings.','Speak to Fathom-Lord Zin\'jatar, Lady Sira\'kess, and Overseer Idra\'kess.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Speak to Fathom-Lord Zin\'jatar','Speak to Lady Sira\'kess','Speak to Overseer Idra\'kess','',0,0,0,0,0,0,0,0,0,0,0,0,41049,41456,41455,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25859,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25858,0,0,0,'No Trespass Forgiven','I know that you, like our revered lady, have unfortunate streaks of mercy that you succumb to at times. I would advise against such kindnesses this day. The Kvaldir are proud, and they will strike back if we do not cripple them completely. Kill all that you find.$B$BSadly, I have the inglorious task of making sure none return to the city, so you can go have all of the fun. I will cheer you on though, of course.','Kill 20 Kvaldir on the Vrykul Ledge.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Vrykul Ledge Kvaldir slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41105,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25860,13202,5144,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25629,0,0,0,'At All Costs','We are to begin the ritual immediately, and you are to see to it that we are not interrupted.$B$BSlaughter any Kvaldir that enter the temple. See to it that my priestesses live to see their task complete, no matter the cost.','Kill 20 Kvaldir attackers within Quel\'Dormir Temple.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Attacking Kvaldir slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,42057,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25861,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25858,0,0,0,'Setting An Example','The High-Shaman are in the buildings nearby, chanting and taunting, but not daring to approach me. These Kvaldir find their courage and strength only in the mist. They are a pitiful nuisance beneath the waves.$B$BI came bearing a message. If your ladyship has the time, bring a high-shaman to my feet that I might deliver this message to him and his people.','Bring a Kvaldir High-Shaman to the feet of Executioner Varathress.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Kvaldir High-Shaman brought to the executioner','','','',0,0,0,0,0,0,0,0,0,0,0,0,41457,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25862,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stolen Property','Our revered lady has sent me to aid you in your task. She wants you to retrieve the stolen Crucible of Nazsharin and bring it back here as soon as you can.$B$BShe grows impatient to start the ritual of summoning so that we might fully begin our preparations for war.','Retrieve the Crucible of Nazsharin.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25863,13202,5144,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25862,0,0,0,'Chosen Burden','With the Crucible of Nazsharin, all that remains is to inform Lady Naz\'jar of your success.','Return to the western edge of the Biel\'aran Ridge with news of the Crucible of Nazsharin.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25864,13202,11,0,8,21,23,0,0,0,0,0,0,0,0,0,0,25865,0,0,'Dinosaur Crisis','We\'ve been getting more and more reports of raptor attacks in the area. I\'m seeing to it that this place is safe enough for more settlement to start occuring, so I\'ve put a bounty on the buggers.$B$BA lot have been cleared out already, but the Highland raptors to the north have been growing in number. That won\'t be true for long, now will it?$B$BClear out a good deal of Highland raptors, and I\'ll have a nice reward for you.','Kill 8 Highland Raptors of any kind.','','','','Highland Raptors slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41414,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59095,59094,59093,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25865,13202,11,0,8,21,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mosshide Job','You seem trustworthy enough to help me out with my real problem, $n. I was sent here by Ironforge to recover a shipment of gold ingots.$B$BThe ingots are part of the Ironforge Royal Treasury, stamped with the royal seal... only an idiot would steal them for profit, far too easy to trace. Oddly enough, this area is full of idiots: Mosshide gnolls.$B$BI don\'t know how many gnolls you\'ve fought before, but they\'re foul and brutal beasts, and dangerous. I need you to slay them and recover the missing ingots.','Recover 8 Ironforge Ingots from Mosshide Gnolls.','','','','','','','',56088,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59098,59097,59096,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25866,13202,11,0,8388616,21,23,0,0,0,0,0,0,0,0,0,25865,25868,0,0,'Dark Iron Trappers','You may have seen them while you were out, but the Dark Iron clan has been spotted in this area. They\'re never up to any good, and it looks like they\'re kidnapping the Mosshide gnolls for some reason.$B$BI don\'t know what their game is, but we\'re putting a stop to this before more foul play occurs. Go and stop them.$B$BAnd if you\'re worried about fairness, try askin\' them politely first and see how far that gets you.','Kill 10 Dark Iron Trappers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41409,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25867,13202,11,0,8388616,21,23,0,0,0,0,0,0,0,0,0,0,25868,0,0,'Gnoll Escape','I know we were just attacking the gnolls ourselves, but I\'m not about to let the Dark Iron capture them as slaves. For one, we found the thieves and took back what was missing, so justice is served; for another, whatever work the Dark Iron will be putting them to isn\'t something I want to allow.$B$BEither way, the gnolls need to be freed. The trappers should have keys on them, so use those to open the cages.','Obtain Trapper\'s Keys from Dark Iron Trappers and use them to free 6 Gnolls from the Gnoll Cages.','','','','Gnolls Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41438,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25868,13202,11,0,8,21,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'Yorla Darksnare','I\'ve found out who\'s pulling the strings on this operation here. Yorla Darksnare is directing the Dark Iron dwarves from a camp to the east, and it might\'ve been orders to have the gnolls steal Ironforge\'s gold in the first place.$B$BWhat\'s more, she\'s a wanted criminal... she\'s been inciting rebellion and attacks against Ironforge since Magni was still alive.$B$BShe can\'t slip through our fingers this time, $n. Go and get her!','Slay Yorla Darksnare.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41416,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59102,59101,59100,59099,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25869,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grimtotem in the Post','The journey ahead must begin with you killing the Grimtotem invaders at Freewind Post. If you can\'t stop them here, we won\'t be able to move into their territory.','Slay 10 Grimtotem Invaders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41431,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25870,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grimtotem in the Post','You must do away with the Grimtotem invaders at Freewind Post. They brought it on themselves, the cowards!$B$BWe can\'t take the fight to their territory with our back to them. Please help us take back our home, $c.','Slay 10 Grimtotem Invaders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41431,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25871,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,27275,0,0,'Save the Sentinel','$B$BThose monsters have captured one of our sentinels! They\'re threatening to kill her if we don\'t pull back!$B$BWe don\'t negotiate with cowardly beasts! Please, if you can, rescue her before it\'s too late, $c.','Rescue the Feralas Sentinel.','','','','Captured Feralas Sentinel freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41463,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25872,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,27276,0,0,'The Brave and the Bold','$B$BThose mongrels have captured one of our braves! They\'re threatening to kill him if we don\'t pull back!$B$BWe\'ll never allow those Grimtotem cowards to keep Freewind Post! Please, rescue him before it\'s too late, $c.','Rescue the Freewind Brave.','','','','Captured Freewind Brave freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25873,13202,400,0,8,38,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horn of the Traitor','Here lies the broken body of the Freewind Post lorekeeper, Montarr. The aged tauren\'s body is broken, lying in a pool of his own blood.$B$BA trail of droplets leads back to the inn....','Collect Longhorn\'s Horn.','','','','','','','',56139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63632,0,0,0,1,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25874,13202,400,0,8,38,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horn of the Traitor','Here lies the broken body of the Freewind Post lorekeeper, Montarr. The aged tauren\'s body is broken, lying in a pool of his own blood.$B$BA trail of droplets leads back to the inn....','Collect Longhorn\'s Horn.','','','','','','','',56139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63633,0,0,0,1,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25875,13202,406,0,262152,26,28,0,0,0,0,0,0,0,0,0,25768,0,0,0,'Gnome on the Inside','Mirkfallon Lake is crawling with Horde. The goblins have set up shop and they aren\'t going to leave until all the oil under Stonetalon is sucked dry.$B$BThankfully I have a gnome on the inside that\'s been collecting information for us. If anyone knows what\'s going on with that bomb, it\'s my inside gnome.$B$BMake your way to the Sludgewerks, north of here, and find Minx. She\'ll be disguised as a \"goblin\" pump controller.','Seek out Minx who is disguised as a \"Goblin\" Pump Controller at the Sludgewerks in Stonetalon Mountains.','Get in here and hug a wall! I can\'t risk blowing my cover!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25876,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,25875,0,0,0,'It\'s Up There!','Listen, I\'ve been tracking this bomb since you rescued me in Ashenvale. Whatever they\'re doing with it is going to happen real soon.$B$BAt the top of the large oil rig is a control room. Inside that control room you\'ll find a Krom\'gar log book. That log book is the key to where this bomb is heading. Get up there and get the log book! Bring it back here and I\'ll decipher it for you.','Steal the Krom\'gar Log Book.','OH NO! They plan to \"test\" the bomb at Thal\'darah Grove! That\'s the school for young druids located in the heart of Battlescar Valley. You\'ve got to return to Barus with this information! Master Thal\'darah must be warned!','Did you recover the log book?','','','','','',56091,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25877,13202,406,0,262152,26,28,0,0,0,0,0,0,0,0,0,25876,0,0,0,'No Time for Goodbyes!','RUN! Get out of here, $N. Get back to Barus and inform him of what you\'ve discovered. He\'ll arrange for you to get safely across Battlescar Valley to Thal\'darah Overlook.$B$BIt\'s not too late to save those young druids!','Return to Scout Commander Barus at Mirkfallon Post in Stonetalon Mountains.','Blasted Horde! I\'ve got friends at that grove. Hopefully you know how to ride a hippogryph. We\'ve got to get you to Master Thal\'darah at the overlook immediately!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57440,57439,57438,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25878,13202,406,0,131080,26,28,0,0,0,0,0,0,0,0,0,25769,0,0,0,'Schemin\' That Sabotage','Goblins... What would this world be without goblins? I\'ll tell you what: CLEAN!$B$BThose filthy little scum suckers have planted their oil pumps all over the lake with the hope of extracting every last drop of oil that exists in Stonetalon. At each oil pump they\'ve stationed an oil pump controller whose sole job it is to watch the pump and make sure nothing goes wrong.$B$BSomething is about to go wrong.$B$BTake out the goblin pump controllers and take their pump controls. Use \'em to overload the pumps!','Use the Goblin Pump Controller to destroy 4 Goblin Oil Pumps.','I could see the explosions from here, $N! The Horde won\'t be refueling from Mirkfallon anymore, thanks to you!','','','Oil Pump Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41475,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,57453,57452,57451,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,69,0,0,0,0,5,5,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25879,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,25769,0,0,0,'The Lumbering Oaf Problem','Ever seen a hobgoblin? They\'re another vile goblin creation. Take a goblin, make it even uglier, fatter, bigger and stupider and you have a hobgoblin. Add to all of that a nasty mean streak and we\'ve got a problem.$B$BThese lumbering oafs wander the Sludgewerks and Mirkfallon Lake, acting as muscle to the goblins.$B$BGet out there and thin \'em out. Permanently.','Kill 10 Lumbering Oafs.','Slowly, but surely, we pick away at the Horde\'s numbers. They won\'t have a leg to stand on when this war really opens up.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40906,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,69,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25880,13202,406,0,1310728,26,29,0,0,0,0,0,0,0,0,0,25877,0,0,0,'Warn Master Thal\'darah','There are dozens of students at Thal\'darah Grove. Most of them have no means of defending themselves, ripe for the slaughter.$B$BYou must get word to Master Thal\'darah of the Horde\'s plans. He will direct you in what you must do next.$B$BFiora Moonsoar has granted you the use of her fastest hippogryph. Take it now to Thal\'darah Overlook! Don\'t look back, $N! The Horde must be stopped!','Report to Master Thal\'darah at Thal\'darah Overlook in Stonetalon Mountains.','These are dire times, indeed, $N. Our outpost in Stonetalon Peak has been overrun by fiendish creatures from the depths and the Horde seeks to destroy us. We need a hero, $N; a soldier of the Alliance strong enough to guide us through these trying times.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1440,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25577,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Cores','These searing guardians are murderous! We destroy them, and within minutes, they reignite from the ashes.$B$BI think there\'s a way to destroy them permanently, but we\'ll need someone who can fight through the front ranks.$B$B$N, kill the searing guardians and take their smoldering cores to the nearby anvils. Smash them on the Twilight Anvils, and destroy them for good!','Acquire 8 Smoldering Cores by killing Searing Guardians.','Great work!$B$BThere was a time when adventurers would collect these cores in order to craft mediocre fire-resistant equipment. But for now, I\'m glad just to destroy these fiends once and for all.','','Return to Jordan Olafson within the Anvil of Flame.','Smoldering Core','','','',55123,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57358,57357,57359,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25882,13202,1,0,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Hand at the Ranch','Captain Tharran asked me to pass along his thanks for your help and congratulations on a successful mission. He and his men are cleaning up the last of the trolls and tending to the wounded.$B$BHe also wanted me to ask you to check out reports about troll raids on the Amberstill Ranch to the north. Ask for Sergeant Flinthammer when you arrive.','Speak with Sergeant Flinthammer at Amberstill Ranch.','So you\'re the one who\'s been helping Captain Tharran beat back the Frostmane trolls? I\'ve seen your name in the reports. It\'s good to finally meet you. You might be just the $c we need to help secure the ranch.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25883,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25887,0,0,0,'How Disarming','Naga weapons...$b$bAs you cast your vision on the naga Holding Pens, you see dozens of similar stacks of tridents positioned strategically.$b$bDestroying their weapons could only hamper whatever wicked designs they are carrying out in this region...','You must destroy 6 sets of Naga Tridents.','','','','Naga Weapons Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203300,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25884,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25887,0,0,0,'Come Hell or High Water','Oh fer the love of...$b$bI know our survivor friend here means well, but the lad\'s been severely traumatized.$b$bThere only be one way ta deal with these accursed beasts, an\' that be a fine dwarven axe buried hilt-deep in the noggin.$b$bPile up enough o\' their corpses an\' they\'ll think twice before fiddlin\' with yer tasty bits.$b$bMark me words $gladdie:lassie;, them buggers don\'t like the sight o\' their own blood any more than you or I.$b$bNow git out there an\' give \'em what fer!','Kill 12 Zin\'jatar Naga at The Clutch in Kelp\'thar Forest.','','','','Zin\'jatar Naga Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41481,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,59778,59777,59776,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25885,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25887,0,0,0,'What? What? In My Gut...?','Wha...what IS this!?$b$bThere\'s great pain growing... from deep in my bowels.$b$bI think... ugh... they must have poisoned me!$b$bThey fed us strangely glowing seaweed that they grow around their stronghold...$b$bI think these cramps will worsen if I don\'t get more soon...$b$bPlease, $r. Try to find me some!','Collect 7 Wiggleweed Sprouts from Shimmerspine Harvesters in The Clutch.','','','','','','','',56167,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25887,13202,4815,0,128,80,81,0,0,0,0,0,0,0,0,0,0,0,56576,1,'Wake of Destruction','Our time here draws to a close. I must somehow follow the trail of these naga captives if we are to discover their purposes in this region.$b$bBut before I move on, I would see the destruction of this operation!$b$bNevermind their numbers, I have a plan that has the potential to even the odds.$b$bOutside this cave, famished great sharks, displaced by these naga, seek food.$b$bIn their weakened state, they will be susceptible to suggestion. Use this orb to subdue them, then direct them against our enemy.','Use the Orb of Suggestion to subdue a Famished Great Shark, then use it to destroy 12 Zin\'jatar at The Clutch.','','','','Zin\'jatar Guardians Eaten Alive','','','',0,0,0,0,0,0,0,0,0,0,0,0,42013,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25888,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25887,0,56169,1,'Decompression','I simply cannot bear the thought of so many others like this soldier imprisoned, surrounded by naga.$b$bSomething must be done to rescue them!$b$bTry this, $n. Use it on the prison cells to make them buoyant.$b$bIf we can get them to the surface, at least they stand a chance at being rescued.','Use Moanah\'s Breathstone on 10 Imprisoned Soldiers in The Clutch.','','','','Imprisoned Soldiers Released','','','',0,0,0,0,0,0,0,0,0,0,0,0,41533,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,59774,59773,59775,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25889,13202,406,0,8,26,29,0,0,0,0,0,0,0,0,0,25880,0,56168,1,'Save the Children!','My poor, defenseless young students are stranded at Thal\'darah Grove. With the battle raging across Battlescar Valley, they have no means of escaping. We must save the children before the Horde drops their bomb!$B$BTake my hippogryph and use it to rescue the young druids of Thal\'darah Grove. Drop them off at the hippogryph post here in town.$B$BSave them all, $N! You truly are our only hope.','Use Master Thal\'darah\'s Hippogryph to rescue 5 Helpless Young Druids from Thal\'darah Grove.','Praise you, $N. The hero we have been searching for has finally arrived, and not a moment too soon.','','','Helpless Young Druid Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,41528,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,57460,57459,57458,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25890,13202,5144,0,138,80,81,0,0,0,0,0,0,0,0,0,25442,0,0,0,'Nespirah','It is clear to me at this point what must be done, $N.$b$bThe naga can only be obtaining these pearls from one place: Nespirah, the ancient, shelled creature that rests outside of this cave. Why Nespirah would submit to the naga, however, is beyond my understanding.$b$bWe can enter Nespirah\'s body cavity through a small tube near the exit to this cave. I must first fetch my master, then we can meet you on the inside. We will convene in Nespirah\'s northwestern entrance.','Enter Nespirah\'s northwestern entrance, then find a way to communicate with it.','','','Find a way to communicate with Nespirah','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25891,13202,406,0,1048586,26,29,0,0,0,0,0,0,0,0,2,25889,0,0,0,'Last Ditch Effort','The Horde have signaled a retreat. Look now, they fall back from the field of battle - portends of disaster.$B$BWe must make one final descent into Thal\'darah Grove. I could not live with myself if any of our young druids were left behind.$B$BAssist me, hero. I will take the reins. You search for any druids that might be left behind.$B$BWe will go when you are ready. ','Assist Master Thal\'darah in search of any druids left behind at Thal\'darah Grove.','Do you know why the Horde destroys? The Horde destroys because they cannot comprehend beauty. They fear it and that which they fear they must destroy. Why else would they destroy Thal\'darah Grove?$B$BTogether, we will make them understand. They will know that what they do comes at a great cost.','','Last Ditch Effort Made','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25892,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25755,0,0,0,'Losing Ground','You\'ll have to catch me up more later. Right now, we need to get out of here before more naga push in. Make your way back to the forward post on the level below us.$B$BTake my sea horse. We will meet you back there shortly.','Use Wavespeaker Valoren\'s sea horse to return to Admiral Dvorek under the southern terrace in the Ruins of Vashj\'ir.','','','','Return to the Forward Post','','','',0,0,0,0,0,0,0,0,0,0,0,0,41562,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25893,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25892,0,0,0,'Desperate Plan','Jorlan and Hexascrub left to find a way to contact help. The trade lanes aren\'t far, so there might be a chance of success, but I\'m wary to let anyone get their hopes up.$B$BIn truth, we don\'t have any other options. We\'re not likely to last much longer here. The naga will find us eventually, and... well... you saw how many of them there were.$B$BYou should go find the two of them on Biel\'aran Ridge to the southeast. I\'ll keep everyone here safe as long as I can.','Meet with Engineer Hexascrub on Biel\'aran Ridge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25894,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25893,0,0,0,'Hostile Waters','Hexascrub came out here with a balloon of some sort that he retrieved from one of our ships. He tried to float it to the top, but those Muckskin Scroungers came out of nowhere and swarmed the thing.$B$BHe\'s got an idea for another balloon, but we need to make sure that the past doesn\'t repeat itself. I need you to kill off those gill goblins. Or at the very least, enough of them to make them a bit more wary of us.','Kill 10 Muckskin Scroungers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41566,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25895,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25893,0,0,0,'Come Prepared','We must always come prepared. Prepared with gear. Prepared with plans. Prepared with gear plans!$B$BAll of the ships in all of the Alliance fleets stow a survival kit. A lot of our tools came from a survival kit. My balloon came from a survival kit too! But now it\'s gone. I need another survival kit!$B$BThere\'s a ship to the southeastish. Let\'s hope that the survivors were dumb and didn\'t take the survival kit. More survival kit for us!','Retrieve an Alliance Survival Kit.','','','','','','','',56181,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59683,59682,59684,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25896,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Devout Assembly','Ah, Battlemaiden. You carry with you the word and the will of our Lady. I might ask a favor of you...$B$BI need Fathom-Caller Azrajar and my Tide Priestesses to return so that we can begin the ritual. Can you carry my will to them as such? You should find them spread upon the temple terrace. Azrajar will be at the stairs to the north.','Seek out Fathom-Caller Azrajar midway down the northern stairs and 6 Sira\'kess Tide Priestesses on the upper portion of the ruins, and instruct them to return to the temple.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Sira\'kess Tide Priestesses gathered','Fathom-Caller Azrajar gathered','','',0,0,0,0,0,0,0,0,0,0,0,0,41985,41980,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25897,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25893,0,0,0,'Unfurling Plan','Survival kits never have any rope. It makes no sense! No sense at all.$B$BI bet those Kvaldir have rope. They\'re always riding around in boats, tying knots, dressing in nets. Go take some rope from them! I must have it for our plan to work. Absolutely must.','Collect 8 Coils of Kvaldir Rope.','','','','','','','',56183,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25898,13202,5144,0,1179784,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor and Privilege','All done! I\'m confident it will work. And not a scrounger in sight to pop a hole in it this time! Fortuitous.$B$BJorlan already swam up to catch it. Swam up and stopped to wait for it. He said you\'d get the honors though. Jorlan\'s nice like that.$B$BGo to the top with the balloon, take the flare gun from the crate, and scan the horizon for Alliance ships. If you see any, fire the flare towards them. That\'s it! All there is to it.$B$BSwim. Float. Flare. Rescue! That last part\'s my favorite.','Swim to the surface, retrieve the flare gun, and fire a rescue flare towards the Alliance Ships.','','','','Swim to the rescue balloon at the surface','Fire a rescue flare towards the Alliance ships','','',0,0,0,0,0,0,0,0,0,0,0,0,40645,41572,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25575,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forged of Shadow and Flame','The weapons the Twilight\'s Hammer uses against us are crafted by Forgemaster Pyrenduis within these very halls. The metal slices through armor like cheese in the hands of its wielder. Yet, when captured, the steel turns brittle and shatters.$B$BSo be it, $N. I\'d rather see those cursed arms smashed than delivered to our enemy.$B$BSeek out the crates of twilight arms in these caverns and smash them to pieces.','Destroy 10 Twilight Arms crates.','Good, good. I like nothing more than to see the works of our enemy destroyed.','','Return to Jordan Olafson within the Anvil of Flame.','Twilight Arms Crate Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25900,13202,5144,0,138,80,81,0,0,0,0,0,0,0,0,0,25890,0,0,0,'Making Contact','I can\'t believe that Nespirah would willingly allow these naga to take residence inside her shell. As I see it, one of two things has happened: they have convinced her to willingly join their cause, or they have weakened her to a point where she cannot fight back. Either one is bad.$b$bHere in this chamber, I should be able to communicate directly with Nespirah. Let us find out for ourselves. Speak to me when you are prepared, $c.','Observe as Earthmender Duarn attempts to communicate with Nespirah.','','','Speak with Earthmender Duarn','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25576,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rage of the Wolf Ancient','Here we are deep within the realm of the fire god and what do we find? The little puppets of Ragnaros, scurrying around to do his bidding.$B$BThese Dark Iron laborers are finishing and packaging the weapons Twilight\'s Hammer hopes to use in their conquest of Hyjal. I don\'t care if they\'re here of their own free will or if they\'ve been brainwashed or kidnapped... They\'re a foe of our beloved Wolf Ancient and they should pay the ultimate price.','Slay 12 Dark Iron Laborers.','Dead? Good. They sealed their fate when they threw their lot in with Ragnaros and his kingdom of flame.$B$BLeave their bodies down here to crumble into ash.','','Return to Yargra Blackscar within the Anvil of Flame.','Dark Iron Laborers','','','',0,0,0,0,0,0,0,0,0,0,0,0,40838,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25902,13202,4737,0,16384,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your First Totem!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5175,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8071,8073,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25903,13202,4720,0,16384,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s Hot and it Might Explode','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5176,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3599,2075,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25599,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cindermaul, the Portal Master','Twilight\'s Hammer is using these corridors, and others like them, to move supplies from the elemental planes up into Azeroth. In order to seal these passages off, we\'re going to need to know how they\'re constructed.$B$BFind for me the Tome of Openings, used by the elementals to open gates between the planes.$B$BCindermaul the Portal Master should have one. You\'ll have to kill him. Careful! He\'s probably got some tricks up his sleeve...','Slay Cindermaul and obtain the Tome of Openings.','This is the tome we\'ve heard about?$B$B$B$BI see... I guess it\'s good that I can read some of the elemental script. I\'ll work on translating this. Meanwhile, there\'s one final problem to take care of.','The tome! Have you found it?','Bring the Tome of Openings to Jordan Olafson within the Anvil of Flame.','Cindermaul','Tome of Openings','','',55136,0,0,0,0,0,1,0,0,0,0,0,40844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25905,13202,1,0,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rams on the Lam','The rams we raise and train here at Amberstill ranch have long been the mounts of choice for Dun Morogh\'s mountaineers. Aye, there\'re a few here, but not enough to guard my family and all the animals.$B$BA few brave Frostmane raiders have taken to stealing our rams under the cover of night, taking them south into the Tundrid Hills. Would you be willing to help return them? You\'ll need to get fairly close to them and give a sharp whistle to get their attention. Their training will take over from there.','Recover 6 Stolen Rams from the Tundrid Hills by using /whistle.','The rams you rescued have made their way back into the pen. I\'ve got members of the family on a day and night watch now. Those trolls won\'t take us by surprise again!','','','Stolen Rams recovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,43064,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25907,13202,5144,0,8388744,80,81,0,0,0,0,0,0,0,0,0,25900,0,56178,1,'Slave Labor','It will take me some time to break through this barrier and communicate with Nespirah. In the meantime, you can save some of those men that the naga have enslaved in the pits below.$b$b$b$bThis should come in handy.','Use Duarn\'s Rope to save 8 Enslaved Pearl Miners.','','','','Pearl Miners rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,41555,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25908,13202,5144,0,8388744,80,81,0,0,0,0,0,0,0,0,0,25900,0,0,0,'Stick it to Them','I may be unable to communicate directly with the beast Nespirah, but I can still feel some things indirectly. For example, I can clearly sense that Nespirah is not happy about the naga\'s presence here.$b$bWhen we first entered Nespirah\'s body, I saw dozens of sentinels and enchantresses patrolling the central chamber floor. Perhaps some of the ancient one\'s pain will be alleviated if you remove them.','Kill 7 Idra\'kess Sentinels and 7 Idra\'kess Enchantresses.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41466,41467,0,0,7,7,0,0,0,0,0,0,0,0,0,0,59748,59747,59749,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25909,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,56184,1,'Capture the Crab','Everything in my body tells me that Nespirah is trying to speak with me, but I cannot hear her. Perhaps the naga have done something to her voice.$b$b$b$bNespirah\'s voice may be suppressed... that means... we need to find a voice for her!$b$bI\'ve got it! The Idra\'kess have been known to train deepseeker crabs as battle companions. Use this net to capture a crab, and bring it to me. You will likely find them prowling the chamber\'s outer edges.','Use Duarn\'s Net to capture a Deepseeker Crab inside of Nespirah.','','','','','','','',56182,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,4,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25612,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return from the Firelands','I\'ll usher out the rest of the followers of Lo\'Gosh and seal this portal behind us.$B$BThe rest of our forces at Mount Hyjal will want to hear of this victory. Return to Takrik Ragehowl and let him know what we\'ve discovered and how we were triumphant!$B$BSimply step through the portal to return to Mount Hyjal.','Return to Takrik Ragehowl at the Shrine of Goldrinn in Hyjal.','','','Return to Takrik Ragehowl at the Shrine of Goldrinn.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25911,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25898,0,0,0,'Welcome News','They\'ll probably send a skiff over, which may take a bit. I\'ll stay here to make contact.$B$BYou need to return to the cave immediately and let them know that rescue is on its way. We can only hope that the naga have not found them yet.$B$BGo. Swim fast, $n. ','Return to Captain Taylor at the Tranquil Wash.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59678,59677,59676,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25912,13202,406,0,8,26,29,0,0,0,0,0,0,0,0,0,25889,0,0,0,'Seen Better Days','The world is unraveling around us, $N. Old enemies seek to destroy us from one end, while ancient forces close in on the other.$B$B$B$BI have seen better days - brighter days, and I long for them...$B$BAcross Stonetalon Peak lies the ruins of our old outpost - now overrun with darkness. If you happen to go that way, could you search for my sketch book? It holds many happy memories. I would reward you well for its return.','Find Elder Sareth\'na\'s Sketch Book.','You\'ve found it! Elune bless you, child! Perhaps this book will give me the strength to carry on.','Have you found my sketch book?','','','','','',56186,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57457,57456,57455,57454,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25913,13202,406,0,8,26,29,0,0,0,0,0,0,0,0,0,25889,0,0,0,'Putting Them to Rest','As the Horde were marching upon Stonetalon, I noticed that some of the sentinels had fallen ill. Not long after, they started acting strangely. When the first tentacle burst from the ground the ill sentinels began attacking us. We lost the outpost shortly after...$B$BThe sentinels in the peak are now nothing more than shells - husks for something far more sinister. I want you to put the sentinels to rest and retrieve their glaives. Each glaive returned can identify a fallen sister.','Recover 8 Sentinel\'s Glaives.','Thank you, $N. Each glaive has the name of the sentinel it belonged to imprinted upon its blade. We can now send word to their families and put their souls to rest.','Recover the sentinel\'s glaives, $N. Each glaive is unique to a sentinel.','','','','','',56187,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25914,13202,406,0,8,26,29,0,0,0,0,0,0,0,0,0,25889,0,0,0,'Back to the Depths!','Tendrils are bursting forth from the earth and terrorizing Stonetalon Peak. My sentinels are hardly making a dent in their numbers.$B$BI suspect that there is a force at the heart of Stonetalon Peak that controls the tendrils. Perhaps if we can put a stop to that force, the tendrils will return to the depths from whence they came!','Kill Harbinger Aph\'lass and 10 Invading Tentacles.','I\'m afraid that the death of Harbinger Aph\'lass has not ceased the tendril attacks. You\'ve done all that you can, $N, and for that I thank you.','','','','Invading Tentacle slain','','',0,0,0,0,0,0,0,0,0,0,0,0,34923,34961,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25611,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return from the Firelands','I\'ll usher out the rest of Goldrinn\'s followers and seal this portal behind us.$B$BThe rest of our forces at Mount Hyjal will want to hear of this victory. Return to Ian Duran and let him know what we\'ve discovered and how we were triumphant!$B$BSimply step through the portal to return to Mount Hyjal.','Return to Ian Duran at the Shrine of Goldrinn in Hyjal.','They\'re moving supplies to Hyjal straight from the elemental planes? That explains so much.$B$BYou\'ve made Goldrinn proud by sealing that flamegate, $N, but there may be more portals to seal. You should check with the other shrines!','','Return to Ian Duran at the Shrine of Goldrinn.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25916,13202,5144,0,138,80,81,0,0,0,0,0,0,0,0,0,25909,0,0,0,'Breaking Through','A trained shaman has the ability to communicate with the four elements of earth, fire, air and water. This is known.$b$bWhat is not as widely known, however, is the presence of a fifth element. This element is not as clearly described as the other four, but it has to do with the shared... commonality between all living creatures.$b$bMy theory is that the crab, as a creature of the sea, is close enough to Nespirah that, with the elements\' coaxing, we can convince it to act as Nespirah\'s mouthpiece.','Observe as Earthmender Duarn attempts to speak with Nespirah.','','','Speak with Earthmender Duarn','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25917,13202,5144,0,262280,80,81,0,0,0,0,0,0,0,0,0,25916,0,0,0,'We Are Not Alone','$b$bNespirah has just informed me that we are not the only people fighting inside of this shell. A small group of Alliance slaves has escaped and is currently fighting off the naga on the other side of the shell, up on the ledge that overlooks Nespirah\'s heart.$b$bGo find them, $N, and see what help they can lend us. With their aid, we may be able to rouse Nespirah from her torpor.$b$bI will remain here, should you need anything.','Find the Alliance survivors inside of Nespirah in Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25918,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25917,0,0,0,'Hopelessly Gearless','I honestly don\'t know how we\'ve survived this long. The naga took my armor and weapons, and left me with rags and a mining pick... and THAT snapped in half long ago.$b$bIf we\'re to stand any hope of turning the tide, I\'m going to need something to fight with... as will my companions, though they may be too proud to admit it.$b$bI\'ve seen weapon racks in the naga storage areas nearby. I\'m not accustomed to fighting with a trident, but it\'ll sure be better than fighting with my fists.','Obtain 4 Purloined Polearms from the weapon racks inside of Nespirah.','','','','','','','',56185,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59746,59745,59744,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25919,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25917,0,0,0,'Body Blows','$b$bI see. So the creature wants our help waking it up, is that it?$b$bWith hundreds of slaves already picking away at her pearls, the beast seems to be a pretty heavy sleeper. You might have better luck, though.$b$bMy suggestion? Look around the creature\'s flesh for signs of weakness. Maybe that weapon of yours will find a ticklish spot and force the beast to come to its senses.','Attack 7 Nespirah Abscesses along the walls of Nespirah\'s body chamber.','','','','Nespirah Abscess attacked','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203309,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25920,13164,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25917,0,0,0,'Still Valuable','My time in the pearl pits, however short, has made me curious about the naga\'s goals. Yes, I now know that the naga want to use Nespirah as an engine of war, but if that\'s the case, then why are they enslaving men to mine her pearls?$b$bAssuming we escape this creature\'s hull, I would very much like to study these objects. The pearls we found in the pits were much too large to carry, but I\'ve seen the warlords and prophets occasionally carrying around smaller ones.','Obtain 5 Mysterious Pearls from Idra\'kess Warlords and Idra\'kess Prophets inside of Nespirah.','','','','','','','',56194,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25921,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overseer Idra\'kess','My men are flagging, $N. We won\'t last much longer against these naga, I\'m afraid. With the Idra\'kess\' weapons, and Nespirah\'s pearls, we should be ready to bust out of here.$b$bFollow the wall to the southeast, and look for a ramp to the upper chamber. I assume their leader is in there, or perhaps the key to Nespirah\'s awakening. Hopefully both.$b$bIf you feel strong enough, head up to the top of the shell and look for some answers.','Head to the top of Nespirah and slay Overseer Idra\'kess.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41731,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59740,59739,59738,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,469,1135,0,0,0,0,7,7,0,0,0,0,0,234000,0,0,0,0,0,0,0,0,0,0,249300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25922,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25921,0,0,0,'Waking the Beast','Thanks to you and the Captain, Nespirah has full control of her body... but most of the naga don\'t know this yet. Once we make our escape, she will activate her biological defenses and destroy the naga from within.$b$bMake yourself ready... I will now tell Nespirah to begin the countdown.','Speak with Earthmender Duarn inside of Nespirah to activate her bio-defenses, then escape from Nespirah\'s body.','','','','Listen as Duarn speaks to Nespirah','Escape on Erunak\'s Seahorse','','',0,0,0,0,0,0,0,0,0,0,0,0,41531,41776,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,1135,0,0,0,0,4,4,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25600,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,25599,0,0,0,'Forgemaster Pyrendius','A terrible evil squats in the heart of this cavern, $N. Forgemaster Pyrendius has personally crafted many of the cursed weapons that Twilight\'s Hammer is using in their conquest of the realms above.$B$BBefore we leave these lands of flame... Pyrendius must die.$B$BHe will not go down easy. But, if I\'m reading the tome correctly, we can briefly open up small gateways to the Abyssal Maw, the realm of water. Lure Pyrendius onto a portal rune and activate it to weaken him!','Slay Forgemaster Pyrendius. Lure him onto the Portal Runes and use them to weaken him.','It is done! We\'ll seal this fiery hole up behind us and let the minions of the Twilight\'s Hammer discover the corpses we left behind. We couldn\'t have done it without you, $N!','','Return to Jordan Olafson within the Anvil of Flame.','Forgemaster Pyrendius','','','',0,0,0,0,0,0,0,0,0,0,0,0,40845,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57270,57269,57268,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25924,13202,1637,0,2097356,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Duty','Listen up, $r!$b$bA new landmass has emerged off the coast of Eastern Kingdoms and we are engaged in a critical battle for control of the island!$b$bVictory there will leave Stormwind completely defenseless!$b$bNow is the time to strike!$b$bReport to the docks at once for transport to the battle.$b$bEvery warship is engaged, so you\'ll be boarding a mercenary vessel commissioned by the Warchief himself.','Ride the mercenary ship to battle.','','','Ride the mercenary ship to Vashj\'ir','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,86596,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25925,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,25891,0,0,0,'Thal\'darah\'s Vengeance','We must attempt to establish communication with Farwatcher Glen, to the south. Our Darnassian glaive throwers are at your disposal, $N. Use them to cut a swath through the encroaching Horde forces and clear a path to Farwatcher Glen.$B$BI only hope we\'re not too late to save the Glen. Should Farwatcher Glen be intact, find Hierophant Malyk and inform him of our status.','Kill 20 Horde soldiers and destroy 3 Krom\'gar Demolishers in Battlescar Valley.','We witnessed the detonation of the bomb. Terrible, terrible destruction... Farwatcher Glen, for better or for worse, is still intact. Unfortunately we\'ve nowhere to run.','','','Krom\'gar Demolisher destroyed','Horde Soldier slain','','',0,0,0,0,0,0,0,0,0,0,0,0,35163,35158,0,0,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25926,13202,11,0,8,23,25,0,0,0,0,0,0,0,0,0,26195,25939,0,0,'Mired in Hatred','The mirebeasts to the west are not my brethren... they are symptoms of the earth\'s disturbance, a foulness of rot given form.$B$BYou would not understand... they take the shape of my kind, infested within with decaying spores, forcing out flourished life in the swamp. They take all and leave only rot. Nothing left, nothing left!$B$BSoothe my mind, $r. Slay the mirebeasts, cleanse the land, and perhaps my mind will settle.','Kill 10 Mouldering Mirebeasts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41424,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25927,13202,11,0,8,23,25,0,0,0,0,0,0,0,0,0,25926,0,0,0,'The Threat of Flame','Flame has threatened me for far too long... far too long... but it is no longer the little ones, no longer mere gnats...$B$BThe fields burn! The hills and highlands scream, $r, they scream. The elementals brought here consume all life in their wake.$B$BThey cannot stand, they cannot stand. Stop them. STOP THEM! Destroy the bringers of flame...','Kill 8 Rampant Fire Elementals.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41449,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25929,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25924,0,0,0,'Sea Legs','Greetings, $c. I am Erunak, a fellow survivor of this savagery.$b$bI\'m afraid your travails have only just begun. The naga have been scouring these waters, attacking anyone that still lives.$b$bYou are not yet equipped to survive here, but I can remedy that.$b$bJust outside this ship live a special breed of starfish. Bring me some of them along with a conch shell. I\'ll prepare an enchantment that should help you grow accustomed to your environment.','Collect 3 Saltwater Starfish and a Conch Shell from the Sea Floor at Legion\'s Fate.','','','','','','','',54828,52504,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,73701,73701,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25930,13202,406,0,196620,26,30,0,0,0,0,0,0,0,0,0,25925,0,56221,1,'Ascending the Vale','I am told that before the great upheaval the Charred Vale was a valley, closed off to the sea. One has merely to look to the south to see that the Charred Vale is no longer a valley and in fact has become an area of great volcanic activity.$B$BSalsbury here has configured a device that will allow us to ascend the volcano. Use it to get to the top and assess the goings on.$B$BI will keep in touch with this Gnomecorder device, which Salsbury has so kindly gifted upon me.','Use Salsbury\'s Rocket Pack to ascend the Charred Vale\'s volcano.','$B$BI say, are you there, $N? It would appear that you are in the center of a dragon\'s lair.','','Ascend the Charred Vale','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25931,13202,406,0,131080,26,30,0,0,0,0,0,0,0,0,0,25930,0,56221,1,'Brood of Seldarria','$B$BBe very careful, $N. You do not want to rouse that black dragon.$B$BNow, look around you. If this is a nest then there must be black dragon eggs nearby. Search the premises for eggs and destroy any that you see.$B$BReturn to me should you find and destroy Seldarria\'s eggs.$B$BGoldrinn watch over you.','Destroy 5 of Seldarria\'s Eggs.','A smashing success! Perhaps only a minor victory against the brood of Deathwing, but a victory nonetheless!','','','Seldarria\'s Egg destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203384,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,57463,57462,57461,57464,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25932,13202,1,0,0,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s Raid Night Every Night','The reports I\'m sending Captain Tharran can\'t really convey the amount of trouble the Frostmanes have created for us. Your assault on the village has started to relieve some of the pressure. The raids are still frequent, but the trolls don\'t have the numbers they once did.$B$BEven so, my men are tired and their morale is flagging. Would you help us keep watch for the Frostmane raiders? They could turn up at any time.','Help Sergeant Flinthammer and his mountaineers defend Amberstill Ranch from Frostmane Raiders.','With your help, we\'ve managed to weaken the raiders considerably. They haven\'t suffered such losses since the raids began. Now is the time to press our advantage.','','','Defend Amberstill Ranch','','','',0,0,0,0,0,0,0,0,0,0,0,0,42169,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57558,57559,57556,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25933,13202,1,0,8,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help for the Quarry','Thank you again for all your help here, $N.$B$BI have a cousin who used to work in the mines beneath the Gol\'Bolar Quarry, but he hasn\'t been able to work since troggs flooded into the mines and took control. The quarry and its camp are just to the southeast of the ranch. Would you be willing to check in with the foreman there and see if there\'s anything to be done?','Speak to Foreman Stonebrow at the Gol\'Bolar Quarry.','Sergeant Flinthammer? I\'m not familiar with the name, but, aye, there is a Flinthammer among the miners. He\'s one of the ones lucky enough to make it out of the mine, but most of my men are still trapped down there.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,1,1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25934,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,25925,0,0,0,'World First: Gnomegen','Good day, citizen, allow me to introduce myself. I am Salsbury, soon to be the world\'s first gnomegen. Malyk has assured me that as soon as my work here is complete he will grant me the gift of the worgen.$B$BSo with the introduction out of the way, I\'ve a request!$B$BWithin the Charred Vale, south of here, roam newly created fire elementals. I desperately need a rare blazing heart of fire from one of the fiends. Get it for me and you bring me one step closer to becoming a gnomegen!','Collect 1 Blazing Heart of Fire.','Excellent. This will allow me to finish my last task and hopefully gain the form of the wolf!$B$B','Have you recovered the blazing heart of fire?','','','','','',56224,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,54,0,0,0,0,5,5,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25935,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,25925,0,0,0,'Hungry Pups','Ah, a new arrival! Good that you\'re here $g lad:lass;! The pups are hungry and we\'re completely out of food.$B$BThankfully they love dragon meat, which fortuitously exists in abundance within the Charred Vale, south of here.$B$BBe a good $g boy:girl; and fetch me several pounds of black dragon whelp filet.','Collect 6 Black Dragon Whelp Filets.','Excellent. The dogs will be well fed and ready to defend our outpost for weeks!','Hurry, $N, the pups are hungry!','','','','','',56223,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25936,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25929,0,56227,1,'Pay It Forward','You are now able to move about this realm more freely and without fear of drowning.$b$bThis is where our work begins.$b$bFirst, you have many allies nearby who are drowning as we speak. As I saved you, you must save them.$b$bI have enchanted the shell you brought me. Use it to rescue your friends.$b$bHurry now!','Use the Enchanted Conch to rescue 6 Drowning Warriors.','','','','Drowning Warriors Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,41672,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25937,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,0,56226,1,'Priceless Treasures','Mining wasn\'t the only thing going on in the quarry, you know. I led a team of Explorers\' League excavators recovering priceless ancient artifacts.$B$BI managed to escape, but my colleagues were much deeper in the mine and didn\'t survive the initial trogg attack.$B$BThey took great pride in their work and they risked their lives to learn more of our history. If you\'re going into the mines, take this pick with you and see if you can find anything in the digs the prospectors started.','Recover 8 Frozen Artifacts from inside the Gol\'Bolar Quarry Mine.','Thank you for recovering these artifacts. I will see to it that they are displayed in the Ironforge museum along with the story of those who died to recover them.','Were you able to find any artifacts down there?','','','','','',56225,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57571,57572,57574,0,0,0,1,1,1,0,0,0,57549,0,0,0,1,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25938,13202,406,0,262152,27,30,0,0,0,0,0,0,0,0,0,0,14384,0,0,'Help for Desolace','I\'ve received a disturbing message from Nijel\'s Point in Desolace. It would seem as if the great upheaval has created some new problems for them, which they are ill-equipped to handle. I was given no further information.$B$BReport to Office Jankie in Desolace. She will direct you to Nijel\'s Point.$B$BGood luck, $N.','Report to Officer Jankie at Tethris Aran in Desolace.','Hold there, stranger!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,72,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25939,13202,11,0,8,22,24,0,0,0,0,0,0,0,0,0,0,0,56134,1,'For Peat\'s Sake','The elementals rampaging across Direforge Hill are setting the very land beneath them ablaze. In a marsh such as this, fire can find many places to smoulder through the deep moss and peat.$B$BYou must quench the fires before they spread further. Take this flower... blessed by nature\'s rain, it will let you douse the fires.$B$BThe blossom may also prove useful against the elementals themselves.','Use the Blessed Floodlily to extinguish 7 Marsh Fires.','','','','Marsh Fire Extinguished','','','',0,0,0,0,0,0,0,0,0,0,0,0,41628,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,59109,59108,59107,59106,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25941,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25936,0,0,0,'Rest For the Weary','You have done well, $r, but there is much more to do and I grow weary.$b$bI have expended a great deal of energy sending a distress message to Earthen Ring leadership, pleading for their help.$b$bI must rest if I am to be of further use to us here.$b$bSpeak to the leader of the men you\'ve saved and do what you can to help them prepare for battle.$b$bThe naga are scouring the waters for us. It is but a matter of time before they return - and they will surely come in even greater force.','Speak to Legionnaire Nazgrim.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25942,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25941,25944,0,0,'Buy Us Some Time','Many good warriors have been lost today.$b$bIf what the shaman says is true, then we must act swiftly or we will add to their numbers.$b$bThe naga are out there, scouring these waters looking for survivors.$b$bWe are not yet ready to fight, $r. You must buy us time to make preparations.$b$bFind the naga that hunt us and delay their efforts.','Kill 8 Zin\'jatar Raiders at Legion\'s Fate.','','','','Zin\'jatar Raiders Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39313,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25943,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,27668,25944,0,0,'Traveling on Our Stomachs','I\'ll need your help if I am to get these orcs ready for battle.$b$bAny worthy leader knows that his warriors travel and fight on their stomachs. No food, no victory.$b$bThese warriors are weary from their struggle out there. They need food before they\'re ready to overcome a naga attack.$b$bSpeaking of traveling on stomachs, I saw plenty of crabs out on the sea floor...','Collect 8 Succulent Crab Meat from Splitclaw Skitterers.','','','','','','','',54845,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25944,13164,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25948,0,0,'Girding Our Loins','As we struggled not to drown, my orcs and I were forced to abandon our weapons and much of our armor.$b$bErunak says to expect a major attack from the naga soon and I believe him.$b$bIf we\'re going to be victorious, we\'ll need your help to recover our lost equipment.$b$bYou should find it scattered around the sea floor near our shipwrecks here and to the north.$b$bMake haste, $r. The enemy could arrive at any moment.','Collect 5 Orgrimmar Axes, 5 Orgrimmar Breastplates and 5 Orgrimmar Helms from the sea floor and from Gilblin Plunderers in Legion\'s Fate.','','','','','','','',56243,56244,56245,0,0,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59806,59805,59807,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,77858,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25945,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,2,28532,0,0,0,'We\'re Here to Do One Thing, Maybe Two...','You\'re in Hellscream\'s army now, $N, and in Hellscream\'s army we kick butt and take names. Gone are the days of our people starving in the streets of Orgrimmar as we sign treaties with elves. We take what we need now. Kalimdor belongs to the Horde!$B$BThe Alliance attempts to stop our expansion every chance they get. Unsatisfied with owning most of the Eastern Kingdoms, those pig-lickers want it all!$B$BOverlord Krom\'gar has called for more troops in Stonetalon. Get on the caravan west of here and go!','Take the Krom\'gar Wagon to the Fold in Stonetalon Mountains.','','','Krom\'gar Wagon taken to the Fold','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,77851,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25946,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25944,56248,1,'Helm\'s Deep','This helm and its associated components are marked with the seal of Stormwind. It was no doubt cast off from an Alliance ship that suffered a similar fate to yours.$b$bLooking closer, this seems far too intricate and sturdy to be everyday diving equipment. Perhaps Nazgrim can make some sense of this...','Take the Alliance S.E.A.L. Equipment to Legionnaire Nazgrim at The Immortal Coil.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25947,13202,4815,0,8388744,80,81,0,0,0,0,0,0,0,0,0,0,25948,0,0,'Finders, Keepers','I recognize this helm, $r. You were wise to bring it to me.$b$bThe Alliance have a special unit, trained and equipped to explore and fight beneath the sea.$b$bIt would seem that they are in this region to do more than just defend against our attack.$b$bThere must be more of these down here, and if you can find them it could turn things around for the Vanguard.','Gather 5 pieces of Stormwind S.E.A.L. Equipment.','Well done!$b$bNow, more than ever, we are prepared to face the naga!','Were you able to locate more of the Alliance gear, $n?','','','','','',54957,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25948,13202,4815,0,1048712,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring It On!','It is time, $c.$b$bWe are as ready as we ever will be!$b$bI shall address the Vanguard, and then we shall swim into the sea to meet our fate.','Speak with Legionnaire Nazgrim aboard the Immortal Coil.','No time to address the Vanguard.$b$bJust as well...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25949,13202,4815,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25948,0,0,0,'Blood and Thunder!','The time has come to make our stand, $r.$b$bWe\'ll defend this ship to our last breath, and make these naga scum think twice before approaching it again!$b$bFor the Horde!','Assist Legionnaire Nazgrim in the defense of The Immortal Coil.','The Earthen Ring has received my distress message and sent help - just in time it would seem.$b$bHopefully more can be sent soon. We are but few against a great many.','','','Defense of The Immortal Coil Complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,41759,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59801,59800,59799,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25950,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26080,0,0,0,'Sira\'kess Slaying','You\'re the $N everyone\'s been talking about? Good to meet ya, love. Let\'s have a butcher\'s hook.$B$BWell, enough rabbit, right? Let\'s get down to it. I need you to swim out northwest to the Sira\'kess Front and read and write them snakes something quick.$B$BNothing fancy. They\'re looking for a bother, and we\'ll give \'em a right good one in the ol\' boat race.','Slay 10 Sira\'kess Naga.','','','','Sira\'kess naga slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41586,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25951,13202,5144,0,2097288,80,81,0,0,0,0,0,0,0,0,0,25860,0,0,0,'Final Judgement','Get to the bridge on the east, quickly. Lady Naz\'jar and the Fathom-Lord should be there with whatever forces remain.$B$BFollow our Lady\'s direction, as always. Hold the bridge until we can complete the ritual.$B$BOnce our allies arrive, the Kvaldir will be doomed.','Hold the bridge on Quel\'Dormir Terrace until Lady Sira\'kess\' allies arrive.$B$BThis task is part of a Naz\'jar Battlemaiden vision. If needed, use the Blade of the Naz\'jar Battlemaiden at a time focus to return to the vision.','','','','Hold the eastern end of Quel\'Dormir Terrace','Push the Kvaldir back across the bridge','','',0,0,0,0,0,0,0,0,0,0,0,0,42135,42063,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77285,0,0,0,0,0,0,0,249300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25952,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Caught Off-Guard','Our escape from the shell can\'t have gone unnoticed, but either the naga at these ruins weren\'t informed or they don\'t consider us a threat. I don\'t intend to take the opportunity for granted - we strike now.$B$BI need you to slip into the lower level of the ruins to our west and take out as many of their patrols as you can. We cannot risk any of those patrols finding out about our occupation of this cave - make sure none escape.','Kill 10 Azsh\'ir Patrollers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39638,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25953,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swift Approach','I\'ve taken the liberty of performing some preliminary scouting. The naga may not be aware of our position, but they are not entirely unprepared for intruders.$B$BBeyond their patrols, they have set up magical sentry devices that will warn them of unwelcome guests. Fortunately, they seem to have sacrificed quality for quantity, and there is definitely a window in which the devices can be destroyed before their alarms are answered.$B$BI trust that you can see to this before our other soldiers arrive.','Destroy 8 Azsh\'ir Monitors.','','','','Azsh\'ir Monitor destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,40877,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59718,59717,59719,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25954,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Occupation of Time','Look--$n is it?--I need your help. I know most everyone in this cave thinks that we\'re not in a position to be worrying about anything but our own hides right now, but I cannot dismiss my ancestors so readily.$B$BThis was one of the royal cities of the elves in the days when Azshara was queen. In this city lie the keys to lore long lost and artifacts of unimaginable historical value. All I want from you, while you\'re out in the city proper, is to keep a watchful eye out for objects of significance.','Investigate the 4 intact statues in the Vashj\'ir Gardens.','','','','Lestharia Vashj statue','Queen Azshara statue','Ranger Valarian statue','High Priestess Siralen statue',0,0,0,0,0,0,0,0,0,0,0,0,-203386,-203388,-203390,-203391,1,1,1,1,0,0,0,0,0,0,0,0,59713,59712,59711,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25955,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Better Vantage','This cave is our only refuge. There\'s no help on the way. Whatever happens, this cave must remain safe or we are all sure to die down here.$B$BWe need a forward post to launch our attacks from. Something defensible.$B$BIn the eastern portion of the ruins on the lowest level, scout the north end of the gardens, the passage leading under the main structure just west of the gardens, and the cluster of buildings at the southeast corner of the ruins, under the bridges.$B$BBring me back any information you can.','On the lowest level of the ruins, scout the northern end of the Quel\'Dormir Gardens, the passage that leads under the ruins west of the gardens, and the structures at the southeast corner of the ruins, below the bridges.','','','','Northern Quel\'Dormir Gardens scouted','Tunnel west of Quel\'Dormir Gardens scouted','Structures south of Quel\'Dormir Gardens scouted','',0,0,0,0,0,0,0,0,0,0,0,0,40963,40964,40965,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25956,13202,5144,0,262280,80,81,0,0,0,0,0,0,0,0,0,27394,0,59358,1,'Upon the Scene of Battle','All around you lie the remnants of a fierce battle. The naga skeletons are no surprise, but the weapons and remains of their apparent opponents are somewhat more unexpected.$B$BAmidst the bones, you spot a strangely prominent piece of metal jutting out from one of the skulls. It\'s difficult to tell what sort of weapon it might have once been part of, but it stands out sufficiently to prompt you to retrieve it as evidence.$B$BSurely someone back at the cave would be interested in this revelation.','Bring the broken shard back to the Legion\'s Rest.','','','','','','','',59358,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25957,13202,5144,0,3145864,80,81,0,0,0,0,0,0,0,0,0,0,0,55171,1,'Visions of the Past: The Invasion of Vashj\'ir','The shard you recovered looks to be of naga origin. I had hoped to find a strong focal object like this for a spell I\'ve been working on that would allow us to glimpse into the recent past.$B$BI\'ve enchanted the blade, but you\'ll have to take it to a place where we know its owner was. I want you to travel back to the site where you found it and use the blade.$B$BPerhaps we can uncover more behind what the naga are doing here. Or even better, maybe we\'ll uncover a weakness that will give us a better chance.','Use the Blade of the Naz\'jar Battlemaiden at the battle site at the southeast end of the ruins.','','','','Attune With the Broken Blade\'s Owner','','','',0,0,0,0,0,0,0,0,0,0,0,0,41220,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59706,59705,59707,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,312000,0,0,77668,0,0,0,0,0,0,0,332400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25958,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25957,0,0,0,'Looking Forward','The Captain used the information you gathered for him to make a forward post under the terrace to our west. He\'s been preparing there for some kind of attack against the naga.$B$BYou should go to him immediately and inform him of the scope of what you\'ve witnessed. Our force is small, and I fear for our soldiers if we charge in too recklessly.$B$BTake my sea horse. It knows the way.','Find and speak to Captain Vilethorn north of the Quel\'Dormir Gardens.$B$BUse Wavespeaker Tulra\'s sea horse to reach the forward post quickly.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25959,13202,5144,0,8,80,81,0,0,0,0,0,0,0,0,0,25958,0,0,0,'Clear Goals','I see. The news you bring is grim, but I was not entirely unprepared for such possibilities. Without any effective scouting of naga numbers, I knew our plan was risky, but that\'s why we established this forward post.$B$BLet me put it to you plainly, $c. If we do not keep the naga off-balance, they will bring the fight to us. We do not have the structures or the men to mount a defense, so that is not an option.$B$BWe need more time. Can you thin their numbers to the south, under the far terrace?','Kill 10 of the naga forces building up on the ground level, under the southwestern terrace.','','','','Southern Naga Forces','','','',0,0,0,0,0,0,0,0,0,0,0,0,41227,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25960,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25958,0,56247,1,'Not Entirely Unprepared','I overheard your conversation with the Captain. I know what we\'re doing sounds insane, but we really don\'t have much choice. There are people back at that cave that are depending on us.$B$BI\'ve stationed lookouts on various ledges in the immediate area. They\'re burning ammo fast on the scattered naga scouts. Bring them more crossbow bolts to buy us some extra time.','Deliver 8 Bundles of Crossbow Bolts to Horde Lookouts on ledges around the north end of Quel\'Dormir Gardens.','','','','Horde Lookout restocked','','','',0,0,0,0,0,0,0,0,0,0,0,0,41780,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59701,59700,59699,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25961,13202,5144,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,55966,1,'Curious Distraction','Hah! Did you see the Captain giving me dirty looks and decide you\'d throw some sympathy my way? I\'ve pretty much lost hope of making him understand that these ruins offers us some opportunity to salvage some usefulness out of this whole mess.$B$BI\'d actually hoped that you might turn up again - you seem like the only one I can rely on. I\'ve seen a few tablets like this one spread about the nearby ruins and I put together a rubbing kit for transcribing them. Up to the task?','Transcribe the 4 Highborne Tablets.','','','','Messy Rubbing','Torn Rubbing','Smudged Rubbing','Smeared Rubbing',0,0,0,0,0,0,0,0,0,0,0,0,-203210,-203212,-203213,-203211,1,1,1,1,0,0,0,0,0,0,0,0,59694,59693,59695,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25962,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25958,0,0,0,'Properly Inspired','Been all over the place. Blown all kinds of things up. I thought I might have some trouble carrying on the trend, what with the water and all, but it\'s all just a matter of inspiration.$B$BI found something volatile enough to make bombs out of! There\'s a bunch of kelp hanging under the terrace to the southwest. Normally kelp stores gas that makes it float - this kelp produces a different kind of heavy gas. It keeps it hanging, but also makes for great explosions.$B$BGather me some?','Gather 8 Bloated Kelp Bulbs hanging under the southwestern terrace.','','','','','','','',55965,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25963,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swift Action','We have everything we need to begin the attack.$B$BIf your claims were correct, you would do well to make sure you cling tight to your mount as we make the run. Anyone who gets caught in the open water isn\'t likely to out-swim a naga.$B$BKill as many as you can as we make the attack run and we\'ll rendezvous on the broken ledge of the southern terrace above once we\'ve expended our explosives. Hopefully by that point there will be few enough that we can finish them off the old-fashioned way.','Speak to Fiasco Sizzlegrin just outside of the building to join the assault, then use your improvised explosives to kill 100 Azsh\'ir Soldiers, 20 Azsh\'ir Wave Screamers, and 12 Azsh\'ir Archaens.','','','','Speak to Fiasco Sizzlegrin','','','',0,0,0,0,0,0,0,0,0,0,0,0,40918,41249,41250,42549,1,100,20,12,0,0,0,0,0,0,0,0,59660,59659,59661,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25964,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25963,0,0,0,'Fallen But Not Forgotten','That was a disaster! Most of our men went down to spears before making it anywhere near the rendezvous.$B$BWe\'re only going to be able to hold this position for so long before the naga overrun us. We need to get out there to the southwest and save as many of the men as we can find - do anything you can.$B$BThey won\'t last long. Please hurry!','Rescue 6 Injured Assault Volunteers.','','','','Injured Assault Volunteers rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,41281,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25965,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25963,0,0,0,'Gauging Success','Vicious louts... they did a lot of damage with those spears.$B$B$B$BWe\'ll hold here as long as we can for all the men to make it. I need someone to scout their numbers to see how much damage we did.$B$BOne of the biggest groups of them was around the corner on the northwest portion of this round terrace, and the other was a bit farther to the north in the small tunnel, also on this middle level of the ruins.$B$BUp for some scouting?','Scout the northwestern portion of the circular terrace and the tunnel under the main stairs to the north. Both locations are on Nar\'shola Terrace, the middle level of the ruins.','','','','Scout the Tunnel to the North','Scout the Northwestern Terrace','','',0,0,0,0,0,0,0,0,0,0,0,0,41304,41303,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25966,13202,5144,0,1048712,80,81,0,0,0,0,0,0,0,0,0,0,0,55171,1,'Visions of the Past: The Slaughter of Biel\'aran Ridge','Look, I know this is asking a lot during a time like this, but I need you to tear yourself away from this defeat for a moment.$B$BI will tend to these soldiers - you need to find the location of that battle with the Kvaldir General to the west that you told me about. You should be able to glimpse more of the Battlemaiden\'s experiences from there. I have a strong feeling that the key to defeating these naga will lie with that Battlemaiden.$B$BPlease hurry - I will do everything I can to buy you time.','Witness the continuing story of the Battlemaiden by using her broken blade at the site of the Kvaldir General\'s death.','','','','Witness the Continuing Story of the Battlemaiden','','','',0,0,0,0,0,0,0,0,0,0,0,0,41221,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59687,59686,59685,59688,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,312000,0,0,0,0,0,0,0,0,0,0,332400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25967,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25966,0,0,0,'Losing Ground','You\'ll have to catch me up more later. Right now, we need to get out of here before more naga push in. Make your way back to the forward post on the level below us.$B$BTake my sea horse. We will meet you back there shortly.','Use Wavespeaker Tulra\'s sea horse to return to Captain Vilethorn just north of the Quel\'Dormir Gardens.','','','','Return to the Forward Post','','','',0,0,0,0,0,0,0,0,0,0,0,0,41779,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25968,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25967,0,0,0,'Desperate Plan','Toldrek and Fiasco left to find a way to contact help. The trade lanes aren\'t far, so there might be a chance of success, but I\'m wary to let anyone get their hopes up.$B$BIn truth, we don\'t have any other options. We\'re not likely to last much longer here. The naga will find us eventually, and... well... you saw how many of them there were.$B$BYou should go find the two of them on Biel\'aran Ridge to the southeast. I\'ll keep everyone here safe as long as I can.','Meet with Fiasco Sizzlegrin on Biel\'aran Ridge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(25969,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25968,0,0,0,'Hostile Waters','Fiasco came out here with a balloon of some sort that he retrieved from one of our ships. He tried to float it to the top, but those Muckskin Scroungers came out of nowhere and swarmed the thing.$B$BHe\'s got an idea for another balloon, but we need to make sure that the past doesn\'t repeat itself. I need you to kill off those giblins. Or at the very least, enough of them to make them fear us.','Kill 10 Muckskin Scroungers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41566,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25970,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25968,0,0,0,'Come Prepared','It\'s a short swim to the top. Not much trouble really. Hard to get any supplies up there though. Too heavy.$B$BAll of the ships in all of the Horde fleets stow a survival kit. I had a balloon from the old survival kit, but it fell on hard times recently. I need another survival kit.$B$BThere\'s a ship to the southeastish. Let\'s hope that the survivors were dumb and didn\'t take the survival kit. More survival kit for us.','Retrieve a Horde Survival Kit.','','','','','','','',56251,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59680,59679,59681,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25971,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25968,0,0,0,'Unfurling Plan','Survival kits never have any rope. It makes no sense! Rope and bombs, that\'s all they should store. The rest of this stuff is just a waste of space.$B$BExcept maybe the balloon. That\'s coming in handy right now.$B$BI bet those Kvaldir have rope. They\'re always riding around in boats, tying knots, dressing in nets. Go take some rope from them! I must have it for our plan to work. It is non-optional.','Collect 8 Coils of Kvaldir Rope.','','','','','','','',56183,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25972,13202,5144,0,1179784,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor and Privilege','All done! I\'m confident it will work. And not a scrounger in sight to pop a hole in it this time! Well played.$B$BToldrek already swam up to catch it, all concerned about currents and what not. He said you\'d get the honors though. Nice guy - don\'t know how he lasts.$B$BGo to the top with the balloon, take the flare gun from the crate, and scan the horizon for Horde ships. If you see any, fire the flare towards them. That\'s it! All there is to it.$B$BSwim. Float. Flare. Rescue! That last part\'s my favorite.','Swim to the surface, retrieve the flare gun, and fire a rescue flare towards the Horde Ships.','','','','Swim up to the rescue balloon on the surface','Fire a rescue flare towards the Horde ships','','',0,0,0,0,0,0,0,0,0,0,0,0,40921,41572,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25973,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25972,0,0,0,'Welcome News','They\'ll probably send a skiff over, which may take a bit. I\'ll stay here to make contact.$B$BYou need to return to the cave immediately and let them know that rescue is on its way. We can only hope that the naga have not found them yet.$B$BGo. Swim fast, $n. ','Return to Legionnaire Nazgrim at Legion\'s Rest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59675,59674,59673,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25974,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26092,0,0,0,'Sira\'kess Slaying','So, you\'re the $N everyone\'s been talking about? It\'s good to finally meet you.$B$BWell, enough talk, right? Let\'s get down to it. I need you to swim out northwest to the Sira\'kess Front and kill those naga real quick.$B$BNothing fancy. They\'re looking for a fight, and we\'ll give them one! Well, you will.','Slay 10 Sira\'kess Naga.','','','','Sira\'kess naga slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41586,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25975,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26080,0,0,0,'Treasure Reclamation','We\'ve got our reinforcements, but we still need to find a way to pay them. That kind of action doesn\'t come cheap.$B$BUp on Deepfin Ridge to the northwest, the slimy gilblin have stolen all sorts of treasure. I think that it\'s time to reclaim some of it for the cause.','Collect 6 Deepfin Plunder.','','','','','','','',56235,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25976,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26092,0,0,0,'Treasure Reclamation','Blood and thunder! We have our reinforcements, but they still need to be paid. They won\'t be cheap.$B$BUp on Deepfin Ridge to the northwest, the slimy gilblin have stolen all sorts of treasure. It\'s time to reclaim some of it for the Horde.$B$BHellscream\'s eyes are upon you, $N!','Collect 6 Deepfin Plunder.','','','','','','','',56235,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25977,13202,5145,0,128,80,82,0,0,0,0,0,0,0,0,0,26080,0,56250,1,'A Standard Day for Azrajar','$N, the snakes are after our daft and barmy. Go back northwest to Deepfin Ridge and plant some do me good in that pot and pan pitch and toss of theirs.$B$BThey\'ll kick and prance away with their alderman\'s nails tucked between their nutmegs when they see that. Not that they\'ve got any nutmegs mind you.','Plant the Alliance Standard in Fathom-Caller Azrajar\'s corpse.','','','','Banner planted in Fathom-Caller Azrajar\'s corpse','','','',0,0,0,0,0,0,0,0,0,0,0,0,41782,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59639,59638,59640,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25978,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Entombed in Ice','Khurgorn tells me the cataclysm upset the balance of the elements all over the world. Helm\'s Bed Lake, to the south, used to be beautiful and tranquil, but it is now overrun with agitated water elementals. When they started to leave the confines of the lake, I sent my troops in to keep them busy, but most have been frozen in blocks of ice.$B$BIf we can break them free, they have a good chance of recovering. I cannot spare the men for a second expedition out onto the lake. Would you be willing to try?','Break open six Icy Tombs to free the Frozen Mountaineers trapped inside at Helm\'s Bed Lake.','You\'ve done it! The mountaineers are returning to camp and our medics will have their hands full. We are all in your debt, $N.','','','Frozen Mountaineers freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41768,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25979,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dealing with the Surge','The elements are in turmoil, $c. The cataclysm stirred up the long-dormant water spirits of Helm\'s Bed Lake, just to the south. They\'re angry, confused, and unwilling to hear my pleas.$B$BI have tried everything I know to calm them, to persuade them to stop lashing out and attacking the sergeant\'s mountaineers.$B$BIt pains me to say this, but no other options remain -- we must kill the elementals.','Kill 6 Helm\'s Bed Surgers at Helm\'s Bed Lake.','It is never easy to countenance violence against the very elements whose powers I wield, but sometimes there is no other solution. Our duty to the people of Dun Morogh comes first.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41762,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25980,13202,5145,0,128,80,82,0,0,0,0,0,0,0,0,0,26092,0,56255,1,'A Standard Day for Azrajar','$N, the naga are after our forces. I need you to go back northwest to Deepfin Ridge and stick our standard in their general, Fathom-Caller Azrajar.$B$BThey\'ll swim away with their tails tucked between their... er. Well, I guess they don\'t have any legs, now do they?','Plant the Horde Standard in Fathom-Caller Azrajar\'s corpse.','','','','Banner planted in Fathom-Caller Azrajar\'s corpse','','','',0,0,0,0,0,0,0,0,0,0,0,0,41782,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59636,59635,59637,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25981,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26080,0,0,0,'Those Aren\'t Masks','$N, there are these demon squid-things out there that are eating gilblins\' heads and then taking them over! That\'s one way to get slaves.$B$BThink you could swim out northwest onto Deepfin Ridge or into the Sira\'kess Front and bring me back some of those Merciless things?','Collect 6 Merciless Heads.','','','','','','','',56254,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25982,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26092,0,0,0,'Those Aren\'t Masks','$N, there are demon squids out there that are eating gilblins\' heads and then taking them over! They better not come in here!$B$BThink you could swim out northwest onto Deepfin Ridge or into the Sira\'kess Front and bring me back some of those Merciless things? Preferably dead, I think.','Collect 6 Merciless Heads.','','','','','','','',56254,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25983,13202,5145,0,262272,80,82,0,0,0,0,0,0,0,0,0,25987,0,0,0,'Promontory Point','We need to get this information up to Captain Taylor on Promontory Point! He\'s out there to the northwest with Erunak Stonespeaker and the Earthen Ring.','Speak with Captain Taylor on Promontory Point in Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25984,13202,5145,0,262272,80,82,0,0,0,0,0,0,0,0,0,25988,0,0,0,'Promontory Point','$N, I need you to get this information to Legionnaire Nazgrim on Promontory Point. He\'s up there to the northwest with Erunak Stonespeaker and those Earthen Ring people.','Speak with Legionnaire Nazgrim on Promontory Point in Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25424,13202,616,0,262280,80,81,0,0,0,0,0,0,0,0,0,25321,0,0,0,'Return to Alysra','I thank you for freeing me, $N. I will tell our allies of my findings.$B$BI suggest that you return to the emerald dragon that sent you.$B$BThe Twilight\'s Hammer does not just seek to gain territory with this particular attack. They\'re also after a prisoner.$B$BFandral Staghelm is being held in the Barrow Dens. The attack doubles as a distraction to free him. To what end, I cannot tell. Perhaps our dragon ally can shed some light on this.','Return to Alysra at the Ruins of Lar\'donir in Hyjal.','This development is troubling, $N. We must act swiftly.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25986,13202,1,0,8,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble at the Lake','You\'ve been a great help in securing the mines and rescuing the trapped miners.$B$BThe Senate will be heartened to hear that you and Captain Tharran\'s mountaineers have made progress in securing Dun Morogh.$B$BWhat worries me is that I haven\'t seen any reports from Sergeant Bahrum and his detachment. They were sent east, along the road toward Helm\'s Bed Lake, and ordered to set up a small outpost. Would you go to Bahrum\'s Post and check in on the sergeant?','Speak with Sergeant Bahrum at Bahrum\'s Post.','It\'s a good thing the Senator didn\'t come out here on his own. It\'s dangerous, and we\'re going to need all the help we can get to get the situation under control.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25987,13202,5145,0,13631618,80,82,0,0,0,0,0,0,0,0,0,25981,0,0,0,'Put It On','Hey, $N, I\'ve got an idea for a disguise! Take one of these merciless whatchamacallits and put it on your head.$B$BWhat could possibly go wrong?$B$BReady to put it on?','Witness what occurs when you place the Merciless One on your head.','','','Merciless One worn','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59632,59633,59634,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25988,13202,5145,0,13631618,80,82,0,0,0,0,0,0,0,0,0,25982,0,0,0,'Put It On','I\'ve got an idea for a sweet disguise, but I\'m going to need your help, $N! Take one of these merciless corpses and put it on your head.$B$BI know, I know, but it\'s dead, so what could possibly go wrong other than you smelling bad for a day or two?$B$BReady to put it on?','Witness what occurs when you place the Merciless One on your head.','','','Merciless One worn','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59629,59630,59631,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25989,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,56184,1,'Capture the Crab','Everything in my body tells me that Nespirah is trying to speak with me, but I cannot hear her. Perhaps the naga have done something to her voice.$b$b$b$bNespirah\'s voice may be suppressed... that means... we need to find a voice for her!$b$bI\'ve got it! The Idra\'kess have been known to train deepseeker crabs as battle companions. Use this net to capture a crab, and bring it to me. You will likely find them prowling the chamber\'s outer edges.','Use Duarn\'s Net to capture a Deepseeker Crab inside of Nespirah.','','','','','','','',56182,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,4,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25990,13202,5144,0,138,80,81,0,0,0,0,0,0,0,0,0,25989,0,0,0,'Breaking Through','A trained shaman has the ability to communicate with the four elements of earth, fire, air and water. This is known.$b$bWhat is not as widely known, however, is the presence of a fifth element. This element is not as clearly described as the other four, but it has to do with the shared... commonality between all living creatures.$b$bMy theory is that the crab, as a creature of the sea, is close enough to Nespirah that, with the elements\' coaxing, we can convince it to act as Nespirah\'s mouthpiece.','Observe as Earthmender Duarn attempts to speak with Nespirah.','','','Speak with Earthmender Duarn','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25991,13202,5144,0,262280,80,81,0,0,0,0,0,0,0,0,0,25990,0,0,0,'We Are Not Alone','$b$bNespirah has just informed me that we are not the only people fighting inside of this shell. A small group of Horde slaves has escaped and is currently fighting off the naga on the other side of the shell, up on the ledge that overlooks Nespirah\'s heart.$b$bGo find them, $N, and see what help they can lend us. With their aid, we may be able to rouse Nespirah from her torpor.$b$bI will remain here, should you need anything.','Find the Horde survivors inside of Nespirah in Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(25992,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25991,0,0,0,'Hopelessly Gearless','I honestly don\'t know how we\'ve survived this long. The naga took my armor and weapons, and left me with rags and a mining pick... and THAT snapped in half long ago.$b$bIf we\'re to stand any hope of turning the tide, I\'m going to need something to fight with... as will my companions, though they may be too proud to admit it.$b$bI\'ve seen weapon racks in the naga storage areas nearby. I\'m not accustomed to fighting with a trident, but it\'ll sure be better than fighting with my fists.','Obtain 4 Purloined Polearms from the weapon racks inside of Nespirah.','','','','','','','',56185,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59743,59742,59741,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25993,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25991,0,0,0,'Body Blows','$b$bI see. So the creature wants our help waking it up, is that it?$b$bWith hundreds of slaves already picking away at her pearls, the beast seems to be a pretty heavy sleeper. You might have better luck, though.$b$bMy suggestion? Look around the creature\'s flesh for signs of weakness. Maybe that weapon of yours will find a ticklish spot and force the beast to come to its senses.','Attack 7 Nespirah Abscesses along the walls of Nespirah\'s body chamber.','','','','Nespirah Abscess attacked','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203309,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25994,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25991,0,0,0,'Still Valuable','My time in the pearl pits, however short, has made me curious about the naga\'s goals. Yes, I now know that the naga want to use Nespirah as an engine of war, but if that\'s the case, then why are they enslaving men to mine her pearls?$b$bAssuming we escape this creature\'s hull, I would very much like to study these objects. The pearls we found in the pits were much too large to carry, but I\'ve seen the warlords and prophets occasionally carrying around smaller ones.','Obtain 5 Mysterious Pearls from Idra\'kess Warlords and Idra\'kess Prophets inside of Nespirah.','','','','','','','',56194,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25995,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overseer Idra\'kess','My men are flagging, $N. We won\'t last much longer against these naga, I\'m afraid. With the Idra\'kess\' weapons, and Nespirah\'s pearls, we should be ready to bust out of here.$b$bFollow the wall northeast, and look for a ramp to the upper chamber. I assume their leader is in there, or perhaps the key to Nespirah\'s awakening. Hopefully both.$b$bIf you feel strong enough, head up to the top of the shell and look for some answers. Hellscream\'s eyes are upon you!','Head to the top of Nespirah and slay Overseer Idra\'kess.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41731,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59737,59736,59735,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,67,1135,0,0,0,0,7,7,0,0,0,0,0,234000,0,0,0,0,0,0,0,0,0,0,249300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(25996,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,25995,0,0,0,'Waking the Beast','Thanks to you and the Legionnaire, Nespirah has full control of her body... but most of the naga don\'t know this yet. Once we make our escape, she will activate her biological defenses and destroy the naga from within.$b$bMake yourself ready... I will now tell Nespirah to begin the countdown.','Speak with Earthmender Duarn inside of Nespirah to activate her bio-defenses, then escape from Nespirah\'s body.','','','','Listen as Duarn speaks to Nespirah','Escape on Erunak\'s Seahorse','','',0,0,0,0,0,0,0,0,0,0,0,0,41531,41776,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,1135,0,0,0,0,4,4,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25997,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,25998,0,0,'Dark Iron Scheming','A cadre of Dark Iron spies have taken over Ironband\'s Compound to the south, beyond Helm\'s Bed Lake. The mountaineers are normally able to keep them from getting into Dun Morogh, but everything is in disarray right now.$B$BThe Dark Iron dwarves would be fools if they didn\'t take advantage of the chaos. We have to find out what they\'re planning and stop them before they do any damage.$B$BWill you see if you can discover what they\'re doing down at Ironband\'s Compound?','Kill 5 Dark Iron Spies and capture the Dark Iron Attack Plans from Captain Beld at Ironband\'s Compound.','I knew they weren\'t here to see the sights.$B$B$B$BThis is more serious than we thought! This is no mere raid. The Dark Irons intend to cripple the defense of Ironforge itself!','What are the Dark Irons up to?','','','','','',0,56264,0,0,0,0,0,1,0,0,0,0,6123,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,57575,57576,57578,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25998,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,26078,0,0,'Get to the Airfield','According to the plans you captured, the Dark Irons are planning a large-scale attack on the Ironforge Airfield! The council has moved most of our forces down into Dun Morogh to deal with the instability brought by the cataclysm, leaving our defenses weakened at the airfield.$B$BWe need a way to get you to the airfield quickly. Take the road back west toward Gol\'Bolar Quarry and find Mathel Rustwrench. He should have a flying machine you can use. Go!','Board Mathel\'s Flying Machine at the Gol\'Bolar Quarry.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25999,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,25945,0,56263,1,'Barrier to Entry','Filthy, good-for-nothin\' night elves have managed to disarm our entire minefield in Talondeep Pass. Somebody is gonna have to go back up there and re-arm them all! A perfect task for a worthless grunt like you, $N. Here\'s to hopin\' you don\'t blow yourself up in the process.$B$BYou\'ll find our \"Elf Killers\" scattered across Talondeep Pass, directly north of here. Take this wrench and get to work, maggot.','Arm 8 Krom\'gar \"Elf Killers.\"','','','','Krom\'gar \"Elf Killer\" armed','','','',0,0,0,0,0,0,0,0,0,0,0,0,34341,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,57471,57470,57469,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26000,13202,4815,0,2097288,80,81,0,0,0,0,0,0,0,0,0,25794,0,0,0,'Spelunking','Hurry, $n!$b$bMake your way to that cavern at once.$b$bWe shall go behind you to ensure that you are not followed.','Speak to Gurrok in Deepmist Grotto.','...$r? Here?$b$bI must be mad...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78063,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26001,13202,406,0,262152,24,26,0,0,0,0,0,0,0,0,0,25999,0,0,0,'The Missing Blastgineer','It looks like you might not be completely useless after all. Perhaps you can handle something a little more important.$B$BAbout two days ago I sent Blastgineer Fuzzwhistle to Windshear Mine. He was supposed to get there, make sure everything was going according to plan with the bomb, and report back. Two days and nothin\'...$B$BHead out to the woods south of here and find him. For his sake, he better be dead.','Find Blastgineer Fuzzwhistle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26002,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,26001,0,0,0,'Alliance Attack Plans','$B$BThey\'re onto us! They know all about the bomb. Planning an attack on Krom\'gar Fortress! I think they sent a search party after me. Won\'t go out like a chump. They\'ll get a fight.$B$BI think I hear them coming now! Their leader is a high elf huntress named Davinia. She spoke of attack plans. Avenge me by killing her and getting those plans! Her tent is nearby, to the east.$B$BHellscream\'s eyes are upon you...','Recover the Alliance Attack Plans from Huntress Davinia.','','','','','','','',56469,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26003,13202,406,0,3145736,24,26,0,0,0,0,0,0,0,0,0,25945,0,56470,1,'Lessons from the Lost Isles','There are great dangers in the woods south of here. They are crawling with Darnassian scouts - assassins sent from Darnassus to kill us. Perhaps we can turn the tables on them, eh?$B$BWhen I was marooned on the Lost Isles a goblin gave me these infrared heat focals. They allow the wearer to see heat signatures of certain creatures. Take the focals and use them while in the woods to the south. They will allow you to easily spot the scouts. Kill as many of them as you can! For the Horde!','Kill 12 Darnassian Scouts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41865,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,78052,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26004,13202,406,0,8,24,26,0,0,0,0,0,0,0,0,0,26002,0,56469,1,'Krom\'gar Fortress','Our main base of operations in Stonetalon Mountains is Krom\'gar Fortress. It is from there that Overlord Krom\'gar oversees all Horde military activity in the region. Krom\'gar reports everything that happens directly to the Warchief.$B$BThe attack plans you brought back detail an assault that\'s supposed to take place against Krom\'gar Fortress soon. Take the plans and head to the fortress, southwest of here. Give them to the Overlord.$B$BSo long, $N. Truly, Hellscream\'s eyes are upon you.','Deliver the Alliance Attack Plans to Overlord Krom\'gar at Krom\'gar Fortress in Stonetalon Mountains.','','','','','','','',56469,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,4000,0,78054,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26005,13202,5144,0,131208,80,81,0,0,0,0,0,0,0,0,0,25626,0,57412,1,'A Breath of Fresh Air','Captain Taylor and many of the other survivors have already made their way to the surface. I\'m sure some are just looking to rid themselves of this place for good, but we still have work to do if we\'re going to stop the naga from invading the plane of water.$B$BFirst, we need to set eyes on the tentacled fiend that destroyed our ships when we first arrived - we don\'t want a repeat of that nightmare.$B$BHexascrub left these behind for you. They should speed your trip up a bit.','Find Captain Taylor aboard Voldrin\'s Hold, on the surface above the Ruins of Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26006,13202,5144,0,131208,80,81,0,0,0,0,0,0,0,0,0,26135,0,57412,1,'A Breath of Fresh Air','Legionnaire Nazgrim and many of the other survivors have already made their way to the surface. I\'m sure some are just looking to rid themselves of this place for good, but we still have work to do if we\'re going to stop the naga from invading the plane of water.$B$BFirst, we need to set eyes on the tentacled fiend that destroyed our ships when we first arrived - we don\'t want a repeat of that nightmare.$B$BFiasco left these behind for you. They should speed your trip up a bit.','Find Legionnaire Nazgrim aboard the Stygian Bounty, on the surface above the Ruins of Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26007,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,26000,25887,0,0,'Debriefing','This warrior was near death, but I fear we do not have the time to await his full recovery. He has information we desperately need to know.$b$bBe patient with him, but keep him talking until we\'ve learned all that we can.$b$bWith luck we might discover just what we\'re up against...','Speak with Gurrok and learn about his ordeal.','','','','Gurrok Debriefed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26008,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25887,0,56169,1,'Decompression','I simply cannot bear the thought of so many others like this warrior imprisoned, surrounded by naga.$b$bSomething must be done to rescue them!$b$bTry this, $n. Use it on the prison cells to make them buoyant.$b$bIf we can get them to the surface, at least they stand a chance at being rescued.','Use Moanah\'s Breathstone on 10 Imprisoned Warriors in The Clutch.','','','','Imprisoned Warriors Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,41533,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,59770,59769,59771,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26009,13202,406,0,4104,24,27,0,0,0,0,0,0,0,0,1,26059,0,0,0,'Seek and Destroy','The Alliance encroaches upon our territories within Stonetalon. The forces of Northwatch have broken through our blockade in the south and occupy Windshear Valley, to our west. From the northern front comes an onslaught of night elf soldiers. All must be stopped!$B$BVenture forth into Stonetalon and destroy all Alliance soldiers that cross your path. Let their deaths serve as a message.$B$BStonetalon belongs to the Horde!','Slay any 20 soldiers of the Alliance in Stonetalon Mountains.','','','','Alliance Soldier slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41866,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26010,13202,406,0,8,24,27,0,0,0,0,0,0,0,0,0,26004,0,56473,1,'Ashes to Ashes','The Alliance have grown bold. Just west of here, in Windshear Valley, Northwatch troops have set up camp. No doubt they are preparing for the assault you warned us of, $N. They will never get the chance!$B$BTake this flame thrower. It is the same flame thrower my incinerators use to burn our enemies out of hiding in the forests. Use it to destroy the Northwatch tents. Leave only ashes in your wake!','Use the Krom\'gar Flamethrower to destroy 8 Northwatch Tents.','','','','Northwatch Tent incinerated','','','',0,0,0,0,0,0,0,0,0,0,0,0,41936,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,57479,57478,57477,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26011,13202,406,0,8,24,27,0,0,0,0,0,0,0,0,0,26004,0,0,0,'Enemy of the Horde: Marshal Paltrow','My scouts have tracked the cause of this latest fiasco to one man: Marshal Paltrow. He commands the Northwatch forward camp that has established itself in Windshear Valley, west of here. Take him out and you remove a powerful Alliance field commander from the equation.$B$BPaltrow must die, $N.','Kill Marshal Paltrow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41937,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26014,13202,5145,0,262152,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Brothers Digsong','Private $N, at attention! Ve are havink a small problem!$b$bVe have sent Humphrey and Oskar Digsong out to Underlight Canyon, to the northvest, but they are not comink back. They vere supposed to scout out the area, but ve have lost all contact with them.$b$bYour assignment, Private $N, is to locate our comrades and, if they live, bring them back to me!','Report to Humphrey Digsong at Underlight Canyon in Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26015,13202,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26014,0,0,0,'Phosphora Hunting','Oskar\'s last wish, before he floated up into that great-eel\'s gullet, was to bring back food for the captain, so that\'s what we\'ll do.$b$bMy brother had a genius plan. He saw those murlocs luring fish out of the reeds with a phosphorescent antenna, and devised a way to make one of his own. All ya need is something that glows.$b$bKill the crabs and groupers that roam the canyon\'s floor. They aren\'t edible themselves, but their phosphora is far more valuable than their meat.','Obtain 6 Underlight Phosphora from Pyreshell Scuttlers and Luxscale Groupers in Underlight Canyon.','','','','','','','',56568,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26016,13202,406,0,262152,24,27,0,0,0,0,0,0,0,0,0,26004,0,56474,1,'Orders from Base Camp','Paltrow, establish a foothold in Windshear Valley. A strong ground assault is vital to our campaign! When we make our assault against Krom\'gar, your men will provide the chaos and confusion that the gnome flying machines will need to get close enough to bomb the orc fortress.$B$BThe flying machines will detonate the Krom\'gar bomb while it\'s sitting in their base, taking out the entire fortress in the process.$B$BBurn after reading.$B$B-Force Commander Valen$B$BNorthwatch Expedition Base Camp','Deliver the Orders from Base Camp to Overlord Krom\'gar at Krom\'gar Fortress in Stonetalon Mountains.','','','','','','','',56474,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26017,13202,5145,0,1048584,80,81,0,0,0,0,0,0,0,0,0,26015,0,56572,1,'A Lure','Stick this device on your head, then swim through the kelp and coral along the canyon\'s edge. There should be all kinds of little fish in there that find your new antenna irresistible.$b$bWhen we return to Darkbreak Cove, we\'ll have armfuls of fish for everyone!','Put on the Phosphora Fedora, then swim through the coral in Underlight Canyon to attract 30 Underlight Nibblers.','','','','','','','',56569,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26018,13202,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26015,0,0,0,'Coldlights Out','Oh yeah! I was supposed to put together a report! I\'d almost forgotten!$b$bLooks like mostly harmless wildlife around here... \'cept for those blasted eels... and a few murlocs. Cap\'n will be more interested in the murlocs, I think.$b$bGo engage a few of \'em in combat and see what kinda moves they got. From what I\'ve seen, the big ones hunt for fish in the kelp, and the little ones practice some kind o\' magic or another... but that\'s all I know.','Kill 4 Coldlight Hunters and 4 Coldlight Oracles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41925,41926,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26019,13202,5145,0,262144,80,81,0,0,0,0,0,0,0,0,0,26015,0,56570,1,'Enormous Eel Egg','','Deliver the Enormous Eel Egg to Humphrey Digsong at the bottom of Underlight Canyon in Vashj\'ir.','','','','','','','',56570,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26020,13202,406,0,262152,24,27,0,0,0,0,0,0,0,0,0,26010,0,0,0,'Report to Bombgutz','We must prepare for the impending attack. I will have our soldiers prepare the bomb for transport. I want you to report to Chief Blastgineer Bombgutz. She has been working to fix our anti-air cannons, but has thus far failed. Make sure that she is properly motivated to repair our guns, $N.','Report to Chief Blastgineer Bombgutz at Krom\'gar Fortress in Stonetalon Mountains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26021,13202,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26019,0,56808,1,'The Brothers Digsong 2: Eel-Egg-Trick Boogaloo','Those eels ate my brother. My brother, $N! It\'s time someone showed \'em who\'s boss.$b$b$b$bThe great-eels to the south are too tough to fight one-on-one, but with this egg, we should be able to even the odds. Place it near one of those creatures, then... kablooie!$b$bIf the bomb doesn\'t kill the eel outright, it should be near enough to death for you to finish it off.','Use the Eel-splosive Device near a Devious Great-Eel in Underlight Canyon, then defeat the Weakened Great-Eel.','','','','Use Eel-Splosive Device on Devious Great-Eel','Avenge Oskar Digsong','','',0,0,0,0,0,0,0,0,0,0,0,0,42007,41927,0,0,1,1,0,0,0,0,0,0,0,0,0,0,59657,59656,59658,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,6,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26022,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'First Blood','Be prepared, $n. You will cast the first blood upon this land for us.$B$BThe Syndicate, as they call themselves, are cowardly humans who betray even their own kind. Their isolation will make them easy prey.$B$BTravel north, slay any Syndicate members you find, and claim Northfold Manor in the name of the Forsaken. Bring me the Bloodstone Amulets they wear as proof of your conquest. ','Collect 10 Bloodstone Amulets from members of the Syndicate.','','','','','','','',4495,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26023,13202,45,0,262152,25,27,0,0,0,0,0,0,0,0,0,0,26030,0,0,'The Forsaken Trollbane','Let me tell you a story.$B$BOnce, there was a foolish troll named Zengu. He was tasked to find the sword Trol\'kalar, the legendary blade of the human Trollbane line. He succeeded, and thinking his task done, went to leave Arathi by himself. There he was cut down by the humans, and the sword simply reclaimed.$B$BWe will not be so foolish. Our apothecaries have given us the perfect guide to reobtain Trol\'kalar: the prince who once held it.$B$BHe stands ready to guide you, $n. Speak with him.','Speak with Galen Trollbane.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26024,13202,45,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted! Marez Cowl','A bounty has been placed on the head of Marez Cowl, a high-level advisor and operative of the Syndicate. She was last seen within the Syndicate controlled territory of Stromgarde.$B$BBounty may be collected from Captain Nials.$B$BBe warned: Marez is a skilled and cunning warlock, known for her trafficking with demons. Extreme caution is advised when hunting her.','Bring Marez\'s head to Captain Nials at Refuge Pointe.','','','','','','','',4515,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59182,59183,59184,59185,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26025,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Traitor Orc','There is no doubt in my mind that a powerful warlock resides within the walls of Stromgarde. From time to time, using an arcane magical relic, this warlock has summoned forth terrible demons in large numbers. We must remove the source of her energy.$b$bFind the warlock and kill her. Bring me whatever magical object you find on her person, and I will take steps to destroy it and see that its power is not used to taint this land any longer.','Retrieve Marez Cowl\'s Befouled Bloodstone Orb.','','','','','','','',4510,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59171,59172,59173,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26026,13202,406,0,8,24,27,0,0,0,0,0,0,0,0,0,26004,0,0,0,'Dream of a Better Tomorrow','Mr. D is sick, $g mister:miss;. Won\'t you help him? All you have to do is find his hat and batteries and he\'ll be all better. I\'d go get them myself, but I can\'t leave Mr. D alone!$B$BHis hat was stolen by the meanies in the Venture Co. over at the water wheel and his batteries are hidden around Windshear Crag. You\'ll just have to look real hard for those!$B$BWould you kindly bring Mr. D\'s stuff back so he can teach those baddies in the Alliance a lesson?','Recover the BD-816 War Apparatus, Mechanized Fire, Mechanized Ice and Mechanized Air.','','','','','','','',55227,55221,55222,55223,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26027,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms','Our next strike against the ogres will bring you further east to Stromgarde. The living consider these gutted ruins worth clinging to. Their sentimentality is disgusting!$B$BAll that Stromgarde holds for us is a foul den of more ogres, waiting to be struck down. Travel there and slay their shamans and lords, and ensure what passes for leadership among the ogres is snuffed out.','Kill 7 Boulderfist Shaman and 3 Boulderfist Lords in Stromgarde.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2570,2571,0,0,7,3,0,0,0,0,0,0,0,0,0,0,59178,59179,59180,59181,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26028,13202,406,0,1048584,24,27,0,0,0,0,0,0,0,0,0,26026,0,0,0,'Mr. D\'s Wild Ride','Now Mr. D just needs an angel to help him navigate. Will you be that angel, $g mister:miss;? With you helping we can go out into the crag and kill bunches and bunches of Alliance! Waddya say? Come on, $g mister:miss;! PRETTY PLEASE WITH SUGAR ON TOP?$B$BIf we kill enough Alliance Mr. Krom\'gar will buy us all ice cream!','Kill 20 Gnome Engineers and 5 Gnome Pounders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35203,35334,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57518,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26029,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Real Threat','Or\'Kalar leads the ogres here. He has evaded slaughter for years. His very presence is an affront to the Dark Lady; Mug\'thol, traitor to the Forsaken, commands him from afar!$B$BWe do not suffer ogres or traitors on Forsaken land. Bring me this ogre\'s head and I will make sure it\'s burned properly this time.','Slay Or\'Kalar and take his head.','','','','','','','',4551,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59186,59187,59188,59189,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26030,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,26031,0,0,'Sigil of Strom','In ancient times, Lord Ignaeus of Strom, named Trollbane, led the first human civilization of Arathor in war against the trolls. His blade was Trol\'kalar--troll slayer, in their ancient tongue.$B$BI was one of the last of his line, sworn with guarding Trol\'kalar...a duty in which I failed. But now, we will obtain it once more, for my new master.$B$BThe sword is bound by three sigils. The first is held by the Syndicate traitors that lurk the ruins of Stromgarde. Slay them, and return the sigil to me.','Collect the Sigil of Strom from Syndicate members in Stromgarde Keep.','','','','','','','',4440,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26031,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,26032,0,0,'Sigil of Thoradin','In life, I divided the sigil of Thoradin into five pieces to protect it, spreading it among my most loyal men. This too failed, but my successor will have done the same.$B$BThe defenders of Stromgarde hold the pieces of the sigil yet again. Slay them, and bring the shards to me; I will reassemble them.','Collect 5 Sigil Fragments from Stromgarde defenders in Stromgarde Keep.','','','','','','','',4450,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26032,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,26033,0,0,'Sigil of Arathor','I entrusted the sigil of Arathor to Lieutenant Valorcall, leader of my cavalry. He barely escaped with his life when it was taken.$B$BIt is unlikely he will do so again. Valorcall patrols the road between Stromgarde Keep and Refuge Point. Find him, and take the sigil from him once more.','Collect the Sigil of Arathor from Lieutenant Valorcall.','','','','','','','',4458,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26033,13202,45,0,524288,25,27,0,0,0,0,0,0,0,0,0,0,26081,4466,1,'Trol\'kalar','The last sigil is mine...and with it, the four combine to the Sigil of Trollbane, key to the tomb. We are ready.$B$BTrol\'kalar lies sealed with its master\'s remains, within Trollbane\'s tomb in the catacombs of Stromgarde. It will be defended heavily...but my presence before you is proof enough that the defenders can be overcome.$B$BEnter the tomb, retrieve Trol\'kalar, and bring it here.','Retrieve Trol\'kalar from Trollbane\'s tomb in Stromgarde Keep.','','','','','','','',56804,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26035,13202,45,0,8,24,26,0,0,0,0,0,0,0,0,0,0,26036,0,0,'Worth Its Weight in Gold','Archmage Malin sent me here to collect reagents for him. I was at a loss as to how I was going to collect the items, but now that you\'re here, I think my problem\'s solved.$B$BI need Witherbark tusks and Witherbark medicine pouches.$B$BCould you find those for me? The Witherbark live to the southeast of Arathi.','Collect 10 Witherbark Tusks and 4 Witherbark Medicine Pouches from Witherbark Trolls.','Not bad. Since it\'s clear you\'ve got your head on straight, I was hoping you could help us with a more pressing job. ','Have you had any luck so far? ','','','','','',4503,4522,0,0,0,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,25200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26036,13202,45,0,8,24,26,0,0,0,0,0,0,0,0,0,26035,26037,0,0,'Wand over Fist','Hey, $N. Sorry to be so short with ye earlier... and no, that ain\'t a pun.$B$BI figured out where Trelane\'s first item ended up: Kor\'gresh has it in Boulderfist Hall. An\' by the way he was throwing down blasts of ice at his kin to keep them in line, he must be close to figurin\' out how to use all of its powers.$B$BBoulderfist Hall\'s south of here an\' then east of Thandol Span. Find the ogre an\' get back that wand.$B$BWhile you\'re gone, I\'ll figure out what we\'re gonna do about Stromgarde.','Find Trelane\'s Wand of Invocation and return it to Skuerto at Refuge Pointe.','Brilliant, $N. One item down an\' three more to go, based on my list. The other three items are all in Stromgarde.\n\r\nTake a rest an\' get your strength back--the next phase of my plan\'ll require a little more time an\' effort. Come back to me after you\'ve gotten a warm meal an\' some rest. ','Our goal is the wand, $N. Focus on that for now. ','','','','','',4525,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26037,13202,45,0,8,24,27,0,0,0,0,0,0,0,0,0,26036,26038,0,0,'Trelane\'s Defenses','All rested?$B$BHere\'s our next step: there\'re ogres all around the Tower of Arathor in Stromgarde. We\'re gonna need to ward you against the tower\'s defenses. To do that, we\'re gonna need some gems the Boulderfist shaman have taken a liking to. They took \'em from the tower, but they\'re not gonna stay in their possession for long.$B$BGet one of them gems an\' bring \'em to Kryten--he knows the spell to enchant it.','Find an Azure Agate and bring it to Apprentice Kryten at Stromgarde Keep.','You amaze me, $N. Well done again.\n\r\nGive me a moment to cast the proper spell an\' you\'ll be ready. ','$N, hello again. Have you found an azure agate yet? ','','','','','',4527,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26038,13202,45,0,8,24,27,0,0,0,0,0,0,0,0,0,26037,0,0,0,'Attack on the Tower','Here\'s what you\'re looking for: Trelane\'s phylactery, Trelane\'s orb, and Trelane\'s ember agate.$B$BAll three should be in chests within the tower. You shouldn\'t have a problem opening the chests on your own; you just have to be careful of the ogres.$B$BYou\'ll need to have your weapons at the ready. Those ogres find out you\'re there and stealing from them, and they\'ll be sure to put the hurt on you.$B$BBe careful, and good luck.','Find Trelane\'s Phylactery, Trelane\'s Orb, and Trelane\'s Ember Agate, and return them to Skuerto at Refuge Pointe.','Malin couldn\'t\'ve asked a worthier person to come here an\' aid us, $N. You\'ve done a grand job!\n\r\nHe\'ll be pleased to see what an overwhelming success our mission\'s been. ','You do this, an\' I\'m sure Malin\'ll be more than pleased with you. ','','','','','',4530,4531,4532,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59159,59160,59161,59162,59163,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26039,13202,45,0,8,27,29,0,0,0,0,0,0,0,0,0,26341,26041,0,0,'The Princess Trapped','My name is Myzrael. I am a princess of the earth, and my captors, the giants, have trapped me deep beneath the Arathi Highlands. These crystal shards are the only way I can speak with the surface world.$B$BPlease help me. Allies of the giants, the Drywhisker kobolds, have a shard like this one in their Drywhisker Gorge, to the east. To power the cluster, you must gather motes of Myzrael from the kobolds and apply them to it.$B$BI beg you, $N, aid me!','Gather 12 Motes of Myzrael from Drywhisker Kobolds.','Ah! You activated these shards. Already I feel more myself!\n\r\nBut alas, I am still far from free... ','This cluster of shards looks much like the Shards of Myzrael. But the same feeling of security does not pulse through them. ','','','','','',4435,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,21300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26040,13202,4815,0,136,80,81,0,0,0,0,0,0,0,0,0,25887,0,0,0,'What? What? In My Gut...?','Wha...what IS this!?$b$bThere\'s great pain growing... from deep in my bowels.$b$bI think... ugh... they must have poisoned me!$b$bThey fed us strangely glowing seaweed that they grow around their stronghold...$b$bI think these cramps will worsen if I don\'t get more soon...$b$bPlease, $r. Try to find me some!','Collect 7 Wiggleweed Sprouts from Shimmerspine Harvesters in The Clutch.','','','','','','','',56167,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26041,13202,45,0,8,27,29,0,0,0,0,0,0,0,0,0,26039,26042,0,0,'Stones of Binding','Four Stones of Binding are scattered throughout Arathi. These stones keep me pinned beneath the earth.$B$BTo unlock them you must unlock the strongest: the Stone of Inner Binding. And to do that, you must gather keys from the other three.$B$BThese stones are watched by guardians, but if you are clever, or lucky, you may find ways to banish them.','Gather the Burning Key, the Cresting Key and the Thundering Key from the Stone of West Binding, the Stone of East Binding and the Stone of Outer Binding.','\n\r\nYou have done it! You opened the Stones of Binding! I can feel the shackles about me loosen, and freedom draws ever closer.\n\r\nYou are a noble $C, $N. My rescuer! ','This is the Stone of Inner Binding. It is the strongest of the binding stones and must be unlocked for the others to open.','','','','','',4483,4484,4485,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,21300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26042,13202,45,0,8,27,29,0,0,0,0,0,0,0,0,0,26041,26346,0,0,'Breaking the Keystone','Opening the Stones of Binding loosened much of my confinement, but a lock still holds me chained. It is the Keystone you see among this circle of stones. And the key is held by one of my captors, the stone watcher Fozruk.$B$BYou must obtain that key, which the stone watchers call the Rod of Order, from Fozruk and use it to open the Keystone.$B$B$N, you have done so much to aid me. Just a little more...and my gratitude will shake the very foundations of the earth!','Obtain the Rod of Order from Fozruk.','You place the rod in the keystone. And a shudder is felt beneath you... ','The Keystone is charged with tremendous geomantic energy. ','','','','','',4469,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26043,13202,406,0,8,24,27,1,0,0,0,0,0,0,0,0,26004,0,0,0,'BEWARE OF CRAGJAW!','By order of Overlord Krom\'gar, Cragpool Lake is OFF LIMITS!$B$BThe ferocious beast known as Cragjaw has made the lake a death trap. Should you dispatch of Cragjaw, take his huge tooth as a trophy and return it to Spy-Mistress Anara for a reward.','Kill Cragjaw and take Cragjaw\'s Huge Tooth.','','','','','','','',55239,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57483,57482,57481,57480,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26044,13202,406,0,262152,24,27,0,0,0,0,0,0,0,0,0,26020,0,0,0,'Where Are the Parts?','I\'ve been waiting on parts for these guns for days! I sent one of my best blastgineers and two dozen miners into the Deep Reaches five days ago for the parts. After not hearing from anybody for three days I began to get a little worried. The Overlord sent two of his best orcs in to see what was going on. We\'ve received no reports since then...$B$BHead into the Deep Reaches, directly below this fortress, and find out what\'s going on! I need parts!','Speak to Sergeant Dontrag inside the Deep Reaches in Stonetalon Mountains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26045,13202,406,0,8,24,27,0,0,0,0,0,0,0,0,0,26044,26048,0,0,'I Got Your Parts Right Here...','Here\'s the dilemma: I could do one of two things, get killed down here like everyone else or get killed up at Krom\'gar Fortress when Krom\'gar realizes we\'ve lost the mine. I\'m choosing the third option, do nothing. So far, so good.$B$BYou need parts? Plenty from the left over junk scattered about in this mine. You just gotta go get \'em.$B$BGood luck! Maybe if you get those parts we might be able to show our faces at Krom\'gar Fortress.','Collect 10 Spare Parts.','','','','','','','',56575,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26046,13202,406,0,8,24,27,0,0,0,0,0,0,0,0,0,26044,26048,0,0,'Between a Rock and a Hard Place','Dontrag can explain it better than me. Basically, we\'re stuck between a rock and a hard place. Can\'t do anything down here due to all of the things that can kill us and can\'t go back to the base due to all of the things that can kill us - you know?$B$BPerhaps if we worked together we might be able to get this mess sorted out. How about you get started by clearing out some of these elementals that have apparently killed everything in the mine, ok?','Kill 12 Raging Earth Elementals.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41993,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26047,13202,406,0,8,24,27,0,0,0,0,0,0,0,0,0,26044,26048,0,0,'And That\'s Why They Call Them Peons...','These two are USELESS! When they first arrived I thought we were saved. Not so! Instead, Dontrag and Utvoch took one look at the mine and concocted some idiotic plan that involved standing here until... until we all died, I guess. $B$BYou don\'t look nearly as useless. How about you lend a hand, friend? I\'ve got dozens of peons, scared out of their gourds, hiding in the Deep Reaches. Find them and get them out!','Rescue 10 Frightened Peons.','','','','Frightened Peon rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,41989,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26048,13202,406,0,8,24,27,0,0,0,0,0,0,0,0,0,0,0,56577,1,'Spare Parts Up In Here!','Whew, that was tough. I didn\'t think we\'d make it, $N. We better get these parts back to Chief Blastgineer Bombgutz. I think I hear the gnome flying machines buzzing outside. We haven\'t got a minute to lose!','Deliver the Crate of Spare Parts to Chief Blastgineer Bombgutz at Krom\'gar Fortress in Stonetalon Mountains.','','','','','','','',56577,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57491,57490,57489,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26049,13202,45,0,8,26,28,1,0,0,0,0,0,0,0,0,26346,0,4472,1,'The Princess Unleashed','Myzrael\'s no innocent princess. She\'s a terribly dangerous force, and the giants had every reason to chain her down there. I\'m afraid you\'ve been had.$B$BAccording to Gerrig, you have to summon her at the Shards of Myzrael where you first spoke with her. Defeat her and gather her Eldritch Shackles, then bind them to the Shards.$B$BHere\'s the scroll you\'ll need. Be careful with it; I risked a few teeth to get it. Good luck, $n.','Summon and defeat Myzrael at the Shards of Myzrael.','As the eldritch shackles are placed around the Shards, an unhuman wail is heard from far below. The scream is followed by a roar.\n\r\nThe Shards of Myzrael no longer invoke feelings of warmth and security as they once did. Now they pulse with an open menace... as if the thing beneath them holds ill will toward the surface. ','The Shards of Myzrael are now strangely quiet. ','','','','','',4473,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59208,59209,59210,59211,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26050,13202,45,0,2,26,28,84,0,0,0,0,0,0,0,2,0,26051,0,0,'Goggle Boggle','Now that we are full-fledged Blackwater Raiders it is our job to help Mr. O\'Breen locate the lost elven treasure.$b$bIt is next to impossible to find the gems in the dark sea without aid. The doctor has constructed some goggles that will help. He needs the goggles charged with the energy derived from the enchanted stone in the cave just up the hill.$b$bBut the cave is cursed! When we get close, we get ambushed. Defend me and I can harness the energy from the stone into the goggles.','Escort Professor Phizzlethorpe to the cave and back.','The goggles work perfectly now! Well done, $N. ','','Defend Professor Phizzlethorpe','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,5,-5,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26051,13202,45,0,1048576,26,28,0,0,0,0,0,0,0,0,0,26050,26052,4491,1,'Sunken Treasure','The treasure has been on the sea floor so long that the gems have calcified into thick stone. But the power harnessed in these goggles will allow you to locate them easily.$b$bA little gnomish ingenuity goes a long way!$b$bSo borrow the Goggles of Gem Hunting, $n, and see if you can collect some of the lost treasure for Captain O\'Breen.$b$bI\'d swim down there myself but...um...well, I have important scientific business to tend to up on the safe, dry land....er, yeah.','Doctor Draxlegauge in Faldir\'s Cove wants you to collect 10 Elven Gems and return the Goggles of Gem Hunting once you are done.','Most superb, $N! The Captain will be very pleased! And just wait until word gets back to Fleetmaster Seahorn! ','How did the goggles work? Did everything function properly? Adjustments can be made if necessary.\n\r\nOh, and I\'ll need those goggles back when you\'re done. I am sure Captain O\'Breen will have many uses for them later on.','','','','','',4492,4491,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59198,59199,59200,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,6,-6,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26052,13202,45,0,0,26,28,0,0,0,0,0,0,0,0,0,26051,26628,4493,1,'Speak to Shakes','Let\'s not leave Captain O\'Breen waiting. He\'ll want to see these gems first hand. After all, that\'s why we\'re here!$b$bAnd after a few weeks of consorting with these pirates, the professor and I have realized the last thing that\'s good for our health is to be caught hanging on to their treasure.$b$bHere, $n, take these to O\'Breen.','Take the Elven Gems to Captain O\'Breen at Faldir\'s Cove in Arathi Highlands.','So the little gnomes proved their worth after all? I knew we kept those ankle biters around for a reason!','Ahoy, $C. What brings you to the bridge?','','','','','',4493,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,3,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26053,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,26027,0,0,'Clearing the Highlands','No threat here will go overlooked. If we are to secure these lands under the Dark Lady\'s rule, we will tear from them everything living, inch by inch, piece by piece.$B$BTo the northeast, not a stone\'s throw away from this camp is an ogre mound. The Boulderfist ogres that dwell in it must be eradicated, $c.$B$BThey are in the way. Show no mercy or hesitation.','Kill 8 Boulderfist Ogres and 10 Boulderfist Enforcers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2562,2564,0,0,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26054,13164,0,0,0,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Water They Up To?','Sandfury trolls working with the Twilight\'s Hammer?!$B$BNo matter. That foul witch won\'t be sending her monster to MY city.$B$BCome, brave ones! We\'ll slick the sand with their gore and return home triumphant. Tell General Marcus Jonathan what\'s happened here when we\'ve gotten back; I\'ll need to oversee the return of the citizenry, repairs, and so on.','Slay Kai\'ju Gahz\'rilla and inform General Marcus Jonathan in Stormwind City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40961,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,70975,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26055,13202,45,0,1048584,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drowned Sorrows','Argh, \'tis a horrible life. I should be in a watery grave right now, not sittin\' here by the fire, breathin\' fresh air.$b$bThe crew tried so hard to save my beautiful Maiden\'s Folly. Bless the boys, bless their hearts.$b$bO\'Breen made it to shore safely but we weren\'t so lucky. The seas just sank on us, I swear.$b$bOne second we\'re afloat and the next water is rushin\' in. And those beasts! Killed all the survivors. Horrible naga scum. I went black and ended up here, saved.$b$bI want those beasts dead.','Captain Steelgut in Faldir\'s Cove wants you to kill 10 Daggerspine Raiders and 3 Daggerspine Sorceresses.','Nice work out there, $N.\n\r\nThose scum deserved what they got. While nothin\' will ever bring me ship or me crew back, the death of those naga gives me some solace.','Bah, maybe I should go kill those naga scum myself. It\'s obvious you\'re not goin\' to do it.\n\r\nMaybe I can find some knitting needles so you can keep yourself busy.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2595,2596,0,0,10,3,0,0,0,0,0,0,0,0,0,0,59205,59206,59207,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,5,-5,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26056,13202,5145,0,262280,80,82,0,0,0,0,0,0,0,0,0,0,26065,0,0,'The Wavespeaker','One of the Earthen Ring, Wavespeaker Valoren, swam down into the Nightmare Depths to the northeast. We haven\'t heard from her in awhile.$B$BSwim out there and see if you can find her.','Find Wavespeaker Valoren in the Nightmare Depths of Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26057,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,0,26065,0,0,'The Wavespeaker','One of the Earthen Ring, Wavespeaker Valoren, swam down into the Nightmare Depths to the northeast. We haven\'t heard from her in awhile.$B$BSwim out there and see if you can find her.','Find Wavespeaker Valoren in the Nightmare Depths of Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26058,13202,406,0,8,24,27,0,0,0,0,0,0,0,0,0,26048,0,0,0,'In Defense of Krom\'gar Fortress','There\'s no time left. Here they come! Take control of a heavy gun and shoot the gnomes out of the sky! If that bomb takes too many hits it will blow, taking us all with it!$B$BDefend the base, $N! You\'re our only hope!$B$BIf we somehow make it out of this in one piece, report to Overlord Krom\'gar.','Destroy 15 Gnomish Flying Machines or Bombers and 25 Gnome Wing Commanders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42016,42017,0,0,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,6500,0,78306,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26059,13202,406,0,262152,26,28,0,0,0,0,0,0,0,0,0,26058,0,0,0,'Eyes and Ears: Malaka\'jin','Honor\'s Stand has been lost. The Horde\'s grip on the Barrens shattered along with the land itself. I now receive reports that we are at risk of losing Malaka\'jin to a concerted attack by the Alliance and the Grimtotem. If Malaka\'jin falls, half of Stonetalon falls with it!$B$BYou have proven yourself a capable soldier of the Horde. Will you be my eyes and ears at Malaka\'jin? Witch Doctor Jin\'Zil awaits your arrival.$B$BMalaka\'jin is located far to the south.','Report to Witch Doctor Jin\'Zil at Malaka\'jin in Stonetalon Mountains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26060,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,26059,0,0,0,'Da Voodoo: Stormer Heart','With voodoo, our troops might have a chance at beating back the Grimtotem assault. With that said, I need several ingredients if I am to invoke black magic.$B$BThe first ingredient on my list is a heart from a cliff stormer. The beasts have nearly been hunted to extinction, but a few still exist around these parts. Find one and recover its beating heart!','Obtain a Cliff Stormer Heart.','','','','','','','',56796,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26061,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,26059,0,0,0,'Da Voodoo: Ram Horns','If I am to invoke voodoo, I will need several special reagents. Bring me horns from the Stonetalon rams of the region, $N! Without the horns we are done for!','Obtain 6 Stonetalon Ram Horns.','','','','','','','',56797,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26062,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'Da Voodoo: Resonite Crystal','The final ingredient for the voodoo ritual is a special type of crystal called resonite. It can only be found in the Boulderslide caverns, west of here. Beware the kobolds! They guard the resonite with their lives!','Obtain 8 Resonite Crystals.','','','','','','','',56795,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26063,13202,406,0,8,25,27,0,0,0,0,0,0,0,0,0,26058,0,0,0,'The Queen and Her Court','$B$BHrmph.$B$BThings falling apart. Darn not happy. Now Darn\'s mate killed by spiders at Webwinder Hollow. Darn demands vengeance!$B$BHelp Darn? Kill Queen Silith and her little spiderlings? For Darn? For Darn\'s mate!$B$BWebwinder Hollow is northwest of here, up the path. Go!','Kill Queen Silith and any 10 spiders in Webwinder Hollow.','','','','','Webwinder Hollow Spider slain','','',0,0,0,0,0,0,0,0,0,0,0,0,41185,4006,0,0,1,10,0,0,0,0,0,0,0,0,0,0,57493,57492,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26064,13202,406,0,8,26,28,0,0,0,0,0,0,0,0,0,26059,0,0,0,'Fight On Their Stomachs','The troops are hungry, $N. With our supply lines cut off, we\'re steadily running out of food. I can cook the soldiers a feast if you can get me some ingredients.$B$BHead into the woods west of here and look for Kalimdor eagle nests. Steal the eggs from the nests and bring them back to me.','Collect 8 Kalimdor Eagle Eggs.','','','','','','','',56041,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26065,13202,5145,0,128,80,82,0,0,0,0,0,0,0,0,0,0,0,57409,1,'Free Wil\'hai','Those tentacle horrors rising from the depths have trapped that poor beast. Please, $N, can you save it by destroying those things?$B$BWill you free Wil\'hai?$B$BHere, take my totem and plant it near the tentacles. The cold it emanates will cause major shrinkage on those monsters and then you\'ll be able to destroy them.','Slay all of the Tentacle Horrors to free Wil\'hai.','','','','Free Wil\'hai','','','',0,0,0,0,0,0,0,0,0,0,0,0,41642,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59628,59627,59626,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26066,13202,406,0,8,26,29,0,0,0,0,0,0,0,0,0,0,0,56794,1,'Reinforcements...','It would appear as if we are running out of big, stupid orcs to send at the enemy. This is a problem. Thankfully, I may have a solution.$B$BTake this whip and head west to Boulderslide Cavern. Within the cave you will find a filthy nest of kobolds. Use my whip to subdue the beasts. Once subdued they will do whatever we ask them to do.$B$BReturn to me when you have amassed a sizable army of kobolds.','Use Subjugator Devo\'s Whip to Subdue 6 Boulderslide Kobolds.','','','','Boulderslide Kobold subdued','','','',0,0,0,0,0,0,0,0,0,0,0,0,42024,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,21300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26067,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,26062,26073,56798,1,'Jin\'Zil\'s Blessing','Ah, it is done! Now to test it out.$B$BTravel to the main point of conflict within Greatwood Vale and use my voodoo stick on the Krom\'gar marauders battling the Grimtotem. My voodoo magic should renew their vigor and allow them to crush our enemies!$B$BGo now, $N!','Use Jin\'Zil\'s Voodoo Stick to infuse 12 Krom\'gar Marauders with Voodoo.','','','','Krom\'gar Marauder empowered','','','',0,0,0,0,0,0,0,0,0,0,0,0,41360,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26068,13202,406,0,10,26,30,0,0,0,0,0,0,0,0,2,26066,26073,56799,1,'Kobold Fury!','We now command the kobold armies of Stonetalon! It almost sounds impressive. Almost.$B$B$B$BThe Alliance base camp north of here is tightly guarded. It is nigh impregnable, save for the entry point by the Unearthed Grounds, northeast of here. Take this kobold war horn and head towards the Unearthed Grounds. Enter from the east, $N! Once there, head west until you arrive at the location I have marked upon your map. Use the horn there to unleash kobold fury upon the Alliance!','Use the Kobold War Horn near the Horde Banner at the Unearthed Grounds to unleash the Kobold Army!','','','Kobold Army Unleashed!','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57507,57506,57508,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26069,13202,406,0,262152,28,30,0,0,0,0,0,0,0,0,0,0,24504,0,0,'Nura Pathfinder','Southern Barrens is under attack by the Alliance. The tauren have sent out a call for help that we simply cannot ignore. All able bodied soldiers of the Horde should assist.$B$BIf you wish to help, take the path to the High Road, located in the village. Seek out Nura Pathfinder. ','Report to Nura Pathfinder on the High Road in Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26070,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clearing the Defiled','Our Earthen Ring friends here are wondering if we can lend them a hand. There are faceless down below in the Scalding Chasm that are defiling all of the wildlife.$B$BCan you take care of that for me?','Slay any 8 Crushing Eels, Deep Remoras, or Chasm Stalkers.','','','','Defiled Scalding Chasm wildlife','','','',0,0,0,0,0,0,0,0,0,0,0,0,41646,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59624,59625,59623,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26071,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,25984,0,0,0,'Clearing the Defiled','These Earthen Ring want us to do their killing for them. There are faceless down below in the Scalding Chasm that are defiling all of the wildlife.$B$BSwim down there and take care of it.','Slay any 8 Crushing Eels, Deep Remoras, or Chasm Stalkers.','','','','Defiled Scalding Chasm wildlife','','','',0,0,0,0,0,0,0,0,0,0,0,0,41646,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59621,59622,59620,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26072,13202,5145,0,128,80,82,0,0,0,0,0,0,0,0,0,0,0,56801,1,'Into the Totem','You must take my totem down into the Scalding Chasm. Use it to capture the energies of the faceless as they die. The totem will keep them from returning from whence they came.$B$BWhen the totem is full, bring it back to me and we will use it to lure their leader up from deep down below.','Slay 5 Faceless Defilers while they are within range of the Confinement Totem.','','','','Faceless Defilers energies confined','','','',0,0,0,0,0,0,0,0,0,0,0,0,42027,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26073,13202,406,0,262152,26,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'All\'s Quiet on the Southern Front','Return now to Overlord Krom\'gar, $N. Inform him of our status and of what you have done to ensure that Malaka\'jin does not fall.$B$BWe thank you for all that you have done. Perhaps some day soon you will have your own region to command.','Report to Overlord Krom\'gar at Krom\'gar Fortress in Stonetalon Mountains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,10700,0,78346,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26074,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,26073,0,0,0,'Beginning of the End','Champion, we have acquired a new target. Our scouts in Battlescar Valley report that the night elves are preparing their own weapon of mass destruction and hiding it within an ancient tree. They will never be given the chance to use their weapon against us.$B$BYou are to escort the bomb to the Sludgewerks for refueling and then to Cliffwalker Post, from which we will detonate the bomb and kill all of our enemies.$B$BGo now, $N. Report to Jibbly Rakit when you arrive at the Sludgewerks. ','Take the Krom\'gar Hot Air Balloon to the Sludgewerks in Stonetalon Mountains.','','','','Krom\'gar Hot Air Balloon safely escorted to the Sludgewerks','','','',0,0,0,0,0,0,0,0,0,0,0,0,42030,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26075,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,26074,0,0,0,'The Turd Problem','We have a little problem...$B$B$B$BWe built the Sludgewerks near a wyvern habitat. Now our initial blueprints for the Sludgewerks were drawn up so as not to disturb the wyvern habitat as the beasts are apparently sacred to tauren and orcs. Do you know what\'s sacred to me? Not getting pooped on, that\'s what!$B$BBetween you, me and the wall, the wyvern must die!','Kill any 6 Pridewing Wyvern.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4012,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26076,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,26075,0,56800,1,'Spy Infestation','We\'ve got another problem, $N. Alliance spies are all over the place! You haven\'t seen any? That\'s because they\'re invisible! Cloaked! I have a solution, but I need muscle like you to go out there and follow through with my plan.$B$BUse this gas bomb on the cloaked spies and it will reveal them. Once revealed, send them back to their maker.$B$BYou\'ll know a cloaked spy by the effect they leave in the air. Look closely!','Kill 8 Alliance Spies. Use Jibbly\'s Gas Bomb to uncloak the spies!','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42034,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,57500,57499,57498,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26077,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,26076,0,0,0,'Final Delivery','Overlord Krom\'gar sends word from the base. You are to get back on the Krom\'gar hot air balloon and take it to Cliffwalker Post. From there, the plan is to unleash the payload on the Alliance at Battlescar Valley.$B$BYou better get going, $N. It\'s not wise to keep Krom\'gar waiting.$B$BSpeak to General Grebo when you arrive at your destination. He\'ll be able to brief you on the next course of action.','Take the Krom\'gar Hot Air Balloon to Cliffwalker Post in Stonetalon Mountains.','','','','Krom\'gar Hot Air Balloon taken to Cliffwalker Post','','','',0,0,0,0,0,0,0,0,0,0,0,0,42037,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26078,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,26085,56803,1,'Extinguish the Fires','The Dark Iron attack took us by surprise. Their saboteurs managed to damage most of our aircraft, steam tanks, and supplies. We were only able to get a few of our bombers airborne.$B$BEvery technician, recruit, and guard I can spare is scrambling to get the others repaired and flight-ready. Our infantry can only hold out for so long. Take this equipment and help extinguish the burning bombers.','Using the Firefighting Equipment, extinguish 6 fires at the Ironforge Airfield.','','','','Fires extinguished','','','',0,0,0,0,0,0,0,0,0,0,0,0,42046,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26079,13202,45,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted! Otto and Falconcrest','The Stromgarde Militia has placed bounties on the heads of Lord Falconcrest, and his bodyguard Otto. Falconcrest heads the Syndicate\'s efforts in the Arathi Highlands, and his death would cause a major disruption in those efforts.$B$BHis bodyguard Otto, although not a strategic target, is a fierce opponent and has killed dozens of our defenders.$B$BTheir bounties may be collected from Captain Nials.','Bring Otto\'s Head and Falconcrest\'s Head to Captain Nials at Refuge Pointe.','','','','','','','',4516,4517,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59174,59175,59176,59177,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26080,13202,5145,0,262152,80,81,0,0,0,0,0,0,0,0,0,0,0,56802,1,'One Last Favor','$N, I\'m gonna need ya to bring this back to Captain Glovaal. With my condition, it\'ll take me a week to get back to Darkbreak Cove, and we don\'t have any time to waste.','Deliver Digsong\'s Fish and Tips to Captain Glovaal at Darkbreak Cove.','','','','','','','',56802,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59652,59651,59650,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26081,13202,45,0,8650760,25,27,0,0,0,0,0,0,0,0,0,0,26084,0,0,'Alina\'s Reward','The tale of Trol\'kalar ends here, then. It will be a weapon to bring death to the living, in the name of the Dark Lady.$B$BLeave me now, $n. My job is once again to guard the blade. Tell Alina of your victory, I\'m sure she will have a reward for you.','Speak to Dark Ranger Alina.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59194,59195,59196,59197,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26082,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,26077,0,0,0,'To Battlescar!','I will allow this old fool time to plead his case. He has assured me that he will bring back proof that the night elves do not harbor a weapon of mass destruction. We shall see.$B$BWhile we await this proof, you will assist our army in the valley. We have prepared a large number of siege tanks for this purpose. Our demolishers are poised for attack.$B$BTake the elevator down to the base of the outpost and take control of a Krom\'gar demolisher. Use it to lay waste to our enemies in Battlescar Valley.','Use the Krom\'gar Demolisher to destroy 5 Darnassian Glaive Throwers and any 20 Alliance soldiers in Battlescar Valley.','','','','Darnassian Glaive Thrower destroyed','Alliance Soldier in Battlescar Valley slain','','',0,0,0,0,0,0,0,0,0,0,0,0,35150,42056,0,0,5,20,0,0,0,0,0,0,0,0,0,0,57497,57496,57495,57494,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26083,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hello Lolo','Goutgut get sent scouting. Look at many things. Big adventure!$B$BGoutgut found secret pirate ship. Pirates all scared, run away. But ogre Lolo not run. Lolo make friend with Goutgut!$B$BGoutgut have to leave, but miss Lolo. You go say hello to Lolo for Goutgut.','Find Lolo the Lookout at Faldir\'s Cove.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26084,13202,45,0,262152,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hammerfall','You have served us well here, $n. Now that we\'ve made our mark, the next phase of our conquest will occur over months rather than minutes.$B$BThere is much work yet to be done, and I will spare you the tedium of waiting for our fortifications to trickle in. Travel to the east, to Hammerfall. The orcs there will no doubt have use of your aid.','Report to Gor\'mul at Hammerfall in Arathi Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26085,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,26094,56809,1,'Rallying the Defenders','While our engineers work on getting the bombers ready to fly again, our guards and mountaineers continue to fight the invaders.$B$BThey\'ve been out there since the incursion began, without so much as a chance to catch some sleep or have a meal. Ironforge\'s defenders are among the best on Azeroth, but even they have limits.$B$BTake these banners and plant them in banks of loose snow. Remind the men what they are fighting for and help keep their morale high.','Plant 8 Ironforge Banners in mounds of Loose Snow throughout the Ironforge Airfield.','','','','Ironforge Banners planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,42089,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26086,13202,5145,0,262152,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orako','$b$bWhere is that hunter? I sent Orako to Underlight Canyon to prepare a recon report a week ago! Sure, he\'s a handful, and I didn\'t mind getting him out of my hair, but I need his report.$b$bSay, what\'s your name? $N? Would you be willing to go track him down? It seems strange to send a $c to find a hunter, but I\'m running out of options.','Report to Orako at Underlight Canyon in Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26087,13202,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26086,0,0,0,'\"Glow-Juice\"','Shooting fish in a barrel is easy. Shooting fish in an ocean is a little harder.$b$bHave you seen the murlocs down in the canyon, $c? They don\'t shoot at all! They have little balls full of glow-juice on their heads that make the fish come to THEM. Hey, we should try that!$b$bGo south, and kill the crabs and groupers in the canyon. They have lots of glow-juice in their skin. I\'ve seen it!','Obtain 6 gobs of Glow-Juice from Pyreshell Scuttlers and Luxscale Groupers in Underlight Canyon.','','','','','','','',56573,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26088,13164,5145,0,1048584,80,81,0,0,0,0,0,0,0,0,0,26087,0,56813,1,'Here Fishie Fishie','$b$bHere, I got you this hat. It has a light on it, and it will make fish follow you. Just like the murlocs!$b$bThe murlocs like to hunt in the kelp and coral along the sides of the canyon. If you put on this hat and swim in that kelp, you might catch some fish like they do.','Put on the Fish Hat, then swim through the coral in Underlight Canyon to attract 30 Underlight Nibblers.','','','','','','','',56569,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26089,13164,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26087,0,0,0,'Die Fishman Die','A fish ate my wolf, and murlocs look like fish. I\'m going to make those murlocs pay!$b$bHead back down to the canyon and kill the fishmen! My wolf will be avenged!','Kill 4 Coldlight Hunters and 4 Coldlight Oracles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41925,41926,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26090,13202,5145,0,262144,80,81,0,0,0,0,0,0,0,0,0,26087,0,56570,1,'I Brought You This Egg','','Deliver the Enormous Eel Egg to Orako at Underlight Canyon in Vashj\'ir.','','','','','','','',56570,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26091,13202,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26090,0,56815,1,'Here Fishie Fishie 2: Eel-Egg-Trick Boogaloo','$b$bThis will make the egg explode. Place the egg down next to one of those giant eels, and wait for them to come close. When the egg explodes, the big fish will be almost dead, and you can finish killing it.$b$bSave my wolf! With this egg, you can do it.','Use the Eel-splosive Device near a Devious Great-eel in Underlight Canyon, then defeat the Weakened Great-Eel.','','','','Use Eel-Splosive Device on Devious Great-Eel','Avenge Wolf','','',0,0,0,0,0,0,0,0,0,0,0,0,42007,41927,0,0,1,1,0,0,0,0,0,0,0,0,0,0,59654,59653,59655,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,6,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26092,13202,5145,0,262152,80,81,0,0,0,0,0,0,0,0,0,0,0,56811,1,'Orako\'s Report','$b$bRight, a report. All that I\'ve seen here is fish. Lots and lots of fish.$b$b$b$bBring this back to the captain. This is my report.','Deliver Orako\'s Report to Captain \"Jewels\" Verne in Tenebrous Cavern.','','','','','','','',56811,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59649,59648,59647,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26093,13202,45,0,8,24,26,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northfold Manor','We are fighting a war for Stromgarde, and we are losing. The ogres, the Syndicate and we have divided our once great city, and each faction battles the other into a bloody stalemate.$B$BBut our forces dwindle while our enemy grows.$B$BThough Southshore has fallen, we must not let any further ground be yielded to our enemies.$B$BGo to the Syndicate base in Northfold Manor and slay them. We must reclaim the land for ourselves before the Horde has a chance to creep further.','Kill 10 Syndicate members at Northfold Manor.','Very good, $N. The last thing we need with the undead looming is a gang of common thieves distracting us.','This is vital to the survival of Stromgarde, Raknar. Do not waste time.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2589,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26094,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,26102,56814,1,'Striking Back','My chief engineer tells me that he\'s managed to get one of the bombers repaired and airworthy. Take these bombs with you, and look for the repaired bomber at the start of the runway.$B$BOnce you\'re airborne, use the bombs to do as much damage to the attacking Dark Iron dwarves as you can. I\'ve heard rumors that they\'re preparing to deploy a new kind of war golem. Keep your eyes peeled for those golems and make them your highest priority targets.','Board the Repaired Bomber and use the Iron Hammer Bomb to kill 30 Dark Iron attackers. You may kill any of the Dark Iron dwarves or their allies at the Ironforge Airfield.','','','','Dark Iron attackers slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,42093,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26095,13202,45,0,8,26,28,0,0,0,0,0,0,0,0,0,26093,0,0,0,'Stromgarde Badges','The Syndicate in Stromgarde do battle with our contingent of militia there. In order to urge the rabble to fight our more disciplined troops, the Syndicate leaders have placed a bounty on our soldiers, awarding gold for each Stromgarde Badge gathered off killed militiamen.$B$BWe want those badges retrieved - we cannot allow the cutthroats to take trophies from our brave fallen!$B$BEnter the Syndicate-controlled area of Stromgarde and hunt them for our badges.','Collect 7 Stromgarde Badges from Syndicate enemies in Stromgarde Keep.','Thank you, $N. We will inform the families of these fallen soldiers that they were killed in battle.\n\r\nIt will be grim news to bear, but it is better than the uncertainty of a missing loved one. ','Have you retrieved any Stromgarde Badges, $N? The Syndicate must learn they cannot profit from our dead. ','','','','','',4506,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59190,59191,59192,59193,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26096,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scalding Shrooms','We think that we have a use for the merciless ones that your friend from the cave delivered to us. But I need a preservative for it.$B$BDown below in the Scalding Chasm are some mushrooms with the properties that I need. Bring some back up to me and I\'ll see what I can do.','Collect 5 Scalding Shrooms.','','','','','','','',56810,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26097,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,26082,0,0,0,'Proof of Lies','At the heart of Battlescar Valley stands an ancient tree - a tree that has withstood the force of ages and has served as a place of peace and learning for generations. My kin have studied druidism at the grove, alongside the night elves, for as long as I can recall. Now I am to believe that the tree holds within it an Alliance weapon of mass destruction?$B$BKrom\'gar is wrong and I will prove it!$B$BI have sent my son, Orthus, to Thal\'darah Grove in search of this weapon. Go there now and meet him.','Find Orthus at Thal\'darah Grove in Stonetalon Mountains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26098,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,26097,0,56816,1,'Betrayal at the Grove','Druid corpses litter the room. Something seems amiss, as you see no signs of a struggle. Bloody drag marks lead in from the doorway.$B$BYou pry Orthus\' death grip open to find something disturbing in his hand: a Krom\'gar General\'s insignia.$B$BTake the Krom\'gar General\'s insignia back to High Chieftain Cliffwalker.','Take the Krom\'gar General\'s Insignia back to High Chieftain Cliffwalker at Cliffwalker Post in Stonetalon Mountains.','','','','','','','',56816,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26099,13202,406,0,10,26,30,0,0,0,0,0,0,0,0,0,26098,0,0,0,'Is This Justice?','He was a good boy, $N. Young, loving. He would have never killed any of the young druids. They were his friends! No... Not Orthus.$B$BThe General must be called to answer for this crime. I will have justice!','Defend yourself.','','','Defend yourself.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26100,13202,406,0,262152,26,30,0,0,0,0,0,0,0,0,0,26099,0,0,0,'The General is Dead','Perhaps if you spoke to Overlord Krom\'gar, $N. Maybe he would listen to what you had to say? You are a Champion in his army, after all. You saw everything. Please help us, $N. We simply wish to be left alone - in peace.$B$BTalk to Overlord Krom\'gar and try to help him see that we did not mean for any of this to happen.','Speak to Overlord Krom\'gar at Krom\'gar Fortress in Stonetalon Mountains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26101,13202,406,0,262152,26,30,0,0,0,0,0,0,0,0,0,26100,0,0,0,'Might Makes Right','You have done well to report this crime. The perpetrators of this heinous act will be punished. There will be blood.$B$BI will need a new General now that Grebo is dead. You shall take his place.$B$BMeet me at Cliffwalker Post, General. Together we will end this nonsense.','Meet Overlord Krom\'gar at Cliffwalker Post in Stonetalon Mountains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78529,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26102,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,26112,0,0,'Grimaxe\'s Demise','With you leading the way, we\'ve finally broken the momentum of the Dark Iron attack. General Grimaxe, the Dark Iron leader, is attempting to rally his troops from the center of their lines on the frozen lake to the south.$B$BHe stands atop one of their new dark iron golems, shouting orders to his men. If he succeeds in rallying them, they may still be able to overpower us. You must prevent that, $N. Destroy the golem guarding him, then kill General Grimaxe himself. He is the key to our victory.','Kill General Grimaxe at the Ironforge Airfield.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42010,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57579,57580,57581,57582,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26103,13164,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26219,0,56821,1,'Bio-Fuel','Submarine fuel is expensive!$b$bThe powers-that-be in Gnomeregan were generous enough to deliver several fuel barrels, but we\'re burning through it faster than expected. That means we\'re going to need to improvise.$b$bIt\'s a well-known fact that sea creatures are full of all kinds of interesting chemicals... like oil. Take this device up to Kothrun\'s End and stick it into the corpses of terrapins, remoras, and hammerhead sharks. If we don\'t get more submarine fuel, their oil might be our only hope.','Use the Oil Extrusion Pump on the corpses of Seabrush Terrapins, Scourgut Remoras, and Spinescale Hammerheads in Kothrun\'s End to obtain 4 Terrapin Oil, 4 Remora Oil, and 4 Hammerhead Oil.','','','','','','','',56818,56819,56820,0,0,0,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26104,13164,5145,0,16392,80,81,0,0,0,0,0,0,0,0,0,0,0,56835,1,'Our Aquatic Neigh-Bors','Good fortune to you, comrade.$b$bThe reinforcements are here, and they are bringink food, and men, and fresh mounts. The problem is that our mounts are highly immobile when placed under the water.$b$bDirectly above this cave, you vill find tall pillars with red, leafy kelp on their tops. Seahorses hide in the kelp. Throw this lasso into the kelp and catch us some mounts for usink in the water.','Use the Seahorse Lasso near the kelp atop the pillars in Korthun\'s End to capture 5 Panicked Seahorses.','','','','Seahorse captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,42116,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26105,13202,5145,0,1048584,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claim Korthun\'s End','The Horde has spies in this area? Darkbreak Cove is nearby, and inside lies the Pincer X2! The Horde must not be allowed anywhere nearby!$b$bSomeone in Darkbreak Cove will want to hear of this... after you finish slaying some more of these dirty Horde spies.','Kill 7 Hellscream Seadogs in Korthun\'s End.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42115,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26106,13202,5145,0,10,80,81,0,0,0,0,0,0,0,0,0,26103,26014,0,0,'Fuel-ology 101','How much do you know about fuel, $N? Constructing the perfect fuel is a tricky job, as there\'s plenty of factors to balance: chrono-pyroxidation parameters, tempero-incendiary variables, conflagrational siltification criteria... and that\'s only naming a few.$b$bHopefully the samples you brought me can be combined in the right proportions to create... the perfect bio-fuel. Use that table over there and try combining some samples! Bring the result to me when you\'re done.','Use the Fuel Sampling Station in Darkbreak Cove to create the perfect bio-fuel.','','','Create the perfect bio-fuel','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59646,59645,59644,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26107,13202,45,0,8,26,28,0,0,0,0,0,0,0,0,0,0,26108,0,0,'Raising Spirits','Our race\'s gift of shamanism stirred me from a years-long lethargy. Now I provide for all here, crafting the same boons that gave me newfound strength.$B$BThe Highland raptors are cunning and fierce beasts. Their spirits can grant our warriors great strength. Bring me raptor eyes, so I may make the amulets as Tor\'gan taught me.','Collect 10 Highland Raptor Eyes from Highland Striders or Highland Thrashers.','','','','','','','',4512,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26108,13202,45,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'Guile of the Raptor','The highland fleshstalkers to the south are even fiercer than the others of their kind. They possess not just strength, but true cunning.$B$BWhen I was trapped by lethargy, even the amulets of strength failed to move me. But Tor\'gan used the hearts of the fleshstalkers to imbue me with spirits that conquered my doubt, freeing me.$B$BOur soldiers deserve the guile of the raptor. Collect the fleshstalker hearts for me, $n.','Collect 12 Raptor Hearts from Highland Fleshstalkers.','','','','','','','',4513,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59202,59203,59204,59201,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26109,13202,45,0,16392,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'Land Ho!','Lolo sees a tiny $r! Always on the lookout, Lolo is!$b$bWelcome to Faldir\'s Cove. Captain O\'Breen said we\'d only be here for a few hours. Just long enough to gather the treasure and get back to Booty Bay.$b$bBut Lolo thinks we\'re going to be here a lot longer than that. We lost the other two ships from our formation. Poor Spirit of Silverpine and Maiden\'s Folly. On the bottom of the sea they rest now!$b$bLolo suggests you talk to Captain O\'Breen if you plan on sticking around here.','Talk to Captain O\'Breen at Faldir\'s Cove in Arathi Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,2,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26110,13202,45,0,8,26,28,0,0,0,0,0,0,0,0,0,26110,26114,0,0,'Just Like Old Times','It\'s funny. Kin and I have been through so much together, and here we find ourselves back in Arathi, like so many years ago.$B$BWe broke up a plot to create a new plague right here, her and I. It doesn\'t look like the Horde learned their lesson, because they\'re all over this farm yet again.$B$BTheir undead courier is shuffling around as obvious as daylight. If you want to help, find the courier and bring back whatever they\'re carrying.','Collect the Sealed Folder from the Forsaken Courier.','Apothecaries yet again. You think they\'d get the message. Let\'s see what it is this time...','We appreciate your help in looking for that courier, $N.\n\r\nWhile you were gone, Kin saw an apothecary come out of that same house to the south of here. I\'m confident that they\'re up to no good--I just need proof of it before we go off and do something rash.\n\r\nHave you had any luck yet? ','','','','','',4482,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26111,13164,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26072,0,0,0,'... It Will Come','I now imbue you with the energies of the corrupting faceless.$B$BSwim down to my luring totem in the trench to the northeast. Release the energies through it. Bring back the brain of their leader.$B$BCall forth to Ick\'thys the Unfathomable... it will come!','Obtain the Brain of the Unfathomable.','','','','','','','',56822,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59618,59619,59617,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26112,13202,1,0,8,7,10,0,0,0,0,0,0,0,0,0,0,0,56823,1,'Demanding Answers','So just how did all those Dark Iron warriors end up here, on the doorstep of Ironforge, on the verge of invading our city?$B$BDoes not \'Empress\' Moira, a member of our esteemed Council of Three Hammers, rule the Dark Iron? This cannot have happened without her knowledge and consent. This was no ragtag band of rebel dwarves, but a well-organized and fully equipped invasion force.$B$BI have prepared a report on the battle for the airfield. Take it to Ironforge, to the High Seat and confront her!','Take Stonebreaker\'s Report to Moira Thaurissan in Ironforge\'s High Seat.','','','','','','','',56823,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26113,13202,45,0,8,26,28,0,0,0,0,0,0,0,0,0,0,26110,0,0,'Quae and Kinelory','The Horde have held Go\'shek Farm to the east for a long time; it\'s never been of much concern compared to the rest of our problems here. But there\'s been reports of undead activity in the area.$B$BAnything more alarming than shuffling peons over there warrants investigation. This isn\'t the first time the undead have been up to no good at the farm, so I\'ve sent my best scouts there to check it out. Report to Quae and Kinelory and they\'ll fill you in.','Find Quae on the hill overlooking Go\'shek Farm.','Refuge Pointe sent you? Good to know they\'re still there.\n\r\nWe\'ve got some interesting things to check into here, $C. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26114,13202,45,0,8,26,28,0,0,0,0,0,0,0,0,0,26110,0,0,0,'Quae Trusts You','$B$BExpansion...control of territory... these undead aren\'t cooking up anything new, but they\'re planning to roll over all of Arathi. We need to disrupt their plans.$B$BI\'ll keep a lookout from up here. You go with Kin, and get those invasion plans. We\'re not going to let these walking corpses even know what day it is out here.$B$BAnd keep her safe, you hear me?','Speak to Kinelory near Go\'Shek Farm in Arathi Highlands.','The plague took our friends and family, but it was the Forsaken that took Phin. They\'re just as bad as the Scourge. I\'ll destroy every one of them with my own hands if I have to.\n\r\nWhen you\'re prepared, come let me know. We\'ll get started right away. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26115,13202,406,0,8,26,30,0,0,0,0,0,0,0,0,0,26101,26134,0,0,'To Be Horde...','Stand by me, $N, and watch as our mighty weapon destroys our enemies!$B$BLearn what it means to be Horde!','Learn what it means to be Horde.','','','','Learn what it means to be Horde.','','','',0,0,0,0,0,0,0,0,0,0,0,0,42124,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57512,57511,57510,57509,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,10700,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26116,13202,45,0,2,26,28,84,0,0,0,0,0,0,0,2,0,26117,0,0,'Kinelory Strikes','All right, $N. I\'m ready if you are.$B$BShall we?','Protect Kinelory until she returns to Quae.','You\'ve done a great service for us, $N. Thank you.\n\r\nI hope Kin wasn\'t too much of a handful down there. She\'s very friendly, but can be just as deadly when you\'re her enemy.','You\'d best keep with Kinelory. I rust you, but if something happens to her. I won\'t be accountable for my actions.','Protect Kinelory','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26117,13202,45,0,262152,26,28,0,0,0,0,0,0,0,0,0,26116,0,0,0,'For Southshore','I\'ve seen Kinelory look way worse after a night in the tavern than she does now. You obviously did a good job protecting her.$B$BRefuge Pointe will want to know of our success. I\'m going to stay here with Kin and let her catch her breath. Go on ahead without us.','Return to Commander Amaren at Refuge Pointe.','I admit I\'m impressed, $N. It\'s a small comfort amidst all that\'s happened here.\n\r\nYou have fought the undead, struck back against the Horde, and honored the memory of the victims of Southshore. On behalf of the kingdom of Stromgarde, I present you with an official commendation, and this reward. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59168,59169,59170,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26118,13202,1537,0,10,7,10,0,0,0,0,0,0,0,0,2,0,0,56837,1,'Seize the Ambassador','The ambassador\'s betrayal will long haunt me. You must arrest him before he can do further harm, or worse, before he can escape and start planning the next attack. Ironforge is not safe with Ambassador Slaghammer free inside the city.$B$BTake these manacles and go to the Dark Iron embassy. It\'s just to the north of the High Seat, around the rim of the Great Forge. Arrest Ambassador Slaghammer and return with him.','Go to the Dark Iron Embassy and use the Sturdy Manacles to arrest Ambassador Slaghammer.','','','Arrest Ambassador Slaghammer and bring him to the High Seat','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57583,57584,57585,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26119,13202,5145,0,263176,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG - Claim Our Stake Launched','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26120,13202,11,0,8,23,25,0,0,0,0,0,0,0,0,0,26189,0,0,0,'The Crazed Dragonmaw','The Dragonmaw orcs nearby are fast becoming a nuisance. Their suicidal attacks on the grove are merely annoying, though they provide my sentinels with some needed practice.$B$BMy scouts, however, have seen them rounding up black dragon whelps in nets. The last thing these lands need is a crude revival of dragon-taming. Strike out to the east, $c, and cut down the whelpstealers; make sure their folly does not come back to haunt us later.','Kill 12 Dragonmaw Whelpstealers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42041,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,59116,59115,59114,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26121,13202,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26219,26014,0,0,'Claim Korthun\'s End','You are seeink spies up above? This is not good... not good at all, comrade.$b$bReturn to Korthun\'s End and destroy them, my friend.','Kill 7 Hellscream Seadogs in Korthun\'s End.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42115,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26122,13202,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26221,0,56821,1,'Environmental Awareness','Have you ever smelled submarine fuel, $N? It\'s nasty stuff. Unfortunately, we need to burn huge amounts of it to get the Verne to move, and it\'s both bad-smelling AND deadly to the local wildlife. We need to be more environmentally conscious.$b$bThe sea creatures nearby have particularly oily flesh. Take this device up to Seabrush - just above this cave - and use it on the corpses of terrapins, remoras, and hammerhead sharks. Their oil might save the lives of hundreds of other sea creatures.','Use the Oil Extrusion Pump on the corpses of Seabrush Terrapins, Scourgut Remoras, and Spinescale Hammerheads in Seabrush to obtain 4 Terrapin Oil, 4 Remora Oil, and 4 Hammerhead Oil.','','','','','','','',56818,56819,56820,0,0,0,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26123,13202,5145,0,16392,80,81,0,0,0,0,0,0,0,0,0,0,0,56835,1,'When in Vashj\'ir...','Welcome, friend!$b$bReinforcements have arrived, and they\'ve brought food, orcs, and fresh mounts. Wait a minute... mounts?!$b$bHow are we supposed to get around underwater on WOLFBACK?!$b$b$b$bDirectly above this cave, in Seabrush, you will find tall pillars with red, leafy kelp on their tops. Seahorses hide in the kelp. Throw this lasso into the kelp and catch us some USEFUL mounts.','Use the Seahorse Lasso near the kelp atop the pillars in Seabrush to capture 5 Panicked Seahorses.','','','','Seahorse captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,42116,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26124,13202,5145,0,1048584,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secure Seabrush','The Alliance has spies in this area? Tenebrous Cavern is nearby, and inside lies the Horde\'s new submarine, the Verne! The Alliance must not be allowed anywhere nearby!$b$bSomeone in the cavern will want to hear of this incursion... after you finish slaying some more of these scheming Alliance spies.','Kill 7 Alliance Sea-Scouts in Seabrush.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42114,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26125,13202,5145,0,8,80,81,0,0,0,0,0,0,0,0,0,26221,26086,0,0,'Secure Seabrush','You saw spies up above? This is not good... I won\'t have it.$b$bReturn to Seabrush and get rid of them before they start trickling into our hideout.','Kill 7 Alliance Sea-Scouts in Seabrush.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42114,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26126,13202,5145,0,10,80,81,0,0,0,0,0,0,0,0,0,26122,26086,0,0,'The Perfect Fuel','How much do you know about fuel, $N? Constructing the perfect fuel is a tricky job, as there\'s plenty of factors to balance: chrono-pyroxidation parameters, tempero-incendiary variables, conflagrational siltification criteria... and that\'s only naming a few.$b$bHopefully the samples you brought me can be combined in the right proportions to create... the perfect bio-fuel. Use that table over there and try combining some samples! Bring the result to me when you\'re done.','Use the Fuel Sampling Station in Tenebrous Cavern to create the perfect bio-fuel.','','','Create the perfect bio-fuel','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59643,59642,59641,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26127,13202,11,0,8,23,25,0,0,0,0,0,0,0,0,0,26327,0,0,0,'The Twilight\'s Hammer Revealed','I and everyone else thought these fools were just Dark Iron up to no good, but these nutters are fullblown cultists!$B$BThe Twilight\'s Hammer wants nothing short of the destruction of the entire world. They\'ve thrown their lot in with Deathwing and Ragnaros, and they\'ve got a history with the Dark Iron.$B$BBut it doesn\'t matter who they are, what matters is they\'re in Dun Modr and they need to get out! I\'ll not let any past here. You get in there and crack some skulls!','Kill 12 Twilight\'s Hammer members in Dun Modr.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42154,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26128,13202,11,0,65544,23,25,0,0,0,0,0,0,0,0,0,26127,0,0,0,'The Battle of Thandol Span','I\'ve defended the Thandol Span from being destroyed before, against the Dark Iron themselves. And so did my father, and his father before him...$B$BThe only Dark Iron that managed to give me the slip ran straight for the bridge. Something\'s amiss, and I\'m betting when we get there we\'ll be waltzing right into an ugly trap.$B$BI could use your help, $n, for Ironforge. Are you with me?','Defeat Calamoth Ashbeard at the Thandol Span.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41522,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59113,59112,59111,59110,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26129,13202,4714,0,262144,1,3,0,0,0,0,0,0,0,0,0,14154,0,0,0,'Brothers In Arms','Listen, $N. For the first time since the civil war I agree with Greymane. Now is the time to put aside our quarrel.$B$BIt sure doesn\'t look like these beasts care much whether you\'re a rebel or a royal.$B$BSend word back to Greymane. My men will join his.$B$BThere\'s a safehouse not far from here, in Josiah\'s cellar. My lads stashed some heavy artillery there.$B$BTell our king that my arsenals are now at his disposal.','Speak to King Genn Greymane at the Military District in Gilneas City.','Rebel arsenals? In my own city?$B$BWhat in the bloody hell was Crowley up to?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26130,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26111,0,0,0,'Unplug L\'ghorek','L\'ghorek is the ancient that rests upon the shelf across from us. It is being controlled and its life energies slowly consumed by something immense beneath us.$B$BThere is a cave known as the Undershell down below L\'ghorek. In that cave are three powerful ogre magi that are maintaining a ritual connecting the thing below with the ancient. You must kill these three to disconnect L\'ghorek.','Slay Ur\'Goz, Sku\'Bu, and Neph\'Lahim.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41654,41655,41656,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26131,13202,1,0,262152,10,10,0,0,0,0,0,0,0,0,0,0,26854,0,0,'Reinforcements for Loch Modan','I\'ve been waiting for the council to hear my plea for hours, and it\'s not looking good. Moira\'s greatest desire seems to be to paralyze the council.$B$BMeanwhile, Loch Modan suffers. Our enemies are many and our resources are few. Please, $N, perhaps you will hear me if the council will not. Speak to Gryth Thurden, Ironforge\'s gryphon master. He\'s in the eastern part of the Great Forge. He\'ll provide a free flight to the South Gate Pass. Introduce yourself to Pilot Hammerfoot once you arrive.','Speak to Gryth Thurden at the Great Forge for a flight to Loch Modan. Speak with Pilot Hammerfoot when you arrive.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,1,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26132,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26111,0,0,0,'Fiends from the Netherworld','The ogre magi within the Undershell have summoned protectors for themselves: fleshling fiends from the netherworld.$B$BWe cannot risk these aberrations from being later used against our forces. While you are in there, I want you to destroy as many of those things as you can.','Slay 8 Nether Fiends.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41650,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26133,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26111,0,0,0,'Fiends from the Netherworld','Those ogre magi inside the Undershell have summoned defenders: fleshling fiends from the netherworld.$B$BI do not want to see these aberrations used against our forces. While you are in there, destroy all of them!','Slay 8 Nether Fiends.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41650,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26134,13202,406,0,262152,27,30,0,0,0,0,0,0,0,0,0,0,14184,0,0,'Nothing Left for You Here','There is nothing left for you here, $N. As for me, I must lay Masha\'s body to rest. Once I have done that I will go to the bombing site and begin the process of regrowth. Perhaps one day a new grove will bloom - a grove infused with the spirit of my child and the fallen night elf youths.$B$BIf you wish to travel to Desolace, I hear word of a blood elf named Furien seeking adventuring partners. Perhaps you should seek him out.$B$BFarewell, friend, I will never forget you.','Speak to Furien at Tethris Aran in Desolace.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26135,13202,5144,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25973,0,55171,1,'Visions of the Past: Rise from the Deep','What you told me of the naga before has been plaguing my mind. Who are these allies they\'re summoning? Do they really think they can defeat the Tidehunter?$B$BEscaping this cave brings a degree of relief, but our purpose here remains. I\'m hoping you will be willing to seek answers from the Battlemaiden one last time.$B$BThere\'s only one place that I can think of where they would have taken the artifact - the temple atop the ruins. It\'s sure to be well guarded. Proceed carefully.','Witness the concluding story of the Battlemaiden by using her broken blade somewhere in the Temple of Quel\'Dormir.','','','','Infiltrate Quel\'Dormir Temple','Witness the Concluding Story of the Battlemaiden','','',0,0,0,0,0,0,0,0,0,0,0,0,41982,41222,0,0,1,1,0,0,0,0,0,0,0,0,0,0,59667,59666,59668,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,312000,0,0,0,0,0,0,0,0,0,0,332400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26136,13202,85,0,1032,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'FLAG - Rigor Mortis Removed','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26137,13202,11,0,8,18,20,0,0,0,0,0,0,0,0,0,0,25395,0,0,'Checking on the Boys','I\'m sure you\'ve seen just how bad the damage to the Loch is by now. The damage spreads further than that, I\'m afraid; all that water had to go somewhere, and it went down into the Wetlands.$B$BThere\'s a lot of fine dwarves down there trying to help out, and they need supplies. That\'s why I sent two of my mountaineers ahead with a cask of ale along the path into the Wetlands.$B$BI haven\'t heard back from them since they set off down the road to Dun Algaz. Would you mind checking up on them?','Travel to the Wetlands and speak to Mountaineer Rharen near Dun Algaz.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26138,13202,11,0,262152,22,24,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ferilon Leafborn','There\'s a group of night elves that call the wetlands home now. A bunch of them shipped in from Kalimdor to study the land here, look at the plants, that sort of stuff.$B$BOne of the druids by the name of Ferilon stopped by here a while back. He was nice enough to give us a hand with some raptors, and he mentioned something about needing more folk to help out with his duties.$B$BIf you\'ve got the time, you\'ll find him at the place they call Greenwarden\'s Grove, to the northeast.','Find Ferilon Leafborn at Greenwarden\'s Grove.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26139,13202,45,0,786432,23,25,0,0,0,0,0,0,0,0,0,26128,26093,0,0,'Into Arathi','You should go on ahead and warn the other side of the span about this, $n.$B$BOver the bridge to the north you\'ll find Refuge Pointe, the stronghold of the Alliance in Arathi. Tell Captain Nials to keep an eye out for these Twilight\'s Hammer curs.','Travel to Arathi Highlands and speak with Captain Nials in Refuge Pointe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,3,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26140,13202,5145,0,262280,80,82,0,0,0,0,0,0,0,0,0,26130,0,56822,1,'Communing with the Ancient','Place the dead merciless one upon your head to pose as one of their slaves.$B$BEnter L\'ghorek. Commune with the ancient.','Deliver the Brain of the Unfathomable to L\'ghorek in the Cerebrillum inside of L\'ghorek in Vashj\'ir.','','','','','','','',56822,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26141,13202,5145,0,8388744,80,82,0,0,0,0,0,0,0,0,0,26140,26154,0,0,'Runestones of Binding','ON THE OTHER... SIDE OF... MY CHAMBER THERE... ARE... CANDIDATES FOR ASCENSION.$B$BWE WILL NEED... THEIR... RUNESTONES OF BINDING... TO CREATE A... MEANS OF CONTROLLING... A BOUND ELEMENTAL.','Collect 7 Runestones of Binding.','','','','','','','',57096,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26142,13202,5145,0,8388744,80,82,0,0,0,0,0,0,0,0,0,26140,26154,0,0,'Ascend No More!','TO STOP... THEIR... RITUALS OF ASCENSION... YOU MUST DESTROY... THE ANCIENT CONDUITS.$B$BTHEY USE... THE CONDUITS TO... SIPHON... MY ENERGIES AWAY... AND MAKE... ASCENDANTS.$B$BA FIGHT WITH... NEPTULON IS IMMINENT. THE TWILIGHT\'S HAMMER... MUST BE DENIED... THESE CREATURES.','Destroy 5 Ancient Conduits.','','','','Ancient Conduits destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26143,13202,5145,0,128,80,83,0,0,0,0,0,0,0,0,0,26154,0,57172,1,'All that Rises','$B$BNOW THAT... YOU HAVE STOLEN... THE ENERGIES OF... THE FAITHFUL, ENTER... THE TEMPLE AND... DESTROY... HALLAZEAL THE ASCENDED!','Slay Hallazeal the Ascended.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41659,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59609,59608,59610,59607,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258000,0,0,0,0,0,0,0,0,0,0,395100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26144,13202,5145,0,327808,80,82,0,0,0,0,0,0,0,0,0,26140,0,57102,1,'Prisoners','The Twilight cultist dropped this key. Use it to free the Alliance prisoners in the cages inside of L\'ghorek.$B$BHurry before the prisoners become sacrifices to whatever lurks below!','Rescue 5 Alliance Prisoners.','','','','Alliance Prisoners rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,42225,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,59615,59616,59614,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26145,13202,38,0,8,10,12,0,0,0,0,0,0,0,0,0,13635,0,0,0,'The Trogg Threat','$C, you may or may not be aware of the trogg threat looming over dwarven lands. With the Ironforge Reserve called up to the Alliance Front, we\'re left with a fraction of the defense forces needed to keep these lands safe. My regiment is assigned to watch over the town here and we cannot leave our post for fear of invasion.$b$bBut we need some pressure put on those damned troggs lurking in the hills. If you\'re up to the task, wage an assault on the troggs. Bring me back eight trogg stone teeth as proof.','Collect 8 Trogg Stone Teeth.','','','','','','','',2536,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26146,13202,38,0,8,10,12,0,0,0,0,0,0,0,0,0,13635,26148,0,0,'In Defense of the King\'s Lands','We need to protect the Loch, $N! With so many of the King\'s soldiers fighting valiantly on remote battlefields, we\'ve become overwhelmed on the home front. Troggs are tunneling up from every crevice! The trogg infestation poses the largest threat to Ironforge.$b$bWe need you, brave adventurer, to venture forth and lay waste to the trogg threat. Slay twelve Stonesplinter troggs and venture back.','Kill 12 Stonesplinter Troggs or Stonesplinter Scouts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1161,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,58986,58985,58984,0,0,0,1,1,1,0,0,0,414,0,0,0,5,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26147,13202,38,0,8,10,12,0,0,0,0,0,0,0,0,0,26146,0,0,0,'Bigger and Uglier','The Mountaineers tell me you are quite brave and capable, $N. We need a $r like you around here. The Trogg problem isn\'t getting any better. The reserves have been called to the front and we\'re all alone out here. But now that we have a seasoned $c here, let\'s see what you can do.$b$bGo out and kill 8 Stonesplinter Shaman and 8 Stonesplinter Bonesnappers. You should find them in and around the caves in the southern mountains.$B$BLet\'s see if you live up to your reputation, Trogg-Slayer.','Kill 8 Stonesplinter Shaman and 8 Stonesplinter Bonesnappers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1197,1164,0,0,8,8,0,0,0,0,0,0,0,0,0,0,58994,58996,58995,0,0,0,1,1,1,0,0,0,2863,0,0,0,3,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26148,13202,38,0,8,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Decisive Strike','It appears that these beasts in Loch Modan are following the lead of a chieftain named Grawmug. He\'s the biggest of all the troggs here, lurking deep within the darkness of the caves to the north.$b$bIf you feel yourself worthy, $N, I want you to lead the assassination mission on Grawmug.','Kill Grawmug.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42230,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,58990,58989,58988,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,-6154,-2951,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26149,13202,5145,0,327808,80,82,0,0,0,0,0,0,0,0,0,26140,0,57118,1,'Prisoners','The Twilight cultist dropped this key. Use it to free the Horde prisoners in the cages inside of L\'ghorek.$B$BHurry before the prisoners become sacrifices to whatever lurks below!','Rescue 5 Horde Prisoners.','','','','Horde Prisoners rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,42234,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,59612,59613,59611,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26150,13202,12,0,262152,5,6,0,0,0,0,0,0,0,0,0,60,106,0,0,'A Visit With Maybell','You seem like the helpful type, $N. How about doing an old man a favor?$B$BThe last time I was over at the Maclure Vineyards I overheard Maybell crying in her cottage. Would you be so kind as to go check up on her? I\'m a little worried.','Speak to Maybell Maclure at the Maclure Vineyards in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26151,13202,0,0,540672,3,3,0,0,256,0,0,0,0,0,0,0,0,57121,1,'Dark Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of the void - no doubt a message from our local warlock trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Dark Letter and speak to Drusilla La Salle at the graveyard in Northshire Valley.','','','','','','','',57121,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26152,13202,12,0,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: James Clark','By decree of the Stormwind Army, a bounty has been placed on the head of James Clark.$B$BClark is wanted for robbery, burglary, arson, and murder. He is also a suspect in the kidnapping and disappearance of the Brackwell\'s prized pig, Princess.$B$BJames Clark was last seen heading towards Eastvale Logging Camp.$B$BBring James Clark to justice and report to Marshal McCree at Eastvale Logging Camp.','Kill James Clark and take James Clark\'s Head.','','','','','','','',57122,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26153,13202,0,0,4352,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'Penny\'s Pumpkin Pancakes','My daughter Penny loves pumpkin pancakes but we have had a shortage of pumpkins here in Elwynn from the frostbite last season. I have heard of a new pumpkin patch north of Stormwind that might be ripe for the picking now though. Head out and harvest a few of those ripe pumpkins for me and let\'s see what we can do.','Obtain 6 Stormwind Pumpkins. Deliver them to Robby Flay in Stormwind City.','','','','','','','',57137,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26154,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,0,0,57172,1,'Twilight Extermination','NOW, TAKE... THE ATTUNED RUNESTONE... AND USE... IT TO POSSESS... ONE OF... THE BOUND TORRENTS... AT... THE CENTRAL TEMPLE. THEY WILL IGNORE... YOU. YOU ARE BENEATH... THEIR NOTICE.$B$BUSE... THE ELEMENTAL\'S POWERS... TO DESTROY... THE TWILIGHT DEVOTEES... AND... THEIR... FACELESS OVERSEERS.','Possess a Bound Torrent and then slay 50 Twilight Devotees and 10 Faceless Overseers.','','','','Bound Torrent possessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,42343,42280,42285,0,1,50,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26155,13202,38,0,16392,15,18,0,0,0,0,0,0,0,0,0,0,26156,0,0,'A Dark Threat, Remembered','Years ago, the Dark Iron tried to destroy the Stonewrought Dam. Moira may be parked in Ironforge\'s fancy new senate, but I\'m not about to forget the past, not when a whole field trip of them are milling about here in the Loch.$B$BI need you to get in there and find out what they\'re really up to. Find their real plans. They\'ll no doubt be in the center of their camp.$B$BTry not to be seen... but if you are, defend yourself, $n. I\'d hate to lose a good $r out there.','Obtain the Stonewrought Schematics from the Dark Iron in the center of The Loch.`','','','','','','','',57133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59013,59012,59011,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26156,13202,38,0,16392,15,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'All The King\'s Men','The Stonewrought Dam may already be broken, $n, but it holds back more than just water. The whole thing\'s hanging by a thread. With the land already destabilized, if they blow the remaining part of the dam...$B$B...half of Loch Modan could collapse! The damage would be even more catastrophic. We\'ll be standing on a giant sinkhole if we don\'t act fast.$B$BGet to the Stonewrought Dam and stop those Dark Iron Sappers. Make sure none of them get away!','Kill 6 Dark Iron Sappers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1222,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,59025,59024,59023,59022,59021,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26157,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,25716,0,57136,1,'Kasim Sharim','I need you to pass on a message for me.$b$bKasim Sharim is an old blood mage that knows a great deal about the demons of the Blasted Lands. Though you wouldn\'t know from looking at him, he\'s quite old, and very powerful... if a little eccentric. As of late, he spends his days in the back of the Serpent\'s Coil, a cave not far from where you killed those cultists.$b$bPlease, deliver this message to him. He will know what it means.','Report to Kasim Sharim in the back of the Serpent\'s Coil in the Blasted Lands.','','','','','','','',57136,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,54,0,0,0,0,5,5,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26158,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,26157,0,0,0,'Attune the Bloodstone','Did you have fun fighting your way to the back of this cave? I admit, I haven\'t picked the most... convenient of spots to perform my studies, especially for passing adventurers who wish to enter and leave at will.$b$bHowever, I can allow you to attune yourself to my bloodstone teleporters. Simply place your hands on the stone in the back corner, and you will be teleported outside of the cave. Then use the stone outside to teleport back!','Attune yourself to the Bloodstone Teleporters in the Serpent\'s Coil.','','','','Use internal Bloodstone Teleporter','Use external Bloodstone Teleporter','','',0,0,0,0,0,0,0,0,0,0,0,0,-203753,-203752,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,2,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26159,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,26158,0,0,0,'The First Step','Like any good bloodmage, I perform my magic with blood. All blood is different, and the Blasted Lands has several useful flavors, if you know where to look.$b$bFor our purposes? Basilisks and hyenas, even amounts. We\'re going to need plenty of it. Head west, to the center of the Blasted Lands. And don\'t forget... you can use that teleporter!','Obtain 9 vials of Snickerfang Hyena Blood and 9 vials of Redstone Basilisk Blood.','','','','','','','',55826,55827,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26160,13202,4,0,10,54,55,0,0,0,0,0,0,0,0,0,26159,0,0,0,'Blood Ritual','I suppose you want to know what we\'re doing. Here\'s the short version - a version at which I happen to be an expert:$b$bThe Shadowsworn cultists wish to summon the demon, Razelikh, back to the Blasted Lands. We cannot allow this to happen. So we\'re going to summon him ourselves, and then kill him. A task not as simple as it sounds...$b$bLet me know when you are ready to begin the blood ritual, and then stand back.','Speak with Kasim Sharim to begin the blood ritual.','','','Speak with Kasim Sharim to begin the blood ritual','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,2,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26161,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,26166,0,0,0,'Not Just Any Body','We need Loramus Thalipedes, the demon hunter. He knows Razelikh\'s true name, and as you know: if you know the name of the demon, you have power over it. The problem is that Loramus has been killed, and his body torn apart.$b$bIf you bring me the pieces, we still have a recourse. All three pieces are in the west... the Dreadmaul ogres hide them in their caves. Move quickly, for much like Grimeo, Loramus also owes me a debt...','Find Loramus\' Head, Loramus\' Torso, and Loramus\' Legs.','','','','','','','',55829,55836,55837,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26162,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,26161,0,56032,1,'The Altar of Storms','Up on the bluffs to the west lies a powerful altar. A powerful DEMONIC altar, guarded by cultists, but powerful nonetheless. If you can reach it, you can use it to bring Loramus back to us.$b$bThe altar will likely resist your efforts, so you\'ll have to protect Loramus\' body while the ritual completes. Bring the demon hunter back to me afterwards.','Bring Loramus\' Body to the Altar of Storms, then protect it while the ritual completes.','','','','Loramus resurrected','','','',0,0,0,0,0,0,0,0,0,0,0,0,41193,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59390,59387,59389,59391,59388,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,7,0,0,0,0,0,0,25500,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26163,13202,4,0,262152,54,56,0,0,0,0,0,0,0,0,0,0,0,56019,1,'Time is Short','Razelikh plans to return to the Blasted Lands and overwhelm Azeroth with his demons. Even now, he is preparing to summon his legions to eliminate us. With these three amulets, we have the method to summon him... but no way to destroy him.$b$b$b$bDeliver this to Grimeo at the Dark Portal, to the southeast. He will guide you. Quickly! Time is short! And so am I!','Deliver the Discordant Rune to Watcher Grimeo at the Dark Portal in the Blasted Lands.','','','','','','','',56019,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,2,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26164,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,26163,26166,56024,1,'The Charred Granite of the Dark Portal','Kasim wants you to gather granite chips from these chunks of rock around the Dark Portal. I don\'t know what he\'d want rocks for, but I have my suspicions, and they\'re not pleasant ones.$b$bUse this pick and look for small outcroppings of rock along the edge of the portal\'s blast radius.','Obtain 24 Charred Granite Chips.','','','','','','','',55989,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26165,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,26163,26166,0,0,'The Vile Blood of Demons','Sharim wants demon blood. Speaking personally, the stuff does not even seem like blood to me - more like liquid rot - but that is of no consequence.$b$bLuckily for you, the area around the Dark Portal is crawling with demons. Infernals, felhounds, felguards... they\'ve all got what you need, in copious, pustulent amounts.','Obtain 7 bottles of Vile Demonic Blood.','','','','','','','',55991,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26166,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,0,0,57140,1,'Enhancing the Stone','$b$bThat\'s all that the gnome asked of us. When you see him, make sure you let him know that this task ends my debt. I will not suffer his requests any longer.','Bring Grimeo\'s Package to Kasim Sharim at the Serpent\'s Coil in the Blasted Lands.','','','','','','','',57140,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,3,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,25200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26167,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,26160,0,0,0,'The Amulet of Allistarj','To summon our demon, we need three amulets, and the first is the Amulet of Allistarj.$b$bAllistarj himself is dead, but he locked his amulet up in a trove inside this very cave. Along with the other amulets, this relic will give us access to Razelikh\'s perch.$b$b$b$bThe amulet is close to the entrance. I recommend using the teleporter.','Obtain the Amulet of Allistarj from the Serpent\'s Coil in the Blasted Lands.','','','','','','','',10755,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26168,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,26160,0,0,0,'The Amulet of Sevine','The second amulet, Sevine\'s amulet, is in the hands of a murloc, far to the south, on a shelf that overlooks the Shattershore. How it ended up in that murloc\'s possession, I cannot say, but I can state with certainty that you will find it there.$b$bBring her amulet to me, along with the rest.','Obtain the Amulet of Sevine from Salt-Flop near the Shattershore in the Blasted Lands.','','','','','','','',10754,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26169,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,26160,0,0,0,'The Amulet of Grol','Grol... the ogre.$b$b$b$bIt would seem that Grol\'s body no longer rests with the ogres. His body, along with his amulet of power, is in a wrecked ship off the Shattershore, to the east. His amulet is the last... once combined, the three will give us access to Razelikh, and therein lies our chance to stop his madness.','Obtain Grol\'s Amulet from the Shattershore in the Blasted Lands.','','','','','','','',10753,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59381,59382,59380,59383,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26170,13202,4,0,10,54,56,0,0,0,0,0,0,0,0,0,26162,0,0,0,'The Final Ritual','The knife is ready. Loramus is present, and he knows what he must do. I must now take the three amulets and use their enchantment to grant you access to Razelikh, the amulets\' creator.$b$bI am prepared to perform the ritual on you and Loramus. Speak with me when you are both ready.','Speak with Kasim Sharim and participate in his ritual.','','','Participate in Kasim Sharim\'s ritual','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26171,13202,4,0,8,54,57,0,0,0,0,0,0,0,0,0,26170,0,56012,1,'You Are Rakh\'likh, Demon','Hero, listen well.$b$bFirst, we must travel to the Deathly Usher, who waits at the northern foot of the Rise of the Defiler, to our northwest. The usher will take us to the top of the rise. Once there, you will help me defeat Razelikh, for I fear I am not strong enough to defeat him alone.$b$bMost importantly, I need you to hold the stone knife, and do not use it until I tell you to. The knife will trap Razelikh\'s soul within its new, eternal prison.$b$bIf we succeed, speak with Grimeo, the draenei.','Speak with the Deathly Usher north of the Rise of the Defiler. Once atop the Rise, destroy Razelikh\'s body, then use the Stone Knife of Sealing to imprison his soul.','','','','Razelikh\'s body destroyed','Razelikh\'s soul imprisoned','','',0,0,0,0,0,0,0,0,0,0,0,0,41280,41292,0,0,1,1,0,0,0,0,0,0,0,0,0,0,59398,59397,59396,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,8,0,0,0,0,0,0,34700,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26172,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,26158,0,0,0,'A Bloodmage\'s Gotta Eat Too','Contrary to popular belief, ancient and powerful bloodmages do NOT drink blood. We eat normal food like everybody else - something which can be hard to come by in the recesses of a hostile cultist stronghold.$b$bThe ashmane boars in the central valley of the Blasted Lands are, if nothing else, convenient for eating, as their meat does not require any cooking. Would you hunt these boars and help me replenish my ever-dwindling foodstores?','Obtain 5 Ashmane Steaks from Ashmane Boars in the Blasted Lands.','','','','','','','',55828,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59384,59386,59385,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26173,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Protecting Our Rear','The only reason you see me standing aside Horde soldiers is because our duty outweighs our enmity... however slightly. We have been charged with protecting the Dark Portal from unauthorized travel, and with the recent cataclysm, we are particularly susceptible to an attack. We\'ve already heard reports of black dragons in the area...$b$bWith my men focused on their duty, we need someone to keep the area demons in check. Around the portal you will find three demon lieutenants. Slay them.','Kill Jarroc Torn-Wing, Shahandana, and Gomegaz.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41164,41165,41166,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26174,13202,4,0,8,54,56,0,0,0,0,0,0,0,0,0,26173,0,0,0,'Watching Our Back','$b$bI have orders from... higher up... that you would be suitable for. I\'ve seen the Horde periodically referring to a stack of papers on that barrel over there. I\'d like you to take a look at those papers and find out what it is that they\'re plotting. My duty and station prevent me from such a questionable task, but a newcomer like you might be able to slip in unnoticed...','Examine the Horde Plans at the Dark Portal without getting caught.','','','','Examined the Horde Plans','','','',0,0,0,0,0,0,0,0,0,0,0,0,-203225,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59394,59393,59395,59392,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26175,13202,4,0,262152,55,57,0,0,0,0,0,0,0,0,0,26174,0,0,0,'Surwich','Other than what you\'ve seen, the Portal\'s been surprisingly quiet. There isn\'t much more work I can give to you, I\'m afraid.$b$bIf you\'re looking for trouble, you might try the Gilnean fishing village to the southwest. Surwich, I think it was.$b$bI know we\'re supposed to be friends with the Gilneans, but really? Worgen? I had enough trouble getting used to the draenei.','Report to Mayor Charlton Connisport at Surwich in Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26176,13202,38,0,8,10,12,0,0,0,0,0,0,0,0,0,26148,0,60495,1,'Onward to Thelsamar','You\'ve helped us quite a bit here. If you\'re leaving, I\'d ask you to take this status report up to Thelsamar.$B$BFollow the road just north, and you can\'t miss it. Mountaineer Kadrell will want the report.','Deliver Captain Rugelfuss\'s Status Report to Mountaineer Kadrell in Thelsamar.','','','','','','','',60495,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,4,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26177,13202,0,0,4352,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'Feeling Crabby?','Fresh crab legs have always been one of the King\'s favorite foods. We have had good luck catching fresh crabs in the canals over the past few weeks. Do you think you can lend me a hand and catch a few of them for me? Be sure to catch them alive, they are no good to me dead, the King requires the freshest catch we can muster.','Catch 6 Canal Crabs. Deliver them to Robby Flay in Stormwind City.','','','','','','','',57175,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26178,13202,65,0,4232,71,72,0,0,0,0,0,0,0,0,1,0,0,0,0,'Planning for the Future','We must move decisively against the wolvar if we\'re to have a chance of survival. However, I worry that in our zeal, too many of them will be slain.$B$BThe Snowfall Glade wolvar have as much right to exist as do we. You and I will see to it that they get that chance.$B$BIf Elder Ko\'nani hasn\'t asked you already, he will ask you to deal with them. While you\'re upon the glade to the north, I\'d like you to bag up their pups and bring them back to me.','Collect 12 Snowfall Glade Pups. Deliver them to Trapper Mau\'i at Moa\'ki Harbor.','','','','','','','',35692,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,5,0,0,0,0,0,0,50000,0,0,0,0,0,0,0,0,0,0,121800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26179,13202,215,0,8,5,7,0,0,0,0,0,0,0,0,0,751,20440,0,0,'The Venture Co.','This explains the buildup of Venture Co. employees and equipment we\'ve seen in Mulgore. Those goblins... their company is expanding too quickly for their own good. It\'s how they say, show a goblin something, and you can hear the scales in the background.$b$bGreedy little things, they are. Unfortunately for their business enterprise, we tauren cannot allow them to conduct their operations in our lands. Go to their mine northeast of the ravaged caravan and send them a message.','Kill 7 Venture Co. Workers for Morin Cloudstalker at Bloodhoof Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2978,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26180,13202,215,0,8,6,8,0,0,0,0,0,0,0,0,0,751,20440,0,0,'Supervisor Fizsprocket','According to the documents you salvaged from the caravan, the Venture Co. created many plans to attempt to drive us from our lands here, so that they could have free reign to plunder our lands.$b$bThe depths that they would sink to accomplish their goals disgusts and appalls me. I want the mastermind behind their plans killed. His name is Supervisor Fizsprocket, you will find him at the Venture Co. mine east of the ravaged caravan. Bring me his clipboard, we shall see if we find out anything useful.','Kill Supervisor Fizsprocket and collect Fizsprocket\'s Clipboard.','','','','','','','',4819,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57208,57242,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26181,13202,5145,0,1048712,80,82,0,0,0,0,0,0,0,0,0,26143,0,0,0,'Back to Darkbreak Cove','YOU MUST RETURN... TO... THE DARKBREAK COVE. ERUNAK STONESPEAKER AWAITS... YOU WITHIN.$B$BI DIE NOW....','Speak with Erunak Stonespeaker at Darkbreak Cove in Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26182,13202,5145,0,1310856,80,82,0,0,0,0,0,0,0,0,0,26143,0,0,0,'Back to the Tenebrous Cavern','YOU MUST RETURN... TO... THE TENEBROUS CAVERN. ERUNAK STONESPEAKER AWAITS... YOU WITHIN.$B$BI DIE NOW....','Speak with Erunak Stonespeaker at the Tenebrous Cavern in Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26183,13202,0,0,4352,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'The King\'s Cider','I am forever in debt to our King for all that he has done for us. One thing I can do for him is make his favorite drink! Lucky for us, the ingredients we need to make this wonderful drink are located right here in Stormwind City. Apple trees can be found in every district of Stormwind. These trees are too tall to pick the fruit from, but lucky for us the apples have fallen to the ground and are easy to retrieve.','Obtain 12 Juicy Apples. Deliver the fruit to Robby Flay in Stormwind City.','','','','','','','',57197,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26184,13202,4,0,8,55,58,0,0,0,0,0,0,0,0,0,26175,0,0,0,'Wormthorn\'s Dream','Not surprisingly, most of our citizens in Surwich did not come to the Blasted Lands for the pleasant atmosphere. They came following the dream of an idealistic druid: Marl Wormthorn. Wormthorn believed that the Tainted Scar could be healed, and attempted to grow it back.$b$bIt looks like he was wrong. He grew his forest, but the land is still plagued by demons, and his great-tree is twisted and gnarled.$b$bI\'m still hopeful. Maybe if we head into the Tainted Forest and clear out some of the taint...','Kill 5 Doomguard Destroyers, 5 Dreadlord Defilers, 5 Corrupted Darkwood Treants, and 3 Felspore Bog Lords in the Tainted Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41470,41471,45119,45125,5,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,67500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26185,13202,4,0,8,55,58,0,0,0,0,0,0,0,0,0,26184,0,0,0,'Advice from the Cenarion Circle','I believe that the taint of the Blasted Lands has finally exerted its influence over my friend Wormthorn. His experiment has failed, and his great-tree now only serves as a focus for the demons to rally around.$b$bThe tree must come down, and Wormthorn with it. Speak with the Cenarion Observer on the other side of town; she should have some idea how to proceed.$b$b$N: the act we are about to commit must not be made known to the townspeople of Surwich. Morale is low enough as-is.','Report to Cenarion Observer Shayana at the Surwich in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26186,13202,4,0,8,55,58,0,0,0,0,0,0,0,0,0,26185,0,0,0,'Demoniac Vessel','We need a way to get Wormthorn\'s attention. Something to break him out of his trance. Something that\'s guaranteed to work.$b$bThe few types of wildlife that managed to make a foothold in the Tainted Forest are, without a doubt, affected by the land\'s latent energies. Your task is to collect their body parts and find a way to combine them into a vessel. If Wormthorn\'s trance is druidic, or even if it is demonic, a large enough vessel of tainted animal flesh should be able to break it.','Kill the Tainted Black Bears, Tainted Nightstalkers, and Tainted Screechers in the Tainted Forest, and try to assemble their parts into a Demoniac Vessel.','','','','','','','',57184,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,942,0,0,0,0,5,5,0,0,0,0,0,17500,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26187,13202,4,0,8,55,59,0,0,0,0,0,0,0,0,0,26186,0,57185,1,'The Downfall of Marl Wormthorn','When word gets out about what we\'ve done... there\'s no saying what the citizens of Surwich will do. They cling so closely to Wormthorn\'s dream...$b$b...but still, it must be done. Take the demoniac vessel and use it on Marl Wormthorn to pull him from his trance. Return to me when he is no more.','Kill Marl Wormthorn at Maldraz in the Blasted Lands. You can use the Demoniac Vessel to pull him out of his trance.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42334,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59400,59402,59401,59399,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,26500,0,0,0,0,0,0,0,0,0,0,111600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26188,13202,215,0,8,6,8,0,0,0,0,0,0,0,0,0,14491,0,0,0,'Mazzranache','My grandfather told me stories about his battles with a strider named Mazzranache. He told me of its demonic red eyes, razor-sharp talons and venomous bite.$b$bAs fortune would have it, while traveling across the plains, I encountered it, and it took a nasty bite from my shoulder. He was as terrible as my grandfather described. I have gathered all the parts of the remedy I need to cure myself... except a flatland cougar femur.$B$BI grow weaker by the moment... please, help me.','Bring a Flatland Cougar Femur to Maur Raincaller at Bloodhoof Village.','','','','','','','',4805,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57209,66616,57234,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26189,13202,11,0,8388616,22,24,0,0,0,0,0,0,0,0,0,25849,0,0,0,'The Angerfang Menace','When we hauled up here to get away from the raptors, we put ourselves right next to a whole slew of Dragonmaw orcs!$B$BI\'ve heard the stories in Menethil, how the Dragonmaw are even cruder barbarians than other orcs, how they strangle black dragons with their bare hands... I don\'t know how much of it\'s true, but I know we can\'t just let \'em sit up here in the hills.$B$BYou\'ve got the chops for it, $n. Head east to the Angerfang Encampment, take care of those orcs, and make sure you get their leader!','Slay Gorfax Angerfang and 16 Dragonmaw Orcs in the Angerfang Encampment.','','','','','Angerfang Dragonmaw slain','','',0,0,0,0,0,0,0,0,0,0,0,0,46122,42151,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26190,13202,0,0,4352,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'A Fisherman\'s Feast','If there is one meal I know the King likes, it\'s fresh catfish. Catfish are easy to prepare but hard to catch. That\'s where you come in! We have a good population of gigantic catfish here in the waters of Stormwind but the competition to catch them is intense to say the least. I need you to figure out a way to \"acquire\" some of these fine catfish for our King. You will find fishermen at the small canal docks around town. You should be able to figure out the rest of the plan on your own.','Obtain 5 Gigantic Catfish. Deliver the fish to Robby Flay in Stormwind City.','','','','','','','',57245,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26191,13202,5144,0,2097288,80,81,0,0,0,0,0,0,0,0,0,25863,0,0,0,'The Culmination of Our Efforts','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77284,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26192,13202,0,0,4360,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'Orphans Like Cookies Too!','The orphans of Stormwind are often forgotten, but not today my friend. The king has requested a special batch of cookies be baked and sent immediately over to the orphanage. I was almost finished with the final batch when I ran out of confectioners\' sugar. Can you run out and get some more for me? You should be able to find it at any of the general stores or inns inside of Stormwind.','Obtain 4 sacks of Confectioners\' Sugar. Deliver the sugar to Robby Flay in Stormwind City.','','','','','','','',57246,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26193,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26181,0,0,0,'Defending the Rift','The whispers of the elements are crowding my thoughts, $n...$b$bThe Throne of Tides is under siege!$b$bWe cannot stand idly by while the naga threaten Neptulon\'s realm.$b$bMake ready! With this submarine and its armaments, perhaps we can make a difference.$b$bSpeak to me when you are prepared for battle.','Speak to Erunak in Darkbreak Cove to enter the battle for the Abyssal Breach.','','','','Fight in the Battle for the Abyssal Breach','','','',0,0,0,0,0,0,0,0,0,0,0,0,42565,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59604,59605,59606,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,246000,0,0,93268,0,0,0,0,0,0,0,314100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26194,13202,5145,0,136,80,82,0,0,0,0,0,0,0,0,0,26182,0,0,0,'Defending the Rift','The whispers of the elements are crowding my thoughts, $n...$b$bThe Throne of Tides is under siege!$b$bWe cannot stand idly by while the naga threaten Neptulon\'s realm.$b$bMake ready! With this submarine and its armaments, perhaps we can make a difference.$b$bSpeak to me when you have made your preparations.','Speak to Erunak in Tenebrous Cavern to enter the battle for the Abyssal Breach.','','','','Fight in the Battle for the Abyssal Breach','','','',0,0,0,0,0,0,0,0,0,0,0,0,42565,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59601,59602,59603,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,246000,0,0,93302,0,0,0,0,0,0,0,314100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26195,13202,11,0,262152,22,24,0,0,0,0,0,0,0,0,0,26189,0,0,0,'Who Wards The Greenwarden','The greenwarden was a local legend. Many thought him a myth... the plant-man, protector of the wetlands. The night elves came here just to find him, and after they succeeded they ended up settling down to the east.$B$BThey\'ve got a whole grove over there to watch over the greenwarden, and I\'ve heard he\'s been acting up, enraged by the flooding and damage to the land.$B$BThe elves are good people. They could use the help of someone like you. If you get a chance, go tell the head druid what you\'ve done here.','Talk to Ferilon Leafborn at Greenwarden\'s Grove in the Wetlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26196,13202,11,0,8,23,25,0,0,0,0,0,0,0,0,0,25939,0,57259,1,'Longbraid the Grim','The dwarves of Dun Modr fight day and night against the Dark Iron that have invaded their old home. While we cannot yet send our sentinels to risk their lives for them, we do send much needed supplies that they may sustain their vigil.$B$BIf you would, bring this package to Longbraid the Grim, north of here. His men must certainly need its contents.','Take Ferilon\'s Care Package to Longbraid the Grim at Dun Modr.','','','','','','','',57259,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26197,13202,801,0,1572864,1,1,0,0,128,0,0,0,0,0,0,0,26421,0,0,'The Future of Gnomeregan','It\'s a victory for us every time we\'re able to help another survivor escape from the contaminated halls of Gnomeregan. $Cs like you will play an important part in the future of Gnomeregan. To that end, our leader, High Tinker Mekkatorque has assembled a team of trainers to help you learn your arts.$B$BBipsi Frostflinger will help oversee your training and adjustment to life on the surface. She\'s waiting for you outside the tall building to the northeast.','Meet with Bipsi Frostflinger in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,3,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26198,13202,801,0,524288,3,3,0,0,128,0,0,0,0,0,0,0,0,0,0,'The Arts of a Mage','I want to show you a simple technique. It will allow you to focus and channel bursts of arcane power toward an opponent.$B$BAs you grow in power, you\'ll learn how to add more and more missiles to each volley.$B$BFind one of the training dummies setup in the middle of town. You won\'t always be able to cast arcane missiles right away. First, you\'ll need to cast other spells at the dummy until you\'ve created an opportunity to use arcane missiles. Try it out for yourself.','Speak to Bipsi Frostflinger to train Arcane Missiles. Once you\'ve learned the spell, successfully cast Arcane Missiles twice at a Training Dummy in New Tinkertown.','','','','Practice Arcane Missiles','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,2,0,0,0,5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59042,0,0,0,1,0,0,0,54,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26199,13202,801,0,1572864,1,1,0,0,16,0,0,0,0,0,0,0,26422,0,0,'The Future of Gnomeregan','It\'s a victory for us every time we\'re able to help another survivor escape from the contaminated halls of Gnomeregan. $Cs like you will play an important part in the future of Gnomeregan. To that end, our leader, High Tinker Mekkatorque, has assembled a team of trainers to help you learn your arts.$B$B\"Doc\" Cogspin will help oversee your training and adjustment to life on the surface. She\'s waiting for you near the cluster of buildings to the north.','Meet with \"Doc\" Cogspin in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,3,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26200,13202,801,0,524288,3,3,0,0,16,0,0,0,0,0,0,0,0,0,0,'The Arts of a Priest','I have a simple technique I want to show you. It\'s pretty straightforward, but it\'s still one of the most useful things I know.$B$BYou can use it to heal yourself or a wounded ally very quickly. It\'s handy for when you need to treat someone promptly and don\'t have time for something more complicated.$B$BGive it a try for yourself and let me know when you think you have it mastered.','Speak to \"Doc\" Cogspin to train Flash Heal. Use Flash Heal 5 times on Wounded Infantry in New Tinkertown.','','','','Use Flash Heal on Wounded Infantry','','','',0,0,0,0,0,0,0,0,0,0,0,0,42501,0,0,0,5,0,0,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59040,0,0,0,1,0,0,0,54,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26201,13202,801,0,524288,3,3,0,0,256,0,0,0,0,0,0,0,0,0,0,'The Power of a Warlock','I\'m not at all surprised that a warlock like you fought your way out of Gnomeregan. Few people, even among the gnomes, truly understand the nature of the power we wield.$B$BLet me show you a conjuration that I find handy. This spell, called Immolate, sets your target aflame, causing damage immediately and over time. Use it well, $N, and your enemies will come to fear you.','Speak to Alamar Grimm and learn Immolate, then cast Immolate on a Training Dummy in New Tinkertown 5 times.','','','','Practice casting Immolate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59041,0,0,0,1,0,0,0,54,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26202,13202,801,0,1572864,1,1,0,0,256,0,0,0,0,0,0,0,26424,0,0,'The Future of Gnomeregan','It\'s a victory for us every time we\'re able to help another survivor escape from the contaminated halls of Gnomeregan. We\'re going to need all the help we can get to reclaim our home and rid ourselves of the troggs and irradiated gnomes. To that end, our leader, High Tinker Mekkatorque, has assembled a team of trainers to help you learn your, uh, \"arts\".$B$BAlamar Grimm has taken up residence in the building just west of this one. He possesses powers similar to yours and can help you get adjusted.','Meet with Alamar Grimm in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,3,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26203,13202,1,0,1572864,1,1,0,0,1,0,0,0,0,0,0,0,26425,0,0,'The Future of Gnomeregan','It\'s a victory for us every time we\'re able to help another survivor escape from the contaminated halls of Gnomeregan. $Cs like you will play an important part in the future of Gnomeregan. To that end, our leader, High Tinker Mekkatorque, has assembled a team of trainers to help you learn your arts.$B$BDrill Sergeant Steamcrank will help oversee your training and adjustment to life on the surface. He\'s waiting for you on the small practice field across the road.','Meet with Drill Sergeant Steamcrank in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,3,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26204,13202,801,0,524288,3,3,0,0,1,0,0,0,0,0,0,0,0,0,0,'The Arts of a Warrior','I want to show you a simple but useful technique.$B$BAs I tell all my recruits, a warrior who strikes first can use that momentum to gain the upper hand. This is a technique to use from a distance, before engaging your opponent. It will allow you to charge in, taking your enemy by surprise and stunning him.$B$BTry it out. Let me know when you think you\'ve mastered it.','Speak to Drill Sergeant Steamcrank to learn Charge. Locate a Training Dummy in New Tinkertown and use Charge on it.','','','','Practice using Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59039,0,0,0,1,0,0,0,54,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26205,13202,801,0,3670016,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Job for the Multi-Bot','If the multi-bot works, it will help us do all kinds of jobs that are unpleasant or dangerous for us gnomes!$B$BAfter Thermaplugg detonated his irradiator at the end of Operation: Gnomeregan, toxic clouds and ooze began bubbling up at the old airfield south of town.$B$BIf we don\'t get it under control, the contamination could spread to the rest of our lands. Take the multi-bot with you, and bring it close to the geysers in the green pools at the Toxic Airfield. Your bot should spring into action!','Use the GS-9x Multi-Bot to clean up 5 Toxic Geysers at the Toxic Airfield. When you get close enough to a geyser, your GS-9x Multi-Bot will automatically begin its task.','','','','Clean up Toxic Geysers','','','',0,0,0,0,0,0,0,0,0,0,0,0,42563,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,79435,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26206,13202,801,0,1572864,1,1,0,0,8,0,0,0,0,0,0,0,26423,0,0,'The Future of Gnomeregan','It\'s a victory for us every time we\'re able to help another survivor escape from the contaminated halls of Gnomeregan. $Cs like you will play an important part in the future of Gnomeregan. To that end, our leader, High Tinker Mekkatorque, has assembled a team of trainers to help you learn your arts.$B$BKelsey Steelspark, a key member of Gnomeregan Covert Ops, will help oversee your training and adjustment to life on the surface. She should be in the council tent to the northwest.','Meet with Kelsey Steelspark in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,3,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26207,13202,801,0,524288,3,3,0,0,8,0,0,0,0,0,0,0,0,0,0,'The Arts of a Rogue','I have a technique I want to show you.$B$BOne of a rogue\'s most potent abilities is to chain together moves in a combination, exploiting your enemy\'s weakness and opening up the opportunity to use stronger maneuvers. The technique I want to teach you is called Eviscerate. It is intended for use at the end of a combination to provide a strong finish to your assault.$B$BTry using it after a landing a couple of Sinister Strikes.','Speak to Kelsey Steelspark to learn Eviscerate, then find a training dummy in New Tinkertown and practice using Eviscerate 3 times.','','','','Practice using Eviscerate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,3,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59043,0,0,0,1,0,0,0,54,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26208,13202,801,0,0,2,2,0,0,0,0,0,0,0,0,0,0,26566,0,0,'The Fight Continues','The dwarves of Ironforge kindly took us in when the trogg invasion and radiation forced us to leave Gnomeregan for the first time. But even the kindness of friends can\'t quell the longing for home.$B$BI sent out a call for brave gnomes and other members of the Alliance to help us regain control of Gnomeregan and defeat the usurper Thermaplugg once and for all.$B$BWe weren\'t able to achieve everything Operation: Gnomeregan set out to do, but Thermaplugg is on the run and we\'re closer to home than ever.','Watch the holo-table in front of High Tinker Mekkatorque to learn about Operation: Gnomeregan.','','','','Learn about Operation: Gnomeregan','','','',0,0,0,0,0,0,0,0,0,0,0,0,42463,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26209,13202,40,0,8,9,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murder Was The Case That They Gave Me','Here\'s the deal, kid, we\'ve got a full-blown murder on our hands. Double homicide... Single horse... icide.$B$BWorse yet, we\'re in Westfall. I could throw a rock behind me and hit a dozen hobos with motive enough to want to wipe these people (and horse) out.$B$BNow I don\'t know who did this and I sure don\'t appreciate having to come to this dump to investigate the deaths of a couple of squatters, but I\'ll be damned if I don\'t find the perp. You want to help? Go talk to some bums. The hobo... knows.','Speak to the various homeless people occupying the Jansen Stead to gather clues about the Furlbrow murders.','Gnolls and murlocs? Horse poopy, $g pal:lady;! Gnolls and murlocs didn\'t kill these people. I\'ve seen what gnolls and murlocs do to people that they kill and this... isn\'t it. Too pretty. Too... perfect.$B$BFurthermore, the Furlbrow\'s had been squatting on this farm for 5 years. No, whoever wiped them out had a reason. This is murder, plain and simple and we\'re gonna get to the bottom of it...','','','Clue #1 obtained','Clue #2 obtained','Clue #3 obtained','Clue #4 obtained',0,0,0,0,0,0,0,0,0,0,0,0,42414,42415,42416,42417,1,1,1,1,0,0,0,0,0,0,0,0,58908,58907,58906,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26210,13202,47,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gammerita, Mon!','Yo! There be a turtle out there not like the others. She be the Gammerita, leader of the saltwater snapjaws - a downright dirty thievin\' reptile.$B$BMon, she stole my best lure. Snapped it right off my line! Since then, the fish just aren\'t biting the same.$B$BFind Gammerita and get my lure out of her stomach.','Katoom the Angler at Revantusk Village in the Hinterlands wants you to kill Gammerita and retrieve Katoom\'s Best Lure from her corpse.$B$BKatoom mentioned that Gammerita hangs out on the coast with the other turtles.','','','','','','','',19023,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59273,59274,59275,59276,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26211,13202,47,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Snapjaws, Mon!','Don\'t let their big eyes fool you, mon! Those saltwater snapjaws be a menace. I can\'t fish for five minutes without getting a broken line from one of those oversized fish vacuums stealing my bait.$B$BDo me and the people of Revantusk Village a service and kill em, mon.$B$BKill the whole lot of em!','Katoom the Angler at Revantusk Village in the Hinterlands wants you to kill 10 Saltwater Snapjaw turtles. Return to him when you have completed this task.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2505,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19022,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26212,13202,47,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lard Lost His Lunch','Lard was at secret special spot having picnic when ugly mean Vilebranch hit Lard wit da big stick. Lard run back to Revantusk but forget Lard lunch. Lard hungry. Maybe you go back to secret special spot and get Lard lunch? Lard scared. Go nort! Island der to da nort is da secret special spot.','Lard at Revantusk Village in the Hinterlands wants you to find Lard\'s Lunch. Return to him when this task is complete.$B$BLard mentioned that he left it on the island to the north. Watch out for Vilebranch trolls.','','','','','','','',19034,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19035,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26213,13202,40,0,8388616,9,10,0,0,0,0,0,0,0,0,0,26209,26215,0,0,'Hot On the Trail: The Riverpaw Clan','Seeing as how we have no other leads, we may as well chase down the information you got.$B$BThere are a couple of Riverpaw gnoll camps in the area. Track them down and search for clues. Bring back anything that you might find. Isolate your search to the Riverpaw gnolls and scouts.','Recover the Riverpaw Gnoll Clue.','Is this supposed to be some kind of joke, because I\'m not laughing. Bits and pieces of red cloth? What the hell is this supposed to mean?','Find anything on the gnolls?','','','','','',57755,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26214,13202,40,0,0,9,11,0,0,0,0,0,0,0,0,0,26209,26215,0,0,'Hot On the Trail: Murlocs','As pointless as I think that this is going to be, we need to investigate all of our leads.$B$BI need you to head out to the Longshore, west of here, on the coast, and shake up some murlocs. Try to find a clue or some info that can help shed some light on the murders.$B$BReturn to me if you get lucky, rookie.','Recover the Murloc Clue.','Nice find, rookie. I think I have a stack of these on my desk back at the station. We\'re basically back to square one. What do we know? Someone that likes to write fiction about the past sent the Furlbrows a letter.$B$BLooks like we got ourselves a real history... mystery.','How goes the murloc hunt?','','','','','',57756,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26215,13202,40,0,262152,9,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meet Two-Shoed Lou','Looks like we got ourselves a real \"whodunit\" here, rookie. Unfortunately, it looks like the locals aren\'t willing to talk and the clues you got off the gnolls and murlocs are damn near worthless. We\'re going to have to initiate plan... be on the lookout for Two-Shoed Lou.$B$BTwo-Shoed Lou is an old confidential informant of mine who, ironically, makes his home at the Furlbrow\'s old pumpkin farm. Head west to the farm and find out what Lou knows.$B$BIf he gives you any guff tell him that Horatio sent you.','Speak to Two-Shoed Lou at the Furlbrow\'s Pumpkin Farm in Westfall.','Look, we ain\'t got no room for no more...$B$BHoratio sent you? Right then... um, how can I help you?$B$BHe\'s not here is he? Heh, he knows I wasn\'t hidin\' from him, right? Was just tryin\' to lay low and all that, ya know?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26216,13202,5144,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stoleways','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59663,59662,59664,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26217,13202,5144,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overboard','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26218,13202,5144,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Long Shot','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26219,13202,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,26005,0,0,0,'Full Circle','We\'ve located the beast that destroyed our ships. It makes its lair in Darkbreak Cove, a giant underwater cavern bordering the abyss.$B$BThis time we\'re ready. The gnomes have been engineering a beauty for us back at Stormwind, and it\'s packing firepower that\'ll make that fiend wet itself.$B$BWhen the Pincer X2 pulls up to dock beside the ship, make your way on board and help out however you can. We\'ll be right behind you.','Board the Pincer X2 from Voldrin\'s Hold and aid in securing Darkbreak Cove.','','','','Board the Pincer X2 once it arrives','Secure Darkbreak Cove','','',0,0,0,0,0,0,0,0,0,0,0,0,42486,42487,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26220,13202,0,0,4352,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'Everything Is Better with Bacon','Feeding a hungry orc army is never an easy task. Luckily for us, we have a good supply of mature swine meat from the pig farms and surrounding areas south of Orgrimmar. Do me a favor and slaughter some of those pigs for their delicious belly meat. I will slice it up and make bacon for the troops\' breakfast.','Slaughter Mature Swine south of Orgrimmar and bring me back 6 of their Swine Bellies. I will be waiting for you here in The Drag.','Good work, $N. These will do nicely.','Have you finished slaughtering the swine?','','','','','',57758,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26221,13164,5144,0,136,80,81,0,0,0,0,0,0,0,0,0,26006,0,0,0,'Full Circle','We\'ve located the beast that destroyed our ships. It makes its lair in Tenebrous Cavern, a giant underwater cave bordering the Abyssal Breach.$B$BThis time we\'re ready. The goblins have been proving their worth by making a vicious machine for us back at Bilgewater Harbor, and it\'s packing firepower that\'ll make that fiend wet itself.$B$BWhen the Verne pulls up to dock beside the ship, make your way on board and find a way to make yourself useful. We\'ll be right behind you.','Board the Verne from The Stygian Bounty and aid in securing Tenebrous Cavern.','','','','Board the Verne once it arrives','Secure Tenebrous Cavern','','',0,0,0,0,0,0,0,0,0,0,0,0,42486,42487,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26222,13202,801,0,524288,2,2,0,0,0,0,0,0,0,0,0,0,26205,0,0,'Scrounging for Parts','There\'s just too much to do around here, and too few gnomes on their feet to help! The high tinker has asked me to start converting some of our old bots and parts from Operation: Gnomeregan. I hope to have a new line of multi-bots ready for a field test soon!$B$BI don\'t suppose you\'d have some time to help, do you? There are all kinds of parts scattered around. Pick up anything you find and bring it back to me. You never know what could turn out to be useful!','Bring 7 Spare Parts to Engineer Grindspark in New Tinkertown.','','','','','','','',57764,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26223,13202,47,0,8,29,32,0,0,0,0,0,0,0,0,0,0,26224,0,0,'Stalking the Stalkers','Many brave trolls have been lost to the harsh wilds of the Hinterlands, $r. The Silvermane wolves are one of the biggest threats to our hunters. They lay in wait, hiding amongst the bushes and landscape, then strike out when the opportunity presents itself.$B$BThis type of ferocity will not go unchecked!$B$BYou must think like the Silvermane. Stalk the stalkers! Slay them all!','Kill 8 Silvermane Stalkers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2926,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26224,13202,47,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunt the Savages','Among the more ornery of the wildlife of the Hinterlands are the savage owlbeasts. Many a good Revantusk warrior has been lost to the ferocious claws and beak of the beasts.$B$BKill every savage owlbeast you see, $r. Return to me when you can stand no more bloodshed. Your contribution will then be weighed, measured, and judged.','Kill 10 Savage Owlbeasts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2929,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26225,13202,47,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pupellyverbos Port','You there! Did you know that strewn across the northern beach are tens, if not hundreds, of bottles of fine wine?$B$B...well, now you do!$B$BI\'d be out there gathering them by the armload, if those turtles weren\'t out to get me. They crave my blood, I swear.$B$BSo I\'ll pay you then. Bring me 12 bottles of Pupellyverbos Port and I\'ll \"purchase\" it from you, $c.','Collect 12 bottles of Pupellyverbos Port.','','','','','','','',3900,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26226,13202,0,0,4352,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'Crawfish Creole','There are a number of small lakes scattered around Orgrimmar. These lakes fill up with crawfish every year. That\'s where you come in, $N. I need you to catch some of those delicious crustaceans and return to me when you are done. Assuming your catch is successful, our Horde army will feast tonight.','Catch 10 Muddy Crawfish in Orgrimmar. Deliver the crustaceans to Marogg when you are done.','Ugh, I never liked cooking these slimy things. Thanks for the help $N.','Were you able to dig up some crawfish?','','','','','',57765,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26227,13202,0,0,4352,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'Careful, This Fruit Bites Back','Sometimes the troops want something sweet to eat. I don\'t always give them what they want but this time, I am going to make an exception. I am sure you have seen the local cactus that grows here in Orgrimmar. These cactus produce a tasty treat called prickly pear fruit. The trouble is the fruit are covered in spines! Watch your hands and bring me back a handful of that fruit.','Retrieve 8 pieces of Prickly Pear Fruit. Deliver the fruit to Marogg in Orgrimmar.','Let me see your hands... Aha! You\'re not any better at collecting these wretched things than I am!','Were you able to find enough fruit?','','','','','',57766,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26228,13202,40,0,10,9,11,0,0,0,0,0,0,0,0,2,26215,0,57761,1,'Livin\' the Life','Listen, I really shouldn\'t be talkin\' to you, but I owe Horatio a favor or two. I don\'t really know nothin\' about what happened to the Furlbrows, but I might be able to point you in the right direction.$B$B$B$BThat crate used to be my home before I struck it rich. Now I\'m livin\' the life every hobo dreams of!$B$BRight, so you take that there livin\' crate and head to the Jangolode Mine, southwest of here. Head to the back of the mine and once there, hide in the crate. ','Use Two-Shoed Lou\'s Old House at the back of the Jangolode Mine in Westfall.','$B$BSTOP! STOP! STOP! I don\'t wanna hear it! I don\'t wanna know and I don\'t care! That kind of information is liable to get you killed \'round these parts.$B$BI got one more bit of information for you and then we\'re done!','','Livin\' the Life!','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26229,13202,40,0,8,9,11,0,0,0,0,0,0,0,0,0,26215,0,0,0,'\"I TAKE Candle!\"','Back before those damned kobolds gave me a permanent limp I used to be William Pestle\'s number one candle supplier. Hell, I even came up with the line \"I TAKE CANDLE!\" Yea, that was me. Kobold would say \"You no take candle!\" and I\'d just respond \"I TAKE CANDLE!\" and then bash their brains in!$B$B$B$BGood times... The best times.$B$BNow? Can\'t even use the bathroom without assistance. You want to help me? Kill me some kobolds. You\'ll find a good load of \'em in the nearby mine.','Kill 12 Kobold Diggers.','Oh SWEET justice! Killin\' those kobolds won\'t make me walk like a normal person and it sure won\'t get me a job, but damn does it feel good.$B$B$B$BHere, I think I got somethin\' for you from my kobold huntin\' days. Maybe you can put it to good use.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1236,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,58905,58904,58903,58902,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26230,13202,40,0,8,9,12,0,0,0,0,0,0,0,0,0,26215,0,0,0,'Feast or Famine','Life in Westfall\'s hard, $g sonny:missy;! Every day is a struggle. We can sometimes go weeks without a decent meal. That\'s why it\'s important that we all help each other out. Maybe you can lend a hand, eh? I\'m making dirt pies and need some ingredients.$B$BGet me some fresh dirt from the pumpkin patch out front and a bundle of coyote tails. You\'ll find coyotes wandering around in the wilds of Westfall.$B$BGet moving! We got mouths to feed.','Collect 6 Coyote Tails and 5 handfuls of Fresh Dirt.','','','','','','','',57787,57789,0,0,0,0,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58933,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26231,13202,5144,0,16520,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Boarding Party','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59660,59659,59661,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26232,13202,40,0,8,9,12,0,0,0,0,0,0,0,0,0,26228,0,0,0,'Lou\'s Parting Thoughts','A couple of thugs recently showed up at the farm, causin\' all kinds of trouble. I don\'t know where they came from or who they\'re working for, but I KNOW they\'re bad news. I may have overheard \'em talkin\' \'bout subjects that might interest you.$B$BIf you\'re interested, you\'ll find the thugs back behind the farmhouse. If you get caught or killed, I don\'t know you. Never seen ya!$B$BGood luck, kid.','Eavesdrop on the Thugs out behind the farmhouse at Furlbrow\'s Pumpkin Farm in Westfall.','We\'re dealing with an organization here, rookie. You don\'t just off the richest bum in Westfall in broad daylight and leave no witnesses. Someone with a lot of power is behind these murders. What have you learned so far?','','','Eavesdrop on Thugs.','','','',0,0,0,0,0,0,0,0,0,0,0,0,42417,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26233,13202,0,0,4352,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'Stealing From Our Own','As you know, $N, Garrosh has relegated the trolls of Orgrimmar to the western outskirts of the city. Fortunately, that means that we have easy access to their supplies. I am working on a large batch of jambalaya for the infantry and I need as much rice as possible. Lucky for us, the trolls keep it stored in barrels near their structures. Retrieve these barrels of Darkspear rice for me and I should be able to finish up. ','Retrieve 6 Barrels of Darkspear Rice. Deliver the rice to Marogg in Orgrimmar.','I see you are a skilled thief as well, $N. Don\'t worry, we will return the rice once we are done... or not.','Were you able to acquire the rice?','','','','','',57877,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,99249,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26234,13202,0,0,4352,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Stealing From Our Own','As you know, $N, Garrosh has relegated the goblins of Orgrimmar to the western outskirts of the city. Fortunately, that means that we have easy access to their supplies. I am working on a large batch of jambalaya for the infantry and I need as much rice as possible. Lucky for us, the goblins keep it stored in barrels near their structures. Retrieve these barrels of Kezan rice for me and I should be able to finish up. ','Retrieve 6 Barrels of Kezan Rice. Deliver the rice to Marogg in Orgrimmar.','','','','','','','',57878,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,99249,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26235,13202,0,0,4352,10,-1,0,0,0,185,1,0,0,0,1,0,0,0,0,'Even Thieves Get Hungry','We have had a problem with thieves stealing our infantry rations here in Orgrimmar for the last couple of weeks. I recently received some intelligence of where these crimes are taking place. Anywhere you see piles of crates and supplies, there are likely to be thieves nearby. I need you to hunt these thieves down and recover the stolen rations. Return to me when you are done.','Recover 3 Horde Infantry Rations. Deliver them to Marogg in Orgrimmar.','Nice work $N! I will see that these rations are returned to the troops immediately.','Were you able to recover the rations?','','','','','',57879,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26236,13202,40,0,262152,10,12,0,0,0,0,0,0,0,0,0,26232,0,0,0,'Shakedown at the Saldean\'s','So what do we know so far? We need to follow the clues.$B$BOver at the Jansen Stead you found a water-soaked letter and some scraps of red cloth. Here at the Furlbrow\'s you overheard a conversation between some shadowy figure and an ogre mage. You also got a confession to the murder from a bunch of thugs - whom you then killed.$B$BSomething isn\'t adding up, rookie.$B$BThere\'s an old couple, southeast of here, at the Saldean\'s Farm. Head over there and speak with Farmer Saldean. Find out what he knows.','Speak with Farmer Saldean at Saldean\'s Farm in Westfall.','Horatio Laine? That man is a scumbag. Dirty as my underwear.$B$BListen, friend, I don\'t often give out advice like this, but you seem like a good $g man:woman;. GET OUT OF WESTFALL. You\'re already in way over your head. All you\'re doing now is putting your neck on the chopping block.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26237,13202,40,0,8,10,12,0,0,0,0,0,0,0,0,0,26236,26270,0,0,'Times are Tough','Times are tough, $g brother:sister;. With the downtrodden masses of Stormwind migrating into Westfall, resources are stretched as thin as they\'ve ever been. The people are restless and in need of help.$B$BOur own farmhouse has been serving as a halfway house for years. Salma does the best that she can to keep our guests alive, but sometimes the watchers get \'em. Watchers are those twisted abominations roaming my fields - a little present left behind by the Defias, before they were driven off. Help us!','Kill 10 Harvest Watchers.','Thank you, $g brother:sister;. You\'ve done Salma and I a great service and I promise that it won\'t soon be forgotten. I don\'t have much money, but you\'re welcome to what I do have.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26238,13202,47,0,8,30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Savage Dwarves','The Horde has done much for us Revantusk, and we\'re no freeloaders. With the other forest troll tribes pushed back, we\'re striking out to claim more land in the name of the Horde.$B$BBut now the Wildhammer dwarves are getting in our way. If it\'s a war they want, it\'s a war they\'ll get... and I don\'t plan to lose a war to creatures half my height.$B$BGet out there and kill me some dwarves.','Kill 10 Wildhammer Warriors or Wildhammer Shaman.','','','','Wildhammer slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,42518,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26239,13202,47,0,16392,30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wildhammer Totems','','','','','','','','','',57912,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26240,13202,47,0,8,30,32,0,0,0,0,0,0,0,0,0,0,0,57920,1,'Stomp To My Beat','Our warriors are out there fightin\' hard to kill them nasty Wildhammer dwarves, so we can be safe back here at the village. It\'s only right we do what we can to support them.$B$BA good beat\'s what every troll needs to do his best in a fight. The poundin\' rhythm of the drums drivin\' you to hit harder, callin\' the spirits to watch over you. Take my drums to the battlefield wit\' ya. Play \'em for our warriors, and let \'em show the Wildhammer who owns these lands!','Use the Revantusk War Drums on 6 Revantusk Warriors.','','','','Revantusk Warriors bolstered','','','',0,0,0,0,0,0,0,0,0,0,0,0,42597,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26241,13202,40,0,8,10,12,0,0,0,0,0,0,0,0,0,26236,26270,0,0,'Westfall Stew','Hello, dear. Welcome to our home. Hmm, you don\'t look like you\'re homeless. Have you come to help us? If so, you\'re just in time! I\'m planning dinner for the young ones and need a few simple ingredients.$B$BIf you could get me some okra, goretusk flanks and stringy fleshripper meat I can make my famous Westfall stew! You\'ll find all of the ingredients near our farm. Just be careful of the harvest watchers. They are merciless killers.','Collect 6 Okra, 6 Stringy Fleshripper Meat and 6 Goretusk Flanks. ','Bless your heart, dear. These poor orphans haven\'t had a hot meal in days.$B$BIt looks like we will have enough left over to help feed many more of the homeless of Westfall.','Food will be ready as soon as I have all of the ingredients! Hurry!','','','','','',57911,57788,57786,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58911,58910,58909,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26242,13202,5042,0,16520,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deepholm, Plane of Earth','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26243,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'The World Pillar','The pillar in this room holds up more than just the Temple of Earth.$B$BThis entire plane of existence will soon collapse into our world if we fail to restore it.$B$BThe time to act will come soon, $N. But first you must listen to what I have to tell you.','Ask Maruut Stonebinder about the World Pillar.','','','','Hear about the World Pillar','','','',0,0,0,0,0,0,0,0,0,0,0,0,44699,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27059,13202,5042,0,8913024,83,83,0,0,0,0,0,0,0,0,0,0,28292,0,0,'The Wrong Sequence','The Twilight\'s Hammer must be stopped from using the Waygate. There\'s only one thing to do.$B$BPunch in the wrong activation sequence and destroy it.$B$BHmm, let\'s see. Yes, here\'s one that opens upon the explosive depths of the Firelands, the elemental plane of fire. That should do nicely.','Use the Waygate Controller to punch in the wrong activation sequence, thereby destroying the Waygate.','','','Return to Examiner Rowe at the Temple of Earth.','Waygate destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61436,61437,61438,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27953,13164,5042,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,27004,0,0,'The Reliquary','We have a contingent of the Reliquary in the chamber just to the northeast inside the temple.$B$BThey\'ve been making increasing noises about something that the Twilight\'s Hammer is up to.$B$B$N, would you be a dear and see what they need?','Speak with Examiner Rowe at the Temple of Earth in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26409,13164,5042,0,17039496,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Where\'s Goldmine?','My goblin initiate has been gone for quite some time. His name is Goldmine.$B$BI sent him out to observe the local rock flayers southwest at the Quartzite Basin. Perhaps you would be willing to find him? When you do, please ask him to come back to the temple.','Find Initiate Goldmine at the Quartzite Basin in Deepholm.','Hiya! Lend a hand, would ya, $g bub : toots;?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27010,13164,5042,0,196736,81,82,0,0,0,0,0,0,0,0,0,27007,0,0,0,'Quicksilver Submersion','The troggs in Deepholm have proven to be every bit as hostile as the ones in Azeroth. Yet perhaps their presence will prove useful to our efforts.$B$BThe crates they use for trawling through the mercury will conceal you perfectly if you submerge yourself beneath the marsh.$B$BUse it to approach the Twilight\'s Hammer camp in the eastern end of the Upper Silvermarsh undetected.','Obtain a Trogg Crate and use it to submerge yourself and eavesdrop on the Twilight\'s Hammer camp to the east.','','','','World Pillar Fragment clue uncovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,44938,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61485,61479,61486,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26248,13164,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,26247,26251,0,0,'All Our Friends Are Dead','Something\'s wrong here, $N.$B$BThe ship\'s crew has been slain. Yet there is no bloodshed or damage to the ship\'s structure.$B$BThis was not the Horde\'s doing.$B$BWe will find the answers we seek by speaking to the spirits of the dead. They have not yet left this world.$B$BTake this totem and place it near the corpses of the fallen. You will have a few seconds to listen to their last few thoughts.$B$BBeware, however! There is no telling how the spirits of the dead will react to our prodding.',' Slain Crew Twilight Laborer Members.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42924,42925,0,0,15,10,0,0,0,0,0,0,0,0,0,0,61501,61497,61499,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26249,13164,5042,0,262280,81,82,0,0,0,0,0,0,0,0,0,26247,0,0,0,'The Admiral\'s Cabin','It\'s possible we\'ll find further clues inside the admiral\'s cabin. You will find it directly below us.$B$BSee if there are any survivors or information that will lead us closer to the World Pillar fragment. Be careful, $N. Whoever got the crew might still be out there.','Look for clues in the admiral\'s cabin of the Alliance Gunship.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26250,13164,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,26251,26254,0,0,'On Second Thought, Take One Prisoner','It\'s not too late, $N. The cultists are probably still here.$B$BGo below decks, find out who\'s in charge and subdue them.$B$BWe will obtain answers to our questions, one way or another.','Subdue Mor\'norokk the Hateful at the Alliance Gunship in Deepholm.','','','','Mor\'norokk the Hateful subdued','','','',0,0,0,0,0,0,0,0,0,0,0,0,42801,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,157200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26251,13164,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Take No Prisoners','It looks like the Twilight\'s Hammer\'s still on the ship. Go below decks and take them out.$B$BBe careful, $N. I\'ve a feeling they\'re not here for a spiritual retreat, if you know what I mean.','Slay 6 Twilight Saboteurs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42885,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26252,13202,40,0,8,10,12,0,0,0,0,0,0,0,0,0,26236,0,57935,1,'Heart of the Watcher','You have found what appears to be the heart of a harvest watcher.$B$BFrom the sound being emitted by the device you can tell that it\'s still fully functional. Perhaps you should return it to Farmer Saldean.','Return the Harvest Watcher Heart to Farmer Saldean at Saldean\'s Farm.','Is that... Is that the heart of one of the watchers? I\'ve heard stories about using one of these to power up a watcher for personal use. Of course I\'m really in no shape to try such things myself.','What have you got there, $N?','','','','','',57935,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26253,13202,5042,0,16520,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preserve the Evidence','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26254,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,26250,26255,0,0,'Some Spraining to Do','Hop on, $N. Let\'s see what Mr. Ogreface has to say for himself.$B$BDon\'t be shy, Stormbeak\'s only ever dropped a passenger a couple of times before.','Jump on Stormbeak and watch Mor\'norokk\'s interrogation.','','','','Mor\'norokk interrogated','','','',0,0,0,0,0,0,0,0,0,0,0,0,42801,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61498,61494,61493,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,4,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,157200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26709,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stone Throne','I am returning to my throne. I\'ve no desire to see any more of these Earthen Ring, but you remain welcome here, $r. If you wish to help us rebuild our realm, perhaps we can help you in return.$B$BAll things in time.\r\n','Seek out Therazane at Therazane\'s Throne.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28824,13164,5088,0,136,82,84,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wayward Child','One of my children is not with me, $N.$B$BHe stayed behind with the Twilight\'s Hammer at the Stonecore deep within the Temple of Earth.$B$BI sent my other children to free him from the dark magic that was surely keeping him from returning here, but... no such magic was placed upon him.$B$BGo into the Stonecore and destroy Ozruk. He must be reclaimed by the earth.','Slay Ozruk.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42188,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66894,66896,66897,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,360000,0,0,0,0,0,0,0,0,0,0,662400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26257,13202,40,0,8,10,13,0,0,0,0,0,0,0,0,0,26252,0,57954,1,'It\'s Alive!','From what I\'ve heard, all you really need to do is find a suitable harvest golem and drop in the heart. Once you\'ve done that you should be able to take full control of the creature.$B$BI think there\'s a whole field of overloaded harvest golems west of here, at the Molsen Farm. Look for the arcs of electricity.$B$BShould you manage to get it working, use the golem to destroy the energized harvest reapers at the old Molsen farm. Those monsters are much more destructive than the ones on our farm.','Use the Harvest Watcher Heart on an Overloaded Harvest Golem and then use the Overloaded Harvest Golem to kill 25 Energized Harvest Reapers. ','It actually worked? That\'s incredible, $N. Hopefully that takes care of the harvest golem problem here in Westfall.','','','Overloaded Harvest Golem enabled','','','',0,0,0,0,0,0,0,0,0,0,0,0,42601,42342,0,0,1,25,0,0,0,0,0,0,0,0,0,0,58917,58916,58915,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27061,13202,5042,0,17563776,81,82,0,0,0,0,0,0,0,0,0,27010,0,0,0,'The Twilight Overlook','The dragon they\'re speaking of is Abyssion, $N. It\'s not going to be easy to get the fragment off of him.$B$BMeet with Mylra again. She is operating nearby at the Twilight Overlook.$B$BShe will tell you what our next move will be.','Speak to Stormcaller Mylra at the Twilight Overlook in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,20500,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27101,13164,5042,0,128,81,82,0,0,0,0,0,0,0,0,0,27100,0,0,0,'Maziel\'s Revelation','The notes continue Maziel\'s rambling research into the properties of quicksilver and mercurial oozes.$B$BHe appears to have made a major discovery. He mentions hiding his journal in the Lower Silvermarsh to the southwest.','Find Maziel\'s Journal at the Lower Silvermarsh in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27043,13202,5042,0,136,83,83,0,0,0,0,0,0,0,0,0,27008,0,0,0,'Fight Fire and Water and Air with...','Did you hear the man going on with his incessant yelling while you were up there? That\'s Haethen Kaul, their leader.$B$BIt\'s a well known fact that he\'s gone insane from the power he\'s drawing from their bound elementals. Unfortunately, it makes him nigh invincible.$B$BIf you\'re to fight him, you\'ll first have to kill each of the elementals, gaining their wards in the process. That should protect you from Haethen\'s magic.$B$BWell, most of it anyway.',' Slay Haethen Kaul.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44835,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61444,61443,61442,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27005,13164,5042,0,0,83,83,0,0,0,0,0,0,0,0,0,0,27040,0,0,'The Twilight Plot','We came here to investigate rumors of a Titan artifact up at the Masters\' Gate to the southwest.$B$BOne of those Twilight\'s Hammer cultists must have the plans for what they\'re doing up there. You\'re going to have to get them for us, $N.$B$BKill cultists at the Masters\' Gate until you find them.','Collect the Masters\' Gate Plans.','','','Return to Examiner Rowe at the Temple of Earth.','','','','',60745,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26262,13202,5042,0,16520,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Armaments','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26263,13202,47,0,8,30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thornar Thunderclash','We\'ve been trying to take out the commander of the Wildhammer encroaching on our lands, but we\'ve had no luck.$B$BThornar Thunderclash sits in the safety of his command post, his voice booming across the battlefield to rally the dwarves. We\'re thinking he needs to be quieted.$B$BCut Thornar down and we can clean up the rest of this skirmish with no problem.','Kill Thornar Thunderclash.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42610,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59280,59281,59282,59283,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26264,13202,801,0,524288,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'What\'s Left Behind','Most of us have seen the sickly and deranged gnomes suffering from exposure to the poisons and radiation of Gnomeregan. Eventually, they will devolve further, until they become mindless, but mostly harmless, puddles of toxic sludge.$B$BMy research suggests that we may even be able to restore them from this state. Go to the Toxic Airfield to the south, subdue the toxic sludge I told you about, and bring back the possessions of the gnomes they once were.','Retrieve 6 Recovered Possessions from Toxic Sludges at the Toxic Airfield.','','','','','','','',57987,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26265,13202,801,0,8,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dealing with the Fallout','Tock Sprysprocket has some crazy theory about these toxic sludges being the last remnants of gnomes, so my men have orders not to engage them for now.$B$BHowever, the Toxic Airfield, just south of us, is teeming with living contamination. They are elementals composed of contaminated water and other toxic materials. Left unchecked, they\'ll overrun the town. Will you help us dispose of them?','Destroy 6 Living Contaminations at the Toxic Airfield.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42185,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59038,59053,0,0,1,1,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26266,13202,40,0,8,11,13,0,0,0,0,0,0,0,0,0,26270,0,57988,1,'Hope for the People','About four years ago, in the dead of the night, a little girl walked right into our farmhouse and collapsed on the floor. Nobody had a clue as to her identity. The poor little thing had no recollection of who she was or where she came from - truly a lost soul.$B$BSoon after, we adopted the little girl and named her Hope - for that is what she represented.$B$BShe is now a young lady, caring for the destitute and homeless of Westfall. Take my Westfall stew to her at Sentinel Hill, south of here.','Take the Westfall Stew to Hope Saldean at Sentinel Hill.','I smell Westfall stew! Mother sent you!?','Good day $g sir:miss;. How may I serve you?','','','','','',57988,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26267,13202,47,0,8388616,30,32,0,0,0,0,0,0,0,0,0,0,26432,0,0,'Skulk Rock Clean-Up','Years ago, there used to be a Horde base deep within Skulk Rock. It\'s been abandoned since then, but it\'s still prime territory, worth reclaiming.$B$BThe problem is, it\'s full of oozes by now. They\'re nasty things... mindless, corrosive, eat anything they find.$B$BI need someone brave to go to Skulk Rock and get rid of those slimes. Are you brave enough, $n?','Kill 10 Jade Oozes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2656,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26268,13202,47,0,8,30,32,0,0,0,0,0,0,0,0,0,0,26432,0,0,'Skulk Rock Supplies','I was at Skulk Rock during the second war. I was young, years before I met my mate, and I still remember the chaos when the Alliance attacked us. We fled with the orcs, without any time to gather our belongings.$B$BIt was all left behind. Skulk Rock is still full of our old supplies. We could use them here at the village... and more importantly, the Wildhammer shouldn\'t get their filthy hands on them.','Collect 5 Ooze-Coated Supply Crates.','','','','','','','',57989,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26269,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Green Hills of Stranglethorn','One page! I only need one more page!$b$bMaster Nesingwary\'s novel ran into a bit of an... accident ... and we misplaced some of the pages.$b$bI\'ve been asking your fellow adventurers to look for the missing pages, and they\'ve been quite helpful, but one page still eludes me.$b$bI\'m sure you\'re awfully busy with other matters, but while you\'re out in the jungle, would you mind looking for it?','Find Page 14 of the Green Hills of Stranglethorn.','','','','','','','',57990,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26270,13202,40,0,262152,10,13,0,0,0,0,0,0,0,0,0,26237,0,0,0,'You Have Our Thanks','It\'s been many years since anyone has offered to lend us aid, $N. Had you not come along, we might not have made it through the coming winter. You have proven yourself to be a selfless individual - a person that we can trust. I only wish we had something of value to offer you.$B$BWhile I have no information to assist you in your crusade to bring the Furlbrow\'s murderer to justice, perhaps my wife can help. Speak to Salma inside and she will tell you what you need to know before you leave.','Speak with Salma Saldean at the Saldean\'s Farm in Westfall.\n','Of course, dear. Our little girl works at Sentinel Hill and is very close with the homeless of Westfall. Perhaps she has overheard something. Before you go, let me wrap up the Westfall Stew and tell you a little bit about our dear little girl.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26271,13202,40,0,8,11,13,0,0,0,0,0,0,0,0,0,26266,26289,57991,1,'Feeding the Hungry and the Hopeless','Yes, I heard about the Furlbrow murders. It is very tragic, but such tragedy is a way of life in Westfall. There are many people here who simply no longer have the means or inclination to keep themselves fed. They have given up hope. Do you understand what it means to be left so hopeless as to stop caring about life? We must work together to show them that there is hope. That with the dawning day a better life comes.$B$BTake my mother\'s Westfall stew and help feed the homeless around Sentinel Hill.','Use the Westfall Stew to feed 20 Homeless People around Sentinel Hill in Westfall.','You have a kind heart, $N. You have done a good thing, today, and that act will reflect back upon you when judgment day comes.','','','Westfall Homeless fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,42617,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26272,13202,368,0,0,1,2,0,0,256,0,0,0,0,0,0,0,0,0,0,'The Rise of the Darkspear','Tha Darkspear tribe have long been victims. Outcasts. We found ourselves fleein\' our homes time \'n time again... but dis time, it\'s not fleein\' dat drives us here.$B$BVol\'jin has offered us leadership through wisdom, and it has kept us alive dis long. Now dat same wisdom offers portents of a chaotic future for tha Horde unda Garrosh Hellscream.$B$BNo, dis time we not fleein\'. Dis time, we are fightin\' for a home dat will last.$B$BIt\'s time to begin ya trainin\', $n. Speak with Voldreka to the east.','Meet with Voldreka in the Darkspear Training Grounds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26273,13202,368,0,0,1,2,0,0,256,0,0,0,0,0,0,26272,0,0,0,'The Basics: Hitting Things','Alright, mon. We start simple. I need ta know dat you know the basics of the dark arts.$B$BGo thrash dose tiki targets. Take it slowly. Natural-like. I\'ll watch how you form your casts and we\'ll go from dere.','Destroy 6 Tiki Targets.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,38038,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26274,13202,368,0,0,1,3,0,0,256,0,0,0,0,0,0,26276,0,0,0,'The Arts of a Warlock','I tink I have something I can show ya. It\'s pretty simple really, but it should help.$B$BOne of da most basic forces we can be drawin\' upon is da ability to unleash demonic fire on our enemies, viciously burnin\' them and leavin\' them on fire for a time afta.$B$BTry it out. Let me know when ya tink you have it down.','Speak to Voldreka to train Immolate. Practice using Immolate 5 times against a Tiki Target.','','','','Practice Immolate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26275,13202,368,0,0,1,3,0,0,256,0,0,0,0,0,0,26273,0,0,0,'A Rough Start','Lets put dose skills ta use. I\'ll start ya off easy, mon.$B$BThere be cats killing our boars. Dat food ain\'t for sharin\'. Dose boars are gonna need ta be alive if ya be wanting food tonight.$B$BDey\'re all over the island. Bring me some cat pelts.','Retrieve 6 Wildmane Cat Pelts.','','','','','','','',50222,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26276,13202,368,0,0,1,3,0,0,256,0,0,0,0,0,0,26275,0,0,0,'Proving Pit','Ya done quite well for ya\'self, $c. I\'m sure I could teach ya a trick or two here and dere, but I not be wastin\' ya time on tiki targets no longer.$B$Bl put one last trial before ya den, mon. Head over to da provin\' pit in the middle of dis area and fight a real baddy - one dat wants ta kill ya back. Just let the jailor by the pit know when ya ready.','Speak to a Darkspear Jailor, then enter the proving pit and kill a Captive Spitescale Scout.','','','','Speak to a Darkspear Jailor','','','',0,0,0,0,0,0,0,0,0,0,0,0,39062,38142,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52873,0,0,0,1,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26277,13202,368,0,0,1,3,0,0,256,0,0,0,0,0,0,26274,25064,0,0,'More Than Expected','Ya definitely more den expected, mon. I\'m sure dere\'s more important stuff we can be usin\' ya talents on now. Ya don\'t need ta hang out with da newbloods no more.$B$BHead down to da village to da southeast and make yaself known. Lend a hand here and there and I\'m sure ya make yer way up to sometin\' more prestigious quick enough.','Report to Vol\'jin at Darkspear Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26278,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defense of Grom\'gol: Raptor Risk','Throm\'ka, $c!$b$bYour arrival at Grom\'gol is timely, indeed. Our mission to provide a safe chain of supply to Stonard is being hampered by some of the local inhabitants.$b$bI am putting you in charge of eliminating the raptor population outside of Grom\'gol, just to the north. Don\'t worry about the raptors themselves... those wretched Nesingwary hunters will take care of them.$b$bI want you to destroy their eggs.','Destroy 12 Lashtail Eggs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42620,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26279,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,26278,26281,0,0,'The Defense of Grom\'gol: Ogre Oppression','When we first arrived in this jungle we did not intend to wage war on the local tribes. Our mission to supply Stonard is of the highest priority. But complications have arisen. A local band of ogres has occupied the Mizjah Ruins to the southeast of Grom\'gol. Despite warnings, they continue to ambush our supply caravans.$b$bI am putting you in charge of dealing with these uncooperative ogres.$b$bTravel to the ruins and attempt to drive them from the area. At the very least it will send a firm message.','Kill 4 Mosh\'ogg Brutes and 4 Mosh\'ogg Witch Doctors.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1142,1144,0,0,4,4,0,0,0,0,0,0,0,0,0,0,61083,61082,61081,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26280,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,26278,26281,0,0,'The Defense of Grom\'gol: Murloc Menace','The Murkgill murlocs have been pushed out of the ocean by the Saltscale murlocs, so they make their refuge in the Kal\'ai ruins to our northeast. This was acceptable in the past, but no longer.$b$bSeparated from the sea, the Murkgill have grown restless, and they send their foragers to attack my supply caravans. Send them a message: this behavior will NOT be tolerated by Hellscream\'s Horde.','Slay 15 Murkgill murlocs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42621,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26281,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defense of Grom\'gol: Trollish Thievery','The trolls leave us well enough alone here in Grom\'gol. Most trolls know that the Horde can easily crush them when angered, and the trolls here in Stranglethorn are no exception.$b$bThe Bloodscalp have been more active lately, however. As lately as last week, they sent a party into Grom\'gol and stole several cases of rations.$b$bStealing food is the most forgivable type of theft, but I still can\'t let it happen under my watch. Head north, to the Bal\'lal ruins, and return our property.','Obtain the Grom\'gol Rations from the Bal\'lal ruins.','','','','','','','',58083,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61086,61085,61084,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,6,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26282,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,58095,1,'The Favor of Akil\'darah','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42629,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26283,13202,47,0,8,30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prime Slime','I\'ve become very interested in the slimes inhabiting Skulk Rock. No matter how many times they\'re cleared out, they seem to return, yet it doesn\'t seem they\'re capable of reproducing from a single slime.$B$BI think something\'s growing in there. There\'s a source where all the slimes come from, and I want to study it. Find this source, and bring me back a sample.','Collect a Direglob Sample from The Direglob.','','','','','','','',58082,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59277,59278,59279,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26284,13202,801,0,8912896,2,3,0,0,0,0,0,0,0,0,0,0,26318,0,0,'Missing in Action','Fer a job like this, I normally bring me whole crew o\' demolitionists. With some help in settin\' up th\' powder, th\' charges, and th\' rest o\' th\' gear, the job gets done a lot faster.$B$BThose blasted troggs have me men caged all around Frostmane Hold. Now I\'m \'ere all alone without th\' personnel I need to finish th\' job.$B$BYou look like a capable $c, though. Would you find th\' demolitionists th\' troggs captured and break them out o\' their cages?','Free 6 Captured Demolitionists from their cages around Frostmane Hold.','','','','Captured Demolitionists rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,42645,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26285,13202,801,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get Me Explosives Back!','It\'s gonna take a lot of powder ta collapse those caves. I don\'t know whether th\' damnable troggs understood that when they stole me supplies and kidnapped me demolitionists! But th\' outcome\'s th\' same.$B$BAin\'t gonna be able ta blow nothin\' up until I\'ve got that powder back.$B$BGo south to Frostmane Hold and kill any o\' those troggs you find. Any one o\' \'em could be carryin\' me kegs o\' powder.','Recover 7 Stolen Powder Kegs from Rockjaw Bonepickers or Rockjaw Marauders at Frostmane Hold.','','','','','','','',58202,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26286,13202,40,0,8,11,13,0,0,0,0,0,0,0,0,0,26266,26289,0,0,'In Defense of Westfall','After my tour of duty was over in Grizzly Hills, I returned to Westfall, only to find the land in worse condition than when I left.$B$BThe price of our war left thousands of citizens homeless. They now migrate here and squat upon the deserted farmhouses and towns of the region.$B$BTo make matters worse, we are now under attack by the gnolls. The Westfall Brigade needs your help, $N. Slay the attacking gnolls and recover their orders. Someone is pulling their strings and we need to find out whom!','Recover the Gnoll Attack Orders.','Helix? I\'ve heard that name before. Recently as a matter of fact, but who is this admiral?','Have you recovered the attack orders?','','','','','',58111,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58914,58913,58912,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26287,13202,40,0,8,11,13,0,0,0,0,0,0,0,0,0,26266,0,0,0,'The Westfall Brigade','We were once known as the People\'s Militia. These days, though, we fight under the banner of Stormwind, with the full support of King Varian Wrynn. Our goals here in Westfall are many: to clean up the mess left behind by the Defias, to expand the reach of the Alliance and to maintain order. So far we are failing on all fronts.$B$BTimes are worse now than when the Defias ran amok. Now with the indigenous gnolls of the region up in arms, we find ourselves backed into a corner. Help us, $N!','Slay any 12 Riverpaw Gnolls attacking Sentinel Hill.','Well done, $N. You have provided us a temporary reprieve from the onslaught of gnolls, but there is more work to be done.','','','Attacking Riverpaw Gnoll slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,42652,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26288,13202,40,0,8,11,14,0,0,0,0,0,0,0,0,0,26287,0,0,0,'Jango Spothide','South of here is an area of Westfall known as the Dust Plains. From what we know the gnolls of the region have made the Dust Plains their unofficial capital. As with any capital, there exists a leader at the heart. If we are to put an end to these attacks, we must track down the gnoll in charge and end him.$B$BVenture forth into the Dust Plains, find the gnoll leader, Jango Spothide, and kill him. Take out any other gnolls that get in your way.','Slay 5 Riverpaw Mystics, 5 Riverpaw Taskmasters and Jango Spothide.','Excellent work, $N. It will take the Riverpaw weeks to recover from the blow you just dealt. Please take an item of your choosing as a reward for what you have done.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,453,98,42653,0,5,5,1,0,0,0,0,0,0,0,0,0,58920,58919,58918,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26289,13202,40,0,8,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Agent Kearnen','SI: 7 has been tracking Helix Gearbreaker since he entered Alliance territory two weeks ago. The letter I received from Mathias Shaw explained that he sent an agent by the name of Kearnen to Westfall to shadow Helix. Find Agent Kearnen and you\'ll find Helix Gearbreaker.$B$BKearnen came into town for supplies two days ago. She mentioned that she would be near Mortwake\'s Tower, southeast of here, on the Dust Plains.$B$BGet going, $N.','Find Agent Kearnen.','Helix is the one responsible for the gnoll attacks?$B$B$B$BHe\'s inside. He\'s been there for days. I\'ve just been waiting for an excuse to bust him.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26290,13202,40,0,10,11,14,0,0,0,0,0,0,0,0,2,26289,0,58112,1,'Secrets of the Tower','Helix has got himself holed up inside Klaven Mortwake\'s old tower. I won\'t lie to you, $N, it\'s heavily guarded. I count six armed mercenaries just on the outside. There\'s no way you\'re getting inside that tower by yourself. Lucky for you, Claire and I are here.$B$B$B$BI\'ll cover your entry.$B$BTake this shrouding potion, you\'ll need it once you get inside. Use it as soon as you enter the tower and head upstairs. Find out what Helix is hiding up there!','Enter Mortwake\'s Tower and find Helix Gearbreaker.','What could possibly be going on in Moonbrook? I don\'t like this one bit, $N.','','Helix\'s Secret Revealed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26291,13202,40,0,262152,11,14,0,0,0,0,0,0,0,0,0,26290,0,0,0,'Big Trouble in Moonbrook','I\'ll be filling out my report and heading back to Stormwind shortly. SI: 7 must be informed of the happenings in Westfall. I would recommend you do the same and report back to Gryan.','Report your findings to Marshal Gryan Stoutmantle at Sentinel Hill in Westfall.','Who IS this Shadowy Figure? We have to get to Moonbrook.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58926,58925,58924,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26292,13202,40,0,262152,12,14,0,0,0,0,0,0,0,0,0,26291,0,0,0,'To Moonbrook!','We have had a camp near Moonbrook for quite some time now, $N. One of my best soldiers works the area along with a company of Sentinel Hill troopers. Report to Captain Alpert now and find out if he has any news about the happenings in Moonbrook.$B$BAnother ally of mine is also at the Moonbrook camp. His name is Thoralius. I met Thoralius in Northrend during my time in Valgarde. He is a wise and powerful shaman. Perhaps his abilities could help us solve this mystery.','Report to Captain Alpert at Moonbrook in Westfall.','The natives are restless, $N. I don\'t know what\'s going on, but homeless activity in this area has quadrupled in the past two days. If I didn\'t know any better I\'d say they were planning something...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26293,13164,1637,0,136,84,84,0,0,0,0,0,0,0,0,0,28717,0,0,0,'Machines of War','The \"Worldbreakers\" hide in a highland wilderness, squatting behind the Alliance kingdoms in the east. We will crush them, and we will do so with the mightiest army ever assembled since our victories in Northrend.$B$BI tasked our new goblin allies with the assembly of a host of war machines. Reports from the field reveal that their workmanship is sometimes... lacking.$B$BI will not go to battle with faulty machines. See Foreman Glibbs here in Orgrimmar and ensure my war machines are battle-ready!','Talk to Foreman Glibbs just inside the Orgrimmar Rear Gate in Orgrimmar.','Busy now. Go away.$B$BWait, what? Hellscream sent you? What - uh - what can I do for you? Him? Us?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,2,0,0,0,0,0,0,22500,0,0,0,0,0,0,0,0,0,0,82800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26294,13164,1637,0,8388744,84,84,0,0,0,0,0,0,0,0,0,26293,0,0,0,'Weapons of Mass Dysfunction','$B$BHellscream isn\'t happy with our work? Oh - we even NAMED the \"Hellscream Demolisher\" after him. This is very bad. My boys need to step it up.$B$BMaybe you can help set an example. A set of Hellscream Demolishers just rolled off the blocks and are ready for inspection. Give them a thorough going-over, and if you find any problems, give the Chief Engineer a good thrashing. Remind them that the eyes of Hellscream are upon them!','Inspect Hellscream Demolishers until you find a faulty one, then teach its Chief Engineer a lesson.','$B$BInstilled a little discipline in them, did you? Good, good!$B$BEveryone pulls their weight in my Horde, from the smallest peon to the proudest warrior. I tolerate nothing less.$B$BOur preparations for the invasion are almost complete.','','','Faulty Demolisher Discovered','Chief Engineer Disciplined','','',0,0,0,0,0,0,0,0,0,0,0,0,42674,42675,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26295,13202,40,0,8,12,14,0,0,0,0,0,0,0,0,0,26292,0,0,0,'Propaganda','We\'ve noticed a rise in violent acts amongst the homeless of the area. Something or someone is getting them all riled up. Now whoever is behind all this is getting more organized. Just recently a group of thugs came through here handing out pamphlets.$B$BEnter Moonbrook and look for evidence. Propaganda, leaflets, whatever... Bring whatever you find back to me. Maybe we can find the source through the writings.','Recover an Informational Pamphlet, Secret Journal, an Issue of the Moonbrook Times and Mysterious Propaganda.','V? The only V I know is VanCleef, but he died many years ago.','Any luck?','','','','','',58113,58114,58115,58116,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26296,13202,40,0,0,12,14,0,0,0,0,0,0,0,0,0,26292,0,0,0,'Evidence Collection','The material of this bandana is identical to the material found at the Furlbrow murder scene. You should collect more red bandanas as evidence and return what you find to Captain Alpert.','Collect 6 Red Bandanas.','I haven\'t seen a red bandana in five years. Could this shadowy figure be attempting to reform the Defias Brotherhood?','Red bandanas?!','','','','','',58118,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58923,58922,58921,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26297,13202,40,0,8,12,15,0,0,0,0,0,0,0,0,0,26295,0,0,0,'The Dawning of a New Day','It looks like the meeting the shadowy figure spoke of is starting soon. The homeless are starting to mobilize. I need you to attend the rally and gather information, $N.$B$BGo to the center of Moonbrook and listen in on the rally. Return to me with whatever you find out.','Gather information from the Moonbrook Rally.','I could hear the cheers from here. It seems as if we\'ve got a huge problem on our hands, $N. We have to discover the identity of this shadowy menace before we enlist the aid of Stormwind. Perhaps there is another way...','','','Information from Moonbrook Rally gathered','','','',0,0,0,0,0,0,0,0,0,0,0,0,42680,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26298,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunt for Yenniku','A doom, there is. A doom on my chief\'s youngest son, Yenniku. As is a custom with our people, he was given to the Gurubashi Trolls of Zul\'Gurub, but after my tribe, the Darkspear tribe, left with the orc Thrall, poor Yenniku was lost to us. I was sent from distant Orgrimmar, back to Stranglethorn, to search for my chief\'s son.$B$BAnd I believe the Bloodscalp tribe has him.$B$BIf you would help me, then hunt the Bloodscalps. You may find them to the north. Gather their tusks and return to me.','Obtain 6 Bloodscalp Tusks from Bloodscalp trolls in the Bal\'lal Ruins.','','','','','','','',3901,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26299,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,26298,0,0,0,'Headhunting','We must find if Yenniku is dead.$B$BSlay the Bloodscalps of Zuuldaia and take from them their shrunken heads. You must gather many, many heads, and I will inspect them to make sure Yenniku\'s head is not among them.$B$BAnd if Yenniku was killed by the Bloodscalps, then may a 600-year curse fall on the spirit of their chief, Gan\'zulah!$B$BGo, $N. You will find the heads at the ruins of Zuuldaia, along the coast to the north.','Obtain 25 Shrunken Heads from Bloodscalp trolls at the Zuuldaia Ruins.','','','','','','','',1532,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61090,61089,61088,61087,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26300,13202,33,0,8,24,27,0,0,0,0,0,0,0,0,0,26299,0,0,0,'Nezzliok Will Know','Yenniku was not among the heads, and I thank the Great Serpent for it. But we are no closer to finding him.$B$BWe must know the truth, and I fear that only the Bloodscalp witchdoctor will know it. He is an enemy of the Darkspear tribe and will not speak freely, so we must force the truth from his dead lips!$B$BBring me the head of Nezzliok the Dire and place it within this cauldron.$B$BHe is deep within Zul\'Kunda. Bring his head...we will then make it talk.','Obtain Nezzliok\'s Head from Nezzliok the Dire in Zul\'Kunda.','','','','','','','',3905,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26301,13202,33,0,8,24,27,0,0,0,0,0,0,0,0,0,26300,0,0,0,'Speaking with Nezzliok','$B$BIt is true. I know where the child of the Darkspears was taken. You have bested me and bound my spirit, but I will say nothing without appeasement!$B$BThe Bloodscalps war with the Skullsplitters. To gain my favor, steal two of their most-prized trophy skulls from the Skullsplitters across the river to the east. Place them here with us, so that my spirit will have slaves in the Nether. One skull must be from their trophy pile in Balia\'mah, the other from Ziata\'jai.','Obtain a Balia\'mah Trophy and a Ziata\'jai Trophy from the Skullsplitter ruins in Northern Stranglethorn.','','','','','','','',3906,3907,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61099,61098,61097,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26302,13202,33,0,8,24,27,0,0,0,0,0,0,0,0,0,26301,0,0,0,'Chasing Yenniku\'s Fate','$B$BYou have appeased myself and my chief, so I will tell you that which you seek to discover...$B$BYoung Yenniku is lost to his clan.$B$BHe was taken by the witchdoctor Zanzil the Outcast. Now Zanzil controls him, body and soul, and only the most potent magic could set him free.$B$BA magic that you do not have, $c.$B$BPerhaps your Darkspear allies at Bambala in the east can offer a hope of Yenniku\'s salvation. But that, I doubt.','Speak with Kin\'weelay at Bambala.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,3,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26303,13202,33,0,8,24,28,0,0,0,0,0,0,0,0,0,26302,0,0,0,'The Mind\'s Eye','The Mind\'s Eye is held by an ogre mage, in the Mosh\'Ogg ogre mound just to the south. His name is Mai\'Zoth. I know him from when the Darkspears dwelt in Stranglethorn - he is vicious, and his magic is strong.$B$BAnd if he has the Mind\'s Eye, then his magic will be stronger still.$B$BYou must face Mai\'Zoth and wrest from him the Mind\'s Eye. It is a perilous task, but it is the only hope we have of saving Yenniku.','Obtain the Mind\'s Eye from Mai\'Zoth.','','','','','','','',3616,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26304,13202,33,0,8,27,29,0,0,0,0,0,0,0,0,0,26352,0,0,0,'Nighttime in the Jungle','One year ago, my mother - that is, the troll who took care of me - was taken by the Skullsplitters of Zul\'Mamwe. Young and headstrong, I ran in after her, only to see her being pushed toward a burning brazier by a dozen of their warriors. I hid behind a tree and watched as they grabbed her and... and...$b$b$b$bAt nighttime, the lights from their braziers reflect off the treetops and keep me awake. Please, $n... travel south into Zul\'Mamwe and put them out.','Put out 8 Zul\'Mamwe Braziers at Zul\'Mamwe in Northern Stranglethorn.','','','','Zul\'Mamwe Brazier Extinguished','','','',0,0,0,0,0,0,0,0,0,0,0,0,-204247,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26305,13202,33,0,8,24,29,0,0,0,0,0,0,0,0,0,26303,0,3912,1,'Saving Yenniku','I have reshaped the Mind\'s Eye into a Soul Gem. Its purpose is twofold: you must use it to stun Yenniku, and once stunned place it upon his head to entrap his soul.$B$BMy suspicions that I spoke of earlier were correct: the spirits tell me that Yenniku dwells not with Zanzil the Outcast, but within the Ruins of Zul\'Mamwe, to the southwest. Once you have freed Yenniku\'s spirit, return to Nimboya at Grom\'gol.','Bring the Filled Soul Gem to Nimboya.','','','','','','','',3913,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61102,61101,61100,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26306,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26307,0,0,'Start Taking Back','Today we make the first strike at the heart of the savage Vilebranch tribe. Show no mercy, $n; this is no longer just a spat between trolls. Every victory of the Revantusk is a victory for the Horde!$B$BThe Vilebranch headhunters and witch doctors will be the first to go. Make your strike against the lower terraces and report back to me with blood on your weapons.','Kill 5 Vilebranch Witch Doctors and 5 Vilebranch Headhunters in Jintha\'Alor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2641,2640,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26307,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death to the Vilebranch','We won\'t give them a chance to react. You must re-enter Jintha\'Alor and charge all the way to the upper tiers.$B$BThe Vilebranch berserkers and shadowcasters are dangerous enemies, $n. When the others see their bodies thrown across the walls, they\'ll know we mean business.$B$BDon\'t leave any Vilebranch hearts beating!','Kill 5 Vilebranch Berserkers and 5 Vilebranch Shadowcasters in Jintha\'Alor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2643,2642,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26308,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,26307,0,0,0,'It\'s Ours Now','Only the strongest and foulest Vilebranch are left now. The soul eaters and blood drinkers, foul worshippers of the evil god Hakkar.$B$BThey are FOOLS! They cling to old, defeated beliefs. I won\'t tolerate their crimes against the Revantusk any longer.$B$BStrike the final blow. Claim Jintha\'Alor for the Revantusk... claim it for the Horde!','Kill 5 Vilebranch Blood Drinkers and 5 Vilebranch Soul Eaters in Jintha\'Alor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2647,2646,0,0,5,5,0,0,0,0,0,0,0,0,0,0,59291,59292,59293,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26309,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Vessels','The Vilebranch trolls here used to drink the corrupted blood of the god Hakkar himself for power. They boiled it in crude pots before drinking, dark vessels full of unholy strength.$B$BHakkar was killed long ago, of course. But the interesting thing... I still see some cauldrons bubbling up there. Bring me back a few and we\'ll see just what they\'ve got cooking.','Collect 5 Vessels of Tainted Blood from Jintha\'alor.','','','','','','','',19071,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59294,59295,59296,59297,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26310,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26309,0,0,'All That Skitters','A moment if you\'re going up there, $c...$b$bI\'ve got a few brokers quite interested in potent toxins. I couldn\'t help but notice the spiders scurrying around near here... not giant ones, about the size of your hand.$B$BThe skitterlings are a hue I\'ve never seen before in this area. Could you collect a few for me and bring them back?','Collect 8 Skittering Spiderlings in Jintha\'Alor.','','','','','','','',58120,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26311,13164,1637,0,136,84,84,0,0,0,0,0,0,0,0,0,28909,0,0,0,'Unfamiliar Waters','The Warchief has designs to launch an all-out assault on the Twilight Highlands. Once there we hope to ally with the Dragonmaw orcs.$B$BThrough my own sources I\'ve discovered that a Dragonmaw orc resides here, in Orgrimmar. He is known as Herezegor Flametusk, and once he commanded legions of their warriors.$B$BHis insider knowledge is precious to us. Find Flametusk and obtain for us a chart of the Twilight Highlands waterways.$B$BLast I hear, Flametusk was washed up at a bar in the Valley of Honor...','Locate Herezegor Flametusk at the Wyvern\'s Tail inn within the Valley of Honor in Orgrimmar, and obtain a Twilight Highlands Coastal Chart.','$B$BTwilight Assassins followed you to the bar? Here, in Orgrimmar?$B$BThe Warchief won\'t be happy about this.$B$BContinue your preparations for the invasion and I will investigate.','$B$BAh, $c, you return. What have you discovered?','','','','','',58141,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63924,63923,63922,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26312,13202,5042,0,1048712,81,83,0,0,0,0,0,0,0,0,0,26326,26315,0,0,'Crumbling Defenses','When da attack started, we pushed out to take da field as quickly as we could. Dere forces were deep and endless... we underestimated dem. Now some of our best shaman be stranded out dere, exhausted, far from our defenses.$B$BMake your way out and take da pressure off of our stranded brothas. Even a small break in battle be a chance to get much needed room ta breathe.$B$BBe swift, $c.','Relieve Tawn Winterbluff, Stormcaller Mylra, and Hargoth Dimblaze by helping them to defeat their opponents.','','','','Tawn Winterbluff relieved','Stormcaller Mylra relieved','Hargoth Dimblaze relieved','',0,0,0,0,0,0,0,0,0,0,0,0,44352,44353,42788,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26313,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26326,26315,0,0,'Core of Our Troubles','Elementals are chaotic by nature, but dis kind of organized aggression is out of character. More so down here where dere deaths be a bit more permanent. I suspect dis is Therazane the Stonemother\'s doin\', but I have to be sure.$B$BDestroy da Irestone Rumblers and bring me their cores. We\'ll be settlin\' here and now if dis is da Stonemother\'s hatred brought down on us.','Collect 6 Irestone Cores.','','','','','','','',58168,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26314,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26326,26315,58169,1,'On Even Ground','We\'re fortunate dat those giants be havin\' such bad aim. Luck is sure to be favorin\' dem eventually though.$B$BWe need to get dem off da battlefield, but I don\'t tink takin\' dem head on would be very smart.$B$BTake dis grapplin\' line, get a good hold on one of their ankles and pull their legs out from under dem. Once dey are on da ground, dey should be easy ta be finishin\' off.','Use the Elementium Grapple Line to pull 3 Servants of Therazane off of their feet.','','','','Servants of Therazane brought down','','','',0,0,0,0,0,0,0,0,0,0,0,0,42479,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26315,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,0,0,58177,1,'Imposing Confrontation','Have ya seen the looming giant in the distance to the northeast? Dat is Boden the Imposing, one of Therazane the Stonemother\'s Stone Lords.$B$BWe be knowin\' little of da Stone Lords, but Boden is not known ta be very level-headed. Sadly, he seems to be da one leadin\' dis assault, so he\'s the one we must be confrontin\'.$B$BTake dis proclamation to him and read it aloud on behalf of da Earthen Ring. I know it be a bit of a stretch to think words will settle dis, but we have to try. Be cautious.','Read the Earthen Ring Proclamation to Boden the Imposing.','','','','Seek Peace with Boden the Imposing','','','',0,0,0,0,0,0,0,0,0,0,0,0,42731,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61435,61434,61433,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26316,13202,801,0,8,2,3,0,0,0,0,0,0,0,0,0,26265,0,0,0,'What\'s Keeping Jessup?','The cataclysm tore open deep caves beneath Frostmane Hold and troggs flooded out of their warrens. They succeeded in displacing the trolls who used to live there and they stand to drive us out if we do not act.$B$BHigh Tinker Mekkatorque hired the renowned demolitionist, Jessup McCree, to close the caves and stem the trogg advance. We\'ve received no word about whether he was able to stop the troggs. Would you look for him at his camp near Frostmane Hold, to the south beyond the Toxic Airfield?','Find Jessup McCree at his camp in Frostmane Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26317,13202,33,0,524288,24,25,0,0,0,0,0,0,0,0,0,0,0,58165,1,'A Lashtail Hatchling','Upon dealing the final blow to the lashtail eggs, you look down to see a newborn hatchling looking back up at you. You can see it studying you, learning your features and following your movements.$b$bThe lashtail hatchling has formed a bond with you.$b$bYour original assignment was to thin out the raptors, but you have fulfilled your egg quota, and this one is an innocent newborn. Perhaps someone back at Grom\'gol Base Camp will know what to do with a raptor hatchling.','Bring the Lashtail Hatchling to Far Seer Mok\'thardin at Grom\'gol Base Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26318,13202,801,0,8,2,3,0,0,0,0,0,0,0,0,0,0,26329,0,0,'Finishin\' the Job','My team has finished settin\' up th\' powder kegs and th\' detonator at the bottom o\' th\' cave in th\' western part of Frostmane Hold. All you need to do is venture down there and activate th\' detonator to explode the powder and collapse those tunnels.$B$BThat\'ll stop th\' flow of troggs from th\' deep parts of th\' earth. Mekkatorque\'ll have an easier time of dealin\' with the remainin\' troggs if you can take out their leader, who calls \'imself Boss Bruggor. Good luck, $N.','At the bottom of the cave in Frostmane Hold, kill Boss Bruggor and activate the Detonator to detonate the trogg tunnels.','','','','Detonate trogg tunnel','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,42773,0,0,0,1,0,0,0,0,0,0,0,0,0,0,59046,59045,59044,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,5,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26319,13202,40,0,262152,12,15,0,0,0,0,0,0,0,0,0,26297,0,0,0,'Secrets Revealed','There is a shaman here, Thoralius, who might be able to aid us. He is a friend of Gryan\'s who has recently come to Westfall to study the elemental devastation that has befallen us.$B$BSpeak to Thoralius and see if there is something that he can do to shed some light on the identity of this shadowy figure.','Speak with Thoralius the Wise at Moonbrook in Westfall.','Hmm, yes, perhaps I could be of some assistance. When I was in Northrend I helped the people of Valgarde uncover some of the mysteries of the vrykul by delving into the spirit world. Perhaps the same could be done here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26320,13202,40,0,10,12,15,0,0,0,0,0,0,0,0,2,26319,0,58147,1,'A Vision of the Past','This incense will put your body and mind in a deep meditative state. Once the trance begins you will be pulled into the spirit world. Do not fight the trance once it has begun, $N. Allow the spirits to show you what they know.$B$BYou must leave now. Go to the Deadmines, a place which I am told holds great significance in the history of Westfall. Once inside, use the incense.$B$BYou may enter the Deadmines through the old farmhouse south of here. Follow the homeless. $B$BReturn to Gryan with your discovery.','Enter the Defias Hideout and follow the trail of homeless to the Deadmines dungeon. Enter the Deadmines dungeon and use the Incense Burner to see into the past.','WHAT? VanCleef had a daughter?','','Vision of the Past uncovered','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26321,13202,33,0,65544,24,25,0,0,0,0,0,0,0,0,0,26317,0,58165,1,'I Think She\'s Hungry','It looks like your young raptor is hungry. If you\'re looking to keep her, why don\'t you find something for her to eat? The lashtail often attack the camp of the Murkgill murlocs, just to our north.$b$bShe probably isn\'t strong enough to hunt on her own yet, but I\'m sure she will eat freshly killed murloc meat.','Kill Murkgill murlocs in Northern Stranglethorn, and let your Lashtail Raptor eat 40 bites of their meat.','','','','Bites of Murkgill meat','','','',0,0,0,0,0,0,0,0,0,0,0,0,42742,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26322,13202,40,0,5242882,12,15,0,0,0,0,0,0,0,0,2,26320,0,0,0,'Rise of the Brotherhood','I had no idea that VanCleef had a daughter, $N. If there was one thing that man was exceptionally skilled at, it was keeping secrets.$B$BHow tragic. Poor thing witnessed a horrible act. Had I only known.$B$BWhat was that? Did you hear something? It seems as if the gnolls are pulling back... where are my guards?$B$BON GUARD, $N!','Bear witness to the rise of the Brotherhood.','','','Rise of the Brotherhood witnessed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58931,58930,58929,58928,58927,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26323,13202,33,0,2097160,24,26,0,0,0,0,0,0,0,0,0,26321,0,58165,1,'Favored Skull','Your pet raptor seems to have found a new toy: a skull, from a nearby troll skull pile.$b$bWhat sets this skull apart from the rest is beyond you, but for some reason, she won\'t put it down.$b$bNimboya at Grom\'gol Base Camp seems to be somewhat of a skull expert, judging by the skull piles he keeps. Maybe he\'ll have some idea what makes this one so special.','Return to Nimboya at Grom\'gol Base Camp and show him your Lashtail Hatchling\'s new skull.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26324,13164,1637,0,136,84,84,0,0,0,0,0,0,0,0,0,26294,0,0,0,'Where Is My Warfleet?','We have a map of the Highland approaches. The plan is clear: we will show ourselves in force. The Dragonmaw orcs, on seeing the might of our combined forces on their shore, will have no choice but to ally with us in our crusade to destroy the Twilight\'s Hammer.$B$BThe fleet is assembling at Bilgewater Port in Azshara. I grow impatient with their progress.$B$B$C! You have a knack for greasing the wheels of my war machine. Seek out Warlord Krogg in Azshara and find out what\'s taking so long.','Speak with Warlord Krogg at Bilgewater Port in Azshara.','What, another message from Hellscream? His patience is thinner than calf\'s hide.$B$BHave you ever worked with goblins before? Everywhere is another hidden cost! Our ships lie half-assembled and the air fleet is scattered to the winds.$B$BIf this invasion is going to happen, I\'m going to need your help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26325,13202,33,0,2097160,24,26,0,0,0,0,0,0,0,0,0,26323,0,58165,1,'A Nose for This Sort of Thing','$b$bI live? No, I do not... but I can.$b$bThat raptor you have is wise to have found my skull among what must have been so many. In life, I was strong, powerful, a lord among trolls. With your help, I can be a lord once more.$b$bThe Bloodscalps at Zuuldaia hoard magical fetishes that can help me return. They hide these artifacts under the sand. Use your hatchling to find these artifacts, $N... then throw them in the pot.','Use your Lashtail Hatchling to sniff out 8 Zuuldaian Fetishes.','','','','','','','',58171,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27007,13202,5042,0,132,81,82,0,0,0,0,0,0,0,0,0,26260,0,0,0,'Silvermarsh Rendezvous','Excellent work, $N. We know exactly where the meeting location is.$B$BThe Upper Silvermarsh is a mercury swamp to the east of here. It\'s normally only inhabited by elementals and occasional stone troggs, but our scouts have seen some Twilight activity in the region.$B$BMake your way there and let\'s find a way to eavesdrop on the Forgemaster\'s meeting.','Go to the Upper Silvermarsh in Deepholm.','','','Upper Silvermarsh reached.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26327,13202,11,0,262152,23,25,0,0,0,0,0,0,0,0,0,25939,0,0,0,'Anvilmar the Hero','You don\'t want to waste your time talking to me right now, $glad:lass;. Thargas Anvilmar himself is just on the other side of these wagons.$B$BSurely you\'ve heard of him? He fought to defend the Thandol Span from the Dark Iron alongside the King of Stormwind! He\'s one of the finest heroes of Ironforge.$B$BRight now though, he\'s in the thick of it! Go out there and let him know you\'re ready to help. Just keep a good distance, he swings wide.','Talk to Thargas Anvilmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26328,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26315,0,0,0,'Rocky Relations','$B$BMy! Dat was unexpected. Diamant ain\'t far at all. When I reached out ta him, he spoke back wit me and told me where we could be finin\' him. Head towards tha northeastern edge of the Jagged Wastes - Diamant will be expectin\' ya.$B$B$N, be careful. It may be unlike an earth bein\' to lay an ambush, but it was unlike dem to siege the temple in da first place.','Find Diamant the Patient at the northeast edge of the Jagged Wastes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26329,13202,801,0,524288,2,3,0,0,0,0,0,0,0,0,0,0,26331,58178,1,'One More Thing','Well, it\'s time to start packin\' up and movin\' on to the next job. There\'s always somethin\' else to blow up out there. Somewhere, there\'s a mountain needs movin\' or a gorge that needs carvin\', and I\'ll be there to do it.$B$BI don\'t suppose you\'d do me one more favor? Would you take this report back to High Tinker Mekkatorque in New Tinkertown? He needs to know that th\' troggs won\'t be botherin\' his people again anytime soon.','Bring Jessup\'s Report to High Tinker Mekkatorque in New Tinkertown.','','','','','','','',58178,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26330,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,26325,0,58165,1,'Who\'s a Big Troll?','$b$bMy soul is ready, but my body is not. The Bloodscalps desecrated my old body long ago. The horrors that they inflicted upon me... my spirit watched on while they tore my body apart and, and... I can\'t go on.$b$bTheir chief, Gan\'zulah, presided over the gruesome acts. In fact, if memory serves, he was a strong, powerful troll... about the same size as I was. What a fine coincidence.$b$bYou know what to do, $r. Make it quick.','Obtain Gan\'zulah\'s Body from Zul\'Kunda.','','','','','','','',58179,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61096,61095,61094,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26331,13202,801,0,524288,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushcog\'s Minions','Our old enemy, Thermaplugg, is doing his best to keep us from rebuilding and finishing our reclamation of Gnomeregan. He\'s sent one of his most loyal henchmen, Razlo Crushcog, and a force of irradiated gnomes to harry us.$B$BThey\'ve taken over an old arsenal up the road to the north, and Crushcog\'s technicians are repairing those weapons. We have to stop them before they\'re able to get those mechano-tanks back online. Go to Crushcog\'s Arsenal and eliminate as many of the technicians as you can.','Kill 8 of Crushcog\'s Minions at Crushcog\'s Arsenal. You may kill Irradiated Technicians or Crushcog\'s Battle Suits.','','','','Crushcog\'s Minions killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,42223,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26332,13202,33,0,2097160,24,26,0,0,0,0,0,0,0,0,0,26330,0,58165,1,'Skullsplitter Mojo','$b$bI have my body, thanks to you, your raptor, and Gan\'zulah. Now, if I remember correctly, you and your witch doctor friend will need some mojo to complete this ritual.$b$bThe Bloodscalps keep mojo in Zul\'Kunda, but it is weak. Your Darkspears\' mojo will not work either. No... you want to take from the Skullsplitter trolls, across the river to the east.$b$bHurry back, $r. I will be watching...','Obtain 6 Skullsplitter Mojos from Skullsplitter trolls in the Ziata\'jai Ruins and the Balia\'mah Ruins.','','','','','','','',58201,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,79780,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26333,13202,801,0,524288,3,4,0,0,0,0,0,0,0,0,0,26329,0,58200,1,'No Tanks!','We\'ve lost more than a couple scouts trying to find out what exactly Razlo Crushcog plans to do with all those mechano-tanks his irradiated technicians are repairing.$B$BWe can\'t afford to take it slowly anymore. We must act before Crushcog turns his followers and his weapons on us.$B$BThis techno-grenade packs enough explosive power to destroy the mechano-tanks and deny Crushcog their use. Take it north with you along the road to Crushcog\'s Arsenal and take out those tanks!','Use the Techno-Grenade to destroy 5 Repaired Mechano-Tanks at Crushcog\'s Arsenal.','','','','Repaired Mechano-Tanks destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,42224,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,59049,59048,59047,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26334,13202,33,0,2097160,24,26,0,0,0,0,0,0,0,0,0,26332,0,58165,1,'Bloodlord Mandokir','$R. $R, $r, $r... you didn\'t think I was a friend, did you, $r? Ah, ha ha haaaa!$b$bYou\'ve served your purpose. I\'ve returned to the realm of the living, and it\'s all thanks to you. So, instead of killing you, I\'m going to make you a deal instead.$b$bGive me the raptor.$b$bYou must already know that she\'s no normal raptor, and I need a replacement for Ohgan. Do it, or both you and the witch doctor will taste my rage.','Deliver the Lashtail Raptor Egg Fragment to Bloodlord Mandokir in Grom\'gol Base Camp.','','','','','','','',58165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,79783,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26335,13202,16,0,136,84,84,0,0,0,0,0,0,0,0,0,26324,0,0,0,'Ready the Navy','Hellscream expects an armada of ships for his invasion, but the docks here are weeks behind schedule. Costs are rampant and quality is poor. Corruption is the problem, $N! And I need you to root it out.$B$BThe Foebreaker, a warship berthed at the northwest pier, should have been outfitted days ago. Something reeks. Go there and oversee the construction yourself.$B$BFind out who\'s disrupting our naval preparations and deal with them!','Investigate the Hull of the Foebreaker.','$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26336,13202,45,0,262152,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shakes O\'Breen','You\'re all right, $n. It\'s not every day you come across a so-called hero that has a clue what they\'re doing once they get this far from home, so I\'ll let you in on some more work.$B$BI\'ve a friend by the name of Shakes O\'Breen. He\'s the captain of a crew of pirates, the Blackwater Raiders; good men, respectable as pirates go. They dock at Faldir\'s Cove, hidden along the southern shore.$B$BI\'m sure O\'Breen will have lucrative jobs for you if you\'re interested.','Find Shakes O\'Breen at Faldir\'s Cove in Arathi Highlands.','Ahoy, $C. Any friend of Skuerto is a friend of mine.\n\r\nYou\'ll find plenty of work needs doin\' around here. We\'re not sittin\' in this cove twiddlin\' our thumbs by choice. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26337,13202,16,0,136,84,84,0,0,0,0,0,0,0,0,0,26335,0,0,0,'Beating the Market','$B$B$B$B','Track down a Bilgewater Foreman somewhere in Bilgewater Harbor and knock him around a little. ','So they were trying to skimp on production costs? Unacceptable!$B$BI\'m glad you knocked some sense into them. If that foreman makes good on his word, our fleet will be ship-shape in time for the invasion.','','','Bilgewater Foreman Intimidated','','','',0,0,0,0,0,0,0,0,0,0,0,0,42798,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26338,13202,33,0,8,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'Population Con-Troll','I understand you may be headed to Zul\'Kunda soon. While you are there, I have a small task for you.$b$bThe trolls are outgrowing Stranglethorn. The Bloodscalp in the West, the Skullsplitters in the East... they pour out of their ruins and into the jungle, disrupting the natural balance of the region. It is time we restored that balance.$b$bZul\'Kunda is the Bloodscalp capital. Inside you will find the most high-ranking Bloodscalps. Reduce their numbers, then return to me.','Slay 7 Bloodscalp Mystics, 7 Bloodscalp Hunters, 7 Bloodscalp Scouts, and 1 Bloodscalp Beastmaster.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,701,588,595,699,7,7,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26339,13202,801,0,524288,2,5,0,0,0,0,0,0,0,0,0,0,26342,0,0,'Staging in Brewnall','While High Tinker Mekkatorque, his military advisors, and I finalize the plans for the attack on Razlo Crushcog, I\'ve sent my assistant ahead to Brewnall Village to begin preparations.$B$BTo get to Brewnall Village, follow the road southeast out of town. Once you arrive, find Jarvi Shadowstep and see if he needs any help. Our dwarven cousins have dispatched a cadre of mountaineers from Ironforge to join us in the fight against Crushcog.','Speak with Jarvi Shadowstep at Brewnall Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26340,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hunt','Of all the places to end up across Azeroth, I\'m stuck here in Grom\'gol. With the marauding wildlife, the caravan raids, and the constant threat of troll attacks, I\'m surprised I\'ve survived for this long.$b$bCould be worse, I suppose. At least here in Grom\'gol we have walls and guards. There\'s a group of hunters up north that set up camp right in the middle of the jungle!$b$bI see people heading there all the time. If you\'re looking for trouble, feel free to head up there. I\'ll stick with my Grom\'gol.','Report to Barnil Stonepot at Nesingwary\'s Expedition in Northern Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26341,13202,45,0,8650760,27,29,0,0,0,0,0,0,0,0,0,0,26039,0,0,'The Stone Shards','I\'ve scouted all over these highlands, $n, and there\'s one thing I\'ve found I haven\'t been able to explain.$B$BTo the northeast of here, there\'s a circle of stones, like the others you\'ll find everywhere in Arathi... but the largest and most imposing of them, built into the mountainside itself.$B$BJust between you and me, I heard voices while I was there. Whispers of the earth. If you\'re the curious type, you could go see for yourself...','Investigate the Shards of Myzrael.','\n\r\nHelp... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26342,13202,801,0,0,2,5,0,0,0,0,0,0,0,0,0,0,26364,58203,1,'Paint it Black','We have reliable intelligence that Razlo Crushcog has taken up a defensive position on the island in the middle of frozen Iceflow Lake. To make matters worse, he\'s surrounded himself with a network of sentry-bots that will detect any possible attackers.$B$BIf we\'re to take on Crushcog, we\'ll need to take out those sentries. This device launches a dark, sticky paint that will coat the optical sensors of Crushcog\'s sentry-bots. Use it to take out his early warning system.','Use the Paintinator to blind 5 of Crushcog\'s Sentry-Bots.','','','','Crushcog\'s Sentry Bot blinded','','','',0,0,0,0,0,0,0,0,0,0,0,0,42796,0,0,0,5,0,0,0,79781,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26343,13202,33,0,8,25,26,0,0,0,0,0,0,0,0,0,583,0,0,0,'Supply and Demand','\"The finest leathercrafter of the South Seas and the worlds old and new.\" That\'s what they call me. Me! Drizzlik! The finest lea... Ahem. Well.$b$bMy leather goods are known far and wide as the most exquisite, a connoisseur\'s choice!$b$bI\'ve just received an order from Director Riddlevox of the Tinkers\' Union for a dozen of his favorite Excelsior-line boots. Our best sellers, actually.$b$bTo start on the basic shape, I\'ll need crocolisk skins from the crocs along the river in Northern Stranglethorn.','Bring 2 Large River Crocolisk Skins to Drizzlik at Nesingwary\'s Expedition.','','','','','','','',4053,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26344,13202,33,0,8,25,27,0,0,0,0,0,0,0,0,0,26343,0,0,0,'Some Assembly Required','Well, I\'ve got the basic shape of the boots worked out, and they\'re coming along fine, but the skins you brought aren\'t going to be quite enough for the inner layers.$b$b\"What are we going to do, Drizzlik?\" No doubt the question on your lips, and well, isn\'t it lucky you\'re talking to Drizzlik, because he\'s going to tell you what we\'re going to do!$b$bThe inner layers will never really be seen, so we\'ll just get some of the thicker, cheaper skins from the crocs around Lake Nazferiti to fill the boots out.','Bring 5 Snapjaw Crocolisks Skins to Drizzlik at Nesingwary\'s Expedition.','','','','','','','',4104,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26345,13202,33,0,8,25,28,0,0,0,0,0,0,0,0,0,26344,0,0,0,'Excelsior','With the inside finished, all that\'s left is to add the outer layer. For this, I use only the best elder croc skins. They are more durable and a better canvas--if you will--for adding the designs and accents that make Drizzlik\'s Excelsior line.$b$bIt\'s hard to find that perfect skin though, the only one that fits my plan is the skin of an elder snapjaw crocolisk. Find them to the south, near the border with the cape.','Bring an Elder Crocolisk Skin to Drizzlik at Nesingwary\'s Expedition.','','','','','','','',4105,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61106,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26346,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,26049,0,0,'Myzrael\'s Tale','As the stone goes quiet, you\'re left with a vague sense of unease. Something isn\'t right.$B$BPerhaps you should tell Skuerto of what you\'ve done so far.','Return to Skuerto at Refuge Pointe in Arathi Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26347,13202,40,0,8,12,14,0,0,0,0,0,0,0,0,0,26371,0,0,0,'Keeper of the Flame','The night the Lighthouse Keeper\'s family died was horrible. I watched, helpless, as Old Murk-Eye led the attack. But what\'s done is done and now my concern is for the lives of the sailors on The Great Sea whose ships come close to the perilous rocks of the coastline. With no one to keep watch on the flame the responsibility has fallen upon me.$b$bHelp me keep the torch lit by bringing me chasm ooze from the slimes in the Raging Chasm to the northeast.','Bring 5 Chasm Oozes to Captain Grayson at the Westfall Lighthouse.','Praise you, brave $C. The rocks of the Westfall Coast shall be lit thanks to your hard work. Many lives will be spared so long as the torch is kept lit.$b$bI died needlessly on this very shore. My afterlife plight is to see that no others follow my destiny.','The flame will not burn for long without ooze, $N. We used to use oil back in the day, but it was hard to come by!','','','','','',58204,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2455,118,0,0,0,0,3,3,0,0,0,0,955,1180,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26348,13202,40,0,8,12,15,0,0,0,0,0,0,0,0,0,26371,0,0,0,'The Coast Isn\'t Clear','You probably noticed all of the shipwrecks along the coast. The Great Sea is treacherous indeed. The coast of Westfall needs to be kept clear, so that if sailors find their way to our beaches, they are safe. The Murlocs are trouble though.$b$bKill murloc tidehunters and oracles and I will see to it that you are rewarded.','Kill 7 Murloc Tidehunters and 7 Murloc Oracles.','Well done, $N. You have quite a knack for combat. Thanks to you the Coast of Westfall is a safer place.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,127,517,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26349,13202,40,0,8,12,15,0,0,0,0,0,0,0,0,0,26042,0,0,0,'The Coastal Menace','When my life was ended upon the rocks, I had no clue what the afterlife held for me. The Lighthouse was black that night because Old Murk-Eye had scared the keeper\'s family off. They returned and re-lit the flame but Old Murk-Eye coerced the weaker minded murlocs to raid the Lighthouse with him once again. The second time the family was not so lucky and before my eyes they perished helplessly.$b$bSlay Old Murk-Eye if you see him along the shore and bring me one of his scales and I shall reward you.','Bring a scale of Old Murk-Eye to Captain Grayson at the Westfall Lighthouse.','Say no more, $B. I followed up with an... \"old friend\" while you were gone. I should\'ve known better than to send you to those shards.\n\r\nWe\'ve both made a grave mistake in involving ourselves in this. Luckily, I \"persuaded\" my boy Gerrig to tell me what to do if this happened. ','','','','','','',3636,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1557,5240,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26350,13202,33,0,8,24,27,0,0,0,0,0,0,0,0,0,26334,0,0,0,'Priestess Hu\'rala','Thank you, $n. I know you didn\'t have to save my life, and... well, I am thankful.$b$bThe return of Bloodlord Mandokir is ill news. He was killed inside Zul\'Gurub several years ago, and we thought we had seen the last of him and his kind. The trolls of Zul\'Gurub were attempting to perform a hideous, horrible ritual. If Mandokir is alive, then it stands to reason that he is not the only one.$b$bThe trolls at Bambala in the east may know more. Speak with their priestess.','Speak with Priestess Hu\'rala at Bambala in Northern Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26351,13202,33,0,8,24,27,0,0,0,0,0,0,0,0,0,26350,0,0,0,'Mind Vision','To know Mandokir, you must see Mandokir.$b$bTo see Mandokir, you must use eyes of raptor.$b$bYou have formed bond with raptor: Ohgan\'aka: daughter of Ohgan.$b$bTo strengthen bond, we need feathers.$b$bYou will go west, and you will find the feathers, yes.','Obtain 5 Jungle Stalker Feathers from Jungle Stalkers in Northern Stranglethorn.','','','','','','','',3863,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26352,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cozzle\'s Plan','I may be of Darkspear birth, but I spent my childhood here, in Stranglethorn Vale. I\'ve seen everything there is to see here in Stranglethorn, but the most offensive is the devastation that the Venture Company has done to the riverbed.$b$bTo make things worse, Foreman Cozzle and his crew have been increasing their activity, and I suspect they have some new plan. Succeed where I failed, $N: Kill Cozzle, obtain his key, and steal the blueprints from his apartment.','Obtain Cozzle\'s Key from Foreman Cozzle, then obtain the Fuel Regulator Blueprints.','','','','','','','',5852,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26353,13202,40,0,0,9,13,0,0,0,0,0,0,0,0,0,26209,0,0,0,'Captain Sanders\' Hidden Treasure','If ye be readin\' this, it means that Ol\' Captain Sanders is in a watery grave. So my treasure is yours now, ye jest need to follow the clues. $b$bFirst ye need to find me footlocker. It\'s probably half-buried in sand by now, along the Western Coast of Westfall near the shipwreck. There be lots of shipwrecks but only one rusty anchor on the coast. Find that anchor and you\'ll find me locker! Look in there for the next clue.','Find Captain Sanders\' footlocker and search it for the next clue.','The footlocker slowly creaks open. Sand and water seem to be its only contents. But wait! A small crab scurries out with a clue to the treasure in his claws!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26354,13202,40,0,0,9,13,0,0,0,0,0,0,0,0,0,26353,0,1358,1,'Captain Sanders\' Hidden Treasure','The clue to the treasure reads: Good work, matey! Now ye need to head due east. East up the bluffs, east to the road. Look for the ol\' chimney ruins near the side of the road. There you\'ll find an old barrel with your next clue.','Find the old barrel near the ruined chimney and search it for your next clue.','Good work, treasure hunter!','This looks like the right barrel.','','','','','',1358,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26355,13202,40,0,0,9,13,0,0,0,0,0,0,0,0,0,26354,0,1361,1,'Captain Sanders\' Hidden Treasure','Searching through the barrel you discover another piece of parchment. This one reads: Now from this here barrel, face ye North. Straight as the crow flies, keep ye walkin\' till you see the empty jug next to the lone windmill on the sea bluffs. If ye poke around that jug, ye just might find what you\'re lookin\' for.','Search the empty jug next to the windmill for the next clue.','You\'re on your way to the jackpot, treasure seeker!','There\'s a clue sticking out of the empty jug.','','','','','',1361,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26356,13202,40,0,0,9,13,0,0,0,0,0,0,0,0,0,26355,0,1362,1,'Captain Sanders\' Hidden Treasure','Sure enough, deep within the Old Jug there is another clue to Sanders\' treasure. The ink has run in some places and the paper smells like whiskey but you can make out some of the text: Now that ye found me ol\' whiskey jug, you\'re almost to the treasure! Just face West from the bottle and walk down to the shore. Once ye get to the water, keep going! Swim straight west till you find the island with me treasure chest!','Locate Captain Sanders\' chest and open it for your reward.','The hinges on the old chest are rusty but they still work. You force the chest open and take the booty.$b$bCongratulations!','The lost treasure of Captain Sanders awaits!','','','','','',1362,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2842,3342,3344,3343,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26357,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,58209,1,'Faces of Evil','The Vilebranch have hung their tiki masks all across the walls of Jintha\'Alor. The spirits not gonna be watchin\' over them much longer.$B$BTake this torch with ya as ya fight through the Vilebranch, $c. Set fire to their tiki masks. I\'ll be watchin\' from here as their wards and hexes fade away, an\' their heretical dark voodoo goes up in smoke.','Use the Tiki Torch to set fire to 8 Tiki Masks at Jintha\'Alor.','','','','Tiki Masks Burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,42704,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59288,59289,59290,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26358,13202,16,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ready the Air Force','I gave Hellscream my personal guarantee that I\'d have his airfleet ready this week, but our flagship - The Spear of Durotar - still doesn\'t have its primary engines installed.$B$BFleep promised me a dangerously shiny new engine last week. Go to her junkyard behind the bank and find out what the holdup is.$B$BThe airfleet is waiting on us, $N!','Look for Fleep at her junkyard within Bilgewater Harbor in Azshara. ','$B$BWhat? The Captain said WHAT?$B$B$B$BIt\'s HIS fault this big beast of an engine is delayed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26359,13202,33,0,8,24,27,0,0,0,0,0,0,0,0,0,26351,0,0,0,'See Raptor','We have the feathers, yes.$b$bWe have the $c, yes.$b$bSpeak with Priestess when you are ready.','Speak with Priestess Hu\'rala at Bambala to participate in the Mind Vision ritual.','','','','Mind Vision complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,42840,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26360,13202,33,0,8,24,29,0,0,0,0,0,0,0,0,0,26359,0,0,0,'Mind Control','Mind Vision is not enough, no.$b$bMind Control, much more powerful magic, yes.$b$bPowerful magic needs powerful reagents, and troll brain is a powerful reagent.$b$bBraddok in Zul\'Mamwe, very smart, yes.$b$bHead south, and check out the big brain on Braddok.','Obtain Braddok\'s Big Brain from Braddok in Zul\'Mamwe.','','','','Mind Vision complete','','','',58225,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26361,13202,16,0,136,84,84,0,0,0,0,0,0,0,0,0,26358,0,0,0,'Smoot\'s Samophlange','It was the Captain who insisted his new engines use an induction samophlange.$B$BThose things hadn\'t even been invented yet!$B$BI tasked Smoot with creating one based on some stolen Venture Company schematics, and he\'s finally built a working model.$B$BNow that he\'s got his samophlange, he\'s drunk with power. He\'s running all over town with it like a goblin possessed.$B$BSmack Smoot and snag my samophlange, $N.','Find Smoot somewhere in Bilgewater Harbor. Tackle him and get the Induction Samophlange.','Excellent! I should have this here engine samophlanginated within the hour.','Smoot\'s a good engineer.$B$BA samophlange can kill from thirty yards if you misalign the reduction caliphracts.','','','','','',58224,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63876,63875,63874,63877,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26362,13202,33,0,8,24,29,0,0,0,0,0,0,0,0,0,26360,0,0,0,'Be Raptor','Mind Control, very powerful, yes.$b$bWith luck, you can help Ohgan\'aka escape from Zul\'Gurub.$b$bThen, Ohgan\'aka becomes $N\'aka again!$b$bSpeak to Priestess, yes, and help $N\'aka escape.','Speak with Priestess Hu\'rala, then help the Captured Lashtail Hatchling escape from Zul\'Gurub.','','','','Speak with Tan\'shang','Help Tenjiyu','Speak with Chiyu','Escape from Zul\'Gurub',0,0,0,0,0,0,0,0,0,0,0,0,42881,42882,42883,42884,1,1,1,1,0,0,0,0,0,0,0,0,61123,61122,61121,61120,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26363,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26369,0,0,'Summit of Fate','You\'ve done well cleaving through their warriors, $n. I\'d like you to investigate the summit of Jintha\'Alor.$B$BWe were prepared for our fiercest battle there, to storm their dark altar, but it\'s too quiet. Not a sound. It could be a terrible trap, and someone strong should look into it first instead of all of us rushing in.$b$BAnd if it\'s not a trap... I\'m very interested in finding out what happened up there. Bring me back any clues you can find.','Collect 8 Spider Idols from the Vilebranch at the summit of Jintha\'Alor.','','','','','','','',58228,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26364,13202,801,0,524288,2,5,0,0,0,0,0,0,0,0,0,0,0,58253,1,'Down with Crushcog!','Our cousins, the dwarves of Ironforge, have agreed to help us in the battle against Razlo Crushcog. Mountaineer Stonegrind is a veteran who knows Dun Morogh well. He and High Tinker Mekkatorque stand ready on a small snow-covered island in Iceflow Lake to the north. Meet up with them there and let the high tinker know when you are ready to face the traitor Crushcog.$B$BTake this orbital targeting device and use it during the battle. It will help guide the high tinker\'s special weapons.','Defeat Razlo Crushcog. Speak to High Tinker Mekkatorque at Iceflow Lake when you are ready to begin the battle.','','','','Razlo Crushcog defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,42860,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59052,59051,59050,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,0,6,6,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26365,13202,44,0,262152,14,15,0,0,0,0,0,0,0,0,0,0,26503,0,0,'Hero\'s Call: Redridge Mountains!','While the situation here is dire, other parts of the region are literally quaking from the great upheaval.$B$BI have here a report from Watch Captain Parker of Redridge Mountains, one of our territories east of Elwynn Forest. He is asking for a hero to come to their aid.$B$BWe are spread so thin here that I don\'t know how we can afford to send anymore military. Would you check on Parker and see what he needs? You will find Watch Captain Parker atop the tower at Three Corners.','Report to Watch Captain Parker at Tower Watch in Redridge Mountains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60688,60689,60690,60691,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26366,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heads Up','Umboda of the Vilebranch is one of their strongest warriors, and a sick butcher.$B$BHe takes the heads of all he slays as trinkets, rewards...even weapons! It\'s his turn to be taken.$B$BFind Umboda \"Three-Heads\", slay him, and bring me HIS head! We\'ll see how the Vilebranch fight when we throw it back over their walls!','Defeat Umboda Three-Heads and collect his head.','','','','','','','',58236,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26367,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26363,0,0,'Ongo\'longo\'s Revenge','Ongo\'longo was one of us. What outsiders called a Dire Troll, but he was a Revantusk, and a proud warrior like all of us!$B$BThen the Vilebranch took him. They keep him chained up in a pit at the top of Jintha\'Alor, made to dance for their sick amusement.$B$BNo chains can hold Ongo\'longo. All you need to do is raise his temper, $n. Fight him until he\'s enraged enough to remember his true spirit and break free... and then get out of the way!','Fight Ongo\'longo until he breaks free.','','','','Ongo\'longo Enraged','','','',0,0,0,0,0,0,0,0,0,0,0,0,42815,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26368,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Venomous Secrets','There\'s more of this curious venom to be had if Shadra\'s being summoned.$B$BDon\'t look so surprised... the Forsaken have studied these lands before, and we\'ve encountered the venom queen at least once. Her toxins have proven quite useful in the past.$B$BThey\'ll prove useful to the Horde once more, too. Be a dear and fetch me as much poison as you can from the spawn of Shadra that lurk in the cave on the summit... I\'m sure you\'ll be covered in it anyway.','Collect 6 Shadra-Spawn Venom Samples from the Spawn of Shadra in Jintha\'Alor.','','','','','','','',58239,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26369,13202,47,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunt the Keeper','Kotonga has told me of Shadra. She is the venom queen, the loa of spiders, worshipped in darkness. If the Vilebranch are performing rituals, I\'m not going to let them finish.$B$BCheck the cave behind the altar at the top of Jintha\'Alor. Deep within it, one of Shadra\'s keepers might still be lurking. Kill her and take whatever she carries back here so we can know what\'s going on.','Kill Morta\'gya the Keeper and obtain the Tablet of Shadra.','','','','','','','',58241,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59284,59285,59286,59287,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26370,13202,40,0,262152,12,15,0,0,0,0,0,0,0,0,0,26322,0,0,0,'Return to Sentinel Hill','The Defias Brotherhood are not a force to be taken lightly, $N. What you witnessed was the birth of a ruthless organization of criminals that will stop at nothing to see Stormwind turned to rubble.$B$BI need you to return to Sentinel Hill and let Gryan know that I am sending him troops. I hope it\'s not too late.','Report to Marshal Gryan Stoutmantle at Sentinel Hill in Westfall.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26371,13202,40,0,262152,12,15,0,0,0,0,0,0,0,0,0,26266,0,0,0,'The Legend of Captain Grayson','Have you heard of Captain Grayson? Some say that he\'s the figment of a drunken sailor\'s imagination, but anyone in Westfall will tell you that Grayson is real! He\'s a ghost that haunts the Westfall Lighthouse far to the west, off the coast of the Longshore.$B$BDo you dare investigate?','Find Captain Grayson at the Westfall Lighthouse in Westfall.','Aye... I used to be flesh and blood, just like you, $g lad:missy;. That is, until that fateful day when the murlocs attacked the lighthouse...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26372,13202,16,0,8388744,84,84,0,0,0,0,0,0,0,0,0,26361,0,0,0,'Pre-Flight Checklist','This new engine is extremely fast. And dangerous. I\'d use the word \"volatile.\"$B$BThat\'s the way the Captain likes it.$B$BRun back up the hill and let him know that I\'ll install this bad boy right now and that he should meet me at the construction site.','Talk to Captain Krazz at Bilgewater Harbor in Azshara.','My airship has engines? At last!$B$BNow we can rip the heavens a new one!$B$BOnce the ground and naval forces are ready, we\'re going to light up the skies over the Twilight Highlands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26373,13202,801,0,524288,2,5,0,0,0,0,0,0,0,0,0,26364,0,0,0,'On to Kharanos','Some of the mountaineers under Stonegrind\'s command were telling me about the situation out at Kharanos. When the troggs took over Frostmane Hold, it sounds like the surviving trolls fled westward, deep into the heart of the dwarven homeland.$B$BNow, they threaten the dwarven town of Kharanos. It sounds like they\'re going to need all the help they can get. You should go to Kharanos and introduce yourself to Captain Tharran. Just follow the road east out of Brewnall and keep going until you see the town.','Speak with Captain Tharran in Kharanos.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26374,13202,16,0,136,84,84,0,0,0,0,0,0,0,0,0,26324,0,0,0,'Ready the Ground Troops','It was a bad idea to muster the troops in this festering goblin metropolis. Every vice that coin can buy is within arm\'s reach. Our mighty veterans are running rampant, blowing years of Northrend back-pay in a city-wide debacle.$B$BCan you make a sweep through the city and gather up any stragglers that have gone AWOL?$B$BMy axebite warriors are unmatched on the battlefield, but I won\'t have them disgrace their uniforms while on shore leave.','Search Bilgewater Harbor and convince 12 AWOL Grunts to report for duty.','Thank you, $N! Most of my soldiers have already reported for duty, some a little worse for the wear.$B$BOne night in Bilgewater makes a hard orc humble.$B$BStill, fresh fighting in the Twilight Highlands should restore discipline.','','','AWOL Grunt Disciplined','','','',0,0,0,0,0,0,0,0,0,0,0,0,42893,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26375,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26328,26426,58254,1,'Loose Stones','The Twilight Cultists are taking my rocklings among them. They drain them and torture them. Strip them of the very essence that animates them from the stone.$B$BPlease, $r, free my rocklings. Neither Diamant nor I have the delicacy to smash their chains without hurting them as well. But we do have a tool you might use.$B$BUse this. Break their chains and set them free.','Use the Delicate Chain Smasher to release 6 Quartz Rocklings.','','','','Quartz Rocklings released','','','',0,0,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26376,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26328,26426,0,0,'Hatred Runs Deep','I would apologize for Boden, but stone is stubborn.$B$BIt does not sway from its ways without the wear of time.$B$BThe Stone Lords, Boden and I among them, are charged with retrieving the World Pillar.$B$BIn that, we are at odds.$B$BI would extend my patience upon you, $r.$B$BProve that you are no ally of the Twilight Cult or Deathwing...$B$BCarry our hatred upon them.$B$BStrike swiftly where we cannot.$B$BSucceed and I will listen.','Kill Dragul Giantbutcher and 12 Twilight Cultists at Lorthuna\'s Gate.','','','','','Lorthuna\'s Gate Cultists slain','','',0,0,0,0,0,0,0,0,0,0,0,0,42921,42917,0,0,1,12,0,0,0,0,0,0,0,0,0,0,61432,61431,61430,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26377,13202,5042,0,8519816,81,83,0,0,0,0,0,0,0,0,0,26328,26426,0,0,'Unsolid Ground','The Twilight Cult are mining jade crystals near their camp.$B$BFoolish...$B$BReckless...$B$BGather the mined crystals. Take them to the center of their camp. Shatter them against the ground.$B$BThe reverberations and the powered crystal will bring the tunnelers upon them.$B$BThey will learn respect for the earth...$B$BPiece by piece...$B$BRock by rock...$B$B...with time.','Gather 6 Jade Crystal Clusters, combine them, and shatter them within the Lorthuna\'s Gate encampment.','','','','Agitated Tunneler lured','','','',0,0,0,0,0,0,0,0,0,0,0,0,43038,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26378,13202,40,0,262152,9,10,0,0,0,0,0,0,0,0,0,0,26209,0,0,'Hero\'s Call: Westfall!','Westfall has fallen to hard times, friend. With the threat of the Defias extinguished, the region has become a haven for the homeless and downtrodden. The crime rate of the area has skyrocketed as people fight for shelter and food. Now I hear tale of murder!$B$BIf you are interested in helping the people of the Alliance, Westfall would be a great place to start. Report to Lieutenant Horatio Laine at the Jansen Stead. You\'ll find Westfall directly west of Elwynn Forest.','Report to Lieutenant Horatio Laine at the Jansen Stead in Westfall.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26379,13202,148,0,8,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Aid of the Refugees','You\'re come to help, I hope? You have no idea what I\'m talking about, do you...$B$BI don\'t have time to fill you in on all of the details, but we had a town in Darkshore, Auberdine, that took some of the worst of the Cataclysm. We\'re in the process of rescuing some of the survivors, but I need someone with a bit more experience--someone like you--to check in on a refugee camp that we heard about in the south.$B$BLeave things to us up north. Head straight down there and help the refugees however you can.','Sentinel Lendra at Lor\'danel wants you to speak to Priestess Alinya at the Refugee Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26380,13202,1,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,58271,1,'Bound for Kharanos','I was supposed to be bringing these casks of ale to the inn in Kharanos. They contain a mysterious new ale produced by an upstart brewery based in Brewnall Village. As I was leaving town, I was attacked by a Frostmane troll raiding party. It\'s going to take me days to repair the wagon!$B$BI don\'t suppose you\'d be willing to do me a favor, will you? These big kegs aren\'t going anywhere, but I have some smaller sample casks. Would you bring them to Kharanos for me? Just follow the road to the southeast.','Bring the Sample Casks to Innkeeper Belm at the Thunderbrew Distillery in Kharanos.','These look promising. I\'ve heard great things about the Short and Stout Brewery, but I haven\'t had the chance to try their ale until now.$B$BWhile you\'re here, relax a little. If you need a spare hearthstone or wish to make Kharanos your home, just speak to me and I\'ll be happy to help.','Welcome, visitor. Have you come to the inn to rest, or do you need a new hearthstone?','','','','','',58271,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4540,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26381,13202,47,0,8,32,34,0,0,0,0,0,0,0,0,0,0,26406,0,0,'The Eye of Shadra','Shadra must be summoned, for certain. To allow an opportunity like this to pass us by would be foolish. While the apothecaries can make fine use of the god\'s venom, they are relatively inexperienced in ritual magic.$B$BFortunately, I am quite familiar with preparing dark convocations. You will bring the scattered parts of Shadra to me, and I will help you bring her to this plane to be taken out.$B$BThe first part is the eye of Shadra, guarded in Agol\'watha to the north.','Recover the Eye of Shadra from Agol\'watha.','','','','','','','',58282,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26382,13202,47,0,8,32,34,0,0,0,0,0,0,0,0,0,0,26387,0,0,'Can\'t Make An Omelette Without...','Marnal has been pestering me about this Shadra plot for days. I\'m almost upset he actually found the tablet; I was ready for him to shut up about it.$B$BDespite his high talk of ritual magic, he\'s still going to need my help as much as I need his. I\'ve got to whip up a base medium with similar...$B$B...You know what, I\'m not going to bother rambling about the details. Just bring me the Shadraspawn eggs from Agol\'watha. There should be quite a few, guarded by the Vilebranch trolls.','Collect 5 Shadraspawn Eggs from Agol\'watha.','','I hope you brought enough.','','','','','',58252,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59298,59299,59300,59301,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26383,13202,148,0,8,8,10,0,0,0,0,0,0,0,0,0,0,13518,0,0,'Breaking Waves of Change','You! You look able. And perhaps willing to help?$B$BAuberdine has finally fallen. Though many of its inhabitants departed long ago when the city first suffered the brunt of the Cataclysm, many of the more stubborn residents are yet unaccounted for. And it now appears that the city may have been overrun by water elementals.$B$BMy sisters need help rescuing the survivors. Please, $c, use the western tree to reach Rut\'theran, then speak to Vesprystus to secure a flight to Lor\'danel. Be swift!','Use the teleportation tree in western Darnassus to reach Rut\'theran Village, then speak to Vesprystus to secure a ride to Lor\'danel. ','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26384,13202,47,0,8,31,34,0,0,0,0,0,0,0,0,0,0,0,58241,1,'Darkcleric Marnal','We can\'t toss that tablet aside just yet, $n. We can use it...$B$BYou see, I\'m quite taken with the venom of the spiders here. It\'s clearly magical, probably related to that spider-god the trolls are involved with. And if that tablet will allow someone to summon it...$B$BWell, you can see where this is going. The Horde can\'t pass up this opportunity. Take the tablet to my fellow Forsaken. They\'re to the west, at the research station in the Hiri\'watha ruins.','Bring the Tablet of Shadra to Darkcleric Marnal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26385,13202,148,0,8,8,10,0,0,0,0,0,0,0,0,0,0,13518,0,0,'Breaking Waves of Change','It seems you have your first charge. You must travel back down to Rut\'theran Village, where we first arrived, and speak to Vesprystus to secure a ride to Lor\'danel.$B$BOnce in Lor\'danel, aid the night elves in any way that you are able. I am trusting you to treat them with the reverence that they deserve in light of all that they have done for us.$B$BI must travel to the distant city of Stormwind to meet with King Varian. I hope to see your face again very soon, $n. Until then, a fond farewell.','Speak to Vesprystus in Rut\'theran Village to secure a ride to Lor\'danel. ','Our allies have come to our aid? Thank Elune. Tyrande was wise to extend open arms to your people.$B$BWe need help. We need everyone we can get.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26386,13202,33,0,8,24,29,0,0,0,0,0,0,0,0,0,26362,0,0,0,'Surkhan','Priestess is not very good at speaking Orcish, no.$b$bMaybe you go speak with Surkhan, upstairs.$b$bTell him about what you\'ve seen inside Zul\'Gurub, yes.','Report to Surkhan at Bambala in Northern Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,7,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,21300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26387,13202,47,0,8,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Starvation Diet','The spiders infesting the Creeping Ruin to the east are useless. We\'re calling them shadraspawn now, and it\'s clear they\'re related to the spider god, but that doesn\'t change the fact that they\'re more trouble than they\'re worth. I\'d much rather just wipe the little pests out.$B$BWhen you head to the creeping ruin, destroy any cocoons you find. They feed off the bodies inside for days, so depriving them of their meal will be much more effective than trying to squash them all.','Destroy 6 Cocooned Victims at the Creeping Ruins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42907,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26388,13164,16,0,4194440,84,84,0,0,0,0,0,0,0,0,0,28849,0,0,0,'Twilight Skies','Okay, you\'re all checked in. Wait here for Captain Krazz to bring the zeppelin around, then get on board and accompany the air fleet. Admiral Stonefist will be waiting for you outside of Dragonmaw Port!','Accompany the Horde air fleet to Twilight Highlands. Catch your zeppelin from the tower at the Southern Rocketway Terminus in Azshara.','This is a disaster, $N!$B$BOur air fleet was decimated. And reports are coming in that our navy was attacked - unprovoked - by the Alliance in open water.$B$BAnd what of Hellscream? Is the Warchief dead?','','','Accompany the Air Fleet','','','',0,0,0,0,0,0,0,0,0,0,0,0,42977,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63870,63869,63868,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26389,13202,12,0,524288,2,4,0,0,0,0,0,0,0,0,0,0,26390,0,0,'Blackrock Invasion','The orcs have begun burning down the forest, $N! They have taken over the vineyard to the east and are planning their final assault against us! They must be stopped!$B$BHead east, across the river, and kill the rampaging Blackrock orcs. Collect their weapons as proof of their demise and return to me.$B$BYou\'re our only hope, $N!','Recover 8 Blackrock Orc Weapons.','The Blackrock orcs will surely fall now that their main force has been defeated! Only one task remains.','Have you killed the rampaging orc hordes?','','','','','',58361,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5580,5579,2224,1161,1159,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26390,13202,12,0,8,2,5,0,0,0,0,0,0,0,0,0,0,54,0,0,'Ending the Invasion!','The rampaging orc horde is lead by a savage beast known as Kurtok the Slayer! Kurtok is responsible for the recent invasion and must be killed if we are to have peace in the valley.$B$BVenture back east, across the river and through the vineyard, and look for the passage leading into the mountains. Kurtok will be there, preparing for another assault. Kill him and return to me.','Kill Kurtok the Slayer.','With Kurtok slain we are safe once again from the orcish hordes. I will send peasants to the pass in an attempt to seal the passage so that no more orcs may come through into our territory.$B$BYou have the thanks of Stormwind and of the Alliance, hero!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42938,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57392,57393,57394,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26391,13202,12,0,524288,2,4,0,0,0,0,0,0,0,0,0,0,26390,58362,1,'Extinguishing Hope','Times like these make me long for when the Defias were still around. The cataclysm has opened a pathway from the Burning Steppes and now Blackrock orcs pour into Northshire Valley! They have taken over my vineyard and are burning it to the ground! TO THE GROUND!$B$BPlease, $N, that vineyard is all I have. Take my fire extinguisher and extinguish the flames at the vineyard. There still might be hope for that land!','Use Milly\'s Extinguisher to put out 8 Vineyard Fires.','Bless your heart, $N. You truly are a hero of the Alliance! Though the land is completely incinerated and there is nothing left of the vineyard but ash and debris, I still might be able to recover. Right? How bad can it be?','','','Vineyard Fire extinguished','','','',0,0,0,0,0,0,0,0,0,0,0,0,42940,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57247,11475,0,0,1,1,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26392,13202,9,0,802816,2,4,0,0,0,0,0,0,0,0,0,0,0,58363,1,'Voucher of Bravery','You\'ve driven off the Blackrock orcs, and for that we are grateful! Though the vineyards have been burned to the ground, the rest of Northshire is safe, thanks to you.$B$BPlease accept this voucher outlining your bravery and deliver it to Marshal McBride. He is responsible for the safety of Northshire and he will be happy to hear about what you have done.','Deliver the Voucher of Bravery to Marshal McBride at Northshire Valley in Elwynn Forest.','','','','','','','',58363,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11475,57247,0,0,1,1,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26393,13202,12,0,0,5,7,0,0,0,0,0,0,0,0,0,0,26394,58364,1,'A Swift Message','Although we don\'t get much aid from Stormwind directly, I do have a contact in the city who helps supply us with armor. His name is Osric Strang. His shop, Limited Immunity, is in the Old Town of Stormwind.$B$BOur supply of armor dwindles, and I must contact Osric for more. Can you take him this note?$B$BThe fastest way to Stormwind is through Bartlett the Brave, our gryphon master. He\'s just outside of the smithy; bring him my note, and then take a gryphon to Stormwind.','Bring Argus\' Note to Bartlett the Brave the gryphon master.','You have to get this note to Stormwind? That\'s not a problem, you can take one of my gryphons!','You look like you\'re in a hurry. Well, then you came to the right place!','','','','','',58364,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26394,13202,12,0,0,5,7,0,0,0,0,0,0,0,0,0,0,26395,58364,1,'Continue to Stormwind','For a small fee, you can take a gryphon to Stormwind, so you can deliver Argus\' note to Osric. You won\'t get there faster any other way.$B$BIf that sounds acceptable, then just speak to me again when you\'re ready for the ride. I\'ll charge you a little, but trust me; it\'ll be worth it!','Buy a gryphon ride from the gryphon master Bartlett the Brave, then bring Argus\' Note to Osric Strang, in the shop Limited Immunity, in the Old Town of Stormwind.','Ah, a note from Smith Argus? I\'m not surprised he needs more gear. There are so many new recruits these days.$B$BWell thank you, $N. Here\'s some money to cover your travel costs.','You\'ve been traveling, eh? Have you been anywhere interesting?','','','','','',58364,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26395,13202,12,0,0,5,7,0,0,0,0,0,0,0,0,0,0,26396,16115,1,'Dungar Longdrink','$N, I gathered into this crate everything Argus asked for. Can you take it to him?$B$BIf you\'ve already spoken to Bartlett at Goldshire, then you can take a gryphon back to him. Dungar Longdrink is our gryphon master, over in the trade district.$B$BSpeak with Dungar, then get this crate to Argus as fast as you can. We don\'t want our fighting men and women in Goldshire to go without fresh equipment!','Bring Osric\'s Crate to Dungar Longdrink the gryphon master.','','','','','','','',16115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26396,13202,12,0,0,5,7,0,0,0,0,0,0,0,0,0,0,0,16115,1,'Return to Argus','The gryphon master in Goldshire is Bartlett. If you\'ve spoken to him before, then you can take one of my gryphons to him.$B$BThat\'s a good lesson to know: gryphons are always trained to fly to their capital city, but they\'ll only take you to a remote gryphon master after you\'ve already been there.$B$BYou\'ve already been to Bartlett, so just speak with me again when you\'re ready to take a gryphon to Goldshire. Once there, you can deliver Osric\'s Crate to Smith Argus.','Buy a gryphon ride to Goldshire from the gryphon master Dungar Longdrink, then take Osric\'s Crate to Smith Argus at Goldshire.','','','','','','','',16115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26397,13202,1637,0,8,10,12,0,0,0,0,0,0,0,0,0,0,0,58366,1,'Walk With The Earth Mother','Much has changed outside of Mulgore, $n. The world is torn, and our Horde allies have turned down dark paths. We must guide them. Even in the darkest hour, we will bravely hold our heads high, and honor the Earth Mother in all we do.$B$BYou must go, $n, and be this example. Go to Orgrimmar. Tell Warchief Hellscream how the Grimtotem were driven out. Let him know our pride and discipline, our strength and sorrow.$B$BTal at the Skytower will send you on your way. Go in peace, and never forget your people.','Take the Mark of Bloodhoof to Garrosh Hellscream, located in Grommash Hold in Orgrimmar.$B$BYou may speak with Tal the Wind Rider Master to travel there, or wait for the zeppelin.','','','','','','','',58366,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26398,13202,1637,0,262152,10,12,0,0,0,0,0,0,0,0,0,0,0,58366,1,'Walk With The Earth Mother','You have fought bravely alongside me, $n, and done much for my people. If every $r could be as noble, the future of the Horde might not disturb me so much.$B$BI would ask you to ease my worries further. Go to Orgrimmar. Tell Warchief Hellscream how the Grimtotem were driven out. Let him know our pride and discipline, our strength and sorrow.$B$BTal at the Skytower will send you on your way. Go in peace, friend.','Take the Mark of Bloodhoof to Garrosh Hellscream, located in Grommash Hold in Orgrimmar.$B$BYou may speak with Tal the Wind Rider Master to travel there, or wait for the zeppelin.','','','','','','','',58366,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26399,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,26405,26400,0,0,'The Mosh\'Ogg Bounty','Say... have you heard about the ogres? I got a hot tip from some fella\' named Mok\'thardin that some $r schmuck in a ridiculous $c getup found this ogre hand, and...$b$b$b$bWhat was I just saying? Oh yes... some $g SWASHBUCKLING HERO: BREATHTAKING HEROINE; found this ogre hand, and Mok\'thardin thinks it means that the ogres have some special artifact. I\'ve seen them guarding a chest up in some ruins behind their mound. Care to fetch it for me?','Obtain the Mosh\'Ogg Bounty from the ruins behind the Mosh\'Ogg Ogre Mound.','','','','','','','',58205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26400,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,58205,1,'The Universal Key','We\'re going to need something even stronger than those beefy $r hands of yours to open this. And the Venture Company schlubs to the northwest might have just the thing.$b$bLast time I was over there, I saw shredders walking around with giant rotating blades on their hands. That\'s one way to open a box!$b$bIf you can\'t find any shredders, you might also try the giant sawblade in their lumber mill, by the lake.','Open the Mosh\'Ogg Bounty by fighting a Venture Co. Shredder or by using the sawblade in the Venture Company lumber mill.','','','','','','','',58490,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26401,13202,357,0,8,35,37,0,0,0,0,0,0,0,0,0,25368,0,55180,1,'Return to Vestia','The soft glow from the pedestal brightens, and you can see a simple chain left behind. Is this what the apprentice was searching for?','Bring the Darkmist Amulet to Vestia Moonspear at the Tower of Estulan.','','','','','','','',55180,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26402,13202,357,0,262152,34,36,0,0,0,0,0,0,0,0,0,25398,0,0,0,'General Shandris Feathermoon','We druids do not keep very close company with the Sentinel army, but we are always willing to work together to defend our lands. Now that you have assisted me, I would be remiss in not requesting you assist them as well.$B$BShandris Feathermoon, general of the Sentinels, commands the war effort for all of Kalimdor from the newly built Feathermoon Stronghold to the south. Tell her I sent you; I am sure she will have need of your skills.','Speak with Shandris Feathermoon at Feathermoon Stronghold in Feralas.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26403,13202,33,0,8388616,26,28,0,0,0,0,0,0,0,0,0,26400,0,0,0,'Venture Company Mining','Man, I hate the Venture Company. They have a string of operations through Stranglethorn which keeps hard-working goblins, like me, from making honest gold!$B$BMy way? Theft. The Venture Co. geologists near Lake Nazferiti to the northwest are deeply interested in those strange blue crystals they have been finding in the mines. Bring me samples of the stone from their geologists. I don\'t care what you have to do to get them. ','Bring 5 Tumbled Crystals to Skeezy Whillzap at Bambala in Northern Stranglethorn.','','','','','','','',4106,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61105,61104,61103,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26404,13202,33,0,8,29,30,0,0,0,0,0,0,0,0,0,26403,0,0,0,'Above My Pay Grade','Hey, have you been to Hardwrench Hideaway yet? Oh, you\'ve GOT to see it. It\'s everything a goblin could ever hope for.$b$bTell you what... you look like a stand-up $c. Raskha in the vest and the skirt over here can give you a ride, if you don\'t already know the way.$b$bThe flight\'s on me.','Report to Sassy Hardwrench at Hardwrench Hideaway in the Cape of Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26405,13202,33,0,8,27,29,0,0,0,0,0,0,0,0,0,26304,0,0,0,'Zul\'Mamwe Mambo','The Skullsplitters are an embarrassment to the troll empire. Their petty squabbles with the Bloodscalps have torn Northern Stranglethorn apart. Where tribes like the Darkspear and the Zandalari thrive, the Skullsplitters fight over ruins.$b$bI have been authorized to issue rewards to mercenaries who are willing to deliver punishment to the Skullsplitters. I encourage you, and anyone you know, to travel south to Zul\'Mamwe and cull their wayward tribe.','Kill 16 Skullsplitter Trolls within Zul\'Mamwe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43024,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,61119,61118,61117,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26406,13202,47,0,8,32,34,0,0,0,0,0,0,0,0,0,0,26418,0,0,'The Fang of Shadra','We\'ll need the Fang of Shadra next.$B$BIt\'s kept in the Creeping Ruins to the east, guarded by Shadra\'s own spawn. Their venom is strong, $n... don\'t get careless.','Collect the Fang of Shadra from the Creeping Ruins.','','','','','','','',58281,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26407,13202,33,0,0,24,25,0,0,0,0,0,0,0,0,0,0,0,58492,1,'Mosh\'Ogg Handiwork','This ogre was carrying an unusual item: the severed hand of another ogre, tied to a piece of string, and worn around the neck. The hand itself is marked heavily with scars that glow a faint purple.$b$bA scar that glows after death is highly unusual, and to find such an item on an ogre is even stranger. Perhaps someone back at Grom\'gol will know what to do with this oddity.','Bring the Disfigured Mosh\'Ogg Hand to Far Seer Mok\'thardin at Grom\'Gol Base Camp in Northern Stranglethorn.','','','','','','','',58492,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26408,13202,331,0,8,17,20,0,0,0,0,0,0,0,0,0,13897,0,0,0,'Ashes in Ashenvale','Darkshore may be battered and broken, but thanks to you, we\'ve achieved some amount of safety here. Some amount of peace. We\'ve much rebuilding to do.$B$BYou should continue on, friend. Garrosh has pressed the full might of his Horde against us in Ashenvale. They will kill all of us and chop the forest clear if we don\'t step forward to stop them.$B$BIf we are to have any hope of not losing those forests entirely, we\'ll need your help. Follow the road to the south and find Sentinel Shyela.','Speak to Sentinel Shyela at Orendil\'s Retreat in Ashenvale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26410,13164,5042,0,8388744,81,82,0,0,0,0,0,0,0,0,0,26409,26411,0,0,'Explosive Bonding Compound','This guy\'s the son of the Earthen leader! He almost made it to the temple when he got ambushed by more rock flayers than I can count!$B$BWe know that the Earthen Stonefather has the middle fragment of the World Pillar. Maybe if we were to heal his son, the Stonefather would give us the fragment?$B$BMy heals won\'t work on Flint here. But if we were to get some of the quartzite resin off of these monsters, I think I can make an explosive compound that will bond and cauterize his wounds.','Collect 5 Quartzite Resin.','Good thing that I just happen to be a grand master of all things explosively alchemical.$B$BThis won\'t ignite on its own, though.','It won\'t take much resin. Those rock flayers are pretty dangerous though.','','','','','',58501,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26411,13202,5042,0,128,81,82,0,0,0,0,0,0,0,0,0,27135,0,58502,1,'Apply and Flash Dry','Alright, take this and apply it to his wounds. If the cauterizing effect of the flash dry explosion doesn\'t crack him wide open, it should completely heal him.$B$BI think.','Use the Explosive Bonding Compound on Flint Oremantle.','','','','Explosive Bonding Compound applied','','','',0,0,0,0,0,0,0,0,0,0,0,0,43036,0,0,0,1,0,0,0,80413,0,0,0,0,0,0,0,61471,61470,61469,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26412,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,26405,26400,0,0,'The Mosh\'Ogg Bounty','Say... have you heard about the ogres? I got a hot tip from some fella\' named Mok\'thardin that they\'re hiding some special, magical artifact in their cave. Skeezy knows better, though. I can smell money from a Mulgore mile away, and I\'ll bet that ogre doodad\'s worth a fortune.$b$bHere\'s a hint: I\'ve seen them guarding a chest up in some ruins behind their mound. Care to fetch it for me?','Obtain the Mosh\'Ogg Bounty from the ruins behind the Mosh\'Ogg Ogre Mound.','','','','','','','',58205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26414,13202,0,0,4352,10,-1,0,0,0,356,1,0,0,0,1,0,0,0,0,'Hitting a Walleye','Sometimes, I fish for fun. Other times to relax, but sometimes I want a challenge. That\'s where the hardened walleye comes into the picture. This prized fish is not caught for us to eat, but for the challenge. You can find the walleye in Stormwind Lake just north of the city. Think you are up to the challenge?','Catherine Leland in Stormwind City wants you to bring her 8 Hardened Walleye.','','','','','','','',58503,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26415,13202,5042,0,1160,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'Questflag for Captain\'s Log','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26416,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Well, Come to the Jungle','My commander has sent me to scout for potential recruits to assist in the defense of Grom\'gol Base Camp in Northern Stranglethorn. Are you familiar with Stranglethorn? It\'s a long way away... across the Great Sea, on the southern tip of the Eastern Kingdoms. You fit the build he was looking for... interested in leaving Kalimdor for a while?$b$bIf so, then go talk to my cohort Bort in Orgrimmar. He\'ll help you board the zeppelin.$b$bAnd tell him I said \"Woozle wozzle.\" He\'ll know what it means.','Report to Bort in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,2,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26417,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,26416,26278,0,0,'Northern Stranglethorn: The Fallen Empire','Commander Aggro\'gosh is looking for devoted members of the Horde to assist him and his mission in Grom\'gol. If you\'re interested, just hop on up to the top of that zeppelin tower and board the Grom\'gol zeppelin. It\'s that easy!$b$bSeriously, Stranglethorn is the place to be right now... there\'s plenty of action to be found, and not nearly as much cataclysmic damage as, say... Stonetalon Mountains. I wish I could go with you.','Report to Commander Aggro\'gosh at Grom\'gol Base Camp in Northern Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26418,13202,47,0,8,32,35,0,0,0,0,0,0,0,0,0,0,26558,0,0,'The Shell of Shadra','We\'ve one last part to collect, and then we\'ll have everything we need.$B$BThe Shell of Shadra is held by the spider god\'s last living high priestess, Qiaga the Keeper. She stands atop the Altar of Zul, guarded by other fanatical zealots.$B$BSimple enough, no? Get up the steps of the altar and send her head rolling back down them. Bring the shell to me and we will have Shadra at last.','Kill Qiaga the Keeper and collect the Shell of Shadra.','','','','','','','',58779,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59302,59303,59304,59305,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26419,13202,47,0,8,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadra the Venom Queen','','Kill Shadra the Venom Queen.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43007,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59306,59307,59308,59309,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26420,13202,0,0,4352,10,-1,0,0,0,356,1,0,0,0,1,0,0,0,0,'Diggin\' For Worms','Hey there, Angler! Arnold here tells me that you have been looking for a new fishing spot and I think I know just the place. North of Stormwind there is a great little spot called Olivia\'s Pond.$b$bThe pond is stocked with crystal bass every year but they are hard to catch. They only bite on a very specific type of bait... overgrown earthworms. If you search the shore around the pond, you should find plenty of worms to use as bait.','Find an Overgrown Earthworm near Olivia\'s Pond and use it as bait to catch a Crystal Bass. Crystal Bass can be found in Olivia\'s Pond, north of Stormwind.','','','','','','','',58787,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26421,13202,801,0,8388616,2,2,0,0,128,0,0,0,0,0,0,0,26208,0,0,'Meet the High Tinker','I don\'t know if you\'ll remember Mekkatorque or not. Nevin tells me that memory loss is pretty common for a Gnomeregan survivor.$B$BMekkatorque, or more properly, the High Tinker Mekkatorque is the leader of all the gnomes. He has made a habit of meeting with every rescued survivor personally. You should introduce yourself to him. He\'ll be with his war council beneath the tent in the center of town.','Introduce yourself to High Tinker Mekkatorque in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26422,13202,801,0,8388616,2,2,0,0,16,0,0,0,0,0,0,0,26208,0,0,'Meet the High Tinker','I don\'t know if you\'ll remember Mekkatorque or not. Nevin tells me that memory loss is pretty common for a Gnomeregan survivor.$B$BMekkatorque, or more properly, the High Tinker Mekkatorque is the leader of all the gnomes. He has made a habit of meeting with every rescued survivor personally. You should introduce yourself to him. He\'ll be with his war council beneath the tent in the center of town.','Introduce yourself to High Tinker Mekkatorque in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26423,13202,801,0,8388616,2,2,0,0,8,0,0,0,0,0,0,0,26208,0,0,'Meet the High Tinker','I don\'t know if you\'ll remember Mekkatorque or not. Nevin tells me that memory loss is pretty common for a Gnomeregan survivor.$B$BMekkatorque, or more properly, the High Tinker Mekkatorque is the leader of all the gnomes. He has made a habit of meeting with every rescued survivor personally. You should introduce yourself to him. He\'ll be with his war council beneath the tent in the center of town.','Introduce yourself to High Tinker Mekkatorque in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26424,13202,801,0,8388616,2,2,0,0,256,0,0,0,0,0,0,0,26208,0,0,'Meet the High Tinker','I don\'t know if you\'ll remember Mekkatorque or not. Nevin tells me that memory loss is pretty common for a Gnomeregan survivor.$B$BMekkatorque, or more properly, the High Tinker Mekkatorque is the leader of all the gnomes. He has made a habit of meeting with every rescued survivor personally. You should introduce yourself to him. He\'ll be with his war council beneath the tent in the center of town.','Introduce yourself to High Tinker Mekkatorque in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26425,13202,801,0,8388616,2,2,0,0,1,0,0,0,0,0,0,0,26208,0,0,'Meet the High Tinker','I don\'t know if you\'ll remember Mekkatorque or not. Nevin tells me that memory loss is pretty common for a Gnomeregan survivor.$B$BMekkatorque, or more properly, the High Tinker Mekkatorque is the leader of all the gnomes. He has made a habit of meeting with every rescued survivor personally. You should introduce yourself to him. He\'ll be with his war council beneath the tent in the center of town.','Introduce yourself to High Tinker Mekkatorque in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26426,13202,5042,0,65672,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Violent Gale','There is a task that I can set before you.$B$BIt is a dangerous task. Completing it will help impress the more stubborn Stone Lords.$B$BTo the northwest is the Scoured Reach. Severe winds batter the rock and hide the true living threat underneath.$B$BWithin the Scoured Reach are Gyreworms. They devour rock and move through it as if it were water. They do the same thing to our rocky skin.$B$BFind Felsen the Enduring. Have him direct you to the Crumbling Depths. I will speak to you once you get that far.','Find Felsen the Enduring and follow his instruction towards the entrance to the Crumbling Depths.','','','','Find Felsen the Enduring','Find the entrance to the Crumbling Depths','','',0,0,0,0,0,0,0,0,0,0,0,0,44281,44282,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26427,13164,5042,0,2097288,81,82,0,0,0,0,0,0,0,0,0,26249,26251,0,0,'Without a Captain or Crew','Not sure who you\'re with, but you don\'t look like one of... them.$B$BI\'m not sure what happened. I slept through supper and woke up to a ship full of dead people and murderers.$B$BNot sure if you want to kill me or not, but I\'ll spare you the trouble.$B$B$B$BI can keep steering the ship for a while longer. You don\'t die from a gut wound immediately. Just bring me some rope and some rum... no, whiskey.','Bring First Mate Moody a Bottle of Whiskey and a Spool of Rope.','','','','','','','',58798,58806,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61495,61500,61484,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,4,0,0,0,0,0,0,62000,0,0,84363,0,0,0,0,0,0,0,157200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26428,13202,45,0,8,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Steal From Thieves','The harlot! The swine! Kenata still lives; her family healthy and prospering while I suffer. Forsaken indeed!$B$BMy family is gone, taken by the plague. Our estate also forfeit; looted and burned during the war. And after all that, she and her lousy children had the audacity to steal the only precious belongings I had left.$B$BI don\'t care about the things they stole any more. What I want now are their heads!$B$BKill them for me! Go to the Dabyrie Farmstead in Arathi, northeast of Refuge Point.','Take the heads of Kenata Dabyrie, Fardel Dabyrie, and Marcel Dabyrie.','','','','','','','',5830,5832,5831,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59158,59164,59165,59166,59167,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26429,13202,45,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crush the Witherbark','The Witherbark trolls and Boulderfist ogres of Arathi are working together to rid us from this land, but we shall not meet our fates at their, or anyone else\'s, hand. We will slay them and show them that we, too, have a home here. $B$BThe trolls turned their backs to us; the ogres would use us for food and bedding if we allowed them to--these things shall not be.$B$BWe start our attack on the Witherbark trolls to the south of here. Slay them in droves, and only return when their camps run thick with blood.','Slay 10 Witherbark Axe Throwers, 10 Headhunters and 8 Witch Doctors.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2554,2556,2555,0,10,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26430,13202,47,0,8,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revantusk Village','Not all forest trolls are foul nuisances like the Witherbark. North of here in the Hinterlands is Revantusk Village, home to the only forest troll tribe still allied with the Horde.$B$BEven they cannot escape the cruelty of their bretheren. The Vilebranch tribe wars with them, distracting them from our battle with the Alliance.$B$BYou have fought well here. Speak with Urda if you wish to fly to Revantusk. Their village will have use of your strength.','Travel to Revantusk Village in The Hinterlands and speak with Elder Torntusk.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26431,13202,0,0,524416,0,-1,0,0,0,794,0,0,0,0,0,0,0,0,0,'Archaeology','Accept this quest to find archaeology points on your map!','Accept this quest to find archaeology points on your map!','','','','Obtain Artifact','','','',50086,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26432,13202,47,0,262152,31,33,0,0,0,0,0,0,0,0,0,0,26306,0,0,'The Fall of Jintha\'Alor','We\'ve got more to deal with than just dwarves, mon. While I watch the village, my mate Primal Torntusk has gone to lead our warriors against the wicked Vilebranch tribe.$B$BThey\'ve killed our brothers, and I was even taken prisoner by them once. No more! This time, the city of Jintha\'Alor falls to us.$B$BGo to Jintha\'Alor and speak with my mate. She\'s captured a camp near the entrance to the city.','Find Primal Torntusk at Jintha\'Alor in The Hinterlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26433,13202,5287,0,8,26,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Holy Water of Clarity','Skeezy said you\'d be coming. Let\'s identify this... thing.$b$bTo start out, I\'m going to need you to obtain The Holy Water of Clarity. The nagas to our southeast maintain a hallowed shrine that dispenses a water so clean, so fresh, and so mouthwateringly pure, that when the imbiber quaffs but a mouthful of the sacred stuff, their mind is cleansed and their best path made clear.$b$bSounds good, doesn\'t it?$b$bObtain it from the Nek\'mani Wellspring at the peak of the naga camp. Good luck!','Obtain The Holy Water of Clarity from the Nek\'mani Wellspring in the Cape of Stranglethorn.','','','','','','','',58811,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26434,13202,5287,0,8388616,26,30,0,0,0,0,0,0,0,0,0,0,26435,0,0,'Primal Reagents of Power','I see clearly now... the key to identifying this mysterious talisman revolves around obtaining some rare and precious items. These Primal Reagents of Power, when properly combined, will reveal to us the origin of our treasure.$b$bTravel north, to the western side of the Gurubashi Arena, and hunt the cats that roam the jungle. Their fleecy furs will lead us to the truth!','Obtain 4 Supple Tiger Furs and 4 Velvety Panther Furs.','','','','','','','',58812,58813,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61528,61529,61530,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26435,13202,5287,0,262152,26,32,0,0,0,0,0,0,0,0,0,0,0,58490,1,'I\'m A Huge Liar and a Fraud','I have no idea what this artifact is. I have no idea where I would even START finding out what it is.$b$bIn fact, I have no idea why anybody expected ME to be able to identify it in the first place.$b$bI asked for water because I was thirsty. I asked for the jewelry and furs for... well, they\'re for my girlfriend.$b$bHopefully I can at least point you in the right direction. Garley Lightrider in Booty Bay is a member of the Reliquary, and might be of more use than me.$b$bSorry.','Bring the Opened Mosh\'ogg Bounty to Garley Lightrider at Booty Bay in the Cape of Stranglethorn.','','','','','','','',58490,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,2,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26436,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26871,0,0,0,'Entrenched','Your intentions appear true.$B$BI will impress upon the other Stone Lords my wary trust.$B$BWith this, they should speak to you.$B$BMore importantly, they should listen.$B$BEarning their favor may take time. Earning the Stonemother\'s favor may take more time. Time is a potent offering, so be generous with it.$B$BAmong the Shuddering Spires far to the northwest, you shall find Kor the Immovable. He is evenly tempered. His situation lends itself well to seeking outside aid.$B$BGo to him.','Seek out Kor the Immovable among the Shuddering Spires.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26437,13164,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26436,28869,0,0,'Making Things Crystal Clear','Among the Shuddering Spires are crystals. White, chalky crystals. We can absorb these crystals into our skin. To cleanse us. Purify us.$B$BI do not stride among the stones any longer. I am one with the earth. This carries many boons, but I can no longer retrieve the crystals for myself.$B$BBring me the crystals that I might be stronger. Carry them away from the flayers. Away from my sons. This honor should be mine.','Collect 8 Chalky Crystal Formations.','','','','','','','',58845,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26438,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26436,28869,0,0,'Intervention','The flayers have gone crazy with hunger. Their digging was once tempered and moderate. Now their hunger cannot be quenched. They grow murderously violent.$B$BThe flayers have turned on my sons. They overwhelm them. Kill them. It must stop.$B$BKill the flayers. They serve no purpose to the earth. Their passing will not be missed. Save my sons. Slaughter any flayers you find.','Kill 12 Jaspertip rockflayers.','','','','Jaspertip flayers slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,42524,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26439,13202,5042,0,2097288,81,83,0,0,0,0,0,0,0,0,0,26436,28869,0,0,'Putting the Pieces Together','$R. If you act in the service of the Stone Lords, there are those that might aid you.$B$BWatch for the Stonebound. They lie dormant all around the Shuddering Spires. It should not take much prompting to rebind them to service against the flayers.','Aid 6 Dormant Stonebound Elementals in reforming.','','','','Stonebound Elementals reformed','','','',0,0,0,0,0,0,0,0,0,0,0,0,43115,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,93425,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26440,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,28869,0,0,0,'Clingy','$B$BCaris... carstr... crystal? $B$B','Bring Pebble to the large crystal formation in the Shuddering Spires.','','','','Pebble brought to crystal formation','','','',0,0,0,0,0,0,0,0,0,0,0,0,43172,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61425,61424,61426,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26441,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26440,0,0,0,'So Big, So Round...','$B$BHug-nery... hungry...$B$B','Speak to Kor to find out what kind of food Pebble might like.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26442,13202,0,0,4352,10,-1,0,0,0,356,1,0,0,0,1,0,0,0,0,'Rock Lobster','If I could choose my last meal, it would definitely be fresh lobster tail. Something about that tasty crustacean is just irresistible! We recently started trapping lobsters here in Stormwind. Would you mind heading out and checking the traps for me?$b$bOne more thing, watch out for the sharks. They can be vicious down there.','Collect 6 Rock Lobsters from the cages below the docks in Stormwind Harbor. Watch out for sharks!','','','','','','','',58809,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26443,13202,331,0,262144,19,21,0,0,0,0,0,0,0,0,0,0,0,23780,1,'Diabolical Plans','The demon dropped this parchment, which is amazingly written in the Common tongue! The ones mentioned in it, Diathorus and Gorgannon, are the two infamous dreadlords that control the demons hereabouts.$B$BThe plans detail preparations for a demonic attack on Forest Song to the north, the location where a new draenei settlement is being established.$B$BPerhaps Vindicator Vedaar at the Warsong Lumber Camp would be interested in these?','Deliver the Diabolical Plans to Vindicator Vedaar at the Warsong Lumber Camp in Ashenvale.','By the Seven Crystals of Ata\'mal, this cannot be! They plan to attack Forest Song?!$B$BNot on my watch!$B$B$B$BNo. We will not allow this to happen!','What do you have there, $g sir : ma\'am;?','','','','','',23780,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26444,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destroy the Legion','I will not tolerate their existence on this world! The Burning Legion all but destroyed our race and we fell back to settle a new home on a new world. Then they came again and we retreated, over and over.$B$BNo more!$B$BThere is a remnant of the Legion to the south and west in the regions known as Felfire Hill, Demon Fall Canyon and Demon Fall Ridge. They are what is leftover from a force that once long ago invaded this world.$B$BGo and destroy as many as you can before it is too late!','Slay any 15 demons at Felfire Hill, Demon Fall Canyon, and Demon Fall Ridge.','You have my respect and thanks, $c. Perhaps we\'ll be able to create a new home here without having to worry about the Burning Legion yet again.','','','Demons slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,11697,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26445,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,26443,0,0,0,'Never Again!','$N, it falls to you to see that this attack by the Burning Legion never comes to pass. You must go and slay their leaders. Without them the demons will be mindless.$B$BYou will find Gorgannon in Demon Fall Canyon south beyond Felfire Hill, near Mannoroth\'s floating, broken spear.$B$BDiathorus the Seeker resides somewhere in the barrow den atop Demon Fall Ridge. To find the ridge, look for a ramp up from Demon Fall Canyon near the Horde\'s monument to Grom Hellscream.$B$BBring me their weapons.','Obtain Gorgannon\'s Flaming Blade and the Seeker\'s Fel Spear.','Never again will the Burning Legion threaten Ashenvale! You have delivered us from a fight we very likely would have lost, $c.$B$BI give you thanks, $N, and the deepest gratitude of the Hand of Argus. It honors me to have you at our side!','Our night elf scouts report that preparations for the attack are almost complete. Those dreadlords must die soon, $N!','','','','','',45477,45476,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24119,24120,24118,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26446,13202,331,0,0,19,21,0,0,0,0,0,0,0,0,0,13698,0,23788,1,'Reclaiming Felfire Hill','Little one, to the southwest is an area of Nightsong Woods that has in recent times come to be called Felfire Hill. It is very sad to see the demons crawling over it, spreading their corruption.$B$BWould you do something to help take back the land?$B$BI have a number of seeds that I have been saving for such a purpose. Take them to Felfire Hill and plant them in the fertile dirt mounds.','Plant 8 Tree Seedlings in the Fertile Dirt Mounds.','Good. Though it may take a great deal of your years for the seedlings to grow into ancients, in the fullness of time they will aid us in our fight against all of the enemies of Ashenvale.','','','Tree Seedling Planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,-181690,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26447,13202,331,0,262144,19,21,0,0,0,0,0,0,0,0,0,26448,0,23798,1,'Diabolical Plans','The demon dropped this parchment, which is amazingly written in the Orcish tongue! The ones mentioned in it, Diathorus and Gorgannon, are the two infamous dreadlords that control the demons hereabouts.$B$BThe plans detail preparations for a demonic attack on Splintertree Post to the northwest.$B$BYou\'re certain that Valusha at Splintertree Post would be interested in these.','Deliver the Diabolical Plans to Valusha at Splintertree Post in Ashenvale.','','','','','','','',23798,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26448,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13801,0,0,0,'Destroy the Legion','The remains of the demonic Burning Legion have been a thorn in our side for far too long!$B$BNo more!$B$BThe demons are attacking from the areas known as Felfire Hill, Demon Fall Canyon and Demon Fall Ridge to the east.$B$BGo and destroy as many as you can to bring glory to both yourself and the Horde!','Slay 15 of any demon type at Felfire Hill, Demon Fall Canyon, or Demon Fall Ridge.','','','','Demons Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,11697,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26449,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,26447,0,0,0,'Never Again!','$N, you will see to it that this attack by the Burning Legion never comes to pass! Go and slay these dreadlords! Without them the rest of the demons are essentially mindless.$B$BYou will find Gorgannon in Demon Fall Canyon south beyond Felfire Hill, near Mannoroth\'s floating, broken spear.$B$BDiathorus the Seeker resides somewhere in the barrow den atop Demon Fall Ridge.$b$bReturn to me with their weapons as proof of your deeds.','Obtain Gorgannon\'s Flaming Blade and the Seeker\'s Fel Spear.','','','','','','','',45477,45476,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24119,24120,24118,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26450,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'If They\'re Just Going to Leave Them Lying Around...','I was just thinking about something, $N. Those naga have more than just reeds down there. They tend to keep little statues lying around on their shrines, in the sand, under their trees. They don\'t seem to be USING them.$b$bI could use those statues! I could... put \'em around the camp, make it feel a little more homey. Anything\'s better than a bloody dinosaur corpsepump. I could sell them as souvenirs.$b$bI could sell them back to the naga!$b$bWhy don\'t you go grab a couple while I figure this out.','Obtain 6 Naga Icons from the Southern Savage Coast in the Cape of Stranglethorn.','','','','','','','',58877,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61517,61518,61519,61520,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26451,13202,5287,0,8,30,-1,41,0,0,0,0,0,0,0,0,0,0,58860,1,'Gurubashi Challenge: Free-For-All Arena Combat','The arena is a place of battle unlike any other. Inside, you have no friends. Alliances that do form are fleeting, as your allies can turn on you in the blink of an eye. Horde vs. Alliance, Alliance vs. Alliance, Horde vs. Horde... anything goes.$b$bTake this battle standard, $r, and place it down on the arena floor. Defeat the summoned combatant, then return to me.$b$bStay on your toes, $r. Anything goes inside the Gurubashi Arena.','Place the Gurubashi Challenge Flag down inside the Battle Ring, then defeat the Gurubashi Arena Challenger.','','','','Defeat Your Gurubashi Arena Challenger','','','',0,0,0,0,0,0,0,0,0,0,0,0,43110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26452,13202,5287,0,4104,30,-1,41,0,0,0,0,0,0,0,1,0,0,60387,1,'Gurubashi Challenge','You\'ve returned, $r. That means you\'ve felt the call of the arena once more. Very well.$b$bTake this battle standard, $r, and place it down on the arena floor. Defeat the summoned combatant, then return to me.$b$bStay on your toes, $r. Anything goes inside the Gurubashi Arena.','Place the Gurubashi Challenge Flag down inside the Battle Ring, then defeat the Gurubashi Arena Challenger.','Well done, $r! I look forward to seeing you fight again soon.','','','Defeat your Gurubashi Arena Challenger','','','',0,0,0,0,0,0,0,0,0,0,0,0,43110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26453,13202,331,0,262152,19,21,0,0,0,0,0,0,0,0,0,13853,0,0,0,'A Helping Hand','Under the supervision of Architect Nemos and Vindicator Vedaar, my people are revitalizing an old night elf outpost in the eastern part of Ashenvale.$B$BThe task of building won\'t be easy, $N, for the challenges and enemies they face are many. I know Architect Nemos and his compatriots at Forest Song would appreciate any help they can get, and he has asked me to send any interested $g men:women; his way.$B$BSpeak to me again and I will arrange for fast transport for you to their location.','Speak with Architect Nemos at Forest Song in Ashenvale.$B$BVindicator Palanaar can offer you a ride to get you there more swiftly.','It\'s good to see another new arrival here at Forest Song.$B$BVindicator Palanaar is sending as much help as she can muster and each set of hands is appreciated.$B$BTake a look around, $c. It may not be much now, but with time and help from our night elf allies, we\'ll build a settlement worthy of calling home. There is much to be done here and any help you can provide would be welcome.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26454,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,26453,0,0,0,'A Shameful Waste','Welcome to Forest Song, $c. Where you see tents, there will one day be buildings, but such ambition requires a steady stream of materials. I cannot bring myself to order our workers to fell any of the ancient trees of this grove, but our neighbors to the west have no such reverence for the forest.$B$BWe shall reclaim the tainted wood from Satyrnaar to the west. Take the wood to Gnarl at the Warsong Lumber Camp. He is an Ancient who will purify it for our use.','Collect 5 Satyrnaar Fel Wood.','Wood warped by foul demonic magic is of no use to the draenei at Forest Song. Nothing sound can be built with it, but I shall purify it and return it in good time to Architect Nemos and his people for their use.$B$BSome good will come from this tragedy, after all.','$B$BArchitect Nemos said that you might be bringing wood salvaged from befouled Satyrnaar.','','','','','',24081,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26455,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13853,0,0,0,'The Lost Chalice','The area to our west, now called Satyrnaar, was once a prominent shrine built by my people. It housed a priceless relic, the Chalice of Elune, entrusted to the shrine\'s keepers by the priests of Elune. Pilgrims once traveled to the shrine to experience the healing powers the chalice was rumored to hold.$B$BThese stories might be nothing but old wives\' tales, but if there is any truth to them, the relic may hold the key to rejuvenating the wounded forest. I must know, $N.','Obtain the Chalice of Elune.','Excellent work, $N. There is certainly a latent power here, one that not even constant exposure to the corruption of the satyr can dim.$B$BDo you see how it still shines, after all these years?','Can you feel it, $N, the touch of corruption upon the wind? If we do nothing, it will continue to advance. That is why I seek the Chalice of Elune. Were you able to find it?','','','','','',23760,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26456,13202,331,0,262144,21,25,41,0,0,0,0,0,0,0,0,13935,0,23778,1,'Report from the Northern Front','The battle against the Horde isn\'t being waged from Raynewood Tower alone, $N. There\'s a more substantial Silverwing Sentinel presence at Silverwing Grove to the southeast, near the border with the Barrens. From the grove, Sentinel Farsong directs our efforts against those who would destroy our lands.$B$BI\'m a bit late in sending my latest report to her, but also hesitant to leave the tower unattended.$B$BI am in dire need of your help in getting this report to her as soon as possible!','Deliver Sentinel Melyria\'s report to Sentinel Farsong at Silverwing Grove in Ashenvale.','Thank you for delivering this report, $c. From what Sentinel Melyria writes, it seems our worst fears have come to pass. With each advance we make, the Horde appears more determined to do as much damage as possible.$B$BWe can\'t afford to back down; the fate of our ancestral lands hangs in the balance. With more people like you on the frontlines, I\'m certain we could triumph.$B$BWill you join our fight? A new front has just opened in Warsong Gulch to the south.','What\'s that you have there, $c?','','','','','',23778,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26457,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,26454,0,0,0,'Agents of Destruction','The Warsong Lumber Camp is a blight upon an embattled landscape. Every time we make progress in halting their operations, Overseer Gorthak orders his loggers to redouble their efforts!$B$BNow, the orcs are cutting more wood than they can possibly use, leaving it to rot while their blades bite into fresh trees! This is an affront to all we stand for, $N, and we will show them that we\'ll not suffer further destruction of our lands!$B$BGo, and do not rest until Overseer Gorthak and his minions are dead!','Slay Overseer Gorthak and any other 12 Horde at the Warsong Lumber Camp.','At last we have sent a message that the orcs won\'t dare ignore. Any overseer or foreman who sets foot within the camp to replace Gorthak will feel my wrath!$B$BWe must press our advantage, $N, and never rest until the Warsong Lumber Camp is a distant memory and a glade of trees stands upon that ground.$B$BNow what was this about explosives...?','','','','Horde at the Warsong Lumber Camp slain','','',0,0,0,0,0,0,0,0,0,0,0,0,17304,11682,0,0,1,12,0,0,0,0,0,0,0,0,0,0,56642,56643,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26458,13202,719,0,16392,20,25,81,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Falls','Empowered by the ancient rites of the chaotic Old Gods, the members of the Twilight\'s Hammer strive to bring about the return of their dark patrons and spread death and terror across the world.$b$bWe believe that the Twilight\'s Hammer has allied with the naga and are amassing in Blackfathom Deeps to the west.$b$bWhatever evil plan brews in the depths of the old temple must be thwarted.$b$bWage war on the Hammer and bring back proof of your deeds. Your efforts will be rewarded handsomely.','Bring 10 Twilight Pendants to Sentinel Aluwyn at the Blackfathom Camp.','','','','','','','',5879,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56697,56698,56699,0,0,0,1,1,1,0,0,0,6998,7000,0,0,1,1,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,7300,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26459,13202,719,0,16392,18,24,81,0,0,0,0,0,0,0,0,0,0,0,0,'Researching the Corruption','Foolish blood elves toil with demonic magic. Have they not witnessed what happened with the naga and with the satyrs of Kalimdor?$b$bI fear that the blood elves will meet a similar deformation. Azeroth cannot afford to give birth to another vile race of monsters.$b$bI wish to study the brain stems of the satyr and naga so that I might deduce what fate the sin\'dorei are headed toward. In Blackfathom Deeps, just to the west, you will find both satyr and naga.','Relwyn Shadestar at the Blackfathom Camp wants 8 Corrupt Brain stems.','','','','','','','',5952,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56679,56680,56681,56682,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,6700,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26460,13202,719,0,16392,18,24,81,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of Thaelrid','Many rumors circulate these days about the union of the Twilight\'s Hammer and the naga in Blackfathom Deeps to the west.$b$bMy role here is to collect as much information as I can, so we know when and where help is needed.$b$bIt has been days now since I sent a scout to check on the activity inside Blackfathom Deeps. Scout Thaelrid has not yet reported back.$b$bMy other scouts are preoccupied with pressing matters.$b$bSeek out Thaelrid for me, $n.','Seek out Scout Thaelrid inside Blackfathom Deeps.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26461,13202,719,0,16392,18,27,81,0,0,0,0,0,0,0,0,0,0,0,0,'Blackfathom Villainy','Strength has left me. Your help is needed!$b$bLong ago this site was a great temple of Elune. But misfortune led to ruin when the corruption of an Old God seeped up from below and tainted the sacred moonwell.$b$bAku\'Mai, servant of the Old God, rose from the waters.$b$bThe Twilight\'s Hammer cultists have allied with the naga to occupy these grounds. The cultists, led by Kelris, sacrifice innocents to Aku\'Mai for power.$b$bSlay Kelris and bring his head to Ashelan at the Blackfathom Camp, $N, please.','Bring the head of Twilight Lord Kelris to Ashelan Northwood at the Blackfathom Camp.','','','','','','','',5881,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7001,7002,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,8700,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26462,13202,47,0,8,29,32,0,0,0,0,0,0,0,0,0,26548,0,0,0,'The Wicked Revantusk','These Revantusk trolls think they\'re special for bein\' in the Horde. Makes me laugh!$B$BSee, the funny part is, it doesn\'t matter if they\'re part of the Horde, or some kinda troll empire, or the bloody Burning Legion for that matter. We\'ve fought trolls in these lands for a few centuries now.$B$BIn fact, I\'ll be kind enough to let you lend a hand, $glad:lass;! Grab a weapon and head out to the battlefield and help our boys to the east.','Kill 10 Revantusk Stalkers or Revantusk Hexxers.','','','','Revantusk slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,42536,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26463,13202,331,0,262152,19,21,0,0,0,0,0,0,0,0,0,13623,0,0,0,'Finding Teronis','A friend of mine from Astranaar, Raene Wolfrunner, asked me to send a scout west to Lake Falathim. Teronis left days ago, just before the Horde attacked.$B$BHe was searching for an item he thought could slow the furbolg attacks on our people--a rod created by a now-dead, evil wizard.$B$BBefore he left, he mentioned a gem for the rod. Unfortunately, we know that the lake has been invaded by some evil force.$B$BPlease, $N, find my friend.\n','Find Teronis at Lake Falathim in Ashenvale.','Teronis\' body lies broken atop the small rise next to the Keeper.$B$BDeep slashes crisscross his corpse.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26464,13202,331,0,0,19,21,0,0,0,0,0,0,0,0,0,26463,0,0,0,'The Lost Gem','As you rummage through Teronis\' belongings, you find a water-damaged journal.$B$BQuickly flipping through the last legible pages, you read that Teronis makes mention of finding the gem, but then of having lost it in the Falathim area.$B$BThe only thing left to do is find it. Perhaps the tendrils have it...?','Find the Glowing Gem.','This is terrible, $N. Teronis is dead?!$B$BThe time for mourning will come, but for now we must focus our efforts. I will send some of the Sentinels to recover Teronis\' body and to assist the keeper.$B$BYou have the gem that Teronis was seeking? It must be delivered to Astranaar.','Ah, welcome back, $N.','','','','','',5463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56624,56625,56626,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26465,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,13617,0,0,0,'The Ancient Statuettes','I would charge you with a task, $c.$B$BI was on my boat, skimming over the submerged ruins of Zoram, when naga attacked me, surging from the water and tearing at me with their claws! I fled and the rest, as they say, is history.$B$BI am an archaeologist of sorts, and I am attempting to recover artifacts of the lost city.$B$BWill you head out onto the Zoram Strand to the southwest and recover any ancient statuettes you come across? They are the reason I have braved the dangers of the Zoram Strand.','Collect 10 Ancient Statuettes.','That\'s quite a few that you have found! Thank you, $N!$B$BThe old city of Zoram holds many secrets, and these statuettes may be the key to many of them.','Have you found many statuettes, $N?','','','','','',5424,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26466,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ruuzel','I fear the ancient statuette\'s secrets will remain forever hidden unless you find the key to their ancient locks.$B$BThat key is a ring, the Ring of Zoram. It belonged to the rulers of this city before the waves of the Sundering drowned it.$B$BFor years the ring was lost, but the naga have recently found it.$B$BTheir leader, Ruuzel, dwells on her isle on the northern edge of the Zoram Strand. Please, $N, retrieve the ring for me!','Obtain the Ring of Zoram.','You found the ring! Thank you, $N.$B$BPlease take this as payment, and know that your deeds today will remain forever in my memory.','It is said that the Ring of Zoram is the key to any lock within the city. Do you have it, $N?','','','','','',5445,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5812,0,0,0,1,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26467,13202,331,0,262152,19,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vile Satyr! Dryads in Danger!','Listen, I don\'t know who you are, but I need your help. My sisters went to take back the Branch of Cenarius from the satyr. They said they\'d be back soon, but it\'s been two whole days!$B$B$n, you have to find them! They were looking for the ruins of a night elf temple in Xavian to the northwest. I don\'t know what to think. Look for Anilia, she was leading them on the search.','Find Anilia at Xavian in Ashenvale.','Judging by the gaping wound in her side, Anilia is on the verge of death.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26468,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,26467,0,0,0,'The Branch of Cenarius','Anilia puts her hands on your shoulders and draws you close. Gasping, she points towards the arch to the north, before her eyes close and her last wheezing breath leaves her body. \"He has taken it... Geltharis...\" You know in your heart that Anilia\'s dying wish is to see the Branch of Cenarius back in dryad hands.','Obtain the Branch of Cenarius.','Anilia died? No... that can\'t be! It was just yesterday that we were running and playing together in the woods.$b$bI guess those days are over...','Have you found them? What did Anilia say? Where is she?','','','','','',5461,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5820,11229,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26469,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,26468,0,0,0,'Satyr Slaying!','I can\'t believe that Anilia is gone... We used to play together in the forests all the time. I almost feel... sad.$B$BI know something that might make me feel better. Please, slay the satyrs that took Anilia from me! Bring me their horns as proof of your actions and you will forever have my gratitude.','Obtain 16 Satyr Horns.','Thank you, kind $r. My sister\'s spirit is gladdened by your efforts.','Please, help me avenge Anilia\'s death.','','','','','',5481,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26470,13202,331,0,8,23,26,0,0,0,0,0,0,0,0,0,0,0,0,0,'Retaking Mystral Lake','We could easily have held Silverwind Refuge from the Horde had they not taken control of our water elemental defenders on Mystral Lake.$B$BOne of their shaman summoned in Tideress, an old and angry water spirit of the forest who befouled our elementals and turned them against us. With the lake and the Horde pressing in on us, we had no choice but to retreat to the spire here.$B$BGo east. Take the lake back so that we will have a chance to retake the refuge some day.','Slay 12 Befouled Water Elementals and Tideress.','Well done, $N! With the befouled elemental numbers thinned and Tideress put back into the lake, we should be able to launch a counter-offensive on Silverwind Refuge.$B$B$B$BJust as soon as we\'re done with defending the spire....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3917,12759,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26471,13202,719,0,16392,19,23,81,0,0,0,0,0,0,0,0,0,0,0,0,'Knowledge in the Deeps','It is my duty to collect lore. Old lore. Powerful lore. Lore that opens doorways, and lore that could awaken more of Those Who Sleep if it is mishandled.$B$BThere are rumors of an old piece of lore, the Lorgalis Manuscript, at the bottom of Blackfathom Deeps in to the west. That place is the old dwelling of our long-dead ancestors. They held great knowledge before their city fell to ruin.$B$BSearch Blackfathom Deeps for the manuscript. Do this, and I will not forget it. Not even in these end days.','Bring the Lorgalis Manuscript to Sentinel-trainee Issara at the Blackfathom Camp.','','','','','','','',5359,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56658,56659,56660,0,0,0,1,1,1,0,0,0,6743,0,0,0,1,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26472,13202,331,0,8,19,22,0,0,0,0,0,0,0,0,0,13792,0,0,0,'Insane Druids','The druids are dead, killed by their leaders who were driven insane by the Horde tainting the Forest Heart! I can feel the corruption even from here and I dare go no further.$B$BWhile I am too well attuned to Ashenvale and the Forest Heart, you... you could descend into the barrow den and do what must be done. I\'ve laid down breadcrumbs for you in there.$B$BThough it tears me apart, I must ask that you put to rest the druids\' once great leaders: Taneel Darkwood, Uthil Mooncall, and Mavoris Cloudsbreak.','Slay the insane druids: Taneel Darkwood, Uthil Mooncall, and Mavoris Cloudsbreak.','Rest in peace, my friends.$B$B$B$BI felt the anguish of the Dor\'danil Barrows lessen, and knew that you had completed your task.$B$BIt was grim work that you did, $N, for the spirits you destroyed were merely victims of the Horde\'s evil. But with their destruction, let us hope the maddened spirits will finally find peace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3940,3941,3942,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,0,0,0,1,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26473,13202,331,0,8,19,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bathran\'s Hair','There is a plant that grows in the old ruins of Bathran\'s Haunt across the road to the east. The plant is called Bathran\'s Hair and is known to cure ailments of the spirit.$B$BNow the Horde are there harvesting the plant for their own evil schemes.$B$BThere is a sick child in Astranaar, and we believe that her illness is more than just physical. I promised my master that I would help seek a cure, but I am no fighter.$B$BWill you go to Bathran\'s Haunt and gather the plants?','Collect 8 Bathran\'s Hair.','Ah, you have the hair! This is a good first step. There are other ingredients that we will need, but the hair of the fallen Ancient could well be the most important.$B$BI only hope that whatever the Forsaken are devising from the plant will not be turned into a weapon. We simply do not have the numbers to remove them right now, especially with Maestra\'s Post under attack!','Have you gathered the Bathran\'s Hair, $N? The child\'s health grows weaker by the hour....','','','','','',5437,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26474,13202,331,0,262144,19,23,0,0,0,0,0,0,0,0,0,13642,0,5460,1,'Orendil\'s Cure','$N, now that it has been bathed in Elune\'s blessed light, I believe that the concoction will help the afflicted child. Please, take it to Astranaar and give it to the child\'s parent, Pelturas Whitemoon.$B$BTo reach Astranaar, follow the road south and then east. However, if you\'d like to get there more swiftly, speak with Sentinel Avana.','Bring Orendil\'s Cure to Pelturas Whitemoon at Astranaar in Ashenvale.','This is from Orendil?$B$BHis skill with herbs and healing is great! This cure gives me hope, when before I had little....','I must apologize, for I have no time to speak. My child, Relara, is deathly ill!','','','','','',5460,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,1,2682.12,-450.81,1,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26475,13202,331,0,8,19,23,0,0,0,0,0,0,0,0,0,26474,0,0,0,'Elune\'s Tear','I\'d hoped Orendil\'s cure would save Relara, but I fear it only slowed the disease running through her. We must find more powerful medicine! Thankfully, Orendil spoke to me of further remedies should his first one fail.$B$BElune\'s Tear is a type of stone that rests in only one place: the remains of Iris Lake, destroyed by the eruption of Thunder Peak, northeast of Astranaar. Orendil said the stone will wash away corruption.$B$BPlease, $N, bring me Elune\'s Tear and pray it will end my child\'s sickness!','Collect Elune\'s Tear.','Oh, you found it! Odd... it looks tarnished somehow. I will place the tear in a stew, and pray that it will cure her.$B$BThank you! Thank you, $N!','$N, did you find the remains of the lake? Do you have the Tear?','','','','','',5493,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26476,13202,331,0,262144,21,23,0,0,0,0,0,0,0,0,0,13645,0,5463,1,'Dryad Delivery','Ah, there you are, $N. I\'ve pored over the notes Teronis has made and it sounds like your next course of action is to find the other pieces of Dartol\'s rod.$B$BI would start by heading east along the road to Raynewood Tower.$B$BA dryad there named Shael\'dryn is better suited to guide you. Seek her out.$B$BKeep the gem with you--Shael\'dryn will need it if she\'s to help you recreate the rod.','Deliver the Glowing Gem to Shael\'dryn at Raynewood Tower in Ashenvale.','Oh, Raene sent you? It must be serious indeed.$B$BWhat can I help you with?','Hello. How are you?','','','','','',5463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26477,13202,331,0,8,21,23,0,0,0,0,0,0,0,0,0,26476,0,0,0,'Search the Bole','I wish your tidings were better.$B$BRaene is correct, I know about Dartol\'s creation and the treants in the area--at least I did once. They\'ve become corrupted now, their nature twisted.$B$BTo find the next piece of the rod, you\'ll have to find the key to open the chest it\'s in.$B$BThe wooden key is on one of the treants northeast of here near the Felwood border, at the Howling Vale. Once you have it, look for a small glade through the tunnel at the vale. The chest should be hidden around there.','Find the Wooden Key and use it to obtain the Iron Shaft portion of Dartol\'s Rod.','I\'m pleased to see you\'re back, $N.','It upsets me so that the treants have become corrupt. I wish I could do more to help them.','','','','','',5464,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26478,13202,331,0,0,21,23,0,0,0,0,0,0,0,0,0,26477,0,46720,1,'Playing Possum','The last piece of the rod is held by druids of the claw. I asked their leader, Oso Bramblescar, to give it to me, but he and his guardians nearly killed me! Clearly they too were affected by the Horde\'s corruption of the Forest Heart.$B$BBut, I have an idea for how you can get into Oso\'s cave and grab the pommel.$B$BEver since I was a faun, I\'ve been pretty good at playing possum. It works great against bears! I can teach you! Go east to the Shady Nook, and if they try to get you, just use my technique.\n','Obtain the final piece of Dartol\'s Rod, the Iron Pommel.','You got it? Wonderful for you... and for Raene!$B$BI guess we\'ll have to see about reassembling it, won\'t we?','Did you find the final piece of the rod, $N? How did my technique work?','','','','','',5519,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56664,56665,56666,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26479,13202,331,0,262144,19,23,0,0,0,0,0,0,0,0,0,26478,0,46721,1,'Return to Raene','I suggest you find Raene and let her know the rod is finished. I\'m sure she\'ll know what your next course should be.$B$BBe careful... I sense a great deal of power within it for both good and ill. I hope that you and Raene know what you are doing.$B$BGood luck, $N.','Deliver Dartol\'s Rod to Raene Wolfrunner at Astranaar in Ashenvale.','You\'ve recreated the rod Teronis had set out to find? That\'s wonderful to hear.$B$BShael\'dryn has been indispensible in her assistance. Teronis would be proud to see his quest is continuing even after his tragic passing.$B$B$B$BNow it is time for us to make use of its power to eliminate the enemies of Ashenvale!','Yes, $N? How go your efforts?','','','','','',46721,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2767.4,-410.974,1,1140,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26480,13202,331,0,393216,19,25,0,0,0,0,0,0,0,0,0,26479,0,46739,1,'Dartol\'s Rod','I\'m not completely certain what Teronis had in mind next, but if what he said was true about the rod\'s power, then it will allow you to take on another form altogether, presumably that of a furbolg.$B$BPerhaps he meant to use its powers to get closer to them, but even the uncorrupted creatures would slaughter him were he not careful. Transformed by the rod, Dartol would have to speak to a furbolg who was uncorrupted.$B$BI would start with one known as Krolg. Seek his hut southeast of Mystral Lake.','Use Dartol\'s Rod to be able to communicate with Krolg at Krolg\'s Hut in Ashenvale.','Yes, yes... you appear as one of my kind, but I care not what you truly are if you can help the furbolg.$B$BThe night elves and now the orcs have visited many atrocities upon my people.$B$BCorruption runs through our veins, corruption brought down upon us by the prideful night elves and the warlike orcs. They are the ones who did this to our people... They are the ones I blame for being cast out of my tribe.$B$BAt night I can still see the campfires burning in the darkness.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26481,13202,331,0,8,19,26,0,0,0,0,0,0,0,0,0,13989,0,0,0,'A New Adornment','I\'m certain that the long-dead wizard, Dartol, intended to use his rod to subjugate and destroy us just as the night elves and orcs have, but I think now we\'ll put that thing to an unintended use.$B$BRan Bloodtooth is the king of all of the Ashenvale furbolg. His tribe, the Bloodtooth, are the most powerful and keep themselves secluded in a camp just to the east.$B$BKill them all and bring back his skull. Let us see if we can put it to good use.','Obtain Ran Bloodtooth\'s Skull and Dartol\'s Rod.','You have done well, my friend.$B$BNow quickly, hand me Ran\'s skull. While his essence yet taints it, we shall fashion it upon Dartol\'s Rod giving you the power to influence my brethren and deliver them from evil!','Have you slain Ran yet, my friend? We must have his skull if you\'re to deliver my people from bondage.','','','','','',5388,46739,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26482,13202,331,0,10,19,25,0,0,0,0,0,0,0,0,0,26481,0,46781,1,'True Power of the Rod','Now, take the rod and while using its power, speak with my brother, Ota Wen.$B$BOta is amongst the other furbolg that the orcs have captured and have penned in the giant cage on the north side of Silverwind Refuge. The rod will allow you to convince Ota and the other furbolg to rise up and attack the Horde.$B$BThen you may go wherever your path leads you. Just know that you have found a new friend for that which you have done.','Use Dartol\'s Rod and speak with Ota Wen. Convince him to rise up against his Horde oppressors. Then, deliver Dartol\'s Rod to Raene Wolfrunner.','So, you used the skull of the furbolg king to modify the power of Dartol\'s Rod? You then used that power to convince the captured furbolg to rise up and attack the Horde at Silverwind Refuge?$B$BI am more than pleased and impressed with your abilities, $N. The Sentinels cannot thank you enough. It should be a simple matter for us to sweep away the orcs and retake the refuge now!$B$BTeronis would be proud. You have my deepest respect.','You return, $N. What\'s that affixed to the top of the rod? A skull?','Furbolg uprising started.','','','','',46781,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56694,56695,56696,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26483,13202,47,0,8,29,32,0,0,0,0,0,0,0,0,0,26548,0,0,0,'Gan\'dranda','As fun as it is to butt heads with these trolls, we\'ve got other things to do down here. It\'d be nice to get this battle over with, aye?$B$BTheir commander, Gan\'dranda, sits in the ruined walls to the southeast of the battlefield. Our boys have most of their forces locked up, so I want you to slip in there and take out Gan\'dranda. When they see a $r standin\' over the corpse of their biggest hero it should take some of the fight out of \'em!','Kill Gan\'dranda.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42609,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59242,59243,59244,59245,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26244,13164,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Earth Claims All','We\'re in the plane of earth, $N. Everything is absorbed by the land eventually.$B$BThe Storm\'s Fury will soon be turned to dust and we won\'t be able to gain any insight from its remains.$B$BGo and destroy the elementals that are dismantling the ship. We\'re only delaying the inevitable, but we need to buy ourselves some time if we\'re to track down all the pieces of the World Pillar.','Destroy 5 Deepstone Elementals.','You did what was necessary, $N. I can tell you\'re the sort of $c I\'ll get along with well.','','Return to Seer Kormo at the Temple of Earth.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43026,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,61504,61503,61502,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26485,13202,47,0,8,29,31,0,0,0,0,0,0,0,0,0,26548,0,0,0,'Snapjaws, Lad!','I\'ve got plans to brew up somethin\' special for those pesky trolls. Aye, I said for them... a brew they won\'t ever forget! A brew that\'ll have them pickin\' their tusks out of the hillsides!$B$BI\'ve got a few ingredients steepin\' already, but I could use a hand gatherin\' more. At the bottom of the Overlook Cliffs to the east, near the shore, is a whole mess o\' snapjaws. I need fresh, whole gizzards from them for my blastbrew.','Collect 8 Snapjaw Gizzards from Saltwater Snapjaws.','','','','','','','',58867,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19022,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26486,13202,47,0,8,29,31,0,0,0,0,0,0,0,0,0,26548,0,0,0,'99 Bottles of Booze on the Beach','Now, I know we\'ve got a little battle ragin\' and all that, but down at the overlook cliffs are some nice lookin\' bottles strewn all over the place. I don\'t want good drink to fall into the hands o\' the Horde!$B$BIf you\'re down that way, collect the bottles for me and bring \'em back here. I\'ll pay in full for it as if you bottled \'em yourself.','Collect 12 bottles of Pupellyverbos Port.','','','','','','','',3900,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26487,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Akiris by the Bundle','It\'s not easy running a combination 5-star exotic resort/jungle resource salvaging plant! That is, it wouldn\'t be easy, if I didn\'t have the organizational skills of a trade prince\'s personal assistant!$b$bThe first trick is multitasking. For example: the naga explorers to our south carry a valuable ocean reed - Akiris reeds. We can sell these reeds to our clients overseas, and we can also stuff our visitors\' mattresses with them! Come to think of it, we could probably use some more of that stuff.','Obtain 6 Akiris Reeds from Naga Explorers.','','','','','','','',4029,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26488,13164,0,0,4352,10,-1,0,0,0,356,1,0,0,0,1,0,0,0,0,'Big Gulp','Arnold and I used to relax down at the moat in the Valley of Heroes. One day, I lost my locket in the lake and I have never been able to find it. Rumor has it that huge royal monkfish live in that moat and that they eat anything! I know it\'s a long shot, but do you think you could catch a few monkfish and look for my locket?$b$bPlease let me know right away if you find it, it\'s very precious to me.','Fish up a Royal Monkfish from the moat in the Valley of Heroes district of Stormwind. Once you catch a monkfish, fillet it and check if it swallowed the locket.','','','','','','','',58864,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26489,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s You!!','Yes, can I help...$b$b$b$b$N! Is it really you?! Look how big and strong you\'ve gotten! Let me feel that bicep!$b$bMe? I\'ve been trying to make my gold here in the jungle. We\'re mainly in resource acquisition, but we also do tourism.$b$bI know, genius, right?$b$bHey, listen. I was thinking... the naga explorers to the south carry Akiris reeds, which we could sell, and use to stuff visitor mattresses. You interested in killing some naga? It\'ll be just like old times!','Obtain 6 Akiris Reeds from Naga Explorers.','','','','','','','',4029,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26490,13202,47,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prime Slime','Not many dwarves know this, but to get a REAL kick out of my brew I add a wee bit of the oozes around here. Aye, the giant green dwarf-eatin\' oozes, those ones.$B$BThis brew\'s gonna have a HUGE kick to it though, so we need a huge slime! There\'s one lurkin\' down in Skulk Rock that\'s the mother o\' them all, absolutely huge...the Direglob, we call it.$B$BIf you\'ve got what it takes, head down there and take a chunk out of the Direglob for me!','Collect a Direglob Sample from The Direglob.','','','','','','','',58082,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59239,59240,59241,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26491,13202,47,0,8388616,29,32,0,0,0,0,0,0,0,0,0,0,26496,0,0,'Skulk Rock Clean-Up','Years ago, there used to be a Horde base deep within Skulk Rock. It\'s been abandoned since then, but it\'s still prime territory, worth takin\' for our allies!$B$BProblem is, it\'s full of dwarf-eating slimes and oozes. Those things are slightly less disgustin\' than trolls, but they\'ll still give us a hassle.$B$BWith our boys tied up fightin\' the Revantusk, I need you to go to Skulk Rock and clear the place out for me.','Kill 10 Jade Oozes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2656,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26492,13202,47,0,8,29,32,0,0,0,0,0,0,0,0,0,0,26496,0,0,'Skulk Rock Supplies','I had a cousin in the second war! He used to tell me all about when they led a raid on Skulk Rock. Swept in there and drove the trolls out like rats from a nest. They chased right after \'em all the way to Alterac!$B$BThe slimes moved in right quick after that, and there\'s still cratefuls of old Horde goods sittin\' in there. I say we don\'t let the trolls get it back!$B$BBring me back a few crates from Skulk Rock to the northwest.','Collect 5 Ooze-Coated Supply Crates.','','','','','','','',57989,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26493,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'There\'s Somebody Out There Who Wants It','So, while you\'re already all sweaty from doing all that other stuff, I was thinking I might grab you for one more task. You don\'t mind, do you?$b$bThe latest Science and Explosions journal just came in from Bilgewater Harbor, and there\'s this article about this hot new reagent. Prices on the reagent are skyrocketing, and we\'re in prime position to capitalize!$b$b$b$bYou got that? Good. You can find the basilisks in a cave, far to the east.','Obtain 7 of Sassy\'s Secret Ingredient from Thrashtail and Ironjaw Basilisks in the Crystalvein Mine.','','','','','','','',58880,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61523,61524,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26494,13202,5287,0,8,29,31,0,0,0,0,0,0,0,0,0,0,26533,58882,1,'Mixmaster Jasper','Mind giving some of this stuff to Jasper, over by the luxury suites? I\'m sure he can find some use for it.$b$bThanks, $N!','Bring Sassy\'s Samples to Mixmaster Jasper in Hardwrench Hideaway.','','','','','','','',58882,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26495,13202,5287,0,8,29,31,0,0,0,0,0,0,0,0,0,0,26550,58883,1,'Chabal','Chabal, that troll over by the botanical gardens/biological weapons lab, is a special guest. He\'s a representative of the Zandalari trolls, and has traveled quite far to stay with us.$b$b$b$bHere, give this to him. Tell him that the Zandalari are always welcome at Hardwrench Hideaway! And mention that referrals are key to maintaining our business!','Bring Sassy\'s Largesse to Chabal in Hardwrench Hideaway.','','','','','','','',58883,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26496,13202,47,0,262152,29,33,0,0,0,0,0,0,0,0,0,0,26497,0,0,'Down with the Vilebranch','The Revantusk isn\'t the only tribe of foul trolls we\'re here to take care of! The Vilebranch have corrupted this land for years from their stronghold of Jintha\'Alor.$B$BWe\'re done sittin\' by in Aerie Peak twiddlin\' our thumbs, if you haven\'t noticed. Doran Steelwing leads the charge against the Vilebranch from a camp the boys took just to the south. Speak with him and join the fight!','Find Doran Steelwing at Jintha\'Alor in The Hinterlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26497,13202,47,0,8388616,30,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vilebranch Scum','The Vilebranch are a different tribe from the Revantusk, but the difference is academic. Far as we\'re concerned the only good troll is a dead troll!$B$BBut make no mistake, the Vilebranch are just as nasty even without the Horde\'s chain around their neck. They\'ll poison this whole land unless we take this stand and get rid of them$B$BYou can start with their witchdoctors and headhunters on the lower tier. Let me know when you\'ve killed a fair share of \'em.','Kill 5 Vilebranch Witch Doctors and 5 Vilebranch Headhunters in Jintha\'Alor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2641,2640,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26498,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,26497,0,0,0,'Death to the Vilebranch','We\'re makin\' good progress. Keep pressing on, and don\'t falter!$B$BThe Vilebranch berserkers fight like savage animals, whipped into a blood frenzy. Their shadowcasters summon foul spirits from beyond this world! This is why we\'re getting rid of these depraved creatures, $n, never forget that.$B$BHead to the middle tier and kill the berserkers and shadowcasters!','Kill 5 Vilebranch Berserkers and 5 Vilebranch Shadowcasters in Jintha\'Alor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2643,2642,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26499,13164,5042,0,128,81,82,0,0,0,0,0,0,0,0,0,27936,0,58884,1,'Stonefather\'s Boon','With the Stonefather taken prisoner, our forces are demoralized. Normally any one of mine could take five times his number of stone troggs. But now....$B$BI want you to head out into the field surrounding the town. Plant Stonefather Oremantle\'s banner near my defenders. Grant them his boon and remind them of that for which they fight.','Grant the Stonefather\'s Boon to 12 Earthen Defenders.','','','','Stonefather\'s Boon granted','','','',0,0,0,0,0,0,0,0,0,0,0,0,43138,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26500,13164,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,27936,0,0,0,'We\'re Surrounded','Our war has been waged for longer than your kind counts time. Let us see if you can make a difference, $r.$B$BThe stone troggs are a mistake of the titans. On your world they have succumbed to the Curse of Flesh. But here, in Deepholm, you see them in their true form.$B$BWe\'re surrounded. Maybe you could go out there and break a few troggs down for us. See what they\'re really made of?','Slay 12 Stone Trogg Ambushers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43134,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26501,13164,5042,0,8388736,81,82,0,0,0,0,0,0,0,0,0,26499,0,58885,1,'Sealing the Way','The stone troggs have found a way to burrow up from underneath our homes!$B$BI\'ve sent our geomancers to seal all of the buildings, but they need these reagents and enough time out of battle to properly cast their rockslide rituals.$B$BWhen you\'re done, report to, Gravel Longslab, just to the north on the Fractured Front.','Help the Earthen Geomancers to get out of combat and then give them the Rockslide Reagents so that they can seal the Armory, Inn, Barracks, and Shrine.','','','','Armory sealed','Inn sealed','Barracks sealed','Shrine sealed',0,0,0,0,0,0,0,0,0,0,0,0,43164,43165,43166,43167,1,1,1,1,0,0,0,0,0,0,0,0,61464,61463,61465,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26502,13164,5042,0,8388744,81,82,0,0,0,0,0,0,0,0,0,26500,0,0,0,'Thunder Stones','To the north lies the Fractured Front. That is where most of the heavy fighting is happening.$B$BGo into Stonehearth proper and grab all of the thunder stones that you can. Our engineers need them for the catapults.$B$BWhen you have enough, take them to Clay Mudaxle. Don\'t mind his tongue. He\'s old and cranky, and should have gone back into the earth thousands of years ago.','Collect 12 Thunder Stones.','$BThose\'ll do. Just put them down over$B there.$B$BI\'m going to have something for you to do in a moment. Maybe.','','','','','','',58886,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26503,13202,44,0,8,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'Still Assessing the Threat','Damned worthless gnolls are up to no good. I can feel it in my bones. Gnoll activity in the area has tripled in the past two weeks. I fear they might be mounting up to make an assault on Lakeshire.$B$BI need you to head to each of the gnoll camps of this area and gather any information that you come across. Check the camps directly north of here, east of here and southeast of here. Bring back whatever you find.','Steal the Gnoll Battle Plans, Gnoll Orders and Gnoll Strategy Guide.','','','','','','','',58887,58888,58889,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60685,60686,60687,0,0,0,1,1,1,0,0,0,60731,0,0,0,1,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26504,13202,44,0,8,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Redridge Gnolls','By order of the Stormwind Royal Guard, all gnolls of the region known as Three Corners in the southwestern corner of Redridge Mountains, are wanted dead.$B$BShould you dispatch of the gnolls of the region, report your victory to Watch Captain Parker at Tower Watch.','Kill any 15 Redridge Gnolls in the Three Corners region of Redridge Mountains.','','','','Redridge Gnoll slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,60682,60683,60684,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26505,13202,44,0,8388616,14,16,0,0,0,0,0,0,0,0,0,26503,0,58890,1,'Parker\'s Report','$B$BHere it is, $N. Take my report to Lakeshire, located north of this tower, and deliver it to Magistrate Solomon. Inform him that we need a more comprehensive solution for dealing with the gnolls. Suggest explosives. Lots of explosives.$B$BAnd stick to the road if you know what\'s good for you.$B$BWhat\'s good for you is staying alive, by the way. In case you didn\'t know what was good for you. You now know... Oh never mind!','Deliver Parker\'s Report to Magistrate Solomon at Lakeshire in Redridge.','','','','','','','',58890,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26506,13202,44,0,8,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'Franks and Beans','I need your help, $r! Our rations have run out and the guards are getting hungry. They\'re clamoring for my world famous franks and beans, but I have no ingredients on hand. Would you be a darling and help me out?$B$BI need some goretusk kidneys, condor giblets, and tarantula eyes. You\'ll find goretusks, condors and tarantulas near this tower. Just look around!','Collect 4 Tarantula Eyes, 4 Condor Giblets and 4 Goretusk Kidneys.','','','','','','','',58891,58892,58893,0,0,0,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26507,13164,5042,0,3145864,81,83,0,0,0,0,0,0,0,0,0,26575,0,0,0,'Petrified Delicacies','Petrified bats.$B$BElementals of that size are picky. You\'re not likely to find anything better easily.$B$BTo the east are basilisks. They petrify stone bats that fly too close and snack on them when they grow hungry. You may find bats scattered around their territory.$B$BI must warn you... if you show that little elemental too much attention, you\'re unlikely to be rid of it. It can be very... needy.','Gather 12 Petrified Stone Bats for Pebble.','','','','','','','',58959,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,84153,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26508,13202,44,0,8,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nida\'s Necklace','My friend Nida lost her necklace, and we can\'t find it. We\'ve been fishing all day right here, and we looked around here already. The only thing I can think of is that it fell into the lake. Our parents don\'t want us to swim in the lake... my mom says there\'s some mean things underwater, but you look like you aren\'t scared of mean things.$B$BCould you find it for her, please?','Find Nida\'s Necklace.','','','','','','','',10958,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26509,13202,44,0,8,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Unwelcome Guest','Once again my garden was trampled and pillaged. And I know the brute who is doing it. It\'s that forsaken boar, the one Marshal Marris has taken to calling Bellygrub.$b$bI won\'t be able to re-plant the daffodils until next season now. Ruined! All ruined by that one menacing boar. Put an end to that pest! Show me his tusk and I\'d be happy to reward you. He seems to spend his time foraging in the field southwest of Lakeshire but occasionally he roams over here and into my garden.','Kill Bellygrub and take Bellygrub\'s Tusk.','','','','','','','',3631,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2562,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26510,13202,44,0,8,14,16,0,0,0,0,0,0,0,0,0,26505,0,0,0,'We Must Prepare!','More of our citizens go missing every day. We think the gnolls are responsible, but we have no idea where they are taking them! If you are to help us defeat the gnolls and find our people, you must be properly equipped. Unfortunately, we are all out of gnomecorders. Without a gnomecorder, there is no way for us to communicate with you when you are in the field.$B$BOur last good gnomecorder was stolen by marauding murlocs last week. You will have to go to Lake Everstill, east of here, and recover it!','Recover the Gnomecorder.','','','','','','','',58894,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26511,13202,44,0,8,14,16,0,0,0,0,0,0,0,0,0,26505,0,0,0,'Lake Everstill Clean Up','Headed out to Lake Everstill? You\'ll be happy to know that we currently have a bounty on murlocs. Kill as many as you can and be rewarded! Any murloc will do. All you need to do is kill indiscriminately.$B$BYou\'ll find Lake Everstill directly east of Lakeshire. It\'s the lake. Has water in it... Any of this ring a bell?','Kill any 10 Murlocs in Lake Everstill.','','','','Lake Everstill Murloc slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,422,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,60696,60697,60698,60699,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26512,13202,44,0,2424836,14,16,0,0,0,0,0,0,0,0,0,26510,0,0,0,'Tuning the Gnomecorder','The gnomecorder looks to be in working order. I\'ve got you all hooked up, now we just need to tune the gnomecorder for reception.$B$BHead north out of Lakeshire and follow the road up to the graveyard. Once you reach the graveyard I\'ll attempt to transmit.','Go to the Lakeshire Graveyard to tune the Gnomecorder.','','','Test the Gnomecorder at the Lakeshire Graveyard','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,81769,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26513,13202,44,0,8,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'Like a Fart in the Wind','We were raided last night, or perhaps it was the night before. I\'m not really sure when it was as I haven\'t had a wink of sleep in three days. I\'m probably delusional at this point.$B$BListen, gnolls raided our supply stores and took off with everything! Just like a fart in the wind, they were in and they were OUT! My soldiers saw them running back towards the canyons, northwest of here. Recover our supplies, $c!','Recover 8 Redridge Supply Crates.','','','','','','','',58896,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60692,60693,60694,60695,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26514,13202,44,0,589824,14,16,0,0,0,0,0,0,0,0,0,26512,0,0,0,'Canyon Romp','$B$BThe first order of business is a romp through the Redridge Canyons, directly north of Lakeshire. Kill every gnome that you see... woops, did I say gnome? I meant gnoll. Kill every GNOLL that you see and take their collars as proof of deed.$B$BI must warn you, $N; while you are out there, watch out for ettins. My scouts have reported seeing huge, bloodthirsty ettins roaming the canyons lately. Stay out of their way if you want to remain alive.$B$BSolomon out. I\'ll be in touch.','Collect 10 Redridge Gnoll Collars.','','','','','','','',58897,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26515,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,26518,0,0,0,'Ongo\'longo\'s Revenge','I\'ve got a plan to pit troll against troll.$B$BThe Vilebranch have a big ol\' dire troll locked up in a pit with some flimsy-lookin\' chains. I\'ve seen those things fight, and there\'s no way those\'ll hold if that big brute gets swingin\' mad!$B$BI want you to find the dire troll and fight him, $n. Don\'t kill him... just smack him around til\' he\'s seein\' red, then let him break free and get out of his way! He\'ll be a big pain for the Vilebranch.','Fight Ongo\'longo until he breaks free.','','','','Ongo\'longo enraged','','','',0,0,0,0,0,0,0,0,0,0,0,0,42815,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26516,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,26498,0,0,0,'It\'s Ours Now','Only the strongest and foulest Vilebranch are left now. The soul eaters and blood drinkers, foul worshippers of the evil god Hakkar.$B$BDon\'t forget you\'re not just fighting trolls here, $n. You\'re fighting dark and evil forces that\'ll churn this land into ash if we let them live!$B$BShow no mercy!','Kill 5 Vilebranch Blood Drinkers and 5 Vilebranch Soul Eaters in Jintha\'Alor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2647,2646,0,0,5,5,0,0,0,0,0,0,0,0,0,0,59246,59247,59248,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26517,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,26496,0,0,0,'Summit of Fate','You have to go to the summit now, $n. Our warriors won\'t go past the final gates. They say it\'s still as a tomb; not a sound, not a breath, not a hint of motion.$B$BThey think it\'s a trap, but based on what you\'ve brought me, I\'m worried it\'s something even more sinister. Go to the altar, investigate what happened... and bring me back ANY sort of mystical object or dark idol you find! Do you hear me?','Collect 8 Spider Idols from the Vilebranch at the summit of Jintha\'Alor.','','','','','','','',58228,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26518,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,26496,0,0,0,'Heads Up','Umboda Three-Heads is one o\' the biggest trolls you\'ll see around. He\'s a savage butcher, takin\' heads for his own collection, dwarf and troll alike! It\'s time he got what he deserved.$B$BLook for the big brute on the lower terraces, and you take his own head right back here!','Defeat Umboda Three-Heads and collect his head.','','','','','','','',58236,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26519,13202,44,0,8,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'He Who Controls the Ettins','You\'ve stumbled upon a gnoll document. The gnoll that wrote this propaganda is semi-literate:$B$BBROTHERS OF YOWLER, HEAR DIRTPAW! DIRTPAW GIVEN ORB FROM ORCS! DIRTPAW CONTROL ETTIN THINGS! DIRTPAW CRUSH HUMIES! COME GET DIRTPAW PAW-O-GRAPH IN RETHBAN CAVE. CAVE IS WEST, HIDDEN IN CANYON!$B$B$B$B$B$BYou should probably investigate.','Kill Ardo Dirtpaw.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26520,13202,44,0,8,14,16,0,0,0,0,0,0,0,0,0,26519,0,58895,1,'Saving Foreman Oslow','$B$B$B$BYou now control the orb, therefore you now control the ettins. Maybe you can use an ettin to remove the huge boulder currently crushing Foreman Oslow over at Lakeshire. Find an ettin and use the orb on the ettin. Then head over to Lakeshire.\n','Use the Ettin Control Orb to control an Ettin and then use the Ettin Control Orb on your Subdued Canyon Ettin to lift the Huge Boulder off of Foreman Oslow at Lakeshire.','','','','Foreman Oslow Saved','','','',0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,60700,60701,60702,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26521,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,26496,0,58209,1,'Faces of Evil','The Vilebranch have hung their tiki masks all across the walls of Jintha\'Alor. We won\'t tolerate their foul hexes and dark magic.$B$BIt\'s time to send a message, and tear down their defenses, all at once! Take this torch, $c. Set fire to their tiki masks and watch \'em burn. They\'ll know the Wildhammer want them gone when they see their dark idols consumed!','Use the Tiki Torch to set fire to 8 Tiki Masks at Jintha\'Alor.','','','','Tiki Masks Burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,42704,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,59249,59250,59251,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26522,13202,47,0,16392,31,33,0,0,0,0,0,0,0,0,0,0,0,58209,1,'Faces of Evil','The Vilebranch have hung their tiki masks all across the walls of Jintha\'Alor. The spirits not gonna be watchin\' over them much longer.$B$BTake this torch with ya as ya fight through the Vilebranch, $c. Set fire to their tiki masks. I\'ll be watchin\' from here as their wards and hexes fade away, an\' their heretical dark voodoo goes up in smoke.','Use the Tiki Torch to set fire to 8 Tiki Masks at Jintha\'Alor.','','','','Tiki Masks Burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,42704,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26523,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,26496,0,0,0,'All That Skitters','There\'s somethin\' I\'ve noticed up there... Jintha\'Alor\'s full of spiders. Small ones about as big as yer hand. Not an unusual sight for the Hinterlands, but somethin\'s amiss.$B$BTo be honest, I don\'t trust the trolls to keep pets. They\'re up to somethin\'. I need you to bring me some of those spiders. Keep \'em alive if you can, and we\'ll see what the spirits tell me...','Collect 8 Skittering Spiderlings in Jintha\'Alor.','','','','','','','',58120,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26524,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,26523,0,0,0,'Dark Vessels','The Vilebranch trolls here were always worshippers of the foul god Hakkar, the loa of blood. He was a sick and twisted entity that nearly broke through to our world, but he was defeated long ago.$B$BThe Vilebranch are still stirring their dark cauldrons, ones they filled with blood years before. They\'re either holding onto hope for a long-dead spirit, or they\'re up to something new and just as sinister.$B$BGet me those vessels, $n. We need to examine them with the spiders and see just what\'s going on here!','Collect 5 Vessels of Tainted Blood from Jintha\'alor.','','','','','','','',19071,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59252,59253,59254,59255,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26525,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,26524,0,0,0,'Venomous Secrets','If the sacrifice has already been made, Shadra\'s presence is going to start creepin\' into this realm. That cave\'s probably full of her spawn by now.$B$BDon\'t let them escape, $n. Slay any of those vile spiders you find!','Kill 8 Spawn of Shadra.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42879,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26526,13202,47,0,8,30,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunt the Keeper','Shadra the spider loa... the venom queen, a spirit of darkness and death! If there\'s been a sacrifice, they\'re trying to bring her forth as a last-ditch effort.$B$BIf the Vilebranch are performing rituals, I\'m not going to let them finish.$B$BCheck the cave behind the altar at the top of Jintha\'Alor. Deep within it, one of Shadra\'s keepers might still be lurking. Kill her and take whatever she carries back here so we can know what\'s going on.','Kill Morta\'gya the Keeper and obtain the Tablet of Shadra.','','','','','','','',58241,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59256,59257,59258,59259,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26527,13202,47,0,262144,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gryphon Master Talonaxe','I\'d smash this tablet to bits if I had the right, but that\'s not for me to decide. Gryphonmaster Talonaxe needs to see this.$B$BYou\'ve got to return to Aerie Peak with the tablet. Gryphon Master Talonaxe is in the aviary, tending to the gryphons.$B$BBe swift... and don\'t let that tablet leave your grasp for a moment!','Deliver the Tablet of Shadra to Gryphon Master Talonaxe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26528,13202,47,0,8,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Eye of Shadra','Gryphon Master Talonaxe has sent me here to deal with Shadra, the Venom Queen. The conquest of Jintha\'Alor isn\'t enough... the trolls could regroup and summon this creature later, when we\'re not expecting it.$B$BWe\'ll gather the artifacts first, pull Shadra into this world on our own terms, and put our hammers to that foul creature. I\'ll need you to help find the artifacts, and put a hurt on the rest of the trolls while you\'re at it.$B$BWe first need the Eye of Shadra, guarded in Agol\'watha to the north.','Recover the Eye of Shadra from Agol\'watha.','','','','','','','',58282,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26529,13202,47,0,8,32,34,0,0,0,0,0,0,0,0,0,26528,0,0,0,'The Fang of Shadra','We\'ll need the Fang of Shadra next.$B$BIt\'s kept in the Creeping Ruins to the east, guarded by Shadra\'s own spawn. Hideous spiders the size of a dwarf, and twice as strong. Their venom is strong, $n... don\'t get careless.','Collect the Fang of Shadra from the Creeping Ruins.','','','','','','','',58281,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26530,13202,47,0,8,32,35,0,0,0,0,0,0,0,0,0,26529,0,0,0,'The Shell of Shadra','The final piece is all we need to burn Shadra out for good.$B$BThe Shell of Shadra is held by the spider god\'s last living high priestess, Qiaga the Keeper. She stands atop the Altar of Zul, guarded by other fanatical zealots.$B$BYou\'ve got to climb that altar to the top and take her out! She\'ll have the Shell in her possession. Bring it back here.','Kill Qiaga the Keeper and collect the Shell of Shadra.','','','','','','','',58779,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59265,59266,59267,59268,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26531,13202,47,0,8,32,35,0,0,0,0,0,0,0,0,0,26530,0,58784,1,'Summoning Shadra','Our best fighters are ready, we\'ve got the idol assembled... it\'s time, $n.$B$BHere\'s what we\'re gonna do. You\'ll travel southwest to Shadra\'Alor ahead of us with the idol. You\'ll need to use the idol at each of the three temples, fighting through the trolls guardin\' them.$B$BWhen you do that, Shadra will emerge into our world, and we\'ll be right there waiting for her with fury in our hearts. Talk to my boys on the scene as soon as you\'ve performed the ritual!','Use the Idol of Shadra at the Northwestern, Southwestern, and Eastern Temples in Shadra\'Alor.','','','','Northwestern Temple','Eastern Temple','Southwestern Temple','',0,0,0,0,0,0,0,0,0,0,0,0,43067,43069,43068,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26532,13202,47,0,8,32,35,0,0,0,0,0,0,0,0,0,26531,0,0,0,'Shadra the Venom Queen','No time to waste, $n! She\'s comin\' out of the water right now!$B$BGryphon Master Talonaxe is comin\' right now with the boys, let\'s show that bug what for!','Kill Shadra the Venom Queen.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43007,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,59269,59270,59271,59272,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26533,13202,5287,0,8,29,31,0,0,0,0,0,0,0,0,0,0,26534,0,0,'Zanzil\'s Secret','Years ago, the Gurubashi exiled one of their own from Zul\'Gurub: a troll by the name of Zanzil. The reasons why aren\'t all that clear, but I\'d guess it had something to do with his tendency to administer powerful, behavior-altering drugs to anyone he saw. Anyhow, the Gurubashi priests and their blood god have been slain, but Zanzil the Outcast remains...$b$b...as do his powerful, behavior-altering drugs.$b$bI\'d like to get my hands on some, $r. Check the zombies to the southeast.','Obtain 5 vials of Zanzil\'s Mixture.','','','','','','','',4016,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26534,13202,5287,0,8,29,31,0,0,0,0,0,0,0,0,0,0,26535,59030,1,'Let\'s See What You\'ve Got, Zanzil','Visitors to Hardwrench Hideaway sign a number of waivers upon arrival, one of which allows us to perform basic tests on them. I\'d say it\'s about time we invoked that clause again.$b$bActually, let\'s avoid poisoning our customers this time. Better for business.$b$b$b$bThe Hideaway\'s southeastern tower serves as a temporary jail. \"Hardwrench Hoosegow,\" we call it. Anyways, give the prisoners a drink and tell me what happens.','Offer Jasper\'s Jungle Cooler to Gmurgl, Orgus, and Captain Bartholomew Softbeard.','','','','Gmurgl tested','Orgus tested','Captain Bartholomew Softbeard tested','',0,0,0,0,0,0,0,0,0,0,0,0,43203,43204,43205,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,4,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26535,13202,5287,0,8,29,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Recipe for Disaster','I need Zanzil\'s recipe, now more than ever. One of Zanzil\'s flunkies at the Ruins of Aboraz must have it on him. Head east, to the other coast of the Cape, and snatch it for me!','Obtain Zanzil\'s Formulation from one of Zanzil\'s followers in the Ruins of Aboraz.','','','','','','','',58901,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61546,61547,61548,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26536,13164,0,0,4352,10,-1,0,0,0,356,1,0,0,0,1,0,0,0,0,'Thunder Falls','Arnold and I have been fishing in and around Stormwind for years now. That\'s the kind of time it takes to find a good fishing spot. One of my favorites is called Thunder Falls.$b$bIt\'s just south of Stormwind in Elwynn Forest. Best part about Thunder Falls is the violet perch. I have never seen them anywhere else, only up there at the falls. It\'s a bit of hike for me and Arnold to get out there these days though, do you think you could head up there and fetch some of those perch for us?','Catch 4 Violet Perch from Thunder Falls, south of Stormwind. Return to Catherine Leland with your catch once you are done.','','','','','','','',58899,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26537,13164,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,26501,26591,0,0,'Shatter Them!','I want you to go out there and I want you to finish them.$B$BBerserkers, Earthrenders, Deathriders... I don\'t care! I want those stone troggs shattered!','Slay any 12 stone troggs on the Fractured Front.','','','','Fractured Front stone troggs slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,43228,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26539,13202,4922,0,8,84,84,0,0,0,0,0,0,0,0,0,26388,0,0,0,'Stalled Negotiations','The Warchief\'s whereabouts are unknown! But we have to keep his plan moving forward. $N, you look like you can get things done.$B$BOur negotations with the Dragonmaw have stalled. Their Warchief is ... not what we expected. I need you to go in there and get negotiations back on track.$B$BMeet with Ornak on the shore, he\'ll fill you in.$B$BTalk to Herzog on deck here for quick transportation to the shore.','Speak with Ornak in Dragonmaw Port. Horzog can provide you with quick transportation to the shore.','I\'m glad you\'re here, $c. Perhaps a seasoned veteran of the Horde\'s campaigns in Northrend and elsewhere can talk some sense into the Dragonmaw leadership...','','Speak with Ornak in Dragonmaw Port.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26549,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,26539,0,0,0,'Madness','Our last two negotiators haven\'t returned from speaking with the Dragonmaw Warchief. I think we might need to flex a little bit of muscle.$B$BThis time, I want YOU to accompany the negotiator. Their Warchief might think twice once he realizes the Horde is full of battle-hardened heroes like yourself.$B$BSimply escort our negotiator into the main hold in the center of Dragonmaw Port and look menacing. ','Escort the Horde Negotiator to the main hall in Dragonmaw Port to meet with Warchief Mor\'ghor of the Dragonmaw. Speak with Ornak on the coast if you lose your Negotiator.','Wake up, $N! We don\'t have much time.$B$BI rescued your gear for you.$B$BAt least now you\'ve seen the foolishness of our leader first-hand. His blood is contaminated, his rage is unquenchable -- and he\'ll destroy us all trying to defeat the Horde!','$N, I understand you\'re going to speak with our \"Warchief\" about joining your Horde.$B$BBe careful, $c.$B$BSee me afterwards... ','Speak with Zaela at Dragonmaw Port.','Negotiations Concluded','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26608,13202,4922,0,1048712,84,84,0,0,0,0,0,0,0,0,0,26549,0,0,0,'Negotiations Terminated','Go now, go back to your fleet. Tell them what kind of a monster claims authority over the Dragonmaw.$B$BOur \"Warchief\" is a traitor to his blood. Since his return from Outland he reeks of demon and leads what remains of our clan to ruin.$B$BHelp rid the Dragonmaw of Mor\'ghor, and those of us with pure blood will be your allies forever. This I can promise.','Return to Admiral Stonefist off the shore of Dragonmaw Hold in Twilight Highlands.','The Fel Orcs from Outland have laid claim to the Dragonmaw? Obscene!$B$BIf Hellscream knew what was happening here, he\'d raze their city to the ground...','','Return to Admiral Stonefist off the shore of Dragonmaw Hold.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26542,13202,47,0,262152,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hero\'s Call: The Hinterlands!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Gryphon Master Talonaxe at the aviary in Aerie Peak.$B$BOur new brothers in the Alliance need your help to fend off the aggressive Horde offensive in their beloved homeland. Travel north from the Arathi Highlands, through the dwarven mountain pass and follow the road northwest to Aerie Peak.$B$BFor the glory and honor of the Alliance!','Travel to Aerie Peak in The Hinterlands and speak with Gryphon Master Talonaxe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26543,13202,0,0,4352,10,-1,0,0,0,356,1,0,0,0,1,0,0,0,0,'Clammy Hands','Nothing tastes like fresh monstrous clam meat, $N. I have been so busy with work these past few weeks that I have not been able to make it out to the local clam spawning grounds. Think you could run down there and gather some of those tasty treats for me?$b$bThe clams can be found near the shoreline on the eastern coast of Durotar. Should be plenty right around the Orgrimmar docks.','Collect 10 Monstrous Clam Meat from the clams near the eastern shoreline, just south of Orgrimmar. Return to Razgar once you are done.','','','','','','','',58934,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26544,13202,44,0,524288,14,16,0,0,0,0,0,0,0,0,0,26514,0,0,0,'They\'ve Wised Up...','$B$BIt would appear that the Blackrock orcs have finally wised up. I\'m getting reports that they\'re joining forces with the gnolls and planning an attack. I want details, $N!$B$BI need you to check out Rethban Caverns, located in the western region of Redridge Canyons. Look for orcs with dark skin. Kill any that you encounter and search their corpses for information.$B$BSolomon, out.','Recover the Blackrock Orc Missive.','','','','','','','',58936,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26545,13202,44,0,524288,14,16,0,0,0,0,0,0,0,0,0,26544,0,0,0,'Yowler Must Die!','$B$BYou need to find Yowler, $N. He\'ll be located somewhere in the northern region of Redridge Canyons. Kill that mongrel and search his corpse for the Blackrock invasion plans. Should you succeed, bring the plans to me over at the town hall in Lakeshire.$B$BSolomon, out.','Kill Yowler and recover the Blackrock Invasion Plans.','','','','','','','',0,0,0,58937,0,0,0,0,0,1,0,0,518,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,60703,60704,60705,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26546,13202,47,0,8388616,29,31,0,0,0,0,0,0,0,0,0,26542,26548,58935,1,'Razorbeak Friends','Our clan reveres the gryphon as a sacred animal. They\'re majestic creatures of the skies, and more than just beasts; they\'re intelligent and cunning.$B$BSome say we keep them, but it\'s more of a friendship. If you want to befriend the Wildhammer here, first befriend our gryphons! Take this bag o\' chow, it\'s nice and fresh. Our trained razorbeak gryphons wander the forests to the south of the aviary. Go on and feed a few of \'em for me, aye?','Use Gryphon Chow to feed 7 Trained Razorbeak gryphons.','','','','Trained Razorbeak fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,43236,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,59235,59236,59237,59238,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26547,13202,47,0,8388616,29,31,0,0,0,0,0,0,0,0,0,26542,26548,0,0,'A Mangy Threat','We do everything we can to protect our kin and our gryphons. That includes chasin\' off predators, whether they be from the forest or from the Horde.$B$BI won\'t ask you to save us from two-legged monsters just yet. Mangy silvermane prowl the woods to the south where our gryphons range, and they\'re known to get \'em if they stray too low. Hunt a few of the silvermane and make sure they know our gryphons aren\'t food.','Kill 8 Mangy Silvermanes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2923,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26548,13202,47,0,262152,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,'Out to the Front','We need your help with somethin\' more pressin\', $n.$B$BThe Horde\'s been gettin\' bolder out here. They\'ve moved in on our territory and started attackin\' us outright. The Revantusk forest trolls are attackin\' Stormfeather Outpost in broad daylight!$B$BI need you to help out. Talk to Guthrum Thunderfist just outside. He\'ll put you on a gryphon to Stormfeather Outpost. Kerr Ironsight will fill you in when you get there.','Speak with Kerr Ironsight at Stormfeather Outpost.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26550,13202,5287,0,8,29,31,0,0,0,0,0,0,0,0,0,26495,26551,58963,1,'Backdoor Dealings','Zanzil the Outcast, an exile from the Gurubashi tribe, is my quarry. Recently, I have heard tales from my brothers in the north about his planned reentry into society, starting with the emissary he sent to the Skullsplitters. This is not good news.$b$bI want you to peer into Zanzil\'s current plans. Take this incense, and place it in front of the bat totem in the Ruins of Jubuwal, to the east. Hir\'eek will guide you from there.','Place the Gurubashi Incense in front of the Totem of Hir\'eek, then listen to Zanzil\'s plot.','','','','Place incense in front of Totem of Hir\'eek','Spy on Zanzil','','',0,0,0,0,0,0,0,0,0,0,0,0,43252,43245,0,0,1,1,0,0,0,0,0,0,0,0,0,0,61534,61535,61536,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26551,13202,5287,0,65544,29,32,0,0,0,0,0,0,0,0,0,26550,26552,58964,1,'Eliminate the Outcast','You are to kill Zanzil. You rode on Hir\'eek\'s wings and saw through Hir\'eek\'s eyes; you know where Zanzil hides within the Ruins of Aboraz. Travel there and kill him.$b$bOh, and $r: if we become separated, you should use this fetish. It only works within Stranglethorn, but it will transport you back here to me should you need to return switfly.$b$bGood luck, $r. Zanzil is no ordinary opponent.','Travel to the Ruins of Aboraz in the Cape of Stranglethorn and deal with Zanzil the Outcast.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26552,13202,5287,0,851968,29,32,0,0,0,0,0,0,0,0,0,26551,0,58964,1,'Through the Troll Hole','It looks like Zanzil\'s portal into Zul\'Gurub is still open. Zul\'Gurub is a dangerous place, but Chabal entrusted this task to you.$b$bThe portal lies in wait in front of you.','Use Zanzil\'s Portal and enter Zul\'Gurub.$b$bIf you become lost or need to return to Zul\'Gurub, speak with Chabal at Hardwrench Hideaway.','','','','Pass through Zanzil\'s Portal','','','',0,0,0,0,0,0,0,0,0,0,0,0,43253,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26553,13202,5287,0,589824,29,32,0,0,0,0,0,0,0,0,0,26552,0,58964,1,'High Priestess Jeklik','Ahead of you looms a ramp up to one of the city\'s many terraces. The bat-shaped totems ahead of you indicate that this is the domain of High Priestess Jeklik, a follower of Hir\'eek.$b$bJeklik was one of the Hakkar-worshipping priests that Zanzil was planning to resurrect. Perhaps if you hurry, you can stop the resurrection!','Destroy High Priestess Jeklik\'s body before Zanzil can resurrect her.$b$bIf you become lost or need to return to Zul\'Gurub, speak with Chabal at Hardwrench Hideaway.','','','','Destroy High Priestess Jeklik\'s body','','','',0,0,0,0,0,0,0,0,0,0,0,0,43257,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26554,13202,5287,0,851968,29,32,0,0,0,0,0,0,0,0,0,26553,0,58964,1,'Plunging Into Zul\'Gurub','Zanzil the Outcast has once again escaped through one of his portals. Follow him!','Pass through Zanzil\'s Portal.$b$bIf you become lost or need to return to Zul\'Gurub, speak with Chabal at Hardwrench Hideaway.','','','','Pass through Zanzil\'s Portal','','','',0,0,0,0,0,0,0,0,0,0,0,0,43321,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26555,13202,5287,0,8,29,32,0,0,0,0,0,0,0,0,0,26554,0,58964,1,'High Priest Venoxis','Venoxis was the second of the two priests that Zanzil planned to bring back from the dead. You have already succeeded in destroying the body of High Priestess Jeklik... Venoxis must be the next.','Deal with Zanzil the Outcast and High Priest Venoxis.$b$bIf you become lost or need to return to Zul\'Gurub, speak with Chabal at Hardwrench Hideaway.','','','','Deal with High Priest Venoxis','','','',0,0,0,0,0,0,0,0,0,0,0,0,43323,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61552,61553,61554,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9500,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26556,13164,0,0,4352,10,-1,0,0,0,356,1,0,0,0,1,0,0,0,0,'No Dumping Allowed','Ever since those goblins took up refuge in Orgrimmar, they have been dumping all of their waste in our water supply.$b$bI have no idea what effect this is having on our local fishing supply, but I don\'t think it\'s good. I have heard reports of a new mutated fish species spawning in that toxic pool near their camp. A few specimens would really help me figure out what exactly is going on.$b$bCan you help me out?','Fish up 6 Toxic Puddlefish and return them to Razgar in the Valley of Honor once you are done.','','','','','','','',58945,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26557,13202,0,0,4352,10,-1,0,0,0,356,1,0,0,0,1,0,0,0,0,'A Staggering Effort','I\'ve fished sandy carp in Orgrimmar\'s local waters for years now. Recently, I have noticed my bait is not working as well as it used to. I suspect it has something to do with all the tauren that moved into the Valley of Wisdom.$b$bI spoke with one of their local fisherman and it just turns out their appetite has changed. They are biting on stag eyes these days. You should be able to find plenty of stags north of Orgrimmar, just outside the northern gate.','Slaughter a Stag north of Orgrimmar and use its eye as bait to catch a Sandy Carp in the Valley of Wisdom. Return to Razgar in the Valley of Honor once you are done.','','','','','','','',58946,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26558,13202,47,0,8,32,35,0,0,0,0,0,0,0,0,0,0,26419,58784,1,'Summoning Shadra','The idol is prepared, $n. I trust that you are as well?$B$BYou will go southwest to Shadra\'Alor ahead of us with the idol. You\'ll need to use the idol at each of the three temples.$B$BWhen you do that, Shadra will be summoned to this realm. The Deathstalkers and I will be along shortly to subdue and harvest her body. Speak with the lookout I\'ve sent ahead once you\'ve performed the ritual, and await my arrival.','Use the Idol of Shadra at the Northwestern, Southwestern, and Eastern Temples in Shadra\'Alor.','','','','Northwestern Temple','Eastern Temple','Southwestern Temple','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26559,13202,44,0,8,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,'[NYI] Breaking Out is Hard to Do','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26560,13202,44,0,8,15,17,0,0,0,0,0,0,0,0,0,26587,0,0,0,'Jorgensen','I don\'t know where Krakauer or Danforth are, but Jorgensen was being held at Render\'s Camp, northwest of here. I was in the same crap filled cage with him before they relocated me to Alther\'s Mill.$B$BIf we\'re gonna get him out we\'ll need the key. A stone cold witch from hell known as Utroka the Keymistress holds on tight to that thing. We\'ll have to kill her if we\'re going to get Jorgensen\'s cage key. She\'s up north in the valley leading to the Burning Steppes.$B$BLet\'s go, kid.','Retrieve Jorgensen\'s Cage Key.','','','','','','','',58969,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26561,13202,44,0,8,15,17,0,0,0,0,0,0,0,0,0,26560,0,0,0,'Krakauer','Krakauer is up on the chopping block as we speak! The orcs brought in a Gurubashi witch doctor to perform a dark ritual on him. We need to kill that troll to free Krakauer!$B$BLet\'s go! He\'s just inside the cave here. Hang a right at the first fork.','Kill Ritualist Tarak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26562,13202,44,0,8,15,17,0,0,0,0,0,0,0,0,0,26561,0,0,0,'And Last But Not Least... Danforth','Danforth\'s being tortured on the other side of the cave. There\'s no telling what state he\'s in by now! We need to get over there and save him!$B$BOverlord Barbarius has the key to the lever holding Danforth up. We work together as a team and we can kill that bastard, Barbarius. Once Barbarius is dead, we use his key to get Danforth down and get out of here!$B$BReady?','Kill Overlord Barbarius and recover the Blackrock Lever Key. Use the Blackrock Lever Key to free Danforth.','','','','','','','',0,59033,0,0,0,0,0,1,0,0,0,0,43369,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26563,13202,44,0,8650760,15,17,0,0,0,0,0,0,0,0,0,26562,0,0,0,'Return of the Bravo Company','I don\'t know who you are, $g mister:missy;, but you\'ve earned the respect and admiration of the Bravo Company. You\'ve managed to save all our hides and kill a boatload of orcs in the process. Now we return the favor.$B$BGet back to Lakeshire and report to Colonel Troteman. We\'ll find Johnny and deliver the good news in person. With the Bravo Company back in action, these orcs don\'t stand a chance.','Report to Colonel Troteman at Lakeshire in Redridge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26564,13164,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,26501,26591,0,0,'Fixer Upper','$B$BThey\'ve smashed all of our catapults. I\'ve been trying to get this one working, but no luck so far.$B$BMaybe you\'d like to make yourself useful. Head out onto the front and grab me any spare parts you come across.$B$BYou think you can handle that, flesh bag?','Collect 6 Catapult Parts.','','','','','','','',58944,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61460,61461,61462,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26565,13202,0,0,128,10,-1,0,0,0,356,0,0,0,0,0,0,0,0,0,'A Furious Catch (REMOVED)','Are you up for a challenge, $N? Good, I was hoping you would be. The southfury river flows just west of Orgrimmar and your challenge can be found within it\'s mighty flow.$b$bWe are looking for a furious pike. This mighty fish used to be prevalent in these areas but ever since the floods hit, they have been much harder to find. Head out to the river and let\'s see just how good of an angler you really are.','Catch a Furious Pike in the Southfury River. The Southfury River can be found just outside Orgrimmar\'s western gate. Return to Razgar in the Valley of Honor once you are done.','','','','','','','',58951,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46007,0,0,0,1,0,0,0,1090,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26566,13202,801,0,524288,2,2,0,0,0,0,0,0,0,0,0,0,26222,0,0,'A Triumph of Gnomish Ingenuity','We will need all the weapons, inventions, and soldiers we can get in order to defeat Razlo Crushcog and his followers.$B$BOver to the northeast, you\'ll find Engineer Grindspark, one of a new generation of brilliant gnomish minds. Why, he hasn\'t had an explosion in over three prototypes!$B$BBut enough bragging. Engineer Grindspark is working on a bot that he says will help clean up the toxic airfield. You should introduce yourself to him and see if he needs any help testing it.','Speak with Engineer Grindspark in New Tinkertown.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26567,13202,44,0,262152,15,17,0,0,0,0,0,0,0,0,0,26545,0,0,0,'John J. Keeshan','You ever heard of John Keeshan, $N? I was his commanding officer throughout all three great wars. Let me tell you, that man has killed more orcs than any man alive. If anyone can stop the Blackrock orc invasion, it\'s JOHN J. KEESHAN. We need to get him to help us or Lakeshire will be nothing more than a mound of rubble and ash after that massive Blackrock army marches through to Elwynn.$B$BI heard he was fighting in the underground fight club at the Lakeshire inn. Find him and tell him everything you know.','Enlist the help of John J. Keeshan at the Lakeshire Inn in Lakeshire.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26568,13202,95,0,8,15,17,0,0,0,0,0,0,0,0,0,26567,0,0,0,'This Ain\'t My War','They asked me to fight in those wars. I didn\'t ask them! I did what I had to do to win. So I end up getting captured by those filthy, crap-swilling, maggot orcs and for five long years they used me as a toilet. Finally I break out and head back to my hometown and what do I get? People spitting on me, protesting me, calling me a baby orc killer and all kinds of vile crap!$B$BNo, I don\'t think I\'ll be helping you. You go back to Troteman and you tell him that this ain\'t my war.','Return to Colonel Troteman.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26569,13202,44,0,0,15,17,0,0,0,0,0,0,0,0,0,26568,0,0,0,'Surveying Equipment','Ah, my savior! I\'ve heard that you\'re on a mission to save Lakeshire... and my bridge. Yep, worked too damned long on that thing to let it get destroyed by an army of marauding orc monsters!$B$BListen, if you\'re headed up north towards Render\'s Camp, would you do me a solid and get me some spyglasses from the Blackrock trackers up there? I could sure use \'em for my new surveying gear.','Recover 5 Blackrock Spyglasses.','','','','','','','',58952,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60706,60707,60708,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26570,13202,44,0,8,15,17,0,0,0,0,0,0,0,0,0,26568,0,0,0,'Render\'s Army','Heading up north, eh? How about you wage your own little war against those Blackrock monsters? What do you say, $N?$B$BKill any Blackrock orc that you see at Alther\'s Mill or Render\'s Camp. Kill until your skin turns red from their blood splatter and then come back to me and I\'ll pay you handsomely.$B$BIt might not stop the Blackrock invasion, but it\'ll be sure to put a kink in their plans.','Kill any 25 Blackrock Orcs in Alther\'s Mill or Render\'s Camp.','','','','Blackrock Orcs of Alther\'s Mill or Render\'s Camp slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,615,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26571,13202,44,0,8,15,17,0,0,0,0,0,0,0,0,0,26568,0,0,0,'Weapons of War','What I\'m about to ask of you isn\'t going to be easy to accomplish, $N. Keeshan left everything back there in that orc prison, and I\'m not just talking about his soul or his will to live.$B$BIf we\'re going to get Johnny ready for war, we need to recover his prized possessions. The orcs now hold Keeshan\'s bow and his survival knife.$B$BHead to Alther\'s Mill, east of here and look for two orc lieutenants, Murdunk and Homurk. They\'ve got Keeshan\'s gear. Get it back.$B$BI\'ll be in touch via gnomecorder.','Recover Keeshan\'s Bow and Keeshan\'s Survival Knife.','','','','','','','',58953,58954,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26572,13202,0,0,135168,10,-1,0,0,0,356,1,0,0,0,1,0,0,58955,1,'A Golden Opportunity','You heard of the golden stonefish, $N? The thing with these fish is that they can\'t be caught by normal means. They have jaws so strong that they snap right through any hooks or lures you try to use on \'em.$b$bYou can find a number of them in Thunder Ridge, south of Orgrimmar. That ridge used to be full of thunder lizards, but they all drowned in the flood.$b$bTake my knife, swim down there and cut off their tails. You should be able to use the tail to zap any stonefish you find.','Use Razgar\'s Fillet Knife to cut off a Drowned Thunder lizard Tail in Thunder Ridge, south of Orgrimmar. Once you have the tail, use it near a Golden Stonefish to kill it. Return to Razgar in the Valley of Honor once you are done.','','','','','','','',58960,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26573,13202,44,0,8912896,15,17,0,0,0,0,0,0,0,0,0,26571,26607,0,0,'His Heart Must Be In It','$B$BHis gear alone won\'t be enough, $N. His heart must also be in this battle. To capture that, we need items of sentimental value. The Blackrock orcs of Render\'s Camp, located in the north, hold two such items that belong to Keeshan.$B$BGet up there and search their coffers for Keeshan\'s headband and a jade amulet left to him by his wife - who was brutally killed during a Blackrock orc invasion.$B$BBring them back to me should you succeed.','Recover Keeshan\'s Red Headband and Keeshan\'s Jade Amulet.','','','','','','','',58956,58957,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60709,60710,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26574,13202,357,0,262152,36,38,0,0,0,0,0,0,0,0,0,26401,0,0,0,'Adella\'s Covert Camp','Lady Shandris has already asked for you to assist us further.$B$BAdella has struck out to the east, among the woodpaw gnolls, and established a foothold south of Camp Mojache. You are to report to her if you wish to assist Lady Shandris and the Alliance further.$B$BDon\'t stray too close to Camp Mojache... the Horde will not hesitate to attack. Keep to the south and look for our banners.','Report to Adella at Shadebough in Feralas.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26575,13164,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26441,0,0,0,'Rock Bottom','I\'ve one more favor to ask, fleshling.$B$BThere is a basilisk, much larger and much older than the rest. Though we normally fear nothing from their kind, this one has become so potent as to petrify some of my sons. This shall not be abided.$B$BFind Gorgonite to the east and slay him. He has lived much longer than necessary.','Kill Gorgonite.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43339,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61423,61422,61421,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26576,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26507,0,0,0,'Steady Hand','Nearby to the north, you will find Terrath the Steady. He has taken upon the task of pulling the stone dragons back into the fold. We find ourselves repeating this trial every few hundred years... the stone dragons are fickle, and bend only to strength.$B$BTerrath is balanced and reasonable, but his goals may not be easily accomplished. Go to him. Appeal to the more balanced side of the Stonemother.','Speak to Terrath the Steady at the Pale Roost.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26577,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26659,0,0,0,'Rocky Upheaval','To the east, on the Crimson Expanse, you will find Gorsik. He embodies the more unstable and violent nature of our kind. He is neither friendly, nor trusting, but his word carries weight.$B$BProving yourself to Gorsik will go a long way towards proving yourself to the Stonemother.','Speak to Gorsik the Tumultuous upon the Crimson Expanse.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26578,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26577,26584,0,0,'Doomshrooms','The rift to your world has poisoned our home. Corrupted it. Polluted it.$B$BThis expanse festers and grows. It becomes difficult to even see the purity of the rock beneath this filth.$B$BIf you are here to lend your aid, then go about cleansing this overgrowth. Look for the brightly glowing mushrooms that are growing faster than the others. They are the worst of the offenders.','Destroy 10 Doomshrooms.','','','','Doomshrooms destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,43388,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26579,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26577,26584,0,0,'Gone Soft','The fungal behemoths that surround us have succumbed to a weakness very similar to that that affects your kind. Their skin has grown soft. They no longer belong with the stone.$B$BKill them. We do not wish to see this infection spread.','Kill 8 Fungal Behemoths.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42475,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,61417,61416,61415,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26580,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26577,0,0,0,'Familiar Intruders','Fleshling. Some of your kind skitter among the rocks. Too cowardly to approach, too swift to be crushed.$B$BIf you wish my favor, deal with them. I tire of these games.','Speak to the \"fleshling\" intruders in the Crimson Expanse.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,2,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26581,13202,5042,0,1048704,81,83,0,0,0,0,0,0,0,0,0,26580,0,0,0,'A Head Full of Wind','I\'m no druid, but some of these mushrooms do not look to be naturally occurring. I know that our Stone Lord friend over there is eager to blame this on exposure to Azeroth, but I suspect more domestic causes.$B$BI saw some clouds of red mist to the northeast, near the water\'s edge. They seemed to be spurring new growth in their wake. Take one of my wind-devils with you and get me a sample from those clouds. You may have to stay close to the ground to spot them.','Bring Lorvarius\' wind-devil to the clouds of red mist in the Crimson Expanse, near the water, and then return with a sample.','','','','Gather a sample of the red mist','Return the sample to Windspeaker Lorvarius','','',0,0,0,0,0,0,0,0,0,0,0,0,43370,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26582,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26581,26584,0,0,'Unnatural Causes','This is most definitely magic in origin. Not even druidic. I suspect one among the stone troggs to the north.$B$BGo to Gorsik and point him in their direction. Hopefully this will help earn his favor.','Speak to Gorsik the Tumultuous in the Crimson Expanse.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26583,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26584,26750,0,0,'Wrath of the Fungalmancer','Their leader hides within his hole ahead. He is the one that has brought the plague upon the crimson expanse.$B$BHe must be killed.$B$BOne of your Earthen Ring companions is already inside. You should speak with her.','Speak to Earthmender Norsala, then kill Fungalmancer Glop.','','','','Speak to Earthmender Norsala','','','',0,0,0,0,0,0,0,0,0,0,0,0,43503,43372,0,0,1,1,0,0,0,0,0,0,0,0,0,0,61413,61412,61414,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26584,13202,5042,0,8388744,81,83,0,0,0,0,0,0,0,0,0,0,26750,0,0,'Shaken and Stirred','I have sent my brothers to assault the Verlok village from below. The Verlok will gather on their rocky ledges, as they always do to avoid our ire. When they do, we shall make the earth itself shake them until they fall at our feet below.$B$BThat is where you prove your use. When they fall to the ground amongst my brothers, make sure that they do not rise again.','Kill 8 Verlok Pillartumblers in the lower section of Verlok Stand.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43513,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26585,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26584,26750,0,0,'Corruption Destruction','If this disgusting growth is truly brought on by the Verlok, then their supplies will be in their village to the north. Bring them to me so that I can verify your claims.','Retrieve 8 bags of Verlok Miracle-Grow.','','','','','','','',59123,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26586,13202,44,0,262152,15,17,0,0,0,0,0,0,0,0,0,26568,0,0,0,'In Search of Bravo Company','If you and Keeshan are going to defend Lakeshire, we\'re going to need to find his old battalion. Last I heard all of \'em - Messner, Jorgensen, Krakauer and Danforth - were captured by the Blackrock orcs. Now I don\'t know where they could possibly be or if they\'re even alive, but I\'d be a damned fool if I didn\'t ask you to try and find \'em.$B$BSearch Alther\'s Mill, east of here, for any clues.','Search Alther\'s Mill for a member of the Bravo Company.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26587,13202,44,0,8,15,17,0,0,0,0,0,0,0,0,0,26586,0,0,0,'Breaking Out is Hard to Do','The key to this cage is stored in a pouch over at the worg den, just north of our location. The problem is that the pouch is resting safely atop a tree stump amidst a sea of bloodthirsty man-killing worgs.$B$BYou\'ve got one shot to get that key without waking up any of those sleeping worgs. Head to the worg den and find a way into the center. Tread carefully and watch out for the Blackrock worg captain. Get the key and return to me.$B$BIf you got a pet, I\'d recommend telling it to stay back!','Retrieve Messner\'s Cage Key.','','','','','','','',58950,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26588,13202,0,0,4352,10,-1,0,0,0,356,1,0,0,0,1,0,0,0,0,'A Furious Catch','Are you up for a challenge, $N? Good, I was hoping you would be. The Southfury River flows just west of Orgrimmar and your challenge can be found within its mighty flow.$b$bWe are looking for a giant furious pike. This esteemed fish used to be prevalent in these areas but ever since the floods hit, the big ones have been much harder to find. Head out to the river and let\'s see just how good of an angler you really are.','Catch a Giant Furious Pike in the Southfury River. The Southfury River can be found just outside Orgrimmar\'s western gate. Return to Razgar in the Valley of Honor once you are done.','','','','','','','',58951,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26589,13202,357,0,262152,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Wilds of Feralas','You are truly brave to help us protect these lands, hero. If you wish to do more for the wilds, there are others in need of your aid.$B$BThe verdant forests of Feralas lie to the south. There, in the shade of the mighty Twin Colossals, you must seek out Konu Runetotem. He has found signs of a disturbing illness.$B$BFollow the road west around the Twin Colossals to find Camp Ataya. Go in peace, $n, and walk with the Earth Mother.','Travel to Feralas and speak with Konu Runetotem at Camp Ataya.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26590,13202,5287,0,8,26,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Holy Water of Clarity','Hey, listen. You don\'t look like any old tourist, and I\'m in a bit of a pickle. My cousin up north sent me this weird artifact, and I need your help to... ah... identify it.$b$bTo start out, I\'m going to need you to obtain The Holy Water of Clarity. Rumor has it that whoever drinks from this spring is given a vision of clarity.$b$bSounds pretty promising, doesn\'t it?$b$bObtain it from the Nek\'mani Wellspring at the peak of the naga camp. Good luck!','Obtain The Holy Water of Clarity from the Nek\'mani Wellspring in the Cape of Stranglethorn.','','','','','','','',58811,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26591,13164,5042,0,1048704,81,82,0,0,0,0,0,0,0,0,0,0,0,58965,1,'Battlefront Triage','You seem quick on your feet, $r. I need someone to go out into the chaos of the front and patch up our injured.$B$BTake my kit. It\'s simple enough to use.$B$BHeal them before the stone troggs finish them off for good.','Patch up 10 Injured Earthen.','','','','Injured Earthen patched up','','','',0,0,0,0,0,0,0,0,0,0,0,0,43229,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26592,13202,5287,0,8,26,30,0,0,0,0,0,0,0,0,0,0,26435,0,0,'Diffractory Chromascope','To properly identify this artifact, I will need tools for analysis. A diffractory chromascope should suffice, I think.$b$bI already have the mithril casing, which surprisingly, is the hardest part to find. We simply need two other pieces: a ruby and a sapphire.$b$bThere\'s pirates nearby, just to our south, and a bit farther to the east. Pirates love treasure... why don\'t you see if you can find some gems for me?','Obtain a Bloodsail Ruby and a Bloodsail Sapphire.','','','','','','','',59031,59032,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26593,13202,5287,0,8,30,32,0,0,0,0,0,0,0,0,0,0,26594,0,0,'Scaring Shaky','If there\'s one thing I can\'t stand, it\'s people who don\'t pay their gambling debts! And there are a lot of people who owe me. Think you can help me collect?$B$BFirst, there\'s \"Shaky\" Phillipe down by the docks. He owes me plenty after last week\'s game and I want my due! But to get it, we\'ll have to scare him.$B$BGo out of town and hunt elder mistvale gorillas. Find a nice selection of giblets, then take them to Shaky. Don\'t let on that they\'re from an animal; let him think the worst.','Obtain 5 Mistvale Giblets from Elder Mistvale Gorillas.','','','','','','','',3919,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26594,13202,5287,0,8,30,32,0,0,0,0,0,0,0,0,0,0,26595,3922,1,'Return to MacKinley','Here, take this pouch and give it to Sea Wolf. And tell him I meant to pay him back! I swear!!$B$BI just got a little drunk and lost my way, and...you know how things are. He\'ll understand - you don\'t have to get rough!','Bring Shaky\'s Payment to \"Sea Wolf\" MacKinley.','','','','','','','',3922,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,4,-4,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26595,13202,5287,0,8,30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill-Collect','There\'s three phases to debt collecting: asking nicely, asking forcefully, and something I like to call \"Phase Three\".$b$bUnfortunately, collecting during Phase Three is something that this old dog can\'t do any more. That\'s why I employ so many cronies, stooges, mooks, goons, and noble adventurers like yourself!$b$bJuntz Fitztittle, Ephram Moonfall, and Maury Wilkins are hiding out on the eastern coast. You should have no problem visiting them all in one trip... and bringing back their valuables. ','Obtain Maury\'s Clubbed Foot, Fitztittle\'s Ratcheting Torque Wrench, and Ephram\'s Jeweled Mirror.','','','','','','','',3924,59034,59035,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61538,61540,61542,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,5,-5,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26596,13202,15,0,8,34,35,0,0,0,0,0,0,0,0,0,0,26702,0,0,'The Call of Kalimdor','I\'ve been sent by the good people of Theramore to find loyal members of the Alliance who are willing to help Lady Jaina with some problems in Dustwallow.$b$bYou weren\'t really here working for the goblins, were you?$b$bThe path back to Dustwallow will take you through Ratchet. Wait on the end of this pier for the next boat. Once you get to Ratchet, speak with Gazlowe. He\'ll point you in the right direction from there.$b$bUgh, I think I stepped on a fish! And it flopped!','Ride the ship from Booty Bay to Ratchet, then speak with Gazlowe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26597,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stranglethorn Fever','Sick...so...very s-s-sick... have contracted Stranglethorn Fever....$b$b...technically... CAPE of Stranglethorn Fever....$b$b...deadly v-v-virus....$b$b...only cure... is... is... to eat the heart of M-m-m-m-mokk the Savage... elusive white beast....$b$b...Witch Doctor Unbagwa... only one who can s-s-summon....$b$b...seek Unbagwa in hidden cave on southern cape....$b$b...hurry... dying... dying....','Seek out Witch Doctor Unbagwa and have him summon Mokk the Savage. Bring the Heart of Mokk to Fin Fizracket.','...feel strength returning....$b$bWhere might I be? Booty Bay? Oh my! I had the strangest dream...$b$b...the weakness has not completely left me....','....mother?$b$b...so cold...$b$b...heading into the Twisting Nether...h-h-h-hold me mother....','','','','','',2797,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61556,61558,61560,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,7,-7,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26598,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Heart of Mokk','temp text 02 - description','temp text 02 - log','Witch Doctor Unbagwa like Gorilla Fangs! For you I talk to spirits. Make Mokk the Savage come.$b$bYou protect Witch Doctor Unbagwa from other Gorilla-beast though or no Mokk for you!','Witch Doctor Unbagwa know what Mokk the Savage like. Yes, yes!$b$bMe speak with spirits and make he come, I do.$b$bBut other gorilla-beast like spirit talkin\' too. You protect Witch Doctor Unbagwa and I make he come to you.$b$bWitch Doctor Unbagwa want something first. You bring a Gorilla Fang and me start spirit talking!','','','','','',2799,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26599,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26600,0,0,'The Captain\'s Chest','I used to sail a ship from here all the way to Ratchet, in Kalimdor. I was a successful captain with a sterling reputation.$B$BUntil...$B$BThose cursed sea giants ruined me! They smashed my ship, killed my crew, and set me on a lifeboat to Booty Bay. I will not rest until their corpses pepper the ocean floor!$b$bOne of the giants, Gorlash, stole my captain\'s chest. I hear Gorlash wanders the coast east of here. Find him and get back my chest! Do that, and you\'ll have earned a captain\'s gratitude.','Obtain Smotts\' Chest from Gorlash in the Cape of Stranglethorn.','You found it! What a glorious day for ol\' Hecklebury, this is. Getting back my chest cools some of the fire in me.$B$BBut my revenge isn\'t complete...','Ahoy, $N! Did you find Gorlash? That chest was my favorite, and it has a hidden compartment that held my greatest treasures!','','','','','',3932,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11469,0,0,0,1,0,0,0,21,87,0,0,0,0,5,-5,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26600,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,26599,26602,0,0,'A Giant\'s Feast','The next giant on my list is called Negolash. I remember vividly how he leapt from the seafoam and plucked poor Poop-Deck Paul from the crow\'s nest.$b$bSwallowed him in one gulp, he did. And snapped my mizzenmast in two on the way down.$b$bNo man on my crew deserves such a heinous death. So we\'re going to use Negolash\'s appetite against him. Kelsey Yance should be able to sell you some meat, and Whiskey Slim has enough booze to knock out... well, a sea giant. You\'ll find both of them in town.','Purchase a Crate of Grade-E Meat from Kelsey Yance and a Crate of Pupellyverbos Port from Whiskey Slim.','This wasn\'t expensive, was it? Well, here\'s some pieces of eight to reimburse you.$b$bNow let\'s get onto this revenge, shall we?','We\'re going to need a lot of food, $n. Quantity over quality is the goal here.','','','','','',59036,59037,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61381,0,0,0,1,0,0,0,21,87,0,0,0,0,4,-4,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26601,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,26602,0,0,0,'Mok\'rash the Cleaver','Mok\'rash the Cleaver is the last of the lot. And the largest, by my memory. Taller than a wave in a windstorm, with a beard like a kelp forest and a hammer like an oak tree.$b$bHe taunts me from Janeiro\'s Point, the island right off the end of this very pier. It\'s because of him that I\'m still trapped here, living this lamentable landlubber\'s life.$b$bIf you can swim, then head out to Janeiro\'s Point and slay Mok\'rash.$b$bTake care, $n. Mok\'rash will not lay down as easily as his brothers.','Kill Mok\'rash the Cleaver at Janeiro\'s Point.','Mok\'rash... Negolash... Gorlash... they\'re all gone.$b$bI suppose I have no excuses now. I can return to the high seas and a life of pillage and booty! And it\'s all thanks to you.$b$bNow I just need to get myself a ship...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1493,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61562,61564,61566,61568,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,7,-7,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26602,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,26600,26601,59054,1,'A Dish Best Served Huge','Take this food, and put it in our old lifeboat, southeast of here along the coast. When Negolash smells all that food, he\'ll come running!$b$bAnd when he does, there will be a stouthearted $c ready to knock his corpse back into the briny deep.','Bring the Giant Crate of Giant Food to Captain Smotts\' lifeboat, then use it to summon and kill Negolash.','I can\'t believe my fortune, $N! Meeting you has turned my luck to the better, make no mistake there!$B$BIf I ever get a new ship and you\'re looking to sail the seas, you would be my honored guest.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1494,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4130,0,0,0,1,0,0,0,21,87,0,0,0,0,6,-6,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26603,13202,5287,0,0,30,32,0,0,0,0,0,0,0,0,0,0,26604,0,0,'Message in a Bottle','Inside the bottle you find a note which reads, in fairly good handwriting:$B$B$B$B$B$B$B$B','Find the author of the message at Jaguero Isle in the Cape of Stranglethorn.','Have you come to free me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26604,13202,5287,0,8,30,32,0,0,0,0,0,0,0,0,0,0,26605,0,0,'Protecting Her Royal Highness Poobah','These vicious jungle cats have been circling me for some time now. I watch them as closely as I can, but they seem to just... disappear into the grass.$b$bHow they snarl and hiss!$b$bDon\'t get me wrong... I still want you to rescue me, but first, clear out some of these cats. I won\'t need to be rescued if I end up someone\'s dinner.','Slay 5 Jaguero Stalkers.','It\'s about time you returned. I was beginning to worry that I was going to be eaten while you hunted.$b$bA cat eating a princess... wouldn\'t that be a fancy feast?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2522,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26605,13202,5287,0,8,30,32,0,0,0,0,0,0,0,0,0,0,26606,0,0,'Grubby Little Paws','I understand that you\'re anxious to rescue me, but the time is not yet right. First I\'m going to need some of my things.$b$bThe gorillas and the monkeys on the other side of the island have taken most of my possessions. I\'ll need my tiara, my scepter, my slippers, and my diary before I\'m ready to leave.$b$bWhat? Stop looking at me like I\'m some sort of insane person. You don\'t know what it\'s like being a princess.','Obtain Poobah\'s Tiara, Poobah\'s Scepter, Poobah\'s Slippers, and Poobah\'s Diary from the apes on Jaguero Isle.','$b$bLooks like it\'s all here. Alright, I think I\'m ready to be rescued now.','I shudder to think what Mukla plans to do with me.','','','','','',59057,59058,59059,59060,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26606,13202,5287,0,8,30,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mukla\'s Demise','$N, I now put my faith in you to help free me. The great Skymane King Mukla is my captor. He commands the beasts of this island, and they keep me here against my will with the aid of this chain. If you can slay him and find the key to this shackle, I shall be indebted to you greatly.$B$BI often hear him to the southeast side of the island, but please be careful: he is not to be trifled with.','Slay King Mukla obtain the Shackle Key.','$N, you have saved me from a great dishonor. If it was within my power, I would offer you a place among my tribe. But for now, all I can only offer you is this token for the courage and nobility you have shown.','I thank my ancestors someone has come to aid me. Do you have the key that will free me?','','','','','',4103,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61586,61588,61589,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26607,13202,44,0,8,16,18,0,0,0,0,0,0,0,0,0,0,0,59061,1,'They Drew First Blood','Take this bundle of Keeshan\'s possessions and head back to the Lakeshire inn basement. Bravo Company is already there, talking to Keeshan. Remind him of who drew first blood, $N. Lakeshire needs Keeshan. The Alliance needs Keeshan.$B$BDismissed, soldier!','Deliver Keeshan\'s Possessions to John J. Keeshan at the Lakeshire Inn in Redridge.','','','','','','','',59061,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26609,13202,5287,0,8,31,32,0,0,0,0,0,0,0,0,0,0,26610,0,0,'The Bloodsail Buccaneers','You sure seem eager to work, matey. Not sure why some land-loving $r $c is offering help to the Blackwater Raiders, but I\'m not going to turn you away.$b$bWe\'ve made Booty Bay our happy home away from the high seas, but word has it that the Bloodsail have some new plan cooked up. All me boys are too busy hitting the grog and looking for ladies! What I need is a scout.$b$bCheck the cove just north of Booty Bay along the Savage Coast and see what you find.','First Mate Crazz wants you to check the cove north of Booty Bay.','On top of the barrel, you discover a map with some hastily written text on it, along with some coins.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,4,-4,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26610,13202,5287,0,8,31,32,0,0,0,0,0,0,0,0,0,0,26611,0,0,'Bloodsail Treachery','The map shows Booty Bay with a red \"X\" drawn precisely at the spot at which you are standing.$b$bThe scribbled text reads:$b$b\"Set up your command post here, and bide your time. The Fleet Master will send out word when it\'s time to make your move.\"$b$b\"I\'m placing Lieutenant Bruce in charge here. This time will be different. This time we take Booty Bay once and for all.\"$b$bThe map is held in place with a dagger, placed right through the location of Booty Bay.','Report your findings to First Mate Crazz in Booty Bay.','Sure, I remember you, $c. Back from scouting I see....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,4,-4,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26611,13202,5287,0,8,31,32,0,0,0,0,0,0,0,0,0,0,26612,0,0,'The Baron Must Be Told','Shiver me timbers! So the Bloodsail Buccaneers are planning some sort of attack on Booty Bay? Why, the nerve of those scoundrels. Booty Bay will always be run by the Blackwater Raiders!$b$bThis is bigger than I thought. Report what you have learned to Baron Revilgaz at once! You\'ll find him here in Booty Bay.','Report the planned Bloodsail attack to Baron Revilgaz.','Bloodsail Buccaneers attacking Booty Bay? This isn\'t the first time that those blaggards have tried something. Booty Bay is impenetrable!$b$bSounds like they might be changing their strategies up, though. Wouldn\'t put it past Firallon to try something crazy. Very well, let\'s see what else they\'re up to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,2,-2,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26612,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26624,0,0,'Details of the Attack','I want to know details, $N. Our supremacy over the Bloodsail is due largely in part to our stronghold here in Booty Bay, but intelligence also plays a critical role.$b$bThe Bloodsail maintain a few meager camps to the south which they call their \"Southern Command.\" Well, you\'re going to raid their excuse for a southern command, find their plans, and slaughter their men. Return with whatever information you can find.','Kill 8 Bloodsail Sea Dogs and 8 Bloodsail Elder Magi, and bring back the Bloodsail Charts and the Bloodsail Orders.','Perfect, $n. Now that we know their plan, it\'s just a matter of time.$b$bAnd to think the fools have dropped anchor just off the cape....','Ahoy, $n. What word do you bring of the Bloodsail encampment to the south?','','','','','',0,0,3920,59145,0,0,0,0,1,1,0,0,1565,1653,0,0,8,8,0,0,0,0,0,0,0,0,0,0,61570,61572,61574,61576,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,6,-6,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26613,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Up to Snuff','Ah, the sea life. I ain\'t gonna say it\'s the good life, but it\'s my life.$b$bWhen I get into port I like to find me a good bottle of grog and some high quality snuff. Nasty habits but what\'s a pirate without his vices, right?$b$bSo you can imagine how heartbroken I was to find out the herbalist here in town has gone and sold out of the stuff. Says his shipment got hijacked by those damned Bloodsail Raiders.$b$bI bet a fearless $c like you could convince \'em to share the goods, eh?','Deeg in Booty Bay wants you to bring him 15 tiny heaps of Snuff.','Good show, $n! And just before I need to ship out too! Can\'t thank you enough, old friend.','Any luck finding the goods, matey?','','','','','',3910,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,5,-5,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26614,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keep An Eye Out','Avast! Who goes there?$b$bArgh, I am but useless without me special enchanted eye. Bad enough to have lost me eyes in battle in the first place! But by some stroke o\' luck we docked in Menethil and a traveling wizard enchanted a special glass eye that let me see again.$b$bLast night I ended up gettin\' jumped by some Bloodsail Buccaneers on me way out. Took me eye, they did! Seems those blokes have found their way to Booty Bay.$b$bHelp an old sea dog out by gettin\' me eye back?','Retrieve Dizzy\'s Eye from the Bloodsail Buccaneers.','Shiver me timbers and timber me shivers! Ye found me beautiful eye! Let\'s see if she still fits.$b$b$b$b$n ho! Blimey, I can see!!','Ahoy, me bucko! Might not be able to see but I can smell ye from halfway across port.$b$bCould really use me eye back. Captain\'s going to keelhaul me when he finds out me peeper is in the hands of them dirty Bloodsail Buccaneers.$b$bWhat good is a lookout who can\'t see? The crow\'s nest used to be me home...without me deadlights I\'d be lucky to scrub the bilge.','','','','','',3897,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4114,0,0,0,1,0,0,0,21,87,0,0,0,0,5,-5,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26616,13202,44,0,10,16,18,0,0,0,0,0,0,0,0,2,26607,0,0,0,'It\'s Never Over','Those Blackrock orcs are gonna need an army to handle the Bravo Company and you, $N. When you\'re ready to go, meet us at the dock facing Lake Everstill and we\'ll set off on my riverboat for Camp Everstill on the other side of the lake.$B$BSee you there, $N.','Take Keeshan\'s Riverboat to Camp Everstill in Redridge.','','','Keeshan\'s Riverboat Ride Complete','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26617,13202,5287,0,0,30,32,0,0,0,0,0,0,0,0,0,0,0,59142,1,'An Old Sea Dog','This old, weathered coin was found on the body of the pirate \"Good-Boy\" Bruce. Its front side bears the image of a large, unfamiliar pirate ship; on its back side, the term \"Brashtide Crew\".$b$bSomeone who has been in the piracy business for some time might know what this coin is, or what it means.','Bring the Weather-Beaten Coin to Fleet Master Seahorn in Booty Bay.','That coin! Where did you get it?$b$bBruce... yes, I see. He was one of the Blackwater Raiders once. One of us, before Greymane closed the Gilneas ports and held his crew captive.$b$bI know that what happened in Gilneas changed the people there, but I never expected them to change their loyalties. Especially not Bruce.$b$bIf you wouldn\'t mind, could I keep the coin? I\'ll pay its worth in gold.','What\'s that you\'ve got there, $r? Let me see it.','','','','','',59142,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,4,-4,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26618,13164,10,0,8,19,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wolves at Our Heels','The dire wolves are the most common threat to the townsfolk here. They lurk in the forests on all sides of us, though most are along the north bank of the river.$B$BThese aren\'t the runt dogs you see in Elwynn, or wherever you come from. They\'re big as a man and twice as vicious.$B$BIf you wish to assist the people of Darkshire, hunt the dire wolves so our streets can be safer.','Kill 12 Dire Wolves.','Don\'t go thinking that was too easy. Far greater dangers lurk deeper in the woods. ','You still hunting wolves?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43704,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,60895,60896,60897,0,0,0,1,1,1,0,0,0,1127,0,0,0,5,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26540,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,26538,0,58932,1,'Dangerous Compassion','The red dragonflight represents the aspect of life. As such, their blood has healing properties.$B$BThis crate of bandages has been soaked in red dragon blood. It is the last of my supply. May it bring a speedy recovery to your warriors.$B$BWhatever the outcome of your negotiations here, do not forget that you have friends among the Dragonmaw.','Bring the Crate of Dragonmaw Bandages back to Warlord Krogg off the coast of Dragonmaw Port.','Dragon\'s Blood!? We best not tell our red dragon allies that we\'ve used these.$B$BStill, it\'s powerful magic... We\'ll have our fighting force back in no time.','Do you bring any hope for our wounded?','Bring the Crate of Dragonmaw Bandages back to Warlord Krogg.','','','','',58932,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63896,63895,63894,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26620,13202,10,0,8,18,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seasoned Wolf Kabobs','Seasoned wolf kabobs are a house favorite! Sure, I can make you some. But first I\'ll need the supplies.$B$BBring me five wolf skirt steaks. The dire wolves near the river north of town are good to hunt; I wouldn\'t stray too far into the woods if I were you.','Gather 5 Wolf Skirt Steaks from Dire Wolves.','Mmm-mmm! The skirtsteak\'s the best part. It\'s not an efficient way to cook, though.\n\r\nHere, have this recipe. It\'s a little different, but flank meat\'s easier to come by when you really need a meal. ','Were you able to find five wolf skirt steaks yet?','','','','','',60989,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1017,2701,0,0,4,1,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26619,13202,4922,0,4194440,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'You Say You Want a Revolution','If what you say is true, $N, then we have friends within the Dragonmaw Clan. We can support an insurgency from within their ranks and avoid a lot of bloodshed on both sides.$B$BI can help, but the most dangerous part is up to you.$B$BMy Axebite Warriors will launch an offensive on the shores. During the confusion, I need you to slip behind the lines and speak with your revolutionary contact, Zaela.$B$BWe\'ll arm the Dragonmaw and overthrow their fel masters! ','Slip through the front lines at Dragonmaw Port and speak with Zaela.','$N, what are your people doing? Are you attacking the Dragonmaw or are you here to rid us of Mor\'ghor\'s corruption?$B$B$B$BAh, I see now. I like the way you think. Warchief Mor\'ghor won\'t even know what hit him.$B$BLet\'s do this!','','Slip through the front lines at Dragonmaw Port and speak with Zaela.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26538,13202,4922,0,0,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Emergency Aid','Many of our warriors didn\'t survive the Twilight attack on our air fleet. Those that did are swimming to the remains of the fleet, bleeding and badly burned. I need support from the shore to keep my men alive!$B$BThere should be some sort of doctor or medicine man inside of Dragonmaw Port who would be willing to help his fellow orcs out. Go ashore and see if you can bring some medical supplies back to the fleet!','Seek out a Medicine Man in Dragonmaw Port, somewhere near the shore.','$B$BIf it is Zaela\'s wish, then you shall have your supplies. Just don\'t tell the Dragonmaw Warchief...','','Speak again with Gregor at Dragonmaw Port.','Medicine Man Persuaded','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26621,13202,4922,0,0,84,84,0,0,0,0,0,0,0,0,0,26619,0,0,0,'Insurrection','The weapons the Horde has supplied us with will be more than enough. The four of us should split up and arm as many Dragonmaw workers and merchants as we can.$B$BDon\'t underestimate us, $N. You\'ll find even our tradesmen are ferocious in battle.$B$BLet\'s do as much damage as possible. Arm a squad of Dragonmaw and lay waste to the fel enforcers and warlocks that have intimidated my people for so long. Then meet back here to launch our final strike!','Slay 10 Dragonmaw Enforcers and 4 Dragonmaw Warlocks.','We\'ve lost a lot of good orcs, but the fight is going our way, $N.$B$BMor\'ghor\'s regime is collapsing. All that remains is to destroy the beast himself.','','Return to Zaela at Dragonmaw Port.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43394,43575,0,0,4,10,0,0,0,0,0,0,0,0,0,0,63890,63889,63888,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,270000,0,0,0,0,0,0,0,0,0,0,662400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26623,13202,10,0,8,18,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dusky Crab Cakes','I\'ll let you in on a little secret - Dusky \"Crab\" Cakes are really made from spider meat! I know it\'s a bit disgusting, but the cakes have a nice, tangy flavor and make great snacks!$B$BIf you want to try some still, I\'m afraid I\'m out of meat. I need some lump meat to whip up a few more cakes.$B$BVenom Web Spiders are a good source - they nest to the north, between the foothills and the river.','Gather 6 Dusky Lumps from Venom Web Spiders.','Ah yes, a nice lump you have there! Let me just get this seasoned with my secret spices (no looking!) and get them to skittering on a skillet for a while...\n\r\nAnd, although Dusky Crab Cakes are my specialty and I won\'t give out the recipe, here\'s the recipe for a dish that\'s almost as good. ','Hail, $N. Did you get that lump meat for me?','','','','','',60988,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3683,3666,0,0,1,3,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26624,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26629,0,0,'Getting In With the Bloodsail','These plans are... interesting. Firallon, you\'re smarter than this!$b$bLook, he has all three ships devoted to cannon fire, and only a few men coming in through the tunnel. He can never take Booty Bay with three ships and a dozen footmen. And he knows that.$b$bNo, they\'ve got something else planned... and you\'re going to find out what it is. Speak to Yancey Grillsen, the Bloodsail Recruiter, just to the north of town.$b$bThat\'s right, $n. You\'d better hope that they don\'t recognize your face.','Report to Yancey Grillsen at the waterfall north of Booty Bay.','Yarr, ya made a good decision, $g lad: wench;.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,81310,0,0,0,0,0,0,0,1740,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26625,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26591,0,0,0,'Troggzor the Earthinator','You have to put an end to this now!$B$BGo back northwest onto the front and kill their battle leader, Troggzor the Earthinator. Bring me his cudgel as proof.','Obtain the Earthinator\'s Cudgel.','','','','','','','',59144,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61459,61458,61457,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26626,13202,5042,0,278664,81,83,0,0,0,0,0,0,0,0,0,0,27126,0,0,'We Have a Situation','One of Clay\'s catapult teams is broken down on the front. I need you to get some parts from him and get that catapult back in the fight, $N.','Speak with Clay Mudaxle on the Fractured Front in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26627,13202,10,0,262152,19,21,0,0,0,0,0,0,0,0,0,26618,26653,0,0,'The Hermit','I\'ve been told there\'s signs of activity at Beggar\'s Haunt. People have reported seeing lights in the tower to the east of town.$B$BFew would be bold enough to stay that close to Deadwind Pass. You\'re the first to report since I\'ve learned about this; go check it out and make sure whatever\'s in there is human.','Find the denizen of the tower at Beggar\'s Haunt.','I\'ve been told there\'s signs of activity at Begga\'s Haunt. People have reported seeing lights in the tower to the east of town.\n\r\nFew would be bold enough to stay that close to Deadwind Pass. You\'re the first to report since I\'ve learned about this; go check it out and make sure whatever\'s in there is human. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26628,13202,45,0,16386,26,28,0,0,0,0,0,0,0,0,2,26052,0,0,0,'Death From Below','This is bad. It seems the Daggerspines are amassing for an attack.$b$bNaga are known for their ruthlessness in battle. They will keep attacking until I am dead.$b$bI don\'t value my own life above that of my crew members, but you must help to defend me. The crew will not be able to make it back to Booty Bay without my knowledge of the seas.$b$bThe naga will be coming from the sea. I need you to remain up here with me to fend off the attack. Man the cannon and drive them back.$b$bAre you ready, $n?','Protect Shakes O\'Breen during the attack.','We survived the attack!\n\r\nWe could not have done it without you, $N.\n\r\nWe\'ll be heading out as soon as the tide rises. If you weren\'t such a promising hero I\'d offer you a place on my crew. But I can tell you have bigger fish to fry.\n\r\nEven if you are a puny $R.... ','','Defend Shakes O\'Breen','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59212,59213,59214,59215,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26629,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26631,0,0,'Seeing Where Your Loyalties Lie','Thar be just one thing...$b$bYancey hears things. A few o\' me hearties were pretty deep in their cups when they told me about some $r $c that came a-rollin\' through the Southern Command lookin\' for charts and orders. Even ran a couple o\' good pirates through, $g he: she; did.$b$bLike I said, they were up to their eyeballs in grog, but still... a buccaneer\'s gotta trust his ears. So I\'ve just got one small task for ye, one sent down from Firallon hisself...$b$bBring me the head of Fleet Master Seahorn.','Obtain the Head of Fleet Master Seahorn in Booty Bay.','','','','','','','',59146,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26630,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Looks Like a Tauren Pirate to Me','Firallon wants MY head? Now that\'s interesting. But it\'s nothing we can\'t work around.$b$bThis Yancey character probably doesn\'t know my face too well. Most non-tauren find us tauren indistinguishable from one another. In fact... most non-tauren find us indistinguishable from... a certain four-legged farm creature.$b$bRikqiz the leatherworker keeps one of these creatures here in Booty Bay, and Narkk is my chief supplier for pirate hats. Get a replacement head and a hat, then return with both.','Obtain a Cow Head and an Oversized Pirate Hat, then bring them back to Fleet Master Seahorn.','','','','Return both items to Fleet Master Seahorn','','','',0,59148,59147,0,0,0,0,1,1,0,0,0,2487,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59146,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26631,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26633,59149,1,'Your First Day as a Pirate','Ye may be a slayer of Fleet Masters, but rules is rules and orders is orders. And MY orders say that all new pirates start out as swabbies. It\'s the rule.$b$bYou\'re to be working for Captain Keelhaul, the commander of the Riptide. It\'s the westernmost ship in the fleet, which is parked south of the tip o\' the cape.$b$bFind him in his captain\'s chambers, and bring yer papers.','Bring Yer Papers to Captain Keelhaul.','','','','','','','',59149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26632,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,27126,0,0,0,'Close Escort','Alright, I think I\'ve got it working again. You\'ve got to get the catapult to the stone trogg town, Needlerock Slag, just to the north of the front.$B$BThe driver will go with you. I\'ll head back and let Gravel know.$B$BThere\'s no doubt that the stone troggs will try to stop you. You just keep them off of the catapult. It packs a big punch.$B$BLet me know when you\'re ready, $N.','Obtain 30 Charred Staff Fragment','','','','','','','',54461,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61455,61454,61456,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26633,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,26644,0,0,'Swabbing Duty','I want the surface of the Riptide t\'shine like a star ruby, Swabbie $N. I keep a tight ship around here, and it\'s swabbies like you that make it happen!$b$bWell, what\'re y\'waitin\' for, y\'cockle-brained bilgerat? Head updecks and start swabbin\'!','Pick up a Swabbie\'s Mop on the deck of the Riptide, then keep the deck clean for 2 minutes.','','','','Swab the decks','','','',0,0,0,0,0,0,0,0,0,0,0,0,43511,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61578,61580,61582,61584,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26634,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bane of Many A Pirate','Gum disease. It\'s a real problem, $r.$b$bI know you\'re new and all, and probably haven\'t ever needed your gums cut, but the rest of us pirates have to deal with a little thing called SCURVY. It\'s why we keep so many limes around here.$b$bWell... we used to keep limes around here. Someone made off with our last shipment, but they can\'t have gone far - maybe to the nearby islands? Bring them back, and maybe I\'ll see what I can do to get you promoted from swabbie.','Obtain 5 Bushels of Limes.','','','','','','','',59150,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61382,61383,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26635,13202,5287,0,8,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cannonball Swim','Help out a fellow swabbie?$b$bKeelhaul asked me to gather up some cannonballs at the bottom of the ocean. Let me tell you why this doesn\'t work for me.$b$b- One: I have tiny arms. Look at them! Do you really think I can pick up a cannonball, even underwater?$b$b- Two: I have a weak respiratory system. I start to white out after holding my breath for more than ten seconds.$b$b- Three: There are sharks.$b$bYou gotta help me, $N! I\'ve been demoted as far as I can... I don\'t want to see what comes next!','Obtain 6 Bloodsail Cannonballs from the water beneath the Riptide.','','','','','','','',59151,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26636,13202,44,0,8,16,18,0,0,0,0,0,0,0,0,0,26616,26646,0,0,'Bravo Company Field Kit: Camouflage','We\'re gonna need some supplies before we take out the Blackrock army and save Redridge. That\'s where you come in, rookie.$B$BKeeshan put me in charge of getting camouflage together for the Bravo Company field kit. What I need you to do is head south and do a little \"gardening.\" There are two parts to this little adventure that you should know about: (1) Leaves and (2) Fox poop. We need \'em both.$B$BWhat did you think camo was made of?$B$BHead south and gather what I asked for, $g pal:lady;.','Gather 5 Piles of Leaves and 5 pieces of Fox Poop.','','','','','','','',59152,59153,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26637,13202,44,0,8,16,18,0,0,0,0,0,0,0,0,0,26616,26646,0,0,'Bravo Company Field Kit: Chloroform','The first part of this mission is all covert ops, $N. To that end, we need to be able to incapacitate the enemy without making any sounds. To do that we\'re going to need chloroform.$B$BThe muckdwellers at the bottom of Lake Everstill hold chloroform in their glands. I\'m going to need you to go underwater and recover muckdweller glands. Think you can handle it?$B$BCome back to me once you\'ve recovered enough glands.$B$BWhere\'s the lake you ask? Open your eyes, dummy. Directly west.','Collect 8 Muckdweller Glands.','','','','','','','',59156,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60715,60716,60717,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26638,13202,44,0,8,16,18,0,0,0,0,0,0,0,0,0,26616,26646,0,0,'Hunting the Hunters','Just south of here on the Lakeridge Highway are a group of Blackrock orcs that stalk the forests under cover of darkness and ambush the uninitiated. That group is the first line of defense for the Blackrock army. They\'re scouts, reporting everything they see back to their central command. They need to be taken OUT or our mission here could be compromised.$B$BHead south and kill every Blackrock hunter that you see.','Kill 8 Blackrock Hunters.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4462,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26639,13202,44,0,8,16,18,0,0,0,0,0,0,0,0,0,26616,0,0,0,'Point of Contact: Brubaker','Before we do a damned thing we need to get a field kit together. You\'ll help with that, $N. There\'s also a matter of scouting. Thankfully for that we got some help from Stormwind. An old war buddy of mine, Brubaker, was sent here by SI:7 to scout around for us. You\'re to meet him in the field, just south of here.$B$BMeet up with Brubaker and find out what he knows.','Find Brubaker.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26640,13202,44,0,8388616,16,18,0,0,0,0,0,0,0,0,0,26639,26646,59157,1,'Unspeakable Atrocities','$B$BKeeshan, if you\'re reading this note, I\'m dead. Likely that my position was compromised.$B$BOrcs are committing unspeakable atrocities against their prisoners. Yes, prisoners, Keeshan. They\'ve got cages full of P.O.W\'s. If you\'re gonna blow up this valley, you\'ll need to free the prisoners first.$B$BTell my wife I love her and to take out the damned trash.$B$B-Brubaker$B$BPS - They\'ve got black dragons.$B$BTake Brubaker\'s report back to Keeshan.','Deliver Brubaker\'s Report to John J. Keeshan at Camp Everstill in Redridge.','','','','','','','',59157,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26641,13202,47,0,8,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Can\'t Make An Omelette Without...','The Vilebranch broodguards to the northeast tend the eggs of Shadra\'s brood. Even if we kill the Vilebranch, those eggs will still sit there, waiting to hatch and release those horrible creatures further into the wilds.$B$BWe need to take care of this properly. Tear any eggs you see out of the egg sacks and bring them to me. Don\'t try to destroy them on your own; you might let the little ones out.$B$BWhen you get them back here, I\'ll see that they\'re properly disposed of!','Collect 5 Shadraspawn Eggs from Agol\'watha.','','','','','','','',58252,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59260,59262,59263,59264,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26642,13202,17,0,8,9,12,0,0,0,0,0,0,0,0,0,0,871,0,0,'Preserving the Barrens','For years, the Barrens have been the heart of the Horde presence on Kalimdor, a vital link between the orcs of Durotar and the tauren settlements in Mulgore.$B$BIn the chaos of the cataclysm, floods, earthquakes, and even a quilboar invasion threaten to separate us from this vital grassland.$B$BYou look ready for a challenge. Report to Kargal Battlescar at Far Watch Post and ensure the route to the Barrens remains clear! Head west from nearby Razor Hill and cross the Southfury River to find him.','Report to Kargal Battlescar at Far Watch Post in Northern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26643,13202,47,0,8,32,34,0,0,0,0,0,0,0,0,0,26641,0,0,0,'Starvation Diet','The Creeping Ruin to the east is crawling with fully-grown Shadraspawn spiders. They\'re large enough to drag off an entire dwarf in the night, and you\'ll see evidence enough of that when you get there... bodies are cocooned all through the ruins.$B$BThey don\'t keep them alive for long, $n, but they feed off the bodies for days. It\'s too late to save the victims, but we can\'t let those spiders grow fat and thrive. Make sure you get rid of those cocoons.','Destroy 6 Cocooned Victims at the Creeping Ruins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42907,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26644,13202,5287,0,262152,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attracting Attention','Swabbie $N! This is a sad day fer ol\' Cap\'n Keelhaul. Today I lose m\'best swabbie.$b$bA letter\'s come in from Fleet Master Firallon. Apparently he\'s heard about the excellent swabbin\' y\'been doin\', and he wants t\'take ye aboard the Crimson Veil as his Jack o\' Swords and third mate. She\'s moored just next t\'the Riptide.$b$bPiracy career-wise, this\'s a big step fer ye, Swabbie $N. I recommend y\'take his offer.$b$bDismissed!','Report to Fleet Master Firallon within the Crimson Veil in the Cape of Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26645,13202,10,0,8,19,21,0,0,0,0,0,0,0,0,0,26618,26686,0,0,'The Night Watch','I\'m afraid you\'re all I\'ve got to help here, $n. Stormwind\'s forces are so taxed by greater evils that they can\'t spare a single footman to protect Darkshire. It\'s up to me and the rest of the Night Watch to keep our homes safe.$B$BThere\'s more threats here than just wolves, unfortunately. Rotting horrors roam near Blind Mary\'s Haunt, on the southeast outskirts. If they\'re not kept in check, they\'ll be visiting our homes in the night.$B$BDeal with the undead and report back to me for your bounty.','Kill 8 Rotting Horrors near Blind Mary\'s Haunt, southeast of Darkshire.','Splendid, $N. For your service to the people of Darkshire you shall be rewarded. ','I don\'t have authority to order you around, $N. But at least think of the citizens here who\'ll be suffering if those undead are allowed to lurk.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26646,13202,44,0,2162688,16,18,0,0,0,0,0,0,0,0,0,26640,0,60384,1,'Prisoners of War','The Bravo Company field kit is ready, $N. I\'m gonna equip you with it and you\'re gonna enter Render\'s Valley, southeast of here, and free our P.O.W.s. I\'m sending Jorgensen with you to watch your back.$B$BNow the prisoners are being held on the northeast side of the valley in a large cage, but the key to the cage is in a cave on the south side of the valley. You\'ll have to steal the key, create a distraction, and free the citizens.$B$BGood luck, $N! I\'ll be in touch through the field kit.','Free the Prisoners of War locked up in the prison at Render\'s Valley.','','','','Prisoners of War Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,43574,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,82591,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26647,13202,5287,0,8,31,34,0,0,0,0,0,0,0,0,0,0,26649,0,0,'Ol\' Blasty','We\'ve got some work to do. How much experience have you got with cannons? Hmm... really? Well, how about with ancient, fallin\'-apart pirate cannons?$b$bWe\'ve got a few cannons updecks that work the old-fashioned way: you load one cannonball in at a time, aim, lock it into place, and fire. Works well if you\'re tryin\' to hit the side of a three-sailer... not so well for rowboats and the like.$b$bWhy don\'t you head upstairs and lob a few shots at Smilin\' Timmy Sticks?','Practice using the cannon by hitting Smilin\' Timmy Sticks 5 times with cannonballs from Ol\' Blasty.','','','','Hit Smilin\' Timmy Sticks with a cannonball','','','',0,0,0,0,0,0,0,0,0,0,0,0,43560,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26648,13202,5287,0,2162696,31,34,0,0,0,0,0,0,0,0,0,0,0,59226,1,'Our Mortal Enemies','Hey, new $g guy: girl;, take a look at this.$b$b$b$bI don\'t wear this patch because of any lost eye. I wear it because this OTHER eye is so strong, the normal one was just weighin\' it down.$b$bThis eye\'s good for seein\' all kinds of things, like those masked hooligans that follow us around. Fleet Master says that they\'ve been spotted over on Jaguero Isle. Once you get there, fire this flare gun, and I\'ll help you spot \'em.','Kill 15 Ninjas on Jaguero Isle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43553,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,61600,61602,61604,61606,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81501,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26649,13202,5287,0,8,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drive-By Piracy','Now that you know how to handle our cannons, it\'s time to hit some real targets!$b$bThe Venture Company has found gold to the north of here... a rare type they call \"Black Gold\". More like a Black Spot if you ask me.$b$bWe\'re going to take that gold, but first, we need to get rid of those Venture Company goons. I\'ve got an oarsman who will take you out there. Head off the ship down the gangplank and speak with him on the islet\'s northern shore.','Speak with the Bloodsail Oarsman outside the Crimson Veil, then use the cannon to kill 75 Venture Co. Oil Workers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43596,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,61592,61594,61596,61598,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,23100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26650,13202,5287,0,262152,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Damsel\'s Luck','I know ye just arrived here on the Crimson Veil, but I need to send ye off on another task. The Damsel\'s Luck is the third ship in me fleet, moored over to the east. Her skipper - Captain Stillwater - is no longer with us.$b$bDamn those masked hoodlums!$b$bAnyhow, Ironpatch told me about yer heroics at sea, and I be runnin\' low on quality brigands. I think yer more than capable for this new duty.$b$bCongratulations, matey. Ye be the new captain of the Damsel\'s Luck.','Report to your Captain\'s Chambers within the Damsel\'s Luck in the Cape of Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26651,13202,44,0,3670016,16,18,0,0,0,0,0,0,0,0,0,26646,0,60385,1,'To Win a War, You Gotta Become War','$B$BDo you understand yet, $N? Do you now see what we gotta do to win a war against these monsters? YOU GOTTA BECOME WAR! NO MERCY!$B$BWith the P.O.W.s freed you\'re clear to plant the seaforium. Carefully make your way into each of the structures out there and plant a charge.$B$BPlant a seaforium charge at the Blackrock munitions hut and the Blackrock tower. Once you\'re done meet up with me and the rest of Bravo Company at Shalewind Canyon, east of Render\'s Valley.','Use the Bravo Company Field Kit to plant a Seaforium Charge at the Blackrock Tower and Blackrock Munitions Hut.','','','','Seaforium Planted at Munitions Hut','Seaforium Planted at Blackrock Tower','','',0,0,0,0,0,0,0,0,0,0,0,0,43589,43590,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,82592,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26652,13202,10,0,0,19,21,0,0,0,0,0,0,0,0,0,26653,26654,1453,1,'Ghost Hair Thread','There is a poor, sad spirit, Blind Mary, who haunts an old farm house in the hills south of Darkshire.$B$BHere, take this Spectral Comb and ask Blind Mary to comb her hair. Then bring back the comb and I will glean from it the Ghost Hair I\'ll need for the thread.$B$BAnd take care, for dark things now lurk near that house...','Bring the Spectral Comb to Blind Mary.','What is this? A comb? It\'s lovely! And it glides through my hair as if it weren\'t the stiff, stringy horror that it is.\r\nOh, if only I had a mirror... ',' Oh please, don\'t look at me! I tore out these eyes with my own hands, but I can still feel your gaze!\n\r\nI\'m hideous! Hideous! Please, look away!! ','','','','','',1453,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26653,13202,10,0,8,19,21,0,0,0,0,0,0,0,0,0,26627,26652,0,0,'Supplies from Darkshire','Oh, what is a poor old man to do? I need some supplies from Darkshire, but the village is so far away and I am so old and feeble...I would never make the trip.$B$BCan you go to Darkshire and bring me back some ghost hair thread? You can get it from Madame Eva at her home on the Darkshire square.','Speak with Madame Eva in Darkshire.','Ah, ghost hair thread is what you need, is it? I\'m afraid I have none in stock, but I can make some for you...if you can supply the ghost hair.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26654,13202,10,0,0,19,21,0,0,0,0,0,0,0,0,0,26652,26655,1518,1,'Return the Comb','NO!!!!!$B$BTake it, take this comb away from me!$B$BI\'m a monster, and no one will ever think me lovely again!','Return the Ghost Hair Comb to Madame Eva in Darkshire.','I can make a spool of ghost hair thread with this, and have a few strands to spare. Here are some coins for those extra strands.','I sens that you have seen Blind Mary. You have my comb...?','','','','','',1518,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26655,13202,10,0,0,19,21,0,0,0,0,0,0,0,0,0,26654,26660,1596,1,'Deliver the Thread','Here is your thread, $N. It has a thousand uses, from binding evil spirits to sewing life into inanimate objects.','Bring the Ghost Hair Thread to Abercrombie in his tower at Beggar\'s Haunt.','Delightful! This will do splendidly...\n\r\nHere, good $N, take this as payment for your honorable deed. ','I need to string the ghost hair thread along my door and my windows to keep out unwanted spirits. Did you get it for me?','','','','','',1596,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60898,60899,60900,60901,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26656,13202,5042,0,128,81,83,0,0,0,0,0,0,0,0,0,26576,0,0,0,'Don\'t. Stop. Moving.','When Deathwing came, the Stone Dragons flocked to him. In his absence, they are again without purpose. They swarm and feed upon our kin.$B$BI have bound dozens of Opalescent Guardians, but am unable to lead them from the safety of cover. I need someone more swift, as I suspect you might be.$B$BLead them by ground towards Therazane\'s Throne to the east. Surely, some will not make it, but as long as you keep moving, you should be able to bring several to join our forces there.','Rush at least 5 Opalescent Guardians east by ground, out of the Pale Roost, to the stone circle near Therazane\'s Throne.','','','','Speak to Terrath the Steady','Opalescent Guardians Escorted to safety','','',0,0,0,0,0,0,0,0,0,0,0,0,46139,43597,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26657,13202,5042,0,8388744,81,83,0,0,0,0,0,0,0,0,0,26656,26659,0,0,'Hard Falls','Stone Dragons bow only to strength. When we have punished them enough, they will bend back to our will.$B$BI have sent many of my strongest giants onto the fields in the west. They will bring the drakes to the ground. You will see to it that they do not take wing again after they fall.','Kill 6 Stone Drakes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42522,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26658,13202,5042,0,8388744,81,83,0,0,0,0,0,0,0,0,0,26656,26659,0,0,'Fragile Values','It is now time to draw the Broodmother\'s attention. To do so, we will need a mallet that the troggs use when making offerings to her.$B$BSeek out the Stone Trogg Beast Tamers that are attempting to tame basilisks in the southern portions of the Pale Roost. You will find a mallet on one of their corpses.','Retrieve a Stonework Mallet.','','','','','','','',59323,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26659,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,0,0,60266,1,'Resonating Blow','On the western edge of the Pale Roost, you will find a resonating crystal. Strike it with the mallet and the broodmother will come.$B$BBe ready for battle. I will be there to aid you, but she will not be easily overcome.','Defeat Aeosera.','','','','Pale Resonating Crystal struck','Aeosera defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,43640,43641,0,0,1,1,0,0,0,0,0,0,0,0,0,0,61419,61418,61420,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26660,13202,10,0,262152,19,21,0,0,0,0,0,0,0,0,0,26655,26661,0,0,'Zombie Juice','I need a bottle of a certain liquor - Zombie Juice. Tavernkeep Smitts at the Scarlet Raven Tavern in Darkshire should have some.$B$BAnd please hurry, $N. These nights get cold, and I need that drink to put fire in my veins again!','Speak with Tavernkeep Smitts.','You need some Zombie Juice, do you? Hmm...that\'s some strong stuff - I don\'t usually get requests for it. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26661,13202,10,0,8,19,22,0,0,0,0,0,0,0,0,0,26660,26676,0,0,'Gather Rot Blossoms','If you bring me some rot blossoms then I can brew you up a batch of zombie juice.$B$BRot blossoms grow in strange places. They tend to flourish on dead things, and Duskwood has its fair share of those!$B$BI\'ve seen a few of them growing at Tranquil Gardens Cemetery lately. Check near the graves... but mind the dead that are walking about near there.','Gather 5 Rot Blossoms from Tranquil Gardens Cemetary.','Good, you got the rot blossoms.\n\r\nI\'ll whip up the zombie juice... it\'s strong stuff, I warn you.','Hi, $N. Do you have those rot blossoms for me yet?','','','','','',59345,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26662,13202,5287,0,8454152,31,35,0,0,0,0,0,0,0,0,0,0,26665,0,0,'The Brashtide Crew','The charts mention a group called the Brashtide Crew. This name is new to you, though you\'ve heard about a few other newcomers to the Buccaneers.$b$bMaybe it\'s time you paid them a visit and found out what they know.','Speak with Long John Copper on the Damsel\'s Luck, Enormous Shawn Stooker on the Crimson Veil, and Wailing Mary Smitts on the Riptide.','','','','Speak with Long John Copper','Speak with Enormous Shawn Stooker','Speak with Wailing Mary Smitts','',0,0,0,0,0,0,0,0,0,0,0,0,43666,43667,43668,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26663,13202,5287,0,8454152,31,35,0,0,0,0,0,0,0,0,0,0,26665,0,0,'Sinking From Within','The attack on Booty Bay is looming. You\'ll have to return to Booty Bay quickly and inform the Baron.$b$bFirst, however, it might be a good idea to sabotage some of the pirates\' supplies while you\'re still in their favor. The pirates keep most of their supplies belowdecks, spread out across the entire fleet.','Sabotage the Barrel of Grog, the Barrel of Gunpowder, and the Crate of Cannonballs.','','','','Sabotage the Grog','Sabotage the Gunpowder','Sabotage the Cannonballs','',0,0,0,0,0,0,0,0,0,0,0,0,43623,43631,43632,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26664,13202,5287,0,8454152,31,35,0,0,0,0,0,0,0,0,0,0,26665,0,0,'Making Mutiny','Before returning to Booty Bay, you should do everything you can to weaken the Bloodsail Buccaneers. Unfortunately, even as captain, you\'re prohibited from killing other buccaneers in cold blood. Only a Fleet Master can do that.$b$bYou can, however, put mutineers to the sword... and mutiny can be awfully hard to disprove.$b$bSpeaking of which, those Bloodsail corsairs that hang out on the lowest level of the ships have been acting awfully suspicious...','Accuse 9 Bloodsail Corsairs of mutiny, then kill them.','','','','Bloodsail Corsair accused and killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,43636,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,61614,61616,61618,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26665,13202,5287,0,786432,31,35,0,0,0,0,0,0,0,0,0,0,26678,0,0,'Call of Booty','You feel like you\'ve done just about enough damage, and you know the Bloodsail\'s battle plans. You\'ve done everything that Baron Revilgaz has asked of you.$b$bIt\'s time to hang up the pirate hat and return to Booty Bay. The battle looms near.','Report to Baron Revilgaz at Booty Bay in the Cape of Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26666,13202,10,0,8,21,23,0,0,0,0,0,0,0,0,0,0,26667,0,0,'The Legend of Stalvan','I\'m here because I received a letter from my brother Stalvan, who I haven\'t seen in years. On arriving here, I was told he was dead...$B$BThe entire town refuses to offer any further explanation. Any mention of his name is met with terror and suspicion. As if I didn\'t have enough of that myself!$B$BI\'m afraid of what will happen if my frustration and anger grows any further. I beg you, help me get to the bottom of this. Implore Clerk Daltry for any information he may have on my brother.','Seek out Clerk Daltry in the Darkshire Town Hall.','Can I help you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26667,13202,10,0,8,21,23,0,0,0,0,0,0,0,0,0,26666,26669,0,0,'The Stolen Letters','You want to know about Stalvan...$B$BYou\'re not the first, you know. We get outsiders coming through asking about him every so often. Always outsiders. Everyone who lives here knows better.$B$BYou\'re out of luck, anyway. I\'m missing half the archives. Feral worgen broke into the town hall not a few nights ago and tore the place to shreds.$B$BThe documents you\'ll want are probably strewn all across Brightwood Grove by now, deep in the woods to the west. Not worth it if you ask me.','Collect the Bundle of Shredded Letters from Brightwood Grove.','By the light... you actually went and got it?\n\r\nI\'m shocked. I suppose I owe you thanks for returning it to the archives.','Look, sir, I really don\'t want any trouble... ','','','','','',59357,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60911,60912,60913,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26668,13202,44,0,5242882,16,18,0,0,0,0,0,0,0,0,2,26651,0,0,0,'Detonation','Those explosives you planted were high yield, $N. When I push this button on the Bravo Company field kit, that whole valley is gonna be consumed by a massive fireball of death.$B$BYou know, I think you should do the honors. You did all the hard work, after all.$B$BReady?','Blow up Render\'s Valley.','','','Blow up Render\'s Valley.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60711,60712,60713,60714,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26669,13202,10,0,8,21,23,0,0,0,0,0,0,0,0,0,26667,26670,0,0,'In A Dark Corner','If you\'re that serious about this, I\'ll help you, $n. I know where the other documents must be. I\'m just too terrified to do anything about it.$B$BThere\'s only a few places that those horrible Nightbane beasts gather when they\'re not prowling the forest. One of them\'s the Rotting Orchard to the south. They use the buildings there as their dens, so if they haven\'t just eaten the other documents, you might find one there... but you\'ll have to search their lairs thoroughly, I wager.','Search the Rotting Orchard for the Torn Journal Page.','This was all you found?\n\r\nThat\'s bad news, I\'m afraid... ','You\'re back in one piece, I see.','','','','','',59361,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26670,13202,10,0,8,21,23,0,0,0,0,0,0,0,0,0,26669,26671,0,0,'Roland\'s Doom','This isn\'t all of it...$B$BYou should let it go, $n. The only place left to look is Roland\'s Doom. That\'s the mine south of town, and the largest lair of worgen in Duskwood. Nobody in Darkshire has ever made it back from that place alive. In fact, some of the records I have here imply that\'s where the monsters first came from... who knows what evil\'s lurking in there?$B$BPlease, $n, just give it up. Let\'s just forget about this whole thing, and never speak of it again.','Search Roland\'s Doom for the remaining pages of Stalvan\'s Journal.','You actually went and got it?!\n\r\nI don\'t know whether to call you brave or insane. But once again, my archives thank you. ','I told you, $N, it\'s not worth pursuing. . .','','','','','',938,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60914,60915,60916,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26671,13202,10,0,262152,21,23,0,0,0,0,0,0,0,0,0,26670,26672,59362,1,'The Fate of Stalvan Mistmantle','You\'ve recovered everything. Everything except the last page...$B$B...which I\'ve got right here. Don\'t look at me like that. You\'ll understand when you read it. Some even say it\'s cursed, you know. In fact, I was relieved when the worgen broke in and made off with these!$B$BTake it. Take all of it, in fact. I thank you for recovering my archives, but I don\'t want anything to do with this ever again. Please, just leave me be.','Take The Legend of Stalvan back to Tobias Mistmantle.','I can\'t thank you enough... I had hoped for this to be a joyous reunion, but the more I learn, the less glad I am to have asked.\n\r\nBut I must know. ','You\'re back! Did you find anything about my brother?','','','','','',59362,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26672,13202,10,0,8,21,23,0,0,0,0,0,0,0,0,0,26671,26674,3629,1,'Clawing at the Truth','This can\'t be. My brother was strong-willed, but such vileness... such sickness and violent, bloody evil...$B$B$B$BI must have answers. I need to know how I got that letter. I need to know if Stalvan really did this.$B$BI need to know why...$B$BTake my ring, $n. Bring it to Madame Eva. That woman is a follower of old arts and makes no secret of it... call it madness, but I\'ll try anything at this point.','Bring the Mistmantle Family Ring to Madame Eva.','How interesting. It\'s been quite a while since I\'ve seen such a ring... ','What dark whispers guide you to my door, $C? ','','','','','',3629,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26673,13202,10,0,8,21,23,0,0,0,0,0,0,0,0,0,0,0,3629,1,'REUSE - BREADCRUMB','This can\'t be. My brother was strong-willed, but such vileness... such sickness and violent, bloody evil...$B$BI must have answers. I need to know how I got that letter. I need to know if Stalvan really did this.$B$BI need to know why...$B$BTake my ring, $n. Bring it to Madame Eva. That woman is a follower of old arts and makes no secret of it... call it madness, but I\'ll try anything at this point.','Bring the Mistmantle Family Ring to Madame Eva.','','','','','','','',3629,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26674,13202,10,0,8,21,23,0,0,0,0,0,0,0,0,0,26672,26785,59363,1,'Mistmantle\'s Revenge','I\'m afraid I cannot give Tobias the answers he seeks. But I can help you find the only person who can...$B$BStalvan Mistmantle.$B$BTake the ring into the woods to the east, to Manor Mistmantle, where Stalvan\'s body was buried. Enter, and hold the ring before you. Let the waning moon pour its light through the ring, and the spirits will answer your call.$B$BTake heed, $n. The questions of the living can offer more comfort than the answers of the dead.','Use the Mistmantle Family Ring at Manor Mistmantle, east of town.','Master Harris may have been right. I would have been better to leave the past behind.\n\r\nI\'ve got a new life now. Whether it\'s that of a monster or a man is up to me.\n\r\nAs for you, I cannot thank you enough for your assistance, regardless of the outcome. Please, take this with my thanks.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,60917,60918,60919,60920,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26675,13202,1657,0,8,9,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Value of Trust','The troubles of this world seem to never fade. They shift, change, and reform, but they are ever-present.$B$BThe wind brought us whispers of a traitor in our midst. We sent one of our best sentinels to investigate, and now she has turned up dead. I did her disservice in assuming that the traitor would not be aware of our movements... I was brash, and she paid for my folly.$B$BI need a new face to pick up the trail. Someone the people of the city won\'t know. This is a dangerous request. Will you help me?','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26676,13202,10,0,0,19,22,0,0,0,0,0,0,0,0,0,26661,26680,1451,1,'Juice Delivery','Here\'s your Zombie Juice...$B$B...and be careful with this stuff. It\'s strong enough to raise the dead!','Bring the Zombie Juice to Abercrombie at Beggar\'s Haunt.','A thousand thanks, $N. You warm an old man\'s heart with your foolish-...I mean...with your kindness!\n\r\nHere you are, friend. Take this as a token of my gratitude. ','I need that Zombie Juice to keep me warm on these cold, dark nights. Did you get it for me? ','','','','','',1451,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60902,60903,60904,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26677,13202,10,0,8,19,22,0,0,0,0,0,0,0,0,0,26680,26681,0,0,'Ghoulish Effigy','Out here on the outskirts of town, it\'s a wonder the walking dead haven\'t eaten me! In fact, just yesterday a pack of ghouls was pounding on the walls of my tower!$B$BI want to make an effigy - a kind of \"scarecrow\" for ghouls. To do that I need some ghoul ribs. You can find plenty of them on the fetid corpses wandering Manor Mistmantle\'s grounds, north of Darkshire...$B$BGet the ribs for me, and I will repay you with some coin.','Gather 7 Ghoul Ribs from Fetid Corpses at Manor Mistmantle.','Ah, thanks. These will do just the trick! ','I\'m sure you could find plenty of ribs in Raven Hill as well, but you might not want to wander so far at night... ','','','','','',884,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26678,13202,5287,0,2359304,31,35,0,0,0,0,0,0,0,0,0,0,26679,0,0,'Doublerum',' Even with all my suspicions about Firallon\'s plot, we aren\'t prepared for a full two-front attack between the Bloodsail and the Brashtide. It\'s going to take a small miracle to hold Booty Bay today.$b$bI\'ve got a barrel of Doublerum in my chambers. Take the stairs down three flights, and check the first door on your right. You can ignore the warnings on the barrel... those should be the least of your worries.','Find Baron Revilgaz\'s Barrel of Doublerum within Booty Bay.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61384,0,0,0,1,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,350,0,0,81743,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26679,13202,5287,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,59523,1,'Return to Revilgaz','Something is happening outside. Could the Bloodsail already be here?$b$bYou\'d better get Revilgaz his doublerum. Quickly.','Bring the Doublerum to Baron Revilgaz at Booty Bay.','','','','','','','',59523,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,3,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26680,13202,10,0,8,19,22,0,0,0,0,0,0,0,0,0,26676,26677,0,0,'Ogre Thieves','A few weeks ago I was picking herbs far from my house, and a band of ogres attacked me! I ran, and I was forced to leave behind a crate of precious tools and herbs.$B$BAfter they chased me off, the ogres swaggered back to the ogre mound in southern Duskwood. I\'m sure my crate is somewhere near the mound.$B$BPlease, $N, retrieve this crate for me for I miss it sorely.','Return Abercrombie\'s Crate to Abercrombie.','Thank the Nec-...well, thank YOU, $N! You have more than earned your reward.\n\r\nAha! Happy! Happy nights ahead!!','Do you have my crate? If so, then please... give it to me quickly!','','','','','',1349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26681,13202,10,0,0,19,22,0,0,0,0,0,0,0,0,0,26677,26727,1637,1,'Note to the Mayor','Take this note to Ello Ebonlocke, the Mayor of Darkshire.$B$BHe and I are old friends...and when he reads it and discovers what you did for me...I\'m sure he\'ll be just as happy as I am! Hahahaha!','Bring Abercrombie\'s Letter to Ello Ebonlocke, Mayor of Darkshire.','\n\r\nYou fool! You\'ve doomed us all! ','A letter? What\'s this all about? ','','','','','',1637,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26682,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,26701,0,0,0,'A Shambling Threat','Dustwallow is Horde territory, $n. The humans may have their little island and their precious sand bar, but the marsh belongs to us.$B$BIn time, we will surely win this stalemate with the humans. For now, we must master our own territory. The withervine bog beasts to the north rise from the marsh itself to attack any living thing that approaches. If we own this marsh, we must not let our own land fight back against us!$B$BSlay the bog beasts, if you wish to serve the Horde. You will be rewarded.','Slay 7 Withervine Creepers or Withervine Ragers in the marsh north of Brackenwall Village.','','','','Withervine slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,4382,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26683,13202,10,0,8,19,21,0,0,0,0,0,0,0,0,0,0,26684,0,0,'Look To The Stars','My gnomish friend, Cog, has promised to help me build a device which will let me peer towards the stars. According to Cog\'s blueprint, what I need first is a way to reflect light.$B$BI remember a woman by the name of Mary who became well known around these parts for always carrying a looking glass. Perhaps you can track Mary down and see if she might lend us a reflective surface for this project? I believe she once resided in southern Duskwood. . .','Locate Mary and persuade her to give up a reflective surface for Viktori\'s project.','Why yes, I used to own a looking glass.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26684,13202,10,0,8,19,21,0,0,0,0,0,0,0,0,0,26683,26685,0,0,'The Insane Ghoul','The looking glass was one of my finest treasures until. . .the incident. After that happened, I discarded it behind the barn. There was an insane ghoul who used to roam back there. Perhaps he picked it up. Rumor has it the devilish beast resides in the Tranquil Gardens Cemetery.','Retrieve Mary\'s Looking Glass from the Insane Ghoul.','Most superb! This will work perfectly. Many thanks!','I showed Cog the beginnings of our star-viewing machine. He was impressed. Did you happen to find a reflective device?','','','','','',1946,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26685,13202,10,0,8,19,22,0,0,0,0,0,0,0,0,0,26684,0,0,0,'Classy Glass','Now there is just one more item needed to complete this device. Cog\'s blueprint calls for a lens of some sort. The only lens I know of that would be large enough will be very difficult to acquire.$b$bThere is an ogre by the name of Zzarc\'Vul who resides in the mound in southern Duskwood. If you can, bring to me his monocle and I will use that as our lens!','Kill Zzarc\'Vul in the southern ogre mound in Duskwood and collect the Ogre Monocle.','At last! The stargazing device is complete! Thank you, $N. Now I can continue my research. . . ','Were you able to convince Zzarc\'Vul to lend us his monocle for our experiment? ','','','','','',1968,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60908,60909,60910,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26686,13202,10,0,8,18,21,0,0,0,0,0,0,0,0,0,26645,0,0,0,'Bones That Walk','There\'s even fouler undead left to deal with, $n.$B$BTranquil Gardens Cemetery, further south of town, is a place you don\'t want to be caught in at night. The bones that rise from the ground there are cunning enough to remember how to swing an axe or cast a spell.$B$BI shouldn\'t need to explain how dangerous that makes them. Proceed with caution, but remember the people of Darkshire that will suffer if you falter.','Commander Althea Ebonlocke of Darkshire wants you to kill 5 Skeletal Warriors and 5 Skeletal Mages.','The people of Darkshire thank you, $N. You have proven yourself to be a great ally of The Night Watch. ','I hope you\'re not going back on your word. $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48,203,0,0,5,5,0,0,0,0,0,0,0,0,0,0,60941,60942,60943,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26687,13202,15,0,8,32,35,0,0,0,0,0,0,0,0,0,25185,0,0,0,'Reinforcements From Theramore','Hawthorne dead... my own son murdered... the situation in the Barrens is out of control, $N.$B$BI\'m going to take charge of Fort Triumph and try to lock things down. To do that, I\'m going to need reinforcements. Reinforcements that were promised from Theramore weeks ago!$B$BTravel to Theramore in Dustwallow Marsh and give Captain Garran Vimes an earful. What good is that blasted road through the swamp if the men and materiel aren\'t rolling in?','Travel to Theramore Isle in Dustwallow Marsh and talk to Captain Garran Vimes in the main barracks.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26688,13164,10,0,8,21,23,0,0,0,0,0,0,0,0,0,0,26689,0,0,'Worgen in the Woods','Darkness seems drawn inexorably to Duskwood. Master Carevin\'s quest is the expulsion of evil and heresy. Through our efforts are the people of Darkshire kept safe.$b$bYou believe yourself worthy to join us?$b$bI once thought as you. Disillusioned by the complacency of the Watch, I joined Master Carevin. If you wish to prove yourself, it will not be through words.$b$bTest your skills against the Nightbane worgen in Brightwood Grove. We\'ll see if you have what it takes to hunt these monsters.','Kill 7 Nightbane Worgen in Brightwood Grove.','Impressive, $N. It would seem that you are capable enough to handle yourself. Perhaps a more suitable challenge could be found for one of your abilities.','$N, how fares the hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,898,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26689,13202,10,0,8,21,23,0,0,0,0,0,0,0,0,0,26688,26690,0,0,'The Rotting Orchard','The worgen infestation stretches further than Brightwood Grove. To the south, on the very edges of Darkshire itself, the Rotting Orchard is host to even more of the savage beasts.$B$BThe worgen there are more cunning, $n, but just as savage and evil. They conjure foul shadows to tear their enemies apart from a distance. Go to the Rotting Orchard, and slay the Shadow Weavers to keep the town safe!','Kill 10 Nightbane Shadow Weavers at the Rotting Orchard.','You performed well against the Shadow Weavers, $N. But even now, years after their first arrival, there seem to be so many to replace the ones we kill.\n\r\nI will put my faith in Master Carevin. No doubt he will get to the bottom of the problem.','Back so sooon, $N? I hope you haven\'t come to tell me you\'ve given up?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26690,13202,10,0,8,21,23,0,0,0,0,0,0,0,0,0,26689,26691,0,0,'Vile and Tainted','Your previous accomplishments have convinced me that you are ready to take on the toughest worgen infesting the woods.$b$bOf the worgen that have made their new home here, the Vile Fangs and the Tainted Ones have proven the most dangerous. They\'ve settled down near some of the caves and in the mine to the south.$b$bFrom far away you can even see the light from their bonfires...','Kill 8 Nightbane Vile Fangs and 8 Nightbane Tainted Ones in Roland\'s Doom.','$N, to be honest with you, I did not believe that you would get this far, but you are clearly a $C to be reckoned with. In fact, if you wish to formally join Master Carevin\'s struggle, I will gladly write for you a letter of recommendation.','Intimidating beasts aren\'t they? But have no fear, $N, those who stand for the Light will never fail!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,206,920,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26691,13202,10,0,0,21,24,0,0,0,0,0,0,0,0,0,26690,0,2113,1,'Worgen in the Woods','Here you go, $n. Bring this message to Master Carevin.$b$b$b$bA few more like you, and we will outnumber the Night Watch! Perhaps then we could complete the work that we few carry on today.','Bring Calor\'s note to Jonathan Carevin.','Excuse me for my cold reception, $N, but as I\'m sure you can tell, I am an extremely busy man. I see that you have impressed Calor--and I assure you, that is no small feat--and that he has given his recommendation.\n\r\nThere are unsavory types afoot, $N, and we can use the help of all who have proven themselves. We battle against demons, the undead, and those who would provide them aid. Be vigilant, be wary, and trust none who would not give aid to our cause.\n\r\nGlory under the Light. ','Yes, what is it? Make it quick, I\'ve pressing matters to attend to.','','','','','',2113,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60931,60932,60933,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26692,13202,44,0,8,17,19,0,0,0,0,0,0,0,0,0,26668,0,0,0,'Shadowhide Extinction','Now that every Blackrock orc south of Lake Everstill is nothing more than ash and cinder, we can turn our attention to the Shadowhide gnoll army of Galardell Valley, directly north of here.$B$BI want you to head out there and kill \'em all, $N! Initiate Operation: Extinction, soldier. For Bravo Company and for the Alliance!','Kill any 20 Shadowhide Gnolls.','','','','Shadowhide Gnoll slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,579,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,60718,60719,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26693,13202,44,0,65536,17,19,0,0,0,0,0,0,0,0,0,26668,0,0,0,'The Dark Tower','We got lucky with some vital intelligence from the locals of this valley. Those two behind us, the Ranthals, have informed me that the gnolls in Galardell Valley are being controlled by a powerful magus in the tower of Ilgalar. The problem is that the tower is sealed by a magical force field.$B$BThe first thing we need to do is get the key that will get you inside. The gnoll general, Fangore, has your ticket inside. Kill General Fangore and get the key.$B$BI\'ll be in touch.','Recover the Key of Ilgalar.','','','','','','','',59522,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26694,13202,44,0,2621440,17,19,0,0,0,0,0,0,0,0,0,26693,0,59522,1,'The Grand Magus Doane','$B$BGood work, kid. I\'ve got some vital intel for you. The magus in the tower is a human named Doane. Damned traitor is working for the Blackrock orcs. I want him dead.$B$BUse the key of Ilgalar and get inside that tower. Work your way to the top and show Doane what Bravo Company does with traitors.$B$BRendezvous back at Shalewind Canyon when the deed is done.$B$BKeeshan, over and out.','Kill Grand Magus Doane.','','','','Grand Magus Doane confronted','','','',0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,60720,60721,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,81804,0,0,0,0,0,0,0,10800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26695,13202,5287,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prepare for Takeoff','I\'ve got an idea, but it\'s going to involve some footwork on your part. As a goblin cartel, the Blackwater Raiders have a lot of explosives on hand. In fact, I know for a fact that our old friend Narkk keeps a case in the back of his shop, in the Old Port Authority.$b$bGo grab them and bring them here, if they haven\'t already exploded.','Obtain Narkk\'s Handbombs from the Old Port Authority inside Booty Bay.','','','','','','','',59524,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26696,13202,15,0,8,34,35,0,0,0,0,0,0,0,0,0,0,26701,0,0,'The Call of Kalimdor','Say, you haven\'t seen a fish about this long? Short fins? Responds to the name Steve? He\'s blue?$b$bNever mind, I\'ll keep looking.$b$bActually... there was another reason I came here to Booty Bay. Boss Krog, over in Dustwallow, is looking for new blood. Someone to help us Stonemaul from getting overrun. You look strong enough.$b$bWait on the edge of the pier for the next ship, then ride to Ratchet. Gazlowe should be able to help you from there.$b$bSteve? Steve!','Ride the ship from Booty Bay to Ratchet, then speak with Gazlowe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26697,13202,5287,0,8,31,35,0,0,0,0,0,0,0,0,0,0,26703,0,0,'The Final Voyage of the Brashtide','We\'ll never survive this attack with all these worgen pirates pouring into the harbor from the north. Luckily, it looks like they\'re not armed with cannons, so if we can get you out of the harbor, you can attack from the skies.$b$bKebok, the Horde flight master\'s assistant, is right around the corner. Talk to him and let him know that you\'re going to need his bravest wind rider.$b$bBring a couple armloads of handbombs with you. You\'ll need all of them to stop those attack boats!','Speak with Kebok in Booty Bay to board a Bold Wind Rider. Then use the handbombs to destroy kill 85 Brashtide Crewmen and destroy 6 Brashtide Attack Boats.','','','','','Brashtide Attack Boat destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,43717,43790,0,0,85,6,0,0,0,0,0,0,0,0,0,0,61608,61610,61612,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26698,13202,5287,0,262152,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeking Seahorn','When the Brashtide pulled in, Seahorn grabbed the nearest weapon he could find and jumped off the ledge here. You\'ll find him down below, probably pounding new holes into those worgen\'s skulls.$b$bHelp him out down there. I can handle the motivation from up here.','Report to Fleet Master Seahorn in Booty Bay.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26699,13202,5287,0,8388616,31,35,0,0,0,0,0,0,0,0,0,0,26703,0,0,'Turning the Brashtide','The Brashtide are everywhere! The Baron\'s Booty Bay Bruisers are no match for their sheer numbers, I\'m afraid.$b$bWhile you\'re down here in the fray, why don\'t you help me get rid of a few of them?$b$bWhen you\'re done, don\'t bother coming back here. I\'ll probably be pretty busy.','Kill 10 Brashtide Raiders in Booty Bay.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43716,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,61620,61622,61624,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26700,13202,5287,0,8388616,31,35,0,0,0,0,0,0,0,0,0,0,26703,0,0,'The Damsel\'s (Bad) Luck','I heard that this ship here is the Damsel\'s Luck. Didn\'t you used to be the captain of that thing? You must know your way around it, then.$b$bThe Brashtide are our main concern, but we still don\'t want to take an unnecessary pummeling from those cannons of theirs. Grab this rope behind me and take out some of those angry-looking corsairs. Check in with the Baron when you\'re done.','Kill 8 Bloodsail Corsairs in Booty Bay.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43726,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26701,13202,15,0,8,34,35,0,0,0,0,0,0,0,0,0,26696,0,0,0,'Flight to Brackenwall','Listen, I got no special love for the Horde... but then again, I got no real hate for you guys either.$b$bYour gold is as good as anyone else\'s.$b$bThat two-headed ogre and his pet fish left some gold for your travel costs. I believe the person you\'re looking for in Dustwallow goes by the name of Krog. And the best way to get there is to talk to our flight master, Bragok. He\'ll fly you there, if you want. The flight\'s free, thanks to your friend.','Speak with Bragok in Ratchet to fly to Brackenwall Village. Then report to Krog.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,1,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26702,13202,15,0,8,34,35,0,0,0,0,0,0,0,0,0,26596,27210,0,0,'Flight to Theramore','Listen, I got no special love for the Alliance... but then again, I got no real hate for you guys either.$b$bYour gold is as good as anyone else\'s. Sometimes better.$b$bJeyne left some gold for your travel costs. I believe the person you\'re looking for in Dustwallow goes by the name of Calia Hastings. And the best way to get there is to talk to our flight master, Bragok. He\'ll fly you there, if you want. The flight\'s free, thanks to your friend.','Speak with Bragok in Ratchet to fly to Theramore. Then report to Calia Hastings.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,1,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26703,13202,5287,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodsail\'s End','We\'ve nearly won the day, largely thanks to you. One task remains, however... kill Fleet Master Firallon.$b$bIt looks like most of Firallon\'s crew is already dead, but I know that old sea dog well enough to know that he\'s not done yet. No, he\'s cooped up tight in his cabin, ready to go down with his ship.$b$bSpeak with Kebok again to get a wind rider. I\'ll try to hold off the cannonfire while you\'re on board.','Speak with Kebok in Booty Bay to get a wind rider, then kill Fleet Master Firallon.','','','','Kill Fleet Master Firallon','','','',0,0,0,0,0,0,0,0,0,0,0,0,43794,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61626,61630,61632,0,0,0,1,1,1,0,0,0,61628,0,0,0,1,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26704,13202,5287,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26705,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s a Town-In-A-Box Tracking Event','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26706,13202,4714,0,136,12,12,0,0,0,0,0,0,0,0,0,24681,0,0,0,'Endgame','We need to get rid of that flying gunship if our people have any chance of escaping.$B$BHere\'s the plan. Keel Harbor had its share of rebel sympathizers in the old days. I\'ve managed to round up a hefty amount of incendiary explosives from one of our storehouses.$B$BWe\'re going to hit the enemy with a force small enough to fly undetected. The night elf hippogryphs should do the trick.$B$BTobias will give you the signal when we\'re ready to go.','Jump on a Hippogryph when Tobias signals you and destroy the Horde Gunship.','We did it, $N. We\'ve started the evacuation. If we leave soon we\'ll leave the Forsaken fleet in the dust.','The only risks worth taking are the ones that lead to victories worth having.','','Gunship destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,1500,0,0,95840,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26707,13202,10,0,8,22,24,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Deadly Vine','I need large amounts of corpseweed for Master Harris\'s concoctions. It\'s difficult to obtain, but we can\'t let our supply dwindle.$B$BCorpseweed is tough stuff to tangle with... the plant will get you before you get it, if you\'re not careful! But if you\'d like to help out, I\'ll eagerly pay you for any you gather yourself.$B$BYou\'ll find plenty of it all over the Yorgen Stead to the southeast.','Collect 5 pieces of Corpseweed.','I thank you, $C... and I\'m sure the worgen that may be returned to sanity with the potion this will make would thank you too. ','Do you have the corpseweed? ','','','','','',60204,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60924,60925,60926,60927,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26708,13202,44,0,8,17,20,0,0,0,0,0,0,0,0,0,26694,0,0,0,'AHHHHHHHHHHHH! AHHHHHHHHH!!!','I\'m here to help you and Bravo Company end this mess. You\'re to get in the Bravo Company siege tank and clear a path to Keeshan\'s Post on the other side of the valley, north of here.$B$BThis is a high alert situation soldier as the Blackrock orcs are now aware of your location and sending a large force to meet you head on. Terminate them all with extreme prejudice.$B$BI\'ll see you on the other side. May the Light have mercy on your soul.','Use the Bravo Company Siege Tank to kill 200 Blackrock soldiers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43775,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,60722,60723,60724,60725,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26710,13164,5042,0,4232,81,83,0,0,0,0,0,0,0,0,1,0,0,0,0,'Lost In The Deeps','Pebble has gotten himself lost again, somewhere deep in the Crumbling Depths.$B$BHe\'s fortunate that his size makes him unworthy of the effort for those gyreworms, but it\'s only a matter of time before he stumbles too close to one and gets eaten. Whatever he\'s so intent on down there is certainly not worth it.$B$BHe seems to like you. Please, go and find him and bring him out of those tunnels to safer playing grounds.','Find Pebble within the Crumbling Depths and lead him safely out of the tunnels.','You\'ve done well. Now that these rocklings are free to learn our ways, they will grow tall and strong.$B$BOne day, we will extinguish the gyreworm infestation from our realm, and these rocklings shall no longer be plagued in their youth.','','','Pebble brought to safety','','','',0,0,0,0,0,0,0,0,0,0,0,0,49956,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26711,13202,4737,0,262144,1,1,0,0,0,0,0,0,0,0,0,14071,0,0,0,'Off to the Bank','Yo, baby. Wassup? You ready for the party?$B$BNo?! You know I love you, so I don\'t know how to say this, but check it... I think you need to swing into town to buy a new outfit for the party.$B$BDon\'t look at me like that... you want to look gooood, right? Don\'t you want to look super fine for me? I am your boyfriend after all!$B$BSwing by the bank first and pull out plenty of macaroons. You don\'t want to buy any of that cheap stuff!','Speak with the FBoK Bank Teller at the First Bank of Kezan on Kezan.','Oh, it\'s you, ma\'am! Sorry, I didn\'t recognize you at first with all of these commoners milling about.$B$BYou people cool your heels! $N is here!$B$BHere are your macaroons, $g sir : ma\'am;. Come back anytime if you need more.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47044,0,0,0,10,0,0,0,1133,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26712,13202,4737,0,262144,1,1,0,0,0,0,0,0,0,0,0,24520,0,0,0,'Off to the Bank','Hi, babe. Are you ready for the party?$B$BNo?! You know I love you, right? I think you need to swing into town and buy a new outfit for the party.$B$BDon\'t look at me like that... you want to look your best? Don\'t you want to look good for me? I am your girlfriend after all!$B$BMake sure you swing by the bank first and pull out plenty of macaroons. Don\'t buy any of that cheap stuff!','Speak with the FBoK Bank Teller at the First Bank of Kezan on Kezan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47044,0,0,0,10,0,0,0,1133,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26713,13202,44,0,5308416,17,20,0,0,0,0,0,0,0,0,0,26708,0,0,0,'Showdown at Stonewatch','Only the Blackrock high command remains, $N. They\'re all holed up in Stonewatch Keep, directly south of our position here at Keeshan\'s Post. I want you and the rest of Bravo Company to enter Stonewatch and put an end to the Blackrock orc invasion.$B$B$N, no survivors.','Kill Tharil\'zun and Gath\'Ilzogg.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,486,334,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26714,13202,44,0,5767168,17,20,0,0,0,0,0,0,0,0,0,26713,0,0,0,'Darkblaze, Brood of the Worldbreaker','As Troteman cuts out, the world around you grows eerily silent. In the distance you see a full grown black dragon!','Use the Horn of Summoning to call for Darkblaze. Defeat Darkblaze.','','','','Darkblaze Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,43496,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26715,13202,1657,0,8,9,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malfurion Stormrage','I\'ve spoken to Malfurion of your coming. He seemed very interested in meeting you himself.$B$BYou should go to him in the Temple of the Moon. You\'ll find him standing beside our beloved Tyrande Whisperwind, where he\'s remained diligently ever since his return.$B$BI must warn you... Malfurion has his reservations. You may be carrying a great burden for your people by being the one to meet with him.','Speak to Malfurion Stormrage in the Temple of the Moon in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1134,0,0,0,0,2,2,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26716,13202,0,0,8,9,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bit of Privacy','I greatly wish to speak with you, but I\'d prefer a more intimate environment. One where we might have a bit of privacy from prying ears.$B$BIf you would, meet me in the Temple Garden in just a moment.','Meet Malfurion Stormrage in the Temple Garden in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26717,13202,10,0,8,22,24,0,0,0,0,0,0,0,0,2,26785,26719,0,0,'The Yorgen Worgen','My kinsmen at Raven Hill are concerned with curing the feral worgen in these forests. The condition itself cannot be lifted, but sanity can be restored to those not too far gone.$B$BWhile most here have proven beyond help, we keep an eye out for those that retain vestiges of their minds... attachments to their old lives.$B$BI\'ve seen a lone worgen lurking the Yorgen Farmstead, digging in a pile of dirt between the buildings...could you check out that pile and see if he\'s left anything?','Examine the Mound of Loose Dirt at the Yorgen Farmstead.','','Did you go look yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,-204777,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26718,13202,5287,0,8,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breadcrumb to Badlands','Something bad happened.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26719,13202,10,0,262152,22,24,0,0,0,0,0,0,0,0,0,26717,26720,60205,1,'Delivery to Master Harris','Master Harris will want to know of this immediately.$B$BHere, take this package of corpseweed down the road to the camp at Raven Hill. Tell him what we saw at the Yorgen Stead.','Deliver the Bundle of Corpseweed to Oliver Harris at Raven Hill.','Welcome to our humble camp. I wouldn\'t call it pleasant, but it\'s at least somewhat private.\n\r\nBeg your pardon? A worgen at the farm? ','What brings you out this way, my good sir? ','','','','','',60205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26720,13202,10,0,8388616,22,24,0,0,0,0,0,0,0,0,0,26719,26760,60206,1,'A Curse We Cannot Lift','What we do here is not a cure. The transformation cannot be removed once inflicted. But the mind...$B$BThe mind can be restored, through alchemy, if enough is left intact. This worgen you\'ve encountered sounds like he\'s fighting to stay aware, $n. We\'ve got to find him again.$B$BIf he\'s fled the Yorgen Stead, search the Addle Stead to the south; he may be lurking in one of the buildings.$B$BInject him with this ampule to tranquilize him. You\'ll need to be quite close.','Search the Addle Stead for the Lurking Worgen and use Harris\'s Ampule to tranquilize it.','You\'ve got him!\n\r\nNo time to lose, then. We\'ll prepare to administer the serum right away.\n\r\nJITTERS! Get ready! ','Have you searched the Addle Stead thoroughly?\n I\'d check the very back of barn. I\'d check the very back of the barn. Many things can lurk in such a building','','Lurking Worgen captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,43860,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26721,13164,10,0,8,22,24,0,0,0,0,0,0,0,0,0,0,26787,0,0,'The Jitters-Bugs','M-Master Harris requires many reagents for his serums. He has me gather them for him.$B$BMost of it\'s not so bad... I mean, the corpseweed is pretty bad, but it\'s not as bad as the widow venom. Have you seen the widows around here? The hatchlings are the size of a man. Even with a gun, I can\'t stand to go out hunting them!$B$BIt\'s just too terrifying. If you\'ll go do it for me, I\'ll gladly pay you! Just bring me back some widow venom! You\'ll find them all in the woods to the east, just north of the road.','Collect 8 Widow Venom Sacs from Black Widows.','Oh thank you, thank you! You\'ve saved me from having to go out in the woods with those awful things!\n\r\nAt least for a day, that is... ','Did you get it? Please tell me you got it... ','','','','','',60207,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26722,13202,10,0,262152,22,25,0,0,0,0,0,0,0,0,0,26753,26754,0,0,'Buried Below','$B$B','Search the tunnel under the Dawning Woods Catacombs for the Lightforged Crest.',' ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26723,13202,10,0,8,22,24,0,0,0,0,0,0,0,0,0,26760,26724,0,0,'The Fate of Morbent Fel','Before I was lost to the woods, the last thing I remember is Morbent Fel. He was a vile necromancer, and the reason this land swarms with so many vile undead.$B$BI asked an adventurer to help me put an end to him. I thought they did! But Sister Elsington tells me the land still crawls with ghouls and spectres ripped from the grave.$B$BMorbent Fel should have breathed his last in the house on Forlorn Rowe, north of Raven Hill Cemetary. Go there and see what\'s become of him...','Search Forlorn Rowe for signs of Morbent Fel.','His clothes and bloodstains? If it\'s not tricks, it\'s something worse... ','What did you find?','','Remains of Morbent Fel','','','',0,0,0,0,0,0,0,0,0,0,0,0,-204816,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26724,13202,10,0,262152,22,25,0,0,0,0,0,0,0,0,0,26723,26725,0,0,'The Lurking Lich','The others here share my suspicion. Morbent Fel lives on in undeath...and may be even more powerful than before. A necromancer was struck down, but a lich may have risen in his place. And now he continues to ruin this land.$B$BI remember Duskwood before all this, $n. I remember bright skies and peaceful woods. This can\'t stand! Morbent Fel must be stopped for good.$B$BSpeak to Sister Elsington. Her vision might guide you to where Morbent Fel is, and how he can be defeated.','Speak with Sister Elsington.','It\'s heartening to see one so recently recovered be so concerned with the plight of others. Sven spares himself suffering by not dwelling on his own misfortune. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26725,13202,10,0,262152,22,25,0,0,0,0,0,0,0,0,0,26724,26753,0,0,'Guided by the Light','Sven is correct. I can feel the presence of a powerful evil deep beneath the Raven Hill Cemetery. Evil lurks in its catacombs, and Morbent Fel must be the source.$B$BYou will need the power of the Light to strike him down, $n. Sven told me the heroes who first slew Morbent Fel wielded an artifact of lightforged iron, imbued with holy power. That artifact is still here!$B$BI can feel it as well, a glimmer of light amidst the darkness. Search Raven Hill for it, and let the Light guide you through it.','Find the Lightforged Rod in Raven Hill Cemetery.',' ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26726,13202,44,0,8,17,20,0,0,0,0,0,0,0,0,0,26714,0,0,0,'Triumphant Return','Return to Lakeshire and let Solomon know that the Blackrock invasion has been stopped. Make sure he understands the cost at which our freedom came - that we lost five of our finest heroes to save Redridge and ultimately, Stormwind.$B$BYou are the last surviving member of Bravo Company, $N. It is up to you to keep its legacy alive.$B$BDismissed.','Report to Magistrate Solomon at Lakeshire in Redridge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60726,60727,60730,0,0,0,1,1,1,0,0,0,60734,0,0,0,1,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26727,13202,10,0,0,19,22,0,0,0,0,0,0,0,0,0,26681,0,0,0,'The Embalmer\'s Revenge','You\'re not the first fool to be manipulated by Abercrombie! That doddering old man is known as The Embalmer to us. He\'s a vile necromancer and a blight upon this town.$B$BAnd now, sewn together and given life by the very materials you brought him, his horrible creation approaches!$B$BThat hideous creature will be upon us in mere moments! If you have any heart, $n, you\'ll help the Night Watch drive off the abomination and save our town!','Slay Stitches in Darkshire.','Thank the light, he\'s gone...\n\r\nI\'ll say you\'ve made amends by helping save the lives of those here, $N. ','Don\'t just stand there! He\'s right outside! By the light, man, do something!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,60905,60906,60907,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,4500,0,0,81040,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26728,13202,10,0,8650760,19,20,0,0,0,0,0,0,0,0,0,0,26618,0,0,'Hero\'s Call: Duskwood!','$N, the citizens of Duskwood are in dire need of your assistance! I have here a letter from Commander Althea Ebonlocke, leader of the Night Watch, pleading for help.$B$BTo reach Darkshire you should travel across the bridge located in the southwest corner of Redridge. Once you cross the bridge you will be in Duskwood. Then you just follow the road to Darkshire. Beware of the savage beasts that stalk the countryside!','Report to Commander Althea Ebonlocke at Darkshire in Duskwood.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26729,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,0,0,60273,1,'Water Elementals','I arrived in Stranglethorn to study a feature known as the Altar of Naias, but made the unfortunate choice of denying Colonel Kurzen\'s advances, which earned me several years in that cage. Now that I\'m out, I figure I might as well continue with my original studies.$b$bThe altar is on an island to the west, south of Zul\'Kunda. Gather some of the bracers from the island\'s water elementals.$b$bOh, and you can use this device when you\'re finished. No need to make you walk all the way back here.','Acquire 6 Water Elemental Bracers.','','','','','','','',3923,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26730,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,26729,0,60273,1,'You Can Take the Murloc Out of the Ocean...','I need something to cut into the raw, elemental power of these bracers... something strong and abrasive, but still of the sea.$b$bThe Murkgill murlocs have moved inland from the sea, but they still carry vials of sea salt on them. What they use it for, I can\'t be sure, but it will serve for our studies. You can find the Murkgill in the glade south of the Rebel Camp and east of Bal\'lal ruins.','Obtain 6 vials of Sea Salt from Murkgill murlocs in Northern Stranglethorn.','','','','','','','',60274,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26731,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,26730,0,23680,1,'The Altar of Naias','The salt you brought was sufficient to activate the bracers\' innate enchantments. I have taken these enchantments and combined them into a summoning token... a gift, if you will.$b$bReturn to the Isle of Naias, and place the gift on Naias\' altar. Call me again once you have Naias\' heart.','Use the Gift of Naias to summon Naias, then obtain the Heart of Naias.','','','','','','','',23681,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61061,61060,61059,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26732,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,26737,0,0,0,'Bad Medicine','I have a feeling that Kurzen\'s Medicine Men are distributing more than just medicine. Kurzen needs some way to quelch insubordination, and an elixir under the guise of \"medicine\" would be the perfect way to do that.$B$BWe need those remedies for research. Search the Kurzen Compound to the southeast - his medicine men and jungle fighters should carry the remedies on their bodies.','Obtain 7 Jungle Remedies from the Kurzen Compound.','','','','','','','',2633,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61054,61053,61052,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,79648,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26733,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,26732,0,0,0,'Control Sample','$b$bThis... this is just basilisk blood!$b$bNo, it\'s mostly basilisk blood. They\'ve added something to it though. I\'ll need a control sample to perform a proper comparison.$b$bThey most likely obtained the blood from the crystal spine basilisks, found to the east of their compound. Bring me back some pure samples, and I\'ll have this elixir figured out.','Obtain 7 samples of Crystal Spine Basilisk Blood.','','','','','','','',60213,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26734,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,26733,0,0,0,'The Source of the Madness','After reducing the basilisk blood out of the elixir, I\'ve uncovered an unusual precipitate. It appears to be a blue crystal of some sort...$b$b$b$bIt\'s not a singing blue crystal... not a pulsing blue shard...$b$b$b$b... not a piece of the Mind\'s Eye. Nope, this isn\'t something we\'ve seen before in Stranglethorn. If anyone has any more of this substance, I want it. Check the high-ranking Kurzen troops, in the back of their cave.','Obtain a Whispering Blue Stone from Kurzen troops within the Stockpile.','','','','','','','',60263,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26735,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Kurzen','Hello, $c.$b$bWe are soldiers of Stormwind, and rebels from Kurzen\'s Compound, a large outpost that you\'ll find just to the southeast of here. We were under the command of Colonel Kurzen, until he and those close to him started to descend into madness...$b$bWe rebelled, set up camp here, and stood against Kurzen. Now, my sources are telling me Kurzen has disappeared. I trust my source, but it would help to hear from a third party. Please, head into the compound and find some documentation of his fate.','Obtain the Kurzen Compound Prison Records and the Kurzen Compound Officers\' Dossier.','','','','','','','',60214,60215,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26736,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,26735,0,0,0,'Spared from Madness','Kurzen\'s death is a relief, but what\'s more interesting, and perhaps more immediate, is the sign of some potential allies within the compound.$b$bI don\'t care what it says on that prison record, I know EXACTLY why those 3 were locked up: refusal to follow orders. They must have been spared from the madness, much like my fellow rebels here, and incarcerated for speaking up.$b$bFind them, $N. Find them, and send them back here.','Rescue Berrin Burnquill, Emerine Junis, and Osborn Obnoticus inside Kurzen\'s Compound.','','','','Rescue Berrin Burnquill','Rescue Emerine Junis','Rescue Osborn Obnoticus','',0,0,0,0,0,0,0,0,0,0,0,0,43921,43920,43919,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26737,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,26736,0,0,0,'Stopping Kurzen\'s Legacy','Now that our allies have been evacuated, it\'s time to run a final raid on Kurzen\'s Compound. They will never be weaker than they are right now, and with your help, we may be able to weaken them beyond repair.$b$bThose four names that were listed in the Officers\' Dossier - Anders, Gaulus, Miranda, and Esquivel - will be the highest-ranking personnel remaining. Look for them in that cave in the back of their compound. Removing all four will be devastating to Kurzen\'s forces.$b$bGo with honor, $N.','Kill Chief Anders, Chief Gaulus, Chief Miranda, and Chief Esquivel within The Stockpile.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43910,43911,43913,43912,1,1,1,1,0,0,0,0,0,0,0,0,61051,61050,61049,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26738,13202,33,0,524288,24,25,0,0,0,0,0,0,0,0,0,0,0,58165,1,'Just Hatched','While looking through this soldier\'s possessions, you look down to see a newborn raptor hatchling looking back up at you. Was it following this Kurzen militiaman the whole time?$b$bYou can see it studying you, learning your features and following your movements.$b$bThe lashtail hatchling has formed a bond with you.$b$bPerhaps someone back at the Rebel Camp will know what to do with a raptor hatchling.','Bring the Lashtail Hatchling to Corporal Sethman at the Rebel Camp in Northern Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26739,13202,33,0,65544,24,25,0,0,0,0,0,0,0,0,0,26738,0,58165,1,'I Think She\'s Hungry','It looks like your young raptor is hungry. If you\'re looking to keep her, why don\'t you find something for her to eat? The lashtail often attack the basilisks of Stranglethorn, which can be found to the east, beyond Kurzen\'s Compound.$b$bShe probably isn\'t strong enough to hunt on her own yet, but I\'m sure she will eat freshly killed basilisk meat.','Kill Crystal Spine Basilisks in Northern Stranglethorn, and let your Lashtail Raptor eat 40 bites of their meat.','','','','Bites of basilisk meat','','','',0,0,0,0,0,0,0,0,0,0,0,0,42742,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26740,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,4085,1,'Krazek\'s Cookery','I do most of the cooking at the camp. It used to be a lot of work, until I bought a mechanical cooking pot from a goblin merchant. The pot is a wonder! It saved me countless hours...until it broke!$B$BCan you take the pot back to the goblin for me so he can fix it? His name is Krazek. Last I heard, he was staying with Nesingwary in the hunters\' camp just to the south.','Bring Krazek\'s Crock Pot to Krazek.','','','','','','','',4085,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26741,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,0,583,0,0,'REUSE','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26742,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodscalp Insight','I never got to properly thank you for saving me.$b$bThank you, $n.$b$bI\'m still a little fatigued from my captivity, so I thought you might help me with my studies. As a shaman of the Wildhammer clan, I\'m very interested in the shamanic practices of the Bloodscalp tribe.$B$BTheir magic seems to have diverged in an interesting direction. If I had one of the totems that their shaman use, I could begin my studies. You\'ll find them at the Bal\'lal ruins, on the coast to the southwest.','Obtain a Bloodscalp Totem from a Bloodscalp Shaman.','','','','','','','',23679,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26743,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,26742,0,0,0,'Sacred to the Bloodscalp','Ahh... these must be names of their totemic creatures - the animals that they attribute to the spirits. Let\'s see... Mahamba as water, Tsul\'Kalu as earth, Pogeyan as... air? Fire? I can\'t make this part out.$b$bI\'d like some more information on these spirits of theirs. The Bloodscalp have a camp close to here, in the Tkashi ruins. Maybe you can find some details there.','Obtain an Icon of Tsul\'kalu, an Icon of Mahamba, and an Icon of Pogeyan from Bloodscalp trolls in the Tkashi Ruins.','','','','','','','',60270,60271,60272,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61058,61057,61056,61055,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26744,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deep Roots','On a somewhat unrelated note, I\'ve been putting together a collection of troll stories and legends for a... personal project. I was just thinking you might be able to help me find some of them.$b$bThe Bloodscalps at the Bal\'lal ruins, on the coast to the southwest, maintain a large tablet documenting some of their stories. Of course, I\'ll reimburse you if you\'re able to bring any of these stories back to me.','Obtain the Bloodscalp Lore Tablet from the Bal\'lal Ruins in Northern Stranglethorn.','','','','','','','',60295,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61066,61065,61067,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26745,13202,33,0,2097160,24,26,0,0,0,0,0,0,0,0,0,26739,0,58165,1,'Favored Skull','Your pet raptor seems to have found a new toy: a skull, from a nearby troll skull pile.$b$bWhat sets this skull apart from the rest is beyond you, but for some reason, she won\'t put it down.$b$bOsborn Obnoticus, the gnome you saved from Kurzen\'s Compound, is an expert in troll history and physiology. Maybe he\'ll have some idea what makes this one so special.','Report to Osborn Obnoticus at the Rebel Camp and show him your Lashtail Hatchling\'s new skull.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26746,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,26745,0,58165,1,'A Nose for This Sort of Thing','$b$bIn life, he was strong, powerful, a lord among trolls. With our help, he can be a lord once more.$b$bThe Bloodscalp scavengers that wander the ruins to the southwest hoard magical fetishes that can help us. They hide these artifacts under the ground. Use your hatchling to find these artifacts, $N... then bring them here.','Use your Lashtail Hatchling to sniff out 8 Tkashi Fetishes.','','','','','','','',60291,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26747,13202,33,0,8,24,26,0,0,0,0,0,0,0,0,0,26746,0,58165,1,'A Physical Specimen','The soul is ready, but the body is not. For a skull as well-formed, as marvelous, as beautiful as this... we will need a suitable body.$b$bThe chief of the Bloodscalps, Gan\'zulah, won his throne with brute force. If he still lives, you\'ll find him in Zul\'Kunda, to the west.$b$bTaking his body won\'t be easy, but nothing a sturdy $c like yourself couldn\'t handle. Bring it back here when you\'re done.','Obtain Gan\'zulah\'s Body from Zul\'Kunda.','','','','','','','',58179,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61064,61063,61062,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,79780,0,0,0,0,0,0,0,15900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26748,13202,33,0,2359304,24,26,0,0,0,0,0,0,0,0,0,26747,0,58165,1,'Bloodlord Mandokir','$R. You just resurrected your worst nightmare. You didn\'t think I was a friend, did you, $r? Ah, ha ha haaaa!$b$bYou\'ve served your purpose. I\'ve returned to the realm of the living, and it\'s all thanks to you. So, instead of killing you, I\'m going to make you a deal instead.$b$bGive me that raptor.$b$bYou must already know that she\'s no normal raptor, and I need a replacement for Ohgan. Do it, or both you and the gnome will taste my rage.','Deliver the Lashtail Raptor Egg Fragment to Bloodlord Mandokir in the Rebel Camp.','','','','','','','',58165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,82340,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26749,13202,33,0,8,24,27,0,0,0,0,0,0,0,0,0,26748,0,0,0,'Priestess Thaalia','Thank you, $n. I know you didn\'t have to save my life.$b$bThe return of Bloodlord Mandokir is ill news. He was killed inside Zul\'Gurub several years ago, and we thought we had seen the last of him and his kind. The trolls of Zul\'Gurub were attempting to perform a hideous, horrible ritual. If Mandokir is alive, then it stands to reason that he is not the only one.$b$bThe explorers at Fort Livingston, far to the south, may know more. Speak with their priestess.','Speak with Priestess Thaalia at Fort Livingston in Northern Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,1,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26750,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'At the Stonemother\'s Call','It is time. The Stonemother will speak with you. You can find her throne in northern Deepholm, above the Scoured Reach.','Speak to Therazane, the Stonemother.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26751,13202,33,0,8,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,'Population Con-Troll','I understand you may be headed to Zul\'Kunda soon. While you are there, I have a small task for you.$b$bThe trolls are outgrowing Stranglethorn. The Bloodscalp in the West, the Skullsplitters in the East... they pour out of their ruins and into the jungle, disrupting the natural balance of the region. It is time we restored that balance.$b$bZul\'Kunda is the Bloodscalp capital. Inside you will find the most high-ranking Bloodscalps. Reduce their numbers, then return to me.','Slay 7 Bloodscalp Mystics, 7 Bloodscalp Hunters, 7 Bloodscalp Scouts, and 1 Bloodscalp Beastmaster.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,701,588,595,699,7,7,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26752,13202,5042,0,1048712,81,83,0,0,0,0,0,0,0,0,0,26750,0,0,0,'Audience with the Stonemother','Stay where you are, champion. I have not yet decided what to do with you or your Earthen Ring.','Attend the Audience with the Stonemother.','','','','Attend the Stonemother\'s Audience','','','',0,0,0,0,0,0,0,0,0,0,0,0,44051,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61410,61409,61411,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,1171,0,0,0,0,5,7,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26753,13202,10,0,262152,22,25,0,0,0,0,0,0,0,0,0,26725,26722,0,0,'The Halls of the Dead','$B$B','Find the Lightforged Arch within the Dawning Woods Catacombs.',' ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26754,13202,10,0,8,22,25,0,0,0,0,0,0,0,0,0,26722,0,60212,1,'Morbent\'s Bane','$B$B','Use Morbent\'s Bane to weaken Morbent Fel and defeat him.','May the disgusting monster stay dead this time!\n\r\nI\'ll head down there and scatter his remains to ash myself, $N. You\'ve done a great thing; perhaps in time Duskwood can return to its former peaceful state. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43761,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,60938,60939,60940,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26755,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26632,0,0,0,'Keep Them off the Front','Oh good, you brought another catapult with you! Clay might be older than dirt, but he makes a mean war machine.$B$BWell, you didn\'t bring it all the way out here for your health, flesh bag. Get in one of those things and bombard the fungal terrors and reinforcements streaming out of Needlerock Slag.$B$BWe have to keep them off the front!','Kill 30 Fungal Terror','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43954,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26756,13202,1657,0,16392,10,10,0,0,0,0,0,0,0,0,0,0,6341,0,0,'Nessa Shadowsong','A friend of mine, Nessa Shadowsong, is a fishing merchant in Rut\'theran Village. She needs a parcel taken to Darkshore, and is looking for someone to help her.$B$BIf you\'re interested, then to reach Nessa you must take the portal in Darnassus to Rut\'theran Village. You will find the portal west of the Temple Gardens.','Speak with Nessa Shadowsong.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26757,13202,148,0,16384,10,10,0,0,0,0,0,0,0,0,0,0,6342,16262,1,'The Bounty of Teldrassil','The fishermen of Rut\'theran village do very well, for the fish here are extremely large and abundant. I would like to compare the bounty here with that of the mainland.$B$BI have a collection of fish bones and scales that I would like taken to a colleague of mine in Darkshore. His name is Laird, he is a fish vendor in the village of Auberdine.$B$BBring my collection to our hippogryph master, Vesprystus, and speak to him about traveling to Auberdine.','Bring Nessa\'s Collection to Vesprystus.','','','','','','','',16262,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26758,13202,148,0,16384,10,10,0,0,0,0,0,0,0,0,0,0,6343,16262,1,'Flight to Auberdine','From Rut\'theran, there are two methods of travel to Auberdine: by ferry and by hippogryph. Both are quick and reliable, but if you have not yet flown to Auberdine by hippogryph, then I suggest you do.$B$BIt is sound advice to speak with the hippogryph master in every town that has one. Once you speak to the master, you can then fly there from other towns.$B$BHere is Nessa\'s collection. Speak with me again when you are ready to fly to Auberdine and deliver Nessa\'s collection to Laird.','Ride a hippogryph to Auberdine from the hippogryph master Vesprystus, then bring Nessa\'s Collection to Laird.','','','','','','','',16262,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26759,13202,148,0,16384,10,10,0,0,0,0,0,0,0,0,0,0,0,16263,1,'Return to Nessa','I must send a response to Nessa. She\'ll be very interested to know how different the fish here are from those along Teldrassil\'s coastline. We can only guess the cause, but it is my suspicion that the world tree itself is affecting the wildlife around it!$B$BPlease, take this response to Nessa. If you wish to take a hippogryph back to Rut\'theran then speak with the hippogryph master Caylais Moonfeather. If you wish to take the ferry, then one regularly departs from the dock to the northwest.','Bring Laird\'s Response to Nessa Shadowsong.','','','','','','','',16263,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26760,13202,10,0,1048584,21,24,0,0,0,0,0,0,0,0,0,26720,0,0,0,'Cry For The Moon','I\'m hopeful, but let\'s remain professional. It\'s business as usual for this one.$B$BInto the guillotine he goes... and if the alchemy doesn\'t take, he won\'t be getting back out of it.$B$BJitters and I will attend to this. Please, just stand back and watch from a safe distance.','Watch Oliver Harris and Jitters attempt to cure the Lurking Worgen.','Success... Finally! I can\'t thank you enough for giving me the chance to work the cure myself.\n\r\nOur new friend may be in need of some help as well. You might want to speak with him. ','','','Worgen cured','','','',0,0,0,0,0,0,0,0,0,0,0,0,43969,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,60928,60929,60930,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26761,13202,44,0,262152,12,15,0,0,0,0,0,0,0,0,0,26370,0,0,0,'Threat to the Kingdom','There is no doubt that the Defias pose a great threat to the kingdom, but we certainly cannot enter their hideout and hope that everything will work itself out. No, an assault against the Defias is going to take time and planning. I want you to leave the logistics to me. Our kingdom has other threats that must be dealt with immediately!$B$BTravel east through Elwynn to Redridge and report to Magistrate Solomon in Lakeshire. I will call for you when we are ready to attack the Defias.','Report to Magistrate Solomon at Lakeshire in Redridge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26762,13202,5042,0,8388744,81,83,0,0,0,0,0,0,0,0,0,26755,26834,0,0,'Reactivate the Constructs','We sent a number of our war constructs north into Needlerock Slag, but none of them ever returned. We know that the stone trogg mystics have done something to them.$B$BWhat we\'re concerned about is that the mystics will control and turn them against us, like they have with the fungal giants.$B$B$N, go into the stone trogg town and reactivate the constructs.','Reactivate 5 Deactivated War Constructs.','','','','Deactivated War Constructs reactivated','','','',0,0,0,0,0,0,0,0,0,0,0,0,43984,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26763,13202,33,0,8388616,26,28,0,0,0,0,0,0,0,0,0,26740,0,0,0,'Venture Company Mining','If I\'m going to repair this pot, I\'m going to need reagents. And to get them, you\'re going to have to do an eensy little bit of killing. I hope you don\'t mind.$b$bThose dastardly Venture Company geologists have been collecting some tumbled crystals that will suffice for what I need. You\'ll find them around their Base Camp, on the other side of Lake Nazferiti, to the east.$b$bI don\'t care what you have to do to get them. ','Obtain 5 Tumbled Crystals from Venture Co. forces near Lake Nazferiti.','','','','','','','',4106,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61073,61072,61071,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26764,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'A New Low','You may notice that the Venture Company has completely clear-cut all the trees around their Base Camp to the east. Not one to miss out an opportunity for profit, their foreman has enslaved druids, and is forcing them to re-grow the forest so they can chop it down again!$b$bPersonally, I find this abhorrent, and not just because I didn\'t think of it first.$b$bRelease a few of these druids from their captors. I\'m sure they\'ll appreciate it.','Free 3 Enslaved Druids from the Venture Co. Base Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26765,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,26763,0,1987,1,'Return to Corporal Kaleb','So, this pot is fixed. I even added an extra steam whistle, and look! There\'s a new chopper at the bottom that\'ll cut through leg bones!$B$BYes yes, Krazek\'s Crock Pot is a 100% cook pleaser! I\'m sure its owner will be satisfied.','Bring Krazek\'s Fixed Pot to Corporal Kaleb at the Rebel Camp in Northern Stranglethorn.','','','','','','','',1987,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4124,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26766,13164,5042,0,8388744,81,82,0,0,0,0,0,0,0,0,0,27061,26771,60382,1,'Big Game, Big Bait','We\'re only going to get one shot at capturing Abyssion, $N. Let\'s make it count.$B$BWe\'ll test out the trap on the biggest of the stone dragons in the Alabaster Shelf.$B$BTo lure the stone matriarch, we\'re going to need to gather sufficient bait.$B$BTake this knife and carve 5 sides of basilisk meat. That ought to be enough even for her appetite.','Use Mylra\'s Knife to obtain 5 Sides of Basilisk Meat from dead Jadecrest Basilisks.','','','','','','','',60297,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26767,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Figuring out how to make quests','Whee! You get to make a breadcrumb quest! Now figure out what to do next.','Make a breadcrumb quest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258000,0,0,0,0,0,0,0,0,0,0,395100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26768,13164,5042,0,8388736,81,82,0,0,0,0,0,0,0,0,0,27061,26771,0,0,'To Catch a Dragon','Having a dragon guard the fragment was a smart move on the enemy\'s part. They can keep moving its location any time we get close to it.$B$BCatching Abyssion will be extremely difficult, but I have a plan that might help.$B$BThe Twilight\'s Hammer uses magical traps to bind stone drakes to the ground while they drain their energy.$B$BIf we can get our hands on one of these, we might be able to ground the Twilight Dragon for just long enough.$B$BGo east of here, to the Alabaster Shelf, and obtain a trap.','Obtain a Dragon Snare from the Twilight Dragonstalkers.','','','','','','','',60383,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,4,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,157200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26769,13202,17,0,8,14,16,0,0,0,0,0,0,0,0,0,14050,0,60296,1,'Raging River Ride','Enjoy your cut of the loot, $N!$B$BI hate to share, but business is business. And that double-dealer Nozzlepot is guaranteed a 10% cut of this treasure. Can you deliver this to him at his outpost in the north?$B$BHe\'s got a little research station upstream, along the river. If you travel just northeast of town here, Horton Hornblower can give you a free ride on one of his riverboats. Tell him I sent ya!','Board Horton Hornblower\'s Riverboat northeast of Ratchet and get a riverboat ride to Nozzlepot\'s Outpost.','','','','Board the Riverboat to Nozzlepot','','','',0,60296,0,0,0,0,0,1,0,0,0,0,44054,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26770,13164,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26755,26834,0,0,'Mystic Masters','The Needlerock mystics have taken control of the fungal giants that have sprouted in their chasm, down below. Now they seek to control our war constructs.$B$BGo north into Needlerock Slag and do something about it! Isn\'t that what you\'re here for?','Slay 5 Needlerock Mystics.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43995,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,61453,61452,61451,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26771,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,0,0,60773,1,'Testing the Trap','You must set the trap for the matriarch now.$B$BGo to the western end of the Alabaster Shelf and place the trapped basilisk meat in the center of the feeding grounds.','Place the trapped meat in the western end of the Alabaster Shelf.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44148,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61476,61477,61475,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26772,13202,33,0,8,24,27,0,0,0,0,0,0,0,0,0,26749,0,0,0,'Mind Vision','To know Mandokir, you must see Mandokir.$b$bTo see Mandokir, you must use eyes of raptor.$b$bYou have formed bond with raptor: Ohgan\'aka: daughter of Ohgan.$b$bTo strengthen bond, we need feathers.$b$bYou will go northeast, and you will find the feathers, yes.','Obtain 5 Jungle Stalker Feathers from Jungle Stalkers in Northern Stranglethorn.','','','','','','','',3863,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26773,13202,33,0,8,24,27,0,0,0,0,0,0,0,0,0,26772,0,0,0,'See Raptor','We have the feathers, yes.$b$bWe have the $c, yes.$b$bSpeak with Priestess when you are ready.','Speak with Priestess Thaalia at Fort Livingston to participate in the Mind Vision ritual.','','','','Mind Vision complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,42840,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26774,13202,33,0,8,24,29,0,0,0,0,0,0,0,0,0,26773,0,0,0,'Mind Control','Mind Vision is not enough, no.$b$bMind Control, much more powerful magic, yes.$b$bPowerful magic needs powerful reagents, and troll brain is a powerful reagent.$b$bBraddok in Zul\'Mamwe, very smart, yes.$b$bHead south, and check out the big brain on Braddok.','Obtain Braddok\'s Big Brain from Braddok in Zul\'Mamwe.','','','','Mind Vision complete','','','',58225,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26775,13202,33,0,8,24,29,0,0,0,0,0,0,0,0,0,26774,0,0,0,'Be Raptor','Mind Control, very powerful, yes.$b$bWith luck, you can help Ohgan\'aka escape from Zul\'Gurub.$b$bThen, Ohgan\'aka becomes $N\'aka again!$b$bSpeak to Priestess, yes, and help $N\'aka escape.','Speak with Priestess Thaalia, then help the Captured Lashtail Hatchling escape from Zul\'Gurub.','','','','Speak with Tan\'shang','Help Tenjiyu','Speak with Chiyu','Escape from Zul\'Gurub',0,0,0,0,0,0,0,0,0,0,0,0,42881,42882,42883,42884,1,1,1,1,0,0,0,0,0,0,0,0,61080,61079,61078,61077,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26776,13202,33,0,8,24,29,0,0,0,0,0,0,0,0,0,26775,29208,0,0,'Ghaliri','Priestess is not very good at speaking Common, no.$b$bMaybe you go speak with Ghaliri, in front of that tent.$b$bTell him about what you\'ve seen inside Zul\'Gurub, yes.','Report to Ghaliri at Fort Livingston in Northern Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,7,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,21300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26777,13164,10,0,8,22,24,0,0,0,0,0,0,0,0,0,0,0,60225,1,'Soothing Spirits','This is a tragic land, with a history of violence and despair. While many of the dead roam in the flesh, some are simply lost souls, wandering in confusion.$B$BThey deserve to be put at ease.$B$BMany of these souls gather at the Addle Stead to the south, appearing before travelers. Take this censer of holy incense. Sway it before the forlorn spirits, and let the offering of its gentle scent give them peace.','Use the Holy Censer to soothe 5 Forlorn Spirits at the Addle Stead.','You have brought peace to those who knew only misery, $N. Be proud.','The spirits deserve rest.','','Forlorn Spirit soothed','','','',0,0,0,0,0,0,0,0,0,0,0,0,43930,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26778,13202,10,0,8,22,24,0,0,0,0,0,0,0,0,0,26760,0,0,0,'The Cries of the Dead','Can you hear them, $n? There\'s so many of them. They wander their graves, shuffling across the cold ground on rotting limbs.$B$BThe dead cry out in the still air. They suffer in their own flesh, forced from sleep! Every night I venture to the graveyard to put more of them to rest, but it\'s never enough.$B$BHelp me, $n. Put the ghouls that swarm Raven Hill Cemetery out of their misery. Strike down as many as you can.','Kill 20 ghouls of any kind in Raven Hill Cemetery.','The cries grow softer for now. Light bless you, $N>. ','I can still hear them...','','Ghoul slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,44032,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,60921,60922,60923,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26779,13202,33,0,8,27,29,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zul\'Mamwe Mambo','The Skullsplitters are an embarrassment to the troll empire. Their petty squabbles with the Bloodscalps have torn Northern Stranglethorn apart. Where tribes like the Darkspear and the Zandalari thrive, the Skullsplitters fight over ruins.$b$bI have been authorized to issue rewards to mercenaries who are willing to deliver punishment to the Skullsplitters. I encourage you, and anyone you know, to travel east into Zul\'Mamwe and cull their wayward tribe.','Kill 16 Skullsplitter Trolls within Zul\'Mamwe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43024,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,61076,61075,61074,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,17700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26780,13202,33,0,8,27,29,0,0,0,0,0,0,0,0,0,26779,0,0,0,'Nighttime in the Jungle','Nighttime in Stranglethorn is a beautiful thing. The skies fill with stars, and the moon casts its rays right between those leaves, right there. I could stare at these skies all night.$b$bUnfortunately, the trolls that walk the ruins of Zul\'Mamwe are interfering with my astronomy. They burn braziers, day and night, which rob me of the darkness I need.$b$bPlease, $n... travel east into Zul\'Mamwe and put them out.','Put out 8 Zul\'Mamwe Braziers at Zul\'Mamwe in Northern Stranglethorn.','','','','Zul\'Mamwe Brazier Extinguished','','','',0,0,0,0,0,0,0,0,0,0,0,0,-204247,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26781,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mind\'s Eye','One of the Vale\'s many treasures lies nearby, on OUR side of the giant whirlpool. The Mind\'s Eye is held by an ogre mage, in the Mosh\'Ogg ogre mound just to the northeast. His name is Mai\'Zoth. From what I understand, he is vicious, and his magic is strong.$B$BAnd if he has the Mind\'s Eye, then his magic will be stronger still.$b$bThus far I\'ve been unable to get near enough to take it from him. Will you give it a try?','Obtain the Mind\'s Eye from Mai\'Zoth.','','','','','','','',3616,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61070,61069,61068,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26782,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,26780,0,0,0,'The Mosh\'Ogg Bounty','There\'s been some activity up north, at the rebel camp. I just heard from a soldier named Nimetz that some $r $c up there found the key to what\'s been driving them so crazy. That wasn\'t you, was it?$b$bAnyhow, he sent a sample to me, and it looks just like the rocks I\'ve been seeing over at the Mosh\'Ogg Ogre Mound, to the northeast.$b$bI\'ve heard that the ogres are guarding a chest up in some ruins behind their mound. I suspect it may be related. Care to fetch it for me?','Obtain the Mosh\'Ogg Bounty from the ruins behind the Mosh\'Ogg Ogre Mound.','','','','','','','',58205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26783,13202,33,0,8,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mosh\'Ogg Bounty','There\'s been some activity up north, at the rebel camp. I just heard from a soldier named Nimetz that a $r $c up there found the key to what\'s been driving them so crazy. That wasn\'t you, was it?$b$bAnyhow, he sent a sample to me, and it looks just like the rocks I\'ve been seeing over at the Mosh\'Ogg Ogre Mound, to the northeast.$b$bI\'ve heard that the ogres are guarding a chest up in some ruins behind their mound. I suspect it may be related. Care to fetch it for me?','Obtain the Mosh\'Ogg Bounty from the ruins behind the Mosh\'Ogg Ogre Mound.','','','','','','','',58205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26786,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,26622,0,0,0,'Securing the Beach Head','Something troubles me, $N. The twilight dragons knew just where and when to strike our airfleet. It\'s as if they knew our plans.$B$BTwilight spies cower within our midst!$B$BI\'m going to take one of our remaining ships back to Orgrimmar to roll some heads. I need you to stay behind and secure this front. The Dragonmaw shaman are powerful; I have asked them to open up a portal to Orgrimmar, and I need you to help.$B$BSo. Start helping!','Speak with Artesh at Dragonmaw Port in Twilight Highlands.','Your Warchief is decisive, $N. He makes things happen. I like him.$B$BLet\'s talk about this portal that he wants!','','Speak with Artesh at Dragonmaw Port.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26622,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,26621,0,0,0,'Death to Mor\'ghor','The time has come. Mor\'ghor dies today.$B$BBe warned, $c. Demon blood courses through his wretched veins, and he channels unnatural power. He will be destroyed, yes. But it will not be an easy fight.$B$BYou remember where Mor\'ghor resides, at the top of the camp. I will meet you there. Finish him!$B$BBe sure to recruit 3 Dragonmaw followers if you are short - you will need our help.','Slay Warchief Mor\'ghor in Dragonmaw Port. You can still recruit Dragonmaw Merchants and Workers to help you.','Well done, $N! You have done the Horde proud in my absence.$B$BThe Dragonmaw have joined us, with Zaela as their new leader. Blood was shed, but casualties were low, and we have their complete loyalty.$B$BOur Horde grows stronger!','','Speak with Garrosh Hellscream at Dragonmaw Port.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43189,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63884,63883,63882,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26785,13202,10,0,262152,21,24,0,0,0,0,0,0,0,0,0,26674,26717,0,0,'Part of the Pack','I\'ve been trying to keep my true self hidden away from the people of Darkshire... they seem to react poorly to worgen. There are more of us here, though, beyond the city.$B$BThe companions I first traveled here with search the woods for wild worgen. They believe some of them, ones with telltale signs, can still be returned to sanity.$B$BI\'m not quite ready to rejoin them. Please send word to Apprentice Fess at the crossroads west of town that I\'ll be staying in Darkshire a while longer.','Speak to Apprentice Fess at the crossroads west of Darkshire in Duskwood.','Tobias is staying in town still?\n\r\nMaster Harris warned him not to pursue his brother\'s fate. We all lead new lives now, after all. But the past is hard to let go of... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26787,13202,10,0,8,22,24,0,0,0,0,0,0,0,0,0,26721,0,0,0,'Bear In Mind','I\'m afraid that... well, I\'m just plain afraid, but I\'m also sorry to have to ask for another favor.$B$BMaster Harris needs brains. Bear brains. They\'re part of the serum apparently, or at least a proper substitute.$B$BThere\'s plenty of black bears in the woods to the west, and along the riverbank, but... I can\'t do it! I\'m too terrified to go out there and face those huge things, even with a rifle. Please, let me pay you to bring back some!','Collect 8 Black Bear Brains.','Thank you! Oh, thank you. I never thought I\'d be happy to smell those brains, but I am now that I didn\'t have to get them!\n\r\nHere\'s your reward as promised... ','Did you get them? Did you?','','','','','',60334,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60934,60935,60936,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26798,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,26784,0,0,0,'The Warchief Will be Pleased','The portal is ready!$B$BIt\'s not powerful enough to transport an army, but we can maintain the connection long enough to allow important individuals to pass back and forth.$B$BThe Warchief will want to know about our progress here. Walk through the portal to Orgrimmar, then deliver the news to Garrosh Hellscream. ','Use the portal in Dragonmaw Port to go to Orgrimmar and report to Garrosh Hellscream.','$C, you\'ve returned from Dragonmaw. The portal is functioning then? Good.$B$BBefore you return to your work there, we\'ve got some dirty business to clean up right here in Orgrimmar...','','Use the portal in Dragonmaw Port to go to Orgrimmar and report to Garrosh Hellscream.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26789,13202,406,0,8,1,2,0,0,0,0,0,0,0,0,0,0,26790,0,0,'You no take axe!',', we have a problem! I\'ve tracked down the demon-hound Magmadar to this clearing, but when we resting a band of kobolds took our battle axes! I need you to retrieve them, lest Magmadar catch us off guard! Hurry, he could awaken at any moment!','Kill 5 Test Kobolds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44048,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26790,13202,406,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Magmadar Must Die!','There he is, . The foolish beast fell asleep right out in the open! Good news for us, eh? Come, hero, we fight now! You can even have the honor of severing his head from his massive body. What\'s that? Too big for your bags? Why, carry it, of course! ','Bring Magmadar\'s head to Thrall in Stonetalon Mountains.','','','','','','','',60364,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26791,13202,5042,0,8388744,81,83,0,0,0,0,0,0,0,0,0,26834,26835,0,0,'Sprout No More','The stone trogg mystics are creating those fungal monstrosities from the giant mushrooms to the north.$B$BI want you to take a war guardian to help deal with the giants and stone troggs. Make your way to the giant mushrooms and target them. I and my geomancers will sink them into the ground before the mystics have a chance to finish their ritual.','Interact with and gain a War Guardian, and destroy 5 Giant Mushrooms.','','','','Obtain a War Guardian','Giant Mushrooms destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,44126,44049,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26792,13202,5042,0,8388744,81,83,0,0,0,0,0,0,0,0,0,26834,26835,0,0,'Fungal Monstrosities','Grab yourself a war guardian, and destroy those fungal monstrosities while you\'re out there.','Slay 5 Fungal Monstrosities.','','','','Obtain a War Guardian','','','',0,0,0,0,0,0,0,0,0,0,0,0,44126,44035,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26793,13202,10,0,8,23,25,0,0,0,0,0,0,0,0,0,0,26794,0,0,'The Weathered Grave','The weathered grave marker reads simply:$b$bMORGAN LADIMORE$b$b','Speak with Sirra Von\'Indi in Darkshire.','Morgan Ladimore?\n\r\nAhh, yes, of course. His was a long and sorrowful tale. I knew him, well, before he left for the war, but that was the last time I saw him. A noble and good man, he was, but he suffered a bad end.\n\r\nHere, I should have something here that can tell the tale better than my own recollections... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26794,13202,10,0,262152,23,25,0,0,0,0,0,0,0,0,0,26793,26795,0,0,'Morgan Ladimore','$b$bIf you would like to know more, you might ask Althea, she\'s been the one to handle the... trouble... with him of late.','Speak with Commander Althea Ebonlocke in Darkshire.','Morgan Ladimore? Never heard of...\n\r\nOh, you mean Mor\'Ladim! I guess you haven\'t heard the story?\n\r\nWell, I\'ll give you the short version. A powerful undead calling itself Mor\'Ladim has been wandering Duskwood. From what we\'ve gathered, it appears to be the undead body of Morgan Ladimore, of whom you apparently know. He\'s been causing us all sorts of problems, attacking Watchmen on patrol and killing people.\n\r\n\n\r\nYou seem to be capable enough, maybe you could lay him to rest. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2154,0,0,0,1,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26795,13202,10,0,8,23,25,1,0,0,0,0,0,0,0,0,26794,26796,0,0,'Mor\'Ladim','From what my scouts tell me, Mor\'Ladim wanders throughout Duskwood, following a strange and meandering path through the cemetery. We buried him out past the house on the hill, you know where that is?$b$bThere isn\'t anything I can do to help you, but I wish you good luck.','Kill Mor\'Ladim, then return his skull to Commander Althea Ebonlocke in Darkshire.','You killed him? That\'s no small accomplishment, $N! On behalf of the people of Darkshire and the Night Watch, I thank you.\n\r\nAh... there is one small matter, however... ','I don\'t blame you if you\'re having trouble with him, $N. Some of our strongest Watchers have been lost to Mor\'Ladim. ','','','','','',3514,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26796,13202,10,0,8,23,25,0,0,0,0,0,0,0,0,0,26795,26797,0,0,'The Daughter Who Lived','I should have told you this earlier...$b$bHow do I put this...$b$bMorgan may have believed that his family was all dead, but, in fact, his daughter Sarah Ladimore is now a Watcher. She\'s always been troubled by the... circumstances... surrounding her father\'s death. Perhaps you could go to bring the news to her.','Speak with Watcher Sarah Ladimore in Darkshire.','Yes? My father...\n\r\n\n\r\nI wish... there was something I could have done for him... If only I had talked to him before he... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26797,13202,10,0,0,23,25,0,0,0,0,0,0,0,0,0,26796,0,2162,1,'A Daughter\'s Love','Here, take this and lay it on his grave. Maybe... somehow, he\'ll know that I\'m okay, and that none of us hold him responsible for what happened.$b$b$b$bAnd... thank you, $n.','Take Sarah Ladimore\'s ring to Morgan Ladimore\'s grave.','\n\r\nThis is...? Sarah? Could it be she\'s still alive? The weight is removed from my shoulders...\n\r\n$N. Take my sword, Archeus. As my soul is put to rest, I have no more need for it. It was forged to do good, and though I have proved myself unworthy to hold it, perhaps you will carry on the Light through it.\n\r\nLys, my love... ','Leave me be... ','','','','','',2162,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60937,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26784,13164,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,26786,0,0,0,'Muddied Waters','The elemental powers are strong here in the Highlands, $N. It is why Twilight\'s Hammer chose to build their stronghold here.$B$BIn the right hands, we can channel this energy into something productive... like a portal directly to Orgrimmar.$B$BNorthwest of here, at the Verrall River Delta, water elementals have been stirred up by the actions of our foes upstream. Destroy them and gather 5 whirlpool cores. You\'ll not only calm the river, you\'ll power up our portal. ','Slay Muddied Water Elementals to collect 5 Whirlpool Cores.','These are perfect! The restless waters of that troubled river will now do much more than move silt or stone... They\'ll move you across continents.$B$BFinish up the rest of your business here in Dragonmaw and then we should be able to proceed.','I hope the fighting within the river wasn\'t too dangerous.','Take the Cores to Artesh at Dragonmaw Port.','','','','',60333,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26799,13202,154,0,524288,1,1,0,0,0,0,0,0,0,0,0,28608,0,0,0,'Those That Couldn\'t Be Saved','The val\'kyr raise hundreds of corpses every day. Agatha raised you just a few moments ago. Not all are as lucky as you, however.$b$bSome maintain their free will, but live in constant fear and confusion. They usually run off into the woods, cowering at their own reflections.$b$bOthers lose their minds completely, shambling about aimlessly. They often turn to violence, and must be destroyed.$b$bThis is your task, $N. Destroy them, our former brothers and sisters though they might be.','Kill 6 Mindless Zombies.','Not even the power of the val\'kyr was enough to save these creatures. They were doomed from the beginning.$b$bI have obtained some equipment for you, $N. It\'s not much, but it will help. Please, take your pick.','You will not go far in this new life if you are unable to kill even the weakest, most brainless creatures, $N. Do not return until you have success to report.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1501,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,3275,11847,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26800,13202,154,0,0,1,2,0,0,0,0,0,0,0,0,0,25089,0,0,0,'Recruitment','We\'ve been shipping in dead bodies from Silverpine, Hillsbrad... hell, anywhere we can get them from. We can\'t, however, afford to ignore the bodies which are sitting right on our front doorstep.$b$bThe last vestiges of the Scarlet Crusade roam here in Tirisfal Glades. While we\'ve managed to push them from Deathknell, several of their bodies litter the buildings to the north and the east.$b$bGo find them... and bring that Darnell fellow with you. He looks strong enough to carry a few corpses.','Search Deathknell and the vicinity for 6 Scarlet Corpses, then point at them so Darnell can pick them up.','Great work $N. I knew you weren\'t useless.$b$bHere, take one of these. We deathguards have piles of these things just sitting around.','','','Scarlet Corpses gathered','','','',0,0,0,0,0,0,0,0,0,0,0,0,49340,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,11848,11849,11850,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,65,0,0,81040,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26801,13202,154,0,524288,1,3,0,0,0,0,0,0,0,0,0,28653,0,0,0,'Scourge on our Perimeter','If you\'re going to be an asset to the Forsaken, you need to learn how to fight. And there\'s no better target than the Scourge minions that continue to pester us.$B$BThe wretched ghouls and Rattlecage skeletons that roam the north and to the east are former troopers of the fallen Scourge. They should prove to be an even match for a fledgling $c like you.$b$bDo not tarry - when you are done, speak to me again.','Kill 8 undead outside of Deathknell. You may kill either Wretched Ghouls or Rattlecage Skeletons.','You\'re growing in strength, $n. I\'ve seen your type before. You will be moving out of Deathknell and on to greater things before long. Just make sure you don\'t lose sight of where you started.$b$bYou have much to accomplish, $c.','Those who dally in this task might as well end up wandering about aimlessly like our fallen brothers and sisters in the village. Let\'s hope you will fare better than them, yes? ','','Deathknell Scourge slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,3274,11851,11852,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26802,13202,154,0,524288,3,3,0,0,0,0,0,0,0,0,0,28672,0,0,0,'The Damned','First of all, look at your armor. You\'re a mess, $c.$b$bIf you\'d like to stay in one piece--and I\'ve no doubt you do--perhaps I can help. If you can gather some paws and wings from the wolves and bats nearby, maybe I\'ll find some armor for you. You\'ll find the creatures to the north and to the west of here.','Obtain 4 Scavenger Paws and 4 Duskbat Wings.','Thank you, $n. This armor should help you out.$b$bHopefully, it should do you more good than the last one to wear it...','Do try your best to keep yourself unharmed until I get you some armor.','','','','','',3265,3264,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6060,2173,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26803,13202,1637,0,0,5,10,0,0,0,0,0,0,0,0,0,0,26804,0,0,'Missing Reports','Garrosh is brash and speaks harshly, but his intentions are good. In time, he will grow to see your people as a valuable ally.$B$BI am awaiting reports about recent Alliance activity in Durotar, but they haven\'t arrived yet. Would you be willing to visit Razor Hill and ask him for the reports in person? The easiest way to get there is by wind rider. Doras, Orgrimmar\'s wind rider master will let you use one of his wind riders for a small fee. Look for him on the rise north of the Valley of Strength.','Talk to Orgrimmar\'s wind rider master, Doras.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26804,13202,1637,0,8,5,10,0,0,0,0,0,0,0,0,0,0,26806,0,0,'Flight to Razor Hill','When you\'re ready to take the wind rider down to Razor Hill, simply speak with me again. When you get there, waste no time in finding Gar\'Thok. He\'s the one responsible for preparing reports on recent Alliance activity in Durotar.','Speak to Doras to purchase a wind rider ride to Razor Hill. Once you arrive, speak with Gar\'Thok.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26805,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,26782,0,0,0,'To the Cape!','The Explorers\' League is growing, $N. Not only have they taken in worgen like me, but they have expanded their range in search of artifacts. One of our best, Bronwyn Hewstrike, has set up a camp in the south, where he believes an item of titan origin may be hidden.$b$bBronwyn asked me to perform some duties here in the north, one of which was to identify potential recruits. You seem to be made of the right stuff. Talk to Robert Rhodes, the flight master, and he\'ll send you down there. Bronwyn\'s treat.','Speak with Robert Rhodes to obtain a flight to the Explorers\' League Digsite in the Cape of Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,2,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26806,13202,1637,0,0,5,10,0,0,0,0,0,0,0,0,0,0,26807,60370,1,'Reports to Orgrimmar','Eitrigg will have to be happy with the part of the report that I\'ve finished. Tell him to expect more in the future.$B$B$B$BThis should cover the most important details of the increase in Alliance forces working out of Northwatch. Please apologize to Eitrigg for me and let him know that we\'ve had our hands full here, trying to keep Razor Hill secure and supplied. When you\'re ready to return to Orgrimmar, simply speak to Burok and hire a wind rider.','Take Gar\'Thok\'s Reports to Burok at Razor Hill.','','','','','','','',60370,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26807,13202,1637,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,60370,1,'Return to Eitrigg','Since you\'ve already spoken to Doras, you\'ll be able to hire a wind rider to take you right back to Orgrimmar. Each time you arrive in a new town, be sure to speak with the town\'s flight master. After that, you\'ll be able to use the flight master\'s services to travel quickly.$B$BSpeak to me again when you\'re ready to purchase a return flight to Orgrimmar. Bring those reports to Eitrigg in the Valley of Strength once you\'ve landed.','Speak with Burok and purchase a flight back to Orgrimmar. Once in Orgrimmar, bring Gar\'Thok\'s Reports to Eitrigg in the Valley of Strength.','','','','','','','',60370,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26808,13202,5287,0,8,29,31,0,0,0,0,0,0,0,0,0,26819,26809,60373,1,'Maywiki','$b$bYou know, there\'s a troll hiding behind that pile of boxes. She must be awfully sad, if she doesn\'t want to come out and talk to anyone.$b$b$b$bHere, give these to her. They\'re very soft, and that maybe they will make her feel a little more comfortable back there.','Bring Linzi\'s Gift to Maywiki of Zuldazar at the Explorers\' League Digsite.','','','','','','','',60373,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26809,13202,5287,0,8,29,31,0,0,0,0,0,0,0,0,0,26808,26810,58963,1,'Backdoor Dealings','Zanzil the Outcast, an exile from the Gurubashi tribe, is my quarry. Recently, I have heard tales from my brothers in the north about his planned reentry into society, starting with the emissary he sent to the Skullsplitters. This is not good news.$b$bI want you to peer into Zanzil\'s current plans. Take this incense, and place it in front of the bat totem in the Ruins of Jubuwal, to the north. Hir\'eek will guide you from there.','Place the Gurubashi Incense in front of the Totem of Hir\'eek, then listen to Zanzil\'s plot.','','','','Place incense in front of Totem of Hir\'eek','Spy on Zanzil','','',0,0,0,0,0,0,0,0,0,0,0,0,43252,43245,0,0,1,1,0,0,0,0,0,0,0,0,0,0,61531,61532,61533,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26810,13202,5287,0,65544,29,32,0,0,0,0,0,0,0,0,0,26809,26811,60374,1,'Eliminate the Outcast','You are to kill Zanzil. You rode on Hir\'eek\'s wings and saw through Hir\'eek\'s eyes; you know where Zanzil hides within the Ruins of Aboraz. Travel there and kill him.$b$bOh, and $r: if we become separated, you should use this fetish. It only works within Stranglethorn, but it will transport you back here to me should you need to return switfly.$b$bGood luck, $r. Zanzil is no ordinary opponent.','Travel to the Ruins of Aboraz in the Cape of Stranglethorn and deal with Zanzil the Outcast.','','','','Deal with Zanzil the Outcast','','','',0,0,0,0,0,0,0,0,0,0,0,0,43245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26811,13202,5287,0,851968,29,32,0,0,0,0,0,0,0,0,0,26810,0,60374,1,'Through the Troll Hole','It looks like Zanzil\'s portal into Zul\'Gurub is still open. Zul\'Gurub is a dangerous place, but Maywiki entrusted this task to you.$b$bThe portal lies in wait in front of you.','Use Zanzil\'s Portal and enter Zul\'Gurub.$b$bIf you become lost or need to return to Zul\'Gurub, speak with Maywiki at the Explorers\' League Digsite.','','','','Pass through Zanzil\'s Portal','','','',0,0,0,0,0,0,0,0,0,0,0,0,43253,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26812,13202,5287,0,589824,29,32,0,0,0,0,0,0,0,0,0,26811,0,60374,1,'High Priestess Jeklik','Ahead of you looms a ramp up to one of the city\'s many terraces. The bat-shaped totems ahead of you indicate that this is the domain of High Priestess Jeklik, a follower of Hir\'eek.$b$bJeklik was one of the Hakkar-worshipping priests that Zanzil was planning to resurrect. Perhaps if you hurry, you can stop the resurrection!','Destroy High Priestess Jeklik\'s body before Zanzil can resurrect her.$b$bIf you become lost or need to return to Zul\'Gurub, speak with Maywiki at the Explorers\' League Digsite.','','','','Destroy High Priestess Jeklik\'s body','','','',0,0,0,0,0,0,0,0,0,0,0,0,43257,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26813,13202,5287,0,851968,29,32,0,0,0,0,0,0,0,0,0,26812,0,60374,1,'Plunging Into Zul\'Gurub','Zanzil the Outcast has once again escaped through one of his portals. Follow him!','Pass through Zanzil\'s Portal.$b$bIf you become lost or need to return to Zul\'Gurub, speak with Maywiki at the Explorers\' League Digsite.','','','','Pass through Zanzil\'s Portal','','','',0,0,0,0,0,0,0,0,0,0,0,0,43321,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26814,13202,5287,0,8,29,32,0,0,0,0,0,0,0,0,0,26813,0,60374,1,'High Priest Venoxis','Venoxis was the second of the two priests that Zanzil planned to bring back from the dead. You have already succeeded in destroying the body of High Priestess Jeklik... Venoxis must be the next.','Deal with Zanzil the Outcast and High Priest Venoxis.$b$bIf you become lost or need to return to Zul\'Gurub, speak with Maywiki at the Explorers\' League Digsite.','','','','Deal with High Priest Venoxis','','','',0,0,0,0,0,0,0,0,0,0,0,0,43323,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61549,61550,61551,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9500,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26815,13202,5287,0,8,29,31,0,0,0,0,0,0,0,0,0,26817,26824,0,0,'Zanzil\'s Secret','Years ago, the Gurubashi exiled one of their own from Zul\'Gurub: a troll by the name of Zanzil. The reasons why aren\'t all that clear, but I\'d guess it had something to do with his tendency to administer powerful, behavior-altering drugs to anyone he saw. Anyhow, the Gurubashi priests and their blood god have been slain, but Zanzil the Outcast remains...$b$b...as do his powerful, behavior-altering drugs.$b$bI need his mixture for my next test. Check the zombies to the north.','Obtain 5 vials of Zanzil\'s Mixture.','','','','','','','',4016,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26816,13202,5287,0,8,29,32,0,0,0,0,0,0,0,0,0,26817,26824,0,0,'Recipe for Disaster','Did you see that explosion I made? I must have flown 10 inches off the ground!$b$bI\'ve just got to get Zanzil\'s recipe so I can find out why it did that. One of Zanzil\'s flunkies at the Ruins of Aboraz must have it on him. Head east, to the coast of the Cape, and snatch it for me!','Obtain Zanzil\'s Formulation from one of Zanzil\'s followers in the Ruins of Aboraz.','','','','','','','',58901,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61543,61544,61545,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,6,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,20100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26817,13202,5287,0,8,26,30,0,0,0,0,0,0,0,0,0,26823,0,0,0,'Perfectly Pure','This humour won\'t serve on its own. Too thick. WAY too thick.$b$bThe nagas to our west maintain a shrine that dispenses the only clean water this side of Duskwood. For most potions, I\'ll use river water, but Bronwyn demands accuracy!$b$bObtain it from the Nek\'mani Wellspring at the peak of the naga camp. Good luck!','Obtain The Holy Water of Clarity from the Nek\'mani Wellspring in the Cape of Stranglethorn.','','','','','','','',60386,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26818,13202,5287,0,8,26,30,0,0,0,0,0,0,0,0,0,26819,0,0,0,'Plush Pelts','Hi, I\'m the town merchant! And Bronwyn\'s my dad!$b$bSorry, I shouldn\'t get too excited. Father says it\'s not professional.$b$bAnyhow, people always come to me asking for heavy leather, or rough hides, but I think they might also like it if I had some soft materials... like tiger fur! Think you could get some for me?$b$bYou\'ll find a few panthers nearby, but if you want to see the big tigers, you\'ll have to go northwest from here... north of that big troll arena.','Obtain 4 Supple Tiger Furs and 4 Velvety Panther Furs.','','','','','','','',58812,58813,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61513,61514,61515,61516,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26819,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,26822,26808,0,0,'Akiris by the Bundle','The naga explorers to our west carry a valuable ocean reed - Akiris reeds. Traders use them to make medicines and poultices, and craftsmen use them to line armor or even wrap cigars!$b$bIn the evenings, when digging\'s done, father\'s been teaching me how to use them... but unfortunately, we ran out. Would you mind getting us some more?','Obtain 6 Akiris Reeds from Naga Explorers.','','','','','','','',4029,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26820,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,26819,0,0,0,'If They\'re Just Going to Leave Them Lying Around...','Father says that a responsible merchant is always keeping an eye out for good deals. I\'ve been trying to look for deals everywhere I go, and I think I\'ve just found one!$b$bThe naga to the west have dozens of statues that they place on the ground where they live. They couldn\'t possibly need all of them... so I was thinking that we\'d take some for ourselves!$b$bFree statues! That\'s a good deal, right?','Obtain 6 Naga Icons from the Southern Savage Coast in the Cape of Stranglethorn.','','','','','','','',58877,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61521,61522,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26821,13202,5287,0,262152,26,32,0,0,0,0,0,0,0,0,0,26824,0,58490,1,'Airwyn Bantamflax','Well, we have no idea what this artifact is. It\'s old, older than dirt... but not titan. I\'m completely dumbstruck.$b$bAirwyn Bantamflax in Booty Bay is my direct superior. Our next step should be to inform her of this find. Please, would you bring it to her?','Bring the Opened Mosh\'ogg Bounty to Airwyn Bantamflax at Booty Bay in the Cape of Stranglethorn.','','','','','','','',58490,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,2,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26822,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,26821,0,0,0,'Good-Fer-Nothin\' Slither-Dogs','Ahem! Hrm, hrm...$b$b$b$bYou\'re lookin\' fer somethin\' ta do? And ya come askin\' ME? Lowly ol\' Goris?!$b$bWell, ah... this is a first. Ah, I\'ve got it!$b$bThe vale ta tha north is filled with a bunch o\' useless, belly-scrapin\' basilisks. They don\'t do nothin\' for no one, and I hear they turned a guy ta stone once.$b$bIf ya kill \'em, I\'ll give ya some o\' my stuff.','Kill 12 Thrashtail or Ironjaw Basilisks.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44127,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,61525,61526,61527,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,18300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26823,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,0,26817,0,0,'Too Big For His Britches','Whatever it is you want to do: I\'ve got a recipe that\'ll do exactly that. You want an exploding potion? BOOM!! You want a lightning potion? ZAP!! You want a shrinking potion? Smeerp.$b$bSo Bronwyn says he wants a carbon-dating potion? Easy. I could make that in my sleep. The thing is... if we want it to be accurate, I need you to get some quality ingredients.$b$bStart with some humour from a basilisk to the north. It\'ll need to be a pretty big basilisk...','Obtain a vial of Ironjaw Humour from the Ironjaw Behemoth in the Crystalvein Mine.','','','','','','','',60380,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26824,13202,5287,0,8,29,32,0,0,0,0,0,0,0,0,0,0,26821,58490,1,'Results: Inconclusive','I did all I could, $N. I had the right potions... I had the right recipes... but the source of this sample eludes me. It\'s tens of thousands of years old, but we\'ve shown that it\'s not of titan origin. And it\'s not saronite, I can tell you just by looking at it. So... what in Brann\'s name is it?$b$bTell Bronwyn that I tried my best. Sorry.','Return the Opened Mosh\'Ogg Bounty to Bronwyn at the Explorers\' League Camp in the Cape of Stranglethorn.','','','','','','','',58490,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26825,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,28702,26823,58490,1,'Dask \"The Flask\" Gobfizzle','Hey - you must be that $g fella\': lass; that Wulfred was talkin\' about! The one who found the ogre artifact, and helped him test out those strange stones from up north. Welcome to the digsite, $N!$b$bWe were actually working on identifying those samples right as you got here. Would you mind bringing the sample over to Dask? I need him to help me find out how old it is.','Bring the Opened Mosh\'Ogg Bounty to Dask \"The Flask\" Gobfizzle at the Explorers\' League Digsite in the Cape of Stranglethorn.','','','','','','','',58490,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26826,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,26805,26823,58490,1,'Dask \"The Flask\" Gobfizzle','Hey - you must be that $g fella\': lass; that Wulfred was talkin\' about! Welcome to the digsite, $N.$b$bWe were actually just starting a project when you arrived. Would you mind bringing this sample over to Dask? I need him to help me find out how old it is.','Bring the Opened Mosh\'Ogg Bounty to Dask \"The Flask\" Gobfizzle at the Explorers\' League Digsite in the Cape of Stranglethorn.','So once again, it falls upon tiny Dask to get the Explorers\' League work done! Alright... let\'s see what you\'ve got in there.','You got something that needs mixing?','','','','','',58490,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26828,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26827,0,0,0,'Our Part of the Bargain','Sadly, I must stay and hold the rift, so you will have to battle without me. Go now to Therazane and join the battle, as promised. You should find her at the Halcyon Egress, north of Lorthuna\'s Gate and east of the Scoured Reach.$B$BWhen our part of the bargain is fulfilled, bring the last piece of the World Pillar here as quickly as possible. ','Speak to Therazane on the Halcyon Egress.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26876,13202,5042,0,131208,81,83,0,0,0,0,0,0,0,0,0,26857,0,60810,1,'The World Pillar Fragment','It is time, $N. We have spotted Abyssion making his way to the lair.$B$BThe Twilight\'s Hammer might\'ve thought the fragment would be safe if a dragon guarded it, but I\'ve met enough dragons to know their one weakness. Pride.$B$BAbyssion\'s not going to run from a fight with us puny mortals.$B$BPlace the banner of the Earthen Ring in the middle of his lair. Once we defeat him, bring the fragment to Maruut. We need to to repair the World Pillar as soon as possible.','Place the Earthen Ring Banner in the center of Abyssion\'s Lair, slay him and obtain the Upper World Pillar Fragment.','','','Bring the Upper World Pillar Fragment to Maruut Stonebinder at the Temple of Earth.','','','','',60574,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61474,61473,61472,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26829,13202,5042,0,8388744,81,83,0,0,0,0,0,0,0,0,0,26828,26833,0,0,'The Stone March','My forces have already begun the assault. Join them. Spill the blood of these cultists upon the ground, that I might feel how they suffer.','Kill 15 Twilight Precipice Cultists.','','','','Twilight Precipice Cultists slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,42916,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26830,13202,1637,0,136,84,84,0,0,0,0,0,0,0,0,0,26798,0,0,0,'Traitor\'s Bait','I haven\'t given up my search for the Twilight\'s Hammer agents that lurk here in Orgrimmar. I need someone I can trust to collect the final evidence of treachery.$B$B$B$BSauranok the Mystic - my own most trusted advisor! - is under suspicion. Uncover the truth, $N, and you\'ll be rewarded.$B$BI understand Twilight\'s Hammer has infiltrated workers at the airship docks, to spread their lies all over the continent. Question them. If you discover Sauranok\'s guilt... Kill him.','Question Orgrimmar Skyway Peons around the Zeppelin Towers. Look for any Suspicious Peons. Try to flush out Sauranok the Mystic and kill him.','Sauranok, Sauranok. His own visions worked against him. Twilight\'s Hammer probably corrupted him from afar. Bah! Weak! We\'ll speak his name no more.$B$BI told him you were investigating the airship docks, $N. To flush him out. Yes, I used you as bait. You served your Horde well, and deserve a reward for outing this viper from our midst.','','','Sauranok\'s Guilt Revealed','','','',0,0,0,0,0,0,0,0,0,0,0,0,44132,44120,0,0,1,1,0,0,0,0,0,0,0,0,0,0,63916,63915,63914,63913,63912,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26831,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26828,26833,0,0,'The Twilight Flight','Terrath wants you to make your way to the far end of the precipice to fight Zoltrik Drakebane. He is on his way there as well, but he thinks Zoltrik is likely to take to the sky.$B$BQuite an impression you seem to have made, little one. Have you ever mused that none of this would have happened if I had just stepped on you during our first meeting? Fate is a strange thing.','Defeat Zoltrik Drakebane.','','','','Zoltrik Drakebane defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,44135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26832,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26828,26833,0,0,'Therazane\'s Mercy','There are two leaders among the Twilight that need to be killed.$B$BOne is a human by the name of Boldrich. Small, as you are. But still dangerous, as you also are.$B$BThe other is a priestess by the name of Lorthuna. She is wily and hard to corner. Strike swiftly and do not let her escape, or I promise you, you will regret it later.','Defeat Boldrich Stonerender and High Priestess Lorthuna.','','','','Boldrich Stonerender defeated','High Priestess Lorthuna defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,42923,42914,0,0,1,1,0,0,0,0,0,0,0,0,0,0,61408,61407,61406,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26833,13202,5042,0,2097288,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Word In Stone','You have done as I\'ve asked of you, $r. I shall honor my word. Gorsik will meet you at the temple with our piece of the World Pillar.$B$BFinish your ritual and bind the rift. After you have done such, tell your Earthen Ring to leave this place.$B$BYou however... you can stay for a time if you want. You\'ve earned at least that.','Speak to Maruut Stonebinder in the Temple of Earth.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,83483,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26834,13202,5042,0,262280,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down Into the Chasm','Down below in Needlerock Chasm is where the mystics are sprouting all of these fungal monstrosities. I sent Slate Quicksand and a small force to deal with it, but they\'ve run into a snag.$B$BYou remember the Arch Geomancer? Would you fly down there to the northeast and lend him a hand?','Speak with Slate Quicksand at Needlerock Chasm in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26835,13202,5042,0,262280,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Slight Problem','While you were out there, Pyrium Lodestone contacted me. He said that there is a matter of great urgency and that your assistance is needed immediately. Return to him at the entrance to Needlerock Slag to the southwest.$B$BI wish you luck with the rescue of the Stonefather and the recovery of the middle fragment.','Return to Pyrium Lodestone at Needlerock Slag in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26836,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26835,0,0,0,'Rescue the Stonefather... and Flint','We found out where the Stonefather is being held and young Flint ran off on his own to rescue him!$B$BI don\'t have to tell you that this is bad. Flint is going to get himself captured as well, or worse!$B$BThe stone trogg chieftain, Bouldergut, is at the end of the ledges above Needlerock Chasm to the north.$B$BPlease, $N, you must go after Flint and free the Stonefather before we lose them both!','Free Stonefather Oremantle.','','','','Stonefather Oremantle rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,44151,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61450,61449,61448,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26837,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Explorers\' League Digsite','Say, $N... you seem suitable.$b$bBronwyn Hewstrike of the Explorers\' League has been asking for recruits at his digsite in the Cape of Stranglethorn. Personally, I don\'t understand why he can\'t just go down to Booty Bay and find his recruits there... pirates are easily swayed by a couple pieces of gold.$b$bEither way... rumors are he\'s finally found something in that jungle. I wonder what it is?','Report to Bronwyn Hewstrike at the Explorers\' League Digsite in the Cape of Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26838,13202,33,0,8,24,25,0,0,0,0,0,0,0,0,0,0,26735,0,0,'Rebels Without a Clue','Several years ago, Stormwind\'s Captain Kurzen brought a brigade into Stranglethorn Vale on a mission whose details are still murky. Kurzen swiftly descended into madness, as did his men... except for a few rebels who made it their mission to undo the evils that Kurzen had wrought.$b$bAs I said, that was years ago. I\'m now hearing rumors that Kurzen is dead, but those rebels still persist at their rebellion. If you wish to investigate, you\'ll find them at a camp on Stranglethorn\'s northern border.','Report to Lieutenant Doren at the Rebel Camp in Northern Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26839,13202,5287,0,8,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get Away From It All!','Say, $c, you look tired. Carrying around that heavy wallet... er, I mean... heavy equipment... must be a strain on your poor $r back.$b$bSassy Hardwrench has recently established a premier five-star resort on the sparkling coast off the Cape of Stranglethorn. Balloon tours, rowboating, day trips to Booty Bay... they\'ve got it all.$b$bYou should really go visit. I can tell just by looking that you need a break after so many difficult, lucrative adventures.','Visit Sassy Hardwrench at Hardwrench Hideaway in the Cape of Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26840,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,26830,0,0,0,'Return to the Highlands','With Orgrimmar secure and our Dragonmaw allies behind us, we can turn our attention to the conquest of the Twilight Highlands and the utter destruction of Deathwing\'s forces there.$B$BI need the Horde\'s best on the front lines. That means you. And all your friends.$B$BThe Highlands WILL be ours!$B$BUse the new portal you created to return to Dragonmaw Port. Report to Zaela to see where she needs you the most.','Use the Twilight Highlands Portal in Orgrimmar to return to Dragonmaw Port in the Twilight Highlands and speak to Zaela.','$N! I trust Orgrimmar fares well?$B$BAs you can see, construction of Dragonmaw Port continues at a breakneck pace. If my people questioned the Horde\'s power before... the sight of this imposing edifice and the speed in which it was constructed leaves no doubt.$B$BA new day dawns for the Dragonmaw.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26841,13202,0,0,524288,3,3,0,0,128,0,0,0,0,0,0,28714,26940,60400,1,'Forbidden Sigil','This sigil was given to me by a messenger from our mage trainer, Rhyanda. It seems Rhyanda would have words with you when you have a moment. Read it and bring it to her afterwards.','Speak to Rhyanda inside Aldrassil in Shadowglen.','','','','','','','',60400,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26842,13202,38,0,8,10,12,0,0,0,0,0,0,0,0,0,26176,0,0,0,'Out of Gnoll-where','Well met, $c. We\'ve got a problem, and I\'d ask you to lend a hand.$B$BIt\'s gnolls. There\'s a mess of the things west of town, roaming the hills. Not usually any cause for alarm, but we\'ve not usually had gnolls here in Loch Modan.$B$BI\'m curious where they came from, but not curious enough to bother asking the mangy things. Clear \'em out, I say. Bring back proof of your kills and I\'ll pay a solid bounty.','Collect 12 Gnoll Ears from Mosshide Scouts or Mosshide Bashers.','','','','','','','',60402,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26843,13202,38,0,8,11,13,0,0,0,0,0,0,0,0,0,13636,0,0,0,'A Tiny, Clever Commander','We\'ve dealt with kobolds in these lands for years. Not much other than a nuisance. But they\'ve been getting craftier at their stealing.$B$BI think one of them\'s ended up smarter than usual. Won\'t be that way for long, though!$B$BI want you to go to the camp south of here and make sure there\'s not a \"big shot\" kobold stirrin\' up the other ones. Make sure to check the cave; it\'s a likely spot.$B$BAnd don\'t be shy about clearing out the other kobolds along the way.','Slay Commander Nazrim.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44197,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26844,13202,38,0,8,11,13,0,0,0,0,0,0,0,0,0,26843,0,0,0,'Kobold and Kobolder','Now that those little blighters are dealt with, we\'ve got more to take care of.$B$BThe tunnel rats are swarming all over the Silver Stream Mine, setting up camps and sniffing around further and further every day. Greedy little things are looking for loot, I gather.$B$BSurveying and foraging is all fine and dandy when it\'s not on dwarven land! Take care of those tunnel rats and report back to me.','Slay 5 Tunnel Rat Surveyors and 5 Tunnel Rat Foragers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1177,1176,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26845,13202,38,0,8,11,13,0,0,0,0,0,0,0,0,0,26844,0,0,0,'Who\'s In Charge Here?','Dorli\'s filled me in on this crazy trogg-slave operation the kobolds have going, and if you haven\'t talked to her about it yet, I suggest you do.$B$BI\'d like to get to the bottom of this. Literally! Whoever\'s running this show is bound to be at the bottom of the mine, calling the shots, and I want them dealt with.$B$BFind whatever crafty bugger is directing the geomancers and diggers and bring me back their head.','Collect the head of Foreman Sharpsneer.','','','','','','','',60404,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26846,13202,38,0,8,11,13,0,0,0,0,0,0,0,0,0,26844,0,0,0,'A Nasty Exploit','I\'ve found out what those rats are up to. There\'s so many of them outside because they\'ve got troggs digging for them in the mine!$B$BThe tunnel rat geomancers figured out some kind of parlor trick to control the troggs, as creatures of the earth or somesuch.$B$BFascinating, but not something we want to let them practice. Take out those geomancers right away.','Slay 5 Tunnel Rat Geomancers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26847,13202,5042,0,278664,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Quaking Fields','The king has moved south, just past Stonehearth, to the Quaking Fields.$B$BGood luck in retrieving the middle fragment of the World Pillar, but beware the giants and other creatures of the field, $N.','Speak with King Oremantle at the Quaking Fields in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26848,13202,5042,0,16520,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'X Marks the Spot','$B$BThat\'s where I buried it. Head on out there and dig it up for me.$B$BJust avoid those giants. I can tell you from experience that they hit like a... well, like a giant!','Head out to where King Oremantle buried the second World Pillar fragment.','','','','Go to where the World Pillar fragment is buried','','','',0,0,0,0,0,0,0,0,0,0,0,0,44207,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26849,13202,5042,0,8536200,81,83,0,0,0,0,0,0,0,0,0,0,0,60490,1,'The Axe of Earthly Sundering','The emerald colossi need to be removed from the field. It\'s conceivable that one of them has the fragment. Regardless, Therzane has moved her forces too close to Stonehearth and they pose a threat.$B$BSunder the giants with my axe. That should bring them down to a more manageable size so that you can finish them off.','Slay 5 Sundered Emerald Colossi.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44229,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,61400,61401,61399,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26850,13202,5042,0,16520,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elemental Ore','We\'ll need to perform a ritual to pinpoint where the World Pillar fragment\'s been taken.$B$BGo out into the field and collect elemental ore from the ragers. With enough of it, I should be able to make you one with the ground to learn what we need.','Collect 6 Elemental Ore.','','','','','','','',60487,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26851,13202,5042,0,82056,81,83,0,0,0,0,0,0,0,0,0,0,26852,0,0,'One With the Ground','I know a ritual of the earth that will make you one with the ground. Because I have already handled the fragment, the spirits of the ground will take you near to it.$B$BKeep your mind focused on the World Pillar and let me know when you are ready, $N.','Through the One With the Ground ritual, discover the location of the Middle Fragment of the World Pillar.','','','','Middle Fragment of the World Pillar located','','','',0,0,0,0,0,0,0,0,0,0,0,0,44290,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26852,13202,5042,0,540800,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fragment\'s Inside','The Middle Fragment of the World Pillar is within Avalanchion\'s Vault. Enter and retrieve it.','Collect the Middle Fragment of the World Pillar.','','','','','','','',60575,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61398,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26853,13202,5042,0,278664,81,83,0,0,0,0,0,0,0,0,0,0,0,60575,1,'The Middle Fragment','Fly. Fly as fast as you can, $N!$B$BGet the middle fragment back to the Temple of Earth in the middle of Deepholm!','Deliver the Middle Fragment of the World Pillar to Earthcaller Yevaa at the Temple of Earth in Deepholm.','','','','','','','',60575,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61397,61396,61395,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26854,13202,1,0,8,10,11,0,0,0,0,0,0,0,0,0,28567,0,0,0,'The Lost Pilot','My friend and fellow Siege Engine pilot, Mori Hildelve, is lost in the hills. We were looking for a rare ore that\'s needed for a high-grade blastpowder, and during our search he drove his engine up a steep hill and busted it!$B$BStill convinced that ore was in these mountains, Hildelve charged me to guard our engines while he continued on foot.$B$BIt\'s been days, and I\'ve heard some beastly growls north of Helm\'s Bed Lake, west of the tunnel. Mori\'s tough as nails, but I\'m worried.$B$BPlease, $N. Find him.','Find Pilot Hildelve north of Helm\'s Bed Lake.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58972,58971,58970,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26855,13202,1,0,8,10,11,0,0,0,0,0,0,0,0,0,26854,0,3117,1,'A Pilot\'s Revenge','Hildelve wrote in his journal that he was attacked by Mangeclaw, a \"huge Ice Claw Bear.\" He drove off the beast, but not before it mauled him savagely.$B$BJudging from the state of Hildelve\'s body, Mangeclaw must have later returned and killed him.$B$BHowever, Hildelve wrote in his journal his one, final wish:$B$BRevenge against Mangeclaw.','Kill Mangeclaw.$B$BBring his Mangy Claw and Hildelve\'s Journal to Pilot Hammerfoot at the South Gate Outpost.','','','','','','','',3183,3117,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57560,57566,57562,57563,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,0,4,4,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26856,13202,2437,0,8,13,15,81,0,0,0,0,0,0,0,0,0,0,0,0,'Repel the Invasion','This cavern was once a place of great honor. Young warriors were taken here to slay an Earthborer worm for their first kill - something we Orcs remember for our entire lives.$B$BThe Burning Blade agents inside have enslaved the cave\'s inhabitants and plan to launch a full-scale attack on Orgrimmar along with their Trogg allies.$B$BIf you strike down their Lieutenants, you may be able to catch them unprepared and stop this invasion before it starts.','Kill Oggleflint, Bazzalan, and Jergosh the Invoker.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11518,11519,11517,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26857,13202,5042,0,8388744,81,82,0,0,0,0,0,0,0,0,0,26771,26876,0,0,'Abyssion\'s Minions','If it\'s the dragon that\'s got the fragment, we\'re going to need to draw his attention back to his den.$B$BGo to Abyssion\'s Lair just east of here and defeat his underlings. That should get him to show up with the World Pillar fragment sooner or later.','Defeat 8 Twilight or Dragonkin units at Abyssion\'s Lair.','','','','Abyssion\'s underlings defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,44228,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26858,13202,2437,0,8,13,16,81,0,0,0,0,0,0,0,0,0,0,0,0,'Taragaman the Hungerer','The Searing Blade has managed to summon a foul demon they call Taragaman the Hungerer to lead the first attack in their takeover of Orgrimmar!$B$BMake haste and slay Taragaman in the name of the Warchief! Lok\'tar ogar!','Take Taragaman the Hungerer\'s heart.','','','','','','','',0,0,0,14540,0,0,0,0,0,1,0,0,11322,11323,11324,0,4,4,2,0,0,0,0,0,0,0,0,0,66040,66045,66031,66022,49541,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26859,13202,2437,0,16392,9,16,81,0,0,0,0,0,0,0,0,0,0,0,0,'Searching for the Lost Satchel','The troggs are not the only thing that interested Magatha in Ragefire Chasm. She has heard word that one of her servants, a Maur Grimtotem, found something peculiar while in the Chasm, but he never made it out to show her what. She\'d like Maur\'s body found--if it still exists--and any signs of what he found while attempting to speak to the troggs.$B$BReturn to Magatha any items of interest, and I\'m sure she would be very generous in her reward.$B$BAgain, seek the Chasm in the darkest areas of Orgrimmar.','Search Ragefire Chasm for Maur Grimtotem\'s corpse and search it for any items of interest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26860,13202,38,0,8,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thelsamar Blood Sausages','There\'s never a shortage of empty bellies here in Thelsamar, kids running in and out, workers from the excavation coming in after a hard day\'s work. We\'re famous for our blood sausages, I don\'t suppose you\'ve ever tried them?$b$bNo? Well, around here you\'ve got to work for your meals, and don\'t think just because you\'re a fancy $c, you\'ll be any exception.$b$bYou get me some fresh bear rumps and leave the cooking to me!','Collect 8 Bear Rumps from Black Bears in Loch Modan.','','','','','','','',60497,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3220,3679,0,0,5,1,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26861,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,26771,26876,0,0,'Block the Gates','If we\'re to have a shot against Abyssion, we must make sure he receives no aid from reinforcements.$B$BYou will find two gateways in his lair to the east. Use this stormstone to disrupt their operation.$B$BIf everything goes as planned, we\'ll be able to tackle Abyssion without him being able to receive much assistance.','Kill 10 Twilight Scalesister And 8 Scalesworn Cultist ','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43967,44221,0,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26862,13202,2437,0,8,13,15,81,0,0,0,0,0,0,0,0,0,0,0,0,'Elemental Tampering','The Searing Blade\'s warlocks have enslaved Ragefire Chasm\'s elemental spirits, $N. They aren\'t a threat to the city while my spell keeps them at bay, but I can\'t maintain it much longer.$B$BBring me six of the Searing Bindings used to control them and I will release their spirits back into the Chasm.','Obtain 6 Searing Bindings.','','','','','','','',60499,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26863,13202,38,0,8,11,13,0,0,0,0,0,0,0,0,0,26844,0,0,0,'Filthy Paws','The Silver Stream Mine to the east ran dry long ago. It was converted by the Miners\' League into a storage depot, but now kobolds have moved in, putting their filthy paws on good, dwarven tools!$B$BWe\'ll root out those vermin soon enough, but the League wants someone to get their gear out of the mine before we warriors tromp in there and break things. It\'ll be a tough delve - you might want cohorts at your side.$B$BThe gear is stored in Miners\' League Crates throughout the mine. Good luck.','Collect 6 loads of Miners\' Gear from the Silver Stream Mine.','','','','','','','',2640,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58980,58979,58978,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26864,13202,38,0,262152,11,13,0,0,0,0,0,0,0,0,0,26845,0,60500,1,'The Bearer of Gnoll-edge','I need you to take this back to Mountaineer Kadrell. Show it to him and tell him the nasty critters around here might be having some kind of get-together.','Deliver Foreman Sharpsneer\'s Head to Mountaineer Kadrell. ','','','','','','','',60500,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26865,13164,2437,0,262152,15,15,81,0,0,0,0,0,0,0,0,0,26858,0,0,'Enemies Below','There are enemies of the Horde beneath this very city, $c.$B$BThe Searing Blade plots to take Orgrimmar for their own, and have already taken Ragefire Chasm! We need to storm their forces and retake what is ours!$B$BGo speak with Stone Guard Kurjack just inside Ragefire Chasm. He will have further orders for you. ','Speak with Stone Guard Kurjack.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26866,13202,2437,0,262152,15,15,81,0,0,0,0,0,0,0,0,0,26858,0,0,'Enemies Below','Orgrimmar\'s Ragefire Chasm has been taken by the Searing Blade. $N, we cannot allow this to pass unpunished, lest they next set their sights on Thunder Bluff.$B$BGo speak with Stone Guard Kurjack just inside the Chasm. Help him in any way you can, for our fates are intertwined.','Speak with Stone Guard Kurjack.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26867,13202,2437,0,262152,15,15,81,0,0,0,0,0,0,0,0,0,26858,0,0,'Enemies Below','With all his usual grace, Warchief Garrosh has kindly requested your presence in Ragefire Chasm to help retake it from the Searing Blade. Apparently, his reinforced city isn\'t as impenetrable as he thought.$B$BGo speak with Stone Guard Kurjack just inside Ragefire, I\'m sure he\'ll be glad to have competent help.','Speak with Stone Guard Kurjack.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26868,13202,38,0,131080,12,15,0,0,0,0,0,0,0,0,0,26928,0,60681,1,'Axis of Awful','Alright, now just shut yer gob and lemme talk, \'cause here\'s the plan.$B$BThose gnolls and murlocs are liable to be meetin\' out there somewhere. So you take this clever plant disguise of mine, and you wear it and look like a plant. Then you sneak up on \'em, and you throw this scent pheromone you gathered on the mosshide standin\' with the murlocs.$B$BThen the murlocs\'ll flip their spit, and the mosshides will think twice about trying to work with such crazy lil\' buggers!','Use the Clever Plant Disguise Kit to sneak up on the Mosshide Representative and use the Potent Murloc Pheromones on him.','','','','Mosshide Tagged','','','',0,0,0,0,0,0,0,0,0,0,0,0,44266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26869,13202,5042,0,524416,81,83,0,0,0,0,0,0,0,0,0,26426,0,0,0,'Depth of the Depths','$B$BWell done, $r.$B$BWithin the tunnels below, you will find the stone which you seek. Painite.$B$BThe dangers ahead are many...$B$BDangers that the Stone Lords themselves fear.$B$BRemain steady.$B$BRemain strong.$B$BThe strength of the rock itself is beneath your feet.','Find the Painite within the Crumbling Depths.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26870,13202,718,0,8,15,21,81,0,0,0,0,0,0,0,0,0,0,0,0,'Cleansing the Caverns','Naralex had a noble goal.$b$bOur great leader aspired to enter the Emerald Dream and help regrow these harsh lands back into the lush forest it once was.$B$BBut something went terribly wrong.$b$bNaralex\'s trusted allies, the Druids of the Fang, turned on him! They seek not to heal the Barrens, but to dominate it.$B$B$N, before we can awaken Naralex and restore balance to this vital place, you need to eradicate the Fanglords. Their influence has sunk too deeply.','Ebru in the Wailing Caverns wants you to kill the Fanglords Cobrahn, Anacondra, Pythas, and Serpentis.','I can already feel the balance returning! Quick, talk to Muyoh to help him awaken Naralex!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3669,3671,3670,3673,1,1,1,1,0,0,0,0,0,0,0,0,65985,65937,65961,66003,65911,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5300,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26871,13202,5042,0,2097288,81,83,0,0,0,0,0,0,0,0,0,26869,0,60504,1,'A Rock Amongst Many','$B$BYou\'ve done as I\'ve asked.$B$BTurn back and escape the cave in one piece.$B$BDon\'t forget the gemstone.','Return to Diamant at Lorthuna\'s Gate with the Painite Chunk.','','','','','','','',60504,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61428,61427,61429,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,84069,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26872,13202,718,0,8,15,18,81,0,0,0,0,0,0,0,0,0,0,0,0,'Deviate Hides','As Naralex descended deeper into his nightmare, a strange breed of beasts arose from beneath the Barrens into the Wailing Caverns.$b$bThese deviate creatures have strange, otherworldly properties. Their very existence causes great pain to the earth. I believe that slaying them will greatly aid our work in healing the caverns.$b$bIf you feel up to the task, slay as many as you can and bring me their hides as proof of their demise.','Nalpak wants 10 Deviate Hides.','Your efforts shall not go unnoticed, $n.$b$bThank you for your dedication.','How many of the beasts have you slain?','','','','','',6443,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26873,13202,718,0,8,15,18,81,0,0,0,0,0,0,0,0,0,0,0,0,'Preemptive Methods','There is an herb in these caverns that holds untold power, $n. Perhaps you wish to help me collect it?$b$bIt is a rare flower called Serpentbloom. I believe that in greater quantities it has the potential to prevent nightmares like Naralex\'s from ever occuring.$b$bUnfortunately, Serpentbloom can only be found in the darkest recesses of this place.','Nalpak wants you to collect 5 Serpentbloom.','You have done well, $n. Hopefully we can use these to prevent further nightmares.','I am eager to see if you can gather enough Serpentbloom.','','','','','',5339,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26874,13202,718,0,262152,16,18,81,0,0,0,0,0,0,0,0,0,0,0,0,'Awakening Naralex','Now that the Fanglords are dead, speak with Muyoh. He will help you awaken Naralex and end this nightmare.','Speak with Muyoh.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26875,13164,5042,0,8,81,83,0,0,0,0,0,0,0,0,0,26833,0,0,0,'Undying Twilight','The Twilight Cultists are here! They\'re trying to stop the ritual! Get to the back chambers and help fight them off!','Kill 12 Twilight invaders and 1 Desecrated Earthrager.','','','','Twilight Invaders slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,44680,44683,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26326,13202,5042,0,16777352,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Very Earth Beneath Our Feet','Only one piece of the World Pillar remains, and it is in the hands of the Stonemother herself. Worse, the temple has come under siege by elementals and giants. It\'s not a terrible leap of logic to assume they\'re acting by her will.$B$BGo out and meet the elementals in battle to the northwest. Work with Torunscar and Norsala to find a way to communicate with their leaders and seek out the World Pillar. We would prefer such be done peacefully, but we will do whatever we must to seal the rift.','Find Earthcaller Torunscar just northwest of the Temple of Earth, in the Jagged Wastes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26877,13202,5042,0,16520,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fragment\'s Inside','$N, you need to enter Avalanchion\'s Vault to the southeast and retrieve the Middle Fragment of the World Pillar!','Collect the Middle Fragment of the World Pillar.','','','','','','','',60575,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61398,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26878,13202,718,0,262152,15,16,81,0,0,0,0,0,0,0,0,0,0,0,0,'Disciples of Naralex','$C, the Barrens used to be one of the most beautiful places in all of Kalimdor. It teemed with life and promise.$B$BNow, as you can see, that is no longer true. It is a land of great torment and strife.$B$BThe Disciples of Naralex seek to cleanse the Wailing Caverns and bring them back to their former beauty. Speak with Nalpak just inside the Wailing Caverns to help.','Speak with Nalpak in the Wailing Caverns.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26879,13202,718,0,278536,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disciples of Naralex','$C, this place is, shall I say, not optimal for my business endeavors. If it were more lively, I have an idea that would make me the richest goblin that\'s ever lived!$B$BA $c of your stature must see the potential in that, or at least care about the environment or something.$B$BGo talk to Nalpak just inside the Wailing Caverns, he\'s a Disciple of Naralex and, just between you and me, I think they\'re going to fix this blasted place for good! It\'s my big break!','Speak with Nalpak in the Wailing Caverns.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26880,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gilneas City Unphase Cheat','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26881,13202,719,0,262152,20,25,81,0,0,0,0,0,0,0,0,0,26882,0,0,'In Search of Thaelrid','There\'s something sinister going on within this place, $N. We fear that the rumors of the Naga working with the Twilight\'s Hammer are true.$B$BI sent Thaelrid, one of our best scouts, further in to investigate the matter, but he hasn\'t returned.$B$BSeek him out. If he\'s still alive, find out all that he\'s learned.','Seek out Scout Thaelrid.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,7300,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26882,13202,719,0,8,20,28,81,0,0,0,0,0,0,0,0,0,0,0,0,'Blackfathom Villainy','My strength has left me. I need your help!$b$bLong ago this site was a great temple of Elune. But misfortune led to ruin when the corruption of an Old God seeped up from below and tainted the sacred moonwell.$b$bAku\'Mai, a servant of the Old God, rose from the waters.$b$bThe Twilight\'s Hammer cultists have allied with the naga to occupy these grounds. The cultists, led by Kelris, sacrifice innocents to Aku\'Mai for power.$b$bSlay Kelris and bring his head to Ashelan.','Get the head of Twilight Lord Kelris.','','','','','','','',5881,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65986,65962,65938,65912,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,9300,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26883,13202,719,0,8,20,28,81,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Falls','Empowered by the ancient rites of the chaotic Old Gods, the members of the Twilight\'s Hammer strive to bring about the return of their dark patrons and spread death and terror across the world.$b$bWe believe that the Twilight\'s Hammer has allied with the naga and are amassing here.$b$bWhatever evil plan brews in the depths of the old temple must be thwarted.$b$bWage war on the Hammer and bring back proof of your deeds. Your efforts will be rewarded handsomely.','Obtain 10 Twilight Pendants.','','','','','','','',5879,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56697,56698,56699,0,0,0,1,1,1,0,0,0,6998,7000,0,0,1,1,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,9300,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26884,13202,719,0,8,20,26,81,0,0,0,0,0,0,0,0,0,0,0,0,'Researching the Corruption','Foolish blood elves toil with demonic magic. Have they not witnessed what happened with the naga and with the satyrs of Kalimdor?$b$bI fear that the blood elves will meet a similar deformation. Azeroth cannot afford to give birth to another vile race of monsters.$b$bI wish to study the brain stems of the satyr and naga so that I might deduce what fate the sin\'dorei are headed toward. Try to avoid harming the stems while you kill them, I won\'t take anything but perfect specimens.','Gather 8 Corrupt Brain Stems.','','','','','','','',5952,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56679,56680,56681,56682,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26885,13202,719,0,8,20,25,81,0,0,0,0,0,0,0,0,0,0,0,0,'Knowledge in the Deeps','It is my duty as a trainee to collect lore for my superiors. Old lore. Powerful lore. Lore that opens doorways, and lore that could awaken more of Those Who Sleep if it is mishandled.$B$BThere are rumors of an old piece of lore, the Lorgalis Manuscript, at the bottom of the Pool of Ask\'ar in a Pitted Iron Chest. It is the old dwelling of our long-dead ancestors. They held great knowledge before their city fell to ruin.$B$BSearch for the manuscript, please. I\'m not skilled enough to venture further!','Find the Lorgalis Manuscript.','','','','','','','',5359,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56658,56659,56660,0,0,0,1,1,1,0,0,0,6743,0,0,0,1,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,7300,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26886,13202,440,0,8388616,44,46,0,0,0,0,0,0,0,0,0,0,25166,0,0,'Going Off-Task','That nasty ship on the east side of the cove keeps firing its cannons at us. It\'s kinda funny seeing all the goblins get hit by cannonballs, but some of my gnome friends are being hit too!$B$BIt\'d be really, really nice if you could make your way past those cannons and onto the ship. There\'s a mean ol\' taskmaster yelling at the other deckhands in there, and I\'m sure if you beat him up or kill him, they\'ll stop shooting at us!','Kill the Southsea Taskmaster.','Wonderful! I hope you didn\'t get hit with too many cannonballs.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40593,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26887,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,0,25166,0,0,'Filling Our Pockets','I know we\'re here to make friends with the Steamwheedle goblins, but those awful Bilgewater goblins are so rude$B$BWhy, I just saw a bunch of them pulling gold fillings out of the teeth of the Southsea musketeers and strongarms. Do they think they can just take that for themselves?$B$BObviously, the nice thing to do is kill those pirates ourselves, take their fillings ourselves, and then give some of them to the Steamwheedle as a thank-you gift! Head on down there and beat those goblins to the punch.','Collect 20 Gold Fillings from Southsea Musketeers or Southsea Strongarms.','More gold! We\'ll be sure to give some of this to Mister Noggenfogger to smoothly ensure our continued relations.$B$BAnd only a little bit of it will go back to Gnomeregan for experimental weapons development!','Have you got the fillings?','','','','','',54829,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26888,13202,719,0,8,20,27,81,0,0,0,0,0,0,0,0,0,0,0,0,'Nightmare of the Deeps','In the darkest recesses of Blackfathom, a monster spawned by the Old Gods lurks. We know it only as Aku\'mai.$B$BThe Old Gods and their servants are incredibly dangerous to our world. Long ago, they ruled over Azeroth and I fear that they seek to do so again, or destroy it while trying.$B$B$N, Aku\'mai is a creature of untold nightmare. We simply cannot allow his continued existence. Destroy him.','Kill Aku\'mai.','The beast is slain. I can feel his dark presence fading away forever.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4829,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66039,66030,66021,66012,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,7,0,0,0,0,0,0,8700,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26889,13202,440,0,8,44,46,0,0,0,0,0,0,0,0,0,25166,0,0,0,'All Cheered Out','Well gosh, we\'ve cleaned up quite a bit here!$B$B$B$BListen, $n, I\'m looking forward to finally vacating this killbox so I can get away from these goblins and drop the cheer-act. If you\'d like to continue to advance the interests of Gnomeregan, and by extension the Alliance, in the area, head south to Bootlegger Outpost.$B$BTalk to Zeke Bootscuff there, and remember that any work for the Steamwheedle will help us shut the Bilgewater out of Tanaris for good.','Talk to Zeke Bootscuff at Bootlegger Outpost.','You know, I\'m usually not impressed when I see a $r, but I\'ve heard about what you\'ve been doin\' for the Steamwheedle. You\'re alright, kid.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26890,13202,331,0,8,17,22,0,0,0,0,0,0,0,0,0,13875,0,0,0,'The Essence of Aku\'Mai','Within the beginning tunnels of Blackfathom Deeps, there are large sapphire clusters along the cave walls. We noticed that the naga started harvesting the crystals around the same time their weaponry greatly improved.$B$BThe crystals seem to have great elemental power and, if used inappropriately, could make for a powerful component for my smithing.$B$BWill you help me, $N? Blackfathom Deeps can be found along Zoram Strand to the north of our outpost.','Collect 20 Sapphires of Aku\'Mai.','','','','','','','',16784,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26891,13202,719,0,8,20,26,81,0,0,0,0,0,0,0,0,0,0,0,0,'Amongst the Ruins','The Twilight\'s Hammer has moved into the Moonshrine Ruins here. Their presence can only serve to coerce the elements into working against us.$B$B$N, find the Twilight agents here, then find the ruin\'s fathom stone; it should be somewhere underwater, probably right underneath their own noses. In it is a fathom core - a device that when properly read it will relate a history of all elemental activity. If I have it, the Earthen Ring and I can hopefully do something to stop them!','Extract the Fathom Core.','This is exactly what I need! A fathom core is an incredible well of information that we will be able to draw much good from. Whatever the Twilight\'s Hammer is up to in there - and believe me when I say it is no good - my comrades and I will now uncover.$B$BYou\'ve done well here today; the Earthen Ring looks upon you warmly for assisting us. You\'ve also helped the Horde as a whole, and for that you should be proud.','Have you been successful in locating the fathom core? Without it we\'ll have no idea what the Twilight\'s Hammer is exactly up to down there.','','','','','',16762,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,7,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26892,13202,719,0,8,20,26,81,0,0,0,0,0,0,0,0,0,0,0,0,'Deep in the Deeps','The Naga and the Twilight\'s Hammer work together to undo all the progress we\'ve made in this area. What\'s more, Je\'neu tells me that he feels the presence of an Old God lingering far beneath us.$B$BIf they wish to witness chaos, we will give them just that.$B$B$N, cut down their strongest warriors, and we\'ll see how much they enjoy it.$B$BSearch carefully, Blackfathom Deeps is full of underwater passages and side paths in the caves that may hide your targets.','Slay Ghamoo-Ra, Lady Sarevess, and Gelihast.','I can hear their cries from here! Maybe this will show them how foolish it is to wish for the return of an Old God.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4887,4831,6243,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,7,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26893,13202,719,0,262152,22,23,81,0,0,0,0,0,0,0,0,0,0,0,0,'Blackfathom Deeps','There\'s a task to be done that you\'re perfect for, $c. We need to secure the area around Blackfathom Deeps to help with that Alliance that are threatening Zoram\'gar Outpost west of here.$B$BGo to Blackfathom Deeps, north of Zoram\'gar Outpost, and speak with Je\'neu of the Earthen Ring. He will have plenty for you to do. ','Speak with Je\'neu Sancrea.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26894,13202,719,0,262152,22,24,81,0,0,0,0,0,0,0,0,13875,0,0,0,'Blackfathom Deeps','The naga mock us with their defiance. We will drive them and their allies out of this land for good.$B$BTravel north of here to Blackfathom Deeps and speak with Je\'neu Sancrea. He\'s already made his way inside.$B$BBe wary of Zeya, by the way. She can be a bit...temperamental at times.','Speak with Je\'neu Sancrea.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26895,13202,440,0,262152,47,49,0,0,0,0,0,0,0,0,0,25421,0,0,0,'The Thunderdrome!','Hey, friend, you interested in excitement? Adventure? Money? Violence?$B$BWell, you\'d better like violence, because they just reopened the Thunderdrome in Gadgetzan. It was sad to see it unused for so long, what with the injury lawsuits, and the racketeering charges, and the copyright infringement... But it\'s back, and just waiting for burly, savage folk like you to enter and throw down with the foulest opponents ever!$B$BHead to Gadgetzan and talk to Dr. Dealwell to sign up. And tell your friends!','Talk to Doctor Dealwell in Gadgetzan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26896,13202,440,0,262152,47,49,0,0,0,0,0,0,0,0,0,25107,0,0,0,'The Thunderdrome!','Hey, friend, you interested in excitement? Adventure? Money? Violence?$B$BWell, you\'d better like violence, because they just reopened the Thunderdrome in Gadgetzan. It was sad to see it unused for so long, what with the injury lawsuits, and the racketeering charges, and the copyright infringement... But it\'s back, and just waiting for burly, savage folk like you to enter and throw down with the foulest opponents ever!$B$BHead to Gadgetzan and talk to Dr. Dealwell to sign up. And tell your friends!','Talk to Doctor Dealwell in Gadgetzan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26897,13202,719,0,262152,22,24,81,0,0,0,0,0,0,0,0,0,0,0,0,'Blackfathom Deeps','Although our position is exposed, we are safe compared to our friends inside Blackfathom Deeps! They stand mere feet away from the most deadly naga forces in the area. Speak with Sentinel Aluwyn and give them the aid they desperately need!','Speak with Sentinel Aluwyn.','Thank Elune you\'re here! We could use all the help we can get. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26898,13202,719,0,262152,22,24,81,0,0,0,0,0,0,0,0,0,0,0,0,'Blackfathom Deeps','I care deeply about these forests, $c. Things look grim here, but I would rather face the Horde alone than watch them hack and slash their way through the trees.$B$BTravel west to Blackfathom Deeps. Once you\'re inside, find Sentinel Aluwyn. She\'s a trusted friend in need of help.$B$BThe orcs in Zoram\'gar Outpost threaten her position as we speak. If they take Blackfathom, they will surely cut every tree down to fuel their insanity.','Speak with Sentinel Aluwyn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26899,13202,719,0,8,20,28,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Enemy of My Enemy','Cultists...sacrifice...power...$B$BEnemy...awaken...$B$BOld God...imprison...me...$B$BLord...Kelris...$B$BBring head...revenge...$B$BERADICATE!!!','Obtain the head of Twilight Lord Kelris.','$B$BI spare your life for your help, $r. Leave now...before I change my...mind.','Revenge...reward...','','','','','',5881,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26900,13202,1717,0,278536,32,37,81,0,0,0,0,0,0,0,0,0,26905,0,0,'Agamaggan','I sense a being of immense power within these twisted thorns, $N. The entire area has come alive at its presence.$B$BIt must be the Spirit of Agamaggan! He was one of the first and most powerful beings to ever live - the Quilboar worship him fervently.$B$BAll the vines you see across the land are a result of his blood; of his sacrifice to save Azeroth in the War of the Ancients.$B$BIf there\'s any being that could steer the Quilboar towards their noble roots, it would be him.$B$BYou must seek him out.','Find the Spirit of Agamaggan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26901,13202,491,0,8,30,35,81,0,0,0,0,0,0,0,0,0,0,0,0,'Going, Going, Guano!','The bats native to Razorfen Kraul produce a very peculiar natural substance. Their guano\'s stench seems to send the Quilboar into a murderous frenzy - and this place reeks of it!$b$bI need you to find the bat cave, and bring me a suitable sample. If we can reverse the effects and produce an antidote, we may be able to save the Quilboar.','Extract 1 pile of Kraul Guano.','','','','','','','',5801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,14700,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26902,13202,0,0,1024,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'Get Back to Town Accepted Tracking Event','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26903,13202,491,0,2,30,35,81,0,0,0,0,0,0,0,0,0,0,0,0,'Willix the Importer','At last, help has arrived!$b$bYou have no clue how long I\'ve been held prisoner here. I can\'t remember the last time I saw the outside of this place.$b$bYou see, I am an entrepreneur. Always out for a copper, as they say. I caught wind that pig snouts were selling outrageously high in the market. I figured it would be an easy in, easy out kind of affair. As you can see, I was a bit wrong!$b$bAnyway, if you\'d be so kind as to help me get out of here, I\'ll make it worth your while.','Escort Willix the Importer to the exit of Razorfen Kraul.','','','Help Willix the Importer escape from Razorfen Kraul','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6748,6750,6749,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,7,0,0,0,0,0,0,14700,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26904,13202,801,0,0,3,3,0,0,256,0,0,0,0,0,0,0,0,0,0,'Harnessing the Flames','Few people, especially among our allies, truly understand the nature of the power we wield. They shun us for pursuing knowledge that they are too weak to use properly.$B$BLet me show you a conjuration that I find handy. This spell, called Immolate, sets your target aflame, causing damage immediately and over time. Use it well, $N, and your enemies will come to fear you.','Speak to Saripal Smolderbrew and learn Immolate, then cast Immolate 5 times on a Training Dummy near the entrance to Anvilmar.','','','','Practice casting Immolate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26905,13202,491,0,8,30,35,81,0,0,0,0,0,0,0,0,0,0,0,0,'Agamaggan\'s Charge','Listen closely, mortal.$B$BThe Quilboar are my children. My blood runs deep in these lands.$B$BCharlga Razorflank has steered my children into darkness, driven into insanity by the Scourge.$B$BSlay her, $N. Slay her and open my childrens\' eyes.$B$BGive the Quilboar the chance to return to their noble roots. Let them once more earn my blessing.$B$BBring me her heart!!!$B$B','Take Charlga Razorflank\'s heart.','','','','','','','',5793,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65968,65991,65944,65918,66007,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26906,13202,491,0,262152,30,35,81,0,0,0,0,0,0,0,0,0,26905,0,0,'Agamaggan','I sense a being of immense power within these twisted thorns, $N. The entire area has come alive at its presence.$B$BIt must be the Spirit of Agamaggan! He was one of the first and most powerful beings to ever live - the Quilboar worship him fervently.$B$BAll the vines you see across the land are a result of his blood; of his sacrifice to save Azeroth in the War of the Ancients.$B$BIf there\'s any being that could steer the Quilboar towards their noble roots, it would be him.$B$BYou must seek him out.','Talk to the Spirit of Agamaggan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26907,13202,491,0,8,30,35,81,0,0,0,0,0,0,0,0,0,0,0,0,'Take Them Down!','Overlord Ramtusk and the Death\'s Head mobilize for war. It took many scouts\' lives, but we have learned of the weapon they intend to use to overtake the rest of the Barrens.$B$BIt is known as Agathelos the Raging, an immense boar outfitted with heavy armor and force-fed the rage-inducing Kraul bat guano.$B$B$R, you must stop them before they take innocent lives! ','Kill Aggem Thorncurse, Death Speaker Jargba, Overlord Ramtusk, and Agathelos the Raging.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4422,4420,4428,4424,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26908,13202,491,0,262152,30,33,81,0,0,0,0,0,0,0,0,0,0,0,0,'Feeling Thorny','Mankrik\'s furor over his dead wife raises further concerns , $c.$B$BThe quilboar in Razorfen Kraul are far more ruthless and full of hatred than Mankrik could ever imagine.$B$BYou should travel south there and speak with my old friend Auld Stonespire. He works to put an end to their rampage before the land suffers more in its already weak condition.','Speak to Auld Stonespire.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26909,13202,45,0,8,27,29,0,0,0,0,0,0,0,0,0,0,26039,0,0,'The Stone Shards','Ancient stones are strewn across this land. The elements flock to them, surrounding them protectively.$B$BThese are sites of great power, and the largest is just west of Hammerfall. Not a soul trespasses, but if you go there alone, you can hear whispers from the earth itself.$B$BI have not visited there in a long while... but our grunts have told me the whispers have started again. Would you look for me? Will you see if the stones still speak?','Investigate the Shards of Myzrael.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26910,13202,0,0,524288,3,3,0,0,0,0,0,0,0,0,0,28759,26917,60677,1,'Etched Letter','I was asked to bring this to your attention as soon as you returned from dealing with the Blackrock spies, $N. It appears to be a letter sealed with the insignia of Ashley Blank, our local hunter trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Etched Letter and speak to Ashley Blank in Northshire Valley.','So you received my note? Excellent. You\'ve proven yourself quite capable in dealing with those orcs. As you continue to grow in power, I will teach you some new techniques.','Hello, $N. Is there something I can do for you?','','','','','',60677,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26911,13202,45,0,262152,25,27,0,0,0,0,0,0,0,0,0,0,26912,0,0,'Myzrael\'s Tale','As the stone goes quiet, you\'re left with a vague sense of unease. Something isn\'t right.$B$BPerhaps you should tell Zaruk of what you\'ve done so far.','Return to Zaruk at Hammerfall in Arathi Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26912,13202,45,0,8,26,28,1,0,0,0,0,0,0,0,0,0,0,4472,1,'The Princess Unleashed','Myzrael is a deceiver. She is an ancient force sealed long ago, and must be kept that way.$B$BYou must confront her at the Shards of Myzrael where you first spoke with her. Summon her with this scroll, and when she has been fully brought to the surface, defeat her. Then take the Eldritch Shackles from her body and place them on the Shards to keep her fully bound once more.$B$BGood luck, $n... may my past trouble you no more.','Summon and defeat Myzrael at the Shards of Myzrael.','','','','','','','',4473,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59208,59209,59210,59211,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(26913,13202,0,0,524288,3,3,0,0,1,0,0,0,0,0,0,3100,28789,0,0,'Charging into Battle','Now that you\'ve had the chance to test your abilities in battle, it\'s time to show you a new combat technique -- charge. As a warrior, it\'s important to use every advantage at your disposal to get the upper hand in battle.$B$BWhat better way to do that than by charging into battle and stunning your opponent? I\'ll show you how it\'s done, and then I want you to go try it on one of the training dummies south of the entrance to the abbey.','Speak to Llane Bershere and purchase the Charge ability, then practice using Charge on a Blackrock Battle Worg south of the entrance to Northshire Abbey.','','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,44548,0,0,0,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26914,13202,0,0,524288,3,3,0,0,256,0,0,0,0,0,0,3105,28788,0,0,'Immolation','We must take care in how we speak around the abbey and its environs, but don\'t let that deter you from the path of power.$B$BI want to show you one of my favorite spells. It will allow you to set an opponent on fire, damaging the enemy immediately and continuing to do more harm over time. I\'ll show you how it\'s done, and then I want you to go try it on one of the training dummies south of the entrance to the abbey.','Speak to Drusilla La Salle and purchase the Immolate ability, then practice casting Immolate 5 times on a Training Dummy south of the entrance to Northshire Abbey.','','','','Practice Immolate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26915,13202,0,0,524288,3,3,0,0,8,0,0,0,0,0,0,3102,28787,0,0,'The Deepest Cut','By now, you know the basics of combat as rogue, but I want to teach you a new skill. As rogues, we are renowned for our ability to execute chains of combat techniques, often saving the most powerful strikes for the end.$B$BLet me show you the basics of Eviscerate. After using Sinister Strike a few times, you can attack with Eviscerate to hit your opponent even harder. I want you to go try it on one of the training dummies south of the entrance to the abbey.','Speak to Jorik Kerridan and purchase the Eviscerate ability, then find a Training Dummy south of the entrance to Northshire Abbey and practice Eviscerate 3 times.','','','','Practice Eviscerate','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,3,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26916,13202,0,0,524288,3,3,0,0,128,0,0,0,0,0,0,3104,28784,0,0,'Mastering the Arcane','As a mage, you will learn a variety of spells as your understanding grows. All you need to do is get some more experience, and the secrets of the arcane will reveal themselves to you. You\'ll see. Go develop your powers, and show me what you learn. ','Speak to Khelden Bremen and purchase the Arcane Missiles ability, then practice casting Arcane Missiles 2 times on a Training Dummy south of the entrance to Northshire Abbey.','Have you mastered the use of Arcane Missiles already? You are a quick study in the arcane arts and you have a promising future ahead. Don\'t forget to return to me for training as you grow in power.','','','Practice casting Arcane Missiles','','','',0,0,0,0,0,0,0,0,0,0,0,0,44548,0,0,0,2,0,0,0,5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26917,13202,0,0,524288,3,3,0,0,4,0,0,0,0,0,0,26910,28780,0,0,'The Hunter\'s Path','I\'ve heard about your help in clearing out some of the orcs. You\'ve shown that you can handle yourself in combat.$B$BI want to show you a new skill. I\'ll show you how it\'s done, and then I want you to go try it on one of the training dummies south of the entrance to the abbey.','Speak to Ashley Blank and purchase the Steady Shot ability, then find a Blackrock Battle Worg south of the entrance to Northshire Abbey and practice using Steady Shot','I knew you would master Steady Shot quickly. I\'m looking forward to showing you other techniques as you get more experienced in the ways of the hunter.','Well, did you give it a try?','','Practice Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,44548,0,0,0,1,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26918,13202,0,0,524288,3,3,0,0,2,0,0,0,0,0,0,3101,28785,0,0,'The Power of the Light','I want to teach you a couple of techniques for using the Light\'s power to boost your combat skills.$B$BThe first technique is applying the Seal of Righteousness. While under the effects of the seal, all of your melee attacks will inflict additional holy damage.$B$BThe second ability, Judgement, can be use periodically to unleash the seal\'s power and inflict damage.','Speak to Brother Sammuel and purchase the Seal of Righteousness and Judgement abilities. Cast Seal of Righteousness on yourself and then use Judgement on a Training Dummy south of the entrance to Northshire Abbey.','','','','Practice using Judgement','Learn Spell: Judgement','','',0,0,0,0,0,0,0,0,0,0,0,0,44548,0,0,0,1,0,0,0,20271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26919,13202,0,0,524288,3,3,0,0,16,0,0,0,0,0,0,3103,28786,0,0,'Healing the Wounded','One of your responsibilities as a priest is caring for the wounded. With the power of the Light, you can save those who would otherwise die and speed the healing of wounds.$B$BI want to teach you a simple, quick technique you can use to heal an ally quickly.$B$B I\'ll show you how it\'s done, and then I want you to use this spell to treat the injuries of wounded trainees around the abbey.','Speak to Priestess Anetta and purchase the Flash Heal ability, then use Flash Heal to treat Wounded Trainees inside Northshire Abbey.','','','','Heal Wounded Trainee','','','',0,0,0,0,0,0,0,0,0,0,0,0,44564,0,0,0,5,0,0,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26920,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26419,26921,0,0,'The Battle for Andorhal','Hurry, $N... there isn\'t time to waste.$b$bThe city of Andorhal is in the middle of a three-way war between the Forsaken, the Alliance, and the Scourge. Lady Sylvanas has sent one of her best death knights to lead the charge for her cause, but I\'m sure he can use all the help he can get. With Arthas dead, now is the perfect time for the Forsaken to take Andorhal.$b$bSpeak with the bat handler, Timothy Cunningham, when you are ready, and he will put you on the first flight out there.','Report to Koltira Deathweaver within Andorhal in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26921,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge First... Alliance Later','Darkmaster Gandling of the Cult of the Damned leads the Scourge offensive here in Andorhal. My old counterpart, Thassarian, leads the Alliance forces. If we\'re to win Andorhal, we\'ll have to defeat both, but we will certainly fail if we take on both at once.$b$bI know Thassarian well enough to know that he will focus on the Scourge first. We will do the same.$b$bTake out the weaker, desiccated Scourge to reduce their numbers. The Alliance will have to wait to taste our wrath.','Slay 15 Desiccated Scourge within Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44574,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26922,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26921,0,60678,1,'The Endless Flow','Araj the Summoner is bolstering the Scourge defenses with simple skeletons... an army of weaklings that will overwhelm you before it overpowers you. He has assembled animi within Andorhal\'s northern towers that spew these skeletons out at an alarming rate. But I\'ve got the solution!$b$b$b$bTheir function is simple. Throwing these grenades at a bone animus... or, for that matter, a mob of skeletons... will reduce them to splinters.','Use Jearl\'s Hand Grenades to kill 5 Stickbone Berserkers and to destroy a Scourge Bone Animus.','','','','Scourge Bone Animus destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,44360,44329,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26923,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26922,0,0,0,'War Machines','You fools will never defeat the Scourge with those abominations running around. Koltira blathers on about reducing their numbers, but the Scourge\'s best weapon here in Andorhal can be found in those lumbering brutes that are throwing my deathguards around like ragdolls.$b$bI won\'t have it. $N, enter the battlefield and destroy those monsters.','Destroy 6 Opengut Behemoths in Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44562,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,62147,62146,62145,62144,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26924,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26922,26926,0,0,'Scholomancer','The Scholomance is one of the few Scourge holdouts remaining west of the Thondroril. The headmaster of Scholomance, a cultist by the name of Darkmaster Gandling, has made an appearance on the battlefield.$b$bThis will be his final mistake.$b$bYou will find Gandling in a square near the southern end of town. I want you to fight and weaken Gandling. I will join you to help finish him off.','Kill Darkmaster Gandling within Andorhal.','','','','Darkmaster Gandling dealt with','','','',0,0,0,0,0,0,0,0,0,0,0,0,44323,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62155,62154,62153,62152,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26925,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26922,26926,60678,1,'Araj the Summoner','With the animus destroyed, the next logical step is to take out Araj himself, and to take a shard of his phylactery. You\'ve probably already seen him, lurking at the fountain in the center of town.$b$bTake my grenades with you. They won\'t do anything to Araj, but if he decides to summon any of those skeletons, you can use them to blow them away. Again.','Kill Araj the Summoner. You may use Jearl\'s Hand Grenades to destroy Stickbone Berserkers.','','','','','','','',17114,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26926,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victory, For Now','The Forsaken are victorious, and our forces are still strong. Military strategy dictates that we attack the Alliance now, while they are recovering and unaware. I have other plans, however...$b$bWe will wait. We attack Thassarian and his troops when the time is right. In the meantime, speak with Rhonda Molver and take a flight to the Bulwark, on the Plaguelands\' western border. High Executor Derrington will give you your next assignment.$b$bYou will hear from me when you are needed again in Andorhal.','Report to High Executor Derrington at the Bulwark in Tirisfal Glades.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26927,13202,38,0,8,12,14,0,0,0,0,0,0,0,0,0,26864,0,0,0,'Suddenly, Murlocs!','So we\'ve got troggs working for kobolds, and kobolds working for gnolls. The gnolls must\'ve moved in from the Wetlands.$B$BHow do I know? Well, they brought friends, because what\'s left of the Loch is swarming with Bluegill murlocs that were never there before.$B$BPests are pests, but this coordination is worrying. I need you to talk to Cannary Caskshot. She\'s one of the best hunters in these parts, and she\'ll know how to handle murlocs, if you can pull her away from her mug long enough.','Speak with Cannary Caskshot.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26928,13202,38,0,8,12,15,0,0,0,0,0,0,0,0,0,26927,0,0,0,'Smells Like A Plan','Murlocs workin\' with gnolls? That\'s a laugh! Now, just killin\' them won\'t get you anywhere. Too many of the buggers.$B$BBut I\'ve got a plan, usin\' the old noggin, see. Those murlocs, they have this smell, they get that smell on stuff, and when another murloc smells it, they go all crazy! Makes great bait for \'em.$B$BAnyway, they\'ve got little glands that have that smell in \'em. You go and get me a bunch of those.','Collect 7 Murloc Scent Glands from any Bluegill Murloc in The Loch.','','','','','','','',60511,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26929,13202,38,0,8,12,15,0,0,0,0,0,0,0,0,0,26927,0,0,0,'A Load of Croc','Now while you\'re runnin\' around doin\' whatever the heck it is that you do, would you mind helpin\' me out a bit?$B$BSee, I usually go out huntin\' crocolisks down in the loch, but given certain circumstances, I\'d rather sit here right now. Mighty polite of you not to give me grief over it, thanks!$B$BSo seein\' as how you\'re such a $ggentleman:lady;, why don\'t you bring me back some crocolisk jaws and I\'ll give you some mostly-clean money in return.','Collect 6 Crocolisk Jaws.','','','','','','','',57131,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26930,13202,28,0,12,34,36,0,0,0,0,0,0,0,0,0,26926,26934,0,0,'After the Crusade','Our victories are quickly piling up, $N. The Scarlet Crusade, which has long persecuted the Forsaken, is on its last legs. While they still hold their monastery here in Tirisfal, they no longer occupy Hearthglen, or Tyr\'s Hand, far to the east.$b$bAs recently as last week, there have been reports of Scarlet Crusade activity at a small camp east of Felstone Field, but I have reason to believe that they too have been eliminated. Travel there, and verify this information for me.','Scout the Scarlet Crusade camp located east of Felstone Field in Western Plaguelands.','','','Scarlet Crusade camp scouted','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,4,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26931,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,26926,26934,0,0,'Foxes and Hounds','These Alliance forces walk around the Plaguelands like they own the place. Well, they don\'t! This land rightfully belongs to the Dark Lady!$b$bAs the battle for Andorhal drew to a close, the Alliance forces occupying the Plaguelands scattered. Several of them can be found just east of here, hunting foxes. Prove to them that this is Forsaken territory.$b$bKill the hunters. Kill their hunting dogs. And kill the foxes they hunt, for good measure.','Kill 4 Alliance Fox Hunters, 4 Bullmastiffs, and 4 Whitetail Foxes in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44432,44476,44474,0,4,4,4,0,0,0,0,0,0,0,0,0,62163,62162,62161,62160,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26932,13202,38,0,8,13,15,0,0,0,0,0,0,0,0,0,26927,0,0,0,'Buzz Off','When the Stonewrought Dam burst, it drained near the entire loch. Horrible ecological devastation.$B$BAnd don\'t you go thinking it didn\'t really affect us dwarves! Not only are we plumb out of fish, but there\'s acres of dead threshadons out there left to rot in the sun. The buzzards are after them, and they\'re spreading all manner of filth and disease right on the outskirts of town.$B$BI can\'t ask you to clean it all up, but could you deal with the buzzards? Killin\' even just a few will help.','Kill 8 Loch Buzzards.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44184,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26933,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Foes Before Hoes','The men who till Felstone Field are no farmers. They\'re soldiers.$b$bThassarian\'s forces needed food, so he sent some of the Alliance north from Andorhal, to tend Felstone Field. The battle for Andorhal may be over, but another battle looms... Forsaken versus human. Killing those soldiers that work at Felstone will give the Dark Lady\'s forces a decided advantage.','Kill 9 Alliance Laborers on Felstone Field.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44433,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26934,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Latent Disease','I need plagued grass for an... an experiment, of sorts. Those Argent Crusaders and those infernal Cenarion druids have done too good a job of healing the plaguelands, however... and I can\'t find proper reagents within a reasonable walking distance.$b$bSome of the local wildlife retain the plague\'s touch, however. Kill a diseased black bear, then retrieve the grass that grows where its decaying body lies. It\'s not optimal, but it\'ll do.','Kill Diseased Black Bears in Western Plaguelands, then loot 20 Plague Tangles that grow near their corpses.','','','','','','','',60679,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26935,13202,28,0,8388616,34,37,0,0,0,0,0,0,0,0,0,26999,0,0,0,'Northridge Lumber Mill','We are not the only Argent Crusaders here in the plaguelands. Our headquarters, Hearthglen, lies to the north. Even nearer to the north is a small lumber mill which we also control.$b$bNathaniel Dumah is my main contact at the lumber mill. I encourage you to speak with him, should you find yourself in that part of the woods.','Report to Nathaniel Dumah at the Northridge Lumber Mill in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,1,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26936,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,26978,0,0,0,'Lower the Boom','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,2000,0,0,83716,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26937,13202,28,0,65544,34,36,0,0,0,0,0,0,0,0,0,26979,0,0,0,'When Death is Not Enough','Derrington and his men don\'t know it, but it was I who ordered the plaguing of Felstone Field. We need this area for practice. If we\'re to win this war for Andorhal, we need to use our newest, most versatile weapon:$b$bVal\'kyr.$b$bTake my enthralled val\'kyr with you, $N, and kill the simpering Alliance scum that remain on Felstone. Once they are dead, she will bring them back to this world... as one of us.$b$bThe Forsaken shall not die out!','Kill 8 Alliance Laborers on Felstone Field so your Enthralled Val\'kyr can convert them into Forsaken.','','','','Alliance Laborers slain and converted','','','',0,0,0,0,0,0,0,0,0,0,0,0,45089,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26938,13202,28,0,2621440,34,37,0,0,0,0,0,0,0,0,0,26937,0,0,0,'Combat Training','A val\'kyr\'s only purpose is to serve, and this one serves you. I am now giving you full control over her abilities, $N.$b$bRoaming around the farm\'s outskirts, you should find several of the Forsaken that you just created. I want you to use your val\'kyr to gather at least five of them. Once you have done so, take your newly-formed band of soldiers, bring them into Felstone\'s barn, and kill the beast inside. Today, they will learn what it means to fight for the Dark Lady.','Use your Enthralled Val\'kyr\'s Call to Arms ability to mobilize 5 Forsaken Troopers on Felstone Field. Then slay the Opengut Abomination inside Felstone\'s barn.','','','','Forsaken Trooper mobilized','','','',0,0,0,0,0,0,0,0,0,0,0,0,45090,45098,0,0,5,1,0,0,0,0,0,0,0,0,0,0,62188,62187,62186,62185,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26939,13202,721,0,8,24,27,81,0,0,0,0,0,0,0,0,0,26941,60680,1,'The G-Team','How did you get in here?$B$BOh, it doesn\'t matter. I\'m Murd Doc of the G-Team. We\'re the best there is, and we\'re here to retake Gnomeregan!$B$BWhen nobody else could help him, the High Tinker found and hired us.$B$BBut we simply can\'t do this alone! You\'re an honorary G-Team Commando now, $N.$B$BTake this parachute, jump down straight ahead into the Hall of Gears, and kill the Viscous Fallout. After you\'re done, report to Commando B.E Barechus by the west hallway. You two will get along great, I\'m sure.','Kill the Viscous Fallout.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7079,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,7,0,0,0,0,0,0,8700,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26940,13202,0,0,11010048,3,3,0,0,128,0,0,0,0,0,0,26841,28723,0,0,'Fireball Missiles','Learn Arcane Missiles from Rhyanda. Look for a Training Dummy near, and practice using Fireball 3 times','We are the heirs to a legacy of arcane magic and your path will not be an easy one.\nMany still hold us responsible for the actions of our forebears, but our talents are needed.$B$BI want to show you a new spell, Arcane\nMissiles. It allows you to fire volleys of arcane energy, but you won\'t be able to cast it all the time. Casting other spells has a\nchance to create an opportunity for you to use Arcane Missiles.$B$BI want you try it. Look for a Young Nightsaber near the southeastern\nedge of Aldrassil.','','','','Practice using Fireball','','','',0,0,0,0,0,0,0,0,0,0,0,0,2031,0,0,0,3,0,0,0,5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,92298,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26941,13202,721,0,8,24,28,81,0,0,0,0,0,0,0,0,0,26942,60680,1,'The G-Team','That Murd Doc is crazy, $c. Never, ever, let you find yourself in an aircraft with that gnome.$B$BStealth usually isn\'t my thing, and it\'s certainly not going to be yours. Go down this hallway to the Launch Bay and dispose of the Electrocutioner 6000.$B$BThe Electrocutioner is in charge of the aircraft...$B$B...and I hate aircraft. I\'m not getting in any sort of aircraft!$B$BUse this parachute to drop down afterwards and speak with Commando Face for your next job.','Kill the Electrocutioner 6000. ','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,6235,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,7,0,0,0,0,0,0,9300,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26942,13202,721,0,8,24,29,81,0,0,0,0,0,0,0,0,0,0,0,0,'The G-Team','I\'d keep my distance from B.E Barechus and Murd Doc, neither is terribly stable.$B$BYou are, though, so let\'s get you to work! Go down into this tunnel until you get to Tinkers\' Court. Hopefully you\'ll know what to do when you meet Mekgineer Thermaplugg.$B$BOur leader, Commando Hann Ibal waits somewhere in there. He\'ll reward you handsomely for all your work.$B$BProbably.','Kill Mekgineer Thermaplugg.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65987,66004,65963,65939,65913,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,7,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26943,13202,721,0,262152,26,26,81,0,0,0,0,0,0,0,0,0,26939,0,0,'Home Sweet Gnome','I used t\' have quite the home back in Ironforge. That is, I did until I was booted out to make way for the gnomes.$B$BThey couldn\'t stop a bunch of troggs with all them gizmos and machines! An\' I have to pay for their weakness?$B$BNo, sir. No longer.$B$BGo to Gnomeregan and talk to Commando Murd Doc. Sure, he\'s a gnome, but his crew, S.A.F.E. I think they call \'em, are going to take Gnomeregan back.$B$BGo! I want my house back!','Speak to Murd Doc.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26944,13202,721,0,262152,26,26,81,0,0,0,0,0,0,0,0,0,26939,0,0,'Exploring Gnomeregan','The gnomish capital, Gnomeregan, hasn\'t been under their control for some time now. I know what it feels like to lose a home.$B$BPlease, venture inside Gnomeregan and speak to Commando Murd Doc, a member of S.A.F.E. If there\'s anything at all that you can do to help them take their home, I urge you to do so. There are dark secrets in those halls.','Speak to Murd Doc.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26945,13202,0,0,524288,3,3,0,0,1,0,0,0,0,0,0,3116,28723,0,0,'Learning New Techniques','There\'s no better time to get the upper hand in battle than at the start. Let me teach you a technique for charging into\nbattle and stunning your opponent.$B$BI want you try it. Look for a Young Nightsaber near the southeastern edge of Aldrassil.','Learn Charge from Alyissia. Look for a Young Nightsaber near, and practice using\nCharge.','','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,2031,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,92298,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26946,13202,0,0,524288,3,3,0,0,8,0,0,0,0,0,0,3118,28723,0,0,'A Rogue\'s Advantage','I\'m certain that by now, you\'ve mastered using Sinister Strike against your\nenemies, but I want to show you a technique you can use to follow a successful series of Sinister Strikes. It\'s called Eviscerate and\nit can be a strong way to end a combination of attacks.$B$BI want you try it. Look for a Young Nightsaber near the southeastern edge of\nAldrassil.','Learn Eviscerate from Frahun Shadewhisper. Look for a Young Nightsaber southeast of\nAldrassil and practice using Eviscerate 4 times.','','','','Practice using Eviscerate','','','',0,0,0,0,0,0,0,0,0,0,0,0,2031,0,0,0,4,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,92298,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26947,13202,0,0,524288,3,3,0,0,4,0,0,0,0,0,0,3117,28723,0,0,'A Woodsman\'s Training','When most people think of the kaldorei, they conjure visions of druids and\nsentinels, but the way of the hunter is just as ancient and just as venerable.$B$BI\'ve been observing you, and you\'ve had quite a bit\nof experience handling that bow. I want to show you a shooting technique that I often use in combat.$B$BI want you try it. Look for a\nYoung Nightsaber near the southeastern edge of Aldrassil.','Learn Steady Shot from Ayanna Everstride. Look for a Young Nightsaber southeast of\nAldrassil, and practice using Steady Shot 5 times.','','','','Practice Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,2031,0,0,0,5,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,92298,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26948,13202,0,0,524288,3,3,0,0,1024,0,0,0,0,0,0,3120,28723,0,0,'Rejuvenating Touch','Druids play an important role in our\nsociety, but all too often we are seen as passive dreamers in a world that is changing around us. I want to teach you a basic healing\ntechnique and with it, I want you to go out in the world and aid the ailing and the fallen.$B$BUse your new knowledge to heal the\nwounded who have been injured defending Shadowglen. But First we need to stop the Young Nightsaber. They have killed many and brought\nharm to other stop them use yor Wrath to fight them.','Learn Rejuvenation from Mardant Strongoak. ','You have mastered the basics of the healing ways quickly, $N. I have no\ndoubt that your healing skills will often come in handy. Return to me when you need further training.','','','Use Rejuvenation on Wounded Sentinel','','','',0,0,0,0,0,0,0,0,0,0,0,0,44617,0,0,0,5,0,0,0,774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,92298,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26949,13202,0,0,11010048,3,3,0,0,16,0,0,0,0,0,0,3119,28723,0,0,'Healing for the Wounded','As a priest, you will often be called upon to heal the wounds of injured comrades. I want to teach you a basic healing technique and with it, you will be able to ease the suffering of the wounded and hasten their recovery.$B$BUse your new knowledge to heal the injured sentinels recovering within Aldrassil.','Learn Flash Heal from Shanda. Use Flash Heal 5 times to treat the Wounded Sentinels in Aldrassil.','','','','Heal Wounded Sentinels','','','',0,0,0,0,0,0,0,0,0,0,0,0,44617,0,0,0,5,0,0,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,92298,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26950,13202,796,0,8,26,30,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Dark Side of the Light','The Scarlet Crusade lures in anxious young warriors with their promise to eradicate the undead. What they don\'t see is the dark underbelly of the entire operation.$B$BInterrogator Vishas is the cruelest man I\'ve ever had the displeasure to meet - he \'extracted\' information from my mother during the initial outbreak of the plague. The merciless Bloodmage Thalnos watches over their graveyard.$B$BThe crusaders\' zealous holy rage blinds them from their own darkness. Make them regret their hypocrisy.','Kill Interrogator Vishas and Bloodmage Thalnos.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3983,4543,0,0,1,1,0,0,0,0,0,0,0,0,0,0,66041,66046,66032,66023,66014,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10700,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26951,13164,14,0,8,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleanup on Isle E.','The Battle to reclaim the Echo Isles was a costly one. But well worth it, $c. The great spirit, Bwonsamdi, helped our warriors defeat the foul Zalazane. He protected our warriors with spirits from the island. But some of those spirits fell in battle. Help put those spirits to rest. On the Echo Isles, you will find masks laying about gather them and bring them here.','Gather 8 Disenchanted Tiki Masks.','','','','','','','',60732,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4946,4940,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26952,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,26938,26999,0,0,'The Menders\' Stead','I don\'t like the looks of what the Forsaken are doing here at the Bulwark. Bombs, cauldrons, needless bloodshed... none of these embody that which the Argent Crusade stands for. Furthermore, I don\'t like the fact that they employ mercenaries like yourself.$b$bNothing against you personally, $c. It\'s just that you could be doing so much more for yourself. If you\'re interested in healing the plaguelands, rather than re-plaguing them, then report to Field Agent Kaartish at the Menders\' Stead to the east.','Report to Field Agent Kaartish at the Menders\' Stead in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26953,13202,28,0,1048584,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zen\'Kiki, the Druid','I am Adrine Towhide, a druid of the Cenarion Circle. You can thank us for healing this land, where once there was only death.$b$bWe accept all who choose to follow the druidic path, regardless of race, faction, or talent. Occasionally that means we enlist a druid who needs more help than others.$b$bI\'d like you to meet Zen\'Kiki. He\'s pretty new, and he\'s still learning his craft. Would you mind taking him out with you for a while? You can practice combat on the plagued animals that roam nearby.','Kill 20 plagued wildlife with Zen\'Kiki by your side. You may kill Hulking Plaguebears, Diseased Wolves, Venom Mist Lurkers, or Plague Lurkers.$b$bReturn to the Menders\' Stead if you become separated from Zen\'Kiki.','','','','Wildlife killed with Zen\'Kiki','','','',0,0,0,0,0,0,0,0,0,0,0,0,44777,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,6,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26954,13202,28,0,1048584,35,37,0,0,0,0,0,0,0,0,0,26953,0,0,0,'A Different Approach','Among other things, Zen\'Kiki needs to work on his spell accuracy. I could see his wrath spells spiraling out of control even from here! In fact, I used them as a marker to follow your progress through the woods.$b$bPerhaps we can use Zen\'Kiki another way. Take him up to the top of the hill just to our east. The diseased hawks that circle above that hill must be destroyed. Ask Zen\'Kiki to shoot at these hawks. Even if he can\'t hit them, he will distract them so you can finish them off.','Bring Zen\'Kiki to the top of the hill east of the Menders\' Stead, then use him to summon and kill 7 Diseased Hawks.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44481,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26955,13202,28,0,1048584,35,38,0,0,0,0,0,0,0,0,0,27057,0,0,0,'Zen\'Kiki and the Cultists','While you\'ve been away, I\'ve been trying a different approach on our friend Zen\'Kiki. I believe he may have a future as a healer. This is mainly because healing spells never miss.$b$bI hear from Field Agent Kaartish that the cultist camp to the east is where the plagued animals are coming from. I hope you don\'t mind escorting Zen\'Kiki over there... perhaps he can help heal some of the plagued animals within the camp.','Bring Zen\'Kiki to the Malicia Outpost in Western Plaguelands, then break 4 Captive Plaguebears out of their cages and allow Zen\'Kiki to heal them.','','','','Captive Plaguebear freed and healed','','','',0,0,0,0,0,0,0,0,0,0,0,0,44902,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,62194,62193,62192,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,6,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26956,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'I Ain\'t Sayin\' You a Gourd-Digger...','$R! I\'m glad someone\'s here to help me out.$b$bWe Cenarion druids have re-cultivated Dalson\'s Farm, immediately behind me. The land has flourished and our crops have been successful... mostly.$b$bA few plants seem to still be infected by the plague that ran through this land. Perhaps their roots were too deep, perhaps the seeds were weak... I cannot say. All I can say is that I need an able $c like you to help me remove the bad plants from the good ones.','Remove 6 Bad Corn, 4 Rotten Apples, and 3 Unhealthy-Looking Pumpkins from Dalson\'s Farm in Western Plaguelands.','','','','Bad Corn Removed','Rotten Apple Removed','Unhealthy-Looking Pumpkin Removed','',0,0,0,0,0,0,0,0,0,0,0,0,44489,44488,44487,0,6,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26957,13202,28,0,8,36,38,0,0,0,0,0,0,0,0,0,27155,0,0,0,'The Long Trip Home','I\'ve been many places in my life, good $c. I fought the battle for Ahn\'Qiraj, passed through the Dark Portal into Outland, and joined the Argent Crusade to beat down Scourge in coldest Northrend.$b$bBut before it all, I was a farmer here in Lordaeron. Now I find myself here in Hearthglen, a scant few miles from home. It\'s time I paid my respects.$b$bI\'m headed to the Menders\' Stead before I return home. I wouldn\'t mind meeting up with you again once I get there.','Reconvene with Del Gahrron at the Menders\' Stead in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,2,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(26958,13202,0,0,8,3,3,0,0,1,0,0,0,0,0,0,0,0,0,0,'Your First Lesson','Let\'s start your training right away. I want to teach you a combat technique that you\'ll find useful at the start of battle. By charging your opponent before the fight begins, you can stun the enemy and momentum will be on your side.$B$BI want you to try out this technique using the training dummies to the northwest of the Crash Site. Return to me when you think you\'ve mastered it.','Learn Charge from Kore. Find a Training Dummy on the northwest side of the Crash Site and practice using Charge.','','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26959,13202,796,0,8,29,33,81,0,0,0,0,0,0,0,0,0,0,0,0,'Stripping Their Defenses','We need to eliminate the Scarlet Monastery\'s defenses before a true invasion can begin. Venture deep into here, their library, and assassinate Houndmaster Loksey and Arcanist Doan. They maintain the powerful defenses that protect their comrades.$B$BMy own magic will ensure your actions go undetected by the rest of the monastery. Once they are dead, I can summon in additional reinforcements to aid in our attack.$B$BWe must be successful, $N, the Dark Lady will not tolerate failure in the slightest.','Eliminate Houndmaster Loksey and Arcanist Doan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3974,6487,0,0,1,1,0,0,0,0,0,0,0,0,0,0,66024,66015,66033,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13300,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26960,13202,1519,0,136,84,84,0,0,0,0,0,0,0,0,0,28716,0,0,0,'My Son, the Prince','Great burdens have been placed on my son\'s shoulders in his short lifetime, and I fear his responsibilities are only going to grow.$B$BHe will never learn leadership confined to the keep, but I am loath to send him forth without escort.$B$B$N, your deeds in the wake of this cataclysm are already legendary. You would be an excellent mentor for young Prince Anduin.$B$BPlease, introduce yourself to him. There is some pressing city business that you both can attend to for me.','Introduce yourself to Prince Anduin in Stormwind Keep. Speak with King Wrynn once you are both acquainted.','','','','Introduced to Anduin','','','',0,0,0,0,0,0,0,0,0,0,0,0,44692,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26961,13202,38,0,8388616,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gathering Idols','Recently, just before the troggs surfaced within the site, we had uncovered a large number of strange, carved idols. But we didn\'t have the chance to study them, for soon after their discovery the troggs chased us away from the ruins! And those idols have a strange effect on the troggs. It makes them go berserk!$B$BBring me 8 idols - I want to study them, and I want them out of trogg hands! You can find the idols on the troggs infesting the site.','Bring 8 Carved Stone Idols to Magmar Fellhew at Ironband\'s Excavation.','','','','','','','',2636,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58999,58998,58997,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26962,13202,796,0,8,32,36,81,0,0,0,0,0,0,0,0,0,0,0,0,'Stripping Their Offense','As you can see, $N, our first assault on the Armory did not go as planned. We had taken the nearby courtyard until the Scarlet Champion, Herod, showed up.$B$BWe must continue our assault. The Scarlet Crusade will never be allowed to train another warrior here, let alone launch an attack on the Undercity.$B$BYour task should be obvious. Down the Scarlet Champion.','Kill Herod.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3975,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66047,66034,66025,66016,66042,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26963,13202,0,0,8,3,3,0,0,4,0,0,0,0,0,0,0,0,0,0,'Steadying Your Shot','Let\'s start your training right away. It\'s going to be a struggle to survive here, and you\'ll play an important role in making sure our people are safe and well-supplied. I want to show you a shooting technique that I use all the time.$B$BTry out this technique using the training dummies to the northwest of the Crash Site. Return to me when you think you\'ve mastered it.','Learn Steady Shot from Keilnei. Find a Training Dummy on the northwest side of the Crash Site and practice using Steady Shot 5 times.','','','','Practice Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26964,13202,130,0,262152,9,10,0,0,0,0,0,0,0,0,0,25012,26965,0,0,'Warchief\'s Command: Silverpine Forest!','All able-bodied members of the Horde are hereby ordered to report to Grand Executor Mortuus at Forsaken High Command in Silverpine Forest.$B$BNow, more than ever, your help is needed in routing the enemy infestation of the region and conquering the port of Gilneas!$B$BTo reach Forsaken High Command you must travel south through Tirisfal Glades and enter Silverpine Forest. From there, follow the road south until you reach Forsaken High Command.$B$BOnward, $g brother:sister;! Destiny calls!','Report to Grand Executor Mortuus at Forsaken High Command in Silverpine Forest.','Most excellent! A new recruit has arrived. There is much to do... much to do I say.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26965,13202,130,0,4194312,9,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Warchief Cometh','You\'re just in time, $Nnub. It is $Nnub, right?$B$B$B$BYes, that\'s what the paperwork says: \"$Nnub.\"$B$B$B$BWhere was I? Oh yes, you\'re just in time! The Warchief should be arriving at any moment to meet with our leader and savior, the Dark Lady herself. Just stand by and be at your best behavior. I expect that when this demonstration is over we will all receive commendations!','Stand by for Warchief Garrosh Hellscream\'s arrival.','Well that was unexpected. I am not one to doubt our Warchief, but...$B$BNevermind! We have work to do. I\'m sure the Dark Lady and the Warchief will get this all worked out.','','','Stand by for Warchief Garrosh Hellscream\'s arrival','','','',0,0,0,0,0,0,0,0,0,0,0,0,44629,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26966,13202,0,0,1048584,3,3,0,0,2,0,0,0,0,0,0,0,0,0,0,'The Light\'s Power','As a paladin, you\'re no stranger to the Light that touches all of us. But you also have the unique power to call upon the Light to help you in battle.$B$BWhile under the effects of the Seal of Righteousness, each melee attack will deal extra holy damage. From time to time, you can also use Judgement to unleash your seal\'s power for another attack.$B$BI want you to try out these techniques using the training dummies to the northwest of the Crash Site.','Learn Seal of Righteousness and Judgement from Aurelon. Apply Seal of Righteousness, find a Training Dummy on the northwest side of the Crash Site and use Judgement.','You\'ve proven yourself a quick learner, $N. I look forward to training you again when the time is right.','Have you practiced using your seal and your judgement?','','Use Judgement','Learn Spell: Judgement','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,1,0,0,0,20271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26967,13202,796,0,8,35,39,81,0,0,0,0,0,0,0,0,0,0,0,0,'Battle for the Scarlet Monastery','Behold the might of the Forsaken! The unstoppable will of the Dark Lady flows through our bodies! $B$BThe vast majority of the crusade\'s remaining forces have fled. Some, however, remain defiant.$B$BYou have been instrumental in this campaign\'s success. Sylvanas extends the honor of slaying her last remaining enemies to you, $N.$B$BShow no mercy.','Kill Scarlet Commander Mograine and High Inquisitor Whitemane.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3976,3977,0,0,1,1,0,0,0,0,0,0,0,0,0,0,66017,66026,66035,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26968,13202,0,0,8,3,3,0,0,128,0,0,0,0,0,0,0,0,0,0,'Arcane Missiles','In your future as a mage, you\'ll be expected to master a wide variety of spells. In fact, I want to teach you one right now. It\'s called Arcane Missiles and it allows you to throw volleys of arcane energy at your opponent. However, you won\'t be able to use it all the time. Each time you cast a spell, there\'s a chance you\'ll trigger an opportunity to use the missiles.$B$BI want you to try out this technique using the training dummies to the northwest of the Crash Site.','Learn Arcane Missiles from Valaatu. Find a Training Dummy on the northwest side of the Crash Site and practice using Arcane Missiles 2 times.','','','','Practice Arcane Missiles','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,2,0,0,0,5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26969,13202,0,0,8,3,3,0,0,64,0,0,0,0,0,0,0,0,0,0,'Primal Strike','Your walk with the elemental powers will take you to many places. Let us start your journey with a simple, but useful, lesson. I want to teach you to a basic combat technique.$B$BOnce you have completed training, go practice your new skill using the training dummies to the northwest of the Crash Site. Return to me when you are finished.','Learn Primal Strike from Firmanvaar. Find a Training Dummy on the northwest side of the Crash Site and practice using Primal Strike 3 times.','','','','Practice Primal Strike','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,3,0,0,0,73899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26970,13202,0,0,8,3,3,0,0,16,0,0,0,0,0,0,0,0,0,0,'Aiding the Injured','As a priest, one of your most important duties is to use the Light\'s power to aid the wounded. There are no lack of people here who could use your skills, $N. Allow me to show you a quick, simple heal that you can use to treat any ally.$B$BUse your newfound knowledge to help me treat those wounded in the crash.','Learn Flash Heal from Zalduun. Use Flash Heal 5 times to heal the wounds of Injured Draenei at the Crash Site.','','','','Heal Injured Draenei','','','',0,0,0,0,0,0,0,0,0,0,0,0,16971,0,0,0,5,0,0,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26971,13202,5042,0,524416,81,83,0,0,0,0,0,0,0,0,0,26875,0,0,0,'The Binding','A noise in the main chamber of the temple draws your attention. You hear a familiar laugh... Lorthuna. She\'s returned to interrupt the ritual - you must stop her!','Kill High Priestess Lorthuna.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43837,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61405,61404,61403,61402,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1135,1171,0,0,0,0,7,7,0,0,0,0,0,258000,0,0,0,0,0,0,0,0,0,0,395100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(26972,13202,796,0,8,26,30,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Dark Side of the Light','I joined the Scarlet Crusade as a young paladin, eager to cleanse the world of evil. Little did I know of the dark truth to these fanatics.$B$BInterrogator Vishas and Bloodmage Thalnos oversee this graveyard. They take great pleasure in torturing new recruits endlessly to ensure that they are \'pure\'. It is an affront to the light, $c!$B$BNo longer can I be a part of this corrupt organization. You\'re going to have to kill them both, so that others will never endure the same pain I did.','Kill Interrogator Vishas and Bloodmage Thalnos.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3983,4543,0,0,1,1,0,0,0,0,0,0,0,0,0,0,65988,66005,65964,65940,65914,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10700,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26973,13202,796,0,8,29,33,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Only True Path','I think that the root of the crusade\'s corruption can be found here. Arcanist Doan watches over the library, and teaches many young recruits to wield the arcane arts.$B$BThe Light is the only true path! You must kill him, $c, and redeem this glorious movement!$B$B$B$BYou\'ll want to dispose of Loksey as well. His hounds seem to disapprove of our noble intent. ','Eliminate Houndmaster Loksey and Arcanist Doan.','Good work! I just know the Light shines favorably upon us for our work. Our cause is righteous!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3974,6487,0,0,1,1,0,0,0,0,0,0,0,0,0,0,65942,65916,65966,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13300,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26974,13202,796,0,8,32,36,81,0,0,0,0,0,0,0,0,0,0,0,0,'The False Champion','We...we...we had to kill them! They were coming right for us!$B$BYou believe me, don\'t you $N?$B$BHerod is not the true champion of the Scarlet Crusade. I am! He took what was rightfully mine!$B$BYou should kill him. He\'s...a menace! Trains the soldiers to kill anyone instead of just the undead!$B$BI\'ll reward you handsomely...','Kill Herod.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3975,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66006,65967,65943,65917,65990,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26975,13202,1519,0,140,84,84,0,0,0,0,0,0,0,0,0,26960,0,0,0,'Rallying the Fleet','I am amassing a warfleet to assault Twilight Highlands and bring an end to Deathwing\'s lackeys. My soldiers are ready but fleet preparations lag behind.$B$BMy men at the docks need some inspiration and motivation. A visit from the Prince here should lift their spirits and remind them of the bright future they\'re fighting for.$B$BTake Prince Anduin to the docks with you and speak with Supply Sergeant Graves. I want Anduin to observe how a natural leader handles the situation.','Escort Prince Anduin to the Stormwind Docks and talk to Supply Sergeant Graves. If you get separated from the Prince, you\'ll find him in the Stormwind throne room.','','','Prince Anduin Escorted to Graves','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26976,13202,796,0,8,35,39,81,0,0,0,0,0,0,0,0,0,0,0,0,'Battle for the Scarlet Monastery','Oh, it\'s great to see you again $N! I\'m afraid I\'m going to need your help.$B$BYou see, Mograine\'s the Commander here along with High Inquisitor Whitemane, and they tried telling me that I wasn\'t really the new Scarlet Champion! \'Course, the boys and I didn\'t take kindly to that.$B$BWe\'re taking the Scarlet Monastery for our own and re-establishing the order as it always should have been - with me at the head of things! I\'ll take care of the Forsaken and the Scourge for good.$B$BHelp an old friend out?','Kill Scarlet Commander Mograine and High Inquisitor Whitemane.','Yes! The Scarlet Monastery is ours! You\'re a real friend. Take this as a reward, and feel free to visit again once I\'ve taken the Undercity too.$B$BIt\'ll be a Scarlet Paradise!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3976,3977,0,0,1,1,0,0,0,0,0,0,0,0,0,0,65920,65946,65970,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26977,13202,1519,0,136,84,84,0,0,0,0,0,0,0,0,0,26960,0,0,0,'Twilight Investigation','The city is still reeling from the seditious acts of the Twilight\'s Hammer in recent months. They prey on peasant fears and corrupt our most important citizens. We need to find out how deep the conspiracy runs.$B$BI\'ve tasked Major Samuelson of the Stormwind City Guard to head up an investigation. He\'s right here in the throne room. See if you can assist his efforts.','Speak with Major Samuelson in Stormwind Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26978,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,26934,0,60753,1,'Who Needs Cauldrons?','Have you seen the condition of Felstone Field? The Alliance forces at Andorhal have taken the area, and they\'re using it to... to... to grow CROPS!$b$bI almost liked it better when the Scourge held the area. At least they had the sense to put a giant plague cauldron in the middle of the field.$b$bWe\'re going to take that farm back from these humans, $N. Take these drums and place them at key locations around the field. I\'ll be waiting here at the Bulwark.','Place Dithers\' Plague Drums near the Windmill, the Grain Silos, the Ranch House, and the Barn at Felstone Field.','','','','Leave Drum near Windmill','Leave Drum near Grain Silos','Leave Drum inside Ranch House','Leave Drum inside Barn',0,0,0,0,0,0,0,0,0,0,0,0,44622,44623,44624,44625,1,1,1,1,0,0,0,0,0,0,0,0,62171,62170,62169,62168,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26979,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,26936,0,0,0,'Strange New Faces','Now that Felstone is ours, we can use its acreage - and any dead bodies we find - for our own purposes. I\'ve received orders from higher up that you are going to be helping out in this process.$b$bYou may have met Lindsay Ravensun on the battlefield in Andorhal. I\'ve never met her before, but she seems to have made some friends in high places, because she\'s taking over operations at Felstone. You\'re to meet her at the charred Scarlet camp... the one you scouted out earlier.','Report to Lindsay Ravensun at the Charred Outpost in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26980,13202,11,0,262152,21,23,0,0,0,0,0,0,0,0,0,0,25864,0,0,'Swiftgear Station','You\'ve done good work here, $n. Askin\' you to haul sandbags would be a waste, to be honest; I\'d rather send you along where your skills are needed.$B$BWe\'ve got a small outpost up north in the marsh. Swiftgear\'s the gnome that built it, but you\'ll want to talk to Shilah Slabchisel and help her with Ironforge matters.$B$BI\'ll admit, she\'s a looker... but I wouldn\'t make the mistake of getting fresh with her! They don\'t call their family Slabchisel for nothing.','Speak with Shilah Slabchisel at Swiftgear Station, north of Menethil Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26981,13202,11,0,262152,21,23,0,0,0,0,0,0,0,0,0,25868,0,0,0,'Whelgar\'s Retreat','Prospector Whelgar\'s been leading an excavation in the mountains southeast of here for quite some time. He had some raptor problems back in the day, but things were going better recently.$B$BJust the other day, we got word he had to evacuate the entire digsite again. I\'m not sure what\'s going on there, but I can\'t imagine the cataclysm making a quarry any safer than it was before.$B$BThere\'s good dwarves working there, $n. Would you go see what\'s wrong there, and maybe lend a hand?','Speak with Prospector Whelgar at Whelgar\'s Retreat, southeast of Swiftgear Station.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(26982,13202,796,0,8,28,30,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Scarlet Monastery','The same Monastery in Tirisfal Glades that the Scarlet Crusaders now occupy used to be a major training ground for our paladins. Now the Forsaken loom over it from the Undercity and the Crusade prevents us from utilizing it to train the very soldiers we need to deal with the Forsaken!$B$BLook, I don\'t trust him, but Joseph the Awakened waits inside the graveyard. Go speak with him - although he is a crusader, he says he now rebels against them, providing us with an opportunity to take back what\'s ours.','Visit Joseph the Awakened.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26983,13202,796,0,262152,31,33,81,0,0,0,0,0,0,0,0,0,0,0,0,'Just Close Enough','Make no mistake - there is a ton of stuff to be done here! However, we also need to strike at the Forsaken where it hurts. The Scarlet Monastery in Tirisfal Glades is the perfect distance from the Undercity and Brill.$B$BReport to Joseph the Awakened in their Library. He\'s a rebel crusader that can hopefully help us take the Monastery as our base of operations in that region, and maybe take out Arcanist Doan, one of their most powerful mages, in the process.','Visit Joseph the Awakened.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26984,13202,796,0,262152,34,35,81,0,0,0,0,0,0,0,0,0,0,0,0,'An Old, Crazed Friend','Joseph the Crazed was one of my good friends before he joined the Scarlet Crusade up in the Scarlet Monastery in Tirisfal Glades. I heard that he\'s in the Armory there trying some ridiculous attempt at taking over Herod\'s position as Scarlet Champion.$B$BIt\'s a death wish to challenge Herod like that! Go up there and try to talk him out of it.','Visit Joseph the Crazed.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26985,13202,796,0,262152,37,38,81,0,0,0,0,0,0,0,0,0,0,0,0,'Pitting Madness Against Madness','Our renewed forces can handle the situation here for a while without you. I\'ve received reports that Joseph the Insane, a former Scarlet Crusade officer, is in the Scarlet Monastery Cathedral and is taking his band of renegades to strike out against Scarlet Commander Mograine.$B$BThis is an excellent opportunity. Go there and help him with his insane task, and maybe we can use the Monastery as an excellent stronghold right at Sylvanas\' doorstep! ','Visit Joseph the Insane.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26986,13202,796,0,262152,28,30,81,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Scarlet Monastery','Oftentimes the best way to ensure our men sustain as few injuries as possible is to cause great harm to our enemies in their very homes and prevent battles from ever occurring!$B$BTravel to the Scarlet Monastery and speak with Dark Ranger Velonara in their graveyard. She is leading a Forsaken assault there and could benefit from a seasoned $c such as yourself.','Report to Dark Ranger Velonara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26987,13202,796,0,262152,31,33,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Right Way','My people are not generally fond of the arcane arts that so many other races abuse. Thankfully the wizards within the Scarlet Monastery library are separated from us by considerable land, but their ability to transcend the physical realm concerns me and, ultimately, my tribe\'s survival.$B$BTravel far to the west to the monastery\'s library and speak with Dark Ranger Velonara there. Her forces are already poised to strike at Arcanist Doan himself, head magi for the crusade.','Speak to Dark Ranger Velonara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26988,13202,796,0,262152,34,35,81,0,0,0,0,0,0,0,0,0,0,0,0,'Moving Things Along','I\'m waitin\' on some very powerful reagents I ordered from the Undercity not long ago. I heard that the shipment is late because the Scarlet Monastery\'s crusaders are blocking its passage. Da Scarlet Champion, Herod, is likely to blame for dis annoyance.$B$BPlease go speak to Dark Ranger Velonara in the Scarlet Monastery\'s armory, she is goin\' to \'take care\' of Herod, which means my shipment will arrive safely!','Visit Dark Ranger Velonara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26989,13202,130,0,8,9,11,0,0,0,0,0,0,0,0,0,26965,0,0,0,'The Gilneas Liberation Front','The battle over this region still rages, $Nnub. Although we soundly beat back the Gilnean defenses and took Gilneas for the Horde, a small group of rebels managed to escape. The \"Gilneas Liberation Front\" - as they call themselves - make attacks of opportunity against our forces in the field. The rebels have had a few minor victories and now grow brazen in their assaults! The time to strike back is now, $Nnub.$B$BVenture south into the wilds of Silverpine and kill any rebel that you cross.','Kill 10 Worgen Renegades.','$Nnub has returned! And in one piece!$B$BDefender of Silverpine! Redeemer of the Horde! $Nnub, your bravery must be rewarded!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44793,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,62839,62838,62837,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26990,13164,0,0,0,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Water They Up To?','It appears that the Sandfury trolls are working with the Twilight\'s Hammer.$B$BNo matter. That foul witch won\'t be sending her monster to MY city.$B$BCome, brave ones! We\'ll slick the sand with their gore and return home triumphant. Tell Hamuul Runetotem what\'s happened here when we\'ve gotten back; I\'ll need to oversee the return of the citizenry, repairs, and so on.','Slay Kai\'ju Gahz\'rilla and inform Hamuul Runetotem in Thunder Bluff.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40961,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,83512,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26991,13202,796,0,262152,37,38,81,0,0,0,0,0,0,0,0,0,0,0,0,'Enemies Abroad','Sometimes we must acknowledge the need to protect our allies so that they may protect us. This is one such occasion, $r.$B$BTravel to the Scarlet Monastery near the Undercity in Tirisfal Glades. Once you arrive, go to the Cathedral and speak with Dark Ranger Velonara. She is leading the final assault against the crusade there, and it would benefit us all greatly to ensure our undead allies secure the monastery before the crusaders have a chance to attack their capital.','Find Dark Ranger Velonara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26992,13202,130,0,8,9,11,0,0,0,0,0,0,0,0,0,26965,0,0,0,'Agony Abounds','You have no doubt heard about the incident that transpired at the Wrath Gate in Northrend, yes? Due to those unfortunate events we are strictly forbidden from using the strain of life-shattering blight that we finally perfected. Now we have rules and regulations and other nonsense!$B$BThey\'ve given us some neutered version of the perfected blight and expect us to weaponize it.$B$BIf I\'m to get this crap functional I\'ll need several bags full of ferocious doomweed. You\'ll find it all over Silverpine.','Gather 8 Ferocious Doomweed.','Agony abounds, friend! The land itself threatens to devour us, and yet we persist. I wonder why that is? With this doomweed and the guts and gore that T\'Veen needs, we might have something suitable to send to the Forsaken front.','Have you collected the ferocious doomweed I requested?','','','','','',60741,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26993,13202,796,0,8,29,33,81,0,0,0,0,0,0,0,0,0,0,0,0,'Compendium of the Fallen','Don\'t fret, I serve no master, $r. Within these halls lies a book called the Compendium of the Fallen. It holds vast amounts of research that the Scarlet Crusade has done on my kind over the years.$B$BSimply put, I\'d like you to retrieve it and bring it back to me. No questions asked.','Retrieve the Compendium of the Fallen.','Well done. How about I give you a nice reward for your work, and you don\'t tell a soul that you saw me here. Deal?','I don\'t want to stay in a monastery packed full of undead-hating zealots for much longer. Surely you can understand why. Don\'t speak to me if you don\'t have the book with you.','','','','','',5535,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13300,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26994,13202,796,0,8,32,36,81,0,0,0,0,0,0,0,0,0,0,0,0,'Without Rhyme or Reason','I heard that Joseph the Crazed wants you to kill Herod. While you\'re at it, how about you slaughter their top soldiers? I\'ll pay you well for your work.$B$BDon\'t worry about the why, just worry about the how.','Kill 3 Scarlet Myrmidons, 3 Scarlet Protectors, 3 Scarlet Guardsmen, and 3 Scarlet Evokers.','Very good. Yes, very good indeed.$B$BYour reward, as promised. No questions.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4295,4289,4290,4292,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26995,13202,130,0,8388616,9,11,0,0,0,0,0,0,0,0,0,26965,26998,0,0,'Guts and Gore','If we\'re to get this new blight up and running we\'ll need clean beast guts. The problem is that clean beast guts are a rare commodity in Silverpine Forest. Most of the beasts here have succumbed to disease and thus only have diseased organs.$B$BDo a sweep of the forested area east of here for worgs and grizzled bears. Kill only the non-diseased variety and rip out their entrails. Bring me all of the clean guts that you can stuff into your backpack!','Recover 6 \"Clean\" Beast Guts.','Excellent! With these guts and the ferocious doomweed we\'ll be able to test out our new strain of blight. Now to select a suitable target...','Remember, I can only use clean beast guts for the new strain of blight we\'re developing.','','','','','',60742,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26996,13202,796,0,8,35,39,81,0,0,0,0,0,0,0,0,0,0,0,0,'Right Under Their Noses','In the right side-room of the accursed cathedral ahead there is a torch on the wall. Move it and a secret door will open. Inside is High Inquisitor Fairbanks. He is now an undead.$B$BI need him taken care of. Kill him in his own room if possible, I\'d strongly prefer the crusaders not see him. You know the deal - kill him, and I\'ll reward you. No other words are necessary between us.','Kill High Inquisitor Fairbanks.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4542,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26997,13202,1519,0,9437320,84,84,0,0,0,0,0,0,0,0,0,26977,27060,0,0,'The Usual Suspects','$B$BMy investigations reveal, ah, it\'s likely that there\'s trouble brewing among the Stormwind dock workers. Shifty lot. Don\'t trust \'em.$B$BYou should go there and shake the place down. Start grilling those longshoremen. That should keep you busy.$B$BGo rout out those Twilight infidels!','Grill 6 Stormwind Dock Workers in Stormwind Harbor.','','','','Dock Workers Interrogated','','','',0,0,0,0,0,0,0,0,0,0,0,0,44827,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26998,13202,130,0,8,9,11,0,0,0,0,0,0,0,0,0,0,0,0,0,'Iterating Upon Success','The concoction is finally ready, but before I can put my seal of approval on this strain, we\'ll need to run a field test.$B$BSpeak to Bat Handler Maggotbreath, here at High Command, and requisition a bat. The bat will take you to the Dawning Isles, east of here across Lordamere Lake, right into the heart of depravity itself - the Vile Fin murloc dens!$B$BUse the concoction against the murlocs and report the results back to me.$B$BThose results being that you killed them all, as commanded!','Kill 50 Vile Fin Murlocs.','Potent enough to exterminate a thousand murlocs! I think I\'ll put that on the label. You\'ve done well, $N, and great work around here gets rewarded.','','','Bat requisitioned from Bat Handler Maggotbreath','Vile Fin Murloc slain','','',0,0,0,0,0,0,0,0,0,0,0,0,44825,1908,0,0,1,50,0,0,0,0,0,0,0,0,0,0,62836,62835,62834,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26999,13202,28,0,8388616,34,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'A New Era for the Plaguelands','No longer does the Scourge hold this area. We, the living, are retaking Lordaeron.$b$bWe have taken great strides already, as you have already seen. The earth flowers, the trees grow tall and green, and the wildlife is beginning to return. Yet a few remnants of undeath remain.$b$bWhile the trees and grass prosper, the animals are struggling. Something is preventing them from healing, and I intend to find out what. Bring me samples from the plagued wildlife so that I may study them more closely.','Obtain 4 Plague Lurker Samples, 4 Venom Mist Lurker Samples, 4 Hulking Plaguebear Samples, and 4 Diseased Wolf Samples.','','','','','','','',60760,60761,60762,60763,0,0,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62174,62173,62172,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27000,13202,28,0,8,34,37,0,0,0,0,0,0,0,0,0,26935,0,0,0,'Learning the Ropes','Ah, it\'s good to be back in Northridge! I\'ve got my mill, my beautiful wife, a bouncing baby boy... I\'ve even put in my hat with the Argent Crusade. We\'ll be supplying Tirion\'s forces with lumber.$b$bMy lumberjacks were being exceptionally productive, too... up until the point when the spiders came. Now they refuse to go any deeper in the woods.$b$bMaybe you can help me out. Hop on one of my horses and use it to frighten those spiders. Maybe we can avoid bloodshed and just scare them away.','Mount a Hearthglen Mustang at Northridge Lumber Mill, then use its Whinny ability to frighten 25 Northridge Spiders.','','','','Northridge Spiders frightened','','','',0,0,0,0,0,0,0,0,0,0,0,0,44850,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27001,13202,28,0,8,34,37,0,0,0,0,0,0,0,0,0,27000,0,0,0,'This Means WAR (Wild Arachnid Roundup)','The Highlord was generous enough to send some of his recruits to protect us here at the mill. With your horsemanship skills, and their martial prowess, we can do away with this spider problem easily.$b$bHop back on that mustang and scare those spiders again, but this time, scare them all the way up here to the mill. These Hearthglen recruits can handle things from there.','Mount a Hearthglen Mustang near the Northridge Lumber Mill, then use its Whinny ability to send 10 Northridge Spiders to the Hearthglen Recruits at the Northridge Lumber Mill. You can round up several spiders at once.','','','','Northridge Spider lured to Lumber Mill','','','',0,0,0,0,0,0,0,0,0,0,0,0,44838,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,62180,62179,62178,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27002,13202,28,0,8,34,37,0,0,0,0,0,0,0,0,0,27001,0,0,0,'An Audience with the Highlord','Oh, before you go, $N... I have a message for you. There\'s someone in Hearthglen who\'d like to meet with you. Said he\'s \"heard your name pop up\" a few times already.$b$bConsider yourself lucky, $N. Not everybody gets a personal audience with Highlord Tirion Fordring.$b$bOh, and feel free to use one of my mustangs for the ride up there. They\'re the fastest money can buy.','Report to Highlord Tirion Fordring at Hearthglen in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,6,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27003,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Easy Money','Well, hello there!$b$bWhatever brought you, I\'m so glad that you\'re here! My friends will never admit to it, but we could really use a hand.$b$bThe ancient region of Uldum has been exposed! Treasures beyond your wildest dreams, free for the taking!$b$bWe just need a bit of an escort, what with the bandits and all...$b$bYou\'ll accompany us, won\'t you?$b$bYou\'re welcome to all the loot you can haul off!','Accompany Adarrah\'s caravan into Uldum.','Smells like someone else was in this cell recently.$b$bGross!','','','Caravan Escorted','','','',0,0,0,0,0,0,0,0,0,0,0,0,44833,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89328,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27004,13202,5042,0,8388744,83,83,0,0,0,0,0,0,0,0,0,0,27040,0,0,'The Twilight Plot','We came here to investigate rumors of a Titan artifact up at the Masters\' Gate to the southwest.$B$BOne of those Twilight\'s Hammer cultists must have the plans for what they\'re doing up there. You\'re going to have to get them for us, $N.$B$BKeep searching the cultists until you find them.','Collect the Masters\' Gate Plans.','','','','','','','',60745,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27100,13202,5042,0,128,81,82,0,0,0,0,0,0,0,0,0,0,0,60816,1,'Twilight Research','The book you found appears to detail some form of research carried out by a member of the Twilight\'s Hammer.$B$BIt deals with the oozes in some way, but there are multiple pages missing.$B$BPerhaps if you found additional notes you might be able to make sense of it.','Obtain 4 Twilight Research Notes from Mercurial Oozes in the Upper Silvermarsh.','','','','','','','',60814,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27102,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,27101,0,0,0,'Maziel\'s Ascendancy','Maziel\'s journal chronicles a ritual of ascendancy that would transfigure his body to one of pure quicksilver.$B$BThe ritual would take place in the cave near the Lower Silvermarsh, where Maziel would feed upon the mercurial oozes until achieving full strength.$B$BPerhaps is not too late to put an end to his madness.','Slay Maziel inside the Silverlight Cave in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44967,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61482,61481,61483,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27136,13164,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,0,0,60835,1,'Elemental Energy','It\'s taking every ounce of our power to keep this realm stable in the absence of the World Pillar.$B$BAs shaman we can tap directly into the energies of the elementals that inhabit Deepholm and use them to heal the damage that the rift is causing.$B$BTake this totem and place it on the ground outside. Any energized geodes or lodestone elementals destroyed in its proximity will fill it with the energy we require.','Destroy 8 Energized Geodes or Lodestone Elementals near the Depleted Totem.','','','Return to Seer Kormo at the Temple of Earth.','Lodestone Elementals slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,43258,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,61480,61496,61478,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27006,13202,5042,0,65672,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fly Over','I tried ta fly o\'er the terrace an have a look fer myself, but those toastie eatin\' pansies kept shootin\' at me, an I couldn\'t get near.$B$BYa look like ya might be handy with the reins. Why don\' ya take yer flyin\' beastie up there ta the southwest and see what all the fuss is about?','Investigate the central area in the back of the Masters\' Gate.','','','Return to Prospector Brewer at the Temple of Earth.','Masters\' Gate investigated','','','',0,0,0,0,0,0,0,0,0,0,0,0,44839,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27009,13202,722,0,8,40,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Coldbringer','Amnennar the Coldbringer rules over the Razorfen Downs with very dark and powerful Scourge magic. I have managed to clear an opening in the thorns just above his seat of power, but his sorcery prevents me from launching an assault.$B$BIf you venture up the Spiral of Thorns and engage him, he will be distracted long enough for me to attack him briefly, weakening him before he can use his most deadly spells. Once he is weakened, destroy him without mercy.','Kill Amnennar the Coldbringer.','A job well done, $N. The Quilboar here can no longer be saved, but at least they are no longer organized for attack, or slaves under Amnennar\'s tyrannic rule.$B$BLeave quickly, please. Razorfen Downs is without hope. It must be purged.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7358,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65996,65975,65951,65926,66009,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26700,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(26247,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Diplomacy First','The Earthen Ring is a neutral organization, $N. We cannot pick sides in the war between the Horde and the Alliance.$B$BLook around you -- our members come from all backgrounds. Our mission would be compromised should racial tensions be put above our goal. Let\'s try to keep this under wraps until we have more information.$B$BWe must not jump to conclusions just yet. I\'ll send you and one of our new members to look for the Alliance gunship.$B$BFind out what you can without dragging us into the conflict.','Meet Stormcaller Mylra aboard the Alliance Gunship.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,41000,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27011,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,27000,0,0,0,'Redpine Thievery','Farther to the south, you will find Redpine gnolls... a new arrival to the area. You probably passed some on your way here. Nathaniel pretends like they\'re not a problem, but I know better.$b$bI\'ve seen them running away with our lumber at night. I don\'t know what they\'d do with lumber - they don\'t seem particularly handy - but that doesn\'t stop them from stealing it. Head down to their camps and steal that lumber back.','Retrieve 10 piles of Northridge Lumber from the Redpine Camp in Western Plaguelands.','','','','','','','',60750,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27012,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,27000,0,0,0,'A Gnoll\'s Resolve','I have my doubts about those gnolls\' intentions. They haven\'t attacked us yet, but their numbers are growing, and they seem to always have their weapons ready. I\'m no military expert, but that seems a little aggressive to me.$b$bMaybe if we took away some of their weapons, they\'d be a little less likely to pose a threat to our mill. I\'d feel much better about the whole situation if you went down there and brought some of their weapons back to me.','Obtain 6 Redpine Staves and 6 Redpine Clubs from Redpine Gnolls.','','','','','','','',60748,60747,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62177,62176,62175,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27013,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,26935,0,0,0,'Too Close for Comfort','I\'m happy for Nathaniel: he\'s spent so long trying to return to Northridge, and now with the Scarlet Crusade out of the way, he can finally move back home. It\'s just... even for such a seemingly-idyllic setting, it\'s not really the best place to raise a family.$b$bFor example: along this valley\'s edge, you will find rabid foxes searching for innocent prey. Every once in a while I catch a glimpse of one looking right at me.$b$bPlease, $c, remove some of these foxes. I don\'t feel safe with them near.','Kill 12 Rabid Foxes near Northridge Lumber Mill in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44551,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27014,13202,0,0,0,3,3,0,0,16,0,0,0,0,0,0,0,0,60751,1,'Hallowed Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the priest trainer, Seer Ravenfeather. If this note is from the seer, I would go looking for her immediately.','Speak to Seer Ravenfeather in Camp Narache.','','','','','','','',60751,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27015,13202,0,0,524288,3,3,0,0,2,0,0,0,0,0,0,0,0,60752,1,'Consecrated Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the paladin trainer, Sunwalker Helaku. If this note is from the sunwalker, I recommend going to see him immediately.\n','Speak to Sunwalker Helaku in Camp Narache.','We have much to cover. In time, the ways of the sunwalkers will be as plain and natural to you as the shaman\'s conversations with the elements.','I am pleased to meet you, $N.','','','','','',60752,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27016,13202,38,0,8,14,16,0,0,0,0,0,0,0,0,0,27025,0,0,0,'The Joy of Boar Hunting','Try to contain your excitement, $n, for you are in the presence of the greatest boar hunter in Azeroth!$B$BTheir cunning intellect, rapid speed, ferocious strength, and resilient hide... yes, boars are the quarry of only the most masterful of hunters. Amateurs need not apply!$B$BWhy, I bet you\'ve never even hunted such an exotic beast. I\'ll bet silver any day that you can\'t match my record of ten boars killed. Try the ones on the eastern shore of the loch... but don\'t hurt yourself now, rookie!','Kill 10 Mudbelly Boars.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44627,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27017,13202,28,0,8,36,38,0,0,0,0,0,0,0,0,0,26957,0,0,0,'Memories from a Lost Past','It\'s funny the things you remember. I spent 16 hours a day working the fields, and every seventh day I\'d head into bustling Andorhal to sell what I\'d grown. It was a tough life, but we did alright.$b$bBut I barely remember any of that. When I think back to those days, I think about Gloria\'s smile, or Andrea waving from the window whenever I\'d look up from the plow.$b$bThe farm\'s just a bit to the east, but I\'m not sure I\'m ready to go back, $N. I\'d just like to make sure I hold on to these memories.','Travel to the farm house in Gahrron\'s Withering and gather any mementos you can find.','','','','','','','',60770,60771,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62198,62197,62196,62195,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27018,13202,28,0,8,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Herald ','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27019,13202,722,0,262144,40,44,81,0,0,0,0,0,0,0,0,0,27022,10682,1,'Scourge of the Downs','Outstanding! My name is Belnistrasz, and I thank you for rescuing me. I had given myself up for dead... or worse, as a meal for these Scourge-infested vermin.$B$BListen... rather than just flee, I want to make a difference for all of our sakes. Would you be up to helping me out to that end? It\'s probably dangerous, but somebody needs to do it and I seriously doubt other adventurers will wander into this desolate place.','If you agree to aid Belnistrasz, speak with him again and hand the Oathstone he gave you back to him.','Fantastic, I thought you looked to be the heroic type! We\'ve got our work cut out for us $N, I\'m not going to lie to you. If we stay focused on the task at hand, we should be able to come out on top.','I\'m not one for politics; I care not if your affiliations are for either Horde or Alliance. I am more interested in squelching direct and dire threats to all the races... and we have quite a large one in here.$B$BIf you\'re willing to be a true hero for all people, then hand me the oathstone I have given you as a sign of commitment. I\'m... not from around these parts; an oathstone is important to people of my kind as a bond of agreement.','','','','','',10682,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27020,13202,0,0,8,3,3,0,0,1,0,0,0,0,0,0,3091,0,0,0,'The First Lesson','The time has come for your first lesson in the ways of the warrior, $N, and a fitting lesson it is. I will teach you a technique for gaining the upper hand at the start of battle.$B$BCharge into the fray, surprising your enemy, and stunning him. After we have completed our lesson, I want you to try it for yourself.','Learn Charge from Harutt Thunderhorn. Locate a Training Dummy in Camp Narache and practice using Charge.','You have done well, $N. Return to me when you are in need of further training.','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27021,13202,0,0,8,3,3,0,0,4,0,0,0,0,0,0,3092,0,0,0,'The Hunter\'s Path','It is time for your first lesson, $N. You have a long way to go to master the ways of the hunter, but each new skill is a step on that path. Let me show you a useful shot.$B$BWhen our lesson is concluded, I want you to try it for yourself.','Learn Steady Shot from Lanka Farshot. Locate a Training Dummy in Camp Narache and practice using Steady Shot 5 times.','','','','Practice Steady Shot','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,5,0,0,0,56641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27022,13202,722,0,2,40,45,81,0,0,0,0,0,0,0,0,0,0,0,0,'Extinguishing the Idol','Near the entrance is an idol that functions as a macabre oven for the Quilboar; they...they literally consume their abductees from the Barrens. I can shut down the idol and render it useless, but I need your aid in doing so. My plan: escort me to the idol. Once we arrive, I\'ll commence the ritual. I\'ll barely be able to communicate with you, let alone defend myself. Protect me while I shut down the idol.$B$BAre you with me, $r? Can I count on you to help me end their atrocities?','Protect Belnistrasz.','Belnistrasz\'s sudden departure has left behind a burning brazier. As you stare in to the flame, the image of a great-winged red dragon fills your mind. A more graveled version of Belnistrasz\'s voice speaks directly to you.$B$B\"Indeed mortals, you are the heroes I had hoped you would be. Thanks to you the butchery these beasts were perpetrating is a thing of the past. My faith in your kind has been once more renewed. Take this as a reward befitting of a hero.\"','','Protect Belnistrasz while he performs the ritual to shut down the idol','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10710,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26000,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27023,13202,0,0,8,3,3,0,0,2,0,0,0,0,0,0,27015,0,0,0,'The Way of the Sunwalkers','It is always a pleasure to meet a fellow Sunwalker. We are not as numerous as some of the more ancient orders, but our ways are no less powerful and our members no less respected.$B$BAllow me to teach you one of our most basic techniques -- seals and judgments. Using Seal of Righteousness allows you do deal extra holy damage with each swing and you may periodically use Judgement to inflict additional damage to your opponent.$B$BTry it for yourself.','Learn Seal of Righteousness and Judgement from Sunwalker Helaku. Locate a Training Dummy in Camp Narache and practice using Judgement.','You have made me proud, $N. You will make a fine Sunwalker. Return when you desire further training.','','','Practice using Judgement','Learn Spell: Judgement','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,1,0,0,0,20271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27024,13202,722,0,8,40,44,81,0,0,0,0,0,0,0,0,0,0,0,0,'Partners in Crime','Although Amnennar is the primary threat here, he is far from the only. You need to slay his lieutenants as well if their hold on the Downs is to be released.$B$BGlutton guards the beginning of the Spiral of Thorns.$B$BMordesh stands atop The Bone Pile inciting the Scourge into a ravenous frenzy.$B$BTuten\'kash resides underground. In order to bring him out, you must strike the gong in The Caller\'s Chamber three times.$B$BGood luck, brave hero.','Kill Glutton, Mordresh Fire Eye, and Tuten\'kash. ','Well done! Without their leaders, the Scourge will pose no significant threat.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8567,7357,7355,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25300,0,0,0,0,0,0,0,0,0,0,23700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27025,13202,38,0,8,14,16,0,0,0,0,0,0,0,0,0,13647,0,0,0,'Thistle While You Work','It\'s stabthistle season! Stabthistle seeds are responsible for up to 89% of seed-related injuries among hunters.$B$BYou\'ll find stabthistle seeds mostly in the lower woodland just north of the lodge. They\'re commonly found at the base of trees, and they will stab and hurt you.$B$BI\'d advise you to avoid them, but I actually need someone to help remove them for the sake of safety! Bring me back stabthistle seeds so we can make sure others don\'t get hurt.','Collect 6 Stabthistle Seeds.','','','','','','','',60737,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27026,13202,38,0,8,14,16,0,0,0,0,0,0,0,0,0,27025,0,0,0,'Defcon: Bobcat','Stop everything! It\'s come to my attention that there\'s been bobcat sightings near the lodge. Bobcats!$B$BNow mind you, I\'ve never seen a bobcat, but they\'re surely dangerous. They\'re like mountain lions or something. I don\'t want anyone leaving until the area is secure!$B$BAnyone but you, that is. I\'ll pay you to help secure the area, $c. But don\'t get your face ripped off.','Kill 8 Bobcats.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44188,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27027,13202,0,0,8,3,3,0,0,64,0,0,0,0,0,0,3093,0,0,0,'Primal Strike','I know you\'ve been busy helping the braves protect Camp Narache from the bristlebacks. We\'re going to need all the hammers and all the luck we can get. Allow me to teach you a simple combat technique to help you in battle.$B$BPrimal Strike should help you fell your enemies faster. Try it out for yourself.','Learn Primal Strike from Meela Dawnstrider. Locate a Training Dummy in Camp Narache and practice using Primal Strike 3 times.','','','','Practice Primal Strike','','','',0,0,0,0,0,0,0,0,0,0,0,0,44175,0,0,0,3,0,0,0,73899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27028,13202,38,0,8,14,16,0,0,0,0,0,0,0,0,0,27025,0,0,0,'Hornet Hunting','We\'re always looking for new game around here. Daryl may like his boars, but the rest of us prefer things more exotic.$B$BNow, I\'d never say the Loch draining was a good thing, but it did have a silver lining. The swampy ground\'s brought in new prey: Hornets!$B$BGiant hornets, mind you. Not many hunters have tussled with massive bugs before. It\'s rather novel.$B$BIf you\'d like to give it a try, I\'ll wager with you. Bring me back some of those nice glossy wings of theirs and I\'ll pay up.','Collect 6 Glassy Hornet Wings.','','','','','','','',60754,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27029,13202,722,0,8,40,44,81,0,0,0,0,0,0,0,0,0,0,0,0,'Cure the Scourge','Far more effective than killing swarm after swarm of Scourge is finding a method to prevent living creatures from ever being turned into them. I have an idea for a fine powder that, when inhaled, may stop the entire process.$B$BI need withered tusks off the unliving Quilboar here to make this powder. Bring me an ample amount, and we may be able to stop the Scourge\'s growth for good.','Collect 20 Withered Tusks.','I have faith that this substance will prevent many future headaches. Thank you, $C.','Do you have the tusks?','','','','','',60756,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25300,0,0,0,0,0,0,0,0,0,0,23700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27030,13202,38,0,8,14,16,0,0,0,0,0,0,0,0,0,27025,0,0,0,'Foxtails By The Handful','We\'ve seen more foxes in the hills lately. Cunning creatures, they are. A good test of a hunter\'s skills, and a fine profit to boot!$B$BIt\'s their tails, $glad:lass;. Fine and fluffy, they\'re just as good hung on yer belt to ward off fleas as they are to line the gloves of some fancy noble.$B$BListen to me prattle on. I\'m no goblin; the thrill\'s in the hunt! But if you bring me back some foxtails, I\'ll still gladly pay you for \'em. You\'ll find the foxes just north of the lodge in the lower woodlands.','Collect 7 Fluffy Fox Tails.','','','','','','','',60755,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27031,13202,38,0,8,15,17,0,0,0,0,0,0,0,0,0,27037,0,0,0,'Wing Nut','I\'m through with gyrocopters. Sure, they work, but when has that ever been good enough for a real gnome? I want real flight, with WINGS!$B$BI\'ve been studying birds for years now, trying to unlock the final secret to building a machine that flies just like them. That elegant soaring and swooping, the rush of wind over the wings, ahh.$B$BYou! You can help me. I need the finest flight feathers you can find. The golden eagles circling near the lodge would be a fine choice...','Collect 3 Pristine Flight Feathers from Golden Eagles.','','','','','','','',60792,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27032,13202,38,0,262152,15,18,0,0,0,0,0,0,0,0,0,27031,0,0,0,'Bird is the Word','I\'ve actually nearly perfected my dream machine: The Skystrider! The world\'s first flying Mechanostrider! But, wel $B$BWhen I was putting the finishing touches on it in my secret cavern lab, my other creations became, er, jealous. Giving mechanical birds a personality to begin with was probably a bad idea, but that\'s already done.$B$BI need the Supermechanical Robo-Widget from the original Skystrider if I want to rebuild it! Please, journey into the cave and retrieve it for me!','Find the Rusted Skystrider inside Ironwing Cavern.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27033,13202,38,0,262152,15,18,0,0,0,0,0,0,0,0,0,27032,0,0,0,'Skystrider\'s Heart','Opening the hatch, you find an imposing looking mechanical device hooked to several wires, gears, and who knows what else.$B$BIt\'s easily detached. Time to bring it back to Bingles.','Return the Supermechanical Robo-Widget to Bingles Blastenheimer at the Farstrider Lodge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,6,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27034,13202,38,0,262152,15,18,0,0,0,0,0,0,0,0,0,27033,0,0,0,'He\'s That Age','I\'m not making the Skystrider for me, $n. Not even for gnomekind. I want my son to be the one to fly it.$B$BI\'m old, and my reflexes aren\'t what they used to be. But my boy Ando could be the best pilot Azeroth\'s ever seen, if he\'d just get over his teenage moodiness!$B$BHe sits out by the loch, staring at the sky all day. Something\'s been bothering him, and yet he refuses to talk to his own father about it. I\'m at a loss!$B$BPlease, $n, could you go talk to him? Tell him I need him to pilot the Skystrider!','Speak to Ando Blastenheimer on the east side of the Loch.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,3,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27035,13202,38,0,8,14,18,0,0,0,0,0,0,0,0,0,27034,0,0,0,'Standing Up','Look at them. The Twilight\'s Hammer ruined this land!$B$BThat cult caused this Cataclysm, and broke the Stonewrought Dam, and drained the entire Loch. And now they wander around the ruins like it\'s their home!$B$BIf there was any justice in this world, someone would march into their camp and break that artifact of theirs in half. But I\'m too weak to even try it.$B$BAnd nobody else is brave enough either! Not even you! You see? It\'s all so stupid...','Destroy the Twilight Landshaper at the center of the Twilight\'s Hammer Camp.','','','','Twilight Landshaper destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,44724,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27036,13202,38,0,8,14,17,0,0,0,0,0,0,0,0,0,27026,0,0,0,'Vyrin\'s Revenge','I don\'t suppose you\'d be interested in a little payback for His Boldness? Daryl does have some skill, it pains me to say.$b$bA year ago, a large bear had been the target of the Farstrider Lodge, but none of the hunters had any luck with him. So, Daryl thought he\'d try his hand against him. All he had to show for his effort was that ugly scar over his eye.$b$bKill the bear, and I\'m sure even Daryl would be speechless for once.$b$bThe bear, Ol\' Sooty, can be found around his lair in the cave to the north.','Kill Ol\' Sooty and obtain his head.','','','','','','','',2713,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27037,13202,38,0,0,14,16,0,0,0,0,0,0,0,0,0,27036,0,2713,1,'Vyrin\'s Revenge','Light! Don\'t bring things like that into the Lodge... it\'s unsanitary, unspeakable, un... un... unsanitary!$b$bJust get it out of here, will you? No one wants to see your bloody little trophy, really!','Bring Ol\' Sooty\'s head to Vyrin Swiftwind at the Farstrider Lodge.','','','','','','','',2713,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59010,59009,59008,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27038,13202,1519,0,3145864,84,84,0,0,0,0,0,0,0,0,0,26975,0,0,0,'Missing Parts','$B$BLook here, if you want to help speed things up around here, get Flintlocke off my back. A whole shipment of siege engine parts was misplaced and now it\'s scattered all up and down the dock.$B$BGather up the missing parts and get them to Flintlocke so he can finish construction. He\'s just across the road from me, waiting.','Gather up 5 Missing Parts from around the Stormwind Harbor.','','','','','','','',60757,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63927,63926,63925,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27039,13202,130,0,262152,9,11,0,0,0,0,0,0,0,0,0,26998,27045,0,0,'Dangerous Intentions','Do you know why Mortuus appends \'nub\' to your name, $N? Because he is an incompetent sycophant that has trouble seeing through his oversized helmet. \'NUB\' is your classification. You are now part of the NEW UNDERCITY BATALLION.$B$BBut enough with the comedy! I sent Deathstalker Yorick on a shadow operation two days ago. Her goal was to get information on the Gilneas Liberation Front and return. Three days and no word from her.$B$BHead southwest to the Ivar Patch and look for Yorick, $N.','Find Deathstalker Yorick at the Ivar Patch in Silverpine Forest. ','Belmont gets a little nervous and sends some newbie to look for me? Listen, I\'ve been staking out the old Ivar cottage from inside this outhouse for three days. Your presence threatens the whole damn operation!$B$BThere\'s no time to explain. We have to act now or this mission will be compromised.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1136,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27040,13202,5042,0,262280,83,83,0,0,0,0,0,0,0,0,0,27004,27058,60758,1,'Decryption Made Easy','We don\'t have the tools to decipher these encrypted plans. The Twilight\'s Hammer do, though.$B$BWould you be a sweetie and take the plans back up there to run them through their one-time decryption engines?','Decrypt 6 plans.','','','','Plans decrypted','','','',0,0,0,0,0,0,0,0,0,0,0,0,-205145,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27938,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,27937,0,0,0,'The Middle Fragment','I present you with the key to Stonehearth. With it you may unlock the vault to my home and recover the middle fragment of the World Pillar.$B$BKeep the fragment safe, $N. Make certain to get it to the Temple of Earth in the middle of Deepholm as quickly as possible!$B$BKnow that you are always welcome here.','Recover the Middle Fragment of the World Pillar.','','','Deliver the Middle Fragment of the World Pillar to Earthcaller Yevaa at the Temple of Earth.','','','','',60575,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61397,61396,61395,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26245,13164,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,27123,26247,0,0,'Gunship Down','The Archstone was being transported inside a flying Horde gunship called the Storm\'s Fury.$B$BThe airship crashed south of here and our scrying has revealed the Archstone\'s no longer on it.$B$BSearch the ships for clues related to what might\'ve happened.','Search for clues at the Storm\'s Fury Wreckage in Deepholme.','','','Return to Maruut Stonebinder at the Temple of Earth.','First Clue','Second Clue','Third Clue','',0,0,0,0,0,0,0,0,0,0,0,0,43027,43028,43029,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26246,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,27123,26247,0,0,'Captain\'s Log','$B$B...approaching the Temple of Earth at 300 knots and commencing landing maneuvers according to new route. We\'ve made note of a low pressure system in the north and redrawn our...$B$BBLOOD AND THUNDER! ALLIANCE SCUM APPROACH!!','Bring the Captain\'s Log to Maruut Stonebinder at the Temple of Earth in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26255,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,26254,0,0,0,'Return to the Temple of Earth','You must get word back to the others at the temple. Chances are, the fragment is already getting moved to a more secure location.$B$BTell Maruut what you know. I\'m going to do a little investigating about this Twilight Council in the meantime.','Speak to Maruut Stonebinder at the Temple of Earth in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,157200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27044,13202,1519,0,140,84,84,0,0,0,0,0,0,0,0,0,26977,27060,0,0,'Peasant Problems','I\'m not quite ready to go back to the keep yet. Would you like to help me with something?$B$BRecently some of the local farmers were petitioning the King about some missing livestock. My father promised someone would investigate, but the city guard is stretched so thin it\'ll take weeks.$B$BI thought I would help! It\'ll encourage the farmers to see someone take action, especially from the royal family. Besides, it\'s just some missing cows. Nothing dangerous.$B$BTake me to Farmer Wollerton here in the city!','Escort Prince Anduin to Farmer Wollerton at the Wollerton Stead within Stormwind City. If he\'s no longer with you, you can find him in Stormwind Keep.','','','Anduin Escorted to Farmer Wollerton','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27045,13202,130,0,1048576,9,11,0,0,0,0,0,0,0,0,0,0,27056,0,0,'Waiting to Exsanguinate','The Gilneas Liberation Front leader, Darius Crowley, has been meeting with another worgen inside this cottage for the past three days. I\'m not sure what\'s going on, but we need to get inside the cottage and find a good hiding place from where we can eavesdrop.$B$BIt\'s now or never, $r. We may never get another shot.$B$BJust promise me that if I don\'t make it, you\'ll return to Forsaken High Command and inform Belmont of whatever we discover.','Enter the Ivar Cottage and find a suitable hiding place upstairs. Then eavesdrop on Lord Darius Crowley.','Alas, poor Yorick! I knew her, $N. An assassin of infinite courage...$B$BNow, tell me what\'s going on? What did you and Yorick discover?','','','Learn of Darius Crowley\'s Plans','','','',0,0,0,0,0,0,0,0,0,0,0,0,44882,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62833,62832,62831,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27046,13164,5042,0,4232,81,83,0,0,0,0,0,0,0,0,1,26709,0,0,0,'Fear of Boring','The gyreworms infest the rock, eating away at it until our home will one day collapse. For every one that is killed, twice as many burst forth to follow, but we must carry on the fight. They must be extinguished.$B$BGo to the Crumbling Depths and slaughter any worms that you can find.','Kill 10 gyreworms.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44257,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27047,13164,5042,0,4232,81,83,0,0,0,0,0,0,0,0,1,26709,0,0,0,'Motes','Some of the rarest crystals form in the most dangerous places. In the Crumbling Depths, you will find painite formations - much better than the gold that your races cherish so much.$B$BAs a being of flesh and a being of small stature, you can enter the Crumbling Depths to retrieve motes of painite for me. Would you undergo that danger on my behalf?','Recover 10 Motes of Painite.','','','','','','','',60791,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27048,13164,5042,0,4232,81,83,0,0,0,0,0,0,0,0,1,0,0,65514,1,'Underground Economy','Hey! I need some help gatherin\' crystals. The elementals trade top dollar for these things... if you help me gather all the different kinds, I\'ll cut you in on the profits.$B$BUse these bombs to blow out chunks from the bigger formations.$B$BI\'ve got a nasty habit of packin\' the explosives a bit thick. Mind the kick.','Use Ricket\'s Tickers to gather 3 Deep Alabaster Crystals, 3 Deep Celestite Crystals, 3 Deep Amethyst Crystals, and 3 Deep Garget Crystals.','','','','','','','',65504,65507,65508,65510,0,0,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27049,13164,5042,0,4232,81,83,0,0,0,0,0,0,0,0,1,26709,0,0,0,'Soft Rock','The corruption of the Crimson Expanse has not subsided. Destroy the Fungal Behemoths that shower their filth upon our realm. If they continue to rise, we will continue to destroy them.','Kill 8 Fungal Behemoths.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42475,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27050,13164,5042,0,4232,81,83,0,0,0,0,0,0,0,0,1,26709,0,0,0,'Fungal Fury','Something upon the Crimson Expanse continues to spur disgusting growths upon the rock. New fungi are rising, and they need to be crushed before they can spread.','Destroy 10 of the newly sprouted mushrooms in the Crimson Expanse.','','','','Freshly sprouted mushroom destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,44900,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27051,13164,5042,0,4232,81,83,0,0,0,0,0,0,0,0,1,26709,0,0,0,'Through Persistence','The troggs did not disperse after you killed Glop. His servants recovered the growth agent that was left behind and continue to sow the seeds of corruption across the Crimson Expanse.$B$BHunt them down and recover any of the remaining Verlock Miracle-Grow that you find. It must be disposed of.','Retrieve a Bag of Verlok Miracle-Grow from the Verloks upon the Crimson Expanse.','','','','','','','',60767,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27052,13164,5042,0,20616,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lingering Twilight','Twilight drake riders remain in Deepholm. They are scattered. Defeated. Yet they remain.$B$BTake wing with Aeosera\'s flight and hunt them down. The stone drakes await you on the ledge to the southeast.$B$BWe will destroy every last one of the Twilight. In the Stonemother\'s name.','Hunt down a Twilight Drakerider on a Crystalwing Stone Drake.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48517,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,6,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27053,13202,28,0,8,36,38,0,0,0,0,0,0,0,0,0,27017,0,13189,1,'Gahrron\'s Withering Cauldron','My analysis is complete! The blight that affects the animals here is no residual disease. No, it is something new... and I think I know what it is.$b$bThe Cult of the Damned maintains a plague cauldron on a farm called Gahrron\'s Withering.$B$BThis farm is due southeast of us, close to where the Eastern Plaguelands begin. I need a sample from this cauldron to verify my suspicions.$b$bEliminate the cauldron lord present there for its key. You will then be able to access the cauldron and obtain my sample.','Go to Gahrron\'s Withering in Western Plaguelands to locate and defeat the Cauldron Lord present there, and use its key to gain access to the cauldron.','','','','','','','',13189,13196,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,3,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27054,13202,28,0,8,36,38,0,0,0,0,0,0,0,0,0,27057,0,0,0,'Desperate Acts','The Cult of the Damned maintains a small camp to the east, Malicia Outpost, which they use for field training outside of the Scholomance. We may have allowed them to proceed unchecked with this training for too long.$b$bIf cultists are truly using this plague to inoculate the wildlife, then Malicia Outpost must be where the inoculation is occurring.$b$bInstructor Malicia runs the outpost. Find her, slay her, and find out who she\'s taking orders from.','Kill Instructor Malicia and obtain her Cult Orders.','','','','','','','',60772,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27055,13202,28,0,524288,36,39,0,0,0,0,0,0,0,0,0,27054,0,60772,1,'Students of Krastinov','The Cult orders state that the plague from the cauldron at Gahrron\'s Withering is in fact being used for TWO purposes. The first is the practice of spreading disease through the animals of the plaguelands, which you already knew about.$b$bThe remainder of the plague is being shipped to the Weeping Cave, a cavern north of Malicia\'s Outpost, for use in some dark experiments. Students of the Scholomance are using this plague to re-animate the dead!$b$bCertainly they must be stopped.','Kill 2 Krastinovian Disciples, 2 Flesh-Cobbled Brutes, 2 Flesh-Cobbled Rippers, and 4 Unholy Corpuscles within the Weeping Cave in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44445,44484,44485,44486,2,2,2,4,0,0,0,0,0,0,0,0,62201,62200,62199,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,7,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27056,13202,130,0,8388616,9,11,0,0,0,0,0,0,0,0,0,0,27065,60766,1,'Belmont\'s Report','$B$BDeliver this report to Lady Sylvanas Windrunner. It is my assessment of the situation in Silverpine based upon your and Yorick\'s field work.$B$BIf we do not stamp out the worgen insurgents, they will overrun us. The time to act is now!','Deliver Belmont\'s Report to Lady Sylvanas Windrunner at Forsaken High Command in Silverpine Forest.','Crowley... A gnat. An insect, waiting to be crushed beneath my boot heel.$B$BSo he thinks to rouse the feral worgen of Silverpine? We shall show him and his allies the might of the Forsaken!$B$BBut first we must clean up the mess made by the Warchief\'s fleet. Without their aid we may lose this war.','Kneel before your queen, $N.','','','','','',60766,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27057,13202,28,0,8,35,38,0,0,0,0,0,0,0,0,0,27053,0,13193,1,'Return to the Stead','You carefully close the spigot in the control panel, watching the cauldron\'s putrid ichors drip into the empty bottle.$B$BWith the poison in hand, it is time to return to Field Agent Kaartish at the Menders\' Stead.','Bring the Filled Gahrron\'s Withering Bottle to Field Agent Kaartish at the Menders\' Stead in Western Plaguelands.','','','','','','','',13193,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27058,13202,5042,0,8913024,83,83,0,0,0,0,0,0,0,0,0,0,28292,0,0,'The Wrong Sequence','The Twilight\'s Hammer must be stopped from using the Waygate. There\'s only one thing to do.$B$BPunch in the wrong activation sequence and destroy it.$B$BHmm, let\'s see. Yes, here\'s one that opens upon the explosive depths of the Firelands, the elemental plane of fire. That should do nicely.','Use the Waygate Controller to punch in the wrong activation sequence, thereby destroying the Waygate.','','','','Waygate destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-205161,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61439,61440,61441,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(26259,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood of the Earthwarder','When Deathwing escaped to Deepholm, his corruption was extreme, but perhaps not yet absolute.$B$BThe cultists at Deathwing\'s Fall harvest and shape the corrupted blood he left behind into living organisms to draw from their power.$B$BWhat if a trace of the Earthwarder\'s essence remains? After all, Neltharion was the aspect of earth before he was the aspect of death.$B$BGather samples from the living blood the cultists have created and we\'ll see if any trace of the Earthwarder remain.','Gather 5 samples of Blood of Neltharion from Living Blood at Deathwing\'s Fall.','','','Return to Seer Kormo at the Temple of Earth.','','','','',59062,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61492,61491,61490,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27060,13202,1519,0,10485896,84,84,0,0,0,0,0,0,0,0,0,0,28807,0,0,'Unholy Cow','$B$BCows? You\'re asking about the missing livestock?$B$BI normally just let the cows graze north of the house here. Occasionally one gets spirited away. Leaves a trail of gore. Who would do such a thing?$B$BI\'m afraid to follow that trail myself... something sick is happening in Stormwind!','While escorting Anduin Wrynn, follow the trail of gore from Farmer Wollerton\'s Stead to the crime scene. Keep Anduin alive. If he\'s not with you, he will be waiting in Stormwind Keep.','','','','Crime Scene Discovered','Prince Anduin Protected','','',0,0,0,0,0,0,0,0,0,0,0,0,44909,44910,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26827,13202,5042,0,136,81,83,0,0,0,0,0,0,0,0,0,26752,0,0,0,'Rallying the Earthen Ring','We must be rallyin\' da Earthen Ring for dis fight. What we be lackin\' in numbers, we make up for in strength.$B$BGo to tha temple and gather da restin\' shaman from tha rear rooms. Norsala, Lorvarius, and I will be meetin\' them at Lorthuna\'s Gate.','Rally 5 shaman in the rear of the Temple of Earth, and then speak to Maruut Stonebinder.','','','Speak to Maruut Stonebinder.','Earthen Ring rallied','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27062,13202,722,0,262152,42,43,81,0,0,0,0,0,0,0,0,0,27009,0,0,'Looming Threat','The Quilboar in Razorfen Downs seem to have allied with the Scourge. This is dark news for us, $c. We have dire enough problems dealing with these Grimtotem, we won\'t be able to handle an attack by the Scourge. Venture into Razorfen Downs, east of here, and see if you can find anyone that may be able to help you stop them before they decide to attack here.','Find help in Razorfen Downs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27063,13202,722,0,262152,42,43,81,0,0,0,0,0,0,0,0,0,27009,0,0,'Looming Threat','The Scourge are a direct affront to nature. They have managed to corrupt the Quilboar in Razorfen Downs and now threaten to spread further into Thousand Needles and eventually, I fear, west into Feralas. You must go there and do anything you can to confine them. Perhaps you can find someone in the area to help you? The winds whisper of a powerful presence in the area.','Find help in Razorfen Downs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27064,13202,1519,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,28807,0,0,'He\'s Holding Out on Us','$N, it almost seems like Samuelson is trying to intentionally waste your time. The dockworkers don\'t know anything. More importantly, explosives are missing from Stormwind Harbor!$B$BYou know what I think? I bet Samuelson knows more than he\'s letting on. He probably has a lead on Twilight\'s Hammer and wants all the credit and glory for himself.$B$BWe should peek through his records at the SI:7 headquarters. Take me there and I should be allowed to look at his files and find out what he really knows. ','Escort Anduin Wrynn to the third floor of SI:7 Headquarters in the Old Town district of Stormwind. If he is no longer with you, you can find Anduin in Stormwind Keep.','','','','Samuelson\'s Papers Examined by Anduin','','','',0,0,0,0,0,0,0,0,0,0,0,0,44921,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27065,13202,130,0,262152,10,12,0,0,0,0,0,0,0,0,0,0,27069,0,0,'The Warchief\'s Fleet','Our reinforcements from Kalimdor arrived last night. Three orc gunships full of supplies, weapons and soldiers. Three orc gunships lost to Bloodfang\'s damned worgen.$B$BHow could an entire orc fleet lose to a small band of enemy combatants that lack any siege weaponry? An important question that you will answer for me.$B$BGather your gear and report to the orc admiral, Hatchet, at the Forsaken Rear Guard, southwest of here.$B$BGet those orcs operational, $N.$B$BI await your full report.','Report to Admiral Hatchet at the Forsaken Rear Guard in Silverpine Forest.','This fiasco may go down as one of the biggest embarrassments in the history of naval warfare. How did this happen? Drunk happened. That\'s how.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27066,13202,0,0,8,3,3,0,0,16,0,0,0,0,0,0,27014,0,0,0,'Healing in a Flash','I want to teach you a versatile and quick healing technique, $N. This heal is one you will find yourself using often.$B$BThere is no lack of braves injured in our battles against the Bristlebacks, so you\'ll have a chance to put your new knowledge to use right away. Practice your new healing technique on the wounded braves around Camp Narache.','Learn Flash Heal from Seer Ravenfeather. Practice using Flash Heal 5 times on Wounded Braves in Camp Narache.','','','','Heal Wounded Brave','','','',0,0,0,0,0,0,0,0,0,0,0,0,45199,0,0,0,5,0,0,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27067,13202,0,0,8,3,3,0,0,1024,0,0,0,0,0,0,3094,0,0,0,'Rejuvenating Touch','I want to teach you a basic healing technique, $N. This spell will allow you to aid wounded allies by healing their wounds over a short period of time.$B$BMany braves have been injured in our fight to defend Camp Narache, so your healing skills will be put to good use. Practice your new healing technique on the wounded braves around Camp Narache.','Learn Rejuvination from Gart Mistrunner. Practice using Rejuvination on a Wounded Brave in Camp Narache.','','','','Practice Rejuvenation','','','',0,0,0,0,0,0,0,0,0,0,0,0,45199,0,0,0,1,0,0,0,774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27068,13202,1176,0,8,44,49,81,0,0,0,0,0,0,0,0,25556,0,0,0,'Chief Ukorz Sandscalp','Take a good look, mon. Dis is how it goes, betrayal after betrayal. I backstab you for the sword, and den Chief Ukorz go and backstab me even better for it.$B$BThat\'s life, yah! Or was...$B$BNow, I know you don\'t got no love for Mazoga. But I know you goin\' in der anyway. Kill him for me, mon. Spill more blood on the sand, an\' give Chief Ukorz Sandscalp what every one of de Sandfury deserves...a gory death.$B$BMaybe I leave some of my belongin\'s without a curse before passin\' on if you do, yah?','Kill Chief Ukorz Sandscalp.','He\'s gone? Did he have the sword?$B$BNah...don\'t tell me. Don\'t matter no more. Mazoga don\'t care.$B$BI\'m off now, mon. De consequences of my actions await me. Take whatever I was holdin\'... I don\'t need it where I\'m goin\'...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7267,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65955,65930,65979,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28000,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27069,13202,130,0,11534344,10,12,0,0,0,0,0,0,0,0,0,0,27093,0,0,'Steel Thunder','We may not have to live down the shame of this defeat, $N. The Warchief will likely have us all executed instead.$B$BI\'ll be damned if we don\'t go down without a fight. Although the whole beachhead is overrun by Bloodfang worgen, there may still be hope. I want you to accompany one of our sea pups to the beachhead, directly west of here, and recover our supplies. Return to me when the pup can carry no more.','Recover 5 Sea Dog Crates.$B$BSpeak with Admiral Hatchet to get another Orc Sea Pup if you unexpectedly lose yours.','Within these crates are held STEEL THUNDER! With our weaponry returned we might have a chance to redeem ourselves.','','','Sea Dog Crate recovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,44915,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,62842,62841,62840,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,5,0,0,0,0,0,0,0,0,83865,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27070,13202,1176,0,8,44,48,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Fool\'s Errand','I heard that a troll in here, Hydromancer Velratha I think she was called, has come into the possession of a very rare, beautiful, and powerful piece of jewelry called the Tiara of the Deep. She uses it to control the powerful demigod Gahz\'rilla, whose very scales are said to crackle with energy. Do you know what all of that means, $r?$B$BI need it! Kill Velratha, take the Tiara of the Deep, and kill Gahz\'rilla for one of his scales. Bring them all back to me pronto! I\'ll reward you handsomely.','Obtain the Tiara of the Deep and Gahzrilla\'s Electrified Scale.','Excellent! This Tiara will grant me complete control of the water around here, and the Electrified Scale will serve to power all the machines I need to use it all to my advantage!$B$BYou\'re going to make me a very rich and powerful goblin! You can have this, it\'s nothing compared to what I\'ll have soon.','Do you have what I need?','','','','','',9234,8707,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65999,65978,65954,65929,66010,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,7,0,0,0,0,0,0,28000,0,0,0,0,0,0,0,0,0,0,28200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27071,13202,1176,0,8,44,48,81,0,0,0,0,0,0,0,0,0,0,0,0,'Wrath of the Sandfury','De Sandfury are a resilient tribe. Dey have survived sandstorms an\' years an\' years of other tings long covered by da sands. It would be foolish to assume that the only forces here are da trolls. We been tamin\' da scarabs, breedin\' da sul\'lithuz, an\' raisin\' our dead to keep on fightin\' for all eternity as zombies.$B$BRuuzlu, da right hand of Chief Ukorz Sandscalp, be plannin\' to use dem to retake Tanaris for de Sandfury empire. You best be killin\' da trolls in charge of dis if you want to live, mon.','Kill Theka the Martyr, Witch Doctor Zum\'rah, Antu\'sul, and Ruuzlu.','You killed dem? All of dem? And you return alive?$B$BTake what you want off my body, den. It\'s mostly curse-free, Mazoga promises.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7272,7271,8127,7797,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28000,0,0,0,0,0,0,0,0,0,0,28200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27072,13202,1519,0,136,84,84,0,0,0,0,0,0,0,0,0,28807,0,0,0,'The Old Barracks','I recognize the symbol on these badges from before Deathwing\'s attack on the city. It belonged to soldiers in the old barracks, west of town overlooking the harbor.$B$BYour timing couldn\'t be better. One of my top agents, Jack Bauden, has been trying to infiltrate the Twilight\'s Hammer cult for me. Last night he went missing. If you and Anduin are right, the cultists are holed up in the old barracks. Time is urgent! Assault the old barracks, take out those cultists, and rescue Jack Bauden.','Go to the Old Barracks and slay 6 Crazed Cultists, then locate Jack Bauden.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44814,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27073,13202,130,0,8,10,12,0,0,0,0,0,0,0,0,0,27065,0,0,0,'Give \'em Hell!','It\'s the goblins\' fault, $r!$B$B$B$BYou see, we set off for Silverpine from Bilgewater Harbor, over in Azshara. Huge mistake that was! Never has such a den of inequity and sin existed in our great empire. Those damnable goblins fueled our every vice and set us off to sail with barrels full of ale. $B$B$B$BThe shame of it all leaves a mark greater than any scar. Honor must be restored! Kill the Bloodfang worgen that ambushed us. They\'re scavenging the wreckage to the southwest.','Kill 10 Bloodfang Scavengers.','Looks as if you really gave those worgen a beating and, in the process, lifted the \"shame haze\" they cast over us. Perhaps the sea dogs will quit drinkin\' now.$B$BWho am I kidding?$B$BHah!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44547,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,7,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27074,13202,38,0,8,14,18,0,0,0,0,0,0,0,0,0,27035,0,0,0,'Fight the Hammer','You\'ve done what I thought was impossible! I\'m done moping around here. It\'s time to gnome up.$B$BI\'ve got to find my father. But you! Don\'t bother yourself with me any longer. You\'ve got to keep fighting these cultists.$B$BGo talk to Ashlan Stonesmirk to the east. He\'s trying to stop the Twilight\'s Hammer, but he has nobody to help him. You\'re his only hope!$B$BDon\'t give up, $n. I won\'t.','Talk to Ashlan Stonesmirk near Mo\'grosh Stronghold in Loch Modan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,3,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27075,13202,38,0,8388616,14,18,0,0,0,0,0,0,0,0,0,0,27078,0,0,'Servants of Cho\'gall','The Twilight\'s Hammer started as a clan of the savage Horde. Their leader, Cho\'gall, slowly turned his band of ogres into a death cult, welcoming anyone insane enough to wish for the end of all existence. As you can see, there\'s still plenty of ogres among their ranks; deranged, fanatical, and just as strong as before.$B$BThese crude monsters have the gall to come here and spread their filth across our land. The more you kill, the better off Loch Modan will be, $n.','Kill 7 Mo\'grosh ogres in the Mo\'grosh Stronghold.','','','','Mo\'grosh Ogre slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,44758,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27076,13202,1176,0,8,44,48,81,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking and Entering','A good buddy of mine, Weegli Blastfuse, joined up with Sergeant Bly and his group of outcasts to invade Zul\'farrak and claim the legendary Sul\'thraze as their prize. Of course, they underestimated the Sandfury tribe and now they\'re all trapped awaiting execution to please their demigod, Gahz\'rilla!$B$BIf you free him, he\'ll help you blast your way to Ukorz\'s private chamber where he keeps at least part of the blade.$B$BKill his captors, Nekrum Gutchewer and Shadowpriest Sezz\'ziz as revenge...I\'ll repay ya.','Free Weegli Blastfuse and kill Nekrum Gutchewer and Shadowpriest Sezz\'ziz.','Wow! I knew I could count on you! Here\'s something for your troubles.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7796,7275,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,7,0,0,0,0,0,0,28000,0,0,0,0,0,0,0,0,0,0,28200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27077,13202,38,0,8388616,14,18,0,0,0,0,0,0,0,0,0,0,27078,0,0,'Clutching at Chaos','The cultists of the Twilight\'s Hammer use their powers to draw elementium metal from deep beneath the earth. They coax it out into twisted spikes to form their buildings, rooted right into the defiled ground.$B$BThe ogres here seem to be in the middle of weaving the stuff, and we need to strike while they\'re still twisting it into shape.$B$BTear the spikes right out of the ground while they\'re still pliable, and bring them back to me! We\'re not going to give these curs a single inch of our land.','Pull up 10 Nascent Elementium Spikes from the ground of the Mo\'grosh Stronghold.','','','','','','','',60738,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27078,13202,38,0,8388616,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gor\'kresh','The ogre left to watch over these crude fools goes by the name of Gor\'kresh. He\'s big enough to boss even these brutes around, and cunning to boot. Never assume an ogre\'s stupid, that\'s when they\'ll get you.$B$BIf you take him out, we\'ll show the Twilight\'s Hammer that Loch Modan isn\'t a stepping stone for them. Stand strong against Gor\'kresh and drive these fools back into the highlands!','Defeat Gor\'kresh.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44771,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27079,13202,5042,0,1160,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,'Twilight Gate Tracking','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27080,13202,5042,0,1160,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,'Twilight Gate Tracking','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27081,13202,1176,0,278536,43,45,0,0,0,0,0,0,0,0,0,0,25021,0,0,'[DEPRECATED]Trusting the Traitor','These two are useless. Can I at least count on you to get some work done around here, young adventurer? We\'ve come into contact with Mazoga, a traitor to the Sandfury. He says he can help us find the legendary blade Sul\'thraze so we can use it to kick out the Sandfury forever!$B$BWe\'ll probably sell it afterward to the highest bidder, honestly. This place doesn\'t pay for itself. Go do what he wants...just keep an eye on him. A traitor\'s a traitor all the same. He\'s at our camp just east of Zul\'Farrak.','Speak with Mazoga.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27082,13202,130,0,8,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,'Playing Dirty','Have you seen the huge lumbering ettins roaming the forests? Cursed things came from Gilneas. Now they wander the land searching for their next juicy meal. We\'ve managed to subjugate and utilize some of them to haul our wagons, but the others... well, they must be killed!$B$BUnfortunately, we can\'t spare any soldiers to do the job. That\'s where you come in, $c!$B$BI have a plan, but it\'s going to require some materials. Head out into the forests around this base and collect diseased beast organs.','Collect 8 Diseased Organs from Giant Rabid Bears and Rabid Worgs.','Excellent! Now to prepare the \"meal.\"','We are Forsaken! This is how we do it, $c.','','','','','',60793,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27083,13202,28,0,8,38,40,0,0,0,0,0,0,0,0,0,27055,0,0,0,'The Battle Resumes!','Word is in from Andorhal, $N. The battle has resumed.$b$bIt has become somewhat well-known among the Forsaken that you are a hero of the first battle of Andorhal. Koltira has requested your presence immediately.','Report to Koltira Deathweaver at Andorhal in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27084,13202,28,0,8388616,38,40,0,0,0,0,0,0,0,0,0,0,0,60815,1,'The Farmers\' Militia','The battle started when they attacked us from the rear. I let my guard down, and a group of poorly-armed farmers and militiamen swung into our flank from the Writhing Haunt.$b$bThey may be weak, but unchecked, they threaten to overwhelm us with their numbers.$b$bLindsay\'s pet abominations can handle the melee combat. You take this collar, stay in the rear, and use it to release my ebon gargoyle upon these farmers.','Use the Ebon Gargoyle Collar on 6 Provincial Militiamen within Andorhal.','','','','Ebon Gargoyle released','','','',0,0,0,0,0,0,0,0,0,0,0,0,44955,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27085,13202,28,0,8,38,40,0,0,0,0,0,0,0,0,0,27083,0,0,0,'Supporting the Troops','While it is true that these farmers threaten to overrun us, we still cannot forget about the Alliance\'s main forces.$b$bTravel west into Andorhal and slay the human soldiers that are fighting with our deathguards. We need all the help we can get.','Slay 15 Andorhal Defenders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44448,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,62209,62208,62207,62206,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27086,13202,28,0,8388616,38,40,0,0,0,0,0,0,0,0,0,27083,27087,0,0,'Ashes to Ashes','To the west, deep within Alliance-held Andorhal, you will find their commanders. They do not fight, but call out orders from horseback.$b$bHunt down and slay these commanders, $N. The humans won\'t stand a chance.','Slay 3 Andorhal Force-Commanders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44450,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27087,13202,28,0,4194312,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lindsay Ravensun, Revealed','I was informed that that worthless woman, Lindsay Ravensun, would be here to support me in this battle, but so far, she\'s done nothing but brood within the basement of the greathall behind me. All the better, I suppose. She was a bit of a distraction.$b$bStill, I cannot and will not stand for insubordination. Find her, and bring her to me.','Report to Lindsay Ravensun at Andorhal in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27088,13202,130,0,8,10,12,0,0,0,0,0,0,0,0,0,27082,0,60808,1,'It\'s Only Poisonous if You Ingest It','Take this cage, $c. I\'ve placed inside it one of my own mutant bush chickens, with a few slight modifications. Within the butt of this bush chicken is a stick of dynamite laced with gunk from the diseased organs you brought me.$B$BTake the cage out into the surrounding forest and locate the wandering forest ettin. Release the chicken and sit back as my masterwork does its job. The ensuing explosion should be sufficient to kill the ettin or greatly weaken it, allowing you to finish it off.','Use the Mutant Bush Chicken to kill the Forest Ettin.','$B$BWas there ever any doubt? An ettin is no match for science!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44367,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62845,62844,62843,0,0,0,1,1,1,0,0,0,62909,0,0,0,3,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27089,13202,28,0,4194312,38,40,0,0,0,0,0,0,0,0,0,27087,0,0,0,'Ace in the Hole','You have no idea how difficult it was to stay disguised while I watched Koltira let this war slip away from us. Even now, those infernal farmers threaten to overwhelm us. All because he refused to slay a friend.$b$bTake my val\'kyr again, $N. With her by your side, kill these farmers, convert them to Forsaken, and mobilize them. Then take a group of them into Alliance-held western Andorhal and hunt down this death knight, Thassarian.$b$bWe will win this war yet.','With the Enthralled Val\'kyr by your side, kill 5 Frightened Provincial Minutemen, then use your Call to Arms ability to turn them into Forsaken Troopers. Then find Thassarian in western Andorhal.','','','','Frightened Provincial Minuteman slain and converted','Forsaken Trooper mobilized','Hunt Thassarian','',0,0,0,0,0,0,0,0,0,0,0,0,45102,45103,44453,0,5,5,1,0,0,0,0,0,0,0,0,0,62217,62216,62215,62214,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27090,13202,28,0,6291464,38,40,0,0,0,0,0,0,0,0,0,27089,0,0,0,'Andorhal, Once and For All','Sylvanas will want to know about Thassarian\'s departure from Andorhal. You resolve to return to the Forsaken-held side of town.','Report to Lady Sylvanas Windrunner at Andorhal in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27091,13202,3431,0,524416,3,3,0,0,1,0,0,0,0,0,0,0,0,0,0,'Charge!','And now, it is time for your first lesson.$B$BI will show you a great way to start combat, $N. By seizing the initiative and charging in, you can stun your opponent and give yourself the upper hand.$B$BOnce our lesson has ended, find a training dummy and practice your new skill.','Learn Charge from Delios. Locate a Training Dummy outside the Sunspire and practice using Charge.','','','','Practice Charge','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27092,13202,1519,0,136,84,84,0,0,0,0,0,0,0,0,0,27072,0,0,0,'Cataclysm in the Catacombs','Don\'t worry about me, $c. I\'ve uncovered the Twilight\'s Hammer plot. They\'ve been stealing and stockpiling explosives coming into Stormwind harbor. Somehow, they\'ve gotten access to the catacombs underneath the Cathedral of Light. I\'ve heard talk of someone called \"The Black Bishop.\"$B$BThere\'s no time to warn the guard, $N! You\'ve got just minutes to get into the catacombs and disarm that bomb. Go! Now! Or THOUSANDS of PEOPLE will DIE!','Enter the Cathedral of Light and descend into the catacombs below. Slay the Black Bishop and disarm the Pile of Explosives nearby.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44816,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27093,13202,130,0,10485768,10,12,0,0,0,0,0,0,0,0,0,0,27096,0,0,'Lost in the Darkness','Some would say that we are lucky to be alive. Those people would be idiots. At least had we died we would not have had to face the Warchief\'s wrath. Alas, what\'s done is done! Now we must attempt to regain our lost honor.$B$BThe third ship in our fleet sank off the coast of the Skittering Dark, northwest of here. Those that made it to shore quickly found themselves swarmed by the giant spiders of the area and encased in webbing.$B$BIf there are survivors we must free them! Go, $N! To the Skittering Dark!','Rescue 6 Orc Sea Dogs from the Skittering Dark.','Lok\'tar, $N! Once the ale wears off my orcs will be ready!','','','Orc Sea Dog rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,44942,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,6,6,0,0,0,0,0,1000,0,0,83935,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27094,13202,130,0,8,10,13,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deeper into Darkness','The Skitterweb matriarch is nearby! You can put an end to the Skitterweb menace by killing her!$B$BFind the brood mother at the end of the cave in the Skittering Dark and destroy her!','Kill the Skitterweb Matriarch.','You rescued our orcs and killed the Skitterweb matriarch? We owe you a great debt of gratitude. You\'ve saved us all from certain execution, $N. I\'m sure we can rouse these drunken idiots now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44906,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62851,62850,62849,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27095,13202,130,0,0,10,12,0,0,0,0,0,0,0,0,0,27073,27094,0,0,'Skitterweb Menace','Vengeance is all consuming, $N! Our third ship sank off the coast of the Skittering Dark, northwest of here. The men that made it off that boat were either captured or killed by the Skitterweb spiders of the region. For that, the spiders must die! ALL OF THEM!$B$BTravel to the Skittering Dark and crush those insects!$B$BBe on the lookout for their matriarch. Perhaps if we find her we can end this menace forever!','Kill 12 Skitterweb Spiders.','The root of this evil must be found and destroyed! The Skitterweb matriarch must be nearby. No doubt hiding in the nearby cave!','','','Skitterweb Spider slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,1781,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27096,13202,130,0,262152,10,13,0,0,0,0,0,0,0,0,0,0,0,60811,1,'Orcs are in Order','$B$BThis is your commendation letter. It\'s the least I could do for you given the circumstances.$B$BReturn to Lady Sylvanas Windrunner with the letter and inform her of our status. Let her know that we will be ready to march on her command.$B$BGoodbye, $N. You are an excellent soldier.$B$BNortheast, $g lad:ma\'am;. To Forsaken High Command!','Deliver the Admiral\'s Commendation Letter to Lady Sylvanas Windrunner at Forsaken High Command in Silverpine Forest.','$B$BSo the orcs are in order?$B$B$B$BRecovered their supplies? Killed a dozen worgen? Toppled an ettin? Freed their soldiers and destroyed the Skitterweb matriarch?$B$BI say this rarely, $N, but I am impressed. Perhaps your ability matches your aspirations. We shall see, for now you will be tested!','And the orcs?','','','','','',60811,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27097,13202,130,0,0,11,13,0,0,0,0,0,0,0,0,0,27096,27099,0,0,'Rise, Forsaken','Fenris Isle stands defiantly at the heart of Lordamere Lake - a cruel memory of a time long since passed.$B$BThough no longer infested by gnoll vermin, a new threat has emerged. Human refugees, driven from their holdings in Hillsbrad, have fled to Fenris Isle in hopes of escaping defeat at our hands. A critical error on their part.$B$BYou are to take Agatha with you to Fenris Isle and slaughter all humans. She will raise the fallen as Forsaken, bolstering our forces in the process.$B$BDo not fail me, $N.','Raise 15 Forsaken by killing humans on Fenris Isle.','I see everything, $N. Through Agatha all is known to me.','','','Forsaken raised','','','',0,0,0,0,0,0,0,0,0,0,0,0,44953,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27098,13202,130,0,5242880,11,13,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lordaeron','Ride with me to the Sepulcher, $N. There are many things I wish to discuss with you. It is imperative that you understand the history of Lordaeron and the plight of the Forsaken.','Accompany Lady Sylvanas Windrunner to the Sepulcher in Silverpine Forest.','Do you now understand the importance of our mission here? Crowley and his Alliance dogs must be stopped!','','','Lady Sylvanas Windrunner accompanied to the Sepulcher.','','','',0,0,0,0,0,0,0,0,0,0,0,0,45051,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27099,13202,130,0,4718592,11,13,0,0,0,0,0,0,0,0,0,0,27098,0,0,'No Escape','You must strike at their leaders, $N. You will find them holed up in the old keep. Battle your way inside and find the holdouts! Turn them for your queen!$B$BNone shall escape the mighty grasp of the Forsaken!','Find the Refugee Leadership inside Fenris Keep.','It would seem that Crowley is more formidable than I anticipated. Still, he is a man - flesh and bone - full of secrets. Secrets that I know all about...$B$BYou have served me well, $N. I could use someone of your ability at the Sepulcher. I have a plan to deal with Crowley and his insurgents once and for all. Will you help?','','','Human Leaders found','','','',0,0,0,0,0,0,0,0,0,0,0,0,44951,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62859,62858,62857,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27008,13164,5042,0,65672,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fly Over','I\'m quite adept at riding my flying carpet. Unfortunately, when I tried to investigate what the cultists had uncovered up at the Masters\' Gate, they nearly shot me down.$B$BYou look as if you might be skilled with the flying reins as well. Would you mind flying up there to the southwest to see what they\'ve unearthed?','Investigate the central area in the back of the Masters\' Gate.','','','Return to Reliquary Jes\'ca Darksun at the Temple of Earth.','Masters\' Gate investigated','','','',0,0,0,0,0,0,0,0,0,0,0,0,44839,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26260,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,26261,0,0,0,'The Forgemaster\'s Log','Go to the tower the slave spoke of. You should find it on the northeastern end of the camp.$B$BIf we can act fast enough we might be able to eavesdrop on the forgemaster\'s meeting.','Find the Forgemaster\'s Log at Deathwing\'s Fall in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26261,13202,5042,0,65664,81,82,0,0,0,0,0,0,0,0,0,26256,0,0,0,'Question the Slaves','According to the orders you found, there is a key inside the tent in the southeastern end of Deathwing\'s Fall.$B$BObtain it and free the slaves in the quarry to the south.','Obtain the Twilight Slaver\'s Key and free 6 Enslaved Miners.','','','','Enslaved miner freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,44768,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,61488,61487,61489,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27103,13202,2557,0,0,36,41,81,0,0,0,0,0,0,0,0,0,0,18539,1,'Shards of the Felvine','The satyr Alzzin the Wildshaper has exerted his corrupt dominion over this part of Eldre\'Thalas. The Fruit of Fertility, now corrupted as the Felvine, should be close to Alzzin. It may be the key to purify this ancient place.$B$BWhen the great satyr falls, capture whatever essence of the Felvine you can. Seal it in this Reliquary of Purity, and bring it to me.$B$BGood luck, and Cenarius\' speed.','Use the Reliquary of Purity to capture a Felvine Shard.','','','','','','','',0,18540,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21300,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27104,13202,2557,0,8,36,41,81,0,0,0,0,0,0,0,0,0,0,0,0,'Alzzin the Wildshaper','The monster responsible for the ruin you see before you is called Alzzin the Wildshaper. To reach him, however, you will need to also slay Zevrim Thornhoof, the satyr who currently holds the still noble ancient Old Ironbark in his grasp.$B$BOnce Ironbark is free, he will help you make an entrance into Alzzin\'s domain. Enter and slay him without mercy, for there is no other way.','Kill Zevrim Thornhoof and Alzzin the Wildshaper.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11490,11492,0,0,1,1,0,0,0,0,0,0,0,0,0,0,65972,65948,65993,65922,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21300,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27105,13202,2557,0,8,36,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'An Unwelcome Guest','You will find that Dire Maul is filled with many nature and arcane elementals. Somehow, a water elemental has found its way into this area. Please gather its essence and take it to me. I am curious as to how one of their kind got here, and what sort of agenda it may have against the natural elements of Eldre\'Thalas.','Collect the Hydrospawn Essence.','','','','','','','',18299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27106,13202,1519,0,136,84,84,0,0,0,0,0,0,0,0,0,27092,0,60819,1,'A Villain Unmasked','$B$B$B$B','Unmask and slay Major Samuelson in the Stormwind Keep Throne Room.','','','','Samuelson Unmasked','','','',0,0,0,0,0,0,0,0,0,0,0,0,44979,2439,0,0,1,1,0,0,0,0,0,0,0,0,0,0,63921,63920,63919,63918,63917,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27107,13202,2557,0,8,36,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'Pusillin The Thief','Me take quick nap earlier and stupid fast imp take book! Dagg\'thol need book to follow orders and Master need book to conquer! Gah!$B$BYou $r help me get book from imp, and I give you shiny something. Go, imp right there to da left! KILL!!!','Convince Pusillin to give up the Book of Incantations.','','','','','','','',18261,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27108,13202,2557,0,8,36,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'Lethtendris\'s Web','Blood Elf Lethtendris has web to catch magic here. She use for herself, but Master want to use for good of whole world! You help get web from stupid elf and not only will Dagg\'thol reward you, you see how Master use it way better!','Obtain Lethtendris\'s Web.','This web have lots of magic! Master will be very happy now!$B$BAnd you make Dagg\'thol happy, $r. Take this so you believe how happy you make Dagg\'thol!','$N, you have stupid elf\'s web?','','','','','',18426,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27109,13202,2557,0,8,39,43,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Warped Defender','The Ironbark and Warpwood were once the mighty protectors of Eldre\'Thalas. Look at how they have fallen! Ultimately, their fate lies at the hands of myself and my fellow Highborne. We were reckless with our power, $r.$B$BBut you, you can right the wrongs here! Venture forth and put Tendris Warpwood to rest. He was the mightiest and last defender of this area, and deserves spiritual release. Be wary, for if you do not dispose of the Ironbark Protectors prior to engaging Tendris, he will call them to assist.','Kill Tendris Warpwood.','Your work here was noble. Fret not, for Tendris\' soul was crying to be put to rest. He is thankful.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11489,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27110,13202,2557,0,8,39,44,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Madness Within','This madness must come to an end. The age of the immortals has long since passed. Destroy the guardians surrounding the five pylons to lower the force field. When this is done, destroy Immol\'thar. With the Prince\'s power greatly reduced from the demon\'s demise, attack and end him as well. Lay the spirits of this city to rest, adventurer, and make the Prince pay for his wrongdoings.','You must destroy the guardians surrounding the 5 Pylons that power the Prison of Immol\'thar. Once the Pylons have powered down, the force field surrounding Immol\'thar will have dissipated.$B$BEnter the Prison of Immol\'thar and eradicate the foul demon that stands at its heart. Finally, confront Prince Tortheldrin in Athenaeum.$B$BReturn to the Shen\'dralar Ancient in the courtyard should you complete this quest.','We thank you, hero.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11496,11486,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25300,0,0,0,0,0,0,0,0,0,0,23700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27111,13202,2557,0,8,39,44,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Treasure of the Shen\'dralar','In the library, Athenaeum, you will find an ancient chest hidden beneath the stairway. Take from it that which you desire.','Return to the Athenaeum and find the Treasure of the Shen\'dralar. Claim your reward!','You open the chest to find...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65973,65994,65924,65949,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27112,13202,2557,0,8,39,43,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Cursed Remains','There are remaining beings here that pose a direct threat to us ever reclaiming this sacred city. Magister Kalendris and Illyana Ravenoak are both extremely dangerous and need to be disposed of as quickly as possible.$B$BExercise caution, for with there being so few remaining feeding off of Immol\'thar\'s energies, they are likely to be stronger than they first appear.','Kill Magister Kalendris and Illyana Ravenoak.','Your dedication will make this all that much easier.','Did you slay those abominations?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11487,11488,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27113,13202,2557,0,262152,39,43,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Shen\'dralar Ancient','Some beings here have miraculously managed to remain free of the darkness that runs so rampant. On the second story of the Court of the Highborne rests a Shen\'dralar Ancient. Seek it out, it may hold a wealth of wisdom, perhaps even the secret to freeing Eldre\'Thalas.','Speak to the Shen\'dralar Ancient.','Our meeting is no coincidence, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27114,13202,2557,0,8,42,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Gordok Taste Test','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18269,18284,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27115,13202,38,0,8,15,18,0,0,0,0,0,0,0,0,0,27078,0,0,0,'Ando\'s Call','You\'ve done great work here, $n. While you were out, that young Ando fellow was here looking for you. Said something about a metal bird.$B$BYou might want to go back to the shores of the Loch and see what he wanted.','Talk to Ando Blastenheimer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27116,13202,38,0,1310728,15,18,0,0,0,0,0,0,0,0,0,27115,0,0,0,'The Winds of Loch Modan','Father finished the Skystrider. It\'s amazing! Once we get the bugs worked out, I\'m going to use it to fight for justice, just like you.$B$BI know you\'ve got to move on, and help other people, being a hero and all, but how about a ride? I\'m about to take the Skystrider on its first flight, and I\'ll be honored if you join me. I\'ll drop you off at Algaz Station.$B$BWhat do you say?','Ride the Skystrider to Algaz Station and then speak with Mountaineer Stormpike.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27117,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26922,26926,0,0,'Brute Strength','Gandling has brought his lieutenant, the Ravenian, with him. This lumbering brute is far more dangerous than any of the other Scourge you will find upon the battlefield... even the abominations.$b$bYou will find the Ravenian within a tower near the southern end of town. I recommend caution before fighting him, $N. He will not be a pushover.','Kill the Ravenian within Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44317,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27118,13202,2557,0,262152,42,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Broken Trap','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27119,13202,2557,0,8,42,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Gordok Ogre Suit','If you\'re going to fight the king of the Gordok then you\'re going to need to get by Captain Kromcrush. Now, you can get by him by killing him, sure. You might actually want to leave him alive.$B$BHow, you ask? I think I know! An ogre suit!$B$BI\'ll make you one if you bring me an Ogre Tannin from upstairs. I\'m not going anywhere like this...','Bring an Ogre Tannin to Knot Thimblejack.','','','','','','','',0,0,0,18240,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18258,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27120,13202,2557,0,8,42,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Gordok Ogre Suit','','','','','','','','','',0,0,0,18240,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18258,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27121,13202,2557,0,16648,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'Free Knot!','','','','','','','','','',18250,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27122,13164,0,0,0,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fired Up and Not So Good To Go.','Leave it to the Dark Irons to work with Ragnaros\' toadies and worse. You can bet that insane Twilight\'s Hammer cult is behind the lot of this!$B$BTime to end their attacks on Ironforge once and for all. Oh, and tell Commander Cragfist what\'s happened here when we return; I\'ll need to work on getting the city and its good people back in order.','Slay Grand Ambassador Flamelash and inform Commander Cragfist in Ironforge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,83521,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26484,13164,5042,0,262280,81,82,0,0,0,0,0,0,0,0,0,26413,0,0,0,'To Stonehearth\'s Aid','The earthen and the stone troggs somehow found their way to Deepholm through Uldum more than fifteen thousand years ago. They\'ve been warring ever since.$B$BIf we\'re to recover the middle fragment of the World Pillar, the Stonefather must be rescued.$B$BPlease go to Stonehearth and do everything that you can to aid the Earthen in their war against the stone troggs.$B$BYou\'re our best hope, $N.','Speak with Crag Rockcrusher at Stonehearth in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27952,13202,5042,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,27004,0,0,'The Explorers','We have a contingent of the Explorers\' League in the chamber just to the northwest inside the temple.$B$BThey\'ve been making increasing noises about something that the Twilight\'s Hammer is up to.$B$B$N, would you be a dear and see what they need?','Speak with Explorer Mowi at the Temple of Earth in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27124,13202,2557,0,262144,42,47,81,0,0,0,0,0,0,0,0,0,0,0,0,'Unfinished Gordok Business','Now you da king, so maybe you get prized Gordok artifact back from Guard Mol\'dar! Da king before you never listened, just like all da other kings since da old timey Gordok king!$B$BArtifact is called da Gauntlet of Gordok Might. Old timey stories say only da one true king da Gordok can get it back. You find it and it will become mighty gauntlet you wear forever! Yar, I show you!','Speak to Guard Mol\'dar in Dire Maul.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18366,18367,18368,18369,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27125,13202,2557,0,8,42,47,81,0,0,0,0,0,0,0,0,0,0,0,0,'King of the Gordok','In Gordok society, their king is simply their strongest warrior. If anyone, ogre or otherwise, kills the current king, they are automatically hailed as the new one.$B$BThe new king receives tribute from any living guards, Stomper Kreeg, and Captain Kromcrush. Find and kill King Gordok while killing as few of their other leaders as possible, and not only will your reward be great, you will be able to use your power as king to halt the Gordok invasion without conflict!','Kill King Gordok.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11501,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65976,65952,65927,65997,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27300,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27126,13202,5042,0,262280,81,83,0,0,0,0,0,0,0,0,0,26625,0,60831,1,'Rush Delivery','Peak Grindstone\'s team broke down somewhere out there to the west.$B$BThink you can make yourself useful for a change and rush some parts out to them, $r?','Deliver the Catapult Parts to Peak Grindstone on the Fractured Front in Deepholm.','','','','','','','',60831,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27127,13164,0,0,0,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fired Up and Not So Good To Go.','Dark Irons? Cho\'gall?! We\'ll show them what becomes of those who attack Orgrimmar.$B$BLet us attack! We\'ll hurl their limbless corpses into the magma they so adore.$B$BYou\'ll tell Blood Guard Kang what\'s happened here when we\'re done, yes? Doubtless I\'ll need to spend time organizing the repair of the city...','Slay Grand Ambassador Flamelash and inform Blood Guard Kang in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,41110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,83520,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27128,13202,2557,0,8,42,47,81,0,0,0,0,0,0,0,0,0,0,0,0,'King of the Gordok','You kill Gordok leader, you new ogre king. If you king, then ogre leaders like Kromcrush and Kreeg that survive pay you big tribute and you stop Gordok invasion. If you do that, then me very happy ogre and we take Dire Maul FOR DA HORDE!!!$B$BGo, little $r! Kill ugly Gordok ogre king and maybe dis be new Stonemaul Hold! Yar!','Kill King Gordok.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11501,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66036,66027,66018,66043,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27300,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27129,13202,2557,0,262152,38,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'Saving Warpwood','Just inside the eastern wing of Dire Maul one of the warpwood ancients, Furgus Warpwood, still lives uncorrupted. You must travel there and help him drive out the terrible creatures that have taken it as their own. Taking Dire Maul would be a major step in reclaiming Feralas for our people.$B$BYou can find Dire Maul to the southeast of here.','Speak to Furgus Warpwood.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27130,13202,2557,0,262152,38,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'Saving Warpwood','Just inside the eastern wing of Dire Maul one of the warpwood ancients, Furgus Warpwood, still lives uncorrupted. You must travel there and help him drive out the terrible creatures that have taken it as their own before they set their sights on Camp Mojache. Perhaps we can even enlist his aid afterward to ensure we maintain our presence in Feralas with enemies on so many sides.','Speak to Furgus Warpwood.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27131,13202,2557,0,262152,41,42,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Highborne','Estulan, a powerful and uncorrupt Highborne, has managed to enter the western wing of Dire Maul and has asked for assistance in cleansing it. Regardless of your personal convictions of the Highborne, it is an effort I must support for the good of Feralas. May the wind carry your spirit there with great swiftness.$B$BYou will find Dire Maul to the southeast. ','Speak to Estulan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27132,13202,2557,0,262152,41,42,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Highborne','Estulan, a powerful and uncorrupt Highborne, has managed to enter the western wing of Dire Maul and has asked for assistance in cleansing it. Regardless of your personal convictions of his kind, it is an effort I must support for our own good. Please hurry, we need every foothold in Feralas that we can get.$B$BYou will find Dire Maul to the west.','Speak to Estulan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27133,13202,2557,0,262152,44,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'Eyes in the Sky','The most dire, and most organized, threat to us in Feralas are the Gordok ogres in the northern wing of Dire Maul. I requested a druid of the talon to go there and scout it out. If he still lives, speak with him and he will act as your commander to stop the Gordok before they decide to attack.$B$BThat\'s an order, $c.','Speak to the Druid of the Talon.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27134,13202,2557,0,262152,44,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'Ogre in the Field','The most dire, and most organized, threat to us in Feralas are the Gordok ogres in the northern wing of Dire Maul. If we eradicate them and take Dire Maul for the Horde, we will possess a heavily fortified seat of power in this region with numerous artifacts to sweeten the deal. I sent in a small army of Stonemaul Ogres inside earlier - if any have survived, speak with them and finish the job.$B$BThat\'s an order, $c.','Speak to the Stonemaul Ogre.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27135,13202,5042,0,8519816,81,82,0,0,0,0,0,0,0,0,0,26410,26411,60834,1,'Something that Burns','Alright, we need something that\'s going to make the compound go, \"Boom\"!$B$BI\'m all out of gun powder, but I think I know what we can use instead... the heart of my fire elemental!$B$BHere, take my fire totem east to the Blood Trail. Just flip the switch on it near any of the lava pools over there and Magmatooth should be summoned. Bring back his heart and we\'ll be in business.','Obtain the Burning Heart.','','','','','','','',60837,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27042,13202,5042,0,65672,83,83,0,0,0,0,0,0,0,0,0,27006,0,0,0,'Fight Fire and Water and Air with...','Did ye hear the blatherin\' idiot while ye were up there? That\'s none other than Haethen Kaul, their leader.$B$BThe man\'s gone daft with power. He\'s pullin\' it straight from them bound elementals, makin\' him nigh invincible.$B$BThe only thing I can think of to get ye into proper shape fer a fight with him is fer ye to first kill all o\' them elementals, gettin\' their wards. That should protect ye from Haethen\'s spells.$B$BWell, most o\' them anyway.','Acquire the Fire, Water, and Air Wards, and then slay Haethen Kaul.','','','Return to Prospector Brewer at the Temple of Earth.','Fire Ward acquired','Water Ward acquired','Air Ward acquired','',0,0,0,0,0,0,0,0,0,0,0,0,44835,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61447,61446,61445,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27137,13164,0,0,16512,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earth Girls Aren\'t So Easy','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44822,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83521,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27138,13164,0,0,16512,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earth Girls Aren\'t So Easy','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44822,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83520,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27139,13202,4720,0,262152,1,7,0,0,0,0,0,0,0,0,0,14245,0,0,0,'Hobart Needs You','Heya, boss, Hobart Grapplehammer\'s wants to speak with you. He says it\'s a matter of some urgency.','Speak with Hobart Grapplehammer at the Town-In-A-Box on the Lost Isles.','There you are, my $g boy : girl;. I have something very important for you to do!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27140,13202,2057,0,0,38,43,81,0,0,0,0,0,0,0,0,0,0,12368,1,'Alexi\'s Gambit','I require your assistance, $c. Find the undead mage Vectus and the warrior Marduk deep within here. They run the scourge\'s plagued dragon operation and must be destroyed.$B$BPlace this Gambit in the viewing room where they are located. Hopefully, it will react with their forces and utterly destroy them!$B$BOh, defeating Vectus and Marduk afterward shouldn\'t be a problem. Right?','Place the Gambit in the Viewing Room and slay Vectus and Marduk.','You did it! They are defeated! And the Gambit... did it work?$B$BVery interesting. You\'ve done well, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10432,10433,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28132,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,27926,62768,1,'Efficient Excavations','This manual describes outlandish theories on how to most efficiently manage large groups of workers as they engage in massive excavation projects.$b$bAfter a quick skim of the material, it becomes clear to you that the author of the book is the figure in charge of the over-aggressive pillagers here.$b$bA map on the back cover indicates that the author has a bunker in the southwest region of Uldum.$b$bPerhaps an introduction is in order.','Bring \'Efficient Excavations\' to Belloc Brightblade in Schnottz\'s Landing.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27142,13202,2057,0,0,38,43,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Lich, Ras Frostwhisper','One of Kel\'Thuzad\'s most trusted students oversees the operations in Scholomance. You must confront the lich, Ras Frostwhisper, in his lair. The door to his chamber is adjacent to the viewing room.$B$BDestroy him, $N. Leave no trace of his existence so that he may never again bring such horrors into our world.','Destroy Ras Frostwhisper.','Ten thousand souls cry out in unison, $N! You have struck a mortal blow to the Scourge and their masters.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10508,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27143,13202,2057,0,8,38,43,81,0,0,0,0,0,0,0,0,0,0,0,0,'Barov Family Fortune','Within Scholomance lays the Barov family fortune. Alexi and I are the last two Barovs in existence.$B$BHowever, I am the only living Barov, so our family\'s vast empire belongs to me! Find me the deeds to Caer Darrow, Brill, Tarren Mill, and Southshore and I will repay you generously. The Barov estate will be reborn at long last! ','Recover The Deed to Caer Darrow, The Deed to Brill, The Deed to Tarren Mill, and The Deed to Southshore.','Excellent work, $r. Alexi deserves nothing for his foolishness.','Bow your head in my presence, $r. I am a noble, after all, and you are a copperless peasant.','','','','','',13471,13448,13450,13451,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65923,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27144,13202,28,0,5242888,38,40,0,0,0,0,0,0,0,0,0,27090,0,0,0,'The Reckoning','Your performance was admirable, soldier. You make the Forsaken proud, which is more than I can say for our general, Koltira Deathweaver.$b$bI intend to have a word with that death knight. He has shamed himself and his cause.','Stand by as Lady Sylvanas Windrunner speaks with Koltira Deathweaver.','','','','Witness the Reckoning','','','',0,0,0,0,0,0,0,0,0,0,0,0,45111,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62227,62226,62225,62224,62223,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27145,13202,2057,0,8,38,42,81,0,0,0,0,0,0,0,0,0,0,0,0,'Plagued Hatchlings...For Now','One of the \'projects\' underway here is the plagued dragonflight. Thankfully, they\'re only hatchlings right now, but if we wait much longer they will become one of the scourge\'s most powerful weapons and a major threat to all of Azeroth, especially my family\'s land!$B$BSlay ten of their whelps and be sure to take care of Rattlegore as well. He is in the small space beneath where the whelps are housed and prepares supplements to catalyze their growth. Hurry...before they get any bigger!','Kill 10 Plagued Hatchlings and Rattlegore.','Well done, $N! It\'ll be a long time before they can grow another clutch of dragons.$B$B...At least, I hope it will!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10678,11622,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22700,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27146,13202,2057,0,8,38,43,81,0,0,0,0,0,0,0,0,0,0,0,0,'Doctor Theolen Krastinov, the Butcher','Doctor Theolen Krastinov is responsible for the deaths of thousands. His nickname, The Butcher, is well earned for the atrocities he takes joy in executing. He must be punished, justice must be meted out.$B$BFind him and exact upon him the agony he has inflicted upon countless innocents, including me and my husband. Once he is destroyed, burn our remains. Turn them to ashes, $N. Release our grieving souls.','Destroy Doctor Theolen Krastinov, then burn the Remains of Eva Sarkhoff and the Remains of Lucien Sarkhoff.','I can feel my spirit healing, $N. You have done my husband and I a great service.','','','','Remains of Eva Sarkhoff Burned','Remains of Lucien Sarkhoff Burned','',0,0,0,0,0,0,0,0,0,0,0,0,11261,-176544,-176545,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27147,13202,2057,0,0,38,43,81,0,0,0,0,0,0,0,0,0,0,0,0,'Kirtonos the Herald','With blood, Kirtonos may be summoned. It is with blood, then, that Kirtonos must be destroyed.$B$BWithin the Chamber of Summoning, you will find a brazier, upon which you shall place a drop of your own blood. Kirtonos will come - he cannot resist. When he appears, unleash the fury and wrath of a thousand innocent deaths upon him.$B$BShould you succeed, you will earn more than just our gratitude.','Destroy Kirtonos.\n','With the death of Kirtonos, a chapter in the horrible tale of Scholomance comes to a close. You have my deepest, everlasting gratitude for your bravery.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10506,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,22500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27148,13202,2057,0,8,38,44,81,0,0,0,0,0,0,0,0,0,0,0,0,'School\'s Out Forever','Darkmaster Gandling serves as headmaster of Scholomance, and is therefore responsible for countless deaths at the hands of his students. For that he must be punished.$B$BHe will not come out easily. Lure him out by slaying his six professors whose rooms connect to the Headmaster\'s Study. Be wary, for when the last falls he will come, and he will come infuriated with vast magic backing his assault. Don\'t let him make it out of here alive.','Kill Darkmaster Gandling.','Without a headmaster, the school will descend into chaos. It will not put forth any more of its vile \'students\' into the field. Thank you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1853,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65974,65950,65925,65995,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25300,0,0,0,0,0,0,0,0,0,0,23700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27149,13202,2057,0,262152,40,42,81,0,0,0,0,0,0,0,0,0,0,0,0,'School of the Damned','Greetings! As you can see, the Western Plaguelands is very nearly free of the last remnants of the scourge. However, their school of necromancy, Scholomance, still sits full of lost young souls training to become scourge sorcerers! Our work here will be for naught if we do not stop this flow of fresh, not to mention very powerful, necromancers.$B$BTravel southeast to Scholomance and find Weldon Barov. He is the last living member of the Barov line that once owned all these lands and is our current contact.','Speak to Walden Barov in Scholomance.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27150,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,0,26999,0,0,'The Menders\' Stead','It\'s likely that the battle for Andorhal will start up again soon. In the meantime, you could probably stand to practice your skills as a $c.$b$bEast of here is a large farm that has been taken over by the Argent Dawn and the Cenarion Circle. I don\'t doubt that they\'ll have some work for you.','Report to Field Agent Kaartish at the Menders\' Stead in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27151,13202,28,0,65544,35,37,0,0,0,0,0,0,0,0,0,27002,0,0,0,'Taelan Fordring\'s Legacy','Greetings. How do you do? My name is Daria.$b$bI am one of the priests in charge of preserving the peace here in Hearthglen. One of my duties involves maintaining the tower down the trail to the southeast of Hearthglen. This particular tower is of personal importance to the Highlord. It\'s the place where his son was killed.$b$bWith the recent incursion of gnolls, however, maintenance of the tower has grown difficult. Will you help me rid the trail of some of these gnoll vandals, so I can do my duty?','Kill 10 Redpine Looters.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45153,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27152,13202,28,0,589828,35,37,0,0,0,0,0,0,0,0,0,27151,0,0,0,'Unusual Behavior... Even For Gnolls','Allow me to concentrate for a moment.$b$b$b$bFurther down the trail, south of Taelan\'s Tower, the gnolls have carved out a small meeting area to the east of the main road. Something is happening there... I\'m not certain what. We should investigate. I will look for anything out of the ordinary... you just protect yourself.','Investigate the gnoll hideout along the trail to Hearthglen in Western Plaguelands.','','','Gnoll camp investigated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45155,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27153,13202,28,0,589824,35,37,0,0,0,0,0,0,0,0,0,27152,0,0,0,'The Good People of Hearthglen','See those reagents over there? And these supplies right here? Those belong to the Argent Crusade.$b$bGnolls are known for thievery, but as far as I know, Hearthglen hasn\'t had any incursions since the Redpine came. Very suspicious.$b$bI know a few helpful folks within Hearthglen: Morris Vant, Outfitter Mendelev, Bree Ironstock, and High Cleric Alphus. All can be trusted, and are well-connected. Question them, to find out if they know anything about these lost supplies.','Speak with Morris Vant, Outfitter Mendelev, Bree Ironstock, and High Cleric Alphus within Hearthglen.','','','','Speak with Morris Vant','Speak with Outfitter Mendelev','Speak with Bree Ironstock','Speak with High Cleric Alphus',0,0,0,0,0,0,0,0,0,0,0,0,45148,45149,45150,45151,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27154,13202,28,0,589824,35,37,0,0,0,0,0,0,0,0,0,27153,0,0,0,'Bagging Bisp','Magus Bisp is one of Hearthglen\'s most preeminent arcanists. To imagine that he would be interacting with gnolls... and dabbling in necromancy? Unthinkable.$b$bYou\'ll find him atop the tower near Hearthglen\'s main gate. Hopefully he\'ll have an explanation for all of this. If not, well... I wouldn\'t go to the top of that tower unprepared, $N.','Speak with Magus Bisp atop the mage tower in Hearthglen.','','','','Magus Bisp \"spoken with\"','','','',0,0,0,0,0,0,0,0,0,0,0,0,45152,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27155,13202,28,0,524800,35,37,0,0,0,0,0,0,0,0,0,27154,0,0,0,'Turning Yourself In','So... you killed a member of the Argent Crusade, inside of Hearthglen. Usually that\'s not smiled upon, even in self-defense.$b$bI recommend you come back to Mardenholde Keep, and turn yourself in to Highlord Fordring. Hopefully he will hear you out, and will be sympathetic with your situation. I hope I haven\'t gotten you in any trouble.','Report to Highlord Tirion Fordring at Hearthglen in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27156,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,27001,0,0,0,'It\'s About Time!','Finally! You\'re here! Get to work!$b$bMy men have been sparring with these wooden practice dummies for far too long. Sure, you can learn how to swing a sword by practicing with a dummy, but real combat requires a real combatant.$b$bHmmm... I had asked for them to send me someone imposing, but I suppose a skinny-armed $r $c will have to do.$b$bNow get in there and teach my men how to fight!','Challenge and defeat 7 Hearthglen Trainees.','','','','Hearthglen Trainee challenged and defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,45162,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27157,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,27156,0,0,0,'Drudges... ','Say, I never caught your name. $N? Pleased to meet you, $N.$b$bI\'ve got one more problem that needs fixing, and you have a look about you that just screams \"I\'m a problem-fixer\".$b$bThere\'s a small mine on the northern edge of Hearthglen, where we get most of the ore that the town needs. My drudges who work the mine normally do a decent job.$b$bUnfortunately, it seems that a larger-than-average spider has taken up residence within this cave. Think you can clear things up for me?','Kill Shadril within the mine inside Hearthglen.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45156,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27158,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26532,27159,0,0,'The Battle for Andorhal','Hurry, $N... there isn\'t time to waste.$b$bThe city of Andorhal is in the middle of a three-way war between the Forsaken, the Alliance, and the Scourge. King Wrynn has rolled the dice and sent a death knight to lead the charge for his cause, but I\'m sure he can use all the help he can get. With Arthas dead, now is the time for the Alliance to start to retake Lordaeron.$b$bSpeak with the gryphon master, Bibilfaz Featherwhistle, when you are ready, and he will put you on the first flight out there.','Report to Thassarian within Andorhal in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(27159,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge First... Horde Later','Darkmaster Gandling of the Cult of the Damned leads the Scourge offensive here in Andorhal. My old counterpart, Koltira, leads the Forsaken forces. If we\'re to win Andorhal, we\'ll have to defeat both, but we will certainly fail if we take on both at once.$b$bI know Koltira well enough to know that he will focus on the Scourge first. We will do the same.$b$bTake out the weaker, desiccated Scourge to reduce their numbers. The Forsaken will have to wait to taste our wrath.','Slay 15 Desiccated Scourge within Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44574,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27160,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,27161,0,0,0,'War Machines','Dried-up Scourge... weak. Abominations... strong.$b$bWe defeat strong abominations... we win war.','Destroy 6 Opengut Behemoths in Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44562,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,62143,62142,62141,62140,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27161,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,27159,0,60849,1,'The Endless Flow','Araj the Summoner is bolstering the Scourge defenses with simple skeletons... an army of weaklings that will overwhelm you before it overpowers you. He has assembled animi within Andorhal\'s northern towers that spew these skeletons out at an alarming rate. But I\'ve got the solution!$b$b$b$bTheir function is simple. Throwing these grenades at a bone animus... or, for that matter, a mob of skeletons... will reduce them to splinters.','Use Lang\'s Hand Grenades to kill 5 Stickbone Berserkers and to destroy a Scourge Bone Animus.','','','','Scourge Bone Animus destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,44360,44329,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27162,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,27161,27165,0,0,'Scholomancer','The Scholomance is one of the few Scourge holdouts remaining west of the Thondroril. The headmaster of Scholomance, a cultist by the name of Darkmaster Gandling, has made an appearance on the battlefield.$b$bThis will be his final mistake.$b$bYou will find Gandling in a square near the southern end of town. I want you to fight and weaken Gandling. I will join you to help finish him off.','Kill Darkmaster Gandling within Andorhal.','','','','Darkmaster Gandling dealt with','','','',0,0,0,0,0,0,0,0,0,0,0,0,44323,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62151,62150,62149,62148,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27163,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,27161,27165,0,0,'Brute Strength','Gandling has brought his lieutenant, Rattlegore, with him. This clattering horror is far more dangerous than any of the other Scourge you will find upon the battlefield... even the abominations.$b$bYou will find Rattlegore within an old town-hall building, near the center of town. I recommend caution before fighting him, $N. He will not be a pushover.','Kill Rattlegore within Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44318,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,29700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27164,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,27161,27165,60849,1,'Araj the Summoner','With the animus destroyed, the next logical step is to take out Araj himself, and to take a shard of his phylactery. You\'ve probably already seen him, lurking at the fountain in the center of town.$b$bTake my grenades with you. They won\'t do anything to Araj, but if he decides to summon any of those skeletons, you can use them to blow them away. Again.','Kill Araj the Summoner. You may use Lang\'s Hand Grenades to destroy Stickbone Berserkers.','','','','','','','',17114,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27165,13202,28,0,8388616,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victory, For Now','The Alliance are victorious, and our forces are still strong. Military strategy dictates that we attack the Forsaken now, while they are recovering and unaware. I made a deal, however...$b$bWe will wait. We attack Koltira and his troops when the time is right. In the meantime, speak with Ginny Goodwin and take a flight to the Chillwind Camp, to our south. Commander Ashlam Valorfist will give you your next assignment.$b$bYou will hear from me when you are needed again in Andorhal.','Report to Commander Ashlam Valorfist at Chillwind Camp in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27166,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,27165,27169,0,0,'Go Fletch!','We must always be prepared for battle, $N. Whether that battle is against the Forsaken in Andorhal, against the Scourge in the east, or against some yet-unknown foe is unknown. What is known, is that we must be ready.$b$bWe are low on arrows. I can obtain the shafts and heads, but I still need feathers. The birds that circle to the northwest typically molt this time of year. Would you mind traveling out into the field and gathering some of these feathers for our camp?','Obtain 9 Brownfeather Quills.','','','','','','','',60850,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27167,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,27165,27169,0,0,'A Mighty Hunger','I hail from Westfall, far to the south... as do these men that travel with me. We are farmers, and nothing more.$b$bI had been told that Lordaeron had been healed, and that it was ready for tilling. However, this \"Commander\" now tells me that it\'s too dangerous to proceed. He says that there\'s a war going on, and that the plaguelands still aren\'t healed.$b$bBefore anything else, I need to get some food in my men\'s stomachs. Anything will do. Bear seems to be plentiful.','Obtain 5 Sides of Bear Meat from Shaggy Black Bears in Western Plaguelands.','','','','','','','',60851,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62159,62158,62157,62156,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27168,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,60861,1,'Those That Couldn\'t Let Go','Sorrow Hill, up the road to the northeast, was one of the first places that the Argent Crusaders and Cenarion Circle were able to heal. The area is now freed of the Scourge.$b$bHowever, there are still many specters of the past that, for some reason, have not passed on into the next world. They may be mourning, they may have unfinished business... or they may just be lost.$b$bTake my thurible and use it to douse them with holy incense. One way or another, we will help them move onto the next plane.','Use the Holy Thurible on 12 Withdrawn Spirits in Sorrow Hill, and slay them if they react negatively.','','','','Withdrawn Soul released','','','',0,0,0,0,0,0,0,0,0,0,0,0,45166,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27169,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,61920,1,'Uther\'s Blessing','These farmers from the south wish to take these farms, but I can\'t let them enter the plaguelands unprepared. Even with the Scourge gone, danger still looms in the form of the Forsaken. No, we must be ready to fight... and that includes our new visitors.$b$bBefore doing anything else, however, I would recommend that you travel to Uther\'s Tomb, to the east, and place this tribute before his statue to ask for his blessing. Speak with the priest that tends to the tomb when you are finished.','Enter Uther\'s Tomb, and use the Chillwind Tribute before his statue.','','','','Uther\'s Blessing','','','',0,0,0,0,0,0,0,0,0,0,0,0,45194,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27170,13202,28,0,4194312,34,36,0,0,0,0,0,0,0,0,0,27169,0,0,0,'The Abandoned Crypt','If you truly intend to move forward in this battle for Andorhal... well, perhaps I can help.$b$bTo the east lies a large crypt. The bottom level of the crypt was once used for storage of weapons and armor... until the Scourge came. Now that the undead have left, the weapons are free for the taking.$b$bMost of the weapons are probably rusted and rotten by now, but they will serve better than tunics and pitchforks.','Find the Weapons Crate at the bottom of the Crypt in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27171,13202,28,0,4194312,34,36,0,0,0,0,0,0,0,0,0,27170,0,0,0,'Ambushed!','As you turn around, you see the silhouettes of shambling skeletons on the stairs.$b$bThe undead aren\'t gone from this crypt. They were lying in wait! Furthermore, they appear to be armed with the weapons that you came looking for.$b$bYou\'ll have to escape from the crypt. On your way out, you should gather as many pieces of equipment as you can.','Obtain 4 Time-Worn Breastplates and 4 Rusted Swords.','','','','','','','',60863,60864,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62167,62166,62165,62164,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27172,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,27171,0,60866,1,'The Writhing Haunt','The farmers traveled to the Writhing Haunt, an old farm to the northeast, across the river. Someone needs to keep an eye on them.$b$bBring them those rusty weapons and armor you found. We can\'t have them fighting with pitchforks.','Bring the Battered Weapons and Armor to Thurman Grant at the Writhing Haunt in Western Plaguelands.','','','','','','','',60866,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,3,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27173,13202,28,0,8,34,36,0,0,0,0,0,0,0,0,0,27172,0,0,0,'This Is Our Army','I told Commander Valorfist that we could hold our own, and we intend to. I had a little conversation with the death knight general, Thassarian, on my way over here. We farmers plan to help in our own way.$b$bWe will take control of this farm, begin to cultivate the land... and then when the battle for Andorhal commences, we will attack the Forsaken from the rear. They\'ll never expect it.$b$bFirst, we need to get rid of these Forsaken outriders. Kill some, then return to me.','Kill 10 Forsaken Outriders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45209,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27174,13202,28,0,8,34,37,0,0,0,0,0,0,0,0,0,27173,0,0,0,'Combat Training','In fact, you might still be able to help train some of my men. You probably noticed the abomination outside. We initially tried to fight him, but he didn\'t fight back. He seems to want to help out on the farm.$b$bTake a group of four settlers and challenge this abomination to combat. He seems to be pretty tough, but with one of him and five of you, I think you\'ll have a chance at beating him.','Speak with Gory at the Writhing Haunt and challenge him to combat.','','','','Gory defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,45212,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62184,62183,62182,62181,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,6,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27175,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,27174,26999,0,0,'The Menders\' Stead','These men and women here at Chillwind Camp have noble goals, but their ultimate purpose is war. I would like to offer you an opportunity to pursue more peaceful goals.$b$bAt the Menders\' Stead, beyond war-torn Andorhal to the north, the Argent Crusade has joined forces with the Cenarion Circle. Together, we work on healing this land from the plague that used to reign here.$b$bAre you interested in joining our cause, $c?','Report to Field Agent Kaartish at the Menders\' Stead in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27628,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Send Word to Phaoris','Hurry, $N. We must speak to my brother, the king.$B$BHe is bent on averting war with Al\'Akir and the Neferset. He has foolish hopes that there is a diplomatic solution to this problem.$B$BMaybe once he hears what occurred here he will see reason.','Speak to King Phaoris at Ramkahen in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,65000,0,0,91377,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27541,13202,5034,0,128,83,83,0,0,0,0,0,0,0,0,0,0,0,61929,1,'Lessons From the Past','This unfortunate explorer has clearly suffered a bit of bad luck in the recent past.$b$bPrudence dictates that you perform the unenviable task of searching the corpse for clues that might shed light on your surroundings...','Acquire the Broken Goggles.','','','Bring the Broken Goggles to Harrison Jones in the Chamber of the Stars.','','','','',61929,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65000,0,0,85559,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27177,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Salvage Operation','Between the Horde and the naga, our fleet has been decimated. We can\'t do anything to bring back the men who gave their lives to the sea, but sink me if I allow all of our supplies to be lost forever.$B$BSwim out to the Obsidian Breakers southwest of Highbank and retrieve our supplies from the wrecks and the ocean floor.','Retrieve 8 Recovered Supplies from Waterlogged Crates in the Obsidian Breakers.','','','Bring the Supplies to Simon Chandler at Highbank.','','','','',60857,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27178,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Naga Reinforcements','They\'ve come slithering up from the ocean depths, $N. The naga. I think their intent is to reinforce the Bastion of Twilight, probably by heading inland via the Verrall river. We can\'t let that happen!$B$BTeach them that these shores are ours now, and send them scurrying back to the lightless depths.$B$BKill the Blackscale naga worming their way through the Obsidian Breakers! ','Slay 10 Blackscale Myrmidons or Blackscale Seacallers.','','','Return to Simon Chandler at Highbank.','Blackscale Naga Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45192,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,63911,63910,63909,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27706,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,27623,0,0,0,'The Scepter of Orsis','The chest below unlocks with a loud click as you insert the two stones into the plaque.$B$BObtain the scepter and bring it back to General Ammantep.','Obtain the Scepter of Orsis from the Sacred Receptacle.','','','Bring the Scepter of Orsis to General Ammantep outside of Orsis.','','','','',62267,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65807,65806,65808,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27180,13202,130,0,8388616,11,13,0,0,0,0,0,0,0,0,0,27098,27181,0,0,'Honor the Dead','A convoy of veteran troopers and Forsaken catapults were ambushed earlier today while attempting to cross Olsen\'s Farthing, directly south of here. It was a total loss: all troopers were killed and all catapults destroyed.$B$BBloodfang\'s pack was responsible for the ambush, though likely they have all fled back into the hills, preparing their next cowardly strike. Their day will come, but for now I want you to go to Olsen\'s Farthing and honor our fallen.$B$BRecover their Forsaken insignias.','Recover 6 Forsaken Insignias from Veteran Forsaken Trooper corpses.','I will see to it that these insignias are returned to the Undercity at once. The registrar will place their names in our records so that their sacrifice may never be forgotten.','Have you recovered the insignias?','','','','','',60862,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27181,13202,130,0,1638400,11,13,0,0,0,0,0,0,0,0,0,0,27193,0,0,'Excising the Taint','It looks like a group of the ambushers stayed behind. Make them pay for their insolence! Kill all of the Bloodfang stalkers at Olsen\'s Farthing. For Sylvanas! For the Horde!','Kill 10 Bloodfang Stalkers.','$B$BYou have avenged the fallen, $N, but there is more to be done.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45195,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27182,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,27183,0,0,'The Hermit of Witch Hill','The marsh seems to have a strange effect on humans. Some grow mad simply by living here.$B$BAnyone who has ever settled at Swamplight Manor has gone mad in a spectacular way. The latest owner, one \"Swamp Eye\" Jarl, is already showing signs.$B$BI don\'t completely understand what\'s happening there, you\'d have my thanks for looking into it.$B$BThe manor is at the eastern edge of the swamp. Trek east across Bluefen and past North Point Tower. The manor is in a haunted patch of land called Witch Hill.','Speak with \"Swamp Eye\" Jarl at Swamplight Manor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27183,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,27184,0,0,'Marsh Frog Legs','I like cooking. Good swamp cooking. Fried green frog legs and the like.$B$BAnd I\'m all out of legs. The manor is overrun with frogs, though. Giant marsh frogs. Think you could bring me some of those legs? Nothin\' to it, really. Just bop \'em on the head and bring me the legs.$B$BThen I\'ll make a stew and stew it up and suck it down and give you some too.$B$BDo you like stew?','Collect 10 Marsh Frog Legs from Giant Marsh Frogs.','','','','','','','',33202,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57834,57845,0,0,0,0,1,1,0,0,0,0,6807,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27184,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jarl Needs Eyes','Eye juice is good juice for drinking. Too bad most critters only have two eyes.$B$BBut spiders have lots of eyes. Lots and lots. And Darkmist eye juice is tasty. Smooth and salty! Unpopped spider eyes... I taste them already.$B$BDarkmist spiders are west of here, in the Darkmist Cavern. You figure the spiders are named after the cave... or is it the other way around?','Collect 20 Unpopped Darkmist Eyes from Darkmist spiders.','','','','','','','',5884,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27185,13202,2017,0,8,42,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'Cutting the Competition','Look, I\'m not about t\' play games with ye. The Scarlet Crusade\'s Crimson Hammersmith was nothin\' worth mentionin\' before, but now that they\'re Balnazzar\'s Risen, the damned dreadlord has taught him t\' make all sorts of powerful demonic weaponry.$B$BIt\'s simple. Find their blacksmithing plans and kill the Risen Hammersmith when he comes for \'em, so that we can make sure their army doesn\'t get their hands on demon armaments. They\'re powerful enough as it is!','Kill the Risen Hammersmith.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26700,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27186,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jarl Needs a Blade','I have cutting to do. I can\'t tell you what I\'m going to cut, but... I need myself a blade. A certain blade...$B$BSome people call it a sword. I call it a swing blade.$B$BYou help me? Those fish-men, you know, murlocs or whatever they\'re called.... There\'s one they call Razorspine, carries a big sword, lives north of here near the beach. That\'s the sword I need!$B$BBut don\'t sleep on this. What I\'m cutting won\'t keep forever...','Obtain Razorspine\'s Sword.','','','','','','','',33110,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5016,57835,9622,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27431,13202,5034,0,65672,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tipping the Balance','$b$bThat\'s it, $n. The pieces we need are hidden in these statues!$b$bThey look to be a bit off balance as is. Maybe just a little nudge...$b$bI must say, your field work is coming along nicely. If you applied yourself, you could make a fine archaeologist one day.','Speak to Harrison Jones in the Chamber of the Stars.','','','Speak to Harrison Jones in the Chamber of the Stars.','Stayed Out of Harrison\'s Way','','','',0,0,0,0,0,0,0,0,0,0,0,0,45742,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27188,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,27189,0,0,'What\'s Haunting Witch Hill?','I traveled out here to pay Jarl a visit at his new home and it\'s been a nonstop horror show ever since! There\'s something seriously wrong here and I can\'t be the only one who sees it...$B$BHave you seen the ghosts and corpses shambling about Witch Hill? I\'ve a feeling that if anyone knows what happened here, it is them. Seek out these risen husks and risen spirits in the surrounding area, grant them rest through combat, and see what you can learn from them before this evil consumes Jarl!','Gather information by defeating 10 Risen Husks or Risen Spirits.','','','','Information Gathered','','','',0,0,0,0,0,0,0,0,0,0,0,0,23861,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27189,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,27190,0,0,'The Witch\'s Bane','In my years as an herbalist, I\'ve often observed that nature will provide subtle cures to the most vexing of problems. I\'ve read that hedge mages and witch doctors often use the smoke of an herb known as witchbane to draw evil from its hiding places.$B$BIf true, this would mean witchbane should be growing near the shallow waters of Witch Hill. You should be able to identify it by its broad leaves and reddish central stalk. Bring me any of the herb you can find, $N. It may be our only hope.','Collect 9 sprigs of Witchbane near Witch Hill.','','','','','','','',33112,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27190,13202,15,0,0,34,36,0,0,0,0,0,0,0,0,0,0,0,33113,1,'Cleansing Witch Hill','The torch is ready. Plant it at the end of the dock and be prepared to face whatever comes forth.$B$BI have no idea what the torch\'s smoke may reveal... if anything emerges at all. I must say, I have my doubts about this kind of folk magic, but we haven\'t time for anything else. For your sake and Jarl\'s, I wish you luck.','Plant the Witchbane Torch at the end of the dock and defeat the evil haunting Witch Hill.','','','','Witch Hill Cleansed','','','',0,33113,0,0,0,0,0,1,0,0,0,0,23864,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33229,33257,33245,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,31500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27191,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hungry as an Ogre!','You meet some people out here sometime. Nice people. Met an ogre once. Ogres get hungry just like me.$B$BI\'ll never forget what he said. He said \"Mud big ogre. Me hungry. Go bash fishy. Bring Mud food. You feed Mud or Mud eat you.\"$B$BSo I got him those fish and he ate \'em up. That\'s when I started too. The heads are the best part, all soggy-like.$B$BDon\'t crush those heads now. It makes them sad. Sad heads aren\'t good eating. Get me happy heads and I\'ll eat them and be happy too.','Collect 8 Mirefin Heads from Mirefin Murlocs.','','','','','','','',5847,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9518,9519,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27192,13202,2017,0,8,42,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Fras Siabi','Men as far as Kul Tiras spoke of the legendary Fras Siabi\'s premium tobacco. It was a delicacy enjoyed by every single person of importance that visited Stratholme. King Terenas, Uther the Lightbringer, Highlord Fordring...yes, they all enjoyed Siabi\'s specialty.$B$BSadly, Fras stayed in his shop when Stratholme was invaded, swearing on his life that the Scourge would never touch his tobacco. Venture forth and see if even one bit remains here...it is worth it\'s weight in gold, I assure you.','Recover a box of Fras Siabi\'s Premium Tobacco.\n','Truly, you have uncovered the snuff of legends. It is nearly impossible to place a value on this historical tobacco.$b$bHere, have a few coins.','Did you find any?\n','','','','','',13172,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26700,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27193,13202,130,0,589824,11,13,0,0,0,0,0,0,0,0,0,0,27194,0,0,'Seek and Destroy','$B$BSearch the nearby farmhouses for Alliance stragglers. Keep an eye out for any information that could lead us to Crowley and Bloodfang. Seek and destroy all that would stand in your way, $N!','Search the Farmhouses at Olsen\'s Farthing.','$B$BThis book documents a recent meeting with Ivar Bloodfang. The location mentioned is the Deep Elem Mine. I know of this place. It has only one entrance.$B$BWe shall corner and crush them!','What is your status?','','','','','',60867,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27194,13202,130,0,786432,11,13,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cornered and Crushed!','$B$BWe must act quickly, $N. They mustn\'t be given the chance to flee. I am dispatching a squadron of my most powerful troopers to the Deep Elem Mine. I\'m also sending the Horseman with them to ensure that nothing goes wrong. Meet him at the Deep Elem Mine, east of Olsen\'s Farthing, and CRUSH those rats.','Report to Master Forteski at the Deep Elem Mine in Silverpine Forest.','I s\'pose we\'re to corner them first then crush, eh?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27195,13202,130,0,2,11,13,0,0,0,0,0,0,0,0,0,27194,0,0,0,'Nowhere to Run','The mistress has put me in charge of this lot. Our primary mission is to get in there, corner the rats, and kill \'em all, including Bloodfang.$B$BYou\'ve done us a solid service in gettin\' the information, $N. Join in the glory and help us drive a sword through their miserable skulls!$B$BLet me know when you\'re ready and I\'ll call for the charge.','Escort Master Forteski through the Deep Elem Mine.','WHAT!?$B$B$B$BCROWLEY!!!!!$B$BBastards. Those were some of our strongest soldiers. I have underestimated Crowley and Bloodfang for the last time. Clearly they are an enemy the likes of which we have never seen - willing to sacrifice their own to set a trap like this... unheard of in Alliance warfare.','','Escort Master Forteski through the Deep Elem Mine.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62856,62855,62854,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27778,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hacking the Wibson','It is true. New expedition crews have arrived by sea.$B$BMy scanners detect that they already have been afflicted by the curse phenomenon.$B$BYou must hurry and go aboard the M.A.C. Diver. The access codes will give us control over the fusion core\'s functions, but there is still a layer of security we must bypass.$B$BUser $N, I must ask you to hack a very sophisticated mainframe known as the \"Wibson.\"$B$BDo not worry I will provide you with further instructions.','Hack the Wibson Mainframe on top of the M.A.C. Diver.','','','','Wibson Mainframe hacked','','','',0,0,0,0,0,0,0,0,0,0,0,0,47028,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27197,13202,28,0,8,38,40,0,0,0,0,0,0,0,0,0,27055,0,0,0,'The Battle Resumes!','Word is in from Andorhal, $N. The battle has resumed.$b$bIt has become somewhat well-known among the Alliance forces that you\'re a hero of the first battle of Andorhal. Thassarian has requested your presence immediately.','Report to Thassarian at Andorhal in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27198,13202,28,0,8,38,40,0,0,0,0,0,0,0,0,0,27197,0,0,0,'Supporting the Troops','I\'m no military expert, but this battle looks to be in our favor. Our defenders are equally matched with their deathguards, but the farmers\' militia has taken them by surprise from the rear. For the Alliance!$b$bStill, we should all do what we can to make sure that we win. Travel east into Andorhal and slay the Forsaken deathguards that are fighting with our men. The sooner they die, the quicker we can re-take Andorhal!','Slay 15 Andorhal Deathguards.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44447,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,62205,62204,62203,62202,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27199,13202,28,0,8,38,40,0,0,0,0,0,0,0,0,0,27197,0,0,0,'Ashes to Ashes','To the east, deep within Forsaken-held Andorhal, you will find their commanders. They do not fight, but call out orders from horseback.$b$bHunt down and slay these commanders, $N. The Forsaken won\'t stand a chance.','Slay 3 Deathguard War-Captains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44449,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27200,13202,4922,0,137,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Siren\'s Song','She\'s still out there... Ophelia, the Siren of the Highlands! Her terrible song will lure you to the depths. I\'ve vowed to stay behind and avenge my fallen crewmates, $c. If you want to join me, just say the word.$B$BWe\'ll lash ourselves to the mast, we will. We\'ll shut our eyes. We\'ll stuff our ears with wax. And when her beautiful illusion drops... we\'ll strike.$B$BAre you in?','Slay Ophelia, the Siren of the Highlands.','','','Talk to Ephram Hardstone at the Obsidian Breakers.','Slay Ophelia and Protect Ephram','','','',0,0,0,0,0,0,0,0,0,0,0,0,45184,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63905,63904,63903,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27201,13202,28,0,8388616,38,40,0,0,0,0,0,0,0,0,0,27205,0,0,0,'Val\'kyr Incursion','The val\'kyr were one of the Scourge\'s primary weapons. Not only were they skilled in battle, but they could be used to convert corpses into Scourge minions. To think that Sylvanas is stooping to such levels for the sake of the Forsaken...$b$bWe need to stop the val\'kyr before they wipe us out and turn our army against us. Slay as many as you can find. And bring some of these minutemen with you. If they\'ve survived this long, then they must have some battle skill.','Kill 9 Lesser Val\'kyr within Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45239,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27202,13202,28,0,8,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brother Against Brother','Our militia has been nearly wiped out. Only I and these few farmers remain.$b$bThose winged creatures... they took the bodies of our men and... and turned them into walking, undead corpses! With every one of our men they took, they bolstered their own ranks.$b$bIt pains me to admit it, but you will need to fight them too, along with the deathguards and val\'kyr. As they did in life, they hunt in packs, so take some of my minutemen with you.','Kill 20 Forsaken Troopers within Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45240,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,62213,62212,62211,62210,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27203,13164,5042,0,1310856,82,82,0,0,0,0,0,0,0,0,0,0,27123,0,0,'The Maelstrom','Thank the spirits you\'re here, $N.$B$BWe\'re not sure how much longer we can maintain the rift in the Maelstrom.$B$BOur most powerful members, led by Thrall, are barely preventing the tear.$B$BLast I heard, our only hope was to go through the breach and attempt to stabilize it from the other side.$B$BI will conjure a portal. Take it and report to Thrall as soon as you can.','Go through the Portal to the Maelstrom and speak to Thrall.',' It is good to see you, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,1,0,0,0,0,0,0,8200,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27204,13202,28,0,8,38,40,0,0,0,0,0,0,0,0,0,27201,0,0,0,'Aradne','Our last hope of victory lies in defeating the val\'kyr. You\'ve done well up until now... but you\'re only one $g man: woman; and there are literally dozens of them raining destruction on the battlefield.$b$bOne enormous val\'kyr sits atop the tower to our south... you can see her from here. Perhaps if we eliminate her, the remaining val\'kyr will dissipate.$b$bThis is our only hope. Bring some of Grant\'s men with you. You\'ll need their protection for this battle.','Slay Aradne atop the tower in western Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45235,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27205,13202,28,0,5242888,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Depravity of the Forsaken','We nearly have this battle won, $N. I can taste victory. The Forsaken never stood a...$b$bWhat the hell is that!?','Find out what Thassarian is looking at.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27206,13202,28,0,8,38,40,0,0,0,0,0,0,0,0,0,27204,0,0,0,'Alas, Andorhal','Head south, to Chillwind Camp. Tell Commander Ashlam Valorfist everything that happened here.$b$bMe? I\'m going west, into Tirisfal.$b$bMy battle\'s not over yet. I\'ve got an appointment with that harpy that calls herself a Banshee Queen... and I\'m finding out what she did to Koltira.','Report the events of the battle of Andorhal to Commander Ashlam Valorfist.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62222,62221,62220,62219,62218,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27207,13164,0,0,0,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'This Blows','Is THAT what\'s behind the storms assailing my city?$B$BLet\'s push on. That towering windbag can bellow and blow all he likes, but this is the end of him. Tell General Marcus Jonathan what\'s happened here when we\'ve gotten back; I\'ll need to oversee the return of the citizenry, repairs, and so on.','Slay Prince Sarsarun and inform General Marcus Jonathan in Stormwind City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45214,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,70975,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27208,13202,2017,0,8,42,47,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Dreadlord Balnazzar','With the fall of the Scarlet Crusade, their disguised demon leader, Balnazzar, released the possessed body of Grand Crusader Dathrohan and went on a rampage, killing every remaining crusader here. He then used his necromantic power to raise them all as vile undead slaves.$B$BBalnazzar refers to his new army as the Risen. We cannot let him grow this army - they are extremely powerful and, unlike Arthas\' Scourge, Balnazzar will not hold his forces back. Kill him while we still have a chance, $c.','Kill Balnazzar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10813,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65928,65977,65953,65998,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27300,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27209,13164,0,0,0,78,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'This Blows','So. This is what evil lies behind the attacks on fair Thunder Bluff.$B$BLet us move forward. It is time to put an end to this abomination.$B$BTell Hamuul Runetotem what has happened here upon our return; I\'ll need to oversee the return of my people, repairs, and the like.','Slay Prince Sarsarun and inform Hamuul Runetotem in Thunder Bluff.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45214,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,83512,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27210,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Traitors Among Us','It\'s good to meet you, $c. I\'ve come to Theramore to help eliminate the problem of the deserters. Not only have some of the men abandoned their posts, but some have filtered back into the town.$B$BThese deserter agents are spreading lies and propaganda, hoping to convince others to join their ranks.$B$BThey\'re at virtually every guard post throughout the town and the docks. Find them, expose them, and discredit them. At this point, anything more risks inspiring more sympathy for them.','Confront 5 Deserter Agitators in Theramore.','','','','Deserter Agitator Exposed','','','',0,0,0,0,0,0,0,0,0,0,0,0,23602,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27211,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,27210,0,0,0,'Propaganda War','The deserter agents were doing far more than just chatting up the guards. We\'ve found a number of leaflets the deserters somehow managed to smuggle in on a ship in the docks.$B$BThe ship used to transport the leaflets is still in Theramore, at the farthest dock. If you can sneak aboard and capture the rest of their propaganda documents, their agents will lose their most powerful tool. Be careful! The ship is manned by seasoned privateers and the cargo is probably being kept in the captain\'s quarters.','Obtain the Deserter Propaganda from the boat at the end of the Theramore docks.','','','','','','','',33008,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27212,13202,15,0,0,34,36,0,0,0,0,0,0,0,0,0,0,27213,33015,1,'Discrediting the Deserters','I\'ve altered the leaflets you captured from the deserters\' mercenary friends at the docks. Now, anyone who reads them will get an entirely different view of the deserters and their aims.$B$BIf we distribute these to enough of the guards, the deserters will be too embarrassed to ever reestablish their presence within our walls.$B$B$B$BWhy don\'t you get started while I plan our next move?','Distribute the Altered Leaflets to 6 Theramore Guards.','','','','Leaflets Distributed','','','',0,33015,0,0,0,0,0,1,0,0,0,0,4979,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27213,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'The End of the Deserters','Now that we\'ve eliminated the deserters from Theramore, it\'s time to complete this operation. My local contacts have reported that the deserters base their operations in a ship moored on a small island to the southeast of the docks.$B$BArresting their leader, Gavis Greyshield, should cause the others to lose their will to fight. Find him within the ship and convince him to surrender. I wouldn\'t be surprised if he puts up a bit of a fight for show, but then surrenders when he understands he can\'t win.','Defeat Gavis Greyshield aboard the ship southeast of Theramore.','','','','Gavis Greyshield Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,23941,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57832,33249,57853,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27214,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,27234,0,0,'A Disturbing Development','Reports from our scout patrols have recently taken a disturbing turn. They tell of men wearing red Defias bandanas walking the Dreadmurk Shore north of Theramore\'s walls.$B$BWreckage in the area suggests they may be survivors of a shipwreck, but our information is limited. Captain Wymor at Sentry Point, a guard tower to the north of the city, is looking for help in following up on the reports.','Report to Captain Wymor at Sentry Point.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27215,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hermit of Swamplight Manor','There\'s a fellow the locals know as \"Swamp Eye\" Jarl, who lives alone out in the swamp. Sometime ago he \"took over\" Swamplight Manor after the previous owners disappeared under mysterious circumstances.$B$BI like to send someone to check up on him every once in a while. He kind of reminds me of my grandfather, you know? Some say he\'s not quite right in the head.$B$BIf you\'re headed northwest on the road out of Theramore, you\'ll find Swamplight Manor in the Witch Hill area, before the road turns west.','Speak to \"Swamp Eye\" Jarl at Swamplight Manor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27216,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,27217,0,0,'This Old Lighthouse','The old lighthouse out to the east hasn\'t worked for some time, but Babs Fizzletorque has gotten it into her head to get it working again.$B$BI don\'t know how she plans to do it by herself, but she claims that it\'ll make the movement of ships and goods into the docks smoother, so I can\'t really object. Drawing duty on the docks is really nothing to complain about when you could be on the front lines, you know?','Speak to Babs Fizzletorque at the lighthouse on the island east of Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27217,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,27218,0,0,'Thresher Oil','The old log in the lighthouse indicates that the lamp was fueled with oil from the threshers that live along the coast here.$B$B$B$BI suppose it\'s a practical, if inelegant solution. The log says that the oil taken from the youngest murk threshers works the best, and those live right underneath the docks of Theramore.$B$BIf you\'re up for it, would you help resupply the lighthouse with fuel?','Collect 4 containers of Thresher Oil from Murk Threshers beneath the Theramore docks.','','','','','','','',33126,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27218,13202,15,0,0,34,36,0,0,0,0,0,0,0,0,0,0,27219,33127,1,'Dastardly Denizens of the Deep','You know, it\'s amazing what you can find in that old lighthouse. After I lit the lamp, I noticed this book in one of the old trunks up there.$B$B$B$B\"Dastardly Denizens of the Deep!\"$B$BWhy, I think I might swoon if I ever saw one of these! I\'m sure it\'s good for a laugh or two, but I simply don\'t have time for reading right now.$B$BYou know who might enjoy it, though... that fishmonger on the docks, \"Dirty\" Michael Crowe. He collects old books.','Bring Dastardly Denizens of the Deep to \"Dirty\" Michael Crowe on the Theramore docks.','','','','','','','',33127,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27219,13202,15,0,262152,34,36,0,0,0,0,0,0,0,0,0,0,27220,0,0,'Is it Real?','Oh, I\'m sure you and Babs had a good laugh over the outlandish descriptions and sketches in the book, but have you stopped to consider there might be some truth to the legends?$B$BIf you listen closely enough, I bet you can still hear sailors talk about Tethyr, the sea creature the book says lives right here! Of course, if you wanted to know for sure, you could always ask old Nat Pagle.$B$BHe\'s got a small fishing camp on a little island in Tidefury Cove, which is southwest across Dustwallow Bay.','Talk to Nat Pagle at Nat\'s Landing in Dustwallow Marsh.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27220,13202,15,0,0,34,37,0,0,0,0,0,0,0,0,0,0,27221,33166,1,'Nat\'s Bargain','So you found a copy of Dastardly Denizens of the Deep, did you? Well, I can tell you from experience, it\'s all true. I\'ve even seen a few of \'em with my own eyes.$B$BBut you want to know about Tethyr. I said I\'d make you a deal, so here\'s what I want you to do. I\'m working on a new line of baits, but I haven\'t tested this one yet.$B$BJust take this paste -- yeah, it smells a little foul -- smear it on yourself, and swim into the deep part of Tidefury Cove to the southwest. Let me know how it works!','Smear Pagle\'s Fish Paste, Extra Strength on yourself, then swim into Tidefury Cove.','','','','Fish Paste Tested','','','',0,33166,0,0,0,0,0,1,0,0,0,0,23928,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19221,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27221,13202,15,0,8,34,37,0,0,0,0,0,0,0,0,0,0,27222,0,0,'Oh, It\'s Real','Yes, Tethyr is certainly real, and he lives in the waters off Theramore.$B$BHas a thing for bright lights. He\'s the reason they shut down the lighthouse in the first place, you know...$B$BAnd if you light it up again, he\'ll come right back. But no one in their right mind would do that.$B$BSo that must be your plan! It\'s been good sharing a drink with you, but don\'t blame ol\' Nat if Tethyr REALLY turns you into fish bait. If you\'re going to do this, make sure you consult Major Mills at the Theramore docks.','Speak with Major Mills at the docks in Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27222,13202,15,0,2,34,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Take Down Tethyr!','Sea monster or no, we\'re not going to risk the safety of our shipping. I\'ve ordered our best marksmen to prepare for a confrontation with this Tethyr. The artillerymen have augmented the dock\'s defenses with three mortars.$B$BI\'m going to order the lighthouse\'s lamp illuminated. If Tethyr does attack, it will be your job to operate the mortars and take down the beast before it can kill all of the marksmen. I wouldn\'t stand in one place too long, though. Using the mortars is likely to draw its attention.','Use the mortars to defeat Tethyr.','','','Defend Theramore Docks from Tethyr','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57842,33247,57849,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27223,13202,2017,0,8,42,47,81,0,0,0,0,0,0,0,0,0,0,0,0,'Retribution','Where Market Row meets Festival Lane, you will encounter The Unforgiven. If you slay the entirety of Crusaders\' Square, you will coax out Timmy the Cruel. Both of these former champions committed heinous acts against innocents here in the name of gaining unholy power.$B$BYou must destroy both of them and rid Stratholme of their foul presence. Take caution, for they were powerful fighters in life, and their new dark powers will only have made them even more deadly. ','Kill The Unforgiven and Timmy the Cruel. ','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10516,10808,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27300,0,0,0,0,0,0,0,0,0,0,27000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27224,13202,28,0,1032,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Andorhal Phase Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27225,13202,0,0,8,20,20,0,0,1,0,0,0,0,0,0,0,27337,0,0,'A Summons from Ander Germaine','Ander Germaine has sent word that he wishes to honor you for your mastery of arms and your dedication to the Alliance. Make your way to Stormwind, leave the Old Town district through the south exit, and speak with him in his Command Center. I do not know what he has planned, but it sounds like he has been impressed with your rapid progress. ','Speak to Ander Germaine in Stormwind\'s Command Center.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27226,13202,130,0,8,11,13,0,0,0,0,0,0,0,0,0,27180,0,60870,1,'Hair of the Dog','Thank the Warchief that you\'re here, $N. I\'ve made a critical error with the sea dogs and need your help to rectify the situation.$B$BYou see, I sent them out against the worgen coming from Fenris Isle stone cold sober. They attacked the beasts and promptly got their butts handed to them. Many of them died, but a few still live, barely clinging on to dear life.$B$BTake this barrel of ale to the Decrepit Fields, east of here, and force it down the throats of fallen sea dogs.','Rouse 8 Orc Sea Dogs.','A-HA! I knew it! Lesson learned, I suppose. We will not fail again. I will be sure to have some ale on hand at the front lines.','Don\'t let my sea dogs die!','','Orc Sea Dog roused','','','',0,0,0,0,0,0,0,0,0,0,0,0,45196,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,62848,62847,62846,0,0,0,1,1,1,0,0,0,62908,0,0,0,3,0,0,0,76,68,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27227,13202,2017,0,8,46,51,81,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Aurius Rivendare','This Chapel is the last Light amongst so much darkness. Ras Frostwhisper took his own life in the slaughterhouse, carving his face into a macabre smile in front of the Lich King, who raised him into the Lich that now haunts Scholomance.$B$BThe ground where that atrocity occured is now Scourge holy ground, blessed by the Lich King with the very darkest magic. Lord Aurius Rivendare, new ruler of Stratholme, now guards it and continues his master\'s evil work. Slay him without pause.','Kill Lord Aurius Rivendare.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45412,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66048,66049,66050,66051,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30000,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27228,13202,2017,0,8,46,50,81,0,0,0,0,0,0,0,0,0,0,0,0,'Man Against Abomination','Deep within, you will find Ramstein the Gorger. I cannot bear to tell you the atrocities this monster has commited. Know only this - he deserves to feel the full wrath of countless lost souls, a wrath you will bring upon him.$B$BHave no mercy. Be unwavering in your fury.','Slaughter Ramstein the Gorger.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10439,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29300,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27229,13202,15,0,8,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'SMASH BROODQUEEN','$B$BSPIDERS IN NORTH CAVE BAD. POISON OGRES. OGRES GET SICK. BAD!$B$BBIG BIG SPIDER IN CAVE MAKE MORE SPIDERS. MORE SPIDERS BAD!$B$BKILL BIG SPIDER, STOP MORE SPIDERS. KILL BIG SPIDER, GET BIG PRIZE! GOOD!$B$B','Obtain the Broodqueen Pedipalp.','','','','','','','',60883,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27230,13202,2017,0,8,46,50,81,0,0,0,0,0,0,0,0,0,0,0,0,'Weapons for War','The Scourge are adept at forging powerful armaments for their soldiers, making it difficult for our men to kill \'em! There are blacksmithing plans near the Baroness Anastari\'s ziggurat that their chief swordsmith plans to use for an extremely powerful weapon for Lord Aurius.$B$BWe\'re going to prevent that weapon from being made and stop their regular arms flow with one blow! Go take the plans and kill the Black Guard Swordsmith when he comes to defend \'em, and it\'ll make our mission much easier.','Kill the Black Guard Swordsmith.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11121,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29300,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27231,13202,130,0,8,11,13,0,0,0,0,0,0,0,0,0,27180,27232,0,0,'Reinforcements from Fenris','Those that survived your assault on Fenris managed to drink the blood of the wolf. They turned into ferocious worgen, hell-bent on vengeance. Now they paddle across Lordamere Lake and assault my sea dogs. Many have already been killed. The worgen monsters must be stopped!$B$BMake your way to the Decrepit Fields, east of here, and kill the Hillsbrad worgen that infest the area. Once you\'ve killed them all, make your way to the Horde communication panel, located at the docks. I\'ll be in touch.','Kill 10 Hillsbrad Worgen.','$B$BHatchet here, are they all dead?','','','Hillsbrad Worgen slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45254,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,68,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27232,13202,130,0,8,11,13,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Waters Run Red...','$B$BThose worgen you killed were the scouting party. There are hundreds more incoming! Looks like Crowley and Bloodfang made the blood offering to every human in Lordaeron.$B$BGet in one of those Horde cannons and send them all back to their makers. Let the waters of Lordamere Lake run red with their blood!','Kill 50 Hillsbrad Worgen with the Horde Cannon.','Though you killed a large number of the newly turned worgen, many more are sure to appear. Still, their assault will have softened. Well done, $N!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45270,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,62853,62852,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,68,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27233,13202,28,0,8,35,37,0,0,0,0,0,0,0,0,0,27174,26999,0,0,'The Menders\' Stead','I can handle training from here. If you\'re looking for something else to do, I recommend heading up the road to the northwest. The Cenarion druids and Argent Crusade have a small camp set up there, at Dalson\'s old farm. Maybe they can keep you busy until we need your help again.','Report to Field Agent Kaartish at the Menders\' Stead in Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27234,13202,15,0,8,34,37,0,0,0,0,0,0,0,0,0,0,27235,0,0,'Defias in Dustwallow?','My scouts have reported a shipwreck just off the beach to the northeast. Shipwrecks aren\'t all that unusual out here, but the reports also indicated the survivors were all wearing red bandanas... the symbol of the Defias!$B$BThe reports indicate their leader resides on a large island just off the coast to the northeast of the tower. Kill him and retrieve any documents you find in his possession.','Obtain the Defias Orders from Garn Mathers.','','','','','','','',33037,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27235,13202,15,0,262144,32,37,0,0,0,0,0,0,0,0,0,0,27236,33037,1,'Renn McGill','From the wording of the orders you recovered, it looks like the first priority of the Defias will be to locate and secure whatever cargo they possessed.$B$BSI:7 has had a salvage diver named Renn McGill working out of Theramore for some time. When he heard about the shipwreck, Renn went north to dive near the islands the Defias now occupy.$B$BIf we\'re to beat the Defias to this cargo, we\'ll need his help. Look for him in the waters northeast of a small island just north of the island you visited earlier.','Bring the Defias Orders to Renn McGill in the waters off the Dreadmurk Shore.','','','','','','','',33037,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27236,13202,15,0,8,32,37,0,0,0,0,0,0,0,0,0,0,27237,0,0,'Secondhand Diving Gear','There\'s plenty of wreckage strewn across the bottom of the water from here to Alcaz, and the Defias have already got divers out there looking around. With the help of some of their gear, we can get you suited up and ready to join the hunt, but you\'ll have to do some creative \"borrowing\" first.$B$BSearch this island for a crate of diving gear and something to repair it with. When you\'ve got them, bring them to me and I\'ll have your gear ready in no time!','Bring the Tool Kit and Damaged Diving Gear to Renn McGill in the Dustwallow Marsh.','','','','','','','',33038,33039,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27237,13202,15,0,131072,32,37,0,0,0,0,0,0,0,0,0,0,0,33045,1,'Recover the Cargo!','Well, I was able to make enough repairs to this gear to let you dive for awhile, anyway. I wouldn\'t count on it holding out for a long time, though.$B$BThe wreckage of the ship is strewn along the bottom from the east coast of this island out toward Alcaz Island. While that helm holds out, locate pieces of the wreckage on the bottom between this island and Alcaz. Use this salvage kit to search the wreckage for pieces of the cargo. Be careful not to venture too close to Alcaz Island. Those hydra are fierce.','Collect 1 Salvaged Strongbox.','','','','','','','',0,0,33041,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33267,33259,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27238,13202,15,0,8,34,37,0,0,0,0,0,0,0,0,0,0,27239,0,0,'Jaina Must Know','You must bring news of our findings to Lady Jaina without delay! If the Defias were transporting a prisoner, there\'s no telling who it might be or if the person is still alive!$B$BOne thing is for certain, $N. The Defias wouldn\'t go to all this trouble for some petty grudge. Their prisoner must have been someone of importance. Lady Jaina would know better than anyone else what these findings mean. You\'ll find her at the top of the mage tower at Theramore\'s center.','Speak with Lady Jaina Proudmoore in Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27239,13202,15,0,10,34,37,0,0,0,0,0,0,0,0,2,0,0,0,0,'Survey Alcaz Island','It looks like Renn\'s hunch about Alcaz Island was right. We need to survey that island, but it would take a whole brigade of troops to fight our way in there.$B$BTheramore\'s defenses can\'t weather such a hit, so I\'ve arranged with Cassa Crimsonwing, the apprentice to Theramore\'s gryphon master, to allow you to use one of her beasts to survey Alcaz from the air.$B$BAlcaz Island holds the key to the mystery of the Defias\' involvement in this kidnapping.','Speak to Cassa Crimsonwing and use one of her gryphons to survey Alcaz Island.','','','Survey Alcaz Island','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57851,33250,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27240,13202,15,0,262152,34,37,0,0,0,0,0,0,0,0,0,0,27241,0,0,'Proof of Treachery','Although Onyxia has been exposed and removed from the court, the Defias who carried out her plan must be punished. Carry word to King Varian Wrynn in Stormwind castle that the Defias are the ones who carried out his kidnapping. I have little doubt that the king will mete out swift and terrible justice to those involved.$B$BI can use my magic to expedite your trip to Stormwind. Just speak to me when you\'re prepared to go, $N.','Speak with Jaina to travel to Stormwind and meet with King Varian Wrynn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27241,13202,15,0,262152,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Jaina','I must make plans to destroy the remnants of the Defias. Please convey my thanks to Lady Jaina, back in Theramore. She has ever been a loyal friend and steadfast ally.$B$BGo to the Mage Quarter at the western end of the city and speak with Archmage Malin at the foot of the tower there. He will speed your return to Theramore.','Return to Lady Jaina Proudmoore in Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27242,13202,15,0,0,35,37,0,0,0,0,0,0,0,0,0,0,0,33069,1,'Raptor Captor','The patch of swamp to the northeast is home to a particularly nasty breed of raptors. We\'ve lost more than one unwary soldier to them, but I think we can turn them against our Grimtotem neighbors.$B$BTake this rope and use it to capture Bloodfen raptors or Bloodfen screechers that you\'ve subdued. I wouldn\'t try to capture one of the beasts until you\'ve weakened them quite a bit in combat. It\'s going to be quite a struggle.','Use the Sturdy Rope to capture 6 Bloodfen Raptors or Bloodfen Screechers.','','','','Raptors Captured','','','',0,33069,0,0,0,0,0,1,0,0,0,0,23727,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27243,13202,15,0,0,35,37,0,0,0,0,0,0,0,0,0,0,0,33070,1,'Unleash the Raptors','Now that we\'ve got our raptors, our next move is to \"encourage\" them to attack the Grimtotems at Blackhoof Village to the northwest.$B$BI\'ve got a leftover haunch of... well, it doesn\'t really matter what it is. It\'ll be your bait. Set it down on the ground in Blackhoof Village near the windmill in the center of the settlement. The raptors should take care of the rest, if their training took.','Place the Raptor Bait near the windmill in Blackhoof Village.','','','','Raptors Released','','','',0,0,0,0,0,0,0,0,0,0,0,0,23727,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33266,33248,33265,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27244,13202,15,0,0,34,36,0,0,0,0,0,0,0,0,0,0,0,5917,1,'The Lost Report','Sifting through the loose dirt, the severed hand of an orc is found. And clutched in the hand is a bone-carved tube. And in the tube is a dirt-stained parchment.$B$BThe parchment is a report made by an orc who spent weeks spying on the city of Theramore.$B$BAfter scanning the parchment, it is clear that it must be brought to the orc spymaster in Brackenwall Village.','Bring the Spy\'s Report to Nazeer Bloodpike in Brackenwall Village.','','','','','','','',5917,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27245,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prisoners of the Grimtotems','We\'re doing all we can to keep the Grimtotem raiders at bay, but they keep launching assaults on the tower. Even worse, they\'ve managed to discover and capture the patrols the captain sends out to gather information and safeguard the road.$B$BI suspect the captives are being held in Blackhoof Village, to the northwest. Knowing the Grimtotems, the defenders of the village probably carry the keys to the prisoners\' cages with them. I don\'t care what you have to do, $c, just bring back my men alive.','Collect Grimtotem Keys from the Grimtotem Tauren in Blackhoof Village and use them to free 5 Theramore Prisoners.','','','','Theramore Prisoners Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,23720,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27246,13202,15,0,0,34,36,0,0,0,0,0,0,0,0,0,0,27247,5917,1,'The Orc Report','Sifting through the loose dirt, the severed hand of an orc is found. And clutched in the hand is a bone-carved tube. And in the tube is a dirt-stained parchment.$B$BThe parchment is written in orcish... and it looks important.','Bring the Spy\'s Report to Lieutenant Aden in Theramore.','','','','','','','',5917,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(27247,13202,15,0,262144,34,36,0,0,0,0,0,0,0,0,0,0,0,5917,1,'Captain Vimes','Captain Vimes should see the orc report you found, $N. He knows the orcish language better than most. And he should know that there are Horde spies near Theramore!$B$BThe captain is in the barracks, on the northeastern side of Theramore Isle.','Bring the Spy\'s Report to Captain Garran Vimes.','','','','','','','',5917,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27248,13202,15,0,8,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission to Mudsprocket','The Steamwheedle Cartel has recently established a new outpost in the southern part of Dustwallow Marsh. It\'s called Mudsprocket, if I recall, and it\'s located on the main road south out of Tabetha\'s Farm and the Stonemaul Ruins.$B$BThis is an excellent opportunity for us to establish new trade contacts and Lady Jaina wants me to send a representative down there to establish contact. Would you be willing to go?','Speak with Drazzit Dripvalve at Mudsprocket.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27249,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inspecting the Ruins','Poor James never recovered from the destruction of the Shady Rest and the murder of his family. The boys and I are doing what we can to find the monsters who did this.$B$BI\'ve sent our best investigator, Inspector Tarem, out to the ruins, but this is too big a job for any one man. If you\'d lend Tarem a hand, we\'d appreciate it. Light knows, we\'d all like to be out there helping.$B$BThe main road will lead you to the inn, but take care. Your journey will take you beyond the protection of my soldiers.','Speak to Inspector Tarem at the Shady Rest Inn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42169,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27250,13202,1519,0,8,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE - BAD COPY','Before working here at the Blue Recluse, I was trained by one of the best chefs and innkeepers I\'d ever met. His name was James Hyal. Everything I have and everywhere I\'ve gotten in life is thanks to him.$b$bI wonder how he\'s doing. His brother Vincent and he went to work in a tavern in Menethil Harbor, but I haven\'t heard from him recently.$b$bIf you ever happen to be headed in that direction, maybe you could say hello to him for me?','Speak with Vincent Hyal in Menethil Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(27251,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'They Call Him Smiling Jim','I can\'t help it if I feel sorry for ol\' Jim there. He wasn\'t always like that. Ran an inn out in the marsh for a while, wonderful place.$b$bLook, I don\'t really want to talk about it. Bring it up with Captain Vimes if you really have to. He\'s stationed on the top floor of Foothold Citadel, the large barracks to the east of Lady Jaina\'s tower.','Speak with Captain Garran Vimes on the top floor of Foothold Citadel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27252,13202,15,0,262144,35,37,0,0,0,0,0,0,0,0,0,0,0,5919,1,'The Black Shield','An iron shield, blackened by the fire that raged through the inn, is affixed to the crumbling chimney, one of the few remaining parts of the structure that once made up the Shady Rest Inn.$b$bThe shield can be removed from the brick of the chimney.','Bring the Blackened Iron Shield to Captain Garran Vimes in Theramore.','','','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27253,13202,15,0,262152,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inspecting the Ruins','If you follow the road south from the village, and then west toward the Barrens, you\'ll come across the ruins of the Shady Rest Inn.$B$BTheramore has sent an investigator to discover how the inn met its fate. I had a man placed in that inn as a spy and I don\'t trust in the competence of these humans to uncover what happened.$B$BWhatever you find, don\'t give a scrap of it to that investigator. We\'ll handle this ourselves.','Investigate the Shady Rest Inn in at the border of the Barrens in Dustwallow Marsh.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42169,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27254,13202,15,0,262144,30,35,0,0,0,0,0,0,0,0,0,0,27255,5919,1,'The Black Shield','An iron shield, blackened by the fire that raged through the inn, is affixed to the crumbling chimney, one of the few remaining parts of the structure that once made up the Shady Rest Inn.$b$bThe shield can be removed from the brick of the chimney.','Bring the Blackened Iron Shield to Krog in Brackenwall Village.','','','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27255,13202,15,0,262144,35,37,0,0,0,0,0,0,0,0,0,0,27256,5919,1,'The Black Shield','Hmm... I don\'t see anything out of the ordinary with this shield. We should have Do\'gol, the blacksmith, take a look at it, and see if he can tell us more about it, but I wouldn\'t hold out hope...','Show the Blackened Iron Shield to Do\'gol in Brackenwall Village.','','','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27256,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,27257,0,0,'The Black Shield','Hmmm, there\'s writing right here on the rim of the shield, but it\'s hard to read from all the burned stuff.$b$bI need acid to make it clear. Venom from the darkmist spiders would do good. The spiders have taken over an old mine, the Darkmist Cavern, northwest of the village. Get me some of their sacs and I can clean this up.','Collect 5 Acidic Venom Sacs from Darkmist spiders.','','','','','','','',5959,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27257,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Shield','Oh, I think I might have dropped too much acid onto the shield. Let me just rub a little...$b$bHm, kind of hard to read, but it looks like the name Mosarn. Never heard of him. Maybe Krog knows. Krog knows many people.','Speak with Krog in Brackenwall Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27258,13164,15,0,262144,35,37,0,0,0,0,0,0,0,0,0,0,27292,5919,1,'The Black Shield','Ah, I remember now! Mosarn is a well-respected blacksmith in Thunder Bluff. I knew I had heard his name somewhere, before.$b$bIn thanks, the Earthen Ring awarded me with a set of armor crafted by Mosarn. Very good work.$b$bPerhaps he can tell you more about the shield he crafted.$b$bIt\'s not much of a lead, but since we didn\'t get anything useful out of Reethe, it\'s all we have.','Show the Blackened Iron Shield to Mosarn in Thunder Bluff.','','','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27259,13202,15,0,262152,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Suspicious Hoofprints','Rows of hoofprints lead away from the still-smoking skeleton of the Shady Rest Inn. There are at least a few visible impressions, with more rows of prints almost imperceptible in the soft mud of the marsh.','Report about the suspicious prints at the Shady Rest Inn to Krog in Brackenwall Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27260,13202,15,0,262144,35,37,0,0,0,0,0,0,0,0,0,0,0,5950,1,'Lieutenant Paval Reethe','A glint of light on the ground catches your eye from underneath the rubble. Brushing debris and ash caked onto the object reveals the insignia of a gold anchor on white, enameled on the surface: the sign of Theramore.$b$bUnderneath the anchor is embossed the name \"Lieutenant Paval Reethe\".','Bring Reethe\'s Badge to Krog in Brackenwall Village.','','','','','','','',5950,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27261,13202,15,0,2,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Questioning Reethe','It took a long time, but I found Reethe. He hide good for a human.$b$bOgron worried that he might be crazy after so much time in swamp. You come with me for we go get answers from him.','Go with Ogron to speak with Reethe.','','','Question Reethe with Ogron','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6797,6798,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27262,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Suspicious Hoofprints','Rows of hoofprints lead away from the still-smoking skeleton of the Shady Rest Inn. There are at least a few visible impressions, with more rows of prints almost imperceptible in the soft mud of the marsh.','Report about the suspicious prints at the Shady Rest Inn to Captain Garran Vimes in Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27263,13202,15,0,262144,35,37,0,0,0,0,0,0,0,0,0,0,27264,5950,1,'Lieutenant Paval Reethe','A glint of light on the ground catches your eye from underneath the rubble. Brushing away debris and ash caked onto the object reveals the insignia of a gold anchor on white enameled on the surface: the sign of Theramore.$b$bUnderneath the anchor is embossed the name \"Lieutenant Paval Reethe\".','Bring Reethe\'s Badge to Captain Garran Vimes in Theramore.','','','','','','','',5950,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27264,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,27286,0,0,'Lieutenant Paval Reethe','I don\'t recognize the name of Lieutenant Paval Reethe. Your best bet would be to check with Adjutant Tesoran. He keeps track of all the records for the Theramore guard, from personnel to their equipment.$b$bHe should be able to tell you who this Reethe is with a quick check of his books.','Find out more about Reethe from Adjutant Tesoran in Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27265,13202,0,0,8,20,20,0,0,2,0,0,0,0,0,0,0,27343,0,0,'Lord Grayson Shadowbreaker','Lord Grayson Shadowbreaker, one of the foremost paladins in the realm, has asked to speak with you personally. I do not know what he has planned, but it sounds like he has been impressed with your rapid progress.$B$BYou should make your way to Stormwind immediately and meet him inside the city\'s Cathedral of Light.','Speak to Lord Grayson Shadowbreaker in Stormwind\'s Cathedral of Light.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27266,13164,0,0,8,20,20,0,0,4,0,0,0,0,0,0,0,27344,0,0,'Wulf Calls','Wulf Hansreim oversees the training and coordination of hunters in the service of Stormwind. He has asked to speak to you personally. As soon as you are able, travel to Stormwind and exit the Old Town district through the south gate to reach his headquarters.$B$BI have no idea what he has planned, but it sounds like he has been impressed with your rapid progress.','Speak to Wulf Hansreim in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27267,13202,0,0,8,20,20,0,0,8,0,0,0,0,0,0,0,27351,0,0,'Make Contact with SI:7','It seems that the leaders of SI:7 have taken an interest in your progress and your service to the Alliance. Osborne the Night Man, a high ranking member of SI:7, has asked to speak with you. Look for him in the southern part of Stormwind\'s Old Town.$B$BI\'m not sure what Osborne wants with you, but it seemed important.','Speak to Osborne the Night Man in Stormwind\'s Old Town.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27268,13202,0,0,8,20,20,0,0,16,0,0,0,0,0,0,0,27361,0,0,'Make Haste to the Cathedral','I have an urgent message for you from Stormwind, $N. It seems that High Priestess Laurena has asked to speak with you at the Cathedral of Light in Stormwind\'s Cathedral Square. The messenger did not say what the matter concerned, but that you should travel to Stormwind with all haste.','Speak to High Priestess Laurena in Stormwind\'s Cathedral of the Light.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27269,13202,0,0,8,20,20,0,0,16,0,0,0,0,0,0,0,27362,0,0,'The Temple of the Moon','I have an urgent message for you from Darnassus. The message is from the High Priestess of Elune, Tyrande Whisperwind, herself! The messenger did not say what the matter concerned, but that you should travel to the Temple of the Moon in Darnassus and meet with the high priestess at once.','Speak to Tyrande Whisperwind at the Temple of the Moon in Darnassus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27270,13202,0,0,8,20,20,0,0,64,0,0,0,0,0,0,0,27353,0,0,'An Audience with the Farseer','I have an urgent message for you from Stormwind, $N. It seems Farseer Umbrua has asked to speak with you the next time you\'re in the city.$B$BThe messenger gave no explanation for the farseer\'s invitation, but you should travel to Stormwind and find Farseer Umbrua at the Golden Keg in the Dwarven District as soon as you can.','Speak with Farseer Umbrua in at the Golden Keg Stormwind\'s Dwarven District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27271,13202,0,0,8,20,20,0,0,128,0,0,0,0,0,0,0,27354,0,0,'Journey to the Wizard\'s Sanctum','I just received a message from Stormwind, $N. One of Stormwind\'s most renowned mages, Maginor Dumas, has requested that you visit him in the Mage Quarter inside Stormwind. You will be able to find him inside the Wizard\'s Sanctum atop the large tower in the heart of the Mage Quarter.$B$BI do not know what he has planned, but it sounds like he has been impressed with your rapid progress. ','Speak with Maginor Dumas at the Wizard\'s Sanctum inside Stormwind\'s Mage Quarter.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27272,13202,0,0,8,20,20,0,0,256,0,0,0,0,0,0,0,27355,0,0,'Demisette Sends Word','It seems that the elders in our ranks have taken notice of your progress and dedication, $N. Demisette Cloyce, one of the oldest and most respected members of our circle, has sent word that she wishes to speak with you. You should not take such an invitation lightly. Most only speak with her in the course of their lessons, but if she has asked to see you personally, it must be an important matter.$B$BHurry back to Stormwind and look for her beneath the Slaughtered Lamb in the Mage Quarter.','Speak with Demisette Cloyce at the Slaughtered Lamb in Stormwind\'s Mage Quarter.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27273,13202,0,0,8,20,20,0,0,1024,0,0,0,0,0,0,0,27356,0,0,'An Invitation from Moonglade','You just missed the messenger from Moonglade, $N. He said little, except that he carried an urgent message from Loganaar, one of the honored trainers of the Cenarion Circle. Head to Moonglade as quickly as you can, $N. The matter sounds important.$B$BLook for Loganaar in the village of Nighthaven.','Speak to Loganaar at Nighthaven in Moonglade.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27274,13202,0,0,8,20,20,0,0,16,0,0,0,0,0,0,0,27363,0,0,'The Chief Surgeon','I have an urgent message for you from Stormwind, $N. Chief Surgeon Gashweld has asked to meet with you in Stormwind. The message didn\'t say what the chief surgeon wanted to discuss, but you should make your way to Stormwind as quickly as you can. Look for Chief Surgeon Gashweld in the Dwarven District of the city.','Speak to Chief Surgeon Gashweld in Stormwind\'s Dwarven District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27275,13202,400,0,262152,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Together Again','We saw to it that the sentinel was healed and re-equipped. I already sent her back into the field.$B$BHead back up and go to Darkcloud Pinnacle. She\'ll meet you there.','Speak with the Feralas Sentinel at Darkcloud Pinnacle in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27276,13202,400,0,262152,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Together Again','We saw to it that the brave was healed and re-equipped. I already sent him back into the field.$B$BHead back up and go to Darkcloud Pinnacle. He\'ll meet you there.','Speak with the Freewind Brave at Darkcloud Pinnacle in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27277,13202,0,0,8,20,20,0,0,128,0,0,0,0,0,0,0,27400,0,0,'An Audience with Ureda','I\'ve received an urgent message from Orgrimmar for you, $N. The renowned mage, Ureda, wants you to meet with her in Orgrimmar. I\'m not sure what this is about, but if I was you, I would travel to the capital as fast as possible and seek out Ureda in the Cleft of Shadow.','Speak with Ureda in the Cleft of Shadow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27278,13202,0,0,8,20,20,0,0,4,0,0,0,0,0,0,0,27395,0,0,'Grimshot\'s Call','A courier from Orgrimmar just delivered a message for you. I\'m to tell you that Ormak Grimshot, master of the hunters in Orgrimmar, has asked to meet with you.$B$BTravel quickly to Orgrimmar and present yourself to Ormak in the Valley of Honor.','Speak with Ormak Grimshot in the Valley of Honor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27279,13202,0,0,8,20,20,0,0,8,0,0,0,0,0,0,0,27396,0,0,'The Shattered Hand','A messenger just arrived from Orgrimmar bearing a communication for you. Gordul, the senior rogue trainer in Orgrimmar, has sent for you. You must head to Orgrimmar immediately and meet with him in the Cleft of Shadow.$B$BWhen Gordul summons you, the prudent thing to do is obey. Do not keep him waiting, $N.','Speak with Gordul in Orgrimmar\'s Cleft of Shadow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27280,13202,0,0,8,20,20,0,0,64,0,0,0,0,0,0,0,27397,0,0,'The Dreamseeker Calls','Kardris Dreamseeker, a shaman whose wisdom is legendary in the Horde, has sent word that she wishes to speak with you. The messenger didn\'t mention what was so urgent, but you should make your way to Orgrimmar as quickly as you can and find Kardris in the Valley of Wisdom. She will be among others who offer training to young shamans.','Speak with Kardris Dreamseeker in the Valley of Wisdom.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27281,13202,0,0,8,20,20,0,0,1,0,0,0,0,0,0,0,27365,0,0,'Grezz Ragefist','I just received word that you are needed in Orgrimmar, $N. Grezz Ragefist, the honored trainer of warriors in the city, has sent for you. It would not be wise to ignore such a summons.$B$BTravel quickly to Orgrimmar and the Valley of Honor where Grezz awaits your arrival.','Speak with Grezz Ragefist in the Valley of Honor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27282,13202,0,0,8,20,20,0,0,256,0,0,0,0,0,0,0,27402,0,0,'Zevrost\'s Behest','$N, I have received word that you are needed back in Orgrimmar. Zevrost, one of the senior warlock trainers in the Cleft of Shadow, has something important that he wishes to discuss with you. It seems like the kind of thing that cannot wait.$B$BMake your way back to Orgrimmar and speak with him as soon as you can.','Speak with Zevrost in the Cleft of Shadow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27283,13202,0,0,8,20,20,0,0,1024,0,0,0,0,0,0,0,27404,0,0,'A Journey to Moonglade','As you have heard, Moonglade is the home of the Cenarion Circle, the brotherhood of druids. All who dwell there do so in the peace of Cenarius. It is in that spirit that the trainer Loganaar has extended an invitation to visit him in Moonglade.$B$BYou will find him in the village of Nighthaven.','Speak with Loganaar in Nighthaven.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27284,13202,15,0,0,35,37,0,0,0,0,0,0,0,0,0,0,27285,5919,1,'The Black Shield','I\'m sorry I can\'t be of much help, $n, but I can refer you to someone who would be. Caz Twosprocket, one of our best blacksmiths, works the forge at the smithy.$b$bTake the shield to him, and see what he can tell you.','Show the Blackened Iron Shield to Caz Twosprocket in Theramore.','','','','','','','',5919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27285,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Shield','Ah, I almost missed this... The leather strap on the back must have burned off, but it seems like it was made to fit a large person. I\'d guess a tauren, actually.$b$bThat\'s about all I can tell you. Tell Captain Vimes I\'m sorry I couldn\'t be of more help.','Speak with Captain Garran Vimes in Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27286,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,27287,0,0,'Daelin\'s Men','Reddon... Redpath... Ah, here it is! Lieutenant Paval Reethe.$b$bJoined the Theramore guard along with most of the recruits that came across the sea with Lady Proudmoore. Enlisted with the marines of Kul Tiras at the age of sixteen. Distinguished service, promotions...$b$bListed as missing.','Return the information about Reethe to Captain Garran Vimes in Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27287,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,27288,0,0,'The Deserters','It has been a struggle maintaining a presence in the marsh, but through strength of our resolve, we have been able to maintain several defensive watchtowers throughout the area.$b$bThe latest information and scouting reports I have received indicate that a group of deserters has squatted in our abandoned tower at Lost Point, southeast of the inn.$b$bThe local lieutenant seems to be Balos Jacken. See if you can get some information out of him.$b$bBe warned, $n. He may be a tough nut to crack.','Get information about Reethe from Balos Jacken and the deserters in Dustwallow Marsh.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27288,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Deserters','Reethe? That coward?$b$bWe threw him out of camp because he insisted on raiding the supplies of the ogres up at Brackenwall Village. We\'re not so many in number that we could stand up to those mindless brutes.$b$bHe crossed the line one too many times, so we left him to fend for himself.$b$bNow, I helped you out... So, why don\'t you help us out and forget you bumped into us?','Speak with Captain Garran Vimes in Theramore about Reethe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27289,13202,15,0,0,35,38,0,0,0,0,0,0,0,0,0,0,1289,6075,1,'Vimes\'s Report','You\'ve done some good work, $n, best I\'ve seen from an amateur.$b$bLady Proudmoore asked that I keep her apprised of this delicate situation, and I haven\'t spoken to her for some time now.$b$bI was going to deliver my report to her later, but it seems more fitting that you should be the one to speak with her about it. You can probably answer her questions better than I could.','Bring Vimes\'s Report to Lady Jaina Proudmoore in Theramore.','','','','','','','',6075,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27290,13202,4706,0,1310720,12,14,0,0,0,0,0,0,0,0,0,27195,27342,0,0,'To Forsaken Forward Command','The time has come to destroy Crowley, Bloodfang and every dog at their command. To do this, though, will require cunning and planning the likes of which they would never dare dream!$B$BAs one of my most trusted soldiers, $N, I need you to go to Forsaken Forward Command, located in Gilneas, and report to Deathstalker Commander Belmont. I have sent Belmont ahead with my plans. He awaits your arrival.$B$BArthura will escort you to Forward Command. Tell me when you are ready and I will send you on your way.','Report to Deathstalker Commander Belmont at Forsaken Forward Command in Gilneas.','Well if it isn\'t $Nnub!$B$BI hope you\'re ready for battle, because that\'s all you\'ll find in this hellhole. We\'re at the heart of contested territory and these worgen mongrels won\'t give an inch!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27291,13202,15,0,0,30,39,0,0,0,0,0,0,0,0,0,0,0,33082,1,'Peace at Last','I wish we had a way of letting James Hyal\'s wife and son know that we have brought their murderers to justice.$B$B$B$BThere are some who say that their spirits will know, even if we cannot reach them. It\'s not much, but I\'d like you to lay this wreath at the Hyal family monument. It\'s one of the stones in the graveyard just north of Theramore\'s gates.','Captain Garran Vimes at Foothold Citadel wants you to lay the Wreath at the Hyal Family Monument. ','','','','Wreath Laid at Hyal Monument','','','',0,0,0,0,0,0,0,0,0,0,0,0,23768,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33271,57829,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27292,13202,15,0,8,34,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Krog','I hope I\'ve been helpful to you and I\'m sorry I can\'t offer more information. My apprentices and I produce such a large volume of arms and armor that it\'s almost impossible to recall details about any individual piece.$B$BNot only do we outfit the braves defending tauren lands, but the Grimtotems have a particular fondness for my work. A seasoned warrior knows good work when he sees it.','Speak with Krog at Brackenwall Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33267,33259,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27293,13202,15,0,8,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grimtotem Plot','With the activities of the Grimtotems in Thousand Needles brought to light, many tauren now regard them with suspicion. We\'ve seen high-ranking Grimtotems engage in murder and kidnapping to advance their interests and I fear we may become their next target.$B$BBlackhoof Village, to the northeast, near Bluefen, is a large new Grimtotem settlement. Their leaders, the elders, will all have orders from Thunder Bluff. See if you can capture the orders and piece them together to learn the Grimtotems\' plans.','Collect 4 Grimtotem Notes from Grimtotem Elders and combine them to form the full Grimtotem Battle Plan.','','','','','','','',33051,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27294,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,'More than Coincidence','We\'ve gleaned as much as we can from the ruins of the inn. I\'m concerned about where the investigation will lead us from here, but we must know the truth.$B$BBetween the hoofprints and the shield with Mosarn\'s mark, I\'m lead to believe that the Grimtotems may have been involved. They\'ve recently established a settlement in the swamp, Blackhoof Village to the northeast. Travel to Blackhoof Village and search for more arms of Mosarn\'s manufacture.','Collect 7 Blackhoof Armaments from Blackhoof Village.','','','','','','','',33071,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,57852,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27295,13202,15,0,8,36,38,0,0,0,0,0,0,0,0,0,0,27296,0,0,'Seek Out Tabetha','The arms you captured in Blackhoof Village have not seen any combat beyond mere training exercises, which means the Grimtotems who destroyed the Shady Rest are still at large.$B$BTo the south, in the heart of the Quagmire, lives the witch Tabetha. Though she is a human, she has dealt honorably with us and trained some of our mages.$B$BAsk her for assistance in tracking down the band of Grimtotem responsible for burning the inn. The Alliance must not be allowed to think we were complicit in the attack.','Speak with Tabetha at her farm in the Quagmire.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27296,13202,15,0,0,36,38,0,0,0,0,0,0,0,0,0,0,27297,33072,1,'Raze Direhorn Post!','There\'s no scrying necessary to see the trouble my new \"neighbors\" are creating. And if this is the band that burnt down the Shady Rest Inn, as you claim, there\'s no reason to tolerate their presence any longer.$B$BTake this torch and raze their camp to the ground! You\'ll find Direhorn just to the north of my farm, near the road. You can\'t miss it, really, as the Grimtotems have done a splendid job of announcing their presence with those totems they favor.','Use Tabetha\'s Torch to burn the North Tent, East Tent, and the Northeast Tent at Direhorn Post.','','','','North Tent Burned','Northeast Tent Burned','East Tent Burned','',0,0,0,33072,0,0,0,0,0,1,0,0,23751,23752,23753,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27297,13202,15,0,8,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'Justice Dispensed','I doubt the Grimtotems will give up their campaign to drive humans from the marsh, though I get the impression you probably don\'t mind that. At least we have dealt with the perpetrators of the crimes at the Shady Rest Inn.$B$BGo tell your leader that his vengeance has been sated.','Return to Krog at Brackenwall Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33271,57829,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,35100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27298,13202,0,0,8,20,20,0,0,2,0,0,0,0,0,0,0,27434,0,0,'Seek Out Master Pyreanor','Master Pyreanor, a senior Blood Knight and advisor to the warchief, requires your presence in Orgrimmar. He has taken an interest in your training, $N, and it is imperative that you speak with him immediately.$B$BThe message I received didn\'t mention the reason he requested your visit, but you should set out for Orgrimmar right away. Master Pyreanor can be found in the keep in the center of the Valley of Strength.','Speak with Master Pyreanor in Orgrimmar\'s Valley of Strength.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27621,13202,4922,0,16777352,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Firebeard\'s Patrol','I was on my way to join Firebeard\'s Patrol when my bird was shot down.$B$BTwilight\'s Hammer launched surprise attacks all over the Highlands. Sometimes their buildings crawled right out of the earth in the middle of our villages. It was a nightmare!$B$BIn the chaos, Firebeard is one of the few who\'s kept his head on straight. He\'s trying to piece together a full gryphon wing from the survivors.$B$BIf you want to bring the Wildhammer into the Alliance, start by helping out Firebeard, to the west.','Seek out Keegan Firebeard at Firebeard\'s Patrol in Twilight Highlands.','','','Seek out Keegan Firebeard at Firebeard\'s Patrol.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27545,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Way is Open','My fellow Shaman and I will stay here to keep the portal open.$B$BYou should go upstairs and notify Kurdran that the work here is done. It\'ll please him to hear some good news for once.','Speak with Kurdran Wildhammer at Highbank in Twilight Highlands.','','','Speak with Kurdran Wildhammer at Highbank.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27299,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torn Ground','It won\'t be takin\' much convincin\' to turn us against da Twilight - dat\'s already our goal. We\'ve already come to battle here though, so we may be needin\' ya help before we can turn towards dey\'re fortress.$B$BDa Twilight have already brought Iso\'rath up from da ground to the south, I\'m sure ya noticed. It\'s tentacles have been burstin\' from da ground all around us. We could use a hand beatin\' them down if you be willin\'.','Kill 3 Tentacles of Iso\'rath.','','','Return to Earthcaller Torunscar at the Ring of the Elements.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45394,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27300,13164,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,27299,0,0,0,'Pushing Back','Da Twilight\'s Hammer have destroyed a Dragonmaw town to the south and are performin\' dey\'re summonin\' rituals from there. Offer dem no respite to continue wit dey\'re incantations. Bring tha battle to dem!','Kill 12 Twilight\'s Hammer at the Ruins of Drakgor.','','','Return to Earthcaller Torunscar at the Ring of the Elements.','Drakgor cultists slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45334,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27376,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27300,0,0,0,'The Maw of Iso\'rath','We are ready to attack the beast. First, we need to destroy it\'s tentacles, then Yevaa will perform a ritual to summon a powerful fire elemental that we will drop into its maw.$B$BI want you to fly out with our first group attack. Hold steady until an opportunity presents itself, then join the battle with the rest of the shaman in cutting the tentacles down.$B$BTake any one of the gryphons when you\'re ready to join the assault.','Mount a gryphon to join the attack on Iso\'rath.','','','Speak to Earthcaller Yevaa within the stomach of Iso\'rath.','Join the assault on Iso\'rath','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27304,13202,0,0,8,20,20,0,0,2,0,0,0,0,0,0,0,27403,0,0,'Follow the Sun','Sunwalker Atohmo sends word from Orgrimmar -- he wishes to speak with you when you\'re in the city. I needn\'t remind you that Atohmo is an honored member of our order and his requests should not be ignored.$B$BNext time you are in Orgrimmar, travel to the Valley of Wisdom and speak with him.','Speak with Sunwalker Atohmo in Orgrimmar\'s Valley of Wisdom.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27305,13202,2017,0,8,42,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'Of Love and Family','Inside the Scarlet Bastion is a painting of great personal value to Highlord Tirion Fordring. Search for a painting of our twin moons. Chip away at the paint until you uncover the master work, \'Of Love and Family.\'$B$BMay the Light guide your actions, and please handle the painting with the utmost care.','Find \'Of Love and Family.\'','','','','','','','',14679,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26700,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27306,13202,15,0,8,35,37,0,0,0,0,0,0,0,0,0,0,27261,0,0,'Talk to Ogron','I know this human, Paval Reethe. Pathetic, even for his kind. He deserted his fellow soldiers and is now hiding out in the woods.$b$bI sent Ogron out to track him down. Some of the others suspect he\'s been stealing from our supplies. I think I saw Ogron heading off to the southeast.','Find Ogron to the southeast of Brackenwall Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27309,13202,15,0,8,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grimtotem Plot','With the activities of the Grimtotems in Thousand Needles brought to light, many tauren now regard them with suspicion. We\'ve seen high-ranking Grimtotems engage in murder and kidnapping to advance their interests and I fear we may become their next target.$B$BBlackhoof Village, to the northeast, near Bluefen, is a large new Grimtotem settlement. Their leaders, the elders, will all have orders from Thunder Bluff. See if you can capture the orders and piece them together to learn the Grimtotems\' plans.','Collect 4 Grimtotem Notes from Grimtotem Elders and combine them to form the full Grimtotem Battle Plan.','','','','','','','',33051,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27310,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Weapons For You!','Alright, these cowards want to fight? Let\'s see how well they do without any weapons.$B$BI\'m sure you must have a torch, or something. Burn their weapon racks.$B$BBurn them all!','Burn 8 Grimtotem Weapon Racks.','','','','Weapon racks burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,-205368,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27311,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Weapons For You!','The Grimtotem want to fight? Let us see how well they do without their weapons.$B$BI\'m sure you must have something that burns. Set their weapon racks ablaze, my $c friend.$B$BLet nature take its course.','Burn 8 Grimtotem Weapon Racks.','','','','Weapon racks burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,-205368,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27312,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkcloud Grimtotem','There\'s no way around it. If you want to win a battle, you have to spill some blood. In this case... a lot of it.$B$BYou know what we have to do.','Slay 20 Grimtotem Tauren at Darkcloud Pinnacle.','','','','Grimtotem on Darkcloud Pinnacle slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45381,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,63592,63593,63594,63595,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27313,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkcloud Grimtotem','There is no alternative: if you intend to win a battle, you must spill the enemy\'s blood. In this case, unfortunately, a lot of it.$B$BYou know what we have to do.','Slay 20 Grimtotem Tauren at Darkcloud Pinnacle.','','','','Grimtotem on Darkcloud Pinnacle slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45381,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,63596,63597,63598,63599,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27314,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,27318,0,0,'Grimtotem Chiefs: Isha Gloomaxe','Sentinel training 101: take out their leaders and your enemy\'s forces will soon fall apart. We\'re going to do just that, $c.$B$BIsha Gloomaxe is the closest of the Grimtotem chiefs. Let\'s see if we can\'t take her measure.','Slay Isha Gloomaxe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27315,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,27319,0,0,'Grimtotem Chiefs: Isha Gloomaxe','Basic brave philosophy dictates that if you kill the leaders and your enemy\'s forces, they will soon fall into disarray. We are going to do just that, $c.$B$BIsha Gloomaxe is the closest of the Grimtotem chiefs. We will test her and her axe, and she will be found wanting.','Slay Isha Grimtotem.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27316,13202,400,0,262152,38,42,0,0,0,0,0,0,0,0,0,0,0,60959,1,'The Rattle of Bones','A tauren rattle lays here, exuding supernatural power. Its keepers slain, the artifact is undefended.$B$BPerhaps the sentinel will have some insight into its significance?','Give the Rattle of Bones to the Feralas Sentinel at Darkcloud Pinnacle in Thousand Needles.','','','','','','','',60959,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27317,13202,400,0,1048584,38,42,0,0,0,0,0,0,0,0,0,0,0,60959,1,'The Rattle of Bones','A tauren rattle lays here, exuding supernatural power. Its keepers slain, the artifact is undefended.$B$BSurely the brave will have some insight into its significance?','Give the Rattle of Bones to the Freewind Brave at Darkcloud Pinnacle in Thousand Needles.','','','','','','','',60959,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27318,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,27323,0,0,'Grimtotem Chiefs: Elder Stormhoof','Elder Stormhoof is a shaman of immense power. Supposedly, he is a direct disciple of Magatha Grimtotem, the Elder Crone, leader of the Grimtotem clan.$B$BWe know that he\'s here and that he\'s been training their geomancers. We have to kill him, $c.','Slay Elder Stormhoof.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63600,63601,63602,63603,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27319,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,27324,0,0,'Grimtotem Chiefs: Elder Stormhoof','Elder Stormhoof is a shaman chief of immense power. He was taught by Magatha Grimtotem, the Elder Crone, leader of the Grimtotem clan.$B$BWe know that he is here and that he has been training their geomancers. We have to kill him, $c.','Slay Elder Stormhoof.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63604,63605,63606,63607,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27320,13202,400,0,9437192,38,42,0,0,0,0,0,0,0,0,0,0,27357,0,0,'The Writ of History','In shu\'halo myth, the Rattle of Bones is connected with the Writ of History and the Drums of War. They are supposed to be powerful tauren artifacts.$B$BWe must keep our eyes peeled if we\'re to find the other two. The writ will most likely look like some kind of pictographic scroll if the stories are to be believed.','Collect the Writ of History.','','','','','','','',60976,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27321,13202,400,0,9437192,38,42,0,0,0,0,0,0,0,0,0,0,27358,0,0,'The Writ of History','The Rattle of Bones is a part of shu\'halo ancient myth. It is always connected with the Writ of History and the Drums of War. They are supposed to be powerful tauren artifacts; gifts from the Earth Mother if the tales are to be believed. I cannot imagine Her being connected with the drums, though.$B$BWe must be vigilant if we are to find the other two. The writ will look like a pictographic scroll if memory serves.','Collect the Writ of History.','','','','','','','',60976,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27322,13202,4706,0,262144,12,15,1,0,0,0,0,0,0,0,0,0,0,60956,1,'Korok the Colossus','The monstrosity has fallen, granting a brief reprieve to the Forsaken soldiers on the front lines.$B$BTake Korok\'s second head and return it to Forward Commander Onslaught at Forsaken Forward Command.','Take Korok\'s Second Head to Forward Commander Onslaught at Forsaken Forward Command in the Ruins of Gilneas.','','','','','','','',60956,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62868,62867,62866,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27323,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,27327,0,0,'Grimtotem Chiefs: Grundig Darkcloud','One of the infamous Grimtotem leaders of the Stonetalon Mountains has returned home.$B$BWe should take this opportunity to make sure that he doesn\'t go anywhere else.','Slay Grundig Darkcloud.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27324,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,27328,0,0,'Grimtotem Chiefs: Grundig Darkcloud','One of the most accomplished Grimtotem leaders of the Stonetalon Mountains has returned home.$B$BWe must make the most of this chance and put an end to his campaign of terror once and for all.','Slay Grundig Darkcloud.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27325,13202,400,0,9437192,38,42,0,0,0,0,0,0,0,0,0,0,27357,0,0,'The Drums of War','Whatever the Grimtotem are doing with these Drums of War, we don\'t want them to have them.$B$BDon\'t worry, $N, we\'ll figure it all out. But first, we need to gather all of the pieces of the puzzle.','Collect the Drums of War.','','','','','','','',60980,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27326,13202,400,0,9437192,38,42,0,0,0,0,0,0,0,0,0,0,27358,0,0,'The Drums of War','Whatever it is that the Grimtotem are doing with the Drums of War, we do not want them to keep them.$B$BDo not worry, $N, we will figure out what is going on here. But first, we need to gather all of the artifacts.','Collect the Drums of War.','','','','','','','',60980,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27327,13202,400,0,8,38,43,0,0,0,0,0,0,0,0,0,0,27357,0,0,'Grimtotem Chiefs: The Chief of Chiefs','And now the time has come to take out the leader of all of the Darkcloud Pinnacle Grimtotem: Arnak Grimtotem.$B$BIt is said that he\'s the disgraced nephew of Magatha Grimtotem, the Elder Crone and matriarch of the Grimtotem clan. Supposedly, his indiscretions have left him in a state of disfavor with her.$B$BBut none of that matters right now. All that matters is that we kill him. For good this time.','Slay Arnak Grimtotem.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45438,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63634,63635,63636,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27328,13202,400,0,8,38,43,0,0,0,0,0,0,0,0,0,0,27358,0,0,'Grimtotem Chiefs: The Chief of Chiefs','The time has come to deal with the leader of the Darkcloud Pinnacle Grimtotem: Arnak Grimtotem.$B$BHe is the disgraced nephew of Magatha Grimtotem, the Elder Crone and matriarch of the Grimtotem clan. His indiscretions have left him in a state of disfavor with her.$B$BNone of that matters now. All that matters is that we deal with him. Once and for all.','Slay Arnak Grimtotem.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45438,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63637,63638,63639,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27329,13202,400,0,8,38,43,0,0,0,0,0,0,0,0,0,0,28085,61043,1,'Invoking the Serpent','I am familiar with these artifacts. I believe that they were brought here by Magatha Grimtotem herself. But she\'s not amongst the Grimtotem on Darkcloud Pinnacle. She disappeared right after she arrived, and no one knows where she is now.$B$BMaybe we can find out.$B$BTake the rattle, the writ, and the drum out to Arikara\'s Needle. If my guess is correct, the wind serpent will appear again. You\'ll have to defeat it to gain knowledge of where Magatha is hiding.','Defeat Arikara.','','','','Arikara defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,45447,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63640,63641,63642,63643,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27330,13202,400,0,8,38,43,0,0,0,0,0,0,0,0,0,0,28085,61043,1,'Invoking the Serpent','I am familiar with these artifacts. I believe that they were brought here by Magatha Grimtotem herself. But she\'s not amongst the Grimtotem on Darkcloud Pinnacle. She disappeared right after she arrived, and no one knows where she is now.$B$BMaybe we can find out.$B$BTake the rattle, the writ, and the drum out to Arikara\'s Needle. If my guess is correct, the wind serpent will appear again. You\'ll have to defeat it to gain knowledge of where Magatha is hiding.','Defeat Arikara.','','','','Arikara defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,45447,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63644,63645,63646,63647,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,12000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27331,13202,0,0,8,20,20,0,0,16,0,0,0,0,0,0,0,27435,0,0,'The Seer\'s Call','I just received word that you are needed in Orgrimmar, $N. Seer Liwatha has asked for you to return to the city as quickly as you are able. Her message didn\'t include any other information, and the matter seemed urgent.$B$BLook for Seer Liwatha in Orgrimmar\'s Valley of Wisdom.','Speak with Seer Liwatha in Orgrimmar\'s Valley of Wisdom.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27332,13202,0,0,8,20,20,0,0,16,0,0,0,0,0,0,0,27436,0,0,'Seek the Shadow-Walker','Shadow-Walker Zuru requires your presence in Orgrimmar right away, $N. Do not keep him waiting, as it sounds like a matter of some importance.$B$BYou can find the shadow-walker in the Valley of Spirits inside Orgrimmar.','Speak with Shadow-Walker Zuru in Orgrimmar\'s Valley of Spirits.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27333,13202,4706,0,8388616,12,14,0,0,0,0,0,0,0,0,0,0,27349,0,0,'Losing Ground','I don\'t know how much longer we can hold out for, $N. Crowley and Bloodfang\'s worgen know every hidey hole and safe spot in Gilneas. One minute they\'re standing in front of you and the next minute they\'re gone! We\'re gonna lose this war to attacks of opportunity, even though we have a superior military presence.$B$BBut momma didn\'t raise no quitter! Forsaken until the end, my friend.$B$BHead west into the headlands and help our soldiers on the front line. Kill the attacking worgen rebels!','Kill 12 Worgen Rebels.','If I could still breathe I\'d let out a sigh of relief.$B$BDon\'t get too comfortable, though, $N, your mission here has just begun.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45292,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27334,13202,0,0,8,20,20,0,0,16,0,0,0,0,0,0,0,27437,0,0,'Dark Cleric Cecille','I just received a message from Dark Cleric Cecille in Orgrimmar. She requests that you join her in the audience chamber in Grommash Hold, where you can find her with the delegation from Undercity. The cleric didn\'t mention the purpose of your visit, but it is clearly important. Make haste, $N.','Speak with Dark Cleric Cecille in Grommash Hold inside Orgrimmar\'s Valley of Strength.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27335,13202,0,0,8,20,20,0,0,16,0,0,0,0,0,0,0,27439,0,0,'Journey to Orgrimmar','A messenger just asked me to pass along an invitation. It is from Tyelis, a priest trainer and emissary from Silvermoon.$B$BHe asks you to meet him inside Grommash Hold in Orgrimmar. You should make your way there immediately, $N. It sounds important.','Speak with Tyelis at Grommash Hold in Orgrimmar\'s Valley of Strength.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27336,13202,15,0,0,36,38,0,0,0,0,0,0,0,0,0,0,0,33101,1,'The Grimtotem Weapon','During the last Grimtotem attack, I was wounded, but not before I managed to capture a curious totem our enemies were using against us.$B$BIt seemed to be emitting raw bolts of energy during the battle, but in all my experiments, I haven\'t managed to figure out how it works. I\'ll loan the totem to you if you agree to help me test it.$B$BThe watery areas surrounding the farm are home to pesky mottled drywallow crocolisks and drywallow daggermaws. Try fighting the crocolisks near the totem.','Use the Captured Totem to set it on the ground, and kill 10 Mottled Drywallow Crocolisks or Drywallow Daggermaws near it to test its effects.','','','','Totem Tests Performed','','','',0,33101,0,0,0,0,0,1,0,0,0,0,23811,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27337,13202,0,0,8,20,20,81,0,1,0,0,0,0,0,0,0,0,0,0,'A Fitting Weapon','From your earliest days, $N, your trainers identified you as a natural talent. Your rapid progress and dedication have made you an example.$B$BIn recognition of your service, King Wrynn has commissioned the royal armorer to forge a special weapon.$B$BLegend has it that the cursed Shadowfang Keep in Silverpine Forest is home to a variety of materials that you will need. Travel there and find the lost Silverlaine family sword, a supply of moonsteel ingots, and sinew from ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain the Silverlaine Family Sword from Baron Silverlaine, 5 crates of Moonsteel Ingots, and 5 Deathless Sinew.','','','','','','','',60885,60872,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65492,65493,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27339,13202,15,0,8,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Reagent Thief','If there\'s one thing you can count on Apprentice Morlann to do, it\'s whine about reagents.$B$BNormally, I just ignore him, and it never works. This time, I\'m going to try something different.$B$BMaybe if I replace the missing reagents before he notices, he\'ll leave me alone. The most common reagent we both use is marsh venom, which comes from the darkfang creepers and noxious shredders in the marsh north of the farm. If you bring me the venom, I\'ll replace it before Morlann notices it\'s gone.','Collect 6 vials of Marsh Venom from Darkfang Creepers or Noxious Shredders.','','','','','','','',33103,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33260,33273,33244,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27340,13202,15,0,8,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'Direhorn Raiders','The Grimtotems up at Direhorn Post, just to the north, are getting bolder by the day. At night, you can often hear them chanting about their deeds in battle against people who\'ve tried to settle here.$B$BThey\'re determined to drive us from Tabetha\'s farm even though she\'s trained generations of apprentices here. We\'ve defended the farm as best we can, but Apprentice Garion was wounded in the last attack.$B$BGo to Direhorn Post and kill any Grimtotem you can find! The attacks must stop.','Kill 12 Grimtotem in Direhorn Post.','','','','Direhorn Grimtotems killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,23594,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,33240,57827,33261,57831,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27433,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shredderectomy','Our tanks have to pull back, and that means repairs in the field.$B$BSmash up summa them diamond-bladed shredders those wee green monsters are using to fell the trees along the coast, and bring me a heap of leftover shredder parts. We\'ll bang together sumthun\' to get our tanks movin\' again. ','Destroy Diamond-Blade Shredders to collect 5 Abused Shredder Parts.','','','Bring the parts to Fargo Flintlocke at the Twilight Shores.','','','','',61048,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27468,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27433,0,61282,1,'Siege Tank Rescue','One by one, we\'re gonna have to pull our siege tanks outta the muck. Take these \'ere spare parts you\'ve collected and give \'em to a siege tank commander who\'s standing on top of a gimped-up machine.$B$BThen defend the tank while engineers de-gimpify it.$B$BGo an\' make me proud, $c!','Speak with a Siege Tank Commander standing on top of a crippled Highbank Siege Tank. Defend the tank while engineers make repairs. ','','','Talk to Fargo Flintlocke at the Twilight Shores.','Siege Tank Commander Spoken To','Siege Tank Defended','','',0,0,61282,0,0,0,0,0,1,0,0,0,45580,45581,0,0,1,1,0,0,0,0,0,0,0,0,0,0,63887,63886,63885,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27342,13202,4706,0,8,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Time, All Will Be Revealed','The Dark Lady has sent you and Arthura here for a very specific purpose. Before I tell you more, we must make preparations.$B$BHead east into the forest of Gilneas and search near the trees and rocks of the region for a special plant known as wolfsbane. Gather as much of the wolfsbane as you can carry and return to me.$B$BOur mission here goes far beyond the scope of the battlefield, $N. In time, all will be revealed.','Collect 6 Wolfsbane.','$B$BGood. Now just do as Forward Commander Onslaught commands. Try your best to fit in with the rest of the soldiers. We don\'t want the Gilneas Liberation Front to get suspicious.$B$BOh, you didn\'t know they were watching us? Right now there are five different worgen spies looking down on our position. Just be calm and follow orders. I\'ll let you know when we are ready to proceed.','Did you gather the wolfsbane?','','','','','',60958,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62862,62861,62860,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27343,13202,0,0,8,20,20,81,0,2,0,0,0,0,0,0,0,0,0,0,'The Hand of the Light','I have been watching your progress, $N, and I can only conclude that the Light shines brightly upon you. You are becoming an exemplary $c.$B$BTo honor your dedication, King Wrynn has commissioned the royal armorer to forge a special weapon.$B$BThe materials to make your weapon are unique, and only found in the cursed Shadowfang Keep in Silverpine Forest. Travel there and recover the holy symbol of Commander Springvale, a supply of moonsteel ingots, and sinew from the ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 crates of Moonsteel Ingots, and 5 Deathless Sinew.','','','','','','','',60879,60872,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65475,65476,65477,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27344,13164,0,0,8,20,20,81,0,4,0,0,0,0,0,0,0,0,0,0,'A Well-Earned Reward','I am not the only one impressed by your progress $N. Your mastery of bow and pet and your dedication to the Alliance have reached the ears of King Wrynn.$B$BIn recognition of your service, the king has commissioned the royal bowyer to craft a special weapon.$B$BThe cursed Shadowfang Keep in Silverpine Forest is home to the unique materials needed for your weapon. Travel there and obtain the scope from Lord Godfrey\'s gun, a supply of moontouched wood, and sinew from the ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain the Godfrey\'s Crystal Scope from Lord Godfrey, 5 bundles of Moontouched Wood, and 5 Deathless Sinew.','','','','','','','',60877,60871,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65465,0,0,0,1,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27345,13202,4706,0,8388616,12,14,0,0,0,0,0,0,0,0,0,0,27349,0,0,'The F.C.D.','Communications are down with all of our frontline outposts, $N. As of right now I don\'t have a damn clue as to the status of our troops in Gilneas. We need to re-establish communications.$B$BI need you to head west into the headlands and find our outpost on the coast. By now the soldiers there are likely all dead, but their F.C.D. might be operational. Grab the device and get back to me.','Recover the Forsaken Communication Device.','With this device I will be able to communicate with you in the field. Now to check the rest of our frontline outposts.','Recover the F.C.D.','','','','','',60953,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27346,13202,15,0,8,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Zeppelin Crash','Not long ago, a goblin zeppelin crashed to the east. A representative of the Steamwheedle Cartel passed through here a few days ago.$B$BShe was looking for information about the zeppelin\'s cargo and its pilot, Beezil, but none of us really got a good look at the crash. I doubt she\'ll be able to clean up after the wreck by herself, much less recover whatever cargo the vessel might have carried.$B$BIf you have time, you may want to check up on her out at Beezil\'s Wreck, due east of here, near the mountains.','Speak with Moxie Steelgrille at Beezil\'s Wreck.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27347,13202,15,0,0,36,38,0,0,0,0,0,0,0,0,0,0,0,33108,1,'Corrosion Prevention','Just look at this area! It\'s swarming with oozes. If I don\'t find some way to keep them under control, they\'ll corrode the wreckage and the zeppelin\'s cargo!$B$BI can\'t go back empty-handed, $c! Help me dissolve these oozes before they\'ve digested everything!$B$BThis device, when powered, will concentrate energy on the slimes, causing them to explode. The zeppelin\'s fragmented power core should power the device. The one near the main crash works all the time, but the others flicker on and off.','Moxie Steelgrille wants you to dissolve 10 oozes and report back to her at Beezil\'s Wreck.','','','','Oozes Dissolved','','','',0,33108,0,0,0,0,0,1,0,0,0,0,23797,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,33233,33239,33255,57840,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27348,13202,15,0,8,36,38,0,0,0,0,0,0,0,0,0,0,11208,0,0,'Secure the Cargo!','This zeppelin was carrying six months\' worth of supplies to us at Mudsprocket! Sure, they\'ve been able to barter for some of what they need, but they won\'t hold out forever.$B$BI\'ve been sent out here to recover what I can of the cargo, but the wreckage is scattered all over the marsh in this area. I\'m sure a lot of the cargo didn\'t survive the crash, but are you willing to help me recover what we can?','Moxie Steelgrille at Beezil\'s Wreck wants you to recover 8 pieces of Zeppelin Cargo.','','','','','','','',33163,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,29400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27349,13202,4706,0,65540,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,'Break in Communications: Dreadwatch Outpost','I\'m not gonna lie to you, $N. What I\'m about to ask you to do is suicide. Chance of failure is about 95%.$B$BAll communication from Dreadwatch Outpost has been severed. With the worgen constantly rushing us we have no means by which to get to Dreadwatch to check on our soldiers. I need you to head south to the outpost and check on our soldiers. I\'ll keep in contact through the Forsaken communication device - F.C.D. - from here on out.$B$BKEEP CLEAR OF THE MAIN ROAD.','Investigate Dreadwatch Outpost.','$B$BDreadwatch is lost? This is bad, $N. Real bad.$B$BIf Dreadwatch is compromised it means we\'ve lost Gilneas City.','','Investigate Dreadwatch Outpost.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27350,13202,4706,0,786432,12,14,0,0,0,0,0,0,0,0,0,27349,0,0,0,'Break in Communications: Rutsak\'s Guard','$B$BOur next outpost is Rutsak\'s Guard, located due east of Dreadwatch. Make your way to Rutsak\'s while avoiding the worgen rushers, $N. You don\'t want to deal with those monsters by yourself.$B$BIf you make it there in one piece, look for Captain Rutsak.$B$BJust be prepared for the worst.','Find Captain Rutsak at Rutsak\'s Guard in the Ruins of Gilneas.','Th... Af... After we lost Gilneas City, the port fell.$B$BHU... HUM... HUMANS ARE HERE! Reinforcements from Stormwind! They slaughtered my men. Left me alive to witness their strength. To tell high command... To tell them that the 7th Legion are here...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27351,13202,0,0,8,20,20,81,0,8,0,0,0,0,0,0,0,0,0,0,'A Royal Reward','SI:7 has been watching your progress with interest. You service to the Alliance is well-known and tales of your deeds have reached the king\'s ears.$B$BIn recognition of your service, King Wrynn has commissioned the royal armorer to forge a special weapon.$B$BThe cursed Shadowfang Keep in Silverpine Forest is home to the exotic materials for your weapon. Travel there and recover Commander Springvale\'s sharpening stone, a supply of moonsteel ingots, and sinew from the ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain the Springvale\'s Sharpening Stone from Commander Springvale, 5 crates of Moonsteel Ingots, and 5 Deathless Sinew.','','','','','','','',60880,60872,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65486,0,0,0,1,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27352,13202,2017,0,8,46,50,81,0,0,0,0,0,0,0,0,0,0,0,0,'Liquid Gold','As the Scourge swept through Stratholme like a plague, the Knights of the Silver Hand manufactured holy water to use against the invaders. They stored it inside small crates along with other vital supplies, and distributed them throughout the city. Unfortunately, the citizens turned into Scourge reinforcements before the supplies could ever be used!$B$BThese supply crates will prove extremely useful to our efforts. Bring me a vial of Stratholme Holy Water, we need to have it replicated in mass quantities.','Find a vial of Stratholme Holy Water.','','','','','','','',13180,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29300,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27353,13202,0,0,8,20,20,81,0,64,0,0,0,0,0,0,0,0,0,0,'Blessings of the Elements','Your talent has attracted much attention in shamanic circles, $N. Word of your mastery of the elements and dedication to the Alliance has even reached the palace.$B$BIn recognition of your service, King Wrynn has commissioned the royal armorer to forge a special weapon.$B$BThe materials for your weapon can only be found in Silverpine Forest\'s cursed Shadowfang Keep. Travel there and retrieve Lord Walden\'s talisman, the Book of Lost Souls, and the essence of the ghosts haunting the castle.','Go to Shadowfang Keep and obtain Walden\'s Talisman, the Book of Lost Souls, and 5 Ghostly Essence.','','','','','','','',60881,60873,60875,0,0,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65488,65489,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27354,13202,0,0,8,20,20,81,0,128,0,0,0,0,0,0,0,0,0,0,'Mastering the Arcane','You have proven yourself a brilliant student and a dedicated servant of the Alliance. Word of your accomplishments has even reached the ears of the king.$B$BIn recognition of your service, King Wrynn has commissioned the royal enchanter to create a special weapon.$B$BThe materials required for your staff are found only in Silverpine Forest\'s cursed Shadowfang Keep. Travel there and find a lost heirloom of the Silverlaine family, a supply of moontouched wood, and the essence of the ghosts haunting the keep.','Go to Shadowfang Keep and obtain Silverlaine\'s Enchanted Crystal from Baron Silverlaine, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60878,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65467,0,0,0,1,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27355,13202,0,0,8,20,20,81,0,256,0,0,0,0,0,0,0,0,0,0,'A Boon for the Powerful','The king is finally beginning to take note of our power and our value to the Alliance, thanks to your deeds. Perhaps they are beginning to accept our kind.$B$BKing Wrynn has commissioned the royal enchanter to create a powerful weapon in recognition of your achievements.$B$BThe materials you will need come from Silverpine Forest\'s Shadowfang Keep. Travel there and obtain the tenebrous orb held by Lord Godfrey, the Book of Lost Souls, and the essence of the ghosts haunting the castle.','Go to Shadowfang Keep and obtain the Tenebrous Orb from Lord Godfrey, the Book of Lost Souls, and 5 Ghostly Essence.','','','','','','','',60882,60873,60875,0,0,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65496,0,0,0,1,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27356,13202,0,0,8,20,20,81,0,1024,0,0,0,0,0,0,0,0,0,0,'The Circle\'s Future','The Cenarion Circle is pleased with your progress, $N. You are a credit to all druids and we look to you and your peers as the future of of our brotherhood.$B$BThe circle has decided to honor you with the creation of unique staff.$B$BThe rare and powerful materials needed for your staff can only be found in Shadowfang Keep inside Silverpine Forest. Travel there and retrieve Lord Walden\'s collection of elixirs, a supply of moontouched wood, and sinew from the ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain Walden\'s Elixirs from Lord Walden, 5 bundles of Moontouched Wood, and 5 Deathless Sinew.','','','','','','','',60876,60871,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65461,65462,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27357,13202,400,0,262152,38,43,0,0,0,0,0,0,0,0,0,0,27329,0,0,'The Captive Bride','Of course! Lakota Windsong! Why didn\'t I think of this before?$B$BArnak kidnapped Lakota years ago and tried to force her into being his bride. She managed to escape, but in the chaos of the recent attack on Freewind Post, he took her again.$B$BShe has to be around here somewhere. She\'s become quite the mystic in recent years. I\'m guessing she\'ll know what to do with these tauren artifacts.','Speak with Lakota Windsong at Darkcloud Pinnacle in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27358,13202,400,0,262152,38,43,0,0,0,0,0,0,0,0,0,0,27330,0,0,'The Captive Bride','Lakota Windsong! Why did I not think of this before?$B$BArnak kidnapped Lakota years ago and tried to force her to be his bride. With help, she was able to escape, but in the chaos of the recent attack on Freewind Post, he took her again.$B$BShe must be near. She has become quite the shaman in recent years. I am sure that she will understand the significance of the rattle, the writ, and the drums.','Speak with Lakota Windsong at Darkcloud Pinnacle in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27359,13202,2017,0,8,46,50,81,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Reinforcements','The Scourge have some sort of ward in place that\'s preventing me from opening a portal so that our reinforcements can help us take the city! It\'s like a neverending screaming inside of my head! Agh!$B$BI\'m doing all I can to retain my sanity from that noise with this barrier. My best guess is that the banshees are maintaining the defense. If you could bring me some of their essences, I think I can use them to counteract the ward and get our boys in here!','Obtain 4 Banshee Essences.','','','','','','','',60975,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29300,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27360,13202,4706,0,1048584,12,15,0,0,0,0,0,0,0,0,0,27350,0,0,0,'Vengeance for Our Soldiers','7th Legion... They rushed us in the dead of the night. Their captain barked orders as the submariners slaughtered my men. Then he came to me, put his face in mine, and said something I\'ll never forget:$B$B\"The name\'s Master Sergeant Pietro Zaren, officer in the 7th Legion. When you see your soldiers being slaughtered in your nightmares - if you even still dream - remember my name and tremble.\"$B$BAvenge my soldiers! Kill the 7th Legion occupying the Cathedral Quarter of Gilneas City, southwest of here.','Kill 10 7th Legion Submariners.','Though we were shamed in battle, the enemy was not victorious. I will not soon forget this, $N.$B$BIf I make it back to Silverpine I will likely retire from the service. War is not in my blood.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45403,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,62871,62870,62869,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27361,13202,0,0,8,20,20,81,0,16,0,0,0,0,0,0,0,0,0,0,'Favored of the Light','The Light truly shines in you and your dedication to the Alliance, $N. You serve as an example to your fellow priests and comrades in arms.$B$BIn recognition of your deeds, King Wrynn has commissioned the royal enchanter to create a special staff.$B$BThe materials for such a weapon can only be found in the cursed Shadowfang Keep in Silverpine Forest. Travel there and find the lost holy symbol of Commander Springvale, a supply of moontouched wood, and ghostly essence from the spirits haunting the keep.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60879,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65482,0,0,0,1,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27362,13202,0,0,8,20,20,81,0,16,0,0,0,0,0,0,0,0,0,0,'Favored of Elune','You are a true servant of Elune, an example to our people, and stalwart servant of the Alliance. The Temple of the Moon and the court of Stormwind wish to honor your achievements.$B$BWe have commissioned the royal enchanter to create a staff for you.$B$BThe materials for your staff can only be found in the cursed Shadowfang Keep in Silverpine Forest. Travel there and find the lost holy symbol of Commander Springvale, a supply of moontouched wood, and ghostly essence from the spirits haunting the keep.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60879,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65483,0,0,0,1,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27363,13202,0,0,8,20,20,81,0,16,0,0,0,0,0,0,0,0,0,0,'A Budding Young Surgeon','You have shown yourself to be a capable priest and a credit to the people of Gnomeregan. The high tinker and the king of Stormwind wish to honor your contribution to the Alliance.$B$BThey have commissioned the royal enchanter to create a special staff.$B$BThe materials for such a weapon can only be found in the cursed Shadowfang Keep in Silverpine Forest. Travel there and find the lost holy symbol of Commander Springvale, a supply of moontouched wood, and ghostly essence from the spirits haunting the keep.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60879,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65480,0,0,0,1,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27364,13202,4706,0,589824,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,'On Whose Orders?','$B$BThe 7th Legion are an elite special ops regiment. They\'ve been there, behind the scenes, for almost every major offensive and military engagement the Alliance has ever done. This is bad news. How did they get past our warships? And on whose orders are they here?$B$BWe need to get our hands on their orders. This Pietro character will undoubtedly have vital information. Find him at the Cathedral Quarter in Gilneas City and take him out. Search his corpse for clues.','Recover the Orders from High Command.','$B$BAn Alliance armada is en route? How could this have happened?$B$B$B$BYou\'ve got to hurry, $N. We\'re being overrun up here at Forward Command.','Status?','','','','','',60977,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27365,13202,0,0,8,20,20,81,0,1,0,0,0,0,0,0,0,0,0,0,'A Fitting Weapon','From your earliest days, your trainers always knew you would make your mark on the Horde. You have fought bravely and given our enemies reason to fear.$B$BAs a reward for your dedication, the warchief has commissioned his personal smith to forge a special weapon.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and find the lost Silverlaine family sword, a supply of moonsteel ingots, and sinew from the ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain the Silverlaine Family Sword from Baron Silverlaine, 5 crates of Moonsteel Ingots, and 5 Deathless Sinew.','','','','','','','',60885,60872,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65494,65495,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27367,13202,139,0,262152,39,40,0,0,0,0,0,0,0,0,0,27683,0,0,0,'Gidwin Goldbraids','I love my boys, don\'t get me wrong. But I TOLD them that I needed FIVE MINUTES to water and brush the horses, and what did they do? They made a stupid bet with each other and ran off! I should have known better... this always happens.$b$bGidwin\'s the short one. He headed north, along the river. If you\'re headed that direction, would you tell him to come back? We\'ve got to get to Light\'s Hope Chapel, and I\'m not against leaving without him.','Find Gidwin Goldbraids in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27368,13202,139,0,8,39,40,0,0,0,0,0,0,0,0,0,27367,0,0,0,'Just Encased','You should have seen me fight! I must have killed six of those beasts, when...$b$bOh wait, you can count the bodies, can\'t you? OK, fine. I killed four of them, when the fifth one shot me with this web. To make things even worse... when he blasted me with web juice, my mouth was open!$b$bI can\'t seem to break these webs, and I doubt you\'ll be able to, either. No, you\'ll have to get some of the stomach juice from those undead spider-things. That\'ll do the trick.','Obtain 8 vials of Crypt Bile from nerubians in Terrorweb Tunnel.','','','','','','','',60983,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,70966,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27369,13202,139,0,10485768,39,40,0,0,0,0,0,0,0,0,0,27371,27373,0,0,'Greasing the Wheel','Sorry about that. I was pretty sure you were one of those spider-beasts, doing a bad $r impression.$b$bHow do you do? Gidwin Goldbraids, at your service. I\'m in a bit of a hurry back to my caravan, but I was wondering if you might do me one last favor? My pal Fiona runs a small shop, and she could probably use some of these herbs that grow along the river shore.$b$bI\'m thinking if we give her some nice herbs, she\'ll be MUCH less likely to murder me. That\'s the plan, anyway.','Loot 10 Banshee\'s Bells from the shore of the Thondroril River.','','','','','','','',60984,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62938,62937,62936,62935,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27370,13202,139,0,262152,39,40,0,0,0,0,0,0,0,0,0,27683,0,0,0,'Tarenar Sunstrike','As soon as we stopped, they made a bet about \"who could kill the most undead in five minutes.\"$b$bIt\'s been an hour, and I\'m still waiting for them to come back.$b$bI saw Tarenar run off to the southeast. Unfortunately, I can\'t leave the caravan here by itself. If you end up traveling in that direction, could you find him and send him back to me?','Find Tarenar Sunstrike at Death\'s Step in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27371,13202,139,0,65544,39,40,0,0,0,0,0,0,0,0,0,27370,0,0,0,'What I Do Best','I remember when I was young, I would sneak off into the Ghostlands and just beat up zombies for hours on end. Nobody even PAID me. I just did it.$b$bNow, look in front of you. Those are some serious zombies. I was just about to start beating them up, too. Care to join me?','Kill 5 Death\'s Step Miscreations at Death\'s Step in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45444,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27372,13202,139,0,11010048,39,40,0,0,0,0,0,0,0,0,0,27371,27373,0,0,'A Gift For Fiona','My traveling companion, Fiona, runs a small vendor\'s shop out of her caravan. She and I, along with our friend Gidwin, are all on our way to Light\'s Hope Chapel. I\'m sure you can join us, if you like... though Fiona might be a little mad at me.$b$bFiona always forgets why she\'s mad if you give her a gift. Kill some of the plaguehounds north of here, then bring their blood to Fiona at the caravan, down by the river. She\'ll love it. We\'ll talk again there.','Obtain 10 samples of Plaguehound Blood.','','','','','','','',60986,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62943,62942,62941,62940,62939,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27373,13202,139,0,8,39,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Onward, to Light\'s Hope Chapel','Now that the boys are back, we can head out. You headed east?$b$bPlease, join us! I insist! Yesterday, we were in the Menders\' Stead, and I was telling Tarenar, \"We have two paladins and a shopkeeper, but you know what we really need? A $c!\"$b$bDon\'t look at me that way! I\'m serious! Come on, hop in the cart.','Board Fiona\'s Caravan at the Thondroril River in Eastern Plaguelands.','','','','Ride Fiona\'s Caravan','','','',0,0,0,0,0,0,0,0,0,0,0,0,45400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28592,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,64669,1,'Parting Packages','I\'m sure Patch has some grand scheme in mind, but this wouldn\'t be an assault if we didn\'t leave some explosive presents behind.$B$BGet down there and plant some of these explosives on the boat, in the keep entrance, and in one of those northern towers. That should be enough to leave them reeling.$B$BWe\'re heading down to the ground as well. Meet us at the eastern tower when you\'re through.','Set bombs on the boat, in the keep entrance, and in one of the northern towers.','Hahah! Wonderful show.$B$BThat should be a proper welcome to the highlands.','','Find Ticket near the eastern tower of Highbank.','Highbank boat bomb placed','Highbank keep bomb placed','Highbank tower bomb placed','',0,0,0,0,0,0,0,0,0,0,0,0,49381,49380,49144,0,1,1,1,0,0,0,0,0,0,0,0,0,63852,63851,63850,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28594,13164,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,28595,0,0,'Highbank, Crybank','Get down there and make a mess of those Alliance rabble. Any of\'m will do. I just want\'m scattered while you\'re in there after the real target.$B$BFind us near the eastern tower when you\'re done.','Kill 10 Highbank defenders.','And that\'s how it\'s done. Scattered to the wind. Not quite the fighting force they boast themselves to be, eh?','','Find Patch near the eastern Highbank tower.','Highbank Defenders slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,49023,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28593,13164,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,28595,0,0,'Of Utmost Importance','When Garrosh\'s zeppelin went down, so did the induction samophlange that you recovered for us in Azshara. The Alliance have it somewhere in that keep, and Krazz wants it back.$B$BThe basement of the keep would be my best guess, so start there. When you get your hands on it, bring it back to me near the eastern tower.','Recover the Induction Samophlange.','Brilliant! Krazz will love you something mighty for bringing this one home. Good on you.','Krazz is waitin\'. Keep it moving.','Find Patch near the eastern Highbank tower.','','','','',64584,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28591,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28590,0,0,0,'Off The Wall','You look like a $gman:girl; who likes some action. Get on one of those turrets and lay waste to their defenses on the wall.$B$BBe quick about it, will you? Before we go up in a big ball of fire preferably.','Kill 80 Highbank Marksman, 12 Highbank Cannoneers, and 4 Highbank Cannons with a Skyshredder Turret.','Marvels of modernized goblin destructivity, eh? I love these babies.','','Speak to Patch aboard the Skybreaker circling Highbank.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27378,13202,4922,0,589952,84,84,0,0,0,0,0,0,0,0,0,27377,0,0,0,'The Worldbreaker','There\'s no time! Deathwing struck before we could form against him. If you do not stop him, the Earthen Ring will end this day!','Defeat Deathwing, the Aspect of Death.','','','','Aid Thrall in battling Deathwing','','','',0,0,0,0,0,0,0,0,0,0,0,0,48161,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,81040,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28233,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Brother','Me brother Bahrum has gone missing!$b$bHe was one of the first scouts in the area. All the others have returned safely, but there be no sign of him. Da says he\'s just dawdlin\' somewhere, but he\'s me only brother, and I promised me mum that I would keep him safe. Will you please find him?','Find Bahrum Forgehammer.','','','Find Bahrum Forgehammer.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28215,13164,4922,0,4194440,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Potential Energy','As you well know, the amount of energy stored in a conventional spring is equal to one half the spring\'s elasticity times the displacement squared. Unless you\'re using an elementium spring. Then the numbers get obscene! Mathematically grotesque!$B$BI need some elementium loops for my secret weapon, and it just so happens that Twilight\'s Hammer cultists use coils like that to bind earth elementals.$B$BFind them on the Obsidian Stoneslaves east of here, in the terrible region known as the Black Breach.','Gather up 10 Twisted Elementium Coils.','','','Return to Nivvet Channelock at Thundermar.','','','','',63285,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27381,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,27373,0,0,0,'Traveling Companions','While we\'re waiting here at this tower, we might as well see if anybody else is headed to Light\'s Hope Chapel. The more, the merrier, I say!$b$bAsk around to see if anybody wants to join us on our trip. I\'m sure you can find somebody who\'s headed to Light\'s Hope.','Find someone at Crown Guard Tower who will join your caravan.','','','','Find a traveling companion','','','',0,0,0,0,0,0,0,0,0,0,0,0,45501,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27382,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,27373,0,0,0,'Rough Roads','The Argent Crusade built these towers to be points of light in the darkness of the Plaguelands. I walk the paths between these towers, protecting and maintaining them.$b$bThe roads have been dangerous lately. Plagued wildlife runs rampant, and bats swoop down upon unsuspecting travelers. It would make the next leg of my journey much easier if you could clear some of this wildlife out of the way for me.','Slay 13 Plaguebats along the path to Light\'s Shield Tower.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8600,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,62947,62946,62945,62944,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,6,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27383,13202,139,0,262152,39,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'Little Pamela','The battle for Darrowshire still haunts me, $r. I wake up in cold sweats, convinced that I\'m still there; that it is happening all over again.$b$bI\'ve coped with the loss of my comrades, but the loss of my family members is still cripplingly painful. One of my kin lost during the attack was my young niece, Pamela.$b$bIf you are brave enough to enter Darrowshire, will you search for any sign of Pammy? Darrowshire\'s ruins are due south of here.','Find Pamela Redpath in Darrowshire.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,13500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27384,13202,139,0,8388616,39,41,0,0,0,0,0,0,0,0,0,27383,27385,0,0,'Pamela\'s Doll','My auntie Marlene told me to stay here in our house because my father had to go and fight. My father\'s the bravest man in the whole world!$B$BBut I\'ve been here for a long time, and he hasn\'t come for me. Sometimes bad people come and whisper to me and I want my dad to make them go away, but he\'s not here!$B$BAnd sometimes when it gets dark I want to play with my doll but I can\'t because I left it in town.$B$BWill you find my doll for me?','Find Pamela\'s doll.','','','','','','','',0,0,0,12885,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27385,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,0,0,60987,1,'Uncle Carlin','I\'m going to play with dolly, but I don\'t want to play with daddy\'s sword after all. You\'d better keep it.$b$bEven better, can you give it to my uncle Carlin? I\'m not sure where he is, but sometimes I hear him crying. It sounds like he\'s nearby, to the north.$B$BI hope he\'s not crying for me! $N, will you find my uncle and tell him I\'m alright?$B$BIf you find him say I\'m waiting for him, and I want to hear the story he used to tell... the one about the rabbits and the berry jam! That story\'s so funny!','Return to Carlin Redpath at Crown Guard Tower in Eastern Plaguelands.','','','','','','','',60987,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27386,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,27385,0,60987,1,'A Strange Historian','That sword belonged to Joseph Redpath, Pamela\'s father - though you probably already knew that. I wish Joseph could again be with his daughter, but it cannot be so. His soul was twisted by the Scourge, and he became a monster.$B$BPamela\'s fate is sealed, but perhaps we can change Joseph\'s fate.$B$BA strange gnome arrived here at this tower not long ago. Her name is Chromie. Take that sword to her. I have a feeling she will be able to help us.','Bring Joseph\'s Hunting Blade to Chromie.','','','','','','','',60987,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27387,13202,139,0,8388616,39,41,0,0,0,0,0,0,0,0,0,27386,27390,0,0,'Villains of Darrowshire','The Annals of Darrowshire tells of the villains of that battle. It tells how the ghoul lord Horgus the Ravager was destroyed by Alliance forces during the battle. He was slain among the foothills north of here, and his skull remains there.$B$BMarduk the Black was never defeated, but his fabled sword now rusts, ownerless. It can be found near the road to our southeast.$B$BRetrieve these items, $N. I know not why, but I am certain their fate lies with you.','Bring the Skull of Horgus and the Shattered Sword of Marduk to Chromie at Crown Guard Tower in Eastern Plaguelands.','','','','','','','',12956,12957,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62954,62953,62952,62951,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27388,13202,139,0,8388616,39,41,0,0,0,0,0,0,0,0,0,27386,27390,0,0,'Heroes of Darrowshire','The heroes of Darrowshire held relics of their own, and inside of those relics lie more precious memories.$B$BFirst, speak with Carlin and obtain the Extended Annals of Darrowshire. Within the tome lies the narrative that will drive our excursion through time.$b$bThen, you will need to head west to the Marris Stead. The former owner of the Marris farmhouse collected relics from the battle of Darrowshire - for what reason, I am not certain.$B$BGather these relics, and return to me.','Obtain the Extended Annals of Darrowshire from Carlin Redpath, and obtain Davil\'s Libram and Redpath\'s Shield from the Marris Stead.','','','','','','','',13202,12954,12955,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27389,13202,139,0,8388616,39,41,0,0,0,0,0,0,0,0,0,27386,27390,13156,1,'Marauders of Darrowshire','I require a rare reagent for the powerful spell I intend to cast: skulls from the scourge who took part in the battle of Darrowshire.$B$BTake this crystal and hunt scourge champions for their skulls. The crystal is enchanted; if a champion took part in the battle, then when you pass the crystal over its skull it will resonate. Bring me those resonating skulls.$B$BGo, $N. You\'ll find scourge champions in the Fungal Vale to the north. Go.','Bring 5 Resonating Skulls to Chromie at Crown Guard Tower in Eastern Plaguelands.','','','','','','','',13155,13156,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27390,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,0,0,15209,1,'The Battle of Darrowshire','Now, $N, you will take part in battle of Darrowshire, and you will save Joseph Redpath.$B$BPlace this relic bundle in the Darrowshire town square, and the spirits of Darrowshire will rise. Join their battle and assure that these two things come to pass: Davil must survive beyond the death of Horgus, and Redpath must survive to be corrupted, then defeated.$B$BAfter defeating the corrupted Redpath, his spirit will be saved. Speak with him, then return to his daughter Pamela.','Place the Relic Bundle at the Darrowshire town square.$B$BPrevent Davil Lightfire\'s death until the death of Horgus.$B$BPrevent Captain Redpath\'s death until Redpath the Corrupted appears.$B$BDefeat Redpath the Corrupted.$B$BSpeak with the spirit of Joseph Redpath when he appears at the town square.','','','','Accept Redpath\'s Forgiveness','','','',0,0,0,0,0,0,0,0,0,0,0,0,10936,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62957,62956,62955,0,0,0,1,1,1,0,0,0,63023,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,0,0,0,0,0,0,0,0,0,0,34200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27391,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,27390,0,15328,1,'Hidden Treasures','Daddy told me to give you this key. He said it opens a chest out back behind the house.$B$BHe also wanted me to thank you. Did you do a favor for him? Did you tell him you found my doll?$B$BWell here\'s the key. And thank you $N. Thank you! You\'re a very nice $gman:lady;!','Bring Joseph\'s Key to Joseph\'s Chest.','','','','','','','',15328,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62961,62960,62959,62958,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27392,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,27383,27385,0,0,'I\'m Not Supposed to Tell You This','My daddy always kept two swords: one for fighting with men, and one for hunting the animals. I wasn\'t supposed to touch his swords, but I knew where he hid them.$b$bOne day, he told my mommy that he was going to fight a \"lone hunter\" in the hills to the east, but he brought his animal sword with him! When he came back, he didn\'t have his sword with him.$b$bWhen daddy comes back, he\'ll be so happy when I give him his animal sword! Will you go and find it?','Obtain Joseph\'s Hunting Blade from The Lone Hunter in Eastern Plaguelands.','','','','','','','',60987,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62950,62949,62948,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27393,13202,5146,0,262272,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Call of the Blade','I sense a strong power calling to me from the ruins. Can you check again on that southern battle site for me? I\'m certain that there\'s something there.','Investigate the battle site at the southern end of the Ruins of Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27394,13202,5146,0,262272,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Call of the Blade','I sense a strong power calling to me from the ruins. Can you check again on that southern battle site for me? I\'m certain that there\'s something there.','Investigate the battle site at the southern end of the Ruins of Vashj\'ir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27395,13202,0,0,8,20,20,81,0,4,0,0,0,0,0,0,0,0,0,0,'A Marksman\'s Weapon','You have picked up the ways of the hunter quickly, $N. Your skills have made you a credit to the Horde and an example to the younglings.$B$BAs a reward for your progress and hard work, the warchief has commissioned his personal bowyer to create a unique weapon.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials we\'ll need. Travel there and retrieve the scope from Lord Godfrey\'s gun, a supply of moontouched wood, and sinew from the ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain Godfrey\'s Crystal Scope, 5 bundles of Moontouched Wood, and 5 Deathless Sinew.','','','','','','','',60877,60871,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65466,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27396,13164,0,0,8,20,20,81,0,8,0,0,0,0,0,0,0,0,0,0,'Blade of the Shattered Hand','Many members of the Shattered Hand do not survive their training, $N. Not only have you survived, but you will soon become a feared blade of the Horde.$B$BAs a reward for your progress, the warchief has commissioned his personal smith to forge a weapon.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and recover Commander Springvale\'s sharpening stone, a supply of moonsteel ingots, and sinew from the ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain Springvale\'s Sharpening Stone from Commander Springvale, 5 crates of Moonsteel Ingots, and 5 Deathless Sinew.','','','','','','','',60880,60872,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65487,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27397,13202,0,0,8,20,20,81,0,64,0,0,0,0,0,0,0,0,0,0,'Dreamseeker\'s Task','The elements and spirits speak to you with clear voices, $N. You have become a powerful shaman and an example to others wishing to serve the Horde.$B$BWord has even reached the warchief, and he has commissioned his personal smith to forge a special weapon for you.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and obtain Lord Walden\'s talisman, the Book of Lost Souls, and essence from the ghosts haunting the keep.','Go to Shadowfang Keep and obtain Walden\'s Talisman from Lord Walden, the Book of Lost Souls, and 5 Ghostly Essence.','','','','','','','',60881,60873,60875,0,0,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65490,65491,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(25321,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25320,0,0,0,'Twilight Captivity','I\'d been scouting behind enemy lines for nearly a day when they caught me.$B$BThis attack on our frontlines is not what it appears, $N.$B$BI\'ll give you all the details, but first let\'s find a way to get me out of here.$B$BOnly the overseers carry keys to these cages.$B$BFrom what I recall, they\'re in the middle of the crater, in the thick of it.$B$BSee if you can get a key off of one of them.','Obtain a Twilight Overseer\'s Key at the Twilight Command Post in Hyjal.','I am thankful, $N. I will deliver my findings to our people.','The key, $N. Did you get it?','Return to Scout Larandia at the Twilight Command Post.','','','','',53139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27400,13202,0,0,8,20,20,81,0,128,0,0,0,0,0,0,0,0,0,0,'Mastering the Arcane','All of your trainers agree, $N, you show an amazing amount of talent for a journeyman. Even the warchief has heard of your rapid progress.$B$BAs a reward for mastering your studies, the warchief has commissioned his master enchanter to create a staff for you.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and find a magical heirloom of the Silverlaine family, a supply of moontouched wood, and the essence of the ghosts haunting the keep.','Go to Shadowfang Keep and obtain Silverlaine\'s Enchanted Crystal from Baron Silverlaine, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60878,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65468,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27401,13202,4706,0,589824,12,15,0,0,0,0,0,0,0,0,0,27364,0,0,0,'What Tomorrow Brings','$B$BLook around the Cathedral Quarter. There should be a telescope nearby that the 7th Legion uses for spying. Find it and use it to scout the harbor. We need to find out how the 7th Legion got past our fleet.$B$BHurry, $N. We can\'t hold these beasts back much longer.$B$BWhat does tomorrow bring?','Use the 7th Legion Telescope to Scout the Harbor.','$B$BTORPEDOED! We had everything at the water line covered, but nothing below the line. They must have snuck in beneath our defenses and then blown our warships to smithereens.$B$BAnd now the rest of the Alliance fleet is nearly here...','','','Use the 7th Legion Telescope to Scout the Harbor.','','','',0,0,0,0,0,0,0,0,0,0,0,0,45430,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27402,13202,0,0,8,20,20,81,0,256,0,0,0,0,0,0,0,0,0,0,'Token of Power','Your mastery of our ways continues to grow quickly, $N, and I am far from the only one impressed by your progress. Even the warchief has taken note of your deeds.$B$BAs a reward for your dedication, the warchief has commissioned his personal enchanter to craft a staff.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and retrieve the tenebrous orb held by Lord Godfrey, the Book of Lost Souls, and the essence of the ghosts haunting the keep.','Go to Shadowfang Keep and obtain the Tenebrous Orb from Lord Godfrey, the Book of Lost Souls, and 5 Ghostly Essence.','','','','','','','',60882,60873,60875,0,0,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65497,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27403,13202,0,0,8,20,20,81,0,2,0,0,0,0,0,0,0,0,0,0,'A True Sunwalker','I have watched your training, $N. Yours is the path of an exemplary Sunwalker, a brave defender of the Horde and a follower of our ways.$B$BAs a reward for your dedication, the warchief has commissioned his personal smith to forge a special weapon.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and recover the holy symbol of Commander Springvale, a supply of moonsteel ingots, and sinew from the ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 crates of Moonsteel Ingots, and 5 Deathless Sinew.','','','','','','','',60879,60872,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65472,65473,65474,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27404,13202,0,0,8,20,20,81,0,1024,0,0,0,0,0,0,0,0,0,0,'The Circle\'s Future','The Cenarion Circle is pleased with your progress, $N. You are a credit to all druids and we look to you and your peers as the future of our brotherhood.$B$BThe circle has decided to honor you with the creation of unique staff.$B$BThe rare and powerful materials needed for your staff can only be found in Shadowfang Keep inside Silverpine Forest. Travel there and retrieve Lord Walden\'s collection of elixirs, a supply of moontouched wood, and sinew from the ghouls and geists infesting the keep.','Go to Shadowfang Keep and obtain Walden\'s Elixirs from Lord Walden, 5 bundles of Moontouched Wood, and 5 Deathless Sinew.','','','','','','','',60876,60871,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65463,65464,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27405,13202,4706,0,9175040,12,15,0,0,0,0,0,0,0,0,0,27401,0,0,0,'Fall Back!','$B$B$B$B$N, do you read me? Come in, $N. This is likely my final transmission. The worgen have overrun Forsaken Forward Command. It is now only a matter of time before the base is lost. Belmont and the val\'kyr, Arthura, have left. Belmont mentioned that they will rendezvous with you at Emberstone Village, located to the northeast. Find Belmont, $N. Our mission - our very existence - depends on it.$B$BYou are our final hope.','Find Deathstalker Commander Belmont at Emberstone Village in the Ruins of Gilneas.','Forward Commander Onslaught fought until the bitter end, $N. It took a pack of bloodthirsty worgen to finally bring him down. We must not let his death, or the death of all of our soldiers in Gilneas, go in vain. Our mission MUST succeed.$B$BNow I will reveal to you why we are here.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62865,62864,62863,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27406,13202,4706,0,1048584,13,16,0,0,0,0,0,0,0,0,0,27405,0,0,0,'A Man Named Godfrey','Lord Vincent Godfrey spent his life defending the kingdom of Gilneas. When the worgen curse ravaged this land, Godfrey was one of the first Gilneans to take up arms against the beasts. It is said that upon discovering that his king was afflicted by the curse, Godfrey took his own life. He would rather be dead than serve the very creatures that he had defended his home against.$B$BWe are going to give him a second chance, $N. Together we will battle southeast towards Tempest\'s Reach to collect his corpse.','Find the corpse of Lord Vincent Godfrey.','Here we are, $N. He is a little rotted, but no worse for the wear. We must hurry before the Alliance finds us!','','','Lord Vincent Godfrey\'s corpse found','','','',0,0,0,0,0,0,0,0,0,0,0,0,44369,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27407,13202,15,0,8,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodfen Feathers','Are you startled by Brogg\'s presence here, little $r? Don\'t worry. Goblins at Mudsprocket are Brogg\'s friends and you can be, too.$B$BBrogg left Brackenwall Village when new overlord not take revenge against black dragonkin for destroying old home and killing many of Brogg\'s old friends. Brogg come here to lay friends spirits to rest and avenge them, but Brogg need help preparing. For ritual, Brogg need feathers with strong magic, like ones worn by raptors at Bloodfen Burrow to the west of town.','Collect 5 Bloodfen Feathers from Bloodfen Raptors.','','','','','','','',33085,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27408,13202,15,0,8388616,36,39,0,0,0,0,0,0,0,0,0,0,27410,0,0,'Banner of the Stonemaul','When the dragons came and took over Brogg\'s old home, Stonemaul ogres fled and left everything behind, including clan\'s banner.$B$BBrogg knows banner was kept deep in Stonemaul ogre mound, but these days it\'s called Den of Flame. Brogg must have clan banner to get his revenge on dragons who killed his friends.$B$BBrogg\'s clan\'s old mound, Den of Flame, is northwest of Mudsprocket and crawling with dragonkin. Banner will be deep inside the cave. Be careful, $N.','Retrieve the Stonemaul Banner from within the Den of Flame.','','','','','','','',33086,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27409,13202,15,0,0,36,39,0,0,0,0,0,0,0,0,0,0,27410,33088,1,'The Essence of Enmity','To make the totem Brogg will need for his ritual, he must use the essences of the creatures who killed his friends. The hate and anger of Brogg\'s enemies will fuel the magic of his vengeance.$B$BTrack down Firemane ash tails, scouts, or scalebanes and use Brogg\'s totem on their corpses. Only when the dragonkin die will they give up their essences.$B$BThe creatures you seek swarm over the Den of Flame to the northwest and the Stonemaul Ruins to the north.','Bring 10 Black Dragonkin Essences to Brogg at Mudsprocket.','','','','','','','',33087,33088,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27410,13202,15,0,0,36,39,0,0,0,0,0,0,0,0,0,0,27411,33091,1,'Spirits of Stonemaul Hold','Brogg has completed the totem that will put the spirits of his friends to rest. When the dragonkin came, they killed all Stonemaul who did not flee. Brogg fled with Overlord Mok\'Morokk, hoping to lead a counterattack with other Stonemaul survivors.$B$BThe counterattack never came and the spirits of the Stonemaul dead still haunt Brogg and the others. Take this totem north to Stonemaul Ruins and use it near ogre skeletons to draw the spirit to you. Defeat the spirit to give it rest with its bones.','Put 10 Stonemaul Spirits to rest at the Stonemaul Ruins.','','','','Stonemaul Spirits laid to rest','','','',0,33091,0,0,0,0,0,1,0,0,0,0,23786,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27411,13202,15,0,0,36,39,0,0,0,0,0,0,0,0,0,0,0,33095,1,'Challenge to the Black Flight','Brogg relishes the thought of taking his revenge on the black dragonkin of the marsh. $N, you have been very helpful in preparing for this moment. Will you help?$B$BTake Brogg\'s clan banner and travel east until you see a cave like a dragon\'s mouth. At the entrance to that cave, plant Stonemaul banner and issue Brogg\'s challenge to Onyxia.$B$BBrogg and the Stonemaul will have their lands back!','Plant the Stonemaul Banner near the entrance to Onyxia\'s Lair and defeat anyone who answers.','','','','Stonemaul Clan Avenged','','','',0,33095,0,0,0,0,0,1,0,0,0,0,23789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33231,57828,33256,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27412,13202,15,0,8,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Goreclaw the Ravenous','Travelers and Steamwheedle personnel working in the field are advised to avoid the Bloodfen Burrow to the west of town.$B$BThe area is overrun with raptors lead by the cruel and cunning Goreclaw the Ravenous, who has already killed at least two Steamwheedle engineers.$B$BDrazzit Dripvalve has authorized a generous reward to be paid to the individual who rids Mudsprocket of this menace.','Kill Goreclaw the Ravenous and report to Drazzit Dripvalve at Mudsprocket.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23873,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,33258,33263,33242,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27413,13202,15,0,8,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Catch a Dragon by the Tail','With the zeppelin crash delaying supplies, we\'ve run out of medicines and bandages.$B$BWe\'re making use of what we can, but between all the insects, the injuries, and the enemies we\'re encountering here, I can barely keep up! I\'ve found one herb that seems to help heal wounds and dull pain, but it, too, is in short supply.$B$BIt\'s called wyrmtail, and it\'s abundant in the Dragonmurk and Wyrmbog areas east of town. The plants themselves are made of coiled stalks, and seem to pulsate when you look at them.','Collect 8 Wyrmtail stalks in the Dragonmurk or Wyrmbog.','','','','','','','',33175,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33235,33241,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,5,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,24900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27414,13202,15,0,8,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Identifying the Brood','Whilst that craven fool, Mok\'Morokk, wallows in power and Tharg wrestles the demons of sorrow and vengeance and vies for leadership of the clan, I seem to be the only one concerned with identifying the source of aggression on our old home.$b$bWhy the puzzled stare, $n? Expecting me to speak like an uncouth ruffian merely because I am an ogre?$b$bNow back to business, bring to me the hearts and tongues from the whelps and hatchlings. I shall trace the root of this evil...','Draz\'Zilb in Brackenwall Village would like you to bring him 7 Searing Tongues and 7 Searing Hearts.','','','','','','','',5840,5841,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57833,57838,57839,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27415,13202,15,0,8,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Brood of Onyxia','Onyxia\'s brood has been scattered across the Dragonmurk. It is imperative that no more whelps be permitted to hatch.$b$bMake haste to Wyrmbog in the south of Dustwallow Marsh. Surely, she has made her lair there. Track down the evil dragon\'s eggs and destroy them.$b$bWe will never reclaim Stonemaul Village if the surrounding area remains a breeding ground.$b$bAs for Mok\'Morokk... I have other plans for the sod.','Destroy 5 Eggs of Onyxia.','','','','Egg of Onyxia destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-20359,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,57836,57841,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27416,13202,15,0,8,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Brood of Onyxia','Stonemaul Village was invaded by the brood of Onyxia. But why would the daughter of the black dragonlord, Deathwing, descend upon our lands?$b$bThis is most troubling. Surely, Onyxia was driven here for a purpose beyond laying siege to a small band of ogres.$b$bNotify Mok\'Morokk at once! Action must be taken.','Speak with Overlord Mok\'Morokk in Brackenwall Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27417,13202,15,0,8,37,39,0,0,0,0,0,0,0,0,0,0,27415,0,0,'The Brood of Onyxia','You leave me alone now. Go tell Draz\'Zilb we stay here. No black dragon here.','Speak with Draz\'Zilb in Brackenwall Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27418,13202,15,0,2,37,39,1,0,0,0,0,0,0,0,0,0,0,0,0,'Challenge Overlord Mok\'Morokk','You dare challenge Overlord Mok\'Morokk?$b$bHaw!$b$bMe crush tiny $r!$b$bYou tell me when ready for good beating.','Defeat Mok\'Morokk and report the news to Draz\'Zilb in Brackenwall Village.','','','Drive Overlord Mok\'Morokk from Brackenwall Village','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57846,57847,57850,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27419,13202,15,0,8,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'Army of the Black Dragon','Mok\'Morokk was made Overlord by Rexxar. He care more for power than he care for ogres.$b$bBlack dragons kill many ogre. Kill Tharg\'s wife. Mok\'Morokk tell us to run. Make us come here.$b$bOgre should fight. Ogres not good at running. Mok\'Morokk care only about Mok\'Morokk.$b$bMe call Stonemaul Ruins home. Me like it in the south. This place not home.$b$bHelp ogres fight army of the black dragon. Me want revenge. Me want to go home.','Tharg in Brackenwall Village wants you to kill 10 Firemane Scouts, 10 Firemane Ash Tails, and 5 Firemane Scalebanes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4329,4331,4328,0,10,10,5,0,0,0,0,0,0,0,0,0,10702,9706,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27420,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,27544,0,61038,1,'Postponing the Inevitable','You have a keen eye to have seen me here, hidden among the grasses.$b$bAhead of us lies the Fungal Vale, an area that the Scourge still cling tightly to. They use floating constructs to continually re-plague the land, keeping it vile and polluted.$b$bThe devices are controlled with runes, which are held by dark adepts and shadowmages. Take the controlling runes that these cultists hold, aim them at the plague disseminators, then overcharge them with this mote. The results should be amusing.','Obtain Control Runes from Dark Cultists and Shadowmages, then use the Overcharged Mote on them to destroy 3 Plague Disseminators.','','','','Plague Disseminator destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,45475,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27421,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,27544,0,61036,1,'Amidst Death, Life','Scourge forces have made it a point to ensure that nothing survives in the Fungal Vale - all you will find are husks of rotted mushrooms and scorched grasses. The three corners of the vale are home to three large ziggurats, which they use to reanimate their dead and summon new soldiers to the battlefield.$b$bYet even in this evil, lifeless place, life finds a way to flourish. Take my seeds and plant them in the centers of these ziggurats. Prove to them that life will prevail.','Use Rayne\'s Seeds in the center of the three ziggurats in the Fungal Vale.','','','','Seed planted in southeastern ziggurat','Seed planted in western ziggurat','Seed planted in northeastern ziggurat','',0,0,0,0,0,0,0,0,0,0,0,0,45486,45488,45487,0,1,1,1,0,0,0,0,0,0,0,0,0,62965,62964,62963,62962,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27422,13202,2017,0,262152,44,45,81,0,0,0,0,0,0,0,0,0,0,0,0,'A City Under Siege','We will never control the Eastern Plaguelands if we do not control Stratholme. Not only is it a point of incredible strategic importance, it also houses our enemies\' leaders - Balnazzar and Lord Aurius Rivendare. Their Risen and Scourge armies threaten to erase all the progress we\'ve made.$B$BThe Argent Crusade is well-suited to this task. Travel west through Stratholme\'s main gate and speak with Packmaster Stonebruiser. He will direct you further.','Speak to Packmaster Stonebruiser.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27423,13202,4706,0,1572864,13,16,0,0,0,0,0,0,0,0,0,27405,0,0,0,'Resistance is Futile','$B$BThis is Commander Lorna Crowley of the Gilneas Liberation Front. If you are hearing this message then you know that the Alliance once again controls Gilneas. Lay down your weapons and surrender. Failure to comply will result in your death.$B$BOur forces have locked on to your position and will arrive shortly. Resistance is futile.','Kill 20 Worgen Combatants.','No time to bask in the battle glory, $N. We have a job to do. I have no doubt more of those beasts are on the way.','','','Worgen Combatant slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45495,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27424,13202,15,0,8,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overlord Mok\'Morokk\'s Concern','Bow before Overlord Mok\'Morokk!$b$bRexxar make me mighty leader of Stonemaul Clan!$b$bMe good leader. Me keep clan safe.$b$bBig dragons come and make fire at old home. Me smart ogre. Find new home for clan here.$b$bLeave old home so fast, me forget stuff. Tiny $r, go get my things. Go south and find my yummy grog, my snuff and my strongbox. Me like you after you do that. You look in Den of Flame and Stonemaul Ruins... they be there, me sure!','Collect Overlord Mok\'Morokk\'s grog, snuff and strongbox from Dustwallow Marsh.','','','','','','','',5834,5835,5836,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57848,57854,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27425,13202,15,0,8,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Grim Connection','I\'ve spoken with Inspector Tarem regarding the evidence you gathered from the ruins of the Shady Rest Inn. He seems certain that the hoofprints and the shield you found there point to the Grimtotem clan of tauren.$B$BWith reports of Grimtotem activity on the rise in the marsh, this has to be more than a mere coincidence. I\'m sending you to speak with Captain Darill, who is something of an expert on the Grimtotems. Follow the road north out of town to North Point tower. It\'s the second outpost on the road.','Report to Captain Darill at North Point.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27426,13202,15,0,8,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'Confirming the Suspicion','The Grimtotems may be the most warlike of all the tauren clans, but they\'re by no means unorganized. If they\'re the ones who put the torch to the Shady Rest Inn, they\'ll have had orders from one of their clan elders.$B$BThere\'s a large Grimtotem settlement called Blackhoof Village to the northwest. They\'ve been using it as a base to attack the tower, but I\'ll bet that you\'ll find the orders you\'re looking for there. Check the village\'s elders for traces of the orders you seek.','Collect 4 Grimtotem Notes from Grimtotem Elders and combine them into the Grimtotem Battle Plan.','','','','','','','',33051,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27427,13202,15,0,8,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arms of the Grimtotems','If the equipment you found at the ruins of the inn belonged to a Grimtotem attack party, there\'s likely to be more just like it within their camp to the northwest.$B$BWe haven\'t been able to gather much information about Blackhoof Village, but judging from the size of the raiding parties, there\'s a substantial force based there.$B$BDo whatever you have to to capture some of their equipment so that we can compare it with your findings from the inn.','Captain Darill at North Point Tower wants you to bring him 7 Blackhoof Armaments.','','','','','','','',33071,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,33268,57837,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27428,13202,15,0,8,36,38,0,0,0,0,0,0,0,0,0,0,27429,0,0,'Tabetha\'s Assistance','I can\'t spare any men to help search for a second Grimtotem outpost, but I think I know of someone who might be able to help you.$B$BDeep in the Quagmire, to the south, there is a small farmstead owned by Tabetha. She may seem little more than an old hermit, but the truth is that she\'s a mage and scryer of some renown. Follow the road south to her farm and seek her help in finding the culprits responsible for the massacre at the Shady Rest Inn.','Speak with Tabetha at her farm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27429,13202,15,0,0,36,38,0,0,0,0,0,0,0,0,0,0,27430,33072,1,'Raze Direhorn Post!','There\'s no scrying necessary to see the trouble my new \"neighbors\" are creating. And if this is the band that burnt down the Shady Rest Inn, as you claim, there\'s no reason to tolerate their presence any longer.$B$BTake this torch and raze their camp to the ground! You\'ll find Direhorn just to the north of my farm, near the road. You can\'t miss it, really, as the Grimtotems have done a splendid job of announcing their presence with those totems they favor.','Use Tabetha\'s Torch to burn the North Tent, East Tent, and the Northeast Tent at Direhorn Post.','','','','North Tent Burned','Northeast Tent Burned','East Tent Burned','',0,0,0,33072,0,0,0,0,0,1,0,0,23751,23752,23753,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,35100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27430,13202,15,0,8,36,38,0,0,0,0,0,0,0,0,0,0,27291,0,0,'Justice for the Hyals','Although these Grimtotems were simply a nuisance to me, Captain Vimes will want to know of your deeds. Bring him the news that you have tracked down and dealt with those responsible for the burning of the Shady Rest Inn.$B$BIt\'s too late to save Jim Hyal\'s family, but perhaps the Grimtotems will think twice before attacking anyone connected to Theramore.','Speak to Captain Garran Vimes at Foothold Citadel in Theramore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27517,13164,5034,0,26214536,83,83,0,0,0,0,0,0,0,0,0,0,27431,61321,1,'Be Prepared','Every adventurer worth their salt knows never to step foot in a cave, dungeon, crypt or tomb without an ample supply of rope... right?$b$bYou can never have too much of this stuff!$b$bYou resolve to scrounging every scrap of it you can find from the skeletons here.','Collect 6 Rope Pieces.','','','Speak with Harrison Jones at the Obelisk of the Stars.','','','','',61321,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65886,65872,65884,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27432,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,27373,0,0,0,'Zaeldarr the Outcast','Can you believe that, after all the trouble we have in the Plaguelands... we have to worry about thieves too? And not just normal thieves, troll thieves.$B$BAnd not just normal troll thieves. Dead troll thieves!$B$BThey\'re led by this big, dead troll named Zaeldarr the Outcast, and they come here at night and steal bodies from our graveyards, then take them back to their evil, dead troll hideout--the Undercroft to the southwest.$B$BGo there and take out Zaeldarr, $N. I\'m sick to death of his mischief!','Obtain Zaeldarr\'s Head from Zaeldarr the Outcast.','','','','','','','',15785,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27537,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27516,0,0,0,'Any Portal in a Storm','Our friends in the Earthen Ring have been trying to open portals back to Stormwind, with no luck. But Thordun here tells me he might just have the key.$B$BThe crazed water elementals in the nearby Verrall River Delta have been sent into a frenzy. Thordun tells me we can channel their energy into a portal.$B$BI don\'t understand all this elemental-claptrap, but I understand one thing: killin\' elementals and takin\' their whirlpool cores. Deliver them to Talaa in the courtyard! ','Slay Muddied Water Elementals to collect 5 Whirlpool Cores.','','','Deliver the Whirlpool Cores to Talaa at Highbank.','','','','',60333,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63899,63898,63897,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27434,13202,0,0,8,20,20,81,0,2,0,0,0,0,0,0,0,0,0,0,'The Adept\'s Path','Your time as an apprentice has come to an end, $N. You are ready to advance to the rank of adept, to become a full blood knight in service to Silvermoon.$B$BTo honor your accomplishments, the warchief has commissioned his personal smith to forge a weapon for you.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and recover the holy symbol of Commander Springvale, a supply of moonsteel ingots, and sinew from the ghouls and geists there.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 crates of Moonsteel Ingots, and 5 Deathless Sinew.','','','','','','','',60879,60872,60874,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65469,65470,65471,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27435,13202,0,0,8,20,20,81,0,16,0,0,0,0,0,0,0,0,0,0,'A Seer\'s Staff','In the eyes of the Earthmother, you are ready to become a full seer. You have completed your early training with skill and dedication.$B$BTo mark this occasion, the warchief has commissioned his master enchanter to create a staff for you.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and find the lost holy symbol of Commander Springvale, a supply of moontouched wood, and the essence of the ghosts that haunt the keep.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60879,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65484,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27436,13202,0,0,8,20,20,81,0,16,0,0,0,0,0,0,0,0,0,0,'The Shadow-Walker\'s Task','This be a great occasion, $N. You\'ve learned much and grown in de ways o\' power. Your future be a great one for da Darkspear and da Horde.$B$BI asked da warchief\'s master enchanter to be makin\' a staff for you to recognize all your achievements.$B$BTo get what you be needin\' you\'ll have to travel to the cursed Shadowfang Keep inside Silverpine Forest. Find da holy symbol of Commander Springvale, a supply of moontouched wood, and da essence of the spirits that haunt da keep and bring dem to Godan.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60879,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65485,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27437,13202,0,0,8,20,20,81,0,16,0,0,0,0,0,0,0,0,0,0,'The Dark Cleric\'s Bidding','You have been a diligent student and servant to our cause. Always use your talents in accord with Lady Sylvanas\'s wishes and you will be blessed by the shadow.$B$BOur queen has arranged for Orgrimmar\'s master enchanter to create a powerful staff to recognize your service.$B$BThe materials you will need only come from Shadowfang Keep in the heart of Silverpine Forest. Find the lost holy symbol of Commander Springvale, a supply of moontouched wood, and the essence of the ghosts that haunt the keep.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60879,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65479,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27438,13202,130,0,5242882,13,16,0,0,0,0,0,0,0,0,2,0,0,0,0,'The Great Escape','With our mission objective secured, the time has come for us to make our escape. Though Gilneas is lost, with the aid of Godfrey and his lieutenants we will have it back in no time at all.$B$BGo now, $N. Fly back with Arthura to the Forsaken Front in southern Silverpine Forest. The Banshee Queen awaits your arrival.','Escape the Ruins of Gilneas with Arthura and the corpse of Lord Godfrey.','I had no doubt that you would succeed, $N. I hope you can understand why I kept the true purpose of your mission a secret. Should Crowley and Bloodfang have found out about our plan, they would have surely gotten to Godfrey first and disposed of the body.$B$BStand by, $N. The time of their rebirth is at hand.','','Escape the Ruins of Gilneas.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62874,62873,62872,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,8,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27439,13202,0,0,8,20,20,81,0,16,0,0,0,0,0,0,0,0,0,0,'Staff of the Light','You are quickly becoming a talented servant of the Light and of Silvermoon, $N. Your loyalty to our people and to the Horde are exemplary.$B$BIn recognition of your dedication, the warchief has commissioned his master enchanter to create a staff for you.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and find the lost holy symbol of Commander Springvale, a supply of moontouched wood, and the essence of the ghosts that haunt the keep.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60879,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65478,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27440,13202,1583,0,8,55,59,81,0,0,0,0,0,0,0,0,0,0,0,0,'Trolls, Ogres, and Orcs, Oh My!','The black dragonkin Overlord Wyrmthalak oversees the forces of the Lower Spire, who are nearly prepared to launch a full assault on the Dark Iron Dwarves far below. We simply cannot allow the black dragonflight to gain control of the mountain!$B$BYou must kill War Master Voone, Highlord Omokk, and Overlord Wyrmthalak. Their deaths will cause the army\'s momentum to grind to a halt and will buy us valuable time.','Kill War Master Voone, Highlord Omokk, and Overlord Wyrmthalak. ','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9237,9196,9568,0,1,1,1,0,0,0,0,0,0,0,0,0,65981,65957,65933,66000,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35300,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27441,13202,0,0,8,20,20,81,0,16,0,0,0,0,0,0,0,0,0,0,'A Seer\'s Staff','I hear that word of your deeds in service to the Horde has even reached the ears of the warchief. I think he might see the error of his earlier judgment about us.$B$BHe has agreed to allow Orgrimmar\'s master enchanter to create a staff for you.$B$BThe cursed Shadowfang Keep in Silverpine Forest is the only place to get the materials you\'ll need. Travel there and find the lost holy symbol of Commander Springvale, a supply of moontouched wood, and the essence of the ghosts that haunt the keep.','Go to Shadowfang Keep and obtain the Commander\'s Holy Symbol from Commander Springvale, 5 bundles of Moontouched Wood, and 5 Ghostly Essence.','','','','','','','',60879,60871,60875,0,0,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65481,0,0,0,1,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27442,13202,1637,0,262280,82,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'The War Has Many Fronts','We find ourselves in a much better position against our enemies in Vashj\'ir than before you arrived. Don\'t get me wrong, your aid is still needed here, but perhaps other fronts are in an even more urgent situation.$B$BI\'ve been informed that our allies in the Earthen Ring have put out a call for aid in a matter I\'ve been assured is most critical.$B$BSpeak to Farseer Krogar at the Western Earthshrine in Orgrimmar for further instructions.','Speak to Farseer Krogar at the Western Earthshrine in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27443,13202,1519,0,262280,82,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'The War Has Many Fronts','We find ourselves in a much better position against our enemies in Vashj\'ir than before you arrived. Don\'t get me wrong, your aid is still needed here, but perhaps other fronts are in an even more urgent situation.$B$BI\'ve been informed that our allies in the Earthen Ring have put out a call for aid in a matter I\'ve been assured is most critical.$B$BSpeak to Earthspeaker Naraat at the Eastern Earthshrine in Stormwind City for further instructions.','Speak to Earthspeaker Naraat at the Eastern Earthshrine in Stormwind City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27444,13202,1583,0,8,55,59,81,0,0,0,0,0,0,0,0,0,0,0,0,'The False Warchief','Rend Blackhand was the son of an Orc Warchief. His father was slain by Orgrim Doomhammer, who became the new Warchief over the young orc. Rend now stands as the supposed leader of a false Horde of Blackrock orcs, backed by Nefarian and his army of dragons.$B$BThe fool claims that the Horde is also his by birthright, and threatens to take it by force! We cannot allow this to occur in light of his master\'s influence. Find him in the Upper Spire and bring an end to the false warchief, $c.','Kill Warchief Rend Blackhand.','You saw Nefarian when you fought Rend?$B$B$B$BI wish I had accompanied you, then. I could have faced him unaware, outside his lair...but no matter. Nefarian will die by my claw.$B$BYou\'ve done well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10429,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35300,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27445,13202,1583,0,8,55,60,81,0,0,0,0,0,0,0,0,0,0,0,0,'General Drakkisath, Hand of Nefarian','Nefarian makes his domain further up the mountain in Blackwing Lair. Though there is a way in through the Upper Spire, we may bring a far larger force if we use the teleportation orb close by. However, we cannot teleport until we brand ourselves with a different orb.$B$BDrakkisath, General of Nefarian\'s armies, personally guards this second orb. Eliminate him and secure his orb for our use. You will find him in the Spire Throne within the Upper Spire.','Kill General Drakkisath.','Excellent! It is only a matter of time before the son of Deathwing feels my claws.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65982,66001,65934,65958,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,0,0,0,0,0,0,42900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27446,13202,440,0,262152,43,43,0,0,0,0,0,0,0,0,0,0,25050,0,0,'Tanaris is Calling','Heya, $N, Kelsey Steelspark down in Tanaris left a message for you. She says that the gnomes down there in Gadgetzan heard about what you\'ve been doing up here.$B$BAnyway, the Cataclysm hit them hard, too. Not as hard as us, but I\'m certain they could use your help.','Speak with Kelsey Steelspark at Gadgetzan in Tanaris.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27447,13202,440,0,262152,43,43,0,0,0,0,0,0,0,0,0,0,24910,0,0,'Tanaris is Calling','Heya, $N, Megs Dreadshredder down in Tanaris left a message for you. She says that the goblins down there in Gadgetzan heard about what you\'ve been doing up here.$B$BAnyway, the Cataclysm hit them hard, too. Not as hard as us, but I\'m certain they could use your help.$B$BBesides, that Megs is a hottie!','Speak with Megs Dreadshredder at Gadgetzan in Tanaris.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27448,13202,139,0,1048584,39,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Trek Continues','I believe the horses are ready. Argus Highbeacon, the gentleman who works with the Argent Crusade, spoke with me earlier. I understand he will be coming with us... that\'s great! I\'ll make room for him.$b$bI know that you are busy, so there\'s no hurry. Whenever you\'re ready, hop into the caravan, and we will proceed to the next tower.','Board Fiona\'s Caravan when you are ready to move to the next tower.','','','','Ride in Fiona\'s Caravan','','','',0,0,0,0,0,0,0,0,0,0,0,0,45400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27449,13202,139,0,1048584,39,42,0,0,0,0,0,0,0,0,0,27391,0,0,0,'Honor and Strength','My name is Vex\'tul, and I have watched you fight, $r. You are strong.$b$bYou killed my master, Zaeldarr, but this does not bother me. I value strength over any loyalty that I held for him. I value strength over anything else.$b$bProve to me one final time your strength, $r. Do so, and I will lend you MY strength for whatever purpose you may desire.','Pass Vex\'tul\'s test of strength.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45579,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27450,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27391,0,0,0,'Frederick\'s Fish Fancy','I love the sea. Yes, it was I, Frederick Calston, who introduced the sea life to that lake in the southwest. I had hoped to provide the Crusade with a source of fresh food from within the borders of the Plaguelands.$b$bHowever, some of the fish turned out to be predators, and they now terrorize the other animals. If we\'re not careful, they will kill them all!$b$bSwim down to the bottom of the scar and save some snails, crabs, and pufferfish before it\'s too late.','Obtain 8 Plague Puffers, 8 Infectis Inchers, and 8 Infectis Scuttlers from the Infectis Scar.','','','','','','','',61292,61293,61294,0,0,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62974,62973,62972,0,0,0,1,1,1,0,0,0,64640,0,0,0,1,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27451,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27391,27453,15454,1,'To Kill With Purpose','Greetings, stranger! You\'ve entered the heart of the Plaguelands. I hope you brought your undead-killing gear with you.$b$bThe plague spreads more slowly these days, so the Cult of the Damned has stepped up production in order to keep the land brown and dead, as they like it. I\'ve got a plan to stop them. Take my mortar and pestle, and use it on living rot from the undead creatures in Corin\'s Crossing to the southeast. We\'re going to make a little present for the cultists!','Travel to Corin\'s Crossing to the south and slaughter the Scourge that inhabit the town. Collect 7 pieces of Living Rot. Use the Mortar and Pestle to grind the Living Rot into Coagulated Rot.','','','','','','','',0,15448,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27452,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27391,27453,0,0,'Dark Garb','Some of my counterparts have told me that the land wants to heal, but several high-ranking undead - along with the Cult of the Damned - are not allowing it to. That means we have to stop them! I\'ve got a plan, but first, you\'re going to need a cultist disguise.$b$bHead southeast into Corin\'s Crossing, and take the clothing from the human cultists that roam through the town. I\'ll contact you when you\'ve completed this step.','Obtain Death Cultist Headwear and Death Cultist Robes from cultists within Corin\'s Crossing.','','','','','','','',61280,61281,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27453,13202,139,0,589824,39,42,0,0,0,0,0,0,0,0,0,0,0,61284,1,'Catalysm','Coagulated rot is potent on its own, but we need something to activate its concealed powers... a catalyst. You can find just such a catalyst to the south, in Lake Mereldar.$b$bIf you look down, you\'ll notice that I slipped a set of flasks into your bags while you weren\'t looking. These flasks can be used on the water elementals in the lake. The living, corrupted water that flows through their bodies will be the perfect catalyst!','Use Betina\'s Flasks on living elementals within Lake Mereldar to obtain 8 Active Liquid Plague Agents.','','','','','','','',61285,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27454,13202,139,0,524290,39,42,0,0,0,0,0,0,0,0,0,27453,0,61283,1,'Just a Drop in the Bucket','Now, mix a tiny amount of rot into the water, and mix thoroughly. There, that\'s it. This solution will still be very powerful, and we only need a little bit of it.$b$bOn the lake\'s southeastern border, you will find a plague cauldron with several cultists nearby. Put on your cultist disguise, then approach the cauldron and put in ONE DROP of the solution you made. No more, or you may risk your very life!','Use your Death Cultist Disguise to enter the Death Cultist Base Camp, then put Betina\'s mixture into the Mereldar Plague Cauldron.','','','Disturb Mereldar Plague Cauldron','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62977,62976,62975,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27455,13202,139,0,262152,39,42,0,0,0,0,0,0,0,0,0,27448,0,0,0,'Boys Will Be Boys','As soon as we arrived here at Light\'s Shield Tower, those two lunkhead paladins ran off to Light\'s Hope Chapel. It\'s still a ways away, but if we\'re going to follow Argus along his tour of the towers, this is about as close as we\'re going to get.$b$bCheck in on them and make sure they\'re alright? I know they can handle themselves, but still, it\'d make me feel better to know that you were watching over them while I\'m stuck here with the caravan.','Find Gidwin Goldbraids at Light\'s Hope Chapel in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27456,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27455,0,0,0,'Gathering Some Grub(s)','We have problems maintaining our food supplies here in the far east.$B$BAround here, the only manner of beast unaffected by the ravages of the plague are the carrion worms. While rather bland in taste, the meat of the worms can easily be preserved to last for months. We will need several hundred more pounds to be fully-stocked.$b$bWhile you can find carrion worms all over the Plaguelands, they can be found in particularly high density to the south of the chapel. And remember: larger worms mean more meat.','Seek out the Carrion Grubs and Devourers of the region. Slay them and harvest 15 Slabs of Carrion Worm Meat.','','','','','','','',13853,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62981,62980,62979,62978,0,0,1,1,1,1,0,0,64641,0,0,0,1,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27457,13202,139,0,262152,39,42,0,0,0,0,0,0,0,0,0,27456,0,0,0,'An Opportune Alliance','With your contributions to the food stores, my current assignment is complete.$b$bI will be heading north, to the Plaguewood, next. I understand you may be headed in the same direction.$b$bDo you mind if I join you on the road?$b$bI will head northwest, to Eastwall Tower. If you\'re interested in teaming up, you can meet up with me there.','Check in with Fiona at Eastwall Tower in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27458,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27455,0,0,0,'Smokey and the Bandage','Hey there! Interested in makin\' a buck?$b$bI need to get a bandage. Well, actually, I got a friend who needs to get a bandage. Well actually... let\'s just say it\'s complicated, but if you go get this bandage, you make money. And so do I. And my friend. Possibly other people.$b$bStephen Browman used to own the mill to the north, now he\'s dead. A zombie. The guy at the top wants to have the wrappings from Browman\'s body.$b$bWhat\'s the matter, you don\'t like money?','Obtain Browman\'s Wrappings from Stephen Browman at Browman\'s Mill.','','','','','','','',62028,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27459,13202,139,0,262152,39,42,0,0,0,0,0,0,0,0,0,27455,0,0,0,'The Brotherhood of Light','The Brotherhood of Light has a history of brash, thoughtless decisions. They bridged a gap between the Scarlet Crusade and the Argent Dawn. They were among the first to plunge into Northrend, while many of us lingered behind.$b$bHowever, they also have a history of getting results, which I respect. They fight on two fronts now: one battle in Stratholme, and another, more immediate battle to the south at Tyr\'s Hand.$b$bI suggest you speak with Angela Dosantos at Tyr\'s Hand. You may be of service.','Report to Archmage Angela Dosantos at Tyr\'s Hand in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,1,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27460,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27459,0,0,0,'Soft Landing','We were only given one hundred men to complete this mission, and we\'re already down by one. Our scout was sent into the enemy stronghold to clear out some of the guards that patrol the area, and to send off a flare so we could enter with a coordinated attack. Our ninety-nine remaining men lie at the ready, waiting for that flare. I need a talented $c like you to sneak into Tyr\'s Hand, take out as many of their guards as possible, and then set off that flare.$b$bAre you up to it?','Kill any 10 Scarlet Crusade creatures within Tyr\'s Hand.','','','','Tyr\'s Hand Scarlet Crusader slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,9447,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,82238,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27461,13202,139,0,262152,39,42,0,0,0,0,0,0,0,0,0,27618,0,0,0,'To Take the Abbey','The Scarlet Crusade maintains a well-fortified abbey in the lower western tier of Tyr\'s Hand. The abbey will need to be secured before proceeding any further into the stronghold.','Report to Commander Eligor Dawnbringer outside the abbey at Tyr\'s Hand in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,1,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27462,13202,139,0,262152,39,42,0,0,0,0,0,0,0,0,0,27460,0,0,0,'To Take the Barracks','One of the key fortifications within Tyr\'s Hand is the barracks, which lies right next to this flare. The Brotherhood of Light and their centurions will need all the help they can get in sacking it.','Report to Crusade Commander Korfax in front of the Barracks at Tyr\'s Hand in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,1,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27463,13202,139,0,262152,39,42,0,0,0,0,0,0,0,0,0,27455,0,0,0,'A Boyhood Dream','I\'ve always wanted to join the Crusade. It\'s the reason I became a paladin. Years of practice, honing my craft... I\'m finally ready.$b$bTarenar thinks he\'s ready, too, but I\'m not sure. He\'s a bit of a showboat, and he never took his lessons seriously. Still, we promised we\'d do this together, and here we are.$b$bShall we head into the chapel now?','Speak with Lord Maxwell Tyrosus within Light\'s Hope Chapel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,1,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27464,13202,139,0,2097160,39,42,0,0,0,0,0,0,0,0,0,27463,0,61309,1,'Argent Call: The Trial of the Crypt','Behind our chapel, you will find a small crypt. Interred within are the bodies of our fallen heroes; those who gave their lives in the war against the Scourge.$b$bTheir spirits are at peace, but they return intermittently to test new members of the order.$b$bThe three of you may test together. Enter the crypt, then read from this scroll. Lord Raymond George - my predecessor - will preside over your test.','Enter the Crypt behind Light\'s Hope Chapel, read from the Argent Scroll, then complete his test.','','','','Trial of the Crypt completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,45707,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,7,0,0,0,0,0,0,11500,0,0,81778,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27465,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27464,0,0,0,'Argent Call: The Noxious Glade','Browman\'s Mill, to the north, is infested with undead. The Noxious Glade, even farther to the north, is even more heavily infested. Despite their proximity to our chapel, we have been unable to completely remove them.$b$bVigilance is key. Travel into the Noxious Vale and slay as many undead as you can find... and the cultists that roam among them.$b$bWhile there, make sure to avoid Garginox, the flesh giant that roams the vale. I suspect you are not strong enough to defeat him.','Slay 16 Scourge and 8 Cultists within Browman Mill and the Noxious Glade. Return to Light\'s Hope Chapel if Tarenar or Gidwin is slain.','','','','Noxious Glade Scourge slain','Noxious Glade Cultists slain','','',0,0,0,0,0,0,0,0,0,0,0,0,8545,45691,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,6,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27466,13202,139,0,262152,39,43,0,0,0,0,0,0,0,0,0,27465,0,0,0,'Argent Call: Northdale','Tyrosus has given us our next task: slaying more undead in Northdale. Gidwin is excited to move forward, but I think we should show a little more caution.$b$bLet\'s meet up with Fiona. She should be at the next tower by now... Eastwall Tower, I think it\'s called. It\'s close by, to the northwest of Light\'s Hope. We can rest there, and plan our attack on Northdale.','Speak with Fiona at Eastwall Tower in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(27467,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27464,0,61302,1,'Buried Blades','The Noxious Glade is a quagmire, both literally and figuratively. There\'s enough Scourge up there to give us trouble for the rest of both of our lifetimes.$b$bThey can re-animate the weaker ones when they die, $N. They will never stop coming if we don\'t do something.$b$bTake these blades and drive them through the corpses of any Scourge troopers you find. The blade is simple, but its enchantment will prevent the dead bones from being reanimated. Forever.','Bury the Light-Touched Blades in the bodies of 10 Slain Scourge Troopers.','','','','Blades buried','','','',0,0,0,0,0,0,0,0,0,0,0,0,45695,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,62984,62983,62982,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27469,13202,1583,0,262152,57,58,81,0,0,0,0,0,0,0,0,0,0,0,0,'Friends on The Other Side','I come with news from Blackrock Spire. We have a new visitor. His name is Acride.$B$BHe seeks people of strength, people of intelligence, of dexterity. You ought to go to Blackrock Spire and speak with him.','Find Acride.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27470,13202,1583,0,262152,57,58,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Potential Ally','It is no secret that we aren\'t fans of the orcs in Blackrock Mountain, but we do carefully watch their every move. Nothing happens in that Mountain without me knowing about it, $c.$B$BRecently, a different sort of orc came into Blackrock. He resides just inside Blackrock Spire, and I know he\'s somehow planning to overthrow Nefarian and his whole army of orcs. Normally I wouldn\'t trust their kind, but we share a common goal for the time being. Find him, he\'s called Acride.','Find Acride.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27471,13202,1583,0,262152,57,58,81,0,0,0,0,0,0,0,0,0,0,0,0,'Blackrock Anomaly','There is an orc inside Blackrock Spire much unlike the others. He speaks with the intelligence and wisdom of one beyond his appeared years, and does not fight against our soldiers like the others do.$B$BYou must travel northwest to Blackrock Spire and find this orc, known only to us as Acride. Perhaps he is the key to stopping the orcish army. Perhaps we can stop Nefarian before it is too late...','Find Acride.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27472,13202,130,0,7340032,13,16,0,0,0,0,0,0,0,0,0,27438,0,0,0,'Rise, Godfrey','You are unwavering in your loyalty to the Forsaken, $N. Know that what you have done for us - for the Horde - will not go unnoticed. With Lord Godfrey and his men recovered, we will have a great advantage over the Gilneas Liberation Front and the rest of the Alliance dogs.$B$BNow stand by my side as Lord Godfrey is reborn as one of us. Together we will bring him and his men into the fold.','Stand by Lady Sylvanas Windrunner as she initiates Lord Godfrey and his men.','Today marks a new beginning for the Forsaken and the end of the Alliance in Lordaeron!','','','Lord Godfrey Reborn','','','',0,0,0,0,0,0,0,0,0,0,0,0,45617,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,8,0,0,0,0,0,0,3300,0,0,85206,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27474,13202,130,0,8388616,14,17,0,0,0,0,0,0,0,0,0,27472,27476,0,0,'Breaking the Barrier','While Godfrey and I make preparations for our assault upon Gilneas, I want you to lead our attack upon Ambermill, directly east of here.$B$BThe former Dalaran magi of Ambermill have erected a magical barrier that somehow cloaks them from vision. They currently reside within some type of pocket dimension, awaiting orders from the Alliance to begin their attack. We must prevent their assault by making a pre-emptive strike. Venture to Ambermill and find information that would grant us access to the mages.','Find the Ambermill Codex.','','','','','','','',61306,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27475,13202,130,0,8,14,17,0,0,0,0,0,0,0,0,0,27472,0,0,0,'Unyielding Servitors','The magi of Ambermill have employed foul magic to keep us away. Elemental servitors created with immunities that we cannot breach protect their territory.$B$BVenture east to Ambermill and slay the unyielding elemental servitors that guard the town and recover their cores. Bring their cores back to me so that I may devise a method by which we are able to destroy them all!','Retrieve 6 Servitor Cores.','','','','','','','',61307,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27476,13202,130,0,8,14,18,0,0,0,0,0,0,0,0,0,0,27478,61306,1,'Dalar Dawnweaver','Take the codex and travel north to the Sepulcher. Once there, find Dalar Dawnweaver. Dalar is a former archmage of the Kirin Tor. Surely he will be able to bring down the protective wards surrounding this codex and pry its secrets loose.$B$BHurry, $N.','Deliver the Ambermill Codex to Dalar Dawnweaver at the Sepulcher in Silverpine Forest.','','','','','','','',61306,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27477,13202,139,0,8,39,43,0,0,0,0,0,0,0,0,0,27466,0,0,0,'The Corpulent One','North of here and west of Northdale, you will find the corpulent maggot beast, Borelgore.$B$BI\'ve lost entire regiments to that monster. His size knows no bounds! The more he eats the greater his girth becomes...$B$BWhile I would not suffer any emotional harm should the beast devour you, I would prefer that you were the victor. Borelgore has been known to devour others who tried to hunt him.','Find Borelgore in the northern wastes of Eastern Plaguelands and destroy him.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11896,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62987,62986,62985,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27478,13202,36,0,8,14,18,0,0,0,0,0,0,0,0,0,0,27484,0,0,'Relios the Relic Keeper','The Dark Lady is correct in her assertion that I am able to unlock the codex. Unfortunately, I need a signet ring from a Dalaran archmage to do it. My own ring was taken when I died many years ago, but there still might be a way.$B$BWhile Dalaran has floated away, the outskirts of the city remain. Far to the east lie the ruins of Dalaran. It is there that you will find an archmage known as Relios. \"Take\" his signet ring and bring it back to me.$B$BYou may use the portal behind me to get to the crater.','Find a Dalaran Archmage\'s Signet Ring.','','','','','','','',61312,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62878,62876,62875,0,0,0,1,1,1,0,0,0,62877,0,0,0,1,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27479,13202,139,0,8,39,43,0,0,0,0,0,0,0,0,0,27466,0,0,0,'Righteous Indignation','The Mossflayers of Zul\'Mashar spit in the face of the Light! They cannibalize, they criminalize, they prioritize the forces of evil over good! I advise that you remove their eyes, and give rise to the demise and the goodbyes of the unwise!$b$bYou will travel north, and you will rain down on them with righteous justice and indignation, $N. The fury that they have wrought in the eyes of the Light shall be channeled through you.','Obtain 30 Mossflayer Eyes from Mossflayer trolls in Zul\'Mashar.','','','','','','','',61313,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27480,13202,36,0,0,14,18,0,0,0,0,0,0,0,0,0,27476,0,61311,1,'Ley Energies','The arcane remnant pulses with strange energy. Perhaps you should search for more remnants. Surely Dalar would be interested in such a find.','Recover 8 Arcane Remnants.','','','','','','','',61311,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27481,13202,139,0,65544,39,43,0,0,0,0,0,0,0,0,0,27466,0,0,0,'Out of the Ziggurat','It is time that I asked a favor of you, $N.$b$bFar to the north of Eastwall Tower, hidden among the hills, is the Mossflayer capital city of Zul\'Mashar. It was here that I was born, and here that I died.$b$bThe traitor, Thresh\'jin, sits atop Zul\'Mashar\'s ziggurat. It was my every right to be there, but he took the seat from me with treachery and deceit. He is not strong. He is weak.$b$bI will meet you in Zul\'Mashar, and we will kill him. Your strength and mine. Together.','Obtain the Body of Warlord Thresh\'jin.','','','','','','','',61315,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27482,13202,139,0,589824,39,43,0,0,0,0,0,0,0,0,0,27481,0,61316,1,'Into the Flames','This is the last time you will see me, $N. I am leaving the caravan.$b$bIf you want to continue fighting by my side, hang on to Thresh\'jin\'s body. I can wait for a while longer. When you are ready to say goodbye, throw the body into the bonfire atop Zul\'Mashar\'s ziggurat.$b$bThank you for your companionship, $n. You were strong.','When you are ready to part with Vex\'tul, throw Warlord Thresh\'jin\'s body into the bonfire atop Zul\'Mashar\'s ziggurat.','','','','Warlord Thresh\'jin\'s Body burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,45738,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62991,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27483,13202,36,0,8,14,18,0,0,0,0,0,0,0,0,0,27476,0,0,0,'Practical Vengeance','Under ordinary circumstances I am not a vengeful man. In fact, I am somewhat of a pragmatist. You see, practicality is a paradoxical notion to vengeance. Most revenge ploys are highly impractical.$B$BBUT... in this case - since you\'re already going to the ruins of Dalaran - you might as well kill every Dalaran affiliated human that you see. The reasons that I want them dead range from hatred to anger to betrayal, but I assure you they are all legitimate gripes. Do this for me and I will pay you handsomely.','Kill any 12 Dalaran humans.','','','','Dalaran Human slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,2358,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,62882,62881,62880,62879,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27484,13202,130,0,262152,14,18,0,0,0,0,0,0,0,0,0,0,27512,61312,1,'Only One May Enter','$B$BHAHAH!$B$BOh... That\'s bad.$B$B$B$BWith this ring only ONE may enter the pocket dimension at Amber Mill. That person will then need to fight through an army of magi and kill the archmage that is generating the phase from the inside. Only then will the dimension fold, ejecting all of the magi.$B$BThe portal to entry is hidden at the back of a cave in Beren\'s Peril.$B$BThat\'s all I know. Take the ring back to Sylvanas.','Take the Dalaran Archmage\'s Signet Ring to Lady Sylvanas Windrunner at the Forsaken Front in Silverpine Forest.','','','','','','','',61312,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28294,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28282,0,0,0,'The Kirthaven Summit','After the licking we just gave \'em, the Dragonmaw assaults on Thundermar ought to stop. Maybe the Wildhammer do have a place in your Alliance - we Thundermars certainly owe you a debt.$B$BUp in Kirthaven, our Grand Shaman Lachlan MacGraff has been trying to arrange a summit between the surviving Wildhammer family leaders. It\'s a tall order to get us all to work together, but I\'m at least willing to give it a go.$B$BFly up to Kirthaven in the North and talk to Lachlan MacGraff. I\'ll meet you there!','Speak with Lachlan MacGraff at Kirthaven in Twilight Highlands.','','','Speak with Lachlan MacGraff at Kirthaven.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,89943,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27487,13202,139,0,2097160,39,43,0,0,0,0,0,0,0,0,0,27466,0,0,0,'Ix\'lar the Underlord','I know we\'re supposed to head to Northdale, but that can wait, right? Besides, this lovely little goblin was just telling me about some Scourge that are even closer by.$b$bSo apparently there\'s this nerubian underlord named Ix\'lar that has been trying to make a name for himself ever since the Lich King was slain. He\'s set up a camp of undead to our north.$b$bSure, Tyrosus wants us to kill banshees in Northdale. We\'ll get to that. But let\'s kill this nerubian first, while we\'re close!','Kill Ix\'lar the Underlord and 10 of his minions.','','','','','Ix\'lar\'s minion slain','','',0,0,0,0,0,0,0,0,0,0,0,0,45744,45743,0,0,1,10,0,0,0,0,0,0,0,0,0,0,62995,62994,62993,62992,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,85807,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27488,13202,139,0,8,39,43,0,0,0,0,0,0,0,0,0,27487,0,0,0,'Impatience','Damn that dwarf. He\'s always getting me in trouble with Fiona. Look at her! She won\'t even TALK to me!$b$bI\'m going to stay here and try to mend my friendship with our worgen friend. Would you mind going out and making sure Gidwin is alright? I\'m sure he\'s fine; he knows how to take care of himself. He headed north, and he can\'t have gone far.','Search for Gidwin Goldbraids in Northdale.','','','','','','','',61318,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,30300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27489,13202,139,0,8,39,43,0,0,0,0,0,0,0,0,0,27488,0,0,0,'Nobody to Blame but Myself','This is my fault. I... I ignored his warnings, his complaints, everything. I couldn\'t help myself - I saw those Scourge just beyond the tower, and I... I HAD to go kill them.$b$bArgus says that Gidwin was taken northwest, and that\'s our only lead, so that\'s where we\'ll head.$b$bNorthdale and the Argent Crusade be damned! We\'re getting Gidwin back from those Scourge trash.','Hop in Fiona\'s Caravan and ride to Northpass Tower.','','','','Ride Fiona\'s Caravan to Northpass Tower','','','',0,0,0,0,0,0,0,0,0,0,0,0,45400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27506,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,61323,1,'Life from Death','$R, I have a task for you.$B$BTake these ruby seeds and plant them at the corpses of any dragonkin that you come across. Twilight or Vermillion, whelping or dragon, it matters not. We need to see that their bodies are returned to the earth so that life can continue to flourish.$B$BIn death, there should always be new life. This may be our one consolation during times of war and great tragedy.','Plant Ruby Seeds at the corpses of 6 dragonkin within the Vermillion Redoubt.','','','Return to Baelflame within the Vermillion Redoubt.','Dragonkin corpse reclaimed','','','',0,0,0,0,0,0,0,0,0,0,0,0,45503,0,0,0,6,0,0,0,85389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28101,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mathias\' Command','Recent events make it even more apparent that holing up here and making sporadic attacks on Grim Batol isn\'t enough to keep our kind safe, much less retake Grim Batol. We need to be more aggressive, we need to strike into their heart.$B$BI\'ve agreed to send dragons to the aid of your commanders. They were already hatching a plan to strike at Grim Batol, so you should focus your attention there first.$B$BYou should be able to find Mathias Shaw in Dragonmaw Pass, in the canyon below us to the south.','Speak to Master Mathias Shaw in Dragowmaw Pass.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27576,13164,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Patchwork Command','Recent events make it even more apparent that holing up here and making sporadic attacks isn\'t enough to keep our kind safe, much less retake Grim Batol. We need to be more aggressive, we need to strike into their heart.$B$BI\'ve agreed to send dragons to the aid of your commanders. They were already hatching a plan to strike at Grim Batol, so you should focus your attention there first.$B$BYou should be able to find Patch in Dragonmaw Pass, in the canyon below us to the south.','Speak to Patch in Dragowmaw Pass.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27509,13164,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,61385,1,'Breach in the Defenses','Every inch of air and every hill surrounding the redoubt is constantly under the watchful eye of Lira\'s drakes. They must have found a way into the shrine from beneath.$B$BTake this Flashgrowth mote. It should prove more than sufficient to close any hole, tunnel, or portal they might have used to get inside our defenses.$B$BFind the breach in our defenses. Close it.','Find the source of the Twilight\'s Hammer in the Vermillion Redoubt and destroy it.','','','Return to Calen in the Vermillion Redoubt.','Twilight Portal destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,45901,0,0,0,1,0,0,0,28698,0,0,0,0,0,0,0,63780,63775,63776,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27507,13164,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encroaching Twilight','Fragile Twilight invaders litter the redoubt. They\'re pouring in from somewhere to the west.$B$BThere can be no mercy offered to them within this hallowed place. Whatever violence grips your moral heart, release it upon them.','Kill 12 Twilight invaders within the Vermillion Redoubt.','','','Return to Calen within the Vermillion Redoubt.','Twilight invaders slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45616,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27508,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Far from the Nest','Look... I know you have no reason to be fond of me, just as I\'m not terribly fond of you, but I need any help I can get.$B$BOur eggs are being stolen by these Twilight invaders. I have no doubt that they want to take them back to Grim Batol to experiment on and pervert. I will NOT let that happen.$B$BIf you truly do want to help us, stop them! Recover the eggs. Bring them back to me.','Recover 6 Vermillion Eggs.','','','Return to Lirastrasza in the Vermillion Redoubt.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45651,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27505,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,27504,0,0,0,'Draconic Mending','Our dragons are returning from battle covered in Twilight corrupted flame and pursued by Twilight drakes.$B$BMy menders can tend to our dragons\' wounds, but they must be defended. Keep the drakes off of my menders. Lend your healing to our dragons as well if you are able.$B$BThank you for your help with this. Our battles for Grim Batol are never-ending. We need to get our stongest dragons back into the battle as soon as possible.','Safeguard 5 Vermillion Menders as they heal wounded dragons.','','','Return to Velastrasza in the Vermillion Redoubt.','Vermillion Menders Defended','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63777,63779,63778,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27564,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,27505,0,0,0,'In Defense of the Redoubt','Calen sent word - the Twilight are within the redoubt!$B$BIf there will ever be a time when you can earn his favor, this is it!','Speak to Calen in the Vermillion Redoubt.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27504,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warm Welcome','I won\'t be so impolite as to refuse your aid if you\'re offering it.$B$BWe\'re locked in constant battle with the twilight drakes and dragons to the south. Our strikes have not been entirely without success, but the dragons coming out of Grim Batol have been breathing some kind of corruption upon us that takes time to cleanse.$B$BVelastrasza and Baleflame are attending to our injured brothers. Go and see if you can be of help to them. ','Speak to Velastrasza within the Vermillion Redoubt. ','','','Speak to Velastrasza within the Vermillion Redoubt.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71000,0,0,0,0,0,0,0,0,0,0,312300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27498,13202,4922,0,852096,84,85,0,0,0,0,0,0,0,0,0,0,27500,61511,1,'Signal the Attack','Now that you\'ve lured Skullcrusher the Mountain away from the Twilight Gate, it\'s time to signal your forces at Victor\'s Point to attack!','Use the Attack Signal from atop one of the towers at the Twilight Gate.','','','','Attack signaled','','','',0,0,0,0,0,0,0,0,0,0,0,0,46000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27499,13202,4922,0,589952,84,85,0,0,0,0,0,0,0,0,0,27495,0,61511,1,'Signal the Attack','Now that you\'ve lured Skullcrusher the Mountain away from the Twilight Gate, it\'s time to signal your forces at Crushblow to attack!','Use the Attack Signal from atop one of the towers at the Twilight Gate.','','','','Attack signaled','','','',0,0,0,0,0,0,0,0,0,0,0,0,46000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27500,13202,4922,0,524416,84,85,0,0,0,0,0,0,0,0,0,27588,27502,0,0,'Four Heads are Better than None','Now while the attack upon the Twilight Gate is launched, there is one last loose end to tie up: Za\'brox and Beeble\'phod, the disciples of Cho\'gall.$B$BIntelligence has placed them within the Den of the Disciples, a small ogre cave at the southwest corner of the Twilight Gate.$B$BYou\'re fairly certain that Cassius and Kurdran will want proof of their deaths.','Collect the four heads of Za\'brox and Beeble\'phod.','','','','','','','',61924,61927,61926,61925,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63747,63745,63746,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27501,13164,4922,0,524416,84,85,0,0,0,0,0,0,0,0,0,0,27503,0,0,'Four Heads are Better than None','Now while the attack upon the Twilight Gate is launched, there is one last loose end to tie up: Za\'brox and Beeble\'phod, the disciples of Cho\'gall.$B$BIntelligence has placed them within the Den of the Disciples, a small ogre cave at the southwest corner of the Twilight Gate.$B$BYou\'re fairly certain that Lady Cozwyn and Zaela will want proof of their deaths.','Collect the four heads of Za\'brox and Beeble\'phod.','','','','','','','',61924,61927,61926,61925,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63744,63742,63743,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27609,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Four Heads are Better than None','Now, while we\'re about to launch the attack upon the Twilight Gate, there is one last loose end to tie up: Za\'brox and Beeble\'phod, the disciples of Cho\'gall.$B$BIntelligence has placed them within the Den of the Disciples, a small ogre cave at the southwest corner of the Twilight Gate.$B$BPlease head back in and kill them.','Collect the four heads of Za\'brok and Beeble\'phod.','','','Return to Lady Cozwynn at Crushblow.','','','','',61924,61927,61926,61925,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63744,63743,63742,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27492,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,28248,0,0,0,'Ogres & Ettins','As with any offensive, you first need to soften them up. We\'ve been having a heck of a time getting in there. But someone like you... well, let\'s just say I have no doubt in my mind that you can get into the Twilight Gate to the southwest and teach the Bloodeye Clan ogres and ettins a thing or two!','Slay 10 ogres or ettins at the Twilight Gate.','','','Return to Kurdran Wildhammer at Victor\'s Point.','Bloodeye Clan ogres & ettins slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45787,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27503,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,27609,0,0,0,'Up to the Citadel','Now that the attack is underway, it\'s time to deal with the Twilight Citadel. If you don\'t mind, I\'d like for you to escort the Kor\'kron forces up to Garona.$B$BShe\'s hiding somewhere up top. The Kor\'kron squad commander can tell you where.$B$BThank you, $N. We look forward to joining you in the assault upon the Citadel!','Speak with the Kor\'kron Squad Commander and then escort the Kor\'kron squad.','','','','Speak to the Squad commander','Kor\'kron escorted','','',0,0,0,0,0,0,0,0,0,0,0,0,46117,46121,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27497,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,61367,1,'Call in the Artillery','A pity that we\'re no longer allowed to drop the Plague on our enemies. It would prove quite effective in this situation. Oh well, at least we have war machines to destroy their precious gates.$B$BI want you to take this flare. Use it to mark each of the four buildings within the Twilight Gate to the northwest. The war machines will handle the rest.','Use the Artillery Flare to target the Northern, Northeastern, Southwestern, and Southern buildings at the Twilight Gate.','','','Return to Lady Cozwynn at Crushblow.','Northern building targeted','Northeastern building targeted','Southwestern building targeted','Southern building targeted',0,0,0,0,0,0,0,0,0,0,0,0,45865,45864,45863,45862,1,1,1,1,0,0,0,0,0,0,0,0,63750,63749,63748,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27491,13202,4922,0,0,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kor\'kron Drop','Garona and a detachment of the Kor\'kron are here to assist us with operations up top in the Twilight Citadel. I need you to escort them there.$B$BI\'ve called upon a local tribe of trolls to give us a lift in with their wind riders. The assassins have some things that they need to do down in the Twilight Gate area first, though.$B$BSpeak with the troll chief, Jon-Jon Jellyneck and get yourself a detachment of Kor\'kron to drop off. You\'ll fly them in. A big red X marks the spot.','Get a Crushblow Wind Rider squad from Jon-Jon Jellyneck and then escort them to the drop off point in the Twilight Gate.','','','Return to Lady Cozwynn at Crushblow.','Get wind rider squad','Kor\'kron dropped off','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27590,13202,4922,0,327816,84,85,0,0,0,0,0,0,0,0,0,0,0,61511,1,'Signal the Attack','Now that you\'ve lured Skullcrusher the Mountain away from the Twilight Gate, I need you to signal our forces to attack!','Use the Attack Signal from atop one of the towers at the Twilight Gate.','','','','Attack signaled','','','',0,0,0,0,0,0,0,0,0,0,0,0,46000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27495,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,27493,0,0,0,'Move the Mountain','If the Twilight Gate is to fall, we must get Skullcrusher the Mountain out of there!$B$BBefore they left, I saw to it that your Kor\'kron assassins took some explosives hidden in a Twilight\'s Hammer crate. By now, they will have planted them on the steps leading up to the upper portion of the Citadel.$B$BI want you to set the explosives off and then signal us when that monster\'s out of the way.$B$BThat\'s when we\'ll attack and finish off the ogre compound!','Detonate the Hidden Explosives to lure Skullcrusher the Mountain away from the Twilight Gate.','','','','Hidden explosives detonated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27493,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,28249,0,0,0,'Ogres & Ettins','I want you to get in there past those boulders to the northwest at the Twilight Gate. Kill every Bloodeye Clan ogre and ettin in site. Think you can handle that for me, $N?','Slay 10 Bloodeye Clan ogres or ettins at the Twilight Gate.','','','Return to Warlord Zaela at Crushblow.','Bloodeye Clan ogres & ettins slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45787,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27510,13202,130,0,8,14,18,0,0,0,0,0,0,0,0,0,27484,0,0,0,'A Wolf in Bear\'s Clothing','These worgen take us for fools! One would think that only an idiot would mistake one of their druids in bear form as a real bear. Unfortunately, there are many idiots here at the Forsaken Front. We\'ve already lost a few battalions to organized worgen bear attacks. Yes, it\'s even more idiotic than it sounds.$B$BDirectly east of here, heading towards Hillsbrad, you will find worgen druids roaming the woods, masquerading as bears. Kill them and make our southern supply line safe again.','Kill 10 Inconspicuous Bears.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45750,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,62885,62884,62883,0,0,0,1,1,1,0,0,0,62909,0,0,0,5,0,0,0,76,68,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27176,13202,5034,0,262272,83,83,0,0,0,0,0,0,0,0,0,0,27196,60859,1,'Just the Tip','The etching around the surface of this object indicates that it is of ancient origins, and yet no signs of wear can be detected.$b$bA hole on its edge, full of splintered wood, assures you that it is meant to be mounted on a wooden pole of some sort.$b$bBefore showing this find to Doctor Jones, you set off to find the missing staff.','Obtain the Sultan\'s Staff, then use the Elaborate Disc to create the Shaft of the Stars.','','','Bring the Staff of the Stars to Harrison Jones at the Obelisk of the Stars.','','','','',60868,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65889,65888,65887,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27512,13202,130,0,262152,14,18,0,0,0,0,0,0,0,0,0,0,27513,61312,1,'Transdimensional Warfare: Chapter I','$B$BTake the ring and make your way to Beren\'s Peril, southeast of here, located in a cave in the hills. Once there, search the cave for the portal to the pocket dimension that conceals the Ambermill magi.$B$BI will communicate with you through your thoughts, $N. Once you have reached the portal I will give you your marching orders.','Find the Ambermill Dimensional Portal.','','','','','','','',61312,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27513,13202,130,0,589824,14,18,0,0,0,0,0,0,0,0,0,0,27518,0,0,'Transdimensional Warfare: Chapter II','$B$BYou are now ready to use the portal. Be warned, $N, once you step through you will appear in another dimension at Ambermill. There will be a hundred, perhaps a thousand, magi waiting to kill you.$B$BYou must persevere and kill all in your path.','Kill 20 Ambermill mages.','','','','Ambermill Mage slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45756,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27341,13164,4922,0,8388748,84,84,0,0,0,0,0,0,0,0,0,0,27514,0,0,'Scouting the Shore','It\'s them or us, $c. Only one of us can command this beach.$B$BNorth of here you\'ll see a small hill with a commanding view of the shoreline. Whoever controls that hill will have the upper hand up and down the shore!$B$BI need to know what the current situation is. Scout the beach head control point, marked by that enormous flag, and return to me.$B$BYou don\'t have to try to capture it, unless you\'re spoiling for a fight...','Scout the Beach Head Control Point on the Twilight Shore. You don\'t need to capture it, but doing so will give your side a combat advantage and flag you for PvP.','','','Return to Lieutenant Emry on the Twilight Shore.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27366,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,27514,0,0,'Landgrab','The Horde\'s Axebite Marines are all up in my precious, precious beach.$B$B$B$BKill them.','Slay 12 Axebite Marines on the Twilight Shores in Twilight Highlands.','','','Report your success to Lieutenant Emry on the Twilight Shores.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45175,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,63893,63892,63891,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27514,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bird Down! Bird Down!','While you were fighting along the coast, I spotted a gryphon tumble out of the clouds almost due west of here.$B$BIt wasn\'t one of ours.$B$BLikely it belonged to one of the Wildhammer. I know that Kurdran wanted to establish contact with the lost Wildhammer clans as one of his primary objectives after taking the beach. $B$BI can\'t spare any more of my men to scout it out, but I can spare you. Find that downed Wildhammer!','Locate Thordun Hammerblow, a downed wildhammer gryphon-rider, at the Twilight Shores in Twilight Highlands.','','','Locate Thordun Hammerblow, a downed wildhammer gryphon-rider, at the Twilight Shores.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27520,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28135,0,0,0,'Minions of Al\'Akir','Al\'Akir has sent his minions to do Deathwing\'s bidding.$B$BThe message is clear. We join them or they destroy us.$B$BI do not know much about you, $r. But I do know this. If you prove yourself to be an enemy of Al\'Akir\'s, your aid will not go unnoticed.$B$BWhat do you say, $c?','Slay 6 Scions of Al\'Akir.','','','Return to Prince Nadun at Orsis.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45755,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,65810,65809,65811,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27518,13202,130,0,4718592,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,'Transdimensional Warfare: Chapter III','$B$BYou must find the being responsible for keeping this dimensional pocket active. Likely that fool, Ataeric... Search the compound for him. Should you find him, do what you must to stop him from channeling his magic. He is undoubtedly protected by a powerful arcane shield, and will send minions of arcane energy after you. Defeat the minions while they are near him to unleash their energies. No mage can handle that much power!','Overload Archmage Ataeric with arcane power to bring down the Transdimensional Shield.','','','','Transdimensional Shield destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,45769,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62891,62890,62889,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28781,13164,5396,0,136,83,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'Targets of Opportunity','We were part of a clandestine operation put together by Prince Nadun of Ramkahen. We lost most of our unit during an ambush and we\'re now unable to finish our mission.$B$BShould you be up for it, I can arrange for a sizable reward for you.$B$BWe were instructed to take out any targets of opportunity that would damage the enemy\'s military infrastructure.$B$BWe\'ve spotted General Husam and two of his captains up ahead. Slaying them for us will be a great favor for Ramkahen.','Slay General Husam and 2 Oathsworn Captains.','Excellent work, $N. Your reputation is well-deserved.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44577,45122,0,0,1,2,0,0,0,0,0,0,0,0,0,0,66907,66905,66906,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28654,13164,4945,0,128,83,83,81,0,0,0,0,0,0,0,0,28633,0,0,0,'The Heart of the Matter','Well, $gladdie:little lady;, half of me wishes I could stick around a while and take in the sights with ye.$b$bI\'ve seen some mighty amazin\' things in my day, but this here takes the cake.$b$bSadly, I have a fair bit o\' research ta do on these discs before I make my way into the Halls of Origination.$b$bYou seem ta be worth your salt, perhaps ye\'d like ta tag along and see how a REAL archaeologist works, eh?','Brann Bronzebeard wants you to meet him in the Halls of Origination.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27521,13202,139,0,8,39,44,0,0,0,0,0,0,0,0,0,27489,0,0,0,'Wretched Hive of Scum and Villainy','$R... please, I ask your help.$b$bSomething\'s happened to my people. Our commander, Ranger Lord Hawkspear, came upon an item of magical energy, and my friends, my family... they succumbed to its seductive power.$b$bThey\'re corrupted, $r. All of them.$b$bMy Ellaria wouldn\'t want to live like that, nor would any of my brothers. Please, put them out of their misery. Quel\'lithien Lodge is not far; it\'s just up the hill, to the northwest.','Kill 9 Wretched at Quel\'lithien Lodge in Eastern Plaguelands.','','','','Quel\'lithien Wretched slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,8563,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27522,13202,139,0,8,39,44,0,0,0,0,0,0,0,0,0,27489,0,0,0,'Beat it Out of Them','We paladins are normally taught to exercise judgment and control when dealing with foes, but this is an emergency, and I never paid too much attention to my trainers anyhow.$b$bI\'m going to head into the Plaguewood and find out what I can about Giddy. You deal with the Scourge just to our northeast, on the other side of this tower. The undead don\'t fear death, but if you beat them enough, their tongues might slip, and we may get some clues to Gidwin\'s location.','Beat down at least 6 Scourge Siege Engineers to discover details about Gidwin\'s location and his captor.','','','','Scourge Siege Engineer beaten','Discover Gidwin\'s location','Discover Gidwin\'s captor','',0,0,0,0,0,0,0,0,0,0,0,0,17878,45845,45846,0,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27523,13202,139,0,8,39,44,0,0,0,0,0,0,0,0,0,27489,0,61334,1,'Duskwing, Oh How I Hate Thee...','I have seen many things in my day, $r. The peaks of Mt. Hyjal... the oddities of Outland... a wall of Scourge soldiers, proceeding into war. But I have never seen a bat as big, or as shockingly white, as Duskwing.$B$BHow he taunts me from his roost!$b$bThis albino demon bat circles to the southwest of here, due north of Blackwood Lake. Track him down and destroy him. If he flies too high for you to reach, use my flare to get his attention.\n','Obtain a Patch of Duskwing\'s Fur.','','','','','','','',15850,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63001,63000,62999,62990,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27524,13202,139,0,262152,39,44,0,0,0,0,0,0,0,0,0,27522,0,0,0,'Blind Fury','Tarenar wasn\'t joking when he said that he didn\'t care about judgment and caution. He nearly took off that high elf\'s head as he ran into the Plaguewood, looking for Gidwin. You should go after him.$b$bThe Plaguewood is a big place, $N. Good luck. I hope to see you $g boys: three; come out of the woods in one piece.','Find Tarenar Sunstrike within the Plaguewood in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(27525,13202,139,0,8,39,45,0,0,0,0,0,0,0,0,0,27524,0,0,0,'Guardians of Stratholme','Baroness Anastar holds him? Here in the Plaguewood?$b$bThe Plaguewood is a big place... but we will find him. We WILL find Gidwin.$b$bImmediately to our east and our west are a pair of necropoli that flank the entrance to Stratholme. Inside them, you will find a pair of death knights - Rivendare\'s lieutenants. I doubt either would have any use for a paladin hostage, but perhaps they will have some information on his location.','Kill Omasum Blighthoof and Karthis Darkrune.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45867,45868,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,6,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27526,13202,139,0,8,39,45,0,0,0,0,0,0,0,0,0,27551,0,0,0,'Gidwin\'s Fate Revealed','Quickly - find an entrance to the slaughterhouse to our south. I will meet you on the inside.$b$bBe ready for a fight!','Search for Gidwin Goldbraids within the slaughterhouse in central Plaguewood.','','','','Find Gidwin Goldbraids','','','',0,0,0,0,0,0,0,0,0,0,0,0,45940,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,7,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27527,13202,139,0,8,39,45,0,0,0,0,0,0,0,0,0,27526,0,61379,1,'Journey\'s End','I\'ve had just about enough of the funk of this place. Undead stink is bad enough, and then you add mushrooms to the mix? I hate mushrooms!$b$bI\'m going to head back to Light\'s Hope Chapel, $N... and I\'m taking Tarenar and Fiona with me. I think we\'ve all earned a well-deserved break.$b$bLet me give you this. It\'s my hearthstone - you can use it to travel instantly back to Light\'s Hope. I won\'t need it - I\'m going to be riding in the caravan.$b$bIn the FRONT SEAT.','Speak with Fiona at Light\'s Hope Chapel in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63022,63021,63020,63019,63018,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27528,13202,139,0,8388616,39,44,0,0,0,0,0,0,0,0,0,27524,27530,61369,1,'Scourged Mass','You can\'t just kill the Scourge. They will come back. You must destroy the vile matter that makes up their being... and even then, they may come back as spectres.$b$bFew undead use up as much mass as the lumbering abominations. Kill them, then burn their bodies. You will find them all over the Plaguewood.$b$bNever let your rage dissipate, $r. Remember: these abominations are sewn together from the bodies of good people. Their crime is that they exist.','Kill 8 Overstuffed Golems, then use the Crusader\'s Torch on their corpses.','','','','Overstuffed Golem corpse burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,45911,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27529,13202,139,0,8388616,39,44,0,0,0,0,0,0,0,0,0,27524,27530,0,0,'Defenders of Darrowshire','The battle of Darrowshire was one of the many tragedies that we humans suffered at the hands of the Scourge. Its effects are still felt even today.$b$bMany of the town\'s valiant defenders now roam again as the ghastly servants of the Scourge. We will end their misery.$B$BHunt cannibal ghouls here within the Plaguewood. Many of these fiends were once the good folk of Darrowshire, and destroying their forms now will set their souls free.','Free 8 Darrowshire Spirits from the bodies of Cannibal Ghouls, then speak with them.','','','','Darrowshire Spirits Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,11064,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27530,13202,139,0,8,39,45,0,0,0,0,0,0,0,0,0,0,0,61375,1,'The Corpsebeasts','To the south, gutless cultists are focused on a grim task: re-animating enormous hunks of flesh, to create giants known as corpsebeasts. Luckily for us, these giants are still lifeless and weak.$b$bTake this charm - using it will place a font of holy energy on the ground. If you can manage to place three of them near one of the corpsebeasts that the cultists are reanimating, the holy energy should overload it, destroying its body forever.','Destroy the hulks of three Corpsebeasts by placing three or more Argent Lightwells next to them. You cannot place Argent Lightwells while in combat, and you may not place them within ten yards of one another.','','','','Corpsebeast destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,45886,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,63017,63016,63015,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,6,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27531,13202,139,0,8,41,44,0,0,0,0,0,0,0,0,0,27532,0,0,0,'Counter-Plague Research','I once worked for the so-called \"Banshee-Queen\", Sylvanas, as an apothecary. I used to admire her, but something\'s changed within her. She\'s not herself anymore.$b$bI broke my vows with the Forsaken and joined the Crusade. Now, I use my knowledge of alchemy to seek a counter-plague agent. And the Plaguewood is the perfect place to do so.$b$bI need to resupply a few reagents, any of which can be found within the Plaguewood. I\'ll pay you if you can find any of these items.','Obtain 20 Rotberries, 5 Disembodied Arms, and 1 pile of Flesh Giant Foot Scrapings.','','','','','','','',61364,61365,61366,0,0,0,20,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63010,63009,63008,63007,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27532,13202,139,0,8,41,44,0,0,0,0,0,0,0,0,0,27489,0,61362,1,'The Plaguewood Tower','With the recent, unfortunate developments involving Gidwin, it might not be wise for a man my age to take the dangerous trip through the Plaguewood. This is fine - I can visit the Plaguewood Tower on my next trip around the loop.$b$bI do, however, have a delivery that I need to get to Judkins. You are younger than I, and stronger in combat. Will you take this delivery to him?','Bring Highbeacon\'s Parcel to Argent Apothecary Judkins at Plaguewood Tower in Eastern Plaguelands.','','','','','','','',61362,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,1,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27533,13202,139,0,8,41,44,0,0,0,0,0,0,0,0,0,27535,0,0,0,'A Fate Worse Than Butchery','The people of Terrordale, they were sick, then they turned bad. Definitely not good times.$b$bThe pigs, though... they also got sick! What did pigs do to deserve to get sick? Hah hah hah! Nothing!$b$bPeople I can forget about, but the bad pigs still make me sad. If you kill them, though... I might get happy.','Kill 9 Plagued Swine.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16117,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,63006,63005,63004,63003,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27534,13202,139,0,8,41,44,0,0,0,0,0,0,0,0,0,27533,0,0,0,'Augustus\' Receipt Book','I\'m ready for business! What do you want?$B$BOh wait... I can\'t open up shop without my receipt book. How am I to keep track of things without my receipt book?$B$BI must have left it in town somewhere. I had a room in the inn... the book must be there.$B$BBring me my book. Please, bring it to me! Bring me my book and you\'ll see! I\'ll set up shop and you\'ll see that my prices are INSANE!','Get Augustus\' Receipt Book from the inn in Terrordale.','','','','','','','',15884,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27535,13202,139,0,8,41,44,0,0,0,0,0,0,0,0,0,27532,0,0,0,'Just a Little Touched','I like to check in on Augustus in Terrordale every once in a while, just to make sure he\'s alright. Some of us undead cope with the plague better than others, I suppose.$b$bTerrordale is west of here. Would you mind checking in on him for me?','Speak with Augustus the Touched in Terrordale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,1,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27536,13202,8,0,8388616,51,52,0,0,0,0,0,0,0,0,0,0,27597,0,0,'Mostly Harmless','Here\'s another favor you can do for me, pal.$B$BWe had a whole shipment of Landmines come in from Booty Bay just the other day. But someone stole the whole lot of \'em in the night!$B$BWhoever it was must be sloppy, because they dropped them all over the swamp to the east. No goblin I know would be that careless.$B$BI need you to go gather those landmines up for me. I\'m sure they\'re perfectly safe and disarmed. Every single one. Yup.','Collect 8 Disarmed Land Mines from the Sorrowmurk to the east of Bogpaddle.','','','','','','','',61349,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64589,64599,64608,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27583,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Northern Flank','I have ordered a defensive perimeter set up on our northern coast, at the Slithering Cove. Our scouts reported that the naga were trying to make landfall there.$B$BGralok is in charge of the operation - report to him and secure that beach!','Report to Gralok at the Slithering Cove in Twilight Highlands.','','','Report to Gralok at the Slithering Cove.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27607,13164,4922,0,16777352,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Southern Flank','Our new arrangement with the Horde will put my people in direct conflict with the Alliance.$B$BBring. Them. On.$B$BAs we speak, the Alliance moves up the peninsula to threaten Dragonmaw Port.$B$BFind Rok\'tar to the south - I believe he has set up a command post on one of the shipwrecks - and ensure that the Twilight Shores remain in our control.','Speak with Rok\'tar at the Twilight Shores in Twilight Highlands.','','','Speak with Rok\'tar at the Twilight Shores.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27338,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28599,0,0,0,'Our Boys on the Shore','The situation here in the Highlands changes by the minute. Our objective is to storm the Bastion of Twilight, but I can\'t even secure a landing zone on the shore without the blasted Horde creating trouble.$B$BWhile I scrape together the remains of the fleet, I need men on the shore securing the beach head.$B$BReport to Lieutenant Emry on the shore and help his marines to beat back the Horde!','Report to Lieutenant Emry at the Twilight Shores in the Twilight Highlands.','','','Report to Lieutenant Emry at the Twilight Shores.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27539,13202,139,0,8388616,39,44,0,0,0,0,0,0,0,0,0,27524,27530,0,0,'Add \'em to the Pile','I\'ve been collecting the skulls of the skeletons I defeat. I\'ve amassed a small pile of them.$b$bIf you come across any skulls, you are welcome to add them to my pile. The huge pile of skulls seems to keep the waves of undead at bay and... well... it also just makes me happy to look at it.','Obtain 16 Stinking Skulls from Cursed Mages and Scourge Soldiers in the Plaguewood.','','','','','','','',61372,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63014,63013,63011,62989,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,6,0,0,0,0,0,0,12500,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28486,13164,5034,0,136,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Salhet\'s Gambit','Neferset City is too well defended. The mountain next to it, however, is not.$B$BI\'ve spoken to the ranger captain and he\'s willing to take a handful of his men and secure the strategic mountaintop.$B$BThere is one catch, $N. He agreed, but only if you would spearhead the attack with them.$B$BIt must be a small group, else we\'ll draw the enemies attention too soon, but trust me... the rangers of Ramkahen are as tough as they come. With you by their side we\'ll surely succeed.','Escort the Ramkahen Ranger Captain to higher ground.','','','Return to Salhet at the Neferset City Outskirts.','Higher ground secured','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27542,13202,130,0,0,15,19,0,0,0,0,0,0,0,0,0,27518,0,0,0,'Taking the Battlefront','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27543,13202,130,0,0,15,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'[TEMP PH] What We Have Done','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27544,13202,139,0,8,39,41,0,0,0,0,0,0,0,0,0,27373,0,0,0,'Cenarion Tenacity','Those druids never give up, I swear. I\'d given up on the Plaguelands years ago, but the Cenarion Circle folks keep telling me that the land is not beyond hope.$b$bThe most recent visitor was a night elf, on her way to the Fungal Vale, to the north. She told me that these lands will make a full recovery, if we try hard enough. I\'m not sure I believe her.$b$bDo you buy this drivel? Maybe you and her should talk. She should still be up there.','Speak with Rayne near the entrance to the Fungal Vale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27538,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Perfect Poultice','Are you goin\' by way of the Verrall river delta? I\'ve got a tip that\'ll help your men here... and my bird!$B$BWhen water elementals carve their way through rock, they create a peculiar kind of muck. It dries hard as stone but carries with it the rejuvenating power of water. You make a cast out of that muck and broken bones knit together like iron.$B$BBring some of that muck to Talaa, your shaman downstairs. She\'ll know what to do with it!','Collect 10 piles of Verrall River Muck.','','','Bring the muck to Talaa at Highbank.','','','','',60337,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27547,13202,130,0,8,15,19,0,0,0,0,0,0,0,0,0,27542,0,0,0,'Of No Consequence','Our forces in Pyrewood were recently taken by way of sneak attack. The 7th Legion managed to infiltrate the town with their scouts, ultimately decimating our troops.$B$BThe Dark Lady has tasked us with a rescue mission. We are to find survivors and get them out of Pyrewood safely. If any soldiers live they are likely worthless, but we do as the Dark Lady commands.$B$BLet\'s get this nonsense over with, $N. Pyrewood is directly southwest of the Forsaken Front.','Rescue 8 Cowering Troopers.','','','','Cowering Trooper rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,45910,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27548,13202,130,0,8388616,15,19,0,0,0,0,0,0,0,0,0,27542,0,0,0,'Lessons in Fear','Our enemies are becoming smarter - adapting to our tactics. Recently an attack was made upon Pyrewood Village, southwest of here. Our troops occupying the town were decimated, of course, but what made the attack especially interesting was the racial composition of the attacking force. No humans were used.$B$B$B$BRightfully, they fear being reanimated as Forsaken.$B$BLet us teach the non-humans a lesson in fear. Together we will show them what happens to corpses that we cannot use.','Kill 12 7th Legion Scouts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45883,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29327,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,29335,0,0,0,'Elemental Bonds: Doubt','I do know the one you seek... but I do not know if it is wise for you to follow him. He has cast himself into the cyclone. The winds now tear at his body and mind, leaving nothing but shreds of flesh and doubt.$b$bChasing after him would only expose you to the same fate. The wind\'s edge leaves nothing uncut.$b$bYou have been warned. Now what will you do?','Speak with Cyclonas to secure passage to Thrall. Then, fight the wind elementals that torment him until he is freed.','What is this... water?','','','Protect Thrall from the elements','','','',0,0,0,0,0,0,0,0,0,0,0,0,53518,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27550,13202,130,0,10485768,15,19,0,0,0,0,0,0,0,0,0,27542,0,61374,1,'Pyrewood\'s Fall','The attacks against our front are a distraction. With our attention turned towards the worgen onslaught, the Alliance has managed to take Pyrewood Village from our occupying forces.$B$B$B$BIt must be purged.$B$BWith these torches we will burn Pyrewood Village to the ground, leaving only ashes for the enemy to hide behind.$B$BLet us not waste another minute. Pyrewood Village is located southwest of the Forsaken Front. Lead us there, $N.','Use the Bundle of Torches to torch the Pyrewood Town Hall, Pyrewood Inn and Pyrewood Chapel.','','','','Pyrewood Inn torched','Pyrewood Chapel torched','Pyrewood Town Hall torched','',0,0,0,0,0,0,0,0,0,0,0,0,45937,45938,45939,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,85598,0,0,0,0,0,0,0,10800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27551,13202,139,0,0,39,45,0,0,0,0,0,0,0,0,0,27525,0,61377,1,'The Baroness\' Missive','The note is from Baroness Anastari, and it describes a ritual that is about to happen in the Plaguewood\'s central slaughterhouse - just south of where Tarenar is at. This could be where they\'re holding Gidwin!$b$bTarenar will want to know about this... and quickly, before it\'s too late!','Bring the Baroness\' Missive to Tarenar.','','','','','','','',61377,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27552,13202,139,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'[FLAG] EPL Zone Buff - Flag 1','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27553,13202,139,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'[FLAG] EPL Zone Buff - Flag 2','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27554,13202,139,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'[FLAG] EPL Zone Buff - Flag 3','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27555,13202,139,0,2097160,39,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fiona\'s Lucky Charm','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85612,85612,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27556,13202,139,0,2097160,39,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gidwin\'s Weapon Oil','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85613,85613,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27557,13202,139,0,2097160,39,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tarenar\'s Talisman','','','Tarenar has laid a few holy talismans inside the caravan. They appear to be unused.$b$bThey appear to be magical in nature. If Tarenar isn\'t using them, what\'s the harm in borrowing one for a while?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85614,85614,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27558,13202,139,0,2097160,39,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pamela\'s Doll','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85615,85615,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27559,13202,139,0,2097160,39,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vex\'tul\'s Armbands','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85616,85616,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27560,13202,139,0,2097160,39,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argus\' Journal','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85617,85617,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27561,13202,139,0,2097160,39,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rimblat\'s Stone','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85618,85618,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27562,13202,139,0,2097160,39,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beezil\'s Cog','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85619,85619,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27563,13202,139,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'[FLAG] Beezil\'s Flag','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27565,13202,1584,0,262152,47,52,81,0,0,0,0,0,0,0,0,0,27567,0,0,'Into the Prison','We\'ve managed to infiltrate the Dark Iron Prison!$B$BWell...we may have, anyway.$B$BKevin Dawson had the...honor...of seeing what was going on over there, and we haven\'t heard back from him since. You look like the type that doesn\'t like to die, you should go see if he\'s ok!$B$BHe\'s supposed to be inside the hall on the south end of the cavern ahead...though something tells me he may not have made it quite that far.','Find Kevin Dawson.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27566,13164,0,0,0,60,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gathering in Outland','Greetings, $c. The elements have grown more restless and we seem to be making little progress to a solution for this problem. Some of our wisest shaman have gathered in Nagrand at the Throne of Elements to discuss what ails our land.$b$bHead to the Throne of Elements and speak with Gavan Grayfeather, he will surely have some task for you.','Speak with Gavan Grayfeather at the Throne of Elements in Nagrand.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27567,13202,1584,0,8,47,55,81,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight?! No!','This is a little hard to believe, but there are Twilight\'s Hammer members here in Blackrock Depths! I don\'t know how many there are crawling throughout this place, but I did hear that their lead interrogator, Gerstahn, is in this hallway.$B$BI don\'t know what they\'re here torturing for, but maybe you can find out by confronting Gerstahn?','\"Interrogate\" High Interrogator Gerstahn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9018,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27568,13202,1584,0,262152,51,54,81,0,0,0,0,0,0,0,0,0,27569,0,0,'Infiltrating Shadowforge City','Can ye keep a secret? I have a secret tae share with ye if ye can.$B$BEverybody here is CRAZY!!!$B$BThere\'s goblins over there, Dark Irons right over there, and a giant living fire thing right past this gate! An\' that\'s just what I see in this little cave!$B$BAnd ye! What\'re ye doin\' here!?$B$BOh, I see. Winky sent ye, did he? Sent ye tae talk t\' Prospector Seymour, past this gate and t\' the right, did he? Well go! Oralius doesn\'t even care!$B$B...I\'ll GET YOU FOR THIS WINKY!!!$B$B','Speak to Prospector Seymour.','I would stay away from Oralius. Far, far, far away. He isn\'t quite right in the head.$B$BNow, let\'s get onto business!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27569,13202,1584,0,8,51,55,81,0,0,0,0,0,0,0,0,0,27571,0,0,'Dark Iron Tacticians','General Angerforge and Golem Lord Argelmach lead the Dark Iron armies and their golems against us. If we are to overcome them, the two must be slain.$B$BGo through this door and unlock The Shadowforge Lock, which separates the East and West Garrisons. Then, follow the stairs and keep to the left at the top until you reach the West Garrison. It is there you will find the General and Golem Lord.$B$BKeep your wits about you, they are both well-seasoned combatants. Find Mayara Brightwing should you succeed.','Kill General Angerforge and Golem Lord Argelmach.','I\'m sure you are up to the task I have for you if you\'ve made it this far in one piece.$B$B$B$BBetween you and me, you may want to enjoy yourself in the Grim Guzzler while you\'re there. It could be the last drink you ever have.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9033,8983,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27571,13202,1584,0,8,51,56,81,0,0,0,0,0,0,0,0,0,27573,0,0,'The Grim Guzzler','Some say that the Grim Guzzler is the secret to the Dark Iron war effort. Their warriors recharge there and emerge thirsty for another innocent soul. I think we can seriously hinder them by causing a bit of chaos here.$B$BI need you to start a fight with three of the bar\'s infamous patrons. Damage the kegs and Hurley Blackbreath will come running. Steal items off the tables near Plugger Spazzring and he\'ll fight. As for Ribbly Screwspigot...just talk to the little hothead. Report to Orfus when you\'re done.','Fight Hurley Blackbreath, Plugger Spazzring, and Ribbly Screwspigot.','The Dark Irons took our Thunderbrew. I\'ll never let them live after that. I\'d kill \'em all myself if I could!$B$BHowever, look ahead and you\'ll see we have slightly more dire matters to attend to at the moment.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9537,9499,9543,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27572,13164,0,0,0,60,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gathering in Outland','Greetings, $c. The elements have grown more restless and we seem to be making little progress to a solution for this problem. Some of our wisest shaman have gathered in Nagrand at the Throne of Elements to discuss what ails our land.$b$bHead to the Throne of Elements and speak with our Warchief, he will surely have some task for you.','Speak with Thrall at the Throne of Elements in Nagrand.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27573,13202,1584,0,8,51,57,81,0,0,0,0,0,0,0,0,0,27578,0,0,'The Dark Iron Pact','Ahead is the creature known only as Ambassador Flamelash. He is the ambassador to the Dark Iron Nation from Ragnaros the Firelord. Beyond that chamber is the Summoners\' Tomb, home to the spirits of the seven Dark Iron patriarchs who summoned Ragnaros into our world.$B$BYou may not know of the Great Fire, but he will be the end of Azeroth if he is not stopped, and these individuals are directly tied to his hold over the Dark Iron. Slay them, so that this nation may perhaps one day be redeemed.','Kill Ambassador Flamelash and Doom\'rel.','I cannot proceed any further alone, regardless of my combat experience. The Lyceum has proven too difficult for me. If you are here, though...you might be the key to all of this.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9156,9039,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34700,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27574,13202,130,0,0,15,19,0,0,0,0,0,0,0,0,0,0,27575,61505,1,'I Never Forget a Face','You have discovered a partially digested head. Lord Godfrey perks up when he sees it. Perhaps you should give it to him.','Give the Partially Digested Head to Lord Godfrey in Silverpine Forest.','','','','','','','',61505,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27575,13202,130,0,2097152,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,'From the Belly of the Beast','I think we can rebuild him. Perhaps if we put him back together he can give us information about Crowley.$B$BWe must kill every crocolisk in this marsh until we find the rest of Sean Dempsey\'s body! From the belly of the beast this man will be reborn!','Recover Dempsey\'s Torso, Dempsey\'s Appendages and Dempsey\'s Giblets.','','','','','','','',61506,61507,61508,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62888,62887,62886,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,2000,0,0,85678,0,0,0,0,0,0,0,10800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27303,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27301,0,0,0,'Mercy for the Bound','It goes without saying that I had no desire to stay here, but there were materials we needed for the ritual... I delayed to secure them, and that is what lead to my capture.$B$BI will return to the circle, but I would be indebted to you if you would finish what I could not. We need hearts from the bound fire elementals that the Twilight\'s Hammer enslave in the western portion of the encampment.$B$BThe elementals are without hope, but in this sacrifice they can extract their revenge.$B$BFind me at camp.','Gather 5 Fleshburner Hearts.','','','Speak to Earthcaller Yevaa at the Ring of the Elements.','','','','',60981,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63786,63785,63784,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27577,13202,130,0,8,15,19,0,0,0,0,0,0,0,0,0,27548,0,0,0,'7th Legion Battle Plans','While destroying Pyrewood will certainly garner us an advantage over the Alliance upon the field of battle, our true purpose here is to leave them crippled.$B$BSouthwest of here, near the Greymane Wall, lies the 7th Legion Base Camp. We must search the base camp for battle plans. With the 7th Legion battle plans we will be able to pinpoint all Alliance troop advancement in Silverpine Forest.','Recover the 7th Legion Battle Plan.','','','','','','','',61510,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27578,13202,1584,0,8,51,58,81,0,0,0,0,0,0,0,0,0,0,0,0,'Morgan\'s Fruition','Emperor Dagran Thaurissan has total control over the city from his throne ahead. If we are to stop his armies, we\'re going to have to end their emperor\'s reign.$B$BYou\'ll need to get past his personal guard, including the giant Magmus, to reach him. Move as quickly as possible - if word gets out before you finish, the entire city will descend upon his throne.$B$BNote that the doors across the Lyceum will only open once you\'ve lit the braziers with torches from the flamekeepers. Good luck.','Kill Emperor Dagran Thaurissan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9019,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65932,65956,65980,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35300,0,0,0,0,0,0,0,0,0,0,40500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27579,13202,1584,0,262152,47,52,81,0,0,0,0,0,0,0,0,0,27581,0,0,'Into the Prison','Da Twilight\'s Hammer be here for some reason. We don\'t know why, but Thal\'trak be lettin\' you in on a lil\' secret of ours - da rogue Lexlort waits outside da hall where High Interrogator Gerstahn be so he can kill her if he gets da chance.$B$BShe\'s too smart for dat, though, so you gonna go in an\' do it, ya? Go talk to Lexlort and let him know. I\'m sure he be ok with it.','Find Lexlort.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27580,13202,130,0,8,15,20,0,0,0,0,0,0,0,0,0,27550,0,0,0,'Sowing Discord','The Alliance reinforcements have established a foothold in the southwest region of Silverpine called 7th Legion Base Camp. Our primary goal at the base camp is to sow discord amongst the troops. This is a lightning fast assassination mission to kill their field commander, General Marstone. His death won\'t stop the Alliance advance, but it will certainly soften their ranks.','Assassinate General Marstone.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27581,13202,1584,0,8,47,55,81,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight?! No!','Gerstahn is too heavily guarded and too smart to leave her post, so I\'m not going to kill her.$B$BYou are.$B$BI\'ll throw in a little something I picked up off of a guard to make it worth your while.','Kill High Interrogator Gerstahn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9018,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27582,13202,1584,0,262152,51,54,81,0,0,0,0,0,0,0,0,0,27585,0,0,'Infiltrating Shadowforge City','We\'re fighting a losing battle right now, I\'m afraid. The Dark Irons would be difficult to defeat on their own, but their elemental allies have given them new bleeding edge warriors that we simply can\'t compete with.$B$BI need you to help us infiltrate their domain and kill as many of their vital leaders as possible. Hopefully that will shock their forces and turn the tide in our favor. Report to Razal\'blade for further instruction. He\'s stationed beyond this gate and to the right.','Speak to Razal\'blade.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26788,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cementing Our Victory','Our alliance with the Dragonmaw is secured, but this port is far from combat ready. These flimsy wooden walls are an embarrassment to the Warchief.$B$BWhen water elementals carve their way through rock, as they have in the Verrall River, they create a peculiar kind of muck. It spreads easily and dries harder than the hardest stone. It\'s the perfect mortar for large-scale construction.$B$BGo to the river delta northwest of here and collect some Verrall River muck. Even a little will go a long way.','Collect 10 piles of Verrall River Muck.','$B$BNow that\'s the stuff! I\'ll start mixing and diluting this with gravel and water. Just a few handfuls of this can enhance enough cement for an entire stone tower.$B$BWe\'ve got big plans for this port, $N. You\'ll see!','Do you have the mud? Construction of the new walls has already begun!','Bring the Muck to Ornak at Dragonmaw Port.','','','','',60337,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27585,13202,1584,0,8,51,55,81,0,0,0,0,0,0,0,0,0,27589,0,0,'The 109th Division','General Angerforge and Golem Lord Argelmach are directly responsible for the horrific slaughter of the 109th Division of the Kargath Expeditionary Force. There were a lot of good trolls and orcs in that division, many of them my close friends.$B$BWell, young $r, it\'s time for our fallen brothers to at last have their revenge.$B$BUnlock The Shadowforge Lock, go up the stairs and bear left until you reach the West Garrison. Kill Angerforge and Argelmach, and don\'t you dare show them any mercy.','Kill General Angerforge and Golem Lord Argelmach.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9033,8983,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27688,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,27700,0,0,'Distract Them for Me','There are three candidates for Ascendancy that we need to eliminate: Dame Alys Finnsson, Brother Klem, and Mia the Rose.$B$BI\'d like for you to serve as my distraction. When the time is right, I\'ll step in and finish them off from behind.$B$BWhatever you do, $N, do not underestimate them. Each got to where they are by being ruthless and very good at what they do.','Slay Dame Alys Finnson, Master Klem, and Mia the Rose.','','','Return to Master Mathias Shaw at the Twilight Citadel.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46341,46342,46343,0,1,1,1,0,0,0,0,0,0,0,0,0,63732,63731,63730,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27587,13164,8,0,8,51,52,0,0,0,0,0,0,0,0,0,0,0,62795,1,'Maliciously Delicious','You know, I\'ve got a problem you might be able to help me out with, here.$B$BSee, in addition to the fine pursuit of arms dealing, I\'m trying to liven up the entertainment here in Bogpaddle. Apparently there\'s a bunch of these makrura things in the north waters that don\'t take kindly to the wild beach parties we\'ve been throwing.$B$BJoke\'s on them. I\'m not gonna be pushed around by giant lobsters; they\'re my next source of revenue! You bring me some of their tails and we\'ll turn a problem into profit.','Collect 6 Intact Swampshore Tails from Swampshore Makrura.','','','','','','','',61633,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27589,13202,1584,0,8,51,56,81,0,0,0,0,0,0,0,0,0,27591,0,0,'The Grim Guzzler','Everyone inside the Grim Guzzler is absolutely hammered and, therefore, easily angered. I think we can seriously hinder the Dark Irons by causing a bit of chaos here.$B$BI need you to start a fight with three of the bar\'s infamous patrons. Damage the kegs and Hurley Blackbreath will come running. Steal items off the tables near Plugger Spazzring and he\'ll fight. As for Ribbly Screwspigot...just talk to the little hothead. Report to Thunderheart when you\'re done.','Fight Hurley Blackbreath, Plugger Spazzring, and Ribbly Screwspigot.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9537,9499,9543,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27302,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Simple Solutions','I\'m new to this gig. Very new. But ya know what? That gives me perspective!$B$BThese shaman buddies of mine have come upon somethin\' great, but they\'re too single minded! They lean on the elements and they forget to make use of the common materials all around them.$B$BIn the ruins to the south, I saw those Twilight goons tote in barrels of flammable oil! They used it when they razed the town. I say we use it when we raze them.','Gather 10 barrels of Pyreburn Oil.','','','Return to Initiate Goldmine at the Ring of the Elements.','','','','',60982,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27591,13202,1584,0,8,51,57,81,0,0,0,0,0,0,0,0,0,27593,0,0,'The Dark Iron Pact','Inside this chamber lies Ambassador Flamelash. He is the ambassador to the Dark Iron Nation from Ragnaros the Firelord. Beyond that chamber is the Summoners\' Tomb, home to the spirits of the seven Dark Iron patriarchs who summoned Ragnaros into our world.$B$BYou may not know of the Great Fire, but he will be the end of Azeroth if he is not stopped, and these individuals are directly tied to his hold over the Dark Iron. Slay them all, and may this unholy union cease.','Kill Ambassador Flamelash and Doom\'rel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9156,9039,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34700,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27592,13202,8,0,8,51,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drinks on the Rocks','What\'s up, \"bro\"! We were just in the middle of our completely spontaneous beach party when something terrible happened, \"dude\"!$B$BI had a whole case of Silversnap Ice, the Baron\'s own drink of choice, until the silt crawlers stole them! I\'ve never seen crawlers drink, but they took them right into the water and down the beach! We need some sort of awesome hero who can help retrieve our specifically-branded favorite beverage!$B$B$B$BThat means you, \"brah\"!','Collect 10 bottles of Stolen Silversnap Ice from Silt Crawlers.','','','','','','','',61356,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64622,64588,64598,64607,64616,0,1,1,1,1,1,0,64639,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27593,13202,1584,0,8,51,58,81,0,0,0,0,0,0,0,0,0,0,0,0,'Rebirth of the K.E.F.','Emperor Dagran Thaurissan has total control over the city from his throne ahead. If we are to stop his armies, we\'re going to have to end their emperor\'s reign.$B$BYou\'ll need to get past his personal guard, including the giant Magmus, to reach him. Move as quickly as possible - if word gets out before you finish, the entire city will descend upon his throne.$B$BNote that the doors across the Lyceum will only open once you\'ve lit the braziers with torches from the flamekeepers. Good luck.','Kill Emperor Dagran Thaurissan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9019,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,68054,68053,68052,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35300,0,0,0,0,0,0,0,0,0,0,40500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27594,13202,130,0,8,15,20,0,0,0,0,0,0,0,0,0,27580,0,0,0,'On Her Majesty\'s Secret Service','Lorna Crowley, daughter of Lord Darius Crowley, is currently at the Gilneas Liberation Front camp, located near the Greymane Wall, to the southeast.$B$BOur primary mission is to infiltrate the camp and capture her alive. The Dark Lady believes that she will be able to use Lorna as a bargaining chip against Crowley. I say we just kill her and bring her back as Forsaken, but we must do as the Dark Lady commands.$B$BWe must hurry before the rest of the Alliance forces arrive.','Capture Commander Lorna Crowley and return her to Lady Sylvanas Windrunner at the Forsaken Front in Silverpine Forest.','','','','Commander Lorna Crowley captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,46002,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62894,62893,62892,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27596,13202,1584,0,8,51,55,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Heart of the Mountain','For years I have sought a certain gem. It is called the Heart of the Mountain and it\'s the size of your fist! The Dark Iron dwarves have it locked in their vault and, try as I may, they won\'t let me purchase it.$B$BSo I must resort to force.$B$BFight your way to The Black Vault near the Hall of Crafting, breach its secret safe and gain the Heart. To do that, you must defeat Watchman Doomgrip, and he won\'t appear until you\'ve opened every relic coffer in the vault!$B$BGood luck.','Obtain the Heart of the Mountain.','','','','','','','',11309,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,0,0,0,0,0,0,36600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27597,13202,8,0,262152,51,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crazy Larry','You\'re gettin\' it, $n. You scratch my back, I scratch yours. Well, more like I scratch the back of your whole army, and just a little harder than the backs of the other side! Was that too complicated?$B$BWhat I\'m sayin\' is, that\'s a lot of backs. So I\'m gonna have to ask you to scratch mine a few more times. Whoever stole those landmines may have just hit our boys on the eastern shore.$B$BHead to our camp to the southeast and check on Crazy Larry; he\'ll fill you in when you get there.','Find Crazy Larry to the southeast of Bogpaddle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27598,13202,8,0,8388616,51,52,0,0,0,0,0,0,0,0,0,0,27600,0,0,'Kill Gil','Gilblins!$B$B$B$BYou never seen a gilblin before? They\'re crazy! Crazier than me! I just blow stuff up for a living, these guys are WHACKED!$B$BDunno where they came from, but they\'re like awful fish goblins! Gills and everything! They wiped out all my men down at the beach, and they took our shipping freighter!$B$BYou gotta help! They\'re just down to the east, go on and get rid of those gilblins!','Slay 7 Gilblin Stalkers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45701,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27599,13202,8,0,8388616,51,52,0,0,0,0,0,0,0,0,0,0,27600,0,0,'Can\'t Take It With Them','Any shipping crew I had that you don\'t see hanging around this camp are DEAD! Those were some fine goblins, but what\'s worse is they\'re all still out there! It\'s a TRAGEDY!$B$BI mean, it\'s a tragedy they still have all their stuff! It\'s horrifying to think of all the perfectly good materials and coins sitting out there in the water.$B$BHey! You can do me a favor! If you\'re killing gilblins out there, go get the ditty bags off my old crewmen!$B$BC\'mon, they\'re not gonna need it anymore! Be real!','Collect 6 Ditty Bags from Deceased Bogpaddle Privateers.','','','','','','','',61923,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64590,64600,64609,64617,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27600,13202,8,0,8,51,52,0,0,0,0,0,0,0,0,0,0,27740,0,0,'In With a Bang','Our trade frigate\'s still all the way out there on the water, swarming with Gilblins! AHH!$B$BSorry about that. But really! We need a way to get you out there and get back our stuff. There\'s quality goods left on that ship! QUALITY! LIKE MY MIDDLE NAME!$B$BLucky for you, I have an idea! Head right outside the camp and check along the north wall... my son Jerry\'ll get you over there with our cannon! If he\'s been practicing, that is!','Speak with Lil\' Crazy Jerry to board the ship, then retrieve all three of Crazy Larry\'s important goods.','','','','','','','',61921,61922,61373,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64591,64601,64610,64618,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27601,13202,130,0,13631488,15,20,0,0,0,0,0,0,0,0,0,27594,27746,0,0,'Cities in Dust','Our armies clash across the battlefield. Crowley and his forces are losing ground and they do not yet know the fate of Lorna Crowley. We will meet with Crowley and his compatriots at mid field and I will present them with terms of their surrender. They will either accept or we will kill them all and leave their cities in dust.$B$BAs my most trusted soldier, you are to stand by my side during the exchange. Tell me when you are prepared to leave.','Accompany Lady Sylvanas Windrunner to the Battlefield and defeat the Alliance!','','','','Victory: Final and Absolute','','','',0,0,0,0,0,0,0,0,0,0,0,0,46019,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62897,62896,62895,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,8,0,0,0,0,0,0,4700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28633,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28622,0,0,0,'The Coffer of Promise','I\'m not quite certain what ta expect \'ere, so stay on yer toes, eh?$b$bThese codes should reveal the coffer\'s true purpose, and present us with the tools to thwart Deathwing\'s efforts in Uldum fer good!$b$bStand back!','Give Brann Bronzebeard the contents of the Coffer of Promise.','','','Speak to Brann Bronzebeard at the Cradle of the Ancients.','','','','',64667,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27603,13202,1584,0,8,47,52,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Sealed Gate','At one end of the Dark Iron Highway stands a massive gate much like the one that protects Shadowforge City on the opposite side. However, we have no idea what\'s behind it!$B$BAll we know is that it\'s heavily guarded by Anvilrage patrols and the molten giant Bael\'gar. You simply must dispose of them and see if you can pry that gate open!$B$BJust imagine what could lie behind it...there could be an entire other half of the city we never knew about! Or nothing! Who knows!$B$BThough, it\'s probably something...','Kill Bael\'gar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9016,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30700,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27604,13202,1417,0,8,50,54,81,0,0,0,0,0,0,0,0,0,0,0,0,'Jammal\'an the Prophet','Jammal\'an the Prophet, leader of the Atal\'ai and Hakkari trolls, has obtained a small amount of Hakkar the Soulflayer\'s blood. They are injecting it into the green dragons to use their bodies to produce the massive quantities of blood necessary to summon Hakkar into our world.$B$BWe cannot allow this to come to pass. Slaughter Jammal\'an and his priests before they get any further in their efforts!','Obtain Jammal\'an the Prophet\'s Head.','Excellent! I suspect that without Jammal\'an\'s leadership, the trolls will fall to infighting and Hakkar will never set his eyes upon our world.','Were you able to kill Jammal\'an? I\'ll need proof that the deed is done.','','','','','',6212,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,0,0,0,0,0,0,35400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27605,13202,1417,0,8,50,54,81,0,0,0,0,0,0,0,0,0,0,0,0,'Eranikus','The Hakkar blood the Atal\'ai have been injecting into the green dragons has had devastating effects on the dragons themselves. It appears that these dragons, former jailors of the Atal\'ai, have been corrupted by its presence in their bodies and have become creatures of Nightmare.$B$BEranikus, Ysera\'s primary consort and lead watcher over the temple, was infused with the largest quantities of blood and has become twisted beyond imagination. After Jammal\'an is dead, find Eranikus and end him.','Kill Eranikus.','You only defeated Eranikus\' Shade? This is most troubling...$B$BLet us hope that his full form does not still exist outside the Temple. Only Ysera herself is stronger than him in our flight.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5709,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65931,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,0,0,0,0,0,0,35400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27586,13202,4922,0,0,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shells on the Sea Shore','I salvaged these mortars from the wreck of our airship when she detonated above Dragonmaw Port. But ammunition is in short supply!$B$BWhile you\'re running along the beach, do me a favor and pick up any unexploded mortar shells you find.$B$BUnexploded shells are the best kind - you never know WHEN they\'re going to go off. Perfect for surprising an enemy! ','Gather 8 Unexploded Mortar Shells along the beach at Slithering Cove.','','','Bring the shells to Fergus Gearchum at the Sliterhing Cove.','','','','',61634,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27690,13202,4922,0,16777352,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Narkrall, the Drake-Tamer','$N, The stronghold at Bloodgulch is the heart of the Dragonmaw empire in the Highlands. It is just up the river. Narkrall Rakeclaw is using his considerable power to amass a wing of drake-riders there.$B$BFor the Dragonmaw to succeed, Bloodgulch must succeed. Go to Narkrall and make sure it is so.','Report to Narkrall Rakeclaw at Bloodgulch in the Twilight Highlands.','','','Report to Narkrall Rakeclaw at Bloodgulch.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27584,13202,4922,0,8,84,84,0,0,0,0,0,0,0,0,0,27583,0,0,0,'Blood in the Surf','These naga scum think to move upriver to reinforce the Bastion of Twilight. We will RIP off their fish heads and PULL OUT their SPINES.$B$B$B$BDestroy the Blackscale!','Slay any combination of 15 Blackscale Raiders or Blackscale Mistresses.','','','Return to Gralok at the Slithering Cove.','Blackscale Naga Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,45998,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27784,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,27782,0,0,0,'The Hammer of Twilight','While you were in the mine, I was able to figure out where the Hammer of Twilight is being kept. They created it at the Altar of Twilight to the south.$B$BMore important than that, the cultists have made a critical error: Cho\'gall is personally overseeing its final construction.$B$BMany SI:7 died to bring us this information.','Get to the Hammer of Twilight.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27702,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,27700,27711,0,0,'Coup de Grace','Look at that. Lirastrasza\'s destroying them!$B$BThere are drakes that she\'s downing that need finishing off, $N. Wouldn\'t want the Twililght\'s healers to get them back up into the air.$B$BTime for a little Coup de Grace.','Deliver a Coup de Grace on 5 Twilight Skyterrors.','','','Return to Master Mathias Shaw at the Twilight Citadel.','Coup de Grace delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,46416,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,63725,63724,63726,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27711,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to the Elementium Depths','The Earthcaller\'s initiate, Goldmine, has need of you.$B$BI think that they\'re ready for you to help them with whatever\'s down in that mine.','Speak with Initiate Goldmine at the Elementium Depths in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27695,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,27700,0,0,'The Elementium Axe','The Twilight cowards have captured and killed too many red dragons, but one yet lives. Do you remember Lirastrasza? She\'s shackled nearby and we\'re going to free her.$B$BBut first, we need something sharp enough to cut through her chains.$B$BThere\'s an old ettin named Blindeye the Guardian. He stands watch at the Altar of Ascension to the south.$B$BHe has a purely-wrought Elementium axe. I wonder if that\'s Cho\'gall\'s \"ultimate\" weapon?','Obtain the Elementium Axe.','','','Return to Master Mathias Shaw at the Twilight Citadel.','','','','',62230,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27700,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,0,0,62248,1,'Dragon, Unchained','Lirastrasza is the last and greatest of the red dragons that the Twilight\'s Hammer captured. They\'re about to kill her.$B$BI need you to take the Elementium Axe and free her from her bonds.','Use the Elementium Axe to break the chains enslaving Lirastrasza.','','','Return to Master Mathias Shaw at the Twilight Citadel.','Lirastrasza freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27612,13202,139,0,8388616,39,42,0,0,0,0,0,0,0,0,0,27461,27617,0,0,'Victory From Within','A few of our men didn\'t make it through portals which were supposed to open inside this very abbey. You\'ve already proven your elusiveness and battlehardiness... now I need you to do so again.$b$bThe abbey has two wings: a library, and a hall of arms. In each wing, you should find a portal.$b$bUse this keystone on these portals. Doing so should force them open, allowing our remaining shock troopers to take this abbey.','Open the Argent Portals in the Library Wing and the Hall of Arms within the abbey in Tyr\'s Hand.','','','','Open portal within Hall of Arms','Open portal within Library Wing','','',0,0,0,0,0,0,0,0,0,0,0,0,46102,46103,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27613,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27461,27617,0,0,'The Assassin','The fate of the Scarlet Crusade is tragic, if somewhat ironic. At one point, they led the charge of humanity against the undead. Now, they resemble those corpses that they once hunted. What caused their descent into undeath isn\'t certain, but it doesn\'t make them any less dangerous.$b$bOne of their deadliest was an assassin who went by the name of Rohan. We have intel that places him atop the bell tower in this very abbey. Find him and kill him, $N. And try not to die on the way.','Kill Rohan the Assassin within the abbey bell tower in Tyr\'s Hand.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46095,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62968,62967,62966,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27614,13202,139,0,8388616,39,42,0,0,0,0,0,0,0,0,0,27462,27618,0,0,'Scarlet Salvage','This battle was won before it started. Right now, we\'re just shooting for style points.$b$bWithin these barracks, the sniveling Scarlet Crusaders cling to their priceless artifacts, even though some of the objects are too holy for their now-undead hand to touch. So they keep them in chests, hidden from the world.$b$bYou will find these artifacts, and bring them back to me. They belong to be among the Argent Crusade. They belong in the hands of the righteous.','Obtain the Crimson Boar, Lihanna\'s Strand, the Shroud of Uther, and Gavinrad\'s Sigil.','','','','','','','',61959,61960,61961,61962,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27615,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27462,27618,0,0,'The Wrathcaster','One of the more vile members of the Scarlet Crusade, Mataus the Wrathcaster, lurks within the barracks\' dungeon. Undeath suits his dark manner.$b$bWere I younger and on the front lines, I\'d run him through myself. As things are, I\'m left behind to lead our forces from the rear. So I leave the pleasure to you.','Slay Mataus the Wrathcaster.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46093,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27616,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27462,27618,0,0,'The Huntsman','We\'ve already lost half a dozen men to a hail of bullets and arrows coming from atop this fortress. I haven\'t seen the face of the enemy that\'s firing, but I don\'t need to. I know the name of the man up there.$b$bLeopold.$b$bThat\'s right, there\'s only one man up there, picking off my men one-by-one. And from what I can see, there\'s only one of you.$b$bSounds like a fair fight to me.','Slay Huntsman Leopold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46094,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27617,13202,139,0,8650760,39,42,0,0,0,0,0,0,0,0,0,0,27620,0,0,'Befouled No More','Can you sense it? The taint is already lifting from this building.$b$bA holy building wants to be holy, and villains like Rohan and the rest of his Scarlet scum only hold it back.$b$bWith the abbey secure, we are a step closer to taking Tyr\'s Hand. Report the results of our strike to Angela. She should be leading the charge on the cathedral from somewhere in the center of town.','Report to Archmage Angela Dosantos at Tyr\'s Hand in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,1,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27618,13202,139,0,8650760,39,42,0,0,0,0,0,0,0,0,0,0,27461,0,0,'Argent Upheaval','I\'ll say we\'ve done enough damage to these barracks to call this a win. A commander, a huntsman, and a warlock, all slain... not to mention the relics that we\'ve liberated. Or shall I say... YOU liberated.$b$bThe cathedral still remains, but not for long. Talk with Archmage Angela Dosantos, in the central courtyard. The fate of Tyr\'s Hand\'s cathedral falls in her able hands.','Report to Archmage Angela Dosantos at Tyr\'s Hand in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,1,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27619,13202,139,0,8,39,42,0,0,0,0,0,0,0,0,0,27462,27618,0,0,'The Commander','Scarlet Commander Marjhan is cunning, shrewd, and willing to do anything to win a battle. Before all these things, however, she is loyal.$b$bI have no doubt you\'ll find her in the barracks\' central chamber, fighting under a crimson banner, until she either wins or dies.$b$bMake sure it\'s the latter.','Slay Scarlet Commander Marjhan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46092,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62971,62970,62969,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27620,13202,139,0,8,39,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'Like Rats','Well, I\'m glad that Eligor and Korfax left some fun for me. It was a battle unto itself to keep them from rushing headlong into the middle of this cathedral.$b$bThat\'s YOUR job, after all.$b$bThe cathedral lies ahead of us, the last real bastion of Scarlet power remaining. Within it, Crusader Lord Valdelmar sits atop Tyr\'s Hand\'s crumbling pulpit of lies.$b$bThere will be no escape; there will be no mercy. The last simpering vestiges of the Scarlet Crusade end here. Slay him.','Slay Crusader Lord Valdelmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46096,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,62998,62997,62996,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,7,0,0,0,0,0,0,18000,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27516,13202,4922,0,2097288,84,84,0,0,0,0,0,0,0,0,0,27515,0,0,0,'Wings Over Highbank','Aye, look! I think she\'s perkin\' up already.$B$BOkay $gMr.:Miss; Alliance fancy-pants $c. Is that your base I see on the shore? \"Highbank\" you say. Can me and my bird hunker down there until she\'s better?$B$BHop on! We\'ll fly together back to Highbank!','Speak with Thordun Hammerblow and fly together back to Highbank.','','','Talk to Kurdran Wildhammer at Highbank.','Thordun Hammerblow Flown to Highbank','','','',0,0,0,0,0,0,0,0,0,0,0,0,45767,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27515,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27514,0,0,0,'Roots\'ll Do \'Er','Look here, mate. She\'s on her last legs! If me bird dies, I\'m as good as worthless.$B$BSo make yerself useful. Here on the peninsula you can dig up thorny stankroots. Oh the smell will knock you on yer patoot but steeped in water it\'ll boil up into a right powerful cure-all.$B$BGather some while I defend me bird. An\' hurry! You Alliance wanks don\'t have a reputation for timely intervention, right?','Gather 8 Thorny Stankroots from the Twilight Shores.','','','Bring the roots to Thordun Hammerblow at the Twilight Shores.','','','','',61319,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27606,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,61928,1,'Blast Him!','Let\'s go fishing, $N! Now that the mortars are ready, we can take out the leader of this invasion.$B$BFathom-Lord Heth\'Jatar rules over the Blackscale warrior caste. Go to the Heth\'Jatari Banners just northeast of here and honk this conch shell. It\'s like a dog-whistle. For fish.$B$BWhen Heth\'Jartar shows up, I\'ll order the mortars to concentrate fire. You\'ll see the targets of the incoming shells.$B$BLure Heth\'Jatar into our mortar fire and pummel him into submission! ','Blow the Heth\'Jatari Conch next to a Heth\'Jatari Banner. Kill Fathom-Lord Heth\'Jatar. Luring him into incoming mortar fire will help.','','','Return to Fergus Gearchum at the Slithering Cove.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46009,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63908,63907,63906,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27623,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,27602,0,0,0,'Colossal Guardians','The chest containing the scepter appears to be magically sealed and will not budge.$B$BThe plaque above it depicts two giant statues holding star and moon-shaped stones sockets at their center.$B$BThe two statues are pictured guarding pyramids that look like the ones outside.$B$BPerhaps it\'s worth your while to investigate these.','Obtain the Stone of the Moon and the Stone of the Sun from the Colossal Guardians.','','','','','','','',61970,61971,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29336,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Into Coaxing Tides','Go\'el must be in the plane of water... the Abyssal Maw itself! I shudder to imagine what fate awaits him there.$b$bFind the elemental, Hydrius, near the Abyssal Breach. He knows of Go\'el and is sympathetic to our fight against Ragnaros. If anyone can help you there, it\'s him.$b$bI will meet you beneath the tides of Vashj\'ir, $r...','Speak with Hydrius at the Abyssal Breach in the Abyssal Depths of Vashj\'ir.','I will do what I can to aid you, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,100313,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27625,13202,47,0,4194312,30,35,0,0,0,0,0,0,0,0,0,27725,0,0,0,'In Defense of Quel\'Danil','The undead are here! The Forsaken! They\'ve been moving closer and closer, but to launch an all-out attack on us... those horrid abominations!$B$BThe young draenei I was charged with have trained with the Highvale elves in combat. They are not defenseless, but they need help!$B$BPlease, $n, assist them! Drive back the Forsaken!','Slay 16 Deathstalker Invaders at Quel\'Danil Lodge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43541,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27626,13202,47,0,4194312,30,35,0,0,0,0,0,0,0,0,0,27725,0,0,0,'The Highvale Documents','The Highvale have kept detailed records here for years. Deaths, births, seasons... but also vital scouting information and methods of contact with the rest of the Alliance.$B$BThe documents will be scattered in the chaos. If they fall into the hands of the Forsaken, more lives could be at risk! Please, you must retrieve the documents before they are taken by the Horde...','Collect the Highvale Report, the Highvale Records, and the Highvale Notes.','','','','','','','',61972,61973,61974,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,24600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27627,13202,5034,0,2162816,83,83,0,0,0,0,0,0,0,0,0,27431,0,0,0,'Just a Fancy Cockroach','Evidently, the ancient statues were home to various species of scarab.$b$bDetermined to leave this site in the best condition possible, you resolve to ridding the chamber of these pests.','Kill 5 Amethyst Scarabs, 5 Sapphire Scarabs, 5 Turquoise Scarabs, and 5 Emerald Scarabs.','','','','Amethyst Scarabs Slain','Emerald Scarabs Slain','Sapphire Scarabs Slain','Turquoise Scarabs Slain',0,0,0,0,0,0,0,0,0,0,0,0,46129,46128,46127,46126,5,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68612,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86060,0,0,0,0,0,0,0,395100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27631,13164,5034,0,17039496,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The High Commander\'s Vote','If we\'re to pass a resolution for war, the high council\'s vote needs to be unanimous.$B$BI\'m certain High Commander Kamses will give us his vote once he hears about what happened at Orsis.$B$BPlease speak to him in Ramkahen and make sure that\'s the case. I must make preparations in case our plan fails.','Speak to High Commander Kamses at the Ramkahen Legion Outpost in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27630,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The High Priest\'s Vote','High Priest Amet\'s vote is the only one that is completely outside of our control.$B$BHe will vote as his divinations tell him and nothing we do will dissuade him.$B$BI figure that gives us even odds either way.$B$BThe only problem we face is that his clairvoyance has failed him ever since the barriers around Uldum fell.$B$BHe will not cast a vote unless he regains power over his divinations.$B$BSpeak to him and see what you can do to help.','Speak to High Priest Amet at the Vir\'naal Dam in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28187,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,27990,0,0,0,'Missed Me By Zhat Much!','Okay, $r! Zhis just got real!$b$bSomevone zhinks zhat zhey can get rid of me zhat easily, hmm?$b$bVe shall see about zhat! Nozhink can shtop zhis vork! Nozhink!$b$b$b$bVe should probably get out of here.$b$bHuury up! Time is vastink!$B','Speak to Commander Schnottz when you are ready to accompany him out of the burning building.','','','Speak to Commander Schnottz at Schnottz\'s Landing.','Accompanied Schnottz to Safety','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81040,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27629,13164,5034,0,262280,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Vizier\'s Vote','Getting Vizier Tanotep to go against my brother\'s wishes is going to be extremely difficult. His very position is based on enforcing the will of Phaoris.$B$BI\'ve had little luck making the case for open war against Neferset.$B$BNevertheless you must speak to him. Perhaps he will listen to an outsider\'s perspective.$B$BYou will find the Vizier at the Akhenet Fields on official business.','Speak to Vizier Tanotep at the Akhenet Fields in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27633,13202,1417,0,131080,50,54,81,0,0,0,0,0,0,0,0,0,0,10465,1,'The Blood God Hakkar','Hakkar... The mere mention of The Soulflayer\'s name will send many running. In the Sanctum of the Fallen God the Atal\'ai have recovered a significant portion of his skeleton and seek to restore him to life. Already his children have begun to show up in the area.$B$BPlace this egg in that sanctum, and it will force his summoning prematurely. $N, do not hesitate. Strike once his avatar appears!','Kill the Avatar of Hakkar.','You have successfully stopped Hakkar here, but I fear we are far from done. The Atal\'ai transported most of the blood they produced to Zul\'Gurub, where the Hakkari work to summon The Blood God there.$B$B$N, I do not think that this was ever meant to be the place of Hakkar\'s arrival - it was merely a test to see if the blood was potent enough! Hakkar can only be summoned in Zul\'Gurub...and I fear we may be too late to stop the Hakkari with the blood they now have in their possession.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8443,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32700,0,0,0,0,0,0,0,0,0,0,35400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27634,13202,1417,0,16384,40,53,81,0,0,0,0,0,0,0,0,0,0,10465,1,'The God Hakkar','Now it is time to capture the essence of the avatar of Hakkar.$B$BTake the Egg of Hakkar to the Sanctum of the Fallen God in the Sunken Temple in Azeroth. Invoke the egg\'s power to stir the dead god.$B$BHe will send his minions against you. Defeat his bloodrinkers and take their Hakkari blood, then use the blood to dowse the eternal flames that hold Hakkar\'s spirit. When all the flames go out, the avatar of Hakkar will enter our world.$B$BDefeat him, and place his essence within the egg of Hakkar.','Bring the Filled Egg of Hakkar to Yeh\'kinya in Tanaris.','','','','','','','',10662,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10749,10750,10751,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27635,13202,1,0,10,1,2,0,0,0,0,0,0,0,0,2,28169,0,0,0,'Decontamination','You\'ve been down here in Gnomeregan for a long time, $N, and it\'s amazing that you\'ve survived and kept your wits so long! We need to get you out.$B$BBefore we can send you to the surface to join the rest of the gnomes, you have to go through the decontamination process. Just head into the next room and board the Sanitron 500. It will do the rest! It shouldn\'t even hurt... much.$B$BWhen you\'re all done, check in with Technician Braggle and he\'ll make sure you get some suitable gear.','Board the Sanitron 500 to begin the decontamination process.','','','Complete Decontamination Process','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,4,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27636,13202,4922,0,786560,84,85,0,0,0,0,0,0,0,0,0,27502,0,0,0,'Just You and Mathias','The SI:7 are all dead. Time to find Master Mathias Shaw.$B$BGood thing the squad commander told you where he would be.','Find Master Mathias Shaw at the Twilight Citadel in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27637,13202,4922,0,262272,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Just You and Mathias','That\'s a blow to our efforts. Damn Cho\'gall!$B$BIt\'s a good thing that the squad commander told you where to find Master Shaw.','Find Master Mathias Shaw at the Twilight Citadel in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27638,13202,4922,0,786560,84,85,0,0,0,0,0,0,0,0,0,27503,0,0,0,'Just You and Garona','The Kor\'kron are all dead. Time to find Garona Halforcen.$B$BGood thing the squad commander told you where she would be.','Find Garona Halforcen at the Twilight Citadel in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27639,13202,4922,0,262272,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Just You and Garona','That\'s a heavy blow to our efforts. Damn that Cho\'gall!$B$BIt\'s a good thing that the squad commander told you where to find Garona.','Find Garona Halforcen at the Twilight Citadel in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27787,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,27784,0,0,0,'Skullcrusher the Mountain','It was a trap! Cho\'gall lured you in with the Hammer of Twilight so that his gronn could finish you off.$B$BSurvive and slay Skullcrusher the Mountain!','Survive and then slay Skullcrusher the Mountain.','','','Speak with Kurdran Wildhammer at Victor\'s Point.','Survive Skullcrusher\'s backhand','','','',0,0,0,0,0,0,0,0,0,0,0,0,46732,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63708,63707,63706,63705,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1174,72,0,0,0,0,7,7,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28864,13164,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,0,0,0,0,'Beer Run','After my sister\'s wedding, I developed a taste for that Thunderbrew Lager that Kurdran had imported from Dun Morogh. More is on the way, but our caravan keeps getting jumped by the Dragonmaw!$B$BHead on up to the southeast side of Thunderstrike Mountain and catch up with the caravan. Look for a fellow named Hammelhand at the side of the road, and help him get the booze through the pass.$B$BJust get it as far as Kirthaven, and we\'ll take it from there.','Speak with Hammelhand on the road southeast of Thunderstrike Mountain and escort a supply caravan to Kirthaven.','','','Talk to Colin Thundermar at Thundermar.','Supply Caravan Escorted','','','',0,0,0,0,0,0,0,0,0,0,0,0,48762,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28860,13164,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,0,0,0,0,'Keeping the Dragonmaw at Bay','With your help we\'ve thumped the Dragonmaw pretty hard, but still their daily attacks in the Thundermar outskirts persist. We need to keep up the pressure!$B$BWade back into the battle that\'s raging in the Thundermar ruins to the south and southwest. Kill Dragonmaw marauders and collect the insignias that their greatest warriors wear.','Kill Dragonmaw Marauders and collect 8 Dragonmaw Insignias. Named characters within the Thundermar Ruins will also carry insignias.','','','Bring the Insigias to Colin Thundermar at Thundermar.','','','','',62332,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28369,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'My Sister, Fanny','Before you go, be sure to stop by the inn behind me. My sister Fanny is inside.$B$BRefugees are pouring into Thundermar from all of the torched Wildhammer settlements around us, and I put Fanny in charge of \'em. She\'s tough as talons, that one. But she might need your help.','Talk to Fanny Thundermar at Thundermar in Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28216,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Magmalord Falthazar','I just heard the terrible news from the west - we\'ve lost Humboldt\'s Stead. Wiped off the face of the planet in a wall of fire!$B$BThe Twilight\'s Hammer is to blame, and the survivors say it were the work of one Magmalord Falthazar. He\'s an ascendant - that\'s what they call the highest echelon of Twilight\'s Hammer cultists who become one with the elements. He\'s a creature of pure fire.$B$BAnd he\'ll soon be a creature of pure dead! Go kill Falthazar at the Humboldt Conflagration and bring me his head!','Collect Magmalord Falthazar\'s Head.','','','Return to Colin Thundermar at Thundermar.','','','','',63286,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63814,63813,63812,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27754,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Takedown','The Dragonmaw!$B$B$B$BMonsters, all of them. We\'ve fought them up and down these highlands since the last war. And now they\'re joining forces with the Horde?$B$BIf you\'re going to convince us Wildhammers to unite under the Alliance banner, you\'d best prove yourself against the Dragonmaw. Wade into the battle that\'s raging in the Thundermar ruins to the south and southwest. Kill Dragonmaw marauders and collect the insignias that their greatest warriors wear. Then we\'ll talk. ','Kill Dragonmaw Marauders and collect 8 Dragonmaw Insignias. Named characters within the Thundermar Ruins will also carry insignias.','','','Bring the Insigias to Colin Thundermar at Thundermar.','','','','',62332,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63826,63825,63824,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27649,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27647,0,0,0,'A Steady Supply','Hey bud. Seeing as how you\'re so friendly and great and all, think you might do a dwarf a favor?$B$BThese are Dunwald ruins... there\'s SURE to be more stock in some of these buildings. If you come upon more ale, bring it my way, will ya? A good dwarf can never have enough!$B$BI\'m thinkin\' I\'ll find my way back to Keely, so ya might have to hunt me down, but I\'ll try\'n make it worth it to ya.','Collect 6 Barrels of Wildhammer Ale.','','','Return to Eoin Dunwald at the Dunwald Ruins.','','','','',62327,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63837,63836,63835,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27798,13164,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,27701,27712,62503,1,'Water of Life','Take my Water of Life and pass it into the corpse of the drowned dwarf.$B$BHe was a worker of metals in life, and though his body now feeds my loch, the Water will allow him to tell you what you want to know.$B$BThen take your information and be gone from my demesne.','Use the Water of Life to extract information from the Corpse of Forgemaster Finlay.','','','Speak with Garona Halforcen at the Twilight Citadel.','Artifact information extracted','','','',0,0,0,0,0,0,0,0,0,0,0,0,46819,0,0,0,1,0,0,0,79179,0,0,0,0,0,0,0,63716,63715,63717,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27719,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,27700,27711,62503,1,'Water of Life','Take my Water of Life and pass it into the corpse of the drowned dwarf.$B$BHe was a worker of metals in life, and though his body now feeds my loch, the Water will allow him to tell you what you want to know.$B$BThen, take your information and be gone from my demesne.','Use the Water of Life to extract information from the Corpse of Forgemaster Finlay.','','','Speak with Master Mathias Shaw at the Twilight Citadel.','Artifact information extracted','','','',0,0,0,0,0,0,0,0,0,0,0,0,46819,0,0,0,1,0,0,0,79179,0,0,0,0,0,0,0,63719,63718,63720,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27661,13202,4922,0,150995080,84,85,0,0,0,0,0,0,0,0,0,27660,0,0,0,'Fire the Cannon','My arch-nemesis, Lord Cannon, has foolishly decided to throw his allegiance to the Twilight\'s Hammer.$B$BIn the past, we\'ve coexisted with a shaky truce, but his change of heart leaves me little choice but to put an end to him. Or, I should say, if you want the information that you seek from the dead dwarf, you\'re going to kill Lord Cannon for me.$B$BSeek him at Cannon\'s Inferno to the southeast.','Slay Lord Cannon.','','','Return to Countess Verrall at Loch Verrall.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46785,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27945,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paint it Black','The ground bleeds, $c. They tear it open, as one would gouge flesh.$B$BThese cultists relish their secrecy but the very elementals they use for their misdeeds can betray them. Seek out Obsidian Stoneslaves northeast of here, among the ruined earth we have named the Black Breach.$B$BShatter their bodies and find for me a perfect heart of black diamond. I will look into this heart. And I will bare its soul.','Acquire a Black Diamond Heart.','','','Take the heart to Mallia at Bloodgulch.','','','','',62796,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63811,63810,63809,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27375,13202,4922,0,262280,84,84,0,0,0,0,0,0,0,0,0,27945,27299,0,0,'The Weeping Wound','A beast, $N! I saw a beast. A great maw, an even greater hungering. They can\'t possibly know what they unleashed.$B$BIt is here. Its terrible shapeless body is erupting right into the Highlands.$B$BI saw you in my vision, $N. You struggle with the Earthen Ring to contain the beast. You will face the darkness.$B$BGo now, before the beast grows in power. Speak to Earthcaller Torunscar at the Circle of the Elements, northwest of here atop the ridge beyond the ruined Drakgor Encampment. Hurry!','Speak with Earthcaller Torunscar at the Ring of the Elements.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,22500,0,0,0,0,0,0,0,0,0,0,82800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27947,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Vision of Twilight','Cho\'gall keeps track of his minions through powerful magical orbs: \"The Eyes of Twilight.\"$B$BIn Mount Hyjal, the Guardians of Hyjal managed to find and manipulate one to their own ends. We must do the same. I want one of those orbs, and I want to use it to peer into the very heart of Cho\'gall\'s lair.$B$BSearch the Black Breach, across the river to the northeast, and find an Eye of Twilight. Do whatever you need to bring it back to me! ','Locate an Eye of Twilight within the Black Breach.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27955,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27954,0,0,0,'Eye Spy','This terrible thing makes my hair stand on end. Cho\'gall uses these to control his minions - now it\'s time to use it against him.$B$BLet me see... hmm, it\'s all cloudy. All I can see is you. Why is it showing me you?$B$B$B$BLook into the eye and tell me what you see. Peer into Cho\'gall\'s lair! What is he doing? Is he heavily guarded? Tell me!','Peer into the Eye of Twilight for Garona.','','','Talk to Garona Halforcen at Bloodgulch.','Peered into the Eye','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63795,63794,63793,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27656,13202,8,0,8388616,51,52,0,0,0,0,0,0,0,0,0,0,27597,0,0,'Croc-Out','The Stagalbog east of town is swarming with crocolisks. Swarming, you hear me? I\'ve sold every bit of crocolisk you could imagine.$B$BCrocolisk hides, teeth, tails, tongues, eyes, you name it. My point is, they ain\'t sellin\' anymore. There\'s too many crocs! We\'re over-supplied and under-demanded.$B$BSo since they\'re of no use to me, and they occasionally eat my guests, I need you to just kill the suckers. Do me the favor, eh? I\'ll be here negotiatin\' things with your people.','Slay 8 Sawtooth Crocolisks.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45807,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27653,13164,4922,0,16777352,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Assassins','Even I get hunted, $c. But that\'s part of the fun of hiding amongst the sheep.$B$B$B$BThe Twilight\'s Hammer has taken it up a notch and sent their dark assassins after me. Nice for a group of dead guys. They\'re made from the souls of only the most skilled killers.$B$BDo me a favor? Hunt them down.$B$BThey wear their souls in pendants about their necks. Bring them back to me. Souls optional.','Collect 5 Dark Assassin Pendants.','','','Return to Garona Halforcen at the Twilight Citadel.','','','','',62033,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63738,63737,63736,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27608,13202,4922,0,524416,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Four Heads are Better than None','We\'re about to launch the attack upon the Twilight Gate, but there is one last loose end to tie up: Za\'brox and Beeble\'phod, the disciples of Cho\'gall.$B$BIntelligence has placed them within the Den of the Disciples, a small ogre cave at the southwest corner of the Twilight Gate.$B$BWould you go back in there and kill them?','Collect the four heads of Za\'brok and Beeble\'phod.','','','Return to Cassius the White at Victor\'s Point.','','','','',61924,61927,61926,61925,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63747,63746,63745,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27496,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,61363,1,'Call in the Artillery','I prefer a stand up honorable fight. These monsters deserve nothing better than to be destroyed by the weapons in our hands. However, this particular situation calls for the use of more powerful measures.$B$BTake this flare and mark each of the four buildings within the Twilight Gate to the southwest. Our cannons will handle the rest.','Use the Artillery Flare to target the Northern, Northeastern, Southwestern, and Southern buildings at the Twilight Gate.','','','Return to Cassius the White at Victor\'s Point.','Northern building targeted','Northeastern building targeted','Southwestern building targeted','Southern building targeted',0,0,0,0,0,0,0,0,0,0,0,0,45865,45864,45863,45862,1,1,1,1,0,0,0,0,0,0,0,0,63753,63752,63751,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27502,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,27608,0,0,0,'Up to the Citadel','Now that the attack is underway, it\'s time to deal with the Twilight Citadel. If you don\'t mind, I\'d like for you to escort the SI:7 forces to Master Mathias Shaw.$B$BHe\'s hiding somewhere up top. The SI:7 squad commander can tell you where.$B$BThank you, $N. We look forward to joining you in the assault upon the Citadel!','Speak with the SI:7 Squad Commander and then escort the SI:7 squad.','','','','Speak to the Squad commander','SI:7 escorted','','',0,0,0,0,0,0,0,0,0,0,0,0,46076,46121,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27662,13164,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unbinding','Look, if there\'s one thing I know, it\'s elementals. I\'ve been able to really gain an appreciation for how they feel. Let me tell you, they don\'t appreciate being enslaved one bit!$B$BSo, what I\'m saying here is that if you were to free the enslaved elementals, I\'m sure that not only would they show their gratitude, they\'d also likely turn on their masters.$B$BSounds like a win-win to me, $N.','Free 10 Enslaved elementals by slaying them at the Twilight Citadel.','','','','Enslaved elementals freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,46327,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27622,13202,4922,0,0,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mo\' Better Shredder','$N, I\'ve got plans for a better shredder. But my engineers can\'t wade into a combat zone alone.$B$BGo locate a salvageable shredder in the Twilight Shores, and use it to signal one of my salvage experts to join you. Defend the shredder while we make some \"upgrades.\"$B$BThe Alliance won\'t know what hit them! At least, not until my marketing campaign kicks in!','Locate a Salvageable Shredder on the Twilight Shores, and use it to summon a Bilgewater Salvage Expert. Defend the shredder until it is operational again.','That\'s right baby! That\'s right! Cold steel and hot death!$B$BWhat should we name our new creation? The Gnugatron? No - better - the $N-o-matic. That\'s got a ring to it.','','Return to Juice Gnugat at the Twilight Shores.','Salvageable Shredder Located','Salvageable Shredder Defended','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63902,63901,63900,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27663,13202,8,0,8,51,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tastes Like Strider','You there! Yes, you! You want a good word put in with the Trade Baron? Give me a hand!$B$BI heard you\'re the one that got all those makrura tails. They\'re wonderful, but not enough for proper swamp food. I need drumsticks for my gumbo!$B$BThere\'s plenty of swampstriders just outside town in the Sorrowmurk. I want the biggest drumsticks you can find!','Collect 9 Jumbo Swampstrider Drumsticks from Swampstriders.','','','','','','','',62043,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27664,13202,0,0,0,1,85,0,0,0,0,0,0,0,0,0,0,0,62021,1,'Darkmoon Volcanic Deck','Now that you have gathered all of the Ember cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that the entrance to this faire appears near Mulgore and Goldshire every month.','Return the Volcanic Deck to the Darkmoon Faire when it comes to town.','','','','','','','',62021,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62047,0,0,0,1,0,0,0,909,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27665,13202,0,0,0,1,85,0,0,0,0,0,0,0,0,0,0,0,62045,1,'Darkmoon Hurricane Deck','Now that you have gathered all of the Wind cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that the entrance to this faire appears near Mulgore and Goldshire every month.','Return the Hurricane Deck to the Darkmoon Faire when it comes to town.','','','','','','','',62045,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62051,62049,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27666,13202,0,0,0,1,85,0,0,0,0,0,0,0,0,0,0,0,62044,1,'Darkmoon Tsunami Deck','Now that you have gathered all of the Wave cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that the entrance to this faire appears near Mulgore and Goldshire every month.','Return the Tsunami Deck to the Darkmoon Faire when it comes to town.','','','','','','','',62044,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62050,0,0,0,1,0,0,0,909,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27667,13202,0,0,0,1,85,0,0,0,0,0,0,0,0,0,0,0,62046,1,'Darkmoon Earthquake Deck','Now that you have gathered all of the Stone cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, \"Return these cards to the Darkmoon Faire and be rewarded.\" You have heard that the entrance to this faire appears near Mulgore and Goldshire every month.','Return the Earthquake Deck to the Darkmoon Faire when it comes to town.','','','','','','','',62046,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62048,0,0,0,1,0,0,0,909,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27668,13202,5146,0,8388616,80,81,0,0,0,0,0,0,0,0,0,0,25942,0,0,'Pay Attention!','Listen, $r. It\'s not that I don\'t appreciate the rescue and all, but this is a dire situation.$b$bYou have to pay better attention out there!$b$bI was watching, and you passed right over a busted alliance crate.$b$bThere\'s bound to be something in there that could help me and my boys.$b$bHow about you get out there and take a look-see, hrm?','Nazgrim wants you to see what lies in the broken Alliance crate north of The Immortal Coil.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27670,13202,1,0,524288,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pinned Down','My name is Nevin Twistwrench and I\'m the commander of the Survivor Assistance Facilitation Expedition, or S.A.F.E.$B$BI don\'t know how you managed to survive the radiation down here, $N, but most of the others haven\'t fared so well. My team is rounding up the survivors, but the radiation-addled leper gnomes are too numerous for us to hold back much longer. They\'ve lost their minds!$B$BIf you\'re still strong enough to wield a weapon or cast a spell, would you help us clear out some of these leper gnomes?','Kill 6 Crazed Leper Gnomes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46363,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27671,13202,1,0,524288,1,1,0,0,0,0,0,0,0,0,0,0,0,62057,1,'See to the Survivors','If we don\'t do something quick, neither Nevin nor the survivors will make it out of here alive. I\'m going to give you my squad\'s emergency teleport beacon. We still have enough strength and ammunition to fight our way out of here, but those survivors are in no condition to make a run for it.$B$BUse the beacon on survivors to arrange for them to be teleported out of here to the safe area my men have set up. Once you\'ve done that, report back to me and we\'ll make arrangements to get you out of here.','Use the Teleport Beacon to teleport 6 Survivors to safety.','','','','Survivors Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,46268,0,0,0,6,0,0,0,86264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27672,13202,1337,0,65544,35,39,81,0,0,0,0,0,0,0,0,0,27677,0,0,'The Chamber of Khaz\'mul','In the Map Chamber there is a door which leads to the legendary Chamber of Khaz\'mul. Who knows what secrets could be hidden inside!$B$BWhat we do know is that it is guarded by Ironaya, a Titanic Watcher of immense size and power. You\'ll need to defeat her if you intend to unlock the secrets of Uldaman!','Defeat Ironaya.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27673,13202,1337,0,8,35,39,81,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s What\'s Inside That Counts','The Makers built two Ancient Stone Keepers to help protect Uldaman from would-be invaders and to oversee daily operations while Ironaya and Archaedas slumber. One is still fully operational in Temple Hall, but the one in Echomok Cavern has been corrupted by something.$B$BI fear that one of the Old Gods is responsible for this, and you\'re going to help me see if that\'s the case! Topple both of the guardians and bring me their power cores. They\'ll tell us all we need to know. ','Obtain the Obsidian Power Core and the Titan Power Core.','','','','','','','',62053,62055,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27674,13202,1,0,524288,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'To the Surface','Nevin has just sent word that he and his men are making their way to the surface. He\'ll be waiting for you in the building that S.A.F.E. has established as its headquarters.$B$BSee Torben Zapblast over there? Talk to him when you\'re ready to head to the surface and he\'ll arrange to have you transported up there. It\'s been a pleasure meeting you, $N, and I\'m honored to have played a small role in helping you escape from Gnomeregan to start your life on the surface.','Speak to Torben Zapblast to get teleported to the surface and report to Nevin Twistwrench.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27675,13202,1519,0,4232,1,-1,0,0,0,773,1,0,0,0,1,0,0,62056,1,'Forged Documents','Find a resident in Stormwind City to accept your forged documents.','Find a resident of Stormwind City to accept your Forged Documents.','','','','','','','',62056,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62062,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86300,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27676,13202,1337,0,8,35,39,81,0,0,0,0,0,0,0,0,0,0,0,0,'Behind Closed Doors','Galgann Firehammer and his band of Dark Irons are in Dig Three guarding a door that we know nothing about! I\'ve had it with their men getting in the way of our work here! The Explorers\' League is the only group authorized to handle the artifacts throughout Uldaman!$B$BGo to the dig and dispose of him so that our work can continue undisturbed. I want to know what\'s behind that door!','Kill Galgann Firehammer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7291,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27677,13202,1337,0,851968,35,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'Archaedas, The Ancient Stone Watcher','The true goal in Uldaman is to obtain the Discs of Norgannon. The secrets on these discs could change everything about how we view our world. Countless secrets of the Makers are inscribed on them...their value is beyond any material wealth you could possibly imagine.$B$BThe problem is that Archaedas, an ancient and powerful creation of the Makers, guards the discs with a venerable army at his disposal. I need you to defeat him and secure the discs for the Explorers\' League!','Defeat Archaedas.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2748,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27678,13202,1517,0,278530,37,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Platinum Discs','The centerpieces of this treasure chamber are four huge platinum discs, each adorned with numerous sigils of an unknown origin. Touching them makes your hand tingle. Just after touching the discs, the visage of a large stone watcher springs forth.$B$B\"Salutations. I am a keeper of knowledge. The Creators\' synthesis of the Earthen has been chronicled and stored here for this world in the Discs of Norgannon.\"$B$BYou have uncovered a wealth of previously undiscovered worldly lore!','Speak with stone watcher and learn what ancient lore it keeps. Then, tell Lead Prospector Durdin what you found out!','','','Learn what lore that the stone watcher has to offer','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27679,13202,1337,0,65544,35,39,81,0,0,0,0,0,0,0,0,0,27680,0,0,'The Chamber of Khaz\'mul','In the Map Chamber there is a locked door which I believe leads to the legendary Chamber of Khaz\'mul. We do not yet know what artifacts wait inside it.$B$B$B$BWhat we do know is that it is guarded by Ironaya, a Titanic Watcher of immense size and power. You\'ll need to defeat her if you intend to progress any further into this place.','Defeat Ironaya.','Reliquary agents are en route to investigate the chamber. You have more important matters to attend to.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27680,13202,1337,0,851968,35,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'Archaedas, The Ancient Stone Watcher','The true goal in Uldaman is to obtain the Discs of Norgannon. These platinum discs could grant our order unbelievable power. Countless secrets of the Makers are inscribed on them...their value is beyond any material wealth you could possibly imagine.$B$BThe only problem in obtaining them is that Archaedas, an ancient and powerful creation of the Makers, guards the discs with a venerable army at his disposal. I need you to defeat him and secure the discs for The Reliquary.','Defeat Archaedas.','You are a most reliable agent, $N. Proceed to the discs and learn all you can. Report back to me immediately after.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2748,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27681,13202,1337,0,8,35,39,81,0,0,0,0,0,0,0,0,0,0,0,0,'Behind Closed Doors','Galgann Firehammer and his band of Dark Irons are in Dig Three guarding a door that we know nothing about! I\'ve had it with their men getting in the way of our work here! The Reliquary is the only group authorized to handle the artifacts throughout Uldaman!$B$BGo to the dig and dispose of him so that our work can continue undisturbed. I want to know what\'s behind that door!','Kill Galgann Firehammer.','Well done. Dig Three and any secrets beyond that door will soon be ours and ours alone.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7291,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27682,13202,1337,0,8,35,39,81,0,0,0,0,0,0,0,0,0,0,0,0,'We Require More Minerals','The Titans built two Ancient Stone Keepers to help protect Uldaman from would-be invaders and to oversee daily operations while Ironaya and Archaedas slumber. One is still fully operational in Temple Hall, but the one in Echomok Cavern has been corrupted by something.$B$BI suspect that one of the Old Gods is responsible for this, and you\'re going to help me see if that is indeed true. Topple both of the guardians and bring me their power cores. They\'ll tell us all we need to know. ','Obtain the Obsidian Power Core and the Titan Power Core.','Both of these cores are still far more potent than most of the cores we use to power our own protectors, and these are ancient devices!$B$BThank you, these will prove extremely valuable to our society.','Do you have the cores with you, or are you just here to chat? Perhaps we should stop this whole charade and enjoy some snacks and fine wine instead?','','','','','',62053,62055,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27683,13202,139,0,262152,39,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Woods','I saw the strangest commotion coming through town the other day. A horse-drawn cart, loaded with crates and chests, a worgen woman at the reins, a blood elf by her side, and a dwarven paladin running behind, yelling some of the most creative obscenities I\'ve heard in quite some time.$b$bThey looked like they were headed to Eastern Plaguelands, though I\'d imagine they can\'t be far past the Thondroril River by now. I wonder what they were up to?','Find a worgen woman at the Thondroril River in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27684,13202,139,0,262152,39,40,0,0,0,0,0,0,0,0,0,0,0,0,0,'Visitors','My sources at the Menders\' Stead have informed me that we will be having some visitors soon. A group of paladins - led by a worgen tradeswoman, of all things - will be arriving here shortly. I look forward to meeting them. Particularly one of them.$b$bWould you mind stopping in and checking in on them? I can\'t say for sure, but by the time you get there, they should just be crossing the Thondroril River, far to the west.','Find a worgen woman at the Thondroril River in Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27685,13202,5146,0,8,80,81,0,0,0,0,0,0,0,0,0,25371,0,0,0,'Good Deed Left Undone','G\'day, $gladdie:lassie;.$b$bThe name\'s Rendel.$b$bSeems ol\' Moanah and I got here in the nick of time, eh?$b$bErunak wasn\'t kiddin\' when he said it was life or death!$b$bSo... in our rush ta git over here, we left a little unfinished business off to the east a ways.$b$bA little lady was near death herself. We had no choice but ta leave her by a little air vent when we came here to yer rescue.$b$bHow bout yeh git over and help her while there\'s still time?','Speak to Adarrah in the Kelp\'thar Forest.','Oh, finally...$b$bI don\'t know how much longer I can last!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27686,13202,1637,0,4232,1,-1,0,0,0,773,1,0,0,0,1,0,0,63276,1,'Forged Documents','Find a resident in Orgimmar to accept your forged documents.','Find a resident of Orgimmar to accept your Forged Documents.','','','','','','','',63276,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62062,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86300,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27687,13202,4953,0,0,80,81,0,0,0,0,0,0,0,0,0,25598,0,62138,1,'An Opened Can of Whoop Gnash','What an accomplishment, felling a mighty sea giant!$b$bThe new residents of Smuggler\'s Hole will feel considerably safer knowing this monster is no longer loitering outside their haven.','Bring Gnash\'s Head to Samir in Smuggler\'s Hole.','','','','','','','',62138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27658,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help from the Earthcaller','My investigation into Cho\'gall\'s artifact has hit a dead end. The Twilight\'s Hammer enslaved a group of Wildhammer smiths and then drowned them in the lake when they were done with their services.$B$B$B$BI hate to say it, but we need help. There\'s an Earthen Ring woman, a draenai named Earthcaller Yevaa. She and her pet goblin are southwest at the Elementium mine.$B$BThey need help with shutting down the elemental portals around here. In exchange, she can help us with our problem.','Speak with Earthcaller Yevaa at the Elementium Depths in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27655,13164,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring the Hammer Down','There\'s nothing worse than a self-hating Twilight\'s Hammer cultist. Nothing! These idiots actually want to bring about the end of the world.$B$BThat marks them for extinction in my book.$B$BBetween the citadel veterans, the corrupted elementalists, and the twilight vindicators, you should have no shortage of targets.$B$BI could care less how you choose to kill them.','Slay 10 Citadel Veterans, Corrupted Elementalists, and/or Twilight Vindicators.','','','Return to Garona Halforcen at the Twilight Citadel.','Twilight Citadel cultists slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,46205,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27691,13202,8,0,8,51,53,0,0,0,0,0,0,0,0,0,0,27757,0,0,'Marshfin Madness','I\'m afraid the rest of the Steamwheedle here are gone. All the young ones at the camp to the east were lost when the murlocs came.$B$BYes, there\'s always been murlocs on these shores... but not in these numbers. They came in droves from the sea at night, howling and frothing, swarming up onto the land to attack!$B$BWe can\'t have them still running around, now can we? Would you put an old goblin at ease and go beat some of them back into the water?','Slay 12 Marshfin Murlocs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45967,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27692,13202,2100,0,589824,36,39,81,0,0,0,0,0,0,0,0,0,0,0,0,'Princess Theradras','Do not be alarmed, young $r. I am Zaetar, son of Cenarius, and I come to you for your assistance.$B$BLong ago, I made the mistake of mating with Princess Theradras, a powerful earth elemental aligned with the Old Gods. Our children, the centuar Kahns, turned on me upon birth and slew me mercilessly. Now, Theradras\' taint runs deep and threatens far more than just Maraudon.$B$BCome slay her and free my spirit so that we may restore Desolace to a place of verdant life and promise, as Cenarius would want.','Kill Princess Theradras.','Thank you, $N. As you can see, my mere presence here has resulted in a bloom of glorious life despite my mate\'s presence. Names aside, perhaps one day you will again venture into Desolace and find it a verdant oasis free of any traces of the Old Gods.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12201,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66008,65992,65969,65945,65919,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18700,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27693,13202,3,0,10289152,44,46,0,0,0,0,0,0,0,0,0,0,27793,0,0,'The Warden\'s Game','You see the statue split into two, then four, then eight identical statues in a square formation.$b$bYou hear a voice, not through your ears, but in the back of your mind:$b$b \"A true warden does not face OUTWARD, searching for signs of danger.$b A true warden keeps his gaze INWARD, always focused on protecting his quarry.\"$b$bPerhaps this is a riddle of some sort?','Complete the Warden\'s Game by teleporting the Warden\'s Pawns into inward-facing positions.','','','','Warden\'s Game Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,46339,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27694,13202,8,0,8,51,53,0,0,0,0,0,0,0,0,0,0,27704,0,0,'Pool of Tears','The trolls that lurk within this temple have done grievious harm to my kind, $n. We were sent here to guard this place, and were instead used to unleash the terrible powers within.$B$BI must beg you for the help only a mortal can give. You can be my hand within the temple; should I enter by myself, I risk being turned against my brothers as well.$B$BWe shall make a pact. If you wish to help, first gather Atal\'ai artifacts from the waters around the temple, and return them to me.','Collect 5 Atal\'ai Artifacts from the Pool of Tears surrounding the Temple of Atal\'Hakkar.','','','','','','','',6175,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27701,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,0,0,62248,1,'Dragon, Unchained','Lirastrasza is the last and greatest of the red dragons that the Twilight\'s Hammer captured. They\'re about to kill her, $c.$B$BYou need to take the Elementium Axe and free her from her bonds before they do.','Use the Elementium Axe to break the chains enslaving Lirastrasza.','','','Return to Garona Halforcen at the Twilight Citadel.','Lirastrasza freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27689,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,27701,0,0,'Distract Them for Me','There are three candidates for Ascendancy that need to killing: Dame Alys Finnson, Master Klem, and Mia the Rose.$B$BI want you to serve as a distraction. When the time is right, I\'ll step in to finish them off from behind.$B$BJust make sure that whatever you do, you don\'t underestimate them, $N. Each of those lunatics got to where they are by being ruthless and very good at what they do.','Slay Dame Alys Finnson, Master Klem, and Mia the Rose.','','','Return to Garona Halforcen at the Twilight Citadel.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46341,46342,46343,0,1,1,1,0,0,0,0,0,0,0,0,0,63729,63728,63727,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27696,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,27701,0,0,'The Elementium Axe','The Twilight cowards have captured and killed many red dragons, but one\'s still breathing. Do you remember Lirastrasza? She\'s chained nearby and we\'re going to free her.$B$BBut first, we need something sharp enough to cut her free.$B$BThere\'s an old ettin named Blindeye the Guardian. He stands watch at the Altar of Ascension to the south.$B$BHe has a purely-wrought Elementium axe. I wonder if that\'s Cho\'gall\'s \"ultimate\" weapon?','Obtain the Elementium Axe.','','','Return to Garona Halforcen at the Twilight Citadel.','','','','',62230,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27697,13202,2100,0,589824,32,34,81,0,0,0,0,0,0,0,0,0,0,0,0,'Corruption in Maraudon','$N, I require your assistance immediately! I am Zaetar, son of Cenarius, and I am trapped here after an unfortunate series of events! Before saving me is an option, you must help me clean out the corruption that runs so rampant through Maraudon.$B$BLord Vyletongue is the satyr ruler of the purple crystal caverns. He is an insidious agent of the Burning Legion and his continued presence can only lead to chaos and death. He can live no longer!','Kill Lord Vyletongue.','Excellent work, $N! Eliminating Vyletongue\'s presence is a key step to freeing me and, ultimately, saving these lands from corruption. Take this as a token of my thanks and an incentive to continue your work here.$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12236,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,13800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27698,13202,2100,0,589824,34,36,81,0,0,0,0,0,0,0,0,0,0,0,0,'Servants of Theradras','Princess Theradras, my former mate, has used her enormous power to corrupt the very nature of Maraudon. Even now her creations run rampant here, and I fear that they may soon escape into the open world to sow the seeds of death and destruction.$B$B$N, venture forth and kill Noxxion and Razorlash. They are two of her most powerful minions and their deaths would cause the callous Princess much deserved grief and suffering of her own. Then, perhaps, you can help free my spirit from her grasp.','Kill Noxxion and Razorlash.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,13282,12258,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27699,13202,4815,0,524288,80,81,0,0,0,0,0,0,0,0,0,25657,25670,0,0,'Shark Weak','That\'s one tough shark!$b$bYou determine that it\'s in everyone\'s best interest to try and distract Budd and hope his attention never returns to Gnaws and this Skeletal Reef.$b$bPerhaps the teeth of the beast will prove captivating enough...','Collect 5 of Gnaws\' teeth from the Skeletal Reef.','What?!$b$bGnaws ain\'t dead?!$b$bThis kinda takes the quick outta my get rich quick scheme...$b$bThem giant shark teeth are nice and all, but we can\'t stop \'til that shiney is ours!','Whatcha got there, pal?','','','','','',55212,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27652,13202,4922,0,16777352,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Assassins','Even I get hunted. I suppose that\'s what I get for hiding amongst the sheep.$B$B$B$BThe Twilight\'s Hammer has taken it up a notch and sent their dark assassins after me. Nice bunch of guys. Dead now. They\'re made from the souls of the most skilled killers.$B$BWant to do me a favor? Hunt them down. Bring back their soul pendants.','Collect 5 Dark Assassin Pendants.','','','Return to Master Mathias Shaw at the Twilight Citadel.','','','','',62033,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63741,63740,63739,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27703,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,27701,27712,0,0,'Coup de Grace','Look at that. Lirastrasza\'s destroying them!$B$BThere are still drakes that she\'s downing that need finishing off, $N. We don\'t want the stinking Twilight healers to get them back up into the air.$B$BTime for a little Coup de Grace.','Deliver a Coup de Grace on 5 Twilight Skyterrors.','','','Return to Garona Halforcen at the Twilight Citadel.','Coup de Grace delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,46416,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,63722,63721,63723,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27712,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to the Elementium Depths','The Earthcaller has a goblin initiate? Goldmine is his name? He has need of you.$B$BI think that they\'re ready for you to do their dirty work with whatever\'s down in that mine.','Speak with Initiate Goldmine at the Elementium Depths in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27786,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,27783,0,0,0,'The Hammer of Twilight','While you were in the mine, I was able to figure out where the Hammer of Twilight is being kept. They created it at the Altar of Twilight to the south.$B$BMore important than that, the cultists have made a critical error: Cho\'gall is personally overseeing its final construction.$B$B$B$BMany Kor\'kron died to bring us this information.','Get to the Hammer of Twilight.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27704,13202,8,0,327684,51,53,0,0,0,0,0,0,0,0,0,0,27705,0,0,'Legends of the Sunken Temple','I will need you to enter the temple first, $n. I can join you once a path is secure, but I dare not enter blindly. Turned against my kind, I would be a vicious enemy.$B$BYou can start by descending the stairs behind me. Then, swim through the flooded depths of the Broken Hall. Once there, follow the passageway to the right to find the Hall of Masks.$B$BBeware of any temple guards. Once you have found the Hall of Masks, I will contact you through the Oathstone.','Journey through the antechambers of the temple to the Hall of Masks.','','','Hall of Masks found','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27705,13202,8,0,851968,51,53,0,0,0,0,0,0,0,0,0,0,27768,0,0,'Step One: The Priestess','My bretheren are being butchered here. It\'s as I thought.$B$BI must ask your help further before I enter, $n. In the passageway outside this room, the hallway proceeds left and right. To the right, it goes down to the Chamber of Blood. Here the Atal\'ai perform their dark rituals.$B$BThey have expected and prepared for my kind for years, but not for you. Enter the Chamber of Blood and slay the Priestess Udum\'bra. She is one of three foul presences here that must be vanquished before I may enter.','Slay Priestess Udum\'bra in the Chamber of Blood.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46424,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28845,13164,5035,0,262280,82,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Vortex Pinnacle','One of our civilian leaders was taken prisoner by the air elementals.$B$BThey are probably torturing him for information as we speak.$B$BGo to the Vortex Pinnacle, where these foul creatures came from, and look for Itesh.$B$BYou will find the entrance to the Vortex Pinnacle hovering off of the southeastern coast of Uldum.','Find Itesh inside the Vortex Pinnacle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27708,13202,4815,0,524416,80,81,0,0,0,0,0,0,0,0,0,25884,0,0,0,'The Warden\'s Time','$b$bYou have done well, $n, but more remains to be done.$b$bBefore moving on from this place, let us be sure that we leave it in disarray.$b$bFind the one who leads these naga and repay him for his misdeeds.','Erunak Stonespeaker wants you to slay Warden Azjakir at The Clutch.','','','','Zin\'jatar Warden Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,41530,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27709,13202,3,0,10289152,44,46,0,0,0,0,0,0,0,0,0,0,27793,0,0,'The Sentinel\'s Game','As you place the statue in its place, several other stone statues appear in the room. One more ruby-colored statue also appears, in a small enclosure on the far end of the room. You hear a voice:$b$b \"The Sentinel watches.$b The Sentinel protects.$b The Sentinel\'s vision never falters.\"$b$bThat red statue on the other side of the room looks important. Perhaps you should try to connect the two red statues?','Complete the Sentinel\'s Game by connecting the two red statues.','','','','Sentinel\'s Game Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,46398,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27654,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring the Hammer Down','No foray into the field would be complete without a good old-fashioned take-the-bad-guys-out kind of mission.$B$BBetween the citadel veterans, the corrupted elementalists, and the twilight vindicators, I\'m sure you\'ll have plenty of targets.$B$BHow you choose to kill them is up to you.','Slay 10 Citadel Veterans, Corrupted Elementalists, and/or Twilight Vindicators.','','','Return to Master Mathias Shaw at the Twilight Citadel.','Twilight Citadel cultists slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,46205,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27713,13202,3,0,1048584,44,47,0,0,0,0,0,0,0,0,0,27927,0,0,0,'The Day that Deathwing Came','Deathwing made quite a mess when he passed through these parts. If it weren\'t for me, he\'d probably still be here, layin\' waste to all the good people of the Badlands.$b$bWhat, you don\'t believe me? Fine, let me tell you the whole story.','Listen to Theldurin\'s tale.','','','','','Punch Deathwing in the Face','','',0,0,0,0,0,0,0,0,0,0,0,0,46467,46471,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27714,13202,3,0,1048584,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Day that Deathwing Came: The Real Story','Not only was Theldurin\'s story wrong, it was boring, unimaginitive, and slow.$b$bI\'ll tell you how things really happened on that day.','Listen to Lucien Tosselwrench\'s version of the story.','','','','Grow large enough to reach the clouds','Clouds searched','Find Deathwing','',0,0,0,0,0,0,0,0,0,0,0,0,47080,47097,47103,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27715,13202,3,0,1048584,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Day that Deathwing Came: What Really Happened','These two have no idea how to tell a story. Theldurin\'s story was too short, and Lucien\'s tale was a little too tall, if you catch my drift.$b$bAlso, neither of their stories had hot babes in them.$b$bSit back, $N. I\'ll tell you what really happened that day.','Listen to Martek the Exiled\'s version of the story.','','','','Choose an admirer to save','Ride to the end of the canyon','Find Deathwing','Beat Deathwing in a knife fight',0,0,0,0,0,0,0,0,0,0,0,0,47123,47178,47179,46471,1,1,1,1,0,0,0,0,0,0,0,0,63193,63192,63191,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27716,13202,5144,0,262280,80,81,0,0,0,0,0,0,0,0,0,25747,0,62281,1,'Piece of the Past','$B$B','Bring the Ancient Elven Etching to Levia Dreamwalker. You should find her with the Alliance Nespirah Survivors.','','','','','','','',62281,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59697,59696,59698,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27717,13202,5144,0,262280,80,81,0,0,0,0,0,0,0,0,0,25958,0,62282,1,'Piece of the Past','$B$B','Bring the Ancient Elven Etching to Elendri Goldenbrow. You should find her with the Horde Nespirah Survivors.','','','','','','','',62282,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59694,59693,59695,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27718,13202,1637,0,262280,80,80,0,0,0,0,0,0,0,0,0,28805,25924,0,0,'Warchief\'s Command: Vashj\'ir!','All able-bodied members of the Horde are hereby ordered to report to Commander Thorak at Bladefist Bay in Durotar.$B$BNow, more than ever, your help is needed in battling our most hated enemy, the Alliance!$B$BTo reach Bladefist Bay you must travel south through the main gates of Orgrimmar and enter Durotar. From there, follow the path east to the coast. Thorak will be standing at his post near the docks.$B$BOnward, $g brother:sister;! Destiny calls!','Report to Commander Thorak at Bladefist Bay in Durotar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28041,13202,4922,0,65672,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bait and Throttle','You can hold your own on the ground, $N. I\'ll give you that.$B$BBut we Dragonmaw dominate the skies as well as land. Until you can prove to me you can handle a drake as well as a Dragonmaw, your Horde is nothing to me.$B$BLet\'s see if you can wrangle one back to Bloodgulch.$B$BFirst you\'ll need bait. Go out and kill one of the gryphons that wander the woods west or northeast of here. Make sure it\'s untamed! Drakes hate the stink of dwarf on their food.$B$BGet the gryphon carcass and you\'ll know what to do.','Get a Fresh Gryphon Carcass.','','','','','','','',62915,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27720,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,27711,0,0,0,'Mr. Goldmine\'s Wild Ride','Okay, $N, we need to get to the earth portal at the back of the cave.$B$BI\'ve \"procured\" a ride for us. Why walk when we can ride in style? I hope you don\'t mind mine carts.$B$BLet me know when you\'re ready.','Ride the mine cart with Initiate Goldmine to the end of the line.','','','','Speak to Goldmine to get in the cart','End of the line','','',0,0,0,0,0,0,0,0,0,0,0,0,46472,46459,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27721,13202,1637,0,138,80,80,0,0,0,0,0,0,0,0,2,0,25316,0,0,'Warchief\'s Command: Mount Hyjal!','All able-bodied members of the Horde are hereby ordered to report to Emissary Windsong at Nighthaven in Moonglade.$B$BOur brothers in the Cenarion Circle report that Deathwing\'s minions have launched a destructive offensive against the world tree and threaten to burn it to the ground!$B$BSpeak with Cenarion Emissary Blackhoof to gain entry into Moonglade. Blackhoof is located at the tauren district in the Valley of Wisdom in Orgrimmar.$B$BOnward, $g brother:sister;! Destiny calls!','Speak to Cenarion Emissary Blackhoof to secure transportation to Moonglade.','','','Transportation to Moonglade Secured','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27722,13202,1637,0,262280,82,82,0,0,0,0,0,0,0,0,0,0,27203,0,0,'Warchief\'s Command: Deepholm!','All able-bodied members of the Horde are hereby ordered to report to Farseer Krogar at the Western Earthshrine in Orgrimmar.$B$BThe Earthen Ring, lead by our former Warchief, Thrall, requires our aid! They report that the elemental plane of Deepholm threatens to overtake our world!$B$BThe Western Earthshrine can be found just north of the Valley of Wisdom.$B$BOnward, $g brother:sister;! Destiny calls!','Speak with Farseer Krogar at the Western Earthshrine in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27723,13202,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kyle\'s Test Quest','','','','','','','','','',6948,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27724,13202,1519,0,136,80,80,0,0,0,0,0,0,0,0,0,28826,14482,0,0,'Hero\'s Call: Vashj\'ir!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Recruiter Burns in Stormwind Harbor.$B$BRecent attacks by the Horde on our trade ships must be met with swift and just force!$B$BStormwind Harbor can be found in the northwest region of Stormwind City.$B$BFor the glory and honor of the Alliance! Fight on, $g brother:sister;!','Speak with Recruiter Burns at Stormwind Harbor in Stormwind City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27725,13202,47,0,262152,30,34,0,0,0,0,0,0,0,0,0,0,0,0,0,'Quel\'Danil Lodge','I may appear far from home to you, $c, but quite a few of my people were led here by Ambassador Rualeth. We have settled with the high elves of the Quel\'Danil Lodge, to the northwest, to train in the ways of the Light and enjoy the peaceful beauty of this land.$B$BSuch peace may be short lived. We have seen the Horde moving further west from here. Could you travel to Quel\'Danil and give warning to Anchorite Traska? Her cabin is just north of the main lodge.','Speak with Anchorite Traska at the Quel\'Danil Lodge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27726,13202,1519,0,138,80,80,0,0,0,0,0,0,0,0,2,0,25316,0,0,'Hero\'s Call: Mount Hyjal!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Emissary Windsong at Nighthaven in Moonglade.$B$BOur brothers in the Cenarion Circle report that Deathwing\'s minions have launched a destructive offensive against the world tree and threaten to burn it to the ground!$B$BSpeak with Cenarion Emissary Jademoon in Stormwind Keep to gain entry into Moonglade.$B$BFor the glory and honor of the Alliance! Fight on, $g brother:sister;!','Speak to Cenarion Emissary Jademoon to secure transportation to Moonglade.','We knew the Alliance would send help and not a moment too soon!','','Transportation to Moonglade Secured','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27727,13202,1519,0,262280,82,82,0,0,0,0,0,0,0,0,0,0,27203,0,0,'Hero\'s Call: Deepholm!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Naraat the Earthspeaker at the Eastern Earthshrine in Stormwind City.$B$BThe Earthen Ring requires our aid! They report that the elemental plane of Deepholm threatens to overtake our world and destroy all life on Azeroth!$B$BThe Eastern Earthshrine can be found directly northwest of Stormwind Keep.$B$BFor the glory and honor of the Alliance! Fight on, $g brother:sister;!','Speak with Naraat the Earthspeaker at the Eastern Earthshrine in Stormwind City.','Our world is in danger, ! We need the help of great heroes, like you, to save it!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27729,13202,4815,0,589824,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Once More, With Eeling','Eels are among the creepiest of Azeroth\'s creatures.$b$bSure, there are those who pretend that they don\'t mind them - and others who actually claim to favor them.$b$bThey are lying.$b$bTruth be told, no one likes eels. Eels don\'t even like eels.$b$bAzeroth would be a better place if no one ever had to envision an eel slithering out from the murky depths and biting them.$b$bIn the face.','Kill 8 of any Eel in the Kelp Forest.','You can add this to list of things you can tell your grandchildren that you\'ve done for them.','','','Disgusting Eels Justifiably Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,40855,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27733,13202,717,0,8,20,23,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Good Ol\' Switcheroo','Look, I\'d love to give the order and have my men blast these rebels to bits right now, but I can\'t because the entire Stockade is under Warden Thelwater\'s jurisdiction, and he only wants to contain them right now.$B$BRather than disobey orders, we\'re going to take care of this in a slightly different manner! We\'ve managed to befriend Mortimer Moloch, who just so happens to be the ruthless rebel leader Randolph Moloch\'s twin. Kill Randolph, and we\'ll switch \'em so Mortimer can stop the rebellion peacefully!','Kill Randolph Moloch.','Yes, Mortimer just faked his own death. He\'ll probably take on his brother\'s name and continue on his \'epic schemes\'. We\'ll just have to deal with that when the time comes.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46383,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27737,13202,717,0,8,20,24,81,0,0,0,0,0,0,0,0,0,0,0,0,'By Fire Be Saved!','I\'m well-versed in first aid and other forms of healing, and with the help of my Lightwell I\'ve been able to nurse many of our men back to full health. The problem we still have is that it\'s so cold and damp down here that I\'m losing them anyways, despite healing their wounds!$B$BThe quakes angered the elements that reside in the prison...when they erupted out of the earth they slaughtered half of the prisoners. If you slay their leader, Lord Overheat, and bring me his core I can use it to warm our men!','Obtain Lord Overheat\'s Fiery Core.','Thank goodness! With this fire, our men will live through this ordeal!$B$BThank you so much, hero.','Do you have the core? Our men are dying in here!','','','','','',62305,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6700,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28613,13202,989,0,262280,83,83,0,0,0,0,0,0,0,0,0,28497,0,0,0,'See You on the Other Side!','Alright, $n. We\'ve bought ourselves a little breathing room, but there\'s no time to lose.$b$bFollow me!','Speak to Harrison Jones at the top of Maker\'s Ascent in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27739,13202,717,0,8,20,25,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Gnoll King','$N, I\'m afraid I must ask of you the impossible.$B$BI received my eyepatch because he willed it so. Countless thousands have perished to his wrath. It was only by sheer miracle that we were able to imprison him here.$B$BDoing so was a grave mistake. We held out as long as we could, but then they came. From the shadows and darkness, gnolls in service of Hogger ripped my best men to pieces.$B$BYou must defeat the Gnoll King, lest he mounts another attack and slaughters us all in cold, bloodthirsty rage.','Defeat Hogger.','You have performed a deed this day unlike any I have seen in my long career. Hogger\'s death will plague the Riverpaw for years to come, and hopefully put an end to their attacks on our people.$B$BGreatest of heroes, please take this as a sign of my eternal gratitude.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46254,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65989,65915,65965,65941,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7300,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27740,13202,8,0,262152,51,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baba Bogbrew','Hey, while you were out, the Baron stopped by! He kicked me until money came out!$B$BHe always does that though. But this time he asked me to tell you something! He wants you to go south and help out our herbalist, Baba Bogbrew.$B$BShe\'s all the way across the water! But just talk to my girl Daisy outside and she\'ll send you there the Crazy Larry way!','Talk to Lil\' Crazy Daisy to take a cannon ride to Baba Bogbrew.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27741,13164,0,0,16392,5,-1,0,0,0,0,0,0,0,0,0,0,27749,62315,1,'Show Me Your Papers','After your work in dealing with the Twilight\'s Hammer cult, Captain Anton recommended you for a delicate assignment.$B$BMy men recently discovered a group of cultists attempting to sneak into the city. The flow of traffic into the Stormwind has come to a halt. The king has decreed that all visitors must be searched before they can enter the gates. Take this copy of his proclamation and read it to the people assembled at the front gates, then assist the guards there in searching those who wish to enter.','Go to the front gates of Stormwind, read King Wrynn\'s Proclamation and search 5 Stormwind Citizens. Keep anything suspicious that you find.','','','','Stormwind Citizens searched','Read King Wrynn\'s Proclamation','','',0,0,0,0,0,0,0,0,0,0,0,0,46489,46549,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27742,13202,4922,0,8388744,84,85,0,0,0,0,0,0,0,0,0,0,27745,0,0,'A Little on the Side','You know, it\'s our moral obligation to save all of this Elementium from the shale spiders. Those creepy things eat the stuff!$B$BWhat a waste!$B$BSo, what do you say? 90/10 my way?','Collect 6 Elementium Shards.','','','','','','','',62331,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63713,63712,63714,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27743,13202,4922,0,8388744,84,85,0,0,0,0,0,0,0,0,0,0,27745,0,0,'While We\'re Here','You know, while we\'re here, we might as well take care of the Twilight\'s Hammer intruders. This place used to be ours, after all!$B$BI\'d help, but with my totems and weapons broken, I\'m pretty helpless.','Slay 12 Twilight\'s Hammer cultists, either Depths Overseer or Twilight Miners, within the Elementium Depths.','','','','Elementium Depths cultists slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,46579,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27744,13202,4922,0,11534464,84,85,0,0,0,0,0,0,0,0,0,0,27745,0,0,'Rune Ruination','Examining the Twilight Rune of Earth, you can almost feel its power extending further into the Elementium Depths.$B$BIt\'s probably connected to other runes. Initiate Goldmine thinks that you should destroy all of them.','Destroy the Twilight Rune of Earth, Rune of Water, Rune of Air, and Rune of Fire.','','','','Rune of Earth destroyed','Rune of Water destroyed','Rune of Air destroyed','Rune of Fire destroyed',0,0,0,0,0,0,0,0,0,0,0,0,46671,-206314,-206312,-206313,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27745,13202,4922,0,131208,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Fiery Reunion','That\'s Magmatooth, my estranged fire elemental. $N, you gotta kill him or he\'s gonna kill me!$B$BIt was all just a big misunderstanding. How was I to know he\'d be mad about me \"borrowing\" his heart down in Deepholm? He can\'t die... not permanently anyway!$B$BHe\'s got the controller to the portal on him for sure. You gotta get the controller and then use it in the Fire portal to take us back to the entrance.','Obtain the Fire Portal Controller and use it at the Fire Portal.','','','','Use the Fire Portal Controller','','','',0,62394,0,0,0,0,0,1,0,0,0,0,46677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63711,63710,63709,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27746,13202,287,0,262152,19,20,0,0,0,0,0,0,0,0,0,0,28096,0,0,'Empire of Dirt','This war has taken its toll on us as a people. We have lost much to secure our place as the rightful rulers of Lordaeron. And though the moment is won, the battle continues to rage in other parts of the Eastern Kingdoms.$B$BI must return to the Undercity to recuperate. I want you to go to Hillsbrad Foothills in my stead, $N. As my most trusted soldier, you will lead our forces to absolute domination against our enemies in Hillsbrad.$B$BReport to High Executor Darthalia at Southpoint Blockade, to the east.','Report to High Executor Darthalia at Southpoint Blockade in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27648,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,27650,0,0,'Once More Into The Fire','Fine, fine. You want a piece of the action? You can join in.$B$BLet me know when you\'re ready ta go.','Accompany Cayden Dunwald through the somewhat obvious ambush.','','','Return to Cayden Dunwald at the Dunwald Ruins.','Accompany Cayden through Dunwald Market Row','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63843,63842,63841,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27749,13164,0,0,16392,5,-1,0,0,0,0,0,0,0,0,0,0,27767,62326,1,'Arrest the Infiltrators','You were right to bring this note to me, $N. The king\'s proclamation came too late; they already have infiltrators at work in the city.$B$BThis note contains instructions and locations for cultists to meet, but it doesn\'t say what they\'re doing. Our enemies have grown smarter. It\'s going to be tough to track down all the infiltrators, but we have to get as many as we can. Use these cuffs to restrain any agents you find, bring them to the entrance of the Stockade, and report to me when you\'re finished.','Use the Heavy Manacles to arrest 5 Cultist Infiltrators and bring them to Warden Thelwater at the Stockade. After you\'ve returned with your prisoners, question one of the Detained Cultists in the Stockade.','','','','','Arrested Cultists brought to the Stockade','Question Detained Cultist','',0,0,0,0,0,0,0,0,0,0,0,0,0,46635,46665,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27659,13164,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Portal Overload','I used to be the caretaker of the Earthen Ring\'s portals here. But while we were away helping to save Deepholm, the Twilight\'s Hammer moved in and corrupted the area.$B$BThey\'re using powerful ascendants to guard our portals. That\'s where they\'ve made a critical error.$B$BI want you to go to the portals and use the controllers to overload them. This will unleash all of the portal\'s energy, debilitating the ascendant. Slay it.','Slay Debilitated Apexar, Debilitated Aetheron, and Debilitated Edemantus.','','','Return to Earthcaller Yevaa at the Elementium Depths.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46273,46270,46272,0,1,1,1,0,0,0,0,0,0,0,0,0,63734,63733,63735,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27646,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,27650,0,0,'Finding Beak','I lost me gryphon. Beak! Where are you Beak?!$B$BWanna help me find him? I know he\'s in da hovel. He hasta be.$B$BBeak?! Wheres are ya?$B$BI hope he\'s okay.','Help Donnelly find Beak in Dunwal Hovel.','','','Return to Donnelly Dunwald at Dunwald Hovel.','Search the cellar in southern Dunwald Hovel','Search the cellar in northwestern Dunwald Hovel','Search the buildings in eastern Dunwald Hovel','',0,0,0,0,0,0,0,0,0,0,0,0,46599,46600,46601,0,1,1,1,0,0,0,0,0,0,0,0,0,63855,63854,63853,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27643,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,27646,0,0,'Donnelly Dunwald','So you be lookin\' to find us, and I be lookin\' to find me brothers. It sounds to me like we got some common ground in there abouts.$B$BDonnelly\'s our eldest, and while his size shows it, his wits might not. He\'s usually up in the northern ruins - in the hovel. Do ya think you might go lookin\' for him for me? It\'d be a right comfort if I knew he were safe.','Find Donnelly Dunwald.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27644,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eoin Dunwald','Eoin\'s one of the twins. He\'s got a penchant for the drink. You\'ll likely be findin\' him over by the old well - the ale stores were in a building there.$B$BMind making him to pay his worrying sister a visit? Shouldn\'t take much convincin\' if you can get to the ale first.','Find Eoin Dunwald.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27645,13164,4922,0,67109000,84,84,0,0,0,0,0,0,0,0,0,0,27646,0,0,'Cayden Dunwald','Cayden\'s the other twin. He\'s got a thirst too, but not for ale. I\'m sure he\'s been havin\' a grand time of it since the Twilight came to our doorstep. Gettin\' some of that aggression out of his system mayhaps.$B$BI\'m thinkin\' the best place to go lookin for him is at market row, by the old smithy. He used ta hang out there anyway, but since that place is swarmin\' with the most Twilight, he\'s probably got all the more reason to be callin\' it home now.$B$BBring\'m back for me. In one piece would be nice.','Find Cayden Dunwald.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27651,13202,4922,0,201326728,84,84,0,0,0,0,0,0,0,0,0,27650,0,0,0,'Doing It Like a Dunwald','They already left to hunt down the ettin that lead the attack on Dunwald. I asked them to at least give ya a chance to catch up, but I\'m not sure waitin\'s in their blood.$B$BThey made off towards the town square, in the center of the ruins. You should go join\'m before ya miss out on all the fun.','Speak to Flynn Dunwald and aid the Dunwald brothers in killing Darunga.','','','Speak to Flynn Dunwald or Keely Dunwald at the Dunwald Ruins.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46624,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63833,63832,63831,63834,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27939,13164,5034,0,128,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Desert Fox','Zhere is much to be done in zhis region, $r.$b$bVe bozh haf a burning passion for zhe ancient technologies here, do ve not?$b$bPerhaps zhere is a vay for us to vork togezher?$b$bLet us put zhe misunderstandinks of zhe past behind us zhen, hmm?$b$bNow, zhere is an elusive animal in zhe region to zhe east zhat I have been huntink. Brink me zhis creature as a token of your sincerity, hmm?$b$bZhen maybe I let you in on my operation...','Schnottz wants you to bring him the Desert Fox.','','','Speak with Schnottz in Schnottz\'s Landing.','','','','',62777,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27756,13202,1581,0,589824,15,16,81,0,0,0,0,0,0,0,0,0,0,62334,1,'The Foreman','If we\'re to find out what\'s going on down here it looks like we\'re going to have to fight our way through the entire Deadmines! Glubtok the Foreman will be the first major foe you encounter, a powerful ogre magi. Be careful, he possesses the brute strength of his race backed by his wicked spellcasting!$B$BTake this communicator so that I can keep in touch with you as we continue our investigation. Be careful down there.','Kill Glubtok.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47162,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27757,13202,8,0,8,51,53,0,0,0,0,0,0,0,0,0,0,27818,0,0,'The Darkest Depths','I\'ve been seeing sea creatures acting oddly through the whole swamp. The murlocs, yes, but before that the gilblins, and the makrura... I even saw some naga wander ashore the other day.$B$BSomething\'s calling them here, and working them into a frenzy to boot. Many of the creatures have been drawn to Stagalbog Cavern to the west. Something\'s down there, and if it gets any stronger we\'ll all start wandering in there too...$B$BYou should put a stop to whatever it is before that happens.','Slay Hr\'nglth the Lost.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46371,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,64592,64602,64611,64619,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27758,13202,1581,0,589824,15,16,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Carpenter','$B$BHello, can you hear me? Excellent!$B$BIt looks like Helix is in charge of building an enormous mast. You don\'t think they\'re trying to finish the Defias Juggernaut, do you?$B$BYou\'d better go investigate $N, and don\'t be afraid to get your hands dirty! You have clearance to use deadly force if necessary and, let\'s face it, it\'s probably going to be necessary.','Defeat Helix Gearbreaker.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47296,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27760,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28501,0,62483,1,'Artificial Intelligence','$B$BEmergency code: 55-729.$B$BUpper cerebral cortex functions in expedition members have been compromised.$B$BPlease report to your nearest terminal location, to the southeast of the Sunstone Terrace, for further analysis.','Speak to the A.I.D.A. terminal at the Surveyor\'s Outpost in Uldum.','','','','','','','',62483,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27761,13164,5034,0,8388744,83,83,0,0,0,0,0,0,0,0,0,27760,27778,62398,1,'A Disarming Distraction','The curse has taken over the expedition members\' higher brain functions, but my calculations reveal their suppressed adolescent subconscious can still be stimulated by realistic imagery.$B$BUtilize this holo-projector to distract them.$B$BThey are currently setting up explosives at the tomb to the east to attempt to gain access to secret passages in Uldum.$B$BThey seek dangerous re-origination technology beneath Uldum and must be stopped.','Disarm the First, Second and Third Bomb Clusters and deactivate 4 Unstable Bomb Bots at the Tomb of the Sun King.','','','','First Bomb Cluster disarmed','Second Bomb Cluster disarmed','Third Bomb Cluster disarmed','Unstable Bomb Bot deactivated',0,0,0,0,0,0,0,0,0,0,0,0,-206395,-206396,-206397,46888,1,1,1,4,0,0,0,0,0,0,0,0,65843,65842,65841,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27762,13202,3,0,8,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fuselight, Ho!','Hey, $r, listen up. I got a job opportunity that you aren\'t gonna want to miss out on.$b$bWe been sent up here from Fuselight, a new goblin town way down in the Badlands. Lots of money to be had down there, yes $g sir: ma\'am;. And not nearly so many zombies... or uptight Argent paladin-types.$b$bNope, it\'s an untamed wilderness down there, and we\'re looking for someone like you to help us tame it. Whenever you\'re ready... we\'ll be waiting.','Ride The Uncrashable to the Badlands, then report to Eddie Flofizzle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27763,13202,3,0,262152,44,45,0,0,0,0,0,0,0,0,0,27762,0,0,0,'To Fuselight Proper','This, $r, is paradise. I\'ve always wanted to live in a nice quiet town by the sea so I can focus on my explosions without any distractions.$b$bQuiet\'s not for everybody, though... \'specially the adventuring hero-type, like yourself.$b$bWe\'ve installed a teleporter in the backside of town that\'ll take you up to the top of the cliffs. From there, you can take the quick ride west into Fuselight proper, within the Badlands.$b$bThere should be more for you to do up there. Tell \'em that Flo sent you.','Use the Teleporter in the back of Fuselight-by-the-Sea to port up the mountain, then report to Dolph Blastus at Fuselight in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,1,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27764,13202,3,0,8,44,45,0,0,0,0,0,0,0,0,0,27774,0,62387,1,'A Strange Request','On to other matters. I have a package that I need delivered.$b$bA young lady came by our town not long ago, looking for compressed blasting powder, a tempered mithril bomb casing, and some safety goggles. Naturally, we had plenty of blasting powder and bomb casings to sell her, but the safety goggles were a little harder to find.$b$bLong story short, I\'ve got the goggles, but she\'s already returned to her studies down in Lethlor Ravine. Will you bring these down to her?','Bring Dolph\'s Package to Rhea at Lethlor Ravine in the Badlands.','','','','','','','',62387,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63159,63158,63157,63156,0,0,1,1,1,1,0,0,63205,0,0,0,1,0,0,0,169,0,0,0,0,0,3,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27765,13202,3,0,8388616,44,45,0,0,0,0,0,0,0,0,0,27764,27770,0,0,'First Sample: Wild Eggs','I am experimenting with black dragons. Specifically, I am interested in how they procreate.$b$bMy current experiments require plenty of black dragon eggs, which is why I am here in Lethlor Ravine. I\'d gather the eggs myself, but I think you\'ll benefit from helping me out.$b$bYou will find them along the edges of the ravine. Beware the guardians that circle above - they do not appreciate stolen eggs.','Obtain 6 Wild Black Dragon Eggs.','','','','','','','',62388,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27766,13202,3,0,8388616,44,45,0,0,0,0,0,0,0,0,0,27764,27770,0,0,'Second Sample: Whelps','I need another favor from you. I need you to obtain the bodies of the black dragon whelplings that fly nearby. Slay them, and bring the corpses to me.','Obtain 10 Scalding Whelp Corpses.','','','','','','','',62390,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27767,13164,0,0,16392,5,-1,0,0,0,0,0,0,0,0,0,0,27780,52729,1,'Back Under Cover','The cultists seem assured of their victory, even as we detain more and more of them. We must find out more about the ritual mentioned by the cultist you questioned.$B$BThese rituals seem to be the core of the cult\'s plan to attack Stormwind. I\'m going to give you one of the robes taken from the arrested cultists. Put it on and go back to the cultist outpost at Mirror Lake Orchard in Elwynn Forest and see if you can get the cultists there to let you in on the plan.','Put on your Recruit\'s Robe, go to Mirror Lake Orchard and get the Book of Incantations from Overseer Sylandra. Read from the Book of Incantations near the Cultist Altar to practice the ritual.','','','','','','Practice Cultist Ritual','',0,0,0,62379,0,0,0,0,0,1,0,0,0,0,46666,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27768,13202,8,0,589824,51,54,0,0,0,0,0,0,0,0,0,0,27773,0,0,'Step Two: The Bloodletter','The trolls here perpetuate the fall of my brethren to the nightmare. They infect and corrupt green dragons with the blood of their foul god, and then harvest the evil that has grown within them. They are being farmed like livestock...$B$BThis disgusting savagery cannot continue. Return to where you left the Hall of Masks and take the other corridor towards the Butchery. Gomora the Bloodletter harvests corpses for these foul and evil rituals there. Take his undeserved life from him!','Slay Gomora the Bloodletter in the Butchery.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46623,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27769,13202,3,0,8,44,45,0,0,0,0,0,0,0,0,0,27771,0,0,0,'Rhea Revealed','As I hinted earlier, I am no ordinary goblin. You may have already guessed my true identity.$b$bAllow me to show you my true form. As you have proven yourself trustworthy, I will also share with you the details of my plan.','Learn Rhea\'s true identity.','','','','Discover Rhea\'s true identity','','','',0,0,0,0,0,0,0,0,0,0,0,0,46654,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27770,13202,3,0,8,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lifting the Veil','The black dragonflight was once noble. They were the earth warders, protecting the very land itself. How ironic that they would become the worst menace the land has known.$b$bI believe that there remains a sliver of hope, however, and so does my mistress. The black dragonflight will live beyond Deathwing\'s treachery, and will soar as the noble earth warders once again.$b$bI wish to show you something. Close your eyes, and I will reveal to you the final part of my studies.','Witness the final piece of Rhea\'s studies.','','','','Witness the final piece of Rhea\'s studies','','','',0,0,0,0,0,0,0,0,0,0,0,0,46658,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27771,13202,3,0,8,44,45,0,0,0,0,0,0,0,0,0,27770,0,0,0,'Third Sample: Implanted Eggs','Nyxondra is being held against her will. She is hidden from her brood, right in the middle of their breeding grounds. She lays eggs, but they will be taken away before she can see them hatch.$b$bCruel? Perhaps... but not nearly as cruel as the treatment that their dragonflight showed my mistress.$b$bShow me that I can trust you, $N. Take Nyxondra\'s eggs, and bring them here. You will need to beat Nyxondra into submission before you can take them.','Obtain 3 of Nyxondra\'s Eggs.','','','','','','','',62393,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63163,63162,63161,63160,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27772,13202,3,0,8,44,45,0,0,0,0,0,0,0,0,0,27769,0,62395,1,'The Venerable Doctor Blam','I made a calculated decision in revealing my identity to you, $N. I needed you to trust me, but I can no longer stay here in Lethlor Ravine, as my cover has quite clearly been blown.$b$bYou may be able to slip away unnoticed, however. Here, take the results of our research, and bring them west. At Agmond\'s End, you will find a gnome who knows what to do with these samples.$b$bHurry, $N! You mustn\'t loiter here any longer than necessary!','Bring the Black Dragon Samples to Dr. Hieronymus Blam at Agmond\'s End in the Badlands.','','','','','','','',62395,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27773,13202,8,0,851968,51,54,0,0,0,0,0,0,0,0,0,0,27914,0,0,'Step Three: Prophet','All that yet stands between me and the temple is Prophet Jammal\'an himself. He is the leader of the Atal\'ai trolls here, a foul manipulator.$B$BKnow that you do not face a mere crazed troll, $n, but an instrument of forces beyond your darkest comprehension. Yet you do not fight alone; my strength and the will of the Green Dragonflight go with you.$B$BProceed to the Den of the Caller, left through the Hall of Ritual, and then down into the Hall of Bones. At the bottom, you will find Jammal\'an.','Defeat Jammal\'an the Prophet.','','','','Jammal\'an the Prophet defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,46656,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27774,13202,3,0,8,44,45,0,0,0,0,0,0,0,0,0,27763,0,0,0,'Easily Swayed','The most immediate threat to Fuselight is, without argument, the colony of ogres to the northwest.$b$bMost of our ogre neighbors used to be warrior-types, but it seems that more and more of them are practicing magic. I won\'t have an army of ogre-magi at my doorstep.$b$bGo take out some of those Dustbelcher ogres. Hopefully they\'ll get the picture and avoid messing with the might of Fuselight.','Slay 9 Dustbelcher ogres at Camp Kosh.','','','','Dustbelcher slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,46695,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27775,13202,3,0,8,44,45,0,0,0,0,0,0,0,0,0,27763,0,0,0,'When the Going Gets Tough, Cheat','I just can\'t get my invention to work! Gah!$b$bThat\'s it, I\'ve decided. I\'m going to cheat and use magic.$b$bWhat my invention really needs is a solid piston that\'s thin enough to fit through a narrow copper tube, but strong enough to withstand repeated impact without breaking. The magical rods carried by those ogre magi to the north should work perfectly.$b$bFrom what I can tell, only the instructors carry the strong staves.','Obtain an Instructor\'s Rod from an Ogre-Mage Instructor at Camp Kosh.','','','','','','','',62396,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63155,63154,63153,63152,63151,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27776,13202,3,0,8,44,45,0,0,0,0,0,0,0,0,0,27775,0,62397,1,'It\'s Goat Time, Baby','We have a little bit of a goat problem here in Fuselight, in case you haven\'t noticed. They\'ll eat anything, and they seem to have taken a liking to the piles of cogs and gears that we tend to leave sitting around.$b$bIt\'s getting really annoying!$b$bYou\'ll find most of the billy goats wandering around the edge of town, near the cliff\'s edge. Use this device on them to give \'em a little \"nudge\".','Use Garyanne\'s Goat Puncher on 12 Billy Goats in Fuselight.','','','','Billy Goats nudged','','','',0,0,0,0,0,0,0,0,0,0,0,0,46696,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27777,13164,5034,0,8388744,83,83,0,0,0,0,0,0,0,0,0,0,27778,62542,1,'Core Access Codes','The expedition\'s numbers are extremely large, user $N.$B$BDealing with them by conventional means would take you an estimated 2,700,136.5 hours.$B$BWe can make use of a powerful source of energy held within expedition\'s crawler vehicle.$B$BWe will need the fusion core\'s access codes to accomplish this.$B$BMekgineer Twizzleflux has these codes and can be found at the Starwatch Tower to the southeast.$B$BI\'ve uploaded jamming frequencies to a scrambler. Use it to temporarily disable Twizzleflux\'s defenses.','Obtain the Core Access Codes from Twizzleflux the Insane.','','','','','','','',62399,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28602,13202,5034,0,25165960,83,83,0,0,0,0,0,0,0,0,0,0,27431,61321,1,'Be Prepared','Every adventurer worth their salt knows never to step foot in a cave, dungeon, crypt or tomb without an ample supply of rope... right?$b$bWell, mine was in that wagon full of explosives that you set off.$b$bHow about searching around here and seeing if you can\'t find some.','Collect 6 Rope Pieces.','','','Speak with Harrison Jones at the Obelisk of the Stars.','','','','',61321,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65886,65872,65884,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27519,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Under the Choking Sands','No... it cannot be.$B$BOrsis is all but buried beneath the desert sands.$B$BThe enemy will pay for this.$B$BBut first we must aid my people. Quick, $N. We do not have much time before the last of my brethren are buried alive!','Rescue 8 Orsis Survivors.','','','Return to Ammantep at Orsis.','Orsis Survivor rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,45715,0,0,0,8,0,0,0,85372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27595,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Prophet Hadassi','Prophet Hadassi is the wisest and eldest member of the Orsis tribe.$B$BHe has not been accounted for and his well-being is of vital importance.$B$BGo into Orsis and find him. A great day of reckoning will come to the Al\'Akir\'s lackeys if he\'s been hurt.','Find the Prophet Hadassi in Orsis.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,43000,0,0,0,0,0,0,0,0,0,0,131700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27780,13164,0,0,16392,5,-1,0,0,0,0,0,0,0,0,0,0,0,62412,1,'I Said the Words...','Now that you\'re familiar with the ritual, it\'s time for you to perform it in the city. Dozens of our brethren have already infiltrated the city and made their way to the ritual sites.$B$BI want you to visit the portal ritual sites in Stormwind\'s Dwarven District, Park district, and Cathedral Square. The teams there will have made most of the preparations and all you need to is read the last part of the incantation from the book.$B$BVery soon, $N, Stormwind will find itself awash in wind and water.','Disrupt the cultist rituals in the Dwarven District, the Park, and the Cathedral District by reading the incorrect words from the Book of Incantations.','','','','Disrupt Dwarven District Ritual','Disrupt Cathedral Square Ritual','Disrupt Park Ritual','',0,0,0,0,0,0,0,0,0,0,0,0,46703,46704,46705,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27781,13202,1581,0,589824,15,16,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Machination','$B$B$B$BHe-hello? $N, are you there? Are you still alive? Hello?$B$BOh good, you\'re still there! What in the name of Lordareon are they building? It\'s some sort of mechanized monstrosity! You have to stop them from completing that...that...thing! $B$BThrow out the rules, do whatever you have to do to thwart them!','Destroy the Foe Reaper 5000.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43778,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27782,13202,4922,0,262280,84,85,0,0,0,0,0,0,0,0,0,27745,0,0,0,'Mathias Needs You','We\'ve had some good times. I\'m really sorry to see you go. But, Mathias says he needs you.$B$BHe said it\'s urgent!$B$BSo, you want to grab a drink or something after whatever, $g buddy : lady;?','Speak with Master Mathias Shaw at the Twilight Citadel in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27783,13202,4922,0,262280,84,85,0,0,0,0,0,0,0,0,0,27745,0,0,0,'Garona Needs You','We\'ve had some good times. I\'m really sorry to see you go. But, Garona says she needs you.$B$BShe said it\'s urgent!$B$BSo, you want to grab a drink or something after whatever, $g buddy : lady;?','Speak with Garona Halforcen at the Twilight Citadel in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27657,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help from the Earthcaller','My investigation into Cho\'gall\'s artifact has hit a dead end. The Twilight\'s Hammer enslaved a group of Wildhammer smiths and then drowned them in the lake when they were done with their services.$B$B$B$BWe need help. There\'s an Earthen Ring woman, Earthcaller Yevaa, southwest at the Elementium mine.$B$BShe and her goblin initiate need help with the shutting down the elemental portals hereabouts. I\'m thinking that in exchange, she can help us with our problem.','Speak with Earthcaller Yevaa at the Elementium Depths in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27785,13202,1581,0,589824,15,16,81,0,0,0,0,0,0,0,0,0,27790,0,0,'The Admiral','$B$BI can\'t believe it...they\'re almost done rebuilding it! We don\'t have much time, $N.$B$BAdmiral Ripsnarl, Vanessa\'s right hand man, is bound to be on board. We\'ll never get to her if he\'s still alive to do anything about it. You\'re going to need to scale the unfinished Juggernaut, find Ripsnarl, and kill him so we can get to Vanessa\'s private quarters on the top deck.$B$BBe careful, the Admiral bears the worgen curse and would take much pleasure in digging his claws into you!','Kill Admiral Ripsnarl.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47626,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27494,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,27492,0,0,0,'Move the Mountain','If the Twilight Gate is to fall, we need to get Skullcrusher the Mountain out of there!$B$BBefore they left, I saw to it that your SI:7 agents took some explosives hidden in a Twilight\'s Hammer crate. By now, they will have planted them on the steps leading up to the upper portion of the Citadel.$B$BI want you to set the explosives off and then signal us when that monster\'s out of the way.$B$BThat\'s when we\'ll attack and finish off the ogre compound!','Detonate the Hidden Explosives to lure Skullcrusher the Mountain away from the Twilight Gate.','','','','Hidden explosives detonated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27588,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,0,0,61511,1,'Signal the Attack','Now that you\'ve lured Skullcrusher the Mountain away from the Twilight Gate, I need you to signal our forces to attack!','Use the Attack Signal from atop one of the towers at the Twilight Gate.','','','','Attack signaled','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27490,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'SI:7 Drop','Mathias Shaw and the SI:7 are here to assist us with operations up top in the Twilight Citadel. I need you to escort them there.$B$BThe Wildhammer are being kind enough to give us a lift in. The agents have some things that they need to do down in the Twilight Gate area first, though.$B$BSpeak with Angus Stillmountain and get yourself a squad to drop off. You\'ll fly them in. A big blue X marks the spot.','Get a Wildhammer Hellions squad from Angus Stillmountain and then escort them to the drop off point in the Twilight Gate.','','','','Get Wildhammer squad','SI:7 dropped off','','',0,0,0,0,0,0,0,0,0,0,0,0,45902,45877,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27789,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27772,0,0,0,'Troggish Troubles','I\'ll need some time to analyze these samples, as well as a break from this trogg-shooting duty. Go man one of my turrets and take out as many troggs as you can. I\'ll be here studying.$b$bThe turrets have two abilities: a regular shot, as well as an electrical overload, for when too many enemies get close! Heh, heh. Good luck.$b$bOh, and look out for the big, slow troggs. You probably don\'t want to let them anywhere near you.','Enter a Blam Turret, then survive four waves of trogg attacks.','','','','Survive first wave','Survive second wave','Survive third wave','Survive final wave',0,0,0,0,0,0,0,0,0,0,0,0,46737,46738,46739,46740,1,1,1,1,0,0,0,0,0,0,0,0,63182,63181,63180,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,51900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27790,13164,1581,0,8,15,17,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Defias Kingpin','Hello there, $N. I\'ve heard a great deal about you. Listen closely, you\'re only going to have one solid shot at this.$B$BThe new Defias Kingpin must be inside the hut orchestrating this entire operation. I want you to go inside and take her down, for the sake of the hundreds of innocent people the organization her father started has killed and terrorized.$B$BI\'m shocked that she would let you get so close to her domain without fleeing and waiting until more favorable conditions, but it seems we\'re in luck.','Kill the Defias Kingpin.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47739,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65935,65959,65983,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27791,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27789,0,0,0,'Dustwind Dig','I\'ve got an idea, but it\'s a bit of a long shot. Thankfully, long shots happen to be a specialty of mine.$b$bNorth of here, the Explorers\' League has uncovered a new set of titan ruins beneath the sands. If there\'s anything older and wiser than dragons, it\'s titans. Heck, I\'ve heard rumors that the titans CREATED the dragons.$b$bTalk to Lead Prospector Durdin at the camp to the north. He\'ll have more information than I do about these titans.$b$bWhat did I tell you? It\'s a long shot.','Speak with Lead Prospector Durdin at Dustwind Dig in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27792,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27791,0,0,0,'All\'s Fair in Love, War, and Archaeology','First things first, though. I\'m not just going to sit here and tell you everything we\'ve discovered down in those ruins. We\'ve got problems to take care of!$b$bMost pressing is those upstart Reliquary hooligans, just on the other side of the tomb. They\'re makin\' off with all of our loot! Don\'t they know that diggin\'s dwarf work?$b$bHunt down a few of their \"excavators\" - more like bandits, if you ask me - and bring some of these precious artifacts back to me.$b$bTHEN we\'ll talk titans.','Obtain a Broken Chalice, a Dusty Vase, an Earthen Hieroglyph, and a Trogg Tool.','','','','','','','',62485,62486,62487,62488,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63186,63185,63184,63183,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27793,13202,3,0,589824,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ancient Protectors','You heard a good amount of rumbling happen in the tomb\'s central chamber. Those two large statues did look awfully suspicious.','Investigate The Warden and The Sentinel.','','','','Thoroughly investigated The Warden','Thoroughly investigated The Sentinel','','',0,0,0,0,0,0,0,0,0,0,0,0,46768,46769,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27794,13202,3,0,2097160,44,46,0,0,0,0,0,0,0,0,0,27912,0,62497,1,'Return to Blam','Inside the chest, you find a small, circular device, resting upon a cushion.$b$bIf there are any titan artifacts to be found here in the tomb, this is it. You resolve to bring it back to Dr. Blam.','Bring the Eye of the Watchers to Dr. Hieronymus Blam at Agmond\'s End in the Badlands.','','','','','','','',62497,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63176,63175,63174,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,87203,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27795,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tides of Darkness','The battle\'s proceeding just the way I wanted it. With their warriors nearly exhausted, I\'ve sent in our cavalry.$B$BWhat I wasn\'t expecting was ogres. Our knights are well matched against the brutes, but they\'re going to need help.$B$BI need you back on the field right away, $n. Few can bring down an ogre on foot, but I think I can count on you. Don\'t disappoint me.','Slay 6 Stonard Ogres.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46765,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,64594,64620,64613,64604,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27796,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27792,27693,62489,1,'The Warden\'s Pawn','Once those Reliquary honks got here, we panicked, and we all just started looting indiscriminately.$b$bA lot of bad archaeology happened that day.$b$bLuckily, Olga happened upon this small jade statue. We thought it to be a key of some sort, but can\'t figure out what it opens. Maybe you\'ll have some better luck with it.','Find a use for the Warden\'s Pawn within the Tomb of the Watchers in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27797,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27792,27709,62490,1,'The Sentinel\'s Pawn','We very nearly had this statue stolen from us by one of Bloodwatcher\'s Reliquary stooges. We managed to catch him in the act, and we\'ve retrieved the statue, but it hasn\'t really paid off.$b$bIt appears to be a key of some sort, but I can\'t find the lock anywhere inside those ruins. You feel like giving it a try?','Find a use for the Sentinel\'s Pawn within the Tomb of the Watchers in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28043,13202,4922,0,128,84,84,0,0,0,0,0,0,0,0,0,28041,0,62917,1,'How to Maim Your Dragon','$B$B$B$B','Lure in a Baited Black Drake, heal it, and then ride it back to Bloodgulch. ','','','Talk to Zaela at Bloodgulch.','Baited Black Drake Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,47422,0,0,0,1,0,0,0,23381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27799,13164,0,0,16392,5,-1,0,0,0,0,0,0,0,0,0,0,0,62495,1,'I Said the Words...','Now that you\'re familiar with the ritual, it\'s time for you to perform it in the city. Dozens of our brethren have already made their way to the ritual sites.$B$BI want you to visit the portal ritual sites on the second level of the Drag, in the Valley of Honor near the Hall of the Brave, and near Orgrimmar\'s west gate. The teams there will have made most of the preparations and all you need to do is read the last part of the incantation from the book.$B$BVery soon the city will be consumed in flame.','Disrupt the cultist rituals in the Drag, the Valley of Honor, and near the city\'s West Gate by reading the incorrect words from the Book of Incantations.','','','','Disrupt Ritual in The Drag','Disrupt Ritual in Valley of Honor','Disrupt Ritual near West Gate','',0,0,0,0,0,0,0,0,0,0,0,0,46791,46792,46793,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27800,13164,0,0,16392,5,-1,0,0,0,0,0,0,0,0,0,0,27799,52729,1,'Back Under Cover','The cultists seem assured of their victory, although we have captured many of them. We must find out more about the ritual mentioned by the cultist you questioned.$B$BThese rituals must be the core of their plans to attack Orgrimmar.$B$BTake one of the robes from the arrested cultists; it\'s not like they\'re going to need them anymore. Put it on and go back to the cultist outpost at the Jaggedswine Farm in Durotar and see what you can learn about these rituals and their place in the cult\'s plans.','Put on your Recruit\'s Robe, go to the Jaggedswine Farm and get the Book of Incantations from Overseer Jintak. Read from the Book of Incantations near the Cultist Altar to practice the ritual.','','','','','','Practice Cultist Ritual','',0,0,0,62496,0,0,0,0,0,1,0,0,0,0,46666,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27801,13164,0,0,16392,5,-1,0,0,0,0,0,0,0,0,0,0,0,62493,1,'Show Me Your Papers','My men recently discovered a group of cultists attempting to sneak into the city. The flow of traffic into Orgrimmar has come to a halt. The Warchief has decreed that all visitors must be searched before they can enter the gates. Take this copy of his proclamation and read it to the people assembled at the front gates, then assist the guards there in searching those who wish to enter.','Go to the front gates of Orgrimmar, read the Warchief\'s Proclamation and search 5 Orgrimmar Citizens. Keep anything suspicious that you find.','','','','Orgrimmar Citizens searched','Read the Warchief\'s Proclamation','','',0,0,0,0,0,0,0,0,0,0,0,0,46491,46549,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27802,13164,0,0,16384,5,-1,0,0,0,0,0,0,0,0,0,0,27800,62541,1,'Arrest the Infiltrators','The note you found can only mean one thing. The warchief\'s proclamation was too late; they already have infiltrators at work in the city.$B$BThis note contains instructions and locations for cultists to meet, but it doesn\'t say what they\'re doing. Our enemies have grown smarter. It\'s going to be tough to track down all of them, but we have to get as many as we can. Use these cuffs to arrest the infiltrators and then deliver them to Warden Gartok Ragefist at the Ring of Valor in the Valley of Honor.','Use the Heavy Manacles to arrest 5 Cultist Infiltrators and bring them to Warden Gartok Ragefist at the Ring of Valor in Orgrimmar\'s Valley of Honor. After you\'ve returned with your prisoners, question the Detained Cultist.','','','','','Arrested Cultists brought to Ring of Valor','Question Detained Cultist','',0,0,0,0,0,0,0,0,0,0,0,0,0,46635,46665,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27788,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,27786,0,0,0,'Skullcrusher the Mountain','It was a trap! Cho\'gall lured you in with the Hammer of Twilight so that his gronn could finish you off.$B$BSurvive and slay Skullcrusher the Mountain!','Survive and then slay Skullcrusher the Mountain.','','','Speak with Warlord Zaela at Crushblow.','Survive Skullcrusher\'s backhand','','','',0,0,0,0,0,0,0,0,0,0,0,0,46732,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63704,63703,63702,63701,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27640,13202,4922,0,16777352,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dunwalds Don\'t Die','As I understand it, you\'re to be looking to bring the Wildhammer clans together with the Alliance for war. Not sure you know what you\'re gettin\' into.$B$BAnyway, if it\'s battle you\'re preparin\' for, there\'s definitely one family you want by your side. Head north, to the opposite side of the Crucible of Carnage, and there you\'ll find Clan Dunwald\'s ruins. They\'re rightly ravaged, but that\'s not likely to be stoppin\' the Dunwalds. It\'s just a matter of findin\' them.','Look for Dunwald family survivors in the Dunwald Ruins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27803,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,27806,0,0,'Welcome Relief','I\'ve got boys formin\' defensive lines on all sides of the town, keepin\' back the elementals streaming from the torn ground. They\'re good lads and they\'ve been holdin\' firm, but even the sturdiest dwarf tires eventually.$B$BThey\'re split into shifts: one hour of rest for every hour on the line. Best I can get\'m with the men we have.$B$BIf you want to be helpin\', pick a line and take up a shift. Give some of my boys a welcome breather. Report back in once you\'ve killed several of the elementals.','Kill 8 Subjugated Firestarters.','','','Return to Keegan Firebeard at Firebeard\'s Patrol.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46838,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27804,13202,4922,0,0,84,84,0,0,0,0,0,0,0,0,0,0,27806,0,0,'The Only Homes We Have','We\'ve already been pushed back farther than I\'d hoped, but I\'m not about to give up our homes to these mongrels. They may burn them, pillage them, and spit on the rubbled remains, but we\'ll still fight to take them back.$B$BThat being said, I rather like them not burnt. I have the boys running buckets from the well to try to keep the fire down. If you\'d join them, they can help out by tossing you buckets so you don\'t have to make the runs.','Extinguish 50 fires at Firebeard\'s Patrol.','','','Return to Keegan Firebeard at Firebeard\'s Patrol.','Village Fires Extinguished','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27806,13202,4922,0,16777352,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honorable Bearing','Iain, my second in command, bore the body of one of our fallen heroes to the cathedral to the west. He\'s the man I\'ve put in charge of reforming a wing of gryphon riders from whatever scattered forces he can find. I would like you to help him.$B$BI should impress upon you the urgency of this task. We will not be able to hold here forever; the Twilight\'s Hammer or the Dragonmaw orcs will eventually overwhelm us. Putting together an active gryphon wing may be our only hope for surviving these conflicts.','Speak to Iain Firebeard at the Firebeard Cemetery.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,22500,0,0,0,0,0,0,0,0,0,0,82800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27817,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27816,0,0,0,'Dropping the Hammer','Thanks to you and Iain, we\'ve got enough riders together that we can take the fight back to the Twilight.$B$BWe\'re trained to fight while ridin\', but a second rider to handle the Stormhammer tends to be more efficient. I though you might enjoy the honor.$B$BPick your gryphon and join the fight. Best be quick about it though - we\'re aimin\' to clear every last one of those Twilight off of those floatin\' rocks before the hour\'s out.','Kill 12 Twilight Stormbenders and Servias Windterror using one of the gryphons at Firebeard\'s Patrol.','','','Return to Keegan Firebeard at Firebeard\'s Patrol.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47199,46839,0,0,12,1,0,0,0,0,0,0,0,0,0,0,63861,63860,63859,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28001,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Coward\'s Due','We may be safe here, but there are a lot of Wildhammer who could still use support. Our wing can offer that, but we need to keep bolsterin\' our forces if we\'re going to clear the Twilight completely.$B$BI\'m going to have words with Colin Thundermar. Only a coward turns down the callin\' of his people, especially in a time this dire.$B$BGo to Thundermar, find Colin and get a real explanation out of\'m. I won\'t be putting up with cowardice in a Wildhammer leader.','Speak to Colin Thundermar in Thundermar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27807,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,27810,0,0,'Clan Mullan','If we\'re going to pull a full gryphon wing back together, we\'re going to need to move fast to gather the survivors before they leave or get picked off. I\'ve got a bead on a few groups of riders that stuck together. I\'m leavin\' to find the Thundermar riders and the Moore riders shortly.$B$BThe Mullans were heading up west to the Crucible of Carnage last I saw. Go see if you can convince Duglas Mullan to join up with Keegan - he should owe him a favor or three.','Speak to Duglas Mullan at the Crucible of Carnage.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27808,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stubborn as a Doyle','The Doyle riders were last spotted convergin\' in the trees to the south, on the border of the Obsidian Forest. They\'re a stubborn bunch and are likely to take some convincin\' if they\'re going to join up with us.$B$BYour best bet with Keeland Doyle is to tell\'m Cailin Longfellow\'s taken up shelter with us back at the town. Keeland\'s got a good soft spot for her and she just might be enough to convince him to drag all his boys along.','Speak to Keeland Doyle in the Highland Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27809,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,27810,0,0,'Firebeard Bellows','I also need ya to seek out Mackay and his men on the other side of the Devouring Breach, at the Gorshak War Camp.$B$BThe Dragonmaw didn\'t survive the initial onslaught, and Mackay\'s lookin\' to ransack what he can of their camp to supply our fight. There shouldn\'t be much convincin\' necessary, but they\'ll likely want a hand wrappin\' things up there before they make their way back to Keegan.$B$BGive\'m a boot in the arse from ol\' Iain if ya have to.','Speak to Mackay Firebeard at the Gorshak War Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27816,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Personal Request','Shame about the Doyles. It\'s a fair miracle that as many of us made it out as is though, so can\'t count it as much of a surprise.$B$BThose louts at Thundermar are cowards. Even after tellin\' them it was Keegan askin\', they won\'t set foot outside of their town. I did rope in the Moores though, so that\'s at least three clans\' worth.$B$BKeegan wanted to hear from ya personally when you returned. Go find\'m in town.','Speak to Keegan Firebeard at Firebeard\'s Patrol.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27814,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Anything We Can Get','Stay back and forge more weapons? Pah! A Forgehammer has ne\'er been afraid of battle! Who needs the safety of home to make weapons? Besides - there is oodles of raw material out here. Those Dragonmaw weapons are worthless, but they can be smelted down to make actual weapons. Bring me 8 Dragonmaw weapons so me daughter and I can forge real weapons out of them.','Bring 8 Dragonmaw weapons to Brom Forgehammer at Gorshak War Camp.','','','Return to Brom Forgehammer.','','','','',62511,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27810,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,27812,0,0,'The Fighting Spirit','Keegan wants the Mullans to take wing with\'m eh? If there\'s a dwarf I\'d fly for, he\'d be it. Still, I don\'t get why he\'d be sendin\' an outsider to be recruitin\' me - not right polite by my standards.$B$BI\'m guessin\' ya don\'t last 20 seconds with any of my boys, at the bar or in the battlefield. Prove me wrong. Take one of\'m down in a fight and then I\'ll think about flyin\' with ol\' Keegan.','Challenge and defeat one of the Mullan Gryphon Riders.','','','Speak to Duglas Mullan at the Crucible of Carnage.','Mullan Gryphon Rider defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,46813,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27812,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,27816,0,0,'The Loyalty of Clan Mullan','Your point\'s made. Keegan can count on us. We\'ll meet\'m back at town as soon as all the boys are rallied up.$B$BYou\'re tough for not bein\' a Wildhammer. Guess they breed\'m good where you come from too.$B$BStill, haven\'t seen ya drink yet. That\'ll be the real test.','Return the news on Clan Mullan to Iain Firebeard at the Firebeard Cemetery.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63873,63872,63871,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27811,13202,4922,0,0,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scent of Battle','Don\'t let Duglas fool you, the Mullans have been itchin\' to take wing again, and if there\'s anyone we\'d do it for, it\'s Firebeard.$B$BWe left our gryphons in the Highland Forest to the south to hunt and to get away from the sounds of battle for a bit. They deserved a rest.$B$BIf you want us back in the air soon, you\'d do well to help us bring our gryphons back in.$B$BTake this piece of charred highland birch. We use it during training - as soon as they smell it, they\'ll come straight back to us.','Kill 8 Mullan Gryphons.','','','Return to Edana Mullan at the Crucible of Carnage.','8 Mullan Gryphons found and killed.','','','',0,0,0,0,0,0,0,0,0,0,0,0,46968,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27818,13202,8,0,8,51,53,0,0,0,0,0,0,0,0,0,0,27869,0,0,'Slithering Signs','I settled here well before Bogpaddle was founded, to brew my potions and find some peace and quiet. I know this swamp like the back of my old, gnarly hand.$B$BThere\'s been a change in the wildlife recently. Those winged snakes you may have seen in the stagalbog are wind serpents, and they haven\'t been seen around here for ages.$B$BThey\'re also prime for ingredients if they\'re the kind I\'m thinking of. Be a dear and gather me some of their hearts, will you?','Collect 5 Intact Stagalbog Serpent Hearts.','','','','','','','',62551,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,45600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27819,13202,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TEST - RVM','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27821,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orcs and Humans','With war raging across the entire world, the last thing we need is a Horde settlement right in our backyard. Redridge, Duskwood, even Elwynn itself are all a day\'s march from here.$B$BWe\'ve made the first strike, and I don\'t plan to give the Horde a chance to catch their breath. So consider yourself deployed. Grab a weapon, join the rest of the troops out in the Bloodmire, and start killing orcs.$B$BReport back here after you\'ve done some damage. I want you back alive...and that\'s an order. Dismissed!','Slay 8 Stonard Warriors.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46166,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27822,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lumbering Oafs','I want victory to be totally assured here. Having more resources isn\'t enough; we need to make sure the enemy has nothing.$B$BStonard\'s forces depend on the lumber gathered from the surrounding woods. The orcish peons that chop the lumber may not be warriors, but they still know nothing but hate for humans.$B$BShow no mercy. I want those peons killed and the supply of lumber to Stonard cut off completely.','Slay 5 Stonard Peons.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46486,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,64593,64603,64612,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27823,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27791,0,0,0,'A Dwarf\'s Got Needs','I can appreciate a good diggin\' as much as any other dwarf, don\'t get me wrong. It\'s just that... well, we do so much diggin\', and so little drinkin\', that sometimes I wonder if I should just hang up me shovel and head back to Ironforge.$b$bBut not today. I\'ve got some diggin\' in me yet.$b$bThose Dark Iron dwarves at Hammertoe\'s Digsite - just north of here - make some powerful fine beer, right here in the desert. You think you could pick up a few for me?','Obtain 15 mugs of Shadowstout.','','','','','','','',62510,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27824,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27823,0,0,0,'The Good Stuff','I\'ve got a little proposition for you, if you\'re interested.$b$bThose Dark Irons were here before Durdin and his crew arrived. That means that, once these titan ruins opened up, the dark irons were the first ones in there, lootin\' all the good stuff. I\'ll bet they\'ve still got those treasures locked up inside Angor Fortress, northwest of here.$b$bYou\'ve more than proven your ability to wallop a dwarf. Head on into that fortress and wallop your way to titan treasure.$b$bI\'d go with, but I\'m drunk.','Search for treasure in the bottom floor of Angor Fortress.','','','','','','','',62509,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63168,63167,63166,63165,63164,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27825,13202,3,0,8,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Survival of the Fattest','We\'re hard-up for supplies, stranger. With the black dragons raining destruction on what would be our hunting grounds, we have no way to get food.$b$bThe ogres to our southwest, however, have exactly what we need. Within their grotto you should find plenty of meat and crafting supplies.$b$bThey may put up a fight. Be on your guard.','Obtain 6 pieces of Dustbelcher Meat and 10 sheets of Dustbelcher Silk.','','','','','','','',62544,62547,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,13500,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27826,13202,3,0,1048584,44,47,0,0,0,0,0,0,0,0,0,27794,0,62513,1,'Into the Dragon\'s Mouth','$b$bD... did you see that? Incredible! My titan thing idea worked! With your help, of course.$b$bWe\'ll want to get this back to Rhea. She\'s not at Lethlor Ravine anymore; it sounds like she blew her cover pretty well when she transformed into her true form in front of all those whelps. She\'s now in the west, staying at an Alliance camp called Dragon\'s Mouth.$b$bShe\'ll be waiting for you. And for that egg.','Bring the Purified Black Dragon Egg to Rhea at Dragon\'s Mouth in the Badlands.','','','','','','','',62513,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27827,13202,3,0,262152,44,47,0,0,0,0,0,0,0,0,0,27826,0,0,0,'The Swift, the Fierce, and the Stout','In my haste to escape from Lethlor Ravine, I forgot to tie up one loose end: Nyxondra. She\'s free, and she\'s sounded the alarm among the black dragonflight. Half the flight is here in the western Badlands, combing for this egg.$b$bI\'ll take care of hiding the egg. You\'re going to take care of some of the more troublesome dragons. And you\'ll have help.$b$bTalk to Eric, over on the other side of camp. He and his brothers will be joining you.','Speak with Eric \"The Swift\" at Dragon\'s Mouth in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27828,13202,3,0,9437192,44,47,0,0,0,0,0,0,0,0,0,27827,27829,0,0,'Eric, the Utility Dwarf','Before we get too crazy what with the dragon-killin\', let me tell you a little bit about how I fight.$b$b\"The Swift\" is what they call me, and here\'s why: I\'ll dash straight into your enemies - helmet first, mind you - and stun \'em for a few seconds. I also keep a few potions with me for tight spots.$b$bWhy don\'t we practice fightin\' together? Head out into the field, and try out my abilities.','Use Eric\'s Charge and Eric\'s Pocket Potion.','','','','Use Eric\'s Charge','Use Eric\'s Pocket Potion','','',0,0,0,0,0,0,0,0,0,0,0,0,46862,46863,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27829,13202,3,0,589824,44,47,0,0,0,0,0,0,0,0,0,0,27830,0,0,'The Wrath of a Dragonflight','Hello, $N. It looks like you four have had time to become well-acquainted.$b$bI have my first assignment for you. Kalaran, an ancient black dragon of considerable power, has joined in the hunt for the egg we are protecting. We need to stop him before he gets too close.$b$bYou will find him and his minions at the Dustbowl, northeast of Dragon\'s Mouth. Hunt him down and defeat him. You will likely need the help of your new dwarven allies.','Slay Kalaran the Annihilator and 4 Darkflight Soldiers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46859,46915,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27830,13202,3,0,589824,44,47,0,0,0,0,0,0,0,0,0,0,27831,0,0,'Their Hunt Continues','The black dragonflight means business. It appears that they\'ve taken over a large portion of New Kargath, the large Horde settlement northwest of Dragon\'s Mouth. Their troops are under the command of General Jirakka and his champion, Moldarr. They must be stopped.$b$bWe dragons do not take part in the squabbles between Horde and Alliance, but I do understand the risk you take in entering New Kargath. Please, heroes... be careful.','Defeat General Jirakka, Moldarr, and 6 Blackflight dragonspawn.','','','','','','Darkflight dragonspawn slain','',0,0,0,0,0,0,0,0,0,0,0,0,46860,46938,46917,0,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27831,13202,3,0,589824,44,47,0,0,0,0,0,0,0,0,0,0,27832,0,0,'The Sorrow and the Fury','My greatest regret is the treatment that we - no, I - gave to Nyxondra. I forced her to lay eggs, then I performed experiments on them. Over, and over, and over again.$b$bEven as a mother myself, I can only imagine her sorrow.$b$bNo... I mustn\'t be weak. Our work is, after all, for the benefit of future generations of black dragons. Her sacrifice was necessary.$b$bShe circles the Ruins of Kargath, northwest of New Kargath, insane with fury. Please, heroes... put her out of her misery.','Slay Nyxondra and 12 of Nyxondra\'s Broodlings.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46861,46916,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27832,13202,3,0,1835008,44,47,0,0,0,0,0,0,0,0,0,0,27858,0,0,'The Hidden Clutch','With the major black dragons out of the Badlands, it is now safe to move the egg again. You will find me on a small plateau, north of New Kargath.$b$bCome and find me.','Speak with Rhea at The Hidden Clutch in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27833,13202,3,0,8,44,47,0,0,0,0,0,0,0,0,0,27794,0,0,0,'Half-Ton Holdouts','I\'d say we have a dragon problem, but it seems like they\'re a little more interested in New Kargath then they are in our small encampment. Nevertheless, I\'ve got top men focused on keeping the dragons at bay.$b$bOne problem that has gone unchecked, however, is the ogre camp to our southwest. A small army of combatants seems to have appeared outside of their hovel.$b$bWe can\'t sit and wait for them to flank us, soldier. Thin their ranks before they thin ours.','Slay 12 Dustbelcher Combatants. You may kill Dustbelcher Maulers or Dustbelcher Shaman.','','','','Dustbelcher combatant slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,2717,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,63199,63198,63197,63196,63195,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27834,13202,3,0,9437192,44,47,0,0,0,0,0,0,0,0,0,27827,27829,0,0,'Baelog, the Glass Cannon','Before I start droppin\' arrows on those dragons, I\'d better introduce myself.$b$bI\'m Baelog, the muscle of this group. My sword bites like a crocolisk, and my arrows sing like banshees. I tend to wear down quickly, however, and can\'t take as much punishment as either of my two brothers.$b$bYou give the word, and I\'ll send an aimed shot right through your target\'s heart. I can also cheer my brothers on, sending \'em into a battle-fueled frenzy.$b$bWhy don\'t we go try fighting together?','Use Baelog\'s Valhalla Shot and Baelog\'s Warcry.','','','','Use Baelog\'s Valhalla Shot','Use Baelog\'s Warcry','','',0,0,0,0,0,0,0,0,0,0,0,0,46864,46865,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27835,13202,3,0,9437192,44,47,0,0,0,0,0,0,0,0,0,27827,27829,0,0,'Olaf, the Big Fella\'','You may not have noticed, but I\'m pretty big, as far as dwarves go.$b$bI make sure that my two brothers here don\'t get into too much trouble. They\'re small, and they don\'t have a big shield like me. I\'m big, and I can handle a few monsters hitting me! Plus, if I\'m careful, I can usually get them to hit my shield instead!$b$bI can protect you, too. Come on, let\'s go practice for a bit. I\'ll make sure the enemies attack me, and not you.','Use Olaf\'s Shield Wall and Olaf\'s Mighty Shout.','','','','Use Olaf\'s Shield Wall','Use Olaf\'s Mighty Shout','','',0,0,0,0,0,0,0,0,0,0,0,0,46866,46867,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28622,13164,5034,0,1048712,83,83,0,0,0,0,0,0,0,0,0,28621,0,64668,1,'Three if by Air','I had planned on bringing the coffer back to my lab for study, but it seems Brann here has different ideas.$b$bHe thinks he knows how to put a stop to Deathwing\'s plans here in Uldum.$b$bMy buddy, Jock, is standing by with the transport, just waiting for our signal.$b$bTake these flares and plant them around the perimeter to let him know that we\'re ready.','Use the Signal Flares at the Temple of Uldum.','','','Speak to Brann Bronzebeard at the Cradle of the Ancients.','North Signal Flare Placed','West Signal Flare Placed','South Signal Flare Placed','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28612,13164,989,0,1048712,83,83,0,0,0,0,0,0,0,0,0,27748,0,0,0,'Harrison Jones and the Temple of Uldum','After all we\'ve been through, it looks like everything\'s actually coming together!$b$bWe\'re just steps away from the coffer... I\'ve researched the codes to reveal it... Shnottz thinks we\'re dead....$b$bYou know, we might just pull this off after all!','Recover the Coffer of Promise.','','','Speak with Harrison Jones at the Temple of Uldum.','Coffer of Promise Discovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65833,65832,65831,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28500,13164,5034,0,136,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cypher of Keset','$B$BIt\'s all right here, $N. Atulhet built a potent weapon into this temple and the only way to access it is with the correct cypher.$B$BIt is reportedly hidden in the Keset Pass. We must hope the Neferset looters haven\'t gotten to it yet. That\'s where Raider Lord Havat is operating and he\'s the most ruthless of the lot.$B$BBut without reinforcements, this might be our only hope for defending Nahom.','Obtain the Cypher of Keset.','','','Return to Salhet at Nahom.','','','','',64649,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,68000,0,0,94261,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28501,13164,5034,0,128,83,84,0,0,0,0,0,0,0,0,2,0,0,0,0,'The Defense of Nahom','The enemy is coming... and in great numbers.$B$BWe will get no further reinforcements. Let us hope we can stop the Neferset advance.$B$BIf Nahom falls, Ramkahen will follow.$B$BGo outside and speak to one of my sergeants when you\'re ready. I will help you command the forces we have to the best of my ability.','Speak to a Ramkahen Sergeant and succeed in the Defense of Nahom.','','','Return to Salhet at Nahom.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28623,13164,5034,0,262280,83,84,0,0,0,0,0,0,0,0,0,28501,0,0,0,'The Push Westward','Our work is done here, $N. Against all odds, we stopped the Neferset advance on Nahom.$B$BLet us join the forces pushing west, lest they take all the glory for themselves.$B$BThey must\'ve reached the outskirts of Neferset City by now.','Report to King Phaoris at the Neferset City Outskirts in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27840,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Draenethyst Crystals','The lost ones who live in the Fallow Sanctuary look as we look, but they are monsters... driven mad by the rigors of our journey to Azeroth. Once our brethren, they now live in the Fallow Sanctuary to the west, catching or killing any who wander near.$B$BAnd they have stolen something sacred to us--draenethyst crystals.$B$BWe lack the force to enter the Fallow Sanctuary and reclaim our stolen draenethyst from among their huts and campfires, but without those crystals... we too may lose our way.','Collect 5 Draenethyst Crystals from the Fallow Sanctuary.','','','','','','','',6071,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27841,13202,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Goblin Spirit in Orgrimmar\'s graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','','','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27842,13202,1581,0,589824,15,16,81,0,0,0,0,0,0,0,0,0,27848,0,0,'Only the Beginning','I miss the days when legions of powerful ogres marched by the Horde\'s side into battle, the pathetic Alliance cowering at their ferocity. Perhaps those days will return before I am gone to the ancestors.$B$BHowever, that is not the case now. An ogre magi, Glubtok, has joined forces with the despicable Defias Brotherhood and acts as Foreman over their mining operations. The pathetic fool! End his life for me, and for the spirit and glory of the Horde!','Kill Glubtok.','Do not be alarmed, $N. I am close to you, waiting in the shadows. You\'ve done well.$B$BYou must continue the mission here - I am too valuable to risk my life against petty criminals like these.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47162,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27843,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reinforcements Denied','Just killing ogres won\'t be enough. The ogres themselves are being summoned onto the battlefield far too rapidly.$B$BI need you to go far behind the enemy line and seek out their summoners. The orcs are using warlocks to bring their reinforcements in.$B$BCut down the warlocks, and the portals should close. There aren\'t many of them; a quick, surgical strike should cripple the enemy.','Slay 3 Stonard Warlocks.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46770,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27844,13202,1581,0,8,15,16,81,0,0,0,0,0,0,0,0,0,0,0,0,'Traitors!!!','The goblins you\'ll find working with the Defias are officially traitors to the Bilgewater Cartel, the Shattered Hand, and the Horde itself!$B$BI haven\'t yet been initiated into the Shattered Hand, so my loyalties lie strongly with my people. Helix Gearbreaker apparently has no time for such associations, and works on building a mast for the Defias Juggernaut. On behalf of Miss Mayhem and myself, would you kindly \'dispose\' of Helix?','Defeat Helix Gearbreaker.','My employers do not take kindly to traitors.$B$BOn the flip side, they are renown for their kindness towards the loyal! You deserve to be rewarded!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47296,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27845,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,62517,1,'Marking the Fallen','We\'ve taken more than we\'ve lost, but we\'ve still lost too much. Too many brave have given their lives for the Alliance out there. I want to make sure they\'re given proper honors no matter how fierce this battle gets.$B$BTake these flags out with you and place one on any fallen soldier you see. The protective wards on them won\'t offer much protection against any defilement, but it\'s better than nothing. I\'ll be able to better judge how many we\'ve lost from a distance, as well.','Use the Banner of the Fallen to mark 7 Fallen Marshtide Footmen.','','','','Footman Marked','','','',0,0,0,0,0,0,0,0,0,0,0,0,46909,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27846,13202,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grateful Dead','It\'s good to visit with friends and family again, though I may have overdone it... I\'ve already eaten everything they made for me!$B$BMight I trouble you for some more of that delicious Bread of the Dead? I\'d be most grateful...$B$BChapman there sells the recipe, I think.','Acquire some Bread of the Dead and give it to the Cheerful Worgen Spirit in Darnassus\' graveyard.$B$BUse an Orange Marigold to see the otherwise invisible spirit.','','','','','','','',46691,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27847,13202,1581,0,8,15,16,81,0,0,0,0,0,0,0,0,0,0,0,0,'Not Quite There','These prototypes are going to change the face of Horde warfare when I perfect them! The issue I\'ve been having is that their power sources don\'t allow for complicated combat maneuvers or large frames, both highly desired traits when it comes to fighting Alliance.$B$BThe Defias, with some help from goblin traitors like Helix, have almost completed the Foe Reaper 5000, a massive golem that will actually work!$B$BWe can\'t have that going public, can we? I\'ll lose customers!','Destroy the Foe Reaper 5000.','Brilliant! Now all I have to do is finish my work, and my Mayhem Reapers will cause...mayhem...on any Horde front!$B$BAnd there won\'t be any Defias knockoffs to steal my profits!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43778,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27848,13202,1581,0,589824,15,16,81,0,0,0,0,0,0,0,0,0,27850,0,0,'Good Intentions...Poor Execution','The Defias plan to finish their Juggernaut and use it to lay waste to Stormwind. It is a noble cause any true orc warrior would embrace without a single thought!$B$BVanessa\'s fault lies in her execution of their plan. The ship is poorly constructed, the crew practically untrained, and, worst of all, there\'s a worgen in their midst!$B$BHis name is Admiral Ripsnarl, and he must be mercilessly slain in the name of the Warchief. Lok\'tar ogar!','Kill Admiral Ripsnarl.','It\'s a shame that he was both a human and a worgen. Had he been a proud orc warrior I\'d have liked to charge into battle alongside such a fierce combatant.$B$BWe can speak of ill-fated desires another day. It is time to take what is ours from the enemy.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47626,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27849,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault on Stonard','This is it, $n. We\'ve made our final push into Stonard itself.$B$BI shouldn\'t have to remind anyone, but I\'ll say it anyway: We\'re not orcs, and we\'re not going to become them out of revenge or spite. Stonard will not be burned to the ground for us to dance on the ashes.$B$BNo, I want this done right. I want this surgical. Hold your head high and strike down any orc that picks up a weapon.','Slay 6 Stonard Defenders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46870,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,64623,64595,64605,64614,64621,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,24500,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27850,13202,1581,0,8,15,17,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Defias Kingpin','The Shattered Hand has laid mostly quiet for years now.$B$BNo more!$B$BYou will be the instrument of our rebirth, $N. Slay the Defias Kingpin and commandeer her ship for the Horde! We will outfit it as a proper orc warship and use it to finally lay waste to Stormwind$B$BAny survivors will spread word of our unstoppable power across all of Azeroth, and all will tremble before our might!$B$BGo now, VanCleef\'s death will be your greatest triumph yet hero.','Kill the Defias Kingpin.','COWARD!!! Vanessa VanCleef is a dirty human coward! How dare she flee from battle against the Horde and leave her unworthy subordinate to fight!$B$B$B$BNo matter. Her ship is reward enough. The citizens of Stormwind will bear first hand witness to our awe inspiring power using a ship made in part by the very architect of their city!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47739,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66019,66028,66037,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27851,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cutting Supply','We may not be flattening Stonard into dust, but I don\'t want to have to go in there a second time.$B$BI want you to gather any supplies you see in the town while you\'re there. Without food, they won\'t have any fighters after more than a day.$B$BThere should be crates scattered all over town.','Seize 5 crates of Stonard Supplies.','','','','','','','',62516,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,24500,0,0,0,0,0,0,0,0,0,0,70800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27852,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orcs and Humans','War rages in the swamp, $n. Vicious humans have settled north of the city and brought an army to our doorstep.$B$BThere is nothing in this swamp for them. Their sole reason for coming here is to attack us, unprovoked. We will not give them the pleasure of victory!$B$BWe are undermanned and I need every able orc to take to the battlefield. Go, and slay as many humans as you can.','Slay 10 Marshtide Footmen.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46164,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27853,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lumbering Oafs','We are outnumbered by the Alliance. In their fear they send an army to crush a single settlement. But we will not give!$B$BWithout resources, their soldiers will be at a disadvantage. Human peasants busy themselves in the woods outside Marshtide Watch, gathering lumber to rebuild their crumbling walls.$B$BDeny them the wood, and their lives.','Slay 5 Marshtide Peasants.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46487,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,64624,64628,64631,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27854,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tides of Darkness','We have suffered many losses, $n. Dreadmaul Hold has sent ogres from the Blasted Lands as reinforcements, but they can only send so many; the Alliance attacks them as well, even as we speak.$B$BThe Alliance has countered our ogres with mounted knights, a strategy that served them well in the Second War. We will need our strongest warriors to turn the tide of battle!$B$BReturn to the Bloodmire, $n, and bring down those knights!','Slay 6 Marshtide Knights.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46414,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,64625,64634,64632,64629,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27855,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reinforcements Denied','The Alliance has brought in their mages to summon more reinforcements directly to the battlefield from beyond their fortress. This must be stopped!$B$BTheir numbers are few, but a single portal can turn the tide of battle. Attack their mages and shut off those portals!','Slay 3 Marshtide Mages.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46775,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27856,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,62548,1,'Marking the Fallen','Many warriors have met death to bring us victory, $n. The fate of a true orc.$B$BI have seen the way the Alliance loots the bodies of our fallen, clutching at our goods like packrats. They will not defile our fallen heroes on this field.$B$BTake these wards with you to the Bloodmire. Place them on the bodies of our fallen warriors. I will be watching, to see how many have fallen, and to honor their sacrifice. Let us hope the spirits give us aid for our respect.','Use the Banner of the Fallen to mark 7 Fallen Stonard Warriors.','','','','Fallen Stonard Warrior marked','','','',0,0,0,0,0,0,0,0,0,0,0,0,46913,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27857,13202,8,0,4194312,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'We\'re Under Attack!','The Alliance are at our walls!$B$BYour actions delayed them and weakened their forces, $n, but in the end we are outnumbered. This is our last stand. Victory or death...$B$BFight with honor, $n. They are within the walls as we speak. Drive the human dogs from Stonard, for the Horde!','Slay 12 Marshtide Invaders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46869,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,64636,64626,64630,64633,64635,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,59100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27858,13202,3,0,3211272,44,47,0,0,0,0,0,0,0,0,0,0,27930,0,0,'Rheastrasza\'s Gift','Wait here. I will retrieve the egg.','Wait as Rhea retrieves the egg from the Hidden Clutch.','','','','Wait for Rhea to retrieve the egg','','','',0,0,0,0,0,0,0,0,0,0,0,0,46654,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81040,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27859,13202,3,0,8,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Egg Lives On','','Wait as Rhea retrieves the egg from the Hidden Clutch.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63194,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20500,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27860,13202,8,0,8,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Ones','When the Dark Portal closed many years ago, regret and fear seized many of us who had come to these lands. In their despair, they cursed the name of the Light, and sank into violence and hatred.$B$BThese fallen souls are now the Lost Ones, little more than mindless monsters, attacking all who approach. They grow more corrupt by the day, and as they die off, they have begun to kidnap from the Harborage..$B$BThey are beyond help, $n. Their suffering must end. Will you put them from their misery?','Slay 12 Lost Ones in the Fallow Sanctuary.','','','','Lost One slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,46959,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27862,13202,4922,0,130,84,85,1,0,0,0,0,0,0,0,0,0,27865,0,0,'The Crucible of Carnage: The Bloodeye Bruiser!','Well well, if it isn\'t the once champion of anguish, $N! I\'m seeing good money in the future now that you\'re here! We\'re gonna be rollin in the dough, buddy! Filthy RICH!$B$BAnyway, this is some old Dragonmaw fighting pit. Didn\'t take much modification to tune it up to our uses. I put out a few feelers, and got some heavy hitters from all around Azeroth to join in the carnage. Bout time to make some gold!$B$BYou know the drill, $N. When you\'re ready, let me know and we\'ll get this show on the road!','Get in the arena at the Crucible of Carnage and defeat Hurp\'derp!','Not bad, friend. You might make some gold out here - if you manage to stay alive.','','Return to Wodin the Troll-Servant at the Crucible of Carnage in the Twilight Highlands.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46944,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1168,0,0,0,0,0,9,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27815,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,27816,66939,1,'Somethin\' for the Boys','Cleaned up the camp and ran errands for Forgehammer? Not bad for a wee $C. Take these to Iain at Firebeard Cemetery, and he should reward you for a job well done.','Bring Forgehammer\'s weapons to Iain Firebeard at the Firebeard Cemetery.','','','','','','','',66939,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63867,63866,63865,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27813,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,0,27812,0,0,'Death Worthy of a Dragonmaw','The Twilight sacked this town, killin\' most of the Dragonmaw that lived in it. A few survived though, and they\'re not right keen on us takin\' liberties with their supplies.$B$BNot that that matters much.$B$BWell, I\'m not right keen on them attackin\' my boys. Kill\'m off, chase\'m out - I don\'t care, just get\'m gone.','Defeat 6 Dragonmaw Stragglers.','','','Return to Mackay Firebeard at Gorshak War Camp.','Dragonmaw Straggler defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,46851,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27869,13202,8,0,262152,51,53,0,0,0,0,0,0,0,0,0,0,27694,0,0,'The Dragon and the Temple','These serpents must be from the Temple of Atal\'Hakkar. I already had a hint...$B$BNot a few days ago, I had a visitor stop by and ask me to keep an eye out for such things. An elf by the name of Itharius. I\'m sure he didn\'t think I could see through his form... he was a green dragon in disguise, come here to help his fallen brothers no doubt.$B$BHe may very well be on to something. Itharius left for the temple itself. Perhaps you\'d better go look for him there. Dark things are afoot.','Speak with Lord Itharius atop the outer steps of the Temple of Atal\'Hakkar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27870,13202,8,0,262152,51,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Marshtide Watch','Regardless of whether you assist me within the temple, your people must be told of what is brewing here.$B$BNorth of the temple, humans of your mortal Alliance have built what they call Marshtide Watch. They war with the Horde across the swamp, a raging conflict that I forsee only worsening.$B$BIt is not my role to interfere in mortal affairs, $n. I simply ask you bring warning to your people of what lurks within the temple.','Speak with Joanna Blueheart at Marshtide Watch.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27871,13202,8,0,262152,51,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Stonard','Regardless of whether you assist me within the temple, your people must be told of what is brewing here.$B$BSouthwest of the temple is the Horde town of Stonard. The orcs there wage war with the new human arrivals to the swamp, a raging conflict that I forsee only worsening.$B$BIt is not my role to interfere in mortal affairs, $n. I simply ask you bring warning to your people of what lurks within the temple.','Speak with Dispatch Commander Ruag at Stonard in Swamp of Sorrows.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27872,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tortolla Hub Complete','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27873,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aviana Hub Complete','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27874,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25663,0,0,'Aviana\'s Legacy','Your expertise is needed elsewhere, $N.$B$BJust southwest of the World Tree you will find the Shrine of Aviana, home to the Druids of the Talon. Aviana, the matron of all winged creatures, gave her life for this world ten thousand years ago.$B$BI sense her shrine is being threatened, as are the druids who guard it. Seek out Choluna, one of the wisest of the winged druids, deep within the shrine. ','Locate Choluna at the Shrine of Aviana in Mount Hyjal.','Ysera herself sent you to me? Oh! It\'s an honor to speak with a representative of the aspects.$B$BIt\'s true that our shrine is in jeopardy. The harpies we once sheltered in our boughs have suddenly turned against us.$B$BBut please, don\'t rejoin the fight until you are ready. Our shrine is no mere battleground. Use its peace and power to center yourself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27875,13202,8,0,8,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prayerblossom','I have worked for years to try to cure the affliction of the Broken. The foul energies that corrupted them did more than twist their bodies; it took the comfort of the Light from them. They cannot feel its warmth.$B$BI cannot let Magtoor pass on in darkness, $n. Before he worsened, I was studying prayerblossom, a flower that grows in the shifting mire. It grows hardy in even the darkest shade. I beg of you, gather these flowers for me, for Magtoor\'s sake.','Collect 10 sprigs of Prayerblossom from the Shifting Mire.','','','','','','','',62550,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27876,13202,8,0,8,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Mire','The Shifting Mire takes its name from a unique phenomenon. By some force, the extremely fine silt will collect, and move on its own accord, travelling as if alive.$B$BI originally worried this was some corruptive force, but my studies have shown the opposite; whatever energy invigorates this soil is positive in nature. Perhaps such vibrant life can be imparted onto the Broken to reawaken what they once were.$B$BThe silt may not take kindly to being collected, $n. But please, help gather it.','Collect 10 samples of Invigorated Silt from Shifting Mireglobs.','','','','','','','',62593,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27877,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27881,0,0,0,'The Morons\' League','I need your help in a little project I\'m working on, $N. It falls into a realm I like to call \"defensive archaeology\".$b$bI like to bury non-magical items in conspicuous places to fool those Alliance idiots into thinking they\'ve found something valuable.$b$bHmm... Dark Iron dwarves wander Hammertoe\'s Digsite and Angor Fortress, to the north. Bring their heads back to me. Yes, that\'s right, their heads.$b$bOnce the flesh is stripped, we can use those skulls to interfere with the dwarves\' work.','Obtain 15 Dark Iron Heads.','','','','','','','',62650,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27878,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27881,0,0,0,'Forcible Acquisition','I\'ve got a little proposition for you, if you\'re interested.$b$bThe Dark Iron dwarves were here long before we arrived. That means that, once these titan ruins opened up, the Dark Irons were the first ones in there, looting all the choice items. I\'ll bet they\'ve still got those treasures locked up inside Angor Fortress, northwest of here.$b$bI want you to find such a treasure... then steal it.','Search for treasure in the bottom floor of Angor Fortress.','','','','','','','',62509,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63173,63172,63171,63170,63169,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27879,13202,3,0,8,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Survival of the Fattest','We\'re hard-up for supplies, stranger. With the black dragons raining destruction on our hunting grounds, we have no way to get food.$b$bThe ogres to our south, however, have exactly what we need. Within their grotto you should find plenty of meat and crafting supplies.$b$bThey may put up a fight. Be on your guard.','Obtain 6 pieces of Dustbelcher Meat and 10 sheets of Dustbelcher Silk.','','','','','','','',62544,62547,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,13500,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27880,13202,3,0,8,44,47,0,0,0,0,0,0,0,0,0,27888,0,0,0,'Half-Ton Holdouts','My grunts have got this dragon problem under control. Besides, I can\'t have an upstart $c like you barging in and ruining our battle plans.$b$bYou want work? Fine, I\'ll give you work. Investigate the ogre camp to our southwest. From what I\'ve heard, a small army of combatants seems to have appeared outside of their hovel.$b$bWe can\'t sit and wait for them to flank us, soldier... especially while we\'re already embroiled with black dragons. Thin their ranks before they thin ours.','Slay 12 Dustbelcher Combatants. You may kill Dustbelcher Maulers or Dustbelcher Shaman.','','','','Dustbelcher combatant slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,2717,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,63204,63203,63202,63201,63200,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27881,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27789,0,0,0,'Bloodwatcher Point','I\'ve got an idea, but it\'s a bit of a long shot. Thankfully, long shots happen to be a specialty of mine.$b$bNorth of here, the Reliquary has uncovered a new set of titan ruins beneath the sands. If there\'s anything older and wiser than dragons, it\'s titans. Heck, I\'ve heard rumors that the titans CREATED the dragons.$b$bTalk to High Examiner Tae\'thelan Bloodwatcher at their camp to the northeast. He\'ll have more information than I do about these titans.$b$bWhat did I tell you? It\'s a long shot.','Speak with High Examiner Tae\'thelan Bloodwatcher at Bloodwatcher Point in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,1,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27882,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27881,0,0,0,'It\'s Not About History, It\'s About Power','The Explorers\' League may have a yeoman\'s knowledge of the actual act of digging. What they lack, however, is the good sense to USE the artifacts that they dig up. They stow their treasures in stagnant museums instead of using these items of power for their true purpose.$b$bThe dwarves are fools. Fortunately, they die easily.$b$bYou\'ll find them digging into canyon walls north of here. Take whatever you can out of their stubby-fingered hands, then return it to me.','Obtain a Broken Chalice, a Dusty Vase, an Earthen Hieroglyph, and a Trogg Tool.','','','','','','','',62594,62595,62596,62597,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63190,63189,63188,63187,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27883,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27882,27885,62489,1,'The Warden\'s Pawn','One of the few items of worth that we managed to loot from these ruins is this small jade statue.$b$bWe believe it to be a key of some sort, but we\'re unable to determine what it opens. As such, it is useless to me.$b$bPerhaps you\'ll have some better luck with it.','Find a use for the Warden\'s Pawn within the Tomb of the Watchers in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27884,13202,3,0,8,44,46,0,0,0,0,0,0,0,0,0,27882,27886,0,0,'The Sentinel\'s Pawn','We found this small red statue on the corpse of one of those Explorers\' League archaeologists. Sadly, it wasn\'t us who killed him. The local wildlife had already taken care of that.$b$bThe statue is well-crafted, but apparently bereft of magical power. You may use it for whatever means you deem necessary.','Find a use for the Sentinel\'s Pawn within the Tomb of the Watchers in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27885,13202,3,0,10289152,44,46,0,0,0,0,0,0,0,0,0,0,27887,0,0,'The Warden\'s Game','You see the statue split into two, then four, then eight identical statues in a square formation.$b$bYou hear a voice, not through your ears, but in the back of your mind:$b$b \"A true warden does not face OUTWARD, searching for signs of danger.$b A true warden keeps his gaze INWARD, always focused on protecting his quarry.\"$b$bPerhaps this is a riddle of some sort?','Complete the Warden\'s Game by teleporting the Warden\'s Pawns into inward-facing positions.','','','','Warden\'s Game Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,46339,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27886,13202,3,0,10289152,44,46,0,0,0,0,0,0,0,0,0,0,27887,0,0,'The Sentinel\'s Game','As you place the statue in its place, several other stone statues appear in the room. One more ruby-colored statue also appears, in a small enclosure on the far end of the room. You hear a voice:$b$b \"The Sentinel watches.$b The Sentinel protects.$b The Sentinel\'s vision never falters.\"$b$bThat red statue on the other side of the room looks important. Perhaps you should try to connect the two red statues?','Complete the Sentinel\'s Game by connecting the two red statues.','','','','Sentinel\'s Game Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,46398,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27887,13202,3,0,589824,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ancient Protectors','You heard a good amount of rumbling happen in the tomb\'s central chamber. Those two large statues did look awfully suspicious.','Investigate The Warden and The Sentinel.','','','','Thoroughly investigated The Warden','Thoroughly investigated The Sentinel','','',0,0,0,0,0,0,0,0,0,0,0,0,46768,46769,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27888,13202,3,0,2097160,44,46,0,0,0,0,0,0,0,0,0,27913,0,62497,1,'Return to Blam','Inside the chest, you find a small, circular device, resting upon a cushion.$b$bIf there are any titan artifacts to be found here in the tomb, this is it. You resolve to bring it back to Dr. Blam.','Bring the Eye of the Watchers to Dr. Hieronymus Blam at Agmond\'s End in the Badlands.','','','','','','','',62497,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63179,63178,63177,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,87203,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27889,13202,3,0,1048584,44,47,0,0,0,0,0,0,0,0,0,27888,0,62513,1,'New Kargath','$b$bD... did you see that? Incredible! My titan thing idea worked! With your help, of course.$b$bWe\'ll want to get these back to Rhea. She\'s not at Lethlor Ravine anymore; it sounds like she blew her cover when she transformed into her true form in front of all those whelps. She\'s now in the west, staying at a large Horde establishment dubbed \"New Kargath\".$b$bShe\'ll be waiting for you. And for that egg.','Bring the Purified Black Dragon Egg to Rhea at New Kargath in the Badlands.','','','','','','','',62513,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27890,13202,3,0,262152,44,47,0,0,0,0,0,0,0,0,0,27889,0,0,0,'The Bad Dogs','In my haste to escape from Lethlor Ravine, I forgot to tie up one loose end: Nyxondra. She\'s free, and she\'s sounded the alarm among the black dragonflight. Half the flight is here in the western Badlands, combing for this egg.$b$bI\'ll take care of hiding the egg. You\'re going to take care of some of the more troublesome dragons. And you\'ll have help.$b$bI\'ve paid off a couple of mercenaries to help you. You\'ll find them inside this inn.','Speak with Amakkar at New Kargath in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27891,13202,3,0,9437192,44,47,0,0,0,0,0,0,0,0,0,27890,27829,0,0,'Amakkar, Jack of All Trades','Before we get too crazy with the dragon-killing, let me tell you a little bit about how I fight.$b$bI\'m not terribly strong or stalwart like these other two, but I\'ve got a few tricks. At your command I\'ll stun your enemies to keep \'em held still. I also make sure to keep a few potions around for tight spots.$b$bWhy don\'t we practice fighting together? Head out into the field, and you can see what it\'s like to fight with a real orc.','Use Amakkar\'s Kidney Shot and Amakkar\'s Pocket Potion.','','','','Use Amakkar\'s Kidney Shot','Use Amakkar\'s Pocket Potion','','',0,0,0,0,0,0,0,0,0,0,0,0,46862,46863,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27892,13202,3,0,9437192,44,47,0,0,0,0,0,0,0,0,0,27890,27829,0,0,'Jurrix the Striker','Oh, you want to talk? Fine.$b$bI\'m Jurrix, the only merc here with half a brain. The only one with any bite to my attacks, too. The only reason I keep these meat shields around is to keep myself from getting killed.$b$bListen, you\'re the boss of this operation. You give the word, and I\'ll send a fireball right through your target\'s heart. If things start getting hectic, I can even warp time a bit so you can fit in a few extra attacks.$b$bWhy don\'t we go try fighting together?','Use Jurrix\'s Fiery Blast and Jurrix\'s Time Warp.','','','','Use Jurrix\'s Fiery Blast','Use Jurrix\'s Time Warp','','',0,0,0,0,0,0,0,0,0,0,0,0,46865,46864,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27893,13202,3,0,9437192,44,47,0,0,0,0,0,0,0,0,0,27890,27829,0,0,'Gargal, the Behemoth','You may not have noticed, but I\'m pretty big, as far as orcs go.$b$bI make sure that my two pals here don\'t get into too much trouble. They\'re small, and they don\'t have a big shield like me. I\'m big, and I can handle a few monsters hitting me! Plus, if I\'m careful, I can usually get them to hit my shield instead!$b$bI can protect you, too. Come on, let\'s go practice for a bit. I\'ll make sure the enemies attack me, and not you.','Use Gargal\'s Shield Wall and Gargal\'s Mighty Shout.','','','','Use Gargal\'s Shield Wall','Use Gargal\'s Mighty Shout','','',0,0,0,0,0,0,0,0,0,0,0,0,46866,46867,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27894,13202,3,0,589824,44,47,0,0,0,0,0,0,0,0,0,0,27895,0,0,'The Wrath of a Dragonflight','Hello, $N. It looks like you four have had time to become well-acquainted.$b$bI have my first assignment for you. Kalaran, an ancient black dragon of considerable power, has joined in the hunt for the egg we are protecting. We need to stop him before he gets too close.$b$bYou will find him and his minions at the Dustbowl, east of New Kargath. Hunt him down and defeat him. You will likely need the help of your new mercenary allies.','Slay Kalaran the Annihilator and 4 Darkflight Soldiers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46859,46915,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27895,13202,3,0,589824,44,47,0,0,0,0,0,0,0,0,0,0,27896,0,0,'Their Hunt Continues','The black dragonflight means business. As you\'ve probably already noticed, they\'ve taken over a large portion of New Kargath. These troops are under the command of General Jirakka and his champion, Moldarr. They must be stopped.','Defeat General Jirakka, Moldarr, and 6 Blackflight dragonspawn.','','','','','','Darkflight dragonspawn slain','',0,0,0,0,0,0,0,0,0,0,0,0,46860,46938,46917,0,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27896,13202,3,0,589824,44,47,0,0,0,0,0,0,0,0,0,0,27897,0,0,'The Sorrow and the Fury','My greatest regret is the treatment that we - no, I - gave to Nyxondra. I forced her to lay eggs, then I performed experiments on them. Over, and over, and over again.$b$bEven as a mother myself, I can only imagine her sorrow.$b$bNo... I mustn\'t be weak. Our work is, after all, for the benefit of future generations of black dragons. Her sacrifice was necessary.$b$bShe circles the Ruins of Kargath, northwest of New Kargath, insane with fury. Please, heroes... put her out of her misery.','Slay Nyxondra and 12 of Nyxondra\'s Broodlings.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46861,46916,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27897,13202,3,0,1835008,44,47,0,0,0,0,0,0,0,0,0,0,27898,0,0,'The Hidden Clutch','With the major black dragons out of the Badlands, it is now safe to move the egg again. You will find me on a small plateau, north of New Kargath.$b$bCome and find me.','Speak with Rhea at The Hidden Clutch in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27898,13202,3,0,3211272,44,47,0,0,0,0,0,0,0,0,0,0,27930,0,0,'Rheastrasza\'s Gift','Wait here. I will retrieve the egg.','Wait as Rhea retrieves the egg from the Hidden Clutch.','','','','Wait for Rhea to retrieve the egg','','','',0,0,0,0,0,0,0,0,0,0,0,0,46654,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81040,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28352,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,67241,1,'Camel Tow','Greetings, friend!$b$bYou are always most welcome in my humble tent.$b$bLooking for something to do? Sullah has just the thing!$b$bCamels are good to have in hand regardless, but when putting together a performance the likes of my sideshow, they are an absolute must!$b$bTake this harness and use it to subdue a wandering camel.$b$bYou may have to, uhh, humble it a bit first... if you know what I mean.$B$BYou\'ll find a desert full of wild camels to the south.','Use Sullah\'s Harness to tame 3 Camels.','','','Speak to Sullah at Sullah\'s Sideshow.','Wild Camels captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,51193,0,0,0,3,0,0,0,94428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,94685,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28353,13202,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jonesy Sent For You','Listen, $n, you may want to make your way back to Jonesy when you get a moment.$b$bChances are, whatever he\'s got to talk to you about is more pressing than anything I have for you to do.','Speak with Harrison Jones in the Oasis of Vir\'sar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28367,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,28363,0,63699,1,'Shroud of the Makers','It is good to have friends, $c! While kindness is its own reward, there can be tangible benefits too!$b$bSome friends of mine recently intercepted a shipment of Schnottz\'s plunder and found something that should serve your needs nicely.$b$bIt\'s a piece of titan technology that renders the user nearly invisible. If you use it in the enemy camp, you might be able to rewire their explosives and make a mess of their operation.$b$bEach charge has a limited duration, so don\'t stray too far from safety!','Sabotage 7 Schnottz Powder Kegs.','Hah!$B$BI heard it from here! I wish I could\'ve been there to see it!','','Speak to Harrison Jones at the Oasis of Vir\'sar.','Powder Kegs Sabotaged','','','',0,0,0,0,0,0,0,0,0,0,0,0,-207127,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,65876,65875,65874,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27902,13202,8,0,8,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purespring','Magtoor has told me of the shamanism that the Broken practice. The great Nobundo once said that the path of the elements may, in a way, be another way to the Light.$B$BI can only hope there is some truth in this. The elementals that gather near Purespring Cavern to the south are a source of truly pristine water. They can be chaotic and violent, but the pure water harvested from them will be the perfect conduit for the blessing of the Light.$B$BPlease, bring me this water, $n.','Collect 6 Purespring Motes from Purespring Elementals.','','','','','','','',62609,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27904,13202,8,0,8,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breath of Mist','The Grell are forest spirits that wander the Misty Valley to the east. Though they resemble imps, I have found no demonic traces among the ones I\'ve studied. They are, as far as I can tell, uncorrupted. $B$BThose that dwell in the valley move as one with the wind, summoning gusts of breeze at their whim. This pure air may be incorporated into my remedy for poor Magtoor.$B$BPlease, $n, gather the smoky crystals found within the grells\' bodies for me. I must exhaust every potential cure.','Collect 5 Smoky Crystals from Misty Grell.','','','','','','','',62749,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27755,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Curse of the Tombs','The Neferset are not the only threat to our sacred tombs.$B$BA gnomish expedition stumbled upon our lands a few weeks ago.$B$BThey did not heed our warnings and dug too deep within a cursed vault.$B$BTheir entire expedition is now afflicted by a terrible curse that has robbed them of their sanity and taken control of their minds.$B$BThey now seek access to the deepest vaults of Uldum and pose a great threat. $B$BGo to the Sunstone Terrace and put their wretched souls out of their misery.','Slay 6 Crazed Diggers and Mekgineer Mixeltweed.','','','Return to Sun Prophet Tumet at Nahom.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46590,46592,0,0,6,1,0,0,0,0,0,0,0,0,0,0,65847,65846,65845,65844,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27906,13202,8,0,262152,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Neeka Bloodscar','There is much work to do in recovering from the assault and bracing ourselves for the next one. I will need coordination from all of our scouts.$B$BNeeka Bloodscar is our finest tracker, trained in the harsh Badlands. She has been sent west to Splinterspear Junction to watch for Alliance activity.$B$BGo to Neeka, $n. Tell her of what has occured in Stonard. Assist her in any way she requires.','Speak with Neeka Bloodscar at Splinterspear Junction.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(27907,13202,8,0,8,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prayerblossom','I have been ruined, $c. I placed my strength in Helgrum, and now it bleeds from his gaping wounds. Wounds too deep to heal, flesh that refuses to knit.$B$BHe murmurs in fear, consumed by fever and pain. I cannot leave his side. Not now. Please, I ask you in shame to gather herbs for me.$B$BThe prayerblossom that grows in the swamp is an old remedy for soothing. With enough of it, his pain might be stilled.','Collect 10 sprigs of Prayerblossom from the Shifting Mire.','','','','','','','',62550,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27908,13202,8,0,8,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Mire','Helgrum\'s wounds fester in the swamp air. They swell and ooze, filling his final moments with suffering. I must have something to coat them with.$B$BThe spirits move through this mire. They inhabit the mud itself, pushing it along in clumps of fine soil that take on lives of their own$B$BThe spirits of the cool, pure mud will offer him some comfort. Please, gather it for me, for I cannot abandon his side.','Collect 10 samples of Invigorated Silt from Shifting Mireglobs.','','','','','','','',62593,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27909,13202,8,0,8,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purespring','Helgrum\'s breathing slows. His time is near.$B$BI need water. Elementals roam the ponds of Purespring Cavern. The water that flows from them is the purest in this swamp.$B$BEven if I could risk leaving Helgrum\'s side, my axe would shudder in my hand. I must beg you once again to pity me, for his comfort. Bring me the motes of the elementals, that his final drink may be pure and refreshing.','Collect 8 Purespring Motes from Purespring Elementals.','','','','','','','',62609,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27910,13202,8,0,8,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Last Regrets','If I am reduced to groveling, I may as well ask everything I can. There is one last favor I would ask of you, one more task a shamed orc pleads for.$B$BHelgrum had a prized prey. Duskfang, eater of ogres, the great panther of Misty Valley. He would never allow himself the leisure of stalking it. Though he wanted badly to hunt, our scouting duties were too important.$B$BIf he cannot hunt Duskfang in this world, he can hunt the beast in the next. Take up the hunt for him; bring Duskfang\'s pelt to me.','Collect Duskfang\'s Hide.','','','','','','','',62714,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27911,13202,8,0,8388616,53,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'With Dying Breath','He stirs...$B$BDo not leave, $n. Please, honor Helgrum with me. You have done so much for him.','Witness Helgrum\'s last moments.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64627,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27912,13202,3,0,524288,44,46,0,0,0,0,0,0,0,0,0,27793,0,0,0,'The Titans\' Trove','As the second defender falls to the ground, a chest appears in the back of the chamber. Could this be what they were protecting?','Investigate the Trove of the Watchers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27913,13202,3,0,524288,44,46,0,0,0,0,0,0,0,0,0,27887,0,0,0,'The Titans\' Trove','As the second defender falls to the ground, a chest appears in the back of the chamber. Could this be what they were protecting?','Investigate the Trove of the Watchers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27914,13202,8,0,1310728,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessing of the Green Dragonflight','You have done well, $n. Jammal\'an may have escaped our grasp, but his retreat paves the way for me to enter the temple as I desire.$B$BStay where you are and do not move. I will hasten your return by pulling your spirit to me through the Emerald Dream.$B$BThis may cause slight drowsiness.','Speak with Lord Itharius atop the Temple of Atal\'Hakkar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64606,64596,64615,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,59100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27915,13202,1417,0,262152,52,54,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Heart of the Temple','I must confess I have a more personal involvement in this affair. One of the first of the green dragons corrupted here was my brother, Eranikus.$B$BI thought Eranikus gone, lost forever to the darkest rifts of nightmare, but I have heard that his shade has emerged within the temple. I know not whether it is truly him, or an empty, mournful echo.$B$BIf you wish to help me further, return to the Hall of Masks and journey through the archway into the true sanctum of the temple. I will find you there.','Speak with Lord Itharius again inside the Temple of Atal\'Hakkar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27916,13202,8,0,8388616,53,55,0,0,0,0,0,0,0,0,0,27911,0,62748,1,'Ruag\'s Report','Here is Ruag\'s report, $n. Let him know his scout is still here.$B$BDo not speak of Helgrum. I will not distract others with news of tragedy.$B$BI have to be strong. We all have to be strong.','Deliver the Splinterspear Report to Dispatch Commander Ruag in Stonard.','','','','','','','',62748,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27917,13202,209,0,8,16,18,81,0,0,0,0,0,0,0,0,0,27920,0,0,'Sniffing Them Out','I could smell Godfrey and his companions a mile away from here. They did an exceedingly poor job covering their tracks in flight. It will be the mistake that puts the final nail in their coffins.$B$BOne of them is very close, and though the scent has changed slightly in undeath, I\'m fairly certain it\'s Ashbury\'s. Go inside and tear him to pieces, we\'ll ensure the Forsaken do not intervene with our task.','Kill Baron Ashbury.','The scent of freshly spilled traitor blood fills my nostrils, and it is absolutely invigorating. However, my bloodlust will not be sated until Godfrey lies on the floor as a lifeless heap.$B$BHe thinks an army of mindless corpses can stop the wrath of the Bloodfang? We\'ll gnaw on their bones for years to come after our work is done!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46962,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27918,13202,8,0,8,53,55,0,0,0,0,0,0,0,0,0,0,0,62750,1,'The Harborage','Anchorite Avuun is one of our uncorrupted bretheren, what other races know as Draenei. He came to The Harborage to heal us, and try to find a cure. It is he who sent me here to collect these crystals.$B$BHe watches over a very sick friend now... and despite sending word to the Exodar itself, he has not found any aid so far. Could you bring these crystals to him, $n? You may be the only one able to assist him.','Deliver the Draenethyst Crystals to Anchorite Avuun.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27919,13202,4,0,8,54,55,0,0,0,0,0,0,0,0,0,24913,0,0,0,'Onward to the Blasted Lands','We appreciate your assistance here in this swamp, $N. I would like to inform you that I have received correspondence from Nethergarde Keep.$b$bEnohar Thunderbrew has requested help in investigating the shipwrecks of the Red Reaches, but we have had none willing to make the journey, and I could not leave the Harborage.$B$BNethergarde Keep sits in the Blasted Lands, south of the Swamp of Sorrows. Do not journey too close to Stonard on your way.','Journey to the Blasted Lands and speak with Enohar Thunderbrew in Nethergarde Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27920,13202,209,0,8,16,19,81,0,0,0,0,0,0,0,0,0,27921,0,0,'Armored to the Teeth','We\'ve hit an unexpected snag in our assault on the keep, $N. It seems the servants that tended to Baron Silverlaine and Commander Springvale in life do so now in death as well, and Godfrey has placed them directly between us and him.$B$BNot to worry, we won\'t let them be anything more than a minor inconvenience. Eliminate Silverlaine and Springvale both and not only will their guards no longer have masters to direct them, it will place us that much closer to our final goal.','Kill Baron Silverlaine and Commander Springvale.','We\'re nearly there, $N. The time is now to charge further ahead and take out Walden!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3887,4278,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27921,13202,209,0,8,16,20,81,0,0,0,0,0,0,0,0,0,27968,0,0,'Fighting Tooth and Claw','It appears that Lord Walden has finally taken notice to our presence and has heightened his defenses. It\'s worthless really... nothing will deter our pack.$B$BThe path ahead to him is rife with powerful Scourge minions, but I trust that you will be able to clear the path for the rest of us to follow in. Once we kill Walden, it should be a straight shot to his cowardly leader.','Kill Lord Walden.','$B$BIt won\'t be long now before the entire keep is ours, thanks to your valiant efforts.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46963,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,4700,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28520,13164,5034,0,136,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of Neferset City','We are ready to strike now, $N.$B$BIf we take down Dark Pharaoh Tekahn, the immortal colossi will fall and our armies will be able to march into Neferset City.$B$BSeek him out and engage him without fear. I will make sure you\'re not alone when it\'s time to bring him down.','Slay Dark Pharaoh Tekahn at Neferset City in Uldum.','','','Return to King Phaoris at Ramkahen.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47753,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65741,65740,65742,65739,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,270000,0,0,0,0,0,0,0,0,0,0,496800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28482,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sullah\'s Gift','Jonesy tells me you two need to make it up that mountain.$b$bWell, you\'re not going far with those troopers crawling all over it like ants on a carcass.$b$bSome of my friends were able to confiscate a bit of the enemy\'s hardware. It should make your journey a bit easier.$b$bMake your way up the ridgeline to the north, and you\'ll find it waiting for you.$b$bGood luck, you two!','Speak to Harrison Jones at Pilgrim\'s Precipice.','','','Speak to Harrison Jones at Pilgrim\'s Precipice.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28483,13164,5034,0,136,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bleeding the Enemy','I will not lie to you, $N. We face a tremendous challenge ahead of us.$B$BAs you go behind the enemy lines into Neferset City, I want you to bring back the insignia of any Neferset scum you defeat.$B$BIt will be a boon to our armies to know that you\'ve dealt a crushing blow to the enemy.','Obtain 10 Neferset Insignia.','','','Return to King Phaoris at the Neferset City Outskirts.','','','','',64352,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28403,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28402,0,0,0,'Bad Datas','There should be two titan communication devices in this chamber.$b$bIf my translations are correct, one is a death trap and the other will accept the codes and activate the obelisk.$b$bLet\'s hope I get this right.$b$bLet me know when you\'re ready.','Accompany Harrison Jones in the Chamber of the Moon.','','','Speak to Harrison Jones in the Chamber of the Moon.','Titan Data Uploaded','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27925,13202,5034,0,128,86,83,0,0,0,0,0,0,0,0,0,27899,27926,62768,1,'Efficient Excavations','This manual describes outlandish theories on how to efficiently manage large groups of workers as they engage in the manual labor of various types of excavation.$b$bIt becomes clear to you that the author of the book is the figure in charge of the over-aggressive pillagers here.$b$bPerhaps an introduction is in order.','Bring \'Efficient Excavations\' to Belloc Brightblade in Schnottz\'s Landing.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28363,13202,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stirred the Hornet\'s Nest','Wow!$b$bIt sounds like you really got their attention, $n. We\'re never getting in there with them on alert like this.$b$bThere must be a way...$b$bIt\'s just a matter of time before Schnottz\'s men activate the obelisk and I need to research the scrolls you found. I need you to figure this one out without me.$b$bSullah has connections in these parts. Maybe he has a solution for getting us inside.','Speak to Sullah at Sullah\'s Sideshow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28402,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28367,0,0,0,'Schnottz So Fast','I\'m nearly ready, $n.$b$bYour scrolls contained enough information to discern their encryption method. Now all that\'s left is for me to translate the codes.$b$bI need you to scout out the chamber beneath the Obelisk of the Moon. There are likely to be a few of Schnottz\'s troops down there that escaped your blast.$b$bYou take care of them and I\'ll meet you there when I\'m finished.','Kill 10 Schnottz Elite Troopers in the Chamber of the Moon.','','','Speak to Harrison Jones in the Chamber of the Moon.','Schnottz Elite Troopers Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48668,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27927,13202,3,0,262152,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down to the Scar','The Badlands are home to some unusual people, many of whom have been here for quite a long time.$b$bFor example, there were three gentlemen who were staying here in town. I forget their names... the dwarf was Theldurin, I think? Anyhow, they headed south with a pack full of ale a couple of days ago, and haven\'t been heard from since. I think they were headed to that big scar.$b$bWould you mind checking in on them? I\'d like to make sure that they\'re alright.','Find Theldurin the Lost at the Scar of the Worldbreaker in the Badlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28273,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,28269,0,0,0,'Friend of a Friend','I need to unpack and look around the area a bit. In the meantime, I have an old friend I\'d like you to meet.$b$bSullah and I go way back. He\'s a man who can be trusted, and that\'s pretty rare these days.$b$bWhy don\'t you go on over and introduce yourself.','Harrison wants you to speak to Sullah at Oasis of Vir\'sar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28583,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27622,0,65613,1,'Krazzworks','This new shredder design is tops, $N. Tops! Next step is to protect my intellectual property. There are patents to file, traders to mark, ceases to desist. Oh, and the bribes!$B$BHere, take this patent application to Captain Krazz at the Krazzworks. He survived the destruction of his zeppelin, so he\'s probably hungry for new business opportunities.$B$BThe Krazzworks is due north of here, atop a perfectly safe mountain peak. Go ahead, kid. Chop chop!','Take the Patent Application to Captain Krazz at the Krazzworks in Twilight Highlands.','What\'s this? The \"$N-o-matic:\" a shredder with an integrated missile platform?$B$BBah! Already patented by Labor Captain Grabbit in Azshara. Worthless!$B$BWhat I really need is a machine that knocks dwarves from the sky.','I know you! You were on the Zeppelin with me on the way in.','Take the Patent Application to Captain Krazz at the Krazzworks.','','','','',65613,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27930,13202,3,0,2621440,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Devastation','The coast is clear. If Rheastrasza or the egg were able to miraculously evade Deathwing\'s flames, they would probably need your assistance as soon as possible.','Search for Rheastrasza.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,81040,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27931,13164,5042,0,262280,81,82,0,0,0,0,0,0,0,0,0,26484,0,0,0,'The Quaking Fields','Before you can help us here, you\'re going have to deal with Therazane, the Stone Mother\'s, forces to the south. The elementals and giants upon the Quaking Fields are being mustered.$B$BThey too are after the middle fragment of the World Pillar. They\'ll attack us amidst our war with the stone troggs and we\'ll be unable to repel them.$B$BI\'ve sent the arch geomancer ahead. Get to Slate Quicksand and do as he asks.','Speak with Slate Quicksand at the Quaking Fields in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27932,13164,5042,0,8519816,81,82,0,0,0,0,0,0,0,0,0,27931,27934,60490,1,'The Axe of Earthly Sundering','The emerald colossi are the greatest of the Stone Mother\'s creatures. They must be the first to be removed from the field.$B$BI brought Stonefather Oremantle\'s axe for just this task. Use it to sunder the giants.$B$BThat should bring them down to a more manageable size for you to finish off.','Slay 5 Sundered Emerald Colossi.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44229,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,61400,61401,61399,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27933,13164,5042,0,8388744,81,82,0,0,0,0,0,0,0,0,0,27931,27934,0,0,'Elemental Ore','You\'re going to have to deal with the leader of Therazane\'s forces here. However, to get you to him quickly and safely, I\'m going to need to perform a ritual.$B$BGo out into the field and collect elemental ore from the ragers. With enough of it, I should be able to make you one with the ground to get you where you need to go.','Collect 6 Elemental Ore.','','','','','','','',60487,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27934,13164,5042,0,327816,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'One With the Ground','The leader of the Stone Mother\'s forces here is the great earth elemental lord, Avalanchion. Luckily for us, the Twilight\'s Hammer cultists have decided to invade his lair. They\'re seeking to bind his elementals to their will.$B$BWe will take advantage of the chaos. The earth ritual that I invoke will make you one with the ground. It will take you near to Avalanchion without alerting him to your presence.$B$BIt\'s up to you to finish him.','Complete the One With the Ground ritual.','','','','One With the Ground ritual complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,44372,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27935,13164,5042,0,524416,81,82,0,0,0,0,0,0,0,0,0,27934,0,0,0,'Bring Down the Avalanche','Avalanchion stands before you. Slay him to keep Therazane\'s forces from attacking Stonehearth.','Slay Avalanchion.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44372,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27936,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,27934,0,0,0,'Bring Down the Avalanche','You have to go back and slay Avalanchion to keep Therazane\'s forces from attacking Stonehearth!','Slay Avalanchion.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44372,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27937,13202,5042,0,262280,81,83,0,0,0,0,0,0,0,0,0,26836,0,0,0,'The Hero Returns','The Stonefather is waiting for you back south at Stonehearth.$B$BMake yourself presentable. You\'ve earned a hero\'s welcome!','Present yourself to Stonefather Oremantle at Stonehearth in Deepholm.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61398,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27041,13202,5042,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,27058,60758,1,'Decryption Made Easy','We don\'t have the tools to decipher these encrypted plans. The Twilight\'s Hammer do, though.$B$BWould you take the plans back up there and run them through their one-time decryption engines?','Decrypt 6 plans.','','','','Plans decrypted','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28293,13202,1637,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,28295,0,0,'That\'s No Pyramid!','That pyramid at the Maker\'s Terrace in Uldum is nothing of the sort. It\'s a giant machine that can be reconfigured for any number of uses.$B$BDeathwing was going to have the Twilight\'s Hammer turn it into a massive weapon!$B$B$N, you have to take the portal to get this information to Belloc Brightblade at Grommash Hold in Orgrimmar. He\'ll know what to do.','Speak with Belloc Brightblade at Grommash Hold in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28351,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,67232,1,'Unlimited Potential','Some see the little sand pygmy as nothing more than a pest, a vermin, or worse yet, a vile little demon.$b$bI say they are simply misunderstood!$b$bWith the proper care and guidance, these little fellows may just turn out to be a glorious gift of nature.$b$bI would like you to take these cages and use them to capture a few of them for me to work with.$b$bYou will need to give them a sound beating before boxing them up, but in the end it will be for their own good.$b$bYou\'ll see!$B$BGo south for pygmies!','Use the Reinforced Cage to capture 5 Cavorting Pygmies.','','','Speak to Sullah at Sullah\'s Sideshow.','Sand Pygmies captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,51217,0,0,0,5,0,0,0,93753,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,81040,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27141,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,27993,0,0,0,'Premature Explosionation','What a find!$b$bRight here... exactly where my notes predicted it would be.$b$bWith any luck, inside this chamber will lie clues to the location of the legendary Coffer of the Promise.$b$bThat\'s right, $n. It\'s not just a myth. I believe it truly exists.$b$bI\'ll explain more later. For now, just give me a hand with these explosives.','Assist Harrison Jones at the Khartut\'s Tomb.','','','Speak with Harrison Jones at the Obelisk of the Stars.','Assisted Harrison at Khartut\'s Tomb','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27196,13202,5034,0,589960,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'On to Something','This is remarkable work you\'ve done! Especially for someone who hasn\'t taken my courses.$b$bThese tablets provide new information on several subjects.$b$bThey indicate that these obelisks are part of an enormous ancient mechanism that once kept this whole region masked from the rest of the world.$b$bThey also depict how to recharge the mechanism, which is where your Shaft of the Stars comes in...$b$bGet ready, $n. We have some history to make!','Accompany Harrison Jones to the Chamber of the Stars.','','','','Accompany Harrison Jones to the Chamber of the Stars','','','',0,0,0,0,0,0,0,0,0,0,0,0,45238,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27179,13202,5034,0,25165960,83,83,0,0,0,0,0,0,0,0,0,0,27196,0,0,'Field Work','This unfortunate pygmy was in the wrong place at the wrong time.$b$bAs you ponder his bad luck, you take notice of the symbols covering his shield - far too elaborate for pygmy scrawl.$b$bConfident that Doctor Jones will find such objects of interest, you set out to find more fragments like this one.','Collect 10 Ancient Tablet Fragments.','','','Speak with Harrison Jones at the Obelisk of the Stars.','','','','',60860,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27944,13164,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Thinning the Brood','We have been trying to get a foothold in The Darkwood for weeks now but that forest is infested with spiders. Do me a favor and see if you can thin them out enough for us to set up an attack.$b$bCareful out there, I have heard reports of Horde troops nearby earlier in the week.','Kill 12 Darkwood Lurkers in The Darkwood. The Darkwood forest is just west of here, across the bridge on the central island.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46508,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27929,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,28874,62775,1,'Drag \'em Down','A single Dragonmaw drake is worth a dozen Wildhammer gryphon-riders. Take them off of their lice-ridden birds and they\'re nothing.$B$BEven you can slay them easily, Horde-$c.$B$BHunt gryphon riders flying over the river north of Bloodgulch. Take this hook and fling it at them as they fly by. Their momentum will hurl them from their mount, right to your feet. Finish them! Kill a few Thundermar gryphon riders and I\'ll believe your Horde is as mighty as you say.','Use the Barbed Fleshook to dismount and kill 4 Thundermar Gryphon Riders.','','','Return to Narkrall Rakeclaw at Bloodgulch.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46321,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27946,13202,5034,0,8,86,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'NYI','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27751,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,28871,0,0,'Crushing the Wildhammer','Since my people first claimed the Highlands, the Wildhammer dwarves have been our persistent foe. We fought them in Grim Batol, we fought them in the Wetlands, and even now open warfare rages to our north, across the river, amidst the Thundermar Ruins.$B$BProve your valor to me. Seek out and crush Wildhammer Warbrands. The best among them carry insignias - my warriors collect them by the dozen.$B$BCan you?','Kill Wildhammer Warbrands to collect 8 Wildhammer Insignias. Named characters within the Thundermar Ruins will also carry insignias. ','','','Bring the Wildhammer Insignias to Narkrall Rakeclaw at Bloodgulch.','','','','',62325,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63823,63822,63821,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27660,13202,4922,0,262280,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirit of the Loch','I have no knowledge of any artfact that Cho\'gall is crafting, but I think I know one that can help.$B$BCountess Verrall is the ancient spirit of Loch Verrall to the north. She has no love for the Twilight\'s Hammer, who have polluted her waters.$B$BSeek her for the wisdom that you seek.','Speak with Countess Verrall at Loch Verrall in the Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27948,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'A Sticky Task','Finding supplies on the island has been difficult, to say the least.$b$bFortunately, we have found a good supply of silk in The Darkwood, just west of here. The bad part of this story is that the silk comes from the glands on Broodmother spiders. I need you to gather 4 of these for me.$b$bThat should be just enough to finish up this last set of shirts.','Collect 4 Sticky Silk Glands from Darkwood Broodmother spiders in The Darkwood. The Darkwood forest is just west of here, across the bridge on the central island.','','Were you able to gather the sticky silk glands?','','','','','',62803,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27949,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Forgotten','Many soldiers died on this island $n. It is only fair that we pay our respects to them in any way that we can.$b$bI need you to travel to Forgotten Hill, due west of here and release our brothers in arms\' tortured souls away from this place. Do be careful over there, reports of undead have been ongoing in the area.','Release the spirits of 6 tortured souls at Forgotten Hill. Souls can be channeled by touching your hands directly to the gravestones. Forgotten Hill is due west of here, past The Darkwood and The Restless Front.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28350,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28274,0,0,0,'Master Trapper','One thing about me that you might not know, $n...$b$bI come from a long line of trappers. My father taught me, as his taught him, to master the art of trapping creatures in a most merciful manner.$b$bAs any master trapper will tell you, the most important ingredient in an effective trap is the bait.$b$bSo let\'s start there.$b$bFill this bucket with the meat scraps from almost any wild creature in Uldum.','Sullah wants you to collect 5 Meat Scraps from the wildlife in Uldum.','','','Speak to Sullah at Sullah\'s Sideshow.','','','','',63541,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27951,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27947,0,0,0,'We All Must Sacrifice','$B$BYou seek my sight, $r? My powers come at a price. These disciples of the Twilight have been honoring me with the blood of Wildhammer dwarves from the nearby ruins, but still I thirst. Perhaps you can do better.$B$BSlay my old masters, and my vision is yours. Honor me with the slaughter of the Shaman of the Black. Blood is blood, after all.','Slay 10 Shaman of the Black.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46322,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27123,13202,5042,0,262280,81,82,0,0,0,0,0,0,0,0,0,27203,0,0,0,'Deepholm, Realm of Earth','I knew you\'d heed our call, $N. When Deathwing was first defeated by the other dragon aspects, he retreated to Deepholm, the realm of earth.$B$BDeathwing\'s return to our world left a rift open between Azeroth and Deepholm.$B$BIf we don\'t mend the breach, this land will be torn asunder.$B$BWe\'re doing our best to contain the damage on this side of the rift. Aggra will take you through the rift so you can help repair the damage from the other side.$B$BGet on her wyvern when you\'re ready.','Jump on Aggra\'s Wyvern and fly into the breach at the Maelstrom. Once you\'re in the other side speak to Maruut Stonebinder.','You\'ve arrived just in time, $N. All our resources are tied up keeping the rift stable.$B$BWe need someone like you to help us recover the fragments of the World Pillar.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27954,13202,4922,0,128,84,84,0,0,0,0,0,0,0,0,0,27951,0,62804,1,'The Eyes Have It','Very well then, $r. You have purchased my services in blood. Take me back to Garona Halforcen.$B$BOh yes, I already know where you\'re taking me. Garona\'s relentless quest for vengeance is no secret. It will be a delight to watch it unfold.','Take the Eye of Twilight to Garona Halforcen at Bloodgulch in Twilight Highlands.','','','','','','','',62804,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27956,13202,51,0,8,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lunk\'s Task','Lunk came from the Badlands. Other ogres try to make Lunk fight.$b$bLunk hate fighting. Lunk want to learn.$b$bLunk sees machines to the south. Machines made of gears.$b$bMaybe if you ask nicely, machines will give you some gears? Then maybe Lunk can have a gear, and learn about machines too.','Obtain 15 Tempered Flywheels from Tempered War Golems.','You didn\'t... KILL the machines to get these, right?.$b$b$b$bRight?','You get gears? How you get them?','','','','','',62805,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27957,13202,51,0,2097160,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lunk No Kill','','','No! You are the same as Thorium Brotherhood dwarf.$b$b\"Kill dwarf. Kill spider. Kill machine. Kill, kill, kill.\"$b$bLunk come to gorge to go on adventure, not to go on murder spree.$b$bGoodbye, $r. You kill too much.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,88212,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27958,13202,51,0,8,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Proper Antivenom','Shame that Lunk left. I was beginning to enjoy his company.$b$bOh well, back to work!$b$bI\'m the closest thing that this expedition has to a medical officer, and I\'m running low on antivenom. We tend to need a lot of antivenom.$b$bThe key to a proper antivenom is ALWAYS to start with the poison itself. The glassweb spiders nearby should be a good place to start. If you kill them, you can probably extract some venom from the sacs within their jaws.','Obtain 14 samples of Glassweb Venom.','This... this is way more than I expected. This will last us for months!','Well well, you certainly operate quickly! You do have the venom, right?','','','','','',62809,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63211,63210,63209,63208,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27959,13202,51,0,1376264,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lunk\'s Adventure: Spider Rider','Lunk sees you like to kill things. Let Lunk teach you another way.$b$bLunk always wanted to ride on spider\'s back. Looks like fun. Spiders move too fast, though. Always slip away.$b$bWe work together. You fight spider until it gets weak and tired. Then Lunk jump on spider\'s back and ride around.$b$bMaybe Lunk even gather some venom for you! No have to kill!','Weaken 7 Glassweb Spiders so Lunk can ride them.','Lunk is very happy that you let him ride on the spiders. Lunk is also happy that $n was able to do $n\'s adventures without killing anything.$b$bMaybe Lunk see you later.','','','Spiders ridden','','','',0,0,0,0,0,0,0,0,0,0,0,0,47279,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27960,13202,51,0,8,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fewer, the Better','I\'m not much of a fighter... I\'m more of a mining dwarf. Same goes for Jack and Pris. And Lunk... well, you\'d think he\'d be a big fighter, but he\'s the biggest wimp of all of us.$b$bWhat I\'m saying is, it\'s good that you came here when you did.$b$bIt seems likely that we in the Thorium Brotherhood are going to be fighting the other Dark Iron dwarves soon. I\'m thinking we should pick off some of their finest before the war starts in earnest. Start with the geologists and watchmen to the south.','Slay 10 Dark Iron Geologists or Dark Iron Watchmen.','Thank you.','','','Dark Iron Geologist or Watchman slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,5839,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27961,13202,51,0,8,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Out of Place','The gorge is an unforgiving place. We don\'t get a whole lot of fuzzy wildlife wandering around here.$b$bWe tried bringing in some wild game, but they haven\'t fared well at all. There\'s just no food for them to eat. Now the nearby spiders - which were already dangerous - are getting big and fat on chicken meat.$b$bWe\'ll never get rid of all the spiders, but we can salvage what few chickens remain. Not only will you be feeding the Brotherhood, you\'ll be saving them a painful death by spider bite.','Obtain 8 Ash Chickens.','You\'ve got quick hands if you were able to gather this many in such a short time.$b$bExcellent work, $N. I\'ll make sure these ones don\'t go to waste.','Those poor animals.','','','','','',62934,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63215,63214,63213,63212,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27962,13202,51,0,8,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Lumbering Relic','Margol the Rager\'s an old thunder lizard seen round these parts. Legend has it that he\'s been here in the gorge since before it was even a gorge. Legend also has it that he ate my brother Barnabas.$b$bI don\'t care how old he is or what kind of magic he shoots out of his nose. I just want him dead. For Barnabas\' sake.$b$bYou\'ll find him wandering the cliffs to the south of here.','Obtain Margol\'s Gigantic Horn.','Yup, this was Margol\'s horn alright. No doubt about it.$b$bBarnabas was a digger, like me. He never stood a chance in combat against the beast. I\'m glad you were here to set things right.','Bring me the horn, $N.','','','','','',10005,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27963,13202,51,0,8,46,47,0,0,0,0,0,0,0,0,0,0,27964,0,0,'A New Master... But Who?','You\'ve arrived just in time.$b$bHere\'s the skinny: the Dark Iron dwarves in the gorge have been acting strangely, and the Thorium Brotherhood intends to find out why. Overseer Oilfist doesn\'t like surprises.$b$bWe suspect that they\'re following orders from some new leader. I have reason to believe that Gravius Grimesilt, just south of here, knows who it is.$b$bEven here in Searing Gorge, we\'ve begun to hear tales of your exploits, $N. You should have no problem with Grimesilt.','Obtain the Dark Iron Memo from Gravius Grimesilt at Grimesilt Worksite.','Let\'s see... Overseer Maltorius... we\'re quite familiar with him and his work.$b$bWhat\'s this? The \"archduke\"? That sounds promising.','Any news?','','','','','',62807,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63218,63217,63216,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27964,13202,51,0,8,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dig-Boss Dinwhisker','Grimesilt wasn\'t as high up on the chain as I thought. We\'ll have to take out his superior and find out what he knows.$b$bDig-Boss Dinwhisker\'s his name, and he runs the Dark Iron digging operations within the Cauldron, just northwest of here. His excavators and footmen patrol the eastern side of the Cauldron, digging downward, day and night.$b$bHe\'s not known to show his face out in the field very often, but if you slay enough of his men, he\'ll be forced to come out and deal with you.','Kill Dark Iron Excavators and Dark Iron Footmen within the Cauldron until Dig-Boss Dinwhisker appears. Then slay Dig-Boss Dinwhisker and obtain his Dark Ember.','A... an ember? What is this thing?','If Dinwhisker doesn\'t have what we seek, I\'m not sure what we\'ll do next.','','','','','',62806,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,88220,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27965,13202,51,0,2359304,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thorium Point: The Seat of the Brotherhood','Did... did you see that? This is the missing piece we\'ve been looking for! We have to take this information back to someone at Thorium Point.$b$bThe Dark Irons have been known to consort with the firelord in the past, but never before have they brought their kind this far out into Searing Gorge.$b$bThorium Point is west and north of here. You will find it nestled in the cliffs that overlook Pyrox Flats. Take this information straight to Overseer Oilfist.','Report to Overseer Oilfist at Thorium Point in Searing Gorge.','Do I know you, $r?$b$b$b$bSounds like another one of Ragnaros\' minions. I don\'t like the sound of that.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,700,0,0,81040,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27966,13164,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Salvaging the Remains','Forgotten Hill has been overrun with zombies and ghouls ever since we reclaimed this wretched isle. We have tried to clear them out many times but they always seem to come back.$b$bOne of our lieutenants recommended taking the ghouls\' bones when we kill them in hopes that they can\'t reincarnate overnight. Think you can help us out with this one?','You need to recover 9 Cursed Femur bones from the ghouls that inhabit Forgotten Hill. Forgotten Hill is on the west side of the island, just past The Forgotten Front.','','Were you able to recover the femur bones? Better for you to try than me.','','','','','',62808,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27967,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'First Lieutenant Connor','The first time I heard about Lt. Connor, I was just a young recruit in the Stormwind stockades. None of us could believe he ended up here on Tol Barad. Sadly, he still roams these wretched islands, wreaking havoc on our troops morale.$b$bI need you to put an end to his misery... and ours.','Find and kill First Lieutenant Connor at Forgotten Hill. You will find Forgotten Hill on the far west side of the island.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46571,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27968,13202,209,0,8,16,21,81,0,0,0,0,0,0,0,0,0,0,0,0,'Fury of the Pack','Ah, the sweet scent of victory! My men should be tearing Godfrey to pieces even as we speak. Go up to his domain and collect your share of the spoils - you\'ve earned it!$B$BYou\'d think that he would have been more difficult to defeat...','Kill Lord Godfrey.','We did it, $N! At terrible cost... but victory is ours.$B$BThis keep could serve well as a home for me and my pack, though we tend to prefer more natural habitats.$B$BIt may be best to leave it as a reminder of Godfrey\'s betrayal and of the Bloodfang warriors that died here in battle.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46964,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65984,66002,65960,65936,65910,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,7,0,0,0,0,0,0,5300,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28291,13202,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,28277,0,0,0,'Return to Camp','What do you think, $N? Maybe the High Commander will give me a few men to command.$B$BMaybe we can marshal a regiment together. What do you think?','Return to High Commander Kamses at the Ramkahen Legion post.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27970,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Captain P. Harris','The Cape of Lost Hope has been a sore in our side for weeks here on Tol Barad. Half of our supply ships end up on the rocks down there.$b$bTo make matters worse, it\'s been overrun by a gang of undead sailors. We have tried thinning the ranks, but they just seem to keep coming back. Our last resort is to try and take out the captain that they report to. You should be able to find him on a ship, just off the shoreline.$b$bOh, and I hope you are not too scared of sharks.','You have been tasked with killing Captain P. Harris at the Cape of Lost Hope. The Cape of Lost Hope can be found northwest of here, along the coast. Just look for the shipwrecks.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27971,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Rattling Their Cages','We have been having issues with the undead down at the Cape of Lost Hope for a while now. Every time a new ship wrecks, they end up getting more undead to join their ranks.$b$bCan you do us a favor and thin out the ranks up there? I know you won\'t be able to kill them all, but anything you can do will help at this point.$b$bKeep an eye out for horde, we have been getting reports of them ambushing the beach lately.','Camp Coordinator Brack has asked you to kill 8 Shipwrecked Sailors at the Cape of Lost Hope. The cape is located due northwest of here, on the beach.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46605,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27972,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Boosting Morale','Morale is low these days, $n. We make every effort we can to keep the troops in high spirits but we are running low on our main supply of morale booster... rum.$b$bI have been getting reports from our infantry to the south that the shipwrecks on the Cape of Lost Hope still have a good supply of southsea rum in their wrecked hulls. Can you head up there and investigate?$b$bBring back any rum you can find.','You have been asked to recover 6 Barrels of Southsea Rum from the shipwrecks on the Cape of Lost Hope. The cape can be found north of here, along the coast.','','','','','','','',62810,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27973,13202,5389,0,33558664,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Watch Out For Splinters!','Have you been over to the Wellson Shipyard yet, $n? Best to stay away from there unless you have a good reason to venture in. Unfortunately, that is exactly what I need you to do.$b$bYou see, we have been short on supplies ever since we recaptured the island. That ghost ridden shipyard is overflowing with lumber but every time we send an escort to recover the lumber, they never make it back.$b$bCan you help us out?','Sergeant Gray has asked you to recover 15 pieces of Shipyard Lumber from the Wellson Shipyard. The lumber can be recovered from the ghosts in the shipyard or found lying around the premises. The shipyard can be found northwest of here, on the coast.','','','','','','','',62811,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27974,13202,209,0,8,16,18,81,0,0,0,0,0,0,0,0,0,27988,0,0,'This Land is Our Land','Did you think that a handful of worgen vermin could stop me? Hah!$B$BShadowfang Keep was part of the Lordaeron kingdom in life, so it is quite fitting that it should belong to the Forsaken in death. Godfrey and his accomplices are minor obstacles at best, and of course we\'re all happy to take them out for their treachery against the Dark Lady.$B$BAshbury has positioned himself near the front of the keep, leaving him wide open to attack. Start us out on the right foot, would you?','Kill Baron Ashbury.','Ah, very well done! They\'ve gotten a hold of powerful allies, but clearly nothing a $c-champion of the Banshee Queen can\'t handle!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46962,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4); insert into `quest_properties`(`entry`,`build`,`ZoneId`,`sort`,`flags`,`MinLevel`,`questlevel`,`Type`,`RequiredRaces`,`RequiredClass`,`RequiredTradeskill`,`RequiredTradeskillValue`,`RequiredRepFaction`,`RequiredRepValue`,`LimitTime`,`SpecialFlags`,`PrevQuestId`,`NextQuestId`,`srcItem`,`SrcItemCount`,`Title`,`Details`,`Objectives`,`CompletionText`,`IncompleteText`,`EndText`,`ObjectiveText1`,`ObjectiveText2`,`ObjectiveText3`,`ObjectiveText4`,`ReqItemId1`,`ReqItemId2`,`ReqItemId3`,`ReqItemId4`,`ReqItemId5`,`ReqItemId6`,`ReqItemCount1`,`ReqItemCount2`,`ReqItemCount3`,`ReqItemCount4`,`ReqItemCount5`,`ReqItemCount6`,`ReqKillMobOrGOId1`,`ReqKillMobOrGOId2`,`ReqKillMobOrGOId3`,`ReqKillMobOrGOId4`,`ReqKillMobOrGOCount1`,`ReqKillMobOrGOCount2`,`ReqKillMobOrGOCount3`,`ReqKillMobOrGOCount4`,`ReqCastSpellId1`,`ReqCastSpellId2`,`ReqCastSpellId3`,`ReqCastSpellId4`,`ReqEmoteId1`,`ReqEmoteId2`,`ReqEmoteId3`,`ReqEmoteId4`,`RewChoiceItemId1`,`RewChoiceItemId2`,`RewChoiceItemId3`,`RewChoiceItemId4`,`RewChoiceItemId5`,`RewChoiceItemId6`,`RewChoiceItemCount1`,`RewChoiceItemCount2`,`RewChoiceItemCount3`,`RewChoiceItemCount4`,`RewChoiceItemCount5`,`RewChoiceItemCount6`,`RewItemId1`,`RewItemId2`,`RewItemId3`,`RewItemId4`,`RewItemCount1`,`RewItemCount2`,`RewItemCount3`,`RewItemCount4`,`RewRepFaction1`,`RewRepFaction2`,`RewRepFaction3`,`RewRepFaction4`,`RewRepFaction5`,`RewRepFaction6`,`RewRepValue1`,`RewRepValue2`,`RewRepValue3`,`RewRepValue4`,`RewRepValue5`,`RewRepValue6`,`RewRepLimit`,`RewMoney`,`RewXP`,`RewSpell`,`CastSpell`,`MailTemplateId`,`MailDelaySecs`,`MailSendItem`,`PointMapId`,`PointX`,`PointY`,`PointOpt`,`RewardMoneyAtMaxLevel`,`ExploreTrigger1`,`ExploreTrigger2`,`ExploreTrigger3`,`ExploreTrigger4`,`RequiredOneOfQuest`,`RequiredQuest1`,`RequiredQuest2`,`RequiredQuest3`,`RequiredQuest4`,`RemoveQuests`,`ReceiveItemId1`,`ReceiveItemId2`,`ReceiveItemId3`,`ReceiveItemId4`,`ReceiveItemCount1`,`ReceiveItemCount2`,`ReceiveItemCount3`,`ReceiveItemCount4`,`IsRepeatable`,`bonushonor`,`bonusarenapoints`,`rewardtitleid`,`rewardtalents`,`suggestedplayers`,`detailemotecount`,`detailemote1`,`detailemote2`,`detailemote3`,`detailemote4`,`detailemotedelay1`,`detailemotedelay2`,`detailemotedelay3`,`detailemotedelay4`,`completionemotecnt`,`completionemote1`,`completionemote2`,`completionemote3`,`completionemote4`,`completionemotedelay1`,`completionemotedelay2`,`completionemotedelay3`,`completionemotedelay4`,`completeemote`,`incompleteemote`,`iscompletedbyspelleffect`,`RewXPId`) values (27975,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'WANTED: Foreman Wellson','Foreman Wellson has been a pain in our side since we got here. His shipyard holds a large amount of supplies that would be extremely useful to us... if we could get to them.$b$bHe keeps a close watch over his minions and makes it very difficult for us to get a foothold on the shipyard. I need you to take out Wellson for good this time. Be careful $n, we have been receiving reports of filthy Horde all around the area.','Kill Foreman Wellson at the Wellson Shipyard. The shipyard can be found northwest of here, on the western coast.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46648,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27976,13202,51,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curse These Fat Fingers','Unfortunately, I can\'t dish out the beats like I used to, due to this here fat finger problem. Ye see, the climate out here combined with the lack o\' air pressure makes me fingers expand. They\'re like gigantic Thelsamar Blood Sausages, they are...$B$BYe\'re gonna have to carry out me orders of business and what have ye.$B$BFirst on me agenda: Poundin\' the livin\' daylights out o\' the heavy war golems o\' the Gorge. Get crackin\'.','Kill 12 Heavy War Golems.','Ye\'re a good $g lad:lass;, ye are. I got ye a lil\' present fer yer troubles.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,5854,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,63226,63225,63224,63223,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27977,13202,51,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Recon Essentials','We used to have more stuff around here. I think there was a spyglass somewhere nearby, along with a smithing tuyere.$b$bI\'m pretty certain that they\'ve been stolen by Dark Iron dwarves. Yes, I know that I\'m a Dark Iron dwarf! I\'m talking about the bad ones that live down in that gorge.$B$BYou\'d best check the steamsmiths that work just south of here. They\'d be most likely to use tools like these.','Find and return the Smithing Tuyere and Lookout\'s Spyglass.','Fantastic work!','If you\'re here for the reward, you\'re gonna have to give me the stolen goods.','','','','','',18959,18960,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63222,63221,63220,63219,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27978,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Ghostbuster','See that hill just beyond our base camp? That\'s Largo\'s Overlook and it\'s not a fun place to setup camp next to. We have been dealing with those spirits and spectres ever since we setup base camp.$b$bCan you head up there and let them know we don\'t plan on leaving anytime soon? A few good kills on their ranks should put them in line.$b$bThanks for your help on this, $n.','Kill 14 ghosts of any type at Largo\'s Overlook, just northeast of base camp.','','','','Largo\'s Overlook Ghosts Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47303,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27979,13202,51,0,8,46,48,0,0,0,0,0,0,0,0,0,0,27986,0,0,'Dark Ministry','I got one more assignment for ye. This one comes straight down from the Overseer himself. Seems he was pretty shook up once he heard about that \"Archduke\" ye discovered.$b$bHe\'s asked for us to hunt down three Twilight ministers that work over in Firewatch Ridge, to the west. Kiyuubi, Letherio, and Finister are their names, and they each carry some sort o\' special rock. Combine all three and bring \'em back here.$b$bListen, when the Overseer gives orders, ye don\'t ask questions. Ye just do it.','Obtain Kiyuubi\'s Spherule, Letherio\'s Spherule, and Finister\'s Spherule, then combine them into a Twilight Tripetricine.','$b$bThis thing is strange, $N. I don\'t know what to make of it. It ain\'t natural, that\'s for sure.','Ye got the thing?','','','','','',62828,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,47100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27980,13202,51,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spiders Have to Go','Normal-size spiders, I can handle.$b$bGiant glassweb spiders make me uncomfortable, but they\'re far enough away that I don\'t worry too much.$b$bBut lava spiders? Lava spiders are SCARY. They\'re enormous spiders. That live in LAVA.$b$bI just got paid for my last week of work, and I\'ll pay you well to kill those things. You\'ll find \'em all over Searing Gorge. ','Slay 9 Lava Spiders within Searing Gorge.','There\'s no way you coulda killed all the spiders in the gorge, but you definitely made a dent.$b$bFine, here\'s what I promised ya. Don\'t spend it all in one place. Unless it\'s at Thorium Point.','','','Lava Spider slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,5857,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27981,13202,51,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,62826,1,'Heat That Just Don\'t Quit','We smith, we smelt, we roast up whatever spider meat we can get. Bush chicken if we\'re lucky. Point is, all o\' this work means we need lots and lots of fire.$b$bGood thing we\'re smack dab in the middle of firetown.$b$bO\' course, the best fire comes from the elementals. You\'ll find \'em all over Searing Gorge, but always near lava. Here, take these flasks and use \'em on the elementals.$b$bOh, did I mention the elementals gotta be alive when you gather your sample?','Obtain 10 Filled Furnace Flasks. You must use the Furnace Flasks on living elementals within Searing Gorge.','Yeeeeeeowch! Don\'t just go puttin\' this stuff into a dwarf\'s open hand. This stuff is burnin\' up!$b$bNow me hands are gonna get even more swollen...','Oilfist says he\'s gonna have us makin\' firebombs soon. All the more need for those flasks.','','','','','',62827,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27982,13202,51,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Collars','Have ye seen the ridiculous necklaces those Twilight\'s Hammer cultists all wear? The gems on those things are bigger than Hansel\'s fist!$b$bA few hamburger-sized jewels like that, and Burninate over there could really push his blacksmithing business to the next level. Fetch those collars, and he\'ll make it worth your while.','Obtain 20 Twilight Collars.','Hmm... the gems looked... sparklier from afar. Up close, they look kind of dingy.$b$bAh well! A little spit and polish should do the trick, and if not, I can use \'em to practice my disenchanting.','A ruby-hilted hammer... it has a nice ring to it.','','','','','',62822,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27983,13202,51,0,1114120,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lunk\'s Adventure: Cranky Little Dwarfs','What you doing? Why you kill?$b$bYou need to get things from dwarfs? Ah, Lunk understand. Lunk have a better way.$b$bListen: you go fight dwarf, but do not kill! Just fight until dwarf get tired. Then Lunk will help dwarf fall asleep. Dwarfs probably just cranky because they don\'t get sleep.$b$bCome on! Trust Lunk.','Weaken 7 Dark Iron Steamsmiths so Lunk can help them fall asleep.','Dwarfs is going to sleep good tonight.$b$bLunk hopes you got everything you were looking for. Now time to go off and find other adventures.$b$bBye!','','','Dark Iron Steamsmiths put to sleep','','','',0,0,0,0,0,0,0,0,0,0,0,0,47381,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27984,13202,51,0,10,46,48,0,0,0,0,0,0,0,0,0,0,27985,0,0,'Lunthistle\'s Tale','Will you assist me, mortal? Hear my tale.','Hear Zamael tell his tale.','I have accepted my fate here in this cage, but the prayer must be found.\n','','Zamael\'s Story','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27985,13202,51,0,65544,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prayer to Elune','Will you assist me, mortal? Will you find the prayer to Elune?$B$BAs I stated, the prayer was etched onto a golden tablet. I believe they hold it within one of their vile chests, near the entrance to their cave at the bottom of the ridge.$B$BIf you do recover my prayer, don\'t bring it back to me. Instead, take the time to read through it.$b$bAbsolution may be asking too much, based on the sins I\'ve committed. But that won\'t stop me from holding out hope.','Find and read the Prayer to Elune.','As your eyes pass over the words of Zamael\'s prayer, you feel the tablet grow lighter.$b$bA wave of warmth passes over you, and the tablet is gone.','','','','','','',10458,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88663,88663,0,0,0,0,0,0,0,47100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27986,13202,51,0,262152,46,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'In the Hall of the Mountain-Lord','The Thorium Brotherhood doesn\'t maintain a militia - just a few guards, and me, and that\'s it. If we\'re to successfully strike against the Dark Irons of the gorge, we\'re gonna need help.$b$bMountain-Lord Rendan sits atop that tower across the gorge, to our south. He doesn\'t consort with Twilight folks or fire elementals, but he hasn\'t joined the brotherhood either. Maybe it\'s time we paid him a visit. With his help, we might just stand a chance.','Speak with Mountain-Lord Rendan at Iron Summit in Searing Gorge.','And who might you be?$b$bAh, an emissary from the Thorium Brotherhood. They\'re looking for my support? Fine, I might be willin\' to help out...$b$b...for a price.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27987,13164,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Cannonball!','Largo and his minions have been stealing our supplies ever since we setup camp here. It\'s frustrating to say the least.$b$bWe have heard reports that he is stockpiling cannonballs in the towers overlooking the water up on his overlook. Can you head up there and try to recover some of them for us?$b$b$n, don\'t forget to keep a watch out for horde too.','You need to recover 4 Stacks of Cannonballs from Largo\'s Overlook for Sergeant Gray. You can find Largo\'s Overlook just northeast of the base camp.','','Did you find the cannonballs?','','','','','',62818,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27988,13202,209,0,8,16,19,81,0,0,0,0,0,0,0,0,0,27996,0,0,'Plague...Plague Everywhere!','The best part about this plague is that even when it visually fades away, the remaining residue is still quite potent! However, we still have an enormous area to cover before we\'re done, with plenty of Godfrey\'s defenses in the way.$B$BIt appears that the spirits that served Baron Silverlaine and Commander Springvale in life now guard them in death, and Godfrey is using them to deter us. Show them all the iron will of the Forsaken!','Kill Baron Silverlaine and Commander Springvale.','Cromush has both a thick skull and a fool\'s brain, and we\'ll use that to our advantage. By the time anybody finds out about the plague\'s true potency, it\'ll be far too late.$B$BThank you for keeping quiet during his tirade. I promise you won\'t regret it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,3887,4278,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27989,13202,361,0,8,44,45,0,0,0,0,0,0,0,0,0,0,0,62819,1,'Ruumbo Demands Honey','Ruumbo hungers!$B$BThe Deadwood jerks have stolen all their honey from the Timbermaw tribe! We saw...er, Ruumbo saw them do it! Now Ruumbo must have that honey!$B$BTake this... this stick! Yes, this stick. Take this stick and use it to steal the honey from their beehives in Deadwood Village.$B$BRuumbo must have as much honey as possible. This is vital.','Collect 10 Deadwood Honey Globs from the hives in Deadwood Village using Ruumbo\'s Honey Stick.','Honey! Delicious honey!$B$BWell done, ugly creature! You may put the honey...put the honey down right there. No, to the left. Yes, there. Just leave it there.','Ruumbo can smell whether you have honey or not!','','','','','',62820,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28274,13164,5034,0,1048712,83,83,0,0,0,0,0,0,0,0,0,28273,0,0,0,'Two Tents','Look at you, my friend. This grand adventure of yours has you in knots!$b$bYou need to relax and unwind. You\'re too tense, and that\'s just going to tire you out.$b$bTrust me, I know about relaxing!$b$bSpeaking of tents, I see Jonesy brought me the ones I asked for.$b$bCome, friend. Ride with me!','Accompany Sullah to Sullah\'s Sideshow.','','','Speak to Sullah at Sullah\'s Sideshow.','Accompanied Sullah','','','',0,0,0,0,0,0,0,0,0,0,0,0,48431,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28277,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28276,0,0,0,'Salhet the Tactician','Ever since I was a cub, I\'ve always wanted to be a general.$B$BI was eager to join the army. But as you\'ve seen, my combat skills are not all quite there.$B$BThis is not the first time I\'ve been sent to kill hyenas. As a matter of fact, I get sent here so often, that I\'ve befriended these lions and trained them to do my bidding.$B$BThey are my soldiers and at my command they will slay legions of hyenas. Watch!','Speak to Salhet and slay 30 Bloodsnarl Scavengers','','','Return to Salhet at Sunwatcher\'s Ridge.','Bloodsnarl Scavenger slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48199,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,65829,65828,65830,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27991,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Taking the Overlook Back','There is only one way for us to take Largo\'s Overlook back.$b$bI think you know what we need to do $n. Largo is pretty paranoid these days so you should be able to find him on top of the tower, looking for his imaginary navy to finally arrive.','Sergeant Gray has asked you to kill Commander Largo at Largo\'s Overlook. The overlook is just northeast of the base camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47304,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27992,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,62829,1,'Magnets, How Do They Work?','Getting useful machine parts out here on the island has been difficult, $n. We have been trying to repair the broken siege engines here in camp but we keep running out of useful parts.$b$bOur second regiment reported some wrecked out siege engines in a old battlefield to the west. Maybe we could find some parts over there?$B$bYou are going to have trouble finding anything in that old battlefield so take this magnetized scrap collector and put it to some good use.','You have been tasked with recovering 7 pieces of Siege Engine Scrap. Use the Magnetized Scrap Collector in The Restless Front to find the scraps. The Restless Front is due west, just past the second bridge.','','','','','','','',62830,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27994,13202,361,0,8,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ruumbo Demands Justice','You! Wanderer! Bow before the might of Ruumbo, great god of the Timbermaw tribe!$B$BHear my will! The evil Deadwood tribe lives in the village behind me! They are big jerks!$B$BI mean, they... they sully my name with their wicked misdeeds! They persecute my cherished Timbermaw tribe and hurt them!$B$BI demand you inflict my justice! Defeat the Deadwood and I will give you my... my favor! Yes! The favor of RUUMBO! ','Slay 15 Deadwood Furbolg of any type.','It worked!$B$BI mean, uh, YES, the will of Ruumbo has been carried out! You have done well, creature! You may have these shiny coins!','','','Deadwood Furbolg slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47329,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27995,13202,361,0,1048584,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dance for Ruumbo!','You have done well, $r! Ruumbo is pleased by your bravery, and the delicious honey you have given Ruumbo.$B$BNow, you must... you must dance! Yes!$B$BDance for Ruumbo! Dance!','Do a silly dance for Ruumbo.','Those two brats... I should have known! They were smart enough to hush whenever I went to examine the totem.$B$BI\'ll be sure to find them and drag them back to Timbermaw Hold by the ears! Thank you for looking into it...','','','Ruumbo\'s Secret discovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,47555,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65279,65299,65318,65336,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,5,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27996,13202,209,0,8,16,20,81,0,0,0,0,0,0,0,0,0,27998,0,0,'Orders Are For the Living','Unsurprisingly, we aren\'t going to listen to Cromush about the plague. However, his brute strength will come in handy for muscling my men through the many foes ahead on the path to Godfrey, the most powerful being his right hand man, Lord Walden.$B$BI\'ll meet you in Walden\'s chamber after you finish him off. Then, at long last, we can completely take Shadowfang Keep for the Forsaken!','Kill Lord Walden.','The time has come! Godfrey will fall!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46963,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,4700,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27997,13202,361,0,8,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Corruption of the Jadefire','The cleansing of this forest has been a grueling process. For every success we have achieved, a new challenge has arisen.$B$BThe Jadefire satyr have been a constant nuisance. They seek to corrupt the forest just as we seek to cleanse it. Now, we have taken steps to begin eradicating them from Felwood entirely.$B$BTravel to Jadefire Glen to the west and rid the forest of their presence. You\'ll find the entrance just north of the walls of Deadwood Village; look for their vile banners.','Slay 12 Jadefire Satyr or Jadefire Felsworn in Jadefire Glen.','The Emerald Circle thanks you, $n. If we all work together here, we can purge these demons from our midst.','','','Jadefire Glen satyr slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,7105,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27998,13202,209,0,8,16,21,81,0,0,0,0,0,0,0,0,0,0,0,0,'Sweet, Merciless Revenge','If all goes well you\'ll just be able to walk right into Godfrey\'s personal domain and take a reward fitting for such an eager young $c.$B$BGodfrey is a cunning foe, though, so it may be wise to head up there quickly just in case you\'re needed. He will pay for what he did to the Dark Lady!','Kill Lord Godfrey.','For a moment there, I thought all was lost. Even when surrounded by the worgen in Gilneas I had higher hopes!$B$BBut you proved me wrong $N. I will see to it that Sylvanas herself hears of your triumph here today. Don\'t worry about the mess here, I will gladly see to it myself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46964,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66038,66044,66029,66020,66011,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,5300,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(27999,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of the Doyles','It seems the Doyles already joined their last fight. Iain will want to know of their fate.','Return the news of Clan Doyle to Ian Firebeard at the Firebeard Cemetery.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28000,13202,361,0,2097160,44,45,0,0,0,0,0,0,0,0,0,0,0,62899,1,'Do the Imp-Possible','The satyr hide their corrupted moonwell behind an impenetrable barrier of demonic fire. Their forces must have some way of getting through it.$B$BInterrogating the satyr will be useless, but the imps they consort with will be easily swayed. I have a specific one in mind, as well...$B$BIn the foothills to the east, a lone imp has been seen wandering, far from the other demons. He should prove easy pickings. Weaken him with combat, and then use this enchanted sack to capture him. Then I\'ll do the talking...','Weaken Impsy and use the Enchanted Imp Sack to capture him.','Imps are creatures of deception. With so many of them spotted at Shadowlurk Ridge, I\'m positive something is being hidden there.$B$BOur little friend will tell us exactly how to find it... if he doesn\'t want to go back in the sack.','','','Impsy captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,47365,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,49416,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27805,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Small Comforts','You\'re the new face that\'s meant to be helping Keegan out I take it? Pleasure to meet you. Maybe you can lend a favor or two more to the troubled Wildhammer that have made refuge here.$B$BWe were all forced to retreat to this building quickly, and some of us left behind things of great value in our destroyed homes nearby. Would you mind bringing them back after you go out there? You would bring happiness to some very troubled souls.','Find and return Meara\'s Dried Roses, Parlan\'s Ivory Hammer, and Aprika\'s Doll.','','','Return to Cailin Longfellow at Firebeard\'s Patrol.','','','','',62545,62546,62543,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63880,63879,63878,63881,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28272,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28353,28363,0,0,'Missing Pieces','There are just a few specific pieces of information that I\'m missing.$b$bOnce those blanks are filled, we\'ll be ready to activate the final obelisk. Then, it\'ll be a race to discover the Coffer of Promise before Schnottz and his cronies can.$b$bThose fools are excavating this site as fast as they can. They\'re ruining more than they\'re looting!$b$bGo to the obelisk and rummage through their booty, $n.$b$bSee if you can find our missing pieces.','Collect 7 Ancient Copper Scrolls.','','','Speak to Harrison Jones at the Oasis of Vir\'sar.','','','','',63685,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28003,13202,2437,0,262152,15,15,81,0,0,0,0,0,0,0,0,0,26858,0,0,'Adventurers Wanted: Ragefire Chasm','The Warchief has requested that any able-bodied adventurer head to Ragefire Chasm, just beneath the great city of Orgrimmar, immediately!$B$BThe Searing Blade is poised to launch an attack at any moment and the city guards cannot hold for much longer! If you so choose, head to Ragefire Chasm and speak with Stone Guard Kurjack, head of the defense initiative, to end the threat to Orgrimmar once and for all.','Speak with Stone Guard Kurjack.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28004,13202,1581,0,262152,15,15,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: The Deadmines','The Warchief has requested that any able-bodied adventurer head to the Deadmines, in the distant land of Westfall, immediately!$B$BAssistance is required in the initiative to take the Defias Juggernaut for the Horde to use against the Alliance! If you so choose, head to the Deadmines and speak with Kagtha, a rogue of the Shattered Hand, to aid in the ongoing war against the Alliance.','Speak with Kagtha.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28005,13202,1581,0,262152,15,15,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: The Deadmines','King Varian Wrynn has requested that any able-bodied adventurer head to the Deadmines, in southern Westfall, immediately!$B$BAssistance is required in stopping the reborn Defias Brotherhood from terrorizing the area! If you so choose, head to the Deadmines and speak with Lieutenant Horatio Laine, lead investigator on the case, to aid in stopping the Defias once and for all.','Speak with Lieutenant Horatio Laine.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28006,13202,718,0,262152,17,17,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Wailing Caverns','The Warchief has requested that any able-bodied adventurer head to the Wailing Caverns, just west of the Crossroads, immediately!$B$BNaralex must be awakened to save the Barrens! If you so choose, head to the Wailing Caverns and speak with Nalpak, one of Naralex\'s disciples, to help in healing the injured land.','Speak with Nalpak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28007,13202,718,0,262152,17,17,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Wailing Caverns','King Varian Wrynn has requested that any able-bodied adventurer head to the Wailing Caverns, just west of the Crossroads, immediately!$B$BNaralex must be awakened to save the Barrens! If you so choose, head to the Wailing Caverns and speak with Nalpak, one of Naralex\'s disciples, to help in healing the injured land.','Speak with Nalpak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28008,13202,209,0,262152,18,19,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Shadowfang Keep','The Warchief has requested that any able-bodied adventurer head to Shadowfang Keep, in southern Silverpine Forest, immediately!$B$BThe traitor, Lord Godfrey, must pay for what he did to Sylvanas! If you so choose, head to Shadowfang Keep and speak with Deathstalker Commander Belmont, leader of the war effort there, to help enact proper revenge.','Speak with Deathstalker Commander Belmont.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28009,13202,209,0,262152,18,19,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Shadowfang Keep','King Varian Wrynn has requested that any able-bodied adventurer head to Shadowfang Keep, in southern Silverpine Forest, immediately!$B$BThe traitor, Lord Godfrey, must pay for what he did to our new allies! If you so choose, head to Shadowfang Keep and speak with Packleader Ivar Bloodfang, leader of the war effort there, to help enact proper revenge.','Speak with Packleader Ivar Bloodfang.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28010,13202,719,0,262152,22,23,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Blackfathom Deeps','The Warchief has requested that any able-bodied adventurer head to Blackfathom Deeps, north of Zoram\'gar Outpost, immediately!$B$BThe Twilight\'s Hammer threatens the world with its actions there! If you so choose, head to Blackfathom Deeps and speak with Je\'neu Sancrea, a member of the Earthen Ring, to help stop the Twilight threat.','Speak with Je\'neu Sancrea.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28011,13202,719,0,262152,22,23,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Blackfathom Deeps','King Varian Wrynn has requested that any able-bodied adventurer head to Blackfathom Deeps, west of Astranaar, immediately!$B$BThe Twilight\'s Hammer threatens the world with its actions there! If you so choose, head to Blackfathom Deeps and speak with Sentinel Aluwyn, head of the night elf effort there, to help stop the Twilight threat.','Speak with Sentinel Aluwyn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28012,13202,717,0,262152,22,23,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Stormwind Stockade','King Varian Wrynn has requested that any able-bodied adventurer head to the Stormwind Stockade, inside his highness\' own city, immediately!$B$BA mass riot has begun within! If you so choose, head to the Stockade and speak with Rifle Commander Coe, head rifleman of the Stockade guard, to help quell the uprising.','Speak with Rifle Commander Coe.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28013,13202,721,0,262152,26,26,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Gnomeregan','King Varian Wrynn has requested that any able-bodied adventurer head to Gnomeregan,west of Ironforge, immediately!$B$BThe Gnomes need help reclaiming their city! If you so choose, head to Gnomeregan and speak with Murd Doc, recruiter for the G-Team, to help in the mission.','Speak with Murd Doc.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28014,13202,491,0,262152,32,32,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Razorfen Kraul','King Varian Wrynn has requested that any able-bodied adventurer head to Razorfen Kraul, in the southernmost part of the Southern Barrens, immediately!$B$BAuld Stonespire needs assistance in stopping the quilboar before they begin to spread further! If you so choose, head to Razorfen Kraul and speak with Auld Stonespire, a wise and respected shaman, to help stop the menace.','Speak with Auld Stonespire.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28015,13202,491,0,262152,32,32,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Razorfen Kraul','The Warchief has requested that any able-bodied adventurer head to Razorfen Kraul, in the southernmost part of the Southern Barrens, immediately!$B$BAuld Stonespire needs assistance in stopping the quilboar before they begin to spread further! If you so choose, head to Razorfen Kraul and speak with Auld Stonespire, a wise and respected shaman, to help stop the menace.','Speak with Auld Stonespire.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28016,13202,796,0,262152,28,28,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scarlet Monastery Graveyard','The Warchief has requested that any able-bodied adventurer head to the Scarlet Monastery Graveyard, northeast of the Undercity, immediately!$B$BDark Ranger Velonara has requested more soldiers to help her begin her assault! If you so choose, head to the Scarlet Monastery Graveyard and speak with Dark Ranger Velonara, a clever fighter indeed, to do your part.','Speak with Dark Ranger Velonara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28017,13202,796,0,262152,31,31,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scarlet Monastery Library','The Warchief has requested that any able-bodied adventurer head to the Scarlet Monastery Library, northeast of the Undercity, immediately!$B$BDark Ranger Velonara has requested more soldiers to help her take out their defenses! If you so choose, head to the Scarlet Monastery Library and speak with Dark Ranger Velonara to do your part.','Speak with Dark Ranger Velonara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28018,13202,796,0,262152,34,34,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scarlet Monastery Armory','The Warchief has requested that any able-bodied adventurer head to the Scarlet Monastery Armory, northeast of the Undercity, immediately!$B$BDark Ranger Velonara has requested more soldiers to help her take out their offensive capabilities! If you so choose, head to the Scarlet Monastery Armory and speak with Dark Ranger Velonara to do your part.','Speak with Dark Ranger Velonara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28019,13202,796,0,262152,37,37,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scarlet Monastery Cathedral','The Warchief has requested that any able-bodied adventurer head to the Scarlet Monastery Cathedral, northeast of the Undercity, immediately!$B$BDark Ranger Velonara has requested more soldiers to help her put the final nail in the Scarlet Crusade\'s coffin! If you so choose, head to the Scarlet Monastery Cathedral and speak with Dark Ranger Velonara to relish in Forsaken victory!','Speak with Dark Ranger Velonara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28020,13202,796,0,262152,28,28,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scarlet Monastery Graveyard','King Varian Wrynn has requested that any able-bodied adventurer head to the Scarlet Monastery Graveyard, northeast of the Undercity, immediately!$B$BJoseph the Awakened, a former crusader, has requested aid to help him take out the leaders there and reform the crusade! If you so choose, head to the Scarlet Monastery Graveyard and speak with Joseph the Awakened to do your part.','Speak with Joseph the Awakened.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28021,13202,796,0,262152,31,31,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scarlet Monastery Library','King Varian Wrynn has requested that any able-bodied adventurer head to the Scarlet Monastery Library, northeast of the Undercity, immediately!$B$BJoseph the Awakened has requested more aid to help him rid the Crusade of their magi! If you so choose, head to the Scarlet Monastery Library and speak with Joseph the Awakened to help bring the crusaders back into the Light.','Speak with Joseph the Awakened.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28022,13202,796,0,262152,34,34,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scarlet Monastery Armory','King Varian Wrynn has requested that any able-bodied adventurer head to the Scarlet Monastery Armory, northeast of the Undercity, immediately!$B$BJoseph the Crazed has requested help to kill Herod, the Scarlet Champion! If you so choose, head to the Scarlet Monastery Armory and speak with Joseph the Crazed to help him out.','Speak with Joseph the Crazed.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28023,13202,796,0,262152,37,37,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scarlet Monastery Cathedral','King Varian Wrynn has requested that any able-bodied adventurer head to the Scarlet Monastery Cathedral, northeast of the Undercity, immediately!$B$BJoseph the Insane needs help to take over the Scarlet Crusade at long last! If you so choose, head to the Scarlet Monastery Cathedral and speak with Joseph the Insane to take a part in history.','Speak with Joseph the Insane.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28024,13202,722,0,262152,42,42,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Razorfen Downs','King Varian Wrynn has requested that any able-bodied adventurer head to Razorfen Downs, in Thousand Needles, immediately!$B$BThe mysterious Koristrasza needs help to stop the Scourge-Quilboar alliance! If you so choose, head to Razorfen Downs and speak with Koristrasza to lend her your skills.','Speak with Koristrasza.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28025,13202,722,0,262152,42,42,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Razorfen Downs','The Warchief has requested that any able-bodied adventurer head to Razorfen Downs, in Thousand Needles, immediately!$B$BThe mysterious Koristrasza needs help to stop the Scourge-Quilboar alliance! If you so choose, head to Razorfen Downs and speak with Koristrasza to lend her your skills.','Speak with Koristrasza.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28026,13202,1337,0,262152,37,37,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Uldaman','The Warchief has requested that any able-bodied adventurer head to Uldaman, near New Kargath, immediately!$B$BThe Reliquary and its leader, High Examine Tae\'thelan Bloodwatcher, requires assistance in obtaining powerful relics within! If you so choose, head to Uldaman and speak with the High Examiner to aid their cause.','Speak with High Examiner Tae\'thelan Bloodwatcher.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28027,13202,1337,0,262152,37,37,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Uldaman','King Varian Wrynn has requested that any able-bodied adventurer head to Uldaman, in the Badlands, immediately!$B$BThe Explorers\' League, under Lead Prospector Durdin, requires assistance in braving great danger in pursuit of knowledge! If you so choose, head to Uldaman and speak with Lead Prospector Durdin to help them out.','Speak with Lead Prospector Durdin.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28028,13202,51,0,10485768,46,49,0,0,0,0,0,0,0,0,0,0,28033,0,0,'Siege!','That Overseer Oilfist couldn\'t\'a picked a worse time to ask me to join a fight. My summit\'s already under siege!$b$bIt\'s nothin\' my guards can\'t handle, but still, it won\'t be easy for me to just pick up and send some dwarves into that infernal gorge.$b$bTell ya what: you take out their marksman that\'re holding our fortress under siege, and I\'ll consider your offer. Ye\'ll find \'em slinkin\' around the flats to the east.','Slay 9 Dark Iron Marksmen.','If nothin\' else, you bought us some time, and some room to open up our supply lines through this siege.$b$bYer a fine $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8338,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,81040,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28029,13202,51,0,10485768,46,49,0,0,0,0,0,0,0,0,0,0,28033,10515,1,'Set Them Ablaze!','I\'m not sure if ye\'ve noticed, but my tower\'s much taller than any o\' the other towers here around the Gorge. Some dwarves pride themselves at how deep they can dig, but not me. Sometimes I think I shoulda been born a Wildhammer.$b$bI still don\'t like the sight o\' those other towers, though. Reachin\' up like that, ticklin\' my tower\'s feet. Here, take this torch, an\' use it on the braziers atop those other towers. They\'ll be sorry they ever built \'em to begin with.','Use the Torch of Retribution on the four towers surrounding the Cauldron.','Looks like ye know how to light things on fire! An admirable trait in any $r, for sure.','','','Western tower ablaze','Southwestern tower ablaze','Southeastern tower ablaze','Eastern tower ablaze',0,0,0,0,0,0,0,0,0,0,0,0,-149032,-149025,-149030,-149031,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,81040,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28030,13202,51,0,8,46,49,0,0,0,0,0,0,0,0,0,0,28033,0,0,'They Build a Better Bullet','Those gorge-digging dwarves do at least one thing right: they make very high-quality bullets. I\'ve been unable to reproduce their results, so I\'ve taken to stealing whatever bullets of theirs that I can find.$b$bYe want my help? Get me a couple hundred bullets from those marksmen below.$b$bI\'m sure they\'ll be happy to give ye their bullets one at a time, but you might find it faster just to look for the crates filled with them.','Obtain 200 Dark Iron Bullets.','I\'ll just divvy these up amongst the guards. Ye have my thanks.','A real $c woulda caught the bullets with $g his: her; teeth.','','','','','',62916,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63229,63228,63227,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,81040,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28031,13202,400,0,262152,38,41,0,0,0,0,0,0,0,0,0,0,28045,62913,1,'Special Delivery for Brivelthwerp','I have a new business partner, my best buddy, Brivelthwerp. Even as we speak, he\'s building up the infrastructure for our new ice cream empire!$B$BHe took our coolant tug, inventory, and employees southwest to the Sunken Dig Site. Unfortunately, I don\'t currently have a way to deliver something to him... something extremely important: our super-secret I-Scream Cryocannon!$B$BYou don\'t mind taking it to him, do you, $N?','Deliver the I-Scream Cryocannon to Brivelthwerp at the Sunken Dig Site in Thousand Needles.','','','','','','','',62913,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28032,13202,51,0,8,46,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mysteries of the Fire-Gizzard','There\'s so much we don\'t know about the incendosaurs. Where did they come from? How do they survive out here on the flats? And why do they taste so bad?$b$bThe key to understanding these prehistoric beasts, I believe, starts with the fire-gizzard. Every incendosaur has one. I\'d like a few of them to study.$b$bYou\'ll find incendosaurs circling the foot of Iron Summit, mostly to the west.','Obtain 6 Fire-Gizzards.','Ooh, these are nice. Now, leave me alone with my gizzards. I\'ve got studying to do!$b$b$b$bYes, very interesting. Very interesting indeed...','I\'m finally getting my hands on those lizard gizzards!','','','','','',62914,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63233,63232,63231,63230,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28033,13202,51,0,1048584,46,49,0,0,0,0,0,0,0,0,0,0,28034,0,0,'Deceit','What? Why\'re you still here? Oh, did I promise that I\'d help you and the Thorium Brotherhood in yer fight?$b$bI lied.$b$bI just can\'t spare the men right now. I know I said I\'d help, but there\'s absolutely no way you can convince me to leave Iron Summit right now. Absolutely no way.','Find a way to convince Mountain-Lord Rendan to join the Thorium Brotherhood.','Well well well. Look who come searching for Lunk this time!$b$bThis sounds like case for Lunk\'s unique brand of no-kill problem-solve.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28034,13202,51,0,3145736,46,49,0,0,0,0,0,0,0,0,0,0,28035,0,0,'Lunk\'s Adventure: Rendan\'s Weakness','Lunk not smart, but Lunk notice things. Today, Lunk notice that Mountain-Dwarf likes to watch people dance.$b$bLunk like to dance! $N like to dance! Probably!$b$bMaybe we find some more dwarfs that like to dance. Then we go talk to Mountain-Dwarf, and he will listen to $N.','Speak with three Iron Summit Guards and ask them to join your dance.','Did I stutter? I believe I clearly stated that I... won\'t...$b$bWow, ye\'ve got some good moves there! I\'m impressed!','','','Build up a three-dwarf conga line','','','',0,0,0,0,0,0,0,0,0,0,0,0,47434,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28035,13202,51,0,8,46,49,0,0,0,0,0,0,0,0,0,0,28052,0,0,'The Mountain-Lord\'s Support','Alright, alright! If I knew ye could dance like that, I wouldn\'t\'a asked ye to do all that stuff earlier.$b$bTell Overseer Oilfist that I\'ll be joinin\' ye. I\'ll meet ye in the slag pit, $g lad: lass;! With the combined forces of Thorium Point and Iron Summit, those gorge-dwarves won\'t know what hit \'em!','Report your success to Overseer Oilfist at Thorium Point in Searing Gorge.','So, Rendan\'s on our side? About time that oaf came around.$b$bLet\'s get moving, then.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28036,13202,1176,0,262152,46,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Zul\'farrak','King Varian Wrynn has requested that any able-bodied adventurer head to Zul\'farrak, just west of Gadgetzan, immediately!$B$BGadgetzan is being threatened by the Sandfury trolls and their growing army! If you so choose, head to Zul\'farrak and speak with Tran\'rek to help the goblins out.','Speak with Tran\'rek.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28037,13202,1176,0,262152,46,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Zul\'farrak','The Warchief has requested that any able-bodied adventurer head to Zul\'farrak, just west of Gadgetzan, immediately!$B$BGadgetzan is being threatened by the Sandfury trolls and their growing army! If you so choose, head to Zul\'farrak and speak with Tran\'rek to help the goblins out.','Speak with Tran\'rek.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27650,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Home Again','Ya should find Keely. She\'ll be eager for word.','Speak to Keely Dunwald at the Dunwald Holdout.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27647,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27644,0,0,0,'Anything But Water','Look, buddy. Either you\'re here to help me find some drink, or you\'re in the way.$B$BWhy don\'t ya go down to the old storehouse and look downstairs. I had a mighty suspicion that ol\' bookkeeper up in there was sneaking sips between pages. I bet he has a keg in his basement!$B$BIf ya find anything, come straight back to me! No dallyin\'... this is urgent!','Check the cellar Eoin Dunwald mentioned for a keg.','','','Speak to Eoin Dunwald at the Dunwald Ruins.','','','','',62317,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63849,63848,63847,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28039,13202,2100,0,262152,32,32,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Maraudon','The Warchief has requested that any able-bodied adventurer head to Maraudon, in western Desolace, immediately!$B$BHealing Maraudon from its current corruption would great help the entirety of Desolace! If you so choose, head to Maraudon and speak with Zaetar\'s Spirit, he will guide you.','Speak with Zaetar\'s Spirit.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28040,13202,2100,0,262152,32,32,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Maraudon','King Varian Wrynn has requested that any able-bodied adventurer head to Maraudon, in western Desolace, immediately!$B$BHealing Maraudon from its current corruption would great help the entirety of Desolace! If you so choose, head to Maraudon and speak with Zaetar\'s Spirit, he will guide you.','Speak with Zaetar\'s Spirit.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27641,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'While Meeting The Family','Hey there, $glad:lass;. I\'m sure Keely\'s got you worrying about our brothers, but they can take care of themselves. They\'ll find their way back here one way or another.$B$BMaybe you can do me a favor while you\'re out meeting the family... Dunwald territory is still infested with Twilight\'s Hammer and their servants. I\'d appreciate it if you could remind them that they\'re not welcome.','Kill 20 Twilight\'s Hammer in Dunwald territory.','','','Return to Flynn Dunwald at the Dunwald Holdout.','Twilight guests welcomed to Dunwald','','','',0,0,0,0,0,0,0,0,0,0,0,0,46144,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28042,13202,400,0,262152,38,41,0,0,0,0,0,0,0,0,0,0,28045,62913,1,'Special Delivery for Brivelthwerp','I recently came into possession of something that needs to be delivered to a gnome that goes by the name, Brivelthwerp. It\'s more like Briveltwerp if you ask me.$B$BI want you to take it to him in the southwest, down at the Sunken Dig Site. He\'s up to something and there\'s moolah involved... I can smell it!$B$BKeep an eye on what he\'s doing, $N, and see if you can\'t get a cut of his profits. A big cut!','Deliver the I-Scream Cryocannon to Brivelthwerp at the Sunken Dig Site in Thousand Needles.','','','','','','','',62913,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27642,13164,4922,0,0,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sifting Through The Wreckage','The Twilight\'s Hammer were damn thorough when they sacked our town. Me and me brothers may well be the only one\'s that held\'m back. I gotta be sure though.$B$BAs you\'re siftin\' through the ruins, keep an eye out for the bodies of me kinsmen. I wanna know if dere were any survivors... or if it seems like some might have gotten away.','Kill 12 Dunwald Victims.','','','Return to Flynn Dunwald at the Dunwald Holdout.','Dunwald Victims killed.','','','',0,0,0,0,0,0,0,0,0,0,0,0,46609,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28044,13202,361,0,65544,44,46,0,0,0,0,0,0,0,0,0,0,0,62920,1,'Touch the Untouchable','I\'ve added a drop of my very own essence to the ooze. Look for a glowing sigil to the west, at the edge of Shadowlurk Ridge. Stand on it, concentrate, and pour this stuff all over yourself. It should be enough to shift you into the nether and let you see what\'s REALLY there.$B$BYou won\'t be alone... the satyr\'s treasure is being guarded by the biggest voidstalker they could summon. Defeat him, and the treasure is yours.$B$BAnd come back in one piece, or this crazy broad\'s gonna fry me!','Use the Phaseblood Potion at the Sigil of Tichondrius to shift into the nether, and search for the Claw of Tichondrius.','The Claw of Tichondrius...$B$BYou hold a piece of the very demon that led the Legion to these woods, $n. Better for it to be in our hands than with the satyr.$B$BHold still. I\'m going to pull you back to our plane and make sure you and the claw arrive here safely...','Can you hear me in there, $n? Do you have the claw?','','','','','',62919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,89755,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28045,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Greatest Flavor in the World!','Below us is a cave. It\'s huge! The perfect location for our new refrigerated vault. It\'s big enough to hold all of our inventory with room to grow.$B$BUnfortunately, when we were almost done equipping all of the pipes, bugs burrowed up out of nowhere and killed all of my employees!$B$BHow was I supposed to know?$B$BBut it gave me a great idea: silithid-flavored ice cream. We\'ll make a killing!$B$BAll I need now are the ingredients.','Collect 8 Scoops of Silithid Goo.','','','','','','','',62911,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28046,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Finish The Job','We have been trying to collect useful scraps from the front all week. Every time we gather a batch to bring back to camp, we get assaulted by the restless infantry in the area. Can you head over there and clear them out?','Kill 5 Restless Infantry at the Restless Front. You can find the front on the west side of the island, just before Forgotten Hill.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46823,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28047,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,0,62912,1,'Freezing the Pipes','It\'s time to break out the I-Scream Cryocannon!$B$BWe lifted the tech from the frost cannons on the river boats. If it\'s one thing that we gnomes are good at, it\'s miniaturization by way of making everything else that much bigger!$B$BI need you to take the cannon down there into the cave and freeze the pipes we setup in the walls. That\'ll jumpstart them.','Use the I-Scream Cryocannon to freeze the four pipes inside the cave.','','','','First pipe frozen','Second pipe frozen','Third pipe frozen','Fourth pipe frozen',0,0,0,0,0,0,0,0,0,0,0,0,47423,47424,47425,47426,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28048,13202,400,0,8,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,'That Smart One\'s Gotta Go','There\'s some kind of smart brain bug in the back of the cave. It\'s in charge of all of the silithid down there.$B$BMy ice cream is melting! How am I supposed to launch my ice cream empire, and save my inventory, if that thing\'s in there?!','Slay the Hive Controller.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47389,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63621,63622,63623,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11500,0,0,0,0,0,0,0,0,0,0,36000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28049,13202,361,0,8,44,46,0,0,0,0,0,0,0,0,0,0,28044,0,0,'See the Invisible','Yeah, yeah, your stuck-up mage friend there hit it on the nose. The imps over at Shadowlurk Ridge are hiding the key to the satyr\'s barrier in the nether. It\'s right there, but you can\'t see it or touch it unless you\'re shifted.$B$BI guess you\'re out of luck though, because only imps can phase shift! So you should just close your eyes, turn around, and let me go...$B$BIt was just a joke! Don\'t hurt me! I\'ll need slime from the cursed oozes around these ruins. Bring me enough to cover you from head to toe!','Collect 8 batches of Cursed Ooze from the Ruins of Constellas.','Oh good, you\'re back! Don\'t leave me alone with her! She\'s crazy!$B$BGimme that, I\'ll have you seeing the invisible in no time!','You got that slime?','','','','','',62918,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65276,65296,65315,65334,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28050,13202,5389,0,4232,85,85,1,0,0,0,0,0,0,0,1,0,0,0,0,'Shark Tank','I hate sharks. All of my troops hate sharks too. This is where you come in, $n.$b$bI need you to head up to the Cape of Lost Hope and take out a huge shark named Tank. Tank is not to be trifled with so I would bring a few friends if I were you.','You have been tasked to kill Tank, a large shark cruising the waters of the Cape of Lost Hope. The cape can be found north of here, along the northern coastline.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46608,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28051,13202,400,0,8,38,41,0,0,0,0,0,0,0,0,0,0,0,0,0,'We All Scream for Ice Cream... and then Die!','Don\'t get me wrong... I\'m cheerful on the outside, but inside I\'m just terribly torn to pieces. All of my friends and employees are dead.$B$BCould you do me a favor? Would you swim down there and attach the tug\'s tow hook to my dead employees? I\'ll reel them in.','Attach the tug\'s tow hook to 10 Dead Employees.','','','','Dead Employees hooked','','','',0,0,0,0,0,0,0,0,0,0,0,0,47446,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,63582,63583,63584,63585,63586,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28052,13202,51,0,8,46,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Operation: Stir the Cauldron','I\'m putting you on a flying machine, $N.$b$bYou\'ll be responsible for softening our landing into the slag pit. Speak with your flight master here in Thorium Point, then fly down to the gorge.$b$bOnce you near your landing point, there will undoubtedly be hordes of Dark Iron dwarves waiting for you. Use our flying machine\'s guns to take out as many of them as you can, then land at the cavern\'s entrance. Rendan should be waiting for you by the time you arrive.','Speak to the Thorium Point flight master, then use the Brotherhood Flying Machine\'s guns to kill Cauldron Defenders until the area is safe for entry.','Well, here we are.$b$bI hope you\'re ready, $N.','','','Secure entrance into the Slag Pit','','','',0,0,0,0,0,0,0,0,0,0,0,0,47467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63236,63235,63234,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,58800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28053,13202,51,0,8,46,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lunk Like Your Style','','','Lunk heared that you used the stone to banish fire-lizard. You saved Gorge, and you didn\'t even kill!$b$bLunk so proud. Lunk happy to be $n\'s teacher.$b$bMaybe you take this. Lunk doesn\'t need it. Lunk too busy adventuring!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28054,13202,51,0,8388616,46,49,0,0,0,0,0,0,0,0,0,0,28057,0,0,'Slavery is Bad','Much like Overseer Maltorius, I\'m a rich dwarf. However, I earned my riches through hard work and wise decisions, not through slavery.$b$bOK fine, very little slavery. Hardly any.$b$bAnyhow, the first thing that I see inside these caverns are slavedrivers and taskmasters. I won\'t stand for this! As you progress through the cavern, kill as many as you can. Report your results to Evonice Sootsmoker, deeper within the Slag Pit.','Slay 10 Dark Iron Taskmasters or Dark Iron Slavers.','You\'ve done good. I don\'t like slavery either.','','','Dark Iron Taskmaster or Slaver slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,5844,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28055,13202,51,0,8388616,46,49,0,0,0,0,0,0,0,0,0,0,28057,0,0,'Sweet, Horrible Freedom','Of course, we\'ll want to free as many slaves as we can while we\'re here. Most of them will likely join forces with us, anxious to fight against their captors.$b$bHowever, sometimes you will find that slaves are resistant to being freed. It\'s a strange phenomenon, often called \"Durnholde Syndrome\".$b$bEither way, you should try to free them. If they resist, treat them as enemies. Report your results to Evonice Sootsmoker, deeper within the Slag Pit.','Free 12 Slave Workers. If they resist, kill them.','Strange how so many slaves cope poorly with freedom. It\'s a shame to have to do what we do, but such are the truths of war.$b$bNow, we must move on to more pressing tasks.','','','Slave Workers freed or killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,5843,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28056,13202,51,0,8,46,49,0,0,0,0,0,0,0,0,0,0,28057,0,0,'Rise, Obsidion','Overseer Maltorius is in charge here, but he\'s not the only dwarf of power within the Slag Pit. Lathoric the Black and his horrifying golem, Obsidion, loom just down this corridor.$b$bInterfering with Lathoric\'s altar should summon both of them. Find it, then summon Lathoric and kill him. Report to Evonice Sootsmoker when you\'re finished.','Use the Altar of Suntara, then slay Lathoric the Black and Obsidion.','A fight well-fought, $N! I\'m beginning to feel the tide turn.$b$bNow, when you\'re ready, let\'s hit these Dark Irons where it really hurts!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,8400,8391,0,0,1,1,0,0,0,0,0,0,0,0,0,0,63240,63239,63238,63237,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28057,13202,51,0,8,46,50,0,0,0,0,0,0,0,0,0,0,28060,0,0,'Kill \'em With Sleep Deprivation','It\'s a little known fact that dwarves, particularly of the Dark Iron variety, need rest! Lots of rest!$B$BNow I ask you; How can they sleep without pillows? Exactly, $N, they can\'t. This is why you must steal their pillows.$b$bOnce you\'ve finished your cushion-thievery, talk with Taskmaster Scrange. He\'s a bit deeper in the cave, working on a covert project with Hansel.','Obtain 16 Dark Iron Pillows.','I see Evonice is up to her old tricks again. I guess I\'ll just... um... hang onto these pillows for a while.$b$bThe important part is that you\'re here. We\'re going to need your help.','What? Pillows?$b$bWhat?','','','','','',18943,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28058,13202,51,0,262144,46,50,0,0,0,0,0,0,0,0,0,0,0,18950,1,'Look at the Size of It!','Well, well, well... Isn\'t this a surprise. The Chambermaid had a gigantic ornate pillow and now it\'s yours. Evonice Sootsmoker will definitely want to get her grubby little hands all over this item. Take it to her and see if she\'ll offer you any goodies for your trouble.','Take Chambermaid Pillaclencher\'s Pillow to Evonice Sootsmoker in the Searing Gorge.','','','','','','','',18950,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18951,0,0,0,1,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28059,13164,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Claiming The Keep','Have you seen the keep on the north side of the island, $n? That is where Keep Lord Farson runs his operation from.$b$bFarson has a small group of dedicated followers and they have been giving us trouble since we got here. We sent a small group to investigate and they reported back on his exact position within the keep.$b$bCan you finish him off for us?','You have been asked to kill Keep Lord Farson at the Farson Hold. Farson Hold can be found on the north side of the island.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47447,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28060,13202,51,0,8,46,50,0,0,0,0,0,0,0,0,0,0,28062,0,0,'Twisted Twilight Ties','Hansel and I came here on a secret mission: kill Overseer Maltorius. While our main goal still remains the same - defeating Archduke Calcinder - it can\'t hurt to take out the infamous overseer of the Slag Pit while we\'re here.$b$bProblem is, Hansel was only prepared to fight one dwarf, but it looks like Maltorius has a visitor... an emissary from the Twilight\'s Hammer!$b$bSpeak with Hansel and help him out. Then proceed down this corridor and along the balcony outside to find Overseer Oilfist.','Speak with Hansel Heavyhands and help him assault Overseer Maltorius and Twilight-Lord Arkkus.','Twilight\'s Hammer, eh? I should\'ve expected as much. I\'m glad you arrived to help them out when you did.$b$bIt looks like, despite all odds, we\'ve pressed our offensive to the doorstep of Calcinder\'s lair. It\'s now time to finish the job.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,14621,47460,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28061,13202,51,0,327688,46,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Minions of Calcinder','There is such a thing as digging too deep, $n. While you\'ll find the richest mineral veins deep below the surface, you\'ll also find the most evil creatures.$b$bLike fire elementals.$b$bCalcinder\'s minions roam the cavern ahead. Every one of them holds a piece of Calcinder\'s evil within it. Slay as many as you can, and show no remorse.','Slay 6 Searing Flamewraiths.','The remains of Calcinder\'s minions lie smoldering at your feet. Oilfist will be relieved to hear that you succeeded.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47463,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28062,13202,51,0,65544,46,50,0,0,0,0,0,0,0,0,0,0,28064,62925,1,'From Whence He Came','Archduke Calcinder squirms in the back of this very cavern. We are close to killing him... but that is not what we are going to do.$b$bSlaying Calcinder here means nothing. His acolytes can easily revive him. Instead, we are going to banish him.$b$bI asked you to gather a precious stone from the Twilight\'s Hammer earlier. You will now use it against Calcinder. Engage him, weaken him, then use this device on him. He will be banished from this realm.$b$bGood luck, brave $N.','Weaken Archduke Calcinder, then use the Sanctified Tripetricine to banish him.','Archduke Calcinder has been banished from Azeroth. All that remains is a small, ashy spot where he once stood.$b$bYour work here is done.','','','Archduke Calcinder banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,47462,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,81040,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28063,13202,5389,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Leave No Weapon Behind','Battle supplies are hard to come by on this rock. Every time we hold off another horde attack, it feels like we are fighting with sticks and stones.$B$BReports have come in that Keep Lord Farson on the north side of the island has a large stockpile of rifles that we could use. Can you head down there and check it out?$b$bBe careful $n, Farson\'s followers will do anything to protect him.','Retrieve 12 Rusty Rifles from Farson Hold on the north side of Tol Barad Peninsula.','','Any luck with those rifles?','','','','','',62921,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28064,13202,51,0,786432,46,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Welcome to the Brotherhood','You should return to Thorium Point. Overseer Oilfist and the rest of the Thorium Brotherhood will be wondering how you fared in the fight against Calcinder.','Report to Overseer Oilfist at Thorium Point in Searing Gorge.','Our task is complete, and it\'s all thanks to you, $N. I\'d like to offer you your choice from our coffers. In addition, I intend to make you a full-fledged member of our order.$b$bWelcome to the Thorium Brotherhood, $N. I\'m proud to call you a $g brother: sister;.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63244,63243,63242,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,7,0,0,0,0,0,0,22000,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28065,13202,5389,0,4096,85,85,0,0,0,0,0,0,0,0,3,0,0,0,0,'Walk A Mile In Their Shoes','We have sent at least 3 different recon groups to investigate Farson Hold in the last few weeks. Sadly, not one of them has returned back with any info.$B$BAt this point, all we can hope is that they are being held alive as prisoners. I need you to infiltrate the keep and help get our soldiers back. This won\'t be easy $n, but if anyone can help us, it\'s you.','Escort a Farson Hold Prisoner to safety. The hold is located on the northwestern tip of the island.','','','Farson Prisoner Escorted','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28066,13202,1417,0,262152,52,52,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: The Sunken Temple','The Warchief has requested that any able-bodied adventurer head to the Sunken Temple, not far from Stonard, immediately!$B$BThe Atal\'ai trolls within are attempting to summon forth Hakkar the Soulflayer! If you so choose, head to the Sunken Temple and speak with the green dragon Lord Itharius, who is prepared to put an end to these dangerous trolls.','Speak with Lord Itharius.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28067,13202,1417,0,262152,52,52,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: The Sunken Temple','King Varian Wrynn has requested that any able-bodied adventurer head to the Sunken Temple, not far from Marshtide Watch, immediately!$B$BThe Atal\'ai trolls within are attempting to summon forth Hakkar the Soulflayer! If you so choose, head to the Sunken Temple and speak with the green dragon Lord Itharius, who is prepared to put an end to these dangerous trolls.','Speak with Lord Itharius.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28068,13202,1584,0,262152,49,49,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Blackrock Depths','King Varian Wrynn has requested that any able-bodied adventurer head to Blackrock Depths, northwest of Morgan\'s Vigil, immediately!$B$BThe Dark Iron dwarves pose a serious threat to the citizens of Redridge! If you so choose, head to Blackrock Depths and speak with Morgan, who has returned from her extended absence and wishes to enact her vengeance on the Dark Iron nation.','Speak with Morgan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28069,13202,1584,0,262152,49,49,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Blackrock Depths','The Warchief has requested that any able-bodied adventurer head to Blackrock Depths, west of Flame Crest, immediately!$B$BThe Dark Iron dwarves have already attacked Alliance-held Redridge, and if left unchecked, may soon threaten our few Horde footholds in southern Azeroth.$b$bIf you so choose, head to Blackrock Depths and speak with High Executioner Nuzrak, who is reforming the Kargath Expeditionary Force to finish off the Dark Irons once and for all.','Speak with High Executioner Nuzrak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28070,13202,1583,0,262152,57,57,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Blackrock Spire','The Warchief has requested that any able-bodied adventurer head to Blackrock Spire, west of Flame Crest, immediately!$B$BNefarian\'s armies and Rend Blackhand\'s followers threaten the very existence of the Horde! If you so choose, head to Blackrock Spire and speak with Acride, our only contact within that may be able to help us stop the impending invasion.','Speak with Acride.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28071,13202,1583,0,262152,57,57,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Blackrock Spire','King Varian Wrynn has requested that any able-bodied adventurer head to Blackrock Spire, northwest of Morgan\'s Vigil, immediately!$B$BNefarian\'s armies and Rend Blackhand\'s followers threaten the entirety of His Majesty\'s kingdom! If you so choose, head to Blackrock Spire and speak with Acride, our only contact within that may be able to help us stop the impending invasion.','Speak with Acride.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28072,13202,2557,0,262152,38,38,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Dire Maul Warpwood Quarter','King Varian Wrynn has requested that any able-bodied adventurer head to Dire Maul\'s Warpwood Quarter, east of Feathermoon Stronghold, immediately!$B$BAlzzin the Wildshaper has corrupted the area and could take over the entire Maul! If you so choose, head to the Warpwood Quarter and speak with Furgus Warpwood, one of the few uncorrupt beings left inside alive.','Speak with Furgus Warpwood.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28073,13202,2557,0,262152,38,38,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Dire Maul Warpwood Quarter','The Warchief has requested that any able-bodied adventurer head to Dire Maul\'s Warpwood Quarter, west of Camp Mojache, immediately!$B$BAlzzin the Wildshaper has corrupted the area and could take over the entire Maul! If you so choose, head to the Warpwood Quarter and speak with Furgus Warpwood, one of the few uncorrupt beings left inside alive.','Speak with Furgus Warpwood.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28074,13202,2557,0,262152,41,41,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Dire Maul Capital Gardens','The Warchief has requested that any able-bodied adventurer head to Dire Maul\'s Capital Gardens, west of Camp Mojache, immediately!$B$BThe fallen Highborne Prince Tortheldrin is using the massive demon Immol\'thar to control the area! If you so choose, head to the Capital Gardens and speak with Estulan, a recently discovered pure Highborne seeking to reclaim the fallen city for his people.','Speak with Estulan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28075,13202,2557,0,262152,41,41,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Dire Maul Capital Gardens','King Varian Wrynn has requested that any able-bodied adventurer head to Dire Maul\'s Capital Gardens, east of Feathermoon Stronghold, immediately!$B$BThe fallen Highborne Prince Tortheldrin is using the massive demon Immol\'thar to control the area! If you so choose, head to the Capital Gardens and speak with Estulan, a recently discovered pure Highborne seeking to reclaim the fallen city for his people.','Speak with Estulan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28076,13202,2557,0,262152,44,44,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Northern Dire Maul','King Varian Wrynn has requested that any able-bodied adventurer head to Northern Dire Maul, east of Feathermoon Stronghold, immediately!$B$BKing Gordok and his growing army of Gordok ogres pose the largest and most powerful threat in the area to us! If you so choose, head to Northern Dire Maul and speak with the Druid of the Talon already sent there as a forward scout.','Speak with the Druid of the Talon.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28077,13202,2557,0,262152,44,44,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Northern Dire Maul','The Warchief has requested that any able-bodied adventurer head to Northern Dire Maul, west of Camp Mojache, immediately!$B$BKing Gordok and his growing army of Gordok ogres pose the largest and most powerful threat in the area to us! If you so choose, head to Northern Dire Maul and speak with the Stonemaul Ogre already sent there as a forward scout.','Speak with the Stonemaul Ogre.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28078,13202,2017,0,262152,44,44,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Stratholme Main Gate','The Warchief has requested that any able-bodied adventurer head to Stratholme\'s main gate, due north from Plaguewood, immediately!$B$BThe Dreadlord Balnazzar has slain the Scarlet Crusade and resurrected them as the Risen! If you so choose, head to the main gate and speak with Crusade Commander Eligor Dawnbringer, leader of the Argent Crusade effort to retake Stratholme for its true owners.','Speak with Crusade Commander Eligor Dawnbringer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28079,13202,2017,0,262152,44,44,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Stratholme Main Gate','King Varian Wrynn has requested that any able-bodied adventurer head to Stratholme\'s main gate, due north from Plaguewood, immediately!$B$BThe Dreadlord Balnazzar has slain the Scarlet Crusade and resurrected them as the Risen! If you so choose, head to the main gate and speak with Crusade Commander Eligor Dawnbringer, leader of the Argent Crusade effort to retake Stratholme for its true owners.','Speak with Crusade Commander Eligor Dawnbringer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28080,13202,2017,0,262152,48,48,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Stratholme Service Gate','King Varian Wrynn has requested that any able-bodied adventurer head to Stratholme\'s service gate, just northwest of the Northpass Tower, immediately!$B$BLord Aurius Rivendare, former paladin of the Silver Hand and recently resurrected son of none other than Baron Rivendare himself, now leads the remaining scourge forces there! If you so choose, head to the service gate and speak with Crusade Commander Eligor Dawnbringer, leader of the Argent Crusade effort to retake Stratholme for its true owners.','Speak with Crusade Commander Eligor Dawnbringer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28081,13202,2017,0,262152,48,48,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Stratholme Service Gate','The Warchief has requested that any able-bodied adventurer head to Stratholme\'s service gate, just northwest of the Northpass Tower, immediately!$B$BLord Aurius Rivendare, former paladin of the Silver Hand and recently resurrected son of none other than Baron Rivendare himself, now leads the remaining scourge forces there! If you so choose, head to the service gate and speak with Crusade Commander Eligor Dawnbringer, leader of the Argent Crusade effort to retake Stratholme for its true owners.','Speak with Crusade Commander Eligor Dawnbringer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28082,13202,2057,0,262152,40,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scholomance','King Varian Wrynn has requested that any able-bodied adventurer head to Scholomance, east of Andorhal, immediately!$B$BRas Frostwhisper and Darkmaster Gandling are still hard at work training powerful sorcerers for the scourge! If you so choose, head to Scholomance and speak with Weldon Barov, last living son of Barov and heir to much of the surrounding lands.','Speak with Weldon Barov.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28083,13202,2057,0,262152,40,40,81,0,0,0,0,0,0,0,0,0,0,0,0,'Adventurers Wanted: Scholomance','The Warchief has requested that any able-bodied adventurer head to Scholomance, east of Andorhal, immediately!$B$BRas Frostwhisper and Darkmaster Gandling are still hard at work training powerful sorcerers for the scourge! If you so choose, head to Scholomance and speak with Alexi Barov, one of the last heirs to the Barov fortune and our contact within the dark school.','Speak with Alexi Barov.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28084,13202,406,0,0,24,25,0,0,0,0,0,0,0,0,0,26004,0,0,0,'Might of the Krom\'gar','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28085,13202,400,0,262152,38,44,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble at Highperch','Thank you for your help, $N. You should speak with Pao\'ka Swiftmountain at Highperch to the southwest.$B$BPerhaps he will know the whereabouts of the Elder Crone?','Speak with Pao\'ka Swiftmountain at Highperch in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28086,13202,400,0,9437192,38,44,0,0,0,0,0,0,0,0,0,0,28088,0,0,'Free the Pridelings','The trappers are rounding up all of the young wind riders. $N, will you go out there and free the pridelings?','Free 12 Highperch Pridelings.','','','','Pridelings freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,47481,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28087,13202,400,0,8388616,38,44,0,0,0,0,0,0,0,0,0,0,28088,0,0,'Death to all Trappers!','There\'s only one answer for those filthy Twilight\'s Hammer trappers! Death!$B$BBring me their nets, $N.','Collect 8 Trapper Nets.','','','','','','','',62924,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63648,63649,63650,63651,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,31800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28088,13202,400,0,8,38,44,0,0,0,0,0,0,0,0,0,0,28098,0,0,'Release Heartrazor','The Twilight\'s Hammer have the alpha male of Highperch pinned down. You must head east up the ramp and release Heartrazor before the pride loses its patriarch!','Release Heartrazor from all bonds restraining him.','','','','Heartrazor released','','','',0,0,0,0,0,0,0,0,0,0,0,0,47486,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12500,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28089,13202,267,0,262152,19,20,0,0,0,0,0,0,0,0,0,0,28096,0,0,'Warchief\'s Command: Hillsbrad Foothills!','All able bodied members of the Horde are hereby ordered to report to High Executor Darthalia at Southpoint Gate in Hillsbrad Foothills. The Forsaken war machine marches ever onward, securing Lordaeron for the Horde!$B$BTo reach Southpoint Gate you must follow the road south through Silverpine Forest and take the east fork leading into Hillsbrad Foothills.$B$BOnward, $g brother:sister;! Destiny calls!','Report to High Executor Darthalia at Southpoint Gate in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28090,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,28097,0,0,'Precious Goods','The gates further down the canyon are shut. Our scouting revealed some kind of stone that they carry in chests in their caravans that they use to open the gates.$B$BGet down there and look for a chest key on the bodies of the guards. When you find it, use it on one of those chests on the caravan wagons and bring the gatestone back to me.','Retrieve a Twilight Caravan Gatestone. The Spearwardens should carry keys that can get you into the gatestone chests.','','','Return to Patch at Dragonmaw Pass.','','','','',62926,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63771,63770,63769,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28091,13202,4922,0,8388744,84,85,0,0,0,0,0,0,0,0,0,0,28097,0,0,'Easy Pickings','The ambush launched smoothly. Most of the guards are dead, but a few are still pinned down with the wagons.$B$BYou can see them just to our west, in the canyon below. Get in there and clear them out so we can get this attack on the move.','Kill 8 Twilight Spearwarders.','','','Return to Patch at Dragonmaw Pass.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47490,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28097,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Gates of Grim Batol','Kroggs started the assault to push up the canyon. He\'s just past the cate to our southeast.$B$BI\'m going to get the squad together to join the attack. We\'ll meet you down there.','Speak to Warlord Krogg in Wyrms\' Bend.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28092,13202,4922,0,0,84,85,0,0,0,0,0,0,0,0,0,28097,0,0,0,'If The Key Fits','The wyrms have already taken the battle to the sky above Grim Batol. It\'s up to us to move our men in by ground and secure the gates.$B$BI want you to know what is at stake here, $c. Grim Batol is the source of Twilight\'s Hammer reinforcements to all of the highlands. If we do not cut them off here, we will not win the battles ahead.$B$BI\'m sending the Gob Squad with you. Get to the gate to the southeast and get it open. Patch should have any further instructions you\'ll need from there.','Lead the Gob Squad to the closed Dragonmaw Gate.$B$BIf you lose the Gob Squad, return to Warlord Krogg for reassignment.','','','Speak to Patch at Wyrms\' Bend.','Dragonmaw Gate opened','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28093,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,28092,28712,0,0,'Pressing Forward','Good work so far. We should find the entrance to Grim Batol just past the next gate.$B$BI was ordered to secure the entrance and block off reinforcements while the rest of our men press through the path we\'ve cleared up the canyon. I\'m thinking if we get there soon enough, maybe I can let Ticker have a little more fun.$B$BLet\'s get moving down the canyon to the southwest - we should find the next gate pretty quickly.','Bring the Gob Squad past the northern Dragonmaw Gate to the entrance of Grim Batol.$B$BIf you are separated from the Gob Squad, return to Warlord Krogg in Wyrms\' Bend to be reassigned.','','','','Grim Batol entrance secured','','','',0,0,0,0,0,0,0,0,0,0,0,0,47566,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63764,63763,63765,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28094,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,28097,28712,0,0,'Paving the Way','My orders are to accompany you south through the Dragonmaw Gates towards the entrance of Grim Batol. We\'re to clear a path so that the rest of the men can follow us up and secure the entrance.$B$BTranslation: kill everything that moves, and don\'t be ashamed if you have a good time doing it.$B$BThe boys are getting antsy. Let\'s go.','Kill 30 Twilight\'s Hammer cultists along Wyrm\'s Bend as you fight towards the entrance to Grim Batol.','','','','Wyrms\' Bend cultists killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,47406,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28095,13202,4922,0,16520,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breadcrumb Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28096,13164,267,0,11534344,19,20,0,0,0,0,0,0,0,0,0,0,0,62932,1,'Welcome to the Machine','Come in here dear $g boy:girl;, have a cigar. You\'re gonna go far and fly high as a ranking officer of the Forsaken. Yes, indeed, this is the good life and you are going to live it!$B$BI want you to take these orders and dispense them to the lowly scrubs that come along looking for work. Who you give what to is wholly at your discretion.$B$BWhen you\'re ready, mount up on my trusty skeletal steed - so they don\'t miss you - and start living the life! Which means just stand there and wait.','Hand out 3 Quests.','','','','First Quest Dispensed','Second Quest Dispensed','Third Quest Dispensed','',0,0,0,0,0,0,0,0,0,0,0,0,47444,47443,47442,0,1,1,1,0,0,0,0,0,0,0,0,0,65711,65693,65671,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28103,13202,4922,0,8388744,84,85,0,0,0,0,0,0,0,0,0,0,28108,0,0,'Easy Pickings','The ambush launched smoothly. Most of the guards are dead, but a few are still pinned down with the wagons.$B$BGet in there and clear them out so we can push forward into the canyons.','Kill 8 Twilight Spearwardens.','','','Return to Master Mathias Shaw at Dragonmaw Pass.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47490,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28098,13202,400,0,8,38,44,0,0,0,0,0,0,0,0,0,0,28124,0,0,'The Twilight Skymaster','Twilight Skymaster Richtofen is at the Twilight Aerie up above and to the southeast. No matter what we do down here, if he\'s not dealt with, all hope is lost for Highperch.$B$BWhile Heartrazor is too injured to help you with the fight, he can fly you up there. The rest is up to you, $N.$B$BGood luck. ','Get a flight from Heartrazor to the Twilight Aerie and deal with Twilight Skymaster Richtofen.','','','','Get a flight from Heartrazor','Twilight Skymaster Richtofen dealt with','','',0,0,0,0,0,0,0,0,0,0,0,0,47503,47510,0,0,1,1,0,0,0,0,0,0,0,0,0,0,63652,63653,63654,63655,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12500,0,0,0,0,0,0,0,0,0,0,39600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28099,13202,51,0,2097160,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rasha\'krak','Based on this information you\'ve delivered, I believe that one of this \"Archduke\'s\" minions may already have turned its eyes toward Thorium Point.$b$bHis name is Rasha\'krak, and he patrols the lava pools just to our south. He looks like the latent fire elementals that rage nearby, except for one small difference: the bracers of binding that encircle his wrists.$b$bFind him and bring these bracers to me, $N. I need proof that we are in danger before we involve ourselves in elemental wars.','Obtain Rasha\'krak\'s Bracers of Binding.','It is, unfortunately, as I expected. These bracers bear the indelible mark of the firelord and his minions.$b$bVery well. With no Horde or Alliance forces anywhere near this godforsaken gorge, it falls upon the Thorium Brotherhood to stop this Archduke before he spreads any more of his evil.','I won\'t fight any elementals until we have proven that they pose a threat to us.','','','','','',63028,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14000,0,0,81040,0,0,0,0,0,0,0,47100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28100,13202,361,0,262152,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Talking Totem','The furbolg village to the south is the home of the Deadwood tribe, sworn enemies of the Timbermaw. They are corrupted and foul like so many others, driven mad by the taint of these woods.$B$BSomething unusual has occured near the village though. Travelers coming here have said that the totem next to the road has spoken to them.$B$BI have heard nothing every time I approach it. Perhaps it will speak to you, $n? Maybe you can find out what\'s going on for me.','Speak with the Totem of Ruumbo near Deadwood Village.','You... yes, you! I have chosen you, $r, as my champion! You will do the work of Ruumbo!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,3,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,17100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27301,13164,4922,0,262280,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unbroken','We are preparing a ritual that may be of use in destroying Iso\'rath, the old god bred abomination that the Twilight\'s Hammer have brought up from the depths. We are delayed though, for one of our strongest was captured during an assault on their encampment.$B$BEarthcaller Yevaa is within the ruins to the south. She is not dead. I am sure of it. Please, rescue her. If any of us is deserving of your aid, it is her.','Find Earthcaller Yevaa within the Ruins of Drakgor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28102,13202,361,0,8,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight the Power','It\'s time for the final push against the Jadefire!$B$BIf you\'re prepared to break through their foul barrier and bring the fight to their leader, I\'d also ask your help against the lesser satyr. Our druids fight ferociously, but your strength can help turn the battle.$B$BShow the Jadefire that their power will no longer hold sway over these lands!','Slay 8 Jadefire Rogues or Jadefire Shadowstalkers at the Ruins of Constellas.','','','','Jadefire Rogue or Shadowstalker slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,7106,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28104,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,28108,0,0,'Precious Goods','The gates further down the canyon are shut. Our scouting revealed a stone that they carried in chests in their caravans that they used to open the gates.$B$BGet down there and look for a chest key on the bodies of the guards. When you find it, use it on one of those chests on the caravan wagons and bring the gatestone back to me.','Retrieve a Twilight Caravan Gatestone. The Spearwardens should carry keys that can get you into the gatestone chests.','','','Return to Master Mathias Shaw at Dragonmaw Pass.','','','','',62926,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63774,63773,63772,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28108,13202,4922,0,0,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'If The Key Fits','The wyrms have already taken the battle to the sky above Grim Batol. It\'s up to us to move our men in by ground and secure the gates.$B$BI want you to know what is at stake here, $c. Grim Batol is the source of Twilight\'s Hammer reinforcements to all of the highlands. If we do not cut them off here, we will not win the battles ahead.$B$BI\'m sending a squad from Highbank with you. Get to the gate to the southeast and get it open. Your lieutenant should have any further instructions you\'ll need from there.','Lead squad from Highbank to the closed Dragonmaw Gate.$B$BIf you lose your squad, return to Master Mathias Shaw for reassignment.','','','Speak your Highbank Leutitenant at Wyrms\' Bend.','Dragonmaw Gate opened','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28480,13164,5034,0,136,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lieutenants of Darkness','The armies of Ramkahen are getting obliterated by Neferset\'s immortal guardians.$B$BThe only way to defeat them is to slay the Dark Pharaoh of Neferset.$B$BBefore we make our move, however, we\'re going to need to take care of his lieutenants.$B$BGo behind the battle-lines and slay Scorpion-Lord Namkhare and High Priest Sekhemet. Only then will we be ready to confront the Dark Pharaoh himself.','Slay Scorpion-Lord Namkhare and High Priest Sekhemet.','','','Return to King Phaoris at the Neferset City Outskirts.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47742,47730,0,0,1,1,0,0,0,0,0,0,0,0,0,0,65813,65814,65812,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28106,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Gates of Grim Batol (DO NOT DELETE, DO NOT DEPRECATE!)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28107,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,28101,0,0,0,'Paving the Way','My orders are to accompany you south through the Dragonmaw Gates towards the entrance of Grim Batol. We\'re to clear a path so that the rest of the men can follow us up and secure the entrance.$B$BTranslation: kill everything that moves, and don\'t be ashamed if you have a good time doing it.$B$BThe boys are getting antsy. Let\'s go.','Kill 30 Twilight\'s Hammer cultists along Wyrm\'s Bend as you fight towards the entrance to Grim Batol.','','','','Wyrms\' Bend cultists killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,47406,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28712,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enter the Dragon Queen','Hello, $r. I wish we could meet in more favorable circumstances. The world hangs by a thread, and all that the Titans have wrought may be in jeopardy.$B$BIt saddens me greatly, but my judgment is final. Deathwing - the horrific creature that was once the Earth Warder and once my friend - must be destroyed.$B$BI have prepared a site atop the Highlands, to the west of the Vermillion Redoubt, where I can bring about his end. Seek out the Circle of Life and speak with Lirastrasza within. I will join you there.','Seek out Lirastrasza at the Circle of Life in Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28109,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,28108,28712,0,0,'Pressing Forward','Good work so far.$B$BWe should find the entrance to Grim Batol just past the next gate. I was ordered to secure the entrance and block off reinforcements while the rest of our men press through the path we\'ve cleared up the canyon.$B$BLet\'s get moving down the canyon to the southwest - we should find the next gate pretty quickly.','Bring your squad past the northern Dragonmaw Gate to the entrance of Grim Batol.$B$BIf you are separated from your squad, return to Master Mathias Shaw in Wyrms\' Bend to be reassigned.','','','','Grim Batol entrance secured','','','',0,0,0,0,0,0,0,0,0,0,0,0,47566,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63767,63766,63768,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28110,13202,4922,0,16520,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breadcrumb Out','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28111,13164,267,0,8650760,19,20,0,0,0,0,0,0,0,0,0,28096,0,0,0,'Trouble at Azurelode','Productivity from our spider farm at the Azurelode Mine is at a standstill. Captain Keyton has requested that we send help immediately. Keyton claims that the mine spiders refuse command and are running rampant. Furthermore, a group of coastal murlocs are raiding our supplies. I want you to go down there and check things out. Help out Keyton and the spider-handler, $N.$B$BYou\'ll find Azurelode Mine to the southeast, near the coast.','Report to Captain Keyton at the Azurelode Mine in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28404,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28403,0,0,0,'I\'ll Do It By Hand','Yes, this all looks familiar enough.$b$bThanks to all the information you gathered for me, I\'m sure that I can activate the mechanism. I\'ll just need some time free from distraction.$b$bAs soon as I get started, you can count on that titan construct to try and stop me.$b$bThat\'s where you come in.$b$bI don\'t need to remind you of what\'s riding on this. Take down that guardian!','Defeat the Titanic Guardian.','','','','Titanic Guardian Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,48437,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65873,65885,65871,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,94237,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28113,13202,361,0,8,44,46,0,0,0,0,0,0,0,0,0,0,0,63031,1,'Break the Unbreakable','With the claw, we are ready to break through the Jadefire\'s defenses.$B$BHead into the ruins to the northwest. Beyond the frontline of the satyr you\'ll find a narrow pass heading to their corrupted moonwell. An enormous wall of demonic flame bars the path, but the Claw of Tichondrius should be able to dispel it.$B$BBeyond the barrier you will find the leader of these forces, Xavathras, guarding the corrupted moonwell. Slay him once you are through!','Slay Xavathras.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9454,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65277,65297,65316,65335,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28114,13164,267,0,8,19,20,0,0,0,0,0,0,0,0,0,28096,0,0,0,'Glorious Harvest','Directly southeast of Southpoint Gate you will find our spider domestication operations. Through the years we have grown a kinship with the spiders of Hillsbrad and have managed to domesticate and breed the adorable little critters. Spiders now serve us as regular household pets and beasts of battle! Such diverse creatures they are!$B$BI need you to head into the fields to the southeast and carefully harvest the eggs that we have incubating on the bears. Deliver the harvest to Sarus at the mine.','Recover 60 Creeper Eggs.','','','','','','','',63029,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65710,65692,65670,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28115,13164,267,0,8,19,20,0,0,0,0,0,0,0,0,0,28096,0,0,0,'Past Their Prime','Bears are soulless beasts put upon this earth to torment us. Only through Forsaken ingenuity have we devised a way to make use of the bears so that they may serve some purpose! We use the bears at our spider farm as living egg feeders. Our spiders lay their eggs in the bear flesh and the eggs thrive off of the meat and blood of the beasts.$B$BAfter they have served their purpose the monsters must be put down. Travel southeast and kill the infested bears that have lived past their prime.','Kill 8 Infested Bears.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47204,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28116,13202,361,0,8,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crying Violet','We must prepare carefully before assaulting Jaedenar. The magic of the warlocks and demons within Jaedenar is strong, and we will need wards of our own before entering.$B$BWe need only one more ingredient: Crying Violet, which grows in the hills near the enemy\'s stronghold to the northwest. $B$BGather the crying violet, then meet my assistant in the field. He will know what to do next.','Collect 8 Crying Violets.','Wonderful. Greta chose wisely when she asked you to perform this task. I will work the herbs immediately...','Have you found the crying violet yet, $N? We need them quickly.','','','','','',63032,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28117,13164,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Clearing the Depths','You are a sight for sore eyes, $n. Now that we have claimed Tol Barad, the battle has just begun.$B$BWe discovered a cell block just east of here that we need you to clear out. Turns out that its chock full of ghosts that have been locked up down there for who knows how long.$b$bClear out as much as you can and report back to me when you are done.','You have been asked to kill 9 ghosts of any type in the Cursed Depths, just east of Baradin Hold.','','','','Ghosts Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47616,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28118,13164,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Imprisoned Archmage','We have been trying to clear out the Cursed Depths cellblock since we landed on Tol Barad. It seems that everytime we get close, that archmage shows up and pushes us back.$B$BNow that we have claimed the island, it\'s time we take another shot. Head down there and bring me back his staff as proof that you have finished the job.','You must kill Archmage Galus and return with his Staff from the Cursed Depths, just east of Baradin Hold.','','','','','','','',63033,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28119,13202,361,0,8,44,46,0,0,0,0,0,0,0,0,0,0,28126,12922,1,'Purity From Corruption','The flowers you brought me were the essential ingredient.$B$BProtective barriers surround Shadow Hold, projected from demonic braziers. If we are to drive the Shadow Council from Felwood, then those braziers must be extinguished.$B$BThis vial has been infused with crying violet and the magic of the wilds. Fill it at the corrupted moonwell in the center of Jaedenar and return to me.','Fill the Empty Canteen with water from the corrupted moonwell in the center of Jaedenar.','This will do nicely, $N.','Do you have the waters from the corrupted moonwell?','','','','','',12907,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28120,13164,5095,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Learning From The Past','Now that we finally have a hold on this wretched island, we can start to investigate how it got in this condition. Some of our troops have discovered journals around the entrance to the Cursed Depths cellblock just east of here.$B$BThese journals are of particular interest to our elder scribes back at base camp. I need you to recover four of them and bring them back to me as fast as you can.$B$B$n, be careful down there, that place is crawling with undead.','You have been asked to recover four Dusty Prison Journals from the Cursed Depths, just east of Baradin Hold.','','','','','','','',63034,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28121,13202,361,0,65544,44,46,0,0,0,0,0,0,0,0,0,0,28128,0,0,'Forces of Jaedenar','The Shadow Council perpetuates the corruption of this land. At Jaedenar in the northwest, they worship the demons of the Burning Legion, and work to open the path for their masters to return to this world.$B$BThe grounds are patrolled by Jaedenar Hounds, Guardians, Adepts, and Cultists - thugs that act as lookout for the more vile forces beneath. They will be the first to die so that these forests may no longer suffer!','Slay 12 Jaedenar Forces.','Good, $N! With their numbers weakened, we can soon begin our assault on their forces deep within Shadow Hold.','','','Jaedenar Forces Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,7125,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28122,13164,5095,0,4480,85,85,1,0,0,0,0,0,0,0,1,0,0,0,0,'A Huge Problem','We finally capture this godforsaken rock and then we find out that there is a huge ettin roaming around, taking out our sentry patrols!$B$B$n, I need you to round up a few friends and take that ettin down. We can\'t have a beast like that roaming around, wreaking havoc.$B$BStay alert, reports from the front say that he is carrying a huge tree as a weapon, and he is not afraid to use it.','You have been asked to kill Problim, a giant ettin that roams the paths of Tol Barad.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47593,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28123,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28043,0,0,0,'The Demon Chain','Narkrall revealed to me the secret of his influence over the drakes in this area. I thought the Demon Chain was a myth, but he\'s had it all along.$B$BAnd now the fool is about to lose it!$B$BHis life is meaningless to me but the Dragonmaw can\'t afford to lose that artifact. Follow him north, up to Thundermar. The city will be in chaos, so you may be able to land undetected. Return to me with the Demon Chain, even if you have to remove it from Narkrall\'s corpse.$B$BFind that artifact, $N!','Acquire the Demon Chain.','','','Bring the Demon Chain to Zaela at Bloodgulch.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28124,13202,400,0,262152,38,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'On to the Bulwark','$N, while you and the pridelings were taking care of the skymaster, Lakota Windsong came by. She told me to tell you to meet her east at the Twilight Bulwark.$B$BThat must be where they\'re holding Magatha Grimtotem.','Speak with Lakota Windsong at the Twilight Bulwark in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28125,13202,400,0,8388616,38,45,0,0,0,0,0,0,0,0,0,0,28136,0,0,'Something to Wear','I\'ve got an idea for how you can get close to their leaders without getting killed. But first, you\'re going to need to find something to wear.$B$BMy suggestion is that you head up there and get their armor from them.','Collect 10 pieces of Twilight\'s Hammer Armor.','','','','','','','',63035,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63656,63657,63658,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28126,13202,361,0,524288,44,46,0,0,0,0,0,0,0,0,0,0,0,12906,1,'Dousing the Flames of Protection','The braziers are spread throughout Shadow Hold.$B$BEnter the tunnel into Shadow Hold, and follow it through the underground passageways. Douse each of the brazier\'s flames and the protections the Council has set up will fall for at least a short period of time.','Use the Purified Moonwell Water to douse the four Braziers of Protection within Shadow Hold.','With the braziers gone, the druids of the Emerald Circle can enter Shadow Hold and clear out the last of the cultists. In time, it may even be used as the barrow den it once was.$B$BYou have my thanks, $n. Please take this reward.','','','Extinguish the Brazier of Pain','Extinguish the Brazier of Malice','Extinguish the Brazier of Suffering','Extinguish the Brazier of Hatred',0,0,0,0,0,0,0,0,0,0,0,0,-176158,-176159,-176160,-176161,1,1,1,1,0,0,0,0,0,0,0,0,65281,65301,65320,65337,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28127,13202,400,0,8388616,38,45,0,0,0,0,0,0,0,0,0,0,28139,0,0,'Break Them Out','Magatha\'s not the only one that the Twilight\'s Hammer have taken prisoner.$B$BWhile you\'re up there to the south, you should break as many of them out as you can.','Rescue 5 Bulwark Prisoners from the Twilight Jailers.','','','','Bulwark Prisoners freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,47630,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28128,13202,361,0,524288,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Inner Circle','With their outer sentries gone, the greater members of the Shadow Council are next.$B$BDeep within the corrupted barrow dens you\'ll find powerful Jaedenar Warlocks, Hunters, Enforcers, Darkweavers, and Legionnaires.$B$BThey must be defeated if these lands are to be saved!','Slay 12 defenders inside Shadow Hold.','The cleansing of Shadow Hold will take much time and effort, but without your defeat of the Shadow Council, it would not be possible at all. Thank you, $n.','','','Shadow Hold Defenders Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,7120,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,65280,65300,65319,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28129,13202,361,0,65544,44,46,0,0,0,0,0,0,0,0,0,0,28131,0,0,'The Demon Prince','The Jadefire satyr that have overrun so much of Felwood work directly with the Shadow Council.$B$BThese satyr answer directly to the ancient and powerful Prince Xavalis. Some say he is the son of Xavius, the first satyr, blessed by Sargeras himself.$B$BWhatever his nature, he must die if we are to scatter the Jadefire and reclaim our barrow dens. Journey deep into Shadow Hold and slay him. Show him no mercy; he will have none for you.','Slay Prince Xavalis.','The demons begin to fall! Take heed, $c. You will find even stronger foes deeper within Shadow Hold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9877,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28130,13164,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Not The Friendliest Town','Have you been up to Rustberg Village yet $n? I would suggest you bring a sharpened blade if you are heading that direction.$b$bThe folks in that town look alright but something suspicious is going on in there. Reports have been coming in that they are picking off our soldiers left and right. We have had just about enough of that, so I need you to head down there and do a little cleaning house for us.$B$BTake down as many as you can and report back when you are done.','Commander Marcus Johnson has asked you to kill 14 villagers in Rustberg Village. Rustberg Village is just north of base camp, on the right side.','','','','Rustberg Village Residents','','','',0,0,0,0,0,0,0,0,0,0,0,0,47664,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28131,13202,361,0,589824,44,46,0,0,0,0,0,0,0,0,0,0,28153,0,0,'Twin Temptresses','Moora and Salia are the personal servants of Shadow Lord Fel\'dan. Do not be deceived by them!$B$BThese foul succubi use their wiles and foul magic to draw mortals deep into Shadow Hold. Those in their grasp undergo brainwashing, or are sacrificed by Fel\'dan to his demonic masters.$B$BThe two fight as one and are never found apart, making them a considerable threat. Proceed further into Shadow Hold and slay them.','Slay Moora and Salia.','Another demonic menace gone. It is time to find their master.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9861,9860,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27669,13202,5034,0,128,83,83,0,0,0,0,0,0,0,0,0,27624,0,0,0,'Do the Honors','It looks like all that\'s left to do is to place the orbs on the pedestals at each corner of this mechanism.$b$bWe appear to have stumbled upon what may be the most important find in modern history.$b$b$b$bWell, go ahead, $n.$b$bWe\'d have never made this discovery without you.','Take the Orb of the North Star to Harrison Jones','','','Speak with Harrison Jones at the Obelisk of the Stars.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65863,65862,65861,65864,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28133,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28123,0,0,0,'Fury Unbound','Narkrall\'s drake Torth survived the failed attack on Thundermar, and now the creature is free from his former master.$B$BTorth seeks vengeance against the Dragonmaw, and has already strafed Bloodgulch once. He will keep returning until we skewer him for good. It is time to put the Demon Chain to work.$B$BTorth\'s old nest is a small cave in the hills west of here that we have turned into a small camp called \"The Gullet.\"$B$BMeet me at the Gullet and we will finish Torth off.','Travel to the Gullet and speak with Zaela. Kill Torth.','','','Speak with Zaela at the Gullet.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63802,63801,63800,63803,63799,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28271,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28353,28363,0,0,'Reduced Productivity','Alright, $n, here\'s what I\'ve learned.$b$bThere\'s a titan device deep in a place called the Halls of Origination. It\'s meant to be an emergency reset switch for all life on Azeroth. If activated, it will destroy every living thing in the world!$b$bNow, it\'s only meant to be used under certain extreme conditions, but if Deathwing is able to corrupt the titan watchers, he could use the contents of the coffer to trigger the device.$b$bGo to the Obelisk of the Moon, $n. Slow them down!','Kill 15 Schnottz Excavators or Elite Troopers at the Obelisk of the Moon.','','','Speak to Harrison Jones at the Oasis of Vir\'sar.','Schnottz Employees Killed at Obelisk of the Moon','','','',0,0,0,0,0,0,0,0,0,0,0,0,48204,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28269,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,28267,0,0,0,'Meet Me In Vir\'sar','So, listen to this, $n.$b$bI knew that these obelisks were linked to the Coffer of Promise, but there\'s more to it.$b$bThere appears to be something very important about the coffer - something pertaining to a place the Makers called the Halls of Origination.$b$bNow that we know this Schnottz fellow and his crew are in league with Deathwing, it\'s all the more urgent that we get to it first.$b$bI\'ll wait for you north of here, at the Oasis of Vir\'sar$b$bHurry! They have a head start on us!$B','Speak to Harrison Jones at the Oasis of Vir\'sar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28136,13202,400,0,8388616,38,45,0,0,0,0,0,0,0,0,0,0,28140,63071,1,'Behind You!','The three leaders of the Bulwark are powerful and not to be underestimated, $N. Fortunately for us, you now have a disguise to make you look like one of the Twilight cultists.$B$BYou should put the disguise on and speak with Codemaster Deethuk, Commander Fastfuse, and Elementalist Starion each alone. Get them to turn their backs on you, and when they do, strike quickly!','Assassinate Codemaster Deethuk, Commander Fastfuse, and Elementalist Starion.','','','','Codemaster Deethuk assassinated','Commander Fastfuse assassinated','Elementalist Starion assassinated','',0,0,0,0,0,0,0,0,0,0,0,0,47602,47620,47619,0,1,1,1,0,0,0,0,0,0,0,0,0,63659,63660,63661,63662,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28137,13202,5389,0,33558664,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Teach A Man To Fish.... Or Steal','Rustberg Village. That place is a curse and a blessing for us, $n. I have no clue where bandits learned to fish as well as they do but I have no time to worry about that now.$B$BI need you to head down there and steal as many of their fish reserves as possible. We have been living off scraps since we retook the island and this is our best chance at some solid food reserves.$B$BKeep an eye out for stealthers up there, reports have told us they are prevalent inside the village walls.','You must steal 22 Rustberg Seabass from Rustberg Village. The fish can be found on string stands at the docks, round back of the village. Rustberg Village is due north of base camp, on the right side.','','Were you able to pull off the heist and get us some fish?','','','','','',63047,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28138,13164,267,0,8,19,20,0,0,0,0,0,0,0,0,0,28111,0,63079,1,'Human Infestation','This mine was once the heart of Alliance mining operations in Hillsbrad. It now serves as a breeding ground for our loyal spiders, though, the humans still occupy it - in a way.$B$B$B$BBut onto business! Warden Stillwater has called for more workers at the Sludge Fields. I want you to enter the mine with these shackles and capture Hillsbrad humans for labor in the fields.$B$BBreak them out of their web paralysis and beat them into submission before you use the shackles.','Capture 8 Hillsbrad Humans.','','','','Hillsbrad Human Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,47697,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,65709,65690,65668,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,88794,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28139,13202,400,0,8388616,38,45,0,0,0,0,0,0,0,0,0,0,28140,0,0,'Codemaster\'s Code','$N, the bonds holding Magatha are specially encoded. She can only be released if we get those codes.$B$BThere\'s a device near Codemaster Deethuk in the Bulwark to the southeast. It contains the codes.$B$BPlease obtain them.','Obtain the Codemaster\'s Code.','','','','','','','',63053,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28140,13202,400,0,2424840,38,45,0,0,0,0,0,0,0,0,0,0,28142,63071,1,'The Elder Crone','You have the code. Now all you have to do is head to the eastern section of the Bulwark and free the Elder Crone.$B$BGood luck, $N. Thank you for all you\'ve done.','Disable Magatha\'s Bonds Controller.','','','','Controller disabled','','','',0,0,0,0,0,0,0,0,0,0,0,0,47718,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28195,13164,5034,0,8388744,83,83,0,0,0,0,0,0,0,0,0,28193,0,0,0,'Sending a Message','I haf eyes and ears in every corner of zhis region, $r.$b$bI haf heard of zhe murmurings zhat go on amonkst my troops. I haf been most tolerant of zhis pathetic behavior - until now!$b$bI vill send zhe message to everyvone in my ranks, zhat dissension vill not be tolerated!$b$bYou are to exterminate zhe captains aboard my ships in dock. Zhey haf been amonk zhe most disgruntled.$b$bVhen zhis has been done, I vill monitor zhe communications and determine vhat to do next.$b$bDismissed!','Commander Schnottz wants you to kill Captain Margun, Captain Cork, and Captain Kronkh','','','Report to Commander Schnottz in Schnottz\'s Landing.','Captain Margun Killed','Captain Cork Killed','Captain Kronkh Killed','',0,0,0,0,0,0,0,0,0,0,0,0,47981,47980,47978,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28142,13202,400,0,524288,38,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'To the Withering','According to Magatha, she\'ll meet you just outside of the Twilight Withering to the east.','Speak with Magatha Grimtotem at the Twilight Withering in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28143,13202,400,0,262144,38,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'To the Withering','You should not keep the Elder Crone waiting, $N.$B$BShe said that she\'d be up top and just outside of the Twilight Withering to the east.','Speak with Magatha Grimtotem at the Twilight Withering in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28144,13164,267,0,8,19,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thieving Little Monsters!','The long stretch of coastline directly south of our position that extends from west to east is known as the Western Strand. Along the Western Strand you will find two things: murlocs and our stolen \"supplies.\"$B$B$B$BThose damned thieving murlocs struck while our backs were turned and took our \"supplies.\"$B$BSarus and I cannot leave this post. We need you to head to the Western Strand and recover those \"supplies!\"','Recover 6 Forsaken Camp \"Supplies.\"','','','','','','','',63082,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28193,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28187,0,0,0,'Lockdown!','Zhat buildink did not explode by itself!$b$bSomevone is tryink to do me in, and you von\'t rest until I find out who!$b$bShtaht vizh zhe guests. Visit vizh zhem, observe zheir demeanor, and zhen report back to me.$b$bIf zhey know anyzhink at all, I vill haff zhem interrogated!$b$bDismissed!','Commander Schnottz wants you to observe the guests in Schnottz\'s Landing.','','','Speak with Commander Schnottz in Schnottz\'s Landing.','Schnottz\'s Guests Visited','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28146,13164,267,0,3145736,19,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coastal Delicacies!','My spiders are hungry and agitated! They haven\'t eaten for days and are starting to sample our human captives. We can\'t have that. We need those humans for use in the Sludge Fields.$B$BI want you to take one of my hungry mine spiders out and feed it murlocs from the Western Strand, south of here. Whatever you kill, it\'ll eat! The more the better!','Feed the Hungry Mine Spider 12 Murlocs from the Western Strand.','','','','Murlocs fed to Hungry Mine Spider','','','',0,0,0,0,0,0,0,0,0,0,0,0,47752,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,1200,0,0,88763,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28147,13164,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Purple is Your Color','So far as I can tell, the Glopgut Ogres right outside the cave here have not yet joined up with the Twilight\'s Hammer. If we\'re clever, we can turn the two groups against each other.$B$BLet\'s roll with a little trick I learned in Silithus. First we\'ll need to put together a set of cultist robes for you.$B$BHead south of here and kill some Twilight Windwarpers in the Twilight Breach. Aside from disrupting whatever they\'re up to, it\'ll give you a chance to collect garment scraps.','Gather up 8 Twilight Garment Scraps.','','','Take the scraps to Rotgrum at The Gullet.','','','','',63087,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28148,13202,361,0,8,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Culling the Corrupted','The sickening corruption of demons pervades this entire forest. The soil, the trees, the animals... all grow thick with fel magics.$B$BWe of the Emerald Circle have sworn to cleanse this forest, and doing so requires a constant battle. While some life here can still be healed, the bears and wolves that wander nearby have been twisted too far.$B$BWe must end their suffering, and ensure their bodies do not spread the taint further. Hunt the bears and wolves, and return to me with their hides.','Collect 10 Corrupted Pelts from Angerclaw Bears or Felpaw Wolves.','I will see these are burned swiftly and safely, $n. You have my thanks.','I must have the pelts to purge them of the leftover demon essence.','','','','','',63088,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65275,65295,65314,65333,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28149,13164,4922,0,0,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whispers in the Wind','You hear dem, $c? De voices from de cave. Dey want to talk, but dey ain\'t got no breath.$B$BLet\'s find a way to listen. De Twilight\'s Hammer, dey talk to de wind. Go to de Twilight Breach south of here, and grab de Windspeaker Charm from de camp. It\'ll be atop a stone pillar.$B$BWe\'ll need us de breath of the elementals, too! Slay de Storm Vortexes and take what joo need.','Collect 5 Breath of the Vortex.','','','Return to Buunu at The Gullet in Twilight Highlands.','Breath of the Vortex','','','',63089,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28150,13202,361,0,262152,44,46,0,0,0,0,0,0,0,0,0,0,28000,0,0,'An Arcane Ally','The Emerald Circle is sworn to accept the help of any who wish to fight the demons of Felwood. Though my people have long shunned the arcane, we cannot afford to deny ourselves such advantage here.$B$BArcanist Delaris, a surviving Highborne mage, helps us battle the Jadefire satyr. Follow the road to the north, and you will find her at our encampment overlooking the Ruins of Constellas.$B$BIf you wish to help cleanse Felwood, follow her requests as you have mine.','Speak with Arcanist Delaris at the Ruins of Constellas.','There is little time for talk, $c. The druids fight valiantly against the satyr, but fel sorcery blocks their path.$B$BLuckily, I have a plan...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28151,13164,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,28147,0,0,0,'Dressed to Kill','Your disguise is ready, $N. Whenever you go north into Glopgut\'s Hollow now, your Twilight\'s Hammer regalia will fool the ogres.$B$BThe rest of the plan is simple: you kill a bunch of Glopgut ogres, and they blame the cult. Are you ready to create some havoc in the ogre camp? I thought so.','Kill 10 Glopgut Ogres. Your Twilight\'s Hammer disguise will automatically apply while inside Glopgut\'s Hollow. ','','','Return to Rotgrum at The Gullet.','Glopgut Ogres Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47765,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,63846,63845,63844,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28152,13202,361,0,262152,44,46,0,0,0,0,0,0,0,0,0,0,28116,63091,1,'Jaedenar Awaits','The cultists you saw guarding the claw were members of the Shadow Council, foul warlocks behind nearly every attempt to bring demons into Azeroth.$B$BNorth of here is Jaedenar, named in worship of Kil\'Jaeden himself. Deep beneath it stretches Shadow Hold, a former barrow den and the Shadow Council\'s own stronghold on Azeroth.$B$BTake these herbs north to Wildheart Point, on the east side of the road. Greta Mosshoof will need them for her plan to purify Shadow Hold for good.','Deliver the Arcanist\'s Herbs to Greta Mosshoof at Wildheart Point.','','','','','','','',63091,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28153,13202,361,0,589824,44,46,0,0,0,0,0,0,0,0,0,0,28155,0,0,'Shadow Lord Fel\'dan','Shadow Lord Fel\'dan awaits further in the depths, $N.$B$BHis wrath will be unmatched now that you have slain his beloved pets. Even without Moora and Salia at his side, he is a terrible force to be reckoned with.$B$BBeware his dark powers; he is nearly more demon than orc by now.','Slay Shadow Lord Fel\'dan.','The Shadow Council is broken! One task remains...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9517,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28154,13164,267,0,262144,19,20,0,0,0,0,0,0,0,0,0,0,0,63090,1,'Muckgill\'s Flipper or Something...','This looks like Muckgill\'s flipper or something. Maybe there\'s somebody that cares that you killed this murloc back at the Azurelode Mine camp. Probably not, but it\'s worth a shot.$B$BTake Muckgill\'s fin or whatever it might be back to Captain Keyton at the Azurelode Mine in southwestern Hillsbrad.','Deliver Muckgill\'s Flipper back to Captain Keyton at the Azurelode Mine in Hillsbrad Foothills.','','','','','','','',63090,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65691,65669,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28155,13202,361,0,8,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Banehollow','Only one final power remains lurking in the depths of Shadow Hold now: Lord Banehollow.$B$BThe Shadow Council here serves his whims, and even Fel\'dan was a mere instrument for him to prepare this land for another invasion of the Burning Legion.$B$BProceed carefully, $n. A dreadlord is a terrifying foe. Stand tall and triumph!','Slay Lord Banehollow.','Truly incredible, $n. To journey within the very lair of evil here and slay every fiend that stands before you... I am overwhelmed.$B$BThe Emerald Circle thanks you for your work here in Felwood. As for Andalar, we will send scouts to rescue him at once. He shall have a hero\'s welcome.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9516,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65282,65302,65321,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,0,0,0,0,0,0,0,0,0,0,51900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28156,13164,267,0,2,19,20,84,0,0,0,0,0,0,0,0,0,0,0,0,'Deep Mine Rescue','$B$BHI! SPIDERS EVERYWHERE! THE CAPTAIN SENT ME TO SAVE THE WORLD AND CAPTURE HUMANS! WHAT IS THIS PLACE ANYWAY? IT\'S SO HOT! I...$B$B$B$BPerhaps you should cut him free and get him back to safety. Or you can just leave him here, though it\'s your fault that he\'s stuck in this mine.','Escort Dumass to Safety!','','','Escort Dumass to Safety!','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28157,13202,400,0,8388616,38,45,0,0,0,0,0,0,0,0,0,0,28159,0,0,'Four Twilight Elements','The Twilight\'s Hammer have summoned a monstrosity. It\'s a combination of the four elements infused with the power of their special ore, Elementium.$B$BIf you want to save your precious Thousand Needles from total destruction, you\'re going to have to destroy it. But first, you\'ll need a few things to get through its protective shielding.$B$BGo east into the Withering and bring back the four Twilight elements.','Collect the four Twilight Elements: Air, Earth, Fire, and Water.','','','','','','','',63097,63099,63098,63100,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28158,13202,400,0,8388616,38,45,0,0,0,0,0,0,0,0,0,0,28159,0,0,'Unbound','There are two very powerful elementals that the Twilight\'s Hammer have bound. They are using the bound Fury and Vortex to infuse Animus with a great deal of power.$B$BWhen Animus has absorbed enough of their power, he will explode. The rest of Thousand Needles and much of the surrounding lands, will be obliterated.','Unbind the Bound Fury and the Bound Vortex.','','','','Bound Fury unbound','Bound Vortex unbound','','',0,0,0,0,0,0,0,0,0,0,0,0,47763,47766,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28159,13202,400,0,8,38,45,0,0,0,0,0,0,0,0,0,0,0,63104,1,'The Doomstone','At the core of Animus is an artifact known as the Doomstone. One of its properties is an ability to absorb a great deal of energy.$B$BThis is how the cultists are trying to set off the explosion... by overloading the stone and amplifying the power through the elemental.$B$BBring me the Doomstone. For safe keeping, of course.','Collect the Doomstone.','','','','','','','',63096,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63663,63664,63665,63666,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,41400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28160,13202,400,0,262152,38,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spread the Word','For rendering me faithful service, I grant you your life. Take it and be gone from my sight. Let your people know of all that has transpired.$B$BAnd $N, if we ever cross paths again, you will die.','Speak with Fizzle Brassbolts on Fizzle & Pozzik\'s Speedbarge in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63667,63668,63669,63670,63671,63672,1,1,1,1,1,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,7,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28161,13202,400,0,262152,38,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spread the Word','For rendering me faithful service, I grant you your life. Take it and be gone from my sight. Let your people know of all that has transpired.$B$BAnd $N, if ever we cross paths again, you will die.','Speak with Pozzik on Fizzle & Pozzik\'s Speedbarge in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63673,63674,63675,63676,63677,63678,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,7,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28162,13164,5095,0,4480,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Swamp Bait','Supplies are never easy to find in a place like this, $c. We have been scouting since we captured the island but things are not looking good.$B$BFortunately, we just received a scouting report that a swamp full of crocs is just west of our base camp here. The hides off those crocs will come in handy for our leatherworkers. Bring back as many as you can.','You have been tasked with collecting 8 Crocolisk Hides from the Baradin Crocolisks on Tol Barad. The crocolisks can be found in the swamp, just west of Baradin Hold.','','You cleared out that swamp yet?','','','','','',63103,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28163,13164,5095,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Leftovers','We fought hard to capture this island, $r. We cleared out most of the horde scum but I can still smell their foul stench in the air.$b$bI need you to investigate the slagworks, warden\'s vigil and the ironclad garrison. Kill any horde that you find.$B$BYou know what they say, the only good horde is a dead horde!','You have been instructed to kill 12 Horde Infantry on Tol Barad. You can find the holdouts in The Slagworks, Warden\'s Vigil and the Ironclad Garrison, here on Tol Barad.','','','','Horde Infantry','','','',0,0,0,0,0,0,0,0,0,0,0,0,48144,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28164,13202,0,0,8,20,20,0,0,16,0,0,0,0,0,0,0,27441,0,0,'Seek Brother Silverhallow','I just received word that you are needed in Orgrimmar, $N. Brother Silverhallow has asked for you to return to the city as quickly as you are able. His message didn\'t include any other information, and the matter seemed urgent.$B$BLook for Brother Silverhallow in the Goblin Slums of Orgrimmar.','Speak with Brother Silverhallow in the Goblin Slums of Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28165,13164,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'D-Block','Have you heard of the D-Block yet $n? It\'s one of the old cellblocks here on the island. Problem is, it\'s infested with demons. We planned on using it to lock up the leftover Horde we found on the island, but that is not going to happen in its current state.$B$BI need you to head down there and clear those demons out. Report back to me when you are done.','You have been instructed to kill 10 demons of any type in the D-Block, just northwest of Baradin Hold.','','','','Demons Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47785,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28166,13164,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,28149,0,0,0,'Thog\'s Nightlight','To see de spirits, we need a special light. A light that lights up one\'s insides. De light of souls.$B$BTwilight\'s Hammer uses dem to root out traitors after what we did to dem in Hyjal. Dey just gave one to de Glopgut ogres as a gift.$B$BInside de Glopgut Hollow to de north, you\'ll find de great big brute Thog. He\'s got him a Light of Souls. At least, he will until you take it from him.','Get the Light of Souls from Glopgut\'s Hollow.','','','Bring the Light of Souls to Buunu at The Gullet.','','','','',63107,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28167,13202,1,0,524288,1,1,0,0,0,0,0,0,0,0,0,27670,27671,0,0,'Report to Carvo Blastbolt','I\'m going to start preparing my men to leave this place. We can\'t hold out here any longer. I want you to move to a forward position in the middle of the large room ahead.$B$BYou should find Carvo Blastbolt there. He\'ll give you further instructions. Good luck, $N, and I\'ll see you on the surface.','Report to Carvo Blastbolt in Gnomeregan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28168,13164,267,0,8650760,19,21,0,0,0,0,0,0,0,0,0,28144,0,0,0,'Trouble at the Sludge Fields','Warden Stillwater, over at the Sludge Fields, north of here, has sent out a distress signal. The missive wasn\'t clear, but from what I could make of the letter there\'s a riot happening at the Sludge Fields and most of the guards have been killed. The warden has warned that any would-be-heroes approach from the back entry, located on the western side of the Sludge Fields.$B$BHe\'s also asked for discretion. He doesn\'t want news of this little *ahem* uprising to surface.','Report to Warden Stillwater at the Sludge Fields in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28169,13202,1,0,0,1,1,0,0,0,0,0,0,0,0,0,27671,0,0,0,'Withdraw to the Loading Room!','Excellent job gathering the other survivors! They - and you - are the reason S.A.F.E. teams keep coming down here. Nevin won\'t rest until we\'ve found and rescued every possible survivor.$B$BI\'m sending my men to the Loading Room to prepare for decontamination. Please follow them and meet up with Gaffer Coilspring when you arrive. She\'ll set you up for decontamination and have you on your way to the surface.','Follow the S.A.F.E. Operatives to Gaffer Coilspring in the Loading Room.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28173,13202,4922,0,8388744,84,85,0,0,0,0,0,0,0,0,0,0,28176,63092,1,'Blackout','The Twilight Drakehunters used vicious implements to drag our circling drakes from the sky. Hooks that buried into their scales and held the Twilight secure while they brought our kin to the ground.$B$BWe are past the point of peace. Past hope for their redemption. The only mercy we have left to offer the black flight is the oblivion that they so passionately pursue.$B$BUse these hooks to slay the Obsidian Pyrewings to the south. They should allow you much maneuverability in the air if used right.','Slay 8 Obsidian Pyrewings after using the Wyrmhunter Hooks to reach them.','','','Return to Lirastrasza just northwest of the Obsidian Forest.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46141,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,63759,63758,63757,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28170,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,28166,0,67537,1,'Night Terrors','Me friend Uchek is in de cave already. We set up three shrines inside. All you gotta do is flush out de bad juju from each one, mon.$B$BGo inside de cave here and talk to Uchek. He put you in a trance, put you in de spirit realm. Tread carefully! If you see a ghostly beast, you don\'t be panicking. Shine de Light of Souls on de beast for a moment or two, and de light will send \'em away for good. De light will keep you safe. Now go cleanse de three shrines!','Talk to Uchek in The Gullet. From the spirit realm, use your Light of Souls to keep yourself safe while you visit the three shrines inside the cave.','','','Speak with Buunu at The Gullet.','First Shrine Cleansed','Second Shrine Cleansed','Third Shrine Cleansed','',0,0,0,0,0,0,0,0,0,0,0,0,47838,47839,47840,0,1,1,1,0,0,0,0,0,0,0,0,0,63840,63839,63838,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28172,13164,46,0,2097160,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Done Nothing Wrong','The Blackrock orcs of the steppes serve a dark master - one who performs twisted experiments on living creatures to create his own menagerie of abominations. Many of his test subjects are as corrupted as their master, but others are completely innocent.$b$bIn the whelping downs to the south, they chain baby dragons to the ground, preparing them for such experiments. I will not stand for this. Break their fetters and return the hatchlings to me... to safety.','Obtain a Freed Red Whelpling, a Freed Green Whelpling, a Freed Blue Whelpling, and a Freed Bronze Whelpling.','','','','','','','',63114,63116,63117,63119,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64497,64496,64495,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28176,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,63126,1,'Following the Young Home','In the southwestern portion of the Obsidian Forest, you will find some of the black egg clutches. Many of the eggs can be hatched at any time with a bit of prodding from the right flame, and as the whelplings hatch, they will cry out and flock for their mother.$B$BDo not worry, if this purging is to be taken to the whelps, that is not a task that I will force on you. I simply want you to let them out and follow them home as they seek their mother. It is she who we must confront.','Use the Mother\'s Flame on Obsidian Eggs to release whelps. Follow those hatchlings to the lair of their mother.','','','Speak to Baleflame within the Obsidian Lair.','Obsidian Whelps hatched','Obsidian Lair infiltrated','','',0,0,0,0,0,0,0,0,0,0,0,0,47855,47874,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28174,13164,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burning Vengeance','The Blackrock orcs are ceaseless. They swarm atop the battle-plains to the east, poised to strike at any moment.$b$bThey already attacked my homeland once. I\'m here to make sure it doesn\'t happen again.$b$bIf you hold any love for mankind, you\'ll do the same. So prove yourself. Travel south, to the Whelping Downs, and slay their whelpers and the hatchling black dragons. Prove to me that you\'re ready for this war.','Slay 5 Blackrock Whelpers and 5 Flamescale Broodlings.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47782,7049,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28249,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushblow','You\'ve more than proved your intent and your abilities. With Grim Batol cut off and the black dragons routed, the Twilight\'s Hammer are cornered in their Citadel.$B$BGo to your leaders. You should find them west, at Crushblow. Let them know that when the attack on the Twilight Citadel begins, the red flight shall fill the skies above. You may not be able to atone for all of the sins your allies have committed, but in this one battle, we shall be by your side.$B$BThe Twilight\'s Hammer will fall.','Speak to Warlord Zaela at Crushblow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28248,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victors\' Point','You\'ve more than proved your intent and your abilities. With Grim Batol cut off and the black dragons routed, the Twilight\'s Hammer are cornered in their Citadel.$B$BGo to your leaders. You should find them northwest, at Victors\' Point. Let them know that when the attack on the Twilight Citadel begins, the red flight shall fill the skies above. You may not be able to atone for all of the sins your allies have committed, but in this one battle, we shall be by your side.$B$BThe Twilight\'s Hammer will fall.','Speak to Kurdran Wildhammer at Victor\'s Point.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28191,13202,4922,0,8388744,84,85,0,0,0,0,0,0,0,0,0,0,28176,0,0,'A Fitting End','The Obsidian wyrmkin litter the landscape to our south. They\'re in no position to push back against us, but one can never tell what new threats the ebb of battle may bring.$B$BI want you to take the fight to the wyrmkin. Clear them out so that we may proceed with purging this land of the polluting presence of the black dragonflight.','Kill 10 Obsidian wyrmkin.','','','Return to Lirastrasza just northwest of the Obsidian Forest.','Obsidian Dragonkin slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47797,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28177,13164,46,0,10485768,49,50,0,0,0,0,0,0,0,0,0,0,28180,0,0,'Stocking Up','If we\'re going to wage war against the Blackrock clan, we\'re going to need to plan ahead. My colonel has already put the plan together - now it\'s time to execute.$b$bI need scorpid stingers... the sharpest ones you can find. Scorpids are all over the steppes, but you can find most of them in the gulch to the west.$b$bDon\'t worry about what they\'re for. You\'ll find out soon enough.','Obtain 5 Razor-Sharp Scorpid Barbs.','','','','','','','',63135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64501,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28178,13164,46,0,10485768,49,50,0,0,0,0,0,0,0,0,0,0,28180,0,0,'A Future Project','We\'ll need worg hides, and lots of them. It doesn\'t matter if they\'re torn, burned, or bloody, but we need plenty of them.$b$bActually, it\'s probably better if they\'re a little beat-up.$b$bYou\'ll find worgs both to the west and to the east of here.\n','Obtain 11 Ember Worg Hides.','','','','','','','',63136,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64503,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28179,13164,46,0,10485768,49,50,0,0,0,0,0,0,0,0,0,0,28180,0,0,'Mud Hunter','Hope you\'re not afraid of getting dirty. Judging by the looks of you, that won\'t be a problem.$b$bTo the north, at the lava\'s edge, you\'ll find piles of dark mud. I need it.$b$bIt\'d be best if you didn\'t ask questions, and focused your efforts on following orders, $N.','Obtain 9 piles of Obsidian-Flecked Mud.','','','','','','','',63124,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64505,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28180,13164,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sand, the Cider, and the Orb','Colonel Troteman is waiting for us to the east. Before we head out though, we need to gather some more stuff. This time, you\'ll be taking it from a warlock by the name of Gorzeeki Wildeyes.$b$bYou\'ll probably find him to the northwest, near the Altar of Storms. Tell him he\'s going to help us out. We need the sand, the cider, and the orb.$b$bHe\'ll know what it means.','Speak with Gorzeeki Wildeyes near the Altar of Storms.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28181,13164,46,0,8388616,49,50,0,0,0,0,0,0,0,0,0,0,28183,0,0,'Warlocks Have the Neatest Stuff','Keeshan said he needs supplies? I\'ve got plenty of supplies! Problem is, those warlocks have kicked me out of my home, and they\'re not letting me back in.$b$b$b$bYou might be able to get in, though. Head north, and grab some of my slumber sand, my fel slider cider, and a clear glass orb. I\'m pretty sure that\'s what he wants.$b$bOh, and if you happen to accidentally kill any of those orcs while you\'re up there, I wouldn\'t be terribly upset.','Obtain a handful of Slumber Sand, a jug of Fel Slider Cider, and a Clear Glass Orb.','','','','','','','',63134,63132,63133,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28182,13164,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28183,0,0,'Shadow Boxing','Ner\'gosh the Shadow is the leader of those warlocks to our north. He\'s the jerk that kicked me out of my home once those Blackrock orcs started showing up. Well, they\'re all jerks, but he\'s the jerkiest.$b$bIf I\'m ever going to move back in near the Altar, Ner\'gosh has to go.','Slay Ner\'gosh the Shadow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47805,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28183,13164,46,0,10485768,49,50,0,0,0,0,0,0,0,0,0,0,28184,63354,1,'Return to Keeshan','Well I suppose I\'m done with you here. I\'ll go shoo those other warlocks out when I build up the courage.$b$bHere, don\'t forget those supplies.','Bring the Warlock\'s Supplies back to John J. Keeshan at Flamestar Post in Burning Steppes.','','','','','','','',63354,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,81040,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28184,13164,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chiselgrip, the Heart of the Steppes','We\'re headed to Chiselgrip, right in the center of these steppes. We\'ll rendezvous with the Thorium Brotherhood there, as well as with Troteman.$b$bYou familiar with the Brotherhood? Those dark iron dwarves have helped me out more than once. We may need their help again.$b$bWe\'ll pass through Black Tooth Hovel on our way there. What do you say we kill a few orcs while we travel? I\'m getting a little restless here in this camp.','Kill any 15 Blackrock troops on your way to Chiselgrip.','','','','Blackrock troop slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,7025,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,64510,64509,64508,64507,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28185,13164,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Svarnos','Excellent work on the island capture, $c. Now that we have claimed the island, we need to make these cellblocks useable for prisoners. D-Block has been especially hard to clear out. Unfortunately it has become overrun with demons of all sorts.$B$BWe have been able to thin out the demons but a large core hound has broken its way out of its cell and is wreaking havoc down there. I need you to kill him and bring back his collar.','You must kill Svarnos in the D-Block and return with his Cursed Collar. Svarnos can be found in the D-Block, just northwest of Baradin Hold.','','','','','','','',63143,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28186,13164,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Cursed Shackles','Have you been down in the D-Block yet, $n? Every time we clear that infested cellblock out, the demons seem to return rather quickly. We learned that they regenerate from the cursed shackles scattered around the area. That\'s where you come in to the picture $n.$B$BI need you to retrieve as many of those shackles as you can and bring them back to me. We will destroy them immediately.','You have been asked to recover 8 Cursed Shackles from the D-Block, just northwest of Baradin Hold.','','','','','','','',63149,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28194,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Escape','Please, $c! We need your help!$b$bWe\'re being kept in this building against our will. And with the commander on such a tirade, there\'s no telling what he might do to us!$b$bPerhaps if you were to secure some uniforms for us, we could sneak away.$b$bWe never should have come here. I see that now.$b$bIf you help us escape, I will write the TRUTH of what has happened here.$b$bThe men on those ships are all dressed in the garb we need.','The Prolific Writer in Schnottz\'s Landing wants you to collect 6 Fresh Uniforms from Schnottz Sea Sailors.','','','Speak to the Prolific Writer in Schnott\'s Landing.','','','','',63248,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65850,65849,65848,65851,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,89225,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28188,13164,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Prison Revolt','We have the island, now we need to put the resources here to work. We found an abandoned cellblock just southwest of here and we need you to go check it out $n.$B$BReports have come back that it is overrun with prisoners that have been stuck down there for years. Do whatever you need to do to clear that place out. Report back to me when you are done.','You have been instructed to kill 10 prisoners of any type in The Hole, just southwest of Baradin Hold.','','','','Prisoners Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48035,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28189,13164,267,0,1245184,19,20,0,0,0,0,0,0,0,0,0,28192,0,63150,1,'Do the Right Thing','You have come upon a horrific scene. Someone or something has buried all of the humans up to their necks in a manner consistent with planting. The ghouls, which are seemingly tending the field of human seedlings, periodically jump to the nearest human and devour its head!$B$BYou can end this right here and now. Take this shovel and \"save\" the humans.$B$BDo the right thing.','\"Save\" 15 Human Seedlings.','','','','Human Seedling \"saved\"','','','',0,0,0,0,0,0,0,0,0,0,0,0,47872,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65667,0,0,0,1,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28190,13202,361,0,8,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tainted Ooze','This all started with Winna Hazzard. She was a forsaken apothecary at Bloodvenom Post, researching ways to use the demonic ooze here against the Alliance.$B$BWe warned her she was going too far, but she didn\'t listen, and we did not act fast enough. Now her and everyone at Bloodvenom Post are nothing more than mindless slime creatures...$B$BThe disgusting oozes she used for this still roam near the pools to the east and south. I beg you, $c, destroy them so that others cannot commit such evil.','Slay 8 Tainted Oozes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7092,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28192,13164,267,0,1048578,19,21,0,0,0,0,0,0,0,0,2,28168,0,0,0,'No One Here Gets Out Alive','This farm is under lockdown! Nothing gets in and nothing gets out! We\'re still assessing the situation to try and figure out exactly what happened, but my theory is that the laborers ate the mushrooms and somehow mutated into hideous undead monsters. I mean, how else could this have happened? This is just a farm! We grow mushrooms here! And sludge! Yes, sludge!$B$BTake a look around, $c, because now that you\'re here you can\'t leave until this issue is resolved.$B$BSee for yourself!','Assess the situation at the Sludge Fields.','','','Assess the situation at the Sludge Fields.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28145,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,63086,1,'Venomblood Antidote','Iset attempted to defend this holy ground when the Wastewander bandits ransacked it.$B$BThey appear to have used the potent toxin present in the venomblood scorpids.$B$BTake this vial and collect venom from their corpses so that I may concoct an antidote. I fear Iset might not have much time.','Fill the Antidote Vial with the the poison of 8 Venomblood Scorpid corpses.','','','Return to Sun Acolyte Asaris at the Seal of the Sun King.','Venomblood Scorpid drained','','','',0,0,0,0,0,0,0,0,0,0,0,0,47748,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,65801,65800,65802,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28502,13164,5034,0,136,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bandit Warlord','Our law demands that those behind this attack face proper retribution.$B$BThe band of bandits\' ringleader is a man known as Warlord Ihsenn.$B$BYou will find him in the far west of the desert. Make sure his transgressions do not go unpunished.','Slay Warlord Ihsenn.','','','Return to Sun Priest Asaris at the Seal of the Sun King.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47755,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65798,65797,65796,65799,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28870,13164,5396,0,262280,81,83,81,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Lost City','We might\'ve taken Neferset City, but the Neferset have a new seat of power.$B$BThanks to Siamat, the powerful djinn of the south wind, the Neferset have become considerably more dangerous.$B$BWe just learned that some of Nadun\'s ambushed reconnaissance party managed to secure the entrance to the Lost City.$B$BGo find Captain Hadan and get whatever information you need to bring down Siamat and the Neferset scum.','Speak to Captain Hadan inside the Lost City of the Tol\'vir.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28141,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Relics of the Sun King','The Seal of the Sun King serves as a defense mechanism for Ramkahen.$B$BWhen the barrier around Uldum fell, we began to see Wastewander outriders from Tanaris filter into our borders.$B$BThey attacked this holy site on their way west and robbed it of the relics which once provided its power.$B$BRecover the relics for us. Without them we are powerless to defend against attacks from the desert.','Obtain 4 Relics of the Sun King.','','','Return to Sun Acolyte Asaris.','','','','',63081,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28196,13164,267,0,8650752,19,21,0,0,0,0,0,0,0,0,0,28192,28206,63249,1,'The Battle for Hillsbrad','The journal documents the last 62 days of Clerk Horrace Whitesteed\'s life. In it is written damning allegations against Warden Stillwater and his activities at the Sludge Fields.$B$BYou should show this to the warden. He will undoubtedly have an explanation for what is written in this journal.','Deliver the Battle for Hillsbrad to Warden Stillwater at the Sludge Fields in Hillsbrad Foothills.','','','','','','','',63249,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28197,13164,267,0,8388616,19,21,0,0,0,0,0,0,0,0,0,28192,28206,0,0,'Discretion is Key','We must destroy all of the evidence, $N! Did I say evidence? I meant crazed undead! Anyway, discretion is key. We must not let the rampaging undead make it out of the Sludge Fields and no one outside of this institution must know about what happened here!$B$BDirectly southeast of here in what used to be the old mushroom farm you\'ll find a reanimated fiend known as Citizen Wilkes and his cohort, Clerk Horrace Whitesteed. They have been causing huge problems for my guards. Find them and kill them!','Kill Citizen Wilkes and Clerk Horrace Whitesteed.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47791,47789,0,0,1,1,0,0,0,0,0,0,0,0,0,0,65712,65694,65672,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28621,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,28612,0,0,0,'Put That Baby in the Cradle!','Och!$b$bYou an\' junior took yer sweet time gettin\' \'ere, din\'t ya!?$b$b$gDrinkin\' ale:Holdin\' hands;, takin\' in the sights, I\'ll wager.$b$bDon\'t go breakin\' yer arm pattin\' yerself on the back now, the real work\'s just beginnin\'!$b$bThere be more ta this ancient artifact than ye know, but in order ta reveal its secrets, we need ta get it to the Cradle of the Ancients!$b$bNow howdya spose we do that?$b$bMaybe junior over there has some bright ideas, eh?','Speak to Harrison Jones at the Temple of Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28199,13164,267,0,8,19,21,0,0,0,0,0,0,0,0,0,28192,0,0,0,'For Science!','Samples... yes... must have samples! These, ah, experiments... I mean, these unfortunate laborers must be studied.$B$BTravel southeast to the first farm and kill the risen ghouls. From their decrepit corpses you must recover flesh samples. Bring them to me!$B$B$B$BMust test!','Recover 6 Flesh Samples.','','','','','','','',63254,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,1300,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28135,13202,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,28134,0,0,0,'Al\'Akir\'s Vengeance','Listen, $N. What struck Orsis was no natural sandstorm. It was the minions of Al\'Akir.$B$BThe elemental lord of air is firmly allied with Deathwing and it was only a matter of time before he set his subjects upon my people.$B$BOrsis has been attacked as a warning to us. We must move quickly to offer our brethren what aid we can.$B$BMeet with Nadun at the Arsad Trade Post outside of Mar\'at. I will begin preparations to take care of the displaced and wounded.','Speak to Prince Nadun at the Arsad Trade Post outside Mar\'at in Uldum. ','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28561,13164,5034,0,262280,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nahom Must Hold','As soon as we make our move west in order to attack Neferset City, the enemy will strike us from the east, where we\'ll be weak.$B$BNahom will be the first to fall, and if it does, Ramkahen will soon follow.$B$BA small detachment is there already.$B$BGet a briefing from them. I want you to make sure that they hold Nahom until I can send more troops there.','Report to the regiment at Nahom in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28202,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28239,0,0,'A Perfect Costume','Judging by your weight, build, and size, we\'re going to dress you as an orc. Their army is made mostly of orcs, so you\'ll fit right in.$b$bDo you know much about tailoring? If not, then consider this your first lesson. My crafting table over there has all the necessary supplies on it.$b$bGo ahead and grab whatever you think is necessary, then bring it here. Thelaron will fix you right up.','Bring the appropriate amount of supplies from the Tailoring Table to Thelaron Direneedle at Chiselgrip.','','','','Perfect Costume created','','','',0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28203,13164,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28239,0,0,'A Perfect Costume','Judging by your weight, build, and size, we\'re going to dress you as an ogre. The firegut ogres have always worked for the Blackrocks, so you\'ll fit right in.$b$bDo you know much about tailoring? If not, then consider this your first lesson. My crafting table over there has all the necessary supplies on it.$b$bGo ahead and grab whatever you think is necessary, then bring it here. Thelaron will fix you right up.','Bring the appropriate amount of supplies from the Tailoring Table to Thelaron Direneedle at Chiselgrip.','','','','Perfect Costume created','','','',0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28204,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28239,0,0,'A Perfect Costume','Judging by your weight, build, and size, we\'re going to dress you as a goblin. The Blackrocks have been known to hire goblin mercenaries to fill their ranks, so you\'ll fit right in.$b$bDo you know much about tailoring? If not, then consider this your first lesson. My crafting table over there has all the necessary supplies on it.$b$bGo ahead and grab whatever you think is necessary, then bring it here. Thelaron will fix you right up.','Bring the appropriate amount of supplies from the Tailoring Table to Thelaron Direneedle at Chiselgrip.','','','','Perfect Costume created','','','',0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28205,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28239,0,0,'A Perfect Costume','Judging by your weight, build, and size, we\'re going to dress you as a troll. The Smolderthorn trolls have always worked with the Blackrock orcs, so you\'ll fit right in.$b$bDo you know much about tailoring? If not, then consider this your first lesson. My crafting table over there has all the necessary supplies on it.$b$bGo ahead and grab whatever you think is necessary, then bring it here. Thelaron will fix you right up.','Bring the appropriate amount of supplies from the Tailoring Table to Thelaron Direneedle at Chiselgrip.','','','','Perfect Costume created','','','',0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28206,13164,267,0,262152,19,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Little Girl Lost','It was only yesterday that I sent her out to investigate the farm directly east of here, but it feels like an eternity has passed!$B$BI knew it was true love the minute I saw her. Her lovely blonde locks and the way they framed her perfect blood elf face... She melted my shriveled heart. I didn\'t want to send her out, but she was so demanding! I had to give her what she asked for! Who could refuse such a vision?$B$BAlas, poor Jenny Awesome has not returned! I fear the worst, $N. Find her!','Find Johnny \"Jenny\" Awesome at the Sludge Fields in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28207,13202,361,0,8,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Slimy Situation','This poor fellow here barely escaped Bloodvenom Post with his life! If we\'re going to keep him from turning into a slime creature like all the others, we\'ve got to treat the infection.$B$BMushrooms like to grow near the bright green waters around here, like the pond to the east beneath the falls. Most of them are no good... I need you to collect the bright green glowing ones!$B$BIf I have those, I\'ll be able to whip up something tasty to help this poor tauren. Don\'t take too long now!','Collect 7 Emerald Shimmercaps.','','','','','','','',63078,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28208,13202,361,0,8,44,47,0,0,0,0,0,0,0,0,0,0,28213,0,0,'Winna\'s Kitten','Mr. Tauren here\'s told me a lot about what happened at Bloodvenom Post. He says Winna Hazzard is still there!$B$BShe\'s pretty far gone, but what\'s left of her is making a bunch of new slime. We\'ve got to stop it!$B$BLuckily, I have a plan. Mr. Tauren said Winna used to have a kitten. She fed it corrupted slime water and it ran off into the woods. I saw something lurking to the southeast just past the Bloodvenom Tower, but it sure was bigger than a kitten! Go see if the kitty has a tag...','Collect Kitty\'s Eartag from Winna\'s Kitten.','','','','','','','',63279,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28209,13164,267,0,8,19,21,0,0,0,0,0,0,0,0,0,28206,0,0,0,'Freedom for Lydon','This place is no farm! Stillwater has been experimenting on the humans of Hillsbrad. The monstrosities here are all his creations.$B$BThat\'s not the worst of it, $c. The aberrations that have the key to my cage are former Forsaken. Stillwater\'s experiments have the side effect of turning Forsaken into mindless zombies. Why do you think he\'s so afraid of letting this get out? He knows that such a crime is punishable by true death.$B$BGet me out of here! The infected sludge guards outside have the key!','Recover Lydon\'s Cage Key.','','','','','','','',63281,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65713,65695,65673,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28499,13164,5034,0,8,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Punish the Trespassers','We, priests of Nahom, are guardians of the Tombs of the Precursors.$B$BEver since the Neferset turned to their new masters, they\'ve turned to great heresies.$B$BThey rob the sacred tombs of our forefathers, seeking powerful artifacts and destroying invaluable relics in the process.$B$BGo to the tombs, east of here and punish the tomb-robbers for their transgressions, lest they join their brethren when the Neferset attack on Nahom begins.','Slay any 10 Neferset intruders at the Tombs of the Precursors.','','','Return to Sun Prophet Tumet at Nahom.','Neferset intruder slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48757,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,65818,65817,65816,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28244,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28243,0,0,0,'Eye Spy','I\'ll be honest, $N. That thing gives me the willy-willies. But seein\' as you went to all the trouble of bringin\' it here, I s\'pose we ought to put it to use.$B$BYou first.$B$BPeer into the eye and ask it to show you inside Cho\'gall\'s Bastion of Twilight. We\'ll find out what that fat two-headed bugger is up to, and use it against him. ','Peer into the Eye of Twilight for Low Shaman Blundy.','','','Talk to Low Shaman Blundy at Thundermar.','Peered into the Eye','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63798,63797,63796,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28861,13164,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,0,0,0,0,'Fight Like a Wildhammer','$B$BI\'m all outta ale, $N!$B$BHead out into the Thundermar Ruins and see if there\'s any left, before those grungy Dragonmaw get their mouths on it.$B$BFeel free to have a few sips, yerself. A mug of ol\' Thundermar\'s finest will fortify yer fightin\' skills.','Collect 10 Kegs of Thundermar Ale from the Thundermar Ruins. Carfeul - it\'s got some kick!','','','Bring the Ale back to Low Shaman Blundy at Thundermar.','','','','',62330,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28213,13202,361,0,8,44,47,0,0,0,0,0,0,0,0,0,0,0,63284,1,'Hazzard Disposal','Winna\'s hooked tight into the source of the slime itself, at the very back of Bloodvenom Post to the west. She makes sure it keeps flowing, and it keeps her safe! But if you can get her attention...$B$BTake the eartag and show it to Winna. If there\'s even a little, tiny bit of her left, maybe it\'ll get through. Maybe her regret for her poor lost kitty will come to the surface and she\'ll feel sorry just one more time, and come out of the slime!$B$BAnd then maybe you can kill her and stop the slime. Yay!','Use Kitty\'s Eartag to get Winna Hazzard\'s attention, and then slay her.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47679,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65283,65303,65322,65338,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13500,0,0,0,0,0,0,0,0,0,0,45300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28214,13202,361,0,8,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleanup at Bloodvenom Post','Blurgh...$B$BCould you... ugh... could you please... URGH!$B$BExcuse me, I\'m still a little... ugh, my stomach. If you\'re going to Bloodvenom Post to the west, could you please HUUURGH...$B$BJust... just put what\'s left of my friends out of their misery. Go RIGHT NOW. For your own good. Uuuuurghh...','Slay 6 Bloodvenom Slimeslaves.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47675,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,36300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27753,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28369,0,0,0,'Never Leave a Dinner Behind','Supplies are short, $N. We\'ve got refugees coming into Thundermar from up and down the ridge - that\'s a lot of mouths to feed.$B$BPlenty of food stores were left behind as people pulled their families to safety. We need that food!$B$BScour the Thundermar ruins south, east, and southwest of here for food stores.$B$BCareful, $c! The fighting around the ruins is pretty intense.','Gather 15 Wildhammer Food Stores from the Thundermar Ruins.','','','Bring the food to Fanny Thundermar at Thundermar.','','','','',62324,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28862,13164,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,0,0,0,0,'Never Leave a Dinner Behind','Refugees are still pouring into Thundermar from the fighting, and I\'m hungry! I mean them. The refugees, they\'re hungry.$B$BGet me some food from the Thundermar Ruins! Scour the ruins to the south, east, and southwest for any stores that still remain. Especially them big hocks of ham. I love those! Er, the refugees do.$B$BAnd see if you can find some of them little cocktail weenies.','Gather 15 Wildhammer Food Stores from the Thundermar Ruins.','','','Bring the food to Low Shaman Blundy at Thundermar.','','','','',62324,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28217,13202,361,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Demon Hunter','Since reclaiming Jadefire Run from the satyr, the Emerald Circle has sent many druids to begin the long task of cleansing the ruins. Last night, several of them were murdered... by a night elf.$B$BThe witnesses say it was a demon hunter, a crazed disciple of Illidan. A rare sight. No doubt he\'s gone mad with power just like his master.$B$BI\'ll pay top bounty for proof of this murderer\'s death. He\'s been spotted just off the road to the north, in a valley beneath Jadefire Run.','Slay Feronas Sindweller.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47923,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28218,13202,361,0,10,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Destiny of Flame and Sorrow','My kind has always been hated for what we do... despised outcasts, accused of corruption beyond redemption.$B$BYet if it was not for a demon hunter, these very woods would be the greatest stronghold of the Burning Legion on Azeroth. I speak of my master, Illidan Stormrage, the \"Betrayer\".$B$BSee for yourself. See what occured here when Illidan was first freed, and the demonic forces of the dreadlord Tichondrius ruled this forest completely unopposed...','Relive Illidan\'s battle with Arthas.','','','Arthas defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28219,13202,361,0,11075584,46,48,0,0,0,0,0,0,0,0,0,0,28222,0,0,'Buzzers for Baby','$B$BHungry... want... bugs...','Kill 10 Ironwood Buzzers to feed the Seedling Protector.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48038,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28220,13202,361,0,589824,46,48,0,0,0,0,0,0,0,0,0,0,28222,0,0,'Seeking Soil','$B$BSoil...$B$B','Bring the Seedling Protector to 7 patches of Rich Soil.','','','','Rich Soil','','','',0,0,0,0,0,0,0,0,0,0,0,0,48164,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65286,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28221,13202,361,0,11075584,46,48,0,0,0,0,0,0,0,0,0,0,28224,0,0,'These Roots Were Made For Stompin\'','There\'s so many other spirits still trapped in rotting bodies here...$B$BDo you see? The irontree stompers, in the north. They\'re sick with demon-stuff and icky with mold. Poor spirits inside them can\'t get out.$B$BYou can help! Chop them down, and the spirits can get out. I\'ll put the spirits in me and we can all be happy together when I grow up. Will you help? Please?','Slay 10 Irontree Stompers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7139,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28222,13202,361,0,851968,46,48,0,0,0,0,0,0,0,0,0,0,28224,0,0,'Singin\' in the Sun','We\'re growing so much bigger... It\'s time to shine! Time to spread our leaves to the sun!$B$BTake me to the sun! The sun is far away, but its light comes to us. Its light makes us big and strong again. The light comes down the big branches to the little ones like ours.$B$BOver there! The sun comes to us in the north! Take us with you, take us to dance!','Guide the Sapling Protector to 5 shafts of sunlight in Irontree Woods.','','','','Sunbeams basked in','','','',0,0,0,0,0,0,0,0,0,0,0,0,48200,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28223,13164,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Warden','We have almost finished clearing out the revolting prisoners in The Hole, but one last problem remains. The warden.$b$bWarden Silva is their master and they will do anything for him. If we take him out, we take them all out. Finish him off and bring me back his keys. We can use those keys to explore deeper into the cellblock and possibly gain access to the water supply here on the island.','You must kill Warden Silva in The Hole and return with his keys. The Hole is just southwest of Baradin Hold.','','','','','','','',63309,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28224,13202,361,0,589824,46,48,0,0,0,0,0,0,0,0,0,0,28228,0,0,'The Last Protector','Ahhh... thank you, little $r. I and others have tried so many times to grow in this forest, without success.$B$BThe Withered Protector that lurks in the north is the only ancient to have grown to maturity since the ruining of the forest, but his body is sick and his mind is mad. Just as we gathered the spirits of the treants, I would save those that dwell in him rather than leave them behind.$B$BDefeat him, and let his spirits join me before I set my roots.','Defeat the Withered Protector.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7149,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28225,13164,46,0,8388616,49,50,0,0,0,0,0,0,0,0,0,0,28227,0,0,'Prove Yer Allegiance','Yer welcome to stay in Chiselgrip for a time, but I need to know that yer a friend. So I\'ve got a task for ye.$b$bWe of the Thorium Brotherhood\'re not the only dark irons here in the steppes. Far from it. We\'re pretty badly outnumbered by the dark irons of Blackrock Mountain. We\'ve got a safe enough foothold here in Chiselgrip, but even so, they still pester us from as close as the Ruins of Thaurissan, to the north.$b$bProve yerself, $r. Kill \'em for me.','Kill 10 Dark Iron dwarves in the Ruins of Thaurissan.','','','','Thaurissan dwarf slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,7038,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28226,13164,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28227,0,0,'Scrapped Golems','We keep golems here, as guards. The dwarves to our north also keep golems, but I\'m not sure why.$b$bMainly just for killin\', I suppose.$b$bWe could use some spare parts for our own golems, so here\'s what yer gonna do: kill theirs, then look for any parts that might\'ve fallen on the ground. Salvage what ye can. Ye probably won\'t be able to salvage everything, so choose carefully.','Kill War Reavers in the Ruins of Thaurissan, then loot 3 Obsidian Pistons, 3 Flux Exhaust Sieves, 3 Thorium Gearshafts, and 1 Stone Power Core from the War Reaver Parts that they drop.','','','','','','','',63333,63336,63335,63334,0,0,3,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28227,13164,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Golem Training','Yer provin\' to be a pretty big help around here, $r. I was thinkin ye could help with just one more thing.$b$bOur guards are strong, but they\'re not as strong as you are. I was thinkin\', maybe if ye wouldn\'t mind, ye might help some of \'em with their training? Just go up and talk to one and fight \'em a few times. Hopefully they\'ll learn from yer moves and get better.','Help 4 Chiseled Golems with their combat training.','','','','Chiseled Golems trained','','','',0,0,0,0,0,0,0,0,0,0,0,0,48037,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,64524,64523,64522,64521,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28228,13202,361,0,2949124,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rejoining the Forest','It is time to say goodbye now. You have raised me from a seedling, brief though it was, but now I must rejoin the forest.$B$BTake me back to the hill you found me on. There I will set my roots, and grow in the shadow of the ancients that came before me.','Bring the Flourishing Protector back to the hill in the center of Irontree Woods.','','','Protector brought to hill','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65287,65306,65325,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,47100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28229,13202,361,0,2293768,46,48,0,0,0,0,0,0,0,0,0,0,28220,63332,1,'Nature and Nurture','The ancient protectors of Irontree Woods to the north have been dead for years, their bodies a grim symbol of the damage to these lands.$B$BEvery season, we take the water from this moonwell, and pour it on the ground before them, hoping it will nurture new life. If you\'d like, you can deliver the water yourself.$B$BIt is an excellent opportunity for reflection. Take this vial and fill it at the moonwell, and pour it on the very top of the small hill between the three ancients.','Fill the vial at the moonwell in Whisperwind Grove and pour it on the ground between the dead ancient protectors in Irontree Woods.','','','','Irontree Hill watered','','','',0,0,0,0,0,0,0,0,0,0,0,0,48077,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,89362,0,0,0,0,0,0,0,28200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28230,13164,267,0,8388616,19,21,0,0,0,0,0,0,0,0,0,28209,28235,0,0,'Protocol','Before the warden receives his comeuppance we must deal with the outbreak. We cannot risk this contagion being released into the world.$B$BWithin the laborers\' quarters, directly north of here, is a monstrosity Stillwater pieced together out of three farmers. This beast must be destroyed if we are to secure the Sludge Fields! Protocol demands it!','Kill the Ray-Getz-Kalaba Monstrosity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47793,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28231,13164,267,0,264,19,21,0,0,0,0,0,0,0,0,0,28209,28235,0,0,'Do it for Twinkles','Warden Stillwater sent me out into the field to investigate the outbreak. When I arrived, Twinkles and I were charged by the lumbering monstrosity known as Verringtan. I was knocked off of Twinkles and immediately ran for my life. Twinkles, though, stayed behind and fought the beast off. Alas, she was defeated and then summarily planted in the soil as if she were some type of glorious star pony seedling.$B$BShe gave her life to defend me. Vengeance must be mine! If for nothing else, do it for Twinkles!','Kill the Blacksmith Verringtan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47792,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65714,65696,65674,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,911,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28232,13164,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Food From Below','Supplies are running low here in camp, $n. We have recently learned that the cellblock just southwest of here has a number of rations remaining from years of use. We need you to gather as many of those as you can and bring them back to camp.$B$BOne more thing, the entire cellblock is overrun with prisoners so be careful.','You have been asked to recover 12 Cellblock Rations from The Hole, just southwest of Baradin Hold.','','','','','','','',63315,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28211,13202,4922,0,4194440,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tempered in Elemental Flame','First things first: We\'re going to need ammunition. Ammunition powerful enough to pierce the armored hide of a black drake. $B$BWest of Thundermar is a Wildhammer town that\'s been overrun with unbound fire elementals. Any weapons left behind in that conflagration will have been tempered in elemental flame. Tougher than anything I could whip up at this forge!$B$BFind me spears in the Humboldt Conflagration, $N. The pointier the better.','Collect 8 Tempered Spears.','','','Bring the spears to Nivvet Channelock at Thundermar.','','','','',63282,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28212,13164,4922,0,4194440,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hot Stuff','I have a plan to quadruple the recommended torque for a standard speargun of this size, but according to my calculations the act of firing the weapon would shatter the casing. And possibly cleave the planet in two.$B$BI can weld together a chassis 100-times stronger if I had a good source of pure elemental flame for the smelting.$B$BUnbound Emberfiends are roiling around west of here, in the Humboldt Conflagration. Killing them should render them down to pellets of molten fury. Bring me some!','Collect 5 pellets of Molten Fury.','','','Return to Nivvet Channelock at Thundermar.','','','','',63283,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28235,13164,267,0,12582920,19,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burnside Must Fall','Magistrate Burnside was once the mayor of this region. In life he was a formidable adversary in the battle over Hillsbrad. In undeath he will surely test us.$B$BBurnside channels great arcane magic in the northwest section of the Sludge Fields. Lead us there and together we shall put an end to his rule, once and for all.','Kill Magistrate Burnside.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47790,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28236,13202,4922,0,16793736,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Brother','Me brother Bahrum has gone missing!$b$bHe was one of the first scouts in the area. All the others have returned safely, but there be no sign of him. Da says he\'s just dawdling somewhere, but he\'s me only brother, and I promised me mum that I would keep him safe. Will you please find him?','Find Bahrum Forgehammer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28237,13164,267,0,15728640,19,21,0,0,0,0,0,0,0,0,0,28235,0,0,0,'A Blight Upon the Land','With the undead outbreak contained, the time has come for Stillwater and his followers to answer for their crimes. Though we averted a tragedy the likes of which has not been seen since the Scourge invaded, we must ensure that such a thing can never happen again. They will all face true death!$B$BCome, $N! I will have Stillwater\'s head!','Take the Head of Warden Stillwater.','','','','','','','',63330,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65715,65697,65675,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28238,13164,1519,0,4456584,84,84,0,0,0,0,0,0,0,0,0,27106,0,0,0,'Twilight Shores','The time has come, $c. With Stormwind secure, we will take this fight to the enemy. To the Highlands!$B$BThe bulk of our navy has already shipped out, thanks to your work earlier. But Fargo Flintlocke has prepared a seaplane that can make the journey in double-time.$B$BSpeak with Flintlocke down at the harbor and tell him that you are to accompany him to the Highlands. He will be by the water\'s edge. Safe journeys, $N.','Speak with Fargo Flintlocke at Stormwind Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28239,13164,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28245,63357,1,'Into the Black Tooth Hovel','This isn\'t really the most... convincing disguise I\'ve seen, but it\'ll work. Undercover work is all about swagger, anyhow. Just act like you\'re supposed to be there, and you\'ll be fine.$b$bYour contact inside Black Tooth Hovel will be an orc by the name of Quartermaster Kaoshin. He does NOT know you\'re a spy, so try and stay cool.$b$bDo whatever Kaoshin asks you. Colonel Troteman will be in touch via gnomecorder to give you any special instructions.$b$bGood luck out there, soldier.','Speak with Quartermaster Kaoshin at the Black Tooth Hovel in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28240,13164,989,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tapped Out','Listen, $n.$b$bYou know I live to entertain you, and that I strive to keep you pleasantly occupied and whatnot.$b$bBut it just so happens that I\'ve completely run out of ideas.$b$bThat was it!$b$bUsusally as I\'m questing with you I can think of a few things to have you do next, which buys me time to cook up some grand objective, but no more.$b$bI\'m tapped out. Completely uninspired. Couldn\'t muster up another idea to save my life.$b$bOh, wait!I know what we can do!$b$bTalk to me in a week or two...','Harrison Jones wants you to talk to him again in a week or two.','','','','Harrison is thinking...','','','',0,0,0,0,0,0,0,0,0,0,0,0,48082,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27752,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight Like a Wildhammer','S\'not a boast to say that we Thundermars brew the finest ale in the Eastern Kingdoms. It\'s 220 proof. Yeah, you heard me!$B$BAs folks fled from the south to the town center, they were forced to leave behind their ale.$B$B$B$BGET IT BACK! That stuff\'ll turn even the stringiest of warriors into a whirlin\' dervish of mouth-foaming destruction. Get them kegs! S\'our only hope!','Collect 10 Kegs of Thundermar Ale from the Thundermar Ruins. Carfeul - it\'s got some kick!','','','Bring the Ale back to Low Shaman Blundy at Thundermar.','','','','',62330,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63819,63818,63820,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28242,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28241,0,0,0,'We All Must Sacrifice','$B$BYou seek my sight, $r? My powers come at a price. These disciples of the Twilight have been honoring me with the blood of Wildhammer dwarves from the nearby ruins, but still I thirst. Perhaps you can do better.$B$BSlay my old masters, and my vision is yours. Honor me with the slaughter of the Shaman of the Black. Blood is blood, after all.','Slay 10 Shaman of the Black.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46322,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28243,13164,4922,0,128,84,84,0,0,0,0,0,0,0,0,0,28242,0,62804,1,'The Eyes Have It','Very well then, $r. You have purchased my services in blood. Take me back to the \"Low Shaman\" of Thundermar.$B$BOh yes, I already know where you\'re taking me. Blundy\'s meager, ale-soaked abilities are trivial. But you - you fascinate me, $r. With my sight and your abilities, imagine the havoc we could unleash into this pathetic world together...','Take the Eye of Twilight to Low Shaman Blundy at Thundermar in Twilight Highlands.','','','','','','','',62804,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28241,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Vision of Twilight','Cho\'gall keeps track of his minions through these funny magical balls: \"The Eyes of Twilight.\"$B$BIf I could get me hands on one of those, I bet we could use it to look in on Cho\'gall and see what his creeps are up to. Get me one!$B$BSearch the Black Breach, east of here and just north of the river. Find me an Eye of Twilight, and do whatever you gotta do to bring it back here.','Locate an Eye of Twilight within the Black Breach.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28245,13164,46,0,1048584,49,50,0,0,0,0,0,0,0,0,0,0,28252,63357,1,'Grunt Work','Bah! You\'re lucky I\'m short-handed today. Otherwise I\'d make you my personal whipping $g boy: girl; for the week.$b$bThe officers and high-ranking soldiers need their boots polished. They\'ve left them out in front of their huts.$b$bI want to see my reflection in those boots, grunt! Get to work!','Vigorously polish 7 pairs of Blackrock Boots.','','','','Pairs of Blackrock Boots polished','','','',0,0,0,0,0,0,0,0,0,0,0,0,-206977,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28246,13164,46,0,589824,49,50,0,0,0,0,0,0,0,0,0,0,28253,63350,1,'Strategic Cuts',' $N... $N, can you hear me? It\'s Troteman.$b$bListen, we\'ve just received the final bit of intel for your next mission. There are three marks that we\'d like you to take down. The first is Voodooist Timan, whom you\'ll find atop the Pillar of Ash. Worgmistress Othana is in the central worg pens. Finally, Gorlop is near the lava pools to the south.$b$bYou will find the scorpid barbs you harvested packed along with your belongings. Use the barbs on the marks when the time is right.','Use the Razor-Sharp Scorpid Barb on Voodooist Timan atop the Pillar of Ash, Worgmistress Othana in the worg pens, and Gorlop when he is near the lava pools.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9176,48099,48100,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27377,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27376,0,0,0,'Devoured','We knew this was possibility, but we had no idea how the beast would defend itself. Iso\'rath\'s body is reacting quickly to our threat.$B$BI can complete the summoning from here, but only if you can hold back Iso\'rath\'s defenses. Keep them busy! We will survive this!','Defend yourself and Earthcaller Yevaa from Iso\'rath\'s bodily defenses.','','','Speak to Earthcaller Yevaa.','Survive Iso\'rath\'s defenses','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28247,13202,4922,0,134217866,84,85,0,0,0,0,0,0,0,0,0,28176,0,0,0,'Last of Her Kind','Obsidia is one of the last mature dragons that can continue the black dragonflight bloodline. She must be killed.$B$BIf you succeed in killing her, you should inform Lirastrasza immediately of your victory. She\'s been fighting a long time to see this done.$B$BThank you for being our fang in these battles. You\'ve proven a powerful ally.','Kill Obsidia.','','','Speak to Lirastrasza just northwest of the Obsidian Forest.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63756,63755,63754,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28175,13202,4922,0,0,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shining Through the Dark','The great petrified tree that lies before us to the south was once a beacon of great life. Our beacon. We lost this forest to the black flight, and it has since been corrupted and petrified. Nearly unredeemable.$B$BBut all is not without hope. I\'ve brought a powerful tool to begin the healing process. The tree may still be saved, with much time and fortune, and with perhaps a little effort from you.$B$BBring this, Alexstrasza\'s Tear, and use it within the hollowed heart of the tree.','Use Alexstrasza\'s Tear within the hollow beneath the Obsidian Tree.','','','Return to Velastrasza just northwest of the Obsidian Forest in the Twilight Highlands.','Alexstrasza\'s Tear planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28497,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28482,0,0,0,'Fire From the Sky','Sullah wasn\'t kidding. That hill is crawling with troopers!$b$bJump on and paint our targets for me.$b$bMake every shot count, $n! We need to be able to get up there.','Kill 100 Schnottz Troopers while mounted on the Confiscated Artillery.','','','Speak to Harrison Jones in Pilgrim\'s Precipice.','Schnottz Infantrymen Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48859,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,65870,65869,65868,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28251,13164,267,0,8650760,20,22,0,0,0,0,0,0,0,0,0,28237,0,0,0,'Trouble at Southshore','Before my capture and imprisonment, I was stationed at Southshore. My primary job at the ruins was to take slime samples and make sure that the blight that we released was safely dissipating. Simple and easy if not for the worgen that would continuously harass us.$B$BI need you to head to Southshore and find my apprentice, Serge Hinott. Make sure that he\'s ok and inform him that I will return once my work here has concluded.$B$BYou\'ll find the Ruins of Southshore to the southeast, near the coast.','Speak to Serge Hinott at the Ruins of Southshore in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28252,13164,46,0,8454152,49,50,0,0,0,0,0,0,0,0,0,0,28253,63356,1,'The Kodocaller\'s Horn','Alright, I\'ve got some actual, legitimate, important work for you. We\'ve got to call the kodos in from the grazing lands to the south. General Thorg\'izog says we\'ll be moving out into Redridge soon, and I won\'t be caught with my kodos down.$b$bUse this horn near a kodo. It will return to the camp when it hears the call.$b$bYou\'ll want to watch out. Sometimes the kodos get a little feisty, so you need to knock them around a bit before they listen to you.','Use the Horn of the Callers to call 7 Blackrock War Kodos back to camp. If a kodo turns hostile, fight it until it submits.','','','','Blackrock War Kodos summoned back to camp','','','',0,0,0,0,0,0,0,0,0,0,0,0,48112,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28253,13164,46,0,11010048,49,50,0,0,0,0,0,0,0,0,0,0,28265,63358,1,'Taking the Horn For Ourselves','$N, it\'s Troteman. I want you to hold onto that horn. I\'m sure we can improvise and find a way to work it into the plan.$b$bI\'m more than a little concerned about what Kaoshin said about attacking Redridge. We knew another attack was imminent, but our timetables were off by several days.$b$bReturn to me, with the horn. We will talk again here, in Chiselgrip. And try not to ruin that disguise. You\'re not done with your undercover work yet.','Bring the Horn of the Callers back to Colonel Troteman at Chiselgrip in Burning Steppes.','','','','','','','',63358,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64517,64516,64515,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28254,13164,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Needle in a Hellhole','You and I can\'t take on an army, $N. They\'ll overwhelm us. That\'s why we\'ve got to stick to Troteman\'s plan.$b$bThe next part of the plan is going to require a bit of subtlety... something that I\'m not terribly good at. That\'s where you come in.$b$bSpeak with Thelaron Direneedle, the tailor here in town. I\'ve already given him the hides and mud that we\'ve collected. He\'s going to need to size you.$b$bThat\'s right, $N: you\'re going undercover.','Speak with Thelaron Direneedle at Chiselgrip in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28255,13164,989,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vhat\'s Next?','Vhich vay vill zhings turn out? Hmm?$b$bVill I turn on my dark master, whoever zhat might be?$b$bVill I learn to become a more sensitif and compassionate leader? Vill I go so far as to drop my adorable dialect?$b$bOr vill I embrace my aspirations and press forvard at all costs, never satisfied until all of Azerozh is mine?$b$bAnd vhat zhen, hmm?$b$bMaybe it vill all come togezher next veek...$b$b...or maybe zhe veek after zhat...','Commander Schnottz just wants a hug...','','','','Schnottz can\'t wait to see what happens next...','','','',0,0,0,0,0,0,0,0,0,0,0,0,47972,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28256,13202,361,0,10,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Skull of Gul\'dan','Illidan set out to find the Skull of Gul\'dan. He fought through armies of demons to reach it, slaying them with the power that made him a hated outcast.$B$BSee him in battle, $c. Witness the one that fought the fiercest against the corruptors of Felwood, and struck at its source.','Relive Illidan\'s battle for the Skull of Gul\'dan.','','','Skull of Gul\'dan obtained','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28257,13202,361,0,10,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of Tichondrius','Yes, Illidan took the power of the Skull of Gul\'dan for himself.$B$BBut did he flee with it into the night? Did he use it for his own glory? No... his very first action was to use his new power to assault the dreadlord Tichondrius!$B$BWitness his triumph, $c. Witness how Illidan reclaimed Felwood from the demons... and the thanks he was given.','Relive Illidan\'s battle with Tichondrius.','','','Tichondrius defeated','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65284,65304,65323,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,47100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28258,13202,1519,0,8388616,50,50,0,0,1,0,0,0,0,0,0,0,28393,0,0,'Meet with Ander Germaine','Ander Germaine sent a message for you. He wants you to join him at his headquarters in the Command Center in Stormwind\'s Old Town as quickly as you can. It sounded important, $N.','Speak with Ander Germaine at the Command Center south of Stormwind\'s Old Town.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28259,13202,1519,0,8388616,50,50,0,0,256,0,0,0,0,0,0,0,28399,0,0,'Meet with Demisette Cloyce','I just received a scroll from Demisette Cloyce in Stormwind. She wants you to pay a visit to the Slaughtered Lamb in Stormwind. She doesn\'t mention specifics, but I got the impression that it was a matter of some importance.','Speak with Demisette Cloyce in the basement of the Slaughtered Lamb in Stormwind\'s Mage District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28260,13202,1519,0,8388616,50,50,0,0,4,0,0,0,0,0,0,0,28394,0,0,'Meet with Wulf Hansreim','Wulf Hansreim sends word from Stormwind -- he wants to meet with you right away. He\'ll be in the Command Center just to the south of Stormwind\'s Old Town.','Speak with Wulf Hansreim in the Command Center to the south of Stormwind\'s Old Town.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28261,13202,361,0,2162696,46,48,0,0,0,0,0,0,0,0,0,0,28264,63419,1,'Deceivers In Our Midst','Now that you\'ve had a lesson in keeping an open mind, perhaps you\'d like to learn WHY I killed those druids.$B$BThe answer is simple: They are not druids at all.$B$BDemons still roam the ruins, now hiding in plain sight in the guise of friendly caretakers. See for yourself...this blindfold is soaked in demon blood. Take it north up the hills to Jadefire Run and place it on your eyes. It will show even the most oblivious fool the true nature of any demon.','Slay 12 Jadefire Shifters in Jadefire Run.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48154,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,90147,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28262,13202,1519,0,8,50,50,0,0,8,0,0,0,0,0,0,0,28406,0,0,'Meet with Lord Tony Romano','Lord Tony Romano, one of the senior rogue trainers in Stormwind\'s SI:7, has sent word that he wants to speak with you. Head to Stormwind as soon as you can and look for him in the SI:7 building just south of Old Town.','Speak with Ander Germaine at the Command Center south of Stormwind\'s Old Town.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28263,13202,1519,0,8388616,50,50,0,0,129,0,0,0,0,0,0,0,28398,0,0,'Meet with Maginor Dumas','I just received a message from Maginor Dumas, the senior mage trainer in Stormwind. He\'s asking you to join him in the Wizard\'s Sanctum in Stormwind as soon as you can travel there.','Speak with Maginor Dumas at the Wizard Sanctum in Stormwind\'s Mage Quarter.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28264,13202,361,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Navarax\'s Gambit','I have been preying on these demonic impostors for some time now, and I have finally gleaned the location of their leader. It is none other than Arch Druid Navarax, the leader of the Emerald Circle.$B$BThe demon shields himself with innocents. If I entered Whisperwind Grove to hunt him, I would be set upon by ignorant protectors... but you! You can catch him unaware.$B$BReturn to Whisperwind Grove. Climb the druid tower and you\'ll find Navarax at the top, in his room amidst the boughs.','Slay the demon impersonating Arch Druid Navarax.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47842,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65285,65305,65324,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,0,0,0,0,0,0,56400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28265,13164,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,28266,0,0,'General Thorg\'izog','Kaoshin turned out to be more helpful than I expected, but we\'re done with him. It\'s time you spoke with the General. I think you\'re ready.$b$bGeneral Thorg\'izog is one of the \"big three\" that run the ground forces here in Burning Steppes. He does so from the Blackrock Stronghold to the northwest. Put on your disguise and go speak with him. See if you can earn his trust. Troteman will be in touch, should we need anything further.','Speak with General Thorg\'izog.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28266,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,28278,0,0,'Trial by Magma','I suppose I\'ll make the most of this situation. These goblin mercenaries brought this enormous fire elemental to my stronghold as a \"thank you\" for hiring them. What am I going to do with an elemental here in the steppes? That\'s like bringing sand to the beach.$b$bIf you\'re looking for work, then prove yourself. Talk to this goblin here, and challenge his elemental to a fight. The victor earns my respect, and my time.','Speak with Wyrtle Spreelthonket and ask him to release Magma Lord Kolob. Then defeat Magma Lord Kolob in battle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48156,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,64528,64527,64526,64525,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28268,13202,1519,0,8388616,50,50,0,0,2,0,0,0,0,0,0,0,28405,0,0,'Meet with Lord Grayson Shadowbreaker','Lord Grayson Shadowbreaker from the Cathedral of the Light in Stormwind has sent a message for you. He wants to speak with you the next time you\'re in the city. You should be able to find him in the Cathedral District.','Speak with Lord Grayson Shadowbreaker at the Cathedral of Light in Stormwind\'s Cathedral District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28134,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28112,0,0,0,'Impending Retribution','Now that you\'ve been suitably rewarded, I hope I can speak with you frankly.$B$BYou\'ve done my kingdom a great favor, but you\'ve also unbalanced a fragile peace process.$B$BI was pursuing my brother\'s release strictly through diplomatic means in order to avoid bloodshed.$B$BNow, the enemy is sure to seek retaliation.$B$BSpeak to Nomarch Teneth at the Tahret Grounds to the east, Sun Priest Asaris at the Seal of the Sun King to the north and Asaq at Mar\'at to the west. Find out where the enemy will strike.','Speak to Nomarch Teneth at the Tahret Grounds, Sun Priest Asaris at the Seal of the Sun King, and Asaq at Mar\'at.','','','Return to King Phaoris at Ramkahen.','Speak with Nomarch Teneth','Speak with Sun Priest Asaris','Speak with Asaq','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,81040,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28270,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,28273,0,0,'Riding Shotgun!','Alright, $n, I\'m very close to learning how to activate the final obelisk.$b$bOnly a few pieces of information are missing and with any luck, we should be able to find them at the site.$b$bThe supplies are all packed up. Let me know when you\'re ready to go.','Accompany Harrison to the Oasis of Vir\'sar.','','','','Accompanied Harrison to the Oasis','','','',0,0,0,0,0,0,0,0,0,0,0,0,48183,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65880,65877,65878,65879,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28002,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crisis Management','There is a delicate situation that calls for the... objective discretion of an outsider.$b$bYou see, an unfortunate incident has upset some of our guests. Rest assured, our top men are sorting out the details.$b$bIn the meantime, it would be wonderful if you could calm our more squeamish visitors.$b$bHandle this well, and the furrier is sure to hear of it!','Belloc Brightblade wants you to reassure the guests at Schnottz\'s Landing.','','','Speak to Belloc Brightblade at Schnottz\'s Landing.','Prolific Writer Questioned','Privileged Socialite Soothed','Pretentious Businessman Chastened','Budding Artist Counseled',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27941,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,27928,0,0,0,'Fashionism','We have a strict policy among our ranks, one that we take most seriously.$b$bOur troops are to dress in official uniform at all times. This helps with organization, friendly fire incidents are reduced, and it keeps the troops looking wonderful!$b$bWe call it, Fashionism.$b$bWe\'ve been running low on uniforms lately. I must ask that you recover them from the troopers that have fallen in the line of duty.$b$bYou should find plenty of the poor fellows east of here, at the Ruins of Ammon.','Belloc Brightblade wants you to collect 10 Trooper Uniforms.','','','Speak to Belloc Brightblade at Schnottz\'s Landing.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65860,65859,65858,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,89457,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27993,13164,5034,0,589960,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Take it to \'Em!','We was lucky to escape, $c. I\'m not sure I\'d feel right if we didn\'t take care of them ambushers.$b$bHows about you git back up to Khartut\'s tomb and give them little buggers what fer!$b$bIt\'s off to the northeast, just inside the entrance to Uldum if\'n I recollect correctly.$b$bWhat\'re you looking at? I sure ain\'t in no condition to do it!','Mack wants you to investigate Khartut\'s Tomb.','','','Speak with Harrison Jones at Khartut\'s Tomb.','Khartut\'s Tomb Investigated','','','',0,0,0,0,0,0,0,0,0,0,0,0,47318,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28275,13202,5389,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Bombs Away!','The Wellson Shipyard is constantly receiving supplies from offshore and we need to put a stop to it. They have setup cannons along the docks for defense but if you can make it to them, we can use them to destroy their supply ships.$B$BHead over there and see what you can do. Report back to me on your progress.','Destroy 10 Ghastly Supply Boats.','','','','Wellson Supply Boats Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,48286,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27549,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,27541,0,61509,1,'By the Light of the Stars','Look at this, $n.$b$b$b$bI tightened the clamp in the middle and crimped the wires on the edges. They may not be the most comfortable, but they should hold together.$b$bIf I\'ve translated your tablets correctly, there\'s something hidden here - a final piece to our puzzle.$b$bI hope your spectacles hold the key.$b$bLet me know what you find!','Collect 7 Suspended Starlight.','','','Speak with Harrison Jones at the Obelisk of the Stars.','Suspended Starlight Collected','','','',61376,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,84625,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27624,13202,5034,0,65672,83,83,0,0,0,0,0,0,0,0,0,27431,0,0,0,'After the Fall','Aww, that was nothin\', really.$b$bThose statues were teetering as it was - just needed a little push is all.$b$bHow about you go and sort through that rubble?$b$bI\'ve got a feeling we\'re close to getting this all sorted out.','Collect the Orb of the Morning Star, the Orb of the Evening Star, Orb of the North Star and the Orb of the Shooting Star.','','','Speak to Harrison Jones in the Chamber of the Stars.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28278,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,63390,1,'I Am the Law and I Am the Lash','I\'ve been looking for a good, strong soldier like you. I need someone to keep my troops in line.$b$bOutside the stronghold, you will find orcs, ogres, and trolls preparing for the assault on Redridge. My sergeants keep them in line, but I\'d like you to assist them.$b$bTake this cudgel and discipline a few of my soldiers. I don\'t care if they\'re misbehaving or standing perfectly in line, I want them beaten. I want them focused, battle-hardened, and obedient.$b$bNow go.','Use the Blackrock Cudgel of Discipline on 20 troops in the Fields of Honor. If one of the troops discovers your disguise, cudgel him to death before he can unmask you.','','','','Blackrock minions cudgeled','','','',0,0,0,0,0,0,0,0,0,0,0,0,48195,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28279,13202,46,0,2949120,49,51,0,0,0,0,0,0,0,0,0,0,28286,63390,1,'Abuse of Power','$N? Troteman here.$b$bIt sounds like you have earned Thorg\'izog\'s trust, and he\'s assigned you to discipline duty. This is fortunate.$b$bWe need you to take out his sergeants. You\'ll find them on wolfback, outside of the Blackrock Stronghold in the Fields of Honor. Use that cudgel on them, several times, until they die. You\'ll have to act fast, because if they realize you\'re not one of them, they can unmask you. Strike quickly and ferociously, $N.$b$bTroteman out.','Kill 5 Blackrock Sergeants using the Blackrock Cudgel of Discipline. Defeat them quickly, before they have a chance to unmask you.','','','','Blackrock Sergeant slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48210,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28282,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28281,0,0,0,'Narkrall, The Drake-Tamer','There\'s one Dragonmaw among this lot, the one they call \"Narkrall: The Drake-Tamer.\" I don\'t know where he gets his power over those beasts, but the black terror he rides is as nasty a brute as ever took the skies over the Highlands.$B$B$N, Narkrall is the fiend who took my father\'s life and left Thundermar in my hands.$B$BI can\'t take him on alone, but I\'ve seen what you\'re capable of, $c. Maybe together we can end this.$B$BLet me know when you\'re ready, and we\'ll fight Narkrall together!','Slay Narkrall Rakeclaw. Speak with Colin Thundermar when you\'re ready.','','','Speak with Colin Thundermar at Thundermar.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48257,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63807,63806,63805,63808,63804,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27380,13164,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,27379,0,0,0,'Nightmare','Iso\'rath\'s brain is revealed! The shaman you\'ve saved should keep you somewhat safe amidst his defenses.$B$BStrike at the brain and destroy Iso\'rath!','Destroy the Brain of Iso\'rath.','','','Speak to Earthcaller Torunscar at the Ring of the Elements.','Kill Iso\'rath','','','',0,0,0,0,0,0,0,0,0,0,0,0,47960,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63783,63782,63781,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28281,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Last Stand at Thundermar','I\'ll hand it to you and your Alliance friends. You\'ve really worked the Dragonmaw over!$B$BMany of their riders are dismounted but they\'re still coming at us, and my defenders will be overrun without help.$B$BKill Dragonmaw Skyclaws on foot and Thundermar will forever be in your debt!','Kill 8 Dragonmaw Skyclaws on foot.','','','Return to Colin Thundermar at Thundermar.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48194,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27379,13202,4922,0,128,84,84,0,0,0,0,0,0,0,0,0,27378,0,0,0,'The Terrors of Iso\'rath','We need you! You were stuck in some kind of nightmare. So are many of the other shaman.$B$BIt doesn\'t matter... our plan is falling apart. Some of our shaman are channeling protective auras that should combat the digestive juices and keep you alive, but we need you to rescue the other shaman from the tentacles. We won\'t be able to defeat Iso\'rath without them!$B$BDon\'t stay out in the stomach without the other shaman for too long or you\'ll be digested alive!','Rescue Hargoth Dimblaze, Earthmender Duarn, Stormcaller Jalara, and Stormcaller Mylra.$B$BReturn to the safety of the other shaman if Iso\'rath\'s defenses are eating away at you.','','','Speak to Earthcaller Yevaa within the stomach of Iso\'rath.','Save Hargoth Dimblaze','Save Stormcaller Jalara','Save Earthmender Duarn','Save Stormcaller Mylra',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,81040,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28283,13202,400,0,262152,38,42,0,0,0,0,0,0,0,0,0,0,27316,0,0,'What\'s that Rattle?','Did you see that glowing rattle on the ground outside of Isha\'s hut?','Inspect the Rattle of Bones on Darkcloud Pinnacle in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28284,13202,400,0,262152,38,42,0,0,0,0,0,0,0,0,0,0,27317,0,0,'What\'s that Rattle?','Did you see that glowing rattle on the ground outside of Isha\'s hut?','Inspect the Rattle of Bones on Darkcloud Pinnacle in Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28285,13202,1519,0,8388616,50,50,0,0,16,0,0,0,0,0,0,0,28328,0,0,'Meet with High Priestess Laurena','I just received a scroll from the Cathedral of Light, $N. High Priestess Laurena sends word that she wishes to speak with you. You should meet with her as soon as you can.','Speak with High Priestess Laurena at the Cathedral of Light in Stormwind\'s Cathedral District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28286,13202,46,0,2621440,49,51,0,0,0,0,0,0,0,0,0,0,28310,0,0,'Enough Damage For One Day','We do not have any further strategic need for Thorg\'izog or the Blackrock ground troops. We must continue to the next phase of the plan.$b$bWhen you are finished at the stronghold, return to us here in Chiselgrip.','Return to Colonel Troteman at Chiselgrip.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64537,64536,64535,64534,64533,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,90365,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28287,13202,1519,0,8388616,50,50,0,0,64,0,0,0,0,0,0,0,28401,0,0,'Meet with Farseer Umbrua','Farseer Umbrua\'s messenger just reached me, $N. She has an important matter she wishes to discuss with you and sends word that you should meet her at the Golden Keg in the Dwarven District of Stormwind as soon as you can make it there.','Speak with Farseer Umbrua at the Golden Keg in Stormwind\'s Dwarven District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28288,13202,361,0,8,44,46,0,0,0,0,0,0,0,0,0,0,0,63395,1,'Open Their Eyes','Before you go...$B$BI\'ve taken advantage of my \"alone time\" with Impsy here to learn some interesting facts about imps. Specifically, he ended up telling me the one thing that all imps fear most. Something they\'re absolutely terrified of.$B$BI thought that sounded useful as well as interesting, so I\'ve done some basic conjuring. This prism will project an image of... well, of what Impsy described.$B$BShadowlurk Ridge is still swarming with imps. Why don\'t you go test their reaction for me?','Use Delaris\'s Prism to terrify 20 Jadefire Imps.','','','','Imps terrified','','','',0,0,0,0,0,0,0,0,0,0,0,0,48227,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,65278,65298,65317,0,0,0,1,1,1,0,0,0,65357,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,34800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28289,13202,493,0,8388616,50,50,0,0,1024,0,0,0,0,0,0,0,28343,0,0,'Moonglade Calls','I have received word that our brothers in Moonglade have requested your help, $N. You should travel there and speak with Loganaar in Nighthaven. He will tell you all you need to know.','Travel to Moonglade and speak with Loganaar in Nighthaven.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28290,13202,1637,0,8388616,50,50,0,0,1,0,0,0,0,0,0,0,28457,0,0,'Meet with Grezz Ragefist','Grezz Ragefist sent an urgent message for you, $N. He wants you to join him immediately in Orgrimmar\'s Valley of Heroes. He must have a mission of importance for you.','Speak with Grezz Ragefist in Orgrimmar\'s Valley of Honor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28292,13202,1519,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'That\'s No Pyramid!','That pyramid at the Maker\'s Terrace in Uldum is nothing of the sort. It\'s a giant machine that can be reconfigured for any number of uses.$B$BDeathwing was going to have the Twilight\'s Hammer turn it into a massive weapon!$B$B$N, you have to take the portal to get this information to Harrison Jones in Stormwind. He\'ll know what to do.','Speak with Harrison Jones at Stormwind Keep in Stormwind City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26413,13202,5042,0,589952,81,82,0,0,0,0,0,0,0,0,0,26411,0,0,0,'Take Him to the Earthcaller','He still looks a little loopy to me. His head must still be ringing.$B$BBest get him inside the temple and see what the Earthcaller wants to do with him.$B$BI think I\'m going to stay out here a little while longer and \"observe\" these rock flayers.','Introduce Flint Oremantle to Earthcaller Yevaa at the Temple of Earth.','','','Speak with Earthcaller Yevaa at the Temple of Earth.','Flint Oremantle introduced to Earthcaller Yevaa','','','',0,0,0,0,0,0,0,0,0,0,0,0,44207,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,61468,61467,61466,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28234,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28233,0,0,0,'They Took Me Pants!','Why I be standing in the grain crate? Long story short, there were hornets and some Dragonmaw that showed up at a bad time. I got away safely, but the bastards took off with me legguards!$B$BMy sister made those for me from scratch, even engraved my name on... I would die of shame if she found out I lost \'em.$B$BPlease find \'em for me - I saw the pant thief going into that fortress over there. I\'m going to stay here for *ahem* cover.$B$BAnd don\'t be asking what a Wildhammer wears under his kilt!','Find Bahrum\'s legguards.','','','Bring the legguards to Bahrum at Gorshak War Camp.','','','','',63374,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63347,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28295,13202,440,0,262280,83,83,0,0,0,0,0,0,0,0,0,28292,27003,0,0,'Meetup with the Caravan','The pyramid inside of the Maker\'s Terrace in Uldum can be used as some kind of super weapon that will end all life on Azeroth.$B$B$B$BYou need to continue the research you\'ve begun. Head to the southern end of Kalimdor, to the desert of Tanaris. There\'s a caravan there that\'s about to leave for Uldum.$B$BPerhaps you can tag along.','Speak with Adarrah at Thistleshrub Valley in Tanaris.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28296,13202,440,0,262280,83,83,0,0,0,0,0,0,0,0,0,28293,27003,0,0,'Meetup with the Caravan','The pyramid inside of the Maker\'s Terrace in Uldum can be used as some kind of super weapon that will end all life on Azeroth.$B$B$B$BYou must continue the good research that you\'ve begun. Head south to the desert of Tanaris. There\'s a caravan there that\'s about to leave for Uldum.$B$BPerhaps you can tag along.','Speak with Adarrah at Thistleshrub Valley in Tanaris.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28297,13202,1637,0,8388616,50,50,0,0,4,0,0,0,0,0,0,0,28461,0,0,'Meet with Ormak Grimshot','I received a scroll for you from Ormak Grimshot in Orgrimmar. He wants you to make your way to the Valley of Honor and speak with him as soon as you can. It sounded urgent, $N.','Speak with Ormak Grimshot in Orgrimmar\'s Valley of Honor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28298,13202,1637,0,8388616,50,50,0,0,8,0,0,0,0,0,0,0,28463,0,0,'Meet with Gordul','Gordul, leader of the rogues of the Shattered Hand in Orgrimmar, wishes to meet with you. Make your way to Orgrimmar quickly, $N and seek him in the Cleft of Shadow. He must have an important mission for you.','Speak with Gordul in Orgrimmar\'s Cleft of Shadow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28299,13202,1637,0,8388616,50,50,0,0,256,0,0,0,0,0,0,0,28459,0,0,'Meet with Zevrost','I have just received word from Zevrost, Orgrimmar\'s foremost warlock trainer. He wishes you to travel to Orgrimmar and speak with him in the cleft of shadow. It sounds like he has an important mission for you.','Speak with Zevrost in Orgrimmar\'s Cleft of Shadow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28300,13202,1637,0,8388616,50,50,0,0,128,0,0,0,0,0,0,0,28458,0,0,'Meet with Ureda','I just received a scroll for you from Orgrimmar, $N. It\'s from Ureda, one of the mage trainers there. She wants you to meet with her in Orgrimmar\'s Cleft of Shadow next time you\'re in the city.','Speak with Ureda in Orgrimmar\'s Cleft of Shadow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28301,13202,1637,0,8388616,50,50,0,0,64,0,0,0,0,0,0,0,28465,0,0,'Meet with Kardris Dreamseeker','I just received an urgent message addressed to you, $N. It\'s from Kardris Dreamseeker, one of the shaman trainers in Orgrimmar. She wants you to travel to Orgrimmar\'s Valley of Wisdom and speak with her as soon as you can.','Speak with Kardris Dreamseeker in Orgrimmar\'s Valley of Wisdom.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28302,13202,1637,0,8388616,50,50,0,0,2,0,0,0,0,0,0,0,28466,0,0,'Meet with Sunwalker Atohmo','You should make your way to Orgrimmar as soon as you can, $N. Sunwalker Atohmo has sent word that he wishes to speak with you about a matter of importance to the Horde. Look for him the Valley of Wisdom.','Speak with Sunwalker Atohmo in Orgrimmar\'s Valley of Wisdom.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28303,13202,1637,0,262152,50,50,0,0,2,0,0,0,0,0,0,0,28473,0,0,'Meet with Master Pyreanor','Master Pyreanor sent an urgent message for you, $N. He asks you to join him at Grommash Hold in Orgrimmar\'s Valley of Strength the next time you\'re in the city. It sounds as though he must have an important assignment for you.','Speak with Master Pyreanor in Orgrimmar\'s Grommash Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28304,13202,1637,0,8388616,50,50,0,0,16,0,0,0,0,0,0,0,28474,0,0,'Meet with Dark Cleric Cecille','Dark Cleric Cecille, a member of the Banshee Queen\'s delegation to Orgrimmar, has requested to meet with you next time you\'re in the city. You can find her inside Grommash Hold in Orgrimmar\'s Valley of Strength. It must be an important matter for her to send for you so directly, $N.','Speak with Dark Cleric Cecille at Grommash Hold in Orgrimmar\'s Valley of Strength.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28305,13202,361,0,262152,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Bloodvenom Post','While we dealt with Jaedenar, I sent a friend of mine north to Bloodvenom Post. We used to have infrequent visits from the tauren there, but they have stopped coming as of late.$B$BMy friend, Kelnir Leafsong, has yet to return. Would you travel north to check on her and the situation at Bloodvenom?$B$BShould you find her, do be aware... dryads like her tend to strike other races as a bit odd.','Speak with Kelnir Leafsong at Bloodvenom Post.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28306,13202,361,0,262152,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whisperwind Grove','You\'ve been such a big help here!$B$BI\'m gonna stay here a while and look after poor Mr. Tauren until he stops throwing up so much. Why don\'t you head north to Whisperwind Grove? It\'s really pretty there, and all the druids are so friendly!$B$BYou should tell Miss Puregrove I\'m okay, she\'ll worry if I\'m gone too long. She might ask you to help with her flowers, too! So fun!','Speak with Tender Puregrove at Whisperwind Grove.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28307,13202,1637,0,8388616,50,50,0,0,16,0,0,0,0,0,0,0,28475,0,0,'Meet with Tyelis','Tyelis, a member of the the Silvermoon delegation to Orgrimmar, has requested to meet with you next time you\'re in the city. You can find him inside Grommash Hold in Orgrimmar\'s Valley of Strength. It must be an important matter for him to send for you so directly, $N.','Speak with Tyelis at Grommash Hold in Orgrimmar\'s Valley of Strength.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28308,13202,1637,0,8388616,50,50,0,0,0,0,0,0,0,0,0,0,28476,0,0,'Meet with Seer Liwatha','Seer Liwatha sends her greetings from the Valley of Wisdom in Orgrimmar, $N. She asked me to convey an invitation to visit her next time you\'re in the city. It sounded like she has something of importance to discuss with you.','Speak with Seer Liwatha in Orgrimmar\'s Valley of Wisdom.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28309,13202,1637,0,8388616,50,50,0,0,0,0,0,0,0,0,0,0,28477,0,0,'Meet with Shadow-Walker Zuru','Shadow-Walker Zuru, a revered priest trainer, has asked to meet with you in Orgrimmar. You can find him in the Valley of Spirits with the other Darkspear trainers. It must be an important matter for him to send for you so directly, $N.','Speak with Shadow-Walker Zuru in Orgrimmar\'s Valley of Spirits.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28310,13202,46,0,3407880,49,51,0,0,0,0,0,0,0,0,0,0,28415,0,0,'Morgan\'s Vigil','Our work here in Chiselgrip is done, mostly thanks to you. We\'ll now be moving on to the east, to Morgan\'s Vigil.$b$bOur intel indicates that Morgan\'s Vigil has been vacated, as most of its inhabitants have moved into Blackrock Mountain to fight their own battle against the Blackrocks. It should serve as a sufficient base of operations for the final stages of our plan.$b$bOf course, Keeshan will be joining you on the road. As will I.','Report to Oralius at Morgan\'s Vigil in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,81040,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28311,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackened Ashes','I need you to do some more gathering before we can go take out the remainder of the Blackrock army. If we\'re going to do this, we\'re going to do it right, and that means being prepared.$b$bI need ash, $N. Not just any ash... ash from the greater obsidian elementals that roam the plains to the northwest. The stuff is deep, deep black, which is what we need for our next disguise.$b$bDon\'t worry, you\'ve already got a disguise. This one is for someone... well, someTHING... else.','Obtain 9 piles of Obsidian Ash.','','','','','','','',63421,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28312,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Latent Demons of the Land','The lava beds nearby - to the west - play host to flamekin, a brand of fire demon that has long roamed the steppes. Situations are such in the Blackrock army that, if we are careful, we may be able to sneak some of these flamekin behind enemy lines to cause some havoc.$b$bBring me the bodies of several flamekin. As demons, they are easily resurrected, and then we can use them for our own purposes.','Obtain 18 Fallen Flamekin.','','','','','','','',63423,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28313,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,63427,1,'A Heap of Delicious Worg','We\'re going to need fresh meat, which means you\'re going to be hunting worg. The worg on this side of the steppes should be your target.$b$b$b$bHunt the giant ember worgs. Once you\'ve killed them, use this saw to remove the choicest bits of meat from their bodies. You will find these worgs all over the steppes, but the closest pack rules the land just to our northeast.','Use the Worgsaw on the bodies of slain Giant Ember Worgs to obtain 40 Worg Cutlets.','','','','','','','',63424,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28314,13202,46,0,3407880,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Tour','My legs are getting a little restless again. You interested in taking a little tour, $N?$b$bWe\'re going to take a trip around Dreadmaul Rock. I\'d like to investigate some of the Blackrock army before we make our move, and I figure we might as well kill some of them while we\'re on the way.','Kill 25 Black Dragonspawn or Black Wyrmkin.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7040,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28315,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Draconic Vanguard','The Blackrock orcs don\'t come alone. You\'ve already seen that they\'ve got the Firegut ogres and Smolderthorn trolls on their side. Unfortunately for us, they\'re also teamed up with the black dragonflight.$b$bThe orcs and the dragons have already sent some of their champions to stand guard at rally points, which are marked by a dragon skull on a pike. You and I are going to find these rally points and take out this vanguard before the battle starts.$b$bReady?','Slay Minyoth, Whelptamer Akumi, Terromath the Seared, and Tugnar Goremaw.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48287,48288,48289,48291,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28316,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,63431,1,'A Deal With a Dragon','While we are circling around Dreadmaul Rock, there\'s one more stop that we need to make.$b$bYou remember the hatchlings that you freed from the Whelping Downs? Troteman\'s been hanging onto them, and we\'re going to deliver them to someone who will take care of them better than we can. He\'s staying in Slither Rock, to the northeast of Dreadmaul Rock.$b$bHis name is Acride, and he might be the key to victory in the upcoming battle.','Deliver the Rescued Whelplings to Acride at Slither Rock in Burning Steppes.','','','','','','','',63431,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28317,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,63429,1,'A Delivery for Thorg\'izog','General Thorg\'izog is staying among the ogres in the Firegut Furnace, a cave on the western edge of Dreadmaul Rock. I\'d like you to deliver this to him and the ogres.$b$bInside this package, you will find the worg cutlets you obtained, marinated in the fel slider cider that we took from the Altar of Storms.$b$bI would avoid eating it if I were you.$b$bBring it to General Thorg\'izog. He will make sure that his troops are fed and, with any luck, he will eat some himself.','Using your Blackrock Disguise, bring the Slider Cider-Marinated Cutlets to General Thorg\'izog at Firegut Furnace in Burning Steppes. Speak with Colonel Troteman if you need a new Blackrock Disguise.','','','','','','','',63429,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,90374,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28318,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,63430,1,'A Delivery for Neeralak','The warlocks of the Blackrock Clan often practice their magic in the Skull Warren, a cave on the eastern side of Dreadmaul Rock. Their leader, Xi\'lun, is busy elsewhere, so the cave is currently being held by another of the big three: Dragon-Lord Neeralak. And Neeralak\'s expertise is in dragons, not in necromancy.$b$bI\'ve used the slumber sand on those flamekin you captured. Try to convince Neeralak that they\'re warlock imps, and not flamekin. When they wake up, they won\'t be happy.','Using your Blackrock Disguise, sneak into the Skull Warren and convince Dragon-Lord Neeralak to take your Crate of Sleeping Flamekin. Speak with Colonel Troteman if you need a new Blackrock Disguise.','','','','','','','',63430,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,90376,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28319,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,63134,1,'A Delivery for Xi\'lun','Intel tells us that High Warlock Xi\'lun - the final member of the Big Three - is within the cave atop Dreadmaul Peak, preparing for his big moment.$b$bHe is waiting for a delivery: an Orb of Domination, with which he can perform a powerful summoning ritual. I want you to give him this:$b$b$b$bThis is the clear glass orb that you freed from the Altar of Storms. It is powerless. Give it to Xi\'lun, and cross your fingers that he doesn\'t notice.','While using the Blackrock Disguise, deliver the Clear Glass Orb to High Warlock Xi\'lun atop Dreadmaul Rock in Burning Steppes.','','','','','','','',63134,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,90375,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28320,13164,46,0,1048576,49,52,0,0,0,0,0,0,0,0,0,0,28321,63681,1,'Assault on Dreadmaul Rock','This is it, $N. This is where it hits the fan. Where all the pieces come together.$b$bStrap in, and come with me. We\'re going to go talk to Acride and call in that favor that he owes us. Then we\'ll stop this invasion of Redridge before it even starts.','Slay 200 Blackrock Invaders. If you should lose your vehicle, use the Horn of the Callers to summon it again.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48432,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28321,13164,46,0,8,49,52,0,0,0,0,0,0,0,0,0,0,28322,0,0,'Glory Amidst Chaos','You and Keeshan are going back to that mountain. There\'s three orcs who survived the attack, and we won\'t rest until they\'re dead.$b$bThat\'s right, I\'m talking about the Big Three.$b$bGeneral Thorg\'izog crawled back into the Firegut Furnace, and Dragon-Lord Neeralak is cowering in the cave on the mountain\'s peak. Xi\'lun is in the back of the Skull Warren, plotting with his fellow warlocks.$b$bLeave your mark, $N. Hunt down those sniveling Blackrocks, and teach them the might of Redridge!','Kill General Thorg\'izog, Dragon-Lord Neeralak, and High Warlock Xi\'lun.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48316,48314,48312,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23000,0,0,81040,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28322,13164,46,0,1310728,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spoils of War','We\'ve toppled a giant today, $N. While the Blackrock orcs still swarm in their spire, I doubt their plans will take them anywhere near Redridge anytime soon. You and Keeshan saw to that.$b$bI\'d say we were fairly resourceful here in Burning Steppes - those warlock supplies we collected certainly came in handy, as did the obsidian ash that we used to conceal our dragon.$b$bThere were, however, some collected items left over. Please, take your pick before you move on, beyond the steppes.','Inspect the Box of Left Over Supplies at Morgan\'s Vigil in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64574,64573,64572,64571,64569,0,1,1,1,1,1,0,64570,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28323,13202,1637,0,8388616,50,50,0,0,0,0,0,0,0,0,0,0,28478,0,0,'Meet with Brother Silverhallow','Brother Silverhallow sent word that he wishes to speak with you. Next time you\'re in Orgrimmar, visit him in the Goblin Slums. It sounded like he had something important on his mind.','Speak with Brother Silverhallow in Orgrimmar\'s Goblin Slums.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28324,13164,267,0,0,20,22,0,0,0,0,0,0,0,0,0,28251,0,63426,1,'Studies in Lethality','We used a fairly potent strain of blight against the humans of Southshore. As you can see, it worked. The trouble with blight use, though, is that blight tends to stick around after it\'s served its purpose.$B$BWhat I need from you is to take this testing kit and get out into the field to get a lethality count from the blight slimes that we\'ve released into the area. Use the lethality analyzer on the blight slimes sweeping the slime pools. Come back to me when you have some solid data.','Recover 25 Blight Samples.','','','','Blight Sample taken','','','',0,0,0,0,0,0,0,0,0,0,0,0,48136,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28325,13164,267,0,8,20,22,0,0,0,0,0,0,0,0,0,28251,0,0,0,'Green Living','Recycling! It\'s all the craze these days. The Banshee Queen has decreed that we must conserve if we are to prosper as a people. Everyone must do their part, right? With that said, you will be doing our part for us.$B$BThere are likely thousands of blight canister bits and pieces all over Southshore. We can reuse those canisters for more blight bombing goodness. Just head into the ruins here and pick up whatever you can find.\n','Recover 8 Used Blight Canisters.','','','','','','','',63432,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28326,13202,46,0,786432,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Placing the Pawns','$N. It sounds like you and Keeshan have finished with your tasks. I\'ve also finished mine.$b$bReturn to Morgan\'s Vigil. I\'ve prepared a few packages to deliver to the Big Three: Thorg\'izog, Neeralak, and Xi\'lun. You\'ve already met General Thorg\'izog. This will be your chance to meet the other two.$b$bThat is, before we kill them.','Return to Colonel Troteman at Morgan\'s Vigil in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64546,64545,64544,64543,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28327,13202,46,0,2883584,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Locked and Loaded','$N, come in. Can you read me?$b$bThe battle is about to start. I hope you\'ve delivered all of those packages.$b$bI need you here in Morgan\'s Vigil, NOW.','Report to Colonel Troteman at Morgan\'s Vigil in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64563,64562,64561,64560,64559,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,90365,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28328,13202,1584,0,0,50,50,81,0,16,0,0,0,0,0,0,0,0,63428,1,'Twilight Scheming','The influence of Twilight\'s Hammer reaches far and wide. They search ceaselessly for allies in their battle against us and they are recruiting the Dark Iron dwarves of Blackrock Depths to their cause.$B$BMoira\'s grip on the Dark Irons is tenuous at best and more of her people fall away from her rule with each day. We must sabotage their recruitment efforts.$B$BI want you to go into Domicile portion of Blackrock Depths and use this torch to burn the books that the Twilight\'s Hammer is distributing there.','Use the Glowing Torch to destroy 8 copies of The Twilight Creed in the Domicile of Blackrock Depths.','','','','Copies of The Twilight Creed burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65616,0,0,0,1,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28329,13164,267,0,589824,20,22,0,0,0,0,0,0,0,0,0,28251,0,0,0,'Angry Scrubbing Bubbles','These blight slimes seem to be really angry. They\'ve even got a faint outline of an angry humanoid face in their ectoplasm. You don\'t think Hinott would be too happy about having non-compliant slimes working the slime pools.$B$BKill any angry blight slimes that you see and try to get a lock on a breeding pool.','Kill 5 Angry Blight Slimes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48319,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,89457,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28330,13164,267,0,8,20,22,1,0,0,0,0,0,0,0,0,28329,0,0,0,'Trail of Filth','The trail of filth and anger leads into the ruined town hall. Surely there is a slime breeding pool inside the structure. Fight your way inside and deal with whatever angry slime-breeder that you encounter!$B$BShould you succeed Serge Hinott at the Ruins of Southshore will surely want to hear about it.','Kill Chet the Slime-Breeder.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48322,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65718,65700,65679,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28331,13164,267,0,8388616,20,22,0,0,0,0,0,0,0,0,0,28251,28344,63508,1,'Helcular\'s Rod Giveth...','To think, I, a master of necromancy, trained by Kel\'Thuzad himself, was reduced to nothing more than a corpse in a grave. Thankfully, my astute apprentice, Thaivand, managed to find a group of heroes to recover this:$B$B$B$BIt is through the power of the rod that I was reborn. The rod giveth and the rod taketh away!$B$BTake it now and use it to empower our dark rangers battling the worgen in the field north of us. Renew their vigor with my rod.','Use Helcular\'s Rod to Empower 8 Dark Rangers.','','','','Dark Ranger empowered','','','',0,0,0,0,0,0,0,0,0,0,0,0,48269,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65676,0,0,0,1,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28332,13164,267,0,8388616,20,22,0,0,0,0,0,0,0,0,0,28251,28344,0,0,'Helcular\'s Command','Our dark rangers search the fields for worgen terrorists. These worgen have been sent out by their dark masters to hunt and kill us. And though a dark ranger is a formidable combatant, the worgen often attack in packs, which can overwhelm even a dark ranger.$B$BSearch the fields around the ruins of Southshore for Bloodfang forsaken hunters. Kill any that you see! For the Forsaken and for Lordaeron!','Kill 15 Bloodfang Forsaken Hunters.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48272,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28333,13202,361,0,131080,47,49,0,0,0,0,0,0,0,0,0,0,0,63513,1,'It\'s Time to Oil Up','Three things come out of Irontree Clearing: lumber, oil, and exhausted workers. The first two are pretty much the cause of the third, but I like to be efficient about things where I can.$B$BI\'ve got our shredders working triple unpaid overtime, and there\'s really nowhere in the schedule for them to get maintenance.$B$BUse this grappling hook to nab some of the extra oil cans floating around camp and use them to oil up the shredders, would you?','Use Darla\'s Grapple to collect Irontree Oil Cans and use them to oil 7 Irontree Shredders.','','','','Shredder oiled','','','',0,0,0,0,0,0,0,0,0,0,0,0,48330,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,65344,65347,65350,65353,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28334,13202,361,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,63514,1,'A Flare Fight','This operation\'s stayed pretty discreet so far, but the worgen over in Talonbranch Glade have it out for us. They\'ve been trying everything they can to get us shut down.$B$BSome of the workers have told me they\'ve seen glimpses of worgen lurking around the clearing. Take these oversized megaflares. They\'re bright enough to show anything that gets anywhere near them.$B$BUse the flares to look for prowling worgen, and make sure they don\'t leave here alive!','Use Darla\'s Box of Megaflares to reveal 8 Talonbranch Prowlers and slay them.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48311,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28335,13202,361,0,262152,47,49,0,0,0,0,0,0,0,0,0,0,28368,0,0,'Turn It Off! Turn It Off!','It was those darn worgen! They blew right past me into the cavern.$B$BThey must\'ve messed with the Master Control Pump! If that thing is left on too long, every pipe runnin\' under our feet is gonna blow. You think the leaks now are bad? Just wait!$B$BListen, if you can reach the Master Control Pump all the way in the back of the cavern, you can shut it off and save us all!','Shut off the Master Control Pump at the bottom of Irontree Cavern.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28336,13202,361,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slap and Cap','Oh for... not again! If you heard the deputy yelling out there, that means we\'ve got a fullblown oil leak on our hands! It\'s those filthy worgen again!$B$BListen, it\'s going to be total chaos out there. Sleep-deprived goblins running around screaming and not knowing what to do. I need you to snap the workers back to their senses.$B$BA good, swift backhand across the face should do it! Once they shake themselves off, they\'ll get to work capping those gushers!','Slap 7 Panicked Workers to make them cap the oil gushers.','','','','Panicking Worker slapped','','','',0,0,0,0,0,0,0,0,0,0,0,0,48331,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,65345,65348,65351,65354,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28337,13202,361,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shredders of Irontree','Disgusting, isn\'t it? Look at them. Pathetic little things that can\'t even toil with their own bodies.$B$BThey stomp around in their massive metal shredders, carving the forest to splinters. I bet they think they\'re safe in there, all warm and cozy.$B$BProve them wrong. Blaze north through the camp and destroy as many shredders as you can. Once you\'ve spilled some blood, we\'re going to take this place apart for good.','Kill 9 Irontree Shredders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48259,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28338,13202,361,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadwood of the North','There is a camp of Deadwood furbolgs directly to our southwest. Corruption permeates the camp, and I wish to put an end to it before they become a problem.$B$BThe Deadwood tribe is evil, but it is the effects of the fel that pollutes their minds. Their hostility is not truly an innate quality, yet they cannot be helped. It saddens me that we must fight our own brethren.$B$BPlease, $N - I ask you to do what must be done. Simply spare me the details; such troublesome images upset me far too much.','Kill 15 Deadwood Furbolg of any kind in Felpaw Village.','','','','Deadwood Furbolg slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,7156,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,21316,21317,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,6,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28339,13202,361,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Is Your Oil Running?','Last time we had an oil leak this bad, the oil itself tried to get away!$B$BI don\'t know what does it, maybe all the demon goop floating around here, but when we get a big enough crude leak half of it globs together and tries to run away.$B$BThat\'s profit trying to escape! Go run after those oil sludges and bring back their sweet, precious oil!','Collect 10 Crude Tarballs from Oily Sludges.','','','','','','','',63519,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28340,13202,361,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bomb Deal','All my workers got driven straight out of the cavern here by those big swamp-lookin\' things! Darla\'s sent me here to pick up the pieces, but have you seen it in there? I ain\'t goin\' in!$B$BThere\'s a ton of explosives left behind that we can\'t just leave layin\' around$B$B I\'ll make you a deal: You run in there and get those explosives gathered up, and I will stay here and not get killed by swamp-things, and if you don\'t either, I\'ll pay ya! How\'s that sound?','Collect 8 Irontree Explosives from Irontree Cavern.','','','','','','','',63516,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28341,13202,361,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Collecting Corruption','Though we druids shun the demonic powers infesting this land, it must still be confronted.$B$BShatter Scar Vale to the south seethes with corruption. The energies there are so chaotic that they manifest as violent entities, pure fel magic given form to lash out at all life.$B$BI have been keeping a close eye on these chaotic beasts, and studying their strength. I need to make sure they are still weakening with time. Bring me the essences they drop, so I may ensure they are diminishing.','Collect 8 Entropic Essences from Entropic Horrors in Shatter Scar Vale.','','','','','','','',63522,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28342,13202,361,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fel To Pieces','The infernals that lurk in Shatter Scar Vale are formidable, but not invincible. Much progress has been made in thinning their numbers$B$BDestroying them is only part of the solution, however. I\'ve found that the stone that infernals are made of still contains large amounts of fel magic even after the infernal\'s death.$B$BThe rubble of slain infernals now litters Shatter Scar Vale, leeching its corruption back into the ground. If you could collect it and bring it to me, I would be grateful.','Collect 9 pieces of Infernal Debris from Shatter Scar Vale.','','','','','','','',63123,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28343,13202,1584,0,131072,50,50,81,0,1024,0,0,0,0,0,0,0,0,0,0,'The Breath of Cenarius','$N, we have learned that a missing Cenarion artifact has surfaced in the hands of a Twilight\'s Hammer pyromancer. Pyromancer Loregrain has taken this artifact, the Breath of Cenarius, into Blackrock Depths and uses its power to open elemental gates.$B$BWe must act to keep Loregrain from summoning elementals to bolster the ranks of his Dark Iron allies. Recover the artifact from him and use its power to close the gates that Loregrain has been using.','Recover the Breath of Cenarius from Pyromancer Loregrain in Blackrock Depths and use the artifact to close 3 Elemental Gates.','','','','Elemental Gate closed','','','',0,63469,0,0,0,0,0,1,0,0,0,0,48362,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,65617,65638,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28344,13202,267,0,8650760,20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Can You Smell What the Lok\'tar is Cooking?','Shortly before you arrived an orc flew in upon a frost wyrm and demanded that I direct him to where the \'newbies were hanging out.\' Uncertain as to the vernacular, I told him to fulfill his duty as a member of the Horde and deal with the worgen threat of the area. He grumbled something about \'what the lok\'tar was cooking\' and headed south to the docks.$B$BOrdinarily I wouldn\'t care about whether or not an orc went missing, but I am genuinely curious about what the lok\'tar might be cooking. Find out.','Find Kingslayer Orkus at the Ruins of Southshore in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28345,13164,267,0,11534346,20,22,0,0,0,0,0,0,0,0,0,28344,0,0,0,'*Gurgle* HELP! *Gurgle*','*GURGLE*$B$BHELP!*GASP*$B$BORKUS IS DROWNING! HELP ME, QUEST GIVER $N!$B$B*GLUB*$B$BDwarf threw Orkus into the water! Must not die!$B$B*GURGLE*$B$BThe shame would be too great.','Help Kingslayer Orkus get out of the water.','','','Orkus Safely Escorted Out of the Water','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,3,3,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28377,13202,4922,0,16777352,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue at Glopgut\'s Hollow','Well speak of the devil in a blue dress. Fanny\'s gone and gotten herself kidnapped by ogres!$B$BI don\'t trust the Thundermars to be able to mount a rescue on their own. I\'ll round up my gryphon riders and provide some air support.$B$BI\'m sure they can use an extra $c down there, $N. Grab your gear and look for Colin Thundermar in the Glopgut ogre camp. It\'s southwest of here, below the cliffs. Hurry now!','Find Colin Thundermar at Glopgut\'s Hollow in Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28347,13202,0,0,1160,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'Coffer of Promise TRACKING QUEST','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28348,13164,267,0,9437186,20,22,0,0,0,0,0,0,0,0,2,28345,0,0,0,'Stormpike Rendezvous','I tracked down the decrepit necromancer, Helcular, in hopes of getting a lead on Alliance movement within Hillsbrad.$B$BHelcular tasked me with finding and killing worgen. Ordinarily this would not be a problem for Orkus, but I had just eaten several helpings of Dirge\'s Kickin\' Chimaerok chops, causing my bowels to cry out in anguish. That\'s when the trouble began and how I ended up in the water.$B$BHear Orkus out, $N.','Learn about the Stormpike Rendezvous from Orkus.','','','Learn about the Stormpike rendezvous','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,5,0,0,0,0,0,1400,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28349,13202,4737,0,262144,1,3,0,0,0,0,0,0,0,0,0,25473,0,0,0,'Megs in Marketing','Boss, while you were down at the mines, Megs Dreadshredder in marketing was asking for you. Something about your new ride?$B$BShe\'s right outside the building to the left.','Speak with Megs Dreadshredder at KTC Headquarters on Kezan.','There $g he : she; is! I think you\'re going to like this!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27990,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battlezone','It vould appear zhat anozher opportunity has arisen for you to redeem yourself, $r.$b$bZhis little emergency has set me back a few tank gunnahs.$b$bYou zhink you have vhat it takes to fill in for vone of zhem?$b$bMy tanks are just vest of zhe camp. Get out zhere and put an end to zhis silliness!','Commander Schnottz wants you to man one of the siege tank turrets and use it to defeat 7 Decrepit Watchers, then report back to him.','','','Speak to Commander Schnottz at Schnottz\'s Landing.','Decrepit Watchers Obliterated','Returned to Schnottz','','',0,0,0,0,0,0,0,0,0,0,0,0,47385,47898,0,0,7,1,0,0,0,0,0,0,0,0,0,0,65854,65853,65852,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27950,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gobbles!','At last! Zhe time has come to set my Gobbles free of zhat nasty curse!$b$bPay attention now, $r, and stay on guard. Zhere can be no interruptions vhile I perform zhe ritual.$b$bLet me know vhen you haf secured zhe perimeter!$b$bNow, move it!','Schnottz wants you to speak with him when you are prepared to witness the ritual.','','','','Gobbles\' Transformation Ritual Witnessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27969,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,62813,1,'Make Yourself Useful','Gobbles vill be sorely missed, but zhe mission must not suffer.$b$bPerhaps zhere is somezhink you can do to redeem yourself.$b$bTake vone of zhe uniforms you recovered. Vhile vearink it, my vorkers vill not behave so... aggressively.$b$bLately, zheir morale has been a bit lackink. Some of zhe vorkers are refusing to perform zheir labors.$b$bAuch, zhe audacity!$b$bFind zhese lazy imbeciles and convince zhem zhat zhey must get to vork... or else!','Commander Schnottz wants you to persuade 6 Slacking Laborers to get to work.','','','Speak to Commander Schnottz at Schnottz\'s Landing.','Slackers Motivated','','','',0,0,0,0,0,0,0,0,0,0,0,0,47292,0,0,0,6,0,0,0,87996,0,0,0,0,0,0,0,65857,65856,65855,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27943,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,27939,27950,62794,1,'Angered Spirits','Doctor Venkman vas vone of my greatest researchers, until he had to be put out of my misery.$b$bHe did leave me vizh vone of his greatest accomplishments, zhough. Against zhe properly attuned supernatural adversary, zhis veapon vill siphon zhe target\'s essence.$b$bIt is of key importance in zhe ritual I vill be attemptink.$b$bVhere do you come in, you ask? Simple. You have zhe priviledge of collecting zhe material.$b$bZhe veapon is calibrated to vork on zhe Furious Specters in zhe temple to zhe east.','Commander Schnottz wants you to use the L.P.A.C. to collect 5 Furious Spectral Essences.','','','Speak to Commander Schnottz at Schnottz\'s Landing.','','','','',62793,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28354,13164,267,0,8,20,22,0,0,0,0,0,0,0,0,0,28348,0,0,0,'Kasha Will Fly Again','Kasha will fly again, $N. She must if we are to claim vengeance! Sadly, Orkus must stay here with Kasha. You must help us. I beg of you!$B$BListen carefully, quest giver. When I first arrived here I flew around for days to learn the lay of the land. There is a farm east of here that has long since been abandoned and is now overrun by gnolls. On this farm grows a special type of mushroom known as the mudsnout. Go to the stead and gather mudsnout for Kasha. Return here when your pack is full.','Gather 8 Mudsnout Blossoms.','','','','','','','',3502,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65717,65699,65678,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28355,13164,267,0,525312,20,22,0,0,0,0,0,0,0,0,0,28348,0,0,0,'Terrible Little Creatures','Gnolls! These terrible little creatures are a blight upon any land - which is saying a lot when you consider that Hillsbrad is Forsaken territory. Kill as many of the gnolls at the Nethander Stead as you can. For the good of the world!','Kill any 10 Gnolls at the Nethander Stead.','','','','Mudsnout Gnoll or Shaman slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,2372,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28356,13202,267,0,0,20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preemptive Strike','These plans document what appears to be an imminent attack on Southshore. The naga of the Eastern Strand are planning to take over the town now that the Alliance has been pushed out.$B$BNot if you can help it!$B$BKill all of the naga on the Eastern Strand and report to Helcular at the Ruins of Southshore with the Daggerspine attack plan.','Kill any 15 Naga at the Eastern Strand.','','','','Daggerspine Naga slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,2371,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,65727,65716,65698,65677,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28357,13202,361,0,12582920,47,49,0,0,0,0,0,0,0,0,0,0,28380,0,0,'Take it to the Tree','Those mangy curs think they can just snoop around my site and get away with it? I\'ll show them...$B$BAnd what I mean by that is, of course, that YOU will show them. You and the small army of axe-wielding goblin hires I\'ve sent to Talonbranch Glade.$B$BThe place will be swarming with worgen by now. Just where we want them. Head to the southeast, join up with the rest of our forces, and let some fur fly.','Slay 8 Talonbranch Defenders.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48452,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28358,13202,361,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunting the Damned','The first demons to set foot in this forest were infernals. Long ago, these powerful beings of stone and demonic fire fell from the sky to take this land for the Burning Legion.$B$BThe charred craters of Shatter Scar Vale to the south are where these infernals landed, and many still wander there. They are fierce foes, and killing them is both a worthy challenge and a noble cause.$B$BI offer reward for those who join the hunt. Return here afterwards.','Slay 6 Infernal Sentries.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7136,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28359,13202,361,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Core of Kroshius','The most fearsome demon in Shatter Scar Vale is known as Kroshius. Though many have hunted him over the years, destruction has only made him stronger.$B$BTime after time, warlocks have come to this forest and reanimated Kroshius. He now lurks in the southeast, surrounded by demonic fire, awaiting any who come to try and claim his power.$B$BI will not have this corrupt cycle continue! Kill Kroshius, and bring his infernal core to me.','Obtain Kroshius\' Infernal Core.','','','','','','','',63687,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65288,65307,65326,65339,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,47100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28360,13202,361,0,8388616,46,48,0,0,0,0,0,0,0,0,0,0,28374,0,0,'Running Their Course','I\'d love so much to save every creature in the forest, but as you probably have seen, some are just too far gone.$B$BWhen we first founded Whisperwind Grove, the woods just to the south were full of beautiful coursers, majestic and gentle creatures. The corruption here hasn\'t made them violent, but they\'ve wasted away to nearly nothing.$B$BEven if they were cleansed, they would know only pain and suffering. Please, $c, help put them down for me.','Slay 8 Felrot Coursers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48455,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28361,13202,361,0,8388616,46,48,0,0,0,0,0,0,0,0,0,0,28374,63688,1,'Squirrely Clean','The larger animals are often too far corrupted to save, but you\'d be surprised how hardy the little ones are.$B$BTake the squirrels, for example. After washing in corrupted water, they can spread illness far from the original source, but it\'s slow to affect the squirrels themselves. In fact, a simple washing will result in a clean squirrel and a safer forest!$B$BHere, take this bottle of cleaning mixture. Grab and scrub any squirrel you see in the woods to the south... they\'ll be thankful for it!','Scrub 6 Tainted Squirrels.','','','','Tainted Squirrel scrubbed','','','',0,0,0,0,0,0,0,0,0,0,0,0,48457,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,37800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28362,13202,361,0,262152,47,49,0,0,0,0,0,0,0,0,0,0,28364,0,0,'Stupid Drizle!','Stupid, stupid Drizle! I told him not to go!$B$BDrizle wanted to steal more honey from Felpaw Village... you know, just west of here? You can see it from the cliff...$B$BAnyway... I told him it was a dumb idea but he went anyway, and then the Deadwood tribe got him, and... and...$B$BSniff...$B$BI don\'t know what they\'re gonna do! Please find him, $gMr.:Ms.; $R! Even if he is a dummy! I don\'t want Drizle to get eaten!','Find Drizle in Felpaw Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27928,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,27926,0,0,0,'A Favor for the Furrier','The commander can be most generous to those who demonstrate their loyalty, and I know of something that you can do to curry favor with him.$b$bBefore building up his... ehh... workforce, he dealt in the furs of animals.$b$bHe is quite skilled in the art of leatherworking. The furrier can do wonders with even the most tattered pelts.$b$bThe dried oasis to the east is said to be home to a rare breed of coyote.$b$bTheir furs would make a very thoughtful gift.','Collect 5 Desert Coyote Pelts.','','','Speak to Belloc Brightblade at Schnottz\'s Landing.','','','','',62776,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65867,65866,65865,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28364,13202,361,0,2097160,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Chieftain\'s Key','Sniff... I\'m sorry! I didn\'t mean to get caught! They grabbed me and put this chain on me and left me here! I can\'t move and my leg fell asleep and I\'m hungry!$B$BThe chief has the key... Chieftain Bloodmaw, the other ones said. He\'s in the north end of the camp.$B$BBut hurry! Please! Don\'t leave me alone here!','Retrieve Drizle\'s Key from Chieftain Bloodmaw.','','','','','','','',63695,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65293,65312,65331,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,6,0,0,0,0,0,0,14000,0,0,90133,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28365,13202,361,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drizle Safe','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28366,13202,361,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disarming Bears','I would prefer to do as much as we can to protect my people from the Deadwood tribe without slaughtering every last one of them. We\'ve taken steps towards this before, and if you wish to prove yourself to the Timbermaw tribe, I would ask you do this as well.$B$BLook for the piles of weapons kept in Felpaw Village to the southwest. Take as many as you find. If we disarm the Deadwood tribe, we may be able to stop some bloodshed later.','Collect 7 Deadwood Weapons from Felpaw Village.','','','','','','','',63689,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65343,65294,65313,65332,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27942,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,27939,27950,0,0,'Idolatry','Zhere is somezhink I need handled, $r.$b$bMy most trusted advisor has run afoul of an ancient curse. A hex zhat has transformed zhe man into a turkey, of all zhings!$b$bI haff studied for days to discover a remedy for his condition, and finally I am ready to conduct zhe ritual.$b$bI vill reqvire several idols from zhe nearby ruins. You are to brink zhem to me at vonce!$b$bDismissed!','Commander Schnottz wants you to collect 8 Well-preserved Idols.','','','Speak to Commander Schnottz at Schnottz\'s Landing.','','','','',62792,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28368,13202,361,0,0,47,49,0,0,0,0,0,0,0,0,0,0,28373,0,0,'Fire in the Hole!','Land\'s sakes, pardner! You done shut off those valves but good.$B$BUnfortunately we\'ve had a critical blowout in our gosh-darned central burnoff regulator! Missus Darla\'s done sent as many workers as she can rustle to go shut it off, but those flames have a mind of their own!$B$BLiterally! They\'re hoppin\' up and grabbin\' anyone who comes near! So Darla says if you can muster up out of that cave you\'re in and beat that elemental, she\'s got a mighty fine prize in store for ya!','Slay Grolvitar the Everburning.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48352,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65346,65349,65352,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27747,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,28872,0,0,'Total War','Many of the Wildhammer have already fled their homes. It is time to wipe them from the map.$B$BUp on the ridge to the north you will find abandoned houses in the Thundermar Ruins. Kegs of potent Thundermar ale have been left behind.$B$BThundermar ale is 220 proof; I don\'t know how that\'s possible.$B$BSmash open the kegs and set their content aflame. Burn them out! Leave the dwarves nothing to return to!','Smash 10 Thundermar Ale Kegs within the Thundermar Ruins.','','','Return to Harkkan at Bloodgulch.','Wildhammer Kegs Smashed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-164911,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,63816,63815,63817,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28370,13202,361,0,12582920,47,49,0,0,0,0,0,0,0,0,0,0,28380,63698,1,'Wisp-napping','Can you believe these worgen here have wisps? The night elves showed them all that druid junk and now they\'ve got their precious little wisps too, giving them all the building material they want without having to harm any precious trees.$B$BIf we had those things, we could pull extra wood out of every tree in our site. Free resources, free profit! That\'s why I\'ve been working on this containment device.$B$BHead to Talonbranch Glade and use it to steal some wisps. Just point and press the button.','Use Darla\'s Wisp Magnet to collect 5 Talonbranch Wisps.','','','','Talonbranch Wisp captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,48454,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28371,13202,267,0,1024,20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DND] ORKUS QUEST FLAG [DO NOT LOCALIZE]','Kasha will fly again, $N. She must if we are to claim vengeance! Sadly, Orkus must stay here with Kasha. You must help us. I beg of you!$B$BListen carefully, quest giver. When I first arrived here I flew around for days to learn the lay of the land. There is a farm east of here that has long since been abandoned and is now overrun by gnolls. On this farm grows a special type of mushroom known as the mudsnout. Go to the stead and gather mudsnout for Kasha. Return here when your pack is full.','Gather 8 Mudsnout Blossoms.','','','','','','','',3502,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28372,13202,361,0,262152,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to Business','All this happy friends stuff is great, isn\'t it? People working together, healing the forest. But what\'s gonna happen to the forest when it\'s healed? It\'s just gonna sit there?$B$BWe need this lumber. The Horde needs it. I\'ve got orders here to send as many loyal Horde soldiers--and I\'m sure you\'re loyal--up north to Irontree Clearing.$B$BI\'ve already arranged for the hippogryph master to give you a free ride over there. Talk to Darla Drilldozer when you touch down.','Take a flight to Irontree Clearing and speak with Darla Drilldozer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28373,13202,361,0,262152,47,49,0,0,0,0,0,0,0,0,0,0,28338,0,0,'Timbermaw Hold','Okay, I know this is a longshot, but I figure it never hurts to ask.$B$BWhile I deal with the fallout of all the ridiculous nonsense that just went on here, I need you to go speak to some bears. The Timbermaw furbolg control the forests to the northeast, and they\'re not too fond of us.$B$BI just need someone to give them the idea the Horde isn\'t all that bad. Head northeast up the road to Timbermaw Hold--don\'t go into Felpaw Village--and ask the furbolg outside if they have any favors they\'d like done.','Speak with Nafien at Timbermaw Hold in Felwood. Timbermaw Hold is to the east, past Felpaw Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,2,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28374,13202,361,0,8,46,48,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weeding the Lawn','In a place like this, even something as simple as growing flowers and pulling weeds can require some heroic effort.$B$BThe orchid lashers that grow on all sides of the grove are a sign of healing. But they\'re not flawless; some of them do succumb to demonic corruption now and then.$B$BI\'ve found the best way to check is to just pull them up. If they\'re normal, they\'ll wander around a bit and reroot themselves. If they aren\'t... well, you\'d better be ready for a fight!','Pull up 7 Whisperwind Lashers to check them for corruption.','','','','Whisperwind Lashers checked','','','',0,0,0,0,0,0,0,0,0,0,0,0,47747,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,65289,65308,65327,65340,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,47100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28375,13164,267,0,1048578,20,23,0,0,0,0,0,0,0,0,2,28354,0,0,0,'The Road to Purgation','The time of vengeance has come, $N. Kasha can once more fly, thanks to you. She will take us to Purgation Isle so that we may confront the Stormpike dwarf general, Vanndar Stormpike, and his captain, Balinda Stonehearth. BOTH will pay for what they have done.$B$BAre you ready? Orkus cannot do this alone.','Accompany Kingslayer Orkus to Purgation Isle.','','','The Road to Purgation taken','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27511,13202,5034,0,65672,83,83,0,0,0,0,0,0,0,0,0,27196,0,0,0,'The Thrill of Discovery','What a find! And somehow it\'s all remained untouched by plunderers...$b$bListen, $n. I need to document this site before we disturb anything. While I do, why don\'t you have a look around - you know, explore a bit. You\'ve earned it.$b$bKeep your eyes open for anything unusual.$b$bOh! And please... don\'t break anything, ok?','Explore the Chamber of the Stars.','','','Speak to Harrison Jones in the Chamber of the Stars.','Ancient Mechanism Examined','Northern Hieroglyphs Examined','Southern Hieroglyphs Examined','',0,0,0,0,0,0,0,0,0,0,0,0,45757,45760,45759,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27485,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,27504,0,0,'Warm Welcome','I\'m glad you\'re back! Saving the world or something, I\'m sure.$B$BI was dispatched to establish relations with the red dragons in the area, but I\'m finding this bunch somewhat less accommodating than the ones at Wyrmrest were. I have, however, been told that you are the type that solves problems.$B$BA problem solver as it were.$B$BCare to take a crack at earning a bit of trust with Lirastrasza at Vermillion Redoubt to the southwest? Anything that might soften her up a bit for me would be lovely.','Meet with Lirastrasza at Vermillion Redoubt.','','','Speak with Calen at Vermillion Redoubt.','Meet with Lirastrasza','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71000,0,0,0,0,0,0,0,0,0,0,312300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28280,13202,4922,0,128,84,84,0,0,0,0,0,0,0,0,0,0,0,63393,1,'Tear Them From the Sky!','Egah! They\'re here, $N. They\'re here!$B$BI had hoped to equip a whole army with my shoulder-mounted drake-droppers, but all I have is a single, extremely expensive and wholly untested prototype. Here, take it!$B$BShoot the Dragonmaw black drakes that are circling Thundermar, and drop them from the sky!','Use the Shoulder-Mounted Drake-Dropper to slay 8 Dragonmaw Black Drakes.','','','Return to Nivvet Channelock at Thundermar.','','','','',63393,0,0,0,0,0,1,0,0,0,0,0,48197,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27486,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,27504,0,0,'Warm Welcome','Good. You\'re back. Saving the world again I assume.$B$BI was dispatched to establish relations with the red dragons in the area, but I\'m finding this bunch somewhat less accommodating than the ones at Wyrmrest were. I have, however, been told that you are the type that solves problems.$B$BA problem solver as it were.$B$BI need you to gain the trust of Lirastrasza at Vermillion Redoubt to the southwest. Our association with the Dragonmaw has complicated things, but I\'m hoping you can ease relations.','Meet with Lirastrasza at Vermillion Redoubt.','','','Speak with Calen at Vermillion Redoubt.','Meet with Lirastrasza','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71000,0,0,0,0,0,0,0,0,0,0,312300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28380,13202,361,0,262152,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pikwik in Peril','What the heck is going on here? Foreman Pikwik should\'ve shut the valves off by now.$B$BWe can cap these leaks all day and if the central valve is off, we\'re just delaying an enormous explosion.$B$BListen, if you value money, your life, or either combination of the two, you\'d better head south to Irontree Cavern and see if you can find Foreman Pikwik.','Speak with Foreman Pikwik at Irontree Cavern.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28381,13202,361,0,262152,47,49,0,0,0,0,0,0,0,0,0,0,28382,0,0,'The Denmother','Barely a crow\'s flight to the north, goblins ravage this forest, clearcutting it to fuel the war machines of the Horde and line their own pockets. This one pays enough pleasant words and crafted lies to the druids here for them to turn a blind eye, afraid to disturb the tenuous neutrality here.$B$BThe worgen of Talonbranch Glade have had enough. Join us! The hippogryph master can take you directly to our home. Denmother Ulrica will welcome any $r who wishes to fight.','Take a flight to Talonbranch Glade and speak with Denmother Ulrica.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28382,13202,361,0,4194312,47,49,0,0,0,0,0,0,0,0,0,0,28384,0,0,'Enemy at our Roots','The goblins are already upon us!$B$BWe have tried everything in our power to warn the goblins to leave Irontree Clearing before we resorted to violence. As they turned a blind ear to us, we struck, and now rather than spare the forest they would lay down their lives for greed.$B$BThey will soon know the full extent of our fury! The battle rages just beyond our northern gate. Join our pack in glory and slay any goblin who dares come before us!','Slay 8 Irontree Choppers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48453,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,65341,65290,65309,65328,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28383,13202,361,0,12582920,47,49,0,0,0,0,0,0,0,0,0,0,0,64300,1,'Wisps of the Woods','I have toiled long here with the Denmother to spread the teachings of Cenarius and the ways of the wild. She has gained much of my trust, and in return, I have been allowed to introduce the spirits of the forest to her students. The company of wisps is a great honor, as well as a useful blessing.$B$BBut now the goblins descend on us, and seek to steal the wisps for nefarious use. Please, prevent this blasphemy!$B$BCall the wisps back here from the western woods with this blessed branch, and keep them safe.','Use the Swiftwind Switch to collect 5 Talonbranch Wisps.','','','','Talonbranch Wisp captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,48454,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28384,13202,361,0,262152,47,49,0,0,0,0,0,0,0,0,0,0,28337,0,0,'Into the Clearing','Irontree Clearing must be razed. We can afford no mercy if we want to prevent the goblins from spreading their destruction through the entire forest.$B$BAlton Redding, my most trusted protector, has already led much of the pack around the enemy line to strike while they are distracted here. Seek him out to the west, overlooking Irontree Cavern.','Speak with Alton Redding near Irontree Cavern','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,3,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,19500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28385,13202,361,0,4194312,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oil and Irony','I plan to use the goblin\'s greed and pollution against them. Any further despoiling of the land they have already carved here will be worth it to stop their further spread.$B$BDeep within Irontree Cavern, just below us, runs many pipes to pump oil through the ground across the entire clearing. These pipes are attached to a master control pump in the very back of the cavern.$B$BEnter the cavern and sabotage the pump. The ensuing havok will give us opportunity for our final strike.','Sabotage the Master Control Pump at the bottom of Irontree Cavern.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28386,13202,361,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Borrowed Bombs','The workers in Irontree Cavern below us have been driven out already. Something else has overtaken the cave.$B$BThis works in our favor. I spotted at least a few of them dropping explosives as they fled... explosives we\'ll need for the next part of our plan.$B$BEnter the cave and salvage any abandoned bombs you can find. When you\'re finished with that and the pump, we\'ll begin our final assault.','Collect 8 Irontree Explosives from Irontree Cavern.','','','','','','','',63516,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65342,65291,65310,65329,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28387,13202,361,0,8388616,47,49,0,0,0,0,0,0,0,0,0,0,28389,64301,1,'Burnout','Your pump sabotage has caused pipes to break all over camp. The goblins are in a panic over the geysers, and it\'s about to get worse.$B$BTake the gathered explosives and use them to set the geysers aflame. We\'re going to do as much damage to the camp as we can, and keep that oil from being used to fuel shredders... or worse, Horde warships.','Use the Stolen Irontree Explosives to ignite 7 Oil Geysers in Irontree Clearing.','','','','Oil Gusher ignited','','','',0,0,0,0,0,0,0,0,0,0,0,0,48317,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28388,13202,361,0,8388616,47,49,0,0,0,0,0,0,0,0,0,0,28389,0,0,'Bloody Wages','Sad little cowards... look at them flee in panic!$B$BDon\'t let it fool you, $n. The second they\'ve regained their wits, those goblins are going to spend every waking moment chopping this forest to bits and sending the pieces to the Horde\'s war effort.$B$BDon\'t give them the chance. Kill the workers throughout Irontree Clearing without mercy... show them their greed has a price!','Slay 7 Panicking Workers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48331,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,5,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,39300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28389,13202,361,0,8,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to the Denmother','With the goblins scattered and their equipment destroyed, they\'ll either get the message and leave, or be easy pickings if they choose to stay. We\'ve won here.$B$BYou\'ve fought as fiercely as any member of the pack, $n. Return to the Denmother and let her know of our success. I\'ll be maintaining my watch.','Speak with Denmother Ulrica at Talonbranch Glade.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65292,65311,65330,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,6,0,0,0,0,0,0,14000,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28390,13164,5042,0,12424,81,83,0,0,0,0,0,0,0,0,1,26709,0,0,0,'Glop, Son of Glop','Glop had a son. In his grave hubris, he named it Glop. And so the line of fungalmancers continues.$B$BI require you to slay this new fungalmancer. Your shaman ally has already returned, and awaits you at his cave in the southwest of Verlok Stand.','Speak to Earthmender Norsala, then kill Fungalmancer Glop.','Perhaps one day, we shall slay these stone troggs more swiftly than they can breed, and in so doing, end the line of fungalmancers forever.$B$BIn time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43372,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,6,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28391,13164,5042,0,201330824,81,83,0,0,0,0,0,0,0,0,1,26709,0,60266,1,'The Restless Brood','Aeosera is restless and stubborn. She scoffs at our dominance, and she needs to be reminded of her place.$B$BI still have the mallet you retrieved for me. Return to the western edge of the Pale Roost and strike the resonating crystal.$B$BI will meet you there and lend what aid I can. Put her back in her place, $c.','Defeat Aeosera.','','','','Pale Resonating Crystal struck','Aeosera defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,43640,43641,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,6,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28392,13202,361,0,262152,48,49,0,0,0,0,0,0,0,0,0,0,28338,0,0,'The Timbermaw Tribe','The Timbermaw furbolg are the last known tribe of uncorrupted furbolg. They huddle on the edge of these lands, ferociously defending their home of Timbermaw Hold.$B$BThough they are proud creatures, they are in need of much assistance. Should you wish to help, follow the road north from here, and seek them out at the entrance to Timbermaw Hold.','Speak with Nafien at the entrance to Timbermaw Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,2,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28393,13202,1584,0,0,50,50,81,0,1,0,0,0,0,0,0,0,0,0,0,'A Dangerous Alliance','SI:7\'s latest report about Twilight\'s Hammer and Dark Iron activity worries me, $N. There\'s evidence that they are preparing a joint attack from within Blackrock Mountain. We\'ll be hard-pressed to turn back such a combined force, but if we act before they\'re ready to strike, we might be able to blunt the attack.$B$BYou must go into Blackrock Depths and capture the Twilight\'s Hammer attack plans from General Angerforge in the West Garrison. Do not hesitate to take out the elementals supporting his forces.','Kill 6 Fireguard Destroyers and recover the General\'s Attack Plans from General Angerforge at the West Garrison in Blackrock Depths.','','','','','','','',0,64302,0,0,0,0,0,1,0,0,0,0,8911,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,65618,65639,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28394,13202,1584,0,0,50,50,81,0,4,0,0,0,0,0,0,0,0,0,0,'The Golem Lord\'s Creations','The latest SI:7 intelligence on Blackrock Depths is troubling, $N. It appears Twilight\'s Hammer is working with the Dark Iron engineer, Argelmach, to create war golems powered by elementals. These golems could prove to be a devastating weapon if used against us.$B$BYou must prevent that from happening, $N. Find the Manufactory in Blackrock Depths, capture the blueprints he\'s using to make those golems, and recover the elemental modules he\'s using to power them.','Obtain 5 Elemental Modules from the golems in the Manufactory of Blackrock Depths and recover the Elemental Golem Blueprints.','','','','','','','',64303,64304,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65619,0,0,0,1,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28395,13202,361,0,256,47,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feathers for Nafien','','','','','','','','','',21377,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28396,13202,361,0,256,44,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feathers for Grazle','','','','','','','','','',21377,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28397,13164,267,0,4194304,20,23,0,0,0,0,0,0,0,0,0,28375,0,0,0,'They Will Never Expect This...','They made a mistake by not killing me when they had the chance. Perhaps they thought Orkus would drown. HAH! Now they will pay the price for their carelessness.$B$BYou and I will tear this island apart, $N. They will never expect this! Once all of their soldiers are dead we will confront the leaders. Be on the lookout for attack plans. If we can get our hands on their plans we will be able to put a stop to their whole invasion!$B$BLet\'s go, $N!','Kill 8 Stormpike Dwarves and 8 Bloodfang Sentries on Purgation Isle.','','','','Stormpike Dwarf slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48482,48484,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,5,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28398,13202,1584,0,0,50,50,81,0,128,0,0,0,0,0,0,0,0,0,0,'The Pyromancer\'s Grimoire','The power of the Dark Iron forces and their Twilight\'s Hammer allies is growing within Blackrock Mountain. Pyromancer Loregrain, a magus of renown, plays an important role in leading the Twilight\'s Hammer forces there. If we could get our hands on his grimoire, I might be able to devise counterspells and other ways of dampening their elemental magics.$B$BYou must descend into Blackrock Depths, locate the Shrine of Thaurissan, and capture the grimoire. Show Loregrain and his Twilight minions no mercy.','Kill 6 Twilight Emissaries and recover Loregrain\'s Grimoire from Pyromancer Loregrain at the Shrine of Thaurissan in Blackrock Depths.','','','','','','','',0,64305,0,0,0,0,0,1,0,0,0,0,8913,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65620,0,0,0,1,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28399,13202,1584,0,0,50,50,81,0,256,0,0,0,0,0,0,0,0,0,0,'Stones of Binding','I have it on good authority that SI:7 is concerned about collaboration between Twilight\'s Hammer and the Dark Iron dwarves in Blackrock Depths. We can act on this information, prove our value to the Alliance, and gain something for ourselves at the same time.$B$BThe report mentions that the Twilight\'s Hammer followers have placed a number of elemental binding stones throughout Shadowforge City, the Domicile, the Shrine of Thaurissan, the West Garrison and the East Garrison. Find and capture those stones!','Recover 6 Elemental Binding Stones from Blackrock Depths. You can find the stones in Shadowforge City, the Domicile, the Shrine of Thaurissan, the East Garrison, and the West Garrison.','','','','','','','',64308,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65621,0,0,0,1,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28400,13164,267,0,6291458,20,23,0,0,0,0,0,0,0,0,2,28397,0,0,0,'Heroes of the Horde!','Now to find their battle plans and take out their leaders! Should we succeed there is an orc high warlord who served in the war in Silverpine that is now stationed at Tarren Mill - located in the heart of Hillsbrad. He will grant both of us commendations for this! We will be heroes of the Horde, $N!$B$BOnward! Together we will defeat the Alliance filth!','Steal the Alliance Battle Plans and Become Heroes of the Horde.','','','Become Heroes of the Horde','','','','',64307,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65728,65719,65701,65680,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,7,7,0,0,0,0,0,6000,0,0,90414,0,0,0,0,0,0,0,22200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28401,13202,1584,0,0,50,50,81,0,64,0,0,0,0,0,0,0,0,64312,1,'Slaves of the Firelord','Within the halls of Blackrock Depths, the Twilight\'s Hammer cult and the Dark Iron dwarves are gathering their forces. Backing up their legions are hordes of fire elementals bound to the service of the firelord, Ragnaros.$B$BIf we can free those elementals from their bonds, we can both weaken our enemies and honor the elements. Take this totem with you and use it on subdued fireguards. It will free their spirits from their bondage and restore them to their natural state.','Use the Totem of Freedom to free the essences of 6 Fireguards, Fireguard Destroyers, or Blazing Fireguards in Blackrock Depths.','','','','','Fireguards freed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,48516,0,0,0,6,0,0,0,0,0,0,0,0,0,0,65640,65622,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27926,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eastern Hospitality','The commander is quite busy now, I\'m afraid.$b$bThe demands of an operation such as this require much of his attention these days.$b$bWhile you wait to speak with him, why don\'t you mingle with some of our guests?$b$bWe have invited a variety of Azeroth\'s most illustrious figures to be present when we unlock the secrets of this region.$b$bI am confident that you will find them most captivating.','Belloc Brightblade wants you to mingle with the guests at Schnottz\'s Landing.','','','Speak to Belloc Brightblade at Schnottz\'s Landing.','Mingled with Ambassador Laurent','Mingled with a Refined Gentleman','Mingled with a Budding Artist','Mingled with an Aspiring Starlet',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27748,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28613,0,0,0,'Fortune and Glory','We have to keep moving, $n. It\'s just a matter of time before those troops get their act together.$b$bThe coffer should be just beyond these ruins.$b$bStay on your toes. Something tells me this isn\'t over yet...','Kill the Obsidian Colossus.','','','Speak to Harrison Jones at Maker\'s Ascent.','Obsidian Colossus Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,46646,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65786,65788,65787,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27905,13202,5034,0,128,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tailgunner!','Okay, I\'ve softened this guy up, how about you help me finish him off?$b$bI\'ve got a plan for our escape, but it\'ll require a lot of guts and a little luck.$b$bYou up for it, $n?$b$bJust follow my lead...','Kill the Schnottz Bomber.','','','Kill the Schnottz Bomber.','Escaped the Obelisk of the Sun','','','',0,0,0,0,0,0,0,0,0,0,0,0,50042,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65883,65882,65881,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27899,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'That Gleam in his Eye','If you\'re looking for Harrison, you just missed him.$b$bHe was going on and on about his latest discovery, and how everything was beginning to make sense.$b$bWhatever... he certainly wasn\'t making sense to me.$b$bI tried to convince him to stay here and just enjoy a few desert sunsets with me, but there\'s no talking to him when he gets that gleam in his eye.$b$bPerhaps you\'d be willing to check in on him?$b$bHe was headed to that big monolith, south of here.','Speak to Harrison Jones at the Obelisk of the Sun.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28405,13202,1584,0,0,50,50,81,0,2,0,0,0,0,0,0,0,0,0,0,'Weapons of Darkness','Blackrock Depths has long been home to our enemies, but now SI:7 sends word that the Dark Irons and Twilight\'s Hammer are increasing their collaboration. Using the knowledge of the cult, the Dark Iron dwarves are imbuing their weapons with elemental powers. They\'ve outfitted the Anvilrage legion with these fearsome new weapons.$B$BI want you to go into Blackrock Depths and gather the weapons from the Anvilrage dwarves there and break them over the Black Anvil in the heart of Shadowforge City.','Capture 5 Elemental-Imbued Weapons from Anvilrage dwarves in Blackrock Depths, then break them over the Black Anvil in Shadowforge City.','','','','Elemental-Imbued Weapon broken','','','',0,0,0,0,0,0,0,0,0,0,0,0,48524,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,65623,65641,65646,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28406,13202,1584,0,0,50,50,81,0,8,0,0,0,0,0,0,0,0,64341,1,'The Dark Iron Army','Things are getting interesting in Blackrock Mountain, $N. Our sources report that the Dark Iron dwarves have formed closer ties with Twilight\'s Hammer and both are preparing for a major offensive.$B$BI\'ve made the contents of the report known to key leaders in Stormwind and I want you to help deal with this emerging Dark Iron threat.$B$BThe rations for most of the Dark Iron army are kept in the East and West Garrison of Blackrock Depths. Take this poison and apply it to their grain reserves.','Use the Fast-Acting Poison to contaminate 6 Grain Rations in the West Garrison or East Garrison of Blackrock Depths.','','','','Poison Grain Rations','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65624,0,0,0,1,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28655,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild, Wild, Wildhammer Wedding','We are ready to begin, $N!$B$BBut I have it on good authority that the Twilight\'s Hammer may try to disrupt the ceremony, so as to demoralize and destroy the Wildhammer. Things could get dangerous!$B$BFor this reason, I will be performing the ceremony myself, so that I can keep the bride and groom close to me. Sound like a plan? Good!$B$BSince her father is dead and her brother the best man, Fanny has asked that you walk her down the aisle. What an honor! Talk to me when you\'re ready to begin.','Talk to Grundy MacGraff to begin the wedding ceremony. Kill any Twilight\'s Hammer that try to stop it!','','','Talk to Kurdran Wildhammer at Kirthaven.','Nuptuals Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,49234,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28411,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Something Stewed','Finally, we\'re going to need a feast. And none of that \"finger food\" stuff! This crowd wants meat, and lots of it.$B$BGather up venison from Highland elk and does. Highland worg are good eatin\' too - bring back some ribs. We\'ll show you a feast like you\'ve never had in all the Eastern Kingdoms, friend.','Gather 8 slabs of Fresh Venison and 5 Worg Ribs.','','','Take the food back to Lachlan MacGraff.','','','','',64319,64320,0,0,0,0,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28410,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Something Stolen','Everyone\'s going to want to dress their best for this, and finery is in short supply in the Highlands.$B$BI understand that those goblin wretches off the coast use the finest silk for repairing their zeppelin air envelopes. A waste!$B$BFind a zeppelin flying back and forth between Dragonmaw Port and the Krazzworks, and liberate some silk from the cargo hold in the lower decks.','Collect a bolt of Fine Dark Cloth.','','','Bring the cloth to Lachlan MacGraff at Kirthaven.','','','','',64318,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28409,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Something Brewed','It would be an insult to celebrate a Wildhammer wedding without drink. Kurdran himself called for a few kegs of rare Thunderbrew Lager to be sent ashore from Highbank, but the caravan can\'t get through the pass.$B$BFollow the road east of here, around the south side of Thunderstrike Mountain, and catch up with the caravan. Look for a fellow named Hammelhand, and help him get the booze through the pass!','Speak with Hammelhand on the road East of Kirthaven, and escort a supply caravan back to town.','','','Talk to Lachlan MacGraff at Kirthaven.','Supply Caravan Escorted','','','',0,0,0,0,0,0,0,0,0,0,0,0,48762,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28408,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Something Bold','By tradition, Wildhammer brides wear white to show their purity. In addition, they wear a crown of black feathers - to show their CHUTZPAH.$B$BOwl feathers make the boldest statement, and Fanny deserves nothing less. Tawny owls are native to the Highlands. Look for them circling near trees that grow along the cliffs, and take their feathers.$B$BYou\'ll probably want to kill \'em, first.','Collect 12 Pristine Owl Feathers.','','','Take the feathers to Lachlan MacGraff at Kirthaven.','','','','',64317,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28412,13202,4922,0,16520,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessing of the Family','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28346,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bachelor','We need to make this work, $N. The answer is in the blood! Family bonds have kept these Wildhammer clans apart from one another. It\'ll take family bonds to glue \'em back together. It\'s a long shot, but we\'re going to have to play matchmaker!$B$BI\'ll track down Colin Thundermar and talk with him. You\'re a smooth one - you should talk to Keegan Firebeard inside. He\'s sharp enough to understand a political marriage. Go find out if he fancies anyone!','Discuss marriage prospects with Keegan Firebeard at Kirthaven in Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28414,13202,4737,0,128,1,3,0,0,0,0,0,0,0,0,0,24502,0,0,0,'Fourth and Goal','It\'s all up to you, kid. You demolished the Steamwheedle Sharks, so now all that\'s left to do is to kick the winning goal.$B$B$B$BNow, just between you and me, I think we should do this one right. I don\'t want you to just kick a goal... I want you to kick it so far it sails between the two smokestacks behind the goal!$B$BI\'ve modified the footbomb to give you the extra power that you\'ll need.$B$BNow get out there and make me proud!','Get in the Bilgewater Buccaneer and score the winning goal by kicking the Footbomb through the smokestacks behind the opposing goal.','','','','Footbomb Kicked Through Smokestacks','','','',0,0,0,0,0,0,0,0,0,0,0,0,371791,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,54294,54295,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28415,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'SEVEN! YUP!','We have to take action. Winky and Gor\'tesh were fighting, so I planned this friendship ceremony to help the two of them make up. Everything was going well, until...$b$bWell, you know the rest.$b$bI even bought drinks!$b$bWinky loves flameflies. He runs off to chase them most every night. I\'m thinking maybe that\'s where he went.$b$bYou\'ll find flameflies to the west and north, wherever you find lava. Bring me seven of them, and hurry!$b$bGor\'tesh might leave next!','Gather 7 Flameflies.','','','','','','','',64409,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64554,64553,64552,64551,0,0,1,1,1,1,0,0,66080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28416,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burning Vengeance','$N... is that you? I thought you were dead, with the rest of them!$b$bNo, you were always strong, even back then, even in Redridge.$b$bOur fight\'s not over, $N. They already attacked our homeland once. I\'m here to make sure it doesn\'t happen again.$b$bIf you can still fight like you did back in the day, then join me. You can start by heading south, to the Whelping Downs, and slaying their whelpers and their hatchling black dragons.$b$bIt\'ll be like old times.','Slay 5 Blackrock Whelpers and 5 Flamescale Broodlings.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47782,7049,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28417,13202,46,0,2097160,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Done Nothing Wrong','The Blackrock orcs of the steppes serve a dark master - one who performs twisted experiments on living creatures to create his own menagerie of abominations. Many of his test subjects are as corrupted as their master, but others are completely innocent.$b$bIn the whelping downs to the south, they chain baby dragons to the ground, preparing them for such experiments. I will not stand for this. Break their fetters and return the hatchlings to me... to safety.','Obtain a Freed Red Whelpling, a Freed Green Whelpling, a Freed Blue Whelpling, and a Freed Bronze Whelpling.','','','','','','','',63114,63116,63117,63119,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64500,64499,64498,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28418,13202,46,0,589824,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burning Vengeance','I am a Blackrock orc by birth. I spent a large part of my youth inside that mountain.$b$b$b$bBut while I share blood with them, I do not share their outlook. And I am seeking an ally to assist me in stopping their upcoming attack.$b$bSo prove yourself. Travel south, to the Whelping Downs, and slay their whelpers and the hatchling black dragons. Prove to me that you\'re ready for this war.','Slay 5 Blackrock Whelpers and 5 Flamescale Broodlings.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47782,7049,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28419,13202,46,0,10485768,49,50,0,0,0,0,0,0,0,0,0,0,28422,0,0,'Stocking Up','If we\'re going to wage war against the Blackrock clan, we\'re going to need to plan ahead. My father has already put the plan together - now it\'s time to execute.$b$bI need scorpid stingers... the sharpest ones you can find. Scorpids are all over the steppes, but you can find most of them in the gulch to the west.$b$bDon\'t worry about what they\'re for. You\'ll find out soon enough.','Obtain 5 Razor-Sharp Scorpid Barbs.','','','','','','','',63135,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64502,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28420,13202,46,0,10485768,49,50,0,0,0,0,0,0,0,0,0,0,28422,0,0,'A Future Project','According to my father, we\'ll need worg hides, and lots of them. It doesn\'t matter if they\'re torn, burned, or bloody, but we need plenty of them.$b$bActually, it\'s probably better if they\'re a little beat-up.$b$bYou\'ll find worgs both to the west and to the east of here.','Obtain 11 Ember Worg Hides.','','','','','','','',63136,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64504,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28421,13202,46,0,10485768,49,50,0,0,0,0,0,0,0,0,0,0,28422,0,0,'Mud Hunter','Hope you\'re not afraid of getting dirty. Judging by the looks of you, that won\'t be a problem.$b$bTo the north, at the lava\'s edge, you\'ll find piles of dark mud. I need it.$b$bIt\'d be best if you didn\'t ask questions, and focused your efforts on following orders, $N.','Obtain 9 piles of Obsidian-Flecked Mud.','','','','','','','',63124,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64506,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28422,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sand, the Cider, and the Orb','My father is waiting for us to the east. Before we head out though, we need to gather some more supplies. This time, you\'ll be taking it from a warlock by the name of Gorzeeki Wildeyes.$b$bYou\'ll probably find him to the northwest, near the Altar of Storms. Tell him he\'s going to help us out. We need the sand, the cider, and the orb.$b$bHe\'ll know what it means.','Speak with Gorzeeki Wildeyes near the Altar of Storms.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28423,13202,46,0,8388616,49,50,0,0,0,0,0,0,0,0,0,0,28425,0,0,'Warlocks Have the Neatest Stuff','Ariok said he needs supplies? I\'ve got plenty of supplies! Problem is, those warlocks have kicked me out of my home, and they\'re not letting me back in.$b$b$b$bYou might be able to get in, though. Head north, and grab some of my slumber sand, my fel slider cider, and a clear glass orb. I\'m pretty sure that\'s what he wants.$b$bOh, and if you happen to accidentally kill any of those orcs while you\'re up there, I wouldn\'t be terribly upset.','Obtain a handful of Slumber Sand, a jug of Fel Slider Cider, and a Clear Glass Orb.','','','','','','','',63134,63132,63133,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28424,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28425,0,0,'Shadow Boxing','Ner\'gosh the Shadow is the leader of those warlocks to our north. He\'s the jerk that kicked me out of my home once those Blackrock orcs started showing up. Well, they\'re all jerks, but he\'s the jerkiest.$b$bIf I\'m ever going to move back in near the Altar, Ner\'gosh has to go.','Slay Ner\'gosh the Shadow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47805,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28425,13202,46,0,10485768,49,50,0,0,0,0,0,0,0,0,0,0,28426,63354,1,'Return to Ariok','Well I suppose I\'m done with you here. I\'ll go shoo those other warlocks out when I build up the courage.$b$bHere, don\'t forget those supplies.','Bring the Warlock\'s Supplies back to Ariok at Flamestar Post in Burning Steppes.','','','','','','','',63354,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,81040,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28426,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chiselgrip, the Heart of the Steppes','We\'re headed to Chiselgrip, right in the center of these steppes. We\'ll rendezvous with the Thorium Brotherhood there, as well as with my father.$b$bAre you familiar with the Brotherhood? Those dark iron dwarves have helped me out more than once. We may need their help again.$b$bWe\'ll pass through Black Tooth Hovel on our way there. What do you say we kill a few of the Blackrock while we travel? I\'m getting a little restless here in this camp.','Kill any 15 Blackrock troops on your way to Chiselgrip.','','','','Blackrock troop slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,7025,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,64514,64513,64512,64511,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28427,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Needle in a Hellhole','Lok\'tar, $c. My name is Eitrigg, of the Argent Crusade... formerly of the Warchief\'s Honor Guard. Before that, of the Blackrock orcs.$b$bI trust my son has briefed you on our plan. He hasn\'t? That is probably for the better.$b$bThe next part of the plan is going to require a bit of subtlety. Speak with Thelaron Direneedle, the tailor here in town. I\'ve already given him the hides and mud that you\'ve collected. He\'s going to need to size you.$b$bThat\'s right, $r: you\'re going undercover.','Speak with Thelaron Direneedle at Chiselgrip in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28428,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28432,0,0,'A Perfect Costume','Judging by your weight, build, and size, we\'re going to dress you as an orc. Their army is made mostly of orcs, so you\'ll fit right in.$b$bDo you know much about tailoring? If not, then consider this your first lesson. My crafting table over there has all the necessary supplies on it.$b$bGo ahead and grab whatever you think is necessary, then bring it here. Thelaron will fix you right up.','Bring the appropriate amount of supplies from the Tailoring Table to Thelaron Direneedle at Chiselgrip.','','','','Perfect Costume created','','','',0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28429,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28432,0,0,'A Perfect Costume','Judging by your weight, build, and size, we\'re going to dress you as an ogre. The firegut ogres have always worked for the Blackrocks, so you\'ll fit right in.$b$bDo you know much about tailoring? If not, then consider this your first lesson. My crafting table over there has all the necessary supplies on it.$b$bGo ahead and grab whatever you think is necessary, then bring it here. Thelaron will fix you right up.','Bring the appropriate amount of supplies from the Tailoring Table to Thelaron Direneedle at Chiselgrip.','','','','Perfect Costume created','','','',0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28430,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28432,0,0,'A Perfect Costume','Judging by your weight, build, and size, we\'re going to dress you as a goblin. The Blackrocks have been known to hire goblin mercenaries to fill their ranks, so you\'ll fit right in.$b$bDo you know much about tailoring? If not, then consider this your first lesson. My crafting table over there has all the necessary supplies on it.$b$bGo ahead and grab whatever you think is necessary, then bring it here. Thelaron will fix you right up.','Bring the appropriate amount of supplies from the Tailoring Table to Thelaron Direneedle at Chiselgrip.','','','','Perfect Costume created','','','',0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28431,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28432,0,0,'A Perfect Costume','Judging by your weight, build, and size, we\'re going to dress you as a troll. The Smolderthorn trolls have always worked with the Blackrock orcs, so you\'ll fit right in.$b$bDo you know much about tailoring? If not, then consider this your first lesson. My crafting table over there has all the necessary supplies on it.$b$bGo ahead and grab whatever you think is necessary, then bring it here. Thelaron will fix you right up.','Bring the appropriate amount of supplies from the Tailoring Table to Thelaron Direneedle at Chiselgrip.','','','','Perfect Costume created','','','',0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28432,13202,46,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28433,63357,1,'Into the Black Tooth Hovel','Undercover work is all about swagger. Just act like you\'re supposed to be there, and you\'ll be fine.$b$bYour contact inside Black Tooth Hovel will be an orc by the name of Quartermaster Kaoshin. He does NOT know you\'re a spy, so try and stay cool. Do whatever he asks of you.$b$b$b$bPlace this device in your ear. I will be in touch to give you any special instructions.$b$bGood luck out there, soldier.','Speak with Quartermaster Kaoshin at the Black Tooth Hovel in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28433,13202,46,0,1048584,49,50,0,0,0,0,0,0,0,0,0,0,28435,63357,1,'Grunt Work','Bah! You\'re lucky I\'m short-handed today. Otherwise I\'d make you my personal whipping $g boy: girl; for the week.$b$bThe officers and high-ranking soldiers need their boots polished. They\'ve left them out in front of their huts.$b$bI want to see my reflection in those boots, grunt! Get to work!','Vigorously polish 7 pairs of Blackrock Boots.','','','','Pairs of Blackrock Boots polished','','','',0,0,0,0,0,0,0,0,0,0,0,0,-206977,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28434,13202,46,0,589824,49,50,0,0,0,0,0,0,0,0,0,0,28436,63350,1,'Strategic Cuts','$b$b$N? It\'s Eitrigg.$b$bWe\'ve just received the final bit of information for your next mission. There are three marks that we\'d like you to take down. The first is Voodooist Timan, whom you\'ll find atop the Pillar of Ash. Worgmistress Othana is in the central worg pens. Finally, Gorlop is near the lava pools to the south.$b$bYou will find the scorpid barbs you harvested packed along with your belongings. Use the barbs on the marks when the time is right.','Use the Razor-Sharp Scorpid Barb on Voodooist Timan atop the Pillar of Ash, Worgmistress Othana in the worg pens, and Gorlop when he is near the lava pools.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,9176,48099,48100,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28435,13202,46,0,8716296,49,50,0,0,0,0,0,0,0,0,0,0,28436,63356,1,'The Kodocaller\'s Horn','Alright, I\'ve got some actual, legitimate, important work for you. We\'ve got to call the kodos in from the grazing lands to the south. General Thorg\'izog says we\'ll be moving out into Redridge soon, and I won\'t be caught with my kodos down.$b$bUse this horn near a kodo. It will return to the camp when it hears the call.$b$bYou\'ll want to watch out. Sometimes the kodos get a little feisty, so you need to knock them around a bit before they listen to you.','Use the Horn of the Callers to call 7 Blackrock War Kodos back to camp. If a kodo turns hostile, fight it until it submits.','','','','Blackrock War Kodos summoned back to camp','','','',0,0,0,0,0,0,0,0,0,0,0,0,48112,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28436,13202,46,0,11010048,49,50,0,0,0,0,0,0,0,0,0,0,28437,63358,1,'Taking the Horn For Ourselves','$N, it\'s Eitrigg. I want you to hold onto that horn. I\'m sure we can improvise and find a way to work it into the plan.$b$bI\'m more than a little concerned about what Kaoshin said about attacking Redridge. We knew an attack was imminent, but not this soon!$b$bReturn to me, with the horn. We will talk again here, in Chiselgrip. And try not to ruin that disguise. You\'re not done with your undercover work yet.','Bring the Horn of the Callers back to Eitrigg at Chiselgrip in Burning Steppes.','','','','','','','',63358,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64520,64519,64518,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28437,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,28438,0,0,'General Thorg\'izog','Kaoshin turned out to be more helpful than I expected, but we\'re done with him. It\'s time you spoke with the General. I think you\'re ready.$b$bGeneral Thorg\'izog is one of the \"Big Three\" that run the Blackrock forces here in Burning Steppes. He leads from the Blackrock Stronghold to the northwest. Put on your disguise and go speak with him. See if you can earn his trust. I will be in touch, should I need anything further.','Speak with General Thorg\'izog.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28438,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,28439,0,0,'Trial by Magma','I suppose I\'ll make the most of this situation. These goblin mercenaries brought this enormous fire elemental to my stronghold as a \"thank you\" for hiring them. What am I going to do with an elemental here in the steppes? That\'s like bringing sand to the beach.$b$bIf you\'re looking for work, then prove yourself. Talk to this goblin here, and challenge his elemental to a fight. The victor earns my respect, and my time.','Speak with Wyrtle Spreelthonket and ask him to release Magma Lord Kolob. Then defeat Magma Lord Kolob in battle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48156,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,64532,64531,64530,64529,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28439,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,63390,1,'I Am the Law and I Am the Lash','I\'ve been looking for a good, strong soldier like you. I need someone to keep my troops in line.$b$bOutside the stronghold, you will find orcs, ogres, and trolls preparing for the assault on Redridge. My sergeants keep them in line, but I\'d like you to assist them.$b$bTake this cudgel and discipline a few of my soldiers. I don\'t care if they\'re misbehaving or standing perfectly in line, I want them beaten. I want them focused, battle-hardened, and obedient.$b$bNow go.','Use the Blackrock Cudgel of Discipline on 20 troops in the Fields of Honor. If one of the troops discovers your disguise, cudgel him to death before he can unmask you.','','','','Blackrock minions cudgeled','','','',0,0,0,0,0,0,0,0,0,0,0,0,48195,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28440,13202,46,0,2949120,49,51,0,0,0,0,0,0,0,0,0,0,28441,63390,1,'Abuse of Power','$N? Eitrigg here.$b$bIt sounds like you have earned Thorg\'izog\'s trust, and he\'s assigned you to discipline duty. This is fortunate.$b$bWe need you to take out his sergeants. You\'ll find them on wolfback, outside of the Blackrock Stronghold in the Fields of Honor. Use that cudgel on them, several times, until they die. You\'ll have to act fast, because if they realize you\'re not one of them, they can unmask you. Strike quickly and ferociously, $N.','Kill 5 Blackrock Sergeants using the Blackrock Cudgel of Discipline. Defeat them quickly, before they have a chance to unmask you.','','','','Blackrock Sergeant slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48210,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28441,13202,46,0,2621440,49,51,0,0,0,0,0,0,0,0,0,0,28442,0,0,'Enough Damage For One Day','We do not have any further strategic need for Thorg\'izog or the Blackrock ground troops. We must continue to the next phase of the plan.$b$bWhen you are finished at the stronghold, return to my son and me, here in Chiselgrip.','Return to Eitrigg at Chiselgrip.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64542,64541,64540,64539,64538,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,90365,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28442,13202,46,0,3407880,49,51,0,0,0,0,0,0,0,0,0,0,28491,0,0,'Flame Crest','Our work here in Chiselgrip is done, mostly thanks to you. We\'ll now be moving on to the northeast, to Flame Crest.$b$bFlame Crest is in the cliffs, past the Ruins of Thaurissan. It should serve as a sufficient base of operations for the final stages of our plan.$b$bOf course, my son Ariok will be joining you on the road. As will I.','Report to Kibler at Flame Crest in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,81040,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28443,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackened Ashes','I need you to do some more gathering before we can go take out the remainder of the Blackrock army. If we\'re going to do this, we\'re going to do it right, and that means being prepared.$b$bI need ash, $N. Not just any ash... ash from the greater obsidian elementals that roam the plains to the southeast. The stuff is deep, deep black, which is what we need for our next disguise.$b$bDon\'t worry, you\'ve already got a disguise. This one is for someone... well, someTHING... else.','Obtain 9 piles of Obsidian Ash.','','','','','','','',63421,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28444,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Latent Demons of the Land','The lava beds nearby - to the south - play host to flamekin, a brand of fire demon that has long roamed the steppes. Situations are such in the Blackrock army that, if we are careful, we may be able to sneak some of these flamekin behind enemy lines to cause some havoc.$b$bBring me the bodies of several flamekin. As demons, they are easily resurrected, and then we can use them for our own purposes.','Obtain 18 Fallen Flamekin.','','','','','','','',63423,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28445,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,63427,1,'A Heap of Delicious Worg','We\'re going to need fresh meat, which means you\'re going to be hunting worg. The worg on this side of the steppes should be your target.$b$b$b$bHunt the giant ember worgs. Once you\'ve killed them, use this saw to remove the choicest bits of meat from their bodies. You will find these worgs all over the steppes, but the closest pack rules the land just to our southeast.','Use the Worgsaw on the bodies of slain Giant Ember Worgs to obtain 40 Worg Cutlets.','','','','','','','',63424,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28446,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Tour','My legs are getting a little restless again. You interested in taking a little tour, $N?$b$bWe\'re going to take a trip around Dreadmaul Rock. I\'d like to investigate some of the Blackrock army before we make our move, and I figure we might as well kill some of them while we\'re on the way.','Kill 25 Black Dragonspawn or Black Wyrmkin.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7040,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28447,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Draconic Vanguard','The Blackrock orcs don\'t come alone. You\'ve already seen that they\'ve got the Firegut ogres and Smolderthorn trolls on their side. Unfortunately for us, they\'re also teamed up with the black dragonflight.$b$bThe orcs and the dragons have already sent some of their champions to stand guard at rally points, which are marked by a dragon skull on a pike. You and I are going to find these rally points and take out this vanguard before the battle starts.$b$bReady?','Slay Minyoth, Whelptamer Akumi, Terromath the Seared, and Tugnar Goremaw.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48287,48288,48289,48291,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28448,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,63431,1,'A Deal With a Dragon','While we are circling around Dreadmaul Rock, there\'s one more stop that we need to make.$b$bYou remember the hatchlings that you freed from the Whelping Downs? I\'ve been watching over them, and now we\'re going to deliver them to someone who will take care of them better than we can. He\'s staying in Slither Rock, to the northeast of Dreadmaul Rock.$b$bHis name is Acride, and he might be the key to victory in the upcoming battle.','Deliver the Rescued Whelplings to Acride at Slither Rock in Burning Steppes.','','','','','','','',63431,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28449,13202,46,0,786432,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Placing the Pawns','$b$b$N. It sounds like you and Ariok have finished with your tasks. I\'ve also finished mine.$b$bReturn to Flame Crest. I\'ve prepared a few packages to deliver to the Big Three: Thorg\'izog, Neeralak, and Xi\'lun. You\'ve already met General Thorg\'izog. This will be your chance to meet the other two.$b$bThat is, before you kill them.','Return to Eitrigg at Flame Crest in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64550,64549,64548,64547,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28450,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,63429,1,'A Delivery for Thorg\'izog','General Thorg\'izog is staying among the ogres in the Firegut Furnace, a cave on the western edge of Dreadmaul Rock. I\'d like you to deliver this to him and the ogres.$b$bInside this package, you will find the worg cutlets you obtained, marinated in the fel slider cider that we took from the Altar of Storms.$b$bI would avoid eating it if I were you.$b$bBring it to General Thorg\'izog. He will make sure that his troops are fed and, with any luck, he will eat some himself.','Using your Blackrock Disguise, bring the Slider Cider-Marinated Cutlets to General Thorg\'izog at Firegut Furnace in Burning Steppes. Speak with Eitrigg if you need a new Blackrock Disguise.','','','','','','','',63429,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,90374,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28451,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,63430,1,'A Delivery for Neeralak','The warlocks of the Blackrock Clan often practice their magic in the Skull Warren, a cave on the eastern side of Dreadmaul Rock. Their leader, Xi\'lun, is busy elsewhere, so the cave is currently being held by another of the Big Three: Dragon-Lord Neeralak. And Neeralak\'s expertise is in dragons, not in necromancy.$b$bI\'ve used the slumber sand on those flamekin you captured. Try to convince Neeralak that they\'re warlock imps, and not flamekin. When they wake up, they won\'t be happy.','Using your Blackrock Disguise, sneak into the Skull Warren and convince Dragon-Lord Neeralak to take your Crate of Sleeping Flamekin. Speak with Eitrigg if you need a new Blackrock Disguise.','','','','','','','',63430,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,90376,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28452,13202,46,0,3145736,49,51,0,0,0,0,0,0,0,0,0,0,0,63134,1,'A Delivery for Xi\'lun','Intel tells us that High Warlock Xi\'lun - the final member of the Big Three - is within the cave atop Dreadmaul Peak, preparing for his big moment.$b$bHe is waiting for a delivery: an Orb of Domination, with which he can perform a powerful summoning ritual. I want you to give him this:$b$b$b$bThis is the clear glass orb that you freed from the Altar of Storms. It is powerless. Give it to Xi\'lun, and cross your fingers that he doesn\'t notice.','While using the Blackrock Disguise, deliver the Clear Glass Orb to High Warlock Xi\'lun atop Dreadmaul Rock in Burning Steppes. Speak with Eitrigg if you need a new Blackrock Disguise.','','','','','','','',63134,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,90375,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28453,13202,46,0,2883584,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Locked and Loaded','$N, come in. Can you read me?$b$bThe battle is about to start. I hope you\'ve delivered all of those packages.$b$bI need you here in Flame Crest, NOW.','Report to Eitrigg at Flame Crest in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64568,64567,64566,64565,64564,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,90365,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28454,13202,46,0,1048576,49,52,0,0,0,0,0,0,0,0,0,0,28455,63681,1,'Assault on Dreadmaul Rock','This is it, $N. A sad day... but a day in which the Blackrock orcs will learn a powerful lesson. Today, our plan comes to fruition.$b$bCome with me. We\'re going to go talk to Acride and call in that favor that he owes us. Then we\'ll stop this invasion of Redridge before it even starts.','Slay 200 Blackrock Invaders. If you should lose your vehicle, use the Horn of the Callers to summon it again.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48432,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23000,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28455,13202,46,0,8,49,52,0,0,0,0,0,0,0,0,0,0,28456,0,0,'Glory Amidst Chaos','You and my son are going back to that mountain. There\'s three orcs who survived the attack, and we won\'t rest until they\'re dead.$b$bThat\'s right, I\'m talking about the Big Three.$b$bGeneral Thorg\'izog crawled back into the Firegut Furnace, and Dragon-Lord Neeralak is cowering in the cave on the mountain\'s peak. Xi\'lun is in the back of the Skull Warren, plotting with his fellow warlocks.$b$bLeave your mark, $N. Topple these corrupt Blackrock orcs once and for all.','Kill General Thorg\'izog, Dragon-Lord Neeralak, and High Warlock Xi\'lun.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48316,48314,48312,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23000,0,0,81040,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28456,13202,46,0,1310728,49,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spoils of War','While the Blackrock orcs still swarm in their spire, I doubt their plans will take them anywhere near the innocent people of Redridge anytime soon. You and Ariok saw to that.$b$bI\'d say we were fairly resourceful here in Burning Steppes - those warlock supplies we collected certainly came in handy, as did the obsidian ash that we used to conceal our dragon.$b$bThere were, however, some collected items left over. Please, take your pick before you move on, beyond the steppes.','Inspect the Box of Left Over Supplies at Flame Crest in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64580,64579,64578,64577,64575,0,1,1,1,1,1,0,64576,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28457,13202,1584,0,0,50,50,81,0,1,0,0,0,0,0,0,0,0,0,0,'A Dangerous Alliance','The Shattered Hand believes that the Dark Iron dwarves and Twilight\'s Hammer are working together. There\'s evidence that they are preparing a joint attack from within Blackrock Mountain. We can\'t allow such a force to depart Blackrock Mountain.$B$BYou must go into Blackrock Depths and capture the Twilight\'s Hammer attack plans from General Angerforge in the West Garrison. Eliminate the elementals Twilight\'s Hammer has provided to support his forces.','Kill 6 Fireguard Destroyers and recover the General\'s Attack Plans from General Angerforge at the West Garrison in Blackrock Depths.','','','','','','','',0,64302,0,0,0,0,0,1,0,0,0,0,8911,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,65625,65642,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28458,13202,1584,0,0,50,50,81,0,128,0,0,0,0,0,0,0,0,0,0,'The Pyromancer\'s Grimoire','The power of the Dark Iron forces and their Twilight\'s Hammer allies is growing within Blackrock Mountain. Pyromancer Loregrain is a powerful and influential magus in the Twilight\'s Hammer delegation. If we could get our hands on his grimoire, I could develop counters for Twilight\'s Hammer spells and curses.$B$BYou must descend into Blackrock Depths, locate the Shrine of Thaurissan, and capture the grimoire. Show Loregrain and his Twilight minions no mercy.','Kill 6 Twilight Emissaries and recover Loregrain\'s Grimoire from Pyromancer Loregrain at the Shrine of Thaurissan in Blackrock Depths.','','','','','','','',0,64305,0,0,0,0,0,1,0,0,0,0,8913,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65626,0,0,0,1,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28459,13202,1584,0,0,50,50,81,0,256,0,0,0,0,0,0,0,0,0,0,'Stones of Binding','The Shattered Hand has discovered increased collaboration between Twilight\'s Hammer and the Dark Iron dwarves in Blackrock Depths. We have an opportunity to strike at our enemies and empower ourselves, $N.$B$BTwilight\'s Hammer followers have placed a number of elemental binding stones throughout Shadowforge City, the Domicile, the Shrine of Thaurissan, the West Garrison and the East Garrison. Find and capture those stones!','Recover 6 Elemental Binding Stones from Blackrock Depths. You can find the stones in Shadowforge City, the Domicile, the Shrine of Thaurissan, the East Garrison, and the West Garrison.','','','','','','','',64308,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65627,0,0,0,1,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28460,13202,618,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Threat of the Winterfall','I came to Winterspring to investigate the Frostfire Hot Springs. I\'ve noticed that the water seems to have... strange qualities. I haven\'t yet been able to discover the source, and to tell you the truth, I\'ve had some difficulty lately, due to the Winterfall furbolg.$B$BThey seem to be drawn to the springs, just as I am. They have become extremely protective of the water, and won\'t let me come near the two larger springs to the north of here.$B$BI\'d like to continue my studies, so won\'t you help me?','Slay 15 Winterfall furbolg of any kind near the Frostfire Hot Springs.','','','','Winterfall Furbolg slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48586,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,67158,67175,67192,67209,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28461,13202,1584,0,0,50,50,81,0,4,0,0,0,0,0,0,0,0,0,0,'The Golem Lord\'s Creations','The Shattered Hand has discovered some disturbing information in Blackrock Depths. It appears Twilight\'s Hammer is working with the Dark Iron engineer, Argelmach, to create war golems powered by elementals. These golems could be a great advantage for our enemies.$B$BIt is your duty to prevent that from happening. Find the Manufactory in Blackrock Depths, capture the blueprints he\'s using to make those golems, and recover the elemental modules he\'s using to power them.','Obtain 5 Elemental Modules from the golems in the Manufactory of Blackrock Depths and recover the Elemental Golem Blueprints.','','','','','','','',64303,64304,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65628,0,0,0,1,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28462,13202,618,0,0,49,50,0,0,0,0,0,0,0,0,0,28460,0,12771,1,'Winterfall Firewater','This vial that you picked up from the Winterfall furbolg is empty, but you can detect a few drops of a strange green liquid inside; it almost glows.$B$BIs it something important?$B$BDonova Snowden would probably be able to tell you more, since she has been camped by the hot springs in Winterspring for some time now.','Bring the Empty Firewater Flask to Donova Snowden in Winterspring.','','','','','','','',12771,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28463,13202,1584,0,0,50,50,81,0,8,0,0,0,0,0,0,0,0,64341,1,'The Dark Iron Army','As a member of the Shattered Hand, you know that it is our job to watch the Horde\'s enemies. We have discovered that the Dark Iron dwarves and their new allies, Twilight\'s Hammer, are preparing to attack.$B$BI\'m sending you to help deal with this threat before the Dark Iron army marches. Take this poison and apply it to the soldiers\' rations of grain in Blackrock Depths.$B$BThe rations for most of the Dark Iron army are kept in the East and West Garrison of Blackrock Depths.','Use the Fast-Acting Poison to contaminate 6 Grain Rations in the West Garrison or East Garrison of Blackrock Depths.','','','','Poison Grain Rations','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65629,0,0,0,1,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28464,13202,618,0,262152,49,50,0,0,0,0,0,0,0,0,0,28462,0,0,0,'Falling to Corruption','The aggression of the Winterfall furbolg has to have its source somewhere. I\'d like to get to the bottom of it if I can!$B$BI\'ve seen the furbolg in the camps to the north brewing something in a cauldron. They seemed very protective of it... if whatever they\'re cooking up is what\'s causing this, I must examine it myself.$B$BFind that cauldron if it\'s still there, and bring me back what\'s inside!','Find the Winterfall Cauldron at the northern Winterfall camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28465,13202,1584,0,0,50,50,81,0,64,0,0,0,0,0,0,0,0,64312,1,'Slaves of the Firelord','Within the halls of Blackrock Depths, the Twilight\'s Hammer cult and the Dark Iron dwarves are gathering their forces. Backing up their legions are hordes of fire elementals bound to the service of the firelord, Ragnaros.$B$BIf we can free those elementals from their bonds, we can both weaken our enemies and honor the elements. Take this totem with you and use it on subdued fireguards. It will free their spirits from their bondage and restore them to their natural state.','Use the Totem of Freedom to free the essences of 6 Fireguards, Fireguard Destroyers, or Blazing Fireguards in Blackrock Depths.','','','','','Fireguards freed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,48516,0,0,0,6,0,0,0,0,0,0,0,0,0,0,65643,65630,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28466,13202,1584,0,0,50,50,81,0,2,0,0,0,0,0,0,0,0,0,0,'Weapons of Darkness','Blackrock Depths has long been home to our enemies, but now the Shattered Hand has discovered that the Dark Irons and Twilight\'s Hammer are increasing their collaboration. Using the cult\'s knowledge, the Dark Iron dwarves are imbuing their weapons with elemental powers. They\'ve outfitted the Anvilrage legion with these fearsome new weapons.$B$BI want you to go into Blackrock Depths and gather the weapons from the Anvilrage dwarves there and break them over the Black Anvil in the heart of Shadowforge City.','Capture 5 Elemental-Imbued Weapons from Anvilrage dwarves in Blackrock Depths, then break them over the Black Anvil in Shadowforge City.','','','','Elemental-Imbued Weapon broken','','','',0,0,0,0,0,0,0,0,0,0,0,0,48524,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,65631,65644,65647,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28467,13202,618,0,262144,49,50,0,0,0,0,0,0,0,0,0,28464,0,12813,1,'Mystery Goo','The greenish substance inside the cauldron is putrid and viscous. No matter what it is, it doesn\'t seem to be good.$B$BIt would be best to report back to Donova with your findings, along with a sample of the liquid in the cauldron.','Report back to Donova Snowden with your findings.','','','','','','','',12813,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,5,0,0,0,0,0,0,5500,0,0,0,0,0,0,0,0,0,0,30600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28468,13202,618,0,16392,52,56,0,0,0,0,0,0,0,0,0,0,5087,0,0,'[DEPRECATED]Toxic Horrors','I\'ve studied the sample you returned with, and while I can\'t say for sure, I believe it contains traces of toxic elements. However, the only way to know for sure is to gather some as a comparison.$B$BI believe that the Deadwood furbolg may be gathering these elements from other corrupted creatures in Felwood; in particular, the elementals living in the Irontree Woods, called toxic horrors.$B$BCollect a few samples for me to compare, but be careful -- it\'s very dangerous there!','Collect 3 Toxic Horror Droplets for Donova Snowden in Winterspring.','','','','','','','',12822,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28469,13202,618,0,8,49,50,0,0,0,0,0,0,0,0,0,28467,0,0,0,'Winterfall Runners','Very interesting, $N...$B$BWhen this toxic substance is mixed with the water from the hot springs, it loses its toxicity, only retaining the ability to temporarily affect those that ingest it. This must be why the Winterfall protect the hot springs so fervently -- they need them to purify their firewater.$B$BWe need to stop this -- cut off contact between the Winterfall and the Deadwood. A group of runners walks the distance between their village and Felwood. Find and defeat them, and steal their shipment.','Find and defeat the Winterfall Runner and take the Winterfall Crate from him.','','','','','','','',12829,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,5,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28470,13202,618,0,8,49,50,0,0,0,0,0,0,0,0,0,28469,0,0,0,'High Chief Winterfall','The Winterfall furbolg are not a normally aggressive tribe, and this change in their behavior leads me to think that they must be under orders from their chief. We most likely can\'t undo the damage that has already been done, but if their leader is slain, they may not get any worse.$B$BHead east again, past where you found that cauldron. High Chief Winterfall is here, at the easternmost part of Timbermaw Post.','Slay High Chief Winterfall.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10738,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,67210,67159,67176,67193,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,7,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28471,13202,618,0,262144,49,50,0,0,0,0,0,0,0,0,0,28470,0,12842,1,'The Final Piece','The log you found on the high chief looks extensive, but after looking through a couple of the pages, you find that you cannot read the text. The markings are so crude and poorly-formed that you are not sure if anyone would be able to read them.$B$BBut perhaps Donova will be able to tell you what it says... ','Bring the Crudely-written Log to Donova Snowden in Winterspring.','','','','','','','',12842,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28472,13202,618,0,262144,49,50,0,0,0,0,0,0,0,0,0,28471,0,12842,1,'Words of the High Chief','The Winterfall are no longer a threat to me, but if you still want to find out what was driving the furbolg to create and consume this strange firewater, I think you should seek out Kelek Skykeeper.$B$BHe\'s a druid that once worked to help cleanse Felwood with the Emerald Circle, and has since come here to study the nearby ruins.$B$BYou might be able to find him to the east at Lake Kel\'theril, where he spends his time recently.','Take the Crudely-written Log to Kelek Skykeeper at Lake Kel\'theril.','','','','','','','',12842,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34423,34424,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28473,13202,1584,0,0,50,50,81,0,2,0,0,0,0,0,0,0,0,0,0,'Weapons of Darkness','Blackrock Depths has long been home to our enemies, but now the Shattered Hand has discovered that the Dark Irons and Twilight\'s Hammer are increasing their collaboration. Using the cult\'s knowledge, the Dark Iron dwarves are imbuing their weapons with elemental powers. They\'ve outfitted the Anvilrage legion with these fearsome new weapons.$B$BI want you to go into Blackrock Depths and gather the weapons from the Anvilrage dwarves there and break them over the Black Anvil in the heart of Shadowforge City.','Capture 5 Elemental-Imbued Weapons from Anvilrage dwarves in Blackrock Depths, then break them over the Black Anvil in Shadowforge City.','','','','Elemental-Imbued Weapon broken','','','',0,0,0,0,0,0,0,0,0,0,0,0,48524,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,65632,65645,65648,0,0,0,1,1,1,0,0,0,25549,0,0,0,1,0,0,0,911,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28474,13202,1584,0,0,50,50,81,0,16,0,0,0,0,0,0,0,0,63428,1,'Twilight Scheming','The influence of Twilight\'s Hammer grows within Blackrock Depths. They have allied with the Dark Iron dwarves and seek to convince them to strike outside the mountain.$B$BWe must destroy the instruments of the Twilight\'s Hammer agitation. Their influence over the Dark Irons must be minimized.$B$BI want you to go into Domicile portion of Blackrock Depths and use this torch to burn the books that the Twilight\'s Hammer is distributing there.','Use the Glowing Torch to destroy 8 copies of The Twilight Creed in the Domicile of Blackrock Depths.','','','','Copies of The Twilight Creed burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65633,0,0,0,1,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28475,13202,1584,0,0,50,50,81,0,16,0,0,0,0,0,0,0,0,63428,1,'Twilight Scheming','In Blackrock Depths, Twilight\'s Hammer has started to persuade the Dark Irons to strengthen their alliance and prepare their armies for a campaign outside the mountain.$B$BWe must not allow this manipulation to create a combined Dark Iron-Twilight\'s Hammer force! We must destroy the tools of the cult\'s persuasion.$B$BI want you to go into Domicile portion of Blackrock Depths and use this torch to burn the books that the Twilight\'s Hammer is distributing there.','Use the Glowing Torch to destroy 8 copies of The Twilight Creed in the Domicile of Blackrock Depths.','','','','Copies of The Twilight Creed burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65634,0,0,0,1,0,0,0,911,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28476,13202,1584,0,0,50,50,81,0,0,0,0,0,0,0,0,0,0,63428,1,'Twilight Scheming','In Blackrock Depths, Twilight\'s Hammer has started to persuade the Dark Irons to strengthen their alliance and wage a campaign of conquest.$B$BWe have to act before the cultists can whip up the bloodlust in the Dark Irons and their leadership. Perhaps the best way to deal with this is to destroy the material the cultists are distributing to the dwarves.$B$BI want you to go into Domicile portion of Blackrock Depths and use this torch to burn the books that the Twilight\'s Hammer is distributing there.','Use the Glowing Torch to destroy 8 copies of The Twilight Creed in the Domicile of Blackrock Depths.','','','','Copies of The Twilight Creed burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65635,0,0,0,1,0,0,0,81,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28477,13202,1584,0,0,50,50,81,0,16,0,0,0,0,0,0,0,0,63428,1,'Twilight Scheming','Our enemies be plottin\' against us in the halls of Blackrock Depths. The Twilight\'s Hammer cultists, they be busy preaching and handin\' out books to the Dark Irons, tellin\' them that it\'s time for war. Wit\' a Dark Iron army at their backs, the Twilight\'s Hammer be a formidable force. We must put an end to the agitation!$B$BI be wantin\' you to go into Domicile of Blackrock Depths and use this torch to burn those Twilight\'s Hammer books!','Use the Glowing Torch to destroy 8 copies of The Twilight Creed in the Domicile of Blackrock Depths.','','','','Copies of The Twilight Creed burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65636,0,0,0,1,0,0,0,530,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28478,13202,1584,0,0,50,50,81,0,0,0,0,0,0,0,0,0,0,63428,1,'Twilight Scheming','It wasn\'t enough for their master to break the world, no! Twilight\'s Hammer is doing its best to unite our enemies against us, particularly in Blackrock Depths. They\'ve got a whole team of emissaries down there spreading propaganda aimed at starting a joint campaign.$B$BI\'ve always heard that the medium\'s the message. Well, it\'s time to destroy the message!$B$BI want you to go into the Domicile of Blackrock Depths and use this torch to burn those Twilight\'s Hammer books!','Use the Glowing Torch to destroy 8 copies of The Twilight Creed in the Domicile of Blackrock Depths.','','','','Copies of The Twilight Creed burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65637,0,0,0,1,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28479,13202,618,0,262152,49,51,0,0,0,0,0,0,0,0,0,28472,0,0,0,'The Ruins of Kel\'Theril','At this lake, the Crystal of Zin-Malor was stolen by the Highborne. The crystal was a powerful artifact that bent arcane magic in wild and unpredictable ways... but it could only be held by the worthy, and brought doom upon all others.$B$BThe spirits that wander here span generations, each shackled here by Zin-Malor. Some will speak and tell their fates.$B$BShould you wish to learn the fate of Zin-Malor, seek the spirit at the center of the lake...','Speak with the Kaldorei Spirit at Lake Kel\'theril in Winterspring.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(27903,13164,5034,0,128,83,83,0,0,0,0,0,0,0,0,0,27901,0,62611,1,'Ignition','This guy just won\'t go down!$b$bYou\'re doin\' great, kid. Only one thing left to do.$b$bAccording to my research, there should be a titan statue down below. Use the device to activate it, then break it down.$b$bIf my theory is correct, that statue holds the key to reactivating this obelisk.','Recover the Lens of the Sun.','','','Place the Lens of the Sun on the Elevated Platform in the Chamber of the Sun.','','','','',62705,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,93939,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28481,13202,618,0,16384,49,51,0,0,0,0,0,0,0,0,0,0,0,64376,1,'Troubled Spirits of Kel\'Theril','The highborne spirits are miserable creatures, that\'s for sure. They are still searching for pieces of the very thing that has cursed them to Kel\'Theril forever -- the stolen relic.$B$BIf you are that interested, take my pick and go south to the lake, see if you can gather the pieces of it from within the ice.','Use Gormir\'s Pick to find the four Highborne Relic Fragments.','','','','','','','',12896,12897,12898,12899,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28210,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28198,0,0,0,'Shaping Up','High Commander Kamses has a special mission for me?$B$BWait... don\'t tell me. It\'s hyenas again, right?$B$BVery well, I shall do my best.$B$BMeet with me at the Sunwatcher\'s Ridge.$B$BI won\'t disappoint you.','Help Salhet slay 8 Bloodsnarl Hyenas.','','','Speak to Salhet at Sunwatcher\'s Ridge.','Help Salhet defeat Bloodsnarl Hyenas','','','',0,0,0,0,0,0,0,0,0,0,0,0,45353,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27900,13164,5034,0,536871048,83,83,0,0,0,0,0,0,0,0,0,27899,0,0,0,'I\'ve Got This Guy','Good timing, $n.$b$bSeems I\'m not the only one interested in these obelisks, and these fellas aren\'t inclined to compare notes...$b$bI think I can handle this guy.$b$bMaybe you could take care of a few of his friends before they make their way over here?','Kill 10 Schnottz Air Troopers.','','','Speak to Harrison Jones at the Obelisk of the Sun.','Schnottz Air Troopers Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,46979,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28484,13202,267,0,8,21,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Heart of the Matter','The magus has been idle for far too long and an idle magus often leads to poorly thought out schemes. This time I am charged with collecting various beast organs in order to power some type of control rod. I am far too frail to go out hunting beasts - especially yetis!$B$BPerhaps if I were to offer you a reward of some kind you would do it? All I need is for you to head west to the yeti caves and kill yetis. Rip their still beating hearts from their chests and bring them back here.','Collect 12 Beating Yeti Hearts.','','','','','','','',64380,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65720,65702,65682,0,0,0,1,1,1,0,0,0,65731,0,0,0,12,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28485,13164,267,0,8,21,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Yetimus the Yeti Lord','For years the mountain yeti of this region have been allowed free reign. Our complacency in dealing with the yeti menace has resulted in an aberration! Yetimus, lord of all yetis, has grown to a size and strength that our guard simply cannot handle. We fear that should his appetite lead him near Tarren Mill he would devour us all.$B$BGather a party of suitable adventurers and dispatch the beast. He roams the countryside to the west.$B$BBring me one of his horns and I will reward you handsomely.','Take Yetimus\' Twisted Horn.','','','','','','','',64386,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65726,65708,65688,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28611,13164,5034,0,136,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defilers\' Ritual','Ah, I can already see more clearly, $N.$B$BWe are right to be wary of the evil Neferset. I can already sense that they\'re behind the forces that corrupt the river.$B$BGo underwater once more and find the Murkdeep Cavern. You will find the Neferset are performing a foul ritual of corruption.$B$BStop them so the river is cleansed once again.','Stop the Neferset Ritual at the Murkdeep Cavern.','','','Return to High Priest Amet at the Vir\'Naal Dam.','Neferset Ritual stopped','','','',0,0,0,0,0,0,0,0,0,0,0,0,49148,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28487,13202,267,0,8,21,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'Humbert\'s Personal Problems','So this is pretty embarrassing. Where to begin?$B$BWell, you see, Melisara sent me to investigate the yeti menace in the nearby caves, west of here. It was getting late and my armor was weighing heavily on me. I took my gear off and decided to take a stroll. Yes, I, erm, went for a walk. Anyway, when I returned I discovered that my gear had been stolen! It was the yetis. I\'m sure of it. They took my pants, sword and helm and ran off into their cave. Get them back for me and I will reward you.','Recover Humbert\'s Sword, Humbert\'s Helm, and Humbert\'s Pants.','','','','','','','',64390,64391,64393,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28488,13164,5042,0,4232,81,83,0,0,0,0,0,0,0,0,1,0,0,0,0,'Beneath the Surface','Among the other precious gemstones hidden deep out of our reach in the Crumbling Depths, there are enormous ruby crystal clusters. They are infused with terrible energy.$B$BIt will not be easy to obtain such a thing, for they are well guarded. But you, you are stubborn and brave. I think this is something you can do.$B$BWithin the Crumbling Depths, look to where the tunnels end abruptly in stone. The clusters are found in those passages when they are to be found at all. Should you find one, return to me.','Recover an Enormous Ruby Crystal Cluster.','','','','','','','',64404,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,5,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28489,13202,267,0,8,21,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stagwiches','Ever had a stagwich? Me neither. Apparently they\'re delicious. Now I\'m not one for eating, but I am a businessman. If my customers want stagwiches, who am I to argue?$B$BYou\'re probably asking yourself, \"What does this have to do with me?\" I\'ll tell you what, $c, I need stag meat! You get me stag meat from the hill stags of Hillsbrad and I will pay you. Sounds like a pretty good deal, doesn\'t it?$B$BGet going! Stags are most plentiful to the west.','Retrieve 8 slabs of Stag Meat.','','','','','','','',64410,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65730,65681,0,0,3,1,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28490,13202,148,0,262152,9,10,0,0,0,0,0,0,0,0,0,0,13518,0,0,'Hero\'s Call: Darkshore!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Priestess Dentaria at Lor\'danel in Darkshore.$B$BThe people of Lor\'danel need your aid in caring for the survivors of Auberdine\'s destruction and securing their town against Twilight\'s Hammer. Speak to Vesprystus, the hippograph master at Rut\'theran Village outside of Darnassus and he\'ll arrange a flight to Darkshore.$B$BFor the glory and honor of the Alliance!','Report to Priestess Dentaria at Lor\'danel in Darkshore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28491,13202,46,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Not Fireflies, Flameflies','Most of my fellow residents here at Flame Crest seem to have left at some point. I guess the Burning Steppes weren\'t INTERESTING enough for them.$b$bNot me, though. I\'m always finding new reasons to not leave, and the latest happens to be the flameflies that have been appearing lately.$b$bThey appear near lava during the day. By night, you\'ll find them almost anywhere.$b$bIf you wouldn\'t mind collecting some, I might be able to make it worth your while.','Gather 7 Flameflies.','','','','','','','',64409,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64558,64557,64556,64555,0,0,1,1,1,1,0,0,66080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,42300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28492,13164,331,0,262152,19,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hero\'s Call: Ashenvale!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Sentinel Shyela at Orendil\'s Retreat in northwestern Ashenvale.$B$BThe Horde\'s aggression in Ashenvale cannot be allowed to stand! Your help is needed to repel the invaders and restore the sacred forest. Head south through the Twilight Vale in Darkshore to reach the forest of Ashenvale.$B$BFor the glory and honor of the Alliance!','Report to Sentinel Shyela at Ordanil\'s Retreat in northwestern Ashenvale.','Have you come to help us fight back against the forces of the Horde? Every blade and spell will be needed!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28493,13202,331,0,262152,19,20,0,0,0,0,0,0,0,0,0,0,13612,0,0,'Warchief\'s Command: Ashenvale!','All able bodied members of the Horde are hereby ordered to report to Kadrak at the Mor\'shan Rampart on the border between the Northern Barrens and Ashenvale. Aid in driving the night elves from the forest, so that we may claim its resources for our people!$B$BTo reach the Mor\'shan Rampart, you must take the Gold Road north from Crossroads in the Northern Barrens.$B$BDestiny calls!','Report to Kadrak at the Mor\'shan Rampart on the border between the Northern Barrens and Ashenvale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28494,13202,17,0,262152,9,10,0,0,0,0,0,0,0,0,0,0,871,0,0,'Warchief\'s Command: Northern Barrens!','All able-bodied members of the Horde are hereby ordered to report to Kargal Battlescar at Far Watch Post in the Northern Barrens.$B$BYour help is needed to secure the Northern Barrens against the encroaching quilboars and centaurs.$B$BTo reach Far Watch Post, travel west across Durotar\'s Southfury Watershed and cross the bridge into the Northern Barrens.$B$BDestiny calls!','Report to Kargal Battlescar at Far Watch Post in the Northern Barrens.','You look competent with a weapon or a spellbook. We could use your help in driving back the quilboars in these parts.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28495,13202,267,0,8,21,23,0,0,0,0,0,0,0,0,0,0,0,64416,1,'A Fighting Chance','Blessed be the Light! I need your help!$B$BOn my way into Hillsbrad I noticed several families of adorable little deer. As I went out to pet one of the little fawns a ravenous mountain cat leapt out and killed it. I fled to Tarren Mill and swore to solve the plight of the hill fawn. Now, after many days of tinkering, I have created the hill fawn\'s salvation!$B$BTake my wand into the fields to the west and use it to empower the wee hill fawns. Once empowered they will be able to fend for themselves!','Save 10 Hill Fawns.','','','','Hill Fawn \"saved\"','','','',0,0,0,0,0,0,0,0,0,0,0,0,48684,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,911,0,0,0,0,5,5,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28496,13202,16,0,262152,9,10,0,0,0,0,0,0,0,0,0,25267,14129,0,0,'Warchief\'s Command: Azshara!','All able-bodied members of the Horde are hereby ordered to report to Ag\'tor Bloodfist at the Orgrimmar Rear Gate in Azshara.$B$BAid in driving back the encroaching Alliance forces and assist in securing Azshara for the glory of the Horde!$B$BDepart Orgrimmar through its northern gate to reach the Orgrimmar Rear Gate in Azshara.$B$BDestiny calls!','Report to Labor Captain Grabbit at the Orgrimmar Rear Gate in Azshara.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27924,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Budd\'s Plan','I\'ve an idea! Trust me, it\'s a good one this time!$B$BGet some of those shiny armor pieces the cat-people wear.$B$BThis plan cannot fail. Trust me.','Obtain 6 pieces of Neferset Armor.','Excellent. You\'ll see, this can\'t possibly go wrong!','Did you get the pieces, $N?','Return to Budd at the Lost City of the Tol\'vir.','','','','',62821,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28105,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kavem the Callous','Kavem was cruel enough before the Neferset signed up with Deathwing. His pleasure in deriving pain now borders on the insane.$B$BIt is he who now holds the keys to our shackles.$B$BHe dwells in the building next to us, to my right.$B$BFind him and take the key from him. Do not hesitate or show him mercy. He will slit your throat and think nothing of it.','Obtain the Neferset Key from Kavem the Callous.','Excellent, $N. We will make our way out of here soon enough.','You\'re back. Do you have the key?','Return to Prince Nadun at the Lost City of the Tol\'vir.','','','','',62817,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65820,65819,65821,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28112,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape From the Lost City','Everything is ready! Undo my chains and set your friends free.$B$BWe must move quickly before the Neferset scum realize we\'re up to something!$B$BIf we make it, see my brother, King Phaoris for a reward.','Free Prince Nadun and speak to King Phaoris at Ramkahen in Uldum.','It is true then? An outsider rescued Prince Nadun from the Neferset?$B$BWe are truly in your debt, stranger.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64491,64492,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27923,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,63027,1,'Smoke in Their Eyes','I\'m not sure what knuckle-headed plan your friend is concocting, but we\'re going to need a distraction if we\'re to stand a chance of escaping.$B$BTake the torch from that brazier and go start some fires.$B$BPerhaps if we divert the Neferset scum\'s attention away for a few minutes, we\'ll have the opportunity we need.','Burn Stacks of Hay inside the Lost City of the Tol\'vir in Uldum.','Yes. I hear the Neferset calling each other to the east. This might yet work.','','Return to Prince Nadun at the Lost City of the Tol\'vir.','Bale of Hay burnt','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27922,13164,5034,0,65672,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Traitors!','Please, stranger. You must help me.$B$BI came here to investigate the arrival of a powerful ally to the Neferset, only to be betrayed by my closest allies and given up to the enemy.$B$BGo to the terrace above us to the east and find the information I failed to uncover. You\'ll need to hide from the Neferset. Perhaps you can hide behind one of the large plants on the platform to conceal your presence.$B$BDo this for me and I will help your friends find their way to safety.','Hide behind the Neferset Frond and Uncover the Neferset Secret.','A djinn! We must escape as soon as possible.$B$BThis unholy alliance of the Neferset with the minions of Deathwing does not bode well for us.','','Return to Prince Nadun at the Lost City of the Tol\'vir.','Neferset Secret uncovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,47466,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28503,13202,400,0,262152,39,40,0,0,0,0,0,0,0,0,0,0,25486,0,0,'Hero\'s Call: Thousand Needles!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Caryssia Moonhunter at New Thalanaar at the border between Feralas and Thousand Needles.$B$BThe sentinels need your help to turn back the marauding Grimtotem raiders who dominate the area. To reach New Thalaanar, travel to eastern Feralas, near the border with Thousand Needles.$B$BFor the glory and honor of the Alliance!','Report to Caryssia Moonhunter at New Thalanaar on the border between Feralas and Thousand Needles.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28504,13202,400,0,262152,39,40,0,0,0,0,0,0,0,0,0,0,25478,0,0,'Warchief\'s Command: Thousand Needles!','All able bodied members of the Horde are hereby ordered to report to Nyse at Mudsprocket. Join the Horde forces fighting against the renegade Grimtotems who dominate the area.$B$BNyse will provide you with transportation to the front lines. She will be waiting for you at Mudsprocket\'s inn, tucked away in southern Dustwallow Marsh.$B$BDestiny calls!','Report to Nyse at Mudsprocket in southern Dustwallow Marsh.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28505,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26532,27159,0,0,'The Battle for Andorhal','I just got word, $g lad: lass;. It doesn\'t sound good.$b$bThe city of Andorhal is in the middle of a three-way war between the Forsaken, the Alliance, and the Scourge. King Wrynn has rolled the dice and sent a death knight to lead the charge for his cause, but I\'m sure he can use all the help he can get.$b$bI hate to see you go, but they\'ve asked for you by name, $N. Speak with Guthrum Thunderfist outside. He\'ll put you on the first gryphon out to Andorhal.','Speak with Guthrum Thunderfist to fly to Andorhal in Western Plaguelands. Then report to Thassarian within Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28506,13202,267,0,1048578,21,23,0,0,0,0,0,0,0,0,2,28600,0,0,0,'March of the Stormpike','These plans you recovered weave an interesting tale, $N. The Stormpike have been moving their armies from Alterac Valley into the \"four fingers\" of Hillsbrad for over a month. Somehow they have managed to secretly get their installations set up without our forces knowing. Had we not received these plans they would have marched on us in a week\'s time, annihilating everything in their path.$B$BWith these plans, though, we can turn the tables.$B$BThis is what we must do...','See the March of the Stormpike.','','','See the March of the Stormpike.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28507,13202,440,0,262152,44,45,0,0,0,0,0,0,0,0,0,0,25050,0,0,'Hero\'s Call: Tanaris!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Kelsey Steelspark in Gadgetzan.$B$BThe Alliance needs your help to win concessions from the local baron and access to the area\'s priceless resources. You can reach Gadgetzan by traveling south from the Shimmering Deep in Thousand Needles.$B$BFor the glory and honor of the Alliance!','Report to Kelsey Steelspark at Gadgetzan in Tanaris.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28508,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26419,26921,0,0,'The Battle for Andorhal','I just received the most curious missive. Curious indeed...$b$bThe city of Andorhal is in the middle of a three-way war between the Forsaken, the Alliance, and the Scourge. It sounds like Sylvanas has made her move, and to make matters interesting, she\'s put Koltira Deathweaver, the death knight, in command.$b$bThey\'ve asked for you by name, $N. Speak with Kellen Kuhn, the bat handler. He\'ll put you on the first bat out to Andorhal.','Speak with Kellen Kuhn to fly to Andorhal in Western Plaguelands. Then report to Koltira Deathweaver within Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28509,13202,440,0,262152,44,45,0,0,0,0,0,0,0,0,0,0,24910,0,0,'Warchief\'s Command: Tanaris!','All able bodied members of the Horde are hereby ordered to report to Megs Dreadshredder in Gadgetzan. Help the Horde and the Bilgewater Cartel establish a presence in Tanaris before the Alliance does!$B$BYou can reach Gadgetzan in Tanaris by traveling south to the shore from Fizzle and Pozzik\'s Speedbarge in southeastern Thousand Needles.$B$BDestiny calls!','Report to Megs Dreadshredder at Gadgetzan in Tanaris.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28510,13202,357,0,262152,34,35,0,0,0,0,0,0,0,0,0,0,25210,0,0,'Warchief\'s Command: Feralas!','All able bodied members of the Horde are hereby ordered to report to Konu Runetotem at Camp Ataya in Feralas. Help the Horde secure the great forest against the Alliance and the Grimtotems.$B$BYou can reach Camp Ataya by traveling south from Desolace and into Feralas.$B$BDestiny calls!','Report to Konu Runetotem at Camp Ataya in Feralas.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28511,13202,357,0,262152,34,35,0,0,0,0,0,0,0,0,0,0,25447,0,0,'Hero\'s Call: Feralas!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Telaron Windflight at Dreamer\'s Rest in Feralas.$B$BThe Alliance needs your help to overcome our enemies, the Horde and the Grimtotems. You can reach Dreamer\'s Rest by traveling south from Desolace into Feralas.$B$BFor the glory and honor of the Alliance!','Report to Telaron Windflight at Dreamer\'s Rest in Feralas.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28512,13202,51,0,262152,46,47,0,0,0,0,0,0,0,0,0,0,27963,0,0,'To the Aid of the Thorium Brotherhood','Dark Iron dwarves may be scheming and mischievous... but they\'re not all enemies. I\'ve spoken several times with the dwarves of the Thorium Brotherhood, and they\'ve never been anything but helpful.$b$bAn acquaintance of mine, Jack Rockleg, came to town not long ago, asking if I could join him on an expedition of some sort. It sounded important.$b$bI\'m a little busy, but maybe you wouldn\'t mind going? Just travel west, on the road to Searing Gorge. You\'ll see him soon after leaving the Badlands.','Speak with Jack Rockleg at Thorium Advance in Searing Gorge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28513,13202,618,0,2097160,49,51,0,0,0,0,0,0,0,0,0,28479,0,0,0,'Pride of the Highborne','Ten thousand years ago...$B$BThe Highborne lived here in prosperity. We considered ourselves above the common ranks of the other night elves. With our every need met by magic and wealth, we led lives of indulgence and amusement. And greed...$B$BThe spirits you see here are overwhelmed with remorse and regret. Their anguish chains them here. If you wish to learn more of Kel\'theril and Zin\'malor, free them from their agony.','Slay 8 Anguished or Suffering Highborne.','','','','Highborne spirits released','','','',0,0,0,0,0,0,0,0,0,0,0,0,7523,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,67177,67160,67194,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28514,13202,46,0,262152,49,50,0,0,0,0,0,0,0,0,0,0,28172,0,0,'Mouton Flamestar','I get precious little time away from Searing Gorge these days. I\'ve been meaning to visit a friend in Burning Steppes for the last several months, but haven\'t had the chance.$b$bHis name is Mouton Flamestar. While he\'s not a member of the Brotherhood, he\'s a trusted friend, and definitely trustworthy.$b$bWill you send him my regards? You\'ll have to travel south, through the base of Blackrock Mountain. Just keep heading south... you\'ll find him.$b$bThank you.','Report to Mouton Flamestar at Flamestar Post in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28515,13202,46,0,262152,49,50,0,0,0,0,0,0,0,0,0,0,28417,0,0,'Mouton Flamestar','I get precious little time away from Searing Gorge these days. I\'ve been meaning to visit a friend in Burning Steppes for the last several months, but haven\'t had the chance.$b$bHis name is Mouton Flamestar. While he\'s not a member of the Brotherhood, he\'s a trusted friend, and definitely trustworthy.$b$bWill you send him my regards? You\'ll have to travel south, through the base of Blackrock Mountain. Just keep heading south... you\'ll find him.$b$bThank you.','Report to Mouton Flamestar at Flamestar Post in Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28516,13202,618,0,8,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Centuries of Suffering','I only agreed to even consider cooperating with night elves and the alliance on rumors that the Crystal of Zin-Malor was found here.$B$BThe crystal is a powerful and ancient artifact, whose destruction cursed this land, and whose reassembly has caused little relief.$B$BBut I cannot face the hauntings that dwell here. Mock me if you must, but if you do, try your own hand. Perhaps the placid spirits that sit at the center of the lake will speak with you...','Speak with the Kaldorei Spirit at the center of Lake Kel\'theril.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28517,13202,1657,0,262152,8,10,0,0,0,0,0,0,0,0,0,14434,0,0,0,'The Howling Oak','So this is it... our new home. I\'m not sure if I\'ll ever feel like I truly have a home again.$B$BWe mustn\'t be unappreciative of what the night elves have offered us though. Their race is not one to throw out idle welcomes to just anyone. It is a true testament to faith and generosity that they\'ve taken us in.$B$BGwen and Greymane are in the city proper, at the Howling Oak. You should stop by. Take the portal beneath the tree north of us, then seek out the Howling Oak in the northern portion of the city.','Speak to Genn Greymane at the Howling Oak in Darnassus.','This oak was grown through the aid of the druids from a seed taken back on Gilneas. It stands for all that we\'ve endured, and all that we\'ve accomplished.$B$BMay it serve to remind us that our curse is also our blessing.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28518,13202,618,0,8,49,51,0,0,0,0,0,0,0,0,0,28534,0,0,0,'Legacy of the High Elves','One hundred years ago...$B$BI and a small group of other High Elves traveled here from our homeland, Quel\'thalas. We sought the ancient mysteries of Kel\'thoril... to find why it was destroyed.$B$BWe found fragments in the ice, shards of the crystal. The Archmage we accompanied did not take long to fall under their sway. In our foolishness, we noticed too late.$B$BHis spirit wanders in the southeast, among those he drove to madness, still clutching the memory of the precious shard...','Obtain the Memory of Zin-Malor from the spirit of Archmage Maenius.','','','','','','','',64441,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,81040,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28519,13202,618,0,8,49,51,0,0,0,0,0,0,0,0,0,28535,0,0,0,'Pain of the Blood Elves','One year ago...$B$BThe legend of the Crystal of Zin-Malor reached Silvermoon, and I led a group of the finest warriors and scholars available to this land. We brought ample mana crystals, so none of us would be tempted to taste the crystal itself.$B$BThe crystal did not need our hunger to ruin us. Once in our possession, it warped all but me into wretched beasts.$B$BThe wretched souls still wander, seeking more lives to chain to this lake. Will you give them mercy... or flee to die on safer ground someday?','Slay 7 Wretched Spirits or Wretched Spectres at Lake Kel\'theril.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48664,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,67161,67195,67178,0,0,0,1,1,1,0,0,0,67211,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27901,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'They Don\'t Know What They\'ve Got Here','Listen, $n. I don\'t have a lot of time to talk here.$b$bThese guys are excavating relics from this site and taking pieces of ancient technology that we need!$b$bI need you to check their crates for pieces of an ancient activation device. The officers should have the codes you\'ll need to open them.$b$bHurry!$b$bWe can\'t let them load this stuff into their planes!','Create the Titan Activation Device.','','','Speak to Harrison Jones at the Obelisk of the Sun.','','','','',62607,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28521,13202,618,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak to Salfa','The threat of corruption comes not only from the Deadwood furbolgs to the south, but also from the east and the Winterfall furbolgs of Winterspring. If you wish to further aid us, speak with Salfa on the other side of the Hold, by the Winterspring entrance. Follow the path to the left to reach it.','Travel through Timbermaw Hold and exit into Winterspring. Speak with Salfa, who stands guard outside the entrance to Timbermaw Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,2,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28522,13202,618,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Activity','The Timbermaw tend to stay to themselves, $N. While we do allow safe passage to those we trust, we try to avoid other furbolg tribes if at all possible.$B$BThe Winterfall tribe has become increasingly hostile towards us. They seem to be in a state of rage, completely engulfed by their own fear and hatred of anything they do not understand.$B$BThe Winterfall carry spirit beads, which have clearly failed to protect them against corruption. Bring me 10 of these beads to show you have thinned their ranks.','Collect 10 Spirit Beads from Winterfall furbolg.\n','','','','','','','',21383,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21318,21319,21320,21322,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28523,13202,618,0,256,49,52,0,0,0,0,0,0,0,0,0,28522,0,0,0,'More Beads for Salfa','','','','','','','','','',21383,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,7,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28524,13202,618,0,8,49,50,0,0,0,0,0,0,0,0,0,0,28460,64446,1,'Delivery for Donova','Donova Snowden is a kind dwarf who frequents the nearby hot springs. She claims to be studying their magical properties.$B$BShe is a kind person and has good relations with our tribe. As the Winterfall have become more and more aggressive, she has begun researching the cause of their corruption.$B$BI must keep my post here, but I have made a basket of refreshments for her. Please take it to her for me and tell her we await her next visit.','Deliver Salfa\'s Basket to Donova Snowden in Winterspring.','','','','','','','',64446,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,3,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,20400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28525,13202,490,0,262152,49,50,0,0,0,0,0,0,0,0,0,0,24740,0,0,'Hero\'s Call: Un\'Goro Crater!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Williden Marshal at Marshal\'s Stand.$B$BThe Alliance needs you to provide support to the Marshal Expeditions as they uncover the secrets of Un\'Goro Crater\'s ancient beasts, unique flora, and powerful crystals. You can reach the crater by departing western Tanaris and following the road all the way to Marshal\'s Stand.$B$BFor the glory and honor of the Alliance!','Report to Williden Marshal at Marshal\'s Stand in Un\'Goro Crater.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28526,13202,490,0,262152,49,50,0,0,0,0,0,0,0,0,0,0,24740,0,0,'Warchief\'s Command: Un\'Goro Crater!','All able bodied members of the Horde are hereby ordered to report Williden Marshal at Marshal\'s Stand. You are to provide aid to the Marshal Expeditions\' personnel as they uncover the secrets of Un\'Goro Crater. The Horde may be able to find a use for the unique beasts and crystals populating the crater.$B$BYou can reach Un\'Goro Crater by taking the road from western Tanaris down into the crater and toward Marshal\'s Stand.$B$BDestiny calls!','Report to Williden Marshal at Marshal\'s Stand in Un\'Goro Crater.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28527,13202,1377,0,262152,54,55,0,0,0,0,0,0,0,0,0,0,8280,0,0,'Warchief\'s Command: Silithus!','All able-bodied members of the Horde are hereby ordered to report to Windcaller Proudhorn at Cenarion Hold. You are to aid our Cenarion allies in their battle to turn back Twilight\'s Hammer. Cho\'Gall\'s minions must not be allowed to dominate Silithus!$B$BYou can reach Silithus by taking the northwestern road out of Un\'Goro Crater.$B$BDestiny calls!','Report to Windcaller Proudhorn at Cenarion Hold in Silithus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28528,13202,1377,0,262152,54,55,0,0,0,0,0,0,0,0,0,0,8280,0,0,'Hero\'s Call: Silithus!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Windcaller Proudhorn at Cenarion Hold.$B$BOur Cenarion Circle allies require your assistance to fight back against the Twilight\'s Hammer onslaught. You can reach Silithus by taking the northwestern road out of the Un\'Goro Crater.$B$BFor the glory and honor of the Alliance!','Report to Windcaller Proudhorn at Cenarion Hold in Silithus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28529,13202,148,0,8,10,12,0,0,0,0,0,0,0,0,0,0,0,64450,1,'Writings of the Void','The scrolls are vague and appear to be a piece of a much larger puzzle, but if you are not mistaken, they seem to reveal some of the steps on the path to becoming a demon hunter.$B$BThe dark oaths and rituals necessary for becoming a demon hunter are frowned on by most of the night elves, so this is likely something they would be very interested in keeping quiet.$B$BRanger Glynda Nal\'Shea will know what to do with these scrolls.','Bring the Writings of the Dark Herald to Ranger Glynda Nal\'Shea at Lor\'danel.','','','','','','','',64450,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,7,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28530,13202,618,0,8,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scalding Signs','The cauldron looked like it contained concentrated material. If the Winterfall are diluting this stuff directly in the springs, contamination could build up over time... and then the dilution would be less and less effective.$B$BThe spring to the northeast has boiled over with elementals. I thought it was because of the cataclysm, but their appearance could be a reaction to this.$B$BCould you check them for corruption? Hunt a few and bring me any bits of green foreign material they leave behind.','Collect 7 pieces of Suspicious Green Sludge from Scalding Springsurges or Boiling Springbubbles.','','','','','','','',64449,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,6,0,0,0,0,0,0,14500,0,0,0,0,0,0,0,0,0,0,51000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28531,13202,405,0,262152,29,30,0,0,0,0,0,0,0,0,0,0,14384,0,0,'Hero\'s Call: Desolace!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Officer Jankie on the road into Desolace at Tethris Aran.$B$BThe brave soldiers of Nijel\'s Point are beset by demons and the armies of the Horde, and they need your help. To reach Desolace, travel south on the road from the Charred Vale in the Stonetalon Mountains.$B$BFor the glory and honor of the Alliance!','Report to Officer Jankie at Tethris Aran in Desolace.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28532,13202,406,0,262152,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warchief\'s Command: Stonetalon Mountains!','All able bodied members of the Horde are hereby ordered to report to Blood Guard Aldo Rockrain at Silverwind Refuge in Ashenvale. The Horde forces in Stonetalon need your help to drive back the Alliance invaders and protect our people. The blood guard will direct you to the border of Stonetalon.$B$BTo reach Silverwind Refuge, travel into the heart of Ashenvale and join our forces by the lake.$B$BDestiny calls!','Report to Blood Guard Aldo Rockrain at Silverwind Refuge in Ashenvale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28534,13202,618,0,262152,49,51,0,0,0,0,0,0,0,0,0,28513,0,0,0,'Descendants of the Highborne','Not long after my death, the greed of my people would lead to their exile. A continent away, they would become Quel\'dorei, the High Elves. In Quel\'thalas they would bathe in the power of their Sunwell, and forget their legacy of desire and greed.$B$BThese distant descendants returned here, drawn by the hand of fate, doomed to repeat history. Hear their tale now, as I have...','Speak with the Quel\'dorei Spirit.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28535,13202,618,0,262152,49,51,0,0,0,0,0,0,0,0,0,28518,0,0,0,'Descendants of the High Elves','Long after my death, my people would suffer an even greater mistake. The High Elves relied on the Sunwell and its glory. Never imagining a world without it, we would never make preparations to deal with such a fate.$B$BLater, when the Sunwell fell to the forces of the undead, what was left of my descendants would be lost and helpless... and the path they would take in response would change them forever.$B$BThe Sin\'dorei, still striving for redemption, would return here as well...','Speak with the Sin\'dorei Spirit.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28536,13202,618,0,1310728,49,51,0,0,0,0,0,0,0,0,0,28519,0,0,0,'The Curse of Zin-Malor','You have seen enough. Know that the Crystal of Zin-Malor brings only ruin to all around it.$B$BLeave this place, if you do not wish to join us.','Return to Kelek Skykeeper at Lake Kel\'theril in Winterspring.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28537,13202,618,0,8,49,51,0,0,0,0,0,0,0,0,0,28536,0,0,0,'In Pursuit of Shades','You say it spoke of a master? Of one who holds Zin-Malor?$B$BThis is grave news. You must act, $c! I saw the shade fly off to the south. Take the path to the upper ruins, and you may be able to climb the frozen waterfall after it!$B$BAnd do not let your guard down... it may be waiting for you.','Pursue and slay the Shade of the Spiritspeaker and obtain any evidence of its master.','','','','','','','',64463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,63600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28538,13202,267,0,65544,21,24,0,0,0,0,0,0,0,0,0,28506,0,64445,1,'Cry of the Banshee','So you are to be our savior? Very well then, I will bond myself with you. Through this bond I will be able to see through your eyes and communicate with you in the field.$B$BAccording to the plans you brought to us, the Stormpike have enlisted the aid of SI:7 at Sofera\'s Naze, to the north. SI:7 are comprised solely of humans - humans that we are able to use to our benefit.$B$BTake my mirror and travel north. Engage in combat with the SI:7 and bring them near death. Once they are injured, use the mirror.','Use the Banshee Mirror to capture 10 SI:7 Agents.','','','','SI:7 Agent captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,48752,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28539,13202,406,0,262152,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hero\'s Call: Stonetalon Mountains!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Huntress Jalin at Stardust Spire in Ashenvale.$B$BThe Horde\'s forces are poised to push into Stonetalon and they must be opposed! You can reach Stardust Spire by traveling to the southern part of Ashenvale Forest, near the border with Stonetalon.$B$BFor the glory and honor of the Alliance!','Report to Huntress Jalin at Stardust Spire at the border between Ashenvale and the Stonetalon Mountains.','The Horde has bored a giant pass into the mountains, and we have few enough sentinels to spare. We have to find a way to stop them!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28540,13202,618,0,8,49,51,1,0,0,0,0,0,0,0,0,28469,0,0,0,'Doin\' De E\'ko Magic','Mau\'ari been makin\' charms from da spirits of de wilds here for years now. Mau\'ari just PLUCK de E\'ko right outta de animals, and make charms for de kids, and de adventurers.$b$bOvah to de east, dere be a tall hill surrounded by de shardtooth bears. Up on de hill be Rimepelt, de oldest bear in de woods.$B$BMau\'ari need dat bear for her magic. You bring me de bear\'s big ol\' heart.','Obtain Rimepelt\'s Heart.','','','','','','','',64465,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67162,67179,67212,67196,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28541,13202,618,0,278536,55,60,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cache of Mau\'ari','It be hard to describe de E\'ko, but all creatures in dese lands have it... beasts, furbolg, even de frost giants. You got to open your mind and know where to look...$B$BWatch me now, an\' I show you how to pull out de E\'ko.','Watch Witch Doctor Mau\'ari pull the E\'ko from Rimepelt\'s body.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12384,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,28500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28542,13202,361,0,262152,44,45,0,0,0,0,0,0,0,0,0,0,27997,0,0,'Warchief\'s Command: Felwood!','All able bodied members of the Horde are hereby ordered to report to Tenell Leafrunner at the Emerald Sanctuary in Felwood. The Cenarion Circle requires your help to wrest Felwood from the control of demons and other corrupt creatures!$B$BTo reach the Emerald Sanctuary, travel north from Ashenvale and follow the road until you reach the sanctuary.$B$BDestiny calls!','Report to Tenell Leafrunner at the Emerald Sanctuary in Felwood.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28543,13202,361,0,262152,44,45,0,0,0,0,0,0,0,0,0,0,27997,0,0,'Hero\'s Call: Felwood!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Tenell Leafrunner at the Emerald Sanctuary.$B$BHis order requires your help to redeem Felwood from the demonic influences that rule the forest. Head north from Ashenvale and follow the road into Felwood until you reach the Emerald Sanctuary.$B$BFor the glory and honor of the Alliance!','Report to Tenell Leafrunner at the Emerald Sanctuary in Felwood.','There is much work to do here. The forest is on the mend, but without our help, it will take generations to restore this once-sacred wood.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28544,13202,618,0,262152,49,50,0,0,0,0,0,0,0,0,0,0,28460,0,0,'Hero\'s Call: Winterspring!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Donova Snowden at Frostfire Hotsprings.$B$BShe requires your help to overcome the threat of the Winterfall furbolg. To reach Winterspring, you must travel east from northern Felwood and traverse Timbermaw Hold.$B$BFor the glory and honor of the Alliance!','Report to Donova Snowden at Frostfire Hot Springs in Winterspring.','Thank goodness you\'re here. I\'ve discovered the secret of the fierce Winterfall furbolg.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28545,13202,618,0,262152,49,50,0,0,0,0,0,0,0,0,0,0,28460,0,0,'Warchief\'s Command: Winterspring!','All able-bodied members of the Horde are hereby ordered to report to Donova Snowden at Frostfire Hot Springs. Her discoveries about the Winterfall furbolg may be the key to dealing with this threat once and for all.$B$BTo reach the Frostfire Hot Springs in Winterspring, you must travel east from northern Felwood and traverse Timbermaw Hold.$B$BDestiny calls!','Report to Donova Snowden at Frostfire Hot Springs in Winterspring.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28546,13202,618,0,16392,49,55,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall E\'ko','In Winterspring, you will fight misguided creatures known as de Winterfall furbolg. These bear-people be so angry an\' ferocious, dey live in a constant frenzy.$B$BBring me de E\'ko of de Winterfall, an\' I give you a frenzy so intense, ya legs will let you run like de wind!','Collect 5 Winterfall E\'ko from any Winterfall furbolg in Winterspring.','','','','','','','',12431,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,91082,91082,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28547,13202,618,0,278536,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall E\'ko','In Winterspring, you will fight misguided creatures known as da Winterfall furbolg. Dese bear-people be so angry an\' ferocious, dey live in a constant frenzy.$B$BBring me de E\'ko of de Winterfall, an\' I give you a frenzy so intense, ya legs will let you run like de wind!','Collect 3 Winterfall E\'ko from any Winterfall furbolg in Winterspring.','','','','','','','',12431,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91082,91082,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28548,13202,405,0,262152,29,30,0,0,0,0,0,0,0,0,0,0,14184,0,0,'Warchief\'s Command: Desolace!','All able bodied members of the Horde are hereby ordered to report to Furien at Tethris Aran in Desolace. The brave Horde warriors of Desolace need your help to beat back the armies of the Alliance and ancient demons.$B$BTo reach Tethris Aran, travel south from the Charred Vale in the Stonetalon Mountains.$B$BDestiny calls!','Report to Furien at Tethris Aran in Desolace.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28549,13202,4709,0,262152,29,30,0,0,0,0,0,0,0,0,0,0,24504,0,0,'Warchief\'s Command: Southern Barrens!','All able bodied members of the Horde are hereby ordered to report to Nura Pathfinder at the High Road in the Southern Barrens. With the recent Alliance victories in the Barrens, our enemies are threatening to cut our supply lines and leave our warriors stranded. We must act!$B$BTo reach the High Road, travel east from Stonetalon Mountains.$B$BDestiny calls!','Report to Nura Pathfinder at the High Road in the Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28550,13202,4709,0,262152,29,30,0,0,0,0,0,0,0,0,0,0,24862,0,0,'Hero\'s Call: Southern Barrens!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Commander Walpole at Stonetalon Pass in the Southern Barrens.$B$BOur brave soldiers have made tremendous gains in the Barrens, but they have paid a heavy price! Your efforts are needed to consolidate our gains. You can reach the Southern Barrens from the Stonetalon Mountains by traveling southeast through Greatwood Vale.$B$BFor the glory and honor of the Alliance!','Report to Commander Walpole at Stonetalon Pass in northwestern Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28551,13202,4709,0,262152,29,30,0,0,0,0,0,0,0,0,0,0,24921,0,0,'Hero\'s Call: Southern Barrens!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Dockmaster Lewis near Northwatch Hold.$B$BOur brave soldiers have made tremendous gains in the Barrens, but they have paid a heavy price! Your efforts are needed to consolidate our gains. You can reach the docks outside Northwatch Hold by taking a boat from Booty Bay to Ratchet and traveling south along the coast.$B$BFor the glory and honor of the Alliance!','Report to Dockmaster Lewis at the docks outside Northwatch Hold in the Southern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28552,13202,4709,0,262152,34,35,0,0,0,0,0,0,0,0,0,26596,27210,0,0,'Hero\'s Call: Dustwallow Marsh!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Calia Hastings at Theramore Isle.$B$BYou must aid SI:7\'s Calia Hastings in uncovering the threats to Theramore, both within the city and beyond its walls. You can reach Theramore Isle by taking the boat from Menethil or traveling across the marsh from the Southern Barrens.$B$BFor the glory and honor of the Alliance!','Report to Calia Hastings at Theramore Isle in Dustwallow Marsh.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28553,13202,4,0,262152,54,55,0,0,0,0,0,0,0,0,0,27916,25674,0,0,'Okrilla and the Blasted Lands','I have one final dispatch to deliver to you, $n. It comes from Dreadmaul Hold, to the south, in the Blasted Lands.$b$bWarmatron Okrilla is waging battle against the Alliance forces of Nethergarde Keep, and she needs the assistance of a stout $c. You immediately sprung to mind.$b$bTravel south into the Blasted Lands, then head west. Good luck, $N.','Report to Okrilla at Dreadmaul Hold in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28554,13202,15,0,262152,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warchief\'s Command: Dustwallow Marsh!','All able bodied members of the Horde are hereby ordered to report to Krog at Brackenwall Village. The marsh is overrun with enemies of many kinds and the Alliance forces there are dangerously strong.$B$BYou can travel to Dustwallow Marsh by following the path from the eastern part of the Southern Barrens toward Brackenwall Village.$B$BDestiny calls!','Report to Krog at Brackenwall Village in Dustwallow Marsh.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28555,13202,5034,0,136,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Expel the Envoys','','','','','','Neferset City Ambassador expelled','Lost City Envoy expelled','','',0,0,0,0,0,0,0,0,0,0,0,0,48881,48882,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28556,13202,267,0,8,21,24,0,0,0,0,0,0,0,0,0,28506,28616,64471,1,'Breaking the Hand','We must break the fingers of the Stormpike if we are to stop their incursion.$B$B$B$BWithin this package are four high-yield goblin explosives. You are to infiltrate each of the four fingers - Sofera\'s Naze, Corrahn\'s Dagger, the Headland and Gavin\'s Naze - and plant a goblin pocket-nuke at each.$B$BOnce you have done that - as well as all that Melisara asks of you - return to me.','Plant a Goblin Pocket-Nuke at Sofera\'s Naze, Corrahn\'s Dagger, the Headland and Gavin\'s Naze.','','','','Pocket-Nuke Armed at Sofera\'s Naze','Pocket-Nuke Armed at Corrahn\'s Dagger','Pocket-Nuke Armed at the Headland','Pocket-Nuke Armed at Gavin\'s Naze',0,0,0,0,0,0,0,0,0,0,0,0,48862,48864,48865,48867,1,1,1,1,0,0,0,0,0,0,0,0,65721,65703,65683,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28557,13164,989,0,262280,83,84,0,0,0,0,0,0,0,0,0,28293,27003,0,0,'Warchief\'s Command: Uldum!','All able-bodied members of the Horde are hereby ordered to report to Adarrah at the Thistleshrub Valley in Tanaris.$B$BAncient texts tell us that Uldum is home to untold riches and treasures beyond compare. Go forth and claim these in the name of the Horde!$B$BYou can reach Adarrah\'s caravan by traveling to the southwestern part of Tanaris and looking for her in Thistleshrub Valley.$B$BDestiny calls!','Speak with Adarrah in Thistleshrub Valley in western Tanaris.','You could be one of the very first mortals to set foot in Uldum in millenia. Just think of the treasures that await us!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28558,13202,989,0,262280,83,84,0,0,0,0,0,0,0,0,0,28292,27003,0,0,'Hero\'s Call: Uldum!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Adarrah at Thistleshrub Valley in Tanaris.$B$BBe one of the first to enter glorious Uldum and claim its treasures in honor of the Alliance!$B$BYou can reach Adarrah\'s caravan by traveling to the western reaches of Tanaris.$B$BFor the glory and honor of the Alliance!','Speak with Adarrah at Thistleshrub Valley in Tanaris.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28559,13202,3525,0,262152,9,10,0,0,0,0,0,0,0,0,0,0,9634,0,0,'Hero\'s Call: Bloodmyst Isle!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Vorkhan the Elekk Herder at Kessel\'s Crossing.$B$BThe people of Bloodmyst need your help to deal with treacherous blood elves and dangerous creatures loose on the island. You can reach Kessel\'s Crossing on Bloodmyst Isle by taking the bridge north from Azuremyst Isle.$B$BFor the glory and honor of the Alliance!','Report to Vorkhan the Elekk Herder at Kessel\'s Crossing on Bloodmyst Isle.','So you\'re here to help? Well, there\'s plenty to do...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28560,13202,3433,0,262152,9,10,0,0,0,0,0,0,0,0,0,0,9329,0,0,'Warchief\'s Command: Ghostlands!','All able bodied members of the Horde are hereby ordered to report to Arcanist Vandril at Tranquilien in the Ghostlands.$B$BYour help is needed to turn back the numberless Scourge invaders and secure the help of the Forsaken in fighting our common enemy.$B$BTo reach Tranquilien, follow the road south from Fairbreeze Square and into the Ghostlands.$B$BDestiny calls!','Report to Arcanist Vandril at Tranquilien in the Ghostlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28200,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Element of Supplies','You\'ll notice that we\'re slightly ill prepared for battle.$B$BThe tol\'vir tribes had never seen any sort of major confrontation for thousands of years.$B$BAll the combat protocols that the titans programmed into our ancestors are still there, though. Some are part of our instincts, some get passed on as tradition.$B$BBut none of this can compensate for lack of supplies. We need weapons. We need armor.$B$BThe best armor is lined with the skin of the riverbed crocolisks nearby. Help us gather some.','Collect 20 Hardened Crocolisk Hides.','','','Return to Sergeant Mehat at the Ramkahen Legion Outpost.','','','','',63256,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65839,65838,65837,65840,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28562,13202,40,0,262152,9,10,0,0,0,0,0,0,0,0,0,0,26209,0,0,'Hero\'s Call: Westfall!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Lieutenant Horatio Lane at the Jansen Stead.$B$BWestfall has been overrun by beggars and transients, leading to a massive increase in criminal activity. Your help is needed to restore order to the populace. You can reach the Jansen Stead in Westfall by traveling west from Elwynn Forest.$B$BFor the glory and honor of the Alliance!','Report to Lieutenant Horatio Laine at the Jansen Stead in Westfall.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28563,13202,44,0,262152,14,15,0,0,0,0,0,0,0,0,0,0,26503,0,0,'Hero\'s Call: Redridge Mountains!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report Watch Captain Parker at Tower Watch in the Redridge Mountains.$B$BCaptain Parker\'s forces have come under attack from marauding gnolls and orcs. The people of Lakewood are in peril and your aid is needed to safeguard them. Travel east from the border of Elwynn Forest and into the Three Corners area of Redridge to reach Tower Watch.$B$BFor the glory and honor of the Alliance!','Report to Watch Captain Parker at Tower Watch in Redridge Mountains.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60688,60690,60689,60691,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28564,13164,10,0,8650760,19,20,0,0,0,0,0,0,0,0,0,0,26618,0,0,'Hero\'s Call: Duskwood!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Commander Althea Ebonlocke in Darkshire.$B$BThe commander\'s watchmen are stretched thin defending against marauding wolves and bands of wild worgen. They cannot hold out for long without your help. You can reach Darkshire in Duskwood by following the road south at the border between Elwynn Forest and the Redridge Mountains.$B$BFor the glory and honor of the Alliance!','Report to Commander Althea Ebonlocke at Darkshire in Duskwood.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28565,13202,11,0,262152,19,20,0,0,0,0,0,0,0,0,0,0,25395,0,0,'Hero\'s Call: Wetlands!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Mountaineer Rharen at Dun Algaz.$B$BIn the wake of the cataclysm\'s destruction, Wetlands has become overrun with wild beasts, orcish raiders, and savage gnolls! To reach the Wetlands, you must travel north from Loch Modan through the dwarven hold of Dun Algaz.$B$BFor the glory and honor of the Alliance!','Report to Mountaineer Rharen at Dun Algaz.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28566,13202,267,0,589824,21,24,0,0,0,0,0,0,0,0,0,28538,0,0,0,'Decimation','$B$BThe Stormpike forward camp sits atop Corrahn\'s Dagger, west of Sofera\'s Naze. You must enter the camp and slaughter every dwarf that you see. They must be taught what it means to fear and there is no finer lesson than absolute decimation.$B$BNo survivors, $N. Even their captain - especially their captain - must die.$B$BI will be in contact.','Kill Captain Iceheart and 12 Stormpike Soldiers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48880,48878,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28567,13202,38,0,262152,9,10,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hero\'s Call: Loch Modan!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Pilot Hammerfoot at South Gate Outpost.$B$BThe destruction of the Stonewrought Dam and the resurgence of the kobolds and troggs has the mountaineers stretched thin. Reinforcements are desperately needed! Travel east through South Gate Pass from eastern Dun Morogh to reach South Gate Outpost.$B$BFor the glory and honor of the Alliance!','Report to Pilot Hammerfoot at South Gate Outpost in Loch Modan.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28568,13202,130,0,262152,9,10,0,0,0,0,0,0,0,0,0,25012,26965,0,0,'Warchief\'s Command: Silverpine Forest!','All able-bodied members of the Horde are hereby ordered to report to Grand Executor Mortuus at Forsaken High Command in Silverpine Forest.$B$BNow, more than ever, your help is needed in routing the enemy infestation of the region and conquering the port of Gilneas!$B$BTo reach Forsaken High Command you must travel south through Tirisfal Glades and enter Silverpine Forest. From there, follow the road south until you reach Forsaken High Command.$B$B Destiny calls!','Report to Grand Executor Mortuus at Forsaken High Command in Silverpine Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28569,13202,8,0,8,51,52,0,0,0,0,0,0,0,0,0,0,27587,0,0,'The Bogpaddle Bullet','I\'ve heard stories about a road to the Swamp of Sorrows. Mysterious tales of a meandering mountain pathway that completely bypasses Redridge and poops you right out into Bogpaddle!$b$bIf you run out of things to do, I suppose you\'ll have to leave. And we\'ll all be sad. When you do leave, talk to Sharon Boomgetter in the southeastern corner of the Steppes. She\'ll give you a ride.$b$b$b$bWinky? WINKY! NO!','Speak with Sharon Boomgetter in the southeastern corner of Burning Steppes to ride the Bogpaddle Bullet to the Swamp of Sorrows. Then speak with Trade Baron Silversnap in Bogpaddle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28570,13202,8,0,8,51,52,0,0,0,0,0,0,0,0,0,0,27587,0,0,'The Bogpaddle Bullet','You\'re quite the $r, aren\'t you? Look at you... you\'re all grown up already. And we only just met!$b$bI know how it\'ll go... soon you\'ll run out of things to do here at Flame Crest. You\'ll promise to come back. But you never will.$b$bKibler\'s seen it all before.$b$bWhen you do leave, talk to Sharon Boomgetter in the southeastern corner of the Steppes. She\'ll give you a ride on the bullet.$b$bWhat? Oh, it\'s just a rocket. Perfectly safe.','Speak with Sharon Boomgetter in the southeastern corner of Burning Steppes to ride the Bogpaddle Bullet to the Swamp of Sorrows. Then speak with Trade Baron Silversnap in Bogpaddle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28571,13164,267,0,262152,19,20,0,0,0,0,0,0,0,0,0,0,28096,0,0,'Warchief\'s Command: Hillsbrad Foothills!','All able bodied members of the Horde are hereby ordered to report to High Executor Darthalia at Southpoint Gate in Hillsbrad Foothills. The Forsaken war machine marches ever onward, securing Lordaeron for the Horde!$B$BTo reach Southpoint Gate you must follow the road south through Silverpine Forest and take the east fork leading into Hillsbrad Foothills.$B$BOnward, $g brother:sister;! Destiny calls!','Report to High Executor Darthalia at Southpoint Gate in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28572,13202,45,0,262152,24,25,0,0,0,0,0,0,0,0,0,0,26022,0,0,'Warchief\'s Command: Arathi Highlands!','All able bodied members of the Horde are hereby ordered to report to Dark Ranger Alina at Galen\'s Fall. The Dark Lady\'s forces need your help to expand the dominions of the Horde and drive back the Alliance interlopers.$B$BTo reach the Arathi Highlands, travel east from Hillsbrad Foothills and follow the road past Thoradin\'s Wall.$B$BDestiny calls!','Report to Dark Ranger Alina at Galen\'s Fall in Arathi Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28573,13202,3358,0,262152,24,25,0,0,0,0,0,0,0,0,0,26128,26093,0,0,'Hero\'s Call: Arathi Highlands!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Captain Nials at Refuge Pointe.$B$BAncient Stromgarde\'s honor must be redeemed! Too long have ogres and criminals sullied its streets. Travel north from the Wetlands and cross the Thandol Span to reach Arathi. Follow the road to Refuge Pointe and present yourself to the captain.$B$BFor the glory and honor of the Alliance!','Report to Captain Nials at Refuge Pointe in Arathi Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28574,13202,47,0,262152,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warchief\'s Command: The Hinterlands!','All able bodied members of the Horde are hereby ordered to report to Elder Torntusk at Revantusk Village.$B$BNow that the Wildhammer dwarves have officially thrown in their lot with the Alliance, they have made themselves our enemies. They must be defeated!$B$BTo reach Revanktusk Village, cross into the Hinterlands from the mountain pass in eastern Hillsbrad Foothills and make your way to the eastern coast.$B$BDestiny calls!','Report to Elder Torntusk at Revantusk Village in the Hinterlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28575,13202,28,0,262152,34,35,0,0,0,0,0,0,0,0,0,0,26921,0,0,'Warchief\'s Command: Western Plaguelands!','All able bodied members of the Horde are hereby ordered to report to Koltira Deathweaver at Andorhal.$B$BThe Alliance forces are advancing into the ruined city of Andorhal, seeking to claim it for themselves. We must counter their them before they can gain a foothold there!$B$BCross the Bulwark at the eastern end of Tirisfal Glades and follow the roads southest to Andorhal and meet up with our forces there.$B$BDestiny calls!','Report to Koltira Deathweaver at Andorhal in the Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28576,13202,28,0,262152,34,35,0,0,0,0,0,0,0,0,0,0,27159,0,0,'Hero\'s Call: Western Plaguelands!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Thassarian at Andorhal.$B$BOn the heels of our early victories in Andorhal, the Forsaken have decided to launch a counterattack. Your help is needed to beat back the Scourge and Horde and reclaim lost Andorhal.$B$BTo reach Andorhal, travel north through the Hillsbrad Foothills and follow the road beyond Chillwind Camp.$B$BFor the glory and honor of the Alliance!','Report to Thassarian at Andorhal in the Western Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28577,13202,139,0,262152,39,40,0,0,0,0,0,0,0,0,0,0,27683,0,0,'Warchief\'s Command: Eastern Plaguelands!','All able bodied members of the Horde are hereby ordered to report to Fiona on the east bank of the Thondroril River.$B$BThe Argent Crusade has reinforced its presence in the Plaguelands and it needs your help to consolidate its victories.$B$BCross the Thondroril River at the eastern border of the Western Plaguelands and look for Fiona on the far bank.$B$BDestiny calls!','Report to Fiona on the east bank of the Thondroril River in the Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28578,13202,139,0,262152,39,40,0,0,0,0,0,0,0,0,0,0,27683,0,0,'Hero\'s Call: Eastern Plaguelands!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Fiona on the east bank of the Thondroril River.$B$BThe Argent Crusade needs your help to win back the Eastern Plaguelands from the grasp of the Scourge.$B$BTo reach the Eastern Plaguelands, cross the Thondroril River from the Western Plaguelands and look for Fiona on the eastern bank.$B$BFor the glory and honor of the Alliance!','Report to Fiona on the eastern bank of the Thondroril River in the Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28579,13202,3,0,262152,44,45,0,0,0,0,0,0,0,0,0,0,27762,0,0,'Hero\'s Call: Badlands!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Gek Nozzlerocket at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BYour help is needed to survey the damage done by Deathwing, and the disposition of Horde forces in the Badlands.$B$BGek has agreed to provide transportation to the Badlands via rocket, in exchange for your help. Look for him at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BFor the glory and honor of the Alliance!','Report to Gek Nozzlerocket at Light\'s Hope Chapel in the Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28580,13202,3,0,262152,44,45,0,0,0,0,0,0,0,0,0,0,27762,0,0,'Warchief\'s Command: Badlands!','All able bodied members of the Horde are hereby ordered to report to Gek Nozzlerocket at Light\'s Hope Chapel in the Eastern Plaguelands.$B$BThe Alliance is desperate to gain a foothold in the Badlands. Your duty will be to keep them at bay and learn about the destruction wrought by Deathwing.$B$BGek has agreed to provide transportation to the Badlands by rocket. Meet with him at Light\'s Hope Chapel.$B$BDestiny calls!','Report to Gek Nozzlerocket at Light\'s Hope Chapel in the Eastern Plaguelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28581,13202,51,0,262152,47,48,0,0,0,0,0,0,0,0,0,0,27963,0,0,'Warchief\'s Command: Searing Gorge!','All able bodied members of the Horde are hereby ordered to report to Jack Rockleg at Thorium Advance.$B$BThe Shattered Hand reports that the Dark Iron dwarves of the Searing Gorge seem to be preparing for something. Your duty is to learn all you can about their scheming and put a halt to it.$B$BYou can reach the Searing Gorge by following the road west from the Badlands.$B$BDestiny calls!','Report to Jack Rockleg at Thorium Advance in the Searing Gorge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28582,13202,51,0,262152,47,48,0,0,0,0,0,0,0,0,0,0,27963,0,0,'Hero\'s Call: Searing Gorge!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Jack Rockleg at Thorium Advance.$B$BSI:7 reports that the Dark Iron dwarves of the Searing Gorge seem to be preparing to attack. Your duty is to learn all you can about their scheming and put a halt to it.$B$BYou can reach the Searing Gorge by following the road west from the Badlands.$B$BFor the glory and honor of the Alliance!','Report to Jack Rockleg at Thorium Advance in the Searing Gorge.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27610,13164,4922,0,140,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scouting the Shore','If the Alliance gains control of this peninsula, they will threaten Dragonmaw Port. Not going to happen.$B$BSouth of here you\'ll see a small hill with a commanding view of the shoreline. Whoever controls that hill will have the upper hand all along the shore!$B$BRush over there and scout the beach head control point. It\'s marked by that enormous flag. Then return to me.$B$BYou don\'t have to capture it, unless you\'re spoiling for a fight with the Alliance.','Scout the Beach Head Control Point on the Twilight Shore. You don\'t need to capture it, but doing so will give your side a combat advantage and flag you for PvP.','','','Return to Rok\'tar at the Twilight Shores.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27611,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood on the Sand','Our objective in the Twilight Highlands is to storm the Bastion of Twilight, but the Alliance have decided to make war.$B$BSo we will give them war!$B$BSlay their marines until the lesson is learned.','Slay 12 Highbank Marines on the Twilight Shores in Twilight Highlands.','','','Return to Rok\'tar on the Twilight Shores.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,45174,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28585,13202,4922,0,16520,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Polished','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28863,13164,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,0,0,0,0,'Warlord Halthar is Back','He\'s at it again, $N. Warlord Halthar... terror of the shire. He and his drake were spotted causing trouble to the south, among the Thundermar Ruins.$B$BKill Halthar, $N! We\'ll send in some warbrands to help out once you engage.','Slay Warlord Halthar.','','','Return to Craw MacGraw at Thundermar.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46493,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28875,13202,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,0,0,0,0,'Bring Down the High Shaman','Our scouts in the field report that High Shaman MacKilligan has moved out of Thundermar and is fighting in amidst the Thundermar Ruins northwest of here, across the river.$B$BHe\'s a dangerous one, $N, responsible for the deaths of many a Dragonmaw. He WILL be destroyed, that is not the question.$B$BThe question is: will you be the one to earn the glory of the kill?','Slay High Shaman MacKilligan.','','','Return to Grot Deathblow at Bloodgulch.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28587,13164,267,0,8,21,24,0,0,0,0,0,0,0,0,0,28400,0,0,0,'Aid of the Frostwolf','I will study the Stormpike battle plans and prepare for an assault. I need you to go to Alterac Valley and enlist the aid of the Frostwolf Clan: the very clan of our former warchief, Thrall. They will help us battle the Stormpike dwarves! Together, we will crush the invaders and see them driven out of Lordaeron for good!$B$BGo now, $N. Alterac Valley is northeast of Tarren Mill. Find Voggah Deathgrip and tell him that the Horde requires the aid of the Frostwolf!$B$BLOK\'TAR!','Speak to Voggah Deathgrip at Alterac Mountains in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28378,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Fanny','We\'ve started tearing this camp apart, $N, but there\'s no sign of Fanny. Maybe you can find her.$B$BWe haven\'t checked the cave just behind me, to the northwest. See if you can find Fanny in the cave!','Find and rescue Fanny Thundermar.','','','Speak with Colin Thundermar at Glopgut\'s Hollow.','Fanny Thundermar Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,48489,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28379,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ogre Bashin\'','Glopgut ogres! I\'d say they was dumb as a sack of hammers, but I have more respect for me hammers than that.$B$BWe\'ve fought off their raids for years, but if they\'re bold enough to steal one of our own, we\'re gonna have to learn them a lesson.$B$BHelp us smack around some Glopgut ogres! Kill their pounders or hurlers, either out here or - better - inside the cave. That\'ll show \'em. ','Kill 10 Glopgut ogres (either Glopgut Pounders or Glopgut Hurlers).','','','Return to Colin Thundermar at Glopgut\'s Hollow.','Glopgut Ogre Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48474,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28407,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bachelorette','Firebeard? Marry my sister!? I swear the world\'s gone mad, $N!$B$BStill, maybe Kurdran is right. A nice normal wedding would ease everyone\'s mind... and maybe cool off Firebeard a little. It was great to actually work together here against the ogres.$B$BRight then! It\'s all up to Fanny. Something tells me she won\'t want to be tied down.$B$BFly back to Kirthaven and see if she\'s game. I\'ll finish up the nasty business with the ogres here.','Talk to Fanny at Kirthaven in Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28588,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,28583,0,0,0,'Wildhammer Infestation','While these two idiots argue about who royally messed up here, we\'ve got a full-scale invasion of the Krazzworks taking place!$B$BThose no-good Wildhammer are all over the place. Get out there and clear the Krazzworks of those smelly ale-guzzling pests.','Slay 10 Wildhammer Raiders.','You got the chops for killing dwarves, that\'s for sure, $N. This is a good thing.$B$BNext up, more dwarf slayage!','','Return to Captain Krazz at the Krazzworks.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49628,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28589,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28588,0,0,0,'Everything But the Kitchen Sink','You gotta do something about them Wildhammer Stormtalons. They\'re tearing us up!$B$BProblem is, we\'re out of ammo, so we had to improvise. We loaded up my Krazz Cannons with all kinds of stuff: pool ponies, Kaja\'Cola cans, food containers, fuelcells, tires... you get the picture.$B$BBasically, everything but the kitchen sink.$B$BThink you\'re in the mood for some target practice?','Slay 15 Wildhammer Stormtalons.','That\'s the spirit! Must be pretty humiliating being shot down by junk.','','Return to Captain Krazz at the Krazzworks.','Hop into a Krazz Cannon','','','',0,0,0,0,0,0,0,0,0,0,0,0,49831,49683,0,0,1,15,0,0,0,0,0,0,0,0,0,0,63864,63863,63862,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28590,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reprisal','I happen to know some Alliance skum that have somethin\' coming to them. And they have something that belongs to us. I\'ve authorized an all out assault on Highbank.$B$BBoard the Skyshredder and join the assault. Patch will fill you in on the details as you arrive.','Speak to Patch aboard the Skyshredder circling Highbank.','Good to have you, $n. Ready to sow some chaos?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28595,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,64584,1,'Krazz Works!','That\'s it. We\'re all wrapped up. Let\'s ship out.$B$BNewt\'s got some gyrocopters tethered at the top of the tower. Go meet up with her for a quick trip back to Krazzworks. We\'ll mop up here.','Speak to Newt to secure a ride back to Krazzworks, then give the Induction Samophlange to Captain Krazz.','Now that\'s what I wanted to see! I\'ll have this fleet back up in no time with this beauty.$B$BYou know just how I like it, $n. I know just how you like it too - take this.','Tell me you came through? You always come through. Show me my beauty!','','','','','',64584,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63829,63828,63827,63830,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,6,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28598,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28597,0,64660,1,'Aiming High','Lookie here, $N. I found the biggest gun in Highbank! We\'re gonna try a technique handed down ta me by my pappy, from his pappy, from his pappy, shortly before he got blowed up.$B$BIt\'s called the \"$c-shot.\"$B$BYou take a $r $c, and load $ghim:her; inta a gigantic cannon, and then ya - oh relax. This usually works.$B$BTake these explosives, then wait here next ta me. As soon as that blimpy comes around I\'ll blast you onto tha deck. Plant the explosives in \'er belly and, oh I dunno, make it up as you go.','Wait for Fargo Flintlocke to get you onto the zeppelin and then set his explosives in its lower chamber.','','','Return to Fargo Flintlocke within Highbank.','Wait to be launched from Flintlocke\'s Cannon','Destroy the Skyshredder','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68014,0,0,0,1,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,180000,0,0,0,0,0,0,0,0,0,0,414000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28599,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28598,0,0,0,'Kurdran\'s Waitin\'','It looks like the attack stopped, $N. Which is a shame, \'cuz we never got to use the $c-rocket.$B$BAnyways, Kurdran Wildhammer is up in the top of the keep an\' I\'m sure he\'ll be wantin\' to gives ya a hero\'s welcome. Yeh earned it! Go talk to \'im!$B$BI\'ll move on ahead and scout out the beach.','Speak to Kurdran Wildhammer inside of the Highbank Keep in Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,45000,0,0,81040,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28596,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,28832,0,0,0,'Welcome to Highbank!','Welcome to the highlands, soldier. You\'re here just in time.$B$BHorde troops just launched an assault from the air. Step up and do something about it. Clear them out!','Kill 10 Horde attackers within Highbank.','','','Return to Lieutenant Fawkes at Highbank.','Horde Attackers slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,49008,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28597,13202,4922,0,9437320,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burnin\' at Both Ends','Har! We get to jump right inta the action, $N. Looks like Highbank has whatcha call a zeppelin problem: that airship is poundin\' the crap outta the walls.$B$BListen, I\'ve got me an idear so stupid it\'s genius. I just need some cannon powder.$B$BCollect as much as you can find around Highbank an\' meet me by the trade area!','Collect 10 bags full of Cannon Powder.','','','Find Fargo Flintlocke in western Highbank.','','','','',64585,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27374,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,27945,27299,0,0,'The Maw of Madness','I can\'t believe it, $N. Me own son - me own flesh and blood! Throwing his lot in with those fiends from the Twilight\'s Hammer. Did you see what he became when he tried to destroy the wedding? Oh ... why? Why?$B$BIt\'s that beast, $N. The enormous mouth emerging from the earth to our west. \"The Maw of Madness!\" My son said it spoke to him, but I thought it was just nightmares.$B$BThe Earthen Ring is trying to destroy it. Go to Earthcalled Torunscar, west of here, and see how you can help!','Speak to Earthcaller Torunscar at the Ring of the Elements.','','','','Save Hargoth Dimblaze','Save Stormcaller Jalara','Save Earthmender Duarn','Save Stormcaller Mylra',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,22500,0,0,0,0,0,0,0,0,0,0,82800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28600,13202,267,0,1048578,21,24,0,0,0,0,0,0,0,0,2,28587,0,0,0,'Matters of Loyalty','I have no authority over such matters. You must speak to our leader, Drek\'Thar. I have already sent word of your arrival to Frostwolf Keep. Drek\'Thar will be out to speak with you personally.','Speak to Drek\'Thar.','','','Learn of Matters of Loyalty.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,5,5,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28601,13202,400,0,5242888,38,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Old Puttery','','','','','','Rings Cleared','','','\"The Doc\" Defeated',0,0,0,0,0,0,0,0,0,0,0,0,48997,0,0,49145,34,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28783,13164,5396,0,136,83,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Source of Their Power','We managed to do extensive scouting before our crew was ambushed.$B$BWe discovered that Deathwing\'s envoy, Siamat, is giving the Neferset their newfound power.$B$BThey claim it has restored them to the greatness of old, but something else has happened. Their very souls have been corrupted.$B$BAs one of the four winds, Siamat is incredibly powerful. But that power has been drained considerably by this process.$B$BStrike now, while it is possible for you to slay him and bring an end to this madness.','Slay Siamat.','It is true, then? The great blight upon our race will soon end now that the Neferset have lost the ability to corrupt any more of our people.$B$BName your reward, $c. It is the least we can do for you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,44819,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66910,66908,66909,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28603,13202,267,0,16318464,21,24,0,0,0,0,0,0,0,0,0,28566,28605,0,0,'Infiltration','For your next mission I want you to travel west to the Headland and infiltrate the Stormpike training grounds. Though there are hundreds of Stormpike trainees there, one of my banshees will disguise you to look like one of the humans captured earlier, allowing you to walk freely among the enemy.$B$BEnter the Headland and find the Stormpike instructors. Once found, coerce them into attacking you! When they attack, kill them. With their instructors dead, they will be unable to train more soldiers!','Kill Instructor Rufus, Drill Sergeant Magnus and Captain Crudbeard.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,48922,48923,48924,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28604,13202,267,0,12582912,21,24,0,0,0,0,0,0,0,0,0,28566,28605,64583,1,'Deception and Trickery','As long as I am by your side the enemy will think of you as one of their own. Your newfound humanity, however, will not allow you to be reckless. If you draw attention to yourself the dwarves will grow suspicious and likely attack!$B$BWith that said, I have a plan. Take this barrel of poisoned water and use it to sate the thirst of the tired Stormpike trainees. Once they drink from it they will become deathly ill, eventually succumbing to the poison.','Use the Barrel of Water to Poison 30 Stormpike Trainees.','','','','Stormpike Trainee poisoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,49037,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,65729,65722,65704,65684,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28605,13202,267,0,4718592,21,24,0,0,0,0,0,0,0,0,0,0,28616,0,0,'Domination','$B$BThe last task will be an assault against the siege technicians of Gavin\'s Naze, located west of the Headland. Venture to the final finger and lay waste to the dwarf and gnome engineers that build and fortify the Stormpike machines of war. Be sure to plant Cromush\'s final pocket-nuke as well.','Kill 10 Stormpike Engineers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49116,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,6700,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28606,13202,4737,0,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Keys to the Hot Rod','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46856,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28607,13202,4737,0,8200,1,5,0,0,0,0,0,0,0,0,1,14071,0,0,0,'The Keys to the Hot Rod','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46856,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28608,13202,154,0,0,1,1,0,0,0,0,0,0,0,0,0,24959,0,0,0,'The Shadow Grave','I\'m pleased to see that you\'re up and walking around, $N. You\'ve held up nicely, especially after being dead for so long!$b$bOthers weren\'t as lucky. If you wouldn\'t mind, I need you to fetch my embalming fluid and some twine to stitch up these bodies. You\'ll find both in the Shadow Grave, the building just behind me.$b$bHere, Darnell will join you. He knows the way.','Obtain the Thick Embalming Fluid and the Corpse-Stitching Twine from the Shadow Grave in Deathknell.','Exactly what I needed. You\'ll be an asset to the Forsaken, $N.$b$bYou know, word has it that you were quite the $c in your previous life. Perhaps I should assign you to a more exciting task.','You will find the items within the Shadow Grave. I believe I left them on my work table.','','','','','',64582,64581,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28609,13202,618,0,262152,50,52,0,0,0,0,0,0,0,0,0,28848,0,0,0,'Hammer Time','The three of us have been arguing for weeks over whose weapons are superior.$B$BI won\'t let anyone tell me my maces are second best. Kilram\'s axes and Seril\'s swords could never match the pure strength of my craft.$B$BI\'m tired of arguing. It\'s time to show those two I\'m right with a demonstration. If you would, dear, head outside and tell Deez Rocksnitch that I need the biggest boulder he can find!','Speak with Deez Rocksnitch.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28610,13202,618,0,8,50,52,0,0,0,0,0,0,0,0,0,28609,0,0,0,'Rubble Trouble','If you want to get a boulder in there, you can use my own patented Boulder-in-a-Box! Normally I\'d just sell you one up front, but I\'m fresh out of materials.$B$BEarth elementals have been popping up on the peak directly south of town. They\'re a good source of rubble. If you bring me back a good amount, I\'ll pay you for the restock, and I\'ll throw in a Boulder-in-a-Box absolutely free!','Collect 6 Prime Rubble Chunks from Frostshard Rumblers.','','','','','','','',64586,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28498,13164,5034,0,136,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Secret of Nahom','There is an old story about Nahom. It speaks of how a powerful prophet named Atulhet held off troves of enemies by channeling the power of the sun through this very temple.$B$BMost believe the tale to be just a legend, but that power... would certainly be useful to us now.$B$BThe vile Neferset have ransacked Atulhet\'s tomb. They\'ve taken any artifacts of power and shattered the tablets that encode his memories.$B$BGo to the Tombs of the Precursors to the east and retrieve any fragments that you find.','Obtain 8 Atulhet\'s Record Fragments.','','','Return to Salhet at Nahom.','','','','',64642,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27779,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnomebliteration','I have downloaded my program to the fusion core and have complete control over it.$B$BI\'ve created a small pocket of air inside to avoid vaporizing user $N.$B$BI will yield control of all movement functions so I can dedicate my cycles to keeping the core stable.$B$BGo down the hill and neutralize as many of the expedition members as possible.$B$BMy analysis reveals you might feel... \"guilt\" as a result of such high fatality numbers.$B$BUser $N, you must be assured that expedition members are without hope.','Obliterate 10 Crazed Gnomes.','','','','Crazed Gnome obliterated','','','',0,0,0,0,0,0,0,0,0,0,0,0,46384,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,65776,65775,65774,65773,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28614,13202,618,0,8,50,52,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bearzerker','High Chieftain Winterfall\'s absence has done little to quell the rage of the Winterfall. In his absence, their greatest warrior has rose to a position of terrible power.$B$BGrolnar the Berserk lurks in the cave at the top of Winterfall Village, gorged on enough corrupt firewater to kill ten lesser furbolgs.$B$BHe has become a bloated and horrible beast! Our warriors have been unable to face him... do you have the strength to defeat him, $c?','Slay Grolnar the Berserk.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49178,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,67216,67166,67183,67200,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,6,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28615,13202,618,0,8,50,52,0,0,0,0,0,0,0,0,0,28627,0,64637,1,'Turning the Earth','Despite their corruption and madness, the Winterfall barely cling to their shamanic powers. It disturbs me to see the power of the elements used by them to harm my tribe and other innocents.$B$BWe will turn their totems against them! Take my own totem with you into Winterfall Village. Use its powers on the Winterfall\'s totems from afar, and the fury of the earth will be unleashed on all nearby!$B$BNeedless to say... keep a safe distance!','Use Tanrir\'s Overcharged Totem to overload 4 Winterfall Earth Totems.','','','','Winterfall Earth Totem overloaded','','','',0,0,0,0,0,0,0,0,0,0,0,0,49177,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,5,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28616,13202,267,0,1048578,21,24,0,0,0,0,0,0,0,0,2,0,0,0,0,'Stormpike Apocalypse','Before we continue, let us have a moment of silence for our fallen brother, Orkus, for without him, we would have been destroyed by the Stormpike onslaught. This is for you, brother!$B$B$B$BNow, $N, do not think that I forgot your part in all of this! That is why you get the honors of detonating the goblin pocket-nukes.$B$BAre you ready? FOR THE HORDE!','Witness the Stormpike Apocalypse.','','','Witness the Stormpike Apocalypse.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65723,65705,65685,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,76,0,0,0,0,7,7,0,0,0,0,0,6700,0,0,0,0,0,0,0,0,0,0,23400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28617,13164,267,0,1,20,-1,0,0,0,0,0,0,0,0,0,0,28744,0,0,'Flower Power','You know how to use the spitters, but did you know that if you use a sunflower you can grow things faster? We\'ll grow some sunflowers and then we\'ll plant some spitters to push back Warden Stillwater\'s crazed monstrosities.$B$BLet\'s go!','Survive a Massive Wave of Zombies.','','','','Waves Survived','Massive Wave Survived','','',0,0,0,0,0,0,0,0,0,0,0,0,0,49542,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28618,13202,618,0,8,50,52,0,0,0,0,0,0,0,0,0,28610,0,64638,1,'Boulder Delivery','Here you go, as promised! One Boulder-in-a-Box.$B$BLilith was asking for this, wasn\'t she? She\'s my only customer!','Deliver the Boulder-in-a-Box to Lilith the Lithe in Everlook.','','','','','','','',64638,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28619,13202,45,0,262152,24,25,0,0,0,0,0,0,0,0,0,0,26022,0,0,'Warchief\'s Command: Arathi Highlands!','All able bodied members of the Horde are hereby ordered to report to Dark Ranger Alina at Galen\'s Fall. The Dark Lady\'s forces need your help to expand the dominions of the Horde and drive back the Alliance interlopers.$B$BTo reach the Arathi Highlands, travel east from Hillsbrad Foothills and follow the road past Thoradin\'s Wall.$B$BDestiny calls!','Report to Dark Ranger Alina at Galen\'s Fall in Arathi Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28620,13164,267,0,262152,23,25,0,0,0,0,0,0,0,0,0,0,28634,0,0,'Eastpoint Tower','Our outpost in the southeast is having some problems. I don\'t have any details other than... well, let me just read from the latest letter:$B$B\"The orcs have grown petulant. Send help or I will have them beaten with reeds.\"$B$BThat\'s it. It was sent from our chief psylosopher, Nils Beerot. Yea, I have no idea what that means either. Could you please head to Eastpoint Tower and find out what he needs? I can\'t take any more of these cryptic letters!$B$BJust head south and then follow the road east.','Speak to Nils Beerot at Eastpoint Tower in Hillsbrad Foothills.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(27707,13164,5034,0,262272,83,83,0,0,0,0,0,0,0,0,0,27632,0,0,0,'Neferset Prison','Hieroglyphs depicting a chained Tol\'vir mark the southeastern corner of the map.$B$BPerhaps Tahet was brought there when he was imprisoned. Return to me after you find out what happened.','Go to the Neferset Prison Camp and find the whereabouts of Tahet, then return to Visier Tanotep.','','','Go to the Neferset Prison Camp and find the whereabouts of Tahet, then return to Visier Tanotep.','Tahet\'s Whereabouts ','','','',0,0,0,0,0,0,0,0,0,0,0,0,46441,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27738,13164,5034,0,128,83,83,0,0,0,0,0,0,0,0,0,27707,0,0,0,'The Pit of Scales','A spot on the southern end of the map was marked with hieroglyphs of crocodiles fighting each other.$B$BThat must be where Caimas took Tahet.$B$BGo to the Pit of Scales and find a way to rescue the Vizier\'s son.','Rescue Tahet at the Pit of Scales in Uldum.','','','','Tahet Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,46278,46281,0,0,1,1,0,0,0,0,0,0,0,0,0,0,65792,65790,65789,65791,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,172000,0,0,0,0,0,0,0,0,0,0,329400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28250,13164,5034,0,4232,83,83,0,0,0,0,0,0,0,0,1,0,0,63351,1,'Thieving Little Pluckers','I don\'t have the most glamorous job in the world.$B$BI do not concern myself with matters of war or the deep mysteries of the halls of Uldum or what have you.$B$BI am in charge of these grounds... and these grounds grow dates.$B$BNow, these little date-plucking mongrels have gotten gutsy enough to stand on each other\'s shoulders to try and steal my precious fruit.$B$BI will not stand for this.$B$BTake this mallet, crafted by the titans, blessed by the sun-kings and who-knows-what-else and smash the runts!','Smash 30 Sand Pygmies with the Tehret Dynasty Mallet.','','','','Thieving plucker smashed','','','',0,0,0,0,0,0,0,0,0,0,0,0,48041,0,0,0,30,0,0,0,47541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28624,13202,618,0,262152,50,52,0,0,0,0,0,0,0,0,0,28618,0,0,0,'Kilram\'s Boast','Pah! Crude and clumsy is all I see!$B$BYou need more than just strength. My axes are just as strong as Lilith\'s maces, but so sharp, I can cut through a tree in one chop!$B$BYou heard me, one chop! I\'ll prove it, too, here in front of everyone. Go ask Deez if he can get a tree in here!','Speak with Deez Rocksnitch.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28625,13202,618,0,8,50,52,0,0,0,0,0,0,0,0,0,28624,0,0,0,'Chop Chop','I deal in small timber plenty, but full trees? That\'s a novelty item. Kinda like those boulders.$B$BMaybe you can do me another favor. Just west of town there\'s a grove of trees overlooking Lake Kel\'theril. I don\'t know if it\'s the spooks there, or all that elf magic junk strewn around the place, but we\'ve been getting treants and lashers wandering around there recently.$B$BThey\'re making it a real pain to chop wood over there, so why don\'t you chop some of them? Bring the wood from the treants back here.','Collect 10 pieces of Fresh-Cut Frostwood from Frostleaf Treants.','','','','','','','',64587,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67213,67163,67180,67197,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28626,13202,618,0,8,50,52,0,0,0,0,0,0,0,0,0,28625,0,64661,1,'Tree Delivery','Here you go, one instant Super-Gro Insta-Tree made with 80% natural ingredients!$B$BNo roots, no muss, no fuss. Just give it to Kilram and make sure he stands the heck back when he uses it.','Deliver the Super-Gro Insta-Tree to Kilram at the inn in Everlook.','','','','','','','',64661,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28627,13202,618,0,262152,50,52,0,0,0,0,0,0,0,0,0,28626,0,0,0,'Seril\'s Boast','Brutes and amateurs.$B$BIt doesn\'t matter how sharp or heavy your weapon is if all it\'s good for is hacking like an ogre. I could go on and on about finesse and speed and balance and control... but it\'s easier to one-up these fools.$B$BTell Deez we\'ve got one more order for him. I need a block of ice.','Speak with Deez Rocksnitch.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28628,13202,618,0,8,50,52,0,0,0,0,0,0,0,0,0,28632,0,64665,1,'Ice Delivery','Alright, one high-quality, pure grade Instant Ice Block!$B$BI tried selling these to people for protection for a while. Y\'know, like that trick you see mages pull? Couldn\'t figure out the whole \"breathing\" thing, though.','Deliver the Instant Ice Block to Seril Scourgebane in Everlook.','','','','','','','',64665,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67181,67164,67214,67198,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,21900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28629,13202,618,0,8388616,50,52,0,0,0,0,0,0,0,0,0,28627,28722,0,0,'Are We There, Yeti?','My friends are always coming up with great ideas. I\'ve never felt like I could match them... until today! I just drew up the plans for something great! If you promise not to tell, I\'ll let you in on the secret... $B$BI\'m going to make a mechanical yeti! Not only are my friends sure to be freaked out when they see it, but when they get over that, I know they\'ll be impressed!$B$BI need thick yeti fur from the ice thistle yeti. There\'s plenty of them in the Ice Thistle Hills to the southeast.','Collect 10 Thick Yeti Furs from Ice Thistle Yeti.','','','','','','','',12366,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,5,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28630,13202,618,0,2359304,50,52,0,0,0,0,0,0,0,0,0,28627,0,0,0,'Echo Three','A lot of goblins have been going missing out there in Ice Thistle Hills. I was almost one of them!$B$BI had the idea to set up a sensor to tell us when the yeti were getting close to Everlook. Of course, it\'s not working either. There\'s yeti all over the hills and I haven\'t heard a peep from it.$B$BWould you mind checking on it for me? It might still be fixable. Echo Three\'s set up to the southeast on the edge of Ice Thistle Hills. Don\'t ask what happened to Echo One and Two.','Find Echo Three.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,91183,0,0,0,0,0,0,0,44100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28631,13202,618,0,8388616,50,52,0,0,0,0,0,0,0,0,0,28627,28722,0,0,'The Perfect Horns','I can\'t make a yeti without horns!$B$BI\'ve been looking for what seems like forever for the perfect set of horns... and no horn I find is good enough! But just the other day I saw the biggest yeti in Winterspring.$B$BI named him Icewhomp. His horns are the ones I\'ve been looking for! He lurks all the way in the back of the cave along the eastern ridge of Ice Thistle Hills.$B$BBring me his horns... but be sure to check on Echo Three along the way!','Obtain Icewhomp\'s Pristine Horns.','','','','','','','',64664,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,4,0,0,0,0,0,0,15500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28632,13202,618,0,8,50,52,0,0,0,0,0,0,0,0,0,28627,0,0,0,'Fresh From The Hills','Ice this time? Hoo boy, sure. I\'ve got good news and bad news for you.$B$BThe good news is there\'s a bunch of pure solid ice over in the Ice Thistle Hills cavern, straight east from Everlook. The bad news is there\'s also a bunch of vicious yetis in there.$B$BBut if you can handle the yeti, hey, piece of cake! Just walk right up to the bigger chunks and crack \'em open with your weapon. Bring it all back to me and I\'ll do my thing.','Collect 7 Pieces of Pure Glacier Ice from the cavern in Icethistle Hills.','','','','','','','',64662,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,54900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(27632,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,27629,0,0,0,'Tanotep\'s Son','I have devoted my life to serving the King. That service is unrivaled in importance by anything... with one exception: my son.$B$BTahet was captured by Neferset sentries.$B$BThey claim my son was trespassing upon their territory. Phaoris is attempting to negotiate his release... but I fear for the worst.$B$BIf you were to find Tahet, I would pledge my vote to you.$B$BI do not know where they take the prisoners, but I\'ve seen the guards consult maps to guide them through the thick vegetation.','Obtain the Vir\'Naal Delta Map from a Neferset Guard.','','','','','','','',62280,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65794,65793,65795,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,197700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28634,13202,267,0,8,23,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Extinction','Owlbeasts... Soulless, feathered monstrosities sent from the darkest depths of the Twisting Nether to prey upon the weak.$B$B$B$BThey surround us on all sides and they are planning an attack - I can sense it. You must stop them before they can organize.$B$BI want you to head into the forest and kill every owlbeast that you see. NONE SHOULD SURVIVE!','Kill 12 Rampaging Owlbeasts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49245,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28635,13202,267,0,12,23,25,0,0,0,0,0,0,0,0,0,0,28636,0,0,'A Haunting in Hillsbrad','The battle over Dun Garok was the bloodiest of all the Hillsbrad battles. The dwarves, outnumbered ten-to-one, fought until the bitter end. Every last one of \'em died in defense of that piece of land.$B$BNow I hear claims that the place is haunted. Nobody wants to go near it! Unfortunately I have orders to prepare Dun Garok for habitation.$B$BCould you do me a favor and go to Dun Garok and search for evidence of a haunting? It\'s far to the southeast.','Search Dun Garok for evidence of a haunting.','','','Search Dun Garok for Evidence of a Haunting.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28636,13202,267,0,8,23,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Silence of the Dwarves','The spirits of my soldiers haunt this fort now, $g lad:lass;. Their souls are now bound to this place. Even in death they continue to fight for it. \'Tis sad.$B$BPut \'em out o\' their misery and perhaps ye shall have the spoils of yer people\'s victory.','Kill 10 Dun Garok Spirits.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49269,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,65724,65706,65686,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28637,13202,618,0,65544,51,53,0,0,0,0,0,0,0,0,0,28782,0,0,0,'A Taste for Bear','Have you ever had the luxury of trying bear meat? I never had the chance to try it in Gilneas, but the bears here are simply exquisite.$B$BThe shardtooth bears that roam just to the south are well-marbled with fat from the cold here. I\'ve been hunting them myself, and it\'s quite a lark, but I much prefer eating them!$B$BI recommend you try your hand at the hunt. Stick to the white-pelted Shardtooth bears, and the Captain will go to field to bring back any you kill.','Kill 15 Shardtooth bears.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7444,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28638,13202,618,0,327688,51,53,0,0,0,0,0,0,0,0,1,28742,0,0,0,'The Owls Have It','I\'ve been eatin\' owls my whole life. Owls is good eatin\', and my friend Jez agrees. I was the first one that told him to sell owl!$B$BMister fancy-pants worgen here says bears taste better, but don\'t pay him no mind. You should go hunt yourself some owl. There\'s plenty of \'em wandering just south of here. Stick to the gray ones for now, an\' buzz me on the little talky-thing Jez gave you when you\'ve racked up a few.','Slay 15 Winterspring Owls.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7455,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28639,13202,618,0,524288,50,53,0,0,0,0,0,0,0,0,0,28719,0,0,0,'Ursius','I\'ve heard it said that you are what you eat. I don\'t know if I believe that, but if it\'s true... I\'d prefer to eat the strongest creature that I can find.$b$bUrsius is the largest bear in Winterspring. He eats first when his pack of shardtooth brings down a chimaera or an owlbear. He claims the most comfortable cave in the shardtooth-held lands. And he has... considerable influence with the shardtooth females.$b$bHe is my kind of bear.$b$bI want to eat him.$b$bHis cave is near the maulers. Good luck!','Kill Ursius.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,67167,67184,67217,67201,67224,0,1,1,1,1,1,0,67270,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28640,13202,618,0,327688,51,53,0,0,0,0,0,0,0,0,0,28718,0,0,0,'Fresh Frostsabers','Doesn\'t that smell great? My smoked meats get top dollar, and nobody else provides the exotic flavors I\'ve got out here in the hills. And it\'s efficient; you just do the hunting for a small fee, and my other fine friends drag the beasts back here for skinnin\' and smokin\'!$B$BI\'ve got the market cornered on Frostsaber meat right now. Absolutely delicious stuff, makes great sausages. Head out and hunt those cats just west of here, and we\'ll call that a start!','Slay 15 Frostsabers or Frostsaber Stalkers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7431,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28641,13202,618,0,851968,51,53,0,0,0,0,0,0,0,0,0,28640,0,0,0,'Pride of the Dinner Table','Alright kid, time to head out further into the field!$B$BThis haul\'s nice and good, but further to the west you\'ll find much bigger kitties. The pride watchers and huntresses have a lot more muscle on them, and it makes AMAZING burger patties. They sell like crazy!$B$BGimme a ping when you\'ve cleared house and we\'ll see about you going after the main course.','Slay 15 Frostsaber Huntresses or Frostsaber Pride Watchers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7434,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28642,13202,618,0,16392,50,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shy-Rotam','In northern Winterspring, great cats assemble around a large landmark called Frostsaber Rock. The leader of these cats is known by the name Shy-Rotam. Defeating the matriarch of the frostsabers would grant you much respect in the eyes of your fellow $r.$B$BGo again to the harsh wilds, and once there, gather sacred meat from the frostsabers. Find the stone of Shy-Rotam, and place it there. Placing the meat of her kin before her will summon Shy-Rotam, in anger.$B$BBe ready for her fury, and defeat her.','Storm Shadowhoof at Everlook in Winterspring wants you to defeat Shy-Rotam.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,15783,15782,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28643,13202,267,0,65544,23,25,1,0,0,0,0,0,0,0,0,0,28644,64666,1,'The Durnholde Challenge: Zephyrus','Durnholde Keep has always been a place of strife. For years the humans used it as an internment camp and prison for the orcs. After that it was taken over by the Syndicate. Now? The Dark Lady captured and placed powerful elementals within its walls. She charged me with administering \"The Durnholde Challenge.\" Any that can defeat all of the elementals will earn a grand prize! Take this guide and face your first challenge: Zephyrus!$B$BDurnholde is located just northeast of us.','Kill Zephyrus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49263,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28644,13202,267,0,589824,23,25,1,0,0,0,0,0,0,0,0,0,28645,0,0,'The Durnholde Challenge: Teracula','According to the guide, Teracula is your next challenge. It roams the path just outside of Zephyrus\' lair.','Kill Teracula.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49265,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28645,13202,267,0,589824,23,25,1,0,0,0,0,0,0,0,0,0,28646,0,0,'The Durnholde Challenge: Bloodvenom','According to the guide, Bloodvenom is your next challenge. The fearsome elemental can be found on the lower level of Durnholde Keep, near the western prisons.','Kill Bloodvenom.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49264,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28646,13202,267,0,589824,23,25,1,0,0,0,0,0,0,0,0,0,28647,0,0,'The Durnholde Challenge: Infernus','According to the guide, Infernus is your next challenge. This being, made of molten lava and raging fire, can be found on the lower level of Durnholde Keep, near the eastern prisons.','Kill Infernus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28647,13202,267,0,8,23,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Durnholde Challenge: D-1000','Imprisoned in the old Durnholde Keep arena is a being comprised of pure mercury. The Forsaken have dubbed it the D-1000. Kill the D-1000 and claim your prize!','Kill the D-1000.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49268,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65725,65707,65687,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,7,0,0,0,0,0,0,7300,0,0,0,0,0,0,0,0,0,0,24000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28648,13202,618,0,16394,50,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frak\'s Wild Ride','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28649,13202,0,0,128,55,55,0,0,32,0,0,0,0,0,0,12738,12751,0,0,'A Special Surprise','We got here, tore the place apart, and headed toward the prison house. We weren\'t expecting what we found in there, $N. Seems the Crusade\'s been real busy. That whole thing is full of Argent Dawn prisoners. Most of them were already dead by the time we arrived, but a few were still breathing.$B$BI was about to go in there and execute the rest of them, but I think you should have the honors. In particular, there\'s a real feisty worgen in there that I think you\'ll take great pleasure in executing.','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Lord Harford, an Argent Dawn prisoner inside the nearby prison house.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49355,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28650,13202,0,0,128,55,55,0,0,32,0,0,0,0,0,0,12738,12751,0,0,'A Special Surprise','We got here, tore the place apart, and headed toward the prison house. We weren\'t expecting what we found in there, $N. Seems the Crusade\'s been real busy. That whole thing is full of Argent Dawn prisoners. Most of them were already dead by the time we arrived, but a few were still breathing.$B$BI was about to go in there and execute the rest of them, but I think you should have the honors. In particular, there\'s a real feisty goblin in there that I think you\'ll take great pleasure in executing.','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Gally Lumpstain, an Argent Dawn prisoner inside the nearby prison house.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49356,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28651,13202,154,0,524288,2,3,0,0,0,0,0,0,0,0,0,0,24961,0,0,'Novice Elreth','Now that the training\'s done and out of the way, why don\'t you go speak with Elreth? She serves Shadow Priest Sarvis, and will probably have some tasks to which you can apply your new abilities.','Speak to Novice Elreth at Deathknell in Tirisfal Glades.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28652,13202,154,0,524288,1,1,0,0,0,0,0,0,0,0,0,26799,0,0,0,'Caretaker Caice','I am done with you. There are, however, others who can use your aid.$b$bCaretaker Caice, standing on that stump behind me, can probably give you another assignment. You should speak with him now.','Speak with Caretaker Caice at the Deathknell Graves in Tirisfal Glades.','Yes? And who might you be?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28653,13202,154,0,786432,1,2,0,0,0,0,0,0,0,0,0,26800,0,0,0,'Shadow Priest Sarvis','Are you still here, $N? You know, I\'m only a deathguard. I don\'t have many tasks I can hand out to passers-by like you.$b$bI\'d recommend that you talk to Shadow Priest Sarvis. I remember, he helped me get on my feet after I was plucked out of that tomb. I\'m sure he\'ll do the same for you.$b$bYou\'ll find him just inside the chapel, here on the west side of town.','Speak with Shadow Priest Sarvis at Deathknell in Tirisfal Glades.','Greetings, $N.$b$bI see you wield a weapon. Can you fight?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27838,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28611,0,0,0,'The Root of the Corruption','You might have dealt with the symptoms of our problem, $N. But I\'ve been studying these foul beasts and the eggs are not laid here by them.$B$BThe stream from the current carries their eggs to the dam, but whatever is laying them will be found upstream.$B$BGo northeast, to the river\'s main source, and deal with the root of the corruption.','Go to the northeastern source of the Nilos River and slay Scalemother Hevna.','','','Return to High Priest Amet at the Vir\'naal Dam.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46871,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65823,65822,65824,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28413,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Words and Music By...','I\'ve written many an epic tune in my lifetime, $N, but this upcoming wedding deserves a very special ballad. And fast!$B$BShould I write a love song? A lighthearted ditty? A bawdy drinking song?$B$BI could use some help with the lyrics, if you fancy a go at it.$B$BTalk to me and we\'ll write a song together!','Talk to Russell Brower and help him write a song.','','','Talk to Russell Brower at Kirthaven.','Create a Song','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,0,0,0,0,0,7,0,0,0,0,0,0,68000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28656,13202,618,0,524288,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strange Life Forces','When this creature died, some sort of energy was released from its body. The energy was passed on to you, and now you feel somewhat stronger.$b$bAccording to Winterspring locals, Witch Doctor Mau\'ari at the Snowden Chalet is an expert in the wildlife of the area. She might know something about this mysterious energy.','Speak with Witch Doctor Mau\'ari at the Snowden Chalet in Winterspring.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,0,0,0,0,0,0,0,0,0,52800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28657,13202,5095,0,4488,85,85,1,0,0,0,0,0,0,0,1,0,0,0,0,'A Huge Problem','We finally capture this godforsaken rock and then we find out that there is a huge ettin roaming around, taking out our sentry patrols!$B$B$n, I need you to round up a few friends and take that ettin down. We can\'t have a beast like that roaming around, wreaking havoc.$B$BStay alert, reports from the front say that he is carrying a huge tree as a weapon, and he is not afraid to use it.','You have been asked to kill Problim, a giant ettin that roams the paths of Tol Barad.','You actually killed him?! I can\'t believe it!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47593,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28658,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Swamp Bait','Supplies are never easy to find in a place like this, $c. We have been scouting since we captured the island but things are not looking good.$B$BFortunately, we just received a scouting report that a swamp full of crocs is just west of our base camp here. The hides off those crocs will come in handy for our leatherworkers. Bring back as many as you can.','You have been tasked with collecting 8 Crocolisk Hides from the Baradin Crocolisks on Tol Barad. The crocolisks can be found in the swamp, just west of Baradin Hold.','Looks like you were able to get the croc hides that we needed. Thanks $n, your contributions will not go unnoticed.','You cleared out that swamp yet?','','','','','',63103,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28659,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Leftovers','We fought hard to capture this island, $r. We cleared out most of the Alliance filth but I can still smell their foul stench in the air.$b$bI need you to investigate the slagworks, warden\'s vigil and the ironclad garrison. Kill any Alliance that you find.$B$BYou know what they say, the only good Alliance is a dead Alliance!','You have been instructed to kill 12 Alliance Infantry on Tol Barad. You can find the holdouts in The Slagworks, Warden\'s Vigil and the Ironclad Garrison, here on Tol Barad.','Those filthy alliance never stood a chance. Nice work, $n.','','','Alliance Infantry','','','',0,0,0,0,0,0,0,0,0,0,0,0,48144,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28660,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Clearing the Depths','You are a sight for sore eyes, $n. Now that we have claimed tol barad, the battle has just begun.$B$BWe discovered a cell block just east of here that we need you to clear out. Turns out that its chock full of ghosts that have been locked up down there for who knows how long.$b$bClear out as much as you can and report back to me when you are done.','You have been asked to kill 9 ghosts of any type in the Cursed Depths, just east of Baradin Hold.','You made it back out alive? You are a stronger man than I, $n.','','','Ghosts Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47616,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28661,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Imprisoned Archmage','We have been trying to clear out the Cursed Depths cellblock since we landed on Tol Barad. It seems that everytime we get close, that archmage shows up and pushes us back.$B$BNow that we have claimed the island, it\'s time we take another shot. Head down there and bring me back his staff as proof that you have finished the job.','You must kill Archmage Galus and return with his Staff from the Cursed Depths, just east of Baradin Hold.','Galus is dead? Fantastic work $n, now we can send down the cleanup crew and get that cellblock ready for new prisoners.','Have you been able to take out the Archmage?','','','','','',63033,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28662,13202,5095,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Learning From The Past','Now that we finally have a hold on this wretched island, we can start to investigate how it got in this condition. Some of our troops have discovered journals around the entrance to Cursed Depths cellblock just east of here.$B$BThese journals are of particular interest to our elder scribes back at base camp. I need you to recover four of them and bring them back to me as fast as you can.$B$B$n, be careful down there, that place is crawling with undead.','You have been asked to recover four Dusty Prison Journals from the Cursed Depths, just east of Baradin Hold.','These journals are in excellent condition $n. We will begin deciphering them immediately. Only time will tell what secrets they hold.','Were you able to recover the journals? Reports mentioned that they were sighted both in and out of the cells down there.','','','','','',63034,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28663,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'D-Block','Have you heard of the D-Block yet $n? It\'s one of the old cellblocks here on the island. Problem is, it\'s infested with demons. We planned on using it to lock up the leftover Alliance we found on the island, but that is not going to happen in its current state.$B$BI need you to head down there and clear those demons out. Report back to me when you are done.','You have been instructed to kill 10 demons of any type in the D-Block, just northwest of Baradin Hold.','D-Block is all clear? Good work, $n. We will send down a crew to start cleaning up right away.','','','Demons Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47785,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28664,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Svarnos','Excellent work on the island capture, $c. Now that we have claimed the island, we need to make these cellblocks useable for prisoners. D-Block has been especially hard to clear out. Unfortunately it has become overrun with demons of all sorts.$B$BWe have been able to thin out the demons but a large core hound has broken its way out of its cell and is wreaking havoc down there. I need you to kill him and bring back his collar.','You must kill Svarnos in the D-Block and return with his Cursed Collar. Svarnos can be found in the D-Block, just northwest of Baradin Hold.','Svarnos is finally dead? Looks like we can finally get to work setting up that cellblock then. Thank you $n.','Is the core hound dead?','','','','','',63143,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28665,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Cursed Shackles','Have you been down in the D-Block yet, $n? Every time we clear that infested cellblock out, the demons seem to return rather quickly. We learned that they regenerate from the cursed shackles scattered around the area. That\'s where you come in to the picture $n.$B$BI need you to retrieve as many of those shackles as you can and bring them back to me. We will destroy them immediately.','You have been asked to recover 8 Cursed Shackles from the D-Block, just northwest of Baradin Hold.','The shackles! We will begin the process of destroying these shackles immediately $n. Thank you for your help.','Did you find many shackles? Reports mentioned that they were all over the place down there.','','','','','',63149,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28666,13202,46,0,8650760,49,50,0,0,0,0,0,0,0,0,0,0,28174,0,0,'Hero\'s Call: Burning Steppes!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to John J. Keeshan at Flamestar Post.$B$BYour aid is urgently needed to put an end to the Blackrock orc menace!$B$BYou can reach the Burning Steppes by traveling south from the Searing Gorge through Blackrock Mountain. Look for Flamestar Post on the far side of the mountain.$B$BFor the glory and honor of the Alliance!','Report to John J. Keeshan at Flamestar Post in the Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28667,13202,46,0,262152,49,50,0,0,0,0,0,0,0,0,0,0,28418,0,0,'Warchief\'s Command: Burning Steppes!','All able bodied members of the Horde are hereby ordered to report to Ariok at Flamestar Post.$B$BHonored Eitrigg\'s son, Ariok, needs your assistance to halt the blind aggression of the Blackrock orcs before they invade the neighboring lands.$B$BYou can reach the Burning Steppes by traveling south from the Searing Gorge through Blackrock Mountain. Flamestar Post will be south of the mountain.$B$BDestiny calls!','Report to Ariok at Flamestar Post in the Burning Steppes.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28668,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Prison Revolt','We have the island, now we need to put the resources here to work. We found an abandoned cellblock just southwest of here and we need you to go check it out $n.$B$BReports have come back that it is overrun with prisoners that have been stuck down there for years. Do whatever you need to do to clear that place out. Report back to me when you are done.','You have been instructed to kill 10 prisoners of any type in The Hole, just southwest of Baradin Hold.','You cleared that area out? Looks like you might be more useful to us that we thought, $r.','','','Prisoners Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48035,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28669,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Warden','We have almost finished clearing out the revolting prisoners in the hole, but one last problem remains. The warden.$b$bWarden Silva is their master and they will do anything for him. If we take him out, we take them all out. Finish him off and bring me back his keys. We can use those keys to explore deeper into the cellblock and possibly gain access to the water supply here on the island.','You must kill Warden Silva in The Hole and return with his keys. The Hole is just southwest of Baradin Hold.','Ahh, the wardens key\'s. Another job well done, $n. These will come in very handy.','Is the warden dead yet?','','','','','',63309,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28670,13202,5095,0,4488,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Food From Below','Supplies are running low here in camp, $n. We have recently learned that the cellblock just southwest of here has a number of rations remaining from years of use. We need you to gather as many of those as you can and bring them back to camp.$B$BOne more thing, the entire cellblock is overrun with prisoners so be careful.','You have been asked to recover 12 Cellblock Rations from The Hole, just southwest of Baradin Hold.','These rations will really help the troops out $n. Thank you for your help.','Were you able to recover the rations? Reports mentioned that they could be found all over the place down there.','','','','','',63315,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,188000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28671,13202,4,0,262152,54,55,0,0,0,0,0,0,0,0,0,27916,25674,0,0,'Warchief\'s Command: Blasted Lands!','All able bodied members of the Horde are hereby ordered to report to Okrilla at Dreadmaul Hold.$B$BOkrilla, commander of the Horde forces at Dreadmaul Hold, requires your help to secure the outpost against rebellious ogres and the forces of the Alliance.$B$BTravel to Dreadmaul Hold by taking the road south from the Swamp of Sorrows.$B$BDestiny calls!','Report to Okrilla at Dreadmaul Hold in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28672,13202,154,0,8,3,3,0,0,0,0,0,0,0,0,0,24961,0,0,0,'The Executor In the Field','I can keep you busy here in town all week... but you seem to be more the fighting type.$b$b$b$bYes, you\'ll do just fine. I\'d like you to go talk to Executor Arren. Follow the path north, out of Deathknell. You\'ll find him not far past the barricades.','Report to Executor Arren.','What do we have here? A new $c, ready for battle, eh?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28673,13202,4,0,8650760,54,55,0,0,0,0,0,0,0,0,0,0,25710,0,0,'Hero\'s Call: Blasted Lands!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Quartermaster Lungertz at Nethergarde Keep.$B$BNethergarde\'s garrison urgently needs your help to stem the Horde advance into the Blasted Lands! Travel south from the Swamp of Sorrows and follow the road east to reach Nethergarde Keep.$B$BFor the glory and honor of the Alliance!','Report to Quartermaster Lungertz at Nethergarde Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28674,13202,618,0,262152,51,53,0,0,0,0,0,0,0,0,0,28628,0,0,0,'Starfall Village','You\'ve been pretty busy around here. If you\'re still eager to do good deeds, or just get paid, I\'ve got something you might be interested in.$B$BStarfall Village is just northwest of Everlook. The night elves there recently suffered a pretty nasty bug infestation, and they\'re asking for any help they can get.$B$BA few goblins from here already went there to start exterminating, but I\'m sure there\'s room for more. Talk to Wynd Nightchaser, he\'ll fill you in.','Speak with Wynd Nightchaser at Starfall Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28675,13202,8,0,8650760,51,52,0,0,0,0,0,0,0,0,0,0,27587,0,0,'Hero\'s Call: Swamp of Sorrows!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Trade Baron Silversnap at Bogpaddle.$B$BThe Alliance forces urgently needs the munitions provided by the baron! You must do whatever is necessary to convince the baron to keep selling our forces supplies at reasonable prices.$B$BTo get to the swamp, follow the road from the southeastern Burning Steppes through the Redridge Mountains.$B$BFor the glory and honor of the Alliance!','Report to Trade Baron Silversnap at Bogpaddle in the Swamp of Sorrows.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28676,13202,618,0,262152,51,53,0,0,0,0,0,0,0,0,0,28674,0,0,0,'Exterminators at Work','The infestation of our barrow den occured nearly overnight. Vicious creatures never before seen in these lands swarmed the tunnels, hatching from unseen eggs.$B$BWith the few of us here, it was all we could do to keep them from spreading outside the den. We were forced to hire goblins from Everlook that claimed expertise in extermination, but they have not yet been successful.$B$BIf you wish to assist them, enter the barrow den to the west of this lodge and speak with Rinno Curtainfire.','Speak with Rinno Curtainfire inside the Ban\'Thallow Barrow Den.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28677,13202,8,0,262152,51,52,0,0,0,0,0,0,0,0,0,0,27587,0,0,'Warchief\'s Command: Swamp of Sorrows!','All able bodied members of the Horde are hereby ordered to report to Trade Baron Silversnap at Bogpaddle.$B$BPersuade the trade baron to continue supplying our warriors with the weapons and munitions they require, no matter what it takes!$B$BTravel to the Swamp of Sorrows by following the road from the southeastern Burning Steppes through the Redridge Mountains and meet the trade baron at his seaside resort.$B$BDestiny calls!','Report to Trade Baron Silversnap at Bogpaddle in Swamp of Sorrows.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28678,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Captain P. Harris','The Cape of Lost Hope has been a sore in our side for weeks here on Tol Barad. Half of our supply ships end up on the rocks down there.$b$bTo make matters worse, it\'s been overrun by a gang of undead sailors. We have tried thinning the ranks, but they just seem to keep coming back. Our last resort is to try and take out the captain that they report to. You should be able to find him on a ship, just off the shoreline.$b$bOh, and I hope you are not too scared of sharks.','You have been tasked with killing Captain P. Harris at the Cape of Lost Hope. The Cape of Lost Hope can be found northwest of here, along the coast. Just look for the shipwrecks.','You did it! Maybe we can finally get some ships into port now. Thank you $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28679,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Rattling Their Cages','We have been having issues with the undead down at the Cape of Lost Hope for a while now. Every time a new ship wrecks, they end up getting more undead to join their ranks.$b$bCan you do us a favor and thin out the ranks up there? I know you won\'t be able to kill them all, but anything you can do will help at this point.$b$bKeep an eye out for alliance, we have been getting reports of them ambushing the beach lately.','3rd Officer Kronkar has asked you to kill 8 Shipwrecked Sailors at the Cape of Lost Hope. The cape is located due northwest of here, on the beach.','Nice work on the undead up there $n. We really appreciate the help.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46605,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28680,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Boosting Morale','Morale is low these days, $n. We make every effort we can to keep the troops in high spirits but we are running low on our main supply of morale booster... rum.$b$bI have been getting reports from our infantry to the south that the shipwrecks on the Cape of Lost Hope still have a good supply of southsea rum in their wrecked hulls. Can you head up there and investigate?$b$bBring back any rum you can find.','You have been asked to recover 6 Barrels of Southsea Rum from the shipwrecks on the Cape of Lost Hope. The cape can be found north of here, along the coast.','This rum will really help us out, $n. They might not feel great in the morning but at least they will go to sleep happy.','Were you able to recover the rum? I would try but I am deathly afraid of the water. Not to mention that crazy shark.','','','','','',62810,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28681,13202,5389,0,4232,85,85,1,0,0,0,0,0,0,0,1,0,0,0,0,'Shark Tank','I hate sharks. All of my troops hate sharks too. This is where you come in, $n.$b$bI need you to head up to the Cape of Lost Hope and take out a huge shark named Tank. Tank is not to be trifled with so I would bring a few friends if I were you.','You have been tasked to kill Tank, a large shark cruising the waters of the Cape of Lost Hope. The cape can be found north of here, along the northern coastline.','No way, you actually killed him? We are having shark tacos tonight for sure!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46608,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,6,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28682,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Claiming The Keep','Have you seen the keep on the north side of the island, $n? That is where Keep Lord Farson runs his operation from.$b$bFarson has a small group of dedicated followers and they have been giving us trouble since we got here. We sent a small group to investigate and they reported back on his exact position within the keep.$b$bCan you finish him off for us?','You have been asked to kill Keep Lord Farson at the Farson Hold. Farson Hold can be found on the north side of the island.','You killed him? We have been trying to take that guy out for weeks! We thank you, $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47447,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28683,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Thinning the Brood','We have been trying to get a foothold in The Darkwood for weeks now but that forest is infested with spiders. Do me a favor and see if you can thin them out enough for us to set up an attack.$b$bCareful out there, I have heard reports of Alliance troops nearby earlier in the week.','Kill 12 Darkwood Lurkers in The Darkwood. The Darkwood forest is just north of here, across the bridge on the central island.','Nice work on those spiders, $n. At this rate, we will be taking that forest in no time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46508,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28684,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'A Sticky Task','Finding supplies on the island has been difficult, to say the least.$b$bFortunately, we have found a good supply of silk in The Darkwood, just north of here. The bad part of this story is that the silk comes from the glands on Broodmother spiders. I need you to gather 4 of these for me.$b$bThat should be just enough to finish up this last set of shirts.','Collect 4 Sticky Silk Glands from Darkwood Broodmother spiders in The Darkwood. The Darkwood forest is just west of here, across the bridge on the central island.','These glands will do nicely. We are grateful for your help, $n.','Were you able to gather the sticky silk glands?','','','','','',62803,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28685,13164,5389,0,33558664,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Leave No Weapon Behind','Battle supplies are hard to come by on this rock. Every time we hold off another Alliance attack, it feels like we are fighting with sticks and stones.$B$BReports have come in that Keep Lord Farson on the north side of the island has a large stockpile of rifles that we could use. Can you head down there and check it out?$b$bBe careful $n, Farson\'s followers will do anything to protect him.','Retrieve 12 Rusty Rifles from Farson Hold on the north side of Tol Barad Peninsula.','Thanks for rounding these up for us, $n. Kind of hard to fight a battle without any guns.','Any luck with those rifles?','','','','','',62921,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28686,13164,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Not The Friendliest Town','Have you been up to Rustberg Village yet $n? I would suggest you bring a sharpened blade if you are heading that direction.$b$bThe folks in that town look alright but something suspicious is going on in there. Reports have been coming in that they are picking off our soldiers left and right. We have had just about enough of that, so I need you to head down there and do a little cleaning house for us.$B$BTake down as many as you can and report back when you are done.','Commander Larmash has asked you to kill 14 villagers in Rustberg Village. Rustberg Village is just north of base camp, on the right side.','Told you that village was full of wackos. Nice job clearing it out $n.','','','Rustberg Village Residents','','','',0,0,0,0,0,0,0,0,0,0,0,0,47664,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28687,13202,5389,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Teach A Man To Fish.... Or Steal','Rustberg Village. That place is a curse and a blessing for us, $n. I have no clue where bandits learned to fish as well as they do but I have no time to worry about that now.$B$BI need you to head down there and steal as many of their fish reserves as possible. We have been living off scraps since we retook the island and this is our best chance at some solid food reserves.$B$BKeep an eye out for stealthers up there, reports have told us they are prevalent inside the village walls.','You must steal 22 Rustberg Seabass from Rustberg Village. The fish can be found on string stands at the docks, round back of the village. Rustberg Village is due north of base camp, on the right side.','These fish will do nicely, $n. Keeping the troops fed and in good condition is our number one priority and you really came through for us here.','Were you able to pull off the heist and get us some fish?','','','','','',63047,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28688,13202,33,0,262152,24,25,0,0,0,0,0,0,0,0,0,26416,26278,0,0,'Warchief\'s Command: Northern Stranglethorn Vale!','All able bodied members of the Horde are hereby ordered to report to Commander Aggro\'gosh at Grom\'gol Base Camp. The commander requires your aid to keep the supply routes open and free of interference from the local inhabitants and the troublesome Alliance.$B$BTo reach Grom\'gol, you can take the zeppelin Orgrimmar\'s eastern zeppelin tower or the one near Undercity.$B$BDestiny calls!','Report to Commander Aggro\'gosh at Grom\'gol Base Camp in the Northern Stranglethorn Vale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28689,13164,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Forgotten','Many soldiers died on this island $n. It is only fair that we pay our respects to them in any way that we can.$b$bI need you to travel to Forgotten Hill, due west of here and release our brothers in arms\' tortured souls away from this place. Do be careful over there, reports of undead have been ongoing in the area.','Release the spirits of 6 tortured souls at Forgotten Hill. Souls can be channeled by touching your hands directly to the gravestones. Forgotten Hill is due west of here, past The Restless Front.','May their souls rest in peace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28690,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Salvaging the Remains','Forgotten Hill has been overrun with zombies and ghouls ever since we reclaimed this wretched isle. We have tried to clear them out many times but they always seem to come back.$b$bOne of our lieutenants recommended taking the ghouls\' bones when we kill them in hopes that they can\'t reincarnate overnight. Think you can help us out with this one?','You need to recover 9 Cursed Femur bones from the ghouls that inhabit Forgotten Hill. Forgotten Hill is on the west side of the island, just past The Forgotten Front.','I didn\'t think you would be able to do it, $n. You are just full of surprises aren\'t you?','Were you able to recover the femur bones? Better for you to try than me.','','','','','',62808,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28691,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'First Lieutenant Connor','The first time I heard about Lt. Connor, I was just a young recruit in Ragefire Chasm. None of us could believe he ended up here on Tol Barad. Sadly, he still roams these wretched islands, wreaking havoc on our troops morale.$b$bI need you to put an end to his misery... and ours.','Find and kill First Lieutenant Connor at Forgotten Hill. You will find Forgotten Hill on the far west side of the island.','Hey, you made it back alive! Can\'t say you were the first one to try this task, but you are definitely the first one to make it back alive.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46571,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28692,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,62829,1,'Magnets, How Do They Work?','Getting useful machine parts out here on the island has been difficult, $n. We have been trying to repair the broken siege engines here in camp but we keep running out of useful parts.$b$bOur second regiment reported some wrecked out siege engines in a old battlefield to the west. Maybe we could find some parts over there?$B$bYou are going to have trouble finding anything in that old battlefield so take this magnetized scrap collector and put it to some good use.','You have been tasked with recovering 7 pieces of Siege Engine Scrap. Use the Magnetized Scrap Collector in The Restless Front to find the scraps. The Restless Front is due west, just past the second bridge.','These parts will really help us out, $n! Who would have thought you can find stuff this useful in all that old junk?','Did that magnet contraption actually work?','','','','','',62830,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28693,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Finish The Job','We have been trying to collect useful scraps from the front all week. Every time we gather a batch to bring back to camp, we get assaulted by the restless soldiers in the area. Can you head over there and clear them out?','Kill 5 Restless Soldiers at the Restless Front. You can find the front on the west side of the island, just before Forgotten Hill.','It\'s about time someone took those guys out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46825,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28694,13202,5389,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Watch Out For Splinters!','Have you been over to the Wellson Shipyard yet, $n? Best to stay away from there unless you have a good reason to venture in. Unfortunately, that is exactly what I need you to do.$b$bYou see, we have been short on supplies ever since we recaptured the island. That ghost ridden shipyard is overflowing with lumber but every time we send an escort to recover the lumber, they never make it back.$b$bCan you help us out?','Private Sarlosk has asked you to recover 15 pieces of Shipyard Lumber from the Wellson Shipyard. The lumber can be recovered from the ghosts in the shipyard or found lying around the premises. The shipyard can be found northwest of here, on the coast.','I didn\'t think you would be able to do it, $n. You are just full of surprises aren\'t you?','Did the ghosts scare you off?','','','','','',62811,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28695,13164,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'WANTED: Foreman Wellson','Foreman Wellson has been a pain in our side since we got here. His shipyard holds a large amount of supplies that would be extremely useful to us... if we could get to them.$b$bHe keeps a close watch over his minions and makes it very difficult for us to get a foothold on the shipyard. I need you to take out Wellson for good this time. Be careful $n, we have been receiving reports of dirty Alliance all around the area.','Kill Foreman Wellson at the Wellson Shipyard. The shipyard can be found north of here, on the western coast.','Great work $n. I will report your efforts to our highest in command immediately.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46648,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28696,13202,5389,0,69632,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Bombs Away!','The Wellson Shipyard is constantly receiving supplies from offshore and we need to put a stop to it. They have setup cannons along the docks for defense but if you can make it to them, we can use them to destroy their supply ships.$B$BHead down there and see what you can do. Report back to me on your progress.','Destroy 10 Ghastly Supply Boats.','Great work on those supply ships, $n! We knew you would be good for somethin\' around here.','Did you take out the boats?','','Wellson Supply Boats Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,48286,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28697,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Ghostbuster','See that hill with the towers to the northeast? That\'s Largo\'s Overlook and it\'s not a fun place to set up camp next to. We have been dealing with those spirits and spectres ever since we setup camp.$b$bCan you head up there and let them know we don\'t plan on leaving anytime soon? A few good kills on their ranks should put them in line.$b$bThanks for your help on this, $n.','Kill 14 ghosts of any type at Largo\'s Overlook, northeast of the Horde camp.','Great work, $n! We should not hear from the ghosts again anytime soon.','','','Largo\'s Overlook Ghosts Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47303,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28698,13164,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Cannonball!','Largo and his minions have been stealing our supplies ever since we setup camp here. It\'s frustrating to say the least.$b$bWe have heard reports that he is stockpiling cannonballs in the towers overlooking the water up on his overlook. Can you head up there and try to recover some of them for us?$b$b$n, don\'t forget to keep a watch out for Alliance too.','You need to recover 4 Stacks of Cannonballs from Largo\'s Overlook for Private Sarlosk. You can find Largo\'s Overlook just northeast of the base camp.','Good job on the recovery effort $n. These cannonballs should last us a while.','Did you find the cannonballs?','','','','','',62818,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28699,13202,33,0,262152,24,25,0,0,0,0,0,0,0,0,0,0,26735,0,0,'Hero\'s Call: Northern Stranglethorn Vale!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Lieutenant Doren at the Rebel Camp.$B$BYears after Colonel Kurzen\'s treachery against Stormwind, the truth of what happened remains a mystery. Aid the survivors in learning what became of the colonel. Travel south from Duskwood and follow the road west after crossing into the jungle to reach the Rebel Camp.$B$BFor the glory and honor of the Alliance!','Report to Lieutenant Doren at the Rebel Camp in the Northern Stranglethorn Vale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28700,13202,5389,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Taking the Overlook Back','There is only one way for us to take Largo\'s Overlook back.$b$bI think you know what we need to do $n. Largo is pretty paranoid these days so you should be able to find him on top of the tower, looking for his imaginary navy to finally arrive.','Private Sarlosk has asked you to kill Commander Largo at Largo\'s Overlook. The overlook is just northeast of the base camp.','Ha, we finally got Largo! Nice one, $n.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,47304,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28701,13202,618,0,8,51,53,0,0,0,0,0,0,0,0,0,28674,0,0,0,'Out of Harm\'s Way','Luckily, when the infestation occured, no druids were slumbering in the western barrow den. It is still a sacred site to us, however, and its depths hold blessed relics kept there undisturbed for ages.$B$BWhile I am somewhat trusting of the goblin exterminators, I am also... familiar with the habits of their race. Please retrieve any relics you can find in the barrow den and bring them back to me so they are not damaged. They are within urns, nestled in the small alcoves throughout the den.','Retrieve 5 Starfall Relics from the Ban\'Thallow Barrow Den.','','','','','','','',64675,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28702,13202,5287,0,262152,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hero\'s Call: The Cape of Stranglethorn!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Bronwyn Hewstrike at the Explorers\' League Digsite.$B$BThe Explorers\' League expedition needs your help to safeguard its site and findings from marauding ogres. Travel south from Northern Stranglethorn Vale and follow the road to the Explorers\' League Digsite.$B$BFor the glory and honor of the Alliance!','Report to Bronwyn Hewstrike at the Explorers\' League Digsite on the Cape of Stranglethorn.','It\'s good to see you here, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28703,13202,618,0,8,51,53,0,0,0,0,0,0,0,0,0,28676,0,0,0,'Step Into My Barrow','I\'ve still got no clue where all these bugs came from. My best guess is the cataclysm stirred up some underground nests we never knew about.$B$BNo use getting distracted with that when they need killing, though!','Kill 10 Coldlurk Creepers and 5 Coldlurk Burrowers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49346,49347,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28704,13202,5287,0,262152,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warchief\'s Command: The Cape of Stranglethorn!','All able bodied members of the Horde are hereby ordered to report to Sassy Hardwrench at Hardwrench Hideaway. She requires your help to deal with the pirates and naga who have overrun the jungle.$B$BTravel to Hardwrench Hideaway by heading south from Northern Stranglethorn and looking for the town southwest of the Gurubashi Arena.$B$BDestiny calls!','Report to Sassy Hardwrench at Hardwrench Hideaway on the Cape of Stranglethorn.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28705,13202,4,0,262152,58,60,0,0,0,0,0,0,0,0,0,0,10120,0,0,'Warchief\'s Command: Outland!','All able bodied members of the Horde are hereby ordered to report to Lieutenant General Orion at the Stair of Destiny.$B$BYour skills are needed to fight the Burning Legion\'s presence on the shattered remnants of Outland.$B$BGo to Orgrimmar\'s Cleft of Shadow and use the portal near the mage trainers to reach the Blasted Lands, then travel through the Dark Portal itself to reach Hellfire Peninsula.$B$BDestiny calls!','Report to Lieutenant General Orion at the Stair of Destiny in Hellfire Peninsula.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28706,13202,618,0,8,51,53,0,0,0,0,0,0,0,0,0,28676,0,64677,1,'Spray it Forward','My fellow siblings are already further down in the den trying to deal with these bugs, and they\'re starting to get overwhelmed. I say it\'s time to gas the place.$B$BTake these fumigators. Don\'t go setting them off yourself; it takes a highly trained professional, and proper timing. Just find my sisters and pass them out.$B$BRemma should be positioned closest to the entrance. Head down the corridor and keep to your right once you go down the ramp.','Bring the Box of Bugkill Fumigators to Remma Curtainfire inside the Ban\'Thallow Barrow Den.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28707,13202,618,0,8,51,53,0,0,0,0,0,0,0,0,0,28706,0,64677,1,'Spray it Again','I\'m gonna start setting this up.$B$BNext one goes to Marcy, further down the den. Head down this corridor here and look for her in the next main chamber.','Bring the Box of Bugkill Fumigators to Marcy Curtainfire inside the Ban\'Thallow Barrow Den.','','','','','','','',64677,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28708,13202,3483,0,8650760,58,60,0,0,0,0,0,0,0,0,0,0,10288,0,0,'Hero\'s Call: Outland!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Commander Duron in Hellfire Peninsula.$B$BThe expeditionary forces require your help to overcome the demonic armies of the Burning Legion! Use the portal on the middle level of the tower in the Mage District to travel to the Blasted Lands, then travel through the Dark Portal to reach the Stair of Destiny in Outland.$B$BFor the glory and honor of the Alliance!','Report to Commander Duron at the Stair of Destiny in Hellfire Peninsula.','The expedition needs your help, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28709,13202,3537,0,8650760,68,70,0,0,0,0,0,0,0,0,0,0,11672,0,0,'Hero\'s Call: Northrend!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Recruitment Officer Blythe at Valiance Keep in Borean Tundra.$B$BThe Valiance Expedition needs your help to keep the forces of the Scourge under control and safeguard civilized lands! Make your way to the Stormwind Docks and take the ship north to Valiance Keep.$B$BFor the glory and honor of the Alliance!','Report to Recruitment Officer Blythe at Valiance Keep in Borean Tundra.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28710,13202,618,0,8388616,51,53,0,0,0,0,0,0,0,0,0,28707,0,64677,1,'Spray it One More Time','You\'d think Rinno could have sent more than a single $r down here to give us a hand! That freeloader...$B$BI\'m gonna set this up. Head north from this room through the corridor and look for Sana. She\'s probably gotten herself lost in the last chamber, so check the side passages once you get there.','Bring the Box of Bugkill Fumigators to Sana Curtainfire in the Ban\'Thallow Barrow Den.','','','','','','','',64677,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67205,67171,67188,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28711,13202,3537,0,8650760,68,70,0,0,0,0,0,0,0,0,0,0,11585,0,0,'Warchief\'s Command: Northrend!','All able bodied members of the Horde are hereby ordered to report to the Warsong Recruitment Officer at Warsong Hold.$B$BThe Warsong Offensive needs your help to overcome the continued threat from the undead Scourge.$B$BTake the zeppelin to Warsong Hold from Orgrimmar\'s western zeppelin tower and present yourself to the recruitment officer.$B$BDestiny calls!','Report to the Warsong Recruitment Officer at Warsong Hold in Borean Tundra.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28171,13202,4922,0,1048712,84,85,0,0,0,0,0,0,0,0,0,28758,0,0,0,'And the Sky Streaked Red','With Deathwing otherwise occupied, we have a grim and daunting task ahead of us, under charge of the queen herself. The black dragonflight is to be wiped out.$B$BI would welcome your aid in this, if it is offered. As soon as you are ready, I will send you with the next flight joining the attack.','Join the assault on the black dragonflight.','','','Speak to Lirastrasza just northwest of the Obsidian Forest.','Red dragonflight assault joined','','','',0,0,0,0,0,0,0,0,0,0,0,0,47605,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28713,13202,188,0,524288,1,2,0,0,0,0,0,0,0,0,0,0,28714,0,0,'The Balance of Nature','Greetings, $N. I am Ilthalaine. My purpose in Shadowglen is to train young $cs like you and to ensure that the balance of nature is maintained.$b$bThe spring rains were particularly heavy this year, causing some of the forest\'s beasts to flourish while others suffered. Unfortunately, the nightsaber numbers grew too large, and they will devastate the other populations if they are not culled.$B$BJourney forth, young $c, and thin saber populations so that nature\'s harmony will be preserved.','Kill 6 Young Nightsabers.','You performed your duties well, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,2031,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,5394,11187,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28714,13202,188,0,8912896,1,3,0,0,0,0,0,0,0,0,0,28713,28734,0,0,'Fel Moss Corruption','You seem to know what you\'re doing. Perhaps I can task you with something a little more important.$B$BAs you may well know, the corruption in Teldrassil was supposedly wiped away. Yet something lingers. The creatures have not calmed and all manner of problems still plague us.$B$BI need you to deal with the grellkin that have gathered to the west, and while you\'re there, I want you to search them for fel moss. This will help me determine from where this continuing corruption stems.','Collect 6 Fel Moss from the grellkin to the west of Ilthalaine.','Your service to the creatures of Shadowglen is worthy of reward, $N.$b$bYou confirmed my fears, however. The grellkin are still tainted by fel moss, despite Teldrassil\'s blessing. Something sinister remains within the tree. I can only hope that the Gnarlpine tribe of furbolgs are free of the corruption, or we are still in grave danger.$b$bI will look into this further and contact those who might be of aid. Thank you, $c.','Satisfy my suspicions, $N. Bring to me fel moss from the grellkin.','','','','','',3297,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5398,5399,11190,0,0,0,1,1,1,0,0,0,961,0,0,0,3,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28715,13202,188,0,524288,1,3,0,0,0,0,0,0,0,0,0,28734,0,0,0,'Demonic Thieves','Vicious little grell! They\'ve been stealing from our foodstores again.$B$BIf you wouldn\'t mind lending a hand, they are sure to have my stolen bags within their camps to the west. I would be glad to reward you if you can bring them back to me.','Recover Melithar\'s Stolen Bags near the grellkin to the west.','Elune be praised! And you as well, young $c.$B$BThere are many young night elves in need of these, but I\'d be more than happy to give you one of the bags as a reward. I\'m sure it will come in handy.$B$BSafe travels to you.','I don\'t have any spare supplies for my customers until my stolen goods are recovered. Have you had any luck?','','','','','',46700,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46753,0,0,0,1,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28716,13202,1519,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hero\'s Call: Twilight Highlands!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to the throne room in Stormwind Keep.$B$BKing Wrynn requires a trustworthy and proven hero for a mission of the utmost importance.$B$BStormwind Keep can be found in the eastern portion of Stormwind City.$B$BFor the glory and honor of the Alliance!','Speak with King Varian Wrynn at Stormwind Keep in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28717,13164,1637,0,262280,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warchief\'s Command: Twilight Highlands!','All able-bodied members of the Horde are hereby ordered to report to Garrosh Hellscream in Grommash Hold.$B$BThe Warchief requires your help to prepare for the glorious assault on the Twilight Highlands and our dual enemies, the Alliance and Twilight\'s Hammer.$B$BMeet with the Warchief in Grommash Hold at the center of Orgrimmar\'s Valley of Strength.$B$BDestiny calls!','Report to Garrosh Hellscream at Grommash Hold in Orgrimmar.','Soon, the assault on the Twilight Highlands will begin, and I intend for you to be a part of it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28718,13202,618,0,262152,51,53,0,0,0,0,0,0,0,0,0,28710,0,0,0,'Where There\'s Smoke, There\'s Delicious Meat','Say there, $c... do you like meat? Even better, do you like money?$b$bI got a second cousin who\'s making a killing in the frozen meats business. He\'s set up a smoking pit up north, and he\'s looking for help hunting all the dangerous beasties that always tend to taste so good.$b$bCarnivores pay well, friend. I\'m too heavily invested here in this barrow den - what was I thinking? - so I might as well pass the tip on to a helpful $r like yourself.$b$bHis name\'s Jez. Head northeast, and look for the smoke!','Find Jez Goodgrub at Goodgrub Smoking Pit in Winterspring.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,22800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28719,13202,618,0,589824,51,53,0,0,0,0,0,0,0,0,0,28637,0,0,0,'A Little Gamy','Many find the meat of the Shardtooth bears to be too gamy for their taste. I disagree, though I\'m not one to judge the tastes of others.$b$bThe Shardtooth Maulers, however - their brown-furred cousins, to the south - have much more tender flesh, particularly in their paws. And I\'ve heard that the snout is also considered a delicacy.$b$bContinue your hunt, $N. Let\'s see if you can bag those maulers for ol\' Francis.','Kill 15 Shardtooth Maulers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7443,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28720,13202,0,0,16512,1,-1,0,0,0,794,0,0,0,0,0,0,0,0,0,'A Find of Significance','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,92107,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28721,13202,5389,0,69632,85,85,0,0,0,0,0,0,0,0,3,0,0,0,0,'Walk A Mile In Their Shoes','We have sent at least 3 different recon groups to investigate Farson Hold in the last few weeks. Sadly, not one of them has returned back with any info.$B$BAt this point, all we can hope is that they are being held alive as prisoners. I need you to infiltrate the keep and help get our soldiers back. This won\'t be easy $n, but if anyone can help us, it\'s you.','Escort a Farson Keep Prisoner to safety. The hold is located on the northern tip of the island.','','','Farson Prisoner Escorted','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,1168,0,5,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28722,13202,618,0,0,50,52,0,0,0,0,0,0,0,0,0,0,0,12928,1,'Yetiphobia','It\'s all ready, $N!$B$BNow, I told my friend Legacki that I have a surprise for her. This is where you come in!$B$BI\'m going to give you my mechanical yeti, and you\'ll get the honor of using it to surprise her. She\'s just on the other side of Everlook, near the inn.$B$BGo up to her and turn the yeti on... I\'ll be watching from here!','Scare Legacki with Umi\'s Mechanical Yeti.','','','','Scare Legacki','','','',0,0,0,12928,0,0,0,0,0,1,0,0,10978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,67223,67165,67182,67199,67215,0,1,1,1,1,1,0,15778,0,0,0,1,0,0,0,577,0,0,0,0,0,6,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28723,13202,188,0,786432,3,3,0,0,0,0,0,0,0,0,0,0,28724,0,0,'Priestess of the Moon','Now that you\'re practiced in your new ability, perhaps you\'d be willing to aid us in further pursuing the corruption haunting Shadowglen.$B$BDentaria Silverglade, Priestess of the Moon, has offered to aid us. You should find her between the two pools just north of our great tree. Circle around the tree to reach her and offer her any help that you can, young $c.','Speak to Dentaria Silverglade between the two pools in the center of Shadowglen.','It is good that you\'ve come. It seems your training progresses quickly.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28724,13202,188,0,524288,3,3,0,0,0,0,0,0,0,0,0,28723,28725,0,0,'Iverron\'s Antidote','Our friend Iverron has fallen to poison from the nearby webwood spiders. I can tend to him to keep his state from deteriorating, but I need someone to gather an ingredient to prepare him an antidote.$B$BAll around the ponds you should find Moonpetal Lilies. These flowers have great healing properties, and I can use them with the ingredients I already have to restore Iverron to better health.$B$BWould you gather them for me? There should be many just in sight of here, near the water\'s edge.','Collect 7 Moonpetal Lilies.','These will do perfectly. Thank you, $n. Your swiftness is appreciated.','Our dear friend is not doing well, even with my mending. Have you brought the supplies I require?','','','','','',10641,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10655,10656,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28725,13202,188,0,524288,1,3,0,0,0,0,0,0,0,0,0,28724,28726,0,0,'The Woodland Protector','I must ask something more dangerous of you. Strange news has traveled to me through the whisperings of the forest spirits. The mysterious woodland protector, Tarindrella, has returned to Shadowglen again.$B$BThe dryad\'s presence has not been felt in the forests since before the blessing of Teldrassil. Something is surely amiss if she has journeyed back to this land.$b$bSeek out Tarindrella in the Shadowthread cave to the north. It is dangerous, but we will be prepared with this antidote just in case.','Seek out the dryad known as Tarindrella within the Shadowthread Cave at the northern end of Shadowglen.','I see you found me, young $r. Dentaria was wise to have sent you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,4,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28726,13202,188,0,8,3,4,0,0,0,0,0,0,0,0,0,28725,28727,0,0,'Webwood Corruption','I\'d hoped to never return to Teldrassil for such grim business. I\'d hoped that its corruption had been wiped away completely. Something foul lingers.$B$BThese spiders suffer much more deeply from the corruption than the other nearby wildlife. They are becoming a danger to your people and a danger to the forest. We must thin their numbers, but more importantly, we need to find the source of the corruption that plagues them.$B$BI will come with you and aid you in this. ','Kill 12 Webwood Spiders.','This corruption these spiders suffer from is not simply surface deep. It cannot be magic or subtle malintent. It is bred into them.$B$BIt seems our next task is clear.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1986,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,10544,5392,5393,5586,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28727,13202,188,0,0,3,4,0,0,0,0,0,0,0,0,0,28726,28728,0,0,'Vile Touch','If these spiders are born with corruption in their veins, then their broodmother must be at the root of this evil.$B$BLet us make our way to the far north end of the cave and seek out Githyiss the Vile. The answers we seek lie with her.','Kill Githyiss the Vile at the northen end of the Shadowthread Cave.','Githyiss and her brood were being corrupted by this totem. This is a furbolg totem.$B$BThis is very troubling indeed. This means the Gnarlpine are still a danger to these forests. We let our guard down too soon.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,1994,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,5405,6058,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28728,13202,188,0,1310728,3,5,0,0,0,0,0,0,0,0,0,28727,28729,0,0,'Signs of Things to Come','I will pursue the trail of the Gnarlpine and track this corruption to its source. If you ever encounter Athridas Bearmantle in Dolanaar, he knows intimately of the problems that plague this forest, and he can direct you on how to help further.$B$BI\'m sure we will meet again with time. Perhaps you can aid me in dealing with the source of this corruption once I locate it. For now, I will take you back to Dentaria so that you may finish your training. Thank you for all that you have done, $n.','Speak to Dentaria Silverglade between the pools in northern Shadowglen.','You\'ve returned! It\'s good to see you. It seems you\'ve dealt with the source of much of the corruption in Shadowglen.$B$BTeldrassil still suffers and will need attention, but we can afford a moment or two for you to finish your training here in Shadowglen.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28729,13202,188,0,0,3,5,0,0,0,0,0,0,0,0,0,28728,28730,5185,1,'Teldrassil: Crown of Azeroth','As part of a ritual to complete your training here in Shadowglen, you must learn about our recent history.$b$bThere is a task you must perform. Go to the moonwell to our northeast and retrieve a phial of its water. While there, you will witness a glimpse of our magics and learn of our past.$B$BWhen you are done there, bring the water back to me, and I will direct you further.','Fill the Crystal Phial at the moonwell in northeast Shadowglen.','Well done, $n. You have one task left for you before you depart Shadowglen for the open wilds of Teldrassil.','Our recent history is fraught with strife and violence. There is still much with which we must come to terms.','','','','','',5184,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,4,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28730,13202,188,0,262152,3,5,0,0,0,0,0,0,0,0,0,28729,28731,5184,1,'Precious Waters','Tenaron Stormgrip oversees all that happens in this glade. He presides at the top of Aldrassil.$B$BIf you look to your south, you will see the underside of the ramp that leads up to him. Ascend this ramp and complete your training.$B$BIt was wonderful to have met you, $n. I swell with pride knowing that among young night elves, there are some so selfless and full of life as you are. You will do great things for our people. You will do great things for this world.$B$BUntil we meet again.','Bring the filled crystal phial to Tenaron Stormgrip at the top of Aldrassil in Shadowglen.','So you have heard the first part of the aftermath of the Battle of Mount Hyjal. There is much more for you to learn and the task you have begun here will continue through the rest of your journey through Teldrassil and into Darnassus.','The moonwells hold the waters of the Well of Eternity, the ancient source of magic that has wrought so many horrors upon our world.$b$bThe druids take advantage of its properties, the Sentinels revere the wells as shrines to Elune, and now even the returning Highborne look to the wells longingly.','','','','','',5184,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5395,4907,11189,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28731,13202,188,0,262144,3,5,0,0,0,0,0,0,0,0,0,28730,0,5186,1,'Teldrassil: Passing Awareness','While there is more I could speak to you of the moonwells and of Teldrassil, I must send you along. Corithras Moonrage will be expecting you. I have poured the phial of water you brought to me into this vessel to bring to him.$b$bSeek out Corithras. You will find him at the moonwell in Dolanaar. Follow the road south from Aldrassil out of Shadowglen, and continue to follow the cobblestones as the road turns west.$b$bMind you stay on the road though, $n. There are dangerous beasts in the forests of late.','Bring the Partially Filled Vessel to Corithras Moonrage in Dolanaar.','Ah, I see. You were sent by Tenaron. Well then, it would seem we have much to talk about, much to do.$B$BBefore we get to the task at hand, you should take in the lesson of this moonwell.','Greetings, $c. For what purpose do I owe the pleasure of our meeting?','','','','','',5186,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,3,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25553,13202,616,0,136,78,82,0,0,0,0,0,0,0,0,0,25552,0,55173,1,'Death to the Broodmother','We\'ve located the matriarch\'s feeding grounds south of the Ascendant Circle.$B$BShe will be extremely angry to have lost one of her drakes. Place the skull there near the carcasses she devours. If she\'s anywhere in the vicinity, she will come out and attempt to exact revenge.$B$BWe will have a surprise waiting for her.','Place the Twilight Drake Skull at the feeding grounds south of the Ascendant\'s Circle and slay Desperiona.','','','Return to Aronus at the Gates of Sothann.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40974,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57302,57301,57300,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25985,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,25663,0,0,'Wings Over Mount Hyjal','$N, is it true you\'re going to try to commune with the ancients?$B$BSouthwest of here is the Shrine of Aviana, the matron of all flying creatures. It\'s the home of my favorite instructor, Choluna. I\'ve never encountered one who was so deeply in touch with the spirits of this world. You could learn a lot from her!$B$BThe recent attacks have isolated the shrine. But it\'s easily accessible from the air - look for the second biggest tree on Hyjal. Good luck!','Locate Choluna at the Shrine of Aviana in Mount Hyjal.','','','Locate Choluna at the Shrine of Aviana.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28733,13164,267,0,1,20,-1,0,0,0,0,0,0,0,0,0,0,28617,0,0,'Basic Botany','HELP! HELP! Crazed undead are attacking my farm! That psycho warden over at the Sludge Fields is probably responsible for this mess. Help me fight off the zombies!','Survive a Massive Wave of Zombies.','','','','','Massive Wave Survived','','',0,0,0,0,0,0,0,0,0,0,0,0,0,49189,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28734,13202,188,0,0,1,3,0,0,0,0,0,0,0,0,0,28714,28715,0,0,'A Favor for Melithar','You should speak with Melithar. I believe he had some troubles with the grell already.$B$BI expect he can offer you a well needed place to store more of your goods should you aid him.','Speak to Melithar Staghelm in Shadowglen.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28735,13164,4926,0,65544,80,82,0,0,0,0,0,0,0,0,0,28732,0,0,0,'To the Chamber of Incineration!','It was an ambush, $N! As soon as we walked in a super-fat ogre named Rom\'ogg Bonecrusher attacked us! Raz bravely defended me while I ran off to hide. I watched as they beat him unconscious and then dragged him to a place the fat one called the \"Chamber of Incineration.\" I think it\'s just down the hall across the bridge.$B$BI\'m too scared to go any further. Take my all-purpose diving helm and search for Raz. I\'ll communicate with you through the helm.$B$BAnd if you find that ogre, kill him!','Kill Rom\'ogg Bonecrusher.','$B$BRAZ! What have they done to him!? FOLLOW HIM!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39665,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,0,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(27837,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trespassers in the Water','Shortly after Uldum\'s protective barriers fell, the Nilos river became afflicted with a terrible corruption.$B$BWhether it was brought here maliciously or accidentally is not of great significance.$B$BThe result is the same. As the river becomes clouded so does our ability to peer into what the future holds for us.$B$BLook outside, $c. These foul creatures were never meant to live in the pristine waters of our river.$B$BSlay them so that the river may grant us visions once again.','Slay 8 Stillwater Slitherers.','','','Return to High Priest Ahmet inside the Vir\'naal Dam.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46868,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,65827,65826,65825,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28737,13202,4926,0,589824,80,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Is This Place?','$B$BWhat is this place? It looks like they\'re doing something terrible to that nether dragon. The energy is being siphoned from the creature into that lady! We need to stop this ritual!$B$BKill Corla to get past this hall!','Kill Corla, Herald of Twilight.','$B$BWe haven\'t got much time. Raz looked injured. If we get to him in time there might be a chance that I can turn him back into a regular orc!$B$B$B$BSorry about that. I figured I\'d send through some gold - for your troubles and all that...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39679,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,89457,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28738,13202,4926,0,589824,80,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Twilight Forge','$B$BDamn it! Raz won\'t stop! It\'s as if he were possessed with a burning vengeance for all things Twilight! It looks like if we\'re going to get past this room and catch up with Raz we\'ll need to take out the Twilight armorer, Karsh Steelbender. Kill him quick, $N.','Kill Karsh Steelbender.','$B$BThat should put a stop to their armory - at least for now.$B$BRaz ran off across the ramp on the other side of the forge. GO GO GO!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39698,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,89457,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28739,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'Night Elf Class Skill Tracker Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28740,13202,4926,0,589824,80,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Do My Eyes Deceive Me?','$B$BIT CAN\'T BE! I... I was stuck inside one of those beasts for the better part of a month. Yes, literally stuck inside its stomach. If it weren\'t for my suit and the all-purpose helm I\'d have died a fiery death! And look at that, it\'s had a litter of pups!$B$BY... You gotta stop that thing, $N! We can\'t let it or its pups make it out of here alive!','Kill Beauty.','$B$BPhew... That\'s one less thing I\'ll need to worry about if we ever make it out of this place.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39700,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66890,66889,66887,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,89457,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28741,13202,4926,0,524288,80,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ascendant Lord Obsidius','$B$BGOOD GOLLY! Look at this place! A... Are those Deathwing\'s claw marks on the ceiling?! And what\'s that creature in the center of the chamber?$B$BI don\'t see Raz anywhere. Let\'s take care of this monster and find Raz! ','Kill Ascendant Lord Obsidius.','Poor Raz. He was the best friend a gnome ever had. At least we avenged his death and cleared out this hellish cavern!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39705,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66886,66885,66884,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,89457,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28742,13202,618,0,524288,51,53,0,0,0,0,0,0,0,0,0,28641,0,0,0,'Shy-Rotam','Time for the big kill, pal! Shy-Rotam lurks in the north, the largest frostsaber of them all.$B$BYou should feel honored. There\'s no fiercer game for a hunter to match their skills against... and if you saw the cash I\'m being offered by gourmands that want a piece of this fellow, your eyes would pop out!$B$BOnce you\'ve got her, head on back to camp. Don\'t want to totally exhaust our frostsaber population in one day...','Slay Shy-Rotam.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,10737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,67169,67186,67219,67203,67226,0,1,1,1,1,1,0,67272,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28743,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tailgunner!','You up for a little hunting, $n?$b$bHop in! I\'ll fly, you shoot!','Shoot down 15 Schnottz Aces.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28744,13164,267,0,1,20,-1,0,0,0,0,0,0,0,0,0,0,28747,0,0,'Ghouls Hate My Grains','You\'re a pro at this, $N! A regular junior botanist! Listen, I\'ve got a new seed to try called the rocknut. Use it to block the undead. Just drop it down and they\'ll stop dead in their tracks. Undead are so stupid!$B$BLet\'s give it a try!','Survive 2 Massive Waves of Zombies.','','','','Waves Survived','Massive Wave Survived','','',0,0,0,0,0,0,0,0,0,0,0,0,0,49553,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28745,13202,618,0,589824,51,53,0,0,0,0,0,0,0,0,0,28638,0,0,0,'Screechy Keen','Them smaller owls are sure tasty, but Goodgrub says there\'s even bigger ones further south. Screechers, the folk around here call \'em... they make a heck of a noise when you tussle with them!$B$BBut he says they\'re the best owls he\'s ever tasted or sold, and I believe him. Why don\'t you go rustle up some of those for us while I keep arguin\' with Francis here?','Slay 15 Winterspring Screechers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7456,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28746,13202,4945,0,136,83,83,81,0,0,0,0,0,0,0,0,28654,0,0,0,'Penetrating Their Defenses','Here we go, $n!$b$bJust beyond that door lies the control room.$b$bI\'ll just run in, disable the reorigination mechanism, and then we all go home. Nice an\' easy.$b$bYe see, $glad:lass;, it\'s this level of preparation that separates yer true archaeologist from yer average treasure hunter.$b$bNo sense in stirring up the beasties if ye don\'t have to. Just makes a mess a\' things...','Gain entry to the Titan Control Room.','','','','Titan Control Room Breached','','','',0,0,0,0,0,0,0,0,0,0,0,0,39908,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66913,66911,66914,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344000,0,0,0,0,0,0,0,0,0,0,526800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28747,13164,267,0,1,20,-1,0,0,0,0,0,0,0,0,0,0,28748,0,0,'Someone Setup the Pumpkin Bomb','You ever seen one of these?$B$B$B$BThis ain\'t no ordinary pumpkin, friend. See, once you plant it they\'ll lay in wait until a zombie shows up and then KABLOOEY! Zombie guts all over the place. Let\'s go!','Survive 2 Massive Waves of Zombies.','','','','Waves Survived','Massive Wave Survived','','',0,0,0,0,0,0,0,0,0,0,0,0,0,49561,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28748,13164,267,0,1,20,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lawn of the Dead','IT\'S STILLWATER! HE\'S ALMOST HERE! It\'s going to take everything that we\'ve got to beat him! Let\'s do this!','Defeat Warden Stillwater.','','','','Waves Survived','Warden Stillwater Defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,0,49627,0,0,0,1,0,0,0,0,0,0,0,0,0,0,65689,65666,0,0,0,0,1,1,0,0,0,0,66067,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28749,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26532,27159,0,0,'The Battle for Andorhal','We just received a gryphon from the plaguelands, bearing news. It doesn\'t sound good.$b$bThe city of Andorhal is in the middle of a three-way war between the Forsaken, the Alliance, and the Scourge. King Wrynn has rolled the dice and sent a death knight to lead the charge for his cause, but I\'m sure he can use all the help he can get.$b$bThey specifically asked for an Alliance $c to participate in some specialized missions. If you accept the charge, speak to me again and I will prepare a portal.','Speak with War-Mage Erallier to be teleported to Andorhal in Western Plaguelands. Then report to Thassarian within Andorhal.','It\'s about time you arrived, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28750,13202,28,0,8,34,35,0,0,0,0,0,0,0,0,0,26419,26921,0,0,'The Battle for Andorhal','We just received a windrider from the plaguelands, bearing news. It doesn\'t sound good.$b$bThe city of Andorhal is in the middle of a three-way war between the Forsaken, the Alliance, and the Scourge. It sounds like Sylvanas has made her move, and to make matters interesting, she\'s put Koltira Deathweaver, the death knight, in command.$b$bThey specifically asked for a Horde $c to participate in some specialized missions. If you accept the charge, speak to me again and I will prepare a portal.','Speak with Arcanist Arman to be teleported to Andorhal, in the Western Plaguelands. Then report to Koltira Deathweaver within Andorhal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,2,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28751,13164,267,0,5247040,20,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'Tending the Garden','Even though we beat Warden Stillwater, his zombies still roam the countryside. Look there, another wave is approaching! Help me fight them off, old buddy! Let\'s go!','Survive 2 Massive Waves of Zombies.','','','','Waves Survived','Massive Wave Defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,0,49626,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28752,13202,267,0,5242944,20,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unstoppable Onslaught','See how long you can last! Hold off at least 10 waves and I\'ll give you some coin.','','','','','Waves Survived','Massive Waves Survived','','',0,0,0,0,0,0,0,0,0,0,0,0,49188,49685,0,0,50,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28753,13202,4945,0,2097288,83,83,81,0,0,0,0,0,0,0,0,28746,0,0,0,'Doing it the Hard Way','Blast it all!$b$bSomeone\'s gone and corrupted the entire system! There be no way fer me ta access the main repository from this console.$b$bWe\'re gunna hafta do this the hard way, $glad:lass;. I hope you an\' yer friends here are up to a fight.$b$bThere be four guardians on the upper level of this place. I won\'t be able ta utilize these discs \'til they be... uhh, offline, shall we say.','Brann Bronzebeard wants you to kill Isiset, Ammunae, Setesh, and Rajh.','','','','Isiset Slain','Ammunae Slain','Rajh Slain','Setesh Slain',0,0,0,0,0,0,0,0,0,0,0,0,39587,39731,39378,39732,1,1,1,1,0,0,0,0,0,0,0,0,66917,66921,66915,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344000,0,0,92911,0,0,0,0,0,0,0,526800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28754,13202,4922,0,16520,84,85,0,0,0,0,0,0,0,0,0,0,28758,0,0,'Battle of Life and Death','Alexstrasza has been preparing this site for many years. Once Deathwing is lured into this circle, she will use the rejuvenating powers of its life energy to overwhelm and destroy him.$B$BIt is important that the five lifebinder stones that surround this circle remain uncorrupted during the fight. Deathwing will be concentrating solely on the Queen of Dragons herself; you may escape his notice. Kill any of his minions that try to corrupt the circle.$B$BTalk to me when you are ready to begin!','Help Alexstrasza try to kill Deathwing. Protect the five Lifebinder Stones that surround the circle!','','','','Aid Alexstrasza','','','',0,0,0,0,0,0,0,0,0,0,0,0,49809,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28755,13202,2017,0,8,42,46,81,0,0,0,0,0,0,0,0,0,0,0,0,'Annals of the Silver Hand','Do you know who the Knights of the Silver Hand were? They were the original paladins of the Light, and from their ranks came knights who would later join the Argent Dawn or the Scarlet Crusade. Though many have gone astray, they still possess valuable relics of the Silver Hand.$B$BDeep in Stratholme, under the watchful eye of Instructor Galford, volumes of the Annals of the Silver Hand survive. Any volumes you could recover would be a fitting addition to the rededicated Light\'s Hope Chapel.','Recover a lost volume of the Annals of the Silver Hand from Stratholme.','','','','','','','',65615,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28756,13202,2057,0,8,40,42,81,0,0,0,0,0,0,0,0,0,0,0,0,'Aberrations of Bone','In life, my brothers and I fought against all the forces of the Scourge, but none were so reviled as the necromancers. It was not enough for them raise our dead comrades and send them against us; no, they created twisted golems of bone with scythes for hands.$B$BThese aberrations slew many of my brothers, and yet we could not destroy them all. I ask you, $N, to carry on the task of the fallen. Venture into the Ossuary of Scholomance and slay the largest and most dangerous of these abominable creatures.','Kill Rattlegore in the Ossuary of Scholomance.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11622,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28757,13202,12,0,524288,1,3,0,0,128,0,0,0,0,0,0,0,28769,0,0,'Beating Them Back!','So you\'re the new recruit from Stormwind, eh? I\'m Marshal McBride, commander of this garrison. Glad to have you on board...$B$B$B$B$N. It is $N, right?$B$BYou\'ve arrived just in time. The Blackrock orcs have managed to sneak into Northshire through a break in the mountain. My soldiers are doing the best that they can to push them back, but I fear they will be overwhelmed soon.$B$BHead northwest into the forest and kill the attacking Blackrock worgs! Help my soldiers!','Kill 6 Blackrock Battle Worgs.','You\'ve bought us a little time, $N, but we\'ve got even bigger problems to deal with now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49871,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57253,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28584,13202,4922,0,1048712,84,84,0,0,0,0,0,0,0,0,0,0,0,65146,1,'Quality Construction','Look here, chief, if it weren\'t for this bumbly idiot across from me, the Krazzworks would be holding up just fine.$B$BUnfortunately for everyone involved, \"Fancypants\" Rothman here decided to deploy the place on top of a mountain! I mean really, who does that?$B$BSo, we got leaks all over the place due to faulty valves. Think you could take this blast tape and seal \'em up for me?','Use the Blast Tape to seal 10 Faulty Valves.','There you go. Now hows about we use this blast tape on Rothman\'s mouth?','','Return to Brett the Bomber at the Krazzworks.','Faulty Valves sealed','','','',0,0,0,0,0,0,0,0,0,0,0,0,49451,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,63858,63857,63856,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28759,13202,12,0,8,1,3,0,0,4,0,0,0,0,0,0,28767,26910,0,0,'Lions for Lambs','The invading orcs aren\'t fools. They are sizing us up, making sure that when they attack it will be to their advantage.$B$BIn the forest, to the northwest, are Blackrock spies. They peer at us through spyglasses, watching our every move - waiting. I want you take the fight to them!$B$BKill the Blackrock spies! We must show them that we know they are watching us and that we are prepared!','Kill 8 Blackrock Spies.','Excellent work, $N. You\'ve turned out to be quite an asset to this garrison. It\'s time for you to train!','Kill the spies!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49874,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57387,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28760,13164,5035,0,136,82,84,81,0,0,0,0,0,0,0,0,28845,0,0,0,'Vengeance for Orsis','The great city of Orsis was attacked by the armies of air.$B$BWe were taken prisoner. We were the lucky ones.$B$BMost died, trapped beneath the choking desert sands.$B$BAsaad, Al\'Akir\'s caliph, ordered the attack... and he must pay with his life.','Slay Asaad.','Blessings upon you. Please accept this as a token of my gratitude.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,43875,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66902,66901,66903,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,360000,0,0,0,0,0,0,0,0,0,0,662400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28761,13202,0,0,16384,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28762,13202,12,0,524288,1,3,0,0,2,0,0,0,0,0,0,0,28770,0,0,'Beating Them Back!','So you\'re the new recruit from Stormwind, eh? I\'m Marshal McBride, commander of this garrison. Glad to have you on board...$B$B$B$B$N. It is $N, right?$B$BYou\'ve arrived just in time. The Blackrock orcs have managed to sneak into Northshire through a break in the mountain. My soldiers are doing the best that they can to push them back, but I fear they will be overwhelmed soon.$B$BHead northwest into the forest and kill the attacking Blackrock worgs! Help my soldiers!','Kill 6 Blackrock Battle Worgs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49871,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57255,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28763,13202,12,0,524288,1,3,0,0,16,0,0,0,0,0,0,0,28771,0,0,'Beating Them Back!','So you\'re the new recruit from Stormwind, eh? I\'m Marshal McBride, commander of this garrison. Glad to have you on board...$B$B$B$B$N. It is $N, right?$B$BYou\'ve arrived just in time. The Blackrock orcs have managed to sneak into Northshire through a break in the mountain. My soldiers are doing the best that they can to push them back, but I fear they will be overwhelmed soon.$B$BHead northwest into the forest and kill the attacking Blackrock worgs! Help my soldiers!','Kill 6 Blackrock Battle Worgs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49871,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57253,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28764,13202,12,0,524288,1,3,0,0,8,0,0,0,0,0,0,0,28772,0,0,'Beating Them Back!','So you\'re the new recruit from Stormwind, eh? I\'m Marshal McBride, commander of this garrison. Glad to have you on board...$B$B$B$B$N. It is $N, right?$B$BYou\'ve arrived just in time. The Blackrock orcs have managed to sneak into Northshire through a break in the mountain. My soldiers are doing the best that they can to push them back, but I fear they will be overwhelmed soon.$B$BHead northwest into the forest and kill the attacking Blackrock worgs! Help my soldiers!','Kill 6 Blackrock Battle Worgs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49871,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57254,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28765,13202,12,0,524288,1,3,0,0,256,0,0,0,0,0,0,0,28773,0,0,'Beating Them Back!','So you\'re the new recruit from Stormwind, eh? I\'m Marshal McBride, commander of this garrison. Glad to have you on board...$B$B$B$B$N. It is $N, right?$B$BYou\'ve arrived just in time. The Blackrock orcs have managed to sneak into Northshire through a break in the mountain. My soldiers are doing the best that they can to push them back, but I fear they will be overwhelmed soon.$B$BHead northwest into the forest and kill the attacking Blackrock worgs! Help my soldiers!','Kill 6 Blackrock Battle Worgs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49871,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57253,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28766,13202,12,0,524288,1,3,0,0,1,0,0,0,0,0,0,0,28774,0,0,'Beating Them Back!','So you\'re the new recruit from Stormwind, eh? I\'m Marshal McBride, commander of this garrison. Glad to have you on board...$B$B$B$B$N. It is $N, right?$B$BYou\'ve arrived just in time. The Blackrock orcs have managed to sneak into Northshire through a break in the mountain. My soldiers are doing the best that they can to push them back, but I fear they will be overwhelmed soon.$B$BHead northwest into the forest and kill the attacking Blackrock worgs! Help my soldiers!','Kill 6 Blackrock Battle Worgs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49871,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57255,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28767,13202,12,0,524288,1,3,0,0,4,0,0,0,0,0,0,0,28759,0,0,'Beating Them Back!','So you\'re the new recruit from Stormwind, eh? I\'m Marshal McBride, commander of this garrison. Glad to have you on board...$B$B$B$B$N. It is $N, right?$B$BYou\'ve arrived just in time. The Blackrock orcs have managed to sneak into Northshire through a break in the mountain. My soldiers are doing the best that they can to push them back, but I fear they will be overwhelmed soon.$B$BHead northwest into the forest and kill the attacking Blackrock worgs! Help my soldiers!','Kill 6 Blackrock Battle Worgs.','You\'ve bought us a little time, $N, but we\'ve got even bigger problems to deal with now.','Have you beaten back the Blackrock battle worgs?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49871,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57254,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28768,13202,618,0,262152,49,50,0,0,0,0,0,0,0,0,0,0,28460,0,0,'Winterspring!','Donova Snowden, dwarf woman, is friend of the Timbermaw.$b$bWe trade firewater.$b$bShe is at Frostfire Hotsprings, to the east, through our cave.$B$BShe needs help to beat up the Winterfall furbolg. Maybe you will help her.','Report to Donova Snowden at Frostfire Hot Springs in Winterspring.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28769,13202,12,0,8,1,3,0,0,128,0,0,0,0,0,0,28757,3104,0,0,'Lions for Lambs','The invading orcs aren\'t fools. They are sizing us up, making sure that when they attack it will be to their advantage.$B$BIn the forest, to the northwest, are Blackrock spies. They peer at us through spyglasses, watching our every move - waiting. I want you take the fight to them!$B$BKill the Blackrock spies! We must show them that we know they are watching us and that we are prepared!','Kill 8 Blackrock Spies.','Excellent work, $N. You\'ve turned out to be quite an asset to this garrison. It\'s time for you to train!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49874,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57386,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28770,13202,12,0,8,1,3,0,0,2,0,0,0,0,0,0,28762,3101,0,0,'Lions for Lambs','The invading orcs aren\'t fools. They are sizing us up, making sure that when they attack it will be to their advantage.$B$BIn the forest, to the northwest, are Blackrock spies. They peer at us through spyglasses, watching our every move - waiting. I want you take the fight to them!$B$BKill the Blackrock spies! We must show them that we know they are watching us and that we are prepared!','Kill 8 Blackrock Spies.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49874,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57388,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28771,13202,12,0,8,1,3,0,0,16,0,0,0,0,0,0,28763,3103,0,0,'Lions for Lambs','The invading orcs aren\'t fools. They are sizing us up, making sure that when they attack it will be to their advantage.$B$BIn the forest, to the northwest, are Blackrock spies. They peer at us through spyglasses, watching our every move - waiting. I want you take the fight to them!$B$BKill the Blackrock spies! We must show them that we know they are watching us and that we are prepared!','Kill 8 Blackrock Spies.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49874,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57386,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28772,13202,12,0,8,1,3,0,0,8,0,0,0,0,0,0,28764,3102,0,0,'Lions for Lambs','The invading orcs aren\'t fools. They are sizing us up, making sure that when they attack it will be to their advantage.$B$BIn the forest, to the northwest, are Blackrock spies. They peer at us through spyglasses, watching our every move - waiting. I want you take the fight to them!$B$BKill the Blackrock spies! We must show them that we know they are watching us and that we are prepared!','Kill 8 Blackrock Spies.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49874,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57387,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28773,13202,12,0,8,1,3,0,0,256,0,0,0,0,0,0,28765,3105,0,0,'Lions for Lambs','The invading orcs aren\'t fools. They are sizing us up, making sure that when they attack it will be to their advantage.$B$BIn the forest, to the northwest, are Blackrock spies. They peer at us through spyglasses, watching our every move - waiting. I want you take the fight to them!$B$BKill the Blackrock spies! We must show them that we know they are watching us and that we are prepared!','Kill 8 Blackrock Spies.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49874,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57386,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28774,13202,12,0,8,1,3,0,0,1,0,0,0,0,0,0,28766,3100,0,0,'Lions for Lambs','The invading orcs aren\'t fools. They are sizing us up, making sure that when they attack it will be to their advantage.$B$BIn the forest, to the northwest, are Blackrock spies. They peer at us through spyglasses, watching our every move - waiting. I want you take the fight to them!$B$BKill the Blackrock spies! We must show them that we know they are watching us and that we are prepared!','Kill 8 Blackrock Spies.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49874,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57388,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28775,13202,0,0,1024,1,-1,0,0,0,755,0,0,0,0,0,0,0,65896,1,'Broken Serpent Figurine','This badly broken figurine was discarded by its last owner. However, with the right materials and your skill in jewelcrafting, it could be completely restored.\n','Repair the broken figurine using your skill and materials.','','','','','','','',65896,52190,52186,0,0,0,1,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52353,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28776,13202,0,0,1024,1,-1,0,0,0,755,0,0,0,0,0,0,0,65897,1,'Broken Earthen Figurine','This badly broken figurine was discarded by its last owner. However, with the right materials and your skill in jewelcrafting, it could be completely restored.\n','Repair the broken figurine using your skill and materials.','','','','','','','',65897,52327,52186,54849,0,0,1,6,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52352,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28777,13202,0,0,1024,1,-1,0,0,0,755,0,0,0,0,0,0,0,65894,1,'Broken Owl Figurine','This badly broken figurine was discarded by its last owner. However, with the right materials and your skill in jewelcrafting, it could be completely restored.\n','Repair the broken figurine using your skill and materials.','','','','','','','',65894,52192,52186,0,0,0,1,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52354,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28778,13202,0,0,65664,1,-1,0,0,0,755,0,0,0,0,0,0,0,65895,1,'Broken Boar Figurine','This badly broken figurine was discarded by its last owner. However, with the right materials and your skill in jewelcrafting, it could be completely restored.\n','Repair the broken figurine utilizing your skill and materials.','','','','','','','',65895,52193,54849,52327,0,0,1,2,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52351,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28779,13164,5035,0,136,82,84,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Long Way from Home','I\'ve a feeling I was able to escape my captors because, frankly, there is nowhere to go.$B$BStranded on these platforms, they are bound to find me sooner or later. Unless...$B$BIt is said that the heart of an elemental noble can grant whoever holds it the characteristics of that element. Which, in the case of air, would be most useful during a downward trip.$B$BBring me Grand Vizier Ertan\'s heart so I can use its magic to land safely on the shoreline of Uldum.','Obtain Grand Vizier Ertan\'s Heart.','I thank you, $N. Even after I had escaped, I did not imagine I\'d be able to return home.','You\'d best not suggest I ride with you on... whatever that thing is you flew in on.','','','','','',65660,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66898,66899,66900,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,360000,0,0,0,0,0,0,0,0,0,0,662400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28780,13202,12,0,786432,1,3,0,0,0,0,0,0,0,0,0,0,28791,0,0,'Join the Battle!','While you were out training I received an urgent message from Sergeant Willem. Turns out that the Blackrock orcs have hired goblin assassins. They ambushed our battalion behind the abbey. Willem has asked me to send him a hero. You have to go help them, $N!$B$BFind Sergeant Willem north of the abbey at the command tent. Go!','Report to Sergeant Willem behind Northshire Abbey in Elwynn Forest.','It\'s true, we were ambushed. I don\'t dare send any more soldiers out there and risk losing them too. I need a volunteer. Someone willing to risk their life!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28533,13202,5034,0,262280,83,84,0,0,0,0,0,0,0,0,0,27738,0,0,0,'The High Council\'s Decision','The High Council is ready to decide on the war with the Neferset tribe.','Speak to King Phaoris at Ramkahen in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,91628,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27836,13164,5034,0,8,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stopping the Spread','Slaying the foul creatures that plague the river will not be enough, $N.$B$BA new generation of these monstrosities already threatens to spawn within our holy waters.$B$BSeek their foul eggs and destroy them.','Destroy 6 Slitherer Eggs.','','','Return to High Priest Amet at the Vir\'naal Dam.','Slitherer Egg destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28782,13202,618,0,524288,51,53,0,0,0,0,0,0,0,0,0,28745,0,0,0,'A Bird of Legend','Local legend tells of a mighty owl that circles the mountaintops like death on wings. They named her Deathwing.$b$bSoon afterwards, they were told that that name was already taken. So they settled on a moniker that evoked a similar sense of horror and dread:$b$bHell-Hoot.$b$bHell-Hoot can be found atop the mountain to the southwest of our smoking pit. Silence the infernal nocturnal... so we can eat her!','Slay Hell-Hoot.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50044,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,67168,67185,67202,67225,67218,0,1,1,1,1,1,0,67271,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,68400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28198,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Weakest Link','They say a chain is only as strong as its weakest link.$B$BI subscribe to that theory and expand upon it.$B$BRather than removing that weak link, one must... strengthen it.$B$BThe other links will step up their performance out of fear of they themselves becoming the weakest link.$B$BIn my army\'s case, our weak link has a name. Salhet.$B$BYou\'ll find him training near the bottom of those stairs.$B$BStart him off with something easy. The hyenas on the hills to the west, perhaps.','Speak to Salhet at the Ramkahen Legion Outpost in Uldum.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28201,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ploughshares to Swords','We have a sizeable army, but I\'m afraid the coming showdown with the Neferset hordes will demand that all able-bodied tol\'vir of Ramkahen and Orsis join in the fight.$B$BI want you to be at the forefront of our recruiting efforts.$B$BGo across the river, to the Akhenet Fields, and recruit the laborers that work there by using on them the Orbs of the Stars item supplied in your backpack.','Recruit 8 Ramkahen Laborers.','','','Return to High Commander Kamses at the Ramkahen Legion Outpost.','Ramkahen Laborer recruited','','','',0,0,0,0,0,0,0,0,0,0,0,0,46333,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28784,13202,12,0,786432,1,3,0,0,0,0,0,0,0,0,0,0,28792,0,0,'Join the Battle!','While you were out training I received an urgent message from Sergeant Willem. Turns out that the Blackrock orcs have hired goblin assassins. They ambushed our battalion behind the abbey. Willem has asked me to send him a hero. You have to go help them, $N!$B$BFind Sergeant Willem north of the abbey at the command tent. Go!','Report to Sergeant Willem behind Northshire Abbey in Elwynn Forest.','It\'s true, we were ambushed. I don\'t dare send any more soldiers out there and risk losing them too. I need a volunteer. Someone willing to risk their life!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28785,13202,12,0,786432,1,3,0,0,0,0,0,0,0,0,0,0,28793,0,0,'Join the Battle!','While you were out training I received an urgent message from Sergeant Willem. Turns out that the Blackrock orcs have hired goblin assassins. They ambushed our battalion behind the abbey. Willem has asked me to send him a hero. You have to go help them, $N!$B$BFind Sergeant Willem north of the abbey at the command tent. Go!','Report to Sergeant Willem behind Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28786,13202,12,0,786432,1,3,0,0,0,0,0,0,0,0,0,0,28794,0,0,'Join the Battle!','While you were out training I received an urgent message from Sergeant Willem. Turns out that the Blackrock orcs have hired goblin assassins. They ambushed our battalion behind the abbey. Willem has asked me to send him a hero. You have to go help them, $N!$B$BFind Sergeant Willem north of the abbey at the command tent. Go!','Report to Sergeant Willem behind Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28787,13202,12,0,1024,1,3,0,0,8,0,0,0,0,0,0,0,28795,0,0,'Join the Battle!','While you were out training I received an urgent message from Sergeant Willem. Turns out that the Blackrock orcs have hired goblin assassins. They ambushed our battalion behind the abbey. Willem has asked me to send him a hero. You have to go help them, $N!$B$BFind Sergeant Willem north of the abbey at the command tent. Go!','Report to Sergeant Willem behind Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28788,13202,12,0,786432,1,3,0,0,0,0,0,0,0,0,0,0,28796,0,0,'Join the Battle!','While you were out training I received an urgent message from Sergeant Willem. Turns out that the Blackrock orcs have hired goblin assassins. They ambushed our battalion behind the abbey. Willem has asked me to send him a hero. You have to go help them, $N!$B$BFind Sergeant Willem north of the abbey at the command tent. Go!','Report to Sergeant Willem behind Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28789,13202,12,0,786432,1,3,0,0,0,0,0,0,0,0,0,0,28797,0,0,'Join the Battle!','While you were out training I received an urgent message from Sergeant Willem. Turns out that the Blackrock orcs have hired goblin assassins. They ambushed our battalion behind the abbey. Willem has asked me to send him a hero. You have to go help them, $N!$B$BFind Sergeant Willem north of the abbey at the command tent. Go!','Report to Sergeant Willem behind Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28790,13164,1637,0,786560,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Personal Summons','$b$bHear my words, $n.$b$bOur world finds itself in the grip of a terrible crisis.$b$bI call upon you to lend your aid in this desperate hour.$b$bI am Krogar.$b$bSeek me out at once, and your destiny shall be revealed.$b$bYou can find me north of the Drag in Orgrimmar.','Farseer Krogar wants you to meet him in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28791,13202,12,0,8,1,3,0,0,0,0,0,0,0,0,0,0,28817,0,0,'They Sent Assassins','Have you ever seen a goblin, $N? They\'re wretched little green-skinned monsters that love only two things: gold and themselves.$B$BThe Blackrock orcs have enlisted the aid of goblin assassins to kill our soldiers. If you look to the field in the north you can barely make out their silhouettes, sneaking about in the grass.$B$BI need you to head out there and kill every goblin that you see. They need to learn that nobody messes with the Alliance!','Kill 8 Goblin Assassins.','That will teach those monsters! They\'ll think twice before taking another mercenary job for orcs.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50039,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2186,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28792,13202,12,0,8,1,3,0,0,0,0,0,0,0,0,0,0,28818,0,0,'They Sent Assassins','Have you ever seen a goblin, $N? They\'re wretched little green-skinned monsters that love only two things: gold and themselves.$B$BThe Blackrock orcs have enlisted the aid of goblin assassins to kill our soldiers. If you look to the field in the north you can barely make out their silhouettes, sneaking about in the grass.$B$BI need you to head out there and kill every goblin that you see. They need to learn that nobody messes with the Alliance!','Kill 8 Goblin Assassins.','That will teach those monsters! They\'ll think twice before taking another mercenary job for orcs.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50039,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11192,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28793,13202,12,0,8,1,3,0,0,0,0,0,0,0,0,0,0,28819,0,0,'They Sent Assassins','Have you ever seen a goblin, $N? They\'re wretched little green-skinned monsters that love only two things: gold and themselves.$B$BThe Blackrock orcs have enlisted the aid of goblin assassins to kill our soldiers. If you look to the field in the north you can barely make out their silhouettes, sneaking about in the grass.$B$BI need you to head out there and kill every goblin that you see. They need to learn that nobody messes with the Alliance!','Kill 8 Goblin Assassins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50039,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2691,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28794,13202,12,0,8,1,3,0,0,0,0,0,0,0,0,0,0,28820,0,0,'They Sent Assassins','Have you ever seen a goblin, $N? They\'re wretched little green-skinned monsters that love only two things: gold and themselves.$B$BThe Blackrock orcs have enlisted the aid of goblin assassins to kill our soldiers. If you look to the field in the north you can barely make out their silhouettes, sneaking about in the grass.$B$BI need you to head out there and kill every goblin that you see. They need to learn that nobody messes with the Alliance!','Kill 8 Goblin Assassins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50039,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11192,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28795,13202,12,0,8,1,3,0,0,8,0,0,0,0,0,0,0,28821,0,0,'They Sent Assassins','Have you ever seen a goblin, $N? They\'re wretched little green-skinned monsters that love only two things: gold and themselves.$B$BThe Blackrock orcs have enlisted the aid of goblin assassins to kill our soldiers. If you look to the field in the north you can barely make out their silhouettes, sneaking about in the grass.$B$BI need you to head out there and kill every goblin that you see. They need to learn that nobody messes with the Alliance!','Kill 8 Goblin Assassins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50039,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2186,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28796,13202,12,0,8,1,3,0,0,0,0,0,0,0,0,0,0,28822,0,0,'They Sent Assassins','Have you ever seen a goblin, $N? They\'re wretched little green-skinned monsters that love only two things: gold and themselves.$B$BThe Blackrock orcs have enlisted the aid of goblin assassins to kill our soldiers. If you look to the field in the north you can barely make out their silhouettes, sneaking about in the grass.$B$BI need you to head out there and kill every goblin that you see. They need to learn that nobody messes with the Alliance!','Kill 8 Goblin Assassins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50039,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11192,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28797,13202,12,0,8,1,3,0,0,0,0,0,0,0,0,0,0,28823,0,0,'They Sent Assassins','Have you ever seen a goblin, $N? They\'re wretched little green-skinned monsters that love only two things: gold and themselves.$B$BThe Blackrock orcs have enlisted the aid of goblin assassins to kill our soldiers. If you look to the field in the north you can barely make out their silhouettes, sneaking about in the grass.$B$BI need you to head out there and kill every goblin that you see. They need to learn that nobody messes with the Alliance!','Kill 8 Goblin Assassins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50039,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2691,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28798,13202,0,0,4224,1,-1,81,0,0,794,0,0,0,0,1,0,0,0,0,'Waters of Elune','','','','','','','','','',63127,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,93073,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28799,13202,0,0,4224,1,-1,81,0,0,794,0,0,0,0,1,0,0,0,0,'Might of the Earthen','','','','','','','','','',52843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,93074,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28800,13202,0,0,4224,1,-1,81,0,0,794,0,0,0,0,1,0,0,0,0,'Whispers of the Djinn','','','','This brazier is obviously magical, but it seems impervious to your attempts to invoke its power. If only you had a Tol\'vir Heiroglyphic keystone to help decipher the engravings on the side.','','','','','',64397,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,93075,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28801,13202,0,0,4224,1,-1,81,0,0,794,0,0,0,0,1,0,0,0,0,'Tol\'vir Heiroglyphics','','','','','','','','','',64397,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,93076,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28802,13202,0,0,4224,1,-1,81,0,0,794,0,0,0,0,1,0,0,0,0,'Map of the Architects','','','','','','','','','',64397,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,93077,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28803,13202,0,0,4224,1,-1,81,0,0,794,0,0,0,0,1,0,0,0,0,'Vengeance of the Wildhammer','','','','','','','','','',52843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,93078,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28804,13202,0,0,4224,1,-1,81,0,0,794,0,0,0,0,1,0,0,0,0,'Dark Iron Contingency Plan','','','','These are definitely some sort of plans, but for what you aren\'t certain. They bear distinctive markings that could be compared to a Dwarf Rune Stone.','','','','','',52843,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,93080,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28805,13164,1637,0,8388744,80,80,0,0,0,0,0,0,0,0,0,28790,0,0,0,'The Eye of the Storm','Greetings, friend.$b$bOn behalf of the Earthen Ring I thank you for answering my call.$b$bYou are known to us by name, $n.$b$bYour exploits and accomplishments are many. Azeroth already stands in your debt, and yet again she is in need of her heroes.$b$bI am but a messenger. A familiar presence seeks audience with you.$b$bPeer into the Waters of Farseeing and behold the fate of our world.','Farseer Krogar wants you to look into the Waters of Farseeing.','','','','Vision of the Farseer Witnessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,50054,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28806,13202,12,0,524288,1,3,0,0,4,0,0,0,0,0,0,28780,28817,65733,1,'Fear No Evil','Have you embraced the Holy Light yet, ? It is through the Holy Light that we are saved! It is through the Holy Light that I am able to heal these overly demanding soldiers! Bring me Some water so i can Heal as many as we can.','Revive 4 Injured Stormwind Soldiers.','I think you now understand the power of the Light. The Light giveth hope, $g brother:sister; and the Light taketh from the darkness! BLESSED BE THE LIGHT!','','','Injured Soldier Revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,50047,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57257,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,89457,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28807,13202,1519,0,1048712,84,84,0,0,0,0,0,0,0,0,0,0,0,65732,1,'Expert Opinion','$B$BThe medallion we found on the farm is identical to the one in Samuelson\'s notes! It can\'t be a coincidence. I think Samuelson is up to something, but we need a smoking gun before we can accuse one of my father\'s most trusted guards.$B$BThere\'s only one person I trust to sort this all out: Mathias Shaw, the director of SI:7. Show him these badges and see what he thinks. Meanwhile, I\'ll go back to the keep and watch Samuelson like a hawk!','Bring the Suspicious Badges to Mathias Shaw at SI:7 Headquarters in Stormwind.','','','','','','','',65732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,248400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28808,13202,12,0,524288,1,3,0,0,16,0,0,0,0,0,0,28786,28820,65733,1,'Fear No Evil','Have you embraced the Holy Light yet, ? It is through the Holy Light that we are saved! It is through the Holy Light that I am able to heal these overly demanding soldiers! Bring me Some water so i can Heal as many as we can.','Revive 4 Injured Stormwind Soldiers.','I think you now understand the power of the Light. The Light giveth hope, $g brother:sister; and the Light taketh from the darkness! BLESSED BE THE LIGHT!','','','Injured Soldier Revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,50047,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57256,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,89457,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28809,13202,12,0,524288,1,3,0,0,2,0,0,0,0,0,0,28785,28819,65733,1,'Fear No Evil','Have you embraced the Holy Light yet, ? It is through the Holy Light that we are saved! It is through the Holy Light that I am able to heal these overly demanding soldiers! Bring me Some water so i can Heal as many as we can.','Revive 4 Injured Stormwind Soldiers.','','','','Injured Soldier Revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,50047,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57258,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,89457,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28810,13202,12,0,524288,1,3,0,0,128,0,0,0,0,0,0,28784,28818,65733,1,'Fear No Evil','Have you embraced the Holy Light yet, ? It is through the Holy Light that we are saved! It is through the Holy Light that I am able to heal these overly demanding soldiers! Bring me Some water so i can Heal as many as we can.','Revive 4 Injured Stormwind Soldiers.','','','','Injured Soldier Revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,50047,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57256,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,89457,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28811,13202,12,0,524288,1,3,0,0,8,0,0,0,0,0,0,28787,28821,65733,1,'Fear No Evil','Have you embraced the Holy Light yet, ? It is through the Holy Light that we are saved! It is through the Holy Light that I am able to heal these overly demanding soldiers! Bring me Some water so i can Heal as many as we can.','Revive 4 Injured Stormwind Soldiers.','','','','Injured Soldier Revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,50047,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57257,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,89457,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28812,13202,12,0,8,1,3,0,0,256,0,0,0,0,0,0,28788,28822,65733,1,'Fear No Evil','Have you embraced the Holy Light yet, ? It is through the Holy Light that we are saved! It is through the Holy Light that I am able to heal these overly demanding soldiers! Bring me Some water so i can Heal as many as we can.','Revive 4 Injured Stormwind Soldiers.','','','','Injured Soldier Revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,50047,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57256,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,89457,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28813,13202,12,0,8,1,3,0,0,1,0,0,0,0,0,0,28789,28823,65733,1,'Fear No Evil','Have you embraced the Holy Light yet, ? It is through the Holy Light that we are saved! It is through the Holy Light that I am able to heal these overly demanding soldiers! Bring me Some water so i can Heal as many as we can.','Revive 4 Injured Stormwind Soldiers.','','','','Injured Soldier Revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,50047,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57256,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,89457,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28814,13164,5088,0,524416,82,84,81,0,0,0,0,0,0,0,0,0,0,0,0,'Followers and Leaders','The documents detail the arrival of High Priestess Azil to the depths of the Stonecore.$B$BAzil is described as a high-ranking member of the Twilight Council. Additionally, her entourage of over a hundred devout followers is preparing for an unholy ritual of unforeseen darkness.$B$BSounds like an event you need to put a stop to.','Slay High Priestess Azil and 101 Devout Followers.','A high priestess, you say? And a member of the Twilight Council?$B$BExcellent work. I hope you find your rewards suitable.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,42333,42428,0,0,1,101,0,0,0,0,0,0,0,0,0,0,66892,66893,66891,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,360000,0,0,0,0,0,0,0,0,0,0,662400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28815,13164,5088,0,262280,82,84,81,0,0,0,0,0,0,0,0,0,28814,0,0,'Twilight Documents','We\'ve tailed one of the Twilight\'s Hammer operatives here. He goes by the name of Millhouse Manastorm.$B$BWe have reason to believe he\'s carrying important documents.$B$BThis is as far as we can safely go, however, without neglecting our duty to defend the Temple of Earth\'s inner perimeter.$B$BTrack down Manastorm and retrieve the documents from him.','Obtain the Twilight Documents.','','These appear to be the right documents.','','','','','',65734,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,360000,0,0,0,0,0,0,0,0,0,0,662400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28816,13202,1637,0,136,80,80,0,0,0,0,0,0,0,0,0,28805,25924,0,0,'To the Depths','The Earthen Ring has identified the watery realm of Vashj\'ir as a source of the adversary\'s destructive energies.$b$bIt is still uncertain what dangers might be faced there. Any information you could gather would be of great value.$b$bThe Horde is sending warships to the region as we speak. To gain passage, speak to Commander Thorak at Bladefist Bay.$b$bMay the spirits guide you, $n.','Report to Commander Thorak at Bladefist Bay in Durotar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28817,13202,12,0,9175040,1,4,0,0,0,0,0,0,0,0,0,0,26391,0,0,'The Rear is Clear','Excellent work, $N! The rear is now officially clear. We\'ll take care of the stragglers. I want you to go back to Marshal McBride, standing in front of Northshire Abbey, south of here, and let him know that the goblin situation is under control.$B$BFarewell, $c.','Report to Marshal McBride in front of Northshire Abbey in Elwynn Forest.','With your help we have managed to secure the northern and western sectors of Northshire. We still have a rather large contingency of Blackrock orcs to the east and they\'ve begun burning down the forest!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28818,13202,12,0,9175040,1,4,0,0,0,0,0,0,0,0,0,0,26391,0,0,'The Rear is Clear','Excellent work, $N! The rear is now officially clear. We\'ll take care of the stragglers. I want you to go back to Marshal McBride, standing in front of Northshire Abbey, south of here, and let him know that the goblin situation is under control.$B$BFarewell, $c.','Report to Marshal McBride in front of Northshire Abbey in Elwynn Forest.','With your help we have managed to secure the northern and western sectors of Northshire. We still have a rather large contingency of Blackrock orcs to the east and they\'ve begun burning down the forest!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28819,13202,12,0,9175040,1,4,0,0,0,0,0,0,0,0,0,0,26391,0,0,'The Rear is Clear','Excellent work, $N! The rear is now officially clear. We\'ll take care of the stragglers. I want you to go back to Marshal McBride, standing in front of Northshire Abbey, south of here, and let him know that the goblin situation is under control.$B$BFarewell, $c.','Report to Marshal McBride in front of Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28820,13202,12,0,9175040,1,4,0,0,0,0,0,0,0,0,0,0,26391,0,0,'The Rear is Clear','Excellent work, $N! The rear is now officially clear. We\'ll take care of the stragglers. I want you to go back to Marshal McBride, standing in front of Northshire Abbey, south of here, and let him know that the goblin situation is under control.$B$BFarewell, $c.','Report to Marshal McBride in front of Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28821,13202,12,0,9175040,1,4,0,0,8,0,0,0,0,0,0,0,26391,0,0,'The Rear is Clear','Excellent work, $N! The rear is now officially clear. We\'ll take care of the stragglers. I want you to go back to Marshal McBride, standing in front of Northshire Abbey, south of here, and let him know that the goblin situation is under control.$B$BFarewell, $c.','Report to Marshal McBride in front of Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28822,13202,12,0,9175040,1,4,0,0,0,0,0,0,0,0,0,0,26391,0,0,'The Rear is Clear','Excellent work, $N! The rear is now officially clear. We\'ll take care of the stragglers. I want you to go back to Marshal McBride, standing in front of Northshire Abbey, south of here, and let him know that the goblin situation is under control.$B$BFarewell, $c.','Report to Marshal McBride in front of Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28823,13202,12,0,9175040,1,4,0,0,0,0,0,0,0,0,0,0,26391,0,0,'The Rear is Clear','Excellent work, $N! The rear is now officially clear. We\'ll take care of the stragglers. I want you to go back to Marshal McBride, standing in front of Northshire Abbey, south of here, and let him know that the goblin situation is under control.$B$BFarewell, $c.','Report to Marshal McBride in front of Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(26256,13202,5042,0,136,81,82,0,0,0,0,0,0,0,0,0,26258,0,0,0,'Bleed the Bloodshaper','The Twilight\'s Hammer are wielding foul magic here, $N. They animate and energize the remains of Deathwing\'s blood, so that instead of drying out and disappearing it thrives and becomes more abundant.$B$BTake out one of the bloodshapers, see if they have any clues as to where we can find this \"forgemaster.\"','Obtain the Twilight Orders from one of the Twilight Bloodshapers at Deathwing\'s Fall.','','','','','','','',60264,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,157200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(26258,13202,5042,0,262284,81,82,0,0,0,0,0,0,0,0,0,26255,0,0,0,'Deathwing\'s Fall','The Twilight\'s Hammer involvement in the disappearance of the World Pillar fragment makes complete sense. Let us hope that we can act swiftly enough to recover it.$B$B$B$BI\'ve established a spiritual bond with you. We should be able to communicate while you remain in Deepholm.$B$BGo to Deathwing\'s Fall to the southeast and investigate the Twilight\'s Hammer operation there.','Go to Deathwing\'s Fall in Deepholm.','','','Deathwing\'s Fall reached.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,62000,0,0,0,0,0,0,0,0,0,0,157200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28825,13164,1519,0,786560,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Personal Summons','$b$bHear my words, $n.$b$bOur world finds itself in the grip of a terrible crisis.$b$bI call upon you to lend your aid in this desperate hour.$b$bI am Naraat.$b$bSeek me out at once, and your calling shall be revealed.$b$bI await you at the Eastern Earthshrine in Stormwind City.','Speak to Naraat the Earthspeaker in Stormwind.','May your sense of honor and duty serve Azeroth well, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28826,13164,1519,0,8388744,80,80,0,0,0,0,0,0,0,0,0,28825,0,0,0,'The Eye of the Storm','Greetings, hero of Azeroth.$b$bOn behalf of the Earthen Ring I thank you for answering my call.$b$bYou are known to us by name, $n.$b$bYour exploits and accomplishments are many. Azeroth already stands in your debt, and yet again she is in need of her heroes.$b$bI am but a messenger. A powerful presence seeks audience with you.$b$bPeer into the Waters of Farseeing and behold the dilemma of our world.','Naraat the Earthspeaker wants you to look into the Waters of Farseeing.','Now that your eyes have seen the truth, where will you choose to serve?','','','Peered into the Waters of Farseeing','','','',0,0,0,0,0,0,0,0,0,0,0,0,50054,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28827,13202,1519,0,262280,80,80,0,0,0,0,0,0,0,0,0,28826,14482,0,0,'To the Depths','The Earthen Ring has identified the watery realm of Vashj\'ir as a source of the adversary\'s destructive energies.$b$bIt is still uncertain what dangers might be faced there, so any information you could gather would be of great value.$b$bThe Alliance is sending warships to the region as we speak. To gain passage, travel northwest of Stormwind and speak to Recruiter Burns at Stormwind Harbor.$b$bMay the spirits guide you, $n.','Speak with Recruiter Burns at Stormwind Harbor in Stormwind City.','All of our war ships are off fighting the Horde. You\'ll have to take the mercenary ship.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28828,13202,618,0,8,51,53,0,0,0,0,0,0,0,0,0,28639,0,0,0,'You Gotta Have Eggs','I don\'t have a very discerning palate, but even I can\'t stand the taste of those chimaeras that you\'ll find around here. Their eggs, however, are a different story.$b$bChimaera eggs are the richest, most buttery eggs you\'ll find this side of Orgrimmar. Way better than boring owl eggs, and not as sulfurous as those weird wildkin eggs.$b$bI\'ll take as many of them as you can gather. Head northeast, and look for their nests in the snow.','Obtain 40 Chillwind Eggs.','','','','','','','',65890,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67220,67170,67187,67204,67227,0,1,1,1,1,1,0,67273,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,57000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28829,13202,618,0,8,53,54,0,0,0,0,0,0,0,0,0,28838,0,0,0,'Razor Beak and Antlers Pointy','What happened to me, you ask? Listen, $c, and listen well, for my tale is one of tragedy...$b$bI was sent here to Owl Wing Thicket to find some relics. I only made it this far before I was overwhelmed by a flurry of wings and talons.$b$bHow they roared and pecked, $c!$b$bI now lay here, a broken orc, with nothing but vengeance on my mind. Please, $c, if you have any sense of honor, you will go into Owl Wing Thicket and help me regain mine.','Slay 12 Owlbeasts in Owl Wing Thicket.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,7452,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,59100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28830,13202,618,0,8,53,54,0,0,0,0,0,0,0,0,0,28829,0,0,0,'Chips off the Old Block','My mysterious benefactors gave me more than one task. The second task took me farther south, to the Frostwhisper Gorge. I was surprised to learn that the gorge\'s bridge had been broken in two, preventing land travel from one side to the other.$b$bIn addition, the juvenile Frostmaul tumblers were separated from their stronger adult parents. I thought that I could defeat them in battle.$b$bI was incorrect. I was forced to run away in shame.$b$bTeach these tumblers a lesson, $N. Fight them, and win.','Slay 8 Frostmaul Tumblers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50258,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,59100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28831,13202,618,0,8,53,54,0,0,0,0,0,0,0,0,0,28829,0,0,0,'Damn You, Frostilicus','The Frostmaul giants wouldn\'t have been a problem if it weren\'t for that damned Frostilicus. When the ground shook and the bridge broke, he and his fellow water elementals seeped out of the earth and took over the bottom of Frostwhisper Gorge, forcing the giants out.$b$bDamn you, Frostilicus!$b$bYou would do me a great honor if you would send him back into the ground, $c. You will find him to the south, at the bottom of the gorge.','Slay Frostilicus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50251,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,67228,67172,67189,67206,67221,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,59100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28832,13202,4922,0,8388744,84,84,0,0,0,0,0,0,0,0,0,28238,0,0,0,'Twilight Shores','Right then, just hop in the seaplane behind me and I\'ll fly yeh to the Highlands.$B$BWe\'re to report to a feller named \"Lieutenant Fawkes.\" I\'ve promised the King we\'d get there lickety-fast, so I took the liberty of ditchin\' any excess weight. Like seatbelts. Parachutes. Maps. Stabilizers. Landing gear.$B$BI never actually \"land\" these things anyways.','Speak with Lieutenant Fawkes at Highbank in Twilight Highlands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28833,13202,5004,0,136,80,82,81,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue the Earthspeaker!','Good! You\'ve brought allies.$b$bYou must hurry if we are to rescue Erunak.$b$bFight your way through Neptulon\'s halls. Find the shaman and free him from these worms... if he still lives.$b$bDon\'t worry about them coming up from behind you. Nothing\'s making it past me!','Rescue Erunak Stonespeaker.','What is this? You... rescuing me?$b$b$b$bThis will take some getting used to.','','','Erunak Stonespeaker Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,40788,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65656,65655,65654,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,0,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28834,13202,5004,0,136,80,82,81,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue the Earthspeaker!','Good! You\'ve brought allies.$b$bYou must hurry if we are to rescue Erunak.$b$bGo now. Fight your way through Neptulon\'s halls. Find the shaman and free him from these worms... if he still lives.$b$bDon\'t worry about them coming up from behind you. I\'ll see that nothing makes it past me!','Rescue Erunak Stonespeaker.','','','','Erunak Stonespeaker Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,40788,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65656,65655,65654,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,0,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28835,13202,368,0,540672,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Necessary Refreshment (Backup Groundspawn Quest)','It sure gets hot out here in the Valley of Trials.$B$B$B$BIf only I had some cactus apples, I could make my famous cactus apple surprise! Nothing cools you off faster than a piece of that delicious treat.$B$BI\'ll tell you what, $N. If you bring me 6 cactus apples, I\'ll make you a few portions of cactus apple surprise to take with you on your adventures. If you\'re interested, you can find cactus apples growing near the cactus plants around here.','Obtain 6 Cactus Apples.','','','','','','','',11583,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11584,0,0,0,10,0,0,0,76,0,0,0,0,0,7,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28836,13202,5004,0,136,80,82,81,0,0,0,0,0,0,0,0,0,0,0,0,'Sins of the Sea Witch','That vile worm has earned a thousand deaths!$b$bIt won\'t be easy. She and her minions are firmly entrenched in this place, but she\'s bound to be exhausted from her fight with Neptulon.$b$bNow is the time to strike! We won\'t have another opportunity like this.$b$bRun her through, $n!','Slay Lady Naz\'jar in the Throne of Tides.','','','','Lady Naz\'jar Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,40586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65657,65659,65658,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,0,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28837,13202,618,0,8,49,54,0,0,0,0,0,0,0,0,0,28847,0,0,0,'Altered Beasts','We, the blue dragons, have been forced out of our home, Mazthoril. An impostor by the name of Umbranse has taken advantage of us in our weakest hour, and now occupies the cave.$b$bMazthoril is a place of extremely potent magic, and he does not know how to wield it. Even the wildlife suffers.$b$bThe beasts nearby have been altered. Please, $r, I must ask you a favor. Gather their brains, so I can see if I can undo this Umbranse\'s wild magic.','Obtain 5 Mana-Addled Brains from Altered Beasts.','','','','','','','',66052,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28838,13202,618,0,327688,53,54,0,0,0,0,0,0,0,0,1,28837,0,0,0,'The Owlbeasts\' Defense','What a shame. Whatever Umbranse has done, he has prevented me from undoing his magic.$b$bHe is wiser than I had anticipated.$b$bI do have a backup plan, however. I have seen owlbeasts enter and leave Mazthoril, even after Umbranse took control. Their ancient druidic magic must be capable of disabling Umbranse\'s. Luckily, I happen to be somewhat of an expert in their methods.$b$bTravel south, to Dun Mandarr. You will find a chest with a dreamcatcher in it.$b$bThat will be your first step.','Obtain an Owlbeast Dreamcatcher from Dun Mandarr.','','','','','','','',65902,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28839,13202,618,0,851968,53,54,0,0,0,0,0,0,0,0,0,28838,0,65902,1,'Magic Prehistoric','The owlbeasts\' sacred caves are located to the east. Within several of these caves, you should find totems. I want you to approach these totems and gather whatever essence you can from them. The dreamcatcher should absorb this essence for use within Mazthoril.','Obtain the Essence of the Claw-Totem, the Essence of the Life-Totem, and the Essence of the Moon-Totem.','','','','','','','',65899,65900,65901,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28840,13202,618,0,524288,53,54,0,0,0,0,0,0,0,0,0,28839,0,0,0,'Winterwater','I don\'t want our gambit to fail, $n. Such a failure would only draw attention to our efforts, giving Umbranse an opportunity to hone his defenses. No, we have to do this right the first time.$b$bThe Frostwhisper Gorge, to the south, provides us access to powerful ice elementals. The water within these elementals\' hulls should amplify the power of your dreamcatcher, ensuring our efforts.$b$bObtain this water, $N. Then return to our small camp.','Obtain 7 Winterwater from Ice Avatars in Frostwhisper Gorge.','','','','','','','',65903,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67173,67190,67207,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28841,13202,618,0,8,53,55,0,0,0,0,0,0,0,0,0,28840,0,66060,1,'The Arcane Storm Within','Mazthoril\'s innate magic can wreak unimaginable havoc if mishandled. Umbranse\'s wanton casting within the cavern has opened up a number of tesseracts - in other words, portals - connecting to other worlds. If I am to return to Mazthoril, these tesseracts must be closed.$b$bThe dreamcatcher will close the portals, buying you safe entrance into Umbranse\'s lair. First defeat whatever comes out of the tesseracts, then use the dreamcatcher to quickly close them, before anything else spills into this world.','Use the Empowered Dreamcatcher to close 5 Arcane Tesseracts within Mazthoril.','','','','Arcane Tesseract closed','','','',0,0,0,0,0,0,0,0,0,0,0,0,50291,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,61200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28842,13202,618,0,8,53,55,0,0,0,0,0,0,0,0,0,28840,0,66061,1,'Umbranse\'s Deliverance','Umbranse lurks in the back of Mazthoril. His time has come.$b$bUnfortunately, I am unable to join you on this quest. While I\'d love to get my hands on that snake, Mazthoril\'s magic would rip me apart in its current state. No, I need you to finish this for me.$b$bWhen the deed is done, use this charm. It will return you safely to the egress.','Slay Umbranse the Spiritspeaker.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50325,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,67222,67174,67191,67208,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,0,0,0,0,0,0,73500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28843,13202,5004,0,136,80,82,81,0,0,0,0,0,0,0,0,0,0,0,0,'Sins of the Sea Witch','Naz\'jar! She\'s the one responsible for this mess.$b$bShe\'s in here somewhere, $n. She must be exhausted after that fight with Neptulon.$b$bNow is the time to strike! We won\'t have another opportunity like this.$b$bI\'ll handle anything that tries to aid her from this direction.$b$bFind her, $n, and run her through!','Legionnaire Nazgrim wants you to slay Lady Naz\'jar.','Hellscream shall know of your deeds here, $n.$b$bWithout you, things here would be far worse.$b$bLok\'tar ogar, my friend!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,65657,65659,65658,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,0,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28844,13164,989,0,16520,83,83,0,0,0,0,0,0,0,0,0,0,0,67247,1,'[DEPRECATED] Hyena Harvest','Look, $n!$b$bI have taken your bait and fashioned traps that will be most useful in your next task.$b$bFar to the southeast of here run a dangerous pack of Bloodsnarl Hyenas.$b$bI am confident that they can be tamed and used to great effect in our performance.$b$bLay one of these next to them and they won\'t be able to resist it.$b$bThen, once they\'re trapped, you just have to collect them and bring them back.$b$bIt works almost every time!','Use Sullah\'s Hyena Trap to capture 5 Bloodsnarl Hyenas.','','','','','','','',66053,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28736,13202,989,0,4224,83,83,0,0,0,0,0,0,0,0,1,0,0,0,0,'Fire From the Sky','The remnants of Schnottz\'s organization persist here on the Maker\'s Ascent, making the region deadly to any who draw near.$b$bThere\'s plenty of ammunition, but without a good spotter, I\'m just firing blind.$b$bHop in and give me a hand here. Those soldiers won\'t know what hit them!','Board the Confiscated Artillery and use it to kill 100 Schnottz Infantrymen.','','','Speak to the Weathered Nomad in Pilgrim\'s Precipice.','Infantrymen Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,48859,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28846,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Repel the Paratroopers Accepted Tracking Event','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28847,13202,618,0,262152,51,54,0,0,0,0,0,0,0,0,0,28628,0,0,0,'The Pursuit of Umbranse','We have isolated Umbranse\'s position here in Winterspring. It is as I suspected.$b$bUmbranse is at Mazthoril, the cavern that once belonged to the blue dragonflight, in the southwest. My mother, Haleh, will greet you there. She is stationed outside of the cave in a small camp with a few other survivors.$b$bLook for her campfire.','Report to Haleh at Beryl Egress in Winterspring.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28848,13202,618,0,262152,49,51,0,0,0,0,0,0,0,0,0,28537,0,0,0,'Trailing the Spiritspeaker','I have heard tales of Umbranse, though I have not ever met him in person. Rumor has it that he\'s been collecting magical artifacts, though for what purpose, I couldn\'t say.$b$bBest pass this information on to a trusted ally. Nymn, the high elf, can be found within Everlook, the large goblin town to the northeast. Tell him all that we learned today.','Report to Nymn at Everlook in Winterspring.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28849,13202,16,0,136,84,84,0,0,0,0,0,0,0,0,0,26361,26388,0,0,'Twilight Skies','I just got word from Orgrimmar that the Warchief wants us to move out. We wouldn\'t have been ready if it wasn\'t for your help!$B$BThe plan is for the air fleet to take off immediately, and for the navy to follow close behind. Hellscream will be accompanying the air fleet and specifically requested that you come along with us.$B$BNo time to delay! Go to the Southern Rocketway Terminus here in Azshara, and check in with Friz Groundspin. I\'ll bring the zeppelin around to pick you up.','Check in with Friz Groundspin at the Southern Rocketway Terminus in Azshara.','Another $c for the Highlands? Here, sign this indemnification waiver...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,45000,0,0,0,0,0,0,0,0,0,0,165600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28850,13202,4755,0,262272,1,3,0,0,0,0,0,0,0,0,0,14157,0,0,0,'The Prison Rooftop','I don\'t understand why the king wants to waste time saving his hide, but if you want to risk your life, then be my guest.$B$BCrowley and his men are holed up upstairs, probably plotting against the king as we speak!','Speak to Darius Crowley upstairs in the Stoneward Prison in Gilneas City.','Greymane\'s right. These beasts do not give a damn about our politics.$B$BGilneas needs to stand together.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28851,13202,989,0,278664,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRECATED] Sullah\'s Sideshow','Welcome, my friend!$b$bThe fruits of our labor have paid off abundantly! The time has come for us to give a dress rehearsal.$b$bOh, before we begin, I have a favor to ask.$b$bThere was a small snafu with a stubborn pygmy, so I have to ask that you take his place for the performance.$b$bI\'m sure you\'ll be able to pick it right up. You\'re a natural!$b$bBreak a leg, my friend!','Speak to Sullah at Sullah\'s Sideshow.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28852,13164,4950,0,136,84,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'Soften them Up','At last, reinforcements! I\'m so glad you\'re here. We never imagined just how entrenched the Twilight\'s Hammer forces are. And there are so many!$B$BSeveral of our drakes have been captured just inside the main hall. Please, break their bonds and free them.$B$BOnce free, together we can scourge these halls clean with flame. Just climb aboard a red drake and call out your targets. You will definitely want to cut down the enemy numbers before delving deeper into the ruins.','Free a Red Drake within Grim Batol and use it to destroy 30 Troggs.','','','','Trogg Dweller slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,39450,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66943,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28853,13164,4950,0,8,84,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'Kill the Courier','Thank you, $c, for braving the horrors of this dark and terrible place.$B$BThe bowels of Grim Batol are the heart of Cho\'gall\'s war machine. If we are to stop his machinations throughout the Highlands, we must learn all we can from these depths.$B$BSeek out Drahga Shadowburner within. He is Cho\'gall\'s runner, the link between here and the Bastion of Twilight. We must learn the secrets he carries.','Kill Drahga Shadowburner and grab his Missive to Cho\'gall.','$B$BIt\'s all here, $N. Details of how the cult is tearing up the Highlands, who they\'ve sent, where they are, and what they plan to do. Invaluable.$B$BI shall distribute this knowledge to the rest of the Earthen Ring at once. Thank you, friend.','What have you discovered, $c?','','','','','',66927,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66937,66936,66938,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28854,13164,4950,0,136,84,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'Closing a Dark Chapter','This terrible place was Alexstrasza\'s nightmare. During what mortals call the second war, she was chained in the depths below, her tormented offspring forced to serve the demon-corrupted Horde.$B$BAlexstrasza may be free, but the beast known as Erudax still corrupts her offspring below.$B$B$B$BDestroy him, $c. Crush him that we may end these horrors once and for all!','Slay Erudax, the Duke of Below.','So it is done.$B$BWould that I could bring this entire mountain down upon itself, I would.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40484,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,66934,66935,66933,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28855,13202,33,0,263168,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northern Stranglethorn 4.x: PRK - E - Just Hatched FLAG','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28856,13202,1377,0,262152,54,55,0,0,0,0,0,0,0,0,0,0,8280,0,0,'The Sands of Silithus','Let\'s see... oh, here\'s a good one! Silithus!$b$bSo, apparently the Cenarion Circle needs assistance with an insect infestation of some sort.$b$b$b$bUgh! No thanks, not for me. I\'m perfectly happy freezing to death here in Everlook if the alternative is bugs.$b$bHmm... it says here that visitors should speak with Windcaller Proudhorn, and the easiest way to get there is via the path up Un\'Goro Crater\'s northwestern cliffs.$b$bYou interested?','Report to Windcaller Proudhorn at Cenarion Hold in Silithus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,3,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28857,13202,4,0,8650760,54,55,0,0,0,0,0,0,0,0,0,0,25710,0,0,'Blasted Lands: The Other Side of the World','Now here\'s an interesting one. It says to report to Quartermaster Lungertz at Nethergarde Keep, in the Blasted Lands. That\'s just about as far as you can get from here!$B$BIt says they\'re having trouble with Horde attacks. Hmph! I didn\'t know the Horde even had an outpost in the Blasted Lands! They tend to worry more about demons and less about rivalries down there, as I understand it.$b$bYou\'ll have to cross the Great Sea, then travel south from the Swamp of Sorrows.$b$bYou interested?','Report to Quartermaster Lungertz at Nethergarde Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,3,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28858,13202,4,0,262152,54,55,0,0,0,0,0,0,0,0,0,0,25674,0,0,'Blasted Lands: The Other Side of the World','Now here\'s an interesting one. It says that members of the Horde should talk to Okrilla at Dreadmaul Hold.$B$BHmph! I didn\'t even know that the Horde held Dreadmaul Hold!$b$bI guess this Okrilla requires help fighting some ogres and the Alliance. You\'d think she\'d already have her hands full with all the demons down there!$B$BThe best way to Dreadmaul Hold is to cross the Great Sea, then to take the road south from the Swamp of Sorrows.$B$BYou interested?','Report to Okrilla at Dreadmaul Hold in the Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28859,13202,1377,0,262152,54,55,0,0,0,0,0,0,0,0,0,0,8280,0,0,'The Dunes of Silithus','Cenarion Hold, in Silithus, is one of the biggest druid settlements in Kalimdor. Almost as big as Moonglade, mon.$b$bSomeday, maybe Zen\'Aliri be headin\' on over to Cenarion Hold... fightin\' some Twilight\'s Hammer, healin\' the land where the silithid tear it... but Zen\'Aliri\'s master tells him to wait.$b$bSo Zen\'Aliri waits.$b$bThe easiest way to get there is that path up Un\'Goro Crater\'s northwestern cliffs.$b$bIf you got no master... there\'s nothing keepin\' you from movin\' on.','Report to Windcaller Proudhorn at Cenarion Hold in Silithus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,3,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,24300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28873,13202,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,0,0,0,0,'Another Maw to Feed','$B$BStill hungry. It\'s like ... every day, I\'m hungry.$B$BI hear there\'s more food stashed up in the Thundermar Ruins across the river to the north, where all the fighting is. Bring some to my mouth.','Gather 15 Wildhammer Food Stores from the Thundermar Ruins.','','','Bring the food back to Griff at Bloodgulch.','','','','',62324,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28038,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood in the Highlands','You\'ve got some fight in you, $c. You might do well in the crucible.$B$BWhat!? You haven\'t heard of the Crucible of Carnage? That smarmy goblin Gurgthock and his Troll sidekick have been plastering us with leaflets ever since he set up shop here in the Highlands. Champions from all over Azeroth fight to the death in there. You should gather up some friends and see how you fare.$B$BThe Crucible is just to the southwest. Look for Wodin the Troll-Servant somewhere in the middle of a ring of bones.','Talk to Wodin the Troll-Servant at the Crucible of Carnage in Twilight Highlands.','','','Talk to Wodin the Troll-Servant at the Crucible of Carnage.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28872,13202,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,27747,0,0,0,'Total War','Some of the Wildhammer still cling to the hope of reclaiming the Thundermar Ruins to the north, across the river. Burn them out! Smash open kegs of Thundermar Ale. That wicked brew is potent enough to explode when set aflame.$B$BDon\'t ask me why.$B$BAnd don\'t ask me how they drink the stuff.','Smash 10 Thundermar Ale Kegs within the Thundermar Ruins.','','','Return to Harkkan at Bloodgulch.','Wildhammer Kegs Smashed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-164911,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28874,13202,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,27929,0,62775,1,'Hook \'em High','The Wildhammer can train war gryphons faster than we can subvert and control drakes. We can\'t let them continue to outnumber us!$B$BHunt gryphon riders flying over the river north of Bloodgulch. Take this hook and fling it at them as they fly by. Their momentum will hurl them from their mount, right to your feet. Kill the dismounted gryphon riders!','Use the Barbed Fleshook to dismount and kill 4 Thundermar Gryphon Riders.','','','Return to Harkkan at Bloodgulch.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46321,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27750,13164,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'War Forage','$B$BWhenever we Dragonmaw go on the warpath, everyone stops hunting.$B$BThe best tasting food is stolen from the mouths of the enemy. Up on the ridge north of the river there\'s a bunch of wrecked Wildhammer houses. I bet they\'re loaded with food.$B$BBring some to my mouth.','Gather 15 Wildhammer Food Stores from the Thundermar Ruins.','','','Bring the food back to Griff at Bloodgulch.','','','','',62324,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28865,13202,4,0,262152,54,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of the Warmatron','Our venerable warmatron, Okrilla, has sent me to the far reaches of the world in search of suitable heroes that would join our cause. Are you interested in strengthening the Horde\'s grasp over the Eastern Kingdoms? Then take this portal to the Blasted Lands and report to Okrilla at Dreadmaul Hold!','Report to Okrilla at Dreadmaul Hold in Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28866,13164,5088,0,262152,82,83,81,0,0,0,0,0,0,0,0,27061,0,0,0,'Into the Stonecore','You say that this Millhouse Manastorm and High Priestess Azil were to meet inside the Stonecore?$B$BSounds big. We\'d best get on their trail. We don\'t want the Twilight\'s Hammer pulling off something big right under our noses.$B$BSpeak to Earthwarden Yrsa inside the Stonecore. She\'s been stationed there to make sure the Twilight\'s Hammer doesn\'t try to retake the Temple of Earth.','Speak to Earthwarden Yrsa inside the Stonecore.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,1,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28867,13202,4,0,262152,54,54,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nethergarde Needs You!','Nethergarde needs you, $c! I have been sent here by Quartermaster Lungertz to head off Okrilla\'s nefarious lackeys and to recruit able-bodied heroes of the Alliance! Help us fight off the Horde!$B$BIf you are willing, take this portal in front of me to the Blasted Lands and speak with the quartermaster.','Speak to Quartermaster Lungertz at Nethergarde Keep in Blasted Lands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28868,13202,1,0,8,5,7,0,0,0,0,0,0,0,0,0,0,0,67249,1,'The View from Down Here','We need to halt the construction on this Frostmane village. If we let them get too entrenched, it will be more difficult to keep them from settling here permanently.$B$BIt\'s time to give those brutes a gnome\'s-eye view of the world! Take this gnomish viewpoint equalizer and use it on the Frostmane builders to bring them down to our level. They won\'t be able to lift their tools and construction will come to a standstill.','Use the Viewpoint Equalizer on 5 Frostmane Builders in Frostmane Retreat.','Well done, $N. That\'ll teach them not to mess with us in our home!','','','Frostmane Builders shrunk','','','',0,0,0,0,0,0,0,0,0,0,0,0,50606,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,5,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28869,13202,5042,0,1310856,81,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pebble','If you hadn\'t noticed, there\'s a very small elemental that has taken a liking to you. If you stay on the ground for even a few moments, I\'m sure you\'ll spot him.$B$BYou seem to be quite adept at making friends down here. A good talent to have.','Speak to Pebble in the Shuddering Spires. If you stay on the ground long enough, he should come out of hiding to find you.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28267,13164,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28195,0,0,0,'Firing Squad','Come out back vizh me, $r.$b$bZhere is somezhink I vould like you to see.','Speak to Commander Schnottz.','','','Speak to Harrison Jones at Schnottz\'s Landing.','Went \'Out Back\' With Schnottz','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65805,65804,65803,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28758,13202,4922,0,136,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Life and Death','Alexstrasza and Deathwing have taken into the skies over Grim Batol! Her plan unravels - the Dragon Queen is outside the Circle of Life she prepared earlier. We\'ll need to support her with everything we\'ve got.$B$BHurry! Climb aboard one of the Vermillion Vanguard behind me.$B$BIf we find any Twilight Drakes aiding Deathwing, we will need to kill them off. Mount up, quickly!','Mount a Vermillion Vanguard. Slay 8 Twilight Shadowdrakes.','','','Report to Calen at the base of Grim Batol.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49873,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,63761,63762,63760,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28871,13202,4922,0,4232,84,84,0,0,0,0,0,0,0,0,1,27751,0,0,0,'Crushing the Wildhammer','The Wildhammer grow bold with their new Alliance allies. They dare press across the river. Drive them back!$B$BSeek out and crush the Wildhammer warbrands who fight in the riverbed and within the Thundermar Ruins along the north bank. The best among them carry insignias - gather them for me to prove your allegiance to the Dragonmaw cause.','Kill Wildhammer Warbrands to collect 8 Wildhammer Insignias. Named characters within the Thundermar Ruins will also carry insignias. ','','','Bring the Wildhammer Insignias to Malkar at Bloodgulch.','','','','',62325,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,7,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28586,13202,4922,0,136,84,84,0,0,0,0,0,0,0,0,0,0,0,65162,1,'Pool Pony Rescue','This jerk across from me is getting all of our people killed!$B$BBrett \"the Bummer\" unpacked the Krazzworks in the wrong place and now it\'s highly unstable. The explosions from the instability are throwing our laborers off of the platforms and into the water below.$B$BYou don\'t mind flying down there and rescuing them with some pool ponies, $N?','Use the Pool Ponies to rescue 10 Krazzworks Laborers that have fallen into the water.','Thanks, $N! Now if we could just get the Krazzworks stable so that our people would stop being thrown off of the platforms.','','Return to Flashbang Rothman at the Krazzworks.','Krazzworks Laborers rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,49548,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28876,13202,331,0,262152,19,20,0,0,0,0,0,0,0,0,0,0,13612,0,0,'To the Mor\'shan Rampart','Kadrak at the Mor\'shan Rampart to the north is calling for aid.$B$BThe rampart rests on the border between the Northern Barrens and Ashenvale. It is the front line in the fight against the Alliance.$B$BWe\'re driving the night elves out of the forest. We\'ll claim its resources for the Horde!$B$BTo get there, take the Gold Road north out of the Crossroads.$B$BDestiny calls!','Report to Kadrak at the Mor\'shan Rampart on the border between the Northern Barrens and Ashenvale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28877,13202,17,0,8,12,15,0,0,0,0,0,0,0,0,0,14006,867,0,0,'They Call Him Swiftdagger. He Kills Harpies.','There\'s an orc who lives in the west. At the frayed edge of the cataclysm\'s swath of destruction.$B$BThey call him Swiftdagger, $N. They call him that because ... his ... actually I think that\'s just his name.$B$B$B$BAnyway, he\'s a harpy-killing machine. He kills harpies. Loves it. It\'s a living. Go and see him! See how it\'s done. Live the dream. You might make a career out of it.','Locate Darsok Swiftdagger in Northern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,3,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28878,13202,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Winter Veil Gift','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67443,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28879,13164,0,0,136,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back To The Orphanage','We had the best time with you, $N. We wish you could be our $g daddy : mama; now, but you have to take us back to Orphan Matron Aria in Dalaran.$B$BMaybe you could come visit us again sometime? We loved meeting Winterfin hatchlings and getting to see the dragon queen. No one will believe us when we say we met a Great One!$B$BWe going to miss you, $N. We promise to write letter sometime, oki? ','Return your ward to the Dalaran orphanage by handing in the Oracle Orphan Whistle to Orphan Matron Aria in Dalaran.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71153,23022,0,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98291,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28880,13164,0,0,136,70,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back To The Orphanage','Know what? You not so bad after all, $N. You take Kekek a lot of fun places. Kekek meet a lot of new friends and do things no other pup get to do.$B$BYou, and Hemet Nesingwary, and Snowfall Glade pups all new best friends. Maybe sometime you bring Kekek that green hills book? Kekek promise to write sometimes, too, tell you how things go. Maybe even be nice to big-tongue kids sometimes.$B$BKekek gotta go back to orphan-lady Aria now, back in purple human city.','Return your ward to the Dalaran orphanage by handing in the Wolvar Orphan Whistle to Orphan Matron Aria in Dalaran.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71153,23022,0,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98291,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28881,13202,440,0,262152,46,48,0,0,0,0,0,0,0,0,0,25065,0,0,0,'Prospector Gunstan','Say... you haven\'t been to Southmoon Ruins yet, have you? Oh you simply MUST. They have all sorts of fascinating titan artifacts. Head west, and look for the Explorers\' League tents.','Report to Prospector Gunstan at Southmoon Ruins in Tanaris.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28882,13202,5095,0,32768,85,85,41,0,0,0,0,0,0,0,3,0,0,0,0,'Victory in Tol Barad','We fought hard to get a foothold on this ugly rock and there is no way we are going to let the Horde get in the way of our plans. Keeping control of Tol Barad is our first priority and we need your help, $n. Fight your way to victory in Tol Barad and return to me word of your triumph.','Win a Tol Barad battle and return to Major Marsden at Baradin Base Camp in Tol Barad Peninsula.','What\'s that smell? Ah.....Smells like victory. Your efforts in Tol Barad are a great triumph for the entire Alliance, your contributions will not be forgotten.','','Victory in Tol Barad','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1168,0,0,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28884,13202,5095,0,32970,85,85,41,0,0,0,0,0,0,0,3,0,0,0,0,'Victory in Tol Barad','Maintaining control of Tol Barad is the key to our strategic plans here in the Eastern Kingdoms, $r. We must do whatever it takes to keep the Alliance off this island and that means we need your help. Fight with everything you have to win control of Tol Barad and bring me word of victory.','Win a Tol Barad battle and return to Colonel Karzag at Hellscream\'s Grasp in Tol Barad Peninsula.','You bring word of victory, just as I expected! Any triumph in Tol Barad is in turn a triumph for the Horde. Have no doubt, your efforts here will be rewarded.','Were you victorious against the Alliance?\n','Victory in Tol Barad','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1168,0,0,0,0,0,9,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28885,13202,4922,0,128,84,85,0,0,0,0,0,0,0,0,0,27712,0,0,0,'Mr. Goldmine\'s Wild Ride','Okay, $N, we need to get to the earth portal at the back of the cave.$B$BI\'ve \"procured\" a ride for us. Why walk when we can ride in style? I hope you don\'t mind mine carts.$B$BLet me know when you\'re ready.','Ride the mine cart with Initiate Goldmine to the end of the line.','','','','Speak to Goldmine to get in the cart','End of the line','','',0,0,0,0,0,0,0,0,0,0,0,0,46472,46459,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28886,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'Frost Instructions Tracking Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28887,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'Fire Insutrctions Tracking Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28888,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'Shadow Instructions Tracking Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28889,13202,0,0,1032,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'Arcane Instructions tracking Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28890,13914,1377,0,278528,54,56,0,0,0,0,0,0,0,0,0,0,28891,17355,1,'Wasteland','This is Silithus, $c... a harsh and brutal wasteland. Few know that an ancient war was waged here between the night elves and a malign, alien power. The evil was sealed, but now we suspect that forces work to stir this... unspeakable horror.$B$BSeek out Layo Starstrike, one of my agents. I have sent him to the southeast to investigate the ruins of Southwind Village.$B$BGive him this letter, and he will give you his trust accordingly.','Deliver Rabine\'s Letter to Laylo Starstrike near Southwind Village.','','','','','','','',17355,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,3,0,0,0,0,0,0,4000,0,0,0,0,0,0,0,0,0,0,25200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28891,13914,1377,0,16392,54,55,0,0,0,0,0,0,0,0,0,0,28892,0,0,'The Spirits of Southwind','To our southwest lies a tragic site - the ruins of Southwind Village. This is where our work should begin, $N.$B$BFrom what we\'ve learned, this village was once a night elf base of operations for Silithus. It\'s long since overrun by the silithid hives that infest the wastes. I can only imagine the horror of the village\'s initial sundering...$B$BThe tortured spirits of fallen druids and sentinels wander the ruins aimlessly. Explore this locale, freeing the souls of these wretched beings as needed.','Free the spirits of 8 Tortured Druids and 8 Tortured Sentinels in Southwind Village.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,12178,12179,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,48900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28892,13914,1377,0,16392,54,57,0,0,0,0,0,0,0,0,0,0,28893,0,0,'Hive in the Tower','The hive needs to be addressed in Southwind Village, and I think I know a way to get at them. It\'s been my experience that the silithid hives are very sensitive to their environment; this explains their attacks when hearing the death wails of the spirits.$B$BThe silithid are strongest in the tower - the one with the mass of wasps circling it. Scale the tower and jostle the hive into activity. Report back what you learn, but be careful! If you uncover anything that might help, bring it to me.','Recover the Encrusted Silithid Object.','','','','','','','',0,17346,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28893,13914,1377,0,278528,54,57,0,0,0,0,0,0,0,0,0,0,28894,17346,1,'Umber, Archivist','Analyzing this is key. If it\'s a journal inside this sticky chitin, then the Circle would finally have a window into the past!$B$BGive this to my friend over there. His name is Umber, and the man\'s brilliant. Touched, sure, but brilliant nonetheless! Umber\'s salvaged tomes in far worse shape than this. If it can be saved, he can do it.','Take the Encrusted Silithid Object to Umber.','','','','','','','',17346,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,3,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,26100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28894,13914,493,0,16392,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uncovering Past Secrets','Anyway, you should check back with me relatively soon... that is if you want to know what was in here. As soon as I find out what it is, and if it\'s indeed a book, I\'d be happy to share that information with you.$B$BIn the meantime, I\'d check in with our dear \"den mother\" Rabine. No doubt he\'ll want to know what crazy antics you\'ve been up to. Never leave the den mother waiting, $N... that is, unless you want to be doused in honey.$B$BIt\'s happened, trust me.','Speak with Rabine Saturna at Cenarion Hold in Silithus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18400,18402,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,6,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,65400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28895,13914,1377,0,16392,54,56,0,0,0,0,0,0,0,0,0,0,0,0,0,'Befoulers of the Wind','You are foolish to even have come to a place such as this, $c. But I might have use for even a fool.$B$BI stand vigil here over my master\'s prison, keeping watch across the years. Nothing may interrupt me. Not even the disgusting minions of the earth that roam here, intruders upon the territory of wind...$B$BI despise them! I destroy those that venture close, but I cannot allow myself to waste time on such pests. If you were to do so, however, I could reward you for it...','Destroy 10 Desert Rumblers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,11746,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,50700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28896,13914,1377,0,16448,54,56,0,0,0,0,0,0,0,0,0,0,0,68037,1,'Recalling','The glyphs illustrate an emissary of the Qiraji meeting with three silithid at the bones of a large dragon, and above them is a code... I know this code. I deciphered it when the gates of Ahn\'Qiraj reopened.$B$BBut the Qiraji are long defeated... who is controlling the silithid with this? Take the Glyphs of Calling to the Bones of Grakkarond, south of Cenarion Hold. Use them there and see who shows up. They likely won\'t be friendly... be careful.','Use the Glyphs of Calling at the Bones of Grakkarond to summon the new master of the silithid.','','','','Silithid Caller Revealed','','','',0,0,0,0,0,0,0,0,0,0,0,0,51349,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,6,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,63300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28897,13914,1377,0,278536,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baristolth\'s Plan','The guards here mentioned they\'ve seen the Twilight\'s Hammer cultists moving closer to Hive\'Ashi recently. Could they be amassing forces inside the hive, in secret?$B$BWe\'ve got to get to the bottom of this before they have a chance to put whatever foul plot they\'re brewing into motion.$B$BBaristolth, the hunter just across the way in front of me, has hunted through the hives of Silithus since before you or I were born. He may have a way for you to get inside Hive\'Ashi unnoticed...','Speak with Baristolth of the Shifting Sands in Cenarion Hold.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,2,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(28898,13914,1377,0,16392,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secretion and Subterfuge','I\'ve seen no cultists wandering the surface of Hive\'Ashi to the north. With any luck, we can make our preparations without being noticed.$B$BOne of the organs of the silithid is used to secrete a thick sludge that hardens in the air. This is used to build hives, and by some to lay eggs.$B$BBring me enough of these organs to cover someone twice your height, and do not venture far into the hives just yet.','Collect 8 Hive\'Ashi Secretion Glands from any Silithid in Hive\'Ashi.','','','','','','','',68043,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28899,13914,1377,0,81928,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Riding in Plain Sight','We are prepared. Take this box. Upon opening it, you will be engulfed in silithid mucus and encased within a temporary egg. $B$BUse it near other eggs on the surface of Hive\'Ashi, and the drones should carry you within the hive, unknown to their twilight guardians. The egg should break before you run out of air.','Use the Primed Silithid Mucous near the Hive\'Ashi Egg pile to infiltrate the hive.','','','','Hive\'Ashi infiltrated','','','',0,0,0,0,0,0,0,0,0,0,0,0,51382,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28900,13914,1377,0,16392,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mysteries of the Twilight Hive','It\'s as we suspected... this hive is a hidden base of operations for the Twilight\'s Hammer cult. They have kept their increased activity a secret this way.$B$BWe must find what they are plotting. Search the hive for any clues to their plans, and make sure you leave enough of the lunatics dead to keep them from further scheming.','Search Hive\'Ashi for evidence of the Twilight Hammer\'s plot, and kill 10 Twilight\'s Hammer cultists.','','','','Twilight\'s Hammer slain','Clues found','','',0,0,0,0,0,0,0,0,0,0,0,0,51380,51379,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17000,0,0,0,0,0,0,0,0,0,0,65400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(28901,13914,1377,0,16392,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prisoners of Madness','You! Come here! Yes, to the egg! I can just barely see you.$B$BIt looks like Baristolth improved his disguise before you tried it... I\'m still stuck in this thing. I\'m the scout he sent ahead here.$B$BNo, no, there\'s no time to assist me! You have to help the others! They\'ve got prisoners all throughout this hive... Find them and rescue them.$B$BI\'ll get out of this thing myself... how hard could it be?','Rescue 5 Hive\'Ashi Prisoners.','','','','Hive\'Ashi Prisoner rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,51376,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,5,0,0,0,0,0,0,8500,0,0,0,0,0,0,0,0,0,0,52500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28902,13914,1377,0,16392,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hive\'Zora B/C','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,39000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28903,13914,1377,0,16392,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Faceless','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,51424,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28904,13914,1377,0,5324808,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bad Stuff','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,51393,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28905,13202,0,0,128,85,85,0,0,0,0,0,0,0,0,8,0,0,0,0,'Daily Heroic Random (1st) (Cataclysm)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(28906,13202,0,0,128,85,85,0,0,0,0,0,0,0,0,8,0,0,0,0,'Daily Heroic Random (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28907,13202,0,0,128,83,85,0,0,0,0,0,0,0,0,8,0,0,0,0,'Daily Normal Random (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(28908,13202,0,0,128,83,85,0,0,0,0,0,0,0,0,8,0,0,0,0,'Daily Normal Random (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,312300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(28909,13202,1637,0,136,84,84,0,0,0,0,0,0,0,0,0,28717,0,0,0,'Sauranok Will Point the Way','I see you haven\'t yet spoken to my advisor, Sauranok the Mystic. He has been at my side since our campaign together in Northrend.$B$BTo assault the Twilight Highlands, we\'re going to need a map of the shoreline. I have tasked Sauranok with digging up this information. See if he can use your assistance! He is standing right next to me.','Speak with Sauranok the Mystic at Grommash Hold in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,0,33000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(28910,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Northern Stranglethorn Vale bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28911,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Horde\'s Northern Stranglethorn Vale bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28912,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28913,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Southern Barrens bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28914,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Horde\'s Southern Barrens bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28915,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28916,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Swamp of Sorrows bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28917,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Horde\'s Blasted Lands bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28918,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Horde\'s Western Plaguelands bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28919,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Horde\'s Azshara bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28920,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Horde\'s Un\'Goro bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28921,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28922,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Northern Stranglethorn Vale flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28923,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28924,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Northern Stranglethorn Vale flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28925,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Badlands flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28926,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Southern Barrens flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28927,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Southern Barrens flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28928,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Stonetalon Mountains flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28929,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Swamp of Sorrows flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28930,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Blasted Lands flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28931,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28932,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Un\'Goro Crater flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28933,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28934,13596,0,0,4224,81,-1,0,0,0,0,0,0,0,0,1,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it looks like it\'s in the Uldum, just east of the Tomb of Khartut, close to the entrance from Tanaris. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Technicians and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon east of the Tomb of Khartut in Uldum, then return to Inspector Snip Snagglebolt in Stormwind.','','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,51613,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28935,13596,0,0,4224,81,-1,0,0,0,0,0,0,0,0,1,0,0,50130,1,'Crushing the Crown','This ledger is full of locations, and I need you to investigate and take action, pal. This has gone on long enough.$b$bHere\'s an entry I want you to check out: it looks like it\'s in Uldum, east of the Tomb of Khartut and near the entrance from Tanaris. Get out there and rough \'em up.$b$bOh, and if you see something big and dangerous enough that it needs destroying, toss this bomb at it.','Kill 5 Crown Technicians and use Snagglebolt\'s Khorium Bomb to destroy one chemical wagon east of the Tomb of Khartut in Uldum, then return to Detective Snap Snagglebolt in Orgrimmar.','','','','Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,38035,51613,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49927,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28936,13914,45,0,134217736,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Diva Dilemma','TBD.','Kill 6 naga.','','','','Grimscale naga slain.','','','',0,0,0,0,0,0,0,0,0,0,0,0,51622,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28937,13914,45,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alliance Breadcrumb','Monsters! They were monsters I tell you!$B$B Our ship pulled into port just south of Stromgarde, but the coast there is infested with strange creatures. $B$B Other than seeing their ugly mugs and hearing strange gurgling noises, I didn\'t wait to find out what they wanted. You\'d better go help my shipmates, $N!','Talk to Lady Gurga in Faldir\'s Cove.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28938,13914,45,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,68606,1,'Save the Children','TBD','Save 6 baby murlocs.','','','','Confused Murloc saved','','','',0,0,0,0,0,0,0,0,0,0,0,0,51625,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28939,13914,3358,0,134217736,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beware of Strangers','TBD','Slay Grimscale.','','','','','','','',68599,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28940,13914,45,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get Antidote','TBD','Collect 6 plants.','','','','','','','',68604,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28941,13914,45,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,68607,1,'Transformation','tbd','Use the Candy Cleanser on 6 murlocs.','','','','Candy Cleanser used','','','',0,0,0,0,0,0,0,0,0,0,0,0,51626,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28942,13914,45,0,8,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revenge!','TBD','Use the item on Grimscale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28943,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Twilight Highlands bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28944,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Horde\'s Twilight Highlands bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28945,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Twilight Highlands flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28946,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Twilight Highlands flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28947,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Alliance\'s Uldum bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28948,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desecrate this Fire!','','','Desecrate the Horde\'s Uldum bonfire!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,45437,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(28949,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Uldum flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28950,13914,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','','','Honor the Uldum flame.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28951,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28952,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28953,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28954,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28955,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28956,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28957,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28958,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28959,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28960,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28961,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28962,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28963,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28964,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28965,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28966,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28967,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28968,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28969,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28970,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28971,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28972,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28973,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28974,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28975,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28976,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28977,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28978,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28979,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28980,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28981,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28982,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28983,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28984,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28985,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28986,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28987,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28988,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28989,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28990,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28991,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28992,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28993,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28994,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28995,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28996,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28997,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28998,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(28999,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29000,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29001,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29002,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29003,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29004,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29005,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29006,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29007,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29008,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29009,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29010,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29011,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29012,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29013,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29014,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29015,13596,17,0,2097160,10,16,0,0,0,0,0,0,0,0,0,14004,0,0,0,'Miner\'s Fortune','Hey $r, you interested in treasure? I knew that would get your attention.$b$bWord from the river dock here is that one of the miners in the Venture Company\'s Boulder Lode mine just northeast of here discovered an emerald the size of your fist.$B$BI know a few buyers who\'d be interested in getting their hands on something like that, and I\'d be willing to go half and half on its sale. You in?','Retrieve the Cats Eye Emerald from one of the Venture Co. Overseers or Enforcers.','','','','','','','',5097,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59570,59571,59572,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81040,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29016,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29017,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29018,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29019,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29020,13914,0,0,2097152,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candy Bucket','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48802,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29021,13596,17,0,0,14,16,0,0,0,0,0,0,0,0,0,876,0,5088,1,'Samophlange','The Venture Company have a small research facility west of here, just past the Sludge Fen. I don\'t know very much about what they\'re doing, but did manage to discover that they\'re experimenting with something called a \"samophlange\".$b$bNow what the heck is a samophlange? Well, whatever it is, I want to examine it, so I need someone to go get it.$b$bI obtained a copy of their control system operating manual, you should be able to figure out how to disengage the samophlange from it.','Access the control console at the Venture Company research site.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29022,13596,17,0,8,14,16,0,0,0,0,0,0,0,0,0,29021,0,0,0,'Samophlange','The three control valves are currently opened. The various readings on the control panel lead you to presume that they must be shut off before the apparatus can be shut off.','Close off the Fuel Control Valve, the Regulator Valve and the Main Control Valve then use the control console again.','','','','Shut off Main Control Valve','Shut off Fuel Control Valve','Shut off Regulator Valve','',0,0,0,0,0,0,0,0,0,0,0,0,-4072,-61936,-61935,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29023,13596,17,0,0,14,16,0,0,0,0,0,0,0,0,0,29022,0,0,0,'Samophlange','With the apparatus deactivated, the control panel can be opened up and the samophlange removed from the console. With everything else in place, all that is left is to acquire the key to unlock the console.','Get the Console Key from Tinkerer Sniggles.','','','','','','','',5089,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29024,13596,17,0,8388608,14,16,0,0,0,0,0,0,0,0,0,29023,0,5054,1,'Samophlange','Pulling open the face of the control console reveals a dense jumble of wires, tubing and other strange mechanical objects--most of which seem to serve no practical purpose. Pushing them aside and digging deeper into the console, you find the samophlange. A tug removes it from its housing.','Return the Samophlange to Sputtervalve at Nozzlepot\'s Outpost in Northern Barrens.','','','','','','','',5054,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59568,59569,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29025,13914,17,0,16384,10,14,0,0,0,0,0,0,0,0,0,0,0,11142,1,'Samophlange Repair','Well that didn\'t go as expected. I think I busted it.$B$BNo need to panic, though. Do me a favor and walk this across the way to Brak here in the camp. He\'ll bang this sucker back into shape real quick!','Walk the Broken Samophlange over to Brak Blusterpipe within the encampment.','','','','','','','',11142,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29026,13596,17,0,0,14,16,0,0,0,0,0,0,0,0,0,14003,0,11146,1,'Wenikee Boltbucket','I think I really put my foot into that one - it looks like I might have knocked one of the load-bearing fluxors into the spokes of the deregulator gear. We can fix this, easy. I know an expert on triple-expansion piston drives who would love to get her hands on a samophlange. Take the broken samophlange to Wenikee Boltbucket, just south of Mor\'shan Rampart, she\'ll patch \'er right up.$B$BHey, no need to walk - this gives me the perfect opportunity to test my personal people porter device!','Bring the Broken and Battered Samophlange to Wenikee Boltbucket. Talk to Brak to teleport directly to her.','','','','','','','',11146,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29027,13596,17,0,12426,14,16,0,0,0,0,0,0,0,0,1,29026,0,0,0,'Nugget Slugs','I want to fix this samophlange, but to do that I\'m going to need some supplies. I ran out of seventeen-point-five gauge nugget slugs and I\'m going to need a bunch of those for the work ahead.$B$BUnfortunately, the closest place to get them is the Burning Blade farm to the southwest. The place will be heavily guarded, so be careful, but the samophlange just might be worth the risk. Search the tool buckets, then return to me when you\'ve gathered enough nugget slugs.','Collect 10 Nugget Slugs from buckets around the Burning Blade farm to the southwest.','','','','','','','',11143,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29028,13914,361,0,262152,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into Jaedenar','The Shadow Council corrupts this once beautiful forest from their stronghold, Jaedenar, in the northwest.$B$BNow, one of our own is missing. We sent a lone scout by the name of Andalar Shadevale to Jaedenar, in hopes of thinning the enemy\'s ranks by stealth. $B$BWe have not heard from him in days, and we fear the worst. There is a small chance he may still be alive. $N, please go at once and find him!','Find Andalar Shadevale in Jaedenar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,8700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29029,13914,361,0,262152,44,46,0,0,0,0,0,0,0,0,0,0,28126,0,0,'Dying Knowledge','$B$BTake this water to our scout in the field. He should be able to purify it for our attack on the Shadow Hold\'s defenses!','Take the filled canteen to Andalar Shadevale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29030,13914,0,0,2359296,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','The Midsummer Fire Festival is a time to honor the elements. The element of fire stirs passion within us all. Many times, that passion pours out into aggressive actions. But here, in this land, we focus our passion on reverence.$b$bWe will honor the flame as tradition dictates. Will you honor the flame with us, $n?','Honor the Earthen Ring Bonfire in Hyjal.','Honor the Mount Hyjal flame.','','Honor the Earthen Ring Bonfire in Hyjal.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,95988,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29031,13914,0,0,2359296,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','The Midsummer Fire Festival is a time to honor the elements. The element of fire stirs passion within us all. Many times, that passion pours out into aggressive actions. But here, in this land, we focus our passion on reverence.$b$bWe will honor the flame as tradition dictates. Will you honor the flame with us, $n?','Honor the Earthen Ring Bonfire in Vashj\'ir.','Honor the Vashj\'ir flame.','','Honor the Earthen Ring Bonfire in Vashj\'ir.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,95988,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29032,13914,618,0,12426,50,-1,0,0,0,0,0,0,0,0,1,0,29034,0,0,'Get Them While They\'re Young','I can teach you to ride a Winterspring frostsaber, but it takes time and dedication. For this to work, both saber and rider must be highly trained and both must share a bond of deep trust.$B$BThe cubs are only receptive to this training if they\'re introduced to their riders at a young age. Some of the cubs in the dens surrounding Frostsaber Rock are at the proper age to begin their training. If you help me gather the most promising of those cubs, I\'ll allow you to begin training with your own cub.','Gather 8 Frostsaber Cubs from the dens around Frostsaber Rock.','','','','','','','',68638,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29033,13914,618,0,8,50,53,0,0,0,0,0,0,0,0,0,0,0,0,0,'[PH] Bridle Buy-In','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29034,13914,618,0,8,50,-1,0,0,0,0,0,0,0,0,0,0,0,68646,1,'They Grow Up So Fast','I think this little fellow will be a good match for you.$B$BThis cub is going to require a lot of attention to ensure that he grows up strong and healthy. You should check up on your cub at least once each day. Feeding and caring for your Winterspring cub is the best way to build a bond of trust with him.$B$BAs your cub grows, he will shed his old whiskers and grow new ones appropriate to his size. Once your cub has shed twenty whiskers, bring him back to me along with some materials for your saddle.','Accumulate 20 Winterspring Cub Whiskers shed by your Winterspring Cub. Bring the whiskers, 20 Runecloth, 20 Rugged Leather, and 80 gold to Rivern Frostwind.','','','','','','','',68644,14047,8170,0,0,0,20,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13086,69986,0,0,1,1,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,-800000,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29035,13914,618,0,2232328,50,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'A Cub\'s Cravings','Your Winterspring cub looks at you and licks its lips. The little cat must be hungry and it\'s up to you to find a suitable meal for your charge.$B$BRivern Frostwind mentioned keeping some shardtooth bear meat on hand for feeding his frostsaber cubs. Perhaps your cub would enjoy some fresh shardtooth meat of its own. Various kinds of shardtooth bears can be found all over Winterspring.','Gather 6 pieces of Shardtooth Meat from any of the Shardtooth bears in Winterspring and feed them to your Winterspring Cub.','','','','Feed Shardtooth Meat to Cub','','','',0,0,0,0,0,0,0,0,0,0,0,0,51694,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68644,0,0,0,1,0,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,97188,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29036,13914,0,0,2359296,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Flame','The Midsummer Fire Festival is a time to honor the elements. The element of fire stirs passion within us all. Many times, that passion pours out into aggressive actions. But here, in this land, we focus our passion on reverence.$b$bWe will honor the flame as tradition dictates. Will you honor the flame with us, $n?','Honor the Earthen Ring Bonfire in Deepholm.','Honor the Deepholm flame.','','Honor the Earthen Ring Bonfire in Deepholm.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23247,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,95988,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29037,13914,618,0,2232328,50,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'\'Borrowing\' From the Winterfall','Your cub looks at you expectantly. What could it want now?$B$BThe little cat licks its lips. It must be meal time again! As the cub\'s surrogate $gfather:mother; you\'re responsible for providing meat until it can hunt on its own.$B$BBut what if you let someone else do the hunting? The Winterfall furbolg of Winterspring usually have a lot of smoked meat on hand in both of their camps. Surely, they wouldn\'t miss a few pieces and your cub would get to try something new.','Obtain 6 pieces of Smoked Meat from either Winterfall furbolg camp in Winterspring and feed them to your Winterspring Cub.','','','','Feed Winterspring Cub Smoked Meat','','','',0,0,0,0,0,0,0,0,0,0,0,0,51700,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68644,0,0,0,1,0,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,96110,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29038,13914,618,0,3149832,50,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'Hunting Practice','Your Winterspring cub paws playfully at your hands. Without any playmates, the cub has few chances to practice its hunting skills.$B$BPerhaps you should take your cub hunting for the small arctic hares that burrow in the snow of northern Winterspring. Bring your cub close to the mounds of snow covering the hare burrows and wait for the cub\'s instincts to take over.','Bring your cub near snow-covered burrows in northern Winterspring 5 times to help it learn how to hunt arctic hares.','','','','Hunting Practice','','','',0,0,0,0,0,0,0,0,0,0,0,0,51711,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68644,0,0,0,1,0,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,96111,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29039,13914,618,0,3149832,50,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'Hunting Practice','Your Winterspring cub paws playfully at your hands. Without any playmates, the cub has few chances to practice its hunting skills.$B$BPerhaps you should take your cub hunting for the small arctic hares that burrow in the snow of northern Winterspring. Bring your cub close to the mounds of snow covering the hare burrows and wait for the cub\'s instincts to take over.','Bring your cub near snow-covered burrows in northern Winterspring 5 times to help it learn how to hunt arctic hares.','','','','Hunting Practice','','','',0,0,0,0,0,0,0,0,0,0,0,0,51711,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68644,0,0,0,1,0,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,96111,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29040,13914,618,0,2232328,50,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'Cub\'s First Toy','The winterspring cub plays with a small tuft of fur from a large animal, batting the discarded hair about. While your cub looks like it\'s enjoying the new game, you wonder if it might get more enjoyment from a proper cat toy.$B$BWith a little bit of leather from a yeti pelt and some feathers from crazed moonkin, you could make a respectable toy. You\'ll need a hide from the yeti in the Ice Thistle Hills southeast of Everlook and feathers from the moonkin at the Hidden Grove or Owl Wing Thicket.','Obtain a Tough Yeti Hide from any Ice Thistle Yeti and 5 Wildkin feathers. Combine them to make a Winterspring Cat Toy and use it to play with your Winterspring Cub.','','','','Try out Winterspring Cat Toy','','','',0,0,0,0,0,0,0,0,0,0,0,0,51763,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68644,0,0,0,1,0,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,96110,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29041,13914,5706,0,4210824,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Welcome to Paradise','Eaaaauuuugggghhhh!$B$BOh my goodness, I thought you were one of THEM.$B$BWho are you? $N? Look, we could really use your help.$B$B$B$BAre you blind? The entire resort\'s on fire! These pesky little Flamekin Firestarters are running around the place, torching everything they can get their grubby little claws on. Kill them all before our profits suffer!','Kill 6 Flamekin Firestarters','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52007,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29042,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kitchen Clean-Up','Why would anyone want to attack us? We\'re not hurting anybody! Anyway, it\'s a good thing you showed up when you did.$B$BLook $N, I need to find out who\'s sabotaging us before I lose my job. You\'re going to go undercover and dig up as much information as you can. First though, you need to show me you can blend in as one of our staff.$B$BFirst thing we need to do is keep this place clean. Go down to the beach to the west and clean up any empty cans that you see.','Collect 8 Empty Kaja\'Cola cans','','','','','','','',68669,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29043,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,68677,1,'Lunch Break','Are you the new assistant that Lasha\'s been talking about?$B$B$B$BI need you to deliver these leftover lunches to the rest of the Resort Staff. I don\'t like my Staff taking their own meal breaks - they run the risk of wandering into forbidden places, loitering, or even gossiping. Filthy habits! Make sure they eat the food!','Deliver lunch to 5 Resort Staff','','','','Resort Staff fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,51722,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29044,13914,5706,0,3162248,83,85,0,0,0,0,0,0,0,0,0,0,0,68678,1,'No Child of Mine','The only thing I detest more than sunshine and rainbows are children. And our omnipresent guests are always bringing their brats along on their so-called family vacations! The pests run around, make loud noises, and are forever tainting my resort with their fun.$B$B$B$BTake this certified Child Safety Harness and bring them back to the child play area. They shouldn\'t be running free around these grounds!','Harness 5 Children.','','','','Children Harnessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,51755,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,93425,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29045,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fit for a King','Now that the resort\'s back up and running, I\'ve got a lot of mouths to feed and no time to waste! I\'m going to make crab risotto and we\'re running low on meat. Bring me back some crab meat from the crawlers around the pools.','Collect 6 King Crawler legs','','','','','','','',68672,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29046,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chef\'s Challenge: Steelback','Those king crawlers you killed earlier are nothing compared to the ultimate crustacean - Steelback. He lives up to his name, but I have faith in you, $N. Now prove that you\'re a worthy student and bring me his claw!','Bring back Steelback\'s Claw','','','','','','','',68674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29047,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chef\'s Challenge: Faewing','I\'ve heard of an enormous moth that inhabits the lake shore to the west. Moth horn is an incredible delicacy, and I\'m planning to use it for an unforgettable dish. Go hunt down Faewing and bring me back its horn.','Bring back Faewing\'s Horn','','','','','','','',68675,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29048,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chef\'s Challenge: Grumpfin','There\'s a fish here that\'s eluded me for years. He lives at the bottom of the largest lake, and we\'ve named him Grumpfin for his personality. I think it\'s time to catch him and cook him! Bring him to me, but be careful - he\'s an ornery old devil.','Bring back Grumpfin\'s Eye','','','','','','','',68676,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29049,13914,357,0,16520,82,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'So Sous Me','TBD','Talk to Auguste Yarmes','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29050,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,68679,1,'Out of Gas','So you need a boat, eh? Well my sweetheart here can take you across the lake, but the Lucky Bucket\'s plum lucked out of gas!$B$BListen, there are some Oil Slimes in the mountains to the south. If you can go fill up my gas tank, we\'ll have enough juice for a nice boat ride. Whaddaya say?','Use the Goblin Gas Tank to siphon oil from 8 dead Oil Slimes','','','','Oil Slimes Siphoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,51762,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29051,13914,618,0,2232328,50,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'Cub\'s First Toy','The Winterspring cub plays with a small tuft of fur from a large animal, batting the discarded hair about. While your cub looks like it\'s enjoying the new game, you wonder if it might get more enjoyment from a proper cat toy.$B$BWith a little bit of leather from a yeti pelt and some feathers from crazed moonkin, you could make a respectable toy. You\'ll need a hide from the yeti in the Ice Thistle Hills southeast of Everlook and feathers from the moonkin at the Hidden Grove or Owl Wing Thicket.','Obtain a Tough Yeti Hide from any Ice Thistle Yeti and 5 Wildkin feathers. Combine them to make a Winterspring Cat Toy and use it to play with your Winterspring Cub.','','','','Try out Winterspring Cat Toy','','','',0,0,0,0,0,0,0,0,0,0,0,0,51763,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68644,0,0,0,1,0,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,96110,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29052,13914,618,0,2232328,50,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'A Cub\'s Cravings','Your Winterspring cub looks at you and licks its lips. The little cat must be hungry and it\'s up to you to find a suitable meal for your charge.$B$BRivern Frostwind mentioned keeping some shardtooth bear meat on hand for feeding his frostsaber cubs. Perhaps your cub would enjoy some fresh shardtooth meat of its own. Various kinds of shardtooth bears can be found all over Winterspring.','Gather 6 pieces of Shardtooth Meat from any of the Shardtooth bears in Winterspring and feed them to your Winterspring Cub.','','','','Feed Shardtooth Meat to Cub','','','',0,0,0,0,0,0,0,0,0,0,0,0,51694,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68644,0,0,0,1,0,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,97188,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29053,13914,618,0,2101256,50,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'\'Borrowing\' From the Winterfall','Your cub looks at you expectantly. What could it want now?$B$BThe little cat licks its lips. It must be meal time again! As the cub\'s surrogate $gfather:mother; you\'re responsible for providing meat until it can hunt on its own.$B$BBut what if you let someone else do the hunting? The Winterfall furbolg of Winterspring usually have a lot of smoked meat on hand in both of their camps. Surely, they wouldn\'t miss a few pieces and your cub would get to try something new.','Obtain 6 pieces of Smoked Meat from either Winterfall furbolg camp in Winterspring and feed them to your Winterspring Cub.','','','','Feed Winterspring Cub Smoked Meat','','','',0,0,0,0,0,0,0,0,0,0,0,0,51700,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68644,0,0,0,1,0,0,0,589,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,96110,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29054,13914,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'Stink Bombs Away!','Greetings, $c! I hope Hallow\'s End is treating you well. Bah, enough of the small talk... Let\'s get down to business. Undercity. They have employed Hags and foul magic to launch petty attacks on our town. Some may say, ignore the childish Horde. I say, let\'s show them!$b$bSpeak to my sister, Gertrude, and she will send you on your way to toss some stink bombs in Undercity.','Speak to Gertrude Fenlow to gain access to a broom, then drop stink bombs in the Undercity.','','','','Bombs Dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,51833,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33226,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29055,13914,5706,0,2113664,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Float My Boat','We\'re all set! Just hop on the boat and we\'ll get going!','Take a ride around the lake on Trip\'s boat','','','','Boat Ride Taken','','','',0,0,0,0,0,0,0,0,0,0,0,0,51751,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,82238,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29056,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fruit Round-Up','You\'re Lasha\'s little helper, aren\'t you? Well she said something about a special errand, and she asked me to whip up some special drinks for our guests. Apparently, there are some new brews that are all the rage in Stormwind and Orgrimmar, but I\'m missing a major ingredient - coconut! Luckily, they grow in the palm trees right around the camp. Fly up there now and get some for me, will you?','Collect 8 coconuts','','','','','','','',68680,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29057,13914,5706,0,4276360,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Firebeak','Okay $N, that\'s it. I\'m not surprised in the slightest that Dodd was behind this. I never liked him, or his stupid moustache! It\'s time to FIGHT BACK!$B$BIn the mountains to the east lives a powerful creature known as Firebeak. He is the key to the Twilight Cultists\' destruction.$B$BFight the beast and show him that you\'re its master. When he is weakened, ride him down the pools to rain destruction upon our enemies!','Fight Firebeak and weaken him','','','','Firefeather subdued','','','',0,0,0,0,0,0,0,0,0,0,0,0,52073,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29058,13914,5706,0,16520,82,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Roc Collection','Okay, now we\'re in a real crisis, and you know what? I\'m MAD! No one tries to destroy MY resort! Especially not that little worm Dodd Finnert. I\'ve always disliked him, especially his stupid moustache!!!$B$BListen $N, we\'re going to try one last, crazy plan that should get rid of the Twilight cultists once and for all. The greater rocs that live in the mountains to the east have enormously fireproof qualities. We\'re going to fashion a fireproof bridle out of their guts. 12 should do it.','Gather12 Roc Guts','','','','','','','',68681,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29059,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,68682,1,'Save \'Em','','','','','','Resort Guests Saved','','','',0,0,0,0,0,0,0,0,0,0,0,0,51929,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29060,13914,5706,0,1065096,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'At Your Service','Now that you\'ve had a chance to blend in, I need you to do go undercover among the guests. We\'ve pinpointed our recent troubles on a surviving branch of the Twilight\'s Hammer, and we think some of guests might be working for them.$B$BTake these drinks and see if you can gather up any clues about the Cultists posing as guests. Some of the customers may need their tongues loosened, so make sure you\'re serving them the right kind of drink.','Serve 6 Resort Guests and gather 4 Twilight Cultist clues','','','','Guests served','Twilight Spy clues collected','','',0,0,0,0,0,0,0,0,0,0,0,0,51941,51950,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29062,13914,5706,0,16520,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finding the Cultist','It sounds like we have a member of the Twilight\'s Hammer in our presence.$B$B$N, it\'s up to you to expose the spy. Question the Resort Guests and accuse anyone who matches the description of a Twilight Cultist!$B$BRemember, the suspect is:$B$BTALL$bRUDE$BWEARING THE COLOR RED$B$BThis isn\'t a task for the weak - if the culprit gives you any trouble, you may have to beat the information out of them.','Question Resort Guests to find the Twilight Evidence','','','','','','','',68702,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29063,13914,5706,0,16512,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Subversion','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29064,13914,5706,0,16512,83,85,0,0,0,0,0,0,0,0,0,0,29050,0,0,'We Need a Boat','It all makes sense now! Initial architectural surveys of this area revealed quite an energetic anomaly. It\'s the same energy that powers these superheated mineral pools.$B$BJudging from the evidence, the Twilight\'s Hammer is going to harness the energy to open a portal to the elemental plane of water! If that happens, our whole venture - and a lot of lives of course - is sunk.$B$B$N, you need to investigate immediately! Go talk to Trip Hullbolt. He has a boat that can take you to the spot on the map.','Speak to Trip Hullbolt','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29065,13914,5706,0,4210824,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Out of This World','We\'ve had no end of trouble here, $N! Sabotaged food shipments, tampered water supply, and now this! You can\'t send a more unsubtle message than fire. We clearly aren\'t wanted here!$B$BBut first things first. Whoever is trying to get rid of us has summoned vile totems all around the grounds. If we destroy those totems, those blasted Flamekin demons will stop appearing.$B$BDestroy any totems that you see before we\'re overrun!','Destroy 6 Twilight Totems','','','','Twilight Totems destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,52014,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29066,13596,616,0,524416,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Good News... and Bad News','$B$B','Talk to Matoclaw at the Grove of Aessina in Mount Hyjal.','What? Blackhorn helped you combat the inferno but escaped in the process? That crafty weasel!$B$BIt\'s not your fault, $N. He\'d probably been plotting this the moment he saw the flames begin creeping up the mountain. We\'ll have to deal with him later.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40056,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29067,13914,0,0,0,1,-1,0,0,0,171,0,0,0,0,0,0,14147,0,0,'Potion Master','Potions, potions, potions. Can I teach you about potions!$b$bYou\'re going to have to bring me samples of your work, so I know you\'re ready.$b$bRemember $N, you can only learn ONE specialization, so if you complete your potion training, then elixir and transmutation specialization will no longer be available.','Bring a large supply of potions to an alchemy trainer in any capital city.','','','','','','','',57191,57192,58488,0,0,0,6,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28675,28676,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29068,13914,0,0,0,75,-1,0,0,0,171,0,0,0,0,0,0,14147,0,0,'Potion Specialist','','','','','','Herbs Used in Flasks or Elixirs','','','',0,41334,0,0,0,0,0,1,0,0,0,0,52023,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,5,0,0,0,0,0,0,0,0,28677,28678,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29069,13914,0,0,0,75,-1,0,0,0,171,0,0,0,0,0,0,14147,0,0,'Transmutation Specialist','','','','','','Successful Transmutations','','','',0,0,0,0,0,0,0,0,0,0,0,0,52024,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,5,0,0,0,0,0,0,0,0,28677,28678,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29070,13914,5706,0,16520,82,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Plight','','Kill 10 Twilight Cultists','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,0,0,0,0,0,0,0,0,0,331200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29071,13596,1519,0,136,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Make Haste to Stormwind!','','','Veterans of Northrend, King Wrynn and the Alliance need your help! Stormwind and the Alliance face unprecedented threats from Deathwing and his Twilight\'s Hammer minions!$B$BPlease find the enclosed hearthstone and use it to transport yourself to Stormwind. The crown has arranged lodging for all returning heroes at the The Golden Keg in the Dwarven District.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68808,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29072,13914,5706,0,4210824,83,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Last Resort, Literally','We\'ve managed to stop the assault temporarily, leaving Dodd vulnerable.$B$BHowever, in all the chaos, he was able to summon Ahti, a powerful elemental lord, across the rift and into our world. With Ahti\'s allegiance, the Twilight\'s Hammer will pour into the nearby regions, killing thousands of innocents.$B$BThis is bigger than me or this resort. We must stand against them here and now. I ask of you one last task - kill Ahti and save us all.','Kill Ahti','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52063,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29073,13596,1637,0,136,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,'Make Haste to Orgrimmar!','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68809,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29074,13914,0,0,8388608,1,-1,0,0,0,0,0,0,0,0,0,0,29075,0,0,'A Season for Celebration','Merry met, $c!$B$BHallow\'s End is a time for celebration and reflection, though many of us have forgotten why. Indeed some aspects of the festival, like the Wickerman, have been lost to time... until now, with the return of the Gilneans to the Alliance fold.$B$BTravel outside the gates of Stormwind and speak to Celestine of the Harvest. She can tell you more about the Wickerman ceremony.','Speak with Celestine of the Harvest just outside the gates of Stormwind.','','','','0','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29075,13914,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'A Time to Gain','Greetings, $c. The Wickerman you see before you symbolizes self. The flames that burn it are a cleansing fire.$b$bTradition states that we take our burdens and give them to the fires. We let go of our burdens as we approach the winter season and we gain clarity and peace. Join us in our tradition, $c.$b$bTake a branch from the nearby bonfire and hurl it at the Wickerman.','Use the bonfire in front of the Wickerman.','','','','Use the Bonfire','','','',0,0,0,0,0,0,0,0,0,0,0,0,52072,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33226,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29076,13914,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kevin\'s Test Quest','A testing quest','Just complete it.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96363,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29077,13914,5706,0,4735104,83,85,0,0,0,0,0,0,0,0,0,0,29072,0,0,'What Hath Dodd Wrought','I can\'t believe it! You actually bested Firebeak! Jump onto his back, fly down to the lake, and blast the invaders out of the water! Kill every last one of them!','Kill 50 Seething Water Elementals and 20 Twilight Summoners','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,51866,52074,0,0,50,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29078,13596,12,0,524288,1,3,0,0,0,0,0,0,0,0,0,0,29079,0,0,'Beating Them Back!','Another Alliance recruit, eh? I\'m Marshal McBride, commander of this garrison. We don\'t see many of your kind here, $r, but we could sure use the help.$B$BYou\'ve arrived just in time. The Blackrock orcs have managed to sneak into Northshire through a break in the mountain. My soldiers are doing the best that they can to push them back, but I fear they will be overwhelmed soon.$B$BHead northwest into the forest and kill the attacking Blackrock worgs! Help my soldiers!','Kill 6 Blackrock Battle Worgs.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49871,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57254,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29079,13596,12,0,12426,1,3,0,0,0,0,0,0,0,0,1,0,29080,0,0,'Lions for Lambs','The invading orcs aren\'t fools. They are sizing us up, making sure that when they attack it will be to their advantage.$B$BIn the forest, to the northwest, are Blackrock spies. They peer at us through spyglasses, watching our every move - waiting. I want you take the fight to them!$B$BKill the Blackrock spies! We must show them that we know they are watching us and that we are prepared!','Kill 8 Blackrock Spies.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,49874,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57387,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29080,13596,12,0,12426,1,3,0,0,0,0,0,0,0,0,1,0,29081,0,0,'Join the Battle!','I have here an urgent message from Sergeant Willem. Turns out that the Blackrock orcs have hired goblin assassins. They ambushed our battalion behind the abbey. Willem has asked me to send him a hero. You have to go help them, $N!$B$BFind Sergeant Willem north of the abbey at the command tent. Go!','Report to Sergeant Willem behind Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,2,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29081,13596,12,0,12426,1,3,0,0,0,0,0,0,0,0,1,0,29083,0,0,'They Sent Assassins','Have you ever seen a goblin, $N? They\'re wretched little green-skinned monsters that love only two things: gold and themselves.$B$BThe Blackrock orcs have enlisted the aid of goblin assassins to kill our soldiers. If you look to the field in the north you can barely make out their silhouettes, sneaking about in the grass.$B$BI need you to head out there and kill every goblin that you see. They need to learn that nobody messes with the Alliance!','Kill 8 Goblin Assassins.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,50039,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2186,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29082,13596,12,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,65733,1,'Fear No Evil','Have you embraced the Holy Light yet, $g brother:sister;? It is through the Holy Light that we are saved! It is through the Holy Light that I am able to heal these overly demanding soldiers! And it is through the Holy Light that you will be able to venture out into the field to the north and rescue our fallen brothers!$B$BTake this prayer book with you into the field and cast the Light\'s healing touch on the injured.','Revive 4 Injured Stormwind Soldiers.','','','','Injured Soldier Revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,50047,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57257,0,0,0,1,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,89457,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29083,13596,12,0,9175040,1,4,0,0,0,0,0,0,0,0,0,0,26391,0,0,'The Rear is Clear','Excellent work, $N! The rear is now officially clear. We\'ll take care of the stragglers. I want you to go back to Marshal McBride, standing in front of Northshire Abbey, south of here, and let him know that the goblin situation is under control.$B$BFarewell, $c.','Report to Marshal McBride in front of Northshire Abbey in Elwynn Forest.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29084,13914,0,0,136,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 35-39 (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,49800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29085,13914,0,0,136,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 35-39 (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,0,0,0,0,0,33300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29086,13914,17,0,8,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'Competition Schmompetition','I\'m just a little guy, trying to set up my own independent business. Working hard toward the Azerothian dream, ya know?$B$BWell soon as I set up shop, the Venture Co. next door decided they wanted me out. They\'ve been harrassing me with threatening letters, using words like \'cease\' and \'desist.\' $B$BWorst of all, the schematics for my newest machine are missing, and I know those corporate pilferers stole them! Go to the Sludge Fen and knock out some of their employees. I know they\'re hiding my blueprints!','Recover 6 of Sputtervalve\'s Blueprints from Venture Co. Drudgers, Mercenaries, or Peons.','','','','','','','',68820,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29087,13914,17,0,1376264,14,16,0,0,0,0,0,0,0,0,0,26769,0,0,0,'Sludge Investigation','Hey $N, do you see this footprint? We found them all over the camp last night! Nothing\'s missing, but all our belongings have been...examined. The muddy trails lead back toward the Sludge Fen.$B$BSomeone\'s been sniffing around, and I don\'t like it one bit. Can you go west to the Sludge Fen and investigate? See if you can find any more tracks just like this one!','Investigate 5 Muddy Tracks at the Sludge Fen.','','','','Muddy Tracks Examined','','','',0,0,0,0,0,0,0,0,0,0,0,0,52166,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29088,13914,17,0,8,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hyena Extermination','Hey $N, we\'ve got a real problem here. There\'s an overpopulation of hyenas just west of the Sludge Fen, and they\'re starting to become a menace.$B$BIf I have to listen to them caterwauling one more night, I just might go crazy! Vernon over there says the hyenas might even have made off with one of his stabled pigs. We can\'t have that happening.$B$BCan you go thin out the hyena numbers? You\'ll find them parading in broad daylight to the west.','Kill 6 Hecklefang Hyenas.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,4127,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29089,13914,17,0,12426,14,16,0,0,0,0,0,0,0,0,1,29087,0,0,0,'Sludge Beast!','Whatever is lurking around the Sludge Fen, it doesn\'t appear to be human. Judging from the remains around its tracks, it\'s also dangerous.$B$BYou decide to follow the tracks down to the bottom of the lake and look for the creature\'s resting place.','Investigate the Sludge Beast\'s resting place and kill whatever comes out.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52165,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,69220,69218,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29090,13914,17,0,8,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Burning Threat','While we cast our eyes toward the cataclysm, who watches our backs? While our leaders take up arms against Deathwing, the Burning Blade plots our downfall.$B$BEven as we speak, they are gathering recruits and supplies at the farm to the southwest. I care not to meet death at the hands of the Burning Legion. It\'s time we take matters into our own hands.$B$B$N, will you help me keep the vigil? Go and slaughter their ranks before it\'s too late.','Kill 8 members of the Burning Blade at the farm to the southwest.','','','','Burning Blade Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,3379,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29091,13914,17,0,8,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,'Freedom Movement','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29092,13914,0,0,8,16,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inform the Elder','This information must be spread to the entirety of the Earthen Ring. I\'m not certain how to proceed, but the elder who set you on this task in the first place may. Please, return to the elder and seek the next course of action - we must do something!','Travel to a capital city and speak to the Earthen Ring Elder.','This is grave news indeed. We must do everything in our power to stop this war from coming to pass.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29093,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18598,1,'Cruisin\' the Chasm','One of my friends says that a steam tank mechanic in Westfall lets visitors use his choppers. My friend even got to ride one!$B$BI\'ve seen people ride by the orphanage in choppers. They\'re real loud and just about the fastest thing I\'ve ever seen! I want to try one out!$B$BCould we go to Sentinel Hill in Westfall and ride one of those choppers? Please? I promise to behave myself and we could see the crazy giant hole left when the world changed!','Travel to Sentinel Hill in Westfall and climb aboard a Rental Chopper to tour the Raging Chasm with your orphan.','','','Chopper Tour of the Raging Chasm','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29094,13914,17,0,9437192,14,16,0,0,0,0,0,0,0,0,0,14006,865,0,0,'The Short Way Home','Looks like your work here is done, $c. You\'d better head back to the Crossroads.$B$BLuckily for you, my Silver Bullet X-831 prototype is finished, and she\'s ready for a test drive. Whaddaya say you do me one last favor and take her for a little spin?$B$BOne of my assistants will accompany you. Your sweet, sweet ride is waiting on the platform behind me. Just hop on when you\'re ready.','Take a ride on the Silver Bullet X-831.','','','','Rocket Ride Taken','','','',0,0,0,0,0,0,0,0,0,0,0,0,52360,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,69217,69223,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29095,13914,17,0,2097160,14,16,0,0,0,0,0,0,0,0,0,876,0,0,0,'Report to Thork','Now that the threat here has been stilled, you should return to the Crossroads. Thork would like to speak to you.$B$BFarewell, friend.','Report to Thork at the Crossroads in the Northern Barrens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,81040,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29096,13914,17,0,8,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mor\'shan Caravan Pick-Up','Rocco Whipshank waits for you at the road north out of the Crossroads. Let him know you are ready to accompany the caravan.','Speak to Rocco Whipshank and ride north with the Mor\'shan Caravan.','','','','Caravan Ride Completed','','','',0,0,0,0,0,0,0,0,0,0,0,0,52303,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29097,13914,17,0,8,15,17,0,0,0,0,0,0,0,0,0,0,29098,0,0,'Mor\'shan Caravan Rescue','TBD','TBD','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29098,13914,17,0,8,15,17,0,0,0,0,0,0,0,0,0,0,29099,0,0,'Demon Seed','TBD','TBD','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29099,13914,17,0,8,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mor\'shan Caravan Delivery','TBD','TBD','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29100,13914,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Bwemba\'s Spirit','Dese be troublin\' times for us Darkspear. Da Zandalar be reuniting all da troll clans an\' plan to take back da lands dey lost.$b$bWe tryin\' to warn all dat we can. But it might be too late.$b$bAnother Darkspear gone down to Stranglethorn to warn da people. But it ain\'t safe to travel alone in Stranglethorn.$b$bHelp me find him and make sure da people in Stranglethorn are warned of da rise of da troll tribes.$b$bI gonna bind my spirit wit\' ya. When ya get to Stranglethorn, I be able to aid ya.','Warn the people of Stranglethorn and find the other Darkspear emissary.','','','','Help Bwemba Find the Darkspear Emissary','','','',0,0,0,0,0,0,0,0,0,0,0,0,52930,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,97864,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25608,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25531,0,0,0,'Slash and Burn','Victory is possible, $N.$B$BThis portal is not just a means of bringing back Cenarius through the dream. Think about it, $N. Once a gateway through the Emerald Dream is open, our forces can use them to move freely from Moonglade, Nordrassil, and even Wyrmrest, to this strategic location.$B$BAll Ysera needs is time. It\'ll be up to you to keep the Twilight\'s Hammer forces in Darkwhisper Gorge from pulling together and attacking us from the east.$B$BHit them hard, $N.','Slay 10 Twilight\'s Hammer units and 5 Twilight Drakes.','','','','Twilight Initiate','Twilight\'s Hammer unit slain','','',0,0,0,0,0,0,0,0,0,0,0,0,39839,40562,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,156000,0,0,92064,0,0,0,0,0,0,0,207900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29102,13914,0,0,4456576,85,85,0,0,0,0,0,0,0,0,0,0,29103,0,0,'To Fort Livingston','Da first place we check gonna be da place most likely to be attacked first. You call it Fort Livingston.$b$bFort Livingston be surrounded by troll ruins... It make for an easy target.$b$bMaybe we find da emissary dere. Hopefully it ain\'t too late.','Head to Fort Livingston in Northern Stranglethorn Vale to find the Darkspear emissary.','','','Head to Fort Livingston in Northern Stranglethorn Vale.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29103,13914,0,0,7340160,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Serpents and Poison','Because of the emissary\'s warning we were able to gather more adventurers to help defend. But we thought we were going to be fighting trolls.$b$bInstead we found ourselves overwhelmed by serpents!$b$bThey seem to have come from everywhere. We are barely able to hold on, and I only suspect it\'s going to get worse.$b$bHelp us and eliminate the serpents and perhaps your troll friend here can use some magic to cure the poisoned.','Kill Jungle Serpents and inspect the poisoned adventurers to allow Bwemba to heal them.','','','','','Adventurers healed','','',0,0,0,0,0,0,0,0,0,0,0,0,52224,52307,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,99470,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29104,13914,0,0,4194304,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirits Are With Us','Dere was somethin\' not right about dem serpents, $n. Dere was a trace of some bad mojo in da poison an\' dat don\'t happen naturally.$b$bDa bonfire in da middle of da camp, we can use dat to perform a ritual.$b$bWhatever be makin\' dese serpents attack, dey probably still watchin\' over dem.$b$bDa only problem, $n, is dat I only be here in spirit form. I need you to be my hands. I need you to go to da fire an\' prepare it for me. Den I\'ll handle da rest.','Prepare the bonfire in Fort Livingston for Bwemba\'s ritual.','','','','Use the bonfire in Fort Livingston','','','',0,0,0,0,0,0,0,0,0,0,0,0,52678,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29105,13914,0,0,4456576,85,85,0,0,0,0,0,0,0,0,0,0,29114,0,0,'Nesingwary Will Know','Great, just what we need, the Gurubashi on the rampage using serpents to lead the charge. Well at least we know that much.$b$bIt\'s probably a safe bet that the hunters at Nesingwary\'s Expedition have some insight into this. If they don\'t they at least know how to fight the serpents.$b$bHead there and let them know what you saw here. Let them know that the trolls are using serpents as their weapon.','Warn the hunters at Nesingwary\'s Expedition in Northern Stranglethorn Vale.','','','Head to Nesingwary\'s Expedition.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29106,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18598,1,'The Biggest Diamond Ever!','I heard that Magni Bronzebeard, who used to be the king of Ironforge, turned into a giant diamond! Is that true? How does someone just turn into a diamond? Maybe you have to be a king and that\'s why no one\'s done it before.$B$BCan we go see him? He should be in the part of Ironforge called Old Ironforge underneath the High Seat.','Take your Human Orphan into Old Ironforge, beneath the High Seat, to visit the resting place of King Magni Bronzebeard. Make sure to call for him if he is not present when you arrive.','','','Visit King Magni in Old Ironforge','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29107,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18598,1,'Malfurion Has Returned!','I heard that Malfurion Stormrage came back from the Emerald Dream. I don\'t know where that is, but it sounds like it\'s really far away.$B$BAnyway, he\'s supposed to be at the top of the Temple of the Moon in Darnassus with the High Priestess. D\'you think we could go meet him? He\'s got to be the most powerful druid in the history of Azeroth!','Take your Human Orphan to meet Malfurion Stormrage in the Temple of the Moon in Darnassus. If your orphan is not present when you arrive, call for him.','','','Visit Malfurion Stormrage with your orphan','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29108,13914,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mor\'shan Test Quest','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29109,13914,17,0,8,15,17,0,0,0,0,0,0,0,0,0,29095,0,0,0,'Mor\'shan Caravan Pick-Up','The battle in Ashenvale rages on without relent. Our forces at the Mor\'shan Ramparts are in desperate need of reinforcements and supplies.$B$BWe have a major shipment of medicines and food headed north, and I need a capable $c like you to guard it.$B$BRocco Whipshank waits for you at the road north out of the Crossroads. Let him know you are ready to accompany the caravan.','Speak to Rocco Whipshank and ride north with the Mor\'shan Caravan.','','','','Speak to Rocco Whipshank','Ride Caravan to Dreadmist Peak','','',0,0,0,0,0,0,0,0,0,0,0,0,52445,52303,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29110,13914,17,0,1048584,15,17,0,0,0,0,0,0,0,0,0,29109,0,0,0,'Mor\'shan Caravan Rescue','They took Balgor and the caravan supplies from our very doorstep!$B$BThose supplies are vital for our victory against the Alliance in Ashenvale, and Balgor...if anything happens to my dear little brother, I will rip every Burning Blade member to shreds myself.$B$B$N, I need you to rescue Balgor and the captured caravan. Follow the path just north of us, up onto Dreadmist Peak. Do not let any of those Burning Blade dogs live.','Rescue Balgor Whipshank.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29111,13914,17,0,8,15,17,0,0,0,0,0,0,0,0,0,29112,0,0,0,'Mor\'shan Caravan Delivery','You\'ve managed to stir the Burning Blade\'s nest. Our scouts report that they are gathering for an attack.$B$BYou must complete the caravan\'s journey before they arrive. The supplies are packed, the kodos are rested, and I hope you don\'t mind but I made a few adjustments to your gun.$B$BIf you meet up with any resistance, shoot first and ask questions later.$B$BQuickly! They come! Speak to me when you are ready to leave.','Defend the Mor\'shan Caravan.','','','','Speak to Nagala Whipshank','Mor\'shan Caravan Ride Defended','','',0,0,0,0,0,0,0,0,0,0,0,0,52505,52326,0,0,1,1,0,0,0,0,0,0,0,0,0,0,69221,69216,69222,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29112,13914,17,0,8,15,17,0,0,0,0,0,0,0,0,0,29110,0,0,0,'Demon Seed','Listen $N, we can\'t leave quite yet. I managed to overhear their plans while they were preparing for the ritual sacrifice.$B$BThey\'re planning to use a powerful artifact called the Demon Seed to launch a full scale attack on the Horde. They\'re keeping it under close guard over in that cave.$B$BIf you can get your hands on the Demon Seed, we should take it to my sister Nagala. She\'ll know what to do with it.','Obtain the Demon Seed.','','','','','','','',68837,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69219,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29114,13914,0,0,5505152,85,85,0,0,0,0,0,0,0,0,0,0,29115,0,0,'Track the Tracker','We\'ve been fending off serpents for days now, $n. But the serpents are nothing compared to what else is out in that jungle.$b$bWe hunters are being hunted.$b$bA large panther named Mauti has been dragging my men off into the bush.$b$bWe sent Grent Direhammer, one of our best hunters, to track this beast down.$b$bDirehammer headed off to the east, perhaps you can find them there.','Find Grent Direhammer in Northern Stranglethorn Vale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29115,13914,0,0,5570690,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'The Hunter\'s Revenge','The beast that\'s been hunting us... I\'ve been hunting it.$b$bWe call him Mauti. He\'s a clever one. But he made a grave mistake when he killed my brother. Now that mistake is going to cost him. Ol\' Direhammer has got his scent.$b$bI\'ve noticed him roaming just above Kurzen\'s Compound. If we act fast, we can take him down.$b$bAre you ready, $n?','Give Grent Direhammer the closure he needs by killing Mauti.','','','Bring Grent Direhammer to the body of Mauti','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29116,13914,0,0,3670144,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Follow That Cat','Well, that explains why Mauti seemed smaller... The real Mauti has run off with Grent Direhammer, but being the wise hunter that he is, he has fired flares off so you can track him. Find Direhammer before it\'s too late!','Find where Mauti has taken Grent Direhammer.','','','','Find Mauti\'s Lair','','','',0,0,0,0,0,0,0,0,0,0,0,0,52911,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,96878,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29117,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18598,1,'Let\'s Go Fly a Kite','The other day, when some of us were out with the matron, I saw a gnome pushing a cart filled with toys. He had dolls, copper racers, leather balls, and some kites. I\'ve always wanted to get a dragon kite and the matron said that if I saved all my money I could buy one, but that\'s going to be a long time.$B$BI think the gnome\'s name was Craggle Wobbletop or something like that. If we can find him, could we get some kites and fly them together? I saw him walking around the canals outside the Trade District.','Purchase a Dragon Kite Two-Pack from Craggle Wobbletop in Stormwind and then use it to fly kites with your Human Orphan. If your orphan is not present, call for him.','','','Fly Dragon Kites with your orphan','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29118,13914,0,0,3670144,85,85,0,0,0,0,0,0,0,0,0,0,29120,0,0,'Follow That Cat','The real Mauti has run off with Grent Direhammer, but being the wise hunter that he is, he has fired flares off so you can track him. Find Direhammer before it\'s too late!','Find where Mauti has taken Grent Direhammer.','','','','Find Mauti\'s Lair','','','',0,0,0,0,0,0,0,0,0,0,0,0,52911,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,96878,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29119,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18598,1,'You Scream, I Scream...','There\'s a brand new ice cream shop in Stormwind, and it\'s not just any old ice cream either. This ice cream is made by mages! You don\'t think I\'m going to be hungry fifteen minutes after eating it, do you?$B$BI bet it tastes really good. Let\'s go try it!$B$BI heard some of the other kids talking about it, and they were saying the store is called The Cone of Cold and it\'s over near the Blue Recluse in the Mage Quarter.','Purchase ice cream at The Cone of Cold and then share it with your orphan.','','','Take your orphan out for ice cream.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29120,13914,0,0,128,85,85,0,0,0,0,0,0,0,0,0,0,29213,0,0,'Mauti','I got da feeling dat somethin\' ain\'t right wit\' dat panther, $n. It ain\'t natural. I gonna need to perform some rituals over da body. Put Mauti down, an\' den let\'s see what we can find out, $n.','Bring Bwemba to the remains of Mauti.','','','','Bwemba has inspected the Cat','','','',0,0,0,0,0,0,0,0,0,0,0,0,52384,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29121,13914,0,0,2097280,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bury Me With Me Boots...','Ah... It\'s you, $n. Mauti... He\'s dead? Then my brother has been avenged. I\'ve only one request from ya... This scamp here, he\'s been pawing at me bare feet. No dwarf should go to the earth with bare feet.$b$bPlease, bury me with me boots.','Collect Grent Direhammer\'s boots.','','','','','','','',68937,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,96906,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25550,13202,616,0,136,78,82,0,0,0,0,0,0,0,0,0,25549,0,55179,1,'Magma Monarch','The magma giants who serve Ragnaros are kept in line by their king\'s heavy-handed rule. Were we to take care of him, the rest will surely fall into disarray.$B$BWithout the giants, the fight on the ground will get a lot more even. Perhaps even tilt to our favor.$B$BBut felling the magma monarch will be no easy task. Use these drums to enlist the help of the great Tortolla who is capable of holding off King Moltron for an eternity. But holding him off won\'t be enough -- and that\'s where you come in.','Use the Drums of the Turtle God to help you defeat King Moltron.','','','Return to Commander Jarod Shadowsong at the Gates of Sothann.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40998,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29123,13914,0,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Rage Against the Flames','Of all of our tasks here in Hyjal, the most pressing is simple: destroy these invaders. The very nature of fire is that it is all-consuming. Lower your defense for just a moment and it will destroy everything in sight.$b$bKill any of the fiery invaders you find. Every enemy defeated purchases more time for Hyjal.','Kill any 6 invaders from the Firelands in the Regrowth or Sethria\'s Roost.','Well-fought, $N. Take a break from the flames for a while.$b$bHyjal will live to see another day, and when that day comes, I will need you alive.','','','Invader from the Firelands slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,52816,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29124,13914,0,0,262272,85,85,0,0,0,0,0,0,0,0,0,0,29131,0,0,'Warn the Rebel Camp','Dis death ain\'t be in vain, $n. We figure out dat Kilnara be on da prowl. Tings don\'t look good.$b$bWe better check out da Rebel Camp to da north. Maybe we find my contact dere.','Make your way to the Rebel Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25555,13202,616,0,8388744,78,82,0,0,0,0,0,0,0,0,0,25554,0,55153,1,'The Gatekeeper','According to these tomes, one of Ragnaros\' most powerful lieutenants serves as the sole gatekeeper to Sulfuron Spire.$B$BYou won\'t be able to defeat him alone.$B$BSound this horn when you engage in combat with Azralon and any of our forces in the vicinity will come to your aid.$B$BYou must hurry, $N. It won\'t be long before the Firelord realizes what we\'re up to.','Use the Horn of Cenarius to help you slay Azralon the Gatekeeper.','','','Return to Cenarius at the Gates of Sothann.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40814,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57299,57298,57297,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,261900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25552,13202,616,0,136,78,82,0,0,0,0,0,0,0,0,0,25644,0,0,0,'Brood of Evil','This egg you recovered is an alarming sign, $N. The Twilight dragons are usually raised from stolen eggs from other dragonflights, which are then modified through dark magic.$B$BThis \"natural\" egg is evidence that one of their matriarchs has become a viable broodmother. We must destroy her before her brood spreads.$B$BGo to the Ascendant\'s Rise where they claim these aberrations are kept and slay one of the juvenile drakes. We will use its skull to lure out its mother.','Obtain a Young Twilight Drake\'s Skull at the Ascendant\'s Rise in Hyjal.','','','Return to Aronus at the Gates of Sothann.','','','','',54973,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29127,13914,0,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Rage Against the Flames','Of all of our tasks here in Hyjal, the most pressing is simple: destroy these invaders. The very nature of fire is that it is all-consuming. Lower your defense for just a moment and it will destroy everything in sight.$b$bKill any of the fiery invaders you find. Every enemy defeated purchases more time for Hyjal.','Kill any 8 invaders from the Firelands in the Regrowth or Sethria\'s Roost.','Well-fought, $N. Take a break from the flames for a while.$b$bHyjal will live to see another day, and when that day comes, I will need you alive.','','','Invader from the Firelands slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,52816,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29128,13914,0,0,3149824,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Protectors of Hyjal','We need to place pressure on the assault camp at Sethria\'s Roost. Ragnaros\' minions are using this area as a point to push their battlefront beyond the bounds of Hyjal. I\'m putting you in charge of a small squad to deal with them.$b$bI have selected an elite group of fighters to assist you. Travel to Sethria\'s Roost. Your compatriots have been instructed to meet you once you arrive. Then put an end to the elementals\' assault.','Slay 6 Fiery Behemoths or Seething Pyrelords.','A job well done, soldier. While our mission in the Firelands is critical, we must not forget about the well-being of Hyjal.$b$bSpeak with my brother again tomorrow, and he will have another squad prepared for you.','','','Invader slain at Sethria\'s Roost','','','',0,0,0,0,0,0,0,0,0,0,0,0,52300,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,81040,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29129,13914,1637,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,29134,0,0,'A Legendary Engagement','A pleasure, $c.$b$b$b$bIt was kind of you to arrive so quickly.$b$bFor reasons unknown to me, my master seeks audience with you.$b$bI would counsel you not to take this invitation lightly. Anachronos seldom has cause to interact with mortals. Wisdom would dictate that you seek him out in the Caverns of Time at once.$b$bSpeak to me when you are ready and I shall personally deliver you.','Speak to Anachronos in the Caverns of Time.','It is no whimsical dalliance that brings you here, mortal.$b$bMuster every fiber of your courage for what you are about to behold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29131,13914,0,0,1048578,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'Defend the Rebel Camp','We are in trouble here, $n. Your troll friend has been through here and warned us that things were going to get serious, but I didn\'t think it would be this bad.$b$bWe are doing our best to hold off these trolls. But any help you can offer would greatly help.','Help defend the Rebel Camp for three minutes.','','','Help Defend the Camp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29132,13914,1519,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,29134,0,0,'A Legendary Engagement','I expected that I would find you here, $c. But then, we of the bronze flight have somewhat of an advantage when it comes to such things.$b$b$b$bFor reasons unknown to me, my master seeks audience with you.$b$bI would counsel you not to take this invitation lightly, $n. Anachronos seldom has cause to interact with mortals. Wisdom would dictate that you seek him out in the Caverns of Time at once.$b$bSpeak to me when you are ready and I shall personally deliver you.','Speak to Anachronos in the Caverns of Time.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29133,13914,0,0,262272,85,85,0,0,0,0,0,0,0,0,0,0,29150,0,0,'To the Digsite','The other Darkspear emissary was here briefly. He was eager to get to the next location and warn them. I sent him on a flight to the Explorers\' League Digsite in the Cape of Stranglethorn. I hope he wasn\'t too late.$b$bI will give you use of one of my gryphons, a direct flight there.$b$bTalk to me when you are ready to go, $n.','Head to the Explorers\' League Digsite in Southern Stranglethorn Vale.','','','','Arrived at the Digsite','','','',0,0,0,0,0,0,0,0,0,0,0,0,52762,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29134,13914,2300,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,29135,0,0,'A Wrinkle in Time','Listen carefully, $c, for though we are only beginning, time already grows short and the consequences of our failure are unfathomable.$b$bAn event in the recent past has been obscured from my vision by the most powerful of magics. Its impact, however, has not.$b$bIf action is not taken to change the course of this timeline\'s future, the outcome is clear.$b$bBrace yourself, mortal, and behold the future of Azeroth.','Speak to Anachronos in the Caverns of Time to witness the future of Azeroth.','Now, $r, you know the reasoning behind your summons.','','','Future of Azeroth Witnessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,52605,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29135,13914,2300,0,2097224,85,85,62,0,0,0,0,0,0,0,0,0,0,0,0,'All-Seeing Eye','I perceive the questions that burn within your mind and I must confess that I share in your uncertainty... a rare position for one such as I, and a most unsettling one.$b$bAs I scour time to find traces of this obscured event, you must aid me in the creation of an Eye, both to test your worthiness, and to provide an essential tool in the unraveling of this mystery.$b$bVenture into the Plane of Fire, $c, and gather Eternal Embers. Bring them to me with Sands of Time and I will create the Eye.','Collect 25 Eternal Embers from The Firelands and 3 Sands of Time.','','Well, $c?$b$bHave you acquired the necessary materials?','','','','','',71141,65893,0,0,0,0,25,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,99577,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29137,13914,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Breach in the Defenses','Lava worms are bursting through the ground behind our lines, breaking our formations and allowing elementals to slip through. You\'ll find them scattered throughout our entire front to the north, and upon the Ashen Fields further out.$B$BStomp them back into their holes.','Kill 5 Lava Bursters.','We\'re grateful for your support. Your presence on the battlefield gives us the time we need to refortify. Your efforts make all the difference.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52633,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29138,13914,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,69240,1,'Burn Victims','We have warriors out in the field who are falling wounded, and many of our druids are too busy fighting to give them proper aid. I need you to go to the north, towards the Ashen Fields, and tend their wounds at least enough that they can make it back to safety.$B$BIf you haven\'t any bandages or healing spells, I had Rayne put together this salve, which should prove sufficient to get them on their feet.','Heal 8 Wounded Hyjal Defenders.','I saw several of our warriors make it back to safety shortly after you departed. It seems your efforts were quite effective. Thank you.','To our fortune, Ragnaros\' forces far more often injure our warriors than outright kill them. Their attacks naturally cauterize the wounds they inflict. It\'s very painful, but it\'s better than death.','','Wounded Hyjal Defender saved','','','',0,0,0,0,0,0,0,0,0,0,0,0,52834,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29139,13914,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,69749,1,'Aggressive Growth','Our warriors are doing everything they can to hold back the elementals, but their numbers are endless. We need to do something to slow down the assault.$B$BFind some suitable patches of dirt or ash out on the Ashen Fields to our north and plant these seeds. They will grow deadly vines that may slow down our enemies a bit. It\'s not much, but every bit helps.','Plant 5 Smothervine Seeds in the Ash Piles in the Ashen Fields.','We will win this battle. Whatever it takes, we will not let these elementals back into Hyjal.','','','Smothervine planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,53107,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29140,13914,0,0,4232,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Under the Skylord\'s Gaze','This is the wrong choice. Accept the quest, \"The Warden\'s Charge.\" Those quests are more fleshed out.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29141,13914,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Harder They Fall','Molten Behemoths have joined the elementals upon the battlefield. They are crushing our front lines. I need you to halt their momentum.$B$BYou\'ll find the beasts slow and clumsy. They can easily be outmaneuvered, but they will pack a devastating punch if they hit you. Be nimble, $c.','Kill 3 Molten Behemoths.','The elementals shall grow to fear you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52552,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29142,13914,0,0,4104,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Traitors Return','The Druids of the Flame assault our front line, $N.$B$BThese vile creatures have turned their backs on Elune\'s teachings and worship instead the Fire Lord, Ragnaros. Twisted by his insane power, they desire nothing more than to bury us in ash.$B$BWe must counter their attack immediately!','Kill 3 Druids of the Flame.','Good. Our enemies now know that our strength is to be feared.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,54343,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29143,13914,0,0,1052808,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Wisp Away','The fire elementals are pouring out of portals on the far side of the Ashen Fields. We need someone to close them. Cut off some of their reinforcements.$B$BBanishing these kinds of elemental magics is something our wisps are perfectly suited for. One will come with you. Lead it to a portal and keep it alive until it finishes.','Lead a Hyjal Wisp to one of the fire portals in the Ashen Fields, and protect the wisp until it closes the portal. If you lose your wisp, return to Rayne Feathersong at Malfurion\'s Breach.','Well done, $c. I\'ll have to make more use of your skills in the future.','','','Close a Fire Portal','','','',0,0,0,0,0,0,0,0,0,0,0,0,52531,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29144,13914,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,69191,1,'Clean Up in Stormwind','Greetings, $c! Are you enjoying Hallow\'s End? It seems that in response to our stink bombing the Undercity, the Horde has decided to stink bomb our city. The stink bombs they drop are more potent than the ones used in the past. The power of pine won\'t be enough. We will need something with a little more power. Use this Arcane Cleanser to remove the stink bombs from the city.','Use the Arcane Cleanser to remove stink bombs around Stormwind.','','','','Stink Bombs Removed','','','',0,0,0,0,0,0,0,0,0,0,0,0,52553,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33226,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(25554,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Flame','If we are to banish Ragnaros back into the Firelands, we will need to gain access to Sulfuron Spire.$B$BOnly the most trusted members of the Twilight\'s Hammer will have been entrusted with such valuable information.$B$BGo search the Ascendants\' Circle for any written tomes you might find. Foul as they are, we cannot waste the opportunity to learn about our enemy\'s weaknesses.','Obtain the Ascendant\'s Codex, the Burning Litanies and the Tome of Flame at the Ascendant\'s Circle in Hyjal.','','','Return to Cenarius at the Gates of Sothann.','','','','',54907,54906,54905,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29146,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18597,1,'Ridin\' the Rocketway','I heard that the newest members of the Horde, the goblins, built a crazy road in Azshara and it\'s just for rockets! Can you imagine? Ever since I heard about it, I\'ve wanted to pay a visit. I asked Matron Battlewail about it and she said it\'s called the Rocketway!$B$BShe even told me they\'re working on a prototype rocket with two seats. D\'you wanna go there and see if we can try it out? I bet the experimental rocket is near the Secret Lab at the south end of the Rocketway...','Head to the Southern Rocketway Terminus in Azshara and board the Redhound Two-Seater prototype at the top of the tower.','That was great! I even learned how to control the rocket and everything! Did you see how I saved us? I\'m gonna be a rocket pilot when I grow up!','','Take Your Orphan to Ride the Rocketway','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27398,13202,1519,0,262280,82,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle Is Won, The War Goes On','We\'ve defeated the enemy\'s forces here, $N. But Hyjal is not the only place where our foes are moving against us.$B$BI\'ve been informed that our allies in the Earthen Ring have put out a call for aid in a matter I\'ve been assured is most critical.$B$BSpeak to Earthspeaker Naraat at the Eastern Earthshrine in Stormwind City for further instructions.','Speak to Earthspeaker Naraat at the Eastern Earthshrine in Stormwind City.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(27399,13202,1637,0,262280,82,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle Is Won, The War Goes On','We\'ve defeated the enemy\'s forces here, $N. But Hyjal is not the only place where our foes are moving against us.$B$BI\'ve been informed that our allies in the Earthen Ring have put out a call for aid in a matter I\'ve been assured is most critical.$B$BSpeak to Farseer Krogar at the Western Earthshrine in Orgrimmar for further instructions.','Speak to Farseer Krogar at the Western Earthshrine in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(25551,13202,616,0,524480,78,82,0,0,0,0,0,0,0,0,0,25555,0,0,0,'The Firelord','With his gatekeeper gone, you\'ve given the Guardians of Hyjal access to Sulfuron Spire.$B$BRagnaros will have no choice but to defend the main entryway to the Firelands himself.$B$BGo through the Twilight\'s Hammer portal at the Sanctum of the Prophets and meet me inside. Malfurion and Hamuul will also aid us while the others continue to fight the enemy outside.','Go through the portal at the Sanctum of the Prophets and aid Cenarius in defeating Ragnaros.','','','Return to Commander Jarod Shadowsong at the Gates of Sothann.','Ragnaros defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,40793,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,57275,57276,57274,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,209400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29149,13914,0,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Rage Against the Flames','Of all of our tasks here in Hyjal, the most pressing is simple: destroy these invaders. The very nature of fire is that it is all-consuming. Lower your defense for just a moment and it will destroy everything in sight.$b$bKill any of the fiery invaders you find. Every enemy defeated purchases more time for Hyjal.','Kill any 7 invaders from the Firelands in the Regrowth or Sethria\'s Roost.','Well-fought, $N. Take a break from the flames for a while.$b$bHyjal will live to see another day, and when that day comes, I will need you alive.','','','Invader from the Firelands slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,52816,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29150,13914,0,0,262272,85,85,0,0,0,0,0,0,0,0,0,0,29151,0,0,'Voodoo Zombies','Da people... Dey all zombies, voodoo zombies! Dis ain\'t gonna be pretty, $n.$b$bYou gotta kill dem.$b$bBut once dey killed, dere is a moment where I can save dem. Change dem back into da person dey were before.$b$bWe gotta act fast. Da zombies don\' rest.','Rescue 10 Digsite Survivors.','','','','Digsite Survivors Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,52623,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29151,13914,0,0,262272,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bad Supplies','Some of da survivors mentioned food, $n. We better check da food supplies. I gotta a bad feelin\' about dis.','Check out the food supplies at the Explorers\' League Digsite.','','','','Supplies Searched','','','',0,0,0,0,0,0,0,0,0,0,0,0,52882,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29152,13914,0,0,3408000,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Contact','You aren\'t one of the zombies...$b$bA troll? I did see one, just before the outbreak... He warned us, told us to be on our guard... But it was too late.$b$bYour troll friend headed to Booty Bay to warn them...','Head to Booty Bay and find Bwemba\'s contact.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,97859,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29153,13914,1977,0,136,85,85,85,0,0,0,0,0,0,0,0,0,29155,0,0,'Booty Bay\'s Interests','Look, $n. You\'ve helped out plenty so far, but that\'s not going to be enough. I need these crazy trolls stopped, or at least stopped from getting into Booty Bay.$b$bI\'m going to send a man in to oversee the action, but I want you to go into Zul\'Gurub and make something happen.$b$bAt the very least, I want you to find me something that will help keep these trolls out of Booty Bay.$b$bYou do that and we\'ll treat you right.','Recover an artifact that might keep the Zul\'Gurub trolls out of Booty Bay.','','','','','','','',69774,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29154,13914,1977,0,128,85,85,85,0,0,0,0,0,0,0,0,0,29155,0,0,'Booty Bay\'s Interests','I\'ve been sent here by Baron Revilgaz of Booty Bay to make sure this troll menace is halted. Or that it is at least halted at the gates of Booty Bay.$b$bI want action and I want results.$b$bI want you to get in there and kill.$b$bI want you to get in there and find me something that will help keep these trolls out of Booty Bay.$b$bYou do that and we\'ll make sure you get paid.','Recover an artifact that might keep the Zul\'Gurub trolls out of Booty Bay.','','','','','','','',69774,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29155,13914,0,0,262272,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Shiny Reward','There is a stash of loot located in the statue on Janeiro\'s Point just northwest of Booty Bay in Stranglethorn Vale.$b$bHead to the statue and claim your prize, $c.','Get your reward from a chest in the statue at Janeiro\'s Point.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69262,69863,69864,69865,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29156,13914,1519,0,262272,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Troll Incursion','A group of trolls, claiming to represent the Darkspear tribe, have arrived at Stormwind Harbor. Our guards are keeping them at bay, for now.$b$bThe Stormwind Harbor Guards are seeking seasoned adventurers for help in removing the trolls from the harbor. Report to Commander Sharp at Stormwind Harbor.','Speak with Commander Sharp in Stormwind Harbor.','Oh good, a $c. Maybe you\'ll have better luck in dealing with these trolls.$b$bSee what they want and then try to get rid of them.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29157,13914,1637,0,8650880,85,85,0,0,0,0,0,0,0,0,0,0,29219,0,0,'The Zandalari Menace','The Zandalar trolls are on the move in Stranglethorn Vale!$b$bIf you wish to help the Darkspear trolls, report to Bwemba in Orgrimmar\'s Valley of Spirits.','Speak with Bwemba in Orgrimmar\'s Valley of Spirits.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29158,13914,1519,0,786560,85,85,0,0,0,0,0,0,0,0,0,0,29100,0,0,'The Zandalar Representative','$C! Heed my call. Stranglethorn Vale has need of your assistance! Long ago you helped da Zandalar out before. We not be forgetting your deeds. It be because of your past help dat we come to you for help. Come to me at the harbor.','Meet Bwemba at Stormwind Harbor.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29159,13914,0,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Pyrorachnophobia','We\'ve fought hard to secure this area, but our foothold is tenuous.$B$BOur scouts report that the area around us is teeming with vicious fire spiders. They are the spawn of the vicious brood widow, Beth\'tilac.$B$BHelp us hold our line by clearing the area of Cinderweb Spinners or Cinderweb Creepers. It will drive her mad to see her children slain.','Kill 8 Cinderweb Spinners or Cinderweb Creepers.','Wonderful! The more spiders we clear out, the easier it will be to push forward.','','','Cinderweb spider slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,52648,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29160,13914,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Egg-stinction','We have a real problem on our hands. Not only are the nearby spiders vicious and predatory, their numbers appear to be endless.$B$BWe need to stop the growth of their army. Cut their heads off in the egg, not on the battlefield.$B$BThe Cinderweb Spinners\' eggs are laid among the stone pillars to the north. Collect 20 eggs and bring them back to me.','Collect 20 Cinderweb Eggs from the pillars in The Widow\'s Clutch.','Wonderful work, $c. Let\'s hope those little spider bites aren\'t infectious.','It appears the Cinderweb Spinners are the caretakers of Beth\'tilac\'s brood.','','','','','',69214,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25832,13202,616,0,8388744,80,81,0,0,0,0,0,0,0,0,0,25560,0,0,0,'Return to Aviana','$N, you\'ve done all you can here. This whole cavern is about to collapse in on itself!$B$BI\'ll gather up the last of our feathered steeds and ensure that the flamegate is sealed behind me.$B$BYou should go on ahead and let Aviana know that this abominable hatchery is no more!','Return to Aviana at the Shrine of Aviana in Mount Hyjal.','','','Return to Aviana at the Shrine of Aviana.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57273,57272,57271,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,7800,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25531,13202,616,0,3408008,80,81,0,0,0,0,0,0,0,0,0,25315,0,0,0,'Twilight Riot','I thank you for freeing me. Let us take advantage of the distraction you\'ve created and get out of here.$B$BWe must hurry before the cultists catch on.$B$BMeet me again when we\'ve left this place.','Speak to Jarod Shadowsong at the Gates of Sothann in Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,81040,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25548,13164,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25608,0,0,0,'Might of the Firelord','I\'ve been charged with leading our military operations against the enemy. A humbling task when you consider there are demigods walking among us.$B$BI\'m going to have you carry out a series of hit-and-run attacks behind enemy lines. It will be important that you keep the enemy off guard and weaken their numbers ahead of our main force\'s attack.$B$BYour first target will be the Ascendant\'s Rise, where the most highly trained Twilight\'s Hammer devotees have achieved a partial elemental state.','Slay 4 Flame Ascendants and 5 Twilight Subjugators at the Ascendant\'s Rise in Hyjal.','','','Return to Commander Jarod Shadowsong at the Gates of Sothann.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40709,40463,0,0,4,5,0,0,0,0,0,0,0,0,0,0,57289,57288,57287,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25549,13202,616,0,8388744,80,81,0,0,0,0,0,0,0,0,0,25548,0,0,0,'The Sanctum of the Prophets','The mad prophets of the Twilight\'s Hammer congregate in the area just north of the Ascendant\'s Circle.$B$BIt is said that their dark visions are granted to them directly by the Old Gods. Whether or not that is true, they provide tremendous spiritual guidance to the cult. Attacking the Sanctum of the Prophets will deal a devastating blow to the enemy\'s morale and if we\'re lucky you might run into one of the Firelord\'s own emissaries while you\'re there.','Slay 4 Twilight Augurs, 4 Twilight Retainers and 1 Emissary of Flame at the Sanctum of the Prophets.','','','Return to Commander Jarod Shadowsong at the Gates of Sothann.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40713,40767,40755,0,4,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25523,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25810,0,0,0,'Flight in the Firelands','$N, our enemy is using this grotto in the Firelands to prepare an invasion. We\'re going to hit them hard right where they live.$B$BBut first, you\'ll need to get your wings. Flight in the Firelands does not work as it does in the outside world. Something about the dense, superheated air. You\'ll need some practice!$B$BGet a Twilight Firelance from the rack behind me, equip it, then mount one of Aviana\'s Guardians. Practice flying - flap your wings! Visit a flag placed on the ledge below and return. ','Get and equip a Twilight Firelance using the rack behind Farden. Mount one of Aviana\'s Guardians and fly her to the Guardian Flag on the ledge below. Press the flap button to flap your mount\'s wings! ','','','Return to Farden Talonshrike at the Hatchery. Press the flap button to flap your mount\'s wings!','Guardian Flag Visited','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25525,13164,616,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25523,0,0,0,'Wave One','Here they come, $N! The Twilight Knight Riders, astride black buzzards birthed in the scorching sulfurous breeding pools of the Firelands. The only way to defeat them is from the sky!$B$BTake wing once more, $c, and slay them.$B$BRun into enemy riders with your lance to destroy them.$B$BGo forth. Fly, fool. Fly!','Equip a Twilight Firelance and fly Aviana\'s Guardian. Kill 10 Twilight Knight Riders by flying into them. Press the flap button to flap your mount\'s wings! ','','','Return to Farden Talonshrike in the Hatchery.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39835,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25544,13202,616,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25525,0,0,0,'Wave Two','You\'ve stirred up the hornets, $N. The ceiling is coming down on us! And their strongest fighters are taking wing on creatures warped and twisted by this world of flame.$B$BGet back out there and take them down! Watch out for flaming boulders.','Equip a Twilight Firelance and fly Aviana\'s Guardian. Kill 10 Twilight Lancers by flying into them. Press the flap button to flap your mount\'s wings!','','','Return to Farden Talonshrike within the Hatchery.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40660,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25560,13202,616,0,1048712,80,81,0,0,0,0,0,0,0,0,0,25544,0,0,0,'Egg Wave','Without any defenders, the firelands eggs are vulnerable.$B$BTake wing once more and smash those eggs! Simply rush over them to crush them. Search all the nooks, crannies, and side-caves. Hurry! ','Equip a Twilight Firelance and fly Aviana\'s Guardian. Smash 40 Firelands Eggs by running over them. Press the flap button to flap your mount\'s wings!','','','Return to Farden Talonshrike within the Hatchery.','Firelands Egg Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,40762,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,65662,65661,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29167,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18597,1,'The Banshee Queen','Lady Sylvanas, leader of the Forsaken, is s\'posed to be one of the best warriors in the Horde, maybe even as good as the warchief himself!$B$BI\'ve always wanted to meet her, $N. Maybe an adventurer like you could get an audience with her! Would you take me to the Royal Quarter of the Undercity to meet Lady Sylvanas? It\'s a long way away and I bet the guards would never let me in by myself!','Take your orphan to meet Lady Sylvanas Windrunner in the Royal Quarter of the Undercity. Call for your orphan if he is not present when you arrive.','She\'s just as fierce as I thought she\'d be! But that ambassador sure got real mad when I started talking to Lady Sylvanas.','','Meeting with Lady Sylvanas Windrunner','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29168,13914,1977,0,0,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'Secondary Targets','The Gurubashi trolls have gathered their most powerful allies to rebuild Zul\'Gurub and re-take Stranglethorn Vale.$B$BChief among them are two monstrous trolls: Kaulema the Mover and Mor\'Lek the Dismantler, and a powerful soul-stealer called Mortaxx.$B$BThough they are not the leaders of Zul\'Gurub, defeating these powerful minions will aid us greatly preventing the rise of the Gurubashi.','Kill Kaulema the Mover, Mor\'Lek the Dismantler, and Mortaxx, the Tolling Bell inside of Zul\'Gurub.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52405,52422,52438,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29169,13914,1977,0,12426,85,85,81,0,0,0,0,0,0,0,1,0,0,0,0,'The Beasts Within','$B$BAfter the fall of Hakkar, the city of the Gurubashi fell into disrepair, and the jungle claimed most of Zul\'Gurub for its own. Several powerful beasts now reside in the cracks and hollows of the ancient city.$B$BWe have seen the powers that the Gurubashi priests wield - they turn the very plantlife against us with their venomous concoctions. Please, heroes, dispose of these beasts, before they become mindless agents of Jin\'Do and his minions!','Kill the Florawing Hive Queen, Tor-Tun the Slumberer, and a Lost Offspring of Ghaz\'Ranka inside of Zul\'Gurub.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52418,52442,52414,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29170,13914,1977,0,12426,80,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNUSED REUSE','$B$BWhat is this place? It looks like they\'re doing something terrible to that nether dragon. The energy is being siphoned from the creature into that lady! We need to stop this ritual!$B$BKill Corla to get past this hall!','Kill Corla, Herald of Twilight.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39679,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,0,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29171,13914,1977,0,12426,80,82,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNUSED REUSE','$B$BWhat is this place? It looks like they\'re doing something terrible to that nether dragon. The energy is being siphoned from the creature into that lady! We need to stop this ritual!$B$BKill Corla to get past this hall!','Kill Corla, Herald of Twilight.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,39679,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328000,0,0,0,0,0,0,0,0,0,0,418800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29172,13914,1977,0,0,85,85,85,0,0,0,0,0,0,0,0,0,0,0,0,'The Beasts Within','$B$BAfter de fall of Hakkar, de city of de Gurubashi fell into disrepair, and de jungle claimed most of Zul\'Gurub for its own. Some powerful beasts now be livin\' in da cracks an\' hollows of de ancient city. $B$BWe seen de powers dem Gurubashi priests wield - dey turn de very plantlife against us wit\' venomous concoctions. You tink you be strong? Dispose of dese beasts, before dey become mindless agents of Jin\'do.','Kill the Florawing Hive Queen, Tor-Tun the Slumberer, and a Lost Offspring of Ghaz\'Ranka inside of Zul\'Gurub on Heroic difficulty.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52418,52442,52414,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29173,13914,1977,0,12426,85,85,85,0,0,0,0,0,0,0,1,0,0,0,0,'Secondary Targets','Da Gurubashi trolls gathered dere most powerful allies ta rebuild Zul\'Gurub an\' re-take Stranglethorn Vale.$B$BChief among dem be two monstrous trolls: Kaulema da Mover an\' Mor\'Lek da Dismantler, an\' a powerful soul-stealer called Mortaxx.$B$BDey don\'t be leaders of da Gurubashi, but killing dem powerful minions gonna help us prevent da rise of da Gurubashi.','Kill Kaulema the Mover, Mor\'Lek the Dismantler, and Mortaxx, the Tolling Bell inside of Zul\'Gurub on Heroic difficulty.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52405,52422,52438,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29174,13914,1977,0,12426,85,85,81,0,0,0,0,0,0,0,1,0,0,0,0,'Break Their Spirits','A city like Zul\'Gurub is similar to one of the many towering trees you see nearby.$B$BThe trunk may be thick, and the canopy vast and leafy, but without nutrients from the roots far below, the tree will wither and fall.$B$BJin\'Do\'s army is fed largely by the actions of two minor Gurubashi trolls. Sever these roots, and the city will fall all the easier.','Kill Gub and the Gurubashi Master Chef inside of Zul\'Gurub.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52440,52392,52438,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29175,13914,1977,0,0,85,85,85,0,0,0,0,0,0,0,0,0,0,0,0,'Break Their Spirits','A city like Zul\'Gurub be similar ta one of de many towering trees you see nearby.$B$BDe trunk may be thick, and de canopy vast and leafy, but without nutrients from de roots far below, de tree gonna wither and fall.$B$BJin\'do\'s army be fed largely by de actions of a couple a\' minor Gurubashi trolls. Sever dem roots, and de city gonna fall.','Kill Gub and the Gurubashi Master Chef inside of Zul\'Gurub on Heroic difficulty.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52440,52392,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29176,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18597,1,'The Fallen Chieftain','Matron Battlewail says that when Cairne Bloodhoof died, the Horde lost a \'voice of wisdom\'. I don\'t know what that means, but I always wanted to meet him. Some of the other orphans even have his hoofprint.$B$BWould you take me with you to Mulgore? Our tutor says tauren bring their dead to a place called Red Rocks to honor them. We should go there and see if we can find Cairne.','Take your orphan to Red Rocks to visit the funeral pyre of Cairne Bloodhoof. Call for your orphan if he is not present when you arrive.','Someday, I\'m going to be a great warrior, just like Cairne or the warchief. Everyone will remember my deeds, and the ancestors will welcome my spirit too!','','Take Your Orphan to Visit Red Rocks','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29177,13914,616,0,3149960,80,81,0,0,0,0,0,0,0,0,1,25544,0,0,0,'Vigilance on Wings','The agents of Twilight continue their assault within this pocket of the Firelands. We must not let our offensive fall! Take wing, and destroy as many of those lancers as you can!$b$bDo not forget to pick up and equip your lance first.','Equip a Twilight Firelance and fly Aviana\'s Guardian. Kill 10 Twilight Lancers by flying into them. Press the flap button to flap your mount\'s wings!','Well done, $c. I hope you don\'t forget about us here in the Hatchery.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,40660,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,78000,0,0,96238,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29178,13914,3805,0,16520,85,85,81,0,0,0,0,0,0,0,0,0,0,33010,1,'Oooh, Shinies!','Come closer, $G man:sweetheart;! Let ol\' Griftah look at yer shiny things....$b$bHmm. Yeh, yeh, not bad, but ya can do better. Much, much better.$b$b$b$bThere be priceless shinies everywhere, $N, ya just gotta know where to look! It be yer lucky day; I know a fella who can help ya find more shinies than ya can ever carry.$b$bVisit my ol\' friend, Budd, near Zul\'Aman and show him this here. Ya be tellin\' him ol\' Griftah sent ya and he\'ll let ya in on his new project.','Speak to Budd in the Ghostlands.','','','','','','','',33010,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29179,13914,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Hostile Elements','The elementals continue to press on us, and I do not expect them to subside any time soon.$B$BYou\'ll find them pouring across the Ashen Fields to the north. Thin their ranks.','Kill 8 Charred Soldiers or Charred Vanquishers.','Your continued efforts are appreciated, $c. We will win this war as long as people like you stand beside us.','We cannot allow these elementals to take any ground. They\'re not likely to lapse in their attacks long enough for us to take it back.','','Charred Combatant slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,52504,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29180,13914,3805,0,136,85,85,81,0,0,0,0,0,0,0,0,0,29184,0,0,'Promises, Promises...','My inscrutable theories confirm rumors of vast treasure in Zul\'Aman. There\'ll be mounts and mansions for everyone! First things first, though. You must earn your share, after all....$b$bOur initial efforts here haven\'t gone as well as I hoped. In fact, my map, and the recruits I lent it to, have gone missing. They were after a troll-beast named Nalorakk.$b$bForget the crew, I need that map! Succeed, and you\'ll go down in history as the one who helped Budd Nedreck unlock the secrets of Zul\'Aman!','Retrieve Budd\'s Map of Zul\'Aman from High Priest Nalorakk\'s terrace in Zul\'Aman.','','','','','','','',33013,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29181,13914,0,0,0,85,85,0,0,0,0,0,0,0,0,0,29201,0,0,0,'Druids of the Talon','Skylord Omnuron and his Druids of the Talon have been a fearsome force for us back in Hyjal. I know that they prefer the familiar skies of that battlefield, but the time may come when we need them here nonetheless.$B$BIf you get your hands on enough marks, you should appeal to Omnuron that his druids should be on the main front. Omnuron watches out for his own, but he also understands the importance of this effort.','Obtain 150 Marks of the World Tree.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,98922,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29182,13914,0,0,786560,85,85,0,0,0,0,0,0,0,0,0,29181,0,0,0,'Flight of the Storm Crows','Many of the Druids of the Talon have made their way to the Molten Front, at your beckoning. You should go to Skylord Omnuron at Malfurion\'s Breach and see how their wings are faring in those burning skies.','Speak to Skylord Omnuron at Malfurion\'s Breach.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29183,13914,0,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Tier 2 Heroic (Nth)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29184,13914,3805,0,136,85,85,81,0,0,0,0,0,0,0,0,0,29186,0,0,'X Marks... Your Doom!','How did those fools fail? I told them to be careful - even gave them disguises to help them blend in. Ahh, well. The bright side of their failure is that this opportunity falls to you.$b$bSucceed, and you\'ll be well on your way to joining my crew and sharing in the immeasurable fame that will soon be mine. Not that I need any more, mind you.$b$bThere are yet a few portions of my map that require further exploration before our excavation can be initiated....','Visit Halazzi\'s Chamber, Jan\'alai\'s Platform, and Akil\'zon\'s Platform in Zul\'Aman.','','','','Examine Halazzi\'s chamber','Examine Jan\'alai\'s platform','Examine Akil\'zon\'s platform','',0,0,0,0,0,0,0,0,0,0,0,0,23815,23813,23814,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29185,13914,0,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Tier 2 Heroic (1st)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29186,13914,3805,0,0,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Hex Lord\'s Fetish','Dis new warlord of da Amani, he be nothin\' but an overgrown brute without da protection of a strong witch doctor and he has just dat.$B$BDa new warlord\'s ally be Hex Lord Malacrass, da most feared witch doctor to walk among da Amani in decades. Without da hex lord\'s say-so, Daakara won\'t be submitting his people to da control of da Zandalari.$B$BDefeat Hex Lord Malacrass, bring me his favorite fetish, and I be seein\' that ya get a fittin\' reward.','Obtain the Hex Lord\'s Fetish from Hex Lord Malacrass in Zul\'Aman.','','','','','','','',69264,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69596,69595,69594,0,0,0,1,1,1,0,0,0,69748,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29187,13914,3805,0,136,85,85,81,0,0,0,0,0,0,0,0,0,29188,0,0,'Tuskin\' Raiders','\'Ey mon! You be new around \'ere, eh? Lemme ask a favor of ya.$b$bBudd\'s been refinin\' his forest troll disguise. Says that he be close now - just be needin\' one last touch. Tusks.$b$bMy skinnin\' talents be wasted \'ere. Somethin\' about yankin\' troll tusks be makin me queasy. $b$bBring me back 10 troll tusks, eh mon?','Collect 10 Forest Troll Tusks from the trolls in Zul\'Aman.','','','','','','','',33106,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29188,13914,3805,0,262280,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Troll Among Trolls','Lissen mon, there be sumthin\' else needs doin fer ol\' Prigmon.$b$bZungam, my good-fer-nuthin\' cousin, be stuck inside Zul\'Aman. He still be alive too - I seen his signal flare just last night!$b$bI should be lettin\' him rot fer gettin\' me tied up in this mess, but he be owin\' me big money.$b$bDo what ya can to help him out, then leave the collectin\' to me!','Speak to Zungam in Zul\'Aman.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29189,13914,0,0,1052800,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Wicked Webs','Some of our scouts have not reported back for duty. We fear they have succumbed to the deadly spiders in the vicinity.$B$BHope may not be lost, however. The spiders often wrap up their live prey in cocoons for later consumption.$B$BGo search the pillars to the north for cocooned victims. You may yet be able to save some of our brethren.','Free 8 victims out of Cinderweb Cocoons.','Our lost allies have already made it back. They are shaken, but alive. Thank you for rescuing them.','','','Victims freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,52751,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29190,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18597,1,'Let\'s Go Fly a Kite','The other day, when some of us were out with the matron, I saw a goblin pushing a cart filled with toys. He had dolls, copper racers, leather balls, and some kites. I\'ve always wanted to get a dragon kite and the matron said that if I saved all my money I could buy one, but that\'s going to be a long time.$B$BI think the goblin\'s name was Blax Bottlerocket or something. If we can find him, could we get some kites and fly them together? I saw him pushing his cart around the Drag.','Purchase a Dragon Kite Two-Pack from Blax Bottlerocket in Orgrimmar\'s Drag then use it to fly kites with your Orcish Orphan. If your orphan is not present, call for him.','Thanks for the kite, $N. Every time I fly it, I\'ll remember the day you gave it to me!','','Fly Dragon Kites with your orphan','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29191,13914,0,0,10,10,-1,0,0,0,0,0,0,0,0,2,0,0,18597,1,'You Scream, I Scream...','There\'s a brand new ice cream shop in Orgrimmar, and it\'s not just any old ice cream either. This ice cream is made by a crazy goblin mage! You don\'t think it\'s going to disappear if I don\'t finish it in fifteen minutes, do you?$B$BI bet it tastes really good. Let\'s go try it!$B$BI heard some of the other kids talking about it, and they were saying the store is called the Cone of Cold and it\'s in the southern part of the Goblin Slums.','Purchase ice cream at Cone of Cold and then share it with your orphan.','I think that\'s the first time I\'ve ever seen a goblin making food that didn\'t involve a big, noisy machine with a lot of smoke. Maybe more people would like their food if they just made it like normal people... or like mages! That ice cream was so good!','','Take your orphan out for ice cream.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29192,13914,0,0,1052800,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Wardens are Watching','We must tread carefully, $c. Fandral\'s Druids of the Flame practice their fiery magic beyond the pillars to the north.$B$BI need you to capture one of those druids alive for questioning. We must seize every opportunity to learn of their plans.$B$BOne of my wardens will accompany you. Follow her instructions if you wish to survive.','Attack a Druid of the Flame to weaken it, then lure it into your Shadow Warden\'s trap.','I am impressed, $c. Your deeds will be remembered among the Shadow Wardens.','','','Druid of the Flame captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,52815,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29194,14333,4024,0,1048648,85,85,81,0,0,0,0,0,0,0,0,29193,29225,69245,1,'Through a Glass, Darkly','$b$bYour tale rings true, $c. Much has changed since the death of Malygos - little of it for the better.$b$bI know of the device you carry, and I recognize Anachronos\' magic in its creation. There is but one place in all of Coldarra that would allow this Timeless Eye to be used discreetly.$b$bYou will require my assistance if you hope to succeed. Speak with me again inside the Nexus and you shall have it.','Look into the Eye of Eternity at the Nether Vortex in the Nexus.$b$bMeet Tarecgosa inside the Nexus where she will escort you to the rift.','','','','Obscured Event Witnessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,52867,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(25514,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking the Bonds','From the deep...$BA realm of darkness and fire.$BGrasping in my slumber.$B$BI am ensnared, $r.$B$BShadows lurk in the rods of fire beside me.$BSlay them.$BThat I may be free again.','Disable the two Rods of Subjugation that bind Tortolla.','$B$BYou...$BAre not like the others.$B$BI am free once again.$B$BThe others...$BWill pay.','','Speak with Tortolla at the Ashen Lake.','First Rod of Subjugation Disabled','Second Rod of Subjugation Disabled','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25502,13202,616,0,2097288,80,81,0,0,0,0,0,0,0,0,0,25492,0,0,0,'Prepping the Soil','The Arch Druid has tasked me with setting up a series of flamewards around the perimeter of the area. Once these are active, we can prevent further attacks from the fire elementals that left this valley in ruins.$B$BThese will also protect and nourish the soil for whatever Hamuul has planned.$B$BIt\'s time to begin. Find one of the five flamewards I\'ve marked on your map, activate it, and defend it from counterattack until its magic kicks in. It won\'t take more than a minute.','Activate and defend a Flameward.','That\'s good! Between your work and the work of a few others, that valley is secure from a counter-attack.$B$BI\'ve done all I can. It\'s all up to you and the Arch Druid now.','','Return to Rayne Feathersong at the Sanctuary of Malorne.','Flameward Activated','Flameward Defended','','',0,0,0,0,0,0,0,0,0,0,0,0,40461,40462,0,0,1,1,0,0,0,0,0,0,0,0,0,0,57349,57348,57350,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25492,13202,616,0,8,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Firebreak','In their efforts to decimate Hyjal, Twilight\'s Hammer has elementals scouring the earth in the wake of the fire.$B$BThey\'re pulverizing the soil, rooting around in the ash, digging up any scrap of plantlife that survived and destroying it. It\'s like they\'re paving the way for... I don\'t even want to imagine.$B$BStop them before Hyjal is devoid of life. Kill the lava surgers!','Slay 10 Lava Surgers.','Good work, $N. There\'s a chance the forest will recover from this yet.$B$BNow, there\'s something else I need you to take care of for me...','','Return to Rayne Feathersong at the Sanctuary of Malorne.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46911,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25830,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Last Living Lorekeeper','You have awakened the ancients, $N, but the wilderness spirit Aessina remains silent. With her help, we can turn the tide of this attack and undo the damage Twilight\'s Hammer has done.$B$BThere may be one who can help us. The oldest of the trees, Nordu, stood in the center of what is now the Flamewake for thousands of years. His wisdom is as old as this mountain. If that old tree still lives, perhaps he can awaken Aessina... seek him out.','Seek out Nordu, an Ancient of Lore, at the Flamewake in Mount Hyjal.','','','Seek out Nordu, an Ancient of Lore, at the Flamewake.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25597,13202,616,0,262280,80,81,0,0,0,0,0,0,0,0,0,25653,0,0,0,'Commander Jarod Shadowsong','Only once has there been a leader capable of commanding demigods and mortals alike.$B$BHis name was Jarod Shadowsong and his ability to lead in battle was such that Cenarius and the other Ancients placed themselves under his command.$B$BHe disappeared for years and his whereabouts were unknown. Until now.$B$BHe is being held captive inside a Twilight camp in Darkwhisper Gorge.$B$BYour job is to infiltrate their ranks and free Jarod. Speak to the one known as Ortell at Darkwhisper Pass to the southeast.','Speak to Elementalist Ortell at Darkwhisper Pass.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,59000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29202,14333,0,0,262280,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Runetotem','I apologize for speaking curtly with you earlier. The loss of Hamuul was shocking to me, and difficult to cope with.$b$bThey brought in his body while you were away. He is alive, but - as you might imagine - he is very, very badly burned.$b$bThe scars are deep. He may not live.$b$bI have arranged for some of our finest healers to attend to him. If it is not too much to ask, would you speak with Dorda\'en Nightweaver? He and his fellow attendants may need your help.','Speak with Dorda\'en Nightweaver at the Sanctuary of Malorne in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,1,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29203,14333,0,0,2097160,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Depths','Leyara has been spotted in the Igneous Depths. A group of Shadow Wardens has cornered her.$B$BGo there immediately. I will join you as soon as I make one necessary preparation.','Kill Leyara.','Leyara\'s tale is a tragic one. It pains me that it came to this.$B$BStaghelm must be stopped, before he drags anyone else down with him.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,53366,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29204,14333,0,0,9441416,85,85,0,0,0,0,0,0,0,0,1,0,29205,0,0,'The Warden\'s Charge','Captain Saynna Stormrunner is launching an attack against the Forlorn Spire. If you head to the northeast, you\'ll find her at the bottom of the ramp leading up towards that rise.$B$BI\'ve assigned her a large number of our men, but her chances of success would be greatly increased if you join her cause. It\'s your decision, $n.','If you want to help the Wardens attack the Forlorn Spire, seek out Captain Saynna Stormrunner in northeastern Ashen Fields.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29205,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Forlorn Spire','Captain Saynna Stormrunner is launching an attack against the Forlorn Spire. If you head to the northeast, you\'ll find her at the bottom of the ramp leading up towards that rise.$B$BGo there and escort one of her druids to the tower with any forces that she can spare. You\'ll have quite a fight ahead of you - make sure the druid lives to see the end of it or they\'ll not be able to seize the tower.','Protect one of the druids attempting to take the Forlorn Spire.','Well done, $c. This should prove a good staging ground for pushing further into enemy territory.$B$BI sense Druids of the Flame nearby. Perhaps we shall have some sport of them as well.','','','Druid Assault Group Protected','','','',0,0,0,0,0,0,0,0,0,0,0,0,53012,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,81040,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29206,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Into the Fire','Skylord Omnuron and his druids are seeking to push through the Furnace to our northwest. They\'ve been able to fly over the dangers, but they really need someone on the ground to help them secure the territory past the fire... someone like you.$B$BIf you want to aid the Druids of the Talon, wait for one of Omnuron\'s Windcallers to start pushing through the fire, stay close to him, and keep him safe from any attackers within the flames.','Escort a Windcaller through the Furnace and secure the entrance to the Molten Flow.','Glad to see the Skylord was finally able to get someone capable through without wings. Our flight has been of little use to us in these confined spaces and amidst the thermals beyond this ridge.$B$BLooks like we\'ll have to resort to more conventional tactics. You game?','','','Druid of the Talon Windcaller protected','','','',0,0,0,0,0,0,0,0,0,0,0,0,53218,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29208,13914,1977,0,2097280,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Old Friend','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69251,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81040,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29209,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,29210,0,0,'Into the Fiery Depths','One of our druids moved ahead into the Igneous Depths in pursuit of a Druid of the Flame.$B$BGo to her. Help her.','Speak to Theresa Barkskin in the Igneous Depths.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29210,14333,0,0,3149832,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Enduring the Heat','Shalis has gone with one of our druids to stop a Druid of the Flame that is performing a summoning ritual in the Igneous Depths, below us. They have been tasked with killing the druid, but I need you to stop the ritual.$B$BYou\'ll find the entrance to the cavern east of the Magma Springs. Once inside, you\'ll see 8 blue runes spread throughout the cavern. You can use these runes to protect you from the fiery creatures, but you need to stamp all of them out to end the ritual. You will need to be swift.','Find your way to the Igneous Depths, then destroy all 8 of the blue runes within.','Well done!$B$BThey\'ve been attempting to start rituals of this sort all over the Molten Front, but we\'ve been able to thwart them every time so far. Hopefully you will be present in the future to help us keep up that trend.','','','Enter the Igneous Depths','All Flame Runes Destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,53886,52891,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,93425,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29211,14333,0,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Solar Core Destruction','The fight has taken us to Fandral\'s doorstep. His druids are channeling energies of the Firelands into a vessel called the Solar Core.$B$BShould this vessel detonate on Azeroth, none of us will have a home to return to.$B$BWe need to strike at the Solar Core now, while it is still vulnerable. You can find the infernal device to the northeast.','Detonate the Solar Core.','It is destroyed? Good. I doubt this will deter Fandral for long, but we must gain every advantage we can muster.','','','Solar Core detonated','','','',0,0,0,0,0,0,0,0,0,0,0,0,52950,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29212,14333,0,0,16520,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRECATED] Fire Hawk Down','PH - Shoot down 5 fire hawks.','PH - Shoot down 5 fire hawks.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29213,13914,0,0,262272,85,85,0,0,0,0,0,0,0,0,0,0,29121,0,0,'How\'s the Hunter Holding Up?','Tings ain\'t looking good. Dat panther was under some powerful magic. We better check on dat hunter an\' see how he be doin\'.','Check on Grent Direhammer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29214,14333,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,29201,0,0,0,'The Shadow Wardens','The Shadow Wardens are back in the Regrowth. I know that they take the loss of Fandral from their custody very seriously, so it wouldn\'t take much prodding to bring them to the Firelands to hunt the Druids of the Flame, and perhaps aid us otherwise in the process.$B$BShould you come upon enough marks, you should seek out Captain Saynna Stormrunner at the Sanctuary of Malorne and secure her aid.','Obtain 150 Marks of the World Tree.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,100553,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29215,14333,0,0,786560,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hunt Begins','The Shadow Wardens have joined the fight at the Molten Front, on your request. You should find Captain Saynna Stormrunner and see to it that they\'ve found a way to best apply their skills.','Speak to Captain Saynna Stormrunner at Malfurion\'s Breach.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29216,14333,0,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malfurion\'s Breach','','Secure a foothold in the Firelands.','','','','Secure Firelands Foothold','','','',0,0,0,0,0,0,0,0,0,0,0,0,53370,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29217,13914,3805,0,0,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Captive Scouts','After we arrived, I dispatched my scouts to learn more about da Zandalari presence here in Zul\'Aman. Many returned with useful information, but four still be missin\'. If we do not act quickly, da new warlord\'s lieutenants will offer dem as sacrifices in honor of da Zandalari emissaries.$B$BFind my scouts, $N, and free dem before da priests offer dem as sacrifices!','Free the captive scouts: Hazlek, Bakkalzu, Norkani, and Kasha. They are being held captive by the Amani high priests.','','','','Hazlek rescued','Bakkalzu rescued','Norkani rescued','Kasha rescued',0,0,0,0,0,0,0,0,0,0,0,0,52939,52941,52943,52945,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29218,14333,0,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marks of the World Tree','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29219,13914,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Bwemba\'s Spirit','Dese be troublin\' times for us Darkspear. Da Zandalar be reuniting all da troll clans an\' plan to take back da lands dey lost.$b$bWe tryin\' to warn all dat we can. But it might be too late.$b$bAnother Darkspear gone down to Stranglethorn to warn da people. But it ain\'t safe to travel alone in Stranglethorn.$b$bHelp me find him and make sure da people in Stranglethorn are warned of da rise of da troll tribes.$b$bI gonna bind my spirit wit\' ya. When ya get to Stranglethorn, I be able to aid ya.','Warn the people of Stranglethorn and find the other Darkspear emissary.','','','','Help Bwemba Find the Darkspear Emissary','','','',0,0,0,0,0,0,0,0,0,0,0,0,52930,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,97864,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29220,13914,0,0,4456576,85,85,0,0,0,0,0,0,0,0,0,0,29221,0,0,'To Bambala','Da first place we check gonna be da place most likely to be attacked first, Bambala.$b$bBambala be dangerously close to da troll city Zul\'Gurub... It make for an easy target.$b$bMaybe we find da emissary dere. Hopefully it ain\'t too late.','Head to Bambala in Northern Stranglethorn Vale to find the Darkspear emissary.','','','Head to Bambala in Northern Stranglethorn Vale.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29221,13914,0,0,7340160,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Serpents and Poison','Da warning helped, $n.$b$bWe gathered more Headhunters to help defend. But Headhunters... Dey not used to hunting heads on serpents. So we soon be overwhelmed. Dese serpents, dey seem to come from everywhere. An\' it probably only gonna get worse.$b$bHelp us and kill da serpents and have Bwemba use her mojo to cure da ones dat are sick from poison.','Kill Jungle Serpents and inspect the poisoned Headhunters to allow Bwemba to heal them.','','','','','Headhunters healed','','',0,0,0,0,0,0,0,0,0,0,0,0,52224,52307,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,99470,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29222,13914,0,0,4194304,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirits Are With Us','Dere was something about da way da serpents attacked, $n. Something unnatural... Even da poison had a hint of some bad mojo.$b$bDere be a shrine near here wit\' a bonfire. We can use dat to perform a ritual.$b$bWhatever be makin\' dese serpents attack, dey probably still watchin\' over dem.$b$bDa only problem, $n, is dat I only be here in spirit form. I need you to be my hands. I need you to go to da fire an\' prepare it for me. Den I\'ll handle da rest.','Prepare the bonfire in front of the serpent shrine near Bambala for Bwemba\'s ritual.','','','','Use the bonfire near Bambala','','','',0,0,0,0,0,0,0,0,0,0,0,0,52678,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29223,13914,0,0,4456576,85,85,0,0,0,0,0,0,0,0,0,0,29226,0,0,'Nesingwary Will Know','So da Gurubashi be on da rampage an\' dey usin\' serpents to lead da charge.$b$bYou know who be good at keepin\' da animal population in check? Da hunters at Nesingwary\'s Expedition.$b$bHead over dere and see how dey doin\'. See if dey know a good way to get rid of da serpents.$b$bIf dey don\'t know, den you gotta at least warn dem dat dese serpents, it ain\'t all natural.','Warn the hunters at Nesingwary\'s Expedition in Northern Stranglethorn Vale.','','','Head to Nesingwary\'s Expedition.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29224,14333,4265,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRICATED] NO LONGER USED','Here we are, mortal.$b$bThe rift emits intense energy that will shield the magic of your artifact.$b$bWhen you are ready, I will activate the Eye. Doing so will require all of my focus. You must witness the vision on your own.$b$bHurry now, $c. It is unsafe for us to tarry here.','Gaze into the Timeless Eye.$b$bSpeak to Tarecgosa at the Rift to activate the artifact.','','','','Timeless Eye Eveny Witnessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,52867,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29225,14333,4265,0,72,85,85,0,0,0,0,0,0,0,0,0,0,29234,0,0,'Actionable Intelligence','$b$bImpossible!$b$bNot even Arygos would dare to go to such lengths.$b$bI do not question your integrity, $c, but you must understand - your mortal mind can easily be deceived.$b$bRegardless, Kalecgos must be informed of these events. You must travel to Nordrassil at once to seek him out.$b$bI shall remain here to conceal the evidence of our activities. Speak of this to no one else!','Speak to Kalecgos at Nordrassil in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29226,13914,0,0,5505152,85,85,0,0,0,0,0,0,0,0,0,0,29227,0,0,'Track the Tracker','We\'ve been fending off serpents for days now, $n. But the serpents are nothing compared to what else is out in that jungle.$b$bWe hunters are being hunted.$b$bA large panther named Mauti has been dragging my men off into the bush.$b$bWe sent Grent Direhammer, one of our best hunters, to track this beast down.$b$bDirehammer headed off to the east, perhaps you can find them there.','Find Grent Direhammer in Northern Stranglethorn Vale.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29227,13914,0,0,5570690,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'The Hunter\'s Revenge','The beast that\'s been hunting us... I\'ve been hunting it.$b$bWe call him Mauti. He\'s a clever one. But he made a grave mistake when he killed my brother. Now that mistake is going to cost him. Ol\' Direhammer has got his scent.$b$bI\'ve noticed him roaming just above Kurzen\'s Compound. If we act fast, we can take him down.$b$bAre you ready, $n?','Give Grent Direhammer the closure he needs by killing Mauti.','','','Bring Grent Direhammer to the body of Mauti','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29228,13914,0,0,3670144,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Follow That Cat','Well, that explains why Mauti seemed smaller... The real Mauti has run off with Grent Direhammer, but being the wise hunter that he is, he has fired flares off so you can track him. Find Direhammer before it\'s too late!','Find where Mauti has taken Grent Direhammer.','','','','Find Mauti\'s Lair','','','',0,0,0,0,0,0,0,0,0,0,0,0,52911,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,96878,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29229,13914,0,0,3670144,85,85,0,0,0,0,0,0,0,0,0,0,29230,0,0,'Follow That Cat','Well, that explains why Mauti seemed smaller... The real Mauti has run off with Grent Direhammer, but being the wise hunter that he is, he has fired flares off so you can track him. Find Direhammer before it\'s too late!','Find where Mauti has taken Grent Direhammer.','','','','Find Mauti\'s Lair','','','',0,0,0,0,0,0,0,0,0,0,0,0,52911,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,96878,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29230,13914,0,0,128,85,85,0,0,0,0,0,0,0,0,0,0,29231,0,0,'Mauti','I got da feeling dat somethin\' ain\'t right wit\' dat panther, $n. It ain\'t natural. I gonna need to perform some rituals over da body. Put Mauti down, an\' den let\'s see what we can find out, $n.','Bring Bwemba to the remains of Mauti.','','','','Bwemba has inspected the Cat','','','',0,0,0,0,0,0,0,0,0,0,0,0,52384,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29231,13914,0,0,262272,85,85,0,0,0,0,0,0,0,0,0,0,29232,0,0,'How\'s the Hunter Holding Up?','Tings ain\'t looking good. Dat panther was under some powerful magic. We better check on dat hunter an\' see how he be doin\'.','Check on Grent Direhammer.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29232,13914,0,0,2097280,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bury Me With Me Boots...','Ah... It\'s you, $n. Mauti... He\'s dead? Then my brother has been avenged. I\'ve only one request from ya... This scamp here, he\'s been pawing at me bare feet. No dwarf should go to the earth with bare feet.$b$bPlease, bury me with me boots.','Collect Grent Direhammer\'s boots.','','','','','','','',68937,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,96906,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29233,13914,0,0,262272,85,85,0,0,0,0,0,0,0,0,0,0,29235,0,0,'Warn Grom\'gol','Dis death ain\'t be in vain, $n. We figure out dat Kilnara be on da prowl. Tings don\'t look good.$b$bWe better check out Grom\'gol Base Camp to da west. Maybe we find my contact dere.','Make your way to Grom\'gol Base Camp.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29234,14333,616,0,72,85,85,62,0,0,0,0,0,0,0,0,0,29239,0,0,'Delegation','I am duty-bound to look into your claims immediately, $r, which means my mission here now must fall to you.$b$bA surge of ancient magic, far too strong to have occurred naturally, drew me here. I have since discovered a most troubling development.$b$bA bough from Nordrassil has been ripped from the tree and taken deep into the Firelands. There, a powerful ritual threatens to corrupt Nordrassil, consuming it in flame.$b$bYou must find a way to interrupt the ritual and reclaim the World Tree\'s branch.','Recover the Branch of Nordrassil from the Firelands.','','','','','','','',69646,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29235,13914,0,0,1048578,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'Defend Grom\'gol','I hope you like to fight, $n. Your troll friend has been through here and warned us that the Gurubashi were on the rampage. I never thought the battle would be this glorious though.$b$bCome, join in our fight and let\'s show these Gurubashi trolls the might of the Horde!','Help defend Grom\'gol Base Camp for three minutes.','','','Help Defend Grom\'gol Base Camp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29236,13914,0,0,128,85,85,0,0,0,0,0,0,0,0,0,0,29237,0,0,'To Hardwrench Hideaway','Bwemba... Is that you?$b$bYour contact was here. He was eager to get to the next location and warn them. And really, who could blame him? I gave him use of a wyvern to reach the goblins of Hardwrench Hideaway, in the Cape of Stranglethorn.$b$bI will give you use of one of my wyverns to reach Hardwrench.$b$bTalk to me when you are ready to go, $n.','Head to Hardwrench Hideaway in The Cape of Stranglethorn.','','','','Arrived at Hardwrench Hideaway','','','',0,0,0,0,0,0,0,0,0,0,0,0,52762,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29237,13914,0,0,128,85,85,0,0,0,0,0,0,0,0,0,0,29238,0,0,'Voodoo Zombies','Da people... Dey all zombies, voodoo zombies! Dis ain\'t gonna be pretty, $n.$b$bYou gotta kill dem.$b$bBut once dey killed, dere is a moment where I can save dem. Change dem back into da person dey were before.$b$bWe gotta act fast. Da zombies don\' rest.','Rescue 10 Hideaway Survivors.','','','','Hideaway Survivors Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,52623,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29238,13914,0,0,128,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bad Supplies','Some of da survivors mentioned food, $n. We better check da food supplies. I gotta a bad feelin\' about dis.','Check out the food preparation area in Hardwrench Hideaway.','','','','Supplies Searched','','','',0,0,0,0,0,0,0,0,0,0,0,0,52882,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29239,14333,3537,0,2097224,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nordrassil\'s Bough','Much has transpired since last we spoke.$b$bI have taken it upon myself to visit the Nexus and recover Anachronos\'s artifact, but not before using it for myself. Now I too have witnessed that which you have seen.$b$bBefore discussing the matter further, allow me to express my gratitude to you for your assistance, both here and in the Plane of Fire.','Collect the Branch of Nordrassil at Amber Ledge in Borean Tundra.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71084,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,81040,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29240,14333,3537,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,29269,0,0,'Emergency Extraction','Now, back to the matter at hand...$b$bI am convinced that the vision in the Nexus is one of Deathwing\'s illusions designed to bring conflict into our flight at a very fragile time.$b$bThe Worldbreaker would only be strengthened were we to fall to infighting.$b$bStill, a gnawing sense of unease tempts me to take a path of caution.$b$bIt would be wise for me to take Tarecgosa and withdraw until the time of choosing.','Accompany Kalecgos to Coldarra.$b$bSpeak to him when you are ready.','','','','Accompanied Kalecgos to Coldarra','','','',0,0,0,0,0,0,0,0,0,0,0,0,53047,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29241,13914,1977,0,0,85,85,85,0,0,0,0,0,0,0,0,0,0,0,0,'Break the Godbreaker','$B$BWhen Jin\'do was last ripped from dis world, he survived as a shade, weak and broken, in da spirit world.$B$BBut Jin\'do always had power over da spirits. One by one, he broke dem to his will, and wit\' each soul devoured, Jin\'do got closer ta\' rippin\' a hole through to dis world.$B$BTa be here now...$B$BDa spirits be wit\' us, we must end Jin\'do.','Kill Jin\'do the Godbreaker inside of Zul\'Gurub on Heroic difficulty.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52148,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29242,13914,1977,0,12426,85,85,85,0,0,0,0,0,0,0,1,0,0,0,0,'Putting a Price on Priceless','Listen, friend. I don\'t know you, and you don\'t know me. But as long as we\'re both here, there\'s something Revilgaz wanted me to mention.$B$BMaybe you\'re taking a stroll through this troll-infested jungle-ocalypse. Maybe you happen to find a priceless troll artifact or two. Maybe you bring it back to me and I accidentally leave behind a little present for ya\'.$B$BIf you must know, it\'s for a project. And no, you can\'t ask what the project is.','Investigate the Cache of Madness and find the Mysterious Gurubashi Bijou.','','','','','','','',69647,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29243,14333,0,0,4104,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Strike at the Heart','One of Ragnaros\' Lieutenants has shown itself at Ragnaros\' Reach. It is time to strike. Captain Saynna has requested that you be there to help see the fight through.$B$BWitherbranch and some others will have joined the battle by the time you arrive. You should make haste to the northwest and find them.','Kill the Lieutenant of Flame.','Very well done, $n! This should delay them significantly.$B$BIf we keep this up, we can easily push the fight back to Ragnaros himself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,54230,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29244,14333,0,0,8392840,85,85,0,0,0,0,0,0,0,0,1,0,29243,0,0,'A Lieutenant of Flame','Captain Saynna has requested your presence at Ragnaros\' Reach. A Lieutenant of Flame has shown himself and she thinks you are our greatest chance at striking against him.$B$BMake your way there as soon as you\'re able.','Report to Captain Saynna Stormrunner at Ragnaros\' Reach.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29245,14333,0,0,13631624,85,85,0,0,0,0,0,0,0,0,0,0,29249,69675,1,'The Mysterious Seed','A small, dried acorn has fallen out of the Flame Druid\'s robe.$B$BWhy would a Druid of the Flame be carrying it around?$B$BPerhaps someone at Malfurion\'s Breach would like to see it.','Take the Acorn to Avrilla at Malfurion\'s Breach in the Firelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29246,14333,0,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Relieving the Pain','The Arch Druid has an immense tolerance for pain. I\'ve treated burn victims that spend twenty-two hours a day screaming in pain, and their burns weren\'t even half as bad as what Hamuul has suffered.$b$bNevertheless, I can sense that he is in greater discomfort than normal today. Bring me the hearts of the large fire elementals to the southeast. I can use them to prepare a soothing salve for our patient.','Obtain 4 Flame-Wreathed Hearts from Seething Firelords.','','','','','','','',69678,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,81040,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29247,14333,0,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Treating the Wounds','We have an ample supply of medical supplies here at the Sanctuary, but we mustn\'t lose sight of the fact that we are at war. Hamuul isn\'t the only person who has need of bandages.$b$bThe fiery behemoths that roam Sethria\'s Roost wear flame-resistant wrappings that will serve Hamuul as ably as any bandage. Bring me those wrappings, and I will prepare them for use on the Arch Druid.','Obtain 4 Sulfur-Laced Wrappings from Fiery Behemoths in Sethria\'s Roost.','','','','','','','',69677,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,81040,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29248,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Releasing the Pressure','Having been burned so badly, Arch Druid Hamuul is suffering from edema - swelling of the body\'s tissues. It takes a great deal of his attendants\' effort to keep his swelling down enough for him to breathe.$b$bNormally, to reduce this swelling, we make cuts in his flesh, but he is weak, $N. I cannot cut him today. I need your help.$b$bFlamewaker scales will aid with the swelling, but you need a lot of them.','Obtain 100 Flamewaker Scales.','You are a compassionate $r. With this many scales, we won\'t have to cut him again for another day, at least. Perhaps two.','Do you have the scales? I hesitate to cut the Arch Druid again, but we must relieve the swelling somehow.','','','','','',69679,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29249,14333,0,0,13959304,85,85,0,0,0,0,0,0,0,0,0,0,29254,69675,1,'Planting Season','The acorn seems to be unharmed.$B$B$B$BNo point in beating around the bush. Let\'s plant it and see what comes out.$B$BLuckily for you, we brought some leftover soil with us to help establish our base.$B$BYou\'ll find the soil at the graveyard directly east.','Plant the Acorn in the Un\'Goro Soil at Malfurion\'s Breach.','','','','Acorn Planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,53084,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29250,13914,0,0,3408000,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Contact','You aren\'t one of the zombies...$b$bA troll? I did see one, just before the outbreak... He warned us, told us to be on our guard... But it was too late.$b$bYour troll friend headed to Booty Bay to warn them...','Head to Booty Bay and find Bwemba\'s contact.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,97859,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29251,13914,1977,0,136,85,85,85,0,0,0,0,0,0,0,0,0,29253,0,0,'Booty Bay\'s Interests','Look, $n. You\'ve helped out plenty so far, but that\'s not going to be enough. I need these crazy trolls stopped, or at least stopped from getting into Booty Bay.$b$bI\'m going to send a man in to oversee the action, but I want you to go into Zul\'Gurub and make something happen.$b$bAt the very least, I want you to find me something that will help keep these trolls out of Booty Bay.$b$bYou do that and we\'ll treat you right.','Recover an artifact that might keep the Zul\'Gurub trolls out of Booty Bay.','','','','','','','',69774,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29252,13914,1977,0,0,85,85,85,0,0,0,0,0,0,0,0,0,29253,0,0,'Booty Bay\'s Interests','I\'ve been sent here by Baron Revilgaz of Booty Bay to make sure this troll menace is halted. Or that it is at least halted at the gates of Booty Bay.$b$bI want action and I want results.$b$bI want you to get in there and kill.$b$bI want you to get in there and find me something that will help keep these trolls out of Booty Bay.$b$bYou do that and we\'ll make sure you get paid.','Recover an artifact that might keep the Zul\'Gurub trolls out of Booty Bay.','','','','','','','',69774,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29253,13914,0,0,0,85,85,0,0,0,0,0,0,0,0,0,29252,0,0,0,'A Shiny Reward','There is a stash of loot located in the statue on Janeiro\'s Point just northwest of Booty Bay in Stranglethorn Vale.$b$bHead to the statue and claim your prize, $c.','Get your reward from a chest in the statue at Janeiro\'s Point.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69262,69863,69864,69865,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29254,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Little Lasher','The little red flower wiggles its tendrils happily. It seems to like you!$B$BPerhaps Avrilla would like to see what grew out of the acorn.','Bring the Crimson Lasher to Avrilla.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,81040,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29255,14333,0,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Embergris','The Crimson Lasher has developed some cracking blisters on its vines. Without treatment, this condition could be life threatening.$B$BLuckily, the Charred Soldiers and Charred Vanquishers in the area produce a waxy substance known as Embergris, which should soothe the Lasher\'s pain.$B$BBring me some of this substance, and kill those nasty fire elementals while you\'re at it.','Retrieve 5 Embergris from Charred Soldiers and Charred Vanquishers.','It isn\'t very pleasant-smelling, but this should fix the Lasher right up.','The Lasher is growing quite quickly.','','','','','',69722,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29256,14333,0,0,20608,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRECATED] Eat Your Heart Out','Hello $N. Checking in on your Fire Lasher?$B$BHe seems quite hungry, but no mixture of fertilizer or plant growth seems to interest him.$B$BSome plants are carnivorous, and I\'d like to test this rather unconventional theory.$B$BWould you retrieve some Lava Burster Hearts for me? The Lava Bursters frequent the fields to the north.','Retrieve 3 Lava Burster Hearts.','','','','','','','',69723,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29257,14333,0,0,3149952,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Steal Magmolias','We\'ve discovered a new species of flower growing in the Magma Springs to the north. Amazingly, they sustain themselves in pure molten lava!$B$BPlease go and retrieve some specimens for me. I\'m sure that further study of these plants will shed some light on your little friend here.$B$BSpeaking of which, he seems quite eager to go with you. Let\'s hope he behaves himself.','Collect 8 Magmolias from the Magma Springs to the north.','Thank you, $N. I will start analyzing these samples at once.','Fascinating! The more time I spend in the Firelands, the more I see there is an ecosystem at work here.','','','','','',69725,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,81040,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29258,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meteorite Hunt','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29259,14333,0,0,3166336,85,85,0,0,0,0,0,0,0,0,0,0,0,69750,1,'[DEPRECATED] Hide and Seek','Good to see you again, $N. Your Lasher here has invented a new game - hide and seek!$B$BIt looks like he wants to play with you.$B$BWait until he hides himself, then look for him somewhere in the camp.$B$BIf he\'s too well-hidden, I\'ve created this special mist that will reveal his general direction. Don\'t tell him I gave it ito you.','Find and expose the hidden Fire Lasher in Malfurion\'s Breach.','','','','Fire Lasher Found','','','',0,0,0,0,0,0,0,0,0,0,0,0,53114,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81040,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29260,14333,0,0,3162240,255,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'[DEPRECATED] Enlighten Us','Your Fire Lasher has been quite restless. He keeps visiting the old burnt tree, though for what reason, I cannot fathom.$B$B$N, would you do me a favor and take your Fire Lasher to the tree? Perhaps you can figure out what interests him so much about that place.','Take the Fire Lasher to the burnt tree.','','','','Fire Lasher Taken to the Burnt Tree','','','',0,0,0,0,0,0,0,0,0,0,0,0,53148,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,94000,0,0,81040,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29261,13914,0,0,4096,1,-1,81,0,0,794,0,0,0,0,1,0,0,0,0,'Zul\'Aman Voodoo','','','','','','','','','',63128,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,98279,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29262,13914,0,0,4096,1,-1,81,0,0,794,0,0,0,0,1,0,0,0,0,'Zul\'Gurub Voodoo','','','','','','','','','',63128,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,98280,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29263,14333,0,0,1052808,85,85,0,0,0,0,0,0,0,0,1,0,0,69759,1,'A Bitter Pill','As far as I\'m concerned, there\'s no problem that can\'t be solved with bombs. And if a bomb doesn\'t solve your problem on the first try... use a bigger bomb.$b$bSo there\'s this big worm that\'s been eating people near the lava pools up north. Search for breath bubbles to find it. Attack it until it prepares to bite, then place this bomb down in front of it. Then sit back and watch the fireworks.$b$bHmm... there was one other thing I wanted to say... oh yeah! Don\'t get eaten.','Find the Subterranean Magma Worm\'s breath bubbles, then defeat it by making it swallow the Bitter Pill.','Ah knew Ricket\'s bombs\'d come in handy. Twas just a matter ah findin\' somethin\' big enough to explode.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,53112,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29264,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Flamewakers of the Molten Flow','Of all Ragnaros\' minions, the flamewakers appear to be the most devoted. Most of them dwell within this cave, preparing for another attack. Our foothold may be strong, but we will not tolerate any surprise attacks from these worms.$b$bNo, we will strike first.$b$bTear them apart, $N.','Slay 8 Flamewakers within the Molten Flow.','I like the way you work, $N.','','','Flamewaker slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,53093,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29265,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Fire Flowers','My fellow druid, Choluna, has asked us to collect any specimens of plant life that we might find here in the Firelands...$b$b...I don\'t know whose idea it was to bring scholars to a warfront.$b$bNevertheless, you will already be in the cave - killing things - so be on the lookout for anything growing out of the ground.','Obtain 5 Luciferns.','These things never cease to amaze me. Whether they\'re actual plants, or just delicate stone formations, the fact that they can grow in such hostile conditions astounds me.$b$bI\'ll have these sent to Avrilla for analysis right away.','They could be growing anywhere. Keep your eyes open.','','','','','',69765,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29266,13914,0,0,4480,1,-1,0,0,0,794,0,0,0,0,0,0,0,0,0,'DEPRECATED Zul\'Gurub Voodoo (NYI)','','','','','','','','','',63128,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,98280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29267,13914,0,0,589824,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Some Good Will Come','So much violence, so much death. Brothers have died, a mother has died, and now a panther cub will die if there is no one to take care of it.$b$bWill you take a pause from the violence to help care for a panther cub?','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68833,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98364,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29268,13914,0,0,2359424,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Some Good Will Come','So much violence, so much death. Brothers have died, a mother has died, and now a panther cub will die if there is no one to take care of it.$b$bWill you take a break from the violence and help care for a panther cub?','Care for the panther cub, after all, you did kill it\'s mother.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68833,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98364,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29269,14333,4024,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,29270,0,0,'At One','I was charged with her protection, yet it was she who sacrificed herself for my sake.$b$bI cannot bear to lose her, $n. I must make a solemn request of you.$b$bNever has a mortal borne the essence of a true dragon, but with your permission I would make an exception.$b$bPlease, while there is life in her, will you allow me to bind Tarecgosa to you? ','Speak to Kalecgos to agree to his proposition.','','','Speak to Kalecgos in Coldarra.','Bonded with Tarecgosa\'s Essence','','','',0,0,0,0,0,0,0,0,0,0,0,0,53182,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29270,14333,4024,0,72,85,85,62,0,0,0,0,0,0,0,0,0,29285,0,0,'Time Grows Short','Tarecgosa is bound to you, $n, but only temporarily. An aspect\'s power is required to permanently seal her essence.$b$bMalygos\'s successor will not be chosen until Azeroth\'s moons next eclipse, and the bond you share will not last until then.$b$bFortunately, there is a way to buy us the time we need. Powerful elements exist that can extend the ritual\'s effects. Some of these can be found in the Plane of Fire, with which you\'ve become familiar.$b$bObtain them, $c, and sustain Tarecgosa until the eclipse.','Collect 1000 Seething Cinders from the Firelands.','','','','','','','',69815,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29271,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bound for Warmer Weather','We should be okay here for now, and they have need of you in the Firelands. You should go through the portal and help them out.','Speak to General Taldris Moonfall at Malfurion\'s Breach on the Molten Front.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29272,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Need... Water... Badly...','Need... water... badly...','Bring Anren Shadowseeker to the entrance of the Molten Front.','','','','Escort Anren to the front of the cave','','','',0,0,0,0,0,0,0,0,0,0,0,0,53234,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29273,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,69806,1,'How Hot','The fire hawks of Fireplume Peak can withstand incredible temperatures. While you\'ll often find them circling the skies above, they\'re also known to swim in molten lava.$b$bIsn\'t that right, Anren?$b$bWe\'d like to know just how hot that lava can get. Fireplume Peak has three large lava pools. Use this to measure the temperature of each.','Use Tholo\'s Thermometer to measure the temperature of the three large lava pools on Fireplume Peak.','These results will go a long way to help us understand the fire hawks, and - more importantly - Alysrazor, their new, fiery queen.$b$bTholo and I are thankful that you\'ve been helping us out.','','','Northwestern Lava Pool sampled','Northeastern Lava Pool sampled','Central Lava Pool sampled','',0,0,0,0,0,0,0,0,0,0,0,0,53190,53191,53192,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29274,14333,0,0,4104,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Hounds of Shannox','On the Firelands\' largest island, our troops have been having trouble against Shannox, the flamewaker hunter. Not only does he have impeccable aim, but he keeps trained hounds that give our troops no end of trouble.$b$bTholo, in all his wisdom, thinks it would be a good idea to study the biology of these hounds. I, of course, agree with Tholo.$b$bYou will find several hounds in the Molten Flow, beneath the Furnace. We will need their ashes to study.','Obtain 6 small piles of Houndbone Ash.','This ash may seem indistinguishable from any other type of ash you find on this forsaken island, but trust me... you have found the right stuff.$b$bWe will have it analyzed immediately.$b$bReturn again soon. While I do enjoy spending time with Anren, we also appreciate your company, $N.','Any information we can get will be instrumental in helping our men defeat Shannox.','','','','','',69816,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29275,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Fandral\'s Methods','The Druids of the Flame... an order of druids that, up until a few weeks ago, Tholo and I had never even heard of. Now, under the leadership of Fandral Staghelm, they threaten our mission\'s success with their mastery of fire.$b$bIt would appear that they store some supplies in the Igneous Depths, to the northeast. Perhaps, if we can get some of those supplies, we will have more luck when we take the fight to Fandral.','Obtain a Flame Druid Staff, a Flame Druid Spellbook, a Flame Druid Reagent Pouch, and a Flame Druid Idol.','Anren, look what $N found! This is exactly what we needed!$b$bIt will take us some time to look through these supplies. For now, you have our thanks.','Trust me - whatever information we can gather here will go far to helping us understand the source of Fandral\'s powers.','','','','','',69810,69811,69812,69813,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29276,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Flame Spider Queen','The Widow\'s Clutch, to the northeast, is named after Beth\'tilac, the enormous queen of the flame spiders. Her webs and her poison are a nagging threat to our main offensive force.$b$bWe believe that if we study the flame spiders here on the Molten Front, we can use that information to find success against Beth\'tilac. Use whatever methods you can to gather their venom and their web fluid, then return to my trusted friend Anren.','Obtain 8 samples of Flame Venom and 8 samples of Searing Web Fluid.','You are an asset to our cause, $N. Tholo and I thank you.','Be careful with those fluids, $N. We don\'t want them spilling anywhere.','','','','','',69808,69809,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29277,14333,0,0,1160,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Druid Tree, Stage 3 Tracking','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29278,14333,0,0,3149952,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Living Obsidium','Have you seen those fireballs falling out of the sky? I saw one crash in the fields to the north, and the rock that landed was made of pure Living Obsidium!$B$BI can use the material to craft ultra-sturdy heat proof armor and weapons for our troops. Can you bring me a lode?$B$BGo to the Magma Springs and touch one of the magnetic stones. Just watch where you\'re standing when the rain of fire hits, and gather up the rocks before they crumble from the impact.','Retrieve 10 Obsidium Meteorites.','Fantastic! Now ah kin get ta work.','How\'s it going? Found any meteorites yet?','','','','','',69807,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,81040,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29279,14333,0,0,10485768,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Filling the Moonwell','We\'ve constructed this moonwell, but it serves little purpose until it is filled with the sacred waters of the Well of Eternity.$B$BWith an active moonwell, we would be able to bless our food stores, and we may also be able to use the blessing to offer you some protection from fire as well.$B$BWhen you\'ve obtained enough marks, speak to Matoclaw at the Sanctuary of Malorne. She\'ll be able to secure transport of the sacred waters.','Obtain 125 Marks of the World Tree.','Of course. I will see to it that the sacred waters are transported through the portal right away.$B$BThank you, $c.','How can I be of aid, $n?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,100629,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29280,14333,0,0,262280,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nourishing Waters','I have dispatched the sacred moonwell waters to Malfurion\'s Breach, as you requested. Ayla is well trained in tending to them. You should return to her and see the boons she weaves for you there.','Speak to Ayla Shadowstorm at Malfurion\'s Breach.','You will be pleased to know that the waters arrived safely. With the moonwell filled, and the shade of the Sentinel Tree upon us, I can almost forget we\'re in the Firelands for moments at a time.$B$BI\'ve spread the moonwell\'s blessing upon these trees and bushes. Take the fruit with you before you venture out. It is more refreshing than you can possibly imagine.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29281,14333,0,0,10485768,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Additional Armaments','These druids be lackin\' the tools ta properly handle the job out \'ere. I got meself a buddy back at day ol\' stag shrine through the portal though. If we were ta be gettin\' reunited, we\'d sure have some real toys ta use against ol\' Ragboy and \'is cronies.$B$BTake some of dem mark things an\' go find Matoclaw. Ask her fer Ricket. We need\'r here so we can be causin\' some real trouble. ','Obtain 125 Marks of the World Tree.','I was wondering if those two would come in handy. They\'ve seemed quite out of place ever since they arrived.$B$BI saw Ricket around here just a moment ago. I\'ll gladly send her back through the portal with you. She\'s less likely to be blowing up any local plant life on that side of things anyway.$B$BLet\'s see... where is she...','Yes, $n?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,100602,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29282,14333,0,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Well Armed','Ricket should be at Malfurion\'s Breach with Damek, as you requested. I\'m not sure you fully know what you\'re getting into with those two though.$B$BSpeaking of which, you should probably go check on them... make sure they haven\'t managed to blow up the Sentinel Tree itself. As long as you keep them busy with the elementals, the chances of \"accidents\" at the breach should lessen dramatically.','Speak to Ricket at Malfurion\'s Breach.','Hey you! Good to see you again!$B$BI\'m settled in good and fine, actually! It\'s good to be with good old Damek again. I never thought I\'d be mixing with a dwarf so well, but he and I, we\'ve got like minds on all the important stuff.$B$BYou go do your thing. Don\'t be worrying about us. If we cook up any good toys for you, we\'ll be sure to let ya know!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29283,14333,0,0,10485768,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calling the Ancients','The ancients await in Hyjal. The Firelands will prove a dangerous place for them considering their... composition, but their strength will be of great use to us if we are to face any of Ragnaros\' lieutenants.$B$BGather your marks, and seek out Elderlimb at the Sanctuary of Malorne. If they are to march with us, he would be the one leading them through the portal.','Obtain 125 Marks of the World Tree.','I understand. We are prepared. We shall join the march and meet you on the far side of the portal.','Greetings to you, young one.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,100571,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29284,14333,0,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aid of the Ancients','The ancients have seen the value of your wisdom, and have set root at Malfurion\'s Breach. You should seek out Elderlimb. I am certain he would like to hear from you.','Speak to Elderlimb at Malfurion\'s Breach.','You chose a wise time to call upon us, $c. I was concerned for our ability to stand against the elements in this realm, but the protection of the Sentinel Tree has proven far more than sufficient shelter.$B$BWe will do anything we can to aid your efforts here. Witherbranch has met with your other allies and is discussing a way to corner some of Ragnaros\' lieutenants. You should speak with them when the time comes.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,2,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(29285,14333,4024,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Alignment','The time of choosing has arrived, $n.$b$bWhile only members of the blue dragonflight may attend, Tarecgosa\'s binding makes your presence requisite.$b$bI must ask that you take on her form and vote on her behalf.$b$bDo not tarry. The moment of the eclipse draws near....','Accompany Kalecgos to the blue dragon council.$b$bSpeak to Kalecgos in Coldarra when ready.','','','','Witnessed Kalecgos\'s Ascension','','','',71084,0,0,0,0,0,1,0,0,0,0,0,53227,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71085,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,100886,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29286,14333,0,0,1160,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'Druid Tree, Stage 2 Tracking','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29287,14333,0,0,2101384,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Peaked Interest','These fire hawks are beings of fire, but they exhibit much of the same behavior that we\'ve seen in birds back home. It makes me wonder from where they originate.$B$BBack to the point - I think we might be able to train them. Domesticate them if you will. Use them against our enemies.$B$BI\'d like you to retrieve one of their eggs from the top of Fireplume Peak. If you can bring it back to me safely, I will see to the rest.','Retrieve a Fire Hawk Egg from the top of Fireplume Peak.','This will do perfectly! Come see me again in a day or two and we\'ll see how things have progressed.','Were you able to recover an egg?','','','','','',69836,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,98680,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29288,14333,0,0,2101384,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Starting Young','Our scouts are bringing back reports of fire hawk hatchlings all over the peak... their eggs must have hatched very recently. Better yet, it seems that they\'re extremely docile.$B$BI know it may sound a strange and perhaps unsavory request, but if you were able to bring some of those hatchlings back to me, I might be able to train them to aid us in our war efforts.$B$BAre you willing?','Recover 5 Fire Hawk Hatchlings.','They look to have singed your gloves a bit, but I don\'t see any damage otherwise. Well done, $c.$B$BCome by again within the next few days to see how the training has gone.','I can\'t make up my mind on how to regard these creatures. They act much like other avians, but they are very obviously native to this fiery place.$B$BI wonder why Ragnaros and his minions have not made attempts to rally them against us...','','','','','',69845,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,98680,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29289,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Mother\'s Malice','Unsurprisingly, their matriarch has taken offense to us taking her young to train for our own uses. It\'s understandable... and a bit tragic actually. We are very much the villains in this exchange.$B$BNow is not the time for such thoughts. These creatures are beings of fire, and on more than one occasion, they\'ve claimed the lives of our kin. With their matriarch angered, the danger has grown immensely.$B$BI need someone to quiet her rage, and I fear you may be the most capable.','Defeat the Fire Hawk Matriarch.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,53249,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29290,14333,0,0,2101256,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Fire in the Skies','Look at that! It\'s incredible! Born less than two days ago and already full grown. Sadly, I suspect their life cycle is similarly short, so we\'ll have to take advantage of any time we have.$B$BHis training went remarkably well. I want you to be the one to take him out and unleash him on the bulk of the enemy forces gathered near Ragnaros\' keep.$B$BShow no mercy, $r.','Use the Trained Fire Hawk to kill 100 of the Flamewaker Salamanders, 40 of the Cinderweb Spiders, and 3 of the Molten Lords that are amassing in the Firelands.','I take it your assault was a success! Brilliant. This could be a key moment in opening up Ragnaros\' defenses.','','','Amassing Flamewakers slain','Amassing Cinderwebs slain','Molten Lords slain','',0,0,0,0,0,0,0,0,0,0,0,0,53308,53479,53310,0,100,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,98782,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29291,14333,0,0,2101384,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Straight Chuting','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98680,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29292,14333,0,0,2101384,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hawk Fire','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98782,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29293,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,69837,1,'Singed Wings','Many of our Storm Crows have gone ahead to scout the peak and attempt to retrieve some of the fire hawk eggs, but to very little success I\'m afraid. The thermals make it nearly impossible to fly safely, and the fire hawks aren\'t exactly friendly either.$B$BI need you to head over there and rescue any druids that you can. I\'ve got splints, bandages, burn salves, smelling salts... anything you\'ll need to get them back on their feet, assuming they\'re still alive. Please hurry and help anyone you can find.','Rescue 5 Injured Druids of the Talon on Fireplume Peak.','Several of our brothers and sisters passed by while returning to the safety of the Sentinel Tree. You did very well out there, $n. Thank you.','','','Druids of the Talon rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,53243,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29294,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Animate Embers','Several of our scouts have reported seeing what seemed to be living flames skittering around the surfaces of Fireplume Peak.$B$BIf the reports are accurate, we need these for study immediately. We\'ve yet to fully understand where all of the attacking elementals come from, and these could well lend us significant insight.','Retrieve 6 Animate Embers.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29295,14333,0,0,4224,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Bigger They Are','You\'re not going to take on fiery behemoths wearing THAT, are you? If you aren\'t wearing my obsidium crafted goods, you\'re going to burn right up! And even if you are, you can never have enough of the good stuff.$B$BLook $Gbrother:sister;, I can craft you the best armor that gold can buy, but I need pure, unsmelted Living Obsidium first.$B$BThe Obsidium Punishers on Fireplume Peak are literally made of the stuff. Go kill them and gather their pieces.','Collect 10 Living Obsidium from the Obsidium Punishers on Fireplume Peak.','This\'ll do. Nice work, $N.','Did you bring me the goods?','','','','','',69860,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29296,14333,0,0,4232,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Territorial Birds','The fire hawks are upset by our continued presence. They\'re getting extremely hostile, and not just in the usual territorial ways. I worry that if we leave them unchecked, they will soon be joining the assault on our tree, and I\'m not sure we\'re capable of handling that.$B$BGo across the way to Fireplume Peak and do what you have to to keep them in check. I\'m far more concerned with our safety right now than theirs, so be decisive about it.','Slay 5 Fire Hawks.','Well done, $n. It\'s good to know I can count on you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,52660,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29297,14333,0,0,4096,85,85,0,0,0,0,0,0,0,0,1,0,0,69832,1,'Bye Bye Burdy','Staghelm\'s druids are putting up a fierce fight at Wildflame Point to the northeast.$B$BThe druids fly above us in fire crow form, then strike when we least expect it. Worst part is, they know exactly how to stay out of our reach!$B$BWe would be totally helpless, except Damek lent me his trusty harpoon. He says these weapons will fly straight and true even in this super dense air.$B$BTake the dwarf\'s weapon and shoot some birds out of the sky!','Kill 3 Druids of the Flame, while in Fire Crow form, with the Burd Sticker.','Those blasted burds are dead? Good riddance!','','','Druids of the Flame in Fire Crow form slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,53251,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29298,14333,0,0,128,85,85,0,0,0,0,0,0,0,0,0,0,29302,69854,1,'A Smoke-Stained Locket','This locket has a few small leaf-shaped carvings etched into its face, but any other details have been rubbed away with time, or burned away with fire. It appears to be druidic in nature.$b$bMost druids pass through Moonglade during their training. If anybody can help you decipher where this locket came from, it would be Rabine Saturna of Nighthaven.','Bring the Smoke-Stained Locket to Rabine Saturna at Nighthaven in Moonglade.','What have we here? A necklace? No, a locket...$b$bOh, my...','Yes, young $r?','','','','','',69854,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29299,14333,0,0,3149832,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Some Like It Hot','I\'ve been making progress in my research, $N. Based on what we\'ve witnessed in the local flora, it\'s quite possible that your Lasher also accepts superheated liquids as a principal source of nutrition.$B$BI\'d like you to help me with a little experiment. The Emberspit Scorpions that inhabit the Magma Springs to the north spew out burning pools of fire during combat.$B$BTake the Lasher and observe his reaction to the scorpions\' Ember Pools.','Observe the Crimson Lasher drinking from 6 Ember Pools. Ember Pools are created by fighting Emberspit Scorpions.','Did it work? So my theory was correct?','','','Help the Crimson Lasher Drink from Ember Pools','','','',0,0,0,0,0,0,0,0,0,0,0,0,53263,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,81040,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29302,14333,0,0,1048712,85,85,0,0,0,0,0,0,0,0,0,0,29303,69855,1,'Unlocking the Secrets Within','The initials seem to have worn off of this locket, but I can sense a power within it that suggests only one possible owner:$b$bLeyara, the Druid of the Flame.$b$bStand back, and we shall see what surprises this locket contains.','Witness the memories stored within the Smoke-Stained Locket.','If Leyara bore witness to the War of the Shifting Sands, then it seems likely she knew Fandral - and his late son, Valstann - far more closely than any of us suspected.$b$bIt would seem that your journey does not end here, $n.','','','Look into Leyara\'s memories','','','',0,0,0,0,0,0,0,0,0,0,0,0,53296,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29303,14333,0,0,65672,85,85,0,0,0,0,0,0,0,0,0,0,29310,69855,1,'Tragedy and Family','You were insightful to bring this locket to me, $N. I am among the few who know where Valstann\'s body lays.$b$bYou can find his resting site in a small graveyard, southeast of Astranaar, in Ashenvale. Bring this locket to the site, and it may unlock more memories.$b$bFarewell, $N, and good luck on your journey.','Bring the Smoke-Stained Locket to the Night Elf Grave near Astranaar in Ashenvale.','If the vision is to be believed, Leyara\'s ties to the Staghelm family were quite strong. It\'s no wonder that she clung so fiercely to Fandral\'s new order of flame.','','','Look deeper into Leyara\'s memories','','','',0,0,0,0,0,0,0,0,0,0,0,0,53301,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29304,14333,0,0,4104,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Dogs of War','Our forces are falling beneath an unleashed monstrosity - Charhounds from the molten depths.$B$BThese dogs fear nothing and will not stop until their lust for blood is satisfied. Our forces are barely holding them back.$B$BGo join the defenders in the Ashen Fields or in the Molten Flow. Perhaps you can make a dent in their numbers.','Kill 5 Charhounds or Ancient Charhounds.','Good, $c. The enemy may be tough, but you have proven today that you are tougher.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,54339,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29305,14333,0,0,4104,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Strike at the Heart','One of Ragnaros\' Lieutenants has shown himself at Ragnaros\' Reach, the walled area to our northeast.$B$BI hoped to send you as soon as you returned, but I suspect Witherbranch and some of our forces have already joined the fight by now. You should hurry.$B$BYou should be able to drop down the cliff wall right here and reach them quickly.','Kill the Lieutenant of Flame.','Very well done, $n! This should delay them significantly.$B$BIf we keep this up, we can easily push the fight back to Ragnaros himself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,54230,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,6,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29307,14333,4024,0,12426,85,85,62,0,0,0,0,0,0,0,1,0,29312,0,0,'Heart of Flame','You are the first mortal to witness a dragon council, $n, and among the only beings in Azeroth to take part in the choosing of an Aspect.$b$bMy ascension has endowed me with incredible power. I have taken the liberty to strengthen Tarecgosa\'s bond with you, though she will require a more... permanent home.$b$bI would have you venture one last time into the Plane of Fire and bring me the heart of Ragnaros.$b$bWhen next we meet, I will be able to suitably thank you for all that you have done.','Empower the Runestaff of Nordrassil with 250 Smouldering Essences and obtain the Heart of Flame.','','','','Smouldering Essences Collected','','','',69848,0,0,0,0,0,1,0,0,0,0,0,54198,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29308,14333,4024,0,12426,85,85,62,0,0,0,0,0,0,0,1,0,29309,0,0,'Heart of Flame','You are the first mortal to witness a dragon council, $n, and among the only beings in Azeroth to take part in the choosing of an Aspect.$b$bMy ascension has endowed me with incredible power. I have taken the liberty to strengthen Tarecgosa\'s bond with you, though she will require a more... permanent home.$b$bI would have you venture one last time into the Plane of Fire and bring me the heart of Ragnaros.$b$bWhen next we meet, I will be able to suitably thank you for all that you have done.','Empower the Runestaff of Nordrassil with 250 Soul Flame Essences and obtain the Heart of Flame.','','','','Smouldering Essences Collected','','','',69848,0,0,0,0,0,1,0,0,0,0,0,54198,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29309,14333,1637,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Stuff of Legends','It is an honor to make your acquaintance, $r.$b$bYour deeds echo in the ears of Azeroth\'s creatures, mortal and immortal alike.$b$bI shall present the heart of Ragnaros to Kalecgos when he arrives. Its power is to be harnessed to further endow your weapon.$b$bThe ceremony is to begin shortly. I have been appointed to escort you there when you are ready.','Speak to Hallegosa.','','','','Witnessed Dragonwrath Ceremony in Orgrimmar','','','',0,71085,0,0,0,0,0,1,0,0,0,0,53715,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71086,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,99805,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29310,14333,0,0,589952,85,85,0,0,0,0,0,0,0,0,0,0,29311,69855,1,'The Tipping Point','On the day when Leyara attacked Hamuul, she was waiting near some ruins in Hyjal, northwest of the Regrowth. She acted strangely at the time: calm, silent, and staring off into the distance. Perhaps that location is of some importance to her.$b$bThe locket might react if brought to that location.','Bring the Smoke-Stained Locket to the Small Gravestone at Leyara\'s Sorrow in Hyjal.','First Valstann, now this...','','','Look deeper into Leyara\'s memories','','','',0,0,0,0,0,0,0,0,0,0,0,0,53302,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29311,14333,0,0,524416,85,85,0,0,0,0,0,0,0,0,0,0,0,69855,1,'The Rest is History','In her memories, Leyara spoke of Malfurion. The tragedies of her past - at least, in her opinion - are largely due to his actions.$b$bMalfurion must remember Leyara from before she became a Druid of the Flame. You resolve to bring the locket to him in the Firelands. Hopefully he can answer any remaining questions.','Bring the Smoke-Stained Locket to Malfurion in the Molten Front.','Yes, I knew Leyara, and I was aware of her anger even before she joined the Druids of the Flame. She was a promising young druid, once. Unfortunately, the bonds of family are often stronger than the power of reason, and ultimately, she chose to follow Fandral down his treacherous path.$b$bYou should keep this locket, $N. May it remind you that each of us walks our own path through life... and that some paths are easier than others.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71259,0,0,0,1,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29312,14333,1519,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Stuff of Legends','It is an honor to make your acquaintance, $r.$b$bYour deeds echo in the ears of Azeroth\'s creatures, mortal and immortal alike.$b$bI shall present the heart of Ragnaros to Kalecgos when he arrives. Its power is to be harnessed to further endow your weapon.$b$bThe ceremony is to begin shortly. I have been appointed to escort you there when you are ready.','Speak to Hallegosa.','','','','Witnessed Dragonwrath Ceremony in Stormwind','','','',0,71085,0,0,0,0,0,1,0,0,0,0,53715,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71086,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,99869,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29313,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'The Secret to Perfect Kimchi','My family has been making the best kimchi in Darnassus for generations, $N. The secret is something simple, but it makes all the difference.$B$BWe bury the jars in the ground until it\'s ready to serve and my latest batch has just reached that point. You can find the jars buried in earthen mounds all over the city. Would you help me gather them while the contents are just right?','Find 8 Buried Kimchi Jars in Darnassus.','','','','','','','',69898,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29314,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Remembering the Ancestors','The living are not the only ones who require sustenance. One of my duties is to prepare the rice cakes that are left for the ancestors. Normally, my senior apprentice has the honor of taking the cakes to the Temple of the Moon for blessing and then presenting them to the ancestors. Since she is out of the city today, would you mind performing the duty in her place?','Collect the Blessed Rice Cakes from the Temple of the Moon.','','This is the shrine the trainer mentioned.','','','','','',69900,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29315,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Fungus Among Us','Some chefs complain that our beloved Undercity doesn\'t boast the ingredients to create truly fine fare.$B$BSuch mewling little cretins. Delicious delights abound!$B$BGather some of the rank, slimy Sewer Caps growing in Undercity\'s northwest sewer line and return them to me.','Obtain 12 Sewer Caps. Deliver the fungus to Eunice Burch in Undercity.','These smell absolutely wretched. Perfect!','Did you find enough Sewer Caps?','','','','','',69899,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29316,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Back to Basics','There are certain things that everyone needs, from the basic household cook to the master chef. One of the city\'s most important staples is rice flour. Most families keep at least one basket of rice in their houses and the residents of the Craftsmen\'s Terrace and Tradesmen\'s Terrace are no different.$B$BI often ask my students to help with the task of pounding rice into flour since it\'s good practice and an endless task. Why don\'t you give it a try?','Help the inhabitants of the Craftsmen\'s Terrace and Tradesmen\'s Terrace make rice flour by pounding the contents of Rice Baskets.','It takes a lot of effort to ensure that there\'s enough flour for everyone\'s needs. Thank you for your help, $N.','','','Practice Making Rice Flour','','','',0,0,0,0,0,0,0,0,0,0,0,0,-208829,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29317,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Fish Head','There was an... incident... with an orc guard and one of Master Apothecary Faranell\'s abominations.$B$BApparently, the Kor\'kron Overseer chopped its head clean off and kicked it into the slime.$B$BFaranell\'s apprentices searched for hours but they can\'t find the thing. Care to try fishing it up? I\'m sure the old fellow\'d be grateful.','Armand Cromwell wants you to fish up a Severed Abomination Head in Undercity for Master Apothecary Faranell.','Ah! THERE it is! How ever did you find it?$B$BWell, no matter. My apprentices weren\'t able to recover the head despite hours splashing about in the slime, though they DID recover this bag of shiny things... perhaps you\'ve a use for what\'s inside?$B$BMy thanks.','You haven\'t by any chance come across a severed abomination head, have you...?','','','','','',69901,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29318,13914,0,0,135168,10,-1,0,0,0,185,0,0,0,0,1,0,0,69904,1,'Ribs for the Sentinels','One of my responsibilities is to feed the sentinels of Darnassus while they\'re on duty. It\'s a time-consuming task, but one I\'m happy to undertake. It\'s also a great way to practice your skills. Would you mind helping me with today\'s meal? Simply take these ribs, cook them near a stove or fire, and distribute them to sentinels throughout the city.','Use the Uncooked Ribs near a stove or campfire to cook them and then use them to feed 5 Darnassus Sentinels.','','','','Feed Ribs to Sentinels','','','',0,0,0,0,0,0,0,0,0,0,0,0,53514,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29319,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Tadpole Terror','Some of our apothecaries took to dumping their more volatile waste chemicals into Stillwater Pond and... well, let\'s just say that no one wants to know how big mutant flesh-eating toads can grow.$B$BWould you consider fishing up some giant flesh-eating tadpoles before it gets to that? Just don\'t try to handle them with your bare hands.','Armand Cromwell in Undercity wants you to bring him 8 Giant Flesh-Eating Tadpoles.','Excellent work, $N. I\'ll see that these are, ah, disposed of immediately.$B$BAfter all, what would our fine apothecaries want with an army of monstrous, poison-spitting, flesh-eating super-toads?','Catch any mutant tadpoles? Don\'t try to handle them with your bare hands.','','','','','',69905,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29320,13914,0,0,2101248,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Like Pike?','You\'ve fished in Brightwater Lake, yes?$B$BThe prize catch there is one of the lake\'s massive corpse-fed pikes. However, they only bite on a very specific type of bait... corpse worms.$B$BSearch the graves in the courtyard up top and you should find some.','Dig up a Corpse Worm in the Ruins of Lordaeron courtyard and use it as bait to catch a Corpse-Fed Pike. Corpse-Fed Pike can be fished up in Brightwater Lake, northeast of Undercity.','That\'s a fine, fat pike, $N. Well done.','Catch that pike, yet?','','','','','',69909,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,99387,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29321,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Happy as a Clam Digger','It seems like everyone I know loves clams, but I can\'t stand them! They\'re smelly and slimy, and harvesting them means digging through mud. Give me a fishing pole and some bait any day.$B$BStill, I want to surprise my brother with a bucket of fresh clams. I\'d reward you if you were willing to gather those clams for me.$B$BJust go through the portal to Rut\'theran Village and look for the clams in the shallows near the shore.','Gather 10 Teldrassil Clams from the shores near Rut\'theran Village.','','','','','','','',69910,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29322,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Time for Slime','It takes a special sort of fisherman to reap the bounty of Undercity\'s burbling slime troughs. Think you can handle gathering some of the squirming, sentient slime mold slithering about down there?$B$BYou can try to fish them up, but they\'re wily; you might be better off just diving into the ooze and grabbing them.$B$BRemember, they\'re only useful alive and intact... who\'d want to eat a dead slime mold?! Disgusting.','Collect 10 Squirming Slime Molds. Deliver them to Armand Cromwell in Undercity.','These slimes look perfect. I will send these along to Eunice for preparation, thank you.','Difficult to catch, aren\'t they?','','','','','',69911,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29323,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Stocking Up','We\'ve used up most of our food stores in taking care of refugees and feeding those whose homes and livelihoods were destroyed. If we don\'t replenish our stores, we\'ll all be in danger next time there\'s a bad storm or a Horde invasion.$B$BPerhaps you\'d be willing to help me build up our stock of lake whitefish. You can catch it anywhere in Darnassus, and once it\'s dried, it\'ll keep until it\'s needed.','Catch 5 Lake Whitefish by fishing in Darnassus.','','','','','','','',69912,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29324,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'The Sister\'s Pendant','Have you met Sister Aquinne? She and I grew up together in Dolanaar, and she recently came to the city to study at the Temple of the Moon. We decided to go for a boat ride, but the clumsy oarsman managed to capsize the craft!$B$BWhen we got back to the shore, Aquinne\'s moon pendant was missing. The lakes in Darnassus are full of giant catfish who will gobble up anything shiny!$B$BI\'ve been catching them nonstop, hoping to find the one with her pendant. I don\'t suppose you want to help?','Retrieve Aquinne\'s Moon Pendant from the belly of a Giant Catfish. You should be able to catch them anywhere you can fish in Darnassus.','','','','','','','',69913,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29325,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'A Slippery Snack','Have you ever eaten octopus meat? It takes some getting used to, but it\'s my favorite! I even know some people who like to eat the whole thing while it\'s alive!$B$BI don\'t plan on trying that anytime soon, but I am out of fresh octopi at the moment. Will you help me gather some more? They live in the shallow water off the shore near Rut\'theran Village.','Gather 6 Baby Octopi from the shallow water near Rut\'theran Village.','','','','','','','',69915,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25574,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,25370,0,55122,1,'Flames from Above','We\'ve identified the general direction where the infiltrators have been coming from, thanks to your work.$B$BNow we just need to shut down their camp and put an end to their operations this side of Nordrassil.$B$BTake this horn. It will signal one of our emerald drakes to swoop down and give these Twilight cultists a taste of the flames they so madly worship.','Seek the Twilight Encampment north of Nordrassil and use Tholo\'s Horn.','Excellent, $N. That should put a stop to the attacks once we finish these elementals off.','','Return to Tholo Whitehoof at Nordrassil.','Infiltrators\' encampment burnt','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57296,57295,57294,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27602,13164,5034,0,262280,83,83,0,0,0,0,0,0,0,0,0,27595,0,0,0,'The Prophet\'s Dying Words','We... are... bound by oath... to protect the scepter of Orsis.$B$BListen, $c, I don\'t have much time... left.$B$BFind the sacred receptacle... in the southern end of the city.$B$BDo not... let it... fall into their... hands...','Find the Sacred Receptacle.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,43000,0,0,0,0,0,0,0,0,0,0,131700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27839,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,28201,0,62534,1,'Ancient Weapons','Though we aren\'t formally at war yet, the Neferset do not hesitate to imprison or kill all who trespass upon their territories.$B$BKing Phaoris refuses to reciprocate, even when they use our lands to smuggle stolen relics from the tombs of our ancestors.$B$BMy scouts report that the Neferset are about to move a major shipment of looted weapons south of here.$B$BI\'ve instructed the laborers you recruited to assist you. Call upon them with this horn when you find the smugglers and recover the weapons.','Retrieve the Ancient Tol\'vir Armaments','','','Return to General Kamses at the Ramkahen Legion Outpost.','','','','',62533,62534,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65836,65835,65834,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1173,0,0,0,0,0,7,0,0,0,0,0,0,86000,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29328,14333,0,0,3145736,85,85,0,0,0,0,0,0,0,0,0,0,29337,0,0,'Elemental Bonds: Desire','Once again, $c, I cannot do this without your help. I will try to quiet this tempest, but you will need to fight back the unstable elementals that whirl around it. Only then can we free Go\'el!','Slay the Tides of Longing and Vortexes of Longing near the Abyssal Breach until Thrall is free of their grasp.','Air, water... now earth?','','','Protect Thrall from the elements','Protect Aggra from the elements','','',0,0,0,0,0,0,0,0,0,0,0,0,53655,53670,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29329,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Elemental Bonds: Patience','With the Stonemother\'s blessing, I can take us to where Go\'el is being held.$b$bWe must be careful. The Twilight\'s Hammer has agents all around. You help me hold them off while I attempt to get through to Go\'el!$b$bSpeak with me when you are ready, and I will take you to him.','Speak with Aggra when you are ready to help Thrall. Then defeat the Elements of Patience and Corestones of Patience that are holding him captive.','','','','Help Thrall break out of his stone prison','','','',0,0,0,0,0,0,0,0,0,0,0,0,53744,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29330,14333,0,0,1114120,85,85,0,0,0,0,0,0,0,0,0,0,29331,0,0,'Elemental Bonds: Fury','The totems, $N! We need to activate them, or Go\'el is lost!$b$bKill the elementals next to each of my totems, located around the edges of this plateau. Once all four totems are activated, we should be able to free the last piece of Go\'el\'s soul!','Kill fire elementals next to Aggra\'s Air Totem, on the western edge of the plateau, until it activates. Then continue to Aggra\'s Water Totem, Aggra\'s Earth Totem, and Aggra\'s Fire Totem.','Despite all odds, Thrall has been saved. Aggra was right to hold out hope for the world-shaman.','','','Activate Aggra\'s totems to save Thrall','','','',0,0,0,0,0,0,0,0,0,0,0,0,53926,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29331,14333,0,0,2883712,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elemental Bonds: The Vow','Before he passed through the portal to Mount Hyjal, Thrall asked you to follow him. There is something he would like you to witness.','Speak with Thrall at Nordrassil in Mount Hyjal.','Thanks to you, my friend - I live again! And due to the combined efforts of the Cenarion Circle and the Earthen Ring - the World Tree will bring new life to Azeroth as well.$b$bWhile Deathwing and the rest of our foes remain to be dealt with, I wish to share something with you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71268,71267,71270,71269,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,8,0,0,0,0,0,0,376000,0,0,100807,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29332,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Lily, Oh Lily','The lilies that grow around Stillwater Pond can be rendered down into a delightful broth.$B$BWell... by \"delightful,\" I mean \"won\'t immediately sicken any orc who drinks it.\"$B$BWhy don\'t you go gather some for me, hmmm? Just watch out for the giant flesh-eating tadpoles.','Obtain 10 Stillwater Lilies. Deliver the plants to Eunice Burch in Undercity.','Ah, what a luscious batch of lilies. Bravo! I\'ll boil them down right away...','Did you find enough Stillwater Lilies?','','','','','',69917,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29333,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Escargot A Go-Go','The orc guards are always grumbling about bland and moldering Undercity fare - as if it\'s OUR fault they can\'t get by on a diet of mushrooms and old corpses - so I think it\'s time they learn just the sort of exotic delights we can cook up when we\'ve a mind to.$B$BGather some of the freshwater snails ambling about beneath Brightwater Lake and I\'ll show them what a true culinary master can create.','Collect 8 Brightwater Snails. Deliver them to Eunice Burch in Undercity.','You must be quite the swimmer... all I can manage is the dead man\'s float.$B$BIn any case, excellent batch of snails you\'ve gathered. Thank you.','Gather those freshwater snails, yet?','','','','','',69918,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29334,13914,0,0,12426,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Roach Coach','For all the grousing those Kor\'kron Overseers do about Undercity food, there\'s ONE thing they\'ll eat in spades: My sister Audrey\'s Thrice-Spiced Crunchy Stew.$B$BIts popularity means she\'s always running low on ingredients. Could you gather some for her at the coach she sells them from?$B$BYou\'ll find traps all over the city; just take their contents to Audrey and she\'ll handle the rest!','Obtain 20 Plump Cockroaches. Deliver the insects to Chef Audrey in Undercity.','Oh, and just as I was nearly out. Thank you!','I call my little traps \"Cockroach Cabins.\"$B$BCockroaches check in, but they don\'t check out!','','','','','',69919,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25317,13202,616,0,262280,80,81,0,0,0,0,0,0,0,0,0,25316,0,0,0,'Protect the World Tree','$B$BI feel it as well, $c. Ragnaros has arrived.$B$BWe must defeat his minions before he can join them and lend them his strength.$B$BSeek Malfurion Stormrage at the Tranquil Grove, west of here, and aid his forces in any way you can.$B$BI must seek answers from within the Emerald Dream. You must protect the world tree until I return.','Speak to Malfurion Stormrage at the Tranquil Grove in Mount Hyjal.','You\'ve arrived just in time, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,19500,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29337,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Into Constant Earth','Time is short! My love lies in Deepholm. I will take us there when you are ready, and we will speak with Therazane the Stonemother.','Speak with Therazane at Therazane\'s Throne in Deepholm.$b$bAggra can teleport you to Therazane\'s Throne from the Abyssal Breach.','I already know what it is you seek, fleshlings. And I have chosen to aid you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,100168,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29338,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'Into Unrelenting Flame','We must travel now to the Firelands. Within that realm, Go\'el\'s burning spirit could become as terrible as Ragnaros himself! Prepare yourself, for we will be alone in a hostile world.$b$bSpeak with me when you are ready... and may the ancestors protect us! ','Speak with Aggra on the Staidridge in Deepholm to secure passage to the Firelands.','Be ready, $N.','','','Teleport into the Firelands','','','',0,0,0,0,0,0,0,0,0,0,0,0,53738,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29339,13914,0,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Short-Supply Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69903,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29340,13914,0,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Short-Supply Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29341,13914,0,0,136,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Short-Supply Reward','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29342,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Cold Water Fishing','The best tastin\' fish live in the cold waters o\' Dun Morogh, $N, an\' don\'t let anyone else tell ye otherwise! Me favorite, an\' the most popular one in Ironforge, is the arctic char, which only comes from our ancestral lands.$B$BI like tae think o\' it as Ironforge\'s gift t\' the world!$B$BWhy don\'t ye try yer hand at catchin\' a few yerself? The best place tae find \'em is down in Helm\'s Bed Lake, in the eastern end o\' Dun Morogh.','Catch 5 Arctic Char by fishing in Helm\'s Bed Lake in Dun Morogh.','','','','','','','',69931,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29343,13914,0,0,135168,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'One fer the Ages','I\'m sure by now ye\'ve heard the tale o\' Old Ironjaw, the most famous and elusive fish in the waters o\' Ironforge\'s Forlorn Cavern. Well, in his many years, he\'s been responsible for the rise o\' many young ironjaws. Don\'t let the name fool ye, $N, these young\'uns are every bit as clever as their dad, but somewhat lackin\' in experience.$B$BWith skill an\' patience, ye could probably catch one, an\' when ye do, bring it to the museum in Ironforge\'s Library an\' put it on display fer all to see!','Catch a Young Ironjaw in Ironforge\'s Forlorn Cavern and display it in the Library near the Empty Plaque.','','','','Put Young Ironjaw on Display','','','',0,0,0,0,0,0,0,0,0,0,0,0,53542,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29344,13914,0,0,135168,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Fish fer Squirky','Hae I introduced ye tae me pet, Squirky? I\'m teachin\' him tae fish all proper-like. Fer now, I\'ve been feedin\' him minnows fished from the pool in this cavern.$B$BMaybe ye\'d like tae give it a try? Just cast yer lure in the pool over there and feed Squirky any minnows ye happen tae fish up. He\'ll love ye ferever!','Catch 3 Blind Minnows in the pool in the Forlorn Cavern and feed them to Squirky.','','','','Feed Squirky','','','',0,0,0,0,0,0,0,0,0,0,0,0,53543,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29345,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Pond Predators','A well-meaning goblin visitor introduced Azshara snakeheads to our waters and now they\'re overrunning the pond.$B$BPlease, if you can catch some of these voracious predatory fish before they eat every smallfish and mud snapper in Thunder Bluff, I\'d be terribly grateful.','Kah Mistrunner in Thunder Bluff wants 8 Azshara Snakehead fish from the Thunder Bluff pond.','','','','','','','',69934,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29346,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'The Ring\'s the Thing','One of the Forsaken from the Pools of Vision came to me and said he\'d lost his ring to a blind cavefish in the waters there.$B$BOr perhaps it was his finger. It was hard to tell; his jaw did not move and his Orcish was no better than mine.$B$BIn any case, I thought it would be a kind gesture towards our unusual visitors to catch and gut cavefish until the ring - or finger - was found.$B$BWould you help?','Fish up a Blind Cavefish from the Pools of Vision in Thunder Bluff. Once you catch a cavefish, fillet it and check if it swallowed the ring.','','','','','','','',69935,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29347,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,69940,1,'Live Bait','If ye\'ve ever fished fer crayfish, ye know they respond best to live bait, an\' the more bait, the better. Would ye like to test my new bait? Simply smear this on yerself an\' hop into Helm\'s Bed Lake in eastern Dun Morogh.$B$BAfter ye\'ve got the catch, take it to me friend, Cook Ghilm at Gol\'Bolar Quarry, west of the lake. He\'s an expert at cookin\' those oversized bugs!','Use Grimnur\'s Bait on yourself, then jump into Helm\'s Bed Lake in Dun Morogh.','','','','Catch Cold Water Crayfish','Take Crayfish to Cook Ghilm','','',0,0,0,0,0,0,0,0,0,0,0,0,53612,53551,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,99451,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29348,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'The Race to Restock','Thunder Bluff\'s fishing pond is being overrun with voracious Azshara snakeheads; there are hardly any smallfish or mud snappers left.$B$BWe already have fishers trying to kill as many snakeheads as they can, but can you assist us in our restocking efforts?$B$BIf you could gather some fish from Stonebull Lake and bring them here to Thunder Bluff, I would be very grateful.','Kah Mistrunner in Thunder Bluff wants 2 Randy Smallfish and 2 Amorous Mud Snappers from Stonebull Lake in Mulgore.','','','','','','','',69964,69967,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29349,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Craving Crayfish','One of the great delicacies of Mulgore is the crayfish that dwell in our lakes and streams. They are particularly popular during weddings or the celebration of a birth.$B$BWould you help me catch some of these crafty crustaceans for the cooking pots of Thunder Bluff?$B$BYou can fish them up from Stonebull Lake, or simply dive in and grab them.','Kah Mistrunner in Thunder Bluff wants 10 Stonebull Crayfish from Stonebull Lake in Mulgore.','','','','','','','',69977,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29350,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,69979,1,'The Gnomish Bait-o-Matic','One o\' the gnomish engineerin\' trainers gave me a blueprint fer a fancy lure he says\'ll help me catch fish faster and keep \'em from gettin\' away. The whole thing sounds a mite silly if ye ask me, but I\'ll try anythin\' once.$B$BHere are the blueprints. Ye\'re going to need shiny baubles, which ye can buy from my assistant inside the buildin\', a hair trigger ye can buy from an engineerin\' supplier in Tinker Town, and a few rat traps from the Deeprun Tram.','Use the Bait-o-Matic Blueprint with 5 Shiny Baubles, a Hair Trigger, and 3 Rat Traps to create the Gnomish Bait-o-Matic.','','','','','','','',69978,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29351,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,69981,1,'A Round for the Guards','The guards who defend Ironforge put their lives on the line against our many enemies, and it\'s up to us to take care of them.$B$BToday, their rations consist of two dwarven favorites, haggis and Ironforge pale ale. Would ye be so kind as to help me distribute them? That way, everyone gets his food in a timely manner and we can move on to other tasks.','Distribute the Ironforge Rations to 6 Ironforge Guards.','','','','Ironforge Guards Fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,53564,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29352,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'A Fowl Shortage','Oh, no, $N, this is going to be a disaster if we don\'t find some chicken soon... Ye just cannae make cock-a-leekie soup without the chicken! It\'s not possible!$B$BThere\'s still time to make the soup and broth if ye can find some fresh chicken. Will ye help me? There are usually a few chickens running around outside the front entrance to the city. If ye can get yer hands on, say, six o\' them, that should save me soup.','Collect 6 Dun Morogh Chickens near the entrance to Ironforge.','','','','','','','',69982,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29353,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Keepin\' the Haggis Flowin\'','The haggis must flow. Aye, it\'s a figure o\' speech, for haggis\'ll ne\'er flow! Ye dinnae want to know what\'ll happen if the people o\' Ironforge don\'t get their haggis.$B$BI\'m working on the next batch, but I\'m still missing a couple of ingredients.$B$BSognar Cliffbeard is the meat vendor in the Military Ward, an\' he\'ll sell you the big bag o\' sheep innards I need. Ye can buy mild spices from any cooking supplier and ye can find sacks o\' oatmeal in any inn or among the supplies in the city.','Obtain a Bag o\' Sheep Innards, 5 packets of Mild Spices, and 4 Sacks of Oatmeal.','','','','','','','',69984,69985,2678,0,0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29354,13914,0,0,12426,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'Shiny Baubles','One of a fisher\'s most simple and effective tools is the shiny bauble; affixed to a line, even the most novice angler has a chance at a catch.$B$BWith all the fishing going on of late, though, Thunder Bluff is in woefully short supply!$B$BMight I ask you to collect shiny stones from around the base of the central rise? Bring them to Nahari Cloudchaser so that she might craft more shiny baubles with them.','Nahari Cloudchaser in Thunder Bluff wants 20 Shiny Stones from around the central rise\'s base.','','','','','','','',69983,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29355,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Can\'t Get Enough Spice Bread','It might seem like a basic thing, $N, but spice bread is a longtime favorite in Ironforge. Some days, I have trouble keeping up!$B$BWould ye like to cook some to practice yer skills an\' help meet the demand? Ye can buy all the ingredients ye\'ll need from me brother, Emrul Riknussun, who is downstairs.','Make or obtain 10 slices of Spice Bread.','','','','','','','',30816,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29356,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'I Need to Cask a Favor','My stocks o\' IPA, that\'s Ironforge Pale Ale for ye novices, are gettin\' low. Luckily, the brewery isn\'t too far away an\' they should have a new cask o\' Drugan\'s IPA waitin\' fer us. That Drugan\'s a genius of a brewer, I tell ye.$B$BI won\'t be able to get down to Kharanos meself today, but perhaps ye can dash down there, pick up the new cask an\' run it back \'ere? What d\'ye say?','Pick up the Cask of Drugan\'s IPA outside the brewery in Kharanos and run it back to Ironforge.','','','','Deliver Cask of Drugan\'s IPA','','','',0,0,0,0,0,0,0,0,0,0,0,0,53574,-208872,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29357,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Spice Bread Aplenty','Isn\'t it amazing how something as simple as spice bread is used every day in Darnassus? When I\'m not seeing to my other responsibilities, I like to bake spice bread to hone my skills as a cook and practice my technique.$B$BWhy don\'t you give it a try? You should be able to get your ingredients here in the shop.$B$BNo matter how much we make, it never goes to waste. Bring me your loaves when you\'re done and I\'ll have someone share them with our friends, the Gilneans.','Make or obtain 10 pieces of Spice Bread.','','','','','','','',30816,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29358,13914,0,0,12426,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Pining for Nuts','The Shu\'halo use pine nuts in so MANY dishes: meat, fish, vegetables, even baked into breads or sprinkled over sweet pastries.$B$BThe Earth Mother has blessed us in that the very BEST pine nuts come from the trees upon these very mesas. Simply gather pine cones and toast them over a cooking fire to release the nuts within.$B$BWould you please be so kind as to gather some? There are hardly ever enough to go around...','Obtain 30 Pine Nuts by toasting Mulgore Pine Cones from Thunder Bluff. Deliver the nuts to Aska Mistrunner in Thunder Bluff.','','','','','','','',69988,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29359,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,0,0,'An Old Favorite','Herring is one of the most sought-after fish in Darnassus, but not just any herring. The Kaldorei herring is native only to the waters surrounding Teldrassil.$B$BI try to keep a good supply of it because it\'s so versatile! I just finished smoking a batch of it, so I need to rebuild my stocks. Would you mind helping me? You can catch Kaldorei herring by fishing in Rut\'theran Village.','Catch 8 Kaldorei Herring by fishing in Rut\'theran Village.','','','','','','','',69987,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,69,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29360,13914,0,0,12426,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Would You Like Some Flies With That?','It\'s not always about making food for the orcs, $c. This time, it\'s about making food for what will hopefully be their replacements.$b$bWe need to start small, we need to catch flies. Flies love rotting meat, and we love rotting meat... as projectile weapons!$b$bCheck out the Meat Wagons for any extra bits of meat. Where you find the meat, you\'ll find the flies.$b$bBring me 25 bloated flies, and then I can start on the next stage of our cooking plan.','Obtain 25 Bloated Flies from the \"meat\" near the Meat Wagons. Then return to Eunice Burch in Undercity.','Ah! Perfect! Fat, slow and ready to be eaten! Next up, we will feed them to our spiders. Fatten them up, and then, we feed the spiders to the frogs...$b$bListen to me go on. You don\'t need to know all the details. This is just a small step in a grand cuisine in a grand scheme.','I bet some of that \"meat\" is still good. ','','','','','',69989,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29361,13914,0,0,4096,10,-1,0,0,0,356,0,0,0,0,1,0,0,69999,1,'Moat Monster!','Sometimes fishing means throwing something back, $c.$b$bWe\'ve been overfeeding these frogs for just that occasion. We\'ve fed these frogs bloated spiders, that were fed bloated flies, and now, we are going to feed a real monster.$b$bThe moat above, in the Ruins of Lordaeron, is home to our very own moat monster.$b$bToday is feeding day. But we must train it as well. In this bag, you will find a decoy kit and some bloated frogs. Use the decoy kit, then toss the frogs to the monster when it appears.','Use the Alliance Decoy Kit to summon the Moat Monster in the Ruins of Lordaeron. Then use the Bloated Frogs to feed the monster.','The dead feed the flies. The flies feed the spiders. The spiders feed the frogs. The frogs feed our moat monster... It\'s a beautiful circle of life with the goal of ending life.','','','Feed Bloated Frogs to the Moat Monster','','','',0,0,0,0,0,0,0,0,0,0,0,0,53592,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67414,0,0,0,1,0,0,0,68,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29362,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'\"Magic\" Mushrooms','You know of the Pools of Vision, yes?$B$BThere is a sort of mushroom that grows there... not the tough, rank fungi that dominates the place, but smaller, more delicate caps that grow beneath them.$B$BThey are rare and quite delicious, adding a flavor to meat dishes that one might even call magical.$B$B...what? No, really. They just taste good. That\'s it.','Gather 6 \"Magic\" Mushrooms from the Pools of Vision in Thunder Bluff. Deliver them to Aska Mistrunner in Thunder Bluff.','','','','','','','',69994,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29363,13914,0,0,12426,10,-1,0,0,0,185,0,0,0,0,1,0,0,69997,1,'Mulgore Spice Bread','I am often asked, \"Aska, who is making all this Mulgore spice bread?!\"$B$BIt is a reasonable question. Our fine and noble bread is traded in countless settlements in the most far-away lands, even by our staunchest foes. IT\'S JUST THAT GOOD.$B$BAnd the answer...?$B$BIt is \"YOU.\" Please take this packet of Mulgore spices and use it to turn bland, boring spice bread into MULGORE spice bread!','Use Mulgore Spices with Spice Bread to create 5 Fresh Mulgore Spice Bread (you may make your own Spice Bread or use someone else\'s). Deliver the bread to Aska Mistrunner in Thunder Bluff.','','','','','','','',69996,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29364,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Corn Mash','One of Thunder Bluff\'s most important staples is cornmeal; bowls of corn may be found in nearly every home.$B$BWith so many of the local mills under constant attack by harpies, gnolls, reckless mining companies and Earth Mother knows what else, I often ask my students to help with the task of grinding corn into cornmeal.$B$BWould you care to help?','Help the inhabitants of Thunder Bluff make cornmeal by pounding bowls of Corn Kernels.','Much work is required to grind enough cornmeal for everyone\'s needs. Thank you for your help, $N.','','','Grind Corn Kernels','','','',0,0,0,0,0,0,0,0,0,0,0,0,-208880,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29365,13914,0,0,4096,10,-1,0,0,0,185,0,0,0,0,1,0,0,0,0,'Perfectly Picked Portions','Even the novice cook knows that a great dish begins with great ingredients.$B$BI have standing orders with merchants throughout Thunder Bluff, but I\'d like to see how well you do at selecting the very best of what they have to offer.$B$BPlease make the rounds and gather perfect portions of meat, fish, vegetables and herbs from local merchant stalls.','Obtain four \"perfect portions\" from merchant stalls around Thunder Bluff. Deliver the ingredients to Aska Mistrunner in Thunder Bluff.','$B$BMmmhmmm. Yes. Well done!$B$BI could not have chosen better myself.','Have you gathered all the necessary ingredients?','','','','','',70000,70001,70002,70003,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29368,14333,0,0,1032,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'Tracking','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29371,14333,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,68648,1,'A Time to Lose','Well met, $c. As we attempt to embrace the Wickerman ceremony, it is no surprise that the Horde would attempt to ruin our celebration.$b$bNow the prudent course of action may be to rise above the conflict and simply ignore the attacks.$b$bI admire those that take that high road, but I cannot help them. But for those that seek to strike back... I can help them. If you are interested, $c, take this Dousing Agent and use it on the Horde\'s Wickerman in the Ruins of Lordaeron.','Use the Dousing Agent on the Wickerman in the Ruins of Lordaeron.','','','','Douse the Horde\'s Wickerman','','','',0,0,0,0,0,0,0,0,0,0,0,0,53737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33226,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29372,14333,0,0,8,1,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble in Podunk','Outlaws have kidnapped the sheriff!','Rescue the sheriff.','','','','Find the Sheriff','','','',0,0,0,0,0,0,0,0,0,0,0,0,45168,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29373,14333,0,0,8,1,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble in Podunk','We never paid no heed to Sheriff Blundy, what with his gettin\' all up-in-arms at all times \'bout his \"laws\" and his \"mis-de-meanors.\" But them dirty ol\' McClintocks, and their cattle-rustlin\' pappy up in Truckshaw ridge done had it up to here with the frequent incarcerations and trials and posse-gatherin\' and dead-or-alive-wantin\', and come this past week they done took the law into their own hands - in the most literal of senses - by haulin\' up and hi-jackin\' the good Sheriff. As you can see, our humble','Rescue the sheriff.','','','','Find the Sheriff','','','',0,0,0,0,0,0,0,0,0,0,0,0,45168,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29374,14333,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'Stink Bombs Away!','The foolish Alliance have employed hags to fuel an attack on our city. Well, as my sister once told me, \"Turnabout is fair play.\"$b$bWe will gladly return the favor. Speak with my sister, and she will provide you with a broomstick flight over Stormwind. While over Stormwind, drop stink bombs on the city and on the people. Make them suffer!$b$bWe will show those hags in Stormwind who is the most powerful.','Speak with Crina Fenlow and take a broomstick flight over Stormwind city. Use the stink bombs to cover the city and its people.','','','','Bombs Dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,51833,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33226,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29375,14333,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,70727,1,'Clean Up in Undercity','Greetings, $c! Are you enjoying Hallow\'s End? It seems that in response to our stink bombing Stormwind, the Alliance has decided to stink bomb our city.$b$bFortunately, we have magics that can handle the stink the Alliance bring us. Use this Arcane Cleanser to remove the stink bombs from the city.','Use the Arcane Cleanser to remove stink bombs within the Undercity.','','','','Stink Bombs Removed','','','',0,0,0,0,0,0,0,0,0,0,0,0,52553,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33226,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29376,14333,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'A Time to Build Up','We burn the effigy of the Wickerman as a symbol of our struggle against those who would oppose us. We wear the ashes of the burnt Wickerman as a symbol of our neverending fight against those who would enslave us.$b$bUse the bonfire nearby and ignite the Wickerman. Then take the ashes that lay nearby and spread them across your face.$b$bThese gestures will serve as a reminder to our enemies that we shall never yield.','Use the bonfire in front of the Wickerman to set it ablaze. Use the ashes on the ground near the Wickerman.','','','','Use the Bonfire','Use the Wickerman Ashes','','',0,0,0,0,0,0,0,0,0,0,0,0,52072,53827,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33226,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29377,14333,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,68647,1,'A Time to Break Down','Well met, $c. As we revel in the Wickerman ceremony, it comes as no surprise that the Alliance would attempt to ruin our celebration.$b$bWe have an opportunity to make them pay. If you are interested, $c, take this Dousing Agent and use it on the Alliance\'s Wickerman in front of Stormwind.$b$bExtinguish their flame and revel in their misery, $c.','Use the Dousing Agent on the Wickerman in front of Stormwind.','','','','Douse the Alliance\'s Wickerman','','','',0,0,0,0,0,0,0,0,0,0,0,0,53737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33226,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29378,14333,0,0,1160,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'FLAG - Teleport to Vashj\'ir','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29379,14333,0,0,1160,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'FLAG - Teleport to Deepholm','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29380,14333,0,0,1160,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'FLAG - Teleport to Firelands','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29381,14333,0,0,1160,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'FLAG - Teleport to Hyjal','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29382,14333,0,0,262144,0,-1,0,0,0,0,0,0,0,0,0,0,0,70928,1,'Thanks, But No Thanks','A holiday sweater may not be for everyone.$b$bThe receipt says that you can exchange it for gold at any Smokywood Pastures merchant.$b$bAll exchanges are final.','If you truly dislike your present, you can exchange it for gold by speaking to a Smokywood Pastures merchant.$b$bAll exchanges are final.','','','You may exchange your sweater for gold at a Smokywood Pastures merchant. All exchanges are final.','','','','',70923,70928,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70931,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100396,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29383,14333,0,0,262144,0,-1,0,0,0,0,0,0,0,0,0,0,0,70932,1,'Thanks, But No Thanks','A holiday sweater may not be for everyone.$b$bThe receipt says that you can exchange it for gold at any Smokywood Pastures merchant.$b$bAll exchanges are final.','If you truly dislike your present, you can exchange it for gold by speaking to a Smokywood Pastures merchant.$b$bAll exchanges are final.','','','You may exchange your sweater for gold at a Smokywood Pastures merchant. All exchanges are final.','','','','',70923,70932,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70931,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100396,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29385,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Winter Veil Gift','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70938,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29386,14333,1519,0,138,80,80,0,0,0,0,0,0,0,0,0,0,25316,0,0,'Hero\'s Call: Mount Hyjal!','By order of his royal highness, King Varian Wrynn, all able-bodied citizens of the Alliance are to report to Emissary Windsong at Nighthaven in Moonglade.$B$BOur brothers in the Cenarion Circle report that Deathwing\'s minions have launched a destructive offensive against the world tree and threaten to burn it to the ground!$B$BSpeak with Cenarion Emissary Jademoon in Stormwind Keep to gain entry into Moonglade.$B$BFor the glory and honor of the Alliance! Fight on, $g brother:sister;!','Speak to Cenarion Emissary Jademoon to secure transportation to Moonglade.','','','Transportation to Moonglade Secured','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29387,14333,0,0,0,85,85,0,0,0,0,0,0,0,0,0,0,29145,0,0,'Guardians of Hyjal: Firelands Invasion!','The Guardians of Hyjal, led by Arch Druid Malfurion Stormrage, seek brave heroes to assist with a full-scale assault on the Firelands.$B$BWilling and able-bodied heroes of the Alliance should report to the Sanctuary of Malorne in Mount Hyjal immediately.','Report to Matoclaw at the Sanctuary of Malorne in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29388,14333,0,0,8388616,85,85,0,0,0,0,0,0,0,0,0,0,29145,0,0,'Guardians of Hyjal: Firelands Invasion!','The Guardians of Hyjal, led by Arch Druid Malfurion Stormrage, seek brave heroes to assist with a full-scale assault on the Firelands.$B$BWilling and able-bodied champions of the Horde should report to the Sanctuary of Malorne in Mount Hyjal immediately.','Report to Matoclaw at the Sanctuary of Malorne in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25584,13202,616,0,262280,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Return of the Ancients','It\'ll be crucial to reclaim each of the Ancients\' shrines, $N.$B$BFollow the road west of the Verdant Thicket, into Wolf\'s Run.$B$BWe have operatives stationed there. Aid them in any way that you can and work your way to the first shrine.$B$BThe wolf god was known to the elves as Goldrinn and to the orcs as Lo\'Gosh. He will be a fierce ally in our fight against the enemy.','Speak to Oomla Whitehorn at Wolf\'s Run in Hyjal.','Ysera sent you? Good! We need all the help we can get.$B$BWe\'ll never be able to recover the shrines to the ancients so long as Twilight\'s Hammer controls the roads. Somehow we\'ve got to stem the flood.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,83100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29390,14333,0,0,1114120,85,85,0,0,0,0,0,0,0,0,0,0,29389,0,0,'Guardians of Hyjal: Call of the Ancients','The Guardians of Hyjal, led by Arch Druid Malfurion Stormrage, seek brave heroes to assist in defending Mount Hyjal from elemental invaders. These invaders must be repelled before forces can mobilize for a direct assault on the Firelands.$B$BWilling and able-bodied heroes should report immediately to Mount Hyjal and assist the ancient defenders: Lo\'gosh, Tortolla, Aviana, and Aessina.$B$BNew travelers to Mount Hyjal may look for a Warchief\'s Command to Hyjal on any Horde call board.','Assist Lo\'gosh, Tortolla, Aviana, and Aessina in Mount Hyjal.','','','','Lo\'gosh assisted','Tortolla assisted','Aviana assisted','Aessina assisted',0,0,0,0,0,0,0,0,0,0,0,0,53935,53936,53937,53924,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29391,14333,0,0,0,85,85,0,0,0,0,0,0,0,0,0,0,29387,0,0,'Guardians of Hyjal: Call of the Ancients','The Guardians of Hyjal, led by Arch Druid Malfurion Stormrage, seek brave heroes to assist in defending Mount Hyjal from elemental invaders. These invaders must be repelled before forces can mobilize for a direct assault on the Firelands.$B$BWilling and able-bodied heroes should report immediately to Mount Hyjal and assist the ancient defenders: Goldrinn, Tortolla, Aviana, and Aessina.$B$BNew travelers to Mount Hyjal may look for a Hero\'s Call to Hyjal on any Alliance board.','Assist Goldrinn, Tortolla, Aviana, and Aessina in Mount Hyjal.','','','','Goldrinn assisted','Tortolla assisted','Aviana assisted','Aessina assisted',0,0,0,0,0,0,0,0,0,0,0,0,53935,53936,53937,53924,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29392,14333,0,0,14,10,-1,0,0,0,0,0,0,0,0,0,0,29398,0,0,'Missing Heirlooms','The last of my belongings were supposed to be arriving from Theramore today. The ship has arrived, but I haven\'t heard from the courier. The crate he was transporting had items that\'ve been in my family for generations.$B$BWill you go down to Stormwind Harbor and see what\'s keeping him?','Search the cabin of the Hired Courier\'s ship in Stormwind Harbor for evidence of what might be delaying him.','','','Search the courier\'s cabin.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29393,14333,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,33306,1,'Brew For Brewfest','So you want to check out the racing rams? The dwarves think they have got a handle on it, but let\'s be honest, they are drunk most of the time, so how hard can it really be?$b$bNow before I let you strut your stuff, you\'ll need to show me that you can handle these fine, legally obtained creatures.$b$bSo here\'s the deal: I\'ll lend you some racing reins and the use of a ram. You need to prove to me that you can handle using these rams.$b$bKeep the ram at a trot, canter and gallop for 8 seconds each.','You have 4 minutes to ride the ram and maintain 3 different levels of speed for 8 seconds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,44368,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29394,14333,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,33306,1,'Brew For Brewfest','So you want to check out the racing rams? The dwarves think they have got a handle on it, but let\'s be honest, they are drunk most of the time, so how hard can it really be?$b$bNow before I let you strut your stuff, you\'ll need to show me that you can handle these fine, legally obtained creatures.$b$bSo here\'s the deal: I\'ll lend you some racing reins and the use of a ram. You need to prove to me that you can handle using these rams.$b$bKeep the ram at a trot, canter and gallop for 8 seconds each.','You have 4 minutes to ride the ram and maintain 3 different levels of speed for 8 seconds.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,44368,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29395,14333,0,0,1160,85,85,0,0,0,0,0,0,0,0,2,0,0,0,0,'FLAG - Teleport to Uldum','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29396,14333,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,33955,1,'A New Supplier of Souvenirs','$b$bDon\'t talk to me about last year\'s stein...$b$bI think our shady stein suppliers were somehow involved with that Twilight Hammer cult non-sense that errupted just before the elementals invaded.$b$bAnd that\'s why we have a new supplier and a better stein!$b$bHere\'s a voucher for one.$b$bTalk to Blix near the back of the Brewfest camp. He\'s pretty strange, even more so now that he\'s always wearing those goggles. He\'ll handle the voucher for you, and any other Brewfest transaction.','Redeem the Brewfest Stein Voucher with Blix Fixwidget in the back of the Brewfest camp.','','','','','','','',33955,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56836,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29397,14333,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,33955,1,'A New Supplier of Souvenirs','The less said about last year\'s stein, the better, $n. I\'ll tell you this, our previous supplier, they were shady. Turns out they were involved in some cultist activities...$b$bWe can\'t work with people who are trying to destroy the world!!$b$bSo we have a new supplier and a new stein.$b$bTake this voucher to Belbi Quikswitch near the back of the Brewfest camp. She\'ll give you your free Brewfest stein. She\'ll also handle any and all other Brewfest transactions that come up during the holiday.','Redeem the Brewfest Stein Voucher with Belbi Quikswitch in the Brewfest camp.','','','','','','','',33955,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56836,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29398,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,29399,0,0,'Fencing the Goods','A quick search of the cabin reveals no evidence of the killer\'s identity or motives. The crate you were sent to retrieve has vanished.$B$BAs you turn to leave the cabin, you notice something small moving underfoot. A trail of spiders crawls out from under the slain courier\'s bed. Where could they be heading?','Follow the spiders to their destination and question the man you find there.','','','','Follow Thief\'s Trail','','','',0,0,0,0,0,0,0,0,0,0,0,0,53978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29399,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,29402,0,0,'Shopping Around','I told the \'gentleman\' that there might be a shop more suited to his needs in the Dwarven District. It\'s called the Shady Lady and you can find the entrance near the Canals on the western side of the district.$B$BQuincy Cutler is your man. He trades in merchandise an honest broker would never touch!','Make your way to the Shady Lady in Stormwind\'s Dwarven District and look for evidence of the crate-thief\'s visit.','','','','Investigate the Shady Lady','','','',0,0,0,0,0,0,0,0,0,0,0,0,54022,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29400,14333,0,0,8388608,1,-1,0,0,0,0,0,0,0,0,0,0,29376,0,0,'A Season for Celebration','Well met, $c.$B$BHallow\'s End is a time for celebration and reflection, though some have no idea why. The burning of the Wickerman in particular is a mystery to many outside the Forsaken.$B$BTravel to the Ruins of Lordaeron above Undercity and speak to Darkcaller Yanka. She can tell you more about the Wickerman ceremony.','Speak with Darkcaller Yanka in the Ruins of Lordaeron just outside the entrance to Undercity.','','','','0','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29401,14333,1637,0,3145736,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blown Away','Please, $gmister:miss;, you just gotta help me!$b$bMy pa brought me a bunch of balloons from the Darkmoon Faire. Best... gift... EVER! They\'re magical, you know, and never lose their floatiness!$b$bThere\'s just one thing...$b$bA big ol\' gust of wind blew \'em right outta my hands. They\'re scattered all over Orgrimmar!$b$bI\'d chase after \'em myself, but this city\'s so big I\'d get lost for sure.$b$bCan you round \'em up for me before they float away?$b$bPlease?','Jaga wants you to collect 5 Windswept Balloons from Orgrimmar.','','','','','','','',71034,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72045,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,100625,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29402,14333,0,0,2097160,10,-1,0,0,0,0,0,0,0,0,0,0,29403,0,0,'Taking Precautions','I\'d be wary of anyone identifying himself as the rightful owner of the crate and its contents. He didn\'t warn you of the danger?$B$BHere\'s a better idea: let\'s work together to recover the crate and ensure that its contents can\'t hurt anyone. To protect ourselves, we\'re going to need a draught made from a few ingredients that can be found around the city.$B$BBuy some arcane powder from a reagent merchant, get vials from an alchemy merchant, and pick some blood nettle from the fields north of the city.','Obtain 5 Crystal Vials, 5 Arcane Powder, and 5 Blood Nettle.','','','','','','','',3371,17020,71035,0,0,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,100597,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29403,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,29411,0,0,'The Collector\'s Agent','According to Quincy, the \"collector\" who wants the crate is none other than the insane Archmage Xylem of Azshara.$B$BThe archmage\'s faithful servant is to meet with the man who has the crate in the catacombs beneath the Cathedral of Light.$B$BYou must get there in time to intercept the exchange and retrieve the crate before it is lost to Xylem forever. When you have the crate, meet me at the Golden Keg.','Disrupt the meeting between Sanath Lim-yo and the thief in the catacombs beneath the Cathedral of Light.','','','','Meeting Disrupted','','','',0,0,0,0,0,0,0,0,0,0,0,0,54114,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29411,14333,0,0,2359304,10,-1,0,0,0,0,0,0,0,0,0,0,0,71057,1,'What Now?','You\'ve finally found the crate that Anson sent you to retrieve. However, it appears the archaeology student\'s warnings about the nature of the crate\'s contents were correct.$B$BThere\'s no doubt that your employer lied to you about the dangers involved in the job. Do you really want to hand the crate over to him, or would you rather give it to Hudson Barnes, who believes it better to keep the crate\'s contents locked away?','Return the crate to Anson Hastings at the Gilded Rose in Stormwind.$B$B-OR-$B$BReturn the crate to Hudson Barnes at the Golden Keg in Stormwind.','','','','','','','',71057,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,100674,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29412,14333,1519,0,3145736,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blown Away','Please, $gmister:miss;, you just gotta help me!$b$bFather bought me a bunch of balloons from the Darkmoon Faire. They\'re magical, you know, and never lose their floatiness!$b$bThere\'s just one thing...$b$bA gust of wind blew them out of my hands. They\'re scattered all over Stormwind!$b$bI\'d chase after them myself, but this city\'s so big I\'d get lost for sure.$b$bCan you find them for me before they float away?$b$bPlease?','Vin wants you to collect 5 Windswept Balloons from Stormwind.','This is GREAT! You did it!$b$bThanks, $gmister:miss;!','Did you find all of my balloons, $gmister:miss;?','','','','','',71034,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72042,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,100670,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29413,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Creepy Crate','It\'s been sought after, stolen, and sold. Anyone who tried to tap the magic held within has seen that power turn against him.$B$BYet, the crate itself appears unscathed and suffused with magical energy. From time to time, it shakes or bobs as if its contents were alive.$B$BIt seems bonded to you and now it\'s yours.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71076,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29415,14333,0,0,14,10,-1,0,0,0,0,0,0,0,0,0,0,29416,0,0,'Missing Heirlooms','I told that courier to take the zeppelin, but no, he had to use the goblin ship! Well, now he\'s late and my precious family heirlooms are with him.$B$BIf you\'re willing to help, would you go down to the docks east of Orgrimmar, board the goblin ship and see what\'s keeping him?','Search the cabin of the Hired Courier\'s ship at the docks east of Orgrimmar for evidence of what might be delaying him.','','','Search the courier\'s cabin.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29416,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,29425,0,0,'Fencing the Goods','A quick search of the cabin reveals no evidence of the killer\'s identity or motives. The crate you were sent to retrieve has vanished.$B$BAs you turn to leave the cabin, you notice something small moving underfoot. A trail of spiders crawls out from under the slain courier\'s bed. Where could they be heading?','Follow the spiders to their destination and question the man you find there.','','','','Follow Thief\'s Trail','','','',0,0,0,0,0,0,0,0,0,0,0,0,53978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29425,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,29426,0,0,'Shopping Around','Look, I told that shady character that there might be a shop more open to his, uh, wares in the Drag. Droffer\'s and Son Salvage is the name of the place.$B$BLook for Dran Droffers. He oversees the \'salvage\' of rare and valuable objects from all over Azeroth.','Make your way to Droffers and Son Salvage in Orgrimmar\'s Drag district and look for evidence of the crate-thief\'s visit.','','','','Investigate Droffers and Son','','','',0,0,0,0,0,0,0,0,0,0,0,0,54022,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29426,14333,0,0,2097160,10,-1,0,0,0,0,0,0,0,0,0,0,29427,0,0,'Taking Precautions','So someone else hired you to retrieve this crate? I don\'t like the sound of that.$B$BThat crate\'s contents belong in the care of the Reliquary. The items it holds are very powerful and very dangerous.$B$BWe have to find the meeting that Dran set up between the thief and the collector, but first, we\'ll need to protect ourselves from the effects of handling that crate.$B$BBuy some arcane powder from a reagent merchant, get vials from an alchemy merchant, and pick some blood nettle in the Valley of Wisdom.','Obtain 5 Crystal Vials, 5 Arcane Powder, and 5 Blood Nettle.','','','','','','','',3371,17020,71035,0,0,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,100597,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29427,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,29428,0,0,'The Collector\'s Agent','According to Dran, the \"collector\" who wants the crate is none other than the insane Archmage Xylem of Azshara.$B$BThe archmage\'s faithful servant is to meet with the man who has the crate in a secluded corner of the courtyard in the Ruins of Lordaeron.$B$BQuickly, take the zeppelin to Tirisfal Glade!$B$BYou must get there in time to intercept the exchange and retrieve the crate before Xylem gets his hands on it. If you can get the crate, meet me at the Wyvern\'s Tail in the Valley of Honor.','Disrupt the meeting between Sanath Lim-yo and the thief in the Ruins of Lordaeron.','','','','Meeting Disrupted','','','',0,0,0,0,0,0,0,0,0,0,0,0,54114,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29428,14333,0,0,2359304,10,-1,0,0,0,0,0,0,0,0,0,0,0,71057,1,'What Now?','You\'ve finally found the crate that Edgar Goodwin sent you to retrieve. However, it appears the Reliquary representative\'s warnings about the nature of the crate\'s contents were correct.$B$BThere\'s no doubt that your employer lied to you about the dangers involved in the job. Do you really want to hand the crate over to him, or would you rather give it to Delian Sunshade, who believes it better to keep the crate\'s contents locked away?','You may return the crate to either Edgar Goodwin at the Broken Tusk in Orgrimmar\'s Valley of Strength.$B$B-OR-$B$BReturn the crate to Delian Sunshade at the Wyvern\'s Tail in Orgrimmar\'s Valley of Honor.','','','','','','','',71057,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,100674,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(29429,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Creepy Crate','It\'s been sought after, stolen, and sold. Anyone who tried to tap the magic held within has seen that power turn against him.$B$BYet, the crate itself appears unscathed and suffused with magical energy. From time to time, it shakes or bobs as if its contents were alive.$B$BIt seems bonded to you and now it\'s yours.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71076,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29430,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Friend in Need','You know, I haven\'t seen Anson out here yet.$B$BLately, he\'s been spending all his time drinking himself into a stupor at the Gilded Rose.$B$BSomething must really be bothering him! Would you mind checking in on him?','Visit Anson Hastings at the Gilded Rose in Stormwind\'s Trade District.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29431,14333,0,0,8,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Friend in Need','There\'s something wrong with my friend, Edgar. Normally, he loves the Hallow\'s End festivities, but he\'s been sullen and reclusive lately.$B$BHe spends all his time in the Broken Tusk in Orgrimmar drinking with the orcs. Would you mind stopping by and seeing if there\'s anything you can do to cheer him up?','Speak with Edgar Goodwin at the Broken Tusk in Orgrimmar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29432,14333,616,0,1024,85,85,62,0,0,0,0,0,0,0,2,0,29239,0,0,'Delegation Tracker','I am duty-bound to look into your claims immediately, $r, which means my mission here now must fall to you.$b$bA surge of ancient magic, far too strong to have occurred naturally, drew me here. I have since discovered a most troubling development.$b$bA bough from Nordrassil has been ripped from the tree and taken deep into the Firelands. There, a powerful ritual threatens to corrupt Nordrassil, consuming it in flame.$b$bYou must find a way to interrupt the ritual and reclaim the world tree\'s branch.','Recover the Branch of Nordrassil from the Firelands.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29433,15005,0,0,33554432,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Your Strength','For some people, it\'s all fun and games until someone gets hurt. I call those people, weak.$b$bTo be the strongest, you have to hurt someone or something. You hurt yourself as you push your body to its limits. You hurt those that threaten the well-being of others.$b$bIf you want to be the strongest, you have to fight. How bad do you want it?$b$bI want you to crush those that would offer a challenge to you, then bring me back proof of your triumphs.','Kerri Hicks wants you to collect 250 Grisly Trophies. Trophies are obtained as long as you kill creatures that offer experience or honor and you have the Darkmoon Field Guide with you.','Did you seek out worthy challenges, or did you simply find some field of boars and slaughter them?$b$bThere is a reason I am the strongest.$b$bPerhaps, one day you will see just how strong I really am, $c. Until then, keep pushing yourself. But don\'t forget to take a break from time to time.$b$bLike now. Here, enjoy the Darkmoon Faire.','No pain, no gain.','','','','','',71096,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29434,15005,0,0,134221824,1,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'Tonk Commander','Welcome to our humble little steam tank battle simulator!$b$bFor one token, you can demonstrate your tactical mastery by navigating the course and destroying the targets.','Use your Darkmoon Tonk to destroy 30 Tonk Targets in the time allowed.','An impressive display!$b$bHere\'s your reward.','','','Targets Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,33081,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29436,15005,0,0,4096,1,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Humanoid Cannonball','For just one Darkmoon Game Token, you can ride the Blastenheimer 5000 Ultra Cannon. But the fun doesn\'t end there! We\'ve placed a target in the water near the boardwalk.$b$bIf you can score five points from your landing, you can win some prize tickets!$b$bA bullseye gets you five points, a close shot three, and landing at least near it gets you one.$b$bHappy landings!','Accumulate 5 Cannon Target Points by landing near the target.','Five points? Good job! Here are your prize tickets.$b$bEnjoy the rest of the Darkmoon Faire!','','','Cannon Target Points Accrued','','','',0,0,0,0,0,0,0,0,0,0,0,0,54224,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29437,14333,616,0,0,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fallen Guardian','Fandral Staghelm was kept prisoner here in Hyjal. It was the green dragon Alysra - one of my very own! - who was in charge of keeping Fandral secure.$B$BWe can only conclude that the Twilight\'s Hammer has gotten to her. You must confront her, $N. Destroy her if you must - I cannot bear to see it.$B$BShe was last seen in the Ruins of Lar\'donir, west of the World Tree.','Confront and slay Alysra at the Ruins of Lar\'donir in Mount Hyjal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,54314,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,5,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,520500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29438,15005,0,0,2101256,1,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'He Shoots, He Scores!','Think you\'re a good shot? Quick on the trigger?$b$bIt\'ll cost you just a single game token to test your skills.$b$bWhat do you say? How good are you?','Score 25 points in 60 seconds.','I knew you could do it, $c! Here\'s your prize. Enjoy the faire.','','','Targets Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,54231,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,105326,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25519,13202,616,0,136,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'Children of Tortolla','My children.$BThey lie below.$BIn silt and sand.$B$BThe others corrupt them.$BDarken them within their shells.$B$BSlay the others.$BDestroy the corruptors.$BSave them...','Slay 6 Deep Corruptors attacking Tortolla\'s Eggs in the Ashen Lake.','$R.$BYou are not like the others.$B$BBraver. Stronger.$BA part of this world...$B and not the shadow that came before.$B$BThank you.','','Return to Tortolla at the Ashen Lake.','Tortolla\'s Eggs Saved','','','',0,0,0,0,0,0,0,0,0,0,0,0,40561,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,57280,57279,57278,57277,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,78000,0,0,0,0,0,0,0,0,0,0,166200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(25520,13202,616,0,0,80,81,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Ancient Awakens','I slumbered in the healing silt of Hyjal.$BI slept until the world broke open.$BWhen the others came, I was not ready.$B$BI am ready now, $r.$B$BMy children and I. Slow to anger.$BBut our wrath is final.$B$BTell those who sent you that we are prepared for war.$B$BThe others will be cast from the mountain.','Return to Arch Druid Hamuul Runetotem at the Shrine of Malorne in Hyjal.','$N!$B$BYou were able to earn the ancient\'s trust?$B$BWonderful! We are one step closer to taking back this mountain...','','Return to Arch Druid Hamuul Runetotem at the Shrine of Malorne.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,7,0,0,0,0,0,0,156000,0,0,0,0,0,0,0,0,0,0,16500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29440,14333,0,0,8,85,85,0,0,0,0,0,0,0,0,0,0,29326,0,0,'The Call of the World-Shaman','The Earthen Ring calls to you once more, $N.$B$BThrall has cast aside his mantle as warchief of the Horde, but in his new role he needs the support of his people more than ever. He has requested one of the Horde\'s finest to accompany him in his next endeavor, a ritual of healing that will profoundly impact our world.$B$BYou will find him under the boughs of Nordrassil in Mount Hyjal, on the southern side of the tree. Heed the call!','Speak with Thrall just south of the World Tree in Mount Hyjal.','I see my message has reached Orgrimmar.$B$BThank you, $n. Let us get to work...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29441,14333,0,0,589824,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,'From the Belly of the Beast','','','','','','','','','',61506,61507,61508,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29443,15005,0,0,0,15,-1,0,0,0,0,0,0,0,0,0,0,0,71635,1,'A Curious Crystal','Power swirls inside this strange crystal. Perhaps it was once a magical focus, an energy source, or simply a good luck charm. There\'s no way to know for certain.$B$BThe Darkmoon Adventurer\'s Guide indicates that the crystal would be of interest to Professor Thaddeus Paleo at the Darkmoon Faire.','Bring the Imbued Crystal to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','Where did you get this crystal?$B$BThese are very rare and much sought-after by collectors. I would like to study this one and display it at the Faire. Would you accept a generous number of Darkmoon Faire tickets in trade?','What is it you have there?','','','','','',71635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29444,15005,0,0,0,15,-1,0,0,0,0,0,0,0,0,0,0,0,71636,1,'An Exotic Egg','You\'re not certain what kind of creature this egg harbors, but it sure doesn\'t look like the egg of any ordinary animal.$B$BThe Darkmoon Adventurer\'s Guide says that an intrepid adventurer might come across any number of strange eggs in his travels. It further notes that the Darkmoon Faire\'s Zoo Bizarre is always interested in acquiring such specimens.$B$BTake the egg to Yebb Neblegear at the Darkmoon Faire.','Bring the Monstrous Egg to Yebb Neblegear at the Darkmoon Faire on Darkmoon Island.','Where did you find this egg? There\'s sure to be something monstrous and wonderful inside! It will make a great addition to our zoo. Are you willing to part with it for a generous number of Darkmoon tickets?','What is it you have there?','','','','','',71636,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29445,15005,0,0,0,15,-1,0,0,0,0,0,0,0,0,0,0,0,71637,1,'An Intriguing Grimoire','This massive spellbook reveals very little of its origins. Its pages are filled with a variety of spells and enchantments, only a few of which are familiar.$B$BThe Darkmoon Adventurer\'s Guide says the tome may be of some interest to Sayge, the famous gnoll fortuneteller at the Darkmoon Faire.','Bring the Mysterious Grimoire to Sayge at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71637,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29446,15005,0,0,0,15,-1,0,0,0,0,0,0,0,0,0,0,0,71638,1,'A Wondrous Weapon','An inspection of the weapon reveals expert craftsmanship and intricate inlay work, but this is no ceremonial blade. Faint marks and nicks along the blade attest to its use in combat.$B$BThe Darkmoon Adventurer\'s Guide lists several types of rare and valuable weapons, leaving no doubt that Professor Thaddeus Paleo at the Darkmoon Faire would be interested in taking a look at this piece.','Bring the Ornate Weapon to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','Where did you find such a wonderful blade?$B$BThis is a work of astounding craftsmanship and worthy weapon for any champion. I would love to have it for display.$B$BWould you accept a generous number of Darkmoon Faire tickets in trade?','What is it you have there?','','','','','',71638,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29447,15005,0,0,16384,15,-1,0,0,0,0,0,0,0,0,0,0,0,71635,1,'A Curious Crystal','Power swirls inside this strange crystal. Perhaps it was once a magical focus, an energy source, or simply a good luck charm. There\'s no way to know for certain.$B$BThe Darkmoon Adventurer\'s Guide indicates that the crystal would be of interest to Professor Thaddeus Paleo at the Darkmoon Faire.','Bring the Imbued Crystal to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71635,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29448,15005,0,0,16384,15,-1,0,0,0,0,0,0,0,0,0,0,0,71636,1,'An Exotic Egg','You\'re not certain what kind of creature this egg harbors, but it sure doesn\'t look like the egg of any ordinary animal.$B$BThe Darkmoon Adventurer\'s Guide says that an intrepid adventurer might come across any number of strange eggs in his travels. It further notes that the Darkmoon Faire\'s Zoo Bizarre is always interested in acquiring such specimens.$B$BWhen the Faire open, take this egg to Yebb Nebelgear near the animal pens.','Bring the Monstrous Egg to Yebb Neblegear when the Darkmoon Faire is running.','','','','','','','',71636,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29449,15005,0,0,16384,15,-1,0,0,0,0,0,0,0,0,0,0,0,71637,1,'An Intriguing Grimoire','This massive spellbook reveals very little of its origins. Its pages are filled with a variety of spells and enchantments, only a few of which are familiar.$B$BThe Darkmoon Adventurer\'s guide says the tome may be of some interest to Sayge, the Faire\'s famous fortuneteller. Look for him near his tent on Darkmoon Island.','Bring the Mysterious Grimoire to Sayge when the Darkmoon Faire is running.','','','','','','','',71637,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29450,15005,0,0,16384,15,-1,0,0,0,0,0,0,0,0,0,0,0,71638,1,'A Woundrous Weapon','An inspection of the weapon reveals expert craftsmanship and intricate inlay work, but this is no ceremonial blade. Faint marks and nicks along the blade attest to its use in combat.$B$BThe Darkmoon Adventurer\'s Guide lists several types of rare and valuable weapons, leaving no doubt that Professor Thaddeus Paleo at the Darkmoon Faire would be interested in taking a look at this piece.','Bring the Ornate Weapon to Professor Thaddeus Paleo when the Darkmoon Faire is running.','','','','','','','',71638,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29451,15005,0,0,0,85,85,0,0,0,0,0,0,0,0,0,0,0,71715,1,'The Master Strategist','This tome of strategy is the masterwork of the famous human general, Anduin Lothar. In his own words, the commander describes the proper deployment of forces and strategies needed to win almost any battle.$B$BProfessor Thaddeus Paleo of the Darkmoon Faire would probably love to have a look at such a rare book.','Take A Treatise on Strategy to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','I don\'t know how you got your hands on this, and I know better than to ask. Could I convince you to part with it in exchange for Darkmoon tickets?','That doesn\'t look like a common book at all...','','','','','',71715,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29452,14333,5733,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,29129,0,0,'Your Time Has Come','$b$bYoung $c, be still and hear my words.$b$bI am called to collect you, to deliver you, to one whose eye none can escape.$b$bFind me in Orgrimmar, mortal, for your time has come.','Speak to Ziradormi in Orgrimmar.','Let us begin, mortal.$b$bThere is little time to spare.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29453,14333,5733,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,29132,0,0,'Your Time Has Come','$b$bYoung $c, be still and hear my words.$b$bI am called to collect you, to deliver you, to one whose eye none can escape.$b$bFind me in Stormwind, mortal, for your time has come.','Speak to Coridormi in Stormwind.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29454,15005,0,0,16384,85,85,0,0,0,0,0,0,0,0,0,0,0,71715,1,'The Master Strategist','This tome of strategy is the masterwork of the famous human general, Anduin Lothar. In his own words, the commander describes the proper deployment of forces and strategies needed to win almost any battle.$B$BProfessor Thaddeus Paleo of the Darkmoon Faire would probably love to have a look at such a rare book. Look for him at the faire\'s home on Darkmoon Island.','Take A Treatise on Strategy to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71715,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29455,15005,0,0,2101248,1,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'Target: Turtle','Hey there! Step right up!$b$bWhy not show everyone how skilled you are? Just land three rings on the Darkmoon Turtle and you\'ll get a prize.$b$bFor one game token you can buy a stack of rings and show the world why we call you the \"Eagle Eyed $C.\"','Land 3 rings on the Darkmoon Turtle.','I knew you could do it!$B$BWe\'ll take any extra rings you might have, and give you your prize ticket.$b$bHave fun!','','','Rings Landed','','','',0,0,0,0,0,0,0,0,0,0,0,0,54495,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,105326,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29456,15005,0,0,0,15,-1,0,0,0,0,0,0,0,0,0,0,0,71951,1,'A Captured Banner','This tattered banner bears a faded guild crest. This old banner must\'ve seen more than its share of battles.$B$BProfessor Thaddeus Paleo of the Darkmoon Faire collects banners and other relics of combat and he might be interested in acquiring this one. Show the banner to him next time you visit the Darkmoon Faire.','Bring the Banner of the Fallen to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71951,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29457,15005,0,0,0,15,-1,0,0,0,0,0,0,0,0,0,0,0,71952,1,'The Enemy\'s Insignia','This battered badge carries the insignia of an enemy officer. While worth little more to you than the metal it\'s made from, this piece would have significant value to a collector of military memorabilia.$B$BProfessor Thaddeus Paleo of the Darkmoon Faire is famous all over Azeroth for his large collection of military artifacts. Show the badge to him the next time you visit the Darkmoon Faire.','Bring the Captured Insignia to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71952,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29458,15005,0,0,0,15,-1,0,0,0,0,0,0,0,0,0,0,0,71953,1,'The Captured Journal','This book is covered in battered leather stained with blood and mud. Leafing through the pages, you discover that it is a personal journal of an adventurer with a high opinion of himself and his adventures.$B$BProfessor Thaddeus Paleo of the Darkmoon Faire might want to see something like this.','Bring the Adventurer\'s Journal to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71953,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29459,15005,0,0,16384,15,-1,0,0,0,0,0,0,0,0,0,0,0,71951,1,'A Captured Banner','This tattered banner bears a faded guild crest. This old banner must\'ve seen more than its share of battles.$B$BProfessor Thaddeus Paleo of the Darkmoon Faire collects banners and other relics of combat and he might be interested in acquiring this one.','Bring the Banner of the Fallen to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71951,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29460,15005,0,0,16384,15,-1,0,0,0,0,0,0,0,0,0,0,0,71952,1,'The Enemy\'s Insignia','This battered badge carries the insignia of an enemy officer. While worth little more to you than the metal it\'s made from, this piece would have significant value to a collector of military memorabilia.$B$BProfessor Thaddeus Paleo of the Darkmoon Faire is famous all over Azeroth for his large collection of military artifacts.','Bring the Captured Insignia to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71952,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29461,15005,0,0,16384,15,-1,0,0,0,0,0,0,0,0,0,0,0,71953,1,'The Captured Journal','This book is covered in battered leather stained with blood and mud. Leafing through the pages, you discover that it is a personal journal of a Horde adventurer with a high opinion of herself and her adventures.$B$BProfessor Thaddeus Paleo of the Darkmoon Faire might want to see something like this.','Bring the Captured Insignia to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71953,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29463,15005,0,0,2101248,1,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,'It\'s Hammer Time','So you want to whack some gnolls? Well you\'ve come to the right place.$b$bYour goal is simple, score 30 points in a minute.$b$bUse the mallet I give you and get ready to whack. Speak to me when you are ready to start.','Score 30 points by whacking Gnolls.','So you have managed to defeat the gnolls. It felt good, didn\'t it?$b$bHere is your prize. Enjoy the rest of the Darkmoon Faire!','','','Gnolls Whacked','','','',0,0,0,0,0,0,0,0,0,0,0,0,54505,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,105326,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29464,15005,0,0,0,85,85,0,0,0,0,0,0,0,0,0,0,0,71716,1,'Tools of Divination','This collection of well-worn runestones has seen much use. The pieces seem old; you can\'t recognize any of the markings on their surfaces.$B$BPerhaps a scholar or a collector would know more about them. Bring them to Professor Thaddeus Paleo next time you\'re at the Darkmoon Faire.','Bring the Soothsayer\'s Runes to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','Where did you find this collection of runes? I haven\'t seen anything like this in years. It\'ll be a splendid mystery to unravel!$B$BWould you trade these for Darkmoon tickets?','What do you have there?','','','','','',71716,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29465,15005,0,0,16384,85,85,0,0,0,0,0,0,0,0,0,0,0,71716,1,'Tools of Divination','This collection of well-worn runestones has seen much use. The pieces seem old; you can\'t recognize any of the markings on their surfaces.$B$BPerhaps a scholar or a collector would know more about them. Bring them to Professor Thaddeus Paleo at the Darkmoon Faire.','Bring the Soothsayer\'s Runes to Professor Thaddeus Paleo at the Darkmoon Faire on Darkmoon Island.','','','','','','','',71716,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29466,15005,215,0,16384,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plenty of Plump Frogs','Just about everyone in Azeroth has heard of our world famous crunchy frogs. We can barely keep up with the demand!$B$BYou look like a decent angler and a spry $r. Would you help me restock my frog supply?$B$BThe ones that make the best crunchy frogs are the plump ones that live down near Stonebull Lake. I\'ll make it worthwhile for you.','Catch 5 Plump Frogs near Stonebull Lake.','','','','','','','',71961,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29467,15005,215,0,147456,1,-1,0,0,0,0,0,0,0,0,0,0,0,72110,1,'Talkin\' Tonks','The steam tonks are one of the Darkmoon Faire\'s most popular amusements. Our visitors love to test their skills for hours and hours, but the tonks take a real beating from all that fun.$B$BYou look like you know your way around a wrench. Mind helping me fix some of the damaged tonks and return them to working order? I\'ll compensate you for your time.','Repair 5 Damaged Steam Tonks around the grounds of the Darkmoon Faire.','','','','Damaged Tonk Repaired','','','',0,0,0,0,0,0,0,0,0,0,0,0,54504,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29468,15005,215,0,147456,1,-1,0,0,0,0,0,0,0,0,0,0,0,71964,1,'Baby Needs Two Pair of Shoes','You may have seen my horse, Baby, over near the wagons. She pulls the cart that hauls all the animals in our Zoo Bizarre.$B$BShe\'s a hard worker and she tears through shoes like you wouldn\'t believe. It\'s about time for a new set. I\'ve already bought the raw materials.$B$BAll you need to do is shape them over an anvil and apply them to Baby\'s feet. It\'s a quick job and worth some tickets, wouldn\'t you say?','Use the Iron Stock to craft 4 Horseshoes, then apply the Horseshoes to Baby at the Darkmoon Faire.','','','','Put New Horseshoes on Baby','','','',0,0,0,0,0,0,0,0,0,0,0,0,54510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29469,15005,215,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rearm, Reuse, Recycle','Faire-goers just love the steam tonks! And when the Darkmoon Faire closes, these grounds will be littered with tonk scrap.$B$BIt\'d be a shame to let all that good metal just sit in the dirt.$B$BIf you help me collect some of the larger scraps, I can use them to reforge broken tonk parts. It\'s a lot less expensive than buying new metal every time. What do you say?','Collect 6 pieces of Tonk Scrap from around the Darkmoon Faire grounds.','','','','','','','',71968,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29470,15005,215,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tan My Hide','The Darkmoon Faire always needs more leather for tents, boots, and just about anything you can imagine! I\'ve trapped some creatures and staked the skins out for the next part of their treatment.$B$BYou seem to have some knowledge of skinning. I\'ll reward you if you help me with the job of scraping some of those new skins.','Scrape 4 Staked Skins around the grounds of the Darkmoon Faire.','','','','Scrape Staked Skins','','','',0,0,0,0,0,0,0,0,0,0,0,0,-209308,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29471,15005,215,0,147456,1,-1,0,0,0,0,0,0,0,0,0,0,0,71971,1,'Writing the Future','As the popularity of the Darkmoon Faire grows, more and more people seek me out to peer into their futures.$B$BMost times, they ask for knowledge best left hidden in the mists of time, but it is not my place to give such advice.$B$BMy stock of written fortunes is running low and you look to have a steady hand. Take these herbs, make ink from them, and pen a few fortunes for me. I\'ll see to it that you\'re rewarded.','Use the Bundle of Exotic Herbs to make Prophetic Ink and then combine the ink with Light Parchment to create Sayge\'s Fortunes.','','','','','','','',71974,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29472,15005,215,0,16384,1,-1,0,0,0,0,0,0,0,0,0,0,0,71977,1,'Eyes on the Prizes','The games are more popular than ever, and that means we\'re giving out prizes faster than we ever have before!$B$BWe\'re going to need more prizes, and fast. If you\'ve some skill in leatherworking, I can give you a kit. You\'ll need to buy some of the pieces from a trade goods merchant like Shadi Mistrunner up on the central rise of Thunder Bluff, but they\'re inexpensive.$B$BAre you willing to help?','Use the Darkmoon Craftsman\'s Kit to make 5 Darkmoon Prizes from Coarse Thread, Shiny Baubles, and Blue Dye.','','','','','','','',71976,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29473,15005,215,0,16384,1,-1,0,0,0,0,0,0,0,0,0,0,0,71978,1,'Putting the Carnies Back Together Again','Working the Darkmoon Faire is a dangerous job, $N. It\'s no surprise that many of our workers get injured setting up, taking down, and transporting all of its attractions.$B$BWe send the most gravely wounded to the Spirit Rise in Thunder Bluff for help, but many still have minor hurts that can be tended to here. Would you take these bandages and see if you can help any of the injured workers?','Use the Darkmoon Bandage to heal 4 Injured Carnies.','','','','Use bandage on Injured Carnie','','','',0,0,0,0,0,0,0,0,0,0,0,0,54518,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29474,15005,215,0,33701888,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Putting Trash to Good Use','People don\'t just come to the fair for fun and fortunes, $N. Most want something to take home with them, so I help to create the magical trinkets visitors purchase with their prize tickets.$B$BFor that, I need a steady supply of soothsayer\'s dust. Take a look around the grounds and you\'ll see a lot of discarded weapons. Those are just the kinds of items that can be broken down into dust with enchanting skills like yours. Would you like to help?','Collect 6 Soothsayer\'s Dusts by disenchanting Discarded Weapons found around the grounds of the Darkmoon Faire.','','','','','','','',71979,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29475,15005,0,0,256,20,-1,0,0,0,202,0,0,0,0,0,0,0,0,0,'Goblin Engineering','A skilled engineer can choose ONE specialization, and I know the secrets of goblin engineering.$b$bYou look like you\'re ready to blow things up, but I\'ll need some samples of your work. Bring me twenty big iron bombs, twenty sticks of solid dynamite, and five explosive sheep.$b$bSubmit these items to an engineering trainer in any of the capital cities and you\'ll be an official goblin engineer with access to all the schematics!','Bring 20 Big Iron Bombs, 20 Solid Dynamite, and 5 Explosive Sheep to an engineering trainer in any capital city.','','','','','','','',4394,10507,4384,0,0,0,20,20,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20222,20221,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29476,15005,0,0,16640,10,-1,0,0,0,202,0,0,0,0,0,0,0,0,0,'Gnomish Engineering','If you\'re ready to make some truly fantastic devices, then you\'ve come to the right place. And I can see you\'re a skilled engineer, but I want some samples of your work. What I hope to do though is to analyze your craftmanship for ways to emphasize gnome-oriented techniques in your future efforts. I need the following samples: six mithril tubes, an accurate scope, and two advanced target dummies.$B$BSubmit these items to me and you\'ll be an official gnomish engineer with access to all the schematics!','Bring 6 Mithril Tubes, an Accurate Scope, and a 2 Advanced Target Dummies to Oglethorpe Obnoticus in Booty Bay.','','','','','','','',10559,4407,4392,0,0,0,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20219,20220,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29477,15005,0,0,256,20,-1,0,0,0,202,0,0,0,0,0,0,0,0,0,'Gnomish Engineering','A skilled engineer can choose ONE specialization, and I can teach you the ways of gnomish engineering.$b$bYou look like you know what you\'re doing, but I\'ll need some samples of your work. Bring me six mithril tubes, an accurate scope, and two advanced target dummies.$b$bSubmit these items to an engineering trainer in any of the capital cities and you\'ll be an official gnomish engineer with access to all the schematics!','Bring 6 Mithril Tubes, an Accurate Scope, and 2 Advanced Target Dummies to an engineering trainer in any capital city.','','','','','','','',10559,4407,4392,0,0,0,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20219,20220,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29478,15005,215,0,16384,1,-1,0,0,0,0,0,0,0,0,0,0,0,72043,1,'A Fizzy Fusion','I\'m sure you\'ve made a lot of potions in your time as an alchemist. How would you like to help with something a bit more light-hearted?$B$BI\'ve always wanted to try creating a fruit-flavored version of our popular fizzy drinks. If you\'re willing to give it a try, you can buy some of the base drink from me and mix it with some moonberry juice.$B$BGalissa Sundew should be able to sell you all the moonberry juice you need.','Use the Cocktail Shaker to combine Moonberry Juice and Fizzy Faire Drink to create 5 servings of Moonberry Fizz.','','','','','','','',72044,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29479,15005,215,0,16384,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Herbs for Healing','The little purple flowers that grow wild around the grounds aren\'t just pretty.$B$BThey play a role in everything from treating wounds to seasoing food.$B$BYou seem to have some talent for harvesting herbs. Would you like to help me rebuild my stocks of darkblossom?','Gather 6 Darkblossoms from around the Darkmoon Faire grounds.','','','','','','','',72046,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29480,15005,215,0,131072,1,-1,0,0,0,0,0,0,0,0,0,0,0,72048,1,'Banners, Banners Everywhere!','Isn\'t it wonderful to see Darkmoon banners everywhere? It\'s my favorite part of setting up, but we have so many old and tattered ones that need to be replaced.$B$BIf you\'ve some skill with a needle and thread, would you mind making a banner from this kit and putting it up in some loose stone on the central rise in Thunder Bluff?$B$BYou can get the rest of the supplies you\'ll need from Shadi Mistrunner on the central rise of Thunder Bluff.','Use the Darkmoon Banner Kit to construct a Darkmoon Banner, then set it up in a pile of Loose Stones on Thunder Bluff\'s central rise.','','','','Plant Darkmoon Banner','','','',0,0,0,0,0,0,0,0,0,0,0,0,54545,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29481,15005,0,0,0,1,-1,0,0,0,171,0,0,0,0,0,0,0,0,0,'Elixir Master','Elixirs are all about potency! If you want to become an elixir master, I can teach you.$b$bI can\'t just train anyone, and I require proof that you are devoted before we continue. Several flasks should be sufficient to show your dedication.$b$bRemember $N, you can only learn ONE specialization, so if you complete your elixir training, then potion and transmutation specialization will no longer be available.','Bring a variety of flasks to an alchemy trainer in any capital city.','','','','','','','',58086,58087,58085,58088,0,0,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28677,28678,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29482,15005,0,0,0,1,-1,0,0,0,171,0,0,0,0,0,0,0,0,0,'Transmutation Master','Iron to gold, water to fire... if you want to become an transmutation master, then I can show you the way.$b$bThe training is very expensive, so bring me some of the finest material in the world, truegold.$b$bRemember $N, you can only learn ONE specialization, so if you complete your transmutation training, then potion and elixir specialization will no longer be available.','Bring the requested materials to an alchemy trainer in any capital city.','','','','','','','',58480,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28672,28674,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29483,15005,215,0,147456,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keeping the Faire Sparkling','The Darkmoon Faire\'s performers and animals go through more jewelry than I\'d ever imagined. Thankfully, the gems are just cut glass, but someone has to craft all of it.$B$BIf you\'ve some skill as a jewelcrafter, perhaps you\'d be willing to help craft some of the sparkling glass gems for our performers.$B$BSometimes you can find odd and amazing bits of glass around the grounds. Those make stunning gems when cut by someone with an eye for this craft.','Find Bits of Glass around the grounds of the Darkmoon Faire and craft it into 5 Sparkling \'Gemstones\'.','','','','','','','',72050,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29484,15005,215,0,147456,1,-1,0,0,0,0,0,0,0,0,0,0,0,72056,1,'Putting the Crunch in the Frog','The Darkmoon Faire\'s crunchy frog is famous all over Azeroth!$B$BWe\'ve just had a fresh batch of frogs delivered. How\'d you like to help whip up a few and practice your cooking skills in the process?$B$BShadi Mistrunner sells flour, up on the central rise in Thunder Bluff. Get some flour from her and use it to coat these frogs, then cook them in the pot behind me.','Prepare 5 Crunchy Frogs by breading your Plump Frogs with Simple Flour and then frying them in the cauldron behind Stamp Thunderhorn.','','','','','','','',72058,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29485,15005,215,0,278528,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fun for the Little Ones','Children are always full of questions about what an archaeologist does and how it works, so I prepared a demonstration for them.$B$BI take artifacts and fossils and bury them in the sand behind the tent. The children get to dig and make their own discoveries, learn how bones fit together, and see how archaeology can teach them about history.$B$BIf you have any spare fossils, would you consider donating them to my side project?','Bring 15 Fossil Fragments to Professor Thaddeus Paleo at the Darkmoon Faire.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29506,15005,0,0,33554432,1,-1,0,0,0,171,75,0,0,0,0,0,0,72043,1,'A Fizzy Fusion','I\'m sure you\'ve made a lot of potions in your time as an alchemist. How would you like to help with something a bit more light-hearted?$B$BI\'ve always wanted to try creating a fruit-flavored version of our popular fizzy drinks. If you\'re willing to give it a try, you can buy some of the base drink from me and mix it with some moonberry juice.$B$BAny innkeeper in Elwynn Forest or Mulgore should be able to sell you enough juice to make your creation.','Use the Cocktail Shaker to combine Moonberry Juice and Fizzy Faire Drink to create 5 servings of Moonberry Fizz.','','','','','','','',72044,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,114513,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29507,15005,0,0,262144,1,-1,0,0,0,794,75,0,0,0,0,0,0,0,0,'Fun for the Little Ones','Children are always full of questions about what an archaeologist does and how it works, so I prepared a demonstration for them.$B$BI take artifacts and fossils and bury them in the sandbox beside the tent. The children get to dig and make their own discoveries, learn how bones fit together, and see how archaeology can teach them about history.$B$BIf you have any spare fossils, would you consider donating them to my side project?','Bring 15 Fossil Fragments collected with Archaeology to Professor Thaddeus Paleo at the Darkmoon Faire.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,114539,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29508,15005,0,0,131072,1,-1,0,0,0,164,75,0,0,0,0,0,0,71964,1,'Baby Needs Two Pair of Shoes','You may have seen my horse, Baby, over near the wagons. She pulls the cart that hauls some of the animals in our Zoo Bizarre.$B$BShe\'s a hard worker and she tears through shoes like you wouldn\'t believe. It\'s about time for a new set. I\'ve already bought the raw materials.$B$BAll you need to do is shape them over an anvil and apply them to Baby\'s feet. It\'s a quick job and worth some tickets, wouldn\'t you say?','Use the Iron Stock to craft 4 Horseshoes, then apply the Horseshoes to Baby at the Darkmoon Faire.','','','','Put New Horseshoes on Baby','','','',0,0,0,0,0,0,0,0,0,0,0,0,54510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29509,15005,0,0,131072,1,-1,0,0,0,185,75,0,0,0,0,0,0,72056,1,'Putting the Crunch in the Frog','The Darkmoon Faire\'s crunchy frog is famous all over Azeroth!$B$BWe\'ve just had a fresh batch of frogs delivered. How\'d you like to help whip up a few and practice your cooking skills in the process?$B$BYou can get the flour you\'ll need to bread the frogs from any trade goods vendor in Elwynn Forest or Mulgore.','Prepare 5 Crunchy Frogs by breading your Plump Frogs with Simple Flour and then frying them in the cauldron behind Stamp Thunderhorn.','','','','','','','',72058,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29510,15005,0,0,33685504,1,-1,0,0,0,333,75,0,0,0,0,0,0,0,0,'Putting Trash to Good Use','People don\'t just come to the faire for fun and fortunes, $N. Most want something to take home with them, so I help to create the magical trinkets visitors purchase with their prize tickets.$B$BFor that, I need a steady supply of soothsayer\'s dust. Take a look around the grounds and you\'ll see a lot of discarded weapons. Those are just the kinds of items that can be broken down into dust with enchanting skills like yours. Would you like to help?','Collect 6 Soothsayer\'s Dusts by disenchanting Discarded Weapons found around the grounds of the Darkmoon Faire.','','','','','','','',71979,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29511,15005,0,0,131072,1,-1,0,0,0,202,75,0,0,0,0,0,0,72110,1,'Talkin\' Tonks','The steam tonks are one of the Darkmoon Faire\'s most popular amusements. Our visitors love to test their skills for hours and hours, but the tonks take a real beating from all that fun.$B$BYou look like you know your way around a wrench. Mind helping me fix some of the damaged tonks and return them to working order? I\'ll compensate you for your time.','Repair 5 Damaged Steam Tonks around the grounds of the Darkmoon Faire.','','','','Damaged Tonk Repaired','','','',0,0,0,0,0,0,0,0,0,0,0,0,54504,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29512,15005,0,0,0,1,-1,0,0,0,129,75,0,0,0,0,0,0,71978,1,'Putting the Carnies Back Together Again','Working the Darkmoon Faire is a dangerous job, $N. It\'s no surprise that many of our workers get injured setting up, taking down, and transporting all of its attractions.$B$BSome of the injured workers can be found around here, near the wagons. Others have gone to the healing tent for treatment. Would you take these bandages and see if you can help any of the injured workers?','Use the Darkmoon Bandage to heal 4 Injured Carnies.','','','','Use bandage on Injured Carnie','','','',0,0,0,0,0,0,0,0,0,0,0,0,54518,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29513,15005,0,0,0,1,-1,0,0,0,356,75,0,0,0,0,0,0,0,0,'Spoilin\' for Salty Sea Dogs','We\'ve just introduced another exciting new menu item, the salty sea dog. It\'s so popular, we can barely keep up with the demand!$B$BYou look like a decent angler and a spry $r. Would you help me restock my fish supplies?$B$BWe wouldn\'t want to disappoint all those faire-goers looking to try a new food, would we?','Catch 5 Great Sea Herring in the ocean around Darkmoon Island.','','','','','','','',73269,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29514,15005,0,0,0,1,-1,0,0,0,182,75,0,0,0,0,0,0,0,0,'Herbs for Healing','The little purple flowers that grow wild around the grounds aren\'t just pretty.$B$BThey play a role in everything from treating wounds to seasoning food.$B$BYou seem to have some talent for harvesting herbs. Would you like to help me rebuild my stocks of darkblossom?','Gather 6 Darkblossoms from around the Darkmoon Faire grounds.','','','','','','','',72046,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29515,15005,0,0,131072,1,-1,0,0,0,773,75,0,0,0,0,0,0,71971,1,'Writing the Future','As the popularity of the Darkmoon Faire grows, more and more people seek me out to peer into their futures.$B$BMost times, they ask for knowledge best left hidden in the mists of time, but it is not my place to give such advice.$B$BMy stock of written fortunes is running low and you look to have a steady hand. Take these herbs, make ink from them, and pen a few fortunes for me. You can get the parchment you\'ll need from any trade goods vendor in Elwynn Forest or Mulgore.','Use the Bundle of Exotic Herbs to make Prophetic Ink and then combine the ink with Light Parchment to create Sayge\'s Fortunes.','','','','','','','',71974,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29516,15005,0,0,33685504,1,-1,0,0,0,755,75,0,0,0,0,0,0,0,0,'Keeping the Faire Sparkling','The Darkmoon Faire\'s performers and animals go through more jewelry than I\'d ever imagined. Thankfully, the gems are just cut glass, but someone has to craft all of it.$B$BIf you\'ve some skill as a jewelcrafter, perhaps you\'d be willing to help craft some of the sparkling glass gems for our performers.$B$BSometimes you can find odd and amazing bits of glass around the grounds. Those make stunning gems when cut by someone with an eye for this craft.','Find Bits of Glass around the grounds of the Darkmoon Faire and craft it into 5 Sparkling \'Gemstones\'.','','','','','','','',72050,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29517,15005,0,0,33554432,1,-1,0,0,0,165,75,0,0,0,0,0,0,71977,1,'Eyes on the Prizes','The games are more popular than ever, and that means we\'re giving out prizes faster than we ever have before!$B$BWe\'re going to need more prizes, and fast. If you\'ve some skill in leatherworking, I can give you a kit. You\'ll need to buy some of the pieces from any trade goods merchant in Elwynn Forest or Mulgore, but they\'re inexpensive.$B$BAre you willing to help?','Use the Darkmoon Craftsman\'s Kit to make 5 Darkmoon Prizes from Coarse Thread, Shiny Baubles, and Blue Dye.','','','','','','','',71976,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29518,15005,0,0,0,1,-1,0,0,0,186,75,0,0,0,0,0,0,0,0,'Rearm, Reuse, Recycle','Faire-goers just love the steam tonks! And when the Darkmoon Faire closes, these grounds will be littered with tonk scrap.$B$BIt\'d be a shame to let all that good metal just sit in the dirt.$B$BIf you help me collect some of the larger scraps, I can use them to reforge broken tonk parts. It\'s a lot less expensive than buying new metal every time. What do you say?','Collect 6 pieces of Tonk Scrap from around the Darkmoon Faire grounds.','','','','','','','',71968,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29519,15005,0,0,0,1,-1,0,0,0,393,75,0,0,0,0,0,0,0,0,'Tan My Hide','The Darkmoon Faire always needs more leather for tents, boots, and just about anything you can imagine! I\'ve trapped some creatures and staked the skins out for the next part of their treatment.$B$BYou seem to have some knowledge of skinning. I\'ll reward you if you help me with the job of scraping some of those new skins.','Scrape 4 Staked Skins around the grounds of the Darkmoon Faire.','','','','Scrape Staked Skins','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29520,15005,0,0,131072,1,-1,0,0,0,197,75,0,0,0,0,0,0,72048,1,'Banners, Banners Everywhere!','Isn\'t it wonderful to see Darkmoon banners everywhere? It\'s my favorite part of setting up, but we have so many old and tattered ones that need to be replaced.$B$BIf you\'ve some skill with a needle and thread, would you mind making a banner from this kit and putting it up in some loose stones scattered around the grounds of the faire?$B$BIt\'s missing a few pieces, but you should be able to get what you need from any trade goods vendor in Elwynn Forest or Mulgore.','Use Coarse Thread, Red Dye, and Blue Dye with a Darkmoon Banner Kit to make a Darkmoon Banner, then set it up in a pile of Loose Stones on the grounds of the Darkmoon Faire.','','','','Plant Darkmoon Banner','','','',0,0,0,0,0,0,0,0,0,0,0,0,54545,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71083,0,0,0,1,0,0,0,909,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29527,15005,3562,0,134217864,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'War on the Ramparts','Watchkeeper Gargolmar and Vazruden the Herald are in charge of defending these ramparts.$B$BIf you take them out, their forces will be in complete disarray.$B$BSlay them both and bring me proof so the invasion can begin!','Slay Watchkeeper Gargolmar, Vazruden the Herald and Vazruden\'s drake, Nazan. Return Gargolmar\'s Hand and Nazan\'s Head to Stone Guard Stok\'ton.','','','','','','','',23881,23901,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25716,25715,25718,25717,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,6,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29528,15005,3562,0,134217864,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'War on the Ramparts','Hellfire Citadel\'s entire defensive network relies on the ramparts as a sort of early warning system.$B$BYou need to take out Watchkeeper Gargolmar and Vazruden the Herald. Without them, taking the ramparts will be simple.','Slay Watchkeeper Gargolmar, Vazruden the Herald and Vazruden\'s drake, Nazan. Return Gargolmar\'s Hand and Nazan\'s Head to Advance Scout Chadwick.','I knew I could count on you!$B$BWith their forces in disarray, we can really get this invasion going. ','Were you successful? We have a lot riding on this operation, $N.','','','','','',23881,23901,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25716,25715,25718,25717,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,6,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29529,15005,3562,0,136,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'Demons in the Citadel','One of our scouts spotted what he thought was an agent of the Burning Legion somewhere in the ramparts. If that is true, then Honor Hold may be in grave danger of a combined assault!$B$BIf you find this fiend in there, kill it on sight.','Slay Omor the Unscarred and bring his hoof to Advance Scout Chadwick.','So it\'s true. The fel orcs and the Burning Legion are working together in some capacity.','Did you find any demons in there?','','','','','',23886,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,6,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29530,15005,3562,0,136,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'Demons in the Citadel','One of our scouts brought back unpleasant news. We\'ve spotted a powerful agent of the Burning Legion in the ramparts!$B$BI need you to kill this demon before he has a chance to relay news of our efforts to his superiors.','Kill Omor the Unscarred and bring his hoof to Stone Guard Stok\'ton.','','','','','','','',23886,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,6,0,0,0,0,0,0,54000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29532,15005,3483,0,17055872,59,62,81,0,0,0,0,0,0,0,0,0,0,23891,1,'Dark Tidings','Giving the lifeless form of Vazruden the Herald the once-over, you discover a rolled letter, its seal yet unbroken. An elaborate \"I\" is pressed within the blood-red ink. Cracking the note open, the message that you read is most disturbing.$B$Advance Scout Chadwick will definitely want to take a look at this!','Take the Ominous Letter to Advance Scout Chadwick.','','','','','','','',23891,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,5,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29533,15005,3483,0,17055872,59,62,81,0,0,0,0,0,0,0,0,0,0,23893,1,'Dark Tidings','Giving the lifeless form of Vazruden the Herald the once-over, you discover a rolled letter, its seal yet unbroken. An elaborate \"I\" is pressed within the blood-red ink. Cracking the note open, the message that you read is most disturbing.$B$BStone Guard Stok\'ton will definitely want to take a look at this!','Take the Ominous Letter to Stone Guard Stok\'ton.','','','','','','','',23893,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,5,0,0,0,0,0,0,27000,0,0,0,0,0,0,0,0,0,0,120600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29535,15005,3713,0,136,59,63,81,0,0,0,0,0,0,0,0,0,0,0,0,'Make Them Bleed','The Maker serves the purpose of creating more fel orcs by infusing them with demon blood.$B$BMy superiors believe that we may be able to reverse the process, but we need samples of their blood and The Maker\'s infusion rod before we can know for sure.','Collect 10 Fel Orc Blood Vials and a Fel Infusion Rod for Caza\'rez.','','','','','','','',23894,73200,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,6,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29536,15005,3713,0,140,59,63,81,0,0,0,0,0,0,0,0,0,0,0,0,'Heart of Rage','We know that the fel orcs are growing their forces by infusing orcs with demon blood.$B$BI need you to venture deep inside these unholy halls and find out how that\'s happening. We can\'t risk sending an army into this place until we know exactly what we\'re dealing with.','Fully investigate the Blood Furnace and then report back to Caza\'rez.','','','Fully Investigate The Blood Furnace','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25714,25713,25712,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,6,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29537,15005,3713,0,134217864,59,63,81,0,0,0,0,0,0,0,0,0,0,0,0,'Mind the Gap','In all of the Blood Furnace, there is one area where our scryers cannot reach despite their efforts.$B$BThis \'gap\', as they\'ve been calling it, is fairly large, and must be where Magtheridon is being held captive..$B$BYou must find the source of the interference and dispose of it.','Kill Keli\'dan the Breaker and return to Caza\'rez.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17377,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25701,25711,25710,25702,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,6,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29538,15005,3713,0,136,59,63,81,0,0,0,0,0,0,0,0,0,0,0,0,'Make Them Bleed','The Maker uses demon blood and a special rod to turn brown and green orcs into red ones. We\'d like to see if we can take that blood, mess around with it a bit, and make it turn orcs of all colors into harmless docile lumps. $B$BYou\'re going to bring me some samples of their blood so we can see. Don\'t forget to grab that rod!','Collect 10 Fel Orc Blood Vials and a Fel Infusion Rod for Gunny.','Out-frikkin-standing! As of right now, you are my eighth favorite person on the smoldering remains of this sorry planet!','You have that blood, darlin\'? Might be kind of important if we asked you to get it, you know?','','','','','',23894,73200,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,6,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29539,15005,3713,0,140,59,63,81,0,0,0,0,0,0,0,0,0,0,0,0,'Heart of Rage','As it turns out, the eggheads back at Honor Hold can\'t see much into this place. Bunch of lying lazy mages, is what they are.$B$BEither way, we don\'t really know exactly what\'s going on in here. So, you\'re going in to find out!','Fully investigate the Blood Furnace and then report back to Gunny.','$B$BYou brought back some loot for ol\' Gunny, right?$B$BNo, no, you\'re right, clearly I owe you a reward for all your hard work. Not like Gunny didn\'t arrange all this and send you in there in the first place.','','Fully Investigate The Blood Furnace','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25714,25713,25712,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,6,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29540,15005,3713,0,134217864,59,63,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Breaker','So they\'ve got this big ol\' demon stashed away in this place, is what they\'re telling me. And there\'s an orc that\'s in charge of keeping him under wraps.$B$BKilling an orc is killing an orc, am I right? Doesn\'t matter what he did or what he\'s doin\', orcs are always ripe for the slaughter!','Kill Keli\'dan the Breaker and return to Gunny.','Really? You want a reward for killing an orc? As in fame and riches and noble steeds?$B$BBack in my day killing orcs WAS the reward!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17377,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25701,25711,25710,25702,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,6,0,0,0,0,0,0,58000,0,0,0,0,0,0,0,0,0,0,124800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29542,15005,3562,0,262152,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'Invading the Citadel','With the Legion to one side and the fel orcs to the other, Thrallmar is going to be overrun if we don\'t do something about it.$B$Head west to the Hellfire Ramparts and speak with Stone Guard Stok\'ton. He\'s in charge of a covert operation to start a Horde invasion on the entire citadel.','Speak with Stone Guard Stok\'ton in Hellfire Ramparts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29543,15005,3562,0,262152,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'Invading the Citadel','With the Legion to one side and the fel orcs to the other, Honor Hold is going to be overrun in a matter of time if we don\'t do something about it.$B$BHead west to the Hellfire Ramparts and speak with Advance Scout Chadwick. He\'s in charge of a covert operation to start an Alliance invasion on the entire citadel.','Speak with Advance Scout Chadwick in Hellfire Ramparts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29544,15005,3562,0,262152,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Blood Furnace','Caza\'rez awaits you within the Blood Furnace. He\'s already cleared out a small area and has our scryers hard at work figuring out what\'s going on down there.$B$BBut I don\'t trust that scrying will be enough. I\'m sure Caza\'rez has plans in mind for a solid blade or two. I want you to go there and lend him your expertise in dealing with the fel orcs. ','Speak with Caza\'rez in the Blood Furnace.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29545,15005,3562,0,262152,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Blood Furnace','This war is far from over. We need to stop the flow of new recruits to the fel orc front if we are to have any hope of victory.$B$BTravel to the Blood Furnace and speak with Gunny, he\'s secured a small area within and I\'m sure he could use your assistance. Be forewarned, Gunny is...unusual.','Speak with Gunny in the Blood Furnace.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29563,15005,3717,0,136,62,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Lost in Action','You have to help me! We were sent here to investigate the various parts of the reservoir, but my friends haven\'t come back yet, and it\'s been a long time.$B$BThat\'s why I need you to discover what became of them. Naturalist Bite and Weeder Greenthumb went this way.','Discover what happened to Naturalist Bite and Weeder Greenthumb. Then, return to Watcher Jhang.','The loss of life...it pains me.$B$B$B$BThank you, $N. When we are all reunited, the naga won\'t stand a chance.','','','Naturalist Bite Discovered','Weeder Greenthumb Discovered','','',0,0,0,0,0,0,0,0,0,0,0,0,17893,17890,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29564,15005,3717,0,8,62,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Brother Betrayed','My village was able to escape the naga onslaught at first. We would have all made it to Nagrand had it not been for my brother. He sold our souls for his own freedom.$B$BNow he works here as a slave driver, whipping his own brothers until their backs bleed. Make Mennu pay, $r.','Kill Mennu the Betrayer, then return to Nahuud.','Mennu\'s death will not fix the broken backs of my family and friends, but it will give them a chance to live the rest of their lives free.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17941,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29565,15005,3717,0,134217736,62,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Heart of the Matter','From what Nahuud has told me, two mighty creatures, Rokmar the Crackler and Quagmirran, were among the first enslaved by the naga when they arrived. They helped to subjugate many of the native races of Zangarmarsh.$B$BThough it pains me greatly to ask you to do so, you must put them down.','Bring The Invader\'s Claw and The Slave Master\'s Eye to Watcher Jhang.','I\'m glad that their spirits are now free. I wish we could say the same for the rest of their kind.$B$BThere is still much work to be done, especially elsewhere in Coilfang.','Did you slay them?','','','','','',72118,72119,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25541,28029,25540,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29566,15005,3717,0,262152,62,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Checking Up','These marshes are beautiful, wouldn\'t you agree? That is, except for the naga forces draining the water away.$B$BI sent a small expedition to the Coilfang Reservoir to investigate the naga, and they haven\'t returned. I\'m concerned that something has happened to them.$B$BWould you travel to the Slave Pens underneath Serpent Lake and find Watcher Jhang?','Speak with Watcher Jhang in the Slave Pens.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29567,15005,3716,0,134217864,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Stalk the Stalker','The spore giants may be attacking my people today, but the marsh walkers have taken more innocent lives than any creature I\'ve ever seen. They are our ancient enemies.$B$BTheir brood mother, the Black Stalker, resides deep within this bog. If you were to destroy her and bring me her brain as proof, I would tell tales of your bravery to my grandchildren.','Bring the Brain of the Black Stalker to T\'shu.','The Black Stalker is dead! Normally I would not revel in such butchery, but the pain that the great mother and her brood have put my people through over the centuries is unspeakable.$B$BYou have my deepest thanks, brave $c.','You have returned. Does this mean that The Black Stalker is no more?','','','','','',24248,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28109,28108,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,6,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29568,15005,3716,0,8,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Necessary Evil','Hungarfen and Quagmirran used to jointly rule over the spore giants. With Quagmirran gone, the burden rests solely on Hungarfen\'s tendrils.$B$BWe have no choice but to put the giant down before he can be enslaved and turned into a weapon.','Kill Hungarfen, then report back to Naturalist Bite.','You\'ve done all of Zangarmarsh a favor this day, $N. The spore giants may be naturally aggressive, but they\'re still a vital part of the ecosystem.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17770,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,99000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29569,15005,3905,0,16392,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Warlord Kalithresh\'s Prized Possession','Warlord Kalithresh has been utilizing the Underbog as a sort of breeding ground for Ghaz\'an, a powerful hydra that he plans to unleash upon Zangarmarsh once it is fully grown.$B$BI fear nobody will be able to stop the naga if the beast reaches its full size. Find Ghaz\'an and slay him for the good of us all.','Kill Ghaz\'an and bring his scale to Watcher Jhang.','','','','','','','',72125,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,99000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29570,15005,3716,0,136,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Rescuing the Expedition','The last members of my expedition are somewhere in here. We\'re going to need the knowledge they\'ve gathered and their skills if we\'re to have any chance at defeating the naga.$B$BSee if you can find Earthbinder Rayge and Windcaller Claw, and make sure they\'re ok.','Discover what happened to Earthbinder Rayge and Windcaller Claw. Then, return to Watcher Jhang.','Soon we\'ll all be together again, and I owe it all to you!$B$BWe\'ll bring the naga down before you know it, they don\'t stand a chance!','','','Earthbinder Rayge Discovered','Windcaller Claw Discovered','','',0,0,0,0,0,0,0,0,0,0,0,0,17885,17894,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,7,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29571,15005,3716,0,262152,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Defending the Wilds','The Earthen Ring often finds itself working closely with the druids of the Cenarion Circle. Now is one such time.$B$BTravel north to the Underbog and speak with Watcher Jhang. She is in charge of an expedition in the Coilfang Reservoir to stop the naga there and save Zangarmarsh.','Speak with Watcher Jhang in the Underbog.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29572,15005,3792,0,278664,64,66,81,0,0,0,0,0,0,0,0,0,0,0,0,'Safety Is Job One','Shaffar\'s ethereals have completely blocked us out of the Mana-Tombs. Thankfully, I\'ve got a plan. While we can\'t go in through the front door, there are sure to be several transporters inside.$B$BI want you to clear the way for my crew first and then I want you to activate one of their transporters to teleport us inside.$B$BActivate the teleporter in the chamber right before Shaffar\'s chambers when the way has been cleared. Don\'t worry, I\'ll make it worth your while...','Artificer Morphalius wants you to kill 10 Ethereal Crypt Raiders, 5 Ethereal Sorcerers, 5 Nexus Stalkers and 5 Ethereal Spellbinders.$B$BOnce that\'s done, find the Ethereal Transporter in the chamber before Shaffar\'s and activate it.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18311,18314,18313,18312,10,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29573,15005,3792,0,8,64,66,81,0,0,0,0,0,0,0,0,0,0,0,0,'Safety is Job One','It\'s nearly safe for our men to come in here and take what\'s rightfully ours. The real danger now is Shaffar\'s personal army that he has crawling all over this place.$B$BI need you to take care of his forces for me while I regain my strength.','Kill 10 Ethereal Crypt Raiders, 5 Ethereal Sorcerers, 5 Nexus Stalkers, and 5 Ethereal Spellbinders, then return to Artificer Morphalius.','Splendid! Haramad will be delighted to hear the good news! All of this ripe for his taking!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18311,18313,18314,18312,10,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,5,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,102000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29574,15005,3792,0,8,64,66,81,0,0,0,0,0,0,0,0,0,0,0,0,'Intriguing Specimens','There is a creature not far inside these halls called Pandemonius who is able to twist void energies to sustain and empower itself.$B$BA bit further in lies Tavarok, a being that takes those same void energies and converts them into a crystalline structure stronger than any I\'ve ever seen!$B$BI absolutely must obtain samples for further study.','Bring Pandemonius\' Essence and Tavarok\'s Heart to Mamdy the \"Ologist\".','These samples are absolutely fascinating. They\'ll work very nicely.','If you don\'t have what I\'m looking for, stop wasting my time.','','','','','',72126,72127,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,4,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,102000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29575,15005,3792,0,134217736,64,66,81,0,0,0,0,0,0,0,0,0,0,0,0,'Undercutting the Competition','With his ward in place and his forces ready, Nexus-Prince Shaffar has been able to pillage this place for all it\'s worth without so much as an ounce of trouble.$B$BUnsurprisingly, Nexus-Prince Haramad isn\'t pleased by this, and has placed a hefty bounty on Shaffar\'s head.','Bring Shaffar\'s Wrappings to Artificer Morphalius. ','I didn\'t honestly think a $r would be able to defeat a Nexus-Prince. You\'ve surprised me, and you\'ve earned the handsome reward you were promised.','Were you interested in the bounty on Shaffar\'s head?','','','','','',28490,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,0,5,0,0,0,0,0,0,70000,0,0,0,0,0,0,0,0,0,0,135600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29582,15005,3792,0,262152,64,66,81,0,0,0,0,0,0,0,0,0,0,0,0,'Grek\'s Crazy Night','Grek had bad night last night.$B$BShiny mummy man came into Grek\'s house and told Grek that he had to go to Mana Tombs in Auchindoun. But Grek still trying to read wanted poster!$B$B$B$BGrek knows! You go find shiny mummy man and tell him Grek sent you. It perfect plan!','Speak with Artificer Morphalius in the Mana Tombs in Auchindoun.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29583,15005,3792,0,262152,64,66,81,0,0,0,0,0,0,0,0,0,0,0,0,'Eckert the Mad','I\'m a skilled engineer, a brilliant inventor, the heart of any party, and the best dancer Azeroth has ever seen.$B$BDo they call me those things? No.$B$BBut you have one run-in with a ethereal and all of the sudden everyone and their mother calls you \"the mad\".$B$BI saw one right here just yesterday, I swear it! He said if I followed him to the Mana Tombs in Auchindoun there would be vast treasure and ancient knowledge awaiting me!','Speak with Artificer Morphalius in the Mana Tombs in Auchindoun.','I was truly hoping that the gnome I sought out would be the one to answer my call.$B$B$B$BI suppose you\'ll do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29590,15005,3790,0,8,64,67,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Dead Watcher','A terrifying otherworldly being haunts both the spirit and physical worlds. We call it Shirrak.$B$BIt can only be harmed in your realm. Please help rid us of this nightmare.','Kill Shirrak the Dead Watcher, then return to the Draenei Spirit.','Perhaps now we can finally be at peace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18371,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29591,15005,3790,0,8,64,67,81,0,0,0,0,0,0,0,0,0,0,0,0,'Raging Spirits','The Auchenai have turned their backs on everything we used to stand for. They\'ve taken to raising the dead as unholy minions!$B$BThis cannot stand. Put the spirits back to rest, and massacre those responsible for raising them into undeath. ','Slay 5 Angered Skeletons, 5 Raging Skeletons, and 3 Auchenai Necromancers, then return to the Tormented Soulpriest in Auchenai Crypts.','The dead belong in the spirit realm. Just as you belong in this one.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18524,18521,18702,0,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,0,0,0,87600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29592,14333,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Caster Legendary BREADCRUMB TRACKER','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29593,15005,3562,0,8,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'Hitting Them Where It Hurts','The fel orcs have stockpiled many of their supplies here.$B$BStealing them would be a severe blow to their war effort and a great boon to ours. Are you up to the task, $c?','Steal 3 piles of Hellfire Supplies, then return to Stone Guard Stok\'ton in Hellfire Ramparts.','','','','','','','',72160,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,0,0,0,0,0,0,90300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29594,15005,3562,0,8,59,62,81,0,0,0,0,0,0,0,0,0,0,0,0,'Hitting Them Where It Hurts','The fel orcs have stockpiled many of their supplies here.$B$BStealing them would be a severe blow to their war effort and a great boon to ours. Are you up to the task, $c?','Steal 3 piles of Hellfire Supplies, then return to Advance Scout Chadwick in Hellfire Ramparts.','Well done! The long term effects of this attack will be far worse than slaying a few orcs could ever be.','How many piles were you able to take?','','','','','',72160,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81000,0,0,0,0,0,0,0,0,0,0,90300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29595,15005,3790,0,262272,64,67,81,0,0,0,0,0,0,0,0,0,0,0,0,'Everything Will Be Alright','You\'ve had quite an adventure, $N. And before you\'ve even set foot inside of the Auchenai Crypts.$B$BI am one of the fortunate spirits. I was neither bound to Levixus nor a part of Exarch Maladaar\'s vile experiments in necromancy. While you have destroyed Levixus, Maladaar lives on, continuing to torment the spirits inside the crypts.$B$BWhat I ask is simple. Enter the Auchenai Crypts and speak with the Draenei Spirit there. You must destroy Exarch Maladaar.','Greatfather Aldrimus standing outside the Auchenai Crypts of Auchindoun has asked that you enter the Auchenai Crypts and speak with the Draenei Spirit.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29596,15005,3790,0,134217864,64,67,81,0,0,0,0,0,0,0,0,0,0,0,0,'The End of the Exarch','Exarch Maladaar performs his unholy work in the deepest part of the crypts. He poses a threat to both of our worlds if he is not stopped.$B$BYou must slay him for the benefit of us all, dead and alive.','Kill Exarch Maladaar and return to the Draenei Spirit inside the Auchenai Crypts.','You have done our realm a great service. You will not be forgotten.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18373,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29341,29340,29339,29337,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29597,15005,3790,0,16793728,64,67,81,0,0,0,0,0,0,0,0,0,0,0,0,'The End of the Exarch','Exarch Maladaar performs his unholy work in the deepest part of the crypts. He poses a threat to both of our worlds if he is not stopped.$B$BYou must slay him for the benefit of us all, dead and alive.','Kill Exarch Maladaar and return to the Draenei Spirit inside the Auchenai Crypts.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18373,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29598,15005,1941,0,128,66,68,81,0,0,0,0,0,0,0,0,0,0,25853,1,'Taretha\'s Diversion','It was Taretha who created the original diversion at Durnholde, allowing Thrall to escape.$B$BNow the Infinite have captured Taretha. The diversion will not happen without our involvement. You must use the incendiary devices that I give you and burn down the internment lodges.','Travel to Durnholde Keep and set 5 incendiary charges at the barrels located inside each of the internment lodges using the Pack of Incendiary Bombs given to you by Erozion.$B$BSpeak to Thrall in the basement prison of Durnholde Keep when you have the Internment Lodges Set Ablaze.','','','','Internment Lodges Set Ablaze','','','',0,0,0,0,0,0,0,0,0,0,0,0,20155,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29599,15005,1941,0,136,66,68,81,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Durnholde','I have plans for my people, stranger.$B$BOne day, they shall overthrow their oppressors and rise as one. They will break free from the bonds that hold them and from that uprising shall be born the orcish Horde.$B$BWe will leave when you are ready.','When you are ready to proceed, let Thrall know. Follow Thrall out of Durnholde Keep and help him free Taretha and fulfill his destiny.$B$BSpeak with Erozion in Old Hillsbrad should you complete this task.','','','','Thrall\'s Destiny Fulfilled','','','',0,0,0,0,0,0,0,0,0,0,0,0,20156,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29317,29318,29319,29316,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29601,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Darkmoon Field Guide','Do you have a copy of the Darkmoon Field Guide, friend? It\'s a most useful book to carry with you.$B$BIt can help you find and identify valuable artifacts throughout your travels in Azeroth. Its detailed descriptions make it easy to decide if you\'ve found your five hundredth brass button or that rare treasure the Darkmoon Faire\'s collectors crave.','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71634,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29605,15005,3791,0,136,65,69,81,0,0,0,0,0,0,0,0,0,0,0,0,'Brother Against Brother','The Sethekk departed Skettis when Auchindoun exploded.$B$BMy brother, Syth, was one of their leaders and told us we had to go into the ruins and face our god.$B$BIn time, Syth had me cast out of the Halls for doubting them, but he refused to let me take our sister Lakka. Will you help me rescue her?','Free Lakka from captivity. Return to Isfar inside the Sethekk Halls when you\'ve completed the rescue.','Knowing that Lakka is free means I can cut the rest of my ties to the Sethekk.$B$BPart of me will never forgive myself for Syth\'s death, but it had to be done. When I reach Skettis, I will perform the death rites for him.','','','','Free Lakka','','',0,0,0,0,0,0,0,0,0,0,0,0,0,18956,0,0,0,1,0,0,0,0,0,0,0,0,0,0,29333,29334,29335,29336,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,6,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,147600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29606,15005,3791,0,134217864,65,69,81,0,0,0,0,0,0,0,0,0,0,0,0,'Terokk\'s Legacy','Terokk, hero of the Arakkoa, mysteriously vanished one day, leaving only his mask and spear behind.$B$BDarkweaver Syth still holds his mask and Talon King Ikiss guards his spear.$B$BIt would mean a great deal to my people if these items were returned to us.','Bring Terokk\'s Mask and Terokk\'s Quill to Isfar inside the Sethekk Halls.','I may never truly be forgiven for my role in the crimes of the Sethekk, but perhaps by restoring the relics of Terokk to my people, I can begin to redeem myself.','The relics of Terokk have been absent from Skettis for too long. Were you able to recover them from the Sethekk?','','','','','',27633,27632,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29330,29332,29329,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82000,0,0,0,0,0,0,0,0,0,0,147600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29607,15005,3791,0,8,65,69,81,0,0,0,0,0,0,0,0,0,0,0,0,'Eyes of Desire','I have a buyer who is interested in the eyes of the Cobalt Serpents that have taken up residence here.$B$BIf you were to bring me some of these rare gems, I would cut you a portion of the profits.$B$BDo we have a deal?','Dealer Vijad inside the Sethekk Halls wants you to bring him 3 Cobalt Eyes.','These are marvelous. Well done!$B$BHere\'s your cut, as promised.','Did you bring the eyes?','','','','','',72480,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164000,0,0,0,0,0,0,0,0,0,0,110700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29608,15005,4395,0,8,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Allies in Dalaran','Welcome to Northrend, $N. I have been asked to arrange travel for you to Dalaran so that you can meet with our allies there.$B$BRide the gryphon to Dalaran and once you land, make your way to our inn there, A Hero\'s Welcome. Find Isirami Fairwind and speak with her immediately.$B$BShe can help you bind your hearthstone to the city so you can use the Silver Enclave\'s portal to travel back to Stormwind quickly.','Accept a gryphon ride to Dalaran and speak with Isirami Fairwind at A Hero\'s Welcome.','Welcome to Dalaran! This inn is part of the Silver Enclave, the headquarters of the official Alliance presence in our city.$B$BDon\'t forget to bind your hearthstone here for easy travel to the city and access to the portal to Stormwind next door.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29609,15005,4395,0,8,68,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'Friends in Dalaran','Welcome to Northrend. I have been asked to arrange travel for you to Dalaran so that you can meet our friends in the city.$B$BSpeak with me and accept a ride to Dalaran. Once you land, make your way to The Filthy Animal.$B$BMake contact with Uda the Beast immediately.$B$BShe can help you bind your hearthstone to the city so you can use the portal in Sunreaver\'s Sanctuary to travel back to Orgrimmar quickly.','Accept a ride to Dalaran from the flight master and speak with Uda the Beast at The Filthy Animal.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29613,15005,3715,0,134217736,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Proper Fate','Warlord Kalithresh is in charge of the entire Steamvault operation.$B$BI need you to kill him, $N. The naga have left us with no option but violence.$B$BShow him no mercy.','Kill Warlord Kalithresh and return to Watcher Jhang inside the Steamvault.','I wish it had not come to this, but the naga refused all attempts to negotiate.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17798,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,7,0,0,0,0,0,0,176000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29614,15005,3715,0,8,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Containment is Key','The naga are working with leper gnomes to spread a horrific disease across Zangarmarsh. It\'s already spread throughout the Steamvault.$B$BClear out anything that\'s been contaminated and bring me the central gear from Mekgineer Steamrigger, quickly!','Kill 3 Bog Overlords, 6 Coilfang Lepers, and obtain an Irradiated Gear from Mekgineer Steamrigger, then return to Naturalist Bite inside the Steamvault.','I\'m glad we were able to contain this before it spread across all of Zangarmarsh or further. Thank you.','Be as thorough as possible. The fate of Zangarmarsh depends on it.','','','','','',72574,0,0,0,0,0,1,0,0,0,0,0,21694,21338,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29615,15005,3715,0,8,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Windcaller Claw and the Water Thief','The Steamvault is the heart of the naga\'s efforts to pump the water out of Zangarmarsh, and Hydromancer Thespia personally oversees those efforts.$B$BTaking her out would seriously hinder their operation.','Kill Hydromancer Thespia and return to Windcaller Claw inside the Steamvault.','Perhaps now we can restore all of the desperately needed water to the land.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17797,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29616,15005,3715,0,262152,67,69,81,0,0,0,0,0,0,0,0,0,0,0,0,'Storming the Steamvault','We have not as of yet been able to stop the naga in the Steamvault, where most of their pumping infrastructure is located.$B$BThankfully, the expedition I sent there is hard at work trying to change that fact. Will you travel to the Steamvault and offer Watcher Jhang and her crew your aid?','Speak with Watcher Jhang in the Steamvault.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29640,15005,3789,0,262280,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Find Spy To\'gun','The Shadow Council has already killed most of our spies, but To\'gun was foolish enough to escape only to go back in!$B$BYou must find him. He may be reckless, but we need to find out what he knows.','Locate Spy To\'gun in the Shadow Labyrinth of Auchindoun.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29641,15005,3789,0,136,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Soul Devices','They\'ve been torturing me, trying to get me to tell them everything that I know.$B$BThey fed the others to Hellmaw, and I was to be next. But I told them nothing!$B$BThey\'re using special devices to make their summoning more powerful. You must steal these devices!','Steal 5 Soul Devices and deliver them to Spy Grik\'tha inside the Shadow Labyrinth of Auchindoun.','','','','','','','',27480,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28174,28171,28170,28167,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,6,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29642,15005,3789,0,262280,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble at Auchindoun','I have spies within Auchindoun and they have been sending me disturbing reports. That place has been nothing but trouble ever since it exploded a couple of years ago.$B$BSomething in there has gone horribly wrong - again - and the Shadow Council is now on a war footing. Though the reports were lacking on details, their preparations appear to be directed inward.$B$BYou must make your way to the Shadow Labyrinth. My field commander, Mahfuun, will fill you in on what needs to be done.','Report to Field Commander Mahfuun inside the Shadow Labyrinth at Auchindoun in Terokkar Forest.','It\'s about time that you arrived.$B$BMehlisah said that she would be sending help days ago. And we\'ve been fighting in here longer than that!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,4,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29643,15005,3789,0,262280,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Codex of Blood','Two years ago the Shadow Council summoned forth a being that shattered Auchindoun in its wake.$B$BRead the Codex of Blood to find out what happened. Be warned, Grandmaster Vorpil guards it with his life.','Read from the Codex of Blood in the Shadow Labyrinth of Auchindoun.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29644,15005,3789,0,136,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Heart of the Labyrinth','The Shadow Council has lost control of the cosmic being that they summoned here almost two years ago.$B$BKnown only as Murmur, it threatens to overrun the Shadow Council and break free into the outside world!','Destroy Murmur and inform Field Commander Mahfuun inside the Shadow Labyrinth of Auchindoun.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28179,28178,28177,28176,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,0,7,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29645,15005,3789,0,8,68,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Ambassador Hellmaw','When the Cabal found our spies, they fed them to Ambassador Hellmaw one by one.$B$BOur men deserve justice. Slay the ritualists binding him, then dispose of Hellmaw.$B$BIt is a most deserving fate.','Kill 18 Cabal Ritualists and Ambassador Hellmaw, then return to Field Commander Mahfuun inside the Shadow Labyrinth of Auchindoun.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,18794,18731,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29649,15005,3714,0,136,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'How to Save a Life','Gunny is dying from a powerful curse, $N.$B$BGrand Warlock Nethekurse augments his power with a pair of mystical braziers. If you bring me an ember from that brazier, perhaps it can counteract the dark magic?','Advance Scout Chadwick inside the Shattered Halls of Hellfire Citadel wants you to bring him a Fel Ember.','','','','','','','',23726,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25792,25789,25791,25790,25788,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,5,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29650,15005,3714,0,136,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Fel Ember','Caza\'rez is dying a coward\'s death.$B$BGrand Warlock Netherkurse placed a terrible curse upon him. Perhaps if you were to bring me one of the embers from his braziers, we could use it to counteract the magic before it\'s too late?','Stone Guard Stok\'ton inside the Shattered Halls of Hellfire Citadel wants you to bring him a Fel Ember.','','','','','','','',23726,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25792,25789,25791,25790,25788,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,5,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29651,15005,3714,0,136,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Dying','Their elite warriors are ruthless...so... powerful.$B$B$B$BYou have to kill them...or we will never defeat Kargath...\n','Caza\'rez inside the Shattered Halls of Hellfire Citadel wants you to kill 4 Shattered Hand Legionnaires, 2 Shattered Hand Centurions, and 2 Shattered Hand Champions.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16700,17465,17671,0,4,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,5,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29652,15005,3714,0,136,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'One Last Favor','Ol\' Gunny doesn\'t have much longer...$B$BDo me one last favor, and kill the biggest, meanest fel orcs ye can find.$B$BFor old times\' sake, aye?','Gunny inside the Shattered Halls of Hellfire Citadel wants you to kill 4 Shattered Hand Legionnaires, 2 Shattered Hand Centurions, and 2 Shattered Hand Champions.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,16700,17465,17671,0,4,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,5,0,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29653,15005,3714,0,134217864,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Will of the Warchief','Kargath was once one of the Horde\'s greatest heroes.$B$BHe now wears the false mantle of Warchief. Bring me his namesake weapon so that we can remember the champion he once was, rather than the monster he\'s become.','Bring Warchief Kargath\'s Fist to Stone Guard Stok\'ton inside the Shattered Halls of Hellfire Citadel.','','','','','','','',0,0,23723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25808,25810,25811,25809,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,7,0,0,0,0,0,0,176000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29654,15005,3714,0,134217864,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Turning the Tide','There is only one true way to end the fel orc threat to Honor Hold and the Alliance.$B$BTheir Warchief must be slain.$B$BBring me his namesake weapon, so that we can always remember his death.','Bring Warchief Kargath\'s Fist to Advance Scout Chadwick inside the Shattered Halls of Hellfire Citadel.','','','','','','','',0,0,23723,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25806,25805,25804,25803,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,7,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29655,15005,3714,0,8,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Very Special Cloth','Warbringer O\'mrogg has killed more brave soldiers than any enemy I\'ve ever encountered. He is ruthless, cunning, and extremely powerful.$B$BTake him down and bring me his warcloth so that we may fashion it into a banner and show them the fury of the Horde!','Kill Warbringer O\'mrogg and bring his warcloth to Stone Guard Stok\'ton inside the Shattered Halls of Hellfire Citadel.','','','','','','','',72597,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,6,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29656,15005,3714,0,8,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'O\'mrogg\'s Warcloth','Stormwind wants to see proof of our successes in the war effort.$B$BRather than showing him body bags, I thought we\'d present him the warcloth of O\'mrogg, Kargath\'s fiercest warrior. Think you can handle him?','Kill Warbringer O\'mrogg and bring his warcloth to Advance Scout Chadwick inside the Shattered Halls of Hellfire Citadel.','','','','','','','',72597,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,6,0,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29657,15005,3849,0,135069696,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'With Great Power, Comes Great Responsibility','$B$BThe Mechanar employs my race\'s technology to create manacells, objects which provide great amounts of power.$B$BI need you to eliminate Mechano-Lord Capacitus so that Kael\'thas\' forces cannot harvest that power.','A\'dal has asked you to slay Mechano-Lord Capacitus in the Mechanar of Tempest Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19219,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29658,15005,3849,0,135069696,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Calculator','$B$BOne more task yet remains.$B$BPathaleon the Calculator oversees many of his master\'s operations. He is personally responsible for much of the recent torment that has plagued this world.$B$BI ask that you eliminate him.','A\'dal has asked you to slay Pathaleon the Calculator in the Mechanar of Tempest Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,19220,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29659,15005,3849,0,851968,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Lost Treasure','I sense that one of my kind\'s artifacts has been taken and stashed away in the Cache of the Legion.$B$BWe cannot give them time to discover its power. If you would kill the Gatewatchers and retrieve it for me, I would be most grateful.','Retrieve the Blinding Fury for A\'dal from the Cache of the Legion in the Mechanar of Tempest Keep.','','','','','','','',72663,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29660,15005,3847,0,851968,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Saving the Botanica','Kael\'thas\' forces in the Botanica were unsuccessful in handling the numerous creatures contained within. We must take action to right their wrongs.$B$BThe first step is to eliminate their forces so that they cannot cause further problems.','A\'dal wants you to kill Commander Sarannis, High Botanist Freywinn, and Thorngrin the Tender inside the Botanica of Tempest Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17976,17975,17978,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29667,15005,3847,0,851968,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Culling the Herd','It seems that Kael\'thas\' forces have twisted the Botanica\'s specimens beyond saving. I do not want to see them unleashed upon Outland as so many others have.$B$BThere is one, Laj, who I would like to examine. He is different somehow. Perhaps we can learn from him.','A\'dal has asked you to kill 6 Mutate Fleshlashers, 6 Mutate Fear-shriekers, 6 Mutate Horrors, and to obtain a Rapidly Evolving Frond from Laj in the Botanica of Tempest Keep.','','','','','','','',72706,0,0,0,0,0,1,0,0,0,0,0,19598,19513,19865,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29669,15005,3847,0,851968,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Most Somber Task','I must now ask you to complete a most somber task.$B$BWarp Splinter used to act as guardian to all of the Botanica. He is now impure, and must be taken down.','A\'dal has asked you to slay Warp Splinter in the Botanica of Tempest Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,17977,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29671,15005,1941,0,16520,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Morass','The Infinite Dragonflight have abandoned all pretense of subtlety. They plot to destroy the Guardian, Medivh, and prevent the Dark Portal from ever opening. While outwardly, this may appear a boon to the forces of the Alliance, it is in actuality catastrophic and will result in your world ending.$B$BYou must venture through the timeway leading to the Black Morass. Go west and then south, past my future self, until you reach the tunnel that houses the swamp specimens. Cross over and speak with Sa\'at.','Travel through the Caverns of Time to the Black Morass during the opening of the Dark Portal and speak with Sa\'at.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29672,15005,1941,0,16512,66,70,81,0,0,0,0,0,0,0,0,0,0,24289,1,'The Opening of the Dark Portal','Here the Guardian Medivh feverishly works to open the Dark Portal.$B$BScattered across the morass, rifts will materialize. Infinite will pour out of the rifts and attempt to destroy Medivh\'s shields and, ultimately, Medivh.$B$BKill their rift lords and leaders until Medivh succeeds!','Sa\'at inside the Black Morass of the Caverns of Time has tasked you with defending Medivh until he succeeds in opening the Dark Portal.$B$BReturn to Sa\'at should you succeed in your task.','','','The Dark Portal Opened','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29320,29322,29321,29323,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29673,15005,1941,0,16520,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Morass','The Infinite Dragonflight have abandoned all pretense of subtlety. They plot to destroy the Guardian, Medivh, and prevent the Dark Portal from ever opening. While outwardly, this may appear a boon to the forces of the Alliance, it is in actuality catastrophic and will result in your world ending.$B$BYou must venture through the timeway leading to the Black Morass. Go west and then south, past my future self, until you reach the tunnel that houses the swamp specimens. Cross over and speak with Sa\'at.','Travel through the Caverns of Time to the Black Morass during the opening of the Dark Portal and speak with Sa\'at.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29674,15005,3846,0,851968,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Unbound Darkness','$B$BWe imprisoned the most dangerous beings we came across in our travels.$B$BZereketh is a powerful void lord. If he escapes into Netherstorm, he will feed off of the abundant void energy.','A\'dal has asked you to slay Zereketh the Unbound in the Arcatraz of Tempest Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20870,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29675,15005,3846,0,851968,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Hey There Dalliah','Two powerful agents of the Burning Legion, Wrath-Scryer Soccothrates and Dalliah the Doomsayer, have begun rallying the demons on board together into a small army.$B$BYou cannot let their forces grow any larger, or the Arcatraz may soon become yet another Legion stronghold.','A\'dal has asked you to kill Wrath-Scryer Soccothrates and Dalliah the Doomsayer in the Arcatraz of Tempest Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20886,20885,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29681,15005,3846,0,851968,67,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Maximum Security Breakout','Harbinger Skyriss is the heart of the problem in the Arcatraz.$B$BHe corrupted Warden Mellichar and made him release many of the prisoners. It is only a matter of time before the Harbinger himself is let loose.$B$B$N, you cannot let a servant of the Old Gods live!','A\'dal has asked you to slay Harbinger Skyriss in the Arcatraz of Tempest Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,20912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,31747,31749,31748,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29682,15005,4095,0,262152,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Magisters\' Terrace','We recently sent in an expeditionary force to the Magisters\' Terrace to stop the Legion forces there.$B$BHowever, we haven\'t heard from them since, and I fear the worst.$B$BWill you go there and try to find Exarch Larethor? He\'s in charge of the expedition.','Captain Theris Dawnhearth wants you to find Exarch Larethor inside the Magisters\' Terrace.','','','Speak with Exarch Larethor.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29683,15005,4131,0,16520,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Scryer\'s Scryer','$b$bGo to the terrace... use the orb.$b$b...They\'re...feeding the sunwell....$b$b $b$bHurry... They must be stopped... before they can....$b$b','Tyrith wants you to use the orb on the balcony in Magisters\' Terrace.','','','','Scrying Orb Activated','','','',0,0,0,0,0,0,0,0,0,0,0,0,25042,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,5,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,75900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29684,15005,4095,0,262280,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Severed Communications','We\'ve had a contact embedded in Magisters\' Terrace gathering intelligence for us for some time now, but we\'ve lost contact with him.$b$bThe information he was collecting is vital to our mission.','Exarch Larethor inside the Magisters\' Terrace wants you to find Tyrith, a blood elf spy.','','','Find Tyrith.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29685,15005,4095,0,134217864,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Hard to Kill','As you\'ve now witnessed, the Legion forces work tirelessly, manipulating the Sunwell\'s power to achieve their malevolent ends.$b$bKael\'thas has risen from the ashes of defeat and once more leads them in their efforts. He must be stopped.','Kalecgos has asked you to defeat Kael\'thas in Magisters\' Terrace. You are to take Kael\'s head and report back to Larethor inside the Magisters\' Terrace.','','','','','','','',34157,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35487,35488,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,5,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,151800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29686,15005,4095,0,8,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Radical Notion','We cannot afford to lose this war. I\'d like to empower our sentries so that brave men and women don\'t have to die.$B$BThe Legion has gotten a hold of a powerful elemental being. Its essence could be just what we need.','Exarch Larethor in the Magisters\' Terrace wants you to kill Vexallus and obtain its essence.','','','','','','','',73084,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,5,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29687,15005,4095,0,8,70,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Twisted Associations','The Legion and Kael\'thas\' forces are becoming increasingly intertwined. This concerns me very deeply.$B$BFrom what we can gather Selin Fireheart and Priestess Delrissa work closely together to unite the two armies. You need to stop them.','Exarch Larethor in the Magisters\' Terrace wants you to kill Selin Fireheart and Priestess Delrissa.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,24723,24560,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,5,0,0,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,94800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29688,15005,3714,0,262152,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Advancing the Campaign','I mostly listen, $c. I listen so that the Warchief doesn\'t have to.$B$BI\'ve heard of the status of our campaign against the Hellfire Citadel. It is time to take the Shattered Halls, seat of power for the fel orcs.$B$BGo speak with Stone Guard Stok\'ton, he\'s in charge there.','Shadow Hunter Ty\'jin has asked you to speak with Stone Guard Stok\'ton inside the Shattered Halls of Hellfire Citadel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29689,15005,3714,0,262152,66,70,81,0,0,0,0,0,0,0,0,0,0,0,0,'Advancing the Campaign','The time has come to lay the final blow against the fel orcs.$B$BAdvance Scout Chadwick awaits your presence inside the Shattered Halls of Hellfire Citadel. Make haste, their forces could strike against Honor Hold at any moment!','Force Commander Danath Trollbane has asked you to speak with Advance Scout Chadwick inside the Shattered Halls of Hellfire Citadel.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4400,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29691,15005,3716,0,136,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Me A Shrubbery!','My people use sanguine hibiscus for a number of purposes.$B$BIt grows naturally only in the Underbog, and many of the bog\'s denizens have taken a liking to it.$B$BIf you could bring me some, I would be very grateful.','Collect 5 Sanguine Hibiscus and return them to T\'shu in the Underbog.','These will do nicely, but we can always use more. Perhaps you will find yourself in the Underbog again soon?','Were you able to gather any hibiscus?','','','','','',24246,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29692,15005,3716,0,136,63,65,81,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Me Another Shrubbery!','','','','We can still use more sanguine hibiscus. We\'re always struggling to find more.$B$BBring them to me in bunches of five and I will be most grateful.','','','','','',24246,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29734,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deepforge the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,21746,0,0,1,1,0,0,67,469,0,0,0,0,3,3,0,0,0,0,0,0,0,0,25716,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29735,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stonebrand the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,21746,0,0,1,1,0,0,67,469,0,0,0,0,3,3,0,0,0,0,0,0,0,0,25716,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29736,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkfeather the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,21746,0,0,1,1,0,0,67,469,0,0,0,0,3,3,0,0,0,0,0,0,0,0,25716,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29737,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Firebeard the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,21746,0,0,1,1,0,0,67,469,0,0,0,0,3,3,0,0,0,0,0,0,0,0,25716,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29738,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moonlance the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,21746,0,0,1,1,0,0,67,469,0,0,0,0,3,3,0,0,0,0,0,0,0,0,25716,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29739,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Windsong the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,21746,0,0,1,1,0,0,67,469,0,0,0,0,3,3,0,0,0,0,0,0,0,0,25716,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29740,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Evershade the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,21746,0,0,1,1,0,0,67,469,0,0,0,0,3,3,0,0,0,0,0,0,0,0,25716,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29741,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sekhemi the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,21746,0,0,1,1,0,0,67,469,0,0,0,0,3,3,0,0,0,0,0,0,0,0,25716,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29742,15005,0,0,8,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Menkhaf the Elder','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,21746,0,0,1,1,0,0,67,469,0,0,0,0,3,3,0,0,0,0,0,0,0,0,25716,0,0,0,0,0,0,0,4650,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29760,15005,0,0,0,1,85,41,0,0,0,0,0,0,0,0,0,0,74034,1,'Pit Fighter','There must be more to being a master pit fighter than this...$B$BPerhaps Korgol Crushskull who runs the Darkmoon Deathmatch at the Faire will know.','Speak with Korgol Crushskull at the Darkmoon Faire.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41700,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29761,15005,0,0,8,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Master Pit Fighter','','','','','','','','','',74034,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74035,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29763,15005,206,0,134217864,68,71,81,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Their Thunder','The vrykul are fearless in a fight. Seems they actually yearn fer a death in battle. With their numbers and that ferocity, we\'re doomed - plain and simple.$b$bThere\'s one they esteem though, goes by the name of Ingvar. Bring him down and you\'ll deal a mighty blow to their spirit.','Defender Mordun has asked you to acquire the head of Ingvar the Plunderer.','Outstanding!$b$bThis could be the turn of luck we\'ve all been hoping for.','Good to see you\'re well, $n.$b$bWe\'ve had about as many casualties as we can handle.','','','','','',33330,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38218,38219,38220,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188000,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29764,15005,206,0,136,68,71,81,0,0,0,0,0,0,0,0,0,0,0,0,'Disarmament','Take it from me, $g lad:lass;, them vrykul weapons be downright nasty! Deceptively well-balanced, wickedly sharp - just plain deadly.$b$bI need you to pilfer some o\' them weapons before they\'re used on us!','Defender Mordun wants you to steal 5 Vrykul Weapons','$b$bWill ya just look at \'em? Incredible.$b$bI half expected these neanderthals to be swingin\' around clubs and throwin\' rock.$b$bNo such luck...','You pinch a load a\' them vrykul axes?','','','','','',43513,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44374,44375,44376,44377,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29801,15005,0,0,0,85,85,83,0,8,0,0,0,0,0,0,0,0,0,0,'Proving Your Worth','Hello, $n! You\'ve earned a reputation among the flight as having - shall we say - \'nimble fingers.\'$B$BWe need someone of your skills for a matter of utmost delicacy. Before I reveal more, we need to know you\'re the right $gman:woman; for the job.$B$BWhen the course of battle takes you to the Eye of Eternity, I need you to pickpocket Hagara the Stormbinder to retrieve a cryptomancer\'s decoder ring. Are you up to the task?','Pickpocket a cryptomancer\'s decoder ring from Hagara the Stormbinder at the Eye of Eternity within the Dragon Soul raid encounter. ','','','','','','','',74246,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29802,15005,0,0,34603008,85,85,83,0,8,0,0,0,0,0,0,0,0,74256,1,'A Hidden Message','Corastrasza, currently stationed at the Vermillion Redoubt in the Twilight Highlands, has intercepted a coded message of grave importance. I\'ll let her explain the full situation, but we need your expertise to unravel the cipher!$B$BTake your decoder ring to an ethereal thaumaturge in your capital city - he should know how to charge it. Acquire the encoded cipher from Corastrasza and use the ring to decode it for her. Hurry! Time is ticking... ','Charge your Cryptomancer\'s Decoder Ring and use it to decode the Corastrasza\'s Singed Cipher.','','','','Decoder Ring Charged','Acquire the Singed Cipher','','',0,0,74752,0,0,0,0,0,1,0,0,0,55691,55690,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29803,15005,206,0,136,68,71,81,0,0,0,0,0,0,0,0,0,0,0,0,'Ears of the Lich King','Prince Keleseth acts as Arthas\' eyes and ears in the Fjord.$B$BI don\'t like that one bit!$B$BGo and give him a round o\' pain. You\'ll be doing the world a favor by doing so.','Defender Mordun inside Utgarde Keep wants you to slay Prince Keleseth.','I bet the pale whelp felt that!$B$BThat\'s one more step towards yer judgment day, Arthas!','It is good to see you again, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23953,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39676,39678,39679,39680,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29807,15005,4277,0,134217864,72,74,81,0,0,0,0,0,0,0,0,0,0,0,0,'Death to the Traitor King','Anub\'arak, the traitor king, makes his home in the once proud Kingdom of Azjol-Nerub.$b$bHe has twisted and perverted our homeland into the wretched squalor it is today. He rules over an army of undead nerubians who have pledged themselves to serving the Lich King.$b$bBring an end to his reign.','Reclaimer A\'zak in Azjol-Nerub has tasked you with defeating Anub\'arak. You are to return to A\'zak with Anub\'arak\'s Broken Husk.','$b$bIt is DONE!$b$bYour name shall be recorded in the extensive history of our people, $r!','Is it done, $c? Has the traitor king finally met his end?','','','','','',43411,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,44359,44360,44361,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224000,0,0,0,0,0,0,0,0,0,0,249000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29808,15005,4277,0,136,72,74,81,0,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Forget the Eggs!','Throughout Azjol-Nerub, the scourged nerubians carefully nurture eggs that will soon hatch, providing them nerubian young to slaughter and raise.$b$bThe eggs have been tainted with foul magics. Our only recourse is to dispose of them.','Reclaimer A\'zak in Azjol-Nerub wants you to destroy 6 Nerubian Scourge Eggs.','Do not worry, $r.$B$BThe eggs they found were but a fraction of our hidden stores within Azjol-Nerub.$B$BOur mighty kingdom shall be reborn.','','','Nerubian Scourge Eggs Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,-193051,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,44362,44363,44364,44365,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224000,0,0,0,0,0,0,0,0,0,0,249000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29810,15005,4494,0,16520,73,76,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Faceless Ones','In my peoples\' struggle against the forces of the undead, they dug deeper as they lost ground. In desperation, they dug too deep.$b$bWe inadvertently exposed a tendril of the old god\'s will, which was made manifest in the creatures known only as the Faceless.$b$bIn the end, we could not fight on two fronts against such powerful enemies. Our misfortune cost us the war against the undead, and ultimately, our home.$b$bEnter Ahn\'kahet, $c, and cleanse our former home of these Faceless atrocities.','Kilix the Unraveler in the Pit of Narjun wants you to kill Herald Volazj and the three Forgotten Ones that accompany him in Ahn\'Kahet.','','','','Forgotten Ones Destroyed','Herald Volazj Defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,30414,29311,0,0,3,1,0,0,0,0,0,0,0,0,0,0,44350,44351,44352,44353,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248000,0,0,0,0,0,0,0,0,0,0,253800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29811,15005,4277,0,8,72,74,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Gatewatcher\'s Talisman','Krik\'thir, guardian of the gates to Azjol-Nerub, was not a traitor.$B$BHe fell in the War of the Spider defending our home from the Scourge.$B$BAs per his station, he was in possession of the key to the hidden empire. I\'d like you to retrieve it so it may be returned to its people.','Reclaimer A\'zak in Azjol-Nerub wants you to retrieve the Gatewatcher\'s Talisman from Krik\'thir the Gatewatcher.','Just as I suspected.$B$BMost of the empire has remained closed off since Krik\'thir\'s final stand. Perhaps my people have already secured the depths and merely await release? Perhaps the faceless ones fester behind closed doors.$B$BOnly time will tell. The exposed upper reaches of Azjol-Nerub must first be cleansed of Arthas\' taint.','Has Krik\'thir\'s spirit been released from the curse of undeath? What of the talisman?','','','','','',74616,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168000,0,0,0,0,0,0,0,0,0,0,249000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29820,15005,4265,0,262152,69,71,81,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Nexus','I sent Warmage Kaitlyn into the Nexus to investigate the chaos that is Malygos\' domain, but she hasn\'t reported back in days.$B$BWould you mind going there and lending her aid? I\'m certain she could use help if she hasn\'t been eaten by dragons.','Archmage Berinand has asked you to speak with Warmage Kaitlyn in the Nexus.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29825,15005,4494,0,65544,73,76,81,0,0,0,0,0,0,0,0,0,0,0,0,'Pupil No More','I once called Elder Nadox my teacher.$B$BThat changed forever when I was forced to watch him mercilessly slaughter my friends and family as a servant of the damned.$B$BFind him within the depths and make him pay for his crimes, $r.','Seer Ixit in Ahn\'Kahet has tasked you with the assassination of Elder Nadox.','With Nadox gone, I hope to take his place as a leader of my people.$B$BThe Empire of Azjol-Nerub is destined for greatness, $r...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29309,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186000,0,0,0,0,0,0,0,0,0,0,190500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29826,15005,4494,0,589824,73,76,81,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming Ahn\'Kahet','Prince Taldaram and his army of Scourge use the same wards we once used to hide our empire to keep themselves safe from the native denizens of the icy depths.$B$BDeactivate the wards and slaughter the Scourge guarding them. My forces will help the natives slaughter the rest.','Seer Ixit in Ahn\'Kahet wants you to kill 3 Eyes of Taldaram, a Bonegrinder, and Prince Taldaram.','Excellent.$B$B$B$BNow to vanquish our other foe.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,30285,30284,29308,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186000,0,0,0,0,0,0,0,0,0,0,190500,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29828,15005,4196,0,8,72,74,81,0,0,0,0,0,0,0,0,0,0,0,0,'What the Scourge Dred','One of the fleeing Drakkari trolls told me of a great raptor king, Dred, that was immune to the plague.$B$BIf you could find King Dred and bring me one of his teeth, perhaps I could fashion it into a weapon.','Kurzel inside Drak\'Tharon Keep wants you to slay King Dred and bring her his tooth.','$B$BWow! That\'s enormous!','Does the great beast exist?','','','','','',74755,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112000,0,0,0,0,0,0,0,0,0,0,186900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29829,15005,4415,0,262280,75,77,81,0,0,0,0,0,0,0,0,0,0,0,0,'Discretion is Key','Listen to me, $r.$b$bIt\'s just been brought to my attention that there\'s been an incident at the Violet Hold. It would appear that the blues are launching a full scale invasion of Dalaran!$b$bI need you to get to the prison and speak with Lieutenant Sinclari at once. She\'ll give you the details.$b$bThat is not all. I need this handled with utmost discretion. We mustn\'t alarm the citizens of Dalaran if it can possibly be avoided. Do I make myself clear?$b$bVery well. Now, go!','Rhonin wants you to go to the Violet Hold in Dalaran and speak with Lieutenant Sinclari.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29830,15005,4415,0,136,75,77,81,0,0,0,0,0,0,0,0,0,0,0,0,'Containment','My forces are in absolute shambles, and Malygos\' assailants just keep coming.$B$BI fear that the worst has yet to come.$B$BYou must engage them until their leader, Cyanigosa, comes. Only her death will stop the invasion and save Dalaran.$B$BSpeak to me again when you are ready.','Lieutenant Sinclari in the Violet Hold wants you to put an end to the blue dragon invasion force. You are to speak to her again once Cyanigosa is slain.','Thank you, hero!$B$BDalaran is safe for another day because of your bravery.','','','Cyanigosa Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,31134,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,44342,44343,44344,44345,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,7,0,0,0,0,0,0,260000,0,0,0,0,0,0,0,0,0,0,256800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29833,15005,4416,0,17039496,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'Unfinished Business','While it is true that the Prophet of Akali will trouble this world no more, there yet remains work to be done.$b$bThe greater part of Akali\'s blood has empowered another, and it is in him that the true danger lies.$b$bQuickly, $n, make your way to Gundrak and speak with Tol\'mar. He will be able to direct you further in this cause.','Har\'koa wants you to speak with Tol\'mar in Gundrak.','Lissen up, mon. Dere be dangerous work ta be done!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29834,15005,4416,0,134217864,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'Gal\'darah Must Pay','It musta been da most awful thing I ever seen. Da great Akali - slain right before my eyes. Horrible...$b$bMy job be to observe only. But dis cannot stand! Gal\'darah and his followers must pay!$b$bAvenge Akali\'s death, mon. It be da right thing ta do.','Tol\'mar wants you to slay Slad\'ran, Moorabi, and Gal\'darah in Gundrak.','Ya done it?! Dey be no more?$b$bHere ya go, mon. Take dis gift for bringin\' justice to da frozen wastes.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29304,29305,29306,0,1,1,1,0,0,0,0,0,0,0,0,0,43164,43165,43167,43168,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272000,0,0,0,0,0,0,0,0,0,0,259200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29835,15005,4416,0,134217864,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'Gal\'darah Must Pay','Da mighty Akali has been slain, $r.$b$bMy role in life be to record, not fight. But dis cannot stand! Gal\'darah and his followers must pay!$b$bAvenge Akali\'s death, mon. It be da right thing ta do.','Chronicler Bah\'Kini wants you to slay Slad\'ran, Moorabi, and Gal\'darah in Gundrak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,29304,29305,29306,0,1,1,1,0,0,0,0,0,0,0,0,0,43164,43165,43167,43168,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272000,0,0,0,0,0,0,0,0,0,0,259200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29836,15005,4416,0,17039496,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'Just Checkin\'','There have been fearsome sounds echoing from Gundrak. They have been increasing in volume and frequency of late.$b$bMy long-time student is currently recording events from inside Gundrak. Perhaps you could find the time to check in on her for me?','To\'kini wants you to speak to Bah\'kini in Gundrak.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6800,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29838,15005,4416,0,136,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'One of a Kind','At first glance, it be lookin\' like da same old story here - trolls tappin\' into forbidden powah by destroyin\' da very beings dey should be worshippin\'.$b$bIf what I learned be true, den dey have a special golem - one like nuthin\' created before!$b$bBring me back a piece from dat golem ta study.','Chronicler Bah\'Kini wants you to recover a piece of the Drakkari Colossus in Gundrak.','','','','','','','',43158,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43171,43172,43173,43176,43174,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204000,0,0,0,0,0,0,0,0,0,0,194400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29839,15005,4416,0,136,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'One of a Kind','Dis whole mess coulda been avoided if da Drakkari had worshipped da gods instead of destroyin\' dem.$b$bI heard dat dey have a special golem - one imbued with forbidden powah.$b$bBring me back a piece from dat golem so we can learn from our bruddas and sistahs.','Tol\'mar wants you to recover a piece of the Drakkari Colossus in Gundrak.','Amazin\'! Dis be like nothing I\'ve ever seer before.$B$BGood work, mon.','You find da golem? I\'m sure it\'s in there somewhere.','','','','','',43158,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43171,43172,43173,43176,43174,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204000,0,0,0,0,0,0,0,0,0,0,194400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29840,15005,4416,0,136,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'For Posterity','Gundrak looks doomed. You know dis to be true.$b$bIf you be havin\' the courage, search for history tablets to see what brought the Drakkari Empire to such an end.$B$BPerhaps one day we be bringin\' dem back to der former glory.','Chronicler Bah\'Kini in Gundrak wants you to collect 6 Drakkari History Tablets.','','','','','','','',43140,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,43178,43179,43177,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204000,0,0,0,0,0,0,0,0,0,0,194400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29844,15005,4416,0,136,74,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'For Posterity','Da land of da ice trolls is a shadow of its former glory.$b$bIf you be havin\' the courage, search for history tablets to see what brought the Drakkari Empire to such an end.$B$BPerhaps one day we be givin\' dis land back to a new line of frost trolls.','Tol\'mar in Gundrak wants you to collect 6 Drakkari History Tablets.','We trolls been subject to da splittin\' of empires for longer than some races been existin\'.$B$BWe always regrow from da ruins.','You find da Drakkari history tablets, mon?','','','','','',43140,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,43178,43179,43177,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204000,0,0,0,0,0,0,0,0,0,0,194400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29847,15005,0,0,5242880,85,85,83,0,8,0,0,0,0,0,0,0,0,0,0,'To Catch a Thief','Just beyond this cave lies Ravenholdt Manor. You need to get inside without being seen!$B$B$B$BThere - now I\'ll be able to keep an eye on you and communicate as you venture into the compound. Now sneak into that manor, locate the egg, and don\'t get caught...','Infiltrate Ravenholdt Manor and locate the missing black dragon egg.','','','','Egg Located','','','',0,0,0,0,0,0,0,0,0,0,0,0,56426,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29848,15005,4264,0,8,76,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Forlorn Watcher','I would gladly give my life for the Makers or their creations.$B$BHowever, since Loken\'s betrayal it seems all of Ulduar has turned on the world. One in particular, the Maiden of Grief, seems to reel in agony at her new orders.$B$BPlease lay her to rest and bring me one of her tears.','Kaldir Ironbane in the Halls of Stone has asked you to put the Maiden of Grief to rest and to obtain a Crystal Tear of Grief.','$B$BNo being has ever felt such sincere sorrow as the Maiden of Grief has.$B$BLet us remember her spirit as we continue our efforts against Loken.','I wish there were another way, but it seems death is the maiden\'s only salvation now.','','','','','',74830,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136000,0,0,0,0,0,0,0,0,0,0,162000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29850,15005,4264,0,8,76,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupt Constructs','The iron dwarves are busy at work carving out massive stone constructs that I fear will soon be used as powerful weapons.$B$BYou must defeat their overseer, Krystallus, and the dark rune giants already walking the halls before it is too late!','Kaldir Ironbane in the Halls of Stone has asked you to kill 3 Dark Rune Giants and Krystallus.','Well done, $r.$B$BEvery weapon we can take away from Loken is a great boon to our own war effort.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,27969,27977,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136000,0,0,0,0,0,0,0,0,0,0,162000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6),(29851,15005,4723,0,851968,75,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'Champion of the Tournament','With this tournament we grow ever closer to our final confrontation with the Lich King.$B$B$N, fight with valor and honor. Every fighter here has gathered for the common good.$B$BTogether, we will stop Arthas!','Highlord Tirion Fordring has tasked you with the completion of the Trial of the Champion.','I am honored to stand in the presence of such a fierce warrior.$B$BYou have brought honor to yourself and to your people, $N!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29853,15005,4723,0,868352,75,78,81,0,0,0,0,0,0,0,0,0,0,0,0,'Champion of the King','With this tournament we grow ever closer to our final confrontation with the Lich King.$B$B$N, you are to represent the Alliance in this grand arena.$B$BProve yourself against Azeroth\'s finest. Go forward with honor.','King Varian Wrynn has tasked you with the completion of the Trial of the Champion.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,35557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29860,15005,4272,0,136,77,80,81,0,0,0,0,0,0,0,0,29861,0,0,0,'Diametrically Opposed','I shall speak plainly to you, little $r. My people have not been the same since our ties with Thorim were severed.$b$bVolkhan will not rest until either he, or we, are no more. We only want peace, but it seems we have no choice but war.','Stormherald Eljrrin in the Halls of Lightning wants you to defeat Volkhan.','Volkhan shall haunt the dreams of my people no more.$b$bContinue your efforts, little $r. In time, I am certain my people will grow to forgive Thorim.','','','Volkhan Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,28587,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,43193,43194,43195,43197,43198,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,5,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29861,15005,4272,0,136,77,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Whatever it Takes!','One way or another, Loken shall fall.$b$bThe honor and glory of his defeat shall be yours.$b$bReturn to me with his lying tongue, and earn my unending gratitude.','Stormherald Eljrinn in the Halls of Lightning wants you to defeat Loken. You are then to return to Stormherald Eljrinn with Loken\'s Tongue.','That vile worm is dead?$b$bYou have turned out to be a great boon to my people, little $r.$b$bPlease accept this gift in return for your loyal friendship.','Has justice been brought to Loken?','','','','','',43151,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42844,43207,43208,43209,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,7,0,0,0,0,0,0,296000,0,0,0,0,0,0,0,0,0,0,264600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(29862,15005,4272,0,136,77,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Clearing the Way','Loken\'s forces prepare for war. What they are not ready for is to be attacked themselves.$B$BNow is the moment to strike. Take out General Bjarngrim and his army, lest they mount an offensive on all life on Azeroth!','Stormherald Eljrrin in the Halls of Lightning wants you to kill 3 Stormforged Menders, 3 Stormforged Tacticians, and General Bjarngrim.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,28582,28581,28586,0,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,5,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29863,15005,4272,0,262152,77,80,81,0,0,0,0,0,0,0,0,0,29861,0,0,'Stormherald Eljrrin','I have sent an emissary to the Halls of Lightning to take the battle to Loken.$B$BHe undoubtedly needs assistance, given the strength of Loken\'s armies. Lend him any aid you can so that we may finally stop the traitor.','King Jokkum wants you to enter the Halls of Lightning and speak with Stormherald Eljrrin.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,0,0,13200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(29864,15005,1196,0,134217736,78,80,81,0,0,0,0,0,0,0,0,0,0,0,0,'Working at the Source','We are hard at work ensuring that we minimize our losses to the Scourge war machine.$B$BThe vrykul here are undermining that mission by willingly joining the Lich King\'s ranks.$B$BPlease, brave champion, you must defeat their spiritual leader, Svala, before she leads her people into the eternal shadow!','Argent Confessor Paletress wants you to slay Svala Sorrowgrave.','Every soldier we deny to the Scourge is more than one life saved.$B$BThank you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,26668,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222000,0,0,0,0,0,0,0,0,0,0,198600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(29934,15005,0,0,0,85,85,83,0,8,0,0,0,0,0,0,0,0,0,0,'To Ravenholdt','If the egg is in Ravenholdt Manor, we can\'t risk torching it in an all-out assault. I\'ll need someone slippery to get in there and find out for sure.$B$BThat\'s you, $N.$B$BMostrasz will help you infiltrate the compound. Speak to him just outside and fly to Ravenholdt together. Good luck!','Speak to Mostrasz at the Vermillion Redoubt and fly to Ravenholdt Manor together. ','','','','Speak with Mostrasz','','','',0,0,0,0,0,0,0,0,0,0,0,0,56374,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23500,0,0,0,0,0,0,0,0,0,0,104100,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),(30099,15005,5788,0,8,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'In Unending Numbers','Between us and the Dragon Soul lies a legion of demons. They will have to be dispatched before we proceed.$b$bIf my timing is correct - and it usually is - a young night elf named Illidan Stormrage should be crossing our path shortly. He will undoubtedly be of some use when it comes to demon hunting.$b$bHelp Illidan disable the demons\' portals, then slay their leader, Peroth\'arn.','Disable the three demon portals, then slay Peroth\'arn.','','','','First portal disabled','Second portal disabled','Third portal disabled','',0,0,0,0,0,0,0,0,0,0,0,0,58239,58240,58241,55085,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,330750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(30104,15005,5788,0,8,85,85,81,0,0,0,0,0,0,0,0,0,0,77955,1,'Documenting the Timeways','You... $N, was it? You assisted with our archival in the past. Well, technically it was the future, but I believe you understand. Time is highly relative.$b$bI require more information for our archive. While you and Nozdormu don\'t intend to overwrite this timestrand, as you did in the End Time, we can still benefit from more data.$b$bI require information on Captain Varo\'then, one of Azshara\'s pretty little handmaidens, and... hmm... oh, how about that big felguard, just down those stairs?','Slay a Legion Demon, a Royal Handmaiden, and Captain Varo\'then, then allow Alurmi\'s Vessel to archive their information.','','','','Legion Demon archived','Royal Handmaiden archived','Captain Varo\'then archived','',0,0,0,0,0,0,0,0,0,0,0,0,57856,57857,57858,0,1,1,1,0,0,0,0,0,0,0,0,0,72880,72881,72882,72883,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,330750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(30105,15005,5844,0,8,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Twilight Prophet','The missive reads as follows:$b$b\"The Hour of Twilight is upon us. The world-shaman Thrall approaches Wyrmrest with the Dragon Soul in hand, feebly whimpering one final threat to destroy our glorious master.\"$b$b\"Stop Thrall, and we win our war. I will be watching you from nearby.\"$b$b ~ The Twilight Prophet','Find and unmask the Twilight Prophet.','','','','The Twilight Prophet unmasked','','','',0,0,0,0,0,0,0,0,0,0,0,0,57854,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,72884,72886,76153,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,330750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(30103,15005,5844,0,16777224,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'To Wyrmrest!','The Dragon Soul... a weapon with enough power to defeat Deathwing. Thanks to you, it is now safely in our hands.$b$bCome! The aspects await us. We must bring the Dragon Soul to Wyrmrest Temple, in the center of Dragonblight.','Escort Thrall safely to Wyrmrest Temple.','','','','Escort Thrall safely to Wyrmrest','','','',0,0,0,0,0,0,0,0,0,0,0,0,54938,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,72858,72887,72888,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,330750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(30098,15005,5788,0,536870920,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Well of Eternity','We must move quickly, before any remaining Infinite agents intervene. Time is precious.$b$bI will now take you from your distant future into your distant past... the War of the Ancients. Our goal is the Dragon Soul, an artifact of immense power... enough power to break Deathwing, and end his reign over your present.','Speak with Nozdormu at the Well of Eternity.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,16550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(30100,15005,5788,0,8,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Vainglorious','Queen Azshara and her royal guard lie ahead of us. We cannot afford the possibility of any interference with our plan. So we will take the fight to her, before she has a chance to meddle.$b$bIt is quite unlikely that you will kill Queen Azshara today; very few coherent timelines exist along that branch. Consider it a victory if you are simply able to occupy her attention, however temporarily.','Dispatch of Queen Azshara.','','','','Queen Azshara defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,54853,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,330750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(30120,15005,4196,0,1310848,73,75,81,0,0,0,0,0,0,0,0,0,0,35797,1,'Cleansing Drak\'Tharon','\'Ey, mon, you be here! Dis is good, mon!$b$bDrak\'Tharon soon be cleansed of them foul undead and restored to her noble purpose. In return for your help, the keep\'s most valuable treasures be yours, mon!$b$bOnce ya be reachin\' its top, ya must summon me, and I\'ll perform the ritual.$b$bAlas, my summonin\' will be comin\' at a cost. Ya must collect mojo from the survivors.','Drakuru wants you to use Drakuru\'s Elixir at his brazier inside Drak\'Tharon. Using Drakuru\'s Elixir there will require 5 Enduring Mojo.','We done a great thing, mon! And dis just be da beginning....$b$bSeek me out in Zul\'Drak when da time be right.$b$bDere be a war to be won, mon!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40758,40755,40757,40756,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177000,0,0,0,0,0,0,0,0,0,0,18900,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(30101,15005,5788,0,2097160,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Path to the Dragon Soul','I cannot simply fly up and grab the Dragon Soul. The old gods protect it.$b$bTo make matters worse, their shield is strengthened by the swirling, arcane energies that emanate from the Well of Eternity, and those energies are being focused by the great demon Mannoroth.$b$bDistract Mannoroth, and the link between the Dragon Soul and the Well will be broken. Without the Well\'s power, the old gods\' ward will be weakened, and the Dragon Soul will be vulnerable.$b$bAnd then I will take it.','Slay Mannoroth.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,54969,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,72876,72877,72878,72879,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,81040,0,0,0,0,0,0,0,330750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(30096,15005,5789,0,8,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'Murozond','If we are to destroy Deathwing, we will need the power of the Dragon Soul. To obtain the Dragon Soul, I would have to take you back to the Sundering, ten thousand years in the past... but that time passage is blocked to me.$b$bThe creature that blocks us from accessing this time passage is named Murozond. He must be slain, here, in this twisted future, before we can continue our plot to unmake Deathwing.$b$bThis is why you were brought here, $N.','Slay Murozond.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,54432,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,72873,72874,72875,76152,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,330750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(30109,15005,0,0,1048576,85,85,83,0,8,0,0,0,0,0,0,0,0,0,0,'Blood of the Betrayer','I\'ve pinpointed Nalice to the Master\'s Cellar, an extended basement you\'ll find in the ruins up ahead.$B$BDragon cultists are everywhere, and Nalice has set up some strange arcane storage devices throughout the area. Perhaps you can use those to your advantage?$B$BSneak past the cultists, obliterate Nalice, and grab a vial of her blood for Wrathion.$B$BI\'ll keep my eyes on you and pull you out if you get into any trouble. But I\'m NOT coming in there with you!','Sneak into the Master\'s Cellar in the ruins around Karazhan, defeat Nalice, and acquire a Vial of Black Dragonsblood.','','','','','','','',77954,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,165400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(30097,15005,5789,0,8,85,85,81,0,0,0,0,0,0,0,0,0,0,77955,1,'Archival Purposes','From what I understand, you intend to avoid this future. If this is true, then we must archive data from this timestrand before it is lost to us.$b$bWe believe that the most interesting and valuable elements of this future are the powerful \"echoes\" that roam the dragonshrines.$b$bTake this vessel with you as you silence these echoes. A portion of their energies will be archived within the Bronze Dragonflight\'s depository.','Slay two of the Echoes within the End Time, then allow Alurmi\'s Vessel to archive their information.','','','','Echo archived','','','',0,77955,0,0,0,0,0,1,0,0,0,0,57855,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,72852,72871,72872,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,330750,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(30094,15005,5789,0,536870920,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The End Time','Nozdormu, the bronze aspect, has asked for help from the champions of the Horde. You are on his short list. I can share few other details.$b$bIt is uncharacteristic of my master to request the assistance of mortals, but I suppose that all things change with time... even the Aspect of Time himself.$b$bHe awaits you at the End Time, in the distant future. I can help you to travel there, if you so choose.','Speak with Nozdormu at the End Time.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,16550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(30112,15005,206,0,134217864,68,71,81,0,0,0,0,0,0,0,0,0,0,0,0,'A Score to Settle','Utgarde\'s forces are organizing under the advisory of Prince Keleseth, a san\'layn ambassador of the Scourge.$B$BWe cannot allow the vrykul to benefit from his counsel any further. Silence him.','Dark Ranger Marrah wants you to slay Prince Keleseth inside Utgarde Keep.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,23953,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39676,39678,39679,39680,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(30107,15005,0,0,35651584,85,85,83,0,8,0,0,0,0,0,0,0,0,0,0,'Cluster Clutch','The daggers I have given you are lifeless shells. They can do great things, once they are given a means to contain the power I have in mind.$B$BI need for you to acquire Shadowy Gems for me. The facets of these unusual stones are like windows into the infinite. They are often used by minions of the Twilight\'s Hammer to control the most powerful of elementals.$B$BA great battle is raging around Wyrmrest temple. Collect Elementium Gem Clusters from Deathwing\'s minions and bring the gems to me.','Collect 333 Shadowy Gems by looting Elementium Gem Clusters from creatures in the Dragon Soul Raid encounter. ','','','','','','','',77951,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,109309,0,0,0,0,0,0,0,165400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(30116,15005,0,0,35651584,85,85,83,0,8,0,0,0,0,0,0,0,0,0,0,'Sharpening Your Fangs','Do you understand why I have you assassinate the dragons, yet spare the mortals? It isn\'t their fault. They must seek out their own destiny, free from the meddling of my kind.$B$BWe are nearing the end of our mission, and it is time for you to seek out your own destiny as well. I can continue to augment your weapons, but collecting shadowy gems won\'t be enough. My work will require entire clusters. Gather them from my father\'s minions...','Collect 60 Elementium Gem Clusters from creatures in the Dragon Soul Raid encounter.','','','','','','','',77952,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,109676,0,0,0,0,0,0,0,165400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(30177,15005,0,0,128,85,85,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Heroic Random (1st) (Cataclysm)','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8),(30173,15005,3791,0,0,66,70,0,0,0,0,0,0,0,0,0,0,0,0,0,'War Pigs!','','','','','','','','','',0,69057,0,0,0,0,0,2,0,0,0,0,25470,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30562,15211,0,0,1032,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'[DNT] A Fizzy Fusion TRACKER','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30561,15211,0,0,1032,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,'[DNT] Fun for the Little Ones TRACKER','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30095,15005,5789,0,536870920,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The End Time','Nozdormu, the bronze aspect, has asked for help from the champions of the Alliance. You are on his short list. I can share few other details.$b$bIt is uncharacteristic of my master to request the assistance of mortals, but I suppose that all things change with time... even the Aspect of Time himself.$b$bHe awaits you at the End Time, in the distant future. I can help you to travel there, if you so choose.','Speak with Nozdormu at the End Time.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,16550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(30093,15005,0,0,5242880,85,85,83,0,8,0,0,0,0,0,0,0,0,0,0,'Assassinate Creed','The city has been in chaos for days now. Hiram Creed, disguised as a Gilnean, has infected the lot of those dogs with his own draconic blood. Even the Forsaken are having trouble routing him out.$B$BOnly a surgical assassination can end this!$B$BThe bridge behind me is relatively unguarded. Slip in through merchant\'s square and head south - you\'ll find Creed in the middle of the military district.$B$BI\'ll keep an eye on you and pull you out if there\'s any trouble.$B$B...There will be trouble!','Stealth into the ruins of Gilneas City and slay Hiram Creed within the military district.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,57802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,7,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,165400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(30102,15005,5844,0,536870912,85,85,81,0,0,0,0,0,0,0,0,0,0,0,0,'The Hour of Twilight','There\'s no need to stand around here forever. Have you forgotten? We can CONTROL TIME. Especially since you got rid of that Murozond fellow, back in the future.$b$bThat Dragon Soul that you just liberated? Thrall already has it, back in your present day. And he\'s going to need your help.$b$bYou ready to go?','Speak with Thrall at the Hour of Twilight.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9400,0,0,0,0,0,0,0,0,0,0,16550,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1),(40000,12340,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40001,12340,0,0,8,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Go Home','He has a job for you don\'t be late.','Go to Razor Hill . Some one wants to talk to you.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(30108,15005,0,0,4194304,85,85,83,0,8,0,0,0,0,0,0,30107,30109,0,0,'Our Man in Karazhan','Your next target is the Black Dragon Nalice, who is engaged in some sort of arcane debauchery beneath the ruined tower of Karazhan.$B$BYour primary mission is to destroy her, but if you can bring me back a vial of her blood, I\'ll be able to use it to augment the power of the daggers I\'ve given you.$B$BYour accomplice Zazzo has already been dispatched to the scene and awaits you there. He\'ll have more details.','Report to Zazzo Twinklefingers in the ruins just southeast of Karazhan.','Madness. Insanity!$B$BI don\'t know what Nalice is up to down there, but the entire basement radiates with diabolical arcane energy. She\'s got an entire cult worshipping her as a goddess.$B$BIf we\'re going to take her out, we have to do it soon. I hope you\'re ready for this!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,3,0,0,0,0,0,0,47000,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(30092,15005,0,0,1048576,85,85,83,0,8,0,0,0,0,0,0,29847,30093,0,0,'Our Man in Gilneas','If you wish to join my cause and slaughter the black dragons in hiding, prove yourself by taking down Hiram Creed. He\'s amassing an army in Gilneas.$B$BWe haven\'t been able to slip past his defenders, but we\'ve got a man on the scene keeping an eye on him. Zazzo Twinklefingers, a very crafty arcane mage, is waiting for us to contact him just outside of the ruins of the Gilnean capital.$B$BFind him and he\'ll direct you to the target.','Seek out Zazzo Twinklefingers near the ruins of Gilneas City in Gilneas.','Ravenholdt sent you? I hope you\'re a better assassin than the others.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27861,13202,4922,0,130,84,85,1,0,0,0,0,0,0,0,0,0,27865,0,0,'The Crucible of Carnage: The Bloodeye Bruiser!','I was wondering when you\'d show up, $N! Having a past champion of the Ring of Blood here will be a huge draw! We\'re gonna be rich, buddy! RICH!$B$BAnyway, this is some old Dragonmaw fighting pit. Didn\'t take much modification to tune it up to our uses. I put out a few feelers, and got some heavy hitters from all around Azeroth to join in the carnage. Bout time to make some gold!$B$BYou know the drill, $N. When you\'re ready, let me know and we\'ll get this show on the road!','Get in the arena at the Crucible of Carnage and defeat Hurp\'derp!','Not bad, friend. You might make some gold out here - if you manage to stay alive.','','Return to Wodin the Troll-Servant at the Crucible of Carnage in the Twilight Highlands.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46944,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1168,0,0,0,0,0,9,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7),(27864,13202,4922,0,0,84,85,1,0,0,0,0,0,0,0,0,27863,27866,0,0,'The Crucible of Carnage: The Deadly Dragonmaw!','You\'re going to love this one! The Dragonmaw heard you were entering the arena and they\'re determined to make sure you don\'t leave it.$B$BTime for some good ol\' $r on orc action! Let me know when you\'re ready to do this!','Get in the arena at the Crucible of Carnage and defeat Torg Drakeflayer!','No love in your heart for orcs I see. You really made a mess of that guy.','','Return to Wodin the Troll-Servant at the Crucible of Carnage.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46945,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27863,13202,4922,0,138,84,85,1,0,0,0,0,0,0,0,0,0,27865,0,0,'The Crucible of Carnage: The Bloodeye Bruiser!','I\'ll tell you what, buddy, this place is a far cry from the rolling plains of Nagrand or the bloodbowl in Zul\'Drak, but hey, I go where the gold\'s at! So welcome to Twi-Hi, pal.$B$BYou\'re new to this pit, so let me set you straight. I\'m the fight promoter and this feisty troll next to me is Wodin, my bodyguard. You\'re the entertainment. When you wanna fight, let me know and I\'ll set up the match.$B$BIf you\'re ready and got a group of friends with you, we can start! What do you say?','Get in the arena at the Crucible of Carnage and defeat Hurp\'derp!','Not bad, friend. You might make some gold out here - if you manage to stay alive.','','Return to Wodin the Troll-Servant at the Crucible of Carnage.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46944,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27865,13202,4922,0,0,84,85,1,0,0,0,0,0,0,0,0,27863,27866,0,0,'The Crucible of Carnage: The Wayward Wildhammer!','You\'re going to love this one! The Wildhammer heard you were entering the arena and they\'re determined to make sure you don\'t leave it.$B$BTime for some good ol\' $r on dwarf action! Let me know when you\'re ready to do this!','Get in the arena at the Crucible of Carnage and defeat Sully Kneecapper!','No love in your heart for dwarves I see. You really made a mess of that guy.','','Return to Wodin the Troll-Servant at the Crucible of Carnage.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46946,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27866,13202,4922,0,0,84,85,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Crucible of Carnage: Calder\'s Creation!','Grim and gory, this next match is sure to have the crowd groanin\' one way or another. Calder Gray has been gathering the bodyparts of defeated challengers and building the perfect champion.$B$BThis thing is the ultimate cobbled collaboration of corpsified combatants. A magnificent mashup of mangled monstrosities. Are you ready to get messy?! Cause I am! Let me know when you\'re ready so we can get this thing started!','Get in the arena at the Crucible of Carnage and defeat the Cadaver Collage!','Wow! When I saw that... thing stumble into the arena, I thought you didn\'t stand a chance. But you proved me wrong. You tore it apart! Grizzly business. ','','Return to Wodin the Troll-Servant at the Crucible of Carnage.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46947,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,81040,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27867,13164,4922,0,0,84,85,1,0,0,0,0,0,0,0,0,27866,0,0,0,'The Crucible of Carnage: The Earl of Evisceration!','You\'re going to have your hands full with this one, pal. We\'ve got a seasoned gentleman warrior here! He hails from Gilneas, and he\'s out to prove that he\'s the best warrior this side of Azeroth.$B$BYou better pull up those boots and zip up those pants, because it\'s going to get downright feral up in here. Give me the word when you\'re down for some punishment.','Get in the arena at the Crucible of Carnage and defeat Lord Geoffery Tulvan!','You really pulled that one out. I thought you were done for sure when he wolfed and started tearing up the arena. I guess I should know by now that you don\'t go down easy.','','Return to Wodin the Troll-Servant at the Crucible of Carnage.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46948,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282000,0,0,0,0,0,0,0,0,0,0,624600,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27868,13202,4922,0,0,84,85,1,0,0,0,0,0,0,0,0,27867,0,0,0,'The Crucible of Carnage: The Twilight Terror!','We\'ve got someone you\'ll really love to hate this time around. I wasn\'t sure at first if I should let him into the pit, but a fight\'s a fight! And who am I to turn down some guaranteed cash?!$B$BThis guy hails from the Twilight Citadel itself, and comes toting a toasty punch. Better move fast and watch your back! Just give me the word when you\'re ready for some action.','Get in the arena at the Crucible of Carnage and defeat Emberscar the Devourer!','Looks like this title is yours! You really pulled that one out of the fire.\r\n\r\nCongratulations. I hope the coin serves you well. ','','Return to Wodin the Troll-Servant at the Crucible of Carnage.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,46949,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,63790,63792,63788,63787,63789,63791,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376000,0,0,0,0,0,0,0,0,0,0,832800,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29193,13914,2300,0,72,85,85,0,0,0,0,0,0,0,0,2,0,0,69238,1,'On a Wing and a Prayer','Time well spent, mortal.$b$bWhile you struggled in the Plane of Fire, my watchers and I were able to determine when and, most importantly, where our vision was obscured.$b$bWe discovered that the shroud was placed over the Nexus, far to the north in the realm of the blue dragonflight.$b$bI have attuned the Timeless Eye to show you the occurrences that remain hidden to us here.$b$bBring it to Coldarra at once and seek out a place suitable for its activation.$b$bGo, child. Time is of the essence...','Bring the Timeless Eye to Coldarra.','','','','Brought Timeless Eye to Coldarra','','','',0,0,0,0,0,0,0,0,0,0,0,0,52832,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94000,0,0,0,0,0,0,0,0,0,0,416400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27187,13202,5034,0,136,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Do the World a Favor','Hyenas, on their best day, are a nuisance.$b$bThese foul specimens have a particularly nasty disposition, are riddled with all manner of disease, and are simply a blight on the face of dogdom.$b$bDo the world a favor and rid the deserts of Uldum of this mangy menace, then report to King Phaoris at the Neferset City Outskirts.','Kill 12 Mangy Hyenas then report to King Phaoris at the Neferset City Outskirts.','','','','Mangy Hyenas Eradicated','','','',0,0,0,0,0,0,0,0,0,0,0,0,45202,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(27940,13202,5034,0,128,83,83,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dirty Birds','The sky above the Shriveled Oasis is littered with these nasty vultures.$b$bLike infectious rodents with wings, these creatures serve no great purpose and inflict untold misery.$b$bRid the skies of this nuisance and leave the region better than you found it, then report to King Phaoris at the Neferset city Outskirts.','You are to slay 8 Diseased Vultures then report to King Phaoris at the Neferset city Outskirts.','','','Report to King Phaoris at the Neferset city Outskirts.','Diseased Vultures Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,47202,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263400,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(29335,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,29326,0,0,0,'Into Slashing Winds','$C, I refuse to believe my Go\'el is lost forever. His spirit has been scattered across the elemental planes. If even a part of him still exists, we can find him, but I will need your help.$b$bWe will start with the plane of air.$b$bSpeak to me and we will travel to the Vortex Pinnacle together. We must speak with an elemental, Cyclonas. He\'s capricious, but he sees everything in the realm of air. If my love is there, Cyclonas will know what\'s become of him.','Speak with Cyclonas on the Bluff of the South Wind in Uldum.','$b$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208200,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(29326,14333,0,0,12426,85,85,0,0,0,0,0,0,0,0,1,0,0,0,0,'The Nordrassil Summit','Hello, $c! My brothers and sisters of the Earthen Ring have spoken well of your deeds in the wake of the Cataclysm. But much remains to be done if we are to heal this broken world.$B$BWalk with me, friend. Preparations for a ceremony are underway, a ritual that I hope will be a turning point in our battle against the Twilight\'s Hammer.$B$BWhen all is done, you will be able to spread the word about our triumph here.','Speak with Thrall under the World Tree in Mount Hyjal and witness the Earthen Ring ceremony.','It can\'t be over. We mustn\'t give up hope!','','','Witness the Ceremony','','','',0,0,0,0,0,0,0,0,0,0,0,0,54306,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,3,0,0,0,0,0,0,71000,0,0,81040,0,0,0,0,0,0,0,312300,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4),(14113,13202,4737,0,0,1,3,0,0,0,0,0,0,0,0,0,24520,14115,0,0,'Life of the Party','Oh my gosh, babe! Everyone is here! Who cares about some stupid dragon?$B$BWe setup the party around the pool. Sounds like they\'re having a great time. You are going to look so good!$B$BWhy don\'t you head over to the pool and keep everyone entertained? I\'ll join you in a moment... I just have to slip into something even more amazing!','Put on your Awesome Party Ensemble (Cool Shades, Hip New Outfit, and Shiny Bling) and then head over to the party at the KTC Headquarters pool to entertain 10 Kezan Partygoers.','Very nicely done, $N. The party appears to have been a smashing success!$B$BEr... what\'s that? ','','Return to Sassy Hardwrench at KTC Headquarters on Kezan.','Partygoer entertained','','','',0,0,0,0,0,0,0,0,0,0,0,0,35186,0,0,0,15,0,0,0,75123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,66908,74100,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14153,13202,4737,0,0,1,3,0,0,0,0,0,0,0,0,0,24520,14115,0,0,'Life of the Party','Oh wow, baby! Everyone is here! Who cares about some stupid dragon?$B$BWe setup the party around the pool. Sounds like they\'re having a great time already. You are going to look so fine!$B$BWhy don\'t you head over to the pool and keep everyone entertained? I\'ll join you in a moment... I just have to grab my stuff.','Put on your Awesome Party Ensemble (Cool Shades, Hip New Outfit, and Shiny Bling) and then head over to the party at the KTC Headquarters pool to entertain 10 Kezan Partygoers.','Very nicely done, $g sir : ma\'am;. The party appears to have been a smashing success!$B$BEr... what\'s that?','','Return to Sassy Hardwrench at KTC Headquarters on Kezan.','Partygoer entertained','','','',0,0,0,0,0,0,0,0,0,0,0,0,35186,0,0,0,15,0,0,0,75123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,50,0,66908,74100,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14125,13202,4737,0,262144,1,5,0,0,0,0,0,0,0,0,4,14124,14126,0,0,'447','We\'re close, but we still don\'t have enough macaroons. But, I\'ve got a plan: we\'re going to collect on the headquarters insurance policy!$B$BHope you don\'t mind, but I filled the place with the leftover fireworks from your party. All you have to do is go in there and sabotage things.$B$BMight I suggest the faulty generator, the leaky stove, and the flammable bed? Then, come back outside and use the control panel to send in the gasbot.$B$BIt\'s a foolproof plan!','Overload the Defective Generator, Activate the Leaky Stove, Drop a Cigar on the Flammable Bed, and use the Gasbot to set KTC Headquarters ablaze!','This is nothing. You should see Bilgewater Port... the whole thing is going up in flames!$B$BFine, fine, I don\'t have time to inspect this place. Here\'s the moolah from the Bilgewater Cartel\'s insurance policy.$B$BI\'ve got to find a way off the island! Good luck, $N!','','Speak with the Claims Adjuster at KTC Headquarters on Kezan.','Overload the Defective Generator','Activate the Leaky Stove','Drop a Cigar on the Flammable Bed','KTC Headquarters Set Ablaze with Gasbot!',0,0,0,0,0,0,0,0,0,0,0,0,-201735,-201733,-201734,0,1,1,1,0,0,0,0,0,0,0,0,0,54307,54308,54309,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(14031,13202,4720,0,9437184,1,6,0,0,0,0,0,0,0,0,0,14021,0,49887,1,'Capturing the Unknown','Heya, $N, there are strange cave paintings and other artifacts all over the cavern.$B$BDo you think you could use your belt-mounted KTC Snapflash camera to capture images at the designated spots? Also, snap a pic of the altar in the back of the cavern.$B$BI\'m sure that Sassy will want the intel.','Using your KTC Snapflash, capture images at the bouncing cameras of the three cave paintings and the pygmy altar.','What are these?$B$B$B$BClearly that pygmy witchdoctor is from some new race never seen before. Maybe we should call them $N-ians?$B$BThey must be the ones that painted all of that stuff in the cavern. I\'m not sure that I like what you\'re describing.$B$BIt sounds to me like they\'re paintings of them and us on an island with an exploding volcano!','','','Cave Painting 1 Captured','Cave Painting 2 Captured','Cave Painting 3 Captured','Pygmy Altar Captured',0,0,0,0,0,0,0,0,0,0,0,0,37872,37895,37896,37897,1,1,1,1,68280,68280,68280,68280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,5,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3),(24626,13202,368,0,262144,1,3,0,0,0,0,0,0,0,0,0,24623,0,50053,1,'Young and Vicious','Ya be a good one, $n.$B$BMoraya was askin\' for new raptors ta train. We shouldn\'t keep her waitin\' any longa! I have a few other recruits bringin\' some over as well, but I have a special one dat I\'ve been promisin\' Moraya for a while.$B$BSwiftclaw be one of our fastest and bravest young raptors yet, but he can be a bit unruly. I\'ll lend ya da lasso, I just need ya to catch him somewhere on da island here and steer him over to da pens on da main isle. I doubt he\'ll be makin\' it easy on ya though.','Capture Swiftclaw and bring him back to the pens near Darkspear Hold.','Swiftclaw! Kijara was tellin\' me about him and he sounded like he\'d be a handful. I don\'t mind da challenge - it\'s da spirited ones like dat that be makin\' da bravest and truest companions when real times of need be comin\'.$B$BTank ya, hon. Ya\'ve been very helpful.','','Speak to Moraya at Darkspear Hold in the Echo Isles.','Capture Swiftclaw','Return Swiftclaw to the Raptor Pens','','',0,0,0,0,0,0,0,0,0,0,0,0,37989,38002,0,0,1,1,0,0,70927,0,0,0,0,0,0,0,52877,52882,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,5,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5),(24814,13202,368,0,8,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Ancient Enemy','Da Sea Witch is here, on top of dis very isle. We\'ve been waitin\' a long time for dis chance at revenge and ya will be havin\' da privilege of seein\' it through.$B$BMeet with Vol\'jin, up da ramp to da northeast. Let him know when you are ready ta join da battle.','Speak with Vol\'jin in Spitescale Cove and aid him in killing Zar\'jira, the Sea Witch.','Tha power d\'at burst forth when tha Sea Witch died was immense. I can use d\'is power ta enact a vision of places far away.$B$BObserve, youngblood. I want ya ta be here when I make contact wit\' Thrall, perhaps it will be grantin\' ya insight as well.','','Speak to Vol\'jin at Darkspear Hold in the Echo Isles.','Speak with Vol\'jin at Spitescale Cove','','','',0,0,0,0,0,0,0,0,0,0,0,0,38306,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,52879,52884,52887,0,0,0,1,1,1,0,0,0,60260,0,0,0,1,0,0,0,530,0,0,0,0,0,7,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,'',0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7); /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;